@digital8/lighting-illusions-ts-sdk 0.0.1777 → 0.0.1779

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.
Files changed (198) hide show
  1. package/.openapi-generator/FILES +0 -56
  2. package/README.md +2 -41
  3. package/dist/apis/index.d.ts +0 -2
  4. package/dist/apis/index.js +0 -2
  5. package/dist/models/AddressFrontendResource.d.ts +2 -2
  6. package/dist/models/AddressFrontendResource.js +2 -6
  7. package/dist/models/AddressResource.d.ts +1 -1
  8. package/dist/models/AddressResource.js +1 -3
  9. package/dist/models/AssetFrontendResource.d.ts +12 -0
  10. package/dist/models/AssetFrontendResource.js +6 -0
  11. package/dist/models/AssetLiteResource.d.ts +14 -2
  12. package/dist/models/AssetLiteResource.js +6 -0
  13. package/dist/models/AssetResource.d.ts +14 -2
  14. package/dist/models/AssetResource.js +6 -0
  15. package/dist/models/AssetWithOverlayLinkResource.d.ts +14 -2
  16. package/dist/models/AssetWithOverlayLinkResource.js +6 -0
  17. package/dist/models/ProductChildSiteDetailLiteResource.d.ts +0 -7
  18. package/dist/models/ProductChildSiteDetailLiteResource.js +0 -5
  19. package/dist/models/SitePaymentConfigResource.d.ts +0 -6
  20. package/dist/models/SitePaymentConfigResource.js +0 -4
  21. package/dist/models/StoreAssetForAssetableRequest.d.ts +14 -2
  22. package/dist/models/StoreAssetForAssetableRequest.js +6 -6
  23. package/dist/models/StoreFrontendResource.d.ts +2 -2
  24. package/dist/models/StoreFrontendResource.js +2 -6
  25. package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +14 -2
  26. package/dist/models/StoreOverlayTemplateAssetRequest.js +6 -6
  27. package/dist/models/StoreProductCategoryRequest.d.ts +12 -0
  28. package/dist/models/StoreProductCategoryRequest.js +4 -0
  29. package/dist/models/StoreProductChildRequestAssetsInner.d.ts +14 -2
  30. package/dist/models/StoreProductChildRequestAssetsInner.js +6 -6
  31. package/dist/models/StoreSupplierRequest.d.ts +14 -2
  32. package/dist/models/StoreSupplierRequest.js +6 -6
  33. package/dist/models/UpdateAssetForAssetableRequest.d.ts +12 -0
  34. package/dist/models/UpdateAssetForAssetableRequest.js +4 -0
  35. package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +14 -2
  36. package/dist/models/UpdateOverlayTemplateAssetRequest.js +6 -6
  37. package/dist/models/UpdateProductCategoryRequest.d.ts +12 -0
  38. package/dist/models/UpdateProductCategoryRequest.js +4 -0
  39. package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +14 -2
  40. package/dist/models/UpdateProductChildRequestAssetsInner.js +6 -6
  41. package/dist/models/UpdateSiteRequest.d.ts +0 -6
  42. package/dist/models/UpdateSiteRequest.js +0 -4
  43. package/dist/models/UpdateSupplierRequest.d.ts +14 -2
  44. package/dist/models/UpdateSupplierRequest.js +6 -6
  45. package/dist/models/index.d.ts +0 -26
  46. package/dist/models/index.js +0 -26
  47. package/docs/AssetFrontendResource.md +4 -0
  48. package/docs/AssetLiteResource.md +5 -1
  49. package/docs/AssetResource.md +5 -1
  50. package/docs/AssetWithOverlayLinkResource.md +5 -1
  51. package/docs/ProductChildSiteDetailLiteResource.md +0 -2
  52. package/docs/SitePaymentConfigResource.md +0 -2
  53. package/docs/StoreAssetForAssetableRequest.md +4 -0
  54. package/docs/StoreOverlayTemplateAssetRequest.md +4 -0
  55. package/docs/StoreProductCategoryRequest.md +4 -0
  56. package/docs/StoreProductChildRequestAssetsInner.md +4 -0
  57. package/docs/StoreSupplierRequest.md +4 -0
  58. package/docs/UpdateAssetForAssetableRequest.md +4 -0
  59. package/docs/UpdateOverlayTemplateAssetRequest.md +4 -0
  60. package/docs/UpdateProductCategoryRequest.md +4 -0
  61. package/docs/UpdateProductChildRequestAssetsInner.md +4 -0
  62. package/docs/UpdateSiteRequest.md +0 -2
  63. package/docs/UpdateSupplierRequest.md +4 -0
  64. package/package.json +1 -1
  65. package/src/apis/index.ts +0 -2
  66. package/src/models/AddressFrontendResource.ts +4 -6
  67. package/src/models/AddressResource.ts +2 -3
  68. package/src/models/AssetFrontendResource.ts +17 -0
  69. package/src/models/AssetLiteResource.ts +19 -2
  70. package/src/models/AssetResource.ts +19 -2
  71. package/src/models/AssetWithOverlayLinkResource.ts +19 -2
  72. package/src/models/ProductChildSiteDetailLiteResource.ts +0 -16
  73. package/src/models/SitePaymentConfigResource.ts +0 -9
  74. package/src/models/StoreAssetForAssetableRequest.ts +20 -6
  75. package/src/models/StoreFrontendResource.ts +4 -6
  76. package/src/models/StoreOverlayTemplateAssetRequest.ts +20 -6
  77. package/src/models/StoreProductCategoryRequest.ts +16 -0
  78. package/src/models/StoreProductChildRequestAssetsInner.ts +20 -6
  79. package/src/models/StoreSupplierRequest.ts +20 -6
  80. package/src/models/UpdateAssetForAssetableRequest.ts +16 -0
  81. package/src/models/UpdateOverlayTemplateAssetRequest.ts +20 -6
  82. package/src/models/UpdateProductCategoryRequest.ts +16 -0
  83. package/src/models/UpdateProductChildRequestAssetsInner.ts +20 -6
  84. package/src/models/UpdateSiteRequest.ts +0 -9
  85. package/src/models/UpdateSupplierRequest.ts +20 -6
  86. package/src/models/index.ts +0 -26
  87. package/dist/apis/CartsApi.d.ts +0 -190
  88. package/dist/apis/CartsApi.js +0 -747
  89. package/dist/apis/CustomersApi.d.ts +0 -48
  90. package/dist/apis/CustomersApi.js +0 -196
  91. package/dist/models/AttachCouponCartRequest.d.ts +0 -32
  92. package/dist/models/AttachCouponCartRequest.js +0 -51
  93. package/dist/models/AttachItemCartRequest.d.ts +0 -44
  94. package/dist/models/AttachItemCartRequest.js +0 -57
  95. package/dist/models/CartAddressType.d.ts +0 -25
  96. package/dist/models/CartAddressType.js +0 -51
  97. package/dist/models/CartItemListResource.d.ts +0 -51
  98. package/dist/models/CartItemListResource.js +0 -62
  99. package/dist/models/CartItemListResourceArrayResponse.d.ts +0 -33
  100. package/dist/models/CartItemListResourceArrayResponse.js +0 -50
  101. package/dist/models/CartListResource.d.ts +0 -101
  102. package/dist/models/CartListResource.js +0 -90
  103. package/dist/models/CartListResourceArrayResponse.d.ts +0 -33
  104. package/dist/models/CartListResourceArrayResponse.js +0 -50
  105. package/dist/models/CartOrderSource.d.ts +0 -29
  106. package/dist/models/CartOrderSource.js +0 -55
  107. package/dist/models/CartResource.d.ts +0 -155
  108. package/dist/models/CartResource.js +0 -118
  109. package/dist/models/CartResourceArrayResponse.d.ts +0 -33
  110. package/dist/models/CartResourceArrayResponse.js +0 -50
  111. package/dist/models/CartStatus.d.ts +0 -26
  112. package/dist/models/CartStatus.js +0 -52
  113. package/dist/models/CustomerListResource.d.ts +0 -69
  114. package/dist/models/CustomerListResource.js +0 -72
  115. package/dist/models/CustomerListResourceArrayResponse.d.ts +0 -33
  116. package/dist/models/CustomerListResourceArrayResponse.js +0 -50
  117. package/dist/models/CustomerResource.d.ts +0 -69
  118. package/dist/models/CustomerResource.js +0 -72
  119. package/dist/models/CustomerResourceArrayResponse.d.ts +0 -33
  120. package/dist/models/CustomerResourceArrayResponse.js +0 -50
  121. package/dist/models/IndexCartRequest.d.ts +0 -154
  122. package/dist/models/IndexCartRequest.js +0 -105
  123. package/dist/models/IndexCustomerRequest.d.ts +0 -99
  124. package/dist/models/IndexCustomerRequest.js +0 -83
  125. package/dist/models/PaginatedCartListResourceResponse.d.ts +0 -40
  126. package/dist/models/PaginatedCartListResourceResponse.js +0 -57
  127. package/dist/models/PaginatedCustomerListResourceResponse.d.ts +0 -40
  128. package/dist/models/PaginatedCustomerListResourceResponse.js +0 -57
  129. package/dist/models/StoreCartRequest.d.ts +0 -95
  130. package/dist/models/StoreCartRequest.js +0 -90
  131. package/dist/models/StoreCartRequestCustomer.d.ts +0 -50
  132. package/dist/models/StoreCartRequestCustomer.js +0 -55
  133. package/dist/models/StoreCartRequestItemsInner.d.ts +0 -44
  134. package/dist/models/StoreCartRequestItemsInner.js +0 -57
  135. package/dist/models/StoreCartRequestShippingAddress.d.ts +0 -74
  136. package/dist/models/StoreCartRequestShippingAddress.js +0 -63
  137. package/dist/models/StoreCustomerRequest.d.ts +0 -56
  138. package/dist/models/StoreCustomerRequest.js +0 -65
  139. package/dist/models/UpdateCartRequest.d.ts +0 -70
  140. package/dist/models/UpdateCartRequest.js +0 -75
  141. package/dist/models/UpdateItemCartRequest.d.ts +0 -38
  142. package/dist/models/UpdateItemCartRequest.js +0 -53
  143. package/docs/AttachCouponCartRequest.md +0 -34
  144. package/docs/AttachItemCartRequest.md +0 -38
  145. package/docs/CartAddressType.md +0 -32
  146. package/docs/CartItemListResource.md +0 -40
  147. package/docs/CartItemListResourceArrayResponse.md +0 -34
  148. package/docs/CartListResource.md +0 -56
  149. package/docs/CartListResourceArrayResponse.md +0 -34
  150. package/docs/CartOrderSource.md +0 -32
  151. package/docs/CartResource.md +0 -74
  152. package/docs/CartResourceArrayResponse.md +0 -34
  153. package/docs/CartStatus.md +0 -32
  154. package/docs/CartsApi.md +0 -755
  155. package/docs/CustomerListResource.md +0 -46
  156. package/docs/CustomerListResourceArrayResponse.md +0 -34
  157. package/docs/CustomerResource.md +0 -46
  158. package/docs/CustomerResourceArrayResponse.md +0 -34
  159. package/docs/CustomersApi.md +0 -140
  160. package/docs/IndexCartRequest.md +0 -66
  161. package/docs/IndexCustomerRequest.md +0 -50
  162. package/docs/PaginatedCartListResourceResponse.md +0 -36
  163. package/docs/PaginatedCustomerListResourceResponse.md +0 -36
  164. package/docs/StoreCartRequest.md +0 -50
  165. package/docs/StoreCartRequestCustomer.md +0 -40
  166. package/docs/StoreCartRequestItemsInner.md +0 -38
  167. package/docs/StoreCartRequestShippingAddress.md +0 -48
  168. package/docs/StoreCustomerRequest.md +0 -42
  169. package/docs/UpdateCartRequest.md +0 -42
  170. package/docs/UpdateItemCartRequest.md +0 -36
  171. package/src/apis/CartsApi.ts +0 -626
  172. package/src/apis/CustomersApi.ts +0 -127
  173. package/src/models/AttachCouponCartRequest.ts +0 -66
  174. package/src/models/AttachItemCartRequest.ts +0 -83
  175. package/src/models/CartAddressType.ts +0 -53
  176. package/src/models/CartItemListResource.ts +0 -100
  177. package/src/models/CartItemListResourceArrayResponse.ts +0 -73
  178. package/src/models/CartListResource.ts +0 -183
  179. package/src/models/CartListResourceArrayResponse.ts +0 -73
  180. package/src/models/CartOrderSource.ts +0 -57
  181. package/src/models/CartResource.ts +0 -260
  182. package/src/models/CartResourceArrayResponse.ts +0 -73
  183. package/src/models/CartStatus.ts +0 -54
  184. package/src/models/CustomerListResource.ts +0 -126
  185. package/src/models/CustomerListResourceArrayResponse.ts +0 -73
  186. package/src/models/CustomerResource.ts +0 -126
  187. package/src/models/CustomerResourceArrayResponse.ts +0 -73
  188. package/src/models/IndexCartRequest.ts +0 -224
  189. package/src/models/IndexCustomerRequest.ts +0 -152
  190. package/src/models/PaginatedCartListResourceResponse.ts +0 -90
  191. package/src/models/PaginatedCustomerListResourceResponse.ts +0 -90
  192. package/src/models/StoreCartRequest.ts +0 -171
  193. package/src/models/StoreCartRequestCustomer.ts +0 -89
  194. package/src/models/StoreCartRequestItemsInner.ts +0 -83
  195. package/src/models/StoreCartRequestShippingAddress.ts +0 -121
  196. package/src/models/StoreCustomerRequest.ts +0 -101
  197. package/src/models/UpdateCartRequest.ts +0 -129
  198. package/src/models/UpdateItemCartRequest.ts +0 -74
