rebilly-js-sdk 56.41.0 → 56.42.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 +2 -2
- package/dist/rebilly-js-sdk.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [56.
|
|
1
|
+
## [56.42.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.41.0...rebilly-js-sdk-v56.42.0) (2024-07-09)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#6384](https://github.com/Rebilly/rebilly/issues/6384)) ([58fd992](https://github.com/Rebilly/rebilly/commit/58fd9924c23bbaf927bdb0ad3a52184ecad3690b))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -12378,8 +12378,6 @@ export interface coreComponents {
|
|
|
12378
12378
|
Subscription: {
|
|
12379
12379
|
/** ID of the order. */
|
|
12380
12380
|
id?: string;
|
|
12381
|
-
/** ID of the order (experimental). */
|
|
12382
|
-
orderId?: string;
|
|
12383
12381
|
/**
|
|
12384
12382
|
* Specifies the type of order.
|
|
12385
12383
|
* An order may be a subscription or a one-time purchase.
|
|
@@ -12656,8 +12654,6 @@ export interface coreComponents {
|
|
|
12656
12654
|
OneTimeSale: {
|
|
12657
12655
|
/** ID of the one-time sale. */
|
|
12658
12656
|
id?: string;
|
|
12659
|
-
/** ID of the order (experimental). */
|
|
12660
|
-
orderId?: string;
|
|
12661
12657
|
/**
|
|
12662
12658
|
* Specifies the type of order.
|
|
12663
12659
|
* An order may be a subscription or a one-time purchase.
|
|
@@ -46095,8 +46091,6 @@ export interface storefrontComponents {
|
|
|
46095
46091
|
Subscription: {
|
|
46096
46092
|
/** ID of the order. */
|
|
46097
46093
|
id?: string;
|
|
46098
|
-
/** ID of the order (experimental). */
|
|
46099
|
-
orderId?: string;
|
|
46100
46094
|
/**
|
|
46101
46095
|
* Specifies the type of order.
|
|
46102
46096
|
* An order may be a subscription or a one-time purchase.
|
|
@@ -46373,8 +46367,6 @@ export interface storefrontComponents {
|
|
|
46373
46367
|
OneTimeSale: {
|
|
46374
46368
|
/** ID of the one-time sale. */
|
|
46375
46369
|
id?: string;
|
|
46376
|
-
/** ID of the order (experimental). */
|
|
46377
|
-
orderId?: string;
|
|
46378
46370
|
/**
|
|
46379
46371
|
* Specifies the type of order.
|
|
46380
46372
|
* An order may be a subscription or a one-time purchase.
|
|
@@ -68711,8 +68703,6 @@ export interface reportsComponents {
|
|
|
68711
68703
|
Subscription: {
|
|
68712
68704
|
/** ID of the order. */
|
|
68713
68705
|
id?: string;
|
|
68714
|
-
/** ID of the order (experimental). */
|
|
68715
|
-
orderId?: string;
|
|
68716
68706
|
/**
|
|
68717
68707
|
* Specifies the type of order.
|
|
68718
68708
|
* An order may be a subscription or a one-time purchase.
|
|
@@ -68989,8 +68979,6 @@ export interface reportsComponents {
|
|
|
68989
68979
|
OneTimeSale: {
|
|
68990
68980
|
/** ID of the one-time sale. */
|
|
68991
68981
|
id?: string;
|
|
68992
|
-
/** ID of the order (experimental). */
|
|
68993
|
-
orderId?: string;
|
|
68994
68982
|
/**
|
|
68995
68983
|
* Specifies the type of order.
|
|
68996
68984
|
* An order may be a subscription or a one-time purchase.
|