@workbuddy/n8n-nodes-workbuddy-vnext 1.0.14 → 1.0.16
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,CAwlkB/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"}
|
|
@@ -9142,6 +9142,26 @@ class WorkBuddy {
|
|
|
9142
9142
|
},
|
|
9143
9143
|
},
|
|
9144
9144
|
},
|
|
9145
|
+
{
|
|
9146
|
+
displayName: 'Title',
|
|
9147
|
+
name: 'title',
|
|
9148
|
+
type: 'string',
|
|
9149
|
+
default: '',
|
|
9150
|
+
description: '',
|
|
9151
|
+
required: false,
|
|
9152
|
+
displayOptions: {
|
|
9153
|
+
show: {
|
|
9154
|
+
resource: ['jobs-activities'],
|
|
9155
|
+
operation: ['PublicJobActivitiesController_createNote'],
|
|
9156
|
+
},
|
|
9157
|
+
},
|
|
9158
|
+
routing: {
|
|
9159
|
+
send: {
|
|
9160
|
+
type: 'body',
|
|
9161
|
+
property: 'title',
|
|
9162
|
+
},
|
|
9163
|
+
},
|
|
9164
|
+
},
|
|
9145
9165
|
{
|
|
9146
9166
|
displayName: 'Label Ids',
|
|
9147
9167
|
name: 'labelIds',
|
|
@@ -10295,6 +10315,26 @@ class WorkBuddy {
|
|
|
10295
10315
|
},
|
|
10296
10316
|
},
|
|
10297
10317
|
},
|
|
10318
|
+
{
|
|
10319
|
+
displayName: 'Title',
|
|
10320
|
+
name: 'title',
|
|
10321
|
+
type: 'string',
|
|
10322
|
+
default: '',
|
|
10323
|
+
description: '',
|
|
10324
|
+
required: false,
|
|
10325
|
+
displayOptions: {
|
|
10326
|
+
show: {
|
|
10327
|
+
resource: ['stages-activities'],
|
|
10328
|
+
operation: ['PublicStageActivitiesController_createNote'],
|
|
10329
|
+
},
|
|
10330
|
+
},
|
|
10331
|
+
routing: {
|
|
10332
|
+
send: {
|
|
10333
|
+
type: 'body',
|
|
10334
|
+
property: 'title',
|
|
10335
|
+
},
|
|
10336
|
+
},
|
|
10337
|
+
},
|
|
10298
10338
|
{
|
|
10299
10339
|
displayName: 'Label Ids',
|
|
10300
10340
|
name: 'labelIds',
|
|
@@ -13808,6 +13848,18 @@ class WorkBuddy {
|
|
|
13808
13848
|
},
|
|
13809
13849
|
},
|
|
13810
13850
|
},
|
|
13851
|
+
{
|
|
13852
|
+
name: 'Update customer status',
|
|
13853
|
+
value: 'PublicCrmCustomerController_updateStatus',
|
|
13854
|
+
action: '',
|
|
13855
|
+
description: '',
|
|
13856
|
+
routing: {
|
|
13857
|
+
request: {
|
|
13858
|
+
method: 'PATCH',
|
|
13859
|
+
url: '/api/v2/public/customers/={{ $parameter["id"] }}/status',
|
|
13860
|
+
},
|
|
13861
|
+
},
|
|
13862
|
+
},
|
|
13811
13863
|
{
|
|
13812
13864
|
name: 'List contacts for customer',
|
|
13813
13865
|
value: 'PublicCrmCustomerController_listContacts',
|
|
@@ -14646,6 +14698,60 @@ class WorkBuddy {
|
|
|
14646
14698
|
},
|
|
14647
14699
|
},
|
|
14648
14700
|
},
|
|
14701
|
+
{
|
|
14702
|
+
displayName: 'Id',
|
|
14703
|
+
name: 'id',
|
|
14704
|
+
type: 'string',
|
|
14705
|
+
default: '',
|
|
14706
|
+
description: 'Customer ID or integration ID',
|
|
14707
|
+
required: true,
|
|
14708
|
+
displayOptions: {
|
|
14709
|
+
show: {
|
|
14710
|
+
resource: ['crm-customers'],
|
|
14711
|
+
operation: ['PublicCrmCustomerController_updateStatus'],
|
|
14712
|
+
},
|
|
14713
|
+
},
|
|
14714
|
+
},
|
|
14715
|
+
{
|
|
14716
|
+
displayName: 'Status Id',
|
|
14717
|
+
name: 'statusId',
|
|
14718
|
+
type: 'string',
|
|
14719
|
+
default: '',
|
|
14720
|
+
description: 'status ID',
|
|
14721
|
+
required: true,
|
|
14722
|
+
displayOptions: {
|
|
14723
|
+
show: {
|
|
14724
|
+
resource: ['crm-customers'],
|
|
14725
|
+
operation: ['PublicCrmCustomerController_updateStatus'],
|
|
14726
|
+
},
|
|
14727
|
+
},
|
|
14728
|
+
routing: {
|
|
14729
|
+
send: {
|
|
14730
|
+
type: 'body',
|
|
14731
|
+
property: 'statusId',
|
|
14732
|
+
},
|
|
14733
|
+
},
|
|
14734
|
+
},
|
|
14735
|
+
{
|
|
14736
|
+
displayName: 'Note',
|
|
14737
|
+
name: 'note',
|
|
14738
|
+
type: 'string',
|
|
14739
|
+
default: '',
|
|
14740
|
+
description: '',
|
|
14741
|
+
required: false,
|
|
14742
|
+
displayOptions: {
|
|
14743
|
+
show: {
|
|
14744
|
+
resource: ['crm-customers'],
|
|
14745
|
+
operation: ['PublicCrmCustomerController_updateStatus'],
|
|
14746
|
+
},
|
|
14747
|
+
},
|
|
14748
|
+
routing: {
|
|
14749
|
+
send: {
|
|
14750
|
+
type: 'body',
|
|
14751
|
+
property: 'note',
|
|
14752
|
+
},
|
|
14753
|
+
},
|
|
14754
|
+
},
|
|
14649
14755
|
{
|
|
14650
14756
|
displayName: 'Customer Id',
|
|
14651
14757
|
name: 'customerId',
|
|
@@ -14913,6 +15019,18 @@ class WorkBuddy {
|
|
|
14913
15019
|
},
|
|
14914
15020
|
},
|
|
14915
15021
|
},
|
|
15022
|
+
{
|
|
15023
|
+
name: 'Update contractor status',
|
|
15024
|
+
value: 'PublicCrmContractorController_updateStatus',
|
|
15025
|
+
action: '',
|
|
15026
|
+
description: '',
|
|
15027
|
+
routing: {
|
|
15028
|
+
request: {
|
|
15029
|
+
method: 'PATCH',
|
|
15030
|
+
url: '/api/v2/public/contractors/={{ $parameter["id"] }}/status',
|
|
15031
|
+
},
|
|
15032
|
+
},
|
|
15033
|
+
},
|
|
14916
15034
|
],
|
|
14917
15035
|
default: 'PublicCrmContractorController_list',
|
|
14918
15036
|
},
|
|
@@ -15791,6 +15909,60 @@ class WorkBuddy {
|
|
|
15791
15909
|
},
|
|
15792
15910
|
},
|
|
15793
15911
|
},
|
|
15912
|
+
{
|
|
15913
|
+
displayName: 'Id',
|
|
15914
|
+
name: 'id',
|
|
15915
|
+
type: 'string',
|
|
15916
|
+
default: '',
|
|
15917
|
+
description: 'Contractor ID or integration ID',
|
|
15918
|
+
required: true,
|
|
15919
|
+
displayOptions: {
|
|
15920
|
+
show: {
|
|
15921
|
+
resource: ['crm-contractors'],
|
|
15922
|
+
operation: ['PublicCrmContractorController_updateStatus'],
|
|
15923
|
+
},
|
|
15924
|
+
},
|
|
15925
|
+
},
|
|
15926
|
+
{
|
|
15927
|
+
displayName: 'Status Id',
|
|
15928
|
+
name: 'statusId',
|
|
15929
|
+
type: 'string',
|
|
15930
|
+
default: '',
|
|
15931
|
+
description: 'status ID',
|
|
15932
|
+
required: true,
|
|
15933
|
+
displayOptions: {
|
|
15934
|
+
show: {
|
|
15935
|
+
resource: ['crm-contractors'],
|
|
15936
|
+
operation: ['PublicCrmContractorController_updateStatus'],
|
|
15937
|
+
},
|
|
15938
|
+
},
|
|
15939
|
+
routing: {
|
|
15940
|
+
send: {
|
|
15941
|
+
type: 'body',
|
|
15942
|
+
property: 'statusId',
|
|
15943
|
+
},
|
|
15944
|
+
},
|
|
15945
|
+
},
|
|
15946
|
+
{
|
|
15947
|
+
displayName: 'Note',
|
|
15948
|
+
name: 'note',
|
|
15949
|
+
type: 'string',
|
|
15950
|
+
default: '',
|
|
15951
|
+
description: '',
|
|
15952
|
+
required: false,
|
|
15953
|
+
displayOptions: {
|
|
15954
|
+
show: {
|
|
15955
|
+
resource: ['crm-contractors'],
|
|
15956
|
+
operation: ['PublicCrmContractorController_updateStatus'],
|
|
15957
|
+
},
|
|
15958
|
+
},
|
|
15959
|
+
routing: {
|
|
15960
|
+
send: {
|
|
15961
|
+
type: 'body',
|
|
15962
|
+
property: 'note',
|
|
15963
|
+
},
|
|
15964
|
+
},
|
|
15965
|
+
},
|
|
15794
15966
|
// Crm Suppliers Operations
|
|
15795
15967
|
{
|
|
15796
15968
|
displayName: 'Operation',
|
|
@@ -15851,6 +16023,18 @@ class WorkBuddy {
|
|
|
15851
16023
|
},
|
|
15852
16024
|
},
|
|
15853
16025
|
},
|
|
16026
|
+
{
|
|
16027
|
+
name: 'Update supplier status',
|
|
16028
|
+
value: 'PublicCrmSupplierController_updateStatus',
|
|
16029
|
+
action: '',
|
|
16030
|
+
description: '',
|
|
16031
|
+
routing: {
|
|
16032
|
+
request: {
|
|
16033
|
+
method: 'PATCH',
|
|
16034
|
+
url: '/api/v2/public/suppliers/={{ $parameter["id"] }}/status',
|
|
16035
|
+
},
|
|
16036
|
+
},
|
|
16037
|
+
},
|
|
15854
16038
|
],
|
|
15855
16039
|
default: 'PublicCrmSupplierController_list',
|
|
15856
16040
|
},
|
|
@@ -16749,6 +16933,60 @@ class WorkBuddy {
|
|
|
16749
16933
|
},
|
|
16750
16934
|
},
|
|
16751
16935
|
},
|
|
16936
|
+
{
|
|
16937
|
+
displayName: 'Id',
|
|
16938
|
+
name: 'id',
|
|
16939
|
+
type: 'string',
|
|
16940
|
+
default: '',
|
|
16941
|
+
description: 'Supplier ID or integration ID',
|
|
16942
|
+
required: true,
|
|
16943
|
+
displayOptions: {
|
|
16944
|
+
show: {
|
|
16945
|
+
resource: ['crm-suppliers'],
|
|
16946
|
+
operation: ['PublicCrmSupplierController_updateStatus'],
|
|
16947
|
+
},
|
|
16948
|
+
},
|
|
16949
|
+
},
|
|
16950
|
+
{
|
|
16951
|
+
displayName: 'Status Id',
|
|
16952
|
+
name: 'statusId',
|
|
16953
|
+
type: 'string',
|
|
16954
|
+
default: '',
|
|
16955
|
+
description: 'status ID',
|
|
16956
|
+
required: true,
|
|
16957
|
+
displayOptions: {
|
|
16958
|
+
show: {
|
|
16959
|
+
resource: ['crm-suppliers'],
|
|
16960
|
+
operation: ['PublicCrmSupplierController_updateStatus'],
|
|
16961
|
+
},
|
|
16962
|
+
},
|
|
16963
|
+
routing: {
|
|
16964
|
+
send: {
|
|
16965
|
+
type: 'body',
|
|
16966
|
+
property: 'statusId',
|
|
16967
|
+
},
|
|
16968
|
+
},
|
|
16969
|
+
},
|
|
16970
|
+
{
|
|
16971
|
+
displayName: 'Note',
|
|
16972
|
+
name: 'note',
|
|
16973
|
+
type: 'string',
|
|
16974
|
+
default: '',
|
|
16975
|
+
description: '',
|
|
16976
|
+
required: false,
|
|
16977
|
+
displayOptions: {
|
|
16978
|
+
show: {
|
|
16979
|
+
resource: ['crm-suppliers'],
|
|
16980
|
+
operation: ['PublicCrmSupplierController_updateStatus'],
|
|
16981
|
+
},
|
|
16982
|
+
},
|
|
16983
|
+
routing: {
|
|
16984
|
+
send: {
|
|
16985
|
+
type: 'body',
|
|
16986
|
+
property: 'note',
|
|
16987
|
+
},
|
|
16988
|
+
},
|
|
16989
|
+
},
|
|
16752
16990
|
// Crm Companies Operations
|
|
16753
16991
|
{
|
|
16754
16992
|
displayName: 'Operation',
|