@happyvertical/smrt-projects 0.44.1 → 0.45.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.
- package/dist/index.js +1 -1
- package/dist/manifest.json +1037 -2133
- package/dist/smrt-knowledge.json +2631 -900
- package/package.json +11 -11
package/dist/smrt-knowledge.json
CHANGED
|
@@ -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.
|
|
6
|
+
"packageVersion": "0.45.0",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "555fa576a3ed93162521d95c41149c5ba66c078bccbdd03529c2e0813b2efa53",
|
|
11
|
+
"packageJson": "166ef6751cc1d0a610ed6eeeb67d4d42317652c3dec42ccaca36e1224d6856e6",
|
|
12
12
|
"agents": "1642532c0c1bf16fb07b0184326f76f9fb3b142cb111e39f8e763c2d08be40d3"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -92,7 +92,28 @@
|
|
|
92
92
|
"returns": "Promise<DevelopmentRequestHistory[]>"
|
|
93
93
|
}
|
|
94
94
|
],
|
|
95
|
-
"surfaces": [
|
|
95
|
+
"surfaces": [
|
|
96
|
+
{
|
|
97
|
+
"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
|
+
"operation": "listForRequest",
|
|
114
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
96
117
|
"relationshipFeatures": [
|
|
97
118
|
"uuidColumns"
|
|
98
119
|
],
|
|
@@ -152,7 +173,88 @@
|
|
|
152
173
|
"returns": "Promise<DevelopmentRequest>"
|
|
153
174
|
}
|
|
154
175
|
],
|
|
155
|
-
"surfaces": [
|
|
176
|
+
"surfaces": [
|
|
177
|
+
{
|
|
178
|
+
"kind": "api",
|
|
179
|
+
"name": "developmentrequests.createManaged",
|
|
180
|
+
"operation": "createManaged",
|
|
181
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
182
|
+
"path": "/developmentrequests/createManaged",
|
|
183
|
+
"method": "POST"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"kind": "api",
|
|
187
|
+
"name": "developmentrequests.listByIntegrationRequester",
|
|
188
|
+
"operation": "listByIntegrationRequester",
|
|
189
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
190
|
+
"path": "/developmentrequests/listByIntegrationRequester",
|
|
191
|
+
"method": "POST"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"kind": "api",
|
|
195
|
+
"name": "developmentrequests.transitionStatus",
|
|
196
|
+
"operation": "transitionStatus",
|
|
197
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
198
|
+
"path": "/developmentrequests/transitionStatus",
|
|
199
|
+
"method": "POST"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"kind": "api",
|
|
203
|
+
"name": "developmentrequests.listForProject",
|
|
204
|
+
"operation": "listForProject",
|
|
205
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
206
|
+
"path": "/developmentrequests/listForProject",
|
|
207
|
+
"method": "POST"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"kind": "cli",
|
|
211
|
+
"name": "developmentrequestcollection_createManaged",
|
|
212
|
+
"operation": "createManaged",
|
|
213
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"kind": "cli",
|
|
217
|
+
"name": "developmentrequestcollection_listByIntegrationRequester",
|
|
218
|
+
"operation": "listByIntegrationRequester",
|
|
219
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"kind": "cli",
|
|
223
|
+
"name": "developmentrequestcollection_transitionStatus",
|
|
224
|
+
"operation": "transitionStatus",
|
|
225
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"kind": "cli",
|
|
229
|
+
"name": "developmentrequestcollection_listForProject",
|
|
230
|
+
"operation": "listForProject",
|
|
231
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"kind": "mcp",
|
|
235
|
+
"name": "developmentrequestcollection_createmanaged",
|
|
236
|
+
"operation": "createManaged",
|
|
237
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"kind": "mcp",
|
|
241
|
+
"name": "developmentrequestcollection_listbyintegrationrequester",
|
|
242
|
+
"operation": "listByIntegrationRequester",
|
|
243
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"kind": "mcp",
|
|
247
|
+
"name": "developmentrequestcollection_transitionstatus",
|
|
248
|
+
"operation": "transitionStatus",
|
|
249
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"kind": "mcp",
|
|
253
|
+
"name": "developmentrequestcollection_listforproject",
|
|
254
|
+
"operation": "listForProject",
|
|
255
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
156
258
|
"relationshipFeatures": [
|
|
157
259
|
"uuidColumns"
|
|
158
260
|
],
|
|
@@ -281,7 +383,248 @@
|
|
|
281
383
|
"returns": "Promise<Issue[]>"
|
|
282
384
|
}
|
|
283
385
|
],
|
|
284
|
-
"surfaces": [
|
|
386
|
+
"surfaces": [
|
|
387
|
+
{
|
|
388
|
+
"kind": "api",
|
|
389
|
+
"name": "issues.discover",
|
|
390
|
+
"operation": "discover",
|
|
391
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
392
|
+
"path": "/issues/discover",
|
|
393
|
+
"method": "POST"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"kind": "api",
|
|
397
|
+
"name": "issues.findByRepository",
|
|
398
|
+
"operation": "findByRepository",
|
|
399
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
400
|
+
"path": "/issues/findByRepository",
|
|
401
|
+
"method": "POST"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"kind": "api",
|
|
405
|
+
"name": "issues.findOpen",
|
|
406
|
+
"operation": "findOpen",
|
|
407
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
408
|
+
"path": "/issues/findOpen",
|
|
409
|
+
"method": "POST"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"kind": "api",
|
|
413
|
+
"name": "issues.findByLabel",
|
|
414
|
+
"operation": "findByLabel",
|
|
415
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
416
|
+
"path": "/issues/findByLabel",
|
|
417
|
+
"method": "POST"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"kind": "api",
|
|
421
|
+
"name": "issues.findByAssignee",
|
|
422
|
+
"operation": "findByAssignee",
|
|
423
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
424
|
+
"path": "/issues/findByAssignee",
|
|
425
|
+
"method": "POST"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"kind": "api",
|
|
429
|
+
"name": "issues.findNeedingReview",
|
|
430
|
+
"operation": "findNeedingReview",
|
|
431
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
432
|
+
"path": "/issues/findNeedingReview",
|
|
433
|
+
"method": "POST"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"kind": "api",
|
|
437
|
+
"name": "issues.findByNumber",
|
|
438
|
+
"operation": "findByNumber",
|
|
439
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
440
|
+
"path": "/issues/findByNumber",
|
|
441
|
+
"method": "POST"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"kind": "api",
|
|
445
|
+
"name": "issues.findWithUnincorporatedFeedback",
|
|
446
|
+
"operation": "findWithUnincorporatedFeedback",
|
|
447
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
448
|
+
"path": "/issues/findWithUnincorporatedFeedback",
|
|
449
|
+
"method": "POST"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"kind": "api",
|
|
453
|
+
"name": "issues.batchSync",
|
|
454
|
+
"operation": "batchSync",
|
|
455
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
456
|
+
"path": "/issues/batchSync",
|
|
457
|
+
"method": "POST"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"kind": "api",
|
|
461
|
+
"name": "issues.findByTenant",
|
|
462
|
+
"operation": "findByTenant",
|
|
463
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
464
|
+
"path": "/issues/findByTenant",
|
|
465
|
+
"method": "POST"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"kind": "api",
|
|
469
|
+
"name": "issues.findGlobal",
|
|
470
|
+
"operation": "findGlobal",
|
|
471
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
472
|
+
"path": "/issues/findGlobal",
|
|
473
|
+
"method": "POST"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"kind": "api",
|
|
477
|
+
"name": "issues.findWithGlobals",
|
|
478
|
+
"operation": "findWithGlobals",
|
|
479
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
480
|
+
"path": "/issues/findWithGlobals",
|
|
481
|
+
"method": "POST"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"kind": "cli",
|
|
485
|
+
"name": "issuecollection_discover",
|
|
486
|
+
"operation": "discover",
|
|
487
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"kind": "cli",
|
|
491
|
+
"name": "issuecollection_findByRepository",
|
|
492
|
+
"operation": "findByRepository",
|
|
493
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"kind": "cli",
|
|
497
|
+
"name": "issuecollection_findOpen",
|
|
498
|
+
"operation": "findOpen",
|
|
499
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "cli",
|
|
503
|
+
"name": "issuecollection_findByLabel",
|
|
504
|
+
"operation": "findByLabel",
|
|
505
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"kind": "cli",
|
|
509
|
+
"name": "issuecollection_findByAssignee",
|
|
510
|
+
"operation": "findByAssignee",
|
|
511
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "cli",
|
|
515
|
+
"name": "issuecollection_findNeedingReview",
|
|
516
|
+
"operation": "findNeedingReview",
|
|
517
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"kind": "cli",
|
|
521
|
+
"name": "issuecollection_findByNumber",
|
|
522
|
+
"operation": "findByNumber",
|
|
523
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "cli",
|
|
527
|
+
"name": "issuecollection_findWithUnincorporatedFeedback",
|
|
528
|
+
"operation": "findWithUnincorporatedFeedback",
|
|
529
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"kind": "cli",
|
|
533
|
+
"name": "issuecollection_batchSync",
|
|
534
|
+
"operation": "batchSync",
|
|
535
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"kind": "cli",
|
|
539
|
+
"name": "issuecollection_findByTenant",
|
|
540
|
+
"operation": "findByTenant",
|
|
541
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"kind": "cli",
|
|
545
|
+
"name": "issuecollection_findGlobal",
|
|
546
|
+
"operation": "findGlobal",
|
|
547
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"kind": "cli",
|
|
551
|
+
"name": "issuecollection_findWithGlobals",
|
|
552
|
+
"operation": "findWithGlobals",
|
|
553
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"kind": "mcp",
|
|
557
|
+
"name": "issuecollection_discover",
|
|
558
|
+
"operation": "discover",
|
|
559
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"kind": "mcp",
|
|
563
|
+
"name": "issuecollection_findbyrepository",
|
|
564
|
+
"operation": "findByRepository",
|
|
565
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"kind": "mcp",
|
|
569
|
+
"name": "issuecollection_findopen",
|
|
570
|
+
"operation": "findOpen",
|
|
571
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"kind": "mcp",
|
|
575
|
+
"name": "issuecollection_findbylabel",
|
|
576
|
+
"operation": "findByLabel",
|
|
577
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"kind": "mcp",
|
|
581
|
+
"name": "issuecollection_findbyassignee",
|
|
582
|
+
"operation": "findByAssignee",
|
|
583
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"kind": "mcp",
|
|
587
|
+
"name": "issuecollection_findneedingreview",
|
|
588
|
+
"operation": "findNeedingReview",
|
|
589
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"kind": "mcp",
|
|
593
|
+
"name": "issuecollection_findbynumber",
|
|
594
|
+
"operation": "findByNumber",
|
|
595
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "mcp",
|
|
599
|
+
"name": "issuecollection_findwithunincorporatedfeedback",
|
|
600
|
+
"operation": "findWithUnincorporatedFeedback",
|
|
601
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"kind": "mcp",
|
|
605
|
+
"name": "issuecollection_batchsync",
|
|
606
|
+
"operation": "batchSync",
|
|
607
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "mcp",
|
|
611
|
+
"name": "issuecollection_findbytenant",
|
|
612
|
+
"operation": "findByTenant",
|
|
613
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"kind": "mcp",
|
|
617
|
+
"name": "issuecollection_findglobal",
|
|
618
|
+
"operation": "findGlobal",
|
|
619
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"kind": "mcp",
|
|
623
|
+
"name": "issuecollection_findwithglobals",
|
|
624
|
+
"operation": "findWithGlobals",
|
|
625
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
626
|
+
}
|
|
627
|
+
],
|
|
285
628
|
"relationshipFeatures": [
|
|
286
629
|
"uuidColumns"
|
|
287
630
|
],
|
|
@@ -311,7 +654,28 @@
|
|
|
311
654
|
"returns": "Promise<ProjectIntegrationAudit[]>"
|
|
312
655
|
}
|
|
313
656
|
],
|
|
314
|
-
"surfaces": [
|
|
657
|
+
"surfaces": [
|
|
658
|
+
{
|
|
659
|
+
"kind": "api",
|
|
660
|
+
"name": "projectintegrationaudits.listForIntegration",
|
|
661
|
+
"operation": "listForIntegration",
|
|
662
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection",
|
|
663
|
+
"path": "/projectintegrationaudits/listForIntegration",
|
|
664
|
+
"method": "POST"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"kind": "cli",
|
|
668
|
+
"name": "projectintegrationauditcollection_listForIntegration",
|
|
669
|
+
"operation": "listForIntegration",
|
|
670
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"kind": "mcp",
|
|
674
|
+
"name": "projectintegrationauditcollection_listforintegration",
|
|
675
|
+
"operation": "listForIntegration",
|
|
676
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
|
|
677
|
+
}
|
|
678
|
+
],
|
|
315
679
|
"relationshipFeatures": [
|
|
316
680
|
"uuidColumns"
|
|
317
681
|
],
|
|
@@ -389,7 +753,128 @@
|
|
|
389
753
|
"returns": "Promise<object>"
|
|
390
754
|
}
|
|
391
755
|
],
|
|
392
|
-
"surfaces": [
|
|
756
|
+
"surfaces": [
|
|
757
|
+
{
|
|
758
|
+
"kind": "api",
|
|
759
|
+
"name": "projectintegrations.provision",
|
|
760
|
+
"operation": "provision",
|
|
761
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
762
|
+
"path": "/projectintegrations/provision",
|
|
763
|
+
"method": "POST"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"kind": "api",
|
|
767
|
+
"name": "projectintegrations.rotate",
|
|
768
|
+
"operation": "rotate",
|
|
769
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
770
|
+
"path": "/projectintegrations/rotate",
|
|
771
|
+
"method": "POST"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"kind": "api",
|
|
775
|
+
"name": "projectintegrations.revoke",
|
|
776
|
+
"operation": "revoke",
|
|
777
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
778
|
+
"path": "/projectintegrations/revoke",
|
|
779
|
+
"method": "POST"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"kind": "api",
|
|
783
|
+
"name": "projectintegrations.authenticate",
|
|
784
|
+
"operation": "authenticate",
|
|
785
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
786
|
+
"path": "/projectintegrations/authenticate",
|
|
787
|
+
"method": "POST"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "api",
|
|
791
|
+
"name": "projectintegrations.listForProject",
|
|
792
|
+
"operation": "listForProject",
|
|
793
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
794
|
+
"path": "/projectintegrations/listForProject",
|
|
795
|
+
"method": "POST"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"kind": "api",
|
|
799
|
+
"name": "projectintegrations.findActive",
|
|
800
|
+
"operation": "findActive",
|
|
801
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
802
|
+
"path": "/projectintegrations/findActive",
|
|
803
|
+
"method": "POST"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"kind": "cli",
|
|
807
|
+
"name": "projectintegrationcollection_provision",
|
|
808
|
+
"operation": "provision",
|
|
809
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "cli",
|
|
813
|
+
"name": "projectintegrationcollection_rotate",
|
|
814
|
+
"operation": "rotate",
|
|
815
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"kind": "cli",
|
|
819
|
+
"name": "projectintegrationcollection_revoke",
|
|
820
|
+
"operation": "revoke",
|
|
821
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"kind": "cli",
|
|
825
|
+
"name": "projectintegrationcollection_authenticate",
|
|
826
|
+
"operation": "authenticate",
|
|
827
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"kind": "cli",
|
|
831
|
+
"name": "projectintegrationcollection_listForProject",
|
|
832
|
+
"operation": "listForProject",
|
|
833
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"kind": "cli",
|
|
837
|
+
"name": "projectintegrationcollection_findActive",
|
|
838
|
+
"operation": "findActive",
|
|
839
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"kind": "mcp",
|
|
843
|
+
"name": "projectintegrationcollection_provision",
|
|
844
|
+
"operation": "provision",
|
|
845
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"kind": "mcp",
|
|
849
|
+
"name": "projectintegrationcollection_rotate",
|
|
850
|
+
"operation": "rotate",
|
|
851
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"kind": "mcp",
|
|
855
|
+
"name": "projectintegrationcollection_revoke",
|
|
856
|
+
"operation": "revoke",
|
|
857
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"kind": "mcp",
|
|
861
|
+
"name": "projectintegrationcollection_authenticate",
|
|
862
|
+
"operation": "authenticate",
|
|
863
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "mcp",
|
|
867
|
+
"name": "projectintegrationcollection_listforproject",
|
|
868
|
+
"operation": "listForProject",
|
|
869
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"kind": "mcp",
|
|
873
|
+
"name": "projectintegrationcollection_findactive",
|
|
874
|
+
"operation": "findActive",
|
|
875
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
393
878
|
"relationshipFeatures": [
|
|
394
879
|
"uuidColumns"
|
|
395
880
|
],
|
|
@@ -497,7 +982,208 @@
|
|
|
497
982
|
"returns": "Promise<Project[]>"
|
|
498
983
|
}
|
|
499
984
|
],
|
|
500
|
-
"surfaces": [
|
|
985
|
+
"surfaces": [
|
|
986
|
+
{
|
|
987
|
+
"kind": "api",
|
|
988
|
+
"name": "projects.findByTitle",
|
|
989
|
+
"operation": "findByTitle",
|
|
990
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
991
|
+
"path": "/projects/findByTitle",
|
|
992
|
+
"method": "POST"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"kind": "api",
|
|
996
|
+
"name": "projects.findByOwner",
|
|
997
|
+
"operation": "findByOwner",
|
|
998
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
999
|
+
"path": "/projects/findByOwner",
|
|
1000
|
+
"method": "POST"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"kind": "api",
|
|
1004
|
+
"name": "projects.findByProvider",
|
|
1005
|
+
"operation": "findByProvider",
|
|
1006
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1007
|
+
"path": "/projects/findByProvider",
|
|
1008
|
+
"method": "POST"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "api",
|
|
1012
|
+
"name": "projects.getOrCreate",
|
|
1013
|
+
"operation": "getOrCreate",
|
|
1014
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1015
|
+
"path": "/projects/getOrCreate",
|
|
1016
|
+
"method": "POST"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "api",
|
|
1020
|
+
"name": "projects.syncAll",
|
|
1021
|
+
"operation": "syncAll",
|
|
1022
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1023
|
+
"path": "/projects/syncAll",
|
|
1024
|
+
"method": "POST"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"kind": "api",
|
|
1028
|
+
"name": "projects.findWithItemsInStatus",
|
|
1029
|
+
"operation": "findWithItemsInStatus",
|
|
1030
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1031
|
+
"path": "/projects/findWithItemsInStatus",
|
|
1032
|
+
"method": "POST"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"kind": "api",
|
|
1036
|
+
"name": "projects.getStatistics",
|
|
1037
|
+
"operation": "getStatistics",
|
|
1038
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1039
|
+
"path": "/projects/getStatistics",
|
|
1040
|
+
"method": "POST"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"kind": "api",
|
|
1044
|
+
"name": "projects.findByTenant",
|
|
1045
|
+
"operation": "findByTenant",
|
|
1046
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1047
|
+
"path": "/projects/findByTenant",
|
|
1048
|
+
"method": "POST"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "api",
|
|
1052
|
+
"name": "projects.findGlobal",
|
|
1053
|
+
"operation": "findGlobal",
|
|
1054
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1055
|
+
"path": "/projects/findGlobal",
|
|
1056
|
+
"method": "POST"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"kind": "api",
|
|
1060
|
+
"name": "projects.findWithGlobals",
|
|
1061
|
+
"operation": "findWithGlobals",
|
|
1062
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
1063
|
+
"path": "/projects/findWithGlobals",
|
|
1064
|
+
"method": "POST"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"kind": "cli",
|
|
1068
|
+
"name": "projectcollection_findByTitle",
|
|
1069
|
+
"operation": "findByTitle",
|
|
1070
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "cli",
|
|
1074
|
+
"name": "projectcollection_findByOwner",
|
|
1075
|
+
"operation": "findByOwner",
|
|
1076
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "cli",
|
|
1080
|
+
"name": "projectcollection_findByProvider",
|
|
1081
|
+
"operation": "findByProvider",
|
|
1082
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "cli",
|
|
1086
|
+
"name": "projectcollection_getOrCreate",
|
|
1087
|
+
"operation": "getOrCreate",
|
|
1088
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "cli",
|
|
1092
|
+
"name": "projectcollection_syncAll",
|
|
1093
|
+
"operation": "syncAll",
|
|
1094
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"kind": "cli",
|
|
1098
|
+
"name": "projectcollection_findWithItemsInStatus",
|
|
1099
|
+
"operation": "findWithItemsInStatus",
|
|
1100
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "cli",
|
|
1104
|
+
"name": "projectcollection_getStatistics",
|
|
1105
|
+
"operation": "getStatistics",
|
|
1106
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "cli",
|
|
1110
|
+
"name": "projectcollection_findByTenant",
|
|
1111
|
+
"operation": "findByTenant",
|
|
1112
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "cli",
|
|
1116
|
+
"name": "projectcollection_findGlobal",
|
|
1117
|
+
"operation": "findGlobal",
|
|
1118
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"kind": "cli",
|
|
1122
|
+
"name": "projectcollection_findWithGlobals",
|
|
1123
|
+
"operation": "findWithGlobals",
|
|
1124
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "mcp",
|
|
1128
|
+
"name": "projectcollection_findbytitle",
|
|
1129
|
+
"operation": "findByTitle",
|
|
1130
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"kind": "mcp",
|
|
1134
|
+
"name": "projectcollection_findbyowner",
|
|
1135
|
+
"operation": "findByOwner",
|
|
1136
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"kind": "mcp",
|
|
1140
|
+
"name": "projectcollection_findbyprovider",
|
|
1141
|
+
"operation": "findByProvider",
|
|
1142
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "mcp",
|
|
1146
|
+
"name": "projectcollection_getorcreate",
|
|
1147
|
+
"operation": "getOrCreate",
|
|
1148
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "mcp",
|
|
1152
|
+
"name": "projectcollection_syncall",
|
|
1153
|
+
"operation": "syncAll",
|
|
1154
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"kind": "mcp",
|
|
1158
|
+
"name": "projectcollection_findwithitemsinstatus",
|
|
1159
|
+
"operation": "findWithItemsInStatus",
|
|
1160
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"kind": "mcp",
|
|
1164
|
+
"name": "projectcollection_getstatistics",
|
|
1165
|
+
"operation": "getStatistics",
|
|
1166
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"kind": "mcp",
|
|
1170
|
+
"name": "projectcollection_findbytenant",
|
|
1171
|
+
"operation": "findByTenant",
|
|
1172
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "mcp",
|
|
1176
|
+
"name": "projectcollection_findglobal",
|
|
1177
|
+
"operation": "findGlobal",
|
|
1178
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"kind": "mcp",
|
|
1182
|
+
"name": "projectcollection_findwithglobals",
|
|
1183
|
+
"operation": "findWithGlobals",
|
|
1184
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
501
1187
|
"relationshipFeatures": [
|
|
502
1188
|
"uuidColumns"
|
|
503
1189
|
],
|
|
@@ -635,7 +1321,268 @@
|
|
|
635
1321
|
"returns": "Promise<PullRequest[]>"
|
|
636
1322
|
}
|
|
637
1323
|
],
|
|
638
|
-
"surfaces": [
|
|
1324
|
+
"surfaces": [
|
|
1325
|
+
{
|
|
1326
|
+
"kind": "api",
|
|
1327
|
+
"name": "issues.discover",
|
|
1328
|
+
"operation": "discover",
|
|
1329
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1330
|
+
"path": "/issues/discover",
|
|
1331
|
+
"method": "POST"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "api",
|
|
1335
|
+
"name": "issues.findByRepository",
|
|
1336
|
+
"operation": "findByRepository",
|
|
1337
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1338
|
+
"path": "/issues/findByRepository",
|
|
1339
|
+
"method": "POST"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "api",
|
|
1343
|
+
"name": "issues.findOpen",
|
|
1344
|
+
"operation": "findOpen",
|
|
1345
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1346
|
+
"path": "/issues/findOpen",
|
|
1347
|
+
"method": "POST"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "api",
|
|
1351
|
+
"name": "issues.findDrafts",
|
|
1352
|
+
"operation": "findDrafts",
|
|
1353
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1354
|
+
"path": "/issues/findDrafts",
|
|
1355
|
+
"method": "POST"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"kind": "api",
|
|
1359
|
+
"name": "issues.findReadyToMerge",
|
|
1360
|
+
"operation": "findReadyToMerge",
|
|
1361
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1362
|
+
"path": "/issues/findReadyToMerge",
|
|
1363
|
+
"method": "POST"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"kind": "api",
|
|
1367
|
+
"name": "issues.findByBranch",
|
|
1368
|
+
"operation": "findByBranch",
|
|
1369
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1370
|
+
"path": "/issues/findByBranch",
|
|
1371
|
+
"method": "POST"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"kind": "api",
|
|
1375
|
+
"name": "issues.findByNumber",
|
|
1376
|
+
"operation": "findByNumber",
|
|
1377
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1378
|
+
"path": "/issues/findByNumber",
|
|
1379
|
+
"method": "POST"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "api",
|
|
1383
|
+
"name": "issues.findAIReadyToMerge",
|
|
1384
|
+
"operation": "findAIReadyToMerge",
|
|
1385
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1386
|
+
"path": "/issues/findAIReadyToMerge",
|
|
1387
|
+
"method": "POST"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"kind": "api",
|
|
1391
|
+
"name": "issues.findBySize",
|
|
1392
|
+
"operation": "findBySize",
|
|
1393
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1394
|
+
"path": "/issues/findBySize",
|
|
1395
|
+
"method": "POST"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"kind": "api",
|
|
1399
|
+
"name": "issues.batchSync",
|
|
1400
|
+
"operation": "batchSync",
|
|
1401
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1402
|
+
"path": "/issues/batchSync",
|
|
1403
|
+
"method": "POST"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"kind": "api",
|
|
1407
|
+
"name": "issues.findByTenant",
|
|
1408
|
+
"operation": "findByTenant",
|
|
1409
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1410
|
+
"path": "/issues/findByTenant",
|
|
1411
|
+
"method": "POST"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"kind": "api",
|
|
1415
|
+
"name": "issues.findGlobal",
|
|
1416
|
+
"operation": "findGlobal",
|
|
1417
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1418
|
+
"path": "/issues/findGlobal",
|
|
1419
|
+
"method": "POST"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"kind": "api",
|
|
1423
|
+
"name": "issues.findWithGlobals",
|
|
1424
|
+
"operation": "findWithGlobals",
|
|
1425
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
1426
|
+
"path": "/issues/findWithGlobals",
|
|
1427
|
+
"method": "POST"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "cli",
|
|
1431
|
+
"name": "pullrequestcollection_discover",
|
|
1432
|
+
"operation": "discover",
|
|
1433
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"kind": "cli",
|
|
1437
|
+
"name": "pullrequestcollection_findByRepository",
|
|
1438
|
+
"operation": "findByRepository",
|
|
1439
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "cli",
|
|
1443
|
+
"name": "pullrequestcollection_findOpen",
|
|
1444
|
+
"operation": "findOpen",
|
|
1445
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "cli",
|
|
1449
|
+
"name": "pullrequestcollection_findDrafts",
|
|
1450
|
+
"operation": "findDrafts",
|
|
1451
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"kind": "cli",
|
|
1455
|
+
"name": "pullrequestcollection_findReadyToMerge",
|
|
1456
|
+
"operation": "findReadyToMerge",
|
|
1457
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "cli",
|
|
1461
|
+
"name": "pullrequestcollection_findByBranch",
|
|
1462
|
+
"operation": "findByBranch",
|
|
1463
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"kind": "cli",
|
|
1467
|
+
"name": "pullrequestcollection_findByNumber",
|
|
1468
|
+
"operation": "findByNumber",
|
|
1469
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "cli",
|
|
1473
|
+
"name": "pullrequestcollection_findAIReadyToMerge",
|
|
1474
|
+
"operation": "findAIReadyToMerge",
|
|
1475
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "cli",
|
|
1479
|
+
"name": "pullrequestcollection_findBySize",
|
|
1480
|
+
"operation": "findBySize",
|
|
1481
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"kind": "cli",
|
|
1485
|
+
"name": "pullrequestcollection_batchSync",
|
|
1486
|
+
"operation": "batchSync",
|
|
1487
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"kind": "cli",
|
|
1491
|
+
"name": "pullrequestcollection_findByTenant",
|
|
1492
|
+
"operation": "findByTenant",
|
|
1493
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "cli",
|
|
1497
|
+
"name": "pullrequestcollection_findGlobal",
|
|
1498
|
+
"operation": "findGlobal",
|
|
1499
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "cli",
|
|
1503
|
+
"name": "pullrequestcollection_findWithGlobals",
|
|
1504
|
+
"operation": "findWithGlobals",
|
|
1505
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"kind": "mcp",
|
|
1509
|
+
"name": "pullrequestcollection_discover",
|
|
1510
|
+
"operation": "discover",
|
|
1511
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "mcp",
|
|
1515
|
+
"name": "pullrequestcollection_findbyrepository",
|
|
1516
|
+
"operation": "findByRepository",
|
|
1517
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "mcp",
|
|
1521
|
+
"name": "pullrequestcollection_findopen",
|
|
1522
|
+
"operation": "findOpen",
|
|
1523
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "mcp",
|
|
1527
|
+
"name": "pullrequestcollection_finddrafts",
|
|
1528
|
+
"operation": "findDrafts",
|
|
1529
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"kind": "mcp",
|
|
1533
|
+
"name": "pullrequestcollection_findreadytomerge",
|
|
1534
|
+
"operation": "findReadyToMerge",
|
|
1535
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"kind": "mcp",
|
|
1539
|
+
"name": "pullrequestcollection_findbybranch",
|
|
1540
|
+
"operation": "findByBranch",
|
|
1541
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"kind": "mcp",
|
|
1545
|
+
"name": "pullrequestcollection_findbynumber",
|
|
1546
|
+
"operation": "findByNumber",
|
|
1547
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "mcp",
|
|
1551
|
+
"name": "pullrequestcollection_findaireadytomerge",
|
|
1552
|
+
"operation": "findAIReadyToMerge",
|
|
1553
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"kind": "mcp",
|
|
1557
|
+
"name": "pullrequestcollection_findbysize",
|
|
1558
|
+
"operation": "findBySize",
|
|
1559
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"kind": "mcp",
|
|
1563
|
+
"name": "pullrequestcollection_batchsync",
|
|
1564
|
+
"operation": "batchSync",
|
|
1565
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"kind": "mcp",
|
|
1569
|
+
"name": "pullrequestcollection_findbytenant",
|
|
1570
|
+
"operation": "findByTenant",
|
|
1571
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "mcp",
|
|
1575
|
+
"name": "pullrequestcollection_findglobal",
|
|
1576
|
+
"operation": "findGlobal",
|
|
1577
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "mcp",
|
|
1581
|
+
"name": "pullrequestcollection_findwithglobals",
|
|
1582
|
+
"operation": "findWithGlobals",
|
|
1583
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
1584
|
+
}
|
|
1585
|
+
],
|
|
639
1586
|
"relationshipFeatures": [
|
|
640
1587
|
"uuidColumns"
|
|
641
1588
|
],
|
|
@@ -733,27 +1680,208 @@
|
|
|
733
1680
|
"returns": "Promise<Repository[]>"
|
|
734
1681
|
}
|
|
735
1682
|
],
|
|
736
|
-
"surfaces": [
|
|
737
|
-
"relationshipFeatures": [
|
|
738
|
-
"uuidColumns"
|
|
739
|
-
],
|
|
740
|
-
"tags": [],
|
|
741
|
-
"risks": []
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"name": "Comment",
|
|
745
|
-
"qualifiedName": "@happyvertical/smrt-projects:Comment",
|
|
746
|
-
"collection": "comments",
|
|
747
|
-
"tableName": "comments",
|
|
748
|
-
"packageName": "@happyvertical/smrt-projects",
|
|
749
|
-
"extends": "SmrtObject",
|
|
750
|
-
"fields": [
|
|
1683
|
+
"surfaces": [
|
|
751
1684
|
{
|
|
752
|
-
"
|
|
753
|
-
"
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
|
|
1685
|
+
"kind": "api",
|
|
1686
|
+
"name": "repositories.findByFullName",
|
|
1687
|
+
"operation": "findByFullName",
|
|
1688
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1689
|
+
"path": "/repositories/findByFullName",
|
|
1690
|
+
"method": "POST"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "api",
|
|
1694
|
+
"name": "repositories.findByOwner",
|
|
1695
|
+
"operation": "findByOwner",
|
|
1696
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1697
|
+
"path": "/repositories/findByOwner",
|
|
1698
|
+
"method": "POST"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "api",
|
|
1702
|
+
"name": "repositories.findByProvider",
|
|
1703
|
+
"operation": "findByProvider",
|
|
1704
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1705
|
+
"path": "/repositories/findByProvider",
|
|
1706
|
+
"method": "POST"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"kind": "api",
|
|
1710
|
+
"name": "repositories.getOrCreate",
|
|
1711
|
+
"operation": "getOrCreate",
|
|
1712
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1713
|
+
"path": "/repositories/getOrCreate",
|
|
1714
|
+
"method": "POST"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"kind": "api",
|
|
1718
|
+
"name": "repositories.syncAll",
|
|
1719
|
+
"operation": "syncAll",
|
|
1720
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1721
|
+
"path": "/repositories/syncAll",
|
|
1722
|
+
"method": "POST"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"kind": "api",
|
|
1726
|
+
"name": "repositories.findWithOpenIssues",
|
|
1727
|
+
"operation": "findWithOpenIssues",
|
|
1728
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1729
|
+
"path": "/repositories/findWithOpenIssues",
|
|
1730
|
+
"method": "POST"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "api",
|
|
1734
|
+
"name": "repositories.findByTenant",
|
|
1735
|
+
"operation": "findByTenant",
|
|
1736
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1737
|
+
"path": "/repositories/findByTenant",
|
|
1738
|
+
"method": "POST"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"kind": "api",
|
|
1742
|
+
"name": "repositories.findGlobal",
|
|
1743
|
+
"operation": "findGlobal",
|
|
1744
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1745
|
+
"path": "/repositories/findGlobal",
|
|
1746
|
+
"method": "POST"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "api",
|
|
1750
|
+
"name": "repositories.findWithGlobals",
|
|
1751
|
+
"operation": "findWithGlobals",
|
|
1752
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
1753
|
+
"path": "/repositories/findWithGlobals",
|
|
1754
|
+
"method": "POST"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"kind": "cli",
|
|
1758
|
+
"name": "repositorycollection_findByFullName",
|
|
1759
|
+
"operation": "findByFullName",
|
|
1760
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "cli",
|
|
1764
|
+
"name": "repositorycollection_findByOwner",
|
|
1765
|
+
"operation": "findByOwner",
|
|
1766
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "cli",
|
|
1770
|
+
"name": "repositorycollection_findByProvider",
|
|
1771
|
+
"operation": "findByProvider",
|
|
1772
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "cli",
|
|
1776
|
+
"name": "repositorycollection_getOrCreate",
|
|
1777
|
+
"operation": "getOrCreate",
|
|
1778
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"kind": "cli",
|
|
1782
|
+
"name": "repositorycollection_syncAll",
|
|
1783
|
+
"operation": "syncAll",
|
|
1784
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"kind": "cli",
|
|
1788
|
+
"name": "repositorycollection_findWithOpenIssues",
|
|
1789
|
+
"operation": "findWithOpenIssues",
|
|
1790
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "cli",
|
|
1794
|
+
"name": "repositorycollection_findByTenant",
|
|
1795
|
+
"operation": "findByTenant",
|
|
1796
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "cli",
|
|
1800
|
+
"name": "repositorycollection_findGlobal",
|
|
1801
|
+
"operation": "findGlobal",
|
|
1802
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"kind": "cli",
|
|
1806
|
+
"name": "repositorycollection_findWithGlobals",
|
|
1807
|
+
"operation": "findWithGlobals",
|
|
1808
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"kind": "mcp",
|
|
1812
|
+
"name": "repositorycollection_findbyfullname",
|
|
1813
|
+
"operation": "findByFullName",
|
|
1814
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "mcp",
|
|
1818
|
+
"name": "repositorycollection_findbyowner",
|
|
1819
|
+
"operation": "findByOwner",
|
|
1820
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"kind": "mcp",
|
|
1824
|
+
"name": "repositorycollection_findbyprovider",
|
|
1825
|
+
"operation": "findByProvider",
|
|
1826
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"kind": "mcp",
|
|
1830
|
+
"name": "repositorycollection_getorcreate",
|
|
1831
|
+
"operation": "getOrCreate",
|
|
1832
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "mcp",
|
|
1836
|
+
"name": "repositorycollection_syncall",
|
|
1837
|
+
"operation": "syncAll",
|
|
1838
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "mcp",
|
|
1842
|
+
"name": "repositorycollection_findwithopenissues",
|
|
1843
|
+
"operation": "findWithOpenIssues",
|
|
1844
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"kind": "mcp",
|
|
1848
|
+
"name": "repositorycollection_findbytenant",
|
|
1849
|
+
"operation": "findByTenant",
|
|
1850
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"kind": "mcp",
|
|
1854
|
+
"name": "repositorycollection_findglobal",
|
|
1855
|
+
"operation": "findGlobal",
|
|
1856
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "mcp",
|
|
1860
|
+
"name": "repositorycollection_findwithglobals",
|
|
1861
|
+
"operation": "findWithGlobals",
|
|
1862
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
1863
|
+
}
|
|
1864
|
+
],
|
|
1865
|
+
"relationshipFeatures": [
|
|
1866
|
+
"uuidColumns"
|
|
1867
|
+
],
|
|
1868
|
+
"tags": [],
|
|
1869
|
+
"risks": []
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "Comment",
|
|
1873
|
+
"qualifiedName": "@happyvertical/smrt-projects:Comment",
|
|
1874
|
+
"collection": "comments",
|
|
1875
|
+
"tableName": "comments",
|
|
1876
|
+
"packageName": "@happyvertical/smrt-projects",
|
|
1877
|
+
"extends": "SmrtObject",
|
|
1878
|
+
"fields": [
|
|
1879
|
+
{
|
|
1880
|
+
"name": "tenantId",
|
|
1881
|
+
"type": "text",
|
|
1882
|
+
"required": false,
|
|
1883
|
+
"columnType": "UUID"
|
|
1884
|
+
},
|
|
757
1885
|
{
|
|
758
1886
|
"name": "issueId",
|
|
759
1887
|
"type": "foreignKey",
|
|
@@ -1263,77 +2391,25 @@
|
|
|
1263
2391
|
}
|
|
1264
2392
|
],
|
|
1265
2393
|
"methods": [
|
|
1266
|
-
"_setLoadedRelationship",
|
|
1267
2394
|
"addComment",
|
|
1268
2395
|
"addLabels",
|
|
1269
2396
|
"assign",
|
|
1270
|
-
"claimRevision",
|
|
1271
|
-
"classifyConstraintError",
|
|
1272
2397
|
"clearCache",
|
|
1273
|
-
"clearEmbeddings",
|
|
1274
2398
|
"close",
|
|
1275
|
-
"delete",
|
|
1276
|
-
"describe",
|
|
1277
|
-
"destroy",
|
|
1278
|
-
"do",
|
|
1279
|
-
"executeToolCall",
|
|
1280
|
-
"forget",
|
|
1281
|
-
"forgetScope",
|
|
1282
|
-
"generateEmbeddings",
|
|
1283
|
-
"getAiUsageSnapshot",
|
|
1284
|
-
"getAvailableTools",
|
|
1285
2399
|
"getClient",
|
|
1286
2400
|
"getComments",
|
|
1287
|
-
"getEmbedding",
|
|
1288
|
-
"getFields",
|
|
1289
|
-
"getId",
|
|
1290
|
-
"getRelated",
|
|
1291
2401
|
"getRepository",
|
|
1292
|
-
"getSavedId",
|
|
1293
|
-
"getSlug",
|
|
1294
2402
|
"getUrl",
|
|
1295
|
-
"hasStaleEmbeddings",
|
|
1296
2403
|
"incorporateFeedback",
|
|
1297
|
-
"initialize",
|
|
1298
|
-
"is",
|
|
1299
2404
|
"isBugReport",
|
|
1300
2405
|
"isFeatureRequest",
|
|
1301
|
-
"isRelatedLoaded",
|
|
1302
|
-
"isSaved",
|
|
1303
|
-
"listAiUsage",
|
|
1304
|
-
"loadDataFromDb",
|
|
1305
|
-
"loadFromId",
|
|
1306
|
-
"loadFromSlug",
|
|
1307
|
-
"loadRelated",
|
|
1308
|
-
"loadRelatedMany",
|
|
1309
|
-
"markAsPersisted",
|
|
1310
2406
|
"needsReview",
|
|
1311
|
-
"recall",
|
|
1312
|
-
"recallAll",
|
|
1313
|
-
"remember",
|
|
1314
2407
|
"removeLabel",
|
|
1315
|
-
"requireInsertOnSave",
|
|
1316
|
-
"resetAiUsage",
|
|
1317
2408
|
"rollback",
|
|
1318
|
-
"save",
|
|
1319
2409
|
"suggestLabels",
|
|
1320
|
-
"
|
|
1321
|
-
"sync",
|
|
1322
|
-
"toJSON",
|
|
1323
|
-
"toPlainObject",
|
|
1324
|
-
"toPublicJSON",
|
|
1325
|
-
"withDatabase",
|
|
1326
|
-
"withTransaction"
|
|
2410
|
+
"sync"
|
|
1327
2411
|
],
|
|
1328
2412
|
"methodSignatures": [
|
|
1329
|
-
{
|
|
1330
|
-
"name": "_setLoadedRelationship",
|
|
1331
|
-
"params": [
|
|
1332
|
-
"fieldName: string",
|
|
1333
|
-
"value: any"
|
|
1334
|
-
],
|
|
1335
|
-
"returns": "void"
|
|
1336
|
-
},
|
|
1337
2413
|
{
|
|
1338
2414
|
"name": "addComment",
|
|
1339
2415
|
"async": true,
|
|
@@ -1358,439 +2434,152 @@
|
|
|
1358
2434
|
],
|
|
1359
2435
|
"returns": "Promise<void>"
|
|
1360
2436
|
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "claimRevision",
|
|
1363
|
-
"async": true,
|
|
1364
|
-
"params": [
|
|
1365
|
-
"expectedUpdatedAt: Date | string"
|
|
1366
|
-
],
|
|
1367
|
-
"returns": "Promise"
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"name": "classifyConstraintError",
|
|
1371
|
-
"static": true,
|
|
1372
|
-
"params": [
|
|
1373
|
-
"message: string"
|
|
1374
|
-
],
|
|
1375
|
-
"returns": "'unique' | 'not_null' | null"
|
|
1376
|
-
},
|
|
1377
2437
|
{
|
|
1378
2438
|
"name": "clearCache",
|
|
1379
2439
|
"returns": "void"
|
|
1380
2440
|
},
|
|
1381
2441
|
{
|
|
1382
|
-
"name": "
|
|
2442
|
+
"name": "close",
|
|
1383
2443
|
"async": true,
|
|
1384
2444
|
"returns": "Promise<void>"
|
|
1385
2445
|
},
|
|
1386
2446
|
{
|
|
1387
|
-
"name": "
|
|
2447
|
+
"name": "getClient",
|
|
1388
2448
|
"async": true,
|
|
1389
|
-
"returns": "Promise<
|
|
2449
|
+
"returns": "Promise<IRepository>"
|
|
1390
2450
|
},
|
|
1391
2451
|
{
|
|
1392
|
-
"name": "
|
|
2452
|
+
"name": "getComments",
|
|
1393
2453
|
"async": true,
|
|
1394
|
-
"
|
|
1395
|
-
"options?: SmrtDeleteOptions"
|
|
1396
|
-
],
|
|
1397
|
-
"returns": "Promise<void>"
|
|
2454
|
+
"returns": "Promise<Comment[]>"
|
|
1398
2455
|
},
|
|
1399
2456
|
{
|
|
1400
|
-
"name": "
|
|
2457
|
+
"name": "getRepository",
|
|
1401
2458
|
"async": true,
|
|
1402
|
-
"
|
|
1403
|
-
"options?: AiOperationOptions"
|
|
1404
|
-
],
|
|
1405
|
-
"returns": "any"
|
|
2459
|
+
"returns": "Promise<Repository>"
|
|
1406
2460
|
},
|
|
1407
2461
|
{
|
|
1408
|
-
"name": "
|
|
1409
|
-
"returns": "
|
|
2462
|
+
"name": "getUrl",
|
|
2463
|
+
"returns": "string"
|
|
1410
2464
|
},
|
|
1411
2465
|
{
|
|
1412
|
-
"name": "
|
|
2466
|
+
"name": "incorporateFeedback",
|
|
1413
2467
|
"async": true,
|
|
1414
2468
|
"params": [
|
|
1415
|
-
"
|
|
1416
|
-
"options?: AiOperationOptions"
|
|
2469
|
+
"options?: IncorporateFeedbackOptions"
|
|
1417
2470
|
],
|
|
1418
|
-
"returns": "
|
|
2471
|
+
"returns": "Promise<IncorporateFeedbackResult>"
|
|
1419
2472
|
},
|
|
1420
2473
|
{
|
|
1421
|
-
"name": "
|
|
2474
|
+
"name": "isBugReport",
|
|
1422
2475
|
"async": true,
|
|
1423
|
-
"
|
|
1424
|
-
"toolCall: ToolCall"
|
|
1425
|
-
],
|
|
1426
|
-
"returns": "Promise<ToolCallResult>"
|
|
2476
|
+
"returns": "Promise<boolean>"
|
|
1427
2477
|
},
|
|
1428
2478
|
{
|
|
1429
|
-
"name": "
|
|
2479
|
+
"name": "isFeatureRequest",
|
|
1430
2480
|
"async": true,
|
|
1431
|
-
"
|
|
1432
|
-
"options: object"
|
|
1433
|
-
],
|
|
1434
|
-
"returns": "Promise<void>"
|
|
2481
|
+
"returns": "Promise<boolean>"
|
|
1435
2482
|
},
|
|
1436
2483
|
{
|
|
1437
|
-
"name": "
|
|
2484
|
+
"name": "needsReview",
|
|
1438
2485
|
"async": true,
|
|
1439
|
-
"
|
|
1440
|
-
"options: object"
|
|
1441
|
-
],
|
|
1442
|
-
"returns": "Promise<number>"
|
|
2486
|
+
"returns": "Promise<boolean>"
|
|
1443
2487
|
},
|
|
1444
2488
|
{
|
|
1445
|
-
"name": "
|
|
2489
|
+
"name": "removeLabel",
|
|
1446
2490
|
"async": true,
|
|
1447
2491
|
"params": [
|
|
1448
|
-
"
|
|
2492
|
+
"label: string"
|
|
1449
2493
|
],
|
|
1450
2494
|
"returns": "Promise<void>"
|
|
1451
2495
|
},
|
|
1452
2496
|
{
|
|
1453
|
-
"name": "
|
|
1454
|
-
"returns": "AiUsageSnapshot | undefined"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "getAvailableTools",
|
|
1458
|
-
"returns": "AITool[]"
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "getClient",
|
|
2497
|
+
"name": "rollback",
|
|
1462
2498
|
"async": true,
|
|
1463
|
-
"returns": "Promise<
|
|
2499
|
+
"returns": "Promise<object>"
|
|
1464
2500
|
},
|
|
1465
2501
|
{
|
|
1466
|
-
"name": "
|
|
2502
|
+
"name": "suggestLabels",
|
|
1467
2503
|
"async": true,
|
|
1468
|
-
"returns": "Promise<
|
|
2504
|
+
"returns": "Promise<string[]>"
|
|
1469
2505
|
},
|
|
1470
2506
|
{
|
|
1471
|
-
"name": "
|
|
2507
|
+
"name": "sync",
|
|
1472
2508
|
"async": true,
|
|
1473
2509
|
"params": [
|
|
1474
|
-
"
|
|
1475
|
-
"model?: string"
|
|
2510
|
+
"options?: SyncOptions"
|
|
1476
2511
|
],
|
|
1477
|
-
"returns": "Promise
|
|
1478
|
-
}
|
|
2512
|
+
"returns": "Promise"
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"tenant": {
|
|
2516
|
+
"scoped": true,
|
|
2517
|
+
"mode": "optional",
|
|
2518
|
+
"field": "tenantId"
|
|
2519
|
+
},
|
|
2520
|
+
"tableStrategy": "sti",
|
|
2521
|
+
"conflictColumns": [
|
|
2522
|
+
"tenant_id",
|
|
2523
|
+
"slug",
|
|
2524
|
+
"context",
|
|
2525
|
+
"_meta_type"
|
|
2526
|
+
],
|
|
2527
|
+
"surfaces": [
|
|
1479
2528
|
{
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
2529
|
+
"kind": "api",
|
|
2530
|
+
"name": "issues.list",
|
|
2531
|
+
"operation": "list",
|
|
2532
|
+
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
2533
|
+
"path": "/issues",
|
|
2534
|
+
"method": "GET"
|
|
1483
2535
|
},
|
|
1484
2536
|
{
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
2537
|
+
"kind": "api",
|
|
2538
|
+
"name": "issues.get",
|
|
2539
|
+
"operation": "get",
|
|
2540
|
+
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
2541
|
+
"path": "/issues/[id]",
|
|
2542
|
+
"method": "GET"
|
|
1488
2543
|
},
|
|
1489
2544
|
{
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
"returns": "Promise<any>"
|
|
2545
|
+
"kind": "api",
|
|
2546
|
+
"name": "issues.create",
|
|
2547
|
+
"operation": "create",
|
|
2548
|
+
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
2549
|
+
"path": "/issues",
|
|
2550
|
+
"method": "POST"
|
|
1497
2551
|
},
|
|
1498
2552
|
{
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
2553
|
+
"kind": "api",
|
|
2554
|
+
"name": "issues.update",
|
|
2555
|
+
"operation": "update",
|
|
2556
|
+
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
2557
|
+
"path": "/issues/[id]",
|
|
2558
|
+
"method": "PATCH"
|
|
1502
2559
|
},
|
|
1503
2560
|
{
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
2561
|
+
"kind": "cli",
|
|
2562
|
+
"name": "issue_list",
|
|
2563
|
+
"operation": "list",
|
|
2564
|
+
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1507
2565
|
},
|
|
1508
2566
|
{
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
2567
|
+
"kind": "cli",
|
|
2568
|
+
"name": "issue_get",
|
|
2569
|
+
"operation": "get",
|
|
2570
|
+
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1512
2571
|
},
|
|
1513
2572
|
{
|
|
1514
|
-
"
|
|
1515
|
-
"
|
|
2573
|
+
"kind": "cli",
|
|
2574
|
+
"name": "issue_sync",
|
|
2575
|
+
"operation": "sync",
|
|
2576
|
+
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1516
2577
|
},
|
|
1517
2578
|
{
|
|
1518
|
-
"
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1521
|
-
|
|
1522
|
-
{
|
|
1523
|
-
"name": "incorporateFeedback",
|
|
1524
|
-
"async": true,
|
|
1525
|
-
"params": [
|
|
1526
|
-
"options?: IncorporateFeedbackOptions"
|
|
1527
|
-
],
|
|
1528
|
-
"returns": "Promise<IncorporateFeedbackResult>"
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"name": "initialize",
|
|
1532
|
-
"async": true,
|
|
1533
|
-
"returns": "Promise"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"name": "is",
|
|
1537
|
-
"async": true,
|
|
1538
|
-
"params": [
|
|
1539
|
-
"criteria: string",
|
|
1540
|
-
"options?: AiOperationOptions"
|
|
1541
|
-
],
|
|
1542
|
-
"returns": "any"
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"name": "isBugReport",
|
|
1546
|
-
"async": true,
|
|
1547
|
-
"returns": "Promise<boolean>"
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "isFeatureRequest",
|
|
1551
|
-
"async": true,
|
|
1552
|
-
"returns": "Promise<boolean>"
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "isRelatedLoaded",
|
|
1556
|
-
"params": [
|
|
1557
|
-
"fieldName: string"
|
|
1558
|
-
],
|
|
1559
|
-
"returns": "boolean"
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"name": "isSaved",
|
|
1563
|
-
"async": true,
|
|
1564
|
-
"returns": "any"
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "listAiUsage",
|
|
1568
|
-
"async": true,
|
|
1569
|
-
"params": [
|
|
1570
|
-
"options?: AiUsageListOptions"
|
|
1571
|
-
],
|
|
1572
|
-
"returns": "Promise<SmrtAiUsageRecord[]>"
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"name": "loadDataFromDb",
|
|
1576
|
-
"async": true,
|
|
1577
|
-
"params": [
|
|
1578
|
-
"data: Record<string>"
|
|
1579
|
-
],
|
|
1580
|
-
"returns": "any"
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"name": "loadFromId",
|
|
1584
|
-
"async": true,
|
|
1585
|
-
"returns": "any"
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"name": "loadFromSlug",
|
|
1589
|
-
"async": true,
|
|
1590
|
-
"returns": "any"
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"name": "loadRelated",
|
|
1594
|
-
"async": true,
|
|
1595
|
-
"params": [
|
|
1596
|
-
"fieldName: string",
|
|
1597
|
-
"opts?: LoadRelatedOptions"
|
|
1598
|
-
],
|
|
1599
|
-
"returns": "Promise<any>"
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"name": "loadRelatedMany",
|
|
1603
|
-
"async": true,
|
|
1604
|
-
"params": [
|
|
1605
|
-
"fieldName: string",
|
|
1606
|
-
"opts?: LoadRelatedOptions"
|
|
1607
|
-
],
|
|
1608
|
-
"returns": "Promise<any[]>"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"name": "markAsPersisted",
|
|
1612
|
-
"returns": "void"
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"name": "needsReview",
|
|
1616
|
-
"async": true,
|
|
1617
|
-
"returns": "Promise<boolean>"
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"name": "recall",
|
|
1621
|
-
"async": true,
|
|
1622
|
-
"params": [
|
|
1623
|
-
"options: object"
|
|
1624
|
-
],
|
|
1625
|
-
"returns": "Promise"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"name": "recallAll",
|
|
1629
|
-
"async": true,
|
|
1630
|
-
"params": [
|
|
1631
|
-
"options?: object"
|
|
1632
|
-
],
|
|
1633
|
-
"returns": "Promise<Map<string>>"
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "remember",
|
|
1637
|
-
"async": true,
|
|
1638
|
-
"params": [
|
|
1639
|
-
"options: object"
|
|
1640
|
-
],
|
|
1641
|
-
"returns": "Promise<void>"
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"name": "removeLabel",
|
|
1645
|
-
"async": true,
|
|
1646
|
-
"params": [
|
|
1647
|
-
"label: string"
|
|
1648
|
-
],
|
|
1649
|
-
"returns": "Promise<void>"
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"name": "requireInsertOnSave",
|
|
1653
|
-
"returns": "void"
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"name": "resetAiUsage",
|
|
1657
|
-
"returns": "void"
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "rollback",
|
|
1661
|
-
"async": true,
|
|
1662
|
-
"returns": "Promise<object>"
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "save",
|
|
1666
|
-
"async": true,
|
|
1667
|
-
"params": [
|
|
1668
|
-
"options?: SmrtSaveOptions"
|
|
1669
|
-
],
|
|
1670
|
-
"returns": "any"
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"name": "suggestLabels",
|
|
1674
|
-
"async": true,
|
|
1675
|
-
"returns": "Promise<string[]>"
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"name": "summarizeAiUsage",
|
|
1679
|
-
"async": true,
|
|
1680
|
-
"params": [
|
|
1681
|
-
"options?: AiUsageSummaryOptions"
|
|
1682
|
-
],
|
|
1683
|
-
"returns": "Promise<Record<string, AiUsageStats>>"
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "sync",
|
|
1687
|
-
"async": true,
|
|
1688
|
-
"params": [
|
|
1689
|
-
"options?: SyncOptions"
|
|
1690
|
-
],
|
|
1691
|
-
"returns": "Promise"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"name": "toJSON",
|
|
1695
|
-
"returns": "any"
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"name": "toPlainObject",
|
|
1699
|
-
"returns": "Record<string>"
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "toPublicJSON",
|
|
1703
|
-
"params": [
|
|
1704
|
-
"options?: PublicJsonOptions"
|
|
1705
|
-
],
|
|
1706
|
-
"returns": "Record<string>"
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"name": "withDatabase",
|
|
1710
|
-
"async": true,
|
|
1711
|
-
"params": [
|
|
1712
|
-
"db: DatabaseInterface",
|
|
1713
|
-
"operation: Function"
|
|
1714
|
-
],
|
|
1715
|
-
"returns": "Promise<T>"
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"name": "withTransaction",
|
|
1719
|
-
"async": true,
|
|
1720
|
-
"params": [
|
|
1721
|
-
"operation: Function"
|
|
1722
|
-
],
|
|
1723
|
-
"returns": "Promise<T>"
|
|
1724
|
-
}
|
|
1725
|
-
],
|
|
1726
|
-
"tenant": {
|
|
1727
|
-
"scoped": true,
|
|
1728
|
-
"mode": "optional",
|
|
1729
|
-
"field": "tenantId"
|
|
1730
|
-
},
|
|
1731
|
-
"tableStrategy": "sti",
|
|
1732
|
-
"conflictColumns": [
|
|
1733
|
-
"tenant_id",
|
|
1734
|
-
"slug",
|
|
1735
|
-
"context",
|
|
1736
|
-
"_meta_type"
|
|
1737
|
-
],
|
|
1738
|
-
"surfaces": [
|
|
1739
|
-
{
|
|
1740
|
-
"kind": "api",
|
|
1741
|
-
"name": "issues.list",
|
|
1742
|
-
"operation": "list",
|
|
1743
|
-
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
1744
|
-
"path": "/issues",
|
|
1745
|
-
"method": "GET"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"kind": "api",
|
|
1749
|
-
"name": "issues.get",
|
|
1750
|
-
"operation": "get",
|
|
1751
|
-
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
1752
|
-
"path": "/issues/[id]",
|
|
1753
|
-
"method": "GET"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "api",
|
|
1757
|
-
"name": "issues.create",
|
|
1758
|
-
"operation": "create",
|
|
1759
|
-
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
1760
|
-
"path": "/issues",
|
|
1761
|
-
"method": "POST"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"kind": "api",
|
|
1765
|
-
"name": "issues.update",
|
|
1766
|
-
"operation": "update",
|
|
1767
|
-
"objectName": "@happyvertical/smrt-projects:Issue",
|
|
1768
|
-
"path": "/issues/[id]",
|
|
1769
|
-
"method": "PATCH"
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"kind": "cli",
|
|
1773
|
-
"name": "issue_list",
|
|
1774
|
-
"operation": "list",
|
|
1775
|
-
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "cli",
|
|
1779
|
-
"name": "issue_get",
|
|
1780
|
-
"operation": "get",
|
|
1781
|
-
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"kind": "cli",
|
|
1785
|
-
"name": "issue_sync",
|
|
1786
|
-
"operation": "sync",
|
|
1787
|
-
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"kind": "cli",
|
|
1791
|
-
"name": "issue_incorporateFeedback",
|
|
1792
|
-
"operation": "incorporateFeedback",
|
|
1793
|
-
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
2579
|
+
"kind": "cli",
|
|
2580
|
+
"name": "issue_incorporateFeedback",
|
|
2581
|
+
"operation": "incorporateFeedback",
|
|
2582
|
+
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1794
2583
|
},
|
|
1795
2584
|
{
|
|
1796
2585
|
"kind": "cli",
|
|
@@ -1818,7 +2607,7 @@
|
|
|
1818
2607
|
},
|
|
1819
2608
|
{
|
|
1820
2609
|
"kind": "mcp",
|
|
1821
|
-
"name": "
|
|
2610
|
+
"name": "issue_incorporatefeedback",
|
|
1822
2611
|
"operation": "incorporateFeedback",
|
|
1823
2612
|
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
1824
2613
|
}
|
|
@@ -2323,14 +3112,14 @@
|
|
|
2323
3112
|
},
|
|
2324
3113
|
{
|
|
2325
3114
|
"kind": "cli",
|
|
2326
|
-
"name": "
|
|
2327
|
-
"operation": "
|
|
3115
|
+
"name": "project_listItems",
|
|
3116
|
+
"operation": "listItems",
|
|
2328
3117
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
2329
3118
|
},
|
|
2330
3119
|
{
|
|
2331
3120
|
"kind": "cli",
|
|
2332
|
-
"name": "
|
|
2333
|
-
"operation": "
|
|
3121
|
+
"name": "project_updateItemStatus",
|
|
3122
|
+
"operation": "updateItemStatus",
|
|
2334
3123
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
2335
3124
|
},
|
|
2336
3125
|
{
|
|
@@ -2353,13 +3142,13 @@
|
|
|
2353
3142
|
},
|
|
2354
3143
|
{
|
|
2355
3144
|
"kind": "mcp",
|
|
2356
|
-
"name": "
|
|
3145
|
+
"name": "project_additem",
|
|
2357
3146
|
"operation": "addItem",
|
|
2358
3147
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
2359
3148
|
},
|
|
2360
3149
|
{
|
|
2361
3150
|
"kind": "mcp",
|
|
2362
|
-
"name": "
|
|
3151
|
+
"name": "project_updateitemstatus",
|
|
2363
3152
|
"operation": "updateItemStatus",
|
|
2364
3153
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
2365
3154
|
}
|
|
@@ -2747,86 +3536,34 @@
|
|
|
2747
3536
|
}
|
|
2748
3537
|
],
|
|
2749
3538
|
"methods": [
|
|
2750
|
-
"_setLoadedRelationship",
|
|
2751
3539
|
"addComment",
|
|
2752
3540
|
"addLabels",
|
|
2753
3541
|
"assign",
|
|
2754
|
-
"claimRevision",
|
|
2755
|
-
"classifyConstraintError",
|
|
2756
3542
|
"clearCache",
|
|
2757
|
-
"clearEmbeddings",
|
|
2758
3543
|
"close",
|
|
2759
3544
|
"convertToDraft",
|
|
2760
|
-
"delete",
|
|
2761
|
-
"describe",
|
|
2762
|
-
"destroy",
|
|
2763
|
-
"do",
|
|
2764
|
-
"executeToolCall",
|
|
2765
3545
|
"findLinkedIssue",
|
|
2766
|
-
"forget",
|
|
2767
|
-
"forgetScope",
|
|
2768
|
-
"generateEmbeddings",
|
|
2769
|
-
"getAiUsageSnapshot",
|
|
2770
|
-
"getAvailableTools",
|
|
2771
3546
|
"getChangeSize",
|
|
2772
3547
|
"getClient",
|
|
2773
3548
|
"getComments",
|
|
2774
|
-
"getEmbedding",
|
|
2775
|
-
"getFields",
|
|
2776
|
-
"getId",
|
|
2777
|
-
"getRelated",
|
|
2778
3549
|
"getRepository",
|
|
2779
|
-
"getSavedId",
|
|
2780
|
-
"getSlug",
|
|
2781
3550
|
"getUrl",
|
|
2782
|
-
"hasStaleEmbeddings",
|
|
2783
3551
|
"incorporateFeedback",
|
|
2784
|
-
"initialize",
|
|
2785
|
-
"is",
|
|
2786
3552
|
"isBugReport",
|
|
2787
3553
|
"isFeatureRequest",
|
|
2788
3554
|
"isReadyToMerge",
|
|
2789
|
-
"isRelatedLoaded",
|
|
2790
|
-
"isSaved",
|
|
2791
|
-
"listAiUsage",
|
|
2792
|
-
"loadDataFromDb",
|
|
2793
|
-
"loadFromId",
|
|
2794
|
-
"loadFromSlug",
|
|
2795
|
-
"loadRelated",
|
|
2796
|
-
"loadRelatedMany",
|
|
2797
|
-
"markAsPersisted",
|
|
2798
3555
|
"markReady",
|
|
2799
3556
|
"merge",
|
|
2800
3557
|
"needsReview",
|
|
2801
|
-
"recall",
|
|
2802
|
-
"recallAll",
|
|
2803
|
-
"remember",
|
|
2804
3558
|
"removeLabel",
|
|
2805
3559
|
"requestReviewers",
|
|
2806
|
-
"requireInsertOnSave",
|
|
2807
|
-
"resetAiUsage",
|
|
2808
3560
|
"rollback",
|
|
2809
|
-
"save",
|
|
2810
3561
|
"suggestLabels",
|
|
2811
3562
|
"suggestReviewers",
|
|
2812
3563
|
"summarize",
|
|
2813
|
-
"
|
|
2814
|
-
"sync",
|
|
2815
|
-
"toJSON",
|
|
2816
|
-
"toPlainObject",
|
|
2817
|
-
"toPublicJSON",
|
|
2818
|
-
"withDatabase",
|
|
2819
|
-
"withTransaction"
|
|
3564
|
+
"sync"
|
|
2820
3565
|
],
|
|
2821
3566
|
"methodSignatures": [
|
|
2822
|
-
{
|
|
2823
|
-
"name": "_setLoadedRelationship",
|
|
2824
|
-
"params": [
|
|
2825
|
-
"fieldName: string",
|
|
2826
|
-
"value: any"
|
|
2827
|
-
],
|
|
2828
|
-
"returns": "void"
|
|
2829
|
-
},
|
|
2830
3567
|
{
|
|
2831
3568
|
"name": "addComment",
|
|
2832
3569
|
"async": true,
|
|
@@ -2851,33 +3588,12 @@
|
|
|
2851
3588
|
],
|
|
2852
3589
|
"returns": "Promise<void>"
|
|
2853
3590
|
},
|
|
2854
|
-
{
|
|
2855
|
-
"name": "claimRevision",
|
|
2856
|
-
"async": true,
|
|
2857
|
-
"params": [
|
|
2858
|
-
"expectedUpdatedAt: Date | string"
|
|
2859
|
-
],
|
|
2860
|
-
"returns": "Promise"
|
|
2861
|
-
},
|
|
2862
|
-
{
|
|
2863
|
-
"name": "classifyConstraintError",
|
|
2864
|
-
"static": true,
|
|
2865
|
-
"params": [
|
|
2866
|
-
"message: string"
|
|
2867
|
-
],
|
|
2868
|
-
"returns": "'unique' | 'not_null' | null"
|
|
2869
|
-
},
|
|
2870
3591
|
{
|
|
2871
3592
|
"name": "clearCache",
|
|
2872
3593
|
"returns": "void"
|
|
2873
3594
|
},
|
|
2874
3595
|
{
|
|
2875
|
-
"name": "
|
|
2876
|
-
"async": true,
|
|
2877
|
-
"returns": "Promise<void>"
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"name": "close",
|
|
3596
|
+
"name": "close",
|
|
2881
3597
|
"async": true,
|
|
2882
3598
|
"returns": "Promise<void>"
|
|
2883
3599
|
},
|
|
@@ -2886,80 +3602,11 @@
|
|
|
2886
3602
|
"async": true,
|
|
2887
3603
|
"returns": "Promise<void>"
|
|
2888
3604
|
},
|
|
2889
|
-
{
|
|
2890
|
-
"name": "delete",
|
|
2891
|
-
"async": true,
|
|
2892
|
-
"params": [
|
|
2893
|
-
"options?: SmrtDeleteOptions"
|
|
2894
|
-
],
|
|
2895
|
-
"returns": "Promise<void>"
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"name": "describe",
|
|
2899
|
-
"async": true,
|
|
2900
|
-
"params": [
|
|
2901
|
-
"options?: AiOperationOptions"
|
|
2902
|
-
],
|
|
2903
|
-
"returns": "any"
|
|
2904
|
-
},
|
|
2905
|
-
{
|
|
2906
|
-
"name": "destroy",
|
|
2907
|
-
"returns": "void"
|
|
2908
|
-
},
|
|
2909
|
-
{
|
|
2910
|
-
"name": "do",
|
|
2911
|
-
"async": true,
|
|
2912
|
-
"params": [
|
|
2913
|
-
"instructions: string",
|
|
2914
|
-
"options?: AiOperationOptions"
|
|
2915
|
-
],
|
|
2916
|
-
"returns": "any"
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"name": "executeToolCall",
|
|
2920
|
-
"async": true,
|
|
2921
|
-
"params": [
|
|
2922
|
-
"toolCall: ToolCall"
|
|
2923
|
-
],
|
|
2924
|
-
"returns": "Promise<ToolCallResult>"
|
|
2925
|
-
},
|
|
2926
3605
|
{
|
|
2927
3606
|
"name": "findLinkedIssue",
|
|
2928
3607
|
"async": true,
|
|
2929
3608
|
"returns": "Promise<Issue | null>"
|
|
2930
3609
|
},
|
|
2931
|
-
{
|
|
2932
|
-
"name": "forget",
|
|
2933
|
-
"async": true,
|
|
2934
|
-
"params": [
|
|
2935
|
-
"options: object"
|
|
2936
|
-
],
|
|
2937
|
-
"returns": "Promise<void>"
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"name": "forgetScope",
|
|
2941
|
-
"async": true,
|
|
2942
|
-
"params": [
|
|
2943
|
-
"options: object"
|
|
2944
|
-
],
|
|
2945
|
-
"returns": "Promise<number>"
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "generateEmbeddings",
|
|
2949
|
-
"async": true,
|
|
2950
|
-
"params": [
|
|
2951
|
-
"options?: GenerateEmbeddingsOptions"
|
|
2952
|
-
],
|
|
2953
|
-
"returns": "Promise<void>"
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
"name": "getAiUsageSnapshot",
|
|
2957
|
-
"returns": "AiUsageSnapshot | undefined"
|
|
2958
|
-
},
|
|
2959
|
-
{
|
|
2960
|
-
"name": "getAvailableTools",
|
|
2961
|
-
"returns": "AITool[]"
|
|
2962
|
-
},
|
|
2963
3610
|
{
|
|
2964
3611
|
"name": "getChangeSize",
|
|
2965
3612
|
"returns": "'xs' | 's' | 'm' | 'l' | 'xl'"
|
|
@@ -2974,58 +3621,15 @@
|
|
|
2974
3621
|
"async": true,
|
|
2975
3622
|
"returns": "Promise<Comment[]>"
|
|
2976
3623
|
},
|
|
2977
|
-
{
|
|
2978
|
-
"name": "getEmbedding",
|
|
2979
|
-
"async": true,
|
|
2980
|
-
"params": [
|
|
2981
|
-
"fieldName: string",
|
|
2982
|
-
"model?: string"
|
|
2983
|
-
],
|
|
2984
|
-
"returns": "Promise<number[] | null>"
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"name": "getFields",
|
|
2988
|
-
"async": true,
|
|
2989
|
-
"returns": "Promise<any>"
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"name": "getId",
|
|
2993
|
-
"async": true,
|
|
2994
|
-
"returns": "any"
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"name": "getRelated",
|
|
2998
|
-
"async": true,
|
|
2999
|
-
"params": [
|
|
3000
|
-
"fieldName: string",
|
|
3001
|
-
"opts?: LoadRelatedOptions"
|
|
3002
|
-
],
|
|
3003
|
-
"returns": "Promise<any>"
|
|
3004
|
-
},
|
|
3005
3624
|
{
|
|
3006
3625
|
"name": "getRepository",
|
|
3007
3626
|
"async": true,
|
|
3008
3627
|
"returns": "Promise<Repository>"
|
|
3009
3628
|
},
|
|
3010
|
-
{
|
|
3011
|
-
"name": "getSavedId",
|
|
3012
|
-
"async": true,
|
|
3013
|
-
"returns": "any"
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"name": "getSlug",
|
|
3017
|
-
"async": true,
|
|
3018
|
-
"returns": "any"
|
|
3019
|
-
},
|
|
3020
3629
|
{
|
|
3021
3630
|
"name": "getUrl",
|
|
3022
3631
|
"returns": "string"
|
|
3023
3632
|
},
|
|
3024
|
-
{
|
|
3025
|
-
"name": "hasStaleEmbeddings",
|
|
3026
|
-
"async": true,
|
|
3027
|
-
"returns": "Promise<boolean>"
|
|
3028
|
-
},
|
|
3029
3633
|
{
|
|
3030
3634
|
"name": "incorporateFeedback",
|
|
3031
3635
|
"async": true,
|
|
@@ -3034,20 +3638,6 @@
|
|
|
3034
3638
|
],
|
|
3035
3639
|
"returns": "Promise<IncorporateFeedbackResult>"
|
|
3036
3640
|
},
|
|
3037
|
-
{
|
|
3038
|
-
"name": "initialize",
|
|
3039
|
-
"async": true,
|
|
3040
|
-
"returns": "Promise"
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"name": "is",
|
|
3044
|
-
"async": true,
|
|
3045
|
-
"params": [
|
|
3046
|
-
"criteria: string",
|
|
3047
|
-
"options?: AiOperationOptions"
|
|
3048
|
-
],
|
|
3049
|
-
"returns": "any"
|
|
3050
|
-
},
|
|
3051
3641
|
{
|
|
3052
3642
|
"name": "isBugReport",
|
|
3053
3643
|
"async": true,
|
|
@@ -3063,66 +3653,6 @@
|
|
|
3063
3653
|
"async": true,
|
|
3064
3654
|
"returns": "Promise<boolean>"
|
|
3065
3655
|
},
|
|
3066
|
-
{
|
|
3067
|
-
"name": "isRelatedLoaded",
|
|
3068
|
-
"params": [
|
|
3069
|
-
"fieldName: string"
|
|
3070
|
-
],
|
|
3071
|
-
"returns": "boolean"
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": "isSaved",
|
|
3075
|
-
"async": true,
|
|
3076
|
-
"returns": "any"
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"name": "listAiUsage",
|
|
3080
|
-
"async": true,
|
|
3081
|
-
"params": [
|
|
3082
|
-
"options?: AiUsageListOptions"
|
|
3083
|
-
],
|
|
3084
|
-
"returns": "Promise<SmrtAiUsageRecord[]>"
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
"name": "loadDataFromDb",
|
|
3088
|
-
"async": true,
|
|
3089
|
-
"params": [
|
|
3090
|
-
"data: Record<string>"
|
|
3091
|
-
],
|
|
3092
|
-
"returns": "any"
|
|
3093
|
-
},
|
|
3094
|
-
{
|
|
3095
|
-
"name": "loadFromId",
|
|
3096
|
-
"async": true,
|
|
3097
|
-
"returns": "any"
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"name": "loadFromSlug",
|
|
3101
|
-
"async": true,
|
|
3102
|
-
"returns": "any"
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"name": "loadRelated",
|
|
3106
|
-
"async": true,
|
|
3107
|
-
"params": [
|
|
3108
|
-
"fieldName: string",
|
|
3109
|
-
"opts?: LoadRelatedOptions"
|
|
3110
|
-
],
|
|
3111
|
-
"returns": "Promise<any>"
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"name": "loadRelatedMany",
|
|
3115
|
-
"async": true,
|
|
3116
|
-
"params": [
|
|
3117
|
-
"fieldName: string",
|
|
3118
|
-
"opts?: LoadRelatedOptions"
|
|
3119
|
-
],
|
|
3120
|
-
"returns": "Promise<any[]>"
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"name": "markAsPersisted",
|
|
3124
|
-
"returns": "void"
|
|
3125
|
-
},
|
|
3126
3656
|
{
|
|
3127
3657
|
"name": "markReady",
|
|
3128
3658
|
"async": true,
|
|
@@ -3141,30 +3671,6 @@
|
|
|
3141
3671
|
"async": true,
|
|
3142
3672
|
"returns": "Promise<boolean>"
|
|
3143
3673
|
},
|
|
3144
|
-
{
|
|
3145
|
-
"name": "recall",
|
|
3146
|
-
"async": true,
|
|
3147
|
-
"params": [
|
|
3148
|
-
"options: object"
|
|
3149
|
-
],
|
|
3150
|
-
"returns": "Promise"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"name": "recallAll",
|
|
3154
|
-
"async": true,
|
|
3155
|
-
"params": [
|
|
3156
|
-
"options?: object"
|
|
3157
|
-
],
|
|
3158
|
-
"returns": "Promise<Map<string>>"
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"name": "remember",
|
|
3162
|
-
"async": true,
|
|
3163
|
-
"params": [
|
|
3164
|
-
"options: object"
|
|
3165
|
-
],
|
|
3166
|
-
"returns": "Promise<void>"
|
|
3167
|
-
},
|
|
3168
3674
|
{
|
|
3169
3675
|
"name": "removeLabel",
|
|
3170
3676
|
"async": true,
|
|
@@ -3181,27 +3687,11 @@
|
|
|
3181
3687
|
],
|
|
3182
3688
|
"returns": "Promise<void>"
|
|
3183
3689
|
},
|
|
3184
|
-
{
|
|
3185
|
-
"name": "requireInsertOnSave",
|
|
3186
|
-
"returns": "void"
|
|
3187
|
-
},
|
|
3188
|
-
{
|
|
3189
|
-
"name": "resetAiUsage",
|
|
3190
|
-
"returns": "void"
|
|
3191
|
-
},
|
|
3192
3690
|
{
|
|
3193
3691
|
"name": "rollback",
|
|
3194
3692
|
"async": true,
|
|
3195
3693
|
"returns": "Promise<object>"
|
|
3196
3694
|
},
|
|
3197
|
-
{
|
|
3198
|
-
"name": "save",
|
|
3199
|
-
"async": true,
|
|
3200
|
-
"params": [
|
|
3201
|
-
"options?: SmrtSaveOptions"
|
|
3202
|
-
],
|
|
3203
|
-
"returns": "any"
|
|
3204
|
-
},
|
|
3205
3695
|
{
|
|
3206
3696
|
"name": "suggestLabels",
|
|
3207
3697
|
"async": true,
|
|
@@ -3217,14 +3707,6 @@
|
|
|
3217
3707
|
"async": true,
|
|
3218
3708
|
"returns": "Promise<string>"
|
|
3219
3709
|
},
|
|
3220
|
-
{
|
|
3221
|
-
"name": "summarizeAiUsage",
|
|
3222
|
-
"async": true,
|
|
3223
|
-
"params": [
|
|
3224
|
-
"options?: AiUsageSummaryOptions"
|
|
3225
|
-
],
|
|
3226
|
-
"returns": "Promise<Record<string, AiUsageStats>>"
|
|
3227
|
-
},
|
|
3228
3710
|
{
|
|
3229
3711
|
"name": "sync",
|
|
3230
3712
|
"async": true,
|
|
@@ -3232,38 +3714,6 @@
|
|
|
3232
3714
|
"options?: SyncOptions"
|
|
3233
3715
|
],
|
|
3234
3716
|
"returns": "Promise"
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"name": "toJSON",
|
|
3238
|
-
"returns": "any"
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"name": "toPlainObject",
|
|
3242
|
-
"returns": "Record<string>"
|
|
3243
|
-
},
|
|
3244
|
-
{
|
|
3245
|
-
"name": "toPublicJSON",
|
|
3246
|
-
"params": [
|
|
3247
|
-
"options?: PublicJsonOptions"
|
|
3248
|
-
],
|
|
3249
|
-
"returns": "Record<string>"
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"name": "withDatabase",
|
|
3253
|
-
"async": true,
|
|
3254
|
-
"params": [
|
|
3255
|
-
"db: DatabaseInterface",
|
|
3256
|
-
"operation: Function"
|
|
3257
|
-
],
|
|
3258
|
-
"returns": "Promise<T>"
|
|
3259
|
-
},
|
|
3260
|
-
{
|
|
3261
|
-
"name": "withTransaction",
|
|
3262
|
-
"async": true,
|
|
3263
|
-
"params": [
|
|
3264
|
-
"operation: Function"
|
|
3265
|
-
],
|
|
3266
|
-
"returns": "Promise<T>"
|
|
3267
3717
|
}
|
|
3268
3718
|
],
|
|
3269
3719
|
"tenant": {
|
|
@@ -3608,14 +4058,14 @@
|
|
|
3608
4058
|
},
|
|
3609
4059
|
{
|
|
3610
4060
|
"kind": "cli",
|
|
3611
|
-
"name": "
|
|
3612
|
-
"operation": "
|
|
4061
|
+
"name": "repository_create",
|
|
4062
|
+
"operation": "create",
|
|
3613
4063
|
"objectName": "@happyvertical/smrt-projects:Repository"
|
|
3614
4064
|
},
|
|
3615
4065
|
{
|
|
3616
4066
|
"kind": "cli",
|
|
3617
|
-
"name": "
|
|
3618
|
-
"operation": "
|
|
4067
|
+
"name": "repository_sync",
|
|
4068
|
+
"operation": "sync",
|
|
3619
4069
|
"objectName": "@happyvertical/smrt-projects:Repository"
|
|
3620
4070
|
},
|
|
3621
4071
|
{
|
|
@@ -4828,95 +5278,1296 @@
|
|
|
4828
5278
|
"risks": []
|
|
4829
5279
|
},
|
|
4830
5280
|
{
|
|
4831
|
-
"name": "ServiceTimeEntryCollection",
|
|
4832
|
-
"qualifiedName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
4833
|
-
"collection": "servicetimeentries",
|
|
4834
|
-
"tableName": "service_time_entries",
|
|
4835
|
-
"packageName": "@happyvertical/smrt-projects",
|
|
4836
|
-
"extends": "SmrtCollection",
|
|
4837
|
-
"fields": [],
|
|
4838
|
-
"relationships": [],
|
|
4839
|
-
"methods": [
|
|
4840
|
-
"forCase",
|
|
4841
|
-
"forSpecialist",
|
|
4842
|
-
"forWork",
|
|
4843
|
-
"pendingApproval"
|
|
4844
|
-
],
|
|
4845
|
-
"methodSignatures": [
|
|
4846
|
-
{
|
|
4847
|
-
"name": "forCase",
|
|
4848
|
-
"async": true,
|
|
4849
|
-
"params": [
|
|
4850
|
-
"caseId: string"
|
|
4851
|
-
],
|
|
4852
|
-
"returns": "Promise<ServiceTimeEntry[]>"
|
|
4853
|
-
},
|
|
4854
|
-
{
|
|
4855
|
-
"name": "forSpecialist",
|
|
4856
|
-
"async": true,
|
|
4857
|
-
"params": [
|
|
4858
|
-
"specialistId: string"
|
|
4859
|
-
],
|
|
4860
|
-
"returns": "Promise<ServiceTimeEntry[]>"
|
|
4861
|
-
},
|
|
4862
|
-
{
|
|
4863
|
-
"name": "forWork",
|
|
4864
|
-
"async": true,
|
|
4865
|
-
"params": [
|
|
4866
|
-
"workRefType: string",
|
|
4867
|
-
"workRefId: string"
|
|
4868
|
-
],
|
|
4869
|
-
"returns": "Promise<ServiceTimeEntry[]>"
|
|
4870
|
-
},
|
|
4871
|
-
{
|
|
4872
|
-
"name": "pendingApproval",
|
|
4873
|
-
"async": true,
|
|
4874
|
-
"returns": "Promise<ServiceTimeEntry[]>"
|
|
4875
|
-
}
|
|
4876
|
-
],
|
|
4877
|
-
"surfaces": [
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
5281
|
+
"name": "ServiceTimeEntryCollection",
|
|
5282
|
+
"qualifiedName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
5283
|
+
"collection": "servicetimeentries",
|
|
5284
|
+
"tableName": "service_time_entries",
|
|
5285
|
+
"packageName": "@happyvertical/smrt-projects",
|
|
5286
|
+
"extends": "SmrtCollection",
|
|
5287
|
+
"fields": [],
|
|
5288
|
+
"relationships": [],
|
|
5289
|
+
"methods": [
|
|
5290
|
+
"forCase",
|
|
5291
|
+
"forSpecialist",
|
|
5292
|
+
"forWork",
|
|
5293
|
+
"pendingApproval"
|
|
5294
|
+
],
|
|
5295
|
+
"methodSignatures": [
|
|
5296
|
+
{
|
|
5297
|
+
"name": "forCase",
|
|
5298
|
+
"async": true,
|
|
5299
|
+
"params": [
|
|
5300
|
+
"caseId: string"
|
|
5301
|
+
],
|
|
5302
|
+
"returns": "Promise<ServiceTimeEntry[]>"
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"name": "forSpecialist",
|
|
5306
|
+
"async": true,
|
|
5307
|
+
"params": [
|
|
5308
|
+
"specialistId: string"
|
|
5309
|
+
],
|
|
5310
|
+
"returns": "Promise<ServiceTimeEntry[]>"
|
|
5311
|
+
},
|
|
5312
|
+
{
|
|
5313
|
+
"name": "forWork",
|
|
5314
|
+
"async": true,
|
|
5315
|
+
"params": [
|
|
5316
|
+
"workRefType: string",
|
|
5317
|
+
"workRefId: string"
|
|
5318
|
+
],
|
|
5319
|
+
"returns": "Promise<ServiceTimeEntry[]>"
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
"name": "pendingApproval",
|
|
5323
|
+
"async": true,
|
|
5324
|
+
"returns": "Promise<ServiceTimeEntry[]>"
|
|
5325
|
+
}
|
|
5326
|
+
],
|
|
5327
|
+
"surfaces": [
|
|
5328
|
+
{
|
|
5329
|
+
"kind": "api",
|
|
5330
|
+
"name": "servicetimeentries.forWork",
|
|
5331
|
+
"operation": "forWork",
|
|
5332
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
5333
|
+
"path": "/servicetimeentries/forWork",
|
|
5334
|
+
"method": "POST"
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"kind": "api",
|
|
5338
|
+
"name": "servicetimeentries.forCase",
|
|
5339
|
+
"operation": "forCase",
|
|
5340
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
5341
|
+
"path": "/servicetimeentries/forCase",
|
|
5342
|
+
"method": "POST"
|
|
5343
|
+
},
|
|
5344
|
+
{
|
|
5345
|
+
"kind": "api",
|
|
5346
|
+
"name": "servicetimeentries.forSpecialist",
|
|
5347
|
+
"operation": "forSpecialist",
|
|
5348
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
5349
|
+
"path": "/servicetimeentries/forSpecialist",
|
|
5350
|
+
"method": "POST"
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"kind": "api",
|
|
5354
|
+
"name": "servicetimeentries.pendingApproval",
|
|
5355
|
+
"operation": "pendingApproval",
|
|
5356
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
5357
|
+
"path": "/servicetimeentries/pendingApproval",
|
|
5358
|
+
"method": "POST"
|
|
5359
|
+
},
|
|
5360
|
+
{
|
|
5361
|
+
"kind": "cli",
|
|
5362
|
+
"name": "servicetimeentrycollection_forWork",
|
|
5363
|
+
"operation": "forWork",
|
|
5364
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5365
|
+
},
|
|
5366
|
+
{
|
|
5367
|
+
"kind": "cli",
|
|
5368
|
+
"name": "servicetimeentrycollection_forCase",
|
|
5369
|
+
"operation": "forCase",
|
|
5370
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"kind": "cli",
|
|
5374
|
+
"name": "servicetimeentrycollection_forSpecialist",
|
|
5375
|
+
"operation": "forSpecialist",
|
|
5376
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"kind": "cli",
|
|
5380
|
+
"name": "servicetimeentrycollection_pendingApproval",
|
|
5381
|
+
"operation": "pendingApproval",
|
|
5382
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"kind": "mcp",
|
|
5386
|
+
"name": "servicetimeentrycollection_forwork",
|
|
5387
|
+
"operation": "forWork",
|
|
5388
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
"kind": "mcp",
|
|
5392
|
+
"name": "servicetimeentrycollection_forcase",
|
|
5393
|
+
"operation": "forCase",
|
|
5394
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"kind": "mcp",
|
|
5398
|
+
"name": "servicetimeentrycollection_forspecialist",
|
|
5399
|
+
"operation": "forSpecialist",
|
|
5400
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
"kind": "mcp",
|
|
5404
|
+
"name": "servicetimeentrycollection_pendingapproval",
|
|
5405
|
+
"operation": "pendingApproval",
|
|
5406
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
5409
|
+
"relationshipFeatures": [
|
|
5410
|
+
"uuidColumns"
|
|
5411
|
+
],
|
|
5412
|
+
"tags": [],
|
|
5413
|
+
"risks": []
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"name": "ServiceChargeSnapshotCollection",
|
|
5417
|
+
"qualifiedName": "@happyvertical/smrt-projects:ServiceChargeSnapshotCollection",
|
|
5418
|
+
"collection": "servicechargesnapshots",
|
|
5419
|
+
"tableName": "service_charge_snapshots",
|
|
5420
|
+
"packageName": "@happyvertical/smrt-projects",
|
|
5421
|
+
"extends": "SmrtCollection",
|
|
5422
|
+
"fields": [],
|
|
5423
|
+
"relationships": [],
|
|
5424
|
+
"methods": [],
|
|
5425
|
+
"surfaces": [],
|
|
5426
|
+
"relationshipFeatures": [
|
|
5427
|
+
"uuidColumns"
|
|
5428
|
+
],
|
|
5429
|
+
"tags": [],
|
|
5430
|
+
"risks": []
|
|
5431
|
+
},
|
|
5432
|
+
{
|
|
5433
|
+
"name": "ServiceCompensationSnapshotCollection",
|
|
5434
|
+
"qualifiedName": "@happyvertical/smrt-projects:ServiceCompensationSnapshotCollection",
|
|
5435
|
+
"collection": "servicecompensationsnapshots",
|
|
5436
|
+
"tableName": "service_compensation_snapshots",
|
|
5437
|
+
"packageName": "@happyvertical/smrt-projects",
|
|
5438
|
+
"extends": "SmrtCollection",
|
|
5439
|
+
"fields": [],
|
|
5440
|
+
"relationships": [],
|
|
5441
|
+
"methods": [],
|
|
5442
|
+
"surfaces": [],
|
|
5443
|
+
"relationshipFeatures": [
|
|
5444
|
+
"uuidColumns"
|
|
5445
|
+
],
|
|
5446
|
+
"tags": [],
|
|
5447
|
+
"risks": []
|
|
5448
|
+
}
|
|
5449
|
+
],
|
|
5450
|
+
"surfaces": [
|
|
5451
|
+
{
|
|
5452
|
+
"kind": "api",
|
|
5453
|
+
"name": "developmentrequesthistories.listForRequest",
|
|
5454
|
+
"operation": "listForRequest",
|
|
5455
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection",
|
|
5456
|
+
"path": "/developmentrequesthistories/listForRequest",
|
|
5457
|
+
"method": "POST"
|
|
5458
|
+
},
|
|
5459
|
+
{
|
|
5460
|
+
"kind": "cli",
|
|
5461
|
+
"name": "developmentrequesthistorycollection_listForRequest",
|
|
5462
|
+
"operation": "listForRequest",
|
|
5463
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection"
|
|
5464
|
+
},
|
|
5465
|
+
{
|
|
5466
|
+
"kind": "mcp",
|
|
5467
|
+
"name": "developmentrequesthistorycollection_listforrequest",
|
|
5468
|
+
"operation": "listForRequest",
|
|
5469
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection"
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"kind": "api",
|
|
5473
|
+
"name": "developmentrequests.createManaged",
|
|
5474
|
+
"operation": "createManaged",
|
|
5475
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
5476
|
+
"path": "/developmentrequests/createManaged",
|
|
5477
|
+
"method": "POST"
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"kind": "api",
|
|
5481
|
+
"name": "developmentrequests.listByIntegrationRequester",
|
|
5482
|
+
"operation": "listByIntegrationRequester",
|
|
5483
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
5484
|
+
"path": "/developmentrequests/listByIntegrationRequester",
|
|
5485
|
+
"method": "POST"
|
|
5486
|
+
},
|
|
5487
|
+
{
|
|
5488
|
+
"kind": "api",
|
|
5489
|
+
"name": "developmentrequests.transitionStatus",
|
|
5490
|
+
"operation": "transitionStatus",
|
|
5491
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
5492
|
+
"path": "/developmentrequests/transitionStatus",
|
|
5493
|
+
"method": "POST"
|
|
5494
|
+
},
|
|
5495
|
+
{
|
|
5496
|
+
"kind": "api",
|
|
5497
|
+
"name": "developmentrequests.listForProject",
|
|
5498
|
+
"operation": "listForProject",
|
|
5499
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection",
|
|
5500
|
+
"path": "/developmentrequests/listForProject",
|
|
5501
|
+
"method": "POST"
|
|
5502
|
+
},
|
|
5503
|
+
{
|
|
5504
|
+
"kind": "cli",
|
|
5505
|
+
"name": "developmentrequestcollection_createManaged",
|
|
5506
|
+
"operation": "createManaged",
|
|
5507
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5508
|
+
},
|
|
5509
|
+
{
|
|
5510
|
+
"kind": "cli",
|
|
5511
|
+
"name": "developmentrequestcollection_listByIntegrationRequester",
|
|
5512
|
+
"operation": "listByIntegrationRequester",
|
|
5513
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5514
|
+
},
|
|
5515
|
+
{
|
|
5516
|
+
"kind": "cli",
|
|
5517
|
+
"name": "developmentrequestcollection_transitionStatus",
|
|
5518
|
+
"operation": "transitionStatus",
|
|
5519
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5520
|
+
},
|
|
5521
|
+
{
|
|
5522
|
+
"kind": "cli",
|
|
5523
|
+
"name": "developmentrequestcollection_listForProject",
|
|
5524
|
+
"operation": "listForProject",
|
|
5525
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5526
|
+
},
|
|
5527
|
+
{
|
|
5528
|
+
"kind": "mcp",
|
|
5529
|
+
"name": "developmentrequestcollection_createmanaged",
|
|
5530
|
+
"operation": "createManaged",
|
|
5531
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5532
|
+
},
|
|
5533
|
+
{
|
|
5534
|
+
"kind": "mcp",
|
|
5535
|
+
"name": "developmentrequestcollection_listbyintegrationrequester",
|
|
5536
|
+
"operation": "listByIntegrationRequester",
|
|
5537
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
"kind": "mcp",
|
|
5541
|
+
"name": "developmentrequestcollection_transitionstatus",
|
|
5542
|
+
"operation": "transitionStatus",
|
|
5543
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"kind": "mcp",
|
|
5547
|
+
"name": "developmentrequestcollection_listforproject",
|
|
5548
|
+
"operation": "listForProject",
|
|
5549
|
+
"objectName": "@happyvertical/smrt-projects:DevelopmentRequestCollection"
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"kind": "api",
|
|
5553
|
+
"name": "issues.discover",
|
|
5554
|
+
"operation": "discover",
|
|
5555
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5556
|
+
"path": "/issues/discover",
|
|
5557
|
+
"method": "POST"
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"kind": "api",
|
|
5561
|
+
"name": "issues.findByRepository",
|
|
5562
|
+
"operation": "findByRepository",
|
|
5563
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5564
|
+
"path": "/issues/findByRepository",
|
|
5565
|
+
"method": "POST"
|
|
5566
|
+
},
|
|
5567
|
+
{
|
|
5568
|
+
"kind": "api",
|
|
5569
|
+
"name": "issues.findOpen",
|
|
5570
|
+
"operation": "findOpen",
|
|
5571
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5572
|
+
"path": "/issues/findOpen",
|
|
5573
|
+
"method": "POST"
|
|
5574
|
+
},
|
|
5575
|
+
{
|
|
5576
|
+
"kind": "api",
|
|
5577
|
+
"name": "issues.findByLabel",
|
|
5578
|
+
"operation": "findByLabel",
|
|
5579
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5580
|
+
"path": "/issues/findByLabel",
|
|
5581
|
+
"method": "POST"
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
"kind": "api",
|
|
5585
|
+
"name": "issues.findByAssignee",
|
|
5586
|
+
"operation": "findByAssignee",
|
|
5587
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5588
|
+
"path": "/issues/findByAssignee",
|
|
5589
|
+
"method": "POST"
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"kind": "api",
|
|
5593
|
+
"name": "issues.findNeedingReview",
|
|
5594
|
+
"operation": "findNeedingReview",
|
|
5595
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5596
|
+
"path": "/issues/findNeedingReview",
|
|
5597
|
+
"method": "POST"
|
|
5598
|
+
},
|
|
5599
|
+
{
|
|
5600
|
+
"kind": "api",
|
|
5601
|
+
"name": "issues.findByNumber",
|
|
5602
|
+
"operation": "findByNumber",
|
|
5603
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5604
|
+
"path": "/issues/findByNumber",
|
|
5605
|
+
"method": "POST"
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
"kind": "api",
|
|
5609
|
+
"name": "issues.findWithUnincorporatedFeedback",
|
|
5610
|
+
"operation": "findWithUnincorporatedFeedback",
|
|
5611
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5612
|
+
"path": "/issues/findWithUnincorporatedFeedback",
|
|
5613
|
+
"method": "POST"
|
|
5614
|
+
},
|
|
5615
|
+
{
|
|
5616
|
+
"kind": "api",
|
|
5617
|
+
"name": "issues.batchSync",
|
|
5618
|
+
"operation": "batchSync",
|
|
5619
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5620
|
+
"path": "/issues/batchSync",
|
|
5621
|
+
"method": "POST"
|
|
5622
|
+
},
|
|
5623
|
+
{
|
|
5624
|
+
"kind": "api",
|
|
5625
|
+
"name": "issues.findByTenant",
|
|
5626
|
+
"operation": "findByTenant",
|
|
5627
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5628
|
+
"path": "/issues/findByTenant",
|
|
5629
|
+
"method": "POST"
|
|
5630
|
+
},
|
|
5631
|
+
{
|
|
5632
|
+
"kind": "api",
|
|
5633
|
+
"name": "issues.findGlobal",
|
|
5634
|
+
"operation": "findGlobal",
|
|
5635
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5636
|
+
"path": "/issues/findGlobal",
|
|
5637
|
+
"method": "POST"
|
|
5638
|
+
},
|
|
5639
|
+
{
|
|
5640
|
+
"kind": "api",
|
|
5641
|
+
"name": "issues.findWithGlobals",
|
|
5642
|
+
"operation": "findWithGlobals",
|
|
5643
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection",
|
|
5644
|
+
"path": "/issues/findWithGlobals",
|
|
5645
|
+
"method": "POST"
|
|
5646
|
+
},
|
|
5647
|
+
{
|
|
5648
|
+
"kind": "cli",
|
|
5649
|
+
"name": "issuecollection_discover",
|
|
5650
|
+
"operation": "discover",
|
|
5651
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5652
|
+
},
|
|
5653
|
+
{
|
|
5654
|
+
"kind": "cli",
|
|
5655
|
+
"name": "issuecollection_findByRepository",
|
|
5656
|
+
"operation": "findByRepository",
|
|
5657
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"kind": "cli",
|
|
5661
|
+
"name": "issuecollection_findOpen",
|
|
5662
|
+
"operation": "findOpen",
|
|
5663
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5664
|
+
},
|
|
5665
|
+
{
|
|
5666
|
+
"kind": "cli",
|
|
5667
|
+
"name": "issuecollection_findByLabel",
|
|
5668
|
+
"operation": "findByLabel",
|
|
5669
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5670
|
+
},
|
|
5671
|
+
{
|
|
5672
|
+
"kind": "cli",
|
|
5673
|
+
"name": "issuecollection_findByAssignee",
|
|
5674
|
+
"operation": "findByAssignee",
|
|
5675
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5676
|
+
},
|
|
5677
|
+
{
|
|
5678
|
+
"kind": "cli",
|
|
5679
|
+
"name": "issuecollection_findNeedingReview",
|
|
5680
|
+
"operation": "findNeedingReview",
|
|
5681
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5682
|
+
},
|
|
5683
|
+
{
|
|
5684
|
+
"kind": "cli",
|
|
5685
|
+
"name": "issuecollection_findByNumber",
|
|
5686
|
+
"operation": "findByNumber",
|
|
5687
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"kind": "cli",
|
|
5691
|
+
"name": "issuecollection_findWithUnincorporatedFeedback",
|
|
5692
|
+
"operation": "findWithUnincorporatedFeedback",
|
|
5693
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5694
|
+
},
|
|
5695
|
+
{
|
|
5696
|
+
"kind": "cli",
|
|
5697
|
+
"name": "issuecollection_batchSync",
|
|
5698
|
+
"operation": "batchSync",
|
|
5699
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5700
|
+
},
|
|
5701
|
+
{
|
|
5702
|
+
"kind": "cli",
|
|
5703
|
+
"name": "issuecollection_findByTenant",
|
|
5704
|
+
"operation": "findByTenant",
|
|
5705
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5706
|
+
},
|
|
5707
|
+
{
|
|
5708
|
+
"kind": "cli",
|
|
5709
|
+
"name": "issuecollection_findGlobal",
|
|
5710
|
+
"operation": "findGlobal",
|
|
5711
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
"kind": "cli",
|
|
5715
|
+
"name": "issuecollection_findWithGlobals",
|
|
5716
|
+
"operation": "findWithGlobals",
|
|
5717
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5718
|
+
},
|
|
5719
|
+
{
|
|
5720
|
+
"kind": "mcp",
|
|
5721
|
+
"name": "issuecollection_discover",
|
|
5722
|
+
"operation": "discover",
|
|
5723
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5724
|
+
},
|
|
5725
|
+
{
|
|
5726
|
+
"kind": "mcp",
|
|
5727
|
+
"name": "issuecollection_findbyrepository",
|
|
5728
|
+
"operation": "findByRepository",
|
|
5729
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"kind": "mcp",
|
|
5733
|
+
"name": "issuecollection_findopen",
|
|
5734
|
+
"operation": "findOpen",
|
|
5735
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5736
|
+
},
|
|
5737
|
+
{
|
|
5738
|
+
"kind": "mcp",
|
|
5739
|
+
"name": "issuecollection_findbylabel",
|
|
5740
|
+
"operation": "findByLabel",
|
|
5741
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5742
|
+
},
|
|
5743
|
+
{
|
|
5744
|
+
"kind": "mcp",
|
|
5745
|
+
"name": "issuecollection_findbyassignee",
|
|
5746
|
+
"operation": "findByAssignee",
|
|
5747
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5748
|
+
},
|
|
5749
|
+
{
|
|
5750
|
+
"kind": "mcp",
|
|
5751
|
+
"name": "issuecollection_findneedingreview",
|
|
5752
|
+
"operation": "findNeedingReview",
|
|
5753
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5754
|
+
},
|
|
5755
|
+
{
|
|
5756
|
+
"kind": "mcp",
|
|
5757
|
+
"name": "issuecollection_findbynumber",
|
|
5758
|
+
"operation": "findByNumber",
|
|
5759
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5760
|
+
},
|
|
5761
|
+
{
|
|
5762
|
+
"kind": "mcp",
|
|
5763
|
+
"name": "issuecollection_findwithunincorporatedfeedback",
|
|
5764
|
+
"operation": "findWithUnincorporatedFeedback",
|
|
5765
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5766
|
+
},
|
|
5767
|
+
{
|
|
5768
|
+
"kind": "mcp",
|
|
5769
|
+
"name": "issuecollection_batchsync",
|
|
5770
|
+
"operation": "batchSync",
|
|
5771
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5772
|
+
},
|
|
5773
|
+
{
|
|
5774
|
+
"kind": "mcp",
|
|
5775
|
+
"name": "issuecollection_findbytenant",
|
|
5776
|
+
"operation": "findByTenant",
|
|
5777
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5778
|
+
},
|
|
5779
|
+
{
|
|
5780
|
+
"kind": "mcp",
|
|
5781
|
+
"name": "issuecollection_findglobal",
|
|
5782
|
+
"operation": "findGlobal",
|
|
5783
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"kind": "mcp",
|
|
5787
|
+
"name": "issuecollection_findwithglobals",
|
|
5788
|
+
"operation": "findWithGlobals",
|
|
5789
|
+
"objectName": "@happyvertical/smrt-projects:IssueCollection"
|
|
5790
|
+
},
|
|
5791
|
+
{
|
|
5792
|
+
"kind": "api",
|
|
5793
|
+
"name": "projectintegrationaudits.listForIntegration",
|
|
5794
|
+
"operation": "listForIntegration",
|
|
5795
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection",
|
|
5796
|
+
"path": "/projectintegrationaudits/listForIntegration",
|
|
5797
|
+
"method": "POST"
|
|
5798
|
+
},
|
|
5799
|
+
{
|
|
5800
|
+
"kind": "cli",
|
|
5801
|
+
"name": "projectintegrationauditcollection_listForIntegration",
|
|
5802
|
+
"operation": "listForIntegration",
|
|
5803
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
|
|
5804
|
+
},
|
|
5805
|
+
{
|
|
5806
|
+
"kind": "mcp",
|
|
5807
|
+
"name": "projectintegrationauditcollection_listforintegration",
|
|
5808
|
+
"operation": "listForIntegration",
|
|
5809
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationAuditCollection"
|
|
5810
|
+
},
|
|
5811
|
+
{
|
|
5812
|
+
"kind": "api",
|
|
5813
|
+
"name": "projectintegrations.provision",
|
|
5814
|
+
"operation": "provision",
|
|
5815
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
5816
|
+
"path": "/projectintegrations/provision",
|
|
5817
|
+
"method": "POST"
|
|
5818
|
+
},
|
|
5819
|
+
{
|
|
5820
|
+
"kind": "api",
|
|
5821
|
+
"name": "projectintegrations.rotate",
|
|
5822
|
+
"operation": "rotate",
|
|
5823
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
5824
|
+
"path": "/projectintegrations/rotate",
|
|
5825
|
+
"method": "POST"
|
|
5826
|
+
},
|
|
5827
|
+
{
|
|
5828
|
+
"kind": "api",
|
|
5829
|
+
"name": "projectintegrations.revoke",
|
|
5830
|
+
"operation": "revoke",
|
|
5831
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
5832
|
+
"path": "/projectintegrations/revoke",
|
|
5833
|
+
"method": "POST"
|
|
5834
|
+
},
|
|
5835
|
+
{
|
|
5836
|
+
"kind": "api",
|
|
5837
|
+
"name": "projectintegrations.authenticate",
|
|
5838
|
+
"operation": "authenticate",
|
|
5839
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
5840
|
+
"path": "/projectintegrations/authenticate",
|
|
5841
|
+
"method": "POST"
|
|
5842
|
+
},
|
|
5843
|
+
{
|
|
5844
|
+
"kind": "api",
|
|
5845
|
+
"name": "projectintegrations.listForProject",
|
|
5846
|
+
"operation": "listForProject",
|
|
5847
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
5848
|
+
"path": "/projectintegrations/listForProject",
|
|
5849
|
+
"method": "POST"
|
|
5850
|
+
},
|
|
5851
|
+
{
|
|
5852
|
+
"kind": "api",
|
|
5853
|
+
"name": "projectintegrations.findActive",
|
|
5854
|
+
"operation": "findActive",
|
|
5855
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection",
|
|
5856
|
+
"path": "/projectintegrations/findActive",
|
|
5857
|
+
"method": "POST"
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
"kind": "cli",
|
|
5861
|
+
"name": "projectintegrationcollection_provision",
|
|
5862
|
+
"operation": "provision",
|
|
5863
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5864
|
+
},
|
|
5865
|
+
{
|
|
5866
|
+
"kind": "cli",
|
|
5867
|
+
"name": "projectintegrationcollection_rotate",
|
|
5868
|
+
"operation": "rotate",
|
|
5869
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5870
|
+
},
|
|
5871
|
+
{
|
|
5872
|
+
"kind": "cli",
|
|
5873
|
+
"name": "projectintegrationcollection_revoke",
|
|
5874
|
+
"operation": "revoke",
|
|
5875
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5876
|
+
},
|
|
5877
|
+
{
|
|
5878
|
+
"kind": "cli",
|
|
5879
|
+
"name": "projectintegrationcollection_authenticate",
|
|
5880
|
+
"operation": "authenticate",
|
|
5881
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5882
|
+
},
|
|
5883
|
+
{
|
|
5884
|
+
"kind": "cli",
|
|
5885
|
+
"name": "projectintegrationcollection_listForProject",
|
|
5886
|
+
"operation": "listForProject",
|
|
5887
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "cli",
|
|
5891
|
+
"name": "projectintegrationcollection_findActive",
|
|
5892
|
+
"operation": "findActive",
|
|
5893
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5894
|
+
},
|
|
5895
|
+
{
|
|
5896
|
+
"kind": "mcp",
|
|
5897
|
+
"name": "projectintegrationcollection_provision",
|
|
5898
|
+
"operation": "provision",
|
|
5899
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5900
|
+
},
|
|
5901
|
+
{
|
|
5902
|
+
"kind": "mcp",
|
|
5903
|
+
"name": "projectintegrationcollection_rotate",
|
|
5904
|
+
"operation": "rotate",
|
|
5905
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"kind": "mcp",
|
|
5909
|
+
"name": "projectintegrationcollection_revoke",
|
|
5910
|
+
"operation": "revoke",
|
|
5911
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5912
|
+
},
|
|
5913
|
+
{
|
|
5914
|
+
"kind": "mcp",
|
|
5915
|
+
"name": "projectintegrationcollection_authenticate",
|
|
5916
|
+
"operation": "authenticate",
|
|
5917
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5918
|
+
},
|
|
5919
|
+
{
|
|
5920
|
+
"kind": "mcp",
|
|
5921
|
+
"name": "projectintegrationcollection_listforproject",
|
|
5922
|
+
"operation": "listForProject",
|
|
5923
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"kind": "mcp",
|
|
5927
|
+
"name": "projectintegrationcollection_findactive",
|
|
5928
|
+
"operation": "findActive",
|
|
5929
|
+
"objectName": "@happyvertical/smrt-projects:ProjectIntegrationCollection"
|
|
5930
|
+
},
|
|
5931
|
+
{
|
|
5932
|
+
"kind": "api",
|
|
5933
|
+
"name": "projects.findByTitle",
|
|
5934
|
+
"operation": "findByTitle",
|
|
5935
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5936
|
+
"path": "/projects/findByTitle",
|
|
5937
|
+
"method": "POST"
|
|
5938
|
+
},
|
|
5939
|
+
{
|
|
5940
|
+
"kind": "api",
|
|
5941
|
+
"name": "projects.findByOwner",
|
|
5942
|
+
"operation": "findByOwner",
|
|
5943
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5944
|
+
"path": "/projects/findByOwner",
|
|
5945
|
+
"method": "POST"
|
|
5946
|
+
},
|
|
5947
|
+
{
|
|
5948
|
+
"kind": "api",
|
|
5949
|
+
"name": "projects.findByProvider",
|
|
5950
|
+
"operation": "findByProvider",
|
|
5951
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5952
|
+
"path": "/projects/findByProvider",
|
|
5953
|
+
"method": "POST"
|
|
5954
|
+
},
|
|
5955
|
+
{
|
|
5956
|
+
"kind": "api",
|
|
5957
|
+
"name": "projects.getOrCreate",
|
|
5958
|
+
"operation": "getOrCreate",
|
|
5959
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5960
|
+
"path": "/projects/getOrCreate",
|
|
5961
|
+
"method": "POST"
|
|
5962
|
+
},
|
|
5963
|
+
{
|
|
5964
|
+
"kind": "api",
|
|
5965
|
+
"name": "projects.syncAll",
|
|
5966
|
+
"operation": "syncAll",
|
|
5967
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5968
|
+
"path": "/projects/syncAll",
|
|
5969
|
+
"method": "POST"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"kind": "api",
|
|
5973
|
+
"name": "projects.findWithItemsInStatus",
|
|
5974
|
+
"operation": "findWithItemsInStatus",
|
|
5975
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5976
|
+
"path": "/projects/findWithItemsInStatus",
|
|
5977
|
+
"method": "POST"
|
|
5978
|
+
},
|
|
5979
|
+
{
|
|
5980
|
+
"kind": "api",
|
|
5981
|
+
"name": "projects.getStatistics",
|
|
5982
|
+
"operation": "getStatistics",
|
|
5983
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5984
|
+
"path": "/projects/getStatistics",
|
|
5985
|
+
"method": "POST"
|
|
5986
|
+
},
|
|
5987
|
+
{
|
|
5988
|
+
"kind": "api",
|
|
5989
|
+
"name": "projects.findByTenant",
|
|
5990
|
+
"operation": "findByTenant",
|
|
5991
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
5992
|
+
"path": "/projects/findByTenant",
|
|
5993
|
+
"method": "POST"
|
|
5994
|
+
},
|
|
5995
|
+
{
|
|
5996
|
+
"kind": "api",
|
|
5997
|
+
"name": "projects.findGlobal",
|
|
5998
|
+
"operation": "findGlobal",
|
|
5999
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
6000
|
+
"path": "/projects/findGlobal",
|
|
6001
|
+
"method": "POST"
|
|
6002
|
+
},
|
|
6003
|
+
{
|
|
6004
|
+
"kind": "api",
|
|
6005
|
+
"name": "projects.findWithGlobals",
|
|
6006
|
+
"operation": "findWithGlobals",
|
|
6007
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection",
|
|
6008
|
+
"path": "/projects/findWithGlobals",
|
|
6009
|
+
"method": "POST"
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"kind": "cli",
|
|
6013
|
+
"name": "projectcollection_findByTitle",
|
|
6014
|
+
"operation": "findByTitle",
|
|
6015
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"kind": "cli",
|
|
6019
|
+
"name": "projectcollection_findByOwner",
|
|
6020
|
+
"operation": "findByOwner",
|
|
6021
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6022
|
+
},
|
|
6023
|
+
{
|
|
6024
|
+
"kind": "cli",
|
|
6025
|
+
"name": "projectcollection_findByProvider",
|
|
6026
|
+
"operation": "findByProvider",
|
|
6027
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6028
|
+
},
|
|
6029
|
+
{
|
|
6030
|
+
"kind": "cli",
|
|
6031
|
+
"name": "projectcollection_getOrCreate",
|
|
6032
|
+
"operation": "getOrCreate",
|
|
6033
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6034
|
+
},
|
|
6035
|
+
{
|
|
6036
|
+
"kind": "cli",
|
|
6037
|
+
"name": "projectcollection_syncAll",
|
|
6038
|
+
"operation": "syncAll",
|
|
6039
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6040
|
+
},
|
|
6041
|
+
{
|
|
6042
|
+
"kind": "cli",
|
|
6043
|
+
"name": "projectcollection_findWithItemsInStatus",
|
|
6044
|
+
"operation": "findWithItemsInStatus",
|
|
6045
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6046
|
+
},
|
|
6047
|
+
{
|
|
6048
|
+
"kind": "cli",
|
|
6049
|
+
"name": "projectcollection_getStatistics",
|
|
6050
|
+
"operation": "getStatistics",
|
|
6051
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6052
|
+
},
|
|
6053
|
+
{
|
|
6054
|
+
"kind": "cli",
|
|
6055
|
+
"name": "projectcollection_findByTenant",
|
|
6056
|
+
"operation": "findByTenant",
|
|
6057
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6058
|
+
},
|
|
6059
|
+
{
|
|
6060
|
+
"kind": "cli",
|
|
6061
|
+
"name": "projectcollection_findGlobal",
|
|
6062
|
+
"operation": "findGlobal",
|
|
6063
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
"kind": "cli",
|
|
6067
|
+
"name": "projectcollection_findWithGlobals",
|
|
6068
|
+
"operation": "findWithGlobals",
|
|
6069
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6070
|
+
},
|
|
6071
|
+
{
|
|
6072
|
+
"kind": "mcp",
|
|
6073
|
+
"name": "projectcollection_findbytitle",
|
|
6074
|
+
"operation": "findByTitle",
|
|
6075
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"kind": "mcp",
|
|
6079
|
+
"name": "projectcollection_findbyowner",
|
|
6080
|
+
"operation": "findByOwner",
|
|
6081
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6082
|
+
},
|
|
6083
|
+
{
|
|
6084
|
+
"kind": "mcp",
|
|
6085
|
+
"name": "projectcollection_findbyprovider",
|
|
6086
|
+
"operation": "findByProvider",
|
|
6087
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"kind": "mcp",
|
|
6091
|
+
"name": "projectcollection_getorcreate",
|
|
6092
|
+
"operation": "getOrCreate",
|
|
6093
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6094
|
+
},
|
|
6095
|
+
{
|
|
6096
|
+
"kind": "mcp",
|
|
6097
|
+
"name": "projectcollection_syncall",
|
|
6098
|
+
"operation": "syncAll",
|
|
6099
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"kind": "mcp",
|
|
6103
|
+
"name": "projectcollection_findwithitemsinstatus",
|
|
6104
|
+
"operation": "findWithItemsInStatus",
|
|
6105
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6106
|
+
},
|
|
6107
|
+
{
|
|
6108
|
+
"kind": "mcp",
|
|
6109
|
+
"name": "projectcollection_getstatistics",
|
|
6110
|
+
"operation": "getStatistics",
|
|
6111
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6112
|
+
},
|
|
6113
|
+
{
|
|
6114
|
+
"kind": "mcp",
|
|
6115
|
+
"name": "projectcollection_findbytenant",
|
|
6116
|
+
"operation": "findByTenant",
|
|
6117
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"kind": "mcp",
|
|
6121
|
+
"name": "projectcollection_findglobal",
|
|
6122
|
+
"operation": "findGlobal",
|
|
6123
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
"kind": "mcp",
|
|
6127
|
+
"name": "projectcollection_findwithglobals",
|
|
6128
|
+
"operation": "findWithGlobals",
|
|
6129
|
+
"objectName": "@happyvertical/smrt-projects:ProjectCollection"
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
"kind": "api",
|
|
6133
|
+
"name": "issues.discover",
|
|
6134
|
+
"operation": "discover",
|
|
6135
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6136
|
+
"path": "/issues/discover",
|
|
6137
|
+
"method": "POST"
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
"kind": "api",
|
|
6141
|
+
"name": "issues.findByRepository",
|
|
6142
|
+
"operation": "findByRepository",
|
|
6143
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6144
|
+
"path": "/issues/findByRepository",
|
|
6145
|
+
"method": "POST"
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
"kind": "api",
|
|
6149
|
+
"name": "issues.findOpen",
|
|
6150
|
+
"operation": "findOpen",
|
|
6151
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6152
|
+
"path": "/issues/findOpen",
|
|
6153
|
+
"method": "POST"
|
|
6154
|
+
},
|
|
6155
|
+
{
|
|
6156
|
+
"kind": "api",
|
|
6157
|
+
"name": "issues.findDrafts",
|
|
6158
|
+
"operation": "findDrafts",
|
|
6159
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6160
|
+
"path": "/issues/findDrafts",
|
|
6161
|
+
"method": "POST"
|
|
6162
|
+
},
|
|
6163
|
+
{
|
|
6164
|
+
"kind": "api",
|
|
6165
|
+
"name": "issues.findReadyToMerge",
|
|
6166
|
+
"operation": "findReadyToMerge",
|
|
6167
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6168
|
+
"path": "/issues/findReadyToMerge",
|
|
6169
|
+
"method": "POST"
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"kind": "api",
|
|
6173
|
+
"name": "issues.findByBranch",
|
|
6174
|
+
"operation": "findByBranch",
|
|
6175
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6176
|
+
"path": "/issues/findByBranch",
|
|
6177
|
+
"method": "POST"
|
|
6178
|
+
},
|
|
6179
|
+
{
|
|
6180
|
+
"kind": "api",
|
|
6181
|
+
"name": "issues.findByNumber",
|
|
6182
|
+
"operation": "findByNumber",
|
|
6183
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6184
|
+
"path": "/issues/findByNumber",
|
|
6185
|
+
"method": "POST"
|
|
6186
|
+
},
|
|
6187
|
+
{
|
|
6188
|
+
"kind": "api",
|
|
6189
|
+
"name": "issues.findAIReadyToMerge",
|
|
6190
|
+
"operation": "findAIReadyToMerge",
|
|
6191
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6192
|
+
"path": "/issues/findAIReadyToMerge",
|
|
6193
|
+
"method": "POST"
|
|
6194
|
+
},
|
|
6195
|
+
{
|
|
6196
|
+
"kind": "api",
|
|
6197
|
+
"name": "issues.findBySize",
|
|
6198
|
+
"operation": "findBySize",
|
|
6199
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6200
|
+
"path": "/issues/findBySize",
|
|
6201
|
+
"method": "POST"
|
|
6202
|
+
},
|
|
6203
|
+
{
|
|
6204
|
+
"kind": "api",
|
|
6205
|
+
"name": "issues.batchSync",
|
|
6206
|
+
"operation": "batchSync",
|
|
6207
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6208
|
+
"path": "/issues/batchSync",
|
|
6209
|
+
"method": "POST"
|
|
6210
|
+
},
|
|
6211
|
+
{
|
|
6212
|
+
"kind": "api",
|
|
6213
|
+
"name": "issues.findByTenant",
|
|
6214
|
+
"operation": "findByTenant",
|
|
6215
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6216
|
+
"path": "/issues/findByTenant",
|
|
6217
|
+
"method": "POST"
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
"kind": "api",
|
|
6221
|
+
"name": "issues.findGlobal",
|
|
6222
|
+
"operation": "findGlobal",
|
|
6223
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6224
|
+
"path": "/issues/findGlobal",
|
|
6225
|
+
"method": "POST"
|
|
6226
|
+
},
|
|
6227
|
+
{
|
|
6228
|
+
"kind": "api",
|
|
6229
|
+
"name": "issues.findWithGlobals",
|
|
6230
|
+
"operation": "findWithGlobals",
|
|
6231
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection",
|
|
6232
|
+
"path": "/issues/findWithGlobals",
|
|
6233
|
+
"method": "POST"
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"kind": "cli",
|
|
6237
|
+
"name": "pullrequestcollection_discover",
|
|
6238
|
+
"operation": "discover",
|
|
6239
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6240
|
+
},
|
|
6241
|
+
{
|
|
6242
|
+
"kind": "cli",
|
|
6243
|
+
"name": "pullrequestcollection_findByRepository",
|
|
6244
|
+
"operation": "findByRepository",
|
|
6245
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"kind": "cli",
|
|
6249
|
+
"name": "pullrequestcollection_findOpen",
|
|
6250
|
+
"operation": "findOpen",
|
|
6251
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6252
|
+
},
|
|
6253
|
+
{
|
|
6254
|
+
"kind": "cli",
|
|
6255
|
+
"name": "pullrequestcollection_findDrafts",
|
|
6256
|
+
"operation": "findDrafts",
|
|
6257
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6258
|
+
},
|
|
6259
|
+
{
|
|
6260
|
+
"kind": "cli",
|
|
6261
|
+
"name": "pullrequestcollection_findReadyToMerge",
|
|
6262
|
+
"operation": "findReadyToMerge",
|
|
6263
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
"kind": "cli",
|
|
6267
|
+
"name": "pullrequestcollection_findByBranch",
|
|
6268
|
+
"operation": "findByBranch",
|
|
6269
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6270
|
+
},
|
|
6271
|
+
{
|
|
6272
|
+
"kind": "cli",
|
|
6273
|
+
"name": "pullrequestcollection_findByNumber",
|
|
6274
|
+
"operation": "findByNumber",
|
|
6275
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"kind": "cli",
|
|
6279
|
+
"name": "pullrequestcollection_findAIReadyToMerge",
|
|
6280
|
+
"operation": "findAIReadyToMerge",
|
|
6281
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6282
|
+
},
|
|
6283
|
+
{
|
|
6284
|
+
"kind": "cli",
|
|
6285
|
+
"name": "pullrequestcollection_findBySize",
|
|
6286
|
+
"operation": "findBySize",
|
|
6287
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6288
|
+
},
|
|
6289
|
+
{
|
|
6290
|
+
"kind": "cli",
|
|
6291
|
+
"name": "pullrequestcollection_batchSync",
|
|
6292
|
+
"operation": "batchSync",
|
|
6293
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6294
|
+
},
|
|
6295
|
+
{
|
|
6296
|
+
"kind": "cli",
|
|
6297
|
+
"name": "pullrequestcollection_findByTenant",
|
|
6298
|
+
"operation": "findByTenant",
|
|
6299
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6300
|
+
},
|
|
6301
|
+
{
|
|
6302
|
+
"kind": "cli",
|
|
6303
|
+
"name": "pullrequestcollection_findGlobal",
|
|
6304
|
+
"operation": "findGlobal",
|
|
6305
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"kind": "cli",
|
|
6309
|
+
"name": "pullrequestcollection_findWithGlobals",
|
|
6310
|
+
"operation": "findWithGlobals",
|
|
6311
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"kind": "mcp",
|
|
6315
|
+
"name": "pullrequestcollection_discover",
|
|
6316
|
+
"operation": "discover",
|
|
6317
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6318
|
+
},
|
|
6319
|
+
{
|
|
6320
|
+
"kind": "mcp",
|
|
6321
|
+
"name": "pullrequestcollection_findbyrepository",
|
|
6322
|
+
"operation": "findByRepository",
|
|
6323
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6324
|
+
},
|
|
6325
|
+
{
|
|
6326
|
+
"kind": "mcp",
|
|
6327
|
+
"name": "pullrequestcollection_findopen",
|
|
6328
|
+
"operation": "findOpen",
|
|
6329
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6330
|
+
},
|
|
6331
|
+
{
|
|
6332
|
+
"kind": "mcp",
|
|
6333
|
+
"name": "pullrequestcollection_finddrafts",
|
|
6334
|
+
"operation": "findDrafts",
|
|
6335
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6336
|
+
},
|
|
6337
|
+
{
|
|
6338
|
+
"kind": "mcp",
|
|
6339
|
+
"name": "pullrequestcollection_findreadytomerge",
|
|
6340
|
+
"operation": "findReadyToMerge",
|
|
6341
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
4883
6342
|
},
|
|
4884
6343
|
{
|
|
4885
|
-
"
|
|
4886
|
-
"
|
|
4887
|
-
"
|
|
4888
|
-
"
|
|
4889
|
-
"packageName": "@happyvertical/smrt-projects",
|
|
4890
|
-
"extends": "SmrtCollection",
|
|
4891
|
-
"fields": [],
|
|
4892
|
-
"relationships": [],
|
|
4893
|
-
"methods": [],
|
|
4894
|
-
"surfaces": [],
|
|
4895
|
-
"relationshipFeatures": [
|
|
4896
|
-
"uuidColumns"
|
|
4897
|
-
],
|
|
4898
|
-
"tags": [],
|
|
4899
|
-
"risks": []
|
|
6344
|
+
"kind": "mcp",
|
|
6345
|
+
"name": "pullrequestcollection_findbybranch",
|
|
6346
|
+
"operation": "findByBranch",
|
|
6347
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
4900
6348
|
},
|
|
4901
6349
|
{
|
|
4902
|
-
"
|
|
4903
|
-
"
|
|
4904
|
-
"
|
|
4905
|
-
"
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
"
|
|
4909
|
-
"
|
|
4910
|
-
"
|
|
4911
|
-
"
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
"
|
|
4916
|
-
"
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
6350
|
+
"kind": "mcp",
|
|
6351
|
+
"name": "pullrequestcollection_findbynumber",
|
|
6352
|
+
"operation": "findByNumber",
|
|
6353
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6354
|
+
},
|
|
6355
|
+
{
|
|
6356
|
+
"kind": "mcp",
|
|
6357
|
+
"name": "pullrequestcollection_findaireadytomerge",
|
|
6358
|
+
"operation": "findAIReadyToMerge",
|
|
6359
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6360
|
+
},
|
|
6361
|
+
{
|
|
6362
|
+
"kind": "mcp",
|
|
6363
|
+
"name": "pullrequestcollection_findbysize",
|
|
6364
|
+
"operation": "findBySize",
|
|
6365
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6366
|
+
},
|
|
6367
|
+
{
|
|
6368
|
+
"kind": "mcp",
|
|
6369
|
+
"name": "pullrequestcollection_batchsync",
|
|
6370
|
+
"operation": "batchSync",
|
|
6371
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6372
|
+
},
|
|
6373
|
+
{
|
|
6374
|
+
"kind": "mcp",
|
|
6375
|
+
"name": "pullrequestcollection_findbytenant",
|
|
6376
|
+
"operation": "findByTenant",
|
|
6377
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6378
|
+
},
|
|
6379
|
+
{
|
|
6380
|
+
"kind": "mcp",
|
|
6381
|
+
"name": "pullrequestcollection_findglobal",
|
|
6382
|
+
"operation": "findGlobal",
|
|
6383
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"kind": "mcp",
|
|
6387
|
+
"name": "pullrequestcollection_findwithglobals",
|
|
6388
|
+
"operation": "findWithGlobals",
|
|
6389
|
+
"objectName": "@happyvertical/smrt-projects:PullRequestCollection"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"kind": "api",
|
|
6393
|
+
"name": "repositories.findByFullName",
|
|
6394
|
+
"operation": "findByFullName",
|
|
6395
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6396
|
+
"path": "/repositories/findByFullName",
|
|
6397
|
+
"method": "POST"
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"kind": "api",
|
|
6401
|
+
"name": "repositories.findByOwner",
|
|
6402
|
+
"operation": "findByOwner",
|
|
6403
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6404
|
+
"path": "/repositories/findByOwner",
|
|
6405
|
+
"method": "POST"
|
|
6406
|
+
},
|
|
6407
|
+
{
|
|
6408
|
+
"kind": "api",
|
|
6409
|
+
"name": "repositories.findByProvider",
|
|
6410
|
+
"operation": "findByProvider",
|
|
6411
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6412
|
+
"path": "/repositories/findByProvider",
|
|
6413
|
+
"method": "POST"
|
|
6414
|
+
},
|
|
6415
|
+
{
|
|
6416
|
+
"kind": "api",
|
|
6417
|
+
"name": "repositories.getOrCreate",
|
|
6418
|
+
"operation": "getOrCreate",
|
|
6419
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6420
|
+
"path": "/repositories/getOrCreate",
|
|
6421
|
+
"method": "POST"
|
|
6422
|
+
},
|
|
6423
|
+
{
|
|
6424
|
+
"kind": "api",
|
|
6425
|
+
"name": "repositories.syncAll",
|
|
6426
|
+
"operation": "syncAll",
|
|
6427
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6428
|
+
"path": "/repositories/syncAll",
|
|
6429
|
+
"method": "POST"
|
|
6430
|
+
},
|
|
6431
|
+
{
|
|
6432
|
+
"kind": "api",
|
|
6433
|
+
"name": "repositories.findWithOpenIssues",
|
|
6434
|
+
"operation": "findWithOpenIssues",
|
|
6435
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6436
|
+
"path": "/repositories/findWithOpenIssues",
|
|
6437
|
+
"method": "POST"
|
|
6438
|
+
},
|
|
6439
|
+
{
|
|
6440
|
+
"kind": "api",
|
|
6441
|
+
"name": "repositories.findByTenant",
|
|
6442
|
+
"operation": "findByTenant",
|
|
6443
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6444
|
+
"path": "/repositories/findByTenant",
|
|
6445
|
+
"method": "POST"
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"kind": "api",
|
|
6449
|
+
"name": "repositories.findGlobal",
|
|
6450
|
+
"operation": "findGlobal",
|
|
6451
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6452
|
+
"path": "/repositories/findGlobal",
|
|
6453
|
+
"method": "POST"
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
"kind": "api",
|
|
6457
|
+
"name": "repositories.findWithGlobals",
|
|
6458
|
+
"operation": "findWithGlobals",
|
|
6459
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection",
|
|
6460
|
+
"path": "/repositories/findWithGlobals",
|
|
6461
|
+
"method": "POST"
|
|
6462
|
+
},
|
|
6463
|
+
{
|
|
6464
|
+
"kind": "cli",
|
|
6465
|
+
"name": "repositorycollection_findByFullName",
|
|
6466
|
+
"operation": "findByFullName",
|
|
6467
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"kind": "cli",
|
|
6471
|
+
"name": "repositorycollection_findByOwner",
|
|
6472
|
+
"operation": "findByOwner",
|
|
6473
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6474
|
+
},
|
|
6475
|
+
{
|
|
6476
|
+
"kind": "cli",
|
|
6477
|
+
"name": "repositorycollection_findByProvider",
|
|
6478
|
+
"operation": "findByProvider",
|
|
6479
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6480
|
+
},
|
|
6481
|
+
{
|
|
6482
|
+
"kind": "cli",
|
|
6483
|
+
"name": "repositorycollection_getOrCreate",
|
|
6484
|
+
"operation": "getOrCreate",
|
|
6485
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
"kind": "cli",
|
|
6489
|
+
"name": "repositorycollection_syncAll",
|
|
6490
|
+
"operation": "syncAll",
|
|
6491
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
"kind": "cli",
|
|
6495
|
+
"name": "repositorycollection_findWithOpenIssues",
|
|
6496
|
+
"operation": "findWithOpenIssues",
|
|
6497
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6498
|
+
},
|
|
6499
|
+
{
|
|
6500
|
+
"kind": "cli",
|
|
6501
|
+
"name": "repositorycollection_findByTenant",
|
|
6502
|
+
"operation": "findByTenant",
|
|
6503
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"kind": "cli",
|
|
6507
|
+
"name": "repositorycollection_findGlobal",
|
|
6508
|
+
"operation": "findGlobal",
|
|
6509
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6510
|
+
},
|
|
6511
|
+
{
|
|
6512
|
+
"kind": "cli",
|
|
6513
|
+
"name": "repositorycollection_findWithGlobals",
|
|
6514
|
+
"operation": "findWithGlobals",
|
|
6515
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"kind": "mcp",
|
|
6519
|
+
"name": "repositorycollection_findbyfullname",
|
|
6520
|
+
"operation": "findByFullName",
|
|
6521
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"kind": "mcp",
|
|
6525
|
+
"name": "repositorycollection_findbyowner",
|
|
6526
|
+
"operation": "findByOwner",
|
|
6527
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6528
|
+
},
|
|
6529
|
+
{
|
|
6530
|
+
"kind": "mcp",
|
|
6531
|
+
"name": "repositorycollection_findbyprovider",
|
|
6532
|
+
"operation": "findByProvider",
|
|
6533
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"kind": "mcp",
|
|
6537
|
+
"name": "repositorycollection_getorcreate",
|
|
6538
|
+
"operation": "getOrCreate",
|
|
6539
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "mcp",
|
|
6543
|
+
"name": "repositorycollection_syncall",
|
|
6544
|
+
"operation": "syncAll",
|
|
6545
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6546
|
+
},
|
|
6547
|
+
{
|
|
6548
|
+
"kind": "mcp",
|
|
6549
|
+
"name": "repositorycollection_findwithopenissues",
|
|
6550
|
+
"operation": "findWithOpenIssues",
|
|
6551
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"kind": "mcp",
|
|
6555
|
+
"name": "repositorycollection_findbytenant",
|
|
6556
|
+
"operation": "findByTenant",
|
|
6557
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"kind": "mcp",
|
|
6561
|
+
"name": "repositorycollection_findglobal",
|
|
6562
|
+
"operation": "findGlobal",
|
|
6563
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6564
|
+
},
|
|
6565
|
+
{
|
|
6566
|
+
"kind": "mcp",
|
|
6567
|
+
"name": "repositorycollection_findwithglobals",
|
|
6568
|
+
"operation": "findWithGlobals",
|
|
6569
|
+
"objectName": "@happyvertical/smrt-projects:RepositoryCollection"
|
|
6570
|
+
},
|
|
4920
6571
|
{
|
|
4921
6572
|
"kind": "api",
|
|
4922
6573
|
"name": "comments.list",
|
|
@@ -5039,7 +6690,7 @@
|
|
|
5039
6690
|
},
|
|
5040
6691
|
{
|
|
5041
6692
|
"kind": "mcp",
|
|
5042
|
-
"name": "
|
|
6693
|
+
"name": "issue_incorporatefeedback",
|
|
5043
6694
|
"operation": "incorporateFeedback",
|
|
5044
6695
|
"objectName": "@happyvertical/smrt-projects:Issue"
|
|
5045
6696
|
},
|
|
@@ -5189,14 +6840,14 @@
|
|
|
5189
6840
|
},
|
|
5190
6841
|
{
|
|
5191
6842
|
"kind": "cli",
|
|
5192
|
-
"name": "
|
|
5193
|
-
"operation": "
|
|
6843
|
+
"name": "project_listItems",
|
|
6844
|
+
"operation": "listItems",
|
|
5194
6845
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
5195
6846
|
},
|
|
5196
6847
|
{
|
|
5197
6848
|
"kind": "cli",
|
|
5198
|
-
"name": "
|
|
5199
|
-
"operation": "
|
|
6849
|
+
"name": "project_updateItemStatus",
|
|
6850
|
+
"operation": "updateItemStatus",
|
|
5200
6851
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
5201
6852
|
},
|
|
5202
6853
|
{
|
|
@@ -5219,13 +6870,13 @@
|
|
|
5219
6870
|
},
|
|
5220
6871
|
{
|
|
5221
6872
|
"kind": "mcp",
|
|
5222
|
-
"name": "
|
|
6873
|
+
"name": "project_additem",
|
|
5223
6874
|
"operation": "addItem",
|
|
5224
6875
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
5225
6876
|
},
|
|
5226
6877
|
{
|
|
5227
6878
|
"kind": "mcp",
|
|
5228
|
-
"name": "
|
|
6879
|
+
"name": "project_updateitemstatus",
|
|
5229
6880
|
"operation": "updateItemStatus",
|
|
5230
6881
|
"objectName": "@happyvertical/smrt-projects:Project"
|
|
5231
6882
|
},
|
|
@@ -5413,14 +7064,14 @@
|
|
|
5413
7064
|
},
|
|
5414
7065
|
{
|
|
5415
7066
|
"kind": "cli",
|
|
5416
|
-
"name": "
|
|
5417
|
-
"operation": "
|
|
7067
|
+
"name": "repository_create",
|
|
7068
|
+
"operation": "create",
|
|
5418
7069
|
"objectName": "@happyvertical/smrt-projects:Repository"
|
|
5419
7070
|
},
|
|
5420
7071
|
{
|
|
5421
7072
|
"kind": "cli",
|
|
5422
|
-
"name": "
|
|
5423
|
-
"operation": "
|
|
7073
|
+
"name": "repository_sync",
|
|
7074
|
+
"operation": "sync",
|
|
5424
7075
|
"objectName": "@happyvertical/smrt-projects:Repository"
|
|
5425
7076
|
},
|
|
5426
7077
|
{
|
|
@@ -5560,6 +7211,86 @@
|
|
|
5560
7211
|
"name": "servicecompensationsnapshot_get",
|
|
5561
7212
|
"operation": "get",
|
|
5562
7213
|
"objectName": "@happyvertical/smrt-projects:ServiceCompensationSnapshot"
|
|
7214
|
+
},
|
|
7215
|
+
{
|
|
7216
|
+
"kind": "api",
|
|
7217
|
+
"name": "servicetimeentries.forWork",
|
|
7218
|
+
"operation": "forWork",
|
|
7219
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
7220
|
+
"path": "/servicetimeentries/forWork",
|
|
7221
|
+
"method": "POST"
|
|
7222
|
+
},
|
|
7223
|
+
{
|
|
7224
|
+
"kind": "api",
|
|
7225
|
+
"name": "servicetimeentries.forCase",
|
|
7226
|
+
"operation": "forCase",
|
|
7227
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
7228
|
+
"path": "/servicetimeentries/forCase",
|
|
7229
|
+
"method": "POST"
|
|
7230
|
+
},
|
|
7231
|
+
{
|
|
7232
|
+
"kind": "api",
|
|
7233
|
+
"name": "servicetimeentries.forSpecialist",
|
|
7234
|
+
"operation": "forSpecialist",
|
|
7235
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
7236
|
+
"path": "/servicetimeentries/forSpecialist",
|
|
7237
|
+
"method": "POST"
|
|
7238
|
+
},
|
|
7239
|
+
{
|
|
7240
|
+
"kind": "api",
|
|
7241
|
+
"name": "servicetimeentries.pendingApproval",
|
|
7242
|
+
"operation": "pendingApproval",
|
|
7243
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection",
|
|
7244
|
+
"path": "/servicetimeentries/pendingApproval",
|
|
7245
|
+
"method": "POST"
|
|
7246
|
+
},
|
|
7247
|
+
{
|
|
7248
|
+
"kind": "cli",
|
|
7249
|
+
"name": "servicetimeentrycollection_forWork",
|
|
7250
|
+
"operation": "forWork",
|
|
7251
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"kind": "cli",
|
|
7255
|
+
"name": "servicetimeentrycollection_forCase",
|
|
7256
|
+
"operation": "forCase",
|
|
7257
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
7258
|
+
},
|
|
7259
|
+
{
|
|
7260
|
+
"kind": "cli",
|
|
7261
|
+
"name": "servicetimeentrycollection_forSpecialist",
|
|
7262
|
+
"operation": "forSpecialist",
|
|
7263
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
7264
|
+
},
|
|
7265
|
+
{
|
|
7266
|
+
"kind": "cli",
|
|
7267
|
+
"name": "servicetimeentrycollection_pendingApproval",
|
|
7268
|
+
"operation": "pendingApproval",
|
|
7269
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
7270
|
+
},
|
|
7271
|
+
{
|
|
7272
|
+
"kind": "mcp",
|
|
7273
|
+
"name": "servicetimeentrycollection_forwork",
|
|
7274
|
+
"operation": "forWork",
|
|
7275
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
7276
|
+
},
|
|
7277
|
+
{
|
|
7278
|
+
"kind": "mcp",
|
|
7279
|
+
"name": "servicetimeentrycollection_forcase",
|
|
7280
|
+
"operation": "forCase",
|
|
7281
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
7282
|
+
},
|
|
7283
|
+
{
|
|
7284
|
+
"kind": "mcp",
|
|
7285
|
+
"name": "servicetimeentrycollection_forspecialist",
|
|
7286
|
+
"operation": "forSpecialist",
|
|
7287
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
7288
|
+
},
|
|
7289
|
+
{
|
|
7290
|
+
"kind": "mcp",
|
|
7291
|
+
"name": "servicetimeentrycollection_pendingapproval",
|
|
7292
|
+
"operation": "pendingApproval",
|
|
7293
|
+
"objectName": "@happyvertical/smrt-projects:ServiceTimeEntryCollection"
|
|
5563
7294
|
}
|
|
5564
7295
|
],
|
|
5565
7296
|
"prompts": [
|