@_henriquewilson/gabirubi-domain 1.3.95 → 1.4.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 (37) hide show
  1. package/dist/model/correios/additional-service.d.mts +4 -4
  2. package/dist/model/correios/additional-service.d.ts +4 -4
  3. package/dist/model/correios/correios.d.mts +20 -20
  4. package/dist/model/correios/correios.d.ts +20 -20
  5. package/dist/model/correios/price.d.mts +24 -24
  6. package/dist/model/correios/price.d.ts +24 -24
  7. package/dist/model/integrada/order.d.mts +127 -126
  8. package/dist/model/integrada/order.d.ts +127 -126
  9. package/dist/model/integrada/order.js.map +1 -1
  10. package/dist/model/integrada/order.mjs.map +1 -1
  11. package/dist/model/intercom/conversation.d.mts +325 -325
  12. package/dist/model/intercom/conversation.d.ts +325 -325
  13. package/dist/model/intercom/hook.d.mts +3211 -3211
  14. package/dist/model/intercom/hook.d.ts +3211 -3211
  15. package/dist/model/journey.d.mts +44 -44
  16. package/dist/model/journey.d.ts +44 -44
  17. package/dist/model/melhorenvio/order.d.mts +10 -10
  18. package/dist/model/melhorenvio/order.d.ts +10 -10
  19. package/dist/model/melhorenvio/service.d.mts +36 -36
  20. package/dist/model/melhorenvio/service.d.ts +36 -36
  21. package/dist/model/store/shipping.d.mts +14 -14
  22. package/dist/model/store/shipping.d.ts +14 -14
  23. package/dist/model/store/shipping.js.map +1 -1
  24. package/dist/model/store/shipping.mjs.map +1 -1
  25. package/dist/model/subscription.model.d.mts +2 -2
  26. package/dist/model/subscription.model.d.ts +2 -2
  27. package/dist/test/store.test.js +68 -5
  28. package/dist/test/store.test.js.map +1 -1
  29. package/dist/test/store.test.mjs +69 -5
  30. package/dist/test/store.test.mjs.map +1 -1
  31. package/dist/util/store.util.d.mts +7 -2
  32. package/dist/util/store.util.d.ts +7 -2
  33. package/dist/util/store.util.js +73 -19
  34. package/dist/util/store.util.js.map +1 -1
  35. package/dist/util/store.util.mjs +71 -20
  36. package/dist/util/store.util.mjs.map +1 -1
  37. package/package.json +1 -1
@@ -80,14 +80,14 @@ declare const AdditionalServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
80
80
  mensagem: z.ZodOptional<z.ZodString>;