@@ -24,13 +24,11 @@ docs/AttachAssetsOverlayTemplateRequest.md
24
24
  docs/AttachAttributeProductTypeRequest.md
25
25
  docs/AttachAttributesProductRangeRequest.md
26
26
  docs/AttachAttributesProductRangeRequestAttributesInner.md
27
- docs/AttachCouponCartRequest.md
28
27
  docs/AttachDocumentablesDocumentRequest.md
29
28
  docs/AttachDocumentablesDocumentRequestDocumentablesInner.md
30
29
  docs/AttachDocumentsProductChildRequest.md
31
30
  docs/AttachDocumentsProductChildRequestDocumentsInner.md
32
31
  docs/AttachDocumentsProductRangeRequest.md
33
- docs/AttachItemCartRequest.md
34
32
  docs/AttachProductTypeAttributeRequest.md
35
33
  docs/AttachProductsProductCategoryRequest.md
36
34
  docs/AttachStoresSupplierRequest.md
@@ -48,16 +46,6 @@ docs/AttributeResourceArrayResponse.md
48
46
  docs/AttributeType.md
49
47
  docs/AttributeValueResource.md
50
48
  docs/AttributeValueResourceArrayResponse.md
51
- docs/CartAddressType.md
52
- docs/CartItemListResource.md
53
- docs/CartItemListResourceArrayResponse.md
54
- docs/CartListResource.md
55
- docs/CartListResourceArrayResponse.md
56
- docs/CartOrderSource.md
57
- docs/CartResource.md
58
- docs/CartResourceArrayResponse.md
59
- docs/CartStatus.md
60
- docs/CartsApi.md
61
49
  docs/CategoryAutomationComparisonType.md
