@digital8/lighting-illusions-ts-sdk 0.0.2283 → 0.0.2284
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 -70
- package/README.md +2 -48
- package/dist/apis/index.d.ts +0 -3
- package/dist/apis/index.js +0 -3
- package/dist/models/AddressFrontendResource.d.ts +1 -1
- package/dist/models/AddressFrontendResource.js +3 -1
- package/dist/models/AddressResource.d.ts +3 -3
- package/dist/models/AddressResource.js +9 -3
- package/dist/models/AddressType.d.ts +0 -2
- package/dist/models/AddressType.js +1 -3
- package/dist/models/AdminListResource.d.ts +1 -1
- package/dist/models/AdminListResource.js +1 -3
- package/dist/models/AdminLiteResource.d.ts +1 -1
- package/dist/models/AdminLiteResource.js +1 -3
- package/dist/models/AdminNoteResource.d.ts +3 -3
- package/dist/models/AdminNoteResource.js +3 -3
- package/dist/models/AdminOrderResource.d.ts +3 -3
- package/dist/models/AdminOrderResource.js +3 -3
- package/dist/models/AdminResource.d.ts +1 -7
- package/dist/models/AdminResource.js +1 -7
- package/dist/models/AdminUserLiteResource.d.ts +1 -1
- package/dist/models/AdminUserLiteResource.js +1 -3
- package/dist/models/CartResource.d.ts +3 -3
- package/dist/models/CartResource.js +3 -3
- package/dist/models/CreateAdminUserRequest.d.ts +6 -0
- package/dist/models/CreateAdminUserRequest.js +4 -0
- package/dist/models/OrderFulfillmentResource.d.ts +1 -1
- package/dist/models/OrderFulfillmentResource.js +1 -3
- package/dist/models/RoleLiteResource.d.ts +0 -6
- package/dist/models/RoleLiteResource.js +0 -4
- package/dist/models/SignUpType.d.ts +0 -3
- package/dist/models/SignUpType.js +1 -4
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +1 -3
- package/dist/models/StoreListResource.d.ts +2 -2
- package/dist/models/StoreListResource.js +6 -2
- package/dist/models/UpdateAdminUserRequest.d.ts +6 -0
- package/dist/models/UpdateAdminUserRequest.js +4 -0
- package/dist/models/index.d.ts +0 -32
- package/dist/models/index.js +0 -32
- package/docs/AdminNoteResource.md +1 -1
- package/docs/AdminOrderResource.md +1 -1
- package/docs/AdminResource.md +0 -2
- package/docs/CartResource.md +1 -1
- package/docs/CreateAdminUserRequest.md +2 -0
- package/docs/RoleLiteResource.md +0 -2
- package/docs/UpdateAdminUserRequest.md +2 -0
- package/package.json +1 -1
- package/src/apis/index.ts +0 -3
- package/src/models/AddressFrontendResource.ts +3 -2
- package/src/models/AddressResource.ts +9 -6
- package/src/models/AddressType.ts +1 -3
- package/src/models/AdminListResource.ts +2 -3
- package/src/models/AdminLiteResource.ts +2 -3
- package/src/models/AdminNoteResource.ts +10 -10
- package/src/models/AdminOrderResource.ts +11 -11
- package/src/models/AdminResource.ts +2 -12
- package/src/models/AdminUserLiteResource.ts +2 -3
- package/src/models/CartResource.ts +10 -10
- package/src/models/CreateAdminUserRequest.ts +9 -0
- package/src/models/OrderFulfillmentResource.ts +2 -3
- package/src/models/RoleLiteResource.ts +0 -9
- package/src/models/SignUpType.ts +1 -4
- package/src/models/StoreFrontendResource.ts +2 -3
- package/src/models/StoreListResource.ts +6 -4
- package/src/models/UpdateAdminUserRequest.ts +9 -0
- package/src/models/index.ts +0 -32
- package/dist/apis/AuthApi.d.ts +0 -92
- package/dist/apis/AuthApi.js +0 -369
- package/dist/apis/PermissionsApi.d.ts +0 -67
- package/dist/apis/PermissionsApi.js +0 -259
- package/dist/apis/RolesApi.d.ts +0 -116
- package/dist/apis/RolesApi.js +0 -440
- package/dist/models/AdminLoginResponseResource.d.ts +0 -39
- package/dist/models/AdminLoginResponseResource.js +0 -56
- package/dist/models/AdminLoginResponseResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminLoginResponseResourceArrayResponse.js +0 -50
- package/dist/models/CheckEmailFrontendResource.d.ts +0 -38
- package/dist/models/CheckEmailFrontendResource.js +0 -53
- package/dist/models/CheckEmailFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/CheckEmailFrontendResourceArrayResponse.js +0 -50
- package/dist/models/CreateRoleRequest.d.ts +0 -38
- package/dist/models/CreateRoleRequest.js +0 -55
- package/dist/models/CustomerAuthResponseResource.d.ts +0 -39
- package/dist/models/CustomerAuthResponseResource.js +0 -56
- package/dist/models/CustomerAuthResponseResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerAuthResponseResourceArrayResponse.js +0 -50
- package/dist/models/CustomerFrontendResource.d.ts +0 -70
- package/dist/models/CustomerFrontendResource.js +0 -75
- package/dist/models/CustomerFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerFrontendResourceArrayResponse.js +0 -50
- package/dist/models/CustomerSocialLinkableResource.d.ts +0 -38
- package/dist/models/CustomerSocialLinkableResource.js +0 -55
- package/dist/models/CustomerSocialLinkableResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerSocialLinkableResourceArrayResponse.js +0 -50
- package/dist/models/ForgotPasswordAdminRequest.d.ts +0 -32
- package/dist/models/ForgotPasswordAdminRequest.js +0 -51
- package/dist/models/LoginAdminRequest.d.ts +0 -38
- package/dist/models/LoginAdminRequest.js +0 -55
- package/dist/models/PaginatedPermissionListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPermissionListResourceResponse.js +0 -57
- package/dist/models/PaginatedPermissionLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPermissionLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedRoleListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedRoleListResourceResponse.js +0 -57
- package/dist/models/PermissionListResource.d.ts +0 -44
- package/dist/models/PermissionListResource.js +0 -55
- package/dist/models/PermissionListResourceArrayResponse.d.ts +0 -33
- package/dist/models/PermissionListResourceArrayResponse.js +0 -50
- package/dist/models/PermissionLiteResource.d.ts +0 -38
- package/dist/models/PermissionLiteResource.js +0 -53
- package/dist/models/PermissionLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/PermissionLiteResourceArrayResponse.js +0 -50
- package/dist/models/PermissionResource.d.ts +0 -56
- package/dist/models/PermissionResource.js +0 -61
- package/dist/models/PermissionResourceArrayResponse.d.ts +0 -33
- package/dist/models/PermissionResourceArrayResponse.js +0 -50
- package/dist/models/ResetPasswordAdminRequest.d.ts +0 -44
- package/dist/models/ResetPasswordAdminRequest.js +0 -59
- package/dist/models/RoleListResource.d.ts +0 -68
- package/dist/models/RoleListResource.js +0 -69
- package/dist/models/RoleListResourceArrayResponse.d.ts +0 -33
- package/dist/models/RoleListResourceArrayResponse.js +0 -50
- package/dist/models/RoleResource.d.ts +0 -75
- package/dist/models/RoleResource.js +0 -74
- package/dist/models/RoleResourceArrayResponse.d.ts +0 -33
- package/dist/models/RoleResourceArrayResponse.js +0 -50
- package/dist/models/SearchAllPermissionsRequest.d.ts +0 -79
- package/dist/models/SearchAllPermissionsRequest.js +0 -75
- package/dist/models/SearchAllRolesRequest.d.ts +0 -86
- package/dist/models/SearchAllRolesRequest.js +0 -78
- package/dist/models/SearchPermissionsRequest.d.ts +0 -91
- package/dist/models/SearchPermissionsRequest.js +0 -79
- package/dist/models/SearchRolesRequest.d.ts +0 -98
- package/dist/models/SearchRolesRequest.js +0 -82
- package/dist/models/UpdateRoleRequest.d.ts +0 -38
- package/dist/models/UpdateRoleRequest.js +0 -55
- package/docs/AdminLoginResponseResource.md +0 -36
- package/docs/AdminLoginResponseResourceArrayResponse.md +0 -34
- package/docs/AuthApi.md +0 -322
- package/docs/CheckEmailFrontendResource.md +0 -36
- package/docs/CheckEmailFrontendResourceArrayResponse.md +0 -34
- package/docs/CreateRoleRequest.md +0 -36
- package/docs/CustomerAuthResponseResource.md +0 -36
- package/docs/CustomerAuthResponseResourceArrayResponse.md +0 -34
- package/docs/CustomerFrontendResource.md +0 -46
- package/docs/CustomerFrontendResourceArrayResponse.md +0 -34
- package/docs/CustomerSocialLinkableResource.md +0 -36
- package/docs/CustomerSocialLinkableResourceArrayResponse.md +0 -34
- package/docs/ForgotPasswordAdminRequest.md +0 -34
- package/docs/LoginAdminRequest.md +0 -36
- package/docs/PaginatedPermissionListResourceResponse.md +0 -36
- package/docs/PaginatedPermissionLiteResourceResponse.md +0 -36
- package/docs/PaginatedRoleListResourceResponse.md +0 -36
- package/docs/PermissionListResource.md +0 -38
- package/docs/PermissionListResourceArrayResponse.md +0 -34
- package/docs/PermissionLiteResource.md +0 -36
- package/docs/PermissionLiteResourceArrayResponse.md +0 -34
- package/docs/PermissionResource.md +0 -42
- package/docs/PermissionResourceArrayResponse.md +0 -34
- package/docs/PermissionsApi.md +0 -206
- package/docs/ResetPasswordAdminRequest.md +0 -38
- package/docs/RoleListResource.md +0 -46
- package/docs/RoleListResourceArrayResponse.md +0 -34
- package/docs/RoleResource.md +0 -48
- package/docs/RoleResourceArrayResponse.md +0 -34
- package/docs/RolesApi.md +0 -407
- package/docs/SearchAllPermissionsRequest.md +0 -44
- package/docs/SearchAllRolesRequest.md +0 -46
- package/docs/SearchPermissionsRequest.md +0 -48
- package/docs/SearchRolesRequest.md +0 -50
- package/docs/UpdateRoleRequest.md +0 -36
- package/src/apis/AuthApi.ts +0 -258
- package/src/apis/PermissionsApi.ts +0 -184
- package/src/apis/RolesApi.ts +0 -345
- package/src/models/AdminLoginResponseResource.ts +0 -83
- package/src/models/AdminLoginResponseResourceArrayResponse.ts +0 -73
- package/src/models/CheckEmailFrontendResource.ts +0 -74
- package/src/models/CheckEmailFrontendResourceArrayResponse.ts +0 -73
- package/src/models/CreateRoleRequest.ts +0 -75
- package/src/models/CustomerAuthResponseResource.ts +0 -83
- package/src/models/CustomerAuthResponseResourceArrayResponse.ts +0 -73
- package/src/models/CustomerFrontendResource.ts +0 -134
- package/src/models/CustomerFrontendResourceArrayResponse.ts +0 -73
- package/src/models/CustomerSocialLinkableResource.ts +0 -75
- package/src/models/CustomerSocialLinkableResourceArrayResponse.ts +0 -73
- package/src/models/ForgotPasswordAdminRequest.ts +0 -66
- package/src/models/LoginAdminRequest.ts +0 -75
- package/src/models/PaginatedPermissionListResourceResponse.ts +0 -90
- package/src/models/PaginatedPermissionLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedRoleListResourceResponse.ts +0 -90
- package/src/models/PermissionListResource.ts +0 -82
- package/src/models/PermissionListResourceArrayResponse.ts +0 -73
- package/src/models/PermissionLiteResource.ts +0 -74
- package/src/models/PermissionLiteResourceArrayResponse.ts +0 -73
- package/src/models/PermissionResource.ts +0 -99
- package/src/models/PermissionResourceArrayResponse.ts +0 -73
- package/src/models/ResetPasswordAdminRequest.ts +0 -84
- package/src/models/RoleListResource.ts +0 -117
- package/src/models/RoleListResourceArrayResponse.ts +0 -73
- package/src/models/RoleResource.ts +0 -134
- package/src/models/RoleResourceArrayResponse.ts +0 -73
- package/src/models/SearchAllPermissionsRequest.ts +0 -126
- package/src/models/SearchAllRolesRequest.ts +0 -135
- package/src/models/SearchPermissionsRequest.ts +0 -142
- package/src/models/SearchRolesRequest.ts +0 -151
- package/src/models/UpdateRoleRequest.ts +0 -75
package/.openapi-generator/FILES
CHANGED
|
@@ -12,8 +12,6 @@ docs/AdminListResource.md
|
|
|
12
12
|
docs/AdminListResourceArrayResponse.md
|
|
13
13
|
docs/AdminLiteResource.md
|
|
14
14
|
docs/AdminLiteResourceArrayResponse.md
|
|
15
|
-
docs/AdminLoginResponseResource.md
|
|
16
|
-
docs/AdminLoginResponseResourceArrayResponse.md
|
|
17
15
|
docs/AdminNoteResource.md
|
|
18
16
|
docs/AdminNoteResourceArrayResponse.md
|
|
19
17
|
docs/AdminOrderLineItemResource.md
|
|
@@ -63,7 +61,6 @@ docs/AttributeResourceArrayResponse.md
|
|
|
63
61
|
docs/AttributeType.md
|
|
64
62
|
docs/AttributeValueResource.md
|
|
65
63
|
docs/AttributeValueResourceArrayResponse.md
|
|
66
|
-
docs/AuthApi.md
|
|
67
64
|
docs/BlogCategoryApi.md
|
|
68
65
|
docs/BlogCategoryListResource.md
|
|
69
66
|
docs/BlogCategoryListResourceArrayResponse.md
|
|
@@ -97,8 +94,6 @@ docs/CategoryFrontendResource.md
|
|
|
97
94
|
docs/CategoryFrontendResourceArrayResponse.md
|
|
98
95
|
docs/CategoryWithChildrenFrontendResource.md
|
|
99
96
|
docs/CategoryWithChildrenFrontendResourceArrayResponse.md
|
|
100
|
-
docs/CheckEmailFrontendResource.md
|
|
101
|
-
docs/CheckEmailFrontendResourceArrayResponse.md
|
|
102
97
|
docs/CouponDiscountType.md
|
|
103
98
|
docs/CreateAdminUserRequest.md
|
|
104
99
|
docs/CreateAssetFileRequest.md
|
|
@@ -138,7 +133,6 @@ docs/CreateProductRequestCategoriesInner.md
|
|
|
138
133
|
docs/CreateProductTypeRequest.md
|
|
139
134
|
docs/CreateReviewImportFileRequest.md
|
|
140
135
|
docs/CreateReviewRequest.md
|
|
141
|
-
docs/CreateRoleRequest.md
|
|
142
136
|
docs/CreateSiteNotificationRequest.md
|
|
143
137
|
docs/CreateStoreRequest.md
|
|
144
138
|
docs/CreateStoreRequestAddress.md
|
|
@@ -146,10 +140,6 @@ docs/CreateStoreRequestSpecialDatesInner.md
|
|
|
146
140
|
docs/CreateSupplierRequest.md
|
|
147
141
|
docs/CreateTagRequest.md
|
|
148
142
|
docs/CreateTransactionRequest.md
|
|
149
|
-
docs/CustomerAuthResponseResource.md
|
|
150
|
-
docs/CustomerAuthResponseResourceArrayResponse.md
|
|
151
|
-
docs/CustomerFrontendResource.md
|
|
152
|
-
docs/CustomerFrontendResourceArrayResponse.md
|
|
153
143
|
docs/CustomerListResource.md
|
|
154
144
|
docs/CustomerListResourceArrayResponse.md
|
|
155
145
|
docs/CustomerLiteResource.md
|
|
@@ -158,8 +148,6 @@ docs/CustomerResource.md
|
|
|
158
148
|
docs/CustomerResourceArrayResponse.md
|
|
159
149
|
docs/CustomerReviewableItemFrontendResource.md
|
|
160
150
|
docs/CustomerReviewableItemFrontendResourceArrayResponse.md
|
|
161
|
-
docs/CustomerSocialLinkableResource.md
|
|
162
|
-
docs/CustomerSocialLinkableResourceArrayResponse.md
|
|
163
151
|
docs/CustomerType.md
|
|
164
152
|
docs/CustomersApi.md
|
|
165
153
|
docs/DefinitionApi.md
|
|
@@ -200,7 +188,6 @@ docs/ExternalApiLogResource.md
|
|
|
200
188
|
docs/ExternalApiLogResourceArrayResponse.md
|
|
201
189
|
docs/ExternalApiProvider.md
|
|
202
190
|
docs/ExternalApiSyncStatus.md
|
|
203
|
-
docs/ForgotPasswordAdminRequest.md
|
|
204
191
|
docs/FrontendCartResource.md
|
|
205
192
|
docs/FrontendCartResourceArrayResponse.md
|
|
206
193
|
docs/FrontendCartResourceCouponsInner.md
|
|
@@ -243,7 +230,6 @@ docs/LineItemDiscountResourceArrayResponse.md
|
|
|
243
230
|
docs/LineItemListResource.md
|
|
244
231
|
docs/LineItemListResourceArrayResponse.md
|
|
245
232
|
docs/LinkOverlayTemplateToAssetsRequest.md
|
|
246
|
-
docs/LoginAdminRequest.md
|
|
247
233
|
docs/MenuApi.md
|
|
248
234
|
docs/MenuIdRequest.md
|
|
249
235
|
docs/MenuItemHierarchyResource.md
|
|
@@ -349,8 +335,6 @@ docs/PaginatedPageComponentLiteResourceResponse.md
|
|
|
349
335
|
docs/PaginatedPageListResourceResponse.md
|
|
350
336
|
docs/PaginatedPageLiteResourceResponse.md
|
|
351
337
|
docs/PaginatedPageResourceResponse.md
|
|
352
|
-
docs/PaginatedPermissionListResourceResponse.md
|
|
353
|
-
docs/PaginatedPermissionLiteResourceResponse.md
|
|
354
338
|
docs/PaginatedProductCategoryListResourceResponse.md
|
|
355
339
|
docs/PaginatedProductCategoryResourceResponse.md
|
|
356
340
|
docs/PaginatedProductChildFrontendResourceResponse.md
|
|
@@ -378,7 +362,6 @@ docs/PaginatedRedirectListResourceResponse.md
|
|
|
378
362
|
docs/PaginatedReviewListResourceResponse.md
|
|
379
363
|
docs/PaginatedReviewLiteResourceResponse.md
|
|
380
364
|
docs/PaginatedReviewResourceResponse.md
|
|
381
|
-
docs/PaginatedRoleListResourceResponse.md
|
|
382
365
|
docs/PaginatedRoleLiteResourceResponse.md
|
|
383
366
|
docs/PaginatedSiteListResourceResponse.md
|
|
384
367
|
docs/PaginatedSiteLiteResourceResponse.md
|
|
@@ -399,13 +382,6 @@ docs/PagingMetadata.md
|
|
|
399
382
|
docs/PaymentMethod.md
|
|
400
383
|
docs/PaymentSource.md
|
|
401
384
|
docs/PaymentStatus.md
|
|
402
|
-
docs/PermissionListResource.md
|
|
403
|
-
docs/PermissionListResourceArrayResponse.md
|
|
404
|
-
docs/PermissionLiteResource.md
|
|
405
|
-
docs/PermissionLiteResourceArrayResponse.md
|
|
406
|
-
docs/PermissionResource.md
|
|
407
|
-
docs/PermissionResourceArrayResponse.md
|
|
408
|
-
docs/PermissionsApi.md
|
|
409
385
|
docs/PreviewAutomationRulesRequest.md
|
|
410
386
|
docs/PreviewAutomationRulesResource.md
|
|
411
387
|
docs/PreviewAutomationRulesResourceArrayResponse.md
|
|
@@ -520,7 +496,6 @@ docs/RedirectFrontendResourceArrayResponse.md
|
|
|
520
496
|
docs/RedirectListResource.md
|
|
521
497
|
docs/RedirectListResourceArrayResponse.md
|
|
522
498
|
docs/RefundTransactionRequest.md
|
|
523
|
-
docs/ResetPasswordAdminRequest.md
|
|
524
499
|
docs/ReviewApi.md
|
|
525
500
|
docs/ReviewExportDownloadUrlResource.md
|
|
526
501
|
docs/ReviewExportDownloadUrlResourceArrayResponse.md
|
|
@@ -538,13 +513,8 @@ docs/ReviewPublicResource.md
|
|
|
538
513
|
docs/ReviewPublicResourceArrayResponse.md
|
|
539
514
|
docs/ReviewResource.md
|
|
540
515
|
docs/ReviewResourceArrayResponse.md
|
|
541
|
-
docs/RoleListResource.md
|
|
542
|
-
docs/RoleListResourceArrayResponse.md
|
|
543
516
|
docs/RoleLiteResource.md
|
|
544
517
|
docs/RoleLiteResourceArrayResponse.md
|
|
545
|
-
docs/RoleResource.md
|
|
546
|
-
docs/RoleResourceArrayResponse.md
|
|
547
|
-
docs/RolesApi.md
|
|
548
518
|
docs/SEOResource.md
|
|
549
519
|
docs/SEOResourceArrayResponse.md
|
|
550
520
|
docs/SearchAdminNotesRequest.md
|
|
@@ -563,14 +533,12 @@ docs/SearchAllOrdersRequest.md
|
|
|
563
533
|
docs/SearchAllOverlayTemplatesRequest.md
|
|
564
534
|
docs/SearchAllPageComponentsRequest.md
|
|
565
535
|
docs/SearchAllPagesRequest.md
|
|
566
|
-
docs/SearchAllPermissionsRequest.md
|
|
567
536
|
docs/SearchAllProductCategoriesRequest.md
|
|
568
537
|
docs/SearchAllProductChildrenRequest.md
|
|
569
538
|
docs/SearchAllProductRangesRequest.md
|
|
570
539
|
docs/SearchAllProductRegistrationsRequest.md
|
|
571
540
|
docs/SearchAllProductTypesRequest.md
|
|
572
541
|
docs/SearchAllProductsRequest.md
|
|
573
|
-
docs/SearchAllRolesRequest.md
|
|
574
542
|
docs/SearchAllStoresRequest.md
|
|
575
543
|
docs/SearchAllSuppliersRequest.md
|
|
576
544
|
docs/SearchAttributeValuesRequest.md
|
|
@@ -590,7 +558,6 @@ docs/SearchOrderFulfillmentsRequest.md
|
|
|
590
558
|
docs/SearchOrdersRequest.md
|
|
591
559
|
docs/SearchOverlayTemplatesRequest.md
|
|
592
560
|
docs/SearchPagesRequest.md
|
|
593
|
-
docs/SearchPermissionsRequest.md
|
|
594
561
|
docs/SearchProductCategoriesRequest.md
|
|
595
562
|
docs/SearchProductChildAttributesRequest.md
|
|
596
563
|
docs/SearchProductChildrenRequest.md
|
|
@@ -601,7 +568,6 @@ docs/SearchProductTypesRequest.md
|
|
|
601
568
|
docs/SearchProductsRequest.md
|
|
602
569
|
docs/SearchRedirectsRequest.md
|
|
603
570
|
docs/SearchReviewsRequest.md
|
|
604
|
-
docs/SearchRolesRequest.md
|
|
605
571
|
docs/SearchSiteNotificationsRequest.md
|
|
606
572
|
docs/SearchSitesRequest.md
|
|
607
573
|
docs/SearchStoresRequest.md
|
|
@@ -708,7 +674,6 @@ docs/UpdateProductRequest.md
|
|
|
708
674
|
docs/UpdateProductTypeAttributeRequest.md
|
|
709
675
|
docs/UpdateProductTypeRequest.md
|
|
710
676
|
docs/UpdateReviewRequest.md
|
|
711
|
-
docs/UpdateRoleRequest.md
|
|
712
677
|
docs/UpdateSiteNotificationRequest.md
|
|
713
678
|
docs/UpdateSiteRequest.md
|
|
714
679
|
docs/UpdateStoreRequest.md
|
|
@@ -727,7 +692,6 @@ src/apis/AdminApi.ts
|
|
|
727
692
|
src/apis/AdminsApi.ts
|
|
728
693
|
src/apis/AssetApi.ts
|
|
729
694
|
src/apis/AttributeApi.ts
|
|
730
|
-
src/apis/AuthApi.ts
|
|
731
695
|
src/apis/BlogCategoryApi.ts
|
|
732
696
|
src/apis/CartsApi.ts
|
|
733
697
|
src/apis/CustomersApi.ts
|
|
@@ -743,7 +707,6 @@ src/apis/OrdersApi.ts
|
|
|
743
707
|
src/apis/OverlayTemplateApi.ts
|
|
744
708
|
src/apis/PageApi.ts
|
|
745
709
|
src/apis/PageComponentApi.ts
|
|
746
|
-
src/apis/PermissionsApi.ts
|
|
747
710
|
src/apis/ProductApi.ts
|
|
748
711
|
src/apis/ProductCategoryApi.ts
|
|
749
712
|
src/apis/ProductRangeApi.ts
|
|
@@ -751,7 +714,6 @@ src/apis/ProductRegistrationApi.ts
|
|
|
751
714
|
src/apis/ProductTypeApi.ts
|
|
752
715
|
src/apis/RedirectApi.ts
|
|
753
716
|
src/apis/ReviewApi.ts
|
|
754
|
-
src/apis/RolesApi.ts
|
|
755
717
|
src/apis/SiteApi.ts
|
|
756
718
|
src/apis/StoreApi.ts
|
|
757
719
|
src/apis/SupplierApi.ts
|
|
@@ -768,8 +730,6 @@ src/models/AdminListResource.ts
|
|
|
768
730
|
src/models/AdminListResourceArrayResponse.ts
|
|
769
731
|
src/models/AdminLiteResource.ts
|
|
770
732
|
src/models/AdminLiteResourceArrayResponse.ts
|
|
771
|
-
src/models/AdminLoginResponseResource.ts
|
|
772
|
-
src/models/AdminLoginResponseResourceArrayResponse.ts
|
|
773
733
|
src/models/AdminNoteResource.ts
|
|
774
734
|
src/models/AdminNoteResourceArrayResponse.ts
|
|
775
735
|
src/models/AdminOrderLineItemResource.ts
|
|
@@ -847,8 +807,6 @@ src/models/CategoryFrontendResource.ts
|
|
|
847
807
|
src/models/CategoryFrontendResourceArrayResponse.ts
|
|
848
808
|
src/models/CategoryWithChildrenFrontendResource.ts
|
|
849
809
|
src/models/CategoryWithChildrenFrontendResourceArrayResponse.ts
|
|
850
|
-
src/models/CheckEmailFrontendResource.ts
|
|
851
|
-
src/models/CheckEmailFrontendResourceArrayResponse.ts
|
|
852
810
|
src/models/CouponDiscountType.ts
|
|
853
811
|
src/models/CreateAdminUserRequest.ts
|
|
854
812
|
src/models/CreateAssetFileRequest.ts
|
|
@@ -888,7 +846,6 @@ src/models/CreateProductRequestCategoriesInner.ts
|
|
|
888
846
|
src/models/CreateProductTypeRequest.ts
|
|
889
847
|
src/models/CreateReviewImportFileRequest.ts
|
|
890
848
|
src/models/CreateReviewRequest.ts
|
|
891
|
-
src/models/CreateRoleRequest.ts
|
|
892
849
|
src/models/CreateSiteNotificationRequest.ts
|
|
893
850
|
src/models/CreateStoreRequest.ts
|
|
894
851
|
src/models/CreateStoreRequestAddress.ts
|
|
@@ -896,10 +853,6 @@ src/models/CreateStoreRequestSpecialDatesInner.ts
|
|
|
896
853
|
src/models/CreateSupplierRequest.ts
|
|
897
854
|
src/models/CreateTagRequest.ts
|
|
898
855
|
src/models/CreateTransactionRequest.ts
|
|
899
|
-
src/models/CustomerAuthResponseResource.ts
|
|
900
|
-
src/models/CustomerAuthResponseResourceArrayResponse.ts
|
|
901
|
-
src/models/CustomerFrontendResource.ts
|
|
902
|
-
src/models/CustomerFrontendResourceArrayResponse.ts
|
|
903
856
|
src/models/CustomerListResource.ts
|
|
904
857
|
src/models/CustomerListResourceArrayResponse.ts
|
|
905
858
|
src/models/CustomerLiteResource.ts
|
|
@@ -908,8 +861,6 @@ src/models/CustomerResource.ts
|
|
|
908
861
|
src/models/CustomerResourceArrayResponse.ts
|
|
909
862
|
src/models/CustomerReviewableItemFrontendResource.ts
|
|
910
863
|
src/models/CustomerReviewableItemFrontendResourceArrayResponse.ts
|
|
911
|
-
src/models/CustomerSocialLinkableResource.ts
|
|
912
|
-
src/models/CustomerSocialLinkableResourceArrayResponse.ts
|
|
913
864
|
src/models/CustomerType.ts
|
|
914
865
|
src/models/DefinitionListResource.ts
|
|
915
866
|
src/models/DefinitionListResourceArrayResponse.ts
|
|
@@ -946,7 +897,6 @@ src/models/ExternalApiLogResource.ts
|
|
|
946
897
|
src/models/ExternalApiLogResourceArrayResponse.ts
|
|
947
898
|
src/models/ExternalApiProvider.ts
|
|
948
899
|
src/models/ExternalApiSyncStatus.ts
|
|
949
|
-
src/models/ForgotPasswordAdminRequest.ts
|
|
950
900
|
src/models/FrontendCartResource.ts
|
|
951
901
|
src/models/FrontendCartResourceArrayResponse.ts
|
|
952
902
|
src/models/FrontendCartResourceCouponsInner.ts
|
|
@@ -986,7 +936,6 @@ src/models/LineItemDiscountResourceArrayResponse.ts
|
|
|
986
936
|
src/models/LineItemListResource.ts
|
|
987
937
|
src/models/LineItemListResourceArrayResponse.ts
|
|
988
938
|
src/models/LinkOverlayTemplateToAssetsRequest.ts
|
|
989
|
-
src/models/LoginAdminRequest.ts
|
|
990
939
|
src/models/MenuIdRequest.ts
|
|
991
940
|
src/models/MenuItemHierarchyResource.ts
|
|
992
941
|
src/models/MenuItemHierarchyResourceArrayResponse.ts
|
|
@@ -1086,8 +1035,6 @@ src/models/PaginatedPageComponentLiteResourceResponse.ts
|
|
|
1086
1035
|
src/models/PaginatedPageListResourceResponse.ts
|
|
1087
1036
|
src/models/PaginatedPageLiteResourceResponse.ts
|
|
1088
1037
|
src/models/PaginatedPageResourceResponse.ts
|
|
1089
|
-
src/models/PaginatedPermissionListResourceResponse.ts
|
|
1090
|
-
src/models/PaginatedPermissionLiteResourceResponse.ts
|
|
1091
1038
|
src/models/PaginatedProductCategoryListResourceResponse.ts
|
|
1092
1039
|
src/models/PaginatedProductCategoryResourceResponse.ts
|
|
1093
1040
|
src/models/PaginatedProductChildFrontendResourceResponse.ts
|
|
@@ -1115,7 +1062,6 @@ src/models/PaginatedRedirectListResourceResponse.ts
|
|
|
1115
1062
|
src/models/PaginatedReviewListResourceResponse.ts
|
|
1116
1063
|
src/models/PaginatedReviewLiteResourceResponse.ts
|
|
1117
1064
|
src/models/PaginatedReviewResourceResponse.ts
|
|
1118
|
-
src/models/PaginatedRoleListResourceResponse.ts
|
|
1119
1065
|
src/models/PaginatedRoleLiteResourceResponse.ts
|
|
1120
1066
|
src/models/PaginatedSiteListResourceResponse.ts
|
|
1121
1067
|
src/models/PaginatedSiteLiteResourceResponse.ts
|
|
@@ -1136,12 +1082,6 @@ src/models/PagingMetadata.ts
|
|
|
1136
1082
|
src/models/PaymentMethod.ts
|
|
1137
1083
|
src/models/PaymentSource.ts
|
|
1138
1084
|
src/models/PaymentStatus.ts
|
|
1139
|
-
src/models/PermissionListResource.ts
|
|
1140
|
-
src/models/PermissionListResourceArrayResponse.ts
|
|
1141
|
-
src/models/PermissionLiteResource.ts
|
|
1142
|
-
src/models/PermissionLiteResourceArrayResponse.ts
|
|
1143
|
-
src/models/PermissionResource.ts
|
|
1144
|
-
src/models/PermissionResourceArrayResponse.ts
|
|
1145
1085
|
src/models/PreviewAutomationRulesRequest.ts
|
|
1146
1086
|
src/models/PreviewAutomationRulesResource.ts
|
|
1147
1087
|
src/models/PreviewAutomationRulesResourceArrayResponse.ts
|
|
@@ -1250,7 +1190,6 @@ src/models/RedirectFrontendResourceArrayResponse.ts
|
|
|
1250
1190
|
src/models/RedirectListResource.ts
|
|
1251
1191
|
src/models/RedirectListResourceArrayResponse.ts
|
|
1252
1192
|
src/models/RefundTransactionRequest.ts
|
|
1253
|
-
src/models/ResetPasswordAdminRequest.ts
|
|
1254
1193
|
src/models/ReviewExportDownloadUrlResource.ts
|
|
1255
1194
|
src/models/ReviewExportDownloadUrlResourceArrayResponse.ts
|
|
1256
1195
|
src/models/ReviewImportFailureResource.ts
|
|
@@ -1267,12 +1206,8 @@ src/models/ReviewPublicResource.ts
|
|
|
1267
1206
|
src/models/ReviewPublicResourceArrayResponse.ts
|
|
1268
1207
|
src/models/ReviewResource.ts
|
|
1269
1208
|
src/models/ReviewResourceArrayResponse.ts
|
|
1270
|
-
src/models/RoleListResource.ts
|
|
1271
|
-
src/models/RoleListResourceArrayResponse.ts
|
|
1272
1209
|
src/models/RoleLiteResource.ts
|
|
1273
1210
|
src/models/RoleLiteResourceArrayResponse.ts
|
|
1274
|
-
src/models/RoleResource.ts
|
|
1275
|
-
src/models/RoleResourceArrayResponse.ts
|
|
1276
1211
|
src/models/SEOResource.ts
|
|
1277
1212
|
src/models/SEOResourceArrayResponse.ts
|
|
1278
1213
|
src/models/SearchAdminNotesRequest.ts
|
|
@@ -1291,14 +1226,12 @@ src/models/SearchAllOrdersRequest.ts
|
|
|
1291
1226
|
src/models/SearchAllOverlayTemplatesRequest.ts
|
|
1292
1227
|
src/models/SearchAllPageComponentsRequest.ts
|
|
1293
1228
|
src/models/SearchAllPagesRequest.ts
|
|
1294
|
-
src/models/SearchAllPermissionsRequest.ts
|
|
1295
1229
|
src/models/SearchAllProductCategoriesRequest.ts
|
|
1296
1230
|
src/models/SearchAllProductChildrenRequest.ts
|
|
1297
1231
|
src/models/SearchAllProductRangesRequest.ts
|
|
1298
1232
|
src/models/SearchAllProductRegistrationsRequest.ts
|
|
1299
1233
|
src/models/SearchAllProductTypesRequest.ts
|
|
1300
1234
|
src/models/SearchAllProductsRequest.ts
|
|
1301
|
-
src/models/SearchAllRolesRequest.ts
|
|
1302
1235
|
src/models/SearchAllStoresRequest.ts
|
|
1303
1236
|
src/models/SearchAllSuppliersRequest.ts
|
|
1304
1237
|
src/models/SearchAttributeValuesRequest.ts
|
|
@@ -1318,7 +1251,6 @@ src/models/SearchOrderFulfillmentsRequest.ts
|
|
|
1318
1251
|
src/models/SearchOrdersRequest.ts
|
|
1319
1252
|
src/models/SearchOverlayTemplatesRequest.ts
|
|
1320
1253
|
src/models/SearchPagesRequest.ts
|
|
1321
|
-
src/models/SearchPermissionsRequest.ts
|
|
1322
1254
|
src/models/SearchProductCategoriesRequest.ts
|
|
1323
1255
|
src/models/SearchProductChildAttributesRequest.ts
|
|
1324
1256
|
src/models/SearchProductChildrenRequest.ts
|
|
@@ -1329,7 +1261,6 @@ src/models/SearchProductTypesRequest.ts
|
|
|
1329
1261
|
src/models/SearchProductsRequest.ts
|
|
1330
1262
|
src/models/SearchRedirectsRequest.ts
|
|
1331
1263
|
src/models/SearchReviewsRequest.ts
|
|
1332
|
-
src/models/SearchRolesRequest.ts
|
|
1333
1264
|
src/models/SearchSiteNotificationsRequest.ts
|
|
1334
1265
|
src/models/SearchSitesRequest.ts
|
|
1335
1266
|
src/models/SearchStoresRequest.ts
|
|
@@ -1431,7 +1362,6 @@ src/models/UpdateProductRequest.ts
|
|
|
1431
1362
|
src/models/UpdateProductTypeAttributeRequest.ts
|
|
1432
1363
|
src/models/UpdateProductTypeRequest.ts
|
|
1433
1364
|
src/models/UpdateReviewRequest.ts
|
|
1434
|
-
src/models/UpdateRoleRequest.ts
|
|
1435
1365
|
src/models/UpdateSiteNotificationRequest.ts
|
|
1436
1366
|
src/models/UpdateSiteRequest.ts
|
|
1437
1367
|
src/models/UpdateStoreRequest.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.2284
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -81,11 +81,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
81
81
|
*AttributeApi* | [**updateAttributeValue**](docs/AttributeApi.md#updateattributevalueoperation) | **PUT** /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue
|
|
82
82
|
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#updatefilterorderattribute) | **PUT** /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute
|
|
83
83
|
*AttributeApi* | [**updateModelAttribute**](docs/AttributeApi.md#updatemodelattributeoperation) | **PUT** /admin-api/attribute/model-attribute/{modelAttribute}/update | Auto-generated: updateModelAttribute
|
|
84
|
-
*AuthApi* | [**forgotPasswordAdminAuth**](docs/AuthApi.md#forgotpasswordadminauth) | **POST** /admin-api/auth/admin/forgot-password | Auto-generated: forgotPasswordAdminAuth
|
|
85
|
-
*AuthApi* | [**loginAdminAuth**](docs/AuthApi.md#loginadminauth) | **POST** /admin-api/auth/admin/login | Auto-generated: loginAdminAuth
|
|
86
|
-
*AuthApi* | [**logoutAdminAuth**](docs/AuthApi.md#logoutadminauth) | **POST** /admin-api/auth/admin/logout | Auto-generated: logoutAdminAuth
|
|
87
|
-
*AuthApi* | [**meAdminAuth**](docs/AuthApi.md#meadminauth) | **GET** /admin-api/auth/admin/me | Auto-generated: meAdminAuth
|
|
88
|
-
*AuthApi* | [**resetPasswordAdminAuth**](docs/AuthApi.md#resetpasswordadminauth) | **POST** /admin-api/auth/admin/reset-password | Auto-generated: resetPasswordAdminAuth
|
|
89
84
|
*BlogCategoryApi* | [**destroyBlogCategory**](docs/BlogCategoryApi.md#destroyblogcategory) | **DELETE** /admin-api/blog-category/{blogCategory}/delete | Auto-generated: destroyBlogCategory
|
|
90
85
|
*BlogCategoryApi* | [**getAllBlogCategory**](docs/BlogCategoryApi.md#getallblogcategory) | **POST** /admin-api/blog-category/all | Auto-generated: getAllBlogCategory
|
|
91
86
|
*BlogCategoryApi* | [**indexBlogCategory**](docs/BlogCategoryApi.md#indexblogcategory) | **POST** /admin-api/blog-category/list | Auto-generated: indexBlogCategory
|
|
@@ -186,9 +181,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
186
181
|
*PageComponentApi* | [**showPageComponent**](docs/PageComponentApi.md#showpagecomponent) | **GET** /admin-api/page-component/{pageComponent} | Auto-generated: showPageComponent
|
|
187
182
|
*PageComponentApi* | [**storePageComponent**](docs/PageComponentApi.md#storepagecomponent) | **POST** /admin-api/page-component/create | Auto-generated: storePageComponent
|
|
188
183
|
*PageComponentApi* | [**updatePageComponent**](docs/PageComponentApi.md#updatepagecomponentoperation) | **PUT** /admin-api/page-component/{pageComponent}/update | Auto-generated: updatePageComponent
|
|
189
|
-
*PermissionsApi* | [**getAllPermission**](docs/PermissionsApi.md#getallpermission) | **POST** /admin-api/permissions/all | Auto-generated: getAllPermission
|
|
190
|
-
*PermissionsApi* | [**indexPermission**](docs/PermissionsApi.md#indexpermission) | **POST** /admin-api/permissions/list | Auto-generated: indexPermission
|
|
191
|
-
*PermissionsApi* | [**showPermission**](docs/PermissionsApi.md#showpermission) | **GET** /admin-api/permissions/{permission} | Auto-generated: showPermission
|
|
192
184
|
*ProductApi* | [**attachAccessoriesProductChild**](docs/ProductApi.md#attachaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild
|
|
193
185
|
*ProductApi* | [**attachCompatibleProductsProductChild**](docs/ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild
|
|
194
186
|
*ProductApi* | [**attachDocumentsProductChild**](docs/ProductApi.md#attachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild
|
|
@@ -265,12 +257,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
265
257
|
*ReviewApi* | [**showReview**](docs/ReviewApi.md#showreview) | **GET** /admin-api/review/{review} | Auto-generated: showReview
|
|
266
258
|
*ReviewApi* | [**storeReview**](docs/ReviewApi.md#storereview) | **POST** /admin-api/review/create | Auto-generated: storeReview
|
|
267
259
|
*ReviewApi* | [**updateReview**](docs/ReviewApi.md#updatereviewoperation) | **PUT** /admin-api/review/{review}/update | Auto-generated: updateReview
|
|
268
|
-
*RolesApi* | [**destroyRole**](docs/RolesApi.md#destroyrole) | **DELETE** /admin-api/roles/{role}/delete | Auto-generated: destroyRole
|
|
269
|
-
*RolesApi* | [**getAllRole**](docs/RolesApi.md#getallrole) | **POST** /admin-api/roles/all | Auto-generated: getAllRole
|
|
270
|
-
*RolesApi* | [**indexRole**](docs/RolesApi.md#indexrole) | **POST** /admin-api/roles/list | Auto-generated: indexRole
|
|
271
|
-
*RolesApi* | [**showRole**](docs/RolesApi.md#showrole) | **GET** /admin-api/roles/{role} | Auto-generated: showRole
|
|
272
|
-
*RolesApi* | [**storeRole**](docs/RolesApi.md#storerole) | **POST** /admin-api/roles/create | Auto-generated: storeRole
|
|
273
|
-
*RolesApi* | [**updateRole**](docs/RolesApi.md#updateroleoperation) | **PUT** /admin-api/roles/{role}/update | Auto-generated: updateRole
|
|
274
260
|
*SiteApi* | [**destroySiteNotification**](docs/SiteApi.md#destroysitenotification) | **DELETE** /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification
|
|
275
261
|
*SiteApi* | [**getAllSite**](docs/SiteApi.md#getallsite) | **POST** /admin-api/site/all | Auto-generated: getAllSite
|
|
276
262
|
*SiteApi* | [**getPaymentConfigSite**](docs/SiteApi.md#getpaymentconfigsite) | **GET** /admin-api/site/{site}/payment-config | Auto-generated: getPaymentConfigSite
|
|
@@ -325,8 +311,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
325
311
|
- [AdminListResourceArrayResponse](docs/AdminListResourceArrayResponse.md)
|
|
326
312
|
- [AdminLiteResource](docs/AdminLiteResource.md)
|
|
327
313
|
- [AdminLiteResourceArrayResponse](docs/AdminLiteResourceArrayResponse.md)
|
|
328
|
-
- [AdminLoginResponseResource](docs/AdminLoginResponseResource.md)
|
|
329
|
-
- [AdminLoginResponseResourceArrayResponse](docs/AdminLoginResponseResourceArrayResponse.md)
|
|
330
314
|
- [AdminNoteResource](docs/AdminNoteResource.md)
|
|
331
315
|
- [AdminNoteResourceArrayResponse](docs/AdminNoteResourceArrayResponse.md)
|
|
332
316
|
- [AdminOrderLineItemResource](docs/AdminOrderLineItemResource.md)
|
|
@@ -404,8 +388,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
404
388
|
- [CategoryFrontendResourceArrayResponse](docs/CategoryFrontendResourceArrayResponse.md)
|
|
405
389
|
- [CategoryWithChildrenFrontendResource](docs/CategoryWithChildrenFrontendResource.md)
|
|
406
390
|
- [CategoryWithChildrenFrontendResourceArrayResponse](docs/CategoryWithChildrenFrontendResourceArrayResponse.md)
|
|
407
|
-
- [CheckEmailFrontendResource](docs/CheckEmailFrontendResource.md)
|
|
408
|
-
- [CheckEmailFrontendResourceArrayResponse](docs/CheckEmailFrontendResourceArrayResponse.md)
|
|
409
391
|
- [CouponDiscountType](docs/CouponDiscountType.md)
|
|
410
392
|
- [CreateAdminUserRequest](docs/CreateAdminUserRequest.md)
|
|
411
393
|
- [CreateAssetFileRequest](docs/CreateAssetFileRequest.md)
|
|
@@ -445,7 +427,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
445
427
|
- [CreateProductTypeRequest](docs/CreateProductTypeRequest.md)
|
|
446
428
|
- [CreateReviewImportFileRequest](docs/CreateReviewImportFileRequest.md)
|
|
447
429
|
- [CreateReviewRequest](docs/CreateReviewRequest.md)
|
|
448
|
-
- [CreateRoleRequest](docs/CreateRoleRequest.md)
|
|
449
430
|
- [CreateSiteNotificationRequest](docs/CreateSiteNotificationRequest.md)
|
|
450
431
|
- [CreateStoreRequest](docs/CreateStoreRequest.md)
|
|
451
432
|
- [CreateStoreRequestAddress](docs/CreateStoreRequestAddress.md)
|
|
@@ -453,10 +434,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
453
434
|
- [CreateSupplierRequest](docs/CreateSupplierRequest.md)
|
|
454
435
|
- [CreateTagRequest](docs/CreateTagRequest.md)
|
|
455
436
|
- [CreateTransactionRequest](docs/CreateTransactionRequest.md)
|
|
456
|
-
- [CustomerAuthResponseResource](docs/CustomerAuthResponseResource.md)
|
|
457
|
-
- [CustomerAuthResponseResourceArrayResponse](docs/CustomerAuthResponseResourceArrayResponse.md)
|
|
458
|
-
- [CustomerFrontendResource](docs/CustomerFrontendResource.md)
|
|
459
|
-
- [CustomerFrontendResourceArrayResponse](docs/CustomerFrontendResourceArrayResponse.md)
|
|
460
437
|
- [CustomerListResource](docs/CustomerListResource.md)
|
|
461
438
|
- [CustomerListResourceArrayResponse](docs/CustomerListResourceArrayResponse.md)
|
|
462
439
|
- [CustomerLiteResource](docs/CustomerLiteResource.md)
|
|
@@ -465,8 +442,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
465
442
|
- [CustomerResourceArrayResponse](docs/CustomerResourceArrayResponse.md)
|
|
466
443
|
- [CustomerReviewableItemFrontendResource](docs/CustomerReviewableItemFrontendResource.md)
|
|
467
444
|
- [CustomerReviewableItemFrontendResourceArrayResponse](docs/CustomerReviewableItemFrontendResourceArrayResponse.md)
|
|
468
|
-
- [CustomerSocialLinkableResource](docs/CustomerSocialLinkableResource.md)
|
|
469
|
-
- [CustomerSocialLinkableResourceArrayResponse](docs/CustomerSocialLinkableResourceArrayResponse.md)
|
|
470
445
|
- [CustomerType](docs/CustomerType.md)
|
|
471
446
|
- [DefinitionListResource](docs/DefinitionListResource.md)
|
|
472
447
|
- [DefinitionListResourceArrayResponse](docs/DefinitionListResourceArrayResponse.md)
|
|
@@ -503,7 +478,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
503
478
|
- [ExternalApiLogResourceArrayResponse](docs/ExternalApiLogResourceArrayResponse.md)
|
|
504
479
|
- [ExternalApiProvider](docs/ExternalApiProvider.md)
|
|
505
480
|
- [ExternalApiSyncStatus](docs/ExternalApiSyncStatus.md)
|
|
506
|
-
- [ForgotPasswordAdminRequest](docs/ForgotPasswordAdminRequest.md)
|
|
507
481
|
- [FrontendCartResource](docs/FrontendCartResource.md)
|
|
508
482
|
- [FrontendCartResourceArrayResponse](docs/FrontendCartResourceArrayResponse.md)
|
|
509
483
|
- [FrontendCartResourceCouponsInner](docs/FrontendCartResourceCouponsInner.md)
|
|
@@ -543,7 +517,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
543
517
|
- [LineItemListResource](docs/LineItemListResource.md)
|
|
544
518
|
- [LineItemListResourceArrayResponse](docs/LineItemListResourceArrayResponse.md)
|
|
545
519
|
- [LinkOverlayTemplateToAssetsRequest](docs/LinkOverlayTemplateToAssetsRequest.md)
|
|
546
|
-
- [LoginAdminRequest](docs/LoginAdminRequest.md)
|
|
547
520
|
- [MenuIdRequest](docs/MenuIdRequest.md)
|
|
548
521
|
- [MenuItemHierarchyResource](docs/MenuItemHierarchyResource.md)
|
|
549
522
|
- [MenuItemHierarchyResourceArrayResponse](docs/MenuItemHierarchyResourceArrayResponse.md)
|
|
@@ -643,8 +616,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
643
616
|
- [PaginatedPageListResourceResponse](docs/PaginatedPageListResourceResponse.md)
|
|
644
617
|
- [PaginatedPageLiteResourceResponse](docs/PaginatedPageLiteResourceResponse.md)
|
|
645
618
|
- [PaginatedPageResourceResponse](docs/PaginatedPageResourceResponse.md)
|
|
646
|
-
- [PaginatedPermissionListResourceResponse](docs/PaginatedPermissionListResourceResponse.md)
|
|
647
|
-
- [PaginatedPermissionLiteResourceResponse](docs/PaginatedPermissionLiteResourceResponse.md)
|
|
648
619
|
- [PaginatedProductCategoryListResourceResponse](docs/PaginatedProductCategoryListResourceResponse.md)
|
|
649
620
|
- [PaginatedProductCategoryResourceResponse](docs/PaginatedProductCategoryResourceResponse.md)
|
|
650
621
|
- [PaginatedProductChildFrontendResourceResponse](docs/PaginatedProductChildFrontendResourceResponse.md)
|
|
@@ -672,7 +643,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
672
643
|
- [PaginatedReviewListResourceResponse](docs/PaginatedReviewListResourceResponse.md)
|
|
673
644
|
- [PaginatedReviewLiteResourceResponse](docs/PaginatedReviewLiteResourceResponse.md)
|
|
674
645
|
- [PaginatedReviewResourceResponse](docs/PaginatedReviewResourceResponse.md)
|
|
675
|
-
- [PaginatedRoleListResourceResponse](docs/PaginatedRoleListResourceResponse.md)
|
|
676
646
|
- [PaginatedRoleLiteResourceResponse](docs/PaginatedRoleLiteResourceResponse.md)
|
|
677
647
|
- [PaginatedSiteListResourceResponse](docs/PaginatedSiteListResourceResponse.md)
|
|
678
648
|
- [PaginatedSiteLiteResourceResponse](docs/PaginatedSiteLiteResourceResponse.md)
|
|
@@ -693,12 +663,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
693
663
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
694
664
|
- [PaymentSource](docs/PaymentSource.md)
|
|
695
665
|
- [PaymentStatus](docs/PaymentStatus.md)
|
|
696
|
-
- [PermissionListResource](docs/PermissionListResource.md)
|
|
697
|
-
- [PermissionListResourceArrayResponse](docs/PermissionListResourceArrayResponse.md)
|
|
698
|
-
- [PermissionLiteResource](docs/PermissionLiteResource.md)
|
|
699
|
-
- [PermissionLiteResourceArrayResponse](docs/PermissionLiteResourceArrayResponse.md)
|
|
700
|
-
- [PermissionResource](docs/PermissionResource.md)
|
|
701
|
-
- [PermissionResourceArrayResponse](docs/PermissionResourceArrayResponse.md)
|
|
702
666
|
- [PreviewAutomationRulesRequest](docs/PreviewAutomationRulesRequest.md)
|
|
703
667
|
- [PreviewAutomationRulesResource](docs/PreviewAutomationRulesResource.md)
|
|
704
668
|
- [PreviewAutomationRulesResourceArrayResponse](docs/PreviewAutomationRulesResourceArrayResponse.md)
|
|
@@ -807,7 +771,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
807
771
|
- [RedirectListResource](docs/RedirectListResource.md)
|
|
808
772
|
- [RedirectListResourceArrayResponse](docs/RedirectListResourceArrayResponse.md)
|
|
809
773
|
- [RefundTransactionRequest](docs/RefundTransactionRequest.md)
|
|
810
|
-
- [ResetPasswordAdminRequest](docs/ResetPasswordAdminRequest.md)
|
|
811
774
|
- [ReviewExportDownloadUrlResource](docs/ReviewExportDownloadUrlResource.md)
|
|
812
775
|
- [ReviewExportDownloadUrlResourceArrayResponse](docs/ReviewExportDownloadUrlResourceArrayResponse.md)
|
|
813
776
|
- [ReviewImportFailureResource](docs/ReviewImportFailureResource.md)
|
|
@@ -824,12 +787,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
824
787
|
- [ReviewPublicResourceArrayResponse](docs/ReviewPublicResourceArrayResponse.md)
|
|
825
788
|
- [ReviewResource](docs/ReviewResource.md)
|
|
826
789
|
- [ReviewResourceArrayResponse](docs/ReviewResourceArrayResponse.md)
|
|
827
|
-
- [RoleListResource](docs/RoleListResource.md)
|
|
828
|
-
- [RoleListResourceArrayResponse](docs/RoleListResourceArrayResponse.md)
|
|
829
790
|
- [RoleLiteResource](docs/RoleLiteResource.md)
|
|
830
791
|
- [RoleLiteResourceArrayResponse](docs/RoleLiteResourceArrayResponse.md)
|
|
831
|
-
- [RoleResource](docs/RoleResource.md)
|
|
832
|
-
- [RoleResourceArrayResponse](docs/RoleResourceArrayResponse.md)
|
|
833
792
|
- [SEOResource](docs/SEOResource.md)
|
|
834
793
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
835
794
|
- [SearchAdminNotesRequest](docs/SearchAdminNotesRequest.md)
|
|
@@ -848,14 +807,12 @@ All URIs are relative to *http://localhost/api*
|
|
|
848
807
|
- [SearchAllOverlayTemplatesRequest](docs/SearchAllOverlayTemplatesRequest.md)
|
|
849
808
|
- [SearchAllPageComponentsRequest](docs/SearchAllPageComponentsRequest.md)
|
|
850
809
|
- [SearchAllPagesRequest](docs/SearchAllPagesRequest.md)
|
|
851
|
-
- [SearchAllPermissionsRequest](docs/SearchAllPermissionsRequest.md)
|
|
852
810
|
- [SearchAllProductCategoriesRequest](docs/SearchAllProductCategoriesRequest.md)
|
|
853
811
|
- [SearchAllProductChildrenRequest](docs/SearchAllProductChildrenRequest.md)
|
|
854
812
|
- [SearchAllProductRangesRequest](docs/SearchAllProductRangesRequest.md)
|
|
855
813
|
- [SearchAllProductRegistrationsRequest](docs/SearchAllProductRegistrationsRequest.md)
|
|
856
814
|
- [SearchAllProductTypesRequest](docs/SearchAllProductTypesRequest.md)
|
|
857
815
|
- [SearchAllProductsRequest](docs/SearchAllProductsRequest.md)
|
|
858
|
-
- [SearchAllRolesRequest](docs/SearchAllRolesRequest.md)
|
|
859
816
|
- [SearchAllStoresRequest](docs/SearchAllStoresRequest.md)
|
|
860
817
|
- [SearchAllSuppliersRequest](docs/SearchAllSuppliersRequest.md)
|
|
861
818
|
- [SearchAttributeValuesRequest](docs/SearchAttributeValuesRequest.md)
|
|
@@ -875,7 +832,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
875
832
|
- [SearchOrdersRequest](docs/SearchOrdersRequest.md)
|
|
876
833
|
- [SearchOverlayTemplatesRequest](docs/SearchOverlayTemplatesRequest.md)
|
|
877
834
|
- [SearchPagesRequest](docs/SearchPagesRequest.md)
|
|
878
|
-
- [SearchPermissionsRequest](docs/SearchPermissionsRequest.md)
|
|
879
835
|
- [SearchProductCategoriesRequest](docs/SearchProductCategoriesRequest.md)
|
|
880
836
|
- [SearchProductChildAttributesRequest](docs/SearchProductChildAttributesRequest.md)
|
|
881
837
|
- [SearchProductChildrenRequest](docs/SearchProductChildrenRequest.md)
|
|
@@ -886,7 +842,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
886
842
|
- [SearchProductsRequest](docs/SearchProductsRequest.md)
|
|
887
843
|
- [SearchRedirectsRequest](docs/SearchRedirectsRequest.md)
|
|
888
844
|
- [SearchReviewsRequest](docs/SearchReviewsRequest.md)
|
|
889
|
-
- [SearchRolesRequest](docs/SearchRolesRequest.md)
|
|
890
845
|
- [SearchSiteNotificationsRequest](docs/SearchSiteNotificationsRequest.md)
|
|
891
846
|
- [SearchSitesRequest](docs/SearchSitesRequest.md)
|
|
892
847
|
- [SearchStoresRequest](docs/SearchStoresRequest.md)
|
|
@@ -988,7 +943,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
988
943
|
- [UpdateProductTypeAttributeRequest](docs/UpdateProductTypeAttributeRequest.md)
|
|
989
944
|
- [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
|
|
990
945
|
- [UpdateReviewRequest](docs/UpdateReviewRequest.md)
|
|
991
|
-
- [UpdateRoleRequest](docs/UpdateRoleRequest.md)
|
|
992
946
|
- [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
|
|
993
947
|
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
|
|
994
948
|
- [UpdateStoreRequest](docs/UpdateStoreRequest.md)
|
|
@@ -1015,7 +969,7 @@ and is automatically generated by the
|
|
|
1015
969
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
1016
970
|
|
|
1017
971
|
- API version: `1.0.0`
|
|
1018
|
-
- Package version: `0.0.
|
|
972
|
+
- Package version: `0.0.2284`
|
|
1019
973
|
- Generator version: `7.22.0`
|
|
1020
974
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
1021
975
|
|
package/dist/apis/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ export * from './AdminApi';
|
|
|
2
2
|
export * from './AdminsApi';
|
|
3
3
|
export * from './AssetApi';
|
|
4
4
|
export * from './AttributeApi';
|
|
5
|
-
export * from './AuthApi';
|
|
6
5
|
export * from './BlogCategoryApi';
|
|
7
6
|
export * from './CartsApi';
|
|
8
7
|
export * from './CustomersApi';
|
|
@@ -18,7 +17,6 @@ export * from './OrdersApi';
|
|
|
18
17
|
export * from './OverlayTemplateApi';
|
|
19
18
|
export * from './PageApi';
|
|
20
19
|
export * from './PageComponentApi';
|
|
21
|
-
export * from './PermissionsApi';
|
|
22
20
|
export * from './ProductApi';
|
|
23
21
|
export * from './ProductCategoryApi';
|
|
24
22
|
export * from './ProductRangeApi';
|
|
@@ -26,7 +24,6 @@ export * from './ProductRegistrationApi';
|
|
|
26
24
|
export * from './ProductTypeApi';
|
|
27
25
|
export * from './RedirectApi';
|
|
28
26
|
export * from './ReviewApi';
|
|
29
|
-
export * from './RolesApi';
|
|
30
27
|
export * from './SiteApi';
|
|
31
28
|
export * from './StoreApi';
|
|
32
29
|
export * from './SupplierApi';
|
package/dist/apis/index.js
CHANGED
|
@@ -20,7 +20,6 @@ __exportStar(require("./AdminApi"), exports);
|
|
|
20
20
|
__exportStar(require("./AdminsApi"), exports);
|
|
21
21
|
__exportStar(require("./AssetApi"), exports);
|
|
22
22
|
__exportStar(require("./AttributeApi"), exports);
|
|
23
|
-
__exportStar(require("./AuthApi"), exports);
|
|
24
23
|
__exportStar(require("./BlogCategoryApi"), exports);
|
|
25
24
|
__exportStar(require("./CartsApi"), exports);
|
|
26
25
|
__exportStar(require("./CustomersApi"), exports);
|
|
@@ -36,7 +35,6 @@ __exportStar(require("./OrdersApi"), exports);
|
|
|
36
35
|
__exportStar(require("./OverlayTemplateApi"), exports);
|
|
37
36
|
__exportStar(require("./PageApi"), exports);
|
|
38
37
|
__exportStar(require("./PageComponentApi"), exports);
|
|
39
|
-
__exportStar(require("./PermissionsApi"), exports);
|
|
40
38
|
__exportStar(require("./ProductApi"), exports);
|
|
41
39
|
__exportStar(require("./ProductCategoryApi"), exports);
|
|
42
40
|
__exportStar(require("./ProductRangeApi"), exports);
|
|
@@ -44,7 +42,6 @@ __exportStar(require("./ProductRegistrationApi"), exports);
|
|
|
44
42
|
__exportStar(require("./ProductTypeApi"), exports);
|
|
45
43
|
__exportStar(require("./RedirectApi"), exports);
|
|
46
44
|
__exportStar(require("./ReviewApi"), exports);
|
|
47
|
-
__exportStar(require("./RolesApi"), exports);
|
|
48
45
|
__exportStar(require("./SiteApi"), exports);
|
|
49
46
|
__exportStar(require("./StoreApi"), exports);
|
|
50
47
|
__exportStar(require("./SupplierApi"), exports);
|
|
@@ -24,6 +24,8 @@ exports.AddressFrontendResourceToJSONTyped = AddressFrontendResourceToJSONTyped;
|
|
|
24
24
|
function instanceOfAddressFrontendResource(value) {
|
|
25
25
|
if (!('line1' in value) || value['line1'] === undefined)
|
|
26
26
|
return false;
|
|
27
|
+
if (!('line2' in value) || value['line2'] === undefined)
|
|
28
|
+
return false;
|
|
27
29
|
if (!('postcode' in value) || value['postcode'] === undefined)
|
|
28
30
|
return false;
|
|
29
31
|
if (!('suburb' in value) || value['suburb'] === undefined)
|
|
@@ -46,7 +48,7 @@ function AddressFrontendResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
46
48
|
return {
|
|
47
49
|
'company': json['company'] == null ? undefined : json['company'],
|
|
48
50
|
'line1': json['line1'],
|
|
49
|
-
'line2': json['line2']
|
|
51
|
+
'line2': json['line2'],
|
|
50
52
|
'postcode': json['postcode'],
|
|
51
53
|
'suburb': json['suburb'],
|
|
52
54
|
'country': json['country'],
|
|
@@ -38,13 +38,13 @@ export interface AddressResource {
|
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof AddressResource
|
|
40
40
|
*/
|
|
41
|
-
addresseeName
|
|
41
|
+
addresseeName: string;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof AddressResource
|
|
46
46
|
*/
|
|
47
|
-
company
|
|
47
|
+
company: string;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @type {string}
|
|
@@ -56,7 +56,7 @@ export interface AddressResource {
|
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof AddressResource
|
|
58
58
|
*/
|
|
59
|
-
line2
|
|
59
|
+
line2: string;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {string}
|
|
@@ -22,8 +22,14 @@ exports.AddressResourceToJSONTyped = AddressResourceToJSONTyped;
|
|
|
22
22
|
* Check if a given object implements the AddressResource interface.
|
|
23
23
|
*/
|
|
24
24
|
function instanceOfAddressResource(value) {
|
|
25
|
+
if (!('addresseeName' in value) || value['addresseeName'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('company' in value) || value['company'] === undefined)
|
|
28
|
+
return false;
|
|
25
29
|
if (!('line1' in value) || value['line1'] === undefined)
|
|
26
30
|
return false;
|
|
31
|
+
if (!('line2' in value) || value['line2'] === undefined)
|
|
32
|
+
return false;
|
|
27
33
|
if (!('postcode' in value) || value['postcode'] === undefined)
|
|
28
34
|
return false;
|
|
29
35
|
if (!('suburb' in value) || value['suburb'] === undefined)
|
|
@@ -47,10 +53,10 @@ function AddressResourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
53
|
'id': json['id'] == null ? undefined : json['id'],
|
|
48
54
|
'type': json['type'] == null ? undefined : json['type'],
|
|
49
55
|
'sourceAddressId': json['sourceAddressId'] == null ? undefined : json['sourceAddressId'],
|
|
50
|
-
'addresseeName': json['addresseeName']
|
|
51
|
-
'company': json['company']
|
|
56
|
+
'addresseeName': json['addresseeName'],
|
|
57
|
+
'company': json['company'],
|
|
52
58
|
'line1': json['line1'],
|
|
53
|
-
'line2': json['line2']
|
|
59
|
+
'line2': json['line2'],
|
|
54
60
|
'postcode': json['postcode'],
|
|
55
61
|
'suburb': json['suburb'],
|
|
56
62
|
'country': json['country'],
|