@happyvertical/smrt-support 0.44.0 → 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.
@@ -3,12 +3,12 @@
3
3
  "sensitiveFieldsExcluded": true,
4
4
  "generatedAt": "1970-01-01T00:00:00.000Z",
5
5
  "packageName": "@happyvertical/smrt-support",
6
- "packageVersion": "0.44.0",
6
+ "packageVersion": "0.45.0",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "72c28d09b2d354ace121b5de44afbac39a8334512bb0d281e61c57583f8a8690",
11
- "packageJson": "61ac142af1f1b0b5c849a00a3c9ad6359b0cbdfd7260a17dbf347f0243615bb6",
10
+ "manifest": "c87b3686f8478a2dd09e30e0900a04f90a5bf1bb8c7e0dc396655ba7d3f1b104",
11
+ "packageJson": "ede2eae5a1444c62060be11fd4c89e8a9e5ffc619bbf5150919ccc1de5350d25",
12
12
  "agents": "57d75c4e48c549de0e7e50bfc16d739384cd37f4a0c66f0375d1985b24e6cbdd"
13
13
  },
14
14
  "exports": [
@@ -274,7 +274,53 @@
274
274
  "columnType": "UUID"
275
275
  }
276
276
  ],
277
- "methods": [],
277
+ "methods": [
278
+ "durationHours",
279
+ "getEvidence",
280
+ "getMetadata",
281
+ "initialize",
282
+ "save",
283
+ "setEvidence",
284
+ "setMetadata"
285
+ ],
286
+ "methodSignatures": [
287
+ {
288
+ "name": "durationHours",
289
+ "returns": "number"
290
+ },
291
+ {
292
+ "name": "getEvidence",
293
+ "returns": "ServiceEvidence[]"
294
+ },
295
+ {
296
+ "name": "getMetadata",
297
+ "returns": "Record<string>"
298
+ },
299
+ {
300
+ "name": "initialize",
301
+ "async": true,
302
+ "returns": "Promise"
303
+ },
304
+ {
305
+ "name": "save",
306
+ "async": true,
307
+ "returns": "Promise"
308
+ },
309
+ {
310
+ "name": "setEvidence",
311
+ "params": [
312
+ "value: ServiceEvidence[]"
313
+ ],
314
+ "returns": "void"
315
+ },
316
+ {
317
+ "name": "setMetadata",
318
+ "params": [
319
+ "value: Record<string>"
320
+ ],
321
+ "returns": "void"
322
+ }
323
+ ],
278
324
  "tenant": {
279
325
  "scoped": true,
280
326
  "mode": "optional",
@@ -372,7 +418,68 @@
372
418
  "returns": "Promise<ServiceTimeEntry[]>"
373
419
  }
374
420
  ],
375
- "surfaces": [],
421
+ "surfaces": [
422
+ {
423
+ "kind": "api",
424
+ "name": "servicetimeentries.forCase",
425
+ "operation": "forCase",
426
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection",
427
+ "path": "/servicetimeentries/forCase",
428
+ "method": "POST"
429
+ },
430
+ {
431
+ "kind": "api",
432
+ "name": "servicetimeentries.forSpecialist",
433
+ "operation": "forSpecialist",
434
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection",
435
+ "path": "/servicetimeentries/forSpecialist",
436
+ "method": "POST"
437
+ },
438
+ {
439
+ "kind": "api",
440
+ "name": "servicetimeentries.pendingApproval",
441
+ "operation": "pendingApproval",
442
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection",
443
+ "path": "/servicetimeentries/pendingApproval",
444
+ "method": "POST"
445
+ },
446
+ {
447
+ "kind": "cli",
448
+ "name": "servicetimeentrycollection_forCase",
449
+ "operation": "forCase",
450
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
451
+ },
452
+ {
453
+ "kind": "cli",
454
+ "name": "servicetimeentrycollection_forSpecialist",
455
+ "operation": "forSpecialist",
456
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
457
+ },
458
+ {
459
+ "kind": "cli",
460
+ "name": "servicetimeentrycollection_pendingApproval",
461
+ "operation": "pendingApproval",
462
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
463
+ },
464
+ {
465
+ "kind": "mcp",
466
+ "name": "servicetimeentrycollection_forcase",
467
+ "operation": "forCase",
468
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
469
+ },
470
+ {
471
+ "kind": "mcp",
472
+ "name": "servicetimeentrycollection_forspecialist",
473
+ "operation": "forSpecialist",
474
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
475
+ },
476
+ {
477
+ "kind": "mcp",
478
+ "name": "servicetimeentrycollection_pendingapproval",
479
+ "operation": "pendingApproval",
480
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
481
+ }
482
+ ],
376
483
  "relationshipFeatures": [
377
484
  "uuidColumns"
378
485
  ],
@@ -634,7 +741,28 @@
634
741
  "returns": "Promise<SupportAiRun[]>"
635
742
  }
636
743
  ],
637
- "surfaces": [],
744
+ "surfaces": [
745
+ {
746
+ "kind": "api",
747
+ "name": "supportairuns.forCase",
748
+ "operation": "forCase",
749
+ "objectName": "@happyvertical/smrt-support:SupportAiRunCollection",
750
+ "path": "/supportairuns/forCase",
751
+ "method": "POST"
752
+ },
753
+ {
754
+ "kind": "cli",
755
+ "name": "supportairuncollection_forCase",
756
+ "operation": "forCase",
757
+ "objectName": "@happyvertical/smrt-support:SupportAiRunCollection"
758
+ },
759
+ {
760
+ "kind": "mcp",
761
+ "name": "supportairuncollection_forcase",
762
+ "operation": "forCase",
763
+ "objectName": "@happyvertical/smrt-support:SupportAiRunCollection"
764
+ }
765
+ ],
638
766
  "relationshipFeatures": [
639
767
  "uuidColumns"
640
768
  ],
@@ -816,7 +944,28 @@
816
944
  "returns": "Promise<SupportCaseEvent[]>"
817
945
  }
818
946
  ],
819
- "surfaces": [],
947
+ "surfaces": [
948
+ {
949
+ "kind": "api",
950
+ "name": "supportcaseevents.forCase",
951
+ "operation": "forCase",
952
+ "objectName": "@happyvertical/smrt-support:SupportCaseEventCollection",
953
+ "path": "/supportcaseevents/forCase",
954
+ "method": "POST"
955
+ },
956
+ {
957
+ "kind": "cli",
958
+ "name": "supportcaseeventcollection_forCase",
959
+ "operation": "forCase",
960
+ "objectName": "@happyvertical/smrt-support:SupportCaseEventCollection"
961
+ },
962
+ {
963
+ "kind": "mcp",
964
+ "name": "supportcaseeventcollection_forcase",
965
+ "operation": "forCase",
966
+ "objectName": "@happyvertical/smrt-support:SupportCaseEventCollection"
967
+ }
968
+ ],
820
969
  "relationshipFeatures": [
821
970
  "uuidColumns"
822
971
  ],
