rebilly-js-sdk 56.44.1 → 56.45.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/CHANGELOG.md +6 -1
- package/dist/rebilly-js-sdk.d.ts +42 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [56.
|
|
1
|
+
## [56.45.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.44.1...rebilly-js-sdk-v56.45.0) (2024-08-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#6926](https://github.com/Rebilly/rebilly/issues/6926)) ([9b26fbb](https://github.com/Rebilly/rebilly/commit/9b26fbb18d8258bb46e82535e852f2eb87e565fc))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -7653,6 +7653,7 @@ export interface coreComponents {
|
|
|
7653
7653
|
| "MiFinity"
|
|
7654
7654
|
| "MobilePay"
|
|
7655
7655
|
| "Moneris"
|
|
7656
|
+
| "Monolo"
|
|
7656
7657
|
| "MtaPay"
|
|
7657
7658
|
| "MuchBetter"
|
|
7658
7659
|
| "MuchBetterGateway"
|
|
@@ -7860,6 +7861,7 @@ export interface coreComponents {
|
|
|
7860
7861
|
| "MiFinity"
|
|
7861
7862
|
| "MobilePay"
|
|
7862
7863
|
| "Moneris"
|
|
7864
|
+
| "Monolo"
|
|
7863
7865
|
| "MuchBetter"
|
|
7864
7866
|
| "MuchBetterGateway"
|
|
7865
7867
|
| "MyFatoorah"
|
|
@@ -17446,6 +17448,18 @@ export interface coreComponents {
|
|
|
17446
17448
|
storeId: string;
|
|
17447
17449
|
};
|
|
17448
17450
|
};
|
|
17451
|
+
/** Monolo gateway configuration. */
|
|
17452
|
+
Monolo: coreComponents["schemas"]["GatewayAccount"] & {
|
|
17453
|
+
/** Monolo credentials object. */
|
|
17454
|
+
credentials: {
|
|
17455
|
+
/** ID of the Monolo merchant account. */
|
|
17456
|
+
businessId: string;
|
|
17457
|
+
/** Monolo API key. */
|
|
17458
|
+
apiKey: string;
|
|
17459
|
+
/** Monolo secret. */
|
|
17460
|
+
secret: string;
|
|
17461
|
+
};
|
|
17462
|
+
};
|
|
17449
17463
|
/** MTA Pay gateway configuration. */
|
|
17450
17464
|
MtaPay: coreComponents["schemas"]["GatewayAccount"] & {
|
|
17451
17465
|
credentials: {
|
|
@@ -41471,6 +41485,7 @@ export interface storefrontComponents {
|
|
|
41471
41485
|
| "MiFinity"
|
|
41472
41486
|
| "MobilePay"
|
|
41473
41487
|
| "Moneris"
|
|
41488
|
+
| "Monolo"
|
|
41474
41489
|
| "MtaPay"
|
|
41475
41490
|
| "MuchBetter"
|
|
41476
41491
|
| "MuchBetterGateway"
|
|
@@ -41678,6 +41693,7 @@ export interface storefrontComponents {
|
|
|
41678
41693
|
| "MiFinity"
|
|
41679
41694
|
| "MobilePay"
|
|
41680
41695
|
| "Moneris"
|
|
41696
|
+
| "Monolo"
|
|
41681
41697
|
| "MuchBetter"
|
|
41682
41698
|
| "MuchBetterGateway"
|
|
41683
41699
|
| "MyFatoorah"
|
|
@@ -51264,6 +51280,18 @@ export interface storefrontComponents {
|
|
|
51264
51280
|
storeId: string;
|
|
51265
51281
|
};
|
|
51266
51282
|
};
|
|
51283
|
+
/** Monolo gateway configuration. */
|
|
51284
|
+
Monolo: storefrontComponents["schemas"]["GatewayAccount"] & {
|
|
51285
|
+
/** Monolo credentials object. */
|
|
51286
|
+
credentials: {
|
|
51287
|
+
/** ID of the Monolo merchant account. */
|
|
51288
|
+
businessId: string;
|
|
51289
|
+
/** Monolo API key. */
|
|
51290
|
+
apiKey: string;
|
|
51291
|
+
/** Monolo secret. */
|
|
51292
|
+
secret: string;
|
|
51293
|
+
};
|
|
51294
|
+
};
|
|
51267
51295
|
/** MTA Pay gateway configuration. */
|
|
51268
51296
|
MtaPay: storefrontComponents["schemas"]["GatewayAccount"] & {
|
|
51269
51297
|
credentials: {
|
|
@@ -64155,6 +64183,7 @@ export interface reportsComponents {
|
|
|
64155
64183
|
| "MiFinity"
|
|
64156
64184
|
| "MobilePay"
|
|
64157
64185
|
| "Moneris"
|
|
64186
|
+
| "Monolo"
|
|
64158
64187
|
| "MtaPay"
|
|
64159
64188
|
| "MuchBetter"
|
|
64160
64189
|
| "MuchBetterGateway"
|
|
@@ -64362,6 +64391,7 @@ export interface reportsComponents {
|
|
|
64362
64391
|
| "MiFinity"
|
|
64363
64392
|
| "MobilePay"
|
|
64364
64393
|
| "Moneris"
|
|
64394
|
+
| "Monolo"
|
|
64365
64395
|
| "MuchBetter"
|
|
64366
64396
|
| "MuchBetterGateway"
|
|
64367
64397
|
| "MyFatoorah"
|
|
@@ -73948,6 +73978,18 @@ export interface reportsComponents {
|
|
|
73948
73978
|
storeId: string;
|
|
73949
73979
|
};
|
|
73950
73980
|
};
|
|
73981
|
+
/** Monolo gateway configuration. */
|
|
73982
|
+
Monolo: reportsComponents["schemas"]["GatewayAccount"] & {
|
|
73983
|
+
/** Monolo credentials object. */
|
|
73984
|
+
credentials: {
|
|
73985
|
+
/** ID of the Monolo merchant account. */
|
|
73986
|
+
businessId: string;
|
|
73987
|
+
/** Monolo API key. */
|
|
73988
|
+
apiKey: string;
|
|
73989
|
+
/** Monolo secret. */
|
|
73990
|
+
secret: string;
|
|
73991
|
+
};
|
|
73992
|
+
};
|
|
73951
73993
|
/** MTA Pay gateway configuration. */
|
|
73952
73994
|
MtaPay: reportsComponents["schemas"]["GatewayAccount"] & {
|
|
73953
73995
|
credentials: {
|