@_henriquewilson/gabirubi-domain 1.3.48 → 1.3.49
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/intercom/conversation.d.mts +325 -325
- package/dist/model/intercom/conversation.d.ts +325 -325
- package/dist/model/intercom/hook.d.mts +3211 -3211
- package/dist/model/intercom/hook.d.ts +3211 -3211
- package/dist/model/journey.d.mts +8 -8
- package/dist/model/journey.d.ts +8 -8
- package/dist/model/journey.js +1 -1
- package/dist/model/journey.js.map +1 -1
- package/dist/model/journey.mjs +1 -1
- package/dist/model/journey.mjs.map +1 -1
- 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/test/activity.test.js +1 -1
- package/dist/test/activity.test.js.map +1 -1
- package/dist/test/activity.test.mjs +1 -1
- package/dist/test/activity.test.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;
|
|
@@ -526,9 +526,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
526
526
|
telefone_principal: z.ZodString;
|
|
527
527
|
}, "strip", z.ZodTypeAny, {
|
|
528
528
|
id: number;
|
|
529
|
+
email: string;
|
|
529
530
|
nome: string;
|
|
530
531
|
cpf: string;
|
|
531
|
-
email: string;
|
|
532
532
|
resource_uri: string;
|
|
533
533
|
sexo: string;
|
|
534
534
|
telefone_celular: string;
|
|
@@ -538,9 +538,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
538
538
|
razao_social?: any;
|
|
539
539
|
}, {
|
|
540
540
|
id: number;
|
|
541
|
+
email: string;
|
|
541
542
|
nome: string;
|
|
542
543
|
cpf: string;
|
|
543
|
-
email: string;
|
|
544
544
|
resource_uri: string;
|
|
545
545
|
sexo: string;
|
|
546
546
|
telefone_celular: string;
|
|
@@ -1327,9 +1327,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1327
1327
|
height: number;
|
|
1328
1328
|
}>;
|
|
1329
1329
|
}, "strip", z.ZodTypeAny, {
|
|
1330
|
+
price: string;
|
|
1330
1331
|
weight: string;
|
|
1331
1332
|
insurance_value: string;
|
|
1332
|
-
price: string;
|
|
1333
1333
|
discount: string;
|
|
1334
1334
|
format: string;
|
|
1335
1335
|
products: {
|
|
@@ -1342,9 +1342,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1342
1342
|
height: number;
|
|
1343
1343
|
};
|
|
1344
1344
|
}, {
|
|
1345
|
+
price: string;
|
|
1345
1346
|
weight: string;
|
|
1346
1347
|
insurance_value: string;
|
|
1347
|
-
price: string;
|
|
1348
1348
|
discount: string;
|
|
1349
1349
|
format: string;
|
|
1350
1350
|
products: {
|
|
@@ -1406,17 +1406,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1406
1406
|
picture: string;
|
|
1407
1407
|
}>;
|
|
1408
1408
|
}, "strip", z.ZodTypeAny, {
|
|
1409
|
-
currency: string;
|
|
1410
1409
|
id: number;
|
|
1410
|
+
price: string;
|
|
1411
1411
|
name: string;
|
|
1412
1412
|
company: {
|
|
1413
1413
|
id: number;
|
|
1414
1414
|
name: string;
|
|
1415
1415
|
picture: string;
|
|
1416
1416
|
};
|
|
1417
|
-
price: string;
|
|
1418
1417
|
discount: string;
|
|
1419
1418
|
custom_price: string;
|
|
1419
|
+
currency: string;
|
|
1420
1420
|
delivery_time: number;
|
|
1421
1421
|
delivery_range: {
|
|
1422
1422
|
id: string | number;
|
|
@@ -1436,9 +1436,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1436
1436
|
order?: number | null | undefined;
|
|
1437
1437
|
};
|
|
1438
1438
|
packages: {
|
|
1439
|
+
price: string;
|
|
1439
1440
|
weight: string;
|
|
1440
1441
|
insurance_value: string;
|
|
1441
|
-
price: string;
|
|
1442
1442
|
discount: string;
|
|
1443
1443
|
format: string;
|
|
1444
1444
|
products: {
|
|
@@ -1464,17 +1464,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1464
1464
|
};
|
|
1465
1465
|
error?: string | undefined;
|
|
1466
1466
|
}, {
|
|
1467
|
-
currency: string;
|
|
1468
1467
|
id: number;
|
|
1468
|
+
price: string;
|
|
1469
1469
|
name: string;
|
|
1470
1470
|
company: {
|
|
1471
1471
|
id: number;
|
|
1472
1472
|
name: string;
|
|
1473
1473
|
picture: string;
|
|
1474
1474
|
};
|
|
1475
|
-
price: string;
|
|
1476
1475
|
discount: string;
|
|
1477
1476
|
custom_price: string;
|
|
1477
|
+
currency: string;
|
|
1478
1478
|
delivery_time: number;
|
|
1479
1479
|
delivery_range: {
|
|
1480
1480
|
min: number;
|
|
@@ -1494,9 +1494,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1494
1494
|
order?: number | null | undefined;
|
|
1495
1495
|
};
|
|
1496
1496
|
packages: {
|
|
1497
|
+
price: string;
|
|
1497
1498
|
weight: string;
|
|
1498
1499
|
insurance_value: string;
|
|
1499
|
-
price: string;
|
|
1500
1500
|
discount: string;
|
|
1501
1501
|
format: string;
|
|
1502
1502
|
products: {
|
|
@@ -1559,22 +1559,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1559
1559
|
}>>;
|
|
1560
1560
|
}>, "strip", z.ZodTypeAny, {
|
|
1561
1561
|
id: string | number;
|
|
1562
|
-
company: string;
|
|
1563
1562
|
price: number;
|
|
1563
|
+
company: string;
|
|
1564
1564
|
service: string;
|
|
1565
1565
|
deliveryTime: number;
|
|
1566
1566
|
original: {
|
|
1567
|
-
currency: string;
|
|
1568
1567
|
id: number;
|
|
1568
|
+
price: string;
|
|
1569
1569
|
name: string;
|
|
1570
1570
|
company: {
|
|
1571
1571
|
id: number;
|
|
1572
1572
|
name: string;
|
|
1573
1573
|
picture: string;
|
|
1574
1574
|
};
|
|
1575
|
-
price: string;
|
|
1576
1575
|
discount: string;
|
|
1577
1576
|
custom_price: string;
|
|
1577
|
+
currency: string;
|
|
1578
1578
|
delivery_time: number;
|
|
1579
1579
|
delivery_range: {
|
|
1580
1580
|
id: string | number;
|
|
@@ -1594,9 +1594,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1594
1594
|
order?: number | null | undefined;
|
|
1595
1595
|
};
|
|
1596
1596
|
packages: {
|
|
1597
|
+
price: string;
|
|
1597
1598
|
weight: string;
|
|
1598
1599
|
insurance_value: string;
|
|
1599
|
-
price: string;
|
|
1600
1600
|
discount: string;
|
|
1601
1601
|
format: string;
|
|
1602
1602
|
products: {
|
|
@@ -1705,22 +1705,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1705
1705
|
} | undefined;
|
|
1706
1706
|
}, {
|
|
1707
1707
|
id: string | number;
|
|
1708
|
-
company: string;
|
|
1709
1708
|
price: number;
|
|
1709
|
+
company: string;
|
|
1710
1710
|
service: string;
|
|
1711
1711
|
deliveryTime: number;
|
|
1712
1712
|
original: {
|
|
1713
|
-
currency: string;
|
|
1714
1713
|
id: number;
|
|
1714
|
+
price: string;
|
|
1715
1715
|
name: string;
|
|
1716
1716
|
company: {
|
|
1717
1717
|
id: number;
|
|
1718
1718
|
name: string;
|
|
1719
1719
|
picture: string;
|
|
1720
1720
|
};
|
|
1721
|
-
price: string;
|
|
1722
1721
|
discount: string;
|
|
1723
1722
|
custom_price: string;
|
|
1723
|
+
currency: string;
|
|
1724
1724
|
delivery_time: number;
|
|
1725
1725
|
delivery_range: {
|
|
1726
1726
|
min: number;
|
|
@@ -1740,9 +1740,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1740
1740
|
order?: number | null | undefined;
|
|
1741
1741
|
};
|
|
1742
1742
|
packages: {
|
|
1743
|
+
price: string;
|
|
1743
1744
|
weight: string;
|
|
1744
1745
|
insurance_value: string;
|
|
1745
|
-
price: string;
|
|
1746
1746
|
discount: string;
|
|
1747
1747
|
format: string;
|
|
1748
1748
|
products: {
|
|
@@ -2222,9 +2222,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2222
2222
|
height: number;
|
|
2223
2223
|
}>;
|
|
2224
2224
|
}, "strip", z.ZodTypeAny, {
|
|
2225
|
+
price: string;
|
|
2225
2226
|
weight: string;
|
|
2226
2227
|
insurance_value: string;
|
|
2227
|
-
price: string;
|
|
2228
2228
|
discount: string;
|
|
2229
2229
|
format: string;
|
|
2230
2230
|
products: {
|
|
@@ -2237,9 +2237,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2237
2237
|
height: number;
|
|
2238
2238
|
};
|
|
2239
2239
|
}, {
|
|
2240
|
+
price: string;
|
|
2240
2241
|
weight: string;
|
|
2241
2242
|
insurance_value: string;
|
|
2242
|
-
price: string;
|
|
2243
2243
|
discount: string;
|
|
2244
2244
|
format: string;
|
|
2245
2245
|
products: {
|
|
@@ -2301,17 +2301,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2301
2301
|
picture: string;
|
|
2302
2302
|
}>;
|
|
2303
2303
|
}, "strip", z.ZodTypeAny, {
|
|
2304
|
-
currency: string;
|
|
2305
2304
|
id: number;
|
|
2305
|
+
price: string;
|
|
2306
2306
|
name: string;
|
|
2307
2307
|
company: {
|
|
2308
2308
|
id: number;
|
|
2309
2309
|
name: string;
|
|
2310
2310
|
picture: string;
|
|
2311
2311
|
};
|
|
2312
|
-
price: string;
|
|
2313
2312
|
discount: string;
|
|
2314
2313
|
custom_price: string;
|
|
2314
|
+
currency: string;
|
|
2315
2315
|
delivery_time: number;
|
|
2316
2316
|
delivery_range: {
|
|
2317
2317
|
id: string | number;
|
|
@@ -2331,9 +2331,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2331
2331
|
order?: number | null | undefined;
|
|
2332
2332
|
};
|
|
2333
2333
|
packages: {
|
|
2334
|
+
price: string;
|
|
2334
2335
|
weight: string;
|
|
2335
2336
|
insurance_value: string;
|
|
2336
|
-
price: string;
|
|
2337
2337
|
discount: string;
|
|
2338
2338
|
format: string;
|
|
2339
2339
|
products: {
|
|
@@ -2359,17 +2359,17 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2359
2359
|
};
|
|
2360
2360
|
error?: string | undefined;
|
|
2361
2361
|
}, {
|
|
2362
|
-
currency: string;
|
|
2363
2362
|
id: number;
|
|
2363
|
+
price: string;
|
|
2364
2364
|
name: string;
|
|
2365
2365
|
company: {
|
|
2366
2366
|
id: number;
|
|
2367
2367
|
name: string;
|
|
2368
2368
|
picture: string;
|
|
2369
2369
|
};
|
|
2370
|
-
price: string;
|
|
2371
2370
|
discount: string;
|
|
2372
2371
|
custom_price: string;
|
|
2372
|
+
currency: string;
|
|
2373
2373
|
delivery_time: number;
|
|
2374
2374
|
delivery_range: {
|
|
2375
2375
|
min: number;
|
|
@@ -2389,9 +2389,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2389
2389
|
order?: number | null | undefined;
|
|
2390
2390
|
};
|
|
2391
2391
|
packages: {
|
|
2392
|
+
price: string;
|
|
2392
2393
|
weight: string;
|
|
2393
2394
|
insurance_value: string;
|
|
2394
|
-
price: string;
|
|
2395
2395
|
discount: string;
|
|
2396
2396
|
format: string;
|
|
2397
2397
|
products: {
|
|
@@ -2454,22 +2454,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2454
2454
|
}>>;
|
|
2455
2455
|
}>, "strip", z.ZodTypeAny, {
|
|
2456
2456
|
id: string | number;
|
|
2457
|
-
company: string;
|
|
2458
2457
|
price: number;
|
|
2458
|
+
company: string;
|
|
2459
2459
|
service: string;
|
|
2460
2460
|
deliveryTime: number;
|
|
2461
2461
|
original: {
|
|
2462
|
-
currency: string;
|
|
2463
2462
|
id: number;
|
|
2463
|
+
price: string;
|
|
2464
2464
|
name: string;
|
|
2465
2465
|
company: {
|
|
2466
2466
|
id: number;
|
|
2467
2467
|
name: string;
|
|
2468
2468
|
picture: string;
|
|
2469
2469
|
};
|
|
2470
|
-
price: string;
|
|
2471
2470
|
discount: string;
|
|
2472
2471
|
custom_price: string;
|
|
2472
|
+
currency: string;
|
|
2473
2473
|
delivery_time: number;
|
|
2474
2474
|
delivery_range: {
|
|
2475
2475
|
id: string | number;
|
|
@@ -2489,9 +2489,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2489
2489
|
order?: number | null | undefined;
|
|
2490
2490
|
};
|
|
2491
2491
|
packages: {
|
|
2492
|
+
price: string;
|
|
2492
2493
|
weight: string;
|
|
2493
2494
|
insurance_value: string;
|
|
2494
|
-
price: string;
|
|
2495
2495
|
discount: string;
|
|
2496
2496
|
format: string;
|
|
2497
2497
|
products: {
|
|
@@ -2600,22 +2600,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2600
2600
|
} | undefined;
|
|
2601
2601
|
}, {
|
|
2602
2602
|
id: string | number;
|
|
2603
|
-
company: string;
|
|
2604
2603
|
price: number;
|
|
2604
|
+
company: string;
|
|
2605
2605
|
service: string;
|
|
2606
2606
|
deliveryTime: number;
|
|
2607
2607
|
original: {
|
|
2608
|
-
currency: string;
|
|
2609
2608
|
id: number;
|
|
2609
|
+
price: string;
|
|
2610
2610
|
name: string;
|
|
2611
2611
|
company: {
|
|
2612
2612
|
id: number;
|
|
2613
2613
|
name: string;
|
|
2614
2614
|
picture: string;
|
|
2615
2615
|
};
|
|
2616
|
-
price: string;
|
|
2617
2616
|
discount: string;
|
|
2618
2617
|
custom_price: string;
|
|
2618
|
+
currency: string;
|
|
2619
2619
|
delivery_time: number;
|
|
2620
2620
|
delivery_range: {
|
|
2621
2621
|
min: number;
|
|
@@ -2635,9 +2635,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2635
2635
|
order?: number | null | undefined;
|
|
2636
2636
|
};
|
|
2637
2637
|
packages: {
|
|
2638
|
+
price: string;
|
|
2638
2639
|
weight: string;
|
|
2639
2640
|
insurance_value: string;
|
|
2640
|
-
price: string;
|
|
2641
2641
|
discount: string;
|
|
2642
2642
|
format: string;
|
|
2643
2643
|
products: {
|
|
@@ -2781,9 +2781,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2781
2781
|
data_modificacao: string;
|
|
2782
2782
|
cliente: {
|
|
2783
2783
|
id: number;
|
|
2784
|
+
email: string;
|
|
2784
2785
|
nome: string;
|
|
2785
2786
|
cpf: string;
|
|
2786
|
-
email: string;
|
|
2787
2787
|
resource_uri: string;
|
|
2788
2788
|
sexo: string;
|
|
2789
2789
|
telefone_celular: string;
|
|
@@ -2881,6 +2881,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2881
2881
|
createdAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
2882
2882
|
updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
|
|
2883
2883
|
order?: number | null | undefined;
|
|
2884
|
+
warning?: string | undefined;
|
|
2885
|
+
tags?: string[] | undefined;
|
|
2884
2886
|
customShippingInfo?: {
|
|
2885
2887
|
length: number;
|
|
2886
2888
|
id: string | number;
|
|
@@ -2893,7 +2895,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2893
2895
|
name?: string | undefined;
|
|
2894
2896
|
insurance?: number | undefined;
|
|
2895
2897
|
} | undefined;
|
|
2896
|
-
tags?: string[] | undefined;
|
|
2897
2898
|
cliente_obs?: any;
|
|
2898
2899
|
cupom_desconto?: any;
|
|
2899
2900
|
id_anymarket?: any;
|
|
@@ -2903,22 +2904,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2903
2904
|
utm_campaign?: any;
|
|
2904
2905
|
shippingCalculate?: {
|
|
2905
2906
|
id: string | number;
|
|
2906
|
-
company: string;
|
|
2907
2907
|
price: number;
|
|
2908
|
+
company: string;
|
|
2908
2909
|
service: string;
|
|
2909
2910
|
deliveryTime: number;
|
|
2910
2911
|
original: {
|
|
2911
|
-
currency: string;
|
|
2912
2912
|
id: number;
|
|
2913
|
+
price: string;
|
|
2913
2914
|
name: string;
|
|
2914
2915
|
company: {
|
|
2915
2916
|
id: number;
|
|
2916
2917
|
name: string;
|
|
2917
2918
|
picture: string;
|
|
2918
2919
|
};
|
|
2919
|
-
price: string;
|
|
2920
2920
|
discount: string;
|
|
2921
2921
|
custom_price: string;
|
|
2922
|
+
currency: string;
|
|
2922
2923
|
delivery_time: number;
|
|
2923
2924
|
delivery_range: {
|
|
2924
2925
|
id: string | number;
|
|
@@ -2938,9 +2939,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2938
2939
|
order?: number | null | undefined;
|
|
2939
2940
|
};
|
|
2940
2941
|
packages: {
|
|
2942
|
+
price: string;
|
|
2941
2943
|
weight: string;
|
|
2942
2944
|
insurance_value: string;
|
|
2943
|
-
price: string;
|
|
2944
2945
|
discount: string;
|
|
2945
2946
|
format: string;
|
|
2946
2947
|
products: {
|
|
@@ -3050,22 +3051,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3050
3051
|
} | undefined;
|
|
3051
3052
|
allShippingCalculates?: {
|
|
3052
3053
|
id: string | number;
|
|
3053
|
-
company: string;
|
|
3054
3054
|
price: number;
|
|
3055
|
+
company: string;
|
|
3055
3056
|
service: string;
|
|
3056
3057
|
deliveryTime: number;
|
|
3057
3058
|
original: {
|
|
3058
|
-
currency: string;
|
|
3059
3059
|
id: number;
|
|
3060
|
+
price: string;
|
|
3060
3061
|
name: string;
|
|
3061
3062
|
company: {
|
|
3062
3063
|
id: number;
|
|
3063
3064
|
name: string;
|
|
3064
3065
|
picture: string;
|
|
3065
3066
|
};
|
|
3066
|
-
price: string;
|
|
3067
3067
|
discount: string;
|
|
3068
3068
|
custom_price: string;
|
|
3069
|
+
currency: string;
|
|
3069
3070
|
delivery_time: number;
|
|
3070
3071
|
delivery_range: {
|
|
3071
3072
|
id: string | number;
|
|
@@ -3085,9 +3086,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3085
3086
|
order?: number | null | undefined;
|
|
3086
3087
|
};
|
|
3087
3088
|
packages: {
|
|
3089
|
+
price: string;
|
|
3088
3090
|
weight: string;
|
|
3089
3091
|
insurance_value: string;
|
|
3090
|
-
price: string;
|
|
3091
3092
|
discount: string;
|
|
3092
3093
|
format: string;
|
|
3093
3094
|
products: {
|
|
@@ -3195,7 +3196,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3195
3196
|
insurance?: number | undefined;
|
|
3196
3197
|
} | undefined;
|
|
3197
3198
|
}[] | undefined;
|
|
3198
|
-
warning?: string | undefined;
|
|
3199
3199
|
watching?: boolean | undefined;
|
|
3200
3200
|
useInApp?: Record<string, string[]> | undefined;
|
|
3201
3201
|
}, {
|
|
@@ -3230,9 +3230,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3230
3230
|
data_modificacao: string;
|
|
3231
3231
|
cliente: {
|
|
3232
3232
|
id: number;
|
|
3233
|
+
email: string;
|
|
3233
3234
|
nome: string;
|
|
3234
3235
|
cpf: string;
|
|
3235
|
-
email: string;
|
|
3236
3236
|
resource_uri: string;
|
|
3237
3237
|
sexo: string;
|
|
3238
3238
|
telefone_celular: string;
|
|
@@ -3331,6 +3331,8 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3331
3331
|
createdAt?: unknown;
|
|
3332
3332
|
updatedAt?: unknown;
|
|
3333
3333
|
order?: number | null | undefined;
|
|
3334
|
+
warning?: string | undefined;
|
|
3335
|
+
tags?: string[] | undefined;
|
|
3334
3336
|
customShippingInfo?: {
|
|
3335
3337
|
length: number;
|
|
3336
3338
|
weight: number;
|
|
@@ -3343,7 +3345,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3343
3345
|
name?: string | undefined;
|
|
3344
3346
|
insurance?: number | undefined;
|
|
3345
3347
|
} | undefined;
|
|
3346
|
-
tags?: string[] | undefined;
|
|
3347
3348
|
cliente_obs?: any;
|
|
3348
3349
|
cupom_desconto?: any;
|
|
3349
3350
|
id_anymarket?: any;
|
|
@@ -3353,22 +3354,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3353
3354
|
utm_campaign?: any;
|
|
3354
3355
|
shippingCalculate?: {
|
|
3355
3356
|
id: string | number;
|
|
3356
|
-
company: string;
|
|
3357
3357
|
price: number;
|
|
3358
|
+
company: string;
|
|
3358
3359
|
service: string;
|
|
3359
3360
|
deliveryTime: number;
|
|
3360
3361
|
original: {
|
|
3361
|
-
currency: string;
|
|
3362
3362
|
id: number;
|
|
3363
|
+
price: string;
|
|
3363
3364
|
name: string;
|
|
3364
3365
|
company: {
|
|
3365
3366
|
id: number;
|
|
3366
3367
|
name: string;
|
|
3367
3368
|
picture: string;
|
|
3368
3369
|
};
|
|
3369
|
-
price: string;
|
|
3370
3370
|
discount: string;
|
|
3371
3371
|
custom_price: string;
|
|
3372
|
+
currency: string;
|
|
3372
3373
|
delivery_time: number;
|
|
3373
3374
|
delivery_range: {
|
|
3374
3375
|
min: number;
|
|
@@ -3388,9 +3389,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3388
3389
|
order?: number | null | undefined;
|
|
3389
3390
|
};
|
|
3390
3391
|
packages: {
|
|
3392
|
+
price: string;
|
|
3391
3393
|
weight: string;
|
|
3392
3394
|
insurance_value: string;
|
|
3393
|
-
price: string;
|
|
3394
3395
|
discount: string;
|
|
3395
3396
|
format: string;
|
|
3396
3397
|
products: {
|
|
@@ -3500,22 +3501,22 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3500
3501
|
} | undefined;
|
|
3501
3502
|
allShippingCalculates?: {
|
|
3502
3503
|
id: string | number;
|
|
3503
|
-
company: string;
|
|
3504
3504
|
price: number;
|
|
3505
|
+
company: string;
|
|
3505
3506
|
service: string;
|
|
3506
3507
|
deliveryTime: number;
|
|
3507
3508
|
original: {
|
|
3508
|
-
currency: string;
|
|
3509
3509
|
id: number;
|
|
3510
|
+
price: string;
|
|
3510
3511
|
name: string;
|
|
3511
3512
|
company: {
|
|
3512
3513
|
id: number;
|
|
3513
3514
|
name: string;
|
|
3514
3515
|
picture: string;
|
|
3515
3516
|
};
|
|
3516
|
-
price: string;
|
|
3517
3517
|
discount: string;
|
|
3518
3518
|
custom_price: string;
|
|
3519
|
+
currency: string;
|
|
3519
3520
|
delivery_time: number;
|
|
3520
3521
|
delivery_range: {
|
|
3521
3522
|
min: number;
|
|
@@ -3535,9 +3536,9 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3535
3536
|
order?: number | null | undefined;
|
|
3536
3537
|
};
|
|
3537
3538
|
packages: {
|
|
3539
|
+
price: string;
|
|
3538
3540
|
weight: string;
|
|
3539
3541
|
insurance_value: string;
|
|
3540
|
-
price: string;
|
|
3541
3542
|
discount: string;
|
|
3542
3543
|
format: string;
|
|
3543
3544
|
products: {
|
|
@@ -3645,7 +3646,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3645
3646
|
insurance?: number | undefined;
|
|
3646
3647
|
} | undefined;
|
|
3647
3648
|
}[] | undefined;
|
|
3648
|
-
warning?: string | undefined;
|
|
3649
3649
|
watching?: boolean | undefined;
|
|
3650
3650
|
useInApp?: Record<string, string[]> | undefined;
|
|
3651
3651
|
}>;
|