@_henriquewilson/gabirubi-domain 1.3.29 → 1.3.31

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.
@@ -18,20 +18,20 @@ declare const AddressSchema: z.ZodObject<{
18
18
  complemento: z.ZodOptional<z.ZodString>;
19
19
  uf: z.ZodString;
20
20
  }, "strip", z.ZodTypeAny, {
21
- cidade: string;
22
- uf: string;
23
21
  cep: string;
24
22
  logradouro: string;
25
23
  numero: string;
26
24
  bairro: string;
27
- complemento?: string | undefined;
28
- }, {
29
25
  cidade: string;
30
26
  uf: string;
27
+ complemento?: string | undefined;
28
+ }, {
31
29
  cep: string;
32
30
  logradouro: string;
33
31
  numero: string;
34
32
  bairro: string;
33
+ cidade: string;
34
+ uf: string;
35
35
  complemento?: string | undefined;
36
36
  }>;
37
37
  declare const SenderRecipientSchema: z.ZodObject<{
@@ -49,64 +49,64 @@ declare const SenderRecipientSchema: z.ZodObject<{
49
49
  complemento: z.ZodOptional<z.ZodString>;
50
50
  uf: z.ZodString;
51
51
  }, "strip", z.ZodTypeAny, {
52
- cidade: string;
53
- uf: string;
54
52
  cep: string;
55
53
  logradouro: string;
56
54
  numero: string;
57
55
  bairro: string;
58
- complemento?: string | undefined;
59
- }, {
60
56
  cidade: string;
61
57
  uf: string;
58
+ complemento?: string | undefined;
59
+ }, {
62
60
  cep: string;
63
61
  logradouro: string;
64
62
  numero: string;
65
63
  bairro: string;
64
+ cidade: string;
65
+ uf: string;
66
66
  complemento?: string | undefined;
67
67
  }>;
68
68
  }, "strip", z.ZodTypeAny, {
69
69
  nome: string;
70
+ dddCelular: string;
71
+ celular: string;
72
+ email: string;
73
+ cpfCnpj: string;
70
74
  endereco: {
71
- cidade: string;
72
- uf: string;
73
75
  cep: string;
74
76
  logradouro: string;
75
77
  numero: string;
76
78
  bairro: string;
79
+ cidade: string;
80
+ uf: string;
77
81
  complemento?: string | undefined;
78
82
  };
83
+ }, {
84
+ nome: string;
79
85
  dddCelular: string;
80
86
  celular: string;
81
87
  email: string;
82
88
  cpfCnpj: string;
83
- }, {
84
- nome: string;
85
89
  endereco: {
86
- cidade: string;
87
- uf: string;
88
90
  cep: string;
89
91
  logradouro: string;
90
92
  numero: string;
91
93
  bairro: string;
94
+ cidade: string;
95
+ uf: string;
92
96
  complemento?: string | undefined;
93
97
  };
94
- dddCelular: string;
95
- celular: string;
96
- email: string;
97
- cpfCnpj: string;
98
98
  }>;
99
99
  declare const ItensDeclaracaoConteudoSchema: z.ZodObject<{
100
100
  conteudo: z.ZodString;
101
101
  quantidade: z.ZodString;
102
102
  valor: z.ZodString;
103
103
  }, "strip", z.ZodTypeAny, {
104
- quantidade: string;
105
104
  conteudo: string;
105
+ quantidade: string;
106
106
  valor: string;
107
107
  }, {
108
- quantidade: string;
109
108
  conteudo: string;
109
+ quantidade: string;
110
110
  valor: string;
111
111
  }>;
