projen 0.84.8 → 0.84.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +263 -220
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration-model.d.ts +2 -0
- package/lib/gitlab/configuration-model.js +1 -1
- package/lib/gitlab/configuration.d.ts +5 -1
- package/lib/gitlab/configuration.js +4 -2
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/run-task.js +15 -8
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +4 -12
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/util/tasks.d.ts +7 -0
- package/lib/util/tasks.js +26 -0
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/yaml/browser/dist/compose/compose-collection.js +15 -3
- package/node_modules/yaml/browser/dist/compose/compose-node.js +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-block-map.js +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-props.js +3 -3
- package/node_modules/yaml/browser/dist/nodes/Collection.js +0 -1
- package/node_modules/yaml/browser/dist/parse/lexer.js +2 -6
- package/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +2 -0
- package/node_modules/yaml/dist/cli.d.ts +1 -2
- package/node_modules/yaml/dist/cli.mjs +8 -4
- package/node_modules/yaml/dist/compose/compose-collection.d.ts +7 -1
- package/node_modules/yaml/dist/compose/compose-collection.js +15 -3
- package/node_modules/yaml/dist/compose/compose-node.d.ts +1 -0
- package/node_modules/yaml/dist/compose/compose-node.js +1 -1
- package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +1 -2
- package/node_modules/yaml/dist/compose/resolve-block-map.js +1 -1
- package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +1 -1
- package/node_modules/yaml/dist/compose/resolve-props.d.ts +1 -1
- package/node_modules/yaml/dist/compose/resolve-props.js +3 -3
- package/node_modules/yaml/dist/nodes/Collection.d.ts +0 -1
- package/node_modules/yaml/dist/nodes/Collection.js +0 -1
- package/node_modules/yaml/dist/nodes/identity.d.ts +1 -1
- package/node_modules/yaml/dist/parse/lexer.js +2 -6
- package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +3 -3
- package/node_modules/yaml/dist/stringify/foldFlowLines.js +2 -0
- package/node_modules/yaml/package.json +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -31708,7 +31708,7 @@
|
|
|
31708
31708
|
"kind": "enum",
|
|
31709
31709
|
"locationInModule": {
|
|
31710
31710
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31711
|
-
"line":
|
|
31711
|
+
"line": 395
|
|
31712
31712
|
},
|
|
31713
31713
|
"members": [
|
|
31714
31714
|
{
|
|
@@ -31747,7 +31747,7 @@
|
|
|
31747
31747
|
"kind": "interface",
|
|
31748
31748
|
"locationInModule": {
|
|
31749
31749
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31750
|
-
"line":
|
|
31750
|
+
"line": 284
|
|
31751
31751
|
},
|
|
31752
31752
|
"name": "AllowFailure",
|
|
31753
31753
|
"namespace": "gitlab",
|
|
@@ -31760,7 +31760,7 @@
|
|
|
31760
31760
|
"immutable": true,
|
|
31761
31761
|
"locationInModule": {
|
|
31762
31762
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31763
|
-
"line":
|
|
31763
|
+
"line": 285
|
|
31764
31764
|
},
|
|
31765
31765
|
"name": "exitCodes",
|
|
31766
31766
|
"type": {
|
|
@@ -31797,7 +31797,7 @@
|
|
|
31797
31797
|
"kind": "interface",
|
|
31798
31798
|
"locationInModule": {
|
|
31799
31799
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31800
|
-
"line":
|
|
31800
|
+
"line": 100
|
|
31801
31801
|
},
|
|
31802
31802
|
"name": "Artifacts",
|
|
31803
31803
|
"namespace": "gitlab",
|
|
@@ -31811,7 +31811,7 @@
|
|
|
31811
31811
|
"immutable": true,
|
|
31812
31812
|
"locationInModule": {
|
|
31813
31813
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31814
|
-
"line":
|
|
31814
|
+
"line": 102
|
|
31815
31815
|
},
|
|
31816
31816
|
"name": "exclude",
|
|
31817
31817
|
"optional": true,
|
|
@@ -31834,7 +31834,7 @@
|
|
|
31834
31834
|
"immutable": true,
|
|
31835
31835
|
"locationInModule": {
|
|
31836
31836
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31837
|
-
"line":
|
|
31837
|
+
"line": 104
|
|
31838
31838
|
},
|
|
31839
31839
|
"name": "expireIn",
|
|
31840
31840
|
"optional": true,
|
|
@@ -31852,7 +31852,7 @@
|
|
|
31852
31852
|
"immutable": true,
|
|
31853
31853
|
"locationInModule": {
|
|
31854
31854
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31855
|
-
"line":
|
|
31855
|
+
"line": 106
|
|
31856
31856
|
},
|
|
31857
31857
|
"name": "exposeAs",
|
|
31858
31858
|
"optional": true,
|
|
@@ -31870,7 +31870,7 @@
|
|
|
31870
31870
|
"immutable": true,
|
|
31871
31871
|
"locationInModule": {
|
|
31872
31872
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31873
|
-
"line":
|
|
31873
|
+
"line": 108
|
|
31874
31874
|
},
|
|
31875
31875
|
"name": "name",
|
|
31876
31876
|
"optional": true,
|
|
@@ -31887,7 +31887,7 @@
|
|
|
31887
31887
|
"immutable": true,
|
|
31888
31888
|
"locationInModule": {
|
|
31889
31889
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31890
|
-
"line":
|
|
31890
|
+
"line": 110
|
|
31891
31891
|
},
|
|
31892
31892
|
"name": "paths",
|
|
31893
31893
|
"optional": true,
|
|
@@ -31909,7 +31909,7 @@
|
|
|
31909
31909
|
"immutable": true,
|
|
31910
31910
|
"locationInModule": {
|
|
31911
31911
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31912
|
-
"line":
|
|
31912
|
+
"line": 112
|
|
31913
31913
|
},
|
|
31914
31914
|
"name": "reports",
|
|
31915
31915
|
"optional": true,
|
|
@@ -31926,7 +31926,7 @@
|
|
|
31926
31926
|
"immutable": true,
|
|
31927
31927
|
"locationInModule": {
|
|
31928
31928
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31929
|
-
"line":
|
|
31929
|
+
"line": 114
|
|
31930
31930
|
},
|
|
31931
31931
|
"name": "untracked",
|
|
31932
31932
|
"optional": true,
|
|
@@ -31943,7 +31943,7 @@
|
|
|
31943
31943
|
"immutable": true,
|
|
31944
31944
|
"locationInModule": {
|
|
31945
31945
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31946
|
-
"line":
|
|
31946
|
+
"line": 116
|
|
31947
31947
|
},
|
|
31948
31948
|
"name": "when",
|
|
31949
31949
|
"optional": true,
|
|
@@ -31965,7 +31965,7 @@
|
|
|
31965
31965
|
"kind": "interface",
|
|
31966
31966
|
"locationInModule": {
|
|
31967
31967
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31968
|
-
"line":
|
|
31968
|
+
"line": 511
|
|
31969
31969
|
},
|
|
31970
31970
|
"name": "Assets",
|
|
31971
31971
|
"namespace": "gitlab",
|
|
@@ -31979,7 +31979,7 @@
|
|
|
31979
31979
|
"immutable": true,
|
|
31980
31980
|
"locationInModule": {
|
|
31981
31981
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31982
|
-
"line":
|
|
31982
|
+
"line": 513
|
|
31983
31983
|
},
|
|
31984
31984
|
"name": "links",
|
|
31985
31985
|
"type": {
|
|
@@ -32292,7 +32292,7 @@
|
|
|
32292
32292
|
},
|
|
32293
32293
|
"locationInModule": {
|
|
32294
32294
|
"filename": "src/gitlab/configuration.ts",
|
|
32295
|
-
"line":
|
|
32295
|
+
"line": 150
|
|
32296
32296
|
},
|
|
32297
32297
|
"parameters": [
|
|
32298
32298
|
{
|
|
@@ -32319,7 +32319,7 @@
|
|
|
32319
32319
|
"kind": "class",
|
|
32320
32320
|
"locationInModule": {
|
|
32321
32321
|
"filename": "src/gitlab/configuration.ts",
|
|
32322
|
-
"line":
|
|
32322
|
+
"line": 58
|
|
32323
32323
|
},
|
|
32324
32324
|
"methods": [
|
|
32325
32325
|
{
|
|
@@ -32329,7 +32329,7 @@
|
|
|
32329
32329
|
},
|
|
32330
32330
|
"locationInModule": {
|
|
32331
32331
|
"filename": "src/gitlab/configuration.ts",
|
|
32332
|
-
"line":
|
|
32332
|
+
"line": 344
|
|
32333
32333
|
},
|
|
32334
32334
|
"name": "addDefaultCaches",
|
|
32335
32335
|
"parameters": [
|
|
@@ -32356,7 +32356,7 @@
|
|
|
32356
32356
|
},
|
|
32357
32357
|
"locationInModule": {
|
|
32358
32358
|
"filename": "src/gitlab/configuration.ts",
|
|
32359
|
-
"line":
|
|
32359
|
+
"line": 285
|
|
32360
32360
|
},
|
|
32361
32361
|
"name": "addGlobalVariables",
|
|
32362
32362
|
"parameters": [
|
|
@@ -32383,7 +32383,7 @@
|
|
|
32383
32383
|
},
|
|
32384
32384
|
"locationInModule": {
|
|
32385
32385
|
"filename": "src/gitlab/configuration.ts",
|
|
32386
|
-
"line":
|
|
32386
|
+
"line": 198
|
|
32387
32387
|
},
|
|
32388
32388
|
"name": "addIncludes",
|
|
32389
32389
|
"parameters": [
|
|
@@ -32407,7 +32407,7 @@
|
|
|
32407
32407
|
},
|
|
32408
32408
|
"locationInModule": {
|
|
32409
32409
|
"filename": "src/gitlab/configuration.ts",
|
|
32410
|
-
"line":
|
|
32410
|
+
"line": 312
|
|
32411
32411
|
},
|
|
32412
32412
|
"name": "addJobs",
|
|
32413
32413
|
"parameters": [
|
|
@@ -32434,7 +32434,7 @@
|
|
|
32434
32434
|
},
|
|
32435
32435
|
"locationInModule": {
|
|
32436
32436
|
"filename": "src/gitlab/configuration.ts",
|
|
32437
|
-
"line":
|
|
32437
|
+
"line": 265
|
|
32438
32438
|
},
|
|
32439
32439
|
"name": "addServices",
|
|
32440
32440
|
"parameters": [
|
|
@@ -32458,7 +32458,7 @@
|
|
|
32458
32458
|
},
|
|
32459
32459
|
"locationInModule": {
|
|
32460
32460
|
"filename": "src/gitlab/configuration.ts",
|
|
32461
|
-
"line":
|
|
32461
|
+
"line": 300
|
|
32462
32462
|
},
|
|
32463
32463
|
"name": "addStages",
|
|
32464
32464
|
"parameters": [
|
|
@@ -32488,7 +32488,7 @@
|
|
|
32488
32488
|
"immutable": true,
|
|
32489
32489
|
"locationInModule": {
|
|
32490
32490
|
"filename": "src/gitlab/configuration.ts",
|
|
32491
|
-
"line":
|
|
32491
|
+
"line": 74
|
|
32492
32492
|
},
|
|
32493
32493
|
"name": "defaultAfterScript",
|
|
32494
32494
|
"type": {
|
|
@@ -32509,7 +32509,7 @@
|
|
|
32509
32509
|
"immutable": true,
|
|
32510
32510
|
"locationInModule": {
|
|
32511
32511
|
"filename": "src/gitlab/configuration.ts",
|
|
32512
|
-
"line":
|
|
32512
|
+
"line": 82
|
|
32513
32513
|
},
|
|
32514
32514
|
"name": "defaultBeforeScript",
|
|
32515
32515
|
"type": {
|
|
@@ -32529,7 +32529,7 @@
|
|
|
32529
32529
|
"immutable": true,
|
|
32530
32530
|
"locationInModule": {
|
|
32531
32531
|
"filename": "src/gitlab/configuration.ts",
|
|
32532
|
-
"line":
|
|
32532
|
+
"line": 110
|
|
32533
32533
|
},
|
|
32534
32534
|
"name": "defaultTags",
|
|
32535
32535
|
"type": {
|
|
@@ -32549,7 +32549,7 @@
|
|
|
32549
32549
|
"immutable": true,
|
|
32550
32550
|
"locationInModule": {
|
|
32551
32551
|
"filename": "src/gitlab/configuration.ts",
|
|
32552
|
-
"line":
|
|
32552
|
+
"line": 70
|
|
32553
32553
|
},
|
|
32554
32554
|
"name": "file",
|
|
32555
32555
|
"type": {
|
|
@@ -32564,7 +32564,7 @@
|
|
|
32564
32564
|
"immutable": true,
|
|
32565
32565
|
"locationInModule": {
|
|
32566
32566
|
"filename": "src/gitlab/configuration.ts",
|
|
32567
|
-
"line":
|
|
32567
|
+
"line": 148
|
|
32568
32568
|
},
|
|
32569
32569
|
"name": "jobs",
|
|
32570
32570
|
"type": {
|
|
@@ -32584,7 +32584,7 @@
|
|
|
32584
32584
|
"immutable": true,
|
|
32585
32585
|
"locationInModule": {
|
|
32586
32586
|
"filename": "src/gitlab/configuration.ts",
|
|
32587
|
-
"line":
|
|
32587
|
+
"line": 62
|
|
32588
32588
|
},
|
|
32589
32589
|
"name": "name",
|
|
32590
32590
|
"type": {
|
|
@@ -32599,7 +32599,7 @@
|
|
|
32599
32599
|
"immutable": true,
|
|
32600
32600
|
"locationInModule": {
|
|
32601
32601
|
"filename": "src/gitlab/configuration.ts",
|
|
32602
|
-
"line":
|
|
32602
|
+
"line": 66
|
|
32603
32603
|
},
|
|
32604
32604
|
"name": "path",
|
|
32605
32605
|
"type": {
|
|
@@ -32615,7 +32615,7 @@
|
|
|
32615
32615
|
"immutable": true,
|
|
32616
32616
|
"locationInModule": {
|
|
32617
32617
|
"filename": "src/gitlab/configuration.ts",
|
|
32618
|
-
"line":
|
|
32618
|
+
"line": 134
|
|
32619
32619
|
},
|
|
32620
32620
|
"name": "stages",
|
|
32621
32621
|
"type": {
|
|
@@ -32636,7 +32636,7 @@
|
|
|
32636
32636
|
"immutable": true,
|
|
32637
32637
|
"locationInModule": {
|
|
32638
32638
|
"filename": "src/gitlab/configuration.ts",
|
|
32639
|
-
"line":
|
|
32639
|
+
"line": 139
|
|
32640
32640
|
},
|
|
32641
32641
|
"name": "variables",
|
|
32642
32642
|
"type": {
|
|
@@ -32669,7 +32669,7 @@
|
|
|
32669
32669
|
"immutable": true,
|
|
32670
32670
|
"locationInModule": {
|
|
32671
32671
|
"filename": "src/gitlab/configuration.ts",
|
|
32672
|
-
"line":
|
|
32672
|
+
"line": 78
|
|
32673
32673
|
},
|
|
32674
32674
|
"name": "defaultArtifacts",
|
|
32675
32675
|
"optional": true,
|
|
@@ -32684,7 +32684,7 @@
|
|
|
32684
32684
|
"immutable": true,
|
|
32685
32685
|
"locationInModule": {
|
|
32686
32686
|
"filename": "src/gitlab/configuration.ts",
|
|
32687
|
-
"line":
|
|
32687
|
+
"line": 88
|
|
32688
32688
|
},
|
|
32689
32689
|
"name": "defaultCache",
|
|
32690
32690
|
"optional": true,
|
|
@@ -32697,6 +32697,27 @@
|
|
|
32697
32697
|
}
|
|
32698
32698
|
}
|
|
32699
32699
|
},
|
|
32700
|
+
{
|
|
32701
|
+
"docs": {
|
|
32702
|
+
"stability": "experimental",
|
|
32703
|
+
"summary": "Default ID tokens (JSON Web Tokens) that are used for CI/CD authentication to use globally for all jobs."
|
|
32704
|
+
},
|
|
32705
|
+
"immutable": true,
|
|
32706
|
+
"locationInModule": {
|
|
32707
|
+
"filename": "src/gitlab/configuration.ts",
|
|
32708
|
+
"line": 118
|
|
32709
|
+
},
|
|
32710
|
+
"name": "defaultIdTokens",
|
|
32711
|
+
"optional": true,
|
|
32712
|
+
"type": {
|
|
32713
|
+
"collection": {
|
|
32714
|
+
"elementtype": {
|
|
32715
|
+
"fqn": "projen.gitlab.IDToken"
|
|
32716
|
+
},
|
|
32717
|
+
"kind": "map"
|
|
32718
|
+
}
|
|
32719
|
+
}
|
|
32720
|
+
},
|
|
32700
32721
|
{
|
|
32701
32722
|
"docs": {
|
|
32702
32723
|
"stability": "experimental",
|
|
@@ -32705,7 +32726,7 @@
|
|
|
32705
32726
|
"immutable": true,
|
|
32706
32727
|
"locationInModule": {
|
|
32707
32728
|
"filename": "src/gitlab/configuration.ts",
|
|
32708
|
-
"line":
|
|
32729
|
+
"line": 94
|
|
32709
32730
|
},
|
|
32710
32731
|
"name": "defaultImage",
|
|
32711
32732
|
"optional": true,
|
|
@@ -32721,7 +32742,7 @@
|
|
|
32721
32742
|
"immutable": true,
|
|
32722
32743
|
"locationInModule": {
|
|
32723
32744
|
"filename": "src/gitlab/configuration.ts",
|
|
32724
|
-
"line":
|
|
32745
|
+
"line": 98
|
|
32725
32746
|
},
|
|
32726
32747
|
"name": "defaultInterruptible",
|
|
32727
32748
|
"optional": true,
|
|
@@ -32738,7 +32759,7 @@
|
|
|
32738
32759
|
"immutable": true,
|
|
32739
32760
|
"locationInModule": {
|
|
32740
32761
|
"filename": "src/gitlab/configuration.ts",
|
|
32741
|
-
"line":
|
|
32762
|
+
"line": 102
|
|
32742
32763
|
},
|
|
32743
32764
|
"name": "defaultRetry",
|
|
32744
32765
|
"optional": true,
|
|
@@ -32755,7 +32776,7 @@
|
|
|
32755
32776
|
"immutable": true,
|
|
32756
32777
|
"locationInModule": {
|
|
32757
32778
|
"filename": "src/gitlab/configuration.ts",
|
|
32758
|
-
"line":
|
|
32779
|
+
"line": 114
|
|
32759
32780
|
},
|
|
32760
32781
|
"name": "defaultTimeout",
|
|
32761
32782
|
"optional": true,
|
|
@@ -32772,7 +32793,7 @@
|
|
|
32772
32793
|
"immutable": true,
|
|
32773
32794
|
"locationInModule": {
|
|
32774
32795
|
"filename": "src/gitlab/configuration.ts",
|
|
32775
|
-
"line":
|
|
32796
|
+
"line": 129
|
|
32776
32797
|
},
|
|
32777
32798
|
"name": "pages",
|
|
32778
32799
|
"optional": true,
|
|
@@ -32788,7 +32809,7 @@
|
|
|
32788
32809
|
"immutable": true,
|
|
32789
32810
|
"locationInModule": {
|
|
32790
32811
|
"filename": "src/gitlab/configuration.ts",
|
|
32791
|
-
"line":
|
|
32812
|
+
"line": 144
|
|
32792
32813
|
},
|
|
32793
32814
|
"name": "workflow",
|
|
32794
32815
|
"optional": true,
|
|
@@ -32810,7 +32831,7 @@
|
|
|
32810
32831
|
"kind": "interface",
|
|
32811
32832
|
"locationInModule": {
|
|
32812
32833
|
"filename": "src/gitlab/configuration.ts",
|
|
32813
|
-
"line":
|
|
32834
|
+
"line": 23
|
|
32814
32835
|
},
|
|
32815
32836
|
"name": "CiConfigurationOptions",
|
|
32816
32837
|
"namespace": "gitlab",
|
|
@@ -32825,7 +32846,7 @@
|
|
|
32825
32846
|
"immutable": true,
|
|
32826
32847
|
"locationInModule": {
|
|
32827
32848
|
"filename": "src/gitlab/configuration.ts",
|
|
32828
|
-
"line":
|
|
32849
|
+
"line": 27
|
|
32829
32850
|
},
|
|
32830
32851
|
"name": "default",
|
|
32831
32852
|
"optional": true,
|
|
@@ -32842,7 +32863,7 @@
|
|
|
32842
32863
|
"immutable": true,
|
|
32843
32864
|
"locationInModule": {
|
|
32844
32865
|
"filename": "src/gitlab/configuration.ts",
|
|
32845
|
-
"line":
|
|
32866
|
+
"line": 50
|
|
32846
32867
|
},
|
|
32847
32868
|
"name": "jobs",
|
|
32848
32869
|
"optional": true,
|
|
@@ -32865,7 +32886,7 @@
|
|
|
32865
32886
|
"immutable": true,
|
|
32866
32887
|
"locationInModule": {
|
|
32867
32888
|
"filename": "src/gitlab/configuration.ts",
|
|
32868
|
-
"line":
|
|
32889
|
+
"line": 32
|
|
32869
32890
|
},
|
|
32870
32891
|
"name": "pages",
|
|
32871
32892
|
"optional": true,
|
|
@@ -32883,7 +32904,7 @@
|
|
|
32883
32904
|
"immutable": true,
|
|
32884
32905
|
"locationInModule": {
|
|
32885
32906
|
"filename": "src/gitlab/configuration.ts",
|
|
32886
|
-
"line":
|
|
32907
|
+
"line": 41
|
|
32887
32908
|
},
|
|
32888
32909
|
"name": "stages",
|
|
32889
32910
|
"optional": true,
|
|
@@ -32906,7 +32927,7 @@
|
|
|
32906
32927
|
"immutable": true,
|
|
32907
32928
|
"locationInModule": {
|
|
32908
32929
|
"filename": "src/gitlab/configuration.ts",
|
|
32909
|
-
"line":
|
|
32930
|
+
"line": 46
|
|
32910
32931
|
},
|
|
32911
32932
|
"name": "variables",
|
|
32912
32933
|
"optional": true,
|
|
@@ -32928,7 +32949,7 @@
|
|
|
32928
32949
|
"immutable": true,
|
|
32929
32950
|
"locationInModule": {
|
|
32930
32951
|
"filename": "src/gitlab/configuration.ts",
|
|
32931
|
-
"line":
|
|
32952
|
+
"line": 36
|
|
32932
32953
|
},
|
|
32933
32954
|
"name": "workflow",
|
|
32934
32955
|
"optional": true,
|
|
@@ -32953,7 +32974,7 @@
|
|
|
32953
32974
|
"kind": "interface",
|
|
32954
32975
|
"locationInModule": {
|
|
32955
32976
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32956
|
-
"line":
|
|
32977
|
+
"line": 123
|
|
32957
32978
|
},
|
|
32958
32979
|
"name": "CoverageReport",
|
|
32959
32980
|
"namespace": "gitlab",
|
|
@@ -32966,7 +32987,7 @@
|
|
|
32966
32987
|
"immutable": true,
|
|
32967
32988
|
"locationInModule": {
|
|
32968
32989
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32969
|
-
"line":
|
|
32990
|
+
"line": 124
|
|
32970
32991
|
},
|
|
32971
32992
|
"name": "coverageFormat",
|
|
32972
32993
|
"type": {
|
|
@@ -32981,7 +33002,7 @@
|
|
|
32981
33002
|
"immutable": true,
|
|
32982
33003
|
"locationInModule": {
|
|
32983
33004
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32984
|
-
"line":
|
|
33005
|
+
"line": 125
|
|
32985
33006
|
},
|
|
32986
33007
|
"name": "path",
|
|
32987
33008
|
"type": {
|
|
@@ -33091,13 +33112,35 @@
|
|
|
33091
33112
|
{
|
|
33092
33113
|
"abstract": true,
|
|
33093
33114
|
"docs": {
|
|
33094
|
-
"stability": "experimental"
|
|
33115
|
+
"stability": "experimental",
|
|
33116
|
+
"summary": "Specifies the default ID tokens (JSON Web Tokens) that are used for CI/CD authentication to use globally for all jobs."
|
|
33095
33117
|
},
|
|
33096
33118
|
"immutable": true,
|
|
33097
33119
|
"locationInModule": {
|
|
33098
33120
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33099
33121
|
"line": 80
|
|
33100
33122
|
},
|
|
33123
|
+
"name": "idTokens",
|
|
33124
|
+
"optional": true,
|
|
33125
|
+
"type": {
|
|
33126
|
+
"collection": {
|
|
33127
|
+
"elementtype": {
|
|
33128
|
+
"fqn": "projen.gitlab.IDToken"
|
|
33129
|
+
},
|
|
33130
|
+
"kind": "map"
|
|
33131
|
+
}
|
|
33132
|
+
}
|
|
33133
|
+
},
|
|
33134
|
+
{
|
|
33135
|
+
"abstract": true,
|
|
33136
|
+
"docs": {
|
|
33137
|
+
"stability": "experimental"
|
|
33138
|
+
},
|
|
33139
|
+
"immutable": true,
|
|
33140
|
+
"locationInModule": {
|
|
33141
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
33142
|
+
"line": 82
|
|
33143
|
+
},
|
|
33101
33144
|
"name": "image",
|
|
33102
33145
|
"optional": true,
|
|
33103
33146
|
"type": {
|
|
@@ -33112,7 +33155,7 @@
|
|
|
33112
33155
|
"immutable": true,
|
|
33113
33156
|
"locationInModule": {
|
|
33114
33157
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33115
|
-
"line":
|
|
33158
|
+
"line": 84
|
|
33116
33159
|
},
|
|
33117
33160
|
"name": "interruptible",
|
|
33118
33161
|
"optional": true,
|
|
@@ -33128,7 +33171,7 @@
|
|
|
33128
33171
|
"immutable": true,
|
|
33129
33172
|
"locationInModule": {
|
|
33130
33173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33131
|
-
"line":
|
|
33174
|
+
"line": 86
|
|
33132
33175
|
},
|
|
33133
33176
|
"name": "retry",
|
|
33134
33177
|
"optional": true,
|
|
@@ -33144,7 +33187,7 @@
|
|
|
33144
33187
|
"immutable": true,
|
|
33145
33188
|
"locationInModule": {
|
|
33146
33189
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33147
|
-
"line":
|
|
33190
|
+
"line": 88
|
|
33148
33191
|
},
|
|
33149
33192
|
"name": "services",
|
|
33150
33193
|
"optional": true,
|
|
@@ -33165,7 +33208,7 @@
|
|
|
33165
33208
|
"immutable": true,
|
|
33166
33209
|
"locationInModule": {
|
|
33167
33210
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33168
|
-
"line":
|
|
33211
|
+
"line": 90
|
|
33169
33212
|
},
|
|
33170
33213
|
"name": "tags",
|
|
33171
33214
|
"optional": true,
|
|
@@ -33186,7 +33229,7 @@
|
|
|
33186
33229
|
"immutable": true,
|
|
33187
33230
|
"locationInModule": {
|
|
33188
33231
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33189
|
-
"line":
|
|
33232
|
+
"line": 92
|
|
33190
33233
|
},
|
|
33191
33234
|
"name": "timeout",
|
|
33192
33235
|
"optional": true,
|
|
@@ -33206,7 +33249,7 @@
|
|
|
33206
33249
|
"kind": "enum",
|
|
33207
33250
|
"locationInModule": {
|
|
33208
33251
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33209
|
-
"line":
|
|
33252
|
+
"line": 456
|
|
33210
33253
|
},
|
|
33211
33254
|
"members": [
|
|
33212
33255
|
{
|
|
@@ -33284,7 +33327,7 @@
|
|
|
33284
33327
|
"kind": "enum",
|
|
33285
33328
|
"locationInModule": {
|
|
33286
33329
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33287
|
-
"line":
|
|
33330
|
+
"line": 405
|
|
33288
33331
|
},
|
|
33289
33332
|
"members": [
|
|
33290
33333
|
{
|
|
@@ -33333,7 +33376,7 @@
|
|
|
33333
33376
|
"kind": "interface",
|
|
33334
33377
|
"locationInModule": {
|
|
33335
33378
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33336
|
-
"line":
|
|
33379
|
+
"line": 564
|
|
33337
33380
|
},
|
|
33338
33381
|
"name": "Engine",
|
|
33339
33382
|
"namespace": "gitlab",
|
|
@@ -33347,7 +33390,7 @@
|
|
|
33347
33390
|
"immutable": true,
|
|
33348
33391
|
"locationInModule": {
|
|
33349
33392
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33350
|
-
"line":
|
|
33393
|
+
"line": 566
|
|
33351
33394
|
},
|
|
33352
33395
|
"name": "name",
|
|
33353
33396
|
"type": {
|
|
@@ -33363,7 +33406,7 @@
|
|
|
33363
33406
|
"immutable": true,
|
|
33364
33407
|
"locationInModule": {
|
|
33365
33408
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33366
|
-
"line":
|
|
33409
|
+
"line": 568
|
|
33367
33410
|
},
|
|
33368
33411
|
"name": "path",
|
|
33369
33412
|
"type": {
|
|
@@ -33384,7 +33427,7 @@
|
|
|
33384
33427
|
"kind": "interface",
|
|
33385
33428
|
"locationInModule": {
|
|
33386
33429
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33387
|
-
"line":
|
|
33430
|
+
"line": 373
|
|
33388
33431
|
},
|
|
33389
33432
|
"name": "Environment",
|
|
33390
33433
|
"namespace": "gitlab",
|
|
@@ -33398,7 +33441,7 @@
|
|
|
33398
33441
|
"immutable": true,
|
|
33399
33442
|
"locationInModule": {
|
|
33400
33443
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33401
|
-
"line":
|
|
33444
|
+
"line": 383
|
|
33402
33445
|
},
|
|
33403
33446
|
"name": "name",
|
|
33404
33447
|
"type": {
|
|
@@ -33415,7 +33458,7 @@
|
|
|
33415
33458
|
"immutable": true,
|
|
33416
33459
|
"locationInModule": {
|
|
33417
33460
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33418
|
-
"line":
|
|
33461
|
+
"line": 375
|
|
33419
33462
|
},
|
|
33420
33463
|
"name": "action",
|
|
33421
33464
|
"optional": true,
|
|
@@ -33433,7 +33476,7 @@
|
|
|
33433
33476
|
"immutable": true,
|
|
33434
33477
|
"locationInModule": {
|
|
33435
33478
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33436
|
-
"line":
|
|
33479
|
+
"line": 377
|
|
33437
33480
|
},
|
|
33438
33481
|
"name": "autoStopIn",
|
|
33439
33482
|
"optional": true,
|
|
@@ -33450,7 +33493,7 @@
|
|
|
33450
33493
|
"immutable": true,
|
|
33451
33494
|
"locationInModule": {
|
|
33452
33495
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33453
|
-
"line":
|
|
33496
|
+
"line": 379
|
|
33454
33497
|
},
|
|
33455
33498
|
"name": "deploymentTier",
|
|
33456
33499
|
"optional": true,
|
|
@@ -33468,7 +33511,7 @@
|
|
|
33468
33511
|
"immutable": true,
|
|
33469
33512
|
"locationInModule": {
|
|
33470
33513
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33471
|
-
"line":
|
|
33514
|
+
"line": 381
|
|
33472
33515
|
},
|
|
33473
33516
|
"name": "kubernetes",
|
|
33474
33517
|
"optional": true,
|
|
@@ -33485,7 +33528,7 @@
|
|
|
33485
33528
|
"immutable": true,
|
|
33486
33529
|
"locationInModule": {
|
|
33487
33530
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33488
|
-
"line":
|
|
33531
|
+
"line": 385
|
|
33489
33532
|
},
|
|
33490
33533
|
"name": "onStop",
|
|
33491
33534
|
"optional": true,
|
|
@@ -33502,7 +33545,7 @@
|
|
|
33502
33545
|
"immutable": true,
|
|
33503
33546
|
"locationInModule": {
|
|
33504
33547
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33505
|
-
"line":
|
|
33548
|
+
"line": 387
|
|
33506
33549
|
},
|
|
33507
33550
|
"name": "url",
|
|
33508
33551
|
"optional": true,
|
|
@@ -33524,7 +33567,7 @@
|
|
|
33524
33567
|
"kind": "interface",
|
|
33525
33568
|
"locationInModule": {
|
|
33526
33569
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33527
|
-
"line":
|
|
33570
|
+
"line": 425
|
|
33528
33571
|
},
|
|
33529
33572
|
"name": "Filter",
|
|
33530
33573
|
"namespace": "gitlab",
|
|
@@ -33538,7 +33581,7 @@
|
|
|
33538
33581
|
"immutable": true,
|
|
33539
33582
|
"locationInModule": {
|
|
33540
33583
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33541
|
-
"line":
|
|
33584
|
+
"line": 427
|
|
33542
33585
|
},
|
|
33543
33586
|
"name": "changes",
|
|
33544
33587
|
"optional": true,
|
|
@@ -33560,7 +33603,7 @@
|
|
|
33560
33603
|
"immutable": true,
|
|
33561
33604
|
"locationInModule": {
|
|
33562
33605
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33563
|
-
"line":
|
|
33606
|
+
"line": 429
|
|
33564
33607
|
},
|
|
33565
33608
|
"name": "kubernetes",
|
|
33566
33609
|
"optional": true,
|
|
@@ -33577,7 +33620,7 @@
|
|
|
33577
33620
|
"immutable": true,
|
|
33578
33621
|
"locationInModule": {
|
|
33579
33622
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33580
|
-
"line":
|
|
33623
|
+
"line": 431
|
|
33581
33624
|
},
|
|
33582
33625
|
"name": "refs",
|
|
33583
33626
|
"optional": true,
|
|
@@ -33600,7 +33643,7 @@
|
|
|
33600
33643
|
"immutable": true,
|
|
33601
33644
|
"locationInModule": {
|
|
33602
33645
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33603
|
-
"line":
|
|
33646
|
+
"line": 433
|
|
33604
33647
|
},
|
|
33605
33648
|
"name": "variables",
|
|
33606
33649
|
"optional": true,
|
|
@@ -33719,7 +33762,7 @@
|
|
|
33719
33762
|
"kind": "interface",
|
|
33720
33763
|
"locationInModule": {
|
|
33721
33764
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33722
|
-
"line":
|
|
33765
|
+
"line": 176
|
|
33723
33766
|
},
|
|
33724
33767
|
"name": "IDToken",
|
|
33725
33768
|
"namespace": "gitlab",
|
|
@@ -33732,7 +33775,7 @@
|
|
|
33732
33775
|
},
|
|
33733
33776
|
"locationInModule": {
|
|
33734
33777
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33735
|
-
"line":
|
|
33778
|
+
"line": 178
|
|
33736
33779
|
},
|
|
33737
33780
|
"name": "aud",
|
|
33738
33781
|
"type": {
|
|
@@ -33769,7 +33812,7 @@
|
|
|
33769
33812
|
"kind": "interface",
|
|
33770
33813
|
"locationInModule": {
|
|
33771
33814
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33772
|
-
"line":
|
|
33815
|
+
"line": 186
|
|
33773
33816
|
},
|
|
33774
33817
|
"name": "Image",
|
|
33775
33818
|
"namespace": "gitlab",
|
|
@@ -33784,7 +33827,7 @@
|
|
|
33784
33827
|
"immutable": true,
|
|
33785
33828
|
"locationInModule": {
|
|
33786
33829
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33787
|
-
"line":
|
|
33830
|
+
"line": 190
|
|
33788
33831
|
},
|
|
33789
33832
|
"name": "name",
|
|
33790
33833
|
"type": {
|
|
@@ -33801,7 +33844,7 @@
|
|
|
33801
33844
|
"immutable": true,
|
|
33802
33845
|
"locationInModule": {
|
|
33803
33846
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33804
|
-
"line":
|
|
33847
|
+
"line": 188
|
|
33805
33848
|
},
|
|
33806
33849
|
"name": "entrypoint",
|
|
33807
33850
|
"optional": true,
|
|
@@ -33829,7 +33872,7 @@
|
|
|
33829
33872
|
"kind": "interface",
|
|
33830
33873
|
"locationInModule": {
|
|
33831
33874
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33832
|
-
"line":
|
|
33875
|
+
"line": 237
|
|
33833
33876
|
},
|
|
33834
33877
|
"name": "Include",
|
|
33835
33878
|
"namespace": "gitlab",
|
|
@@ -33844,7 +33887,7 @@
|
|
|
33844
33887
|
"immutable": true,
|
|
33845
33888
|
"locationInModule": {
|
|
33846
33889
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33847
|
-
"line":
|
|
33890
|
+
"line": 243
|
|
33848
33891
|
},
|
|
33849
33892
|
"name": "file",
|
|
33850
33893
|
"optional": true,
|
|
@@ -33867,7 +33910,7 @@
|
|
|
33867
33910
|
"immutable": true,
|
|
33868
33911
|
"locationInModule": {
|
|
33869
33912
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33870
|
-
"line":
|
|
33913
|
+
"line": 239
|
|
33871
33914
|
},
|
|
33872
33915
|
"name": "local",
|
|
33873
33916
|
"optional": true,
|
|
@@ -33884,7 +33927,7 @@
|
|
|
33884
33927
|
"immutable": true,
|
|
33885
33928
|
"locationInModule": {
|
|
33886
33929
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33887
|
-
"line":
|
|
33930
|
+
"line": 245
|
|
33888
33931
|
},
|
|
33889
33932
|
"name": "project",
|
|
33890
33933
|
"optional": true,
|
|
@@ -33901,7 +33944,7 @@
|
|
|
33901
33944
|
"immutable": true,
|
|
33902
33945
|
"locationInModule": {
|
|
33903
33946
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33904
|
-
"line":
|
|
33947
|
+
"line": 247
|
|
33905
33948
|
},
|
|
33906
33949
|
"name": "ref",
|
|
33907
33950
|
"optional": true,
|
|
@@ -33918,7 +33961,7 @@
|
|
|
33918
33961
|
"immutable": true,
|
|
33919
33962
|
"locationInModule": {
|
|
33920
33963
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33921
|
-
"line":
|
|
33964
|
+
"line": 251
|
|
33922
33965
|
},
|
|
33923
33966
|
"name": "remote",
|
|
33924
33967
|
"optional": true,
|
|
@@ -33935,7 +33978,7 @@
|
|
|
33935
33978
|
"immutable": true,
|
|
33936
33979
|
"locationInModule": {
|
|
33937
33980
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33938
|
-
"line":
|
|
33981
|
+
"line": 241
|
|
33939
33982
|
},
|
|
33940
33983
|
"name": "rules",
|
|
33941
33984
|
"optional": true,
|
|
@@ -33957,7 +34000,7 @@
|
|
|
33957
34000
|
"immutable": true,
|
|
33958
34001
|
"locationInModule": {
|
|
33959
34002
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33960
|
-
"line":
|
|
34003
|
+
"line": 249
|
|
33961
34004
|
},
|
|
33962
34005
|
"name": "template",
|
|
33963
34006
|
"optional": true,
|
|
@@ -33980,7 +34023,7 @@
|
|
|
33980
34023
|
"kind": "interface",
|
|
33981
34024
|
"locationInModule": {
|
|
33982
34025
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33983
|
-
"line":
|
|
34026
|
+
"line": 259
|
|
33984
34027
|
},
|
|
33985
34028
|
"name": "IncludeRule",
|
|
33986
34029
|
"namespace": "gitlab",
|
|
@@ -33993,7 +34036,7 @@
|
|
|
33993
34036
|
"immutable": true,
|
|
33994
34037
|
"locationInModule": {
|
|
33995
34038
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33996
|
-
"line":
|
|
34039
|
+
"line": 261
|
|
33997
34040
|
},
|
|
33998
34041
|
"name": "allowFailure",
|
|
33999
34042
|
"optional": true,
|
|
@@ -34018,7 +34061,7 @@
|
|
|
34018
34061
|
"immutable": true,
|
|
34019
34062
|
"locationInModule": {
|
|
34020
34063
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34021
|
-
"line":
|
|
34064
|
+
"line": 263
|
|
34022
34065
|
},
|
|
34023
34066
|
"name": "changes",
|
|
34024
34067
|
"optional": true,
|
|
@@ -34039,7 +34082,7 @@
|
|
|
34039
34082
|
"immutable": true,
|
|
34040
34083
|
"locationInModule": {
|
|
34041
34084
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34042
|
-
"line":
|
|
34085
|
+
"line": 265
|
|
34043
34086
|
},
|
|
34044
34087
|
"name": "exists",
|
|
34045
34088
|
"optional": true,
|
|
@@ -34060,7 +34103,7 @@
|
|
|
34060
34103
|
"immutable": true,
|
|
34061
34104
|
"locationInModule": {
|
|
34062
34105
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34063
|
-
"line":
|
|
34106
|
+
"line": 267
|
|
34064
34107
|
},
|
|
34065
34108
|
"name": "if",
|
|
34066
34109
|
"optional": true,
|
|
@@ -34076,7 +34119,7 @@
|
|
|
34076
34119
|
"immutable": true,
|
|
34077
34120
|
"locationInModule": {
|
|
34078
34121
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34079
|
-
"line":
|
|
34122
|
+
"line": 269
|
|
34080
34123
|
},
|
|
34081
34124
|
"name": "needs",
|
|
34082
34125
|
"optional": true,
|
|
@@ -34097,7 +34140,7 @@
|
|
|
34097
34140
|
"immutable": true,
|
|
34098
34141
|
"locationInModule": {
|
|
34099
34142
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34100
|
-
"line":
|
|
34143
|
+
"line": 271
|
|
34101
34144
|
},
|
|
34102
34145
|
"name": "startIn",
|
|
34103
34146
|
"optional": true,
|
|
@@ -34113,7 +34156,7 @@
|
|
|
34113
34156
|
"immutable": true,
|
|
34114
34157
|
"locationInModule": {
|
|
34115
34158
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34116
|
-
"line":
|
|
34159
|
+
"line": 273
|
|
34117
34160
|
},
|
|
34118
34161
|
"name": "variables",
|
|
34119
34162
|
"optional": true,
|
|
@@ -34134,7 +34177,7 @@
|
|
|
34134
34177
|
"immutable": true,
|
|
34135
34178
|
"locationInModule": {
|
|
34136
34179
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34137
|
-
"line":
|
|
34180
|
+
"line": 275
|
|
34138
34181
|
},
|
|
34139
34182
|
"name": "when",
|
|
34140
34183
|
"optional": true,
|
|
@@ -34157,7 +34200,7 @@
|
|
|
34157
34200
|
"kind": "interface",
|
|
34158
34201
|
"locationInModule": {
|
|
34159
34202
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34160
|
-
"line":
|
|
34203
|
+
"line": 449
|
|
34161
34204
|
},
|
|
34162
34205
|
"name": "Inherit",
|
|
34163
34206
|
"namespace": "gitlab",
|
|
@@ -34172,7 +34215,7 @@
|
|
|
34172
34215
|
"immutable": true,
|
|
34173
34216
|
"locationInModule": {
|
|
34174
34217
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34175
|
-
"line":
|
|
34218
|
+
"line": 451
|
|
34176
34219
|
},
|
|
34177
34220
|
"name": "default",
|
|
34178
34221
|
"optional": true,
|
|
@@ -34204,7 +34247,7 @@
|
|
|
34204
34247
|
"immutable": true,
|
|
34205
34248
|
"locationInModule": {
|
|
34206
34249
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34207
|
-
"line":
|
|
34250
|
+
"line": 453
|
|
34208
34251
|
},
|
|
34209
34252
|
"name": "variables",
|
|
34210
34253
|
"optional": true,
|
|
@@ -34241,7 +34284,7 @@
|
|
|
34241
34284
|
"kind": "interface",
|
|
34242
34285
|
"locationInModule": {
|
|
34243
34286
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34244
|
-
"line":
|
|
34287
|
+
"line": 305
|
|
34245
34288
|
},
|
|
34246
34289
|
"name": "Job",
|
|
34247
34290
|
"namespace": "gitlab",
|
|
@@ -34254,7 +34297,7 @@
|
|
|
34254
34297
|
"immutable": true,
|
|
34255
34298
|
"locationInModule": {
|
|
34256
34299
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34257
|
-
"line":
|
|
34300
|
+
"line": 307
|
|
34258
34301
|
},
|
|
34259
34302
|
"name": "afterScript",
|
|
34260
34303
|
"optional": true,
|
|
@@ -34276,7 +34319,7 @@
|
|
|
34276
34319
|
"immutable": true,
|
|
34277
34320
|
"locationInModule": {
|
|
34278
34321
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34279
|
-
"line":
|
|
34322
|
+
"line": 309
|
|
34280
34323
|
},
|
|
34281
34324
|
"name": "allowFailure",
|
|
34282
34325
|
"optional": true,
|
|
@@ -34301,7 +34344,7 @@
|
|
|
34301
34344
|
"immutable": true,
|
|
34302
34345
|
"locationInModule": {
|
|
34303
34346
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34304
|
-
"line":
|
|
34347
|
+
"line": 311
|
|
34305
34348
|
},
|
|
34306
34349
|
"name": "artifacts",
|
|
34307
34350
|
"optional": true,
|
|
@@ -34317,7 +34360,7 @@
|
|
|
34317
34360
|
"immutable": true,
|
|
34318
34361
|
"locationInModule": {
|
|
34319
34362
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34320
|
-
"line":
|
|
34363
|
+
"line": 313
|
|
34321
34364
|
},
|
|
34322
34365
|
"name": "beforeScript",
|
|
34323
34366
|
"optional": true,
|
|
@@ -34338,7 +34381,7 @@
|
|
|
34338
34381
|
"immutable": true,
|
|
34339
34382
|
"locationInModule": {
|
|
34340
34383
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34341
|
-
"line":
|
|
34384
|
+
"line": 315
|
|
34342
34385
|
},
|
|
34343
34386
|
"name": "cache",
|
|
34344
34387
|
"optional": true,
|
|
@@ -34361,7 +34404,7 @@
|
|
|
34361
34404
|
"immutable": true,
|
|
34362
34405
|
"locationInModule": {
|
|
34363
34406
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34364
|
-
"line":
|
|
34407
|
+
"line": 317
|
|
34365
34408
|
},
|
|
34366
34409
|
"name": "coverage",
|
|
34367
34410
|
"optional": true,
|
|
@@ -34379,7 +34422,7 @@
|
|
|
34379
34422
|
"immutable": true,
|
|
34380
34423
|
"locationInModule": {
|
|
34381
34424
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34382
|
-
"line":
|
|
34425
|
+
"line": 319
|
|
34383
34426
|
},
|
|
34384
34427
|
"name": "dependencies",
|
|
34385
34428
|
"optional": true,
|
|
@@ -34402,7 +34445,7 @@
|
|
|
34402
34445
|
"immutable": true,
|
|
34403
34446
|
"locationInModule": {
|
|
34404
34447
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34405
|
-
"line":
|
|
34448
|
+
"line": 321
|
|
34406
34449
|
},
|
|
34407
34450
|
"name": "environment",
|
|
34408
34451
|
"optional": true,
|
|
@@ -34428,7 +34471,7 @@
|
|
|
34428
34471
|
"immutable": true,
|
|
34429
34472
|
"locationInModule": {
|
|
34430
34473
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34431
|
-
"line":
|
|
34474
|
+
"line": 323
|
|
34432
34475
|
},
|
|
34433
34476
|
"name": "except",
|
|
34434
34477
|
"optional": true,
|
|
@@ -34459,7 +34502,7 @@
|
|
|
34459
34502
|
"immutable": true,
|
|
34460
34503
|
"locationInModule": {
|
|
34461
34504
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34462
|
-
"line":
|
|
34505
|
+
"line": 325
|
|
34463
34506
|
},
|
|
34464
34507
|
"name": "extends",
|
|
34465
34508
|
"optional": true,
|
|
@@ -34481,7 +34524,7 @@
|
|
|
34481
34524
|
"immutable": true,
|
|
34482
34525
|
"locationInModule": {
|
|
34483
34526
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34484
|
-
"line":
|
|
34527
|
+
"line": 327
|
|
34485
34528
|
},
|
|
34486
34529
|
"name": "idTokens",
|
|
34487
34530
|
"optional": true,
|
|
@@ -34502,7 +34545,7 @@
|
|
|
34502
34545
|
"immutable": true,
|
|
34503
34546
|
"locationInModule": {
|
|
34504
34547
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34505
|
-
"line":
|
|
34548
|
+
"line": 329
|
|
34506
34549
|
},
|
|
34507
34550
|
"name": "image",
|
|
34508
34551
|
"optional": true,
|
|
@@ -34520,7 +34563,7 @@
|
|
|
34520
34563
|
"immutable": true,
|
|
34521
34564
|
"locationInModule": {
|
|
34522
34565
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34523
|
-
"line":
|
|
34566
|
+
"line": 331
|
|
34524
34567
|
},
|
|
34525
34568
|
"name": "inherit",
|
|
34526
34569
|
"optional": true,
|
|
@@ -34536,7 +34579,7 @@
|
|
|
34536
34579
|
"immutable": true,
|
|
34537
34580
|
"locationInModule": {
|
|
34538
34581
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34539
|
-
"line":
|
|
34582
|
+
"line": 333
|
|
34540
34583
|
},
|
|
34541
34584
|
"name": "interruptible",
|
|
34542
34585
|
"optional": true,
|
|
@@ -34553,7 +34596,7 @@
|
|
|
34553
34596
|
"immutable": true,
|
|
34554
34597
|
"locationInModule": {
|
|
34555
34598
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34556
|
-
"line":
|
|
34599
|
+
"line": 335
|
|
34557
34600
|
},
|
|
34558
34601
|
"name": "needs",
|
|
34559
34602
|
"optional": true,
|
|
@@ -34584,7 +34627,7 @@
|
|
|
34584
34627
|
"immutable": true,
|
|
34585
34628
|
"locationInModule": {
|
|
34586
34629
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34587
|
-
"line":
|
|
34630
|
+
"line": 337
|
|
34588
34631
|
},
|
|
34589
34632
|
"name": "only",
|
|
34590
34633
|
"optional": true,
|
|
@@ -34615,7 +34658,7 @@
|
|
|
34615
34658
|
"immutable": true,
|
|
34616
34659
|
"locationInModule": {
|
|
34617
34660
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34618
|
-
"line":
|
|
34661
|
+
"line": 339
|
|
34619
34662
|
},
|
|
34620
34663
|
"name": "parallel",
|
|
34621
34664
|
"optional": true,
|
|
@@ -34641,7 +34684,7 @@
|
|
|
34641
34684
|
"immutable": true,
|
|
34642
34685
|
"locationInModule": {
|
|
34643
34686
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34644
|
-
"line":
|
|
34687
|
+
"line": 341
|
|
34645
34688
|
},
|
|
34646
34689
|
"name": "release",
|
|
34647
34690
|
"optional": true,
|
|
@@ -34659,7 +34702,7 @@
|
|
|
34659
34702
|
"immutable": true,
|
|
34660
34703
|
"locationInModule": {
|
|
34661
34704
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34662
|
-
"line":
|
|
34705
|
+
"line": 343
|
|
34663
34706
|
},
|
|
34664
34707
|
"name": "resourceGroup",
|
|
34665
34708
|
"optional": true,
|
|
@@ -34675,7 +34718,7 @@
|
|
|
34675
34718
|
"immutable": true,
|
|
34676
34719
|
"locationInModule": {
|
|
34677
34720
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34678
|
-
"line":
|
|
34721
|
+
"line": 345
|
|
34679
34722
|
},
|
|
34680
34723
|
"name": "retry",
|
|
34681
34724
|
"optional": true,
|
|
@@ -34692,7 +34735,7 @@
|
|
|
34692
34735
|
"immutable": true,
|
|
34693
34736
|
"locationInModule": {
|
|
34694
34737
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34695
|
-
"line":
|
|
34738
|
+
"line": 347
|
|
34696
34739
|
},
|
|
34697
34740
|
"name": "rules",
|
|
34698
34741
|
"optional": true,
|
|
@@ -34715,7 +34758,7 @@
|
|
|
34715
34758
|
"immutable": true,
|
|
34716
34759
|
"locationInModule": {
|
|
34717
34760
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34718
|
-
"line":
|
|
34761
|
+
"line": 349
|
|
34719
34762
|
},
|
|
34720
34763
|
"name": "script",
|
|
34721
34764
|
"optional": true,
|
|
@@ -34737,7 +34780,7 @@
|
|
|
34737
34780
|
"immutable": true,
|
|
34738
34781
|
"locationInModule": {
|
|
34739
34782
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34740
|
-
"line":
|
|
34783
|
+
"line": 351
|
|
34741
34784
|
},
|
|
34742
34785
|
"name": "secrets",
|
|
34743
34786
|
"optional": true,
|
|
@@ -34763,7 +34806,7 @@
|
|
|
34763
34806
|
"immutable": true,
|
|
34764
34807
|
"locationInModule": {
|
|
34765
34808
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34766
|
-
"line":
|
|
34809
|
+
"line": 353
|
|
34767
34810
|
},
|
|
34768
34811
|
"name": "services",
|
|
34769
34812
|
"optional": true,
|
|
@@ -34785,7 +34828,7 @@
|
|
|
34785
34828
|
"immutable": true,
|
|
34786
34829
|
"locationInModule": {
|
|
34787
34830
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34788
|
-
"line":
|
|
34831
|
+
"line": 355
|
|
34789
34832
|
},
|
|
34790
34833
|
"name": "stage",
|
|
34791
34834
|
"optional": true,
|
|
@@ -34801,7 +34844,7 @@
|
|
|
34801
34844
|
"immutable": true,
|
|
34802
34845
|
"locationInModule": {
|
|
34803
34846
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34804
|
-
"line":
|
|
34847
|
+
"line": 357
|
|
34805
34848
|
},
|
|
34806
34849
|
"name": "startIn",
|
|
34807
34850
|
"optional": true,
|
|
@@ -34817,7 +34860,7 @@
|
|
|
34817
34860
|
"immutable": true,
|
|
34818
34861
|
"locationInModule": {
|
|
34819
34862
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34820
|
-
"line":
|
|
34863
|
+
"line": 359
|
|
34821
34864
|
},
|
|
34822
34865
|
"name": "tags",
|
|
34823
34866
|
"optional": true,
|
|
@@ -34838,7 +34881,7 @@
|
|
|
34838
34881
|
"immutable": true,
|
|
34839
34882
|
"locationInModule": {
|
|
34840
34883
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34841
|
-
"line":
|
|
34884
|
+
"line": 361
|
|
34842
34885
|
},
|
|
34843
34886
|
"name": "timeout",
|
|
34844
34887
|
"optional": true,
|
|
@@ -34856,7 +34899,7 @@
|
|
|
34856
34899
|
"immutable": true,
|
|
34857
34900
|
"locationInModule": {
|
|
34858
34901
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34859
|
-
"line":
|
|
34902
|
+
"line": 363
|
|
34860
34903
|
},
|
|
34861
34904
|
"name": "trigger",
|
|
34862
34905
|
"optional": true,
|
|
@@ -34882,7 +34925,7 @@
|
|
|
34882
34925
|
"immutable": true,
|
|
34883
34926
|
"locationInModule": {
|
|
34884
34927
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34885
|
-
"line":
|
|
34928
|
+
"line": 365
|
|
34886
34929
|
},
|
|
34887
34930
|
"name": "variables",
|
|
34888
34931
|
"optional": true,
|
|
@@ -34905,7 +34948,7 @@
|
|
|
34905
34948
|
"immutable": true,
|
|
34906
34949
|
"locationInModule": {
|
|
34907
34950
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34908
|
-
"line":
|
|
34951
|
+
"line": 367
|
|
34909
34952
|
},
|
|
34910
34953
|
"name": "when",
|
|
34911
34954
|
"optional": true,
|
|
@@ -34928,7 +34971,7 @@
|
|
|
34928
34971
|
"kind": "enum",
|
|
34929
34972
|
"locationInModule": {
|
|
34930
34973
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34931
|
-
"line":
|
|
34974
|
+
"line": 292
|
|
34932
34975
|
},
|
|
34933
34976
|
"members": [
|
|
34934
34977
|
{
|
|
@@ -34984,7 +35027,7 @@
|
|
|
34984
35027
|
"kind": "interface",
|
|
34985
35028
|
"locationInModule": {
|
|
34986
35029
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34987
|
-
"line":
|
|
35030
|
+
"line": 417
|
|
34988
35031
|
},
|
|
34989
35032
|
"name": "KubernetesConfig",
|
|
34990
35033
|
"namespace": "gitlab",
|
|
@@ -34998,7 +35041,7 @@
|
|
|
34998
35041
|
"immutable": true,
|
|
34999
35042
|
"locationInModule": {
|
|
35000
35043
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35001
|
-
"line":
|
|
35044
|
+
"line": 419
|
|
35002
35045
|
},
|
|
35003
35046
|
"name": "namespace",
|
|
35004
35047
|
"optional": true,
|
|
@@ -35019,7 +35062,7 @@
|
|
|
35019
35062
|
"kind": "enum",
|
|
35020
35063
|
"locationInModule": {
|
|
35021
35064
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35022
|
-
"line":
|
|
35065
|
+
"line": 439
|
|
35023
35066
|
},
|
|
35024
35067
|
"members": [
|
|
35025
35068
|
{
|
|
@@ -35044,7 +35087,7 @@
|
|
|
35044
35087
|
"kind": "interface",
|
|
35045
35088
|
"locationInModule": {
|
|
35046
35089
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35047
|
-
"line":
|
|
35090
|
+
"line": 519
|
|
35048
35091
|
},
|
|
35049
35092
|
"name": "Link",
|
|
35050
35093
|
"namespace": "gitlab",
|
|
@@ -35058,7 +35101,7 @@
|
|
|
35058
35101
|
"immutable": true,
|
|
35059
35102
|
"locationInModule": {
|
|
35060
35103
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35061
|
-
"line":
|
|
35104
|
+
"line": 525
|
|
35062
35105
|
},
|
|
35063
35106
|
"name": "name",
|
|
35064
35107
|
"type": {
|
|
@@ -35074,7 +35117,7 @@
|
|
|
35074
35117
|
"immutable": true,
|
|
35075
35118
|
"locationInModule": {
|
|
35076
35119
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35077
|
-
"line":
|
|
35120
|
+
"line": 527
|
|
35078
35121
|
},
|
|
35079
35122
|
"name": "url",
|
|
35080
35123
|
"type": {
|
|
@@ -35090,7 +35133,7 @@
|
|
|
35090
35133
|
"immutable": true,
|
|
35091
35134
|
"locationInModule": {
|
|
35092
35135
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35093
|
-
"line":
|
|
35136
|
+
"line": 521
|
|
35094
35137
|
},
|
|
35095
35138
|
"name": "filepath",
|
|
35096
35139
|
"optional": true,
|
|
@@ -35107,7 +35150,7 @@
|
|
|
35107
35150
|
"immutable": true,
|
|
35108
35151
|
"locationInModule": {
|
|
35109
35152
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35110
|
-
"line":
|
|
35153
|
+
"line": 523
|
|
35111
35154
|
},
|
|
35112
35155
|
"name": "linkType",
|
|
35113
35156
|
"optional": true,
|
|
@@ -35128,7 +35171,7 @@
|
|
|
35128
35171
|
"kind": "enum",
|
|
35129
35172
|
"locationInModule": {
|
|
35130
35173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35131
|
-
"line":
|
|
35174
|
+
"line": 533
|
|
35132
35175
|
},
|
|
35133
35176
|
"members": [
|
|
35134
35177
|
{
|
|
@@ -35171,7 +35214,7 @@
|
|
|
35171
35214
|
"kind": "interface",
|
|
35172
35215
|
"locationInModule": {
|
|
35173
35216
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35174
|
-
"line":
|
|
35217
|
+
"line": 472
|
|
35175
35218
|
},
|
|
35176
35219
|
"name": "Need",
|
|
35177
35220
|
"namespace": "gitlab",
|
|
@@ -35184,7 +35227,7 @@
|
|
|
35184
35227
|
"immutable": true,
|
|
35185
35228
|
"locationInModule": {
|
|
35186
35229
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35187
|
-
"line":
|
|
35230
|
+
"line": 474
|
|
35188
35231
|
},
|
|
35189
35232
|
"name": "job",
|
|
35190
35233
|
"type": {
|
|
@@ -35199,7 +35242,7 @@
|
|
|
35199
35242
|
"immutable": true,
|
|
35200
35243
|
"locationInModule": {
|
|
35201
35244
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35202
|
-
"line":
|
|
35245
|
+
"line": 473
|
|
35203
35246
|
},
|
|
35204
35247
|
"name": "artifacts",
|
|
35205
35248
|
"optional": true,
|
|
@@ -35215,7 +35258,7 @@
|
|
|
35215
35258
|
"immutable": true,
|
|
35216
35259
|
"locationInModule": {
|
|
35217
35260
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35218
|
-
"line":
|
|
35261
|
+
"line": 475
|
|
35219
35262
|
},
|
|
35220
35263
|
"name": "optional",
|
|
35221
35264
|
"optional": true,
|
|
@@ -35231,7 +35274,7 @@
|
|
|
35231
35274
|
"immutable": true,
|
|
35232
35275
|
"locationInModule": {
|
|
35233
35276
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35234
|
-
"line":
|
|
35277
|
+
"line": 476
|
|
35235
35278
|
},
|
|
35236
35279
|
"name": "pipeline",
|
|
35237
35280
|
"optional": true,
|
|
@@ -35247,7 +35290,7 @@
|
|
|
35247
35290
|
"immutable": true,
|
|
35248
35291
|
"locationInModule": {
|
|
35249
35292
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35250
|
-
"line":
|
|
35293
|
+
"line": 477
|
|
35251
35294
|
},
|
|
35252
35295
|
"name": "project",
|
|
35253
35296
|
"optional": true,
|
|
@@ -35263,7 +35306,7 @@
|
|
|
35263
35306
|
"immutable": true,
|
|
35264
35307
|
"locationInModule": {
|
|
35265
35308
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35266
|
-
"line":
|
|
35309
|
+
"line": 478
|
|
35267
35310
|
},
|
|
35268
35311
|
"name": "ref",
|
|
35269
35312
|
"optional": true,
|
|
@@ -35357,7 +35400,7 @@
|
|
|
35357
35400
|
"kind": "interface",
|
|
35358
35401
|
"locationInModule": {
|
|
35359
35402
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35360
|
-
"line":
|
|
35403
|
+
"line": 484
|
|
35361
35404
|
},
|
|
35362
35405
|
"name": "Parallel",
|
|
35363
35406
|
"namespace": "gitlab",
|
|
@@ -35371,7 +35414,7 @@
|
|
|
35371
35414
|
"immutable": true,
|
|
35372
35415
|
"locationInModule": {
|
|
35373
35416
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35374
|
-
"line":
|
|
35417
|
+
"line": 486
|
|
35375
35418
|
},
|
|
35376
35419
|
"name": "matrix",
|
|
35377
35420
|
"type": {
|
|
@@ -35407,7 +35450,7 @@
|
|
|
35407
35450
|
"kind": "enum",
|
|
35408
35451
|
"locationInModule": {
|
|
35409
35452
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35410
|
-
"line":
|
|
35453
|
+
"line": 227
|
|
35411
35454
|
},
|
|
35412
35455
|
"members": [
|
|
35413
35456
|
{
|
|
@@ -35444,7 +35487,7 @@
|
|
|
35444
35487
|
"kind": "interface",
|
|
35445
35488
|
"locationInModule": {
|
|
35446
35489
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35447
|
-
"line":
|
|
35490
|
+
"line": 492
|
|
35448
35491
|
},
|
|
35449
35492
|
"name": "Release",
|
|
35450
35493
|
"namespace": "gitlab",
|
|
@@ -35458,7 +35501,7 @@
|
|
|
35458
35501
|
"immutable": true,
|
|
35459
35502
|
"locationInModule": {
|
|
35460
35503
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35461
|
-
"line":
|
|
35504
|
+
"line": 495
|
|
35462
35505
|
},
|
|
35463
35506
|
"name": "description",
|
|
35464
35507
|
"type": {
|
|
@@ -35475,7 +35518,7 @@
|
|
|
35475
35518
|
"immutable": true,
|
|
35476
35519
|
"locationInModule": {
|
|
35477
35520
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35478
|
-
"line":
|
|
35521
|
+
"line": 505
|
|
35479
35522
|
},
|
|
35480
35523
|
"name": "tagName",
|
|
35481
35524
|
"type": {
|
|
@@ -35490,7 +35533,7 @@
|
|
|
35490
35533
|
"immutable": true,
|
|
35491
35534
|
"locationInModule": {
|
|
35492
35535
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35493
|
-
"line":
|
|
35536
|
+
"line": 493
|
|
35494
35537
|
},
|
|
35495
35538
|
"name": "assets",
|
|
35496
35539
|
"optional": true,
|
|
@@ -35507,7 +35550,7 @@
|
|
|
35507
35550
|
"immutable": true,
|
|
35508
35551
|
"locationInModule": {
|
|
35509
35552
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35510
|
-
"line":
|
|
35553
|
+
"line": 497
|
|
35511
35554
|
},
|
|
35512
35555
|
"name": "milestones",
|
|
35513
35556
|
"optional": true,
|
|
@@ -35530,7 +35573,7 @@
|
|
|
35530
35573
|
"immutable": true,
|
|
35531
35574
|
"locationInModule": {
|
|
35532
35575
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35533
|
-
"line":
|
|
35576
|
+
"line": 499
|
|
35534
35577
|
},
|
|
35535
35578
|
"name": "name",
|
|
35536
35579
|
"optional": true,
|
|
@@ -35548,7 +35591,7 @@
|
|
|
35548
35591
|
"immutable": true,
|
|
35549
35592
|
"locationInModule": {
|
|
35550
35593
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35551
|
-
"line":
|
|
35594
|
+
"line": 501
|
|
35552
35595
|
},
|
|
35553
35596
|
"name": "ref",
|
|
35554
35597
|
"optional": true,
|
|
@@ -35566,7 +35609,7 @@
|
|
|
35566
35609
|
"immutable": true,
|
|
35567
35610
|
"locationInModule": {
|
|
35568
35611
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35569
|
-
"line":
|
|
35612
|
+
"line": 503
|
|
35570
35613
|
},
|
|
35571
35614
|
"name": "releasedAt",
|
|
35572
35615
|
"optional": true,
|
|
@@ -35589,7 +35632,7 @@
|
|
|
35589
35632
|
"kind": "interface",
|
|
35590
35633
|
"locationInModule": {
|
|
35591
35634
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35592
|
-
"line":
|
|
35635
|
+
"line": 133
|
|
35593
35636
|
},
|
|
35594
35637
|
"name": "Reports",
|
|
35595
35638
|
"namespace": "gitlab",
|
|
@@ -35604,7 +35647,7 @@
|
|
|
35604
35647
|
"immutable": true,
|
|
35605
35648
|
"locationInModule": {
|
|
35606
35649
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35607
|
-
"line":
|
|
35650
|
+
"line": 137
|
|
35608
35651
|
},
|
|
35609
35652
|
"name": "cobertura",
|
|
35610
35653
|
"optional": true,
|
|
@@ -35626,7 +35669,7 @@
|
|
|
35626
35669
|
"immutable": true,
|
|
35627
35670
|
"locationInModule": {
|
|
35628
35671
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35629
|
-
"line":
|
|
35672
|
+
"line": 139
|
|
35630
35673
|
},
|
|
35631
35674
|
"name": "codequality",
|
|
35632
35675
|
"optional": true,
|
|
@@ -35648,7 +35691,7 @@
|
|
|
35648
35691
|
"immutable": true,
|
|
35649
35692
|
"locationInModule": {
|
|
35650
35693
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35651
|
-
"line":
|
|
35694
|
+
"line": 141
|
|
35652
35695
|
},
|
|
35653
35696
|
"name": "containerScanning",
|
|
35654
35697
|
"optional": true,
|
|
@@ -35670,7 +35713,7 @@
|
|
|
35670
35713
|
"immutable": true,
|
|
35671
35714
|
"locationInModule": {
|
|
35672
35715
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35673
|
-
"line":
|
|
35716
|
+
"line": 143
|
|
35674
35717
|
},
|
|
35675
35718
|
"name": "coverageReport",
|
|
35676
35719
|
"optional": true,
|
|
@@ -35687,7 +35730,7 @@
|
|
|
35687
35730
|
"immutable": true,
|
|
35688
35731
|
"locationInModule": {
|
|
35689
35732
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35690
|
-
"line":
|
|
35733
|
+
"line": 145
|
|
35691
35734
|
},
|
|
35692
35735
|
"name": "dast",
|
|
35693
35736
|
"optional": true,
|
|
@@ -35709,7 +35752,7 @@
|
|
|
35709
35752
|
"immutable": true,
|
|
35710
35753
|
"locationInModule": {
|
|
35711
35754
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35712
|
-
"line":
|
|
35755
|
+
"line": 147
|
|
35713
35756
|
},
|
|
35714
35757
|
"name": "dependencyScanning",
|
|
35715
35758
|
"optional": true,
|
|
@@ -35731,7 +35774,7 @@
|
|
|
35731
35774
|
"immutable": true,
|
|
35732
35775
|
"locationInModule": {
|
|
35733
35776
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35734
|
-
"line":
|
|
35777
|
+
"line": 149
|
|
35735
35778
|
},
|
|
35736
35779
|
"name": "dotenv",
|
|
35737
35780
|
"optional": true,
|
|
@@ -35753,7 +35796,7 @@
|
|
|
35753
35796
|
"immutable": true,
|
|
35754
35797
|
"locationInModule": {
|
|
35755
35798
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35756
|
-
"line":
|
|
35799
|
+
"line": 151
|
|
35757
35800
|
},
|
|
35758
35801
|
"name": "junit",
|
|
35759
35802
|
"optional": true,
|
|
@@ -35775,7 +35818,7 @@
|
|
|
35775
35818
|
"immutable": true,
|
|
35776
35819
|
"locationInModule": {
|
|
35777
35820
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35778
|
-
"line":
|
|
35821
|
+
"line": 153
|
|
35779
35822
|
},
|
|
35780
35823
|
"name": "licenseManagement",
|
|
35781
35824
|
"optional": true,
|
|
@@ -35797,7 +35840,7 @@
|
|
|
35797
35840
|
"immutable": true,
|
|
35798
35841
|
"locationInModule": {
|
|
35799
35842
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35800
|
-
"line":
|
|
35843
|
+
"line": 155
|
|
35801
35844
|
},
|
|
35802
35845
|
"name": "licenseScanning",
|
|
35803
35846
|
"optional": true,
|
|
@@ -35819,7 +35862,7 @@
|
|
|
35819
35862
|
"immutable": true,
|
|
35820
35863
|
"locationInModule": {
|
|
35821
35864
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35822
|
-
"line":
|
|
35865
|
+
"line": 157
|
|
35823
35866
|
},
|
|
35824
35867
|
"name": "lsif",
|
|
35825
35868
|
"optional": true,
|
|
@@ -35841,7 +35884,7 @@
|
|
|
35841
35884
|
"immutable": true,
|
|
35842
35885
|
"locationInModule": {
|
|
35843
35886
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35844
|
-
"line":
|
|
35887
|
+
"line": 159
|
|
35845
35888
|
},
|
|
35846
35889
|
"name": "metrics",
|
|
35847
35890
|
"optional": true,
|
|
@@ -35863,7 +35906,7 @@
|
|
|
35863
35906
|
"immutable": true,
|
|
35864
35907
|
"locationInModule": {
|
|
35865
35908
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35866
|
-
"line":
|
|
35909
|
+
"line": 161
|
|
35867
35910
|
},
|
|
35868
35911
|
"name": "performance",
|
|
35869
35912
|
"optional": true,
|
|
@@ -35885,7 +35928,7 @@
|
|
|
35885
35928
|
"immutable": true,
|
|
35886
35929
|
"locationInModule": {
|
|
35887
35930
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35888
|
-
"line":
|
|
35931
|
+
"line": 163
|
|
35889
35932
|
},
|
|
35890
35933
|
"name": "requirements",
|
|
35891
35934
|
"optional": true,
|
|
@@ -35907,7 +35950,7 @@
|
|
|
35907
35950
|
"immutable": true,
|
|
35908
35951
|
"locationInModule": {
|
|
35909
35952
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35910
|
-
"line":
|
|
35953
|
+
"line": 165
|
|
35911
35954
|
},
|
|
35912
35955
|
"name": "sast",
|
|
35913
35956
|
"optional": true,
|
|
@@ -35929,7 +35972,7 @@
|
|
|
35929
35972
|
"immutable": true,
|
|
35930
35973
|
"locationInModule": {
|
|
35931
35974
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35932
|
-
"line":
|
|
35975
|
+
"line": 167
|
|
35933
35976
|
},
|
|
35934
35977
|
"name": "secretDetection",
|
|
35935
35978
|
"optional": true,
|
|
@@ -35951,7 +35994,7 @@
|
|
|
35951
35994
|
"immutable": true,
|
|
35952
35995
|
"locationInModule": {
|
|
35953
35996
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35954
|
-
"line":
|
|
35997
|
+
"line": 169
|
|
35955
35998
|
},
|
|
35956
35999
|
"name": "terraform",
|
|
35957
36000
|
"optional": true,
|
|
@@ -35980,7 +36023,7 @@
|
|
|
35980
36023
|
"kind": "interface",
|
|
35981
36024
|
"locationInModule": {
|
|
35982
36025
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35983
|
-
"line":
|
|
36026
|
+
"line": 197
|
|
35984
36027
|
},
|
|
35985
36028
|
"name": "Retry",
|
|
35986
36029
|
"namespace": "gitlab",
|
|
@@ -35994,7 +36037,7 @@
|
|
|
35994
36037
|
"immutable": true,
|
|
35995
36038
|
"locationInModule": {
|
|
35996
36039
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35997
|
-
"line":
|
|
36040
|
+
"line": 199
|
|
35998
36041
|
},
|
|
35999
36042
|
"name": "max",
|
|
36000
36043
|
"optional": true,
|
|
@@ -36011,7 +36054,7 @@
|
|
|
36011
36054
|
"immutable": true,
|
|
36012
36055
|
"locationInModule": {
|
|
36013
36056
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36014
|
-
"line":
|
|
36057
|
+
"line": 201
|
|
36015
36058
|
},
|
|
36016
36059
|
"name": "when",
|
|
36017
36060
|
"optional": true,
|
|
@@ -36033,7 +36076,7 @@
|
|
|
36033
36076
|
"kind": "interface",
|
|
36034
36077
|
"locationInModule": {
|
|
36035
36078
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36036
|
-
"line":
|
|
36079
|
+
"line": 543
|
|
36037
36080
|
},
|
|
36038
36081
|
"name": "Secret",
|
|
36039
36082
|
"namespace": "gitlab",
|
|
@@ -36046,7 +36089,7 @@
|
|
|
36046
36089
|
"immutable": true,
|
|
36047
36090
|
"locationInModule": {
|
|
36048
36091
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36049
|
-
"line":
|
|
36092
|
+
"line": 545
|
|
36050
36093
|
},
|
|
36051
36094
|
"name": "vault",
|
|
36052
36095
|
"type": {
|
|
@@ -36072,7 +36115,7 @@
|
|
|
36072
36115
|
"kind": "interface",
|
|
36073
36116
|
"locationInModule": {
|
|
36074
36117
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36075
|
-
"line":
|
|
36118
|
+
"line": 208
|
|
36076
36119
|
},
|
|
36077
36120
|
"name": "Service",
|
|
36078
36121
|
"namespace": "gitlab",
|
|
@@ -36087,7 +36130,7 @@
|
|
|
36087
36130
|
"immutable": true,
|
|
36088
36131
|
"locationInModule": {
|
|
36089
36132
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36090
|
-
"line":
|
|
36133
|
+
"line": 216
|
|
36091
36134
|
},
|
|
36092
36135
|
"name": "name",
|
|
36093
36136
|
"type": {
|
|
@@ -36104,7 +36147,7 @@
|
|
|
36104
36147
|
"immutable": true,
|
|
36105
36148
|
"locationInModule": {
|
|
36106
36149
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36107
|
-
"line":
|
|
36150
|
+
"line": 210
|
|
36108
36151
|
},
|
|
36109
36152
|
"name": "alias",
|
|
36110
36153
|
"optional": true,
|
|
@@ -36122,7 +36165,7 @@
|
|
|
36122
36165
|
"immutable": true,
|
|
36123
36166
|
"locationInModule": {
|
|
36124
36167
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36125
|
-
"line":
|
|
36168
|
+
"line": 212
|
|
36126
36169
|
},
|
|
36127
36170
|
"name": "command",
|
|
36128
36171
|
"optional": true,
|
|
@@ -36145,7 +36188,7 @@
|
|
|
36145
36188
|
"immutable": true,
|
|
36146
36189
|
"locationInModule": {
|
|
36147
36190
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36148
|
-
"line":
|
|
36191
|
+
"line": 214
|
|
36149
36192
|
},
|
|
36150
36193
|
"name": "entrypoint",
|
|
36151
36194
|
"optional": true,
|
|
@@ -36167,7 +36210,7 @@
|
|
|
36167
36210
|
"immutable": true,
|
|
36168
36211
|
"locationInModule": {
|
|
36169
36212
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36170
|
-
"line":
|
|
36213
|
+
"line": 218
|
|
36171
36214
|
},
|
|
36172
36215
|
"name": "pullPolicy",
|
|
36173
36216
|
"optional": true,
|
|
@@ -36189,7 +36232,7 @@
|
|
|
36189
36232
|
"immutable": true,
|
|
36190
36233
|
"locationInModule": {
|
|
36191
36234
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36192
|
-
"line":
|
|
36235
|
+
"line": 220
|
|
36193
36236
|
},
|
|
36194
36237
|
"name": "variables",
|
|
36195
36238
|
"optional": true,
|
|
@@ -36216,7 +36259,7 @@
|
|
|
36216
36259
|
"kind": "enum",
|
|
36217
36260
|
"locationInModule": {
|
|
36218
36261
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36219
|
-
"line":
|
|
36262
|
+
"line": 614
|
|
36220
36263
|
},
|
|
36221
36264
|
"members": [
|
|
36222
36265
|
{
|
|
@@ -36243,7 +36286,7 @@
|
|
|
36243
36286
|
"kind": "interface",
|
|
36244
36287
|
"locationInModule": {
|
|
36245
36288
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36246
|
-
"line":
|
|
36289
|
+
"line": 576
|
|
36247
36290
|
},
|
|
36248
36291
|
"name": "Trigger",
|
|
36249
36292
|
"namespace": "gitlab",
|
|
@@ -36257,7 +36300,7 @@
|
|
|
36257
36300
|
"immutable": true,
|
|
36258
36301
|
"locationInModule": {
|
|
36259
36302
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36260
|
-
"line":
|
|
36303
|
+
"line": 578
|
|
36261
36304
|
},
|
|
36262
36305
|
"name": "branch",
|
|
36263
36306
|
"optional": true,
|
|
@@ -36274,7 +36317,7 @@
|
|
|
36274
36317
|
"immutable": true,
|
|
36275
36318
|
"locationInModule": {
|
|
36276
36319
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36277
|
-
"line":
|
|
36320
|
+
"line": 584
|
|
36278
36321
|
},
|
|
36279
36322
|
"name": "include",
|
|
36280
36323
|
"optional": true,
|
|
@@ -36296,7 +36339,7 @@
|
|
|
36296
36339
|
"immutable": true,
|
|
36297
36340
|
"locationInModule": {
|
|
36298
36341
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36299
|
-
"line":
|
|
36342
|
+
"line": 580
|
|
36300
36343
|
},
|
|
36301
36344
|
"name": "project",
|
|
36302
36345
|
"optional": true,
|
|
@@ -36313,7 +36356,7 @@
|
|
|
36313
36356
|
"immutable": true,
|
|
36314
36357
|
"locationInModule": {
|
|
36315
36358
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36316
|
-
"line":
|
|
36359
|
+
"line": 582
|
|
36317
36360
|
},
|
|
36318
36361
|
"name": "strategy",
|
|
36319
36362
|
"optional": true,
|
|
@@ -36336,7 +36379,7 @@
|
|
|
36336
36379
|
"kind": "interface",
|
|
36337
36380
|
"locationInModule": {
|
|
36338
36381
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36339
|
-
"line":
|
|
36382
|
+
"line": 592
|
|
36340
36383
|
},
|
|
36341
36384
|
"name": "TriggerInclude",
|
|
36342
36385
|
"namespace": "gitlab",
|
|
@@ -36350,7 +36393,7 @@
|
|
|
36350
36393
|
"immutable": true,
|
|
36351
36394
|
"locationInModule": {
|
|
36352
36395
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36353
|
-
"line":
|
|
36396
|
+
"line": 598
|
|
36354
36397
|
},
|
|
36355
36398
|
"name": "artifact",
|
|
36356
36399
|
"optional": true,
|
|
@@ -36367,7 +36410,7 @@
|
|
|
36367
36410
|
"immutable": true,
|
|
36368
36411
|
"locationInModule": {
|
|
36369
36412
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36370
|
-
"line":
|
|
36413
|
+
"line": 602
|
|
36371
36414
|
},
|
|
36372
36415
|
"name": "file",
|
|
36373
36416
|
"optional": true,
|
|
@@ -36384,7 +36427,7 @@
|
|
|
36384
36427
|
"immutable": true,
|
|
36385
36428
|
"locationInModule": {
|
|
36386
36429
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36387
|
-
"line":
|
|
36430
|
+
"line": 600
|
|
36388
36431
|
},
|
|
36389
36432
|
"name": "job",
|
|
36390
36433
|
"optional": true,
|
|
@@ -36401,7 +36444,7 @@
|
|
|
36401
36444
|
"immutable": true,
|
|
36402
36445
|
"locationInModule": {
|
|
36403
36446
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36404
|
-
"line":
|
|
36447
|
+
"line": 594
|
|
36405
36448
|
},
|
|
36406
36449
|
"name": "local",
|
|
36407
36450
|
"optional": true,
|
|
@@ -36418,7 +36461,7 @@
|
|
|
36418
36461
|
"immutable": true,
|
|
36419
36462
|
"locationInModule": {
|
|
36420
36463
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36421
|
-
"line":
|
|
36464
|
+
"line": 604
|
|
36422
36465
|
},
|
|
36423
36466
|
"name": "project",
|
|
36424
36467
|
"optional": true,
|
|
@@ -36435,7 +36478,7 @@
|
|
|
36435
36478
|
"immutable": true,
|
|
36436
36479
|
"locationInModule": {
|
|
36437
36480
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36438
|
-
"line":
|
|
36481
|
+
"line": 606
|
|
36439
36482
|
},
|
|
36440
36483
|
"name": "ref",
|
|
36441
36484
|
"optional": true,
|
|
@@ -36452,7 +36495,7 @@
|
|
|
36452
36495
|
"immutable": true,
|
|
36453
36496
|
"locationInModule": {
|
|
36454
36497
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36455
|
-
"line":
|
|
36498
|
+
"line": 596
|
|
36456
36499
|
},
|
|
36457
36500
|
"name": "template",
|
|
36458
36501
|
"optional": true,
|
|
@@ -36475,7 +36518,7 @@
|
|
|
36475
36518
|
"kind": "interface",
|
|
36476
36519
|
"locationInModule": {
|
|
36477
36520
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36478
|
-
"line":
|
|
36521
|
+
"line": 622
|
|
36479
36522
|
},
|
|
36480
36523
|
"name": "VariableConfig",
|
|
36481
36524
|
"namespace": "gitlab",
|
|
@@ -36490,7 +36533,7 @@
|
|
|
36490
36533
|
"immutable": true,
|
|
36491
36534
|
"locationInModule": {
|
|
36492
36535
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36493
|
-
"line":
|
|
36536
|
+
"line": 624
|
|
36494
36537
|
},
|
|
36495
36538
|
"name": "description",
|
|
36496
36539
|
"optional": true,
|
|
@@ -36507,7 +36550,7 @@
|
|
|
36507
36550
|
"immutable": true,
|
|
36508
36551
|
"locationInModule": {
|
|
36509
36552
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36510
|
-
"line":
|
|
36553
|
+
"line": 626
|
|
36511
36554
|
},
|
|
36512
36555
|
"name": "value",
|
|
36513
36556
|
"optional": true,
|
|
@@ -36530,7 +36573,7 @@
|
|
|
36530
36573
|
"kind": "interface",
|
|
36531
36574
|
"locationInModule": {
|
|
36532
36575
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36533
|
-
"line":
|
|
36576
|
+
"line": 552
|
|
36534
36577
|
},
|
|
36535
36578
|
"name": "VaultConfig",
|
|
36536
36579
|
"namespace": "gitlab",
|
|
@@ -36543,7 +36586,7 @@
|
|
|
36543
36586
|
"immutable": true,
|
|
36544
36587
|
"locationInModule": {
|
|
36545
36588
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36546
|
-
"line":
|
|
36589
|
+
"line": 554
|
|
36547
36590
|
},
|
|
36548
36591
|
"name": "engine",
|
|
36549
36592
|
"type": {
|
|
@@ -36558,7 +36601,7 @@
|
|
|
36558
36601
|
"immutable": true,
|
|
36559
36602
|
"locationInModule": {
|
|
36560
36603
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36561
|
-
"line":
|
|
36604
|
+
"line": 556
|
|
36562
36605
|
},
|
|
36563
36606
|
"name": "field",
|
|
36564
36607
|
"type": {
|
|
@@ -36574,7 +36617,7 @@
|
|
|
36574
36617
|
"immutable": true,
|
|
36575
36618
|
"locationInModule": {
|
|
36576
36619
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36577
|
-
"line":
|
|
36620
|
+
"line": 558
|
|
36578
36621
|
},
|
|
36579
36622
|
"name": "path",
|
|
36580
36623
|
"type": {
|
|
@@ -36596,7 +36639,7 @@
|
|
|
36596
36639
|
"kind": "interface",
|
|
36597
36640
|
"locationInModule": {
|
|
36598
36641
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36599
|
-
"line":
|
|
36642
|
+
"line": 633
|
|
36600
36643
|
},
|
|
36601
36644
|
"name": "Workflow",
|
|
36602
36645
|
"namespace": "gitlab",
|
|
@@ -36610,7 +36653,7 @@
|
|
|
36610
36653
|
"immutable": true,
|
|
36611
36654
|
"locationInModule": {
|
|
36612
36655
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36613
|
-
"line":
|
|
36656
|
+
"line": 635
|
|
36614
36657
|
},
|
|
36615
36658
|
"name": "rules",
|
|
36616
36659
|
"optional": true,
|
|
@@ -36638,7 +36681,7 @@
|
|
|
36638
36681
|
"kind": "interface",
|
|
36639
36682
|
"locationInModule": {
|
|
36640
36683
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36641
|
-
"line":
|
|
36684
|
+
"line": 642
|
|
36642
36685
|
},
|
|
36643
36686
|
"name": "WorkflowRule",
|
|
36644
36687
|
"namespace": "gitlab",
|
|
@@ -36651,7 +36694,7 @@
|
|
|
36651
36694
|
"immutable": true,
|
|
36652
36695
|
"locationInModule": {
|
|
36653
36696
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36654
|
-
"line":
|
|
36697
|
+
"line": 644
|
|
36655
36698
|
},
|
|
36656
36699
|
"name": "changes",
|
|
36657
36700
|
"optional": true,
|
|
@@ -36672,7 +36715,7 @@
|
|
|
36672
36715
|
"immutable": true,
|
|
36673
36716
|
"locationInModule": {
|
|
36674
36717
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36675
|
-
"line":
|
|
36718
|
+
"line": 646
|
|
36676
36719
|
},
|
|
36677
36720
|
"name": "exists",
|
|
36678
36721
|
"optional": true,
|
|
@@ -36693,7 +36736,7 @@
|
|
|
36693
36736
|
"immutable": true,
|
|
36694
36737
|
"locationInModule": {
|
|
36695
36738
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36696
|
-
"line":
|
|
36739
|
+
"line": 648
|
|
36697
36740
|
},
|
|
36698
36741
|
"name": "if",
|
|
36699
36742
|
"optional": true,
|
|
@@ -36709,7 +36752,7 @@
|
|
|
36709
36752
|
"immutable": true,
|
|
36710
36753
|
"locationInModule": {
|
|
36711
36754
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36712
|
-
"line":
|
|
36755
|
+
"line": 650
|
|
36713
36756
|
},
|
|
36714
36757
|
"name": "variables",
|
|
36715
36758
|
"optional": true,
|
|
@@ -36739,7 +36782,7 @@
|
|
|
36739
36782
|
"immutable": true,
|
|
36740
36783
|
"locationInModule": {
|
|
36741
36784
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36742
|
-
"line":
|
|
36785
|
+
"line": 652
|
|
36743
36786
|
},
|
|
36744
36787
|
"name": "when",
|
|
36745
36788
|
"optional": true,
|
|
@@ -36762,7 +36805,7 @@
|
|
|
36762
36805
|
"kind": "enum",
|
|
36763
36806
|
"locationInModule": {
|
|
36764
36807
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36765
|
-
"line":
|
|
36808
|
+
"line": 660
|
|
36766
36809
|
},
|
|
36767
36810
|
"members": [
|
|
36768
36811
|
{
|
|
@@ -63883,6 +63926,6 @@
|
|
|
63883
63926
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
63884
63927
|
}
|
|
63885
63928
|
},
|
|
63886
|
-
"version": "0.84.
|
|
63887
|
-
"fingerprint": "
|
|
63929
|
+
"version": "0.84.10",
|
|
63930
|
+
"fingerprint": "D4byjwx58+GUxWAxSGx2HJckiTZm7aFX8NKumvKGVdI="
|
|
63888
63931
|
}
|