@_henriquewilson/gabirubi-domain 1.2.5 → 1.3.0

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.
Files changed (39) hide show
  1. package/dist/model/integrada/category.d.mts +6 -6
  2. package/dist/model/integrada/category.d.ts +6 -6
  3. package/dist/model/integrada/order.d.mts +28 -28
  4. package/dist/model/integrada/order.d.ts +28 -28
  5. package/dist/model/integrada/product.d.mts +501 -501
  6. package/dist/model/integrada/product.d.ts +501 -501
  7. package/dist/model/melhorenvio/calculate.d.mts +2 -2
  8. package/dist/model/melhorenvio/calculate.d.ts +2 -2
  9. package/dist/model/melhorenvio/order.d.mts +16 -16
  10. package/dist/model/melhorenvio/order.d.ts +16 -16
  11. package/dist/model/melhorenvio/service.d.mts +2 -2
  12. package/dist/model/melhorenvio/service.d.ts +2 -2
  13. package/dist/model/store/shipping.d.mts +6 -6
  14. package/dist/model/store/shipping.d.ts +6 -6
  15. package/package.json +1 -1
  16. package/dist/firebase/firebase.d.mts +0 -44
  17. package/dist/firebase/firebase.d.ts +0 -44
  18. package/dist/firebase/firebase.js +0 -695
  19. package/dist/firebase/firebase.js.map +0 -1
  20. package/dist/firebase/firebase.mjs +0 -187
  21. package/dist/firebase/firebase.mjs.map +0 -1
  22. package/dist/repository/base.repository.d.mts +0 -25
  23. package/dist/repository/base.repository.d.ts +0 -25
  24. package/dist/repository/base.repository.js +0 -821
  25. package/dist/repository/base.repository.js.map +0 -1
  26. package/dist/repository/base.repository.mjs +0 -245
  27. package/dist/repository/base.repository.mjs.map +0 -1
  28. package/dist/repository/product.repository.d.mts +0 -18
  29. package/dist/repository/product.repository.d.ts +0 -18
  30. package/dist/repository/product.repository.js +0 -912
  31. package/dist/repository/product.repository.js.map +0 -1
  32. package/dist/repository/product.repository.mjs +0 -260
  33. package/dist/repository/product.repository.mjs.map +0 -1
  34. package/dist/test/repository/firestore.service.test.d.mts +0 -2
  35. package/dist/test/repository/firestore.service.test.d.ts +0 -2
  36. package/dist/test/repository/firestore.service.test.js +0 -864
  37. package/dist/test/repository/firestore.service.test.js.map +0 -1
  38. package/dist/test/repository/firestore.service.test.mjs +0 -275
  39. package/dist/test/repository/firestore.service.test.mjs.map +0 -1
