Skip to content

Commit 0466f6a

Browse files
chore: Rework event type generation to support spec splitting
1 parent 79ba3d6 commit 0466f6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-64e9dd6979ae45f1bb6e77b40e8244ee46673332112ebf33fe2f3a287467ce85.yml
3-
openapi_spec_hash: ce885445b66e95c5671ee72c01882d79
4-
config_hash: 07f0e0f3036a4a5825cee527bc46b0b6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-6e800837b020104545778d65b7b16bae277e6667d98044e83f3bfeacebdb489b.yml
3+
openapi_spec_hash: 94788968e119e8665a1b0d4742565984
4+
config_hash: 2af43c32faa12490c9c9caa2ce62bccb

src/resources/payments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ export namespace PaymentCreateParams {
618618
/**
619619
* Number of days to hold the ACH payment
620620
*/
621-
ach_hold_period?: number;
621+
ach_hold__period?: number;
622622

623623
addenda?: string | null;
624624
}

tests/api-resources/payments.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('resource payments', () => {
3434
method: 'ACH_NEXT_DAY',
3535
method_attributes: {
3636
sec_code: 'CCD',
37-
ach_hold_period: 0,
37+
ach_hold__period: 0,
3838
addenda: 'addenda',
3939
},
4040
type: 'COLLECTION',

0 commit comments

Comments
 (0)