@workbuddy/n8n-nodes-workbuddy-vnext 1.0.86 → 1.0.88
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,CA8upB/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"}
|
|
@@ -5048,6 +5048,26 @@ class WorkBuddy {
|
|
|
5048
5048
|
},
|
|
5049
5049
|
},
|
|
5050
5050
|
},
|
|
5051
|
+
{
|
|
5052
|
+
displayName: 'Updated At',
|
|
5053
|
+
name: 'updatedAt',
|
|
5054
|
+
type: 'dateTime',
|
|
5055
|
+
default: '',
|
|
5056
|
+
description: 'For optimistic concurrency — update fails if entity was modified after this timestamp',
|
|
5057
|
+
required: true,
|
|
5058
|
+
displayOptions: {
|
|
5059
|
+
show: {
|
|
5060
|
+
resource: ['jobs'],
|
|
5061
|
+
operation: ['PublicApiJobController_createStageItems'],
|
|
5062
|
+
},
|
|
5063
|
+
},
|
|
5064
|
+
routing: {
|
|
5065
|
+
send: {
|
|
5066
|
+
type: 'body',
|
|
5067
|
+
property: 'updatedAt',
|
|
5068
|
+
},
|
|
5069
|
+
},
|
|
5070
|
+
},
|
|
5051
5071
|
{
|
|
5052
5072
|
displayName: 'Items',
|
|
5053
5073
|
name: 'items',
|
|
@@ -5158,7 +5178,7 @@ class WorkBuddy {
|
|
|
5158
5178
|
type: 'dateTime',
|
|
5159
5179
|
default: '',
|
|
5160
5180
|
description: 'For optimistic concurrency — update fails if entity was modified after this timestamp',
|
|
5161
|
-
required:
|
|
5181
|
+
required: true,
|
|
5162
5182
|
displayOptions: {
|
|
5163
5183
|
show: {
|
|
5164
5184
|
resource: ['jobs'],
|