@apteva/integrations 0.3.21 → 0.3.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist/http-executor.js +12 -5
  2. package/dist/http-executor.js.map +1 -1
  3. package/package.json +1 -1
  4. package/src/apps/airtable.json +12 -0
  5. package/src/apps/alpaca-trading.json +5 -0
  6. package/src/apps/aws-cloudfront.json +10 -0
  7. package/src/apps/aws-dynamodb.json +10 -0
  8. package/src/apps/aws-ec2.json +10 -0
  9. package/src/apps/aws-lambda.json +10 -0
  10. package/src/apps/aws-route53.json +10 -0
  11. package/src/apps/aws-s3.json +10 -0
  12. package/src/apps/aws-ses.json +10 -0
  13. package/src/apps/aws-sns.json +10 -0
  14. package/src/apps/aws-sqs.json +10 -0
  15. package/src/apps/axiom.json +5 -0
  16. package/src/apps/binance-trading.json +5 -0
  17. package/src/apps/bluesky.json +5 -0
  18. package/src/apps/blynk.json +5 -0
  19. package/src/apps/bunny-stream.json +4 -0
  20. package/src/apps/callrail.json +5 -0
  21. package/src/apps/castbase.json +5 -0
  22. package/src/apps/clipkit.json +5 -0
  23. package/src/apps/cloudflare.json +5 -0
  24. package/src/apps/convertkit.json +5 -0
  25. package/src/apps/discord.json +16 -0
  26. package/src/apps/dnsimple.json +5 -0
  27. package/src/apps/docusign.json +12 -0
  28. package/src/apps/dropbox.json +12 -0
  29. package/src/apps/dynadot.json +5 -0
  30. package/src/apps/eventbrite-events.json +8 -0
  31. package/src/apps/facebook-ads.json +8 -0
  32. package/src/apps/facebook-api.json +8 -0
  33. package/src/apps/gemini.json +5 -0
  34. package/src/apps/gigs-marketplace.json +86 -3
  35. package/src/apps/github.json +8 -0
  36. package/src/apps/gitlab.json +5 -0
  37. package/src/apps/gmail.json +12 -0
  38. package/src/apps/gohighlevel.json +5 -0
  39. package/src/apps/google-ads.json +16 -0
  40. package/src/apps/google-calendar.json +12 -0
  41. package/src/apps/google-docs.json +12 -0
  42. package/src/apps/google-drive.json +12 -0
  43. package/src/apps/google-sheets.json +12 -0
  44. package/src/apps/gravity-forms.json +4 -0
  45. package/src/apps/hubspot.json +12 -0
  46. package/src/apps/instagram-api.json +12 -0
  47. package/src/apps/jira.json +16 -0
  48. package/src/apps/linear.json +12 -0
  49. package/src/apps/linkedin.json +4 -0
  50. package/src/apps/lnk-bio.json +12 -0
  51. package/src/apps/mailchimp.json +12 -0
  52. package/src/apps/meetup-events.json +12 -0
  53. package/src/apps/microsoft-teams.json +20 -0
  54. package/src/apps/monday.json +8 -0
  55. package/src/apps/namecheap.json +10 -0
  56. package/src/apps/notion.json +12 -0
  57. package/src/apps/openai-api.json +5 -0
  58. package/src/apps/paidkit.json +5 -0
  59. package/src/apps/plaid.json +4 -0
  60. package/src/apps/polymarket.json +10 -0
  61. package/src/apps/portfolio.json +10 -0
  62. package/src/apps/printful.json +5 -0
  63. package/src/apps/producthunt.json +12 -0
  64. package/src/apps/quickbooks.json +12 -0
  65. package/src/apps/salesforce-crm.json +20 -0
  66. package/src/apps/shopify.json +8 -0
  67. package/src/apps/skai.json +8 -0
  68. package/src/apps/slack.json +12 -0
  69. package/src/apps/socialcast.json +5 -1
  70. package/src/apps/stripe-payments.json +10 -0
  71. package/src/apps/stripe.json +10 -0
  72. package/src/apps/taskflow.json +5 -0
  73. package/src/apps/thinger.json +5 -0
  74. package/src/apps/tiktok-api.json +12 -0
  75. package/src/apps/twilio.json +5 -0
  76. package/src/apps/twitter-ads.json +12 -0
  77. package/src/apps/twitter-api.json +12 -0
  78. package/src/apps/youtube-api.json +16 -0
  79. package/src/apps/zoom.json +12 -0
