@structured-world/gitlab-mcp 4.5.0 → 5.1.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 (141) hide show
  1. package/README.md +1 -0
  2. package/dist/config.js +23 -23
  3. package/dist/config.js.map +1 -1
  4. package/dist/entities/core/index.d.ts +5 -5
  5. package/dist/entities/core/index.js +1 -1
  6. package/dist/entities/core/registry.d.ts +1 -1
  7. package/dist/entities/core/registry.js +149 -149
  8. package/dist/entities/core/registry.js.map +1 -1
  9. package/dist/entities/core/schema-readonly.d.ts +1 -1
  10. package/dist/entities/core/schema-readonly.js +132 -132
  11. package/dist/entities/core/schema-readonly.js.map +1 -1
  12. package/dist/entities/core/schema.d.ts +1 -1
  13. package/dist/entities/core/schema.js +59 -59
  14. package/dist/entities/files/index.d.ts +5 -5
  15. package/dist/entities/files/index.js +1 -1
  16. package/dist/entities/files/registry.d.ts +1 -1
  17. package/dist/entities/files/registry.js +32 -32
  18. package/dist/entities/files/registry.js.map +1 -1
  19. package/dist/entities/files/schema-readonly.d.ts +1 -1
  20. package/dist/entities/files/schema-readonly.js +10 -10
  21. package/dist/entities/files/schema.d.ts +1 -1
  22. package/dist/entities/files/schema.js +19 -19
  23. package/dist/entities/index.d.ts +10 -10
  24. package/dist/entities/labels/index.d.ts +5 -5
  25. package/dist/entities/labels/index.js +1 -1
  26. package/dist/entities/labels/registry.d.ts +1 -1
  27. package/dist/entities/labels/registry.js +31 -31
  28. package/dist/entities/labels/registry.js.map +1 -1
  29. package/dist/entities/labels/schema-readonly.d.ts +1 -1
  30. package/dist/entities/labels/schema-readonly.js +7 -7
  31. package/dist/entities/labels/schema.d.ts +1 -1
  32. package/dist/entities/labels/schema.js +11 -11
  33. package/dist/entities/milestones/index.d.ts +5 -5
  34. package/dist/entities/milestones/index.js +1 -1
  35. package/dist/entities/milestones/registry.d.ts +1 -1
  36. package/dist/entities/milestones/registry.js +49 -49
  37. package/dist/entities/milestones/registry.js.map +1 -1
  38. package/dist/entities/milestones/schema-readonly.d.ts +2 -2
  39. package/dist/entities/milestones/schema-readonly.js +11 -11
  40. package/dist/entities/milestones/schema.d.ts +1 -1
  41. package/dist/entities/milestones/schema.js +18 -18
  42. package/dist/entities/milestones/schema.js.map +1 -1
  43. package/dist/entities/mrs/index.d.ts +5 -5
  44. package/dist/entities/mrs/index.js +1 -1
  45. package/dist/entities/mrs/registry.d.ts +1 -1
  46. package/dist/entities/mrs/registry.js +118 -118
  47. package/dist/entities/mrs/registry.js.map +1 -1
  48. package/dist/entities/mrs/schema-readonly.d.ts +1 -1
  49. package/dist/entities/mrs/schema-readonly.js +47 -47
  50. package/dist/entities/mrs/schema-readonly.js.map +1 -1
  51. package/dist/entities/mrs/schema.d.ts +1 -1
  52. package/dist/entities/mrs/schema.js +86 -86
  53. package/dist/entities/mrs/schema.js.map +1 -1
  54. package/dist/entities/pipelines/index.d.ts +5 -5
  55. package/dist/entities/pipelines/index.js +1 -1
  56. package/dist/entities/pipelines/registry.d.ts +1 -1
  57. package/dist/entities/pipelines/registry.js +58 -58
  58. package/dist/entities/pipelines/registry.js.map +1 -1
  59. package/dist/entities/pipelines/schema-readonly.d.ts +1 -1
  60. package/dist/entities/pipelines/schema-readonly.js +65 -65
  61. package/dist/entities/pipelines/schema.d.ts +1 -1
  62. package/dist/entities/pipelines/schema.js +15 -15
  63. package/dist/entities/shared.d.ts +1 -1
  64. package/dist/entities/shared.js +7 -7
  65. package/dist/entities/utils.d.ts +1 -1
  66. package/dist/entities/utils.js +5 -5
  67. package/dist/entities/utils.js.map +1 -1
  68. package/dist/entities/variables/index.d.ts +5 -5
  69. package/dist/entities/variables/index.js +1 -1
  70. package/dist/entities/variables/registry.d.ts +1 -1
  71. package/dist/entities/variables/registry.js +29 -29
  72. package/dist/entities/variables/registry.js.map +1 -1
  73. package/dist/entities/variables/schema-readonly.d.ts +1 -1
  74. package/dist/entities/variables/schema-readonly.js +4 -4
  75. package/dist/entities/variables/schema.d.ts +1 -1
  76. package/dist/entities/variables/schema.js +32 -32
  77. package/dist/entities/variables/schema.js.map +1 -1
  78. package/dist/entities/wiki/index.d.ts +5 -5
  79. package/dist/entities/wiki/index.js +1 -1
  80. package/dist/entities/wiki/registry.d.ts +1 -1
  81. package/dist/entities/wiki/registry.js +26 -26
  82. package/dist/entities/wiki/registry.js.map +1 -1
  83. package/dist/entities/wiki/schema-readonly.d.ts +1 -1
  84. package/dist/entities/wiki/schema-readonly.js +4 -4
  85. package/dist/entities/wiki/schema.d.ts +1 -1
  86. package/dist/entities/wiki/schema.js +11 -11
  87. package/dist/entities/workitems/index.d.ts +5 -5
  88. package/dist/entities/workitems/index.js +1 -1
  89. package/dist/entities/workitems/registry.d.ts +1 -1
  90. package/dist/entities/workitems/registry.js +55 -55
  91. package/dist/entities/workitems/registry.js.map +1 -1
  92. package/dist/entities/workitems/schema-readonly.d.ts +1 -1
  93. package/dist/entities/workitems/schema-readonly.js +25 -25
  94. package/dist/entities/workitems/schema-readonly.js.map +1 -1
  95. package/dist/entities/workitems/schema.d.ts +1 -1
  96. package/dist/entities/workitems/schema.js +11 -11
  97. package/dist/graphql/DynamicWorkItemsQuery.d.ts +2 -2
  98. package/dist/graphql/DynamicWorkItemsQuery.js +47 -47
  99. package/dist/graphql/DynamicWorkItemsQuery.js.map +1 -1
  100. package/dist/graphql/client.d.ts +1 -1
  101. package/dist/graphql/client.js +4 -4
  102. package/dist/graphql/client.js.map +1 -1
  103. package/dist/graphql/index.d.ts +2 -2
  104. package/dist/graphql/workItems.d.ts +33 -33
  105. package/dist/graphql/workItems.js +29 -29
  106. package/dist/handlers.d.ts +1 -1
  107. package/dist/handlers.js +20 -20
  108. package/dist/handlers.js.map +1 -1
  109. package/dist/http-client.js +3 -3
  110. package/dist/logger.js +4 -4
  111. package/dist/registry-manager.d.ts +1 -1
  112. package/dist/registry-manager.js +27 -27
  113. package/dist/server.d.ts +1 -1
  114. package/dist/server.js +46 -46
  115. package/dist/services/ConnectionManager.d.ts +4 -4
  116. package/dist/services/ConnectionManager.js +13 -13
  117. package/dist/services/GitLabVersionDetector.d.ts +2 -2
  118. package/dist/services/GitLabVersionDetector.js +41 -41
  119. package/dist/services/GitLabVersionDetector.js.map +1 -1
  120. package/dist/services/SchemaIntrospector.d.ts +1 -1
  121. package/dist/services/SchemaIntrospector.js +42 -42
  122. package/dist/services/SchemaIntrospector.js.map +1 -1
  123. package/dist/services/ToolAvailability.d.ts +2 -2
  124. package/dist/services/ToolAvailability.js +279 -279
  125. package/dist/services/ToolAvailability.js.map +1 -1
  126. package/dist/services/WidgetAvailability.d.ts +3 -3
  127. package/dist/services/WidgetAvailability.js +32 -32
  128. package/dist/structured-world-gitlab-mcp-5.1.0.tgz +0 -0
  129. package/dist/tsconfig.build.tsbuildinfo +1 -1
  130. package/dist/types.js +4 -4
  131. package/dist/utils/fetch.d.ts +4 -4
  132. package/dist/utils/fetch.js +15 -15
  133. package/dist/utils/fetch.js.map +1 -1
  134. package/dist/utils/idConversion.js +33 -33
  135. package/dist/utils/idConversion.js.map +1 -1
  136. package/dist/utils/namespace.d.ts +2 -2
  137. package/dist/utils/namespace.js +13 -13
  138. package/dist/utils/smart-user-search.d.ts +1 -1
  139. package/dist/utils/smart-user-search.js +10 -10
  140. package/package.json +1 -1
  141. package/dist/structured-world-gitlab-mcp-4.5.0.tgz +0 -0
