@paydala-payments/models 0.2.97 → 0.2.99

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
- /** wether the SDK is being used within the widget for webviews */
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
@@ -8,6 +8,9 @@ export interface PaymentDetails {
8
8
  cardId?: string;
9
9
  logo?: string;
10
10
  zip?: string;
11
+ name?: string;
12
+ accountType: string;
13
+ accountNo?: string;
11
14
  }
12
15
  export interface Logos {
13
16
  paydala?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.2.97",
3
+ "version": "0.2.99",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",