@@ -1243,7 +1392,48 @@
1243
1392
  "returns": "Promise<SupportCase[]>"
1244
1393
  }
1245
1394
  ],
1246
- "surfaces": [],
1395
+ "surfaces": [
1396
+ {
1397
+ "kind": "api",
1398
+ "name": "supportcases.findOpenByThreadKey",
1399
+ "operation": "findOpenByThreadKey",
1400
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection",
1401
+ "path": "/supportcases/findOpenByThreadKey",
1402
+ "method": "POST"
1403
+ },
1404
+ {
1405
+ "kind": "api",
1406
+ "name": "supportcases.findQueue",
1407
+ "operation": "findQueue",
1408
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection",
1409
+ "path": "/supportcases/findQueue",
1410
+ "method": "POST"
1411
+ },
1412
+ {
1413
+ "kind": "cli",
1414
+ "name": "supportcasecollection_findOpenByThreadKey",
1415
+ "operation": "findOpenByThreadKey",
1416
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
1417
+ },
1418
+ {
1419
+ "kind": "cli",
1420
+ "name": "supportcasecollection_findQueue",
1421
+ "operation": "findQueue",
1422
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
1423
+ },
1424
+ {
1425
+ "kind": "mcp",
1426
+ "name": "supportcasecollection_findopenbythreadkey",
1427
+ "operation": "findOpenByThreadKey",
1428
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
1429
+ },
1430
+ {
1431
+ "kind": "mcp",
1432
+ "name": "supportcasecollection_findqueue",
1433
+ "operation": "findQueue",
1434
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
1435
+ }
1436
+ ],
1247
1437
  "relationshipFeatures": [
1248
1438
  "uuidColumns"
1249
1439
  ],
@@ -1486,7 +1676,28 @@
1486
1676
  "returns": "Promise<SupportChannelBinding | null>"
1487
1677
  }
1488
1678
  ],
1489
- "surfaces": [],
1679
+ "surfaces": [
1680
+ {
1681
+ "kind": "api",
1682
+ "name": "supportchannelbindings.findForTarget",
1683
+ "operation": "findForTarget",
1684
+ "objectName": "@happyvertical/smrt-support:SupportChannelBindingCollection",
1685
+ "path": "/supportchannelbindings/findForTarget",
1686
+ "method": "POST"
1687
+ },
1688
+ {
1689
+ "kind": "cli",
1690
+ "name": "supportchannelbindingcollection_findForTarget",
1691
+ "operation": "findForTarget",
1692
+ "objectName": "@happyvertical/smrt-support:SupportChannelBindingCollection"
1693
+ },
1694
+ {
1695
+ "kind": "mcp",
1696
+ "name": "supportchannelbindingcollection_findfortarget",
1697
+ "operation": "findForTarget",
1698
+ "objectName": "@happyvertical/smrt-support:SupportChannelBindingCollection"
1699
+ }
1700
+ ],
1490
1701
  "relationshipFeatures": [
1491
1702
  "uuidColumns"
1492
1703
  ],
@@ -1676,7 +1887,28 @@
1676
1887
  "returns": "Promise<SupportCompensationPlan | null>"
1677
1888
  }
1678
1889
  ],
1679
- "surfaces": [],
1890
+ "surfaces": [
1891
+ {
1892
+ "kind": "api",
1893
+ "name": "supportcompensationplans.resolveForSpecialist",
1894
+ "operation": "resolveForSpecialist",
1895
+ "objectName": "@happyvertical/smrt-support:SupportCompensationPlanCollection",
1896
+ "path": "/supportcompensationplans/resolveForSpecialist",
1897
+ "method": "POST"
1898
+ },
1899
+ {
1900
+ "kind": "cli",
1901
+ "name": "supportcompensationplancollection_resolveForSpecialist",
1902
+ "operation": "resolveForSpecialist",
1903
+ "objectName": "@happyvertical/smrt-support:SupportCompensationPlanCollection"
1904
+ },
1905
+ {
1906
+ "kind": "mcp",
1907
+ "name": "supportcompensationplancollection_resolveforspecialist",
1908
+ "operation": "resolveForSpecialist",
1909
+ "objectName": "@happyvertical/smrt-support:SupportCompensationPlanCollection"
1910
+ }
1911
+ ],
1680
1912
  "relationshipFeatures": [
1681
1913
  "uuidColumns"
1682
1914
  ],
@@ -1903,7 +2135,68 @@
1903
2135
  "returns": "Promise<SupportInteraction[]>"
1904
2136
  }
1905
2137
  ],
1906
- "surfaces": [],
2138
+ "surfaces": [
2139
+ {
2140
+ "kind": "api",
2141
+ "name": "supportinteractions.forCase",
2142
+ "operation": "forCase",
2143
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection",
2144
+ "path": "/supportinteractions/forCase",
2145
+ "method": "POST"
2146
+ },
2147
+ {
2148
+ "kind": "api",
2149
+ "name": "supportinteractions.bySourceKey",
2150
+ "operation": "bySourceKey",
2151
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection",
2152
+ "path": "/supportinteractions/bySourceKey",
2153
+ "method": "POST"
2154
+ },
2155
+ {
2156
+ "kind": "api",
2157
+ "name": "supportinteractions.byRfcMessageId",
2158
+ "operation": "byRfcMessageId",
2159
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection",
2160
+ "path": "/supportinteractions/byRfcMessageId",
2161
+ "method": "POST"
2162
+ },
2163
+ {
2164
+ "kind": "cli",
2165
+ "name": "supportinteractioncollection_forCase",
2166
+ "operation": "forCase",
2167
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
2168
+ },
2169
+ {
2170
+ "kind": "cli",
2171
+ "name": "supportinteractioncollection_bySourceKey",
2172
+ "operation": "bySourceKey",
2173
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
2174
+ },
2175
+ {
2176
+ "kind": "cli",
2177
+ "name": "supportinteractioncollection_byRfcMessageId",
2178
+ "operation": "byRfcMessageId",
2179
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
2180
+ },
2181
+ {
2182
+ "kind": "mcp",
2183
+ "name": "supportinteractioncollection_forcase",
2184
+ "operation": "forCase",
2185
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
2186
+ },
2187
+ {
2188
+ "kind": "mcp",
2189
+ "name": "supportinteractioncollection_bysourcekey",
2190
+ "operation": "bySourceKey",
2191
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
2192
+ },
2193
+ {
2194
+ "kind": "mcp",
2195
+ "name": "supportinteractioncollection_byrfcmessageid",
2196
+ "operation": "byRfcMessageId",
2197
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
2198
+ }
2199
+ ],
1907
2200
  "relationshipFeatures": [
1908
2201
  "uuidColumns"
1909
2202
  ],
