@workbuddy/n8n-nodes-workbuddy-vnext 1.0.23 → 1.0.25
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,CA6vlB/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"}
|
|
@@ -14478,6 +14478,27 @@ class WorkBuddy {
|
|
|
14478
14478
|
],
|
|
14479
14479
|
default: 'PublicCrmCustomerController_list',
|
|
14480
14480
|
},
|
|
14481
|
+
{
|
|
14482
|
+
displayName: 'Search',
|
|
14483
|
+
name: 'search',
|
|
14484
|
+
type: 'string',
|
|
14485
|
+
default: '',
|
|
14486
|
+
description: 'Search by name, phone, email or legal name',
|
|
14487
|
+
required: false,
|
|
14488
|
+
displayOptions: {
|
|
14489
|
+
show: {
|
|
14490
|
+
resource: ['crm-customers'],
|
|
14491
|
+
operation: ['PublicCrmCustomerController_list'],
|
|
14492
|
+
},
|
|
14493
|
+
},
|
|
14494
|
+
routing: {
|
|
14495
|
+
request: {
|
|
14496
|
+
qs: {
|
|
14497
|
+
search: '={{$value}}',
|
|
14498
|
+
},
|
|
14499
|
+
},
|
|
14500
|
+
},
|
|
14501
|
+
},
|
|
14481
14502
|
{
|
|
14482
14503
|
displayName: 'Integration Id',
|
|
14483
14504
|
name: 'integrationId',
|
|
@@ -15625,6 +15646,27 @@ class WorkBuddy {
|
|
|
15625
15646
|
],
|
|
15626
15647
|
default: 'PublicCrmContractorController_list',
|
|
15627
15648
|
},
|
|
15649
|
+
{
|
|
15650
|
+
displayName: 'Search',
|
|
15651
|
+
name: 'search',
|
|
15652
|
+
type: 'string',
|
|
15653
|
+
default: '',
|
|
15654
|
+
description: 'Search by name, phone, email or legal name',
|
|
15655
|
+
required: false,
|
|
15656
|
+
displayOptions: {
|
|
15657
|
+
show: {
|
|
15658
|
+
resource: ['crm-contractors'],
|
|
15659
|
+
operation: ['PublicCrmContractorController_list'],
|
|
15660
|
+
},
|
|
15661
|
+
},
|
|
15662
|
+
routing: {
|
|
15663
|
+
request: {
|
|
15664
|
+
qs: {
|
|
15665
|
+
search: '={{$value}}',
|
|
15666
|
+
},
|
|
15667
|
+
},
|
|
15668
|
+
},
|
|
15669
|
+
},
|
|
15628
15670
|
{
|
|
15629
15671
|
displayName: 'Cursor',
|
|
15630
15672
|
name: 'cursor',
|
|
@@ -16629,6 +16671,27 @@ class WorkBuddy {
|
|
|
16629
16671
|
],
|
|
16630
16672
|
default: 'PublicCrmSupplierController_list',
|
|
16631
16673
|
},
|
|
16674
|
+
{
|
|
16675
|
+
displayName: 'Search',
|
|
16676
|
+
name: 'search',
|
|
16677
|
+
type: 'string',
|
|
16678
|
+
default: '',
|
|
16679
|
+
description: 'Search by name, phone, email or legal name',
|
|
16680
|
+
required: false,
|
|
16681
|
+
displayOptions: {
|
|
16682
|
+
show: {
|
|
16683
|
+
resource: ['crm-suppliers'],
|
|
16684
|
+
operation: ['PublicCrmSupplierController_list'],
|
|
16685
|
+
},
|
|
16686
|
+
},
|
|
16687
|
+
routing: {
|
|
16688
|
+
request: {
|
|
16689
|
+
qs: {
|
|
16690
|
+
search: '={{$value}}',
|
|
16691
|
+
},
|
|
16692
|
+
},
|
|
16693
|
+
},
|
|
16694
|
+
},
|
|
16632
16695
|
{
|
|
16633
16696
|
displayName: 'Cursor',
|
|
16634
16697
|
name: 'cursor',
|
|
@@ -17617,6 +17680,27 @@ class WorkBuddy {
|
|
|
17617
17680
|
],
|
|
17618
17681
|
default: 'PublicCrmCompanyController_list',
|
|
17619
17682
|
},
|
|
17683
|
+
{
|
|
17684
|
+
displayName: 'Search',
|
|
17685
|
+
name: 'search',
|
|
17686
|
+
type: 'string',
|
|
17687
|
+
default: '',
|
|
17688
|
+
description: 'Search by name, phone, email or legal name',
|
|
17689
|
+
required: false,
|
|
17690
|
+
displayOptions: {
|
|
17691
|
+
show: {
|
|
17692
|
+
resource: ['crm-companies'],
|
|
17693
|
+
operation: ['PublicCrmCompanyController_list'],
|
|
17694
|
+
},
|
|
17695
|
+
},
|
|
17696
|
+
routing: {
|
|
17697
|
+
request: {
|
|
17698
|
+
qs: {
|
|
17699
|
+
search: '={{$value}}',
|
|
17700
|
+
},
|
|
17701
|
+
},
|
|
17702
|
+
},
|
|
17703
|
+
},
|
|
17620
17704
|
{
|
|
17621
17705
|
displayName: 'Cursor',
|
|
17622
17706
|
name: 'cursor',
|