You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.12.0-SNAPSHOT-251002135827",
|
||||
"version": "1.12.0-SNAPSHOT-251003073957",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
@@ -476,6 +476,8 @@ export interface EntityID {
|
||||
*/
|
||||
RefDate?: DateTime;
|
||||
/**
|
||||
* A free-form key/value map provided by the client. The API stores and returns these fields as-is. Intended solely for client use; the API does not interpret or validate the content.
|
||||
*
|
||||
* @generated from protobuf field: repeated api.CustomField CustomFields = 4
|
||||
*/
|
||||
CustomFields: CustomField[];
|
||||
@@ -485,10 +487,14 @@ export interface EntityID {
|
||||
*/
|
||||
export interface CustomField {
|
||||
/**
|
||||
* Key of the custom field
|
||||
*
|
||||
* @generated from protobuf field: string Key = 1
|
||||
*/
|
||||
Key: string;
|
||||
/**
|
||||
* Value of the custom field
|
||||
*
|
||||
* @generated from protobuf field: string Value = 2
|
||||
*/
|
||||
Value: string;
|
||||
@@ -506,6 +512,8 @@ export interface StockID {
|
||||
*/
|
||||
RefDate?: DateTime;
|
||||
/**
|
||||
* A free-form key/value map provided by the client. The API stores and returns these fields as-is. Intended solely for client use; the API does not interpret or validate the content.
|
||||
*
|
||||
* @generated from protobuf field: repeated api.CustomField CustomFields = 4
|
||||
*/
|
||||
CustomFields: CustomField[];
|
||||
|
||||
Reference in New Issue
Block a user