81
81
  }>, "strip", z.ZodTypeAny, {
82
82
  id: string | number;
83
+ nome: string;
84
+ tipo: string;
83
85
  dtIniVigencia: string;
84
86
  dtFimVigencia: string;
85
87
  codigo: string;
86
- nome: string;
87
88
  sigla: string;
88
89
  sgPais: string;
89
90
  preco: number;
90
- tipo: string;
91
91
  coIndicador: string;
92
92
  noIndicador: string;
93
93
  sgIndicador: string;
@@ -109,14 +109,14 @@ declare const AdditionalServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
109
109
  vlMaxDeclarado?: number | undefined;
110
110
  mensagem?: string | undefined;
111
111
  }, {
112
+ nome: string;
113
+ tipo: string;
112
114
  dtIniVigencia: string;
113
115
  dtFimVigencia: string;
114
116
  codigo: string;
115
- nome: string;
116
117
  sigla: string;
117
118
  sgPais: string;
118
119
  preco: number;
119
- tipo: string;
120
120
  coIndicador: string;
121
121
  noIndicador: string;
122
122
  sgIndicador: string;
@@ -80,14 +80,14 @@ declare const AdditionalServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
80
80
  mensagem: z.ZodOptional<z.ZodString>;
81
81
  }>, "strip", z.ZodTypeAny, {
82
82
  id: string | number;
83
+ nome: string;
84
+ tipo: string;
83
85
  dtIniVigencia: string;
84
86
  dtFimVigencia: string;
85
87
  codigo: string;
86
- nome: string;
87
88
  sigla: string;
88
89
  sgPais: string;
89
90
  preco: number;
90
- tipo: string;
91
91
  coIndicador: string;
92
92
  noIndicador: string;
93
93
  sgIndicador: string;
@@ -109,14 +109,14 @@ declare const AdditionalServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
109
109
  vlMaxDeclarado?: number | undefined;
110
110
  mensagem?: string | undefined;
111
111
  }, {
112
+ nome: string;
113
+ tipo: string;
112
114
  dtIniVigencia: string;
113
115
  dtFimVigencia: string;
114
116
  codigo: string;
115
- nome: string;
116
117
  sigla: string;
117
118
  sgPais: string;
118
119
  preco: number;
119
- tipo: string;
120
120
  coIndicador: string;
121
121
  noIndicador: string;
122
122
  sgIndicador: string;
@@ -61,14 +61,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
61
61
  mensagem: z.ZodOptional<z.ZodString>;
62
62
  }>, "strip", z.ZodTypeAny, {
63
63
  id: string | number;
64
+ nome: string;
65
+ tipo: string;
64
66
  dtIniVigencia: string;
65
67
  dtFimVigencia: string;
66
68
  codigo: string;
67
- nome: string;
68
69
  sigla: string;
69
70
  sgPais: string;
70
71
  preco: number;
71
- tipo: string;
72
72
  coIndicador: string;
73
73
  noIndicador: string;
74
74
  sgIndicador: string;
@@ -90,14 +90,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
90
90
  vlMaxDeclarado?: number | undefined;
91
91
  mensagem?: string | undefined;
92
92
  }, {
93
+ nome: string;
94
+ tipo: string;
93
95
  dtIniVigencia: string;
94
96
  dtFimVigencia: string;
95
97
  codigo: string;
96
- nome: string;
97
98
  sigla: string;
98
99
  sgPais: string;
99
100
  preco: number;
100
- tipo: string;
101
101
  coIndicador: string;
102
102
  noIndicador: string;
103
103
  sgIndicador: string;
@@ -131,14 +131,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
131
131
  order?: number | null | undefined;
132
132
  additionalServices?: {
133
133
  id: string | number;
134
+ nome: string;
135
+ tipo: string;
134
136
  dtIniVigencia: string;
135
137
  dtFimVigencia: string;
136
138
  codigo: string;
137
- nome: string;
138
139
  sigla: string;
139
140
  sgPais: string;
140
141
  preco: number;
141
- tipo: string;
142
142
  coIndicador: string;
143
143
  noIndicador: string;
144
144
  sgIndicador: string;
@@ -170,14 +170,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
170
170
  updatedAt?: unknown;
171
171
  order?: number | null | undefined;
172
172
  additionalServices?: {
173
+ nome: string;
174
+ tipo: string;
173
175
  dtIniVigencia: string;
174
176
  dtFimVigencia: string;
175
177
  codigo: string;
176
- nome: string;
177
178
  sigla: string;
178
179
  sgPais: string;
179
180
  preco: number;
180
- tipo: string;
181
181
  coIndicador: string;
182
182
  noIndicador: string;
183
183
  sgIndicador: string;
@@ -279,14 +279,14 @@ declare const rootSchema: z.ZodObject<{
279
279
  mensagem: z.ZodOptional<z.ZodString>;
280
280
  }>, "strip", z.ZodTypeAny, {
281
281
  id: string | number;
282
+ nome: string;
283
+ tipo: string;
282
284
  dtIniVigencia: string;
283
285
  dtFimVigencia: string;
284
286
  codigo: string;
285
- nome: string;
286
287
  sigla: string;
287
288
  sgPais: string;
288
289
  preco: number;
289
- tipo: string;
290
290
  coIndicador: string;
291
291
  noIndicador: string;
292
292
  sgIndicador: string;
@@ -308,14 +308,14 @@ declare const rootSchema: z.ZodObject<{
308
308
  vlMaxDeclarado?: number | undefined;
309
309
  mensagem?: string | undefined;
310
310
  }, {
311
+ nome: string;
312
+ tipo: string;
311
313
  dtIniVigencia: string;
312
314
  dtFimVigencia: string;
313
315
  codigo: string;
314
- nome: string;
315
316
  sigla: string;
316
317
  sgPais: string;
317
318
  preco: number;
318
- tipo: string;
319
319
  coIndicador: string;
320
320
  noIndicador: string;
321
321
  sgIndicador: string;
@@ -349,14 +349,14 @@ declare const rootSchema: z.ZodObject<{
349
349
  order?: number | null | undefined;
350
350
  additionalServices?: {
351
351
  id: string | number;
352
+ nome: string;
353
+ tipo: string;
352
354
  dtIniVigencia: string;
353
355
  dtFimVigencia: string;
354
356
  codigo: string;
355
- nome: string;
356
357
  sigla: string;
357
358
  sgPais: string;
358
359
  preco: number;
359
- tipo: string;
360
360
  coIndicador: string;
361
361
  noIndicador: string;
362
362
  sgIndicador: string;
@@ -388,14 +388,14 @@ declare const rootSchema: z.ZodObject<{
388
388
  updatedAt?: unknown;
389
389
  order?: number | null | undefined;
390
390
  additionalServices?: {
391
+ nome: string;
392
+ tipo: string;
391
393
  dtIniVigencia: string;
392
394
  dtFimVigencia: string;
393
395
  codigo: string;
394
- nome: string;
395
396
  sigla: string;
396
397
  sgPais: string;
397
398
  preco: number;
398
- tipo: string;
399
399
  coIndicador: string;
400
400
  noIndicador: string;
401
401
  sgIndicador: string;
@@ -447,14 +447,14 @@ declare const rootSchema: z.ZodObject<{
447
447
  order?: number | null | undefined;
448
448
  additionalServices?: {
449
449
  id: string | number;
450
+ nome: string;
451
+ tipo: string;
450
452
  dtIniVigencia: string;
451
453
  dtFimVigencia: string;
452
454
  codigo: string;
453
- nome: string;
454
455
  sigla: string;
455
456
  sgPais: string;
456
457
  preco: number;
457
- tipo: string;
458
458
  coIndicador: string;
459
459
  noIndicador: string;
460
460
  sgIndicador: string;
@@ -494,14 +494,14 @@ declare const rootSchema: z.ZodObject<{
494
494
  updatedAt?: unknown;
495
495
  order?: number | null | undefined;
496
496
  additionalServices?: {
497
+ nome: string;
498
+ tipo: string;
497
499
  dtIniVigencia: string;
498
500
  dtFimVigencia: string;
499
501
  codigo: string;
500
- nome: string;
501
502
  sigla: string;
502
503
  sgPais: string;
503
504
  preco: number;
504
- tipo: string;
505
505
  coIndicador: string;
506
506
  noIndicador: string;
507
507
  sgIndicador: string;
@@ -61,14 +61,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
61
61
  mensagem: z.ZodOptional<z.ZodString>;
62
62
  }>, "strip", z.ZodTypeAny, {
63
63
  id: string | number;
64
+ nome: string;
65
+ tipo: string;
64
66
  dtIniVigencia: string;
65
67
  dtFimVigencia: string;
66
68
  codigo: string;
67
- nome: string;
68
69
  sigla: string;
69
70
  sgPais: string;
70
71
  preco: number;
71
- tipo: string;
72
72
  coIndicador: string;
73
73
  noIndicador: string;
74
74
  sgIndicador: string;
@@ -90,14 +90,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
90
90
  vlMaxDeclarado?: number | undefined;
91
91
  mensagem?: string | undefined;
92
92
  }, {
93
+ nome: string;
94
+ tipo: string;
93
95
  dtIniVigencia: string;
94
96
  dtFimVigencia: string;
95
97
  codigo: string;
96
- nome: string;
97
98
  sigla: string;
98
99
  sgPais: string;
99
100
  preco: number;
100
- tipo: string;
101
101
  coIndicador: string;
102
102
  noIndicador: string;
103
103
  sgIndicador: string;
@@ -131,14 +131,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
131
131
  order?: number | null | undefined;
132
132
  additionalServices?: {
133
133
  id: string | number;
134
+ nome: string;
135
+ tipo: string;
134
136
  dtIniVigencia: string;
135
137
  dtFimVigencia: string;
136
138
  codigo: string;
137
- nome: string;
138
139
  sigla: string;
139
140
  sgPais: string;
140
141
  preco: number;
141
- tipo: string;
142
142
  coIndicador: string;
143
143
  noIndicador: string;
144
144
  sgIndicador: string;
@@ -170,14 +170,14 @@ declare const ServiceSchema: z.ZodObject<z.objectUtil.extendShape<{
170
170
  updatedAt?: unknown;
171
171
  order?: number | null | undefined;
172
172
  additionalServices?: {
173
+ nome: string;
174
+ tipo: string;
173
175
  dtIniVigencia: string;
174
176
  dtFimVigencia: string;
175
177
  codigo: string;
176
- nome: string;
177
178
  sigla: string;
178
179
  sgPais: string;
179
180
  preco: number;
180
- tipo: string;
181
181
  coIndicador: string;
182
182
  noIndicador: string;
183
183
  sgIndicador: string;
@@ -279,14 +279,14 @@ declare const rootSchema: z.ZodObject<{
279
279
  mensagem: z.ZodOptional<z.ZodString>;
280
280
  }>, "strip", z.ZodTypeAny, {
281
281
  id: string | number;
282
+ nome: string;
283
+ tipo: string;
282
284
  dtIniVigencia: string;
283
285
  dtFimVigencia: string;
284
286
  codigo: string;
285
- nome: string;
286
287
  sigla: string;
287
288
  sgPais: string;
288
289
  preco: number;
289
- tipo: string;
290
290
  coIndicador: string;
291
291
  noIndicador: string;
292
292
  sgIndicador: string;
@@ -308,14 +308,14 @@ declare const rootSchema: z.ZodObject<{
308
308
  vlMaxDeclarado?: number | undefined;
309
309
  mensagem?: string | undefined;
310
310
  }, {
311
+ nome: string;
312
+ tipo: string;
311
313
  dtIniVigencia: string;
312
314
  dtFimVigencia: string;
313
315
  codigo: string;
314
- nome: string;
315
316
  sigla: string;
316
317
  sgPais: string;
317
318
  preco: number;
318
- tipo: string;
319
319
  coIndicador: string;
320
320
  noIndicador: string;
321
321
  sgIndicador: string;
@@ -349,14 +349,14 @@ declare const rootSchema: z.ZodObject<{
349
349
  order?: number | null | undefined;
350
350
  additionalServices?: {
351
351
  id: string | number;
352
+ nome: string;
353
+ tipo: string;
352
354
  dtIniVigencia: string;
353
355
  dtFimVigencia: string;
354
356
  codigo: string;
355
- nome: string;
356
357
  sigla: string;
357
358
  sgPais: string;
358
359
  preco: number;
359
- tipo: string;
360
360
  coIndicador: string;
361
361
  noIndicador: string;
362
362
  sgIndicador: string;
@@ -388,14 +388,14 @@ declare const rootSchema: z.ZodObject<{
388
388
  updatedAt?: unknown;
389
389
  order?: number | null | undefined;
390
390
  additionalServices?: {
391
+ nome: string;
392
+ tipo: string;
391
393
  dtIniVigencia: string;
392
394
  dtFimVigencia: string;
393
395
  codigo: string;
394
- nome: string;
395
396
  sigla: string;
396
397
  sgPais: string;
397
398
  preco: number;
398
- tipo: string;
399
399
  coIndicador: string;
400
400
  noIndicador: string;
401
401
  sgIndicador: string;
@@ -447,14 +447,14 @@ declare const rootSchema: z.ZodObject<{
447
447
  order?: number | null | undefined;
448
448
  additionalServices?: {
449
449
  id: string | number;
450
+ nome: string;
451
+ tipo: string;
450
452
  dtIniVigencia: string;
451
453
  dtFimVigencia: string;
452
454
  codigo: string;
453
- nome: string;
454
455
  sigla: string;
455
456
  sgPais: string;
456
457
  preco: number;
457
- tipo: string;
458
458
  coIndicador: string;
459
459
  noIndicador: string;
460
460
  sgIndicador: string;
@@ -494,14 +494,14 @@ declare const rootSchema: z.ZodObject<{
494
494
  updatedAt?: unknown;
495
495
  order?: number | null | undefined;
496
496
  additionalServices?: {
497
+ nome: string;
498
+ tipo: string;
497
499
  dtIniVigencia: string;
498
500
  dtFimVigencia: string;
499
501
  codigo: string;
500
- nome: string;
501
502
  sigla: string;
502
503
  sgPais: string;
503
504
  preco: number;
504
- tipo: string;
505
505
  coIndicador: string;
506
506
  noIndicador: string;
507
507
  sgIndicador: string;
@@ -23,6 +23,8 @@ declare const ParamsProductSchema: z.ZodObject<{
23
23
  vlRemessa: z.ZodOptional<z.ZodString>;
24
24
  cepDestino: z.ZodString;
25
25
  }, "strip", z.ZodTypeAny, {
26
+ altura: string;
27
+ largura: string;
26
28
  coProduto: string;
27
29
  nuRequisicao: string;
28
30
  cepOrigem: string;
@@ -30,8 +32,6 @@ declare const ParamsProductSchema: z.ZodObject<{
30
32
  psObjeto: string;
31
33
  tpObjeto: "1" | "2" | "3";
32
34
  comprimento: string;
33
- largura: string;
34
- altura: string;
35
35
  nuContrato?: string | undefined;
36
36
  nuDR?: number | undefined;
37
37
  nuUnidade?: string | undefined;
@@ -45,14 +45,14 @@ declare const ParamsProductSchema: z.ZodObject<{
45
45
  dtArmazenagem?: string | undefined;
46
46
  vlRemessa?: string | undefined;
47
47
  }, {
48
+ altura: string;
49
+ largura: string;
48
50
  coProduto: string;
49
51
  nuRequisicao: string;
50
52
  cepOrigem: string;
51
53
  cepDestino: string;
52
54
  psObjeto: string;
53
55
  comprimento: string;
54
- largura: string;
55
- altura: string;
56
56
  nuContrato?: string | undefined;
57
57
  nuDR?: number | undefined;
58
58
  nuUnidade?: string | undefined;
@@ -92,6 +92,8 @@ declare const PriceRequestSchema: z.ZodObject<{
92
92
  vlRemessa: z.ZodOptional<z.ZodString>;
93
93
  cepDestino: z.ZodString;
94
94
  }, "strip", z.ZodTypeAny, {
95
+ altura: string;
96
+ largura: string;
95
97
  coProduto: string;
96
98
  nuRequisicao: string;
97
99
  cepOrigem: string;
@@ -99,8 +101,6 @@ declare const PriceRequestSchema: z.ZodObject<{
99
101
  psObjeto: string;
100
102
  tpObjeto: "1" | "2" | "3";
101
103
  comprimento: string;
102
- largura: string;
103
- altura: string;
104
104
  nuContrato?: string | undefined;
105
105
  nuDR?: number | undefined;
106
106
  nuUnidade?: string | undefined;
@@ -114,14 +114,14 @@ declare const PriceRequestSchema: z.ZodObject<{
114
114
  dtArmazenagem?: string | undefined;
115
115
  vlRemessa?: string | undefined;
116
116
  }, {
117
+ altura: string;
118
+ largura: string;
117
119
  coProduto: string;
118
120
  nuRequisicao: string;
119
121
  cepOrigem: string;
120
122
  cepDestino: string;
121
123
  psObjeto: string;
122
124
  comprimento: string;
123
- largura: string;
124
- altura: string;
125
125
  nuContrato?: string | undefined;
126
126
  nuDR?: number | undefined;
127
127
  nuUnidade?: string | undefined;
@@ -139,6 +139,8 @@ declare const PriceRequestSchema: z.ZodObject<{
139
139
  }, "strip", z.ZodTypeAny, {
140
140
  idLote: string;
141
141
  parametrosProduto: {
142
+ altura: string;
143
+ largura: string;
142
144
  coProduto: string;
143
145
  nuRequisicao: string;
144
146
  cepOrigem: string;
@@ -146,8 +148,6 @@ declare const PriceRequestSchema: z.ZodObject<{
146
148
  psObjeto: string;
147
149
  tpObjeto: "1" | "2" | "3";
148
150
  comprimento: string;
149
- largura: string;
150
- altura: string;
151
151
  nuContrato?: string | undefined;
152
152
  nuDR?: number | undefined;
153
153
  nuUnidade?: string | undefined;
@@ -164,14 +164,14 @@ declare const PriceRequestSchema: z.ZodObject<{
164
164
  }, {
165
165
  idLote: string;
166
166
  parametrosProduto: {
167
+ altura: string;
168
+ largura: string;
167
169
  coProduto: string;
168
170
  nuRequisicao: string;
169
171
  cepOrigem: string;
170
172
  cepDestino: string;
171
173
  psObjeto: string;
172
174
  comprimento: string;
173
- largura: string;
174
- altura: string;
175
175
  nuContrato?: string | undefined;
176
176
  nuDR?: number | undefined;
177
177
  nuUnidade?: string | undefined;
@@ -234,12 +234,12 @@ declare const taxaExtraSchema: z.ZodObject<{
234
234
  tipo: z.ZodString;
235
235
  vlTaxa: z.ZodString;
236
236
  }, "strip", z.ZodTypeAny, {
237
- codigo: string;
238
237
  tipo: string;
238
+ codigo: string;
239
239
  vlTaxa: string;
240
240
  }, {
241
- codigo: string;
242
241
  tipo: string;
242
+ codigo: string;
243
243
  vlTaxa: string;
244
244
  }>;
245
245
  declare const beneficioSchema: z.ZodObject<{
@@ -273,8 +273,8 @@ declare const beneficioSchema: z.ZodObject<{
273
273
  percentual: z.ZodString;
274
274
  valor: z.ZodString;
275
275
  }, "strip", z.ZodTypeAny, {
276
- codigo: string;
277
276
  tipo: string;
277
+ codigo: string;
278
278
  valor: string;
279
279
  tipoBeneficio: string;
280
280
  abrangencia: string;
@@ -291,8 +291,8 @@ declare const beneficioSchema: z.ZodObject<{
291
291
  vlBaseCalculo: string;
292
292
  percentual: string;
293
293
  }, {
294
- codigo: string;
295
294
  tipo: string;
295
+ codigo: string;
296
296
  valor: string;
297
297
  tipoBeneficio: string;
298
298
  abrangencia: string;
@@ -347,8 +347,8 @@ declare const PriceSchema: z.ZodObject<z.objectUtil.extendShape<{
347
347
  percentual: z.ZodString;
348
348
  valor: z.ZodString;
349
349
  }, "strip", z.ZodTypeAny, {
350
- codigo: string;
351
350
  tipo: string;
351
+ codigo: string;
352
352
  valor: string;
353
353
  tipoBeneficio: string;
354
354
  abrangencia: string;
@@ -365,8 +365,8 @@ declare const PriceSchema: z.ZodObject<z.objectUtil.extendShape<{
365
365
  vlBaseCalculo: string;
366
366
  percentual: string;
367
367
  }, {
368
- codigo: string;
369
368
  tipo: string;
369
+ codigo: string;
370
370
  valor: string;
371
371
  tipoBeneficio: string;
372
372
  abrangencia: string;
@@ -431,12 +431,12 @@ declare const PriceSchema: z.ZodObject<z.objectUtil.extendShape<{
431
431
  tipo: z.ZodString;
432
432
  vlTaxa: z.ZodString;
433
433
  }, "strip", z.ZodTypeAny, {
434
- codigo: string;
435
434
  tipo: string;
435
+ codigo: string;
436
436
  vlTaxa: string;
437
437
  }, {
438
- codigo: string;
439
438
  tipo: string;
439
+ codigo: string;
440
440
  vlTaxa: string;
441
441
  }>, "many">;
442
442
  }, {
@@ -451,8 +451,8 @@ declare const PriceSchema: z.ZodObject<z.objectUtil.extendShape<{
451
451
  peVariacao: string;
452
452
  pcReferencia: string;
453
453
  beneficios: {
454
- codigo: string;
455
454
  tipo: string;
455
+ codigo: string;
456
456
  valor: string;
457
457
  tipoBeneficio: string;
458
458
  abrangencia: string;
@@ -497,8 +497,8 @@ declare const PriceSchema: z.ZodObject<z.objectUtil.extendShape<{
497
497
  }[];
498
498
  peIsencaoArmazenagem: string;
499
499
  taxaExtra: {
500
- codigo: string;
501
500
  tipo: string;
501
+ codigo: string;
502
502
  vlTaxa: string;
503
503
  }[];
504
504
  txErro?: string | undefined;
@@ -512,8 +512,8 @@ declare const PriceSchema: z.ZodObject<z.objectUtil.extendShape<{
512
512
  peVariacao: string;
513
513
  pcReferencia: string;
514
514
  beneficios: {
515
- codigo: string;
516
515
  tipo: string;
516
+ codigo: string;
517
517
  valor: string;
518
518
  tipoBeneficio: string;
519
519
  abrangencia: string;
@@ -558,8 +558,8 @@ declare const PriceSchema: z.ZodObject<z.objectUtil.extendShape<{
558
558
  }[];
559
559
  peIsencaoArmazenagem: string;
560
560
  taxaExtra: {
561
- codigo: string;
562
561
  tipo: string;
562
+ codigo: string;
563
563
  vlTaxa: string;
564
564
  }[];
565
565
  txErro?: string | undefined;