@digital8/lighting-illusions-ts-sdk 0.0.406 → 0.0.408
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.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.408
|
|
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.
|
|
281
|
+
- Package version: `0.0.408`
|
|
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: "
|
|
89
|
+
readonly ProductType: "productType";
|
|
90
90
|
readonly Category: "category";
|
|
91
|
-
readonly ProductRange: "
|
|
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: '
|
|
42
|
+
ProductType: 'productType',
|
|
43
43
|
Category: 'category',
|
|
44
|
-
ProductRange: '
|
|
44
|
+
ProductRange: 'productRange'
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
47
47
|
* Check if a given object implements the GetAllAttributeRequest interface.
|
package/package.json
CHANGED
|
@@ -94,9 +94,9 @@ export type GetAllAttributeRequestSortDirectionEnum = typeof GetAllAttributeRequ
|
|
|
94
94
|
* @export
|
|
95
95
|
*/
|
|
96
96
|
export const GetAllAttributeRequestRelatedTypeEnum = {
|
|
97
|
-
ProductType: '
|
|
97
|
+
ProductType: 'productType',
|
|
98
98
|
Category: 'category',
|
|
99
|
-
ProductRange: '
|
|
99
|
+
ProductRange: 'productRange'
|
|
100
100
|
} as const;
|
|
101
101
|
export type GetAllAttributeRequestRelatedTypeEnum = typeof GetAllAttributeRequestRelatedTypeEnum[keyof typeof GetAllAttributeRequestRelatedTypeEnum];
|
|
102
102
|
|