62
50
  docs/CategoryAutomationConditionType.md
63
51
  docs/CategoryAutomationFieldType.md
@@ -68,11 +56,6 @@ docs/CategoryFrontendResourceArrayResponse.md
68
56
  docs/CategoryWithChildrenFrontendResource.md
69
57
  docs/CategoryWithChildrenFrontendResourceArrayResponse.md
70
58
  docs/CouponDiscountType.md
71
- docs/CustomerListResource.md
72
- docs/CustomerListResourceArrayResponse.md
73
- docs/CustomerResource.md
74
- docs/CustomerResourceArrayResponse.md
75
- docs/CustomersApi.md
76
59
  docs/DefinitionApi.md
77
60
  docs/DefinitionListResource.md
78
61
  docs/DefinitionListResourceArrayResponse.md
@@ -140,8 +123,6 @@ docs/GoogleCategoryResource.md
140
123
  docs/GoogleCategoryResourceArrayResponse.md
141
124
  docs/IndexAttributeRequest.md
142
125
  docs/IndexAttributeValueRequest.md
143
- docs/IndexCartRequest.md
144
- docs/IndexCustomerRequest.md
145
126
  docs/IndexDefinitionRequest.md
146
127
  docs/IndexDocumentRequest.md
147
128
  docs/IndexExternalApiLogRequest.md
@@ -208,9 +189,7 @@ docs/PaginatedAttributeLiteResourceResponse.md
208
189
  docs/PaginatedAttributeProductTypeRelationResourceResponse.md
209
190
  docs/PaginatedAttributeResourceResponse.md
210
191
  docs/PaginatedAttributeValueResourceResponse.md
211
- docs/PaginatedCartListResourceResponse.md
212
192
  docs/PaginatedCategoryFrontendResourceResponse.md
213
- docs/PaginatedCustomerListResourceResponse.md
214
193
  docs/PaginatedDefinitionListResourceResponse.md
215
194
  docs/PaginatedDefinitionResourceResponse.md
216
195
  docs/PaginatedDocumentResourceResponse.md
@@ -388,11 +367,6 @@ docs/StoreAssetFileRequest.md
388
367
  docs/StoreAssetForAssetableRequest.md
389
368
  docs/StoreAttributeRequest.md
390
369
  docs/StoreAttributeValueRequest.md
391
- docs/StoreCartRequest.md
392
- docs/StoreCartRequestCustomer.md
393
- docs/StoreCartRequestItemsInner.md
394
- docs/StoreCartRequestShippingAddress.md
395
- docs/StoreCustomerRequest.md
396
370
  docs/StoreDefinitionRequest.md
397
371
  docs/StoreDocumentFileRequest.md
398
372
  docs/StoreDocumentRequest.md
@@ -456,12 +430,10 @@ docs/TagType.md
456
430
  docs/UpdateAssetForAssetableRequest.md
457
431
  docs/UpdateAttributeRequest.md
458
432
  docs/UpdateAttributeValueRequest.md
459
- docs/UpdateCartRequest.md
460
433
  docs/UpdateDefinitionRequest.md
461
434
  docs/UpdateDocumentRequest.md
462
435
  docs/UpdateFilterOrderAttributeRequest.md
463
436
  docs/UpdateFilterOrderAttributeRequestValuesInner.md
464
- docs/UpdateItemCartRequest.md
465
437
  docs/UpdateLabelRequest.md
466
438
  docs/UpdateMenuItemRequest.md
467
439
  docs/UpdateMenuRequest.md
@@ -490,8 +462,6 @@ package.json
490
462
  src/apis/AdminApi.ts
491
463
  src/apis/AssetApi.ts
492
464
  src/apis/AttributeApi.ts
