qovery-typescript-axios 1.1.841 → 1.1.843

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 CHANGED
@@ -17464,13 +17464,13 @@ export interface ProbeType {
17464
17464
  'grpc'?: ProbeTypeGrpc | null;
17465
17465
  }
17466
17466
  /**
17467
- *
17467
+ * Execute a command inside the container. The probe succeeds if the command exits with status code 0.
17468
17468
  * @export
17469
17469
  * @interface ProbeTypeExec
17470
17470
  */
17471
17471
  export interface ProbeTypeExec {
17472
17472
  /**
17473
- *
17473
+ * Command to execute inside the container, specified as an array of strings. The first element is the executable, followed by its arguments. Example: [\"sh\", \"-c\", \"test -f /tmp/healthy\"]
17474
17474
  * @type {Array<string>}
17475
17475
  * @memberof ProbeTypeExec
17476
17476
  */
package/dist/api.d.ts CHANGED
@@ -16921,13 +16921,13 @@ export interface ProbeType {
16921
16921
  'grpc'?: ProbeTypeGrpc | null;
16922
16922
  }
16923
16923
  /**
16924
- *
16924
+ * Execute a command inside the container. The probe succeeds if the command exits with status code 0.
16925
16925
  * @export
16926
16926
  * @interface ProbeTypeExec
16927
16927
  */
16928
16928
  export interface ProbeTypeExec {
16929
16929
  /**
16930
- *
16930
+ * Command to execute inside the container, specified as an array of strings. The first element is the executable, followed by its arguments. Example: [\"sh\", \"-c\", \"test -f /tmp/healthy\"]
16931
16931
  * @type {Array<string>}
16932
16932
  * @memberof ProbeTypeExec
16933
16933
  */
package/dist/esm/api.d.ts CHANGED
@@ -16921,13 +16921,13 @@ export interface ProbeType {
16921
16921
  'grpc'?: ProbeTypeGrpc | null;
16922
16922
  }
16923
16923
  /**
16924
- *
16924
+ * Execute a command inside the container. The probe succeeds if the command exits with status code 0.
16925
16925
  * @export
16926
16926
  * @interface ProbeTypeExec
16927
16927
  */
16928
16928
  export interface ProbeTypeExec {
16929
16929
  /**
16930
- *
16930
+ * Command to execute inside the container, specified as an array of strings. The first element is the executable, followed by its arguments. Example: [\"sh\", \"-c\", \"test -f /tmp/healthy\"]
16931
16931
  * @type {Array<string>}
16932
16932
  * @memberof ProbeTypeExec
16933
16933
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.841",
3
+ "version": "v1.1.843",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {