yellowgrid-api-ts 3.2.51-dev.0 → 3.2.52-dev.0
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/api.ts +2 -2
- package/dist/api.d.ts +3 -3
- package/docs/Class3CXMultiTenantApi.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -12702,7 +12702,7 @@ export const Class3CXMultiTenantApiFp = function(configuration?: Configuration)
|
|
|
12702
12702
|
* @param {*} [options] Override http request option.
|
|
12703
12703
|
* @throws {RequiredError}
|
|
12704
12704
|
*/
|
|
12705
|
-
async getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
12705
|
+
async getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TcxMultiTenantModel>>> {
|
|
12706
12706
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getGetAdminTenants(customerId, options);
|
|
12707
12707
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
12708
12708
|
const localVarOperationServerBasePath = operationServerMap['Class3CXMultiTenantApi.getGetAdminTenants']?.[localVarOperationServerIndex]?.url;
|
|
@@ -12815,7 +12815,7 @@ export const Class3CXMultiTenantApiFactory = function (configuration?: Configura
|
|
|
12815
12815
|
* @param {*} [options] Override http request option.
|
|
12816
12816
|
* @throws {RequiredError}
|
|
12817
12817
|
*/
|
|
12818
|
-
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
12818
|
+
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): AxiosPromise<Array<TcxMultiTenantModel>> {
|
|
12819
12819
|
return localVarFp.getGetAdminTenants(customerId, options).then((request) => request(axios, basePath));
|
|
12820
12820
|
},
|
|
12821
12821
|
/**
|
package/dist/api.d.ts
CHANGED
|
@@ -9476,7 +9476,7 @@ export declare const Class3CXMultiTenantApiFp: (configuration?: Configuration) =
|
|
|
9476
9476
|
* @param {*} [options] Override http request option.
|
|
9477
9477
|
* @throws {RequiredError}
|
|
9478
9478
|
*/
|
|
9479
|
-
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
9479
|
+
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TcxMultiTenantModel>>>;
|
|
9480
9480
|
/**
|
|
9481
9481
|
* Get 3CX Starter Bundle Tenant
|
|
9482
9482
|
* @summary Get 3CX MT Tenant
|
|
@@ -9548,7 +9548,7 @@ export declare const Class3CXMultiTenantApiFactory: (configuration?: Configurati
|
|
|
9548
9548
|
* @param {*} [options] Override http request option.
|
|
9549
9549
|
* @throws {RequiredError}
|
|
9550
9550
|
*/
|
|
9551
|
-
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
9551
|
+
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): AxiosPromise<Array<TcxMultiTenantModel>>;
|
|
9552
9552
|
/**
|
|
9553
9553
|
* Get 3CX Starter Bundle Tenant
|
|
9554
9554
|
* @summary Get 3CX MT Tenant
|
|
@@ -9620,7 +9620,7 @@ export declare class Class3CXMultiTenantApi extends BaseAPI {
|
|
|
9620
9620
|
* @param {*} [options] Override http request option.
|
|
9621
9621
|
* @throws {RequiredError}
|
|
9622
9622
|
*/
|
|
9623
|
-
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
9623
|
+
getGetAdminTenants(customerId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxMultiTenantModel[], any, {}>>;
|
|
9624
9624
|
/**
|
|
9625
9625
|
* Get 3CX Starter Bundle Tenant
|
|
9626
9626
|
* @summary Get 3CX MT Tenant
|
|
@@ -68,7 +68,7 @@ No authorization required
|
|
|
68
68
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
69
69
|
|
|
70
70
|
# **getGetAdminTenants**
|
|
71
|
-
>
|
|
71
|
+
> Array<TcxMultiTenantModel> getGetAdminTenants()
|
|
72
72
|
|
|
73
73
|
Get 3CX Starter Bundle Tenants
|
|
74
74
|
|
|
@@ -99,7 +99,7 @@ const { status, data } = await apiInstance.getGetAdminTenants(
|
|
|
99
99
|
|
|
100
100
|
### Return type
|
|
101
101
|
|
|
102
|
-
**
|
|
102
|
+
**Array<TcxMultiTenantModel>**
|
|
103
103
|
|
|
104
104
|
### Authorization
|
|
105
105
|
|