@@ -35,50 +35,50 @@ exports.GetUsersSchema = zod_1.z
35
35
  username: zod_1.z
36
36
  .string()
37
37
  .optional()
38
- .describe('Exact GitLab username to search for. Use when you know the exact username. Case-sensitive.'),
38
+ .describe("Exact GitLab username to search for. Use when you know the exact username. Case-sensitive."),
39
39
  public_email: zod_1.z
40
40
  .string()
41
41
  .optional()
42
- .describe('Find user by their public email address. Email must match exactly. Use when searching by email rather than username.'),
42
+ .describe("Find user by their public email address. Email must match exactly. Use when searching by email rather than username."),
43
43
  search: zod_1.z
44
44
  .string()
45
45
  .optional()
46
- .describe('Partial text search across user name, username, and public email. Use for fuzzy searching when exact match is unknown.'),
46
+ .describe("Partial text search across user name, username, and public email. Use for fuzzy searching when exact match is unknown."),
47
47
  active: utils_1.flexibleBoolean
48
48
  .optional()
49
- .describe('Filter for active users (true) or inactive users (false). Active users can log in and access resources.'),
49
+ .describe("Filter for active users (true) or inactive users (false). Active users can log in and access resources."),
50
50
  external: utils_1.flexibleBoolean
51
51
  .optional()
52
- .describe('Filter for external users who have limited access. External users cannot see internal projects.'),
52
+ .describe("Filter for external users who have limited access. External users cannot see internal projects."),
53
53
  blocked: utils_1.flexibleBoolean
54
54
  .optional()
55
- .describe('Filter for blocked users who cannot log in or access any resources. Useful for security audits.'),
55
+ .describe("Filter for blocked users who cannot log in or access any resources. Useful for security audits."),
56
56
  humans: utils_1.flexibleBoolean
57
57
  .optional()
58
- .describe('Filter for human users only, excluding bot accounts and internal system users. Use to get real team members.'),
58
+ .describe("Filter for human users only, excluding bot accounts and internal system users. Use to get real team members."),
59
59
  created_after: zod_1.z
