@workbuddy/cli-vnext 1.0.1 → 1.0.3
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 +95 -27
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3033,6 +3033,11 @@ var operations = [
|
|
|
3033
3033
|
name: "jobNumber",
|
|
3034
3034
|
type: "string"
|
|
3035
3035
|
},
|
|
3036
|
+
{
|
|
3037
|
+
name: "name",
|
|
3038
|
+
type: "string",
|
|
3039
|
+
description: "Display name"
|
|
3040
|
+
},
|
|
3036
3041
|
{
|
|
3037
3042
|
name: "description",
|
|
3038
3043
|
type: "string",
|
|
@@ -3074,6 +3079,10 @@ var operations = [
|
|
|
3074
3079
|
name: "owner",
|
|
3075
3080
|
type: "string"
|
|
3076
3081
|
},
|
|
3082
|
+
{
|
|
3083
|
+
name: "fieldSupervisor",
|
|
3084
|
+
type: "string"
|
|
3085
|
+
},
|
|
3077
3086
|
{
|
|
3078
3087
|
name: "zones",
|
|
3079
3088
|
type: "array"
|
|
@@ -3115,6 +3124,14 @@ var operations = [
|
|
|
3115
3124
|
name: "billingCompany",
|
|
3116
3125
|
type: "string"
|
|
3117
3126
|
},
|
|
3127
|
+
{
|
|
3128
|
+
name: "policy",
|
|
3129
|
+
type: "string"
|
|
3130
|
+
},
|
|
3131
|
+
{
|
|
3132
|
+
name: "thresholds",
|
|
3133
|
+
type: "string"
|
|
3134
|
+
},
|
|
3118
3135
|
{
|
|
3119
3136
|
name: "stages",
|
|
3120
3137
|
type: "array"
|
|
@@ -3433,6 +3450,11 @@ var operations = [
|
|
|
3433
3450
|
name: "jobNumber",
|
|
3434
3451
|
type: "string"
|
|
3435
3452
|
},
|
|
3453
|
+
{
|
|
3454
|
+
name: "name",
|
|
3455
|
+
type: "string",
|
|
3456
|
+
description: "Display name"
|
|
3457
|
+
},
|
|
3436
3458
|
{
|
|
3437
3459
|
name: "description",
|
|
3438
3460
|
type: "string",
|
|
@@ -3474,6 +3496,10 @@ var operations = [
|
|
|
3474
3496
|
name: "owner",
|
|
3475
3497
|
type: "string"
|
|
3476
3498
|
},
|
|
3499
|
+
{
|
|
3500
|
+
name: "fieldSupervisor",
|
|
3501
|
+
type: "string"
|
|
3502
|
+
},
|
|
3477
3503
|
{
|
|
3478
3504
|
name: "zones",
|
|
3479
3505
|
type: "array"
|
|
@@ -3515,6 +3541,14 @@ var operations = [
|
|
|
3515
3541
|
name: "billingCompany",
|
|
3516
3542
|
type: "string"
|
|
3517
3543
|
},
|
|
3544
|
+
{
|
|
3545
|
+
name: "policy",
|
|
3546
|
+
type: "string"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
name: "thresholds",
|
|
3550
|
+
type: "string"
|
|
3551
|
+
},
|
|
3518
3552
|
{
|
|
3519
3553
|
name: "stages",
|
|
3520
3554
|
type: "array"
|
|
@@ -3790,6 +3824,11 @@ var operations = [
|
|
|
3790
3824
|
name: "jobNumber",
|
|
3791
3825
|
type: "string"
|
|
3792
3826
|
},
|
|
3827
|
+
{
|
|
3828
|
+
name: "name",
|
|
3829
|
+
type: "string",
|
|
3830
|
+
description: "Display name"
|
|
3831
|
+
},
|
|
3793
3832
|
{
|
|
3794
3833
|
name: "description",
|
|
3795
3834
|
type: "string",
|
|
@@ -3831,6 +3870,10 @@ var operations = [
|
|
|
3831
3870
|
name: "owner",
|
|
3832
3871
|
type: "string"
|
|
3833
3872
|
},
|
|
3873
|
+
{
|
|
3874
|
+
name: "fieldSupervisor",
|
|
3875
|
+
type: "string"
|
|
3876
|
+
},
|
|
3834
3877
|
{
|
|
3835
3878
|
name: "zones",
|
|
3836
3879
|
type: "array"
|
|
@@ -3872,6 +3915,14 @@ var operations = [
|
|
|
3872
3915
|
name: "billingCompany",
|
|
3873
3916
|
type: "string"
|
|
3874
3917
|
},
|
|
3918
|
+
{
|
|
3919
|
+
name: "policy",
|
|
3920
|
+
type: "string"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
name: "thresholds",
|
|
3924
|
+
type: "string"
|
|
3925
|
+
},
|
|
3875
3926
|
{
|
|
3876
3927
|
name: "stages",
|
|
3877
3928
|
type: "array"
|
|
@@ -3935,6 +3986,11 @@ var operations = [
|
|
|
3935
3986
|
name: "jobNumber",
|
|
3936
3987
|
type: "string"
|
|
3937
3988
|
},
|
|
3989
|
+
{
|
|
3990
|
+
name: "name",
|
|
3991
|
+
type: "string",
|
|
3992
|
+
description: "Display name"
|
|
3993
|
+
},
|
|
3938
3994
|
{
|
|
3939
3995
|
name: "description",
|
|
3940
3996
|
type: "string",
|
|
@@ -3976,6 +4032,10 @@ var operations = [
|
|
|
3976
4032
|
name: "owner",
|
|
3977
4033
|
type: "string"
|
|
3978
4034
|
},
|
|
4035
|
+
{
|
|
4036
|
+
name: "fieldSupervisor",
|
|
4037
|
+
type: "string"
|
|
4038
|
+
},
|
|
3979
4039
|
{
|
|
3980
4040
|
name: "zones",
|
|
3981
4041
|
type: "array"
|
|
@@ -4017,6 +4077,14 @@ var operations = [
|
|
|
4017
4077
|
name: "billingCompany",
|
|
4018
4078
|
type: "string"
|
|
4019
4079
|
},
|
|
4080
|
+
{
|
|
4081
|
+
name: "policy",
|
|
4082
|
+
type: "string"
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
name: "thresholds",
|
|
4086
|
+
type: "string"
|
|
4087
|
+
},
|
|
4020
4088
|
{
|
|
4021
4089
|
name: "stages",
|
|
4022
4090
|
type: "array"
|
|
@@ -9615,8 +9683,8 @@ var operations = [
|
|
|
9615
9683
|
},
|
|
9616
9684
|
{
|
|
9617
9685
|
operationId: "PublicApiWebhookV2Controller_listEntities",
|
|
9618
|
-
displayName: "List
|
|
9619
|
-
description: "List
|
|
9686
|
+
displayName: "List webhook-supported entity types and their available events",
|
|
9687
|
+
description: "List webhook-supported entity types and their available events",
|
|
9620
9688
|
method: "GET",
|
|
9621
9689
|
path: "/webhooks/entities",
|
|
9622
9690
|
commandPath: ["webhooks", "entities", "list"],
|
|
@@ -9625,8 +9693,8 @@ var operations = [
|
|
|
9625
9693
|
},
|
|
9626
9694
|
{
|
|
9627
9695
|
operationId: "PublicApiWebhookV2Controller_listEntityEvents",
|
|
9628
|
-
displayName: "
|
|
9629
|
-
description: "
|
|
9696
|
+
displayName: "List the webhook events available for a given entity type",
|
|
9697
|
+
description: "List the webhook events available for a given entity type",
|
|
9630
9698
|
method: "GET",
|
|
9631
9699
|
path: "/webhooks/entities/{entity}/events",
|
|
9632
9700
|
commandPath: ["webhooks", "entities", "events", "list"],
|
|
@@ -9645,8 +9713,8 @@ var operations = [
|
|
|
9645
9713
|
},
|
|
9646
9714
|
{
|
|
9647
9715
|
operationId: "PublicApiWebhookV2Controller_listEntityFilters",
|
|
9648
|
-
displayName: "
|
|
9649
|
-
description: "
|
|
9716
|
+
displayName: "List the filter fields available when subscribing to a given entity type",
|
|
9717
|
+
description: "List the filter fields available when subscribing to a given entity type",
|
|
9650
9718
|
method: "GET",
|
|
9651
9719
|
path: "/webhooks/entities/{entity}/filters",
|
|
9652
9720
|
commandPath: ["webhooks", "entities", "filters", "list"],
|
|
@@ -9665,8 +9733,8 @@ var operations = [
|
|
|
9665
9733
|
},
|
|
9666
9734
|
{
|
|
9667
9735
|
operationId: "PublicApiWebhookV2Controller_list",
|
|
9668
|
-
displayName: "List
|
|
9669
|
-
description: "List
|
|
9736
|
+
displayName: "List webhook subscriptions",
|
|
9737
|
+
description: "List webhook subscriptions",
|
|
9670
9738
|
method: "GET",
|
|
9671
9739
|
path: "/webhooks",
|
|
9672
9740
|
commandPath: ["webhooks", "list"],
|
|
@@ -9675,8 +9743,8 @@ var operations = [
|
|
|
9675
9743
|
},
|
|
9676
9744
|
{
|
|
9677
9745
|
operationId: "PublicApiWebhookV2Controller_create",
|
|
9678
|
-
displayName: "Create
|
|
9679
|
-
description: "Create
|
|
9746
|
+
displayName: "Create a webhook subscription",
|
|
9747
|
+
description: "Create a webhook subscription",
|
|
9680
9748
|
method: "POST",
|
|
9681
9749
|
path: "/webhooks",
|
|
9682
9750
|
commandPath: ["webhooks", "create"],
|
|
@@ -9685,8 +9753,8 @@ var operations = [
|
|
|
9685
9753
|
},
|
|
9686
9754
|
{
|
|
9687
9755
|
operationId: "PublicApiWebhookV2Controller_get",
|
|
9688
|
-
displayName: "Get
|
|
9689
|
-
description: "Get
|
|
9756
|
+
displayName: "Get a webhook subscription by ID",
|
|
9757
|
+
description: "Get a webhook subscription by ID",
|
|
9690
9758
|
method: "GET",
|
|
9691
9759
|
path: "/webhooks/{id}",
|
|
9692
9760
|
commandPath: ["webhooks", "get"],
|
|
@@ -9705,8 +9773,8 @@ var operations = [
|
|
|
9705
9773
|
},
|
|
9706
9774
|
{
|
|
9707
9775
|
operationId: "PublicApiWebhookV2Controller_update",
|
|
9708
|
-
displayName: "Update
|
|
9709
|
-
description: "Update
|
|
9776
|
+
displayName: "Update a webhook subscription",
|
|
9777
|
+
description: "Update a webhook subscription",
|
|
9710
9778
|
method: "PATCH",
|
|
9711
9779
|
path: "/webhooks/{id}",
|
|
9712
9780
|
commandPath: ["webhooks", "update"],
|
|
@@ -9725,8 +9793,8 @@ var operations = [
|
|
|
9725
9793
|
},
|
|
9726
9794
|
{
|
|
9727
9795
|
operationId: "PublicApiWebhookV2Controller_delete",
|
|
9728
|
-
displayName: "Delete
|
|
9729
|
-
description: "Delete
|
|
9796
|
+
displayName: "Delete a webhook subscription",
|
|
9797
|
+
description: "Delete a webhook subscription",
|
|
9730
9798
|
method: "DELETE",
|
|
9731
9799
|
path: "/webhooks/{id}",
|
|
9732
9800
|
commandPath: ["webhooks", "delete"],
|
|
@@ -9745,8 +9813,8 @@ var operations = [
|
|
|
9745
9813
|
},
|
|
9746
9814
|
{
|
|
9747
9815
|
operationId: "PublicApiWebhookV2Controller_regenerateSecret",
|
|
9748
|
-
displayName: "
|
|
9749
|
-
description: "
|
|
9816
|
+
displayName: "Regenerate the signing secret for a webhook subscription",
|
|
9817
|
+
description: "Regenerate the signing secret for a webhook subscription",
|
|
9750
9818
|
method: "POST",
|
|
9751
9819
|
path: "/webhooks/{id}/regenerate-secret",
|
|
9752
9820
|
commandPath: ["webhooks", "regenerate-secret"],
|
|
@@ -9765,8 +9833,8 @@ var operations = [
|
|
|
9765
9833
|
},
|
|
9766
9834
|
{
|
|
9767
9835
|
operationId: "PublicApiWebhookV2Controller_test",
|
|
9768
|
-
displayName: "
|
|
9769
|
-
description: "
|
|
9836
|
+
displayName: "Send a test event to a webhook subscription",
|
|
9837
|
+
description: "Send a test event to a webhook subscription",
|
|
9770
9838
|
method: "POST",
|
|
9771
9839
|
path: "/webhooks/{id}/test",
|
|
9772
9840
|
commandPath: ["webhooks", "test"],
|
|
@@ -9785,8 +9853,8 @@ var operations = [
|
|
|
9785
9853
|
},
|
|
9786
9854
|
{
|
|
9787
9855
|
operationId: "PublicApiWebhookV2Controller_listDeliveries",
|
|
9788
|
-
displayName: "
|
|
9789
|
-
description: "
|
|
9856
|
+
displayName: "List recent delivery attempts for a webhook subscription",
|
|
9857
|
+
description: "List recent delivery attempts for a webhook subscription",
|
|
9790
9858
|
method: "GET",
|
|
9791
9859
|
path: "/webhooks/{id}/deliveries",
|
|
9792
9860
|
commandPath: ["webhooks", "deliveries", "list"],
|
|
@@ -10148,7 +10216,7 @@ var operations = [
|
|
|
10148
10216
|
]
|
|
10149
10217
|
},
|
|
10150
10218
|
{
|
|
10151
|
-
operationId: "
|
|
10219
|
+
operationId: "McpV3StreamableController_handleGet",
|
|
10152
10220
|
displayName: "MCP SSE stream (not supported)",
|
|
10153
10221
|
description: "Returns 405 — server-initiated SSE is not supported.",
|
|
10154
10222
|
method: "GET",
|
|
@@ -10158,9 +10226,9 @@ var operations = [
|
|
|
10158
10226
|
hasRequestBody: false
|
|
10159
10227
|
},
|
|
10160
10228
|
{
|
|
10161
|
-
operationId: "
|
|
10162
|
-
displayName: "MCP Streamable HTTP endpoint",
|
|
10163
|
-
description: "Handles MCP JSON-RPC 2.0 requests
|
|
10229
|
+
operationId: "McpV3StreamableController_handlePost",
|
|
10230
|
+
displayName: "MCP v3 Streamable HTTP endpoint",
|
|
10231
|
+
description: "Handles MCP JSON-RPC 2.0 requests against the collapsed tool set.",
|
|
10164
10232
|
method: "POST",
|
|
10165
10233
|
path: "/mcp",
|
|
10166
10234
|
commandPath: ["mcp", "create"],
|
|
@@ -10215,7 +10283,7 @@ var operations = [
|
|
|
10215
10283
|
hasRequestBody: true
|
|
10216
10284
|
},
|
|
10217
10285
|
{
|
|
10218
|
-
operationId: "
|
|
10286
|
+
operationId: "McpV3StreamableController_handleDelete",
|
|
10219
10287
|
displayName: "MCP session termination (not supported)",
|
|
10220
10288
|
description: "Returns 405 — stateless server, no sessions to terminate.",
|
|
10221
10289
|
method: "DELETE",
|