@blue-repository/types 0.25.0 → 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.
Files changed (103) hide show
  1. package/README.md +1 -1
  2. package/dist/meta.d.ts +2 -2
  3. package/dist/meta.d.ts.map +1 -1
  4. package/dist/meta.js +1 -0
  5. package/dist/meta.js.map +1 -1
  6. package/dist/packages/myos/blue-ids.d.ts +8 -0
  7. package/dist/packages/myos/blue-ids.d.ts.map +1 -1
  8. package/dist/packages/myos/blue-ids.js +8 -0
  9. package/dist/packages/myos/blue-ids.js.map +1 -1
  10. package/dist/packages/myos/contents/MyOSBalanceAccount.d.ts +11 -0
  11. package/dist/packages/myos/contents/MyOSBalanceAccount.d.ts.map +1 -0
  12. package/dist/packages/myos/contents/MyOSBalanceAccount.js +11 -0
  13. package/dist/packages/myos/contents/MyOSBalanceAccount.js.map +1 -0
  14. package/dist/packages/myos/contents/MyOSUser.d.ts +11 -0
  15. package/dist/packages/myos/contents/MyOSUser.d.ts.map +1 -0
  16. package/dist/packages/myos/contents/MyOSUser.js +11 -0
  17. package/dist/packages/myos/contents/MyOSUser.js.map +1 -0
  18. package/dist/packages/myos/contents/PaymentInitiationAccepted.d.ts +8 -0
  19. package/dist/packages/myos/contents/PaymentInitiationAccepted.d.ts.map +1 -0
  20. package/dist/packages/myos/contents/PaymentInitiationAccepted.js +8 -0
  21. package/dist/packages/myos/contents/PaymentInitiationAccepted.js.map +1 -0
  22. package/dist/packages/myos/contents/PaymentInitiationRejected.d.ts +20 -0
  23. package/dist/packages/myos/contents/PaymentInitiationRejected.d.ts.map +1 -0
  24. package/dist/packages/myos/contents/PaymentInitiationRejected.js +20 -0
  25. package/dist/packages/myos/contents/PaymentInitiationRejected.js.map +1 -0
  26. package/dist/packages/myos/contents/PaymentInitiationRequested.d.ts +59 -0
  27. package/dist/packages/myos/contents/PaymentInitiationRequested.d.ts.map +1 -0
  28. package/dist/packages/myos/contents/PaymentInitiationRequested.js +59 -0
  29. package/dist/packages/myos/contents/PaymentInitiationRequested.js.map +1 -0
  30. package/dist/packages/myos/contents/PaymentTargetPreparationFailed.d.ts +20 -0
  31. package/dist/packages/myos/contents/PaymentTargetPreparationFailed.d.ts.map +1 -0
  32. package/dist/packages/myos/contents/PaymentTargetPreparationFailed.js +20 -0
  33. package/dist/packages/myos/contents/PaymentTargetPreparationFailed.js.map +1 -0
  34. package/dist/packages/myos/contents/PaymentTargetPreparationRequested.d.ts +44 -0
  35. package/dist/packages/myos/contents/PaymentTargetPreparationRequested.d.ts.map +1 -0
  36. package/dist/packages/myos/contents/PaymentTargetPreparationRequested.js +44 -0
  37. package/dist/packages/myos/contents/PaymentTargetPreparationRequested.js.map +1 -0
  38. package/dist/packages/myos/contents/PaymentTargetPrepared.d.ts +56 -0
  39. package/dist/packages/myos/contents/PaymentTargetPrepared.d.ts.map +1 -0
  40. package/dist/packages/myos/contents/PaymentTargetPrepared.js +56 -0
  41. package/dist/packages/myos/contents/PaymentTargetPrepared.js.map +1 -0
  42. package/dist/packages/myos/contents/index.d.ts +229 -0
  43. package/dist/packages/myos/contents/index.d.ts.map +1 -1
  44. package/dist/packages/myos/contents/index.js +24 -0
  45. package/dist/packages/myos/contents/index.js.map +1 -1
  46. package/dist/packages/myos/index.d.ts +717 -0
  47. package/dist/packages/myos/index.d.ts.map +1 -1
  48. package/dist/packages/myos/meta.d.ts +80 -0
  49. package/dist/packages/myos/meta.d.ts.map +1 -1
  50. package/dist/packages/myos/meta.js +88 -0
  51. package/dist/packages/myos/meta.js.map +1 -1
  52. package/dist/packages/myos/schemas/MyOSBalanceAccount.d.ts +16 -0
  53. package/dist/packages/myos/schemas/MyOSBalanceAccount.d.ts.map +1 -0
  54. package/dist/packages/myos/schemas/MyOSBalanceAccount.js +9 -0
  55. package/dist/packages/myos/schemas/MyOSBalanceAccount.js.map +1 -0
  56. package/dist/packages/myos/schemas/MyOSUser.d.ts +16 -0
  57. package/dist/packages/myos/schemas/MyOSUser.d.ts.map +1 -0
  58. package/dist/packages/myos/schemas/MyOSUser.js +9 -0
  59. package/dist/packages/myos/schemas/MyOSUser.js.map +1 -0
  60. package/dist/packages/myos/schemas/PaymentInitiationAccepted.d.ts +22 -0
  61. package/dist/packages/myos/schemas/PaymentInitiationAccepted.d.ts.map +1 -0
  62. package/dist/packages/myos/schemas/PaymentInitiationAccepted.js +9 -0
  63. package/dist/packages/myos/schemas/PaymentInitiationAccepted.js.map +1 -0
  64. package/dist/packages/myos/schemas/PaymentInitiationRejected.d.ts +28 -0
  65. package/dist/packages/myos/schemas/PaymentInitiationRejected.d.ts.map +1 -0
  66. package/dist/packages/myos/schemas/PaymentInitiationRejected.js +11 -0
  67. package/dist/packages/myos/schemas/PaymentInitiationRejected.js.map +1 -0
  68. package/dist/packages/myos/schemas/PaymentInitiationRequested.d.ts +141 -0
  69. package/dist/packages/myos/schemas/PaymentInitiationRequested.d.ts.map +1 -0
  70. package/dist/packages/myos/schemas/PaymentInitiationRequested.js +29 -0
  71. package/dist/packages/myos/schemas/PaymentInitiationRequested.js.map +1 -0
  72. package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.d.ts +28 -0
  73. package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.d.ts.map +1 -0
  74. package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.js +11 -0
  75. package/dist/packages/myos/schemas/PaymentTargetPreparationFailed.js.map +1 -0
  76. package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.d.ts +83 -0
  77. package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.d.ts.map +1 -0
  78. package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.js +22 -0
  79. package/dist/packages/myos/schemas/PaymentTargetPreparationRequested.js.map +1 -0
  80. package/dist/packages/myos/schemas/PaymentTargetPrepared.d.ts +106 -0
  81. package/dist/packages/myos/schemas/PaymentTargetPrepared.d.ts.map +1 -0
  82. package/dist/packages/myos/schemas/PaymentTargetPrepared.js +24 -0
  83. package/dist/packages/myos/schemas/PaymentTargetPrepared.js.map +1 -0
  84. package/dist/packages/myos/schemas/index.d.ts +424 -0
  85. package/dist/packages/myos/schemas/index.d.ts.map +1 -1
  86. package/dist/packages/myos/schemas/index.js +24 -0
  87. package/dist/packages/myos/schemas/index.js.map +1 -1
  88. package/dist/packages/paynote/index.d.ts +62 -62
  89. package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts +10 -10
  90. package/dist/packages/paynote/schemas/CardTransactionReport.d.ts +6 -6
  91. package/dist/packages/paynote/schemas/LinkedCardChargeAndCaptureImmediatelyRequested.d.ts +2 -2
  92. package/dist/packages/paynote/schemas/LinkedCardChargeRequested.d.ts +2 -2
  93. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts +8 -8
  94. package/dist/packages/paynote/schemas/PayNote.d.ts +8 -8
  95. package/dist/packages/paynote/schemas/PaymentMandate.d.ts +18 -18
  96. package/dist/packages/paynote/schemas/ReverseCardChargeAndCaptureImmediatelyRequested.d.ts +2 -2
  97. package/dist/packages/paynote/schemas/ReverseCardChargeRequested.d.ts +2 -2
  98. package/dist/packages/paynote/schemas/TransactionStatus.d.ts +4 -4
  99. package/dist/packages/paynote/schemas/index.d.ts +62 -62
  100. package/dist/repository.d.ts +2 -27194
  101. package/dist/repository.d.ts.map +1 -1
  102. package/dist/repository.js.map +1 -1
  103. package/package.json +2 -2
