@channel.io/app-sdk-core 0.17.1 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/extensions/commerce.d.ts +35 -35
- package/dist/extensions/commerce.js +5 -5
- package/dist/extensions/function-schemas.js +25 -25
- package/dist/extensions/function-schemas.js.map +1 -1
- package/dist/extensions/index.d.ts +2 -2
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +2 -2
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/messaging.d.ts +33 -0
- package/dist/extensions/messaging.d.ts.map +1 -1
- package/dist/extensions/messaging.js +94 -0
- package/dist/extensions/messaging.js.map +1 -1
- package/dist/extensions/proto-contracts.d.ts +2 -2
- package/dist/extensions/wms.d.ts +49 -49
- package/dist/extensions/wms.js +7 -7
- package/dist/extensions/wms.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.d.ts +11 -11
- package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +82 -82
- package/dist/gen/channel/app/sdk/v1/extension.zod.js +11 -11
- package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
- package/dist/types/context.d.ts +3 -3
- package/dist/types/context.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -18312,7 +18312,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18312
18312
|
}[] | undefined;
|
|
18313
18313
|
}> | undefined;
|
|
18314
18314
|
}>>>;
|
|
18315
|
-
|
|
18315
|
+
requestCancelOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18316
18316
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18317
18317
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18318
18318
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -18366,7 +18366,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18366
18366
|
}[] | undefined;
|
|
18367
18367
|
}> | undefined;
|
|
18368
18368
|
}>>>;
|
|
18369
|
-
|
|
18369
|
+
requestReturnOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18370
18370
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18371
18371
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18372
18372
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -18420,7 +18420,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18420
18420
|
}[] | undefined;
|
|
18421
18421
|
}> | undefined;
|
|
18422
18422
|
}>>>;
|
|
18423
|
-
|
|
18423
|
+
acceptReturnOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18424
18424
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18425
18425
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18426
18426
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -18474,7 +18474,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18474
18474
|
}[] | undefined;
|
|
18475
18475
|
}> | undefined;
|
|
18476
18476
|
}>>>;
|
|
18477
|
-
|
|
18477
|
+
requestExchangeOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18478
18478
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18479
18479
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18480
18480
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -18595,7 +18595,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18595
18595
|
}[] | undefined;
|
|
18596
18596
|
}> | undefined;
|
|
18597
18597
|
} | undefined;
|
|
18598
|
-
|
|
18598
|
+
requestCancelOrderOptions?: {
|
|
18599
18599
|
required?: string[] | undefined;
|
|
18600
18600
|
optional?: string[] | undefined;
|
|
18601
18601
|
fieldConfigs?: Record<string, {
|
|
@@ -18607,7 +18607,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18607
18607
|
}[] | undefined;
|
|
18608
18608
|
}> | undefined;
|
|
18609
18609
|
} | undefined;
|
|
18610
|
-
|
|
18610
|
+
requestReturnOrderOptions?: {
|
|
18611
18611
|
required?: string[] | undefined;
|
|
18612
18612
|
optional?: string[] | undefined;
|
|
18613
18613
|
fieldConfigs?: Record<string, {
|
|
@@ -18619,7 +18619,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18619
18619
|
}[] | undefined;
|
|
18620
18620
|
}> | undefined;
|
|
18621
18621
|
} | undefined;
|
|
18622
|
-
|
|
18622
|
+
requestExchangeOrderOptions?: {
|
|
18623
18623
|
required?: string[] | undefined;
|
|
18624
18624
|
optional?: string[] | undefined;
|
|
18625
18625
|
fieldConfigs?: Record<string, {
|
|
@@ -18643,7 +18643,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18643
18643
|
}[] | undefined;
|
|
18644
18644
|
}> | undefined;
|
|
18645
18645
|
} | undefined;
|
|
18646
|
-
|
|
18646
|
+
acceptReturnOrderOptions?: {
|
|
18647
18647
|
required?: string[] | undefined;
|
|
18648
18648
|
optional?: string[] | undefined;
|
|
18649
18649
|
fieldConfigs?: Record<string, {
|
|
@@ -18668,7 +18668,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18668
18668
|
}[] | undefined;
|
|
18669
18669
|
}> | undefined;
|
|
18670
18670
|
} | undefined;
|
|
18671
|
-
|
|
18671
|
+
requestCancelOrderOptions?: {
|
|
18672
18672
|
required?: string[] | undefined;
|
|
18673
18673
|
optional?: string[] | undefined;
|
|
18674
18674
|
fieldConfigs?: Record<string, {
|
|
@@ -18680,7 +18680,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18680
18680
|
}[] | undefined;
|
|
18681
18681
|
}> | undefined;
|
|
18682
18682
|
} | undefined;
|
|
18683
|
-
|
|
18683
|
+
requestReturnOrderOptions?: {
|
|
18684
18684
|
required?: string[] | undefined;
|
|
18685
18685
|
optional?: string[] | undefined;
|
|
18686
18686
|
fieldConfigs?: Record<string, {
|
|
@@ -18692,7 +18692,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18692
18692
|
}[] | undefined;
|
|
18693
18693
|
}> | undefined;
|
|
18694
18694
|
} | undefined;
|
|
18695
|
-
|
|
18695
|
+
requestExchangeOrderOptions?: {
|
|
18696
18696
|
required?: string[] | undefined;
|
|
18697
18697
|
optional?: string[] | undefined;
|
|
18698
18698
|
fieldConfigs?: Record<string, {
|
|
@@ -18716,7 +18716,7 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
18716
18716
|
}[] | undefined;
|
|
18717
18717
|
}> | undefined;
|
|
18718
18718
|
} | undefined;
|
|
18719
|
-
|
|
18719
|
+
acceptReturnOrderOptions?: {
|
|
18720
18720
|
required?: string[] | undefined;
|
|
18721
18721
|
optional?: string[] | undefined;
|
|
18722
18722
|
fieldConfigs?: Record<string, {
|
|
@@ -18788,7 +18788,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
18788
18788
|
}[] | undefined;
|
|
18789
18789
|
}> | undefined;
|
|
18790
18790
|
}>>>;
|
|
18791
|
-
|
|
18791
|
+
requestCancelOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18792
18792
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18793
18793
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18794
18794
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -18842,7 +18842,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
18842
18842
|
}[] | undefined;
|
|
18843
18843
|
}> | undefined;
|
|
18844
18844
|
}>>>;
|
|
18845
|
-
|
|
18845
|
+
requestReturnOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18846
18846
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18847
18847
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18848
18848
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -18896,7 +18896,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
18896
18896
|
}[] | undefined;
|
|
18897
18897
|
}> | undefined;
|
|
18898
18898
|
}>>>;
|
|
18899
|
-
|
|
18899
|
+
acceptReturnOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18900
18900
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18901
18901
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18902
18902
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -18950,7 +18950,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
18950
18950
|
}[] | undefined;
|
|
18951
18951
|
}> | undefined;
|
|
18952
18952
|
}>>>;
|
|
18953
|
-
|
|
18953
|
+
requestExchangeOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
18954
18954
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18955
18955
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18956
18956
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -19071,7 +19071,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19071
19071
|
}[] | undefined;
|
|
19072
19072
|
}> | undefined;
|
|
19073
19073
|
} | undefined;
|
|
19074
|
-
|
|
19074
|
+
requestCancelOrderOptions?: {
|
|
19075
19075
|
required?: string[] | undefined;
|
|
19076
19076
|
optional?: string[] | undefined;
|
|
19077
19077
|
fieldConfigs?: Record<string, {
|
|
@@ -19083,7 +19083,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19083
19083
|
}[] | undefined;
|
|
19084
19084
|
}> | undefined;
|
|
19085
19085
|
} | undefined;
|
|
19086
|
-
|
|
19086
|
+
requestReturnOrderOptions?: {
|
|
19087
19087
|
required?: string[] | undefined;
|
|
19088
19088
|
optional?: string[] | undefined;
|
|
19089
19089
|
fieldConfigs?: Record<string, {
|
|
@@ -19095,7 +19095,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19095
19095
|
}[] | undefined;
|
|
19096
19096
|
}> | undefined;
|
|
19097
19097
|
} | undefined;
|
|
19098
|
-
|
|
19098
|
+
requestExchangeOrderOptions?: {
|
|
19099
19099
|
required?: string[] | undefined;
|
|
19100
19100
|
optional?: string[] | undefined;
|
|
19101
19101
|
fieldConfigs?: Record<string, {
|
|
@@ -19119,7 +19119,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19119
19119
|
}[] | undefined;
|
|
19120
19120
|
}> | undefined;
|
|
19121
19121
|
} | undefined;
|
|
19122
|
-
|
|
19122
|
+
acceptReturnOrderOptions?: {
|
|
19123
19123
|
required?: string[] | undefined;
|
|
19124
19124
|
optional?: string[] | undefined;
|
|
19125
19125
|
fieldConfigs?: Record<string, {
|
|
@@ -19144,7 +19144,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19144
19144
|
}[] | undefined;
|
|
19145
19145
|
}> | undefined;
|
|
19146
19146
|
} | undefined;
|
|
19147
|
-
|
|
19147
|
+
requestCancelOrderOptions?: {
|
|
19148
19148
|
required?: string[] | undefined;
|
|
19149
19149
|
optional?: string[] | undefined;
|
|
19150
19150
|
fieldConfigs?: Record<string, {
|
|
@@ -19156,7 +19156,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19156
19156
|
}[] | undefined;
|
|
19157
19157
|
}> | undefined;
|
|
19158
19158
|
} | undefined;
|
|
19159
|
-
|
|
19159
|
+
requestReturnOrderOptions?: {
|
|
19160
19160
|
required?: string[] | undefined;
|
|
19161
19161
|
optional?: string[] | undefined;
|
|
19162
19162
|
fieldConfigs?: Record<string, {
|
|
@@ -19168,7 +19168,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19168
19168
|
}[] | undefined;
|
|
19169
19169
|
}> | undefined;
|
|
19170
19170
|
} | undefined;
|
|
19171
|
-
|
|
19171
|
+
requestExchangeOrderOptions?: {
|
|
19172
19172
|
required?: string[] | undefined;
|
|
19173
19173
|
optional?: string[] | undefined;
|
|
19174
19174
|
fieldConfigs?: Record<string, {
|
|
@@ -19192,7 +19192,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19192
19192
|
}[] | undefined;
|
|
19193
19193
|
}> | undefined;
|
|
19194
19194
|
} | undefined;
|
|
19195
|
-
|
|
19195
|
+
acceptReturnOrderOptions?: {
|
|
19196
19196
|
required?: string[] | undefined;
|
|
19197
19197
|
optional?: string[] | undefined;
|
|
19198
19198
|
fieldConfigs?: Record<string, {
|
|
@@ -19219,7 +19219,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19219
19219
|
}[] | undefined;
|
|
19220
19220
|
}> | undefined;
|
|
19221
19221
|
} | undefined;
|
|
19222
|
-
|
|
19222
|
+
requestCancelOrderOptions?: {
|
|
19223
19223
|
required?: string[] | undefined;
|
|
19224
19224
|
optional?: string[] | undefined;
|
|
19225
19225
|
fieldConfigs?: Record<string, {
|
|
@@ -19231,7 +19231,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19231
19231
|
}[] | undefined;
|
|
19232
19232
|
}> | undefined;
|
|
19233
19233
|
} | undefined;
|
|
19234
|
-
|
|
19234
|
+
requestReturnOrderOptions?: {
|
|
19235
19235
|
required?: string[] | undefined;
|
|
19236
19236
|
optional?: string[] | undefined;
|
|
19237
19237
|
fieldConfigs?: Record<string, {
|
|
@@ -19243,7 +19243,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19243
19243
|
}[] | undefined;
|
|
19244
19244
|
}> | undefined;
|
|
19245
19245
|
} | undefined;
|
|
19246
|
-
|
|
19246
|
+
requestExchangeOrderOptions?: {
|
|
19247
19247
|
required?: string[] | undefined;
|
|
19248
19248
|
optional?: string[] | undefined;
|
|
19249
19249
|
fieldConfigs?: Record<string, {
|
|
@@ -19267,7 +19267,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19267
19267
|
}[] | undefined;
|
|
19268
19268
|
}> | undefined;
|
|
19269
19269
|
} | undefined;
|
|
19270
|
-
|
|
19270
|
+
acceptReturnOrderOptions?: {
|
|
19271
19271
|
required?: string[] | undefined;
|
|
19272
19272
|
optional?: string[] | undefined;
|
|
19273
19273
|
fieldConfigs?: Record<string, {
|
|
@@ -19294,7 +19294,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19294
19294
|
}[] | undefined;
|
|
19295
19295
|
}> | undefined;
|
|
19296
19296
|
} | undefined;
|
|
19297
|
-
|
|
19297
|
+
requestCancelOrderOptions?: {
|
|
19298
19298
|
required?: string[] | undefined;
|
|
19299
19299
|
optional?: string[] | undefined;
|
|
19300
19300
|
fieldConfigs?: Record<string, {
|
|
@@ -19306,7 +19306,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19306
19306
|
}[] | undefined;
|
|
19307
19307
|
}> | undefined;
|
|
19308
19308
|
} | undefined;
|
|
19309
|
-
|
|
19309
|
+
requestReturnOrderOptions?: {
|
|
19310
19310
|
required?: string[] | undefined;
|
|
19311
19311
|
optional?: string[] | undefined;
|
|
19312
19312
|
fieldConfigs?: Record<string, {
|
|
@@ -19318,7 +19318,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19318
19318
|
}[] | undefined;
|
|
19319
19319
|
}> | undefined;
|
|
19320
19320
|
} | undefined;
|
|
19321
|
-
|
|
19321
|
+
requestExchangeOrderOptions?: {
|
|
19322
19322
|
required?: string[] | undefined;
|
|
19323
19323
|
optional?: string[] | undefined;
|
|
19324
19324
|
fieldConfigs?: Record<string, {
|
|
@@ -19342,7 +19342,7 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
19342
19342
|
}[] | undefined;
|
|
19343
19343
|
}> | undefined;
|
|
19344
19344
|
} | undefined;
|
|
19345
|
-
|
|
19345
|
+
acceptReturnOrderOptions?: {
|
|
19346
19346
|
required?: string[] | undefined;
|
|
19347
19347
|
optional?: string[] | undefined;
|
|
19348
19348
|
fieldConfigs?: Record<string, {
|
|
@@ -19656,7 +19656,7 @@ export declare const CommerceReturnOrderInputProtoSchema: z.ZodObject<{
|
|
|
19656
19656
|
} | undefined;
|
|
19657
19657
|
}>;
|
|
19658
19658
|
export type CommerceReturnOrderInputProto = z.infer<typeof CommerceReturnOrderInputProtoSchema>;
|
|
19659
|
-
export declare const
|
|
19659
|
+
export declare const CommerceAcceptReturnOrderInputProtoSchema: z.ZodObject<{
|
|
19660
19660
|
identifier: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
19661
19661
|
type: z.ZodOptional<z.ZodString>;
|
|
19662
19662
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -19746,7 +19746,7 @@ export declare const CommerceReturnAcceptOrderInputProtoSchema: z.ZodObject<{
|
|
|
19746
19746
|
requestPickup?: boolean | undefined;
|
|
19747
19747
|
pickupCompleted?: boolean | undefined;
|
|
19748
19748
|
}>;
|
|
19749
|
-
export type
|
|
19749
|
+
export type CommerceAcceptReturnOrderInputProto = z.infer<typeof CommerceAcceptReturnOrderInputProtoSchema>;
|
|
19750
19750
|
export declare const CommerceExchangeOrderInputProtoSchema: z.ZodObject<{
|
|
19751
19751
|
identifier: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
19752
19752
|
type: z.ZodOptional<z.ZodString>;
|
|
@@ -21819,7 +21819,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
21819
21819
|
}[] | undefined;
|
|
21820
21820
|
}> | undefined;
|
|
21821
21821
|
}>>>;
|
|
21822
|
-
|
|
21822
|
+
requestCancelOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
21823
21823
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21824
21824
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21825
21825
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -21873,7 +21873,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
21873
21873
|
}[] | undefined;
|
|
21874
21874
|
}> | undefined;
|
|
21875
21875
|
}>>>;
|
|
21876
|
-
|
|
21876
|
+
restoreCanceledOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
21877
21877
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21878
21878
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21879
21879
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -21927,7 +21927,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
21927
21927
|
}[] | undefined;
|
|
21928
21928
|
}> | undefined;
|
|
21929
21929
|
}>>>;
|
|
21930
|
-
|
|
21930
|
+
requestReturnOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
21931
21931
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21932
21932
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21933
21933
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -21981,7 +21981,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
21981
21981
|
}[] | undefined;
|
|
21982
21982
|
}> | undefined;
|
|
21983
21983
|
}>>>;
|
|
21984
|
-
|
|
21984
|
+
restoreReturnedOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
21985
21985
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21986
21986
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21987
21987
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22035,7 +22035,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22035
22035
|
}[] | undefined;
|
|
22036
22036
|
}> | undefined;
|
|
22037
22037
|
}>>>;
|
|
22038
|
-
|
|
22038
|
+
requestExchangeOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22039
22039
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22040
22040
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22041
22041
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22089,7 +22089,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22089
22089
|
}[] | undefined;
|
|
22090
22090
|
}> | undefined;
|
|
22091
22091
|
}>>>;
|
|
22092
|
-
|
|
22092
|
+
restoreExchangedOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22093
22093
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22094
22094
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22095
22095
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22210,7 +22210,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22210
22210
|
}[] | undefined;
|
|
22211
22211
|
}> | undefined;
|
|
22212
22212
|
} | undefined;
|
|
22213
|
-
|
|
22213
|
+
requestCancelOrderOptions?: {
|
|
22214
22214
|
required?: string[] | undefined;
|
|
22215
22215
|
optional?: string[] | undefined;
|
|
22216
22216
|
fieldConfigs?: Record<string, {
|
|
@@ -22222,7 +22222,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22222
22222
|
}[] | undefined;
|
|
22223
22223
|
}> | undefined;
|
|
22224
22224
|
} | undefined;
|
|
22225
|
-
|
|
22225
|
+
restoreCanceledOrderOptions?: {
|
|
22226
22226
|
required?: string[] | undefined;
|
|
22227
22227
|
optional?: string[] | undefined;
|
|
22228
22228
|
fieldConfigs?: Record<string, {
|
|
@@ -22234,7 +22234,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22234
22234
|
}[] | undefined;
|
|
22235
22235
|
}> | undefined;
|
|
22236
22236
|
} | undefined;
|
|
22237
|
-
|
|
22237
|
+
requestReturnOrderOptions?: {
|
|
22238
22238
|
required?: string[] | undefined;
|
|
22239
22239
|
optional?: string[] | undefined;
|
|
22240
22240
|
fieldConfigs?: Record<string, {
|
|
@@ -22246,7 +22246,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22246
22246
|
}[] | undefined;
|
|
22247
22247
|
}> | undefined;
|
|
22248
22248
|
} | undefined;
|
|
22249
|
-
|
|
22249
|
+
restoreReturnedOrderOptions?: {
|
|
22250
22250
|
required?: string[] | undefined;
|
|
22251
22251
|
optional?: string[] | undefined;
|
|
22252
22252
|
fieldConfigs?: Record<string, {
|
|
@@ -22258,7 +22258,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22258
22258
|
}[] | undefined;
|
|
22259
22259
|
}> | undefined;
|
|
22260
22260
|
} | undefined;
|
|
22261
|
-
|
|
22261
|
+
requestExchangeOrderOptions?: {
|
|
22262
22262
|
required?: string[] | undefined;
|
|
22263
22263
|
optional?: string[] | undefined;
|
|
22264
22264
|
fieldConfigs?: Record<string, {
|
|
@@ -22270,7 +22270,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22270
22270
|
}[] | undefined;
|
|
22271
22271
|
}> | undefined;
|
|
22272
22272
|
} | undefined;
|
|
22273
|
-
|
|
22273
|
+
restoreExchangedOrderOptions?: {
|
|
22274
22274
|
required?: string[] | undefined;
|
|
22275
22275
|
optional?: string[] | undefined;
|
|
22276
22276
|
fieldConfigs?: Record<string, {
|
|
@@ -22307,7 +22307,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22307
22307
|
}[] | undefined;
|
|
22308
22308
|
}> | undefined;
|
|
22309
22309
|
} | undefined;
|
|
22310
|
-
|
|
22310
|
+
requestCancelOrderOptions?: {
|
|
22311
22311
|
required?: string[] | undefined;
|
|
22312
22312
|
optional?: string[] | undefined;
|
|
22313
22313
|
fieldConfigs?: Record<string, {
|
|
@@ -22319,7 +22319,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22319
22319
|
}[] | undefined;
|
|
22320
22320
|
}> | undefined;
|
|
22321
22321
|
} | undefined;
|
|
22322
|
-
|
|
22322
|
+
restoreCanceledOrderOptions?: {
|
|
22323
22323
|
required?: string[] | undefined;
|
|
22324
22324
|
optional?: string[] | undefined;
|
|
22325
22325
|
fieldConfigs?: Record<string, {
|
|
@@ -22331,7 +22331,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22331
22331
|
}[] | undefined;
|
|
22332
22332
|
}> | undefined;
|
|
22333
22333
|
} | undefined;
|
|
22334
|
-
|
|
22334
|
+
requestReturnOrderOptions?: {
|
|
22335
22335
|
required?: string[] | undefined;
|
|
22336
22336
|
optional?: string[] | undefined;
|
|
22337
22337
|
fieldConfigs?: Record<string, {
|
|
@@ -22343,7 +22343,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22343
22343
|
}[] | undefined;
|
|
22344
22344
|
}> | undefined;
|
|
22345
22345
|
} | undefined;
|
|
22346
|
-
|
|
22346
|
+
restoreReturnedOrderOptions?: {
|
|
22347
22347
|
required?: string[] | undefined;
|
|
22348
22348
|
optional?: string[] | undefined;
|
|
22349
22349
|
fieldConfigs?: Record<string, {
|
|
@@ -22355,7 +22355,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22355
22355
|
}[] | undefined;
|
|
22356
22356
|
}> | undefined;
|
|
22357
22357
|
} | undefined;
|
|
22358
|
-
|
|
22358
|
+
requestExchangeOrderOptions?: {
|
|
22359
22359
|
required?: string[] | undefined;
|
|
22360
22360
|
optional?: string[] | undefined;
|
|
22361
22361
|
fieldConfigs?: Record<string, {
|
|
@@ -22367,7 +22367,7 @@ export declare const WmsAppCapabilitiesProtoSchema: z.ZodObject<{
|
|
|
22367
22367
|
}[] | undefined;
|
|
22368
22368
|
}> | undefined;
|
|
22369
22369
|
} | undefined;
|
|
22370
|
-
|
|
22370
|
+
restoreExchangedOrderOptions?: {
|
|
22371
22371
|
required?: string[] | undefined;
|
|
22372
22372
|
optional?: string[] | undefined;
|
|
22373
22373
|
fieldConfigs?: Record<string, {
|
|
@@ -22451,7 +22451,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22451
22451
|
}[] | undefined;
|
|
22452
22452
|
}> | undefined;
|
|
22453
22453
|
}>>>;
|
|
22454
|
-
|
|
22454
|
+
requestCancelOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22455
22455
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22456
22456
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22457
22457
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22505,7 +22505,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22505
22505
|
}[] | undefined;
|
|
22506
22506
|
}> | undefined;
|
|
22507
22507
|
}>>>;
|
|
22508
|
-
|
|
22508
|
+
restoreCanceledOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22509
22509
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22510
22510
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22511
22511
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22559,7 +22559,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22559
22559
|
}[] | undefined;
|
|
22560
22560
|
}> | undefined;
|
|
22561
22561
|
}>>>;
|
|
22562
|
-
|
|
22562
|
+
requestReturnOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22563
22563
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22564
22564
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22565
22565
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22613,7 +22613,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22613
22613
|
}[] | undefined;
|
|
22614
22614
|
}> | undefined;
|
|
22615
22615
|
}>>>;
|
|
22616
|
-
|
|
22616
|
+
restoreReturnedOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22617
22617
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22618
22618
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22619
22619
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22667,7 +22667,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22667
22667
|
}[] | undefined;
|
|
22668
22668
|
}> | undefined;
|
|
22669
22669
|
}>>>;
|
|
22670
|
-
|
|
22670
|
+
requestExchangeOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22671
22671
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22672
22672
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22673
22673
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22721,7 +22721,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22721
22721
|
}[] | undefined;
|
|
22722
22722
|
}> | undefined;
|
|
22723
22723
|
}>>>;
|
|
22724
|
-
|
|
22724
|
+
restoreExchangedOrderOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
22725
22725
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22726
22726
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
22727
22727
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
@@ -22842,7 +22842,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22842
22842
|
}[] | undefined;
|
|
22843
22843
|
}> | undefined;
|
|
22844
22844
|
} | undefined;
|
|
22845
|
-
|
|
22845
|
+
requestCancelOrderOptions?: {
|
|
22846
22846
|
required?: string[] | undefined;
|
|
22847
22847
|
optional?: string[] | undefined;
|
|
22848
22848
|
fieldConfigs?: Record<string, {
|
|
@@ -22854,7 +22854,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22854
22854
|
}[] | undefined;
|
|
22855
22855
|
}> | undefined;
|
|
22856
22856
|
} | undefined;
|
|
22857
|
-
|
|
22857
|
+
restoreCanceledOrderOptions?: {
|
|
22858
22858
|
required?: string[] | undefined;
|
|
22859
22859
|
optional?: string[] | undefined;
|
|
22860
22860
|
fieldConfigs?: Record<string, {
|
|
@@ -22866,7 +22866,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22866
22866
|
}[] | undefined;
|
|
22867
22867
|
}> | undefined;
|
|
22868
22868
|
} | undefined;
|
|
22869
|
-
|
|
22869
|
+
requestReturnOrderOptions?: {
|
|
22870
22870
|
required?: string[] | undefined;
|
|
22871
22871
|
optional?: string[] | undefined;
|
|
22872
22872
|
fieldConfigs?: Record<string, {
|
|
@@ -22878,7 +22878,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22878
22878
|
}[] | undefined;
|
|
22879
22879
|
}> | undefined;
|
|
22880
22880
|
} | undefined;
|
|
22881
|
-
|
|
22881
|
+
restoreReturnedOrderOptions?: {
|
|
22882
22882
|
required?: string[] | undefined;
|
|
22883
22883
|
optional?: string[] | undefined;
|
|
22884
22884
|
fieldConfigs?: Record<string, {
|
|
@@ -22890,7 +22890,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22890
22890
|
}[] | undefined;
|
|
22891
22891
|
}> | undefined;
|
|
22892
22892
|
} | undefined;
|
|
22893
|
-
|
|
22893
|
+
requestExchangeOrderOptions?: {
|
|
22894
22894
|
required?: string[] | undefined;
|
|
22895
22895
|
optional?: string[] | undefined;
|
|
22896
22896
|
fieldConfigs?: Record<string, {
|
|
@@ -22902,7 +22902,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22902
22902
|
}[] | undefined;
|
|
22903
22903
|
}> | undefined;
|
|
22904
22904
|
} | undefined;
|
|
22905
|
-
|
|
22905
|
+
restoreExchangedOrderOptions?: {
|
|
22906
22906
|
required?: string[] | undefined;
|
|
22907
22907
|
optional?: string[] | undefined;
|
|
22908
22908
|
fieldConfigs?: Record<string, {
|
|
@@ -22939,7 +22939,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22939
22939
|
}[] | undefined;
|
|
22940
22940
|
}> | undefined;
|
|
22941
22941
|
} | undefined;
|
|
22942
|
-
|
|
22942
|
+
requestCancelOrderOptions?: {
|
|
22943
22943
|
required?: string[] | undefined;
|
|
22944
22944
|
optional?: string[] | undefined;
|
|
22945
22945
|
fieldConfigs?: Record<string, {
|
|
@@ -22951,7 +22951,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22951
22951
|
}[] | undefined;
|
|
22952
22952
|
}> | undefined;
|
|
22953
22953
|
} | undefined;
|
|
22954
|
-
|
|
22954
|
+
restoreCanceledOrderOptions?: {
|
|
22955
22955
|
required?: string[] | undefined;
|
|
22956
22956
|
optional?: string[] | undefined;
|
|
22957
22957
|
fieldConfigs?: Record<string, {
|
|
@@ -22963,7 +22963,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22963
22963
|
}[] | undefined;
|
|
22964
22964
|
}> | undefined;
|
|
22965
22965
|
} | undefined;
|
|
22966
|
-
|
|
22966
|
+
requestReturnOrderOptions?: {
|
|
22967
22967
|
required?: string[] | undefined;
|
|
22968
22968
|
optional?: string[] | undefined;
|
|
22969
22969
|
fieldConfigs?: Record<string, {
|
|
@@ -22975,7 +22975,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22975
22975
|
}[] | undefined;
|
|
22976
22976
|
}> | undefined;
|
|
22977
22977
|
} | undefined;
|
|
22978
|
-
|
|
22978
|
+
restoreReturnedOrderOptions?: {
|
|
22979
22979
|
required?: string[] | undefined;
|
|
22980
22980
|
optional?: string[] | undefined;
|
|
22981
22981
|
fieldConfigs?: Record<string, {
|
|
@@ -22987,7 +22987,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22987
22987
|
}[] | undefined;
|
|
22988
22988
|
}> | undefined;
|
|
22989
22989
|
} | undefined;
|
|
22990
|
-
|
|
22990
|
+
requestExchangeOrderOptions?: {
|
|
22991
22991
|
required?: string[] | undefined;
|
|
22992
22992
|
optional?: string[] | undefined;
|
|
22993
22993
|
fieldConfigs?: Record<string, {
|
|
@@ -22999,7 +22999,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
22999
22999
|
}[] | undefined;
|
|
23000
23000
|
}> | undefined;
|
|
23001
23001
|
} | undefined;
|
|
23002
|
-
|
|
23002
|
+
restoreExchangedOrderOptions?: {
|
|
23003
23003
|
required?: string[] | undefined;
|
|
23004
23004
|
optional?: string[] | undefined;
|
|
23005
23005
|
fieldConfigs?: Record<string, {
|
|
@@ -23038,7 +23038,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23038
23038
|
}[] | undefined;
|
|
23039
23039
|
}> | undefined;
|
|
23040
23040
|
} | undefined;
|
|
23041
|
-
|
|
23041
|
+
requestCancelOrderOptions?: {
|
|
23042
23042
|
required?: string[] | undefined;
|
|
23043
23043
|
optional?: string[] | undefined;
|
|
23044
23044
|
fieldConfigs?: Record<string, {
|
|
@@ -23050,7 +23050,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23050
23050
|
}[] | undefined;
|
|
23051
23051
|
}> | undefined;
|
|
23052
23052
|
} | undefined;
|
|
23053
|
-
|
|
23053
|
+
restoreCanceledOrderOptions?: {
|
|
23054
23054
|
required?: string[] | undefined;
|
|
23055
23055
|
optional?: string[] | undefined;
|
|
23056
23056
|
fieldConfigs?: Record<string, {
|
|
@@ -23062,7 +23062,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23062
23062
|
}[] | undefined;
|
|
23063
23063
|
}> | undefined;
|
|
23064
23064
|
} | undefined;
|
|
23065
|
-
|
|
23065
|
+
requestReturnOrderOptions?: {
|
|
23066
23066
|
required?: string[] | undefined;
|
|
23067
23067
|
optional?: string[] | undefined;
|
|
23068
23068
|
fieldConfigs?: Record<string, {
|
|
@@ -23074,7 +23074,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23074
23074
|
}[] | undefined;
|
|
23075
23075
|
}> | undefined;
|
|
23076
23076
|
} | undefined;
|
|
23077
|
-
|
|
23077
|
+
restoreReturnedOrderOptions?: {
|
|
23078
23078
|
required?: string[] | undefined;
|
|
23079
23079
|
optional?: string[] | undefined;
|
|
23080
23080
|
fieldConfigs?: Record<string, {
|
|
@@ -23086,7 +23086,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23086
23086
|
}[] | undefined;
|
|
23087
23087
|
}> | undefined;
|
|
23088
23088
|
} | undefined;
|
|
23089
|
-
|
|
23089
|
+
requestExchangeOrderOptions?: {
|
|
23090
23090
|
required?: string[] | undefined;
|
|
23091
23091
|
optional?: string[] | undefined;
|
|
23092
23092
|
fieldConfigs?: Record<string, {
|
|
@@ -23098,7 +23098,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23098
23098
|
}[] | undefined;
|
|
23099
23099
|
}> | undefined;
|
|
23100
23100
|
} | undefined;
|
|
23101
|
-
|
|
23101
|
+
restoreExchangedOrderOptions?: {
|
|
23102
23102
|
required?: string[] | undefined;
|
|
23103
23103
|
optional?: string[] | undefined;
|
|
23104
23104
|
fieldConfigs?: Record<string, {
|
|
@@ -23137,7 +23137,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23137
23137
|
}[] | undefined;
|
|
23138
23138
|
}> | undefined;
|
|
23139
23139
|
} | undefined;
|
|
23140
|
-
|
|
23140
|
+
requestCancelOrderOptions?: {
|
|
23141
23141
|
required?: string[] | undefined;
|
|
23142
23142
|
optional?: string[] | undefined;
|
|
23143
23143
|
fieldConfigs?: Record<string, {
|
|
@@ -23149,7 +23149,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23149
23149
|
}[] | undefined;
|
|
23150
23150
|
}> | undefined;
|
|
23151
23151
|
} | undefined;
|
|
23152
|
-
|
|
23152
|
+
restoreCanceledOrderOptions?: {
|
|
23153
23153
|
required?: string[] | undefined;
|
|
23154
23154
|
optional?: string[] | undefined;
|
|
23155
23155
|
fieldConfigs?: Record<string, {
|
|
@@ -23161,7 +23161,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23161
23161
|
}[] | undefined;
|
|
23162
23162
|
}> | undefined;
|
|
23163
23163
|
} | undefined;
|
|
23164
|
-
|
|
23164
|
+
requestReturnOrderOptions?: {
|
|
23165
23165
|
required?: string[] | undefined;
|
|
23166
23166
|
optional?: string[] | undefined;
|
|
23167
23167
|
fieldConfigs?: Record<string, {
|
|
@@ -23173,7 +23173,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23173
23173
|
}[] | undefined;
|
|
23174
23174
|
}> | undefined;
|
|
23175
23175
|
} | undefined;
|
|
23176
|
-
|
|
23176
|
+
restoreReturnedOrderOptions?: {
|
|
23177
23177
|
required?: string[] | undefined;
|
|
23178
23178
|
optional?: string[] | undefined;
|
|
23179
23179
|
fieldConfigs?: Record<string, {
|
|
@@ -23185,7 +23185,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23185
23185
|
}[] | undefined;
|
|
23186
23186
|
}> | undefined;
|
|
23187
23187
|
} | undefined;
|
|
23188
|
-
|
|
23188
|
+
requestExchangeOrderOptions?: {
|
|
23189
23189
|
required?: string[] | undefined;
|
|
23190
23190
|
optional?: string[] | undefined;
|
|
23191
23191
|
fieldConfigs?: Record<string, {
|
|
@@ -23197,7 +23197,7 @@ export declare const WmsGetAppConfigsOutputProtoSchema: z.ZodObject<{
|
|
|
23197
23197
|
}[] | undefined;
|
|
23198
23198
|
}> | undefined;
|
|
23199
23199
|
} | undefined;
|
|
23200
|
-
|
|
23200
|
+
restoreExchangedOrderOptions?: {
|
|
23201
23201
|
required?: string[] | undefined;
|
|
23202
23202
|
optional?: string[] | undefined;
|
|
23203
23203
|
fieldConfigs?: Record<string, {
|