You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "collabShared.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
||||
@@ -378,7 +378,7 @@ class ClaimStatusStruct$Type extends MessageType<ClaimStatusStruct> {
|
||||
constructor() {
|
||||
super("api.ClaimStatusStruct", [
|
||||
{ no: 1, name: "Current", kind: "message", localName: "Current", jsonName: "Current", T: () => ClaimStatusDef },
|
||||
{ no: 2, name: "History", kind: "message", localName: "History", jsonName: "History", repeat: 1 /*RepeatType.PACKED*/, T: () => ClaimStatusDef, options: { "api.aggKey": "Date" } },
|
||||
{ no: 2, name: "History", kind: "message", localName: "History", jsonName: "History", repeat: 2 /*RepeatType.UNPACKED*/, T: () => ClaimStatusDef, options: { "api.aggKey": "Date" } },
|
||||
{ no: 3, name: "CreationDate", kind: "scalar", localName: "CreationDate", jsonName: "CreationDate", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { dateIso8601: true } } } },
|
||||
{ no: 4, name: "Version", kind: "scalar", localName: "Version", jsonName: "Version", T: 13 /*ScalarType.UINT32*/ }
|
||||
]);
|
||||
@@ -448,7 +448,7 @@ class WindowedNotif$Type extends MessageType<WindowedNotif> {
|
||||
constructor() {
|
||||
super("api.WindowedNotif", [
|
||||
{ no: 1, name: "ListNotifChanges", kind: "message", localName: "ListNotifChanges", jsonName: "ListNotifChanges", T: () => ListNotifChanges },
|
||||
{ no: 2, name: "UserMails", kind: "message", localName: "UserMails", jsonName: "UserMails", repeat: 1 /*RepeatType.PACKED*/, T: () => UserMails },
|
||||
{ no: 2, name: "UserMails", kind: "message", localName: "UserMails", jsonName: "UserMails", repeat: 2 /*RepeatType.UNPACKED*/, T: () => UserMails },
|
||||
{ no: 3, name: "JsonModel", kind: "scalar", localName: "JsonModel", jsonName: "JsonModel", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 4, name: "languageCode", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 5, name: "HtmlBody", kind: "scalar", localName: "HtmlBody", jsonName: "HtmlBody", T: 9 /*ScalarType.STRING*/ }
|
||||
@@ -584,7 +584,7 @@ class ListNotifChanges$Type extends MessageType<ListNotifChanges> {
|
||||
{ no: 2, name: "VisibilityURI", kind: "scalar", localName: "VisibilityURI", jsonName: "VisibilityURI", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "EntityType", kind: "scalar", localName: "EntityType", jsonName: "EntityType", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 4, name: "EntityRefID", kind: "scalar", localName: "EntityRefID", jsonName: "EntityRefID", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 5, name: "NotifChanges", kind: "message", localName: "NotifChanges", jsonName: "NotifChanges", repeat: 1 /*RepeatType.PACKED*/, T: () => NotifChanges },
|
||||
{ no: 5, name: "NotifChanges", kind: "message", localName: "NotifChanges", jsonName: "NotifChanges", repeat: 2 /*RepeatType.UNPACKED*/, T: () => NotifChanges },
|
||||
{ no: 6, name: "Tags", kind: "message", localName: "Tags", jsonName: "Tags", T: () => Struct }
|
||||
]);
|
||||
}
|
||||
@@ -798,7 +798,7 @@ class AppointmentStatusStruct$Type extends MessageType<AppointmentStatusStruct>
|
||||
constructor() {
|
||||
super("api.AppointmentStatusStruct", [
|
||||
{ no: 1, name: "Current", kind: "message", localName: "Current", jsonName: "Current", T: () => AppointmentStatus, options: { "api.kpiExclude": { Items: [{ Context: "Stock", Group: "stock" }, { Context: "Stock", Group: "stock_extended" }, { Context: "Executionflow", Group: "executionflow" }, { Context: "Movement", Group: "movement" }, { Context: "Order", Group: "order" }, { Context: "Tracking", Group: "tracking" }] } } },
|
||||
{ no: 2, name: "History", kind: "message", localName: "History", jsonName: "History", repeat: 1 /*RepeatType.PACKED*/, T: () => AppointmentStatus, options: { "api.aggKey": "Date", "api.kpiExclude": { Items: [{ Context: "Stock", Group: "stock" }, { Context: "Stock", Group: "stock_extended" }, { Context: "Executionflow", Group: "executionflow" }, { Context: "Movement", Group: "movement" }, { Context: "Order", Group: "order" }, { Context: "Actor", Group: "actor" }, { Context: "Tracking", Group: "tracking" }] } } },
|
||||
{ no: 2, name: "History", kind: "message", localName: "History", jsonName: "History", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentStatus, options: { "api.aggKey": "Date", "api.kpiExclude": { Items: [{ Context: "Stock", Group: "stock" }, { Context: "Stock", Group: "stock_extended" }, { Context: "Executionflow", Group: "executionflow" }, { Context: "Movement", Group: "movement" }, { Context: "Order", Group: "order" }, { Context: "Actor", Group: "actor" }, { Context: "Tracking", Group: "tracking" }] } } },
|
||||
{ no: 3, name: "CreationDate", kind: "scalar", localName: "CreationDate", jsonName: "CreationDate", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { dateIso8601: true } } } },
|
||||
{ no: 4, name: "Version", kind: "scalar", localName: "Version", jsonName: "Version", T: 13 /*ScalarType.UINT32*/ }
|
||||
]);
|
||||
@@ -869,7 +869,7 @@ class Commission$Type extends MessageType<Commission> {
|
||||
super("api.Commission", [
|
||||
{ no: 1, name: "ProjectID", kind: "scalar", localName: "ProjectID", jsonName: "ProjectID", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } } } },
|
||||
{ no: 2, name: "OrderID", kind: "scalar", localName: "OrderID", jsonName: "OrderID", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "Quantities", kind: "message", localName: "Quantities", jsonName: "Quantities", repeat: 1 /*RepeatType.PACKED*/, T: () => QuantityByUnit, options: { "validate.rules": { repeated: { minItems: "1" } } } }
|
||||
{ no: 3, name: "Quantities", kind: "message", localName: "Quantities", jsonName: "Quantities", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QuantityByUnit, options: { "validate.rules": { repeated: { minItems: "1" } } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<Commission>): Commission {
|
||||
|
||||
Reference in New Issue
Block a user