@digital8/lighting-illusions-ts-sdk 0.0.839 → 0.0.840

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.839
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.840
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -463,7 +463,7 @@ and is automatically generated by the
463
463
  [OpenAPI Generator](https://openapi-generator.tech) project:
464
464
 
465
465
  - API version: `1.0.0`
466
- - Package version: `0.0.839`
466
+ - Package version: `0.0.840`
467
467
  - Generator version: `7.19.0`
468
468
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
469
469
 
@@ -103,8 +103,6 @@ export type GetAllProductCategoryRequestSortDirectionEnum = typeof GetAllProduct
103
103
  */
104
104
  export declare const GetAllProductCategoryRequestRelatedTypeEnum: {
105
105
  readonly Product: "product";
106
- readonly Attribute: "attribute";
107
- readonly AttributeValue: "attributeValue";
108
106
  };
109
107
  export type GetAllProductCategoryRequestRelatedTypeEnum = typeof GetAllProductCategoryRequestRelatedTypeEnum[keyof typeof GetAllProductCategoryRequestRelatedTypeEnum];
110
108
  /**
@@ -43,9 +43,7 @@ exports.GetAllProductCategoryRequestSortDirectionEnum = {
43
43
  * @export
44
44
  */
45
45
  exports.GetAllProductCategoryRequestRelatedTypeEnum = {
46
- Product: 'product',
47
- Attribute: 'attribute',
48
- AttributeValue: 'attributeValue'
46
+ Product: 'product'
49
47
  };
50
48
  /**
51
49
  * Check if a given object implements the GetAllProductCategoryRequest interface.
@@ -127,8 +127,6 @@ export type IndexProductCategoryRequestSortDirectionEnum = typeof IndexProductCa
127
127
  */
128
128
  export declare const IndexProductCategoryRequestRelatedTypeEnum: {
129
129
  readonly Product: "product";
130
- readonly Attribute: "attribute";
131
- readonly AttributeValue: "attributeValue";
132
130
  };
133
131
  export type IndexProductCategoryRequestRelatedTypeEnum = typeof IndexProductCategoryRequestRelatedTypeEnum[keyof typeof IndexProductCategoryRequestRelatedTypeEnum];
134
132
  /**
@@ -43,9 +43,7 @@ exports.IndexProductCategoryRequestSortDirectionEnum = {
43
43
  * @export
44
44
  */
45
45
  exports.IndexProductCategoryRequestRelatedTypeEnum = {
46
- Product: 'product',
47
- Attribute: 'attribute',
48
- AttributeValue: 'attributeValue'
46
+ Product: 'product'
49
47
  };
50
48
  /**
51
49
  * Check if a given object implements the IndexProductCategoryRequest interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.839",
3
+ "version": "0.0.840",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -110,9 +110,7 @@ export type GetAllProductCategoryRequestSortDirectionEnum = typeof GetAllProduct
110
110
  * @export
111
111
  */
112
112
  export const GetAllProductCategoryRequestRelatedTypeEnum = {
113
- Product: 'product',
114
- Attribute: 'attribute',
115
- AttributeValue: 'attributeValue'
113
+ Product: 'product'
116
114
  } as const;
117
115
  export type GetAllProductCategoryRequestRelatedTypeEnum = typeof GetAllProductCategoryRequestRelatedTypeEnum[keyof typeof GetAllProductCategoryRequestRelatedTypeEnum];
118
116
 
@@ -134,9 +134,7 @@ export type IndexProductCategoryRequestSortDirectionEnum = typeof IndexProductCa
134
134
  * @export
135
135
  */
136
136
  export const IndexProductCategoryRequestRelatedTypeEnum = {
137
- Product: 'product',
138
- Attribute: 'attribute',
139
- AttributeValue: 'attributeValue'
137
+ Product: 'product'
140
138
  } as const;
141
139
  export type IndexProductCategoryRequestRelatedTypeEnum = typeof IndexProductCategoryRequestRelatedTypeEnum[keyof typeof IndexProductCategoryRequestRelatedTypeEnum];
142
140