@mittwald/api-client
Advanced tools
Comparing version 4.67.0 to 4.68.0
@@ -117,2 +117,4 @@ import { ApiCallAsyncResourceFactory } from "@mittwald/api-client-commons/react"; | ||
const buildCustomerApi = (baseClient) => ({ | ||
/** List Invites belonging to a Customer. */ | ||
listInvitesForCustomer: new ApiCallAsyncResourceFactory(descriptors.customerListInvitesForCustomer, baseClient.customer.listInvitesForCustomer).getApiResource, | ||
/** Get all customer profiles the authenticated user has access to. */ | ||
@@ -136,4 +138,2 @@ listCustomers: new ApiCallAsyncResourceFactory(descriptors.customerListCustomers, baseClient.customer.listCustomers).getApiResource, | ||
listCustomerMemberships: new ApiCallAsyncResourceFactory(descriptors.customerListCustomerMemberships, baseClient.customer.listCustomerMemberships).getApiResource, | ||
/** List Invites belonging to a Customer. */ | ||
listInvitesForCustomer: new ApiCallAsyncResourceFactory(descriptors.customerListInvitesForCustomer, baseClient.customer.listInvitesForCustomer).getApiResource, | ||
/** List Memberships belonging to a Customer. */ | ||
@@ -140,0 +140,0 @@ listMembershipsForCustomer: new ApiCallAsyncResourceFactory(descriptors.customerListMembershipsForCustomer, baseClient.customer.listMembershipsForCustomer).getApiResource, |
@@ -242,2 +242,4 @@ /* eslint-disable */ | ||
acceptCustomerInvite: this.requestFunctionFactory(descriptors.customerAcceptCustomerInvite), | ||
/** List Invites belonging to a Customer. */ | ||
listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer), | ||
/** Create a CustomerInvite. */ | ||
@@ -283,4 +285,2 @@ createCustomerInvite: this.requestFunctionFactory(descriptors.customerCreateCustomerInvite), | ||
listCustomerMemberships: this.requestFunctionFactory(descriptors.customerListCustomerMemberships), | ||
/** List Invites belonging to a Customer. */ | ||
listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer), | ||
/** List Memberships belonging to a Customer. */ | ||
@@ -287,0 +287,0 @@ listMembershipsForCustomer: this.requestFunctionFactory(descriptors.customerListMembershipsForCustomer), |
@@ -1,1 +0,1 @@ | ||
export const MittwaldAPIClientVersion = '4.66.0'; | ||
export const MittwaldAPIClientVersion = '4.67.0'; |
@@ -1,1 +0,1 @@ | ||
export declare const MittwaldAPIClientVersion = '4.66.0'; | ||
export declare const MittwaldAPIClientVersion = '4.67.0'; |
{ | ||
"name": "@mittwald/api-client", | ||
"version": "4.67.0", | ||
"version": "4.68.0", | ||
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>", | ||
@@ -83,3 +83,3 @@ "type": "module", | ||
}, | ||
"gitHead": "fb291b211f7d8954cf425a2f12f52d20b58cfe16" | ||
"gitHead": "b46380b8e23d27cfe6a1bcc33415c6c615894f49" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2497180
48268