mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Notion Node): Version fix (#6531)
This commit is contained in:
@@ -14,7 +14,7 @@ export const databasePageOperations: INodeProperties[] = [
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [2],
|
||||
'@version': [2],
|
||||
resource: ['databasePage'],
|
||||
},
|
||||
},
|
||||
@@ -53,7 +53,7 @@ export const databasePageOperations: INodeProperties[] = [
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [1],
|
||||
'@version': [1],
|
||||
resource: ['databasePage'],
|
||||
},
|
||||
},
|
||||
@@ -161,7 +161,7 @@ export const databasePageFields: INodeProperties[] = [
|
||||
default: '',
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [2],
|
||||
'@version': [2],
|
||||
resource: ['databasePage'],
|
||||
operation: ['create'],
|
||||
},
|
||||
@@ -502,7 +502,7 @@ export const databasePageFields: INodeProperties[] = [
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/version': [2],
|
||||
'@version': [2],
|
||||
type: ['files'],
|
||||
},
|
||||
},
|
||||
@@ -969,7 +969,7 @@ export const databasePageFields: INodeProperties[] = [
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/version': [2],
|
||||
'@version': [2],
|
||||
type: ['files'],
|
||||
},
|
||||
},
|
||||
@@ -1055,7 +1055,7 @@ export const databasePageFields: INodeProperties[] = [
|
||||
],
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [2],
|
||||
'@version': [2],
|
||||
resource: ['databasePage'],
|
||||
operation: ['get'],
|
||||
},
|
||||
@@ -1068,7 +1068,7 @@ export const databasePageFields: INodeProperties[] = [
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [2],
|
||||
'@version': [2],
|
||||
resource: ['databasePage'],
|
||||
operation: ['get'],
|
||||
},
|
||||
@@ -1212,7 +1212,7 @@ export const databasePageFields: INodeProperties[] = [
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/version': [2],
|
||||
'@version': [2],
|
||||
'/resource': ['databasePage'],
|
||||
'/operation': ['getAll'],
|
||||
},
|
||||
@@ -1230,7 +1230,7 @@ export const databasePageFields: INodeProperties[] = [
|
||||
},
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/version': [1],
|
||||
'@version': [1],
|
||||
},
|
||||
},
|
||||
default: {},
|
||||
|
||||
Reference in New Issue
Block a user