@digital8/lighting-illusions-ts-sdk 0.0.439 → 0.0.441
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 +2 -2
- package/dist/apis/TagApi.d.ts +4 -4
- package/dist/apis/TagApi.js +2 -2
- package/docs/TagApi.md +4 -4
- package/package.json +1 -1
- package/src/apis/TagApi.ts +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.441
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -291,7 +291,7 @@ and is automatically generated by the
|
|
|
291
291
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
292
292
|
|
|
293
293
|
- API version: `1.0.0`
|
|
294
|
-
- Package version: `0.0.
|
|
294
|
+
- Package version: `0.0.441`
|
|
295
295
|
- Generator version: `7.17.0`
|
|
296
296
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
297
297
|
|
package/dist/apis/TagApi.d.ts
CHANGED
|
@@ -64,11 +64,11 @@ export declare class TagApi extends runtime.BaseAPI {
|
|
|
64
64
|
/**
|
|
65
65
|
* Auto-generated: getProductsTag
|
|
66
66
|
*/
|
|
67
|
-
getProductsTagRaw(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
67
|
+
getProductsTagRaw(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProductChildRelationResourceArrayResponse>>;
|
|
68
68
|
/**
|
|
69
69
|
* Auto-generated: getProductsTag
|
|
70
70
|
*/
|
|
71
|
-
getProductsTag(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
71
|
+
getProductsTag(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProductChildRelationResourceArrayResponse>;
|
|
72
72
|
/**
|
|
73
73
|
* Auto-generated: indexTag
|
|
74
74
|
*/
|
|
@@ -80,11 +80,11 @@ export declare class TagApi extends runtime.BaseAPI {
|
|
|
80
80
|
/**
|
|
81
81
|
* Auto-generated: linkProductChildrenTag
|
|
82
82
|
*/
|
|
83
|
-
linkProductChildrenTagRaw(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
83
|
+
linkProductChildrenTagRaw(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProductChildRelationResourceArrayResponse>>;
|
|
84
84
|
/**
|
|
85
85
|
* Auto-generated: linkProductChildrenTag
|
|
86
86
|
*/
|
|
87
|
-
linkProductChildrenTag(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
87
|
+
linkProductChildrenTag(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProductChildRelationResourceArrayResponse>;
|
|
88
88
|
/**
|
|
89
89
|
* Auto-generated: showTag
|
|
90
90
|
*/
|
package/dist/apis/TagApi.js
CHANGED
|
@@ -190,7 +190,7 @@ var TagApi = /** @class */ (function (_super) {
|
|
|
190
190
|
}, initOverrides)];
|
|
191
191
|
case 1:
|
|
192
192
|
response = _a.sent();
|
|
193
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
193
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.ProductChildRelationResourceArrayResponseFromJSON)(jsonValue); })];
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
196
|
});
|
|
@@ -283,7 +283,7 @@ var TagApi = /** @class */ (function (_super) {
|
|
|
283
283
|
}, initOverrides)];
|
|
284
284
|
case 1:
|
|
285
285
|
response = _a.sent();
|
|
286
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.
|
|
286
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.ProductChildRelationResourceArrayResponseFromJSON)(jsonValue); })];
|
|
287
287
|
}
|
|
288
288
|
});
|
|
289
289
|
});
|
package/docs/TagApi.md
CHANGED
|
@@ -148,7 +148,7 @@ No authorization required
|
|
|
148
148
|
|
|
149
149
|
## getProductsTag
|
|
150
150
|
|
|
151
|
-
>
|
|
151
|
+
> ProductChildRelationResourceArrayResponse getProductsTag(tag)
|
|
152
152
|
|
|
153
153
|
Auto-generated: getProductsTag
|
|
154
154
|
|
|
@@ -191,7 +191,7 @@ example().catch(console.error);
|
|
|
191
191
|
|
|
192
192
|
### Return type
|
|
193
193
|
|
|
194
|
-
[**
|
|
194
|
+
[**ProductChildRelationResourceArrayResponse**](ProductChildRelationResourceArrayResponse.md)
|
|
195
195
|
|
|
196
196
|
### Authorization
|
|
197
197
|
|
|
@@ -278,7 +278,7 @@ No authorization required
|
|
|
278
278
|
|
|
279
279
|
## linkProductChildrenTag
|
|
280
280
|
|
|
281
|
-
>
|
|
281
|
+
> ProductChildRelationResourceArrayResponse linkProductChildrenTag(tag, linkProductChildrenTagRequest)
|
|
282
282
|
|
|
283
283
|
Auto-generated: linkProductChildrenTag
|
|
284
284
|
|
|
@@ -324,7 +324,7 @@ example().catch(console.error);
|
|
|
324
324
|
|
|
325
325
|
### Return type
|
|
326
326
|
|
|
327
|
-
[**
|
|
327
|
+
[**ProductChildRelationResourceArrayResponse**](ProductChildRelationResourceArrayResponse.md)
|
|
328
328
|
|
|
329
329
|
### Authorization
|
|
330
330
|
|
package/package.json
CHANGED
package/src/apis/TagApi.ts
CHANGED
|
@@ -162,7 +162,7 @@ export class TagApi extends runtime.BaseAPI {
|
|
|
162
162
|
/**
|
|
163
163
|
* Auto-generated: getProductsTag
|
|
164
164
|
*/
|
|
165
|
-
async getProductsTagRaw(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
165
|
+
async getProductsTagRaw(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProductChildRelationResourceArrayResponse>> {
|
|
166
166
|
if (requestParameters['tag'] == null) {
|
|
167
167
|
throw new runtime.RequiredError(
|
|
168
168
|
'tag',
|
|
@@ -185,13 +185,13 @@ export class TagApi extends runtime.BaseAPI {
|
|
|
185
185
|
query: queryParameters,
|
|
186
186
|
}, initOverrides);
|
|
187
187
|
|
|
188
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
188
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ProductChildRelationResourceArrayResponseFromJSON(jsonValue));
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
* Auto-generated: getProductsTag
|
|
193
193
|
*/
|
|
194
|
-
async getProductsTag(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
194
|
+
async getProductsTag(requestParameters: GetProductsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProductChildRelationResourceArrayResponse> {
|
|
195
195
|
const response = await this.getProductsTagRaw(requestParameters, initOverrides);
|
|
196
196
|
return await response.value();
|
|
197
197
|
}
|
|
@@ -231,7 +231,7 @@ export class TagApi extends runtime.BaseAPI {
|
|
|
231
231
|
/**
|
|
232
232
|
* Auto-generated: linkProductChildrenTag
|
|
233
233
|
*/
|
|
234
|
-
async linkProductChildrenTagRaw(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
234
|
+
async linkProductChildrenTagRaw(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProductChildRelationResourceArrayResponse>> {
|
|
235
235
|
if (requestParameters['tag'] == null) {
|
|
236
236
|
throw new runtime.RequiredError(
|
|
237
237
|
'tag',
|
|
@@ -257,13 +257,13 @@ export class TagApi extends runtime.BaseAPI {
|
|
|
257
257
|
body: LinkProductChildrenTagRequestToJSON(requestParameters['linkProductChildrenTagRequest']),
|
|
258
258
|
}, initOverrides);
|
|
259
259
|
|
|
260
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
260
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ProductChildRelationResourceArrayResponseFromJSON(jsonValue));
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
/**
|
|
264
264
|
* Auto-generated: linkProductChildrenTag
|
|
265
265
|
*/
|
|
266
|
-
async linkProductChildrenTag(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
266
|
+
async linkProductChildrenTag(requestParameters: LinkProductChildrenTagOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProductChildRelationResourceArrayResponse> {
|
|
267
267
|
const response = await this.linkProductChildrenTagRaw(requestParameters, initOverrides);
|
|
268
268
|
return await response.value();
|
|
269
269
|
}
|