@_henriquewilson/gabirubi-domain 1.3.91 → 1.3.92
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 +58 -58
- package/dist/model/integrada/order.d.ts +58 -58
- 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 +10 -10
- package/dist/model/melhorenvio/calculate.d.ts +10 -10
- package/dist/model/melhorenvio/order.d.mts +30 -30
- package/dist/model/melhorenvio/order.d.ts +30 -30
- package/dist/model/store/shipping.d.mts +16 -16
- package/dist/model/store/shipping.d.ts +16 -16
- package/dist/util/firestore.util.d.mts +1 -1
- package/dist/util/firestore.util.d.ts +1 -1
- package/dist/util/firestore.util.js.map +1 -1
- package/dist/util/firestore.util.mjs.map +1 -1
- 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;
|
|
17
18
|
nome: string;
|
|
18
19
|
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;
|
|
29
30
|
nome: string;
|
|
30
31
|
cpf: string;
|
|
31
|
-
email: string;
|
|
32
32
|
resource_uri: string;
|
|
33
33
|
sexo: string;
|
|
34
34
|
telefone_celular: string;
|
|
@@ -599,9 +599,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
599
599
|
telefone_principal: z.ZodString;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
601
|
id: number;
|
|
602
|
+
email: string;
|
|
602
603
|
nome: string;
|
|
603
604
|
cpf: string;
|
|
604
|
-
email: string;
|
|
605
605
|
resource_uri: string;
|
|
606
606
|
sexo: string;
|
|
607
607
|
telefone_celular: string;
|
|
@@ -611,9 +611,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
611
611
|
razao_social?: any;
|
|
612
612
|
}, {
|
|
613
613
|
id: number;
|
|
614
|
+
email: string;
|
|
614
615
|
nome: string;
|
|
615
616
|
cpf: string;
|
|
616
|
-
email: string;
|
|
617
617
|
resource_uri: string;
|
|
618
618
|
sexo: string;
|
|
619
619
|
telefone_celular: string;
|
|
@@ -1472,9 +1472,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1472
1472
|
height: number;
|
|
1473
1473
|
}>;
|
|
1474
1474
|
}, "strip", z.ZodTypeAny, {
|
|
1475
|
+
price: string;
|
|
1475
1476
|
weight: string;
|
|
1476
1477
|
insurance_value: string;
|
|
1477
|
-
price: string;
|
|
1478
1478
|
discount: string;
|
|
1479
1479
|
format: string;
|
|
1480
1480
|
products: {
|
|
@@ -1487,9 +1487,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1487
1487
|
height: number;
|
|
1488
1488
|
};
|
|
1489
1489
|
}, {
|
|
1490
|
+
price: string;
|
|
1490
1491
|
weight: string;
|
|
1491
1492
|
insurance_value: string;
|
|
1492
|
-
price: string;
|
|
1493
1493
|
discount: string;
|
|
1494
1494
|
format: string;
|
|
1495
1495
|
products: {
|
|
@@ -1551,17 +1551,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1551
1551
|
picture: string;
|
|
1552
1552
|
}>;
|
|
1553
1553
|
}, "strip", z.ZodTypeAny, {
|
|
1554
|
-
currency: string;
|
|
1555
1554
|
id: number;
|
|
1555
|
+
price: string;
|
|
1556
1556
|
name: string;
|
|
1557
1557
|
company: {
|
|
1558
1558
|
id: number;
|
|
1559
1559
|
name: string;
|
|
1560
1560
|
picture: string;
|
|
1561
1561
|
};
|
|
1562
|
-
price: string;
|
|
1563
1562
|
discount: string;
|
|
1564
1563
|
custom_price: string;
|
|
1564
|
+
currency: string;
|
|
1565
1565
|
delivery_time: number;
|
|
1566
1566
|
delivery_range: {
|
|
1567
1567
|
id: string | number;
|
|
@@ -1581,9 +1581,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1581
1581
|
order?: number | null | undefined;
|
|
1582
1582
|
};
|
|
1583
1583
|
packages: {
|
|
1584
|
+
price: string;
|
|
1584
1585
|
weight: string;
|
|
1585
1586
|
insurance_value: string;
|
|
1586
|
-
price: string;
|
|
1587
1587
|
discount: string;
|
|
1588
1588
|
format: string;
|
|
1589
1589
|
products: {
|
|
@@ -1609,17 +1609,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1609
1609
|
};
|
|
1610
1610
|
error?: string | undefined;
|
|
1611
1611
|
}, {
|
|
1612
|
-
currency: string;
|
|
1613
1612
|
id: number;
|
|
1613
|
+
price: string;
|
|
1614
1614
|
name: string;
|
|
1615
1615
|
company: {
|
|
1616
1616
|
id: number;
|
|
1617
1617
|
name: string;
|
|
1618
1618
|
picture: string;
|
|
1619
1619
|
};
|
|
1620
|
-
price: string;
|
|
1621
1620
|
discount: string;
|
|
1622
1621
|
custom_price: string;
|
|
1622
|
+
currency: string;
|
|
1623
1623
|
delivery_time: number;
|
|
1624
1624
|
delivery_range: {
|
|
1625
1625
|
min: number;
|
|
@@ -1639,9 +1639,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1639
1639
|
order?: number | null | undefined;
|
|
1640
1640
|
};
|
|
1641
1641
|
packages: {
|
|
1642
|
+
price: string;
|
|
1642
1643
|
weight: string;
|
|
1643
1644
|
insurance_value: string;
|
|
1644
|
-
price: string;
|
|
1645
1645
|
discount: string;
|
|
1646
1646
|
format: string;
|
|
1647
1647
|
products: {
|
|
@@ -1704,22 +1704,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1704
1704
|
}>>;
|
|
1705
1705
|
}>, "strip", z.ZodTypeAny, {
|
|
1706
1706
|
id: string | number;
|
|
1707
|
-
company: string;
|
|
1708
1707
|
price: number;
|
|
1708
|
+
company: string;
|
|
1709
1709
|
service: string;
|
|
1710
1710
|
deliveryTime: number;
|
|
1711
1711
|
original: {
|
|
1712
|
-
currency: string;
|
|
1713
1712
|
id: number;
|
|
1713
|
+
price: string;
|
|
1714
1714
|
name: string;
|
|
1715
1715
|
company: {
|
|
1716
1716
|
id: number;
|
|
1717
1717
|
name: string;
|
|
1718
1718
|
picture: string;
|
|
1719
1719
|
};
|
|
1720
|
-
price: string;
|
|
1721
1720
|
discount: string;
|
|
1722
1721
|
custom_price: string;
|
|
1722
|
+
currency: string;
|
|
1723
1723
|
delivery_time: number;
|
|
1724
1724
|
delivery_range: {
|
|
1725
1725
|
id: string | number;
|
|
@@ -1739,9 +1739,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1739
1739
|
order?: number | null | undefined;
|
|
1740
1740
|
};
|
|
1741
1741
|
packages: {
|
|
1742
|
+
price: string;
|
|
1742
1743
|
weight: string;
|
|
1743
1744
|
insurance_value: string;
|
|
1744
|
-
price: string;
|
|
1745
1745
|
discount: string;
|
|
1746
1746
|
format: string;
|
|
1747
1747
|
products: {
|
|
@@ -1850,22 +1850,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1850
1850
|
} | undefined;
|
|
1851
1851
|
}, {
|
|
1852
1852
|
id: string | number;
|
|
1853
|
-
company: string;
|
|
1854
1853
|
price: number;
|
|
1854
|
+
company: string;
|
|
1855
1855
|
service: string;
|
|
1856
1856
|
deliveryTime: number;
|
|
1857
1857
|
original: {
|
|
1858
|
-
currency: string;
|
|
1859
1858
|
id: number;
|
|
1859
|
+
price: string;
|
|
1860
1860
|
name: string;
|
|
1861
1861
|
company: {
|
|
1862
1862
|
id: number;
|
|
1863
1863
|
name: string;
|
|
1864
1864
|
picture: string;
|
|
1865
1865
|
};
|
|
1866
|
-
price: string;
|
|
1867
1866
|
discount: string;
|
|
1868
1867
|
custom_price: string;
|
|
1868
|
+
currency: string;
|
|
1869
1869
|
delivery_time: number;
|
|
1870
1870
|
delivery_range: {
|
|
1871
1871
|
min: number;
|
|
@@ -1885,9 +1885,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1885
1885
|
order?: number | null | undefined;
|
|
1886
1886
|
};
|
|
1887
1887
|
packages: {
|
|
1888
|
+
price: string;
|
|
1888
1889
|
weight: string;
|
|
1889
1890
|
insurance_value: string;
|
|
1890
|
-
price: string;
|
|
1891
1891
|
discount: string;
|
|
1892
1892
|
format: string;
|
|
1893
1893
|
products: {
|
|
@@ -2367,9 +2367,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2367
2367
|
height: number;
|
|
2368
2368
|
}>;
|
|
2369
2369
|
}, "strip", z.ZodTypeAny, {
|
|
2370
|
+
price: string;
|
|
2370
2371
|
weight: string;
|
|
2371
2372
|
insurance_value: string;
|
|
2372
|
-
price: string;
|
|
2373
2373
|
discount: string;
|
|
2374
2374
|
format: string;
|
|
2375
2375
|
products: {
|
|
@@ -2382,9 +2382,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2382
2382
|
height: number;
|
|
2383
2383
|
};
|
|
2384
2384
|
}, {
|
|
2385
|
+
price: string;
|
|
2385
2386
|
weight: string;
|
|
2386
2387
|
insurance_value: string;
|
|
2387
|
-
price: string;
|
|
2388
2388
|
discount: string;
|
|
2389
2389
|
format: string;
|
|
2390
2390
|
products: {
|
|
@@ -2446,17 +2446,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2446
2446
|
picture: string;
|
|
2447
2447
|
}>;
|
|
2448
2448
|
}, "strip", z.ZodTypeAny, {
|
|
2449
|
-
currency: string;
|
|
2450
2449
|
id: number;
|
|
2450
|
+
price: string;
|
|
2451
2451
|
name: string;
|
|
2452
2452
|
company: {
|
|
2453
2453
|
id: number;
|
|
2454
2454
|
name: string;
|
|
2455
2455
|
picture: string;
|
|
2456
2456
|
};
|
|
2457
|
-
price: string;
|
|
2458
2457
|
discount: string;
|
|
2459
2458
|
custom_price: string;
|
|
2459
|
+
currency: string;
|
|
2460
2460
|
delivery_time: number;
|
|
2461
2461
|
delivery_range: {
|
|
2462
2462
|
id: string | number;
|
|
@@ -2476,9 +2476,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2476
2476
|
order?: number | null | undefined;
|
|
2477
2477
|
};
|
|
2478
2478
|
packages: {
|
|
2479
|
+
price: string;
|
|
2479
2480
|
weight: string;
|
|
2480
2481
|
insurance_value: string;
|
|
2481
|
-
price: string;
|
|
2482
2482
|
discount: string;
|
|
2483
2483
|
format: string;
|
|
2484
2484
|
products: {
|
|
@@ -2504,17 +2504,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2504
2504
|
};
|
|
2505
2505
|
error?: string | undefined;
|
|
2506
2506
|
}, {
|
|
2507
|
-
currency: string;
|
|
2508
2507
|
id: number;
|
|
2508
|
+
price: string;
|
|
2509
2509
|
name: string;
|
|
2510
2510
|
company: {
|
|
2511
2511
|
id: number;
|
|
2512
2512
|
name: string;
|
|
2513
2513
|
picture: string;
|
|
2514
2514
|
};
|
|
2515
|
-
price: string;
|
|
2516
2515
|
discount: string;
|
|
2517
2516
|
custom_price: string;
|
|
2517
|
+
currency: string;
|
|
2518
2518
|
delivery_time: number;
|
|
2519
2519
|
delivery_range: {
|
|
2520
2520
|
min: number;
|
|
@@ -2534,9 +2534,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2534
2534
|
order?: number | null | undefined;
|
|
2535
2535
|
};
|
|
2536
2536
|
packages: {
|
|
2537
|
+
price: string;
|
|
2537
2538
|
weight: string;
|
|
2538
2539
|
insurance_value: string;
|
|
2539
|
-
price: string;
|
|
2540
2540
|
discount: string;
|
|
2541
2541
|
format: string;
|
|
2542
2542
|
products: {
|
|
@@ -2599,22 +2599,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2599
2599
|
}>>;
|
|
2600
2600
|
}>, "strip", z.ZodTypeAny, {
|
|
2601
2601
|
id: string | number;
|
|
2602
|
-
company: string;
|
|
2603
2602
|
price: number;
|
|
2603
|
+
company: string;
|
|
2604
2604
|
service: string;
|
|
2605
2605
|
deliveryTime: number;
|
|
2606
2606
|
original: {
|
|
2607
|
-
currency: string;
|
|
2608
2607
|
id: number;
|
|
2608
|
+
price: string;
|
|
2609
2609
|
name: string;
|
|
2610
2610
|
company: {
|
|
2611
2611
|
id: number;
|
|
2612
2612
|
name: string;
|
|
2613
2613
|
picture: string;
|
|
2614
2614
|
};
|
|
2615
|
-
price: string;
|
|
2616
2615
|
discount: string;
|
|
2617
2616
|
custom_price: string;
|
|
2617
|
+
currency: string;
|
|
2618
2618
|
delivery_time: number;
|
|
2619
2619
|
delivery_range: {
|
|
2620
2620
|
id: string | number;
|
|
@@ -2634,9 +2634,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2634
2634
|
order?: number | null | undefined;
|
|
2635
2635
|
};
|
|
2636
2636
|
packages: {
|
|
2637
|
+
price: string;
|
|
2637
2638
|
weight: string;
|
|
2638
2639
|
insurance_value: string;
|
|
2639
|
-
price: string;
|
|
2640
2640
|
discount: string;
|
|
2641
2641
|
format: string;
|
|
2642
2642
|
products: {
|
|
@@ -2745,22 +2745,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2745
2745
|
} | undefined;
|
|
2746
2746
|
}, {
|
|
2747
2747
|
id: string | number;
|
|
2748
|
-
company: string;
|
|
2749
2748
|
price: number;
|
|
2749
|
+
company: string;
|
|
2750
2750
|
service: string;
|
|
2751
2751
|
deliveryTime: number;
|
|
2752
2752
|
original: {
|
|
2753
|
-
currency: string;
|
|
2754
2753
|
id: number;
|
|
2754
|
+
price: string;
|
|
2755
2755
|
name: string;
|
|
2756
2756
|
company: {
|
|
2757
2757
|
id: number;
|
|
2758
2758
|
name: string;
|
|
2759
2759
|
picture: string;
|
|
2760
2760
|
};
|
|
2761
|
-
price: string;
|
|
2762
2761
|
discount: string;
|
|
2763
2762
|
custom_price: string;
|
|
2763
|
+
currency: string;
|
|
2764
2764
|
delivery_time: number;
|
|
2765
2765
|
delivery_range: {
|
|
2766
2766
|
min: number;
|
|
@@ -2780,9 +2780,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2780
2780
|
order?: number | null | undefined;
|
|
2781
2781
|
};
|
|
2782
2782
|
packages: {
|
|
2783
|
+
price: string;
|
|
2783
2784
|
weight: string;
|
|
2784
2785
|
insurance_value: string;
|
|
2785
|
-
price: string;
|
|
2786
2786
|
discount: string;
|
|
2787
2787
|
format: string;
|
|
2788
2788
|
products: {
|
|
@@ -2926,9 +2926,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2926
2926
|
data_modificacao: string;
|
|
2927
2927
|
cliente: {
|
|
2928
2928
|
id: number;
|
|
2929
|
+
email: string;
|
|
2929
2930
|
nome: string;
|
|
2930
2931
|
cpf: string;
|
|
2931
|
-
email: string;
|
|
2932
2932
|
resource_uri: string;
|
|
2933
2933
|
sexo: string;
|
|
2934
2934
|
telefone_celular: string;
|
|
@@ -3026,6 +3026,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3026
3026
|
createdAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
3027
3027
|
updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
3028
3028
|
order?: number | null | undefined;
|
|
3029
|
+
warning?: string | undefined;
|
|
3030
|
+
tags?: string[] | undefined;
|
|
3029
3031
|
customShippingInfo?: {
|
|
3030
3032
|
length: number;
|
|
3031
3033
|
id: string | number;
|
|
@@ -3038,7 +3040,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3038
3040
|
name?: string | undefined;
|
|
3039
3041
|
insurance?: number | undefined;
|
|
3040
3042
|
} | undefined;
|
|
3041
|
-
tags?: string[] | undefined;
|
|
3042
3043
|
id_externo?: any;
|
|
3043
3044
|
cliente_obs?: any;
|
|
3044
3045
|
cupom_desconto?: {
|
|
@@ -3072,22 +3073,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3072
3073
|
utm_campaign?: any;
|
|
3073
3074
|
shippingCalculate?: {
|
|
3074
3075
|
id: string | number;
|
|
3075
|
-
company: string;
|
|
3076
3076
|
price: number;
|
|
3077
|
+
company: string;
|
|
3077
3078
|
service: string;
|
|
3078
3079
|
deliveryTime: number;
|
|
3079
3080
|
original: {
|
|
3080
|
-
currency: string;
|
|
3081
3081
|
id: number;
|
|
3082
|
+
price: string;
|
|
3082
3083
|
name: string;
|
|
3083
3084
|
company: {
|
|
3084
3085
|
id: number;
|
|
3085
3086
|
name: string;
|
|
3086
3087
|
picture: string;
|
|
3087
3088
|
};
|
|
3088
|
-
price: string;
|
|
3089
3089
|
discount: string;
|
|
3090
3090
|
custom_price: string;
|
|
3091
|
+
currency: string;
|
|
3091
3092
|
delivery_time: number;
|
|
3092
3093
|
delivery_range: {
|
|
3093
3094
|
id: string | number;
|
|
@@ -3107,9 +3108,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3107
3108
|
order?: number | null | undefined;
|
|
3108
3109
|
};
|
|
3109
3110
|
packages: {
|
|
3111
|
+
price: string;
|
|
3110
3112
|
weight: string;
|
|
3111
3113
|
insurance_value: string;
|
|
3112
|
-
price: string;
|
|
3113
3114
|
discount: string;
|
|
3114
3115
|
format: string;
|
|
3115
3116
|
products: {
|
|
@@ -3219,22 +3220,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3219
3220
|
} | undefined;
|
|
3220
3221
|
allShippingCalculates?: {
|
|
3221
3222
|
id: string | number;
|
|
3222
|
-
company: string;
|
|
3223
3223
|
price: number;
|
|
3224
|
+
company: string;
|
|
3224
3225
|
service: string;
|
|
3225
3226
|
deliveryTime: number;
|
|
3226
3227
|
original: {
|
|
3227
|
-
currency: string;
|
|
3228
3228
|
id: number;
|
|
3229
|
+
price: string;
|
|
3229
3230
|
name: string;
|
|
3230
3231
|
company: {
|
|
3231
3232
|
id: number;
|
|
3232
3233
|
name: string;
|
|
3233
3234
|
picture: string;
|
|
3234
3235
|
};
|
|
3235
|
-
price: string;
|
|
3236
3236
|
discount: string;
|
|
3237
3237
|
custom_price: string;
|
|
3238
|
+
currency: string;
|
|
3238
3239
|
delivery_time: number;
|
|
3239
3240
|
delivery_range: {
|
|
3240
3241
|
id: string | number;
|
|
@@ -3254,9 +3255,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3254
3255
|
order?: number | null | undefined;
|
|
3255
3256
|
};
|
|
3256
3257
|
packages: {
|
|
3258
|
+
price: string;
|
|
3257
3259
|
weight: string;
|
|
3258
3260
|
insurance_value: string;
|
|
3259
|
-
price: string;
|
|
3260
3261
|
discount: string;
|
|
3261
3262
|
format: string;
|
|
3262
3263
|
products: {
|
|
@@ -3364,7 +3365,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3364
3365
|
insurance?: number | undefined;
|
|
3365
3366
|
} | undefined;
|
|
3366
3367
|
}[] | undefined;
|
|
3367
|
-
warning?: string | undefined;
|
|
3368
3368
|
watching?: boolean | undefined;
|
|
3369
3369
|
useInApp?: Record<string, string[]> | undefined;
|
|
3370
3370
|
}, {
|
|
@@ -3399,9 +3399,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3399
3399
|
data_modificacao: string;
|
|
3400
3400
|
cliente: {
|
|
3401
3401
|
id: number;
|
|
3402
|
+
email: string;
|
|
3402
3403
|
nome: string;
|
|
3403
3404
|
cpf: string;
|
|
3404
|
-
email: string;
|
|
3405
3405
|
resource_uri: string;
|
|
3406
3406
|
sexo: string;
|
|
3407
3407
|
telefone_celular: string;
|
|
@@ -3500,6 +3500,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3500
3500
|
createdAt?: unknown;
|
|
3501
3501
|
updatedAt?: unknown;
|
|
3502
3502
|
order?: number | null | undefined;
|
|
3503
|
+
warning?: string | undefined;
|
|
3504
|
+
tags?: string[] | undefined;
|
|
3503
3505
|
customShippingInfo?: {
|
|
3504
3506
|
length: number;
|
|
3505
3507
|
weight: number;
|
|
@@ -3512,7 +3514,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3512
3514
|
name?: string | undefined;
|
|
3513
3515
|
insurance?: number | undefined;
|
|
3514
3516
|
} | undefined;
|
|
3515
|
-
tags?: string[] | undefined;
|
|
3516
3517
|
id_externo?: any;
|
|
3517
3518
|
cliente_obs?: any;
|
|
3518
3519
|
cupom_desconto?: {
|
|
@@ -3546,22 +3547,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3546
3547
|
utm_campaign?: any;
|
|
3547
3548
|
shippingCalculate?: {
|
|
3548
3549
|
id: string | number;
|
|
3549
|
-
company: string;
|
|
3550
3550
|
price: number;
|
|
3551
|
+
company: string;
|
|
3551
3552
|
service: string;
|
|
3552
3553
|
deliveryTime: number;
|
|
3553
3554
|
original: {
|
|
3554
|
-
currency: string;
|
|
3555
3555
|
id: number;
|
|
3556
|
+
price: string;
|
|
3556
3557
|
name: string;
|
|
3557
3558
|
company: {
|
|
3558
3559
|
id: number;
|
|
3559
3560
|
name: string;
|
|
3560
3561
|
picture: string;
|
|
3561
3562
|
};
|
|
3562
|
-
price: string;
|
|
3563
3563
|
discount: string;
|
|
3564
3564
|
custom_price: string;
|
|
3565
|
+
currency: string;
|
|
3565
3566
|
delivery_time: number;
|
|
3566
3567
|
delivery_range: {
|
|
3567
3568
|
min: number;
|
|
@@ -3581,9 +3582,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3581
3582
|
order?: number | null | undefined;
|
|
3582
3583
|
};
|
|
3583
3584
|
packages: {
|
|
3585
|
+
price: string;
|
|
3584
3586
|
weight: string;
|
|
3585
3587
|
insurance_value: string;
|
|
3586
|
-
price: string;
|
|
3587
3588
|
discount: string;
|
|
3588
3589
|
format: string;
|
|
3589
3590
|
products: {
|
|
@@ -3693,22 +3694,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3693
3694
|
} | undefined;
|
|
3694
3695
|
allShippingCalculates?: {
|
|
3695
3696
|
id: string | number;
|
|
3696
|
-
company: string;
|
|
3697
3697
|
price: number;
|
|
3698
|
+
company: string;
|
|
3698
3699
|
service: string;
|
|
3699
3700
|
deliveryTime: number;
|
|
3700
3701
|
original: {
|
|
3701
|
-
currency: string;
|
|
3702
3702
|
id: number;
|
|
3703
|
+
price: string;
|
|
3703
3704
|
name: string;
|
|
3704
3705
|
company: {
|
|
3705
3706
|
id: number;
|
|
3706
3707
|
name: string;
|
|
3707
3708
|
picture: string;
|
|
3708
3709
|
};
|
|
3709
|
-
price: string;
|
|
3710
3710
|
discount: string;
|
|
3711
3711
|
custom_price: string;
|
|
3712
|
+
currency: string;
|
|
3712
3713
|
delivery_time: number;
|
|
3713
3714
|
delivery_range: {
|
|
3714
3715
|
min: number;
|
|
@@ -3728,9 +3729,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3728
3729
|
order?: number | null | undefined;
|
|
3729
3730
|
};
|
|
3730
3731
|
packages: {
|
|
3732
|
+
price: string;
|
|
3731
3733
|
weight: string;
|
|
3732
3734
|
insurance_value: string;
|
|
3733
|
-
price: string;
|
|
3734
3735
|
discount: string;
|
|
3735
3736
|
format: string;
|
|
3736
3737
|
products: {
|
|
@@ -3838,7 +3839,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3838
3839
|
insurance?: number | undefined;
|
|
3839
3840
|
} | undefined;
|
|
3840
3841
|
}[] | undefined;
|
|
3841
|
-
warning?: string | undefined;
|
|
3842
3842
|
watching?: boolean | undefined;
|
|
3843
3843
|
useInApp?: Record<string, string[]> | undefined;
|
|
3844
3844
|
}>;
|