projen 0.58.35 → 0.59.1

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.
Files changed (121) hide show
  1. package/.jsii +187 -95
  2. package/docs/api/API.md +30 -2
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  24. package/lib/cdk8s/cdk8s-construct.js +1 -1
  25. package/lib/cdk8s/integration-test.js +1 -1
  26. package/lib/cdktf/cdktf-construct.js +1 -1
  27. package/lib/circleci/circleci.js +1 -1
  28. package/lib/circleci/model.d.ts +23 -3
  29. package/lib/circleci/model.js +13 -2
  30. package/lib/component.js +1 -1
  31. package/lib/dependencies.js +1 -1
  32. package/lib/dev-env.js +1 -1
  33. package/lib/docker-compose.js +2 -2
  34. package/lib/file.js +1 -1
  35. package/lib/gitattributes.js +1 -1
  36. package/lib/github/auto-approve.js +1 -1
  37. package/lib/github/auto-merge.js +1 -1
  38. package/lib/github/dependabot.js +1 -1
  39. package/lib/github/github-credentials.js +1 -1
  40. package/lib/github/github-project.js +1 -1
  41. package/lib/github/github.js +1 -1
  42. package/lib/github/mergify.js +1 -1
  43. package/lib/github/pr-template.js +1 -1
  44. package/lib/github/pull-request-lint.js +1 -1
  45. package/lib/github/stale.js +1 -1
  46. package/lib/github/task-workflow.js +1 -1
  47. package/lib/github/workflows.js +1 -1
  48. package/lib/gitlab/configuration.js +1 -1
  49. package/lib/gitlab/gitlab-configuration.js +1 -1
  50. package/lib/gitlab/nested-configuration.js +1 -1
  51. package/lib/gitpod.js +1 -1
  52. package/lib/ignore-file.js +1 -1
  53. package/lib/ini.js +1 -1
  54. package/lib/java/java-project.js +1 -1
  55. package/lib/java/junit.js +1 -1
  56. package/lib/java/maven-compile.js +1 -1
  57. package/lib/java/maven-packaging.js +1 -1
  58. package/lib/java/maven-sample.js +1 -1
  59. package/lib/java/pom.js +1 -1
  60. package/lib/java/projenrc.js +1 -1
  61. package/lib/javascript/bundler.js +1 -1
  62. package/lib/javascript/eslint.js +1 -1
  63. package/lib/javascript/jest.js +1 -1
  64. package/lib/javascript/node-package.js +1 -1
  65. package/lib/javascript/node-project.js +1 -1
  66. package/lib/javascript/npm-config.js +1 -1
  67. package/lib/javascript/prettier.js +1 -1
  68. package/lib/javascript/projenrc.js +1 -1
  69. package/lib/javascript/typescript-config.js +1 -1
  70. package/lib/javascript/upgrade-dependencies.js +2 -2
  71. package/lib/json.js +1 -1
  72. package/lib/license.js +1 -1
  73. package/lib/logger.js +1 -1
  74. package/lib/makefile.js +1 -1
  75. package/lib/object-file.js +1 -1
  76. package/lib/project-build.js +1 -1
  77. package/lib/project.js +1 -1
  78. package/lib/projects.js +1 -1
  79. package/lib/projenrc-json.js +1 -1
  80. package/lib/python/pip.js +1 -1
  81. package/lib/python/poetry.js +2 -2
  82. package/lib/python/projenrc.js +1 -1
  83. package/lib/python/pytest-sample.js +1 -1
  84. package/lib/python/pytest.js +1 -1
  85. package/lib/python/python-project.js +1 -1
  86. package/lib/python/python-sample.js +1 -1
  87. package/lib/python/requirements-file.js +1 -1
  88. package/lib/python/setuppy.js +1 -1
  89. package/lib/python/setuptools.js +1 -1
  90. package/lib/python/venv.js +1 -1
  91. package/lib/readme.js +1 -1
  92. package/lib/release/publisher.js +1 -1
  93. package/lib/release/release-trigger.js +1 -1
  94. package/lib/release/release.js +1 -1
  95. package/lib/renovatebot.js +1 -1
  96. package/lib/run-task.js +0 -1810
  97. package/lib/sample-file.js +2 -2
  98. package/lib/semver.js +1 -1
  99. package/lib/smithy/smithy-build.d.ts +122 -0
  100. package/lib/smithy/smithy-build.js +76 -0
  101. package/lib/source-code.js +1 -1
  102. package/lib/task-runtime.js +1 -1
  103. package/lib/task.js +1 -1
  104. package/lib/tasks.js +1 -1
  105. package/lib/testing.js +1 -1
  106. package/lib/textfile.js +1 -1
  107. package/lib/toml.js +1 -1
  108. package/lib/typescript/projenrc.js +1 -1
  109. package/lib/typescript/typescript-typedoc.js +1 -1
  110. package/lib/typescript/typescript.js +3 -3
  111. package/lib/version.js +1 -1
  112. package/lib/vscode/devcontainer.js +1 -1
  113. package/lib/vscode/launch-config.js +1 -1
  114. package/lib/vscode/vscode.js +1 -1
  115. package/lib/web/next.js +3 -3
  116. package/lib/web/postcss.js +1 -1
  117. package/lib/web/react.js +4 -4
  118. package/lib/web/tailwind.js +1 -1
  119. package/lib/xmlfile.js +1 -1
  120. package/lib/yaml.js +1 -1
  121. package/package.json +1 -1
