@flethy/configtypes
Version:
@flethy/configtypes
1 lines • 490 kB
JSON
[{ "id": "ably", "name": "Ably", "interfaces": [{ "name": "PublishMessage", "properties": [{ "name": "kind", "type": "string", "types": "ably.channels.publishMessage", "optional": false }, { "name": "param:channelId", "type": "string", "types": [], "optional": false }, { "name": "body:name", "type": "string", "types": [], "optional": false }, { "name": "body:data", "type": "any", "types": [], "optional": false }, { "name": "body:encoding", "type": "string", "types": [], "optional": true }, { "name": "body:clientId", "type": "string", "types": [], "optional": true }, { "name": "body:connectionKey", "type": "string", "types": [], "optional": true }, { "name": "body:id", "type": "string", "types": [], "optional": true }, { "name": "body:extras", "type": "any", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "abstractapi", "name": "AbstractApi", "interfaces": [{ "name": "GetPublicHolidays", "properties": [{ "name": "kind", "type": "string", "types": "abstractapi.publicHolidays.get", "optional": false }, { "name": "auth:api_key", "type": "string", "types": [], "optional": false }, { "name": "query:country", "type": "string", "types": [], "optional": false }, { "name": "query:year", "type": "number", "types": [], "optional": true }, { "name": "query:month", "type": "number", "types": [], "optional": true }, { "name": "query:day", "type": "number", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "airtable", "name": "Airtable", "interfaces": [{ "name": "ListTableRecords", "properties": [{ "name": "kind", "type": "string", "types": "airtable.table.listrecords", "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "param:baseId", "type": "string", "types": [], "optional": false }, { "name": "param:tableId", "type": "string", "types": [], "optional": false }, { "name": "query:fields", "type": "string", "types": [], "optional": true }, { "name": "query:filterByFormula", "type": "string", "types": [], "optional": true }, { "name": "query:maxRecords", "type": "number", "types": [], "optional": true }, { "name": "query:pageSize", "type": "number", "types": [], "optional": true }, { "name": "query:sort", "type": "string", "types": [], "optional": true }, { "name": "query:view", "type": "string", "types": [], "optional": true }, { "name": "query:cellFormat", "type": "string", "types": [], "optional": true }, { "name": "query:timeZone", "type": "string", "types": [], "optional": true }, { "name": "query:userLocale", "type": "string", "types": [], "optional": true }, { "name": "query:returnFieldsByFieldId", "type": "boolean", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "CreateTableRecords", "properties": [{ "name": "kind", "type": "string", "types": "airtable.table.createrecords", "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "param:baseId", "type": "string", "types": [], "optional": false }, { "name": "param:tableId", "type": "string", "types": [], "optional": false }, { "name": "body:records", "type": "any", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "alchemy", "name": "Alchemy", "interfaces": [{ "name": "NftGetNFTs", "properties": [{ "name": "kind", "type": "string", "types": "alchemy.nft.getNFTs", "optional": false }, { "name": "query:owner", "type": "string", "types": [], "optional": false }, { "name": "query:pageKey", "type": "string", "types": [], "optional": true }, { "name": "query:contractAddresses[]", "type": "string", "types": [], "optional": false }, { "name": "query:withMetadata", "type": "boolean", "types": [], "optional": true }, { "name": "auth:apikey", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "algolia", "name": "Algolia", "interfaces": [{ "name": "PostEvents", "properties": [{ "name": "kind", "type": "string", "types": "algolia.insights.events", "optional": false }, { "name": "body:events", "type": "array", "types": [], "optional": false }, { "name": "auth:x-algolia-api-key", "type": "string", "types": [], "optional": false }, { "name": "auth:x-algolia-application-id", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "AddObjectWithoutId", "properties": [{ "name": "kind", "type": "string", "types": "algolia.objects.addWithoutId", "optional": false }, { "name": "subdomain:applicationId", "type": "string", "types": [], "optional": false }, { "name": "param:indexName", "type": "string", "types": [], "optional": false }, { "name": "body:body", "type": "any", "types": [], "optional": false }, { "name": "auth:x-algolia-api-key", "type": "string", "types": [], "optional": false }, { "name": "auth:x-algolia-application-id", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "AddObjectWithId", "properties": [{ "name": "kind", "type": "string", "types": "algolia.objects.addWithId", "optional": false }, { "name": "subdomain:applicationId", "type": "string", "types": [], "optional": false }, { "name": "param:indexName", "type": "string", "types": [], "optional": false }, { "name": "param:objectId", "type": "string", "types": [], "optional": false }, { "name": "body:body", "type": "any", "types": [], "optional": false }, { "name": "auth:x-algolia-api-key", "type": "string", "types": [], "optional": false }, { "name": "auth:x-algolia-application-id", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "SearchQueryIndex", "properties": [{ "name": "kind", "type": "string", "types": "algolia.search.queryIndex", "optional": false }, { "name": "subdomain:applicationId", "type": "string", "types": [], "optional": false }, { "name": "param:indexName", "type": "string", "types": [], "optional": false }, { "name": "body:params", "type": "string", "types": [], "optional": false }, { "name": "auth:x-algolia-api-key", "type": "string", "types": [], "optional": false }, { "name": "auth:x-algolia-application-id", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "apicagent", "name": "ApicAgent", "interfaces": [{ "name": "Get", "properties": [{ "name": "kind", "type": "string", "types": "apicagent.agent.get", "optional": false }, { "name": "query:ua", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "Post", "properties": [{ "name": "kind", "type": "string", "types": "apicagent.agent.post", "optional": false }, { "name": "body:ua", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "apiflash", "name": "APIFlash", "interfaces": [{ "name": "Screenshot", "properties": [{ "name": "kind", "type": "string", "types": "apiflash.core.screenshot", "optional": false }, { "name": "query:url", "type": "string", "types": [], "optional": false }, { "name": "query:format", "type": "query:format", "types": ["jpeg", "png", "webp"], "optional": true }, { "name": "query:width", "type": "number", "types": [], "optional": true }, { "name": "query:height", "type": "number", "types": [], "optional": true }, { "name": "query:fresh", "type": "boolean", "types": [], "optional": true }, { "name": "query:full_page", "type": "boolean", "types": [], "optional": true }, { "name": "query:quality", "type": "number", "types": [], "optional": true }, { "name": "query:delay", "type": "number", "types": [], "optional": true }, { "name": "query:scroll_page", "type": "boolean", "types": [], "optional": true }, { "name": "query:ttl", "type": "number", "types": [], "optional": true }, { "name": "query:response_type", "type": "query:response_type", "types": ["json", "image"], "optional": true }, { "name": "query:thumbnail_width", "type": "number", "types": [], "optional": true }, { "name": "query:no_cookie_banners", "type": "boolean", "types": [], "optional": true }, { "name": "query:no_ads", "type": "boolean", "types": [], "optional": true }, { "name": "query:no_tracking", "type": "boolean", "types": [], "optional": true }, { "name": "query:scale_factor", "type": "number", "types": [], "optional": true }, { "name": "query:element", "type": "string", "types": [], "optional": true }, { "name": "query:element_overlap", "type": "boolean", "types": [], "optional": true }, { "name": "query:user_agent", "type": "string", "types": [], "optional": true }, { "name": "query:extract_html", "type": "boolean", "types": [], "optional": true }, { "name": "query:extract_text", "type": "boolean", "types": [], "optional": true }, { "name": "query:transparent", "type": "boolean", "types": [], "optional": true }, { "name": "query:wait_for", "type": "string", "types": [], "optional": true }, { "name": "query:wait_until", "type": "query:wait_until", "types": ["network_idle", "dom_loaded", "page_loaded"], "optional": true }, { "name": "query:fail_on_status", "type": "string", "types": [], "optional": true }, { "name": "query:accept_language", "type": "string", "types": [], "optional": true }, { "name": "query:css", "type": "string", "types": [], "optional": true }, { "name": "query:cookies", "type": "string", "types": [], "optional": true }, { "name": "query:proxy", "type": "string", "types": [], "optional": true }, { "name": "query:latitude", "type": "string", "types": [], "optional": true }, { "name": "query:longitude", "type": "string", "types": [], "optional": true }, { "name": "query:accuracy", "type": "number", "types": [], "optional": true }, { "name": "query:js", "type": "string", "types": [], "optional": true }, { "name": "query:headers", "type": "string", "types": [], "optional": true }, { "name": "query:time_zone", "type": "string", "types": [], "optional": true }, { "name": "query:ip_location", "type": "string", "types": [], "optional": true }, { "name": "query:s3_access_key_id", "type": "string", "types": [], "optional": true }, { "name": "query:s3_secret_key", "type": "string", "types": [], "optional": true }, { "name": "query:s3_bucket", "type": "string", "types": [], "optional": true }, { "name": "query:s3_key", "type": "string", "types": [], "optional": true }, { "name": "auth:access_key", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "apify", "name": "Apify", "interfaces": [{ "name": "ListActors", "properties": [{ "name": "kind", "type": "string", "types": "apify.actors.list", "optional": false }, { "name": "query:my", "type": "boolean", "types": [], "optional": true }, { "name": "query:offset", "type": "number", "types": [], "optional": true }, { "name": "query:limit", "type": "number", "types": [], "optional": true }, { "name": "query:desc", "type": "boolean", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "apipoint", "name": "APIPoint", "interfaces": [{ "name": "UserAvatar", "properties": [{ "name": "kind", "type": "string", "types": "apipoint.core.avatar", "optional": false }, { "name": "subdomain:type", "type": "string", "types": "user-avatar", "optional": false }, { "name": "query:name", "type": "string", "types": [], "optional": false }, { "name": "query:length", "type": "number", "types": [], "optional": true }, { "name": "query:background", "type": "string", "types": [], "optional": true }, { "name": "query:color", "type": "string", "types": [], "optional": true }, { "name": "query:bold", "type": "boolean", "types": [], "optional": true }, { "name": "query:rounded", "type": "number", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "Weather", "properties": [{ "name": "kind", "type": "string", "types": "apipoint.core.weather", "optional": false }, { "name": "subdomain:type", "type": "string", "types": "weather-data", "optional": false }, { "name": "query:ip", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "FreeGifs", "properties": [{ "name": "kind", "type": "string", "types": "apipoint.core.gif", "optional": false }, { "name": "subdomain:type", "type": "string", "types": "free-gifs", "optional": false }, { "name": "query:q", "type": "string", "types": [], "optional": false }, { "name": "query:format", "type": "string", "types": [], "optional": true }, { "name": "query:provider", "type": "string", "types": [], "optional": true }, { "name": "query:location", "type": "string", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "QRCode", "properties": [{ "name": "kind", "type": "string", "types": "apipoint.core.qr", "optional": false }, { "name": "subdomain:type", "type": "string", "types": "qr-code", "optional": false }, { "name": "query:data", "type": "string", "types": [], "optional": false }, { "name": "query:size", "type": "number", "types": [], "optional": true }, { "name": "query:design", "type": "string", "types": [], "optional": true }, { "name": "query:color", "type": "string", "types": [], "optional": true }, { "name": "query:eyeball", "type": "string", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "IPDetails", "properties": [{ "name": "kind", "type": "string", "types": "apipoint.core.ip", "optional": false }, { "name": "subdomain:type", "type": "string", "types": "ip-details", "optional": false }, { "name": "query:ip", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "URLShot", "properties": [{ "name": "kind", "type": "string", "types": "apipoint.core.urlshot", "optional": false }, { "name": "subdomain:type", "type": "string", "types": "url-shot", "optional": false }, { "name": "query:url", "type": "string", "types": [], "optional": false }, { "name": "query:width", "type": "number", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "apitable", "name": "APITable", "interfaces": [{ "name": "GetRecords", "properties": [{ "name": "kind", "type": "string", "types": "apitable.records.get", "optional": false }, { "name": "param:tableId", "type": "string", "types": [], "optional": false }, { "name": "query:gridViewId", "type": "string", "types": [], "optional": true }, { "name": "query:fields", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "apitemplateio", "name": "APITemplateIo", "interfaces": [{ "name": "CreateImage", "properties": [{ "name": "kind", "type": "string", "types": "apitemplateio.core.createImage", "optional": false }, { "name": "query:template_id", "type": "string", "types": [], "optional": false }, { "name": "query:expiration", "type": "number", "types": [], "optional": false }, { "name": "body:overrides", "type": "array", "types": [], "optional": false }, { "name": "auth:X-API-KEY", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "arweave", "name": "Arweave", "interfaces": [{ "name": "GraphQLQuery", "properties": [{ "name": "kind", "type": "string", "types": "arweave.graphql.query", "optional": false }, { "name": "body:query", "type": "string", "types": [], "optional": false }, { "name": "body:variables", "type": "any", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "GetData", "properties": [{ "name": "kind", "type": "string", "types": "arweave.data.get", "optional": false }, { "name": "param:transactionId", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "asana", "name": "Asana", "interfaces": [{ "name": "GetMe", "properties": [{ "name": "kind", "type": "string", "types": "asana.users.me", "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "ListWorkspaces", "properties": [{ "name": "kind", "type": "string", "types": "asana.workspaces.list", "optional": false }, { "name": "query:opt_pretty", "type": "boolean", "types": [], "optional": true }, { "name": "query:opt_fields", "type": "string", "types": [], "optional": true }, { "name": "query:limit", "type": "number", "types": [], "optional": true }, { "name": "query:offset", "type": "number", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "CreateTask", "properties": [{ "name": "kind", "type": "string", "types": "asana.tasks.create", "optional": false }, { "name": "body:data", "type": "any", "types": [], "optional": false }, { "name": "query:opt_pretty", "type": "boolean", "types": [], "optional": true }, { "name": "query:opt_fields", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "assemblyai", "name": "AssemblyAI", "interfaces": [{ "name": "Transcribe", "properties": [{ "name": "kind", "type": "string", "types": "assemblyai.core.transcription", "optional": false }, { "name": "body:audio_url", "type": "string", "types": [], "optional": false }, { "name": "body:speaker_labels", "type": "boolean", "types": [], "optional": true }, { "name": "body:word_boost", "type": "array", "types": [], "optional": true }, { "name": "body:custom_spelling", "type": "array", "types": [], "optional": true }, { "name": "body:dual_channel", "type": "boolean", "types": [], "optional": true }, { "name": "body:disfluencies", "type": "boolean", "types": [], "optional": true }, { "name": "body:language_detection", "type": "boolean", "types": [], "optional": true }, { "name": "body:punctuate", "type": "boolean", "types": [], "optional": true }, { "name": "body:format_text", "type": "boolean", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "Export", "properties": [{ "name": "kind", "type": "string", "types": "assemblyai.core.export", "optional": false }, { "name": "param:transcriptId", "type": "string", "types": [], "optional": false }, { "name": "param:format", "type": "param:format", "types": ["srt", "vtt", "sentences", "paragraphs"], "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "auth0", "name": "Auth0", "interfaces": [{ "name": "GetAuthAccessToken", "properties": [{ "name": "kind", "type": "string", "types": "auth0.auth.accesstoken", "optional": false }, { "name": "body:client_id", "type": "string", "types": [], "optional": false }, { "name": "body:client_secret", "type": "string", "types": [], "optional": false }, { "name": "body:audience", "type": "string", "types": [], "optional": false }, { "name": "body:grant_type", "type": "string", "types": "client_credentials", "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "GetUsersByEmail", "properties": [{ "name": "kind", "type": "string", "types": "auth0.usersByEmail.get", "optional": false }, { "name": "query:email", "type": "string", "types": [], "optional": false }, { "name": "query:fields", "type": "string", "types": [], "optional": true }, { "name": "query:include_fields", "type": "boolean", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "ListOrSearchUsers", "properties": [{ "name": "kind", "type": "string", "types": "auth0.users.listOrSearch", "optional": false }, { "name": "query:q", "type": "string", "types": [], "optional": false }, { "name": "query:search_engine", "type": "query:search_engine", "types": ["v1", "v2", "v3"], "optional": false }, { "name": "query:page", "type": "number", "types": [], "optional": true }, { "name": "query:per_page", "type": "number", "types": [], "optional": true }, { "name": "query:include_totals", "type": "boolean", "types": [], "optional": true }, { "name": "query:sort", "type": "string", "types": [], "optional": true }, { "name": "query:connection", "type": "string", "types": [], "optional": true }, { "name": "query:fields", "type": "string", "types": [], "optional": true }, { "name": "query:include_fields", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "GetUser", "properties": [{ "name": "kind", "type": "string", "types": "auth0.users.get", "optional": false }, { "name": "param:id", "type": "string", "types": [], "optional": false }, { "name": "query:fields", "type": "string", "types": [], "optional": true }, { "name": "query:include_fields", "type": "boolean", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "CreateUser", "properties": [{ "name": "kind", "type": "string", "types": "auth0.users.create", "optional": false }, { "name": "body:email", "type": "string", "types": [], "optional": true }, { "name": "body:phone_number", "type": "string", "types": [], "optional": true }, { "name": "body:user_metadata", "type": "any", "types": [], "optional": true }, { "name": "body:blocked", "type": "boolean", "types": [], "optional": true }, { "name": "body:email_verified", "type": "boolean", "types": [], "optional": true }, { "name": "body:phone_verified", "type": "boolean", "types": [], "optional": true }, { "name": "body:app_metadata", "type": "any", "types": [], "optional": true }, { "name": "body:given_name", "type": "string", "types": [], "optional": true }, { "name": "body:family_name", "type": "string", "types": [], "optional": true }, { "name": "body:name", "type": "string", "types": [], "optional": true }, { "name": "body:nickname", "type": "string", "types": [], "optional": true }, { "name": "body:picture", "type": "string", "types": [], "optional": true }, { "name": "body:user_id", "type": "string", "types": [], "optional": true }, { "name": "body:connection", "type": "string", "types": [], "optional": true }, { "name": "body:password", "type": "string", "types": [], "optional": true }, { "name": "body:verify_email", "type": "boolean", "types": [], "optional": true }, { "name": "body:username", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "UpdateUser", "properties": [{ "name": "kind", "type": "string", "types": "auth0.users.update", "optional": false }, { "name": "param:id", "type": "string", "types": [], "optional": false }, { "name": "body:email", "type": "string", "types": [], "optional": true }, { "name": "body:phone_number", "type": "string", "types": [], "optional": true }, { "name": "body:user_metadata", "type": "any", "types": [], "optional": true }, { "name": "body:blocked", "type": "boolean", "types": [], "optional": true }, { "name": "body:email_verified", "type": "boolean", "types": [], "optional": true }, { "name": "body:phone_verified", "type": "boolean", "types": [], "optional": true }, { "name": "body:app_metadata", "type": "any", "types": [], "optional": true }, { "name": "body:given_name", "type": "string", "types": [], "optional": true }, { "name": "body:family_name", "type": "string", "types": [], "optional": true }, { "name": "body:name", "type": "string", "types": [], "optional": true }, { "name": "body:nickname", "type": "string", "types": [], "optional": true }, { "name": "body:picture", "type": "string", "types": [], "optional": true }, { "name": "body:user_id", "type": "string", "types": [], "optional": true }, { "name": "body:connection", "type": "string", "types": [], "optional": true }, { "name": "body:password", "type": "string", "types": [], "optional": true }, { "name": "body:verify_email", "type": "boolean", "types": [], "optional": true }, { "name": "body:username", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "DeleteUser", "properties": [{ "name": "kind", "type": "string", "types": "auth0.users.delete", "optional": false }, { "name": "param:userId", "type": "string", "types": [], "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "GetConnections", "properties": [{ "name": "kind", "type": "string", "types": "auth0.connections.get", "optional": false }, { "name": "param:per_page", "type": "number", "types": [], "optional": true }, { "name": "param:page", "type": "number", "types": [], "optional": true }, { "name": "param:include_totals", "type": "boolean", "types": [], "optional": true }, { "name": "param:strategy", "type": "string", "types": [], "optional": true }, { "name": "param:name", "type": "string", "types": [], "optional": true }, { "name": "param:fields", "type": "string", "types": [], "optional": true }, { "name": "param:include_fields", "type": "boolean", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "GetRoles", "properties": [{ "name": "kind", "type": "string", "types": "auth0.roles.get", "optional": false }, { "name": "param:per_page", "type": "number", "types": [], "optional": true }, { "name": "param:page", "type": "number", "types": [], "optional": true }, { "name": "param:include_totals", "type": "boolean", "types": [], "optional": true }, { "name": "param:name_filter", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "ConfigureNewCustomDomains", "properties": [{ "name": "kind", "type": "string", "types": "auth0.domains.configureNew", "optional": false }, { "name": "body:domain", "type": "string", "types": [], "optional": false }, { "name": "body:type", "type": "body:type", "types": ["auth0_managed_certs", "self_managed_certs"], "optional": false }, { "name": "body:verification_method", "type": "string", "types": "txt", "optional": true }, { "name": "body:tls_policy", "type": "string", "types": [], "optional": true }, { "name": "body:custom_client_ip_header", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "subdomain:tenant", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "ayrshare", "name": "Ayrshare", "interfaces": [{ "name": "AnalyticsOnAShortenedLink", "properties": [{ "name": "kind", "type": "string", "types": "ayrshare.analytics.onShortenedLink", "optional": false }, { "name": "query:lastDays", "type": "number", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "Post", "properties": [{ "name": "kind", "type": "string", "types": "ayrshare.post.post", "optional": false }, { "name": "body:post", "type": "string", "types": [], "optional": false }, { "name": "body:platforms", "type": "array", "types": [], "optional": false }, { "name": "body:mediaUrls", "type": "array", "types": [], "optional": true }, { "name": "body:schaduleDate", "type": "string", "types": [], "optional": true }, { "name": "body:shortenLinks", "type": "boolean", "types": [], "optional": true }, { "name": "body:autoSchedule", "type": "any", "types": [], "optional": true }, { "name": "body:autoRepost", "type": "any", "types": [], "optional": true }, { "name": "body:requireApproval", "type": "boolean", "types": [], "optional": true }, { "name": "body:autoHashtag", "type": "any", "types": [], "optional": true }, { "name": "body:unsplash", "type": "string", "types": [], "optional": true }, { "name": "body:faceBookOptions", "type": "any", "types": [], "optional": true }, { "name": "body:gmbOptions", "type": "any", "types": [], "optional": true }, { "name": "body:instagramOptions", "type": "any", "types": [], "optional": true }, { "name": "body:linkedInOptions", "type": "any", "types": [], "optional": true }, { "name": "body:twitterOptions", "type": "any", "types": [], "optional": true }, { "name": "body:youTubeOptions", "type": "any", "types": [], "optional": true }, { "name": "body:redditOptions", "type": "any", "types": [], "optional": true }, { "name": "body:telegramOptions", "type": "any", "types": [], "optional": true }, { "name": "body:pinterestOptions", "type": "any", "types": [], "optional": true }, { "name": "body:tikTokOptions", "type": "any", "types": [], "optional": true }, { "name": "body:ads", "type": "any", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bamboohr", "name": "BambooHR", "interfaces": [{ "name": "EmployeesDirectory", "properties": [{ "name": "kind", "type": "string", "types": "bamboohr.employees.directory", "optional": false }, { "name": "param:companySlug", "type": "string", "types": [], "optional": false }, { "name": "auth:Authorization", "type": "", "types": [], "optional": false, "properties": [{ "name": "username", "type": "string", "types": [], "optional": false }, { "name": "password", "type": "string", "types": [], "optional": false }] }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bannerbear", "name": "BannerBear", "interfaces": [{ "name": "CreateImage", "properties": [{ "name": "kind", "type": "string", "types": "bannerbear.images.create", "optional": false }, { "name": "body:template", "type": "string", "types": [], "optional": false }, { "name": "body:modifications", "type": "array", "types": [], "optional": false }, { "name": "webhook_url", "type": "string", "types": [], "optional": true }, { "name": "transparent", "type": "boolean", "types": [], "optional": true }, { "name": "render_pdf", "type": "boolean", "types": [], "optional": true }, { "name": "template_version", "type": "number", "types": [], "optional": true }, { "name": "metadata", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "RetrieveImage", "properties": [{ "name": "kind", "type": "string", "types": "bannerbear.images.retrieve", "optional": false }, { "name": "param:imageId", "type": "string", "types": [], "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "ListImages", "properties": [{ "name": "kind", "type": "string", "types": "bannerbear.images.list", "optional": false }, { "name": "query:page", "type": "number", "types": [], "optional": true }, { "name": "query:limit", "type": "number", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "basementdev", "name": "BasementDev", "interfaces": [{ "name": "GraphQLQuery", "properties": [{ "name": "kind", "type": "string", "types": "basementdev.graphql.query", "optional": false }, { "name": "header:Content-Type", "type": "string", "types": "application/graphql", "optional": false }, { "name": "body:body", "type": "string", "types": [], "optional": false }, { "name": "auth:X-Basement-API-Key", "type": "string", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "baserow", "name": "BaseRow", "interfaces": [{ "name": "CreateRow", "properties": [{ "name": "kind", "type": "string", "types": "baserow.core.create", "optional": false }, { "name": "param:tableId", "type": "string", "types": [], "optional": false }, { "name": "body:body", "type": "any", "types": [], "optional": false }, { "name": "query:user_field_names", "type": "boolean", "types": [], "optional": true }, { "name": "query:before", "type": "number", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "GetRows", "properties": [{ "name": "kind", "type": "string", "types": "baserow.core.get", "optional": false }, { "name": "param:tableId", "type": "string", "types": [], "optional": false }, { "name": "query:user_field_names", "type": "boolean", "types": [], "optional": true }, { "name": "query:page", "type": "number", "types": [], "optional": true }, { "name": "query:size", "type": "number", "types": [], "optional": true }, { "name": "query:search", "type": "string", "types": [], "optional": true }, { "name": "query:orderby", "type": "string", "types": [], "optional": true }, { "name": "query:include", "type": "string", "types": [], "optional": true }, { "name": "query:exclude", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "beehiiv", "name": "Beehiiv", "interfaces": [{ "name": "CreateSubscriber", "properties": [{ "name": "kind", "type": "string", "types": "beehiiv.core.createSubscriber", "optional": false }, { "name": "body:email", "type": "string", "types": [], "optional": false }, { "name": "body:publication_id", "type": "string", "types": [], "optional": false }, { "name": "body:send_welcome_email", "type": "boolean", "types": [], "optional": true }, { "name": "body:utm_source", "type": "string", "types": [], "optional": true }, { "name": "auth:X-ApiKey", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "GetPublications", "properties": [{ "name": "kind", "type": "string", "types": "beehiiv.core.getPublications", "optional": false }, { "name": "auth:X-ApiKey", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "beew", "name": "Beew", "interfaces": [{ "name": "CreateSchedule", "properties": [{ "name": "kind", "type": "string", "types": "beew.schedule.create", "optional": false }, { "name": "body:name", "type": "string", "types": [], "optional": false }, { "name": "body:desc", "type": "string", "types": [], "optional": true }, { "name": "body:url", "type": "string", "types": [], "optional": false }, { "name": "body:type", "type": "body:type", "types": ["ONE_TIME", "RECURRING"], "optional": false }, { "name": "body:method", "type": "body:method", "types": ["GET", "POST", "PUT", "DELETE", "PATCH"], "optional": false }, { "name": "body:responseType", "type": "body:responsetype", "types": ["arraybuffer", "blob", "document", "json", "text", "stream"], "optional": false }, { "name": "body:trigger", "type": "string", "types": [], "optional": true }, { "name": "body:cronExpression", "type": "string", "types": [], "optional": true }, { "name": "body:notifyOnError", "type": "boolean", "types": [], "optional": false }, { "name": "body:notifyEmail", "type": "string", "types": [], "optional": true }, { "name": "body:timezone", "type": "string", "types": [], "optional": false }, { "name": "body:headers", "type": "array", "types": [], "optional": false }, { "name": "body:payload", "type": "string", "types": [], "optional": false }, { "name": "auth:X-API-KEY", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "UpdateSchedule", "properties": [{ "name": "kind", "type": "string", "types": "beew.schedule.update", "optional": false }, { "name": "body:id", "type": "string", "types": [], "optional": false }, { "name": "body:name", "type": "string", "types": [], "optional": false }, { "name": "body:desc", "type": "string", "types": [], "optional": true }, { "name": "body:url", "type": "string", "types": [], "optional": true }, { "name": "body:type", "type": "body:type", "types": ["ONE_TIME", "RECURRING"], "optional": true }, { "name": "body:method", "type": "body:method", "types": ["GET", "POST", "PUT", "DELETE", "PATCH"], "optional": true }, { "name": "body:responseType", "type": "body:responsetype", "types": ["arraybuffer", "blob", "document", "json", "text", "stream"], "optional": true }, { "name": "body:trigger", "type": "string", "types": [], "optional": true }, { "name": "body:cronExpression", "type": "string", "types": [], "optional": true }, { "name": "body:notifyOnError", "type": "boolean", "types": [], "optional": true }, { "name": "body:notifyEmail", "type": "string", "types": [], "optional": true }, { "name": "body:timezone", "type": "string", "types": [], "optional": true }, { "name": "body:headers", "type": "array", "types": [], "optional": true }, { "name": "body:payload", "type": "string", "types": [], "optional": true }, { "name": "auth:X-API-KEY", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bigdatacloud", "name": "BigDataCloud", "interfaces": [{ "name": "ReverseGeoCodeClient", "properties": [{ "name": "kind", "type": "string", "types": "bigdatacloud.free.reverseGeoCodeClient", "optional": false }, { "name": "query:latitude", "type": "string", "types": [], "optional": true }, { "name": "query:longitude", "type": "string", "types": [], "optional": true }, { "name": "query:localityLanguage", "type": "string", "types": [], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bigml", "name": "BigML", "interfaces": [{ "name": "ListResources", "properties": [{ "name": "kind", "type": "string", "types": "bigml.resources.list", "optional": false }, { "name": "param:resource", "type": "string", "types": [], "optional": false }, { "name": "auth:username", "type": "string", "types": [], "optional": false }, { "name": "auth:api_key", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bing", "name": "Bing", "interfaces": [{ "name": "IndexNow", "properties": [{ "name": "kind", "type": "string", "types": "bing.webmastertools.indexnow", "optional": false }, { "name": "auth:key", "type": "string", "types": [], "optional": false }, { "name": "auth:keyLocation", "type": "string", "types": [], "optional": false }, { "name": "body:host", "type": "string", "types": [], "optional": false }, { "name": "body:urlList", "type": "array", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bitio", "name": "BitIo", "interfaces": [{ "name": "DatabaseQuery", "properties": [{ "name": "kind", "type": "string", "types": "bitio.database.query", "optional": false }, { "name": "query:data_format", "type": "string", "types": [], "optional": true }, { "name": "body:query_string", "type": "string", "types": [], "optional": false }, { "name": "body:database_name", "type": "string", "types": [], "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bitly", "name": "Bitly", "interfaces": [{ "name": "CreateShortLink", "properties": [{ "name": "kind", "type": "string", "types": "bitly.links.shorten", "optional": false }, { "name": "body:group_guid", "type": "string", "types": [], "optional": true }, { "name": "body:long_url", "type": "string", "types": [], "optional": false }, { "name": "body:domain", "type": "string", "types": [], "optional": true }, { "name": "auth:Authoriztion", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "booapi", "name": "BooAPI", "interfaces": [{ "name": "UserBalance", "properties": [{ "name": "kind", "type": "string", "types": "booapi.user.balance", "optional": false }, { "name": "auth:key", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "CreateTask", "properties": [{ "name": "kind", "type": "string", "types": "booapi.task.create", "optional": false }, { "name": "body:keywords", "type": "array", "types": [], "optional": false }, { "name": "body:googleId", "type": "number", "types": [], "optional": true }, { "name": "body:device", "type": "body:device", "types": ["desktop", "mobile"], "optional": true }, { "name": "body:hl", "type": "string", "types": [], "optional": true }, { "name": "body:noreask", "type": "body:noreask", "types": [0, 1], "optional": true }, { "name": "body:numdoc", "type": "number", "types": [], "optional": true }, { "name": "auth:key", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "TaskStatus", "properties": [{ "name": "kind", "type": "string", "types": "booapi.task.status", "optional": false }, { "name": "param:taskId", "type": "string", "types": [], "optional": false }, { "name": "auth:key", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "TaskResults", "properties": [{ "name": "kind", "type": "string", "types": "booapi.task.results", "optional": false }, { "name": "param:taskId", "type": "string", "types": [], "optional": false }, { "name": "query:limit", "type": "number", "types": [], "optional": false }, { "name": "query:offset", "type": "number", "types": [], "optional": true }, { "name": "auth:key", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "brandfetch", "name": "Brandfetch", "interfaces": [{ "name": "BrandByDomainOrId", "properties": [{ "name": "kind", "type": "string", "types": "brandfetch.brands.byDomainOrId", "optional": false }, { "name": "param:domainOrId", "type": "string", "types": [], "optional": false }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "browsersfyi", "name": "BrowsersFyi", "interfaces": [{ "name": "Get", "properties": [{ "name": "kind", "type": "string", "types": "browsersfyi.core.get", "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bruzu", "name": "Bruzu", "interfaces": [{ "name": "CreateImage", "properties": [{ "name": "kind", "type": "string", "types": "bruzu.image.create", "optional": false }, { "name": "auth:apiKey", "type": "string", "types": [], "optional": false }, { "name": "query:height", "type": "number", "types": [], "optional": true }, { "name": "query:width", "type": "number", "types": [], "optional": true }, { "name": "query:backgroundColor", "type": "string", "types": [], "optional": true }, { "name": "query:backgroundImage", "type": "string", "types": [], "optional": true }, { "name": "query:backgroundImage.opacity", "type": "number", "types": [], "optional": true }, { "name": "query:scale", "type": "number", "types": [], "optional": true }, { "name": "query:download", "type": "body:noreask", "types": [0, 1], "optional": true }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "bugherd", "name": "BugHerd", "interfaces": [{ "name": "ListProjects", "properties": [{ "name": "kind", "type": "string", "types": "bugherd.projects.list", "optional": false }, { "name": "auth:Authorization", "type": "", "types": [], "optional": false, "properties": [{ "name": "username", "type": "string", "types": [], "optional": false }, { "name": "password", "type": "string", "types": "x", "optional": false }] }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "ListTasks", "properties": [{ "name": "kind", "type": "string", "types": "bugherd.tasks.list", "optional": false }, { "name": "param:projectId", "type": "string", "types": [], "optional": false }, { "name": "auth:Authorization", "type": "", "types": [], "optional": false, "properties": [{ "name": "username", "type": "string", "types": [], "optional": false }, { "name": "password", "type": "string", "types": "x", "optional": false }] }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "buttercms", "name": "ButterCMS", "interfaces": [{ "name": "GetMultiplePages", "properties": [{ "name": "kind", "type": "string", "types": "buttercms.pages.getMultiple", "optional": false }, { "name": "param:page_type", "type": "string", "types": [], "optional": false }, { "name": "query:preview", "type": "body:noreask", "types": [0, 1], "optional": true }, { "name": "query:page", "type": "number", "types": [], "optional": true }, { "name": "query:page_size", "type": "number", "types": [], "optional": true }, { "name": "query:locale", "type": "string", "types": [], "optional": true }, { "name": "query:lvels", "type": "number", "types": [], "optional": true }, { "name": "query:limit", "type": "number", "types": [], "optional": true }, { "name": "query:offset", "type": "number", "types": [], "optional": true }, { "name": "auth:auth_token", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }] }, { "id": "buttondownemail", "name": "ButtondownEmail", "interfaces": [{ "name": "ListSubscribers", "properties": [{ "name": "kind", "type": "string", "types": "buttondownemail.subscribers.list", "optional": false }, { "name": "query:type", "type": "query:type", "types": ["regular", "removed", "unactivated", "unpaid", "churned", "premium", "gifted", "unsubscribed", "spammy", "trialed", "paused"], "optional": true }, { "name": "query:tag", "type": "string", "types": [], "optional": true }, { "name": "query:email", "type": "string", "types": [], "optional": true }, { "name": "query:page", "type": "number", "types": [], "optional": true }, { "name": "query:ordering", "type": "string", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "CreateSubscriber", "properties": [{ "name": "kind", "type": "string", "types": "buttondownemail.subscribers.create", "optional": false }, { "name": "body:email", "type": "string", "types": [], "optional": true }, { "name": "body:metadata", "type": "any", "types": [], "optional": true }, { "name": "body:notes", "type": "any", "types": [], "optional": true }, { "name": "body:referrer_url", "type": "string", "types": [], "optional": true }, { "name": "body:tags", "type": "array", "types": [], "optional": true }, { "name": "auth:Authorization", "type": "string", "types": [], "optional": false }, { "name": "baseId", "type": "string", "types": [], "optional": true }] }, { "name": "UpdateSubscriber", "properties":