@digital8/lighting-illusions-ts-sdk 0.0.1393 → 0.0.1395
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 +3 -3
- package/dist/apis/ProductApi.js +1 -1
- package/docs/ProductApi.md +1 -1
- package/package.json +1 -1
- package/src/apis/ProductApi.ts +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.1395
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -118,7 +118,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
118
118
|
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
119
119
|
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
120
120
|
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
121
|
-
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchildoperation) | **
|
|
121
|
+
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchildoperation) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
122
122
|
*ProductApi* | [**showAttributesProductChild**](docs/ProductApi.md#showattributesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild
|
|
123
123
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
124
124
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
@@ -489,7 +489,7 @@ and is automatically generated by the
|
|
|
489
489
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
490
490
|
|
|
491
491
|
- API version: `1.0.0`
|
|
492
|
-
- Package version: `0.0.
|
|
492
|
+
- Package version: `0.0.1395`
|
|
493
493
|
- Generator version: `7.20.0`
|
|
494
494
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
495
495
|
|
package/dist/apis/ProductApi.js
CHANGED
|
@@ -934,7 +934,7 @@ var ProductApi = /** @class */ (function (_super) {
|
|
|
934
934
|
urlPath = urlPath.replace("{".concat("productChild", "}"), encodeURIComponent(String(requestParameters['productChild'])));
|
|
935
935
|
return [2 /*return*/, {
|
|
936
936
|
path: urlPath,
|
|
937
|
-
method: '
|
|
937
|
+
method: 'GET',
|
|
938
938
|
headers: headerParameters,
|
|
939
939
|
query: queryParameters,
|
|
940
940
|
body: (0, index_1.ShowAssetsProductChildRequestToJSON)(requestParameters['showAssetsProductChildRequest']),
|
package/docs/ProductApi.md
CHANGED
|
@@ -18,7 +18,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
18
18
|
| [**getCompatibleProductsProductChild**](ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild |
|
|
19
19
|
| [**indexProduct**](ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
|
|
20
20
|
| [**indexProductChild**](ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild |
|
|
21
|
-
| [**showAssetsProductChild**](ProductApi.md#showassetsproductchildoperation) | **
|
|
21
|
+
| [**showAssetsProductChild**](ProductApi.md#showassetsproductchildoperation) | **GET** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
|
|
22
22
|
| [**showAttributesProductChild**](ProductApi.md#showattributesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild |
|
|
23
23
|
| [**showProduct**](ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct |
|
|
24
24
|
| [**showProductChild**](ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild |
|
package/package.json
CHANGED
package/src/apis/ProductApi.ts
CHANGED
|
@@ -860,7 +860,7 @@ export class ProductApi extends runtime.BaseAPI {
|
|
|
860
860
|
|
|
861
861
|
return {
|
|
862
862
|
path: urlPath,
|
|
863
|
-
method: '
|
|
863
|
+
method: 'GET',
|
|
864
864
|
headers: headerParameters,
|
|
865
865
|
query: queryParameters,
|
|
866
866
|
body: ShowAssetsProductChildRequestToJSON(requestParameters['showAssetsProductChildRequest']),
|