projen 0.73.14 → 0.73.15
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 +215 -145
- package/docs/api/API.md +16 -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 +10 -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.js +1 -1
- 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/run-task.js +0 -1894
- 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
|
@@ -29769,7 +29769,7 @@
|
|
|
29769
29769
|
"kind": "enum",
|
|
29770
29770
|
"locationInModule": {
|
|
29771
29771
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29772
|
-
"line":
|
|
29772
|
+
"line": 374
|
|
29773
29773
|
},
|
|
29774
29774
|
"members": [
|
|
29775
29775
|
{
|
|
@@ -29808,7 +29808,7 @@
|
|
|
29808
29808
|
"kind": "interface",
|
|
29809
29809
|
"locationInModule": {
|
|
29810
29810
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29811
|
-
"line":
|
|
29811
|
+
"line": 263
|
|
29812
29812
|
},
|
|
29813
29813
|
"name": "AllowFailure",
|
|
29814
29814
|
"namespace": "gitlab",
|
|
@@ -29821,7 +29821,7 @@
|
|
|
29821
29821
|
"immutable": true,
|
|
29822
29822
|
"locationInModule": {
|
|
29823
29823
|
"filename": "src/gitlab/configuration-model.ts",
|
|
29824
|
-
"line":
|
|
29824
|
+
"line": 264
|
|
29825
29825
|
},
|
|
29826
29826
|
"name": "exitCodes",
|
|
29827
29827
|
"type": {
|
|
@@ -30026,7 +30026,7 @@
|
|
|
30026
30026
|
"kind": "interface",
|
|
30027
30027
|
"locationInModule": {
|
|
30028
30028
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30029
|
-
"line":
|
|
30029
|
+
"line": 490
|
|
30030
30030
|
},
|
|
30031
30031
|
"name": "Assets",
|
|
30032
30032
|
"namespace": "gitlab",
|
|
@@ -30040,7 +30040,7 @@
|
|
|
30040
30040
|
"immutable": true,
|
|
30041
30041
|
"locationInModule": {
|
|
30042
30042
|
"filename": "src/gitlab/configuration-model.ts",
|
|
30043
|
-
"line":
|
|
30043
|
+
"line": 492
|
|
30044
30044
|
},
|
|
30045
30045
|
"name": "links",
|
|
30046
30046
|
"type": {
|
|
@@ -31225,7 +31225,7 @@
|
|
|
31225
31225
|
"kind": "enum",
|
|
31226
31226
|
"locationInModule": {
|
|
31227
31227
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31228
|
-
"line":
|
|
31228
|
+
"line": 435
|
|
31229
31229
|
},
|
|
31230
31230
|
"members": [
|
|
31231
31231
|
{
|
|
@@ -31303,7 +31303,7 @@
|
|
|
31303
31303
|
"kind": "enum",
|
|
31304
31304
|
"locationInModule": {
|
|
31305
31305
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31306
|
-
"line":
|
|
31306
|
+
"line": 384
|
|
31307
31307
|
},
|
|
31308
31308
|
"members": [
|
|
31309
31309
|
{
|
|
@@ -31352,7 +31352,7 @@
|
|
|
31352
31352
|
"kind": "interface",
|
|
31353
31353
|
"locationInModule": {
|
|
31354
31354
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31355
|
-
"line":
|
|
31355
|
+
"line": 543
|
|
31356
31356
|
},
|
|
31357
31357
|
"name": "Engine",
|
|
31358
31358
|
"namespace": "gitlab",
|
|
@@ -31366,7 +31366,7 @@
|
|
|
31366
31366
|
"immutable": true,
|
|
31367
31367
|
"locationInModule": {
|
|
31368
31368
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31369
|
-
"line":
|
|
31369
|
+
"line": 545
|
|
31370
31370
|
},
|
|
31371
31371
|
"name": "name",
|
|
31372
31372
|
"type": {
|
|
@@ -31382,7 +31382,7 @@
|
|
|
31382
31382
|
"immutable": true,
|
|
31383
31383
|
"locationInModule": {
|
|
31384
31384
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31385
|
-
"line":
|
|
31385
|
+
"line": 547
|
|
31386
31386
|
},
|
|
31387
31387
|
"name": "path",
|
|
31388
31388
|
"type": {
|
|
@@ -31403,7 +31403,7 @@
|
|
|
31403
31403
|
"kind": "interface",
|
|
31404
31404
|
"locationInModule": {
|
|
31405
31405
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31406
|
-
"line":
|
|
31406
|
+
"line": 352
|
|
31407
31407
|
},
|
|
31408
31408
|
"name": "Environment",
|
|
31409
31409
|
"namespace": "gitlab",
|
|
@@ -31417,7 +31417,7 @@
|
|
|
31417
31417
|
"immutable": true,
|
|
31418
31418
|
"locationInModule": {
|
|
31419
31419
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31420
|
-
"line":
|
|
31420
|
+
"line": 362
|
|
31421
31421
|
},
|
|
31422
31422
|
"name": "name",
|
|
31423
31423
|
"type": {
|
|
@@ -31434,7 +31434,7 @@
|
|
|
31434
31434
|
"immutable": true,
|
|
31435
31435
|
"locationInModule": {
|
|
31436
31436
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31437
|
-
"line":
|
|
31437
|
+
"line": 354
|
|
31438
31438
|
},
|
|
31439
31439
|
"name": "action",
|
|
31440
31440
|
"optional": true,
|
|
@@ -31452,7 +31452,7 @@
|
|
|
31452
31452
|
"immutable": true,
|
|
31453
31453
|
"locationInModule": {
|
|
31454
31454
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31455
|
-
"line":
|
|
31455
|
+
"line": 356
|
|
31456
31456
|
},
|
|
31457
31457
|
"name": "autoStopIn",
|
|
31458
31458
|
"optional": true,
|
|
@@ -31469,7 +31469,7 @@
|
|
|
31469
31469
|
"immutable": true,
|
|
31470
31470
|
"locationInModule": {
|
|
31471
31471
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31472
|
-
"line":
|
|
31472
|
+
"line": 358
|
|
31473
31473
|
},
|
|
31474
31474
|
"name": "deploymentTier",
|
|
31475
31475
|
"optional": true,
|
|
@@ -31487,7 +31487,7 @@
|
|
|
31487
31487
|
"immutable": true,
|
|
31488
31488
|
"locationInModule": {
|
|
31489
31489
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31490
|
-
"line":
|
|
31490
|
+
"line": 360
|
|
31491
31491
|
},
|
|
31492
31492
|
"name": "kubernetes",
|
|
31493
31493
|
"optional": true,
|
|
@@ -31504,7 +31504,7 @@
|
|
|
31504
31504
|
"immutable": true,
|
|
31505
31505
|
"locationInModule": {
|
|
31506
31506
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31507
|
-
"line":
|
|
31507
|
+
"line": 364
|
|
31508
31508
|
},
|
|
31509
31509
|
"name": "onStop",
|
|
31510
31510
|
"optional": true,
|
|
@@ -31521,7 +31521,7 @@
|
|
|
31521
31521
|
"immutable": true,
|
|
31522
31522
|
"locationInModule": {
|
|
31523
31523
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31524
|
-
"line":
|
|
31524
|
+
"line": 366
|
|
31525
31525
|
},
|
|
31526
31526
|
"name": "url",
|
|
31527
31527
|
"optional": true,
|
|
@@ -31543,7 +31543,7 @@
|
|
|
31543
31543
|
"kind": "interface",
|
|
31544
31544
|
"locationInModule": {
|
|
31545
31545
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31546
|
-
"line":
|
|
31546
|
+
"line": 404
|
|
31547
31547
|
},
|
|
31548
31548
|
"name": "Filter",
|
|
31549
31549
|
"namespace": "gitlab",
|
|
@@ -31557,7 +31557,7 @@
|
|
|
31557
31557
|
"immutable": true,
|
|
31558
31558
|
"locationInModule": {
|
|
31559
31559
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31560
|
-
"line":
|
|
31560
|
+
"line": 406
|
|
31561
31561
|
},
|
|
31562
31562
|
"name": "changes",
|
|
31563
31563
|
"optional": true,
|
|
@@ -31579,7 +31579,7 @@
|
|
|
31579
31579
|
"immutable": true,
|
|
31580
31580
|
"locationInModule": {
|
|
31581
31581
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31582
|
-
"line":
|
|
31582
|
+
"line": 408
|
|
31583
31583
|
},
|
|
31584
31584
|
"name": "kubernetes",
|
|
31585
31585
|
"optional": true,
|
|
@@ -31596,7 +31596,7 @@
|
|
|
31596
31596
|
"immutable": true,
|
|
31597
31597
|
"locationInModule": {
|
|
31598
31598
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31599
|
-
"line":
|
|
31599
|
+
"line": 410
|
|
31600
31600
|
},
|
|
31601
31601
|
"name": "refs",
|
|
31602
31602
|
"optional": true,
|
|
@@ -31619,7 +31619,7 @@
|
|
|
31619
31619
|
"immutable": true,
|
|
31620
31620
|
"locationInModule": {
|
|
31621
31621
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31622
|
-
"line":
|
|
31622
|
+
"line": 412
|
|
31623
31623
|
},
|
|
31624
31624
|
"name": "variables",
|
|
31625
31625
|
"optional": true,
|
|
@@ -31730,6 +31730,54 @@
|
|
|
31730
31730
|
],
|
|
31731
31731
|
"symbolId": "src/gitlab/gitlab-configuration:GitlabConfiguration"
|
|
31732
31732
|
},
|
|
31733
|
+
"projen.gitlab.IDToken": {
|
|
31734
|
+
"assembly": "projen",
|
|
31735
|
+
"docs": {
|
|
31736
|
+
"see": "https://docs.gitlab.com/ee/ci/yaml/#id_tokens",
|
|
31737
|
+
"stability": "experimental",
|
|
31738
|
+
"summary": "id_tokens Definition."
|
|
31739
|
+
},
|
|
31740
|
+
"fqn": "projen.gitlab.IDToken",
|
|
31741
|
+
"kind": "interface",
|
|
31742
|
+
"locationInModule": {
|
|
31743
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
31744
|
+
"line": 171
|
|
31745
|
+
},
|
|
31746
|
+
"name": "IDToken",
|
|
31747
|
+
"namespace": "gitlab",
|
|
31748
|
+
"properties": [
|
|
31749
|
+
{
|
|
31750
|
+
"abstract": true,
|
|
31751
|
+
"docs": {
|
|
31752
|
+
"stability": "experimental",
|
|
31753
|
+
"summary": "The required aud sub-keyword is used to configure the aud claim for the JWT."
|
|
31754
|
+
},
|
|
31755
|
+
"locationInModule": {
|
|
31756
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
31757
|
+
"line": 173
|
|
31758
|
+
},
|
|
31759
|
+
"name": "aud",
|
|
31760
|
+
"type": {
|
|
31761
|
+
"union": {
|
|
31762
|
+
"types": [
|
|
31763
|
+
{
|
|
31764
|
+
"primitive": "string"
|
|
31765
|
+
},
|
|
31766
|
+
{
|
|
31767
|
+
"collection": {
|
|
31768
|
+
"elementtype": {
|
|
31769
|
+
"primitive": "string"
|
|
31770
|
+
},
|
|
31771
|
+
"kind": "array"
|
|
31772
|
+
}
|
|
31773
|
+
}
|
|
31774
|
+
]
|
|
31775
|
+
}
|
|
31776
|
+
}
|
|
31777
|
+
}
|
|
31778
|
+
],
|
|
31779
|
+
"symbolId": "src/gitlab/configuration-model:IDToken"
|
|
31780
|
+
},
|
|
31733
31781
|
"projen.gitlab.Image": {
|
|
31734
31782
|
"assembly": "projen",
|
|
31735
31783
|
"datatype": true,
|
|
@@ -31743,7 +31791,7 @@
|
|
|
31743
31791
|
"kind": "interface",
|
|
31744
31792
|
"locationInModule": {
|
|
31745
31793
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31746
|
-
"line":
|
|
31794
|
+
"line": 181
|
|
31747
31795
|
},
|
|
31748
31796
|
"name": "Image",
|
|
31749
31797
|
"namespace": "gitlab",
|
|
@@ -31758,7 +31806,7 @@
|
|
|
31758
31806
|
"immutable": true,
|
|
31759
31807
|
"locationInModule": {
|
|
31760
31808
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31761
|
-
"line":
|
|
31809
|
+
"line": 185
|
|
31762
31810
|
},
|
|
31763
31811
|
"name": "name",
|
|
31764
31812
|
"type": {
|
|
@@ -31775,7 +31823,7 @@
|
|
|
31775
31823
|
"immutable": true,
|
|
31776
31824
|
"locationInModule": {
|
|
31777
31825
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31778
|
-
"line":
|
|
31826
|
+
"line": 183
|
|
31779
31827
|
},
|
|
31780
31828
|
"name": "entrypoint",
|
|
31781
31829
|
"optional": true,
|
|
@@ -31803,7 +31851,7 @@
|
|
|
31803
31851
|
"kind": "interface",
|
|
31804
31852
|
"locationInModule": {
|
|
31805
31853
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31806
|
-
"line":
|
|
31854
|
+
"line": 218
|
|
31807
31855
|
},
|
|
31808
31856
|
"name": "Include",
|
|
31809
31857
|
"namespace": "gitlab",
|
|
@@ -31818,7 +31866,7 @@
|
|
|
31818
31866
|
"immutable": true,
|
|
31819
31867
|
"locationInModule": {
|
|
31820
31868
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31821
|
-
"line":
|
|
31869
|
+
"line": 224
|
|
31822
31870
|
},
|
|
31823
31871
|
"name": "file",
|
|
31824
31872
|
"optional": true,
|
|
@@ -31841,7 +31889,7 @@
|
|
|
31841
31889
|
"immutable": true,
|
|
31842
31890
|
"locationInModule": {
|
|
31843
31891
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31844
|
-
"line":
|
|
31892
|
+
"line": 220
|
|
31845
31893
|
},
|
|
31846
31894
|
"name": "local",
|
|
31847
31895
|
"optional": true,
|
|
@@ -31858,7 +31906,7 @@
|
|
|
31858
31906
|
"immutable": true,
|
|
31859
31907
|
"locationInModule": {
|
|
31860
31908
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31861
|
-
"line":
|
|
31909
|
+
"line": 226
|
|
31862
31910
|
},
|
|
31863
31911
|
"name": "project",
|
|
31864
31912
|
"optional": true,
|
|
@@ -31875,7 +31923,7 @@
|
|
|
31875
31923
|
"immutable": true,
|
|
31876
31924
|
"locationInModule": {
|
|
31877
31925
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31878
|
-
"line":
|
|
31926
|
+
"line": 228
|
|
31879
31927
|
},
|
|
31880
31928
|
"name": "ref",
|
|
31881
31929
|
"optional": true,
|
|
@@ -31892,7 +31940,7 @@
|
|
|
31892
31940
|
"immutable": true,
|
|
31893
31941
|
"locationInModule": {
|
|
31894
31942
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31895
|
-
"line":
|
|
31943
|
+
"line": 232
|
|
31896
31944
|
},
|
|
31897
31945
|
"name": "remote",
|
|
31898
31946
|
"optional": true,
|
|
@@ -31909,7 +31957,7 @@
|
|
|
31909
31957
|
"immutable": true,
|
|
31910
31958
|
"locationInModule": {
|
|
31911
31959
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31912
|
-
"line":
|
|
31960
|
+
"line": 222
|
|
31913
31961
|
},
|
|
31914
31962
|
"name": "rules",
|
|
31915
31963
|
"optional": true,
|
|
@@ -31931,7 +31979,7 @@
|
|
|
31931
31979
|
"immutable": true,
|
|
31932
31980
|
"locationInModule": {
|
|
31933
31981
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31934
|
-
"line":
|
|
31982
|
+
"line": 230
|
|
31935
31983
|
},
|
|
31936
31984
|
"name": "template",
|
|
31937
31985
|
"optional": true,
|
|
@@ -31954,7 +32002,7 @@
|
|
|
31954
32002
|
"kind": "interface",
|
|
31955
32003
|
"locationInModule": {
|
|
31956
32004
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31957
|
-
"line":
|
|
32005
|
+
"line": 240
|
|
31958
32006
|
},
|
|
31959
32007
|
"name": "IncludeRule",
|
|
31960
32008
|
"namespace": "gitlab",
|
|
@@ -31967,7 +32015,7 @@
|
|
|
31967
32015
|
"immutable": true,
|
|
31968
32016
|
"locationInModule": {
|
|
31969
32017
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31970
|
-
"line":
|
|
32018
|
+
"line": 242
|
|
31971
32019
|
},
|
|
31972
32020
|
"name": "allowFailure",
|
|
31973
32021
|
"optional": true,
|
|
@@ -31992,7 +32040,7 @@
|
|
|
31992
32040
|
"immutable": true,
|
|
31993
32041
|
"locationInModule": {
|
|
31994
32042
|
"filename": "src/gitlab/configuration-model.ts",
|
|
31995
|
-
"line":
|
|
32043
|
+
"line": 244
|
|
31996
32044
|
},
|
|
31997
32045
|
"name": "changes",
|
|
31998
32046
|
"optional": true,
|
|
@@ -32013,7 +32061,7 @@
|
|
|
32013
32061
|
"immutable": true,
|
|
32014
32062
|
"locationInModule": {
|
|
32015
32063
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32016
|
-
"line":
|
|
32064
|
+
"line": 246
|
|
32017
32065
|
},
|
|
32018
32066
|
"name": "exists",
|
|
32019
32067
|
"optional": true,
|
|
@@ -32034,7 +32082,7 @@
|
|
|
32034
32082
|
"immutable": true,
|
|
32035
32083
|
"locationInModule": {
|
|
32036
32084
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32037
|
-
"line":
|
|
32085
|
+
"line": 248
|
|
32038
32086
|
},
|
|
32039
32087
|
"name": "if",
|
|
32040
32088
|
"optional": true,
|
|
@@ -32050,7 +32098,7 @@
|
|
|
32050
32098
|
"immutable": true,
|
|
32051
32099
|
"locationInModule": {
|
|
32052
32100
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32053
|
-
"line":
|
|
32101
|
+
"line": 250
|
|
32054
32102
|
},
|
|
32055
32103
|
"name": "startIn",
|
|
32056
32104
|
"optional": true,
|
|
@@ -32066,7 +32114,7 @@
|
|
|
32066
32114
|
"immutable": true,
|
|
32067
32115
|
"locationInModule": {
|
|
32068
32116
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32069
|
-
"line":
|
|
32117
|
+
"line": 252
|
|
32070
32118
|
},
|
|
32071
32119
|
"name": "variables",
|
|
32072
32120
|
"optional": true,
|
|
@@ -32096,7 +32144,7 @@
|
|
|
32096
32144
|
"immutable": true,
|
|
32097
32145
|
"locationInModule": {
|
|
32098
32146
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32099
|
-
"line":
|
|
32147
|
+
"line": 254
|
|
32100
32148
|
},
|
|
32101
32149
|
"name": "when",
|
|
32102
32150
|
"optional": true,
|
|
@@ -32119,7 +32167,7 @@
|
|
|
32119
32167
|
"kind": "interface",
|
|
32120
32168
|
"locationInModule": {
|
|
32121
32169
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32122
|
-
"line":
|
|
32170
|
+
"line": 428
|
|
32123
32171
|
},
|
|
32124
32172
|
"name": "Inherit",
|
|
32125
32173
|
"namespace": "gitlab",
|
|
@@ -32134,7 +32182,7 @@
|
|
|
32134
32182
|
"immutable": true,
|
|
32135
32183
|
"locationInModule": {
|
|
32136
32184
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32137
|
-
"line":
|
|
32185
|
+
"line": 430
|
|
32138
32186
|
},
|
|
32139
32187
|
"name": "default",
|
|
32140
32188
|
"optional": true,
|
|
@@ -32166,7 +32214,7 @@
|
|
|
32166
32214
|
"immutable": true,
|
|
32167
32215
|
"locationInModule": {
|
|
32168
32216
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32169
|
-
"line":
|
|
32217
|
+
"line": 432
|
|
32170
32218
|
},
|
|
32171
32219
|
"name": "variables",
|
|
32172
32220
|
"optional": true,
|
|
@@ -32203,7 +32251,7 @@
|
|
|
32203
32251
|
"kind": "interface",
|
|
32204
32252
|
"locationInModule": {
|
|
32205
32253
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32206
|
-
"line":
|
|
32254
|
+
"line": 284
|
|
32207
32255
|
},
|
|
32208
32256
|
"name": "Job",
|
|
32209
32257
|
"namespace": "gitlab",
|
|
@@ -32216,7 +32264,7 @@
|
|
|
32216
32264
|
"immutable": true,
|
|
32217
32265
|
"locationInModule": {
|
|
32218
32266
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32219
|
-
"line":
|
|
32267
|
+
"line": 286
|
|
32220
32268
|
},
|
|
32221
32269
|
"name": "afterScript",
|
|
32222
32270
|
"optional": true,
|
|
@@ -32238,7 +32286,7 @@
|
|
|
32238
32286
|
"immutable": true,
|
|
32239
32287
|
"locationInModule": {
|
|
32240
32288
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32241
|
-
"line":
|
|
32289
|
+
"line": 288
|
|
32242
32290
|
},
|
|
32243
32291
|
"name": "allowFailure",
|
|
32244
32292
|
"optional": true,
|
|
@@ -32263,7 +32311,7 @@
|
|
|
32263
32311
|
"immutable": true,
|
|
32264
32312
|
"locationInModule": {
|
|
32265
32313
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32266
|
-
"line":
|
|
32314
|
+
"line": 290
|
|
32267
32315
|
},
|
|
32268
32316
|
"name": "artifacts",
|
|
32269
32317
|
"optional": true,
|
|
@@ -32279,7 +32327,7 @@
|
|
|
32279
32327
|
"immutable": true,
|
|
32280
32328
|
"locationInModule": {
|
|
32281
32329
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32282
|
-
"line":
|
|
32330
|
+
"line": 292
|
|
32283
32331
|
},
|
|
32284
32332
|
"name": "beforeScript",
|
|
32285
32333
|
"optional": true,
|
|
@@ -32300,7 +32348,7 @@
|
|
|
32300
32348
|
"immutable": true,
|
|
32301
32349
|
"locationInModule": {
|
|
32302
32350
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32303
|
-
"line":
|
|
32351
|
+
"line": 294
|
|
32304
32352
|
},
|
|
32305
32353
|
"name": "cache",
|
|
32306
32354
|
"optional": true,
|
|
@@ -32318,7 +32366,7 @@
|
|
|
32318
32366
|
"immutable": true,
|
|
32319
32367
|
"locationInModule": {
|
|
32320
32368
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32321
|
-
"line":
|
|
32369
|
+
"line": 296
|
|
32322
32370
|
},
|
|
32323
32371
|
"name": "coverage",
|
|
32324
32372
|
"optional": true,
|
|
@@ -32336,7 +32384,7 @@
|
|
|
32336
32384
|
"immutable": true,
|
|
32337
32385
|
"locationInModule": {
|
|
32338
32386
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32339
|
-
"line":
|
|
32387
|
+
"line": 298
|
|
32340
32388
|
},
|
|
32341
32389
|
"name": "dependencies",
|
|
32342
32390
|
"optional": true,
|
|
@@ -32359,7 +32407,7 @@
|
|
|
32359
32407
|
"immutable": true,
|
|
32360
32408
|
"locationInModule": {
|
|
32361
32409
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32362
|
-
"line":
|
|
32410
|
+
"line": 300
|
|
32363
32411
|
},
|
|
32364
32412
|
"name": "environment",
|
|
32365
32413
|
"optional": true,
|
|
@@ -32385,7 +32433,7 @@
|
|
|
32385
32433
|
"immutable": true,
|
|
32386
32434
|
"locationInModule": {
|
|
32387
32435
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32388
|
-
"line":
|
|
32436
|
+
"line": 302
|
|
32389
32437
|
},
|
|
32390
32438
|
"name": "except",
|
|
32391
32439
|
"optional": true,
|
|
@@ -32416,7 +32464,7 @@
|
|
|
32416
32464
|
"immutable": true,
|
|
32417
32465
|
"locationInModule": {
|
|
32418
32466
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32419
|
-
"line":
|
|
32467
|
+
"line": 304
|
|
32420
32468
|
},
|
|
32421
32469
|
"name": "extends",
|
|
32422
32470
|
"optional": true,
|
|
@@ -32429,6 +32477,28 @@
|
|
|
32429
32477
|
}
|
|
32430
32478
|
}
|
|
32431
32479
|
},
|
|
32480
|
+
{
|
|
32481
|
+
"abstract": true,
|
|
32482
|
+
"docs": {
|
|
32483
|
+
"stability": "experimental",
|
|
32484
|
+
"summary": "Configurable ID tokens (JSON Web Tokens) that are used for CI/CD authentication."
|
|
32485
|
+
},
|
|
32486
|
+
"immutable": true,
|
|
32487
|
+
"locationInModule": {
|
|
32488
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
32489
|
+
"line": 306
|
|
32490
|
+
},
|
|
32491
|
+
"name": "idTokens",
|
|
32492
|
+
"optional": true,
|
|
32493
|
+
"type": {
|
|
32494
|
+
"collection": {
|
|
32495
|
+
"elementtype": {
|
|
32496
|
+
"fqn": "projen.gitlab.IDToken"
|
|
32497
|
+
},
|
|
32498
|
+
"kind": "map"
|
|
32499
|
+
}
|
|
32500
|
+
}
|
|
32501
|
+
},
|
|
32432
32502
|
{
|
|
32433
32503
|
"abstract": true,
|
|
32434
32504
|
"docs": {
|
|
@@ -32437,7 +32507,7 @@
|
|
|
32437
32507
|
"immutable": true,
|
|
32438
32508
|
"locationInModule": {
|
|
32439
32509
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32440
|
-
"line":
|
|
32510
|
+
"line": 308
|
|
32441
32511
|
},
|
|
32442
32512
|
"name": "image",
|
|
32443
32513
|
"optional": true,
|
|
@@ -32455,7 +32525,7 @@
|
|
|
32455
32525
|
"immutable": true,
|
|
32456
32526
|
"locationInModule": {
|
|
32457
32527
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32458
|
-
"line":
|
|
32528
|
+
"line": 310
|
|
32459
32529
|
},
|
|
32460
32530
|
"name": "inherit",
|
|
32461
32531
|
"optional": true,
|
|
@@ -32471,7 +32541,7 @@
|
|
|
32471
32541
|
"immutable": true,
|
|
32472
32542
|
"locationInModule": {
|
|
32473
32543
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32474
|
-
"line":
|
|
32544
|
+
"line": 312
|
|
32475
32545
|
},
|
|
32476
32546
|
"name": "interruptible",
|
|
32477
32547
|
"optional": true,
|
|
@@ -32488,7 +32558,7 @@
|
|
|
32488
32558
|
"immutable": true,
|
|
32489
32559
|
"locationInModule": {
|
|
32490
32560
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32491
|
-
"line":
|
|
32561
|
+
"line": 314
|
|
32492
32562
|
},
|
|
32493
32563
|
"name": "needs",
|
|
32494
32564
|
"optional": true,
|
|
@@ -32519,7 +32589,7 @@
|
|
|
32519
32589
|
"immutable": true,
|
|
32520
32590
|
"locationInModule": {
|
|
32521
32591
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32522
|
-
"line":
|
|
32592
|
+
"line": 316
|
|
32523
32593
|
},
|
|
32524
32594
|
"name": "only",
|
|
32525
32595
|
"optional": true,
|
|
@@ -32550,7 +32620,7 @@
|
|
|
32550
32620
|
"immutable": true,
|
|
32551
32621
|
"locationInModule": {
|
|
32552
32622
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32553
|
-
"line":
|
|
32623
|
+
"line": 318
|
|
32554
32624
|
},
|
|
32555
32625
|
"name": "parallel",
|
|
32556
32626
|
"optional": true,
|
|
@@ -32576,7 +32646,7 @@
|
|
|
32576
32646
|
"immutable": true,
|
|
32577
32647
|
"locationInModule": {
|
|
32578
32648
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32579
|
-
"line":
|
|
32649
|
+
"line": 320
|
|
32580
32650
|
},
|
|
32581
32651
|
"name": "release",
|
|
32582
32652
|
"optional": true,
|
|
@@ -32594,7 +32664,7 @@
|
|
|
32594
32664
|
"immutable": true,
|
|
32595
32665
|
"locationInModule": {
|
|
32596
32666
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32597
|
-
"line":
|
|
32667
|
+
"line": 322
|
|
32598
32668
|
},
|
|
32599
32669
|
"name": "resourceGroup",
|
|
32600
32670
|
"optional": true,
|
|
@@ -32610,7 +32680,7 @@
|
|
|
32610
32680
|
"immutable": true,
|
|
32611
32681
|
"locationInModule": {
|
|
32612
32682
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32613
|
-
"line":
|
|
32683
|
+
"line": 324
|
|
32614
32684
|
},
|
|
32615
32685
|
"name": "retry",
|
|
32616
32686
|
"optional": true,
|
|
@@ -32627,7 +32697,7 @@
|
|
|
32627
32697
|
"immutable": true,
|
|
32628
32698
|
"locationInModule": {
|
|
32629
32699
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32630
|
-
"line":
|
|
32700
|
+
"line": 326
|
|
32631
32701
|
},
|
|
32632
32702
|
"name": "rules",
|
|
32633
32703
|
"optional": true,
|
|
@@ -32650,7 +32720,7 @@
|
|
|
32650
32720
|
"immutable": true,
|
|
32651
32721
|
"locationInModule": {
|
|
32652
32722
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32653
|
-
"line":
|
|
32723
|
+
"line": 328
|
|
32654
32724
|
},
|
|
32655
32725
|
"name": "script",
|
|
32656
32726
|
"optional": true,
|
|
@@ -32672,7 +32742,7 @@
|
|
|
32672
32742
|
"immutable": true,
|
|
32673
32743
|
"locationInModule": {
|
|
32674
32744
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32675
|
-
"line":
|
|
32745
|
+
"line": 330
|
|
32676
32746
|
},
|
|
32677
32747
|
"name": "secrets",
|
|
32678
32748
|
"optional": true,
|
|
@@ -32698,7 +32768,7 @@
|
|
|
32698
32768
|
"immutable": true,
|
|
32699
32769
|
"locationInModule": {
|
|
32700
32770
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32701
|
-
"line":
|
|
32771
|
+
"line": 332
|
|
32702
32772
|
},
|
|
32703
32773
|
"name": "services",
|
|
32704
32774
|
"optional": true,
|
|
@@ -32720,7 +32790,7 @@
|
|
|
32720
32790
|
"immutable": true,
|
|
32721
32791
|
"locationInModule": {
|
|
32722
32792
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32723
|
-
"line":
|
|
32793
|
+
"line": 334
|
|
32724
32794
|
},
|
|
32725
32795
|
"name": "stage",
|
|
32726
32796
|
"optional": true,
|
|
@@ -32736,7 +32806,7 @@
|
|
|
32736
32806
|
"immutable": true,
|
|
32737
32807
|
"locationInModule": {
|
|
32738
32808
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32739
|
-
"line":
|
|
32809
|
+
"line": 336
|
|
32740
32810
|
},
|
|
32741
32811
|
"name": "startIn",
|
|
32742
32812
|
"optional": true,
|
|
@@ -32752,7 +32822,7 @@
|
|
|
32752
32822
|
"immutable": true,
|
|
32753
32823
|
"locationInModule": {
|
|
32754
32824
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32755
|
-
"line":
|
|
32825
|
+
"line": 338
|
|
32756
32826
|
},
|
|
32757
32827
|
"name": "tags",
|
|
32758
32828
|
"optional": true,
|
|
@@ -32773,7 +32843,7 @@
|
|
|
32773
32843
|
"immutable": true,
|
|
32774
32844
|
"locationInModule": {
|
|
32775
32845
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32776
|
-
"line":
|
|
32846
|
+
"line": 340
|
|
32777
32847
|
},
|
|
32778
32848
|
"name": "timeout",
|
|
32779
32849
|
"optional": true,
|
|
@@ -32791,7 +32861,7 @@
|
|
|
32791
32861
|
"immutable": true,
|
|
32792
32862
|
"locationInModule": {
|
|
32793
32863
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32794
|
-
"line":
|
|
32864
|
+
"line": 342
|
|
32795
32865
|
},
|
|
32796
32866
|
"name": "trigger",
|
|
32797
32867
|
"optional": true,
|
|
@@ -32817,7 +32887,7 @@
|
|
|
32817
32887
|
"immutable": true,
|
|
32818
32888
|
"locationInModule": {
|
|
32819
32889
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32820
|
-
"line":
|
|
32890
|
+
"line": 344
|
|
32821
32891
|
},
|
|
32822
32892
|
"name": "variables",
|
|
32823
32893
|
"optional": true,
|
|
@@ -32849,7 +32919,7 @@
|
|
|
32849
32919
|
"immutable": true,
|
|
32850
32920
|
"locationInModule": {
|
|
32851
32921
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32852
|
-
"line":
|
|
32922
|
+
"line": 346
|
|
32853
32923
|
},
|
|
32854
32924
|
"name": "when",
|
|
32855
32925
|
"optional": true,
|
|
@@ -32872,7 +32942,7 @@
|
|
|
32872
32942
|
"kind": "enum",
|
|
32873
32943
|
"locationInModule": {
|
|
32874
32944
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32875
|
-
"line":
|
|
32945
|
+
"line": 271
|
|
32876
32946
|
},
|
|
32877
32947
|
"members": [
|
|
32878
32948
|
{
|
|
@@ -32928,7 +32998,7 @@
|
|
|
32928
32998
|
"kind": "interface",
|
|
32929
32999
|
"locationInModule": {
|
|
32930
33000
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32931
|
-
"line":
|
|
33001
|
+
"line": 396
|
|
32932
33002
|
},
|
|
32933
33003
|
"name": "KubernetesConfig",
|
|
32934
33004
|
"namespace": "gitlab",
|
|
@@ -32942,7 +33012,7 @@
|
|
|
32942
33012
|
"immutable": true,
|
|
32943
33013
|
"locationInModule": {
|
|
32944
33014
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32945
|
-
"line":
|
|
33015
|
+
"line": 398
|
|
32946
33016
|
},
|
|
32947
33017
|
"name": "namespace",
|
|
32948
33018
|
"optional": true,
|
|
@@ -32963,7 +33033,7 @@
|
|
|
32963
33033
|
"kind": "enum",
|
|
32964
33034
|
"locationInModule": {
|
|
32965
33035
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32966
|
-
"line":
|
|
33036
|
+
"line": 418
|
|
32967
33037
|
},
|
|
32968
33038
|
"members": [
|
|
32969
33039
|
{
|
|
@@ -32988,7 +33058,7 @@
|
|
|
32988
33058
|
"kind": "interface",
|
|
32989
33059
|
"locationInModule": {
|
|
32990
33060
|
"filename": "src/gitlab/configuration-model.ts",
|
|
32991
|
-
"line":
|
|
33061
|
+
"line": 498
|
|
32992
33062
|
},
|
|
32993
33063
|
"name": "Link",
|
|
32994
33064
|
"namespace": "gitlab",
|
|
@@ -33002,7 +33072,7 @@
|
|
|
33002
33072
|
"immutable": true,
|
|
33003
33073
|
"locationInModule": {
|
|
33004
33074
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33005
|
-
"line":
|
|
33075
|
+
"line": 504
|
|
33006
33076
|
},
|
|
33007
33077
|
"name": "name",
|
|
33008
33078
|
"type": {
|
|
@@ -33018,7 +33088,7 @@
|
|
|
33018
33088
|
"immutable": true,
|
|
33019
33089
|
"locationInModule": {
|
|
33020
33090
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33021
|
-
"line":
|
|
33091
|
+
"line": 506
|
|
33022
33092
|
},
|
|
33023
33093
|
"name": "url",
|
|
33024
33094
|
"type": {
|
|
@@ -33034,7 +33104,7 @@
|
|
|
33034
33104
|
"immutable": true,
|
|
33035
33105
|
"locationInModule": {
|
|
33036
33106
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33037
|
-
"line":
|
|
33107
|
+
"line": 500
|
|
33038
33108
|
},
|
|
33039
33109
|
"name": "filepath",
|
|
33040
33110
|
"optional": true,
|
|
@@ -33051,7 +33121,7 @@
|
|
|
33051
33121
|
"immutable": true,
|
|
33052
33122
|
"locationInModule": {
|
|
33053
33123
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33054
|
-
"line":
|
|
33124
|
+
"line": 502
|
|
33055
33125
|
},
|
|
33056
33126
|
"name": "linkType",
|
|
33057
33127
|
"optional": true,
|
|
@@ -33072,7 +33142,7 @@
|
|
|
33072
33142
|
"kind": "enum",
|
|
33073
33143
|
"locationInModule": {
|
|
33074
33144
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33075
|
-
"line":
|
|
33145
|
+
"line": 512
|
|
33076
33146
|
},
|
|
33077
33147
|
"members": [
|
|
33078
33148
|
{
|
|
@@ -33115,7 +33185,7 @@
|
|
|
33115
33185
|
"kind": "interface",
|
|
33116
33186
|
"locationInModule": {
|
|
33117
33187
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33118
|
-
"line":
|
|
33188
|
+
"line": 451
|
|
33119
33189
|
},
|
|
33120
33190
|
"name": "Need",
|
|
33121
33191
|
"namespace": "gitlab",
|
|
@@ -33128,7 +33198,7 @@
|
|
|
33128
33198
|
"immutable": true,
|
|
33129
33199
|
"locationInModule": {
|
|
33130
33200
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33131
|
-
"line":
|
|
33201
|
+
"line": 453
|
|
33132
33202
|
},
|
|
33133
33203
|
"name": "job",
|
|
33134
33204
|
"type": {
|
|
@@ -33143,7 +33213,7 @@
|
|
|
33143
33213
|
"immutable": true,
|
|
33144
33214
|
"locationInModule": {
|
|
33145
33215
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33146
|
-
"line":
|
|
33216
|
+
"line": 452
|
|
33147
33217
|
},
|
|
33148
33218
|
"name": "artifacts",
|
|
33149
33219
|
"optional": true,
|
|
@@ -33159,7 +33229,7 @@
|
|
|
33159
33229
|
"immutable": true,
|
|
33160
33230
|
"locationInModule": {
|
|
33161
33231
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33162
|
-
"line":
|
|
33232
|
+
"line": 454
|
|
33163
33233
|
},
|
|
33164
33234
|
"name": "optional",
|
|
33165
33235
|
"optional": true,
|
|
@@ -33175,7 +33245,7 @@
|
|
|
33175
33245
|
"immutable": true,
|
|
33176
33246
|
"locationInModule": {
|
|
33177
33247
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33178
|
-
"line":
|
|
33248
|
+
"line": 455
|
|
33179
33249
|
},
|
|
33180
33250
|
"name": "pipeline",
|
|
33181
33251
|
"optional": true,
|
|
@@ -33191,7 +33261,7 @@
|
|
|
33191
33261
|
"immutable": true,
|
|
33192
33262
|
"locationInModule": {
|
|
33193
33263
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33194
|
-
"line":
|
|
33264
|
+
"line": 456
|
|
33195
33265
|
},
|
|
33196
33266
|
"name": "project",
|
|
33197
33267
|
"optional": true,
|
|
@@ -33207,7 +33277,7 @@
|
|
|
33207
33277
|
"immutable": true,
|
|
33208
33278
|
"locationInModule": {
|
|
33209
33279
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33210
|
-
"line":
|
|
33280
|
+
"line": 457
|
|
33211
33281
|
},
|
|
33212
33282
|
"name": "ref",
|
|
33213
33283
|
"optional": true,
|
|
@@ -33304,7 +33374,7 @@
|
|
|
33304
33374
|
"kind": "interface",
|
|
33305
33375
|
"locationInModule": {
|
|
33306
33376
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33307
|
-
"line":
|
|
33377
|
+
"line": 463
|
|
33308
33378
|
},
|
|
33309
33379
|
"name": "Parallel",
|
|
33310
33380
|
"namespace": "gitlab",
|
|
@@ -33318,7 +33388,7 @@
|
|
|
33318
33388
|
"immutable": true,
|
|
33319
33389
|
"locationInModule": {
|
|
33320
33390
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33321
|
-
"line":
|
|
33391
|
+
"line": 465
|
|
33322
33392
|
},
|
|
33323
33393
|
"name": "matrix",
|
|
33324
33394
|
"type": {
|
|
@@ -33354,7 +33424,7 @@
|
|
|
33354
33424
|
"kind": "interface",
|
|
33355
33425
|
"locationInModule": {
|
|
33356
33426
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33357
|
-
"line":
|
|
33427
|
+
"line": 471
|
|
33358
33428
|
},
|
|
33359
33429
|
"name": "Release",
|
|
33360
33430
|
"namespace": "gitlab",
|
|
@@ -33368,7 +33438,7 @@
|
|
|
33368
33438
|
"immutable": true,
|
|
33369
33439
|
"locationInModule": {
|
|
33370
33440
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33371
|
-
"line":
|
|
33441
|
+
"line": 474
|
|
33372
33442
|
},
|
|
33373
33443
|
"name": "description",
|
|
33374
33444
|
"type": {
|
|
@@ -33385,7 +33455,7 @@
|
|
|
33385
33455
|
"immutable": true,
|
|
33386
33456
|
"locationInModule": {
|
|
33387
33457
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33388
|
-
"line":
|
|
33458
|
+
"line": 484
|
|
33389
33459
|
},
|
|
33390
33460
|
"name": "tagName",
|
|
33391
33461
|
"type": {
|
|
@@ -33400,7 +33470,7 @@
|
|
|
33400
33470
|
"immutable": true,
|
|
33401
33471
|
"locationInModule": {
|
|
33402
33472
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33403
|
-
"line":
|
|
33473
|
+
"line": 472
|
|
33404
33474
|
},
|
|
33405
33475
|
"name": "assets",
|
|
33406
33476
|
"optional": true,
|
|
@@ -33417,7 +33487,7 @@
|
|
|
33417
33487
|
"immutable": true,
|
|
33418
33488
|
"locationInModule": {
|
|
33419
33489
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33420
|
-
"line":
|
|
33490
|
+
"line": 476
|
|
33421
33491
|
},
|
|
33422
33492
|
"name": "milestones",
|
|
33423
33493
|
"optional": true,
|
|
@@ -33440,7 +33510,7 @@
|
|
|
33440
33510
|
"immutable": true,
|
|
33441
33511
|
"locationInModule": {
|
|
33442
33512
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33443
|
-
"line":
|
|
33513
|
+
"line": 478
|
|
33444
33514
|
},
|
|
33445
33515
|
"name": "name",
|
|
33446
33516
|
"optional": true,
|
|
@@ -33458,7 +33528,7 @@
|
|
|
33458
33528
|
"immutable": true,
|
|
33459
33529
|
"locationInModule": {
|
|
33460
33530
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33461
|
-
"line":
|
|
33531
|
+
"line": 480
|
|
33462
33532
|
},
|
|
33463
33533
|
"name": "ref",
|
|
33464
33534
|
"optional": true,
|
|
@@ -33476,7 +33546,7 @@
|
|
|
33476
33546
|
"immutable": true,
|
|
33477
33547
|
"locationInModule": {
|
|
33478
33548
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33479
|
-
"line":
|
|
33549
|
+
"line": 482
|
|
33480
33550
|
},
|
|
33481
33551
|
"name": "releasedAt",
|
|
33482
33552
|
"optional": true,
|
|
@@ -33890,7 +33960,7 @@
|
|
|
33890
33960
|
"kind": "interface",
|
|
33891
33961
|
"locationInModule": {
|
|
33892
33962
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33893
|
-
"line":
|
|
33963
|
+
"line": 192
|
|
33894
33964
|
},
|
|
33895
33965
|
"name": "Retry",
|
|
33896
33966
|
"namespace": "gitlab",
|
|
@@ -33904,7 +33974,7 @@
|
|
|
33904
33974
|
"immutable": true,
|
|
33905
33975
|
"locationInModule": {
|
|
33906
33976
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33907
|
-
"line":
|
|
33977
|
+
"line": 194
|
|
33908
33978
|
},
|
|
33909
33979
|
"name": "max",
|
|
33910
33980
|
"optional": true,
|
|
@@ -33921,7 +33991,7 @@
|
|
|
33921
33991
|
"immutable": true,
|
|
33922
33992
|
"locationInModule": {
|
|
33923
33993
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33924
|
-
"line":
|
|
33994
|
+
"line": 196
|
|
33925
33995
|
},
|
|
33926
33996
|
"name": "when",
|
|
33927
33997
|
"optional": true,
|
|
@@ -33943,7 +34013,7 @@
|
|
|
33943
34013
|
"kind": "interface",
|
|
33944
34014
|
"locationInModule": {
|
|
33945
34015
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33946
|
-
"line":
|
|
34016
|
+
"line": 522
|
|
33947
34017
|
},
|
|
33948
34018
|
"name": "Secret",
|
|
33949
34019
|
"namespace": "gitlab",
|
|
@@ -33956,7 +34026,7 @@
|
|
|
33956
34026
|
"immutable": true,
|
|
33957
34027
|
"locationInModule": {
|
|
33958
34028
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33959
|
-
"line":
|
|
34029
|
+
"line": 524
|
|
33960
34030
|
},
|
|
33961
34031
|
"name": "vault",
|
|
33962
34032
|
"type": {
|
|
@@ -33982,7 +34052,7 @@
|
|
|
33982
34052
|
"kind": "interface",
|
|
33983
34053
|
"locationInModule": {
|
|
33984
34054
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33985
|
-
"line":
|
|
34055
|
+
"line": 203
|
|
33986
34056
|
},
|
|
33987
34057
|
"name": "Service",
|
|
33988
34058
|
"namespace": "gitlab",
|
|
@@ -33997,7 +34067,7 @@
|
|
|
33997
34067
|
"immutable": true,
|
|
33998
34068
|
"locationInModule": {
|
|
33999
34069
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34000
|
-
"line":
|
|
34070
|
+
"line": 211
|
|
34001
34071
|
},
|
|
34002
34072
|
"name": "name",
|
|
34003
34073
|
"type": {
|
|
@@ -34014,7 +34084,7 @@
|
|
|
34014
34084
|
"immutable": true,
|
|
34015
34085
|
"locationInModule": {
|
|
34016
34086
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34017
|
-
"line":
|
|
34087
|
+
"line": 205
|
|
34018
34088
|
},
|
|
34019
34089
|
"name": "alias",
|
|
34020
34090
|
"optional": true,
|
|
@@ -34032,7 +34102,7 @@
|
|
|
34032
34102
|
"immutable": true,
|
|
34033
34103
|
"locationInModule": {
|
|
34034
34104
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34035
|
-
"line":
|
|
34105
|
+
"line": 207
|
|
34036
34106
|
},
|
|
34037
34107
|
"name": "command",
|
|
34038
34108
|
"optional": true,
|
|
@@ -34055,7 +34125,7 @@
|
|
|
34055
34125
|
"immutable": true,
|
|
34056
34126
|
"locationInModule": {
|
|
34057
34127
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34058
|
-
"line":
|
|
34128
|
+
"line": 209
|
|
34059
34129
|
},
|
|
34060
34130
|
"name": "entrypoint",
|
|
34061
34131
|
"optional": true,
|
|
@@ -34082,7 +34152,7 @@
|
|
|
34082
34152
|
"kind": "enum",
|
|
34083
34153
|
"locationInModule": {
|
|
34084
34154
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34085
|
-
"line":
|
|
34155
|
+
"line": 593
|
|
34086
34156
|
},
|
|
34087
34157
|
"members": [
|
|
34088
34158
|
{
|
|
@@ -34109,7 +34179,7 @@
|
|
|
34109
34179
|
"kind": "interface",
|
|
34110
34180
|
"locationInModule": {
|
|
34111
34181
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34112
|
-
"line":
|
|
34182
|
+
"line": 555
|
|
34113
34183
|
},
|
|
34114
34184
|
"name": "Trigger",
|
|
34115
34185
|
"namespace": "gitlab",
|
|
@@ -34123,7 +34193,7 @@
|
|
|
34123
34193
|
"immutable": true,
|
|
34124
34194
|
"locationInModule": {
|
|
34125
34195
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34126
|
-
"line":
|
|
34196
|
+
"line": 557
|
|
34127
34197
|
},
|
|
34128
34198
|
"name": "branch",
|
|
34129
34199
|
"optional": true,
|
|
@@ -34140,7 +34210,7 @@
|
|
|
34140
34210
|
"immutable": true,
|
|
34141
34211
|
"locationInModule": {
|
|
34142
34212
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34143
|
-
"line":
|
|
34213
|
+
"line": 563
|
|
34144
34214
|
},
|
|
34145
34215
|
"name": "include",
|
|
34146
34216
|
"optional": true,
|
|
@@ -34162,7 +34232,7 @@
|
|
|
34162
34232
|
"immutable": true,
|
|
34163
34233
|
"locationInModule": {
|
|
34164
34234
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34165
|
-
"line":
|
|
34235
|
+
"line": 559
|
|
34166
34236
|
},
|
|
34167
34237
|
"name": "project",
|
|
34168
34238
|
"optional": true,
|
|
@@ -34179,7 +34249,7 @@
|
|
|
34179
34249
|
"immutable": true,
|
|
34180
34250
|
"locationInModule": {
|
|
34181
34251
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34182
|
-
"line":
|
|
34252
|
+
"line": 561
|
|
34183
34253
|
},
|
|
34184
34254
|
"name": "strategy",
|
|
34185
34255
|
"optional": true,
|
|
@@ -34202,7 +34272,7 @@
|
|
|
34202
34272
|
"kind": "interface",
|
|
34203
34273
|
"locationInModule": {
|
|
34204
34274
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34205
|
-
"line":
|
|
34275
|
+
"line": 571
|
|
34206
34276
|
},
|
|
34207
34277
|
"name": "TriggerInclude",
|
|
34208
34278
|
"namespace": "gitlab",
|
|
@@ -34216,7 +34286,7 @@
|
|
|
34216
34286
|
"immutable": true,
|
|
34217
34287
|
"locationInModule": {
|
|
34218
34288
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34219
|
-
"line":
|
|
34289
|
+
"line": 577
|
|
34220
34290
|
},
|
|
34221
34291
|
"name": "artifact",
|
|
34222
34292
|
"optional": true,
|
|
@@ -34233,7 +34303,7 @@
|
|
|
34233
34303
|
"immutable": true,
|
|
34234
34304
|
"locationInModule": {
|
|
34235
34305
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34236
|
-
"line":
|
|
34306
|
+
"line": 581
|
|
34237
34307
|
},
|
|
34238
34308
|
"name": "file",
|
|
34239
34309
|
"optional": true,
|
|
@@ -34250,7 +34320,7 @@
|
|
|
34250
34320
|
"immutable": true,
|
|
34251
34321
|
"locationInModule": {
|
|
34252
34322
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34253
|
-
"line":
|
|
34323
|
+
"line": 579
|
|
34254
34324
|
},
|
|
34255
34325
|
"name": "job",
|
|
34256
34326
|
"optional": true,
|
|
@@ -34267,7 +34337,7 @@
|
|
|
34267
34337
|
"immutable": true,
|
|
34268
34338
|
"locationInModule": {
|
|
34269
34339
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34270
|
-
"line":
|
|
34340
|
+
"line": 573
|
|
34271
34341
|
},
|
|
34272
34342
|
"name": "local",
|
|
34273
34343
|
"optional": true,
|
|
@@ -34284,7 +34354,7 @@
|
|
|
34284
34354
|
"immutable": true,
|
|
34285
34355
|
"locationInModule": {
|
|
34286
34356
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34287
|
-
"line":
|
|
34357
|
+
"line": 583
|
|
34288
34358
|
},
|
|
34289
34359
|
"name": "project",
|
|
34290
34360
|
"optional": true,
|
|
@@ -34301,7 +34371,7 @@
|
|
|
34301
34371
|
"immutable": true,
|
|
34302
34372
|
"locationInModule": {
|
|
34303
34373
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34304
|
-
"line":
|
|
34374
|
+
"line": 585
|
|
34305
34375
|
},
|
|
34306
34376
|
"name": "ref",
|
|
34307
34377
|
"optional": true,
|
|
@@ -34318,7 +34388,7 @@
|
|
|
34318
34388
|
"immutable": true,
|
|
34319
34389
|
"locationInModule": {
|
|
34320
34390
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34321
|
-
"line":
|
|
34391
|
+
"line": 575
|
|
34322
34392
|
},
|
|
34323
34393
|
"name": "template",
|
|
34324
34394
|
"optional": true,
|
|
@@ -34341,7 +34411,7 @@
|
|
|
34341
34411
|
"kind": "interface",
|
|
34342
34412
|
"locationInModule": {
|
|
34343
34413
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34344
|
-
"line":
|
|
34414
|
+
"line": 601
|
|
34345
34415
|
},
|
|
34346
34416
|
"name": "VariableConfig",
|
|
34347
34417
|
"namespace": "gitlab",
|
|
@@ -34356,7 +34426,7 @@
|
|
|
34356
34426
|
"immutable": true,
|
|
34357
34427
|
"locationInModule": {
|
|
34358
34428
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34359
|
-
"line":
|
|
34429
|
+
"line": 603
|
|
34360
34430
|
},
|
|
34361
34431
|
"name": "description",
|
|
34362
34432
|
"optional": true,
|
|
@@ -34373,7 +34443,7 @@
|
|
|
34373
34443
|
"immutable": true,
|
|
34374
34444
|
"locationInModule": {
|
|
34375
34445
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34376
|
-
"line":
|
|
34446
|
+
"line": 605
|
|
34377
34447
|
},
|
|
34378
34448
|
"name": "value",
|
|
34379
34449
|
"optional": true,
|
|
@@ -34396,7 +34466,7 @@
|
|
|
34396
34466
|
"kind": "interface",
|
|
34397
34467
|
"locationInModule": {
|
|
34398
34468
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34399
|
-
"line":
|
|
34469
|
+
"line": 531
|
|
34400
34470
|
},
|
|
34401
34471
|
"name": "VaultConfig",
|
|
34402
34472
|
"namespace": "gitlab",
|
|
@@ -34409,7 +34479,7 @@
|
|
|
34409
34479
|
"immutable": true,
|
|
34410
34480
|
"locationInModule": {
|
|
34411
34481
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34412
|
-
"line":
|
|
34482
|
+
"line": 533
|
|
34413
34483
|
},
|
|
34414
34484
|
"name": "engine",
|
|
34415
34485
|
"type": {
|
|
@@ -34424,7 +34494,7 @@
|
|
|
34424
34494
|
"immutable": true,
|
|
34425
34495
|
"locationInModule": {
|
|
34426
34496
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34427
|
-
"line":
|
|
34497
|
+
"line": 535
|
|
34428
34498
|
},
|
|
34429
34499
|
"name": "field",
|
|
34430
34500
|
"type": {
|
|
@@ -34440,7 +34510,7 @@
|
|
|
34440
34510
|
"immutable": true,
|
|
34441
34511
|
"locationInModule": {
|
|
34442
34512
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34443
|
-
"line":
|
|
34513
|
+
"line": 537
|
|
34444
34514
|
},
|
|
34445
34515
|
"name": "path",
|
|
34446
34516
|
"type": {
|
|
@@ -34462,7 +34532,7 @@
|
|
|
34462
34532
|
"kind": "interface",
|
|
34463
34533
|
"locationInModule": {
|
|
34464
34534
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34465
|
-
"line":
|
|
34535
|
+
"line": 612
|
|
34466
34536
|
},
|
|
34467
34537
|
"name": "Workflow",
|
|
34468
34538
|
"namespace": "gitlab",
|
|
@@ -34476,7 +34546,7 @@
|
|
|
34476
34546
|
"immutable": true,
|
|
34477
34547
|
"locationInModule": {
|
|
34478
34548
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34479
|
-
"line":
|
|
34549
|
+
"line": 614
|
|
34480
34550
|
},
|
|
34481
34551
|
"name": "rules",
|
|
34482
34552
|
"optional": true,
|
|
@@ -34504,7 +34574,7 @@
|
|
|
34504
34574
|
"kind": "interface",
|
|
34505
34575
|
"locationInModule": {
|
|
34506
34576
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34507
|
-
"line":
|
|
34577
|
+
"line": 621
|
|
34508
34578
|
},
|
|
34509
34579
|
"name": "WorkflowRule",
|
|
34510
34580
|
"namespace": "gitlab",
|
|
@@ -34517,7 +34587,7 @@
|
|
|
34517
34587
|
"immutable": true,
|
|
34518
34588
|
"locationInModule": {
|
|
34519
34589
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34520
|
-
"line":
|
|
34590
|
+
"line": 623
|
|
34521
34591
|
},
|
|
34522
34592
|
"name": "changes",
|
|
34523
34593
|
"optional": true,
|
|
@@ -34538,7 +34608,7 @@
|
|
|
34538
34608
|
"immutable": true,
|
|
34539
34609
|
"locationInModule": {
|
|
34540
34610
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34541
|
-
"line":
|
|
34611
|
+
"line": 625
|
|
34542
34612
|
},
|
|
34543
34613
|
"name": "exists",
|
|
34544
34614
|
"optional": true,
|
|
@@ -34559,7 +34629,7 @@
|
|
|
34559
34629
|
"immutable": true,
|
|
34560
34630
|
"locationInModule": {
|
|
34561
34631
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34562
|
-
"line":
|
|
34632
|
+
"line": 627
|
|
34563
34633
|
},
|
|
34564
34634
|
"name": "if",
|
|
34565
34635
|
"optional": true,
|
|
@@ -34575,7 +34645,7 @@
|
|
|
34575
34645
|
"immutable": true,
|
|
34576
34646
|
"locationInModule": {
|
|
34577
34647
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34578
|
-
"line":
|
|
34648
|
+
"line": 629
|
|
34579
34649
|
},
|
|
34580
34650
|
"name": "variables",
|
|
34581
34651
|
"optional": true,
|
|
@@ -34605,7 +34675,7 @@
|
|
|
34605
34675
|
"immutable": true,
|
|
34606
34676
|
"locationInModule": {
|
|
34607
34677
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34608
|
-
"line":
|
|
34678
|
+
"line": 631
|
|
34609
34679
|
},
|
|
34610
34680
|
"name": "when",
|
|
34611
34681
|
"optional": true,
|
|
@@ -34628,7 +34698,7 @@
|
|
|
34628
34698
|
"kind": "enum",
|
|
34629
34699
|
"locationInModule": {
|
|
34630
34700
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34631
|
-
"line":
|
|
34701
|
+
"line": 639
|
|
34632
34702
|
},
|
|
34633
34703
|
"members": [
|
|
34634
34704
|
{
|
|
@@ -56120,6 +56190,6 @@
|
|
|
56120
56190
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
56121
56191
|
}
|
|
56122
56192
|
},
|
|
56123
|
-
"version": "0.73.
|
|
56124
|
-
"fingerprint": "
|
|
56193
|
+
"version": "0.73.15",
|
|
56194
|
+
"fingerprint": "K7JzLRtqWd7Gw4Sm7fsN6bsSzCog+kDqtErFvB/ljY4="
|
|
56125
56195
|
}
|