@@ -2264,7 +2557,28 @@
2264
2557
  "returns": "Promise<SupportPlan | null>"
2265
2558
  }
2266
2559
  ],
2267
- "surfaces": [],
2560
+ "surfaces": [
2561
+ {
2562
+ "kind": "api",
2563
+ "name": "supportplans.byPlanKey",
2564
+ "operation": "byPlanKey",
2565
+ "objectName": "@happyvertical/smrt-support:SupportPlanCollection",
2566
+ "path": "/supportplans/byPlanKey",
2567
+ "method": "POST"
2568
+ },
2569
+ {
2570
+ "kind": "cli",
2571
+ "name": "supportplancollection_byPlanKey",
2572
+ "operation": "byPlanKey",
2573
+ "objectName": "@happyvertical/smrt-support:SupportPlanCollection"
2574
+ },
2575
+ {
2576
+ "kind": "mcp",
2577
+ "name": "supportplancollection_byplankey",
2578
+ "operation": "byPlanKey",
2579
+ "objectName": "@happyvertical/smrt-support:SupportPlanCollection"
2580
+ }
2581
+ ],
2268
2582
  "relationshipFeatures": [
2269
2583
  "uuidColumns"
2270
2584
  ],
@@ -2547,7 +2861,28 @@
2547
2861
  "returns": "Promise<SupportPolicy | null>"
2548
2862
  }
2549
2863
  ],
2550
- "surfaces": [],
2864
+ "surfaces": [
2865
+ {
2866
+ "kind": "api",
2867
+ "name": "supportpolicies.resolveForScope",
2868
+ "operation": "resolveForScope",
2869
+ "objectName": "@happyvertical/smrt-support:SupportPolicyCollection",
2870
+ "path": "/supportpolicies/resolveForScope",
2871
+ "method": "POST"
2872
+ },
2873
+ {
2874
+ "kind": "cli",
2875
+ "name": "supportpolicycollection_resolveForScope",
2876
+ "operation": "resolveForScope",
2877
+ "objectName": "@happyvertical/smrt-support:SupportPolicyCollection"
2878
+ },
2879
+ {
2880
+ "kind": "mcp",
2881
+ "name": "supportpolicycollection_resolveforscope",
2882
+ "operation": "resolveForScope",
2883
+ "objectName": "@happyvertical/smrt-support:SupportPolicyCollection"
2884
+ }
2885
+ ],
2551
2886
  "relationshipFeatures": [
2552
2887
  "uuidColumns"
2553
2888
  ],
@@ -2795,7 +3130,48 @@
2795
3130
  "returns": "Promise<SupportServiceTarget[]>"
2796
3131
  }
2797
3132
  ],
2798
- "surfaces": [],
3133
+ "surfaces": [
3134
+ {
3135
+ "kind": "api",
3136
+ "name": "supportservicetargets.forCase",
3137
+ "operation": "forCase",
3138
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection",
3139
+ "path": "/supportservicetargets/forCase",
3140
+ "method": "POST"
3141
+ },
3142
+ {
3143
+ "kind": "api",
3144
+ "name": "supportservicetargets.activeTarget",
3145
+ "operation": "activeTarget",
3146
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection",
3147
+ "path": "/supportservicetargets/activeTarget",
3148
+ "method": "POST"
3149
+ },
3150
+ {
3151
+ "kind": "cli",
3152
+ "name": "supportservicetargetcollection_forCase",
3153
+ "operation": "forCase",
3154
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
3155
+ },
3156
+ {
3157
+ "kind": "cli",
3158
+ "name": "supportservicetargetcollection_activeTarget",
3159
+ "operation": "activeTarget",
3160
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
3161
+ },
3162
+ {
3163
+ "kind": "mcp",
3164
+ "name": "supportservicetargetcollection_forcase",
3165
+ "operation": "forCase",
3166
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
3167
+ },
3168
+ {
3169
+ "kind": "mcp",
3170
+ "name": "supportservicetargetcollection_activetarget",
3171
+ "operation": "activeTarget",
3172
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
3173
+ }
3174
+ ],
2799
3175
  "relationshipFeatures": [
2800
3176
  "uuidColumns"
2801
3177
  ],
@@ -3016,7 +3392,28 @@
3016
3392
  "returns": "Promise<SupportEscalation[]>"
3017
3393
  }
3018
3394
  ],
3019
- "surfaces": [],
3395
+ "surfaces": [
3396
+ {
3397
+ "kind": "api",
3398
+ "name": "supportescalations.forCase",
3399
+ "operation": "forCase",
3400
+ "objectName": "@happyvertical/smrt-support:SupportEscalationCollection",
3401
+ "path": "/supportescalations/forCase",
3402
+ "method": "POST"
3403
+ },
3404
+ {
3405
+ "kind": "cli",
3406
+ "name": "supportescalationcollection_forCase",
3407
+ "operation": "forCase",
3408
+ "objectName": "@happyvertical/smrt-support:SupportEscalationCollection"
3409
+ },
3410
+ {
3411
+ "kind": "mcp",
3412
+ "name": "supportescalationcollection_forcase",
3413
+ "operation": "forCase",
3414
+ "objectName": "@happyvertical/smrt-support:SupportEscalationCollection"
3415
+ }
3416
+ ],
3020
3417
  "relationshipFeatures": [
3021
3418
  "uuidColumns"
3022
3419
  ],
@@ -3238,7 +3635,48 @@
3238
3635
  "returns": "Promise<SupportCharge | null>"
3239
3636
  }
3240
3637
  ],
3241
- "surfaces": [],
3638
+ "surfaces": [
3639
+ {
3640
+ "kind": "api",
3641
+ "name": "supportcharges.forTimeEntry",
3642
+ "operation": "forTimeEntry",
3643
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection",
3644
+ "path": "/supportcharges/forTimeEntry",
3645
+ "method": "POST"
3646
+ },
3647
+ {
3648
+ "kind": "api",
3649
+ "name": "supportcharges.forCase",
3650
+ "operation": "forCase",
3651
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection",
3652
+ "path": "/supportcharges/forCase",
3653
+ "method": "POST"
3654
+ },
3655
+ {
3656
+ "kind": "cli",
3657
+ "name": "supportchargecollection_forTimeEntry",
3658
+ "operation": "forTimeEntry",
3659
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
3660
+ },
3661
+ {
3662
+ "kind": "cli",
3663
+ "name": "supportchargecollection_forCase",
3664
+ "operation": "forCase",
3665
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
3666
+ },
3667
+ {
3668
+ "kind": "mcp",
3669
+ "name": "supportchargecollection_fortimeentry",
3670
+ "operation": "forTimeEntry",
3671
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
3672
+ },
3673
+ {
3674
+ "kind": "mcp",
3675
+ "name": "supportchargecollection_forcase",
3676
+ "operation": "forCase",
3677
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
3678
+ }
3679
+ ],
3242
3680
  "relationshipFeatures": [
3243
3681
  "uuidColumns"
3244
3682
  ],
