@_henriquewilson/gabirubi-domain 1.3.32 → 1.3.33

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;
@@ -26,15 +26,15 @@ declare const IuguChargeSchema: z.ZodObject<{
26
26
  pdf: string;
27
27
  invoice_id: string;
28
28
  LR: string;
29
- reversible?: string | null | undefined;
30
29
  brand?: string | null | undefined;
31
30
  bin?: string | null | undefined;
31
+ reversible?: string | null | undefined;
32
32
  last4?: string | null | undefined;
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;
@@ -42,9 +42,9 @@ declare const IuguChargeSchema: z.ZodObject<{
42
42
  pdf: string;
43
43
  invoice_id: string;
44
44
  LR: string;
45
- reversible?: string | null | undefined;
46
45
  brand?: string | null | undefined;
47
46
  bin?: string | null | undefined;
47
+ reversible?: string | null | undefined;
48
48
  last4?: string | null | undefined;
49
49
  issuer?: string | null | undefined;
50
50
  identification?: string | null | undefined;
@@ -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;
@@ -26,15 +26,15 @@ declare const IuguChargeSchema: z.ZodObject<{
26
26
  pdf: string;
27
27
  invoice_id: string;
28
28
  LR: string;
29
- reversible?: string | null | undefined;
30
29
  brand?: string | null | undefined;
31
30
  bin?: string | null | undefined;
31
+ reversible?: string | null | undefined;
32
32
  last4?: string | null | undefined;
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;
@@ -42,9 +42,9 @@ declare const IuguChargeSchema: z.ZodObject<{
42
42
  pdf: string;
43
43
  invoice_id: string;
44
44
  LR: string;
45
- reversible?: string | null | undefined;
46
45
  brand?: string | null | undefined;
47
46
  bin?: string | null | undefined;
47
+ reversible?: string | null | undefined;
48
48
  last4?: string | null | undefined;
49
49
  issuer?: string | null | undefined;
50
50
  identification?: string | null | undefined;
@@ -12,9 +12,9 @@ declare const dataSchema: z.ZodObject<{
12
12
  masked_number: z.ZodString;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  brand: string;
15
- bin: string;
16
15
  holder_name: string;
17
16
  display_number: string;
17
+ bin: string;
18
18
  year: number;
19
19
  month: number;
20
20
  last_digits: string;
@@ -22,9 +22,9 @@ declare const dataSchema: z.ZodObject<{
22
22
  masked_number: string;
23
23
  }, {
24
24
  brand: string;
25
- bin: string;
26
25
  holder_name: string;
27
26
  display_number: string;
27
+ bin: string;
28
28
  year: number;
29
29
  month: number;
30
30
  last_digits: string;
@@ -47,9 +47,9 @@ declare const paymentMethodSchema: z.ZodObject<{
47
47
  masked_number: z.ZodString;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  brand: string;
50
- bin: string;
51
50
  holder_name: string;
52
51
  display_number: string;
52
+ bin: string;
53
53
  year: number;
54
54
  month: number;
55
55
  last_digits: string;
@@ -57,9 +57,9 @@ declare const paymentMethodSchema: z.ZodObject<{
57
57
  masked_number: string;
58
58
  }, {
59
59
  brand: string;
60
- bin: string;
61
60
  holder_name: string;
62
61
  display_number: string;
62
+ bin: string;
63
63
  year: number;
64
64
  month: number;
65
65
  last_digits: string;
@@ -72,9 +72,9 @@ declare const paymentMethodSchema: z.ZodObject<{
72
72
  item_type: string;
73
73
  data: {
74
74
  brand: string;
75
- bin: string;
76
75
  holder_name: string;
77
76
  display_number: string;
77
+ bin: string;
78
78
  year: number;
79
79
  month: number;
80
80
  last_digits: string;
@@ -87,9 +87,9 @@ declare const paymentMethodSchema: z.ZodObject<{
87
87
  item_type: string;
88
88
  data: {
89
89
  brand: string;
90
- bin: string;
91
90
  holder_name: string;
92
91
  display_number: string;
92
+ bin: string;
93
93
  year: number;
94
94
  month: number;
95
95
  last_digits: string;
@@ -139,9 +139,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
139
139
  masked_number: z.ZodString;
140
140
  }, "strip", z.ZodTypeAny, {
141
141
  brand: string;
142
- bin: string;
143
142
  holder_name: string;
144
143
  display_number: string;
144
+ bin: string;
145
145
  year: number;
146
146
  month: number;
147
147
  last_digits: string;
@@ -149,9 +149,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
149
149
  masked_number: string;
150
150
  }, {
151
151
  brand: string;
152
- bin: string;
153
152
  holder_name: string;
154
153
  display_number: string;
154
+ bin: string;
155
155
  year: number;
156
156
  month: number;
157
157
  last_digits: string;
@@ -164,9 +164,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
164
164
  item_type: string;
165
165
  data: {
166
166
  brand: string;
167
- bin: string;
168
167
  holder_name: string;
169
168
  display_number: string;
169
+ bin: string;
170
170
  year: number;
171
171
  month: number;
172
172
  last_digits: string;
@@ -179,9 +179,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
179
179
  item_type: string;
180
180
  data: {
181
181
  brand: string;
182
- bin: string;
183
182
  holder_name: string;
184
183
  display_number: string;
184
+ bin: string;
185
185
  year: number;
186
186
  month: number;
187
187
  last_digits: string;
@@ -199,26 +199,26 @@ 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;
216
216
  item_type: string;
217
217
  data: {
218
218
  brand: string;
219
- bin: string;
220
219
  holder_name: string;
221
220
  display_number: string;
221
+ bin: string;
222
222
  year: number;
223
223
  month: number;
224
224
  last_digits: string;
@@ -236,26 +236,26 @@ 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;
253
253
  item_type: string;
254
254
  data: {
255
255
  brand: string;
256
- bin: string;
257
256
  holder_name: string;
258
257
  display_number: string;
258
+ bin: string;
259
259
  year: number;
260
260
  month: number;
261
261
  last_digits: string;
@@ -12,9 +12,9 @@ declare const dataSchema: z.ZodObject<{
12
12
  masked_number: z.ZodString;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  brand: string;
15
- bin: string;
16
15
  holder_name: string;
17
16
  display_number: string;
17
+ bin: string;
18
18
  year: number;
19
19
  month: number;
20
20
  last_digits: string;
@@ -22,9 +22,9 @@ declare const dataSchema: z.ZodObject<{
22
22
  masked_number: string;
23
23
  }, {
24
24
  brand: string;
25
- bin: string;
26
25
  holder_name: string;
27
26
  display_number: string;
27
+ bin: string;
28
28
  year: number;
29
29
  month: number;
30
30
  last_digits: string;
@@ -47,9 +47,9 @@ declare const paymentMethodSchema: z.ZodObject<{
47
47
  masked_number: z.ZodString;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  brand: string;
50
- bin: string;
51
50
  holder_name: string;
52
51
  display_number: string;
52
+ bin: string;
53
53
  year: number;
54
54
  month: number;
55
55
  last_digits: string;
@@ -57,9 +57,9 @@ declare const paymentMethodSchema: z.ZodObject<{
57
57
  masked_number: string;
58
58
  }, {
59
59
  brand: string;
60
- bin: string;
61
60
  holder_name: string;
62
61
  display_number: string;
62
+ bin: string;
63
63
  year: number;
64
64
  month: number;
65
65
  last_digits: string;
@@ -72,9 +72,9 @@ declare const paymentMethodSchema: z.ZodObject<{
72
72
  item_type: string;
73
73
  data: {
74
74
  brand: string;
75
- bin: string;
76
75
  holder_name: string;
77
76
  display_number: string;
77
+ bin: string;
78
78
  year: number;
79
79
  month: number;
80
80
  last_digits: string;
@@ -87,9 +87,9 @@ declare const paymentMethodSchema: z.ZodObject<{
87
87
  item_type: string;
88
88
  data: {
89
89
  brand: string;
90
- bin: string;
91
90
  holder_name: string;
92
91
  display_number: string;
92
+ bin: string;
93
93
  year: number;
94
94
  month: number;
95
95
  last_digits: string;
@@ -139,9 +139,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
139
139
  masked_number: z.ZodString;
140
140
  }, "strip", z.ZodTypeAny, {
141
141
  brand: string;
142
- bin: string;
143
142
  holder_name: string;
144
143
  display_number: string;
144
+ bin: string;
145
145
  year: number;
146
146
  month: number;
147
147
  last_digits: string;
@@ -149,9 +149,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
149
149
  masked_number: string;
150
150
  }, {
151
151
  brand: string;
152
- bin: string;
153
152
  holder_name: string;
154
153
  display_number: string;
154
+ bin: string;
155
155
  year: number;
156
156
  month: number;
157
157
  last_digits: string;
@@ -164,9 +164,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
164
164
  item_type: string;
165
165
  data: {
166
166
  brand: string;
167
- bin: string;
168
167
  holder_name: string;
169
168
  display_number: string;
169
+ bin: string;
170
170
  year: number;
171
171
  month: number;
172
172
  last_digits: string;
@@ -179,9 +179,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
179
179
  item_type: string;
180
180
  data: {
181
181
  brand: string;
182
- bin: string;
183
182
  holder_name: string;
184
183
  display_number: string;
184
+ bin: string;
185
185
  year: number;
186
186
  month: number;
187
187
  last_digits: string;
@@ -199,26 +199,26 @@ 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;
216
216
  item_type: string;
217
217
  data: {
218
218
  brand: string;
219
- bin: string;
220
219
  holder_name: string;
221
220
  display_number: string;
221
+ bin: string;
222
222
  year: number;
223
223
  month: number;
224
224
  last_digits: string;
@@ -236,26 +236,26 @@ 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;
253
253
  item_type: string;
254
254
  data: {
255
255
  brand: string;
256
- bin: string;
257
256
  holder_name: string;
258
257
  display_number: string;
258
+ bin: string;
259
259
  year: number;
260
260
  month: number;
261
261
  last_digits: 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;
@@ -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;
@@ -1638,9 +1638,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
1638
1638
  createdAt?: Timestamp | null | undefined;
1639
1639
  updatedAt?: Timestamp | null | undefined;
1640
1640
  order?: number | null | undefined;
1641
- enabled?: boolean | undefined;
1642
1641
  email?: string | undefined;
1643
1642
  name?: string | undefined;
1643
+ enabled?: boolean | undefined;
1644
1644
  lastNewsDate?: Timestamp | null | undefined;
1645
1645
  password?: string | undefined;
1646
1646
  phone?: string | undefined;
@@ -1657,9 +1657,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
1657
1657
  createdAt?: unknown;
1658
1658
  updatedAt?: unknown;
1659
1659
  order?: number | null | undefined;
1660
- enabled?: boolean | undefined;
1661
1660
  email?: string | undefined;
1662
1661
  name?: string | undefined;
1662
+ enabled?: boolean | undefined;
1663
1663
  lastNewsDate?: unknown;
1664
1664
  password?: string | undefined;
1665
1665
  phone?: string | undefined;
@@ -1684,9 +1684,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
1684
1684
  createdAt?: Timestamp | null | undefined;
1685
1685
  updatedAt?: Timestamp | null | undefined;
1686
1686
  order?: number | null | undefined;
1687
- enabled?: boolean | undefined;
1688
1687
  email?: string | undefined;
1689
1688
  name?: string | undefined;
1689
+ enabled?: boolean | undefined;
1690
1690
  lastNewsDate?: Timestamp | null | undefined;
1691
1691
  password?: string | undefined;
1692
1692
  phone?: string | undefined;
@@ -2174,9 +2174,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
2174
2174
  createdAt?: unknown;
2175
2175
  updatedAt?: unknown;
2176
2176
  order?: number | null | undefined;
2177
- enabled?: boolean | undefined;
2178
2177
  email?: string | undefined;
2179
2178
  name?: string | undefined;
2179
+ enabled?: boolean | undefined;
2180
2180
  lastNewsDate?: unknown;
2181
2181
  password?: string | undefined;
2182
2182
  phone?: string | undefined;
@@ -1638,9 +1638,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
1638
1638
  createdAt?: Timestamp | null | undefined;
1639
1639
  updatedAt?: Timestamp | null | undefined;
1640
1640
  order?: number | null | undefined;
1641
- enabled?: boolean | undefined;
1642
1641
  email?: string | undefined;
1643
1642
  name?: string | undefined;
1643
+ enabled?: boolean | undefined;
1644
1644
  lastNewsDate?: Timestamp | null | undefined;
1645
1645
  password?: string | undefined;
1646
1646
  phone?: string | undefined;
@@ -1657,9 +1657,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
1657
1657
  createdAt?: unknown;
1658
1658
  updatedAt?: unknown;
1659
1659
  order?: number | null | undefined;
1660
- enabled?: boolean | undefined;
1661
1660
  email?: string | undefined;
1662
1661
  name?: string | undefined;
1662
+ enabled?: boolean | undefined;
1663
1663
  lastNewsDate?: unknown;
1664
1664
  password?: string | undefined;
1665
1665
  phone?: string | undefined;
@@ -1684,9 +1684,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
1684
1684
  createdAt?: Timestamp | null | undefined;
1685
1685
  updatedAt?: Timestamp | null | undefined;
1686
1686
  order?: number | null | undefined;
1687
- enabled?: boolean | undefined;
1688
1687
  email?: string | undefined;
1689
1688
  name?: string | undefined;
1689
+ enabled?: boolean | undefined;
1690
1690
  lastNewsDate?: Timestamp | null | undefined;
1691
1691
  password?: string | undefined;
1692
1692
  phone?: string | undefined;
@@ -2174,9 +2174,9 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
2174
2174
  createdAt?: unknown;
2175
2175
  updatedAt?: unknown;
2176
2176
  order?: number | null | undefined;
2177
- enabled?: boolean | undefined;
2178
2177
  email?: string | undefined;
2179
2178
  name?: string | undefined;
2179
+ enabled?: boolean | undefined;
2180
2180
  lastNewsDate?: unknown;
2181
2181
  password?: string | undefined;
2182
2182
  phone?: string | undefined;
@@ -29,8 +29,8 @@ declare const UserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.exte
29
29
  createdAt?: FirebaseFirestore.Timestamp | null | undefined;
30
30
  updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
31
31
  order?: number | null | undefined;
32
- enabled?: boolean | undefined;
33
32
  name?: string | undefined;
33
+ enabled?: boolean | undefined;
34
34
  lastNewsDate?: FirebaseFirestore.Timestamp | null | undefined;
35
35
  password?: string | undefined;
36
36
  phone?: string | undefined;
@@ -48,8 +48,8 @@ declare const UserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.exte
48
48
  createdAt?: unknown;
49
49
  updatedAt?: unknown;
50
50
  order?: number | null | undefined;
51
- enabled?: boolean | undefined;
52
51
  name?: string | undefined;
52
+ enabled?: boolean | undefined;
53
53
  lastNewsDate?: unknown;
54
54
  password?: string | undefined;
55
55
  phone?: string | undefined;
@@ -29,8 +29,8 @@ declare const UserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.exte
29
29
  createdAt?: FirebaseFirestore.Timestamp | null | undefined;
30
30
  updatedAt?: FirebaseFirestore.Timestamp | null | undefined;
31
31
  order?: number | null | undefined;
32
- enabled?: boolean | undefined;
33
32
  name?: string | undefined;
33
+ enabled?: boolean | undefined;
34
34
  lastNewsDate?: FirebaseFirestore.Timestamp | null | undefined;
35
35
  password?: string | undefined;
36
36
  phone?: string | undefined;
@@ -48,8 +48,8 @@ declare const UserSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.exte
48
48
  createdAt?: unknown;
49
49
  updatedAt?: unknown;
50
50
  order?: number | null | undefined;
51
- enabled?: boolean | undefined;
52
51
  name?: string | undefined;
52
+ enabled?: boolean | undefined;
53
53
  lastNewsDate?: unknown;
54
54
  password?: string | undefined;
55
55
  phone?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_henriquewilson/gabirubi-domain",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
4
4
  "description": "gabirubi domain",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -35,7 +35,6 @@
35
35
  "typescript": "^5.2.2"
36
36
  },
37
37
  "dependencies": {
38
- "firebase": "^10.12.4",
39
38
  "@jest/globals": "^29.7.0",
40
39
  "cuid": "^3.0.0",
41
40
  "lodash": "^4.17.21",
@@ -43,11 +42,15 @@
43
42
  "zod": "^3.23.8"
44
43
  },
45
44
  "peerDependencies": {
46
- "@google-cloud/firestore": "^7.7.0"
45
+ "@google-cloud/firestore": "^7.7.0",
46
+ "firebase": "^10.12.4"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@google-cloud/firestore": {
50
50
  "optional": true
51
+ },
52
+ "firebase": {
53
+ "optional": true
51
54
  }
52
55
  }
53
56
  }