@orq-ai/node 4.4.1 → 4.4.3
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/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/event-streams.d.ts +3 -3
- package/lib/event-streams.d.ts.map +1 -1
- package/models/components/partdoneevent.js +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createcontact.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.js +16 -16
- package/models/operations/createidentity.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/fileget.js +1 -1
- package/models/operations/filelist.js +1 -1
- package/models/operations/fileupload.js +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.js +1 -1
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrieveidentity.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateidentity.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/lib/event-streams.ts +3 -3
- package/packages/orq-rc/src/models/components/partdoneevent.ts +1 -1
- package/packages/orq-rc/src/models/components/reasoningpart.ts +1 -1
- package/packages/orq-rc/src/models/operations/createcontact.ts +1 -1
- package/packages/orq-rc/src/models/operations/createdataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +4 -4
- package/packages/orq-rc/src/models/operations/createdatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/createeval.ts +16 -16
- package/packages/orq-rc/src/models/operations/createidentity.ts +1 -1
- package/packages/orq-rc/src/models/operations/createtool.ts +6 -6
- package/packages/orq-rc/src/models/operations/fileget.ts +1 -1
- package/packages/orq-rc/src/models/operations/filelist.ts +1 -1
- package/packages/orq-rc/src/models/operations/fileupload.ts +1 -1
- package/packages/orq-rc/src/models/operations/getalltools.ts +6 -6
- package/packages/orq-rc/src/models/operations/getevals.ts +16 -16
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/packages/orq-rc/src/models/operations/listdatasets.ts +1 -1
- package/packages/orq-rc/src/models/operations/listdatasources.ts +1 -1
- package/packages/orq-rc/src/models/operations/listidentities.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +4 -4
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveidentity.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievetool.ts +6 -6
- package/packages/orq-rc/src/models/operations/runagent.ts +1 -1
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +4 -4
- package/packages/orq-rc/src/models/operations/updatedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/updateeval.ts +16 -16
- package/packages/orq-rc/src/models/operations/updateidentity.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatetool.ts +7 -7
- package/src/lib/config.ts +3 -3
- package/src/lib/event-streams.ts +3 -3
- package/src/models/components/partdoneevent.ts +1 -1
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createcontact.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createidentity.ts +1 -1
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/fileget.ts +1 -1
- package/src/models/operations/filelist.ts +1 -1
- package/src/models/operations/fileupload.ts +1 -1
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listidentities.ts +1 -1
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrieveidentity.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateidentity.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
- package/_speakeasy/.github/action-inputs-config.json +0 -53
- package/_speakeasy/.github/action-security-config.json +0 -88
- package/examples/package-lock.json +0 -613
- package/examples/package.json +0 -18
- package/packages/orq-rc/examples/package-lock.json +0 -610
- package/packages/orq-rc/examples/package.json +0 -18
- package/packages/orq-rc/jsr.json +0 -28
- package/packages/orq-rc/package-lock.json +0 -1740
- package/packages/orq-rc/package.json +0 -30
- package/packages/orq-rc/tsconfig.json +0 -40
- package/tsconfig.json +0 -40
|
@@ -2097,8 +2097,8 @@ export const ResponseBodyTypescript$inboundSchema: z.ZodType<
|
|
|
2097
2097
|
> = z.object({
|
|
2098
2098
|
_id: z.string(),
|
|
2099
2099
|
description: z.string(),
|
|
2100
|
-
created: z.string().default("2026-02-
|
|
2101
|
-
updated: z.string().default("2026-02-
|
|
2100
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
2101
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
2102
2102
|
guardrail_config: z.union([
|
|
2103
2103
|
z.lazy(() =>
|
|
2104
2104
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema
|
|
@@ -2251,8 +2251,8 @@ export const ResponseBodyRagas$inboundSchema: z.ZodType<
|
|
|
2251
2251
|
> = z.object({
|
|
2252
2252
|
_id: z.string(),
|
|
2253
2253
|
description: z.string(),
|
|
2254
|
-
created: z.string().default("2026-02-
|
|
2255
|
-
updated: z.string().default("2026-02-
|
|
2254
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
2255
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
2256
2256
|
guardrail_config: z.union([
|
|
2257
2257
|
z.lazy(() =>
|
|
2258
2258
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema
|
|
@@ -3071,8 +3071,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
3071
3071
|
> = z.object({
|
|
3072
3072
|
_id: z.string(),
|
|
3073
3073
|
description: z.string(),
|
|
3074
|
-
created: z.string().default("2026-02-
|
|
3075
|
-
updated: z.string().default("2026-02-
|
|
3074
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3075
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3076
3076
|
guardrail_config: z.union([
|
|
3077
3077
|
z.lazy(() =>
|
|
3078
3078
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -3253,8 +3253,8 @@ export const UpdateEvalResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
3253
3253
|
> = z.object({
|
|
3254
3254
|
_id: z.string(),
|
|
3255
3255
|
description: z.string(),
|
|
3256
|
-
created: z.string().default("2026-02-
|
|
3257
|
-
updated: z.string().default("2026-02-
|
|
3256
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3257
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3258
3258
|
guardrail_config: z.union([
|
|
3259
3259
|
z.lazy(() =>
|
|
3260
3260
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -3401,8 +3401,8 @@ export const UpdateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
3401
3401
|
> = z.object({
|
|
3402
3402
|
_id: z.string(),
|
|
3403
3403
|
description: z.string(),
|
|
3404
|
-
created: z.string().default("2026-02-
|
|
3405
|
-
updated: z.string().default("2026-02-
|
|
3404
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3405
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3406
3406
|
guardrail_config: z.union([
|
|
3407
3407
|
z.lazy(() =>
|
|
3408
3408
|
UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema
|
|
@@ -3538,8 +3538,8 @@ export const UpdateEvalResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
3538
3538
|
> = z.object({
|
|
3539
3539
|
_id: z.string(),
|
|
3540
3540
|
description: z.string(),
|
|
3541
|
-
created: z.string().default("2026-02-
|
|
3542
|
-
updated: z.string().default("2026-02-
|
|
3541
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3542
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3543
3543
|
guardrail_config: z.union([
|
|
3544
3544
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
3545
3545
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -3840,8 +3840,8 @@ export const UpdateEvalLlm2$inboundSchema: z.ZodType<
|
|
|
3840
3840
|
> = z.object({
|
|
3841
3841
|
_id: z.string(),
|
|
3842
3842
|
description: z.string(),
|
|
3843
|
-
created: z.string().default("2026-02-
|
|
3844
|
-
updated: z.string().default("2026-02-
|
|
3843
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3844
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3845
3845
|
guardrail_config: z.union([
|
|
3846
3846
|
z.lazy(() =>
|
|
3847
3847
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMBoolean$inboundSchema
|
|
@@ -3984,8 +3984,8 @@ export const UpdateEvalLlm1$inboundSchema: z.ZodType<
|
|
|
3984
3984
|
> = z.object({
|
|
3985
3985
|
_id: z.string(),
|
|
3986
3986
|
description: z.string(),
|
|
3987
|
-
created: z.string().default("2026-02-
|
|
3988
|
-
updated: z.string().default("2026-02-
|
|
3987
|
+
created: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3988
|
+
updated: z.string().default("2026-02-24T15:20:26.135Z"),
|
|
3989
3989
|
guardrail_config: z.union([
|
|
3990
3990
|
z.lazy(() =>
|
|
3991
3991
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Boolean$inboundSchema
|
|
@@ -167,7 +167,7 @@ export const UpdateIdentityResponseBody$inboundSchema: z.ZodType<
|
|
|
167
167
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
168
168
|
.optional(),
|
|
169
169
|
updated: z.string().datetime({ offset: true }).default(
|
|
170
|
-
"2026-02-
|
|
170
|
+
"2026-02-24T15:20:24.798Z",
|
|
171
171
|
).transform(v => new Date(v)),
|
|
172
172
|
}).transform((v) => {
|
|
173
173
|
return remap$(v, {
|
|
@@ -1402,7 +1402,7 @@ export const RequestBodyTools$outboundSchema: z.ZodType<
|
|
|
1402
1402
|
z.ZodTypeDef,
|
|
1403
1403
|
RequestBodyTools
|
|
1404
1404
|
> = z.object({
|
|
1405
|
-
id: z.string().default("
|
|
1405
|
+
id: z.string().default("01KJ83SYDR4TPQXQ964DGVK9P9"),
|
|
1406
1406
|
name: z.string(),
|
|
1407
1407
|
description: z.string().optional(),
|
|
1408
1408
|
schema: z.lazy(() => UpdateToolRequestBodyToolsSchema$outboundSchema),
|
|
@@ -2080,7 +2080,7 @@ export const UpdateToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
2080
2080
|
z.ZodTypeDef,
|
|
2081
2081
|
unknown
|
|
2082
2082
|
> = z.object({
|
|
2083
|
-
_id: z.string().default("
|
|
2083
|
+
_id: z.string().default("tool_01KJ83SYDFGCPZKTGXTP5D86AF"),
|
|
2084
2084
|
path: z.string(),
|
|
2085
2085
|
key: z.string(),
|
|
2086
2086
|
display_name: z.string().optional(),
|
|
@@ -2185,7 +2185,7 @@ export const UpdateToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
2185
2185
|
z.ZodTypeDef,
|
|
2186
2186
|
unknown
|
|
2187
2187
|
> = z.object({
|
|
2188
|
-
id: z.string().default("
|
|
2188
|
+
id: z.string().default("01KJ83SYDEM4Q558X0HQJGS1ZN"),
|
|
2189
2189
|
name: z.string(),
|
|
2190
2190
|
description: z.string().optional(),
|
|
2191
2191
|
schema: z.lazy(() => UpdateToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -2241,7 +2241,7 @@ export const UpdateToolResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2241
2241
|
z.ZodTypeDef,
|
|
2242
2242
|
unknown
|
|
2243
2243
|
> = z.object({
|
|
2244
|
-
_id: z.string().default("
|
|
2244
|
+
_id: z.string().default("tool_01KJ83SYDCB1WFF071JWWZEHJW"),
|
|
2245
2245
|
path: z.string(),
|
|
2246
2246
|
key: z.string(),
|
|
2247
2247
|
display_name: z.string().optional(),
|
|
@@ -2432,7 +2432,7 @@ export const UpdateToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2432
2432
|
z.ZodTypeDef,
|
|
2433
2433
|
unknown
|
|
2434
2434
|
> = z.object({
|
|
2435
|
-
_id: z.string().default("
|
|
2435
|
+
_id: z.string().default("tool_01KJ83SYD952REZ6ZG12NF91GM"),
|
|
2436
2436
|
path: z.string(),
|
|
2437
2437
|
key: z.string(),
|
|
2438
2438
|
display_name: z.string().optional(),
|
|
@@ -2529,7 +2529,7 @@ export const UpdateToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2529
2529
|
z.ZodTypeDef,
|
|
2530
2530
|
unknown
|
|
2531
2531
|
> = z.object({
|
|
2532
|
-
_id: z.string().default("
|
|
2532
|
+
_id: z.string().default("tool_01KJ83SYD7PA074P0DFX5AG2VW"),
|
|
2533
2533
|
path: z.string(),
|
|
2534
2534
|
key: z.string(),
|
|
2535
2535
|
display_name: z.string().optional(),
|
|
@@ -2634,7 +2634,7 @@ export const UpdateToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2634
2634
|
z.ZodTypeDef,
|
|
2635
2635
|
unknown
|
|
2636
2636
|
> = z.object({
|
|
2637
|
-
_id: z.string().default("
|
|
2637
|
+
_id: z.string().default("tool_01KJ83SYD42F4MM4H6XVQME46D"),
|
|
2638
2638
|
path: z.string(),
|
|
2639
2639
|
key: z.string(),
|
|
2640
2640
|
display_name: z.string().optional(),
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "mode",
|
|
4
|
-
"validation_regex": "/^(direct|pr)$/.source",
|
|
5
|
-
"validation_message": "Must be `direct` or `pr`"
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"name": "speakeasy_version",
|
|
9
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
10
|
-
"validation_message": "Letters, numbers, or .-_ only"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "openapi_doc_location",
|
|
14
|
-
"validation_regex": "/^((https?):\\/\\/([\\w\\-]+\\.)+\\w+(\\/.*)?|[\\w.\\-\\/]+)$/i.source",
|
|
15
|
-
"validation_message": "Must be a valid server URL or file path containing letters, numbers, or .-_/ only"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"name": "openapi_doc_auth_header",
|
|
19
|
-
"validation_regex": "/^[A-Za-z\\-]+$/.source",
|
|
20
|
-
"validation_message": "Letters or - only"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "create_release"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "publish_python",
|
|
27
|
-
"language": "python"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"name": "publish_typescript",
|
|
31
|
-
"language": "typescript"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "publish_java",
|
|
35
|
-
"language": "java"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "publish_php",
|
|
39
|
-
"language": "php"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "publish_ruby",
|
|
43
|
-
"language": "ruby"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "publish_csharp",
|
|
47
|
-
"language": "csharp"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "publish_terraform",
|
|
51
|
-
"language": "terraform"
|
|
52
|
-
}
|
|
53
|
-
]
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "pypi_token",
|
|
4
|
-
"secret_name": "PYPI_TOKEN",
|
|
5
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
6
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
7
|
-
"language": "python"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"name": "npm_token",
|
|
11
|
-
"secret_name": "NPM_TOKEN",
|
|
12
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
13
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
14
|
-
"language": "typescript"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "packagist_username",
|
|
18
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
19
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
20
|
-
"language": "php"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "packagist_token",
|
|
24
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
25
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
26
|
-
"language": "php"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "openapi_doc_auth_token",
|
|
30
|
-
"secret_name": "SPEC_TOKEN",
|
|
31
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
32
|
-
"validation_message": "Letters, numbers, or .-_ only"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "speakeasy_api_key",
|
|
36
|
-
"secret_name": "SPEAKEASY_API_KEY",
|
|
37
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
38
|
-
"validation_message": "Letters, numbers, or .-_ only"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "ossrh_username",
|
|
42
|
-
"secret_name": "MAVEN_USERNAME",
|
|
43
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
44
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
45
|
-
"language": "java"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "ossrh_password",
|
|
49
|
-
"secret_name": "MAVEN_PASSWORD",
|
|
50
|
-
"language": "java"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "java_gpg_secret_key",
|
|
54
|
-
"validation_regex": "/^[\\w.\\-\\t \\r\\n]+$/.source",
|
|
55
|
-
"validation_message": "Letters, numbers, tabs, spaces, newlines, or .-_ only",
|
|
56
|
-
"language": "java"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "java_gpg_passphrase",
|
|
60
|
-
"language": "java"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "terraform_gpg_secret_key",
|
|
64
|
-
"secret_name": "TERRAFORM_GPG_SECRET_KEY",
|
|
65
|
-
"validation_regex": "/^[\\w.\\-\\t \\r\\n]+$/.source",
|
|
66
|
-
"validation_message": "Letters, numbers, tabs, spaces, newlines, or .-_ only",
|
|
67
|
-
"language": "terraform"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "terraform_gpg_passphrase",
|
|
71
|
-
"secret_name": "TERRAFORM_GPG_PASSPHRASE",
|
|
72
|
-
"language": "terraform"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "rubygems_auth_token",
|
|
76
|
-
"secret_name": "RUBYGEMS_AUTH_TOKEN",
|
|
77
|
-
"language": "ruby"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "nuget_api_key",
|
|
81
|
-
"secret_name": "NUGET_API_KEY",
|
|
82
|
-
"language": "csharp"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "slack_webhook_url",
|
|
86
|
-
"secret_name": "SLACK_WEBHOOK_URL"
|
|
87
|
-
}
|
|
88
|
-
]
|