@paydock/client-sdk 1.133.1-beta → 1.135.14-beta
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/README.md +1 -0
- package/bundles/index.cjs +875 -853
- package/bundles/index.cjs.d.ts +45 -44
- package/bundles/index.mjs +875 -853
- package/bundles/index.mjs.d.ts +45 -44
- package/bundles/types/api/api-checkout-internal.d.ts +2 -2
- package/bundles/types/api/api-checkout-internal.d.ts.map +1 -1
- package/bundles/types/checkout/images/card-icons.d.ts +2 -1
- package/bundles/types/checkout/images/card-icons.d.ts.map +1 -1
- package/bundles/types/checkout/v1/instructions/index.d.ts.map +1 -1
- package/bundles/types/checkout/v1/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v1/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v1/instructions/instruction.paypal_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts +1 -0
- package/bundles/types/checkout/v3/components/go-back-to-payments-button/go-back-to-payments.d.ts.map +1 -1
- package/bundles/types/checkout/v3/instructions/instruction.apple_pay_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v3/instructions/instruction.google_pay_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v3/instructions/instruction.paypal_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts +14 -2
- package/bundles/types/checkout/v3/instructions/instruction.saved_card_form.show.d.ts.map +1 -1
- package/bundles/types/checkout/v3/models/card.model.d.ts +3 -1
- package/bundles/types/checkout/v3/models/card.model.d.ts.map +1 -1
- package/bundles/types/checkout/v3/models/payment-methods.model.d.ts.map +1 -1
- package/bundles/types/components/param.d.ts +1 -0
- package/bundles/types/components/param.d.ts.map +1 -1
- package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.d.ts.map +1 -1
- package/bundles/types/paypal-save-payment-source/paypal-save-payment-source.service.d.ts.map +1 -1
- package/bundles/types/shared-ui/components/modal.d.ts +18 -0
- package/bundles/types/shared-ui/components/modal.d.ts.map +1 -0
- package/bundles/types/wallet-buttons/wallet-services/paypal.wallet-service.d.ts.map +1 -1
- package/bundles/types/widget/index.d.ts +4 -3
- package/bundles/types/widget/index.d.ts.map +1 -1
- package/bundles/widget.umd.js +875 -853
- package/bundles/widget.umd.js.d.ts +45 -44
- package/bundles/widget.umd.js.min.d.ts +45 -44
- package/bundles/widget.umd.min.js +1 -1
- package/docs/api-widget.md +1 -0
- package/package.json +11 -4
package/docs/api-widget.md
CHANGED
|
@@ -358,6 +358,7 @@ The list of available parameters for showing card icons
|
|
|
358
358
|
| SOLO | <code>string</code> | <code>"solo"</code> |
|
|
359
359
|
| VISA | <code>string</code> | <code>"visa"</code> |
|
|
360
360
|
| VISA_WHITE | <code>string</code> | <code>"visa_white"</code> |
|
|
361
|
+
| UNIONPAY | <code>string</code> | <code>"unionpay"</code> |
|
|
361
362
|
|
|
362
363
|
<a name="w_STYLABLE_ELEMENT" id="w_STYLABLE_ELEMENT" href="#user-content-w_STYLABLE_ELEMENT"> </a>
|
|
363
364
|
|
package/package.json
CHANGED
|
@@ -21,6 +21,10 @@
|
|
|
21
21
|
"module": "./bundles/index.mjs",
|
|
22
22
|
"types": "./bundles/index.mjs.d.ts",
|
|
23
23
|
"unpkg": "./bundles/widget.umd.js",
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "git+https://gitlab.com/paydock/shared/client-sdk.git"
|
|
27
|
+
},
|
|
24
28
|
"exports": {
|
|
25
29
|
".": {
|
|
26
30
|
"import": {
|
|
@@ -104,7 +108,7 @@
|
|
|
104
108
|
}
|
|
105
109
|
},
|
|
106
110
|
"name": "@paydock/client-sdk",
|
|
107
|
-
"version": "1.
|
|
111
|
+
"version": "1.135.14-beta",
|
|
108
112
|
"scripts": {
|
|
109
113
|
"build:doc": "node docs/html/marked.js",
|
|
110
114
|
"build:js": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
|
@@ -139,6 +143,7 @@
|
|
|
139
143
|
},
|
|
140
144
|
"dependencies": {
|
|
141
145
|
"@auspayplus/open-payments-checkout": "1.8.0",
|
|
146
|
+
"@bundled-es-modules/statuses": "1.0.1",
|
|
142
147
|
"@newrelic/browser-agent": "1.260.1",
|
|
143
148
|
"@stripe/stripe-js": "1.54.2"
|
|
144
149
|
},
|
|
@@ -185,7 +190,7 @@
|
|
|
185
190
|
"grunt-jsdoc-to-markdown": "6.0.0",
|
|
186
191
|
"grunt-replace": "2.0.2",
|
|
187
192
|
"grunt-template-render": "0.0.1",
|
|
188
|
-
"happy-dom": "
|
|
193
|
+
"happy-dom": "20.0.2",
|
|
189
194
|
"highlight.js": "11.9.0",
|
|
190
195
|
"ieee754": "1.2.1",
|
|
191
196
|
"include-all": "4.0.3",
|
|
@@ -207,7 +212,7 @@
|
|
|
207
212
|
"npm-run-all2": "6.2.0",
|
|
208
213
|
"process": "0.11.10",
|
|
209
214
|
"rimraf": "5.0.7",
|
|
210
|
-
"rollup": "4.
|
|
215
|
+
"rollup": "4.53.2",
|
|
211
216
|
"rollup-plugin-dts": "6.1.0",
|
|
212
217
|
"rxjs": "7.8.1",
|
|
213
218
|
"tsify": "3.0.4",
|
|
@@ -217,7 +222,9 @@
|
|
|
217
222
|
"zod": "3.23.8"
|
|
218
223
|
},
|
|
219
224
|
"overrides": {
|
|
220
|
-
"sha.js@>=2.0.0 <=2.4.11": "2.4.12"
|
|
225
|
+
"sha.js@>=2.0.0 <=2.4.11": "2.4.12",
|
|
226
|
+
"pbkdf2": ">=3.1.3",
|
|
227
|
+
"form-data": ">=4.0.4"
|
|
221
228
|
},
|
|
222
229
|
"engines": {
|
|
223
230
|
"node": ">=16.0.0"
|