@happyvertical/smrt-projects 0.47.1 → 0.48.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.
@@ -2,7 +2,7 @@
2
2
  "version": "1.0.0",
3
3
  "timestamp": 0,
4
4
  "packageName": "@happyvertical/smrt-projects",
5
- "packageVersion": "0.47.1",
5
+ "packageVersion": "0.48.0",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection": {
8
8
  "name": "developmentrequesthistorycollection",
@@ -34,7 +34,10 @@
34
34
  }
35
35
  },
36
36
  "decoratorConfig": {
37
- "tableName": "development_request_histories"
37
+ "tableName": "development_request_histories",
38
+ "api": false,
39
+ "mcp": false,
40
+ "cli": false
38
41
  },
39
42
  "extends": "SmrtCollection",
40
43
  "extendsTypeArg": "DevelopmentRequestHistory",
@@ -180,7 +183,10 @@
180
183
  }
181
184
  },
182
185
  "decoratorConfig": {
183
- "tableName": "development_requests"
186
+ "tableName": "development_requests",
187
+ "api": false,
188
+ "mcp": false,
189
+ "cli": false
184
190
  },
185
191
  "extends": "SmrtCollection",
186
192
  "extendsTypeArg": "DevelopmentRequest",
@@ -518,7 +524,10 @@
518
524
  }
519
525
  },
520
526
  "decoratorConfig": {
521
- "tableName": "project_integration_audits"
527
+ "tableName": "project_integration_audits",
528
+ "api": false,
529
+ "mcp": false,
530
+ "cli": false
522
531
  },
523
532
  "extends": "SmrtCollection",
524
533
  "extendsTypeArg": "ProjectIntegrationAudit",
@@ -5814,7 +5823,10 @@
5814
5823
  "fields": {},
5815
5824
  "methods": {},
5816
5825
  "decoratorConfig": {
5817
- "tableName": "development_request_work_links"
5826
+ "tableName": "development_request_work_links",
5827
+ "api": false,
5828
+ "mcp": false,
5829
+ "cli": false
5818
5830
  },
5819
5831
  "extends": "SmrtCollection",
5820
5832
  "extendsTypeArg": "DevelopmentRequestWorkLink",
@@ -5879,7 +5891,10 @@
5879
5891
  "fields": {},
5880
5892
  "methods": {},
5881
5893
  "decoratorConfig": {
5882
- "tableName": "project_delivery_events"
5894
+ "tableName": "project_delivery_events",
5895
+ "api": false,
5896
+ "mcp": false,
5897
+ "cli": false
5883
5898
  },
5884
5899
  "extends": "SmrtCollection",
5885
5900
  "extendsTypeArg": "ProjectDeliveryEvent",
@@ -5944,7 +5959,10 @@
5944
5959
  "fields": {},
5945
5960
  "methods": {},
5946
5961
  "decoratorConfig": {
5947
- "tableName": "preview_approvals"
5962
+ "tableName": "preview_approvals",
5963
+ "api": false,
5964
+ "mcp": false,
5965
+ "cli": false
5948
5966
  },
5949
5967
  "extends": "SmrtCollection",
5950
5968
  "extendsTypeArg": "PreviewApproval",
@@ -6009,7 +6027,10 @@
6009
6027
  "fields": {},
6010
6028
  "methods": {},
6011
6029
  "decoratorConfig": {
6012
- "tableName": "assistance_requests"
6030
+ "tableName": "assistance_requests",
6031
+ "api": false,
6032
+ "mcp": false,
6033
+ "cli": false
6013
6034
  },
6014
6035
  "extends": "SmrtCollection",
6015
6036
  "extendsTypeArg": "AssistanceRequest",
@@ -6074,7 +6095,10 @@
6074
6095
  "fields": {},
6075
6096
  "methods": {},
6076
6097
  "decoratorConfig": {
6077
- "tableName": "assistance_request_events"
6098
+ "tableName": "assistance_request_events",
6099
+ "api": false,
6100
+ "mcp": false,
6101
+ "cli": false
6078
6102
  },
6079
6103
  "extends": "SmrtCollection",
6080
6104
  "extendsTypeArg": "AssistanceRequestEvent",
