waldur-js-client 1.0.0 → 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/README.md +1 -1
- package/dist/sdk.gen.d.ts +218 -218
- package/dist/sdk.gen.js +4 -20
- package/dist/types.gen.d.ts +333 -1562
- package/package.json +1 -1
package/dist/sdk.gen.js
CHANGED
|
@@ -6632,11 +6632,7 @@ const marketplaceProviderOfferingsActivate = (options) => {
|
|
|
6632
6632
|
}
|
|
6633
6633
|
],
|
|
6634
6634
|
url: '/api/marketplace-provider-offerings/{uuid}/activate/',
|
|
6635
|
-
...options
|
|
6636
|
-
headers: {
|
|
6637
|
-
'Content-Type': 'application/json',
|
|
6638
|
-
...options === null || options === void 0 ? void 0 : options.headers
|
|
6639
|
-
}
|
|
6635
|
+
...options
|
|
6640
6636
|
});
|
|
6641
6637
|
};
|
|
6642
6638
|
exports.marketplaceProviderOfferingsActivate = marketplaceProviderOfferingsActivate;
|
|
@@ -6689,11 +6685,7 @@ const marketplaceProviderOfferingsArchive = (options) => {
|
|
|
6689
6685
|
}
|
|
6690
6686
|
],
|
|
6691
6687
|
url: '/api/marketplace-provider-offerings/{uuid}/archive/',
|
|
6692
|
-
...options
|
|
6693
|
-
headers: {
|
|
6694
|
-
'Content-Type': 'application/json',
|
|
6695
|
-
...options === null || options === void 0 ? void 0 : options.headers
|
|
6696
|
-
}
|
|
6688
|
+
...options
|
|
6697
6689
|
});
|
|
6698
6690
|
};
|
|
6699
6691
|
exports.marketplaceProviderOfferingsArchive = marketplaceProviderOfferingsArchive;
|
|
@@ -6866,11 +6858,7 @@ const marketplaceProviderOfferingsDraft = (options) => {
|
|
|
6866
6858
|
}
|
|
6867
6859
|
],
|
|
6868
6860
|
url: '/api/marketplace-provider-offerings/{uuid}/draft/',
|
|
6869
|
-
...options
|
|
6870
|
-
headers: {
|
|
6871
|
-
'Content-Type': 'application/json',
|
|
6872
|
-
...options === null || options === void 0 ? void 0 : options.headers
|
|
6873
|
-
}
|
|
6861
|
+
...options
|
|
6874
6862
|
});
|
|
6875
6863
|
};
|
|
6876
6864
|
exports.marketplaceProviderOfferingsDraft = marketplaceProviderOfferingsDraft;
|
|
@@ -7081,11 +7069,7 @@ const marketplaceProviderOfferingsUnpause = (options) => {
|
|
|
7081
7069
|
}
|
|
7082
7070
|
],
|
|
7083
7071
|
url: '/api/marketplace-provider-offerings/{uuid}/unpause/',
|
|
7084
|
-
...options
|
|
7085
|
-
headers: {
|
|
7086
|
-
'Content-Type': 'application/json',
|
|
7087
|
-
...options === null || options === void 0 ? void 0 : options.headers
|
|
7088
|
-
}
|
|
7072
|
+
...options
|
|
7089
7073
|
});
|
|
7090
7074
|
};
|
|
7091
7075
|
exports.marketplaceProviderOfferingsUnpause = marketplaceProviderOfferingsUnpause;
|