@digital8/lighting-illusions-ts-sdk 0.0.1461 → 0.0.1463
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/.openapi-generator/FILES +0 -40
- package/README.md +2 -25
- package/dist/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -1
- package/dist/models/AddressFrontendResource.d.ts +2 -2
- package/dist/models/AddressFrontendResource.js +4 -4
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/IndexProductChildRequest.d.ts +0 -1
- package/dist/models/IndexProductChildRequest.js +0 -1
- package/dist/models/StoreListResource.d.ts +1 -1
- package/dist/models/StoreListResource.js +3 -1
- package/dist/models/StoreResource.d.ts +1 -1
- package/dist/models/StoreResource.js +1 -3
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateFrontendResource.js +1 -3
- package/dist/models/index.d.ts +0 -19
- package/dist/models/index.js +0 -19
- package/docs/StoreSpecialDateFrontendResource.md +1 -1
- package/package.json +1 -1
- package/src/apis/index.ts +0 -1
- package/src/models/AddressFrontendResource.ts +5 -5
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/IndexProductChildRequest.ts +0 -1
- package/src/models/StoreListResource.ts +3 -2
- package/src/models/StoreResource.ts +2 -3
- package/src/models/StoreSpecialDateFrontendResource.ts +3 -4
- package/src/models/index.ts +0 -19
- package/dist/apis/ProductRegistrationApi.d.ts +0 -79
- package/dist/apis/ProductRegistrationApi.js +0 -316
- package/dist/models/GetAllProductRegistrationRequest.d.ts +0 -82
- package/dist/models/GetAllProductRegistrationRequest.js +0 -78
- package/dist/models/IndexProductRegistrationRequest.d.ts +0 -125
- package/dist/models/IndexProductRegistrationRequest.js +0 -96
- package/dist/models/ListAssetsProductRegistrationRequest.d.ts +0 -103
- package/dist/models/ListAssetsProductRegistrationRequest.js +0 -83
- package/dist/models/PaginatedProductRegistrationAssetResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductRegistrationAssetResourceResponse.js +0 -57
- package/dist/models/PaginatedProductRegistrationListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductRegistrationListResourceResponse.js +0 -57
- package/dist/models/PaginatedProductRegistrationResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductRegistrationResourceResponse.js +0 -57
- package/dist/models/ProductRegistrationAssetResource.d.ts +0 -45
- package/dist/models/ProductRegistrationAssetResource.js +0 -58
- package/dist/models/ProductRegistrationAssetResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRegistrationAssetResourceArrayResponse.js +0 -50
- package/dist/models/ProductRegistrationAssetType.d.ts +0 -25
- package/dist/models/ProductRegistrationAssetType.js +0 -51
- package/dist/models/ProductRegistrationCustomerResource.d.ts +0 -50
- package/dist/models/ProductRegistrationCustomerResource.js +0 -61
- package/dist/models/ProductRegistrationCustomerResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRegistrationCustomerResourceArrayResponse.js +0 -50
- package/dist/models/ProductRegistrationListResource.d.ts +0 -57
- package/dist/models/ProductRegistrationListResource.js +0 -64
- package/dist/models/ProductRegistrationListResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRegistrationListResourceArrayResponse.js +0 -50
- package/dist/models/ProductRegistrationLiteResource.d.ts +0 -38
- package/dist/models/ProductRegistrationLiteResource.js +0 -53
- package/dist/models/ProductRegistrationLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRegistrationLiteResourceArrayResponse.js +0 -50
- package/dist/models/ProductRegistrationProductChildResource.d.ts +0 -50
- package/dist/models/ProductRegistrationProductChildResource.js +0 -63
- package/dist/models/ProductRegistrationProductChildResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRegistrationProductChildResourceArrayResponse.js +0 -50
- package/dist/models/ProductRegistrationResource.d.ts +0 -76
- package/dist/models/ProductRegistrationResource.js +0 -75
- package/dist/models/ProductRegistrationResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRegistrationResourceArrayResponse.js +0 -50
- package/docs/GetAllProductRegistrationRequest.md +0 -44
- package/docs/IndexProductRegistrationRequest.md +0 -56
- package/docs/ListAssetsProductRegistrationRequest.md +0 -52
- package/docs/PaginatedProductRegistrationAssetResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationListResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationResourceResponse.md +0 -36
- package/docs/ProductRegistrationApi.md +0 -275
- package/docs/ProductRegistrationAssetResource.md +0 -38
- package/docs/ProductRegistrationAssetResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationAssetType.md +0 -32
- package/docs/ProductRegistrationCustomerResource.md +0 -40
- package/docs/ProductRegistrationCustomerResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationListResource.md +0 -42
- package/docs/ProductRegistrationListResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationLiteResource.md +0 -36
- package/docs/ProductRegistrationLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationProductChildResource.md +0 -40
- package/docs/ProductRegistrationProductChildResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationResource.md +0 -48
- package/docs/ProductRegistrationResourceArrayResponse.md +0 -34
- package/src/apis/ProductRegistrationApi.ts +0 -238
- package/src/models/GetAllProductRegistrationRequest.ts +0 -129
- package/src/models/IndexProductRegistrationRequest.ts +0 -185
- package/src/models/ListAssetsProductRegistrationRequest.ts +0 -158
- package/src/models/PaginatedProductRegistrationAssetResourceResponse.ts +0 -90
- package/src/models/PaginatedProductRegistrationListResourceResponse.ts +0 -90
- package/src/models/PaginatedProductRegistrationResourceResponse.ts +0 -90
- package/src/models/ProductRegistrationAssetResource.ts +0 -91
- package/src/models/ProductRegistrationAssetResourceArrayResponse.ts +0 -73
- package/src/models/ProductRegistrationAssetType.ts +0 -53
- package/src/models/ProductRegistrationCustomerResource.ts +0 -92
- package/src/models/ProductRegistrationCustomerResourceArrayResponse.ts +0 -73
- package/src/models/ProductRegistrationListResource.ts +0 -108
- package/src/models/ProductRegistrationListResourceArrayResponse.ts +0 -73
- package/src/models/ProductRegistrationLiteResource.ts +0 -74
- package/src/models/ProductRegistrationLiteResourceArrayResponse.ts +0 -73
- package/src/models/ProductRegistrationProductChildResource.ts +0 -93
- package/src/models/ProductRegistrationProductChildResourceArrayResponse.ts +0 -73
- package/src/models/ProductRegistrationResource.ts +0 -141
- package/src/models/ProductRegistrationResourceArrayResponse.ts +0 -73
package/.openapi-generator/FILES
CHANGED
|
@@ -100,7 +100,6 @@ docs/GetAllOverlayTemplateRequest.md
|
|
|
100
100
|
docs/GetAllProductCategoryRequest.md
|
|
101
101
|
docs/GetAllProductChildRequest.md
|
|
102
102
|
docs/GetAllProductRangeRequest.md
|
|
103
|
-
docs/GetAllProductRegistrationRequest.md
|
|
104
103
|
docs/GetAllProductRequest.md
|
|
105
104
|
docs/GetAllProductTypeRequest.md
|
|
106
105
|
docs/GetAllStoreRequest.md
|
|
@@ -129,7 +128,6 @@ docs/IndexOverlayTemplateRequest.md
|
|
|
129
128
|
docs/IndexProductCategoryRequest.md
|
|
130
129
|
docs/IndexProductChildRequest.md
|
|
131
130
|
docs/IndexProductRangeRequest.md
|
|
132
|
-
docs/IndexProductRegistrationRequest.md
|
|
133
131
|
docs/IndexProductRequest.md
|
|
134
132
|
docs/IndexProductTypeRequest.md
|
|
135
133
|
docs/IndexSiteNotificationRequest.md
|
|
@@ -144,7 +142,6 @@ docs/LabelLiteResource.md
|
|
|
144
142
|
docs/LabelLiteResourceArrayResponse.md
|
|
145
143
|
docs/LabelResource.md
|
|
146
144
|
docs/LabelResourceArrayResponse.md
|
|
147
|
-
docs/ListAssetsProductRegistrationRequest.md
|
|
148
145
|
docs/ModelAttributeListResource.md
|
|
149
146
|
docs/ModelAttributeListResourceArrayResponse.md
|
|
150
147
|
docs/ModelAttributeResource.md
|
|
@@ -192,9 +189,6 @@ docs/PaginatedProductRangeListResourceResponse.md
|
|
|
192
189
|
docs/PaginatedProductRangeLiteResourceResponse.md
|
|
193
190
|
docs/PaginatedProductRangeResourceResponse.md
|
|
194
191
|
docs/PaginatedProductRangeSearchResultResourceResponse.md
|
|
195
|
-
docs/PaginatedProductRegistrationAssetResourceResponse.md
|
|
196
|
-
docs/PaginatedProductRegistrationListResourceResponse.md
|
|
197
|
-
docs/PaginatedProductRegistrationResourceResponse.md
|
|
198
192
|
docs/PaginatedProductResourceResponse.md
|
|
199
193
|
docs/PaginatedProductSearchResultResourceResponse.md
|
|
200
194
|
docs/PaginatedProductTypeListResourceResponse.md
|
|
@@ -280,20 +274,6 @@ docs/ProductRangeSiteDetailResource.md
|
|
|
280
274
|
docs/ProductRangeSiteDetailResourceArrayResponse.md
|
|
281
275
|
docs/ProductRangeSortBy.md
|
|
282
276
|
docs/ProductRating.md
|
|
283
|
-
docs/ProductRegistrationApi.md
|
|
284
|
-
docs/ProductRegistrationAssetResource.md
|
|
285
|
-
docs/ProductRegistrationAssetResourceArrayResponse.md
|
|
286
|
-
docs/ProductRegistrationAssetType.md
|
|
287
|
-
docs/ProductRegistrationCustomerResource.md
|
|
288
|
-
docs/ProductRegistrationCustomerResourceArrayResponse.md
|
|
289
|
-
docs/ProductRegistrationListResource.md
|
|
290
|
-
docs/ProductRegistrationListResourceArrayResponse.md
|
|
291
|
-
docs/ProductRegistrationLiteResource.md
|
|
292
|
-
docs/ProductRegistrationLiteResourceArrayResponse.md
|
|
293
|
-
docs/ProductRegistrationProductChildResource.md
|
|
294
|
-
docs/ProductRegistrationProductChildResourceArrayResponse.md
|
|
295
|
-
docs/ProductRegistrationResource.md
|
|
296
|
-
docs/ProductRegistrationResourceArrayResponse.md
|
|
297
277
|
docs/ProductResource.md
|
|
298
278
|
docs/ProductResourceArrayResponse.md
|
|
299
279
|
docs/ProductSearchResponseResource.md
|
|
@@ -432,7 +412,6 @@ src/apis/OverlayTemplateApi.ts
|
|
|
432
412
|
src/apis/ProductApi.ts
|
|
433
413
|
src/apis/ProductCategoryApi.ts
|
|
434
414
|
src/apis/ProductRangeApi.ts
|
|
435
|
-
src/apis/ProductRegistrationApi.ts
|
|
436
415
|
src/apis/ProductTypeApi.ts
|
|
437
416
|
src/apis/SiteApi.ts
|
|
438
417
|
src/apis/StoreApi.ts
|
|
@@ -532,7 +511,6 @@ src/models/GetAllOverlayTemplateRequest.ts
|
|
|
532
511
|
src/models/GetAllProductCategoryRequest.ts
|
|
533
512
|
src/models/GetAllProductChildRequest.ts
|
|
534
513
|
src/models/GetAllProductRangeRequest.ts
|
|
535
|
-
src/models/GetAllProductRegistrationRequest.ts
|
|
536
514
|
src/models/GetAllProductRequest.ts
|
|
537
515
|
src/models/GetAllProductTypeRequest.ts
|
|
538
516
|
src/models/GetAllStoreRequest.ts
|
|
@@ -560,7 +538,6 @@ src/models/IndexOverlayTemplateRequest.ts
|
|
|
560
538
|
src/models/IndexProductCategoryRequest.ts
|
|
561
539
|
src/models/IndexProductChildRequest.ts
|
|
562
540
|
src/models/IndexProductRangeRequest.ts
|
|
563
|
-
src/models/IndexProductRegistrationRequest.ts
|
|
564
541
|
src/models/IndexProductRequest.ts
|
|
565
542
|
src/models/IndexProductTypeRequest.ts
|
|
566
543
|
src/models/IndexSiteNotificationRequest.ts
|
|
@@ -574,7 +551,6 @@ src/models/LabelLiteResource.ts
|
|
|
574
551
|
src/models/LabelLiteResourceArrayResponse.ts
|
|
575
552
|
src/models/LabelResource.ts
|
|
576
553
|
src/models/LabelResourceArrayResponse.ts
|
|
577
|
-
src/models/ListAssetsProductRegistrationRequest.ts
|
|
578
554
|
src/models/ModelAttributeListResource.ts
|
|
579
555
|
src/models/ModelAttributeListResourceArrayResponse.ts
|
|
580
556
|
src/models/ModelAttributeResource.ts
|
|
@@ -621,9 +597,6 @@ src/models/PaginatedProductRangeListResourceResponse.ts
|
|
|
621
597
|
src/models/PaginatedProductRangeLiteResourceResponse.ts
|
|
622
598
|
src/models/PaginatedProductRangeResourceResponse.ts
|
|
623
599
|
src/models/PaginatedProductRangeSearchResultResourceResponse.ts
|
|
624
|
-
src/models/PaginatedProductRegistrationAssetResourceResponse.ts
|
|
625
|
-
src/models/PaginatedProductRegistrationListResourceResponse.ts
|
|
626
|
-
src/models/PaginatedProductRegistrationResourceResponse.ts
|
|
627
600
|
src/models/PaginatedProductResourceResponse.ts
|
|
628
601
|
src/models/PaginatedProductSearchResultResourceResponse.ts
|
|
629
602
|
src/models/PaginatedProductTypeListResourceResponse.ts
|
|
@@ -706,19 +679,6 @@ src/models/ProductRangeSiteDetailResource.ts
|
|
|
706
679
|
src/models/ProductRangeSiteDetailResourceArrayResponse.ts
|
|
707
680
|
src/models/ProductRangeSortBy.ts
|
|
708
681
|
src/models/ProductRating.ts
|
|
709
|
-
src/models/ProductRegistrationAssetResource.ts
|
|
710
|
-
src/models/ProductRegistrationAssetResourceArrayResponse.ts
|
|
711
|
-
src/models/ProductRegistrationAssetType.ts
|
|
712
|
-
src/models/ProductRegistrationCustomerResource.ts
|
|
713
|
-
src/models/ProductRegistrationCustomerResourceArrayResponse.ts
|
|
714
|
-
src/models/ProductRegistrationListResource.ts
|
|
715
|
-
src/models/ProductRegistrationListResourceArrayResponse.ts
|
|
716
|
-
src/models/ProductRegistrationLiteResource.ts
|
|
717
|
-
src/models/ProductRegistrationLiteResourceArrayResponse.ts
|
|
718
|
-
src/models/ProductRegistrationProductChildResource.ts
|
|
719
|
-
src/models/ProductRegistrationProductChildResourceArrayResponse.ts
|
|
720
|
-
src/models/ProductRegistrationResource.ts
|
|
721
|
-
src/models/ProductRegistrationResourceArrayResponse.ts
|
|
722
682
|
src/models/ProductResource.ts
|
|
723
683
|
src/models/ProductResourceArrayResponse.ts
|
|
724
684
|
src/models/ProductSearchResponseResource.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.1463
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -162,10 +162,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
162
162
|
*ProductRangeApi* | [**showProductRange**](docs/ProductRangeApi.md#showproductrange) | **GET** /admin-api/product-range/{productRange} | Auto-generated: showProductRange
|
|
163
163
|
*ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#storeproductrangeoperation) | **POST** /admin-api/product-range/create | Auto-generated: storeProductRange
|
|
164
164
|
*ProductRangeApi* | [**updateProductRange**](docs/ProductRangeApi.md#updateproductrangeoperation) | **PUT** /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange
|
|
165
|
-
*ProductRegistrationApi* | [**getAllProductRegistration**](docs/ProductRegistrationApi.md#getallproductregistrationoperation) | **POST** /admin-api/product-registration/all | Auto-generated: getAllProductRegistration
|
|
166
|
-
*ProductRegistrationApi* | [**indexProductRegistration**](docs/ProductRegistrationApi.md#indexproductregistrationoperation) | **POST** /admin-api/product-registration/list | Auto-generated: indexProductRegistration
|
|
167
|
-
*ProductRegistrationApi* | [**listAssetsProductRegistration**](docs/ProductRegistrationApi.md#listassetsproductregistrationoperation) | **POST** /admin-api/product-registration/{productRegistration}/assets | Auto-generated: listAssetsProductRegistration
|
|
168
|
-
*ProductRegistrationApi* | [**showProductRegistration**](docs/ProductRegistrationApi.md#showproductregistration) | **GET** /admin-api/product-registration/{productRegistration} | Auto-generated: showProductRegistration
|
|
169
165
|
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#attachattributeproducttypeoperation) | **POST** /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType
|
|
170
166
|
*ProductTypeApi* | [**destroyProductType**](docs/ProductTypeApi.md#destroyproducttype) | **DELETE** /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType
|
|
171
167
|
*ProductTypeApi* | [**detachAttributeProductType**](docs/ProductTypeApi.md#detachattributeproducttype) | **POST** /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType
|
|
@@ -308,7 +304,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
308
304
|
- [GetAllProductCategoryRequest](docs/GetAllProductCategoryRequest.md)
|
|
309
305
|
- [GetAllProductChildRequest](docs/GetAllProductChildRequest.md)
|
|
310
306
|
- [GetAllProductRangeRequest](docs/GetAllProductRangeRequest.md)
|
|
311
|
-
- [GetAllProductRegistrationRequest](docs/GetAllProductRegistrationRequest.md)
|
|
312
307
|
- [GetAllProductRequest](docs/GetAllProductRequest.md)
|
|
313
308
|
- [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
|
|
314
309
|
- [GetAllStoreRequest](docs/GetAllStoreRequest.md)
|
|
@@ -336,7 +331,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
336
331
|
- [IndexProductCategoryRequest](docs/IndexProductCategoryRequest.md)
|
|
337
332
|
- [IndexProductChildRequest](docs/IndexProductChildRequest.md)
|
|
338
333
|
- [IndexProductRangeRequest](docs/IndexProductRangeRequest.md)
|
|
339
|
-
- [IndexProductRegistrationRequest](docs/IndexProductRegistrationRequest.md)
|
|
340
334
|
- [IndexProductRequest](docs/IndexProductRequest.md)
|
|
341
335
|
- [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
|
|
342
336
|
- [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
|
|
@@ -350,7 +344,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
350
344
|
- [LabelLiteResourceArrayResponse](docs/LabelLiteResourceArrayResponse.md)
|
|
351
345
|
- [LabelResource](docs/LabelResource.md)
|
|
352
346
|
- [LabelResourceArrayResponse](docs/LabelResourceArrayResponse.md)
|
|
353
|
-
- [ListAssetsProductRegistrationRequest](docs/ListAssetsProductRegistrationRequest.md)
|
|
354
347
|
- [ModelAttributeListResource](docs/ModelAttributeListResource.md)
|
|
355
348
|
- [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
|
|
356
349
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
@@ -397,9 +390,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
397
390
|
- [PaginatedProductRangeLiteResourceResponse](docs/PaginatedProductRangeLiteResourceResponse.md)
|
|
398
391
|
- [PaginatedProductRangeResourceResponse](docs/PaginatedProductRangeResourceResponse.md)
|
|
399
392
|
- [PaginatedProductRangeSearchResultResourceResponse](docs/PaginatedProductRangeSearchResultResourceResponse.md)
|
|
400
|
-
- [PaginatedProductRegistrationAssetResourceResponse](docs/PaginatedProductRegistrationAssetResourceResponse.md)
|
|
401
|
-
- [PaginatedProductRegistrationListResourceResponse](docs/PaginatedProductRegistrationListResourceResponse.md)
|
|
402
|
-
- [PaginatedProductRegistrationResourceResponse](docs/PaginatedProductRegistrationResourceResponse.md)
|
|
403
393
|
- [PaginatedProductResourceResponse](docs/PaginatedProductResourceResponse.md)
|
|
404
394
|
- [PaginatedProductSearchResultResourceResponse](docs/PaginatedProductSearchResultResourceResponse.md)
|
|
405
395
|
- [PaginatedProductTypeListResourceResponse](docs/PaginatedProductTypeListResourceResponse.md)
|
|
@@ -482,19 +472,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
482
472
|
- [ProductRangeSiteDetailResourceArrayResponse](docs/ProductRangeSiteDetailResourceArrayResponse.md)
|
|
483
473
|
- [ProductRangeSortBy](docs/ProductRangeSortBy.md)
|
|
484
474
|
- [ProductRating](docs/ProductRating.md)
|
|
485
|
-
- [ProductRegistrationAssetResource](docs/ProductRegistrationAssetResource.md)
|
|
486
|
-
- [ProductRegistrationAssetResourceArrayResponse](docs/ProductRegistrationAssetResourceArrayResponse.md)
|
|
487
|
-
- [ProductRegistrationAssetType](docs/ProductRegistrationAssetType.md)
|
|
488
|
-
- [ProductRegistrationCustomerResource](docs/ProductRegistrationCustomerResource.md)
|
|
489
|
-
- [ProductRegistrationCustomerResourceArrayResponse](docs/ProductRegistrationCustomerResourceArrayResponse.md)
|
|
490
|
-
- [ProductRegistrationListResource](docs/ProductRegistrationListResource.md)
|
|
491
|
-
- [ProductRegistrationListResourceArrayResponse](docs/ProductRegistrationListResourceArrayResponse.md)
|
|
492
|
-
- [ProductRegistrationLiteResource](docs/ProductRegistrationLiteResource.md)
|
|
493
|
-
- [ProductRegistrationLiteResourceArrayResponse](docs/ProductRegistrationLiteResourceArrayResponse.md)
|
|
494
|
-
- [ProductRegistrationProductChildResource](docs/ProductRegistrationProductChildResource.md)
|
|
495
|
-
- [ProductRegistrationProductChildResourceArrayResponse](docs/ProductRegistrationProductChildResourceArrayResponse.md)
|
|
496
|
-
- [ProductRegistrationResource](docs/ProductRegistrationResource.md)
|
|
497
|
-
- [ProductRegistrationResourceArrayResponse](docs/ProductRegistrationResourceArrayResponse.md)
|
|
498
475
|
- [ProductResource](docs/ProductResource.md)
|
|
499
476
|
- [ProductResourceArrayResponse](docs/ProductResourceArrayResponse.md)
|
|
500
477
|
- [ProductSearchResponseResource](docs/ProductSearchResponseResource.md)
|
|
@@ -628,7 +605,7 @@ and is automatically generated by the
|
|
|
628
605
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
629
606
|
|
|
630
607
|
- API version: `1.0.0`
|
|
631
|
-
- Package version: `0.0.
|
|
608
|
+
- Package version: `0.0.1463`
|
|
632
609
|
- Generator version: `7.20.0`
|
|
633
610
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
634
611
|
|
package/dist/apis/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export * from './OverlayTemplateApi';
|
|
|
10
10
|
export * from './ProductApi';
|
|
11
11
|
export * from './ProductCategoryApi';
|
|
12
12
|
export * from './ProductRangeApi';
|
|
13
|
-
export * from './ProductRegistrationApi';
|
|
14
13
|
export * from './ProductTypeApi';
|
|
15
14
|
export * from './SiteApi';
|
|
16
15
|
export * from './StoreApi';
|
package/dist/apis/index.js
CHANGED
|
@@ -28,7 +28,6 @@ __exportStar(require("./OverlayTemplateApi"), exports);
|
|
|
28
28
|
__exportStar(require("./ProductApi"), exports);
|
|
29
29
|
__exportStar(require("./ProductCategoryApi"), exports);
|
|
30
30
|
__exportStar(require("./ProductRangeApi"), exports);
|
|
31
|
-
__exportStar(require("./ProductRegistrationApi"), exports);
|
|
32
31
|
__exportStar(require("./ProductTypeApi"), exports);
|
|
33
32
|
__exportStar(require("./SiteApi"), exports);
|
|
34
33
|
__exportStar(require("./StoreApi"), exports);
|
|
@@ -20,7 +20,7 @@ export interface AddressFrontendResource {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof AddressFrontendResource
|
|
22
22
|
*/
|
|
23
|
-
company
|
|
23
|
+
company: string;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
@@ -32,7 +32,7 @@ export interface AddressFrontendResource {
|
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof AddressFrontendResource
|
|
34
34
|
*/
|
|
35
|
-
line2
|
|
35
|
+
line2?: string | null;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {string}
|
|
@@ -22,9 +22,9 @@ exports.AddressFrontendResourceToJSONTyped = AddressFrontendResourceToJSONTyped;
|
|
|
22
22
|
* Check if a given object implements the AddressFrontendResource interface.
|
|
23
23
|
*/
|
|
24
24
|
function instanceOfAddressFrontendResource(value) {
|
|
25
|
-
if (!('
|
|
25
|
+
if (!('company' in value) || value['company'] === undefined)
|
|
26
26
|
return false;
|
|
27
|
-
if (!('
|
|
27
|
+
if (!('line1' in value) || value['line1'] === undefined)
|
|
28
28
|
return false;
|
|
29
29
|
if (!('postcode' in value) || value['postcode'] === undefined)
|
|
30
30
|
return false;
|
|
@@ -46,9 +46,9 @@ function AddressFrontendResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
46
46
|
return json;
|
|
47
47
|
}
|
|
48
48
|
return {
|
|
49
|
-
'company': json['company']
|
|
49
|
+
'company': json['company'],
|
|
50
50
|
'line1': json['line1'],
|
|
51
|
-
'line2': json['line2'],
|
|
51
|
+
'line2': json['line2'] == null ? undefined : json['line2'],
|
|
52
52
|
'postcode': json['postcode'],
|
|
53
53
|
'suburb': json['suburb'],
|
|
54
54
|
'country': json['country'],
|
|
@@ -37,8 +37,6 @@ function instanceOfExternalApiLogResource(value) {
|
|
|
37
37
|
return false;
|
|
38
38
|
if (!('responseCode' in value) || value['responseCode'] === undefined)
|
|
39
39
|
return false;
|
|
40
|
-
if (!('requestPayload' in value) || value['requestPayload'] === undefined)
|
|
41
|
-
return false;
|
|
42
40
|
if (!('responsePayload' in value) || value['responsePayload'] === undefined)
|
|
43
41
|
return false;
|
|
44
42
|
if (!('site' in value) || value['site'] === undefined)
|
|
@@ -60,7 +58,7 @@ function ExternalApiLogResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
60
58
|
'exteranlApiLoggableId': json['exteranlApiLoggableId'],
|
|
61
59
|
'endpoint': json['endpoint'],
|
|
62
60
|
'responseCode': json['responseCode'],
|
|
63
|
-
'requestPayload': json['requestPayload'],
|
|
61
|
+
'requestPayload': json['requestPayload'] == null ? undefined : json['requestPayload'],
|
|
64
62
|
'responsePayload': json['responsePayload'],
|
|
65
63
|
'createdAt': json['createdAt'] == null ? undefined : json['createdAt'],
|
|
66
64
|
'site': (0, SiteLiteResource_1.SiteLiteResourceFromJSON)(json['site']),
|
|
@@ -176,7 +176,6 @@ export declare const IndexProductChildRequestRelatedTypeEnum: {
|
|
|
176
176
|
readonly OverlayTemplate: "overlayTemplate";
|
|
177
177
|
readonly ProductType: "productType";
|
|
178
178
|
readonly ProductRange: "productRange";
|
|
179
|
-
readonly ProductRegistration: "productRegistration";
|
|
180
179
|
readonly Supplier: "supplier";
|
|
181
180
|
readonly Tag: "tag";
|
|
182
181
|
readonly Label: "label";
|
|
@@ -33,6 +33,8 @@ function instanceOfStoreListResource(value) {
|
|
|
33
33
|
return false;
|
|
34
34
|
if (!('latitude' in value) || value['latitude'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
+
if (!('tagLine' in value) || value['tagLine'] === undefined)
|
|
37
|
+
return false;
|
|
36
38
|
if (!('email' in value) || value['email'] === undefined)
|
|
37
39
|
return false;
|
|
38
40
|
return true;
|
|
@@ -51,7 +53,7 @@ function StoreListResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
51
53
|
'phone': json['phone'],
|
|
52
54
|
'longitude': json['longitude'],
|
|
53
55
|
'latitude': json['latitude'],
|
|
54
|
-
'tagLine': json['tag_line']
|
|
56
|
+
'tagLine': json['tag_line'],
|
|
55
57
|
'email': json['email'],
|
|
56
58
|
'openingHours': json['opening_hours'] == null ? undefined : json['opening_hours'],
|
|
57
59
|
};
|
|
@@ -36,8 +36,6 @@ function instanceOfStoreResource(value) {
|
|
|
36
36
|
return false;
|
|
37
37
|
if (!('latitude' in value) || value['latitude'] === undefined)
|
|
38
38
|
return false;
|
|
39
|
-
if (!('tagLine' in value) || value['tagLine'] === undefined)
|
|
40
|
-
return false;
|
|
41
39
|
if (!('email' in value) || value['email'] === undefined)
|
|
42
40
|
return false;
|
|
43
41
|
if (!('suppliers' in value) || value['suppliers'] === undefined)
|
|
@@ -62,7 +60,7 @@ function StoreResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
62
60
|
'phone': json['phone'],
|
|
63
61
|
'longitude': json['longitude'],
|
|
64
62
|
'latitude': json['latitude'],
|
|
65
|
-
'tagLine': json['tag_line'],
|
|
63
|
+
'tagLine': json['tag_line'] == null ? undefined : json['tag_line'],
|
|
66
64
|
'email': json['email'],
|
|
67
65
|
'openingHours': json['opening_hours'] == null ? undefined : json['opening_hours'],
|
|
68
66
|
'suppliers': (json['suppliers'] == null ? null : json['suppliers'].map(SupplierLiteResource_1.SupplierLiteResourceFromJSON)),
|
|
@@ -35,10 +35,10 @@ export interface StoreSpecialDateFrontendResource {
|
|
|
35
35
|
hours: string;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {string}
|
|
39
39
|
* @memberof StoreSpecialDateFrontendResource
|
|
40
40
|
*/
|
|
41
|
-
date
|
|
41
|
+
date?: string | null;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {boolean}
|
|
@@ -26,8 +26,6 @@ function instanceOfStoreSpecialDateFrontendResource(value) {
|
|
|
26
26
|
return false;
|
|
27
27
|
if (!('hours' in value) || value['hours'] === undefined)
|
|
28
28
|
return false;
|
|
29
|
-
if (!('date' in value) || value['date'] === undefined)
|
|
30
|
-
return false;
|
|
31
29
|
if (!('closed' in value) || value['closed'] === undefined)
|
|
32
30
|
return false;
|
|
33
31
|
if (!('displayStartDate' in value) || value['displayStartDate'] === undefined)
|
|
@@ -47,7 +45,7 @@ function StoreSpecialDateFrontendResourceFromJSONTyped(json, ignoreDiscriminator
|
|
|
47
45
|
'id': json['id'] == null ? undefined : json['id'],
|
|
48
46
|
'name': json['name'],
|
|
49
47
|
'hours': json['hours'],
|
|
50
|
-
'date': json['date'],
|
|
48
|
+
'date': json['date'] == null ? undefined : json['date'],
|
|
51
49
|
'closed': json['closed'],
|
|
52
50
|
'displayStartDate': json['displayStartDate'],
|
|
53
51
|
'displayEndDate': json['displayEndDate'],
|
package/dist/models/index.d.ts
CHANGED
|
@@ -90,7 +90,6 @@ export * from './GetAllOverlayTemplateRequest';
|
|
|
90
90
|
export * from './GetAllProductCategoryRequest';
|
|
91
91
|
export * from './GetAllProductChildRequest';
|
|
92
92
|
export * from './GetAllProductRangeRequest';
|
|
93
|
-
export * from './GetAllProductRegistrationRequest';
|
|
94
93
|
export * from './GetAllProductRequest';
|
|
95
94
|
export * from './GetAllProductTypeRequest';
|
|
96
95
|
export * from './GetAllStoreRequest';
|
|
@@ -118,7 +117,6 @@ export * from './IndexOverlayTemplateRequest';
|
|
|
118
117
|
export * from './IndexProductCategoryRequest';
|
|
119
118
|
export * from './IndexProductChildRequest';
|
|
120
119
|
export * from './IndexProductRangeRequest';
|
|
121
|
-
export * from './IndexProductRegistrationRequest';
|
|
122
120
|
export * from './IndexProductRequest';
|
|
123
121
|
export * from './IndexProductTypeRequest';
|
|
124
122
|
export * from './IndexSiteNotificationRequest';
|
|
@@ -132,7 +130,6 @@ export * from './LabelLiteResource';
|
|
|
132
130
|
export * from './LabelLiteResourceArrayResponse';
|
|
133
131
|
export * from './LabelResource';
|
|
134
132
|
export * from './LabelResourceArrayResponse';
|
|
135
|
-
export * from './ListAssetsProductRegistrationRequest';
|
|
136
133
|
export * from './ModelAttributeListResource';
|
|
137
134
|
export * from './ModelAttributeListResourceArrayResponse';
|
|
138
135
|
export * from './ModelAttributeResource';
|
|
@@ -179,9 +176,6 @@ export * from './PaginatedProductRangeListResourceResponse';
|
|
|
179
176
|
export * from './PaginatedProductRangeLiteResourceResponse';
|
|
180
177
|
export * from './PaginatedProductRangeResourceResponse';
|
|
181
178
|
export * from './PaginatedProductRangeSearchResultResourceResponse';
|
|
182
|
-
export * from './PaginatedProductRegistrationAssetResourceResponse';
|
|
183
|
-
export * from './PaginatedProductRegistrationListResourceResponse';
|
|
184
|
-
export * from './PaginatedProductRegistrationResourceResponse';
|
|
185
179
|
export * from './PaginatedProductResourceResponse';
|
|
186
180
|
export * from './PaginatedProductSearchResultResourceResponse';
|
|
187
181
|
export * from './PaginatedProductTypeListResourceResponse';
|
|
@@ -264,19 +258,6 @@ export * from './ProductRangeSiteDetailResource';
|
|
|
264
258
|
export * from './ProductRangeSiteDetailResourceArrayResponse';
|
|
265
259
|
export * from './ProductRangeSortBy';
|
|
266
260
|
export * from './ProductRating';
|
|
267
|
-
export * from './ProductRegistrationAssetResource';
|
|
268
|
-
export * from './ProductRegistrationAssetResourceArrayResponse';
|
|
269
|
-
export * from './ProductRegistrationAssetType';
|
|
270
|
-
export * from './ProductRegistrationCustomerResource';
|
|
271
|
-
export * from './ProductRegistrationCustomerResourceArrayResponse';
|
|
272
|
-
export * from './ProductRegistrationListResource';
|
|
273
|
-
export * from './ProductRegistrationListResourceArrayResponse';
|
|
274
|
-
export * from './ProductRegistrationLiteResource';
|
|
275
|
-
export * from './ProductRegistrationLiteResourceArrayResponse';
|
|
276
|
-
export * from './ProductRegistrationProductChildResource';
|
|
277
|
-
export * from './ProductRegistrationProductChildResourceArrayResponse';
|
|
278
|
-
export * from './ProductRegistrationResource';
|
|
279
|
-
export * from './ProductRegistrationResourceArrayResponse';
|
|
280
261
|
export * from './ProductResource';
|
|
281
262
|
export * from './ProductResourceArrayResponse';
|
|
282
263
|
export * from './ProductSearchResponseResource';
|
package/dist/models/index.js
CHANGED
|
@@ -108,7 +108,6 @@ __exportStar(require("./GetAllOverlayTemplateRequest"), exports);
|
|
|
108
108
|
__exportStar(require("./GetAllProductCategoryRequest"), exports);
|
|
109
109
|
__exportStar(require("./GetAllProductChildRequest"), exports);
|
|
110
110
|
__exportStar(require("./GetAllProductRangeRequest"), exports);
|
|
111
|
-
__exportStar(require("./GetAllProductRegistrationRequest"), exports);
|
|
112
111
|
__exportStar(require("./GetAllProductRequest"), exports);
|
|
113
112
|
__exportStar(require("./GetAllProductTypeRequest"), exports);
|
|
114
113
|
__exportStar(require("./GetAllStoreRequest"), exports);
|
|
@@ -136,7 +135,6 @@ __exportStar(require("./IndexOverlayTemplateRequest"), exports);
|
|
|
136
135
|
__exportStar(require("./IndexProductCategoryRequest"), exports);
|
|
137
136
|
__exportStar(require("./IndexProductChildRequest"), exports);
|
|
138
137
|
__exportStar(require("./IndexProductRangeRequest"), exports);
|
|
139
|
-
__exportStar(require("./IndexProductRegistrationRequest"), exports);
|
|
140
138
|
__exportStar(require("./IndexProductRequest"), exports);
|
|
141
139
|
__exportStar(require("./IndexProductTypeRequest"), exports);
|
|
142
140
|
__exportStar(require("./IndexSiteNotificationRequest"), exports);
|
|
@@ -150,7 +148,6 @@ __exportStar(require("./LabelLiteResource"), exports);
|
|
|
150
148
|
__exportStar(require("./LabelLiteResourceArrayResponse"), exports);
|
|
151
149
|
__exportStar(require("./LabelResource"), exports);
|
|
152
150
|
__exportStar(require("./LabelResourceArrayResponse"), exports);
|
|
153
|
-
__exportStar(require("./ListAssetsProductRegistrationRequest"), exports);
|
|
154
151
|
__exportStar(require("./ModelAttributeListResource"), exports);
|
|
155
152
|
__exportStar(require("./ModelAttributeListResourceArrayResponse"), exports);
|
|
156
153
|
__exportStar(require("./ModelAttributeResource"), exports);
|
|
@@ -197,9 +194,6 @@ __exportStar(require("./PaginatedProductRangeListResourceResponse"), exports);
|
|
|
197
194
|
__exportStar(require("./PaginatedProductRangeLiteResourceResponse"), exports);
|
|
198
195
|
__exportStar(require("./PaginatedProductRangeResourceResponse"), exports);
|
|
199
196
|
__exportStar(require("./PaginatedProductRangeSearchResultResourceResponse"), exports);
|
|
200
|
-
__exportStar(require("./PaginatedProductRegistrationAssetResourceResponse"), exports);
|
|
201
|
-
__exportStar(require("./PaginatedProductRegistrationListResourceResponse"), exports);
|
|
202
|
-
__exportStar(require("./PaginatedProductRegistrationResourceResponse"), exports);
|
|
203
197
|
__exportStar(require("./PaginatedProductResourceResponse"), exports);
|
|
204
198
|
__exportStar(require("./PaginatedProductSearchResultResourceResponse"), exports);
|
|
205
199
|
__exportStar(require("./PaginatedProductTypeListResourceResponse"), exports);
|
|
@@ -282,19 +276,6 @@ __exportStar(require("./ProductRangeSiteDetailResource"), exports);
|
|
|
282
276
|
__exportStar(require("./ProductRangeSiteDetailResourceArrayResponse"), exports);
|
|
283
277
|
__exportStar(require("./ProductRangeSortBy"), exports);
|
|
284
278
|
__exportStar(require("./ProductRating"), exports);
|
|
285
|
-
__exportStar(require("./ProductRegistrationAssetResource"), exports);
|
|
286
|
-
__exportStar(require("./ProductRegistrationAssetResourceArrayResponse"), exports);
|
|
287
|
-
__exportStar(require("./ProductRegistrationAssetType"), exports);
|
|
288
|
-
__exportStar(require("./ProductRegistrationCustomerResource"), exports);
|
|
289
|
-
__exportStar(require("./ProductRegistrationCustomerResourceArrayResponse"), exports);
|
|
290
|
-
__exportStar(require("./ProductRegistrationListResource"), exports);
|
|
291
|
-
__exportStar(require("./ProductRegistrationListResourceArrayResponse"), exports);
|
|
292
|
-
__exportStar(require("./ProductRegistrationLiteResource"), exports);
|
|
293
|
-
__exportStar(require("./ProductRegistrationLiteResourceArrayResponse"), exports);
|
|
294
|
-
__exportStar(require("./ProductRegistrationProductChildResource"), exports);
|
|
295
|
-
__exportStar(require("./ProductRegistrationProductChildResourceArrayResponse"), exports);
|
|
296
|
-
__exportStar(require("./ProductRegistrationResource"), exports);
|
|
297
|
-
__exportStar(require("./ProductRegistrationResourceArrayResponse"), exports);
|
|
298
279
|
__exportStar(require("./ProductResource"), exports);
|
|
299
280
|
__exportStar(require("./ProductResourceArrayResponse"), exports);
|
|
300
281
|
__exportStar(require("./ProductSearchResponseResource"), exports);
|
package/package.json
CHANGED
package/src/apis/index.ts
CHANGED
|
@@ -12,7 +12,6 @@ export * from './OverlayTemplateApi';
|
|
|
12
12
|
export * from './ProductApi';
|
|
13
13
|
export * from './ProductCategoryApi';
|
|
14
14
|
export * from './ProductRangeApi';
|
|
15
|
-
export * from './ProductRegistrationApi';
|
|
16
15
|
export * from './ProductTypeApi';
|
|
17
16
|
export * from './SiteApi';
|
|
18
17
|
export * from './StoreApi';
|
|
@@ -24,7 +24,7 @@ export interface AddressFrontendResource {
|
|
|
24
24
|
* @type {string}
|
|
25
25
|
* @memberof AddressFrontendResource
|
|
26
26
|
*/
|
|
27
|
-
company
|
|
27
|
+
company: string;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
30
|
* @type {string}
|
|
@@ -36,7 +36,7 @@ export interface AddressFrontendResource {
|
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof AddressFrontendResource
|
|
38
38
|
*/
|
|
39
|
-
line2
|
|
39
|
+
line2?: string | null;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {string}
|
|
@@ -73,8 +73,8 @@ export interface AddressFrontendResource {
|
|
|
73
73
|
* Check if a given object implements the AddressFrontendResource interface.
|
|
74
74
|
*/
|
|
75
75
|
export function instanceOfAddressFrontendResource(value: object): value is AddressFrontendResource {
|
|
76
|
+
if (!('company' in value) || value['company'] === undefined) return false;
|
|
76
77
|
if (!('line1' in value) || value['line1'] === undefined) return false;
|
|
77
|
-
if (!('line2' in value) || value['line2'] === undefined) return false;
|
|
78
78
|
if (!('postcode' in value) || value['postcode'] === undefined) return false;
|
|
79
79
|
if (!('suburb' in value) || value['suburb'] === undefined) return false;
|
|
80
80
|
if (!('country' in value) || value['country'] === undefined) return false;
|
|
@@ -93,9 +93,9 @@ export function AddressFrontendResourceFromJSONTyped(json: any, ignoreDiscrimina
|
|
|
93
93
|
}
|
|
94
94
|
return {
|
|
95
95
|
|
|
96
|
-
'company': json['company']
|
|
96
|
+
'company': json['company'],
|
|
97
97
|
'line1': json['line1'],
|
|
98
|
-
'line2': json['line2'],
|
|
98
|
+
'line2': json['line2'] == null ? undefined : json['line2'],
|
|
99
99
|
'postcode': json['postcode'],
|
|
100
100
|
'suburb': json['suburb'],
|
|
101
101
|
'country': json['country'],
|
|
@@ -74,7 +74,7 @@ export interface ExternalApiLogResource {
|
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof ExternalApiLogResource
|
|
76
76
|
*/
|
|
77
|
-
requestPayload
|
|
77
|
+
requestPayload?: string | null;
|
|
78
78
|
/**
|
|
79
79
|
*
|
|
80
80
|
* @type {string}
|
|
@@ -106,7 +106,6 @@ export function instanceOfExternalApiLogResource(value: object): value is Extern
|
|
|
106
106
|
if (!('exteranlApiLoggableId' in value) || value['exteranlApiLoggableId'] === undefined) return false;
|
|
107
107
|
if (!('endpoint' in value) || value['endpoint'] === undefined) return false;
|
|
108
108
|
if (!('responseCode' in value) || value['responseCode'] === undefined) return false;
|
|
109
|
-
if (!('requestPayload' in value) || value['requestPayload'] === undefined) return false;
|
|
110
109
|
if (!('responsePayload' in value) || value['responsePayload'] === undefined) return false;
|
|
111
110
|
if (!('site' in value) || value['site'] === undefined) return false;
|
|
112
111
|
return true;
|
|
@@ -129,7 +128,7 @@ export function ExternalApiLogResourceFromJSONTyped(json: any, ignoreDiscriminat
|
|
|
129
128
|
'exteranlApiLoggableId': json['exteranlApiLoggableId'],
|
|
130
129
|
'endpoint': json['endpoint'],
|
|
131
130
|
'responseCode': json['responseCode'],
|
|
132
|
-
'requestPayload': json['requestPayload'],
|
|
131
|
+
'requestPayload': json['requestPayload'] == null ? undefined : json['requestPayload'],
|
|
133
132
|
'responsePayload': json['responsePayload'],
|
|
134
133
|
'createdAt': json['createdAt'] == null ? undefined : json['createdAt'],
|
|
135
134
|
'site': SiteLiteResourceFromJSON(json['site']),
|
|
@@ -184,7 +184,6 @@ export const IndexProductChildRequestRelatedTypeEnum = {
|
|
|
184
184
|
OverlayTemplate: 'overlayTemplate',
|
|
185
185
|
ProductType: 'productType',
|
|
186
186
|
ProductRange: 'productRange',
|
|
187
|
-
ProductRegistration: 'productRegistration',
|
|
188
187
|
Supplier: 'supplier',
|
|
189
188
|
Tag: 'tag',
|
|
190
189
|
Label: 'label',
|
|
@@ -68,7 +68,7 @@ export interface StoreListResource {
|
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof StoreListResource
|
|
70
70
|
*/
|
|
71
|
-
tagLine
|
|
71
|
+
tagLine: string;
|
|
72
72
|
/**
|
|
73
73
|
*
|
|
74
74
|
* @type {string}
|
|
@@ -92,6 +92,7 @@ export function instanceOfStoreListResource(value: object): value is StoreListRe
|
|
|
92
92
|
if (!('phone' in value) || value['phone'] === undefined) return false;
|
|
93
93
|
if (!('longitude' in value) || value['longitude'] === undefined) return false;
|
|
94
94
|
if (!('latitude' in value) || value['latitude'] === undefined) return false;
|
|
95
|
+
if (!('tagLine' in value) || value['tagLine'] === undefined) return false;
|
|
95
96
|
if (!('email' in value) || value['email'] === undefined) return false;
|
|
96
97
|
return true;
|
|
97
98
|
}
|
|
@@ -112,7 +113,7 @@ export function StoreListResourceFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
112
113
|
'phone': json['phone'],
|
|
113
114
|
'longitude': json['longitude'],
|
|
114
115
|
'latitude': json['latitude'],
|
|
115
|
-
'tagLine': json['tag_line']
|
|
116
|
+
'tagLine': json['tag_line'],
|
|
116
117
|
'email': json['email'],
|
|
117
118
|
'openingHours': json['opening_hours'] == null ? undefined : json['opening_hours'],
|
|
118
119
|
};
|