@_henriquewilson/gabirubi-domain 1.3.33 → 1.3.34
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 +22 -22
- package/dist/model/integrada/order.d.ts +22 -22
- package/dist/model/integrada/product.d.mts +8 -0
- package/dist/model/integrada/product.d.ts +8 -0
- package/dist/model/integrada/product.js +2 -1
- package/dist/model/integrada/product.js.map +1 -1
- package/dist/model/integrada/product.mjs +2 -1
- package/dist/model/integrada/product.mjs.map +1 -1
- package/dist/model/iugu/iugu-charge.d.mts +2 -2
- package/dist/model/iugu/iugu-charge.d.ts +2 -2
- package/dist/model/iugu/iugu-client.d.mts +12 -12
- package/dist/model/iugu/iugu-client.d.ts +12 -12
- package/dist/model/melhorenvio/calculate.d.mts +2 -2
- package/dist/model/melhorenvio/calculate.d.ts +2 -2
- package/dist/model/melhorenvio/order.d.mts +28 -28
- package/dist/model/melhorenvio/order.d.ts +28 -28
- package/dist/model/store/shipping.d.mts +4 -4
- package/dist/model/store/shipping.d.ts +4 -4
- package/dist/model/subscription.model.d.mts +4 -4
- package/dist/model/subscription.model.d.ts +4 -4
- package/dist/model/user.model.d.mts +2 -2
- package/dist/model/user.model.d.ts +2 -2
- package/package.json +1 -1
|
@@ -14,9 +14,9 @@ declare const CustomerOrderSchema: z.ZodObject<{
|
|
|
14
14
|
telefone_principal: z.ZodString;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
id: number;
|
|
17
|
-
email: string;
|
|
18
17
|
nome: string;
|
|
19
18
|
cpf: string;
|
|
19
|
+
email: string;
|
|
20
20
|
resource_uri: string;
|
|
21
21
|
sexo: string;
|
|
22
22
|
telefone_celular: string;
|
|
@@ -26,9 +26,9 @@ declare const CustomerOrderSchema: z.ZodObject<{
|
|
|
26
26
|
razao_social?: any;
|
|
27
27
|
}, {
|
|
28
28
|
id: number;
|
|
29
|
-
email: string;
|
|
30
29
|
nome: string;
|
|
31
30
|
cpf: string;
|
|
31
|
+
email: string;
|
|
32
32
|
resource_uri: string;
|
|
33
33
|
sexo: string;
|
|
34
34
|
telefone_celular: string;
|
|
@@ -525,9 +525,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
525
525
|
telefone_principal: z.ZodString;
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
527
|
id: number;
|
|
528
|
-
email: string;
|
|
529
528
|
nome: string;
|
|
530
529
|
cpf: string;
|
|
530
|
+
email: string;
|
|
531
531
|
resource_uri: string;
|
|
532
532
|
sexo: string;
|
|
533
533
|
telefone_celular: string;
|
|
@@ -537,9 +537,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
537
537
|
razao_social?: any;
|
|
538
538
|
}, {
|
|
539
539
|
id: number;
|
|
540
|
-
email: string;
|
|
541
540
|
nome: string;
|
|
542
541
|
cpf: string;
|
|
542
|
+
email: string;
|
|
543
543
|
resource_uri: string;
|
|
544
544
|
sexo: string;
|
|
545
545
|
telefone_celular: string;
|
|
@@ -1405,6 +1405,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1405
1405
|
picture: string;
|
|
1406
1406
|
}>;
|
|
1407
1407
|
}, "strip", z.ZodTypeAny, {
|
|
1408
|
+
currency: string;
|
|
1408
1409
|
id: number;
|
|
1409
1410
|
name: string;
|
|
1410
1411
|
company: {
|
|
@@ -1415,7 +1416,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1415
1416
|
price: string;
|
|
1416
1417
|
discount: string;
|
|
1417
1418
|
custom_price: string;
|
|
1418
|
-
currency: string;
|
|
1419
1419
|
delivery_time: number;
|
|
1420
1420
|
delivery_range: {
|
|
1421
1421
|
id: string | number;
|
|
@@ -1463,6 +1463,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1463
1463
|
};
|
|
1464
1464
|
error?: string | undefined;
|
|
1465
1465
|
}, {
|
|
1466
|
+
currency: string;
|
|
1466
1467
|
id: number;
|
|
1467
1468
|
name: string;
|
|
1468
1469
|
company: {
|
|
@@ -1473,7 +1474,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1473
1474
|
price: string;
|
|
1474
1475
|
discount: string;
|
|
1475
1476
|
custom_price: string;
|
|
1476
|
-
currency: string;
|
|
1477
1477
|
delivery_time: number;
|
|
1478
1478
|
delivery_range: {
|
|
1479
1479
|
min: number;
|
|
@@ -1563,6 +1563,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1563
1563
|
service: string;
|
|
1564
1564
|
deliveryTime: number;
|
|
1565
1565
|
original: {
|
|
1566
|
+
currency: string;
|
|
1566
1567
|
id: number;
|
|
1567
1568
|
name: string;
|
|
1568
1569
|
company: {
|
|
@@ -1573,7 +1574,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1573
1574
|
price: string;
|
|
1574
1575
|
discount: string;
|
|
1575
1576
|
custom_price: string;
|
|
1576
|
-
currency: string;
|
|
1577
1577
|
delivery_time: number;
|
|
1578
1578
|
delivery_range: {
|
|
1579
1579
|
id: string | number;
|
|
@@ -1709,6 +1709,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1709
1709
|
service: string;
|
|
1710
1710
|
deliveryTime: number;
|
|
1711
1711
|
original: {
|
|
1712
|
+
currency: string;
|
|
1712
1713
|
id: number;
|
|
1713
1714
|
name: string;
|
|
1714
1715
|
company: {
|
|
@@ -1719,7 +1720,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1719
1720
|
price: string;
|
|
1720
1721
|
discount: string;
|
|
1721
1722
|
custom_price: string;
|
|
1722
|
-
currency: string;
|
|
1723
1723
|
delivery_time: number;
|
|
1724
1724
|
delivery_range: {
|
|
1725
1725
|
min: number;
|
|
@@ -2300,6 +2300,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2300
2300
|
picture: string;
|
|
2301
2301
|
}>;
|
|
2302
2302
|
}, "strip", z.ZodTypeAny, {
|
|
2303
|
+
currency: string;
|
|
2303
2304
|
id: number;
|
|
2304
2305
|
name: string;
|
|
2305
2306
|
company: {
|
|
@@ -2310,7 +2311,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2310
2311
|
price: string;
|
|
2311
2312
|
discount: string;
|
|
2312
2313
|
custom_price: string;
|
|
2313
|
-
currency: string;
|
|
2314
2314
|
delivery_time: number;
|
|
2315
2315
|
delivery_range: {
|
|
2316
2316
|
id: string | number;
|
|
@@ -2358,6 +2358,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2358
2358
|
};
|
|
2359
2359
|
error?: string | undefined;
|
|
2360
2360
|
}, {
|
|
2361
|
+
currency: string;
|
|
2361
2362
|
id: number;
|
|
2362
2363
|
name: string;
|
|
2363
2364
|
company: {
|
|
@@ -2368,7 +2369,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2368
2369
|
price: string;
|
|
2369
2370
|
discount: string;
|
|
2370
2371
|
custom_price: string;
|
|
2371
|
-
currency: string;
|
|
2372
2372
|
delivery_time: number;
|
|
2373
2373
|
delivery_range: {
|
|
2374
2374
|
min: number;
|
|
@@ -2458,6 +2458,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2458
2458
|
service: string;
|
|
2459
2459
|
deliveryTime: number;
|
|
2460
2460
|
original: {
|
|
2461
|
+
currency: string;
|
|
2461
2462
|
id: number;
|
|
2462
2463
|
name: string;
|
|
2463
2464
|
company: {
|
|
@@ -2468,7 +2469,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2468
2469
|
price: string;
|
|
2469
2470
|
discount: string;
|
|
2470
2471
|
custom_price: string;
|
|
2471
|
-
currency: string;
|
|
2472
2472
|
delivery_time: number;
|
|
2473
2473
|
delivery_range: {
|
|
2474
2474
|
id: string | number;
|
|
@@ -2604,6 +2604,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2604
2604
|
service: string;
|
|
2605
2605
|
deliveryTime: number;
|
|
2606
2606
|
original: {
|
|
2607
|
+
currency: string;
|
|
2607
2608
|
id: number;
|
|
2608
2609
|
name: string;
|
|
2609
2610
|
company: {
|
|
@@ -2614,7 +2615,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2614
2615
|
price: string;
|
|
2615
2616
|
discount: string;
|
|
2616
2617
|
custom_price: string;
|
|
2617
|
-
currency: string;
|
|
2618
2618
|
delivery_time: number;
|
|
2619
2619
|
delivery_range: {
|
|
2620
2620
|
min: number;
|
|
@@ -2780,9 +2780,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2780
2780
|
data_modificacao: string;
|
|
2781
2781
|
cliente: {
|
|
2782
2782
|
id: number;
|
|
2783
|
-
email: string;
|
|
2784
2783
|
nome: string;
|
|
2785
2784
|
cpf: string;
|
|
2785
|
+
email: string;
|
|
2786
2786
|
resource_uri: string;
|
|
2787
2787
|
sexo: string;
|
|
2788
2788
|
telefone_celular: string;
|
|
@@ -2880,8 +2880,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2880
2880
|
createdAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
2881
2881
|
updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
2882
2882
|
order?: number | null | undefined;
|
|
2883
|
-
warning?: string | undefined;
|
|
2884
|
-
tags?: string[] | undefined;
|
|
2885
2883
|
customShippingInfo?: {
|
|
2886
2884
|
length: number;
|
|
2887
2885
|
id: string | number;
|
|
@@ -2894,6 +2892,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2894
2892
|
name?: string | undefined;
|
|
2895
2893
|
insurance?: number | undefined;
|
|
2896
2894
|
} | undefined;
|
|
2895
|
+
tags?: string[] | undefined;
|
|
2897
2896
|
cliente_obs?: any;
|
|
2898
2897
|
cupom_desconto?: any;
|
|
2899
2898
|
id_anymarket?: any;
|
|
@@ -2908,6 +2907,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2908
2907
|
service: string;
|
|
2909
2908
|
deliveryTime: number;
|
|
2910
2909
|
original: {
|
|
2910
|
+
currency: string;
|
|
2911
2911
|
id: number;
|
|
2912
2912
|
name: string;
|
|
2913
2913
|
company: {
|
|
@@ -2918,7 +2918,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2918
2918
|
price: string;
|
|
2919
2919
|
discount: string;
|
|
2920
2920
|
custom_price: string;
|
|
2921
|
-
currency: string;
|
|
2922
2921
|
delivery_time: number;
|
|
2923
2922
|
delivery_range: {
|
|
2924
2923
|
id: string | number;
|
|
@@ -3055,6 +3054,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3055
3054
|
service: string;
|
|
3056
3055
|
deliveryTime: number;
|
|
3057
3056
|
original: {
|
|
3057
|
+
currency: string;
|
|
3058
3058
|
id: number;
|
|
3059
3059
|
name: string;
|
|
3060
3060
|
company: {
|
|
@@ -3065,7 +3065,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3065
3065
|
price: string;
|
|
3066
3066
|
discount: string;
|
|
3067
3067
|
custom_price: string;
|
|
3068
|
-
currency: string;
|
|
3069
3068
|
delivery_time: number;
|
|
3070
3069
|
delivery_range: {
|
|
3071
3070
|
id: string | number;
|
|
@@ -3195,6 +3194,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3195
3194
|
insurance?: number | undefined;
|
|
3196
3195
|
} | undefined;
|
|
3197
3196
|
}[] | undefined;
|
|
3197
|
+
warning?: string | undefined;
|
|
3198
3198
|
watching?: boolean | undefined;
|
|
3199
3199
|
useInApp?: Record<string, string[]> | undefined;
|
|
3200
3200
|
}, {
|
|
@@ -3229,9 +3229,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3229
3229
|
data_modificacao: string;
|
|
3230
3230
|
cliente: {
|
|
3231
3231
|
id: number;
|
|
3232
|
-
email: string;
|
|
3233
3232
|
nome: string;
|
|
3234
3233
|
cpf: string;
|
|
3234
|
+
email: string;
|
|
3235
3235
|
resource_uri: string;
|
|
3236
3236
|
sexo: string;
|
|
3237
3237
|
telefone_celular: string;
|
|
@@ -3330,8 +3330,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3330
3330
|
createdAt?: unknown;
|
|
3331
3331
|
updatedAt?: unknown;
|
|
3332
3332
|
order?: number | null | undefined;
|
|
3333
|
-
warning?: string | undefined;
|
|
3334
|
-
tags?: string[] | undefined;
|
|
3335
3333
|
customShippingInfo?: {
|
|
3336
3334
|
length: number;
|
|
3337
3335
|
weight: number;
|
|
@@ -3344,6 +3342,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3344
3342
|
name?: string | undefined;
|
|
3345
3343
|
insurance?: number | undefined;
|
|
3346
3344
|
} | undefined;
|
|
3345
|
+
tags?: string[] | undefined;
|
|
3347
3346
|
cliente_obs?: any;
|
|
3348
3347
|
cupom_desconto?: any;
|
|
3349
3348
|
id_anymarket?: any;
|
|
@@ -3358,6 +3357,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3358
3357
|
service: string;
|
|
3359
3358
|
deliveryTime: number;
|
|
3360
3359
|
original: {
|
|
3360
|
+
currency: string;
|
|
3361
3361
|
id: number;
|
|
3362
3362
|
name: string;
|
|
3363
3363
|
company: {
|
|
@@ -3368,7 +3368,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3368
3368
|
price: string;
|
|
3369
3369
|
discount: string;
|
|
3370
3370
|
custom_price: string;
|
|
3371
|
-
currency: string;
|
|
3372
3371
|
delivery_time: number;
|
|
3373
3372
|
delivery_range: {
|
|
3374
3373
|
min: number;
|
|
@@ -3505,6 +3504,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3505
3504
|
service: string;
|
|
3506
3505
|
deliveryTime: number;
|
|
3507
3506
|
original: {
|
|
3507
|
+
currency: string;
|
|
3508
3508
|
id: number;
|
|
3509
3509
|
name: string;
|
|
3510
3510
|
company: {
|
|
@@ -3515,7 +3515,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3515
3515
|
price: string;
|
|
3516
3516
|
discount: string;
|
|
3517
3517
|
custom_price: string;
|
|
3518
|
-
currency: string;
|
|
3519
3518
|
delivery_time: number;
|
|
3520
3519
|
delivery_range: {
|
|
3521
3520
|
min: number;
|
|
@@ -3645,6 +3644,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3645
3644
|
insurance?: number | undefined;
|
|
3646
3645
|
} | undefined;
|
|
3647
3646
|
}[] | undefined;
|
|
3647
|
+
warning?: string | undefined;
|
|
3648
3648
|
watching?: boolean | undefined;
|
|
3649
3649
|
useInApp?: Record<string, string[]> | undefined;
|
|
3650
3650
|
}>;
|
|
@@ -14,9 +14,9 @@ declare const CustomerOrderSchema: z.ZodObject<{
|
|
|
14
14
|
telefone_principal: z.ZodString;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
id: number;
|
|
17
|
-
email: string;
|
|
18
17
|
nome: string;
|
|
19
18
|
cpf: string;
|
|
19
|
+
email: string;
|
|
20
20
|
resource_uri: string;
|
|
21
21
|
sexo: string;
|
|
22
22
|
telefone_celular: string;
|
|
@@ -26,9 +26,9 @@ declare const CustomerOrderSchema: z.ZodObject<{
|
|
|
26
26
|
razao_social?: any;
|
|
27
27
|
}, {
|
|
28
28
|
id: number;
|
|
29
|
-
email: string;
|
|
30
29
|
nome: string;
|
|
31
30
|
cpf: string;
|
|
31
|
+
email: string;
|
|
32
32
|
resource_uri: string;
|
|
33
33
|
sexo: string;
|
|
34
34
|
telefone_celular: string;
|
|
@@ -525,9 +525,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
525
525
|
telefone_principal: z.ZodString;
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
527
|
id: number;
|
|
528
|
-
email: string;
|
|
529
528
|
nome: string;
|
|
530
529
|
cpf: string;
|
|
530
|
+
email: string;
|
|
531
531
|
resource_uri: string;
|
|
532
532
|
sexo: string;
|
|
533
533
|
telefone_celular: string;
|
|
@@ -537,9 +537,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
537
537
|
razao_social?: any;
|
|
538
538
|
}, {
|
|
539
539
|
id: number;
|
|
540
|
-
email: string;
|
|
541
540
|
nome: string;
|
|
542
541
|
cpf: string;
|
|
542
|
+
email: string;
|
|
543
543
|
resource_uri: string;
|
|
544
544
|
sexo: string;
|
|
545
545
|
telefone_celular: string;
|
|
@@ -1405,6 +1405,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1405
1405
|
picture: string;
|
|
1406
1406
|
}>;
|
|
1407
1407
|
}, "strip", z.ZodTypeAny, {
|
|
1408
|
+
currency: string;
|
|
1408
1409
|
id: number;
|
|
1409
1410
|
name: string;
|
|
1410
1411
|
company: {
|
|
@@ -1415,7 +1416,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1415
1416
|
price: string;
|
|
1416
1417
|
discount: string;
|
|
1417
1418
|
custom_price: string;
|
|
1418
|
-
currency: string;
|
|
1419
1419
|
delivery_time: number;
|
|
1420
1420
|
delivery_range: {
|
|
1421
1421
|
id: string | number;
|
|
@@ -1463,6 +1463,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1463
1463
|
};
|
|
1464
1464
|
error?: string | undefined;
|
|
1465
1465
|
}, {
|
|
1466
|
+
currency: string;
|
|
1466
1467
|
id: number;
|
|
1467
1468
|
name: string;
|
|
1468
1469
|
company: {
|
|
@@ -1473,7 +1474,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1473
1474
|
price: string;
|
|
1474
1475
|
discount: string;
|
|
1475
1476
|
custom_price: string;
|
|
1476
|
-
currency: string;
|
|
1477
1477
|
delivery_time: number;
|
|
1478
1478
|
delivery_range: {
|
|
1479
1479
|
min: number;
|
|
@@ -1563,6 +1563,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1563
1563
|
service: string;
|
|
1564
1564
|
deliveryTime: number;
|
|
1565
1565
|
original: {
|
|
1566
|
+
currency: string;
|
|
1566
1567
|
id: number;
|
|
1567
1568
|
name: string;
|
|
1568
1569
|
company: {
|
|
@@ -1573,7 +1574,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1573
1574
|
price: string;
|
|
1574
1575
|
discount: string;
|
|
1575
1576
|
custom_price: string;
|
|
1576
|
-
currency: string;
|
|
1577
1577
|
delivery_time: number;
|
|
1578
1578
|
delivery_range: {
|
|
1579
1579
|
id: string | number;
|
|
@@ -1709,6 +1709,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1709
1709
|
service: string;
|
|
1710
1710
|
deliveryTime: number;
|
|
1711
1711
|
original: {
|
|
1712
|
+
currency: string;
|
|
1712
1713
|
id: number;
|
|
1713
1714
|
name: string;
|
|
1714
1715
|
company: {
|
|
@@ -1719,7 +1720,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1719
1720
|
price: string;
|
|
1720
1721
|
discount: string;
|
|
1721
1722
|
custom_price: string;
|
|
1722
|
-
currency: string;
|
|
1723
1723
|
delivery_time: number;
|
|
1724
1724
|
delivery_range: {
|
|
1725
1725
|
min: number;
|
|
@@ -2300,6 +2300,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2300
2300
|
picture: string;
|
|
2301
2301
|
}>;
|
|
2302
2302
|
}, "strip", z.ZodTypeAny, {
|
|
2303
|
+
currency: string;
|
|
2303
2304
|
id: number;
|
|
2304
2305
|
name: string;
|
|
2305
2306
|
company: {
|
|
@@ -2310,7 +2311,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2310
2311
|
price: string;
|
|
2311
2312
|
discount: string;
|
|
2312
2313
|
custom_price: string;
|
|
2313
|
-
currency: string;
|
|
2314
2314
|
delivery_time: number;
|
|
2315
2315
|
delivery_range: {
|
|
2316
2316
|
id: string | number;
|
|
@@ -2358,6 +2358,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2358
2358
|
};
|
|
2359
2359
|
error?: string | undefined;
|
|
2360
2360
|
}, {
|
|
2361
|
+
currency: string;
|
|
2361
2362
|
id: number;
|
|
2362
2363
|
name: string;
|
|
2363
2364
|
company: {
|
|
@@ -2368,7 +2369,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2368
2369
|
price: string;
|
|
2369
2370
|
discount: string;
|
|
2370
2371
|
custom_price: string;
|
|
2371
|
-
currency: string;
|
|
2372
2372
|
delivery_time: number;
|
|
2373
2373
|
delivery_range: {
|
|
2374
2374
|
min: number;
|
|
@@ -2458,6 +2458,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2458
2458
|
service: string;
|
|
2459
2459
|
deliveryTime: number;
|
|
2460
2460
|
original: {
|
|
2461
|
+
currency: string;
|
|
2461
2462
|
id: number;
|
|
2462
2463
|
name: string;
|
|
2463
2464
|
company: {
|
|
@@ -2468,7 +2469,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2468
2469
|
price: string;
|
|
2469
2470
|
discount: string;
|
|
2470
2471
|
custom_price: string;
|
|
2471
|
-
currency: string;
|
|
2472
2472
|
delivery_time: number;
|
|
2473
2473
|
delivery_range: {
|
|
2474
2474
|
id: string | number;
|
|
@@ -2604,6 +2604,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2604
2604
|
service: string;
|
|
2605
2605
|
deliveryTime: number;
|
|
2606
2606
|
original: {
|
|
2607
|
+
currency: string;
|
|
2607
2608
|
id: number;
|
|
2608
2609
|
name: string;
|
|
2609
2610
|
company: {
|
|
@@ -2614,7 +2615,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2614
2615
|
price: string;
|
|
2615
2616
|
discount: string;
|
|
2616
2617
|
custom_price: string;
|
|
2617
|
-
currency: string;
|
|
2618
2618
|
delivery_time: number;
|
|
2619
2619
|
delivery_range: {
|
|
2620
2620
|
min: number;
|
|
@@ -2780,9 +2780,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2780
2780
|
data_modificacao: string;
|
|
2781
2781
|
cliente: {
|
|
2782
2782
|
id: number;
|
|
2783
|
-
email: string;
|
|
2784
2783
|
nome: string;
|
|
2785
2784
|
cpf: string;
|
|
2785
|
+
email: string;
|
|
2786
2786
|
resource_uri: string;
|
|
2787
2787
|
sexo: string;
|
|
2788
2788
|
telefone_celular: string;
|
|
@@ -2880,8 +2880,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2880
2880
|
createdAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
2881
2881
|
updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
2882
2882
|
order?: number | null | undefined;
|
|
2883
|
-
warning?: string | undefined;
|
|
2884
|
-
tags?: string[] | undefined;
|
|
2885
2883
|
customShippingInfo?: {
|
|
2886
2884
|
length: number;
|
|
2887
2885
|
id: string | number;
|
|
@@ -2894,6 +2892,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2894
2892
|
name?: string | undefined;
|
|
2895
2893
|
insurance?: number | undefined;
|
|
2896
2894
|
} | undefined;
|
|
2895
|
+
tags?: string[] | undefined;
|
|
2897
2896
|
cliente_obs?: any;
|
|
2898
2897
|
cupom_desconto?: any;
|
|
2899
2898
|
id_anymarket?: any;
|
|
@@ -2908,6 +2907,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2908
2907
|
service: string;
|
|
2909
2908
|
deliveryTime: number;
|
|
2910
2909
|
original: {
|
|
2910
|
+
currency: string;
|
|
2911
2911
|
id: number;
|
|
2912
2912
|
name: string;
|
|
2913
2913
|
company: {
|
|
@@ -2918,7 +2918,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2918
2918
|
price: string;
|
|
2919
2919
|
discount: string;
|
|
2920
2920
|
custom_price: string;
|
|
2921
|
-
currency: string;
|
|
2922
2921
|
delivery_time: number;
|
|
2923
2922
|
delivery_range: {
|
|
2924
2923
|
id: string | number;
|
|
@@ -3055,6 +3054,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3055
3054
|
service: string;
|
|
3056
3055
|
deliveryTime: number;
|
|
3057
3056
|
original: {
|
|
3057
|
+
currency: string;
|
|
3058
3058
|
id: number;
|
|
3059
3059
|
name: string;
|
|
3060
3060
|
company: {
|
|
@@ -3065,7 +3065,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3065
3065
|
price: string;
|
|
3066
3066
|
discount: string;
|
|
3067
3067
|
custom_price: string;
|
|
3068
|
-
currency: string;
|
|
3069
3068
|
delivery_time: number;
|
|
3070
3069
|
delivery_range: {
|
|
3071
3070
|
id: string | number;
|
|
@@ -3195,6 +3194,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3195
3194
|
insurance?: number | undefined;
|
|
3196
3195
|
} | undefined;
|
|
3197
3196
|
}[] | undefined;
|
|
3197
|
+
warning?: string | undefined;
|
|
3198
3198
|
watching?: boolean | undefined;
|
|
3199
3199
|
useInApp?: Record<string, string[]> | undefined;
|
|
3200
3200
|
}, {
|
|
@@ -3229,9 +3229,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3229
3229
|
data_modificacao: string;
|
|
3230
3230
|
cliente: {
|
|
3231
3231
|
id: number;
|
|
3232
|
-
email: string;
|
|
3233
3232
|
nome: string;
|
|
3234
3233
|
cpf: string;
|
|
3234
|
+
email: string;
|
|
3235
3235
|
resource_uri: string;
|
|
3236
3236
|
sexo: string;
|
|
3237
3237
|
telefone_celular: string;
|
|
@@ -3330,8 +3330,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3330
3330
|
createdAt?: unknown;
|
|
3331
3331
|
updatedAt?: unknown;
|
|
3332
3332
|
order?: number | null | undefined;
|
|
3333
|
-
warning?: string | undefined;
|
|
3334
|
-
tags?: string[] | undefined;
|
|
3335
3333
|
customShippingInfo?: {
|
|
3336
3334
|
length: number;
|
|
3337
3335
|
weight: number;
|
|
@@ -3344,6 +3342,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3344
3342
|
name?: string | undefined;
|
|
3345
3343
|
insurance?: number | undefined;
|
|
3346
3344
|
} | undefined;
|
|
3345
|
+
tags?: string[] | undefined;
|
|
3347
3346
|
cliente_obs?: any;
|
|
3348
3347
|
cupom_desconto?: any;
|
|
3349
3348
|
id_anymarket?: any;
|
|
@@ -3358,6 +3357,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3358
3357
|
service: string;
|
|
3359
3358
|
deliveryTime: number;
|
|
3360
3359
|
original: {
|
|
3360
|
+
currency: string;
|
|
3361
3361
|
id: number;
|
|
3362
3362
|
name: string;
|
|
3363
3363
|
company: {
|
|
@@ -3368,7 +3368,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3368
3368
|
price: string;
|
|
3369
3369
|
discount: string;
|
|
3370
3370
|
custom_price: string;
|
|
3371
|
-
currency: string;
|
|
3372
3371
|
delivery_time: number;
|
|
3373
3372
|
delivery_range: {
|
|
3374
3373
|
min: number;
|
|
@@ -3505,6 +3504,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3505
3504
|
service: string;
|
|
3506
3505
|
deliveryTime: number;
|
|
3507
3506
|
original: {
|
|
3507
|
+
currency: string;
|
|
3508
3508
|
id: number;
|
|
3509
3509
|
name: string;
|
|
3510
3510
|
company: {
|
|
@@ -3515,7 +3515,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3515
3515
|
price: string;
|
|
3516
3516
|
discount: string;
|
|
3517
3517
|
custom_price: string;
|
|
3518
|
-
currency: string;
|
|
3519
3518
|
delivery_time: number;
|
|
3520
3519
|
delivery_range: {
|
|
3521
3520
|
min: number;
|
|
@@ -3645,6 +3644,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3645
3644
|
insurance?: number | undefined;
|
|
3646
3645
|
} | undefined;
|
|
3647
3646
|
}[] | undefined;
|
|
3647
|
+
warning?: string | undefined;
|
|
3648
3648
|
watching?: boolean | undefined;
|
|
3649
3649
|
useInApp?: Record<string, string[]> | undefined;
|
|
3650
3650
|
}>;
|
|
@@ -725,6 +725,7 @@ declare const ProductCompositionSchema: z.ZodLazy<z.ZodObject<z.objectUtil.exten
|
|
|
725
725
|
lastBoughtAt: z.ZodDefault<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodType<Timestamp, z.ZodTypeDef, Timestamp>, Timestamp, unknown>>>>>;
|
|
726
726
|
}, {
|
|
727
727
|
quantityComposition: z.ZodNumber;
|
|
728
|
+
subtractStock: z.ZodDefault<z.ZodBoolean>;
|
|
728
729
|
}>, "strip", z.ZodTypeAny, {
|
|
729
730
|
id: string | number;
|
|
730
731
|
resource_uri: string;
|
|
@@ -786,6 +787,7 @@ declare const ProductCompositionSchema: z.ZodLazy<z.ZodObject<z.objectUtil.exten
|
|
|
786
787
|
fastShipping: boolean;
|
|
787
788
|
lastBoughtAt: Timestamp | null;
|
|
788
789
|
quantityComposition: number;
|
|
790
|
+
subtractStock: boolean;
|
|
789
791
|
createdAt?: Timestamp | null | undefined;
|
|
790
792
|
updatedAt?: Timestamp | null | undefined;
|
|
791
793
|
order?: number | null | undefined;
|
|
@@ -917,6 +919,7 @@ declare const ProductCompositionSchema: z.ZodLazy<z.ZodObject<z.objectUtil.exten
|
|
|
917
919
|
fastShipping?: boolean | undefined;
|
|
918
920
|
realStock?: number | undefined;
|
|
919
921
|
lastBoughtAt?: unknown;
|
|
922
|
+
subtractStock?: boolean | undefined;
|
|
920
923
|
}>>;
|
|
921
924
|
declare const ProductSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
922
925
|
id: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, string | number, unknown>;
|
|
@@ -1304,6 +1307,7 @@ declare const ProductSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
1304
1307
|
lastBoughtAt: z.ZodDefault<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodType<Timestamp, z.ZodTypeDef, Timestamp>, Timestamp, unknown>>>>>;
|
|
1305
1308
|
}, {
|
|
1306
1309
|
quantityComposition: z.ZodNumber;
|
|
1310
|
+
subtractStock: z.ZodDefault<z.ZodBoolean>;
|
|
1307
1311
|
}>, "strip", z.ZodTypeAny, {
|
|
1308
1312
|
id: string | number;
|
|
1309
1313
|
resource_uri: string;
|
|
@@ -1365,6 +1369,7 @@ declare const ProductSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
1365
1369
|
fastShipping: boolean;
|
|
1366
1370
|
lastBoughtAt: Timestamp | null;
|
|
1367
1371
|
quantityComposition: number;
|
|
1372
|
+
subtractStock: boolean;
|
|
1368
1373
|
createdAt?: Timestamp | null | undefined;
|
|
1369
1374
|
updatedAt?: Timestamp | null | undefined;
|
|
1370
1375
|
order?: number | null | undefined;
|
|
@@ -1496,6 +1501,7 @@ declare const ProductSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
1496
1501
|
fastShipping?: boolean | undefined;
|
|
1497
1502
|
realStock?: number | undefined;
|
|
1498
1503
|
lastBoughtAt?: unknown;
|
|
1504
|
+
subtractStock?: boolean | undefined;
|
|
1499
1505
|
}>>, "many">>;
|
|
1500
1506
|
}>, "strip", z.ZodTypeAny, {
|
|
1501
1507
|
id: string | number;
|
|
@@ -1653,6 +1659,7 @@ declare const ProductSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
1653
1659
|
fastShipping: boolean;
|
|
1654
1660
|
lastBoughtAt: Timestamp | null;
|
|
1655
1661
|
quantityComposition: number;
|
|
1662
|
+
subtractStock: boolean;
|
|
1656
1663
|
createdAt?: Timestamp | null | undefined;
|
|
1657
1664
|
updatedAt?: Timestamp | null | undefined;
|
|
1658
1665
|
order?: number | null | undefined;
|
|
@@ -1880,6 +1887,7 @@ declare const ProductSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
1880
1887
|
fastShipping?: boolean | undefined;
|
|
1881
1888
|
realStock?: number | undefined;
|
|
1882
1889
|
lastBoughtAt?: unknown;
|
|
1890
|
+
subtractStock?: boolean | undefined;
|
|
1883
1891
|
}[] | undefined;
|
|
1884
1892
|
}>;
|
|
1885
1893
|
type Product = z.infer<typeof ProductSchema>;
|