@digital8/lighting-illusions-ts-sdk 0.0.997 → 0.0.998
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 +2 -2
- package/dist/models/GetAllProductChildRequest.d.ts +0 -12
- package/dist/models/GetAllProductChildRequest.js +0 -4
- package/dist/models/IndexProductChildRequest.d.ts +0 -12
- package/dist/models/IndexProductChildRequest.js +0 -4
- package/docs/GetAllProductChildRequest.md +0 -4
- package/docs/IndexProductChildRequest.md +0 -4
- package/package.json +1 -1
- package/src/models/GetAllProductChildRequest.ts +0 -16
- package/src/models/IndexProductChildRequest.ts +0 -16
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.998
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -468,7 +468,7 @@ and is automatically generated by the
|
|
|
468
468
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
469
469
|
|
|
470
470
|
- API version: `1.0.0`
|
|
471
|
-
- Package version: `0.0.
|
|
471
|
+
- Package version: `0.0.998`
|
|
472
472
|
- Generator version: `7.20.0`
|
|
473
473
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
474
474
|
|
|
@@ -93,18 +93,6 @@ export interface GetAllProductChildRequest {
|
|
|
93
93
|
* @memberof GetAllProductChildRequest
|
|
94
94
|
*/
|
|
95
95
|
parentIsAccessory?: Array<string>;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @type {Array<string>}
|
|
99
|
-
* @memberof GetAllProductChildRequest
|
|
100
|
-
*/
|
|
101
|
-
availableOnSiteId?: Array<string>;
|
|
102
|
-
/**
|
|
103
|
-
*
|
|
104
|
-
* @type {Array<string>}
|
|
105
|
-
* @memberof GetAllProductChildRequest
|
|
106
|
-
*/
|
|
107
|
-
enabledOnSiteId?: Array<string>;
|
|
108
96
|
}
|
|
109
97
|
/**
|
|
110
98
|
* @export
|
|
@@ -79,8 +79,6 @@ function GetAllProductChildRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
79
79
|
'supplierId': json['supplier-id'] == null ? undefined : json['supplier-id'],
|
|
80
80
|
'productTypeId': json['productType-id'] == null ? undefined : json['productType-id'],
|
|
81
81
|
'parentIsAccessory': json['parent-is_accessory'] == null ? undefined : json['parent-is_accessory'],
|
|
82
|
-
'availableOnSiteId': json['availableOnSiteId'] == null ? undefined : json['availableOnSiteId'],
|
|
83
|
-
'enabledOnSiteId': json['enabledOnSiteId'] == null ? undefined : json['enabledOnSiteId'],
|
|
84
82
|
};
|
|
85
83
|
}
|
|
86
84
|
function GetAllProductChildRequestToJSON(json) {
|
|
@@ -105,7 +103,5 @@ function GetAllProductChildRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
|
105
103
|
'supplier-id': value['supplierId'],
|
|
106
104
|
'productType-id': value['productTypeId'],
|
|
107
105
|
'parent-is_accessory': value['parentIsAccessory'],
|
|
108
|
-
'availableOnSiteId': value['availableOnSiteId'],
|
|
109
|
-
'enabledOnSiteId': value['enabledOnSiteId'],
|
|
110
106
|
};
|
|
111
107
|
}
|
|
@@ -87,18 +87,6 @@ export interface IndexProductChildRequest {
|
|
|
87
87
|
* @memberof IndexProductChildRequest
|
|
88
88
|
*/
|
|
89
89
|
parentIsAccessory?: Array<string>;
|
|
90
|
-
/**
|
|
91
|
-
*
|
|
92
|
-
* @type {Array<string>}
|
|
93
|
-
* @memberof IndexProductChildRequest
|
|
94
|
-
*/
|
|
95
|
-
availableOnSiteId?: Array<string>;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @type {Array<string>}
|
|
99
|
-
* @memberof IndexProductChildRequest
|
|
100
|
-
*/
|
|
101
|
-
enabledOnSiteId?: Array<string>;
|
|
102
90
|
/**
|
|
103
91
|
*
|
|
104
92
|
* @type {number}
|
|
@@ -86,8 +86,6 @@ function IndexProductChildRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
86
86
|
'supplierId': json['supplier-id'] == null ? undefined : json['supplier-id'],
|
|
87
87
|
'productTypeId': json['productType-id'] == null ? undefined : json['productType-id'],
|
|
88
88
|
'parentIsAccessory': json['parent-is_accessory'] == null ? undefined : json['parent-is_accessory'],
|
|
89
|
-
'availableOnSiteId': json['availableOnSiteId'] == null ? undefined : json['availableOnSiteId'],
|
|
90
|
-
'enabledOnSiteId': json['enabledOnSiteId'] == null ? undefined : json['enabledOnSiteId'],
|
|
91
89
|
'relatedId': json['related_id'] == null ? undefined : json['related_id'],
|
|
92
90
|
'relatedType': json['related_type'] == null ? undefined : json['related_type'],
|
|
93
91
|
'includesRelations': json['includes_relations'] == null ? undefined : json['includes_relations'],
|
|
@@ -114,8 +112,6 @@ function IndexProductChildRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
|
114
112
|
'supplier-id': value['supplierId'],
|
|
115
113
|
'productType-id': value['productTypeId'],
|
|
116
114
|
'parent-is_accessory': value['parentIsAccessory'],
|
|
117
|
-
'availableOnSiteId': value['availableOnSiteId'],
|
|
118
|
-
'enabledOnSiteId': value['enabledOnSiteId'],
|
|
119
115
|
'related_id': value['relatedId'],
|
|
120
116
|
'related_type': value['relatedType'],
|
|
121
117
|
'includes_relations': value['includesRelations'],
|
|
@@ -19,8 +19,6 @@ Name | Type
|
|
|
19
19
|
`supplierId` | Array<string>
|
|
20
20
|
`productTypeId` | Array<string>
|
|
21
21
|
`parentIsAccessory` | Array<string>
|
|
22
|
-
`availableOnSiteId` | Array<string>
|
|
23
|
-
`enabledOnSiteId` | Array<string>
|
|
24
22
|
|
|
25
23
|
## Example
|
|
26
24
|
|
|
@@ -42,8 +40,6 @@ const example = {
|
|
|
42
40
|
"supplierId": null,
|
|
43
41
|
"productTypeId": null,
|
|
44
42
|
"parentIsAccessory": null,
|
|
45
|
-
"availableOnSiteId": null,
|
|
46
|
-
"enabledOnSiteId": null,
|
|
47
43
|
} satisfies GetAllProductChildRequest
|
|
48
44
|
|
|
49
45
|
console.log(example)
|
|
@@ -18,8 +18,6 @@ Name | Type
|
|
|
18
18
|
`supplierId` | Array<string>
|
|
19
19
|
`productTypeId` | Array<string>
|
|
20
20
|
`parentIsAccessory` | Array<string>
|
|
21
|
-
`availableOnSiteId` | Array<string>
|
|
22
|
-
`enabledOnSiteId` | Array<string>
|
|
23
21
|
`relatedId` | number
|
|
24
22
|
`relatedType` | string
|
|
25
23
|
`includesRelations` | boolean
|
|
@@ -43,8 +41,6 @@ const example = {
|
|
|
43
41
|
"supplierId": null,
|
|
44
42
|
"productTypeId": null,
|
|
45
43
|
"parentIsAccessory": null,
|
|
46
|
-
"availableOnSiteId": null,
|
|
47
|
-
"enabledOnSiteId": null,
|
|
48
44
|
"relatedId": null,
|
|
49
45
|
"relatedType": null,
|
|
50
46
|
"includesRelations": null,
|
package/package.json
CHANGED
|
@@ -97,18 +97,6 @@ export interface GetAllProductChildRequest {
|
|
|
97
97
|
* @memberof GetAllProductChildRequest
|
|
98
98
|
*/
|
|
99
99
|
parentIsAccessory?: Array<string>;
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @type {Array<string>}
|
|
103
|
-
* @memberof GetAllProductChildRequest
|
|
104
|
-
*/
|
|
105
|
-
availableOnSiteId?: Array<string>;
|
|
106
|
-
/**
|
|
107
|
-
*
|
|
108
|
-
* @type {Array<string>}
|
|
109
|
-
* @memberof GetAllProductChildRequest
|
|
110
|
-
*/
|
|
111
|
-
enabledOnSiteId?: Array<string>;
|
|
112
100
|
}
|
|
113
101
|
|
|
114
102
|
|
|
@@ -182,8 +170,6 @@ export function GetAllProductChildRequestFromJSONTyped(json: any, ignoreDiscrimi
|
|
|
182
170
|
'supplierId': json['supplier-id'] == null ? undefined : json['supplier-id'],
|
|
183
171
|
'productTypeId': json['productType-id'] == null ? undefined : json['productType-id'],
|
|
184
172
|
'parentIsAccessory': json['parent-is_accessory'] == null ? undefined : json['parent-is_accessory'],
|
|
185
|
-
'availableOnSiteId': json['availableOnSiteId'] == null ? undefined : json['availableOnSiteId'],
|
|
186
|
-
'enabledOnSiteId': json['enabledOnSiteId'] == null ? undefined : json['enabledOnSiteId'],
|
|
187
173
|
};
|
|
188
174
|
}
|
|
189
175
|
|
|
@@ -211,8 +197,6 @@ export function GetAllProductChildRequestToJSONTyped(value?: GetAllProductChildR
|
|
|
211
197
|
'supplier-id': value['supplierId'],
|
|
212
198
|
'productType-id': value['productTypeId'],
|
|
213
199
|
'parent-is_accessory': value['parentIsAccessory'],
|
|
214
|
-
'availableOnSiteId': value['availableOnSiteId'],
|
|
215
|
-
'enabledOnSiteId': value['enabledOnSiteId'],
|
|
216
200
|
};
|
|
217
201
|
}
|
|
218
202
|
|
|
@@ -91,18 +91,6 @@ export interface IndexProductChildRequest {
|
|
|
91
91
|
* @memberof IndexProductChildRequest
|
|
92
92
|
*/
|
|
93
93
|
parentIsAccessory?: Array<string>;
|
|
94
|
-
/**
|
|
95
|
-
*
|
|
96
|
-
* @type {Array<string>}
|
|
97
|
-
* @memberof IndexProductChildRequest
|
|
98
|
-
*/
|
|
99
|
-
availableOnSiteId?: Array<string>;
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @type {Array<string>}
|
|
103
|
-
* @memberof IndexProductChildRequest
|
|
104
|
-
*/
|
|
105
|
-
enabledOnSiteId?: Array<string>;
|
|
106
94
|
/**
|
|
107
95
|
*
|
|
108
96
|
* @type {number}
|
|
@@ -201,8 +189,6 @@ export function IndexProductChildRequestFromJSONTyped(json: any, ignoreDiscrimin
|
|
|
201
189
|
'supplierId': json['supplier-id'] == null ? undefined : json['supplier-id'],
|
|
202
190
|
'productTypeId': json['productType-id'] == null ? undefined : json['productType-id'],
|
|
203
191
|
'parentIsAccessory': json['parent-is_accessory'] == null ? undefined : json['parent-is_accessory'],
|
|
204
|
-
'availableOnSiteId': json['availableOnSiteId'] == null ? undefined : json['availableOnSiteId'],
|
|
205
|
-
'enabledOnSiteId': json['enabledOnSiteId'] == null ? undefined : json['enabledOnSiteId'],
|
|
206
192
|
'relatedId': json['related_id'] == null ? undefined : json['related_id'],
|
|
207
193
|
'relatedType': json['related_type'] == null ? undefined : json['related_type'],
|
|
208
194
|
'includesRelations': json['includes_relations'] == null ? undefined : json['includes_relations'],
|
|
@@ -232,8 +218,6 @@ export function IndexProductChildRequestToJSONTyped(value?: IndexProductChildReq
|
|
|
232
218
|
'supplier-id': value['supplierId'],
|
|
233
219
|
'productType-id': value['productTypeId'],
|
|
234
220
|
'parent-is_accessory': value['parentIsAccessory'],
|
|
235
|
-
'availableOnSiteId': value['availableOnSiteId'],
|
|
236
|
-
'enabledOnSiteId': value['enabledOnSiteId'],
|
|
237
221
|
'related_id': value['relatedId'],
|
|
238
222
|
'related_type': value['relatedType'],
|
|
239
223
|
'includes_relations': value['includesRelations'],
|