@digital8/lighting-illusions-ts-sdk 0.0.576 → 0.0.577

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 CHANGED
@@ -1,4 +1,4 @@
1
- # @digital8/lighting-illusions-ts-sdk@0.0.576
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.577
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -410,7 +410,7 @@ and is automatically generated by the
410
410
  [OpenAPI Generator](https://openapi-generator.tech) project:
411
411
 
412
412
  - API version: `1.0.0`
413
- - Package version: `0.0.576`
413
+ - Package version: `0.0.577`
414
414
  - Generator version: `7.18.0`
415
415
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
416
416
 
@@ -116,8 +116,6 @@ export declare const IndexProductChildRequestRelatedTypeEnum: {
116
116
  readonly Attribute: "attribute";
117
117
  readonly AttributeValue: "attributeValue";
118
118
  readonly CompatibleProduct: "compatibleProduct";
119
- readonly Category: "category";
120
- readonly AutomatedCategory: "automatedCategory";
121
119
  readonly Document: "document";
122
120
  readonly OverlayTemplate: "overlayTemplate";
123
121
  readonly ProductType: "productType";
@@ -51,8 +51,6 @@ exports.IndexProductChildRequestRelatedTypeEnum = {
51
51
  Attribute: 'attribute',
52
52
  AttributeValue: 'attributeValue',
53
53
  CompatibleProduct: 'compatibleProduct',
54
- Category: 'category',
55
- AutomatedCategory: 'automatedCategory',
56
54
  Document: 'document',
57
55
  OverlayTemplate: 'overlayTemplate',
58
56
  ProductType: 'productType',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.576",
3
+ "version": "0.0.577",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -124,8 +124,6 @@ export const IndexProductChildRequestRelatedTypeEnum = {
124
124
  Attribute: 'attribute',
125
125
  AttributeValue: 'attributeValue',
126
126
  CompatibleProduct: 'compatibleProduct',
127
- Category: 'category',
128
- AutomatedCategory: 'automatedCategory',
129
127
  Document: 'document',
130
128
  OverlayTemplate: 'overlayTemplate',
131
129
  ProductType: 'productType',