@@ -3,12 +3,12 @@
3
3
  "sensitiveFieldsExcluded": true,
4
4
  "generatedAt": "1970-01-01T00:00:00.000Z",
5
5
  "packageName": "@happyvertical/smrt-projects",
6
- "packageVersion": "0.47.1",
6
+ "packageVersion": "0.48.0",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "abb6724feb5003db30e4429cf89b8d34ed22345b48b5245870a0e9ae75e68ed2",
11
- "packageJson": "ea21452931bfd5e995e7e610f8e0d99df6cc055af2c8e41128c6715181b5fa3c",
10
+ "manifest": "22cc5829b9b75995aa97399c2d4f09ac44de05dc6672c5a19d0cebe95322062a",
11
+ "packageJson": "cbe97ed2839e77b6fa1300eb1eb8930ee1364db9581d6bbaf28db1241e834d3b",
12
12
  "agents": "1642532c0c1bf16fb07b0184326f76f9fb3b142cb111e39f8e763c2d08be40d3"
13
13
  },
14
14
  "exports": [
@@ -92,25 +92,13 @@
92
92
  "returns": "Promise<DevelopmentRequestHistory[]>"
93
93
  }
94
94
  ],
95
- "surfaces": [
95
+ "surfaces": [],
96
+ "withheldSurfaces": [
96
97
  {
97
98
  "kind": "api",
98
- "name": "developmentrequesthistories.listForRequest",
99
- "operation": "listForRequest",
100
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection",
101
- "path": "/developmentrequesthistories/listForRequest",
102
- "method": "POST"
103
- },
104
- {
105
- "kind": "cli",
106
- "name": "developmentrequesthistorycollection_listForRequest",
107
- "operation": "listForRequest",
108
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection"
109
- },
110
- {
111
- "kind": "mcp",
112
- "name": "developmentrequesthistorycollection_listforrequest",
113
99
  "operation": "listForRequest",
100
+ "code": "api-disabled",
101
+ "reason": "api is disabled",
114
102
  "objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection"
115
103
  }
116
104
  ],
@@ -173,86 +161,34 @@
173
161
  "returns": "Promise<DevelopmentRequest>"
174
162
  }
175
163
  ],
176
- "surfaces": [
177
- {
178
- "kind": "api",
179
- "name": "developmentrequests.listByIntegrationRequester",
180
- "operation": "listByIntegrationRequester",
181
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
182
- "path": "/developmentrequests/listByIntegrationRequester",
183
- "method": "POST"
184
- },
185
- {
186
- "kind": "api",
187
- "name": "developmentrequests.transitionStatus",
188
- "operation": "transitionStatus",
189
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
190
- "path": "/developmentrequests/transitionStatus",
191
- "method": "POST"
192
- },
164
+ "surfaces": [],
165
+ "withheldSurfaces": [
193
166
  {
194
167
  "kind": "api",
195
- "name": "developmentrequests.listForProject",
196
- "operation": "listForProject",
197
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
198
- "path": "/developmentrequests/listForProject",
199
- "method": "POST"
200
- },
201
- {
202
- "kind": "cli",
203
- "name": "developmentrequestcollection_createManaged",
204
168
  "operation": "createManaged",
169
+ "code": "api-disabled",
170
+ "reason": "api is disabled",
205
171
  "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
206
172
  },
207
173
  {
208
- "kind": "cli",
209
- "name": "developmentrequestcollection_listByIntegrationRequester",
174
+ "kind": "api",
210
175
  "operation": "listByIntegrationRequester",
176
+ "code": "api-disabled",
177
+ "reason": "api is disabled",
211
178
  "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
212
179
  },
213
180
  {
214
- "kind": "cli",
215
- "name": "developmentrequestcollection_transitionStatus",
216
- "operation": "transitionStatus",
217
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
218
- },
219
- {
220
- "kind": "cli",
221
- "name": "developmentrequestcollection_listForProject",
181
+ "kind": "api",
222
182
  "operation": "listForProject",
183
+ "code": "api-disabled",
184
+ "reason": "api is disabled",
223
185
  "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
224
186
  },
225
- {
226
- "kind": "mcp",
227
- "name": "developmentrequestcollection_createmanaged",
228
- "operation": "createManaged",
229
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
230
- },
231
- {
232
- "kind": "mcp",
233
- "name": "developmentrequestcollection_listbyintegrationrequester",
234
- "operation": "listByIntegrationRequester",
235
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
236
- },
237
- {
238
- "kind": "mcp",
239
- "name": "developmentrequestcollection_transitionstatus",
240
- "operation": "transitionStatus",
241
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
242
- },
243
- {
244
- "kind": "mcp",
245
- "name": "developmentrequestcollection_listforproject",
246
- "operation": "listForProject",
247
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
248
- }
249
- ],
250
- "withheldSurfaces": [
251
187
  {
252
188
  "kind": "api",
253
- "operation": "createManaged",
254
- "code": "not-wireable",
255
- "reason": "not routed: the declared type of `input` could not be resolved by the scanner",
189
+ "operation": "transitionStatus",
190
+ "code": "api-disabled",
191
+ "reason": "api is disabled",
256
192
  "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
257
193
  }
258
194
  ],
@@ -655,25 +591,13 @@
655
591
  "returns": "Promise<ProjectIntegrationAudit[]>"
656
592
  }
