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:
106
packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/call/make.json
vendored
Normal file
106
packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/call/make.json
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"price_unit": {
|
||||
"type": "string"
|
||||
},
|
||||
"parent_call_sid": {
|
||||
"type": "null"
|
||||
},
|
||||
"caller_name": {
|
||||
"type": "null"
|
||||
},
|
||||
"duration": {
|
||||
"type": "null"
|
||||
},
|
||||
"from": {
|
||||
"type": "string"
|
||||
},
|
||||
"to": {
|
||||
"type": "string"
|
||||
},
|
||||
"annotation": {
|
||||
"type": "null"
|
||||
},
|
||||
"answered_by": {
|
||||
"type": "null"
|
||||
},
|
||||
"sid": {
|
||||
"type": "string"
|
||||
},
|
||||
"queue_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"price": {
|
||||
"type": "null"
|
||||
},
|
||||
"api_version": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"direction": {
|
||||
"type": "string"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "null"
|
||||
},
|
||||
"from_formatted": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_sid": {
|
||||
"type": "null"
|
||||
},
|
||||
"trunk_sid": {
|
||||
"type": "null"
|
||||
},
|
||||
"forwarded_from": {
|
||||
"type": "null"
|
||||
},
|
||||
"uri": {
|
||||
"type": "string"
|
||||
},
|
||||
"account_sid": {
|
||||
"type": "string"
|
||||
},
|
||||
"end_time": {
|
||||
"type": "null"
|
||||
},
|
||||
"to_formatted": {
|
||||
"type": "string"
|
||||
},
|
||||
"subresource_uris": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"notifications": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_defined_messages": {
|
||||
"type": "string"
|
||||
},
|
||||
"transcriptions": {
|
||||
"type": "string"
|
||||
},
|
||||
"recordings": {
|
||||
"type": "string"
|
||||
},
|
||||
"streams": {
|
||||
"type": "string"
|
||||
},
|
||||
"payments": {
|
||||
"type": "string"
|
||||
},
|
||||
"user_defined_message_subscriptions": {
|
||||
"type": "string"
|
||||
},
|
||||
"siprec": {
|
||||
"type": "string"
|
||||
},
|
||||
"events": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
92
packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/sms/send.json
vendored
Normal file
92
packages/nodes-base/nodes/Twilio/__schema__/v1.0.0/sms/send.json
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account_sid": {
|
||||
"type": "string"
|
||||
},
|
||||
"api_version": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_created": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_sent": {
|
||||
"type": "null"
|
||||
},
|
||||
"date_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"direction": {
|
||||
"type": "string"
|
||||
},
|
||||
"error_code": {
|
||||
"type": "null"
|
||||
},
|
||||
"error_message": {
|
||||
"type": "null"
|
||||
},
|
||||
"from": {
|
||||
"type": "string"
|
||||
},
|
||||
"messaging_service_sid": {
|
||||
"type": "null"
|
||||
},
|
||||
"num_media": {
|
||||
"type": "string"
|
||||
},
|
||||
"num_segments": {
|
||||
"type": "string"
|
||||
},
|
||||
"price": {
|
||||
"type": "null"
|
||||
},
|
||||
"sid": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"subresource_uris": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"media": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"media"
|
||||
]
|
||||
},
|
||||
"to": {
|
||||
"type": "string"
|
||||
},
|
||||
"uri": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"account_sid",
|
||||
"api_version",
|
||||
"body",
|
||||
"date_created",
|
||||
"date_sent",
|
||||
"date_updated",
|
||||
"direction",
|
||||
"error_code",
|
||||
"error_message",
|
||||
"from",
|
||||
"messaging_service_sid",
|
||||
"num_media",
|
||||
"num_segments",
|
||||
"price",
|
||||
"price_unit",
|
||||
"sid",
|
||||
"status",
|
||||
"subresource_uris",
|
||||
"to",
|
||||
"uri"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user