@workbuddy/n8n-nodes-workbuddy-vnext 1.0.90 → 1.0.92
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkBuddy.node.d.ts","sourceRoot":"","sources":["../../../nodes/WorkBuddy/WorkBuddy.node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AA6E5G,qBAAa,SAAU,YAAW,SAAS;IACzC,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"WorkBuddy.node.d.ts","sourceRoot":"","sources":["../../../nodes/WorkBuddy/WorkBuddy.node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AA6E5G,qBAAa,SAAU,YAAW,SAAS;IACzC,WAAW,EAAE,oBAAoB,CAo0pB/B;IAEF,OAAO;;0CAEiC,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAG3D,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;kCAG3D,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;qCAGpD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAGtD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAGvD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;kCAG3D,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAGnD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;qCAGxD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;;MAIxF;CACH"}
|
|
@@ -14894,6 +14894,18 @@ class WorkBuddy {
|
|
|
14894
14894
|
},
|
|
14895
14895
|
},
|
|
14896
14896
|
},
|
|
14897
|
+
{
|
|
14898
|
+
name: 'Delete customer',
|
|
14899
|
+
value: 'PublicCrmCustomerController_delete',
|
|
14900
|
+
action: '',
|
|
14901
|
+
description: '',
|
|
14902
|
+
routing: {
|
|
14903
|
+
request: {
|
|
14904
|
+
method: 'DELETE',
|
|
14905
|
+
url: '/api/v2/public/customers/={{ $parameter["id"] }}',
|
|
14906
|
+
},
|
|
14907
|
+
},
|
|
14908
|
+
},
|
|
14897
14909
|
{
|
|
14898
14910
|
name: 'Update customer status',
|
|
14899
14911
|
value: 'PublicCrmCustomerController_updateStatus',
|
|
@@ -15869,6 +15881,20 @@ class WorkBuddy {
|
|
|
15869
15881
|
},
|
|
15870
15882
|
},
|
|
15871
15883
|
},
|
|
15884
|
+
{
|
|
15885
|
+
displayName: 'Id',
|
|
15886
|
+
name: 'id',
|
|
15887
|
+
type: 'string',
|
|
15888
|
+
default: '',
|
|
15889
|
+
description: 'Customer ID or integration ID',
|
|
15890
|
+
required: true,
|
|
15891
|
+
displayOptions: {
|
|
15892
|
+
show: {
|
|
15893
|
+
resource: ['crm-customers'],
|
|
15894
|
+
operation: ['PublicCrmCustomerController_delete'],
|
|
15895
|
+
},
|
|
15896
|
+
},
|
|
15897
|
+
},
|
|
15872
15898
|
{
|
|
15873
15899
|
displayName: 'Id',
|
|
15874
15900
|
name: 'id',
|
|
@@ -16560,6 +16586,18 @@ class WorkBuddy {
|
|
|
16560
16586
|
},
|
|
16561
16587
|
},
|
|
16562
16588
|
},
|
|
16589
|
+
{
|
|
16590
|
+
name: 'Delete contractor',
|
|
16591
|
+
value: 'PublicCrmContractorController_delete',
|
|
16592
|
+
action: '',
|
|
16593
|
+
description: '',
|
|
16594
|
+
routing: {
|
|
16595
|
+
request: {
|
|
16596
|
+
method: 'DELETE',
|
|
16597
|
+
url: '/api/v2/public/contractors/={{ $parameter["id"] }}',
|
|
16598
|
+
},
|
|
16599
|
+
},
|
|
16600
|
+
},
|
|
16563
16601
|
{
|
|
16564
16602
|
name: 'Update contractor status',
|
|
16565
16603
|
value: 'PublicCrmContractorController_updateStatus',
|
|
@@ -17627,6 +17665,20 @@ class WorkBuddy {
|
|
|
17627
17665
|
},
|
|
17628
17666
|
},
|
|
17629
17667
|
},
|
|
17668
|
+
{
|
|
17669
|
+
displayName: 'Id',
|
|
17670
|
+
name: 'id',
|
|
17671
|
+
type: 'string',
|
|
17672
|
+
default: '',
|
|
17673
|
+
description: 'Contractor ID or integration ID',
|
|
17674
|
+
required: true,
|
|
17675
|
+
displayOptions: {
|
|
17676
|
+
show: {
|
|
17677
|
+
resource: ['crm-contractors'],
|
|
17678
|
+
operation: ['PublicCrmContractorController_delete'],
|
|
17679
|
+
},
|
|
17680
|
+
},
|
|
17681
|
+
},
|
|
17630
17682
|
{
|
|
17631
17683
|
displayName: 'Id',
|
|
17632
17684
|
name: 'id',
|
|
@@ -18167,6 +18219,18 @@ class WorkBuddy {
|
|
|
18167
18219
|
},
|
|
18168
18220
|
},
|
|
18169
18221
|
},
|
|
18222
|
+
{
|
|
18223
|
+
name: 'Delete supplier',
|
|
18224
|
+
value: 'PublicCrmSupplierController_delete',
|
|
18225
|
+
action: '',
|
|
18226
|
+
description: '',
|
|
18227
|
+
routing: {
|
|
18228
|
+
request: {
|
|
18229
|
+
method: 'DELETE',
|
|
18230
|
+
url: '/api/v2/public/suppliers/={{ $parameter["id"] }}',
|
|
18231
|
+
},
|
|
18232
|
+
},
|
|
18233
|
+
},
|
|
18170
18234
|
{
|
|
18171
18235
|
name: 'Update supplier status',
|
|
18172
18236
|
value: 'PublicCrmSupplierController_updateStatus',
|
|
@@ -19206,6 +19270,20 @@ class WorkBuddy {
|
|
|
19206
19270
|
},
|
|
19207
19271
|
},
|
|
19208
19272
|
},
|
|
19273
|
+
{
|
|
19274
|
+
displayName: 'Id',
|
|
19275
|
+
name: 'id',
|
|
19276
|
+
type: 'string',
|
|
19277
|
+
default: '',
|
|
19278
|
+
description: 'Supplier ID or integration ID',
|
|
19279
|
+
required: true,
|
|
19280
|
+
displayOptions: {
|
|
19281
|
+
show: {
|
|
19282
|
+
resource: ['crm-suppliers'],
|
|
19283
|
+
operation: ['PublicCrmSupplierController_delete'],
|
|
19284
|
+
},
|
|
19285
|
+
},
|
|
19286
|
+
},
|
|
19209
19287
|
{
|
|
19210
19288
|
displayName: 'Id',
|
|
19211
19289
|
name: 'id',
|