@digital8/lighting-illusions-ts-sdk 0.0.1421 → 0.0.1423

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 (158) hide show
  1. package/.openapi-generator/FILES +18 -56
  2. package/README.md +16 -41
  3. package/dist/apis/LabelApi.d.ts +109 -0
  4. package/dist/apis/LabelApi.js +433 -0
  5. package/dist/apis/SupplierApi.d.ts +1 -33
  6. package/dist/apis/SupplierApi.js +0 -122
  7. package/dist/apis/index.d.ts +1 -1
  8. package/dist/apis/index.js +1 -1
  9. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  10. package/dist/models/ExternalApiLogResource.js +3 -1
  11. package/dist/models/IndexLabelRequest.d.ts +109 -0
  12. package/dist/models/{IndexStoreRequest.js → IndexLabelRequest.js} +27 -20
  13. package/dist/models/LabelListResource.d.ts +75 -0
  14. package/dist/models/LabelListResource.js +74 -0
  15. package/dist/models/LabelListResourceArrayResponse.d.ts +33 -0
  16. package/dist/models/LabelListResourceArrayResponse.js +50 -0
  17. package/dist/models/LabelLiteResource.d.ts +56 -0
  18. package/dist/models/LabelLiteResource.js +65 -0
  19. package/dist/models/LabelLiteResourceArrayResponse.d.ts +33 -0
  20. package/dist/models/LabelLiteResourceArrayResponse.js +50 -0
  21. package/dist/models/LabelResource.d.ts +23 -4
  22. package/dist/models/LabelResource.js +19 -8
  23. package/dist/models/PaginatedLabelListResourceResponse.d.ts +40 -0
  24. package/dist/models/PaginatedLabelListResourceResponse.js +57 -0
  25. package/dist/models/StoreLabelRequest.d.ts +74 -0
  26. package/dist/models/StoreLabelRequest.js +71 -0
  27. package/dist/models/UpdateLabelRequest.d.ts +74 -0
  28. package/dist/models/UpdateLabelRequest.js +63 -0
  29. package/dist/models/index.d.ts +8 -27
  30. package/dist/models/index.js +8 -27
  31. package/docs/{IndexStoreRequest.md → IndexLabelRequest.md} +4 -6
  32. package/docs/LabelApi.md +407 -0
  33. package/docs/{StoreListResource.md → LabelListResource.md} +16 -18
  34. package/docs/{StoreListResourceArrayResponse.md → LabelListResourceArrayResponse.md} +5 -5
  35. package/docs/{StoreLiteResource.md → LabelLiteResource.md} +12 -8
  36. package/docs/{StoreLiteResourceArrayResponse.md → LabelLiteResourceArrayResponse.md} +5 -5
  37. package/docs/LabelResource.md +12 -6
  38. package/docs/{PaginatedStoreListResourceResponse.md → PaginatedLabelListResourceResponse.md} +5 -5
  39. package/docs/{AddressResource.md → StoreLabelRequest.md} +20 -22
  40. package/docs/SupplierApi.md +0 -138
  41. package/docs/{GetAllStoreRequest.md → UpdateLabelRequest.md} +19 -19
  42. package/package.json +1 -1
  43. package/src/apis/LabelApi.ts +328 -0
  44. package/src/apis/SupplierApi.ts +0 -112
  45. package/src/apis/index.ts +1 -1
  46. package/src/models/ExternalApiLogResource.ts +3 -2
  47. package/src/models/{IndexStoreRequest.ts → IndexLabelRequest.ts} +42 -39
  48. package/src/models/LabelListResource.ts +134 -0
  49. package/src/models/LabelListResourceArrayResponse.ts +73 -0
  50. package/src/models/LabelLiteResource.ts +101 -0
  51. package/src/models/LabelLiteResourceArrayResponse.ts +73 -0
  52. package/src/models/LabelResource.ts +46 -12
  53. package/src/models/PaginatedLabelListResourceResponse.ts +90 -0
  54. package/src/models/StoreLabelRequest.ts +125 -0
  55. package/src/models/UpdateLabelRequest.ts +121 -0
  56. package/src/models/index.ts +8 -27
  57. package/dist/apis/StoreApi.d.ts +0 -173
  58. package/dist/apis/StoreApi.js +0 -679
  59. package/dist/models/AddressFrontendResource.d.ts +0 -74
  60. package/dist/models/AddressFrontendResource.js +0 -75
  61. package/dist/models/AddressFrontendResourceArrayResponse.d.ts +0 -33
  62. package/dist/models/AddressFrontendResourceArrayResponse.js +0 -50
  63. package/dist/models/AddressResource.d.ts +0 -80
  64. package/dist/models/AddressResource.js +0 -81
  65. package/dist/models/AddressResourceArrayResponse.d.ts +0 -33
  66. package/dist/models/AddressResourceArrayResponse.js +0 -50
  67. package/dist/models/AttachStoresSupplierRequest.d.ts +0 -32
  68. package/dist/models/AttachStoresSupplierRequest.js +0 -51
  69. package/dist/models/AttachSuppliersStoreRequest.d.ts +0 -32
  70. package/dist/models/AttachSuppliersStoreRequest.js +0 -51
  71. package/dist/models/DetachStoresSupplierRequest.d.ts +0 -32
  72. package/dist/models/DetachStoresSupplierRequest.js +0 -51
  73. package/dist/models/DetachSuppliersStoreRequest.d.ts +0 -32
  74. package/dist/models/DetachSuppliersStoreRequest.js +0 -51
  75. package/dist/models/GetAllStoreRequest.d.ts +0 -93
  76. package/dist/models/GetAllStoreRequest.js +0 -81
  77. package/dist/models/IndexStoreRequest.d.ts +0 -105
  78. package/dist/models/PaginatedStoreListResourceResponse.d.ts +0 -40
  79. package/dist/models/PaginatedStoreListResourceResponse.js +0 -57
  80. package/dist/models/StoreFrontendResource.d.ts +0 -98
  81. package/dist/models/StoreFrontendResource.js +0 -89
  82. package/dist/models/StoreFrontendResourceArrayResponse.d.ts +0 -33
  83. package/dist/models/StoreFrontendResourceArrayResponse.js +0 -50
  84. package/dist/models/StoreListResource.d.ts +0 -81
  85. package/dist/models/StoreListResource.js +0 -80
  86. package/dist/models/StoreListResourceArrayResponse.d.ts +0 -33
  87. package/dist/models/StoreListResourceArrayResponse.js +0 -50
  88. package/dist/models/StoreLiteResource.d.ts +0 -45
  89. package/dist/models/StoreLiteResource.js +0 -58
  90. package/dist/models/StoreLiteResourceArrayResponse.d.ts +0 -33
  91. package/dist/models/StoreLiteResourceArrayResponse.js +0 -50
  92. package/dist/models/StoreResource.d.ts +0 -100
  93. package/dist/models/StoreResource.js +0 -93
  94. package/dist/models/StoreResourceArrayResponse.d.ts +0 -33
  95. package/dist/models/StoreResourceArrayResponse.js +0 -50
  96. package/dist/models/StoreSpecialDateFrontendResource.d.ts +0 -68
  97. package/dist/models/StoreSpecialDateFrontendResource.js +0 -71
  98. package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.d.ts +0 -33
  99. package/dist/models/StoreSpecialDateFrontendResourceArrayResponse.js +0 -50
  100. package/dist/models/StoreSpecialDateResource.d.ts +0 -68
  101. package/dist/models/StoreSpecialDateResource.js +0 -73
  102. package/dist/models/StoreSpecialDateResourceArrayResponse.d.ts +0 -33
  103. package/dist/models/StoreSpecialDateResourceArrayResponse.js +0 -50
  104. package/dist/models/StoreStoreRequest.d.ts +0 -177
  105. package/dist/models/StoreStoreRequest.js +0 -124
  106. package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +0 -62
  107. package/dist/models/StoreStoreRequestSpecialDatesInner.js +0 -61
  108. package/dist/models/StoreStoreSpecialDateRequest.d.ts +0 -62
  109. package/dist/models/StoreStoreSpecialDateRequest.js +0 -61
  110. package/dist/models/UpdateStoreRequest.d.ts +0 -164
  111. package/dist/models/UpdateStoreRequest.js +0 -119
  112. package/docs/AddressFrontendResource.md +0 -48
  113. package/docs/AddressFrontendResourceArrayResponse.md +0 -34
  114. package/docs/AddressResourceArrayResponse.md +0 -34
  115. package/docs/AttachStoresSupplierRequest.md +0 -34
  116. package/docs/AttachSuppliersStoreRequest.md +0 -34
  117. package/docs/DetachStoresSupplierRequest.md +0 -34
  118. package/docs/DetachSuppliersStoreRequest.md +0 -34
  119. package/docs/StoreApi.md +0 -683
  120. package/docs/StoreFrontendResource.md +0 -56
  121. package/docs/StoreFrontendResourceArrayResponse.md +0 -34
  122. package/docs/StoreResource.md +0 -56
  123. package/docs/StoreResourceArrayResponse.md +0 -34
  124. package/docs/StoreSpecialDateFrontendResource.md +0 -46
  125. package/docs/StoreSpecialDateFrontendResourceArrayResponse.md +0 -34
  126. package/docs/StoreSpecialDateResource.md +0 -46
  127. package/docs/StoreSpecialDateResourceArrayResponse.md +0 -34
  128. package/docs/StoreStoreRequest.md +0 -82
  129. package/docs/StoreStoreRequestSpecialDatesInner.md +0 -44
  130. package/docs/StoreStoreSpecialDateRequest.md +0 -44
  131. package/docs/UpdateStoreRequest.md +0 -78
  132. package/src/apis/StoreApi.ts +0 -563
  133. package/src/models/AddressFrontendResource.ts +0 -127
  134. package/src/models/AddressFrontendResourceArrayResponse.ts +0 -73
  135. package/src/models/AddressResource.ts +0 -137
  136. package/src/models/AddressResourceArrayResponse.ts +0 -73
  137. package/src/models/AttachStoresSupplierRequest.ts +0 -66
  138. package/src/models/AttachSuppliersStoreRequest.ts +0 -66
  139. package/src/models/DetachStoresSupplierRequest.ts +0 -66
  140. package/src/models/DetachSuppliersStoreRequest.ts +0 -66
  141. package/src/models/GetAllStoreRequest.ts +0 -144
  142. package/src/models/PaginatedStoreListResourceResponse.ts +0 -90
  143. package/src/models/StoreFrontendResource.ts +0 -162
  144. package/src/models/StoreFrontendResourceArrayResponse.ts +0 -73
  145. package/src/models/StoreListResource.ts +0 -144
  146. package/src/models/StoreListResourceArrayResponse.ts +0 -73
  147. package/src/models/StoreLiteResource.ts +0 -91
  148. package/src/models/StoreLiteResourceArrayResponse.ts +0 -73
  149. package/src/models/StoreResource.ts +0 -178
  150. package/src/models/StoreResourceArrayResponse.ts +0 -73
  151. package/src/models/StoreSpecialDateFrontendResource.ts +0 -118
  152. package/src/models/StoreSpecialDateFrontendResourceArrayResponse.ts +0 -73
  153. package/src/models/StoreSpecialDateResource.ts +0 -119
  154. package/src/models/StoreSpecialDateResourceArrayResponse.ts +0 -73
  155. package/src/models/StoreStoreRequest.ts +0 -278
  156. package/src/models/StoreStoreRequestSpecialDatesInner.ts +0 -106
  157. package/src/models/StoreStoreSpecialDateRequest.ts +0 -106
  158. package/src/models/UpdateStoreRequest.ts +0 -254
