Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
814 changes: 814 additions & 0 deletions integrations/.nango/nango.json

Large diffs are not rendered by default.

1,655 changes: 1,655 additions & 0 deletions integrations/.nango/schema.json

Large diffs are not rendered by default.

522 changes: 522 additions & 0 deletions integrations/.nango/schema.ts

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions integrations/aircall/.nango/schema.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$comment": "This file was generated by Nango (v0.69.20)",
"definitions": {
"SyncMetadata_aircall_users": {
"type": "object",
"additionalProperties": false
},
"User": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"email": {
"type": "string"
}
},
"required": [
"id",
"email",
"firstName",
"lastName"
"lastName",
"email"
],
"additionalProperties": false
},
"SyncMetadata_aircall_users": {
"type": "object",
"additionalProperties": false
},
"ActionInput_aircall_createuser": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -97,6 +98,5 @@
],
"additionalProperties": false
}
},
"$comment": "This file was generated by Nango (v0.68.1)"
}
}
7 changes: 1 addition & 6 deletions integrations/aircall/.nango/schema.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
// ---------------------------
// This file was generated by Nango (v0.68.1)
// You can version this file
// ---------------------------

export interface SyncMetadata_aircall_users {
};

export interface User {
id: string;
email: string;
firstName: string;
lastName: string;
email: string;
};

export interface ActionInput_aircall_createuser {
Expand Down
82 changes: 41 additions & 41 deletions integrations/airtable/.nango/nango.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,45 @@
"actions": [
{
"type": "action",
"description": "Fetch current user information",
"description": "Create a webhook for a particular base",
"endpoint": {
"method": "GET",
"path": "/whoami",
"group": "Users"
"method": "POST",
"path": "/webhooks",
"group": "Webhooks"
},
"input": "ActionInput_airtable_whoami",
"name": "whoami",
"input": "ActionInput_airtable_createwebhook",
"name": "create-webhook",
"output": [
"ActionOutput_airtable_whoami"
"ActionOutput_airtable_createwebhook"
],
"scopes": [
"user.email:read"
"webhook:manage"
],
"usedModels": [
"ActionInput_airtable_whoami",
"ActionOutput_airtable_whoami"
"ActionInput_airtable_createwebhook",
"ActionOutput_airtable_createwebhook"
],
"version": "1.0.0"
},
{
"type": "action",
"description": "Create a webhook for a particular base",
"description": "Delete a webhook",
"endpoint": {
"method": "POST",
"method": "DELETE",
"path": "/webhooks",
"group": "Webhooks"
},
"input": "ActionInput_airtable_createwebhook",
"name": "create-webhook",
"input": "ActionInput_airtable_deletewebhook",
"name": "delete-webhook",
"output": [
"ActionOutput_airtable_createwebhook"
"ActionOutput_airtable_deletewebhook"
],
"scopes": [
"webhook:manage"
],
"usedModels": [
"ActionInput_airtable_createwebhook",
"ActionOutput_airtable_createwebhook"
"ActionInput_airtable_deletewebhook",
"ActionOutput_airtable_deletewebhook"
],
"version": "1.0.0"
},
Expand Down Expand Up @@ -70,42 +70,42 @@
},
{
"type": "action",
"description": "Delete a webhook",
"description": "Fetch current user information",
"endpoint": {
"method": "DELETE",
"path": "/webhooks",
"group": "Webhooks"
"method": "GET",
"path": "/whoami",
"group": "Users"
},
"input": "ActionInput_airtable_deletewebhook",
"name": "delete-webhook",
"input": "ActionInput_airtable_whoami",
"name": "whoami",
"output": [
"ActionOutput_airtable_deletewebhook"
"ActionOutput_airtable_whoami"
],
"scopes": [
"webhook:manage"
"user.email:read"
],
"usedModels": [
"ActionInput_airtable_deletewebhook",
"ActionOutput_airtable_deletewebhook"
"ActionInput_airtable_whoami",
"ActionOutput_airtable_whoami"
],
"version": "1.0.0"
}
],
"syncs": [
{
"type": "sync",
"description": "Lists all tables with their schema for all bases with a reference to the base id that\nthe table belongs to",
"description": "List all bases",
"auto_start": true,
"endpoints": [
{
"method": "GET",
"path": "/tables"
"path": "/bases"
}
],
"input": "SyncMetadata_airtable_tables",
"name": "tables",
"input": "SyncMetadata_airtable_bases",
"name": "bases",
"output": [
"Table"
"Base"
],
"runs": "every day",
"scopes": [
Expand All @@ -114,26 +114,26 @@
"sync_type": "full",
"track_deletes": false,
"usedModels": [
"Table",
"SyncMetadata_airtable_tables"
"Base",
"SyncMetadata_airtable_bases"
],
"version": "1.0.0",
"webhookSubscriptions": []
},
{
"type": "sync",
"description": "List all bases",
"description": "Lists all tables with their schema for all bases with a reference to the base id that\nthe table belongs to",
"auto_start": true,
"endpoints": [
{
"method": "GET",
"path": "/bases"
"path": "/tables"
}
],
"input": "SyncMetadata_airtable_bases",
"name": "bases",
"input": "SyncMetadata_airtable_tables",
"name": "tables",
"output": [
"Base"
"Table"
],
"runs": "every day",
"scopes": [
Expand All @@ -142,8 +142,8 @@
"sync_type": "full",
"track_deletes": false,
"usedModels": [
"Base",
"SyncMetadata_airtable_bases"
"Table",
"SyncMetadata_airtable_tables"
],
"version": "1.0.0",
"webhookSubscriptions": []
Expand Down
Loading
Loading