increase 0.582.1 → 0.583.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 (101) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
  3. package/resources/accounts.d.mts +2 -1
  4. package/resources/accounts.d.mts.map +1 -1
  5. package/resources/accounts.d.ts +2 -1
  6. package/resources/accounts.d.ts.map +1 -1
  7. package/resources/beneficial-owners.d.mts +4 -0
  8. package/resources/beneficial-owners.d.mts.map +1 -1
  9. package/resources/beneficial-owners.d.ts +4 -0
  10. package/resources/beneficial-owners.d.ts.map +1 -1
  11. package/resources/check-transfers.d.mts +8 -9
  12. package/resources/check-transfers.d.mts.map +1 -1
  13. package/resources/check-transfers.d.ts +8 -9
  14. package/resources/check-transfers.d.ts.map +1 -1
  15. package/resources/check-transfers.js +4 -1
  16. package/resources/check-transfers.js.map +1 -1
  17. package/resources/check-transfers.mjs +4 -1
  18. package/resources/check-transfers.mjs.map +1 -1
  19. package/resources/entities.d.mts +17 -2
  20. package/resources/entities.d.mts.map +1 -1
  21. package/resources/entities.d.ts +17 -2
  22. package/resources/entities.d.ts.map +1 -1
  23. package/resources/event-subscriptions.d.mts +10 -2
  24. package/resources/event-subscriptions.d.mts.map +1 -1
  25. package/resources/event-subscriptions.d.ts +10 -2
  26. package/resources/event-subscriptions.d.ts.map +1 -1
  27. package/resources/events.d.mts +11 -3
  28. package/resources/events.d.mts.map +1 -1
  29. package/resources/events.d.ts +11 -3
  30. package/resources/events.d.ts.map +1 -1
  31. package/resources/external-accounts.d.mts +1 -1
  32. package/resources/external-accounts.d.ts +1 -1
  33. package/resources/files.d.mts +8 -6
  34. package/resources/files.d.mts.map +1 -1
  35. package/resources/files.d.ts +8 -6
  36. package/resources/files.d.ts.map +1 -1
  37. package/resources/inbound-check-deposits.d.mts +6 -0
  38. package/resources/inbound-check-deposits.d.mts.map +1 -1
  39. package/resources/inbound-check-deposits.d.ts +6 -0
  40. package/resources/inbound-check-deposits.d.ts.map +1 -1
  41. package/resources/physical-card-profiles.d.mts +6 -2
  42. package/resources/physical-card-profiles.d.mts.map +1 -1
  43. package/resources/physical-card-profiles.d.ts +6 -2
  44. package/resources/physical-card-profiles.d.ts.map +1 -1
  45. package/resources/programs.d.mts +2 -1
  46. package/resources/programs.d.mts.map +1 -1
  47. package/resources/programs.d.ts +2 -1
  48. package/resources/programs.d.ts.map +1 -1
  49. package/resources/routing-numbers.d.mts +7 -0
  50. package/resources/routing-numbers.d.mts.map +1 -1
  51. package/resources/routing-numbers.d.ts +7 -0
  52. package/resources/routing-numbers.d.ts.map +1 -1
  53. package/resources/simulations/ach-transfers.d.mts +0 -1
  54. package/resources/simulations/ach-transfers.d.mts.map +1 -1
  55. package/resources/simulations/ach-transfers.d.ts +0 -1
  56. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  57. package/resources/simulations/check-deposits.d.mts +1 -2
  58. package/resources/simulations/check-deposits.d.mts.map +1 -1
  59. package/resources/simulations/check-deposits.d.ts +1 -2
  60. package/resources/simulations/check-deposits.d.ts.map +1 -1
  61. package/resources/simulations/inbound-check-deposits.d.mts +5 -4
  62. package/resources/simulations/inbound-check-deposits.d.mts.map +1 -1
  63. package/resources/simulations/inbound-check-deposits.d.ts +5 -4
  64. package/resources/simulations/inbound-check-deposits.d.ts.map +1 -1
  65. package/resources/simulations/inbound-check-deposits.js +5 -4
  66. package/resources/simulations/inbound-check-deposits.js.map +1 -1
  67. package/resources/simulations/inbound-check-deposits.mjs +5 -4
  68. package/resources/simulations/inbound-check-deposits.mjs.map +1 -1
  69. package/resources/simulations/programs.d.mts +2 -1
  70. package/resources/simulations/programs.d.mts.map +1 -1
  71. package/resources/simulations/programs.d.ts +2 -1
  72. package/resources/simulations/programs.d.ts.map +1 -1
  73. package/resources/wire-drawdown-requests.d.mts +4 -4
  74. package/resources/wire-drawdown-requests.d.ts +4 -4
  75. package/resources/wire-transfers.d.mts +6 -2
  76. package/resources/wire-transfers.d.mts.map +1 -1
  77. package/resources/wire-transfers.d.ts +6 -2
  78. package/resources/wire-transfers.d.ts.map +1 -1
  79. package/src/resources/accounts.ts +2 -1
  80. package/src/resources/beneficial-owners.ts +4 -0
  81. package/src/resources/check-transfers.ts +8 -9
  82. package/src/resources/entities.ts +17 -2
  83. package/src/resources/event-subscriptions.ts +12 -0
  84. package/src/resources/events.ts +14 -0
  85. package/src/resources/external-accounts.ts +1 -1
  86. package/src/resources/files.ts +8 -6
  87. package/src/resources/inbound-check-deposits.ts +7 -0
  88. package/src/resources/physical-card-profiles.ts +6 -2
  89. package/src/resources/programs.ts +2 -1
  90. package/src/resources/routing-numbers.ts +8 -0
  91. package/src/resources/simulations/ach-transfers.ts +0 -1
  92. package/src/resources/simulations/check-deposits.ts +1 -2
  93. package/src/resources/simulations/inbound-check-deposits.ts +5 -4
  94. package/src/resources/simulations/programs.ts +2 -1
  95. package/src/resources/wire-drawdown-requests.ts +4 -4
  96. package/src/resources/wire-transfers.ts +10 -2
  97. package/src/version.ts +1 -1
  98. package/version.d.mts +1 -1
  99. package/version.d.ts +1 -1
  100. package/version.js +1 -1
  101. package/version.mjs +1 -1