112
112
  declare const PrepostSchema: z.ZodObject<{
@@ -126,52 +126,52 @@ declare const PrepostSchema: z.ZodObject<{
126
126
  complemento: z.ZodOptional<z.ZodString>;
127
127
  uf: z.ZodString;
128
128
  }, "strip", z.ZodTypeAny, {
129
- cidade: string;
130
- uf: string;
131
129
  cep: string;
132
130
  logradouro: string;
133
131
  numero: string;
134
132
  bairro: string;
135
- complemento?: string | undefined;
136
- }, {
137
133
  cidade: string;
138
134
  uf: string;
135
+ complemento?: string | undefined;
136
+ }, {
139
137
  cep: string;
140
138
  logradouro: string;
141
139
  numero: string;
142
140
  bairro: string;
141
+ cidade: string;
142
+ uf: string;
143
143
  complemento?: string | undefined;
144
144
  }>;
145
145
  }, "strip", z.ZodTypeAny, {
146
146
  nome: string;
147
+ dddCelular: string;
148
+ celular: string;
149
+ email: string;
150
+ cpfCnpj: string;
147
151
  endereco: {
148
- cidade: string;
149
- uf: string;
150
152
  cep: string;
151
153
  logradouro: string;
152
154
  numero: string;
153
155
  bairro: string;
156
+ cidade: string;
157
+ uf: string;
154
158
  complemento?: string | undefined;
155
159
  };
160
+ }, {
161
+ nome: string;
156
162
  dddCelular: string;
157
163
  celular: string;
158
164
  email: string;
159
165
  cpfCnpj: string;
160
- }, {
161
- nome: string;
162
166
  endereco: {
163
- cidade: string;
164
- uf: string;
165
167
  cep: string;
166
168
  logradouro: string;
167
169
  numero: string;
168
170
  bairro: string;
171
+ cidade: string;
172
+ uf: string;
169
173
  complemento?: string | undefined;
170
174
  };
171
- dddCelular: string;
172
- celular: string;
173
- email: string;
174
- cpfCnpj: string;
175
175
  }>;
176
176
  destinatario: z.ZodObject<{
177
177
  nome: z.ZodString;
@@ -188,52 +188,52 @@ declare const PrepostSchema: z.ZodObject<{
188
188
  complemento: z.ZodOptional<z.ZodString>;
189
189
  uf: z.ZodString;
190
190
  }, "strip", z.ZodTypeAny, {
191
- cidade: string;
192
- uf: string;
193
191
  cep: string;
194
192
  logradouro: string;
195
193
  numero: string;
196
194
  bairro: string;
197
- complemento?: string | undefined;
198
- }, {
199
195
  cidade: string;
200
196
  uf: string;
197
+ complemento?: string | undefined;
198
+ }, {
201
199
  cep: string;
202
200
  logradouro: string;
203
201
  numero: string;
204
202
  bairro: string;
203
+ cidade: string;
204
+ uf: string;
205
205
  complemento?: string | undefined;
206
206
  }>;
207
207
  }, "strip", z.ZodTypeAny, {
208
208
  nome: string;
209
+ dddCelular: string;
210
+ celular: string;
211
+ email: string;
212
+ cpfCnpj: string;
209
213
  endereco: {
210
- cidade: string;
211
- uf: string;
212
214
  cep: string;
213
215
  logradouro: string;
214
216
  numero: string;
215
217
  bairro: string;
218
+ cidade: string;
219
+ uf: string;
216
220
  complemento?: string | undefined;
217
221
  };
222
+ }, {
223
+ nome: string;
218
224
  dddCelular: string;
219
225
  celular: string;
220
226
  email: string;
221
227
  cpfCnpj: string;
222
- }, {
223
- nome: string;
224
228
  endereco: {
225
- cidade: string;
226
- uf: string;
227
229
  cep: string;
228
230
  logradouro: string;
229
231
  numero: string;
230
232
  bairro: string;
233
+ cidade: string;
234
+ uf: string;
231
235
  complemento?: string | undefined;
232
236
  };
233
- dddCelular: string;
234
- celular: string;
235
- email: string;
236
- cpfCnpj: string;
237
237
  }>;
238
238
  codigoServico: z.ZodString;
239
239
  numeroCartaoPostagem: z.ZodString;
@@ -242,12 +242,12 @@ declare const PrepostSchema: z.ZodObject<{
242
242
  quantidade: z.ZodString;
243
243
  valor: z.ZodString;
244
244
  }, "strip", z.ZodTypeAny, {
245
- quantidade: string;
246
245
  conteudo: string;
246
+ quantidade: string;
247
247
  valor: string;
248
248
  }, {
249
- quantidade: string;
250
249
  conteudo: string;
250
+ quantidade: string;
251
251
  valor: string;
252
252
  }>, "many">;
253
253
  pesoInformado: z.ZodString;