@@ -2,10 +2,6 @@
2
2
  .npmignore
3
3
  .openapi-generator-ignore
4
4
  README.md
5
- docs/AddressFrontendResource.md
6
- docs/AddressFrontendResourceArrayResponse.md
7
- docs/AddressResource.md
8
- docs/AddressResourceArrayResponse.md
9
5
  docs/AdminApi.md
10
6
  docs/AssetApi.md
11
7
  docs/AssetFileForUploadResource.md
@@ -31,8 +27,6 @@ docs/AttachDocumentsProductChildRequestDocumentsInner.md
31
27
  docs/AttachDocumentsProductRangeRequest.md
32
28
  docs/AttachProductTypeAttributeRequest.md
33
29
  docs/AttachProductsProductCategoryRequest.md
34
- docs/AttachStoresSupplierRequest.md
35
- docs/AttachSuppliersStoreRequest.md
36
30
  docs/AttributeApi.md
37
31
  docs/AttributeFieldType.md
38
32
  docs/AttributeListResource.md
@@ -72,8 +66,6 @@ docs/DetachDocumentablesDocumentRequestDocumentablesInner.md
72
66
  docs/DetachDocumentsProductChildRequest.md
73
67
  docs/DetachDocumentsProductRangeRequest.md
74
68
  docs/DetachProductsProductCategoryRequest.md