657
593
  ],
658
- "surfaces": [
594
+ "surfaces": [],
595
+ "withheldSurfaces": [
659
596
  {
660
597
  "kind": "api",
661
- "name": "projectintegrationaudits.listForIntegration",
662
- "operation": "listForIntegration",
663
- "objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection",
664
- "path": "/projectintegrationaudits/listForIntegration",
665
- "method": "POST"
666
- },
667
- {
668
- "kind": "cli",
669
- "name": "projectintegrationauditcollection_listForIntegration",
670
- "operation": "listForIntegration",
671
- "objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
672
- },
673
- {
674
- "kind": "mcp",
675
- "name": "projectintegrationauditcollection_listforintegration",
676
598
  "operation": "listForIntegration",
599
+ "code": "api-disabled",
600
+ "reason": "api is disabled",
677
601
  "objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
678
602
  }
679
603
  ],
@@ -6157,98 +6081,6 @@
6157
6081
  }
6158
6082
  ],
6159
6083
  "surfaces": [
6160
- {
6161
- "kind": "api",
6162
- "name": "developmentrequesthistories.listForRequest",
6163
- "operation": "listForRequest",
6164
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection",
6165
- "path": "/developmentrequesthistories/listForRequest",
6166
- "method": "POST"
6167
- },
6168
- {
6169
- "kind": "cli",
6170
- "name": "developmentrequesthistorycollection_listForRequest",
6171
- "operation": "listForRequest",
6172
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection"
6173
- },
6174
- {
6175
- "kind": "mcp",
6176
- "name": "developmentrequesthistorycollection_listforrequest",
6177
- "operation": "listForRequest",
6178
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection"
6179
- },
6180
- {
6181
- "kind": "api",
6182
- "name": "developmentrequests.listByIntegrationRequester",
6183
- "operation": "listByIntegrationRequester",
6184
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
6185
- "path": "/developmentrequests/listByIntegrationRequester",
6186
- "method": "POST"
6187
- },
6188
- {
6189
- "kind": "api",
6190
- "name": "developmentrequests.transitionStatus",
6191
- "operation": "transitionStatus",
6192
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
6193
- "path": "/developmentrequests/transitionStatus",
6194
- "method": "POST"
6195
- },
6196
- {
6197
- "kind": "api",
6198
- "name": "developmentrequests.listForProject",
6199
- "operation": "listForProject",
6200
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
6201
- "path": "/developmentrequests/listForProject",
6202
- "method": "POST"
6203
- },
6204
- {
6205
- "kind": "cli",
6206
- "name": "developmentrequestcollection_createManaged",
6207
- "operation": "createManaged",
6208
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6209
- },
6210
- {
6211
- "kind": "cli",
6212
- "name": "developmentrequestcollection_listByIntegrationRequester",
6213
- "operation": "listByIntegrationRequester",
6214
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6215
- },
6216
- {
6217
- "kind": "cli",
6218
- "name": "developmentrequestcollection_transitionStatus",
6219
- "operation": "transitionStatus",
6220
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6221
- },
6222
- {
6223
- "kind": "cli",
6224
- "name": "developmentrequestcollection_listForProject",
6225
- "operation": "listForProject",
6226
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6227
- },
6228
- {
6229
- "kind": "mcp",
6230
- "name": "developmentrequestcollection_createmanaged",
6231
- "operation": "createManaged",
6232
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6233
- },
6234
- {
6235
- "kind": "mcp",
6236
- "name": "developmentrequestcollection_listbyintegrationrequester",
6237
- "operation": "listByIntegrationRequester",
6238
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6239
- },
6240
- {
6241
- "kind": "mcp",
6242
- "name": "developmentrequestcollection_transitionstatus",
6243
- "operation": "transitionStatus",
6244
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6245
- },
6246
- {
6247
- "kind": "mcp",
6248
- "name": "developmentrequestcollection_listforproject",
6249
- "operation": "listForProject",
6250
- "objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
6251
- },
6252
6084
  {
6253
6085
  "kind": "api",
6254
6086
  "name": "issues.findByRepository",
@@ -6473,26 +6305,6 @@
6473
6305
  "operation": "findWithGlobals",
6474
6306
  "objectName": "@happyvertical/smrt-projects:IssueCollection"
6475
6307
  },
6476
- {
6477
- "kind": "api",
6478
- "name": "projectintegrationaudits.listForIntegration",
6479
- "operation": "listForIntegration",
6480
- "objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection",
6481
- "path": "/projectintegrationaudits/listForIntegration",
6482
- "method": "POST"
6483
- },
6484
- {
6485
- "kind": "cli",
6486
- "name": "projectintegrationauditcollection_listForIntegration",
6487
- "operation": "listForIntegration",
6488
- "objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
6489
- },
6490
- {
6491
- "kind": "mcp",
6492
- "name": "projectintegrationauditcollection_listforintegration",
6493
- "operation": "listForIntegration",
6494
- "objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
6495
- },
6496
6308
  {
6497
6309
  "kind": "api",
6498
6310
  "name": "projectintegrations.provision",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-projects",
3
- "version": "0.47.1",
3
+ "version": "0.48.0",
4
4
  "smrtJsdoc": "strict",
5
5
  "description": "Provider-agnostic project management models (Issues, PRs, Repositories, Projects) for SMRT framework",
6
6
  "type": "module",
@@ -39,14 +39,14 @@
39
39
  "@happyvertical/logger": "^0.89.6",
40
40
  "@happyvertical/projects": "^0.89.6",
41
41
  "@happyvertical/repos": "^0.89.6",
42
- "@happyvertical/smrt-config": "0.47.1",
43
- "@happyvertical/smrt-core": "0.47.1",
44
- "@happyvertical/smrt-prompts": "0.47.1",
45
- "@happyvertical/smrt-svelte": "0.47.1",
46
- "@happyvertical/smrt-subscriptions": "0.47.1",
47
- "@happyvertical/smrt-tenancy": "0.47.1",
48
- "@happyvertical/smrt-types": "0.47.1",
49
- "@happyvertical/smrt-ui": "0.47.1",
42
+ "@happyvertical/smrt-config": "0.48.0",
43
+ "@happyvertical/smrt-core": "0.48.0",
44
+ "@happyvertical/smrt-prompts": "0.48.0",
45
+ "@happyvertical/smrt-svelte": "0.48.0",
46
+ "@happyvertical/smrt-subscriptions": "0.48.0",
47
+ "@happyvertical/smrt-tenancy": "0.48.0",
48
+ "@happyvertical/smrt-types": "0.48.0",
49
+ "@happyvertical/smrt-ui": "0.48.0",
50
50
  "@happyvertical/sql": "^0.89.6",
51
51
  "@happyvertical/utils": "^0.89.6"
52
52
  },
@@ -59,8 +59,8 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@happyvertical/smrt-cli": "0.47.1",
63
- "@happyvertical/smrt-vitest": "0.47.1",
62
+ "@happyvertical/smrt-cli": "0.48.0",
63
+ "@happyvertical/smrt-vitest": "0.48.0",
64
64
  "@sveltejs/package": "^2.5.8",
65
65
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
66
66
  "@types/node": "24.13.2",