@workbuddy/cli-vnext 1.0.11 → 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 +159 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11200,6 +11200,59 @@ var operations = [
|
|
|
11200
11200
|
}
|
|
11201
11201
|
]
|
|
11202
11202
|
},
|
|
11203
|
+
{
|
|
11204
|
+
operationId: "PublicCrmCustomerController_updateStatus",
|
|
11205
|
+
displayName: "Update customer status",
|
|
11206
|
+
description: "Update customer status",
|
|
11207
|
+
method: "PATCH",
|
|
11208
|
+
path: "/customers/{id}/status",
|
|
11209
|
+
commandPath: ["crm", "customers", "status", "update-status"],
|
|
11210
|
+
options: [
|
|
11211
|
+
{
|
|
11212
|
+
name: "id",
|
|
11213
|
+
cliName: "id",
|
|
11214
|
+
optionKey: "id",
|
|
11215
|
+
source: "path",
|
|
11216
|
+
type: "string",
|
|
11217
|
+
required: true,
|
|
11218
|
+
description: "Customer ID or integration ID"
|
|
11219
|
+
},
|
|
11220
|
+
{
|
|
11221
|
+
name: "statusId",
|
|
11222
|
+
cliName: "status-id",
|
|
11223
|
+
optionKey: "statusId",
|
|
11224
|
+
source: "body",
|
|
11225
|
+
type: "string",
|
|
11226
|
+
required: true,
|
|
11227
|
+
description: "status ID"
|
|
11228
|
+
},
|
|
11229
|
+
{
|
|
11230
|
+
name: "note",
|
|
11231
|
+
cliName: "note",
|
|
11232
|
+
optionKey: "note",
|
|
11233
|
+
source: "body",
|
|
11234
|
+
type: "string",
|
|
11235
|
+
required: false,
|
|
11236
|
+
description: ""
|
|
11237
|
+
},
|
|
11238
|
+
{
|
|
11239
|
+
name: "raw-body",
|
|
11240
|
+
cliName: "raw-body",
|
|
11241
|
+
optionKey: "rawBody",
|
|
11242
|
+
source: "body",
|
|
11243
|
+
type: "object",
|
|
11244
|
+
required: false,
|
|
11245
|
+
description: "Raw request body JSON (overrides individual fields)"
|
|
11246
|
+
}
|
|
11247
|
+
],
|
|
11248
|
+
hasRequestBody: true,
|
|
11249
|
+
responseFields: [
|
|
11250
|
+
{
|
|
11251
|
+
name: "item",
|
|
11252
|
+
type: "object"
|
|
11253
|
+
}
|
|
11254
|
+
]
|
|
11255
|
+
},
|
|
11203
11256
|
{
|
|
11204
11257
|
operationId: "PublicCrmCustomerController_listContacts",
|
|
11205
11258
|
displayName: "List contacts for customer",
|
|
@@ -11761,6 +11814,59 @@ var operations = [
|
|
|
11761
11814
|
}
|
|
11762
11815
|
]
|
|
11763
11816
|
},
|
|
11817
|
+
{
|
|
11818
|
+
operationId: "PublicCrmContractorController_updateStatus",
|
|
11819
|
+
displayName: "Update contractor status",
|
|
11820
|
+
description: "Update contractor status",
|
|
11821
|
+
method: "PATCH",
|
|
11822
|
+
path: "/contractors/{id}/status",
|
|
11823
|
+
commandPath: ["crm", "contractors", "status", "update-status"],
|
|
11824
|
+
options: [
|
|
11825
|
+
{
|
|
11826
|
+
name: "id",
|
|
11827
|
+
cliName: "id",
|
|
11828
|
+
optionKey: "id",
|
|
11829
|
+
source: "path",
|
|
11830
|
+
type: "string",
|
|
11831
|
+
required: true,
|
|
11832
|
+
description: "Contractor ID or integration ID"
|
|
11833
|
+
},
|
|
11834
|
+
{
|
|
11835
|
+
name: "statusId",
|
|
11836
|
+
cliName: "status-id",
|
|
11837
|
+
optionKey: "statusId",
|
|
11838
|
+
source: "body",
|
|
11839
|
+
type: "string",
|
|
11840
|
+
required: true,
|
|
11841
|
+
description: "status ID"
|
|
11842
|
+
},
|
|
11843
|
+
{
|
|
11844
|
+
name: "note",
|
|
11845
|
+
cliName: "note",
|
|
11846
|
+
optionKey: "note",
|
|
11847
|
+
source: "body",
|
|
11848
|
+
type: "string",
|
|
11849
|
+
required: false,
|
|
11850
|
+
description: ""
|
|
11851
|
+
},
|
|
11852
|
+
{
|
|
11853
|
+
name: "raw-body",
|
|
11854
|
+
cliName: "raw-body",
|
|
11855
|
+
optionKey: "rawBody",
|
|
11856
|
+
source: "body",
|
|
11857
|
+
type: "object",
|
|
11858
|
+
required: false,
|
|
11859
|
+
description: "Raw request body JSON (overrides individual fields)"
|
|
11860
|
+
}
|
|
11861
|
+
],
|
|
11862
|
+
hasRequestBody: true,
|
|
11863
|
+
responseFields: [
|
|
11864
|
+
{
|
|
11865
|
+
name: "item",
|
|
11866
|
+
type: "object"
|
|
11867
|
+
}
|
|
11868
|
+
]
|
|
11869
|
+
},
|
|
11764
11870
|
{
|
|
11765
11871
|
operationId: "PublicCrmSupplierController_list",
|
|
11766
11872
|
displayName: "List suppliers",
|
|
@@ -12168,6 +12274,59 @@ var operations = [
|
|
|
12168
12274
|
}
|
|
12169
12275
|
]
|
|
12170
12276
|
},
|
|
12277
|
+
{
|
|
12278
|
+
operationId: "PublicCrmSupplierController_updateStatus",
|
|
12279
|
+
displayName: "Update supplier status",
|
|
12280
|
+
description: "Update supplier status",
|
|
12281
|
+
method: "PATCH",
|
|
12282
|
+
path: "/suppliers/{id}/status",
|
|
12283
|
+
commandPath: ["crm", "suppliers", "status", "update-status"],
|
|
12284
|
+
options: [
|
|
12285
|
+
{
|
|
12286
|
+
name: "id",
|
|
12287
|
+
cliName: "id",
|
|
12288
|
+
optionKey: "id",
|
|
12289
|
+
source: "path",
|
|
12290
|
+
type: "string",
|
|
12291
|
+
required: true,
|
|
12292
|
+
description: "Supplier ID or integration ID"
|
|
12293
|
+
},
|
|
12294
|
+
{
|
|
12295
|
+
name: "statusId",
|
|
12296
|
+
cliName: "status-id",
|
|
12297
|
+
optionKey: "statusId",
|
|
12298
|
+
source: "body",
|
|
12299
|
+
type: "string",
|
|
12300
|
+
required: true,
|
|
12301
|
+
description: "status ID"
|
|
12302
|
+
},
|
|
12303
|
+
{
|
|
12304
|
+
name: "note",
|
|
12305
|
+
cliName: "note",
|
|
12306
|
+
optionKey: "note",
|
|
12307
|
+
source: "body",
|
|
12308
|
+
type: "string",
|
|
12309
|
+
required: false,
|
|
12310
|
+
description: ""
|
|
12311
|
+
},
|
|
12312
|
+
{
|
|
12313
|
+
name: "raw-body",
|
|
12314
|
+
cliName: "raw-body",
|
|
12315
|
+
optionKey: "rawBody",
|
|
12316
|
+
source: "body",
|
|
12317
|
+
type: "object",
|
|
12318
|
+
required: false,
|
|
12319
|
+
description: "Raw request body JSON (overrides individual fields)"
|
|
12320
|
+
}
|
|
12321
|
+
],
|
|
12322
|
+
hasRequestBody: true,
|
|
12323
|
+
responseFields: [
|
|
12324
|
+
{
|
|
12325
|
+
name: "item",
|
|
12326
|
+
type: "object"
|
|
12327
|
+
}
|
|
12328
|
+
]
|
|
12329
|
+
},
|
|
12171
12330
|
{
|
|
12172
12331
|
operationId: "PublicCrmCompanyController_list",
|
|
12173
12332
|
displayName: "List companies",
|