@digital8/lighting-illusions-ts-sdk 0.0.426 → 0.0.428

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.426
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.428
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -287,7 +287,7 @@ and is automatically generated by the
287
287
  [OpenAPI Generator](https://openapi-generator.tech) project:
288
288
 
289
289
  - API version: `1.0.0`
290
- - Package version: `0.0.426`
290
+ - Package version: `0.0.428`
291
291
  - Generator version: `7.17.0`
292
292
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
293
293
 
@@ -37,10 +37,10 @@ export interface TagResource {
37
37
  slug: string;
38
38
  /**
39
39
  *
40
- * @type {object}
40
+ * @type {string}
41
41
  * @memberof TagResource
42
42
  */
43
- type: object;
43
+ type: string;
44
44
  /**
45
45
  *
46
46
  * @type {SiteLiteResource}
@@ -9,7 +9,7 @@ Name | Type
9
9
  `id` | number
10
10
  `name` | string
11
11
  `slug` | string
12
- `type` | object
12
+ `type` | string
13
13
  `site` | [SiteLiteResource](SiteLiteResource.md)
14
14
  `seo` | [SEOResource](SEOResource.md)
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.426",
3
+ "version": "0.0.428",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -54,10 +54,10 @@ export interface TagResource {
54
54
  slug: string;
55
55
  /**
56
56
  *
57
- * @type {object}
57
+ * @type {string}
58
58
  * @memberof TagResource
59
59
  */
60
- type: object;
60
+ type: string;
61
61
  /**
62
62
  *
63
63
  * @type {SiteLiteResource}