@@ -770,20 +770,20 @@ export declare const schemas: {
770
770
  status?: string | undefined;
771
771
  description?: string | undefined;
772
772
  name?: string | undefined;
773
- authorizedAmountMinor?: number | undefined;
774
- capturedAmountMinor?: number | undefined;
775
773
  currency?: {
776
774
  [x: string]: any;
777
775
  } | undefined;
776
+ authorizedAmountMinor?: number | undefined;
777
+ capturedAmountMinor?: number | undefined;
778
778
  }, {
779
779
  status?: string | undefined;
780
780
  description?: string | undefined;
781
781
  name?: string | undefined;
782
- authorizedAmountMinor?: number | undefined;
783
- capturedAmountMinor?: number | undefined;
784
782
  currency?: {
785
783
  [x: string]: any;
786
784
  } | undefined;
785
+ authorizedAmountMinor?: number | undefined;
786
+ capturedAmountMinor?: number | undefined;
787
787
  }>>;
788
788
  }, {
789
789
  cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -862,6 +862,7 @@ export declare const schemas: {
862
862
  reserved?: number | undefined;
863
863
  total?: number | undefined;
864
864
  } | undefined;
865
+ currency?: string | undefined;
865
866
  cardTransactionDetails?: {
866
867
  description?: string | undefined;
867
868
  name?: string | undefined;
@@ -870,7 +871,6 @@ export declare const schemas: {
870
871
  systemTraceAuditNumber?: string | undefined;
871
872
  transmissionDateTime?: string | undefined;
872
873
  } | undefined;
873
- currency?: string | undefined;
874
874
  payNoteInitialStateDescription?: {
875
875
  summary?: string | undefined;
876
876
  details?: string | undefined;
@@ -879,11 +879,11 @@ export declare const schemas: {
879
879
  status?: string | undefined;
880
880
  description?: string | undefined;
881
881
  name?: string | undefined;
882
- authorizedAmountMinor?: number | undefined;
883
- capturedAmountMinor?: number | undefined;
884
882
  currency?: {
885
883
  [x: string]: any;
886
884
  } | undefined;
885
+ authorizedAmountMinor?: number | undefined;
886
+ capturedAmountMinor?: number | undefined;
887
887
  } | undefined;
888
888
  }, {
889
889
  status?: string | undefined;
@@ -937,6 +937,7 @@ export declare const schemas: {
937
937
  reserved?: number | undefined;
938
938
  total?: number | undefined;
939
939
  } | undefined;
940
+ currency?: string | undefined;
940
941
  cardTransactionDetails?: {
941
942
  description?: string | undefined;
942
943
  name?: string | undefined;
@@ -945,7 +946,6 @@ export declare const schemas: {
945
946
  systemTraceAuditNumber?: string | undefined;
946
947
  transmissionDateTime?: string | undefined;
947
948
  } | undefined;
948
- currency?: string | undefined;
949
949
  payNoteInitialStateDescription?: {
950
950
  summary?: string | undefined;
951
951
  details?: string | undefined;
@@ -954,11 +954,11 @@ export declare const schemas: {
954
954
  status?: string | undefined;
955
955
  description?: string | undefined;
956
956
  name?: string | undefined;
957
- authorizedAmountMinor?: number | undefined;
958
- capturedAmountMinor?: number | undefined;
959
957
  currency?: {
960
958
  [x: string]: any;
961
959
  } | undefined;
960
+ authorizedAmountMinor?: number | undefined;
961
+ capturedAmountMinor?: number | undefined;
962
962
  } | undefined;
963
963
  }>;
964
964
  readonly '2ibvMNB7oxcpkYpxpag2HLC81sRs3PUBFtqjbqN7ET8X': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
@@ -1007,6 +1007,9 @@ export declare const schemas: {
1007
1007
  status?: string | undefined;
1008
1008
  description?: string | undefined;
1009
1009
  name?: string | undefined;
1010
+ currency?: {
1011
+ [x: string]: any;
1012
+ } | undefined;
1010
1013
  transactionId?: string | undefined;
1011
1014
  cardTransactionDetails?: {
1012
1015
  description?: string | undefined;
@@ -1016,9 +1019,6 @@ export declare const schemas: {
1016
1019
  systemTraceAuditNumber?: string | undefined;
1017
1020
  transmissionDateTime?: string | undefined;
1018
1021
  } | undefined;
1019
- currency?: {
1020
- [x: string]: any;
1021
- } | undefined;
1022
1022
  amountMinor?: number | undefined;
1023
1023
  merchantId?: string | undefined;
1024
1024
  occurredAt?: {
@@ -1028,6 +1028,9 @@ export declare const schemas: {
1028
1028
  status?: string | undefined;
1029
1029
  description?: string | undefined;
1030
1030
  name?: string | undefined;
1031
+ currency?: {
1032
+ [x: string]: any;
1033
+ } | undefined;
1031
1034
  transactionId?: string | undefined;
1032
1035
  cardTransactionDetails?: {
1033
1036
  description?: string | undefined;
@@ -1037,9 +1040,6 @@ export declare const schemas: {
1037
1040
  systemTraceAuditNumber?: string | undefined;
1038
1041
  transmissionDateTime?: string | undefined;
1039
1042
  } | undefined;
1040
- currency?: {
1041
- [x: string]: any;
1042
- } | undefined;
1043
1043
  amountMinor?: number | undefined;
1044
1044
  merchantId?: string | undefined;
1045
1045
  occurredAt?: {
@@ -1174,15 +1174,15 @@ export declare const schemas: {
1174
1174
  name?: string | undefined;
1175
1175
  requestId?: string | undefined;
1176
1176
  amount?: number | undefined;
1177
- paymentMandateDocumentId?: string | undefined;
1178
1177
  paynote?: import("@blue-labs/language").BlueNode | undefined;
1178
+ paymentMandateDocumentId?: string | undefined;
1179
1179
  }, {
1180
1180
  description?: string | undefined;
1181
1181
  name?: string | undefined;
1182
1182
  requestId?: string | undefined;
1183
1183
  amount?: number | undefined;
1184
- paymentMandateDocumentId?: string | undefined;
1185
1184
  paynote?: import("@blue-labs/language").BlueNode | undefined;
1185
+ paymentMandateDocumentId?: string | undefined;
1186
1186
  }>;
1187
1187
  readonly Aq4dNFtLHLWYfCS7aqAgWwGi48MgbQmp2EZJtDBN7FSg: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1188
1188
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1202,15 +1202,15 @@ export declare const schemas: {
1202
1202
  name?: string | undefined;
1203
1203
  requestId?: string | undefined;
1204
1204
  amount?: number | undefined;
1205
- paymentMandateDocumentId?: string | undefined;
1206
1205
  paynote?: import("@blue-labs/language").BlueNode | undefined;
1206
+ paymentMandateDocumentId?: string | undefined;
1207
1207
  }, {
1208
1208
  description?: string | undefined;
1209
1209
  name?: string | undefined;
1210
1210
  requestId?: string | undefined;
1211
1211
  amount?: number | undefined;
1212
- paymentMandateDocumentId?: string | undefined;
1213
1212
  paynote?: import("@blue-labs/language").BlueNode | undefined;
1213
+ paymentMandateDocumentId?: string | undefined;
1214
1214
  }>;
1215
1215
  readonly '8dggwonfALwrTSRhg8g8ncXFXierke2mogtEZQXHab64': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1216
1216
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1563,20 +1563,20 @@ export declare const schemas: {
1563
1563
  status?: string | undefined;
1564
1564
  description?: string | undefined;
1565
1565
  name?: string | undefined;
1566
- authorizedAmountMinor?: number | undefined;
1567
- capturedAmountMinor?: number | undefined;
1568
1566
  currency?: {
1569
1567
  [x: string]: any;
1570
1568
  } | undefined;
1569
+ authorizedAmountMinor?: number | undefined;
1570
+ capturedAmountMinor?: number | undefined;
1571
1571
  }, {
1572
1572
  status?: string | undefined;
1573
1573
  description?: string | undefined;
1574
1574
  name?: string | undefined;
1575
- authorizedAmountMinor?: number | undefined;
1576
- capturedAmountMinor?: number | undefined;
1577
1575
  currency?: {
1578
1576
  [x: string]: any;
1579
1577
  } | undefined;
1578
+ authorizedAmountMinor?: number | undefined;
1579
+ capturedAmountMinor?: number | undefined;
1580
1580
  }>>;
1581
1581
  }, {
1582
1582
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1642,11 +1642,11 @@ export declare const schemas: {
1642
1642
  status?: string | undefined;
1643
1643
  description?: string | undefined;
1644
1644
  name?: string | undefined;
1645
- authorizedAmountMinor?: number | undefined;
1646
- capturedAmountMinor?: number | undefined;
1647
1645
  currency?: {
1648
1646
  [x: string]: any;
1649
1647
  } | undefined;
1648
+ authorizedAmountMinor?: number | undefined;
1649
+ capturedAmountMinor?: number | undefined;
1650
1650
  } | undefined;
1651
1651
  }, {
1652
1652
  status?: string | undefined;
@@ -1709,11 +1709,11 @@ export declare const schemas: {
1709
1709
  status?: string | undefined;
1710
1710
  description?: string | undefined;
1711
1711
  name?: string | undefined;
1712
- authorizedAmountMinor?: number | undefined;
1713
- capturedAmountMinor?: number | undefined;
1714
1712
  currency?: {
1715
1713
  [x: string]: any;
1716
1714
  } | undefined;
1715
+ authorizedAmountMinor?: number | undefined;
1716
+ capturedAmountMinor?: number | undefined;
1717
1717
  } | undefined;
1718
1718
  }>;
1719
1719
  readonly BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
@@ -1796,12 +1796,12 @@ export declare const schemas: {
1796
1796
  }>>;
1797
1797
  transactionId: import("zod").ZodOptional<import("zod").ZodString>;
1798
1798
  }, "strip", import("zod").ZodTypeAny, {
1799
- holdId?: string | undefined;
1800
- transactionId?: string | undefined;
1801
- authorizedAmountMinor?: number | undefined;
1802
1799
  currency?: {
1803
1800
  [x: string]: any;
1804
1801
  } | undefined;
1802
+ holdId?: string | undefined;
1803
+ transactionId?: string | undefined;
1804
+ authorizedAmountMinor?: number | undefined;
1805
1805
  amountMinor?: number | undefined;
1806
1806
  counterpartyId?: string | undefined;
1807
1807
  counterpartyType?: string | undefined;
@@ -1822,12 +1822,12 @@ export declare const schemas: {
1822
1822
  [x: string]: any;
1823
1823
  } | undefined;
1824
1824
  }, {
1825
- holdId?: string | undefined;
1826
- transactionId?: string | undefined;
1827
- authorizedAmountMinor?: number | undefined;
1828
1825
  currency?: {
1829
1826
  [x: string]: any;
1830
1827
  } | undefined;
1828
+ holdId?: string | undefined;
1829
+ transactionId?: string | undefined;
1830
+ authorizedAmountMinor?: number | undefined;
1831
1831
  amountMinor?: number | undefined;
1832
1832
  counterpartyId?: string | undefined;
1833
1833
  counterpartyType?: string | undefined;
@@ -2446,6 +2446,9 @@ export declare const schemas: {
2446
2446
  currency?: {
2447
2447
  [x: string]: any;
2448
2448
  } | undefined;
2449
+ expiresAt?: {
2450
+ [x: string]: any;
2451
+ } | undefined;
2449
2452
  amountCaptured?: number | undefined;
2450
2453
  amountReserved?: number | undefined;
2451
2454
  allowedPaymentCounterparties?: {
@@ -2459,12 +2462,12 @@ export declare const schemas: {
2459
2462
  allowLinkedPayNote?: boolean | undefined;
2460
2463
  amountLimit?: number | undefined;
2461
2464
  chargeAttempts?: Record<string, {
2462
- holdId?: string | undefined;
2463
- transactionId?: string | undefined;
2464
- authorizedAmountMinor?: number | undefined;
2465
2465
  currency?: {
2466
2466
  [x: string]: any;
2467
2467
  } | undefined;
2468
+ holdId?: string | undefined;
2469
+ transactionId?: string | undefined;
2470
+ authorizedAmountMinor?: number | undefined;
2468
2471
  amountMinor?: number | undefined;
2469
2472
  counterpartyId?: string | undefined;
2470
2473
  counterpartyType?: string | undefined;
@@ -2485,9 +2488,6 @@ export declare const schemas: {
2485
2488
  [x: string]: any;
2486
2489
  } | undefined;
2487
2490
  }> | undefined;
2488
- expiresAt?: {
2489
- [x: string]: any;
2490
- } | undefined;
2491
2491
  granteeId?: string | undefined;
2492
2492
  granteeType?: string | undefined;
2493
2493
  granterId?: string | undefined;
@@ -2586,6 +2586,9 @@ export declare const schemas: {
2586
2586
  currency?: {
2587
2587
  [x: string]: any;
2588
2588
  } | undefined;
2589
+ expiresAt?: {
2590
+ [x: string]: any;
2591
+ } | undefined;
2589
2592
  amountCaptured?: number | undefined;
2590
2593
  amountReserved?: number | undefined;
2591
2594
  allowedPaymentCounterparties?: {
@@ -2599,12 +2602,12 @@ export declare const schemas: {
2599
2602
  allowLinkedPayNote?: boolean | undefined;
2600
2603
  amountLimit?: number | undefined;
2601
2604
  chargeAttempts?: Record<string, {
2602
- holdId?: string | undefined;
2603
- transactionId?: string | undefined;
2604
- authorizedAmountMinor?: number | undefined;
2605
2605
  currency?: {
2606
2606
  [x: string]: any;
2607
2607
  } | undefined;
2608
+ holdId?: string | undefined;
2609
+ transactionId?: string | undefined;
2610
+ authorizedAmountMinor?: number | undefined;
2608
2611
  amountMinor?: number | undefined;
2609
2612
  counterpartyId?: string | undefined;
2610
2613
  counterpartyType?: string | undefined;
@@ -2625,9 +2628,6 @@ export declare const schemas: {
2625
2628
  [x: string]: any;
2626
2629
  } | undefined;
2627
2630
  }> | undefined;
2628
- expiresAt?: {
2629
- [x: string]: any;
2630
- } | undefined;
2631
2631
  granteeId?: string | undefined;
2632
2632
  granteeType?: string | undefined;
2633
2633
  granterId?: string | undefined;
@@ -3148,20 +3148,20 @@ export declare const schemas: {
3148
3148
  status?: string | undefined;
3149
3149
  description?: string | undefined;
3150
3150
  name?: string | undefined;
3151
- authorizedAmountMinor?: number | undefined;
3152
- capturedAmountMinor?: number | undefined;
3153
3151
  currency?: {
3154
3152
  [x: string]: any;
3155
3153
  } | undefined;
3154
+ authorizedAmountMinor?: number | undefined;
3155
+ capturedAmountMinor?: number | undefined;
3156
3156
  }, {
3157
3157
  status?: string | undefined;
3158
3158
  description?: string | undefined;
3159
3159
  name?: string | undefined;
3160
- authorizedAmountMinor?: number | undefined;
3161
- capturedAmountMinor?: number | undefined;
3162
3160
  currency?: {
3163
3161
  [x: string]: any;
3164
3162
  } | undefined;
3163
+ authorizedAmountMinor?: number | undefined;
3164
+ capturedAmountMinor?: number | undefined;
3165
3165
  }>>;
3166
3166
  }, "strip", import("zod").ZodTypeAny, {
3167
3167
  status?: string | undefined;
@@ -3224,11 +3224,11 @@ export declare const schemas: {
3224
3224
  status?: string | undefined;
3225
3225
  description?: string | undefined;
3226
3226
  name?: string | undefined;
3227
- authorizedAmountMinor?: number | undefined;
3228
- capturedAmountMinor?: number | undefined;
3229
3227
  currency?: {
3230
3228
  [x: string]: any;
3231
3229
  } | undefined;
3230
+ authorizedAmountMinor?: number | undefined;
3231
+ capturedAmountMinor?: number | undefined;
3232
3232
  } | undefined;
3233
3233
  }, {
3234
3234
  status?: string | undefined;
@@ -3291,11 +3291,11 @@ export declare const schemas: {
3291
3291
  status?: string | undefined;
3292
3292
  description?: string | undefined;
3293
3293
  name?: string | undefined;
3294
- authorizedAmountMinor?: number | undefined;
3295
- capturedAmountMinor?: number | undefined;
3296
3294
  currency?: {
3297
3295
  [x: string]: any;
3298
3296
  } | undefined;
3297
+ authorizedAmountMinor?: number | undefined;
3298
+ capturedAmountMinor?: number | undefined;
3299
3299
  } | undefined;
3300
3300
  }>;
3301
3301
  readonly '6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
@@ -4872,15 +4872,15 @@ export declare const schemas: {
4872
4872
  name?: string | undefined;
4873
4873
  requestId?: string | undefined;
4874
4874
  amount?: number | undefined;
4875
- paymentMandateDocumentId?: string | undefined;
4876
4875
  paynote?: import("@blue-labs/language").BlueNode | undefined;
4876
+ paymentMandateDocumentId?: string | undefined;
4877
4877
  }, {
4878
4878
  description?: string | undefined;
4879
4879
  name?: string | undefined;
4880
4880
  requestId?: string | undefined;
4881
4881
  amount?: number | undefined;
4882
- paymentMandateDocumentId?: string | undefined;
4883
4882
  paynote?: import("@blue-labs/language").BlueNode | undefined;
4883
+ paymentMandateDocumentId?: string | undefined;
4884
4884
  }>;
4885
4885
  readonly Fg5CEPi8Dbr1vBwGjzf8PbQNfuWfPP7HcLFChYwpRJq5: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
4886
4886
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -4900,15 +4900,15 @@ export declare const schemas: {
4900
4900
  name?: string | undefined;
4901
4901
  requestId?: string | undefined;
4902
4902
  amount?: number | undefined;
4903
- paymentMandateDocumentId?: string | undefined;
4904
4903
  paynote?: import("@blue-labs/language").BlueNode | undefined;
4904
+ paymentMandateDocumentId?: string | undefined;
4905
4905
  }, {
4906
4906
  description?: string | undefined;
4907
4907
  name?: string | undefined;
4908
4908
  requestId?: string | undefined;
4909
4909
  amount?: number | undefined;
4910
- paymentMandateDocumentId?: string | undefined;
4911
4910
  paynote?: import("@blue-labs/language").BlueNode | undefined;
4911
+ paymentMandateDocumentId?: string | undefined;
4912
4912
  }>;
4913
4913
  readonly '3b3ePGPg5GzS6KYfqoDfgjWbjccXVnGzytbpFS53x4HM': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
4914
4914
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -5026,20 +5026,20 @@ export declare const schemas: {
5026
5026
  status?: string | undefined;
5027
5027
  description?: string | undefined;
5028
5028
  name?: string | undefined;
5029
- authorizedAmountMinor?: number | undefined;
5030
- capturedAmountMinor?: number | undefined;
5031
5029
  currency?: {
5032
5030
  [x: string]: any;
5033
5031
  } | undefined;
5032
+ authorizedAmountMinor?: number | undefined;
5033
+ capturedAmountMinor?: number | undefined;
5034
5034
  }, {
5035
5035
  status?: string | undefined;
5036
5036
  description?: string | undefined;
5037
5037
  name?: string | undefined;
5038
- authorizedAmountMinor?: number | undefined;
5039
- capturedAmountMinor?: number | undefined;
5040
5038
  currency?: {
5041
5039
  [x: string]: any;
5042
5040
  } | undefined;
5041
+ authorizedAmountMinor?: number | undefined;
5042
+ capturedAmountMinor?: number | undefined;
5043
5043
  }>;
5044
5044
  };
5045
5045
  //# sourceMappingURL=index.d.ts.map