@digital8/lighting-illusions-ts-sdk 0.0.2359 → 0.0.2361
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 +4 -136
- package/README.md +4 -98
- package/dist/apis/CustomersApi.d.ts +0 -102
- package/dist/apis/CustomersApi.js +0 -374
- package/dist/apis/index.d.ts +0 -4
- package/dist/apis/index.js +0 -4
- package/dist/models/AddressFrontendResource.d.ts +1 -1
- package/dist/models/AddressFrontendResource.js +3 -1
- package/dist/models/AddressResource.d.ts +2 -2
- package/dist/models/AddressResource.js +4 -4
- package/dist/models/AddressType.d.ts +0 -2
- package/dist/models/AddressType.js +1 -3
- package/dist/models/AdminNoteResource.d.ts +3 -3
- package/dist/models/AdminNoteResource.js +3 -3
- package/dist/models/AdminOrderResource.d.ts +5 -6
- package/dist/models/AdminOrderResource.js +5 -6
- package/dist/models/AdminUserLiteResource.d.ts +1 -1
- package/dist/models/AdminUserLiteResource.js +1 -3
- package/dist/models/AppliedCouponResource.d.ts +50 -0
- package/dist/models/{CartCouponResource.js → AppliedCouponResource.js} +13 -13
- package/dist/models/AppliedCouponResourceArrayResponse.d.ts +33 -0
- package/dist/models/AppliedCouponResourceArrayResponse.js +50 -0
- package/dist/models/CartResource.d.ts +3 -3
- package/dist/models/CartResource.js +3 -3
- package/dist/models/CreateCustomerRequest.d.ts +6 -24
- package/dist/models/CreateCustomerRequest.js +6 -12
- package/dist/models/CustomerListResource.d.ts +8 -27
- package/dist/models/CustomerListResource.js +13 -24
- package/dist/models/CustomerResource.d.ts +10 -43
- package/dist/models/CustomerResource.js +16 -33
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/FrontendOrderResource.d.ts +3 -3
- package/dist/models/FrontendOrderResource.js +3 -3
- package/dist/models/OrderFulfillmentResource.d.ts +3 -3
- package/dist/models/OrderFulfillmentResource.js +3 -9
- package/dist/models/SearchCustomersRequest.d.ts +3 -31
- package/dist/models/SearchCustomersRequest.js +3 -15
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +3 -1
- package/dist/models/StoreResource.d.ts +1 -1
- package/dist/models/StoreResource.js +3 -1
- package/dist/models/StoreSpecialDateResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateResource.js +1 -3
- package/dist/models/index.d.ts +2 -64
- package/dist/models/index.js +2 -64
- package/docs/AdminNoteResource.md +1 -1
- package/docs/AdminOrderResource.md +2 -2
- package/docs/{CartCouponResource.md → AppliedCouponResource.md} +4 -4
- package/docs/{AdminLiteResourceArrayResponse.md → AppliedCouponResourceArrayResponse.md} +5 -5
- package/docs/CartResource.md +1 -1
- package/docs/CreateCustomerRequest.md +4 -10
- package/docs/CustomerListResource.md +8 -14
- package/docs/CustomerResource.md +9 -19
- package/docs/CustomersApi.md +0 -411
- package/docs/FrontendOrderResource.md +1 -1
- package/docs/SearchCustomersRequest.md +0 -8
- package/docs/StoreSpecialDateResource.md +1 -1
- package/package.json +1 -1
- package/src/apis/CustomersApi.ts +0 -354
- package/src/apis/index.ts +0 -4
- package/src/models/AddressFrontendResource.ts +3 -2
- package/src/models/AddressResource.ts +5 -5
- package/src/models/AddressType.ts +1 -3
- package/src/models/AdminNoteResource.ts +10 -10
- package/src/models/AdminOrderResource.ts +15 -22
- package/src/models/AdminUserLiteResource.ts +2 -3
- package/src/models/{CartCouponResource.ts → AppliedCouponResource.ts} +14 -14
- package/src/models/AppliedCouponResourceArrayResponse.ts +73 -0
- package/src/models/CartResource.ts +10 -10
- package/src/models/CreateCustomerRequest.ts +11 -35
- package/src/models/CustomerListResource.ts +20 -53
- package/src/models/CustomerResource.ts +29 -92
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/FrontendOrderResource.ts +11 -11
- package/src/models/OrderFulfillmentResource.ts +6 -9
- package/src/models/SearchCustomersRequest.ts +3 -39
- package/src/models/StoreFrontendResource.ts +3 -2
- package/src/models/StoreResource.ts +3 -2
- package/src/models/StoreSpecialDateResource.ts +3 -4
- package/src/models/index.ts +2 -64
- package/dist/apis/AdminsApi.d.ts +0 -149
- package/dist/apis/AdminsApi.js +0 -565
- 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/AdminListResource.d.ts +0 -52
- package/dist/models/AdminListResource.js +0 -63
- package/dist/models/AdminListResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminListResourceArrayResponse.js +0 -50
- package/dist/models/AdminLiteResource.d.ts +0 -39
- package/dist/models/AdminLiteResource.js +0 -56
- package/dist/models/AdminLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminLiteResourceArrayResponse.js +0 -50
- 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/AdminResource.d.ts +0 -64
- package/dist/models/AdminResource.js +0 -69
- package/dist/models/AdminResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminResourceArrayResponse.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/CartCouponResource.d.ts +0 -50
- package/dist/models/CartCouponResourceArrayResponse.d.ts +0 -33
- package/dist/models/CartCouponResourceArrayResponse.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/CreateAdminUserRequest.d.ts +0 -56
- package/dist/models/CreateAdminUserRequest.js +0 -65
- 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/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/CustomerType.d.ts +0 -25
- package/dist/models/CustomerType.js +0 -51
- 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/PaginatedAdminListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedAdminListResourceResponse.js +0 -57
- package/dist/models/PaginatedAdminLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedAdminLiteResourceResponse.js +0 -57
- 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/PaginatedRoleLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedRoleLiteResourceResponse.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/RoleLiteResource.d.ts +0 -44
- package/dist/models/RoleLiteResource.js +0 -57
- package/dist/models/RoleLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/RoleLiteResourceArrayResponse.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/SearchAdminUsersRequest.d.ts +0 -112
- package/dist/models/SearchAdminUsersRequest.js +0 -88
- package/dist/models/SearchAllAdminUsersRequest.d.ts +0 -88
- package/dist/models/SearchAllAdminUsersRequest.js +0 -80
- package/dist/models/SearchAllCustomersRequest.d.ts +0 -103
- package/dist/models/SearchAllCustomersRequest.js +0 -87
- package/dist/models/SearchAllPermissionsRequest.d.ts +0 -85
- package/dist/models/SearchAllPermissionsRequest.js +0 -77
- package/dist/models/SearchAllRolesRequest.d.ts +0 -92
- package/dist/models/SearchAllRolesRequest.js +0 -80
- package/dist/models/SearchPermissionsRequest.d.ts +0 -97
- package/dist/models/SearchPermissionsRequest.js +0 -81
- package/dist/models/SearchRolesRequest.d.ts +0 -104
- package/dist/models/SearchRolesRequest.js +0 -84
- package/dist/models/SignUpType.d.ts +0 -29
- package/dist/models/SignUpType.js +0 -55
- package/dist/models/SocialProvider.d.ts +0 -26
- package/dist/models/SocialProvider.js +0 -52
- package/dist/models/UpdateAdminUserRequest.d.ts +0 -56
- package/dist/models/UpdateAdminUserRequest.js +0 -63
- package/dist/models/UpdateCustomerAddressRequest.d.ts +0 -90
- package/dist/models/UpdateCustomerAddressRequest.js +0 -83
- package/dist/models/UpdateCustomerRequest.d.ts +0 -68
- package/dist/models/UpdateCustomerRequest.js +0 -67
- package/dist/models/UpdateRoleRequest.d.ts +0 -38
- package/dist/models/UpdateRoleRequest.js +0 -55
- package/dist/models/UserLiteResource.d.ts +0 -62
- package/dist/models/UserLiteResource.js +0 -69
- package/dist/models/UserLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/UserLiteResourceArrayResponse.js +0 -50
- package/dist/models/UserType.d.ts +0 -25
- package/dist/models/UserType.js +0 -51
- package/docs/AdminListResource.md +0 -40
- package/docs/AdminListResourceArrayResponse.md +0 -34
- package/docs/AdminLiteResource.md +0 -36
- package/docs/AdminLoginResponseResource.md +0 -36
- package/docs/AdminLoginResponseResourceArrayResponse.md +0 -34
- package/docs/AdminResource.md +0 -44
- package/docs/AdminResourceArrayResponse.md +0 -34
- package/docs/AdminsApi.md +0 -545
- 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/CartCouponResourceArrayResponse.md +0 -34
- package/docs/CheckEmailFrontendResource.md +0 -36
- package/docs/CheckEmailFrontendResourceArrayResponse.md +0 -34
- package/docs/CreateAdminUserRequest.md +0 -42
- package/docs/CreateCustomerAddressRequest.md +0 -50
- 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/CustomerType.md +0 -32
- 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/PaginatedAdminListResourceResponse.md +0 -36
- package/docs/PaginatedAdminLiteResourceResponse.md +0 -36
- package/docs/PaginatedPermissionListResourceResponse.md +0 -36
- package/docs/PaginatedPermissionLiteResourceResponse.md +0 -36
- package/docs/PaginatedRoleListResourceResponse.md +0 -36
- package/docs/PaginatedRoleLiteResourceResponse.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/RoleLiteResource.md +0 -38
- package/docs/RoleLiteResourceArrayResponse.md +0 -34
- package/docs/RoleResource.md +0 -50
- package/docs/RoleResourceArrayResponse.md +0 -34
- package/docs/RolesApi.md +0 -683
- package/docs/SearchAdminUsersRequest.md +0 -54
- package/docs/SearchAllAdminUsersRequest.md +0 -46
- package/docs/SearchAllCustomersRequest.md +0 -50
- package/docs/SearchAllPermissionsRequest.md +0 -46
- package/docs/SearchAllRolesRequest.md +0 -48
- package/docs/SearchPermissionsRequest.md +0 -50
- package/docs/SearchRolesRequest.md +0 -52
- package/docs/SignUpType.md +0 -32
- package/docs/SocialProvider.md +0 -32
- package/docs/UpdateAdminUserRequest.md +0 -42
- package/docs/UpdateCustomerAddressRequest.md +0 -50
- package/docs/UpdateCustomerRequest.md +0 -46
- package/docs/UpdateRoleRequest.md +0 -36
- package/docs/UserLiteResource.md +0 -44
- package/docs/UserLiteResourceArrayResponse.md +0 -34
- package/docs/UserType.md +0 -32
- package/src/apis/AdminsApi.ts +0 -461
- package/src/apis/AuthApi.ts +0 -258
- package/src/apis/PermissionsApi.ts +0 -184
- package/src/apis/RolesApi.ts +0 -577
- package/src/models/AdminListResource.ts +0 -107
- package/src/models/AdminListResourceArrayResponse.ts +0 -73
- package/src/models/AdminLiteResource.ts +0 -83
- package/src/models/AdminLiteResourceArrayResponse.ts +0 -73
- package/src/models/AdminLoginResponseResource.ts +0 -83
- package/src/models/AdminLoginResponseResourceArrayResponse.ts +0 -73
- package/src/models/AdminResource.ts +0 -124
- package/src/models/AdminResourceArrayResponse.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/CartCouponResourceArrayResponse.ts +0 -73
- package/src/models/CheckEmailFrontendResource.ts +0 -74
- package/src/models/CheckEmailFrontendResourceArrayResponse.ts +0 -73
- package/src/models/CreateAdminUserRequest.ts +0 -101
- package/src/models/CreateCustomerAddressRequest.ts +0 -146
- 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/CustomerType.ts +0 -53
- 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/PaginatedAdminListResourceResponse.ts +0 -90
- package/src/models/PaginatedAdminLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedPermissionListResourceResponse.ts +0 -90
- package/src/models/PaginatedPermissionLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedRoleListResourceResponse.ts +0 -90
- package/src/models/PaginatedRoleLiteResourceResponse.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/RoleLiteResource.ts +0 -83
- package/src/models/RoleLiteResourceArrayResponse.ts +0 -73
- package/src/models/RoleResource.ts +0 -150
- package/src/models/RoleResourceArrayResponse.ts +0 -73
- package/src/models/SearchAdminUsersRequest.ts +0 -169
- package/src/models/SearchAllAdminUsersRequest.ts +0 -137
- package/src/models/SearchAllCustomersRequest.ts +0 -156
- package/src/models/SearchAllPermissionsRequest.ts +0 -134
- package/src/models/SearchAllRolesRequest.ts +0 -143
- package/src/models/SearchPermissionsRequest.ts +0 -150
- package/src/models/SearchRolesRequest.ts +0 -159
- package/src/models/SignUpType.ts +0 -57
- package/src/models/SocialProvider.ts +0 -54
- package/src/models/UpdateAdminUserRequest.ts +0 -100
- package/src/models/UpdateCustomerAddressRequest.ts +0 -146
- package/src/models/UpdateCustomerRequest.ts +0 -116
- package/src/models/UpdateRoleRequest.ts +0 -75
- package/src/models/UserLiteResource.ts +0 -110
- package/src/models/UserLiteResourceArrayResponse.ts +0 -73
- package/src/models/UserType.ts +0 -53
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.2361
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -54,14 +54,6 @@ 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
|
-
*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
|
-
*AdminsApi* | [**getAllAdminUser**](docs/AdminsApi.md#getalladminuser) | **POST** /admin-api/admins/all | Auto-generated: getAllAdminUser
|
|
61
|
-
*AdminsApi* | [**indexAdminUser**](docs/AdminsApi.md#indexadminuser) | **POST** /admin-api/admins/list | Auto-generated: indexAdminUser
|
|
62
|
-
*AdminsApi* | [**showAdminUser**](docs/AdminsApi.md#showadminuser) | **GET** /admin-api/admins/{admin} | Auto-generated: showAdminUser
|
|
63
|
-
*AdminsApi* | [**storeAdminUser**](docs/AdminsApi.md#storeadminuser) | **POST** /admin-api/admins/create | Auto-generated: storeAdminUser
|
|
64
|
-
*AdminsApi* | [**updateAdminUser**](docs/AdminsApi.md#updateadminuseroperation) | **PUT** /admin-api/admins/{admin}/update | Auto-generated: updateAdminUser
|
|
65
57
|
*AssetApi* | [**destroyAssetForAssetable**](docs/AssetApi.md#destroyassetforassetable) | **DELETE** /admin-api/asset/{asset}/delete | Auto-generated: destroyAssetForAssetable
|
|
66
58
|
*AssetApi* | [**storeAssetFile**](docs/AssetApi.md#storeassetfile) | **POST** /admin-api/asset/files | Auto-generated: storeAssetFile
|
|
67
59
|
*AssetApi* | [**storeAssetForAssetable**](docs/AssetApi.md#storeassetforassetable) | **POST** /admin-api/asset/create | Auto-generated: storeAssetForAssetable
|
|
@@ -83,11 +75,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
83
75
|
*AttributeApi* | [**updateAttributeValue**](docs/AttributeApi.md#updateattributevalueoperation) | **PUT** /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue
|
|
84
76
|
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#updatefilterorderattribute) | **PUT** /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute
|
|
85
77
|
*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
78
|
*BlogCategoryApi* | [**destroyBlogCategory**](docs/BlogCategoryApi.md#destroyblogcategory) | **DELETE** /admin-api/blog-category/{blogCategory}/delete | Auto-generated: destroyBlogCategory
|
|
92
79
|
*BlogCategoryApi* | [**getAllBlogCategory**](docs/BlogCategoryApi.md#getallblogcategory) | **POST** /admin-api/blog-category/all | Auto-generated: getAllBlogCategory
|
|
93
80
|
*BlogCategoryApi* | [**indexBlogCategory**](docs/BlogCategoryApi.md#indexblogcategory) | **POST** /admin-api/blog-category/list | Auto-generated: indexBlogCategory
|
|
@@ -106,15 +93,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
106
93
|
*CartsApi* | [**storeFromCartOrder**](docs/CartsApi.md#storefromcartorder) | **POST** /admin-api/carts/{cart}/place-order | Auto-generated: storeFromCartOrder
|
|
107
94
|
*CartsApi* | [**updateCart**](docs/CartsApi.md#updatecartoperation) | **PUT** /admin-api/carts/{cart}/update | Auto-generated: updateCart
|
|
108
95
|
*CartsApi* | [**updateItemCart**](docs/CartsApi.md#updateitemcart) | **PUT** /admin-api/carts/{cart}/items/{lineItem}/update | Auto-generated: updateItemCart
|
|
109
|
-
*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
|
-
*CustomersApi* | [**getAllCustomer**](docs/CustomersApi.md#getallcustomer) | **POST** /admin-api/customers/all | Auto-generated: getAllCustomer
|
|
112
96
|
*CustomersApi* | [**indexCustomer**](docs/CustomersApi.md#indexcustomer) | **POST** /admin-api/customers/list | Auto-generated: indexCustomer
|
|
113
97
|
*CustomersApi* | [**showCustomer**](docs/CustomersApi.md#showcustomer) | **GET** /admin-api/customers/{customer} | Auto-generated: showCustomer
|
|
114
98
|
*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
|
-
*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
99
|
*DefinitionApi* | [**destroyDefinition**](docs/DefinitionApi.md#destroydefinition) | **DELETE** /admin-api/definition/{definition}/delete | Auto-generated: destroyDefinition
|
|
119
100
|
*DefinitionApi* | [**getAllDefinition**](docs/DefinitionApi.md#getalldefinition) | **POST** /admin-api/definition/all | Auto-generated: getAllDefinition
|
|
120
101
|
*DefinitionApi* | [**indexDefinition**](docs/DefinitionApi.md#indexdefinition) | **POST** /admin-api/definition/list | Auto-generated: indexDefinition
|
|
@@ -191,9 +172,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
191
172
|
*PageComponentApi* | [**showPageComponent**](docs/PageComponentApi.md#showpagecomponent) | **GET** /admin-api/page-component/{pageComponent} | Auto-generated: showPageComponent
|
|
192
173
|
*PageComponentApi* | [**storePageComponent**](docs/PageComponentApi.md#storepagecomponent) | **POST** /admin-api/page-component/create | Auto-generated: storePageComponent
|
|
193
174
|
*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
175
|
*ProductApi* | [**attachAccessoriesProductChild**](docs/ProductApi.md#attachaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild
|
|
198
176
|
*ProductApi* | [**attachCompatibleProductsProductChild**](docs/ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild
|
|
199
177
|
*ProductApi* | [**attachDocumentsProductChild**](docs/ProductApi.md#attachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild
|
|
@@ -271,16 +249,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
271
249
|
*ReviewApi* | [**showReview**](docs/ReviewApi.md#showreview) | **GET** /admin-api/review/{review} | Auto-generated: showReview
|
|
272
250
|
*ReviewApi* | [**storeReview**](docs/ReviewApi.md#storereview) | **POST** /admin-api/review/create | Auto-generated: storeReview
|
|
273
251
|
*ReviewApi* | [**updateReview**](docs/ReviewApi.md#updatereviewoperation) | **PUT** /admin-api/review/{review}/update | Auto-generated: updateReview
|
|
274
|
-
*RolesApi* | [**attachAdminsRole**](docs/RolesApi.md#attachadminsrole) | **POST** /admin-api/roles/{role}/admins/attach | Auto-generated: attachAdminsRole
|
|
275
|
-
*RolesApi* | [**attachPermissionsRole**](docs/RolesApi.md#attachpermissionsrole) | **POST** /admin-api/roles/{role}/permissions/attach | Auto-generated: attachPermissionsRole
|
|
276
|
-
*RolesApi* | [**destroyRole**](docs/RolesApi.md#destroyrole) | **DELETE** /admin-api/roles/{role}/delete | Auto-generated: destroyRole
|
|
277
|
-
*RolesApi* | [**detachAdminRole**](docs/RolesApi.md#detachadminrole) | **DELETE** /admin-api/roles/{role}/admins/{admin} | Auto-generated: detachAdminRole
|
|
278
|
-
*RolesApi* | [**detachPermissionRole**](docs/RolesApi.md#detachpermissionrole) | **DELETE** /admin-api/roles/{role}/permissions/{permission} | Auto-generated: detachPermissionRole
|
|
279
|
-
*RolesApi* | [**getAllRole**](docs/RolesApi.md#getallrole) | **POST** /admin-api/roles/all | Auto-generated: getAllRole
|
|
280
|
-
*RolesApi* | [**indexRole**](docs/RolesApi.md#indexrole) | **POST** /admin-api/roles/list | Auto-generated: indexRole
|
|
281
|
-
*RolesApi* | [**showRole**](docs/RolesApi.md#showrole) | **GET** /admin-api/roles/{role} | Auto-generated: showRole
|
|
282
|
-
*RolesApi* | [**storeRole**](docs/RolesApi.md#storerole) | **POST** /admin-api/roles/create | Auto-generated: storeRole
|
|
283
|
-
*RolesApi* | [**updateRole**](docs/RolesApi.md#updateroleoperation) | **PUT** /admin-api/roles/{role}/update | Auto-generated: updateRole
|
|
284
252
|
*SiteApi* | [**destroySiteNotification**](docs/SiteApi.md#destroysitenotification) | **DELETE** /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification
|
|
285
253
|
*SiteApi* | [**getAllSite**](docs/SiteApi.md#getallsite) | **POST** /admin-api/site/all | Auto-generated: getAllSite
|
|
286
254
|
*SiteApi* | [**getPaymentConfigSite**](docs/SiteApi.md#getpaymentconfigsite) | **GET** /admin-api/site/{site}/payment-config | Auto-generated: getPaymentConfigSite
|
|
@@ -331,22 +299,16 @@ All URIs are relative to *http://localhost/api*
|
|
|
331
299
|
- [AddressResource](docs/AddressResource.md)
|
|
332
300
|
- [AddressResourceArrayResponse](docs/AddressResourceArrayResponse.md)
|
|
333
301
|
- [AddressType](docs/AddressType.md)
|
|
334
|
-
- [AdminListResource](docs/AdminListResource.md)
|
|
335
|
-
- [AdminListResourceArrayResponse](docs/AdminListResourceArrayResponse.md)
|
|
336
|
-
- [AdminLiteResource](docs/AdminLiteResource.md)
|
|
337
|
-
- [AdminLiteResourceArrayResponse](docs/AdminLiteResourceArrayResponse.md)
|
|
338
|
-
- [AdminLoginResponseResource](docs/AdminLoginResponseResource.md)
|
|
339
|
-
- [AdminLoginResponseResourceArrayResponse](docs/AdminLoginResponseResourceArrayResponse.md)
|
|
340
302
|
- [AdminNoteResource](docs/AdminNoteResource.md)
|
|
341
303
|
- [AdminNoteResourceArrayResponse](docs/AdminNoteResourceArrayResponse.md)
|
|
342
304
|
- [AdminOrderLineItemResource](docs/AdminOrderLineItemResource.md)
|
|
343
305
|
- [AdminOrderLineItemResourceArrayResponse](docs/AdminOrderLineItemResourceArrayResponse.md)
|
|
344
306
|
- [AdminOrderResource](docs/AdminOrderResource.md)
|
|
345
307
|
- [AdminOrderResourceArrayResponse](docs/AdminOrderResourceArrayResponse.md)
|
|
346
|
-
- [AdminResource](docs/AdminResource.md)
|
|
347
|
-
- [AdminResourceArrayResponse](docs/AdminResourceArrayResponse.md)
|
|
348
308
|
- [AdminUserLiteResource](docs/AdminUserLiteResource.md)
|
|
349
309
|
- [AdminUserLiteResourceArrayResponse](docs/AdminUserLiteResourceArrayResponse.md)
|
|
310
|
+
- [AppliedCouponResource](docs/AppliedCouponResource.md)
|
|
311
|
+
- [AppliedCouponResourceArrayResponse](docs/AppliedCouponResourceArrayResponse.md)
|
|
350
312
|
- [AssetFileForUploadResource](docs/AssetFileForUploadResource.md)
|
|
351
313
|
- [AssetFileForUploadResourceArrayResponse](docs/AssetFileForUploadResourceArrayResponse.md)
|
|
352
314
|
- [AssetFrontendResource](docs/AssetFrontendResource.md)
|
|
@@ -357,7 +319,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
357
319
|
- [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
|
|
358
320
|
- [AssetWithOverlayLinkResource](docs/AssetWithOverlayLinkResource.md)
|
|
359
321
|
- [AssetWithOverlayLinkResourceArrayResponse](docs/AssetWithOverlayLinkResourceArrayResponse.md)
|
|
360
|
-
- [AttachAdminsToRoleRequest](docs/AttachAdminsToRoleRequest.md)
|
|
361
322
|
- [AttachAttributesToProductRangeRequest](docs/AttachAttributesToProductRangeRequest.md)
|
|
362
323
|
- [AttachAttributesToProductRangeRequestAttributesInner](docs/AttachAttributesToProductRangeRequestAttributesInner.md)
|
|
363
324
|
- [AttachCouponRequest](docs/AttachCouponRequest.md)
|
|
@@ -367,11 +328,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
367
328
|
- [AttachDocumentsToProductChildRequestDocumentsInner](docs/AttachDocumentsToProductChildRequestDocumentsInner.md)
|
|
368
329
|
- [AttachDocumentsToProductRangeRequest](docs/AttachDocumentsToProductRangeRequest.md)
|
|
369
330
|
- [AttachLineItemRequest](docs/AttachLineItemRequest.md)
|
|
370
|
-
- [AttachPermissionsToRoleRequest](docs/AttachPermissionsToRoleRequest.md)
|
|
371
331
|
- [AttachProductChildrenRequest](docs/AttachProductChildrenRequest.md)
|
|
372
332
|
- [AttachProductChildrenToProductRangeRequest](docs/AttachProductChildrenToProductRangeRequest.md)
|
|
373
333
|
- [AttachProductsToProductCategoryRequest](docs/AttachProductsToProductCategoryRequest.md)
|
|
374
|
-
- [AttachRolesToAdminRequest](docs/AttachRolesToAdminRequest.md)
|
|
375
334
|
- [AttachStoresToSupplierRequest](docs/AttachStoresToSupplierRequest.md)
|
|
376
335
|
- [AttachSuppliersToStoreRequest](docs/AttachSuppliersToStoreRequest.md)
|
|
377
336
|
- [AttributeFieldType](docs/AttributeFieldType.md)
|
|
@@ -400,8 +359,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
400
359
|
- [BlogResourceArrayResponse](docs/BlogResourceArrayResponse.md)
|
|
401
360
|
- [CartCouponLiteResource](docs/CartCouponLiteResource.md)
|
|
402
361
|
- [CartCouponLiteResourceArrayResponse](docs/CartCouponLiteResourceArrayResponse.md)
|
|
403
|
-
- [CartCouponResource](docs/CartCouponResource.md)
|
|
404
|
-
- [CartCouponResourceArrayResponse](docs/CartCouponResourceArrayResponse.md)
|
|
405
362
|
- [CartListResource](docs/CartListResource.md)
|
|
406
363
|
- [CartListResourceArrayResponse](docs/CartListResourceArrayResponse.md)
|
|
407
364
|
- [CartOrderSource](docs/CartOrderSource.md)
|
|
@@ -417,10 +374,7 @@ All URIs are relative to *http://localhost/api*
|
|
|
417
374
|
- [CategoryFrontendResourceArrayResponse](docs/CategoryFrontendResourceArrayResponse.md)
|
|
418
375
|
- [CategoryWithChildrenFrontendResource](docs/CategoryWithChildrenFrontendResource.md)
|
|
419
376
|
- [CategoryWithChildrenFrontendResourceArrayResponse](docs/CategoryWithChildrenFrontendResourceArrayResponse.md)
|
|
420
|
-
- [CheckEmailFrontendResource](docs/CheckEmailFrontendResource.md)
|
|
421
|
-
- [CheckEmailFrontendResourceArrayResponse](docs/CheckEmailFrontendResourceArrayResponse.md)
|
|
422
377
|
- [CouponDiscountType](docs/CouponDiscountType.md)
|
|
423
|
-
- [CreateAdminUserRequest](docs/CreateAdminUserRequest.md)
|
|
424
378
|
- [CreateAssetFileRequest](docs/CreateAssetFileRequest.md)
|
|
425
379
|
- [CreateAssetForAssetableRequest](docs/CreateAssetForAssetableRequest.md)
|
|
426
380
|
- [CreateAttributeRequest](docs/CreateAttributeRequest.md)
|
|
@@ -431,7 +385,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
431
385
|
- [CreateCartRequest](docs/CreateCartRequest.md)
|
|
432
386
|
- [CreateCartRequestItemsInner](docs/CreateCartRequestItemsInner.md)
|
|
433
387
|
- [CreateCartRequestShippingAddress](docs/CreateCartRequestShippingAddress.md)
|
|
434
|
-
- [CreateCustomerAddressRequest](docs/CreateCustomerAddressRequest.md)
|
|
435
388
|
- [CreateCustomerRequest](docs/CreateCustomerRequest.md)
|
|
436
389
|
- [CreateDefinitionRequest](docs/CreateDefinitionRequest.md)
|
|
437
390
|
- [CreateDocumentFileRequest](docs/CreateDocumentFileRequest.md)
|
|
@@ -459,7 +412,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
459
412
|
- [CreateProductTypeRequest](docs/CreateProductTypeRequest.md)
|
|
460
413
|
- [CreateReviewImportFileRequest](docs/CreateReviewImportFileRequest.md)
|
|
461
414
|
- [CreateReviewRequest](docs/CreateReviewRequest.md)
|
|
462
|
-
- [CreateRoleRequest](docs/CreateRoleRequest.md)
|
|
463
415
|
- [CreateSiteNotificationRequest](docs/CreateSiteNotificationRequest.md)
|
|
464
416
|
- [CreateStoreRequest](docs/CreateStoreRequest.md)
|
|
465
417
|
- [CreateStoreRequestAddress](docs/CreateStoreRequestAddress.md)
|
|
@@ -467,10 +419,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
467
419
|
- [CreateSupplierRequest](docs/CreateSupplierRequest.md)
|
|
468
420
|
- [CreateTagRequest](docs/CreateTagRequest.md)
|
|
469
421
|
- [CreateTransactionRequest](docs/CreateTransactionRequest.md)
|
|
470
|
-
- [CustomerAuthResponseResource](docs/CustomerAuthResponseResource.md)
|
|
471
|
-
- [CustomerAuthResponseResourceArrayResponse](docs/CustomerAuthResponseResourceArrayResponse.md)
|
|
472
|
-
- [CustomerFrontendResource](docs/CustomerFrontendResource.md)
|
|
473
|
-
- [CustomerFrontendResourceArrayResponse](docs/CustomerFrontendResourceArrayResponse.md)
|
|
474
422
|
- [CustomerListResource](docs/CustomerListResource.md)
|
|
475
423
|
- [CustomerListResourceArrayResponse](docs/CustomerListResourceArrayResponse.md)
|
|
476
424
|
- [CustomerLiteResource](docs/CustomerLiteResource.md)
|
|
@@ -479,9 +427,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
479
427
|
- [CustomerResourceArrayResponse](docs/CustomerResourceArrayResponse.md)
|
|
480
428
|
- [CustomerReviewableItemFrontendResource](docs/CustomerReviewableItemFrontendResource.md)
|
|
481
429
|
- [CustomerReviewableItemFrontendResourceArrayResponse](docs/CustomerReviewableItemFrontendResourceArrayResponse.md)
|
|
482
|
-
- [CustomerSocialLinkableResource](docs/CustomerSocialLinkableResource.md)
|
|
483
|
-
- [CustomerSocialLinkableResourceArrayResponse](docs/CustomerSocialLinkableResourceArrayResponse.md)
|
|
484
|
-
- [CustomerType](docs/CustomerType.md)
|
|
485
430
|
- [DefinitionListResource](docs/DefinitionListResource.md)
|
|
486
431
|
- [DefinitionListResourceArrayResponse](docs/DefinitionListResourceArrayResponse.md)
|
|
487
432
|
- [DefinitionResource](docs/DefinitionResource.md)
|
|
@@ -517,7 +462,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
517
462
|
- [ExternalApiLogResourceArrayResponse](docs/ExternalApiLogResourceArrayResponse.md)
|
|
518
463
|
- [ExternalApiProvider](docs/ExternalApiProvider.md)
|
|
519
464
|
- [ExternalApiSyncStatus](docs/ExternalApiSyncStatus.md)
|
|
520
|
-
- [ForgotPasswordAdminRequest](docs/ForgotPasswordAdminRequest.md)
|
|
521
465
|
- [FrontendCartResource](docs/FrontendCartResource.md)
|
|
522
466
|
- [FrontendCartResourceArrayResponse](docs/FrontendCartResourceArrayResponse.md)
|
|
523
467
|
- [FrontendCartResourceCouponsInner](docs/FrontendCartResourceCouponsInner.md)
|
|
@@ -557,7 +501,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
557
501
|
- [LineItemListResource](docs/LineItemListResource.md)
|
|
558
502
|
- [LineItemListResourceArrayResponse](docs/LineItemListResourceArrayResponse.md)
|
|
559
503
|
- [LinkOverlayTemplateToAssetsRequest](docs/LinkOverlayTemplateToAssetsRequest.md)
|
|
560
|
-
- [LoginAdminRequest](docs/LoginAdminRequest.md)
|
|
561
504
|
- [MenuIdRequest](docs/MenuIdRequest.md)
|
|
562
505
|
- [MenuItemHierarchyResource](docs/MenuItemHierarchyResource.md)
|
|
563
506
|
- [MenuItemHierarchyResourceArrayResponse](docs/MenuItemHierarchyResourceArrayResponse.md)
|
|
@@ -579,8 +522,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
579
522
|
- [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
|
|
580
523
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
581
524
|
- [ModelAttributeResourceArrayResponse](docs/ModelAttributeResourceArrayResponse.md)
|
|
582
|
-
- [NetsuiteSyncLiteResource](docs/NetsuiteSyncLiteResource.md)
|
|
583
|
-
- [NetsuiteSyncLiteResourceArrayResponse](docs/NetsuiteSyncLiteResourceArrayResponse.md)
|
|
584
525
|
- [OmnisendSyncLiteResource](docs/OmnisendSyncLiteResource.md)
|
|
585
526
|
- [OmnisendSyncLiteResourceArrayResponse](docs/OmnisendSyncLiteResourceArrayResponse.md)
|
|
586
527
|
- [OrderFulfillmentLineItemResource](docs/OrderFulfillmentLineItemResource.md)
|
|
@@ -623,8 +564,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
623
564
|
- [PageResource](docs/PageResource.md)
|
|
624
565
|
- [PageResourceArrayResponse](docs/PageResourceArrayResponse.md)
|
|
625
566
|
- [PageType](docs/PageType.md)
|
|
626
|
-
- [PaginatedAdminListResourceResponse](docs/PaginatedAdminListResourceResponse.md)
|
|
627
|
-
- [PaginatedAdminLiteResourceResponse](docs/PaginatedAdminLiteResourceResponse.md)
|
|
628
567
|
- [PaginatedAdminNoteResourceResponse](docs/PaginatedAdminNoteResourceResponse.md)
|
|
629
568
|
- [PaginatedAttributeListResourceResponse](docs/PaginatedAttributeListResourceResponse.md)
|
|
630
569
|
- [PaginatedAttributeLiteResourceResponse](docs/PaginatedAttributeLiteResourceResponse.md)
|
|
@@ -659,8 +598,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
659
598
|
- [PaginatedPageListResourceResponse](docs/PaginatedPageListResourceResponse.md)
|
|
660
599
|
- [PaginatedPageLiteResourceResponse](docs/PaginatedPageLiteResourceResponse.md)
|
|
661
600
|
- [PaginatedPageResourceResponse](docs/PaginatedPageResourceResponse.md)
|
|
662
|
-
- [PaginatedPermissionListResourceResponse](docs/PaginatedPermissionListResourceResponse.md)
|
|
663
|
-
- [PaginatedPermissionLiteResourceResponse](docs/PaginatedPermissionLiteResourceResponse.md)
|
|
664
601
|
- [PaginatedProductCategoryListResourceResponse](docs/PaginatedProductCategoryListResourceResponse.md)
|
|
665
602
|
- [PaginatedProductCategoryResourceResponse](docs/PaginatedProductCategoryResourceResponse.md)
|
|
666
603
|
- [PaginatedProductChildFrontendResourceResponse](docs/PaginatedProductChildFrontendResourceResponse.md)
|
|
@@ -689,8 +626,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
689
626
|
- [PaginatedReviewListResourceResponse](docs/PaginatedReviewListResourceResponse.md)
|
|
690
627
|
- [PaginatedReviewLiteResourceResponse](docs/PaginatedReviewLiteResourceResponse.md)
|
|
691
628
|
- [PaginatedReviewResourceResponse](docs/PaginatedReviewResourceResponse.md)
|
|
692
|
-
- [PaginatedRoleListResourceResponse](docs/PaginatedRoleListResourceResponse.md)
|
|
693
|
-
- [PaginatedRoleLiteResourceResponse](docs/PaginatedRoleLiteResourceResponse.md)
|
|
694
629
|
- [PaginatedSiteListResourceResponse](docs/PaginatedSiteListResourceResponse.md)
|
|
695
630
|
- [PaginatedSiteLiteResourceResponse](docs/PaginatedSiteLiteResourceResponse.md)
|
|
696
631
|
- [PaginatedSiteNotificationListResourceResponse](docs/PaginatedSiteNotificationListResourceResponse.md)
|
|
@@ -710,12 +645,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
710
645
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
711
646
|
- [PaymentSource](docs/PaymentSource.md)
|
|
712
647
|
- [PaymentStatus](docs/PaymentStatus.md)
|
|
713
|
-
- [PermissionListResource](docs/PermissionListResource.md)
|
|
714
|
-
- [PermissionListResourceArrayResponse](docs/PermissionListResourceArrayResponse.md)
|
|
715
|
-
- [PermissionLiteResource](docs/PermissionLiteResource.md)
|
|
716
|
-
- [PermissionLiteResourceArrayResponse](docs/PermissionLiteResourceArrayResponse.md)
|
|
717
|
-
- [PermissionResource](docs/PermissionResource.md)
|
|
718
|
-
- [PermissionResourceArrayResponse](docs/PermissionResourceArrayResponse.md)
|
|
719
648
|
- [PreviewAutomationRulesRequest](docs/PreviewAutomationRulesRequest.md)
|
|
720
649
|
- [PreviewAutomationRulesResource](docs/PreviewAutomationRulesResource.md)
|
|
721
650
|
- [PreviewAutomationRulesResourceArrayResponse](docs/PreviewAutomationRulesResourceArrayResponse.md)
|
|
@@ -826,7 +755,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
826
755
|
- [RedirectListResource](docs/RedirectListResource.md)
|
|
827
756
|
- [RedirectListResourceArrayResponse](docs/RedirectListResourceArrayResponse.md)
|
|
828
757
|
- [RefundTransactionRequest](docs/RefundTransactionRequest.md)
|
|
829
|
-
- [ResetPasswordAdminRequest](docs/ResetPasswordAdminRequest.md)
|
|
830
758
|
- [ReviewExportDownloadUrlResource](docs/ReviewExportDownloadUrlResource.md)
|
|
831
759
|
- [ReviewExportDownloadUrlResourceArrayResponse](docs/ReviewExportDownloadUrlResourceArrayResponse.md)
|
|
832
760
|
- [ReviewImportFailureResource](docs/ReviewImportFailureResource.md)
|
|
@@ -843,21 +771,12 @@ All URIs are relative to *http://localhost/api*
|
|
|
843
771
|
- [ReviewPublicResourceArrayResponse](docs/ReviewPublicResourceArrayResponse.md)
|
|
844
772
|
- [ReviewResource](docs/ReviewResource.md)
|
|
845
773
|
- [ReviewResourceArrayResponse](docs/ReviewResourceArrayResponse.md)
|
|
846
|
-
- [RoleListResource](docs/RoleListResource.md)
|
|
847
|
-
- [RoleListResourceArrayResponse](docs/RoleListResourceArrayResponse.md)
|
|
848
|
-
- [RoleLiteResource](docs/RoleLiteResource.md)
|
|
849
|
-
- [RoleLiteResourceArrayResponse](docs/RoleLiteResourceArrayResponse.md)
|
|
850
|
-
- [RoleResource](docs/RoleResource.md)
|
|
851
|
-
- [RoleResourceArrayResponse](docs/RoleResourceArrayResponse.md)
|
|
852
774
|
- [SEOResource](docs/SEOResource.md)
|
|
853
775
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
854
776
|
- [SearchAdminNotesRequest](docs/SearchAdminNotesRequest.md)
|
|
855
|
-
- [SearchAdminUsersRequest](docs/SearchAdminUsersRequest.md)
|
|
856
|
-
- [SearchAllAdminUsersRequest](docs/SearchAllAdminUsersRequest.md)
|
|
857
777
|
- [SearchAllAttributeValuesRequest](docs/SearchAllAttributeValuesRequest.md)
|
|
858
778
|
- [SearchAllAttributesRequest](docs/SearchAllAttributesRequest.md)
|
|
859
779
|
- [SearchAllBlogCategoriesRequest](docs/SearchAllBlogCategoriesRequest.md)
|
|
860
|
-
- [SearchAllCustomersRequest](docs/SearchAllCustomersRequest.md)
|
|
861
780
|
- [SearchAllDefinitionsRequest](docs/SearchAllDefinitionsRequest.md)
|
|
862
781
|
- [SearchAllDocumentsRequest](docs/SearchAllDocumentsRequest.md)
|
|
863
782
|
- [SearchAllFrontendComponentsRequest](docs/SearchAllFrontendComponentsRequest.md)
|
|
@@ -867,7 +786,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
867
786
|
- [SearchAllOverlayTemplatesRequest](docs/SearchAllOverlayTemplatesRequest.md)
|
|
868
787
|
- [SearchAllPageComponentsRequest](docs/SearchAllPageComponentsRequest.md)
|
|
869
788
|
- [SearchAllPagesRequest](docs/SearchAllPagesRequest.md)
|
|
870
|
-
- [SearchAllPermissionsRequest](docs/SearchAllPermissionsRequest.md)
|
|
871
789
|
- [SearchAllProductCategoriesRequest](docs/SearchAllProductCategoriesRequest.md)
|
|
872
790
|
- [SearchAllProductChildrenRequest](docs/SearchAllProductChildrenRequest.md)
|
|
873
791
|
- [SearchAllProductClassesRequest](docs/SearchAllProductClassesRequest.md)
|
|
@@ -875,7 +793,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
875
793
|
- [SearchAllProductRegistrationsRequest](docs/SearchAllProductRegistrationsRequest.md)
|
|
876
794
|
- [SearchAllProductTypesRequest](docs/SearchAllProductTypesRequest.md)
|
|
877
795
|
- [SearchAllProductsRequest](docs/SearchAllProductsRequest.md)
|
|
878
|
-
- [SearchAllRolesRequest](docs/SearchAllRolesRequest.md)
|
|
879
796
|
- [SearchAllStoresRequest](docs/SearchAllStoresRequest.md)
|
|
880
797
|
- [SearchAllSuppliersRequest](docs/SearchAllSuppliersRequest.md)
|
|
881
798
|
- [SearchAttributeValuesRequest](docs/SearchAttributeValuesRequest.md)
|
|
@@ -895,7 +812,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
895
812
|
- [SearchOrdersRequest](docs/SearchOrdersRequest.md)
|
|
896
813
|
- [SearchOverlayTemplatesRequest](docs/SearchOverlayTemplatesRequest.md)
|
|
897
814
|
- [SearchPagesRequest](docs/SearchPagesRequest.md)
|
|
898
|
-
- [SearchPermissionsRequest](docs/SearchPermissionsRequest.md)
|
|
899
815
|
- [SearchProductCategoriesRequest](docs/SearchProductCategoriesRequest.md)
|
|
900
816
|
- [SearchProductChildAttributesRequest](docs/SearchProductChildAttributesRequest.md)
|
|
901
817
|
- [SearchProductChildrenRequest](docs/SearchProductChildrenRequest.md)
|
|
@@ -906,7 +822,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
906
822
|
- [SearchProductsRequest](docs/SearchProductsRequest.md)
|
|
907
823
|
- [SearchRedirectsRequest](docs/SearchRedirectsRequest.md)
|
|
908
824
|
- [SearchReviewsRequest](docs/SearchReviewsRequest.md)
|
|
909
|
-
- [SearchRolesRequest](docs/SearchRolesRequest.md)
|
|
910
825
|
- [SearchSiteNotificationsRequest](docs/SearchSiteNotificationsRequest.md)
|
|
911
826
|
- [SearchSitesRequest](docs/SearchSitesRequest.md)
|
|
912
827
|
- [SearchStoresRequest](docs/SearchStoresRequest.md)
|
|
@@ -915,7 +830,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
915
830
|
- [SearchTransactionsRequest](docs/SearchTransactionsRequest.md)
|
|
916
831
|
- [ShippingType](docs/ShippingType.md)
|
|
917
832
|
- [ShowProductChildAssetsRequest](docs/ShowProductChildAssetsRequest.md)
|
|
918
|
-
- [SignUpType](docs/SignUpType.md)
|
|
919
833
|
- [SiteConfigResource](docs/SiteConfigResource.md)
|
|
920
834
|
- [SiteConfigResourceArrayResponse](docs/SiteConfigResourceArrayResponse.md)
|
|
921
835
|
- [SiteIdRequest](docs/SiteIdRequest.md)
|
|
@@ -932,7 +846,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
932
846
|
- [SiteResource](docs/SiteResource.md)
|
|
933
847
|
- [SiteResourceArrayResponse](docs/SiteResourceArrayResponse.md)
|
|
934
848
|
- [SkuSearchProductChildRequest](docs/SkuSearchProductChildRequest.md)
|
|
935
|
-
- [SocialProvider](docs/SocialProvider.md)
|
|
936
849
|
- [StoreFrontendResource](docs/StoreFrontendResource.md)
|
|
937
850
|
- [StoreFrontendResourceArrayResponse](docs/StoreFrontendResourceArrayResponse.md)
|
|
938
851
|
- [StoreListResource](docs/StoreListResource.md)
|
|
@@ -975,7 +888,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
975
888
|
- [TransactionResourceArrayResponse](docs/TransactionResourceArrayResponse.md)
|
|
976
889
|
- [TransactionType](docs/TransactionType.md)
|
|
977
890
|
- [UnlinkOverlayTemplateFromAssetableRequest](docs/UnlinkOverlayTemplateFromAssetableRequest.md)
|
|
978
|
-
- [UpdateAdminUserRequest](docs/UpdateAdminUserRequest.md)
|
|
979
891
|
- [UpdateAssetForAssetableRequest](docs/UpdateAssetForAssetableRequest.md)
|
|
980
892
|
- [UpdateAttributeFilterOrderRequest](docs/UpdateAttributeFilterOrderRequest.md)
|
|
981
893
|
- [UpdateAttributeFilterOrderRequestValuesInner](docs/UpdateAttributeFilterOrderRequestValuesInner.md)
|
|
@@ -984,8 +896,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
984
896
|
- [UpdateAttributeValueRequest](docs/UpdateAttributeValueRequest.md)
|
|
985
897
|
- [UpdateBlogCategoryRequest](docs/UpdateBlogCategoryRequest.md)
|
|
986
898
|
- [UpdateCartRequest](docs/UpdateCartRequest.md)
|
|
987
|
-
- [UpdateCustomerAddressRequest](docs/UpdateCustomerAddressRequest.md)
|
|
988
|
-
- [UpdateCustomerRequest](docs/UpdateCustomerRequest.md)
|
|
989
899
|
- [UpdateDefinitionRequest](docs/UpdateDefinitionRequest.md)
|
|
990
900
|
- [UpdateDocumentRequest](docs/UpdateDocumentRequest.md)
|
|
991
901
|
- [UpdateLabelRequest](docs/UpdateLabelRequest.md)
|
|
@@ -1009,16 +919,12 @@ All URIs are relative to *http://localhost/api*
|
|
|
1009
919
|
- [UpdateProductTypeAttributeRequest](docs/UpdateProductTypeAttributeRequest.md)
|
|
1010
920
|
- [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
|
|
1011
921
|
- [UpdateReviewRequest](docs/UpdateReviewRequest.md)
|
|
1012
|
-
- [UpdateRoleRequest](docs/UpdateRoleRequest.md)
|
|
1013
922
|
- [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
|
|
1014
923
|
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
|
|
1015
924
|
- [UpdateStoreRequest](docs/UpdateStoreRequest.md)
|
|
1016
925
|
- [UpdateStoreRequestSpecialDatesInner](docs/UpdateStoreRequestSpecialDatesInner.md)
|
|
1017
926
|
- [UpdateSupplierRequest](docs/UpdateSupplierRequest.md)
|
|
1018
927
|
- [UpdateTagRequest](docs/UpdateTagRequest.md)
|
|
1019
|
-
- [UserLiteResource](docs/UserLiteResource.md)
|
|
1020
|
-
- [UserLiteResourceArrayResponse](docs/UserLiteResourceArrayResponse.md)
|
|
1021
|
-
- [UserType](docs/UserType.md)
|
|
1022
928
|
- [WishlistCheckResource](docs/WishlistCheckResource.md)
|
|
1023
929
|
- [WishlistCheckResourceArrayResponse](docs/WishlistCheckResourceArrayResponse.md)
|
|
1024
930
|
- [WishlistToggleResource](docs/WishlistToggleResource.md)
|
|
@@ -1036,7 +942,7 @@ and is automatically generated by the
|
|
|
1036
942
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
1037
943
|
|
|
1038
944
|
- API version: `1.0.0`
|
|
1039
|
-
- Package version: `0.0.
|
|
945
|
+
- Package version: `0.0.2361`
|
|
1040
946
|
- Generator version: `7.22.0`
|
|
1041
947
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
1042
948
|
|
|
@@ -10,27 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { type AddressResource } from '../models/AddressResource';
|
|
14
|
-
import { type CreateCustomerAddressRequest } from '../models/CreateCustomerAddressRequest';
|
|
15
13
|
import { type CreateCustomerRequest } from '../models/CreateCustomerRequest';
|
|
16
|
-
import { type CustomerLiteResourceArrayResponse } from '../models/CustomerLiteResourceArrayResponse';
|
|
17
14
|
import { type CustomerResource } from '../models/CustomerResource';
|
|
18
|
-
import { type GenericResponse } from '../models/GenericResponse';
|
|
19
15
|
import { type PaginatedCustomerListResourceResponse } from '../models/PaginatedCustomerListResourceResponse';
|
|
20
|
-
import { type SearchAllCustomersRequest } from '../models/SearchAllCustomersRequest';
|
|
21
16
|
import { type SearchCustomersRequest } from '../models/SearchCustomersRequest';
|
|
22
|
-
import { type UpdateCustomerAddressRequest } from '../models/UpdateCustomerAddressRequest';
|
|
23
|
-
import { type UpdateCustomerRequest } from '../models/UpdateCustomerRequest';
|
|
24
|
-
export interface DestroyCustomerRequest {
|
|
25
|
-
customer: number;
|
|
26
|
-
}
|
|
27
|
-
export interface DestroyCustomerAddressRequest {
|
|
28
|
-
customer: number;
|
|
29
|
-
address: number;
|
|
30
|
-
}
|
|
31
|
-
export interface GetAllCustomerRequest {
|
|
32
|
-
searchAllCustomersRequest?: SearchAllCustomersRequest;
|
|
33
|
-
}
|
|
34
17
|
export interface IndexCustomerRequest {
|
|
35
18
|
searchCustomersRequest?: SearchCustomersRequest;
|
|
36
19
|
}
|
|
@@ -40,59 +23,10 @@ export interface ShowCustomerRequest {
|
|
|
40
23
|
export interface StoreCustomerRequest {
|
|
41
24
|
createCustomerRequest?: CreateCustomerRequest;
|
|
42
25
|
}
|
|
43
|
-
export interface StoreCustomerAddressRequest {
|
|
44
|
-
customer: number;
|
|
45
|
-
createCustomerAddressRequest?: CreateCustomerAddressRequest;
|
|
46
|
-
}
|
|
47
|
-
export interface UpdateCustomerOperationRequest {
|
|
48
|
-
customer: number;
|
|
49
|
-
updateCustomerRequest?: UpdateCustomerRequest;
|
|
50
|
-
}
|
|
51
|
-
export interface UpdateCustomerAddressOperationRequest {
|
|
52
|
-
customer: number;
|
|
53
|
-
address: number;
|
|
54
|
-
updateCustomerAddressRequest?: UpdateCustomerAddressRequest;
|
|
55
|
-
}
|
|
56
26
|
/**
|
|
57
27
|
*
|
|
58
28
|
*/
|
|
59
29
|
export declare class CustomersApi extends runtime.BaseAPI {
|
|
60
|
-
/**
|
|
61
|
-
* Creates request options for destroyCustomer without sending the request
|
|
62
|
-
*/
|
|
63
|
-
destroyCustomerRequestOpts(requestParameters: DestroyCustomerRequest): Promise<runtime.RequestOpts>;
|
|
64
|
-
/**
|
|
65
|
-
* Auto-generated: destroyCustomer
|
|
66
|
-
*/
|
|
67
|
-
destroyCustomerRaw(requestParameters: DestroyCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
68
|
-
/**
|
|
69
|
-
* Auto-generated: destroyCustomer
|
|
70
|
-
*/
|
|
71
|
-
destroyCustomer(requestParameters: DestroyCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
72
|
-
/**
|
|
73
|
-
* Creates request options for destroyCustomerAddress without sending the request
|
|
74
|
-
*/
|
|
75
|
-
destroyCustomerAddressRequestOpts(requestParameters: DestroyCustomerAddressRequest): Promise<runtime.RequestOpts>;
|
|
76
|
-
/**
|
|
77
|
-
* Auto-generated: destroyCustomerAddress
|
|
78
|
-
*/
|
|
79
|
-
destroyCustomerAddressRaw(requestParameters: DestroyCustomerAddressRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GenericResponse>>;
|
|
80
|
-
/**
|
|
81
|
-
* Auto-generated: destroyCustomerAddress
|
|
82
|
-
*/
|
|
83
|
-
destroyCustomerAddress(requestParameters: DestroyCustomerAddressRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GenericResponse>;
|
|
84
|
-
/**
|
|
85
|
-
* Creates request options for getAllCustomer without sending the request
|
|
86
|
-
*/
|
|
87
|
-
getAllCustomerRequestOpts(requestParameters: GetAllCustomerRequest): Promise<runtime.RequestOpts>;
|
|
88
|
-
/**
|
|
89
|
-
* Auto-generated: getAllCustomer
|
|
90
|
-
*/
|
|
91
|
-
getAllCustomerRaw(requestParameters: GetAllCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomerLiteResourceArrayResponse>>;
|
|
92
|
-
/**
|
|
93
|
-
* Auto-generated: getAllCustomer
|
|
94
|
-
*/
|
|
95
|
-
getAllCustomer(requestParameters?: GetAllCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomerLiteResourceArrayResponse>;
|
|
96
30
|
/**
|
|
97
31
|
* Creates request options for indexCustomer without sending the request
|
|
98
32
|
*/
|
|
@@ -129,40 +63,4 @@ export declare class CustomersApi extends runtime.BaseAPI {
|
|
|
129
63
|
* Auto-generated: storeCustomer
|
|
130
64
|
*/
|
|
131
65
|
storeCustomer(requestParameters?: StoreCustomerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomerResource>;
|
|
132
|
-
/**
|
|
133
|
-
* Creates request options for storeCustomerAddress without sending the request
|
|
134
|
-
*/
|
|
135
|
-
storeCustomerAddressRequestOpts(requestParameters: StoreCustomerAddressRequest): Promise<runtime.RequestOpts>;
|
|
136
|
-
/**
|
|
137
|
-
* Auto-generated: storeCustomerAddress
|
|
138
|
-
*/
|
|
139
|
-
storeCustomerAddressRaw(requestParameters: StoreCustomerAddressRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AddressResource>>;
|
|
140
|
-
/**
|
|
141
|
-
* Auto-generated: storeCustomerAddress
|
|
142
|
-
*/
|
|
143
|
-
storeCustomerAddress(requestParameters: StoreCustomerAddressRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddressResource>;
|
|
144
|
-
/**
|
|
145
|
-
* Creates request options for updateCustomer without sending the request
|
|
146
|
-
*/
|
|
147
|
-
updateCustomerRequestOpts(requestParameters: UpdateCustomerOperationRequest): Promise<runtime.RequestOpts>;
|
|
148
|
-
/**
|
|
149
|
-
* Auto-generated: updateCustomer
|
|
150
|
-
*/
|
|
151
|
-
updateCustomerRaw(requestParameters: UpdateCustomerOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CustomerResource>>;
|
|
152
|
-
/**
|
|
153
|
-
* Auto-generated: updateCustomer
|
|
154
|
-
*/
|
|
155
|
-
updateCustomer(requestParameters: UpdateCustomerOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CustomerResource>;
|
|
156
|
-
/**
|
|
157
|
-
* Creates request options for updateCustomerAddress without sending the request
|
|
158
|
-
*/
|
|
159
|
-
updateCustomerAddressRequestOpts(requestParameters: UpdateCustomerAddressOperationRequest): Promise<runtime.RequestOpts>;
|
|
160
|
-
/**
|
|
161
|
-
* Auto-generated: updateCustomerAddress
|
|
162
|
-
*/
|
|
163
|
-
updateCustomerAddressRaw(requestParameters: UpdateCustomerAddressOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AddressResource>>;
|
|
164
|
-
/**
|
|
165
|
-
* Auto-generated: updateCustomerAddress
|
|
166
|
-
*/
|
|
167
|
-
updateCustomerAddress(requestParameters: UpdateCustomerAddressOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddressResource>;
|
|
168
66
|
}
|