diff --git a/docs/snippets/schemas/v3/app.schema.mdx b/docs/snippets/schemas/v3/app.schema.mdx index 2b0f782f..2b2090b5 100644 --- a/docs/snippets/schemas/v3/app.schema.mdx +++ b/docs/snippets/schemas/v3/app.schema.mdx @@ -44,13 +44,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -106,13 +106,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/azuredevops.schema.mdx b/docs/snippets/schemas/v3/azuredevops.schema.mdx index b690606c..f94d6b64 100644 --- a/docs/snippets/schemas/v3/azuredevops.schema.mdx +++ b/docs/snippets/schemas/v3/azuredevops.schema.mdx @@ -28,13 +28,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/bitbucket.schema.mdx b/docs/snippets/schemas/v3/bitbucket.schema.mdx index 68aacebe..b2d1c459 100644 --- a/docs/snippets/schemas/v3/bitbucket.schema.mdx +++ b/docs/snippets/schemas/v3/bitbucket.schema.mdx @@ -32,13 +32,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/connection.schema.mdx b/docs/snippets/schemas/v3/connection.schema.mdx index 7b938691..3664e62d 100644 --- a/docs/snippets/schemas/v3/connection.schema.mdx +++ b/docs/snippets/schemas/v3/connection.schema.mdx @@ -32,13 +32,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -240,13 +240,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -442,13 +442,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -709,13 +709,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -877,13 +877,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/gitea.schema.mdx b/docs/snippets/schemas/v3/gitea.schema.mdx index 949685bd..a9664f50 100644 --- a/docs/snippets/schemas/v3/gitea.schema.mdx +++ b/docs/snippets/schemas/v3/gitea.schema.mdx @@ -28,13 +28,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/github.schema.mdx b/docs/snippets/schemas/v3/github.schema.mdx index eb35d59e..547a8c78 100644 --- a/docs/snippets/schemas/v3/github.schema.mdx +++ b/docs/snippets/schemas/v3/github.schema.mdx @@ -28,13 +28,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/gitlab.schema.mdx b/docs/snippets/schemas/v3/gitlab.schema.mdx index 03396c85..886c1900 100644 --- a/docs/snippets/schemas/v3/gitlab.schema.mdx +++ b/docs/snippets/schemas/v3/gitlab.schema.mdx @@ -28,13 +28,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/index.schema.mdx b/docs/snippets/schemas/v3/index.schema.mdx index 6dd22234..2a9fe602 100644 --- a/docs/snippets/schemas/v3/index.schema.mdx +++ b/docs/snippets/schemas/v3/index.schema.mdx @@ -315,13 +315,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -523,13 +523,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -725,13 +725,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -992,13 +992,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1160,13 +1160,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1444,13 +1444,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1475,13 +1475,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1506,13 +1506,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1560,13 +1560,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1617,13 +1617,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1663,13 +1663,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1724,13 +1724,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1774,13 +1774,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1831,13 +1831,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1877,13 +1877,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1934,13 +1934,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1980,13 +1980,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2053,13 +2053,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2099,13 +2099,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2174,13 +2174,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2220,13 +2220,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2277,13 +2277,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2323,13 +2323,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2386,13 +2386,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2442,13 +2442,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2499,13 +2499,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2548,13 +2548,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2592,13 +2592,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2660,13 +2660,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2706,13 +2706,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2767,13 +2767,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2813,13 +2813,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2873,13 +2873,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2904,13 +2904,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2935,13 +2935,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2989,13 +2989,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3046,13 +3046,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3092,13 +3092,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3153,13 +3153,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3203,13 +3203,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3260,13 +3260,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3306,13 +3306,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3363,13 +3363,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3409,13 +3409,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3482,13 +3482,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3528,13 +3528,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3603,13 +3603,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3649,13 +3649,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3706,13 +3706,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3752,13 +3752,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3815,13 +3815,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3871,13 +3871,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3928,13 +3928,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3977,13 +3977,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4021,13 +4021,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4089,13 +4089,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4135,13 +4135,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4196,13 +4196,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4242,13 +4242,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4315,13 +4315,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4377,13 +4377,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/languageModel.schema.mdx b/docs/snippets/schemas/v3/languageModel.schema.mdx index 63e9fd49..40758fdb 100644 --- a/docs/snippets/schemas/v3/languageModel.schema.mdx +++ b/docs/snippets/schemas/v3/languageModel.schema.mdx @@ -38,13 +38,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -69,13 +69,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -100,13 +100,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -154,13 +154,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -211,13 +211,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -257,13 +257,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -318,13 +318,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -368,13 +368,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -425,13 +425,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -471,13 +471,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -528,13 +528,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -574,13 +574,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -647,13 +647,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -693,13 +693,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -768,13 +768,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -814,13 +814,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -871,13 +871,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -917,13 +917,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -980,13 +980,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1036,13 +1036,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1093,13 +1093,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1142,13 +1142,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1186,13 +1186,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1254,13 +1254,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1300,13 +1300,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1361,13 +1361,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1407,13 +1407,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1467,13 +1467,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1498,13 +1498,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1529,13 +1529,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1583,13 +1583,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1640,13 +1640,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1686,13 +1686,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1747,13 +1747,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1797,13 +1797,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1854,13 +1854,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1900,13 +1900,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1957,13 +1957,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2003,13 +2003,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2076,13 +2076,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2122,13 +2122,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2197,13 +2197,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2243,13 +2243,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2300,13 +2300,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2346,13 +2346,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2409,13 +2409,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2465,13 +2465,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2522,13 +2522,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2571,13 +2571,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2615,13 +2615,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2683,13 +2683,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2729,13 +2729,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2790,13 +2790,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2836,13 +2836,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/docs/snippets/schemas/v3/shared.schema.mdx b/docs/snippets/schemas/v3/shared.schema.mdx index c621df02..270d85b4 100644 --- a/docs/snippets/schemas/v3/shared.schema.mdx +++ b/docs/snippets/schemas/v3/shared.schema.mdx @@ -22,13 +22,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -102,13 +102,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -146,13 +146,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/crypto/src/tokenUtils.ts b/packages/crypto/src/tokenUtils.ts index 23ca1702..937489a0 100644 --- a/packages/crypto/src/tokenUtils.ts +++ b/packages/crypto/src/tokenUtils.ts @@ -9,14 +9,14 @@ export const getTokenFromConfig = async (token: Token): Promise => { } return envToken; - } else if ('gcpSecretPath' in token) { + } else if ('googleCloudSecret' in token) { const client = new SecretManagerServiceClient(); const [response] = await client.accessSecretVersion({ - name: token.gcpSecretPath, + name: token.googleCloudSecret, }); if (!response.payload?.data) { - throw new Error(`Secret ${token.gcpSecretPath} not found.`); + throw new Error(`Secret ${token.googleCloudSecret} not found.`); } return response.payload.data.toString(); diff --git a/packages/schemas/src/v3/app.schema.ts b/packages/schemas/src/v3/app.schema.ts index c45f4a9b..0a37104a 100644 --- a/packages/schemas/src/v3/app.schema.ts +++ b/packages/schemas/src/v3/app.schema.ts @@ -43,13 +43,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -105,13 +105,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/app.type.ts b/packages/schemas/src/v3/app.type.ts index 7ce9f79b..be5996ba 100644 --- a/packages/schemas/src/v3/app.type.ts +++ b/packages/schemas/src/v3/app.type.ts @@ -27,8 +27,8 @@ export interface GitHubAppConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; } diff --git a/packages/schemas/src/v3/azuredevops.schema.ts b/packages/schemas/src/v3/azuredevops.schema.ts index 83ffd0cd..13ab3d8a 100644 --- a/packages/schemas/src/v3/azuredevops.schema.ts +++ b/packages/schemas/src/v3/azuredevops.schema.ts @@ -27,13 +27,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/azuredevops.type.ts b/packages/schemas/src/v3/azuredevops.type.ts index 75eed8d4..d61b2f2e 100644 --- a/packages/schemas/src/v3/azuredevops.type.ts +++ b/packages/schemas/src/v3/azuredevops.type.ts @@ -17,9 +17,9 @@ export interface AzureDevOpsConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL. diff --git a/packages/schemas/src/v3/bitbucket.schema.ts b/packages/schemas/src/v3/bitbucket.schema.ts index 3d56fec2..6a787442 100644 --- a/packages/schemas/src/v3/bitbucket.schema.ts +++ b/packages/schemas/src/v3/bitbucket.schema.ts @@ -31,13 +31,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/bitbucket.type.ts b/packages/schemas/src/v3/bitbucket.type.ts index 52dddb4a..d03f8966 100644 --- a/packages/schemas/src/v3/bitbucket.type.ts +++ b/packages/schemas/src/v3/bitbucket.type.ts @@ -21,9 +21,9 @@ export interface BitbucketConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Bitbucket URL diff --git a/packages/schemas/src/v3/connection.schema.ts b/packages/schemas/src/v3/connection.schema.ts index ee9689cf..5cc22060 100644 --- a/packages/schemas/src/v3/connection.schema.ts +++ b/packages/schemas/src/v3/connection.schema.ts @@ -31,13 +31,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -239,13 +239,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -441,13 +441,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -708,13 +708,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -876,13 +876,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/connection.type.ts b/packages/schemas/src/v3/connection.type.ts index c5521bf9..3bd5feb4 100644 --- a/packages/schemas/src/v3/connection.type.ts +++ b/packages/schemas/src/v3/connection.type.ts @@ -26,9 +26,9 @@ export interface GithubConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the GitHub host. Defaults to https://github.com @@ -115,9 +115,9 @@ export interface GitlabConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the GitLab host. Defaults to https://gitlab.com @@ -186,9 +186,9 @@ export interface GiteaConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the Gitea host. Defaults to https://gitea.com @@ -272,9 +272,9 @@ export interface BitbucketConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Bitbucket URL @@ -329,9 +329,9 @@ export interface AzureDevOpsConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL. diff --git a/packages/schemas/src/v3/gitea.schema.ts b/packages/schemas/src/v3/gitea.schema.ts index e5452730..f6caca8b 100644 --- a/packages/schemas/src/v3/gitea.schema.ts +++ b/packages/schemas/src/v3/gitea.schema.ts @@ -27,13 +27,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/gitea.type.ts b/packages/schemas/src/v3/gitea.type.ts index 09e7c161..1d235bcf 100644 --- a/packages/schemas/src/v3/gitea.type.ts +++ b/packages/schemas/src/v3/gitea.type.ts @@ -17,9 +17,9 @@ export interface GiteaConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the Gitea host. Defaults to https://gitea.com diff --git a/packages/schemas/src/v3/github.schema.ts b/packages/schemas/src/v3/github.schema.ts index 5f46f227..cdaf6885 100644 --- a/packages/schemas/src/v3/github.schema.ts +++ b/packages/schemas/src/v3/github.schema.ts @@ -27,13 +27,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/github.type.ts b/packages/schemas/src/v3/github.type.ts index bfdd85c9..29f14a0d 100644 --- a/packages/schemas/src/v3/github.type.ts +++ b/packages/schemas/src/v3/github.type.ts @@ -17,9 +17,9 @@ export interface GithubConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the GitHub host. Defaults to https://github.com diff --git a/packages/schemas/src/v3/gitlab.schema.ts b/packages/schemas/src/v3/gitlab.schema.ts index 9d4377fc..93e3a27e 100644 --- a/packages/schemas/src/v3/gitlab.schema.ts +++ b/packages/schemas/src/v3/gitlab.schema.ts @@ -27,13 +27,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/gitlab.type.ts b/packages/schemas/src/v3/gitlab.type.ts index 2851b14c..e9b7bb63 100644 --- a/packages/schemas/src/v3/gitlab.type.ts +++ b/packages/schemas/src/v3/gitlab.type.ts @@ -17,9 +17,9 @@ export interface GitlabConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the GitLab host. Defaults to https://gitlab.com diff --git a/packages/schemas/src/v3/index.schema.ts b/packages/schemas/src/v3/index.schema.ts index 8abfb84b..897f6826 100644 --- a/packages/schemas/src/v3/index.schema.ts +++ b/packages/schemas/src/v3/index.schema.ts @@ -314,13 +314,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -522,13 +522,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -724,13 +724,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -991,13 +991,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1159,13 +1159,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1443,13 +1443,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1474,13 +1474,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1505,13 +1505,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1559,13 +1559,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1616,13 +1616,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1662,13 +1662,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1723,13 +1723,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1773,13 +1773,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1830,13 +1830,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1876,13 +1876,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1933,13 +1933,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1979,13 +1979,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2052,13 +2052,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2098,13 +2098,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2173,13 +2173,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2219,13 +2219,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2276,13 +2276,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2322,13 +2322,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2385,13 +2385,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2441,13 +2441,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2498,13 +2498,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2547,13 +2547,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2591,13 +2591,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2659,13 +2659,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2705,13 +2705,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2766,13 +2766,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2812,13 +2812,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2872,13 +2872,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2903,13 +2903,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2934,13 +2934,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2988,13 +2988,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3045,13 +3045,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3091,13 +3091,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3152,13 +3152,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3202,13 +3202,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3259,13 +3259,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3305,13 +3305,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3362,13 +3362,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3408,13 +3408,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3481,13 +3481,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3527,13 +3527,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3602,13 +3602,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3648,13 +3648,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3705,13 +3705,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3751,13 +3751,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3814,13 +3814,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3870,13 +3870,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3927,13 +3927,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -3976,13 +3976,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4020,13 +4020,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4088,13 +4088,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4134,13 +4134,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4195,13 +4195,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4241,13 +4241,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4314,13 +4314,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -4376,13 +4376,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/index.type.ts b/packages/schemas/src/v3/index.type.ts index 366991c1..ddda62d7 100644 --- a/packages/schemas/src/v3/index.type.ts +++ b/packages/schemas/src/v3/index.type.ts @@ -164,9 +164,9 @@ export interface GithubConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the GitHub host. Defaults to https://github.com @@ -253,9 +253,9 @@ export interface GitlabConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the GitLab host. Defaults to https://gitlab.com @@ -324,9 +324,9 @@ export interface GiteaConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the Gitea host. Defaults to https://gitea.com @@ -410,9 +410,9 @@ export interface BitbucketConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Bitbucket URL @@ -467,9 +467,9 @@ export interface AzureDevOpsConnectionConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The URL of the Azure DevOps host. For Azure DevOps Cloud, use https://dev.azure.com. For Azure DevOps Server, use your server URL. @@ -560,9 +560,9 @@ export interface AmazonBedrockLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional secret access key to use with the model. Defaults to the `AWS_SECRET_ACCESS_KEY` environment variable. @@ -576,9 +576,9 @@ export interface AmazonBedrockLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional session token to use with the model. Defaults to the `AWS_SESSION_TOKEN` environment variable. @@ -592,9 +592,9 @@ export interface AmazonBedrockLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The AWS region. Defaults to the `AWS_REGION` environment variable. @@ -625,9 +625,9 @@ export interface LanguageModelHeaders { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; } ); } @@ -656,9 +656,9 @@ export interface AnthropicLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -695,9 +695,9 @@ export interface AzureLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Sets a custom api version. Defaults to `preview`. @@ -734,9 +734,9 @@ export interface DeepSeekLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -769,9 +769,9 @@ export interface GoogleGenerativeAILanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -812,9 +812,9 @@ export interface GoogleVertexAnthropicLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -855,9 +855,9 @@ export interface GoogleVertexLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -890,9 +890,9 @@ export interface MistralLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -925,9 +925,9 @@ export interface OpenAILanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -964,9 +964,9 @@ export interface OpenAICompatibleLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Base URL of the OpenAI-compatible chat completions API endpoint. @@ -998,9 +998,9 @@ export interface LanguageModelQueryParams { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; } ); } @@ -1029,9 +1029,9 @@ export interface OpenRouterLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -1064,9 +1064,9 @@ export interface XaiLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -1099,8 +1099,8 @@ export interface GitHubAppConfig { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; } diff --git a/packages/schemas/src/v3/languageModel.schema.ts b/packages/schemas/src/v3/languageModel.schema.ts index 0b3d1ff3..7e9e9c6b 100644 --- a/packages/schemas/src/v3/languageModel.schema.ts +++ b/packages/schemas/src/v3/languageModel.schema.ts @@ -37,13 +37,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -68,13 +68,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -99,13 +99,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -153,13 +153,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -210,13 +210,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -256,13 +256,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -317,13 +317,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -367,13 +367,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -424,13 +424,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -470,13 +470,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -527,13 +527,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -573,13 +573,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -646,13 +646,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -692,13 +692,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -767,13 +767,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -813,13 +813,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -870,13 +870,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -916,13 +916,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -979,13 +979,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1035,13 +1035,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1092,13 +1092,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1141,13 +1141,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1185,13 +1185,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1253,13 +1253,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1299,13 +1299,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1360,13 +1360,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1406,13 +1406,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1466,13 +1466,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1497,13 +1497,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1528,13 +1528,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1582,13 +1582,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1639,13 +1639,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1685,13 +1685,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1746,13 +1746,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1796,13 +1796,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1853,13 +1853,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1899,13 +1899,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -1956,13 +1956,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2002,13 +2002,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2075,13 +2075,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2121,13 +2121,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2196,13 +2196,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2242,13 +2242,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2299,13 +2299,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2345,13 +2345,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2408,13 +2408,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2464,13 +2464,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2521,13 +2521,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2570,13 +2570,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2614,13 +2614,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2682,13 +2682,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2728,13 +2728,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2789,13 +2789,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -2835,13 +2835,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/languageModel.type.ts b/packages/schemas/src/v3/languageModel.type.ts index cee14d09..1bc86ec9 100644 --- a/packages/schemas/src/v3/languageModel.type.ts +++ b/packages/schemas/src/v3/languageModel.type.ts @@ -39,9 +39,9 @@ export interface AmazonBedrockLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional secret access key to use with the model. Defaults to the `AWS_SECRET_ACCESS_KEY` environment variable. @@ -55,9 +55,9 @@ export interface AmazonBedrockLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional session token to use with the model. Defaults to the `AWS_SESSION_TOKEN` environment variable. @@ -71,9 +71,9 @@ export interface AmazonBedrockLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * The AWS region. Defaults to the `AWS_REGION` environment variable. @@ -104,9 +104,9 @@ export interface LanguageModelHeaders { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; } ); } @@ -135,9 +135,9 @@ export interface AnthropicLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -174,9 +174,9 @@ export interface AzureLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Sets a custom api version. Defaults to `preview`. @@ -213,9 +213,9 @@ export interface DeepSeekLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -248,9 +248,9 @@ export interface GoogleGenerativeAILanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -291,9 +291,9 @@ export interface GoogleVertexAnthropicLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -334,9 +334,9 @@ export interface GoogleVertexLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -369,9 +369,9 @@ export interface MistralLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -404,9 +404,9 @@ export interface OpenAILanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -443,9 +443,9 @@ export interface OpenAICompatibleLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Base URL of the OpenAI-compatible chat completions API endpoint. @@ -477,9 +477,9 @@ export interface LanguageModelQueryParams { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; } ); } @@ -508,9 +508,9 @@ export interface OpenRouterLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. @@ -543,9 +543,9 @@ export interface XaiLanguageModel { } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; /** * Optional base URL. diff --git a/packages/schemas/src/v3/shared.schema.ts b/packages/schemas/src/v3/shared.schema.ts index 687bf408..91a34529 100644 --- a/packages/schemas/src/v3/shared.schema.ts +++ b/packages/schemas/src/v3/shared.schema.ts @@ -21,13 +21,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -101,13 +101,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } @@ -145,13 +145,13 @@ const schema = { { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false } diff --git a/packages/schemas/src/v3/shared.type.ts b/packages/schemas/src/v3/shared.type.ts index 30ddabcd..043d1c80 100644 --- a/packages/schemas/src/v3/shared.type.ts +++ b/packages/schemas/src/v3/shared.type.ts @@ -13,9 +13,9 @@ export type Token = } | { /** - * The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`. + * The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets */ - gcpSecretPath: string; + googleCloudSecret: string; }; export interface Shared { diff --git a/schemas/v3/shared.json b/schemas/v3/shared.json index 635b6ea1..c45c834f 100644 --- a/schemas/v3/shared.json +++ b/schemas/v3/shared.json @@ -20,13 +20,13 @@ { "type": "object", "properties": { - "gcpSecretPath": { + "googleCloudSecret": { "type": "string", - "description": "The path to the GCP secret that contains the token. Must be in the format `projects//secrets//versions/`." + "description": "The resource name of a Google Cloud secret. Must be in the format `projects//secrets//versions/`. See https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets" } }, "required": [ - "gcpSecretPath" + "googleCloudSecret" ], "additionalProperties": false }