@@ -3453,9 +3891,50 @@
3453
3891
  "returns": "Promise<SupportCompensation | null>"
3454
3892
  }
3455
3893
  ],
3456
- "surfaces": [],
3457
- "relationshipFeatures": [
3458
- "uuidColumns"
3894
+ "surfaces": [
3895
+ {
3896
+ "kind": "api",
3897
+ "name": "supportcompensations.forTimeEntry",
3898
+ "operation": "forTimeEntry",
3899
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection",
3900
+ "path": "/supportcompensations/forTimeEntry",
3901
+ "method": "POST"
3902
+ },
3903
+ {
3904
+ "kind": "api",
3905
+ "name": "supportcompensations.forSpecialist",
3906
+ "operation": "forSpecialist",
3907
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection",
3908
+ "path": "/supportcompensations/forSpecialist",
3909
+ "method": "POST"
3910
+ },
3911
+ {
3912
+ "kind": "cli",
3913
+ "name": "supportcompensationcollection_forTimeEntry",
3914
+ "operation": "forTimeEntry",
3915
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
3916
+ },
3917
+ {
3918
+ "kind": "cli",
3919
+ "name": "supportcompensationcollection_forSpecialist",
3920
+ "operation": "forSpecialist",
3921
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
3922
+ },
3923
+ {
3924
+ "kind": "mcp",
3925
+ "name": "supportcompensationcollection_fortimeentry",
3926
+ "operation": "forTimeEntry",
3927
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
3928
+ },
3929
+ {
3930
+ "kind": "mcp",
3931
+ "name": "supportcompensationcollection_forspecialist",
3932
+ "operation": "forSpecialist",
3933
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
3934
+ }
3935
+ ],
3936
+ "relationshipFeatures": [
3937
+ "uuidColumns"
3459
3938
  ],
3460
3939
  "tags": [],
3461
3940
  "risks": []
@@ -3686,7 +4165,48 @@
3686
4165
  "returns": "Promise<SupportSpecialist[]>"
3687
4166
  }
3688
4167
  ],
3689
- "surfaces": [],
4168
+ "surfaces": [
4169
+ {
4170
+ "kind": "api",
4171
+ "name": "supportspecialists.findActive",
4172
+ "operation": "findActive",
4173
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection",
4174
+ "path": "/supportspecialists/findActive",
4175
+ "method": "POST"
4176
+ },
4177
+ {
4178
+ "kind": "api",
4179
+ "name": "supportspecialists.byProfile",
4180
+ "operation": "byProfile",
4181
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection",
4182
+ "path": "/supportspecialists/byProfile",
4183
+ "method": "POST"
4184
+ },
4185
+ {
4186
+ "kind": "cli",
4187
+ "name": "supportspecialistcollection_findActive",
4188
+ "operation": "findActive",
4189
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
4190
+ },
4191
+ {
4192
+ "kind": "cli",
4193
+ "name": "supportspecialistcollection_byProfile",
4194
+ "operation": "byProfile",
4195
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
4196
+ },
4197
+ {
4198
+ "kind": "mcp",
4199
+ "name": "supportspecialistcollection_findactive",
4200
+ "operation": "findActive",
4201
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
4202
+ },
4203
+ {
4204
+ "kind": "mcp",
4205
+ "name": "supportspecialistcollection_byprofile",
4206
+ "operation": "byProfile",
4207
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
4208
+ }
4209
+ ],
3690
4210
  "relationshipFeatures": [
3691
4211
  "uuidColumns"
3692
4212
  ],
@@ -3894,7 +4414,48 @@
3894
4414
  "returns": "Promise<SupportQualification[]>"
3895
4415
  }
3896
4416
  ],
3897
- "surfaces": [],
4417
+ "surfaces": [
4418
+ {
4419
+ "kind": "api",
4420
+ "name": "supportqualifications.forSpecialist",
4421
+ "operation": "forSpecialist",
4422
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection",
4423
+ "path": "/supportqualifications/forSpecialist",
4424
+ "method": "POST"
4425
+ },
4426
+ {
4427
+ "kind": "api",
4428
+ "name": "supportqualifications.forProject",
4429
+ "operation": "forProject",
4430
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection",
4431
+ "path": "/supportqualifications/forProject",
4432
+ "method": "POST"
4433
+ },
4434
+ {
4435
+ "kind": "cli",
4436
+ "name": "supportqualificationcollection_forSpecialist",
4437
+ "operation": "forSpecialist",
4438
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
4439
+ },
4440
+ {
4441
+ "kind": "cli",
4442
+ "name": "supportqualificationcollection_forProject",
4443
+ "operation": "forProject",
4444
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
4445
+ },
4446
+ {
4447
+ "kind": "mcp",
4448
+ "name": "supportqualificationcollection_forspecialist",
4449
+ "operation": "forSpecialist",
4450
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
4451
+ },
4452
+ {
4453
+ "kind": "mcp",
4454
+ "name": "supportqualificationcollection_forproject",
4455
+ "operation": "forProject",
4456
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
4457
+ }
4458
+ ],
3898
4459
  "relationshipFeatures": [
3899
4460
  "uuidColumns"
3900
4461
  ],
@@ -4082,7 +4643,28 @@
4082
4643
  "returns": "Promise<SupportAvailability[]>"
4083
4644
  }
4084
4645
  ],
4085
- "surfaces": [],
4646
+ "surfaces": [
4647
+ {
4648
+ "kind": "api",
4649
+ "name": "supportavailabilities.forSpecialist",
4650
+ "operation": "forSpecialist",
4651
+ "objectName": "@happyvertical/smrt-support:SupportAvailabilityCollection",
4652
+ "path": "/supportavailabilities/forSpecialist",
4653
+ "method": "POST"
4654
+ },
4655
+ {
4656
+ "kind": "cli",
4657
+ "name": "supportavailabilitycollection_forSpecialist",
4658
+ "operation": "forSpecialist",
4659
+ "objectName": "@happyvertical/smrt-support:SupportAvailabilityCollection"
4660
+ },
4661
+ {
4662
+ "kind": "mcp",
4663
+ "name": "supportavailabilitycollection_forspecialist",
4664
+ "operation": "forSpecialist",
4665
+ "objectName": "@happyvertical/smrt-support:SupportAvailabilityCollection"
4666
+ }
4667
+ ],
4086
4668
  "relationshipFeatures": [
4087
4669
  "uuidColumns"
4088
4670
  ],
