n8n-nodes-base 2.30.3 → 2.31.0
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.
- package/dist/cjs/build.tsbuildinfo +1 -1
- package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js +31 -1
- package/dist/credentials/GoogleBigQueryOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/LinkedInOAuth2Api.credentials.js +1 -1
- package/dist/credentials/LinkedInOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/RundeckApi.credentials.d.ts.map +1 -1
- package/dist/credentials/RundeckApi.credentials.js +24 -0
- package/dist/credentials/RundeckApi.credentials.js.map +1 -1
- package/dist/credentials/SupabaseApi.credentials.d.ts.map +1 -1
- package/dist/credentials/SupabaseApi.credentials.js +3 -1
- package/dist/credentials/SupabaseApi.credentials.js.map +1 -1
- package/dist/credentials/ZendeskOAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/ZendeskOAuth2Api.credentials.js +32 -2
- package/dist/credentials/ZendeskOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/common/aws/descriptions.d.ts.map +1 -1
- package/dist/credentials/common/aws/descriptions.js +26 -0
- package/dist/credentials/common/aws/descriptions.js.map +1 -1
- package/dist/credentials/common/aws/index.d.ts +1 -1
- package/dist/credentials/common/aws/index.d.ts.map +1 -1
- package/dist/credentials/common/aws/index.js +2 -1
- package/dist/credentials/common/aws/index.js.map +1 -1
- package/dist/credentials/common/aws/types.d.ts +2 -0
- package/dist/credentials/common/aws/types.d.ts.map +1 -1
- package/dist/credentials/common/aws/utils.d.ts +17 -2
- package/dist/credentials/common/aws/utils.d.ts.map +1 -1
- package/dist/credentials/common/aws/utils.js +111 -11
- package/dist/credentials/common/aws/utils.js.map +1 -1
- package/dist/known/credentials.json +2 -0
- package/dist/methods/defined.json +4 -1
- package/dist/methods/referenced.json +4 -1
- package/dist/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_create.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_create.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_delete.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_delete.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get_all.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_get_all.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_update.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_group/operation_update.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_add_to_group.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_add_to_group.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_create.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_create.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_delete.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_delete.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get_all.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_get_all.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_remove_from_group.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_remove_from_group.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_update.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user/operation_update.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user_pool/operation_get.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsCognito/v1/resource_user_pool/operation_get.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_create.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_create.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_delete.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_delete.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get_all.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_get_all.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_update.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_group/operation_update.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_add_to_group.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_add_to_group.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_create.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_create.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_delete.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_delete.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get_all.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_get_all.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_remove_from_group.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_remove_from_group.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_update.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/awsIam/v1/resource_user/operation_update.ts +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/dynamicCredentialCheck/v1.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/form/v1.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/form/v23.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/form/v24.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/form/v25.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v2.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v2.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v21.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v21.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v22.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v22.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v23.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v23.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v24.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v24.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v25.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v25.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v26.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/formTrigger/v26.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_combine_by_sql.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v3/mode_combine_by_sql.ts +14 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_combine_by_sql.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v31/mode_combine_by_sql.ts +14 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_combine_by_sql.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/merge/v32/mode_combine_by_sql.ts +4 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_add_row.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_add_row.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_columns.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_columns.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_get_rows.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_lookup.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_table/operation_lookup.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_add_worksheet.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_add_worksheet.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_workbook/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_content.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v1/resource_worksheet/operation_get_content.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_add_table.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_add_table.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_append.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_convert_to_range.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_convert_to_range.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_delete_table.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_delete_table.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_columns.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_columns.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_get_rows.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_lookup.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_table/operation_lookup.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_add_worksheet.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_add_worksheet.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_delete_workbook.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_delete_workbook.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_workbook/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_append.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_clear.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_delete_worksheet.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_delete_worksheet.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_read_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_read_rows.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v2/resource_worksheet/operation_upsert.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_add_table.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_add_table.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_append.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_convert_to_range.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_convert_to_range.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_delete_table.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_delete_table.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_columns.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_columns.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_get_rows.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_lookup.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_table/operation_lookup.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_add_worksheet.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_add_worksheet.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_delete_workbook.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_delete_workbook.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_workbook/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_append.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_clear.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_delete_worksheet.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_delete_worksheet.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_read_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_read_rows.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v21/resource_worksheet/operation_upsert.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_add_table.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_add_table.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_append.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_convert_to_range.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_convert_to_range.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_delete_table.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_delete_table.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_columns.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_columns.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_get_rows.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_lookup.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_table/operation_lookup.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_add_worksheet.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_add_worksheet.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_delete_workbook.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_delete_workbook.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_workbook/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/index.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_append.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_clear.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_delete_worksheet.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_delete_worksheet.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_get_all.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_read_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_read_rows.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftExcel/v22/resource_worksheet/operation_upsert.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_audit/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_audit/operation_generate.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_credential/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_execution/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_execution/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_workflow/index.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/n8n/v1/resource_workflow/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/index.schema.js +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/index.ts +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/index.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/index.ts +18 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_append.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_append.ts +905 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_all.schema.js +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_all.ts +69 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_markdown.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_block/operation_get_markdown.ts +43 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/index.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/index.ts +15 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_get.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_get.ts +41 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_search.schema.js +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_data_source/operation_search.ts +73 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/index.schema.js +18 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/index.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/operation_get.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database/operation_get.ts +41 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/index.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/index.ts +21 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_create.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_create.ts +1052 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get.ts +81 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get_all.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_get_all.ts +296 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_update.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_database_page/operation_update.ts +171 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/index.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/index.ts +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_archive.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_archive.ts +40 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_create.schema.js +30 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_create.ts +929 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_get_markdown.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_get_markdown.ts +43 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_search.schema.js +27 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_search.ts +73 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_update_markdown.schema.js +26 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_update_markdown.ts +69 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/index.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/index.ts +15 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get.ts +42 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get_all.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_user/operation_get_all.ts +48 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notionTrigger/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/notionTrigger/v11.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/notionTrigger/v11.ts +89 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get_all.schema.js +1 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/odoo/v2/resource_custom/operation_get_all.ts +20 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rabbitmq/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/rabbitmq/v12.schema.js +32 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rabbitmq/v12.ts +121 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/index.schema.js +7 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/index.ts +9 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/index.schema.js +18 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/index.ts +10 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/operation_messages.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_dm/operation_messages.ts +36 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/index.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/index.ts +15 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_get.schema.js +21 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_get.ts +21 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_read.schema.js +22 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rocketchat/v1/resource_subscriptions/operation_read.ts +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rundeck/index.ts +3 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/rundeck/v11.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/rundeck/v11.ts +52 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v1/resource_message/operation_post.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v1/resource_message/operation_post_ephemeral.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_post.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_schedule.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_post.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_schedule.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_post.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_schedule.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_post.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_schedule.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_post.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_schedule.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_post.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_schedule.ts +2 -2
- package/dist/nodes/Aws/Cognito/AwsCognito.node.d.ts.map +1 -1
- package/dist/nodes/Aws/Cognito/AwsCognito.node.js +3 -6
- package/dist/nodes/Aws/Cognito/AwsCognito.node.js.map +1 -1
- package/dist/nodes/Aws/Cognito/transport/index.d.ts.map +1 -1
- package/dist/nodes/Aws/Cognito/transport/index.js +2 -2
- package/dist/nodes/Aws/Cognito/transport/index.js.map +1 -1
- package/dist/nodes/Aws/GenericFunctions.d.ts +2 -2
- package/dist/nodes/Aws/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Aws/GenericFunctions.js.map +1 -1
- package/dist/nodes/Aws/IAM/AwsIam.node.d.ts.map +1 -1
- package/dist/nodes/Aws/IAM/AwsIam.node.js +5 -8
- package/dist/nodes/Aws/IAM/AwsIam.node.js.map +1 -1
- package/dist/nodes/Aws/IAM/transport/index.d.ts.map +1 -1
- package/dist/nodes/Aws/IAM/transport/index.js +3 -1
- package/dist/nodes/Aws/IAM/transport/index.js.map +1 -1
- package/dist/nodes/Bitwarden/descriptions/EventDescription.js +1 -1
- package/dist/nodes/Bitwarden/descriptions/EventDescription.js.map +1 -1
- package/dist/nodes/Cron/Cron.node.js +1 -1
- package/dist/nodes/Cron/Cron.node.js.map +1 -1
- package/dist/nodes/DynamicCredentialCheck/DynamicCredentialCheck.node.js +1 -1
- package/dist/nodes/DynamicCredentialCheck/DynamicCredentialCheck.node.js.map +1 -1
- package/dist/nodes/Form/Form.node.js +3 -3
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Form/utils/formCompletionUtils.d.ts +4 -2
- package/dist/nodes/Form/utils/formCompletionUtils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/formCompletionUtils.js +29 -16
- package/dist/nodes/Form/utils/formCompletionUtils.js.map +1 -1
- package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/utils.js +4 -1
- package/dist/nodes/Form/utils/utils.js.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js +8 -0
- package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
- package/dist/nodes/Google/Docs/GoogleDocs.node.js +1 -1
- package/dist/nodes/Google/Docs/GoogleDocs.node.js.map +1 -1
- package/dist/nodes/Google/Gmail/GenericFunctions.js +3 -2
- package/dist/nodes/Google/Gmail/GenericFunctions.js.map +1 -1
- package/dist/nodes/Mautic/CompanyContactDescription.js +1 -1
- package/dist/nodes/Mautic/CompanyContactDescription.js.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +54 -9
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -1
- package/dist/nodes/Merge/v3/helpers/sandbox-utils.d.ts +2 -2
- package/dist/nodes/Merge/v3/helpers/sandbox-utils.d.ts.map +1 -1
- package/dist/nodes/Merge/v3/helpers/sandbox-utils.js +19 -19
- package/dist/nodes/Merge/v3/helpers/sandbox-utils.js.map +1 -1
- package/dist/nodes/MessageAnAgent/MessageAnAgent.node.d.ts +9 -14
- package/dist/nodes/MessageAnAgent/MessageAnAgent.node.d.ts.map +1 -1
- package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js +22 -271
- package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js.map +1 -1
- package/dist/nodes/MessageAnAgent/shared.d.ts +24 -0
- package/dist/nodes/MessageAnAgent/shared.d.ts.map +1 -0
- package/dist/nodes/MessageAnAgent/shared.js +236 -0
- package/dist/nodes/MessageAnAgent/shared.js.map +1 -0
- package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.d.ts +17 -0
- package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.d.ts.map +1 -0
- package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.js +81 -0
- package/dist/nodes/MessageAnAgent/v1/MessageAnAgentV1.node.js.map +1 -0
- package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.d.ts +7 -0
- package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.d.ts.map +1 -0
- package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.js +31 -0
- package/dist/nodes/MessageAnAgent/v2/MessageAnAgentV2.node.js.map +1 -0
- package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js +2 -2
- package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.json +1 -1
- package/dist/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.js +3 -3
- package/dist/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js +4 -4
- package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v1/FolderMessageDecription.js +1 -1
- package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.d.ts +3 -8
- package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.d.ts.map +1 -1
- package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js +25 -60
- package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js.map +1 -1
- package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.d.ts +12 -0
- package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.js +75 -0
- package/dist/nodes/Microsoft/SharePoint/v1/MicrosoftSharePointV1.node.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/common.descriptions.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/common.descriptions.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/File.resource.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/File.resource.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/download.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/download.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/update.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/upload.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/file/upload.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/index.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/index.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/Item.resource.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/Item.resource.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/create.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/create.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/delete.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/delete.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/get.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/getAll.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/update.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/upsert.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/item/upsert.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/List.resource.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/List.resource.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/get.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/getAll.operation.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/descriptions/list/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/helpers/interfaces.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/helpers/interfaces.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/helpers/utils.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/helpers/utils.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/methods/index.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/methods/index.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/methods/listSearch.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/methods/listSearch.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/methods/resourceMapping.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/methods/resourceMapping.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/transport/index.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v1/transport/index.js.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.d.ts +7 -0
- package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.d.ts.map +1 -0
- package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.js +78 -0
- package/dist/nodes/Microsoft/SharePoint/v2/MicrosoftSharePointV2.node.js.map +1 -0
- package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.js +4 -14
- package/dist/nodes/Microsoft/Teams/v2/methods/listSearch.js.map +1 -1
- package/dist/nodes/N8n/AuditDescription.js +1 -1
- package/dist/nodes/N8n/AuditDescription.js.map +1 -1
- package/dist/nodes/Notion/Notion.node.d.ts.map +1 -1
- package/dist/nodes/Notion/Notion.node.js +3 -1
- package/dist/nodes/Notion/Notion.node.js.map +1 -1
- package/dist/nodes/Notion/NotionTrigger.node.d.ts +6 -2
- package/dist/nodes/Notion/NotionTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Notion/NotionTrigger.node.js +74 -12
- package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
- package/dist/nodes/Notion/__schema__/v3.0.0/block/append.json +35 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/block/getAll.json +52 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/block/getMarkdown.json +27 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/dataSource/get.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/dataSource/search.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/database/get.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/create.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/get.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/getAll.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/databasePage/update.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/page/archive.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/page/create.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/page/getMarkdown.json +27 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/page/search.json +15 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/page/updateMarkdown.json +27 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/user/get.json +38 -0
- package/dist/nodes/Notion/__schema__/v3.0.0/user/getAll.json +35 -0
- package/dist/nodes/Notion/shared/GenericFunctions.d.ts +2 -2
- package/dist/nodes/Notion/shared/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Notion/shared/GenericFunctions.js +53 -38
- package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
- package/dist/nodes/Notion/shared/descriptions/Blocks.d.ts +9 -2
- package/dist/nodes/Notion/shared/descriptions/Blocks.d.ts.map +1 -1
- package/dist/nodes/Notion/shared/descriptions/Blocks.js +228 -207
- package/dist/nodes/Notion/shared/descriptions/Blocks.js.map +1 -1
- package/dist/nodes/Notion/v1/NotionV1.node.js +1 -1
- package/dist/nodes/Notion/v2/NotionV2.node.js +1 -1
- package/dist/nodes/Notion/v3/NotionV3.node.d.ts +12 -0
- package/dist/nodes/Notion/v3/NotionV3.node.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/NotionV3.node.js +21 -0
- package/dist/nodes/Notion/v3/NotionV3.node.js.map +1 -0
- package/dist/nodes/Notion/v3/VersionDescription.d.ts +3 -0
- package/dist/nodes/Notion/v3/VersionDescription.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/VersionDescription.js +149 -0
- package/dist/nodes/Notion/v3/VersionDescription.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/block/Block.resource.d.ts +6 -0
- package/dist/nodes/Notion/v3/actions/block/Block.resource.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/block/Block.resource.js +181 -0
- package/dist/nodes/Notion/v3/actions/block/Block.resource.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/common.descriptions.d.ts +13 -0
- package/dist/nodes/Notion/v3/actions/common.descriptions.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/common.descriptions.js +308 -0
- package/dist/nodes/Notion/v3/actions/common.descriptions.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.d.ts +5 -0
- package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.js +113 -0
- package/dist/nodes/Notion/v3/actions/dataSource/DataSource.resource.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/database/Database.resource.d.ts +4 -0
- package/dist/nodes/Notion/v3/actions/database/Database.resource.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/database/Database.resource.js +61 -0
- package/dist/nodes/Notion/v3/actions/database/Database.resource.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.d.ts +123 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.js +502 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DataSourceFilters.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.d.ts +7 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.js +596 -0
- package/dist/nodes/Notion/v3/actions/databasePage/DatabasePage.resource.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/node.type.d.ts +20 -0
- package/dist/nodes/Notion/v3/actions/node.type.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/node.type.js +3 -0
- package/dist/nodes/Notion/v3/actions/node.type.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/page/Page.resource.d.ts +8 -0
- package/dist/nodes/Notion/v3/actions/page/Page.resource.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/page/Page.resource.js +286 -0
- package/dist/nodes/Notion/v3/actions/page/Page.resource.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/router.d.ts +3 -0
- package/dist/nodes/Notion/v3/actions/router.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/router.js +63 -0
- package/dist/nodes/Notion/v3/actions/router.js.map +1 -0
- package/dist/nodes/Notion/v3/actions/user/User.resource.d.ts +5 -0
- package/dist/nodes/Notion/v3/actions/user/User.resource.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/actions/user/User.resource.js +68 -0
- package/dist/nodes/Notion/v3/actions/user/User.resource.js.map +1 -0
- package/dist/nodes/Notion/v3/helpers/utils.d.ts +58 -0
- package/dist/nodes/Notion/v3/helpers/utils.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/helpers/utils.js +371 -0
- package/dist/nodes/Notion/v3/helpers/utils.js.map +1 -0
- package/dist/nodes/Notion/v3/methods/index.d.ts +4 -0
- package/dist/nodes/Notion/v3/methods/index.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/methods/index.js +41 -0
- package/dist/nodes/Notion/v3/methods/index.js.map +1 -0
- package/dist/nodes/Notion/v3/methods/listSearch.d.ts +4 -0
- package/dist/nodes/Notion/v3/methods/listSearch.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/methods/listSearch.js +75 -0
- package/dist/nodes/Notion/v3/methods/listSearch.js.map +1 -0
- package/dist/nodes/Notion/v3/methods/loadOptions.d.ts +10 -0
- package/dist/nodes/Notion/v3/methods/loadOptions.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/methods/loadOptions.js +152 -0
- package/dist/nodes/Notion/v3/methods/loadOptions.js.map +1 -0
- package/dist/nodes/Notion/v3/transport/index.d.ts +8 -0
- package/dist/nodes/Notion/v3/transport/index.d.ts.map +1 -0
- package/dist/nodes/Notion/v3/transport/index.js +67 -0
- package/dist/nodes/Notion/v3/transport/index.js.map +1 -0
- package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.d.ts.map +1 -1
- package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.js +46 -2
- package/dist/nodes/Odoo/v2/actions/custom/getAll.operation.js.map +1 -1
- package/dist/nodes/RabbitMQ/RabbitMQ.node.d.ts.map +1 -1
- package/dist/nodes/RabbitMQ/RabbitMQ.node.js +4 -3
- package/dist/nodes/RabbitMQ/RabbitMQ.node.js.map +1 -1
- package/dist/nodes/Rocketchat/GenericFunctions.d.ts +2 -1
- package/dist/nodes/Rocketchat/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Rocketchat/GenericFunctions.js +24 -1
- package/dist/nodes/Rocketchat/GenericFunctions.js.map +1 -1
- package/dist/nodes/Rocketchat/Rocketchat.node.d.ts.map +1 -1
- package/dist/nodes/Rocketchat/Rocketchat.node.js +129 -1
- package/dist/nodes/Rocketchat/Rocketchat.node.js.map +1 -1
- package/dist/nodes/Rundeck/Rundeck.node.js +1 -1
- package/dist/nodes/Rundeck/Rundeck.node.js.map +1 -1
- package/dist/nodes/Rundeck/RundeckApi.d.ts +2 -0
- package/dist/nodes/Rundeck/RundeckApi.d.ts.map +1 -1
- package/dist/nodes/Rundeck/RundeckApi.js +11 -1
- package/dist/nodes/Rundeck/RundeckApi.js.map +1 -1
- package/dist/nodes/Slack/V1/MessageDescription.js +2 -2
- package/dist/nodes/Slack/V1/MessageDescription.js.map +1 -1
- package/dist/nodes/Slack/V2/MessageDescription.js +2 -2
- package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
- package/dist/nodes/Spotify/Spotify.node.js +1 -1
- package/dist/nodes/Spotify/Spotify.node.js.map +1 -1
- package/dist/types/credentials.json +7 -7
- package/dist/types/nodes.json +29 -27
- package/package.json +18 -17
- package/dist/nodes/Microsoft/SharePoint/descriptions/common.descriptions.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/common.descriptions.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/File.resource.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/File.resource.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/download.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/download.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/update.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/update.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/upload.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/file/upload.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/index.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/index.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/Item.resource.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/Item.resource.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/create.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/create.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/delete.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/delete.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/get.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/get.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/getAll.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/getAll.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/update.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/update.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/upsert.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/item/upsert.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/List.resource.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/List.resource.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/get.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/get.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/getAll.operation.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/descriptions/list/getAll.operation.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/helpers/interfaces.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/helpers/interfaces.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/helpers/utils.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/helpers/utils.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/methods/index.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/methods/index.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/methods/listSearch.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/methods/listSearch.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/methods/resourceMapping.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/methods/resourceMapping.js.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/transport/index.d.ts.map +0 -1
- package/dist/nodes/Microsoft/SharePoint/transport/index.js.map +0 -1
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/common.descriptions.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/common.descriptions.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/File.resource.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/File.resource.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/download.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/download.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/update.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/update.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/upload.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/file/upload.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/index.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/index.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/Item.resource.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/Item.resource.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/create.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/create.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/delete.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/delete.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/get.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/get.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/getAll.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/getAll.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/update.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/update.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/upsert.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/item/upsert.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/List.resource.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/List.resource.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/get.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/get.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/getAll.operation.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{descriptions → v1/descriptions}/list/getAll.operation.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/interfaces.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/interfaces.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/utils.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{helpers → v1/helpers}/utils.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/index.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/index.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/listSearch.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/listSearch.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/resourceMapping.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{methods → v1/methods}/resourceMapping.js +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{transport → v1/transport}/index.d.ts +0 -0
- /package/dist/nodes/Microsoft/SharePoint/{transport → v1/transport}/index.js +0 -0
package/dist/node-definitions/nodes/n8n-nodes-base/notion/v3/resource_page/operation_create.ts
ADDED
|
@@ -0,0 +1,929 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Notion Node - Version 3
|
|
3
|
+
* Discriminator: resource=page, operation=create
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
interface Credentials {
|
|
8
|
+
notionApi: CredentialReference;
|
|
9
|
+
notionOAuth2Api: CredentialReference;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/** Create a page in a data source */
|
|
13
|
+
export type NotionV3PageCreateParams = {
|
|
14
|
+
resource: 'page';
|
|
15
|
+
operation: 'create';
|
|
16
|
+
authentication?: 'apiKey' | 'oAuth2' | Expression<string>;
|
|
17
|
+
/**
|
|
18
|
+
* Parent Page
|
|
19
|
+
* @default {"mode":"url","value":""}
|
|
20
|
+
*/
|
|
21
|
+
pageId?: { __rl: true; mode: 'url' | 'id'; value: string; cachedResultName?: string };
|
|
22
|
+
/**
|
|
23
|
+
* Title
|
|
24
|
+
*/
|
|
25
|
+
title: string | Expression<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Content Type
|
|
28
|
+
* @default blockUi
|
|
29
|
+
*/
|
|
30
|
+
contentType?: 'blockUi' | 'json' | 'markdown' | Expression<string>;
|
|
31
|
+
/**
|
|
32
|
+
* Blocks (JSON)
|
|
33
|
+
* @displayOptions.show { contentType: ["json"] }
|
|
34
|
+
*/
|
|
35
|
+
blocksJson?: string | Expression<string>;
|
|
36
|
+
/**
|
|
37
|
+
* Blocks
|
|
38
|
+
* @displayOptions.show { contentType: ["blockUi"] }
|
|
39
|
+
* @default {}
|
|
40
|
+
*/
|
|
41
|
+
blockUi?: {
|
|
42
|
+
/** Block
|
|
43
|
+
*/
|
|
44
|
+
blockValues?: Array<{
|
|
45
|
+
/** Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>
|
|
46
|
+
* @loadOptionsMethod getBlockTypes
|
|
47
|
+
* @default paragraph
|
|
48
|
+
*/
|
|
49
|
+
type?: string | Expression<string>;
|
|
50
|
+
/** Rich Text
|
|
51
|
+
* @displayOptions.show { type: ["paragraph"] }
|
|
52
|
+
* @default false
|
|
53
|
+
*/
|
|
54
|
+
richText?: boolean | Expression<boolean>;
|
|
55
|
+
/** Text
|
|
56
|
+
* @displayOptions.show { type: ["paragraph"], richText: [false] }
|
|
57
|
+
*/
|
|
58
|
+
textContent?: string | Expression<string>;
|
|
59
|
+
/** Rich text in the block
|
|
60
|
+
* @displayOptions.show { type: ["paragraph"], richText: [true] }
|
|
61
|
+
* @default {}
|
|
62
|
+
*/
|
|
63
|
+
text?: {
|
|
64
|
+
/** Text
|
|
65
|
+
*/
|
|
66
|
+
text?: Array<{
|
|
67
|
+
/** Type
|
|
68
|
+
* @default text
|
|
69
|
+
*/
|
|
70
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
71
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
72
|
+
* @displayOptions.show { textType: ["text"] }
|
|
73
|
+
*/
|
|
74
|
+
text?: string | Expression<string>;
|
|
75
|
+
/** Is Link
|
|
76
|
+
* @displayOptions.show { textType: ["text"] }
|
|
77
|
+
* @default false
|
|
78
|
+
*/
|
|
79
|
+
isLink?: boolean | Expression<boolean>;
|
|
80
|
+
/** The URL that this link points to
|
|
81
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
82
|
+
*/
|
|
83
|
+
textLink?: string | Expression<string>;
|
|
84
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
85
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
86
|
+
*/
|
|
87
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
88
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
89
|
+
* @loadOptionsMethod getUsers
|
|
90
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
91
|
+
*/
|
|
92
|
+
user?: string | Expression<string>;
|
|
93
|
+
/** The ID of the page being mentioned
|
|
94
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
95
|
+
*/
|
|
96
|
+
page?: string | Expression<string>;
|
|
97
|
+
/** The Notion Database being mentioned
|
|
98
|
+
* @searchListMethod getDatabases
|
|
99
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
100
|
+
* @default {"mode":"list","value":""}
|
|
101
|
+
*/
|
|
102
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
103
|
+
/** Whether or not you want to define a date range
|
|
104
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
105
|
+
* @default false
|
|
106
|
+
*/
|
|
107
|
+
range?: boolean | Expression<boolean>;
|
|
108
|
+
/** An ISO 8601 format date, with optional time
|
|
109
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
110
|
+
*/
|
|
111
|
+
date?: string | Expression<string>;
|
|
112
|
+
/** An ISO 8601 format date, with optional time
|
|
113
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
114
|
+
*/
|
|
115
|
+
dateStart?: string | Expression<string>;
|
|
116
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
117
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
118
|
+
*/
|
|
119
|
+
dateEnd?: string | Expression<string>;
|
|
120
|
+
/** Expression
|
|
121
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
122
|
+
*/
|
|
123
|
+
expression?: string | Expression<string>;
|
|
124
|
+
/** All annotations that apply to this rich text
|
|
125
|
+
* @default {}
|
|
126
|
+
*/
|
|
127
|
+
annotationUi?: {
|
|
128
|
+
/** Whether the text is bolded
|
|
129
|
+
* @default false
|
|
130
|
+
*/
|
|
131
|
+
bold?: boolean | Expression<boolean>;
|
|
132
|
+
/** Whether the text is italicized
|
|
133
|
+
* @default false
|
|
134
|
+
*/
|
|
135
|
+
italic?: boolean | Expression<boolean>;
|
|
136
|
+
/** Whether the text is struck through
|
|
137
|
+
* @default false
|
|
138
|
+
*/
|
|
139
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
140
|
+
/** Whether the text is underlined
|
|
141
|
+
* @default false
|
|
142
|
+
*/
|
|
143
|
+
underline?: boolean | Expression<boolean>;
|
|
144
|
+
/** Whether the text is code style
|
|
145
|
+
* @default false
|
|
146
|
+
*/
|
|
147
|
+
code?: boolean | Expression<boolean>;
|
|
148
|
+
/** Color of the text
|
|
149
|
+
*/
|
|
150
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
151
|
+
};
|
|
152
|
+
}>;
|
|
153
|
+
};
|
|
154
|
+
/** Rich Text
|
|
155
|
+
* @displayOptions.show { type: ["heading_1"] }
|
|
156
|
+
* @default false
|
|
157
|
+
*/
|
|
158
|
+
richText?: boolean | Expression<boolean>;
|
|
159
|
+
/** Text
|
|
160
|
+
* @displayOptions.show { type: ["heading_1"], richText: [false] }
|
|
161
|
+
*/
|
|
162
|
+
textContent?: string | Expression<string>;
|
|
163
|
+
/** Rich text in the block
|
|
164
|
+
* @displayOptions.show { type: ["heading_1"], richText: [true] }
|
|
165
|
+
* @default {}
|
|
166
|
+
*/
|
|
167
|
+
text?: {
|
|
168
|
+
/** Text
|
|
169
|
+
*/
|
|
170
|
+
text?: Array<{
|
|
171
|
+
/** Type
|
|
172
|
+
* @default text
|
|
173
|
+
*/
|
|
174
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
175
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
176
|
+
* @displayOptions.show { textType: ["text"] }
|
|
177
|
+
*/
|
|
178
|
+
text?: string | Expression<string>;
|
|
179
|
+
/** Is Link
|
|
180
|
+
* @displayOptions.show { textType: ["text"] }
|
|
181
|
+
* @default false
|
|
182
|
+
*/
|
|
183
|
+
isLink?: boolean | Expression<boolean>;
|
|
184
|
+
/** The URL that this link points to
|
|
185
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
186
|
+
*/
|
|
187
|
+
textLink?: string | Expression<string>;
|
|
188
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
189
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
190
|
+
*/
|
|
191
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
192
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
193
|
+
* @loadOptionsMethod getUsers
|
|
194
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
195
|
+
*/
|
|
196
|
+
user?: string | Expression<string>;
|
|
197
|
+
/** The ID of the page being mentioned
|
|
198
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
199
|
+
*/
|
|
200
|
+
page?: string | Expression<string>;
|
|
201
|
+
/** The Notion Database being mentioned
|
|
202
|
+
* @searchListMethod getDatabases
|
|
203
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
204
|
+
* @default {"mode":"list","value":""}
|
|
205
|
+
*/
|
|
206
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
207
|
+
/** Whether or not you want to define a date range
|
|
208
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
209
|
+
* @default false
|
|
210
|
+
*/
|
|
211
|
+
range?: boolean | Expression<boolean>;
|
|
212
|
+
/** An ISO 8601 format date, with optional time
|
|
213
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
214
|
+
*/
|
|
215
|
+
date?: string | Expression<string>;
|
|
216
|
+
/** An ISO 8601 format date, with optional time
|
|
217
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
218
|
+
*/
|
|
219
|
+
dateStart?: string | Expression<string>;
|
|
220
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
221
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
222
|
+
*/
|
|
223
|
+
dateEnd?: string | Expression<string>;
|
|
224
|
+
/** Expression
|
|
225
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
226
|
+
*/
|
|
227
|
+
expression?: string | Expression<string>;
|
|
228
|
+
/** All annotations that apply to this rich text
|
|
229
|
+
* @default {}
|
|
230
|
+
*/
|
|
231
|
+
annotationUi?: {
|
|
232
|
+
/** Whether the text is bolded
|
|
233
|
+
* @default false
|
|
234
|
+
*/
|
|
235
|
+
bold?: boolean | Expression<boolean>;
|
|
236
|
+
/** Whether the text is italicized
|
|
237
|
+
* @default false
|
|
238
|
+
*/
|
|
239
|
+
italic?: boolean | Expression<boolean>;
|
|
240
|
+
/** Whether the text is struck through
|
|
241
|
+
* @default false
|
|
242
|
+
*/
|
|
243
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
244
|
+
/** Whether the text is underlined
|
|
245
|
+
* @default false
|
|
246
|
+
*/
|
|
247
|
+
underline?: boolean | Expression<boolean>;
|
|
248
|
+
/** Whether the text is code style
|
|
249
|
+
* @default false
|
|
250
|
+
*/
|
|
251
|
+
code?: boolean | Expression<boolean>;
|
|
252
|
+
/** Color of the text
|
|
253
|
+
*/
|
|
254
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
255
|
+
};
|
|
256
|
+
}>;
|
|
257
|
+
};
|
|
258
|
+
/** Rich Text
|
|
259
|
+
* @displayOptions.show { type: ["heading_2"] }
|
|
260
|
+
* @default false
|
|
261
|
+
*/
|
|
262
|
+
richText?: boolean | Expression<boolean>;
|
|
263
|
+
/** Text
|
|
264
|
+
* @displayOptions.show { type: ["heading_2"], richText: [false] }
|
|
265
|
+
*/
|
|
266
|
+
textContent?: string | Expression<string>;
|
|
267
|
+
/** Rich text in the block
|
|
268
|
+
* @displayOptions.show { type: ["heading_2"], richText: [true] }
|
|
269
|
+
* @default {}
|
|
270
|
+
*/
|
|
271
|
+
text?: {
|
|
272
|
+
/** Text
|
|
273
|
+
*/
|
|
274
|
+
text?: Array<{
|
|
275
|
+
/** Type
|
|
276
|
+
* @default text
|
|
277
|
+
*/
|
|
278
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
279
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
280
|
+
* @displayOptions.show { textType: ["text"] }
|
|
281
|
+
*/
|
|
282
|
+
text?: string | Expression<string>;
|
|
283
|
+
/** Is Link
|
|
284
|
+
* @displayOptions.show { textType: ["text"] }
|
|
285
|
+
* @default false
|
|
286
|
+
*/
|
|
287
|
+
isLink?: boolean | Expression<boolean>;
|
|
288
|
+
/** The URL that this link points to
|
|
289
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
290
|
+
*/
|
|
291
|
+
textLink?: string | Expression<string>;
|
|
292
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
293
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
294
|
+
*/
|
|
295
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
296
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
297
|
+
* @loadOptionsMethod getUsers
|
|
298
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
299
|
+
*/
|
|
300
|
+
user?: string | Expression<string>;
|
|
301
|
+
/** The ID of the page being mentioned
|
|
302
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
303
|
+
*/
|
|
304
|
+
page?: string | Expression<string>;
|
|
305
|
+
/** The Notion Database being mentioned
|
|
306
|
+
* @searchListMethod getDatabases
|
|
307
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
308
|
+
* @default {"mode":"list","value":""}
|
|
309
|
+
*/
|
|
310
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
311
|
+
/** Whether or not you want to define a date range
|
|
312
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
313
|
+
* @default false
|
|
314
|
+
*/
|
|
315
|
+
range?: boolean | Expression<boolean>;
|
|
316
|
+
/** An ISO 8601 format date, with optional time
|
|
317
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
318
|
+
*/
|
|
319
|
+
date?: string | Expression<string>;
|
|
320
|
+
/** An ISO 8601 format date, with optional time
|
|
321
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
322
|
+
*/
|
|
323
|
+
dateStart?: string | Expression<string>;
|
|
324
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
325
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
326
|
+
*/
|
|
327
|
+
dateEnd?: string | Expression<string>;
|
|
328
|
+
/** Expression
|
|
329
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
330
|
+
*/
|
|
331
|
+
expression?: string | Expression<string>;
|
|
332
|
+
/** All annotations that apply to this rich text
|
|
333
|
+
* @default {}
|
|
334
|
+
*/
|
|
335
|
+
annotationUi?: {
|
|
336
|
+
/** Whether the text is bolded
|
|
337
|
+
* @default false
|
|
338
|
+
*/
|
|
339
|
+
bold?: boolean | Expression<boolean>;
|
|
340
|
+
/** Whether the text is italicized
|
|
341
|
+
* @default false
|
|
342
|
+
*/
|
|
343
|
+
italic?: boolean | Expression<boolean>;
|
|
344
|
+
/** Whether the text is struck through
|
|
345
|
+
* @default false
|
|
346
|
+
*/
|
|
347
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
348
|
+
/** Whether the text is underlined
|
|
349
|
+
* @default false
|
|
350
|
+
*/
|
|
351
|
+
underline?: boolean | Expression<boolean>;
|
|
352
|
+
/** Whether the text is code style
|
|
353
|
+
* @default false
|
|
354
|
+
*/
|
|
355
|
+
code?: boolean | Expression<boolean>;
|
|
356
|
+
/** Color of the text
|
|
357
|
+
*/
|
|
358
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
359
|
+
};
|
|
360
|
+
}>;
|
|
361
|
+
};
|
|
362
|
+
/** Rich Text
|
|
363
|
+
* @displayOptions.show { type: ["heading_3"] }
|
|
364
|
+
* @default false
|
|
365
|
+
*/
|
|
366
|
+
richText?: boolean | Expression<boolean>;
|
|
367
|
+
/** Text
|
|
368
|
+
* @displayOptions.show { type: ["heading_3"], richText: [false] }
|
|
369
|
+
*/
|
|
370
|
+
textContent?: string | Expression<string>;
|
|
371
|
+
/** Rich text in the block
|
|
372
|
+
* @displayOptions.show { type: ["heading_3"], richText: [true] }
|
|
373
|
+
* @default {}
|
|
374
|
+
*/
|
|
375
|
+
text?: {
|
|
376
|
+
/** Text
|
|
377
|
+
*/
|
|
378
|
+
text?: Array<{
|
|
379
|
+
/** Type
|
|
380
|
+
* @default text
|
|
381
|
+
*/
|
|
382
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
383
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
384
|
+
* @displayOptions.show { textType: ["text"] }
|
|
385
|
+
*/
|
|
386
|
+
text?: string | Expression<string>;
|
|
387
|
+
/** Is Link
|
|
388
|
+
* @displayOptions.show { textType: ["text"] }
|
|
389
|
+
* @default false
|
|
390
|
+
*/
|
|
391
|
+
isLink?: boolean | Expression<boolean>;
|
|
392
|
+
/** The URL that this link points to
|
|
393
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
394
|
+
*/
|
|
395
|
+
textLink?: string | Expression<string>;
|
|
396
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
397
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
398
|
+
*/
|
|
399
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
400
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
401
|
+
* @loadOptionsMethod getUsers
|
|
402
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
403
|
+
*/
|
|
404
|
+
user?: string | Expression<string>;
|
|
405
|
+
/** The ID of the page being mentioned
|
|
406
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
407
|
+
*/
|
|
408
|
+
page?: string | Expression<string>;
|
|
409
|
+
/** The Notion Database being mentioned
|
|
410
|
+
* @searchListMethod getDatabases
|
|
411
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
412
|
+
* @default {"mode":"list","value":""}
|
|
413
|
+
*/
|
|
414
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
415
|
+
/** Whether or not you want to define a date range
|
|
416
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
417
|
+
* @default false
|
|
418
|
+
*/
|
|
419
|
+
range?: boolean | Expression<boolean>;
|
|
420
|
+
/** An ISO 8601 format date, with optional time
|
|
421
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
422
|
+
*/
|
|
423
|
+
date?: string | Expression<string>;
|
|
424
|
+
/** An ISO 8601 format date, with optional time
|
|
425
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
426
|
+
*/
|
|
427
|
+
dateStart?: string | Expression<string>;
|
|
428
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
429
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
430
|
+
*/
|
|
431
|
+
dateEnd?: string | Expression<string>;
|
|
432
|
+
/** Expression
|
|
433
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
434
|
+
*/
|
|
435
|
+
expression?: string | Expression<string>;
|
|
436
|
+
/** All annotations that apply to this rich text
|
|
437
|
+
* @default {}
|
|
438
|
+
*/
|
|
439
|
+
annotationUi?: {
|
|
440
|
+
/** Whether the text is bolded
|
|
441
|
+
* @default false
|
|
442
|
+
*/
|
|
443
|
+
bold?: boolean | Expression<boolean>;
|
|
444
|
+
/** Whether the text is italicized
|
|
445
|
+
* @default false
|
|
446
|
+
*/
|
|
447
|
+
italic?: boolean | Expression<boolean>;
|
|
448
|
+
/** Whether the text is struck through
|
|
449
|
+
* @default false
|
|
450
|
+
*/
|
|
451
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
452
|
+
/** Whether the text is underlined
|
|
453
|
+
* @default false
|
|
454
|
+
*/
|
|
455
|
+
underline?: boolean | Expression<boolean>;
|
|
456
|
+
/** Whether the text is code style
|
|
457
|
+
* @default false
|
|
458
|
+
*/
|
|
459
|
+
code?: boolean | Expression<boolean>;
|
|
460
|
+
/** Color of the text
|
|
461
|
+
*/
|
|
462
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
463
|
+
};
|
|
464
|
+
}>;
|
|
465
|
+
};
|
|
466
|
+
/** Rich Text
|
|
467
|
+
* @displayOptions.show { type: ["toggle"] }
|
|
468
|
+
* @default false
|
|
469
|
+
*/
|
|
470
|
+
richText?: boolean | Expression<boolean>;
|
|
471
|
+
/** Text
|
|
472
|
+
* @displayOptions.show { type: ["toggle"], richText: [false] }
|
|
473
|
+
*/
|
|
474
|
+
textContent?: string | Expression<string>;
|
|
475
|
+
/** Rich text in the block
|
|
476
|
+
* @displayOptions.show { type: ["toggle"], richText: [true] }
|
|
477
|
+
* @default {}
|
|
478
|
+
*/
|
|
479
|
+
text?: {
|
|
480
|
+
/** Text
|
|
481
|
+
*/
|
|
482
|
+
text?: Array<{
|
|
483
|
+
/** Type
|
|
484
|
+
* @default text
|
|
485
|
+
*/
|
|
486
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
487
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
488
|
+
* @displayOptions.show { textType: ["text"] }
|
|
489
|
+
*/
|
|
490
|
+
text?: string | Expression<string>;
|
|
491
|
+
/** Is Link
|
|
492
|
+
* @displayOptions.show { textType: ["text"] }
|
|
493
|
+
* @default false
|
|
494
|
+
*/
|
|
495
|
+
isLink?: boolean | Expression<boolean>;
|
|
496
|
+
/** The URL that this link points to
|
|
497
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
498
|
+
*/
|
|
499
|
+
textLink?: string | Expression<string>;
|
|
500
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
501
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
502
|
+
*/
|
|
503
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
504
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
505
|
+
* @loadOptionsMethod getUsers
|
|
506
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
507
|
+
*/
|
|
508
|
+
user?: string | Expression<string>;
|
|
509
|
+
/** The ID of the page being mentioned
|
|
510
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
511
|
+
*/
|
|
512
|
+
page?: string | Expression<string>;
|
|
513
|
+
/** The Notion Database being mentioned
|
|
514
|
+
* @searchListMethod getDatabases
|
|
515
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
516
|
+
* @default {"mode":"list","value":""}
|
|
517
|
+
*/
|
|
518
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
519
|
+
/** Whether or not you want to define a date range
|
|
520
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
521
|
+
* @default false
|
|
522
|
+
*/
|
|
523
|
+
range?: boolean | Expression<boolean>;
|
|
524
|
+
/** An ISO 8601 format date, with optional time
|
|
525
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
526
|
+
*/
|
|
527
|
+
date?: string | Expression<string>;
|
|
528
|
+
/** An ISO 8601 format date, with optional time
|
|
529
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
530
|
+
*/
|
|
531
|
+
dateStart?: string | Expression<string>;
|
|
532
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
533
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
534
|
+
*/
|
|
535
|
+
dateEnd?: string | Expression<string>;
|
|
536
|
+
/** Expression
|
|
537
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
538
|
+
*/
|
|
539
|
+
expression?: string | Expression<string>;
|
|
540
|
+
/** All annotations that apply to this rich text
|
|
541
|
+
* @default {}
|
|
542
|
+
*/
|
|
543
|
+
annotationUi?: {
|
|
544
|
+
/** Whether the text is bolded
|
|
545
|
+
* @default false
|
|
546
|
+
*/
|
|
547
|
+
bold?: boolean | Expression<boolean>;
|
|
548
|
+
/** Whether the text is italicized
|
|
549
|
+
* @default false
|
|
550
|
+
*/
|
|
551
|
+
italic?: boolean | Expression<boolean>;
|
|
552
|
+
/** Whether the text is struck through
|
|
553
|
+
* @default false
|
|
554
|
+
*/
|
|
555
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
556
|
+
/** Whether the text is underlined
|
|
557
|
+
* @default false
|
|
558
|
+
*/
|
|
559
|
+
underline?: boolean | Expression<boolean>;
|
|
560
|
+
/** Whether the text is code style
|
|
561
|
+
* @default false
|
|
562
|
+
*/
|
|
563
|
+
code?: boolean | Expression<boolean>;
|
|
564
|
+
/** Color of the text
|
|
565
|
+
*/
|
|
566
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
567
|
+
};
|
|
568
|
+
}>;
|
|
569
|
+
};
|
|
570
|
+
/** Whether the to_do is checked or not
|
|
571
|
+
* @displayOptions.show { type: ["to_do"] }
|
|
572
|
+
* @default false
|
|
573
|
+
*/
|
|
574
|
+
checked?: boolean | Expression<boolean>;
|
|
575
|
+
/** Rich Text
|
|
576
|
+
* @displayOptions.show { type: ["to_do"] }
|
|
577
|
+
* @default false
|
|
578
|
+
*/
|
|
579
|
+
richText?: boolean | Expression<boolean>;
|
|
580
|
+
/** Text
|
|
581
|
+
* @displayOptions.show { type: ["to_do"], richText: [false] }
|
|
582
|
+
*/
|
|
583
|
+
textContent?: string | Expression<string>;
|
|
584
|
+
/** Rich text in the block
|
|
585
|
+
* @displayOptions.show { type: ["to_do"], richText: [true] }
|
|
586
|
+
* @default {}
|
|
587
|
+
*/
|
|
588
|
+
text?: {
|
|
589
|
+
/** Text
|
|
590
|
+
*/
|
|
591
|
+
text?: Array<{
|
|
592
|
+
/** Type
|
|
593
|
+
* @default text
|
|
594
|
+
*/
|
|
595
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
596
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
597
|
+
* @displayOptions.show { textType: ["text"] }
|
|
598
|
+
*/
|
|
599
|
+
text?: string | Expression<string>;
|
|
600
|
+
/** Is Link
|
|
601
|
+
* @displayOptions.show { textType: ["text"] }
|
|
602
|
+
* @default false
|
|
603
|
+
*/
|
|
604
|
+
isLink?: boolean | Expression<boolean>;
|
|
605
|
+
/** The URL that this link points to
|
|
606
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
607
|
+
*/
|
|
608
|
+
textLink?: string | Expression<string>;
|
|
609
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
610
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
611
|
+
*/
|
|
612
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
613
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
614
|
+
* @loadOptionsMethod getUsers
|
|
615
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
616
|
+
*/
|
|
617
|
+
user?: string | Expression<string>;
|
|
618
|
+
/** The ID of the page being mentioned
|
|
619
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
620
|
+
*/
|
|
621
|
+
page?: string | Expression<string>;
|
|
622
|
+
/** The Notion Database being mentioned
|
|
623
|
+
* @searchListMethod getDatabases
|
|
624
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
625
|
+
* @default {"mode":"list","value":""}
|
|
626
|
+
*/
|
|
627
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
628
|
+
/** Whether or not you want to define a date range
|
|
629
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
630
|
+
* @default false
|
|
631
|
+
*/
|
|
632
|
+
range?: boolean | Expression<boolean>;
|
|
633
|
+
/** An ISO 8601 format date, with optional time
|
|
634
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
635
|
+
*/
|
|
636
|
+
date?: string | Expression<string>;
|
|
637
|
+
/** An ISO 8601 format date, with optional time
|
|
638
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
639
|
+
*/
|
|
640
|
+
dateStart?: string | Expression<string>;
|
|
641
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
642
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
643
|
+
*/
|
|
644
|
+
dateEnd?: string | Expression<string>;
|
|
645
|
+
/** Expression
|
|
646
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
647
|
+
*/
|
|
648
|
+
expression?: string | Expression<string>;
|
|
649
|
+
/** All annotations that apply to this rich text
|
|
650
|
+
* @default {}
|
|
651
|
+
*/
|
|
652
|
+
annotationUi?: {
|
|
653
|
+
/** Whether the text is bolded
|
|
654
|
+
* @default false
|
|
655
|
+
*/
|
|
656
|
+
bold?: boolean | Expression<boolean>;
|
|
657
|
+
/** Whether the text is italicized
|
|
658
|
+
* @default false
|
|
659
|
+
*/
|
|
660
|
+
italic?: boolean | Expression<boolean>;
|
|
661
|
+
/** Whether the text is struck through
|
|
662
|
+
* @default false
|
|
663
|
+
*/
|
|
664
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
665
|
+
/** Whether the text is underlined
|
|
666
|
+
* @default false
|
|
667
|
+
*/
|
|
668
|
+
underline?: boolean | Expression<boolean>;
|
|
669
|
+
/** Whether the text is code style
|
|
670
|
+
* @default false
|
|
671
|
+
*/
|
|
672
|
+
code?: boolean | Expression<boolean>;
|
|
673
|
+
/** Color of the text
|
|
674
|
+
*/
|
|
675
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
676
|
+
};
|
|
677
|
+
}>;
|
|
678
|
+
};
|
|
679
|
+
/** Plain text of page title
|
|
680
|
+
* @displayOptions.show { type: ["child_page"] }
|
|
681
|
+
*/
|
|
682
|
+
title?: string | Expression<string>;
|
|
683
|
+
/** Rich Text
|
|
684
|
+
* @displayOptions.show { type: ["bulleted_list_item"] }
|
|
685
|
+
* @default false
|
|
686
|
+
*/
|
|
687
|
+
richText?: boolean | Expression<boolean>;
|
|
688
|
+
/** Text
|
|
689
|
+
* @displayOptions.show { type: ["bulleted_list_item"], richText: [false] }
|
|
690
|
+
*/
|
|
691
|
+
textContent?: string | Expression<string>;
|
|
692
|
+
/** Rich text in the block
|
|
693
|
+
* @displayOptions.show { type: ["bulleted_list_item"], richText: [true] }
|
|
694
|
+
* @default {}
|
|
695
|
+
*/
|
|
696
|
+
text?: {
|
|
697
|
+
/** Text
|
|
698
|
+
*/
|
|
699
|
+
text?: Array<{
|
|
700
|
+
/** Type
|
|
701
|
+
* @default text
|
|
702
|
+
*/
|
|
703
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
704
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
705
|
+
* @displayOptions.show { textType: ["text"] }
|
|
706
|
+
*/
|
|
707
|
+
text?: string | Expression<string>;
|
|
708
|
+
/** Is Link
|
|
709
|
+
* @displayOptions.show { textType: ["text"] }
|
|
710
|
+
* @default false
|
|
711
|
+
*/
|
|
712
|
+
isLink?: boolean | Expression<boolean>;
|
|
713
|
+
/** The URL that this link points to
|
|
714
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
715
|
+
*/
|
|
716
|
+
textLink?: string | Expression<string>;
|
|
717
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
718
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
719
|
+
*/
|
|
720
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
721
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
722
|
+
* @loadOptionsMethod getUsers
|
|
723
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
724
|
+
*/
|
|
725
|
+
user?: string | Expression<string>;
|
|
726
|
+
/** The ID of the page being mentioned
|
|
727
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
728
|
+
*/
|
|
729
|
+
page?: string | Expression<string>;
|
|
730
|
+
/** The Notion Database being mentioned
|
|
731
|
+
* @searchListMethod getDatabases
|
|
732
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
733
|
+
* @default {"mode":"list","value":""}
|
|
734
|
+
*/
|
|
735
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
736
|
+
/** Whether or not you want to define a date range
|
|
737
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
738
|
+
* @default false
|
|
739
|
+
*/
|
|
740
|
+
range?: boolean | Expression<boolean>;
|
|
741
|
+
/** An ISO 8601 format date, with optional time
|
|
742
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
743
|
+
*/
|
|
744
|
+
date?: string | Expression<string>;
|
|
745
|
+
/** An ISO 8601 format date, with optional time
|
|
746
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
747
|
+
*/
|
|
748
|
+
dateStart?: string | Expression<string>;
|
|
749
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
750
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
751
|
+
*/
|
|
752
|
+
dateEnd?: string | Expression<string>;
|
|
753
|
+
/** Expression
|
|
754
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
755
|
+
*/
|
|
756
|
+
expression?: string | Expression<string>;
|
|
757
|
+
/** All annotations that apply to this rich text
|
|
758
|
+
* @default {}
|
|
759
|
+
*/
|
|
760
|
+
annotationUi?: {
|
|
761
|
+
/** Whether the text is bolded
|
|
762
|
+
* @default false
|
|
763
|
+
*/
|
|
764
|
+
bold?: boolean | Expression<boolean>;
|
|
765
|
+
/** Whether the text is italicized
|
|
766
|
+
* @default false
|
|
767
|
+
*/
|
|
768
|
+
italic?: boolean | Expression<boolean>;
|
|
769
|
+
/** Whether the text is struck through
|
|
770
|
+
* @default false
|
|
771
|
+
*/
|
|
772
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
773
|
+
/** Whether the text is underlined
|
|
774
|
+
* @default false
|
|
775
|
+
*/
|
|
776
|
+
underline?: boolean | Expression<boolean>;
|
|
777
|
+
/** Whether the text is code style
|
|
778
|
+
* @default false
|
|
779
|
+
*/
|
|
780
|
+
code?: boolean | Expression<boolean>;
|
|
781
|
+
/** Color of the text
|
|
782
|
+
*/
|
|
783
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
784
|
+
};
|
|
785
|
+
}>;
|
|
786
|
+
};
|
|
787
|
+
/** Rich Text
|
|
788
|
+
* @displayOptions.show { type: ["numbered_list_item"] }
|
|
789
|
+
* @default false
|
|
790
|
+
*/
|
|
791
|
+
richText?: boolean | Expression<boolean>;
|
|
792
|
+
/** Text
|
|
793
|
+
* @displayOptions.show { type: ["numbered_list_item"], richText: [false] }
|
|
794
|
+
*/
|
|
795
|
+
textContent?: string | Expression<string>;
|
|
796
|
+
/** Rich text in the block
|
|
797
|
+
* @displayOptions.show { type: ["numbered_list_item"], richText: [true] }
|
|
798
|
+
* @default {}
|
|
799
|
+
*/
|
|
800
|
+
text?: {
|
|
801
|
+
/** Text
|
|
802
|
+
*/
|
|
803
|
+
text?: Array<{
|
|
804
|
+
/** Type
|
|
805
|
+
* @default text
|
|
806
|
+
*/
|
|
807
|
+
textType?: 'equation' | 'mention' | 'text' | Expression<string>;
|
|
808
|
+
/** Text content. This field contains the actual content of your text and is probably the field you'll use most often.
|
|
809
|
+
* @displayOptions.show { textType: ["text"] }
|
|
810
|
+
*/
|
|
811
|
+
text?: string | Expression<string>;
|
|
812
|
+
/** Is Link
|
|
813
|
+
* @displayOptions.show { textType: ["text"] }
|
|
814
|
+
* @default false
|
|
815
|
+
*/
|
|
816
|
+
isLink?: boolean | Expression<boolean>;
|
|
817
|
+
/** The URL that this link points to
|
|
818
|
+
* @displayOptions.show { textType: ["text"], isLink: [true] }
|
|
819
|
+
*/
|
|
820
|
+
textLink?: string | Expression<string>;
|
|
821
|
+
/** An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.
|
|
822
|
+
* @displayOptions.show { textType: ["mention"] }
|
|
823
|
+
*/
|
|
824
|
+
mentionType?: 'database' | 'date' | 'page' | 'user' | Expression<string>;
|
|
825
|
+
/** The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.
|
|
826
|
+
* @loadOptionsMethod getUsers
|
|
827
|
+
* @displayOptions.show { mentionType: ["user"] }
|
|
828
|
+
*/
|
|
829
|
+
user?: string | Expression<string>;
|
|
830
|
+
/** The ID of the page being mentioned
|
|
831
|
+
* @displayOptions.show { mentionType: ["page"] }
|
|
832
|
+
*/
|
|
833
|
+
page?: string | Expression<string>;
|
|
834
|
+
/** The Notion Database being mentioned
|
|
835
|
+
* @searchListMethod getDatabases
|
|
836
|
+
* @displayOptions.show { mentionType: ["database"] }
|
|
837
|
+
* @default {"mode":"list","value":""}
|
|
838
|
+
*/
|
|
839
|
+
database?: { __rl: true; mode: 'list' | 'url' | 'id'; value: string; cachedResultName?: string };
|
|
840
|
+
/** Whether or not you want to define a date range
|
|
841
|
+
* @displayOptions.show { mentionType: ["date"] }
|
|
842
|
+
* @default false
|
|
843
|
+
*/
|
|
844
|
+
range?: boolean | Expression<boolean>;
|
|
845
|
+
/** An ISO 8601 format date, with optional time
|
|
846
|
+
* @displayOptions.show { mentionType: ["date"], range: [false] }
|
|
847
|
+
*/
|
|
848
|
+
date?: string | Expression<string>;
|
|
849
|
+
/** An ISO 8601 format date, with optional time
|
|
850
|
+
* @displayOptions.show { mentionType: ["date"], range: [true] }
|
|
851
|
+
*/
|
|
852
|
+
dateStart?: string | Expression<string>;
|
|
853
|
+
/** An ISO 8601 formatted date, with optional time. Represents the end of a date range.
|
|
854
|
+
* @displayOptions.show { range: [true], mentionType: ["date"] }
|
|
855
|
+
*/
|
|
856
|
+
dateEnd?: string | Expression<string>;
|
|
857
|
+
/** Expression
|
|
858
|
+
* @displayOptions.show { textType: ["equation"] }
|
|
859
|
+
*/
|
|
860
|
+
expression?: string | Expression<string>;
|
|
861
|
+
/** All annotations that apply to this rich text
|
|
862
|
+
* @default {}
|
|
863
|
+
*/
|
|
864
|
+
annotationUi?: {
|
|
865
|
+
/** Whether the text is bolded
|
|
866
|
+
* @default false
|
|
867
|
+
*/
|
|
868
|
+
bold?: boolean | Expression<boolean>;
|
|
869
|
+
/** Whether the text is italicized
|
|
870
|
+
* @default false
|
|
871
|
+
*/
|
|
872
|
+
italic?: boolean | Expression<boolean>;
|
|
873
|
+
/** Whether the text is struck through
|
|
874
|
+
* @default false
|
|
875
|
+
*/
|
|
876
|
+
strikethrough?: boolean | Expression<boolean>;
|
|
877
|
+
/** Whether the text is underlined
|
|
878
|
+
* @default false
|
|
879
|
+
*/
|
|
880
|
+
underline?: boolean | Expression<boolean>;
|
|
881
|
+
/** Whether the text is code style
|
|
882
|
+
* @default false
|
|
883
|
+
*/
|
|
884
|
+
code?: boolean | Expression<boolean>;
|
|
885
|
+
/** Color of the text
|
|
886
|
+
*/
|
|
887
|
+
color?: 'default' | 'gray' | 'brown' | 'orange' | 'yellow' | 'green' | 'blue' | 'purple' | 'pink' | 'red' | 'gray_background' | 'brown_background' | 'orange_background' | 'yellow_background' | 'green_background' | 'blue_background' | 'purple_background' | 'pink_background' | 'red_background' | Expression<string>;
|
|
888
|
+
};
|
|
889
|
+
}>;
|
|
890
|
+
};
|
|
891
|
+
/** Image file reference
|
|
892
|
+
* @displayOptions.show { type: ["image"] }
|
|
893
|
+
*/
|
|
894
|
+
url?: string | Expression<string>;
|
|
895
|
+
}>;
|
|
896
|
+
};
|
|
897
|
+
/**
|
|
898
|
+
* Markdown
|
|
899
|
+
* @displayOptions.show { contentType: ["markdown"] }
|
|
900
|
+
*/
|
|
901
|
+
markdown?: string | Expression<string>;
|
|
902
|
+
/**
|
|
903
|
+
* Options
|
|
904
|
+
* @default {}
|
|
905
|
+
*/
|
|
906
|
+
options?: {
|
|
907
|
+
/** Emoji or file URL to use as the icon
|
|
908
|
+
*/
|
|
909
|
+
icon?: string | Expression<string>;
|
|
910
|
+
};
|
|
911
|
+
/**
|
|
912
|
+
* Whether to return a simplified version of the response instead of the raw data
|
|
913
|
+
* @default true
|
|
914
|
+
*/
|
|
915
|
+
simple?: boolean | Expression<boolean>;
|
|
916
|
+
};
|
|
917
|
+
|
|
918
|
+
export type NotionV3PageCreateOutput = {
|
|
919
|
+
id?: string;
|
|
920
|
+
name?: string;
|
|
921
|
+
url?: string;
|
|
922
|
+
};
|
|
923
|
+
|
|
924
|
+
export type NotionV3PageCreateNode = {
|
|
925
|
+
type: 'n8n-nodes-base.notion';
|
|
926
|
+
version: 3;
|
|
927
|
+
config: NodeConfig<NotionV3PageCreateParams> & { credentials?: Credentials };
|
|
928
|
+
output?: Items<NotionV3PageCreateOutput>;
|
|
929
|
+
};
|