@workbuddy/n8n-nodes-workbuddy-vnext 1.0.15 → 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,CAk5jB/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"}
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"}
@@ -13848,6 +13848,18 @@ class WorkBuddy {
13848
13848
  },
13849
13849
  },
13850
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
+ },
13851
13863
  {
13852
13864
  name: 'List contacts for customer',
13853
13865
  value: 'PublicCrmCustomerController_listContacts',
@@ -14686,6 +14698,60 @@ class WorkBuddy {
14686
14698
  },
14687
14699
  },
14688
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
+ },
14689
14755
  {
14690
14756
  displayName: 'Customer Id',
14691
14757
  name: 'customerId',
@@ -14953,6 +15019,18 @@ class WorkBuddy {
14953
15019
  },
14954
15020
  },
14955
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
+ },
14956
15034
  ],
14957
15035
  default: 'PublicCrmContractorController_list',
14958
15036
  },
@@ -15831,6 +15909,60 @@ class WorkBuddy {
15831
15909
  },
15832
15910
  },
15833
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
+ },
15834
15966
  // Crm Suppliers Operations
15835
15967
  {
15836
15968
  displayName: 'Operation',
@@ -15891,6 +16023,18 @@ class WorkBuddy {
15891
16023
  },
15892
16024
  },
15893
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
+ },
15894
16038
  ],
15895
16039
  default: 'PublicCrmSupplierController_list',
15896
16040
  },
@@ -16789,6 +16933,60 @@ class WorkBuddy {
16789
16933
  },
16790
16934
  },
16791
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
+ },
16792
16990
  // Crm Companies Operations
16793
16991
  {
16794
16992
  displayName: 'Operation',