@@ -4266,7 +4848,28 @@
4266
4848
  "returns": "Promise<SupportWorkLink[]>"
4267
4849
  }
4268
4850
  ],
4269
- "surfaces": [],
4851
+ "surfaces": [
4852
+ {
4853
+ "kind": "api",
4854
+ "name": "supportworklinks.forCase",
4855
+ "operation": "forCase",
4856
+ "objectName": "@happyvertical/smrt-support:SupportWorkLinkCollection",
4857
+ "path": "/supportworklinks/forCase",
4858
+ "method": "POST"
4859
+ },
4860
+ {
4861
+ "kind": "cli",
4862
+ "name": "supportworklinkcollection_forCase",
4863
+ "operation": "forCase",
4864
+ "objectName": "@happyvertical/smrt-support:SupportWorkLinkCollection"
4865
+ },
4866
+ {
4867
+ "kind": "mcp",
4868
+ "name": "supportworklinkcollection_forcase",
4869
+ "operation": "forCase",
4870
+ "objectName": "@happyvertical/smrt-support:SupportWorkLinkCollection"
4871
+ }
4872
+ ],
4270
4873
  "relationshipFeatures": [
4271
4874
  "uuidColumns"
4272
4875
  ],
@@ -4315,6 +4918,66 @@
4315
4918
  "operation": "get",
4316
4919
  "objectName": "@happyvertical/smrt-support:ServiceTimeEntry"
4317
4920
  },
4921
+ {
4922
+ "kind": "api",
4923
+ "name": "servicetimeentries.forCase",
4924
+ "operation": "forCase",
4925
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection",
4926
+ "path": "/servicetimeentries/forCase",
4927
+ "method": "POST"
4928
+ },
4929
+ {
4930
+ "kind": "api",
4931
+ "name": "servicetimeentries.forSpecialist",
4932
+ "operation": "forSpecialist",
4933
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection",
4934
+ "path": "/servicetimeentries/forSpecialist",
4935
+ "method": "POST"
4936
+ },
4937
+ {
4938
+ "kind": "api",
4939
+ "name": "servicetimeentries.pendingApproval",
4940
+ "operation": "pendingApproval",
4941
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection",
4942
+ "path": "/servicetimeentries/pendingApproval",
4943
+ "method": "POST"
4944
+ },
4945
+ {
4946
+ "kind": "cli",
4947
+ "name": "servicetimeentrycollection_forCase",
4948
+ "operation": "forCase",
4949
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
4950
+ },
4951
+ {
4952
+ "kind": "cli",
4953
+ "name": "servicetimeentrycollection_forSpecialist",
4954
+ "operation": "forSpecialist",
4955
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
4956
+ },
4957
+ {
4958
+ "kind": "cli",
4959
+ "name": "servicetimeentrycollection_pendingApproval",
4960
+ "operation": "pendingApproval",
4961
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
4962
+ },
4963
+ {
4964
+ "kind": "mcp",
4965
+ "name": "servicetimeentrycollection_forcase",
4966
+ "operation": "forCase",
4967
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
4968
+ },
4969
+ {
4970
+ "kind": "mcp",
4971
+ "name": "servicetimeentrycollection_forspecialist",
4972
+ "operation": "forSpecialist",
4973
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
4974
+ },
4975
+ {
4976
+ "kind": "mcp",
4977
+ "name": "servicetimeentrycollection_pendingapproval",
4978
+ "operation": "pendingApproval",
4979
+ "objectName": "@happyvertical/smrt-support:ServiceTimeEntryCollection"
4980
+ },
4318
4981
  {
4319
4982
  "kind": "api",
4320
4983
  "name": "supportairuns.list",
@@ -4355,6 +5018,26 @@
4355
5018
  "operation": "get",
4356
5019
  "objectName": "@happyvertical/smrt-support:SupportAiRun"
4357
5020
  },
5021
+ {
5022
+ "kind": "api",
5023
+ "name": "supportairuns.forCase",
5024
+ "operation": "forCase",
5025
+ "objectName": "@happyvertical/smrt-support:SupportAiRunCollection",
5026
+ "path": "/supportairuns/forCase",
5027
+ "method": "POST"
5028
+ },
5029
+ {
5030
+ "kind": "cli",
5031
+ "name": "supportairuncollection_forCase",
5032
+ "operation": "forCase",
5033
+ "objectName": "@happyvertical/smrt-support:SupportAiRunCollection"
5034
+ },
5035
+ {
5036
+ "kind": "mcp",
5037
+ "name": "supportairuncollection_forcase",
5038
+ "operation": "forCase",
5039
+ "objectName": "@happyvertical/smrt-support:SupportAiRunCollection"
5040
+ },
4358
5041
  {
4359
5042
  "kind": "api",
4360
5043
  "name": "supportcaseevents.list",
@@ -4395,6 +5078,26 @@
4395
5078
  "operation": "get",
4396
5079
  "objectName": "@happyvertical/smrt-support:SupportCaseEvent"
4397
5080
  },
5081
+ {
5082
+ "kind": "api",
5083
+ "name": "supportcaseevents.forCase",
5084
+ "operation": "forCase",
5085
+ "objectName": "@happyvertical/smrt-support:SupportCaseEventCollection",
5086
+ "path": "/supportcaseevents/forCase",
5087
+ "method": "POST"
5088
+ },
5089
+ {
5090
+ "kind": "cli",
5091
+ "name": "supportcaseeventcollection_forCase",
5092
+ "operation": "forCase",
5093
+ "objectName": "@happyvertical/smrt-support:SupportCaseEventCollection"
5094
+ },
5095
+ {
5096
+ "kind": "mcp",
5097
+ "name": "supportcaseeventcollection_forcase",
5098
+ "operation": "forCase",
5099
+ "objectName": "@happyvertical/smrt-support:SupportCaseEventCollection"
5100
+ },
4398
5101
  {
4399
5102
  "kind": "api",
4400
5103
  "name": "supportcases.list",
@@ -4435,6 +5138,46 @@
4435
5138
  "operation": "get",
4436
5139
  "objectName": "@happyvertical/smrt-support:SupportCase"
4437
5140
  },
