Skip to content

Commit 77d286b

Browse files
🤖 Merge PR DefinitelyTyped#72983 Updates types for Recurly.js v4.37.1 by @recurly-integrations
Co-authored-by: recurly-integrations <[email protected]>
1 parent 13bad94 commit 77d286b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

‎types/recurly__recurly-js/lib/apple-pay/native.d.ts‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ export type ApplePayPaymentTiming =
1212
*/
1313
export type ApplePayRecurringPaymentDateUnit =
1414
| 'year'
15-
| 'month';
15+
| 'month'
16+
| 'day'
17+
| 'hour'
18+
| 'minute';
1619

1720
/**
1821
* Field names for requesting contact information in a payment request.

‎types/recurly__recurly-js/lib/configure.d.ts‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ export type RecurlyOptions = {
2323
};
2424
risk?: {
2525
threeDSecure?: {
26-
preflightDeviceDataCollector?: boolean;
26+
preflightDeviceDataCollector?: {
27+
enabled: boolean;
28+
billingInfoId?: string;
29+
};
2730
proactive?: {
2831
enabled: true;
2932
gatewayCode: string;

‎types/recurly__recurly-js/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/recurly__recurly-js",
4-
"version": "4.36.9999",
4+
"version": "4.37.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "@recurly/recurly-js",
77
"projects": [

0 commit comments

Comments
 (0)