@apteva/integrations 0.3.4 → 0.3.5

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 (40) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js.map +1 -1
  4. package/dist/types.d.ts +9 -0
  5. package/dist/types.d.ts.map +1 -1
  6. package/package.json +1 -1
  7. package/src/apps/brevo.json +70 -1
  8. package/src/apps/chargebee.json +38 -1
  9. package/src/apps/convertkit.json +30 -1
  10. package/src/apps/gigs-marketplace.json +46 -1
  11. package/src/apps/github.json +54 -1
  12. package/src/apps/gohighlevel.json +42 -1
  13. package/src/apps/helpscout.json +54 -1
  14. package/src/apps/hubspot.json +50 -1
  15. package/src/apps/intercom.json +46 -1
  16. package/src/apps/jira.json +46 -1
  17. package/src/apps/late.json +30 -1
  18. package/src/apps/linear.json +46 -1
  19. package/src/apps/mailchimp.json +26 -1
  20. package/src/apps/notion.json +54 -1
  21. package/src/apps/omnikit-analytics.json +4 -5
  22. package/src/apps/omnikit-api-gateway.json +4 -5
  23. package/src/apps/omnikit-billing.json +4 -5
  24. package/src/apps/omnikit-cms.json +34 -6
  25. package/src/apps/omnikit-functions.json +4 -5
  26. package/src/apps/omnikit-intelligence.json +7 -8
  27. package/src/apps/omnikit-management.json +4 -5
  28. package/src/apps/omnikit-media.json +4 -5
  29. package/src/apps/omnikit-messaging.json +74 -6
  30. package/src/apps/omnikit-redirects.json +4 -5
  31. package/src/apps/omnikit-webhooks.json +4 -5
  32. package/src/apps/omnikit-workflows.json +4 -5
  33. package/src/apps/sendgrid-email.json +42 -1
  34. package/src/apps/shopify.json +70 -1
  35. package/src/apps/slack.json +46 -1
  36. package/src/apps/socialcast.json +26 -1
  37. package/src/apps/stripe-payments.json +54 -1
  38. package/src/apps/stripe.json +54 -1
  39. package/src/apps/twilio.json +50 -1
  40. package/src/apps/typeform.json +10 -1
@@ -270,5 +270,50 @@
270
270
  ]
271
271
  }
272
272
  }
273
- ]
273
+ ],
274
+ "webhooks": {
275
+ "signature_header": "x-slack-signature",
276
+ "events": [
277
+ {
278
+ "name": "message.received",
279
+ "description": "Message posted in a channel"
280
+ },
281
+ {
282
+ "name": "message.updated",
283
+ "description": "Message was edited"
284
+ },
285
+ {
286
+ "name": "message.deleted",
287
+ "description": "Message was deleted"
288
+ },
289
+ {
290
+ "name": "channel.created",
291
+ "description": "New channel created"
292
+ },
293
+ {
294
+ "name": "channel.archived",
295
+ "description": "Channel archived"
296
+ },
297
+ {
298
+ "name": "member.joined",
299
+ "description": "User joined a channel"
300
+ },
301
+ {
302
+ "name": "reaction.added",
303
+ "description": "Reaction added to message"
304
+ },
305
+ {
306
+ "name": "reaction.removed",
307
+ "description": "Reaction removed from message"
308
+ },
309
+ {
310
+ "name": "app.mention",
311
+ "description": "Bot was mentioned"
312
+ },
313
+ {
314
+ "name": "team.join",
315
+ "description": "New user joined workspace"
316
+ }
317
+ ]
318
+ }
274
319
  }
@@ -669,5 +669,30 @@
669
669
  ]
670
670
  }
671
671
  }
672
- ]
672
+ ],
673
+ "webhooks": {
674
+ "signature_header": "x-webhook-signature",
675
+ "events": [
676
+ {
677
+ "name": "social.comment.received",
678
+ "description": "New comment received on a post"
679
+ },
680
+ {
681
+ "name": "social.reply.received",
682
+ "description": "Reply received on a comment"
683
+ },
684
+ {
685
+ "name": "social.message.received",
686
+ "description": "Direct message received via Messenger"
687
+ },
688
+ {
689
+ "name": "social.comment.edited",
690
+ "description": "An existing comment was edited"
691
+ },
692
+ {
693
+ "name": "social.comment.deleted",
694
+ "description": "A comment was removed from a post"
695
+ }
696
+ ]
697
+ }
673
698
  }
@@ -843,5 +843,58 @@
843
843
  ]
844
844
  }
845
845
  }
