@channel.io/app-sdk-core 0.15.0 → 0.15.1
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/alftask.d.ts +7 -4
- package/dist/extensions/alftask.d.ts.map +1 -1
- package/dist/extensions/alftask.js.map +1 -1
- package/dist/extensions/apikey.d.ts +6 -3
- package/dist/extensions/apikey.d.ts.map +1 -1
- package/dist/extensions/apikey.js.map +1 -1
- package/dist/extensions/calendar.d.ts +8 -5
- package/dist/extensions/calendar.d.ts.map +1 -1
- package/dist/extensions/calendar.js.map +1 -1
- package/dist/extensions/command.d.ts +11 -28
- package/dist/extensions/command.d.ts.map +1 -1
- package/dist/extensions/command.js +0 -9
- package/dist/extensions/command.js.map +1 -1
- package/dist/extensions/config.d.ts +19 -17
- package/dist/extensions/config.d.ts.map +1 -1
- package/dist/extensions/config.js.map +1 -1
- package/dist/extensions/customtab.d.ts +7 -4
- package/dist/extensions/customtab.d.ts.map +1 -1
- package/dist/extensions/customtab.js.map +1 -1
- package/dist/extensions/function-schemas.d.ts +807 -523
- package/dist/extensions/function-schemas.d.ts.map +1 -1
- package/dist/extensions/hook.d.ts +5 -2
- package/dist/extensions/hook.d.ts.map +1 -1
- package/dist/extensions/hook.js.map +1 -1
- package/dist/extensions/index.d.ts +3 -3
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +3 -3
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/interfaces/alftask.d.ts +2 -4
- package/dist/extensions/interfaces/alftask.d.ts.map +1 -1
- package/dist/extensions/interfaces/alftask.js.map +1 -1
- package/dist/extensions/interfaces/calendar.d.ts +11 -58
- package/dist/extensions/interfaces/calendar.d.ts.map +1 -1
- package/dist/extensions/interfaces/calendar.js.map +1 -1
- package/dist/extensions/interfaces/command.d.ts +9 -48
- package/dist/extensions/interfaces/command.d.ts.map +1 -1
- package/dist/extensions/interfaces/command.js.map +1 -1
- package/dist/extensions/interfaces/customtab.d.ts +3 -7
- package/dist/extensions/interfaces/customtab.d.ts.map +1 -1
- package/dist/extensions/interfaces/customtab.js.map +1 -1
- package/dist/extensions/interfaces/hook.d.ts +2 -1
- package/dist/extensions/interfaces/hook.d.ts.map +1 -1
- package/dist/extensions/interfaces/hook.js.map +1 -1
- package/dist/extensions/interfaces/order.d.ts +15 -65
- package/dist/extensions/interfaces/order.d.ts.map +1 -1
- package/dist/extensions/interfaces/order.js.map +1 -1
- package/dist/extensions/interfaces/polling.d.ts +2 -1
- package/dist/extensions/interfaces/polling.d.ts.map +1 -1
- package/dist/extensions/interfaces/polling.js.map +1 -1
- package/dist/extensions/interfaces/widget.d.ts +3 -10
- package/dist/extensions/interfaces/widget.d.ts.map +1 -1
- package/dist/extensions/interfaces/widget.js.map +1 -1
- package/dist/extensions/messaging.d.ts.map +1 -1
- package/dist/extensions/messaging.js +1 -7
- package/dist/extensions/messaging.js.map +1 -1
- package/dist/extensions/oauth.d.ts +7 -4
- package/dist/extensions/oauth.d.ts.map +1 -1
- package/dist/extensions/oauth.js.map +1 -1
- package/dist/extensions/order.d.ts +16 -13
- package/dist/extensions/order.d.ts.map +1 -1
- package/dist/extensions/order.js.map +1 -1
- package/dist/extensions/polling.d.ts +7 -4
- package/dist/extensions/polling.d.ts.map +1 -1
- package/dist/extensions/polling.js.map +1 -1
- package/dist/extensions/proto-contracts.d.ts +6 -3
- package/dist/extensions/proto-contracts.d.ts.map +1 -1
- package/dist/extensions/store.d.ts +598 -378
- package/dist/extensions/store.d.ts.map +1 -1
- package/dist/extensions/store.js +8 -3
- package/dist/extensions/store.js.map +1 -1
- package/dist/extensions/widget.d.ts +7 -4
- package/dist/extensions/widget.d.ts.map +1 -1
- package/dist/extensions/widget.js.map +1 -1
- package/dist/extensions/wms.d.ts +251 -180
- package/dist/extensions/wms.d.ts.map +1 -1
- package/dist/extensions/wms.js +3 -1
- package/dist/extensions/wms.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +4 -4
- package/dist/gen/channel/app/sdk/v1/context.zod.d.ts +6 -6
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +32 -32
- package/dist/gen/channel/app/sdk/v1/function.zod.d.ts +6 -6
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts +6 -6
- package/package.json +1 -1
package/dist/extensions/wms.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
+
import type { WmsChangeShippingAddressRequest as ProtoChangeWmsShippingAddressInput, WmsDelivery as ProtoWmsDelivery, WmsGetOrderRequest as ProtoGetWmsOrderInput, WmsGetOrderResult as ProtoGetWmsOrderOutput, WmsGetOrdersRequest as ProtoGetWmsOrdersInput, WmsGetOrdersResult as ProtoGetWmsOrdersOutput, WmsGetShopIDRequest as ProtoGetWmsShopIdInput, WmsGetShopIDResult as ProtoGetWmsShopIdOutput, WmsGetSupportedCommercesRequest as ProtoGetWmsSupportedCommercesInput, WmsGetSupportedCommercesResult as ProtoGetWmsSupportedCommercesOutput, WmsOrder as ProtoWmsOrder, WmsOrderItem as ProtoWmsOrderItem, WmsOrderStateRequest as ProtoWmsOrderStateRequest, WmsRestoreOrderRequest as ProtoRestoreWmsOrderInput, WmsShippingInfo as ProtoWmsShippingInfo, WmsSuccessResult as ProtoWmsSuccessOutput } from "../gen/channel/app/sdk/v1/extension.js";
|
|
3
|
+
type ProtoBacked<T, Proto> = T & Proto;
|
|
2
4
|
/**
|
|
3
5
|
* WMS shipping information schema
|
|
4
6
|
*/
|
|
@@ -39,7 +41,7 @@ export declare const WmsShippingInfoSchema: z.ZodObject<{
|
|
|
39
41
|
lastName?: string | undefined;
|
|
40
42
|
landlineNumber?: string | undefined;
|
|
41
43
|
}>;
|
|
42
|
-
export type WmsShippingInfo = z.infer<typeof WmsShippingInfoSchema>;
|
|
44
|
+
export type WmsShippingInfo = ProtoBacked<z.infer<typeof WmsShippingInfoSchema>, ProtoWmsShippingInfo>;
|
|
43
45
|
/**
|
|
44
46
|
* WMS delivery schema
|
|
45
47
|
*/
|
|
@@ -53,7 +55,7 @@ export declare const WmsDeliverySchema: z.ZodObject<{
|
|
|
53
55
|
itemIds: string[];
|
|
54
56
|
extId: string;
|
|
55
57
|
}>;
|
|
56
|
-
export type WmsDelivery = z.infer<typeof WmsDeliverySchema>;
|
|
58
|
+
export type WmsDelivery = ProtoBacked<z.infer<typeof WmsDeliverySchema>, ProtoWmsDelivery>;
|
|
57
59
|
/**
|
|
58
60
|
* WMS order item schema
|
|
59
61
|
*/
|
|
@@ -151,7 +153,7 @@ export declare const WmsOrderItemSchema: z.ZodObject<{
|
|
|
151
153
|
landlineNumber?: string | undefined;
|
|
152
154
|
} | undefined;
|
|
153
155
|
}>;
|
|
154
|
-
export type WmsOrderItem = z.infer<typeof WmsOrderItemSchema>;
|
|
156
|
+
export type WmsOrderItem = ProtoBacked<z.infer<typeof WmsOrderItemSchema>, ProtoWmsOrderItem>;
|
|
155
157
|
/**
|
|
156
158
|
* WMS order schema
|
|
157
159
|
*/
|
|
@@ -325,7 +327,7 @@ export declare const WmsOrderSchema: z.ZodObject<{
|
|
|
325
327
|
}[];
|
|
326
328
|
extId?: string | undefined;
|
|
327
329
|
}>;
|
|
328
|
-
export type WmsOrder = z.infer<typeof WmsOrderSchema>;
|
|
330
|
+
export type WmsOrder = ProtoBacked<z.infer<typeof WmsOrderSchema>, ProtoWmsOrder>;
|
|
329
331
|
export declare const GetWmsOrdersInputSchema: z.ZodObject<{
|
|
330
332
|
commerceOrderIds: z.ZodOptional<z.ZodString>;
|
|
331
333
|
orderIds: z.ZodOptional<z.ZodString>;
|
|
@@ -342,7 +344,7 @@ export declare const GetWmsOrdersInputSchema: z.ZodObject<{
|
|
|
342
344
|
packageIds?: string | undefined;
|
|
343
345
|
shopId?: string | undefined;
|
|
344
346
|
}>;
|
|
345
|
-
export type GetWmsOrdersInput = z.infer<typeof GetWmsOrdersInputSchema>;
|
|
347
|
+
export type GetWmsOrdersInput = ProtoBacked<z.infer<typeof GetWmsOrdersInputSchema>, ProtoGetWmsOrdersInput>;
|
|
346
348
|
export declare const GetWmsOrdersOutputSchema: z.ZodObject<{
|
|
347
349
|
orders: z.ZodArray<z.ZodObject<{
|
|
348
350
|
extId: z.ZodOptional<z.ZodString>;
|
|
@@ -581,7 +583,7 @@ export declare const GetWmsOrdersOutputSchema: z.ZodObject<{
|
|
|
581
583
|
extId?: string | undefined;
|
|
582
584
|
}[];
|
|
583
585
|
}>;
|
|
584
|
-
export type GetWmsOrdersOutput = z.infer<typeof GetWmsOrdersOutputSchema>;
|
|
586
|
+
export type GetWmsOrdersOutput = ProtoBacked<z.infer<typeof GetWmsOrdersOutputSchema>, ProtoGetWmsOrdersOutput>;
|
|
585
587
|
export declare const GetWmsOrderInputSchema: z.ZodObject<{
|
|
586
588
|
commerceOrderId: z.ZodOptional<z.ZodString>;
|
|
587
589
|
orderId: z.ZodOptional<z.ZodString>;
|
|
@@ -598,178 +600,246 @@ export declare const GetWmsOrderInputSchema: z.ZodObject<{
|
|
|
598
600
|
commerceOrderId?: string | undefined;
|
|
599
601
|
orderId?: string | undefined;
|
|
600
602
|
}>;
|
|
601
|
-
export type GetWmsOrderInput = z.infer<typeof GetWmsOrderInputSchema>;
|
|
603
|
+
export type GetWmsOrderInput = ProtoBacked<z.infer<typeof GetWmsOrderInputSchema>, ProtoGetWmsOrderInput>;
|
|
602
604
|
export declare const GetWmsOrderOutputSchema: z.ZodObject<{
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
605
|
+
order: z.ZodObject<{
|
|
606
|
+
extId: z.ZodOptional<z.ZodString>;
|
|
607
|
+
extCommerceOrderId: z.ZodString;
|
|
608
|
+
items: z.ZodArray<z.ZodObject<{
|
|
609
|
+
extId: z.ZodString;
|
|
610
|
+
extCommerceOrderItemId: z.ZodString;
|
|
611
|
+
productName: z.ZodOptional<z.ZodString>;
|
|
612
|
+
quantity: z.ZodOptional<z.ZodNumber>;
|
|
613
|
+
state: z.ZodOptional<z.ZodString>;
|
|
614
|
+
packageId: z.ZodOptional<z.ZodString>;
|
|
615
|
+
estimatedShipDate: z.ZodOptional<z.ZodString>;
|
|
616
|
+
invoiceNumber: z.ZodOptional<z.ZodString>;
|
|
617
|
+
deliveryCompany: z.ZodOptional<z.ZodString>;
|
|
618
|
+
shippingInfo: z.ZodOptional<z.ZodObject<{
|
|
619
|
+
name: z.ZodString;
|
|
620
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
621
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
622
|
+
mobileNumber: z.ZodString;
|
|
623
|
+
landlineNumber: z.ZodOptional<z.ZodString>;
|
|
624
|
+
zipcode: z.ZodString;
|
|
625
|
+
address1: z.ZodString;
|
|
626
|
+
address2: z.ZodString;
|
|
627
|
+
country: z.ZodOptional<z.ZodString>;
|
|
628
|
+
province: z.ZodOptional<z.ZodString>;
|
|
629
|
+
message: z.ZodOptional<z.ZodString>;
|
|
630
|
+
}, "strip", z.ZodTypeAny, {
|
|
631
|
+
name: string;
|
|
632
|
+
address1: string;
|
|
633
|
+
address2: string;
|
|
634
|
+
zipcode: string;
|
|
635
|
+
mobileNumber: string;
|
|
636
|
+
message?: string | undefined;
|
|
637
|
+
country?: string | undefined;
|
|
638
|
+
province?: string | undefined;
|
|
639
|
+
firstName?: string | undefined;
|
|
640
|
+
lastName?: string | undefined;
|
|
641
|
+
landlineNumber?: string | undefined;
|
|
642
|
+
}, {
|
|
643
|
+
name: string;
|
|
644
|
+
address1: string;
|
|
645
|
+
address2: string;
|
|
646
|
+
zipcode: string;
|
|
647
|
+
mobileNumber: string;
|
|
648
|
+
message?: string | undefined;
|
|
649
|
+
country?: string | undefined;
|
|
650
|
+
province?: string | undefined;
|
|
651
|
+
firstName?: string | undefined;
|
|
652
|
+
lastName?: string | undefined;
|
|
653
|
+
landlineNumber?: string | undefined;
|
|
654
|
+
}>>;
|
|
627
655
|
}, "strip", z.ZodTypeAny, {
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
656
|
+
extId: string;
|
|
657
|
+
extCommerceOrderItemId: string;
|
|
658
|
+
state?: string | undefined;
|
|
659
|
+
quantity?: number | undefined;
|
|
660
|
+
estimatedShipDate?: string | undefined;
|
|
661
|
+
productName?: string | undefined;
|
|
662
|
+
packageId?: string | undefined;
|
|
663
|
+
invoiceNumber?: string | undefined;
|
|
664
|
+
deliveryCompany?: string | undefined;
|
|
665
|
+
shippingInfo?: {
|
|
666
|
+
name: string;
|
|
667
|
+
address1: string;
|
|
668
|
+
address2: string;
|
|
669
|
+
zipcode: string;
|
|
670
|
+
mobileNumber: string;
|
|
671
|
+
message?: string | undefined;
|
|
672
|
+
country?: string | undefined;
|
|
673
|
+
province?: string | undefined;
|
|
674
|
+
firstName?: string | undefined;
|
|
675
|
+
lastName?: string | undefined;
|
|
676
|
+
landlineNumber?: string | undefined;
|
|
677
|
+
} | undefined;
|
|
639
678
|
}, {
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
landlineNumber?: string | undefined;
|
|
674
|
-
} | undefined;
|
|
675
|
-
}, {
|
|
676
|
-
extId: string;
|
|
677
|
-
extCommerceOrderItemId: string;
|
|
678
|
-
state?: string | undefined;
|
|
679
|
-
quantity?: number | undefined;
|
|
680
|
-
estimatedShipDate?: string | undefined;
|
|
681
|
-
productName?: string | undefined;
|
|
682
|
-
packageId?: string | undefined;
|
|
683
|
-
invoiceNumber?: string | undefined;
|
|
684
|
-
deliveryCompany?: string | undefined;
|
|
685
|
-
shippingInfo?: {
|
|
686
|
-
name: string;
|
|
687
|
-
address1: string;
|
|
688
|
-
address2: string;
|
|
689
|
-
zipcode: string;
|
|
690
|
-
mobileNumber: string;
|
|
691
|
-
message?: string | undefined;
|
|
692
|
-
country?: string | undefined;
|
|
693
|
-
province?: string | undefined;
|
|
694
|
-
firstName?: string | undefined;
|
|
695
|
-
lastName?: string | undefined;
|
|
696
|
-
landlineNumber?: string | undefined;
|
|
697
|
-
} | undefined;
|
|
698
|
-
}>, "many">;
|
|
699
|
-
deliveries: z.ZodArray<z.ZodObject<{
|
|
700
|
-
extId: z.ZodString;
|
|
701
|
-
itemIds: z.ZodArray<z.ZodString, "many">;
|
|
679
|
+
extId: string;
|
|
680
|
+
extCommerceOrderItemId: string;
|
|
681
|
+
state?: string | undefined;
|
|
682
|
+
quantity?: number | undefined;
|
|
683
|
+
estimatedShipDate?: string | undefined;
|
|
684
|
+
productName?: string | undefined;
|
|
685
|
+
packageId?: string | undefined;
|
|
686
|
+
invoiceNumber?: string | undefined;
|
|
687
|
+
deliveryCompany?: string | undefined;
|
|
688
|
+
shippingInfo?: {
|
|
689
|
+
name: string;
|
|
690
|
+
address1: string;
|
|
691
|
+
address2: string;
|
|
692
|
+
zipcode: string;
|
|
693
|
+
mobileNumber: string;
|
|
694
|
+
message?: string | undefined;
|
|
695
|
+
country?: string | undefined;
|
|
696
|
+
province?: string | undefined;
|
|
697
|
+
firstName?: string | undefined;
|
|
698
|
+
lastName?: string | undefined;
|
|
699
|
+
landlineNumber?: string | undefined;
|
|
700
|
+
} | undefined;
|
|
701
|
+
}>, "many">;
|
|
702
|
+
deliveries: z.ZodArray<z.ZodObject<{
|
|
703
|
+
extId: z.ZodString;
|
|
704
|
+
itemIds: z.ZodArray<z.ZodString, "many">;
|
|
705
|
+
}, "strip", z.ZodTypeAny, {
|
|
706
|
+
itemIds: string[];
|
|
707
|
+
extId: string;
|
|
708
|
+
}, {
|
|
709
|
+
itemIds: string[];
|
|
710
|
+
extId: string;
|
|
711
|
+
}>, "many">;
|
|
702
712
|
}, "strip", z.ZodTypeAny, {
|
|
703
|
-
|
|
704
|
-
|
|
713
|
+
items: {
|
|
714
|
+
extId: string;
|
|
715
|
+
extCommerceOrderItemId: string;
|
|
716
|
+
state?: string | undefined;
|
|
717
|
+
quantity?: number | undefined;
|
|
718
|
+
estimatedShipDate?: string | undefined;
|
|
719
|
+
productName?: string | undefined;
|
|
720
|
+
packageId?: string | undefined;
|
|
721
|
+
invoiceNumber?: string | undefined;
|
|
722
|
+
deliveryCompany?: string | undefined;
|
|
723
|
+
shippingInfo?: {
|
|
724
|
+
name: string;
|
|
725
|
+
address1: string;
|
|
726
|
+
address2: string;
|
|
727
|
+
zipcode: string;
|
|
728
|
+
mobileNumber: string;
|
|
729
|
+
message?: string | undefined;
|
|
730
|
+
country?: string | undefined;
|
|
731
|
+
province?: string | undefined;
|
|
732
|
+
firstName?: string | undefined;
|
|
733
|
+
lastName?: string | undefined;
|
|
734
|
+
landlineNumber?: string | undefined;
|
|
735
|
+
} | undefined;
|
|
736
|
+
}[];
|
|
737
|
+
extCommerceOrderId: string;
|
|
738
|
+
deliveries: {
|
|
739
|
+
itemIds: string[];
|
|
740
|
+
extId: string;
|
|
741
|
+
}[];
|
|
742
|
+
extId?: string | undefined;
|
|
705
743
|
}, {
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
744
|
+
items: {
|
|
745
|
+
extId: string;
|
|
746
|
+
extCommerceOrderItemId: string;
|
|
747
|
+
state?: string | undefined;
|
|
748
|
+
quantity?: number | undefined;
|
|
749
|
+
estimatedShipDate?: string | undefined;
|
|
750
|
+
productName?: string | undefined;
|
|
751
|
+
packageId?: string | undefined;
|
|
752
|
+
invoiceNumber?: string | undefined;
|
|
753
|
+
deliveryCompany?: string | undefined;
|
|
754
|
+
shippingInfo?: {
|
|
755
|
+
name: string;
|
|
756
|
+
address1: string;
|
|
757
|
+
address2: string;
|
|
758
|
+
zipcode: string;
|
|
759
|
+
mobileNumber: string;
|
|
760
|
+
message?: string | undefined;
|
|
761
|
+
country?: string | undefined;
|
|
762
|
+
province?: string | undefined;
|
|
763
|
+
firstName?: string | undefined;
|
|
764
|
+
lastName?: string | undefined;
|
|
765
|
+
landlineNumber?: string | undefined;
|
|
766
|
+
} | undefined;
|
|
767
|
+
}[];
|
|
768
|
+
extCommerceOrderId: string;
|
|
769
|
+
deliveries: {
|
|
770
|
+
itemIds: string[];
|
|
771
|
+
extId: string;
|
|
772
|
+
}[];
|
|
773
|
+
extId?: string | undefined;
|
|
774
|
+
}>;
|
|
709
775
|
}, "strip", z.ZodTypeAny, {
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
776
|
+
order: {
|
|
777
|
+
items: {
|
|
778
|
+
extId: string;
|
|
779
|
+
extCommerceOrderItemId: string;
|
|
780
|
+
state?: string | undefined;
|
|
781
|
+
quantity?: number | undefined;
|
|
782
|
+
estimatedShipDate?: string | undefined;
|
|
783
|
+
productName?: string | undefined;
|
|
784
|
+
packageId?: string | undefined;
|
|
785
|
+
invoiceNumber?: string | undefined;
|
|
786
|
+
deliveryCompany?: string | undefined;
|
|
787
|
+
shippingInfo?: {
|
|
788
|
+
name: string;
|
|
789
|
+
address1: string;
|
|
790
|
+
address2: string;
|
|
791
|
+
zipcode: string;
|
|
792
|
+
mobileNumber: string;
|
|
793
|
+
message?: string | undefined;
|
|
794
|
+
country?: string | undefined;
|
|
795
|
+
province?: string | undefined;
|
|
796
|
+
firstName?: string | undefined;
|
|
797
|
+
lastName?: string | undefined;
|
|
798
|
+
landlineNumber?: string | undefined;
|
|
799
|
+
} | undefined;
|
|
800
|
+
}[];
|
|
801
|
+
extCommerceOrderId: string;
|
|
802
|
+
deliveries: {
|
|
803
|
+
itemIds: string[];
|
|
804
|
+
extId: string;
|
|
805
|
+
}[];
|
|
806
|
+
extId?: string | undefined;
|
|
807
|
+
};
|
|
740
808
|
}, {
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
809
|
+
order: {
|
|
810
|
+
items: {
|
|
811
|
+
extId: string;
|
|
812
|
+
extCommerceOrderItemId: string;
|
|
813
|
+
state?: string | undefined;
|
|
814
|
+
quantity?: number | undefined;
|
|
815
|
+
estimatedShipDate?: string | undefined;
|
|
816
|
+
productName?: string | undefined;
|
|
817
|
+
packageId?: string | undefined;
|
|
818
|
+
invoiceNumber?: string | undefined;
|
|
819
|
+
deliveryCompany?: string | undefined;
|
|
820
|
+
shippingInfo?: {
|
|
821
|
+
name: string;
|
|
822
|
+
address1: string;
|
|
823
|
+
address2: string;
|
|
824
|
+
zipcode: string;
|
|
825
|
+
mobileNumber: string;
|
|
826
|
+
message?: string | undefined;
|
|
827
|
+
country?: string | undefined;
|
|
828
|
+
province?: string | undefined;
|
|
829
|
+
firstName?: string | undefined;
|
|
830
|
+
lastName?: string | undefined;
|
|
831
|
+
landlineNumber?: string | undefined;
|
|
832
|
+
} | undefined;
|
|
833
|
+
}[];
|
|
834
|
+
extCommerceOrderId: string;
|
|
835
|
+
deliveries: {
|
|
836
|
+
itemIds: string[];
|
|
837
|
+
extId: string;
|
|
838
|
+
}[];
|
|
839
|
+
extId?: string | undefined;
|
|
840
|
+
};
|
|
771
841
|
}>;
|
|
772
|
-
export type GetWmsOrderOutput = z.infer<typeof GetWmsOrderOutputSchema>;
|
|
842
|
+
export type GetWmsOrderOutput = ProtoBacked<z.infer<typeof GetWmsOrderOutputSchema>, ProtoGetWmsOrderOutput>;
|
|
773
843
|
/**
|
|
774
844
|
* Commerce-scoped WMS shop lookup.
|
|
775
845
|
*
|
|
@@ -792,7 +862,7 @@ export declare const GetWmsShopIdInputSchema: z.ZodObject<{
|
|
|
792
862
|
commerceType: string;
|
|
793
863
|
commerceKey: string;
|
|
794
864
|
}>;
|
|
795
|
-
export type GetWmsShopIdInput = z.infer<typeof GetWmsShopIdInputSchema>;
|
|
865
|
+
export type GetWmsShopIdInput = ProtoBacked<z.infer<typeof GetWmsShopIdInputSchema>, ProtoGetWmsShopIdInput>;
|
|
796
866
|
export declare const GetWmsShopIdOutputSchema: z.ZodObject<{
|
|
797
867
|
shopId: z.ZodNullable<z.ZodString>;
|
|
798
868
|
message: z.ZodOptional<z.ZodString>;
|
|
@@ -803,9 +873,9 @@ export declare const GetWmsShopIdOutputSchema: z.ZodObject<{
|
|
|
803
873
|
shopId: string | null;
|
|
804
874
|
message?: string | undefined;
|
|
805
875
|
}>;
|
|
806
|
-
export type GetWmsShopIdOutput = z.infer<typeof GetWmsShopIdOutputSchema>;
|
|
876
|
+
export type GetWmsShopIdOutput = ProtoBacked<z.infer<typeof GetWmsShopIdOutputSchema>, ProtoGetWmsShopIdOutput>;
|
|
807
877
|
export declare const GetWmsSupportedCommercesInputSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
808
|
-
export type GetWmsSupportedCommercesInput = z.infer<typeof GetWmsSupportedCommercesInputSchema>;
|
|
878
|
+
export type GetWmsSupportedCommercesInput = ProtoBacked<z.infer<typeof GetWmsSupportedCommercesInputSchema>, ProtoGetWmsSupportedCommercesInput>;
|
|
809
879
|
export declare const GetWmsSupportedCommercesOutputSchema: z.ZodObject<{
|
|
810
880
|
commerceTypes: z.ZodArray<z.ZodString, "many">;
|
|
811
881
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -813,7 +883,7 @@ export declare const GetWmsSupportedCommercesOutputSchema: z.ZodObject<{
|
|
|
813
883
|
}, {
|
|
814
884
|
commerceTypes: string[];
|
|
815
885
|
}>;
|
|
816
|
-
export type GetWmsSupportedCommercesOutput = z.infer<typeof GetWmsSupportedCommercesOutputSchema>;
|
|
886
|
+
export type GetWmsSupportedCommercesOutput = ProtoBacked<z.infer<typeof GetWmsSupportedCommercesOutputSchema>, ProtoGetWmsSupportedCommercesOutput>;
|
|
817
887
|
export declare const CancelWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
818
888
|
orderId: z.ZodOptional<z.ZodString>;
|
|
819
889
|
/** @deprecated Use orderId instead. */
|
|
@@ -836,7 +906,7 @@ export declare const CancelWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
836
906
|
orderId?: string | undefined;
|
|
837
907
|
reason?: string | undefined;
|
|
838
908
|
}>;
|
|
839
|
-
export type CancelWmsOrderInput = z.infer<typeof CancelWmsOrderInputSchema>;
|
|
909
|
+
export type CancelWmsOrderInput = ProtoBacked<z.infer<typeof CancelWmsOrderInputSchema>, ProtoWmsOrderStateRequest>;
|
|
840
910
|
export declare const ReturnWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
841
911
|
orderId: z.ZodOptional<z.ZodString>;
|
|
842
912
|
/** @deprecated Use orderId instead. */
|
|
@@ -864,7 +934,7 @@ export declare const ReturnWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
864
934
|
reason?: string | undefined;
|
|
865
935
|
memo?: string | undefined;
|
|
866
936
|
}>;
|
|
867
|
-
export type ReturnWmsOrderInput = z.infer<typeof ReturnWmsOrderInputSchema>;
|
|
937
|
+
export type ReturnWmsOrderInput = ProtoBacked<z.infer<typeof ReturnWmsOrderInputSchema>, ProtoWmsOrderStateRequest>;
|
|
868
938
|
export declare const ExchangeWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
869
939
|
orderId: z.ZodOptional<z.ZodString>;
|
|
870
940
|
/** @deprecated Use orderId instead. */
|
|
@@ -892,7 +962,7 @@ export declare const ExchangeWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
892
962
|
reason?: string | undefined;
|
|
893
963
|
memo?: string | undefined;
|
|
894
964
|
}>;
|
|
895
|
-
export type ExchangeWmsOrderInput = z.infer<typeof ExchangeWmsOrderInputSchema>;
|
|
965
|
+
export type ExchangeWmsOrderInput = ProtoBacked<z.infer<typeof ExchangeWmsOrderInputSchema>, ProtoWmsOrderStateRequest>;
|
|
896
966
|
export declare const ChangeWmsShippingAddressInputSchema: z.ZodObject<{
|
|
897
967
|
orderId: z.ZodString;
|
|
898
968
|
recipient: z.ZodString;
|
|
@@ -918,7 +988,7 @@ export declare const ChangeWmsShippingAddressInputSchema: z.ZodObject<{
|
|
|
918
988
|
message?: string | undefined;
|
|
919
989
|
address2?: string | undefined;
|
|
920
990
|
}>;
|
|
921
|
-
export type ChangeWmsShippingAddressInput = z.infer<typeof ChangeWmsShippingAddressInputSchema>;
|
|
991
|
+
export type ChangeWmsShippingAddressInput = ProtoBacked<z.infer<typeof ChangeWmsShippingAddressInputSchema>, ProtoChangeWmsShippingAddressInput>;
|
|
922
992
|
export declare const RestoreWmsOrderInputSchema: z.ZodObject<{
|
|
923
993
|
orderId: z.ZodString;
|
|
924
994
|
memo: z.ZodOptional<z.ZodString>;
|
|
@@ -941,7 +1011,7 @@ export declare const RestoreWmsOrderInputSchema: z.ZodObject<{
|
|
|
941
1011
|
restockNormal?: boolean | undefined;
|
|
942
1012
|
restockBad?: boolean | undefined;
|
|
943
1013
|
}>;
|
|
944
|
-
export type RestoreWmsOrderInput = z.infer<typeof RestoreWmsOrderInputSchema>;
|
|
1014
|
+
export type RestoreWmsOrderInput = ProtoBacked<z.infer<typeof RestoreWmsOrderInputSchema>, ProtoRestoreWmsOrderInput>;
|
|
945
1015
|
export declare const WmsSuccessOutputSchema: z.ZodObject<{
|
|
946
1016
|
success: z.ZodBoolean;
|
|
947
1017
|
message: z.ZodOptional<z.ZodString>;
|
|
@@ -952,5 +1022,6 @@ export declare const WmsSuccessOutputSchema: z.ZodObject<{
|
|
|
952
1022
|
success: boolean;
|
|
953
1023
|
message?: string | undefined;
|
|
954
1024
|
}>;
|
|
955
|
-
export type WmsSuccessOutput = z.infer<typeof WmsSuccessOutputSchema>;
|
|
1025
|
+
export type WmsSuccessOutput = ProtoBacked<z.infer<typeof WmsSuccessOutputSchema>, ProtoWmsSuccessOutput>;
|
|
1026
|
+
export {};
|
|
956
1027
|
//# sourceMappingURL=wms.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wms.d.ts","sourceRoot":"","sources":["../../src/extensions/wms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"wms.d.ts","sourceRoot":"","sources":["../../src/extensions/wms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EACV,+BAA+B,IAAI,kCAAkC,EACrE,WAAW,IAAI,gBAAgB,EAC/B,kBAAkB,IAAI,qBAAqB,EAC3C,iBAAiB,IAAI,sBAAsB,EAC3C,mBAAmB,IAAI,sBAAsB,EAC7C,kBAAkB,IAAI,uBAAuB,EAC7C,mBAAmB,IAAI,sBAAsB,EAC7C,kBAAkB,IAAI,uBAAuB,EAC7C,+BAA+B,IAAI,kCAAkC,EACrE,8BAA8B,IAAI,mCAAmC,EACrE,QAAQ,IAAI,aAAa,EACzB,YAAY,IAAI,iBAAiB,EACjC,oBAAoB,IAAI,yBAAyB,EACjD,sBAAsB,IAAI,yBAAyB,EACnD,eAAe,IAAI,oBAAoB,EACvC,gBAAgB,IAAI,qBAAqB,EAC1C,MAAM,wCAAwC,CAAC;AAEhD,KAAK,WAAW,CAAC,CAAC,EAAE,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC;AAEvC;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYhC,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,WAAW,CACvC,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,EACrC,oBAAoB,CACrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;EAG5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,EAAE,gBAAgB,CAAC,CAAC;AAE3F;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,EAAE,iBAAiB,CAAC,CAAC;AAE9F;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKzB,CAAC;AACH,MAAM,MAAM,QAAQ,GAAG,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,EAAE,aAAa,CAAC,CAAC;AAQlF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;EAKlC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,WAAW,CACzC,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,EACvC,sBAAsB,CACvB,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,WAAW,CAC1C,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,EACxC,uBAAuB,CACxB,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;EAKjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,WAAW,CACxC,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,EACtC,qBAAqB,CACtB,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAElC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,WAAW,CACzC,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,EACvC,sBAAsB,CACvB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;EAGlC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,WAAW,CACzC,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,EACvC,sBAAsB,CACvB,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,WAAW,CAC1C,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,EACxC,uBAAuB,CACxB,CAAC;AAEF,eAAO,MAAM,mCAAmC,gDAAe,CAAC;AAChE,MAAM,MAAM,6BAA6B,GAAG,WAAW,CACrD,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,EACnD,kCAAkC,CACnC,CAAC;AAEF,eAAO,MAAM,oCAAoC;;;;;;EAE/C,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,WAAW,CACtD,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,EACpD,mCAAmC,CACpC,CAAC;AAWF,eAAO,MAAM,yBAAyB;;IAGlC,uCAAuC;;;;;;;;;;;;;;;;;;;EAOvC,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAC3C,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CAAC;AAIF,eAAO,MAAM,yBAAyB;;IAGlC,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;EAQvC,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAC3C,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CAAC;AAIF,eAAO,MAAM,2BAA2B;;IAGpC,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;EAQvC,CAAC;AACL,MAAM,MAAM,qBAAqB,GAAG,WAAW,CAC7C,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,EAC3C,yBAAyB,CAC1B,CAAC;AAIF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;EAQ9C,CAAC;AACH,MAAM,MAAM,6BAA6B,GAAG,WAAW,CACrD,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,EACnD,kCAAkC,CACnC,CAAC;AAIF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;EAOrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAC5C,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,EAC1C,yBAAyB,CAC1B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,WAAW,CACxC,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,EACtC,qBAAqB,CACtB,CAAC"}
|
package/dist/extensions/wms.js
CHANGED
|
@@ -65,7 +65,9 @@ export const GetWmsOrderInputSchema = z.object({
|
|
|
65
65
|
packageId: z.string().optional(),
|
|
66
66
|
shopId: z.string().optional(),
|
|
67
67
|
});
|
|
68
|
-
export const GetWmsOrderOutputSchema =
|
|
68
|
+
export const GetWmsOrderOutputSchema = z.object({
|
|
69
|
+
order: WmsOrderSchema,
|
|
70
|
+
});
|
|
69
71
|
/**
|
|
70
72
|
* Commerce-scoped WMS shop lookup.
|
|
71
73
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wms.js","sourceRoot":"","sources":["../../src/extensions/wms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"wms.js","sourceRoot":"","sources":["../../src/extensions/wms.ts"],"names":[],"mappings":"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"}
|