@pulumi/gitlab 9.12.0-alpha.1782457766 → 10.0.0

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 (234) hide show
  1. package/README.md +2 -2
  2. package/applicationSettings.d.ts +48 -18
  3. package/applicationSettings.d.ts.map +1 -1
  4. package/applicationSettings.js +8 -2
  5. package/applicationSettings.js.map +1 -1
  6. package/branchProtection.d.ts +48 -52
  7. package/branchProtection.d.ts.map +1 -1
  8. package/branchProtection.js +30 -24
  9. package/branchProtection.js.map +1 -1
  10. package/getGroup.d.ts +114 -2
  11. package/getGroup.d.ts.map +1 -1
  12. package/getGroup.js.map +1 -1
  13. package/getGroupHook.d.ts +40 -6
  14. package/getGroupHook.d.ts.map +1 -1
  15. package/getGroupHook.js.map +1 -1
  16. package/getGroupLabel.d.ts +125 -0
  17. package/getGroupLabel.d.ts.map +1 -0
  18. package/getGroupLabel.js +93 -0
  19. package/getGroupLabel.js.map +1 -0
  20. package/getGroupLabels.d.ts +74 -0
  21. package/getGroupLabels.d.ts.map +1 -0
  22. package/getGroupLabels.js +79 -0
  23. package/getGroupLabels.js.map +1 -0
  24. package/getGroupProtectedBranch.d.ts +82 -0
  25. package/getGroupProtectedBranch.d.ts.map +1 -0
  26. package/getGroupProtectedBranch.js +61 -0
  27. package/getGroupProtectedBranch.js.map +1 -0
  28. package/getGroupProtectedBranches.d.ts +54 -0
  29. package/getGroupProtectedBranches.d.ts.map +1 -0
  30. package/getGroupProtectedBranches.js +59 -0
  31. package/getGroupProtectedBranches.js.map +1 -0
  32. package/getProject.d.ts +355 -57
  33. package/getProject.d.ts.map +1 -1
  34. package/getProject.js +0 -6
  35. package/getProject.js.map +1 -1
  36. package/getProjectHook.d.ts +36 -6
  37. package/getProjectHook.d.ts.map +1 -1
  38. package/getProjectHook.js.map +1 -1
  39. package/getProjectMembership.d.ts +4 -40
  40. package/getProjectMembership.d.ts.map +1 -1
  41. package/getProjectMembership.js +0 -6
  42. package/getProjectMembership.js.map +1 -1
  43. package/getProjectProtectedBranch.d.ts +8 -21
  44. package/getProjectProtectedBranch.d.ts.map +1 -1
  45. package/getProjectProtectedBranch.js +0 -4
  46. package/getProjectProtectedBranch.js.map +1 -1
  47. package/getProjectProtectedBranches.d.ts +1 -10
  48. package/getProjectProtectedBranches.d.ts.map +1 -1
  49. package/getProjectProtectedBranches.js +0 -2
  50. package/getProjectProtectedBranches.js.map +1 -1
  51. package/getProjectServiceAccount.d.ts +97 -0
  52. package/getProjectServiceAccount.d.ts.map +1 -0
  53. package/getProjectServiceAccount.js +89 -0
  54. package/getProjectServiceAccount.js.map +1 -0
  55. package/getProjects.d.ts +22 -10
  56. package/getProjects.d.ts.map +1 -1
  57. package/getProjects.js +2 -0
  58. package/getProjects.js.map +1 -1
  59. package/getSystemHook.d.ts +111 -0
  60. package/getSystemHook.d.ts.map +1 -0
  61. package/getSystemHook.js +81 -0
  62. package/getSystemHook.js.map +1 -0
  63. package/getSystemHooks.d.ts +50 -0
  64. package/getSystemHooks.d.ts.map +1 -0
  65. package/getSystemHooks.js +73 -0
  66. package/getSystemHooks.js.map +1 -0
  67. package/group.d.ts +12 -0
  68. package/group.d.ts.map +1 -1
  69. package/group.js +2 -0
  70. package/group.js.map +1 -1
  71. package/groupAccessToken.d.ts +3 -3
  72. package/groupBranchProtection.d.ts +185 -0
  73. package/groupBranchProtection.d.ts.map +1 -0
  74. package/groupBranchProtection.js +146 -0
  75. package/groupBranchProtection.js.map +1 -0
  76. package/groupCluster.d.ts +1 -1
  77. package/groupCluster.js +1 -1
  78. package/groupDeployToken.d.ts +3 -3
  79. package/groupHook.d.ts +75 -3
  80. package/groupHook.d.ts.map +1 -1
  81. package/groupHook.js +15 -1
  82. package/groupHook.js.map +1 -1
  83. package/{integrationHarbor.d.ts → groupIntegrationHarbor.d.ts} +39 -43
  84. package/groupIntegrationHarbor.d.ts.map +1 -0
  85. package/{integrationHarbor.js → groupIntegrationHarbor.js} +30 -34
  86. package/groupIntegrationHarbor.js.map +1 -0
  87. package/groupSamlLink.d.ts +3 -3
  88. package/groupSavedReply.d.ts +78 -0
  89. package/groupSavedReply.d.ts.map +1 -0
  90. package/{deployToken.js → groupSavedReply.js} +19 -45
  91. package/groupSavedReply.js.map +1 -0
  92. package/groupServiceAccount.d.ts +12 -0
  93. package/groupServiceAccount.d.ts.map +1 -1
  94. package/groupServiceAccount.js +2 -0
  95. package/groupServiceAccount.js.map +1 -1
  96. package/groupServiceAccountAccessToken.d.ts +3 -3
  97. package/index.d.ts +45 -48
  98. package/index.d.ts.map +1 -1
  99. package/index.js +67 -86
  100. package/index.js.map +1 -1
  101. package/instanceCluster.d.ts +1 -1
  102. package/instanceCluster.js +1 -1
  103. package/integrationSlack.d.ts +0 -18
  104. package/integrationSlack.d.ts.map +1 -1
  105. package/integrationSlack.js +0 -2
  106. package/integrationSlack.js.map +1 -1
  107. package/memberRole.d.ts +3 -3
  108. package/package.json +2 -2
  109. package/personalAccessToken.d.ts +3 -3
  110. package/project.d.ts +36 -234
  111. package/project.d.ts.map +1 -1
  112. package/project.js +6 -26
  113. package/project.js.map +1 -1
  114. package/projectAccessToken.d.ts +3 -3
  115. package/projectCluster.d.ts +1 -1
  116. package/projectCluster.js +1 -1
  117. package/projectDeployToken.d.ts +3 -3
  118. package/projectHook.d.ts +103 -0
  119. package/projectHook.d.ts.map +1 -1
  120. package/projectHook.js +30 -1
  121. package/projectHook.js.map +1 -1
  122. package/projectIntegrationDatadog.d.ts +200 -0
  123. package/projectIntegrationDatadog.d.ts.map +1 -0
  124. package/{integrationGithub.js → projectIntegrationDatadog.js} +44 -45
  125. package/projectIntegrationDatadog.js.map +1 -0
  126. package/{integrationMicrosoftTeams.d.ts → projectIntegrationGoogleChat.d.ts} +35 -95
  127. package/projectIntegrationGoogleChat.d.ts.map +1 -0
  128. package/{integrationMicrosoftTeams.js → projectIntegrationGoogleChat.js} +12 -50
  129. package/projectIntegrationGoogleChat.js.map +1 -0
  130. package/projectIntegrationJira.d.ts +12 -12
  131. package/projectJobTokenScopes.d.ts +5 -21
  132. package/projectJobTokenScopes.d.ts.map +1 -1
  133. package/projectJobTokenScopes.js +6 -3
  134. package/projectJobTokenScopes.js.map +1 -1
  135. package/projectLabel.d.ts +12 -0
  136. package/projectLabel.d.ts.map +1 -1
  137. package/projectLabel.js +2 -0
  138. package/projectLabel.js.map +1 -1
  139. package/projectLevelMrApprovals.d.ts +21 -3
  140. package/projectLevelMrApprovals.d.ts.map +1 -1
  141. package/projectLevelMrApprovals.js +2 -0
  142. package/projectLevelMrApprovals.js.map +1 -1
  143. package/projectMergeRequestNote.d.ts +3 -3
  144. package/projectProtectedEnvironment.d.ts +4 -22
  145. package/projectProtectedEnvironment.d.ts.map +1 -1
  146. package/projectProtectedEnvironment.js +1 -3
  147. package/projectProtectedEnvironment.js.map +1 -1
  148. package/projectPushMirror.d.ts +12 -0
  149. package/projectPushMirror.d.ts.map +1 -1
  150. package/projectPushMirror.js +2 -0
  151. package/projectPushMirror.js.map +1 -1
  152. package/projectSavedReply.d.ts +78 -0
  153. package/projectSavedReply.d.ts.map +1 -0
  154. package/{label.js → projectSavedReply.js} +16 -24
  155. package/projectSavedReply.js.map +1 -0
  156. package/projectServiceAccount.d.ts +152 -0
  157. package/projectServiceAccount.d.ts.map +1 -0
  158. package/{integrationPipelinesEmail.js → projectServiceAccount.js} +42 -35
  159. package/projectServiceAccount.js.map +1 -0
  160. package/projectShareGroup.d.ts +2 -20
  161. package/projectShareGroup.d.ts.map +1 -1
  162. package/projectShareGroup.js +3 -2
  163. package/projectShareGroup.js.map +1 -1
  164. package/projectTargetBranchRule.d.ts +1 -1
  165. package/projectTargetBranchRule.js +1 -1
  166. package/systemHook.d.ts +50 -6
  167. package/systemHook.d.ts.map +1 -1
  168. package/systemHook.js +9 -1
  169. package/systemHook.js.map +1 -1
  170. package/types/input.d.ts +95 -249
  171. package/types/input.d.ts.map +1 -1
  172. package/types/output.d.ts +1168 -168
  173. package/types/output.d.ts.map +1 -1
  174. package/userImpersonationToken.d.ts +3 -3
  175. package/userSavedReply.d.ts +66 -0
  176. package/userSavedReply.d.ts.map +1 -0
  177. package/userSavedReply.js +82 -0
  178. package/userSavedReply.js.map +1 -0
  179. package/deployToken.d.ts +0 -147
  180. package/deployToken.d.ts.map +0 -1
  181. package/deployToken.js.map +0 -1
  182. package/integrationCustomIssueTracker.d.ts +0 -142
  183. package/integrationCustomIssueTracker.d.ts.map +0 -1
  184. package/integrationCustomIssueTracker.js +0 -130
  185. package/integrationCustomIssueTracker.js.map +0 -1
  186. package/integrationEmailsOnPush.d.ts +0 -198
  187. package/integrationEmailsOnPush.d.ts.map +0 -1
  188. package/integrationEmailsOnPush.js +0 -137
  189. package/integrationEmailsOnPush.js.map +0 -1
  190. package/integrationExternalWiki.d.ts +0 -137
  191. package/integrationExternalWiki.d.ts.map +0 -1
  192. package/integrationExternalWiki.js +0 -126
  193. package/integrationExternalWiki.js.map +0 -1
  194. package/integrationGithub.d.ts +0 -156
  195. package/integrationGithub.d.ts.map +0 -1
  196. package/integrationGithub.js.map +0 -1
  197. package/integrationHarbor.d.ts.map +0 -1
  198. package/integrationHarbor.js.map +0 -1
  199. package/integrationJenkins.d.ts +0 -190
  200. package/integrationJenkins.d.ts.map +0 -1
  201. package/integrationJenkins.js +0 -138
  202. package/integrationJenkins.js.map +0 -1
  203. package/integrationJira.d.ts +0 -299
  204. package/integrationJira.d.ts.map +0 -1
  205. package/integrationJira.js +0 -159
  206. package/integrationJira.js.map +0 -1
  207. package/integrationMattermost.d.ts +0 -352
  208. package/integrationMattermost.d.ts.map +0 -1
  209. package/integrationMattermost.js +0 -163
  210. package/integrationMattermost.js.map +0 -1
  211. package/integrationMicrosoftTeams.d.ts.map +0 -1
  212. package/integrationMicrosoftTeams.js.map +0 -1
  213. package/integrationPipelinesEmail.d.ts +0 -123
  214. package/integrationPipelinesEmail.d.ts.map +0 -1
  215. package/integrationPipelinesEmail.js.map +0 -1
  216. package/integrationRedmine.d.ts +0 -136
  217. package/integrationRedmine.d.ts.map +0 -1
  218. package/integrationRedmine.js +0 -131
  219. package/integrationRedmine.js.map +0 -1
  220. package/integrationTelegram.d.ts +0 -253
  221. package/integrationTelegram.d.ts.map +0 -1
  222. package/integrationTelegram.js +0 -184
  223. package/integrationTelegram.js.map +0 -1
  224. package/label.d.ts +0 -108
  225. package/label.d.ts.map +0 -1
  226. package/label.js.map +0 -1
  227. package/projectMirror.d.ts +0 -166
  228. package/projectMirror.d.ts.map +0 -1
  229. package/projectMirror.js +0 -131
  230. package/projectMirror.js.map +0 -1
  231. package/runner.d.ts +0 -188
  232. package/runner.d.ts.map +0 -1
  233. package/runner.js +0 -122
  234. package/runner.js.map +0 -1
