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

@@ -48,7 +48,7 @@ export interface Appointment {
*/ */
export interface AppointmentPayload { export interface AppointmentPayload {
/** /**
* Type of appointment : Expedition / Reception / Both * Type of appointment : Loading / Unloading / Both
* *
* @generated from protobuf field: api.AppointmentType AppointmentType = 1 * @generated from protobuf field: api.AppointmentType AppointmentType = 1
*/ */
@@ -245,7 +245,7 @@ class AppointmentPayload$Type extends MessageType<AppointmentPayload> {
{ no: 15, name: "HasCommission", kind: "scalar", localName: "HasCommission", jsonName: "HasCommission", T: 8 /*ScalarType.BOOL*/ }, { no: 15, name: "HasCommission", kind: "scalar", localName: "HasCommission", jsonName: "HasCommission", T: 8 /*ScalarType.BOOL*/ },
{ no: 17, name: "Reason", kind: "scalar", localName: "Reason", jsonName: "Reason", T: 9 /*ScalarType.STRING*/ }, { no: 17, name: "Reason", kind: "scalar", localName: "Reason", jsonName: "Reason", T: 9 /*ScalarType.STRING*/ },
{ no: 18, name: "InstructionAck", kind: "scalar", localName: "InstructionAck", jsonName: "InstructionAck", T: 8 /*ScalarType.BOOL*/ }, { no: 18, name: "InstructionAck", kind: "scalar", localName: "InstructionAck", jsonName: "InstructionAck", T: 8 /*ScalarType.BOOL*/ },
{ no: 20, name: "ActorID", kind: "scalar", localName: "ActorID", jsonName: "ActorID", T: 9 /*ScalarType.STRING*/, options: { "api.aggSkip": "Created,Canceled,SlotUpdated,CommissionsUpdated,CarrierInformationUpdated,CarrierExpected,CarrierArrived,ExpeditionStarted,ExpeditionLoaded,ReceptionStarted,ReceptionUnloaded,CarrierDeparted,MetaDataUpdated,AttachmentAdded,AttachmentRemoved,EmailsAdded,EmailsRemoved,Sanitised,CustomFieldsUpdated" } }, { no: 20, name: "ActorID", kind: "scalar", localName: "ActorID", jsonName: "ActorID", T: 9 /*ScalarType.STRING*/, options: { "api.aggSkip": "Created,Canceled,SlotUpdated,CommissionsUpdated,CarrierInformationUpdated,CarrierExpected,CarrierArrived,LoadingStarted,LoadingCompleted,UnloadingStarted,UnloadingCompleted,CarrierDeparted,MetaDataUpdated,AttachmentAdded,AttachmentRemoved,EmailsAdded,EmailsRemoved,Sanitised,CustomFieldsUpdated" } },
{ no: 21, name: "Address", kind: "message", localName: "Address", jsonName: "Address", T: () => Address } { no: 21, name: "Address", kind: "message", localName: "Address", jsonName: "Address", T: () => Address }
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["AppointmentType", "Segmentations"] } } }); ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["AppointmentType", "Segmentations"] } } });
} }

View File

