@workbuddy/cli-edge 1.0.12 → 1.0.13
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 +121 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6930,6 +6930,62 @@ var operations = [
|
|
|
6930
6930
|
],
|
|
6931
6931
|
hasRequestBody: true
|
|
6932
6932
|
},
|
|
6933
|
+
{
|
|
6934
|
+
operationId: "PublicJobActivitiesController_createThread",
|
|
6935
|
+
displayName: "Create thread activity (Jobs)",
|
|
6936
|
+
description: "Create thread activity (Jobs)",
|
|
6937
|
+
method: "POST",
|
|
6938
|
+
path: "/jobs/{jobId}/activities/thread",
|
|
6939
|
+
commandPath: ["jobs", "activities", "thread", "create"],
|
|
6940
|
+
options: [
|
|
6941
|
+
{
|
|
6942
|
+
name: "jobId",
|
|
6943
|
+
cliName: "job-id",
|
|
6944
|
+
optionKey: "jobId",
|
|
6945
|
+
source: "path",
|
|
6946
|
+
type: "string",
|
|
6947
|
+
required: true,
|
|
6948
|
+
description: "Job ID or job number (e.g. J12345)"
|
|
6949
|
+
},
|
|
6950
|
+
{
|
|
6951
|
+
name: "body",
|
|
6952
|
+
cliName: "body",
|
|
6953
|
+
optionKey: "body",
|
|
6954
|
+
source: "body",
|
|
6955
|
+
type: "string",
|
|
6956
|
+
required: true,
|
|
6957
|
+
description: "Message body content (HTML supported for email)"
|
|
6958
|
+
},
|
|
6959
|
+
{
|
|
6960
|
+
name: "integrationType",
|
|
6961
|
+
cliName: "integration-type",
|
|
6962
|
+
optionKey: "integrationType",
|
|
6963
|
+
source: "body",
|
|
6964
|
+
type: "string",
|
|
6965
|
+
required: true,
|
|
6966
|
+
description: ""
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
name: "sharing",
|
|
6970
|
+
cliName: "sharing",
|
|
6971
|
+
optionKey: "sharing",
|
|
6972
|
+
source: "body",
|
|
6973
|
+
type: "object",
|
|
6974
|
+
required: false,
|
|
6975
|
+
description: "Sharing options — control visibility to customer portal and field app"
|
|
6976
|
+
},
|
|
6977
|
+
{
|
|
6978
|
+
name: "raw-body",
|
|
6979
|
+
cliName: "raw-body",
|
|
6980
|
+
optionKey: "rawBody",
|
|
6981
|
+
source: "body",
|
|
6982
|
+
type: "object",
|
|
6983
|
+
required: false,
|
|
6984
|
+
description: "Raw request body JSON (overrides individual fields)"
|
|
6985
|
+
}
|
|
6986
|
+
],
|
|
6987
|
+
hasRequestBody: true
|
|
6988
|
+
},
|
|
6933
6989
|
{
|
|
6934
6990
|
operationId: "PublicStageActivitiesController_list",
|
|
6935
6991
|
displayName: "List activities (Stages)",
|
|
@@ -7494,6 +7550,71 @@ var operations = [
|
|
|
7494
7550
|
],
|
|
7495
7551
|
hasRequestBody: true
|
|
7496
7552
|
},
|
|
7553
|
+
{
|
|
7554
|
+
operationId: "PublicStageActivitiesController_createThread",
|
|
7555
|
+
displayName: "Create thread activity (Stages)",
|
|
7556
|
+
description: "Create thread activity (Stages)",
|
|
7557
|
+
method: "POST",
|
|
7558
|
+
path: "/jobs/{jobId}/stages/{stageId}/activities/thread",
|
|
7559
|
+
commandPath: ["stages", "activities", "thread", "create"],
|
|
7560
|
+
options: [
|
|
7561
|
+
{
|
|
7562
|
+
name: "stageId",
|
|
7563
|
+
cliName: "stage-id",
|
|
7564
|
+
optionKey: "stageId",
|
|
7565
|
+
source: "path",
|
|
7566
|
+
type: "string",
|
|
7567
|
+
required: true,
|
|
7568
|
+
description: "Stage ID or stage number"
|
|
7569
|
+
},
|
|
7570
|
+
{
|
|
7571
|
+
name: "jobId",
|
|
7572
|
+
cliName: "job-id",
|
|
7573
|
+
optionKey: "jobId",
|
|
7574
|
+
source: "path",
|
|
7575
|
+
type: "string",
|
|
7576
|
+
required: true,
|
|
7577
|
+
description: ""
|
|
7578
|
+
},
|
|
7579
|
+
{
|
|
7580
|
+
name: "body",
|
|
7581
|
+
cliName: "body",
|
|
7582
|
+
optionKey: "body",
|
|
7583
|
+
source: "body",
|
|
7584
|
+
type: "string",
|
|
7585
|
+
required: true,
|
|
7586
|
+
description: "Message body content (HTML supported for email)"
|
|
7587
|
+
},
|
|
7588
|
+
{
|
|
7589
|
+
name: "integrationType",
|
|
7590
|
+
cliName: "integration-type",
|
|
7591
|
+
optionKey: "integrationType",
|
|
7592
|
+
source: "body",
|
|
7593
|
+
type: "string",
|
|
7594
|
+
required: true,
|
|
7595
|
+
description: ""
|
|
7596
|
+
},
|
|
7597
|
+
{
|
|
7598
|
+
name: "sharing",
|
|
7599
|
+
cliName: "sharing",
|
|
7600
|
+
optionKey: "sharing",
|
|
7601
|
+
source: "body",
|
|
7602
|
+
type: "object",
|
|
7603
|
+
required: false,
|
|
7604
|
+
description: "Sharing options — control visibility to customer portal and field app"
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
name: "raw-body",
|
|
7608
|
+
cliName: "raw-body",
|
|
7609
|
+
optionKey: "rawBody",
|
|
7610
|
+
source: "body",
|
|
7611
|
+
type: "object",
|
|
7612
|
+
required: false,
|
|
7613
|
+
description: "Raw request body JSON (overrides individual fields)"
|
|
7614
|
+
}
|
|
7615
|
+
],
|
|
7616
|
+
hasRequestBody: true
|
|
7617
|
+
},
|
|
7497
7618
|
{
|
|
7498
7619
|
operationId: "PublicJobFilesController_list",
|
|
7499
7620
|
displayName: "List files (Jobs)",
|