75
- docs/DetachStoresSupplierRequest.md
76
- docs/DetachSuppliersStoreRequest.md
77
69
  docs/DocumentApi.md
78
70
  docs/DocumentFileForUploadResource.md
79
71
  docs/DocumentFileForUploadResourceArrayResponse.md
@@ -102,7 +94,6 @@ docs/GetAllProductChildRequest.md
102
94
  docs/GetAllProductRangeRequest.md
103
95
  docs/GetAllProductRequest.md
104
96
  docs/GetAllProductTypeRequest.md
105
- docs/GetAllStoreRequest.md
106
97
  docs/GetAllSupplierRequest.md
107
98
  docs/GetHierarchyProductCategoryRequest.md
108
99
  docs/GetUniqueEndpointsExternalApiLogRequest.md
@@ -122,6 +113,7 @@ docs/IndexAttributeValueRequest.md
122
113
  docs/IndexDefinitionRequest.md
123
114
  docs/IndexDocumentRequest.md
124
115
  docs/IndexExternalApiLogRequest.md
116
+ docs/IndexLabelRequest.md
125
117
  docs/IndexModelAttributeRequest.md
126
118
  docs/IndexOverlayTemplateRequest.md
127
119
  docs/IndexProductCategoryRequest.md
@@ -131,9 +123,13 @@ docs/IndexProductRequest.md
131
123
  docs/IndexProductTypeRequest.md
132
124
  docs/IndexSiteNotificationRequest.md
133
125
  docs/IndexSiteRequest.md
134
- docs/IndexStoreRequest.md
135
126
  docs/IndexSupplierRequest.md
136
127
  docs/IndexTagRequest.md
128
+ docs/LabelApi.md
129
+ docs/LabelListResource.md
130
+ docs/LabelListResourceArrayResponse.md
131
+ docs/LabelLiteResource.md
132
+ docs/LabelLiteResourceArrayResponse.md
137
133
  docs/LabelResource.md
138
134
  docs/LabelResourceArrayResponse.md
139
135
  docs/ModelAttributeListResource.md
@@ -164,6 +160,7 @@ docs/PaginatedDocumentResourceResponse.md
164
160
  docs/PaginatedExternalApiLogListResourceResponse.md
165
161
  docs/PaginatedExternalApiLogResourceResponse.md
166
162
  docs/PaginatedGoogleCategoryResourceResponse.md
163
+ docs/PaginatedLabelListResourceResponse.md
167
164
  docs/PaginatedModelAttributeListResourceResponse.md
168
165
  docs/PaginatedOverlayTemplateListResourceResponse.md
169
166
  docs/PaginatedOverlayTemplateLiteResourceResponse.md
@@ -192,7 +189,6 @@ docs/PaginatedSiteLiteResourceResponse.md
192
189
  docs/PaginatedSiteNotificationListResourceResponse.md
193
190
  docs/PaginatedSiteNotificationResourceResponse.md
194
191
  docs/PaginatedSiteResourceResponse.md
195
- docs/PaginatedStoreListResourceResponse.md
196
192
  docs/PaginatedSupplierFrontendResourceResponse.md
197
193
  docs/PaginatedSupplierListResourceResponse.md
198
194
  docs/PaginatedSupplierLiteResourceResponse.md
@@ -302,7 +298,6 @@ docs/SitePaymentConfigResource.md
302
298
  docs/SitePaymentConfigResourceArrayResponse.md
303
299
  docs/SiteResource.md
304
300
  docs/SiteResourceArrayResponse.md
305
- docs/StoreApi.md
306
301
  docs/StoreAssetFileRequest.md
307
302
  docs/StoreAssetForAssetableRequest.md
308
303
  docs/StoreAttributeRequest.md
@@ -310,12 +305,7 @@ docs/StoreAttributeValueRequest.md
310
305
  docs/StoreDefinitionRequest.md
311
306
  docs/StoreDocumentFileRequest.md
312
307
  docs/StoreDocumentRequest.md
313
- docs/StoreFrontendResource.md
314
- docs/StoreFrontendResourceArrayResponse.md
315
- docs/StoreListResource.md
316
- docs/StoreListResourceArrayResponse.md
317
- docs/StoreLiteResource.md
318
- docs/StoreLiteResourceArrayResponse.md
308
+ docs/StoreLabelRequest.md
319
309
  docs/StoreOverlayTemplateAssetRequest.md
320
310
  docs/StoreOverlayTemplateRequest.md
321
311
  docs/StoreProductCategoryRequest.md
@@ -331,16 +321,7 @@ docs/StoreProductRangeRequestSitesInner.md
331
321
  docs/StoreProductRequest.md
332
322
  docs/StoreProductRequestCategoriesInner.md
333
323
  docs/StoreProductTypeRequest.md
334
- docs/StoreResource.md
335
- docs/StoreResourceArrayResponse.md
336
324
  docs/StoreSiteNotificationRequest.md
337
- docs/StoreSpecialDateFrontendResource.md
338
- docs/StoreSpecialDateFrontendResourceArrayResponse.md
339
- docs/StoreSpecialDateResource.md
340
- docs/StoreSpecialDateResourceArrayResponse.md
341
- docs/StoreStoreRequest.md
342
- docs/StoreStoreRequestSpecialDatesInner.md
343
- docs/StoreStoreSpecialDateRequest.md
344
325
  docs/StoreSupplierRequest.md
345
326
  docs/StoreTagRequest.md
346
327
  docs/SupplierApi.md
@@ -369,6 +350,7 @@ docs/UpdateDefinitionRequest.md
369
350
  docs/UpdateDocumentRequest.md
370
351
  docs/UpdateFilterOrderAttributeRequest.md
371
352
  docs/UpdateFilterOrderAttributeRequestValuesInner.md
