@devopness/sdk-js
Advanced tools
Comparing version 2.148.0 to 2.149.0
@@ -20,15 +20,11 @@ /** | ||
CheckProvisioned = "check_provisioned", | ||
Delete = "delete", | ||
Deploy = "deploy", | ||
Disable = "disable", | ||
Enable = "enable", | ||
GetStatus = "get_status", | ||
Provision = "provision", | ||
Redeploy = "redeploy", | ||
Reload = "reload", | ||
Remove = "remove", | ||
Restart = "restart", | ||
Rollback = "rollback", | ||
Setup = "setup", | ||
Start = "start", | ||
Status = "status", | ||
Stop = "stop" | ||
} |
@@ -25,15 +25,11 @@ "use strict"; | ||
ActionType["CheckProvisioned"] = "check_provisioned"; | ||
ActionType["Delete"] = "delete"; | ||
ActionType["Deploy"] = "deploy"; | ||
ActionType["Disable"] = "disable"; | ||
ActionType["Enable"] = "enable"; | ||
ActionType["GetStatus"] = "get_status"; | ||
ActionType["Provision"] = "provision"; | ||
ActionType["Redeploy"] = "redeploy"; | ||
ActionType["Reload"] = "reload"; | ||
ActionType["Remove"] = "remove"; | ||
ActionType["Restart"] = "restart"; | ||
ActionType["Rollback"] = "rollback"; | ||
ActionType["Setup"] = "setup"; | ||
ActionType["Start"] = "start"; | ||
ActionType["Status"] = "status"; | ||
ActionType["Stop"] = "stop"; | ||
})(ActionType || (exports.ActionType = ActionType = {})); |
@@ -63,3 +63,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -66,0 +66,0 @@ * |
@@ -66,3 +66,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -69,0 +69,0 @@ * |
@@ -62,3 +62,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -65,0 +65,0 @@ * |
@@ -65,3 +65,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -68,0 +68,0 @@ * |
@@ -12,3 +12,2 @@ /** | ||
*/ | ||
import { ActionType } from './action-type'; | ||
import { HookIncomingSettings } from './hook-incoming-settings'; | ||
@@ -30,8 +29,2 @@ import { HookOutgoingSettings } from './hook-outgoing-settings'; | ||
/** | ||
* | ||
* @type {ActionType} | ||
* @memberof HookPipelineCreate | ||
*/ | ||
action_type: ActionType; | ||
/** | ||
* Determines if the hook is currently active. | ||
@@ -38,0 +31,0 @@ * @type {boolean} |
@@ -65,3 +65,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -68,0 +68,0 @@ * Tells if requests to this hook must only be accepted when a HTTP header is sent with a message authentication code ([HMAC](https://en.wikipedia.org/wiki/HMAC)) generated based on the secret provided by Devopness and shared by user with external sources |
@@ -12,3 +12,2 @@ /** | ||
*/ | ||
import { ActionType } from './action-type'; | ||
import { HookIncomingSettings } from './hook-incoming-settings'; | ||
@@ -36,8 +35,2 @@ import { HookOutgoingSettings } from './hook-outgoing-settings'; | ||
/** | ||
* | ||
* @type {ActionType} | ||
* @memberof HookUpdate | ||
*/ | ||
action_type?: ActionType; | ||
/** | ||
* Determines if the hook is currently active. | ||
@@ -44,0 +37,0 @@ * @type {boolean} |
@@ -66,3 +66,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -69,0 +69,0 @@ * Tells if requests to this hook must only be accepted when a HTTP header is sent with a message authentication code ([HMAC](https://en.wikipedia.org/wiki/HMAC)) generated based on the secret provided by Devopness and shared by user with external sources |
@@ -62,3 +62,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -65,0 +65,0 @@ * |
@@ -65,3 +65,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -68,0 +68,0 @@ * |
@@ -55,3 +55,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -58,0 +58,0 @@ * Indicates if the service will start automatically on operating system boot |
@@ -59,3 +59,3 @@ /** | ||
*/ | ||
auto_generated: boolean; | ||
is_auto_generated: boolean; | ||
/** | ||
@@ -62,0 +62,0 @@ * Indicates if the service will start automatically on operating system boot |
export * from './ActionService'; | ||
export * from './ApiBaseService'; | ||
export * from './ApplicationService'; | ||
export * from './CredentialService'; | ||
export * from './CronJobService'; | ||
@@ -11,5 +12,7 @@ export * from './DaemonService'; | ||
export * from './NetworkRuleService'; | ||
export * from './NetworkService'; | ||
export * from './PipelineService'; | ||
export * from './ProjectService'; | ||
export * from './ResourceEventService'; | ||
export * from './ResourceLinkService'; | ||
export * from './RoleService'; | ||
@@ -22,2 +25,3 @@ export * from './ServerService'; | ||
export * from './StaticService'; | ||
export * from './SubnetService'; | ||
export * from './TeamInvitationService'; | ||
@@ -27,1 +31,2 @@ export * from './TeamService'; | ||
export * from './VariableService'; | ||
export * from './VirtualHostService'; |
@@ -20,2 +20,3 @@ "use strict"; | ||
__exportStar(require("./ApplicationService"), exports); | ||
__exportStar(require("./CredentialService"), exports); | ||
__exportStar(require("./CronJobService"), exports); | ||
@@ -28,5 +29,7 @@ __exportStar(require("./DaemonService"), exports); | ||
__exportStar(require("./NetworkRuleService"), exports); | ||
__exportStar(require("./NetworkService"), exports); | ||
__exportStar(require("./PipelineService"), exports); | ||
__exportStar(require("./ProjectService"), exports); | ||
__exportStar(require("./ResourceEventService"), exports); | ||
__exportStar(require("./ResourceLinkService"), exports); | ||
__exportStar(require("./RoleService"), exports); | ||
@@ -39,2 +42,3 @@ __exportStar(require("./ServerService"), exports); | ||
__exportStar(require("./StaticService"), exports); | ||
__exportStar(require("./SubnetService"), exports); | ||
__exportStar(require("./TeamInvitationService"), exports); | ||
@@ -44,1 +48,2 @@ __exportStar(require("./TeamService"), exports); | ||
__exportStar(require("./VariableService"), exports); | ||
__exportStar(require("./VirtualHostService"), exports); |
{ | ||
"name": "@devopness/sdk-js", | ||
"version": "2.148.0", | ||
"version": "2.149.0", | ||
"publishConfig": { | ||
@@ -55,6 +55,6 @@ "access": "public" | ||
"devDependencies": { | ||
"@openapitools/openapi-generator-cli": "^2.13.4", | ||
"@openapitools/openapi-generator-cli": "^2.15.3", | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"axios-mock-adapter": "^1.22.0", | ||
"axios-mock-adapter": "^2.1.0", | ||
"eslint": "^7.32.0", | ||
@@ -61,0 +61,0 @@ "eslint-plugin-import": "^2.29.1", |
1037904
30169