@digital8/lighting-illusions-ts-sdk 0.0.886 → 0.0.887

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.886
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.887
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.886`
466
+ - Package version: `0.0.887`
467
467
  - Generator version: `7.19.0`
468
468
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
469
469
 
@@ -76,7 +76,6 @@ export interface GetAllAttributeRequest {
76
76
  export declare const GetAllAttributeRequestSortByEnum: {
77
77
  readonly Id: "id";
78
78
  readonly Name: "name";
79
- readonly FilterIndex: "filter_index";
80
79
  readonly CreatedAt: "created_at";
81
80
  readonly UpdatedAt: "updated_at";
82
81
  };
@@ -25,7 +25,6 @@ exports.GetAllAttributeRequestToJSONTyped = GetAllAttributeRequestToJSONTyped;
25
25
  exports.GetAllAttributeRequestSortByEnum = {
26
26
  Id: 'id',
27
27
  Name: 'name',
28
- FilterIndex: 'filter_index',
29
28
  CreatedAt: 'created_at',
30
29
  UpdatedAt: 'updated_at'
31
30
  };
@@ -88,7 +88,6 @@ export interface IndexAttributeRequest {
88
88
  export declare const IndexAttributeRequestSortByEnum: {
89
89
  readonly Id: "id";
90
90
  readonly Name: "name";
91
- readonly FilterIndex: "filter_index";
92
91
  readonly CreatedAt: "created_at";
93
92
  readonly UpdatedAt: "updated_at";
94
93
  };
@@ -25,7 +25,6 @@ exports.IndexAttributeRequestToJSONTyped = IndexAttributeRequestToJSONTyped;
25
25
  exports.IndexAttributeRequestSortByEnum = {
26
26
  Id: 'id',
27
27
  Name: 'name',
28
- FilterIndex: 'filter_index',
29
28
  CreatedAt: 'created_at',
30
29
  UpdatedAt: 'updated_at'
31
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.886",
3
+ "version": "0.0.887",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -82,7 +82,6 @@ export interface GetAllAttributeRequest {
82
82
  export const GetAllAttributeRequestSortByEnum = {
83
83
  Id: 'id',
84
84
  Name: 'name',
85
- FilterIndex: 'filter_index',
86
85
  CreatedAt: 'created_at',
87
86
  UpdatedAt: 'updated_at'
88
87
  } as const;
@@ -94,7 +94,6 @@ export interface IndexAttributeRequest {
94
94
  export const IndexAttributeRequestSortByEnum = {
95
95
  Id: 'id',
96
96
  Name: 'name',
97
- FilterIndex: 'filter_index',
98
97
  CreatedAt: 'created_at',
99
98
  UpdatedAt: 'updated_at'
100
99
  } as const;