@_henriquewilson/gabirubi-domain 1.4.21 → 1.4.23

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 (33) hide show
  1. package/dist/model/correios/prepost.d.mts +18 -18
  2. package/dist/model/correios/prepost.d.ts +18 -18
  3. package/dist/model/integrada/order.d.mts +140 -140
  4. package/dist/model/integrada/order.d.ts +140 -140
  5. package/dist/model/intercom/conversation.d.mts +325 -325
  6. package/dist/model/intercom/conversation.d.ts +325 -325
  7. package/dist/model/intercom/hook.d.mts +3209 -3209
  8. package/dist/model/intercom/hook.d.ts +3209 -3209
  9. package/dist/model/iugu/iugu-invoice.d.mts +36 -36
  10. package/dist/model/iugu/iugu-invoice.d.ts +36 -36
  11. package/dist/model/journey.d.mts +139 -77
  12. package/dist/model/journey.d.ts +139 -77
  13. package/dist/model/journey.js +18 -11
  14. package/dist/model/journey.js.map +1 -1
  15. package/dist/model/journey.mjs +15 -12
  16. package/dist/model/journey.mjs.map +1 -1
  17. package/dist/model/melhorenvio/calculate.d.mts +18 -18
  18. package/dist/model/melhorenvio/calculate.d.ts +18 -18
  19. package/dist/model/melhorenvio/order.d.mts +40 -40
  20. package/dist/model/melhorenvio/order.d.ts +40 -40
  21. package/dist/model/melhorenvio/service.d.mts +100 -100
  22. package/dist/model/melhorenvio/service.d.ts +100 -100
  23. package/dist/model/store/shipping.d.mts +36 -36
  24. package/dist/model/store/shipping.d.ts +36 -36
  25. package/dist/model/subscription.model.d.mts +216 -216
  26. package/dist/model/subscription.model.d.ts +216 -216
  27. package/dist/model/user.model.d.mts +2 -2
  28. package/dist/model/user.model.d.ts +2 -2
  29. package/dist/test/activity.test.js +14 -11
  30. package/dist/test/activity.test.js.map +1 -1
  31. package/dist/test/activity.test.mjs +14 -11
  32. package/dist/test/activity.test.mjs.map +1 -1
  33. package/package.json +1 -1
@@ -66,7 +66,6 @@ declare const SenderRecipientSchema: z.ZodObject<{
66
66
  complemento?: string | undefined;
67
67
  }>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- email: string;
70
69
  nome: string;
