@_henriquewilson/gabirubi-domain 1.5.4 → 1.5.6
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.
- package/dist/model/iugu/iugu-charge.d.mts +2 -2
- package/dist/model/iugu/iugu-charge.d.ts +2 -2
- package/dist/model/iugu/iugu-client.d.mts +12 -12
- package/dist/model/iugu/iugu-client.d.ts +12 -12
- package/dist/model/iugu/iugu-invoice.d.mts +2 -2
- package/dist/model/iugu/iugu-invoice.d.ts +2 -2
- package/dist/model/journey.d.mts +54 -54
- package/dist/model/journey.d.ts +54 -54
- package/dist/model/purchase.d.mts +16 -8
- package/dist/model/purchase.d.ts +16 -8
- package/dist/model/purchase.js +2 -1
- package/dist/model/purchase.js.map +1 -1
- package/dist/model/purchase.mjs +2 -1
- package/dist/model/purchase.mjs.map +1 -1
- package/dist/model/subscription.model.d.mts +21 -21
- package/dist/model/subscription.model.d.ts +21 -21
- package/dist/model/user.model.d.mts +2 -2
- package/dist/model/user.model.d.ts +2 -2
- package/package.json +1 -1
|
@@ -27,9 +27,9 @@ declare const IuguChargeSchema: z.ZodObject<{
|
|
|
27
27
|
pdf: string;
|
|
28
28
|
invoice_id: string;
|
|
29
29
|
LR: string;
|
|
30
|
+
reversible?: string | null | undefined;
|
|
30
31
|
brand?: string | null | undefined;
|
|
31
32
|
bin?: string | null | undefined;
|
|
32
|
-
reversible?: string | null | undefined;
|
|
33
33
|
last4?: string | null | undefined;
|
|
34
34
|
issuer?: string | null | undefined;
|
|
35
35
|
identification?: string | null | undefined;
|
|
@@ -44,9 +44,9 @@ declare const IuguChargeSchema: z.ZodObject<{
|
|
|
44
44
|
pdf: string;
|
|
45
45
|
invoice_id: string;
|
|
46
46
|
LR: string;
|
|
47
|
+
reversible?: string | null | undefined;
|
|
47
48
|
brand?: string | null | undefined;
|
|
48
49
|
bin?: string | null | undefined;
|
|
49
|
-
reversible?: string | null | undefined;
|
|
50
50
|
last4?: string | null | undefined;
|
|
51
51
|
issuer?: string | null | undefined;
|
|
52
52
|
identification?: string | null | undefined;
|
|
@@ -27,9 +27,9 @@ declare const IuguChargeSchema: z.ZodObject<{
|
|
|
27
27
|
pdf: string;
|
|
28
28
|
invoice_id: string;
|
|
29
29
|
LR: string;
|
|
30
|
+
reversible?: string | null | undefined;
|
|
30
31
|
brand?: string | null | undefined;
|
|
31
32
|
bin?: string | null | undefined;
|
|
32
|
-
reversible?: string | null | undefined;
|
|
33
33
|
last4?: string | null | undefined;
|
|
34
34
|
issuer?: string | null | undefined;
|
|
35
35
|
identification?: string | null | undefined;
|
|
@@ -44,9 +44,9 @@ declare const IuguChargeSchema: z.ZodObject<{
|
|
|
44
44
|
pdf: string;
|
|
45
45
|
invoice_id: string;
|
|
46
46
|
LR: string;
|
|
47
|
+
reversible?: string | null | undefined;
|
|
47
48
|
brand?: string | null | undefined;
|
|
48
49
|
bin?: string | null | undefined;
|
|
49
|
-
reversible?: string | null | undefined;
|
|
50
50
|
last4?: string | null | undefined;
|
|
51
51
|
issuer?: string | null | undefined;
|
|
52
52
|
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;
|
|
15
16
|
holder_name: string;
|
|
16
17
|
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;
|
|
25
26
|
holder_name: string;
|
|
26
27
|
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;
|
|
50
51
|
holder_name: string;
|
|
51
52
|
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;
|
|
60
61
|
holder_name: string;
|
|
61
62
|
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;
|
|
75
76
|
holder_name: string;
|
|
76
77
|
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;
|
|
90
91
|
holder_name: string;
|
|
91
92
|
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;
|
|
142
143
|
holder_name: string;
|
|
143
144
|
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;
|
|
152
153
|
holder_name: string;
|
|
153
154
|
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;
|
|
167
168
|
holder_name: string;
|
|
168
169
|
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;
|
|
182
183
|
holder_name: string;
|
|
183
184
|
display_number: string;
|
|
184
|
-
bin: string;
|
|
185
185
|
year: number;
|
|
186
186
|
month: number;
|
|
187
187
|
last_digits: string;
|
|
@@ -216,9 +216,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
216
216
|
item_type: string;
|
|
217
217
|
data: {
|
|
218
218
|
brand: string;
|
|
219
|
+
bin: string;
|
|
219
220
|
holder_name: string;
|
|
220
221
|
display_number: string;
|
|
221
|
-
bin: string;
|
|
222
222
|
year: number;
|
|
223
223
|
month: number;
|
|
224
224
|
last_digits: string;
|
|
@@ -253,9 +253,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
253
253
|
item_type: string;
|
|
254
254
|
data: {
|
|
255
255
|
brand: string;
|
|
256
|
+
bin: string;
|
|
256
257
|
holder_name: string;
|
|
257
258
|
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;
|
|
15
16
|
holder_name: string;
|
|
16
17
|
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;
|
|
25
26
|
holder_name: string;
|
|
26
27
|
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;
|
|
50
51
|
holder_name: string;
|
|
51
52
|
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;
|
|
60
61
|
holder_name: string;
|
|
61
62
|
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;
|
|
75
76
|
holder_name: string;
|
|
76
77
|
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;
|
|
90
91
|
holder_name: string;
|
|
91
92
|
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;
|
|
142
143
|
holder_name: string;
|
|
143
144
|
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;
|
|
152
153
|
holder_name: string;
|
|
153
154
|
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;
|
|
167
168
|
holder_name: string;
|
|
168
169
|
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;
|
|
182
183
|
holder_name: string;
|
|
183
184
|
display_number: string;
|
|
184
|
-
bin: string;
|
|
185
185
|
year: number;
|
|
186
186
|
month: number;
|
|
187
187
|
last_digits: string;
|
|
@@ -216,9 +216,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
216
216
|
item_type: string;
|
|
217
217
|
data: {
|
|
218
218
|
brand: string;
|
|
219
|
+
bin: string;
|
|
219
220
|
holder_name: string;
|
|
220
221
|
display_number: string;
|
|
221
|
-
bin: string;
|
|
222
222
|
year: number;
|
|
223
223
|
month: number;
|
|
224
224
|
last_digits: string;
|
|
@@ -253,9 +253,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
253
253
|
item_type: string;
|
|
254
254
|
data: {
|
|
255
255
|
brand: string;
|
|
256
|
+
bin: string;
|
|
256
257
|
holder_name: string;
|
|
257
258
|
display_number: string;
|
|
258
|
-
bin: string;
|
|
259
259
|
year: number;
|
|
260
260
|
month: number;
|
|
261
261
|
last_digits: string;
|
|
@@ -226,8 +226,8 @@ declare const IuguInvoiceSchema: z.ZodObject<{
|
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
227
|
id: string;
|
|
228
228
|
status?: "pending" | "paid" | "canceled" | "in_analysis" | "draft" | "partially_paid" | "refunded" | "expired" | "in_protest" | "chargeback" | "externally_paid" | "invited" | null | undefined;
|
|
229
|
-
email?: string | null | undefined;
|
|
230
229
|
discount?: string | null | undefined;
|
|
230
|
+
email?: string | null | undefined;
|
|
231
231
|
paid?: string | null | undefined;
|
|
232
232
|
due_date?: string | null | undefined;
|
|
233
233
|
currency?: string | null | undefined;
|
|
@@ -378,8 +378,8 @@ declare const IuguInvoiceSchema: z.ZodObject<{
|
|
|
378
378
|
}, {
|
|
379
379
|
id: string;
|
|
380
380
|
status?: "pending" | "paid" | "canceled" | "in_analysis" | "draft" | "partially_paid" | "refunded" | "expired" | "in_protest" | "chargeback" | "externally_paid" | "invited" | null | undefined;
|
|
381
|
-
email?: string | null | undefined;
|
|
382
381
|
discount?: string | null | undefined;
|
|
382
|
+
email?: string | null | undefined;
|
|
383
383
|
paid?: string | null | undefined;
|
|
384
384
|
due_date?: string | null | undefined;
|
|
385
385
|
currency?: string | null | undefined;
|
|
@@ -226,8 +226,8 @@ declare const IuguInvoiceSchema: z.ZodObject<{
|
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
227
|
id: string;
|
|
228
228
|
status?: "pending" | "paid" | "canceled" | "in_analysis" | "draft" | "partially_paid" | "refunded" | "expired" | "in_protest" | "chargeback" | "externally_paid" | "invited" | null | undefined;
|
|
229
|
-
email?: string | null | undefined;
|
|
230
229
|
discount?: string | null | undefined;
|
|
230
|
+
email?: string | null | undefined;
|
|
231
231
|
paid?: string | null | undefined;
|
|
232
232
|
due_date?: string | null | undefined;
|
|
233
233
|
currency?: string | null | undefined;
|
|
@@ -378,8 +378,8 @@ declare const IuguInvoiceSchema: z.ZodObject<{
|
|
|
378
378
|
}, {
|
|
379
379
|
id: string;
|
|
380
380
|
status?: "pending" | "paid" | "canceled" | "in_analysis" | "draft" | "partially_paid" | "refunded" | "expired" | "in_protest" | "chargeback" | "externally_paid" | "invited" | null | undefined;
|
|
381
|
-
email?: string | null | undefined;
|
|
382
381
|
discount?: string | null | undefined;
|
|
382
|
+
email?: string | null | undefined;
|
|
383
383
|
paid?: string | null | undefined;
|
|
384
384
|
due_date?: string | null | undefined;
|
|
385
385
|
currency?: string | null | undefined;
|