@digital8/lighting-illusions-ts-sdk 0.0.1016 → 0.0.1017

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.1016
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.1017
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.1016`
471
+ - Package version: `0.0.1017`
472
472
  - Generator version: `7.20.0`
473
473
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
474
474
 
@@ -137,12 +137,6 @@ export interface ProductChildResource {
137
137
  * @memberof ProductChildResource
138
138
  */
139
139
  netsuiteSyncStatus?: string | null;
140
- /**
141
- *
142
- * @type {boolean}
143
- * @memberof ProductChildResource
144
- */
145
- hasSyncedToNetsuite: boolean;
146
140
  /**
147
141
  *
148
142
  * @type {string}
@@ -58,8 +58,6 @@ function instanceOfProductChildResource(value) {
58
58
  return false;
59
59
  if (!('googleStockStatus' in value) || value['googleStockStatus'] === undefined)
60
60
  return false;
61
- if (!('hasSyncedToNetsuite' in value) || value['hasSyncedToNetsuite'] === undefined)
62
- return false;
63
61
  if (!('newArrivalStartDate' in value) || value['newArrivalStartDate'] === undefined)
64
62
  return false;
65
63
  if (!('newArrivalEndDate' in value) || value['newArrivalEndDate'] === undefined)
@@ -104,7 +102,6 @@ function ProductChildResourceFromJSONTyped(json, ignoreDiscriminator) {
104
102
  'googleStockStatus': json['googleStockStatus'],
105
103
  'netsuiteId': json['netsuiteId'] == null ? undefined : json['netsuiteId'],
106
104
  'netsuiteSyncStatus': json['netsuiteSyncStatus'] == null ? undefined : json['netsuiteSyncStatus'],
107
- 'hasSyncedToNetsuite': json['hasSyncedToNetsuite'],
108
105
  'newArrivalStartDate': json['newArrivalStartDate'],
109
106
  'newArrivalEndDate': json['newArrivalEndDate'],
110
107
  'isDisabled': json['isDisabled'],
@@ -143,7 +140,6 @@ function ProductChildResourceToJSONTyped(value, ignoreDiscriminator) {
143
140
  'googleStockStatus': value['googleStockStatus'],
144
141
  'netsuiteId': value['netsuiteId'],
145
142
  'netsuiteSyncStatus': value['netsuiteSyncStatus'],
146
- 'hasSyncedToNetsuite': value['hasSyncedToNetsuite'],
147
143
  'newArrivalStartDate': value['newArrivalStartDate'],
148
144
  'newArrivalEndDate': value['newArrivalEndDate'],
149
145
  'isDisabled': value['isDisabled'],
@@ -90,12 +90,6 @@ export interface StoreProductChildRequest {
90
90
  * @memberof StoreProductChildRequest
91
91
  */
92
92
  isOversized: boolean;
93
- /**
94
- *
95
- * @type {number}
96
- * @memberof StoreProductChildRequest
97
- */
98
- netsuiteId?: number;
99
93
  /**
100
94
  *
101
95
  * @type {number}
@@ -71,7 +71,6 @@ function StoreProductChildRequestFromJSONTyped(json, ignoreDiscriminator) {
71
71
  'excludeFromSearch': json['exclude_from_search'],
72
72
  'allowOversell': json['allow_oversell'],
73
73
  'isOversized': json['is_oversized'],
74
- 'netsuiteId': json['netsuite_id'] == null ? undefined : json['netsuite_id'],
75
74
  'popularityScore': json['popularity_score'] == null ? undefined : json['popularity_score'],
76
75
  'stock': json['stock'],
77
76
  'sites': (json['sites'].map(StoreProductChildRequestSitesInner_1.StoreProductChildRequestSitesInnerFromJSON)),
@@ -102,7 +101,6 @@ function StoreProductChildRequestToJSONTyped(value, ignoreDiscriminator) {
102
101
  'exclude_from_search': value['excludeFromSearch'],
103
102
  'allow_oversell': value['allowOversell'],
104
103
  'is_oversized': value['isOversized'],
105
- 'netsuite_id': value['netsuiteId'],
106
104
  'popularity_score': value['popularityScore'],
107
105
  'stock': value['stock'],
108
106
  'sites': (value['sites'].map(StoreProductChildRequestSitesInner_1.StoreProductChildRequestSitesInnerToJSON)),
@@ -83,12 +83,6 @@ export interface UpdateProductChildRequest {
83
83
  * @memberof UpdateProductChildRequest
84
84
  */
85
85
  isOversized: boolean;
86
- /**
87
- *
88
- * @type {number}
89
- * @memberof UpdateProductChildRequest
90
- */
91
- netsuiteId?: number;
92
86
  /**
93
87
  *
94
88
  * @type {number}
@@ -67,7 +67,6 @@ function UpdateProductChildRequestFromJSONTyped(json, ignoreDiscriminator) {
67
67
  'excludeFromSearch': json['exclude_from_search'],
68
68
  'allowOversell': json['allow_oversell'],
69
69
  'isOversized': json['is_oversized'],
70
- 'netsuiteId': json['netsuite_id'] == null ? undefined : json['netsuite_id'],
71
70
  'popularityScore': json['popularity_score'] == null ? undefined : json['popularity_score'],
72
71
  'stock': json['stock'],
73
72
  'sites': (json['sites'].map(StoreProductChildRequestSitesInner_1.StoreProductChildRequestSitesInnerFromJSON)),
@@ -95,7 +94,6 @@ function UpdateProductChildRequestToJSONTyped(value, ignoreDiscriminator) {
95
94
  'exclude_from_search': value['excludeFromSearch'],
96
95
  'allow_oversell': value['allowOversell'],
97
96
  'is_oversized': value['isOversized'],
98
- 'netsuite_id': value['netsuiteId'],
99
97
  'popularity_score': value['popularityScore'],
100
98
  'stock': value['stock'],
101
99
  'sites': (value['sites'].map(StoreProductChildRequestSitesInner_1.StoreProductChildRequestSitesInnerToJSON)),
@@ -26,7 +26,6 @@ Name | Type
26
26
  `googleStockStatus` | number
27
27
  `netsuiteId` | string
28
28
  `netsuiteSyncStatus` | string
29
- `hasSyncedToNetsuite` | boolean
30
29
  `newArrivalStartDate` | string
31
30
  `newArrivalEndDate` | string
32
31
  `isDisabled` | boolean
@@ -62,7 +61,6 @@ const example = {
62
61
  "googleStockStatus": null,
63
62
  "netsuiteId": null,
64
63
  "netsuiteSyncStatus": null,
65
- "hasSyncedToNetsuite": null,
66
64
  "newArrivalStartDate": null,
67
65
  "newArrivalEndDate": null,
68
66
  "isDisabled": null,
@@ -18,7 +18,6 @@ Name | Type
18
18
  `excludeFromSearch` | boolean
19
19
  `allowOversell` | boolean
20
20
  `isOversized` | boolean
21
- `netsuiteId` | number
22
21
  `popularityScore` | number
23
22
  `stock` | number
24
23
  `sites` | [Array<StoreProductChildRequestSitesInner>](StoreProductChildRequestSitesInner.md)
@@ -46,7 +45,6 @@ const example = {
46
45
  "excludeFromSearch": null,
47
46
  "allowOversell": null,
48
47
  "isOversized": null,
49
- "netsuiteId": null,
50
48
  "popularityScore": null,
51
49
  "stock": null,
52
50
  "sites": null,
@@ -17,7 +17,6 @@ Name | Type
17
17
  `excludeFromSearch` | boolean
18
18
  `allowOversell` | boolean
19
19
  `isOversized` | boolean
20
- `netsuiteId` | number
21
20
  `popularityScore` | number
22
21
  `stock` | number
23
22
  `sites` | [Array<StoreProductChildRequestSitesInner>](StoreProductChildRequestSitesInner.md)
@@ -42,7 +41,6 @@ const example = {
42
41
  "excludeFromSearch": null,
43
42
  "allowOversell": null,
44
43
  "isOversized": null,
45
- "netsuiteId": null,
46
44
  "popularityScore": null,
47
45
  "stock": null,
48
46
  "sites": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital8/lighting-illusions-ts-sdk",
3
- "version": "0.0.1016",
3
+ "version": "0.0.1017",
4
4
  "description": "OpenAPI client for @digital8/lighting-illusions-ts-sdk",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -154,12 +154,6 @@ export interface ProductChildResource {
154
154
  * @memberof ProductChildResource
155
155
  */
156
156
  netsuiteSyncStatus?: string | null;
157
- /**
158
- *
159
- * @type {boolean}
160
- * @memberof ProductChildResource
161
- */
162
- hasSyncedToNetsuite: boolean;
163
157
  /**
164
158
  *
165
159
  * @type {string}
@@ -225,7 +219,6 @@ export function instanceOfProductChildResource(value: object): value is ProductC
225
219
  if (!('isBundle' in value) || value['isBundle'] === undefined) return false;
226
220
  if (!('displayInSocialFeed' in value) || value['displayInSocialFeed'] === undefined) return false;
227
221
  if (!('googleStockStatus' in value) || value['googleStockStatus'] === undefined) return false;
228
- if (!('hasSyncedToNetsuite' in value) || value['hasSyncedToNetsuite'] === undefined) return false;
229
222
  if (!('newArrivalStartDate' in value) || value['newArrivalStartDate'] === undefined) return false;
230
223
  if (!('newArrivalEndDate' in value) || value['newArrivalEndDate'] === undefined) return false;
231
224
  if (!('isDisabled' in value) || value['isDisabled'] === undefined) return false;
@@ -266,7 +259,6 @@ export function ProductChildResourceFromJSONTyped(json: any, ignoreDiscriminator
266
259
  'googleStockStatus': json['googleStockStatus'],
267
260
  'netsuiteId': json['netsuiteId'] == null ? undefined : json['netsuiteId'],
268
261
  'netsuiteSyncStatus': json['netsuiteSyncStatus'] == null ? undefined : json['netsuiteSyncStatus'],
269
- 'hasSyncedToNetsuite': json['hasSyncedToNetsuite'],
270
262
  'newArrivalStartDate': json['newArrivalStartDate'],
271
263
  'newArrivalEndDate': json['newArrivalEndDate'],
272
264
  'isDisabled': json['isDisabled'],
@@ -308,7 +300,6 @@ export function ProductChildResourceToJSONTyped(value?: ProductChildResource | n
308
300
  'googleStockStatus': value['googleStockStatus'],
309
301
  'netsuiteId': value['netsuiteId'],
310
302
  'netsuiteSyncStatus': value['netsuiteSyncStatus'],
311
- 'hasSyncedToNetsuite': value['hasSyncedToNetsuite'],
312
303
  'newArrivalStartDate': value['newArrivalStartDate'],
313
304
  'newArrivalEndDate': value['newArrivalEndDate'],
314
305
  'isDisabled': value['isDisabled'],
@@ -113,12 +113,6 @@ export interface StoreProductChildRequest {
113
113
  * @memberof StoreProductChildRequest
114
114
  */
115
115
  isOversized: boolean;
116
- /**
117
- *
118
- * @type {number}
119
- * @memberof StoreProductChildRequest
120
- */
121
- netsuiteId?: number;
122
116
  /**
123
117
  *
124
118
  * @type {number}
@@ -204,7 +198,6 @@ export function StoreProductChildRequestFromJSONTyped(json: any, ignoreDiscrimin
204
198
  'excludeFromSearch': json['exclude_from_search'],
205
199
  'allowOversell': json['allow_oversell'],
206
200
  'isOversized': json['is_oversized'],
207
- 'netsuiteId': json['netsuite_id'] == null ? undefined : json['netsuite_id'],
208
201
  'popularityScore': json['popularity_score'] == null ? undefined : json['popularity_score'],
209
202
  'stock': json['stock'],
210
203
  'sites': ((json['sites'] as Array<any>).map(StoreProductChildRequestSitesInnerFromJSON)),
@@ -238,7 +231,6 @@ export function StoreProductChildRequestToJSONTyped(value?: StoreProductChildReq
238
231
  'exclude_from_search': value['excludeFromSearch'],
239
232
  'allow_oversell': value['allowOversell'],
240
233
  'is_oversized': value['isOversized'],
241
- 'netsuite_id': value['netsuiteId'],
242
234
  'popularity_score': value['popularityScore'],
243
235
  'stock': value['stock'],
244
236
  'sites': ((value['sites'] as Array<any>).map(StoreProductChildRequestSitesInnerToJSON)),
@@ -100,12 +100,6 @@ export interface UpdateProductChildRequest {
100
100
  * @memberof UpdateProductChildRequest
101
101
  */
102
102
  isOversized: boolean;
103
- /**
104
- *
105
- * @type {number}
106
- * @memberof UpdateProductChildRequest
107
- */
108
- netsuiteId?: number;
109
103
  /**
110
104
  *
111
105
  * @type {number}
@@ -177,7 +171,6 @@ export function UpdateProductChildRequestFromJSONTyped(json: any, ignoreDiscrimi
177
171
  'excludeFromSearch': json['exclude_from_search'],
178
172
  'allowOversell': json['allow_oversell'],
179
173
  'isOversized': json['is_oversized'],
180
- 'netsuiteId': json['netsuite_id'] == null ? undefined : json['netsuite_id'],
181
174
  'popularityScore': json['popularity_score'] == null ? undefined : json['popularity_score'],
182
175
  'stock': json['stock'],
183
176
  'sites': ((json['sites'] as Array<any>).map(StoreProductChildRequestSitesInnerFromJSON)),
@@ -208,7 +201,6 @@ export function UpdateProductChildRequestToJSONTyped(value?: UpdateProductChildR
208
201
  'exclude_from_search': value['excludeFromSearch'],
209
202
  'allow_oversell': value['allowOversell'],
210
203
  'is_oversized': value['isOversized'],
211
- 'netsuite_id': value['netsuiteId'],
212
204
  'popularity_score': value['popularityScore'],
213
205
  'stock': value['stock'],
214
206
  'sites': ((value['sites'] as Array<any>).map(StoreProductChildRequestSitesInnerToJSON)),