@wix/auto_sdk_payments_site-payment-method-types 1.0.1 → 1.0.2
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/build/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.d.ts +3 -0
- package/build/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js.map +1 -1
- package/build/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.d.ts +3 -0
- package/build/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js.map +1 -1
- package/build/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.d.ts +3 -0
- package/build/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js.map +1 -1
- package/build/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.d.ts +3 -0
- package/build/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js.map +1 -1
- package/build/internal/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.d.ts +3 -0
- package/build/internal/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js.map +1 -1
- package/build/internal/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.d.ts +3 -0
- package/build/internal/cjs/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js.map +1 -1
- package/build/internal/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.d.ts +3 -0
- package/build/internal/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js.map +1 -1
- package/build/internal/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.d.ts +3 -0
- package/build/internal/es/src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -390,6 +392,7 @@ interface SitePaymentMethodTypeNonNullableFields {
|
|
|
390
392
|
velo: boolean;
|
|
391
393
|
inPerson: boolean;
|
|
392
394
|
currencyRestricted: boolean;
|
|
395
|
+
currencyRestrictionEnabled: boolean;
|
|
393
396
|
}
|
|
394
397
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
395
398
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":";;;AA0OA,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,2CAAiC,CAAA;IACjC,qBAAW,CAAA;IACX,qBAAW,CAAA;AACb,CAAC,EAJW,MAAM,sBAAN,MAAM,QAIjB"}
|
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -368,6 +370,7 @@ export interface SitePaymentMethodTypeNonNullableFields {
|
|
|
368
370
|
velo: boolean;
|
|
369
371
|
inPerson: boolean;
|
|
370
372
|
currencyRestricted: boolean;
|
|
373
|
+
currencyRestrictionEnabled: boolean;
|
|
371
374
|
}
|
|
372
375
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
373
376
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,uMAAyL;AACzL,kEAAsF;AACtF,sFAAkF;
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -390,6 +392,7 @@ interface SitePaymentMethodTypeNonNullableFields {
|
|
|
390
392
|
velo: boolean;
|
|
391
393
|
inPerson: boolean;
|
|
392
394
|
currencyRestricted: boolean;
|
|
395
|
+
currencyRestrictionEnabled: boolean;
|
|
393
396
|
}
|
|
394
397
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
395
398
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":"AA0OA,MAAM,CAAN,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,2CAAiC,CAAA;IACjC,qBAAW,CAAA;IACX,qBAAW,CAAA;AACb,CAAC,EAJW,MAAM,KAAN,MAAM,QAIjB"}
|
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -368,6 +370,7 @@ export interface SitePaymentMethodTypeNonNullableFields {
|
|
|
368
370
|
velo: boolean;
|
|
369
371
|
inPerson: boolean;
|
|
370
372
|
currencyRestricted: boolean;
|
|
373
|
+
currencyRestrictionEnabled: boolean;
|
|
371
374
|
}
|
|
372
375
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
373
376
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,kEAAkE,MAAM,oGAAoG,CAAC;AACzL,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,kEAAkE,MAAM,oGAAoG,CAAC;AACzL,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;AA2NlF,MAAM,CAAN,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,2CAAiC,CAAA;IACjC,qBAAW,CAAA;IACX,qBAAW,CAAA;AACb,CAAC,EAJW,MAAM,KAAN,MAAM,QAIjB;AAkND;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAM,CAAC,KAAK,UAAU,wBAAwB,CAC5C,uBAA+B,EAC/B,OAAyC;IAEzC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,uBAAuB,EAAE,uBAAuB;QAChD,QAAQ,EAAE,OAAO,EAAE,QAAQ;QAC3B,OAAO,EAAE,OAAO,EAAE,OAAO;QACzB,QAAQ,EAAE,OAAO,EAAE,QAAQ;KAC5B,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,kEAAkE,CAAC,wBAAwB,CACzF,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAC5C,cAAc,CAAC,MAAM,CAAC,IAAI,EAAE;YAC1B;gBACE,WAAW,EAAE,4BAA4B;gBACzC,KAAK,EAAE;oBACL,EAAE,IAAI,EAAE,gDAAgD,EAAE;oBAC1D,EAAE,IAAI,EAAE,6CAA6C,EAAE;iBACxD;aACF;SACF,CAAC,CACH,EAAE,qBAAsB,CAAC;IAC5B,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE;gBACxB,uBAAuB,EAAE,MAAM;gBAC/B,QAAQ,EAAE,eAAe;gBACzB,OAAO,EAAE,cAAc;gBACvB,QAAQ,EAAE,eAAe;aAC1B;YACD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,yBAAyB,EAAE,SAAS,CAAC,CACvC,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAuBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAC9C,OAA2C;IAK3C,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,GAAG,EAAE,OAAO,EAAE,GAAG;QACjB,QAAQ,EAAE,OAAO,EAAE,QAAQ;QAC3B,OAAO,EAAE,OAAO,EAAE,OAAO;QACzB,QAAQ,EAAE,OAAO,EAAE,QAAQ;KAC5B,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,kEAAkE,CAAC,0BAA0B,CAC3F,OAAO,CACR,CAAC;IAEJ,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAC5C,cAAc,CAAC,MAAM,CAAC,IAAI,EAAE;YAC1B;gBACE,WAAW,EAAE,4BAA4B;gBACzC,KAAK,EAAE;oBACL,EAAE,IAAI,EAAE,iDAAiD,EAAE;oBAC3D,EAAE,IAAI,EAAE,8CAA8C,EAAE;iBACzD;aACF;SACF,CAAC,CACF,CAAC;IACL,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE;gBACxB,GAAG,EAAE,UAAU;gBACf,QAAQ,EAAE,eAAe;gBACzB,OAAO,EAAE,cAAc;gBACvB,QAAQ,EAAE,eAAe;aAC1B;YACD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,SAAS,CAAC,CACZ,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC"}
|
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -390,6 +392,7 @@ interface SitePaymentMethodTypeNonNullableFields {
|
|
|
390
392
|
velo: boolean;
|
|
391
393
|
inPerson: boolean;
|
|
392
394
|
currencyRestricted: boolean;
|
|
395
|
+
currencyRestrictionEnabled: boolean;
|
|
393
396
|
}
|
|
394
397
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
395
398
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":";;;AA0OA,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,2CAAiC,CAAA;IACjC,qBAAW,CAAA;IACX,qBAAW,CAAA;AACb,CAAC,EAJW,MAAM,sBAAN,MAAM,QAIjB"}
|
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -368,6 +370,7 @@ export interface SitePaymentMethodTypeNonNullableFields {
|
|
|
368
370
|
velo: boolean;
|
|
369
371
|
inPerson: boolean;
|
|
370
372
|
currencyRestricted: boolean;
|
|
373
|
+
currencyRestrictionEnabled: boolean;
|
|
371
374
|
}
|
|
372
375
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
373
376
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,uMAAyL;AACzL,kEAAsF;AACtF,sFAAkF;
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -390,6 +392,7 @@ interface SitePaymentMethodTypeNonNullableFields {
|
|
|
390
392
|
velo: boolean;
|
|
391
393
|
inPerson: boolean;
|
|
392
394
|
currencyRestricted: boolean;
|
|
395
|
+
currencyRestrictionEnabled: boolean;
|
|
393
396
|
}
|
|
394
397
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
395
398
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.types.ts"],"names":[],"mappings":"AA0OA,MAAM,CAAN,IAAY,MAIX;AAJD,WAAY,MAAM;IAChB,2CAAiC,CAAA;IACjC,qBAAW,CAAA;IACX,qBAAW,CAAA;AACb,CAAC,EAJW,MAAM,KAAN,MAAM,QAIjB"}
|
|
@@ -46,6 +46,8 @@ export interface SitePaymentMethodType {
|
|
|
46
46
|
transactionExpirationDelayInSeconds?: number | null;
|
|
47
47
|
/** Indicates that payment method type is restricted for the provided currency. */
|
|
48
48
|
currencyRestricted?: boolean;
|
|
49
|
+
/** Indicates the payment method type has currency restriction and it is enabled. */
|
|
50
|
+
currencyRestrictionEnabled?: boolean;
|
|
49
51
|
}
|
|
50
52
|
export interface Features {
|
|
51
53
|
/** Express flow configuration. */
|
|
@@ -368,6 +370,7 @@ export interface SitePaymentMethodTypeNonNullableFields {
|
|
|
368
370
|
velo: boolean;
|
|
369
371
|
inPerson: boolean;
|
|
370
372
|
currencyRestricted: boolean;
|
|
373
|
+
currencyRestrictionEnabled: boolean;
|
|
371
374
|
}
|
|
372
375
|
export interface GetSitePaymentMethodTypeResponseNonNullableFields {
|
|
373
376
|
sitePaymentMethodType?: SitePaymentMethodTypeNonNullableFields;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,kEAAkE,MAAM,oGAAoG,CAAC;AACzL,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.js","sourceRoot":"","sources":["../../../../src/payments-site-payment-method-types-v1-site-payment-method-type-site-payment-method-types.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_payments_site-payment-method-types",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.payments.site_payment_method_types.v1.site_payment_method_type"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "90659c924adc69d92daf769c4c7614535d0340f17b61d27d2e4fea34"
|
|
52
52
|
}
|