@_henriquewilson/gabirubi-domain 1.4.21 → 1.4.22
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/model/integrada/order.d.mts +28 -28
- package/dist/model/integrada/order.d.ts +28 -28
- package/dist/model/iugu/iugu-invoice.d.mts +36 -36
- package/dist/model/iugu/iugu-invoice.d.ts +36 -36
- package/dist/model/journey.d.mts +109 -77
- package/dist/model/journey.d.ts +109 -77
- package/dist/model/journey.js +16 -11
- package/dist/model/journey.js.map +1 -1
- package/dist/model/journey.mjs +13 -12
- package/dist/model/journey.mjs.map +1 -1
- package/dist/model/melhorenvio/calculate.d.mts +8 -8
- package/dist/model/melhorenvio/calculate.d.ts +8 -8
- package/dist/model/melhorenvio/order.d.mts +2 -2
- package/dist/model/melhorenvio/order.d.ts +2 -2
- package/dist/model/store/shipping.d.mts +10 -10
- package/dist/model/store/shipping.d.ts +10 -10
- package/dist/model/subscription.model.d.mts +216 -216
- package/dist/model/subscription.model.d.ts +216 -216
- package/dist/model/user.model.d.mts +2 -2
- package/dist/model/user.model.d.ts +2 -2
- package/dist/test/activity.test.js +12 -11
- package/dist/test/activity.test.js.map +1 -1
- package/dist/test/activity.test.mjs +12 -11
- package/dist/test/activity.test.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2034,8 +2034,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2034
2034
|
height: number;
|
|
2035
2035
|
}>;
|
|
2036
2036
|
}, "strip", z.ZodTypeAny, {
|
|
2037
|
-
price: string;
|
|
2038
2037
|
discount: string;
|
|
2038
|
+
price: string;
|
|
2039
2039
|
weight: string;
|
|
2040
2040
|
insurance_value: string;
|
|
2041
2041
|
format: string;
|
|
@@ -2049,8 +2049,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2049
2049
|
height: number;
|
|
2050
2050
|
};
|
|
2051
2051
|
}, {
|
|
2052
|
-
price: string;
|
|
2053
2052
|
discount: string;
|
|
2053
|
+
price: string;
|
|
2054
2054
|
weight: string;
|
|
2055
2055
|
insurance_value: string;
|
|
2056
2056
|
format: string;
|
|
@@ -2114,8 +2114,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2114
2114
|
}>;
|
|
2115
2115
|
}, "strip", z.ZodTypeAny, {
|
|
2116
2116
|
id: number;
|
|
2117
|
-
price: string;
|
|
2118
2117
|
discount: string;
|
|
2118
|
+
price: string;
|
|
2119
2119
|
name: string;
|
|
2120
2120
|
company: {
|
|
2121
2121
|
id: number;
|
|
@@ -2143,8 +2143,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2143
2143
|
order?: number | null | undefined;
|
|
2144
2144
|
};
|
|
2145
2145
|
packages: {
|
|
2146
|
-
price: string;
|
|
2147
2146
|
discount: string;
|
|
2147
|
+
price: string;
|
|
2148
2148
|
weight: string;
|
|
2149
2149
|
insurance_value: string;
|
|
2150
2150
|
format: string;
|
|
@@ -2172,8 +2172,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2172
2172
|
error?: string | undefined;
|
|
2173
2173
|
}, {
|
|
2174
2174
|
id: number;
|
|
2175
|
-
price: string;
|
|
2176
2175
|
discount: string;
|
|
2176
|
+
price: string;
|
|
2177
2177
|
name: string;
|
|
2178
2178
|
company: {
|
|
2179
2179
|
id: number;
|
|
@@ -2201,8 +2201,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2201
2201
|
order?: number | null | undefined;
|
|
2202
2202
|
};
|
|
2203
2203
|
packages: {
|
|
2204
|
-
price: string;
|
|
2205
2204
|
discount: string;
|
|
2205
|
+
price: string;
|
|
2206
2206
|
weight: string;
|
|
2207
2207
|
insurance_value: string;
|
|
2208
2208
|
format: string;
|
|
@@ -2268,8 +2268,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2268
2268
|
id: string | number;
|
|
2269
2269
|
original: {
|
|
2270
2270
|
id: number;
|
|
2271
|
-
price: string;
|
|
2272
2271
|
discount: string;
|
|
2272
|
+
price: string;
|
|
2273
2273
|
name: string;
|
|
2274
2274
|
company: {
|
|
2275
2275
|
id: number;
|
|
@@ -2297,8 +2297,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2297
2297
|
order?: number | null | undefined;
|
|
2298
2298
|
};
|
|
2299
2299
|
packages: {
|
|
2300
|
-
price: string;
|
|
2301
2300
|
discount: string;
|
|
2301
|
+
price: string;
|
|
2302
2302
|
weight: string;
|
|
2303
2303
|
insurance_value: string;
|
|
2304
2304
|
format: string;
|
|
@@ -2414,8 +2414,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2414
2414
|
id: string | number;
|
|
2415
2415
|
original: {
|
|
2416
2416
|
id: number;
|
|
2417
|
-
price: string;
|
|
2418
2417
|
discount: string;
|
|
2418
|
+
price: string;
|
|
2419
2419
|
name: string;
|
|
2420
2420
|
company: {
|
|
2421
2421
|
id: number;
|
|
@@ -2443,8 +2443,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2443
2443
|
order?: number | null | undefined;
|
|
2444
2444
|
};
|
|
2445
2445
|
packages: {
|
|
2446
|
-
price: string;
|
|
2447
2446
|
discount: string;
|
|
2447
|
+
price: string;
|
|
2448
2448
|
weight: string;
|
|
2449
2449
|
insurance_value: string;
|
|
2450
2450
|
format: string;
|
|
@@ -2929,8 +2929,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2929
2929
|
height: number;
|
|
2930
2930
|
}>;
|
|
2931
2931
|
}, "strip", z.ZodTypeAny, {
|
|
2932
|
-
price: string;
|
|
2933
2932
|
discount: string;
|
|
2933
|
+
price: string;
|
|
2934
2934
|
weight: string;
|
|
2935
2935
|
insurance_value: string;
|
|
2936
2936
|
format: string;
|
|
@@ -2944,8 +2944,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2944
2944
|
height: number;
|
|
2945
2945
|
};
|
|
2946
2946
|
}, {
|
|
2947
|
-
price: string;
|
|
2948
2947
|
discount: string;
|
|
2948
|
+
price: string;
|
|
2949
2949
|
weight: string;
|
|
2950
2950
|
insurance_value: string;
|
|
2951
2951
|
format: string;
|
|
@@ -3009,8 +3009,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3009
3009
|
}>;
|
|
3010
3010
|
}, "strip", z.ZodTypeAny, {
|
|
3011
3011
|
id: number;
|
|
3012
|
-
price: string;
|
|
3013
3012
|
discount: string;
|
|
3013
|
+
price: string;
|
|
3014
3014
|
name: string;
|
|
3015
3015
|
company: {
|
|
3016
3016
|
id: number;
|
|
@@ -3038,8 +3038,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3038
3038
|
order?: number | null | undefined;
|
|
3039
3039
|
};
|
|
3040
3040
|
packages: {
|
|
3041
|
-
price: string;
|
|
3042
3041
|
discount: string;
|
|
3042
|
+
price: string;
|
|
3043
3043
|
weight: string;
|
|
3044
3044
|
insurance_value: string;
|
|
3045
3045
|
format: string;
|
|
@@ -3067,8 +3067,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3067
3067
|
error?: string | undefined;
|
|
3068
3068
|
}, {
|
|
3069
3069
|
id: number;
|
|
3070
|
-
price: string;
|
|
3071
3070
|
discount: string;
|
|
3071
|
+
price: string;
|
|
3072
3072
|
name: string;
|
|
3073
3073
|
company: {
|
|
3074
3074
|
id: number;
|
|
@@ -3096,8 +3096,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3096
3096
|
order?: number | null | undefined;
|
|
3097
3097
|
};
|
|
3098
3098
|
packages: {
|
|
3099
|
-
price: string;
|
|
3100
3099
|
discount: string;
|
|
3100
|
+
price: string;
|
|
3101
3101
|
weight: string;
|
|
3102
3102
|
insurance_value: string;
|
|
3103
3103
|
format: string;
|
|
@@ -3163,8 +3163,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3163
3163
|
id: string | number;
|
|
3164
3164
|
original: {
|
|
3165
3165
|
id: number;
|
|
3166
|
-
price: string;
|
|
3167
3166
|
discount: string;
|
|
3167
|
+
price: string;
|
|
3168
3168
|
name: string;
|
|
3169
3169
|
company: {
|
|
3170
3170
|
id: number;
|
|
@@ -3192,8 +3192,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3192
3192
|
order?: number | null | undefined;
|
|
3193
3193
|
};
|
|
3194
3194
|
packages: {
|
|
3195
|
-
price: string;
|
|
3196
3195
|
discount: string;
|
|
3196
|
+
price: string;
|
|
3197
3197
|
weight: string;
|
|
3198
3198
|
insurance_value: string;
|
|
3199
3199
|
format: string;
|
|
@@ -3309,8 +3309,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3309
3309
|
id: string | number;
|
|
3310
3310
|
original: {
|
|
3311
3311
|
id: number;
|
|
3312
|
-
price: string;
|
|
3313
3312
|
discount: string;
|
|
3313
|
+
price: string;
|
|
3314
3314
|
name: string;
|
|
3315
3315
|
company: {
|
|
3316
3316
|
id: number;
|
|
@@ -3338,8 +3338,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3338
3338
|
order?: number | null | undefined;
|
|
3339
3339
|
};
|
|
3340
3340
|
packages: {
|
|
3341
|
-
price: string;
|
|
3342
3341
|
discount: string;
|
|
3342
|
+
price: string;
|
|
3343
3343
|
weight: string;
|
|
3344
3344
|
insurance_value: string;
|
|
3345
3345
|
format: string;
|
|
@@ -3745,8 +3745,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3745
3745
|
id: string | number;
|
|
3746
3746
|
original: {
|
|
3747
3747
|
id: number;
|
|
3748
|
-
price: string;
|
|
3749
3748
|
discount: string;
|
|
3749
|
+
price: string;
|
|
3750
3750
|
name: string;
|
|
3751
3751
|
company: {
|
|
3752
3752
|
id: number;
|
|
@@ -3774,8 +3774,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3774
3774
|
order?: number | null | undefined;
|
|
3775
3775
|
};
|
|
3776
3776
|
packages: {
|
|
3777
|
-
price: string;
|
|
3778
3777
|
discount: string;
|
|
3778
|
+
price: string;
|
|
3779
3779
|
weight: string;
|
|
3780
3780
|
insurance_value: string;
|
|
3781
3781
|
format: string;
|
|
@@ -3892,8 +3892,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3892
3892
|
id: string | number;
|
|
3893
3893
|
original: {
|
|
3894
3894
|
id: number;
|
|
3895
|
-
price: string;
|
|
3896
3895
|
discount: string;
|
|
3896
|
+
price: string;
|
|
3897
3897
|
name: string;
|
|
3898
3898
|
company: {
|
|
3899
3899
|
id: number;
|
|
@@ -3921,8 +3921,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3921
3921
|
order?: number | null | undefined;
|
|
3922
3922
|
};
|
|
3923
3923
|
packages: {
|
|
3924
|
-
price: string;
|
|
3925
3924
|
discount: string;
|
|
3925
|
+
price: string;
|
|
3926
3926
|
weight: string;
|
|
3927
3927
|
insurance_value: string;
|
|
3928
3928
|
format: string;
|
|
@@ -4327,8 +4327,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4327
4327
|
id: string | number;
|
|
4328
4328
|
original: {
|
|
4329
4329
|
id: number;
|
|
4330
|
-
price: string;
|
|
4331
4330
|
discount: string;
|
|
4331
|
+
price: string;
|
|
4332
4332
|
name: string;
|
|
4333
4333
|
company: {
|
|
4334
4334
|
id: number;
|
|
@@ -4356,8 +4356,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4356
4356
|
order?: number | null | undefined;
|
|
4357
4357
|
};
|
|
4358
4358
|
packages: {
|
|
4359
|
-
price: string;
|
|
4360
4359
|
discount: string;
|
|
4360
|
+
price: string;
|
|
4361
4361
|
weight: string;
|
|
4362
4362
|
insurance_value: string;
|
|
4363
4363
|
format: string;
|
|
@@ -4474,8 +4474,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4474
4474
|
id: string | number;
|
|
4475
4475
|
original: {
|
|
4476
4476
|
id: number;
|
|
4477
|
-
price: string;
|
|
4478
4477
|
discount: string;
|
|
4478
|
+
price: string;
|
|
4479
4479
|
name: string;
|
|
4480
4480
|
company: {
|
|
4481
4481
|
id: number;
|
|
@@ -4503,8 +4503,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4503
4503
|
order?: number | null | undefined;
|
|
4504
4504
|
};
|
|
4505
4505
|
packages: {
|
|
4506
|
-
price: string;
|
|
4507
4506
|
discount: string;
|
|
4507
|
+
price: string;
|
|
4508
4508
|
weight: string;
|
|
4509
4509
|
insurance_value: string;
|
|
4510
4510
|
format: string;
|
|
@@ -2034,8 +2034,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2034
2034
|
height: number;
|
|
2035
2035
|
}>;
|
|
2036
2036
|
}, "strip", z.ZodTypeAny, {
|
|
2037
|
-
price: string;
|
|
2038
2037
|
discount: string;
|
|
2038
|
+
price: string;
|
|
2039
2039
|
weight: string;
|
|
2040
2040
|
insurance_value: string;
|
|
2041
2041
|
format: string;
|
|
@@ -2049,8 +2049,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2049
2049
|
height: number;
|
|
2050
2050
|
};
|
|
2051
2051
|
}, {
|
|
2052
|
-
price: string;
|
|
2053
2052
|
discount: string;
|
|
2053
|
+
price: string;
|
|
2054
2054
|
weight: string;
|
|
2055
2055
|
insurance_value: string;
|
|
2056
2056
|
format: string;
|
|
@@ -2114,8 +2114,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2114
2114
|
}>;
|
|
2115
2115
|
}, "strip", z.ZodTypeAny, {
|
|
2116
2116
|
id: number;
|
|
2117
|
-
price: string;
|
|
2118
2117
|
discount: string;
|
|
2118
|
+
price: string;
|
|
2119
2119
|
name: string;
|
|
2120
2120
|
company: {
|
|
2121
2121
|
id: number;
|
|
@@ -2143,8 +2143,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2143
2143
|
order?: number | null | undefined;
|
|
2144
2144
|
};
|
|
2145
2145
|
packages: {
|
|
2146
|
-
price: string;
|
|
2147
2146
|
discount: string;
|
|
2147
|
+
price: string;
|
|
2148
2148
|
weight: string;
|
|
2149
2149
|
insurance_value: string;
|
|
2150
2150
|
format: string;
|
|
@@ -2172,8 +2172,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2172
2172
|
error?: string | undefined;
|
|
2173
2173
|
}, {
|
|
2174
2174
|
id: number;
|
|
2175
|
-
price: string;
|
|
2176
2175
|
discount: string;
|
|
2176
|
+
price: string;
|
|
2177
2177
|
name: string;
|
|
2178
2178
|
company: {
|
|
2179
2179
|
id: number;
|
|
@@ -2201,8 +2201,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2201
2201
|
order?: number | null | undefined;
|
|
2202
2202
|
};
|
|
2203
2203
|
packages: {
|
|
2204
|
-
price: string;
|
|
2205
2204
|
discount: string;
|
|
2205
|
+
price: string;
|
|
2206
2206
|
weight: string;
|
|
2207
2207
|
insurance_value: string;
|
|
2208
2208
|
format: string;
|
|
@@ -2268,8 +2268,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2268
2268
|
id: string | number;
|
|
2269
2269
|
original: {
|
|
2270
2270
|
id: number;
|
|
2271
|
-
price: string;
|
|
2272
2271
|
discount: string;
|
|
2272
|
+
price: string;
|
|
2273
2273
|
name: string;
|
|
2274
2274
|
company: {
|
|
2275
2275
|
id: number;
|
|
@@ -2297,8 +2297,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2297
2297
|
order?: number | null | undefined;
|
|
2298
2298
|
};
|
|
2299
2299
|
packages: {
|
|
2300
|
-
price: string;
|
|
2301
2300
|
discount: string;
|
|
2301
|
+
price: string;
|
|
2302
2302
|
weight: string;
|
|
2303
2303
|
insurance_value: string;
|
|
2304
2304
|
format: string;
|
|
@@ -2414,8 +2414,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2414
2414
|
id: string | number;
|
|
2415
2415
|
original: {
|
|
2416
2416
|
id: number;
|
|
2417
|
-
price: string;
|
|
2418
2417
|
discount: string;
|
|
2418
|
+
price: string;
|
|
2419
2419
|
name: string;
|
|
2420
2420
|
company: {
|
|
2421
2421
|
id: number;
|
|
@@ -2443,8 +2443,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2443
2443
|
order?: number | null | undefined;
|
|
2444
2444
|
};
|
|
2445
2445
|
packages: {
|
|
2446
|
-
price: string;
|
|
2447
2446
|
discount: string;
|
|
2447
|
+
price: string;
|
|
2448
2448
|
weight: string;
|
|
2449
2449
|
insurance_value: string;
|
|
2450
2450
|
format: string;
|
|
@@ -2929,8 +2929,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2929
2929
|
height: number;
|
|
2930
2930
|
}>;
|
|
2931
2931
|
}, "strip", z.ZodTypeAny, {
|
|
2932
|
-
price: string;
|
|
2933
2932
|
discount: string;
|
|
2933
|
+
price: string;
|
|
2934
2934
|
weight: string;
|
|
2935
2935
|
insurance_value: string;
|
|
2936
2936
|
format: string;
|
|
@@ -2944,8 +2944,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2944
2944
|
height: number;
|
|
2945
2945
|
};
|
|
2946
2946
|
}, {
|
|
2947
|
-
price: string;
|
|
2948
2947
|
discount: string;
|
|
2948
|
+
price: string;
|
|
2949
2949
|
weight: string;
|
|
2950
2950
|
insurance_value: string;
|
|
2951
2951
|
format: string;
|
|
@@ -3009,8 +3009,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3009
3009
|
}>;
|
|
3010
3010
|
}, "strip", z.ZodTypeAny, {
|
|
3011
3011
|
id: number;
|
|
3012
|
-
price: string;
|
|
3013
3012
|
discount: string;
|
|
3013
|
+
price: string;
|
|
3014
3014
|
name: string;
|
|
3015
3015
|
company: {
|
|
3016
3016
|
id: number;
|
|
@@ -3038,8 +3038,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3038
3038
|
order?: number | null | undefined;
|
|
3039
3039
|
};
|
|
3040
3040
|
packages: {
|
|
3041
|
-
price: string;
|
|
3042
3041
|
discount: string;
|
|
3042
|
+
price: string;
|
|
3043
3043
|
weight: string;
|
|
3044
3044
|
insurance_value: string;
|
|
3045
3045
|
format: string;
|
|
@@ -3067,8 +3067,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3067
3067
|
error?: string | undefined;
|
|
3068
3068
|
}, {
|
|
3069
3069
|
id: number;
|
|
3070
|
-
price: string;
|
|
3071
3070
|
discount: string;
|
|
3071
|
+
price: string;
|
|
3072
3072
|
name: string;
|
|
3073
3073
|
company: {
|
|
3074
3074
|
id: number;
|
|
@@ -3096,8 +3096,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3096
3096
|
order?: number | null | undefined;
|
|
3097
3097
|
};
|
|
3098
3098
|
packages: {
|
|
3099
|
-
price: string;
|
|
3100
3099
|
discount: string;
|
|
3100
|
+
price: string;
|
|
3101
3101
|
weight: string;
|
|
3102
3102
|
insurance_value: string;
|
|
3103
3103
|
format: string;
|
|
@@ -3163,8 +3163,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3163
3163
|
id: string | number;
|
|
3164
3164
|
original: {
|
|
3165
3165
|
id: number;
|
|
3166
|
-
price: string;
|
|
3167
3166
|
discount: string;
|
|
3167
|
+
price: string;
|
|
3168
3168
|
name: string;
|
|
3169
3169
|
company: {
|
|
3170
3170
|
id: number;
|
|
@@ -3192,8 +3192,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3192
3192
|
order?: number | null | undefined;
|
|
3193
3193
|
};
|
|
3194
3194
|
packages: {
|
|
3195
|
-
price: string;
|
|
3196
3195
|
discount: string;
|
|
3196
|
+
price: string;
|
|
3197
3197
|
weight: string;
|
|
3198
3198
|
insurance_value: string;
|
|
3199
3199
|
format: string;
|
|
@@ -3309,8 +3309,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3309
3309
|
id: string | number;
|
|
3310
3310
|
original: {
|
|
3311
3311
|
id: number;
|
|
3312
|
-
price: string;
|
|
3313
3312
|
discount: string;
|
|
3313
|
+
price: string;
|
|
3314
3314
|
name: string;
|
|
3315
3315
|
company: {
|
|
3316
3316
|
id: number;
|
|
@@ -3338,8 +3338,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3338
3338
|
order?: number | null | undefined;
|
|
3339
3339
|
};
|
|
3340
3340
|
packages: {
|
|
3341
|
-
price: string;
|
|
3342
3341
|
discount: string;
|
|
3342
|
+
price: string;
|
|
3343
3343
|
weight: string;
|
|
3344
3344
|
insurance_value: string;
|
|
3345
3345
|
format: string;
|
|
@@ -3745,8 +3745,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3745
3745
|
id: string | number;
|
|
3746
3746
|
original: {
|
|
3747
3747
|
id: number;
|
|
3748
|
-
price: string;
|
|
3749
3748
|
discount: string;
|
|
3749
|
+
price: string;
|
|
3750
3750
|
name: string;
|
|
3751
3751
|
company: {
|
|
3752
3752
|
id: number;
|
|
@@ -3774,8 +3774,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3774
3774
|
order?: number | null | undefined;
|
|
3775
3775
|
};
|
|
3776
3776
|
packages: {
|
|
3777
|
-
price: string;
|
|
3778
3777
|
discount: string;
|
|
3778
|
+
price: string;
|
|
3779
3779
|
weight: string;
|
|
3780
3780
|
insurance_value: string;
|
|
3781
3781
|
format: string;
|
|
@@ -3892,8 +3892,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3892
3892
|
id: string | number;
|
|
3893
3893
|
original: {
|
|
3894
3894
|
id: number;
|
|
3895
|
-
price: string;
|
|
3896
3895
|
discount: string;
|
|
3896
|
+
price: string;
|
|
3897
3897
|
name: string;
|
|
3898
3898
|
company: {
|
|
3899
3899
|
id: number;
|
|
@@ -3921,8 +3921,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3921
3921
|
order?: number | null | undefined;
|
|
3922
3922
|
};
|
|
3923
3923
|
packages: {
|
|
3924
|
-
price: string;
|
|
3925
3924
|
discount: string;
|
|
3925
|
+
price: string;
|
|
3926
3926
|
weight: string;
|
|
3927
3927
|
insurance_value: string;
|
|
3928
3928
|
format: string;
|
|
@@ -4327,8 +4327,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4327
4327
|
id: string | number;
|
|
4328
4328
|
original: {
|
|
4329
4329
|
id: number;
|
|
4330
|
-
price: string;
|
|
4331
4330
|
discount: string;
|
|
4331
|
+
price: string;
|
|
4332
4332
|
name: string;
|
|
4333
4333
|
company: {
|
|
4334
4334
|
id: number;
|
|
@@ -4356,8 +4356,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4356
4356
|
order?: number | null | undefined;
|
|
4357
4357
|
};
|
|
4358
4358
|
packages: {
|
|
4359
|
-
price: string;
|
|
4360
4359
|
discount: string;
|
|
4360
|
+
price: string;
|
|
4361
4361
|
weight: string;
|
|
4362
4362
|
insurance_value: string;
|
|
4363
4363
|
format: string;
|
|
@@ -4474,8 +4474,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4474
4474
|
id: string | number;
|
|
4475
4475
|
original: {
|
|
4476
4476
|
id: number;
|
|
4477
|
-
price: string;
|
|
4478
4477
|
discount: string;
|
|
4478
|
+
price: string;
|
|
4479
4479
|
name: string;
|
|
4480
4480
|
company: {
|
|
4481
4481
|
id: number;
|
|
@@ -4503,8 +4503,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4503
4503
|
order?: number | null | undefined;
|
|
4504
4504
|
};
|
|
4505
4505
|
packages: {
|
|
4506
|
-
price: string;
|
|
4507
4506
|
discount: string;
|
|
4507
|
+
price: string;
|
|
4508
4508
|
weight: string;
|
|
4509
4509
|
insurance_value: string;
|
|
4510
4510
|
format: string;
|