@digital8/lighting-illusions-ts-sdk 0.0.1423 → 0.0.1424

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.1423
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.1424
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -563,7 +563,7 @@ and is automatically generated by the
563
563
  [OpenAPI Generator](https://openapi-generator.tech) project:
564
564
 
565
565
  - API version: `1.0.0`
566
- - Package version: `0.0.1423`
566
+ - Package version: `0.0.1424`
567
567
  - Generator version: `7.20.0`
568
568
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
569
569
 
@@ -178,6 +178,7 @@ export declare const IndexProductChildRequestRelatedTypeEnum: {
178
178
  readonly ProductRange: "productRange";
179
179
  readonly Supplier: "supplier";
180
180
  readonly Tag: "tag";
181
+ readonly Label: "label";
181
182
  readonly Site: "site";
182
183
  };
183
184
  export type IndexProductChildRequestRelatedTypeEnum = typeof IndexProductChildRequestRelatedTypeEnum[keyof typeof IndexProductChildRequestRelatedTypeEnum];
@@ -59,6 +59,7 @@ exports.IndexProductChildRequestRelatedTypeEnum = {
59
59
  ProductRange: 'productRange',
60
60
  Supplier: 'supplier',
61
61
  Tag: 'tag',
62
+ Label: 'label',
62
63
  Site: 'site'
63
64
  };
64
65
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.1423",
3
+ "version": "0.0.1424",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -186,6 +186,7 @@ export const IndexProductChildRequestRelatedTypeEnum = {
186
186
  ProductRange: 'productRange',
187
187
  Supplier: 'supplier',
188
188
  Tag: 'tag',
189
+ Label: 'label',
189
190
  Site: 'site'
190
191
  } as const;
191
192
  export type IndexProductChildRequestRelatedTypeEnum = typeof IndexProductChildRequestRelatedTypeEnum[keyof typeof IndexProductChildRequestRelatedTypeEnum];