@devopness/sdk-js 2.107.0 → 2.109.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.
@@ -22,7 +22,7 @@ export interface ActionPipelineCreate {
22
22
  */
23
23
  servers?: Array<number>;
24
24
  /**
25
- * The name of the branch from which the application source code will be retrieved and deployed. Must not be greater than 100 characters.
25
+ * The name of the branch from which the application source code will be retrieved and deployed. Must not be greater than 200 characters.
26
26
  * @type {string}
27
27
  * @memberof ActionPipelineCreate
28
28
  */
@@ -53,7 +53,7 @@ export interface ApplicationEnvironmentCreate {
53
53
  */
54
54
  framework: string;
55
55
  /**
56
- * The programming language runtime environment to be used to serve the application. E.g.: if a front-end web app is developed using Node.js, but should be served statically (a SPA application, for instance) then this field value should be `html`. Must be one of <code>docker</code>, <code>dotnetcore</code>, <code>html</code>, <code>nodejs</code>, <code>php</code>, or <code>python</code> Must not be greater than 30 characters.
56
+ * The programming language runtime environment to be used to serve the application. E.g.: if a front-end web app is developed using Node.js, but should be served statically (a SPA application, for instance) then this field value should be `html`. Must be one of <code>docker</code>, <code>dotnetcore</code>, <code>html</code>, <code>java</code>, <code>nodejs</code>, <code>php</code>, or <code>python</code> Must not be greater than 30 characters.
57
57
  * @type {string}
58
58
  * @memberof ApplicationEnvironmentCreate
59
59
  */
@@ -89,7 +89,7 @@ export interface ApplicationEnvironmentCreate {
89
89
  */
90
90
  public_directory: string;
91
91
  /**
92
- * The version control branch that, by default, will be used when a deployment is triggered and no other branch name is informed. Must not be greater than 100 characters.
92
+ * The version control branch that, by default, will be used when a deployment is triggered and no other branch name is informed. Must not be greater than 200 characters.
93
93
  * @type {string}
94
94
  * @memberof ApplicationEnvironmentCreate
95
95
  */
@@ -59,7 +59,7 @@ export interface ApplicationUpdate {
59
59
  */
60
60
  framework: string;
61
61
  /**
62
- * The programming language runtime environment to be used to serve the application. E.g.: if a front-end web app is developed using Node.js, but should be served statically (a SPA application, for instance) then this field value should be `html`. Must be one of <code>docker</code>, <code>dotnetcore</code>, <code>html</code>, <code>nodejs</code>, <code>php</code>, or <code>python</code> Must not be greater than 30 characters.
62
+ * The programming language runtime environment to be used to serve the application. E.g.: if a front-end web app is developed using Node.js, but should be served statically (a SPA application, for instance) then this field value should be `html`. Must be one of <code>docker</code>, <code>dotnetcore</code>, <code>html</code>, <code>java</code>, <code>nodejs</code>, <code>php</code>, or <code>python</code> Must not be greater than 30 characters.
63
63
  * @type {string}
64
64
  * @memberof ApplicationUpdate
65
65
  */
@@ -95,7 +95,7 @@ export interface ApplicationUpdate {
95
95
  */
96
96
  public_directory: string;
97
97
  /**
98
- * The version control branch that, by default, will be used when a deployment is triggered and no other branch name is informed. Must not be greater than 100 characters.
98
+ * The version control branch that, by default, will be used when a deployment is triggered and no other branch name is informed. Must not be greater than 200 characters.
99
99
  * @type {string}
100
100
  * @memberof ApplicationUpdate
101
101
  */
@@ -29,7 +29,7 @@ export interface DeploymentApplicationCreate {
29
29
  */
30
30
  type: DeploymentType;
31
31
  /**
32
- * The name of the branch from which the application source code will be retrieved and deployed.This field is required when <code>hash</code> is not present. Must not be greater than 100 characters.
32
+ * The name of the branch from which the application source code will be retrieved and deployed.This field is required when <code>hash</code> is not present. Must not be greater than 200 characters.
33
33
  * @type {string}
34
34
  * @memberof DeploymentApplicationCreate
35
35
  */
@@ -36,7 +36,7 @@ export interface ServiceEnvironmentCreate {
36
36
  */
37
37
  type: ServiceType;
38
38
  /**
39
- * The service version to be installed. Must be one of <code></code> Must be at least 3 characters. Must not be greater than 30 characters.
39
+ * The service version to be installed. Must be one of <code></code> Must be at least 1 characters. Must not be greater than 30 characters.
40
40
  * @type {string}
41
41
  * @memberof ServiceEnvironmentCreate
42
42
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.107.0",
3
+ "version": "2.109.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },