projen 0.74.15 → 0.74.17
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 +301 -211
- package/docs/api/API.md +7 -0
- 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-lint.js +1 -1
- package/lib/github/stale.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/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.js +1 -1
- 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.d.ts +13 -0
- package/lib/javascript/eslint.js +2 -2
- package/lib/javascript/jest.js +4 -4
- 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/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.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/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- 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 +3 -3
- 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/package.json +1 -1
package/.jsii
CHANGED
|
@@ -29806,7 +29806,7 @@
|
|
|
29806
29806
|
"kind": "enum",
|
|
29807
29807
|
"locationInModule": {
|
|
29808
29808
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29809
|
-
"line":
|
|
29809
|
+
"line": 377
|
|
29810
29810
|
},
|
|
29811
29811
|
"members": [
|
|
29812
29812
|
{
|
|
@@ -29845,7 +29845,7 @@
|
|
|
29845
29845
|
"kind": "interface",
|
|
29846
29846
|
"locationInModule": {
|
|
29847
29847
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29848
|
-
"line":
|
|
29848
|
+
"line": 266
|
|
29849
29849
|
},
|
|
29850
29850
|
"name": "AllowFailure",
|
|
29851
29851
|
"namespace": "gitlab",
|
|
@@ -29858,7 +29858,7 @@
|
|
|
29858
29858
|
"immutable": true,
|
|
29859
29859
|
"locationInModule": {
|
|
29860
29860
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29861
|
-
"line":
|
|
29861
|
+
"line": 267
|
|
29862
29862
|
},
|
|
29863
29863
|
"name": "exitCodes",
|
|
29864
29864
|
"type": {
|
|
@@ -29895,7 +29895,7 @@
|
|
|
29895
29895
|
"kind": "interface",
|
|
29896
29896
|
"locationInModule": {
|
|
29897
29897
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29898
|
-
"line":
|
|
29898
|
+
"line": 98
|
|
29899
29899
|
},
|
|
29900
29900
|
"name": "Artifacts",
|
|
29901
29901
|
"namespace": "gitlab",
|
|
@@ -29909,7 +29909,7 @@
|
|
|
29909
29909
|
"immutable": true,
|
|
29910
29910
|
"locationInModule": {
|
|
29911
29911
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29912
|
-
"line":
|
|
29912
|
+
"line": 100
|
|
29913
29913
|
},
|
|
29914
29914
|
"name": "exclude",
|
|
29915
29915
|
"optional": true,
|
|
@@ -29932,7 +29932,7 @@
|
|
|
29932
29932
|
"immutable": true,
|
|
29933
29933
|
"locationInModule": {
|
|
29934
29934
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29935
|
-
"line":
|
|
29935
|
+
"line": 102
|
|
29936
29936
|
},
|
|
29937
29937
|
"name": "expireIn",
|
|
29938
29938
|
"optional": true,
|
|
@@ -29950,7 +29950,7 @@
|
|
|
29950
29950
|
"immutable": true,
|
|
29951
29951
|
"locationInModule": {
|
|
29952
29952
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29953
|
-
"line":
|
|
29953
|
+
"line": 104
|
|
29954
29954
|
},
|
|
29955
29955
|
"name": "exposeAs",
|
|
29956
29956
|
"optional": true,
|
|
@@ -29968,7 +29968,7 @@
|
|
|
29968
29968
|
"immutable": true,
|
|
29969
29969
|
"locationInModule": {
|
|
29970
29970
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29971
|
-
"line":
|
|
29971
|
+
"line": 106
|
|
29972
29972
|
},
|
|
29973
29973
|
"name": "name",
|
|
29974
29974
|
"optional": true,
|
|
@@ -29985,7 +29985,7 @@
|
|
|
29985
29985
|
"immutable": true,
|
|
29986
29986
|
"locationInModule": {
|
|
29987
29987
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29988
|
-
"line":
|
|
29988
|
+
"line": 108
|
|
29989
29989
|
},
|
|
29990
29990
|
"name": "paths",
|
|
29991
29991
|
"optional": true,
|
|
@@ -30007,7 +30007,7 @@
|
|
|
30007
30007
|
"immutable": true,
|
|
30008
30008
|
"locationInModule": {
|
|
30009
30009
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30010
|
-
"line":
|
|
30010
|
+
"line": 110
|
|
30011
30011
|
},
|
|
30012
30012
|
"name": "reports",
|
|
30013
30013
|
"optional": true,
|
|
@@ -30024,7 +30024,7 @@
|
|
|
30024
30024
|
"immutable": true,
|
|
30025
30025
|
"locationInModule": {
|
|
30026
30026
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30027
|
-
"line":
|
|
30027
|
+
"line": 112
|
|
30028
30028
|
},
|
|
30029
30029
|
"name": "untracked",
|
|
30030
30030
|
"optional": true,
|
|
@@ -30041,7 +30041,7 @@
|
|
|
30041
30041
|
"immutable": true,
|
|
30042
30042
|
"locationInModule": {
|
|
30043
30043
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30044
|
-
"line":
|
|
30044
|
+
"line": 114
|
|
30045
30045
|
},
|
|
30046
30046
|
"name": "when",
|
|
30047
30047
|
"optional": true,
|
|
@@ -30063,7 +30063,7 @@
|
|
|
30063
30063
|
"kind": "interface",
|
|
30064
30064
|
"locationInModule": {
|
|
30065
30065
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30066
|
-
"line":
|
|
30066
|
+
"line": 493
|
|
30067
30067
|
},
|
|
30068
30068
|
"name": "Assets",
|
|
30069
30069
|
"namespace": "gitlab",
|
|
@@ -30077,7 +30077,7 @@
|
|
|
30077
30077
|
"immutable": true,
|
|
30078
30078
|
"locationInModule": {
|
|
30079
30079
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30080
|
-
"line":
|
|
30080
|
+
"line": 495
|
|
30081
30081
|
},
|
|
30082
30082
|
"name": "links",
|
|
30083
30083
|
"type": {
|
|
@@ -30109,6 +30109,29 @@
|
|
|
30109
30109
|
"name": "Cache",
|
|
30110
30110
|
"namespace": "gitlab",
|
|
30111
30111
|
"properties": [
|
|
30112
|
+
{
|
|
30113
|
+
"abstract": true,
|
|
30114
|
+
"docs": {
|
|
30115
|
+
"remarks": "Caches are retrieved in the order specified in the fallback_keys section.",
|
|
30116
|
+
"stability": "experimental",
|
|
30117
|
+
"summary": "Use cache:fallback_keys to specify a list of keys to try to restore cache from if there is no cache found for the cache:key."
|
|
30118
|
+
},
|
|
30119
|
+
"immutable": true,
|
|
30120
|
+
"locationInModule": {
|
|
30121
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
30122
|
+
"line": 26
|
|
30123
|
+
},
|
|
30124
|
+
"name": "fallbackKeys",
|
|
30125
|
+
"optional": true,
|
|
30126
|
+
"type": {
|
|
30127
|
+
"collection": {
|
|
30128
|
+
"elementtype": {
|
|
30129
|
+
"primitive": "string"
|
|
30130
|
+
},
|
|
30131
|
+
"kind": "array"
|
|
30132
|
+
}
|
|
30133
|
+
}
|
|
30134
|
+
},
|
|
30112
30135
|
{
|
|
30113
30136
|
"abstract": true,
|
|
30114
30137
|
"docs": {
|
|
@@ -30224,7 +30247,7 @@
|
|
|
30224
30247
|
"kind": "interface",
|
|
30225
30248
|
"locationInModule": {
|
|
30226
30249
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30227
|
-
"line":
|
|
30250
|
+
"line": 33
|
|
30228
30251
|
},
|
|
30229
30252
|
"name": "CacheKeyFiles",
|
|
30230
30253
|
"namespace": "gitlab",
|
|
@@ -30239,7 +30262,7 @@
|
|
|
30239
30262
|
"immutable": true,
|
|
30240
30263
|
"locationInModule": {
|
|
30241
30264
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30242
|
-
"line":
|
|
30265
|
+
"line": 35
|
|
30243
30266
|
},
|
|
30244
30267
|
"name": "files",
|
|
30245
30268
|
"type": {
|
|
@@ -30260,7 +30283,7 @@
|
|
|
30260
30283
|
"immutable": true,
|
|
30261
30284
|
"locationInModule": {
|
|
30262
30285
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30263
|
-
"line":
|
|
30286
|
+
"line": 37
|
|
30264
30287
|
},
|
|
30265
30288
|
"name": "prefix",
|
|
30266
30289
|
"optional": true,
|
|
@@ -30282,7 +30305,7 @@
|
|
|
30282
30305
|
"kind": "enum",
|
|
30283
30306
|
"locationInModule": {
|
|
30284
30307
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30285
|
-
"line":
|
|
30308
|
+
"line": 44
|
|
30286
30309
|
},
|
|
30287
30310
|
"members": [
|
|
30288
30311
|
{
|
|
@@ -30322,7 +30345,7 @@
|
|
|
30322
30345
|
"kind": "enum",
|
|
30323
30346
|
"locationInModule": {
|
|
30324
30347
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30325
|
-
"line":
|
|
30348
|
+
"line": 57
|
|
30326
30349
|
},
|
|
30327
30350
|
"members": [
|
|
30328
30351
|
{
|
|
@@ -31014,7 +31037,7 @@
|
|
|
31014
31037
|
"kind": "interface",
|
|
31015
31038
|
"locationInModule": {
|
|
31016
31039
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31017
|
-
"line":
|
|
31040
|
+
"line": 121
|
|
31018
31041
|
},
|
|
31019
31042
|
"name": "CoverageReport",
|
|
31020
31043
|
"namespace": "gitlab",
|
|
@@ -31027,7 +31050,7 @@
|
|
|
31027
31050
|
"immutable": true,
|
|
31028
31051
|
"locationInModule": {
|
|
31029
31052
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31030
|
-
"line":
|
|
31053
|
+
"line": 122
|
|
31031
31054
|
},
|
|
31032
31055
|
"name": "coverageFormat",
|
|
31033
31056
|
"type": {
|
|
@@ -31042,7 +31065,7 @@
|
|
|
31042
31065
|
"immutable": true,
|
|
31043
31066
|
"locationInModule": {
|
|
31044
31067
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31045
|
-
"line":
|
|
31068
|
+
"line": 123
|
|
31046
31069
|
},
|
|
31047
31070
|
"name": "path",
|
|
31048
31071
|
"type": {
|
|
@@ -31065,7 +31088,7 @@
|
|
|
31065
31088
|
"kind": "interface",
|
|
31066
31089
|
"locationInModule": {
|
|
31067
31090
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31068
|
-
"line":
|
|
31091
|
+
"line": 70
|
|
31069
31092
|
},
|
|
31070
31093
|
"name": "Default",
|
|
31071
31094
|
"namespace": "gitlab",
|
|
@@ -31078,7 +31101,7 @@
|
|
|
31078
31101
|
"immutable": true,
|
|
31079
31102
|
"locationInModule": {
|
|
31080
31103
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31081
|
-
"line":
|
|
31104
|
+
"line": 72
|
|
31082
31105
|
},
|
|
31083
31106
|
"name": "afterScript",
|
|
31084
31107
|
"optional": true,
|
|
@@ -31099,7 +31122,7 @@
|
|
|
31099
31122
|
"immutable": true,
|
|
31100
31123
|
"locationInModule": {
|
|
31101
31124
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31102
|
-
"line":
|
|
31125
|
+
"line": 74
|
|
31103
31126
|
},
|
|
31104
31127
|
"name": "artifacts",
|
|
31105
31128
|
"optional": true,
|
|
@@ -31115,7 +31138,7 @@
|
|
|
31115
31138
|
"immutable": true,
|
|
31116
31139
|
"locationInModule": {
|
|
31117
31140
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31118
|
-
"line":
|
|
31141
|
+
"line": 76
|
|
31119
31142
|
},
|
|
31120
31143
|
"name": "beforeScript",
|
|
31121
31144
|
"optional": true,
|
|
@@ -31136,7 +31159,7 @@
|
|
|
31136
31159
|
"immutable": true,
|
|
31137
31160
|
"locationInModule": {
|
|
31138
31161
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31139
|
-
"line":
|
|
31162
|
+
"line": 78
|
|
31140
31163
|
},
|
|
31141
31164
|
"name": "cache",
|
|
31142
31165
|
"optional": true,
|
|
@@ -31152,7 +31175,7 @@
|
|
|
31152
31175
|
"immutable": true,
|
|
31153
31176
|
"locationInModule": {
|
|
31154
31177
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31155
|
-
"line":
|
|
31178
|
+
"line": 80
|
|
31156
31179
|
},
|
|
31157
31180
|
"name": "image",
|
|
31158
31181
|
"optional": true,
|
|
@@ -31168,7 +31191,7 @@
|
|
|
31168
31191
|
"immutable": true,
|
|
31169
31192
|
"locationInModule": {
|
|
31170
31193
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31171
|
-
"line":
|
|
31194
|
+
"line": 82
|
|
31172
31195
|
},
|
|
31173
31196
|
"name": "interruptible",
|
|
31174
31197
|
"optional": true,
|
|
@@ -31184,7 +31207,7 @@
|
|
|
31184
31207
|
"immutable": true,
|
|
31185
31208
|
"locationInModule": {
|
|
31186
31209
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31187
|
-
"line":
|
|
31210
|
+
"line": 84
|
|
31188
31211
|
},
|
|
31189
31212
|
"name": "retry",
|
|
31190
31213
|
"optional": true,
|
|
@@ -31200,7 +31223,7 @@
|
|
|
31200
31223
|
"immutable": true,
|
|
31201
31224
|
"locationInModule": {
|
|
31202
31225
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31203
|
-
"line":
|
|
31226
|
+
"line": 86
|
|
31204
31227
|
},
|
|
31205
31228
|
"name": "services",
|
|
31206
31229
|
"optional": true,
|
|
@@ -31221,7 +31244,7 @@
|
|
|
31221
31244
|
"immutable": true,
|
|
31222
31245
|
"locationInModule": {
|
|
31223
31246
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31224
|
-
"line":
|
|
31247
|
+
"line": 88
|
|
31225
31248
|
},
|
|
31226
31249
|
"name": "tags",
|
|
31227
31250
|
"optional": true,
|
|
@@ -31242,7 +31265,7 @@
|
|
|
31242
31265
|
"immutable": true,
|
|
31243
31266
|
"locationInModule": {
|
|
31244
31267
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31245
|
-
"line":
|
|
31268
|
+
"line": 90
|
|
31246
31269
|
},
|
|
31247
31270
|
"name": "timeout",
|
|
31248
31271
|
"optional": true,
|
|
@@ -31262,7 +31285,7 @@
|
|
|
31262
31285
|
"kind": "enum",
|
|
31263
31286
|
"locationInModule": {
|
|
31264
31287
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31265
|
-
"line":
|
|
31288
|
+
"line": 438
|
|
31266
31289
|
},
|
|
31267
31290
|
"members": [
|
|
31268
31291
|
{
|
|
@@ -31340,7 +31363,7 @@
|
|
|
31340
31363
|
"kind": "enum",
|
|
31341
31364
|
"locationInModule": {
|
|
31342
31365
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31343
|
-
"line":
|
|
31366
|
+
"line": 387
|
|
31344
31367
|
},
|
|
31345
31368
|
"members": [
|
|
31346
31369
|
{
|
|
@@ -31389,7 +31412,7 @@
|
|
|
31389
31412
|
"kind": "interface",
|
|
31390
31413
|
"locationInModule": {
|
|
31391
31414
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31392
|
-
"line":
|
|
31415
|
+
"line": 546
|
|
31393
31416
|
},
|
|
31394
31417
|
"name": "Engine",
|
|
31395
31418
|
"namespace": "gitlab",
|
|
@@ -31403,7 +31426,7 @@
|
|
|
31403
31426
|
"immutable": true,
|
|
31404
31427
|
"locationInModule": {
|
|
31405
31428
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31406
|
-
"line":
|
|
31429
|
+
"line": 548
|
|
31407
31430
|
},
|
|
31408
31431
|
"name": "name",
|
|
31409
31432
|
"type": {
|
|
@@ -31419,7 +31442,7 @@
|
|
|
31419
31442
|
"immutable": true,
|
|
31420
31443
|
"locationInModule": {
|
|
31421
31444
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31422
|
-
"line":
|
|
31445
|
+
"line": 550
|
|
31423
31446
|
},
|
|
31424
31447
|
"name": "path",
|
|
31425
31448
|
"type": {
|
|
@@ -31440,7 +31463,7 @@
|
|
|
31440
31463
|
"kind": "interface",
|
|
31441
31464
|
"locationInModule": {
|
|
31442
31465
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31443
|
-
"line":
|
|
31466
|
+
"line": 355
|
|
31444
31467
|
},
|
|
31445
31468
|
"name": "Environment",
|
|
31446
31469
|
"namespace": "gitlab",
|
|
@@ -31454,7 +31477,7 @@
|
|
|
31454
31477
|
"immutable": true,
|
|
31455
31478
|
"locationInModule": {
|
|
31456
31479
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31457
|
-
"line":
|
|
31480
|
+
"line": 365
|
|
31458
31481
|
},
|
|
31459
31482
|
"name": "name",
|
|
31460
31483
|
"type": {
|
|
@@ -31471,7 +31494,7 @@
|
|
|
31471
31494
|
"immutable": true,
|
|
31472
31495
|
"locationInModule": {
|
|
31473
31496
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31474
|
-
"line":
|
|
31497
|
+
"line": 357
|
|
31475
31498
|
},
|
|
31476
31499
|
"name": "action",
|
|
31477
31500
|
"optional": true,
|
|
@@ -31489,7 +31512,7 @@
|
|
|
31489
31512
|
"immutable": true,
|
|
31490
31513
|
"locationInModule": {
|
|
31491
31514
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31492
|
-
"line":
|
|
31515
|
+
"line": 359
|
|
31493
31516
|
},
|
|
31494
31517
|
"name": "autoStopIn",
|
|
31495
31518
|
"optional": true,
|
|
@@ -31506,7 +31529,7 @@
|
|
|
31506
31529
|
"immutable": true,
|
|
31507
31530
|
"locationInModule": {
|
|
31508
31531
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31509
|
-
"line":
|
|
31532
|
+
"line": 361
|
|
31510
31533
|
},
|
|
31511
31534
|
"name": "deploymentTier",
|
|
31512
31535
|
"optional": true,
|
|
@@ -31524,7 +31547,7 @@
|
|
|
31524
31547
|
"immutable": true,
|
|
31525
31548
|
"locationInModule": {
|
|
31526
31549
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31527
|
-
"line":
|
|
31550
|
+
"line": 363
|
|
31528
31551
|
},
|
|
31529
31552
|
"name": "kubernetes",
|
|
31530
31553
|
"optional": true,
|
|
@@ -31541,7 +31564,7 @@
|
|
|
31541
31564
|
"immutable": true,
|
|
31542
31565
|
"locationInModule": {
|
|
31543
31566
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31544
|
-
"line":
|
|
31567
|
+
"line": 367
|
|
31545
31568
|
},
|
|
31546
31569
|
"name": "onStop",
|
|
31547
31570
|
"optional": true,
|
|
@@ -31558,7 +31581,7 @@
|
|
|
31558
31581
|
"immutable": true,
|
|
31559
31582
|
"locationInModule": {
|
|
31560
31583
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31561
|
-
"line":
|
|
31584
|
+
"line": 369
|
|
31562
31585
|
},
|
|
31563
31586
|
"name": "url",
|
|
31564
31587
|
"optional": true,
|
|
@@ -31580,7 +31603,7 @@
|
|
|
31580
31603
|
"kind": "interface",
|
|
31581
31604
|
"locationInModule": {
|
|
31582
31605
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31583
|
-
"line":
|
|
31606
|
+
"line": 407
|
|
31584
31607
|
},
|
|
31585
31608
|
"name": "Filter",
|
|
31586
31609
|
"namespace": "gitlab",
|
|
@@ -31594,7 +31617,7 @@
|
|
|
31594
31617
|
"immutable": true,
|
|
31595
31618
|
"locationInModule": {
|
|
31596
31619
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31597
|
-
"line":
|
|
31620
|
+
"line": 409
|
|
31598
31621
|
},
|
|
31599
31622
|
"name": "changes",
|
|
31600
31623
|
"optional": true,
|
|
@@ -31616,7 +31639,7 @@
|
|
|
31616
31639
|
"immutable": true,
|
|
31617
31640
|
"locationInModule": {
|
|
31618
31641
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31619
|
-
"line":
|
|
31642
|
+
"line": 411
|
|
31620
31643
|
},
|
|
31621
31644
|
"name": "kubernetes",
|
|
31622
31645
|
"optional": true,
|
|
@@ -31633,7 +31656,7 @@
|
|
|
31633
31656
|
"immutable": true,
|
|
31634
31657
|
"locationInModule": {
|
|
31635
31658
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31636
|
-
"line":
|
|
31659
|
+
"line": 413
|
|
31637
31660
|
},
|
|
31638
31661
|
"name": "refs",
|
|
31639
31662
|
"optional": true,
|
|
@@ -31656,7 +31679,7 @@
|
|
|
31656
31679
|
"immutable": true,
|
|
31657
31680
|
"locationInModule": {
|
|
31658
31681
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31659
|
-
"line":
|
|
31682
|
+
"line": 415
|
|
31660
31683
|
},
|
|
31661
31684
|
"name": "variables",
|
|
31662
31685
|
"optional": true,
|
|
@@ -31778,7 +31801,7 @@
|
|
|
31778
31801
|
"kind": "interface",
|
|
31779
31802
|
"locationInModule": {
|
|
31780
31803
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31781
|
-
"line":
|
|
31804
|
+
"line": 174
|
|
31782
31805
|
},
|
|
31783
31806
|
"name": "IDToken",
|
|
31784
31807
|
"namespace": "gitlab",
|
|
@@ -31791,7 +31814,7 @@
|
|
|
31791
31814
|
},
|
|
31792
31815
|
"locationInModule": {
|
|
31793
31816
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31794
|
-
"line":
|
|
31817
|
+
"line": 176
|
|
31795
31818
|
},
|
|
31796
31819
|
"name": "aud",
|
|
31797
31820
|
"type": {
|
|
@@ -31828,7 +31851,7 @@
|
|
|
31828
31851
|
"kind": "interface",
|
|
31829
31852
|
"locationInModule": {
|
|
31830
31853
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31831
|
-
"line":
|
|
31854
|
+
"line": 184
|
|
31832
31855
|
},
|
|
31833
31856
|
"name": "Image",
|
|
31834
31857
|
"namespace": "gitlab",
|
|
@@ -31843,7 +31866,7 @@
|
|
|
31843
31866
|
"immutable": true,
|
|
31844
31867
|
"locationInModule": {
|
|
31845
31868
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31846
|
-
"line":
|
|
31869
|
+
"line": 188
|
|
31847
31870
|
},
|
|
31848
31871
|
"name": "name",
|
|
31849
31872
|
"type": {
|
|
@@ -31860,7 +31883,7 @@
|
|
|
31860
31883
|
"immutable": true,
|
|
31861
31884
|
"locationInModule": {
|
|
31862
31885
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31863
|
-
"line":
|
|
31886
|
+
"line": 186
|
|
31864
31887
|
},
|
|
31865
31888
|
"name": "entrypoint",
|
|
31866
31889
|
"optional": true,
|
|
@@ -31888,7 +31911,7 @@
|
|
|
31888
31911
|
"kind": "interface",
|
|
31889
31912
|
"locationInModule": {
|
|
31890
31913
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31891
|
-
"line":
|
|
31914
|
+
"line": 221
|
|
31892
31915
|
},
|
|
31893
31916
|
"name": "Include",
|
|
31894
31917
|
"namespace": "gitlab",
|
|
@@ -31903,7 +31926,7 @@
|
|
|
31903
31926
|
"immutable": true,
|
|
31904
31927
|
"locationInModule": {
|
|
31905
31928
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31906
|
-
"line":
|
|
31929
|
+
"line": 227
|
|
31907
31930
|
},
|
|
31908
31931
|
"name": "file",
|
|
31909
31932
|
"optional": true,
|
|
@@ -31926,7 +31949,7 @@
|
|
|
31926
31949
|
"immutable": true,
|
|
31927
31950
|
"locationInModule": {
|
|
31928
31951
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31929
|
-
"line":
|
|
31952
|
+
"line": 223
|
|
31930
31953
|
},
|
|
31931
31954
|
"name": "local",
|
|
31932
31955
|
"optional": true,
|
|
@@ -31943,7 +31966,7 @@
|
|
|
31943
31966
|
"immutable": true,
|
|
31944
31967
|
"locationInModule": {
|
|
31945
31968
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31946
|
-
"line":
|
|
31969
|
+
"line": 229
|
|
31947
31970
|
},
|
|
31948
31971
|
"name": "project",
|
|
31949
31972
|
"optional": true,
|
|
@@ -31960,7 +31983,7 @@
|
|
|
31960
31983
|
"immutable": true,
|
|
31961
31984
|
"locationInModule": {
|
|
31962
31985
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31963
|
-
"line":
|
|
31986
|
+
"line": 231
|
|
31964
31987
|
},
|
|
31965
31988
|
"name": "ref",
|
|
31966
31989
|
"optional": true,
|
|
@@ -31977,7 +32000,7 @@
|
|
|
31977
32000
|
"immutable": true,
|
|
31978
32001
|
"locationInModule": {
|
|
31979
32002
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31980
|
-
"line":
|
|
32003
|
+
"line": 235
|
|
31981
32004
|
},
|
|
31982
32005
|
"name": "remote",
|
|
31983
32006
|
"optional": true,
|
|
@@ -31994,7 +32017,7 @@
|
|
|
31994
32017
|
"immutable": true,
|
|
31995
32018
|
"locationInModule": {
|
|
31996
32019
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31997
|
-
"line":
|
|
32020
|
+
"line": 225
|
|
31998
32021
|
},
|
|
31999
32022
|
"name": "rules",
|
|
32000
32023
|
"optional": true,
|
|
@@ -32016,7 +32039,7 @@
|
|
|
32016
32039
|
"immutable": true,
|
|
32017
32040
|
"locationInModule": {
|
|
32018
32041
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32019
|
-
"line":
|
|
32042
|
+
"line": 233
|
|
32020
32043
|
},
|
|
32021
32044
|
"name": "template",
|
|
32022
32045
|
"optional": true,
|
|
@@ -32039,7 +32062,7 @@
|
|
|
32039
32062
|
"kind": "interface",
|
|
32040
32063
|
"locationInModule": {
|
|
32041
32064
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32042
|
-
"line":
|
|
32065
|
+
"line": 243
|
|
32043
32066
|
},
|
|
32044
32067
|
"name": "IncludeRule",
|
|
32045
32068
|
"namespace": "gitlab",
|
|
@@ -32052,7 +32075,7 @@
|
|
|
32052
32075
|
"immutable": true,
|
|
32053
32076
|
"locationInModule": {
|
|
32054
32077
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32055
|
-
"line":
|
|
32078
|
+
"line": 245
|
|
32056
32079
|
},
|
|
32057
32080
|
"name": "allowFailure",
|
|
32058
32081
|
"optional": true,
|
|
@@ -32077,7 +32100,7 @@
|
|
|
32077
32100
|
"immutable": true,
|
|
32078
32101
|
"locationInModule": {
|
|
32079
32102
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32080
|
-
"line":
|
|
32103
|
+
"line": 247
|
|
32081
32104
|
},
|
|
32082
32105
|
"name": "changes",
|
|
32083
32106
|
"optional": true,
|
|
@@ -32098,7 +32121,7 @@
|
|
|
32098
32121
|
"immutable": true,
|
|
32099
32122
|
"locationInModule": {
|
|
32100
32123
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32101
|
-
"line":
|
|
32124
|
+
"line": 249
|
|
32102
32125
|
},
|
|
32103
32126
|
"name": "exists",
|
|
32104
32127
|
"optional": true,
|
|
@@ -32119,7 +32142,7 @@
|
|
|
32119
32142
|
"immutable": true,
|
|
32120
32143
|
"locationInModule": {
|
|
32121
32144
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32122
|
-
"line":
|
|
32145
|
+
"line": 251
|
|
32123
32146
|
},
|
|
32124
32147
|
"name": "if",
|
|
32125
32148
|
"optional": true,
|
|
@@ -32135,7 +32158,7 @@
|
|
|
32135
32158
|
"immutable": true,
|
|
32136
32159
|
"locationInModule": {
|
|
32137
32160
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32138
|
-
"line":
|
|
32161
|
+
"line": 253
|
|
32139
32162
|
},
|
|
32140
32163
|
"name": "startIn",
|
|
32141
32164
|
"optional": true,
|
|
@@ -32151,7 +32174,7 @@
|
|
|
32151
32174
|
"immutable": true,
|
|
32152
32175
|
"locationInModule": {
|
|
32153
32176
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32154
|
-
"line":
|
|
32177
|
+
"line": 255
|
|
32155
32178
|
},
|
|
32156
32179
|
"name": "variables",
|
|
32157
32180
|
"optional": true,
|
|
@@ -32181,7 +32204,7 @@
|
|
|
32181
32204
|
"immutable": true,
|
|
32182
32205
|
"locationInModule": {
|
|
32183
32206
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32184
|
-
"line":
|
|
32207
|
+
"line": 257
|
|
32185
32208
|
},
|
|
32186
32209
|
"name": "when",
|
|
32187
32210
|
"optional": true,
|
|
@@ -32204,7 +32227,7 @@
|
|
|
32204
32227
|
"kind": "interface",
|
|
32205
32228
|
"locationInModule": {
|
|
32206
32229
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32207
|
-
"line":
|
|
32230
|
+
"line": 431
|
|
32208
32231
|
},
|
|
32209
32232
|
"name": "Inherit",
|
|
32210
32233
|
"namespace": "gitlab",
|
|
@@ -32219,7 +32242,7 @@
|
|
|
32219
32242
|
"immutable": true,
|
|
32220
32243
|
"locationInModule": {
|
|
32221
32244
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32222
|
-
"line":
|
|
32245
|
+
"line": 433
|
|
32223
32246
|
},
|
|
32224
32247
|
"name": "default",
|
|
32225
32248
|
"optional": true,
|
|
@@ -32251,7 +32274,7 @@
|
|
|
32251
32274
|
"immutable": true,
|
|
32252
32275
|
"locationInModule": {
|
|
32253
32276
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32254
|
-
"line":
|
|
32277
|
+
"line": 435
|
|
32255
32278
|
},
|
|
32256
32279
|
"name": "variables",
|
|
32257
32280
|
"optional": true,
|
|
@@ -32288,7 +32311,7 @@
|
|
|
32288
32311
|
"kind": "interface",
|
|
32289
32312
|
"locationInModule": {
|
|
32290
32313
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32291
|
-
"line":
|
|
32314
|
+
"line": 287
|
|
32292
32315
|
},
|
|
32293
32316
|
"name": "Job",
|
|
32294
32317
|
"namespace": "gitlab",
|
|
@@ -32301,7 +32324,7 @@
|
|
|
32301
32324
|
"immutable": true,
|
|
32302
32325
|
"locationInModule": {
|
|
32303
32326
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32304
|
-
"line":
|
|
32327
|
+
"line": 289
|
|
32305
32328
|
},
|
|
32306
32329
|
"name": "afterScript",
|
|
32307
32330
|
"optional": true,
|
|
@@ -32323,7 +32346,7 @@
|
|
|
32323
32346
|
"immutable": true,
|
|
32324
32347
|
"locationInModule": {
|
|
32325
32348
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32326
|
-
"line":
|
|
32349
|
+
"line": 291
|
|
32327
32350
|
},
|
|
32328
32351
|
"name": "allowFailure",
|
|
32329
32352
|
"optional": true,
|
|
@@ -32348,7 +32371,7 @@
|
|
|
32348
32371
|
"immutable": true,
|
|
32349
32372
|
"locationInModule": {
|
|
32350
32373
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32351
|
-
"line":
|
|
32374
|
+
"line": 293
|
|
32352
32375
|
},
|
|
32353
32376
|
"name": "artifacts",
|
|
32354
32377
|
"optional": true,
|
|
@@ -32364,7 +32387,7 @@
|
|
|
32364
32387
|
"immutable": true,
|
|
32365
32388
|
"locationInModule": {
|
|
32366
32389
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32367
|
-
"line":
|
|
32390
|
+
"line": 295
|
|
32368
32391
|
},
|
|
32369
32392
|
"name": "beforeScript",
|
|
32370
32393
|
"optional": true,
|
|
@@ -32385,7 +32408,7 @@
|
|
|
32385
32408
|
"immutable": true,
|
|
32386
32409
|
"locationInModule": {
|
|
32387
32410
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32388
|
-
"line":
|
|
32411
|
+
"line": 297
|
|
32389
32412
|
},
|
|
32390
32413
|
"name": "cache",
|
|
32391
32414
|
"optional": true,
|
|
@@ -32403,7 +32426,7 @@
|
|
|
32403
32426
|
"immutable": true,
|
|
32404
32427
|
"locationInModule": {
|
|
32405
32428
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32406
|
-
"line":
|
|
32429
|
+
"line": 299
|
|
32407
32430
|
},
|
|
32408
32431
|
"name": "coverage",
|
|
32409
32432
|
"optional": true,
|
|
@@ -32421,7 +32444,7 @@
|
|
|
32421
32444
|
"immutable": true,
|
|
32422
32445
|
"locationInModule": {
|
|
32423
32446
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32424
|
-
"line":
|
|
32447
|
+
"line": 301
|
|
32425
32448
|
},
|
|
32426
32449
|
"name": "dependencies",
|
|
32427
32450
|
"optional": true,
|
|
@@ -32444,7 +32467,7 @@
|
|
|
32444
32467
|
"immutable": true,
|
|
32445
32468
|
"locationInModule": {
|
|
32446
32469
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32447
|
-
"line":
|
|
32470
|
+
"line": 303
|
|
32448
32471
|
},
|
|
32449
32472
|
"name": "environment",
|
|
32450
32473
|
"optional": true,
|
|
@@ -32470,7 +32493,7 @@
|
|
|
32470
32493
|
"immutable": true,
|
|
32471
32494
|
"locationInModule": {
|
|
32472
32495
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32473
|
-
"line":
|
|
32496
|
+
"line": 305
|
|
32474
32497
|
},
|
|
32475
32498
|
"name": "except",
|
|
32476
32499
|
"optional": true,
|
|
@@ -32501,7 +32524,7 @@
|
|
|
32501
32524
|
"immutable": true,
|
|
32502
32525
|
"locationInModule": {
|
|
32503
32526
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32504
|
-
"line":
|
|
32527
|
+
"line": 307
|
|
32505
32528
|
},
|
|
32506
32529
|
"name": "extends",
|
|
32507
32530
|
"optional": true,
|
|
@@ -32523,7 +32546,7 @@
|
|
|
32523
32546
|
"immutable": true,
|
|
32524
32547
|
"locationInModule": {
|
|
32525
32548
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32526
|
-
"line":
|
|
32549
|
+
"line": 309
|
|
32527
32550
|
},
|
|
32528
32551
|
"name": "idTokens",
|
|
32529
32552
|
"optional": true,
|
|
@@ -32544,7 +32567,7 @@
|
|
|
32544
32567
|
"immutable": true,
|
|
32545
32568
|
"locationInModule": {
|
|
32546
32569
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32547
|
-
"line":
|
|
32570
|
+
"line": 311
|
|
32548
32571
|
},
|
|
32549
32572
|
"name": "image",
|
|
32550
32573
|
"optional": true,
|
|
@@ -32562,7 +32585,7 @@
|
|
|
32562
32585
|
"immutable": true,
|
|
32563
32586
|
"locationInModule": {
|
|
32564
32587
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32565
|
-
"line":
|
|
32588
|
+
"line": 313
|
|
32566
32589
|
},
|
|
32567
32590
|
"name": "inherit",
|
|
32568
32591
|
"optional": true,
|
|
@@ -32578,7 +32601,7 @@
|
|
|
32578
32601
|
"immutable": true,
|
|
32579
32602
|
"locationInModule": {
|
|
32580
32603
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32581
|
-
"line":
|
|
32604
|
+
"line": 315
|
|
32582
32605
|
},
|
|
32583
32606
|
"name": "interruptible",
|
|
32584
32607
|
"optional": true,
|
|
@@ -32595,7 +32618,7 @@
|
|
|
32595
32618
|
"immutable": true,
|
|
32596
32619
|
"locationInModule": {
|
|
32597
32620
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32598
|
-
"line":
|
|
32621
|
+
"line": 317
|
|
32599
32622
|
},
|
|
32600
32623
|
"name": "needs",
|
|
32601
32624
|
"optional": true,
|
|
@@ -32626,7 +32649,7 @@
|
|
|
32626
32649
|
"immutable": true,
|
|
32627
32650
|
"locationInModule": {
|
|
32628
32651
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32629
|
-
"line":
|
|
32652
|
+
"line": 319
|
|
32630
32653
|
},
|
|
32631
32654
|
"name": "only",
|
|
32632
32655
|
"optional": true,
|
|
@@ -32657,7 +32680,7 @@
|
|
|
32657
32680
|
"immutable": true,
|
|
32658
32681
|
"locationInModule": {
|
|
32659
32682
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32660
|
-
"line":
|
|
32683
|
+
"line": 321
|
|
32661
32684
|
},
|
|
32662
32685
|
"name": "parallel",
|
|
32663
32686
|
"optional": true,
|
|
@@ -32683,7 +32706,7 @@
|
|
|
32683
32706
|
"immutable": true,
|
|
32684
32707
|
"locationInModule": {
|
|
32685
32708
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32686
|
-
"line":
|
|
32709
|
+
"line": 323
|
|
32687
32710
|
},
|
|
32688
32711
|
"name": "release",
|
|
32689
32712
|
"optional": true,
|
|
@@ -32701,7 +32724,7 @@
|
|
|
32701
32724
|
"immutable": true,
|
|
32702
32725
|
"locationInModule": {
|
|
32703
32726
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32704
|
-
"line":
|
|
32727
|
+
"line": 325
|
|
32705
32728
|
},
|
|
32706
32729
|
"name": "resourceGroup",
|
|
32707
32730
|
"optional": true,
|
|
@@ -32717,7 +32740,7 @@
|
|
|
32717
32740
|
"immutable": true,
|
|
32718
32741
|
"locationInModule": {
|
|
32719
32742
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32720
|
-
"line":
|
|
32743
|
+
"line": 327
|
|
32721
32744
|
},
|
|
32722
32745
|
"name": "retry",
|
|
32723
32746
|
"optional": true,
|
|
@@ -32734,7 +32757,7 @@
|
|
|
32734
32757
|
"immutable": true,
|
|
32735
32758
|
"locationInModule": {
|
|
32736
32759
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32737
|
-
"line":
|
|
32760
|
+
"line": 329
|
|
32738
32761
|
},
|
|
32739
32762
|
"name": "rules",
|
|
32740
32763
|
"optional": true,
|
|
@@ -32757,7 +32780,7 @@
|
|
|
32757
32780
|
"immutable": true,
|
|
32758
32781
|
"locationInModule": {
|
|
32759
32782
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32760
|
-
"line":
|
|
32783
|
+
"line": 331
|
|
32761
32784
|
},
|
|
32762
32785
|
"name": "script",
|
|
32763
32786
|
"optional": true,
|
|
@@ -32779,7 +32802,7 @@
|
|
|
32779
32802
|
"immutable": true,
|
|
32780
32803
|
"locationInModule": {
|
|
32781
32804
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32782
|
-
"line":
|
|
32805
|
+
"line": 333
|
|
32783
32806
|
},
|
|
32784
32807
|
"name": "secrets",
|
|
32785
32808
|
"optional": true,
|
|
@@ -32805,7 +32828,7 @@
|
|
|
32805
32828
|
"immutable": true,
|
|
32806
32829
|
"locationInModule": {
|
|
32807
32830
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32808
|
-
"line":
|
|
32831
|
+
"line": 335
|
|
32809
32832
|
},
|
|
32810
32833
|
"name": "services",
|
|
32811
32834
|
"optional": true,
|
|
@@ -32827,7 +32850,7 @@
|
|
|
32827
32850
|
"immutable": true,
|
|
32828
32851
|
"locationInModule": {
|
|
32829
32852
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32830
|
-
"line":
|
|
32853
|
+
"line": 337
|
|
32831
32854
|
},
|
|
32832
32855
|
"name": "stage",
|
|
32833
32856
|
"optional": true,
|
|
@@ -32843,7 +32866,7 @@
|
|
|
32843
32866
|
"immutable": true,
|
|
32844
32867
|
"locationInModule": {
|
|
32845
32868
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32846
|
-
"line":
|
|
32869
|
+
"line": 339
|
|
32847
32870
|
},
|
|
32848
32871
|
"name": "startIn",
|
|
32849
32872
|
"optional": true,
|
|
@@ -32859,7 +32882,7 @@
|
|
|
32859
32882
|
"immutable": true,
|
|
32860
32883
|
"locationInModule": {
|
|
32861
32884
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32862
|
-
"line":
|
|
32885
|
+
"line": 341
|
|
32863
32886
|
},
|
|
32864
32887
|
"name": "tags",
|
|
32865
32888
|
"optional": true,
|
|
@@ -32880,7 +32903,7 @@
|
|
|
32880
32903
|
"immutable": true,
|
|
32881
32904
|
"locationInModule": {
|
|
32882
32905
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32883
|
-
"line":
|
|
32906
|
+
"line": 343
|
|
32884
32907
|
},
|
|
32885
32908
|
"name": "timeout",
|
|
32886
32909
|
"optional": true,
|
|
@@ -32898,7 +32921,7 @@
|
|
|
32898
32921
|
"immutable": true,
|
|
32899
32922
|
"locationInModule": {
|
|
32900
32923
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32901
|
-
"line":
|
|
32924
|
+
"line": 345
|
|
32902
32925
|
},
|
|
32903
32926
|
"name": "trigger",
|
|
32904
32927
|
"optional": true,
|
|
@@ -32924,7 +32947,7 @@
|
|
|
32924
32947
|
"immutable": true,
|
|
32925
32948
|
"locationInModule": {
|
|
32926
32949
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32927
|
-
"line":
|
|
32950
|
+
"line": 347
|
|
32928
32951
|
},
|
|
32929
32952
|
"name": "variables",
|
|
32930
32953
|
"optional": true,
|
|
@@ -32956,7 +32979,7 @@
|
|
|
32956
32979
|
"immutable": true,
|
|
32957
32980
|
"locationInModule": {
|
|
32958
32981
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32959
|
-
"line":
|
|
32982
|
+
"line": 349
|
|
32960
32983
|
},
|
|
32961
32984
|
"name": "when",
|
|
32962
32985
|
"optional": true,
|
|
@@ -32979,7 +33002,7 @@
|
|
|
32979
33002
|
"kind": "enum",
|
|
32980
33003
|
"locationInModule": {
|
|
32981
33004
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32982
|
-
"line":
|
|
33005
|
+
"line": 274
|
|
32983
33006
|
},
|
|
32984
33007
|
"members": [
|
|
32985
33008
|
{
|
|
@@ -33035,7 +33058,7 @@
|
|
|
33035
33058
|
"kind": "interface",
|
|
33036
33059
|
"locationInModule": {
|
|
33037
33060
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33038
|
-
"line":
|
|
33061
|
+
"line": 399
|
|
33039
33062
|
},
|
|
33040
33063
|
"name": "KubernetesConfig",
|
|
33041
33064
|
"namespace": "gitlab",
|
|
@@ -33049,7 +33072,7 @@
|
|
|
33049
33072
|
"immutable": true,
|
|
33050
33073
|
"locationInModule": {
|
|
33051
33074
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33052
|
-
"line":
|
|
33075
|
+
"line": 401
|
|
33053
33076
|
},
|
|
33054
33077
|
"name": "namespace",
|
|
33055
33078
|
"optional": true,
|
|
@@ -33070,7 +33093,7 @@
|
|
|
33070
33093
|
"kind": "enum",
|
|
33071
33094
|
"locationInModule": {
|
|
33072
33095
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33073
|
-
"line":
|
|
33096
|
+
"line": 421
|
|
33074
33097
|
},
|
|
33075
33098
|
"members": [
|
|
33076
33099
|
{
|
|
@@ -33095,7 +33118,7 @@
|
|
|
33095
33118
|
"kind": "interface",
|
|
33096
33119
|
"locationInModule": {
|
|
33097
33120
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33098
|
-
"line":
|
|
33121
|
+
"line": 501
|
|
33099
33122
|
},
|
|
33100
33123
|
"name": "Link",
|
|
33101
33124
|
"namespace": "gitlab",
|
|
@@ -33109,7 +33132,7 @@
|
|
|
33109
33132
|
"immutable": true,
|
|
33110
33133
|
"locationInModule": {
|
|
33111
33134
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33112
|
-
"line":
|
|
33135
|
+
"line": 507
|
|
33113
33136
|
},
|
|
33114
33137
|
"name": "name",
|
|
33115
33138
|
"type": {
|
|
@@ -33125,7 +33148,7 @@
|
|
|
33125
33148
|
"immutable": true,
|
|
33126
33149
|
"locationInModule": {
|
|
33127
33150
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33128
|
-
"line":
|
|
33151
|
+
"line": 509
|
|
33129
33152
|
},
|
|
33130
33153
|
"name": "url",
|
|
33131
33154
|
"type": {
|
|
@@ -33141,7 +33164,7 @@
|
|
|
33141
33164
|
"immutable": true,
|
|
33142
33165
|
"locationInModule": {
|
|
33143
33166
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33144
|
-
"line":
|
|
33167
|
+
"line": 503
|
|
33145
33168
|
},
|
|
33146
33169
|
"name": "filepath",
|
|
33147
33170
|
"optional": true,
|
|
@@ -33158,7 +33181,7 @@
|
|
|
33158
33181
|
"immutable": true,
|
|
33159
33182
|
"locationInModule": {
|
|
33160
33183
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33161
|
-
"line":
|
|
33184
|
+
"line": 505
|
|
33162
33185
|
},
|
|
33163
33186
|
"name": "linkType",
|
|
33164
33187
|
"optional": true,
|
|
@@ -33179,7 +33202,7 @@
|
|
|
33179
33202
|
"kind": "enum",
|
|
33180
33203
|
"locationInModule": {
|
|
33181
33204
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33182
|
-
"line":
|
|
33205
|
+
"line": 515
|
|
33183
33206
|
},
|
|
33184
33207
|
"members": [
|
|
33185
33208
|
{
|
|
@@ -33222,7 +33245,7 @@
|
|
|
33222
33245
|
"kind": "interface",
|
|
33223
33246
|
"locationInModule": {
|
|
33224
33247
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33225
|
-
"line":
|
|
33248
|
+
"line": 454
|
|
33226
33249
|
},
|
|
33227
33250
|
"name": "Need",
|
|
33228
33251
|
"namespace": "gitlab",
|
|
@@ -33235,7 +33258,7 @@
|
|
|
33235
33258
|
"immutable": true,
|
|
33236
33259
|
"locationInModule": {
|
|
33237
33260
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33238
|
-
"line":
|
|
33261
|
+
"line": 456
|
|
33239
33262
|
},
|
|
33240
33263
|
"name": "job",
|
|
33241
33264
|
"type": {
|
|
@@ -33250,7 +33273,7 @@
|
|
|
33250
33273
|
"immutable": true,
|
|
33251
33274
|
"locationInModule": {
|
|
33252
33275
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33253
|
-
"line":
|
|
33276
|
+
"line": 455
|
|
33254
33277
|
},
|
|
33255
33278
|
"name": "artifacts",
|
|
33256
33279
|
"optional": true,
|
|
@@ -33266,7 +33289,7 @@
|
|
|
33266
33289
|
"immutable": true,
|
|
33267
33290
|
"locationInModule": {
|
|
33268
33291
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33269
|
-
"line":
|
|
33292
|
+
"line": 457
|
|
33270
33293
|
},
|
|
33271
33294
|
"name": "optional",
|
|
33272
33295
|
"optional": true,
|
|
@@ -33282,7 +33305,7 @@
|
|
|
33282
33305
|
"immutable": true,
|
|
33283
33306
|
"locationInModule": {
|
|
33284
33307
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33285
|
-
"line":
|
|
33308
|
+
"line": 458
|
|
33286
33309
|
},
|
|
33287
33310
|
"name": "pipeline",
|
|
33288
33311
|
"optional": true,
|
|
@@ -33298,7 +33321,7 @@
|
|
|
33298
33321
|
"immutable": true,
|
|
33299
33322
|
"locationInModule": {
|
|
33300
33323
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33301
|
-
"line":
|
|
33324
|
+
"line": 459
|
|
33302
33325
|
},
|
|
33303
33326
|
"name": "project",
|
|
33304
33327
|
"optional": true,
|
|
@@ -33314,7 +33337,7 @@
|
|
|
33314
33337
|
"immutable": true,
|
|
33315
33338
|
"locationInModule": {
|
|
33316
33339
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33317
|
-
"line":
|
|
33340
|
+
"line": 460
|
|
33318
33341
|
},
|
|
33319
33342
|
"name": "ref",
|
|
33320
33343
|
"optional": true,
|
|
@@ -33411,7 +33434,7 @@
|
|
|
33411
33434
|
"kind": "interface",
|
|
33412
33435
|
"locationInModule": {
|
|
33413
33436
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33414
|
-
"line":
|
|
33437
|
+
"line": 466
|
|
33415
33438
|
},
|
|
33416
33439
|
"name": "Parallel",
|
|
33417
33440
|
"namespace": "gitlab",
|
|
@@ -33425,7 +33448,7 @@
|
|
|
33425
33448
|
"immutable": true,
|
|
33426
33449
|
"locationInModule": {
|
|
33427
33450
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33428
|
-
"line":
|
|
33451
|
+
"line": 468
|
|
33429
33452
|
},
|
|
33430
33453
|
"name": "matrix",
|
|
33431
33454
|
"type": {
|
|
@@ -33461,7 +33484,7 @@
|
|
|
33461
33484
|
"kind": "interface",
|
|
33462
33485
|
"locationInModule": {
|
|
33463
33486
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33464
|
-
"line":
|
|
33487
|
+
"line": 474
|
|
33465
33488
|
},
|
|
33466
33489
|
"name": "Release",
|
|
33467
33490
|
"namespace": "gitlab",
|
|
@@ -33475,7 +33498,7 @@
|
|
|
33475
33498
|
"immutable": true,
|
|
33476
33499
|
"locationInModule": {
|
|
33477
33500
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33478
|
-
"line":
|
|
33501
|
+
"line": 477
|
|
33479
33502
|
},
|
|
33480
33503
|
"name": "description",
|
|
33481
33504
|
"type": {
|
|
@@ -33492,7 +33515,7 @@
|
|
|
33492
33515
|
"immutable": true,
|
|
33493
33516
|
"locationInModule": {
|
|
33494
33517
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33495
|
-
"line":
|
|
33518
|
+
"line": 487
|
|
33496
33519
|
},
|
|
33497
33520
|
"name": "tagName",
|
|
33498
33521
|
"type": {
|
|
@@ -33507,7 +33530,7 @@
|
|
|
33507
33530
|
"immutable": true,
|
|
33508
33531
|
"locationInModule": {
|
|
33509
33532
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33510
|
-
"line":
|
|
33533
|
+
"line": 475
|
|
33511
33534
|
},
|
|
33512
33535
|
"name": "assets",
|
|
33513
33536
|
"optional": true,
|
|
@@ -33524,7 +33547,7 @@
|
|
|
33524
33547
|
"immutable": true,
|
|
33525
33548
|
"locationInModule": {
|
|
33526
33549
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33527
|
-
"line":
|
|
33550
|
+
"line": 479
|
|
33528
33551
|
},
|
|
33529
33552
|
"name": "milestones",
|
|
33530
33553
|
"optional": true,
|
|
@@ -33547,7 +33570,7 @@
|
|
|
33547
33570
|
"immutable": true,
|
|
33548
33571
|
"locationInModule": {
|
|
33549
33572
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33550
|
-
"line":
|
|
33573
|
+
"line": 481
|
|
33551
33574
|
},
|
|
33552
33575
|
"name": "name",
|
|
33553
33576
|
"optional": true,
|
|
@@ -33565,7 +33588,7 @@
|
|
|
33565
33588
|
"immutable": true,
|
|
33566
33589
|
"locationInModule": {
|
|
33567
33590
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33568
|
-
"line":
|
|
33591
|
+
"line": 483
|
|
33569
33592
|
},
|
|
33570
33593
|
"name": "ref",
|
|
33571
33594
|
"optional": true,
|
|
@@ -33583,7 +33606,7 @@
|
|
|
33583
33606
|
"immutable": true,
|
|
33584
33607
|
"locationInModule": {
|
|
33585
33608
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33586
|
-
"line":
|
|
33609
|
+
"line": 485
|
|
33587
33610
|
},
|
|
33588
33611
|
"name": "releasedAt",
|
|
33589
33612
|
"optional": true,
|
|
@@ -33606,7 +33629,7 @@
|
|
|
33606
33629
|
"kind": "interface",
|
|
33607
33630
|
"locationInModule": {
|
|
33608
33631
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33609
|
-
"line":
|
|
33632
|
+
"line": 131
|
|
33610
33633
|
},
|
|
33611
33634
|
"name": "Reports",
|
|
33612
33635
|
"namespace": "gitlab",
|
|
@@ -33621,7 +33644,7 @@
|
|
|
33621
33644
|
"immutable": true,
|
|
33622
33645
|
"locationInModule": {
|
|
33623
33646
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33624
|
-
"line":
|
|
33647
|
+
"line": 135
|
|
33625
33648
|
},
|
|
33626
33649
|
"name": "cobertura",
|
|
33627
33650
|
"optional": true,
|
|
@@ -33643,7 +33666,7 @@
|
|
|
33643
33666
|
"immutable": true,
|
|
33644
33667
|
"locationInModule": {
|
|
33645
33668
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33646
|
-
"line":
|
|
33669
|
+
"line": 137
|
|
33647
33670
|
},
|
|
33648
33671
|
"name": "codequality",
|
|
33649
33672
|
"optional": true,
|
|
@@ -33665,7 +33688,7 @@
|
|
|
33665
33688
|
"immutable": true,
|
|
33666
33689
|
"locationInModule": {
|
|
33667
33690
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33668
|
-
"line":
|
|
33691
|
+
"line": 139
|
|
33669
33692
|
},
|
|
33670
33693
|
"name": "containerScanning",
|
|
33671
33694
|
"optional": true,
|
|
@@ -33687,7 +33710,7 @@
|
|
|
33687
33710
|
"immutable": true,
|
|
33688
33711
|
"locationInModule": {
|
|
33689
33712
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33690
|
-
"line":
|
|
33713
|
+
"line": 141
|
|
33691
33714
|
},
|
|
33692
33715
|
"name": "coverageReport",
|
|
33693
33716
|
"optional": true,
|
|
@@ -33704,7 +33727,7 @@
|
|
|
33704
33727
|
"immutable": true,
|
|
33705
33728
|
"locationInModule": {
|
|
33706
33729
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33707
|
-
"line":
|
|
33730
|
+
"line": 143
|
|
33708
33731
|
},
|
|
33709
33732
|
"name": "dast",
|
|
33710
33733
|
"optional": true,
|
|
@@ -33726,7 +33749,7 @@
|
|
|
33726
33749
|
"immutable": true,
|
|
33727
33750
|
"locationInModule": {
|
|
33728
33751
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33729
|
-
"line":
|
|
33752
|
+
"line": 145
|
|
33730
33753
|
},
|
|
33731
33754
|
"name": "dependencyScanning",
|
|
33732
33755
|
"optional": true,
|
|
@@ -33748,7 +33771,7 @@
|
|
|
33748
33771
|
"immutable": true,
|
|
33749
33772
|
"locationInModule": {
|
|
33750
33773
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33751
|
-
"line":
|
|
33774
|
+
"line": 147
|
|
33752
33775
|
},
|
|
33753
33776
|
"name": "dotenv",
|
|
33754
33777
|
"optional": true,
|
|
@@ -33770,7 +33793,7 @@
|
|
|
33770
33793
|
"immutable": true,
|
|
33771
33794
|
"locationInModule": {
|
|
33772
33795
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33773
|
-
"line":
|
|
33796
|
+
"line": 149
|
|
33774
33797
|
},
|
|
33775
33798
|
"name": "junit",
|
|
33776
33799
|
"optional": true,
|
|
@@ -33792,7 +33815,7 @@
|
|
|
33792
33815
|
"immutable": true,
|
|
33793
33816
|
"locationInModule": {
|
|
33794
33817
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33795
|
-
"line":
|
|
33818
|
+
"line": 151
|
|
33796
33819
|
},
|
|
33797
33820
|
"name": "licenseManagement",
|
|
33798
33821
|
"optional": true,
|
|
@@ -33814,7 +33837,7 @@
|
|
|
33814
33837
|
"immutable": true,
|
|
33815
33838
|
"locationInModule": {
|
|
33816
33839
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33817
|
-
"line":
|
|
33840
|
+
"line": 153
|
|
33818
33841
|
},
|
|
33819
33842
|
"name": "licenseScanning",
|
|
33820
33843
|
"optional": true,
|
|
@@ -33836,7 +33859,7 @@
|
|
|
33836
33859
|
"immutable": true,
|
|
33837
33860
|
"locationInModule": {
|
|
33838
33861
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33839
|
-
"line":
|
|
33862
|
+
"line": 155
|
|
33840
33863
|
},
|
|
33841
33864
|
"name": "lsif",
|
|
33842
33865
|
"optional": true,
|
|
@@ -33858,7 +33881,7 @@
|
|
|
33858
33881
|
"immutable": true,
|
|
33859
33882
|
"locationInModule": {
|
|
33860
33883
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33861
|
-
"line":
|
|
33884
|
+
"line": 157
|
|
33862
33885
|
},
|
|
33863
33886
|
"name": "metrics",
|
|
33864
33887
|
"optional": true,
|
|
@@ -33880,7 +33903,7 @@
|
|
|
33880
33903
|
"immutable": true,
|
|
33881
33904
|
"locationInModule": {
|
|
33882
33905
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33883
|
-
"line":
|
|
33906
|
+
"line": 159
|
|
33884
33907
|
},
|
|
33885
33908
|
"name": "performance",
|
|
33886
33909
|
"optional": true,
|
|
@@ -33902,7 +33925,7 @@
|
|
|
33902
33925
|
"immutable": true,
|
|
33903
33926
|
"locationInModule": {
|
|
33904
33927
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33905
|
-
"line":
|
|
33928
|
+
"line": 161
|
|
33906
33929
|
},
|
|
33907
33930
|
"name": "requirements",
|
|
33908
33931
|
"optional": true,
|
|
@@ -33924,7 +33947,7 @@
|
|
|
33924
33947
|
"immutable": true,
|
|
33925
33948
|
"locationInModule": {
|
|
33926
33949
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33927
|
-
"line":
|
|
33950
|
+
"line": 163
|
|
33928
33951
|
},
|
|
33929
33952
|
"name": "sast",
|
|
33930
33953
|
"optional": true,
|
|
@@ -33946,7 +33969,7 @@
|
|
|
33946
33969
|
"immutable": true,
|
|
33947
33970
|
"locationInModule": {
|
|
33948
33971
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33949
|
-
"line":
|
|
33972
|
+
"line": 165
|
|
33950
33973
|
},
|
|
33951
33974
|
"name": "secretDetection",
|
|
33952
33975
|
"optional": true,
|
|
@@ -33968,7 +33991,7 @@
|
|
|
33968
33991
|
"immutable": true,
|
|
33969
33992
|
"locationInModule": {
|
|
33970
33993
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33971
|
-
"line":
|
|
33994
|
+
"line": 167
|
|
33972
33995
|
},
|
|
33973
33996
|
"name": "terraform",
|
|
33974
33997
|
"optional": true,
|
|
@@ -33997,7 +34020,7 @@
|
|
|
33997
34020
|
"kind": "interface",
|
|
33998
34021
|
"locationInModule": {
|
|
33999
34022
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34000
|
-
"line":
|
|
34023
|
+
"line": 195
|
|
34001
34024
|
},
|
|
34002
34025
|
"name": "Retry",
|
|
34003
34026
|
"namespace": "gitlab",
|
|
@@ -34011,7 +34034,7 @@
|
|
|
34011
34034
|
"immutable": true,
|
|
34012
34035
|
"locationInModule": {
|
|
34013
34036
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34014
|
-
"line":
|
|
34037
|
+
"line": 197
|
|
34015
34038
|
},
|
|
34016
34039
|
"name": "max",
|
|
34017
34040
|
"optional": true,
|
|
@@ -34028,7 +34051,7 @@
|
|
|
34028
34051
|
"immutable": true,
|
|
34029
34052
|
"locationInModule": {
|
|
34030
34053
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34031
|
-
"line":
|
|
34054
|
+
"line": 199
|
|
34032
34055
|
},
|
|
34033
34056
|
"name": "when",
|
|
34034
34057
|
"optional": true,
|
|
@@ -34050,7 +34073,7 @@
|
|
|
34050
34073
|
"kind": "interface",
|
|
34051
34074
|
"locationInModule": {
|
|
34052
34075
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34053
|
-
"line":
|
|
34076
|
+
"line": 525
|
|
34054
34077
|
},
|
|
34055
34078
|
"name": "Secret",
|
|
34056
34079
|
"namespace": "gitlab",
|
|
@@ -34063,7 +34086,7 @@
|
|
|
34063
34086
|
"immutable": true,
|
|
34064
34087
|
"locationInModule": {
|
|
34065
34088
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34066
|
-
"line":
|
|
34089
|
+
"line": 527
|
|
34067
34090
|
},
|
|
34068
34091
|
"name": "vault",
|
|
34069
34092
|
"type": {
|
|
@@ -34089,7 +34112,7 @@
|
|
|
34089
34112
|
"kind": "interface",
|
|
34090
34113
|
"locationInModule": {
|
|
34091
34114
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34092
|
-
"line":
|
|
34115
|
+
"line": 206
|
|
34093
34116
|
},
|
|
34094
34117
|
"name": "Service",
|
|
34095
34118
|
"namespace": "gitlab",
|
|
@@ -34104,7 +34127,7 @@
|
|
|
34104
34127
|
"immutable": true,
|
|
34105
34128
|
"locationInModule": {
|
|
34106
34129
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34107
|
-
"line":
|
|
34130
|
+
"line": 214
|
|
34108
34131
|
},
|
|
34109
34132
|
"name": "name",
|
|
34110
34133
|
"type": {
|
|
@@ -34121,7 +34144,7 @@
|
|
|
34121
34144
|
"immutable": true,
|
|
34122
34145
|
"locationInModule": {
|
|
34123
34146
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34124
|
-
"line":
|
|
34147
|
+
"line": 208
|
|
34125
34148
|
},
|
|
34126
34149
|
"name": "alias",
|
|
34127
34150
|
"optional": true,
|
|
@@ -34139,7 +34162,7 @@
|
|
|
34139
34162
|
"immutable": true,
|
|
34140
34163
|
"locationInModule": {
|
|
34141
34164
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34142
|
-
"line":
|
|
34165
|
+
"line": 210
|
|
34143
34166
|
},
|
|
34144
34167
|
"name": "command",
|
|
34145
34168
|
"optional": true,
|
|
@@ -34162,7 +34185,7 @@
|
|
|
34162
34185
|
"immutable": true,
|
|
34163
34186
|
"locationInModule": {
|
|
34164
34187
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34165
|
-
"line":
|
|
34188
|
+
"line": 212
|
|
34166
34189
|
},
|
|
34167
34190
|
"name": "entrypoint",
|
|
34168
34191
|
"optional": true,
|
|
@@ -34189,7 +34212,7 @@
|
|
|
34189
34212
|
"kind": "enum",
|
|
34190
34213
|
"locationInModule": {
|
|
34191
34214
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34192
|
-
"line":
|
|
34215
|
+
"line": 596
|
|
34193
34216
|
},
|
|
34194
34217
|
"members": [
|
|
34195
34218
|
{
|
|
@@ -34216,7 +34239,7 @@
|
|
|
34216
34239
|
"kind": "interface",
|
|
34217
34240
|
"locationInModule": {
|
|
34218
34241
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34219
|
-
"line":
|
|
34242
|
+
"line": 558
|
|
34220
34243
|
},
|
|
34221
34244
|
"name": "Trigger",
|
|
34222
34245
|
"namespace": "gitlab",
|
|
@@ -34230,7 +34253,7 @@
|
|
|
34230
34253
|
"immutable": true,
|
|
34231
34254
|
"locationInModule": {
|
|
34232
34255
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34233
|
-
"line":
|
|
34256
|
+
"line": 560
|
|
34234
34257
|
},
|
|
34235
34258
|
"name": "branch",
|
|
34236
34259
|
"optional": true,
|
|
@@ -34247,7 +34270,7 @@
|
|
|
34247
34270
|
"immutable": true,
|
|
34248
34271
|
"locationInModule": {
|
|
34249
34272
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34250
|
-
"line":
|
|
34273
|
+
"line": 566
|
|
34251
34274
|
},
|
|
34252
34275
|
"name": "include",
|
|
34253
34276
|
"optional": true,
|
|
@@ -34269,7 +34292,7 @@
|
|
|
34269
34292
|
"immutable": true,
|
|
34270
34293
|
"locationInModule": {
|
|
34271
34294
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34272
|
-
"line":
|
|
34295
|
+
"line": 562
|
|
34273
34296
|
},
|
|
34274
34297
|
"name": "project",
|
|
34275
34298
|
"optional": true,
|
|
@@ -34286,7 +34309,7 @@
|
|
|
34286
34309
|
"immutable": true,
|
|
34287
34310
|
"locationInModule": {
|
|
34288
34311
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34289
|
-
"line":
|
|
34312
|
+
"line": 564
|
|
34290
34313
|
},
|
|
34291
34314
|
"name": "strategy",
|
|
34292
34315
|
"optional": true,
|
|
@@ -34309,7 +34332,7 @@
|
|
|
34309
34332
|
"kind": "interface",
|
|
34310
34333
|
"locationInModule": {
|
|
34311
34334
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34312
|
-
"line":
|
|
34335
|
+
"line": 574
|
|
34313
34336
|
},
|
|
34314
34337
|
"name": "TriggerInclude",
|
|
34315
34338
|
"namespace": "gitlab",
|
|
@@ -34323,7 +34346,7 @@
|
|
|
34323
34346
|
"immutable": true,
|
|
34324
34347
|
"locationInModule": {
|
|
34325
34348
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34326
|
-
"line":
|
|
34349
|
+
"line": 580
|
|
34327
34350
|
},
|
|
34328
34351
|
"name": "artifact",
|
|
34329
34352
|
"optional": true,
|
|
@@ -34340,7 +34363,7 @@
|
|
|
34340
34363
|
"immutable": true,
|
|
34341
34364
|
"locationInModule": {
|
|
34342
34365
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34343
|
-
"line":
|
|
34366
|
+
"line": 584
|
|
34344
34367
|
},
|
|
34345
34368
|
"name": "file",
|
|
34346
34369
|
"optional": true,
|
|
@@ -34357,7 +34380,7 @@
|
|
|
34357
34380
|
"immutable": true,
|
|
34358
34381
|
"locationInModule": {
|
|
34359
34382
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34360
|
-
"line":
|
|
34383
|
+
"line": 582
|
|
34361
34384
|
},
|
|
34362
34385
|
"name": "job",
|
|
34363
34386
|
"optional": true,
|
|
@@ -34374,7 +34397,7 @@
|
|
|
34374
34397
|
"immutable": true,
|
|
34375
34398
|
"locationInModule": {
|
|
34376
34399
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34377
|
-
"line":
|
|
34400
|
+
"line": 576
|
|
34378
34401
|
},
|
|
34379
34402
|
"name": "local",
|
|
34380
34403
|
"optional": true,
|
|
@@ -34391,7 +34414,7 @@
|
|
|
34391
34414
|
"immutable": true,
|
|
34392
34415
|
"locationInModule": {
|
|
34393
34416
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34394
|
-
"line":
|
|
34417
|
+
"line": 586
|
|
34395
34418
|
},
|
|
34396
34419
|
"name": "project",
|
|
34397
34420
|
"optional": true,
|
|
@@ -34408,7 +34431,7 @@
|
|
|
34408
34431
|
"immutable": true,
|
|
34409
34432
|
"locationInModule": {
|
|
34410
34433
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34411
|
-
"line":
|
|
34434
|
+
"line": 588
|
|
34412
34435
|
},
|
|
34413
34436
|
"name": "ref",
|
|
34414
34437
|
"optional": true,
|
|
@@ -34425,7 +34448,7 @@
|
|
|
34425
34448
|
"immutable": true,
|
|
34426
34449
|
"locationInModule": {
|
|
34427
34450
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34428
|
-
"line":
|
|
34451
|
+
"line": 578
|
|
34429
34452
|
},
|
|
34430
34453
|
"name": "template",
|
|
34431
34454
|
"optional": true,
|
|
@@ -34448,7 +34471,7 @@
|
|
|
34448
34471
|
"kind": "interface",
|
|
34449
34472
|
"locationInModule": {
|
|
34450
34473
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34451
|
-
"line":
|
|
34474
|
+
"line": 604
|
|
34452
34475
|
},
|
|
34453
34476
|
"name": "VariableConfig",
|
|
34454
34477
|
"namespace": "gitlab",
|
|
@@ -34463,7 +34486,7 @@
|
|
|
34463
34486
|
"immutable": true,
|
|
34464
34487
|
"locationInModule": {
|
|
34465
34488
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34466
|
-
"line":
|
|
34489
|
+
"line": 606
|
|
34467
34490
|
},
|
|
34468
34491
|
"name": "description",
|
|
34469
34492
|
"optional": true,
|
|
@@ -34480,7 +34503,7 @@
|
|
|
34480
34503
|
"immutable": true,
|
|
34481
34504
|
"locationInModule": {
|
|
34482
34505
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34483
|
-
"line":
|
|
34506
|
+
"line": 608
|
|
34484
34507
|
},
|
|
34485
34508
|
"name": "value",
|
|
34486
34509
|
"optional": true,
|
|
@@ -34503,7 +34526,7 @@
|
|
|
34503
34526
|
"kind": "interface",
|
|
34504
34527
|
"locationInModule": {
|
|
34505
34528
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34506
|
-
"line":
|
|
34529
|
+
"line": 534
|
|
34507
34530
|
},
|
|
34508
34531
|
"name": "VaultConfig",
|
|
34509
34532
|
"namespace": "gitlab",
|
|
@@ -34516,7 +34539,7 @@
|
|
|
34516
34539
|
"immutable": true,
|
|
34517
34540
|
"locationInModule": {
|
|
34518
34541
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34519
|
-
"line":
|
|
34542
|
+
"line": 536
|
|
34520
34543
|
},
|
|
34521
34544
|
"name": "engine",
|
|
34522
34545
|
"type": {
|
|
@@ -34531,7 +34554,7 @@
|
|
|
34531
34554
|
"immutable": true,
|
|
34532
34555
|
"locationInModule": {
|
|
34533
34556
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34534
|
-
"line":
|
|
34557
|
+
"line": 538
|
|
34535
34558
|
},
|
|
34536
34559
|
"name": "field",
|
|
34537
34560
|
"type": {
|
|
@@ -34547,7 +34570,7 @@
|
|
|
34547
34570
|
"immutable": true,
|
|
34548
34571
|
"locationInModule": {
|
|
34549
34572
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34550
|
-
"line":
|
|
34573
|
+
"line": 540
|
|
34551
34574
|
},
|
|
34552
34575
|
"name": "path",
|
|
34553
34576
|
"type": {
|
|
@@ -34569,7 +34592,7 @@
|
|
|
34569
34592
|
"kind": "interface",
|
|
34570
34593
|
"locationInModule": {
|
|
34571
34594
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34572
|
-
"line":
|
|
34595
|
+
"line": 615
|
|
34573
34596
|
},
|
|
34574
34597
|
"name": "Workflow",
|
|
34575
34598
|
"namespace": "gitlab",
|
|
@@ -34583,7 +34606,7 @@
|
|
|
34583
34606
|
"immutable": true,
|
|
34584
34607
|
"locationInModule": {
|
|
34585
34608
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34586
|
-
"line":
|
|
34609
|
+
"line": 617
|
|
34587
34610
|
},
|
|
34588
34611
|
"name": "rules",
|
|
34589
34612
|
"optional": true,
|
|
@@ -34611,7 +34634,7 @@
|
|
|
34611
34634
|
"kind": "interface",
|
|
34612
34635
|
"locationInModule": {
|
|
34613
34636
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34614
|
-
"line":
|
|
34637
|
+
"line": 624
|
|
34615
34638
|
},
|
|
34616
34639
|
"name": "WorkflowRule",
|
|
34617
34640
|
"namespace": "gitlab",
|
|
@@ -34624,7 +34647,7 @@
|
|
|
34624
34647
|
"immutable": true,
|
|
34625
34648
|
"locationInModule": {
|
|
34626
34649
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34627
|
-
"line":
|
|
34650
|
+
"line": 626
|
|
34628
34651
|
},
|
|
34629
34652
|
"name": "changes",
|
|
34630
34653
|
"optional": true,
|
|
@@ -34645,7 +34668,7 @@
|
|
|
34645
34668
|
"immutable": true,
|
|
34646
34669
|
"locationInModule": {
|
|
34647
34670
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34648
|
-
"line":
|
|
34671
|
+
"line": 628
|
|
34649
34672
|
},
|
|
34650
34673
|
"name": "exists",
|
|
34651
34674
|
"optional": true,
|
|
@@ -34666,7 +34689,7 @@
|
|
|
34666
34689
|
"immutable": true,
|
|
34667
34690
|
"locationInModule": {
|
|
34668
34691
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34669
|
-
"line":
|
|
34692
|
+
"line": 630
|
|
34670
34693
|
},
|
|
34671
34694
|
"name": "if",
|
|
34672
34695
|
"optional": true,
|
|
@@ -34682,7 +34705,7 @@
|
|
|
34682
34705
|
"immutable": true,
|
|
34683
34706
|
"locationInModule": {
|
|
34684
34707
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34685
|
-
"line":
|
|
34708
|
+
"line": 632
|
|
34686
34709
|
},
|
|
34687
34710
|
"name": "variables",
|
|
34688
34711
|
"optional": true,
|
|
@@ -34712,7 +34735,7 @@
|
|
|
34712
34735
|
"immutable": true,
|
|
34713
34736
|
"locationInModule": {
|
|
34714
34737
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34715
|
-
"line":
|
|
34738
|
+
"line": 634
|
|
34716
34739
|
},
|
|
34717
34740
|
"name": "when",
|
|
34718
34741
|
"optional": true,
|
|
@@ -34735,7 +34758,7 @@
|
|
|
34735
34758
|
"kind": "enum",
|
|
34736
34759
|
"locationInModule": {
|
|
34737
34760
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34738
|
-
"line":
|
|
34761
|
+
"line": 642
|
|
34739
34762
|
},
|
|
34740
34763
|
"members": [
|
|
34741
34764
|
{
|
|
@@ -37445,7 +37468,7 @@
|
|
|
37445
37468
|
},
|
|
37446
37469
|
"locationInModule": {
|
|
37447
37470
|
"filename": "src/javascript/eslint.ts",
|
|
37448
|
-
"line":
|
|
37471
|
+
"line": 172
|
|
37449
37472
|
},
|
|
37450
37473
|
"parameters": [
|
|
37451
37474
|
{
|
|
@@ -37465,7 +37488,7 @@
|
|
|
37465
37488
|
"kind": "class",
|
|
37466
37489
|
"locationInModule": {
|
|
37467
37490
|
"filename": "src/javascript/eslint.ts",
|
|
37468
|
-
"line":
|
|
37491
|
+
"line": 130
|
|
37469
37492
|
},
|
|
37470
37493
|
"methods": [
|
|
37471
37494
|
{
|
|
@@ -37475,7 +37498,7 @@
|
|
|
37475
37498
|
},
|
|
37476
37499
|
"locationInModule": {
|
|
37477
37500
|
"filename": "src/javascript/eslint.ts",
|
|
37478
|
-
"line":
|
|
37501
|
+
"line": 134
|
|
37479
37502
|
},
|
|
37480
37503
|
"name": "of",
|
|
37481
37504
|
"parameters": [
|
|
@@ -37501,7 +37524,7 @@
|
|
|
37501
37524
|
},
|
|
37502
37525
|
"locationInModule": {
|
|
37503
37526
|
"filename": "src/javascript/eslint.ts",
|
|
37504
|
-
"line":
|
|
37527
|
+
"line": 470
|
|
37505
37528
|
},
|
|
37506
37529
|
"name": "addExtends",
|
|
37507
37530
|
"parameters": [
|
|
@@ -37525,7 +37548,7 @@
|
|
|
37525
37548
|
},
|
|
37526
37549
|
"locationInModule": {
|
|
37527
37550
|
"filename": "src/javascript/eslint.ts",
|
|
37528
|
-
"line":
|
|
37551
|
+
"line": 462
|
|
37529
37552
|
},
|
|
37530
37553
|
"name": "addIgnorePattern",
|
|
37531
37554
|
"parameters": [
|
|
@@ -37544,7 +37567,7 @@
|
|
|
37544
37567
|
},
|
|
37545
37568
|
"locationInModule": {
|
|
37546
37569
|
"filename": "src/javascript/eslint.ts",
|
|
37547
|
-
"line":
|
|
37570
|
+
"line": 430
|
|
37548
37571
|
},
|
|
37549
37572
|
"name": "addLintPattern",
|
|
37550
37573
|
"parameters": [
|
|
@@ -37563,7 +37586,7 @@
|
|
|
37563
37586
|
},
|
|
37564
37587
|
"locationInModule": {
|
|
37565
37588
|
"filename": "src/javascript/eslint.ts",
|
|
37566
|
-
"line":
|
|
37589
|
+
"line": 455
|
|
37567
37590
|
},
|
|
37568
37591
|
"name": "addOverride",
|
|
37569
37592
|
"parameters": [
|
|
@@ -37582,7 +37605,7 @@
|
|
|
37582
37605
|
},
|
|
37583
37606
|
"locationInModule": {
|
|
37584
37607
|
"filename": "src/javascript/eslint.ts",
|
|
37585
|
-
"line":
|
|
37608
|
+
"line": 448
|
|
37586
37609
|
},
|
|
37587
37610
|
"name": "addPlugins",
|
|
37588
37611
|
"parameters": [
|
|
@@ -37606,7 +37629,7 @@
|
|
|
37606
37629
|
},
|
|
37607
37630
|
"locationInModule": {
|
|
37608
37631
|
"filename": "src/javascript/eslint.ts",
|
|
37609
|
-
"line":
|
|
37632
|
+
"line": 438
|
|
37610
37633
|
},
|
|
37611
37634
|
"name": "addRules",
|
|
37612
37635
|
"parameters": [
|
|
@@ -37630,7 +37653,7 @@
|
|
|
37630
37653
|
},
|
|
37631
37654
|
"locationInModule": {
|
|
37632
37655
|
"filename": "src/javascript/eslint.ts",
|
|
37633
|
-
"line":
|
|
37656
|
+
"line": 478
|
|
37634
37657
|
},
|
|
37635
37658
|
"name": "allowDevDeps",
|
|
37636
37659
|
"parameters": [
|
|
@@ -37657,7 +37680,7 @@
|
|
|
37657
37680
|
"immutable": true,
|
|
37658
37681
|
"locationInModule": {
|
|
37659
37682
|
"filename": "src/javascript/eslint.ts",
|
|
37660
|
-
"line":
|
|
37683
|
+
"line": 157
|
|
37661
37684
|
},
|
|
37662
37685
|
"name": "config",
|
|
37663
37686
|
"type": {
|
|
@@ -37672,7 +37695,7 @@
|
|
|
37672
37695
|
"immutable": true,
|
|
37673
37696
|
"locationInModule": {
|
|
37674
37697
|
"filename": "src/javascript/eslint.ts",
|
|
37675
|
-
"line":
|
|
37698
|
+
"line": 152
|
|
37676
37699
|
},
|
|
37677
37700
|
"name": "eslintTask",
|
|
37678
37701
|
"type": {
|
|
@@ -37687,7 +37710,7 @@
|
|
|
37687
37710
|
"immutable": true,
|
|
37688
37711
|
"locationInModule": {
|
|
37689
37712
|
"filename": "src/javascript/eslint.ts",
|
|
37690
|
-
"line":
|
|
37713
|
+
"line": 162
|
|
37691
37714
|
},
|
|
37692
37715
|
"name": "ignorePatterns",
|
|
37693
37716
|
"type": {
|
|
@@ -37707,7 +37730,7 @@
|
|
|
37707
37730
|
"immutable": true,
|
|
37708
37731
|
"locationInModule": {
|
|
37709
37732
|
"filename": "src/javascript/eslint.ts",
|
|
37710
|
-
"line":
|
|
37733
|
+
"line": 147
|
|
37711
37734
|
},
|
|
37712
37735
|
"name": "overrides",
|
|
37713
37736
|
"type": {
|
|
@@ -37727,7 +37750,7 @@
|
|
|
37727
37750
|
"immutable": true,
|
|
37728
37751
|
"locationInModule": {
|
|
37729
37752
|
"filename": "src/javascript/eslint.ts",
|
|
37730
|
-
"line":
|
|
37753
|
+
"line": 142
|
|
37731
37754
|
},
|
|
37732
37755
|
"name": "rules",
|
|
37733
37756
|
"type": {
|
|
@@ -38051,6 +38074,51 @@
|
|
|
38051
38074
|
}
|
|
38052
38075
|
}
|
|
38053
38076
|
},
|
|
38077
|
+
{
|
|
38078
|
+
"abstract": true,
|
|
38079
|
+
"docs": {
|
|
38080
|
+
"remarks": "If a file matches any of the excluded patterns, the configuration won’t apply.",
|
|
38081
|
+
"stability": "experimental",
|
|
38082
|
+
"summary": "Pattern(s) to exclude from this override."
|
|
38083
|
+
},
|
|
38084
|
+
"immutable": true,
|
|
38085
|
+
"locationInModule": {
|
|
38086
|
+
"filename": "src/javascript/eslint.ts",
|
|
38087
|
+
"line": 104
|
|
38088
|
+
},
|
|
38089
|
+
"name": "excludedFiles",
|
|
38090
|
+
"optional": true,
|
|
38091
|
+
"type": {
|
|
38092
|
+
"collection": {
|
|
38093
|
+
"elementtype": {
|
|
38094
|
+
"primitive": "string"
|
|
38095
|
+
},
|
|
38096
|
+
"kind": "array"
|
|
38097
|
+
}
|
|
38098
|
+
}
|
|
38099
|
+
},
|
|
38100
|
+
{
|
|
38101
|
+
"abstract": true,
|
|
38102
|
+
"docs": {
|
|
38103
|
+
"stability": "experimental",
|
|
38104
|
+
"summary": "Config(s) to extend in this override."
|
|
38105
|
+
},
|
|
38106
|
+
"immutable": true,
|
|
38107
|
+
"locationInModule": {
|
|
38108
|
+
"filename": "src/javascript/eslint.ts",
|
|
38109
|
+
"line": 119
|
|
38110
|
+
},
|
|
38111
|
+
"name": "extends",
|
|
38112
|
+
"optional": true,
|
|
38113
|
+
"type": {
|
|
38114
|
+
"collection": {
|
|
38115
|
+
"elementtype": {
|
|
38116
|
+
"primitive": "string"
|
|
38117
|
+
},
|
|
38118
|
+
"kind": "array"
|
|
38119
|
+
}
|
|
38120
|
+
}
|
|
38121
|
+
},
|
|
38054
38122
|
{
|
|
38055
38123
|
"abstract": true,
|
|
38056
38124
|
"docs": {
|
|
@@ -38060,7 +38128,7 @@
|
|
|
38060
38128
|
"immutable": true,
|
|
38061
38129
|
"locationInModule": {
|
|
38062
38130
|
"filename": "src/javascript/eslint.ts",
|
|
38063
|
-
"line":
|
|
38131
|
+
"line": 114
|
|
38064
38132
|
},
|
|
38065
38133
|
"name": "parser",
|
|
38066
38134
|
"optional": true,
|
|
@@ -38068,6 +38136,28 @@
|
|
|
38068
38136
|
"primitive": "string"
|
|
38069
38137
|
}
|
|
38070
38138
|
},
|
|
38139
|
+
{
|
|
38140
|
+
"abstract": true,
|
|
38141
|
+
"docs": {
|
|
38142
|
+
"stability": "experimental",
|
|
38143
|
+
"summary": "`plugins` override."
|
|
38144
|
+
},
|
|
38145
|
+
"immutable": true,
|
|
38146
|
+
"locationInModule": {
|
|
38147
|
+
"filename": "src/javascript/eslint.ts",
|
|
38148
|
+
"line": 124
|
|
38149
|
+
},
|
|
38150
|
+
"name": "plugins",
|
|
38151
|
+
"optional": true,
|
|
38152
|
+
"type": {
|
|
38153
|
+
"collection": {
|
|
38154
|
+
"elementtype": {
|
|
38155
|
+
"primitive": "string"
|
|
38156
|
+
},
|
|
38157
|
+
"kind": "array"
|
|
38158
|
+
}
|
|
38159
|
+
}
|
|
38160
|
+
},
|
|
38071
38161
|
{
|
|
38072
38162
|
"abstract": true,
|
|
38073
38163
|
"docs": {
|
|
@@ -38077,7 +38167,7 @@
|
|
|
38077
38167
|
"immutable": true,
|
|
38078
38168
|
"locationInModule": {
|
|
38079
38169
|
"filename": "src/javascript/eslint.ts",
|
|
38080
|
-
"line":
|
|
38170
|
+
"line": 109
|
|
38081
38171
|
},
|
|
38082
38172
|
"name": "rules",
|
|
38083
38173
|
"optional": true,
|
|
@@ -56352,6 +56442,6 @@
|
|
|
56352
56442
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
56353
56443
|
}
|
|
56354
56444
|
},
|
|
56355
|
-
"version": "0.74.
|
|
56356
|
-
"fingerprint": "
|
|
56445
|
+
"version": "0.74.17",
|
|
56446
|
+
"fingerprint": "R/DtaaARcbHBVAIiK5ee6tLjxNlx3HTK0Ogvxi1bcUI="
|
|
56357
56447
|
}
|