353
+ docs/UpdateLabelRequest.md
372
354
  docs/UpdateModelAttributeRequest.md
373
355
  docs/UpdateOverlayTemplateAssetRequest.md
374
356
  docs/UpdateOverlayTemplateRequest.md
@@ -381,7 +363,6 @@ docs/UpdateProductRequest.md
381
363
  docs/UpdateProductTypeRequest.md
382
364
  docs/UpdateSiteNotificationRequest.md
383
365
  docs/UpdateSiteRequest.md
384
- docs/UpdateStoreRequest.md
385
366
  docs/UpdateSupplierRequest.md
386
367
  docs/UpdateTagRequest.md
387
368
  docs/WishlistCheckResource.md
@@ -396,21 +377,17 @@ src/apis/DefinitionApi.ts
396
377
  src/apis/DocumentApi.ts
397
378
  src/apis/ExternalApiLogApi.ts
398
379
  src/apis/GoogleCategoryApi.ts
380
+ src/apis/LabelApi.ts
399
381
  src/apis/OverlayTemplateApi.ts
400
382
  src/apis/ProductApi.ts
401
383
  src/apis/ProductCategoryApi.ts
402
384
  src/apis/ProductRangeApi.ts
403
385
  src/apis/ProductTypeApi.ts
404
386
  src/apis/SiteApi.ts
405
- src/apis/StoreApi.ts
406
387
  src/apis/SupplierApi.ts
407
388
  src/apis/TagApi.ts
408
389
  src/apis/index.ts
409
390
  src/index.ts
410
- src/models/AddressFrontendResource.ts
411
- src/models/AddressFrontendResourceArrayResponse.ts
412
- src/models/AddressResource.ts
413
- src/models/AddressResourceArrayResponse.ts
414
391
  src/models/AssetFileForUploadResource.ts
415
392
  src/models/AssetFileForUploadResourceArrayResponse.ts
416
393
  src/models/AssetFrontendResource.ts
@@ -434,8 +411,6 @@ src/models/AttachDocumentsProductChildRequestDocumentsInner.ts
434
411
  src/models/AttachDocumentsProductRangeRequest.ts
435
412
  src/models/AttachProductTypeAttributeRequest.ts
436
413
  src/models/AttachProductsProductCategoryRequest.ts
437
- src/models/AttachStoresSupplierRequest.ts
438
- src/models/AttachSuppliersStoreRequest.ts
439
414
  src/models/AttributeFieldType.ts
440
415
  src/models/AttributeListResource.ts
441
416
  src/models/AttributeListResourceArrayResponse.ts
@@ -473,8 +448,6 @@ src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts
473
448
  src/models/DetachDocumentsProductChildRequest.ts
474
449
  src/models/DetachDocumentsProductRangeRequest.ts
475
450
  src/models/DetachProductsProductCategoryRequest.ts
476
- src/models/DetachStoresSupplierRequest.ts
477
- src/models/DetachSuppliersStoreRequest.ts
478
451
  src/models/DocumentFileForUploadResource.ts
479
452
  src/models/DocumentFileForUploadResourceArrayResponse.ts
480
453
  src/models/DocumentFrontendResource.ts
@@ -501,7 +474,6 @@ src/models/GetAllProductChildRequest.ts
501
474
  src/models/GetAllProductRangeRequest.ts
502
475
  src/models/GetAllProductRequest.ts
503
476
  src/models/GetAllProductTypeRequest.ts
504
- src/models/GetAllStoreRequest.ts
505
477
  src/models/GetAllSupplierRequest.ts
506
478
  src/models/GetHierarchyProductCategoryRequest.ts
507
479
  src/models/GetUniqueEndpointsExternalApiLogRequest.ts
@@ -520,6 +492,7 @@ src/models/IndexAttributeValueRequest.ts
520
492
  src/models/IndexDefinitionRequest.ts
521
493
  src/models/IndexDocumentRequest.ts
522
494
  src/models/IndexExternalApiLogRequest.ts
495
+ src/models/IndexLabelRequest.ts
523
496
  src/models/IndexModelAttributeRequest.ts
524
497
  src/models/IndexOverlayTemplateRequest.ts
525
498
  src/models/IndexProductCategoryRequest.ts
@@ -529,9 +502,12 @@ src/models/IndexProductRequest.ts
529
502
  src/models/IndexProductTypeRequest.ts
530
503
  src/models/IndexSiteNotificationRequest.ts
531
504
  src/models/IndexSiteRequest.ts
532
- src/models/IndexStoreRequest.ts
533
505
  src/models/IndexSupplierRequest.ts
534
506
  src/models/IndexTagRequest.ts
507
+ src/models/LabelListResource.ts
508
+ src/models/LabelListResourceArrayResponse.ts
509
+ src/models/LabelLiteResource.ts
510
+ src/models/LabelLiteResourceArrayResponse.ts
535
511
  src/models/LabelResource.ts
536
512
  src/models/LabelResourceArrayResponse.ts
537
513
  src/models/ModelAttributeListResource.ts
@@ -561,6 +537,7 @@ src/models/PaginatedDocumentResourceResponse.ts
561
537
  src/models/PaginatedExternalApiLogListResourceResponse.ts
562
538
  src/models/PaginatedExternalApiLogResourceResponse.ts
563
539
  src/models/PaginatedGoogleCategoryResourceResponse.ts
540
+ src/models/PaginatedLabelListResourceResponse.ts
564
541
  src/models/PaginatedModelAttributeListResourceResponse.ts
565
542
  src/models/PaginatedOverlayTemplateListResourceResponse.ts
566
543
  src/models/PaginatedOverlayTemplateLiteResourceResponse.ts
@@ -589,7 +566,6 @@ src/models/PaginatedSiteLiteResourceResponse.ts
589
566
  src/models/PaginatedSiteNotificationListResourceResponse.ts
590
567
  src/models/PaginatedSiteNotificationResourceResponse.ts
591
568
  src/models/PaginatedSiteResourceResponse.ts
592
- src/models/PaginatedStoreListResourceResponse.ts
593
569
  src/models/PaginatedSupplierFrontendResourceResponse.ts
594
570
  src/models/PaginatedSupplierListResourceResponse.ts
595
571
  src/models/PaginatedSupplierLiteResourceResponse.ts
