Latest generation

This commit is contained in:
ci core model
2025-11-25 09:29:39 +00:00
parent ad0dc43ee0
commit 429c956419
9 changed files with 343 additions and 1125 deletions

View File

@@ -4522,7 +4522,7 @@ export const HandlingunitCustomFieldsUpdatedResponse = new HandlingunitCustomFie
*/
export const HandlingunitInputAPI = new ServiceType("api.HandlingunitInputAPI", [
{ name: "GoodsPrepared", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["HandlingUnit Inputs"], description: "Some goods are prepared in an Handling Unit. This is typically called from WMS to report a preparation." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: HandlingunitGoodsPreparedRequest, O: HandlingunitGoodsPreparedResponse },
{ name: "GoodsReceived", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["HandlingUnit Inputs"], description: "Some goods are received from an Handling Unit. This is typically called from WMS to report reception." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: HandlingunitGoodsReceivedRequest, O: HandlingunitGoodsReceivedResponse },
{ name: "GoodsReceived", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["HandlingUnit Inputs"], description: "Some goods are received from an Handling Unit. This is typically called from WMS to report unloading." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: HandlingunitGoodsReceivedRequest, O: HandlingunitGoodsReceivedResponse },
{ name: "HUsAdded", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["HandlingUnit Inputs"], description: "Some handling units are added in an Handling Unit. This is typically called from WMS during preparation." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: HandlingunitHUsAddedRequest, O: HandlingunitHUsAddedResponse },
{ name: "TrackingUpdated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["HandlingUnit Inputs"], description: "Some tracking events has been received in an Handling Unit. This is used internally." }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: HandlingunitTrackingUpdatedRequest, O: HandlingunitTrackingUpdatedResponse },
{ name: "TrackingETAUpdated", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["HandlingUnit Inputs"], description: "Some tracking events for ETA have been received in an HandlingUnit. This is used Internaly" }, "api.rscType": "Project", "api.roles": "Platform.Project-Input", "api.platformReserved": true, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: HandlingunitTrackingETAUpdatedRequest, O: HandlingunitTrackingETAUpdatedResponse },