@stripe/connect-js 3.3.15-beta-1 → 3.3.17-beta-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 +19 -3
- package/dist/connect.js +19 -3
- package/dist/pure.esm.js +19 -3
- package/dist/pure.js +19 -3
- package/dist/src/shared.d.ts +1 -1
- package/dist/types/config.d.ts +21 -2
- package/package.json +1 -1
- package/src/shared.ts +7 -0
- package/types/config.ts +31 -2
- package/types/shared.d.ts +3 -0
package/dist/connect.esm.js
CHANGED
|
@@ -26,12 +26,10 @@ const ConnectElementCustomMethodConfig = {
|
|
|
26
26
|
},
|
|
27
27
|
"issuing-card": {
|
|
28
28
|
setDefaultCard: _defaultCard => {},
|
|
29
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
30
29
|
setCardSwitching: _cardSwitching => {},
|
|
31
30
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
32
31
|
},
|
|
33
32
|
"issuing-cards-list": {
|
|
34
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
35
33
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
36
34
|
},
|
|
37
35
|
"financial-account": {
|
|
@@ -51,6 +49,21 @@ const ConnectElementCustomMethodConfig = {
|
|
|
51
49
|
},
|
|
52
50
|
"payment-method-settings": {
|
|
53
51
|
setPaymentMethodConfiguration: _paymentMethodConfiguration => {}
|
|
52
|
+
},
|
|
53
|
+
"capital-financing": {
|
|
54
|
+
setDefaultFinancingOffer: _defaultFinancingOffer => {},
|
|
55
|
+
setShowFinancingSelector: _showFinancingSelector => {},
|
|
56
|
+
setFaqUrl: _faqUrl => {},
|
|
57
|
+
setSupportUrl: _supportUrl => {},
|
|
58
|
+
setOnFinancingsLoaded: _listener => {}
|
|
59
|
+
},
|
|
60
|
+
"capital-financing-application": {
|
|
61
|
+
setOnApplicationSubmitted: _listener => {}
|
|
62
|
+
},
|
|
63
|
+
"capital-financing-promotion": {
|
|
64
|
+
setLayout: _layout => {},
|
|
65
|
+
setOnApplicationSubmitted: _listener => {},
|
|
66
|
+
setOnEligibleFinancingOfferLoaded: _listener => {}
|
|
54
67
|
}
|
|
55
68
|
};
|
|
56
69
|
|
|
@@ -67,6 +80,9 @@ const componentNameMapping = {
|
|
|
67
80
|
"issuing-cards-list": "stripe-connect-issuing-cards-list",
|
|
68
81
|
"financial-account": "stripe-connect-financial-account",
|
|
69
82
|
"financial-account-transactions": "stripe-connect-financial-account-transactions",
|
|
83
|
+
"capital-financing": "stripe-connect-capital-financing",
|
|
84
|
+
"capital-financing-application": "stripe-connect-capital-financing-application",
|
|
85
|
+
"capital-financing-promotion": "stripe-connect-capital-financing-promotion",
|
|
70
86
|
"capital-overview": "stripe-connect-capital-overview",
|
|
71
87
|
documents: "stripe-connect-documents",
|
|
72
88
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
@@ -217,7 +233,7 @@ const createWrapper = stripeConnect => {
|
|
|
217
233
|
sdk: true,
|
|
218
234
|
sdkOptions: {
|
|
219
235
|
// This will be replaced by the npm package version when bundling
|
|
220
|
-
sdkVersion: "3.3.
|
|
236
|
+
sdkVersion: "3.3.17-beta-1"
|
|
221
237
|
}
|
|
222
238
|
})
|
|
223
239
|
}));
|
package/dist/connect.js
CHANGED
|
@@ -30,12 +30,10 @@ const ConnectElementCustomMethodConfig = {
|
|
|
30
30
|
},
|
|
31
31
|
"issuing-card": {
|
|
32
32
|
setDefaultCard: _defaultCard => {},
|
|
33
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
34
33
|
setCardSwitching: _cardSwitching => {},
|
|
35
34
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
36
35
|
},
|
|
37
36
|
"issuing-cards-list": {
|
|
38
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
39
37
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
40
38
|
},
|
|
41
39
|
"financial-account": {
|
|
@@ -55,6 +53,21 @@ const ConnectElementCustomMethodConfig = {
|
|
|
55
53
|
},
|
|
56
54
|
"payment-method-settings": {
|
|
57
55
|
setPaymentMethodConfiguration: _paymentMethodConfiguration => {}
|
|
56
|
+
},
|
|
57
|
+
"capital-financing": {
|
|
58
|
+
setDefaultFinancingOffer: _defaultFinancingOffer => {},
|
|
59
|
+
setShowFinancingSelector: _showFinancingSelector => {},
|
|
60
|
+
setFaqUrl: _faqUrl => {},
|
|
61
|
+
setSupportUrl: _supportUrl => {},
|
|
62
|
+
setOnFinancingsLoaded: _listener => {}
|
|
63
|
+
},
|
|
64
|
+
"capital-financing-application": {
|
|
65
|
+
setOnApplicationSubmitted: _listener => {}
|
|
66
|
+
},
|
|
67
|
+
"capital-financing-promotion": {
|
|
68
|
+
setLayout: _layout => {},
|
|
69
|
+
setOnApplicationSubmitted: _listener => {},
|
|
70
|
+
setOnEligibleFinancingOfferLoaded: _listener => {}
|
|
58
71
|
}
|
|
59
72
|
};
|
|
60
73
|
|
|
@@ -71,6 +84,9 @@ const componentNameMapping = {
|
|
|
71
84
|
"issuing-cards-list": "stripe-connect-issuing-cards-list",
|
|
72
85
|
"financial-account": "stripe-connect-financial-account",
|
|
73
86
|
"financial-account-transactions": "stripe-connect-financial-account-transactions",
|
|
87
|
+
"capital-financing": "stripe-connect-capital-financing",
|
|
88
|
+
"capital-financing-application": "stripe-connect-capital-financing-application",
|
|
89
|
+
"capital-financing-promotion": "stripe-connect-capital-financing-promotion",
|
|
74
90
|
"capital-overview": "stripe-connect-capital-overview",
|
|
75
91
|
documents: "stripe-connect-documents",
|
|
76
92
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
@@ -221,7 +237,7 @@ const createWrapper = stripeConnect => {
|
|
|
221
237
|
sdk: true,
|
|
222
238
|
sdkOptions: {
|
|
223
239
|
// This will be replaced by the npm package version when bundling
|
|
224
|
-
sdkVersion: "3.3.
|
|
240
|
+
sdkVersion: "3.3.17-beta-1"
|
|
225
241
|
}
|
|
226
242
|
})
|
|
227
243
|
}));
|
package/dist/pure.esm.js
CHANGED
|
@@ -26,12 +26,10 @@ const ConnectElementCustomMethodConfig = {
|
|
|
26
26
|
},
|
|
27
27
|
"issuing-card": {
|
|
28
28
|
setDefaultCard: _defaultCard => {},
|
|
29
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
30
29
|
setCardSwitching: _cardSwitching => {},
|
|
31
30
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
32
31
|
},
|
|
33
32
|
"issuing-cards-list": {
|
|
34
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
35
33
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
36
34
|
},
|
|
37
35
|
"financial-account": {
|
|
@@ -51,6 +49,21 @@ const ConnectElementCustomMethodConfig = {
|
|
|
51
49
|
},
|
|
52
50
|
"payment-method-settings": {
|
|
53
51
|
setPaymentMethodConfiguration: _paymentMethodConfiguration => {}
|
|
52
|
+
},
|
|
53
|
+
"capital-financing": {
|
|
54
|
+
setDefaultFinancingOffer: _defaultFinancingOffer => {},
|
|
55
|
+
setShowFinancingSelector: _showFinancingSelector => {},
|
|
56
|
+
setFaqUrl: _faqUrl => {},
|
|
57
|
+
setSupportUrl: _supportUrl => {},
|
|
58
|
+
setOnFinancingsLoaded: _listener => {}
|
|
59
|
+
},
|
|
60
|
+
"capital-financing-application": {
|
|
61
|
+
setOnApplicationSubmitted: _listener => {}
|
|
62
|
+
},
|
|
63
|
+
"capital-financing-promotion": {
|
|
64
|
+
setLayout: _layout => {},
|
|
65
|
+
setOnApplicationSubmitted: _listener => {},
|
|
66
|
+
setOnEligibleFinancingOfferLoaded: _listener => {}
|
|
54
67
|
}
|
|
55
68
|
};
|
|
56
69
|
|
|
@@ -67,6 +80,9 @@ const componentNameMapping = {
|
|
|
67
80
|
"issuing-cards-list": "stripe-connect-issuing-cards-list",
|
|
68
81
|
"financial-account": "stripe-connect-financial-account",
|
|
69
82
|
"financial-account-transactions": "stripe-connect-financial-account-transactions",
|
|
83
|
+
"capital-financing": "stripe-connect-capital-financing",
|
|
84
|
+
"capital-financing-application": "stripe-connect-capital-financing-application",
|
|
85
|
+
"capital-financing-promotion": "stripe-connect-capital-financing-promotion",
|
|
70
86
|
"capital-overview": "stripe-connect-capital-overview",
|
|
71
87
|
documents: "stripe-connect-documents",
|
|
72
88
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
@@ -217,7 +233,7 @@ const createWrapper = stripeConnect => {
|
|
|
217
233
|
sdk: true,
|
|
218
234
|
sdkOptions: {
|
|
219
235
|
// This will be replaced by the npm package version when bundling
|
|
220
|
-
sdkVersion: "3.3.
|
|
236
|
+
sdkVersion: "3.3.17-beta-1"
|
|
221
237
|
}
|
|
222
238
|
})
|
|
223
239
|
}));
|
package/dist/pure.js
CHANGED
|
@@ -30,12 +30,10 @@ const ConnectElementCustomMethodConfig = {
|
|
|
30
30
|
},
|
|
31
31
|
"issuing-card": {
|
|
32
32
|
setDefaultCard: _defaultCard => {},
|
|
33
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
34
33
|
setCardSwitching: _cardSwitching => {},
|
|
35
34
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
36
35
|
},
|
|
37
36
|
"issuing-cards-list": {
|
|
38
|
-
setCardArtFileLink: _cardArtFileLink => {},
|
|
39
37
|
setFetchEphemeralKey: _fetchEphemeralKey => {}
|
|
40
38
|
},
|
|
41
39
|
"financial-account": {
|
|
@@ -55,6 +53,21 @@ const ConnectElementCustomMethodConfig = {
|
|
|
55
53
|
},
|
|
56
54
|
"payment-method-settings": {
|
|
57
55
|
setPaymentMethodConfiguration: _paymentMethodConfiguration => {}
|
|
56
|
+
},
|
|
57
|
+
"capital-financing": {
|
|
58
|
+
setDefaultFinancingOffer: _defaultFinancingOffer => {},
|
|
59
|
+
setShowFinancingSelector: _showFinancingSelector => {},
|
|
60
|
+
setFaqUrl: _faqUrl => {},
|
|
61
|
+
setSupportUrl: _supportUrl => {},
|
|
62
|
+
setOnFinancingsLoaded: _listener => {}
|
|
63
|
+
},
|
|
64
|
+
"capital-financing-application": {
|
|
65
|
+
setOnApplicationSubmitted: _listener => {}
|
|
66
|
+
},
|
|
67
|
+
"capital-financing-promotion": {
|
|
68
|
+
setLayout: _layout => {},
|
|
69
|
+
setOnApplicationSubmitted: _listener => {},
|
|
70
|
+
setOnEligibleFinancingOfferLoaded: _listener => {}
|
|
58
71
|
}
|
|
59
72
|
};
|
|
60
73
|
|
|
@@ -71,6 +84,9 @@ const componentNameMapping = {
|
|
|
71
84
|
"issuing-cards-list": "stripe-connect-issuing-cards-list",
|
|
72
85
|
"financial-account": "stripe-connect-financial-account",
|
|
73
86
|
"financial-account-transactions": "stripe-connect-financial-account-transactions",
|
|
87
|
+
"capital-financing": "stripe-connect-capital-financing",
|
|
88
|
+
"capital-financing-application": "stripe-connect-capital-financing-application",
|
|
89
|
+
"capital-financing-promotion": "stripe-connect-capital-financing-promotion",
|
|
74
90
|
"capital-overview": "stripe-connect-capital-overview",
|
|
75
91
|
documents: "stripe-connect-documents",
|
|
76
92
|
"tax-registrations": "stripe-connect-tax-registrations",
|
|
@@ -221,7 +237,7 @@ const createWrapper = stripeConnect => {
|
|
|
221
237
|
sdk: true,
|
|
222
238
|
sdkOptions: {
|
|
223
239
|
// This will be replaced by the npm package version when bundling
|
|
224
|
-
sdkVersion: "3.3.
|
|
240
|
+
sdkVersion: "3.3.17-beta-1"
|
|
225
241
|
}
|
|
226
242
|
})
|
|
227
243
|
}));
|
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-capital-overview" | "stripe-connect-documents" | "stripe-connect-tax-registrations" | "stripe-connect-tax-settings" | "stripe-connect-balances" | "stripe-connect-payouts-list" | "stripe-connect-app-install" | "stripe-connect-app-viewport";
|
|
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-capital-financing" | "stripe-connect-capital-financing-application" | "stripe-connect-capital-financing-promotion" | "stripe-connect-capital-overview" | "stripe-connect-documents" | "stripe-connect-tax-registrations" | "stripe-connect-tax-settings" | "stripe-connect-balances" | "stripe-connect-payouts-list" | "stripe-connect-app-install" | "stripe-connect-app-viewport";
|
|
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
|
@@ -29,6 +29,10 @@ export type EmbeddedError = {
|
|
|
29
29
|
type: EmbeddedErrorType;
|
|
30
30
|
message?: string;
|
|
31
31
|
};
|
|
32
|
+
export type FinancingProductType = {
|
|
33
|
+
productType: "standard" | "refill" | "none";
|
|
34
|
+
};
|
|
35
|
+
export type FinancingPromotionLayoutType = "full" | "banner";
|
|
32
36
|
export type EmbeddedErrorType =
|
|
33
37
|
/**
|
|
34
38
|
* Failure to connect to Stripe's API.
|
|
@@ -80,12 +84,10 @@ export declare const ConnectElementCustomMethodConfig: {
|
|
|
80
84
|
};
|
|
81
85
|
"issuing-card": {
|
|
82
86
|
setDefaultCard: (_defaultCard: string | undefined) => void;
|
|
83
|
-
setCardArtFileLink: (_cardArtFileLink: string | undefined) => void;
|
|
84
87
|
setCardSwitching: (_cardSwitching: boolean | undefined) => void;
|
|
85
88
|
setFetchEphemeralKey: (_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined) => void;
|
|
86
89
|
};
|
|
87
90
|
"issuing-cards-list": {
|
|
88
|
-
setCardArtFileLink: (_cardArtFileLink: string | undefined) => void;
|
|
89
91
|
setFetchEphemeralKey: (_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined) => void;
|
|
90
92
|
};
|
|
91
93
|
"financial-account": {
|
|
@@ -106,4 +108,21 @@ export declare const ConnectElementCustomMethodConfig: {
|
|
|
106
108
|
"payment-method-settings": {
|
|
107
109
|
setPaymentMethodConfiguration: (_paymentMethodConfiguration: string | undefined) => void;
|
|
108
110
|
};
|
|
111
|
+
"capital-financing": {
|
|
112
|
+
setDefaultFinancingOffer: (_defaultFinancingOffer: string | undefined) => void;
|
|
113
|
+
setShowFinancingSelector: (_showFinancingSelector: boolean | undefined) => void;
|
|
114
|
+
setFaqUrl: (_faqUrl: string | undefined) => void;
|
|
115
|
+
setSupportUrl: (_supportUrl: string | undefined) => void;
|
|
116
|
+
setOnFinancingsLoaded: (_listener: (({ total }: {
|
|
117
|
+
total: number;
|
|
118
|
+
}) => void) | undefined) => void;
|
|
119
|
+
};
|
|
120
|
+
"capital-financing-application": {
|
|
121
|
+
setOnApplicationSubmitted: (_listener: (() => void) | undefined) => void;
|
|
122
|
+
};
|
|
123
|
+
"capital-financing-promotion": {
|
|
124
|
+
setLayout: (_layout: FinancingPromotionLayoutType | undefined) => void;
|
|
125
|
+
setOnApplicationSubmitted: (_listener: (() => void) | undefined) => void;
|
|
126
|
+
setOnEligibleFinancingOfferLoaded: (_listener: (({ productType }: FinancingProductType) => void) | undefined) => void;
|
|
127
|
+
};
|
|
109
128
|
};
|
package/package.json
CHANGED
package/src/shared.ts
CHANGED
|
@@ -26,6 +26,9 @@ export type ConnectElementHTMLName =
|
|
|
26
26
|
| "stripe-connect-issuing-cards-list"
|
|
27
27
|
| "stripe-connect-financial-account"
|
|
28
28
|
| "stripe-connect-financial-account-transactions"
|
|
29
|
+
| "stripe-connect-capital-financing"
|
|
30
|
+
| "stripe-connect-capital-financing-application"
|
|
31
|
+
| "stripe-connect-capital-financing-promotion"
|
|
29
32
|
| "stripe-connect-capital-overview"
|
|
30
33
|
| "stripe-connect-documents"
|
|
31
34
|
| "stripe-connect-tax-registrations"
|
|
@@ -52,6 +55,10 @@ export const componentNameMapping: Record<
|
|
|
52
55
|
"financial-account": "stripe-connect-financial-account",
|
|
53
56
|
"financial-account-transactions":
|
|
54
57
|
"stripe-connect-financial-account-transactions",
|
|
58
|
+
"capital-financing": "stripe-connect-capital-financing",
|
|
59
|
+
"capital-financing-application":
|
|
60
|
+
"stripe-connect-capital-financing-application",
|
|
61
|
+
"capital-financing-promotion": "stripe-connect-capital-financing-promotion",
|
|
55
62
|
"capital-overview": "stripe-connect-capital-overview",
|
|
56
63
|
documents: "stripe-connect-documents",
|
|
57
64
|
"tax-registrations": "stripe-connect-tax-registrations",
|
package/types/config.ts
CHANGED
|
@@ -39,6 +39,12 @@ export type EmbeddedError = {
|
|
|
39
39
|
message?: string;
|
|
40
40
|
};
|
|
41
41
|
|
|
42
|
+
export type FinancingProductType = {
|
|
43
|
+
productType: "standard" | "refill" | "none";
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export type FinancingPromotionLayoutType = "full" | "banner";
|
|
47
|
+
|
|
42
48
|
export type EmbeddedErrorType =
|
|
43
49
|
/**
|
|
44
50
|
* Failure to connect to Stripe's API.
|
|
@@ -112,14 +118,12 @@ export const ConnectElementCustomMethodConfig = {
|
|
|
112
118
|
},
|
|
113
119
|
"issuing-card": {
|
|
114
120
|
setDefaultCard: (_defaultCard: string | undefined): void => {},
|
|
115
|
-
setCardArtFileLink: (_cardArtFileLink: string | undefined): void => {},
|
|
116
121
|
setCardSwitching: (_cardSwitching: boolean | undefined): void => {},
|
|
117
122
|
setFetchEphemeralKey: (
|
|
118
123
|
_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined
|
|
119
124
|
): void => {}
|
|
120
125
|
},
|
|
121
126
|
"issuing-cards-list": {
|
|
122
|
-
setCardArtFileLink: (_cardArtFileLink: string | undefined): void => {},
|
|
123
127
|
setFetchEphemeralKey: (
|
|
124
128
|
_fetchEphemeralKey: FetchEphemeralKeyFunction | undefined
|
|
125
129
|
): void => {}
|
|
@@ -147,5 +151,30 @@ export const ConnectElementCustomMethodConfig = {
|
|
|
147
151
|
setPaymentMethodConfiguration: (
|
|
148
152
|
_paymentMethodConfiguration: string | undefined
|
|
149
153
|
): void => {}
|
|
154
|
+
},
|
|
155
|
+
"capital-financing": {
|
|
156
|
+
setDefaultFinancingOffer: (
|
|
157
|
+
_defaultFinancingOffer: string | undefined
|
|
158
|
+
): void => {},
|
|
159
|
+
setShowFinancingSelector: (
|
|
160
|
+
_showFinancingSelector: boolean | undefined
|
|
161
|
+
): void => {},
|
|
162
|
+
setFaqUrl: (_faqUrl: string | undefined): void => {},
|
|
163
|
+
setSupportUrl: (_supportUrl: string | undefined): void => {},
|
|
164
|
+
setOnFinancingsLoaded: (
|
|
165
|
+
_listener: (({ total }: { total: number }) => void) | undefined
|
|
166
|
+
): void => {}
|
|
167
|
+
},
|
|
168
|
+
"capital-financing-application": {
|
|
169
|
+
setOnApplicationSubmitted: (_listener: (() => void) | undefined): void => {}
|
|
170
|
+
},
|
|
171
|
+
"capital-financing-promotion": {
|
|
172
|
+
setLayout: (_layout: FinancingPromotionLayoutType | undefined): void => {},
|
|
173
|
+
setOnApplicationSubmitted: (
|
|
174
|
+
_listener: (() => void) | undefined
|
|
175
|
+
): void => {},
|
|
176
|
+
setOnEligibleFinancingOfferLoaded: (
|
|
177
|
+
_listener: (({ productType }: FinancingProductType) => void) | undefined
|
|
178
|
+
): void => {}
|
|
150
179
|
}
|
|
151
180
|
};
|
package/types/shared.d.ts
CHANGED
|
@@ -463,6 +463,9 @@ export type ConnectElementTagName =
|
|
|
463
463
|
| "issuing-cards-list"
|
|
464
464
|
| "financial-account"
|
|
465
465
|
| "financial-account-transactions"
|
|
466
|
+
| "capital-financing"
|
|
467
|
+
| "capital-financing-application"
|
|
468
|
+
| "capital-financing-promotion"
|
|
466
469
|
| "capital-overview"
|
|
467
470
|
| "documents"
|
|
468
471
|
| "tax-registrations"
|