@@ -1398,6 +1398,8 @@ export namespace EntityCreateParams {
1398
1398
 
1399
1399
  /**
1400
1400
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
1401
+ *
1402
+ * Defaults to `US`.
1401
1403
  */
1402
1404
  country: string;
1403
1405
 
@@ -1492,6 +1494,8 @@ export namespace EntityCreateParams {
1492
1494
 
1493
1495
  /**
1494
1496
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
1497
+ *
1498
+ * Defaults to `US`.
1495
1499
  */
1496
1500
  country: string;
1497
1501
 
@@ -1668,8 +1672,7 @@ export namespace EntityCreateParams {
1668
1672
  value: string;
1669
1673
 
1670
1674
  /**
1671
- * The category of the legal identifier. If not provided, the default is
1672
- * `us_employer_identification_number`.
1675
+ * The category of the legal identifier.
1673
1676
  *
1674
1677
  * - `us_employer_identification_number` - The Employer Identification Number (EIN)
1675
1678
  * for the company. The EIN is a 9-digit number assigned by the IRS; submit it as
@@ -1822,6 +1825,8 @@ export namespace EntityCreateParams {
1822
1825
 
1823
1826
  /**
1824
1827
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
1828
+ *
1829
+ * Defaults to `US`.
1825
1830
  */
1826
1831
  country: string;
1827
1832
 
@@ -2033,6 +2038,8 @@ export namespace EntityCreateParams {
2033
2038
 
2034
2039
  /**
2035
2040
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2041
+ *
2042
+ * Defaults to `US`.
2036
2043
  */
2037
2044
  country: string;
2038
2045
 
@@ -2412,6 +2419,8 @@ export namespace EntityCreateParams {
2412
2419
 
2413
2420
  /**
2414
2421
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2422
+ *
2423
+ * Defaults to `US`.
2415
2424
  */
2416
2425
  country: string;
2417
2426
 
@@ -2620,6 +2629,8 @@ export namespace EntityCreateParams {
2620
2629
 
2621
2630
  /**
2622
2631
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2632
+ *
2633
+ * Defaults to `US`.
2623
2634
  */
2624
2635
  country: string;
2625
2636
 
@@ -2899,6 +2910,8 @@ export namespace EntityUpdateParams {
2899
2910
 
2900
2911
  /**
2901
2912
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
2913
+ *
2914
+ * Defaults to `US`.
2902
2915
  */
2903
2916
  country: string;
2904
2917
 
@@ -3042,6 +3055,8 @@ export namespace EntityUpdateParams {
3042
3055
 
3043
3056
  /**
3044
3057
  * The two-letter ISO 3166-1 alpha-2 code for the country of the address.
3058
+ *
3059
+ * Defaults to `US`.
3045
3060
  */
3046
3061
  country: string;
3047
3062
 
@@ -248,6 +248,10 @@ export namespace EventSubscription {
248
248
  * created.
249
249
  * - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
250
250
  * updated.
251
+ * - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
252
+ * created.
253
+ * - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
254
+ * updated.
251
255
  * - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
252
256
  * Enrollment is created.
253
257
  * - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
@@ -392,6 +396,8 @@ export namespace EventSubscription {
392
396
  | 'inbound_wire_drawdown_request.created'
393
397
  | 'inbound_wire_transfer.created'
394
398
  | 'inbound_wire_transfer.updated'
399
+ | 'interest_rate_plan.created'
400
+ | 'interest_rate_plan.updated'
395
401
  | 'intrafi_account_enrollment.created'
396
402
  | 'intrafi_account_enrollment.updated'
397
403
  | 'intrafi_exclusion.created'
@@ -590,6 +596,10 @@ export namespace EventSubscriptionCreateParams {
590
596
  * created.
591
597
  * - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
592
598
  * updated.
599
+ * - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
600
+ * created.
601
+ * - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
602
+ * updated.
593
603
  * - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
594
604
  * Enrollment is created.
595
605
  * - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
@@ -734,6 +744,8 @@ export namespace EventSubscriptionCreateParams {
734
744
  | 'inbound_wire_drawdown_request.created'
735
745
  | 'inbound_wire_transfer.created'
736
746
  | 'inbound_wire_transfer.updated'
747
+ | 'interest_rate_plan.created'
748
+ | 'interest_rate_plan.updated'
737
749
  | 'intrafi_account_enrollment.created'
738
750
  | 'intrafi_account_enrollment.updated'
739
751
  | 'intrafi_exclusion.created'
@@ -186,6 +186,10 @@ export interface Event {
186
186
  * created.
187
187
  * - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
188
188
  * updated.
189
+ * - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
190
+ * created.
191
+ * - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
192
+ * updated.
189
193
  * - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
190
194
  * Enrollment is created.
191
195
  * - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
@@ -330,6 +334,8 @@ export interface Event {
330
334
  | 'inbound_wire_drawdown_request.created'
331
335
  | 'inbound_wire_transfer.created'
332
336
  | 'inbound_wire_transfer.updated'
337
+ | 'interest_rate_plan.created'
338
+ | 'interest_rate_plan.updated'
333
339
  | 'intrafi_account_enrollment.created'
334
340
  | 'intrafi_account_enrollment.updated'
335
341
  | 'intrafi_exclusion.created'
@@ -521,6 +527,10 @@ export interface UnwrapWebhookEvent {
521
527
  * created.
522
528
  * - `inbound_wire_transfer.updated` - Occurs whenever an Inbound Wire Transfer is
523
529
  * updated.
530
+ * - `interest_rate_plan.created` - Occurs whenever an Interest Rate Plan is
531
+ * created.
532
+ * - `interest_rate_plan.updated` - Occurs whenever an Interest Rate Plan is
533
+ * updated.
524
534
  * - `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
525
535
  * Enrollment is created.
526
536
  * - `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
@@ -665,6 +675,8 @@ export interface UnwrapWebhookEvent {
665
675
  | 'inbound_wire_drawdown_request.created'
666
676
  | 'inbound_wire_transfer.created'
667
677
  | 'inbound_wire_transfer.updated'
678
+ | 'interest_rate_plan.created'
679
+ | 'interest_rate_plan.updated'
668
680
  | 'intrafi_account_enrollment.created'
669
681
  | 'intrafi_account_enrollment.updated'
670
682
  | 'intrafi_exclusion.created'
@@ -816,6 +828,8 @@ export namespace EventListParams {
816
828
  | 'inbound_wire_drawdown_request.created'
817
829
  | 'inbound_wire_transfer.created'
818
830
  | 'inbound_wire_transfer.updated'
831
+ | 'interest_rate_plan.created'
832
+ | 'interest_rate_plan.updated'
819
833
  | 'intrafi_account_enrollment.created'
820
834
  | 'intrafi_account_enrollment.updated'
821
835
  | 'intrafi_exclusion.created'
@@ -181,7 +181,7 @@ export interface ExternalAccountCreateParams {
181
181
  account_holder?: 'business' | 'individual' | 'unknown';
182
182
 
183
183
  /**
184
- * The type of the destination account. Defaults to `checking`.
184
+ * The type of the destination account.
185
185
  *
186
186
  * - `checking` - A checking account.
187
187
  * - `savings` - A savings account.
@@ -176,11 +176,12 @@ export interface File {
176
176
  * - `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
177
177
  * wallet apps. This must be a 100x100 pixel PNG.
178
178
  * - `physical_card_front` - A card image to be printed on the front of a physical
179
- * card. This must be a 2100x1344 pixel PNG with no other color but black.
179
+ * card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch
180
+ * (DPI) and no other color but black.
180
181
  * - `physical_card_back` - The image to be printed on the back of a physical card.
181
182
  * - `physical_card_carrier` - An image representing the entirety of the carrier
182
- * used for a physical card. This must be a 2550x3300 pixel PNG with no other
183
- * color but black.
183
+ * used for a physical card. This must be a 2550x3300 pixel PNG with a density of
184
+ * 300 dots per inch (DPI) and no other color but black.
184
185
  * - `document_request` - A document requested by Increase.
185
186
  * - `entity_supplemental_document` - A supplemental document associated an an
186
187
  * Entity.
@@ -275,10 +276,11 @@ export interface FileCreateParams {
275
276
  * - `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
276
277
  * wallet apps. This must be a 100x100 pixel PNG.
277
278
  * - `physical_card_front` - A card image to be printed on the front of a physical
278
- * card. This must be a 2100x1344 pixel PNG with no other color but black.
279
+ * card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch
280
+ * (DPI) and no other color but black.
279
281
  * - `physical_card_carrier` - An image representing the entirety of the carrier
280
- * used for a physical card. This must be a 2550x3300 pixel PNG with no other
281
- * color but black.
282
+ * used for a physical card. This must be a 2550x3300 pixel PNG with a density of
283
+ * 300 dots per inch (DPI) and no other color but black.
282
284
  * - `document_request` - A document requested by Increase.
283
285
  * - `entity_supplemental_document` - A supplemental document associated an an
284
286
  * Entity.
@@ -122,6 +122,13 @@ export interface InboundCheckDeposit {
122
122
  */
123
123
  amount: number;
124
124
 
125
+ /**
126
+ * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
127
+ * the Inbound Check Deposit will be automatically resolved if it has not been
128
+ * actioned by then.
129
+ */
130
+ automatically_resolves_at: string;
131
+
125
132
  /**
126
133
  * The ID for the File containing the image of the back of the check.
127
134
  */
@@ -229,7 +229,9 @@ export namespace PhysicalCardProfile {
229
229
 
230
230
  export interface PhysicalCardProfileCreateParams {
231
231
  /**
232
- * The identifier of the File containing the physical card's carrier image.
232
+ * The identifier of the File containing the physical card's carrier image. This
233
+ * must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
234
+ * density of 300 dots per inch (DPI).
233
235
  */
234
236
  carrier_image_file_id: string;
235
237
 
@@ -244,7 +246,9 @@ export interface PhysicalCardProfileCreateParams {
244
246
  description: string;
245
247
 
246
248
  /**
247
- * The identifier of the File containing the physical card's front image.
249
+ * The identifier of the File containing the physical card's front image. This must
250
+ * have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
251
+ * of 600 dots per inch (DPI).
248
252
  */
249
253
  front_image_file_id: string;
250
254
 
@@ -60,8 +60,9 @@ export interface Program {
60
60
  * - `core_bank` - Core Bank
61
61
  * - `first_internet_bank` - First Internet Bank of Indiana
62
62
  * - `grasshopper_bank` - Grasshopper Bank
63
+ * - `increase_bank` - Increase Bank
63
64
  */
64
- bank: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank';
65
+ bank: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank' | 'increase_bank';
65
66
 
66
67
  /**
67
68
  * The Program billing account.
@@ -60,6 +60,14 @@ export interface RoutingNumberListResponse {
60
60
  */
61
61
  name: string;
62
62
 
63
+ /**
64
+ * This routing number's support for Real-Time Payments Requests for Payment.
65
+ *
66
+ * - `supported` - The routing number can receive this transfer type.
67
+ * - `not_supported` - The routing number cannot receive this transfer type.
68
+ */
69
+ real_time_payments_request_for_payment: 'supported' | 'not_supported';
70
+
63
71
  /**
64
72
  * This routing number's support for Real-Time Payments Transfers.
65
73
  *
@@ -156,7 +156,6 @@ export interface ACHTransferReturnParams {
156
156
 
157
157
  /**
158
158
  * The reason why the Federal Reserve or destination bank returned this transfer.
159
- * Defaults to `no_account`.
160
159
  *
161
160
  * - `insufficient_fund` - Code R01. Insufficient funds in the receiving account.
162
161
  * Sometimes abbreviated to "NSF."
@@ -99,8 +99,7 @@ export interface CheckDepositAdjustmentParams {
99
99
  amount?: number;
100
100
 
101
101
  /**
102
- * The reason for the adjustment. Defaults to `non_conforming_item`, which is often
103
- * used for a low quality image that the recipient wasn't able to handle.
102
+ * The reason for the adjustment.
104
103
  *
105
104
  * - `late_return` - The return was initiated too late and the receiving
106
105
  * institution has responded with a Late Return Claim.
@@ -10,10 +10,11 @@ export class InboundCheckDeposits extends APIResource {
10
10
  /**
11
11
  * Simulates an Inbound Check Deposit against your account. This imitates someone
12
12
  * depositing a check at their bank that was issued from your account. It may or
13
- * may not be associated with a Check Transfer. Increase will evaluate the Inbound
14
- * Check Deposit as we would in production and either create a Transaction or a
15
- * Declined Transaction as a result. You can inspect the resulting Inbound Check
16
- * Deposit object to see the result.
13
+ * may not be associated with a Check Transfer. The resulting Inbound Check Deposit
14
+ * will have a `status` of `pending`, and after an hour Increase will evaluate it
15
+ * as we would in production and either create a Transaction or a Declined
16
+ * Transaction as a result. To resolve it sooner, use the simulation to accept an
17
+ * Inbound Check Deposit or the API to decline one.
17
18
  *
18
19
  * @example
19
20
  * ```ts
@@ -36,8 +36,9 @@ export interface ProgramCreateParams {
36
36
  * - `core_bank` - Core Bank
37
37
  * - `first_internet_bank` - First Internet Bank of Indiana
38
38
  * - `grasshopper_bank` - Grasshopper Bank
39
+ * - `increase_bank` - Increase Bank
39
40
  */
40
- bank?: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank';
41
+ bank?: 'core_bank' | 'first_internet_bank' | 'grasshopper_bank' | 'increase_bank';
41
42
 
42
43
  /**
43
44
  * The maximum extendable credit of the program being added.
@@ -234,7 +234,7 @@ export namespace WireDrawdownRequest {
234
234
  line2: string | null;
235
235
 
236
236
  /**
237
- * The ZIP code of the address.
237
+ * The postal code of the address.
238
238
  */
239
239
  postal_code: string | null;
240
240
 
@@ -271,7 +271,7 @@ export namespace WireDrawdownRequest {
271
271
  line2: string | null;
272
272
 
273
273
  /**
274
- * The ZIP code of the address.
274
+ * The postal code of the address.
275
275
  */
276
276
  postal_code: string | null;
277
277
 
@@ -394,7 +394,7 @@ export namespace WireDrawdownRequestCreateParams {
394
394
  line2?: string;
395
395
 
396
396
  /**
397
- * The ZIP code of the address.
397
+ * The postal code of the address.
398
398
  */
399
399
  postal_code?: string;
400
400
 
@@ -431,7 +431,7 @@ export namespace WireDrawdownRequestCreateParams {
431
431
  line2?: string;
432
432
 
433
433
  /**
434
- * The ZIP code of the address.
434
+ * The postal code of the address.
435
435
  */
436
436
  postal_code?: string;
437
437
 
@@ -381,6 +381,8 @@ export namespace WireTransfer {
381
381
  * Unstructured address lines.
382
382
  */
383
383
  unstructured: Address.Unstructured | null;
384
+
385
+ [k: string]: unknown;
384
386
  }
385
387
 
386
388
  export namespace Address {
@@ -430,6 +432,8 @@ export namespace WireTransfer {
430
432
  * Unstructured address lines.
431
433
  */
432
434
  unstructured: Address.Unstructured | null;
435
+
436
+ [k: string]: unknown;
433
437
  }
434
438
 
435
439
  export namespace Address {
@@ -704,7 +708,9 @@ export namespace WireTransferCreateParams {
704
708
  /**
705
709
  * Unstructured address lines.
706
710
  */
707
- unstructured: Address.Unstructured;
711
+ unstructured?: Address.Unstructured;
712
+
713
+ [k: string]: unknown;
708
714
  }
709
715
 
710
716
  export namespace Address {
@@ -818,7 +824,9 @@ export namespace WireTransferCreateParams {
818
824
  /**
819
825
  * Unstructured address lines.
820
826
  */
821
- unstructured: Address.Unstructured;
827
+ unstructured?: Address.Unstructured;
828
+
829
+ [k: string]: unknown;
822
830
  }
823
831
 
824
832
  export namespace Address {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.582.1'; // x-release-please-version
1
+ export const VERSION = '0.583.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.582.1";
1
+ export declare const VERSION = "0.583.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.582.1";
1
+ export declare const VERSION = "0.583.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.582.1'; // x-release-please-version
4
+ exports.VERSION = '0.583.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.582.1'; // x-release-please-version
1
+ export const VERSION = '0.583.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map