Latest generation

This commit is contained in:
ci core model
2026-02-04 08:20:55 +00:00
parent e4aa702243
commit 800ba698ee
3 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.13.0-SNAPSHOT-260130142656",
"version": "1.13.0-SNAPSHOT-260204082009",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",

View File

@@ -1631,7 +1631,11 @@ export enum ExtractColumnFormat_type {
/**
* @generated from protobuf enum value: NUMBER = 3;
*/
NUMBER = 3
NUMBER = 3,
/**
* @generated from protobuf enum value: LOCAL_DATE = 4;
*/
LOCAL_DATE = 4
}
/**
* @generated from protobuf message api.ExtractQuery

View File

@@ -231,7 +231,7 @@ export interface CapacityDefinition {
/**
* @generated from protobuf field: string UnitID = 4
*/
UnitID: string; // Site unit identifier of the capacity.
UnitID: string; // Site unit identifier of the capacity.
}
/**
* DurationRule
@@ -577,11 +577,11 @@ export interface Commission {
/**
* @generated from protobuf field: string OrderID = 2
*/
OrderID: string; // ID of the order, might be null for standalone.
OrderID: string; // ID of the order, might be null for standalone.
/**
* @generated from protobuf field: string ExecutionflowID = 5
*/
ExecutionflowID: string; // ID of the executionflow, might be null for standalone.
ExecutionflowID: string; // ID of the executionflow, might be null for standalone.
/**
* @generated from protobuf field: repeated api.QuantityByUnit Quantities = 3
*/
@@ -602,11 +602,11 @@ export interface WMSCommission {
/**
* @generated from protobuf field: string OrderID = 2
*/
OrderID: string; // ID of the order, might be null for standalone.
OrderID: string; // ID of the order, might be null for standalone.
/**
* @generated from protobuf field: string ExecutionflowID = 5
*/
ExecutionflowID: string; // ID of the executionflow, will be retrieved .
ExecutionflowID: string; // ID of the executionflow, will be retrieved .
/**
* @generated from protobuf field: string ActorID = 4
*/
@@ -850,9 +850,9 @@ export const QuantityByUnit = new QuantityByUnit$Type();
class Slot$Type extends MessageType<Slot> {
constructor() {
super("api.Slot", [
{ no: 1, name: "StartDateTime", kind: "scalar", localName: "StartDateTime", jsonName: "StartDateTime", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { pattern: "^20[0-9]{2}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T[01][0-9]|2[0-3]:[0-5][0-9]:[0-5][0-9]$" } }, "api.indexationType": { Types: [{ Context: "*", Type: "date" }] }, "api.viewType": { Types: [{ Context: "*", Type: "date" }] } } },
{ no: 1, name: "StartDateTime", kind: "scalar", localName: "StartDateTime", jsonName: "StartDateTime", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { pattern: "^20[0-9]{2}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T[01][0-9]|2[0-3]:[0-5][0-9]:[0-5][0-9]$" } }, "api.indexationType": { Types: [{ Context: "*", Type: "date" }] }, "api.viewType": { Types: [{ Context: "*", Type: "localdate" }] } } },
{ no: 3, name: "DurationInSeconds", kind: "scalar", localName: "DurationInSeconds", jsonName: "DurationInSeconds", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
{ no: 4, name: "EndDateTime", kind: "scalar", localName: "EndDateTime", jsonName: "EndDateTime", T: 9 /*ScalarType.STRING*/, options: { "api.indexationType": { Types: [{ Context: "*", Type: "date" }] }, "api.viewType": { Types: [{ Context: "*", Type: "date" }] } } }
{ no: 4, name: "EndDateTime", kind: "scalar", localName: "EndDateTime", jsonName: "EndDateTime", T: 9 /*ScalarType.STRING*/, options: { "api.indexationType": { Types: [{ Context: "*", Type: "date" }] }, "api.viewType": { Types: [{ Context: "*", Type: "localdate" }] } } }
]);
}
create(value?: PartialMessage<Slot>): Slot {