@_henriquewilson/gabirubi-domain 1.0.150 → 1.0.151

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.
@@ -17,8 +17,8 @@ declare const IuguChargeSchema: z.ZodObject<{
17
17
  invoice_id: z.ZodString;
18
18
  LR: z.ZodString;
19
19
  }, "strip", z.ZodTypeAny, {
20
- status: string;
21
20
  message: string;
21
+ status: string;
22
22
  info_message: string;
23
23
  token: string;
24
24
  success: boolean;
@@ -33,8 +33,8 @@ declare const IuguChargeSchema: z.ZodObject<{
33
33
  issuer?: string | null | undefined;
34
34
  identification?: string | null | undefined;
35
35
  }, {
36
- status: string;
37
36
  message: string;
37
+ status: string;
38
38
  info_message: string;
39
39
  token: string;
40
40
  success: boolean;
@@ -17,8 +17,8 @@ declare const IuguChargeSchema: z.ZodObject<{
17
17
  invoice_id: z.ZodString;
18
18
  LR: z.ZodString;
19
19
  }, "strip", z.ZodTypeAny, {
20
- status: string;
21
20
  message: string;
21
+ status: string;
22
22
  info_message: string;
23
23
  token: string;
24
24
  success: boolean;
@@ -33,8 +33,8 @@ declare const IuguChargeSchema: z.ZodObject<{
33
33
  issuer?: string | null | undefined;
34
34
  identification?: string | null | undefined;
35
35
  }, {
36
- status: string;
37
36
  message: string;
37
+ status: string;
38
38
  info_message: string;
39
39
  token: string;
40
40
  success: boolean;
@@ -199,17 +199,17 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
199
199
  id: string;
200
200
  email: string;
201
201
  number?: any;
202
- cc_emails?: any;
203
- updated_at?: string | undefined;
204
- custom_variables?: any[] | undefined;
202
+ name?: string | undefined;
205
203
  notes?: any;
206
204
  created_at?: string | undefined;
207
- name?: string | undefined;
205
+ updated_at?: string | undefined;
206
+ cc_emails?: any;
208
207
  cpf_cnpj?: string | undefined;
209
208
  zip_code?: any;
210
209
  complement?: any;
211
210
  phone?: any;
212
211
  phone_prefix?: any;
212
+ custom_variables?: any[] | undefined;
213
213
  payment_methods?: {
214
214
  id: string;
215
215
  description: string;
@@ -236,17 +236,17 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
236
236
  id: string;
237
237
  email: string;
238
238
  number?: any;
239
- cc_emails?: any;
240
- updated_at?: string | undefined;
241
- custom_variables?: any[] | undefined;
239
+ name?: string | undefined;
242
240
  notes?: any;
243
241
  created_at?: string | undefined;
244
- name?: string | undefined;
242
+ updated_at?: string | undefined;
243
+ cc_emails?: any;
245
244
  cpf_cnpj?: string | undefined;
246
245
  zip_code?: any;
247
246
  complement?: any;
248
247
  phone?: any;
249
248
  phone_prefix?: any;
249
+ custom_variables?: any[] | undefined;
250
250
  payment_methods?: {
251
251
  id: string;
252
252
  description: string;
@@ -199,17 +199,17 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
199
199
  id: string;
200
200
  email: string;
201
201
  number?: any;
202
- cc_emails?: any;
203
- updated_at?: string | undefined;
204
- custom_variables?: any[] | undefined;
202
+ name?: string | undefined;
205
203
  notes?: any;
206
204
  created_at?: string | undefined;
207
- name?: string | undefined;
205
+ updated_at?: string | undefined;
206
+ cc_emails?: any;
208
207
  cpf_cnpj?: string | undefined;
209
208
  zip_code?: any;
210
209
  complement?: any;
211
210
  phone?: any;
212
211
  phone_prefix?: any;
212
+ custom_variables?: any[] | undefined;
213
213
  payment_methods?: {
214
214
  id: string;
215
215
  description: string;
@@ -236,17 +236,17 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
236
236
  id: string;
237
237
  email: string;
238
238
  number?: any;
239
- cc_emails?: any;
240
- updated_at?: string | undefined;
241
- custom_variables?: any[] | undefined;
239
+ name?: string | undefined;
242
240
  notes?: any;
243
241
  created_at?: string | undefined;
244
- name?: string | undefined;
242
+ updated_at?: string | undefined;
243
+ cc_emails?: any;
245
244
  cpf_cnpj?: string | undefined;
246
245
  zip_code?: any;
247
246
  complement?: any;
248
247
  phone?: any;
249
248
  phone_prefix?: any;
249
+ custom_variables?: any[] | undefined;
250
250
  payment_methods?: {
251
251
  id: string;
252
252
  description: string;
@@ -193,19 +193,19 @@ declare const PixResultSchema: z.ZodObject<{
193
193
  account_number_last_digits: z.ZodString;
194
194
  }, "strip", z.ZodTypeAny, {
195
195
  status: string;
196
- qrcode: string;
197
- qrcode_text: string;
198
196
  payer_name: string;
199
197
  payer_cpf_cnpj: string;
198
+ qrcode: string;
199
+ qrcode_text: string;
200
200
  end_to_end_id: string;
201
201
  end_to_end_refund_id: string;
202
202
  account_number_last_digits: string;
203
203
  }, {
204
204
  status: string;
205
- qrcode: string;
206
- qrcode_text: string;
207
205
  payer_name: string;
208
206
  payer_cpf_cnpj: string;
207
+ qrcode: string;
208
+ qrcode_text: string;
209
209
  end_to_end_id: string;
210
210
  end_to_end_refund_id: string;
211
211
  account_number_last_digits: string;
@@ -220,17 +220,17 @@ declare const PixResultSchema: z.ZodObject<{
220
220
  price: z.ZodString;
221
221
  }, "strip", z.ZodTypeAny, {
222
222
  id: string;
223
- updated_at: string;
224
223
  description: string;
225
224
  created_at: string;
225
+ updated_at: string;
226
226
  price_cents: number;
227
227
  quantity: number;
228
228
  price: string;
229
229
  }, {
230
230
  id: string;
231
- updated_at: string;
232
231
  description: string;
233
232
  created_at: string;
233
+ updated_at: string;
234
234
  price_cents: number;
235
235
  quantity: number;
236
236
  price: string;
@@ -239,21 +239,15 @@ declare const PixResultSchema: z.ZodObject<{
239
239
  split_rules: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
240
240
  }, "strip", z.ZodTypeAny, {
241
241
  id: string;
242
- pix?: {
243
- status: string;
244
- qrcode: string;
245
- qrcode_text: string;
246
- payer_name: string;
247
- payer_cpf_cnpj: string;
248
- end_to_end_id: string;
249
- end_to_end_refund_id: string;
250
- account_number_last_digits: string;
251
- } | null | undefined;
252
242
  status?: string | null | undefined;
243
+ email?: string | null | undefined;
244
+ created_at?: string | null | undefined;
245
+ updated_at?: string | null | undefined;
246
+ cc_emails?: string | null | undefined;
247
+ custom_variables?: unknown[] | null | undefined;
253
248
  due_date?: string | null | undefined;
254
249
  currency?: string | null | undefined;
255
250
  discount_cents?: string | null | undefined;
256
- email?: string | null | undefined;
257
251
  items_total_cents?: number | null | undefined;
258
252
  notification_url?: string | null | undefined;
259
253
  return_url?: string | null | undefined;
@@ -263,7 +257,6 @@ declare const PixResultSchema: z.ZodObject<{
263
257
  taxes_paid_cents?: string | null | undefined;
264
258
  paid_at?: string | null | undefined;
265
259
  paid_cents?: string | null | undefined;
266
- cc_emails?: string | null | undefined;
267
260
  financial_return_date?: string | null | undefined;
268
261
  payable_with?: string | null | undefined;
269
262
  overpaid_cents?: string | null | undefined;
@@ -273,7 +266,6 @@ declare const PixResultSchema: z.ZodObject<{
273
266
  commission_cents?: string | null | undefined;
274
267
  early_payment_discount?: boolean | null | undefined;
275
268
  order_id?: string | null | undefined;
276
- updated_at?: string | null | undefined;
277
269
  credit_card_brand?: string | null | undefined;
278
270
  credit_card_bin?: string | null | undefined;
279
271
  credit_card_last_4?: string | null | undefined;
@@ -305,8 +297,6 @@ declare const PixResultSchema: z.ZodObject<{
305
297
  value: string;
306
298
  variable: string;
307
299
  }[] | null | undefined;
308
- custom_variables?: unknown[] | null | undefined;
309
- created_at?: string | null | undefined;
310
300
  logs?: {
311
301
  id: string;
312
302
  description: string;
@@ -378,11 +368,21 @@ declare const PixResultSchema: z.ZodObject<{
378
368
  bank_slip_error_message: string;
379
369
  recipient_cpf_cnpj: string;
380
370
  } | null | undefined;
371
+ pix?: {
372
+ status: string;
373
+ payer_name: string;
374
+ payer_cpf_cnpj: string;
375
+ qrcode: string;
376
+ qrcode_text: string;
377
+ end_to_end_id: string;
378
+ end_to_end_refund_id: string;
379
+ account_number_last_digits: string;
380
+ } | null | undefined;
381
381
  items?: {
382
382
  id: string;
383
- updated_at: string;
384
383
  description: string;
385
384
  created_at: string;
385
+ updated_at: string;
386
386
  price_cents: number;
387
387
  quantity: number;
388
388
  price: string;
@@ -391,21 +391,15 @@ declare const PixResultSchema: z.ZodObject<{
391
391
  split_rules?: string | null | undefined;
392
392
  }, {
393
393
  id: string;
394
- pix?: {
395
- status: string;
396
- qrcode: string;
397
- qrcode_text: string;
398
- payer_name: string;
399
- payer_cpf_cnpj: string;
400
- end_to_end_id: string;
401
- end_to_end_refund_id: string;
402
- account_number_last_digits: string;
403
- } | null | undefined;
404
394
  status?: string | null | undefined;
395
+ email?: string | null | undefined;
396
+ created_at?: string | null | undefined;
397
+ updated_at?: string | null | undefined;
398
+ cc_emails?: string | null | undefined;
399
+ custom_variables?: unknown[] | null | undefined;
405
400
  due_date?: string | null | undefined;
406
401
  currency?: string | null | undefined;
407
402
  discount_cents?: string | null | undefined;
408
- email?: string | null | undefined;
409
403
  items_total_cents?: number | null | undefined;
410
404
  notification_url?: string | null | undefined;
411
405
  return_url?: string | null | undefined;
@@ -415,7 +409,6 @@ declare const PixResultSchema: z.ZodObject<{
415
409
  taxes_paid_cents?: string | null | undefined;
416
410
  paid_at?: string | null | undefined;
417
411
  paid_cents?: string | null | undefined;
418
- cc_emails?: string | null | undefined;
419
412
  financial_return_date?: string | null | undefined;
420
413
  payable_with?: string | null | undefined;
421
414
  overpaid_cents?: string | null | undefined;
@@ -425,7 +418,6 @@ declare const PixResultSchema: z.ZodObject<{
425
418
  commission_cents?: string | null | undefined;
426
419
  early_payment_discount?: boolean | null | undefined;
427
420
  order_id?: string | null | undefined;
428
- updated_at?: string | null | undefined;
429
421
  credit_card_brand?: string | null | undefined;
430
422
  credit_card_bin?: string | null | undefined;
431
423
  credit_card_last_4?: string | null | undefined;
@@ -457,8 +449,6 @@ declare const PixResultSchema: z.ZodObject<{
457
449
  value: string;
458
450
  variable: string;
459
451
  }[] | null | undefined;
460
- custom_variables?: unknown[] | null | undefined;
461
- created_at?: string | null | undefined;
462
452
  logs?: {
463
453
  id: string;
464
454
  description: string;
@@ -530,11 +520,21 @@ declare const PixResultSchema: z.ZodObject<{
530
520
  bank_slip_error_message: string;
531
521
  recipient_cpf_cnpj: string;
532
522
  } | null | undefined;
523
+ pix?: {
524
+ status: string;
525
+ payer_name: string;
526
+ payer_cpf_cnpj: string;
527
+ qrcode: string;
528
+ qrcode_text: string;
529
+ end_to_end_id: string;
530
+ end_to_end_refund_id: string;
531
+ account_number_last_digits: string;
532
+ } | null | undefined;
533
533
  items?: {
534
534
  id: string;
535
- updated_at: string;
536
535
  description: string;
537
536
  created_at: string;
537
+ updated_at: string;
538
538
  price_cents: number;
539
539
  quantity: number;
540
540
  price: string;
@@ -543,29 +543,23 @@ declare const PixResultSchema: z.ZodObject<{
543
543
  split_rules?: string | null | undefined;
544
544
  }>>;
545
545
  }, "strip", z.ZodTypeAny, {
546
- invoice: string;
547
546
  pix: {
548
547
  status: string;
549
548
  qrcode: string;
550
549
  qrcode_text: string;
551
550
  };
551
+ invoice: string;
552
552
  invoiceData?: {
553
553
  id: string;
554
- pix?: {
555
- status: string;
556
- qrcode: string;
557
- qrcode_text: string;
558
- payer_name: string;
559
- payer_cpf_cnpj: string;
560
- end_to_end_id: string;
561
- end_to_end_refund_id: string;
562
- account_number_last_digits: string;
563
- } | null | undefined;
564
554
  status?: string | null | undefined;
555
+ email?: string | null | undefined;
556
+ created_at?: string | null | undefined;
557
+ updated_at?: string | null | undefined;
558
+ cc_emails?: string | null | undefined;
559
+ custom_variables?: unknown[] | null | undefined;
565
560
  due_date?: string | null | undefined;
566
561
  currency?: string | null | undefined;
567
562
  discount_cents?: string | null | undefined;
568
- email?: string | null | undefined;
569
563
  items_total_cents?: number | null | undefined;
570
564
  notification_url?: string | null | undefined;
571
565
  return_url?: string | null | undefined;
@@ -575,7 +569,6 @@ declare const PixResultSchema: z.ZodObject<{
575
569
  taxes_paid_cents?: string | null | undefined;
576
570
  paid_at?: string | null | undefined;
577
571
  paid_cents?: string | null | undefined;
578
- cc_emails?: string | null | undefined;
579
572
  financial_return_date?: string | null | undefined;
580
573
  payable_with?: string | null | undefined;
581
574
  overpaid_cents?: string | null | undefined;
@@ -585,7 +578,6 @@ declare const PixResultSchema: z.ZodObject<{
585
578
  commission_cents?: string | null | undefined;
586
579
  early_payment_discount?: boolean | null | undefined;
587
580
  order_id?: string | null | undefined;
588
- updated_at?: string | null | undefined;
589
581
  credit_card_brand?: string | null | undefined;
590
582
  credit_card_bin?: string | null | undefined;
591
583
  credit_card_last_4?: string | null | undefined;
@@ -617,8 +609,6 @@ declare const PixResultSchema: z.ZodObject<{
617
609
  value: string;
618
610
  variable: string;
619
611
  }[] | null | undefined;
620
- custom_variables?: unknown[] | null | undefined;
621
- created_at?: string | null | undefined;
622
612
  logs?: {
623
613
  id: string;
624
614
  description: string;
@@ -690,11 +680,21 @@ declare const PixResultSchema: z.ZodObject<{
690
680
  bank_slip_error_message: string;
691
681
  recipient_cpf_cnpj: string;
692
682
  } | null | undefined;
683
+ pix?: {
684
+ status: string;
685
+ payer_name: string;
686
+ payer_cpf_cnpj: string;
687
+ qrcode: string;
688
+ qrcode_text: string;
689
+ end_to_end_id: string;
690
+ end_to_end_refund_id: string;
691
+ account_number_last_digits: string;
692
+ } | null | undefined;
693
693
  items?: {
694
694
  id: string;
695
- updated_at: string;
696
695
  description: string;
697
696
  created_at: string;
697
+ updated_at: string;
698
698
  price_cents: number;
699
699
  quantity: number;
700
700
  price: string;
@@ -703,29 +703,23 @@ declare const PixResultSchema: z.ZodObject<{
703
703
  split_rules?: string | null | undefined;
704
704
  } | undefined;
705
705
  }, {
706
- invoice: string;
707
706
  pix: {
708
707
  status: string;
709
708
  qrcode: string;
710
709
  qrcode_text: string;
711
710
  };
711
+ invoice: string;
712
712
  invoiceData?: {
713
713
  id: string;
714
- pix?: {
715
- status: string;
716
- qrcode: string;
717
- qrcode_text: string;
718
- payer_name: string;
719
- payer_cpf_cnpj: string;
720
- end_to_end_id: string;
721
- end_to_end_refund_id: string;
722
- account_number_last_digits: string;
723
- } | null | undefined;
724
714
  status?: string | null | undefined;
715
+ email?: string | null | undefined;
716
+ created_at?: string | null | undefined;
717
+ updated_at?: string | null | undefined;
718
+ cc_emails?: string | null | undefined;
719
+ custom_variables?: unknown[] | null | undefined;
725
720
  due_date?: string | null | undefined;
726
721
  currency?: string | null | undefined;
727
722
  discount_cents?: string | null | undefined;
728
- email?: string | null | undefined;
729
723
  items_total_cents?: number | null | undefined;
730
724
  notification_url?: string | null | undefined;
731
725
  return_url?: string | null | undefined;
@@ -735,7 +729,6 @@ declare const PixResultSchema: z.ZodObject<{
735
729
  taxes_paid_cents?: string | null | undefined;
736
730
  paid_at?: string | null | undefined;
737
731
  paid_cents?: string | null | undefined;
738
- cc_emails?: string | null | undefined;
739
732
  financial_return_date?: string | null | undefined;
740
733
  payable_with?: string | null | undefined;
741
734
  overpaid_cents?: string | null | undefined;
@@ -745,7 +738,6 @@ declare const PixResultSchema: z.ZodObject<{
745
738
  commission_cents?: string | null | undefined;
746
739
  early_payment_discount?: boolean | null | undefined;
747
740
  order_id?: string | null | undefined;
748
- updated_at?: string | null | undefined;
749
741
  credit_card_brand?: string | null | undefined;
750
742
  credit_card_bin?: string | null | undefined;
751
743
  credit_card_last_4?: string | null | undefined;
@@ -777,8 +769,6 @@ declare const PixResultSchema: z.ZodObject<{
777
769
  value: string;
778
770
  variable: string;
779
771
  }[] | null | undefined;
780
- custom_variables?: unknown[] | null | undefined;
781
- created_at?: string | null | undefined;
782
772
  logs?: {
783
773
  id: string;
784
774
  description: string;
@@ -850,11 +840,21 @@ declare const PixResultSchema: z.ZodObject<{
850
840
  bank_slip_error_message: string;
851
841
  recipient_cpf_cnpj: string;
852
842
  } | null | undefined;
843
+ pix?: {
844
+ status: string;
845
+ payer_name: string;
846
+ payer_cpf_cnpj: string;
847
+ qrcode: string;
848
+ qrcode_text: string;
849
+ end_to_end_id: string;
850
+ end_to_end_refund_id: string;
851
+ account_number_last_digits: string;
852
+ } | null | undefined;
853
853
  items?: {
854
854
  id: string;
855
- updated_at: string;
856
855
  description: string;
857
856
  created_at: string;
857
+ updated_at: string;
858
858
  price_cents: number;
859
859
  quantity: number;
860
860
  price: string;