5141
+ {
5142
+ "kind": "api",
5143
+ "name": "supportcases.findOpenByThreadKey",
5144
+ "operation": "findOpenByThreadKey",
5145
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection",
5146
+ "path": "/supportcases/findOpenByThreadKey",
5147
+ "method": "POST"
5148
+ },
5149
+ {
5150
+ "kind": "api",
5151
+ "name": "supportcases.findQueue",
5152
+ "operation": "findQueue",
5153
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection",
5154
+ "path": "/supportcases/findQueue",
5155
+ "method": "POST"
5156
+ },
5157
+ {
5158
+ "kind": "cli",
5159
+ "name": "supportcasecollection_findOpenByThreadKey",
5160
+ "operation": "findOpenByThreadKey",
5161
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
5162
+ },
5163
+ {
5164
+ "kind": "cli",
5165
+ "name": "supportcasecollection_findQueue",
5166
+ "operation": "findQueue",
5167
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
5168
+ },
5169
+ {
5170
+ "kind": "mcp",
5171
+ "name": "supportcasecollection_findopenbythreadkey",
5172
+ "operation": "findOpenByThreadKey",
5173
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
5174
+ },
5175
+ {
5176
+ "kind": "mcp",
5177
+ "name": "supportcasecollection_findqueue",
5178
+ "operation": "findQueue",
5179
+ "objectName": "@happyvertical/smrt-support:SupportCaseCollection"
5180
+ },
4438
5181
  {
4439
5182
  "kind": "api",
4440
5183
  "name": "supportchannelbindings.list",
@@ -4499,6 +5242,26 @@
4499
5242
  "operation": "get",
4500
5243
  "objectName": "@happyvertical/smrt-support:SupportChannelBinding"
4501
5244
  },
5245
+ {
5246
+ "kind": "api",
5247
+ "name": "supportchannelbindings.findForTarget",
5248
+ "operation": "findForTarget",
5249
+ "objectName": "@happyvertical/smrt-support:SupportChannelBindingCollection",
5250
+ "path": "/supportchannelbindings/findForTarget",
5251
+ "method": "POST"
5252
+ },
5253
+ {
5254
+ "kind": "cli",
5255
+ "name": "supportchannelbindingcollection_findForTarget",
5256
+ "operation": "findForTarget",
5257
+ "objectName": "@happyvertical/smrt-support:SupportChannelBindingCollection"
5258
+ },
5259
+ {
5260
+ "kind": "mcp",
5261
+ "name": "supportchannelbindingcollection_findfortarget",
5262
+ "operation": "findForTarget",
5263
+ "objectName": "@happyvertical/smrt-support:SupportChannelBindingCollection"
5264
+ },
4502
5265
  {
4503
5266
  "kind": "api",
4504
5267
  "name": "supportcompensationplans.list",
@@ -4539,6 +5302,26 @@
4539
5302
  "operation": "get",
4540
5303
  "objectName": "@happyvertical/smrt-support:SupportCompensationPlan"
4541
5304
  },
5305
+ {
5306
+ "kind": "api",
5307
+ "name": "supportcompensationplans.resolveForSpecialist",
5308
+ "operation": "resolveForSpecialist",
5309
+ "objectName": "@happyvertical/smrt-support:SupportCompensationPlanCollection",
5310
+ "path": "/supportcompensationplans/resolveForSpecialist",
5311
+ "method": "POST"
5312
+ },
5313
+ {
5314
+ "kind": "cli",
5315
+ "name": "supportcompensationplancollection_resolveForSpecialist",
5316
+ "operation": "resolveForSpecialist",
5317
+ "objectName": "@happyvertical/smrt-support:SupportCompensationPlanCollection"
5318
+ },
5319
+ {
5320
+ "kind": "mcp",
5321
+ "name": "supportcompensationplancollection_resolveforspecialist",
5322
+ "operation": "resolveForSpecialist",
5323
+ "objectName": "@happyvertical/smrt-support:SupportCompensationPlanCollection"
5324
+ },
4542
5325
  {
4543
5326
  "kind": "api",
4544
5327
  "name": "supportinteractions.list",
@@ -4579,6 +5362,66 @@
4579
5362
  "operation": "get",
4580
5363
  "objectName": "@happyvertical/smrt-support:SupportInteraction"
4581
5364
  },
5365
+ {
5366
+ "kind": "api",
5367
+ "name": "supportinteractions.forCase",
5368
+ "operation": "forCase",
5369
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection",
5370
+ "path": "/supportinteractions/forCase",
5371
+ "method": "POST"
5372
+ },
5373
+ {
5374
+ "kind": "api",
5375
+ "name": "supportinteractions.bySourceKey",
5376
+ "operation": "bySourceKey",
5377
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection",
5378
+ "path": "/supportinteractions/bySourceKey",
5379
+ "method": "POST"
5380
+ },
5381
+ {
5382
+ "kind": "api",
5383
+ "name": "supportinteractions.byRfcMessageId",
5384
+ "operation": "byRfcMessageId",
5385
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection",
5386
+ "path": "/supportinteractions/byRfcMessageId",
5387
+ "method": "POST"
5388
+ },
5389
+ {
5390
+ "kind": "cli",
5391
+ "name": "supportinteractioncollection_forCase",
5392
+ "operation": "forCase",
5393
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
5394
+ },
5395
+ {
5396
+ "kind": "cli",
5397
+ "name": "supportinteractioncollection_bySourceKey",
5398
+ "operation": "bySourceKey",
5399
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
5400
+ },
5401
+ {
5402
+ "kind": "cli",
5403
+ "name": "supportinteractioncollection_byRfcMessageId",
5404
+ "operation": "byRfcMessageId",
5405
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
5406
+ },
5407
+ {
5408
+ "kind": "mcp",
5409
+ "name": "supportinteractioncollection_forcase",
5410
+ "operation": "forCase",
5411
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
5412
+ },
5413
+ {
5414
+ "kind": "mcp",
5415
+ "name": "supportinteractioncollection_bysourcekey",
5416
+ "operation": "bySourceKey",
5417
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
5418
+ },
5419
+ {
5420
+ "kind": "mcp",
5421
+ "name": "supportinteractioncollection_byrfcmessageid",
5422
+ "operation": "byRfcMessageId",
5423
+ "objectName": "@happyvertical/smrt-support:SupportInteractionCollection"
5424
+ },
4582
5425
  {
4583
5426
  "kind": "api",
4584
5427
  "name": "supportplans.list",
@@ -4619,6 +5462,26 @@
4619
5462
  "operation": "get",
4620
5463
  "objectName": "@happyvertical/smrt-support:SupportPlan"
4621
5464
  },
5465
+ {
5466
+ "kind": "api",
5467
+ "name": "supportplans.byPlanKey",
5468
+ "operation": "byPlanKey",
5469
+ "objectName": "@happyvertical/smrt-support:SupportPlanCollection",
5470
+ "path": "/supportplans/byPlanKey",
5471
+ "method": "POST"
5472
+ },
5473
+ {
5474
+ "kind": "cli",
5475
+ "name": "supportplancollection_byPlanKey",
5476
+ "operation": "byPlanKey",
5477
+ "objectName": "@happyvertical/smrt-support:SupportPlanCollection"
5478
+ },
5479
+ {
5480
+ "kind": "mcp",
5481
+ "name": "supportplancollection_byplankey",
5482
+ "operation": "byPlanKey",
5483
+ "objectName": "@happyvertical/smrt-support:SupportPlanCollection"
5484
+ },
4622
5485
  {
4623
5486
  "kind": "api",
4624
5487
  "name": "supportpolicies.list",
@@ -4683,6 +5546,26 @@
4683
5546
  "operation": "get",
4684
5547
  "objectName": "@happyvertical/smrt-support:SupportPolicy"
4685
5548
  },