@@ -701,12 +677,7 @@ src/models/StoreAttributeValueRequest.ts
701
677
  src/models/StoreDefinitionRequest.ts
702
678
  src/models/StoreDocumentFileRequest.ts
703
679
  src/models/StoreDocumentRequest.ts
704
- src/models/StoreFrontendResource.ts
705
- src/models/StoreFrontendResourceArrayResponse.ts
706
- src/models/StoreListResource.ts
707
- src/models/StoreListResourceArrayResponse.ts
708
- src/models/StoreLiteResource.ts
709
- src/models/StoreLiteResourceArrayResponse.ts
680
+ src/models/StoreLabelRequest.ts
710
681
  src/models/StoreOverlayTemplateAssetRequest.ts
711
682
  src/models/StoreOverlayTemplateRequest.ts
712
683
  src/models/StoreProductCategoryRequest.ts
@@ -722,16 +693,7 @@ src/models/StoreProductRangeRequestSitesInner.ts
722
693
  src/models/StoreProductRequest.ts
723
694
  src/models/StoreProductRequestCategoriesInner.ts
724
695
  src/models/StoreProductTypeRequest.ts
725
- src/models/StoreResource.ts
726
- src/models/StoreResourceArrayResponse.ts
727
696
  src/models/StoreSiteNotificationRequest.ts
728
- src/models/StoreSpecialDateFrontendResource.ts
729
- src/models/StoreSpecialDateFrontendResourceArrayResponse.ts
730
- src/models/StoreSpecialDateResource.ts
731
- src/models/StoreSpecialDateResourceArrayResponse.ts
732
- src/models/StoreStoreRequest.ts
733
- src/models/StoreStoreRequestSpecialDatesInner.ts
734
- src/models/StoreStoreSpecialDateRequest.ts
735
697
  src/models/StoreSupplierRequest.ts
736
698
  src/models/StoreTagRequest.ts
737
699
  src/models/SupplierFrontendResource.ts
@@ -758,6 +720,7 @@ src/models/UpdateDefinitionRequest.ts
758
720
  src/models/UpdateDocumentRequest.ts
759
721
  src/models/UpdateFilterOrderAttributeRequest.ts
760
722
  src/models/UpdateFilterOrderAttributeRequestValuesInner.ts
723
+ src/models/UpdateLabelRequest.ts
761
724
  src/models/UpdateModelAttributeRequest.ts
762
725
  src/models/UpdateOverlayTemplateAssetRequest.ts
763
726
  src/models/UpdateOverlayTemplateRequest.ts
@@ -770,7 +733,6 @@ src/models/UpdateProductRequest.ts
770
733
  src/models/UpdateProductTypeRequest.ts
771
734
  src/models/UpdateSiteNotificationRequest.ts
772
735
  src/models/UpdateSiteRequest.ts
773
- src/models/UpdateStoreRequest.ts
774
736
  src/models/UpdateSupplierRequest.ts
775
737
  src/models/UpdateTagRequest.ts
776
738
  src/models/WishlistCheckResource.ts
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @digital8/lighting-illusions-ts-sdk@0.0.1421
1
+ # @digital8/lighting-illusions-ts-sdk@0.0.1423
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -92,6 +92,12 @@ All URIs are relative to *http://localhost/api*
92
92
  *ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#getuniqueendpointsexternalapilogoperation) | **POST** /admin-api/external-api-log/endpoints | Auto-generated: getUniqueEndpointsExternalApiLog
93
93
  *ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#indexexternalapilogoperation) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog
