You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1224,7 +1224,7 @@ class ClaimCompletedPayload$Type extends MessageType<ClaimCompletedPayload> {
|
|||||||
super("api.ClaimCompletedPayload", [
|
super("api.ClaimCompletedPayload", [
|
||||||
{ no: 1, name: "EndComment", kind: "scalar", jsonName: "EndComment", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "End comment of the claim" } } },
|
{ no: 1, name: "EndComment", kind: "scalar", jsonName: "EndComment", T: 9 /*ScalarType.STRING*/, options: { "validate.rules": { string: { minLen: "1" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "End comment of the claim" } } },
|
||||||
{ no: 2, name: "Closure", kind: "message", jsonName: "Closure", T: () => ClaimClosure, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Closure responsible and causes of the claim" } } },
|
{ no: 2, name: "Closure", kind: "message", jsonName: "Closure", T: () => ClaimClosure, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Closure responsible and causes of the claim" } } },
|
||||||
{ no: 3, name: "StatusCode", kind: "enum", jsonName: "StatusCode", T: () => ["api.ClaimStatus", ClaimStatus, "CLAIM_STATUS_"], options: { "validate.rules": { enum: { definedOnly: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Status of the claim" }, "api.mapPath": "Status.Current.StatusCode" } }
|
{ no: 3, name: "StatusCode", kind: "enum", jsonName: "StatusCode", T: () => ["api.ClaimStatus", ClaimStatus, "CLAIM_STATUS_"], options: { "validate.rules": { enum: { definedOnly: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Status of the claim" }, "api.mapPath": "Status.Current.StatusCode", "api.mapTypePath": "ClaimStatusStruct.ClaimStatusDef" } }
|
||||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload", required: ["EndComment", "Closure", "StatusCode"] } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "Completed" });
|
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload", required: ["EndComment", "Closure", "StatusCode"] } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "Completed" });
|
||||||
}
|
}
|
||||||
create(value?: PartialMessage<ClaimCompletedPayload>): ClaimCompletedPayload {
|
create(value?: PartialMessage<ClaimCompletedPayload>): ClaimCompletedPayload {
|
||||||
@@ -1677,7 +1677,7 @@ export const ClaimCriticalityUpdatedResponse = new ClaimCriticalityUpdatedRespon
|
|||||||
class ClaimStatusUpdatedPayload$Type extends MessageType<ClaimStatusUpdatedPayload> {
|
class ClaimStatusUpdatedPayload$Type extends MessageType<ClaimStatusUpdatedPayload> {
|
||||||
constructor() {
|
constructor() {
|
||||||
super("api.ClaimStatusUpdatedPayload", [
|
super("api.ClaimStatusUpdatedPayload", [
|
||||||
{ no: 4, name: "StatusCode", kind: "enum", jsonName: "StatusCode", T: () => ["api.ClaimStatus", ClaimStatus, "CLAIM_STATUS_"], options: { "validate.rules": { enum: { definedOnly: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Status of the claim" }, "api.mapPath": "Status.Current.StatusCode" } }
|
{ no: 4, name: "StatusCode", kind: "enum", jsonName: "StatusCode", T: () => ["api.ClaimStatus", ClaimStatus, "CLAIM_STATUS_"], options: { "validate.rules": { enum: { definedOnly: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Status of the claim" }, "api.mapPath": "Status.Current.StatusCode", "api.mapTypePath": "ClaimStatusStruct.ClaimStatusDef" } }
|
||||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload", required: ["StatusCode"] } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "StatusUpdated" });
|
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload", required: ["StatusCode"] } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "StatusUpdated" });
|
||||||
}
|
}
|
||||||
create(value?: PartialMessage<ClaimStatusUpdatedPayload>): ClaimStatusUpdatedPayload {
|
create(value?: PartialMessage<ClaimStatusUpdatedPayload>): ClaimStatusUpdatedPayload {
|
||||||
|
|||||||
@@ -2585,7 +2585,7 @@ export const OrderPartiallyCompletedResponse = new OrderPartiallyCompletedRespon
|
|||||||
class OrderRequestedDeliveryDateDefinedPayload$Type extends MessageType<OrderRequestedDeliveryDateDefinedPayload> {
|
class OrderRequestedDeliveryDateDefinedPayload$Type extends MessageType<OrderRequestedDeliveryDateDefinedPayload> {
|
||||||
constructor() {
|
constructor() {
|
||||||
super("api.OrderRequestedDeliveryDateDefinedPayload", [
|
super("api.OrderRequestedDeliveryDateDefinedPayload", [
|
||||||
{ no: 1, name: "RequestedDeliveryDateTime", kind: "message", jsonName: "RequestedDeliveryDateTime", T: () => DateTime, options: { "api.mapPath": "RequestedMilestones.RequestedDeliveryDateTime" } }
|
{ no: 1, name: "RequestedDeliveryDateTime", kind: "message", jsonName: "RequestedDeliveryDateTime", T: () => DateTime, options: { "api.mapPath": "RequestedMilestones.RequestedDeliveryDateTime", "api.mapTypePath": "OrderRequestedMilestones" } }
|
||||||
], { "api.messageType": "Event", "api.payload": true, "api.inputEvent": "RequestedDeliveryDateDefined" });
|
], { "api.messageType": "Event", "api.payload": true, "api.inputEvent": "RequestedDeliveryDateDefined" });
|
||||||
}
|
}
|
||||||
create(value?: PartialMessage<OrderRequestedDeliveryDateDefinedPayload>): OrderRequestedDeliveryDateDefinedPayload {
|
create(value?: PartialMessage<OrderRequestedDeliveryDateDefinedPayload>): OrderRequestedDeliveryDateDefinedPayload {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reflex-platform/npm-core-sdk",
|
"name": "@reflex-platform/npm-core-sdk",
|
||||||
"version": "1.10.0-SNAPSHOT-250325084756",
|
"version": "1.10.0-SNAPSHOT-250325085603",
|
||||||
"description": "npm libs from core model proto files",
|
"description": "npm libs from core model proto files",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user