@digital8/lighting-illusions-ts-sdk 0.0.407 → 0.0.409

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.407
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.409
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -278,7 +278,7 @@ and is automatically generated by the
278
278
  [OpenAPI Generator](https://openapi-generator.tech) project:
279
279
 
280
280
  - API version: `1.0.0`
281
- - Package version: `0.0.407`
281
+ - Package version: `0.0.409`
282
282
  - Generator version: `7.17.0`
283
283
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
284
284
 
@@ -86,9 +86,9 @@ export type GetAllAttributeRequestSortDirectionEnum = typeof GetAllAttributeRequ
86
86
  * @export
87
87
  */
88
88
  export declare const GetAllAttributeRequestRelatedTypeEnum: {
89
- readonly ProductType: "product_type";
89
+ readonly ProductType: "productType";
90
90
  readonly Category: "category";
91
- readonly ProductRange: "product_range";
91
+ readonly ProductRange: "productRange";
92
92
  };
93
93
  export type GetAllAttributeRequestRelatedTypeEnum = typeof GetAllAttributeRequestRelatedTypeEnum[keyof typeof GetAllAttributeRequestRelatedTypeEnum];
94
94
  /**
@@ -39,9 +39,9 @@ exports.GetAllAttributeRequestSortDirectionEnum = {
39
39
  * @export
40
40
  */
41
41
  exports.GetAllAttributeRequestRelatedTypeEnum = {
42
- ProductType: 'product_type',
42
+ ProductType: 'productType',
43
43
  Category: 'category',
44
- ProductRange: 'product_range'
44
+ ProductRange: 'productRange'
45
45
  };
46
46
  /**
47
47
  * Check if a given object implements the GetAllAttributeRequest interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.407",
3
+ "version": "0.0.409",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -94,9 +94,9 @@ export type GetAllAttributeRequestSortDirectionEnum = typeof GetAllAttributeRequ
94
94
  * @export
95
95
  */
96
96
  export const GetAllAttributeRequestRelatedTypeEnum = {
97
- ProductType: 'product_type',
97
+ ProductType: 'productType',
98
98
  Category: 'category',
99
- ProductRange: 'product_range'
99
+ ProductRange: 'productRange'
100
100
  } as const;
101
101
  export type GetAllAttributeRequestRelatedTypeEnum = typeof GetAllAttributeRequestRelatedTypeEnum[keyof typeof GetAllAttributeRequestRelatedTypeEnum];
102
102