493
- src/apis/CartsApi.ts
494
- src/apis/CustomersApi.ts
495
465
  src/apis/DefinitionApi.ts
496
466
  src/apis/DocumentApi.ts
497
467
  src/apis/ExternalApiLogApi.ts
@@ -532,13 +502,11 @@ src/models/AttachAssetsOverlayTemplateRequest.ts
532
502
  src/models/AttachAttributeProductTypeRequest.ts
533
503
  src/models/AttachAttributesProductRangeRequest.ts
534
504
  src/models/AttachAttributesProductRangeRequestAttributesInner.ts
535
- src/models/AttachCouponCartRequest.ts
536
505
  src/models/AttachDocumentablesDocumentRequest.ts
537
506
  src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts
538
507
  src/models/AttachDocumentsProductChildRequest.ts
539
508
  src/models/AttachDocumentsProductChildRequestDocumentsInner.ts
540
509
  src/models/AttachDocumentsProductRangeRequest.ts
541
- src/models/AttachItemCartRequest.ts
542
510
  src/models/AttachProductTypeAttributeRequest.ts
543
511
  src/models/AttachProductsProductCategoryRequest.ts
544
512
  src/models/AttachStoresSupplierRequest.ts
@@ -555,15 +523,6 @@ src/models/AttributeResourceArrayResponse.ts
555
523
  src/models/AttributeType.ts
556
524
  src/models/AttributeValueResource.ts
557
525
  src/models/AttributeValueResourceArrayResponse.ts
558
- src/models/CartAddressType.ts
559
- src/models/CartItemListResource.ts
560
- src/models/CartItemListResourceArrayResponse.ts
561
- src/models/CartListResource.ts
562
- src/models/CartListResourceArrayResponse.ts
563
- src/models/CartOrderSource.ts
564
- src/models/CartResource.ts
565
- src/models/CartResourceArrayResponse.ts
566
- src/models/CartStatus.ts
567
526
  src/models/CategoryAutomationComparisonType.ts
568
527
  src/models/CategoryAutomationConditionType.ts
569
528
  src/models/CategoryAutomationFieldType.ts
@@ -574,10 +533,6 @@ src/models/CategoryFrontendResourceArrayResponse.ts
574
533
  src/models/CategoryWithChildrenFrontendResource.ts
575
534
  src/models/CategoryWithChildrenFrontendResourceArrayResponse.ts
576
535
  src/models/CouponDiscountType.ts
577
- src/models/CustomerListResource.ts
578
- src/models/CustomerListResourceArrayResponse.ts
579
- src/models/CustomerResource.ts
580
- src/models/CustomerResourceArrayResponse.ts
581
536
  src/models/DefinitionListResource.ts
582
537
  src/models/DefinitionListResourceArrayResponse.ts
583
538
  src/models/DefinitionResource.ts
@@ -641,8 +596,6 @@ src/models/GoogleCategoryResource.ts
641
596
  src/models/GoogleCategoryResourceArrayResponse.ts
642
597
  src/models/IndexAttributeRequest.ts
643
598
  src/models/IndexAttributeValueRequest.ts
644
- src/models/IndexCartRequest.ts
645
- src/models/IndexCustomerRequest.ts
646
599
  src/models/IndexDefinitionRequest.ts
647
600
  src/models/IndexDocumentRequest.ts
648
601
  src/models/IndexExternalApiLogRequest.ts
@@ -705,9 +658,7 @@ src/models/PaginatedAttributeLiteResourceResponse.ts
705
658
  src/models/PaginatedAttributeProductTypeRelationResourceResponse.ts
706
659
  src/models/PaginatedAttributeResourceResponse.ts
707
660
  src/models/PaginatedAttributeValueResourceResponse.ts
708
- src/models/PaginatedCartListResourceResponse.ts
709
661
  src/models/PaginatedCategoryFrontendResourceResponse.ts
710
- src/models/PaginatedCustomerListResourceResponse.ts
711
662
  src/models/PaginatedDefinitionListResourceResponse.ts
712
663
  src/models/PaginatedDefinitionResourceResponse.ts
713
664
  src/models/PaginatedDocumentResourceResponse.ts
@@ -877,11 +828,6 @@ src/models/StoreAssetFileRequest.ts
877
828
  src/models/StoreAssetForAssetableRequest.ts
878
829
  src/models/StoreAttributeRequest.ts
879
830
  src/models/StoreAttributeValueRequest.ts
880
- src/models/StoreCartRequest.ts
881
- src/models/StoreCartRequestCustomer.ts
882
- src/models/StoreCartRequestItemsInner.ts
883
- src/models/StoreCartRequestShippingAddress.ts
884
- src/models/StoreCustomerRequest.ts
885
831
  src/models/StoreDefinitionRequest.ts
886
832
  src/models/StoreDocumentFileRequest.ts
887
833
  src/models/StoreDocumentRequest.ts
@@ -943,12 +889,10 @@ src/models/TagType.ts
943
889
  src/models/UpdateAssetForAssetableRequest.ts
944
890
  src/models/UpdateAttributeRequest.ts
945
891
  src/models/UpdateAttributeValueRequest.ts
946
- src/models/UpdateCartRequest.ts
947
892
  src/models/UpdateDefinitionRequest.ts
948
893
  src/models/UpdateDocumentRequest.ts
949
894
  src/models/UpdateFilterOrderAttributeRequest.ts
950
895
  src/models/UpdateFilterOrderAttributeRequestValuesInner.ts
951
- src/models/UpdateItemCartRequest.ts
952
896
  src/models/UpdateLabelRequest.ts
953
897
  src/models/UpdateMenuItemRequest.ts
