increase 0.580.0 → 0.582.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.
@@ -912,29 +912,29 @@ export namespace Entity {
912
912
  */
913
913
  export interface Grantor {
914
914
  /**
915
- * The person's address.
915
+ * The grantor's address.
916
916
  */
917
- address: Grantor.Address;
917
+ address: Grantor.Address | null;
918
918
 
919
919
  /**
920
- * The person's date of birth in YYYY-MM-DD format.
920
+ * The grantor's date of birth in YYYY-MM-DD format.
921
921
  */
922
- date_of_birth: string;
922
+ date_of_birth: string | null;
923
923
 
924
924
  /**
925
- * A means of verifying the person's identity.
925
+ * A means of verifying the grantor's identity.
926
926
  */
927
927
  identification: Grantor.Identification | null;
928
928
 
929
929
  /**
930
- * The person's legal name.
930
+ * The grantor's legal name.
931
931
  */
932
932
  name: string;
933
933
  }
934
934
 
935
935
  export namespace Grantor {
936
936
  /**
937
- * The person's address.
937
+ * The grantor's address.
938
938
  */
939
939
  export interface Address {
940
940
  /**
@@ -970,11 +970,11 @@ export namespace Entity {
970
970
  }
971
971
 
972
972
  /**
973
- * A means of verifying the person's identity.
973
+ * A means of verifying the grantor's identity.
974
974
  */
975
975
  export interface Identification {
976
976
  /**
977
- * A method that can be used to verify the individual's identity.
977
+ * A method that can be used to verify the grantor's identity.
978
978
  *
979
979
  * - `social_security_number` - A social security number.
980
980
  * - `individual_taxpayer_identification_number` - An individual taxpayer
@@ -992,7 +992,7 @@ export namespace Entity {
992
992
 
993
993
  /**
994
994
  * The last 4 digits of the identification number that can be used to verify the
995
- * individual's identity.
995
+ * grantor's identity.
996
996
  */
997
997
  number_last4: string;
998
998
 
@@ -2578,13 +2578,13 @@ export namespace EntityCreateParams {
2578
2578
  */
2579
2579
  export interface Grantor {
2580
2580
  /**
2581
- * The individual's physical address. Mail receiving locations like PO Boxes and
2582
- * PMB's are disallowed.
2581
+ * The grantor's physical address. Mail receiving locations like PO Boxes and PMB's
2582
+ * are disallowed.
2583
2583
  */
2584
2584
  address: Grantor.Address;
2585
2585
 
2586
2586
  /**
2587
- * The person's date of birth in YYYY-MM-DD format.
2587
+ * The grantor's date of birth in YYYY-MM-DD format.
2588
2588
  */
2589
2589
  date_of_birth: string;
2590
2590
 
@@ -2594,7 +2594,7 @@ export namespace EntityCreateParams {
2594
2594
  identification: Grantor.Identification;
2595
2595
 
2596
2596
  /**
2597
- * The person's legal name.
2597
+ * The grantor's legal name.
2598
2598
  */
2599
2599
  name: string;
2600
2600
 
@@ -2609,8 +2609,8 @@ export namespace EntityCreateParams {
2609
2609
 
2610
2610
  export namespace Grantor {
2611
2611
  /**
2612
- * The individual's physical address. Mail receiving locations like PO Boxes and
2613
- * PMB's are disallowed.
2612
+ * The grantor's physical address. Mail receiving locations like PO Boxes and PMB's
2613
+ * are disallowed.
2614
2614
  */
2615
2615
  export interface Address {
2616
2616
  /**
@@ -283,10 +283,8 @@ export namespace EventSubscription {
283
283
  * updated.
284
284
  * - `physical_check.created` - Occurs whenever a Physical Check is created.
285
285
  * - `physical_check.updated` - Occurs whenever a Physical Check is updated.
286
- * - `physical_check_book.created` - Occurs whenever a Physical Check Book is
287
- * created.
288
- * - `physical_check_book.updated` - Occurs whenever a Physical Check Book is
289
- * updated.
286
+ * - `checkbook.created` - Occurs whenever a Checkbook is created.
287
+ * - `checkbook.updated` - Occurs whenever a Checkbook is updated.
290
288
  * - `program.created` - Occurs whenever a Program is created.
291
289
  * - `program.updated` - Occurs whenever a Program is updated.
292
290
  * - `proof_of_authorization_request.created` - Occurs whenever a Proof of
@@ -420,8 +418,8 @@ export namespace EventSubscription {
420
418
  | 'physical_card_profile.updated'
421
419
  | 'physical_check.created'
422
420
  | 'physical_check.updated'
423
- | 'physical_check_book.created'
424
- | 'physical_check_book.updated'
421
+ | 'checkbook.created'
422
+ | 'checkbook.updated'
425
423
  | 'program.created'
426
424
  | 'program.updated'
427
425
  | 'proof_of_authorization_request.created'
@@ -627,10 +625,8 @@ export namespace EventSubscriptionCreateParams {
627
625
  * updated.
628
626
  * - `physical_check.created` - Occurs whenever a Physical Check is created.
629
627
  * - `physical_check.updated` - Occurs whenever a Physical Check is updated.
630
- * - `physical_check_book.created` - Occurs whenever a Physical Check Book is
631
- * created.
632
- * - `physical_check_book.updated` - Occurs whenever a Physical Check Book is
633
- * updated.
628
+ * - `checkbook.created` - Occurs whenever a Checkbook is created.
629
+ * - `checkbook.updated` - Occurs whenever a Checkbook is updated.
634
630
  * - `program.created` - Occurs whenever a Program is created.
635
631
  * - `program.updated` - Occurs whenever a Program is updated.
636
632
  * - `proof_of_authorization_request.created` - Occurs whenever a Proof of
@@ -764,8 +760,8 @@ export namespace EventSubscriptionCreateParams {
764
760
  | 'physical_card_profile.updated'
765
761
  | 'physical_check.created'
766
762
  | 'physical_check.updated'
767
- | 'physical_check_book.created'
768
- | 'physical_check_book.updated'
763
+ | 'checkbook.created'
764
+ | 'checkbook.updated'
769
765
  | 'program.created'
770
766
  | 'program.updated'
771
767
  | 'proof_of_authorization_request.created'
@@ -221,10 +221,8 @@ export interface Event {
221
221
  * updated.
222
222
  * - `physical_check.created` - Occurs whenever a Physical Check is created.
223
223
  * - `physical_check.updated` - Occurs whenever a Physical Check is updated.
224
- * - `physical_check_book.created` - Occurs whenever a Physical Check Book is
225
- * created.
226
- * - `physical_check_book.updated` - Occurs whenever a Physical Check Book is
227
- * updated.
224
+ * - `checkbook.created` - Occurs whenever a Checkbook is created.
225
+ * - `checkbook.updated` - Occurs whenever a Checkbook is updated.
228
226
  * - `program.created` - Occurs whenever a Program is created.
229
227
  * - `program.updated` - Occurs whenever a Program is updated.
230
228
  * - `proof_of_authorization_request.created` - Occurs whenever a Proof of
@@ -358,8 +356,8 @@ export interface Event {
358
356
  | 'physical_card_profile.updated'
359
357
  | 'physical_check.created'
360
358
  | 'physical_check.updated'
361
- | 'physical_check_book.created'
362
- | 'physical_check_book.updated'
359
+ | 'checkbook.created'
360
+ | 'checkbook.updated'
363
361
  | 'program.created'
364
362
  | 'program.updated'
365
363
  | 'proof_of_authorization_request.created'
@@ -558,10 +556,8 @@ export interface UnwrapWebhookEvent {
558
556
  * updated.
559
557
  * - `physical_check.created` - Occurs whenever a Physical Check is created.
560
558
  * - `physical_check.updated` - Occurs whenever a Physical Check is updated.
561
- * - `physical_check_book.created` - Occurs whenever a Physical Check Book is
562
- * created.
563
- * - `physical_check_book.updated` - Occurs whenever a Physical Check Book is
564
- * updated.
559
+ * - `checkbook.created` - Occurs whenever a Checkbook is created.
560
+ * - `checkbook.updated` - Occurs whenever a Checkbook is updated.
565
561
  * - `program.created` - Occurs whenever a Program is created.
566
562
  * - `program.updated` - Occurs whenever a Program is updated.
567
563
  * - `proof_of_authorization_request.created` - Occurs whenever a Proof of
@@ -695,8 +691,8 @@ export interface UnwrapWebhookEvent {
695
691
  | 'physical_card_profile.updated'
696
692
  | 'physical_check.created'
697
693
  | 'physical_check.updated'
698
- | 'physical_check_book.created'
699
- | 'physical_check_book.updated'
694
+ | 'checkbook.created'
695
+ | 'checkbook.updated'
700
696
  | 'program.created'
701
697
  | 'program.updated'
702
698
  | 'proof_of_authorization_request.created'
@@ -846,8 +842,8 @@ export namespace EventListParams {
846
842
  | 'physical_card_profile.updated'
847
843
  | 'physical_check.created'
848
844
  | 'physical_check.updated'
849
- | 'physical_check_book.created'
850
- | 'physical_check_book.updated'
845
+ | 'checkbook.created'
846
+ | 'checkbook.updated'
851
847
  | 'program.created'
852
848
  | 'program.updated'
853
849
  | 'proof_of_authorization_request.created'
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.580.0'; // x-release-please-version
1
+ export const VERSION = '0.582.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.580.0";
1
+ export declare const VERSION = "0.582.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.580.0";
1
+ export declare const VERSION = "0.582.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.580.0'; // x-release-please-version
4
+ exports.VERSION = '0.582.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.580.0'; // x-release-please-version
1
+ export const VERSION = '0.582.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map