@workbuddy/cli-edge 1.0.9 → 1.0.11
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 +293 -16
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3083,6 +3083,10 @@ var operations = [
|
|
|
3083
3083
|
type: "array",
|
|
3084
3084
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
3085
3085
|
},
|
|
3086
|
+
{
|
|
3087
|
+
name: "systemTags",
|
|
3088
|
+
type: "array"
|
|
3089
|
+
},
|
|
3086
3090
|
{
|
|
3087
3091
|
name: "notes",
|
|
3088
3092
|
type: "string",
|
|
@@ -3488,6 +3492,10 @@ var operations = [
|
|
|
3488
3492
|
type: "array",
|
|
3489
3493
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
3490
3494
|
},
|
|
3495
|
+
{
|
|
3496
|
+
name: "systemTags",
|
|
3497
|
+
type: "array"
|
|
3498
|
+
},
|
|
3491
3499
|
{
|
|
3492
3500
|
name: "notes",
|
|
3493
3501
|
type: "string",
|
|
@@ -3676,14 +3684,34 @@ var operations = [
|
|
|
3676
3684
|
lookupEndpoint: "/settings/zones"
|
|
3677
3685
|
},
|
|
3678
3686
|
{
|
|
3679
|
-
name: "
|
|
3680
|
-
cliName: "
|
|
3681
|
-
optionKey: "
|
|
3687
|
+
name: "tagsSet",
|
|
3688
|
+
cliName: "tags-set",
|
|
3689
|
+
optionKey: "tagsSet",
|
|
3682
3690
|
source: "body",
|
|
3691
|
+
bodyPath: "tags.set",
|
|
3683
3692
|
type: "array",
|
|
3684
3693
|
required: false,
|
|
3685
|
-
description:
|
|
3686
|
-
|
|
3694
|
+
description: ""
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
name: "tagsAdd",
|
|
3698
|
+
cliName: "tags-add",
|
|
3699
|
+
optionKey: "tagsAdd",
|
|
3700
|
+
source: "body",
|
|
3701
|
+
bodyPath: "tags.add",
|
|
3702
|
+
type: "array",
|
|
3703
|
+
required: false,
|
|
3704
|
+
description: ""
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
name: "tagsRemove",
|
|
3708
|
+
cliName: "tags-remove",
|
|
3709
|
+
optionKey: "tagsRemove",
|
|
3710
|
+
source: "body",
|
|
3711
|
+
bodyPath: "tags.remove",
|
|
3712
|
+
type: "array",
|
|
3713
|
+
required: false,
|
|
3714
|
+
description: ""
|
|
3687
3715
|
},
|
|
3688
3716
|
{
|
|
3689
3717
|
name: "notes",
|
|
@@ -3821,6 +3849,10 @@ var operations = [
|
|
|
3821
3849
|
type: "array",
|
|
3822
3850
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
3823
3851
|
},
|
|
3852
|
+
{
|
|
3853
|
+
name: "systemTags",
|
|
3854
|
+
type: "array"
|
|
3855
|
+
},
|
|
3824
3856
|
{
|
|
3825
3857
|
name: "notes",
|
|
3826
3858
|
type: "string",
|
|
@@ -3962,6 +3994,10 @@ var operations = [
|
|
|
3962
3994
|
type: "array",
|
|
3963
3995
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
3964
3996
|
},
|
|
3997
|
+
{
|
|
3998
|
+
name: "systemTags",
|
|
3999
|
+
type: "array"
|
|
4000
|
+
},
|
|
3965
4001
|
{
|
|
3966
4002
|
name: "notes",
|
|
3967
4003
|
type: "string",
|
|
@@ -4193,6 +4229,10 @@ var operations = [
|
|
|
4193
4229
|
type: "string",
|
|
4194
4230
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
4195
4231
|
},
|
|
4232
|
+
{
|
|
4233
|
+
name: "systemTags",
|
|
4234
|
+
type: "string"
|
|
4235
|
+
},
|
|
4196
4236
|
{
|
|
4197
4237
|
name: "schedulingTags",
|
|
4198
4238
|
type: "string",
|
|
@@ -4570,6 +4610,10 @@ var operations = [
|
|
|
4570
4610
|
type: "string",
|
|
4571
4611
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
4572
4612
|
},
|
|
4613
|
+
{
|
|
4614
|
+
name: "systemTags",
|
|
4615
|
+
type: "string"
|
|
4616
|
+
},
|
|
4573
4617
|
{
|
|
4574
4618
|
name: "schedulingTags",
|
|
4575
4619
|
type: "string",
|
|
@@ -4835,6 +4879,10 @@ var operations = [
|
|
|
4835
4879
|
type: "string",
|
|
4836
4880
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
4837
4881
|
},
|
|
4882
|
+
{
|
|
4883
|
+
name: "systemTags",
|
|
4884
|
+
type: "string"
|
|
4885
|
+
},
|
|
4838
4886
|
{
|
|
4839
4887
|
name: "schedulingTags",
|
|
4840
4888
|
type: "string",
|
|
@@ -5002,6 +5050,10 @@ var operations = [
|
|
|
5002
5050
|
type: "string",
|
|
5003
5051
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
5004
5052
|
},
|
|
5053
|
+
{
|
|
5054
|
+
name: "systemTags",
|
|
5055
|
+
type: "string"
|
|
5056
|
+
},
|
|
5005
5057
|
{
|
|
5006
5058
|
name: "schedulingTags",
|
|
5007
5059
|
type: "string",
|
|
@@ -5171,6 +5223,10 @@ var operations = [
|
|
|
5171
5223
|
type: "string",
|
|
5172
5224
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
5173
5225
|
},
|
|
5226
|
+
{
|
|
5227
|
+
name: "systemTags",
|
|
5228
|
+
type: "string"
|
|
5229
|
+
},
|
|
5174
5230
|
{
|
|
5175
5231
|
name: "schedulingTags",
|
|
5176
5232
|
type: "string",
|
|
@@ -5331,6 +5387,10 @@ var operations = [
|
|
|
5331
5387
|
type: "string",
|
|
5332
5388
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
5333
5389
|
},
|
|
5390
|
+
{
|
|
5391
|
+
name: "systemTags",
|
|
5392
|
+
type: "string"
|
|
5393
|
+
},
|
|
5334
5394
|
{
|
|
5335
5395
|
name: "schedulingTags",
|
|
5336
5396
|
type: "string",
|
|
@@ -5490,6 +5550,10 @@ var operations = [
|
|
|
5490
5550
|
type: "string",
|
|
5491
5551
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
5492
5552
|
},
|
|
5553
|
+
{
|
|
5554
|
+
name: "systemTags",
|
|
5555
|
+
type: "string"
|
|
5556
|
+
},
|
|
5493
5557
|
{
|
|
5494
5558
|
name: "schedulingTags",
|
|
5495
5559
|
type: "string",
|
|
@@ -5659,6 +5723,10 @@ var operations = [
|
|
|
5659
5723
|
type: "string",
|
|
5660
5724
|
description: "Tag operation — use set, add, or remove (mutually exclusive: set vs add/remove)"
|
|
5661
5725
|
},
|
|
5726
|
+
{
|
|
5727
|
+
name: "systemTags",
|
|
5728
|
+
type: "string"
|
|
5729
|
+
},
|
|
5662
5730
|
{
|
|
5663
5731
|
name: "schedulingTags",
|
|
5664
5732
|
type: "string",
|
|
@@ -6168,7 +6236,7 @@ var operations = [
|
|
|
6168
6236
|
{
|
|
6169
6237
|
operationId: "PublicApiTagController_list",
|
|
6170
6238
|
displayName: "List tags",
|
|
6171
|
-
description: "Retrieve all active tags (labels) configured. Use the optional `type` query parameter to filter by label type. Defaults to `job` if not specified. Supported types: job, scheduling, quote, customer, user, overheads, form, finance, system, work-order-system, account, contact, zone, work-categories, lead-source, lead, opportunity, opportunity-lost, project, project-type, payment-type, file, asset, item-location, task, phase, site, service-type, subscriptions, agreement, work, integration-types.",
|
|
6239
|
+
description: "Retrieve all active tags (labels) configured. Use the optional `type` query parameter to filter by label type. Defaults to `job` if not specified. Supported types: job, scheduling, quote, customer, user, overheads, form, finance, system, work-order-system, account, contact, zone, work-categories, lead-source, lead, opportunity, opportunity-lost, project, project-type, payment-type, file, asset, item-location, task, phase, site, service-type, subscriptions, agreement, work, integration-types, flag-category.",
|
|
6172
6240
|
method: "GET",
|
|
6173
6241
|
path: "/settings/tags",
|
|
6174
6242
|
commandPath: ["settings", "tags", "list"],
|
|
@@ -7912,14 +7980,34 @@ var operations = [
|
|
|
7912
7980
|
description: "completed by ID"
|
|
7913
7981
|
},
|
|
7914
7982
|
{
|
|
7915
|
-
name: "
|
|
7916
|
-
cliName: "
|
|
7917
|
-
optionKey: "
|
|
7983
|
+
name: "tagsSet",
|
|
7984
|
+
cliName: "tags-set",
|
|
7985
|
+
optionKey: "tagsSet",
|
|
7918
7986
|
source: "body",
|
|
7987
|
+
bodyPath: "tags.set",
|
|
7919
7988
|
type: "array",
|
|
7920
7989
|
required: false,
|
|
7921
|
-
description:
|
|
7922
|
-
|
|
7990
|
+
description: ""
|
|
7991
|
+
},
|
|
7992
|
+
{
|
|
7993
|
+
name: "tagsAdd",
|
|
7994
|
+
cliName: "tags-add",
|
|
7995
|
+
optionKey: "tagsAdd",
|
|
7996
|
+
source: "body",
|
|
7997
|
+
bodyPath: "tags.add",
|
|
7998
|
+
type: "array",
|
|
7999
|
+
required: false,
|
|
8000
|
+
description: ""
|
|
8001
|
+
},
|
|
8002
|
+
{
|
|
8003
|
+
name: "tagsRemove",
|
|
8004
|
+
cliName: "tags-remove",
|
|
8005
|
+
optionKey: "tagsRemove",
|
|
8006
|
+
source: "body",
|
|
8007
|
+
bodyPath: "tags.remove",
|
|
8008
|
+
type: "array",
|
|
8009
|
+
required: false,
|
|
8010
|
+
description: ""
|
|
7923
8011
|
},
|
|
7924
8012
|
{
|
|
7925
8013
|
name: "sharing",
|
|
@@ -8389,14 +8477,34 @@ var operations = [
|
|
|
8389
8477
|
description: "completed by ID"
|
|
8390
8478
|
},
|
|
8391
8479
|
{
|
|
8392
|
-
name: "
|
|
8393
|
-
cliName: "
|
|
8394
|
-
optionKey: "
|
|
8480
|
+
name: "tagsSet",
|
|
8481
|
+
cliName: "tags-set",
|
|
8482
|
+
optionKey: "tagsSet",
|
|
8395
8483
|
source: "body",
|
|
8484
|
+
bodyPath: "tags.set",
|
|
8396
8485
|
type: "array",
|
|
8397
8486
|
required: false,
|
|
8398
|
-
description:
|
|
8399
|
-
|
|
8487
|
+
description: ""
|
|
8488
|
+
},
|
|
8489
|
+
{
|
|
8490
|
+
name: "tagsAdd",
|
|
8491
|
+
cliName: "tags-add",
|
|
8492
|
+
optionKey: "tagsAdd",
|
|
8493
|
+
source: "body",
|
|
8494
|
+
bodyPath: "tags.add",
|
|
8495
|
+
type: "array",
|
|
8496
|
+
required: false,
|
|
8497
|
+
description: ""
|
|
8498
|
+
},
|
|
8499
|
+
{
|
|
8500
|
+
name: "tagsRemove",
|
|
8501
|
+
cliName: "tags-remove",
|
|
8502
|
+
optionKey: "tagsRemove",
|
|
8503
|
+
source: "body",
|
|
8504
|
+
bodyPath: "tags.remove",
|
|
8505
|
+
type: "array",
|
|
8506
|
+
required: false,
|
|
8507
|
+
description: ""
|
|
8400
8508
|
},
|
|
8401
8509
|
{
|
|
8402
8510
|
name: "sharing",
|
|
@@ -9758,6 +9866,175 @@ var operations = [
|
|
|
9758
9866
|
],
|
|
9759
9867
|
hasRequestBody: true
|
|
9760
9868
|
},
|
|
9869
|
+
{
|
|
9870
|
+
operationId: "PublicApiFlagController_create",
|
|
9871
|
+
displayName: "Create a flag on an entity",
|
|
9872
|
+
description: "Create a flag on an entity",
|
|
9873
|
+
method: "POST",
|
|
9874
|
+
path: "/flags",
|
|
9875
|
+
commandPath: ["flags", "create"],
|
|
9876
|
+
options: [
|
|
9877
|
+
{
|
|
9878
|
+
name: "category",
|
|
9879
|
+
cliName: "category",
|
|
9880
|
+
optionKey: "category",
|
|
9881
|
+
source: "body",
|
|
9882
|
+
type: "object",
|
|
9883
|
+
required: true,
|
|
9884
|
+
description: ""
|
|
9885
|
+
},
|
|
9886
|
+
{
|
|
9887
|
+
name: "entity",
|
|
9888
|
+
cliName: "entity",
|
|
9889
|
+
optionKey: "entity",
|
|
9890
|
+
source: "body",
|
|
9891
|
+
type: "string",
|
|
9892
|
+
required: true,
|
|
9893
|
+
description: "Entity type for the webhook"
|
|
9894
|
+
},
|
|
9895
|
+
{
|
|
9896
|
+
name: "entityId",
|
|
9897
|
+
cliName: "entity-id",
|
|
9898
|
+
optionKey: "entityId",
|
|
9899
|
+
source: "body",
|
|
9900
|
+
type: "string",
|
|
9901
|
+
required: true,
|
|
9902
|
+
description: "entity ID"
|
|
9903
|
+
},
|
|
9904
|
+
{
|
|
9905
|
+
name: "message",
|
|
9906
|
+
cliName: "message",
|
|
9907
|
+
optionKey: "message",
|
|
9908
|
+
source: "body",
|
|
9909
|
+
type: "string",
|
|
9910
|
+
required: true,
|
|
9911
|
+
description: ""
|
|
9912
|
+
},
|
|
9913
|
+
{
|
|
9914
|
+
name: "source",
|
|
9915
|
+
cliName: "source",
|
|
9916
|
+
optionKey: "source",
|
|
9917
|
+
source: "body",
|
|
9918
|
+
type: "string",
|
|
9919
|
+
required: true,
|
|
9920
|
+
description: ""
|
|
9921
|
+
},
|
|
9922
|
+
{
|
|
9923
|
+
name: "links",
|
|
9924
|
+
cliName: "links",
|
|
9925
|
+
optionKey: "links",
|
|
9926
|
+
source: "body",
|
|
9927
|
+
type: "array",
|
|
9928
|
+
required: false,
|
|
9929
|
+
description: ""
|
|
9930
|
+
},
|
|
9931
|
+
{
|
|
9932
|
+
name: "raw-body",
|
|
9933
|
+
cliName: "raw-body",
|
|
9934
|
+
optionKey: "rawBody",
|
|
9935
|
+
source: "body",
|
|
9936
|
+
type: "object",
|
|
9937
|
+
required: false,
|
|
9938
|
+
description: "Raw request body JSON (overrides individual fields)"
|
|
9939
|
+
}
|
|
9940
|
+
],
|
|
9941
|
+
hasRequestBody: true,
|
|
9942
|
+
responseFields: [
|
|
9943
|
+
{
|
|
9944
|
+
name: "data",
|
|
9945
|
+
type: "object"
|
|
9946
|
+
}
|
|
9947
|
+
]
|
|
9948
|
+
},
|
|
9949
|
+
{
|
|
9950
|
+
operationId: "PublicApiFlagController_close",
|
|
9951
|
+
displayName: "Close a flag",
|
|
9952
|
+
description: "Close a flag",
|
|
9953
|
+
method: "PATCH",
|
|
9954
|
+
path: "/flags/{id}/close",
|
|
9955
|
+
commandPath: ["flags", "close", "close"],
|
|
9956
|
+
options: [
|
|
9957
|
+
{
|
|
9958
|
+
name: "id",
|
|
9959
|
+
cliName: "id",
|
|
9960
|
+
optionKey: "id",
|
|
9961
|
+
source: "path",
|
|
9962
|
+
type: "string",
|
|
9963
|
+
required: true,
|
|
9964
|
+
description: "Flag ID"
|
|
9965
|
+
},
|
|
9966
|
+
{
|
|
9967
|
+
name: "outcome",
|
|
9968
|
+
cliName: "outcome",
|
|
9969
|
+
optionKey: "outcome",
|
|
9970
|
+
source: "body",
|
|
9971
|
+
type: "string",
|
|
9972
|
+
required: false,
|
|
9973
|
+
description: ""
|
|
9974
|
+
},
|
|
9975
|
+
{
|
|
9976
|
+
name: "raw-body",
|
|
9977
|
+
cliName: "raw-body",
|
|
9978
|
+
optionKey: "rawBody",
|
|
9979
|
+
source: "body",
|
|
9980
|
+
type: "object",
|
|
9981
|
+
required: false,
|
|
9982
|
+
description: "Raw request body JSON (overrides individual fields)"
|
|
9983
|
+
}
|
|
9984
|
+
],
|
|
9985
|
+
hasRequestBody: true,
|
|
9986
|
+
responseFields: [
|
|
9987
|
+
{
|
|
9988
|
+
name: "data",
|
|
9989
|
+
type: "object"
|
|
9990
|
+
}
|
|
9991
|
+
]
|
|
9992
|
+
},
|
|
9993
|
+
{
|
|
9994
|
+
operationId: "PublicApiFlagController_listByEntity",
|
|
9995
|
+
displayName: "List flags for an entity",
|
|
9996
|
+
description: "List flags for an entity",
|
|
9997
|
+
method: "GET",
|
|
9998
|
+
path: "/flags/entity/{entity}/{entityId}",
|
|
9999
|
+
commandPath: ["flags", "entity", "get"],
|
|
10000
|
+
options: [
|
|
10001
|
+
{
|
|
10002
|
+
name: "entity",
|
|
10003
|
+
cliName: "entity",
|
|
10004
|
+
optionKey: "entity",
|
|
10005
|
+
source: "path",
|
|
10006
|
+
type: "string",
|
|
10007
|
+
required: true,
|
|
10008
|
+
description: "Entity type"
|
|
10009
|
+
},
|
|
10010
|
+
{
|
|
10011
|
+
name: "entityId",
|
|
10012
|
+
cliName: "entity-id",
|
|
10013
|
+
optionKey: "entityId",
|
|
10014
|
+
source: "path",
|
|
10015
|
+
type: "string",
|
|
10016
|
+
required: true,
|
|
10017
|
+
description: "Entity ID"
|
|
10018
|
+
},
|
|
10019
|
+
{
|
|
10020
|
+
name: "status",
|
|
10021
|
+
cliName: "status",
|
|
10022
|
+
optionKey: "status",
|
|
10023
|
+
source: "query",
|
|
10024
|
+
type: "string",
|
|
10025
|
+
required: false,
|
|
10026
|
+
description: "Filter by status",
|
|
10027
|
+
enumValues: ["Open", "Closed"]
|
|
10028
|
+
}
|
|
10029
|
+
],
|
|
10030
|
+
hasRequestBody: false,
|
|
10031
|
+
responseFields: [
|
|
10032
|
+
{
|
|
10033
|
+
name: "data",
|
|
10034
|
+
type: "array"
|
|
10035
|
+
}
|
|
10036
|
+
]
|
|
10037
|
+
},
|
|
9761
10038
|
{
|
|
9762
10039
|
operationId: "McpStreamableController_handleGet",
|
|
9763
10040
|
displayName: "MCP SSE stream (not supported)",
|