mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Generate Schema Files - 18113073 (no-changelog) (#12927)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
118
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/create.json
vendored
Normal file
118
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/create.json
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_channel": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_group": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_im": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_mpim": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_private": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_general": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"unlinked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_org_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_pending_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"context_team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"parent_conversation": {
|
||||
"type": "null"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_team_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"is_member": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_read": {
|
||||
"type": "string"
|
||||
},
|
||||
"topic": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"purpose": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
121
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/get.json
vendored
Normal file
121
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/get.json
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_channel": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_group": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_im": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_mpim": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_private": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_general": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"unlinked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_org_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_pending_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"context_team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"parent_conversation": {
|
||||
"type": "null"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_team_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"is_member": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_read": {
|
||||
"type": "string"
|
||||
},
|
||||
"topic": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"purpose": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"previous_names": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
156
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/getAll.json
vendored
Normal file
156
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/getAll.json
vendored
Normal file
@@ -0,0 +1,156 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_channel": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_group": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_im": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_mpim": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_private": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_general": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"unlinked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_org_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_pending_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"context_team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"parent_conversation": {
|
||||
"type": "null"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_team_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"is_member": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"topic": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"purpose": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"canvas": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"file_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_empty": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"quip_thread_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"file_id",
|
||||
"quip_thread_id"
|
||||
]
|
||||
},
|
||||
"use_case": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"previous_names": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"num_members": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"is_im",
|
||||
"created",
|
||||
"is_archived",
|
||||
"is_org_shared",
|
||||
"context_team_id",
|
||||
"updated"
|
||||
]
|
||||
}
|
||||
96
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/history.json
vendored
Normal file
96
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/history.json
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"thread_ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"reply_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"reply_users_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"latest_reply": {
|
||||
"type": "string"
|
||||
},
|
||||
"reply_users": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"is_locked": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"subscribed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"block_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"block_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"client_msg_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
121
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/invite.json
vendored
Normal file
121
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/invite.json
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_channel": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_group": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_im": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_mpim": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_private": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_general": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"unlinked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_org_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_pending_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"context_team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"parent_conversation": {
|
||||
"type": "null"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"shared_team_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"is_member": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_read": {
|
||||
"type": "string"
|
||||
},
|
||||
"topic": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"purpose": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_set": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"value",
|
||||
"creator",
|
||||
"last_set"
|
||||
]
|
||||
},
|
||||
"previous_names": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
192
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/member.json
vendored
Normal file
192
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/member.json
vendored
Normal file
@@ -0,0 +1,192 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_offset": {
|
||||
"type": "integer"
|
||||
},
|
||||
"profile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"skype": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"status_text": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji_display_info": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emoji_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"emoji_name",
|
||||
"display_url",
|
||||
"unicode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"status_expiration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"avatar_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_24": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_32": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_192": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_512": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_text_canonical": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"api_app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"always_active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title",
|
||||
"phone",
|
||||
"skype",
|
||||
"real_name",
|
||||
"real_name_normalized",
|
||||
"display_name",
|
||||
"display_name_normalized",
|
||||
"fields",
|
||||
"status_text",
|
||||
"status_emoji",
|
||||
"status_emoji_display_info",
|
||||
"status_expiration",
|
||||
"avatar_hash",
|
||||
"first_name",
|
||||
"last_name",
|
||||
"image_24",
|
||||
"image_32",
|
||||
"image_48",
|
||||
"image_72",
|
||||
"image_192",
|
||||
"image_512",
|
||||
"status_text_canonical",
|
||||
"team"
|
||||
]
|
||||
},
|
||||
"is_admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_primary_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_ultra_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_bot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_app_user": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_email_confirmed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"who_can_share_contact_card": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
75
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/replies.json
vendored
Normal file
75
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/channel/replies.json
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"thread_ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"block_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"block_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_msg_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
110
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/get.json
vendored
Normal file
110
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/get.json
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"filetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"pretty_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_team": {
|
||||
"type": "string"
|
||||
},
|
||||
"editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_external": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"external_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_public": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public_url_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"display_as_bot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_private": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_private_download": {
|
||||
"type": "string"
|
||||
},
|
||||
"media_display_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink_public": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_starred": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"channels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ims": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"has_more_shares": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"has_rich_preview": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"file_access": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
117
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/getAll.json
vendored
Normal file
117
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/getAll.json
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"filetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"pretty_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_team": {
|
||||
"type": "string"
|
||||
},
|
||||
"editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_external": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"external_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_public": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public_url_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"display_as_bot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_private": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_private_download": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink": {
|
||||
"type": "string"
|
||||
},
|
||||
"channels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ims": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"comments_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"media_display_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"created",
|
||||
"timestamp",
|
||||
"name",
|
||||
"title",
|
||||
"mimetype",
|
||||
"filetype",
|
||||
"pretty_type",
|
||||
"user",
|
||||
"user_team",
|
||||
"editable",
|
||||
"size",
|
||||
"mode",
|
||||
"is_external",
|
||||
"external_type",
|
||||
"is_public",
|
||||
"public_url_shared",
|
||||
"display_as_bot",
|
||||
"username",
|
||||
"url_private",
|
||||
"url_private_download",
|
||||
"permalink",
|
||||
"channels",
|
||||
"groups",
|
||||
"ims",
|
||||
"comments_count"
|
||||
]
|
||||
}
|
||||
92
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/upload.json
vendored
Normal file
92
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/file/upload.json
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"filetype": {
|
||||
"type": "string"
|
||||
},
|
||||
"pretty_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_team": {
|
||||
"type": "string"
|
||||
},
|
||||
"editable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_external": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"external_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_public": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"public_url_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"display_as_bot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_private": {
|
||||
"type": "string"
|
||||
},
|
||||
"url_private_download": {
|
||||
"type": "string"
|
||||
},
|
||||
"media_display_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink_public": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_starred": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"has_more_shares": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"has_rich_preview": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"file_access": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/delete.json
vendored
Normal file
14
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/delete.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ok": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"channel": {
|
||||
"type": "string"
|
||||
},
|
||||
"message_timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
164
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/post.json
vendored
Normal file
164
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/post.json
vendored
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ok": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"channel": {
|
||||
"type": "string"
|
||||
},
|
||||
"message": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot_profile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"icons": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"image_36": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"image_36",
|
||||
"image_48",
|
||||
"image_72"
|
||||
]
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"app_id",
|
||||
"name",
|
||||
"icons",
|
||||
"deleted",
|
||||
"updated",
|
||||
"team_id"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"block_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"style": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"italic": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"block_id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"ts",
|
||||
"bot_id",
|
||||
"app_id",
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"message_timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"ok",
|
||||
"channel",
|
||||
"message",
|
||||
"message_timestamp"
|
||||
]
|
||||
}
|
||||
152
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/search.json
vendored
Normal file
152
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/search.json
vendored
Normal file
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"iid": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"score": {
|
||||
"type": "integer"
|
||||
},
|
||||
"channel": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_channel": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_group": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_im": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_mpim": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_org_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_ext_shared": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_private": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_pending_ext_shared": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"is_channel",
|
||||
"is_group",
|
||||
"is_im",
|
||||
"is_mpim",
|
||||
"is_shared",
|
||||
"is_org_shared",
|
||||
"is_ext_shared",
|
||||
"is_private",
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"block_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"block_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"permalink": {
|
||||
"type": "string"
|
||||
},
|
||||
"no_reactions": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"iid",
|
||||
"team",
|
||||
"score",
|
||||
"channel",
|
||||
"type",
|
||||
"user",
|
||||
"username",
|
||||
"ts",
|
||||
"text",
|
||||
"permalink"
|
||||
]
|
||||
}
|
||||
13
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/sendAndWait.json
vendored
Normal file
13
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/sendAndWait.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"approved": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
189
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/update.json
vendored
Normal file
189
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/message/update.json
vendored
Normal file
@@ -0,0 +1,189 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ok": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"channel": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"message": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"edited": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"ts": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"user",
|
||||
"ts"
|
||||
]
|
||||
},
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot_profile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"icons": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"image_36": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"image_36",
|
||||
"image_48",
|
||||
"image_72"
|
||||
]
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"app_id",
|
||||
"name",
|
||||
"icons",
|
||||
"deleted",
|
||||
"updated",
|
||||
"team_id"
|
||||
]
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"block_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"style": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"italic": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"bold": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"italic"
|
||||
]
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"block_id"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"user",
|
||||
"type",
|
||||
"edited",
|
||||
"text",
|
||||
"team",
|
||||
"blocks"
|
||||
]
|
||||
},
|
||||
"message_timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/add.json
vendored
Normal file
8
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/add.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ok": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
164
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/get.json
vendored
Normal file
164
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/reaction/get.json
vendored
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ok": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"message": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"client_msg_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"thread_ts": {
|
||||
"type": "string"
|
||||
},
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"block_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"elements": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"style": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"bold": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"bold"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"block_id"
|
||||
]
|
||||
}
|
||||
},
|
||||
"reactions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"users": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"count": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"users",
|
||||
"count"
|
||||
]
|
||||
}
|
||||
},
|
||||
"permalink": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type",
|
||||
"ts",
|
||||
"text",
|
||||
"blocks",
|
||||
"reactions"
|
||||
]
|
||||
},
|
||||
"channel": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"ok",
|
||||
"type",
|
||||
"message",
|
||||
"channel"
|
||||
]
|
||||
}
|
||||
209
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getAll.json
vendored
Normal file
209
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getAll.json
vendored
Normal file
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_offset": {
|
||||
"type": "integer"
|
||||
},
|
||||
"profile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"skype": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_text": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji_display_info": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emoji_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"emoji_name",
|
||||
"display_url",
|
||||
"unicode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"status_expiration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"avatar_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"always_active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_24": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_32": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_192": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_512": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_text_canonical": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_original": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_custom_image": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"huddle_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"huddle_state_expiration_ts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"image_1024": {
|
||||
"type": "string"
|
||||
},
|
||||
"api_app_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"bot_id": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title",
|
||||
"phone",
|
||||
"skype",
|
||||
"real_name",
|
||||
"real_name_normalized",
|
||||
"display_name",
|
||||
"display_name_normalized",
|
||||
"fields",
|
||||
"status_text",
|
||||
"status_emoji",
|
||||
"status_emoji_display_info",
|
||||
"status_expiration",
|
||||
"avatar_hash",
|
||||
"image_24",
|
||||
"image_32",
|
||||
"image_48",
|
||||
"image_72",
|
||||
"image_192",
|
||||
"image_512",
|
||||
"status_text_canonical",
|
||||
"team"
|
||||
]
|
||||
},
|
||||
"is_admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_primary_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_ultra_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_bot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_app_user": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_email_confirmed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"who_can_share_contact_card": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"team_id",
|
||||
"name",
|
||||
"deleted",
|
||||
"profile",
|
||||
"is_bot",
|
||||
"is_app_user",
|
||||
"updated"
|
||||
]
|
||||
}
|
||||
126
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getProfile.json
vendored
Normal file
126
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/getProfile.json
vendored
Normal file
@@ -0,0 +1,126 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"skype": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_text": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji_display_info": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emoji_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"emoji_name",
|
||||
"display_url"
|
||||
]
|
||||
}
|
||||
},
|
||||
"status_expiration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"avatar_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_24": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_32": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_192": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_512": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_text_canonical": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_original": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_custom_image": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"image_1024": {
|
||||
"type": "string"
|
||||
},
|
||||
"huddle_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"huddle_state_expiration_ts": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title",
|
||||
"phone",
|
||||
"skype",
|
||||
"real_name",
|
||||
"real_name_normalized",
|
||||
"display_name",
|
||||
"display_name_normalized",
|
||||
"fields",
|
||||
"status_text",
|
||||
"status_emoji",
|
||||
"status_emoji_display_info",
|
||||
"status_expiration",
|
||||
"avatar_hash",
|
||||
"image_24",
|
||||
"image_32",
|
||||
"image_48",
|
||||
"image_72",
|
||||
"image_192",
|
||||
"image_512",
|
||||
"status_text_canonical"
|
||||
]
|
||||
}
|
||||
208
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/info.json
vendored
Normal file
208
packages/nodes-base/nodes/Slack/__schema__/v2.3.0/user/info.json
vendored
Normal file
@@ -0,0 +1,208 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"team_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_label": {
|
||||
"type": "string"
|
||||
},
|
||||
"tz_offset": {
|
||||
"type": "integer"
|
||||
},
|
||||
"profile": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"skype": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"real_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name_normalized": {
|
||||
"type": "string"
|
||||
},
|
||||
"fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"status_text": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_emoji_display_info": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emoji_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"unicode": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"emoji_name",
|
||||
"display_url",
|
||||
"unicode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"status_expiration": {
|
||||
"type": "integer"
|
||||
},
|
||||
"avatar_hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_original": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_custom_image": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"huddle_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"huddle_state_expiration_ts": {
|
||||
"type": "integer"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_24": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_32": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_48": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_72": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_192": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_512": {
|
||||
"type": "string"
|
||||
},
|
||||
"image_1024": {
|
||||
"type": "string"
|
||||
},
|
||||
"status_text_canonical": {
|
||||
"type": "string"
|
||||
},
|
||||
"team": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title",
|
||||
"phone",
|
||||
"skype",
|
||||
"real_name",
|
||||
"real_name_normalized",
|
||||
"display_name",
|
||||
"display_name_normalized",
|
||||
"fields",
|
||||
"status_text",
|
||||
"status_emoji",
|
||||
"status_emoji_display_info",
|
||||
"status_expiration",
|
||||
"avatar_hash",
|
||||
"first_name",
|
||||
"last_name",
|
||||
"image_24",
|
||||
"image_32",
|
||||
"image_48",
|
||||
"image_72",
|
||||
"image_192",
|
||||
"image_512",
|
||||
"status_text_canonical",
|
||||
"team"
|
||||
]
|
||||
},
|
||||
"is_admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_primary_owner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_ultra_restricted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_bot": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_app_user": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"updated": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_email_confirmed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"has_2fa": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"who_can_share_contact_card": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"team_id",
|
||||
"name",
|
||||
"deleted",
|
||||
"profile",
|
||||
"is_bot",
|
||||
"is_app_user",
|
||||
"updated"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user