@@ -262,41 +262,41 @@ declare const PrepostSchema: z.ZodObject<{
262
262
  idCorreios: string;
263
263
  remetente: {
264
264
  nome: string;
265
+ dddCelular: string;
266
+ celular: string;
267
+ email: string;
268
+ cpfCnpj: string;
265
269
  endereco: {
266
- cidade: string;
267
- uf: string;
268
270
  cep: string;
269
271
  logradouro: string;
270
272
  numero: string;
271
273
  bairro: string;
274
+ cidade: string;
275
+ uf: string;
272
276
  complemento?: string | undefined;
273
277
  };
278
+ };
279
+ destinatario: {
280
+ nome: string;
274
281
  dddCelular: string;
275
282
  celular: string;
276
283
  email: string;
277
284
  cpfCnpj: string;
278
- };
279
- destinatario: {
280
- nome: string;
281
285
  endereco: {
282
- cidade: string;
283
- uf: string;
284
286
  cep: string;
285
287
  logradouro: string;
286
288
  numero: string;
287
289
  bairro: string;
290
+ cidade: string;
291
+ uf: string;
288
292
  complemento?: string | undefined;
289
293
  };
290
- dddCelular: string;
291
- celular: string;
292
- email: string;
293
- cpfCnpj: string;
294
294
  };
295
295
  codigoServico: string;
296
296
  numeroCartaoPostagem: string;
297
297
  itensDeclaracaoConteudo: {
298
- quantidade: string;
299
298
  conteudo: string;
299
+ quantidade: string;
300
300
  valor: string;
301
301
  }[];
302
302
  pesoInformado: string;
@@ -311,41 +311,41 @@ declare const PrepostSchema: z.ZodObject<{
311
311
  idCorreios: string;
312
312
  remetente: {
313
313
  nome: string;
314
+ dddCelular: string;
315
+ celular: string;
316
+ email: string;
317
+ cpfCnpj: string;
314
318
  endereco: {
315
- cidade: string;
316
- uf: string;
317
319
  cep: string;
318
320
  logradouro: string;
319
321
  numero: string;
320
322
  bairro: string;
323
+ cidade: string;
324
+ uf: string;
321
325
  complemento?: string | undefined;
322
326
  };
327
+ };
328
+ destinatario: {
329
+ nome: string;
323
330
  dddCelular: string;
324
331
  celular: string;
325
332
  email: string;
326
333
  cpfCnpj: string;
327
- };
328
- destinatario: {
329
- nome: string;
330
334
  endereco: {
331
- cidade: string;
332
- uf: string;
333
335
  cep: string;
334
336
  logradouro: string;
335
337
  numero: string;
336
338
  bairro: string;
339
+ cidade: string;
340
+ uf: string;
337
341
  complemento?: string | undefined;
338
342
  };
339
- dddCelular: string;
340
- celular: string;
341
- email: string;
342
- cpfCnpj: string;
343
343
  };
344
344
  codigoServico: string;
345
345
  numeroCartaoPostagem: string;
346
346
  itensDeclaracaoConteudo: {
347
- quantidade: string;
348
347
  conteudo: string;
348
+ quantidade: string;
349
349
  valor: string;
350
350
  }[];
351
351
  pesoInformado: string;
@@ -378,52 +378,52 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
378
378
  complemento: z.ZodOptional<z.ZodString>;
379
379
  uf: z.ZodString;
380
380
  }, "strip", z.ZodTypeAny, {
381
- cidade: string;
382
- uf: string;
383
381
  cep: string;
384
382
  logradouro: string;
385
383
  numero: string;
386
384
  bairro: string;
387
- complemento?: string | undefined;
388
- }, {
389
385
  cidade: string;
390
386
  uf: string;
387
+ complemento?: string | undefined;
388
+ }, {
391
389
  cep: string;
392
390
  logradouro: string;
393
391
  numero: string;
394
392
  bairro: string;
393
+ cidade: string;
394
+ uf: string;
395
395
  complemento?: string | undefined;
396
396
  }>;
397
397
  }, "strip", z.ZodTypeAny, {
398
398
  nome: string;
399
+ dddCelular: string;
400
+ celular: string;
401
+ email: string;
402
+ cpfCnpj: string;
399
403
  endereco: {
400
- cidade: string;
401
- uf: string;
402
404
  cep: string;
403
405
  logradouro: string;
404
406
  numero: string;
405
407
  bairro: string;
408
+ cidade: string;
409
+ uf: string;
406
410
  complemento?: string | undefined;
407
411
  };
412
+ }, {
413
+ nome: string;
408
414
  dddCelular: string;
409
415
  celular: string;
410
416
  email: string;
411
417
  cpfCnpj: string;
412
- }, {
413
- nome: string;
414
418
  endereco: {
415
- cidade: string;
416
- uf: string;
417
419
  cep: string;
418
420
  logradouro: string;
419
421
  numero: string;
420
422
  bairro: string;
423
+ cidade: string;
424
+ uf: string;
421
425
  complemento?: string | undefined;
422
426
  };
423
- dddCelular: string;
424
- celular: string;
425
- email: string;
426
- cpfCnpj: string;
427
427
  }>;