60
60
  .string()
61
61
  .optional()
62
- .describe('Filter users created after this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-01-01T00:00:00Z'),
62
+ .describe("Filter users created after this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-01-01T00:00:00Z"),
63
63
  created_before: zod_1.z
64
64
  .string()
65
65
  .optional()
66
- .describe('Filter users created before this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-12-31T23:59:59Z'),
66
+ .describe("Filter users created before this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-12-31T23:59:59Z"),
67
67
  exclude_active: utils_1.flexibleBoolean
68
68
  .optional()
69
- .describe('Exclude active users from results, showing only inactive/deactivated users.'),
69
+ .describe("Exclude active users from results, showing only inactive/deactivated users."),
70
70
  exclude_external: utils_1.flexibleBoolean
71
71
  .optional()
72
- .describe('Exclude external users, showing only internal users with full access rights.'),
72
+ .describe("Exclude external users, showing only internal users with full access rights."),
73
73
  exclude_humans: utils_1.flexibleBoolean
74
74
  .optional()
75
- .describe('Exclude human users, showing only bot accounts and internal system users.'),
75
+ .describe("Exclude human users, showing only bot accounts and internal system users."),
76
76
  exclude_internal: utils_1.flexibleBoolean
77
77
  .optional()
78
- .describe('Exclude internal system users, showing only regular users and bot accounts.'),
78
+ .describe("Exclude internal system users, showing only regular users and bot accounts."),
79
79
  without_project_bots: utils_1.flexibleBoolean
80
80
  .optional()
81
- .describe('Exclude project bot users that are automatically created for project integrations.'),
81
+ .describe("Exclude project bot users that are automatically created for project integrations."),
82
82
  smart_search: utils_1.flexibleBoolean
83
83
  .optional()
84
84
  .describe('Override smart search behavior. AUTO-ENABLED for "search" parameter (detects emails/usernames/names with automatic transliteration and fallback). Set to false to disable auto-smart search for "search" queries. Set to true to force smart search for "username"/"public_email" queries. When enabled: 1) Email patterns use exact email search, 2) Username patterns use exact username search, 3) Name patterns use fuzzy search, 4) Non-Latin text is automatically transliterated to Latin.'),
@@ -90,57 +90,57 @@ exports.SearchRepositoriesSchema = zod_1.z
90
90
  .string()
91
91
  .min(1)
92
92
  .optional()
93
- .describe('Search query for project names, paths, or descriptions. Supports operators: user:username (filter by owner), topic:name (filter by topic). Use simple text for basic search.'),
93
+ .describe("Search query for project names, paths, or descriptions. Supports operators: user:username (filter by owner), topic:name (filter by topic). Use simple text for basic search."),
94
94
  with_programming_language: zod_1.z
95
95
  .string()
96
96
  .optional()
97
97
  .describe('Filter projects by programming language (e.g., "javascript", "python", "go"). More efficient than using language: operator in q parameter.'),
98
98
  order_by: zod_1.z
99
- .enum(['id', 'name', 'path', 'created_at', 'updated_at', 'star_count', 'last_activity_at'])
99
+ .enum(["id", "name", "path", "created_at", "updated_at", "star_count", "last_activity_at"])
100
100
  .optional()
101
- .describe('Sort projects by: id, name, path, created_at, updated_at, star_count, last_activity_at'),
101
+ .describe("Sort projects by: id, name, path, created_at, updated_at, star_count, last_activity_at"),
102
102
  sort: zod_1.z
103
- .enum(['asc', 'desc'])
103
+ .enum(["asc", "desc"])
104
104
  .optional()
105
- .describe('Sort direction: asc for ascending, desc for descending (default)'),
105
+ .describe("Sort direction: asc for ascending, desc for descending (default)"),
106
106
  })
107
107
  .merge(shared_1.PaginationOptionsSchema)
