@workbuddy/cli-vnext 1.0.10 → 1.0.12

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.
Files changed (2) hide show
  1. package/dist/index.js +177 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8440,6 +8440,15 @@ var operations = [
8440
8440
  required: true,
8441
8441
  description: "Message body content (HTML supported for email)"
8442
8442
  },
8443
+ {
8444
+ name: "title",
8445
+ cliName: "title",
8446
+ optionKey: "title",
8447
+ source: "body",
8448
+ type: "string",
8449
+ required: false,
8450
+ description: ""
8451
+ },
8443
8452
  {
8444
8453
  name: "labelIds",
8445
8454
  cliName: "label-ids",
@@ -9024,6 +9033,15 @@ var operations = [
9024
9033
  required: true,
9025
9034
  description: "Message body content (HTML supported for email)"
9026
9035
  },
9036
+ {
9037
+ name: "title",
9038
+ cliName: "title",
9039
+ optionKey: "title",
9040
+ source: "body",
9041
+ type: "string",
9042
+ required: false,
9043
+ description: ""
9044
+ },
9027
9045
  {
9028
9046
  name: "labelIds",
9029
9047
  cliName: "label-ids",
@@ -11182,6 +11200,59 @@ var operations = [
11182
11200
  }
11183
11201
  ]
11184
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
+ },
11185
11256
  {
11186
11257
  operationId: "PublicCrmCustomerController_listContacts",
11187
11258
  displayName: "List contacts for customer",
@@ -11743,6 +11814,59 @@ var operations = [
11743
11814
  }
11744
11815
  ]
11745
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
+ },
11746
11870
  {
11747
11871
  operationId: "PublicCrmSupplierController_list",
11748
11872
  displayName: "List suppliers",
@@ -12150,6 +12274,59 @@ var operations = [
12150
12274
  }
12151
12275
  ]
12152
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
+ },
12153
12330
  {
12154
12331
  operationId: "PublicCrmCompanyController_list",
12155
12332
  displayName: "List companies",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",