@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
package/dist/extensions/wms.d.ts
CHANGED
|
@@ -846,7 +846,7 @@ export type GetWmsOrderOutput = ProtoBacked<z.infer<typeof GetWmsOrderOutputSche
|
|
|
846
846
|
* Current commerce key shapes:
|
|
847
847
|
* - Cafe24: `commerceType` is `appCafe24`, `commerceKey` is
|
|
848
848
|
* `{encode(mallId)}-{shopNo}-{encode(shopName)}`.
|
|
849
|
-
* Producers emit this shape; WMS readers may retain
|
|
849
|
+
* Producers emit this shape; WMS readers may retain `{mallId}-{shopNo}` compatibility parsing.
|
|
850
850
|
* - Naver SmartStore: `commerceType` is `appNaverSmartStore`, `commerceKey` is
|
|
851
851
|
* `{encode(accountId)}-{encode(accountUid)}`. Both parts are required.
|
|
852
852
|
*
|
|
@@ -1676,7 +1676,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
1676
1676
|
description?: string | undefined;
|
|
1677
1677
|
}> | undefined;
|
|
1678
1678
|
}>>;
|
|
1679
|
-
|
|
1679
|
+
requestCancelOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
1680
1680
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1681
1681
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1682
1682
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -1740,7 +1740,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
1740
1740
|
description?: string | undefined;
|
|
1741
1741
|
}> | undefined;
|
|
1742
1742
|
}>>;
|
|
1743
|
-
|
|
1743
|
+
restoreCanceledOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
1744
1744
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1745
1745
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1746
1746
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -1804,7 +1804,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
1804
1804
|
description?: string | undefined;
|
|
1805
1805
|
}> | undefined;
|
|
1806
1806
|
}>>;
|
|
1807
|
-
|
|
1807
|
+
requestReturnOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
1808
1808
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1809
1809
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1810
1810
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -1868,7 +1868,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
1868
1868
|
description?: string | undefined;
|
|
1869
1869
|
}> | undefined;
|
|
1870
1870
|
}>>;
|
|
1871
|
-
|
|
1871
|
+
restoreReturnedOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
1872
1872
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1873
1873
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1874
1874
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -1932,7 +1932,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
1932
1932
|
description?: string | undefined;
|
|
1933
1933
|
}> | undefined;
|
|
1934
1934
|
}>>;
|
|
1935
|
-
|
|
1935
|
+
requestExchangeOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
1936
1936
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1937
1937
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1938
1938
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -1996,7 +1996,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
1996
1996
|
description?: string | undefined;
|
|
1997
1997
|
}> | undefined;
|
|
1998
1998
|
}>>;
|
|
1999
|
-
|
|
1999
|
+
restoreExchangedOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
2000
2000
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2001
2001
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2002
2002
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2139,7 +2139,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2139
2139
|
description?: string | undefined;
|
|
2140
2140
|
}> | undefined;
|
|
2141
2141
|
} | undefined;
|
|
2142
|
-
|
|
2142
|
+
requestCancelOrderOptions?: {
|
|
2143
2143
|
required?: string[] | undefined;
|
|
2144
2144
|
optional?: string[] | undefined;
|
|
2145
2145
|
fieldConfigs?: Record<string, {
|
|
@@ -2153,7 +2153,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2153
2153
|
description?: string | undefined;
|
|
2154
2154
|
}> | undefined;
|
|
2155
2155
|
} | undefined;
|
|
2156
|
-
|
|
2156
|
+
restoreCanceledOrderOptions?: {
|
|
2157
2157
|
required?: string[] | undefined;
|
|
2158
2158
|
optional?: string[] | undefined;
|
|
2159
2159
|
fieldConfigs?: Record<string, {
|
|
@@ -2167,7 +2167,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2167
2167
|
description?: string | undefined;
|
|
2168
2168
|
}> | undefined;
|
|
2169
2169
|
} | undefined;
|
|
2170
|
-
|
|
2170
|
+
requestReturnOrderOptions?: {
|
|
2171
2171
|
required?: string[] | undefined;
|
|
2172
2172
|
optional?: string[] | undefined;
|
|
2173
2173
|
fieldConfigs?: Record<string, {
|
|
@@ -2181,7 +2181,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2181
2181
|
description?: string | undefined;
|
|
2182
2182
|
}> | undefined;
|
|
2183
2183
|
} | undefined;
|
|
2184
|
-
|
|
2184
|
+
restoreReturnedOrderOptions?: {
|
|
2185
2185
|
required?: string[] | undefined;
|
|
2186
2186
|
optional?: string[] | undefined;
|
|
2187
2187
|
fieldConfigs?: Record<string, {
|
|
@@ -2195,7 +2195,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2195
2195
|
description?: string | undefined;
|
|
2196
2196
|
}> | undefined;
|
|
2197
2197
|
} | undefined;
|
|
2198
|
-
|
|
2198
|
+
requestExchangeOrderOptions?: {
|
|
2199
2199
|
required?: string[] | undefined;
|
|
2200
2200
|
optional?: string[] | undefined;
|
|
2201
2201
|
fieldConfigs?: Record<string, {
|
|
@@ -2209,7 +2209,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2209
2209
|
description?: string | undefined;
|
|
2210
2210
|
}> | undefined;
|
|
2211
2211
|
} | undefined;
|
|
2212
|
-
|
|
2212
|
+
restoreExchangedOrderOptions?: {
|
|
2213
2213
|
required?: string[] | undefined;
|
|
2214
2214
|
optional?: string[] | undefined;
|
|
2215
2215
|
fieldConfigs?: Record<string, {
|
|
@@ -2252,7 +2252,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2252
2252
|
description?: string | undefined;
|
|
2253
2253
|
}> | undefined;
|
|
2254
2254
|
} | undefined;
|
|
2255
|
-
|
|
2255
|
+
requestCancelOrderOptions?: {
|
|
2256
2256
|
required?: string[] | undefined;
|
|
2257
2257
|
optional?: string[] | undefined;
|
|
2258
2258
|
fieldConfigs?: Record<string, {
|
|
@@ -2266,7 +2266,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2266
2266
|
description?: string | undefined;
|
|
2267
2267
|
}> | undefined;
|
|
2268
2268
|
} | undefined;
|
|
2269
|
-
|
|
2269
|
+
restoreCanceledOrderOptions?: {
|
|
2270
2270
|
required?: string[] | undefined;
|
|
2271
2271
|
optional?: string[] | undefined;
|
|
2272
2272
|
fieldConfigs?: Record<string, {
|
|
@@ -2280,7 +2280,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2280
2280
|
description?: string | undefined;
|
|
2281
2281
|
}> | undefined;
|
|
2282
2282
|
} | undefined;
|
|
2283
|
-
|
|
2283
|
+
requestReturnOrderOptions?: {
|
|
2284
2284
|
required?: string[] | undefined;
|
|
2285
2285
|
optional?: string[] | undefined;
|
|
2286
2286
|
fieldConfigs?: Record<string, {
|
|
@@ -2294,7 +2294,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2294
2294
|
description?: string | undefined;
|
|
2295
2295
|
}> | undefined;
|
|
2296
2296
|
} | undefined;
|
|
2297
|
-
|
|
2297
|
+
restoreReturnedOrderOptions?: {
|
|
2298
2298
|
required?: string[] | undefined;
|
|
2299
2299
|
optional?: string[] | undefined;
|
|
2300
2300
|
fieldConfigs?: Record<string, {
|
|
@@ -2308,7 +2308,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2308
2308
|
description?: string | undefined;
|
|
2309
2309
|
}> | undefined;
|
|
2310
2310
|
} | undefined;
|
|
2311
|
-
|
|
2311
|
+
requestExchangeOrderOptions?: {
|
|
2312
2312
|
required?: string[] | undefined;
|
|
2313
2313
|
optional?: string[] | undefined;
|
|
2314
2314
|
fieldConfigs?: Record<string, {
|
|
@@ -2322,7 +2322,7 @@ export declare const WmsAppCapabilitiesSchema: z.ZodObject<{
|
|
|
2322
2322
|
description?: string | undefined;
|
|
2323
2323
|
}> | undefined;
|
|
2324
2324
|
} | undefined;
|
|
2325
|
-
|
|
2325
|
+
restoreExchangedOrderOptions?: {
|
|
2326
2326
|
required?: string[] | undefined;
|
|
2327
2327
|
optional?: string[] | undefined;
|
|
2328
2328
|
fieldConfigs?: Record<string, {
|
|
@@ -2420,7 +2420,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2420
2420
|
description?: string | undefined;
|
|
2421
2421
|
}> | undefined;
|
|
2422
2422
|
}>>;
|
|
2423
|
-
|
|
2423
|
+
requestCancelOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
2424
2424
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2425
2425
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2426
2426
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2484,7 +2484,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2484
2484
|
description?: string | undefined;
|
|
2485
2485
|
}> | undefined;
|
|
2486
2486
|
}>>;
|
|
2487
|
-
|
|
2487
|
+
restoreCanceledOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
2488
2488
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2489
2489
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2490
2490
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2548,7 +2548,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2548
2548
|
description?: string | undefined;
|
|
2549
2549
|
}> | undefined;
|
|
2550
2550
|
}>>;
|
|
2551
|
-
|
|
2551
|
+
requestReturnOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
2552
2552
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2553
2553
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2554
2554
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2612,7 +2612,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2612
2612
|
description?: string | undefined;
|
|
2613
2613
|
}> | undefined;
|
|
2614
2614
|
}>>;
|
|
2615
|
-
|
|
2615
|
+
restoreReturnedOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
2616
2616
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2617
2617
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2618
2618
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2676,7 +2676,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2676
2676
|
description?: string | undefined;
|
|
2677
2677
|
}> | undefined;
|
|
2678
2678
|
}>>;
|
|
2679
|
-
|
|
2679
|
+
requestExchangeOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
2680
2680
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2681
2681
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2682
2682
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2740,7 +2740,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2740
2740
|
description?: string | undefined;
|
|
2741
2741
|
}> | undefined;
|
|
2742
2742
|
}>>;
|
|
2743
|
-
|
|
2743
|
+
restoreExchangedOrderOptions: z.ZodOptional<z.ZodObject<{
|
|
2744
2744
|
required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2745
2745
|
optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2746
2746
|
fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -2883,7 +2883,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2883
2883
|
description?: string | undefined;
|
|
2884
2884
|
}> | undefined;
|
|
2885
2885
|
} | undefined;
|
|
2886
|
-
|
|
2886
|
+
requestCancelOrderOptions?: {
|
|
2887
2887
|
required?: string[] | undefined;
|
|
2888
2888
|
optional?: string[] | undefined;
|
|
2889
2889
|
fieldConfigs?: Record<string, {
|
|
@@ -2897,7 +2897,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2897
2897
|
description?: string | undefined;
|
|
2898
2898
|
}> | undefined;
|
|
2899
2899
|
} | undefined;
|
|
2900
|
-
|
|
2900
|
+
restoreCanceledOrderOptions?: {
|
|
2901
2901
|
required?: string[] | undefined;
|
|
2902
2902
|
optional?: string[] | undefined;
|
|
2903
2903
|
fieldConfigs?: Record<string, {
|
|
@@ -2911,7 +2911,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2911
2911
|
description?: string | undefined;
|
|
2912
2912
|
}> | undefined;
|
|
2913
2913
|
} | undefined;
|
|
2914
|
-
|
|
2914
|
+
requestReturnOrderOptions?: {
|
|
2915
2915
|
required?: string[] | undefined;
|
|
2916
2916
|
optional?: string[] | undefined;
|
|
2917
2917
|
fieldConfigs?: Record<string, {
|
|
@@ -2925,7 +2925,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2925
2925
|
description?: string | undefined;
|
|
2926
2926
|
}> | undefined;
|
|
2927
2927
|
} | undefined;
|
|
2928
|
-
|
|
2928
|
+
restoreReturnedOrderOptions?: {
|
|
2929
2929
|
required?: string[] | undefined;
|
|
2930
2930
|
optional?: string[] | undefined;
|
|
2931
2931
|
fieldConfigs?: Record<string, {
|
|
@@ -2939,7 +2939,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2939
2939
|
description?: string | undefined;
|
|
2940
2940
|
}> | undefined;
|
|
2941
2941
|
} | undefined;
|
|
2942
|
-
|
|
2942
|
+
requestExchangeOrderOptions?: {
|
|
2943
2943
|
required?: string[] | undefined;
|
|
2944
2944
|
optional?: string[] | undefined;
|
|
2945
2945
|
fieldConfigs?: Record<string, {
|
|
@@ -2953,7 +2953,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2953
2953
|
description?: string | undefined;
|
|
2954
2954
|
}> | undefined;
|
|
2955
2955
|
} | undefined;
|
|
2956
|
-
|
|
2956
|
+
restoreExchangedOrderOptions?: {
|
|
2957
2957
|
required?: string[] | undefined;
|
|
2958
2958
|
optional?: string[] | undefined;
|
|
2959
2959
|
fieldConfigs?: Record<string, {
|
|
@@ -2996,7 +2996,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
2996
2996
|
description?: string | undefined;
|
|
2997
2997
|
}> | undefined;
|
|
2998
2998
|
} | undefined;
|
|
2999
|
-
|
|
2999
|
+
requestCancelOrderOptions?: {
|
|
3000
3000
|
required?: string[] | undefined;
|
|
3001
3001
|
optional?: string[] | undefined;
|
|
3002
3002
|
fieldConfigs?: Record<string, {
|
|
@@ -3010,7 +3010,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3010
3010
|
description?: string | undefined;
|
|
3011
3011
|
}> | undefined;
|
|
3012
3012
|
} | undefined;
|
|
3013
|
-
|
|
3013
|
+
restoreCanceledOrderOptions?: {
|
|
3014
3014
|
required?: string[] | undefined;
|
|
3015
3015
|
optional?: string[] | undefined;
|
|
3016
3016
|
fieldConfigs?: Record<string, {
|
|
@@ -3024,7 +3024,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3024
3024
|
description?: string | undefined;
|
|
3025
3025
|
}> | undefined;
|
|
3026
3026
|
} | undefined;
|
|
3027
|
-
|
|
3027
|
+
requestReturnOrderOptions?: {
|
|
3028
3028
|
required?: string[] | undefined;
|
|
3029
3029
|
optional?: string[] | undefined;
|
|
3030
3030
|
fieldConfigs?: Record<string, {
|
|
@@ -3038,7 +3038,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3038
3038
|
description?: string | undefined;
|
|
3039
3039
|
}> | undefined;
|
|
3040
3040
|
} | undefined;
|
|
3041
|
-
|
|
3041
|
+
restoreReturnedOrderOptions?: {
|
|
3042
3042
|
required?: string[] | undefined;
|
|
3043
3043
|
optional?: string[] | undefined;
|
|
3044
3044
|
fieldConfigs?: Record<string, {
|
|
@@ -3052,7 +3052,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3052
3052
|
description?: string | undefined;
|
|
3053
3053
|
}> | undefined;
|
|
3054
3054
|
} | undefined;
|
|
3055
|
-
|
|
3055
|
+
requestExchangeOrderOptions?: {
|
|
3056
3056
|
required?: string[] | undefined;
|
|
3057
3057
|
optional?: string[] | undefined;
|
|
3058
3058
|
fieldConfigs?: Record<string, {
|
|
@@ -3066,7 +3066,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3066
3066
|
description?: string | undefined;
|
|
3067
3067
|
}> | undefined;
|
|
3068
3068
|
} | undefined;
|
|
3069
|
-
|
|
3069
|
+
restoreExchangedOrderOptions?: {
|
|
3070
3070
|
required?: string[] | undefined;
|
|
3071
3071
|
optional?: string[] | undefined;
|
|
3072
3072
|
fieldConfigs?: Record<string, {
|
|
@@ -3111,7 +3111,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3111
3111
|
description?: string | undefined;
|
|
3112
3112
|
}> | undefined;
|
|
3113
3113
|
} | undefined;
|
|
3114
|
-
|
|
3114
|
+
requestCancelOrderOptions?: {
|
|
3115
3115
|
required?: string[] | undefined;
|
|
3116
3116
|
optional?: string[] | undefined;
|
|
3117
3117
|
fieldConfigs?: Record<string, {
|
|
@@ -3125,7 +3125,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3125
3125
|
description?: string | undefined;
|
|
3126
3126
|
}> | undefined;
|
|
3127
3127
|
} | undefined;
|
|
3128
|
-
|
|
3128
|
+
restoreCanceledOrderOptions?: {
|
|
3129
3129
|
required?: string[] | undefined;
|
|
3130
3130
|
optional?: string[] | undefined;
|
|
3131
3131
|
fieldConfigs?: Record<string, {
|
|
@@ -3139,7 +3139,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3139
3139
|
description?: string | undefined;
|
|
3140
3140
|
}> | undefined;
|
|
3141
3141
|
} | undefined;
|
|
3142
|
-
|
|
3142
|
+
requestReturnOrderOptions?: {
|
|
3143
3143
|
required?: string[] | undefined;
|
|
3144
3144
|
optional?: string[] | undefined;
|
|
3145
3145
|
fieldConfigs?: Record<string, {
|
|
@@ -3153,7 +3153,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3153
3153
|
description?: string | undefined;
|
|
3154
3154
|
}> | undefined;
|
|
3155
3155
|
} | undefined;
|
|
3156
|
-
|
|
3156
|
+
restoreReturnedOrderOptions?: {
|
|
3157
3157
|
required?: string[] | undefined;
|
|
3158
3158
|
optional?: string[] | undefined;
|
|
3159
3159
|
fieldConfigs?: Record<string, {
|
|
@@ -3167,7 +3167,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3167
3167
|
description?: string | undefined;
|
|
3168
3168
|
}> | undefined;
|
|
3169
3169
|
} | undefined;
|
|
3170
|
-
|
|
3170
|
+
requestExchangeOrderOptions?: {
|
|
3171
3171
|
required?: string[] | undefined;
|
|
3172
3172
|
optional?: string[] | undefined;
|
|
3173
3173
|
fieldConfigs?: Record<string, {
|
|
@@ -3181,7 +3181,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3181
3181
|
description?: string | undefined;
|
|
3182
3182
|
}> | undefined;
|
|
3183
3183
|
} | undefined;
|
|
3184
|
-
|
|
3184
|
+
restoreExchangedOrderOptions?: {
|
|
3185
3185
|
required?: string[] | undefined;
|
|
3186
3186
|
optional?: string[] | undefined;
|
|
3187
3187
|
fieldConfigs?: Record<string, {
|
|
@@ -3226,7 +3226,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3226
3226
|
description?: string | undefined;
|
|
3227
3227
|
}> | undefined;
|
|
3228
3228
|
} | undefined;
|
|
3229
|
-
|
|
3229
|
+
requestCancelOrderOptions?: {
|
|
3230
3230
|
required?: string[] | undefined;
|
|
3231
3231
|
optional?: string[] | undefined;
|
|
3232
3232
|
fieldConfigs?: Record<string, {
|
|
@@ -3240,7 +3240,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3240
3240
|
description?: string | undefined;
|
|
3241
3241
|
}> | undefined;
|
|
3242
3242
|
} | undefined;
|
|
3243
|
-
|
|
3243
|
+
restoreCanceledOrderOptions?: {
|
|
3244
3244
|
required?: string[] | undefined;
|
|
3245
3245
|
optional?: string[] | undefined;
|
|
3246
3246
|
fieldConfigs?: Record<string, {
|
|
@@ -3254,7 +3254,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3254
3254
|
description?: string | undefined;
|
|
3255
3255
|
}> | undefined;
|
|
3256
3256
|
} | undefined;
|
|
3257
|
-
|
|
3257
|
+
requestReturnOrderOptions?: {
|
|
3258
3258
|
required?: string[] | undefined;
|
|
3259
3259
|
optional?: string[] | undefined;
|
|
3260
3260
|
fieldConfigs?: Record<string, {
|
|
@@ -3268,7 +3268,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3268
3268
|
description?: string | undefined;
|
|
3269
3269
|
}> | undefined;
|
|
3270
3270
|
} | undefined;
|
|
3271
|
-
|
|
3271
|
+
restoreReturnedOrderOptions?: {
|
|
3272
3272
|
required?: string[] | undefined;
|
|
3273
3273
|
optional?: string[] | undefined;
|
|
3274
3274
|
fieldConfigs?: Record<string, {
|
|
@@ -3282,7 +3282,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3282
3282
|
description?: string | undefined;
|
|
3283
3283
|
}> | undefined;
|
|
3284
3284
|
} | undefined;
|
|
3285
|
-
|
|
3285
|
+
requestExchangeOrderOptions?: {
|
|
3286
3286
|
required?: string[] | undefined;
|
|
3287
3287
|
optional?: string[] | undefined;
|
|
3288
3288
|
fieldConfigs?: Record<string, {
|
|
@@ -3296,7 +3296,7 @@ export declare const WmsGetAppConfigsOutputSchema: z.ZodObject<{
|
|
|
3296
3296
|
description?: string | undefined;
|
|
3297
3297
|
}> | undefined;
|
|
3298
3298
|
} | undefined;
|
|
3299
|
-
|
|
3299
|
+
restoreExchangedOrderOptions?: {
|
|
3300
3300
|
required?: string[] | undefined;
|
|
3301
3301
|
optional?: string[] | undefined;
|
|
3302
3302
|
fieldConfigs?: Record<string, {
|
package/dist/extensions/wms.js
CHANGED
|
@@ -75,7 +75,7 @@ export const GetWmsOrderOutputSchema = z.object({
|
|
|
75
75
|
* Current commerce key shapes:
|
|
76
76
|
* - Cafe24: `commerceType` is `appCafe24`, `commerceKey` is
|
|
77
77
|
* `{encode(mallId)}-{shopNo}-{encode(shopName)}`.
|
|
78
|
-
* Producers emit this shape; WMS readers may retain
|
|
78
|
+
* Producers emit this shape; WMS readers may retain `{mallId}-{shopNo}` compatibility parsing.
|
|
79
79
|
* - Naver SmartStore: `commerceType` is `appNaverSmartStore`, `commerceKey` is
|
|
80
80
|
* `{encode(accountId)}-{encode(accountUid)}`. Both parts are required.
|
|
81
81
|
*
|
|
@@ -230,12 +230,12 @@ export const WmsOperationOptionsSchema = z.object({
|
|
|
230
230
|
});
|
|
231
231
|
export const WmsAppCapabilitiesSchema = z.object({
|
|
232
232
|
getOrdersOptions: WmsOperationOptionsSchema.optional(),
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
233
|
+
requestCancelOrderOptions: WmsOperationOptionsSchema.optional(),
|
|
234
|
+
restoreCanceledOrderOptions: WmsOperationOptionsSchema.optional(),
|
|
235
|
+
requestReturnOrderOptions: WmsOperationOptionsSchema.optional(),
|
|
236
|
+
restoreReturnedOrderOptions: WmsOperationOptionsSchema.optional(),
|
|
237
|
+
requestExchangeOrderOptions: WmsOperationOptionsSchema.optional(),
|
|
238
|
+
restoreExchangedOrderOptions: WmsOperationOptionsSchema.optional(),
|
|
239
239
|
changeShippingAddressOptions: WmsOperationOptionsSchema.optional(),
|
|
240
240
|
});
|
|
241
241
|
export const WmsGetAppConfigsInputSchema = z.object({});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wms.js","sourceRoot":"","sources":["../../src/extensions/wms.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"wms.js","sourceRoot":"","sources":["../../src/extensions/wms.ts"],"names":[],"mappings":"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"}
|
|
@@ -1150,10 +1150,10 @@ export interface CommerceGetOrdersOutput {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
export interface CommerceAppCapabilities {
|
|
1152
1152
|
getOrdersOptions?: OrderOperationOptions | undefined;
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1153
|
+
requestCancelOrderOptions?: OrderOperationOptions | undefined;
|
|
1154
|
+
requestReturnOrderOptions?: OrderOperationOptions | undefined;
|
|
1155
|
+
acceptReturnOrderOptions?: OrderOperationOptions | undefined;
|
|
1156
|
+
requestExchangeOrderOptions?: OrderOperationOptions | undefined;
|
|
1157
1157
|
changeShippingAddressOptions?: OrderOperationOptions | undefined;
|
|
1158
1158
|
}
|
|
1159
1159
|
export interface CommerceGetAppConfigsInput {
|
|
@@ -1187,7 +1187,7 @@ export interface CommerceReturnOrderInput {
|
|
|
1187
1187
|
trackingCompany?: string | undefined;
|
|
1188
1188
|
defectInfo?: OrderDefectInfo | undefined;
|
|
1189
1189
|
}
|
|
1190
|
-
export interface
|
|
1190
|
+
export interface CommerceAcceptReturnOrderInput {
|
|
1191
1191
|
identifier?: CommerceIdentifier | undefined;
|
|
1192
1192
|
orderId?: string | undefined;
|
|
1193
1193
|
returnItems?: OrderClaimItem[] | undefined;
|
|
@@ -1394,12 +1394,12 @@ export interface WmsOperationOptions_FieldConfigsEntry {
|
|
|
1394
1394
|
}
|
|
1395
1395
|
export interface WmsAppCapabilities {
|
|
1396
1396
|
getOrdersOptions?: WmsOperationOptions | undefined;
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1397
|
+
requestCancelOrderOptions?: WmsOperationOptions | undefined;
|
|
1398
|
+
restoreCanceledOrderOptions?: WmsOperationOptions | undefined;
|
|
1399
|
+
requestReturnOrderOptions?: WmsOperationOptions | undefined;
|
|
1400
|
+
restoreReturnedOrderOptions?: WmsOperationOptions | undefined;
|
|
1401
|
+
requestExchangeOrderOptions?: WmsOperationOptions | undefined;
|
|
1402
|
+
restoreExchangedOrderOptions?: WmsOperationOptions | undefined;
|
|
1403
1403
|
changeShippingAddressOptions?: WmsOperationOptions | undefined;
|
|
1404
1404
|
}
|
|
1405
1405
|
export interface WmsGetAppConfigsInput {
|