@stripe/connect-js 3.3.28-preview-1 → 3.3.29-preview-1
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.
- package/dist/connect.esm.js +4 -2
- package/dist/connect.js +4 -2
- package/dist/pure.esm.js +4 -2
- package/dist/pure.js +4 -2
- package/dist/src/shared.d.ts +1 -1
- package/dist/types/config.d.ts +1 -0
- package/package.json +1 -1
- package/src/shared.ts +2 -0
- package/types/config.ts +2 -1
- package/types/shared.d.ts +1 -0
package/dist/connect.esm.js
CHANGED
|
@@ -103,7 +103,8 @@ const ConnectElementCustomMethodConfig = {
|
|
|
103
103
|
setHideDescription: _hideDescription => {},
|
|
104
104
|
setDisabled: _disabled => {},
|
|
105
105
|
setInitialTaxCode: _initialTaxCode => {}
|
|
106
|
-
}
|
|
106
|
+
},
|
|
107
|
+
"export-tax-transactions": {}
|
|
107
108
|
};
|
|
108
109
|
|
|
109
110
|
const componentNameMapping = {
|
|
@@ -126,6 +127,7 @@ const componentNameMapping = {
|
|
|
126
127
|
"capital-overview": "stripe-connect-capital-overview",
|
|
127
128
|
documents: "stripe-connect-documents",
|
|
128
129
|
"product-tax-code-selector": "stripe-connect-product-tax-code-selector",
|
|
130
|
+
"export-tax-transactions": "stripe-connect-export-tax-transactions",
|
|
129
131
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
130
132
|
"tax-settings": "stripe-connect-tax-settings",
|
|
131
133
|
"tax-threshold-monitoring": "stripe-connect-tax-threshold-monitoring",
|
|
@@ -276,7 +278,7 @@ const createWrapper = stripeConnect => {
|
|
|
276
278
|
sdk: true,
|
|
277
279
|
sdkOptions: {
|
|
278
280
|
// This will be replaced by the npm package version when bundling
|
|
279
|
-
sdkVersion: "3.3.
|
|
281
|
+
sdkVersion: "3.3.29-preview-1"
|
|
280
282
|
}
|
|
281
283
|
})
|
|
282
284
|
}));
|
package/dist/connect.js
CHANGED
|
@@ -107,7 +107,8 @@ const ConnectElementCustomMethodConfig = {
|
|
|
107
107
|
setHideDescription: _hideDescription => {},
|
|
108
108
|
setDisabled: _disabled => {},
|
|
109
109
|
setInitialTaxCode: _initialTaxCode => {}
|
|
110
|
-
}
|
|
110
|
+
},
|
|
111
|
+
"export-tax-transactions": {}
|
|
111
112
|
};
|
|
112
113
|
|
|
113
114
|
const componentNameMapping = {
|
|
@@ -130,6 +131,7 @@ const componentNameMapping = {
|
|
|
130
131
|
"capital-overview": "stripe-connect-capital-overview",
|
|
131
132
|
documents: "stripe-connect-documents",
|
|
132
133
|
"product-tax-code-selector": "stripe-connect-product-tax-code-selector",
|
|
134
|
+
"export-tax-transactions": "stripe-connect-export-tax-transactions",
|
|
133
135
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
134
136
|
"tax-settings": "stripe-connect-tax-settings",
|
|
135
137
|
"tax-threshold-monitoring": "stripe-connect-tax-threshold-monitoring",
|
|
@@ -280,7 +282,7 @@ const createWrapper = stripeConnect => {
|
|
|
280
282
|
sdk: true,
|
|
281
283
|
sdkOptions: {
|
|
282
284
|
// This will be replaced by the npm package version when bundling
|
|
283
|
-
sdkVersion: "3.3.
|
|
285
|
+
sdkVersion: "3.3.29-preview-1"
|
|
284
286
|
}
|
|
285
287
|
})
|
|
286
288
|
}));
|
package/dist/pure.esm.js
CHANGED
|
@@ -103,7 +103,8 @@ const ConnectElementCustomMethodConfig = {
|
|
|
103
103
|
setHideDescription: _hideDescription => {},
|
|
104
104
|
setDisabled: _disabled => {},
|
|
105
105
|
setInitialTaxCode: _initialTaxCode => {}
|
|
106
|
-
}
|
|
106
|
+
},
|
|
107
|
+
"export-tax-transactions": {}
|
|
107
108
|
};
|
|
108
109
|
|
|
109
110
|
const componentNameMapping = {
|
|
@@ -126,6 +127,7 @@ const componentNameMapping = {
|
|
|
126
127
|
"capital-overview": "stripe-connect-capital-overview",
|
|
127
128
|
documents: "stripe-connect-documents",
|
|
128
129
|
"product-tax-code-selector": "stripe-connect-product-tax-code-selector",
|
|
130
|
+
"export-tax-transactions": "stripe-connect-export-tax-transactions",
|
|
129
131
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
130
132
|
"tax-settings": "stripe-connect-tax-settings",
|
|
131
133
|
"tax-threshold-monitoring": "stripe-connect-tax-threshold-monitoring",
|
|
@@ -276,7 +278,7 @@ const createWrapper = stripeConnect => {
|
|
|
276
278
|
sdk: true,
|
|
277
279
|
sdkOptions: {
|
|
278
280
|
// This will be replaced by the npm package version when bundling
|
|
279
|
-
sdkVersion: "3.3.
|
|
281
|
+
sdkVersion: "3.3.29-preview-1"
|
|
280
282
|
}
|
|
281
283
|
})
|
|
282
284
|
}));
|
package/dist/pure.js
CHANGED
|
@@ -107,7 +107,8 @@ const ConnectElementCustomMethodConfig = {
|
|
|
107
107
|
setHideDescription: _hideDescription => {},
|
|
108
108
|
setDisabled: _disabled => {},
|
|
109
109
|
setInitialTaxCode: _initialTaxCode => {}
|
|
110
|
-
}
|
|
110
|
+
},
|
|
111
|
+
"export-tax-transactions": {}
|
|
111
112
|
};
|
|
112
113
|
|
|
113
114
|
const componentNameMapping = {
|
|
@@ -130,6 +131,7 @@ const componentNameMapping = {
|
|
|
130
131
|
"capital-overview": "stripe-connect-capital-overview",
|
|
131
132
|
documents: "stripe-connect-documents",
|
|
132
133
|
"product-tax-code-selector": "stripe-connect-product-tax-code-selector",
|
|
134
|
+
"export-tax-transactions": "stripe-connect-export-tax-transactions",
|
|
133
135
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
134
136
|
"tax-settings": "stripe-connect-tax-settings",
|
|
135
137
|
"tax-threshold-monitoring": "stripe-connect-tax-threshold-monitoring",
|
|
@@ -280,7 +282,7 @@ const createWrapper = stripeConnect => {
|
|
|
280
282
|
sdk: true,
|
|
281
283
|
sdkOptions: {
|
|
282
284
|
// This will be replaced by the npm package version when bundling
|
|
283
|
-
sdkVersion: "3.3.
|
|
285
|
+
sdkVersion: "3.3.29-preview-1"
|
|
284
286
|
}
|
|
285
287
|
})
|
|
286
288
|
}));
|
package/dist/src/shared.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IStripeConnectInitParams, StripeConnectInstance, ConnectElementTagName } from "../types";
|
|
2
2
|
export type LoadConnectAndInitialize = (initParams: IStripeConnectInitParams) => StripeConnectInstance;
|
|
3
|
-
export type ConnectElementHTMLName = "stripe-connect-payments" | "stripe-connect-payouts" | "stripe-connect-payment-details" | "stripe-connect-account-onboarding" | "stripe-connect-payment-method-settings" | "stripe-connect-account-management" | "stripe-connect-notification-banner" | "stripe-connect-instant-payouts" | "stripe-connect-issuing-card" | "stripe-connect-issuing-cards-list" | "stripe-connect-financial-account" | "stripe-connect-financial-account-transactions" | "stripe-connect-recipients" | "stripe-connect-capital-financing" | "stripe-connect-capital-financing-application" | "stripe-connect-capital-financing-promotion" | "stripe-connect-capital-overview" | "stripe-connect-documents" | "stripe-connect-product-tax-code-selector" | "stripe-connect-tax-registrations" | "stripe-connect-tax-settings" | "stripe-connect-tax-threshold-monitoring" | "stripe-connect-balances" | "stripe-connect-payouts-list" | "stripe-connect-app-install" | "stripe-connect-app-viewport" | "stripe-connect-reporting-chart";
|
|
3
|
+
export type ConnectElementHTMLName = "stripe-connect-payments" | "stripe-connect-payouts" | "stripe-connect-payment-details" | "stripe-connect-account-onboarding" | "stripe-connect-payment-method-settings" | "stripe-connect-account-management" | "stripe-connect-notification-banner" | "stripe-connect-instant-payouts" | "stripe-connect-issuing-card" | "stripe-connect-issuing-cards-list" | "stripe-connect-financial-account" | "stripe-connect-financial-account-transactions" | "stripe-connect-recipients" | "stripe-connect-capital-financing" | "stripe-connect-capital-financing-application" | "stripe-connect-capital-financing-promotion" | "stripe-connect-capital-overview" | "stripe-connect-documents" | "stripe-connect-product-tax-code-selector" | "stripe-connect-export-tax-transactions" | "stripe-connect-tax-registrations" | "stripe-connect-tax-settings" | "stripe-connect-tax-threshold-monitoring" | "stripe-connect-balances" | "stripe-connect-payouts-list" | "stripe-connect-app-install" | "stripe-connect-app-viewport" | "stripe-connect-reporting-chart";
|
|
4
4
|
export declare const componentNameMapping: Record<ConnectElementTagName, ConnectElementHTMLName>;
|
|
5
5
|
type StripeConnectInstanceExtended = StripeConnectInstance & {
|
|
6
6
|
debugInstance: () => Promise<StripeConnectInstance>;
|
package/dist/types/config.d.ts
CHANGED
package/package.json
CHANGED
package/src/shared.ts
CHANGED
|
@@ -33,6 +33,7 @@ export type ConnectElementHTMLName =
|
|
|
33
33
|
| "stripe-connect-capital-overview"
|
|
34
34
|
| "stripe-connect-documents"
|
|
35
35
|
| "stripe-connect-product-tax-code-selector"
|
|
36
|
+
| "stripe-connect-export-tax-transactions"
|
|
36
37
|
| "stripe-connect-tax-registrations"
|
|
37
38
|
| "stripe-connect-tax-settings"
|
|
38
39
|
| "stripe-connect-tax-threshold-monitoring"
|
|
@@ -67,6 +68,7 @@ export const componentNameMapping: Record<
|
|
|
67
68
|
"capital-overview": "stripe-connect-capital-overview",
|
|
68
69
|
documents: "stripe-connect-documents",
|
|
69
70
|
"product-tax-code-selector": "stripe-connect-product-tax-code-selector",
|
|
71
|
+
"export-tax-transactions": "stripe-connect-export-tax-transactions",
|
|
70
72
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
71
73
|
"tax-settings": "stripe-connect-tax-settings",
|
|
72
74
|
"tax-threshold-monitoring": "stripe-connect-tax-threshold-monitoring",
|
package/types/config.ts
CHANGED
|
@@ -365,5 +365,6 @@ export const ConnectElementCustomMethodConfig = {
|
|
|
365
365
|
setHideDescription: (_hideDescription: boolean | undefined): void => {},
|
|
366
366
|
setDisabled: (_disabled: boolean | undefined): void => {},
|
|
367
367
|
setInitialTaxCode: (_initialTaxCode: string | undefined): void => {}
|
|
368
|
-
}
|
|
368
|
+
},
|
|
369
|
+
"export-tax-transactions": {}
|
|
369
370
|
};
|
package/types/shared.d.ts
CHANGED