@paydala-payments/models 0.2.98 → 0.2.991
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.
@@ -22,8 +22,10 @@ export interface CredentialsPayload {
|
|
22
22
|
defaultUser?: Prefill;
|
23
23
|
/** the URL of the host application to enable OAuth redirection */
|
24
24
|
redirectUrl: string;
|
25
|
-
/**
|
25
|
+
/** Should be true with using the `native-widget-sdk` */
|
26
26
|
isWebView?: boolean;
|
27
|
+
/** Should be true when using the `iframe-sdk` */
|
28
|
+
isiFrame?: boolean;
|
27
29
|
/** transaction type wether it's a deposit or a withdraw */
|
28
30
|
transactionType?: TransactionType;
|
29
31
|
/** user flow depenedent configuration */
|
package/dist/source.d.ts
CHANGED