@@ -15,24 +15,24 @@ declare const CategorySchema: z.ZodObject<z.objectUtil.extendShape<{
15
15
  url: z.ZodString;
16
16
  }>, "strip", z.ZodTypeAny, {
17
17
  id: string | number;
18
+ resource_uri: string;
18
19
  id_externo: number;
19
- categoria_pai: string;
20
- descricao: string;
21
20
  nome: string;
22
- resource_uri: string;
23
21
  seo: string;
24
22
  url: string;
23
+ categoria_pai: string;
24
+ descricao: string;
25
25
  createdAt?: FirebaseFirestore.Timestamp | null | undefined;
26
26
  updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
27
27
  order?: number | null | undefined;
28
28
  }, {
29
+ resource_uri: string;
29
30
  id_externo: number;
30
- categoria_pai: string;
31
- descricao: string;
32
31
  nome: string;
33
- resource_uri: string;
34
32
  seo: string;
35
33
  url: string;
34
+ categoria_pai: string;
35
+ descricao: string;
36
36
  id?: unknown;
37
37
  createdAt?: unknown;
38
38
  updatedAt?: unknown;
@@ -15,24 +15,24 @@ declare const CategorySchema: z.ZodObject<z.objectUtil.extendShape<{
15
15
  url: z.ZodString;
16
16
  }>, "strip", z.ZodTypeAny, {
17
17
  id: string | number;
18
+ resource_uri: string;
18
19
  id_externo: number;
19
- categoria_pai: string;
20
- descricao: string;
21
20
  nome: string;
22
- resource_uri: string;
23
21
  seo: string;
24
22
  url: string;
23
+ categoria_pai: string;
24
+ descricao: string;
25
25
  createdAt?: FirebaseFirestore.Timestamp | null | undefined;
26
26
  updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
27
27
  order?: number | null | undefined;
28
28
  }, {
29
+ resource_uri: string;
29
30
  id_externo: number;
30
- categoria_pai: string;
31
- descricao: string;
32
31
  nome: string;
33
- resource_uri: string;
34
32
  seo: string;
35
33
  url: string;
34
+ categoria_pai: string;
35
+ descricao: string;
36
36
  id?: unknown;
37
37
  createdAt?: unknown;
38
38
  updatedAt?: unknown;
@@ -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;
@@ -2880,14 +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
- cliente_obs?: any;
2884
- cupom_desconto?: any;
2885
- id_anymarket?: any;
2886
- id_externo?: any;
2887
- integration_data?: any;
2888
- updateAt?: FirebaseFirestore.Timestamp | null | undefined;
2889
- utm_campaign?: any;
2890
- tags?: string[] | undefined;
2891
2883
  customShippingInfo?: {
2892
2884
  length: number;
2893
2885
  id: string | number;
@@ -2900,6 +2892,14 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
2900
2892
  name?: string | undefined;
2901
2893
  insurance?: number | undefined;
2902
2894
  } | undefined;
2895
+ tags?: string[] | undefined;
2896
+ cliente_obs?: any;
2897
+ cupom_desconto?: any;
2898
+ id_anymarket?: any;
2899
+ id_externo?: any;
2900
+ integration_data?: any;
2901
+ updateAt?: FirebaseFirestore.Timestamp | null | undefined;
2902
+ utm_campaign?: any;
2903
2903
  shippingCalculate?: {
2904
2904
  id: string | number;
2905
2905
  company: string;
@@ -2907,6 +2907,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
2907
2907
  service: string;
2908
2908
  deliveryTime: number;
2909
2909
  original: {
2910
+ currency: string;
2910
2911
  id: number;
2911
2912
  name: string;
2912
2913
  company: {
@@ -2917,7 +2918,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
2917
2918
  price: string;
2918
2919
  discount: string;
2919
2920
  custom_price: string;
2920
- currency: string;
2921
2921
  delivery_time: number;
2922
2922
  delivery_range: {
2923
2923
  id: string | number;
@@ -3054,6 +3054,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3054
3054
  service: string;
3055
3055
  deliveryTime: number;
3056
3056
  original: {
3057
+ currency: string;
3057
3058
  id: number;
3058
3059
  name: string;
3059
3060
  company: {
@@ -3064,7 +3065,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3064
3065
  price: string;
3065
3066
  discount: string;
3066
3067
  custom_price: string;
3067
- currency: string;
3068
3068
  delivery_time: number;
3069
3069
  delivery_range: {
3070
3070
  id: string | number;
@@ -3330,14 +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
- cliente_obs?: any;
3334
- cupom_desconto?: any;
3335
- id_anymarket?: any;
3336
- id_externo?: any;
3337
- integration_data?: any;
3338
- updateAt?: unknown;
3339
- utm_campaign?: any;
3340
- tags?: string[] | undefined;
3341
3333
  customShippingInfo?: {
3342
3334
  length: number;
3343
3335
  weight: number;
@@ -3350,6 +3342,14 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3350
3342
  name?: string | undefined;
3351
3343
  insurance?: number | undefined;
3352
3344
  } | undefined;
3345
+ tags?: string[] | undefined;
3346
+ cliente_obs?: any;
3347
+ cupom_desconto?: any;
3348
+ id_anymarket?: any;
3349
+ id_externo?: any;
3350
+ integration_data?: any;
3351
+ updateAt?: unknown;
3352
+ utm_campaign?: any;
3353
3353
  shippingCalculate?: {
3354
3354
  id: string | number;
3355
3355
  company: string;
@@ -3357,6 +3357,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3357
3357
  service: string;
3358
3358
  deliveryTime: number;
3359
3359
  original: {
3360
+ currency: string;
3360
3361
  id: number;
3361
3362
  name: string;
3362
3363
  company: {
@@ -3367,7 +3368,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3367
3368
  price: string;
3368
3369
  discount: string;
3369
3370
  custom_price: string;
3370
- currency: string;
3371
3371
  delivery_time: number;
3372
3372
  delivery_range: {
3373
3373
  min: number;
@@ -3504,6 +3504,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3504
3504
  service: string;
3505
3505
  deliveryTime: number;
3506
3506
  original: {
3507
+ currency: string;
3507
3508
  id: number;
3508
3509
  name: string;
3509
3510
  company: {
@@ -3514,7 +3515,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3514
3515
  price: string;
3515
3516
  discount: string;
3516
3517
  custom_price: string;
3517
- currency: string;
3518
3518
  delivery_time: number;
3519
3519
  delivery_range: {
3520
3520
  min: number;
@@ -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;
@@ -2880,14 +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
- cliente_obs?: any;
2884
- cupom_desconto?: any;
2885
- id_anymarket?: any;
2886
- id_externo?: any;
2887
- integration_data?: any;
2888
- updateAt?: FirebaseFirestore.Timestamp | null | undefined;
2889
- utm_campaign?: any;
2890
- tags?: string[] | undefined;
2891
2883
  customShippingInfo?: {
2892
2884
  length: number;
2893
2885
  id: string | number;
@@ -2900,6 +2892,14 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
2900
2892
  name?: string | undefined;
2901
2893
  insurance?: number | undefined;
2902
2894
  } | undefined;
2895
+ tags?: string[] | undefined;
2896
+ cliente_obs?: any;
2897
+ cupom_desconto?: any;
2898
+ id_anymarket?: any;
2899
+ id_externo?: any;
2900
+ integration_data?: any;
2901
+ updateAt?: FirebaseFirestore.Timestamp | null | undefined;
2902
+ utm_campaign?: any;
2903
2903
  shippingCalculate?: {
2904
2904
  id: string | number;
2905
2905
  company: string;
@@ -2907,6 +2907,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
2907
2907
  service: string;
2908
2908
  deliveryTime: number;
2909
2909
  original: {
2910
+ currency: string;
2910
2911
  id: number;
2911
2912
  name: string;
2912
2913
  company: {
@@ -2917,7 +2918,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
2917
2918
  price: string;
2918
2919
  discount: string;
2919
2920
  custom_price: string;
2920
- currency: string;
2921
2921
  delivery_time: number;
2922
2922
  delivery_range: {
2923
2923
  id: string | number;
@@ -3054,6 +3054,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3054
3054
  service: string;
3055
3055
  deliveryTime: number;
3056
3056
  original: {
3057
+ currency: string;
3057
3058
  id: number;
3058
3059
  name: string;
3059
3060
  company: {
@@ -3064,7 +3065,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3064
3065
  price: string;
3065
3066
  discount: string;
3066
3067
  custom_price: string;
3067
- currency: string;
3068
3068
  delivery_time: number;
3069
3069
  delivery_range: {
3070
3070
  id: string | number;
@@ -3330,14 +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
- cliente_obs?: any;
3334
- cupom_desconto?: any;
3335
- id_anymarket?: any;
3336
- id_externo?: any;
3337
- integration_data?: any;
3338
- updateAt?: unknown;
3339
- utm_campaign?: any;
3340
- tags?: string[] | undefined;
3341
3333
  customShippingInfo?: {
3342
3334
  length: number;
3343
3335
  weight: number;
@@ -3350,6 +3342,14 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3350
3342
  name?: string | undefined;
3351
3343
  insurance?: number | undefined;
3352
3344
  } | undefined;
3345
+ tags?: string[] | undefined;
3346
+ cliente_obs?: any;
3347
+ cupom_desconto?: any;
3348
+ id_anymarket?: any;
3349
+ id_externo?: any;
3350
+ integration_data?: any;
3351
+ updateAt?: unknown;
3352
+ utm_campaign?: any;
3353
3353
  shippingCalculate?: {
3354
3354
  id: string | number;
3355
3355
  company: string;
@@ -3357,6 +3357,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3357
3357
  service: string;
3358
3358
  deliveryTime: number;
3359
3359
  original: {
3360
+ currency: string;
3360
3361
  id: number;
3361
3362
  name: string;
3362
3363
  company: {
@@ -3367,7 +3368,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3367
3368
  price: string;
3368
3369
  discount: string;
3369
3370
  custom_price: string;
3370
- currency: string;
3371
3371
  delivery_time: number;
3372
3372
  delivery_range: {
3373
3373
  min: number;
@@ -3504,6 +3504,7 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3504
3504
  service: string;
3505
3505
  deliveryTime: number;
3506
3506
  original: {
3507
+ currency: string;
3507
3508
  id: number;
3508
3509
  name: string;
3509
3510
  company: {
@@ -3514,7 +3515,6 @@ declare const OrderSchema: z.ZodObject<z.objectUtil.extendShape<{
3514
3515
  price: string;
3515
3516
  discount: string;
3516
3517
  custom_price: string;
3517
- currency: string;
3518
3518
  delivery_time: number;
3519
3519
  delivery_range: {
3520
3520
  min: number;