package/project.d.ts CHANGED
@@ -58,12 +58,6 @@ export declare class Project extends pulumi.CustomResource {
58
58
  * Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
59
59
  */
60
60
  readonly analyticsAccessLevel: pulumi.Output<string>;
61
- /**
62
- * Number of merge request approvals required for merging. Default is 0. This field **does not** work well in combination with the `gitlab.ProjectApprovalRule` resource. We recommend you do not use this deprecated field and use `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
63
- *
64
- * @deprecated Use the resource `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
65
- */
66
- readonly approvalsBeforeMerge: pulumi.Output<number | undefined>;
67
61
  /**
68
62
  * Set to `true` to archive the project instead of deleting on destroy. If set to `true` it will entire omit the `DELETE` operation.
69
63
  */
@@ -132,6 +126,10 @@ export declare class Project extends pulumi.CustomResource {
132
126
  * Pipelines older than the configured time are deleted.
133
127
  */
134
128
  readonly ciDeletePipelinesInSeconds: pulumi.Output<number>;
129
+ /**
130
+ * Show pipeline variables on the pipeline details page. Introduced in GitLab 17.8.
131
+ */
132
+ readonly ciDisplayPipelineVariables: pulumi.Output<boolean>;
135
133
  /**
136
134
  * When a new deployment job starts, skip older deployment jobs that are still pending.
137
135
  */
@@ -153,7 +151,7 @@ export declare class Project extends pulumi.CustomResource {
153
151
  */
154
152
  readonly ciPushRepositoryForJobTokenAllowed: pulumi.Output<boolean>;
155
153
  /**
156
- * The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
154
+ * The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `noOne`
157
155
  */
158
156
  readonly ciRestrictPipelineCancellationRole: pulumi.Output<string>;
159
157
  /**
@@ -168,12 +166,6 @@ export declare class Project extends pulumi.CustomResource {
168
166
  * Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
169
167
  */
170
168
  readonly containerRegistryAccessLevel: pulumi.Output<string>;
171
- /**
172
- * Enable container registry for the project. Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
173
- *
174
- * @deprecated Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
175
- */
176
- readonly containerRegistryEnabled: pulumi.Output<boolean>;
177
169
  /**
178
170
  * The default branch for the project.
179
171
  */
@@ -223,7 +215,7 @@ export declare class Project extends pulumi.CustomResource {
223
215
  */
224
216
  readonly httpUrlToRepo: pulumi.Output<string>;
225
217
  /**
226
- * Git URL to a repository to be imported. Use with creating a mirror is deprecated - use `gitlab.ProjectPullMirror` instead. Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forkedFromProjectId` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
218
+ * Git URL to a repository to be imported. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
227
219
  */
228
220
  readonly importUrl: pulumi.Output<string>;
229
221
  /**
@@ -246,12 +238,6 @@ export declare class Project extends pulumi.CustomResource {
246
238
  * Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
247
239
  */
248
240
  readonly issuesAccessLevel: pulumi.Output<string>;
249
- /**
250
- * Enable issue tracking for the project. Use `issuesAccessLevel` instead. To be removed in 19.0.
251
- *
252
- * @deprecated Use `issuesAccessLevel` instead. To be removed in 19.0.
253
- */
254
- readonly issuesEnabled: pulumi.Output<boolean>;
255
241
  /**
256
242
  * Sets the template for new issues in the project.
257
243
  */
@@ -292,12 +278,6 @@ export declare class Project extends pulumi.CustomResource {
292
278
  * Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
293
279
  */
294
280
  readonly mergeRequestsAccessLevel: pulumi.Output<string>;
295
- /**
296
- * Enable merge requests for the project. Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
297
- *
298
- * @deprecated Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
299
- */
300
- readonly mergeRequestsEnabled: pulumi.Output<boolean>;
301
281
  /**
302
282
  * Sets the template for new merge requests in the project.
303
283
  */
@@ -310,24 +290,6 @@ export declare class Project extends pulumi.CustomResource {
310
290
  * Allows merge train merge requests to be merged without waiting for pipelines to finish. Requires `mergePipelinesEnabled` to be set to `true` to take effect.
311
291
  */
312
292
  readonly mergeTrainsSkipTrainAllowed: pulumi.Output<boolean>;
313
- /**
314
- * Deprecated: to be removed in 19.0. Use `gitlab.ProjectPullMirror` instead. Enable project pull mirror.
315
- *
316
- * @deprecated To be removed in 19.0. Use `gitlab.ProjectPullMirror` instead.
317
- */
318
- readonly mirror: pulumi.Output<boolean>;
319
- /**
320
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead. Enable overwrite diverged branches for a mirrored project.
321
- *
322
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead.
323
- */
324
- readonly mirrorOverwritesDivergedBranches: pulumi.Output<boolean>;
325
- /**
326
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead. Enable trigger builds on pushes for a mirrored project.
327
- *
328
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead.
329
- */
330
- readonly mirrorTriggerBuilds: pulumi.Output<boolean>;
331
293
  /**
332
294
  * Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
333
295
  */
@@ -361,11 +323,9 @@ export declare class Project extends pulumi.CustomResource {
361
323
  */
362
324
  readonly onlyAllowMergeIfPipelineSucceeds: pulumi.Output<boolean>;
363
325
  /**
364
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead. Enable only mirror protected branches for a mirrored project.
365
- *
366
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead.
326
+ * Set visibility of the package registry. Valid values are `disabled`, `private`, `enabled`, `public`.
367
327
  */
368
- readonly onlyMirrorProtectedBranches: pulumi.Output<boolean>;
328
+ readonly packageRegistryAccessLevel: pulumi.Output<string>;
369
329
  /**
370
330
  * Enable packages repository for the project.
371
331
  */
@@ -386,12 +346,6 @@ export declare class Project extends pulumi.CustomResource {
386
346
  * Set to `true` to immediately permanently delete the project instead of scheduling a delete for Premium and Ultimate tiers.
387
347
  */
388
348
  readonly permanentlyDeleteOnDestroy: pulumi.Output<boolean | undefined>;
389
- /**
390
- * Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls. Use `buildsAccessLevel` instead. To be removed in 19.0.
391
- *
392
- * @deprecated Use `buildsAccessLevel` instead. To be removed in 19.0.
393
- */
394
- readonly pipelinesEnabled: pulumi.Output<boolean>;
395
349
  /**
396
350
  * Whether Secret Push Detection is enabled. Requires GitLab Ultimate.
397
351
  */
@@ -404,6 +358,10 @@ export declare class Project extends pulumi.CustomResource {
404
358
  * Show link to create/view merge request when pushing from the command line
405
359
  */
406
360
  readonly printingMergeRequestLinkEnabled: pulumi.Output<boolean>;
361
+ /**
362
+ * Whether pipelines triggered for merge requests run with project secrets and protected variables, instead of the contributor's lower-privileged context.
363
+ */
364
+ readonly protectMergeRequestPipelines: pulumi.Output<boolean>;
407
365
  /**
408
366
  * If true, jobs can be viewed by non-project members.
409
367
  *
@@ -450,12 +408,6 @@ export declare class Project extends pulumi.CustomResource {
450
408
  * The default resource group process mode for the project.
451
409
  */
452
410
  readonly resourceGroupDefaultProcessMode: pulumi.Output<string>;
453
- /**
454
- * Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline. Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
455
- *
456
- * @deprecated Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
457
- */
458
- readonly restrictUserDefinedVariables: pulumi.Output<boolean>;
459
411
  /**
460
412
  * Registration token to use during runner setup.
461
413
  */
@@ -479,12 +431,6 @@ export declare class Project extends pulumi.CustomResource {
479
431
  * Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
480
432
  */
481
433
  readonly snippetsAccessLevel: pulumi.Output<string>;
482
- /**
483
- * Enable snippets for the project. Use `snippetsAccessLevel` instead. To be removed in 19.0.
484
- *
485
- * @deprecated Use `snippetsAccessLevel` instead. To be removed in 19.0.
486
- */
487
- readonly snippetsEnabled: pulumi.Output<boolean>;
488
434
  /**
489
435
  * Template used to create squash commit message in merge requests.
490
436
  */
@@ -501,12 +447,6 @@ export declare class Project extends pulumi.CustomResource {
501
447
  * The commit message used to apply merge request suggestions.
502
448
  */
503
449
  readonly suggestionCommitMessage: pulumi.Output<string | undefined>;
504
- /**
505
- * The list of tags for a project; put array of tags, that should be finally assigned to a project. Use `topics` instead. To be removed in 19.0.
506
- *
507
- * @deprecated Use `topics` instead. To be removed in 19.0.
508
- */
509
- readonly tags: pulumi.Output<string[]>;
510
450
  /**
511
451
  * When used without use*custom*template, name of a built-in project template. When used with use*custom*template, name of a custom project template. This option is mutually exclusive with `templateProjectId`.
512
452
  */
@@ -536,12 +476,6 @@ export declare class Project extends pulumi.CustomResource {
536
476
  * Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
537
477
  */
538
478
  readonly wikiAccessLevel: pulumi.Output<string>;
539
- /**
540
- * Enable wiki for the project. Use `wikiAccessLevel` instead. To be removed in 19.0.
541
- *
542
- * @deprecated Use `wikiAccessLevel` instead. To be removed in 19.0.
543
- */
544
- readonly wikiEnabled: pulumi.Output<boolean>;
545
479
  /**
546
480
  * Create a Project resource with the given unique name, arguments, and options.
547
481
  *
@@ -567,12 +501,6 @@ export interface ProjectState {
567
501
  * Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
568
502
  */
569
503
  analyticsAccessLevel?: pulumi.Input<string | undefined>;
570
- /**
571
- * Number of merge request approvals required for merging. Default is 0. This field **does not** work well in combination with the `gitlab.ProjectApprovalRule` resource. We recommend you do not use this deprecated field and use `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
572
- *
573
- * @deprecated Use the resource `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
574
- */
575
- approvalsBeforeMerge?: pulumi.Input<number | undefined>;
576
504
  /**
577
505
  * Set to `true` to archive the project instead of deleting on destroy. If set to `true` it will entire omit the `DELETE` operation.
578
506
  */
@@ -641,6 +569,10 @@ export interface ProjectState {
641
569
  * Pipelines older than the configured time are deleted.
642
570
  */
643
571
  ciDeletePipelinesInSeconds?: pulumi.Input<number | undefined>;
572
+ /**
573
+ * Show pipeline variables on the pipeline details page. Introduced in GitLab 17.8.
574
+ */
575
+ ciDisplayPipelineVariables?: pulumi.Input<boolean | undefined>;
644
576
  /**
645
577
  * When a new deployment job starts, skip older deployment jobs that are still pending.
646
578
  */
@@ -662,7 +594,7 @@ export interface ProjectState {
662
594
  */
663
595
  ciPushRepositoryForJobTokenAllowed?: pulumi.Input<boolean | undefined>;
664
596
  /**
665
- * The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
597
+ * The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `noOne`
666
598
  */
667
599
  ciRestrictPipelineCancellationRole?: pulumi.Input<string | undefined>;
668
600
  /**
@@ -677,12 +609,6 @@ export interface ProjectState {
677
609
  * Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
678
610
  */
679
611
  containerRegistryAccessLevel?: pulumi.Input<string | undefined>;
680
- /**
681
- * Enable container registry for the project. Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
682
- *
683
- * @deprecated Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
684
- */
685
- containerRegistryEnabled?: pulumi.Input<boolean | undefined>;
686
612
  /**
687
613
  * The default branch for the project.
688
614
  */
@@ -732,7 +658,7 @@ export interface ProjectState {
732
658
  */
733
659
  httpUrlToRepo?: pulumi.Input<string | undefined>;
734
660
  /**
735
- * Git URL to a repository to be imported. Use with creating a mirror is deprecated - use `gitlab.ProjectPullMirror` instead. Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forkedFromProjectId` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
661
+ * Git URL to a repository to be imported. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
736
662
  */
737
663
  importUrl?: pulumi.Input<string | undefined>;
738
664
  /**
@@ -755,12 +681,6 @@ export interface ProjectState {
755
681
  * Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
756
682
  */
757
683
  issuesAccessLevel?: pulumi.Input<string | undefined>;
758
- /**
759
- * Enable issue tracking for the project. Use `issuesAccessLevel` instead. To be removed in 19.0.
760
- *
761
- * @deprecated Use `issuesAccessLevel` instead. To be removed in 19.0.
762
- */
763
- issuesEnabled?: pulumi.Input<boolean | undefined>;
764
684
  /**
765
685
  * Sets the template for new issues in the project.
766
686
  */
@@ -801,12 +721,6 @@ export interface ProjectState {
801
721
  * Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
802
722
  */
803
723
  mergeRequestsAccessLevel?: pulumi.Input<string | undefined>;
804
- /**
805
- * Enable merge requests for the project. Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
806
- *
807
- * @deprecated Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
808
- */
809
- mergeRequestsEnabled?: pulumi.Input<boolean | undefined>;
810
724
  /**
811
725
  * Sets the template for new merge requests in the project.
812
726
  */
@@ -819,24 +733,6 @@ export interface ProjectState {
819
733
  * Allows merge train merge requests to be merged without waiting for pipelines to finish. Requires `mergePipelinesEnabled` to be set to `true` to take effect.
820
734
  */
821
735
  mergeTrainsSkipTrainAllowed?: pulumi.Input<boolean | undefined>;
822
- /**
823
- * Deprecated: to be removed in 19.0. Use `gitlab.ProjectPullMirror` instead. Enable project pull mirror.
824
- *
825
- * @deprecated To be removed in 19.0. Use `gitlab.ProjectPullMirror` instead.
826
- */
827
- mirror?: pulumi.Input<boolean | undefined>;
828
- /**
829
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead. Enable overwrite diverged branches for a mirrored project.
830
- *
831
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead.
832
- */
833
- mirrorOverwritesDivergedBranches?: pulumi.Input<boolean | undefined>;
834
- /**
835
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead. Enable trigger builds on pushes for a mirrored project.
836
- *
837
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead.
838
- */
839
- mirrorTriggerBuilds?: pulumi.Input<boolean | undefined>;
840
736
  /**
841
737
  * Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
842
738
  */
@@ -870,11 +766,9 @@ export interface ProjectState {
870
766
  */
871
767
  onlyAllowMergeIfPipelineSucceeds?: pulumi.Input<boolean | undefined>;
872
768
  /**
873
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead. Enable only mirror protected branches for a mirrored project.
874
- *
875
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead.
769
+ * Set visibility of the package registry. Valid values are `disabled`, `private`, `enabled`, `public`.
876
770
  */
877
- onlyMirrorProtectedBranches?: pulumi.Input<boolean | undefined>;
771
+ packageRegistryAccessLevel?: pulumi.Input<string | undefined>;
878
772
  /**
879
773
  * Enable packages repository for the project.
880
774
  */
@@ -895,12 +789,6 @@ export interface ProjectState {
895
789
  * Set to `true` to immediately permanently delete the project instead of scheduling a delete for Premium and Ultimate tiers.
896
790
  */
897
791
  permanentlyDeleteOnDestroy?: pulumi.Input<boolean | undefined>;
898
- /**
899
- * Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls. Use `buildsAccessLevel` instead. To be removed in 19.0.
900
- *
901
- * @deprecated Use `buildsAccessLevel` instead. To be removed in 19.0.
902
- */
903
- pipelinesEnabled?: pulumi.Input<boolean | undefined>;
904
792
  /**
905
793
  * Whether Secret Push Detection is enabled. Requires GitLab Ultimate.
906
794
  */
@@ -913,6 +801,10 @@ export interface ProjectState {
913
801
  * Show link to create/view merge request when pushing from the command line
914
802
  */
915
803
  printingMergeRequestLinkEnabled?: pulumi.Input<boolean | undefined>;
804
+ /**
805
+ * Whether pipelines triggered for merge requests run with project secrets and protected variables, instead of the contributor's lower-privileged context.
806
+ */
807
+ protectMergeRequestPipelines?: pulumi.Input<boolean | undefined>;
916
808
  /**
917
809
  * If true, jobs can be viewed by non-project members.
918
810
  *
@@ -959,12 +851,6 @@ export interface ProjectState {
959
851
  * The default resource group process mode for the project.
960
852
  */
961
853
  resourceGroupDefaultProcessMode?: pulumi.Input<string | undefined>;
962
- /**
963
- * Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline. Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
964
- *
965
- * @deprecated Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
966
- */
967
- restrictUserDefinedVariables?: pulumi.Input<boolean | undefined>;
968
854
  /**
969
855
  * Registration token to use during runner setup.
970
856
  */
@@ -988,12 +874,6 @@ export interface ProjectState {
988
874
  * Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
989
875
  */
990
876
  snippetsAccessLevel?: pulumi.Input<string | undefined>;
991
- /**
992
- * Enable snippets for the project. Use `snippetsAccessLevel` instead. To be removed in 19.0.
993
- *
994
- * @deprecated Use `snippetsAccessLevel` instead. To be removed in 19.0.
995
- */
996
- snippetsEnabled?: pulumi.Input<boolean | undefined>;
997
877
  /**
998
878
  * Template used to create squash commit message in merge requests.
999
879
  */
@@ -1010,12 +890,6 @@ export interface ProjectState {
1010
890
  * The commit message used to apply merge request suggestions.
1011
891
  */
1012
892
  suggestionCommitMessage?: pulumi.Input<string | undefined>;
1013
- /**
1014
- * The list of tags for a project; put array of tags, that should be finally assigned to a project. Use `topics` instead. To be removed in 19.0.
1015
- *
1016
- * @deprecated Use `topics` instead. To be removed in 19.0.
1017
- */
1018
- tags?: pulumi.Input<pulumi.Input<string>[] | undefined>;
1019
893
  /**
1020
894
  * When used without use*custom*template, name of a built-in project template. When used with use*custom*template, name of a custom project template. This option is mutually exclusive with `templateProjectId`.
1021
895
  */
@@ -1045,12 +919,6 @@ export interface ProjectState {
1045
919
  * Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
1046
920
  */
1047
921
  wikiAccessLevel?: pulumi.Input<string | undefined>;
1048
- /**
1049
- * Enable wiki for the project. Use `wikiAccessLevel` instead. To be removed in 19.0.
1050
- *
1051
- * @deprecated Use `wikiAccessLevel` instead. To be removed in 19.0.
1052
- */
1053
- wikiEnabled?: pulumi.Input<boolean | undefined>;
1054
922
  }
1055
923
  /**
1056
924
  * The set of arguments for constructing a Project resource.
@@ -1068,12 +936,6 @@ export interface ProjectArgs {
1068
936
  * Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
1069
937
  */
1070
938
  analyticsAccessLevel?: pulumi.Input<string | undefined>;
1071
- /**
1072
- * Number of merge request approvals required for merging. Default is 0. This field **does not** work well in combination with the `gitlab.ProjectApprovalRule` resource. We recommend you do not use this deprecated field and use `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
1073
- *
1074
- * @deprecated Use the resource `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
1075
- */
1076
- approvalsBeforeMerge?: pulumi.Input<number | undefined>;
1077
939
  /**
1078
940
  * Set to `true` to archive the project instead of deleting on destroy. If set to `true` it will entire omit the `DELETE` operation.
1079
941
  */
@@ -1138,6 +1000,10 @@ export interface ProjectArgs {
1138
1000
  * Pipelines older than the configured time are deleted.
1139
1001
  */
1140
1002
  ciDeletePipelinesInSeconds?: pulumi.Input<number | undefined>;
1003
+ /**
1004
+ * Show pipeline variables on the pipeline details page. Introduced in GitLab 17.8.
1005
+ */
1006
+ ciDisplayPipelineVariables?: pulumi.Input<boolean | undefined>;
1141
1007
  /**
1142
1008
  * When a new deployment job starts, skip older deployment jobs that are still pending.
1143
1009
  */
@@ -1159,7 +1025,7 @@ export interface ProjectArgs {
1159
1025
  */
1160
1026
  ciPushRepositoryForJobTokenAllowed?: pulumi.Input<boolean | undefined>;
1161
1027
  /**
1162
- * The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `no one`
1028
+ * The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `noOne`
1163
1029
  */
1164
1030
  ciRestrictPipelineCancellationRole?: pulumi.Input<string | undefined>;
1165
1031
  /**
@@ -1174,12 +1040,6 @@ export interface ProjectArgs {
1174
1040
  * Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
1175
1041
  */
1176
1042
  containerRegistryAccessLevel?: pulumi.Input<string | undefined>;
1177
- /**
1178
- * Enable container registry for the project. Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
1179
- *
1180
- * @deprecated Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
1181
- */
1182
- containerRegistryEnabled?: pulumi.Input<boolean | undefined>;
1183
1043
  /**
1184
1044
  * The default branch for the project.
1185
1045
  */
@@ -1221,7 +1081,7 @@ export interface ProjectArgs {
1221
1081
  */
1222
1082
  groupWithProjectTemplatesId?: pulumi.Input<number | undefined>;
1223
1083
  /**
1224
- * Git URL to a repository to be imported. Use with creating a mirror is deprecated - use `gitlab.ProjectPullMirror` instead. Together with `mirror = true` it will setup a Pull Mirror. This can also be used together with `forkedFromProjectId` to setup a Pull Mirror for a fork. The fork takes precedence over the import. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
1084
+ * Git URL to a repository to be imported. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
1225
1085
  */
1226
1086
  importUrl?: pulumi.Input<string | undefined>;
1227
1087
  /**
@@ -1244,12 +1104,6 @@ export interface ProjectArgs {
1244
1104
  * Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
1245
1105
  */
1246
1106
  issuesAccessLevel?: pulumi.Input<string | undefined>;
1247
- /**
1248
- * Enable issue tracking for the project. Use `issuesAccessLevel` instead. To be removed in 19.0.
1249
- *
1250
- * @deprecated Use `issuesAccessLevel` instead. To be removed in 19.0.
1251
- */
1252
- issuesEnabled?: pulumi.Input<boolean | undefined>;
1253
1107
  /**
1254
1108
  * Sets the template for new issues in the project.
1255
1109
  */
@@ -1290,12 +1144,6 @@ export interface ProjectArgs {
1290
1144
  * Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
1291
1145
  */
1292
1146
  mergeRequestsAccessLevel?: pulumi.Input<string | undefined>;
1293
- /**
1294
- * Enable merge requests for the project. Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
1295
- *
1296
- * @deprecated Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
1297
- */
1298
- mergeRequestsEnabled?: pulumi.Input<boolean | undefined>;
1299
1147
  /**
1300
1148
  * Sets the template for new merge requests in the project.
1301
1149
  */
@@ -1308,24 +1156,6 @@ export interface ProjectArgs {
1308
1156
  * Allows merge train merge requests to be merged without waiting for pipelines to finish. Requires `mergePipelinesEnabled` to be set to `true` to take effect.
1309
1157
  */
1310
1158
  mergeTrainsSkipTrainAllowed?: pulumi.Input<boolean | undefined>;
1311
- /**
1312
- * Deprecated: to be removed in 19.0. Use `gitlab.ProjectPullMirror` instead. Enable project pull mirror.
1313
- *
1314
- * @deprecated To be removed in 19.0. Use `gitlab.ProjectPullMirror` instead.
1315
- */
1316
- mirror?: pulumi.Input<boolean | undefined>;
1317
- /**
1318
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead. Enable overwrite diverged branches for a mirrored project.
1319
- *
1320
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead.
1321
- */
1322
- mirrorOverwritesDivergedBranches?: pulumi.Input<boolean | undefined>;
1323
- /**
1324
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead. Enable trigger builds on pushes for a mirrored project.
1325
- *
1326
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead.
1327
- */
1328
- mirrorTriggerBuilds?: pulumi.Input<boolean | undefined>;
1329
1159
  /**
1330
1160
  * Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
1331
1161
  */
@@ -1359,11 +1189,9 @@ export interface ProjectArgs {
1359
1189
  */
1360
1190
  onlyAllowMergeIfPipelineSucceeds?: pulumi.Input<boolean | undefined>;
1361
1191
  /**
1362
- * Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead. Enable only mirror protected branches for a mirrored project.
1363
- *
1364
- * @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead.
1192
+ * Set visibility of the package registry. Valid values are `disabled`, `private`, `enabled`, `public`.
1365
1193
  */
1366
- onlyMirrorProtectedBranches?: pulumi.Input<boolean | undefined>;
1194
+ packageRegistryAccessLevel?: pulumi.Input<string | undefined>;
1367
1195
  /**
1368
1196
  * Enable packages repository for the project.
1369
1197
  */
@@ -1380,12 +1208,6 @@ export interface ProjectArgs {
1380
1208
  * Set to `true` to immediately permanently delete the project instead of scheduling a delete for Premium and Ultimate tiers.
1381
1209
  */
1382
1210
  permanentlyDeleteOnDestroy?: pulumi.Input<boolean | undefined>;
1383
- /**
1384
- * Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls. Use `buildsAccessLevel` instead. To be removed in 19.0.
1385
- *
1386
- * @deprecated Use `buildsAccessLevel` instead. To be removed in 19.0.
1387
- */
1388
- pipelinesEnabled?: pulumi.Input<boolean | undefined>;
1389
1211
  /**
1390
1212
  * Whether Secret Push Detection is enabled. Requires GitLab Ultimate.
1391
1213
  */
@@ -1398,6 +1220,10 @@ export interface ProjectArgs {
1398
1220
  * Show link to create/view merge request when pushing from the command line
1399
1221
  */
1400
1222
  printingMergeRequestLinkEnabled?: pulumi.Input<boolean | undefined>;
1223
+ /**
1224
+ * Whether pipelines triggered for merge requests run with project secrets and protected variables, instead of the contributor's lower-privileged context.
1225
+ */
1226
+ protectMergeRequestPipelines?: pulumi.Input<boolean | undefined>;
1401
1227
  /**
1402
1228
  * If true, jobs can be viewed by non-project members.
1403
1229
  *
@@ -1444,12 +1270,6 @@ export interface ProjectArgs {
1444
1270
  * The default resource group process mode for the project.
1445
1271
  */
1446
1272
  resourceGroupDefaultProcessMode?: pulumi.Input<string | undefined>;
1447
- /**
1448
- * Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline. Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
1449
- *
1450
- * @deprecated Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
1451
- */
1452
- restrictUserDefinedVariables?: pulumi.Input<boolean | undefined>;
1453
1273
  /**
1454
1274
  * Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
1455
1275
  */
@@ -1469,12 +1289,6 @@ export interface ProjectArgs {
1469
1289
  * Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
1470
1290
  */
1471
1291
  snippetsAccessLevel?: pulumi.Input<string | undefined>;
1472
- /**
1473
- * Enable snippets for the project. Use `snippetsAccessLevel` instead. To be removed in 19.0.
1474
- *
1475
- * @deprecated Use `snippetsAccessLevel` instead. To be removed in 19.0.
1476
- */
1477
- snippetsEnabled?: pulumi.Input<boolean | undefined>;
1478
1292
  /**
1479
1293
  * Template used to create squash commit message in merge requests.
1480
1294
  */
@@ -1487,12 +1301,6 @@ export interface ProjectArgs {
1487
1301
  * The commit message used to apply merge request suggestions.
1488
1302
  */
1489
1303
  suggestionCommitMessage?: pulumi.Input<string | undefined>;
1490
- /**
1491
- * The list of tags for a project; put array of tags, that should be finally assigned to a project. Use `topics` instead. To be removed in 19.0.
1492
- *
1493
- * @deprecated Use `topics` instead. To be removed in 19.0.
1494
- */
1495
- tags?: pulumi.Input<pulumi.Input<string>[] | undefined>;
1496
1304
  /**
1497
1305
  * When used without use*custom*template, name of a built-in project template. When used with use*custom*template, name of a custom project template. This option is mutually exclusive with `templateProjectId`.
1498
1306
  */
@@ -1518,11 +1326,5 @@ export interface ProjectArgs {
1518
1326
  * Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
1519
1327
  */
1520
1328
  wikiAccessLevel?: pulumi.Input<string | undefined>;
1521
- /**
1522
- * Enable wiki for the project. Use `wikiAccessLevel` instead. To be removed in 19.0.
1523
- *
1524
- * @deprecated Use `wikiAccessLevel` instead. To be removed in 19.0.
1525
- */
1526
- wikiEnabled?: pulumi.Input<boolean | undefined>;
1527
1329
  }
1528
1330
  //# sourceMappingURL=project.d.ts.map