@automate.ax/catalog 0.83.2 → 0.84.0

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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
2
2
  export { defineIntegrationCatalog, defineIntegrationService, integrationScope, type IntegrationAccountConnectionOption, type IntegrationAccountRequirement, type IntegrationConnectionDefinition, type IntegrationConnectionNotice, type IntegrationFormField, type IntegrationScopeRequirement, type IntegrationServiceDefinition, type ScopeRequirementGroup, type TriggerDefinition, type TriggerPresentation, type TriggerPresentationContext, type TriggerPresentationDetail, type TriggerScopePresentation, type TriggerPresentationValue, } from "./types.js";
3
3
  export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, type DashboardRunConfig, type DashboardRunEndpointOptions, type DashboardRunField, type HttpTriggerEndpointOptions, type HttpTriggerScope, type MailhookAddressOptions, type MailhookScope, type TriggerType, } from "./triggers/index.js";
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, whatsappService, xaiService, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, linearService, microsoftService, millionverifierService, mistralService, openaiService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, whatsappService, xaiService, } from "./catalog.js";
2
2
  export { defineIntegrationCatalog, defineIntegrationService, integrationScope, } from "./types.js";
3
3
  export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, } from "./triggers/index.js";
@@ -396,6 +396,266 @@ export declare const triggerDefinitions: {
396
396
  };
397
397
  readonly type: "trello.card.updated";
398
398
  };