94
94
  *GoogleCategoryApi* | [**getAllGoogleCategory**](docs/GoogleCategoryApi.md#getallgooglecategoryoperation) | **POST** /admin-api/google-category/all | Auto-generated: getAllGoogleCategory
95
+ *LabelApi* | [**destroyLabel**](docs/LabelApi.md#destroylabel) | **DELETE** /admin-api/label/{label}/delete | Auto-generated: destroyLabel
96
+ *LabelApi* | [**getAllLabel**](docs/LabelApi.md#getalllabel) | **POST** /admin-api/label/all | Auto-generated: getAllLabel
97
+ *LabelApi* | [**indexLabel**](docs/LabelApi.md#indexlabeloperation) | **POST** /admin-api/label/list | Auto-generated: indexLabel
98
+ *LabelApi* | [**showLabel**](docs/LabelApi.md#showlabel) | **GET** /admin-api/label/{label} | Auto-generated: showLabel
99
+ *LabelApi* | [**storeLabel**](docs/LabelApi.md#storelabeloperation) | **POST** /admin-api/label/create | Auto-generated: storeLabel
100
+ *LabelApi* | [**updateLabel**](docs/LabelApi.md#updatelabeloperation) | **PUT** /admin-api/label/{label}/update | Auto-generated: updateLabel
95
101
  *OverlayTemplateApi* | [**attachAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#attachassetsoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate
96
102
  *OverlayTemplateApi* | [**destroyOverlayTemplate**](docs/OverlayTemplateApi.md#destroyoverlaytemplate) | **DELETE** /admin-api/overlay-template/{overlayTemplate}/delete | Auto-generated: destroyOverlayTemplate
97
103
  *OverlayTemplateApi* | [**destroyOverlayTemplateAsset**](docs/OverlayTemplateApi.md#destroyoverlaytemplateasset) | **DELETE** /admin-api/overlay-template/asset/{overlayTemplateAsset}/delete | Auto-generated: destroyOverlayTemplateAsset
@@ -173,19 +179,7 @@ All URIs are relative to *http://localhost/api*
173
179
  *SiteApi* | [**storeSiteNotification**](docs/SiteApi.md#storesitenotificationoperation) | **POST** /admin-api/site/notification/create | Auto-generated: storeSiteNotification
174
180
  *SiteApi* | [**updateSite**](docs/SiteApi.md#updatesiteoperation) | **PUT** /admin-api/site/{site}/update | Auto-generated: updateSite
175
181
  *SiteApi* | [**updateSiteNotification**](docs/SiteApi.md#updatesitenotificationoperation) | **PUT** /admin-api/site/notification/{siteNotification}/update | Auto-generated: updateSiteNotification
176
- *StoreApi* | [**attachSuppliersStore**](docs/StoreApi.md#attachsuppliersstoreoperation) | **POST** /admin-api/store/{store}/attach-suppliers | Auto-generated: attachSuppliersStore
177
- *StoreApi* | [**destroyStore**](docs/StoreApi.md#destroystore) | **DELETE** /admin-api/store/{store}/delete | Auto-generated: destroyStore
178
- *StoreApi* | [**destroyStoreSpecialDate**](docs/StoreApi.md#destroystorespecialdate) | **DELETE** /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: destroyStoreSpecialDate
179
- *StoreApi* | [**detachSuppliersStore**](docs/StoreApi.md#detachsuppliersstoreoperation) | **POST** /admin-api/store/{store}/detach-suppliers | Auto-generated: detachSuppliersStore
180
- *StoreApi* | [**getAllStore**](docs/StoreApi.md#getallstoreoperation) | **POST** /admin-api/store/all | Auto-generated: getAllStore
181
- *StoreApi* | [**indexStore**](docs/StoreApi.md#indexstoreoperation) | **POST** /admin-api/store/list | Auto-generated: indexStore
182
- *StoreApi* | [**showStore**](docs/StoreApi.md#showstore) | **GET** /admin-api/store/{store} | Auto-generated: showStore
183
- *StoreApi* | [**storeStore**](docs/StoreApi.md#storestoreoperation) | **POST** /admin-api/store/create | Auto-generated: storeStore
184
- *StoreApi* | [**storeStoreSpecialDate**](docs/StoreApi.md#storestorespecialdateoperation) | **POST** /admin-api/store/{store}/special-dates | Auto-generated: storeStoreSpecialDate
185
- *StoreApi* | [**updateStore**](docs/StoreApi.md#updatestoreoperation) | **PUT** /admin-api/store/{store}/update | Auto-generated: updateStore
186
- *SupplierApi* | [**attachStoresSupplier**](docs/SupplierApi.md#attachstoressupplieroperation) | **POST** /admin-api/supplier/{supplier}/attach-stores | Auto-generated: attachStoresSupplier
187
182
  *SupplierApi* | [**destroySupplier**](docs/SupplierApi.md#destroysupplier) | **DELETE** /admin-api/supplier/{supplier}/delete | Auto-generated: destroySupplier
188
- *SupplierApi* | [**detachStoresSupplier**](docs/SupplierApi.md#detachstoressupplieroperation) | **POST** /admin-api/supplier/{supplier}/detach-stores | Auto-generated: detachStoresSupplier
189
183
  *SupplierApi* | [**exportSupplier**](docs/SupplierApi.md#exportsupplier) | **POST** /admin-api/supplier/export | Auto-generated: exportSupplier
190
184
  *SupplierApi* | [**getAllSupplier**](docs/SupplierApi.md#getallsupplieroperation) | **POST** /admin-api/supplier/all | Auto-generated: getAllSupplier
191
185
  *SupplierApi* | [**importSupplier**](docs/SupplierApi.md#importsupplier) | **POST** /admin-api/supplier/import | Auto-generated: importSupplier
@@ -205,10 +199,6 @@ All URIs are relative to *http://localhost/api*
205
199
 
206
200
  ### Models
207
201
 
208
- - [AddressFrontendResource](docs/AddressFrontendResource.md)
209
- - [AddressFrontendResourceArrayResponse](docs/AddressFrontendResourceArrayResponse.md)
210
- - [AddressResource](docs/AddressResource.md)
211
- - [AddressResourceArrayResponse](docs/AddressResourceArrayResponse.md)
212
202
  - [AssetFileForUploadResource](docs/AssetFileForUploadResource.md)
213
203
  - [AssetFileForUploadResourceArrayResponse](docs/AssetFileForUploadResourceArrayResponse.md)
214
204
  - [AssetFrontendResource](docs/AssetFrontendResource.md)
@@ -232,8 +222,6 @@ All URIs are relative to *http://localhost/api*
232
222
  - [AttachDocumentsProductRangeRequest](docs/AttachDocumentsProductRangeRequest.md)
233
223
  - [AttachProductTypeAttributeRequest](docs/AttachProductTypeAttributeRequest.md)
234
224
  - [AttachProductsProductCategoryRequest](docs/AttachProductsProductCategoryRequest.md)
235
- - [AttachStoresSupplierRequest](docs/AttachStoresSupplierRequest.md)
236
- - [AttachSuppliersStoreRequest](docs/AttachSuppliersStoreRequest.md)
237
225
  - [AttributeFieldType](docs/AttributeFieldType.md)
238
226
  - [AttributeListResource](docs/AttributeListResource.md)
239
227
  - [AttributeListResourceArrayResponse](docs/AttributeListResourceArrayResponse.md)
@@ -271,8 +259,6 @@ All URIs are relative to *http://localhost/api*
271
259
  - [DetachDocumentsProductChildRequest](docs/DetachDocumentsProductChildRequest.md)
272
260
  - [DetachDocumentsProductRangeRequest](docs/DetachDocumentsProductRangeRequest.md)
273
261
  - [DetachProductsProductCategoryRequest](docs/DetachProductsProductCategoryRequest.md)
274
- - [DetachStoresSupplierRequest](docs/DetachStoresSupplierRequest.md)
275
- - [DetachSuppliersStoreRequest](docs/DetachSuppliersStoreRequest.md)
276
262
  - [DocumentFileForUploadResource](docs/DocumentFileForUploadResource.md)
277
263
  - [DocumentFileForUploadResourceArrayResponse](docs/DocumentFileForUploadResourceArrayResponse.md)
278
264
  - [DocumentFrontendResource](docs/DocumentFrontendResource.md)
@@ -299,7 +285,6 @@ All URIs are relative to *http://localhost/api*
299
285
  - [GetAllProductRangeRequest](docs/GetAllProductRangeRequest.md)
300
286
  - [GetAllProductRequest](docs/GetAllProductRequest.md)
301
287
  - [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
302
- - [GetAllStoreRequest](docs/GetAllStoreRequest.md)
303
288
  - [GetAllSupplierRequest](docs/GetAllSupplierRequest.md)
304
289
  - [GetHierarchyProductCategoryRequest](docs/GetHierarchyProductCategoryRequest.md)
305
290
  - [GetUniqueEndpointsExternalApiLogRequest](docs/GetUniqueEndpointsExternalApiLogRequest.md)
@@ -318,6 +303,7 @@ All URIs are relative to *http://localhost/api*
318
303
  - [IndexDefinitionRequest](docs/IndexDefinitionRequest.md)
319
304
  - [IndexDocumentRequest](docs/IndexDocumentRequest.md)
320
305
  - [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
306
+ - [IndexLabelRequest](docs/IndexLabelRequest.md)
321
307
  - [IndexModelAttributeRequest](docs/IndexModelAttributeRequest.md)
322
308
  - [IndexOverlayTemplateRequest](docs/IndexOverlayTemplateRequest.md)
323
309
  - [IndexProductCategoryRequest](docs/IndexProductCategoryRequest.md)
@@ -327,9 +313,12 @@ All URIs are relative to *http://localhost/api*
327
313
  - [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
328
314
  - [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
329
315
  - [IndexSiteRequest](docs/IndexSiteRequest.md)
330
- - [IndexStoreRequest](docs/IndexStoreRequest.md)
331
316
  - [IndexSupplierRequest](docs/IndexSupplierRequest.md)
332
317
  - [IndexTagRequest](docs/IndexTagRequest.md)
318
+ - [LabelListResource](docs/LabelListResource.md)
319
+ - [LabelListResourceArrayResponse](docs/LabelListResourceArrayResponse.md)
320
+ - [LabelLiteResource](docs/LabelLiteResource.md)
321
+ - [LabelLiteResourceArrayResponse](docs/LabelLiteResourceArrayResponse.md)
333
322
  - [LabelResource](docs/LabelResource.md)
334
323
  - [LabelResourceArrayResponse](docs/LabelResourceArrayResponse.md)
335
324
  - [ModelAttributeListResource](docs/ModelAttributeListResource.md)
@@ -359,6 +348,7 @@ All URIs are relative to *http://localhost/api*
359
348
  - [PaginatedExternalApiLogListResourceResponse](docs/PaginatedExternalApiLogListResourceResponse.md)
360
349
  - [PaginatedExternalApiLogResourceResponse](docs/PaginatedExternalApiLogResourceResponse.md)
361
350
  - [PaginatedGoogleCategoryResourceResponse](docs/PaginatedGoogleCategoryResourceResponse.md)
351
+ - [PaginatedLabelListResourceResponse](docs/PaginatedLabelListResourceResponse.md)
362
352
  - [PaginatedModelAttributeListResourceResponse](docs/PaginatedModelAttributeListResourceResponse.md)
363
353
  - [PaginatedOverlayTemplateListResourceResponse](docs/PaginatedOverlayTemplateListResourceResponse.md)
364
354
  - [PaginatedOverlayTemplateLiteResourceResponse](docs/PaginatedOverlayTemplateLiteResourceResponse.md)
@@ -387,7 +377,6 @@ All URIs are relative to *http://localhost/api*
387
377
  - [PaginatedSiteNotificationListResourceResponse](docs/PaginatedSiteNotificationListResourceResponse.md)
388
378
  - [PaginatedSiteNotificationResourceResponse](docs/PaginatedSiteNotificationResourceResponse.md)
389
379
  - [PaginatedSiteResourceResponse](docs/PaginatedSiteResourceResponse.md)
390
- - [PaginatedStoreListResourceResponse](docs/PaginatedStoreListResourceResponse.md)
391
380
  - [PaginatedSupplierFrontendResourceResponse](docs/PaginatedSupplierFrontendResourceResponse.md)
392
381
  - [PaginatedSupplierListResourceResponse](docs/PaginatedSupplierListResourceResponse.md)
393
382
  - [PaginatedSupplierLiteResourceResponse](docs/PaginatedSupplierLiteResourceResponse.md)
@@ -499,12 +488,7 @@ All URIs are relative to *http://localhost/api*
499
488
  - [StoreDefinitionRequest](docs/StoreDefinitionRequest.md)
500
489
  - [StoreDocumentFileRequest](docs/StoreDocumentFileRequest.md)
501
490
  - [StoreDocumentRequest](docs/StoreDocumentRequest.md)
502
- - [StoreFrontendResource](docs/StoreFrontendResource.md)
503
- - [StoreFrontendResourceArrayResponse](docs/StoreFrontendResourceArrayResponse.md)
504
- - [StoreListResource](docs/StoreListResource.md)
505
- - [StoreListResourceArrayResponse](docs/StoreListResourceArrayResponse.md)
506
- - [StoreLiteResource](docs/StoreLiteResource.md)
507
- - [StoreLiteResourceArrayResponse](docs/StoreLiteResourceArrayResponse.md)
491
+ - [StoreLabelRequest](docs/StoreLabelRequest.md)
508
492
  - [StoreOverlayTemplateAssetRequest](docs/StoreOverlayTemplateAssetRequest.md)
509
493
  - [StoreOverlayTemplateRequest](docs/StoreOverlayTemplateRequest.md)
510
494
  - [StoreProductCategoryRequest](docs/StoreProductCategoryRequest.md)
@@ -520,16 +504,7 @@ All URIs are relative to *http://localhost/api*
520
504
  - [StoreProductRequest](docs/StoreProductRequest.md)
521
505
  - [StoreProductRequestCategoriesInner](docs/StoreProductRequestCategoriesInner.md)
522
506
  - [StoreProductTypeRequest](docs/StoreProductTypeRequest.md)
523
- - [StoreResource](docs/StoreResource.md)
524
- - [StoreResourceArrayResponse](docs/StoreResourceArrayResponse.md)
525
507
  - [StoreSiteNotificationRequest](docs/StoreSiteNotificationRequest.md)
526
- - [StoreSpecialDateFrontendResource](docs/StoreSpecialDateFrontendResource.md)
527
- - [StoreSpecialDateFrontendResourceArrayResponse](docs/StoreSpecialDateFrontendResourceArrayResponse.md)
528
- - [StoreSpecialDateResource](docs/StoreSpecialDateResource.md)
529
- - [StoreSpecialDateResourceArrayResponse](docs/StoreSpecialDateResourceArrayResponse.md)
530
- - [StoreStoreRequest](docs/StoreStoreRequest.md)
531
- - [StoreStoreRequestSpecialDatesInner](docs/StoreStoreRequestSpecialDatesInner.md)
532
- - [StoreStoreSpecialDateRequest](docs/StoreStoreSpecialDateRequest.md)
533
508
  - [StoreSupplierRequest](docs/StoreSupplierRequest.md)
534
509
  - [StoreTagRequest](docs/StoreTagRequest.md)
535
510
  - [SupplierFrontendResource](docs/SupplierFrontendResource.md)
@@ -556,6 +531,7 @@ All URIs are relative to *http://localhost/api*
556
531
  - [UpdateDocumentRequest](docs/UpdateDocumentRequest.md)
557
532
  - [UpdateFilterOrderAttributeRequest](docs/UpdateFilterOrderAttributeRequest.md)
558
533
  - [UpdateFilterOrderAttributeRequestValuesInner](docs/UpdateFilterOrderAttributeRequestValuesInner.md)
534
+ - [UpdateLabelRequest](docs/UpdateLabelRequest.md)
559
535
  - [UpdateModelAttributeRequest](docs/UpdateModelAttributeRequest.md)
560
536
  - [UpdateOverlayTemplateAssetRequest](docs/UpdateOverlayTemplateAssetRequest.md)
561
537
  - [UpdateOverlayTemplateRequest](docs/UpdateOverlayTemplateRequest.md)
@@ -568,7 +544,6 @@ All URIs are relative to *http://localhost/api*
568
544
  - [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
569
545
  - [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
570
546
  - [UpdateSiteRequest](docs/UpdateSiteRequest.md)
571
- - [UpdateStoreRequest](docs/UpdateStoreRequest.md)
572
547
  - [UpdateSupplierRequest](docs/UpdateSupplierRequest.md)
573
548
  - [UpdateTagRequest](docs/UpdateTagRequest.md)
574
549
  - [WishlistCheckResource](docs/WishlistCheckResource.md)
@@ -588,7 +563,7 @@ and is automatically generated by the
588
563
  [OpenAPI Generator](https://openapi-generator.tech) project:
589
564
 
590
565
  - API version: `1.0.0`
591
- - Package version: `0.0.1421`
566
+ - Package version: `0.0.1423`
592
567
  - Generator version: `7.20.0`
593
568
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
594
569
 
@@ -0,0 +1,109 @@
1
+ /**
2
+ * My API
3
+ * API documentation for my Laravel app
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import type { GenericResponse, IndexLabelRequest, LabelResource, PaginatedLabelListResourceResponse, StoreLabelRequest, UpdateLabelRequest } from '../models/index';
14
+ export interface DestroyLabelRequest {
15
+ label: number;
16
+ }
17
+ export interface GetAllLabelRequest {
18
+ indexLabelRequest?: IndexLabelRequest;
19
+ }
20
+ export interface IndexLabelOperationRequest {
21
+ indexLabelRequest?: IndexLabelRequest;
22
+ }
23
+ export interface ShowLabelRequest {
24
+ label: number;
25
+ }
26
+ export interface StoreLabelOperationRequest {
27
+ storeLabelRequest?: StoreLabelRequest;
28
+ }
29
+ export interface UpdateLabelOperationRequest {
30
+ label: number;
31
+ updateLabelRequest?: UpdateLabelRequest;
32
+ }
33
+ /**
34
+ *
35
+ */
36
+ export declare class LabelApi extends runtime.BaseAPI {
37
+ /**
38
+ * Creates request options for destroyLabel without sending the request
39
+ */
40
+ destroyLabelRequestOpts(requestParameters: DestroyLabelRequest): Promise<runtime.RequestOpts>;
41
+ /**
42
+ * Auto-generated: destroyLabel
43
+ */
44
+ destroyLabelRaw(requestParameters: DestroyLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
45
+ /**
46
+ * Auto-generated: destroyLabel
47
+ */
48
+ destroyLabel(requestParameters: DestroyLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
49
+ /**
50
+ * Creates request options for getAllLabel without sending the request
51
+ */
52
+ getAllLabelRequestOpts(requestParameters: GetAllLabelRequest): Promise<runtime.RequestOpts>;
53
+ /**
54
+ * Auto-generated: getAllLabel
55
+ */
56
+ getAllLabelRaw(requestParameters: GetAllLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
57
+ /**
58
+ * Auto-generated: getAllLabel
59
+ */
60
+ getAllLabel(requestParameters?: GetAllLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
61
+ /**
62
+ * Creates request options for indexLabel without sending the request
63
+ */
64
+ indexLabelRequestOpts(requestParameters: IndexLabelOperationRequest): Promise<runtime.RequestOpts>;
65
+ /**
66
+ * Auto-generated: indexLabel
67
+ */
68
+ indexLabelRaw(requestParameters: IndexLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedLabelListResourceResponse>>;
69
+ /**
70
+ * Auto-generated: indexLabel
71
+ */
72
+ indexLabel(requestParameters?: IndexLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedLabelListResourceResponse>;
73
+ /**
74
+ * Creates request options for showLabel without sending the request
75
+ */
76
+ showLabelRequestOpts(requestParameters: ShowLabelRequest): Promise<runtime.RequestOpts>;
77
+ /**
78
+ * Auto-generated: showLabel
79
+ */
80
+ showLabelRaw(requestParameters: ShowLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LabelResource>>;
81
+ /**
82
+ * Auto-generated: showLabel
83
+ */
84
+ showLabel(requestParameters: ShowLabelRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LabelResource>;
85
+ /**
86
+ * Creates request options for storeLabel without sending the request
87
+ */
88
+ storeLabelRequestOpts(requestParameters: StoreLabelOperationRequest): Promise<runtime.RequestOpts>;
89
+ /**
90
+ * Auto-generated: storeLabel
91
+ */
92
+ storeLabelRaw(requestParameters: StoreLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LabelResource>>;
93
+ /**
94
+ * Auto-generated: storeLabel
95
+ */
96
+ storeLabel(requestParameters?: StoreLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LabelResource>;
97
+ /**
98
+ * Creates request options for updateLabel without sending the request
99
+ */
100
+ updateLabelRequestOpts(requestParameters: UpdateLabelOperationRequest): Promise<runtime.RequestOpts>;
101
+ /**
102
+ * Auto-generated: updateLabel
103
+ */
104
+ updateLabelRaw(requestParameters: UpdateLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LabelResource>>;
105
+ /**
106
+ * Auto-generated: updateLabel
107
+ */
108
+ updateLabel(requestParameters: UpdateLabelOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LabelResource>;
109
+ }