428
428
  destinatario: z.ZodObject<{
429
429
  nome: z.ZodString;
@@ -440,52 +440,52 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
440
440
  complemento: z.ZodOptional<z.ZodString>;
441
441
  uf: z.ZodString;
442
442
  }, "strip", z.ZodTypeAny, {
443
- cidade: string;
444
- uf: string;
445
443
  cep: string;
446
444
  logradouro: string;
447
445
  numero: string;
448
446
  bairro: string;
449
- complemento?: string | undefined;
450
- }, {
451
447
  cidade: string;
452
448
  uf: string;
449
+ complemento?: string | undefined;
450
+ }, {
453
451
  cep: string;
454
452
  logradouro: string;
455
453
  numero: string;
456
454
  bairro: string;
455
+ cidade: string;
456
+ uf: string;
457
457
  complemento?: string | undefined;
458
458
  }>;
459
459
  }, "strip", z.ZodTypeAny, {
460
460
  nome: string;
461
+ dddCelular: string;
462
+ celular: string;
463
+ email: string;
464
+ cpfCnpj: string;
461
465
  endereco: {
462
- cidade: string;
463
- uf: string;
464
466
  cep: string;
465
467
  logradouro: string;
466
468
  numero: string;
467
469
  bairro: string;
470
+ cidade: string;
471
+ uf: string;
468
472
  complemento?: string | undefined;
469
473
  };
474
+ }, {
475
+ nome: string;
470
476
  dddCelular: string;
471
477
  celular: string;
472
478
  email: string;
473
479
  cpfCnpj: string;
474
- }, {
475
- nome: string;
476
480
  endereco: {
477
- cidade: string;
478
- uf: string;
479
481
  cep: string;
480
482
  logradouro: string;
481
483
  numero: string;
482
484
  bairro: string;
485
+ cidade: string;
486
+ uf: string;
483
487
  complemento?: string | undefined;
484
488
  };
485
- dddCelular: string;
486
- celular: string;
487
- email: string;
488
- cpfCnpj: string;
489
489
  }>;
490
490
  codigoObjeto: z.ZodString;
491
491
  codigoServico: z.ZodString;
@@ -495,12 +495,12 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
495
495
  quantidade: z.ZodString;
496
496
  valor: z.ZodString;
497
497
  }, "strip", z.ZodTypeAny, {
498
- quantidade: string;
499
498
  conteudo: string;
499
+ quantidade: string;
500
500
  valor: string;
501
501
  }, {
502
- quantidade: string;
503
502
  conteudo: string;
503
+ quantidade: string;
504
504
  valor: string;
505
505
  }>, "many">;
506
506
  pesoInformado: z.ZodString;
@@ -545,40 +545,40 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
545
545
  bairro: z.ZodOptional<z.ZodString>;
546
546
  }, "strip", z.ZodTypeAny, {
547
547
  uf: string;
548
- cidade?: string | undefined;
549
548
  cep?: string | undefined;
550
549
  logradouro?: string | undefined;
551
550
  numero?: string | undefined;
552
551
  bairro?: string | undefined;
552
+ cidade?: string | undefined;
553
553
  }, {
554
554
  uf: string;
555
- cidade?: string | undefined;
556
555
  cep?: string | undefined;
557
556
  logradouro?: string | undefined;
558
557
  numero?: string | undefined;
559
558
  bairro?: string | undefined;
559
+ cidade?: string | undefined;
560
560
  }>;