108
- .refine((data) => data.q ?? data.with_programming_language, {
109
- message: 'Either q or with_programming_language must be provided',
108
+ .refine(data => data.q ?? data.with_programming_language, {
109
+ message: "Either q or with_programming_language must be provided",
110
110
  });
111
111
  exports.ListNamespacesSchema = zod_1.z
112
112
  .object({
113
113
  search: zod_1.z
114
114
  .string()
115
115
  .optional()
116
- .describe('Search namespaces (groups and user namespaces) by name or path. Returns partial matches. Use to find groups when exact path unknown.'),
116
+ .describe("Search namespaces (groups and user namespaces) by name or path. Returns partial matches. Use to find groups when exact path unknown."),
117
117
  owned_only: utils_1.flexibleBoolean
118
118
  .optional()
119
- .describe('Show only namespaces where current user is owner. Useful for finding your own groups/projects.'),
119
+ .describe("Show only namespaces where current user is owner. Useful for finding your own groups/projects."),
120
120
  top_level_only: utils_1.flexibleBoolean
121
121
  .optional()
122
- .describe('Show only root-level namespaces, excluding subgroups. Use to find main organizational groups.'),
122
+ .describe("Show only root-level namespaces, excluding subgroups. Use to find main organizational groups."),
123
123
  with_statistics: utils_1.flexibleBoolean
124
124
  .optional()
125
- .describe('Include storage usage, repository count, and other statistics. May slow response for large result sets.'),
125
+ .describe("Include storage usage, repository count, and other statistics. May slow response for large result sets."),
126
126
  min_access_level: zod_1.z
127
127
  .number()
128
128
  .optional()
129
- .describe('Minimum access level required. 10=Guest, 20=Reporter, 30=Developer, 40=Maintainer, 50=Owner.'),
129
+ .describe("Minimum access level required. 10=Guest, 20=Reporter, 30=Developer, 40=Maintainer, 50=Owner."),
130
130
  })
131
131
  .merge(shared_1.PaginationOptionsSchema);
132
132
  exports.GetNamespaceSchema = zod_1.z.object({
133
133
  namespace_id: zod_1.z.coerce
134
134
  .string()
135
- .refine((val) => val && val !== 'undefined' && val !== 'null', {
136
- message: 'namespace_id is required and cannot be empty',
135
+ .refine(val => val && val !== "undefined" && val !== "null", {
136
+ message: "namespace_id is required and cannot be empty",
137
137
  })
138
138
  .describe('Namespace identifier: numeric ID or URL-encoded path (e.g., "gitlab-org" or "gitlab-org%2Fgitlab"). Required field.'),
139
139
  });
140
140
  exports.VerifyNamespaceSchema = zod_1.z.object({
141
141
  namespace: zod_1.z
142
142
  .string()
143
- .describe('Namespace path to verify existence and access. Can be group path (gitlab-org) or full project path (gitlab-org/gitlab).'),
143
+ .describe("Namespace path to verify existence and access. Can be group path (gitlab-org) or full project path (gitlab-org/gitlab)."),
144
144
  });
145
145
  exports.GetProjectSchema = zod_1.z.object({
146
146
  project_id: zod_1.z.coerce
@@ -148,13 +148,13 @@ exports.GetProjectSchema = zod_1.z.object({
148
148
  .describe('Project identifier: numeric ID or URL-encoded path (e.g., "42" or "gitlab-org%2Fgitlab"). Path separator "/" must be encoded as %2F.'),
149
149
  statistics: utils_1.flexibleBoolean
150
150
  .optional()
151
- .describe('Include repository size, commit count, storage usage, and other metrics. Adds processing overhead.'),
151
+ .describe("Include repository size, commit count, storage usage, and other metrics. Adds processing overhead."),
152
152
  license: utils_1.flexibleBoolean
153
153
  .optional()
154
- .describe('Include detected license information from LICENSE file. Shows license type and permissions.'),
154
+ .describe("Include detected license information from LICENSE file. Shows license type and permissions."),
155
155
  with_custom_attributes: utils_1.flexibleBoolean
156
156
  .optional()
157
- .describe('Include user-defined custom attributes. Requires admin access. Used for custom metadata.'),
157
+ .describe("Include user-defined custom attributes. Requires admin access. Used for custom metadata."),
158
158
  });
159
159
  exports.ListProjectsSchema = zod_1.z
160
160
  .object({
@@ -164,119 +164,119 @@ exports.ListProjectsSchema = zod_1.z
164
164
  .describe('Group identifier: numeric ID or URL-encoded path (e.g., "28" or "gitlab-org" or "mngmnt%2Fapps"). If provided, lists projects within this group. If omitted, lists YOUR accessible projects across all GitLab.'),
165
165
  archived: utils_1.flexibleBoolean
166
166
  .optional()
167
- .describe('Filter by archive status. true=archived projects only, false=active projects only, omit=both.'),
167
+ .describe("Filter by archive status. true=archived projects only, false=active projects only, omit=both."),
168
168
  visibility: zod_1.z
169
- .enum(['public', 'internal', 'private'])
169
+ .enum(["public", "internal", "private"])
170
170
  .optional()
171
- .describe('Filter by visibility level. public=anyone can see, internal=logged-in users, private=members only.'),
171
+ .describe("Filter by visibility level. public=anyone can see, internal=logged-in users, private=members only."),
172
172
  order_by: zod_1.z
173
173
  .enum([
174
- 'id',
175
- 'name',
176
- 'path',
177
- 'created_at',
178
- 'updated_at',
179
- 'last_activity_at',
180
- 'similarity',
181
- 'repository_size',
182
- 'storage_size',
183
- 'packages_size',
184
- 'wiki_size',
174
+ "id",
175
+ "name",
176
+ "path",
177
+ "created_at",
178
+ "updated_at",
179
+ "last_activity_at",
180
+ "similarity",
181
+ "repository_size",
182
+ "storage_size",
183
+ "packages_size",
184
+ "wiki_size",
185
185
  ])
186
186
  .optional()
187
- .default('created_at')
188
- .describe('Sort field for results. Options: id, name, path, created_at, updated_at, last_activity_at (recent activity), similarity (search relevance), size metrics.'),
187
+ .default("created_at")
188
+ .describe("Sort field for results. Options: id, name, path, created_at, updated_at, last_activity_at (recent activity), similarity (search relevance), size metrics."),
189
189
  sort: zod_1.z
190
- .enum(['asc', 'desc'])
190
+ .enum(["asc", "desc"])
191
191
  .optional()
192
- .default('desc')
193
- .describe('Sort direction: asc=ascending (oldest/smallest/A-Z first), desc=descending (newest/largest/Z-A first). Default: desc.'),
192
+ .default("desc")
193
+ .describe("Sort direction: asc=ascending (oldest/smallest/A-Z first), desc=descending (newest/largest/Z-A first). Default: desc."),
194
194
  search: zod_1.z
195
195
  .string()
196
196
  .optional()
197
- .describe('Search projects by name or description. Partial matches supported. Case-insensitive.'),
197
+ .describe("Search projects by name or description. Partial matches supported. Case-insensitive."),
198
198
  simple: utils_1.flexibleBoolean
199
199
  .optional()
200
200
  .default(true)
201
- .describe('Return minimal project info for faster response. true=basic fields only, false=full details. Default: true.'),
201
+ .describe("Return minimal project info for faster response. true=basic fields only, false=full details. Default: true."),
202
202
  owned: utils_1.flexibleBoolean
203
203
  .optional()
204
- .describe('Show only projects where you are the owner, not just a member. Useful for finding your personal projects.'),
204
+ .describe("Show only projects where you are the owner, not just a member. Useful for finding your personal projects."),
205
205
  starred: utils_1.flexibleBoolean
206
206
  .optional()
207
207
  .describe("Show only projects you've starred (favorited). Useful for finding frequently used projects."),
208
208
  min_access_level: zod_1.z
209
209
  .number()
210
210
  .optional()
211
- .describe('Minimum access level required. 10=Guest, 20=Reporter, 30=Developer, 40=Maintainer, 50=Owner.'),
211
+ .describe("Minimum access level required. 10=Guest, 20=Reporter, 30=Developer, 40=Maintainer, 50=Owner."),
212
212
  with_custom_attributes: utils_1.flexibleBoolean
213
213
  .optional()
214
- .describe('Include user-defined custom attributes. Requires admin access. Used for custom metadata.'),
214
+ .describe("Include user-defined custom attributes. Requires admin access. Used for custom metadata."),
215
215
  active: utils_1.flexibleBoolean
216
216
  .optional()
217
- .describe('Filter for active projects (true) or archived projects (false). Active projects are not archived and can be actively developed. USER SCOPE ONLY: Not valid with group_id.'),
217
+ .describe("Filter for active projects (true) or archived projects (false). Active projects are not archived and can be actively developed. USER SCOPE ONLY: Not valid with group_id."),
218
218
  imported: utils_1.flexibleBoolean
219
219
  .optional()
220
- .describe('Show only projects you imported from GitHub, Bitbucket, or other external systems. USER SCOPE ONLY: Not valid with group_id.'),
220
+ .describe("Show only projects you imported from GitHub, Bitbucket, or other external systems. USER SCOPE ONLY: Not valid with group_id."),
221
221
  membership: utils_1.flexibleBoolean
222
222
  .optional()
223
223
  .describe("Show only projects where you have membership (any access level). Excludes public projects you can see but aren't member of. USER SCOPE ONLY: Not valid with group_id."),
224
224
  statistics: utils_1.flexibleBoolean
225
225
  .optional()
226
- .describe('Include repository size, commit count, storage usage, and other metrics. Adds processing overhead. USER SCOPE ONLY: Not valid with group_id.'),
226
+ .describe("Include repository size, commit count, storage usage, and other metrics. Adds processing overhead. USER SCOPE ONLY: Not valid with group_id."),
227
227
  with_programming_language: zod_1.z
228
228
  .string()
229
229
  .optional()
230
230
  .describe('Filter projects by primary programming language (e.g., "JavaScript", "Python", "Go"). Case-sensitive. USER SCOPE ONLY: Not valid with group_id.'),
231
231
  wiki_checksum_failed: utils_1.flexibleBoolean
232
232
  .optional()
233
- .describe('Find projects with wiki integrity issues. Used for maintenance and troubleshooting. USER SCOPE ONLY: Not valid with group_id.'),
233
+ .describe("Find projects with wiki integrity issues. Used for maintenance and troubleshooting. USER SCOPE ONLY: Not valid with group_id."),
234
234
  repository_checksum_failed: utils_1.flexibleBoolean
235
235
  .optional()
236
- .describe('Find projects with repository integrity issues. Used for maintenance and troubleshooting. USER SCOPE ONLY: Not valid with group_id.'),
236
+ .describe("Find projects with repository integrity issues. Used for maintenance and troubleshooting. USER SCOPE ONLY: Not valid with group_id."),
237
237
  id_after: zod_1.z
238
238
  .number()
239
239
  .optional()
240
- .describe('Pagination cursor: show projects with ID > specified value. Used for efficient pagination. USER SCOPE ONLY: Not valid with group_id.'),
240
+ .describe("Pagination cursor: show projects with ID > specified value. Used for efficient pagination. USER SCOPE ONLY: Not valid with group_id."),
241
241
  id_before: zod_1.z
242
242
  .number()
243
243
  .optional()
244
- .describe('Pagination cursor: show projects with ID < specified value. Used for reverse pagination. USER SCOPE ONLY: Not valid with group_id.'),
244
+ .describe("Pagination cursor: show projects with ID < specified value. Used for reverse pagination. USER SCOPE ONLY: Not valid with group_id."),
245
245
  last_activity_after: zod_1.z
246
246
  .string()
247
247
  .optional()
248
- .describe('Show projects with recent activity after this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). USER SCOPE ONLY: Not valid with group_id.'),
248
+ .describe("Show projects with recent activity after this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). USER SCOPE ONLY: Not valid with group_id."),
249
249
  last_activity_before: zod_1.z
250
250
  .string()
251
251
  .optional()
252
- .describe('Show projects with last activity before this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). USER SCOPE ONLY: Not valid with group_id.'),
252
+ .describe("Show projects with last activity before this date/time. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). USER SCOPE ONLY: Not valid with group_id."),
253
253
  marked_for_deletion_on: zod_1.z
254
254
  .string()
255
255
  .optional()
256
- .describe('Show projects scheduled for deletion on specific date. Format: YYYY-MM-DD. Requires GitLab Premium/Ultimate. USER SCOPE ONLY: Not valid with group_id.'),
256
+ .describe("Show projects scheduled for deletion on specific date. Format: YYYY-MM-DD. Requires GitLab Premium/Ultimate. USER SCOPE ONLY: Not valid with group_id."),
257
257
  repository_storage: zod_1.z
258
258
  .string()
259
259
  .optional()
260
- .describe('Filter by storage shard name (for multi-shard GitLab installations). Admin use only. USER SCOPE ONLY: Not valid with group_id.'),
260
+ .describe("Filter by storage shard name (for multi-shard GitLab installations). Admin use only. USER SCOPE ONLY: Not valid with group_id."),
261
261
  include_subgroups: utils_1.flexibleBoolean
262
262
  .optional()
263
- .describe('Include projects from child groups/subgroups. Use to search entire group hierarchy. GROUP SCOPE ONLY: Requires group_id.'),
263
+ .describe("Include projects from child groups/subgroups. Use to search entire group hierarchy. GROUP SCOPE ONLY: Requires group_id."),
264
264
  with_shared: utils_1.flexibleBoolean
265
265
  .optional()
266
- .describe('Include projects shared with this group from other groups. Shows collaborative projects. GROUP SCOPE ONLY: Requires group_id.'),
266
+ .describe("Include projects shared with this group from other groups. Shows collaborative projects. GROUP SCOPE ONLY: Requires group_id."),
267
267
  with_security_reports: utils_1.flexibleBoolean
268
268
  .optional()
269
- .describe('Filter projects with security scanning results (SAST, DAST, dependency scanning). Premium/Ultimate feature. GROUP SCOPE ONLY: Requires group_id.'),
269
+ .describe("Filter projects with security scanning results (SAST, DAST, dependency scanning). Premium/Ultimate feature. GROUP SCOPE ONLY: Requires group_id."),
270
270
  topic: zod_1.z
271
271
  .string()
272
272
  .optional()
273
- .describe('Return projects matching a topic. Use to find projects with specific tags or themes. GROUP SCOPE ONLY: Requires group_id.'),
273
+ .describe("Return projects matching a topic. Use to find projects with specific tags or themes. GROUP SCOPE ONLY: Requires group_id."),
274
274
  with_issues_enabled: utils_1.flexibleBoolean
275
275
  .optional()
276
- .describe('Show only projects with issues/tickets feature enabled. Use to find projects accepting bug reports. GROUP SCOPE ONLY: Requires group_id.'),
276
+ .describe("Show only projects with issues/tickets feature enabled. Use to find projects accepting bug reports. GROUP SCOPE ONLY: Requires group_id."),
277
277
  with_merge_requests_enabled: utils_1.flexibleBoolean
278
278
  .optional()
279
- .describe('Show only projects accepting merge requests. Use to find projects open to contributions. GROUP SCOPE ONLY: Requires group_id.'),
279
+ .describe("Show only projects accepting merge requests. Use to find projects open to contributions. GROUP SCOPE ONLY: Requires group_id."),
280
280
  })
281
281
  .merge(shared_1.PaginationOptionsSchema);
282
282
  exports.ListProjectMembersSchema = zod_1.z
@@ -287,11 +287,11 @@ exports.ListProjectMembersSchema = zod_1.z
287
287
  query: zod_1.z
288
288
  .string()
289
289
  .optional()
290
- .describe('Search project members by name or username. Partial matches supported.'),
290
+ .describe("Search project members by name or username. Partial matches supported."),
291
291
  user_ids: zod_1.z
292
292
  .array(zod_1.z.string())
293
293
  .optional()
294
- .describe('Filter to specific user IDs. Pass array of numeric user IDs to get specific members.'),
294
+ .describe("Filter to specific user IDs. Pass array of numeric user IDs to get specific members."),
295
295
  })
296
296
  .merge(shared_1.PaginationOptionsSchema);
297
297
  exports.ListCommitsSchema = zod_1.z
@@ -302,39 +302,39 @@ exports.ListCommitsSchema = zod_1.z
302
302
  ref_name: zod_1.z
303
303
  .string()
304
304
  .optional()
305
- .describe('Branch or tag name to get commits from. Defaults to default branch if omitted.'),
305
+ .describe("Branch or tag name to get commits from. Defaults to default branch if omitted."),
306
306
  since: zod_1.z
307
307
  .string()
308
308
  .optional()
309
- .describe('Start date for commit history. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-01-01T00:00:00Z'),
309
+ .describe("Start date for commit history. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-01-01T00:00:00Z"),
310
310
  until: zod_1.z
311
311
  .string()
312
312
  .optional()
313
- .describe('End date for commit history. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-12-31T23:59:59Z'),
313
+ .describe("End date for commit history. Format: YYYY-MM-DDTHH:mm:ssZ (ISO 8601). Example: 2024-12-31T23:59:59Z"),
314
314
  path: zod_1.z
315
315
  .string()
316
316
  .optional()
317
- .describe('Filter commits affecting this file or directory path. Use to see history of specific files.'),
317
+ .describe("Filter commits affecting this file or directory path. Use to see history of specific files."),
318
318
  author: zod_1.z
319
319
  .string()
320
320
  .optional()
321
- .describe('Filter commits by author name or email. Partial matches supported.'),
321
+ .describe("Filter commits by author name or email. Partial matches supported."),
322
322
  all: utils_1.flexibleBoolean
323
323
  .optional()
324
- .describe('Include commits from all branches, not just the specified ref. Shows complete project history.'),
324
+ .describe("Include commits from all branches, not just the specified ref. Shows complete project history."),
325
325
  with_stats: utils_1.flexibleBoolean
326
326
  .optional()
327
- .describe('Include additions/deletions count and changed files list for each commit. Adds processing overhead.'),
327
+ .describe("Include additions/deletions count and changed files list for each commit. Adds processing overhead."),
328
328
  first_parent: utils_1.flexibleBoolean
329
329
  .optional()
330
- .describe('Simplify merge history by following only first parent. Useful for linear history view.'),
330
+ .describe("Simplify merge history by following only first parent. Useful for linear history view."),
331
331
  order: zod_1.z
332
- .enum(['default', 'topo'])
332
+ .enum(["default", "topo"])
333
333
  .optional()
334
- .describe('Commit ordering: default=chronological, topo=topological (respects branch structure).'),
334
+ .describe("Commit ordering: default=chronological, topo=topological (respects branch structure)."),
335
335
  trailers: utils_1.flexibleBoolean
336
336
  .optional()
337
- .describe('Include Git trailers (Signed-off-by, Co-authored-by, etc.) parsed from commit messages.'),
337
+ .describe("Include Git trailers (Signed-off-by, Co-authored-by, etc.) parsed from commit messages."),
338
338
  })
339
339
  .merge(shared_1.PaginationOptionsSchema);
340
340
  exports.GetCommitSchema = zod_1.z.object({
@@ -343,10 +343,10 @@ exports.GetCommitSchema = zod_1.z.object({
343
343
  .describe('Project identifier: numeric ID or URL-encoded path (e.g., "42" or "gitlab-org%2Fgitlab"). Path separator "/" must be encoded as %2F.'),
344
344
  commit_sha: zod_1.z
345
345
  .string()
346
- .describe('Commit SHA hash (40 chars), short hash (7+ chars), or branch/tag name. Example: abc123def or main.'),
346
+ .describe("Commit SHA hash (40 chars), short hash (7+ chars), or branch/tag name. Example: abc123def or main."),
347
347
  stats: utils_1.flexibleBoolean
348
348
  .optional()
349
- .describe('Include file changes statistics: additions, deletions, total changes per file.'),
349
+ .describe("Include file changes statistics: additions, deletions, total changes per file."),
350
350
  });
351
351
  exports.GetCommitDiffSchema = zod_1.z.object({
352
352
  project_id: zod_1.z.coerce
@@ -354,10 +354,10 @@ exports.GetCommitDiffSchema = zod_1.z.object({
354
354
  .describe('Project identifier: numeric ID or URL-encoded path (e.g., "42" or "gitlab-org%2Fgitlab"). Path separator "/" must be encoded as %2F.'),
355
355
  commit_sha: zod_1.z
356
356
  .string()
357
- .describe('Commit SHA hash (40 chars), short hash (7+ chars), or branch/tag name. Example: abc123def or main.'),
357
+ .describe("Commit SHA hash (40 chars), short hash (7+ chars), or branch/tag name. Example: abc123def or main."),
358
358
  unidiff: utils_1.flexibleBoolean
359
359
  .optional()
360
- .describe('Return diff in unified format (like git diff output). Useful for patch generation.'),
360
+ .describe("Return diff in unified format (like git diff output). Useful for patch generation."),
361
361
  });
362
362
  exports.ListGroupIterationsSchema = zod_1.z
363
363
  .object({
@@ -365,16 +365,16 @@ exports.ListGroupIterationsSchema = zod_1.z
365
365
  .string()
366
366
  .describe('Group identifier: numeric ID or URL-encoded path (e.g., "gitlab-org" or "gitlab-org%2Fsubgroup").'),
367
367
  state: zod_1.z
368
- .enum(['opened', 'upcoming', 'current', 'closed', 'all'])
368
+ .enum(["opened", "upcoming", "current", "closed", "all"])
369
369
  .optional()
370
- .describe('Filter iterations by state: opened=active, upcoming=future, current=in progress, closed=completed, all=everything.'),
370
+ .describe("Filter iterations by state: opened=active, upcoming=future, current=in progress, closed=completed, all=everything."),
371
371
  search: zod_1.z
372
372
  .string()
373
373
  .optional()
374
- .describe('Search iterations by title. Partial text matches supported. Case-insensitive.'),
374
+ .describe("Search iterations by title. Partial text matches supported. Case-insensitive."),
375
375
  include_ancestors: utils_1.flexibleBoolean
376
376
  .optional()
377
- .describe('Include iterations from parent/ancestor groups in hierarchy. Shows inherited iterations.'),
377
+ .describe("Include iterations from parent/ancestor groups in hierarchy. Shows inherited iterations."),
378
378
  })
379
379
  .merge(shared_1.PaginationOptionsSchema);
380
380
  exports.DownloadAttachmentSchema = zod_1.z.object({
@@ -383,45 +383,45 @@ exports.DownloadAttachmentSchema = zod_1.z.object({
383
383
  .describe('Project identifier: numeric ID or URL-encoded path (e.g., "42" or "gitlab-org%2Fgitlab"). Path separator "/" must be encoded as %2F.'),
384
384
  secret: zod_1.z
385
385
  .string()
386
- .describe('Security token from the uploaded file URL. Found in GitLab attachment URLs after /uploads/.'),
386
+ .describe("Security token from the uploaded file URL. Found in GitLab attachment URLs after /uploads/."),
387
387
  filename: zod_1.z
388
388
  .string()
389
- .describe('Original filename of the attachment. Must match the uploaded filename exactly.'),
389
+ .describe("Original filename of the attachment. Must match the uploaded filename exactly."),
390
390
  });
391
391
  exports.ListEventsSchema = zod_1.z
392
392
  .object({
393
393
  action: zod_1.z
394
394
  .enum([
395
- 'created',
396
- 'updated',
397
- 'closed',
398
- 'reopened',
399
- 'pushed',
400
- 'commented',
401
- 'merged',
402
- 'joined',
403
- 'left',
404
- 'destroyed',
405
- 'expired',
395
+ "created",
396
+ "updated",
397
+ "closed",
398
+ "reopened",
399
+ "pushed",
400
+ "commented",
401
+ "merged",
402
+ "joined",
403
+ "left",
404
+ "destroyed",
405
+ "expired",
406
406
  ])
407
407
  .optional()
408
- .describe('Filter by event action: created/updated/closed/reopened (issues/MRs), pushed (commits), commented (notes), merged (MRs), joined/left (members), destroyed/expired (misc).'),
408
+ .describe("Filter by event action: created/updated/closed/reopened (issues/MRs), pushed (commits), commented (notes), merged (MRs), joined/left (members), destroyed/expired (misc)."),
409
409
  target_type: zod_1.z
410
- .enum(['issue', 'milestone', 'merge_request', 'note', 'project', 'snippet', 'user'])
410
+ .enum(["issue", "milestone", "merge_request", "note", "project", "snippet", "user"])
411
411
  .optional()
412
- .describe('Filter by what the event affected: issue, milestone, merge_request, note (comment), project, snippet, user.'),
412
+ .describe("Filter by what the event affected: issue, milestone, merge_request, note (comment), project, snippet, user."),
413
413
  before: zod_1.z
414
414
  .string()
415
415
  .optional()
416
- .describe('Show events before this date. Format: YYYY-MM-DD. Example: 2024-12-31 for events before end of 2024.'),
416
+ .describe("Show events before this date. Format: YYYY-MM-DD. Example: 2024-12-31 for events before end of 2024."),
417
417
  after: zod_1.z
418
418
  .string()
419
419
  .optional()
420
- .describe('Show events after this date. Format: YYYY-MM-DD. Example: 2024-01-01 for events from 2024 onwards.'),
420
+ .describe("Show events after this date. Format: YYYY-MM-DD. Example: 2024-01-01 for events from 2024 onwards."),
421
421
  sort: zod_1.z
422
- .enum(['asc', 'desc'])
422
+ .enum(["asc", "desc"])
423
423
  .optional()
424
- .describe('Sort order for events: asc=oldest first (chronological), desc=newest first (reverse chronological).'),
424
+ .describe("Sort order for events: asc=oldest first (chronological), desc=newest first (reverse chronological)."),
425
425
  })
426
426
  .merge(shared_1.PaginationOptionsSchema);
427
427
  exports.GetProjectEventsSchema = zod_1.z
@@ -431,36 +431,36 @@ exports.GetProjectEventsSchema = zod_1.z
431
431
  .describe('Project identifier: numeric ID or URL-encoded path (e.g., "42" or "gitlab-org%2Fgitlab"). Path separator "/" must be encoded as %2F.'),
432
432
  action: zod_1.z
433
433
  .enum([
434
- 'created',
435
- 'updated',
436
- 'closed',
437
- 'reopened',
438
- 'pushed',
439
- 'commented',
440
- 'merged',
441
- 'joined',
442
- 'left',
443
- 'destroyed',
444
- 'expired',
434
+ "created",
435
+ "updated",
436
+ "closed",
437
+ "reopened",
438
+ "pushed",
439
+ "commented",
440
+ "merged",
441
+ "joined",
442
+ "left",
443
+ "destroyed",
444
+ "expired",
445
445
  ])
446
446
  .optional()
447
- .describe('Filter by event action: created/updated/closed/reopened (issues/MRs), pushed (commits), commented (notes), merged (MRs), joined/left (members), destroyed/expired (misc).'),
447
+ .describe("Filter by event action: created/updated/closed/reopened (issues/MRs), pushed (commits), commented (notes), merged (MRs), joined/left (members), destroyed/expired (misc)."),
448
448
  target_type: zod_1.z
449
- .enum(['issue', 'milestone', 'merge_request', 'note', 'project', 'snippet', 'user'])
449
+ .enum(["issue", "milestone", "merge_request", "note", "project", "snippet", "user"])
450
450
  .optional()
451
- .describe('Filter by what the event affected: issue, milestone, merge_request, note (comment), project, snippet, user.'),
451
+ .describe("Filter by what the event affected: issue, milestone, merge_request, note (comment), project, snippet, user."),
452
452
  before: zod_1.z
453
453
  .string()
454
454
  .optional()
455
- .describe('Show events before this date. Format: YYYY-MM-DD. Example: 2024-12-31 for events before end of 2024.'),
455
+ .describe("Show events before this date. Format: YYYY-MM-DD. Example: 2024-12-31 for events before end of 2024."),
456
456
  after: zod_1.z
457
457
  .string()
458
458
  .optional()
459
- .describe('Show events after this date. Format: YYYY-MM-DD. Example: 2024-01-01 for events from 2024 onwards.'),
459
+ .describe("Show events after this date. Format: YYYY-MM-DD. Example: 2024-01-01 for events from 2024 onwards."),
460
460
  sort: zod_1.z
461
- .enum(['asc', 'desc'])
461
+ .enum(["asc", "desc"])
462
462
  .optional()
463
- .describe('Sort order for events: asc=oldest first (chronological), desc=newest first (reverse chronological).'),
463
+ .describe("Sort order for events: asc=oldest first (chronological), desc=newest first (reverse chronological)."),
464
464
  })
465
465
  .merge(shared_1.PaginationOptionsSchema);
466
466
  //# sourceMappingURL=schema-readonly.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema-readonly.js","sourceRoot":"","sources":["../../../src/entities/core/schema-readonly.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schema-readonly.js","sourceRoot":"","sources":["../../../src/entities/core/schema-readonly.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { z } from 'zod';
1
+ import { z } from "zod";
2
2
  export declare const CreateRepositorySchema: z.ZodObject<{
3
3
  name: z.ZodString;
4
4
  namespacePath: z.ZodOptional<z.ZodString>;