5549
+ {
5550
+ "kind": "api",
5551
+ "name": "supportpolicies.resolveForScope",
5552
+ "operation": "resolveForScope",
5553
+ "objectName": "@happyvertical/smrt-support:SupportPolicyCollection",
5554
+ "path": "/supportpolicies/resolveForScope",
5555
+ "method": "POST"
5556
+ },
5557
+ {
5558
+ "kind": "cli",
5559
+ "name": "supportpolicycollection_resolveForScope",
5560
+ "operation": "resolveForScope",
5561
+ "objectName": "@happyvertical/smrt-support:SupportPolicyCollection"
5562
+ },
5563
+ {
5564
+ "kind": "mcp",
5565
+ "name": "supportpolicycollection_resolveforscope",
5566
+ "operation": "resolveForScope",
5567
+ "objectName": "@happyvertical/smrt-support:SupportPolicyCollection"
5568
+ },
4686
5569
  {
4687
5570
  "kind": "api",
4688
5571
  "name": "supportservicetargets.list",
@@ -4723,6 +5606,46 @@
4723
5606
  "operation": "get",
4724
5607
  "objectName": "@happyvertical/smrt-support:SupportServiceTarget"
4725
5608
  },
5609
+ {
5610
+ "kind": "api",
5611
+ "name": "supportservicetargets.forCase",
5612
+ "operation": "forCase",
5613
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection",
5614
+ "path": "/supportservicetargets/forCase",
5615
+ "method": "POST"
5616
+ },
5617
+ {
5618
+ "kind": "api",
5619
+ "name": "supportservicetargets.activeTarget",
5620
+ "operation": "activeTarget",
5621
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection",
5622
+ "path": "/supportservicetargets/activeTarget",
5623
+ "method": "POST"
5624
+ },
5625
+ {
5626
+ "kind": "cli",
5627
+ "name": "supportservicetargetcollection_forCase",
5628
+ "operation": "forCase",
5629
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
5630
+ },
5631
+ {
5632
+ "kind": "cli",
5633
+ "name": "supportservicetargetcollection_activeTarget",
5634
+ "operation": "activeTarget",
5635
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
5636
+ },
5637
+ {
5638
+ "kind": "mcp",
5639
+ "name": "supportservicetargetcollection_forcase",
5640
+ "operation": "forCase",
5641
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
5642
+ },
5643
+ {
5644
+ "kind": "mcp",
5645
+ "name": "supportservicetargetcollection_activetarget",
5646
+ "operation": "activeTarget",
5647
+ "objectName": "@happyvertical/smrt-support:SupportServiceTargetCollection"
5648
+ },
4726
5649
  {
4727
5650
  "kind": "api",
4728
5651
  "name": "supportescalations.list",
@@ -4763,6 +5686,26 @@
4763
5686
  "operation": "get",
4764
5687
  "objectName": "@happyvertical/smrt-support:SupportEscalation"
4765
5688
  },
5689
+ {
5690
+ "kind": "api",
5691
+ "name": "supportescalations.forCase",
5692
+ "operation": "forCase",
5693
+ "objectName": "@happyvertical/smrt-support:SupportEscalationCollection",
5694
+ "path": "/supportescalations/forCase",
5695
+ "method": "POST"
5696
+ },
5697
+ {
5698
+ "kind": "cli",
5699
+ "name": "supportescalationcollection_forCase",
5700
+ "operation": "forCase",
5701
+ "objectName": "@happyvertical/smrt-support:SupportEscalationCollection"
5702
+ },
5703
+ {
5704
+ "kind": "mcp",
5705
+ "name": "supportescalationcollection_forcase",
5706
+ "operation": "forCase",
5707
+ "objectName": "@happyvertical/smrt-support:SupportEscalationCollection"
5708
+ },
4766
5709
  {
4767
5710
  "kind": "api",
4768
5711
  "name": "supportcharges.list",
@@ -4803,6 +5746,46 @@
4803
5746
  "operation": "get",
4804
5747
  "objectName": "@happyvertical/smrt-support:SupportCharge"
4805
5748
  },
5749
+ {
5750
+ "kind": "api",
5751
+ "name": "supportcharges.forTimeEntry",
5752
+ "operation": "forTimeEntry",
5753
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection",
5754
+ "path": "/supportcharges/forTimeEntry",
5755
+ "method": "POST"
5756
+ },
5757
+ {
5758
+ "kind": "api",
5759
+ "name": "supportcharges.forCase",
5760
+ "operation": "forCase",
5761
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection",
5762
+ "path": "/supportcharges/forCase",
5763
+ "method": "POST"
5764
+ },
5765
+ {
5766
+ "kind": "cli",
5767
+ "name": "supportchargecollection_forTimeEntry",
5768
+ "operation": "forTimeEntry",
5769
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
5770
+ },
5771
+ {
5772
+ "kind": "cli",
5773
+ "name": "supportchargecollection_forCase",
5774
+ "operation": "forCase",
5775
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
5776
+ },
5777
+ {
5778
+ "kind": "mcp",
5779
+ "name": "supportchargecollection_fortimeentry",
5780
+ "operation": "forTimeEntry",
5781
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
5782
+ },
5783
+ {
5784
+ "kind": "mcp",
5785
+ "name": "supportchargecollection_forcase",
5786
+ "operation": "forCase",
5787
+ "objectName": "@happyvertical/smrt-support:SupportChargeCollection"
5788
+ },
4806
5789
  {
4807
5790
  "kind": "api",
4808
5791
  "name": "supportcompensations.list",
@@ -4843,6 +5826,46 @@
4843
5826
  "operation": "get",
4844
5827
  "objectName": "@happyvertical/smrt-support:SupportCompensation"
4845
5828
  },
