@channel.io/app-sdk-core 0.4.1 → 0.4.2
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/interfaces/order.d.ts +11 -19
- package/dist/extensions/interfaces/order.d.ts.map +1 -1
- package/dist/extensions/interfaces/order.js.map +1 -1
- package/dist/extensions/order.d.ts +43 -0
- package/dist/extensions/order.d.ts.map +1 -1
- package/dist/extensions/order.js +1 -0
- package/dist/extensions/order.js.map +1 -1
- package/package.json +1 -1
|
@@ -10,18 +10,19 @@ export interface GetOrdersOutput {
|
|
|
10
10
|
export interface GetAppConfigsOutput {
|
|
11
11
|
appCapabilities: AppCapabilities;
|
|
12
12
|
}
|
|
13
|
+
export interface ClaimItem {
|
|
14
|
+
id: string;
|
|
15
|
+
quantity?: number | null;
|
|
16
|
+
}
|
|
13
17
|
export interface CancelOrderInput {
|
|
14
18
|
orderId: string;
|
|
15
|
-
|
|
19
|
+
cancelItems?: ClaimItem[];
|
|
16
20
|
reason?: ClaimReason;
|
|
17
21
|
refundBankAccount?: BankAccount;
|
|
18
22
|
}
|
|
19
23
|
export interface ReturnOrderInput {
|
|
20
24
|
orderId: string;
|
|
21
|
-
returnItems?:
|
|
22
|
-
id: string;
|
|
23
|
-
quantity: number;
|
|
24
|
-
}[];
|
|
25
|
+
returnItems?: ClaimItem[];
|
|
25
26
|
reason?: ClaimReason;
|
|
26
27
|
requestPickup?: boolean;
|
|
27
28
|
pickupAddress?: Address;
|
|
@@ -33,10 +34,7 @@ export interface ReturnOrderInput {
|
|
|
33
34
|
}
|
|
34
35
|
export interface ExchangeOrderInput {
|
|
35
36
|
orderId: string;
|
|
36
|
-
beforeExchangeItems?:
|
|
37
|
-
id: string;
|
|
38
|
-
quantity: number;
|
|
39
|
-
}[];
|
|
37
|
+
beforeExchangeItems?: ClaimItem[];
|
|
40
38
|
afterExchangeItems?: {
|
|
41
39
|
productId: string;
|
|
42
40
|
variantId: string;
|
|
@@ -51,22 +49,16 @@ export interface ExchangeOrderInput {
|
|
|
51
49
|
}
|
|
52
50
|
export interface GetExchangeableItemsInput {
|
|
53
51
|
orderId: string;
|
|
54
|
-
|
|
52
|
+
items: {
|
|
53
|
+
id: string;
|
|
54
|
+
}[];
|
|
55
55
|
}
|
|
56
56
|
export interface GetExchangeableItemsOutput {
|
|
57
57
|
items: OrderItem[];
|
|
58
58
|
}
|
|
59
59
|
export interface ChangeShippingAddressInput {
|
|
60
60
|
orderId: string;
|
|
61
|
-
newAddress:
|
|
62
|
-
name: string;
|
|
63
|
-
phoneNumber?: string;
|
|
64
|
-
email?: string;
|
|
65
|
-
cellPhoneNumber?: string;
|
|
66
|
-
zipcode: string;
|
|
67
|
-
address1: string;
|
|
68
|
-
address2?: string;
|
|
69
|
-
};
|
|
61
|
+
newAddress: Address;
|
|
70
62
|
}
|
|
71
63
|
export interface SuccessOutput {
|
|
72
64
|
success: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../../src/extensions/interfaces/order.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,KAAK,EACL,SAAS,EACT,OAAO,EACP,WAAW,EACX,UAAU,EACV,WAAW,EACX,eAAe,EAChB,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAQtD,MAAM,WAAW,cAAc;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,KAAK,EAAE,CAAC;CACjB;AAED,MAAM,WAAW,mBAAmB;IAClC,eAAe,EAAE,eAAe,CAAC;CAClC;AAID,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,
|
|
1
|
+
{"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../../src/extensions/interfaces/order.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order.js","sourceRoot":"","sources":["../../../src/extensions/interfaces/order.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"order.js","sourceRoot":"","sources":["../../../src/extensions/interfaces/order.ts"],"names":[],"mappings":"AAsJA;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,SAAS,EAAE,gCAAgC;IAC3C,aAAa,EAAE,oCAAoC;IACnD,WAAW,EAAE,oCAAoC;IACjD,WAAW,EAAE,oCAAoC;IACjD,aAAa,EAAE,wCAAwC;IACvD,oBAAoB,EAAE,+CAA+C;IACrE,qBAAqB,EAAE,4CAA4C;CAC3D,CAAC"}
|
|
@@ -577,10 +577,13 @@ export declare const FieldConfigSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
577
577
|
}[];
|
|
578
578
|
}>, z.ZodObject<{
|
|
579
579
|
type: z.ZodLiteral<"freeform">;
|
|
580
|
+
description: z.ZodOptional<z.ZodString>;
|
|
580
581
|
}, "strip", z.ZodTypeAny, {
|
|
581
582
|
type: "freeform";
|
|
583
|
+
description?: string | undefined;
|
|
582
584
|
}, {
|
|
583
585
|
type: "freeform";
|
|
586
|
+
description?: string | undefined;
|
|
584
587
|
}>]>;
|
|
585
588
|
export type FieldConfig = z.infer<typeof FieldConfigSchema>;
|
|
586
589
|
export declare const OperationOptionsSchema: z.ZodObject<{
|
|
@@ -612,10 +615,13 @@ export declare const OperationOptionsSchema: z.ZodObject<{
|
|
|
612
615
|
}[];
|
|
613
616
|
}>, z.ZodObject<{
|
|
614
617
|
type: z.ZodLiteral<"freeform">;
|
|
618
|
+
description: z.ZodOptional<z.ZodString>;
|
|
615
619
|
}, "strip", z.ZodTypeAny, {
|
|
616
620
|
type: "freeform";
|
|
621
|
+
description?: string | undefined;
|
|
617
622
|
}, {
|
|
618
623
|
type: "freeform";
|
|
624
|
+
description?: string | undefined;
|
|
619
625
|
}>]>>>;
|
|
620
626
|
}, "strip", z.ZodTypeAny, {
|
|
621
627
|
required: string[];
|
|
@@ -628,6 +634,7 @@ export declare const OperationOptionsSchema: z.ZodObject<{
|
|
|
628
634
|
}[];
|
|
629
635
|
} | {
|
|
630
636
|
type: "freeform";
|
|
637
|
+
description?: string | undefined;
|
|
631
638
|
}> | undefined;
|
|
632
639
|
}, {
|
|
633
640
|
required: string[];
|
|
@@ -640,6 +647,7 @@ export declare const OperationOptionsSchema: z.ZodObject<{
|
|
|
640
647
|
}[];
|
|
641
648
|
} | {
|
|
642
649
|
type: "freeform";
|
|
650
|
+
description?: string | undefined;
|
|
643
651
|
}> | undefined;
|
|
644
652
|
}>;
|
|
645
653
|
export type OperationOptions = z.infer<typeof OperationOptionsSchema>;
|
|
@@ -673,10 +681,13 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
673
681
|
}[];
|
|
674
682
|
}>, z.ZodObject<{
|
|
675
683
|
type: z.ZodLiteral<"freeform">;
|
|
684
|
+
description: z.ZodOptional<z.ZodString>;
|
|
676
685
|
}, "strip", z.ZodTypeAny, {
|
|
677
686
|
type: "freeform";
|
|
687
|
+
description?: string | undefined;
|
|
678
688
|
}, {
|
|
679
689
|
type: "freeform";
|
|
690
|
+
description?: string | undefined;
|
|
680
691
|
}>]>>>;
|
|
681
692
|
}, "strip", z.ZodTypeAny, {
|
|
682
693
|
required: string[];
|
|
@@ -689,6 +700,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
689
700
|
}[];
|
|
690
701
|
} | {
|
|
691
702
|
type: "freeform";
|
|
703
|
+
description?: string | undefined;
|
|
692
704
|
}> | undefined;
|
|
693
705
|
}, {
|
|
694
706
|
required: string[];
|
|
@@ -701,6 +713,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
701
713
|
}[];
|
|
702
714
|
} | {
|
|
703
715
|
type: "freeform";
|
|
716
|
+
description?: string | undefined;
|
|
704
717
|
}> | undefined;
|
|
705
718
|
}>;
|
|
706
719
|
cancelOrderOptions: z.ZodObject<{
|
|
@@ -732,10 +745,13 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
732
745
|
}[];
|
|
733
746
|
}>, z.ZodObject<{
|
|
734
747
|
type: z.ZodLiteral<"freeform">;
|
|
748
|
+
description: z.ZodOptional<z.ZodString>;
|
|
735
749
|
}, "strip", z.ZodTypeAny, {
|
|
736
750
|
type: "freeform";
|
|
751
|
+
description?: string | undefined;
|
|
737
752
|
}, {
|
|
738
753
|
type: "freeform";
|
|
754
|
+
description?: string | undefined;
|
|
739
755
|
}>]>>>;
|
|
740
756
|
}, "strip", z.ZodTypeAny, {
|
|
741
757
|
required: string[];
|
|
@@ -748,6 +764,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
748
764
|
}[];
|
|
749
765
|
} | {
|
|
750
766
|
type: "freeform";
|
|
767
|
+
description?: string | undefined;
|
|
751
768
|
}> | undefined;
|
|
752
769
|
}, {
|
|
753
770
|
required: string[];
|
|
@@ -760,6 +777,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
760
777
|
}[];
|
|
761
778
|
} | {
|
|
762
779
|
type: "freeform";
|
|
780
|
+
description?: string | undefined;
|
|
763
781
|
}> | undefined;
|
|
764
782
|
}>;
|
|
765
783
|
returnOrderOptions: z.ZodObject<{
|
|
@@ -791,10 +809,13 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
791
809
|
}[];
|
|
792
810
|
}>, z.ZodObject<{
|
|
793
811
|
type: z.ZodLiteral<"freeform">;
|
|
812
|
+
description: z.ZodOptional<z.ZodString>;
|
|
794
813
|
}, "strip", z.ZodTypeAny, {
|
|
795
814
|
type: "freeform";
|
|
815
|
+
description?: string | undefined;
|
|
796
816
|
}, {
|
|
797
817
|
type: "freeform";
|
|
818
|
+
description?: string | undefined;
|
|
798
819
|
}>]>>>;
|
|
799
820
|
}, "strip", z.ZodTypeAny, {
|
|
800
821
|
required: string[];
|
|
@@ -807,6 +828,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
807
828
|
}[];
|
|
808
829
|
} | {
|
|
809
830
|
type: "freeform";
|
|
831
|
+
description?: string | undefined;
|
|
810
832
|
}> | undefined;
|
|
811
833
|
}, {
|
|
812
834
|
required: string[];
|
|
@@ -819,6 +841,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
819
841
|
}[];
|
|
820
842
|
} | {
|
|
821
843
|
type: "freeform";
|
|
844
|
+
description?: string | undefined;
|
|
822
845
|
}> | undefined;
|
|
823
846
|
}>;
|
|
824
847
|
exchangeOrderOptions: z.ZodObject<{
|
|
@@ -850,10 +873,13 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
850
873
|
}[];
|
|
851
874
|
}>, z.ZodObject<{
|
|
852
875
|
type: z.ZodLiteral<"freeform">;
|
|
876
|
+
description: z.ZodOptional<z.ZodString>;
|
|
853
877
|
}, "strip", z.ZodTypeAny, {
|
|
854
878
|
type: "freeform";
|
|
879
|
+
description?: string | undefined;
|
|
855
880
|
}, {
|
|
856
881
|
type: "freeform";
|
|
882
|
+
description?: string | undefined;
|
|
857
883
|
}>]>>>;
|
|
858
884
|
}, "strip", z.ZodTypeAny, {
|
|
859
885
|
required: string[];
|
|
@@ -866,6 +892,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
866
892
|
}[];
|
|
867
893
|
} | {
|
|
868
894
|
type: "freeform";
|
|
895
|
+
description?: string | undefined;
|
|
869
896
|
}> | undefined;
|
|
870
897
|
}, {
|
|
871
898
|
required: string[];
|
|
@@ -878,6 +905,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
878
905
|
}[];
|
|
879
906
|
} | {
|
|
880
907
|
type: "freeform";
|
|
908
|
+
description?: string | undefined;
|
|
881
909
|
}> | undefined;
|
|
882
910
|
}>;
|
|
883
911
|
changeAddressOptions: z.ZodObject<{
|
|
@@ -909,10 +937,13 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
909
937
|
}[];
|
|
910
938
|
}>, z.ZodObject<{
|
|
911
939
|
type: z.ZodLiteral<"freeform">;
|
|
940
|
+
description: z.ZodOptional<z.ZodString>;
|
|
912
941
|
}, "strip", z.ZodTypeAny, {
|
|
913
942
|
type: "freeform";
|
|
943
|
+
description?: string | undefined;
|
|
914
944
|
}, {
|
|
915
945
|
type: "freeform";
|
|
946
|
+
description?: string | undefined;
|
|
916
947
|
}>]>>>;
|
|
917
948
|
}, "strip", z.ZodTypeAny, {
|
|
918
949
|
required: string[];
|
|
@@ -925,6 +956,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
925
956
|
}[];
|
|
926
957
|
} | {
|
|
927
958
|
type: "freeform";
|
|
959
|
+
description?: string | undefined;
|
|
928
960
|
}> | undefined;
|
|
929
961
|
}, {
|
|
930
962
|
required: string[];
|
|
@@ -937,6 +969,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
937
969
|
}[];
|
|
938
970
|
} | {
|
|
939
971
|
type: "freeform";
|
|
972
|
+
description?: string | undefined;
|
|
940
973
|
}> | undefined;
|
|
941
974
|
}>;
|
|
942
975
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -951,6 +984,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
951
984
|
}[];
|
|
952
985
|
} | {
|
|
953
986
|
type: "freeform";
|
|
987
|
+
description?: string | undefined;
|
|
954
988
|
}> | undefined;
|
|
955
989
|
};
|
|
956
990
|
cancelOrderOptions: {
|
|
@@ -964,6 +998,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
964
998
|
}[];
|
|
965
999
|
} | {
|
|
966
1000
|
type: "freeform";
|
|
1001
|
+
description?: string | undefined;
|
|
967
1002
|
}> | undefined;
|
|
968
1003
|
};
|
|
969
1004
|
returnOrderOptions: {
|
|
@@ -977,6 +1012,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
977
1012
|
}[];
|
|
978
1013
|
} | {
|
|
979
1014
|
type: "freeform";
|
|
1015
|
+
description?: string | undefined;
|
|
980
1016
|
}> | undefined;
|
|
981
1017
|
};
|
|
982
1018
|
exchangeOrderOptions: {
|
|
@@ -990,6 +1026,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
990
1026
|
}[];
|
|
991
1027
|
} | {
|
|
992
1028
|
type: "freeform";
|
|
1029
|
+
description?: string | undefined;
|
|
993
1030
|
}> | undefined;
|
|
994
1031
|
};
|
|
995
1032
|
changeAddressOptions: {
|
|
@@ -1003,6 +1040,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
1003
1040
|
}[];
|
|
1004
1041
|
} | {
|
|
1005
1042
|
type: "freeform";
|
|
1043
|
+
description?: string | undefined;
|
|
1006
1044
|
}> | undefined;
|
|
1007
1045
|
};
|
|
1008
1046
|
}, {
|
|
@@ -1017,6 +1055,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
1017
1055
|
}[];
|
|
1018
1056
|
} | {
|
|
1019
1057
|
type: "freeform";
|
|
1058
|
+
description?: string | undefined;
|
|
1020
1059
|
}> | undefined;
|
|
1021
1060
|
};
|
|
1022
1061
|
cancelOrderOptions: {
|
|
@@ -1030,6 +1069,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
1030
1069
|
}[];
|
|
1031
1070
|
} | {
|
|
1032
1071
|
type: "freeform";
|
|
1072
|
+
description?: string | undefined;
|
|
1033
1073
|
}> | undefined;
|
|
1034
1074
|
};
|
|
1035
1075
|
returnOrderOptions: {
|
|
@@ -1043,6 +1083,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
1043
1083
|
}[];
|
|
1044
1084
|
} | {
|
|
1045
1085
|
type: "freeform";
|
|
1086
|
+
description?: string | undefined;
|
|
1046
1087
|
}> | undefined;
|
|
1047
1088
|
};
|
|
1048
1089
|
exchangeOrderOptions: {
|
|
@@ -1056,6 +1097,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
1056
1097
|
}[];
|
|
1057
1098
|
} | {
|
|
1058
1099
|
type: "freeform";
|
|
1100
|
+
description?: string | undefined;
|
|
1059
1101
|
}> | undefined;
|
|
1060
1102
|
};
|
|
1061
1103
|
changeAddressOptions: {
|
|
@@ -1069,6 +1111,7 @@ export declare const AppCapabilitiesSchema: z.ZodObject<{
|
|
|
1069
1111
|
}[];
|
|
1070
1112
|
} | {
|
|
1071
1113
|
type: "freeform";
|
|
1114
|
+
description?: string | undefined;
|
|
1072
1115
|
}> | undefined;
|
|
1073
1116
|
};
|
|
1074
1117
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../src/extensions/order.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYxB,CAAC;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEpD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAI5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,gBAAgB;;;;;;;;;EAG3B,CAAC;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE1D,eAAO,MAAM,iBAAiB;;;;;;;;;EAG5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;EAK7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;EAOtB,CAAC;AACH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEhD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc1B,CAAC;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxB,CAAC;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEpD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;EAQ5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStB,CAAC;AACH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAQhD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../src/extensions/order.ts"],"names":[],"mappings":"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"}
|
package/dist/extensions/order.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order.js","sourceRoot":"","sources":["../../src/extensions/order.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"order.js","sourceRoot":"","sources":["../../src/extensions/order.ts"],"names":[],"mappings":"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"}
|