@@ -28,6 +28,26 @@
28
28
  {
29
29
  "name": "instanceUrl",
30
30
  "label": "instanceUrl"
31
+ },
32
+ {
33
+ "name": "refreshToken",
34
+ "label": "refreshToken"
35
+ },
36
+ {
37
+ "name": "id",
38
+ "label": "id"
39
+ },
40
+ {
41
+ "name": "tokenType",
42
+ "label": "tokenType"
43
+ },
44
+ {
45
+ "name": "issuedAt",
46
+ "label": "issuedAt"
47
+ },
48
+ {
49
+ "name": "signature",
50
+ "label": "signature"
31
51
  }
32
52
  ],
33
53
  "oauth2": {
@@ -25,6 +25,14 @@
25
25
  {
26
26
  "name": "token",
27
27
  "label": "access_token"
28
+ },
29
+ {
30
+ "name": "scope",
31
+ "label": "scope"
32
+ },
33
+ {
34
+ "name": "associated_user",
35
+ "label": "associated_user"
28
36
  }
29
37
  ],
30
38
  "oauth2": {
@@ -26,6 +26,14 @@
26
26
  {
27
27
  "name": "token",
28
28
  "label": "access_token"
29
+ },
30
+ {
31
+ "name": "refresh_token",
32
+ "label": "refresh_token"
33
+ },
34
+ {
35
+ "name": "expires_in",
36
+ "label": "expires_in"
29
37
  }
30
38
  ],
31
39
  "oauth2": {
@@ -22,6 +22,18 @@
22
22
  {
23
23
  "name": "token",
24
24
  "label": "access_token"
25
+ },
26
+ {
27
+ "name": "team",
28
+ "label": "team"
29
+ },
30
+ {
31
+ "name": "team_id",
32
+ "label": "team_id"
33
+ },
34
+ {
35
+ "name": "scope",
36
+ "label": "scope"
25
37
  }
26
38
  ],
27
39
  "oauth2": {
@@ -361,7 +361,7 @@
361
361
  },
362
362
  {
363
363
  "name": "update_post",
364
- "description": "Update a post's text and sync changes to platforms that support editing (Facebook, YouTube, Telegram). Other platforms will be skipped.",
364
+ "description": "Update a post's text and platform-specific settings, then sync changes to platforms that support editing (Facebook, YouTube, Telegram). For YouTube: pass platform_overrides.youtube with title, description, tags, privacyStatus. For scheduled/failed posts: updates are saved locally for the next publish attempt. Other platforms will be skipped.",
365
365
  "method": "PUT",
366
366
  "path": "/posts/{id}",
367
367
  "input_schema": {
@@ -374,6 +374,10 @@
374
374
  "text": {
375
375
  "type": "string",
376
376
  "description": "New post text"
377
+ },
378
+ "platform_overrides": {
379
+ "type": "object",
380
+ "description": "Per-platform overrides. youtube: {title, description, tags (array), privacyStatus, categoryId}. tiktok: {title, text, privacyLevel, disableComment, autoAddMusic}. Other platforms use the main text field."
377
381
  }
378
382
  },
379
383
  "required": [
@@ -25,6 +25,16 @@
25
25
  "name": "token",
26
26
  "label": "Secret Key",
27
27
  "description": "Your Stripe Secret Key (sk_live_ or sk_test_)"
28
+ },
29
+ {
30
+ "name": "publishableKey",
31
+ "label": "Publishable Key",
32
+ "description": "Your Stripe Publishable Key (pk_live_ or pk_test_)"
33
+ },
34
+ {
35
+ "name": "webhookSecret",
36
+ "label": "Webhook Secret",
37
+ "description": "Your Stripe Webhook Signing Secret"
28
38
  }
29
39
  ]
30
40
  },
@@ -22,6 +22,16 @@
22
22
  "name": "token",
23
23
  "label": "Secret Key",
24
24
  "description": "Your Stripe Secret Key (sk_live_ or sk_test_)"