package/.jsii CHANGED
@@ -15818,7 +15818,7 @@
15818
15818
  "kind": "interface",
15819
15819
  "locationInModule": {
15820
15820
  "filename": "src/circleci/model.ts",
15821
- "line": 179
15821
+ "line": 201
15822
15822
  },
15823
15823
  "name": "Docker",
15824
15824
  "namespace": "circleci",
@@ -15832,7 +15832,7 @@
15832
15832
  "immutable": true,
15833
15833
  "locationInModule": {
15834
15834
  "filename": "src/circleci/model.ts",
15835
- "line": 181
15835
+ "line": 203
15836
15836
  },
15837
15837
  "name": "image",
15838
15838
  "type": {
@@ -15848,7 +15848,7 @@
15848
15848
  "immutable": true,
15849
15849
  "locationInModule": {
15850
15850
  "filename": "src/circleci/model.ts",
15851
- "line": 193
15851
+ "line": 215
15852
15852
  },
15853
15853
  "name": "auth",
15854
15854
  "optional": true,
@@ -15870,7 +15870,7 @@
15870
15870
  "immutable": true,
15871
15871
  "locationInModule": {
15872
15872
  "filename": "src/circleci/model.ts",
15873
- "line": 195
15873
+ "line": 217
15874
15874
  },
15875
15875
  "name": "awsAuth",
15876
15876
  "optional": true,
@@ -15892,7 +15892,7 @@
15892
15892
  "immutable": true,
15893
15893
  "locationInModule": {
15894
15894
  "filename": "src/circleci/model.ts",
15895
- "line": 187
15895
+ "line": 209
15896
15896
  },
15897
15897
  "name": "command",
15898
15898
  "optional": true,
@@ -15914,7 +15914,7 @@
15914
15914
  "immutable": true,
15915
15915
  "locationInModule": {
15916
15916
  "filename": "src/circleci/model.ts",
15917
- "line": 185
15917
+ "line": 207
15918
15918
  },
15919
15919
  "name": "entrypoint",
15920
15920
  "optional": true,
@@ -15936,7 +15936,7 @@
15936
15936
  "immutable": true,
15937
15937
  "locationInModule": {
15938
15938
  "filename": "src/circleci/model.ts",
15939
- "line": 191
15939
+ "line": 213
15940
15940
  },
15941
15941
  "name": "environment",
15942
15942
  "optional": true,
@@ -15971,7 +15971,7 @@
15971
15971
  "immutable": true,
15972
15972
  "locationInModule": {
15973
15973
  "filename": "src/circleci/model.ts",
15974
- "line": 183
15974
+ "line": 205
15975
15975
  },
15976
15976
  "name": "name",
15977
15977
  "optional": true,
@@ -15988,7 +15988,7 @@
15988
15988
  "immutable": true,
15989
15989
  "locationInModule": {
15990
15990
  "filename": "src/circleci/model.ts",
15991
- "line": 189
15991
+ "line": 211
15992
15992
  },
15993
15993
  "name": "user",
15994
15994
  "optional": true,
@@ -16012,7 +16012,7 @@
16012
16012
  "kind": "interface",
16013
16013
  "locationInModule": {
16014
16014
  "filename": "src/circleci/model.ts",
16015
- "line": 135
16015
+ "line": 157
16016
16016
  },
16017
16017
  "name": "Filter",
16018
16018
  "namespace": "circleci",
@@ -16025,7 +16025,7 @@
16025
16025
  "immutable": true,
16026
16026
  "locationInModule": {
16027
16027
  "filename": "src/circleci/model.ts",
16028
- "line": 136
16028
+ "line": 158
16029
16029
  },
16030
16030
  "name": "branches",
16031
16031
  "optional": true,
@@ -16041,7 +16041,7 @@
16041
16041
  "immutable": true,
16042
16042
  "locationInModule": {
16043
16043
  "filename": "src/circleci/model.ts",
16044
- "line": 137
16044
+ "line": 159
16045
16045
  },
16046
16046
  "name": "tags",
16047
16047
  "optional": true,
@@ -16064,7 +16064,7 @@
16064
16064
  "kind": "interface",
16065
16065
  "locationInModule": {
16066
16066
  "filename": "src/circleci/model.ts",
16067
- "line": 144
16067
+ "line": 166
16068
16068
  },
16069
16069
  "name": "FilterConfig",
16070
16070
  "namespace": "circleci",
@@ -16078,7 +16078,7 @@
16078
16078
  "immutable": true,
16079
16079
  "locationInModule": {
16080
16080
  "filename": "src/circleci/model.ts",
16081
- "line": 148
16081
+ "line": 170
16082
16082
  },
16083
16083
  "name": "ignore",
16084
16084
  "optional": true,
@@ -16100,7 +16100,7 @@
16100
16100
  "immutable": true,
16101
16101
  "locationInModule": {
16102
16102
  "filename": "src/circleci/model.ts",
16103
- "line": 146
16103
+ "line": 168
16104
16104
  },
16105
16105
  "name": "only",
16106
16106
  "optional": true,
@@ -16129,7 +16129,7 @@
16129
16129
  "kind": "interface",
16130
16130
  "locationInModule": {
16131
16131
  "filename": "src/circleci/model.ts",
16132
- "line": 66
16132
+ "line": 77
16133
16133
  },
16134
16134
  "name": "Job",
16135
16135
  "namespace": "circleci",
@@ -16158,7 +16158,7 @@
16158
16158
  "immutable": true,
16159
16159
  "locationInModule": {
16160
16160
  "filename": "src/circleci/model.ts",
16161
- "line": 156
16161
+ "line": 178
16162
16162
  },
16163
16163
  "name": "docker",
16164
16164
  "optional": true,
@@ -16180,7 +16180,7 @@
16180
16180
  "immutable": true,
16181
16181
  "locationInModule": {
16182
16182
  "filename": "src/circleci/model.ts",
16183
- "line": 170
16183
+ "line": 192
16184
16184
  },
16185
16185
  "name": "environment",
16186
16186
  "optional": true,
@@ -16213,7 +16213,7 @@
16213
16213
  "immutable": true,
16214
16214
  "locationInModule": {
16215
16215
  "filename": "src/circleci/model.ts",
16216
- "line": 157
16216
+ "line": 179
16217
16217
  },
16218
16218
  "name": "machine",
16219
16219
  "optional": true,
@@ -16229,7 +16229,7 @@
16229
16229
  "immutable": true,
16230
16230
  "locationInModule": {
16231
16231
  "filename": "src/circleci/model.ts",
16232
- "line": 158
16232
+ "line": 180
16233
16233
  },
16234
16234
  "name": "macos",
16235
16235
  "optional": true,
@@ -16246,7 +16246,7 @@
16246
16246
  "immutable": true,
16247
16247
  "locationInModule": {
16248
16248
  "filename": "src/circleci/model.ts",
16249
- "line": 168
16249
+ "line": 190
16250
16250
  },
16251
16251
  "name": "parallelism",
16252
16252
  "optional": true,
@@ -16263,14 +16263,14 @@
16263
16263
  "immutable": true,
16264
16264
  "locationInModule": {
16265
16265
  "filename": "src/circleci/model.ts",
16266
- "line": 162
16266
+ "line": 184
16267
16267
  },
16268
16268
  "name": "parameters",
16269
16269
  "optional": true,
16270
16270
  "type": {
16271
16271
  "collection": {
16272
16272
  "elementtype": {
16273
- "primitive": "string"
16273
+ "fqn": "projen.circleci.PipelineParameter"
16274
16274
  },
16275
16275
  "kind": "map"
16276
16276
  }
@@ -16285,7 +16285,7 @@
16285
16285
  "immutable": true,
16286
16286
  "locationInModule": {
16287
16287
  "filename": "src/circleci/model.ts",
16288
- "line": 172
16288
+ "line": 194
16289
16289
  },
16290
16290
  "name": "resourceClass",
16291
16291
  "optional": true,
@@ -16303,7 +16303,7 @@
16303
16303
  "immutable": true,
16304
16304
  "locationInModule": {
16305
16305
  "filename": "src/circleci/model.ts",
16306
- "line": 160
16306
+ "line": 182
16307
16307
  },
16308
16308
  "name": "shell",
16309
16309
  "optional": true,
@@ -16320,7 +16320,7 @@
16320
16320
  "immutable": true,
16321
16321
  "locationInModule": {
16322
16322
  "filename": "src/circleci/model.ts",
16323
- "line": 164
16323
+ "line": 186
16324
16324
  },
16325
16325
  "name": "steps",
16326
16326
  "optional": true,
@@ -16343,7 +16343,7 @@
16343
16343
  "immutable": true,
16344
16344
  "locationInModule": {
16345
16345
  "filename": "src/circleci/model.ts",
16346
- "line": 166
16346
+ "line": 188
16347
16347
  },
16348
16348
  "name": "workingDirectory",
16349
16349
  "optional": true,
@@ -16426,7 +16426,7 @@
16426
16426
  "kind": "interface",
16427
16427
  "locationInModule": {
16428
16428
  "filename": "src/circleci/model.ts",
16429
- "line": 198
16429
+ "line": 220
16430
16430
  },
16431
16431
  "name": "Machine",
16432
16432
  "namespace": "circleci",
@@ -16441,7 +16441,7 @@
16441
16441
  "immutable": true,
16442
16442
  "locationInModule": {
16443
16443
  "filename": "src/circleci/model.ts",
16444
- "line": 203
16444
+ "line": 225
16445
16445
  },
16446
16446
  "name": "image",
16447
16447
  "type": {
@@ -16458,7 +16458,7 @@
16458
16458
  "immutable": true,
16459
16459
  "locationInModule": {
16460
16460
  "filename": "src/circleci/model.ts",
16461
- "line": 207
16461
+ "line": 229
16462
16462
  },
16463
16463
  "name": "dockerLayerCaching",
16464
16464
  "optional": true,
@@ -16482,7 +16482,7 @@
16482
16482
  "kind": "interface",
16483
16483
  "locationInModule": {
16484
16484
  "filename": "src/circleci/model.ts",
16485
- "line": 217
16485
+ "line": 239
16486
16486
  },
16487
16487
  "name": "Macos",
16488
16488
  "namespace": "circleci",
@@ -16496,7 +16496,7 @@
16496
16496
  "immutable": true,
16497
16497
  "locationInModule": {
16498
16498
  "filename": "src/circleci/model.ts",
16499
- "line": 219
16499
+ "line": 241
16500
16500
  },
16501
16501
  "name": "xcode",
16502
16502
  "type": {
@@ -16518,7 +16518,7 @@
16518
16518
  "kind": "interface",
16519
16519
  "locationInModule": {
16520
16520
  "filename": "src/circleci/model.ts",
16521
- "line": 94
16521
+ "line": 116
16522
16522
  },
16523
16523
  "name": "Matrix",
16524
16524
  "namespace": "circleci",
@@ -16533,7 +16533,7 @@
16533
16533
  "immutable": true,
16534
16534
  "locationInModule": {
16535
16535
  "filename": "src/circleci/model.ts",
16536
- "line": 98
16536
+ "line": 120
16537
16537
  },
16538
16538
  "name": "alias",
16539
16539
  "optional": true,
@@ -16550,7 +16550,7 @@
16550
16550
  "immutable": true,
16551
16551
  "locationInModule": {
16552
16552
  "filename": "src/circleci/model.ts",
16553
- "line": 96
16553
+ "line": 118
16554
16554
  },
16555
16555
  "name": "parameters",
16556
16556
  "optional": true,
@@ -16585,6 +16585,132 @@
16585
16585
  ],
16586
16586
  "symbolId": "src/circleci/model:Matrix"
16587
16587
  },
16588
+ "projen.circleci.PipelineParameter": {
16589
+ "assembly": "projen",
16590
+ "datatype": true,
16591
+ "docs": {
16592
+ "see": "https://circleci.com/docs/2.0/reusing-config#using-the-parameters-declaration",
16593
+ "stability": "experimental",
16594
+ "summary": "Parameters are declared by name under a job, command, or executor."
16595
+ },
16596
+ "fqn": "projen.circleci.PipelineParameter",
16597
+ "kind": "interface",
16598
+ "locationInModule": {
16599
+ "filename": "src/circleci/model.ts",
16600
+ "line": 103
16601
+ },
16602
+ "name": "PipelineParameter",
16603
+ "namespace": "circleci",
16604
+ "properties": [
16605
+ {
16606
+ "abstract": true,
16607
+ "docs": {
16608
+ "stability": "experimental",
16609
+ "summary": "The parameter type, required."
16610
+ },
16611
+ "immutable": true,
16612
+ "locationInModule": {
16613
+ "filename": "src/circleci/model.ts",
16614
+ "line": 107
16615
+ },
16616
+ "name": "type",
16617
+ "type": {
16618
+ "fqn": "projen.circleci.PipelineParameterType"
16619
+ }
16620
+ },
16621
+ {
16622
+ "abstract": true,
16623
+ "docs": {
16624
+ "remarks": "If not present, the parameter is implied to be required.",
16625
+ "stability": "experimental",
16626
+ "summary": "The default value for the parameter."
16627
+ },
16628
+ "immutable": true,
16629
+ "locationInModule": {
16630
+ "filename": "src/circleci/model.ts",
16631
+ "line": 109
16632
+ },
16633
+ "name": "default",
16634
+ "optional": true,
16635
+ "type": {
16636
+ "union": {
16637
+ "types": [
16638
+ {
16639
+ "primitive": "string"
16640
+ },
16641
+ {
16642
+ "primitive": "number"
16643
+ },
16644
+ {
16645
+ "primitive": "boolean"
16646
+ }
16647
+ ]
16648
+ }
16649
+ }
16650
+ },
16651
+ {
16652
+ "abstract": true,
16653
+ "docs": {
16654
+ "stability": "experimental",
16655
+ "summary": "Used to generate documentation for your orb."
16656
+ },
16657
+ "immutable": true,
16658
+ "locationInModule": {
16659
+ "filename": "src/circleci/model.ts",
16660
+ "line": 105
16661
+ },
16662
+ "name": "description",
16663
+ "optional": true,
16664
+ "type": {
16665
+ "primitive": "string"
16666
+ }
16667
+ }
16668
+ ],
16669
+ "symbolId": "src/circleci/model:PipelineParameter"
16670
+ },
16671
+ "projen.circleci.PipelineParameterType": {
16672
+ "assembly": "projen",
16673
+ "docs": {
16674
+ "see": "https://circleci.com/docs/2.0/reusing-config#parameter-syntax",
16675
+ "stability": "experimental",
16676
+ "summary": "Pipeline parameter types."
16677
+ },
16678
+ "fqn": "projen.circleci.PipelineParameterType",
16679
+ "kind": "enum",
16680
+ "locationInModule": {
16681
+ "filename": "src/circleci/model.ts",
16682
+ "line": 64
16683
+ },
16684
+ "members": [
16685
+ {
16686
+ "docs": {
16687
+ "stability": "experimental"
16688
+ },
16689
+ "name": "STRING"
16690
+ },
16691
+ {
16692
+ "docs": {
16693
+ "stability": "experimental"
16694
+ },
16695
+ "name": "BOOLEAN"
16696
+ },
16697
+ {
16698
+ "docs": {
16699
+ "stability": "experimental"
16700
+ },
16701
+ "name": "INTEGER"
16702
+ },
16703
+ {
16704
+ "docs": {
16705
+ "stability": "experimental"
16706
+ },
16707
+ "name": "ENUM"
16708
+ }
16709
+ ],
16710
+ "name": "PipelineParameterType",
16711
+ "namespace": "circleci",
16712
+ "symbolId": "src/circleci/model:PipelineParameterType"
16713
+ },
16588
16714
  "projen.circleci.ResourceClass": {
16589
16715
  "assembly": "projen",
16590
16716
  "docs": {
@@ -16654,7 +16780,7 @@
16654
16780
  "kind": "interface",
16655
16781
  "locationInModule": {
16656
16782
  "filename": "src/circleci/model.ts",
16657
- "line": 240
16783
+ "line": 262
16658
16784
  },
16659
16785
  "name": "Run",
16660
16786
  "namespace": "circleci",
@@ -16668,7 +16794,7 @@
16668
16794
  "immutable": true,
16669
16795
  "locationInModule": {
16670
16796
  "filename": "src/circleci/model.ts",
16671
- "line": 242
16797
+ "line": 264
16672
16798
  },
16673
16799
  "name": "command",
16674
16800
  "type": {
@@ -16684,7 +16810,7 @@
16684
16810
  "immutable": true,
16685
16811
  "locationInModule": {
16686
16812
  "filename": "src/circleci/model.ts",
16687
- "line": 250
16813
+ "line": 272
16688
16814
  },
16689
16815
  "name": "background",
16690
16816
  "optional": true,
@@ -16701,7 +16827,7 @@
16701
16827
  "immutable": true,
16702
16828
  "locationInModule": {
16703
16829
  "filename": "src/circleci/model.ts",
16704
- "line": 248
16830
+ "line": 270
16705
16831
  },
16706
16832
  "name": "environment",
16707
16833
  "optional": true,
@@ -16718,7 +16844,7 @@
16718
16844
  "immutable": true,
16719
16845
  "locationInModule": {
16720
16846
  "filename": "src/circleci/model.ts",
16721
- "line": 244
16847
+ "line": 266
16722
16848
  },
16723
16849
  "name": "name",
16724
16850
  "optional": true,
@@ -16735,7 +16861,7 @@
16735
16861
  "immutable": true,
16736
16862
  "locationInModule": {
16737
16863
  "filename": "src/circleci/model.ts",
16738
- "line": 254
16864
+ "line": 276
16739
16865
  },
16740
16866
  "name": "noOutputTimeout",
16741
16867
  "optional": true,
@@ -16752,7 +16878,7 @@
16752
16878
  "immutable": true,
16753
16879
  "locationInModule": {
16754
16880
  "filename": "src/circleci/model.ts",
16755
- "line": 246
16881
+ "line": 268
16756
16882
  },
16757
16883
  "name": "shell",
16758
16884
  "optional": true,
@@ -16769,7 +16895,7 @@
16769
16895
  "immutable": true,
16770
16896
  "locationInModule": {
16771
16897
  "filename": "src/circleci/model.ts",
16772
- "line": 256
16898
+ "line": 278
16773
16899
  },
16774
16900
  "name": "when",
16775
16901
  "optional": true,
@@ -16787,7 +16913,7 @@
16787
16913
  "immutable": true,
16788
16914
  "locationInModule": {
16789
16915
  "filename": "src/circleci/model.ts",
16790
- "line": 252
16916
+ "line": 274
16791
16917
  },
16792
16918
  "name": "workingDirectory",
16793
16919
  "optional": true,
@@ -16810,7 +16936,7 @@
16810
16936
  "kind": "interface",
16811
16937
  "locationInModule": {
16812
16938
  "filename": "src/circleci/model.ts",
16813
- "line": 114
16939
+ "line": 136
16814
16940
  },
16815
16941
  "name": "Schedule",
16816
16942
  "namespace": "circleci",
@@ -16823,7 +16949,7 @@
16823
16949
  "immutable": true,
16824
16950
  "locationInModule": {
16825
16951
  "filename": "src/circleci/model.ts",
16826
- "line": 117
16952
+ "line": 139
16827
16953
  },
16828
16954
  "name": "filters",
16829
16955
  "type": {
@@ -16839,7 +16965,7 @@
16839
16965
  "immutable": true,
16840
16966
  "locationInModule": {
16841
16967
  "filename": "src/circleci/model.ts",
16842
- "line": 116
16968
+ "line": 138
16843
16969
  },
16844
16970
  "name": "cron",
16845
16971
  "optional": true,
@@ -16862,7 +16988,7 @@
16862
16988
  "kind": "interface",
16863
16989
  "locationInModule": {
16864
16990
  "filename": "src/circleci/model.ts",
16865
- "line": 226
16991
+ "line": 248
16866
16992
  },
16867
16993
  "name": "StepRun",
16868
16994
  "namespace": "circleci",
@@ -16875,7 +17001,7 @@
16875
17001
  "immutable": true,
16876
17002
  "locationInModule": {
16877
17003
  "filename": "src/circleci/model.ts",
16878
- "line": 227
17004
+ "line": 249
16879
17005
  },
16880
17006
  "name": "run",
16881
17007
  "optional": true,
@@ -16899,7 +17025,7 @@
16899
17025
  "kind": "interface",
16900
17026
  "locationInModule": {
16901
17027
  "filename": "src/circleci/model.ts",
16902
- "line": 106
17028
+ "line": 128
16903
17029
  },
16904
17030
  "name": "Triggers",
16905
17031
  "namespace": "circleci",
@@ -16912,7 +17038,7 @@
16912
17038
  "immutable": true,
16913
17039
  "locationInModule": {
16914
17040
  "filename": "src/circleci/model.ts",
16915
- "line": 107
17041
+ "line": 129
16916
17042
  },
16917
17043
  "name": "schedule",
16918
17044
  "optional": true,
@@ -17034,7 +17160,7 @@
17034
17160
  "kind": "interface",
17035
17161
  "locationInModule": {
17036
17162
  "filename": "src/circleci/model.ts",
17037
- "line": 72
17163
+ "line": 83
17038
17164
  },
17039
17165
  "name": "WorkflowJob",
17040
17166
  "namespace": "circleci",
@@ -17065,7 +17191,7 @@
17065
17191
  "immutable": true,
17066
17192
  "locationInModule": {
17067
17193
  "filename": "src/circleci/model.ts",
17068
- "line": 78
17194
+ "line": 89
17069
17195
  },
17070
17196
  "name": "context",
17071
17197
  "optional": true,
@@ -17087,7 +17213,7 @@
17087
17213
  "immutable": true,
17088
17214
  "locationInModule": {
17089
17215
  "filename": "src/circleci/model.ts",
17090
- "line": 82
17216
+ "line": 93
17091
17217
  },
17092
17218
  "name": "filters",
17093
17219
  "optional": true,
@@ -17103,7 +17229,7 @@
17103
17229
  "immutable": true,
17104
17230
  "locationInModule": {
17105
17231
  "filename": "src/circleci/model.ts",
17106
- "line": 83
17232
+ "line": 94
17107
17233
  },
17108
17234
  "name": "matrix",
17109
17235
  "optional": true,
@@ -17121,7 +17247,7 @@
17121
17247
  "immutable": true,
17122
17248
  "locationInModule": {
17123
17249
  "filename": "src/circleci/model.ts",
17124
- "line": 76
17250
+ "line": 87
17125
17251
  },
17126
17252
  "name": "name",
17127
17253
  "optional": true,
@@ -17138,7 +17264,7 @@
17138
17264
  "immutable": true,
17139
17265
  "locationInModule": {
17140
17266
  "filename": "src/circleci/model.ts",
17141
- "line": 87
17267
+ "line": 96
17142
17268
  },
17143
17269
  "name": "orbParameters",
17144
17270
  "optional": true,
@@ -17163,40 +17289,6 @@
17163
17289
  }
17164
17290
  }
17165
17291
  },
17166
- {
17167
- "abstract": true,
17168
- "docs": {
17169
- "stability": "experimental",
17170
- "summary": "Parameters for making a job explicitly configurable in a workflow."
17171
- },
17172
- "immutable": true,
17173
- "locationInModule": {
17174
- "filename": "src/circleci/model.ts",
17175
- "line": 85
17176
- },
17177
- "name": "parameters",
17178
- "optional": true,
17179
- "type": {
17180
- "collection": {
17181
- "elementtype": {
17182
- "union": {
17183
- "types": [
17184
- {
17185
- "primitive": "string"
17186
- },
17187
- {
17188
- "primitive": "number"
17189
- },
17190
- {
17191
- "primitive": "boolean"
17192
- }
17193
- ]
17194
- }
17195
- },
17196
- "kind": "map"
17197
- }
17198
- }
17199
- },
17200
17292
  {
17201
17293
  "abstract": true,
17202
17294
  "docs": {
@@ -17206,7 +17298,7 @@
17206
17298
  "immutable": true,
17207
17299
  "locationInModule": {
17208
17300
  "filename": "src/circleci/model.ts",
17209
- "line": 74
17301
+ "line": 85
17210
17302
  },
17211
17303
  "name": "requires",
17212
17304
  "optional": true,
@@ -17228,7 +17320,7 @@
17228
17320
  "immutable": true,
17229
17321
  "locationInModule": {
17230
17322
  "filename": "src/circleci/model.ts",
17231
- "line": 80
17323
+ "line": 91
17232
17324
  },
17233
17325
  "name": "type",
17234
17326
  "optional": true,
@@ -48165,6 +48257,6 @@
48165
48257
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
48166
48258
  }
48167
48259
  },
48168
- "version": "0.58.35",
48169
- "fingerprint": "04wKcyFx526GaKmHaERwpQSbqca3MiTL00y4e+RIH4s="
48260
+ "version": "0.59.1",
48261
+ "fingerprint": "MwZ0vtcEvGCjBe3zJUDopCNonUIOUO0sefvr1bUb0F4="
48170
48262
  }