@happyvertical/smrt-support 0.45.3 → 0.47.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 +67 -48
- package/dist/smrt-knowledge.json +616 -45
- package/package.json +12 -12
package/dist/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"timestamp": 0,
|
|
4
4
|
"packageName": "@happyvertical/smrt-support",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.47.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-support:ServiceTimeEntry": {
|
|
8
8
|
"name": "servicetimeentry",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"name": "getMetadata",
|
|
190
190
|
"async": false,
|
|
191
191
|
"parameters": [],
|
|
192
|
-
"returnType": "Record<string>",
|
|
192
|
+
"returnType": "Record<string, unknown>",
|
|
193
193
|
"isStatic": false,
|
|
194
194
|
"isPublic": true
|
|
195
195
|
},
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"parameters": [
|
|
200
200
|
{
|
|
201
201
|
"name": "value",
|
|
202
|
-
"type": "Record<string>",
|
|
202
|
+
"type": "Record<string, unknown>",
|
|
203
203
|
"optional": false
|
|
204
204
|
}
|
|
205
205
|
],
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"name": "initialize",
|
|
220
220
|
"async": true,
|
|
221
221
|
"parameters": [],
|
|
222
|
-
"returnType": "Promise",
|
|
222
|
+
"returnType": "Promise<this>",
|
|
223
223
|
"isStatic": false,
|
|
224
224
|
"isPublic": true
|
|
225
225
|
},
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"name": "save",
|
|
228
228
|
"async": true,
|
|
229
229
|
"parameters": [],
|
|
230
|
-
"returnType": "Promise",
|
|
230
|
+
"returnType": "Promise<this>",
|
|
231
231
|
"isStatic": false,
|
|
232
232
|
"isPublic": true
|
|
233
233
|
}
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"name": "getClassification",
|
|
722
722
|
"async": false,
|
|
723
723
|
"parameters": [],
|
|
724
|
-
"returnType": "Record<string>",
|
|
724
|
+
"returnType": "Record<string, unknown>",
|
|
725
725
|
"isStatic": false,
|
|
726
726
|
"isPublic": true
|
|
727
727
|
},
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
"parameters": [
|
|
732
732
|
{
|
|
733
733
|
"name": "value",
|
|
734
|
-
"type": "Record<string>",
|
|
734
|
+
"type": "Record<string, unknown>",
|
|
735
735
|
"optional": false
|
|
736
736
|
}
|
|
737
737
|
],
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
"name": "getKnowledgeRefs",
|
|
744
744
|
"async": false,
|
|
745
745
|
"parameters": [],
|
|
746
|
-
"returnType": "Array<Record<string>>",
|
|
746
|
+
"returnType": "Array<Record<string, unknown>>",
|
|
747
747
|
"isStatic": false,
|
|
748
748
|
"isPublic": true
|
|
749
749
|
},
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
"parameters": [
|
|
754
754
|
{
|
|
755
755
|
"name": "refs",
|
|
756
|
-
"type": "Array<Record<string>>",
|
|
756
|
+
"type": "Array<Record<string, unknown>>",
|
|
757
757
|
"optional": false
|
|
758
758
|
}
|
|
759
759
|
],
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
"name": "getToolCalls",
|
|
766
766
|
"async": false,
|
|
767
767
|
"parameters": [],
|
|
768
|
-
"returnType": "Array<Record<string>>",
|
|
768
|
+
"returnType": "Array<Record<string, unknown>>",
|
|
769
769
|
"isStatic": false,
|
|
770
770
|
"isPublic": true
|
|
771
771
|
},
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
"parameters": [
|
|
776
776
|
{
|
|
777
777
|
"name": "calls",
|
|
778
|
-
"type": "Array<Record<string>>",
|
|
778
|
+
"type": "Array<Record<string, unknown>>",
|
|
779
779
|
"optional": false
|
|
780
780
|
}
|
|
781
781
|
],
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
"name": "getPayload",
|
|
1147
1147
|
"async": false,
|
|
1148
1148
|
"parameters": [],
|
|
1149
|
-
"returnType": "Record<string>",
|
|
1149
|
+
"returnType": "Record<string, unknown>",
|
|
1150
1150
|
"isStatic": false,
|
|
1151
1151
|
"isPublic": true
|
|
1152
1152
|
},
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
"parameters": [
|
|
1157
1157
|
{
|
|
1158
1158
|
"name": "value",
|
|
1159
|
-
"type": "Record<string>",
|
|
1159
|
+
"type": "Record<string, unknown>",
|
|
1160
1160
|
"optional": false
|
|
1161
1161
|
}
|
|
1162
1162
|
],
|
|
@@ -1337,7 +1337,10 @@
|
|
|
1337
1337
|
{
|
|
1338
1338
|
"name": "options",
|
|
1339
1339
|
"type": "object",
|
|
1340
|
-
"optional": true
|
|
1340
|
+
"optional": true,
|
|
1341
|
+
"memberTypes": [
|
|
1342
|
+
"SupportCaseEventType"
|
|
1343
|
+
]
|
|
1341
1344
|
}
|
|
1342
1345
|
],
|
|
1343
1346
|
"returnType": "Promise<SupportCaseEvent[]>",
|
|
@@ -1609,7 +1612,7 @@
|
|
|
1609
1612
|
"name": "getMetadata",
|
|
1610
1613
|
"async": false,
|
|
1611
1614
|
"parameters": [],
|
|
1612
|
-
"returnType": "Record<string>",
|
|
1615
|
+
"returnType": "Record<string, unknown>",
|
|
1613
1616
|
"isStatic": false,
|
|
1614
1617
|
"isPublic": true
|
|
1615
1618
|
},
|
|
@@ -1619,7 +1622,7 @@
|
|
|
1619
1622
|
"parameters": [
|
|
1620
1623
|
{
|
|
1621
1624
|
"name": "value",
|
|
1622
|
-
"type": "Record<string>",
|
|
1625
|
+
"type": "Record<string, unknown>",
|
|
1623
1626
|
"optional": false
|
|
1624
1627
|
}
|
|
1625
1628
|
],
|
|
@@ -1633,7 +1636,7 @@
|
|
|
1633
1636
|
"parameters": [
|
|
1634
1637
|
{
|
|
1635
1638
|
"name": "patch",
|
|
1636
|
-
"type": "Record<string>",
|
|
1639
|
+
"type": "Record<string, unknown>",
|
|
1637
1640
|
"optional": false
|
|
1638
1641
|
}
|
|
1639
1642
|
],
|
|
@@ -1645,7 +1648,7 @@
|
|
|
1645
1648
|
"name": "getPlanSnapshot",
|
|
1646
1649
|
"async": false,
|
|
1647
1650
|
"parameters": [],
|
|
1648
|
-
"returnType": "Record<string>",
|
|
1651
|
+
"returnType": "Record<string, unknown>",
|
|
1649
1652
|
"isStatic": false,
|
|
1650
1653
|
"isPublic": true
|
|
1651
1654
|
},
|
|
@@ -1655,7 +1658,7 @@
|
|
|
1655
1658
|
"parameters": [
|
|
1656
1659
|
{
|
|
1657
1660
|
"name": "value",
|
|
1658
|
-
"type": "Record<string>",
|
|
1661
|
+
"type": "Record<string, unknown>",
|
|
1659
1662
|
"optional": false
|
|
1660
1663
|
}
|
|
1661
1664
|
],
|
|
@@ -1667,7 +1670,7 @@
|
|
|
1667
1670
|
"name": "initialize",
|
|
1668
1671
|
"async": true,
|
|
1669
1672
|
"parameters": [],
|
|
1670
|
-
"returnType": "Promise",
|
|
1673
|
+
"returnType": "Promise<this>",
|
|
1671
1674
|
"isStatic": false,
|
|
1672
1675
|
"isPublic": true
|
|
1673
1676
|
},
|
|
@@ -1675,7 +1678,7 @@
|
|
|
1675
1678
|
"name": "save",
|
|
1676
1679
|
"async": true,
|
|
1677
1680
|
"parameters": [],
|
|
1678
|
-
"returnType": "Promise",
|
|
1681
|
+
"returnType": "Promise<this>",
|
|
1679
1682
|
"isStatic": false,
|
|
1680
1683
|
"isPublic": true
|
|
1681
1684
|
}
|
|
@@ -2030,7 +2033,10 @@
|
|
|
2030
2033
|
{
|
|
2031
2034
|
"name": "options",
|
|
2032
2035
|
"type": "object",
|
|
2033
|
-
"optional": true
|
|
2036
|
+
"optional": true,
|
|
2037
|
+
"memberTypes": [
|
|
2038
|
+
"string | null"
|
|
2039
|
+
]
|
|
2034
2040
|
}
|
|
2035
2041
|
],
|
|
2036
2042
|
"returnType": "Promise<SupportCase | null>",
|
|
@@ -2044,7 +2050,14 @@
|
|
|
2044
2050
|
{
|
|
2045
2051
|
"name": "options",
|
|
2046
2052
|
"type": "object",
|
|
2047
|
-
"optional": true
|
|
2053
|
+
"optional": true,
|
|
2054
|
+
"memberTypes": [
|
|
2055
|
+
"SupportCaseStatus | SupportCaseStatus[]",
|
|
2056
|
+
"string | null",
|
|
2057
|
+
"string",
|
|
2058
|
+
"boolean",
|
|
2059
|
+
"number"
|
|
2060
|
+
]
|
|
2048
2061
|
}
|
|
2049
2062
|
],
|
|
2050
2063
|
"returnType": "Promise<SupportCase[]>",
|
|
@@ -2222,7 +2235,7 @@
|
|
|
2222
2235
|
"name": "getMetadata",
|
|
2223
2236
|
"async": false,
|
|
2224
2237
|
"parameters": [],
|
|
2225
|
-
"returnType": "Record<string>",
|
|
2238
|
+
"returnType": "Record<string, unknown>",
|
|
2226
2239
|
"isStatic": false,
|
|
2227
2240
|
"isPublic": true
|
|
2228
2241
|
},
|
|
@@ -2232,7 +2245,7 @@
|
|
|
2232
2245
|
"parameters": [
|
|
2233
2246
|
{
|
|
2234
2247
|
"name": "value",
|
|
2235
|
-
"type": "Record<string>",
|
|
2248
|
+
"type": "Record<string, unknown>",
|
|
2236
2249
|
"optional": false
|
|
2237
2250
|
}
|
|
2238
2251
|
],
|
|
@@ -2569,7 +2582,7 @@
|
|
|
2569
2582
|
"name": "getTerms",
|
|
2570
2583
|
"async": false,
|
|
2571
2584
|
"parameters": [],
|
|
2572
|
-
"returnType": "Record<string>",
|
|
2585
|
+
"returnType": "Record<string, unknown>",
|
|
2573
2586
|
"isStatic": false,
|
|
2574
2587
|
"isPublic": true
|
|
2575
2588
|
},
|
|
@@ -2579,7 +2592,7 @@
|
|
|
2579
2592
|
"parameters": [
|
|
2580
2593
|
{
|
|
2581
2594
|
"name": "value",
|
|
2582
|
-
"type": "Record<string>",
|
|
2595
|
+
"type": "Record<string, unknown>",
|
|
2583
2596
|
"optional": false
|
|
2584
2597
|
}
|
|
2585
2598
|
],
|
|
@@ -2779,7 +2792,10 @@
|
|
|
2779
2792
|
{
|
|
2780
2793
|
"name": "options",
|
|
2781
2794
|
"type": "object",
|
|
2782
|
-
"optional": true
|
|
2795
|
+
"optional": true,
|
|
2796
|
+
"memberTypes": [
|
|
2797
|
+
"string | null"
|
|
2798
|
+
]
|
|
2783
2799
|
}
|
|
2784
2800
|
],
|
|
2785
2801
|
"returnType": "Promise<SupportCompensationPlan | null>",
|
|
@@ -2944,7 +2960,7 @@
|
|
|
2944
2960
|
"name": "getMetadata",
|
|
2945
2961
|
"async": false,
|
|
2946
2962
|
"parameters": [],
|
|
2947
|
-
"returnType": "Record<string>",
|
|
2963
|
+
"returnType": "Record<string, unknown>",
|
|
2948
2964
|
"isStatic": false,
|
|
2949
2965
|
"isPublic": true
|
|
2950
2966
|
},
|
|
@@ -2954,7 +2970,7 @@
|
|
|
2954
2970
|
"parameters": [
|
|
2955
2971
|
{
|
|
2956
2972
|
"name": "value",
|
|
2957
|
-
"type": "Record<string>",
|
|
2973
|
+
"type": "Record<string, unknown>",
|
|
2958
2974
|
"optional": false
|
|
2959
2975
|
}
|
|
2960
2976
|
],
|
|
@@ -3572,7 +3588,7 @@
|
|
|
3572
3588
|
"name": "getMetadata",
|
|
3573
3589
|
"async": false,
|
|
3574
3590
|
"parameters": [],
|
|
3575
|
-
"returnType": "Record<string>",
|
|
3591
|
+
"returnType": "Record<string, unknown>",
|
|
3576
3592
|
"isStatic": false,
|
|
3577
3593
|
"isPublic": true
|
|
3578
3594
|
},
|
|
@@ -3582,7 +3598,7 @@
|
|
|
3582
3598
|
"parameters": [
|
|
3583
3599
|
{
|
|
3584
3600
|
"name": "value",
|
|
3585
|
-
"type": "Record<string>",
|
|
3601
|
+
"type": "Record<string, unknown>",
|
|
3586
3602
|
"optional": false
|
|
3587
3603
|
}
|
|
3588
3604
|
],
|
|
@@ -3594,7 +3610,7 @@
|
|
|
3594
3610
|
"name": "snapshotTerms",
|
|
3595
3611
|
"async": false,
|
|
3596
3612
|
"parameters": [],
|
|
3597
|
-
"returnType": "Record<string>",
|
|
3613
|
+
"returnType": "Record<string, unknown>",
|
|
3598
3614
|
"isStatic": false,
|
|
3599
3615
|
"isPublic": true
|
|
3600
3616
|
}
|
|
@@ -4036,7 +4052,7 @@
|
|
|
4036
4052
|
"name": "getMetadata",
|
|
4037
4053
|
"async": false,
|
|
4038
4054
|
"parameters": [],
|
|
4039
|
-
"returnType": "Record<string>",
|
|
4055
|
+
"returnType": "Record<string, unknown>",
|
|
4040
4056
|
"isStatic": false,
|
|
4041
4057
|
"isPublic": true
|
|
4042
4058
|
},
|
|
@@ -4046,7 +4062,7 @@
|
|
|
4046
4062
|
"parameters": [
|
|
4047
4063
|
{
|
|
4048
4064
|
"name": "value",
|
|
4049
|
-
"type": "Record<string>",
|
|
4065
|
+
"type": "Record<string, unknown>",
|
|
4050
4066
|
"optional": false
|
|
4051
4067
|
}
|
|
4052
4068
|
],
|
|
@@ -4272,7 +4288,10 @@
|
|
|
4272
4288
|
{
|
|
4273
4289
|
"name": "options",
|
|
4274
4290
|
"type": "object",
|
|
4275
|
-
"optional": false
|
|
4291
|
+
"optional": false,
|
|
4292
|
+
"memberTypes": [
|
|
4293
|
+
"string | null"
|
|
4294
|
+
]
|
|
4276
4295
|
}
|
|
4277
4296
|
],
|
|
4278
4297
|
"returnType": "Promise<SupportPolicy | null>",
|
|
@@ -4440,7 +4459,7 @@
|
|
|
4440
4459
|
"name": "getMetadata",
|
|
4441
4460
|
"async": false,
|
|
4442
4461
|
"parameters": [],
|
|
4443
|
-
"returnType": "Record<string>",
|
|
4462
|
+
"returnType": "Record<string, unknown>",
|
|
4444
4463
|
"isStatic": false,
|
|
4445
4464
|
"isPublic": true
|
|
4446
4465
|
},
|
|
@@ -4450,7 +4469,7 @@
|
|
|
4450
4469
|
"parameters": [
|
|
4451
4470
|
{
|
|
4452
4471
|
"name": "value",
|
|
4453
|
-
"type": "Record<string>",
|
|
4472
|
+
"type": "Record<string, unknown>",
|
|
4454
4473
|
"optional": false
|
|
4455
4474
|
}
|
|
4456
4475
|
],
|
|
@@ -4472,12 +4491,12 @@
|
|
|
4472
4491
|
"parameters": [
|
|
4473
4492
|
{
|
|
4474
4493
|
"name": "args",
|
|
4475
|
-
"type": "Record<string>",
|
|
4494
|
+
"type": "Record<string, unknown>",
|
|
4476
4495
|
"optional": true
|
|
4477
4496
|
},
|
|
4478
4497
|
{
|
|
4479
4498
|
"name": "_context",
|
|
4480
|
-
"type": "
|
|
4499
|
+
"type": "unknown",
|
|
4481
4500
|
"optional": true
|
|
4482
4501
|
}
|
|
4483
4502
|
],
|
|
@@ -5254,7 +5273,7 @@
|
|
|
5254
5273
|
"name": "getRateSnapshot",
|
|
5255
5274
|
"async": false,
|
|
5256
5275
|
"parameters": [],
|
|
5257
|
-
"returnType": "Record<string>",
|
|
5276
|
+
"returnType": "Record<string, unknown>",
|
|
5258
5277
|
"isStatic": false,
|
|
5259
5278
|
"isPublic": true
|
|
5260
5279
|
},
|
|
@@ -5264,7 +5283,7 @@
|
|
|
5264
5283
|
"parameters": [
|
|
5265
5284
|
{
|
|
5266
5285
|
"name": "value",
|
|
5267
|
-
"type": "Record<string>",
|
|
5286
|
+
"type": "Record<string, unknown>",
|
|
5268
5287
|
"optional": false
|
|
5269
5288
|
}
|
|
5270
5289
|
],
|
|
@@ -5641,7 +5660,7 @@
|
|
|
5641
5660
|
"name": "getRateSnapshot",
|
|
5642
5661
|
"async": false,
|
|
5643
5662
|
"parameters": [],
|
|
5644
|
-
"returnType": "Record<string>",
|
|
5663
|
+
"returnType": "Record<string, unknown>",
|
|
5645
5664
|
"isStatic": false,
|
|
5646
5665
|
"isPublic": true
|
|
5647
5666
|
},
|
|
@@ -5651,7 +5670,7 @@
|
|
|
5651
5670
|
"parameters": [
|
|
5652
5671
|
{
|
|
5653
5672
|
"name": "value",
|
|
5654
|
-
"type": "Record<string>",
|
|
5673
|
+
"type": "Record<string, unknown>",
|
|
5655
5674
|
"optional": false
|
|
5656
5675
|
}
|
|
5657
5676
|
],
|
|
@@ -6037,7 +6056,7 @@
|
|
|
6037
6056
|
"name": "getMetadata",
|
|
6038
6057
|
"async": false,
|
|
6039
6058
|
"parameters": [],
|
|
6040
|
-
"returnType": "Record<string>",
|
|
6059
|
+
"returnType": "Record<string, unknown>",
|
|
6041
6060
|
"isStatic": false,
|
|
6042
6061
|
"isPublic": true
|
|
6043
6062
|
},
|
|
@@ -6047,7 +6066,7 @@
|
|
|
6047
6066
|
"parameters": [
|
|
6048
6067
|
{
|
|
6049
6068
|
"name": "value",
|
|
6050
|
-
"type": "Record<string>",
|
|
6069
|
+
"type": "Record<string, unknown>",
|
|
6051
6070
|
"optional": false
|
|
6052
6071
|
}
|
|
6053
6072
|
],
|
|
@@ -7023,7 +7042,7 @@
|
|
|
7023
7042
|
"name": "getMetadata",
|
|
7024
7043
|
"async": false,
|
|
7025
7044
|
"parameters": [],
|
|
7026
|
-
"returnType": "Record<string>",
|
|
7045
|
+
"returnType": "Record<string, unknown>",
|
|
7027
7046
|
"isStatic": false,
|
|
7028
7047
|
"isPublic": true
|
|
7029
7048
|
},
|
|
@@ -7033,7 +7052,7 @@
|
|
|
7033
7052
|
"parameters": [
|
|
7034
7053
|
{
|
|
7035
7054
|
"name": "value",
|
|
7036
|
-
"type": "Record<string>",
|
|
7055
|
+
"type": "Record<string, unknown>",
|
|
7037
7056
|
"optional": false
|
|
7038
7057
|
}
|
|
7039
7058
|
],
|