25
+ },
26
+ {
27
+ "name": "publishableKey",
28
+ "label": "Publishable Key",
29
+ "description": "Your Stripe Publishable Key (pk_live_ or pk_test_)"
30
+ },
31
+ {
32
+ "name": "webhookSecret",
33
+ "label": "Webhook Secret",
34
+ "description": "Your Stripe Webhook Signing Secret"
25
35
  }
26
36
  ]
27
37
  },
@@ -23,6 +23,11 @@
23
23
  "name": "api_key",
24
24
  "label": "Api Key",
25
25
  "description": "Your OmniKit API key for TaskFlow access (starts with 'okt_')"
26
+ },
27
+ {
28
+ "name": "projectId",
29
+ "label": "Project Id",
30
+ "description": "Project ID for task management context (optional)"
26
31
  }
27
32
  ]
28
33
  },
@@ -30,6 +30,11 @@
30
30
  "name": "password",
31
31
  "label": "Password",
32
32
  "description": "Thinger.io password"
33
+ },
34
+ {
35
+ "name": "server_url",
36
+ "label": "Server_url",
37
+ "description": "Thinger.io server URL (default: api.thinger.io)"
33
38
  }
34
39
  ]
35
40
  },
@@ -24,6 +24,18 @@
24
24
  {
25
25
  "name": "accessToken",
26
26
  "label": "accessToken"
27
+ },
28
+ {
29
+ "name": "refreshToken",
30
+ "label": "refreshToken"
31
+ },
32
+ {
33
+ "name": "expiresIn",
34
+ "label": "expiresIn"
35
+ },
36
+ {
37
+ "name": "scope",
38
+ "label": "scope"
27
39
  }
28
40
  ],
29
41
  "oauth2": {
@@ -29,6 +29,11 @@
29
29
  "name": "auth_token",
30
30
  "label": "Auth_token",
31
31
  "description": "Your Twilio Auth Token"
32
+ },
33
+ {
34
+ "name": "phone_number",
35
+ "label": "Phone_number",
36
+ "description": "Your Twilio Phone Number"
32
37
  }
33
38
  ]
34
39
  },
@@ -25,6 +25,18 @@
25
25
  {
26
26
  "name": "token",
27
27
  "label": "access_token"
28
+ },
29
+ {
30
+ "name": "refresh_token",
31
+ "label": "refresh_token"
32
+ },
33
+ {
34
+ "name": "expires_in",
35
+ "label": "expires_in"
36
+ },
37
+ {
38
+ "name": "scope",
39
+ "label": "scope"
28
40
  }
29
41
  ],
30
42
  "oauth2": {
@@ -23,6 +23,18 @@
23
23
  {
24
24
  "name": "token",
25
25
  "label": "access_token"
26
+ },
27
+ {
28
+ "name": "refresh_token",
29
+ "label": "refresh_token"
30
+ },
31
+ {
32
+ "name": "expires_in",
33
+ "label": "expires_in"
34
+ },
35
+ {
36
+ "name": "scope",
37
+ "label": "scope"
26
38
  }
27
39
  ],
28
40
  "oauth2": {
@@ -24,6 +24,22 @@
24
24
  {
25
25
  "name": "token",
26
26
  "label": "access_token"
27
+ },
28
+ {
29
+ "name": "refresh_token",
30
+ "label": "refresh_token"
31
+ },
32
+ {
33
+ "name": "expires_in",
34
+ "label": "expires_in"
35
+ },
36
+ {
37
+ "name": "expires_at",
38
+ "label": "expires_at"
39
+ },
40
+ {
41
+ "name": "token_type",
42
+ "label": "token_type"
27
43
  }
28
44
  ],
29
45
  "oauth2": {
@@ -22,6 +22,18 @@
22
22
  {
23
23
  "name": "token",
24
24
  "label": "access_token"
25
+ },
26
+ {
27
+ "name": "refresh_token",
28
+ "label": "refresh_token"
29
+ },
30
+ {
31
+ "name": "expires_in",
32
+ "label": "expires_in"
33
+ },
34
+ {
35
+ "name": "token_type",
36
+ "label": "token_type"
25
37
  }
26
38
  ],
27
39
  "oauth2": {