@workbuddy/n8n-nodes-workbuddy-edge 1.0.18 → 1.0.20
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.
|
@@ -326,7 +326,7 @@ class WorkBuddy {
|
|
|
326
326
|
name: 'mode',
|
|
327
327
|
type: 'options',
|
|
328
328
|
default: '',
|
|
329
|
-
description: '',
|
|
329
|
+
description: 'Search mode',
|
|
330
330
|
required: false,
|
|
331
331
|
displayOptions: {
|
|
332
332
|
show: {
|
|
@@ -356,7 +356,7 @@ class WorkBuddy {
|
|
|
356
356
|
name: 'limit',
|
|
357
357
|
type: 'number',
|
|
358
358
|
default: 50,
|
|
359
|
-
description: '',
|
|
359
|
+
description: 'Maximum number of results to return',
|
|
360
360
|
required: false,
|
|
361
361
|
displayOptions: {
|
|
362
362
|
show: {
|
|
@@ -376,7 +376,7 @@ class WorkBuddy {
|
|
|
376
376
|
name: 'cursor',
|
|
377
377
|
type: 'string',
|
|
378
378
|
default: '',
|
|
379
|
-
description: '',
|
|
379
|
+
description: 'Pagination cursor from a previous response',
|
|
380
380
|
required: false,
|
|
381
381
|
displayOptions: {
|
|
382
382
|
show: {
|
|
@@ -396,7 +396,7 @@ class WorkBuddy {
|
|
|
396
396
|
name: 'sortBy',
|
|
397
397
|
type: 'options',
|
|
398
398
|
default: 'created_at',
|
|
399
|
-
description: '',
|
|
399
|
+
description: 'Field to sort results by',
|
|
400
400
|
required: false,
|
|
401
401
|
displayOptions: {
|
|
402
402
|
show: {
|
|
@@ -434,7 +434,7 @@ class WorkBuddy {
|
|
|
434
434
|
name: 'sortDirection',
|
|
435
435
|
type: 'options',
|
|
436
436
|
default: 'desc',
|
|
437
|
-
description: '',
|
|
437
|
+
description: 'Sort direction: asc or desc',
|
|
438
438
|
required: false,
|
|
439
439
|
displayOptions: {
|
|
440
440
|
show: {
|
|
@@ -464,7 +464,7 @@ class WorkBuddy {
|
|
|
464
464
|
name: 'status',
|
|
465
465
|
type: 'string',
|
|
466
466
|
default: '',
|
|
467
|
-
description: '',
|
|
467
|
+
description: 'Status filter',
|
|
468
468
|
required: false,
|
|
469
469
|
displayOptions: {
|
|
470
470
|
show: {
|
|
@@ -484,7 +484,7 @@ class WorkBuddy {
|
|
|
484
484
|
name: 'customer',
|
|
485
485
|
type: 'string',
|
|
486
486
|
default: '',
|
|
487
|
-
description: '',
|
|
487
|
+
description: 'Inline customer object — alternative to customerId',
|
|
488
488
|
required: false,
|
|
489
489
|
displayOptions: {
|
|
490
490
|
show: {
|
|
@@ -504,7 +504,7 @@ class WorkBuddy {
|
|
|
504
504
|
name: 'site',
|
|
505
505
|
type: 'string',
|
|
506
506
|
default: '',
|
|
507
|
-
description: '',
|
|
507
|
+
description: 'Inline site object — alternative to siteId',
|
|
508
508
|
required: false,
|
|
509
509
|
displayOptions: {
|
|
510
510
|
show: {
|
|
@@ -744,7 +744,7 @@ class WorkBuddy {
|
|
|
744
744
|
name: 'search',
|
|
745
745
|
type: 'string',
|
|
746
746
|
default: '',
|
|
747
|
-
description: '',
|
|
747
|
+
description: 'Free-text search query',
|
|
748
748
|
required: false,
|
|
749
749
|
displayOptions: {
|
|
750
750
|
show: {
|
|
@@ -765,7 +765,7 @@ class WorkBuddy {
|
|
|
765
765
|
type: 'collection',
|
|
766
766
|
default: {},
|
|
767
767
|
placeholder: 'Add Created Date',
|
|
768
|
-
description: '',
|
|
768
|
+
description: 'Date range filter for creation date',
|
|
769
769
|
required: false,
|
|
770
770
|
displayOptions: {
|
|
771
771
|
show: {
|
|
@@ -1125,7 +1125,7 @@ class WorkBuddy {
|
|
|
1125
1125
|
type: 'collection',
|
|
1126
1126
|
default: {},
|
|
1127
1127
|
placeholder: 'Add Due Date',
|
|
1128
|
-
description: '',
|
|
1128
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
1129
1129
|
required: false,
|
|
1130
1130
|
displayOptions: {
|
|
1131
1131
|
show: {
|
|
@@ -1485,7 +1485,7 @@ class WorkBuddy {
|
|
|
1485
1485
|
type: 'collection',
|
|
1486
1486
|
default: {},
|
|
1487
1487
|
placeholder: 'Add Completed Date',
|
|
1488
|
-
description: '',
|
|
1488
|
+
description: 'Completion date (ISO 8601 datetime)',
|
|
1489
1489
|
required: false,
|
|
1490
1490
|
displayOptions: {
|
|
1491
1491
|
show: {
|
|
@@ -1845,7 +1845,7 @@ class WorkBuddy {
|
|
|
1845
1845
|
type: 'collection',
|
|
1846
1846
|
default: {},
|
|
1847
1847
|
placeholder: 'Add Finalised Date',
|
|
1848
|
-
description: '',
|
|
1848
|
+
description: 'Finalisation date (ISO 8601 datetime)',
|
|
1849
1849
|
required: false,
|
|
1850
1850
|
displayOptions: {
|
|
1851
1851
|
show: {
|
|
@@ -2205,7 +2205,7 @@ class WorkBuddy {
|
|
|
2205
2205
|
type: 'collection',
|
|
2206
2206
|
default: {},
|
|
2207
2207
|
placeholder: 'Add Stage Due Date',
|
|
2208
|
-
description: '',
|
|
2208
|
+
description: 'stage due date (ISO 8601 datetime)',
|
|
2209
2209
|
required: false,
|
|
2210
2210
|
displayOptions: {
|
|
2211
2211
|
show: {
|
|
@@ -2565,7 +2565,7 @@ class WorkBuddy {
|
|
|
2565
2565
|
type: 'collection',
|
|
2566
2566
|
default: {},
|
|
2567
2567
|
placeholder: 'Add Stage Completed Date',
|
|
2568
|
-
description: '',
|
|
2568
|
+
description: 'stage completed date (ISO 8601 datetime)',
|
|
2569
2569
|
required: false,
|
|
2570
2570
|
displayOptions: {
|
|
2571
2571
|
show: {
|
|
@@ -2924,7 +2924,7 @@ class WorkBuddy {
|
|
|
2924
2924
|
name: 'fields',
|
|
2925
2925
|
type: 'string',
|
|
2926
2926
|
default: '',
|
|
2927
|
-
description: '',
|
|
2927
|
+
description: 'Field projection — array of field names to include in the response',
|
|
2928
2928
|
required: false,
|
|
2929
2929
|
displayOptions: {
|
|
2930
2930
|
show: {
|
|
@@ -2944,7 +2944,7 @@ class WorkBuddy {
|
|
|
2944
2944
|
name: 'include',
|
|
2945
2945
|
type: 'multiOptions',
|
|
2946
2946
|
default: '',
|
|
2947
|
-
description: '',
|
|
2947
|
+
description: 'Related entities to include in the response',
|
|
2948
2948
|
required: false,
|
|
2949
2949
|
displayOptions: {
|
|
2950
2950
|
show: {
|
|
@@ -3002,7 +3002,7 @@ class WorkBuddy {
|
|
|
3002
3002
|
name: 'reason',
|
|
3003
3003
|
type: 'string',
|
|
3004
3004
|
default: '',
|
|
3005
|
-
description: '',
|
|
3005
|
+
description: 'Reason for the action (e.g. cancellation reason)',
|
|
3006
3006
|
required: true,
|
|
3007
3007
|
displayOptions: {
|
|
3008
3008
|
show: {
|
|
@@ -3022,7 +3022,7 @@ class WorkBuddy {
|
|
|
3022
3022
|
name: 'name',
|
|
3023
3023
|
type: 'string',
|
|
3024
3024
|
default: '',
|
|
3025
|
-
description: '',
|
|
3025
|
+
description: 'Display name',
|
|
3026
3026
|
required: false,
|
|
3027
3027
|
displayOptions: {
|
|
3028
3028
|
show: {
|
|
@@ -3042,7 +3042,7 @@ class WorkBuddy {
|
|
|
3042
3042
|
name: 'description',
|
|
3043
3043
|
type: 'string',
|
|
3044
3044
|
default: '',
|
|
3045
|
-
description: '',
|
|
3045
|
+
description: 'Detailed description',
|
|
3046
3046
|
required: false,
|
|
3047
3047
|
displayOptions: {
|
|
3048
3048
|
show: {
|
|
@@ -3062,7 +3062,7 @@ class WorkBuddy {
|
|
|
3062
3062
|
name: 'customerId',
|
|
3063
3063
|
type: 'options',
|
|
3064
3064
|
default: '',
|
|
3065
|
-
description: '',
|
|
3065
|
+
description: 'Customer ID — use /crm/customers to look up',
|
|
3066
3066
|
required: false,
|
|
3067
3067
|
displayOptions: {
|
|
3068
3068
|
show: {
|
|
@@ -3086,7 +3086,7 @@ class WorkBuddy {
|
|
|
3086
3086
|
type: 'collection',
|
|
3087
3087
|
default: {},
|
|
3088
3088
|
placeholder: 'Add Customer',
|
|
3089
|
-
description: '',
|
|
3089
|
+
description: 'Inline customer object — alternative to customerId',
|
|
3090
3090
|
required: false,
|
|
3091
3091
|
displayOptions: {
|
|
3092
3092
|
show: {
|
|
@@ -3100,21 +3100,21 @@ class WorkBuddy {
|
|
|
3100
3100
|
name: 'name',
|
|
3101
3101
|
type: 'string',
|
|
3102
3102
|
default: '',
|
|
3103
|
-
description: '',
|
|
3103
|
+
description: 'Display name',
|
|
3104
3104
|
},
|
|
3105
3105
|
{
|
|
3106
3106
|
displayName: 'Email',
|
|
3107
3107
|
name: 'email',
|
|
3108
3108
|
type: 'string',
|
|
3109
3109
|
default: '',
|
|
3110
|
-
description: '',
|
|
3110
|
+
description: 'Email address',
|
|
3111
3111
|
},
|
|
3112
3112
|
{
|
|
3113
3113
|
displayName: 'Phone',
|
|
3114
3114
|
name: 'phone',
|
|
3115
3115
|
type: 'string',
|
|
3116
3116
|
default: '',
|
|
3117
|
-
description: '',
|
|
3117
|
+
description: 'Phone number',
|
|
3118
3118
|
},
|
|
3119
3119
|
],
|
|
3120
3120
|
routing: {
|
|
@@ -3129,7 +3129,7 @@ class WorkBuddy {
|
|
|
3129
3129
|
name: 'siteId',
|
|
3130
3130
|
type: 'options',
|
|
3131
3131
|
default: '',
|
|
3132
|
-
description: '',
|
|
3132
|
+
description: 'Site ID — use /crm/sites to look up',
|
|
3133
3133
|
required: false,
|
|
3134
3134
|
displayOptions: {
|
|
3135
3135
|
show: {
|
|
@@ -3152,7 +3152,7 @@ class WorkBuddy {
|
|
|
3152
3152
|
name: 'site',
|
|
3153
3153
|
type: 'json',
|
|
3154
3154
|
default: {},
|
|
3155
|
-
description: '',
|
|
3155
|
+
description: 'Inline site object — alternative to siteId',
|
|
3156
3156
|
required: false,
|
|
3157
3157
|
displayOptions: {
|
|
3158
3158
|
show: {
|
|
@@ -3172,7 +3172,7 @@ class WorkBuddy {
|
|
|
3172
3172
|
name: 'contactId',
|
|
3173
3173
|
type: 'string',
|
|
3174
3174
|
default: '',
|
|
3175
|
-
description: '',
|
|
3175
|
+
description: 'Contact ID — use /crm/contacts to look up',
|
|
3176
3176
|
required: false,
|
|
3177
3177
|
displayOptions: {
|
|
3178
3178
|
show: {
|
|
@@ -3193,7 +3193,7 @@ class WorkBuddy {
|
|
|
3193
3193
|
type: 'collection',
|
|
3194
3194
|
default: {},
|
|
3195
3195
|
placeholder: 'Add Contact',
|
|
3196
|
-
description: '',
|
|
3196
|
+
description: 'Inline contact object — alternative to contactId',
|
|
3197
3197
|
required: false,
|
|
3198
3198
|
displayOptions: {
|
|
3199
3199
|
show: {
|
|
@@ -3207,21 +3207,21 @@ class WorkBuddy {
|
|
|
3207
3207
|
name: 'name',
|
|
3208
3208
|
type: 'string',
|
|
3209
3209
|
default: '',
|
|
3210
|
-
description: '',
|
|
3210
|
+
description: 'Display name',
|
|
3211
3211
|
},
|
|
3212
3212
|
{
|
|
3213
3213
|
displayName: 'Phone',
|
|
3214
3214
|
name: 'phone',
|
|
3215
3215
|
type: 'string',
|
|
3216
3216
|
default: '',
|
|
3217
|
-
description: '',
|
|
3217
|
+
description: 'Phone number',
|
|
3218
3218
|
},
|
|
3219
3219
|
{
|
|
3220
3220
|
displayName: 'Email',
|
|
3221
3221
|
name: 'email',
|
|
3222
3222
|
type: 'string',
|
|
3223
3223
|
default: '',
|
|
3224
|
-
description: '',
|
|
3224
|
+
description: 'Email address',
|
|
3225
3225
|
},
|
|
3226
3226
|
],
|
|
3227
3227
|
routing: {
|
|
@@ -3236,7 +3236,7 @@ class WorkBuddy {
|
|
|
3236
3236
|
name: 'typeId',
|
|
3237
3237
|
type: 'options',
|
|
3238
3238
|
default: '',
|
|
3239
|
-
description: '',
|
|
3239
|
+
description: 'Job type ID — use /settings/job-types to look up',
|
|
3240
3240
|
required: false,
|
|
3241
3241
|
displayOptions: {
|
|
3242
3242
|
show: {
|
|
@@ -3259,7 +3259,7 @@ class WorkBuddy {
|
|
|
3259
3259
|
name: 'priorityId',
|
|
3260
3260
|
type: 'options',
|
|
3261
3261
|
default: '',
|
|
3262
|
-
description: '',
|
|
3262
|
+
description: 'Priority ID — use /settings/priorities to look up',
|
|
3263
3263
|
required: false,
|
|
3264
3264
|
displayOptions: {
|
|
3265
3265
|
show: {
|
|
@@ -3282,7 +3282,7 @@ class WorkBuddy {
|
|
|
3282
3282
|
name: 'priceBookId',
|
|
3283
3283
|
type: 'string',
|
|
3284
3284
|
default: '',
|
|
3285
|
-
description: '',
|
|
3285
|
+
description: 'Price book ID for job pricing',
|
|
3286
3286
|
required: false,
|
|
3287
3287
|
displayOptions: {
|
|
3288
3288
|
show: {
|
|
@@ -3302,7 +3302,7 @@ class WorkBuddy {
|
|
|
3302
3302
|
name: 'ownerId',
|
|
3303
3303
|
type: 'options',
|
|
3304
3304
|
default: '',
|
|
3305
|
-
description: '',
|
|
3305
|
+
description: 'Owner (employee) ID — use /crm/employees to look up',
|
|
3306
3306
|
required: false,
|
|
3307
3307
|
displayOptions: {
|
|
3308
3308
|
show: {
|
|
@@ -3325,7 +3325,7 @@ class WorkBuddy {
|
|
|
3325
3325
|
name: 'fieldSupervisorId',
|
|
3326
3326
|
type: 'options',
|
|
3327
3327
|
default: '',
|
|
3328
|
-
description: '',
|
|
3328
|
+
description: 'Field supervisor (employee) ID — use /crm/employees to look up',
|
|
3329
3329
|
required: false,
|
|
3330
3330
|
displayOptions: {
|
|
3331
3331
|
show: {
|
|
@@ -3348,7 +3348,7 @@ class WorkBuddy {
|
|
|
3348
3348
|
name: 'zoneId',
|
|
3349
3349
|
type: 'options',
|
|
3350
3350
|
default: '',
|
|
3351
|
-
description: '',
|
|
3351
|
+
description: 'Zone ID — use /settings/zones to look up',
|
|
3352
3352
|
required: false,
|
|
3353
3353
|
displayOptions: {
|
|
3354
3354
|
show: {
|
|
@@ -3371,7 +3371,7 @@ class WorkBuddy {
|
|
|
3371
3371
|
name: 'tagIds',
|
|
3372
3372
|
type: 'string',
|
|
3373
3373
|
default: '',
|
|
3374
|
-
description: '',
|
|
3374
|
+
description: 'Array of tag IDs (comma-separated, e.g. "id1,id2") — use /settings/tags to look up',
|
|
3375
3375
|
required: false,
|
|
3376
3376
|
displayOptions: {
|
|
3377
3377
|
show: {
|
|
@@ -3391,7 +3391,7 @@ class WorkBuddy {
|
|
|
3391
3391
|
name: 'notes',
|
|
3392
3392
|
type: 'string',
|
|
3393
3393
|
default: '',
|
|
3394
|
-
description: '',
|
|
3394
|
+
description: 'Additional notes or comments',
|
|
3395
3395
|
required: false,
|
|
3396
3396
|
displayOptions: {
|
|
3397
3397
|
show: {
|
|
@@ -3411,7 +3411,7 @@ class WorkBuddy {
|
|
|
3411
3411
|
name: 'reference',
|
|
3412
3412
|
type: 'string',
|
|
3413
3413
|
default: '',
|
|
3414
|
-
description: '',
|
|
3414
|
+
description: 'External reference number',
|
|
3415
3415
|
required: false,
|
|
3416
3416
|
displayOptions: {
|
|
3417
3417
|
show: {
|
|
@@ -3431,7 +3431,7 @@ class WorkBuddy {
|
|
|
3431
3431
|
name: 'customerWO',
|
|
3432
3432
|
type: 'string',
|
|
3433
3433
|
default: '',
|
|
3434
|
-
description: '',
|
|
3434
|
+
description: 'Customer work order reference',
|
|
3435
3435
|
required: false,
|
|
3436
3436
|
displayOptions: {
|
|
3437
3437
|
show: {
|
|
@@ -3451,7 +3451,7 @@ class WorkBuddy {
|
|
|
3451
3451
|
name: 'customerPO',
|
|
3452
3452
|
type: 'string',
|
|
3453
3453
|
default: '',
|
|
3454
|
-
description: '',
|
|
3454
|
+
description: 'Customer purchase order reference',
|
|
3455
3455
|
required: false,
|
|
3456
3456
|
displayOptions: {
|
|
3457
3457
|
show: {
|
|
@@ -3471,7 +3471,7 @@ class WorkBuddy {
|
|
|
3471
3471
|
name: 'templateId',
|
|
3472
3472
|
type: 'string',
|
|
3473
3473
|
default: '',
|
|
3474
|
-
description: '',
|
|
3474
|
+
description: 'Template ID to pre-populate fields from a template',
|
|
3475
3475
|
required: false,
|
|
3476
3476
|
displayOptions: {
|
|
3477
3477
|
show: {
|
|
@@ -3491,7 +3491,7 @@ class WorkBuddy {
|
|
|
3491
3491
|
name: 'startDate',
|
|
3492
3492
|
type: 'dateTime',
|
|
3493
3493
|
default: '',
|
|
3494
|
-
description: '',
|
|
3494
|
+
description: 'Start date (ISO 8601 datetime)',
|
|
3495
3495
|
required: false,
|
|
3496
3496
|
displayOptions: {
|
|
3497
3497
|
show: {
|
|
@@ -3511,7 +3511,7 @@ class WorkBuddy {
|
|
|
3511
3511
|
name: 'dueDate',
|
|
3512
3512
|
type: 'dateTime',
|
|
3513
3513
|
default: '',
|
|
3514
|
-
description: '',
|
|
3514
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
3515
3515
|
required: false,
|
|
3516
3516
|
displayOptions: {
|
|
3517
3517
|
show: {
|
|
@@ -3531,7 +3531,7 @@ class WorkBuddy {
|
|
|
3531
3531
|
name: 'customFields',
|
|
3532
3532
|
type: 'json',
|
|
3533
3533
|
default: {},
|
|
3534
|
-
description: '',
|
|
3534
|
+
description: 'Custom fields as key-value pairs — validated against tenant field definitions',
|
|
3535
3535
|
required: false,
|
|
3536
3536
|
displayOptions: {
|
|
3537
3537
|
show: {
|
|
@@ -3565,7 +3565,7 @@ class WorkBuddy {
|
|
|
3565
3565
|
name: 'updatedAt',
|
|
3566
3566
|
type: 'dateTime',
|
|
3567
3567
|
default: '',
|
|
3568
|
-
description: '',
|
|
3568
|
+
description: 'For optimistic concurrency — update fails if entity was modified after this timestamp',
|
|
3569
3569
|
required: false,
|
|
3570
3570
|
displayOptions: {
|
|
3571
3571
|
show: {
|
|
@@ -3585,7 +3585,7 @@ class WorkBuddy {
|
|
|
3585
3585
|
name: 'name',
|
|
3586
3586
|
type: 'string',
|
|
3587
3587
|
default: '',
|
|
3588
|
-
description: '',
|
|
3588
|
+
description: 'Display name',
|
|
3589
3589
|
required: false,
|
|
3590
3590
|
displayOptions: {
|
|
3591
3591
|
show: {
|
|
@@ -3605,7 +3605,7 @@ class WorkBuddy {
|
|
|
3605
3605
|
name: 'description',
|
|
3606
3606
|
type: 'string',
|
|
3607
3607
|
default: '',
|
|
3608
|
-
description: '',
|
|
3608
|
+
description: 'Detailed description',
|
|
3609
3609
|
required: false,
|
|
3610
3610
|
displayOptions: {
|
|
3611
3611
|
show: {
|
|
@@ -3625,7 +3625,7 @@ class WorkBuddy {
|
|
|
3625
3625
|
name: 'siteId',
|
|
3626
3626
|
type: 'options',
|
|
3627
3627
|
default: '',
|
|
3628
|
-
description: '',
|
|
3628
|
+
description: 'Site ID — use /crm/sites to look up',
|
|
3629
3629
|
required: false,
|
|
3630
3630
|
displayOptions: {
|
|
3631
3631
|
show: {
|
|
@@ -3648,7 +3648,7 @@ class WorkBuddy {
|
|
|
3648
3648
|
name: 'contactId',
|
|
3649
3649
|
type: 'string',
|
|
3650
3650
|
default: '',
|
|
3651
|
-
description: '',
|
|
3651
|
+
description: 'Contact ID — use /crm/contacts to look up',
|
|
3652
3652
|
required: false,
|
|
3653
3653
|
displayOptions: {
|
|
3654
3654
|
show: {
|
|
@@ -3668,7 +3668,7 @@ class WorkBuddy {
|
|
|
3668
3668
|
name: 'typeId',
|
|
3669
3669
|
type: 'options',
|
|
3670
3670
|
default: '',
|
|
3671
|
-
description: '',
|
|
3671
|
+
description: 'Job type ID — use /settings/job-types to look up',
|
|
3672
3672
|
required: false,
|
|
3673
3673
|
displayOptions: {
|
|
3674
3674
|
show: {
|
|
@@ -3691,7 +3691,7 @@ class WorkBuddy {
|
|
|
3691
3691
|
name: 'priorityId',
|
|
3692
3692
|
type: 'options',
|
|
3693
3693
|
default: '',
|
|
3694
|
-
description: '',
|
|
3694
|
+
description: 'Priority ID — use /settings/priorities to look up',
|
|
3695
3695
|
required: false,
|
|
3696
3696
|
displayOptions: {
|
|
3697
3697
|
show: {
|
|
@@ -3714,7 +3714,7 @@ class WorkBuddy {
|
|
|
3714
3714
|
name: 'priceBookId',
|
|
3715
3715
|
type: 'string',
|
|
3716
3716
|
default: '',
|
|
3717
|
-
description: '',
|
|
3717
|
+
description: 'Price book ID for job pricing',
|
|
3718
3718
|
required: false,
|
|
3719
3719
|
displayOptions: {
|
|
3720
3720
|
show: {
|
|
@@ -3734,7 +3734,7 @@ class WorkBuddy {
|
|
|
3734
3734
|
name: 'ownerId',
|
|
3735
3735
|
type: 'options',
|
|
3736
3736
|
default: '',
|
|
3737
|
-
description: '',
|
|
3737
|
+
description: 'Owner (employee) ID — use /crm/employees to look up',
|
|
3738
3738
|
required: false,
|
|
3739
3739
|
displayOptions: {
|
|
3740
3740
|
show: {
|
|
@@ -3757,7 +3757,7 @@ class WorkBuddy {
|
|
|
3757
3757
|
name: 'fieldSupervisorId',
|
|
3758
3758
|
type: 'options',
|
|
3759
3759
|
default: '',
|
|
3760
|
-
description: '',
|
|
3760
|
+
description: 'Field supervisor (employee) ID — use /crm/employees to look up',
|
|
3761
3761
|
required: false,
|
|
3762
3762
|
displayOptions: {
|
|
3763
3763
|
show: {
|
|
@@ -3780,7 +3780,7 @@ class WorkBuddy {
|
|
|
3780
3780
|
name: 'zoneId',
|
|
3781
3781
|
type: 'options',
|
|
3782
3782
|
default: '',
|
|
3783
|
-
description: '',
|
|
3783
|
+
description: 'Zone ID — use /settings/zones to look up',
|
|
3784
3784
|
required: false,
|
|
3785
3785
|
displayOptions: {
|
|
3786
3786
|
show: {
|
|
@@ -3803,7 +3803,7 @@ class WorkBuddy {
|
|
|
3803
3803
|
name: 'tagIds',
|
|
3804
3804
|
type: 'string',
|
|
3805
3805
|
default: '',
|
|
3806
|
-
description: '',
|
|
3806
|
+
description: 'Array of tag IDs (comma-separated, e.g. "id1,id2") — use /settings/tags to look up',
|
|
3807
3807
|
required: false,
|
|
3808
3808
|
displayOptions: {
|
|
3809
3809
|
show: {
|
|
@@ -3823,7 +3823,7 @@ class WorkBuddy {
|
|
|
3823
3823
|
name: 'notes',
|
|
3824
3824
|
type: 'string',
|
|
3825
3825
|
default: '',
|
|
3826
|
-
description: '',
|
|
3826
|
+
description: 'Additional notes or comments',
|
|
3827
3827
|
required: false,
|
|
3828
3828
|
displayOptions: {
|
|
3829
3829
|
show: {
|
|
@@ -3843,7 +3843,7 @@ class WorkBuddy {
|
|
|
3843
3843
|
name: 'reference',
|
|
3844
3844
|
type: 'string',
|
|
3845
3845
|
default: '',
|
|
3846
|
-
description: '',
|
|
3846
|
+
description: 'External reference number',
|
|
3847
3847
|
required: false,
|
|
3848
3848
|
displayOptions: {
|
|
3849
3849
|
show: {
|
|
@@ -3863,7 +3863,7 @@ class WorkBuddy {
|
|
|
3863
3863
|
name: 'customerWO',
|
|
3864
3864
|
type: 'string',
|
|
3865
3865
|
default: '',
|
|
3866
|
-
description: '',
|
|
3866
|
+
description: 'Customer work order reference',
|
|
3867
3867
|
required: false,
|
|
3868
3868
|
displayOptions: {
|
|
3869
3869
|
show: {
|
|
@@ -3883,7 +3883,7 @@ class WorkBuddy {
|
|
|
3883
3883
|
name: 'customerPO',
|
|
3884
3884
|
type: 'string',
|
|
3885
3885
|
default: '',
|
|
3886
|
-
description: '',
|
|
3886
|
+
description: 'Customer purchase order reference',
|
|
3887
3887
|
required: false,
|
|
3888
3888
|
displayOptions: {
|
|
3889
3889
|
show: {
|
|
@@ -3903,7 +3903,7 @@ class WorkBuddy {
|
|
|
3903
3903
|
name: 'startDate',
|
|
3904
3904
|
type: 'dateTime',
|
|
3905
3905
|
default: '',
|
|
3906
|
-
description: '',
|
|
3906
|
+
description: 'Start date (ISO 8601 datetime)',
|
|
3907
3907
|
required: false,
|
|
3908
3908
|
displayOptions: {
|
|
3909
3909
|
show: {
|
|
@@ -3923,7 +3923,7 @@ class WorkBuddy {
|
|
|
3923
3923
|
name: 'dueDate',
|
|
3924
3924
|
type: 'dateTime',
|
|
3925
3925
|
default: '',
|
|
3926
|
-
description: '',
|
|
3926
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
3927
3927
|
required: false,
|
|
3928
3928
|
displayOptions: {
|
|
3929
3929
|
show: {
|
|
@@ -3943,7 +3943,7 @@ class WorkBuddy {
|
|
|
3943
3943
|
name: 'customFields',
|
|
3944
3944
|
type: 'json',
|
|
3945
3945
|
default: {},
|
|
3946
|
-
description: '',
|
|
3946
|
+
description: 'Custom fields as key-value pairs — validated against tenant field definitions',
|
|
3947
3947
|
required: false,
|
|
3948
3948
|
displayOptions: {
|
|
3949
3949
|
show: {
|
|
@@ -4292,7 +4292,7 @@ class WorkBuddy {
|
|
|
4292
4292
|
name: 'jobId',
|
|
4293
4293
|
type: 'string',
|
|
4294
4294
|
default: '',
|
|
4295
|
-
description: '',
|
|
4295
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
4296
4296
|
required: true,
|
|
4297
4297
|
displayOptions: {
|
|
4298
4298
|
show: {
|
|
@@ -4312,7 +4312,7 @@ class WorkBuddy {
|
|
|
4312
4312
|
name: 'name',
|
|
4313
4313
|
type: 'string',
|
|
4314
4314
|
default: '',
|
|
4315
|
-
description: '',
|
|
4315
|
+
description: 'Display name',
|
|
4316
4316
|
required: true,
|
|
4317
4317
|
displayOptions: {
|
|
4318
4318
|
show: {
|
|
@@ -4332,7 +4332,7 @@ class WorkBuddy {
|
|
|
4332
4332
|
name: 'workCategoryId',
|
|
4333
4333
|
type: 'options',
|
|
4334
4334
|
default: '',
|
|
4335
|
-
description: '',
|
|
4335
|
+
description: 'Work category ID — use /settings/work-types to look up',
|
|
4336
4336
|
required: false,
|
|
4337
4337
|
displayOptions: {
|
|
4338
4338
|
show: {
|
|
@@ -4355,7 +4355,7 @@ class WorkBuddy {
|
|
|
4355
4355
|
name: 'sequence',
|
|
4356
4356
|
type: 'number',
|
|
4357
4357
|
default: 0,
|
|
4358
|
-
description: '',
|
|
4358
|
+
description: 'Display order / sequence number',
|
|
4359
4359
|
required: false,
|
|
4360
4360
|
displayOptions: {
|
|
4361
4361
|
show: {
|
|
@@ -4375,7 +4375,7 @@ class WorkBuddy {
|
|
|
4375
4375
|
name: 'startDate',
|
|
4376
4376
|
type: 'string',
|
|
4377
4377
|
default: '',
|
|
4378
|
-
description: '',
|
|
4378
|
+
description: 'Start date (ISO 8601 datetime)',
|
|
4379
4379
|
required: false,
|
|
4380
4380
|
displayOptions: {
|
|
4381
4381
|
show: {
|
|
@@ -4395,7 +4395,7 @@ class WorkBuddy {
|
|
|
4395
4395
|
name: 'dueDate',
|
|
4396
4396
|
type: 'string',
|
|
4397
4397
|
default: '',
|
|
4398
|
-
description: '',
|
|
4398
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
4399
4399
|
required: false,
|
|
4400
4400
|
displayOptions: {
|
|
4401
4401
|
show: {
|
|
@@ -4415,7 +4415,7 @@ class WorkBuddy {
|
|
|
4415
4415
|
name: 'notes',
|
|
4416
4416
|
type: 'string',
|
|
4417
4417
|
default: '',
|
|
4418
|
-
description: '',
|
|
4418
|
+
description: 'Additional notes or comments',
|
|
4419
4419
|
required: false,
|
|
4420
4420
|
displayOptions: {
|
|
4421
4421
|
show: {
|
|
@@ -4435,7 +4435,7 @@ class WorkBuddy {
|
|
|
4435
4435
|
name: 'customFields',
|
|
4436
4436
|
type: 'json',
|
|
4437
4437
|
default: {},
|
|
4438
|
-
description: '',
|
|
4438
|
+
description: 'Custom fields as key-value pairs — validated against tenant field definitions',
|
|
4439
4439
|
required: false,
|
|
4440
4440
|
displayOptions: {
|
|
4441
4441
|
show: {
|
|
@@ -4469,7 +4469,7 @@ class WorkBuddy {
|
|
|
4469
4469
|
name: 'name',
|
|
4470
4470
|
type: 'string',
|
|
4471
4471
|
default: '',
|
|
4472
|
-
description: '',
|
|
4472
|
+
description: 'Display name',
|
|
4473
4473
|
required: false,
|
|
4474
4474
|
displayOptions: {
|
|
4475
4475
|
show: {
|
|
@@ -4489,7 +4489,7 @@ class WorkBuddy {
|
|
|
4489
4489
|
name: 'workCategoryId',
|
|
4490
4490
|
type: 'options',
|
|
4491
4491
|
default: '',
|
|
4492
|
-
description: '',
|
|
4492
|
+
description: 'Work category ID — use /settings/work-types to look up',
|
|
4493
4493
|
required: false,
|
|
4494
4494
|
displayOptions: {
|
|
4495
4495
|
show: {
|
|
@@ -4512,7 +4512,7 @@ class WorkBuddy {
|
|
|
4512
4512
|
name: 'startDate',
|
|
4513
4513
|
type: 'string',
|
|
4514
4514
|
default: '',
|
|
4515
|
-
description: '',
|
|
4515
|
+
description: 'Start date (ISO 8601 datetime)',
|
|
4516
4516
|
required: false,
|
|
4517
4517
|
displayOptions: {
|
|
4518
4518
|
show: {
|
|
@@ -4532,7 +4532,7 @@ class WorkBuddy {
|
|
|
4532
4532
|
name: 'dueDate',
|
|
4533
4533
|
type: 'string',
|
|
4534
4534
|
default: '',
|
|
4535
|
-
description: '',
|
|
4535
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
4536
4536
|
required: false,
|
|
4537
4537
|
displayOptions: {
|
|
4538
4538
|
show: {
|
|
@@ -4552,7 +4552,7 @@ class WorkBuddy {
|
|
|
4552
4552
|
name: 'notes',
|
|
4553
4553
|
type: 'string',
|
|
4554
4554
|
default: '',
|
|
4555
|
-
description: '',
|
|
4555
|
+
description: 'Additional notes or comments',
|
|
4556
4556
|
required: false,
|
|
4557
4557
|
displayOptions: {
|
|
4558
4558
|
show: {
|
|
@@ -4704,7 +4704,7 @@ class WorkBuddy {
|
|
|
4704
4704
|
name: 'customFields',
|
|
4705
4705
|
type: 'json',
|
|
4706
4706
|
default: {},
|
|
4707
|
-
description: '',
|
|
4707
|
+
description: 'Custom fields as key-value pairs — validated against tenant field definitions',
|
|
4708
4708
|
required: false,
|
|
4709
4709
|
displayOptions: {
|
|
4710
4710
|
show: {
|
|
@@ -4766,7 +4766,7 @@ class WorkBuddy {
|
|
|
4766
4766
|
name: 'completedDate',
|
|
4767
4767
|
type: 'dateTime',
|
|
4768
4768
|
default: '',
|
|
4769
|
-
description: '',
|
|
4769
|
+
description: 'Completion date (ISO 8601 datetime)',
|
|
4770
4770
|
required: false,
|
|
4771
4771
|
displayOptions: {
|
|
4772
4772
|
show: {
|
|
@@ -4786,7 +4786,7 @@ class WorkBuddy {
|
|
|
4786
4786
|
name: 'notes',
|
|
4787
4787
|
type: 'string',
|
|
4788
4788
|
default: '',
|
|
4789
|
-
description: '',
|
|
4789
|
+
description: 'Additional notes or comments',
|
|
4790
4790
|
required: false,
|
|
4791
4791
|
displayOptions: {
|
|
4792
4792
|
show: {
|
|
@@ -4820,7 +4820,7 @@ class WorkBuddy {
|
|
|
4820
4820
|
name: 'finalisedDate',
|
|
4821
4821
|
type: 'dateTime',
|
|
4822
4822
|
default: '',
|
|
4823
|
-
description: '',
|
|
4823
|
+
description: 'Finalisation date (ISO 8601 datetime)',
|
|
4824
4824
|
required: false,
|
|
4825
4825
|
displayOptions: {
|
|
4826
4826
|
show: {
|
|
@@ -5155,7 +5155,7 @@ class WorkBuddy {
|
|
|
5155
5155
|
name: 'stageId',
|
|
5156
5156
|
type: 'string',
|
|
5157
5157
|
default: '',
|
|
5158
|
-
description: '',
|
|
5158
|
+
description: 'Stage ID or stage number',
|
|
5159
5159
|
required: true,
|
|
5160
5160
|
displayOptions: {
|
|
5161
5161
|
show: {
|
|
@@ -5175,7 +5175,7 @@ class WorkBuddy {
|
|
|
5175
5175
|
name: 'contactId',
|
|
5176
5176
|
type: 'string',
|
|
5177
5177
|
default: '',
|
|
5178
|
-
description: '',
|
|
5178
|
+
description: 'Contact ID — use /crm/contacts to look up',
|
|
5179
5179
|
required: true,
|
|
5180
5180
|
displayOptions: {
|
|
5181
5181
|
show: {
|
|
@@ -5363,7 +5363,7 @@ class WorkBuddy {
|
|
|
5363
5363
|
name: 'stageId',
|
|
5364
5364
|
type: 'string',
|
|
5365
5365
|
default: '',
|
|
5366
|
-
description: '',
|
|
5366
|
+
description: 'Stage ID or stage number',
|
|
5367
5367
|
required: true,
|
|
5368
5368
|
displayOptions: {
|
|
5369
5369
|
show: {
|
|
@@ -5383,7 +5383,7 @@ class WorkBuddy {
|
|
|
5383
5383
|
name: 'status',
|
|
5384
5384
|
type: 'options',
|
|
5385
5385
|
default: '',
|
|
5386
|
-
description: '',
|
|
5386
|
+
description: 'Status filter',
|
|
5387
5387
|
required: true,
|
|
5388
5388
|
displayOptions: {
|
|
5389
5389
|
show: {
|
|
@@ -5883,7 +5883,7 @@ class WorkBuddy {
|
|
|
5883
5883
|
name: 'jobId',
|
|
5884
5884
|
type: 'string',
|
|
5885
5885
|
default: '',
|
|
5886
|
-
description: '',
|
|
5886
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
5887
5887
|
required: true,
|
|
5888
5888
|
displayOptions: {
|
|
5889
5889
|
show: {
|
|
@@ -5897,7 +5897,7 @@ class WorkBuddy {
|
|
|
5897
5897
|
name: 'jobId',
|
|
5898
5898
|
type: 'string',
|
|
5899
5899
|
default: '',
|
|
5900
|
-
description: '',
|
|
5900
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
5901
5901
|
required: true,
|
|
5902
5902
|
displayOptions: {
|
|
5903
5903
|
show: {
|
|
@@ -5925,7 +5925,7 @@ class WorkBuddy {
|
|
|
5925
5925
|
name: 'jobId',
|
|
5926
5926
|
type: 'string',
|
|
5927
5927
|
default: '',
|
|
5928
|
-
description: '',
|
|
5928
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
5929
5929
|
required: true,
|
|
5930
5930
|
displayOptions: {
|
|
5931
5931
|
show: {
|
|
@@ -5953,7 +5953,7 @@ class WorkBuddy {
|
|
|
5953
5953
|
name: 'jobId',
|
|
5954
5954
|
type: 'string',
|
|
5955
5955
|
default: '',
|
|
5956
|
-
description: '',
|
|
5956
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
5957
5957
|
required: true,
|
|
5958
5958
|
displayOptions: {
|
|
5959
5959
|
show: {
|
|
@@ -5967,7 +5967,7 @@ class WorkBuddy {
|
|
|
5967
5967
|
name: 'body',
|
|
5968
5968
|
type: 'string',
|
|
5969
5969
|
default: '',
|
|
5970
|
-
description: '',
|
|
5970
|
+
description: 'Message body content (HTML supported for email)',
|
|
5971
5971
|
required: true,
|
|
5972
5972
|
displayOptions: {
|
|
5973
5973
|
show: {
|
|
@@ -5987,7 +5987,7 @@ class WorkBuddy {
|
|
|
5987
5987
|
name: 'labelIds',
|
|
5988
5988
|
type: 'string',
|
|
5989
5989
|
default: '',
|
|
5990
|
-
description: '',
|
|
5990
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
5991
5991
|
required: false,
|
|
5992
5992
|
displayOptions: {
|
|
5993
5993
|
show: {
|
|
@@ -6007,7 +6007,7 @@ class WorkBuddy {
|
|
|
6007
6007
|
name: 'attachmentIds',
|
|
6008
6008
|
type: 'string',
|
|
6009
6009
|
default: '',
|
|
6010
|
-
description: '',
|
|
6010
|
+
description: 'Attachment IDs from the upload endpoint (comma-separated, e.g. "id1,id2")',
|
|
6011
6011
|
required: false,
|
|
6012
6012
|
displayOptions: {
|
|
6013
6013
|
show: {
|
|
@@ -6028,7 +6028,7 @@ class WorkBuddy {
|
|
|
6028
6028
|
type: 'collection',
|
|
6029
6029
|
default: {},
|
|
6030
6030
|
placeholder: 'Add Sharing',
|
|
6031
|
-
description: '',
|
|
6031
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
6032
6032
|
required: false,
|
|
6033
6033
|
displayOptions: {
|
|
6034
6034
|
show: {
|
|
@@ -6071,7 +6071,7 @@ class WorkBuddy {
|
|
|
6071
6071
|
name: 'jobId',
|
|
6072
6072
|
type: 'string',
|
|
6073
6073
|
default: '',
|
|
6074
|
-
description: '',
|
|
6074
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
6075
6075
|
required: true,
|
|
6076
6076
|
displayOptions: {
|
|
6077
6077
|
show: {
|
|
@@ -6085,7 +6085,7 @@ class WorkBuddy {
|
|
|
6085
6085
|
name: 'templateId',
|
|
6086
6086
|
type: 'string',
|
|
6087
6087
|
default: '',
|
|
6088
|
-
description: '',
|
|
6088
|
+
description: 'Template ID to pre-populate fields from a template',
|
|
6089
6089
|
required: false,
|
|
6090
6090
|
displayOptions: {
|
|
6091
6091
|
show: {
|
|
@@ -6105,7 +6105,7 @@ class WorkBuddy {
|
|
|
6105
6105
|
name: 'subject',
|
|
6106
6106
|
type: 'string',
|
|
6107
6107
|
default: '',
|
|
6108
|
-
description: '',
|
|
6108
|
+
description: 'Email subject line',
|
|
6109
6109
|
required: false,
|
|
6110
6110
|
displayOptions: {
|
|
6111
6111
|
show: {
|
|
@@ -6125,7 +6125,7 @@ class WorkBuddy {
|
|
|
6125
6125
|
name: 'body',
|
|
6126
6126
|
type: 'string',
|
|
6127
6127
|
default: '',
|
|
6128
|
-
description: '',
|
|
6128
|
+
description: 'Message body content (HTML supported for email)',
|
|
6129
6129
|
required: false,
|
|
6130
6130
|
displayOptions: {
|
|
6131
6131
|
show: {
|
|
@@ -6145,7 +6145,7 @@ class WorkBuddy {
|
|
|
6145
6145
|
name: 'to',
|
|
6146
6146
|
type: 'string',
|
|
6147
6147
|
default: '',
|
|
6148
|
-
description: '
|
|
6148
|
+
description: 'Recipients',
|
|
6149
6149
|
required: false,
|
|
6150
6150
|
displayOptions: {
|
|
6151
6151
|
show: {
|
|
@@ -6169,7 +6169,7 @@ class WorkBuddy {
|
|
|
6169
6169
|
name: 'cc',
|
|
6170
6170
|
type: 'string',
|
|
6171
6171
|
default: '',
|
|
6172
|
-
description: '
|
|
6172
|
+
description: 'CC recipients',
|
|
6173
6173
|
required: false,
|
|
6174
6174
|
displayOptions: {
|
|
6175
6175
|
show: {
|
|
@@ -6193,7 +6193,7 @@ class WorkBuddy {
|
|
|
6193
6193
|
name: 'bcc',
|
|
6194
6194
|
type: 'string',
|
|
6195
6195
|
default: '',
|
|
6196
|
-
description: '
|
|
6196
|
+
description: 'BCC recipients',
|
|
6197
6197
|
required: false,
|
|
6198
6198
|
displayOptions: {
|
|
6199
6199
|
show: {
|
|
@@ -6217,7 +6217,7 @@ class WorkBuddy {
|
|
|
6217
6217
|
name: 'labelIds',
|
|
6218
6218
|
type: 'string',
|
|
6219
6219
|
default: '',
|
|
6220
|
-
description: '',
|
|
6220
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
6221
6221
|
required: false,
|
|
6222
6222
|
displayOptions: {
|
|
6223
6223
|
show: {
|
|
@@ -6237,7 +6237,7 @@ class WorkBuddy {
|
|
|
6237
6237
|
name: 'attachmentIds',
|
|
6238
6238
|
type: 'string',
|
|
6239
6239
|
default: '',
|
|
6240
|
-
description: '',
|
|
6240
|
+
description: 'Attachment IDs from the upload endpoint (comma-separated, e.g. "id1,id2")',
|
|
6241
6241
|
required: false,
|
|
6242
6242
|
displayOptions: {
|
|
6243
6243
|
show: {
|
|
@@ -6258,7 +6258,7 @@ class WorkBuddy {
|
|
|
6258
6258
|
type: 'collection',
|
|
6259
6259
|
default: {},
|
|
6260
6260
|
placeholder: 'Add Sharing',
|
|
6261
|
-
description: '',
|
|
6261
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
6262
6262
|
required: false,
|
|
6263
6263
|
displayOptions: {
|
|
6264
6264
|
show: {
|
|
@@ -6301,7 +6301,7 @@ class WorkBuddy {
|
|
|
6301
6301
|
name: 'jobId',
|
|
6302
6302
|
type: 'string',
|
|
6303
6303
|
default: '',
|
|
6304
|
-
description: '',
|
|
6304
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
6305
6305
|
required: true,
|
|
6306
6306
|
displayOptions: {
|
|
6307
6307
|
show: {
|
|
@@ -6315,7 +6315,7 @@ class WorkBuddy {
|
|
|
6315
6315
|
name: 'templateId',
|
|
6316
6316
|
type: 'string',
|
|
6317
6317
|
default: '',
|
|
6318
|
-
description: '',
|
|
6318
|
+
description: 'Template ID to pre-populate fields from a template',
|
|
6319
6319
|
required: false,
|
|
6320
6320
|
displayOptions: {
|
|
6321
6321
|
show: {
|
|
@@ -6335,7 +6335,7 @@ class WorkBuddy {
|
|
|
6335
6335
|
name: 'body',
|
|
6336
6336
|
type: 'string',
|
|
6337
6337
|
default: '',
|
|
6338
|
-
description: '',
|
|
6338
|
+
description: 'Message body content (HTML supported for email)',
|
|
6339
6339
|
required: false,
|
|
6340
6340
|
displayOptions: {
|
|
6341
6341
|
show: {
|
|
@@ -6355,7 +6355,7 @@ class WorkBuddy {
|
|
|
6355
6355
|
name: 'to',
|
|
6356
6356
|
type: 'string',
|
|
6357
6357
|
default: '',
|
|
6358
|
-
description: '
|
|
6358
|
+
description: 'Recipients',
|
|
6359
6359
|
required: false,
|
|
6360
6360
|
displayOptions: {
|
|
6361
6361
|
show: {
|
|
@@ -6379,7 +6379,7 @@ class WorkBuddy {
|
|
|
6379
6379
|
name: 'labelIds',
|
|
6380
6380
|
type: 'string',
|
|
6381
6381
|
default: '',
|
|
6382
|
-
description: '',
|
|
6382
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
6383
6383
|
required: false,
|
|
6384
6384
|
displayOptions: {
|
|
6385
6385
|
show: {
|
|
@@ -6400,7 +6400,7 @@ class WorkBuddy {
|
|
|
6400
6400
|
type: 'collection',
|
|
6401
6401
|
default: {},
|
|
6402
6402
|
placeholder: 'Add Sharing',
|
|
6403
|
-
description: '',
|
|
6403
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
6404
6404
|
required: false,
|
|
6405
6405
|
displayOptions: {
|
|
6406
6406
|
show: {
|
|
@@ -6443,7 +6443,7 @@ class WorkBuddy {
|
|
|
6443
6443
|
name: 'jobId',
|
|
6444
6444
|
type: 'string',
|
|
6445
6445
|
default: '',
|
|
6446
|
-
description: '',
|
|
6446
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
6447
6447
|
required: true,
|
|
6448
6448
|
displayOptions: {
|
|
6449
6449
|
show: {
|
|
@@ -6557,7 +6557,7 @@ class WorkBuddy {
|
|
|
6557
6557
|
name: 'callDate',
|
|
6558
6558
|
type: 'dateTime',
|
|
6559
6559
|
default: '',
|
|
6560
|
-
description: '',
|
|
6560
|
+
description: 'call date (ISO 8601 datetime)',
|
|
6561
6561
|
required: false,
|
|
6562
6562
|
displayOptions: {
|
|
6563
6563
|
show: {
|
|
@@ -6577,7 +6577,7 @@ class WorkBuddy {
|
|
|
6577
6577
|
name: 'body',
|
|
6578
6578
|
type: 'string',
|
|
6579
6579
|
default: '',
|
|
6580
|
-
description: '',
|
|
6580
|
+
description: 'Message body content (HTML supported for email)',
|
|
6581
6581
|
required: false,
|
|
6582
6582
|
displayOptions: {
|
|
6583
6583
|
show: {
|
|
@@ -6597,7 +6597,7 @@ class WorkBuddy {
|
|
|
6597
6597
|
name: 'labelIds',
|
|
6598
6598
|
type: 'string',
|
|
6599
6599
|
default: '',
|
|
6600
|
-
description: '',
|
|
6600
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
6601
6601
|
required: false,
|
|
6602
6602
|
displayOptions: {
|
|
6603
6603
|
show: {
|
|
@@ -6618,7 +6618,7 @@ class WorkBuddy {
|
|
|
6618
6618
|
type: 'collection',
|
|
6619
6619
|
default: {},
|
|
6620
6620
|
placeholder: 'Add Sharing',
|
|
6621
|
-
description: '',
|
|
6621
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
6622
6622
|
required: false,
|
|
6623
6623
|
displayOptions: {
|
|
6624
6624
|
show: {
|
|
@@ -6661,7 +6661,7 @@ class WorkBuddy {
|
|
|
6661
6661
|
name: 'jobId',
|
|
6662
6662
|
type: 'string',
|
|
6663
6663
|
default: '',
|
|
6664
|
-
description: '',
|
|
6664
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
6665
6665
|
required: true,
|
|
6666
6666
|
displayOptions: {
|
|
6667
6667
|
show: {
|
|
@@ -6675,7 +6675,7 @@ class WorkBuddy {
|
|
|
6675
6675
|
name: 'body',
|
|
6676
6676
|
type: 'string',
|
|
6677
6677
|
default: '',
|
|
6678
|
-
description: '',
|
|
6678
|
+
description: 'Message body content (HTML supported for email)',
|
|
6679
6679
|
required: true,
|
|
6680
6680
|
displayOptions: {
|
|
6681
6681
|
show: {
|
|
@@ -6716,7 +6716,7 @@ class WorkBuddy {
|
|
|
6716
6716
|
type: 'collection',
|
|
6717
6717
|
default: {},
|
|
6718
6718
|
placeholder: 'Add Sharing',
|
|
6719
|
-
description: '',
|
|
6719
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
6720
6720
|
required: false,
|
|
6721
6721
|
displayOptions: {
|
|
6722
6722
|
show: {
|
|
@@ -6870,7 +6870,7 @@ class WorkBuddy {
|
|
|
6870
6870
|
name: 'stageId',
|
|
6871
6871
|
type: 'string',
|
|
6872
6872
|
default: '',
|
|
6873
|
-
description: '',
|
|
6873
|
+
description: 'Stage ID or stage number',
|
|
6874
6874
|
required: true,
|
|
6875
6875
|
displayOptions: {
|
|
6876
6876
|
show: {
|
|
@@ -6898,7 +6898,7 @@ class WorkBuddy {
|
|
|
6898
6898
|
name: 'stageId',
|
|
6899
6899
|
type: 'string',
|
|
6900
6900
|
default: '',
|
|
6901
|
-
description: '',
|
|
6901
|
+
description: 'Stage ID or stage number',
|
|
6902
6902
|
required: true,
|
|
6903
6903
|
displayOptions: {
|
|
6904
6904
|
show: {
|
|
@@ -6940,7 +6940,7 @@ class WorkBuddy {
|
|
|
6940
6940
|
name: 'stageId',
|
|
6941
6941
|
type: 'string',
|
|
6942
6942
|
default: '',
|
|
6943
|
-
description: '',
|
|
6943
|
+
description: 'Stage ID or stage number',
|
|
6944
6944
|
required: true,
|
|
6945
6945
|
displayOptions: {
|
|
6946
6946
|
show: {
|
|
@@ -6982,7 +6982,7 @@ class WorkBuddy {
|
|
|
6982
6982
|
name: 'stageId',
|
|
6983
6983
|
type: 'string',
|
|
6984
6984
|
default: '',
|
|
6985
|
-
description: '',
|
|
6985
|
+
description: 'Stage ID or stage number',
|
|
6986
6986
|
required: true,
|
|
6987
6987
|
displayOptions: {
|
|
6988
6988
|
show: {
|
|
@@ -7010,7 +7010,7 @@ class WorkBuddy {
|
|
|
7010
7010
|
name: 'body',
|
|
7011
7011
|
type: 'string',
|
|
7012
7012
|
default: '',
|
|
7013
|
-
description: '',
|
|
7013
|
+
description: 'Message body content (HTML supported for email)',
|
|
7014
7014
|
required: true,
|
|
7015
7015
|
displayOptions: {
|
|
7016
7016
|
show: {
|
|
@@ -7030,7 +7030,7 @@ class WorkBuddy {
|
|
|
7030
7030
|
name: 'labelIds',
|
|
7031
7031
|
type: 'string',
|
|
7032
7032
|
default: '',
|
|
7033
|
-
description: '',
|
|
7033
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
7034
7034
|
required: false,
|
|
7035
7035
|
displayOptions: {
|
|
7036
7036
|
show: {
|
|
@@ -7050,7 +7050,7 @@ class WorkBuddy {
|
|
|
7050
7050
|
name: 'attachmentIds',
|
|
7051
7051
|
type: 'string',
|
|
7052
7052
|
default: '',
|
|
7053
|
-
description: '',
|
|
7053
|
+
description: 'Attachment IDs from the upload endpoint (comma-separated, e.g. "id1,id2")',
|
|
7054
7054
|
required: false,
|
|
7055
7055
|
displayOptions: {
|
|
7056
7056
|
show: {
|
|
@@ -7071,7 +7071,7 @@ class WorkBuddy {
|
|
|
7071
7071
|
type: 'collection',
|
|
7072
7072
|
default: {},
|
|
7073
7073
|
placeholder: 'Add Sharing',
|
|
7074
|
-
description: '',
|
|
7074
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
7075
7075
|
required: false,
|
|
7076
7076
|
displayOptions: {
|
|
7077
7077
|
show: {
|
|
@@ -7114,7 +7114,7 @@ class WorkBuddy {
|
|
|
7114
7114
|
name: 'stageId',
|
|
7115
7115
|
type: 'string',
|
|
7116
7116
|
default: '',
|
|
7117
|
-
description: '',
|
|
7117
|
+
description: 'Stage ID or stage number',
|
|
7118
7118
|
required: true,
|
|
7119
7119
|
displayOptions: {
|
|
7120
7120
|
show: {
|
|
@@ -7142,7 +7142,7 @@ class WorkBuddy {
|
|
|
7142
7142
|
name: 'templateId',
|
|
7143
7143
|
type: 'string',
|
|
7144
7144
|
default: '',
|
|
7145
|
-
description: '',
|
|
7145
|
+
description: 'Template ID to pre-populate fields from a template',
|
|
7146
7146
|
required: false,
|
|
7147
7147
|
displayOptions: {
|
|
7148
7148
|
show: {
|
|
@@ -7162,7 +7162,7 @@ class WorkBuddy {
|
|
|
7162
7162
|
name: 'subject',
|
|
7163
7163
|
type: 'string',
|
|
7164
7164
|
default: '',
|
|
7165
|
-
description: '',
|
|
7165
|
+
description: 'Email subject line',
|
|
7166
7166
|
required: false,
|
|
7167
7167
|
displayOptions: {
|
|
7168
7168
|
show: {
|
|
@@ -7182,7 +7182,7 @@ class WorkBuddy {
|
|
|
7182
7182
|
name: 'body',
|
|
7183
7183
|
type: 'string',
|
|
7184
7184
|
default: '',
|
|
7185
|
-
description: '',
|
|
7185
|
+
description: 'Message body content (HTML supported for email)',
|
|
7186
7186
|
required: false,
|
|
7187
7187
|
displayOptions: {
|
|
7188
7188
|
show: {
|
|
@@ -7202,7 +7202,7 @@ class WorkBuddy {
|
|
|
7202
7202
|
name: 'to',
|
|
7203
7203
|
type: 'string',
|
|
7204
7204
|
default: '',
|
|
7205
|
-
description: '
|
|
7205
|
+
description: 'Recipients',
|
|
7206
7206
|
required: false,
|
|
7207
7207
|
displayOptions: {
|
|
7208
7208
|
show: {
|
|
@@ -7226,7 +7226,7 @@ class WorkBuddy {
|
|
|
7226
7226
|
name: 'cc',
|
|
7227
7227
|
type: 'string',
|
|
7228
7228
|
default: '',
|
|
7229
|
-
description: '
|
|
7229
|
+
description: 'CC recipients',
|
|
7230
7230
|
required: false,
|
|
7231
7231
|
displayOptions: {
|
|
7232
7232
|
show: {
|
|
@@ -7250,7 +7250,7 @@ class WorkBuddy {
|
|
|
7250
7250
|
name: 'bcc',
|
|
7251
7251
|
type: 'string',
|
|
7252
7252
|
default: '',
|
|
7253
|
-
description: '
|
|
7253
|
+
description: 'BCC recipients',
|
|
7254
7254
|
required: false,
|
|
7255
7255
|
displayOptions: {
|
|
7256
7256
|
show: {
|
|
@@ -7274,7 +7274,7 @@ class WorkBuddy {
|
|
|
7274
7274
|
name: 'labelIds',
|
|
7275
7275
|
type: 'string',
|
|
7276
7276
|
default: '',
|
|
7277
|
-
description: '',
|
|
7277
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
7278
7278
|
required: false,
|
|
7279
7279
|
displayOptions: {
|
|
7280
7280
|
show: {
|
|
@@ -7294,7 +7294,7 @@ class WorkBuddy {
|
|
|
7294
7294
|
name: 'attachmentIds',
|
|
7295
7295
|
type: 'string',
|
|
7296
7296
|
default: '',
|
|
7297
|
-
description: '',
|
|
7297
|
+
description: 'Attachment IDs from the upload endpoint (comma-separated, e.g. "id1,id2")',
|
|
7298
7298
|
required: false,
|
|
7299
7299
|
displayOptions: {
|
|
7300
7300
|
show: {
|
|
@@ -7315,7 +7315,7 @@ class WorkBuddy {
|
|
|
7315
7315
|
type: 'collection',
|
|
7316
7316
|
default: {},
|
|
7317
7317
|
placeholder: 'Add Sharing',
|
|
7318
|
-
description: '',
|
|
7318
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
7319
7319
|
required: false,
|
|
7320
7320
|
displayOptions: {
|
|
7321
7321
|
show: {
|
|
@@ -7358,7 +7358,7 @@ class WorkBuddy {
|
|
|
7358
7358
|
name: 'stageId',
|
|
7359
7359
|
type: 'string',
|
|
7360
7360
|
default: '',
|
|
7361
|
-
description: '',
|
|
7361
|
+
description: 'Stage ID or stage number',
|
|
7362
7362
|
required: true,
|
|
7363
7363
|
displayOptions: {
|
|
7364
7364
|
show: {
|
|
@@ -7386,7 +7386,7 @@ class WorkBuddy {
|
|
|
7386
7386
|
name: 'templateId',
|
|
7387
7387
|
type: 'string',
|
|
7388
7388
|
default: '',
|
|
7389
|
-
description: '',
|
|
7389
|
+
description: 'Template ID to pre-populate fields from a template',
|
|
7390
7390
|
required: false,
|
|
7391
7391
|
displayOptions: {
|
|
7392
7392
|
show: {
|
|
@@ -7406,7 +7406,7 @@ class WorkBuddy {
|
|
|
7406
7406
|
name: 'body',
|
|
7407
7407
|
type: 'string',
|
|
7408
7408
|
default: '',
|
|
7409
|
-
description: '',
|
|
7409
|
+
description: 'Message body content (HTML supported for email)',
|
|
7410
7410
|
required: false,
|
|
7411
7411
|
displayOptions: {
|
|
7412
7412
|
show: {
|
|
@@ -7426,7 +7426,7 @@ class WorkBuddy {
|
|
|
7426
7426
|
name: 'to',
|
|
7427
7427
|
type: 'string',
|
|
7428
7428
|
default: '',
|
|
7429
|
-
description: '
|
|
7429
|
+
description: 'Recipients',
|
|
7430
7430
|
required: false,
|
|
7431
7431
|
displayOptions: {
|
|
7432
7432
|
show: {
|
|
@@ -7450,7 +7450,7 @@ class WorkBuddy {
|
|
|
7450
7450
|
name: 'labelIds',
|
|
7451
7451
|
type: 'string',
|
|
7452
7452
|
default: '',
|
|
7453
|
-
description: '',
|
|
7453
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
7454
7454
|
required: false,
|
|
7455
7455
|
displayOptions: {
|
|
7456
7456
|
show: {
|
|
@@ -7471,7 +7471,7 @@ class WorkBuddy {
|
|
|
7471
7471
|
type: 'collection',
|
|
7472
7472
|
default: {},
|
|
7473
7473
|
placeholder: 'Add Sharing',
|
|
7474
|
-
description: '',
|
|
7474
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
7475
7475
|
required: false,
|
|
7476
7476
|
displayOptions: {
|
|
7477
7477
|
show: {
|
|
@@ -7514,7 +7514,7 @@ class WorkBuddy {
|
|
|
7514
7514
|
name: 'stageId',
|
|
7515
7515
|
type: 'string',
|
|
7516
7516
|
default: '',
|
|
7517
|
-
description: '',
|
|
7517
|
+
description: 'Stage ID or stage number',
|
|
7518
7518
|
required: true,
|
|
7519
7519
|
displayOptions: {
|
|
7520
7520
|
show: {
|
|
@@ -7642,7 +7642,7 @@ class WorkBuddy {
|
|
|
7642
7642
|
name: 'callDate',
|
|
7643
7643
|
type: 'dateTime',
|
|
7644
7644
|
default: '',
|
|
7645
|
-
description: '',
|
|
7645
|
+
description: 'call date (ISO 8601 datetime)',
|
|
7646
7646
|
required: false,
|
|
7647
7647
|
displayOptions: {
|
|
7648
7648
|
show: {
|
|
@@ -7662,7 +7662,7 @@ class WorkBuddy {
|
|
|
7662
7662
|
name: 'body',
|
|
7663
7663
|
type: 'string',
|
|
7664
7664
|
default: '',
|
|
7665
|
-
description: '',
|
|
7665
|
+
description: 'Message body content (HTML supported for email)',
|
|
7666
7666
|
required: false,
|
|
7667
7667
|
displayOptions: {
|
|
7668
7668
|
show: {
|
|
@@ -7682,7 +7682,7 @@ class WorkBuddy {
|
|
|
7682
7682
|
name: 'labelIds',
|
|
7683
7683
|
type: 'string',
|
|
7684
7684
|
default: '',
|
|
7685
|
-
description: '',
|
|
7685
|
+
description: 'Array of label/tag IDs to attach (comma-separated, e.g. "id1,id2")',
|
|
7686
7686
|
required: false,
|
|
7687
7687
|
displayOptions: {
|
|
7688
7688
|
show: {
|
|
@@ -7703,7 +7703,7 @@ class WorkBuddy {
|
|
|
7703
7703
|
type: 'collection',
|
|
7704
7704
|
default: {},
|
|
7705
7705
|
placeholder: 'Add Sharing',
|
|
7706
|
-
description: '',
|
|
7706
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
7707
7707
|
required: false,
|
|
7708
7708
|
displayOptions: {
|
|
7709
7709
|
show: {
|
|
@@ -7746,7 +7746,7 @@ class WorkBuddy {
|
|
|
7746
7746
|
name: 'stageId',
|
|
7747
7747
|
type: 'string',
|
|
7748
7748
|
default: '',
|
|
7749
|
-
description: '',
|
|
7749
|
+
description: 'Stage ID or stage number',
|
|
7750
7750
|
required: true,
|
|
7751
7751
|
displayOptions: {
|
|
7752
7752
|
show: {
|
|
@@ -7774,7 +7774,7 @@ class WorkBuddy {
|
|
|
7774
7774
|
name: 'body',
|
|
7775
7775
|
type: 'string',
|
|
7776
7776
|
default: '',
|
|
7777
|
-
description: '',
|
|
7777
|
+
description: 'Message body content (HTML supported for email)',
|
|
7778
7778
|
required: true,
|
|
7779
7779
|
displayOptions: {
|
|
7780
7780
|
show: {
|
|
@@ -7815,7 +7815,7 @@ class WorkBuddy {
|
|
|
7815
7815
|
type: 'collection',
|
|
7816
7816
|
default: {},
|
|
7817
7817
|
placeholder: 'Add Sharing',
|
|
7818
|
-
description: '',
|
|
7818
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
7819
7819
|
required: false,
|
|
7820
7820
|
displayOptions: {
|
|
7821
7821
|
show: {
|
|
@@ -7921,7 +7921,7 @@ class WorkBuddy {
|
|
|
7921
7921
|
name: 'jobId',
|
|
7922
7922
|
type: 'string',
|
|
7923
7923
|
default: '',
|
|
7924
|
-
description: '',
|
|
7924
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
7925
7925
|
required: true,
|
|
7926
7926
|
displayOptions: {
|
|
7927
7927
|
show: {
|
|
@@ -7935,7 +7935,7 @@ class WorkBuddy {
|
|
|
7935
7935
|
name: 'jobId',
|
|
7936
7936
|
type: 'string',
|
|
7937
7937
|
default: '',
|
|
7938
|
-
description: '',
|
|
7938
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
7939
7939
|
required: true,
|
|
7940
7940
|
displayOptions: {
|
|
7941
7941
|
show: {
|
|
@@ -7949,7 +7949,7 @@ class WorkBuddy {
|
|
|
7949
7949
|
name: 'jobId',
|
|
7950
7950
|
type: 'string',
|
|
7951
7951
|
default: '',
|
|
7952
|
-
description: '',
|
|
7952
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
7953
7953
|
required: true,
|
|
7954
7954
|
displayOptions: {
|
|
7955
7955
|
show: {
|
|
@@ -7977,7 +7977,7 @@ class WorkBuddy {
|
|
|
7977
7977
|
name: 'jobId',
|
|
7978
7978
|
type: 'string',
|
|
7979
7979
|
default: '',
|
|
7980
|
-
description: '',
|
|
7980
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
7981
7981
|
required: true,
|
|
7982
7982
|
displayOptions: {
|
|
7983
7983
|
show: {
|
|
@@ -8068,7 +8068,7 @@ class WorkBuddy {
|
|
|
8068
8068
|
name: 'stageId',
|
|
8069
8069
|
type: 'string',
|
|
8070
8070
|
default: '',
|
|
8071
|
-
description: '',
|
|
8071
|
+
description: 'Stage ID or stage number',
|
|
8072
8072
|
required: true,
|
|
8073
8073
|
displayOptions: {
|
|
8074
8074
|
show: {
|
|
@@ -8096,7 +8096,7 @@ class WorkBuddy {
|
|
|
8096
8096
|
name: 'stageId',
|
|
8097
8097
|
type: 'string',
|
|
8098
8098
|
default: '',
|
|
8099
|
-
description: '',
|
|
8099
|
+
description: 'Stage ID or stage number',
|
|
8100
8100
|
required: true,
|
|
8101
8101
|
displayOptions: {
|
|
8102
8102
|
show: {
|
|
@@ -8124,7 +8124,7 @@ class WorkBuddy {
|
|
|
8124
8124
|
name: 'stageId',
|
|
8125
8125
|
type: 'string',
|
|
8126
8126
|
default: '',
|
|
8127
|
-
description: '',
|
|
8127
|
+
description: 'Stage ID or stage number',
|
|
8128
8128
|
required: true,
|
|
8129
8129
|
displayOptions: {
|
|
8130
8130
|
show: {
|
|
@@ -8166,7 +8166,7 @@ class WorkBuddy {
|
|
|
8166
8166
|
name: 'stageId',
|
|
8167
8167
|
type: 'string',
|
|
8168
8168
|
default: '',
|
|
8169
|
-
description: '',
|
|
8169
|
+
description: 'Stage ID or stage number',
|
|
8170
8170
|
required: true,
|
|
8171
8171
|
displayOptions: {
|
|
8172
8172
|
show: {
|
|
@@ -8295,7 +8295,7 @@ class WorkBuddy {
|
|
|
8295
8295
|
name: 'jobId',
|
|
8296
8296
|
type: 'string',
|
|
8297
8297
|
default: '',
|
|
8298
|
-
description: '',
|
|
8298
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
8299
8299
|
required: true,
|
|
8300
8300
|
displayOptions: {
|
|
8301
8301
|
show: {
|
|
@@ -8309,7 +8309,7 @@ class WorkBuddy {
|
|
|
8309
8309
|
name: 'jobId',
|
|
8310
8310
|
type: 'string',
|
|
8311
8311
|
default: '',
|
|
8312
|
-
description: '',
|
|
8312
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
8313
8313
|
required: true,
|
|
8314
8314
|
displayOptions: {
|
|
8315
8315
|
show: {
|
|
@@ -8323,7 +8323,7 @@ class WorkBuddy {
|
|
|
8323
8323
|
name: 'name',
|
|
8324
8324
|
type: 'string',
|
|
8325
8325
|
default: '',
|
|
8326
|
-
description: '',
|
|
8326
|
+
description: 'Display name',
|
|
8327
8327
|
required: true,
|
|
8328
8328
|
displayOptions: {
|
|
8329
8329
|
show: {
|
|
@@ -8343,7 +8343,7 @@ class WorkBuddy {
|
|
|
8343
8343
|
name: 'description',
|
|
8344
8344
|
type: 'string',
|
|
8345
8345
|
default: '',
|
|
8346
|
-
description: '',
|
|
8346
|
+
description: 'Detailed description',
|
|
8347
8347
|
required: false,
|
|
8348
8348
|
displayOptions: {
|
|
8349
8349
|
show: {
|
|
@@ -8397,7 +8397,7 @@ class WorkBuddy {
|
|
|
8397
8397
|
name: 'assigneeId',
|
|
8398
8398
|
type: 'options',
|
|
8399
8399
|
default: '',
|
|
8400
|
-
description: '',
|
|
8400
|
+
description: 'assignee ID',
|
|
8401
8401
|
required: false,
|
|
8402
8402
|
displayOptions: {
|
|
8403
8403
|
show: {
|
|
@@ -8420,7 +8420,7 @@ class WorkBuddy {
|
|
|
8420
8420
|
name: 'dueDate',
|
|
8421
8421
|
type: 'dateTime',
|
|
8422
8422
|
default: '',
|
|
8423
|
-
description: '',
|
|
8423
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
8424
8424
|
required: false,
|
|
8425
8425
|
displayOptions: {
|
|
8426
8426
|
show: {
|
|
@@ -8440,7 +8440,7 @@ class WorkBuddy {
|
|
|
8440
8440
|
name: 'tagIds',
|
|
8441
8441
|
type: 'string',
|
|
8442
8442
|
default: '',
|
|
8443
|
-
description: '',
|
|
8443
|
+
description: 'Array of tag IDs (comma-separated, e.g. "id1,id2") — use /settings/tags to look up',
|
|
8444
8444
|
required: false,
|
|
8445
8445
|
displayOptions: {
|
|
8446
8446
|
show: {
|
|
@@ -8533,7 +8533,7 @@ class WorkBuddy {
|
|
|
8533
8533
|
type: 'collection',
|
|
8534
8534
|
default: {},
|
|
8535
8535
|
placeholder: 'Add Sharing',
|
|
8536
|
-
description: '',
|
|
8536
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
8537
8537
|
required: false,
|
|
8538
8538
|
displayOptions: {
|
|
8539
8539
|
show: {
|
|
@@ -8569,7 +8569,7 @@ class WorkBuddy {
|
|
|
8569
8569
|
name: 'jobId',
|
|
8570
8570
|
type: 'string',
|
|
8571
8571
|
default: '',
|
|
8572
|
-
description: '',
|
|
8572
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
8573
8573
|
required: true,
|
|
8574
8574
|
displayOptions: {
|
|
8575
8575
|
show: {
|
|
@@ -8597,7 +8597,7 @@ class WorkBuddy {
|
|
|
8597
8597
|
name: 'jobId',
|
|
8598
8598
|
type: 'string',
|
|
8599
8599
|
default: '',
|
|
8600
|
-
description: '',
|
|
8600
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
8601
8601
|
required: true,
|
|
8602
8602
|
displayOptions: {
|
|
8603
8603
|
show: {
|
|
@@ -8625,7 +8625,7 @@ class WorkBuddy {
|
|
|
8625
8625
|
name: 'name',
|
|
8626
8626
|
type: 'string',
|
|
8627
8627
|
default: '',
|
|
8628
|
-
description: '',
|
|
8628
|
+
description: 'Display name',
|
|
8629
8629
|
required: false,
|
|
8630
8630
|
displayOptions: {
|
|
8631
8631
|
show: {
|
|
@@ -8645,7 +8645,7 @@ class WorkBuddy {
|
|
|
8645
8645
|
name: 'description',
|
|
8646
8646
|
type: 'string',
|
|
8647
8647
|
default: '',
|
|
8648
|
-
description: '',
|
|
8648
|
+
description: 'Detailed description',
|
|
8649
8649
|
required: false,
|
|
8650
8650
|
displayOptions: {
|
|
8651
8651
|
show: {
|
|
@@ -8665,7 +8665,7 @@ class WorkBuddy {
|
|
|
8665
8665
|
name: 'status',
|
|
8666
8666
|
type: 'options',
|
|
8667
8667
|
default: '',
|
|
8668
|
-
description: '',
|
|
8668
|
+
description: 'Status filter',
|
|
8669
8669
|
required: false,
|
|
8670
8670
|
displayOptions: {
|
|
8671
8671
|
show: {
|
|
@@ -8729,7 +8729,7 @@ class WorkBuddy {
|
|
|
8729
8729
|
name: 'assigneeId',
|
|
8730
8730
|
type: 'options',
|
|
8731
8731
|
default: '',
|
|
8732
|
-
description: '',
|
|
8732
|
+
description: 'assignee ID',
|
|
8733
8733
|
required: false,
|
|
8734
8734
|
displayOptions: {
|
|
8735
8735
|
show: {
|
|
@@ -8752,7 +8752,7 @@ class WorkBuddy {
|
|
|
8752
8752
|
name: 'dueDate',
|
|
8753
8753
|
type: 'string',
|
|
8754
8754
|
default: '',
|
|
8755
|
-
description: '',
|
|
8755
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
8756
8756
|
required: false,
|
|
8757
8757
|
displayOptions: {
|
|
8758
8758
|
show: {
|
|
@@ -8792,7 +8792,7 @@ class WorkBuddy {
|
|
|
8792
8792
|
name: 'completedById',
|
|
8793
8793
|
type: 'options',
|
|
8794
8794
|
default: '',
|
|
8795
|
-
description: '',
|
|
8795
|
+
description: 'completed by ID',
|
|
8796
8796
|
required: false,
|
|
8797
8797
|
displayOptions: {
|
|
8798
8798
|
show: {
|
|
@@ -8815,7 +8815,7 @@ class WorkBuddy {
|
|
|
8815
8815
|
name: 'tagIds',
|
|
8816
8816
|
type: 'string',
|
|
8817
8817
|
default: '',
|
|
8818
|
-
description: '',
|
|
8818
|
+
description: 'Array of tag IDs (comma-separated, e.g. "id1,id2") — use /settings/tags to look up',
|
|
8819
8819
|
required: false,
|
|
8820
8820
|
displayOptions: {
|
|
8821
8821
|
show: {
|
|
@@ -8836,7 +8836,7 @@ class WorkBuddy {
|
|
|
8836
8836
|
type: 'collection',
|
|
8837
8837
|
default: {},
|
|
8838
8838
|
placeholder: 'Add Sharing',
|
|
8839
|
-
description: '',
|
|
8839
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
8840
8840
|
required: false,
|
|
8841
8841
|
displayOptions: {
|
|
8842
8842
|
show: {
|
|
@@ -8872,7 +8872,7 @@ class WorkBuddy {
|
|
|
8872
8872
|
name: 'jobId',
|
|
8873
8873
|
type: 'string',
|
|
8874
8874
|
default: '',
|
|
8875
|
-
description: '',
|
|
8875
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
8876
8876
|
required: true,
|
|
8877
8877
|
displayOptions: {
|
|
8878
8878
|
show: {
|
|
@@ -8900,7 +8900,7 @@ class WorkBuddy {
|
|
|
8900
8900
|
name: 'jobId',
|
|
8901
8901
|
type: 'string',
|
|
8902
8902
|
default: '',
|
|
8903
|
-
description: '',
|
|
8903
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
8904
8904
|
required: true,
|
|
8905
8905
|
displayOptions: {
|
|
8906
8906
|
show: {
|
|
@@ -8928,7 +8928,7 @@ class WorkBuddy {
|
|
|
8928
8928
|
name: 'signatureAttachmentIds',
|
|
8929
8929
|
type: 'string',
|
|
8930
8930
|
default: '',
|
|
8931
|
-
description: '',
|
|
8931
|
+
description: 'Array of signature attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
8932
8932
|
required: false,
|
|
8933
8933
|
displayOptions: {
|
|
8934
8934
|
show: {
|
|
@@ -8948,7 +8948,7 @@ class WorkBuddy {
|
|
|
8948
8948
|
name: 'beforePhotoAttachmentIds',
|
|
8949
8949
|
type: 'string',
|
|
8950
8950
|
default: '',
|
|
8951
|
-
description: '',
|
|
8951
|
+
description: 'Array of before photo attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
8952
8952
|
required: false,
|
|
8953
8953
|
displayOptions: {
|
|
8954
8954
|
show: {
|
|
@@ -8968,7 +8968,7 @@ class WorkBuddy {
|
|
|
8968
8968
|
name: 'duringPhotoAttachmentIds',
|
|
8969
8969
|
type: 'string',
|
|
8970
8970
|
default: '',
|
|
8971
|
-
description: '',
|
|
8971
|
+
description: 'Array of during photo attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
8972
8972
|
required: false,
|
|
8973
8973
|
displayOptions: {
|
|
8974
8974
|
show: {
|
|
@@ -8988,7 +8988,7 @@ class WorkBuddy {
|
|
|
8988
8988
|
name: 'afterPhotoAttachmentIds',
|
|
8989
8989
|
type: 'string',
|
|
8990
8990
|
default: '',
|
|
8991
|
-
description: '',
|
|
8991
|
+
description: 'Array of after photo attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
8992
8992
|
required: false,
|
|
8993
8993
|
displayOptions: {
|
|
8994
8994
|
show: {
|
|
@@ -9048,7 +9048,7 @@ class WorkBuddy {
|
|
|
9048
9048
|
name: 'formResponseId',
|
|
9049
9049
|
type: 'string',
|
|
9050
9050
|
default: '',
|
|
9051
|
-
description: '',
|
|
9051
|
+
description: 'form response ID',
|
|
9052
9052
|
required: false,
|
|
9053
9053
|
displayOptions: {
|
|
9054
9054
|
show: {
|
|
@@ -9068,7 +9068,7 @@ class WorkBuddy {
|
|
|
9068
9068
|
name: 'fileAttachmentIds',
|
|
9069
9069
|
type: 'string',
|
|
9070
9070
|
default: '',
|
|
9071
|
-
description: '',
|
|
9071
|
+
description: 'Array of file attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
9072
9072
|
required: false,
|
|
9073
9073
|
displayOptions: {
|
|
9074
9074
|
show: {
|
|
@@ -9088,7 +9088,7 @@ class WorkBuddy {
|
|
|
9088
9088
|
name: 'additionalFileAttachmentIds',
|
|
9089
9089
|
type: 'string',
|
|
9090
9090
|
default: '',
|
|
9091
|
-
description: '',
|
|
9091
|
+
description: 'Array of additional file attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
9092
9092
|
required: false,
|
|
9093
9093
|
displayOptions: {
|
|
9094
9094
|
show: {
|
|
@@ -9215,7 +9215,7 @@ class WorkBuddy {
|
|
|
9215
9215
|
name: 'stageId',
|
|
9216
9216
|
type: 'string',
|
|
9217
9217
|
default: '',
|
|
9218
|
-
description: '',
|
|
9218
|
+
description: 'Stage ID or stage number',
|
|
9219
9219
|
required: true,
|
|
9220
9220
|
displayOptions: {
|
|
9221
9221
|
show: {
|
|
@@ -9229,7 +9229,7 @@ class WorkBuddy {
|
|
|
9229
9229
|
name: 'jobId',
|
|
9230
9230
|
type: 'string',
|
|
9231
9231
|
default: '',
|
|
9232
|
-
description: '',
|
|
9232
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
9233
9233
|
required: true,
|
|
9234
9234
|
displayOptions: {
|
|
9235
9235
|
show: {
|
|
@@ -9243,7 +9243,7 @@ class WorkBuddy {
|
|
|
9243
9243
|
name: 'stageId',
|
|
9244
9244
|
type: 'string',
|
|
9245
9245
|
default: '',
|
|
9246
|
-
description: '',
|
|
9246
|
+
description: 'Stage ID or stage number',
|
|
9247
9247
|
required: true,
|
|
9248
9248
|
displayOptions: {
|
|
9249
9249
|
show: {
|
|
@@ -9257,7 +9257,7 @@ class WorkBuddy {
|
|
|
9257
9257
|
name: 'jobId',
|
|
9258
9258
|
type: 'string',
|
|
9259
9259
|
default: '',
|
|
9260
|
-
description: '',
|
|
9260
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
9261
9261
|
required: true,
|
|
9262
9262
|
displayOptions: {
|
|
9263
9263
|
show: {
|
|
@@ -9271,7 +9271,7 @@ class WorkBuddy {
|
|
|
9271
9271
|
name: 'name',
|
|
9272
9272
|
type: 'string',
|
|
9273
9273
|
default: '',
|
|
9274
|
-
description: '',
|
|
9274
|
+
description: 'Display name',
|
|
9275
9275
|
required: true,
|
|
9276
9276
|
displayOptions: {
|
|
9277
9277
|
show: {
|
|
@@ -9291,7 +9291,7 @@ class WorkBuddy {
|
|
|
9291
9291
|
name: 'description',
|
|
9292
9292
|
type: 'string',
|
|
9293
9293
|
default: '',
|
|
9294
|
-
description: '',
|
|
9294
|
+
description: 'Detailed description',
|
|
9295
9295
|
required: false,
|
|
9296
9296
|
displayOptions: {
|
|
9297
9297
|
show: {
|
|
@@ -9345,7 +9345,7 @@ class WorkBuddy {
|
|
|
9345
9345
|
name: 'assigneeId',
|
|
9346
9346
|
type: 'options',
|
|
9347
9347
|
default: '',
|
|
9348
|
-
description: '',
|
|
9348
|
+
description: 'assignee ID',
|
|
9349
9349
|
required: false,
|
|
9350
9350
|
displayOptions: {
|
|
9351
9351
|
show: {
|
|
@@ -9368,7 +9368,7 @@ class WorkBuddy {
|
|
|
9368
9368
|
name: 'dueDate',
|
|
9369
9369
|
type: 'dateTime',
|
|
9370
9370
|
default: '',
|
|
9371
|
-
description: '',
|
|
9371
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
9372
9372
|
required: false,
|
|
9373
9373
|
displayOptions: {
|
|
9374
9374
|
show: {
|
|
@@ -9388,7 +9388,7 @@ class WorkBuddy {
|
|
|
9388
9388
|
name: 'tagIds',
|
|
9389
9389
|
type: 'string',
|
|
9390
9390
|
default: '',
|
|
9391
|
-
description: '',
|
|
9391
|
+
description: 'Array of tag IDs (comma-separated, e.g. "id1,id2") — use /settings/tags to look up',
|
|
9392
9392
|
required: false,
|
|
9393
9393
|
displayOptions: {
|
|
9394
9394
|
show: {
|
|
@@ -9481,7 +9481,7 @@ class WorkBuddy {
|
|
|
9481
9481
|
type: 'collection',
|
|
9482
9482
|
default: {},
|
|
9483
9483
|
placeholder: 'Add Sharing',
|
|
9484
|
-
description: '',
|
|
9484
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
9485
9485
|
required: false,
|
|
9486
9486
|
displayOptions: {
|
|
9487
9487
|
show: {
|
|
@@ -9517,7 +9517,7 @@ class WorkBuddy {
|
|
|
9517
9517
|
name: 'stageId',
|
|
9518
9518
|
type: 'string',
|
|
9519
9519
|
default: '',
|
|
9520
|
-
description: '',
|
|
9520
|
+
description: 'Stage ID or stage number',
|
|
9521
9521
|
required: true,
|
|
9522
9522
|
displayOptions: {
|
|
9523
9523
|
show: {
|
|
@@ -9559,7 +9559,7 @@ class WorkBuddy {
|
|
|
9559
9559
|
name: 'stageId',
|
|
9560
9560
|
type: 'string',
|
|
9561
9561
|
default: '',
|
|
9562
|
-
description: '',
|
|
9562
|
+
description: 'Stage ID or stage number',
|
|
9563
9563
|
required: true,
|
|
9564
9564
|
displayOptions: {
|
|
9565
9565
|
show: {
|
|
@@ -9601,7 +9601,7 @@ class WorkBuddy {
|
|
|
9601
9601
|
name: 'name',
|
|
9602
9602
|
type: 'string',
|
|
9603
9603
|
default: '',
|
|
9604
|
-
description: '',
|
|
9604
|
+
description: 'Display name',
|
|
9605
9605
|
required: false,
|
|
9606
9606
|
displayOptions: {
|
|
9607
9607
|
show: {
|
|
@@ -9621,7 +9621,7 @@ class WorkBuddy {
|
|
|
9621
9621
|
name: 'description',
|
|
9622
9622
|
type: 'string',
|
|
9623
9623
|
default: '',
|
|
9624
|
-
description: '',
|
|
9624
|
+
description: 'Detailed description',
|
|
9625
9625
|
required: false,
|
|
9626
9626
|
displayOptions: {
|
|
9627
9627
|
show: {
|
|
@@ -9641,7 +9641,7 @@ class WorkBuddy {
|
|
|
9641
9641
|
name: 'status',
|
|
9642
9642
|
type: 'options',
|
|
9643
9643
|
default: '',
|
|
9644
|
-
description: '',
|
|
9644
|
+
description: 'Status filter',
|
|
9645
9645
|
required: false,
|
|
9646
9646
|
displayOptions: {
|
|
9647
9647
|
show: {
|
|
@@ -9705,7 +9705,7 @@ class WorkBuddy {
|
|
|
9705
9705
|
name: 'assigneeId',
|
|
9706
9706
|
type: 'options',
|
|
9707
9707
|
default: '',
|
|
9708
|
-
description: '',
|
|
9708
|
+
description: 'assignee ID',
|
|
9709
9709
|
required: false,
|
|
9710
9710
|
displayOptions: {
|
|
9711
9711
|
show: {
|
|
@@ -9728,7 +9728,7 @@ class WorkBuddy {
|
|
|
9728
9728
|
name: 'dueDate',
|
|
9729
9729
|
type: 'string',
|
|
9730
9730
|
default: '',
|
|
9731
|
-
description: '',
|
|
9731
|
+
description: 'Due date (ISO 8601 datetime)',
|
|
9732
9732
|
required: false,
|
|
9733
9733
|
displayOptions: {
|
|
9734
9734
|
show: {
|
|
@@ -9768,7 +9768,7 @@ class WorkBuddy {
|
|
|
9768
9768
|
name: 'completedById',
|
|
9769
9769
|
type: 'options',
|
|
9770
9770
|
default: '',
|
|
9771
|
-
description: '',
|
|
9771
|
+
description: 'completed by ID',
|
|
9772
9772
|
required: false,
|
|
9773
9773
|
displayOptions: {
|
|
9774
9774
|
show: {
|
|
@@ -9791,7 +9791,7 @@ class WorkBuddy {
|
|
|
9791
9791
|
name: 'tagIds',
|
|
9792
9792
|
type: 'string',
|
|
9793
9793
|
default: '',
|
|
9794
|
-
description: '',
|
|
9794
|
+
description: 'Array of tag IDs (comma-separated, e.g. "id1,id2") — use /settings/tags to look up',
|
|
9795
9795
|
required: false,
|
|
9796
9796
|
displayOptions: {
|
|
9797
9797
|
show: {
|
|
@@ -9812,7 +9812,7 @@ class WorkBuddy {
|
|
|
9812
9812
|
type: 'collection',
|
|
9813
9813
|
default: {},
|
|
9814
9814
|
placeholder: 'Add Sharing',
|
|
9815
|
-
description: '',
|
|
9815
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
9816
9816
|
required: false,
|
|
9817
9817
|
displayOptions: {
|
|
9818
9818
|
show: {
|
|
@@ -9848,7 +9848,7 @@ class WorkBuddy {
|
|
|
9848
9848
|
name: 'stageId',
|
|
9849
9849
|
type: 'string',
|
|
9850
9850
|
default: '',
|
|
9851
|
-
description: '',
|
|
9851
|
+
description: 'Stage ID or stage number',
|
|
9852
9852
|
required: true,
|
|
9853
9853
|
displayOptions: {
|
|
9854
9854
|
show: {
|
|
@@ -9890,7 +9890,7 @@ class WorkBuddy {
|
|
|
9890
9890
|
name: 'stageId',
|
|
9891
9891
|
type: 'string',
|
|
9892
9892
|
default: '',
|
|
9893
|
-
description: '',
|
|
9893
|
+
description: 'Stage ID or stage number',
|
|
9894
9894
|
required: true,
|
|
9895
9895
|
displayOptions: {
|
|
9896
9896
|
show: {
|
|
@@ -9932,7 +9932,7 @@ class WorkBuddy {
|
|
|
9932
9932
|
name: 'signatureAttachmentIds',
|
|
9933
9933
|
type: 'string',
|
|
9934
9934
|
default: '',
|
|
9935
|
-
description: '',
|
|
9935
|
+
description: 'Array of signature attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
9936
9936
|
required: false,
|
|
9937
9937
|
displayOptions: {
|
|
9938
9938
|
show: {
|
|
@@ -9952,7 +9952,7 @@ class WorkBuddy {
|
|
|
9952
9952
|
name: 'beforePhotoAttachmentIds',
|
|
9953
9953
|
type: 'string',
|
|
9954
9954
|
default: '',
|
|
9955
|
-
description: '',
|
|
9955
|
+
description: 'Array of before photo attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
9956
9956
|
required: false,
|
|
9957
9957
|
displayOptions: {
|
|
9958
9958
|
show: {
|
|
@@ -9972,7 +9972,7 @@ class WorkBuddy {
|
|
|
9972
9972
|
name: 'duringPhotoAttachmentIds',
|
|
9973
9973
|
type: 'string',
|
|
9974
9974
|
default: '',
|
|
9975
|
-
description: '',
|
|
9975
|
+
description: 'Array of during photo attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
9976
9976
|
required: false,
|
|
9977
9977
|
displayOptions: {
|
|
9978
9978
|
show: {
|
|
@@ -9992,7 +9992,7 @@ class WorkBuddy {
|
|
|
9992
9992
|
name: 'afterPhotoAttachmentIds',
|
|
9993
9993
|
type: 'string',
|
|
9994
9994
|
default: '',
|
|
9995
|
-
description: '',
|
|
9995
|
+
description: 'Array of after photo attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
9996
9996
|
required: false,
|
|
9997
9997
|
displayOptions: {
|
|
9998
9998
|
show: {
|
|
@@ -10052,7 +10052,7 @@ class WorkBuddy {
|
|
|
10052
10052
|
name: 'formResponseId',
|
|
10053
10053
|
type: 'string',
|
|
10054
10054
|
default: '',
|
|
10055
|
-
description: '',
|
|
10055
|
+
description: 'form response ID',
|
|
10056
10056
|
required: false,
|
|
10057
10057
|
displayOptions: {
|
|
10058
10058
|
show: {
|
|
@@ -10072,7 +10072,7 @@ class WorkBuddy {
|
|
|
10072
10072
|
name: 'fileAttachmentIds',
|
|
10073
10073
|
type: 'string',
|
|
10074
10074
|
default: '',
|
|
10075
|
-
description: '',
|
|
10075
|
+
description: 'Array of file attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
10076
10076
|
required: false,
|
|
10077
10077
|
displayOptions: {
|
|
10078
10078
|
show: {
|
|
@@ -10092,7 +10092,7 @@ class WorkBuddy {
|
|
|
10092
10092
|
name: 'additionalFileAttachmentIds',
|
|
10093
10093
|
type: 'string',
|
|
10094
10094
|
default: '',
|
|
10095
|
-
description: '',
|
|
10095
|
+
description: 'Array of additional file attachment IDs (comma-separated in CLI, e.g. "id1,id2")',
|
|
10096
10096
|
required: false,
|
|
10097
10097
|
displayOptions: {
|
|
10098
10098
|
show: {
|
|
@@ -10195,7 +10195,7 @@ class WorkBuddy {
|
|
|
10195
10195
|
name: 'jobId',
|
|
10196
10196
|
type: 'string',
|
|
10197
10197
|
default: '',
|
|
10198
|
-
description: '',
|
|
10198
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
10199
10199
|
required: true,
|
|
10200
10200
|
displayOptions: {
|
|
10201
10201
|
show: {
|
|
@@ -10209,7 +10209,7 @@ class WorkBuddy {
|
|
|
10209
10209
|
name: 'jobId',
|
|
10210
10210
|
type: 'string',
|
|
10211
10211
|
default: '',
|
|
10212
|
-
description: '',
|
|
10212
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
10213
10213
|
required: true,
|
|
10214
10214
|
displayOptions: {
|
|
10215
10215
|
show: {
|
|
@@ -10223,7 +10223,7 @@ class WorkBuddy {
|
|
|
10223
10223
|
name: 'jobId',
|
|
10224
10224
|
type: 'string',
|
|
10225
10225
|
default: '',
|
|
10226
|
-
description: '',
|
|
10226
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
10227
10227
|
required: true,
|
|
10228
10228
|
displayOptions: {
|
|
10229
10229
|
show: {
|
|
@@ -10251,7 +10251,7 @@ class WorkBuddy {
|
|
|
10251
10251
|
name: 'jobId',
|
|
10252
10252
|
type: 'string',
|
|
10253
10253
|
default: '',
|
|
10254
|
-
description: '',
|
|
10254
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
10255
10255
|
required: true,
|
|
10256
10256
|
displayOptions: {
|
|
10257
10257
|
show: {
|
|
@@ -11463,7 +11463,7 @@ class WorkBuddy {
|
|
|
11463
11463
|
name: 'id',
|
|
11464
11464
|
type: 'string',
|
|
11465
11465
|
default: '',
|
|
11466
|
-
description: '',
|
|
11466
|
+
description: 'Entity ID',
|
|
11467
11467
|
required: true,
|
|
11468
11468
|
displayOptions: {
|
|
11469
11469
|
show: {
|
|
@@ -11477,7 +11477,7 @@ class WorkBuddy {
|
|
|
11477
11477
|
name: 'id',
|
|
11478
11478
|
type: 'string',
|
|
11479
11479
|
default: '',
|
|
11480
|
-
description: '',
|
|
11480
|
+
description: 'Entity ID',
|
|
11481
11481
|
required: true,
|
|
11482
11482
|
displayOptions: {
|
|
11483
11483
|
show: {
|
|
@@ -11491,7 +11491,7 @@ class WorkBuddy {
|
|
|
11491
11491
|
name: 'id',
|
|
11492
11492
|
type: 'string',
|
|
11493
11493
|
default: '',
|
|
11494
|
-
description: '',
|
|
11494
|
+
description: 'Entity ID',
|
|
11495
11495
|
required: true,
|
|
11496
11496
|
displayOptions: {
|
|
11497
11497
|
show: {
|
|
@@ -11505,7 +11505,7 @@ class WorkBuddy {
|
|
|
11505
11505
|
name: 'id',
|
|
11506
11506
|
type: 'string',
|
|
11507
11507
|
default: '',
|
|
11508
|
-
description: '',
|
|
11508
|
+
description: 'Entity ID',
|
|
11509
11509
|
required: true,
|
|
11510
11510
|
displayOptions: {
|
|
11511
11511
|
show: {
|
|
@@ -11519,7 +11519,7 @@ class WorkBuddy {
|
|
|
11519
11519
|
name: 'id',
|
|
11520
11520
|
type: 'string',
|
|
11521
11521
|
default: '',
|
|
11522
|
-
description: '',
|
|
11522
|
+
description: 'Entity ID',
|
|
11523
11523
|
required: true,
|
|
11524
11524
|
displayOptions: {
|
|
11525
11525
|
show: {
|
|
@@ -11533,7 +11533,7 @@ class WorkBuddy {
|
|
|
11533
11533
|
name: 'id',
|
|
11534
11534
|
type: 'string',
|
|
11535
11535
|
default: '',
|
|
11536
|
-
description: '',
|
|
11536
|
+
description: 'Entity ID',
|
|
11537
11537
|
required: true,
|
|
11538
11538
|
displayOptions: {
|
|
11539
11539
|
show: {
|
|
@@ -11741,7 +11741,7 @@ class WorkBuddy {
|
|
|
11741
11741
|
name: 'runId',
|
|
11742
11742
|
type: 'string',
|
|
11743
11743
|
default: '',
|
|
11744
|
-
description: '',
|
|
11744
|
+
description: 'run ID',
|
|
11745
11745
|
required: true,
|
|
11746
11746
|
displayOptions: {
|
|
11747
11747
|
show: {
|
|
@@ -11865,7 +11865,7 @@ class WorkBuddy {
|
|
|
11865
11865
|
name: 'runId',
|
|
11866
11866
|
type: 'string',
|
|
11867
11867
|
default: '',
|
|
11868
|
-
description: '',
|
|
11868
|
+
description: 'run ID',
|
|
11869
11869
|
required: true,
|
|
11870
11870
|
displayOptions: {
|
|
11871
11871
|
show: {
|
|
@@ -12016,7 +12016,7 @@ class WorkBuddy {
|
|
|
12016
12016
|
name: 'id',
|
|
12017
12017
|
type: 'string',
|
|
12018
12018
|
default: '',
|
|
12019
|
-
description: '',
|
|
12019
|
+
description: 'Entity ID',
|
|
12020
12020
|
required: false,
|
|
12021
12021
|
displayOptions: {
|
|
12022
12022
|
show: {
|