@devopness/sdk-js 2.21.0 → 2.22.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/dist/api/generated/apis/applications-sslcertificates-api.d.ts +3 -3
- package/dist/api/generated/apis/applications-sslcertificates-api.js +5 -5
- package/dist/api/generated/apis/applications-variables-api.d.ts +3 -3
- package/dist/api/generated/apis/applications-variables-api.js +5 -5
- package/dist/api/generated/apis/environments-applications-api.d.ts +3 -3
- package/dist/api/generated/apis/environments-applications-api.js +5 -5
- package/dist/api/generated/apis/environments-cron-jobs-api.d.ts +3 -3
- package/dist/api/generated/apis/environments-cron-jobs-api.js +5 -5
- package/dist/api/generated/apis/environments-daemons-api.d.ts +3 -3
- package/dist/api/generated/apis/environments-daemons-api.js +5 -5
- package/dist/api/generated/apis/environments-servers-api.d.ts +3 -3
- package/dist/api/generated/apis/environments-servers-api.js +5 -5
- package/dist/api/generated/apis/environments-sshkeys-api.d.ts +3 -3
- package/dist/api/generated/apis/environments-sshkeys-api.js +5 -5
- package/dist/api/generated/apis/{environments-teams-api.d.ts → environments-team-memberships-api.d.ts} +6 -6
- package/dist/api/generated/apis/{environments-teams-api.js → environments-team-memberships-api.js} +9 -9
- package/dist/api/generated/apis/pipelines-api.d.ts +9 -0
- package/dist/api/generated/apis/pipelines-api.js +24 -0
- package/dist/api/generated/apis/pipelines-resources-api.d.ts +0 -9
- package/dist/api/generated/apis/pipelines-resources-api.js +0 -24
- package/dist/api/generated/apis/pipelines-steps-api.d.ts +9 -9
- package/dist/api/generated/apis/pipelines-steps-api.js +19 -19
- package/dist/api/generated/apis/projects-applications-api.d.ts +6 -6
- package/dist/api/generated/apis/projects-applications-api.js +9 -9
- package/dist/api/generated/apis/projects-cron-jobs-api.d.ts +3 -3
- package/dist/api/generated/apis/projects-cron-jobs-api.js +5 -5
- package/dist/api/generated/apis/projects-environments-api.d.ts +7 -7
- package/dist/api/generated/apis/projects-environments-api.js +10 -10
- package/dist/api/generated/apis/projects-network-rules-api.d.ts +3 -3
- package/dist/api/generated/apis/projects-network-rules-api.js +5 -5
- package/dist/api/generated/apis/projects-roles-api.d.ts +9 -6
- package/dist/api/generated/apis/projects-roles-api.js +18 -9
- package/dist/api/generated/apis/projects-servers-api.d.ts +3 -3
- package/dist/api/generated/apis/projects-servers-api.js +5 -5
- package/dist/api/generated/apis/projects-services-api.d.ts +3 -3
- package/dist/api/generated/apis/projects-services-api.js +5 -5
- package/dist/api/generated/apis/projects-sshkeys-api.d.ts +5 -5
- package/dist/api/generated/apis/projects-sshkeys-api.js +8 -8
- package/dist/api/generated/apis/projects-teams-api.d.ts +6 -6
- package/dist/api/generated/apis/projects-teams-api.js +9 -9
- package/dist/api/generated/apis/teams-invitations-api.d.ts +3 -3
- package/dist/api/generated/apis/teams-invitations-api.js +5 -5
- package/dist/api/generated/apis/users-api.d.ts +24 -44
- package/dist/api/generated/apis/users-api.js +37 -81
- package/dist/api/generated/apis/users-passwords-api.d.ts +33 -0
- package/dist/api/generated/apis/users-passwords-api.js +65 -0
- package/dist/api/generated/models/action-retry-response.d.ts +137 -0
- package/dist/api/generated/models/{application-create.js → action-retry-response.js} +0 -0
- package/dist/api/generated/models/{application-create.d.ts → application-project-create.d.ts} +63 -70
- package/dist/api/generated/models/{cron-job-create.js → application-project-create.js} +0 -0
- package/dist/api/generated/models/{cron-job-create.d.ts → cron-job-project-create.d.ts} +9 -9
- package/dist/api/generated/models/{daemon-create.js → cron-job-project-create.js} +0 -0
- package/dist/api/generated/models/{daemon-create.d.ts → daemon-environment-create.d.ts} +8 -8
- package/dist/api/generated/models/{environment-create.js → daemon-environment-create.js} +0 -0
- package/dist/api/generated/models/{environment-create.d.ts → environment-project-create.d.ts} +9 -9
- package/dist/api/generated/models/{invitation-create.js → environment-project-create.js} +0 -0
- package/dist/api/generated/models/index.d.ts +32 -22
- package/dist/api/generated/models/index.js +32 -22
- package/dist/api/generated/models/{invitation-create.d.ts → invitation-team-create.d.ts} +3 -3
- package/dist/api/generated/models/{network-rule-create.js → invitation-team-create.js} +0 -0
- package/dist/api/generated/models/{network-rule-create.d.ts → network-rule-project-create.d.ts} +10 -10
- package/dist/api/generated/models/{pipeline-step-create.js → network-rule-project-create.js} +0 -0
- package/dist/api/generated/models/{user-account-resend-verification.d.ts → password-reset-response.d.ts} +5 -5
- package/dist/api/generated/models/{pipeline-step-update.js → password-reset-response.js} +0 -0
- package/dist/api/generated/models/{user-password-reset.d.ts → password-user-reset.d.ts} +10 -10
- package/dist/api/generated/models/{pipeline-step.js → password-user-reset.js} +0 -0
- package/dist/api/generated/models/password-user-send-reset-link.d.ts +24 -0
- package/dist/api/generated/models/{role-create.js → password-user-send-reset-link.js} +0 -0
- package/dist/api/generated/models/pipeline-relation.d.ts +73 -0
- package/dist/api/generated/models/{server-create.js → pipeline-relation.js} +0 -0
- package/dist/api/generated/models/pipeline.d.ts +3 -3
- package/dist/api/generated/models/project-create.d.ts +3 -3
- package/dist/api/generated/models/project-relation.d.ts +16 -10
- package/dist/api/generated/models/project-update.d.ts +4 -4
- package/dist/api/generated/models/project.d.ts +26 -27
- package/dist/api/generated/models/{role-create.d.ts → role-project-create.d.ts} +7 -7
- package/dist/api/generated/models/{service-create.js → role-project-create.js} +0 -0
- package/dist/api/generated/models/role-relation.d.ts +60 -0
- package/dist/api/generated/models/{ssh-key-create.js → role-relation.js} +0 -0
- package/dist/api/generated/models/role-update.d.ts +2 -8
- package/dist/api/generated/models/role.d.ts +9 -9
- package/dist/api/generated/models/server-environment-create.d.ts +50 -0
- package/dist/api/generated/models/{ssl-certificate-create.js → server-environment-create.js} +0 -0
- package/dist/api/generated/models/{server-create.d.ts → server-project-create.d.ts} +10 -17
- package/dist/api/generated/models/{team-create.js → server-project-create.js} +0 -0
- package/dist/api/generated/models/{service-create.d.ts → service-project-create.d.ts} +7 -7
- package/dist/api/generated/models/{user-account-activate.js → service-project-create.js} +0 -0
- package/dist/api/generated/models/{ssh-key-create.d.ts → ssh-key-environment-create.d.ts} +5 -5
- package/dist/api/generated/models/{user-account-resend-verification.js → ssh-key-environment-create.js} +0 -0
- package/dist/api/generated/models/{ssl-certificate-create.d.ts → ssl-certificate-application-create.d.ts} +8 -8
- package/dist/api/generated/models/{user-account-verify.js → ssl-certificate-application-create.js} +0 -0
- package/dist/api/generated/models/{pipeline-step-create.d.ts → step-pipeline-create.d.ts} +7 -7
- package/dist/api/generated/models/{user-password-reset.js → step-pipeline-create.js} +0 -0
- package/dist/api/generated/models/{pipeline-step-update.d.ts → step-pipeline-update.d.ts} +9 -9
- package/dist/api/generated/models/{user-password-send-reset-link.js → step-pipeline-update.js} +0 -0
- package/dist/api/generated/models/{pipeline-step.d.ts → step.d.ts} +15 -15
- package/dist/api/generated/models/{user-refresh-token-create.js → step.js} +0 -0
- package/dist/api/generated/models/team-environment-create.d.ts +24 -0
- package/dist/api/generated/models/{variable-create.js → team-environment-create.js} +0 -0
- package/dist/api/generated/models/team-membership-relation.d.ts +55 -0
- package/dist/api/generated/models/team-membership-relation.js +14 -0
- package/dist/api/generated/models/{team-create.d.ts → team-project-create.d.ts} +6 -6
- package/dist/api/generated/models/team-project-create.js +14 -0
- package/dist/api/generated/models/team-relation.d.ts +3 -3
- package/dist/api/generated/models/team-update.d.ts +2 -8
- package/dist/api/generated/models/team.d.ts +3 -3
- package/dist/api/generated/models/user-create.d.ts +1 -1
- package/dist/api/generated/models/user-current.d.ts +74 -0
- package/dist/api/generated/models/user-current.js +14 -0
- package/dist/api/generated/models/user-login-response.d.ts +42 -0
- package/dist/api/generated/models/user-login-response.js +14 -0
- package/dist/api/generated/models/user-login.d.ts +30 -0
- package/dist/api/generated/models/user-login.js +14 -0
- package/dist/api/generated/models/user-refresh-token-response.d.ts +42 -0
- package/dist/api/generated/models/user-refresh-token-response.js +14 -0
- package/dist/api/generated/models/{user-refresh-token-create.d.ts → user-refresh-token.d.ts} +4 -4
- package/dist/api/generated/models/user-refresh-token.js +14 -0
- package/dist/api/generated/models/{user-password-send-reset-link.d.ts → user-resend-verification.d.ts} +4 -4
- package/dist/api/generated/models/user-resend-verification.js +14 -0
- package/dist/api/generated/models/user-update.d.ts +8 -9
- package/dist/api/generated/models/{user-account-activate.d.ts → user-verify.d.ts} +10 -10
- package/dist/api/generated/models/user-verify.js +14 -0
- package/dist/api/generated/models/user.d.ts +16 -10
- package/dist/api/generated/models/{variable-create.d.ts → variable-application-create.d.ts} +10 -10
- package/dist/api/generated/models/variable-application-create.js +14 -0
- package/dist/services/EnvironmentService.d.ts +2 -4
- package/dist/services/EnvironmentService.js +2 -4
- package/package.json +1 -1
- package/dist/api/generated/apis/environments-members-api.d.ts +0 -37
- package/dist/api/generated/apis/environments-members-api.js +0 -87
- package/dist/api/generated/models/user-account-verify.d.ts +0 -30
package/dist/api/generated/models/{application-create.d.ts → application-project-create.d.ts}
RENAMED
|
@@ -9,138 +9,131 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ApplicationType } from './application-type';
|
|
13
12
|
import { EnvironmentLinkItem } from './environment-link-item';
|
|
14
13
|
/**
|
|
15
14
|
*
|
|
16
15
|
* @export
|
|
17
|
-
* @interface
|
|
16
|
+
* @interface ApplicationProjectCreate
|
|
18
17
|
*/
|
|
19
|
-
export interface
|
|
18
|
+
export interface ApplicationProjectCreate {
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {
|
|
23
|
-
* @memberof
|
|
24
|
-
*/
|
|
25
|
-
source_provider_id: number;
|
|
26
|
-
/**
|
|
27
|
-
*
|
|
28
|
-
* @type {ApplicationType}
|
|
29
|
-
* @memberof ApplicationCreate
|
|
20
|
+
* The application\'s unique name. Must not be greater than 60 characters.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ApplicationProjectCreate
|
|
30
23
|
*/
|
|
31
|
-
|
|
24
|
+
name: string;
|
|
32
25
|
/**
|
|
33
|
-
*
|
|
26
|
+
* Must be one of <code>web</code> or <code>non-web</code>.
|
|
34
27
|
* @type {string}
|
|
35
|
-
* @memberof
|
|
28
|
+
* @memberof ApplicationProjectCreate
|
|
36
29
|
*/
|
|
37
|
-
|
|
30
|
+
type: string;
|
|
38
31
|
/**
|
|
39
|
-
* The domain or sub-domain through which the application deployed with these settings will be accessible. It can be a naked domain or any subdomain. If app has domain names `testing.my-app.com`, `staging.my-app.com` and `www.my-app.com` a possible good candidate for the application name would be the \"naked\" domain `my-app.com
|
|
32
|
+
* The domain or sub-domain through which the application deployed with these settings will be accessible. It can be a naked domain or any subdomain. If app has domain names `testing.my-app.com`, `staging.my-app.com` and `www.my-app.com` a possible good candidate for the application name would be the \"naked\" domain `my-app.com`. Must not be greater than 60 characters.
|
|
40
33
|
* @type {string}
|
|
41
|
-
* @memberof
|
|
34
|
+
* @memberof ApplicationProjectCreate
|
|
42
35
|
*/
|
|
43
36
|
domain_name?: string;
|
|
44
37
|
/**
|
|
45
|
-
* The
|
|
38
|
+
* The optional command that should be executed once during deployment to build the source code and get the application in a ready state. Must be at least 10 characters. Must not be greater than 300 characters.
|
|
46
39
|
* @type {string}
|
|
47
|
-
* @memberof
|
|
40
|
+
* @memberof ApplicationProjectCreate
|
|
48
41
|
*/
|
|
49
|
-
|
|
42
|
+
build_command?: string;
|
|
50
43
|
/**
|
|
51
|
-
* The version
|
|
44
|
+
* The language runtime engine version to be used to execute this application on the deployed servers. This field is required unless <code>programming_language</code> is in <code>html</code>. Must be one of <code></code> Must be at least 1 characters. Must not be greater than 10 characters.
|
|
52
45
|
* @type {string}
|
|
53
|
-
* @memberof
|
|
46
|
+
* @memberof ApplicationProjectCreate
|
|
54
47
|
*/
|
|
55
|
-
|
|
48
|
+
engine_version?: string;
|
|
56
49
|
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {
|
|
59
|
-
* @memberof
|
|
50
|
+
* The base framework on top of which the application has been implemented - it might have impact on the steps to be performed during application deployment. Must not be greater than 30 characters.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ApplicationProjectCreate
|
|
60
53
|
*/
|
|
61
|
-
|
|
54
|
+
framework: string;
|
|
62
55
|
/**
|
|
63
|
-
* 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`.
|
|
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.
|
|
64
57
|
* @type {string}
|
|
65
|
-
* @memberof
|
|
58
|
+
* @memberof ApplicationProjectCreate
|
|
66
59
|
*/
|
|
67
60
|
programming_language: string;
|
|
68
61
|
/**
|
|
69
|
-
*
|
|
62
|
+
* Required for CGI|FastCGI|SCGI|WSGI based applications or `docker` containerized applications. It tells `devopness` the private address at which the application listens to external calls.The address has `http` or `https` protocol, an domain name or IP address, optional port and optional path. Or you can specify a UNIX-socket using `unix:` prefix after protocol.
|
|
70
63
|
* @type {string}
|
|
71
|
-
* @memberof
|
|
64
|
+
* @memberof ApplicationProjectCreate
|
|
72
65
|
*/
|
|
73
|
-
|
|
66
|
+
listening_address?: string;
|
|
74
67
|
/**
|
|
75
|
-
* The
|
|
68
|
+
* The full name of a repository (`repository_owner/repository_name`) containing the application source code. Required when the `source_provider_id` field is informed. Must not be greater than 60 characters.
|
|
76
69
|
* @type {string}
|
|
77
|
-
* @memberof
|
|
70
|
+
* @memberof ApplicationProjectCreate
|
|
78
71
|
*/
|
|
79
|
-
|
|
72
|
+
repository: string;
|
|
80
73
|
/**
|
|
81
|
-
*
|
|
74
|
+
* Numeric ID of the source provider account where the repository is hosted. Required when the `repository` field is informed.
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof ApplicationProjectCreate
|
|
77
|
+
*/
|
|
78
|
+
source_provider_id: number;
|
|
79
|
+
/**
|
|
80
|
+
* The relative directory where package manager\'s manifest files (`package.json`, `composer.json`, `yarn.lock`, etc) are located. It needs to be set for applications where the actual source code is not located in the top level directory of the repository. Must start with one of <code>/</code>.
|
|
82
81
|
* @type {string}
|
|
83
|
-
* @memberof
|
|
82
|
+
* @memberof ApplicationProjectCreate
|
|
84
83
|
*/
|
|
85
84
|
root_directory?: string;
|
|
86
85
|
/**
|
|
87
|
-
* The relative web directory where publicly accessible assets are located and the web content should be served from
|
|
86
|
+
* The relative web directory where publicly accessible assets are located and the web content should be served from. Must start with one of <code>/</code>.
|
|
88
87
|
* @type {string}
|
|
89
|
-
* @memberof
|
|
88
|
+
* @memberof ApplicationProjectCreate
|
|
90
89
|
*/
|
|
91
90
|
public_directory: string;
|
|
92
91
|
/**
|
|
93
|
-
* The
|
|
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.
|
|
94
93
|
* @type {string}
|
|
95
|
-
* @memberof
|
|
94
|
+
* @memberof ApplicationProjectCreate
|
|
96
95
|
*/
|
|
97
|
-
|
|
96
|
+
default_branch: string;
|
|
98
97
|
/**
|
|
99
|
-
*
|
|
100
|
-
* @type {
|
|
101
|
-
* @memberof
|
|
98
|
+
* The number of deployment history, logs and artifacts to keep stored in both devopness servers and user\'s servers. OR The number of deployment artifacts to be retained in the user\'s servers, making it easier and faster to rollback to previous versions. Must be at least 1. Must not be greater than 10.
|
|
99
|
+
* @type {number}
|
|
100
|
+
* @memberof ApplicationProjectCreate
|
|
102
101
|
*/
|
|
103
|
-
|
|
102
|
+
deployments_keep?: number;
|
|
104
103
|
/**
|
|
105
|
-
* The
|
|
104
|
+
* The entrypoint tells devopness how an application should be started and has basically two forms: 1) `File`: if it\'s a simple file name/path a web app will be served using the entrypoint value as its index file. Example: `index.html` 2) `Command`: if a command line instruction is provided as the entrypoint value, it will be handled as the start up command that initializes the application. It will be assumed that the user is an advanced user that knows what she/he is doing, therefore the command specified here will be run - as is - every time the application needs to be started. Must not be greater than 120 characters.
|
|
106
105
|
* @type {string}
|
|
107
|
-
* @memberof
|
|
106
|
+
* @memberof ApplicationProjectCreate
|
|
108
107
|
*/
|
|
109
|
-
|
|
108
|
+
entrypoint: string;
|
|
110
109
|
/**
|
|
111
|
-
*
|
|
112
|
-
* @type {
|
|
113
|
-
* @memberof
|
|
110
|
+
* Indicates if at deployment time Devopness should execute package manager commands to install dependencies used in development mode.
|
|
111
|
+
* @type {boolean}
|
|
112
|
+
* @memberof ApplicationProjectCreate
|
|
114
113
|
*/
|
|
115
|
-
|
|
114
|
+
install_dependencies_dev: boolean;
|
|
116
115
|
/**
|
|
117
|
-
* Indicates if at deployment time Devopness should execute package manager commands to install dependencies used in
|
|
116
|
+
* Indicates if at deployment time Devopness should execute package manager commands to install dependencies used in production mode.
|
|
118
117
|
* @type {boolean}
|
|
119
|
-
* @memberof
|
|
118
|
+
* @memberof ApplicationProjectCreate
|
|
120
119
|
*/
|
|
121
|
-
|
|
120
|
+
install_dependencies_prod: boolean;
|
|
122
121
|
/**
|
|
123
|
-
* Indicates if
|
|
122
|
+
* Indicates if push to deploy webhooks are enabled for this application. If enabled an app deployment will be automatically triggered when new changes are committed to the `default_branch`.
|
|
124
123
|
* @type {boolean}
|
|
125
|
-
* @memberof
|
|
124
|
+
* @memberof ApplicationProjectCreate
|
|
126
125
|
*/
|
|
127
|
-
|
|
126
|
+
push_to_deploy?: boolean;
|
|
128
127
|
/**
|
|
129
|
-
* Indicates if the application requires a daemon to keep it alive
|
|
128
|
+
* Indicates if the application requires a daemon to keep it alive.
|
|
130
129
|
* @type {boolean}
|
|
131
|
-
* @memberof
|
|
130
|
+
* @memberof ApplicationProjectCreate
|
|
132
131
|
*/
|
|
133
132
|
requires_daemon: boolean;
|
|
134
|
-
/**
|
|
135
|
-
* Numeric ID of the project to which the application belongs to
|
|
136
|
-
* @type {number}
|
|
137
|
-
* @memberof ApplicationCreate
|
|
138
|
-
*/
|
|
139
|
-
project_id?: number;
|
|
140
133
|
/**
|
|
141
134
|
*
|
|
142
135
|
* @type {Array<EnvironmentLinkItem>}
|
|
143
|
-
* @memberof
|
|
136
|
+
* @memberof ApplicationProjectCreate
|
|
144
137
|
*/
|
|
145
|
-
environments
|
|
138
|
+
environments: Array<EnvironmentLinkItem>;
|
|
146
139
|
}
|
|
File without changes
|
|
@@ -13,49 +13,49 @@ import { EnvironmentLinkItem } from './environment-link-item';
|
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface CronJobProjectCreate
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
18
|
+
export interface CronJobProjectCreate {
|
|
19
19
|
/**
|
|
20
20
|
* A cron expression consisting of Minute, Hour, Day of Month, Month and Day of Week subexpressions.
|
|
21
21
|
* @type {string}
|
|
22
|
-
* @memberof
|
|
22
|
+
* @memberof CronJobProjectCreate
|
|
23
23
|
*/
|
|
24
24
|
pattern: string;
|
|
25
25
|
/**
|
|
26
26
|
* The name of the cron job. Must not be greater than 60 characters.
|
|
27
27
|
* @type {string}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof CronJobProjectCreate
|
|
29
29
|
*/
|
|
30
30
|
name: string;
|
|
31
31
|
/**
|
|
32
32
|
* The command line to be executed when running the cron job. Must be at least 5 characters. Must not be greater than 255 characters.
|
|
33
33
|
* @type {string}
|
|
34
|
-
* @memberof
|
|
34
|
+
* @memberof CronJobProjectCreate
|
|
35
35
|
*/
|
|
36
36
|
command: string;
|
|
37
37
|
/**
|
|
38
38
|
* The name of the system user on behalf of which the cron job will be executed. Must not be greater than 60 characters.
|
|
39
39
|
* @type {string}
|
|
40
|
-
* @memberof
|
|
40
|
+
* @memberof CronJobProjectCreate
|
|
41
41
|
*/
|
|
42
42
|
run_as_user: string;
|
|
43
43
|
/**
|
|
44
44
|
* Numeric ID of the application to which the cron job belongs to.
|
|
45
45
|
* @type {number}
|
|
46
|
-
* @memberof
|
|
46
|
+
* @memberof CronJobProjectCreate
|
|
47
47
|
*/
|
|
48
48
|
application_id?: number;
|
|
49
49
|
/**
|
|
50
50
|
* Numeric ID of the project to which the cron job belongs to.
|
|
51
51
|
* @type {number}
|
|
52
|
-
* @memberof
|
|
52
|
+
* @memberof CronJobProjectCreate
|
|
53
53
|
*/
|
|
54
54
|
project_id: number;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {Array<EnvironmentLinkItem>}
|
|
58
|
-
* @memberof
|
|
58
|
+
* @memberof CronJobProjectCreate
|
|
59
59
|
*/
|
|
60
60
|
environments?: Array<EnvironmentLinkItem>;
|
|
61
61
|
}
|
|
File without changes
|
|
@@ -12,43 +12,43 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface DaemonEnvironmentCreate
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface DaemonEnvironmentCreate {
|
|
18
18
|
/**
|
|
19
19
|
* The command line to be executed to start the daemon. Must not be greater than 255 characters.
|
|
20
20
|
* @type {string}
|
|
21
|
-
* @memberof
|
|
21
|
+
* @memberof DaemonEnvironmentCreate
|
|
22
22
|
*/
|
|
23
23
|
command: string;
|
|
24
24
|
/**
|
|
25
25
|
* The number of daemon process instances of the program to run simultaneously. Must be at least 1. Must not be greater than 99.
|
|
26
26
|
* @type {number}
|
|
27
|
-
* @memberof
|
|
27
|
+
* @memberof DaemonEnvironmentCreate
|
|
28
28
|
*/
|
|
29
29
|
process_count: number;
|
|
30
30
|
/**
|
|
31
31
|
* The working directory where the daemon will be relative to when performing disk i/o. Must start with one of <code>/</code>.
|
|
32
32
|
* @type {string}
|
|
33
|
-
* @memberof
|
|
33
|
+
* @memberof DaemonEnvironmentCreate
|
|
34
34
|
*/
|
|
35
35
|
working_directory: string;
|
|
36
36
|
/**
|
|
37
37
|
* The name of the Unix user on behalf of which the daemon will run. Must not be greater than 60 characters.
|
|
38
38
|
* @type {string}
|
|
39
|
-
* @memberof
|
|
39
|
+
* @memberof DaemonEnvironmentCreate
|
|
40
40
|
*/
|
|
41
41
|
run_as_user: string;
|
|
42
42
|
/**
|
|
43
43
|
* The name entered by the user (or auto-generated by `devopness`) to uniquely identify the daemon. Must contain only letters, numbers, dashes and underscores. Must not be greater than 60 characters.
|
|
44
44
|
* @type {string}
|
|
45
|
-
* @memberof
|
|
45
|
+
* @memberof DaemonEnvironmentCreate
|
|
46
46
|
*/
|
|
47
47
|
name: string;
|
|
48
48
|
/**
|
|
49
49
|
* List of valid resource IDs
|
|
50
50
|
* @type {Array<number>}
|
|
51
|
-
* @memberof
|
|
51
|
+
* @memberof DaemonEnvironmentCreate
|
|
52
52
|
*/
|
|
53
53
|
servers?: Array<number>;
|
|
54
54
|
}
|
|
File without changes
|
package/dist/api/generated/models/{environment-create.d.ts → environment-project-create.d.ts}
RENAMED
|
@@ -13,19 +13,19 @@ import { EnvironmentType } from './environment-type';
|
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
|
-
* @interface
|
|
16
|
+
* @interface EnvironmentProjectCreate
|
|
17
17
|
*/
|
|
18
|
-
export interface
|
|
19
|
-
/**
|
|
20
|
-
* The environment\'s name
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof EnvironmentCreate
|
|
23
|
-
*/
|
|
24
|
-
name: string;
|
|
18
|
+
export interface EnvironmentProjectCreate {
|
|
25
19
|
/**
|
|
26
20
|
*
|
|
27
21
|
* @type {EnvironmentType}
|
|
28
|
-
* @memberof
|
|
22
|
+
* @memberof EnvironmentProjectCreate
|
|
29
23
|
*/
|
|
30
24
|
type: EnvironmentType;
|
|
25
|
+
/**
|
|
26
|
+
* The environment\'s name. Must not be greater than 60 characters.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof EnvironmentProjectCreate
|
|
29
|
+
*/
|
|
30
|
+
name: string;
|
|
31
31
|
}
|
|
File without changes
|
|
@@ -8,6 +8,7 @@ export * from './action-hook-request';
|
|
|
8
8
|
export * from './action-list-item';
|
|
9
9
|
export * from './action-list-item-params';
|
|
10
10
|
export * from './action-relation';
|
|
11
|
+
export * from './action-retry-response';
|
|
11
12
|
export * from './action-status';
|
|
12
13
|
export * from './action-step';
|
|
13
14
|
export * from './action-step-log';
|
|
@@ -20,13 +21,13 @@ export * from './api-error';
|
|
|
20
21
|
export * from './api-error-errors';
|
|
21
22
|
export * from './api-error-errors-field-name';
|
|
22
23
|
export * from './application';
|
|
23
|
-
export * from './application-create';
|
|
24
24
|
export * from './application-deployment';
|
|
25
25
|
export * from './application-environment-create';
|
|
26
26
|
export * from './application-last-deployment';
|
|
27
27
|
export * from './application-last-deployments';
|
|
28
28
|
export * from './application-options';
|
|
29
29
|
export * from './application-pipeline';
|
|
30
|
+
export * from './application-project-create';
|
|
30
31
|
export * from './application-relation';
|
|
31
32
|
export * from './application-type';
|
|
32
33
|
export * from './application-update';
|
|
@@ -50,15 +51,15 @@ export * from './credential-digital-ocean';
|
|
|
50
51
|
export * from './credential-google-cloud';
|
|
51
52
|
export * from './credential-setting';
|
|
52
53
|
export * from './cron-job';
|
|
53
|
-
export * from './cron-job-create';
|
|
54
54
|
export * from './cron-job-environment-create';
|
|
55
55
|
export * from './cron-job-frequency';
|
|
56
56
|
export * from './cron-job-options';
|
|
57
57
|
export * from './cron-job-pattern';
|
|
58
|
+
export * from './cron-job-project-create';
|
|
58
59
|
export * from './cron-job-relation';
|
|
59
60
|
export * from './cron-job-update';
|
|
60
61
|
export * from './daemon';
|
|
61
|
-
export * from './daemon-create';
|
|
62
|
+
export * from './daemon-environment-create';
|
|
62
63
|
export * from './daemon-project-create';
|
|
63
64
|
export * from './daemon-relation';
|
|
64
65
|
export * from './daemon-restart';
|
|
@@ -68,7 +69,6 @@ export * from './deployment-origin';
|
|
|
68
69
|
export * from './deployment-source';
|
|
69
70
|
export * from './deployment-type';
|
|
70
71
|
export * from './environment';
|
|
71
|
-
export * from './environment-create';
|
|
72
72
|
export * from './environment-id-request';
|
|
73
73
|
export * from './environment-link-item';
|
|
74
74
|
export * from './environment-link-server';
|
|
@@ -76,6 +76,7 @@ export * from './environment-member';
|
|
|
76
76
|
export * from './environment-member-profile';
|
|
77
77
|
export * from './environment-option-type';
|
|
78
78
|
export * from './environment-options';
|
|
79
|
+
export * from './environment-project-create';
|
|
79
80
|
export * from './environment-relation';
|
|
80
81
|
export * from './environment-team';
|
|
81
82
|
export * from './environment-team-link';
|
|
@@ -105,8 +106,8 @@ export * from './hook-type';
|
|
|
105
106
|
export * from './hook-variable';
|
|
106
107
|
export * from './hook-variable-type';
|
|
107
108
|
export * from './invitation';
|
|
108
|
-
export * from './invitation-create';
|
|
109
109
|
export * from './invitation-relation';
|
|
110
|
+
export * from './invitation-team-create';
|
|
110
111
|
export * from './language';
|
|
111
112
|
export * from './language-runtime';
|
|
112
113
|
export * from './language-runtime-framework';
|
|
@@ -116,21 +117,22 @@ export * from './login-credentials';
|
|
|
116
117
|
export * from './member';
|
|
117
118
|
export * from './member-relation';
|
|
118
119
|
export * from './network-rule';
|
|
119
|
-
export * from './network-rule-create';
|
|
120
|
+
export * from './network-rule-project-create';
|
|
120
121
|
export * from './network-rule-protocol';
|
|
121
122
|
export * from './network-rule-relation';
|
|
122
123
|
export * from './network-rule-type';
|
|
123
124
|
export * from './network-rule-update';
|
|
124
125
|
export * from './operating-system';
|
|
125
126
|
export * from './operating-system-supported-versions';
|
|
127
|
+
export * from './password-reset-response';
|
|
128
|
+
export * from './password-user-reset';
|
|
129
|
+
export * from './password-user-send-reset-link';
|
|
126
130
|
export * from './permission';
|
|
127
131
|
export * from './permission-permissions';
|
|
128
132
|
export * from './pipeline';
|
|
129
133
|
export * from './pipeline-create';
|
|
130
|
-
export * from './pipeline-
|
|
131
|
-
export * from './pipeline-step-create';
|
|
134
|
+
export * from './pipeline-relation';
|
|
132
135
|
export * from './pipeline-step-runner-name';
|
|
133
|
-
export * from './pipeline-step-update';
|
|
134
136
|
export * from './pipeline-update';
|
|
135
137
|
export * from './project';
|
|
136
138
|
export * from './project-create';
|
|
@@ -142,7 +144,8 @@ export * from './resource';
|
|
|
142
144
|
export * from './resource-event';
|
|
143
145
|
export * from './resource-type';
|
|
144
146
|
export * from './role';
|
|
145
|
-
export * from './role-create';
|
|
147
|
+
export * from './role-project-create';
|
|
148
|
+
export * from './role-relation';
|
|
146
149
|
export * from './role-update';
|
|
147
150
|
export * from './script-runner';
|
|
148
151
|
export * from './server';
|
|
@@ -154,16 +157,17 @@ export * from './server-cloud-service';
|
|
|
154
157
|
export * from './server-cloud-service-name';
|
|
155
158
|
export * from './server-commands';
|
|
156
159
|
export * from './server-connect';
|
|
157
|
-
export * from './server-create';
|
|
160
|
+
export * from './server-environment-create';
|
|
161
|
+
export * from './server-project-create';
|
|
158
162
|
export * from './server-provider';
|
|
159
163
|
export * from './server-provision-settings';
|
|
160
164
|
export * from './server-relation';
|
|
161
165
|
export * from './server-update';
|
|
162
166
|
export * from './service';
|
|
163
|
-
export * from './service-create';
|
|
164
167
|
export * from './service-initial-state';
|
|
165
168
|
export * from './service-name';
|
|
166
169
|
export * from './service-options';
|
|
170
|
+
export * from './service-project-create';
|
|
167
171
|
export * from './service-relation';
|
|
168
172
|
export * from './service-reload';
|
|
169
173
|
export * from './service-restart';
|
|
@@ -183,39 +187,45 @@ export * from './source-provider-create';
|
|
|
183
187
|
export * from './source-provider-displayable-name';
|
|
184
188
|
export * from './source-provider-name';
|
|
185
189
|
export * from './ssh-key';
|
|
186
|
-
export * from './ssh-key-create';
|
|
190
|
+
export * from './ssh-key-environment-create';
|
|
187
191
|
export * from './ssh-key-project-create';
|
|
188
192
|
export * from './ssh-key-relation';
|
|
189
193
|
export * from './ssh-key-update';
|
|
190
194
|
export * from './ssl-certificate';
|
|
191
|
-
export * from './ssl-certificate-create';
|
|
195
|
+
export * from './ssl-certificate-application-create';
|
|
192
196
|
export * from './ssl-certificate-issuer';
|
|
193
197
|
export * from './ssl-certificate-relation';
|
|
194
198
|
export * from './ssl-certificate-type';
|
|
195
199
|
export * from './ssl-certificate-validation-level';
|
|
200
|
+
export * from './step';
|
|
201
|
+
export * from './step-pipeline-create';
|
|
202
|
+
export * from './step-pipeline-update';
|
|
196
203
|
export * from './team';
|
|
197
|
-
export * from './team-create';
|
|
204
|
+
export * from './team-environment-create';
|
|
198
205
|
export * from './team-invitation';
|
|
199
206
|
export * from './team-invitation-create';
|
|
200
207
|
export * from './team-invitation-relation';
|
|
201
208
|
export * from './team-invitation-status';
|
|
209
|
+
export * from './team-membership-relation';
|
|
210
|
+
export * from './team-project-create';
|
|
202
211
|
export * from './team-relation';
|
|
203
212
|
export * from './team-update';
|
|
204
213
|
export * from './trigger-event';
|
|
205
214
|
export * from './trigger-type';
|
|
206
215
|
export * from './user';
|
|
207
|
-
export * from './user-account-activate';
|
|
208
|
-
export * from './user-account-resend-verification';
|
|
209
|
-
export * from './user-account-verify';
|
|
210
216
|
export * from './user-create';
|
|
211
|
-
export * from './user-
|
|
212
|
-
export * from './user-
|
|
213
|
-
export * from './user-
|
|
217
|
+
export * from './user-current';
|
|
218
|
+
export * from './user-login';
|
|
219
|
+
export * from './user-login-response';
|
|
220
|
+
export * from './user-refresh-token';
|
|
221
|
+
export * from './user-refresh-token-response';
|
|
214
222
|
export * from './user-relation';
|
|
223
|
+
export * from './user-resend-verification';
|
|
215
224
|
export * from './user-tokens';
|
|
216
225
|
export * from './user-update';
|
|
226
|
+
export * from './user-verify';
|
|
217
227
|
export * from './variable';
|
|
218
|
-
export * from './variable-create';
|
|
228
|
+
export * from './variable-application-create';
|
|
219
229
|
export * from './variable-relation';
|
|
220
230
|
export * from './variable-target';
|
|
221
231
|
export * from './variable-type';
|