561
561
  }, "strip", z.ZodTypeAny, {
562
- tipo: string;
563
562
  endereco: {
564
563
  uf: string;
565
- cidade?: string | undefined;
566
564
  cep?: string | undefined;
567
565
  logradouro?: string | undefined;
568
566
  numero?: string | undefined;
569
567
  bairro?: string | undefined;
568
+ cidade?: string | undefined;
570
569
  };
570
+ tipo: string;
571
571
  codSro?: string | undefined;
572
572
  }, {
573
- tipo: string;
574
573
  endereco: {
575
574
  uf: string;
576
- cidade?: string | undefined;
577
575
  cep?: string | undefined;
578
576
  logradouro?: string | undefined;
579
577
  numero?: string | undefined;
580
578
  bairro?: string | undefined;
579
+ cidade?: string | undefined;
581
580
  };
581
+ tipo: string;
582
582
  codSro?: string | undefined;
583
583
  }>;
584
584
  detalhe: z.ZodOptional<z.ZodString>;
@@ -587,11 +587,11 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
587
587
  documento: z.ZodString;
588
588
  nome: z.ZodString;
589
589
  }, "strip", z.ZodTypeAny, {
590
- documento: string;
591
590
  nome: string;
592
- }, {
593
591
  documento: string;
592
+ }, {
594
593
  nome: string;
594
+ documento: string;
595
595
  }>>;
596
596
  unidadeDestino: z.ZodOptional<z.ZodObject<{
597
597
  tipo: z.ZodString;
@@ -604,149 +604,148 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
604
604
  bairro: z.ZodOptional<z.ZodString>;
605
605
  }, "strip", z.ZodTypeAny, {
606
606
  uf: string;
607
- cidade?: string | undefined;
608
607
  cep?: string | undefined;
609
608
  logradouro?: string | undefined;
610
609
  numero?: string | undefined;
611
610
  bairro?: string | undefined;
611
+ cidade?: string | undefined;
612
612
  }, {
613
613
  uf: string;
614
- cidade?: string | undefined;
615
614
  cep?: string | undefined;
616
615
  logradouro?: string | undefined;
617
616
  numero?: string | undefined;
618
617
  bairro?: string | undefined;
618
+ cidade?: string | undefined;
619
619
  }>;
620
620
  }, "strip", z.ZodTypeAny, {
621
- tipo: string;
622
621
  endereco: {
623
622
  uf: string;
624
- cidade?: string | undefined;
625
623
  cep?: string | undefined;
626
624
  logradouro?: string | undefined;
627
625
  numero?: string | undefined;
628
626
  bairro?: string | undefined;
627
+ cidade?: string | undefined;
629
628
  };
630
- }, {
631
629
  tipo: string;
630
+ }, {
632
631
  endereco: {
633
632
  uf: string;
634
- cidade?: string | undefined;
635
633
  cep?: string | undefined;
636
634
  logradouro?: string | undefined;
637
635
  numero?: string | undefined;
638
636
  bairro?: string | undefined;
637
+ cidade?: string | undefined;
639
638
  };
639
+ tipo: string;
640
640
  }>>;
641
641
  }, "strip", z.ZodTypeAny, {
642
- descricao: string;
643
- tipo: string;
644
642
  codigo: string;
643
+ tipo: string;
645
644
  dtHrCriado: string;
645
+ descricao: string;
646
646
  unidade: {
647
- tipo: string;
648
647
  endereco: {
649
648
  uf: string;
650
- cidade?: string | undefined;
651
649
  cep?: string | undefined;
652
650
  logradouro?: string | undefined;
653
651
  numero?: string | undefined;
654
652
  bairro?: string | undefined;
653
+ cidade?: string | undefined;
655
654
  };
655
+ tipo: string;
656
656
  codSro?: string | undefined;
657
657
  };
658
658
  detalhe?: string | undefined;
659
659
  comentario?: string | undefined;
660
660
  entregadorExterno?: {
661
- documento: string;
662
661
  nome: string;
662
+ documento: string;
663
663
  } | undefined;
664
664
  unidadeDestino?: {
665
- tipo: string;
666
665
  endereco: {
667
666
  uf: string;
668
- cidade?: string | undefined;
669
667
  cep?: string | undefined;
670
668
  logradouro?: string | undefined;
671
669
  numero?: string | undefined;
672
670
  bairro?: string | undefined;
671
+ cidade?: string | undefined;
673
672
  };
673
+ tipo: string;
674
674
  } | undefined;
675
675
  }, {
676
- descricao: string;
677
- tipo: string;
678
676
  codigo: string;
677
+ tipo: string;
679
678
  dtHrCriado: string;
679
+ descricao: string;
680
680
  unidade: {
681
- tipo: string;
682
681
  endereco: {
683
682
  uf: string;
684
- cidade?: string | undefined;
685
683
  cep?: string | undefined;
686
684
  logradouro?: string | undefined;
687
685
  numero?: string | undefined;
688
686
  bairro?: string | undefined;
687
+ cidade?: string | undefined;
689
688
  };
689
+ tipo: string;
690
690
  codSro?: string | undefined;
691
691
  };
692
692
  detalhe?: string | undefined;
693
693
  comentario?: string | undefined;
694
694
  entregadorExterno?: {
695
- documento: string;
696
695
  nome: string;
696
+ documento: string;
697
697
  } | undefined;
698
698
  unidadeDestino?: {
699
- tipo: string;
700
699
  endereco: {
701
700
  uf: string;
702
- cidade?: string | undefined;
703
701
  cep?: string | undefined;
704
702
  logradouro?: string | undefined;
705
703
  numero?: string | undefined;
706
704
  bairro?: string | undefined;
705
+ cidade?: string | undefined;
707
706
  };
707
+ tipo: string;
708
708
  } | undefined;
709
709
  }>, "many">>;