399
+ readonly stripeChargeDisputeClosed: {
400
+ readonly account: {
401
+ readonly connectionOptions: readonly [{
402
+ readonly connectionMethodId: "api-key";
403
+ readonly requiredScopes: readonly [];
404
+ }];
405
+ readonly serviceId: "stripe";
406
+ };
407
+ readonly type: "stripe.charge.dispute.closed";
408
+ };
409
+ readonly stripeChargeDisputeCreated: {
410
+ readonly account: {
411
+ readonly connectionOptions: readonly [{
412
+ readonly connectionMethodId: "api-key";
413
+ readonly requiredScopes: readonly [];
414
+ }];
415
+ readonly serviceId: "stripe";
416
+ };
417
+ readonly type: "stripe.charge.dispute.created";
418
+ };
419
+ readonly stripeCheckoutSessionCompleted: {
420
+ readonly account: {
421
+ readonly connectionOptions: readonly [{
422
+ readonly connectionMethodId: "api-key";
423
+ readonly requiredScopes: readonly [];
424
+ }];
425
+ readonly serviceId: "stripe";
426
+ };
427
+ readonly type: "stripe.checkout.session.completed";
428
+ };
429
+ readonly stripeCheckoutSessionAsyncPaymentFailed: {
430
+ readonly account: {
431
+ readonly connectionOptions: readonly [{
432
+ readonly connectionMethodId: "api-key";
433
+ readonly requiredScopes: readonly [];
434
+ }];
435
+ readonly serviceId: "stripe";
436
+ };
437
+ readonly type: "stripe.checkout.session.asyncPaymentFailed";
438
+ };
439
+ readonly stripeCheckoutSessionAsyncPaymentSucceeded: {
440
+ readonly account: {
441
+ readonly connectionOptions: readonly [{
442
+ readonly connectionMethodId: "api-key";
443
+ readonly requiredScopes: readonly [];
444
+ }];
445
+ readonly serviceId: "stripe";
446
+ };
447
+ readonly type: "stripe.checkout.session.asyncPaymentSucceeded";
448
+ };
449
+ readonly stripeCheckoutSessionExpired: {
450
+ readonly account: {
451
+ readonly connectionOptions: readonly [{
452
+ readonly connectionMethodId: "api-key";
453
+ readonly requiredScopes: readonly [];
454
+ }];
455
+ readonly serviceId: "stripe";
456
+ };
457
+ readonly type: "stripe.checkout.session.expired";
458
+ };
459
+ readonly stripeCustomerCreated: {
460
+ readonly account: {
461
+ readonly connectionOptions: readonly [{
462
+ readonly connectionMethodId: "api-key";
463
+ readonly requiredScopes: readonly [];
464
+ }];
465
+ readonly serviceId: "stripe";
466
+ };
467
+ readonly type: "stripe.customer.created";
468
+ };
469
+ readonly stripeCustomerDeleted: {
470
+ readonly account: {
471
+ readonly connectionOptions: readonly [{
472
+ readonly connectionMethodId: "api-key";
473
+ readonly requiredScopes: readonly [];
474
+ }];
475
+ readonly serviceId: "stripe";
476
+ };
477
+ readonly type: "stripe.customer.deleted";
478
+ };
479
+ readonly stripeCustomerSubscriptionCreated: {
480
+ readonly account: {
481
+ readonly connectionOptions: readonly [{
482
+ readonly connectionMethodId: "api-key";
483
+ readonly requiredScopes: readonly [];
484
+ }];
485
+ readonly serviceId: "stripe";
486
+ };
487
+ readonly type: "stripe.customer.subscription.created";
488
+ };
489
+ readonly stripeCustomerSubscriptionDeleted: {
490
+ readonly account: {
491
+ readonly connectionOptions: readonly [{
492
+ readonly connectionMethodId: "api-key";
493
+ readonly requiredScopes: readonly [];
494
+ }];
495
+ readonly serviceId: "stripe";
496
+ };
497
+ readonly type: "stripe.customer.subscription.deleted";
498
+ };
499
+ readonly stripeCustomerSubscriptionTrialWillEnd: {
500
+ readonly account: {
501
+ readonly connectionOptions: readonly [{
502
+ readonly connectionMethodId: "api-key";
503
+ readonly requiredScopes: readonly [];
504
+ }];
505
+ readonly serviceId: "stripe";
506
+ };
507
+ readonly type: "stripe.customer.subscription.trialWillEnd";
508
+ };
509
+ readonly stripeCustomerSubscriptionUpdated: {
510
+ readonly account: {
511
+ readonly connectionOptions: readonly [{
512
+ readonly connectionMethodId: "api-key";
513
+ readonly requiredScopes: readonly [];
514
+ }];
515
+ readonly serviceId: "stripe";
516
+ };
517
+ readonly type: "stripe.customer.subscription.updated";
518
+ };
519
+ readonly stripeCustomerUpdated: {
520
+ readonly account: {
521
+ readonly connectionOptions: readonly [{
522
+ readonly connectionMethodId: "api-key";
523
+ readonly requiredScopes: readonly [];
524
+ }];
525
+ readonly serviceId: "stripe";
526
+ };
527
+ readonly type: "stripe.customer.updated";
528
+ };
529
+ readonly stripeEvent: {
530
+ readonly account: {
531
+ readonly connectionOptions: readonly [{
532
+ readonly connectionMethodId: "api-key";
533
+ readonly requiredScopes: readonly [];
534
+ }];
535
+ readonly serviceId: "stripe";
536
+ };
537
+ readonly type: "stripe.event";
538
+ };
539
+ readonly stripeInvoiceFinalized: {
540
+ readonly account: {
541
+ readonly connectionOptions: readonly [{
542
+ readonly connectionMethodId: "api-key";
543
+ readonly requiredScopes: readonly [];
544
+ }];
545
+ readonly serviceId: "stripe";
546
+ };
547
+ readonly type: "stripe.invoice.finalized";
548
+ };
549
+ readonly stripeInvoiceOverdue: {
550
+ readonly account: {
551
+ readonly connectionOptions: readonly [{
552
+ readonly connectionMethodId: "api-key";
553
+ readonly requiredScopes: readonly [];
554
+ }];
555
+ readonly serviceId: "stripe";
556
+ };
557
+ readonly type: "stripe.invoice.overdue";
558
+ };
559
+ readonly stripeInvoicePaid: {
560
+ readonly account: {
561
+ readonly connectionOptions: readonly [{
562
+ readonly connectionMethodId: "api-key";
563
+ readonly requiredScopes: readonly [];
564
+ }];
565
+ readonly serviceId: "stripe";
566
+ };
567
+ readonly type: "stripe.invoice.paid";
568
+ };
569
+ readonly stripeInvoicePaymentFailed: {
570
+ readonly account: {
571
+ readonly connectionOptions: readonly [{
572
+ readonly connectionMethodId: "api-key";
573
+ readonly requiredScopes: readonly [];
574
+ }];
575
+ readonly serviceId: "stripe";
576
+ };
577
+ readonly type: "stripe.invoice.paymentFailed";
578
+ };
579
+ readonly stripeInvoiceVoided: {
580
+ readonly account: {
581
+ readonly connectionOptions: readonly [{
582
+ readonly connectionMethodId: "api-key";
583
+ readonly requiredScopes: readonly [];
584
+ }];
585
+ readonly serviceId: "stripe";
586
+ };
587
+ readonly type: "stripe.invoice.voided";
588
+ };
589
+ readonly stripePaymentIntentCanceled: {
590
+ readonly account: {
591
+ readonly connectionOptions: readonly [{
592
+ readonly connectionMethodId: "api-key";
593
+ readonly requiredScopes: readonly [];
594
+ }];
595
+ readonly serviceId: "stripe";
596
+ };
597
+ readonly type: "stripe.paymentIntent.canceled";
598
+ };
599
+ readonly stripePaymentIntentPaymentFailed: {
600
+ readonly account: {
601
+ readonly connectionOptions: readonly [{
602
+ readonly connectionMethodId: "api-key";
603
+ readonly requiredScopes: readonly [];
604
+ }];
605
+ readonly serviceId: "stripe";
606
+ };
607
+ readonly type: "stripe.paymentIntent.paymentFailed";
608
+ };
609
+ readonly stripePaymentIntentSucceeded: {
610
+ readonly account: {
611
+ readonly connectionOptions: readonly [{
612
+ readonly connectionMethodId: "api-key";
613
+ readonly requiredScopes: readonly [];
614
+ }];
615
+ readonly serviceId: "stripe";
616
+ };
617
+ readonly type: "stripe.paymentIntent.succeeded";
618
+ };
619
+ readonly stripePayoutFailed: {
620
+ readonly account: {
621
+ readonly connectionOptions: readonly [{
622
+ readonly connectionMethodId: "api-key";
623
+ readonly requiredScopes: readonly [];
624
+ }];
625
+ readonly serviceId: "stripe";
626
+ };
627
+ readonly type: "stripe.payout.failed";
628
+ };
629
+ readonly stripePayoutPaid: {
630
+ readonly account: {
631
+ readonly connectionOptions: readonly [{
632
+ readonly connectionMethodId: "api-key";
633
+ readonly requiredScopes: readonly [];
634
+ }];
635
+ readonly serviceId: "stripe";
636
+ };
637
+ readonly type: "stripe.payout.paid";
638
+ };
639
+ readonly stripeRefundCreated: {
640
+ readonly account: {
641
+ readonly connectionOptions: readonly [{
642
+ readonly connectionMethodId: "api-key";
643
+ readonly requiredScopes: readonly [];
644
+ }];
645
+ readonly serviceId: "stripe";
646
+ };
647
+ readonly type: "stripe.refund.created";
648
+ };
649
+ readonly stripeRefundFailed: {
650
+ readonly account: {
651
+ readonly connectionOptions: readonly [{
652
+ readonly connectionMethodId: "api-key";
653
+ readonly requiredScopes: readonly [];
654
+ }];
655
+ readonly serviceId: "stripe";
656
+ };
657
+ readonly type: "stripe.refund.failed";
658
+ };
399
659
  readonly slackAppMentioned: {
400
660
  readonly account: {
401
661
  readonly connectionOptions: readonly [{
@@ -2637,6 +2897,266 @@ export declare const triggerCatalog: ({
2637
2897
  readonly serviceId: "slack";
2638
2898
  };
2639
2899
  type: "slack.reaction.removed";
2900
+ } | {
2901
+ name: string;
2902
+ account: {
2903
+ readonly connectionOptions: readonly [{
2904
+ readonly connectionMethodId: "api-key";
2905
+ readonly requiredScopes: readonly [];
2906
+ }];
2907
+ readonly serviceId: "stripe";
2908
+ };
2909
+ type: "stripe.charge.dispute.closed";
2910
+ } | {
2911
+ name: string;
2912
+ account: {
2913
+ readonly connectionOptions: readonly [{
2914
+ readonly connectionMethodId: "api-key";
2915
+ readonly requiredScopes: readonly [];
2916
+ }];
2917
+ readonly serviceId: "stripe";
2918
+ };
2919
+ type: "stripe.charge.dispute.created";
2920
+ } | {
2921
+ name: string;
2922
+ account: {
2923
+ readonly connectionOptions: readonly [{
2924
+ readonly connectionMethodId: "api-key";
2925
+ readonly requiredScopes: readonly [];
2926
+ }];
2927
+ readonly serviceId: "stripe";
2928
+ };
2929
+ type: "stripe.checkout.session.completed";
2930
+ } | {
2931
+ name: string;
2932
+ account: {
2933
+ readonly connectionOptions: readonly [{
2934
+ readonly connectionMethodId: "api-key";
2935
+ readonly requiredScopes: readonly [];
2936
+ }];
2937
+ readonly serviceId: "stripe";
2938
+ };
2939
+ type: "stripe.checkout.session.asyncPaymentFailed";
2940
+ } | {
2941
+ name: string;
2942
+ account: {
2943
+ readonly connectionOptions: readonly [{
2944
+ readonly connectionMethodId: "api-key";
2945
+ readonly requiredScopes: readonly [];
2946
+ }];
2947
+ readonly serviceId: "stripe";
2948
+ };
2949
+ type: "stripe.checkout.session.asyncPaymentSucceeded";
2950
+ } | {
2951
+ name: string;
2952
+ account: {
2953
+ readonly connectionOptions: readonly [{
2954
+ readonly connectionMethodId: "api-key";
2955
+ readonly requiredScopes: readonly [];
2956
+ }];
2957
+ readonly serviceId: "stripe";
2958
+ };
2959
+ type: "stripe.checkout.session.expired";
2960
+ } | {
2961
+ name: string;
2962
+ account: {
2963
+ readonly connectionOptions: readonly [{
2964
+ readonly connectionMethodId: "api-key";
2965
+ readonly requiredScopes: readonly [];
2966
+ }];
2967
+ readonly serviceId: "stripe";
2968
+ };
2969
+ type: "stripe.customer.created";
2970
+ } | {
2971
+ name: string;
2972
+ account: {
2973
+ readonly connectionOptions: readonly [{
2974
+ readonly connectionMethodId: "api-key";
2975
+ readonly requiredScopes: readonly [];
2976
+ }];
2977
+ readonly serviceId: "stripe";
2978
+ };
2979
+ type: "stripe.customer.deleted";
2980
+ } | {
2981
+ name: string;
2982
+ account: {
2983
+ readonly connectionOptions: readonly [{
2984
+ readonly connectionMethodId: "api-key";
2985
+ readonly requiredScopes: readonly [];
2986
+ }];
2987
+ readonly serviceId: "stripe";
2988
+ };
2989
+ type: "stripe.customer.subscription.created";
2990
+ } | {
2991
+ name: string;
2992
+ account: {
2993
+ readonly connectionOptions: readonly [{
2994
+ readonly connectionMethodId: "api-key";
2995
+ readonly requiredScopes: readonly [];
2996
+ }];
2997
+ readonly serviceId: "stripe";
2998
+ };
2999
+ type: "stripe.customer.subscription.deleted";
3000
+ } | {
3001
+ name: string;
3002
+ account: {
3003
+ readonly connectionOptions: readonly [{
3004
+ readonly connectionMethodId: "api-key";
3005
+ readonly requiredScopes: readonly [];
3006
+ }];
3007
+ readonly serviceId: "stripe";
3008
+ };
3009
+ type: "stripe.customer.subscription.trialWillEnd";
3010
+ } | {
3011
+ name: string;
3012
+ account: {
3013
+ readonly connectionOptions: readonly [{
3014
+ readonly connectionMethodId: "api-key";
3015
+ readonly requiredScopes: readonly [];
3016
+ }];
3017
+ readonly serviceId: "stripe";
3018
+ };
3019
+ type: "stripe.customer.subscription.updated";
3020
+ } | {
3021
+ name: string;
3022
+ account: {
3023
+ readonly connectionOptions: readonly [{
3024
+ readonly connectionMethodId: "api-key";
3025
+ readonly requiredScopes: readonly [];
3026
+ }];
3027
+ readonly serviceId: "stripe";
3028
+ };
3029
+ type: "stripe.customer.updated";
3030
+ } | {
3031
+ name: string;
3032
+ account: {
3033
+ readonly connectionOptions: readonly [{
3034
+ readonly connectionMethodId: "api-key";
3035
+ readonly requiredScopes: readonly [];
3036
+ }];
3037
+ readonly serviceId: "stripe";
3038
+ };
3039
+ type: "stripe.event";
3040
+ } | {
3041
+ name: string;
3042
+ account: {
3043
+ readonly connectionOptions: readonly [{
3044
+ readonly connectionMethodId: "api-key";
3045
+ readonly requiredScopes: readonly [];
3046
+ }];
3047
+ readonly serviceId: "stripe";
3048
+ };
3049
+ type: "stripe.invoice.finalized";
3050
+ } | {
3051
+ name: string;
3052
+ account: {
3053
+ readonly connectionOptions: readonly [{
3054
+ readonly connectionMethodId: "api-key";
3055
+ readonly requiredScopes: readonly [];
3056
+ }];
3057
+ readonly serviceId: "stripe";
3058
+ };
3059
+ type: "stripe.invoice.overdue";
3060
+ } | {
3061
+ name: string;
3062
+ account: {
3063
+ readonly connectionOptions: readonly [{
3064
+ readonly connectionMethodId: "api-key";
3065
+ readonly requiredScopes: readonly [];
3066
+ }];
3067
+ readonly serviceId: "stripe";
3068
+ };
3069
+ type: "stripe.invoice.paid";
3070
+ } | {
3071
+ name: string;
3072
+ account: {
3073
+ readonly connectionOptions: readonly [{
3074
+ readonly connectionMethodId: "api-key";
3075
+ readonly requiredScopes: readonly [];
3076
+ }];
3077
+ readonly serviceId: "stripe";
3078
+ };
3079
+ type: "stripe.invoice.paymentFailed";
3080
+ } | {
3081
+ name: string;
3082
+ account: {
3083
+ readonly connectionOptions: readonly [{
3084
+ readonly connectionMethodId: "api-key";
3085
+ readonly requiredScopes: readonly [];
3086
+ }];
3087
+ readonly serviceId: "stripe";
3088
+ };
3089
+ type: "stripe.invoice.voided";
3090
+ } | {
3091
+ name: string;
3092
+ account: {
3093
+ readonly connectionOptions: readonly [{
3094
+ readonly connectionMethodId: "api-key";
3095
+ readonly requiredScopes: readonly [];
3096
+ }];
3097
+ readonly serviceId: "stripe";
3098
+ };
3099
+ type: "stripe.paymentIntent.canceled";
3100
+ } | {
3101
+ name: string;
3102
+ account: {
3103
+ readonly connectionOptions: readonly [{
3104
+ readonly connectionMethodId: "api-key";
3105
+ readonly requiredScopes: readonly [];
3106
+ }];
3107
+ readonly serviceId: "stripe";
3108
+ };
3109
+ type: "stripe.paymentIntent.paymentFailed";
3110
+ } | {
3111
+ name: string;
3112
+ account: {
3113
+ readonly connectionOptions: readonly [{
3114
+ readonly connectionMethodId: "api-key";
3115
+ readonly requiredScopes: readonly [];
3116
+ }];
3117
+ readonly serviceId: "stripe";
3118
+ };
3119
+ type: "stripe.paymentIntent.succeeded";
3120
+ } | {
3121
+ name: string;
3122
+ account: {
3123
+ readonly connectionOptions: readonly [{
3124
+ readonly connectionMethodId: "api-key";
3125
+ readonly requiredScopes: readonly [];
3126
+ }];
3127
+ readonly serviceId: "stripe";
3128
+ };
3129
+ type: "stripe.payout.failed";
3130
+ } | {
3131
+ name: string;
3132
+ account: {
3133
+ readonly connectionOptions: readonly [{
3134
+ readonly connectionMethodId: "api-key";
3135
+ readonly requiredScopes: readonly [];
3136
+ }];
3137
+ readonly serviceId: "stripe";
3138
+ };
3139
+ type: "stripe.payout.paid";
3140
+ } | {
3141
+ name: string;
3142
+ account: {
3143
+ readonly connectionOptions: readonly [{
3144
+ readonly connectionMethodId: "api-key";
3145
+ readonly requiredScopes: readonly [];
3146
+ }];
3147
+ readonly serviceId: "stripe";
3148
+ };
3149
+ type: "stripe.refund.created";
3150
+ } | {
3151
+ name: string;
3152
+ account: {
3153
+ readonly connectionOptions: readonly [{
3154
+ readonly connectionMethodId: "api-key";
3155
+ readonly requiredScopes: readonly [];
3156
+ }];
3157
+ readonly serviceId: "stripe";
3158
+ };
3159
+ type: "stripe.refund.failed";
2640
3160
  } | {
2641
3161
  name: string;
2642
3162
  account: {
@@ -9,6 +9,7 @@ import { linearTriggerDefinitions } from "./linear.js";
9
9
  import { microsoftTriggerDefinitions } from "./microsoft.js";
10
10
  import { resendTriggerDefinitions } from "./resend.js";
11
11
  import { slackTriggerDefinitions } from "./slack.js";
12
+ import { stripeTriggerDefinitions } from "./stripe.js";
12
13
  import { trelloTriggerDefinitions } from "./trello.js";
13
14
  import { vercelTriggerDefinitions } from "./vercel.js";
14
15
  import { whatsappTriggerDefinitions } from "./whatsapp.js";
@@ -28,6 +29,7 @@ export const triggerDefinitions = {
28
29
  ...microsoftTriggerDefinitions,
29
30
  ...resendTriggerDefinitions,
30
31
  ...slackTriggerDefinitions,
32
+ ...stripeTriggerDefinitions,
31
33
  ...trelloTriggerDefinitions,
32
34
  ...vercelTriggerDefinitions,
33
35
  ...whatsappTriggerDefinitions,