846
- ]
846
+ ],
847
+ "webhooks": {
848
+ "signature_header": "stripe-signature",
849
+ "events": [
850
+ {
851
+ "name": "payment_intent.succeeded",
852
+ "description": "Occurs when a PaymentIntent successfully completes a payment"
853
+ },
854
+ {
855
+ "name": "payment_intent.payment_failed",
856
+ "description": "Occurs when a PaymentIntent fails"
857
+ },
858
+ {
859
+ "name": "customer.created",
860
+ "description": "Occurs when a new customer is created"
861
+ },
862
+ {
863
+ "name": "customer.updated",
864
+ "description": "Occurs when a customer is updated"
865
+ },
866
+ {
867
+ "name": "customer.deleted",
868
+ "description": "Occurs when a customer is deleted"
869
+ },
870
+ {
871
+ "name": "invoice.paid",
872
+ "description": "Occurs when an invoice is paid"
873
+ },
874
+ {
875
+ "name": "invoice.payment_failed",
876
+ "description": "Occurs when an invoice payment fails"
877
+ },
878
+ {
879
+ "name": "customer.subscription.created",
880
+ "description": "Occurs when a new subscription is created"
881
+ },
882
+ {
883
+ "name": "customer.subscription.updated",
884
+ "description": "Occurs when a subscription is updated"
885
+ },
886
+ {
887
+ "name": "customer.subscription.deleted",
888
+ "description": "Occurs when a subscription is cancelled"
889
+ },
890
+ {
891
+ "name": "charge.succeeded",
892
+ "description": "Occurs when a charge succeeds"
893
+ },
894
+ {
895
+ "name": "charge.refunded",
896
+ "description": "Occurs when a charge is refunded"
897
+ }
898
+ ]
899
+ }
847
900
  }
@@ -521,5 +521,58 @@
521
521
  ]
522
522
  }
523
523
  }
524
- ]
524
+ ],
525
+ "webhooks": {
526
+ "signature_header": "stripe-signature",
527
+ "events": [
528
+ {
529
+ "name": "payment_intent.succeeded",
530
+ "description": "Occurs when a PaymentIntent successfully completes a payment"
531
+ },
532
+ {
533
+ "name": "payment_intent.payment_failed",
534
+ "description": "Occurs when a PaymentIntent fails"
535
+ },
536
+ {
537
+ "name": "customer.created",
538
+ "description": "Occurs when a new customer is created"
539
+ },
540
+ {
541
+ "name": "customer.updated",
542
+ "description": "Occurs when a customer is updated"
543
+ },
544
+ {
545
+ "name": "customer.deleted",
546
+ "description": "Occurs when a customer is deleted"
547
+ },
548
+ {
549
+ "name": "invoice.paid",
550
+ "description": "Occurs when an invoice is paid"
551
+ },
552
+ {
553
+ "name": "invoice.payment_failed",
554
+ "description": "Occurs when an invoice payment fails"
555
+ },
556
+ {
557
+ "name": "customer.subscription.created",
558
+ "description": "Occurs when a new subscription is created"
559
+ },
560
+ {
561
+ "name": "customer.subscription.updated",
562
+ "description": "Occurs when a subscription is updated"
563
+ },
564
+ {
565
+ "name": "customer.subscription.deleted",
566
+ "description": "Occurs when a subscription is cancelled"
567
+ },
568
+ {
569
+ "name": "charge.succeeded",
570
+ "description": "Occurs when a charge succeeds"
571
+ },
572
+ {
573
+ "name": "charge.refunded",
574
+ "description": "Occurs when a charge is refunded"
575
+ }
576
+ ]
577
+ }
525
578
  }
@@ -1004,5 +1004,54 @@
1004
1004
  ]
1005
1005
  }
1006
1006
  }
1007
- ]
1007
+ ],
1008
+ "webhooks": {
1009
+ "signature_header": "x-twilio-signature",
1010
+ "events": [
1011
+ {
1012
+ "name": "sms.received",
1013
+ "description": "Inbound SMS message received"
1014
+ },
1015
+ {
1016
+ "name": "sms.delivered",
1017
+ "description": "SMS delivery confirmed"
1018
+ },
1019
+ {
1020
+ "name": "sms.failed",
1021
+ "description": "SMS delivery failed"
1022
+ },
1023
+ {
1024
+ "name": "whatsapp.received",
1025
+ "description": "Inbound WhatsApp message received"
1026
+ },
1027
+ {
1028
+ "name": "whatsapp.delivered",
1029
+ "description": "WhatsApp message delivery confirmed"
1030
+ },
1031
+ {
1032
+ "name": "whatsapp.failed",
1033
+ "description": "WhatsApp message delivery failed"
1034
+ },
1035
+ {
1036
+ "name": "call.initiated",
1037
+ "description": "Phone call initiated"
1038
+ },
1039
+ {
1040
+ "name": "call.ringing",
1041
+ "description": "Phone call ringing"
1042
+ },
1043
+ {
1044
+ "name": "call.completed",
1045
+ "description": "Phone call completed"
1046
+ },
1047
+ {
1048
+ "name": "call.failed",
1049
+ "description": "Phone call failed"
1050
+ },
1051
+ {
1052
+ "name": "recording.completed",
1053
+ "description": "Call recording ready"
1054
+ }
1055
+ ]
1056
+ }
1008
1057
  }
@@ -206,5 +206,14 @@
206
206
  ]
207
207
  }
208
208
  }
209
- ]
209
+ ],
210
+ "webhooks": {
211
+ "signature_header": "x-typeform-signature",
212
+ "events": [
213
+ {
214
+ "name": "form_response",
215
+ "description": "New form response submitted"
216
+ }
217
+ ]
218
+ }
210
219
  }