5829
+ {
5830
+ "kind": "api",
5831
+ "name": "supportcompensations.forTimeEntry",
5832
+ "operation": "forTimeEntry",
5833
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection",
5834
+ "path": "/supportcompensations/forTimeEntry",
5835
+ "method": "POST"
5836
+ },
5837
+ {
5838
+ "kind": "api",
5839
+ "name": "supportcompensations.forSpecialist",
5840
+ "operation": "forSpecialist",
5841
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection",
5842
+ "path": "/supportcompensations/forSpecialist",
5843
+ "method": "POST"
5844
+ },
5845
+ {
5846
+ "kind": "cli",
5847
+ "name": "supportcompensationcollection_forTimeEntry",
5848
+ "operation": "forTimeEntry",
5849
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
5850
+ },
5851
+ {
5852
+ "kind": "cli",
5853
+ "name": "supportcompensationcollection_forSpecialist",
5854
+ "operation": "forSpecialist",
5855
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
5856
+ },
5857
+ {
5858
+ "kind": "mcp",
5859
+ "name": "supportcompensationcollection_fortimeentry",
5860
+ "operation": "forTimeEntry",
5861
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
5862
+ },
5863
+ {
5864
+ "kind": "mcp",
5865
+ "name": "supportcompensationcollection_forspecialist",
5866
+ "operation": "forSpecialist",
5867
+ "objectName": "@happyvertical/smrt-support:SupportCompensationCollection"
5868
+ },
4846
5869
  {
4847
5870
  "kind": "api",
4848
5871
  "name": "supportspecialists.list",
@@ -4907,6 +5930,46 @@
4907
5930
  "operation": "get",
4908
5931
  "objectName": "@happyvertical/smrt-support:SupportSpecialist"
4909
5932
  },
5933
+ {
5934
+ "kind": "api",
5935
+ "name": "supportspecialists.findActive",
5936
+ "operation": "findActive",
5937
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection",
5938
+ "path": "/supportspecialists/findActive",
5939
+ "method": "POST"
5940
+ },
5941
+ {
5942
+ "kind": "api",
5943
+ "name": "supportspecialists.byProfile",
5944
+ "operation": "byProfile",
5945
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection",
5946
+ "path": "/supportspecialists/byProfile",
5947
+ "method": "POST"
5948
+ },
5949
+ {
5950
+ "kind": "cli",
5951
+ "name": "supportspecialistcollection_findActive",
5952
+ "operation": "findActive",
5953
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
5954
+ },
5955
+ {
5956
+ "kind": "cli",
5957
+ "name": "supportspecialistcollection_byProfile",
5958
+ "operation": "byProfile",
5959
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
5960
+ },
5961
+ {
5962
+ "kind": "mcp",
5963
+ "name": "supportspecialistcollection_findactive",
5964
+ "operation": "findActive",
5965
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
5966
+ },
5967
+ {
5968
+ "kind": "mcp",
5969
+ "name": "supportspecialistcollection_byprofile",
5970
+ "operation": "byProfile",
5971
+ "objectName": "@happyvertical/smrt-support:SupportSpecialistCollection"
5972
+ },
4910
5973
  {
4911
5974
  "kind": "api",
4912
5975
  "name": "supportqualifications.list",
@@ -4971,6 +6034,46 @@
4971
6034
  "operation": "get",
4972
6035
  "objectName": "@happyvertical/smrt-support:SupportQualification"
4973
6036
  },
6037
+ {
6038
+ "kind": "api",
6039
+ "name": "supportqualifications.forSpecialist",
6040
+ "operation": "forSpecialist",
6041
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection",
6042
+ "path": "/supportqualifications/forSpecialist",
6043
+ "method": "POST"
6044
+ },
6045
+ {
6046
+ "kind": "api",
6047
+ "name": "supportqualifications.forProject",
6048
+ "operation": "forProject",
6049
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection",
6050
+ "path": "/supportqualifications/forProject",
6051
+ "method": "POST"
6052
+ },
6053
+ {
6054
+ "kind": "cli",
6055
+ "name": "supportqualificationcollection_forSpecialist",
6056
+ "operation": "forSpecialist",
6057
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
6058
+ },
6059
+ {
6060
+ "kind": "cli",
6061
+ "name": "supportqualificationcollection_forProject",
6062
+ "operation": "forProject",
6063
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
6064
+ },
6065
+ {
6066
+ "kind": "mcp",
6067
+ "name": "supportqualificationcollection_forspecialist",
6068
+ "operation": "forSpecialist",
6069
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
6070
+ },
6071
+ {
6072
+ "kind": "mcp",
6073
+ "name": "supportqualificationcollection_forproject",
6074
+ "operation": "forProject",
6075
+ "objectName": "@happyvertical/smrt-support:SupportQualificationCollection"
6076
+ },
4974
6077
  {
4975
6078
  "kind": "api",
4976
6079
  "name": "supportavailabilities.list",
@@ -5035,6 +6138,26 @@
5035
6138
  "operation": "get",
5036
6139
  "objectName": "@happyvertical/smrt-support:SupportAvailability"
5037
6140
  },
6141
+ {
6142
+ "kind": "api",
6143
+ "name": "supportavailabilities.forSpecialist",
6144
+ "operation": "forSpecialist",
6145
+ "objectName": "@happyvertical/smrt-support:SupportAvailabilityCollection",
6146
+ "path": "/supportavailabilities/forSpecialist",
6147
+ "method": "POST"
6148
+ },
6149
+ {
6150
+ "kind": "cli",
6151
+ "name": "supportavailabilitycollection_forSpecialist",
6152
+ "operation": "forSpecialist",
6153
+ "objectName": "@happyvertical/smrt-support:SupportAvailabilityCollection"
6154
+ },
6155
+ {
6156
+ "kind": "mcp",
6157
+ "name": "supportavailabilitycollection_forspecialist",
6158
+ "operation": "forSpecialist",
6159
+ "objectName": "@happyvertical/smrt-support:SupportAvailabilityCollection"
6160
+ },
5038
6161
  {
5039
6162
  "kind": "api",
5040
6163
  "name": "supportworklinks.list",
@@ -5074,6 +6197,26 @@
5074
6197
  "name": "supportworklink_get",
5075
6198
  "operation": "get",
5076
6199
  "objectName": "@happyvertical/smrt-support:SupportWorkLink"
6200
+ },
6201
+ {
6202
+ "kind": "api",
6203
+ "name": "supportworklinks.forCase",
6204
+ "operation": "forCase",
6205
+ "objectName": "@happyvertical/smrt-support:SupportWorkLinkCollection",
6206
+ "path": "/supportworklinks/forCase",
6207
+ "method": "POST"
6208
+ },
6209
+ {
6210
+ "kind": "cli",
6211
+ "name": "supportworklinkcollection_forCase",
6212
+ "operation": "forCase",
6213
+ "objectName": "@happyvertical/smrt-support:SupportWorkLinkCollection"
6214
+ },
6215
+ {
6216
+ "kind": "mcp",
6217
+ "name": "supportworklinkcollection_forcase",
6218
+ "operation": "forCase",
6219
+ "objectName": "@happyvertical/smrt-support:SupportWorkLinkCollection"
5077
6220
  }
5078
6221
  ],
5079
6222
  "prompts": [],