954
898
  src/models/UpdateMenuRequest.ts
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @digital8/lighting-illusions-ts-sdk@0.0.1777
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.1779
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -74,19 +74,6 @@ All URIs are relative to *http://localhost/api*
74
74
  *AttributeApi* | [**updateAttributeValue**](docs/AttributeApi.md#updateattributevalueoperation) | **PUT** /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue
75
75
  *AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#updatefilterorderattributeoperation) | **PUT** /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute
76
76
  *AttributeApi* | [**updateModelAttribute**](docs/AttributeApi.md#updatemodelattributeoperation) | **PUT** /admin-api/attribute/model-attribute/{modelAttribute}/update | Auto-generated: updateModelAttribute
77
- *CartsApi* | [**attachCouponCart**](docs/CartsApi.md#attachcouponcartoperation) | **POST** /admin-api/carts/{cart}/coupons/attach | Auto-generated: attachCouponCart
78
- *CartsApi* | [**attachItemCart**](docs/CartsApi.md#attachitemcartoperation) | **POST** /admin-api/carts/{cart}/items/attach | Auto-generated: attachItemCart
79
- *CartsApi* | [**destroyCart**](docs/CartsApi.md#destroycart) | **DELETE** /admin-api/carts/{cart}/delete | Auto-generated: destroyCart
80
- *CartsApi* | [**detachCouponCart**](docs/CartsApi.md#detachcouponcart) | **DELETE** /admin-api/carts/{cart}/coupons/{coupon}/detach | Auto-generated: detachCouponCart
81
- *CartsApi* | [**detachItemCart**](docs/CartsApi.md#detachitemcart) | **DELETE** /admin-api/carts/{cart}/items/{cartItem}/detach | Auto-generated: detachItemCart
82
- *CartsApi* | [**indexCart**](docs/CartsApi.md#indexcartoperation) | **POST** /admin-api/carts/list | Auto-generated: indexCart
83
- *CartsApi* | [**sendPaymentLinkCart**](docs/CartsApi.md#sendpaymentlinkcart) | **POST** /admin-api/carts/{cart}/send-payment-link | Auto-generated: sendPaymentLinkCart
84
- *CartsApi* | [**showCart**](docs/CartsApi.md#showcart) | **GET** /admin-api/carts/{cart} | Auto-generated: showCart
85
- *CartsApi* | [**storeCart**](docs/CartsApi.md#storecartoperation) | **POST** /admin-api/carts/create | Auto-generated: storeCart
86
- *CartsApi* | [**updateCart**](docs/CartsApi.md#updatecartoperation) | **PUT** /admin-api/carts/{cart}/update | Auto-generated: updateCart
87
- *CartsApi* | [**updateItemCart**](docs/CartsApi.md#updateitemcartoperation) | **PUT** /admin-api/carts/{cart}/items/{cartItem}/update | Auto-generated: updateItemCart
88
- *CustomersApi* | [**indexCustomer**](docs/CustomersApi.md#indexcustomeroperation) | **POST** /admin-api/customers/list | Auto-generated: indexCustomer
89
- *CustomersApi* | [**storeCustomer**](docs/CustomersApi.md#storecustomeroperation) | **POST** /admin-api/customers/create | Auto-generated: storeCustomer
90
77
  *DefinitionApi* | [**destroyDefinition**](docs/DefinitionApi.md#destroydefinition) | **DELETE** /admin-api/definition/{definition}/delete | Auto-generated: destroyDefinition
91
78
  *DefinitionApi* | [**getAllDefinition**](docs/DefinitionApi.md#getalldefinitionoperation) | **POST** /admin-api/definition/all | Auto-generated: getAllDefinition
92
79
  *DefinitionApi* | [**indexDefinition**](docs/DefinitionApi.md#indexdefinitionoperation) | **POST** /admin-api/definition/list | Auto-generated: indexDefinition
@@ -264,13 +251,11 @@ All URIs are relative to *http://localhost/api*
264
251
  - [AttachAttributeProductTypeRequest](docs/AttachAttributeProductTypeRequest.md)
265
252
  - [AttachAttributesProductRangeRequest](docs/AttachAttributesProductRangeRequest.md)
266
253
  - [AttachAttributesProductRangeRequestAttributesInner](docs/AttachAttributesProductRangeRequestAttributesInner.md)
267
- - [AttachCouponCartRequest](docs/AttachCouponCartRequest.md)
268
254
  - [AttachDocumentablesDocumentRequest](docs/AttachDocumentablesDocumentRequest.md)
269
255
  - [AttachDocumentablesDocumentRequestDocumentablesInner](docs/AttachDocumentablesDocumentRequestDocumentablesInner.md)
270
256
  - [AttachDocumentsProductChildRequest](docs/AttachDocumentsProductChildRequest.md)
271
257
  - [AttachDocumentsProductChildRequestDocumentsInner](docs/AttachDocumentsProductChildRequestDocumentsInner.md)
272
258
  - [AttachDocumentsProductRangeRequest](docs/AttachDocumentsProductRangeRequest.md)
273
- - [AttachItemCartRequest](docs/AttachItemCartRequest.md)
274
259
  - [AttachProductTypeAttributeRequest](docs/AttachProductTypeAttributeRequest.md)
275
260
  - [AttachProductsProductCategoryRequest](docs/AttachProductsProductCategoryRequest.md)
276
261
  - [AttachStoresSupplierRequest](docs/AttachStoresSupplierRequest.md)
@@ -287,15 +272,6 @@ All URIs are relative to *http://localhost/api*
287
272
  - [AttributeType](docs/AttributeType.md)
288
273
  - [AttributeValueResource](docs/AttributeValueResource.md)
289
274
  - [AttributeValueResourceArrayResponse](docs/AttributeValueResourceArrayResponse.md)
290
- - [CartAddressType](docs/CartAddressType.md)
291
- - [CartItemListResource](docs/CartItemListResource.md)
292
- - [CartItemListResourceArrayResponse](docs/CartItemListResourceArrayResponse.md)
293
- - [CartListResource](docs/CartListResource.md)
294
- - [CartListResourceArrayResponse](docs/CartListResourceArrayResponse.md)
295
- - [CartOrderSource](docs/CartOrderSource.md)
296
- - [CartResource](docs/CartResource.md)
297
- - [CartResourceArrayResponse](docs/CartResourceArrayResponse.md)
298
- - [CartStatus](docs/CartStatus.md)
299
275
  - [CategoryAutomationComparisonType](docs/CategoryAutomationComparisonType.md)
300
276
  - [CategoryAutomationConditionType](docs/CategoryAutomationConditionType.md)
301
277
  - [CategoryAutomationFieldType](docs/CategoryAutomationFieldType.md)
@@ -306,10 +282,6 @@ All URIs are relative to *http://localhost/api*
306
282
  - [CategoryWithChildrenFrontendResource](docs/CategoryWithChildrenFrontendResource.md)
307
283
  - [CategoryWithChildrenFrontendResourceArrayResponse](docs/CategoryWithChildrenFrontendResourceArrayResponse.md)
308
284
  - [CouponDiscountType](docs/CouponDiscountType.md)
309
- - [CustomerListResource](docs/CustomerListResource.md)
310
- - [CustomerListResourceArrayResponse](docs/CustomerListResourceArrayResponse.md)
311
- - [CustomerResource](docs/CustomerResource.md)
312
- - [CustomerResourceArrayResponse](docs/CustomerResourceArrayResponse.md)
313
285
  - [DefinitionListResource](docs/DefinitionListResource.md)
314
286
  - [DefinitionListResourceArrayResponse](docs/DefinitionListResourceArrayResponse.md)
315
287
  - [DefinitionResource](docs/DefinitionResource.md)
@@ -373,8 +345,6 @@ All URIs are relative to *http://localhost/api*
373
345
  - [GoogleCategoryResourceArrayResponse](docs/GoogleCategoryResourceArrayResponse.md)
374
346
  - [IndexAttributeRequest](docs/IndexAttributeRequest.md)
375
347
  - [IndexAttributeValueRequest](docs/IndexAttributeValueRequest.md)
376
- - [IndexCartRequest](docs/IndexCartRequest.md)
377
- - [IndexCustomerRequest](docs/IndexCustomerRequest.md)
378
348
  - [IndexDefinitionRequest](docs/IndexDefinitionRequest.md)
379
349
  - [IndexDocumentRequest](docs/IndexDocumentRequest.md)
380
350
  - [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
@@ -437,9 +407,7 @@ All URIs are relative to *http://localhost/api*
437
407
  - [PaginatedAttributeProductTypeRelationResourceResponse](docs/PaginatedAttributeProductTypeRelationResourceResponse.md)
438
408
  - [PaginatedAttributeResourceResponse](docs/PaginatedAttributeResourceResponse.md)
439
409
  - [PaginatedAttributeValueResourceResponse](docs/PaginatedAttributeValueResourceResponse.md)
440
- - [PaginatedCartListResourceResponse](docs/PaginatedCartListResourceResponse.md)
441
410
  - [PaginatedCategoryFrontendResourceResponse](docs/PaginatedCategoryFrontendResourceResponse.md)
442
- - [PaginatedCustomerListResourceResponse](docs/PaginatedCustomerListResourceResponse.md)
443
411
  - [PaginatedDefinitionListResourceResponse](docs/PaginatedDefinitionListResourceResponse.md)
444
412
  - [PaginatedDefinitionResourceResponse](docs/PaginatedDefinitionResourceResponse.md)
445
413
  - [PaginatedDocumentResourceResponse](docs/PaginatedDocumentResourceResponse.md)
@@ -609,11 +577,6 @@ All URIs are relative to *http://localhost/api*
609
577
  - [StoreAssetForAssetableRequest](docs/StoreAssetForAssetableRequest.md)
610
578
  - [StoreAttributeRequest](docs/StoreAttributeRequest.md)
611
579
  - [StoreAttributeValueRequest](docs/StoreAttributeValueRequest.md)
612
- - [StoreCartRequest](docs/StoreCartRequest.md)
613
- - [StoreCartRequestCustomer](docs/StoreCartRequestCustomer.md)
614
- - [StoreCartRequestItemsInner](docs/StoreCartRequestItemsInner.md)
615
- - [StoreCartRequestShippingAddress](docs/StoreCartRequestShippingAddress.md)
616
- - [StoreCustomerRequest](docs/StoreCustomerRequest.md)
617
580
  - [StoreDefinitionRequest](docs/StoreDefinitionRequest.md)
618
581
  - [StoreDocumentFileRequest](docs/StoreDocumentFileRequest.md)
619
582
  - [StoreDocumentRequest](docs/StoreDocumentRequest.md)
@@ -675,12 +638,10 @@ All URIs are relative to *http://localhost/api*
675
638
  - [UpdateAssetForAssetableRequest](docs/UpdateAssetForAssetableRequest.md)
676
639
  - [UpdateAttributeRequest](docs/UpdateAttributeRequest.md)
677
640
  - [UpdateAttributeValueRequest](docs/UpdateAttributeValueRequest.md)
678
- - [UpdateCartRequest](docs/UpdateCartRequest.md)
679
641
  - [UpdateDefinitionRequest](docs/UpdateDefinitionRequest.md)
680
642
  - [UpdateDocumentRequest](docs/UpdateDocumentRequest.md)
681
643
  - [UpdateFilterOrderAttributeRequest](docs/UpdateFilterOrderAttributeRequest.md)
682
644
  - [UpdateFilterOrderAttributeRequestValuesInner](docs/UpdateFilterOrderAttributeRequestValuesInner.md)
683
- - [UpdateItemCartRequest](docs/UpdateItemCartRequest.md)
684
645
  - [UpdateLabelRequest](docs/UpdateLabelRequest.md)
685
646
  - [UpdateMenuItemRequest](docs/UpdateMenuItemRequest.md)
686
647
  - [UpdateMenuRequest](docs/UpdateMenuRequest.md)
@@ -718,7 +679,7 @@ and is automatically generated by the
718
679
  [OpenAPI Generator](https://openapi-generator.tech) project:
719
680
 
720
681
  - API version: `1.0.0`
721
- - Package version: `0.0.1777`
682
+ - Package version: `0.0.1779`
722
683
  - Generator version: `7.21.0`
723
684
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
724
685
 
@@ -1,8 +1,6 @@
1
1
  export * from './AdminApi';
2
2
  export * from './AssetApi';
3
3
  export * from './AttributeApi';
4
- export * from './CartsApi';
5
- export * from './CustomersApi';
6
4
  export * from './DefinitionApi';
7
5
  export * from './DocumentApi';
8
6
  export * from './ExternalApiLogApi';
@@ -19,8 +19,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  __exportStar(require("./AdminApi"), exports);
20
20
  __exportStar(require("./AssetApi"), exports);
21
21
  __exportStar(require("./AttributeApi"), exports);
22
- __exportStar(require("./CartsApi"), exports);
23
- __exportStar(require("./CustomersApi"), exports);
24
22
  __exportStar(require("./DefinitionApi"), exports);
25
23
  __exportStar(require("./DocumentApi"), exports);
26
24
  __exportStar(require("./ExternalApiLogApi"), exports);
@@ -20,7 +20,7 @@ export interface AddressFrontendResource {
20
20
  * @type {string}
21
21
  * @memberof AddressFrontendResource
22
22
  */
23
- company: string;
23
+ company?: string | null;
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: string;
35
+ line2?: string | null;
36
36
  /**
37
37
  *
38
38
  * @type {string}
@@ -22,12 +22,8 @@ exports.AddressFrontendResourceToJSONTyped = AddressFrontendResourceToJSONTyped;
22
22
  * Check if a given object implements the AddressFrontendResource interface.
23
23
  */
24
24
  function instanceOfAddressFrontendResource(value) {
25
- if (!('company' in value) || value['company'] === undefined)
26
- return false;
27
25
  if (!('line1' in value) || value['line1'] === undefined)
28
26
  return false;
29
- if (!('line2' in value) || value['line2'] === undefined)
30
- return false;
31
27
  if (!('postcode' in value) || value['postcode'] === undefined)
32
28
  return false;
33
29
  if (!('suburb' in value) || value['suburb'] === undefined)
@@ -48,9 +44,9 @@ function AddressFrontendResourceFromJSONTyped(json, ignoreDiscriminator) {
48
44
  return json;
49
45
  }
50
46
  return {
51
- 'company': json['company'],
47
+ 'company': json['company'] == null ? undefined : json['company'],
52
48
  'line1': json['line1'],
53
- 'line2': json['line2'],
49
+ 'line2': json['line2'] == null ? undefined : json['line2'],
54
50
  'postcode': json['postcode'],
55
51
  'suburb': json['suburb'],
56
52
  'country': json['country'],
@@ -26,7 +26,7 @@ export interface AddressResource {
26
26
  * @type {string}
27
27
  * @memberof AddressResource
28
28
  */
29
- company: string;
29
+ company?: string | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
@@ -22,8 +22,6 @@ exports.AddressResourceToJSONTyped = AddressResourceToJSONTyped;
22
22
  * Check if a given object implements the AddressResource interface.
23
23
  */
24
24
  function instanceOfAddressResource(value) {
25
- if (!('company' in value) || value['company'] === undefined)
26
- return false;
27
25
  if (!('line1' in value) || value['line1'] === undefined)
28
26
  return false;
29
27
  if (!('postcode' in value) || value['postcode'] === undefined)
@@ -47,7 +45,7 @@ function AddressResourceFromJSONTyped(json, ignoreDiscriminator) {
47
45
  }
48
46
  return {
49
47
  'id': json['id'] == null ? undefined : json['id'],
50
- 'company': json['company'],
48
+ 'company': json['company'] == null ? undefined : json['company'],
51
49
  'line1': json['line_1'],
52
50
  'line2': json['line_2'] == null ? undefined : json['line_2'],
53
51
  'postcode': json['postcode'],
@@ -57,6 +57,18 @@ export interface AssetFrontendResource {
57
57
  * @memberof AssetFrontendResource
58
58
  */
59
59
  isLifestyle: boolean;
60
+ /**
61
+ *
62
+ * @type {boolean}
63
+ * @memberof AssetFrontendResource
64
+ */
65
+ isExternal: boolean;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof AssetFrontendResource
70
+ */
71
+ externalUrl?: string | null;
60
72
  /**
61
73
  *
62
74
  * @type {object}
@@ -36,6 +36,8 @@ function instanceOfAssetFrontendResource(value) {
36
36
  return false;
37
37
  if (!('isLifestyle' in value) || value['isLifestyle'] === undefined)
38
38
  return false;
39
+ if (!('isExternal' in value) || value['isExternal'] === undefined)
40
+ return false;
39
41
  if (!('overlays' in value) || value['overlays'] === undefined)
40
42
  return false;
41
43
  return true;
@@ -55,6 +57,8 @@ function AssetFrontendResourceFromJSONTyped(json, ignoreDiscriminator) {
55
57
  'index': json['index'],
56
58
  'isThumbnail': json['isThumbnail'],
57
59
  'isLifestyle': json['isLifestyle'],
60
+ 'isExternal': json['isExternal'],
61
+ 'externalUrl': json['externalUrl'] == null ? undefined : json['externalUrl'],
58
62
  'overlays': json['overlays'],
59
63
  };
60
64
  }
@@ -74,6 +78,8 @@ function AssetFrontendResourceToJSONTyped(value, ignoreDiscriminator) {
74
78
  'index': value['index'],
75
79
  'isThumbnail': value['isThumbnail'],
76
80
  'isLifestyle': value['isLifestyle'],
81
+ 'isExternal': value['isExternal'],
82
+ 'externalUrl': value['externalUrl'],
77
83
  'overlays': value['overlays'],
78
84
  };
79
85
  }
@@ -23,10 +23,10 @@ export interface AssetLiteResource {
23
23
  id: number;
24
24
  /**
25
25
  *
26
- * @type {string}
26
+ * @type {number}
27
27
  * @memberof AssetLiteResource
28
28
  */
29
- fileId?: string | null;
29
+ fileId?: number | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
@@ -51,6 +51,18 @@ export interface AssetLiteResource {
51
51
  * @memberof AssetLiteResource
52
52
  */
53
53
  altText: string;
54
+ /**
55
+ *
56
+ * @type {boolean}
57
+ * @memberof AssetLiteResource
58
+ */
59
+ isExternal: boolean;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof AssetLiteResource
64
+ */
65
+ externalUrl?: string | null;
54
66
  }
55
67
  /**
56
68
  * Check if a given object implements the AssetLiteResource interface.
@@ -32,6 +32,8 @@ function instanceOfAssetLiteResource(value) {
32
32
  return false;
33
33
  if (!('altText' in value) || value['altText'] === undefined)
34
34
  return false;
35
+ if (!('isExternal' in value) || value['isExternal'] === undefined)
36
+ return false;
35
37
  return true;
36
38
  }
37
39
  function AssetLiteResourceFromJSON(json) {
@@ -48,6 +50,8 @@ function AssetLiteResourceFromJSONTyped(json, ignoreDiscriminator) {
48
50
  'fileName': json['fileName'],
49
51
  'mimeType': json['mimeType'],
50
52
  'altText': json['altText'],
53
+ 'isExternal': json['isExternal'],
54
+ 'externalUrl': json['externalUrl'] == null ? undefined : json['externalUrl'],
51
55
  };
52
56
  }
53
57
  function AssetLiteResourceToJSON(json) {
@@ -65,5 +69,7 @@ function AssetLiteResourceToJSONTyped(value, ignoreDiscriminator) {
65
69
  'fileName': value['fileName'],
66
70
  'mimeType': value['mimeType'],
67
71
  'altText': value['altText'],
72
+ 'isExternal': value['isExternal'],
73
+ 'externalUrl': value['externalUrl'],
68
74
  };
69
75
  }
@@ -54,10 +54,10 @@ export interface AssetResource {
54
54
  index: number;
55
55
  /**
56
56
  *
57
- * @type {string}
57
+ * @type {number}
58
58
  * @memberof AssetResource
59
59
  */
60
- fileId?: string | null;
60
+ fileId?: number | null;
61
61
  /**
62
62
  *
63
63
  * @type {boolean}
@@ -70,6 +70,18 @@ export interface AssetResource {
70
70
  * @memberof AssetResource
71
71
  */
72
72
  isLifestyle: boolean;
73
+ /**
74
+ *
75
+ * @type {boolean}
76
+ * @memberof AssetResource
77
+ */
78
+ isExternal: boolean;
79
+ /**
80
+ *
81
+ * @type {string}
82
+ * @memberof AssetResource
83
+ */
84
+ externalUrl?: string | null;
73
85
  /**
74
86
  *
75
87
  * @type {Array<OverlayTemplateLiteResource>}
@@ -39,6 +39,8 @@ function instanceOfAssetResource(value) {
39
39
  return false;
40
40
  if (!('isLifestyle' in value) || value['isLifestyle'] === undefined)
41
41
  return false;
42
+ if (!('isExternal' in value) || value['isExternal'] === undefined)
43
+ return false;
42
44
  if (!('overlayTemplates' in value) || value['overlayTemplates'] === undefined)
43
45
  return false;
44
46
  return true;
@@ -60,6 +62,8 @@ function AssetResourceFromJSONTyped(json, ignoreDiscriminator) {
60
62
  'fileId': json['fileId'] == null ? undefined : json['fileId'],
61
63
  'isThumbnail': json['isThumbnail'],
62
64
  'isLifestyle': json['isLifestyle'],
65
+ 'isExternal': json['isExternal'],
66
+ 'externalUrl': json['externalUrl'] == null ? undefined : json['externalUrl'],
63
67
  'overlayTemplates': (json['overlayTemplates'] == null ? null : json['overlayTemplates'].map(OverlayTemplateLiteResource_1.OverlayTemplateLiteResourceFromJSON)),
64
68
  };
65
69
  }
@@ -81,6 +85,8 @@ function AssetResourceToJSONTyped(value, ignoreDiscriminator) {
81
85
  'fileId': value['fileId'],
82
86
  'isThumbnail': value['isThumbnail'],
83
87
  'isLifestyle': value['isLifestyle'],
88
+ 'isExternal': value['isExternal'],
89
+ 'externalUrl': value['externalUrl'],
84
90
  'overlayTemplates': (value['overlayTemplates'] == null ? null : value['overlayTemplates'].map(OverlayTemplateLiteResource_1.OverlayTemplateLiteResourceToJSON)),
85
91
  };
86
92
  }
@@ -54,10 +54,10 @@ export interface AssetWithOverlayLinkResource {
54
54
  index: number;
55
55
  /**
56
56
  *
57
- * @type {string}
57
+ * @type {number}
58
58
  * @memberof AssetWithOverlayLinkResource
59
59
  */
60
- fileId?: string | null;
60
+ fileId?: number | null;
61
61
  /**
62
62
  *
63
63
  * @type {boolean}
@@ -70,6 +70,18 @@ export interface AssetWithOverlayLinkResource {
70
70
  * @memberof AssetWithOverlayLinkResource
71
71
  */
72
72
  isLifestyle: boolean;
73
+ /**
74
+ *
75
+ * @type {boolean}
76
+ * @memberof AssetWithOverlayLinkResource
77
+ */
78
+ isExternal: boolean;
79
+ /**
80
+ *
81
+ * @type {string}
82
+ * @memberof AssetWithOverlayLinkResource
83
+ */
84
+ externalUrl?: string | null;
73
85
  /**
74
86
  *
75
87
  * @type {Array<OverlayTemplateLiteResource>}
@@ -39,6 +39,8 @@ function instanceOfAssetWithOverlayLinkResource(value) {
39
39
  return false;
40
40
  if (!('isLifestyle' in value) || value['isLifestyle'] === undefined)
41
41
  return false;
42
+ if (!('isExternal' in value) || value['isExternal'] === undefined)
43
+ return false;
42
44
  if (!('overlayTemplates' in value) || value['overlayTemplates'] === undefined)
43
45
  return false;
44
46
  if (!('isLinkedToOverlayTemplate' in value) || value['isLinkedToOverlayTemplate'] === undefined)
@@ -62,6 +64,8 @@ function AssetWithOverlayLinkResourceFromJSONTyped(json, ignoreDiscriminator) {
62
64
  'fileId': json['fileId'] == null ? undefined : json['fileId'],
63
65
  'isThumbnail': json['isThumbnail'],
64
66
  'isLifestyle': json['isLifestyle'],
67
+ 'isExternal': json['isExternal'],
68
+ 'externalUrl': json['externalUrl'] == null ? undefined : json['externalUrl'],
65
69
  'overlayTemplates': (json['overlayTemplates'] == null ? null : json['overlayTemplates'].map(OverlayTemplateLiteResource_1.OverlayTemplateLiteResourceFromJSON)),
66
70
  'isLinkedToOverlayTemplate': json['isLinkedToOverlayTemplate'],
67
71
  };
@@ -84,6 +88,8 @@ function AssetWithOverlayLinkResourceToJSONTyped(value, ignoreDiscriminator) {
84
88
  'fileId': value['fileId'],
85
89
  'isThumbnail': value['isThumbnail'],
86
90
  'isLifestyle': value['isLifestyle'],
91
+ 'isExternal': value['isExternal'],
92
+ 'externalUrl': value['externalUrl'],
87
93
  'overlayTemplates': (value['overlayTemplates'] == null ? null : value['overlayTemplates'].map(OverlayTemplateLiteResource_1.OverlayTemplateLiteResourceToJSON)),
88
94
  'isLinkedToOverlayTemplate': value['isLinkedToOverlayTemplate'],
89
95
  };
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SiteLiteResource } from './SiteLiteResource';
13
- import type { LabelResource } from './LabelResource';
14
13
  /**
15
14
  *
16
15
  * @export
@@ -59,12 +58,6 @@ export interface ProductChildSiteDetailLiteResource {
59
58
  * @memberof ProductChildSiteDetailLiteResource
60
59
  */
61
60
  isDisabled: boolean;
62
- /**
63
- *
64
- * @type {LabelResource}
65
- * @memberof ProductChildSiteDetailLiteResource
66
- */
67
- label: LabelResource | null;
68
61
  }
69
62
  /**
70
63
  * Check if a given object implements the ProductChildSiteDetailLiteResource interface.