qovery-ws-typescript-axios 0.1.376 → 0.1.378
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/dist/api.d.ts +12 -12
- package/dist/esm/api.d.ts +12 -12
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -1780,7 +1780,7 @@ export declare class ClusterListNodesApi extends BaseAPI {
|
|
|
1780
1780
|
* @throws {RequiredError}
|
|
1781
1781
|
* @memberof ClusterListNodesApi
|
|
1782
1782
|
*/
|
|
1783
|
-
handleClusterListNodesRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterListNodesResponseDto, any>>;
|
|
1783
|
+
handleClusterListNodesRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterListNodesResponseDto, any, {}>>;
|
|
1784
1784
|
}
|
|
1785
1785
|
/**
|
|
1786
1786
|
* ClusterMetricsApi - axios parameter creator
|
|
@@ -1839,7 +1839,7 @@ export declare class ClusterMetricsApi extends BaseAPI {
|
|
|
1839
1839
|
* @throws {RequiredError}
|
|
1840
1840
|
* @memberof ClusterMetricsApi
|
|
1841
1841
|
*/
|
|
1842
|
-
handleClusterMetricsRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterMetricsDto, any>>;
|
|
1842
|
+
handleClusterMetricsRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterMetricsDto, any, {}>>;
|
|
1843
1843
|
}
|
|
1844
1844
|
/**
|
|
1845
1845
|
* ClusterStatusApi - axios parameter creator
|
|
@@ -1898,7 +1898,7 @@ export declare class ClusterStatusApi extends BaseAPI {
|
|
|
1898
1898
|
* @throws {RequiredError}
|
|
1899
1899
|
* @memberof ClusterStatusApi
|
|
1900
1900
|
*/
|
|
1901
|
-
handleClusterStatusRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterStatusDto, any>>;
|
|
1901
|
+
handleClusterStatusRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterStatusDto, any, {}>>;
|
|
1902
1902
|
}
|
|
1903
1903
|
/**
|
|
1904
1904
|
* DeploymentApi - axios parameter creator
|
|
@@ -2002,7 +2002,7 @@ export declare class DeploymentApi extends BaseAPI {
|
|
|
2002
2002
|
* @throws {RequiredError}
|
|
2003
2003
|
* @memberof DeploymentApi
|
|
2004
2004
|
*/
|
|
2005
|
-
handleDeploymentLogsRequest(organization: string, cluster: string | null, project: string, environment: string, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2005
|
+
handleDeploymentLogsRequest(organization: string, cluster: string | null, project: string, environment: string, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2006
2006
|
/**
|
|
2007
2007
|
*
|
|
2008
2008
|
* @param {string} organization
|
|
@@ -2014,7 +2014,7 @@ export declare class DeploymentApi extends BaseAPI {
|
|
|
2014
2014
|
* @throws {RequiredError}
|
|
2015
2015
|
* @memberof DeploymentApi
|
|
2016
2016
|
*/
|
|
2017
|
-
handleDeploymentStatusRequest(organization: string, cluster: string | null, project: string, environment: string | null, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2017
|
+
handleDeploymentStatusRequest(organization: string, cluster: string | null, project: string, environment: string | null, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2018
2018
|
}
|
|
2019
2019
|
/**
|
|
2020
2020
|
* LogsApi - axios parameter creator
|
|
@@ -2134,7 +2134,7 @@ export declare class LogsApi extends BaseAPI {
|
|
|
2134
2134
|
* @throws {RequiredError}
|
|
2135
2135
|
* @memberof LogsApi
|
|
2136
2136
|
*/
|
|
2137
|
-
handleInfraLogsRequest(organization: string, cluster: string, project: string | null, environment: string | null, service: string | null, infraComponentType: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceInfraLogResponseDto, any>>;
|
|
2137
|
+
handleInfraLogsRequest(organization: string, cluster: string, project: string | null, environment: string | null, service: string | null, infraComponentType: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceInfraLogResponseDto, any, {}>>;
|
|
2138
2138
|
/**
|
|
2139
2139
|
*
|
|
2140
2140
|
* @param {string} organization
|
|
@@ -2150,7 +2150,7 @@ export declare class LogsApi extends BaseAPI {
|
|
|
2150
2150
|
* @throws {RequiredError}
|
|
2151
2151
|
* @memberof LogsApi
|
|
2152
2152
|
*/
|
|
2153
|
-
handleServiceLogsRequest(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, deploymentId: string | null, query: string | null, start: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceLogResponseDto, any>>;
|
|
2153
|
+
handleServiceLogsRequest(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, deploymentId: string | null, query: string | null, start: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceLogResponseDto, any, {}>>;
|
|
2154
2154
|
}
|
|
2155
2155
|
/**
|
|
2156
2156
|
* RemoteDebugApi - axios parameter creator
|
|
@@ -2225,7 +2225,7 @@ export declare class RemoteDebugApi extends BaseAPI {
|
|
|
2225
2225
|
* @throws {RequiredError}
|
|
2226
2226
|
* @memberof RemoteDebugApi
|
|
2227
2227
|
*/
|
|
2228
|
-
handleShellRemoteDebug(organization: string, cluster: string, flavor: DebugFlavor, ttyWidth: number, ttyHeight: number, nodeSelector: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2228
|
+
handleShellRemoteDebug(organization: string, cluster: string, flavor: DebugFlavor, ttyWidth: number, ttyHeight: number, nodeSelector: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2229
2229
|
}
|
|
2230
2230
|
/**
|
|
2231
2231
|
* ServiceListPodsApi - axios parameter creator
|
|
@@ -2296,7 +2296,7 @@ export declare class ServiceListPodsApi extends BaseAPI {
|
|
|
2296
2296
|
* @throws {RequiredError}
|
|
2297
2297
|
* @memberof ServiceListPodsApi
|
|
2298
2298
|
*/
|
|
2299
|
-
handleServiceListPodsRequest(organization: string, cluster: string, project: string, environment: string, service: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceListPodsResponseDto, any>>;
|
|
2299
|
+
handleServiceListPodsRequest(organization: string, cluster: string, project: string, environment: string, service: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceListPodsResponseDto, any, {}>>;
|
|
2300
2300
|
}
|
|
2301
2301
|
/**
|
|
2302
2302
|
* ServiceMetricsApi - axios parameter creator
|
|
@@ -2371,7 +2371,7 @@ export declare class ServiceMetricsApi extends BaseAPI {
|
|
|
2371
2371
|
* @throws {RequiredError}
|
|
2372
2372
|
* @memberof ServiceMetricsApi
|
|
2373
2373
|
*/
|
|
2374
|
-
handleMetricsRequest(organization: string, cluster: string, project: string, environment: string, service: string, serviceType: ServiceType, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceMetricsDto, any>>;
|
|
2374
|
+
handleMetricsRequest(organization: string, cluster: string, project: string, environment: string, service: string, serviceType: ServiceType, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceMetricsDto, any, {}>>;
|
|
2375
2375
|
}
|
|
2376
2376
|
/**
|
|
2377
2377
|
* ServiceStatusApi - axios parameter creator
|
|
@@ -2438,7 +2438,7 @@ export declare class ServiceStatusApi extends BaseAPI {
|
|
|
2438
2438
|
* @throws {RequiredError}
|
|
2439
2439
|
* @memberof ServiceStatusApi
|
|
2440
2440
|
*/
|
|
2441
|
-
handleServiceStatusRequest(organization: string, cluster: string, project: string | null, environment: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceStatusDto, any>>;
|
|
2441
|
+
handleServiceStatusRequest(organization: string, cluster: string, project: string | null, environment: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceStatusDto, any, {}>>;
|
|
2442
2442
|
}
|
|
2443
2443
|
/**
|
|
2444
2444
|
* ShellApi - axios parameter creator
|
|
@@ -2529,5 +2529,5 @@ export declare class ShellApi extends BaseAPI {
|
|
|
2529
2529
|
* @throws {RequiredError}
|
|
2530
2530
|
* @memberof ShellApi
|
|
2531
2531
|
*/
|
|
2532
|
-
handleShellExec(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, containerName: string | null, command: Array<string>, ttyWidth: number, ttyHeight: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2532
|
+
handleShellExec(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, containerName: string | null, command: Array<string>, ttyWidth: number, ttyHeight: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2533
2533
|
}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -1780,7 +1780,7 @@ export declare class ClusterListNodesApi extends BaseAPI {
|
|
|
1780
1780
|
* @throws {RequiredError}
|
|
1781
1781
|
* @memberof ClusterListNodesApi
|
|
1782
1782
|
*/
|
|
1783
|
-
handleClusterListNodesRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterListNodesResponseDto, any>>;
|
|
1783
|
+
handleClusterListNodesRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterListNodesResponseDto, any, {}>>;
|
|
1784
1784
|
}
|
|
1785
1785
|
/**
|
|
1786
1786
|
* ClusterMetricsApi - axios parameter creator
|
|
@@ -1839,7 +1839,7 @@ export declare class ClusterMetricsApi extends BaseAPI {
|
|
|
1839
1839
|
* @throws {RequiredError}
|
|
1840
1840
|
* @memberof ClusterMetricsApi
|
|
1841
1841
|
*/
|
|
1842
|
-
handleClusterMetricsRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterMetricsDto, any>>;
|
|
1842
|
+
handleClusterMetricsRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterMetricsDto, any, {}>>;
|
|
1843
1843
|
}
|
|
1844
1844
|
/**
|
|
1845
1845
|
* ClusterStatusApi - axios parameter creator
|
|
@@ -1898,7 +1898,7 @@ export declare class ClusterStatusApi extends BaseAPI {
|
|
|
1898
1898
|
* @throws {RequiredError}
|
|
1899
1899
|
* @memberof ClusterStatusApi
|
|
1900
1900
|
*/
|
|
1901
|
-
handleClusterStatusRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterStatusDto, any>>;
|
|
1901
|
+
handleClusterStatusRequest(organization: string, cluster: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClusterStatusDto, any, {}>>;
|
|
1902
1902
|
}
|
|
1903
1903
|
/**
|
|
1904
1904
|
* DeploymentApi - axios parameter creator
|
|
@@ -2002,7 +2002,7 @@ export declare class DeploymentApi extends BaseAPI {
|
|
|
2002
2002
|
* @throws {RequiredError}
|
|
2003
2003
|
* @memberof DeploymentApi
|
|
2004
2004
|
*/
|
|
2005
|
-
handleDeploymentLogsRequest(organization: string, cluster: string | null, project: string, environment: string, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2005
|
+
handleDeploymentLogsRequest(organization: string, cluster: string | null, project: string, environment: string, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2006
2006
|
/**
|
|
2007
2007
|
*
|
|
2008
2008
|
* @param {string} organization
|
|
@@ -2014,7 +2014,7 @@ export declare class DeploymentApi extends BaseAPI {
|
|
|
2014
2014
|
* @throws {RequiredError}
|
|
2015
2015
|
* @memberof DeploymentApi
|
|
2016
2016
|
*/
|
|
2017
|
-
handleDeploymentStatusRequest(organization: string, cluster: string | null, project: string, environment: string | null, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2017
|
+
handleDeploymentStatusRequest(organization: string, cluster: string | null, project: string, environment: string | null, version: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2018
2018
|
}
|
|
2019
2019
|
/**
|
|
2020
2020
|
* LogsApi - axios parameter creator
|
|
@@ -2134,7 +2134,7 @@ export declare class LogsApi extends BaseAPI {
|
|
|
2134
2134
|
* @throws {RequiredError}
|
|
2135
2135
|
* @memberof LogsApi
|
|
2136
2136
|
*/
|
|
2137
|
-
handleInfraLogsRequest(organization: string, cluster: string, project: string | null, environment: string | null, service: string | null, infraComponentType: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceInfraLogResponseDto, any>>;
|
|
2137
|
+
handleInfraLogsRequest(organization: string, cluster: string, project: string | null, environment: string | null, service: string | null, infraComponentType: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceInfraLogResponseDto, any, {}>>;
|
|
2138
2138
|
/**
|
|
2139
2139
|
*
|
|
2140
2140
|
* @param {string} organization
|
|
@@ -2150,7 +2150,7 @@ export declare class LogsApi extends BaseAPI {
|
|
|
2150
2150
|
* @throws {RequiredError}
|
|
2151
2151
|
* @memberof LogsApi
|
|
2152
2152
|
*/
|
|
2153
|
-
handleServiceLogsRequest(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, deploymentId: string | null, query: string | null, start: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceLogResponseDto, any>>;
|
|
2153
|
+
handleServiceLogsRequest(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, deploymentId: string | null, query: string | null, start: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceLogResponseDto, any, {}>>;
|
|
2154
2154
|
}
|
|
2155
2155
|
/**
|
|
2156
2156
|
* RemoteDebugApi - axios parameter creator
|
|
@@ -2225,7 +2225,7 @@ export declare class RemoteDebugApi extends BaseAPI {
|
|
|
2225
2225
|
* @throws {RequiredError}
|
|
2226
2226
|
* @memberof RemoteDebugApi
|
|
2227
2227
|
*/
|
|
2228
|
-
handleShellRemoteDebug(organization: string, cluster: string, flavor: DebugFlavor, ttyWidth: number, ttyHeight: number, nodeSelector: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2228
|
+
handleShellRemoteDebug(organization: string, cluster: string, flavor: DebugFlavor, ttyWidth: number, ttyHeight: number, nodeSelector: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2229
2229
|
}
|
|
2230
2230
|
/**
|
|
2231
2231
|
* ServiceListPodsApi - axios parameter creator
|
|
@@ -2296,7 +2296,7 @@ export declare class ServiceListPodsApi extends BaseAPI {
|
|
|
2296
2296
|
* @throws {RequiredError}
|
|
2297
2297
|
* @memberof ServiceListPodsApi
|
|
2298
2298
|
*/
|
|
2299
|
-
handleServiceListPodsRequest(organization: string, cluster: string, project: string, environment: string, service: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceListPodsResponseDto, any>>;
|
|
2299
|
+
handleServiceListPodsRequest(organization: string, cluster: string, project: string, environment: string, service: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceListPodsResponseDto, any, {}>>;
|
|
2300
2300
|
}
|
|
2301
2301
|
/**
|
|
2302
2302
|
* ServiceMetricsApi - axios parameter creator
|
|
@@ -2371,7 +2371,7 @@ export declare class ServiceMetricsApi extends BaseAPI {
|
|
|
2371
2371
|
* @throws {RequiredError}
|
|
2372
2372
|
* @memberof ServiceMetricsApi
|
|
2373
2373
|
*/
|
|
2374
|
-
handleMetricsRequest(organization: string, cluster: string, project: string, environment: string, service: string, serviceType: ServiceType, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceMetricsDto, any>>;
|
|
2374
|
+
handleMetricsRequest(organization: string, cluster: string, project: string, environment: string, service: string, serviceType: ServiceType, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceMetricsDto, any, {}>>;
|
|
2375
2375
|
}
|
|
2376
2376
|
/**
|
|
2377
2377
|
* ServiceStatusApi - axios parameter creator
|
|
@@ -2438,7 +2438,7 @@ export declare class ServiceStatusApi extends BaseAPI {
|
|
|
2438
2438
|
* @throws {RequiredError}
|
|
2439
2439
|
* @memberof ServiceStatusApi
|
|
2440
2440
|
*/
|
|
2441
|
-
handleServiceStatusRequest(organization: string, cluster: string, project: string | null, environment: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceStatusDto, any>>;
|
|
2441
|
+
handleServiceStatusRequest(organization: string, cluster: string, project: string | null, environment: string | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ServiceStatusDto, any, {}>>;
|
|
2442
2442
|
}
|
|
2443
2443
|
/**
|
|
2444
2444
|
* ShellApi - axios parameter creator
|
|
@@ -2529,5 +2529,5 @@ export declare class ShellApi extends BaseAPI {
|
|
|
2529
2529
|
* @throws {RequiredError}
|
|
2530
2530
|
* @memberof ShellApi
|
|
2531
2531
|
*/
|
|
2532
|
-
handleShellExec(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, containerName: string | null, command: Array<string>, ttyWidth: number, ttyHeight: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2532
|
+
handleShellExec(organization: string, cluster: string, project: string, environment: string, service: string, podName: string | null, containerName: string | null, command: Array<string>, ttyWidth: number, ttyHeight: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2533
2533
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qovery-ws-typescript-axios",
|
|
3
|
-
"version": "v0.1.
|
|
3
|
+
"version": "v0.1.378",
|
|
4
4
|
"description": "OpenAPI client for qovery-ws-typescript-axios",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepare": "npm run build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"axios": "1.
|
|
27
|
+
"axios": "1.12.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "12.11.5 - 12.20.42",
|