@workbuddy/cli-vnext 1.0.67 → 1.0.68
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 +24 -24
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11411,7 +11411,7 @@ var operations = [
|
|
|
11411
11411
|
source: "body",
|
|
11412
11412
|
type: "string",
|
|
11413
11413
|
required: true,
|
|
11414
|
-
description: ""
|
|
11414
|
+
description: "First name"
|
|
11415
11415
|
},
|
|
11416
11416
|
{
|
|
11417
11417
|
name: "lastName",
|
|
@@ -11420,7 +11420,7 @@ var operations = [
|
|
|
11420
11420
|
source: "body",
|
|
11421
11421
|
type: "string",
|
|
11422
11422
|
required: true,
|
|
11423
|
-
description: ""
|
|
11423
|
+
description: "Last name"
|
|
11424
11424
|
},
|
|
11425
11425
|
{
|
|
11426
11426
|
name: "email",
|
|
@@ -11429,7 +11429,7 @@ var operations = [
|
|
|
11429
11429
|
source: "body",
|
|
11430
11430
|
type: "string",
|
|
11431
11431
|
required: false,
|
|
11432
|
-
description: "Email address",
|
|
11432
|
+
description: "Email address. Required when login is true.",
|
|
11433
11433
|
format: "email"
|
|
11434
11434
|
},
|
|
11435
11435
|
{
|
|
@@ -11439,7 +11439,7 @@ var operations = [
|
|
|
11439
11439
|
source: "body",
|
|
11440
11440
|
type: "string",
|
|
11441
11441
|
required: false,
|
|
11442
|
-
description: "Phone
|
|
11442
|
+
description: "Phone"
|
|
11443
11443
|
},
|
|
11444
11444
|
{
|
|
11445
11445
|
name: "mobile",
|
|
@@ -11448,7 +11448,7 @@ var operations = [
|
|
|
11448
11448
|
source: "body",
|
|
11449
11449
|
type: "string",
|
|
11450
11450
|
required: false,
|
|
11451
|
-
description: "Mobile
|
|
11451
|
+
description: "Mobile"
|
|
11452
11452
|
},
|
|
11453
11453
|
{
|
|
11454
11454
|
name: "title",
|
|
@@ -11457,7 +11457,7 @@ var operations = [
|
|
|
11457
11457
|
source: "body",
|
|
11458
11458
|
type: "string",
|
|
11459
11459
|
required: false,
|
|
11460
|
-
description: ""
|
|
11460
|
+
description: "Job title"
|
|
11461
11461
|
},
|
|
11462
11462
|
{
|
|
11463
11463
|
name: "note",
|
|
@@ -11466,7 +11466,7 @@ var operations = [
|
|
|
11466
11466
|
source: "body",
|
|
11467
11467
|
type: "string",
|
|
11468
11468
|
required: false,
|
|
11469
|
-
description: ""
|
|
11469
|
+
description: "Note"
|
|
11470
11470
|
},
|
|
11471
11471
|
{
|
|
11472
11472
|
name: "integrationId",
|
|
@@ -11475,7 +11475,7 @@ var operations = [
|
|
|
11475
11475
|
source: "body",
|
|
11476
11476
|
type: "string",
|
|
11477
11477
|
required: false,
|
|
11478
|
-
description: "integration
|
|
11478
|
+
description: "External integration identifier"
|
|
11479
11479
|
},
|
|
11480
11480
|
{
|
|
11481
11481
|
name: "login",
|
|
@@ -11484,7 +11484,7 @@ var operations = [
|
|
|
11484
11484
|
source: "body",
|
|
11485
11485
|
type: "boolean",
|
|
11486
11486
|
required: true,
|
|
11487
|
-
description: ""
|
|
11487
|
+
description: "false = basic contact. true = external user with portal login (requires email and roleId)."
|
|
11488
11488
|
},
|
|
11489
11489
|
{
|
|
11490
11490
|
name: "roleId",
|
|
@@ -11493,7 +11493,7 @@ var operations = [
|
|
|
11493
11493
|
source: "body",
|
|
11494
11494
|
type: "string",
|
|
11495
11495
|
required: false,
|
|
11496
|
-
description: "role
|
|
11496
|
+
description: "Portal security role id. Required when login is true. List via GET /settings/roles/client-portal or /settings/roles/contractor-portal."
|
|
11497
11497
|
},
|
|
11498
11498
|
{
|
|
11499
11499
|
name: "sendEmail",
|
|
@@ -11502,7 +11502,7 @@ var operations = [
|
|
|
11502
11502
|
source: "body",
|
|
11503
11503
|
type: "boolean",
|
|
11504
11504
|
required: false,
|
|
11505
|
-
description: ""
|
|
11505
|
+
description: "Send invite email when login is true. Default true."
|
|
11506
11506
|
},
|
|
11507
11507
|
{
|
|
11508
11508
|
name: "autoDispatch",
|
|
@@ -11511,7 +11511,7 @@ var operations = [
|
|
|
11511
11511
|
source: "body",
|
|
11512
11512
|
type: "boolean",
|
|
11513
11513
|
required: false,
|
|
11514
|
-
description: ""
|
|
11514
|
+
description: "Automatically dispatch when contractor is assigned. Only for external users under a contractor."
|
|
11515
11515
|
},
|
|
11516
11516
|
{
|
|
11517
11517
|
name: "raw-body",
|
|
@@ -12309,7 +12309,7 @@ var operations = [
|
|
|
12309
12309
|
source: "body",
|
|
12310
12310
|
type: "string",
|
|
12311
12311
|
required: true,
|
|
12312
|
-
description: ""
|
|
12312
|
+
description: "First name"
|
|
12313
12313
|
},
|
|
12314
12314
|
{
|
|
12315
12315
|
name: "lastName",
|
|
@@ -12318,7 +12318,7 @@ var operations = [
|
|
|
12318
12318
|
source: "body",
|
|
12319
12319
|
type: "string",
|
|
12320
12320
|
required: true,
|
|
12321
|
-
description: ""
|
|
12321
|
+
description: "Last name"
|
|
12322
12322
|
},
|
|
12323
12323
|
{
|
|
12324
12324
|
name: "email",
|
|
@@ -12327,7 +12327,7 @@ var operations = [
|
|
|
12327
12327
|
source: "body",
|
|
12328
12328
|
type: "string",
|
|
12329
12329
|
required: false,
|
|
12330
|
-
description: "Email address",
|
|
12330
|
+
description: "Email address. Required when login is true.",
|
|
12331
12331
|
format: "email"
|
|
12332
12332
|
},
|
|
12333
12333
|
{
|
|
@@ -12337,7 +12337,7 @@ var operations = [
|
|
|
12337
12337
|
source: "body",
|
|
12338
12338
|
type: "string",
|
|
12339
12339
|
required: false,
|
|
12340
|
-
description: "Phone
|
|
12340
|
+
description: "Phone"
|
|
12341
12341
|
},
|
|
12342
12342
|
{
|
|
12343
12343
|
name: "mobile",
|
|
@@ -12346,7 +12346,7 @@ var operations = [
|
|
|
12346
12346
|
source: "body",
|
|
12347
12347
|
type: "string",
|
|
12348
12348
|
required: false,
|
|
12349
|
-
description: "Mobile
|
|
12349
|
+
description: "Mobile"
|
|
12350
12350
|
},
|
|
12351
12351
|
{
|
|
12352
12352
|
name: "title",
|
|
@@ -12355,7 +12355,7 @@ var operations = [
|
|
|
12355
12355
|
source: "body",
|
|
12356
12356
|
type: "string",
|
|
12357
12357
|
required: false,
|
|
12358
|
-
description: ""
|
|
12358
|
+
description: "Job title"
|
|
12359
12359
|
},
|
|
12360
12360
|
{
|
|
12361
12361
|
name: "note",
|
|
@@ -12364,7 +12364,7 @@ var operations = [
|
|
|
12364
12364
|
source: "body",
|
|
12365
12365
|
type: "string",
|
|
12366
12366
|
required: false,
|
|
12367
|
-
description: ""
|
|
12367
|
+
description: "Note"
|
|
12368
12368
|
},
|
|
12369
12369
|
{
|
|
12370
12370
|
name: "integrationId",
|
|
@@ -12373,7 +12373,7 @@ var operations = [
|
|
|
12373
12373
|
source: "body",
|
|
12374
12374
|
type: "string",
|
|
12375
12375
|
required: false,
|
|
12376
|
-
description: "integration
|
|
12376
|
+
description: "External integration identifier"
|
|
12377
12377
|
},
|
|
12378
12378
|
{
|
|
12379
12379
|
name: "login",
|
|
@@ -12382,7 +12382,7 @@ var operations = [
|
|
|
12382
12382
|
source: "body",
|
|
12383
12383
|
type: "boolean",
|
|
12384
12384
|
required: true,
|
|
12385
|
-
description: ""
|
|
12385
|
+
description: "false = basic contact. true = external user with portal login (requires email and roleId)."
|
|
12386
12386
|
},
|
|
12387
12387
|
{
|
|
12388
12388
|
name: "roleId",
|
|
@@ -12391,7 +12391,7 @@ var operations = [
|
|
|
12391
12391
|
source: "body",
|
|
12392
12392
|
type: "string",
|
|
12393
12393
|
required: false,
|
|
12394
|
-
description: "role
|
|
12394
|
+
description: "Portal security role id. Required when login is true. List via GET /settings/roles/client-portal or /settings/roles/contractor-portal."
|
|
12395
12395
|
},
|
|
12396
12396
|
{
|
|
12397
12397
|
name: "sendEmail",
|
|
@@ -12400,7 +12400,7 @@ var operations = [
|
|
|
12400
12400
|
source: "body",
|
|
12401
12401
|
type: "boolean",
|
|
12402
12402
|
required: false,
|
|
12403
|
-
description: ""
|
|
12403
|
+
description: "Send invite email when login is true. Default true."
|
|
12404
12404
|
},
|
|
12405
12405
|
{
|
|
12406
12406
|
name: "autoDispatch",
|
|
@@ -12409,7 +12409,7 @@ var operations = [
|
|
|
12409
12409
|
source: "body",
|
|
12410
12410
|
type: "boolean",
|
|
12411
12411
|
required: false,
|
|
12412
|
-
description: ""
|
|
12412
|
+
description: "Automatically dispatch when contractor is assigned. Only for external users under a contractor."
|
|
12413
12413
|
},
|
|
12414
12414
|
{
|
|
12415
12415
|
name: "raw-body",
|