71
70
  endereco: {
72
71
  cidade: string;
@@ -79,9 +78,9 @@ declare const SenderRecipientSchema: z.ZodObject<{
79
78
  };
80
79
  dddCelular: string;
81
80
  celular: string;
81
+ email: string;
82
82
  cpfCnpj: string;
83
83
  }, {
84
- email: string;
85
84
  nome: string;
86
85
  endereco: {
87
86
  cidade: string;
@@ -94,6 +93,7 @@ declare const SenderRecipientSchema: z.ZodObject<{
94
93
  };
95
94
  dddCelular: string;
96
95
  celular: string;
96
+ email: string;
97
97
  cpfCnpj: string;
98
98
  }>;
99
99
  declare const ItensDeclaracaoConteudoSchema: z.ZodObject<{
@@ -143,7 +143,6 @@ declare const PrepostSchema: z.ZodObject<{
143
143
  complemento?: string | undefined;
144
144
  }>;
145
145
  }, "strip", z.ZodTypeAny, {
146
- email: string;
147
146
  nome: string;
148
147
  endereco: {
149
148
  cidade: string;
@@ -156,9 +155,9 @@ declare const PrepostSchema: z.ZodObject<{
156
155
  };
157
156
  dddCelular: string;
158
157
  celular: string;
158
+ email: string;
159
159
  cpfCnpj: string;
160
160
  }, {
161
- email: string;
162
161
  nome: string;
163
162
  endereco: {
164
163
  cidade: string;
@@ -171,6 +170,7 @@ declare const PrepostSchema: z.ZodObject<{
171
170
  };
172
171
  dddCelular: string;
173
172
  celular: string;
173
+ email: string;
174
174
  cpfCnpj: string;
175
175
  }>;
176
176
  destinatario: z.ZodObject<{
@@ -205,7 +205,6 @@ declare const PrepostSchema: z.ZodObject<{
205
205
  complemento?: string | undefined;
206
206
  }>;
207
207
  }, "strip", z.ZodTypeAny, {
208
- email: string;
209
208
  nome: string;
210
209
  endereco: {
211
210
  cidade: string;
@@ -218,9 +217,9 @@ declare const PrepostSchema: z.ZodObject<{
218
217
  };
219
218
  dddCelular: string;
220
219
  celular: string;
220
+ email: string;
221
221
  cpfCnpj: string;
222
222
  }, {
223
- email: string;
224
223
  nome: string;
225
224
  endereco: {
226
225
  cidade: string;
@@ -233,6 +232,7 @@ declare const PrepostSchema: z.ZodObject<{
233
232
  };
234
233
  dddCelular: string;
235
234
  celular: string;
235
+ email: string;
236
236
  cpfCnpj: string;
237
237
  }>;
238
238
  codigoServico: z.ZodString;
@@ -261,7 +261,6 @@ declare const PrepostSchema: z.ZodObject<{
261
261
  }, "strip", z.ZodTypeAny, {
262
262
  idCorreios: string;
263
263
  remetente: {
264
- email: string;
265
264
  nome: string;
266
265
  endereco: {
267
266
  cidade: string;
@@ -274,10 +273,10 @@ declare const PrepostSchema: z.ZodObject<{
274
273
  };
275
274
  dddCelular: string;
276
275
  celular: string;
276
+ email: string;
277
277
  cpfCnpj: string;
278
278
  };
279
279
  destinatario: {
280
- email: string;
281
280
  nome: string;
282
281
  endereco: {
283
282
  cidade: string;
@@ -290,6 +289,7 @@ declare const PrepostSchema: z.ZodObject<{
290
289
  };
291
290
  dddCelular: string;
292
291
  celular: string;
292
+ email: string;
293
293
  cpfCnpj: string;
294
294
  };
295
295
  codigoServico: string;
@@ -310,7 +310,6 @@ declare const PrepostSchema: z.ZodObject<{
310
310
  }, {
311
311
  idCorreios: string;
312
312
  remetente: {
313
- email: string;
314
313
  nome: string;
315
314
  endereco: {
316
315
  cidade: string;
@@ -323,10 +322,10 @@ declare const PrepostSchema: z.ZodObject<{
323
322
  };
324
323
  dddCelular: string;
325
324
  celular: string;
325
+ email: string;
326
326
  cpfCnpj: string;
327
327
  };
328
328
  destinatario: {
329
- email: string;
330
329
  nome: string;
331
330
  endereco: {
332
331
  cidade: string;
@@ -339,6 +338,7 @@ declare const PrepostSchema: z.ZodObject<{
339
338
  };
340
339
  dddCelular: string;
341
340
  celular: string;
341
+ email: string;
342
342
  cpfCnpj: string;
343
343
  };
344
344
  codigoServico: string;
@@ -395,7 +395,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
395
395
  complemento?: string | undefined;
396
396
  }>;
397
397
  }, "strip", z.ZodTypeAny, {
398
- email: string;
399
398
  nome: string;
400
399
  endereco: {
401
400
  cidade: string;
@@ -408,9 +407,9 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
408
407
  };
409
408
  dddCelular: string;
410
409
  celular: string;
410
+ email: string;
411
411
  cpfCnpj: string;
412
412
  }, {
413
- email: string;
414
413
  nome: string;
415
414
  endereco: {
416
415
  cidade: string;
@@ -423,6 +422,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
423
422
  };
424
423
  dddCelular: string;
425
424
  celular: string;
425
+ email: string;
426
426
  cpfCnpj: string;
427
427
  }>;
428
428
  destinatario: z.ZodObject<{
@@ -457,7 +457,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
457
457
  complemento?: string | undefined;
458
458
  }>;
459
459
  }, "strip", z.ZodTypeAny, {
460
- email: string;
461
460
  nome: string;
462
461
  endereco: {
463
462
  cidade: string;
@@ -470,9 +469,9 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
470
469
  };
471
470
  dddCelular: string;
472
471
  celular: string;
472
+ email: string;
473
473
  cpfCnpj: string;
474
474
  }, {
475
- email: string;
476
475
  nome: string;
477
476
  endereco: {
478
477
  cidade: string;
@@ -485,6 +484,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
485
484
  };
486
485
  dddCelular: string;
487
486
  celular: string;
487
+ email: string;
488
488
  cpfCnpj: string;
489
489
  }>;
490
490
  codigoObjeto: z.ZodString;
@@ -713,7 +713,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
713
713
  deliveryTime: number;
714
714
  idCorreios: string;
715
715
  remetente: {
716
- email: string;
717
716
  nome: string;
718
717
  endereco: {
719
718
  cidade: string;
@@ -726,10 +725,10 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
726
725
  };
727
726
  dddCelular: string;
728
727
  celular: string;
728
+ email: string;
729
729
  cpfCnpj: string;
730
730
  };
731
731
  destinatario: {
732
- email: string;
733
732
  nome: string;
734
733
  endereco: {
735
734
  cidade: string;
@@ -742,6 +741,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
742
741
  };
743
742
  dddCelular: string;
744
743
  celular: string;
744
+ email: string;
745
745
  cpfCnpj: string;
746
746
  };
747
747
  codigoServico: string;
@@ -817,7 +817,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
817
817
  deliveryTime: number;
818
818
  idCorreios: string;
819
819
  remetente: {
820
- email: string;
821
820
  nome: string;
822
821
  endereco: {
823
822
  cidade: string;
@@ -830,10 +829,10 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
830
829
  };
831
830
  dddCelular: string;
832
831
  celular: string;
832
+ email: string;
833
833
  cpfCnpj: string;
834
834
  };
835
835
  destinatario: {
836
- email: string;
837
836
  nome: string;
838
837
  endereco: {
839
838
  cidade: string;
@@ -846,6 +845,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
846
845
  };
847
846
  dddCelular: string;
848
847
  celular: string;
848
+ email: string;
849
849
  cpfCnpj: string;
850
850
  };
851
851
  codigoServico: string;
@@ -66,7 +66,6 @@ declare const SenderRecipientSchema: z.ZodObject<{
66
66
  complemento?: string | undefined;
67
67
  }>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- email: string;
70
69
  nome: string;
71
70
  endereco: {
72
71
  cidade: string;
@@ -79,9 +78,9 @@ declare const SenderRecipientSchema: z.ZodObject<{
79
78
  };
80
79
  dddCelular: string;
81
80
  celular: string;
81
+ email: string;
82
82
  cpfCnpj: string;
83
83
  }, {
84
- email: string;
85
84
  nome: string;
86
85
  endereco: {
87
86
  cidade: string;
@@ -94,6 +93,7 @@ declare const SenderRecipientSchema: z.ZodObject<{
94
93
  };
95
94
  dddCelular: string;
96
95
  celular: string;
96
+ email: string;
97
97
  cpfCnpj: string;
98
98
  }>;
99
99
  declare const ItensDeclaracaoConteudoSchema: z.ZodObject<{
@@ -143,7 +143,6 @@ declare const PrepostSchema: z.ZodObject<{
143
143
  complemento?: string | undefined;
144
144
  }>;
145
145
  }, "strip", z.ZodTypeAny, {
146
- email: string;
147
146
  nome: string;
148
147
  endereco: {
149
148
  cidade: string;
@@ -156,9 +155,9 @@ declare const PrepostSchema: z.ZodObject<{
156
155
  };
157
156
  dddCelular: string;
158
157
  celular: string;
158
+ email: string;
159
159
  cpfCnpj: string;
160
160
  }, {
161
- email: string;
162
161
  nome: string;
163
162
  endereco: {
164
163
  cidade: string;
@@ -171,6 +170,7 @@ declare const PrepostSchema: z.ZodObject<{
171
170
  };
172
171
  dddCelular: string;
173
172
  celular: string;
173
+ email: string;
174
174
  cpfCnpj: string;
175
175
  }>;
176
176
  destinatario: z.ZodObject<{
@@ -205,7 +205,6 @@ declare const PrepostSchema: z.ZodObject<{
205
205
  complemento?: string | undefined;
206
206
  }>;
207
207
  }, "strip", z.ZodTypeAny, {
208
- email: string;
209
208
  nome: string;
210
209
  endereco: {
211
210
  cidade: string;
@@ -218,9 +217,9 @@ declare const PrepostSchema: z.ZodObject<{
218
217
  };
219
218
  dddCelular: string;
220
219
  celular: string;
220
+ email: string;
221
221
  cpfCnpj: string;
222
222
  }, {
223
- email: string;
224
223
  nome: string;
225
224
  endereco: {
226
225
  cidade: string;
@@ -233,6 +232,7 @@ declare const PrepostSchema: z.ZodObject<{
233
232
  };
234
233
  dddCelular: string;
235
234
  celular: string;
235
+ email: string;
236
236
  cpfCnpj: string;
237
237
  }>;
238
238
  codigoServico: z.ZodString;
@@ -261,7 +261,6 @@ declare const PrepostSchema: z.ZodObject<{
261
261
  }, "strip", z.ZodTypeAny, {
262
262
  idCorreios: string;
263
263
  remetente: {
264
- email: string;
265
264
  nome: string;
266
265
  endereco: {
267
266
  cidade: string;
@@ -274,10 +273,10 @@ declare const PrepostSchema: z.ZodObject<{
274
273
  };
275
274
  dddCelular: string;
276
275
  celular: string;
276
+ email: string;
277
277
  cpfCnpj: string;
278
278
  };
279
279
  destinatario: {
280
- email: string;
281
280
  nome: string;
282
281
  endereco: {
283
282
  cidade: string;
@@ -290,6 +289,7 @@ declare const PrepostSchema: z.ZodObject<{
290
289
  };
291
290
  dddCelular: string;
292
291
  celular: string;
292
+ email: string;
293
293
  cpfCnpj: string;
294
294
  };
295
295
  codigoServico: string;
@@ -310,7 +310,6 @@ declare const PrepostSchema: z.ZodObject<{
310
310
  }, {
311
311
  idCorreios: string;
312
312
  remetente: {
313
- email: string;
314
313
  nome: string;
315
314
  endereco: {
316
315
  cidade: string;
@@ -323,10 +322,10 @@ declare const PrepostSchema: z.ZodObject<{
323
322
  };
324
323
  dddCelular: string;
325
324
  celular: string;
325
+ email: string;
326
326
  cpfCnpj: string;
327
327
  };
328
328
  destinatario: {
329
- email: string;
330
329
  nome: string;
331
330
  endereco: {
332
331
  cidade: string;
@@ -339,6 +338,7 @@ declare const PrepostSchema: z.ZodObject<{
339
338
  };
340
339
  dddCelular: string;
341
340
  celular: string;
341
+ email: string;
342
342
  cpfCnpj: string;
343
343
  };
344
344
  codigoServico: string;
@@ -395,7 +395,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
395
395
  complemento?: string | undefined;
396
396
  }>;
397
397
  }, "strip", z.ZodTypeAny, {
398
- email: string;
399
398
  nome: string;
400
399
  endereco: {
401
400
  cidade: string;
@@ -408,9 +407,9 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
408
407
  };
409
408
  dddCelular: string;
410
409
  celular: string;
410
+ email: string;
411
411
  cpfCnpj: string;
412
412
  }, {
413
- email: string;
414
413
  nome: string;
415
414
  endereco: {
416
415
  cidade: string;
@@ -423,6 +422,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
423
422
  };
424
423
  dddCelular: string;
425
424
  celular: string;
425
+ email: string;
426
426
  cpfCnpj: string;
427
427
  }>;
428
428
  destinatario: z.ZodObject<{
@@ -457,7 +457,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
457
457
  complemento?: string | undefined;
458
458
  }>;
459
459
  }, "strip", z.ZodTypeAny, {
460
- email: string;
461
460
  nome: string;
462
461
  endereco: {
463
462
  cidade: string;
@@ -470,9 +469,9 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
470
469
  };
471
470
  dddCelular: string;
472
471
  celular: string;
472
+ email: string;
473
473
  cpfCnpj: string;
474
474
  }, {
475
- email: string;
476
475
  nome: string;
477
476
  endereco: {
478
477
  cidade: string;
@@ -485,6 +484,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
485
484
  };
486
485
  dddCelular: string;
487
486
  celular: string;
487
+ email: string;
488
488
  cpfCnpj: string;
489
489
  }>;
490
490
  codigoObjeto: z.ZodString;
@@ -713,7 +713,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
713
713
  deliveryTime: number;
714
714
  idCorreios: string;
715
715
  remetente: {
716
- email: string;
717
716
  nome: string;
718
717
  endereco: {
719
718
  cidade: string;
@@ -726,10 +725,10 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
726
725
  };
727
726
  dddCelular: string;
728
727
  celular: string;
728
+ email: string;
729
729
  cpfCnpj: string;
730
730
  };
731
731
  destinatario: {
732
- email: string;
733
732
  nome: string;
734
733
  endereco: {
735
734
  cidade: string;
@@ -742,6 +741,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
742
741
  };
743
742
  dddCelular: string;
744
743
  celular: string;
744
+ email: string;
745
745
  cpfCnpj: string;
746
746
  };
747
747
  codigoServico: string;
@@ -817,7 +817,6 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
817
817
  deliveryTime: number;
818
818
  idCorreios: string;
819
819
  remetente: {
820
- email: string;
821
820
  nome: string;
822
821
  endereco: {
823
822
  cidade: string;
@@ -830,10 +829,10 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
830
829
  };
831
830
  dddCelular: string;
832
831
  celular: string;
832
+ email: string;
833
833
  cpfCnpj: string;
834
834
  };
835
835
  destinatario: {
836
- email: string;
837
836
  nome: string;
838
837
  endereco: {
839
838
  cidade: string;
@@ -846,6 +845,7 @@ declare const CorreiosTagSchema: z.ZodObject<z.objectUtil.extendShape<{
846
845
  };
847
846
  dddCelular: string;
848
847
  celular: string;
848
+ email: string;
849
849
  cpfCnpj: string;
850
850
  };
851
851
  codigoServico: string;