Skip to content

Commit

Permalink
I need some help
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 30, 2024
1 parent 0f8a9ed commit 6df58c6
Show file tree
Hide file tree
Showing 23 changed files with 180 additions and 1,687 deletions.
60 changes: 4 additions & 56 deletions github/get-job-inputs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 3 additions & 54 deletions openapi.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,24 +571,7 @@ paths:
additionalProperties:
type: string
variables:
type: array
items:
type: object
properties:
key:
type: string
value:
anyOf:
- type: string
- type: number
- type: boolean
- type: "null"
description: Can be a string, number, boolean, or null
sensitive:
type: boolean
required:
- key
- sensitive
type: object
required:
- target
responses:
Expand Down Expand Up @@ -642,24 +625,7 @@ paths:
additionalProperties:
type: string
variables:
type: array
items:
type: object
properties:
key:
type: string
value:
anyOf:
- type: string
- type: number
- type: boolean
- type: "null"
description: Can be a string, number, boolean, or null
sensitive:
type: boolean
required:
- key
- sensitive
type: object
required:
- target
responses:
Expand Down Expand Up @@ -707,24 +673,7 @@ components:
additionalProperties:
type: string
variables:
type: array
items:
type: object
properties:
key:
type: string
value:
anyOf:
- type: string
- type: number
- type: boolean
- type: "null"
description: Can be a string, number, boolean, or null
sensitive:
type: boolean
required:
- key
- sensitive
type: object
provider:
type: object
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion packages/node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ctrlplane/eslint-config": "workspace:*",
"@ctrlplane/prettier-config": "workspace:*",
"@ctrlplane/tsconfig": "workspace:*",
"@openapitools/openapi-generator-cli": "^2.13.5",
"@openapitools/openapi-generator-cli": "^2.15.0",
"@types/node": "catalog:node20",
"eslint": "catalog:",
"prettier": "catalog:",
Expand Down
2 changes: 0 additions & 2 deletions packages/node-sdk/src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ models/SetTargetProvidersTargetsRequest.ts
models/SetTargetProvidersTargetsRequestTargetsInner.ts
models/SetTargetRequest.ts
models/SetTargetRequestTarget.ts
models/SetTargetRequestTargetVariablesInner.ts
models/SetTargetRequestTargetVariablesInnerValue.ts
models/Target.ts
models/UpdateJob200Response.ts
models/UpdateJobAgent200Response.ts
Expand Down
86 changes: 0 additions & 86 deletions packages/node-sdk/src/models/GetJob200ResponseCausedBy.ts

This file was deleted.

75 changes: 0 additions & 75 deletions packages/node-sdk/src/models/GetJob200ResponseTargetConfig.ts

This file was deleted.

Loading

0 comments on commit 6df58c6

Please sign in to comment.