@automate.ax/catalog 0.114.4 → 0.115.2

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.
@@ -5174,114 +5174,405 @@ export declare const triggerDefinitions: {
5174
5174
  readonly name: "Convex event";
5175
5175
  readonly type: "convex.event.received";
5176
5176
  };
5177
- readonly brevoTransactionalBlocked: {
5178
- readonly account: {
5177
+ readonly brevoEvent: {
5178
+ type: "brevo.event";
5179
+ name?: string | undefined;
5180
+ account: {
5179
5181
  readonly connectionOptions: readonly [{
5180
5182
  readonly requiredScopes: readonly [];
5181
5183
  }];
5182
5184
  readonly serviceId: "brevo";
5183
5185
  };
5184
- readonly name: "Brevo email blocked";
5185
- readonly type: "brevo.transactional.blocked";
5186
5186
  };
5187
- readonly brevoTransactionalClicked: {
5188
- readonly account: {
5187
+ readonly brevoTransactionalEmailEvent: {
5188
+ type: "brevo.transactionalEmail.event";
5189
+ name?: string | undefined;
5190
+ account: {
5189
5191
  readonly connectionOptions: readonly [{
5190
5192
  readonly requiredScopes: readonly [];
5191
5193
  }];
5192
5194
  readonly serviceId: "brevo";
5193
5195
  };
5194
- readonly name: "Brevo email clicked";
5195
- readonly type: "brevo.transactional.clicked";
5196
5196
  };
5197
- readonly brevoTransactionalDeferred: {
5198
- readonly account: {
5197
+ readonly brevoTransactionalEmailSent: {
5198
+ type: "brevo.transactionalEmail.sent";
5199
+ name?: string | undefined;
5200
+ account: {
5199
5201
  readonly connectionOptions: readonly [{
5200
5202
  readonly requiredScopes: readonly [];
5201
5203
  }];
5202
5204
  readonly serviceId: "brevo";
5203
5205
  };
5204
- readonly name: "Brevo email deferred";
5205
- readonly type: "brevo.transactional.deferred";
5206
5206
  };
5207
- readonly brevoTransactionalDelivered: {
5208
- readonly account: {
5207
+ readonly brevoTransactionalEmailDelivered: {
5208
+ type: "brevo.transactionalEmail.delivered";
5209
+ name?: string | undefined;
5210
+ account: {
5209
5211
  readonly connectionOptions: readonly [{
5210
5212
  readonly requiredScopes: readonly [];
5211
5213
  }];
5212
5214
  readonly serviceId: "brevo";
5213
5215
  };
5214
- readonly name: "Brevo email delivered";
5215
- readonly type: "brevo.transactional.delivered";
5216
5216
  };
5217
- readonly brevoTransactionalEvent: {
5218
- readonly account: {
5217
+ readonly brevoTransactionalEmailHardBounced: {
5218
+ type: "brevo.transactionalEmail.hardBounced";
5219
+ name?: string | undefined;
5220
+ account: {
5219
5221
  readonly connectionOptions: readonly [{
5220
5222
  readonly requiredScopes: readonly [];
5221
5223
  }];
5222
5224
  readonly serviceId: "brevo";
5223
5225
  };
5224
- readonly type: "brevo.transactional.event";
5225
5226
  };
5226
- readonly brevoTransactionalHardBounced: {
5227
- readonly account: {
5227
+ readonly brevoTransactionalEmailSoftBounced: {
5228
+ type: "brevo.transactionalEmail.softBounced";
5229
+ name?: string | undefined;
5230
+ account: {
5228
5231
  readonly connectionOptions: readonly [{
5229
5232
  readonly requiredScopes: readonly [];
5230
5233
  }];
5231
5234
  readonly serviceId: "brevo";
5232
5235
  };
5233
- readonly name: "Brevo email hard bounced";
5234
- readonly type: "brevo.transactional.hardBounced";
5235
5236
  };
5236
- readonly brevoTransactionalMarkedAsSpam: {
5237
- readonly account: {
5237
+ readonly brevoTransactionalEmailBlocked: {
5238
+ type: "brevo.transactionalEmail.blocked";
5239
+ name?: string | undefined;
5240
+ account: {
5238
5241
  readonly connectionOptions: readonly [{
5239
5242
  readonly requiredScopes: readonly [];
5240
5243
  }];
5241
5244
  readonly serviceId: "brevo";
5242
5245
  };
5243
- readonly name: "Brevo email marked as spam";
5244
- readonly type: "brevo.transactional.markedAsSpam";
5245
5246
  };
5246
- readonly brevoTransactionalOpened: {
5247
- readonly account: {
5247
+ readonly brevoTransactionalEmailMarkedAsSpam: {
5248
+ type: "brevo.transactionalEmail.markedAsSpam";
5249
+ name?: string | undefined;
5250
+ account: {
5248
5251
  readonly connectionOptions: readonly [{
5249
5252
  readonly requiredScopes: readonly [];
5250
5253
  }];
5251
5254
  readonly serviceId: "brevo";
5252
5255
  };
5253
- readonly name: "Brevo email opened";
5254
- readonly type: "brevo.transactional.opened";
5255
5256
  };
5256
- readonly brevoTransactionalSent: {
5257
- readonly account: {
5257
+ readonly brevoTransactionalEmailInvalid: {
5258
+ type: "brevo.transactionalEmail.invalid";
5259
+ name?: string | undefined;
5260
+ account: {
5258
5261
  readonly connectionOptions: readonly [{
5259
5262
  readonly requiredScopes: readonly [];
5260
5263
  }];
5261
5264
  readonly serviceId: "brevo";
5262
5265
  };
5263
- readonly name: "Brevo email sent";
5264
- readonly type: "brevo.transactional.sent";
5265
5266
  };
5266
- readonly brevoTransactionalSoftBounced: {
5267
- readonly account: {
5267
+ readonly brevoTransactionalEmailDeferred: {
5268
+ type: "brevo.transactionalEmail.deferred";
5269
+ name?: string | undefined;
5270
+ account: {
5268
5271
  readonly connectionOptions: readonly [{
5269
5272
  readonly requiredScopes: readonly [];
5270
5273
  }];
5271
5274
  readonly serviceId: "brevo";
5272
5275
  };
5273
- readonly name: "Brevo email soft bounced";
5274
- readonly type: "brevo.transactional.softBounced";
5275
5276
  };
5276
- readonly brevoTransactionalUnsubscribed: {
5277
- readonly account: {
5277
+ readonly brevoTransactionalEmailClicked: {
5278
+ type: "brevo.transactionalEmail.clicked";
5279
+ name?: string | undefined;
5280
+ account: {
5281
+ readonly connectionOptions: readonly [{
5282
+ readonly requiredScopes: readonly [];
5283
+ }];
5284
+ readonly serviceId: "brevo";
5285
+ };
5286
+ };
5287
+ readonly brevoTransactionalEmailOpened: {
5288
+ type: "brevo.transactionalEmail.opened";
5289
+ name?: string | undefined;
5290
+ account: {
5291
+ readonly connectionOptions: readonly [{
5292
+ readonly requiredScopes: readonly [];
5293
+ }];
5294
+ readonly serviceId: "brevo";
5295
+ };
5296
+ };
5297
+ readonly brevoTransactionalEmailFirstOpened: {
5298
+ type: "brevo.transactionalEmail.firstOpened";
5299
+ name?: string | undefined;
5300
+ account: {
5301
+ readonly connectionOptions: readonly [{
5302
+ readonly requiredScopes: readonly [];
5303
+ }];
5304
+ readonly serviceId: "brevo";
5305
+ };
5306
+ };
5307
+ readonly brevoTransactionalEmailUnsubscribed: {
5308
+ type: "brevo.transactionalEmail.unsubscribed";
5309
+ name?: string | undefined;
5310
+ account: {
5311
+ readonly connectionOptions: readonly [{
5312
+ readonly requiredScopes: readonly [];
5313
+ }];
5314
+ readonly serviceId: "brevo";
5315
+ };
5316
+ };
5317
+ readonly brevoTransactionalSmsEvent: {
5318
+ type: "brevo.transactionalSms.event";
5319
+ name?: string | undefined;
5320
+ account: {
5321
+ readonly connectionOptions: readonly [{
5322
+ readonly requiredScopes: readonly [];
5323
+ }];
5324
+ readonly serviceId: "brevo";
5325
+ };
5326
+ };
5327
+ readonly brevoTransactionalSmsSent: {
5328
+ type: "brevo.transactionalSms.sent";
5329
+ name?: string | undefined;
5330
+ account: {
5331
+ readonly connectionOptions: readonly [{
5332
+ readonly requiredScopes: readonly [];
5333
+ }];
5334
+ readonly serviceId: "brevo";
5335
+ };
5336
+ };
5337
+ readonly brevoTransactionalSmsDelivered: {
5338
+ type: "brevo.transactionalSms.delivered";
5339
+ name?: string | undefined;
5340
+ account: {
5341
+ readonly connectionOptions: readonly [{
5342
+ readonly requiredScopes: readonly [];
5343
+ }];
5344
+ readonly serviceId: "brevo";
5345
+ };
5346
+ };
5347
+ readonly brevoTransactionalSmsHardBounced: {
5348
+ type: "brevo.transactionalSms.hardBounced";
5349
+ name?: string | undefined;
5350
+ account: {
5351
+ readonly connectionOptions: readonly [{
5352
+ readonly requiredScopes: readonly [];
5353
+ }];
5354
+ readonly serviceId: "brevo";
5355
+ };
5356
+ };
5357
+ readonly brevoTransactionalSmsSoftBounced: {
5358
+ type: "brevo.transactionalSms.softBounced";
5359
+ name?: string | undefined;
5360
+ account: {
5361
+ readonly connectionOptions: readonly [{
5362
+ readonly requiredScopes: readonly [];
5363
+ }];
5364
+ readonly serviceId: "brevo";
5365
+ };
5366
+ };
5367
+ readonly brevoTransactionalSmsReplied: {
5368
+ type: "brevo.transactionalSms.replied";
5369
+ name?: string | undefined;
5370
+ account: {
5371
+ readonly connectionOptions: readonly [{
5372
+ readonly requiredScopes: readonly [];
5373
+ }];
5374
+ readonly serviceId: "brevo";
5375
+ };
5376
+ };
5377
+ readonly brevoTransactionalSmsUnsubscribed: {
5378
+ type: "brevo.transactionalSms.unsubscribed";
5379
+ name?: string | undefined;
5380
+ account: {
5381
+ readonly connectionOptions: readonly [{
5382
+ readonly requiredScopes: readonly [];
5383
+ }];
5384
+ readonly serviceId: "brevo";
5385
+ };
5386
+ };
5387
+ readonly brevoMarketingEmailEvent: {
5388
+ type: "brevo.marketingEmail.event";
5389
+ name?: string | undefined;
5390
+ account: {
5391
+ readonly connectionOptions: readonly [{
5392
+ readonly requiredScopes: readonly [];
5393
+ }];
5394
+ readonly serviceId: "brevo";
5395
+ };
5396
+ };
5397
+ readonly brevoMarketingEmailDelivered: {
5398
+ type: "brevo.marketingEmail.delivered";
5399
+ name?: string | undefined;
5400
+ account: {
5401
+ readonly connectionOptions: readonly [{
5402
+ readonly requiredScopes: readonly [];
5403
+ }];
5404
+ readonly serviceId: "brevo";
5405
+ };
5406
+ };
5407
+ readonly brevoMarketingEmailHardBounced: {
5408
+ type: "brevo.marketingEmail.hardBounced";
5409
+ name?: string | undefined;
5410
+ account: {
5411
+ readonly connectionOptions: readonly [{
5412
+ readonly requiredScopes: readonly [];
5413
+ }];
5414
+ readonly serviceId: "brevo";
5415
+ };
5416
+ };
5417
+ readonly brevoMarketingEmailSoftBounced: {
5418
+ type: "brevo.marketingEmail.softBounced";
5419
+ name?: string | undefined;
5420
+ account: {
5421
+ readonly connectionOptions: readonly [{
5422
+ readonly requiredScopes: readonly [];
5423
+ }];
5424
+ readonly serviceId: "brevo";
5425
+ };
5426
+ };
5427
+ readonly brevoMarketingEmailMarkedAsSpam: {
5428
+ type: "brevo.marketingEmail.markedAsSpam";
5429
+ name?: string | undefined;
5430
+ account: {
5431
+ readonly connectionOptions: readonly [{
5432
+ readonly requiredScopes: readonly [];
5433
+ }];
5434
+ readonly serviceId: "brevo";
5435
+ };
5436
+ };
5437
+ readonly brevoMarketingEmailOpened: {
5438
+ type: "brevo.marketingEmail.opened";
5439
+ name?: string | undefined;
5440
+ account: {
5441
+ readonly connectionOptions: readonly [{
5442
+ readonly requiredScopes: readonly [];
5443
+ }];
5444
+ readonly serviceId: "brevo";
5445
+ };
5446
+ };
5447
+ readonly brevoMarketingEmailClicked: {
5448
+ type: "brevo.marketingEmail.clicked";
5449
+ name?: string | undefined;
5450
+ account: {
5451
+ readonly connectionOptions: readonly [{
5452
+ readonly requiredScopes: readonly [];
5453
+ }];
5454
+ readonly serviceId: "brevo";
5455
+ };
5456
+ };
5457
+ readonly brevoMarketingEmailUnsubscribed: {
5458
+ type: "brevo.marketingEmail.unsubscribed";
5459
+ name?: string | undefined;
5460
+ account: {
5461
+ readonly connectionOptions: readonly [{
5462
+ readonly requiredScopes: readonly [];
5463
+ }];
5464
+ readonly serviceId: "brevo";
5465
+ };
5466
+ };
5467
+ readonly brevoContactEvent: {
5468
+ type: "brevo.contact.event";
5469
+ name?: string | undefined;
5470
+ account: {
5471
+ readonly connectionOptions: readonly [{
5472
+ readonly requiredScopes: readonly [];
5473
+ }];
5474
+ readonly serviceId: "brevo";
5475
+ };
5476
+ };
5477
+ readonly brevoContactAddedToList: {
5478
+ type: "brevo.contact.addedToList";
5479
+ name?: string | undefined;
5480
+ account: {
5481
+ readonly connectionOptions: readonly [{
5482
+ readonly requiredScopes: readonly [];
5483
+ }];
5484
+ readonly serviceId: "brevo";
5485
+ };
5486
+ };
5487
+ readonly brevoContactUpdated: {
5488
+ type: "brevo.contact.updated";
5489
+ name?: string | undefined;
5490
+ account: {
5491
+ readonly connectionOptions: readonly [{
5492
+ readonly requiredScopes: readonly [];
5493
+ }];
5494
+ readonly serviceId: "brevo";
5495
+ };
5496
+ };
5497
+ readonly brevoContactDeleted: {
5498
+ type: "brevo.contact.deleted";
5499
+ name?: string | undefined;
5500
+ account: {
5501
+ readonly connectionOptions: readonly [{
5502
+ readonly requiredScopes: readonly [];
5503
+ }];
5504
+ readonly serviceId: "brevo";
5505
+ };
5506
+ };
5507
+ readonly brevoMarketingSmsEvent: {
5508
+ type: "brevo.marketingSms.event";
5509
+ name?: string | undefined;
5510
+ account: {
5511
+ readonly connectionOptions: readonly [{
5512
+ readonly requiredScopes: readonly [];
5513
+ }];
5514
+ readonly serviceId: "brevo";
5515
+ };
5516
+ };
5517
+ readonly brevoMarketingSmsSent: {
5518
+ type: "brevo.marketingSms.sent";
5519
+ name?: string | undefined;
5520
+ account: {
5521
+ readonly connectionOptions: readonly [{
5522
+ readonly requiredScopes: readonly [];
5523
+ }];
5524
+ readonly serviceId: "brevo";
5525
+ };
5526
+ };
5527
+ readonly brevoMarketingSmsDelivered: {
5528
+ type: "brevo.marketingSms.delivered";
5529
+ name?: string | undefined;
5530
+ account: {
5531
+ readonly connectionOptions: readonly [{
5532
+ readonly requiredScopes: readonly [];
5533
+ }];
5534
+ readonly serviceId: "brevo";
5535
+ };
5536
+ };
5537
+ readonly brevoMarketingSmsHardBounced: {
5538
+ type: "brevo.marketingSms.hardBounced";
5539
+ name?: string | undefined;
5540
+ account: {
5541
+ readonly connectionOptions: readonly [{
5542
+ readonly requiredScopes: readonly [];
5543
+ }];
5544
+ readonly serviceId: "brevo";
5545
+ };
5546
+ };
5547
+ readonly brevoMarketingSmsSoftBounced: {
5548
+ type: "brevo.marketingSms.softBounced";
5549
+ name?: string | undefined;
5550
+ account: {
5551
+ readonly connectionOptions: readonly [{
5552
+ readonly requiredScopes: readonly [];
5553
+ }];
5554
+ readonly serviceId: "brevo";
5555
+ };
5556
+ };
5557
+ readonly brevoMarketingSmsReplied: {
5558
+ type: "brevo.marketingSms.replied";
5559
+ name?: string | undefined;
5560
+ account: {
5561
+ readonly connectionOptions: readonly [{
5562
+ readonly requiredScopes: readonly [];
5563
+ }];
5564
+ readonly serviceId: "brevo";
5565
+ };
5566
+ };
5567
+ readonly brevoMarketingSmsUnsubscribed: {
5568
+ type: "brevo.marketingSms.unsubscribed";
5569
+ name?: string | undefined;
5570
+ account: {
5278
5571
  readonly connectionOptions: readonly [{
5279
5572
  readonly requiredScopes: readonly [];
5280
5573
  }];
5281
5574
  readonly serviceId: "brevo";
5282
5575
  };
5283
- readonly name: "Brevo email unsubscribed";
5284
- readonly type: "brevo.transactional.unsubscribed";
5285
5576
  };
5286
5577
  readonly asanaAttachmentDeleted: {
5287
5578
  readonly account: {
@@ -6481,103 +6772,364 @@ export declare const triggerCatalog: ({
6481
6772
  type: "asana.task.unassigned";
6482
6773
  } | {
6483
6774
  name: string;
6775
+ type: "brevo.event";
6776
+ account: {
6777
+ readonly connectionOptions: readonly [{
6778
+ readonly requiredScopes: readonly [];
6779
+ }];
6780
+ readonly serviceId: "brevo";
6781
+ };
6782
+ } | {
6783
+ name: string;
6784
+ type: "brevo.transactionalEmail.event";
6785
+ account: {
6786
+ readonly connectionOptions: readonly [{
6787
+ readonly requiredScopes: readonly [];
6788
+ }];
6789
+ readonly serviceId: "brevo";
6790
+ };
6791
+ } | {
6792
+ name: string;
6793
+ type: "brevo.transactionalEmail.sent";
6794
+ account: {
6795
+ readonly connectionOptions: readonly [{
6796
+ readonly requiredScopes: readonly [];
6797
+ }];
6798
+ readonly serviceId: "brevo";
6799
+ };
6800
+ } | {
6801
+ name: string;
6802
+ type: "brevo.transactionalEmail.delivered";
6803
+ account: {
6804
+ readonly connectionOptions: readonly [{
6805
+ readonly requiredScopes: readonly [];
6806
+ }];
6807
+ readonly serviceId: "brevo";
6808
+ };
6809
+ } | {
6810
+ name: string;
6811
+ type: "brevo.transactionalEmail.hardBounced";
6812
+ account: {
6813
+ readonly connectionOptions: readonly [{
6814
+ readonly requiredScopes: readonly [];
6815
+ }];
6816
+ readonly serviceId: "brevo";
6817
+ };
6818
+ } | {
6819
+ name: string;
6820
+ type: "brevo.transactionalEmail.softBounced";
6821
+ account: {
6822
+ readonly connectionOptions: readonly [{
6823
+ readonly requiredScopes: readonly [];
6824
+ }];
6825
+ readonly serviceId: "brevo";
6826
+ };
6827
+ } | {
6828
+ name: string;
6829
+ type: "brevo.transactionalEmail.blocked";
6830
+ account: {
6831
+ readonly connectionOptions: readonly [{
6832
+ readonly requiredScopes: readonly [];
6833
+ }];
6834
+ readonly serviceId: "brevo";
6835
+ };
6836
+ } | {
6837
+ name: string;
6838
+ type: "brevo.transactionalEmail.markedAsSpam";
6839
+ account: {
6840
+ readonly connectionOptions: readonly [{
6841
+ readonly requiredScopes: readonly [];
6842
+ }];
6843
+ readonly serviceId: "brevo";
6844
+ };
6845
+ } | {
6846
+ name: string;
6847
+ type: "brevo.transactionalEmail.invalid";
6848
+ account: {
6849
+ readonly connectionOptions: readonly [{
6850
+ readonly requiredScopes: readonly [];
6851
+ }];
6852
+ readonly serviceId: "brevo";
6853
+ };
6854
+ } | {
6855
+ name: string;
6856
+ type: "brevo.transactionalEmail.deferred";
6857
+ account: {
6858
+ readonly connectionOptions: readonly [{
6859
+ readonly requiredScopes: readonly [];
6860
+ }];
6861
+ readonly serviceId: "brevo";
6862
+ };
6863
+ } | {
6864
+ name: string;
6865
+ type: "brevo.transactionalEmail.clicked";
6866
+ account: {
6867
+ readonly connectionOptions: readonly [{
6868
+ readonly requiredScopes: readonly [];
6869
+ }];
6870
+ readonly serviceId: "brevo";
6871
+ };
6872
+ } | {
6873
+ name: string;
6874
+ type: "brevo.transactionalEmail.opened";
6875
+ account: {
6876
+ readonly connectionOptions: readonly [{
6877
+ readonly requiredScopes: readonly [];
6878
+ }];
6879
+ readonly serviceId: "brevo";
6880
+ };
6881
+ } | {
6882
+ name: string;
6883
+ type: "brevo.transactionalEmail.firstOpened";
6884
+ account: {
6885
+ readonly connectionOptions: readonly [{
6886
+ readonly requiredScopes: readonly [];
6887
+ }];
6888
+ readonly serviceId: "brevo";
6889
+ };
6890
+ } | {
6891
+ name: string;
6892
+ type: "brevo.transactionalEmail.unsubscribed";
6893
+ account: {
6894
+ readonly connectionOptions: readonly [{
6895
+ readonly requiredScopes: readonly [];
6896
+ }];
6897
+ readonly serviceId: "brevo";
6898
+ };
6899
+ } | {
6900
+ name: string;
6901
+ type: "brevo.transactionalSms.event";
6902
+ account: {
6903
+ readonly connectionOptions: readonly [{
6904
+ readonly requiredScopes: readonly [];
6905
+ }];
6906
+ readonly serviceId: "brevo";
6907
+ };
6908
+ } | {
6909
+ name: string;
6910
+ type: "brevo.transactionalSms.sent";
6911
+ account: {
6912
+ readonly connectionOptions: readonly [{
6913
+ readonly requiredScopes: readonly [];
6914
+ }];
6915
+ readonly serviceId: "brevo";
6916
+ };
6917
+ } | {
6918
+ name: string;
6919
+ type: "brevo.transactionalSms.delivered";
6920
+ account: {
6921
+ readonly connectionOptions: readonly [{
6922
+ readonly requiredScopes: readonly [];
6923
+ }];
6924
+ readonly serviceId: "brevo";
6925
+ };
6926
+ } | {
6927
+ name: string;
6928
+ type: "brevo.transactionalSms.hardBounced";
6929
+ account: {
6930
+ readonly connectionOptions: readonly [{
6931
+ readonly requiredScopes: readonly [];
6932
+ }];
6933
+ readonly serviceId: "brevo";
6934
+ };
6935
+ } | {
6936
+ name: string;
6937
+ type: "brevo.transactionalSms.softBounced";
6938
+ account: {
6939
+ readonly connectionOptions: readonly [{
6940
+ readonly requiredScopes: readonly [];
6941
+ }];
6942
+ readonly serviceId: "brevo";
6943
+ };
6944
+ } | {
6945
+ name: string;
6946
+ type: "brevo.transactionalSms.replied";
6947
+ account: {
6948
+ readonly connectionOptions: readonly [{
6949
+ readonly requiredScopes: readonly [];
6950
+ }];
6951
+ readonly serviceId: "brevo";
6952
+ };
6953
+ } | {
6954
+ name: string;
6955
+ type: "brevo.transactionalSms.unsubscribed";
6956
+ account: {
6957
+ readonly connectionOptions: readonly [{
6958
+ readonly requiredScopes: readonly [];
6959
+ }];
6960
+ readonly serviceId: "brevo";
6961
+ };
6962
+ } | {
6963
+ name: string;
6964
+ type: "brevo.marketingEmail.event";
6965
+ account: {
6966
+ readonly connectionOptions: readonly [{
6967
+ readonly requiredScopes: readonly [];
6968
+ }];
6969
+ readonly serviceId: "brevo";
6970
+ };
6971
+ } | {
6972
+ name: string;
6973
+ type: "brevo.marketingEmail.delivered";
6974
+ account: {
6975
+ readonly connectionOptions: readonly [{
6976
+ readonly requiredScopes: readonly [];
6977
+ }];
6978
+ readonly serviceId: "brevo";
6979
+ };
6980
+ } | {
6981
+ name: string;
6982
+ type: "brevo.marketingEmail.hardBounced";
6983
+ account: {
6984
+ readonly connectionOptions: readonly [{
6985
+ readonly requiredScopes: readonly [];
6986
+ }];
6987
+ readonly serviceId: "brevo";
6988
+ };
6989
+ } | {
6990
+ name: string;
6991
+ type: "brevo.marketingEmail.softBounced";
6992
+ account: {
6993
+ readonly connectionOptions: readonly [{
6994
+ readonly requiredScopes: readonly [];
6995
+ }];
6996
+ readonly serviceId: "brevo";
6997
+ };
6998
+ } | {
6999
+ name: string;
7000
+ type: "brevo.marketingEmail.markedAsSpam";
7001
+ account: {
7002
+ readonly connectionOptions: readonly [{
7003
+ readonly requiredScopes: readonly [];
7004
+ }];
7005
+ readonly serviceId: "brevo";
7006
+ };
7007
+ } | {
7008
+ name: string;
7009
+ type: "brevo.marketingEmail.opened";
7010
+ account: {
7011
+ readonly connectionOptions: readonly [{
7012
+ readonly requiredScopes: readonly [];
7013
+ }];
7014
+ readonly serviceId: "brevo";
7015
+ };
7016
+ } | {
7017
+ name: string;
7018
+ type: "brevo.marketingEmail.clicked";
7019
+ account: {
7020
+ readonly connectionOptions: readonly [{
7021
+ readonly requiredScopes: readonly [];
7022
+ }];
7023
+ readonly serviceId: "brevo";
7024
+ };
7025
+ } | {
7026
+ name: string;
7027
+ type: "brevo.marketingEmail.unsubscribed";
7028
+ account: {
7029
+ readonly connectionOptions: readonly [{
7030
+ readonly requiredScopes: readonly [];
7031
+ }];
7032
+ readonly serviceId: "brevo";
7033
+ };
7034
+ } | {
7035
+ name: string;
7036
+ type: "brevo.contact.event";
6484
7037
  account: {
6485
7038
  readonly connectionOptions: readonly [{
6486
7039
  readonly requiredScopes: readonly [];
6487
7040
  }];
6488
7041
  readonly serviceId: "brevo";
6489
7042
  };
6490
- type: "brevo.transactional.blocked";
6491
7043
  } | {
6492
7044
  name: string;
7045
+ type: "brevo.contact.addedToList";
6493
7046
  account: {
6494
7047
  readonly connectionOptions: readonly [{
6495
7048
  readonly requiredScopes: readonly [];
6496
7049
  }];
6497
7050
  readonly serviceId: "brevo";
6498
7051
  };
6499
- type: "brevo.transactional.clicked";
6500
7052
  } | {
6501
7053
  name: string;
7054
+ type: "brevo.contact.updated";
6502
7055
  account: {
6503
7056
  readonly connectionOptions: readonly [{
6504
7057
  readonly requiredScopes: readonly [];
6505
7058
  }];
6506
7059
  readonly serviceId: "brevo";
6507
7060
  };
6508
- type: "brevo.transactional.deferred";
6509
7061
  } | {
6510
7062
  name: string;
7063
+ type: "brevo.contact.deleted";
6511
7064
  account: {
6512
7065
  readonly connectionOptions: readonly [{
6513
7066
  readonly requiredScopes: readonly [];
6514
7067
  }];
6515
7068
  readonly serviceId: "brevo";
6516
7069
  };
6517
- type: "brevo.transactional.delivered";
6518
7070
  } | {
6519
7071
  name: string;
7072
+ type: "brevo.marketingSms.event";
6520
7073
  account: {
6521
7074
  readonly connectionOptions: readonly [{
6522
7075
  readonly requiredScopes: readonly [];
6523
7076
  }];
6524
7077
  readonly serviceId: "brevo";
6525
7078
  };
6526
- type: "brevo.transactional.event";
6527
7079
  } | {
6528
7080
  name: string;
7081
+ type: "brevo.marketingSms.sent";
6529
7082
  account: {
6530
7083
  readonly connectionOptions: readonly [{
6531
7084
  readonly requiredScopes: readonly [];
6532
7085
  }];
6533
7086
  readonly serviceId: "brevo";
6534
7087
  };
6535
- type: "brevo.transactional.hardBounced";
6536
7088
  } | {
6537
7089
  name: string;
7090
+ type: "brevo.marketingSms.delivered";
6538
7091
  account: {
6539
7092
  readonly connectionOptions: readonly [{
6540
7093
  readonly requiredScopes: readonly [];
6541
7094
  }];
6542
7095
  readonly serviceId: "brevo";
6543
7096
  };
6544
- type: "brevo.transactional.markedAsSpam";
6545
7097
  } | {
6546
7098
  name: string;
7099
+ type: "brevo.marketingSms.hardBounced";
6547
7100
  account: {
6548
7101
  readonly connectionOptions: readonly [{
6549
7102
  readonly requiredScopes: readonly [];
6550
7103
  }];
6551
7104
  readonly serviceId: "brevo";
6552
7105
  };
6553
- type: "brevo.transactional.opened";
6554
7106
  } | {
6555
7107
  name: string;
7108
+ type: "brevo.marketingSms.softBounced";
6556
7109
  account: {
6557
7110
  readonly connectionOptions: readonly [{
6558
7111
  readonly requiredScopes: readonly [];
6559
7112
  }];
6560
7113
  readonly serviceId: "brevo";
6561
7114
  };
6562
- type: "brevo.transactional.sent";
6563
7115
  } | {
6564
7116
  name: string;
7117
+ type: "brevo.marketingSms.replied";
6565
7118
  account: {
6566
7119
  readonly connectionOptions: readonly [{
6567
7120
  readonly requiredScopes: readonly [];
6568
7121
  }];
6569
7122
  readonly serviceId: "brevo";
6570
7123
  };
6571
- type: "brevo.transactional.softBounced";
6572
7124
  } | {
6573
7125
  name: string;
7126
+ type: "brevo.marketingSms.unsubscribed";
6574
7127
  account: {
6575
7128
  readonly connectionOptions: readonly [{
6576
7129
  readonly requiredScopes: readonly [];
6577
7130
  }];
6578
7131
  readonly serviceId: "brevo";
6579
7132
  };
6580
- type: "brevo.transactional.unsubscribed";
6581
7133
  } | {
6582
7134
  name: string;
6583
7135
  account: {