@blue-repository/types 0.25.1 → 0.26.0
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/README.md +1 -1
- package/dist/meta.d.ts +2 -2
- package/dist/meta.d.ts.map +1 -1
- package/dist/meta.js +1 -0
- package/dist/meta.js.map +1 -1
- package/dist/packages/myos/blue-ids.d.ts +8 -0
- package/dist/packages/myos/blue-ids.d.ts.map +1 -1
- package/dist/packages/myos/blue-ids.js +8 -0
- package/dist/packages/myos/blue-ids.js.map +1 -1
- package/dist/packages/myos/contents/MyOSBalanceAccount.d.ts +11 -0
- package/dist/packages/myos/contents/MyOSBalanceAccount.d.ts.map +1 -0
- package/dist/packages/myos/contents/MyOSBalanceAccount.js +11 -0
- package/dist/packages/myos/contents/MyOSBalanceAccount.js.map +1 -0
- package/dist/packages/myos/contents/MyOSUser.d.ts +11 -0
- package/dist/packages/myos/contents/MyOSUser.d.ts.map +1 -0
- package/dist/packages/myos/contents/MyOSUser.js +11 -0
- package/dist/packages/myos/contents/MyOSUser.js.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.d.ts +8 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.js +8 -0
- package/dist/packages/myos/contents/PaymentInitiationAccepted.js.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.d.ts +20 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.js +20 -0
- package/dist/packages/myos/contents/PaymentInitiationRejected.js.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.d.ts +59 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.js +59 -0
- package/dist/packages/myos/contents/PaymentInitiationRequested.js.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.d.ts +20 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.js +20 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationFailed.js.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.d.ts +44 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.js +44 -0
- package/dist/packages/myos/contents/PaymentTargetPreparationRequested.js.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.d.ts +56 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.d.ts.map +1 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.js +56 -0
- package/dist/packages/myos/contents/PaymentTargetPrepared.js.map +1 -0
- package/dist/packages/myos/contents/index.d.ts +229 -0
- package/dist/packages/myos/contents/index.d.ts.map +1 -1
- package/dist/packages/myos/contents/index.js +24 -0
- package/dist/packages/myos/contents/index.js.map +1 -1
- package/dist/packages/myos/index.d.ts +717 -0
- package/dist/packages/myos/index.d.ts.map +1 -1
- package/dist/packages/myos/meta.d.ts +80 -0
- package/dist/packages/myos/meta.d.ts.map +1 -1
- package/dist/packages/myos/meta.js +88 -0
- package/dist/packages/myos/meta.js.map +1 -1
- package/dist/packages/myos/schemas/MyOSBalanceAccount.d.ts +16 -0
- package/dist/packages/myos/schemas/MyOSBalanceAccount.d.ts.map +1 -0
- package/dist/packages/myos/schemas/MyOSBalanceAccount.js +9 -0
- package/dist/packages/myos/schemas/MyOSBalanceAccount.js.map +1 -0
- package/dist/packages/myos/schemas/MyOSUser.d.ts +16 -0
- package/dist/packages/myos/schemas/MyOSUser.d.ts.map +1 -0
- package/dist/packages/myos/schemas/MyOSUser.js +9 -0
- package/dist/packages/myos/schemas/MyOSUser.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.d.ts +22 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.js +9 -0
- package/dist/packages/myos/schemas/PaymentInitiationAccepted.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.d.ts +28 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.js +11 -0
- package/dist/packages/myos/schemas/PaymentInitiationRejected.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.d.ts +141 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.js +29 -0
- package/dist/packages/myos/schemas/PaymentInitiationRequested.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.d.ts +28 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.js +11 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.d.ts +83 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.js +22 -0
- package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.js.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.d.ts +106 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.d.ts.map +1 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.js +24 -0
- package/dist/packages/myos/schemas/PaymentTargetPrepared.js.map +1 -0
- package/dist/packages/myos/schemas/index.d.ts +424 -0
- package/dist/packages/myos/schemas/index.d.ts.map +1 -1
- package/dist/packages/myos/schemas/index.js +24 -0
- package/dist/packages/myos/schemas/index.js.map +1 -1
- package/dist/packages/paynote/index.d.ts +62 -62
- package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts +10 -10
- package/dist/packages/paynote/schemas/CardTransactionReport.d.ts +6 -6
- package/dist/packages/paynote/schemas/LinkedCardChargeAndCaptureImmediatelyRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/LinkedCardChargeRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts +8 -8
- package/dist/packages/paynote/schemas/PayNote.d.ts +8 -8
- package/dist/packages/paynote/schemas/PaymentMandate.d.ts +18 -18
- package/dist/packages/paynote/schemas/ReverseCardChargeAndCaptureImmediatelyRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/ReverseCardChargeRequested.d.ts +2 -2
- package/dist/packages/paynote/schemas/TransactionStatus.d.ts +4 -4
- package/dist/packages/paynote/schemas/index.d.ts +62 -62
- package/package.json +2 -2
|
@@ -278,20 +278,20 @@ export declare const MerchantToCustomerPayNoteSchema: z.ZodObject<z.objectUtil.e
|
|
|
278
278
|
status?: string | undefined;
|
|
279
279
|
description?: string | undefined;
|
|
280
280
|
name?: string | undefined;
|
|
281
|
-
authorizedAmountMinor?: number | undefined;
|
|
282
|
-
capturedAmountMinor?: number | undefined;
|
|
283
281
|
currency?: {
|
|
284
282
|
[x: string]: any;
|
|
285
283
|
} | undefined;
|
|
284
|
+
authorizedAmountMinor?: number | undefined;
|
|
285
|
+
capturedAmountMinor?: number | undefined;
|
|
286
286
|
}, {
|
|
287
287
|
status?: string | undefined;
|
|
288
288
|
description?: string | undefined;
|
|
289
289
|
name?: string | undefined;
|
|
290
|
-
authorizedAmountMinor?: number | undefined;
|
|
291
|
-
capturedAmountMinor?: number | undefined;
|
|
292
290
|
currency?: {
|
|
293
291
|
[x: string]: any;
|
|
294
292
|
} | undefined;
|
|
293
|
+
authorizedAmountMinor?: number | undefined;
|
|
294
|
+
capturedAmountMinor?: number | undefined;
|
|
295
295
|
}>>;
|
|
296
296
|
}, {
|
|
297
297
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -357,11 +357,11 @@ export declare const MerchantToCustomerPayNoteSchema: z.ZodObject<z.objectUtil.e
|
|
|
357
357
|
status?: string | undefined;
|
|
358
358
|
description?: string | undefined;
|
|
359
359
|
name?: string | undefined;
|
|
360
|
-
authorizedAmountMinor?: number | undefined;
|
|
361
|
-
capturedAmountMinor?: number | undefined;
|
|
362
360
|
currency?: {
|
|
363
361
|
[x: string]: any;
|
|
364
362
|
} | undefined;
|
|
363
|
+
authorizedAmountMinor?: number | undefined;
|
|
364
|
+
capturedAmountMinor?: number | undefined;
|
|
365
365
|
} | undefined;
|
|
366
366
|
}, {
|
|
367
367
|
status?: string | undefined;
|
|
@@ -424,11 +424,11 @@ export declare const MerchantToCustomerPayNoteSchema: z.ZodObject<z.objectUtil.e
|
|
|
424
424
|
status?: string | undefined;
|
|
425
425
|
description?: string | undefined;
|
|
426
426
|
name?: string | undefined;
|
|
427
|
-
authorizedAmountMinor?: number | undefined;
|
|
428
|
-
capturedAmountMinor?: number | undefined;
|
|
429
427
|
currency?: {
|
|
430
428
|
[x: string]: any;
|
|
431
429
|
} | undefined;
|
|
430
|
+
authorizedAmountMinor?: number | undefined;
|
|
431
|
+
capturedAmountMinor?: number | undefined;
|
|
432
432
|
} | undefined;
|
|
433
433
|
}>;
|
|
434
434
|
export type MerchantToCustomerPayNote = z.infer<typeof MerchantToCustomerPayNoteSchema>;
|
|
@@ -278,20 +278,20 @@ export declare const PayNoteSchema: z.ZodObject<{
|
|
|
278
278
|
status?: string | undefined;
|
|
279
279
|
description?: string | undefined;
|
|
280
280
|
name?: string | undefined;
|
|
281
|
-
authorizedAmountMinor?: number | undefined;
|
|
282
|
-
capturedAmountMinor?: number | undefined;
|
|
283
281
|
currency?: {
|
|
284
282
|
[x: string]: any;
|
|
285
283
|
} | undefined;
|
|
284
|
+
authorizedAmountMinor?: number | undefined;
|
|
285
|
+
capturedAmountMinor?: number | undefined;
|
|
286
286
|
}, {
|
|
287
287
|
status?: string | undefined;
|
|
288
288
|
description?: string | undefined;
|
|
289
289
|
name?: string | undefined;
|
|
290
|
-
authorizedAmountMinor?: number | undefined;
|
|
291
|
-
capturedAmountMinor?: number | undefined;
|
|
292
290
|
currency?: {
|
|
293
291
|
[x: string]: any;
|
|
294
292
|
} | undefined;
|
|
293
|
+
authorizedAmountMinor?: number | undefined;
|
|
294
|
+
capturedAmountMinor?: number | undefined;
|
|
295
295
|
}>>;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
297
|
status?: string | undefined;
|
|
@@ -354,11 +354,11 @@ export declare const PayNoteSchema: z.ZodObject<{
|
|
|
354
354
|
status?: string | undefined;
|
|
355
355
|
description?: string | undefined;
|
|
356
356
|
name?: string | undefined;
|
|
357
|
-
authorizedAmountMinor?: number | undefined;
|
|
358
|
-
capturedAmountMinor?: number | undefined;
|
|
359
357
|
currency?: {
|
|
360
358
|
[x: string]: any;
|
|
361
359
|
} | undefined;
|
|
360
|
+
authorizedAmountMinor?: number | undefined;
|
|
361
|
+
capturedAmountMinor?: number | undefined;
|
|
362
362
|
} | undefined;
|
|
363
363
|
}, {
|
|
364
364
|
status?: string | undefined;
|
|
@@ -421,11 +421,11 @@ export declare const PayNoteSchema: z.ZodObject<{
|
|
|
421
421
|
status?: string | undefined;
|
|
422
422
|
description?: string | undefined;
|
|
423
423
|
name?: string | undefined;
|
|
424
|
-
authorizedAmountMinor?: number | undefined;
|
|
425
|
-
capturedAmountMinor?: number | undefined;
|
|
426
424
|
currency?: {
|
|
427
425
|
[x: string]: any;
|
|
428
426
|
} | undefined;
|
|
427
|
+
authorizedAmountMinor?: number | undefined;
|
|
428
|
+
capturedAmountMinor?: number | undefined;
|
|
429
429
|
} | undefined;
|
|
430
430
|
}>;
|
|
431
431
|
export type PayNote = z.infer<typeof PayNoteSchema>;
|
|
@@ -57,12 +57,12 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
57
57
|
}>>;
|
|
58
58
|
transactionId: z.ZodOptional<z.ZodString>;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
holdId?: string | undefined;
|
|
61
|
-
transactionId?: string | undefined;
|
|
62
|
-
authorizedAmountMinor?: number | undefined;
|
|
63
60
|
currency?: {
|
|
64
61
|
[x: string]: any;
|
|
65
62
|
} | undefined;
|
|
63
|
+
holdId?: string | undefined;
|
|
64
|
+
transactionId?: string | undefined;
|
|
65
|
+
authorizedAmountMinor?: number | undefined;
|
|
66
66
|
amountMinor?: number | undefined;
|
|
67
67
|
counterpartyId?: string | undefined;
|
|
68
68
|
counterpartyType?: string | undefined;
|
|
@@ -83,12 +83,12 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
83
83
|
[x: string]: any;
|
|
84
84
|
} | undefined;
|
|
85
85
|
}, {
|
|
86
|
-
holdId?: string | undefined;
|
|
87
|
-
transactionId?: string | undefined;
|
|
88
|
-
authorizedAmountMinor?: number | undefined;
|
|
89
86
|
currency?: {
|
|
90
87
|
[x: string]: any;
|
|
91
88
|
} | undefined;
|
|
89
|
+
holdId?: string | undefined;
|
|
90
|
+
transactionId?: string | undefined;
|
|
91
|
+
authorizedAmountMinor?: number | undefined;
|
|
92
92
|
amountMinor?: number | undefined;
|
|
93
93
|
counterpartyId?: string | undefined;
|
|
94
94
|
counterpartyType?: string | undefined;
|
|
@@ -707,6 +707,9 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
707
707
|
currency?: {
|
|
708
708
|
[x: string]: any;
|
|
709
709
|
} | undefined;
|
|
710
|
+
expiresAt?: {
|
|
711
|
+
[x: string]: any;
|
|
712
|
+
} | undefined;
|
|
710
713
|
amountCaptured?: number | undefined;
|
|
711
714
|
amountReserved?: number | undefined;
|
|
712
715
|
allowedPaymentCounterparties?: {
|
|
@@ -720,12 +723,12 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
720
723
|
allowLinkedPayNote?: boolean | undefined;
|
|
721
724
|
amountLimit?: number | undefined;
|
|
722
725
|
chargeAttempts?: Record<string, {
|
|
723
|
-
holdId?: string | undefined;
|
|
724
|
-
transactionId?: string | undefined;
|
|
725
|
-
authorizedAmountMinor?: number | undefined;
|
|
726
726
|
currency?: {
|
|
727
727
|
[x: string]: any;
|
|
728
728
|
} | undefined;
|
|
729
|
+
holdId?: string | undefined;
|
|
730
|
+
transactionId?: string | undefined;
|
|
731
|
+
authorizedAmountMinor?: number | undefined;
|
|
729
732
|
amountMinor?: number | undefined;
|
|
730
733
|
counterpartyId?: string | undefined;
|
|
731
734
|
counterpartyType?: string | undefined;
|
|
@@ -746,9 +749,6 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
746
749
|
[x: string]: any;
|
|
747
750
|
} | undefined;
|
|
748
751
|
}> | undefined;
|
|
749
|
-
expiresAt?: {
|
|
750
|
-
[x: string]: any;
|
|
751
|
-
} | undefined;
|
|
752
752
|
granteeId?: string | undefined;
|
|
753
753
|
granteeType?: string | undefined;
|
|
754
754
|
granterId?: string | undefined;
|
|
@@ -847,6 +847,9 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
847
847
|
currency?: {
|
|
848
848
|
[x: string]: any;
|
|
849
849
|
} | undefined;
|
|
850
|
+
expiresAt?: {
|
|
851
|
+
[x: string]: any;
|
|
852
|
+
} | undefined;
|
|
850
853
|
amountCaptured?: number | undefined;
|
|
851
854
|
amountReserved?: number | undefined;
|
|
852
855
|
allowedPaymentCounterparties?: {
|
|
@@ -860,12 +863,12 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
860
863
|
allowLinkedPayNote?: boolean | undefined;
|
|
861
864
|
amountLimit?: number | undefined;
|
|
862
865
|
chargeAttempts?: Record<string, {
|
|
863
|
-
holdId?: string | undefined;
|
|
864
|
-
transactionId?: string | undefined;
|
|
865
|
-
authorizedAmountMinor?: number | undefined;
|
|
866
866
|
currency?: {
|
|
867
867
|
[x: string]: any;
|
|
868
868
|
} | undefined;
|
|
869
|
+
holdId?: string | undefined;
|
|
870
|
+
transactionId?: string | undefined;
|
|
871
|
+
authorizedAmountMinor?: number | undefined;
|
|
869
872
|
amountMinor?: number | undefined;
|
|
870
873
|
counterpartyId?: string | undefined;
|
|
871
874
|
counterpartyType?: string | undefined;
|
|
@@ -886,9 +889,6 @@ export declare const PaymentMandateSchema: z.ZodObject<{
|
|
|
886
889
|
[x: string]: any;
|
|
887
890
|
} | undefined;
|
|
888
891
|
}> | undefined;
|
|
889
|
-
expiresAt?: {
|
|
890
|
-
[x: string]: any;
|
|
891
|
-
} | undefined;
|
|
892
892
|
granteeId?: string | undefined;
|
|
893
893
|
granteeType?: string | undefined;
|
|
894
894
|
granterId?: string | undefined;
|
|
@@ -17,15 +17,15 @@ export declare const ReverseCardChargeAndCaptureImmediatelyRequestedSchema: z.Zo
|
|
|
17
17
|
name?: string | undefined;
|
|
18
18
|
requestId?: string | undefined;
|
|
19
19
|
amount?: number | undefined;
|
|
20
|
-
paymentMandateDocumentId?: string | undefined;
|
|
21
20
|
paynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
21
|
+
paymentMandateDocumentId?: string | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
description?: string | undefined;
|
|
24
24
|
name?: string | undefined;
|
|
25
25
|
requestId?: string | undefined;
|
|
26
26
|
amount?: number | undefined;
|
|
27
|
-
paymentMandateDocumentId?: string | undefined;
|
|
28
27
|
paynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
28
|
+
paymentMandateDocumentId?: string | undefined;
|
|
29
29
|
}>;
|
|
30
30
|
export type ReverseCardChargeAndCaptureImmediatelyRequested = z.infer<typeof ReverseCardChargeAndCaptureImmediatelyRequestedSchema>;
|
|
31
31
|
//# sourceMappingURL=ReverseCardChargeAndCaptureImmediatelyRequested.d.ts.map
|
|
@@ -17,15 +17,15 @@ export declare const ReverseCardChargeRequestedSchema: z.ZodObject<z.objectUtil.
|
|
|
17
17
|
name?: string | undefined;
|
|
18
18
|
requestId?: string | undefined;
|
|
19
19
|
amount?: number | undefined;
|
|
20
|
-
paymentMandateDocumentId?: string | undefined;
|
|
21
20
|
paynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
21
|
+
paymentMandateDocumentId?: string | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
description?: string | undefined;
|
|
24
24
|
name?: string | undefined;
|
|
25
25
|
requestId?: string | undefined;
|
|
26
26
|
amount?: number | undefined;
|
|
27
|
-
paymentMandateDocumentId?: string | undefined;
|
|
28
27
|
paynote?: import("@blue-labs/language").BlueNode | undefined;
|
|
28
|
+
paymentMandateDocumentId?: string | undefined;
|
|
29
29
|
}>;
|
|
30
30
|
export type ReverseCardChargeRequested = z.infer<typeof ReverseCardChargeRequestedSchema>;
|
|
31
31
|
//# sourceMappingURL=ReverseCardChargeRequested.d.ts.map
|
|
@@ -14,20 +14,20 @@ export declare const TransactionStatusSchema: z.ZodObject<{
|
|
|
14
14
|
status?: string | undefined;
|
|
15
15
|
description?: string | undefined;
|
|
16
16
|
name?: string | undefined;
|
|
17
|
-
authorizedAmountMinor?: number | undefined;
|
|
18
|
-
capturedAmountMinor?: number | undefined;
|
|
19
17
|
currency?: {
|
|
20
18
|
[x: string]: any;
|
|
21
19
|
} | undefined;
|
|
20
|
+
authorizedAmountMinor?: number | undefined;
|
|
21
|
+
capturedAmountMinor?: number | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
status?: string | undefined;
|
|
24
24
|
description?: string | undefined;
|
|
25
25
|
name?: string | undefined;
|
|
26
|
-
authorizedAmountMinor?: number | undefined;
|
|
27
|
-
capturedAmountMinor?: number | undefined;
|
|
28
26
|
currency?: {
|
|
29
27
|
[x: string]: any;
|
|
30
28
|
} | undefined;
|
|
29
|
+
authorizedAmountMinor?: number | undefined;
|
|
30
|
+
capturedAmountMinor?: number | undefined;
|
|
31
31
|
}>;
|
|
32
32
|
export type TransactionStatus = z.infer<typeof TransactionStatusSchema>;
|
|
33
33
|
//# sourceMappingURL=TransactionStatus.d.ts.map
|