710
710
  }>, "strip", z.ZodTypeAny, {
711
- id: string | number;
712
711
  idCorreios: string;
713
712
  remetente: {
714
713
  nome: string;
714
+ dddCelular: string;
715
+ celular: string;
716
+ email: string;
717
+ cpfCnpj: string;
715
718
  endereco: {
716
- cidade: string;
717
- uf: string;
718
719
  cep: string;
719
720
  logradouro: string;
720
721
  numero: string;
721
722
  bairro: string;
723
+ cidade: string;
724
+ uf: string;
722
725
  complemento?: string | undefined;
723
726
  };
727
+ };
728
+ destinatario: {
729
+ nome: string;
724
730
  dddCelular: string;
725
731
  celular: string;
726
732
  email: string;
727
733
  cpfCnpj: string;
728
- };
729
- destinatario: {
730
- nome: string;
731
734
  endereco: {
732
- cidade: string;
733
- uf: string;
734
735
  cep: string;
735
736
  logradouro: string;
736
737
  numero: string;
737
738
  bairro: string;
739
+ cidade: string;
740
+ uf: string;
738
741
  complemento?: string | undefined;
739
742
  };
740
- dddCelular: string;
741
- celular: string;
742
- email: string;
743
- cpfCnpj: string;
744
743
  };
745
744
  codigoServico: string;
746
745
  numeroCartaoPostagem: string;
747
746
  itensDeclaracaoConteudo: {
748
- quantidade: string;
749
747
  conteudo: string;
748
+ quantidade: string;
750
749
  valor: string;
751
750
  }[];
752
751
  pesoInformado: string;
@@ -756,6 +755,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
756
755
  comprimentoInformado: string;
757
756
  cienteObjetoNaoProibido: number;
758
757
  dataPrevistaPostagem: string;
758
+ id: string | number;
759
759
  codigoObjeto: string;
760
760
  servico: string;
761
761
  statusAtual: StatusEnumNative;
@@ -772,85 +772,85 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
772
772
  mainId: string;
773
773
  price: number;
774
774
  deliveryTime: number;
775
+ observacao?: string | undefined;
775
776
  createdAt?: FirebaseFirestore.Timestamp | null | undefined;
776
777
  updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
777
778
  order?: number | null | undefined;
778
- observacao?: string | undefined;
779
779
  prazoPostagem?: string | undefined;
780
780
  events?: {
781
- descricao: string;
782
- tipo: string;
783
781
  codigo: string;
782
+ tipo: string;
784
783
  dtHrCriado: string;
784
+ descricao: string;
785
785
  unidade: {
786
- tipo: string;
787
786
  endereco: {
788
787
  uf: string;
789
- cidade?: string | undefined;
790
788
  cep?: string | undefined;
791
789
  logradouro?: string | undefined;
792
790
  numero?: string | undefined;
793
791
  bairro?: string | undefined;
792
+ cidade?: string | undefined;
794
793
  };
794
+ tipo: string;
795
795
  codSro?: string | undefined;
796
796
  };
797
797
  detalhe?: string | undefined;
798
798
  comentario?: string | undefined;
799
799
  entregadorExterno?: {
800
- documento: string;
801
800
  nome: string;
801
+ documento: string;
802
802
  } | undefined;
803
803
  unidadeDestino?: {
804
- tipo: string;
805
804
  endereco: {
806
805
  uf: string;
807
- cidade?: string | undefined;
808
806
  cep?: string | undefined;
809
807
  logradouro?: string | undefined;
810
808
  numero?: string | undefined;
811
809
  bairro?: string | undefined;
810
+ cidade?: string | undefined;
812
811
  };
812
+ tipo: string;
813
813
  } | undefined;
814
814
  }[] | undefined;
815
815
  }, {
816
816
  idCorreios: string;
817
817
  remetente: {
818
818
  nome: string;
819
+ dddCelular: string;
820
+ celular: string;
821
+ email: string;
822
+ cpfCnpj: string;
819
823
  endereco: {
820
- cidade: string;
821
- uf: string;
822
824
  cep: string;
823
825
  logradouro: string;
824
826
  numero: string;
825
827
  bairro: string;
828
+ cidade: string;
829
+ uf: string;
826
830
  complemento?: string | undefined;
827
831
  };
832
+ };
833
+ destinatario: {
834
+ nome: string;
828
835
  dddCelular: string;
829
836
  celular: string;
830
837
  email: string;
831
838
  cpfCnpj: string;
832
- };
833
- destinatario: {
834
- nome: string;
835
839
  endereco: {
836
- cidade: string;
837
- uf: string;
838
840
  cep: string;
839
841
  logradouro: string;
840
842
  numero: string;
841
843
  bairro: string;
844
+ cidade: string;
845
+ uf: string;
842
846
  complemento?: string | undefined;
843
847
  };
844
- dddCelular: string;
845
- celular: string;
846
- email: string;
847
- cpfCnpj: string;
848
848
  };
849
849
  codigoServico: string;
850
850
  numeroCartaoPostagem: string;
851
851
  itensDeclaracaoConteudo: {
852
- quantidade: string;
853
852
  conteudo: string;
853
+ quantidade: string;
854
854
  valor: string;
855
855
  }[];
856
856
  pesoInformado: string;
@@ -876,45 +876,45 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
876
876
  mainId: string;
877
877
  price: number;
878
878
  deliveryTime: number;
879
+ observacao?: string | undefined;
879
880
  id?: unknown;
880
881
  createdAt?: unknown;
881
882
  updatedAt?: unknown;
882
883
  order?: number | null | undefined;
883
- observacao?: string | undefined;
884
884
  prazoPostagem?: string | undefined;
885
885
  events?: {
886
- descricao: string;
887
- tipo: string;
888
886
  codigo: string;
887
+ tipo: string;
889
888
  dtHrCriado: string;
889
+ descricao: string;
890
890
  unidade: {
891
- tipo: string;
892
891
  endereco: {
893
892
  uf: string;
894
- cidade?: string | undefined;
895
893
  cep?: string | undefined;
896
894
  logradouro?: string | undefined;
897
895
  numero?: string | undefined;
898
896
  bairro?: string | undefined;
897
+ cidade?: string | undefined;
899
898
  };
899
+ tipo: string;
900
900
  codSro?: string | undefined;
901
901
  };
902
902
  detalhe?: string | undefined;
903
903
  comentario?: string | undefined;
904
904
  entregadorExterno?: {
905
- documento: string;
906
905
  nome: string;
906
+ documento: string;
907
907
  } | undefined;
908
908
  unidadeDestino?: {
909
- tipo: string;
910
909
  endereco: {
911
910
  uf: string;
912
- cidade?: string | undefined;
913
911
  cep?: string | undefined;
914
912
  logradouro?: string | undefined;
915
913
  numero?: string | undefined;
916
914
  bairro?: string | undefined;
915
+ cidade?: string | undefined;
917
916
  };
917
+ tipo: string;
918
918
  } | undefined;
919
919
  }[] | undefined;
920
920
  }>;