@@ -20,14 +20,14 @@ import type { AppointmentMetaDataUpdatedResponse } from "./appointmentInput";
import type { AppointmentMetaDataUpdatedRequest } from "./appointmentInput"; import type { AppointmentMetaDataUpdatedRequest } from "./appointmentInput";
import type { AppointmentCarrierDepartedResponse } from "./appointmentInput"; import type { AppointmentCarrierDepartedResponse } from "./appointmentInput";
import type { AppointmentCarrierDepartedRequest } from "./appointmentInput"; import type { AppointmentCarrierDepartedRequest } from "./appointmentInput";
import type { AppointmentReceptionUnloadedResponse } from "./appointmentInput"; import type { AppointmentUnloadingCompletedResponse } from "./appointmentInput";
import type { AppointmentReceptionUnloadedRequest } from "./appointmentInput"; import type { AppointmentUnloadingCompletedRequest } from "./appointmentInput";
import type { AppointmentReceptionStartedResponse } from "./appointmentInput"; import type { AppointmentUnloadingStartedResponse } from "./appointmentInput";
import type { AppointmentReceptionStartedRequest } from "./appointmentInput"; import type { AppointmentUnloadingStartedRequest } from "./appointmentInput";
import type { AppointmentExpeditionLoadedResponse } from "./appointmentInput"; import type { AppointmentLoadingCompletedResponse } from "./appointmentInput";
import type { AppointmentExpeditionLoadedRequest } from "./appointmentInput"; import type { AppointmentLoadingCompletedRequest } from "./appointmentInput";
import type { AppointmentExpeditionStartedResponse } from "./appointmentInput"; import type { AppointmentLoadingStartedResponse } from "./appointmentInput";
import type { AppointmentExpeditionStartedRequest } from "./appointmentInput"; import type { AppointmentLoadingStartedRequest } from "./appointmentInput";
import type { AppointmentCarrierArrivedResponse } from "./appointmentInput"; import type { AppointmentCarrierArrivedResponse } from "./appointmentInput";
import type { AppointmentCarrierArrivedRequest } from "./appointmentInput"; import type { AppointmentCarrierArrivedRequest } from "./appointmentInput";
import type { AppointmentCarrierExpectedResponse } from "./appointmentInput"; import type { AppointmentCarrierExpectedResponse } from "./appointmentInput";
@@ -81,21 +81,21 @@ export interface IAppointmentInputAPIClient {
*/ */
carrierArrived(input: AppointmentCarrierArrivedRequest, options?: RpcOptions): UnaryCall<AppointmentCarrierArrivedRequest, AppointmentCarrierArrivedResponse>; carrierArrived(input: AppointmentCarrierArrivedRequest, options?: RpcOptions): UnaryCall<AppointmentCarrierArrivedRequest, AppointmentCarrierArrivedResponse>;
/** /**
* @generated from protobuf rpc: ExpeditionStarted * @generated from protobuf rpc: LoadingStarted
*/ */
expeditionStarted(input: AppointmentExpeditionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionStartedRequest, AppointmentExpeditionStartedResponse>; loadingStarted(input: AppointmentLoadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingStartedRequest, AppointmentLoadingStartedResponse>;
/** /**
* @generated from protobuf rpc: ExpeditionLoaded * @generated from protobuf rpc: LoadingCompleted
*/ */
expeditionLoaded(input: AppointmentExpeditionLoadedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionLoadedRequest, AppointmentExpeditionLoadedResponse>; loadingCompleted(input: AppointmentLoadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingCompletedRequest, AppointmentLoadingCompletedResponse>;
/** /**
* @generated from protobuf rpc: ReceptionStarted * @generated from protobuf rpc: UnloadingStarted
*/ */
receptionStarted(input: AppointmentReceptionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionStartedRequest, AppointmentReceptionStartedResponse>; unloadingStarted(input: AppointmentUnloadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingStartedRequest, AppointmentUnloadingStartedResponse>;
/** /**
* @generated from protobuf rpc: ReceptionUnloaded * @generated from protobuf rpc: UnloadingCompleted
*/ */
receptionUnloaded(input: AppointmentReceptionUnloadedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionUnloadedRequest, AppointmentReceptionUnloadedResponse>; unloadingCompleted(input: AppointmentUnloadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingCompletedRequest, AppointmentUnloadingCompletedResponse>;
/** /**
* @generated from protobuf rpc: CarrierDeparted * @generated from protobuf rpc: CarrierDeparted
*/ */
@@ -191,32 +191,32 @@ export class AppointmentInputAPIClient implements IAppointmentInputAPIClient, Se
return stackIntercept<AppointmentCarrierArrivedRequest, AppointmentCarrierArrivedResponse>("unary", this._transport, method, opt, input); return stackIntercept<AppointmentCarrierArrivedRequest, AppointmentCarrierArrivedResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: ExpeditionStarted * @generated from protobuf rpc: LoadingStarted
*/ */
expeditionStarted(input: AppointmentExpeditionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionStartedRequest, AppointmentExpeditionStartedResponse> { loadingStarted(input: AppointmentLoadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingStartedRequest, AppointmentLoadingStartedResponse> {
const method = this.methods[7], opt = this._transport.mergeOptions(options); const method = this.methods[7], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentExpeditionStartedRequest, AppointmentExpeditionStartedResponse>("unary", this._transport, method, opt, input); return stackIntercept<AppointmentLoadingStartedRequest, AppointmentLoadingStartedResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: ExpeditionLoaded * @generated from protobuf rpc: LoadingCompleted
*/ */
expeditionLoaded(input: AppointmentExpeditionLoadedRequest, options?: RpcOptions): UnaryCall<AppointmentExpeditionLoadedRequest, AppointmentExpeditionLoadedResponse> { loadingCompleted(input: AppointmentLoadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentLoadingCompletedRequest, AppointmentLoadingCompletedResponse> {
const method = this.methods[8], opt = this._transport.mergeOptions(options); const method = this.methods[8], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentExpeditionLoadedRequest, AppointmentExpeditionLoadedResponse>("unary", this._transport, method, opt, input); return stackIntercept<AppointmentLoadingCompletedRequest, AppointmentLoadingCompletedResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: ReceptionStarted * @generated from protobuf rpc: UnloadingStarted
*/ */
receptionStarted(input: AppointmentReceptionStartedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionStartedRequest, AppointmentReceptionStartedResponse> { unloadingStarted(input: AppointmentUnloadingStartedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingStartedRequest, AppointmentUnloadingStartedResponse> {
const method = this.methods[9], opt = this._transport.mergeOptions(options); const method = this.methods[9], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentReceptionStartedRequest, AppointmentReceptionStartedResponse>("unary", this._transport, method, opt, input); return stackIntercept<AppointmentUnloadingStartedRequest, AppointmentUnloadingStartedResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: ReceptionUnloaded * @generated from protobuf rpc: UnloadingCompleted
*/ */
receptionUnloaded(input: AppointmentReceptionUnloadedRequest, options?: RpcOptions): UnaryCall<AppointmentReceptionUnloadedRequest, AppointmentReceptionUnloadedResponse> { unloadingCompleted(input: AppointmentUnloadingCompletedRequest, options?: RpcOptions): UnaryCall<AppointmentUnloadingCompletedRequest, AppointmentUnloadingCompletedResponse> {
const method = this.methods[10], opt = this._transport.mergeOptions(options); const method = this.methods[10], opt = this._transport.mergeOptions(options);
return stackIntercept<AppointmentReceptionUnloadedRequest, AppointmentReceptionUnloadedResponse>("unary", this._transport, method, opt, input); return stackIntercept<AppointmentUnloadingCompletedRequest, AppointmentUnloadingCompletedResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: CarrierDeparted * @generated from protobuf rpc: CarrierDeparted

File diff suppressed because it is too large Load Diff

View File

@@ -275,21 +275,21 @@ export enum AppointmentStatusCode {
/** /**
* APPOINTMENT_0500_SITE_VALIDATION = 500; * APPOINTMENT_0500_SITE_VALIDATION = 500;
* *
* @generated from protobuf enum value: APPOINTMENT_0600_RECEPTION_UNLOADING = 600; * @generated from protobuf enum value: APPOINTMENT_0600_UNLOADING = 600;
*/ */
APPOINTMENT_0600_RECEPTION_UNLOADING = 600, APPOINTMENT_0600_UNLOADING = 600,
/** /**
* @generated from protobuf enum value: APPOINTMENT_0700_RECEPTION_UNLOADED = 700; * @generated from protobuf enum value: APPOINTMENT_0700_UNLOADED = 700;
*/ */
APPOINTMENT_0700_RECEPTION_UNLOADED = 700, APPOINTMENT_0700_UNLOADED = 700,
/** /**
* @generated from protobuf enum value: APPOINTMENT_0800_EXPEDITION_LOADING = 800; * @generated from protobuf enum value: APPOINTMENT_0800_LOADING = 800;
*/ */
APPOINTMENT_0800_EXPEDITION_LOADING = 800, APPOINTMENT_0800_LOADING = 800,
/** /**
* @generated from protobuf enum value: APPOINTMENT_0900_EXPEDITION_LOADED = 900; * @generated from protobuf enum value: APPOINTMENT_0900_LOADED = 900;
*/ */
APPOINTMENT_0900_EXPEDITION_LOADED = 900, APPOINTMENT_0900_LOADED = 900,
/** /**
* @generated from protobuf enum value: APPOINTMENT_1000_CARRIER_DEPARTED = 1000; * @generated from protobuf enum value: APPOINTMENT_1000_CARRIER_DEPARTED = 1000;
*/ */

View File

@@ -4522,7 +4522,7 @@ export const HandlingunitCustomFieldsUpdatedResponse = new HandlingunitCustomFie
*/ */
export const HandlingunitInputAPI = new ServiceType("api.HandlingunitInputAPI", [ 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: "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: "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: "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 }, { 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 },

View File

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

View File

@@ -37,13 +37,9 @@ import type { CreateSettingsRequest } from "./site";
import type { DeleteSettingsResult } from "./site"; import type { DeleteSettingsResult } from "./site";
import type { DeleteSettingsRequest } from "./site"; import type { DeleteSettingsRequest } from "./site";
import type { RescheduleAppointmentRequest } from "./site"; import type { RescheduleAppointmentRequest } from "./site";
import type { ForceUpdateAppointmentRequest } from "./site";
import type { UpdateAppointmentNoReferenceRequest } from "./site";
import type { UpdateAppointmentRequest } from "./site"; import type { UpdateAppointmentRequest } from "./site";
import type { CancelAppointmentResponse } from "./site"; import type { CancelAppointmentResponse } from "./site";
import type { CancelAppointmentRequest } from "./site"; import type { CancelAppointmentRequest } from "./site";
import type { ForceBookAppointmentRequest } from "./site";
import type { BookAppointmentNoReferenceRequest } from "./site";
import type { BookAppointmentResponse } from "./site"; import type { BookAppointmentResponse } from "./site";
import type { BookAppointmentRequest } from "./site"; import type { BookAppointmentRequest } from "./site";
import type { CheckAppointmentCommissionResponse } from "./site"; import type { CheckAppointmentCommissionResponse } from "./site";
@@ -119,11 +115,11 @@ export interface ISiteServiceClient {
/** /**
* @generated from protobuf rpc: BookAppointmentNoReference * @generated from protobuf rpc: BookAppointmentNoReference
*/ */
bookAppointmentNoReference(input: BookAppointmentNoReferenceRequest, options?: RpcOptions): UnaryCall<BookAppointmentNoReferenceRequest, BookAppointmentResponse>; bookAppointmentNoReference(input: BookAppointmentRequest, options?: RpcOptions): UnaryCall<BookAppointmentRequest, BookAppointmentResponse>;
/** /**
* @generated from protobuf rpc: ForceBookAppointment * @generated from protobuf rpc: ForceBookAppointment
*/ */
forceBookAppointment(input: ForceBookAppointmentRequest, options?: RpcOptions): UnaryCall<ForceBookAppointmentRequest, BookAppointmentResponse>; forceBookAppointment(input: BookAppointmentRequest, options?: RpcOptions): UnaryCall<BookAppointmentRequest, BookAppointmentResponse>;
/** /**
* @generated from protobuf rpc: CancelAppointment * @generated from protobuf rpc: CancelAppointment
*/ */
@@ -135,11 +131,11 @@ export interface ISiteServiceClient {
/** /**
* @generated from protobuf rpc: UpdateAppointmentNoReference * @generated from protobuf rpc: UpdateAppointmentNoReference
*/ */
updateAppointmentNoReference(input: UpdateAppointmentNoReferenceRequest, options?: RpcOptions): UnaryCall<UpdateAppointmentNoReferenceRequest, BookAppointmentResponse>; updateAppointmentNoReference(input: UpdateAppointmentRequest, options?: RpcOptions): UnaryCall<UpdateAppointmentRequest, BookAppointmentResponse>;
/** /**
* @generated from protobuf rpc: ForceUpdateAppointment * @generated from protobuf rpc: ForceUpdateAppointment
*/ */
forceUpdateAppointment(input: ForceUpdateAppointmentRequest, options?: RpcOptions): UnaryCall<ForceUpdateAppointmentRequest, BookAppointmentResponse>; forceUpdateAppointment(input: UpdateAppointmentRequest, options?: RpcOptions): UnaryCall<UpdateAppointmentRequest, BookAppointmentResponse>;
/** /**
* @generated from protobuf rpc: RescheduleAppointment * @generated from protobuf rpc: RescheduleAppointment
*/ */
@@ -302,16 +298,16 @@ export class SiteServiceClient implements ISiteServiceClient, ServiceInfo {
/** /**
* @generated from protobuf rpc: BookAppointmentNoReference * @generated from protobuf rpc: BookAppointmentNoReference
*/ */
bookAppointmentNoReference(input: BookAppointmentNoReferenceRequest, options?: RpcOptions): UnaryCall<BookAppointmentNoReferenceRequest, BookAppointmentResponse> { bookAppointmentNoReference(input: BookAppointmentRequest, options?: RpcOptions): UnaryCall<BookAppointmentRequest, BookAppointmentResponse> {
const method = this.methods[11], opt = this._transport.mergeOptions(options); const method = this.methods[11], opt = this._transport.mergeOptions(options);
return stackIntercept<BookAppointmentNoReferenceRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input); return stackIntercept<BookAppointmentRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: ForceBookAppointment * @generated from protobuf rpc: ForceBookAppointment
*/ */
forceBookAppointment(input: ForceBookAppointmentRequest, options?: RpcOptions): UnaryCall<ForceBookAppointmentRequest, BookAppointmentResponse> { forceBookAppointment(input: BookAppointmentRequest, options?: RpcOptions): UnaryCall<BookAppointmentRequest, BookAppointmentResponse> {
const method = this.methods[12], opt = this._transport.mergeOptions(options); const method = this.methods[12], opt = this._transport.mergeOptions(options);
return stackIntercept<ForceBookAppointmentRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input); return stackIntercept<BookAppointmentRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: CancelAppointment * @generated from protobuf rpc: CancelAppointment
@@ -330,16 +326,16 @@ export class SiteServiceClient implements ISiteServiceClient, ServiceInfo {
/** /**
* @generated from protobuf rpc: UpdateAppointmentNoReference * @generated from protobuf rpc: UpdateAppointmentNoReference
*/ */
updateAppointmentNoReference(input: UpdateAppointmentNoReferenceRequest, options?: RpcOptions): UnaryCall<UpdateAppointmentNoReferenceRequest, BookAppointmentResponse> { updateAppointmentNoReference(input: UpdateAppointmentRequest, options?: RpcOptions): UnaryCall<UpdateAppointmentRequest, BookAppointmentResponse> {
const method = this.methods[15], opt = this._transport.mergeOptions(options); const method = this.methods[15], opt = this._transport.mergeOptions(options);
return stackIntercept<UpdateAppointmentNoReferenceRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input); return stackIntercept<UpdateAppointmentRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: ForceUpdateAppointment * @generated from protobuf rpc: ForceUpdateAppointment
*/ */
forceUpdateAppointment(input: ForceUpdateAppointmentRequest, options?: RpcOptions): UnaryCall<ForceUpdateAppointmentRequest, BookAppointmentResponse> { forceUpdateAppointment(input: UpdateAppointmentRequest, options?: RpcOptions): UnaryCall<UpdateAppointmentRequest, BookAppointmentResponse> {
const method = this.methods[16], opt = this._transport.mergeOptions(options); const method = this.methods[16], opt = this._transport.mergeOptions(options);
return stackIntercept<ForceUpdateAppointmentRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input); return stackIntercept<UpdateAppointmentRequest, BookAppointmentResponse>("unary", this._transport, method, opt, input);
} }
/** /**
* @generated from protobuf rpc: RescheduleAppointment * @generated from protobuf rpc: RescheduleAppointment

858
site.ts

File diff suppressed because it is too large Load Diff

View File

@@ -276,7 +276,7 @@ export interface VariableDuration {
*/ */
export interface RuleFilter { export interface RuleFilter {
/** /**
* Filter on appointment type (expedition or reception). * Filter on appointment type (loading or unloading).
* *
* @generated from protobuf field: api.AppointmentType Type = 1 * @generated from protobuf field: api.AppointmentType Type = 1
*/ */
@@ -414,13 +414,13 @@ export interface ProjectAuthorisation {
ProjectID: string; ProjectID: string;
/** /**
* TODO Do we need explicit flags to show if receipt / ship is allowed / forbidden ? * TODO Do we need explicit flags to show if receipt / ship is allowed / forbidden ?
* Constraints applied for reception appointment. * Constraints applied for unloading appointment.
* *
* @generated from protobuf field: api.ProjectConstraint UnloadingConstraint = 2 * @generated from protobuf field: api.ProjectConstraint UnloadingConstraint = 2
*/ */
UnloadingConstraint?: ProjectConstraint; UnloadingConstraint?: ProjectConstraint;
/** /**
* Constraints applied for expedition appointment. * Constraints applied for loading appointment.
* *
* @generated from protobuf field: api.ProjectConstraint LoadingConstraint = 3 * @generated from protobuf field: api.ProjectConstraint LoadingConstraint = 3
*/ */
@@ -456,13 +456,13 @@ export interface ActorAuthorisation {
// TODO Do we need explicit flags to show if receipt / ship is allowed / forbidden ? // TODO Do we need explicit flags to show if receipt / ship is allowed / forbidden ?
/** /**
* Constraints applied for reception appointment. * Constraints applied for unloading appointment.
* *
* @generated from protobuf field: api.ActorConstraint UnloadingConstraint = 3 * @generated from protobuf field: api.ActorConstraint UnloadingConstraint = 3
*/ */
UnloadingConstraint?: ActorConstraint; UnloadingConstraint?: ActorConstraint;
/** /**
* Constraints applied for expedition appointment. * Constraints applied for loading appointment.
* *
* @generated from protobuf field: api.ActorConstraint LoadingConstraint = 4 * @generated from protobuf field: api.ActorConstraint LoadingConstraint = 4
*/ */
@@ -574,8 +574,6 @@ export interface Commission {
* @generated from protobuf field: string OrderID = 2 * @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.
// string ExecutionflowID = 6;// ID of the executionflow, might be null for standalone.
/** /**
* @generated from protobuf field: repeated api.QuantityByUnit Quantities = 3 * @generated from protobuf field: repeated api.QuantityByUnit Quantities = 3
*/ */
@@ -640,13 +638,13 @@ export enum AppointmentType {
*/ */
APPOINTMENT_TYPE_UNKNOWN = 0, APPOINTMENT_TYPE_UNKNOWN = 0,
/** /**
* @generated from protobuf enum value: APPOINTMENT_TYPE_EXPEDITION = 1; * @generated from protobuf enum value: APPOINTMENT_TYPE_LOADING = 1;
*/ */
APPOINTMENT_TYPE_EXPEDITION = 1, APPOINTMENT_TYPE_LOADING = 1,
/** /**
* @generated from protobuf enum value: APPOINTMENT_TYPE_RECEPTION = 2; * @generated from protobuf enum value: APPOINTMENT_TYPE_UNLOADING = 2;
*/ */
APPOINTMENT_TYPE_RECEPTION = 2, APPOINTMENT_TYPE_UNLOADING = 2,
/** /**
* @generated from protobuf enum value: APPOINTMENT_TYPE_UNDEFINED = 3; * @generated from protobuf enum value: APPOINTMENT_TYPE_UNDEFINED = 3;
*/ */