@digital8/lighting-illusions-ts-sdk 0.0.548 → 0.0.549
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.549
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -408,7 +408,7 @@ and is automatically generated by the
|
|
|
408
408
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
409
409
|
|
|
410
410
|
- API version: `1.0.0`
|
|
411
|
-
- Package version: `0.0.
|
|
411
|
+
- Package version: `0.0.549`
|
|
412
412
|
- Generator version: `7.18.0`
|
|
413
413
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
414
414
|
|
|
@@ -17,6 +17,7 @@ export declare const ProductRating: {
|
|
|
17
17
|
readonly _5: "5";
|
|
18
18
|
readonly _4: "4";
|
|
19
19
|
readonly _3: "3";
|
|
20
|
+
readonly _2: "2";
|
|
20
21
|
};
|
|
21
22
|
export type ProductRating = typeof ProductRating[keyof typeof ProductRating];
|
|
22
23
|
export declare function instanceOfProductRating(value: any): boolean;
|
package/package.json
CHANGED