@digital8/lighting-illusions-ts-sdk 0.0.2308 → 0.0.2310
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 -68
- package/README.md +2 -56
- package/dist/apis/AdminsApi.d.ts +0 -33
- package/dist/apis/AdminsApi.js +0 -125
- package/dist/apis/CustomersApi.d.ts +0 -52
- package/dist/apis/CustomersApi.js +0 -192
- package/dist/apis/index.d.ts +0 -3
- package/dist/apis/index.js +0 -3
- package/dist/models/AddressFrontendResource.d.ts +2 -2
- package/dist/models/AddressFrontendResource.js +4 -4
- package/dist/models/AddressResource.d.ts +1 -1
- package/dist/models/AddressResource.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/CreateCustomerRequest.d.ts +1 -7
- package/dist/models/CreateCustomerRequest.js +3 -3
- package/dist/models/CustomerListResource.d.ts +0 -6
- package/dist/models/CustomerListResource.js +0 -4
- package/dist/models/CustomerResource.d.ts +2 -10
- package/dist/models/CustomerResource.js +3 -9
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- 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/StoreFrontendResource.d.ts +2 -2
- package/dist/models/StoreFrontendResource.js +4 -4
- package/dist/models/StoreListResource.d.ts +2 -2
- package/dist/models/StoreListResource.js +4 -4
- package/dist/models/StoreResource.d.ts +1 -1
- package/dist/models/StoreResource.js +1 -3
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateFrontendResource.js +3 -1
- package/dist/models/StoreSpecialDateResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateResource.js +3 -1
- package/dist/models/UpdateAdminUserRequest.d.ts +6 -0
- package/dist/models/UpdateAdminUserRequest.js +4 -0
- package/dist/models/UpdateCustomerRequest.d.ts +0 -6
- package/dist/models/UpdateCustomerRequest.js +0 -2
- package/dist/models/index.d.ts +0 -31
- package/dist/models/index.js +0 -31
- package/docs/AdminNoteResource.md +1 -1
- package/docs/AdminOrderResource.md +1 -1
- package/docs/AdminResource.md +0 -2
- package/docs/AdminsApi.md +0 -138
- package/docs/CartResource.md +1 -1
- package/docs/CreateAdminUserRequest.md +2 -0
- package/docs/CreateCustomerRequest.md +0 -2
- package/docs/CustomerListResource.md +0 -2
- package/docs/CustomerResource.md +2 -4
- package/docs/CustomersApi.md +0 -210
- package/docs/RoleLiteResource.md +0 -2
- package/docs/StoreSpecialDateFrontendResource.md +1 -1
- package/docs/StoreSpecialDateResource.md +1 -1
- package/docs/UpdateAdminUserRequest.md +2 -0
- package/docs/UpdateCustomerRequest.md +0 -2
- package/package.json +1 -1
- package/src/apis/AdminsApi.ts +0 -116
- package/src/apis/CustomersApi.ts +0 -188
- package/src/apis/index.ts +0 -3
- package/src/models/AddressFrontendResource.ts +5 -5
- package/src/models/AddressResource.ts +2 -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/CreateCustomerRequest.ts +3 -10
- package/src/models/CustomerListResource.ts +0 -9
- package/src/models/CustomerResource.ts +5 -28
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/OrderFulfillmentResource.ts +2 -3
- package/src/models/RoleLiteResource.ts +0 -9
- package/src/models/StoreFrontendResource.ts +5 -5
- package/src/models/StoreListResource.ts +5 -5
- package/src/models/StoreResource.ts +2 -3
- package/src/models/StoreSpecialDateFrontendResource.ts +4 -3
- package/src/models/StoreSpecialDateResource.ts +4 -3
- package/src/models/UpdateAdminUserRequest.ts +9 -0
- package/src/models/UpdateCustomerRequest.ts +0 -8
- package/src/models/index.ts +0 -31
- 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 -182
- package/dist/apis/RolesApi.js +0 -690
- 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/AttachAdminsToRoleRequest.d.ts +0 -32
- package/dist/models/AttachAdminsToRoleRequest.js +0 -51
- package/dist/models/AttachPermissionsToRoleRequest.d.ts +0 -32
- package/dist/models/AttachPermissionsToRoleRequest.js +0 -51
- package/dist/models/AttachRolesToAdminRequest.d.ts +0 -32
- package/dist/models/AttachRolesToAdminRequest.js +0 -51
- package/dist/models/CreateCustomerAddressRequest.d.ts +0 -90
- package/dist/models/CreateCustomerAddressRequest.js +0 -83
- package/dist/models/CreateRoleRequest.d.ts +0 -38
- package/dist/models/CreateRoleRequest.js +0 -55
- 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/NetsuiteSyncLiteResource.d.ts +0 -44
- package/dist/models/NetsuiteSyncLiteResource.js +0 -59
- package/dist/models/NetsuiteSyncLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/NetsuiteSyncLiteResourceArrayResponse.js +0 -50
- 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 -74
- package/dist/models/RoleListResource.js +0 -73
- package/dist/models/RoleListResourceArrayResponse.d.ts +0 -33
- package/dist/models/RoleListResourceArrayResponse.js +0 -50
- package/dist/models/RoleResource.d.ts +0 -82
- package/dist/models/RoleResource.js +0 -79
- 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/UpdateCustomerAddressRequest.d.ts +0 -90
- package/dist/models/UpdateCustomerAddressRequest.js +0 -83
- 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/AttachAdminsToRoleRequest.md +0 -34
- package/docs/AttachPermissionsToRoleRequest.md +0 -34
- package/docs/AttachRolesToAdminRequest.md +0 -34
- package/docs/AuthApi.md +0 -322
- package/docs/CreateCustomerAddressRequest.md +0 -50
- package/docs/CreateRoleRequest.md +0 -36
- package/docs/ForgotPasswordAdminRequest.md +0 -34
- package/docs/LoginAdminRequest.md +0 -36
- package/docs/NetsuiteSyncLiteResource.md +0 -38
- package/docs/NetsuiteSyncLiteResourceArrayResponse.md +0 -34
- 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 -48
- package/docs/RoleListResourceArrayResponse.md +0 -34
- package/docs/RoleResource.md +0 -50
- package/docs/RoleResourceArrayResponse.md +0 -34
- package/docs/RolesApi.md +0 -683
- 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/UpdateCustomerAddressRequest.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 -577
- package/src/models/AdminLoginResponseResource.ts +0 -83
- package/src/models/AdminLoginResponseResourceArrayResponse.ts +0 -73
- package/src/models/AttachAdminsToRoleRequest.ts +0 -66
- package/src/models/AttachPermissionsToRoleRequest.ts +0 -66
- package/src/models/AttachRolesToAdminRequest.ts +0 -66
- package/src/models/CreateCustomerAddressRequest.ts +0 -146
- package/src/models/CreateRoleRequest.ts +0 -75
- package/src/models/ForgotPasswordAdminRequest.ts +0 -66
- package/src/models/LoginAdminRequest.ts +0 -75
- package/src/models/NetsuiteSyncLiteResource.ts +0 -84
- package/src/models/NetsuiteSyncLiteResourceArrayResponse.ts +0 -73
- 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 -126
- package/src/models/RoleListResourceArrayResponse.ts +0 -73
- package/src/models/RoleResource.ts +0 -150
- 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/UpdateCustomerAddressRequest.ts +0 -146
- 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
|
|
@@ -36,7 +34,6 @@ docs/AssetResource.md
|
|
|
36
34
|
docs/AssetResourceArrayResponse.md
|
|
37
35
|
docs/AssetWithOverlayLinkResource.md
|
|
38
36
|
docs/AssetWithOverlayLinkResourceArrayResponse.md
|
|
39
|
-
docs/AttachAdminsToRoleRequest.md
|
|
40
37
|
docs/AttachAttributesToProductRangeRequest.md
|
|
41
38
|
docs/AttachAttributesToProductRangeRequestAttributesInner.md
|
|
42
39
|
docs/AttachCouponRequest.md
|
|
@@ -46,11 +43,9 @@ docs/AttachDocumentsToProductChildRequest.md
|
|
|
46
43
|
docs/AttachDocumentsToProductChildRequestDocumentsInner.md
|
|
47
44
|
docs/AttachDocumentsToProductRangeRequest.md
|
|
48
45
|
docs/AttachLineItemRequest.md
|
|
49
|
-
docs/AttachPermissionsToRoleRequest.md
|
|
50
46
|
docs/AttachProductChildrenRequest.md
|
|
51
47
|
docs/AttachProductChildrenToProductRangeRequest.md
|
|
52
48
|
docs/AttachProductsToProductCategoryRequest.md
|
|
53
|
-
docs/AttachRolesToAdminRequest.md
|
|
54
49
|
docs/AttachStoresToSupplierRequest.md
|
|
55
50
|
docs/AttachSuppliersToStoreRequest.md
|
|
56
51
|
docs/AttributeApi.md
|
|
@@ -66,7 +61,6 @@ docs/AttributeResourceArrayResponse.md
|
|
|
66
61
|
docs/AttributeType.md
|
|
67
62
|
docs/AttributeValueResource.md
|
|
68
63
|
docs/AttributeValueResourceArrayResponse.md
|
|
69
|
-
docs/AuthApi.md
|
|
70
64
|
docs/BlogCategoryApi.md
|
|
71
65
|
docs/BlogCategoryListResource.md
|
|
72
66
|
docs/BlogCategoryListResourceArrayResponse.md
|
|
@@ -114,7 +108,6 @@ docs/CreateBlogCategoryRequestSeoInner.md
|
|
|
114
108
|
docs/CreateCartRequest.md
|
|
115
109
|
docs/CreateCartRequestItemsInner.md
|
|
116
110
|
docs/CreateCartRequestShippingAddress.md
|
|
117
|
-
docs/CreateCustomerAddressRequest.md
|
|
118
111
|
docs/CreateCustomerRequest.md
|
|
119
112
|
docs/CreateDefinitionRequest.md
|
|
120
113
|
docs/CreateDocumentFileRequest.md
|
|
@@ -142,7 +135,6 @@ docs/CreateProductRequestCategoriesInner.md
|
|
|
142
135
|
docs/CreateProductTypeRequest.md
|
|
143
136
|
docs/CreateReviewImportFileRequest.md
|
|
144
137
|
docs/CreateReviewRequest.md
|
|
145
|
-
docs/CreateRoleRequest.md
|
|
146
138
|
docs/CreateSiteNotificationRequest.md
|
|
147
139
|
docs/CreateStoreRequest.md
|
|
148
140
|
docs/CreateStoreRequestAddress.md
|
|
@@ -204,7 +196,6 @@ docs/ExternalApiLogResource.md
|
|
|
204
196
|
docs/ExternalApiLogResourceArrayResponse.md
|
|
205
197
|
docs/ExternalApiProvider.md
|
|
206
198
|
docs/ExternalApiSyncStatus.md
|
|
207
|
-
docs/ForgotPasswordAdminRequest.md
|
|
208
199
|
docs/FrontendCartResource.md
|
|
209
200
|
docs/FrontendCartResourceArrayResponse.md
|
|
210
201
|
docs/FrontendCartResourceCouponsInner.md
|
|
@@ -247,7 +238,6 @@ docs/LineItemDiscountResourceArrayResponse.md
|
|
|
247
238
|
docs/LineItemListResource.md
|
|
248
239
|
docs/LineItemListResourceArrayResponse.md
|
|
249
240
|
docs/LinkOverlayTemplateToAssetsRequest.md
|
|
250
|
-
docs/LoginAdminRequest.md
|
|
251
241
|
docs/MenuApi.md
|
|
252
242
|
docs/MenuIdRequest.md
|
|
253
243
|
docs/MenuItemHierarchyResource.md
|
|
@@ -271,8 +261,6 @@ docs/ModelAttributeListResource.md
|
|
|
271
261
|
docs/ModelAttributeListResourceArrayResponse.md
|
|
272
262
|
docs/ModelAttributeResource.md
|
|
273
263
|
docs/ModelAttributeResourceArrayResponse.md
|
|
274
|
-
docs/NetsuiteSyncLiteResource.md
|
|
275
|
-
docs/NetsuiteSyncLiteResourceArrayResponse.md
|
|
276
264
|
docs/OmnisendSyncLiteResource.md
|
|
277
265
|
docs/OmnisendSyncLiteResourceArrayResponse.md
|
|
278
266
|
docs/OrderFulfillmentLineItemResource.md
|
|
@@ -355,8 +343,6 @@ docs/PaginatedPageComponentLiteResourceResponse.md
|
|
|
355
343
|
docs/PaginatedPageListResourceResponse.md
|
|
356
344
|
docs/PaginatedPageLiteResourceResponse.md
|
|
357
345
|
docs/PaginatedPageResourceResponse.md
|
|
358
|
-
docs/PaginatedPermissionListResourceResponse.md
|
|
359
|
-
docs/PaginatedPermissionLiteResourceResponse.md
|
|
360
346
|
docs/PaginatedProductCategoryListResourceResponse.md
|
|
361
347
|
docs/PaginatedProductCategoryResourceResponse.md
|
|
362
348
|
docs/PaginatedProductChildFrontendResourceResponse.md
|
|
@@ -384,7 +370,6 @@ docs/PaginatedRedirectListResourceResponse.md
|
|
|
384
370
|
docs/PaginatedReviewListResourceResponse.md
|
|
385
371
|
docs/PaginatedReviewLiteResourceResponse.md
|
|
386
372
|
docs/PaginatedReviewResourceResponse.md
|
|
387
|
-
docs/PaginatedRoleListResourceResponse.md
|
|
388
373
|
docs/PaginatedRoleLiteResourceResponse.md
|
|
389
374
|
docs/PaginatedSiteListResourceResponse.md
|
|
390
375
|
docs/PaginatedSiteLiteResourceResponse.md
|
|
@@ -405,13 +390,6 @@ docs/PagingMetadata.md
|
|
|
405
390
|
docs/PaymentMethod.md
|
|
406
391
|
docs/PaymentSource.md
|
|
407
392
|
docs/PaymentStatus.md
|
|
408
|
-
docs/PermissionListResource.md
|
|
409
|
-
docs/PermissionListResourceArrayResponse.md
|
|
410
|
-
docs/PermissionLiteResource.md
|
|
411
|
-
docs/PermissionLiteResourceArrayResponse.md
|
|
412
|
-
docs/PermissionResource.md
|
|
413
|
-
docs/PermissionResourceArrayResponse.md
|
|
414
|
-
docs/PermissionsApi.md
|
|
415
393
|
docs/PreviewAutomationRulesRequest.md
|
|
416
394
|
docs/PreviewAutomationRulesResource.md
|
|
417
395
|
docs/PreviewAutomationRulesResourceArrayResponse.md
|
|
@@ -526,7 +504,6 @@ docs/RedirectFrontendResourceArrayResponse.md
|
|
|
526
504
|
docs/RedirectListResource.md
|
|
527
505
|
docs/RedirectListResourceArrayResponse.md
|
|
528
506
|
docs/RefundTransactionRequest.md
|
|
529
|
-
docs/ResetPasswordAdminRequest.md
|
|
530
507
|
docs/ReviewApi.md
|
|
531
508
|
docs/ReviewExportDownloadUrlResource.md
|
|
532
509
|
docs/ReviewExportDownloadUrlResourceArrayResponse.md
|
|
@@ -544,13 +521,8 @@ docs/ReviewPublicResource.md
|
|
|
544
521
|
docs/ReviewPublicResourceArrayResponse.md
|
|
545
522
|
docs/ReviewResource.md
|
|
546
523
|
docs/ReviewResourceArrayResponse.md
|
|
547
|
-
docs/RoleListResource.md
|
|
548
|
-
docs/RoleListResourceArrayResponse.md
|
|
549
524
|
docs/RoleLiteResource.md
|
|
550
525
|
docs/RoleLiteResourceArrayResponse.md
|
|
551
|
-
docs/RoleResource.md
|
|
552
|
-
docs/RoleResourceArrayResponse.md
|
|
553
|
-
docs/RolesApi.md
|
|
554
526
|
docs/SEOResource.md
|
|
555
527
|
docs/SEOResourceArrayResponse.md
|
|
556
528
|
docs/SearchAdminNotesRequest.md
|
|
@@ -569,14 +541,12 @@ docs/SearchAllOrdersRequest.md
|
|
|
569
541
|
docs/SearchAllOverlayTemplatesRequest.md
|
|
570
542
|
docs/SearchAllPageComponentsRequest.md
|
|
571
543
|
docs/SearchAllPagesRequest.md
|
|
572
|
-
docs/SearchAllPermissionsRequest.md
|
|
573
544
|
docs/SearchAllProductCategoriesRequest.md
|
|
574
545
|
docs/SearchAllProductChildrenRequest.md
|
|
575
546
|
docs/SearchAllProductRangesRequest.md
|
|
576
547
|
docs/SearchAllProductRegistrationsRequest.md
|
|
577
548
|
docs/SearchAllProductTypesRequest.md
|
|
578
549
|
docs/SearchAllProductsRequest.md
|
|
579
|
-
docs/SearchAllRolesRequest.md
|
|
580
550
|
docs/SearchAllStoresRequest.md
|
|
581
551
|
docs/SearchAllSuppliersRequest.md
|
|
582
552
|
docs/SearchAttributeValuesRequest.md
|
|
@@ -596,7 +566,6 @@ docs/SearchOrderFulfillmentsRequest.md
|
|
|
596
566
|
docs/SearchOrdersRequest.md
|
|
597
567
|
docs/SearchOverlayTemplatesRequest.md
|
|
598
568
|
docs/SearchPagesRequest.md
|
|
599
|
-
docs/SearchPermissionsRequest.md
|
|
600
569
|
docs/SearchProductCategoriesRequest.md
|
|
601
570
|
docs/SearchProductChildAttributesRequest.md
|
|
602
571
|
docs/SearchProductChildrenRequest.md
|
|
@@ -607,7 +576,6 @@ docs/SearchProductTypesRequest.md
|
|
|
607
576
|
docs/SearchProductsRequest.md
|
|
608
577
|
docs/SearchRedirectsRequest.md
|
|
609
578
|
docs/SearchReviewsRequest.md
|
|
610
|
-
docs/SearchRolesRequest.md
|
|
611
579
|
docs/SearchSiteNotificationsRequest.md
|
|
612
580
|
docs/SearchSitesRequest.md
|
|
613
581
|
docs/SearchStoresRequest.md
|
|
@@ -690,7 +658,6 @@ docs/UpdateAttributeRequest.md
|
|
|
690
658
|
docs/UpdateAttributeValueRequest.md
|
|
691
659
|
docs/UpdateBlogCategoryRequest.md
|
|
692
660
|
docs/UpdateCartRequest.md
|
|
693
|
-
docs/UpdateCustomerAddressRequest.md
|
|
694
661
|
docs/UpdateCustomerRequest.md
|
|
695
662
|
docs/UpdateDefinitionRequest.md
|
|
696
663
|
docs/UpdateDocumentRequest.md
|
|
@@ -715,7 +682,6 @@ docs/UpdateProductRequest.md
|
|
|
715
682
|
docs/UpdateProductTypeAttributeRequest.md
|
|
716
683
|
docs/UpdateProductTypeRequest.md
|
|
717
684
|
docs/UpdateReviewRequest.md
|
|
718
|
-
docs/UpdateRoleRequest.md
|
|
719
685
|
docs/UpdateSiteNotificationRequest.md
|
|
720
686
|
docs/UpdateSiteRequest.md
|
|
721
687
|
docs/UpdateStoreRequest.md
|
|
@@ -734,7 +700,6 @@ src/apis/AdminApi.ts
|
|
|
734
700
|
src/apis/AdminsApi.ts
|
|
735
701
|
src/apis/AssetApi.ts
|
|
736
702
|
src/apis/AttributeApi.ts
|
|
737
|
-
src/apis/AuthApi.ts
|
|
738
703
|
src/apis/BlogCategoryApi.ts
|
|
739
704
|
src/apis/CartsApi.ts
|
|
740
705
|
src/apis/CustomersApi.ts
|
|
@@ -750,7 +715,6 @@ src/apis/OrdersApi.ts
|
|
|
750
715
|
src/apis/OverlayTemplateApi.ts
|
|
751
716
|
src/apis/PageApi.ts
|
|
752
717
|
src/apis/PageComponentApi.ts
|
|
753
|
-
src/apis/PermissionsApi.ts
|
|
754
718
|
src/apis/ProductApi.ts
|
|
755
719
|
src/apis/ProductCategoryApi.ts
|
|
756
720
|
src/apis/ProductRangeApi.ts
|
|
@@ -758,7 +722,6 @@ src/apis/ProductRegistrationApi.ts
|
|
|
758
722
|
src/apis/ProductTypeApi.ts
|
|
759
723
|
src/apis/RedirectApi.ts
|
|
760
724
|
src/apis/ReviewApi.ts
|
|
761
|
-
src/apis/RolesApi.ts
|
|
762
725
|
src/apis/SiteApi.ts
|
|
763
726
|
src/apis/StoreApi.ts
|
|
764
727
|
src/apis/SupplierApi.ts
|
|
@@ -775,8 +738,6 @@ src/models/AdminListResource.ts
|
|
|
775
738
|
src/models/AdminListResourceArrayResponse.ts
|
|
776
739
|
src/models/AdminLiteResource.ts
|
|
777
740
|
src/models/AdminLiteResourceArrayResponse.ts
|
|
778
|
-
src/models/AdminLoginResponseResource.ts
|
|
779
|
-
src/models/AdminLoginResponseResourceArrayResponse.ts
|
|
780
741
|
src/models/AdminNoteResource.ts
|
|
781
742
|
src/models/AdminNoteResourceArrayResponse.ts
|
|
782
743
|
src/models/AdminOrderLineItemResource.ts
|
|
@@ -797,7 +758,6 @@ src/models/AssetResource.ts
|
|
|
797
758
|
src/models/AssetResourceArrayResponse.ts
|
|
798
759
|
src/models/AssetWithOverlayLinkResource.ts
|
|
799
760
|
src/models/AssetWithOverlayLinkResourceArrayResponse.ts
|
|
800
|
-
src/models/AttachAdminsToRoleRequest.ts
|
|
801
761
|
src/models/AttachAttributesToProductRangeRequest.ts
|
|
802
762
|
src/models/AttachAttributesToProductRangeRequestAttributesInner.ts
|
|
803
763
|
src/models/AttachCouponRequest.ts
|
|
@@ -807,11 +767,9 @@ src/models/AttachDocumentsToProductChildRequest.ts
|
|
|
807
767
|
src/models/AttachDocumentsToProductChildRequestDocumentsInner.ts
|
|
808
768
|
src/models/AttachDocumentsToProductRangeRequest.ts
|
|
809
769
|
src/models/AttachLineItemRequest.ts
|
|
810
|
-
src/models/AttachPermissionsToRoleRequest.ts
|
|
811
770
|
src/models/AttachProductChildrenRequest.ts
|
|
812
771
|
src/models/AttachProductChildrenToProductRangeRequest.ts
|
|
813
772
|
src/models/AttachProductsToProductCategoryRequest.ts
|
|
814
|
-
src/models/AttachRolesToAdminRequest.ts
|
|
815
773
|
src/models/AttachStoresToSupplierRequest.ts
|
|
816
774
|
src/models/AttachSuppliersToStoreRequest.ts
|
|
817
775
|
src/models/AttributeFieldType.ts
|
|
@@ -871,7 +829,6 @@ src/models/CreateBlogCategoryRequestSeoInner.ts
|
|
|
871
829
|
src/models/CreateCartRequest.ts
|
|
872
830
|
src/models/CreateCartRequestItemsInner.ts
|
|
873
831
|
src/models/CreateCartRequestShippingAddress.ts
|
|
874
|
-
src/models/CreateCustomerAddressRequest.ts
|
|
875
832
|
src/models/CreateCustomerRequest.ts
|
|
876
833
|
src/models/CreateDefinitionRequest.ts
|
|
877
834
|
src/models/CreateDocumentFileRequest.ts
|
|
@@ -899,7 +856,6 @@ src/models/CreateProductRequestCategoriesInner.ts
|
|
|
899
856
|
src/models/CreateProductTypeRequest.ts
|
|
900
857
|
src/models/CreateReviewImportFileRequest.ts
|
|
901
858
|
src/models/CreateReviewRequest.ts
|
|
902
|
-
src/models/CreateRoleRequest.ts
|
|
903
859
|
src/models/CreateSiteNotificationRequest.ts
|
|
904
860
|
src/models/CreateStoreRequest.ts
|
|
905
861
|
src/models/CreateStoreRequestAddress.ts
|
|
@@ -957,7 +913,6 @@ src/models/ExternalApiLogResource.ts
|
|
|
957
913
|
src/models/ExternalApiLogResourceArrayResponse.ts
|
|
958
914
|
src/models/ExternalApiProvider.ts
|
|
959
915
|
src/models/ExternalApiSyncStatus.ts
|
|
960
|
-
src/models/ForgotPasswordAdminRequest.ts
|
|
961
916
|
src/models/FrontendCartResource.ts
|
|
962
917
|
src/models/FrontendCartResourceArrayResponse.ts
|
|
963
918
|
src/models/FrontendCartResourceCouponsInner.ts
|
|
@@ -997,7 +952,6 @@ src/models/LineItemDiscountResourceArrayResponse.ts
|
|
|
997
952
|
src/models/LineItemListResource.ts
|
|
998
953
|
src/models/LineItemListResourceArrayResponse.ts
|
|
999
954
|
src/models/LinkOverlayTemplateToAssetsRequest.ts
|
|
1000
|
-
src/models/LoginAdminRequest.ts
|
|
1001
955
|
src/models/MenuIdRequest.ts
|
|
1002
956
|
src/models/MenuItemHierarchyResource.ts
|
|
1003
957
|
src/models/MenuItemHierarchyResourceArrayResponse.ts
|
|
@@ -1019,8 +973,6 @@ src/models/ModelAttributeListResource.ts
|
|
|
1019
973
|
src/models/ModelAttributeListResourceArrayResponse.ts
|
|
1020
974
|
src/models/ModelAttributeResource.ts
|
|
1021
975
|
src/models/ModelAttributeResourceArrayResponse.ts
|
|
1022
|
-
src/models/NetsuiteSyncLiteResource.ts
|
|
1023
|
-
src/models/NetsuiteSyncLiteResourceArrayResponse.ts
|
|
1024
976
|
src/models/OmnisendSyncLiteResource.ts
|
|
1025
977
|
src/models/OmnisendSyncLiteResourceArrayResponse.ts
|
|
1026
978
|
src/models/OrderFulfillmentLineItemResource.ts
|
|
@@ -1099,8 +1051,6 @@ src/models/PaginatedPageComponentLiteResourceResponse.ts
|
|
|
1099
1051
|
src/models/PaginatedPageListResourceResponse.ts
|
|
1100
1052
|
src/models/PaginatedPageLiteResourceResponse.ts
|
|
1101
1053
|
src/models/PaginatedPageResourceResponse.ts
|
|
1102
|
-
src/models/PaginatedPermissionListResourceResponse.ts
|
|
1103
|
-
src/models/PaginatedPermissionLiteResourceResponse.ts
|
|
1104
1054
|
src/models/PaginatedProductCategoryListResourceResponse.ts
|
|
1105
1055
|
src/models/PaginatedProductCategoryResourceResponse.ts
|
|
1106
1056
|
src/models/PaginatedProductChildFrontendResourceResponse.ts
|
|
@@ -1128,7 +1078,6 @@ src/models/PaginatedRedirectListResourceResponse.ts
|
|
|
1128
1078
|
src/models/PaginatedReviewListResourceResponse.ts
|
|
1129
1079
|
src/models/PaginatedReviewLiteResourceResponse.ts
|
|
1130
1080
|
src/models/PaginatedReviewResourceResponse.ts
|
|
1131
|
-
src/models/PaginatedRoleListResourceResponse.ts
|
|
1132
1081
|
src/models/PaginatedRoleLiteResourceResponse.ts
|
|
1133
1082
|
src/models/PaginatedSiteListResourceResponse.ts
|
|
1134
1083
|
src/models/PaginatedSiteLiteResourceResponse.ts
|
|
@@ -1149,12 +1098,6 @@ src/models/PagingMetadata.ts
|
|
|
1149
1098
|
src/models/PaymentMethod.ts
|
|
1150
1099
|
src/models/PaymentSource.ts
|
|
1151
1100
|
src/models/PaymentStatus.ts
|
|
1152
|
-
src/models/PermissionListResource.ts
|
|
1153
|
-
src/models/PermissionListResourceArrayResponse.ts
|
|
1154
|
-
src/models/PermissionLiteResource.ts
|
|
1155
|
-
src/models/PermissionLiteResourceArrayResponse.ts
|
|
1156
|
-
src/models/PermissionResource.ts
|
|
1157
|
-
src/models/PermissionResourceArrayResponse.ts
|
|
1158
1101
|
src/models/PreviewAutomationRulesRequest.ts
|
|
1159
1102
|
src/models/PreviewAutomationRulesResource.ts
|
|
1160
1103
|
src/models/PreviewAutomationRulesResourceArrayResponse.ts
|
|
@@ -1263,7 +1206,6 @@ src/models/RedirectFrontendResourceArrayResponse.ts
|
|
|
1263
1206
|
src/models/RedirectListResource.ts
|
|
1264
1207
|
src/models/RedirectListResourceArrayResponse.ts
|
|
1265
1208
|
src/models/RefundTransactionRequest.ts
|
|
1266
|
-
src/models/ResetPasswordAdminRequest.ts
|
|
1267
1209
|
src/models/ReviewExportDownloadUrlResource.ts
|
|
1268
1210
|
src/models/ReviewExportDownloadUrlResourceArrayResponse.ts
|
|
1269
1211
|
src/models/ReviewImportFailureResource.ts
|
|
@@ -1280,12 +1222,8 @@ src/models/ReviewPublicResource.ts
|
|
|
1280
1222
|
src/models/ReviewPublicResourceArrayResponse.ts
|
|
1281
1223
|
src/models/ReviewResource.ts
|
|
1282
1224
|
src/models/ReviewResourceArrayResponse.ts
|
|
1283
|
-
src/models/RoleListResource.ts
|
|
1284
|
-
src/models/RoleListResourceArrayResponse.ts
|
|
1285
1225
|
src/models/RoleLiteResource.ts
|
|
1286
1226
|
src/models/RoleLiteResourceArrayResponse.ts
|
|
1287
|
-
src/models/RoleResource.ts
|
|
1288
|
-
src/models/RoleResourceArrayResponse.ts
|
|
1289
1227
|
src/models/SEOResource.ts
|
|
1290
1228
|
src/models/SEOResourceArrayResponse.ts
|
|
1291
1229
|
src/models/SearchAdminNotesRequest.ts
|
|
@@ -1304,14 +1242,12 @@ src/models/SearchAllOrdersRequest.ts
|
|
|
1304
1242
|
src/models/SearchAllOverlayTemplatesRequest.ts
|
|
1305
1243
|
src/models/SearchAllPageComponentsRequest.ts
|
|
1306
1244
|
src/models/SearchAllPagesRequest.ts
|
|
1307
|
-
src/models/SearchAllPermissionsRequest.ts
|
|
1308
1245
|
src/models/SearchAllProductCategoriesRequest.ts
|
|
1309
1246
|
src/models/SearchAllProductChildrenRequest.ts
|
|
1310
1247
|
src/models/SearchAllProductRangesRequest.ts
|
|
1311
1248
|
src/models/SearchAllProductRegistrationsRequest.ts
|
|
1312
1249
|
src/models/SearchAllProductTypesRequest.ts
|
|
1313
1250
|
src/models/SearchAllProductsRequest.ts
|
|
1314
|
-
src/models/SearchAllRolesRequest.ts
|
|
1315
1251
|
src/models/SearchAllStoresRequest.ts
|
|
1316
1252
|
src/models/SearchAllSuppliersRequest.ts
|
|
1317
1253
|
src/models/SearchAttributeValuesRequest.ts
|
|
@@ -1331,7 +1267,6 @@ src/models/SearchOrderFulfillmentsRequest.ts
|
|
|
1331
1267
|
src/models/SearchOrdersRequest.ts
|
|
1332
1268
|
src/models/SearchOverlayTemplatesRequest.ts
|
|
1333
1269
|
src/models/SearchPagesRequest.ts
|
|
1334
|
-
src/models/SearchPermissionsRequest.ts
|
|
1335
1270
|
src/models/SearchProductCategoriesRequest.ts
|
|
1336
1271
|
src/models/SearchProductChildAttributesRequest.ts
|
|
1337
1272
|
src/models/SearchProductChildrenRequest.ts
|
|
@@ -1342,7 +1277,6 @@ src/models/SearchProductTypesRequest.ts
|
|
|
1342
1277
|
src/models/SearchProductsRequest.ts
|
|
1343
1278
|
src/models/SearchRedirectsRequest.ts
|
|
1344
1279
|
src/models/SearchReviewsRequest.ts
|
|
1345
|
-
src/models/SearchRolesRequest.ts
|
|
1346
1280
|
src/models/SearchSiteNotificationsRequest.ts
|
|
1347
1281
|
src/models/SearchSitesRequest.ts
|
|
1348
1282
|
src/models/SearchStoresRequest.ts
|
|
@@ -1420,7 +1354,6 @@ src/models/UpdateAttributeRequest.ts
|
|
|
1420
1354
|
src/models/UpdateAttributeValueRequest.ts
|
|
1421
1355
|
src/models/UpdateBlogCategoryRequest.ts
|
|
1422
1356
|
src/models/UpdateCartRequest.ts
|
|
1423
|
-
src/models/UpdateCustomerAddressRequest.ts
|
|
1424
1357
|
src/models/UpdateCustomerRequest.ts
|
|
1425
1358
|
src/models/UpdateDefinitionRequest.ts
|
|
1426
1359
|
src/models/UpdateDocumentRequest.ts
|
|
@@ -1445,7 +1378,6 @@ src/models/UpdateProductRequest.ts
|
|
|
1445
1378
|
src/models/UpdateProductTypeAttributeRequest.ts
|
|
1446
1379
|
src/models/UpdateProductTypeRequest.ts
|
|
1447
1380
|
src/models/UpdateReviewRequest.ts
|
|
1448
|
-
src/models/UpdateRoleRequest.ts
|
|
1449
1381
|
src/models/UpdateSiteNotificationRequest.ts
|
|
1450
1382
|
src/models/UpdateSiteRequest.ts
|
|
1451
1383
|
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.2310
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -54,9 +54,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
54
54
|
*AdminApi* | [**generateSocialFeedAdmin**](docs/AdminApi.md#generatesocialfeedadmin) | **POST** /admin-api/admin/feeds/social/generate | Auto-generated: generateSocialFeedAdmin
|
|
55
55
|
*AdminApi* | [**generateTGNDataFeedAdmin**](docs/AdminApi.md#generatetgndatafeedadmin) | **POST** /admin-api/admin/feeds/tgn-data/generate | Auto-generated: generateTGNDataFeedAdmin
|
|
56
56
|
*AdminApi* | [**getAllAdminNote**](docs/AdminApi.md#getalladminnote) | **POST** /admin-api/admin/notes/all | Auto-generated: getAllAdminNote
|
|
57
|
-
*AdminsApi* | [**attachRolesAdminUser**](docs/AdminsApi.md#attachrolesadminuser) | **POST** /admin-api/admins/{admin}/roles/attach | Auto-generated: attachRolesAdminUser
|
|
58
57
|
*AdminsApi* | [**destroyAdminUser**](docs/AdminsApi.md#destroyadminuser) | **DELETE** /admin-api/admins/{admin}/delete | Auto-generated: destroyAdminUser
|
|
59
|
-
*AdminsApi* | [**detachRoleAdminUser**](docs/AdminsApi.md#detachroleadminuser) | **DELETE** /admin-api/admins/{admin}/roles/{role} | Auto-generated: detachRoleAdminUser
|
|
60
58
|
*AdminsApi* | [**getAllAdminUser**](docs/AdminsApi.md#getalladminuser) | **POST** /admin-api/admins/all | Auto-generated: getAllAdminUser
|
|
61
59
|
*AdminsApi* | [**indexAdminUser**](docs/AdminsApi.md#indexadminuser) | **POST** /admin-api/admins/list | Auto-generated: indexAdminUser
|
|
62
60
|
*AdminsApi* | [**showAdminUser**](docs/AdminsApi.md#showadminuser) | **GET** /admin-api/admins/{admin} | Auto-generated: showAdminUser
|
|
@@ -83,11 +81,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
83
81
|
*AttributeApi* | [**updateAttributeValue**](docs/AttributeApi.md#updateattributevalueoperation) | **PUT** /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue
|
|
84
82
|
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#updatefilterorderattribute) | **PUT** /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute
|
|
85
83
|
*AttributeApi* | [**updateModelAttribute**](docs/AttributeApi.md#updatemodelattributeoperation) | **PUT** /admin-api/attribute/model-attribute/{modelAttribute}/update | Auto-generated: updateModelAttribute
|
|
86
|
-
*AuthApi* | [**forgotPasswordAdminAuth**](docs/AuthApi.md#forgotpasswordadminauth) | **POST** /admin-api/auth/admin/forgot-password | Auto-generated: forgotPasswordAdminAuth
|
|
87
|
-
*AuthApi* | [**loginAdminAuth**](docs/AuthApi.md#loginadminauth) | **POST** /admin-api/auth/admin/login | Auto-generated: loginAdminAuth
|
|
88
|
-
*AuthApi* | [**logoutAdminAuth**](docs/AuthApi.md#logoutadminauth) | **POST** /admin-api/auth/admin/logout | Auto-generated: logoutAdminAuth
|
|
89
|
-
*AuthApi* | [**meAdminAuth**](docs/AuthApi.md#meadminauth) | **GET** /admin-api/auth/admin/me | Auto-generated: meAdminAuth
|
|
90
|
-
*AuthApi* | [**resetPasswordAdminAuth**](docs/AuthApi.md#resetpasswordadminauth) | **POST** /admin-api/auth/admin/reset-password | Auto-generated: resetPasswordAdminAuth
|
|
91
84
|
*BlogCategoryApi* | [**destroyBlogCategory**](docs/BlogCategoryApi.md#destroyblogcategory) | **DELETE** /admin-api/blog-category/{blogCategory}/delete | Auto-generated: destroyBlogCategory
|
|
92
85
|
*BlogCategoryApi* | [**getAllBlogCategory**](docs/BlogCategoryApi.md#getallblogcategory) | **POST** /admin-api/blog-category/all | Auto-generated: getAllBlogCategory
|
|
93
86
|
*BlogCategoryApi* | [**indexBlogCategory**](docs/BlogCategoryApi.md#indexblogcategory) | **POST** /admin-api/blog-category/list | Auto-generated: indexBlogCategory
|
|
@@ -107,14 +100,11 @@ All URIs are relative to *http://localhost/api*
|
|
|
107
100
|
*CartsApi* | [**updateCart**](docs/CartsApi.md#updatecartoperation) | **PUT** /admin-api/carts/{cart}/update | Auto-generated: updateCart
|
|
108
101
|
*CartsApi* | [**updateItemCart**](docs/CartsApi.md#updateitemcart) | **PUT** /admin-api/carts/{cart}/items/{lineItem}/update | Auto-generated: updateItemCart
|
|
109
102
|
*CustomersApi* | [**destroyCustomer**](docs/CustomersApi.md#destroycustomer) | **DELETE** /admin-api/customers/{customer}/delete | Auto-generated: destroyCustomer
|
|
110
|
-
*CustomersApi* | [**destroyCustomerAddress**](docs/CustomersApi.md#destroycustomeraddress) | **DELETE** /admin-api/customers/{customer}/addresses/{address} | Auto-generated: destroyCustomerAddress
|
|
111
103
|
*CustomersApi* | [**getAllCustomer**](docs/CustomersApi.md#getallcustomer) | **POST** /admin-api/customers/all | Auto-generated: getAllCustomer
|
|
112
104
|
*CustomersApi* | [**indexCustomer**](docs/CustomersApi.md#indexcustomer) | **POST** /admin-api/customers/list | Auto-generated: indexCustomer
|
|
113
105
|
*CustomersApi* | [**showCustomer**](docs/CustomersApi.md#showcustomer) | **GET** /admin-api/customers/{customer} | Auto-generated: showCustomer
|
|
114
106
|
*CustomersApi* | [**storeCustomer**](docs/CustomersApi.md#storecustomer) | **POST** /admin-api/customers/create | Auto-generated: storeCustomer
|
|
115
|
-
*CustomersApi* | [**storeCustomerAddress**](docs/CustomersApi.md#storecustomeraddress) | **POST** /admin-api/customers/{customer}/addresses | Auto-generated: storeCustomerAddress
|
|
116
107
|
*CustomersApi* | [**updateCustomer**](docs/CustomersApi.md#updatecustomeroperation) | **PUT** /admin-api/customers/{customer}/update | Auto-generated: updateCustomer
|
|
117
|
-
*CustomersApi* | [**updateCustomerAddress**](docs/CustomersApi.md#updatecustomeraddressoperation) | **PUT** /admin-api/customers/{customer}/addresses/{address} | Auto-generated: updateCustomerAddress
|
|
118
108
|
*DefinitionApi* | [**destroyDefinition**](docs/DefinitionApi.md#destroydefinition) | **DELETE** /admin-api/definition/{definition}/delete | Auto-generated: destroyDefinition
|
|
119
109
|
*DefinitionApi* | [**getAllDefinition**](docs/DefinitionApi.md#getalldefinition) | **POST** /admin-api/definition/all | Auto-generated: getAllDefinition
|
|
120
110
|
*DefinitionApi* | [**indexDefinition**](docs/DefinitionApi.md#indexdefinition) | **POST** /admin-api/definition/list | Auto-generated: indexDefinition
|
|
@@ -191,9 +181,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
191
181
|
*PageComponentApi* | [**showPageComponent**](docs/PageComponentApi.md#showpagecomponent) | **GET** /admin-api/page-component/{pageComponent} | Auto-generated: showPageComponent
|
|
192
182
|
*PageComponentApi* | [**storePageComponent**](docs/PageComponentApi.md#storepagecomponent) | **POST** /admin-api/page-component/create | Auto-generated: storePageComponent
|
|
193
183
|
*PageComponentApi* | [**updatePageComponent**](docs/PageComponentApi.md#updatepagecomponentoperation) | **PUT** /admin-api/page-component/{pageComponent}/update | Auto-generated: updatePageComponent
|
|
194
|
-
*PermissionsApi* | [**getAllPermission**](docs/PermissionsApi.md#getallpermission) | **POST** /admin-api/permissions/all | Auto-generated: getAllPermission
|
|
195
|
-
*PermissionsApi* | [**indexPermission**](docs/PermissionsApi.md#indexpermission) | **POST** /admin-api/permissions/list | Auto-generated: indexPermission
|
|
196
|
-
*PermissionsApi* | [**showPermission**](docs/PermissionsApi.md#showpermission) | **GET** /admin-api/permissions/{permission} | Auto-generated: showPermission
|
|
197
184
|
*ProductApi* | [**attachAccessoriesProductChild**](docs/ProductApi.md#attachaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild
|
|
198
185
|
*ProductApi* | [**attachCompatibleProductsProductChild**](docs/ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild
|
|
199
186
|
*ProductApi* | [**attachDocumentsProductChild**](docs/ProductApi.md#attachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild
|
|
@@ -270,16 +257,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
270
257
|
*ReviewApi* | [**showReview**](docs/ReviewApi.md#showreview) | **GET** /admin-api/review/{review} | Auto-generated: showReview
|
|
271
258
|
*ReviewApi* | [**storeReview**](docs/ReviewApi.md#storereview) | **POST** /admin-api/review/create | Auto-generated: storeReview
|
|
272
259
|
*ReviewApi* | [**updateReview**](docs/ReviewApi.md#updatereviewoperation) | **PUT** /admin-api/review/{review}/update | Auto-generated: updateReview
|
|
273
|
-
*RolesApi* | [**attachAdminsRole**](docs/RolesApi.md#attachadminsrole) | **POST** /admin-api/roles/{role}/admins/attach | Auto-generated: attachAdminsRole
|
|
274
|
-
*RolesApi* | [**attachPermissionsRole**](docs/RolesApi.md#attachpermissionsrole) | **POST** /admin-api/roles/{role}/permissions/attach | Auto-generated: attachPermissionsRole
|
|
275
|
-
*RolesApi* | [**destroyRole**](docs/RolesApi.md#destroyrole) | **DELETE** /admin-api/roles/{role}/delete | Auto-generated: destroyRole
|
|
276
|
-
*RolesApi* | [**detachAdminRole**](docs/RolesApi.md#detachadminrole) | **DELETE** /admin-api/roles/{role}/admins/{admin} | Auto-generated: detachAdminRole
|
|
277
|
-
*RolesApi* | [**detachPermissionRole**](docs/RolesApi.md#detachpermissionrole) | **DELETE** /admin-api/roles/{role}/permissions/{permission} | Auto-generated: detachPermissionRole
|
|
278
|
-
*RolesApi* | [**getAllRole**](docs/RolesApi.md#getallrole) | **POST** /admin-api/roles/all | Auto-generated: getAllRole
|
|
279
|
-
*RolesApi* | [**indexRole**](docs/RolesApi.md#indexrole) | **POST** /admin-api/roles/list | Auto-generated: indexRole
|
|
280
|
-
*RolesApi* | [**showRole**](docs/RolesApi.md#showrole) | **GET** /admin-api/roles/{role} | Auto-generated: showRole
|
|
281
|
-
*RolesApi* | [**storeRole**](docs/RolesApi.md#storerole) | **POST** /admin-api/roles/create | Auto-generated: storeRole
|
|
282
|
-
*RolesApi* | [**updateRole**](docs/RolesApi.md#updateroleoperation) | **PUT** /admin-api/roles/{role}/update | Auto-generated: updateRole
|
|
283
260
|
*SiteApi* | [**destroySiteNotification**](docs/SiteApi.md#destroysitenotification) | **DELETE** /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification
|
|
284
261
|
*SiteApi* | [**getAllSite**](docs/SiteApi.md#getallsite) | **POST** /admin-api/site/all | Auto-generated: getAllSite
|
|
285
262
|
*SiteApi* | [**getPaymentConfigSite**](docs/SiteApi.md#getpaymentconfigsite) | **GET** /admin-api/site/{site}/payment-config | Auto-generated: getPaymentConfigSite
|
|
@@ -334,8 +311,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
334
311
|
- [AdminListResourceArrayResponse](docs/AdminListResourceArrayResponse.md)
|
|
335
312
|
- [AdminLiteResource](docs/AdminLiteResource.md)
|
|
336
313
|
- [AdminLiteResourceArrayResponse](docs/AdminLiteResourceArrayResponse.md)
|
|
337
|
-
- [AdminLoginResponseResource](docs/AdminLoginResponseResource.md)
|
|
338
|
-
- [AdminLoginResponseResourceArrayResponse](docs/AdminLoginResponseResourceArrayResponse.md)
|
|
339
314
|
- [AdminNoteResource](docs/AdminNoteResource.md)
|
|
340
315
|
- [AdminNoteResourceArrayResponse](docs/AdminNoteResourceArrayResponse.md)
|
|
341
316
|
- [AdminOrderLineItemResource](docs/AdminOrderLineItemResource.md)
|
|
@@ -356,7 +331,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
356
331
|
- [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
|
|
357
332
|
- [AssetWithOverlayLinkResource](docs/AssetWithOverlayLinkResource.md)
|
|
358
333
|
- [AssetWithOverlayLinkResourceArrayResponse](docs/AssetWithOverlayLinkResourceArrayResponse.md)
|
|
359
|
-
- [AttachAdminsToRoleRequest](docs/AttachAdminsToRoleRequest.md)
|
|
360
334
|
- [AttachAttributesToProductRangeRequest](docs/AttachAttributesToProductRangeRequest.md)
|
|
361
335
|
- [AttachAttributesToProductRangeRequestAttributesInner](docs/AttachAttributesToProductRangeRequestAttributesInner.md)
|
|
362
336
|
- [AttachCouponRequest](docs/AttachCouponRequest.md)
|
|
@@ -366,11 +340,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
366
340
|
- [AttachDocumentsToProductChildRequestDocumentsInner](docs/AttachDocumentsToProductChildRequestDocumentsInner.md)
|
|
367
341
|
- [AttachDocumentsToProductRangeRequest](docs/AttachDocumentsToProductRangeRequest.md)
|
|
368
342
|
- [AttachLineItemRequest](docs/AttachLineItemRequest.md)
|
|
369
|
-
- [AttachPermissionsToRoleRequest](docs/AttachPermissionsToRoleRequest.md)
|
|
370
343
|
- [AttachProductChildrenRequest](docs/AttachProductChildrenRequest.md)
|
|
371
344
|
- [AttachProductChildrenToProductRangeRequest](docs/AttachProductChildrenToProductRangeRequest.md)
|
|
372
345
|
- [AttachProductsToProductCategoryRequest](docs/AttachProductsToProductCategoryRequest.md)
|
|
373
|
-
- [AttachRolesToAdminRequest](docs/AttachRolesToAdminRequest.md)
|
|
374
346
|
- [AttachStoresToSupplierRequest](docs/AttachStoresToSupplierRequest.md)
|
|
375
347
|
- [AttachSuppliersToStoreRequest](docs/AttachSuppliersToStoreRequest.md)
|
|
376
348
|
- [AttributeFieldType](docs/AttributeFieldType.md)
|
|
@@ -430,7 +402,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
430
402
|
- [CreateCartRequest](docs/CreateCartRequest.md)
|
|
431
403
|
- [CreateCartRequestItemsInner](docs/CreateCartRequestItemsInner.md)
|
|
432
404
|
- [CreateCartRequestShippingAddress](docs/CreateCartRequestShippingAddress.md)
|
|
433
|
-
- [CreateCustomerAddressRequest](docs/CreateCustomerAddressRequest.md)
|
|
434
405
|
- [CreateCustomerRequest](docs/CreateCustomerRequest.md)
|
|
435
406
|
- [CreateDefinitionRequest](docs/CreateDefinitionRequest.md)
|
|
436
407
|
- [CreateDocumentFileRequest](docs/CreateDocumentFileRequest.md)
|
|
@@ -458,7 +429,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
458
429
|
- [CreateProductTypeRequest](docs/CreateProductTypeRequest.md)
|
|
459
430
|
- [CreateReviewImportFileRequest](docs/CreateReviewImportFileRequest.md)
|
|
460
431
|
- [CreateReviewRequest](docs/CreateReviewRequest.md)
|
|
461
|
-
- [CreateRoleRequest](docs/CreateRoleRequest.md)
|
|
462
432
|
- [CreateSiteNotificationRequest](docs/CreateSiteNotificationRequest.md)
|
|
463
433
|
- [CreateStoreRequest](docs/CreateStoreRequest.md)
|
|
464
434
|
- [CreateStoreRequestAddress](docs/CreateStoreRequestAddress.md)
|
|
@@ -516,7 +486,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
516
486
|
- [ExternalApiLogResourceArrayResponse](docs/ExternalApiLogResourceArrayResponse.md)
|
|
517
487
|
- [ExternalApiProvider](docs/ExternalApiProvider.md)
|
|
518
488
|
- [ExternalApiSyncStatus](docs/ExternalApiSyncStatus.md)
|
|
519
|
-
- [ForgotPasswordAdminRequest](docs/ForgotPasswordAdminRequest.md)
|
|
520
489
|
- [FrontendCartResource](docs/FrontendCartResource.md)
|
|
521
490
|
- [FrontendCartResourceArrayResponse](docs/FrontendCartResourceArrayResponse.md)
|
|
522
491
|
- [FrontendCartResourceCouponsInner](docs/FrontendCartResourceCouponsInner.md)
|
|
@@ -556,7 +525,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
556
525
|
- [LineItemListResource](docs/LineItemListResource.md)
|
|
557
526
|
- [LineItemListResourceArrayResponse](docs/LineItemListResourceArrayResponse.md)
|
|
558
527
|
- [LinkOverlayTemplateToAssetsRequest](docs/LinkOverlayTemplateToAssetsRequest.md)
|
|
559
|
-
- [LoginAdminRequest](docs/LoginAdminRequest.md)
|
|
560
528
|
- [MenuIdRequest](docs/MenuIdRequest.md)
|
|
561
529
|
- [MenuItemHierarchyResource](docs/MenuItemHierarchyResource.md)
|
|
562
530
|
- [MenuItemHierarchyResourceArrayResponse](docs/MenuItemHierarchyResourceArrayResponse.md)
|
|
@@ -578,8 +546,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
578
546
|
- [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
|
|
579
547
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
580
548
|
- [ModelAttributeResourceArrayResponse](docs/ModelAttributeResourceArrayResponse.md)
|
|
581
|
-
- [NetsuiteSyncLiteResource](docs/NetsuiteSyncLiteResource.md)
|
|
582
|
-
- [NetsuiteSyncLiteResourceArrayResponse](docs/NetsuiteSyncLiteResourceArrayResponse.md)
|
|
583
549
|
- [OmnisendSyncLiteResource](docs/OmnisendSyncLiteResource.md)
|
|
584
550
|
- [OmnisendSyncLiteResourceArrayResponse](docs/OmnisendSyncLiteResourceArrayResponse.md)
|
|
585
551
|
- [OrderFulfillmentLineItemResource](docs/OrderFulfillmentLineItemResource.md)
|
|
@@ -658,8 +624,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
658
624
|
- [PaginatedPageListResourceResponse](docs/PaginatedPageListResourceResponse.md)
|
|
659
625
|
- [PaginatedPageLiteResourceResponse](docs/PaginatedPageLiteResourceResponse.md)
|
|
660
626
|
- [PaginatedPageResourceResponse](docs/PaginatedPageResourceResponse.md)
|
|
661
|
-
- [PaginatedPermissionListResourceResponse](docs/PaginatedPermissionListResourceResponse.md)
|
|
662
|
-
- [PaginatedPermissionLiteResourceResponse](docs/PaginatedPermissionLiteResourceResponse.md)
|
|
663
627
|
- [PaginatedProductCategoryListResourceResponse](docs/PaginatedProductCategoryListResourceResponse.md)
|
|
664
628
|
- [PaginatedProductCategoryResourceResponse](docs/PaginatedProductCategoryResourceResponse.md)
|
|
665
629
|
- [PaginatedProductChildFrontendResourceResponse](docs/PaginatedProductChildFrontendResourceResponse.md)
|
|
@@ -687,7 +651,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
687
651
|
- [PaginatedReviewListResourceResponse](docs/PaginatedReviewListResourceResponse.md)
|
|
688
652
|
- [PaginatedReviewLiteResourceResponse](docs/PaginatedReviewLiteResourceResponse.md)
|
|
689
653
|
- [PaginatedReviewResourceResponse](docs/PaginatedReviewResourceResponse.md)
|
|
690
|
-
- [PaginatedRoleListResourceResponse](docs/PaginatedRoleListResourceResponse.md)
|
|
691
654
|
- [PaginatedRoleLiteResourceResponse](docs/PaginatedRoleLiteResourceResponse.md)
|
|
692
655
|
- [PaginatedSiteListResourceResponse](docs/PaginatedSiteListResourceResponse.md)
|
|
693
656
|
- [PaginatedSiteLiteResourceResponse](docs/PaginatedSiteLiteResourceResponse.md)
|
|
@@ -708,12 +671,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
708
671
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
709
672
|
- [PaymentSource](docs/PaymentSource.md)
|
|
710
673
|
- [PaymentStatus](docs/PaymentStatus.md)
|
|
711
|
-
- [PermissionListResource](docs/PermissionListResource.md)
|
|
712
|
-
- [PermissionListResourceArrayResponse](docs/PermissionListResourceArrayResponse.md)
|
|
713
|
-
- [PermissionLiteResource](docs/PermissionLiteResource.md)
|
|
714
|
-
- [PermissionLiteResourceArrayResponse](docs/PermissionLiteResourceArrayResponse.md)
|
|
715
|
-
- [PermissionResource](docs/PermissionResource.md)
|
|
716
|
-
- [PermissionResourceArrayResponse](docs/PermissionResourceArrayResponse.md)
|
|
717
674
|
- [PreviewAutomationRulesRequest](docs/PreviewAutomationRulesRequest.md)
|
|
718
675
|
- [PreviewAutomationRulesResource](docs/PreviewAutomationRulesResource.md)
|
|
719
676
|
- [PreviewAutomationRulesResourceArrayResponse](docs/PreviewAutomationRulesResourceArrayResponse.md)
|
|
@@ -822,7 +779,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
822
779
|
- [RedirectListResource](docs/RedirectListResource.md)
|
|
823
780
|
- [RedirectListResourceArrayResponse](docs/RedirectListResourceArrayResponse.md)
|
|
824
781
|
- [RefundTransactionRequest](docs/RefundTransactionRequest.md)
|
|
825
|
-
- [ResetPasswordAdminRequest](docs/ResetPasswordAdminRequest.md)
|
|
826
782
|
- [ReviewExportDownloadUrlResource](docs/ReviewExportDownloadUrlResource.md)
|
|
827
783
|
- [ReviewExportDownloadUrlResourceArrayResponse](docs/ReviewExportDownloadUrlResourceArrayResponse.md)
|
|
828
784
|
- [ReviewImportFailureResource](docs/ReviewImportFailureResource.md)
|
|
@@ -839,12 +795,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
839
795
|
- [ReviewPublicResourceArrayResponse](docs/ReviewPublicResourceArrayResponse.md)
|
|
840
796
|
- [ReviewResource](docs/ReviewResource.md)
|
|
841
797
|
- [ReviewResourceArrayResponse](docs/ReviewResourceArrayResponse.md)
|
|
842
|
-
- [RoleListResource](docs/RoleListResource.md)
|
|
843
|
-
- [RoleListResourceArrayResponse](docs/RoleListResourceArrayResponse.md)
|
|
844
798
|
- [RoleLiteResource](docs/RoleLiteResource.md)
|
|
845
799
|
- [RoleLiteResourceArrayResponse](docs/RoleLiteResourceArrayResponse.md)
|
|
846
|
-
- [RoleResource](docs/RoleResource.md)
|
|
847
|
-
- [RoleResourceArrayResponse](docs/RoleResourceArrayResponse.md)
|
|
848
800
|
- [SEOResource](docs/SEOResource.md)
|
|
849
801
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
850
802
|
- [SearchAdminNotesRequest](docs/SearchAdminNotesRequest.md)
|
|
@@ -863,14 +815,12 @@ All URIs are relative to *http://localhost/api*
|
|
|
863
815
|
- [SearchAllOverlayTemplatesRequest](docs/SearchAllOverlayTemplatesRequest.md)
|
|
864
816
|
- [SearchAllPageComponentsRequest](docs/SearchAllPageComponentsRequest.md)
|
|
865
817
|
- [SearchAllPagesRequest](docs/SearchAllPagesRequest.md)
|
|
866
|
-
- [SearchAllPermissionsRequest](docs/SearchAllPermissionsRequest.md)
|
|
867
818
|
- [SearchAllProductCategoriesRequest](docs/SearchAllProductCategoriesRequest.md)
|
|
868
819
|
- [SearchAllProductChildrenRequest](docs/SearchAllProductChildrenRequest.md)
|
|
869
820
|
- [SearchAllProductRangesRequest](docs/SearchAllProductRangesRequest.md)
|
|
870
821
|
- [SearchAllProductRegistrationsRequest](docs/SearchAllProductRegistrationsRequest.md)
|
|
871
822
|
- [SearchAllProductTypesRequest](docs/SearchAllProductTypesRequest.md)
|
|
872
823
|
- [SearchAllProductsRequest](docs/SearchAllProductsRequest.md)
|
|
873
|
-
- [SearchAllRolesRequest](docs/SearchAllRolesRequest.md)
|
|
874
824
|
- [SearchAllStoresRequest](docs/SearchAllStoresRequest.md)
|
|
875
825
|
- [SearchAllSuppliersRequest](docs/SearchAllSuppliersRequest.md)
|
|
876
826
|
- [SearchAttributeValuesRequest](docs/SearchAttributeValuesRequest.md)
|
|
@@ -890,7 +840,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
890
840
|
- [SearchOrdersRequest](docs/SearchOrdersRequest.md)
|
|
891
841
|
- [SearchOverlayTemplatesRequest](docs/SearchOverlayTemplatesRequest.md)
|
|
892
842
|
- [SearchPagesRequest](docs/SearchPagesRequest.md)
|
|
893
|
-
- [SearchPermissionsRequest](docs/SearchPermissionsRequest.md)
|
|
894
843
|
- [SearchProductCategoriesRequest](docs/SearchProductCategoriesRequest.md)
|
|
895
844
|
- [SearchProductChildAttributesRequest](docs/SearchProductChildAttributesRequest.md)
|
|
896
845
|
- [SearchProductChildrenRequest](docs/SearchProductChildrenRequest.md)
|
|
@@ -901,7 +850,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
901
850
|
- [SearchProductsRequest](docs/SearchProductsRequest.md)
|
|
902
851
|
- [SearchRedirectsRequest](docs/SearchRedirectsRequest.md)
|
|
903
852
|
- [SearchReviewsRequest](docs/SearchReviewsRequest.md)
|
|
904
|
-
- [SearchRolesRequest](docs/SearchRolesRequest.md)
|
|
905
853
|
- [SearchSiteNotificationsRequest](docs/SearchSiteNotificationsRequest.md)
|
|
906
854
|
- [SearchSitesRequest](docs/SearchSitesRequest.md)
|
|
907
855
|
- [SearchStoresRequest](docs/SearchStoresRequest.md)
|
|
@@ -979,7 +927,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
979
927
|
- [UpdateAttributeValueRequest](docs/UpdateAttributeValueRequest.md)
|
|
980
928
|
- [UpdateBlogCategoryRequest](docs/UpdateBlogCategoryRequest.md)
|
|
981
929
|
- [UpdateCartRequest](docs/UpdateCartRequest.md)
|
|
982
|
-
- [UpdateCustomerAddressRequest](docs/UpdateCustomerAddressRequest.md)
|
|
983
930
|
- [UpdateCustomerRequest](docs/UpdateCustomerRequest.md)
|
|
984
931
|
- [UpdateDefinitionRequest](docs/UpdateDefinitionRequest.md)
|
|
985
932
|
- [UpdateDocumentRequest](docs/UpdateDocumentRequest.md)
|
|
@@ -1004,7 +951,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
1004
951
|
- [UpdateProductTypeAttributeRequest](docs/UpdateProductTypeAttributeRequest.md)
|
|
1005
952
|
- [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
|
|
1006
953
|
- [UpdateReviewRequest](docs/UpdateReviewRequest.md)
|
|
1007
|
-
- [UpdateRoleRequest](docs/UpdateRoleRequest.md)
|
|
1008
954
|
- [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
|
|
1009
955
|
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
|
|
1010
956
|
- [UpdateStoreRequest](docs/UpdateStoreRequest.md)
|
|
@@ -1031,7 +977,7 @@ and is automatically generated by the
|
|
|
1031
977
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
1032
978
|
|
|
1033
979
|
- API version: `1.0.0`
|
|
1034
|
-
- Package version: `0.0.
|
|
980
|
+
- Package version: `0.0.2310`
|
|
1035
981
|
- Generator version: `7.22.0`
|
|
1036
982
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
1037
983
|
|