@marqeta/ux-toolkit-sdk-javascript 2.36.0 → 2.37.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.
- package/dist/{chunk-MBCD4RQI.mjs → chunk-BTWY5DTU.mjs} +450 -390
- package/dist/{chunk-PFQKCBPT.js → chunk-O7344V5L.js} +681 -627
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +518 -518
- package/dist/index.mjs +1 -1
- package/dist/react-native.js +587 -578
- package/dist/react-native.mjs +15 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2087,6 +2087,7 @@ type CreditBalanceDetails = {
|
|
|
2087
2087
|
credit_limit?: number;
|
|
2088
2088
|
owed_balance?: number;
|
|
2089
2089
|
payment_due_day?: number;
|
|
2090
|
+
payment_due_date?: string;
|
|
2090
2091
|
remaining_min_payment_owed?: number;
|
|
2091
2092
|
remaining_statement_owed_balance?: number;
|
|
2092
2093
|
};
|
|
@@ -2587,7 +2588,6 @@ declare class SsoAuthenticatedHttpClient implements iAuthenticatedHttpClient {
|
|
|
2587
2588
|
delete(path: string, params?: RequestInit): Promise<unknown>;
|
|
2588
2589
|
postFileForUpload(path: string, params?: RequestInit): Promise<unknown>;
|
|
2589
2590
|
private buildFinalParams;
|
|
2590
|
-
private isReactNative;
|
|
2591
2591
|
private getAccessToken;
|
|
2592
2592
|
}
|
|
2593
2593
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2087,6 +2087,7 @@ type CreditBalanceDetails = {
|
|
|
2087
2087
|
credit_limit?: number;
|
|
2088
2088
|
owed_balance?: number;
|
|
2089
2089
|
payment_due_day?: number;
|
|
2090
|
+
payment_due_date?: string;
|
|
2090
2091
|
remaining_min_payment_owed?: number;
|
|
2091
2092
|
remaining_statement_owed_balance?: number;
|
|
2092
2093
|
};
|
|
@@ -2587,7 +2588,6 @@ declare class SsoAuthenticatedHttpClient implements iAuthenticatedHttpClient {
|
|
|
2587
2588
|
delete(path: string, params?: RequestInit): Promise<unknown>;
|
|
2588
2589
|
postFileForUpload(path: string, params?: RequestInit): Promise<unknown>;
|
|
2589
2590
|
private buildFinalParams;
|
|
2590
|
-
private isReactNative;
|
|
2591
2591
|
private getAccessToken;
|
|
2592
2592
|
}
|
|
2593
2593
|
|