@ofauth/onlyfans-sdk 2.2.3 → 3.0.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
@@ -25,6 +25,7 @@ interface PaginatedResponse<T> {
25
25
  interface MarkerPaginatedResponse<T> {
26
26
  list: T[];
27
27
  hasMore: boolean;
28
+ nextMarker?: string;
28
29
  marker?: string;
29
30
  }
30
31
  interface PaginationOptions {
@@ -689,7 +690,7 @@ interface AccessEarningsListChargebacksResponse {
689
690
  };
690
691
  }>;
691
692
  hasMore: boolean;
692
- marker: number | null;
693
+ nextMarker: number | null;
693
694
  }
694
695
  interface AccessEarningsListChargebacksItem {
695
696
  id: number;
@@ -1245,7 +1246,25 @@ interface AccessAnalyticsStoriesGetTopResponse {
1245
1246
  }>;
1246
1247
  }
1247
1248
  interface AccessAnalyticsMassMessagesGetChartResponse {
1248
- purchases: {
1249
+ group_messages: {
1250
+ chart: Array<{
1251
+ date: string;
1252
+ count: number;
1253
+ }>;
1254
+ total: number;
1255
+ delta: number;
1256
+ gross?: number;
1257
+ };
1258
+ group_messages_purchases: {
1259
+ chart: Array<{
1260
+ date: string;
1261
+ count: number;
1262
+ }>;
1263
+ total: number;
1264
+ delta: number;
1265
+ gross?: number;
1266
+ };
1267
+ direct_messages: {
1249
1268
  chart: Array<{
1250
1269
  date: string;
1251
1270
  count: number;
@@ -1254,7 +1273,7 @@ interface AccessAnalyticsMassMessagesGetChartResponse {
1254
1273
  delta: number;
1255
1274
  gross?: number;
1256
1275
  };
1257
- messages: {
1276
+ direct_messages_purchases: {
1258
1277
  chart: Array<{
1259
1278
  date: string;
1260
1279
  count: number;
@@ -1264,6 +1283,197 @@ interface AccessAnalyticsMassMessagesGetChartResponse {
1264
1283
  gross?: number;
1265
1284
  };
1266
1285
  }
1286
+ interface AccessAnalyticsMassMessagesGetSentResponse {
1287
+ hasMore: boolean;
1288
+ items: Array<{
1289
+ id: number;
1290
+ date: string;
1291
+ responseType?: string;
1292
+ text: string;
1293
+ rawText?: string;
1294
+ giphyId?: string | null;
1295
+ isFree?: boolean;
1296
+ isMediaReady?: boolean;
1297
+ mediaCount?: number;
1298
+ media: Array<{
1299
+ id: number;
1300
+ type: 'photo' | 'video' | 'gif' | 'audio';
1301
+ convertedToVideo: boolean;
1302
+ canView: boolean;
1303
+ hasError: boolean;
1304
+ createdAt: string;
1305
+ isReady: boolean;
1306
+ duration?: number;
1307
+ releaseForms: Array<{
1308
+ id: number;
1309
+ name: string;
1310
+ partnerSource: string;
1311
+ type: string;
1312
+ user?: {
1313
+ view: string;
1314
+ id: number;
1315
+ name: string;
1316
+ username: string;
1317
+ isVerified: boolean;
1318
+ avatar: string;
1319
+ avatarThumbs: {
1320
+ c50: string;
1321
+ c144: string;
1322
+ };
1323
+ ivStatus: string;
1324
+ isFromGuest: boolean;
1325
+ };
1326
+ }>;
1327
+ hasCustomPreview?: boolean;
1328
+ videoSources?: {
1329
+ '240'?: string | null;
1330
+ '720'?: string | null;
1331
+ };
1332
+ files?: {
1333
+ full: {
1334
+ url: string;
1335
+ width?: number;
1336
+ height?: number;
1337
+ size?: number;
1338
+ sources: Array<{
1339
+ url: string;
1340
+ width?: number;
1341
+ height?: number;
1342
+ type?: string;
1343
+ }>;
1344
+ };
1345
+ thumb?: {
1346
+ url: string;
1347
+ width?: number;
1348
+ height?: number;
1349
+ size?: number;
1350
+ };
1351
+ preview?: {
1352
+ url: string;
1353
+ width?: number;
1354
+ height?: number;
1355
+ size?: number;
1356
+ options: Array<{
1357
+ url: string;
1358
+ width?: number;
1359
+ height?: number;
1360
+ type?: string;
1361
+ }>;
1362
+ };
1363
+ squarePreview?: {
1364
+ url: string;
1365
+ width?: number;
1366
+ height?: number;
1367
+ size?: number;
1368
+ };
1369
+ };
1370
+ }>;
1371
+ previews: Array<{
1372
+ id: number;
1373
+ type: 'photo' | 'video' | 'gif' | 'audio';
1374
+ convertedToVideo: boolean;
1375
+ canView: boolean;
1376
+ hasError: boolean;
1377
+ createdAt: string;
1378
+ isReady: boolean;
1379
+ duration?: number;
1380
+ releaseForms: Array<{
1381
+ id: number;
1382
+ name: string;
1383
+ partnerSource: string;
1384
+ type: string;
1385
+ user?: {
1386
+ view: string;
1387
+ id: number;
1388
+ name: string;
1389
+ username: string;
1390
+ isVerified: boolean;
1391
+ avatar: string;
1392
+ avatarThumbs: {
1393
+ c50: string;
1394
+ c144: string;
1395
+ };
1396
+ ivStatus: string;
1397
+ isFromGuest: boolean;
1398
+ };
1399
+ }>;
1400
+ hasCustomPreview?: boolean;
1401
+ videoSources?: {
1402
+ '240'?: string | null;
1403
+ '720'?: string | null;
1404
+ };
1405
+ files?: {
1406
+ full: {
1407
+ url: string;
1408
+ width?: number;
1409
+ height?: number;
1410
+ size?: number;
1411
+ sources: Array<{
1412
+ url: string;
1413
+ width?: number;
1414
+ height?: number;
1415
+ type?: string;
1416
+ }>;
1417
+ };
1418
+ thumb?: {
1419
+ url: string;
1420
+ width?: number;
1421
+ height?: number;
1422
+ size?: number;
1423
+ };
1424
+ preview?: {
1425
+ url: string;
1426
+ width?: number;
1427
+ height?: number;
1428
+ size?: number;
1429
+ options: Array<{
1430
+ url: string;
1431
+ width?: number;
1432
+ height?: number;
1433
+ type?: string;
1434
+ }>;
1435
+ };
1436
+ squarePreview?: {
1437
+ url: string;
1438
+ width?: number;
1439
+ height?: number;
1440
+ size?: number;
1441
+ };
1442
+ };
1443
+ }>;
1444
+ isTip?: boolean;
1445
+ isReportedByMe?: boolean;
1446
+ viewedCount?: number;
1447
+ sentCount?: number;
1448
+ isCanceled?: boolean;
1449
+ releaseForms: Array<{
1450
+ id: number;
1451
+ name: string;
1452
+ partnerSource: string;
1453
+ type: string;
1454
+ user?: {
1455
+ view: string;
1456
+ id: number;
1457
+ name: string;
1458
+ username: string;
1459
+ isVerified: boolean;
1460
+ avatar: string;
1461
+ avatarThumbs: {
1462
+ c50: string;
1463
+ c144: string;
1464
+ };
1465
+ ivStatus: string;
1466
+ isFromGuest: boolean;
1467
+ };
1468
+ }>;
1469
+ template?: string;
1470
+ canUnsend?: boolean;
1471
+ unsendSeconds?: number;
1472
+ price?: string;
1473
+ purchasedCount?: number;
1474
+ canSendMessageToBuyers?: boolean;
1475
+ }>;
1476
+ }
1267
1477
  interface AccessAnalyticsMassMessagesGetPurchasedResponse {
1268
1478
  hasMore: boolean;
1269
1479
  items: Array<{
@@ -1467,8 +1677,8 @@ interface AccessAnalyticsMassMessagesListBuyersResponse {
1467
1677
  c144: string;
1468
1678
  } | null;
1469
1679
  }>;
1470
- marker?: number;
1471
1680
  hasMore: boolean;
1681
+ nextMarker?: number | null;
1472
1682
  }
1473
1683
  interface AccessAnalyticsMassMessagesListBuyersItem {
1474
1684
  id: number;
@@ -4380,21 +4590,6 @@ interface AccessPromotionsCreateResponseOption1 {
4380
4590
  }>;
4381
4591
  hasMore: boolean;
4382
4592
  }
4383
- interface AccessPromotionsGetResponse {
4384
- id: number;
4385
- message: string;
4386
- rawMessage: string;
4387
- hasRelatedPromo: boolean;
4388
- price: number;
4389
- type: string;
4390
- canClaim: boolean;
4391
- claimsCount: number;
4392
- subscribeCounts: number;
4393
- subscribeDays: number;
4394
- createdAt: string;
4395
- finishedAt: string;
4396
- isFinished: boolean;
4397
- }
4398
4593
  interface AccessPromotionsReplaceRequest {
4399
4594
  discount?: number;
4400
4595
  message?: string;
@@ -4474,7 +4669,7 @@ interface AccessPromotionsDeleteBundlesResponse {
4474
4669
  price: number;
4475
4670
  canBuy: boolean;
4476
4671
  }
4477
- interface AccessPromotionsFinishResponse {
4672
+ interface AccessPromotionsCreateStopResponse {
4478
4673
  success: boolean;
4479
4674
  }
4480
4675
  interface AccessVaultListsListResponse {
@@ -5612,265 +5807,6 @@ interface AccessReplacePostsResponse {
5612
5807
  isMediaReady: boolean;
5613
5808
  rawText: string;
5614
5809
  }
5615
- interface AccessListMassMessagesResponse {
5616
- list: Array<{
5617
- id: number;
5618
- text: string;
5619
- fromUser: {
5620
- id: number;
5621
- name: string;
5622
- } | {
5623
- id: number;
5624
- _view: string;
5625
- };
5626
- media: Array<{
5627
- id: number;
5628
- type: 'photo' | 'video' | 'gif' | 'audio';
5629
- convertedToVideo: boolean;
5630
- canView: boolean;
5631
- hasError: boolean;
5632
- createdAt: string;
5633
- isReady: boolean;
5634
- duration?: number;
5635
- releaseForms: Array<{
5636
- id: number;
5637
- name: string;
5638
- partnerSource: string;
5639
- type: string;
5640
- user?: {
5641
- view: string;
5642
- id: number;
5643
- name: string;
5644
- username: string;
5645
- isVerified: boolean;
5646
- avatar: string;
5647
- avatarThumbs: {
5648
- c50: string;
5649
- c144: string;
5650
- };
5651
- ivStatus: string;
5652
- isFromGuest: boolean;
5653
- };
5654
- }>;
5655
- hasCustomPreview?: boolean;
5656
- videoSources?: {
5657
- '240'?: string | null;
5658
- '720'?: string | null;
5659
- };
5660
- files?: {
5661
- full: {
5662
- url: string;
5663
- width?: number;
5664
- height?: number;
5665
- size?: number;
5666
- sources: Array<{
5667
- url: string;
5668
- width?: number;
5669
- height?: number;
5670
- type?: string;
5671
- }>;
5672
- };
5673
- thumb?: {
5674
- url: string;
5675
- width?: number;
5676
- height?: number;
5677
- size?: number;
5678
- };
5679
- preview?: {
5680
- url: string;
5681
- width?: number;
5682
- height?: number;
5683
- size?: number;
5684
- options: Array<{
5685
- url: string;
5686
- width?: number;
5687
- height?: number;
5688
- type?: string;
5689
- }>;
5690
- };
5691
- squarePreview?: {
5692
- url: string;
5693
- width?: number;
5694
- height?: number;
5695
- size?: number;
5696
- };
5697
- };
5698
- }>;
5699
- isMediaReady?: boolean;
5700
- mediaCount?: number;
5701
- previews: Array<number>;
5702
- lockedText?: boolean;
5703
- responseType?: string;
5704
- giphyId?: string | null;
5705
- isFree?: boolean;
5706
- isTip?: boolean;
5707
- isReportedByMe?: boolean;
5708
- isCouplePeopleMedia?: boolean;
5709
- queueId?: number;
5710
- isMarkdownDisabled?: boolean;
5711
- releaseForms?: any | null;
5712
- isFromQueue?: boolean;
5713
- canUnsendQueue?: boolean;
5714
- unsendSecondsQueue?: number;
5715
- isOpened?: boolean;
5716
- isNew?: boolean;
5717
- createdAt?: string;
5718
- changedAt?: string;
5719
- cancelSeconds?: number;
5720
- isLiked?: boolean;
5721
- canPurchase?: boolean;
5722
- canPurchaseReason?: string;
5723
- canReport?: boolean;
5724
- canBePinned?: boolean;
5725
- isPinned?: boolean;
5726
- date?: string;
5727
- textCropped?: string;
5728
- sentCount?: number;
5729
- viewedCount?: number;
5730
- canUnsend?: boolean;
5731
- unsendSeconds?: number;
5732
- isCanceled?: boolean;
5733
- mediaTypes?: {
5734
- video?: number;
5735
- photo?: number;
5736
- gif?: number;
5737
- audio?: number;
5738
- };
5739
- hasError?: boolean;
5740
- price?: string;
5741
- purchasedCount?: number;
5742
- canSendMessageToBuyers?: boolean;
5743
- }>;
5744
- hasMore: boolean;
5745
- }
5746
- interface AccessListMassMessagesItem {
5747
- id: number;
5748
- text: string;
5749
- fromUser: {
5750
- id: number;
5751
- name: string;
5752
- } | {
5753
- id: number;
5754
- _view: string;
5755
- };
5756
- media: Array<{
5757
- id: number;
5758
- type: 'photo' | 'video' | 'gif' | 'audio';
5759
- convertedToVideo: boolean;
5760
- canView: boolean;
5761
- hasError: boolean;
5762
- createdAt: string;
5763
- isReady: boolean;
5764
- duration?: number;
5765
- releaseForms: Array<{
5766
- id: number;
5767
- name: string;
5768
- partnerSource: string;
5769
- type: string;
5770
- user?: {
5771
- view: string;
5772
- id: number;
5773
- name: string;
5774
- username: string;
5775
- isVerified: boolean;
5776
- avatar: string;
5777
- avatarThumbs: {
5778
- c50: string;
5779
- c144: string;
5780
- };
5781
- ivStatus: string;
5782
- isFromGuest: boolean;
5783
- };
5784
- }>;
5785
- hasCustomPreview?: boolean;
5786
- videoSources?: {
5787
- '240'?: string | null;
5788
- '720'?: string | null;
5789
- };
5790
- files?: {
5791
- full: {
5792
- url: string;
5793
- width?: number;
5794
- height?: number;
5795
- size?: number;
5796
- sources: Array<{
5797
- url: string;
5798
- width?: number;
5799
- height?: number;
5800
- type?: string;
5801
- }>;
5802
- };
5803
- thumb?: {
5804
- url: string;
5805
- width?: number;
5806
- height?: number;
5807
- size?: number;
5808
- };
5809
- preview?: {
5810
- url: string;
5811
- width?: number;
5812
- height?: number;
5813
- size?: number;
5814
- options: Array<{
5815
- url: string;
5816
- width?: number;
5817
- height?: number;
5818
- type?: string;
5819
- }>;
5820
- };
5821
- squarePreview?: {
5822
- url: string;
5823
- width?: number;
5824
- height?: number;
5825
- size?: number;
5826
- };
5827
- };
5828
- }>;
5829
- isMediaReady?: boolean;
5830
- mediaCount?: number;
5831
- previews: Array<number>;
5832
- lockedText?: boolean;
5833
- responseType?: string;
5834
- giphyId?: string | null;
5835
- isFree?: boolean;
5836
- isTip?: boolean;
5837
- isReportedByMe?: boolean;
5838
- isCouplePeopleMedia?: boolean;
5839
- queueId?: number;
5840
- isMarkdownDisabled?: boolean;
5841
- releaseForms?: any | null;
5842
- isFromQueue?: boolean;
5843
- canUnsendQueue?: boolean;
5844
- unsendSecondsQueue?: number;
5845
- isOpened?: boolean;
5846
- isNew?: boolean;
5847
- createdAt?: string;
5848
- changedAt?: string;
5849
- cancelSeconds?: number;
5850
- isLiked?: boolean;
5851
- canPurchase?: boolean;
5852
- canPurchaseReason?: string;
5853
- canReport?: boolean;
5854
- canBePinned?: boolean;
5855
- isPinned?: boolean;
5856
- date?: string;
5857
- textCropped?: string;
5858
- sentCount?: number;
5859
- viewedCount?: number;
5860
- canUnsend?: boolean;
5861
- unsendSeconds?: number;
5862
- isCanceled?: boolean;
5863
- mediaTypes?: {
5864
- video?: number;
5865
- photo?: number;
5866
- gif?: number;
5867
- audio?: number;
5868
- };
5869
- hasError?: boolean;
5870
- price?: string;
5871
- purchasedCount?: number;
5872
- canSendMessageToBuyers?: boolean;
5873
- }
5874
5810
  interface AccessCreateMassMessagesRequest {
5875
5811
  isForwardedMessage?: boolean | null;
5876
5812
  text?: string;
@@ -6470,14 +6406,12 @@ interface AccessEarningsListTransactionsParams {
6470
6406
  tipsSource?: 'chat' | 'post_all' | 'profile' | 'story' | 'stream';
6471
6407
  }
6472
6408
  interface AccessEarningsListChargebacksParams {
6473
- /** Number of items to return (1-20, default: 10) */
6474
- limit?: number;
6475
- /** Number of items to skip (default: 0) */
6476
- offset?: number;
6477
6409
  /** Start of date range (ISO 8601) */
6478
6410
  startDate?: string | any;
6479
6411
  /** End of date range (ISO 8601) */
6480
6412
  endDate?: string | any;
6413
+ /** Pagination marker from previous response */
6414
+ marker?: string;
6481
6415
  }
6482
6416
  interface AccessAnalyticsPostsGetParams {
6483
6417
  /** OnlyFans post ID */
@@ -6557,6 +6491,14 @@ interface AccessAnalyticsMassMessagesGetChartParams {
6557
6491
  /** Include total count in response */
6558
6492
  withTotal?: boolean;
6559
6493
  }
6494
+ interface AccessAnalyticsMassMessagesGetSentParams {
6495
+ /** Start of date range (ISO 8601) */
6496
+ startDate?: string | any;
6497
+ /** End of date range (ISO 8601) */
6498
+ endDate?: string | any;
6499
+ /** Max number of items to return */
6500
+ limit?: number;
6501
+ }
6560
6502
  interface AccessAnalyticsMassMessagesGetPurchasedParams {
6561
6503
  /** Number of items to return (1-100, default: 20) */
6562
6504
  limit?: number;
@@ -6764,12 +6706,18 @@ interface AccessChatsListParams {
6764
6706
  interface AccessChatsListMessagesParams {
6765
6707
  /** userId */
6766
6708
  userId: string;
6767
- /** Number of items to return (1-20, default: 10) */
6709
+ /** Number of messages to return (max 10) */
6768
6710
  limit?: number;
6769
- /** Number of items to skip (default: 0) */
6711
+ /** Number of messages to skip (for pagination) */
6770
6712
  offset?: number;
6771
6713
  /** Search/filter text */
6772
6714
  query?: string;
6715
+ /** ID of the last message from previous page. Used for cursor pagination. */
6716
+ lastId?: string;
6717
+ /** Include this message ID as the first message in the results. Used to retrieve messages from e.g. the Search Chat Messages endpoint IDs. */
6718
+ firstId?: string;
6719
+ /** Include user data in the response */
6720
+ includeUsers?: boolean;
6773
6721
  }
6774
6722
  interface AccessChatsCreateMessagesParams {
6775
6723
  /** userId */
@@ -6859,10 +6807,6 @@ interface AccessSubscriptionsListParams {
6859
6807
  /** Subscription status filter */
6860
6808
  type?: 'all' | 'active' | 'expired';
6861
6809
  }
6862
- interface AccessSubscriptionsGetParams {
6863
- /** Subscription ID */
6864
- subscriptionId?: string;
6865
- }
6866
6810
  interface AccessSubscriptionsGetHistoryParams {
6867
6811
  /** Subscription ID */
6868
6812
  subscriptionId?: string;
@@ -6955,10 +6899,6 @@ interface AccessPromotionsCreateParams {
6955
6899
  /** Request body */
6956
6900
  body?: AccessPromotionsCreateRequest;
6957
6901
  }
6958
- interface AccessPromotionsGetParams {
6959
- /** Promotion ID */
6960
- promotionId?: string;
6961
- }
6962
6902
  interface AccessPromotionsReplaceParams {
6963
6903
  /** Promotion ID */
6964
6904
  promotionId?: string;
@@ -6993,7 +6933,7 @@ interface AccessPromotionsDeleteBundlesParams {
6993
6933
  /** Bundle ID */
6994
6934
  bundleId?: string;
6995
6935
  }
6996
- interface AccessPromotionsFinishParams {
6936
+ interface AccessPromotionsCreateStopParams {
6997
6937
  /** Promotion ID */
6998
6938
  promotionId?: string;
6999
6939
  }
@@ -7111,14 +7051,6 @@ interface AccessDeletePostsParams {
7111
7051
  /** OnlyFans post ID */
7112
7052
  postId?: string;
7113
7053
  }
7114
- interface AccessListMassMessagesParams {
7115
- /** Number of items to return (1-20, default: 10) */
7116
- limit?: number;
7117
- /** Number of items to skip (default: 0) */
7118
- offset?: number;
7119
- /** Filter by message status */
7120
- type?: 'sent' | 'unsent' | 'scheduled';
7121
- }
7122
7054
  interface AccessCreateMassMessagesParams {
7123
7055
  /** Request body */
7124
7056
  body?: AccessCreateMassMessagesRequest;
@@ -7212,9 +7144,9 @@ declare class AccountConnectionsNamespace {
7212
7144
  list(params: AccountConnectionsListParams): Promise<AccountConnectionsListResponse>;
7213
7145
  /**
7214
7146
  * List connections
7215
- *
7216
- * Returns an async iterator that automatically paginates through all results.
7217
- */
7147
+ *
7148
+ * Returns an async iterator that automatically paginates through all results.
7149
+ */
7218
7150
  iterate(params: Omit<AccountConnectionsListParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccountConnectionsListItem, void, unknown>;
7219
7151
  /**
7220
7152
  * Invalidate connection
@@ -7271,9 +7203,9 @@ declare class AccessSelfNamespace {
7271
7203
  listNotifications(params: AccessSelfListNotificationsParams): Promise<AccessSelfListNotificationsResponse>;
7272
7204
  /**
7273
7205
  * List notifications
7274
- *
7275
- * Returns an async iterator that automatically paginates through all results.
7276
- */
7206
+ *
7207
+ * Returns an async iterator that automatically paginates through all results.
7208
+ */
7277
7209
  iterateNotifications(params: Omit<AccessSelfListNotificationsParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessSelfListNotificationsItem, void, unknown>;
7278
7210
  /**
7279
7211
  * List release forms
@@ -7281,9 +7213,9 @@ declare class AccessSelfNamespace {
7281
7213
  listReleaseForms(params: AccessSelfListReleaseFormsParams): Promise<AccessSelfListReleaseFormsResponse>;
7282
7214
  /**
7283
7215
  * List release forms
7284
- *
7285
- * Returns an async iterator that automatically paginates through all results.
7286
- */
7216
+ *
7217
+ * Returns an async iterator that automatically paginates through all results.
7218
+ */
7287
7219
  iterateReleaseForms(params: Omit<AccessSelfListReleaseFormsParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessSelfListReleaseFormsItem, void, unknown>;
7288
7220
  /**
7289
7221
  * List tagged friend users
@@ -7291,9 +7223,9 @@ declare class AccessSelfNamespace {
7291
7223
  listTaggedFriendUsers(params: AccessSelfListTaggedFriendUsersParams): Promise<AccessSelfListTaggedFriendUsersResponse>;
7292
7224
  /**
7293
7225
  * List tagged friend users
7294
- *
7295
- * Returns an async iterator that automatically paginates through all results.
7296
- */
7226
+ *
7227
+ * Returns an async iterator that automatically paginates through all results.
7228
+ */
7297
7229
  iterateTaggedFriendUsers(params: Omit<AccessSelfListTaggedFriendUsersParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessSelfListTaggedFriendUsersItem, void, unknown>;
7298
7230
  }
7299
7231
  declare class AccessEarningsNamespace {
@@ -7309,9 +7241,9 @@ declare class AccessEarningsNamespace {
7309
7241
  listTransactions(params: AccessEarningsListTransactionsParams): Promise<AccessEarningsListTransactionsResponse>;
7310
7242
  /**
7311
7243
  * List transactions
7312
- *
7313
- * Returns an async iterator that automatically paginates through all results.
7314
- */
7244
+ *
7245
+ * Returns an async iterator that automatically paginates through all results.
7246
+ */
7315
7247
  iterateTransactions(params: Omit<AccessEarningsListTransactionsParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessEarningsListTransactionsItem, void, unknown>;
7316
7248
  /**
7317
7249
  * List chargebacks
@@ -7319,9 +7251,9 @@ declare class AccessEarningsNamespace {
7319
7251
  listChargebacks(params: AccessEarningsListChargebacksParams): Promise<AccessEarningsListChargebacksResponse>;
7320
7252
  /**
7321
7253
  * List chargebacks
7322
- *
7323
- * Returns an async iterator that automatically paginates through all results.
7324
- */
7254
+ *
7255
+ * Returns an async iterator that automatically paginates through all results.
7256
+ */
7325
7257
  iterateChargebacks(params: Omit<AccessEarningsListChargebacksParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessEarningsListChargebacksItem, void, unknown>;
7326
7258
  }
7327
7259
  declare class AccessAnalyticsPostsNamespace {
@@ -7371,6 +7303,10 @@ declare class AccessAnalyticsMassMessagesNamespace {
7371
7303
  * Mass messages chart
7372
7304
  */
7373
7305
  getChart(params: AccessAnalyticsMassMessagesGetChartParams): Promise<AccessAnalyticsMassMessagesGetChartResponse>;
7306
+ /**
7307
+ * Sent mass messages
7308
+ */
7309
+ getSent(params: AccessAnalyticsMassMessagesGetSentParams): Promise<AccessAnalyticsMassMessagesGetSentResponse>;
7374
7310
  /**
7375
7311
  * Mass messages purchased
7376
7312
  */
@@ -7381,9 +7317,9 @@ declare class AccessAnalyticsMassMessagesNamespace {
7381
7317
  listBuyers(params: AccessAnalyticsMassMessagesListBuyersParams): Promise<AccessAnalyticsMassMessagesListBuyersResponse>;
7382
7318
  /**
7383
7319
  * Mass message buyers
7384
- *
7385
- * Returns an async iterator that automatically paginates through all results.
7386
- */
7320
+ *
7321
+ * Returns an async iterator that automatically paginates through all results.
7322
+ */
7387
7323
  iterateBuyers(params: Omit<AccessAnalyticsMassMessagesListBuyersParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessAnalyticsMassMessagesListBuyersItem, void, unknown>;
7388
7324
  }
7389
7325
  declare class AccessAnalyticsPromotionsNamespace {
@@ -7423,9 +7359,9 @@ declare class AccessAnalyticsCampaignsNamespace {
7423
7359
  getTop(params: AccessAnalyticsCampaignsGetTopParams): Promise<AccessAnalyticsCampaignsGetTopResponse>;
7424
7360
  /**
7425
7361
  * Top campaigns
7426
- *
7427
- * Returns an async iterator that automatically paginates through all results.
7428
- */
7362
+ *
7363
+ * Returns an async iterator that automatically paginates through all results.
7364
+ */
7429
7365
  iterateTop(params: Omit<AccessAnalyticsCampaignsGetTopParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessAnalyticsCampaignsGetTopItem, void, unknown>;
7430
7366
  }
7431
7367
  declare class AccessAnalyticsVisitorCountriesNamespace {
@@ -7461,9 +7397,9 @@ declare class AccessUsersListsNamespace {
7461
7397
  list(params: AccessUsersListsListParams): Promise<AccessUsersListsListResponse>;
7462
7398
  /**
7463
7399
  * List user lists
7464
- *
7465
- * Returns an async iterator that automatically paginates through all results.
7466
- */
7400
+ *
7401
+ * Returns an async iterator that automatically paginates through all results.
7402
+ */
7467
7403
  iterate(params: Omit<AccessUsersListsListParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessUsersListsListItem, void, unknown>;
7468
7404
  /**
7469
7405
  * Create user list
@@ -7491,9 +7427,9 @@ declare class AccessUsersListsNamespace {
7491
7427
  listUsers(params: AccessUsersListsListUsersParams): Promise<AccessUsersListsListUsersResponse>;
7492
7428
  /**
7493
7429
  * List users in user list
7494
- *
7495
- * Returns an async iterator that automatically paginates through all results.
7496
- */
7430
+ *
7431
+ * Returns an async iterator that automatically paginates through all results.
7432
+ */
7497
7433
  iterateUsers(params: Omit<AccessUsersListsListUsersParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessUsersListsListUsersItem, void, unknown>;
7498
7434
  /**
7499
7435
  * Add user to list
@@ -7522,9 +7458,9 @@ declare class AccessUsersNamespace {
7522
7458
  getRestrict(params: AccessUsersGetRestrictParams): Promise<AccessUsersGetRestrictResponse>;
7523
7459
  /**
7524
7460
  * List restricted users
7525
- *
7526
- * Returns an async iterator that automatically paginates through all results.
7527
- */
7461
+ *
7462
+ * Returns an async iterator that automatically paginates through all results.
7463
+ */
7528
7464
  iterateRestrict(params: Omit<AccessUsersGetRestrictParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessUsersGetRestrictItem, void, unknown>;
7529
7465
  /**
7530
7466
  * Restrict user
@@ -7540,9 +7476,9 @@ declare class AccessUsersNamespace {
7540
7476
  getBlocked(params: AccessUsersGetBlockedParams): Promise<AccessUsersGetBlockedResponse>;
7541
7477
  /**
7542
7478
  * List blocked users
7543
- *
7544
- * Returns an async iterator that automatically paginates through all results.
7545
- */
7479
+ *
7480
+ * Returns an async iterator that automatically paginates through all results.
7481
+ */
7546
7482
  iterateBlocked(params: Omit<AccessUsersGetBlockedParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessUsersGetBlockedItem, void, unknown>;
7547
7483
  /**
7548
7484
  * List users by IDs
@@ -7562,9 +7498,9 @@ declare class AccessChatsNamespace {
7562
7498
  list(params: AccessChatsListParams): Promise<AccessChatsListResponse>;
7563
7499
  /**
7564
7500
  * Chats list
7565
- *
7566
- * Returns an async iterator that automatically paginates through all results.
7567
- */
7501
+ *
7502
+ * Returns an async iterator that automatically paginates through all results.
7503
+ */
7568
7504
  iterate(params: Omit<AccessChatsListParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessChatsListItem, void, unknown>;
7569
7505
  /**
7570
7506
  * Chat messages
@@ -7572,9 +7508,9 @@ declare class AccessChatsNamespace {
7572
7508
  listMessages(params: AccessChatsListMessagesParams): Promise<AccessChatsListMessagesResponse>;
7573
7509
  /**
7574
7510
  * Chat messages
7575
- *
7576
- * Returns an async iterator that automatically paginates through all results.
7577
- */
7511
+ *
7512
+ * Returns an async iterator that automatically paginates through all results.
7513
+ */
7578
7514
  iterateMessages(params: Omit<AccessChatsListMessagesParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessChatsListMessagesItem, void, unknown>;
7579
7515
  /**
7580
7516
  * Send chat message
@@ -7590,9 +7526,9 @@ declare class AccessChatsNamespace {
7590
7526
  listMedia(params: AccessChatsListMediaParams): Promise<AccessChatsListMediaResponse>;
7591
7527
  /**
7592
7528
  * Get chat media
7593
- *
7594
- * Returns an async iterator that automatically paginates through all results.
7595
- */
7529
+ *
7530
+ * Returns an async iterator that automatically paginates through all results.
7531
+ */
7596
7532
  iterateMedia(params: Omit<AccessChatsListMediaParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessChatsListMediaItem, void, unknown>;
7597
7533
  }
7598
7534
  declare class AccessSubscribersNamespace {
@@ -7604,9 +7540,9 @@ declare class AccessSubscribersNamespace {
7604
7540
  list(params: AccessSubscribersListParams): Promise<AccessSubscribersListResponse>;
7605
7541
  /**
7606
7542
  * List subscribers
7607
- *
7608
- * Returns an async iterator that automatically paginates through all results.
7609
- */
7543
+ *
7544
+ * Returns an async iterator that automatically paginates through all results.
7545
+ */
7610
7546
  iterate(params: Omit<AccessSubscribersListParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessSubscribersListItem, void, unknown>;
7611
7547
  /**
7612
7548
  * Update subscriber note
@@ -7630,14 +7566,10 @@ declare class AccessSubscriptionsNamespace {
7630
7566
  list(params: AccessSubscriptionsListParams): Promise<AccessSubscriptionsListResponse>;
7631
7567
  /**
7632
7568
  * List subscriptions
7633
- *
7634
- * Returns an async iterator that automatically paginates through all results.
7635
- */
7569
+ *
7570
+ * Returns an async iterator that automatically paginates through all results.
7571
+ */
7636
7572
  iterate(params: Omit<AccessSubscriptionsListParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessSubscriptionsListItem, void, unknown>;
7637
- /**
7638
- * Get subscription
7639
- */
7640
- get(params: AccessSubscriptionsGetParams): Promise<Record<string, any>>;
7641
7573
  /**
7642
7574
  * Get subscription counts
7643
7575
  */
@@ -7656,9 +7588,9 @@ declare class AccessPromotionsTrackingLinksNamespace {
7656
7588
  list(params: AccessPromotionsTrackingLinksListParams): Promise<AccessPromotionsTrackingLinksListResponse>;
7657
7589
  /**
7658
7590
  * List tracking links
7659
- *
7660
- * Returns an async iterator that automatically paginates through all results.
7661
- */
7591
+ *
7592
+ * Returns an async iterator that automatically paginates through all results.
7593
+ */
7662
7594
  iterate(params: Omit<AccessPromotionsTrackingLinksListParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessPromotionsTrackingLinksListItem, void, unknown>;
7663
7595
  /**
7664
7596
  * Create tracking link
@@ -7734,10 +7666,6 @@ declare class AccessPromotionsNamespace {
7734
7666
  * Create promotion
7735
7667
  */
7736
7668
  create(params: AccessPromotionsCreateParams): Promise<Array<AccessPromotionsCreateResponseOption0Item> | AccessPromotionsCreateResponseOption1>;
7737
- /**
7738
- * Get promotion
7739
- */
7740
- get(params: AccessPromotionsGetParams): Promise<AccessPromotionsGetResponse>;
7741
7669
  /**
7742
7670
  * Update promotion
7743
7671
  */
@@ -7767,9 +7695,9 @@ declare class AccessPromotionsNamespace {
7767
7695
  */
7768
7696
  deleteBundles(params: AccessPromotionsDeleteBundlesParams): Promise<AccessPromotionsDeleteBundlesResponse>;
7769
7697
  /**
7770
- * Finish promotion
7698
+ * Stop promotion
7771
7699
  */
7772
- finish(params: AccessPromotionsFinishParams): Promise<AccessPromotionsFinishResponse>;
7700
+ createStop(params: AccessPromotionsCreateStopParams): Promise<AccessPromotionsCreateStopResponse>;
7773
7701
  }
7774
7702
  declare class AccessVaultListsNamespace {
7775
7703
  private _config;
@@ -7780,9 +7708,9 @@ declare class AccessVaultListsNamespace {
7780
7708
  list(params: AccessVaultListsListParams): Promise<AccessVaultListsListResponse>;
7781
7709
  /**
7782
7710
  * List vault folders
7783
- *
7784
- * Returns an async iterator that automatically paginates through all results.
7785
- */
7711
+ *
7712
+ * Returns an async iterator that automatically paginates through all results.
7713
+ */
7786
7714
  iterate(params: Omit<AccessVaultListsListParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessVaultListsListItem, void, unknown>;
7787
7715
  /**
7788
7716
  * Create vault list
@@ -7802,9 +7730,9 @@ declare class AccessVaultListsNamespace {
7802
7730
  listMedia(params: AccessVaultListsListMediaParams): Promise<AccessVaultListsListMediaResponse>;
7803
7731
  /**
7804
7732
  * List media in vault list
7805
- *
7806
- * Returns an async iterator that automatically paginates through all results.
7807
- */
7733
+ *
7734
+ * Returns an async iterator that automatically paginates through all results.
7735
+ */
7808
7736
  iterateMedia(params: Omit<AccessVaultListsListMediaParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessVaultListsListMediaItem, void, unknown>;
7809
7737
  /**
7810
7738
  * Add media to vault list
@@ -7821,9 +7749,9 @@ declare class AccessVaultNamespace {
7821
7749
  listMedia(params: AccessVaultListMediaParams): Promise<AccessVaultListMediaResponse>;
7822
7750
  /**
7823
7751
  * List vault media
7824
- *
7825
- * Returns an async iterator that automatically paginates through all results.
7826
- */
7752
+ *
7753
+ * Returns an async iterator that automatically paginates through all results.
7754
+ */
7827
7755
  iterateMedia(params: Omit<AccessVaultListMediaParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessVaultListMediaItem, void, unknown>;
7828
7756
  }
7829
7757
  declare class AccessUploadsNamespace {
@@ -7883,16 +7811,6 @@ declare class AccessNamespace {
7883
7811
  * Delete post
7884
7812
  */
7885
7813
  deletePosts(params: AccessDeletePostsParams): Promise<Record<string, any>>;
7886
- /**
7887
- * List mass messages
7888
- */
7889
- listMassMessages(params: AccessListMassMessagesParams): Promise<AccessListMassMessagesResponse>;
7890
- /**
7891
- * List mass messages
7892
- *
7893
- * Returns an async iterator that automatically paginates through all results.
7894
- */
7895
- iterateMassMessages(params: Omit<AccessListMassMessagesParams, 'limit' | 'offset' | 'marker'> & PaginationOptions): AsyncGenerator<AccessListMassMessagesItem, void, unknown>;
7896
7814
  /**
7897
7815
  * Create mass message
7898
7816
  */
@@ -8186,4 +8104,4 @@ declare function createFetchWebhookHandler(router: WebhookRouter): (request: Req
8186
8104
  */
8187
8105
  declare function createExpressWebhookMiddleware(router: WebhookRouter): (req: any, res: any, next: any) => Promise<void>;
8188
8106
 
8189
- export { type AccessAnalyticsCampaignsGetChartParams, type AccessAnalyticsCampaignsGetChartResponseValue, type AccessAnalyticsCampaignsGetTopItem, type AccessAnalyticsCampaignsGetTopParams, type AccessAnalyticsCampaignsGetTopResponse, type AccessAnalyticsMassMessagesGetChartParams, type AccessAnalyticsMassMessagesGetChartResponse, type AccessAnalyticsMassMessagesGetPurchasedParams, type AccessAnalyticsMassMessagesGetPurchasedResponse, type AccessAnalyticsMassMessagesListBuyersItem, type AccessAnalyticsMassMessagesListBuyersParams, type AccessAnalyticsMassMessagesListBuyersResponse, type AccessAnalyticsPostsGetChartParams, type AccessAnalyticsPostsGetChartResponseValue, type AccessAnalyticsPostsGetParams, type AccessAnalyticsPostsGetResponse, type AccessAnalyticsPostsGetTopParams, type AccessAnalyticsPostsGetTopResponse, type AccessAnalyticsPromotionsGetChartParams, type AccessAnalyticsPromotionsGetChartResponseValue, type AccessAnalyticsPromotionsGetTopParams, type AccessAnalyticsPromotionsGetTopResponse, type AccessAnalyticsStoriesGetChartParams, type AccessAnalyticsStoriesGetChartResponseValue, type AccessAnalyticsStoriesGetTopParams, type AccessAnalyticsStoriesGetTopResponse, type AccessAnalyticsStreamsGetChartParams, type AccessAnalyticsStreamsGetChartResponseValue, type AccessAnalyticsStreamsGetTopParams, type AccessAnalyticsStreamsGetTopResponse, type AccessAnalyticsTrialsGetChartParams, type AccessAnalyticsTrialsGetChartResponseValue, type AccessAnalyticsTrialsGetTopParams, type AccessAnalyticsTrialsGetTopResponse, type AccessAnalyticsVisitorCountriesGetChartParams, type AccessAnalyticsVisitorCountriesGetChartResponse, type AccessAnalyticsVisitorCountriesGetTopParams, type AccessAnalyticsVisitorCountriesGetTopResponse, type AccessChatsCreateMessagesParams, type AccessChatsCreateMessagesRequest, type AccessChatsCreateMessagesResponse, type AccessChatsDeleteMessagesParams, type AccessChatsDeleteMessagesRequest, type AccessChatsDeleteMessagesResponse, type AccessChatsListItem, type AccessChatsListMediaItem, type AccessChatsListMediaParams, type AccessChatsListMediaResponse, type AccessChatsListMessagesItem, type AccessChatsListMessagesParams, type AccessChatsListMessagesResponse, type AccessChatsListParams, type AccessChatsListResponse, type AccessCreateMassMessagesParams, type AccessCreateMassMessagesRequest, type AccessCreateMassMessagesResponse, type AccessCreatePostsParams, type AccessCreatePostsRequest, type AccessCreatePostsResponse, type AccessDeleteMassMessagesParams, type AccessDeleteMassMessagesResponse, type AccessDeletePostsParams, type AccessEarningsGetChartParams, type AccessEarningsGetChartResponse, type AccessEarningsListChargebacksItem, type AccessEarningsListChargebacksParams, type AccessEarningsListChargebacksResponse, type AccessEarningsListTransactionsItem, type AccessEarningsListTransactionsParams, type AccessEarningsListTransactionsResponse, type AccessGetMassMessagesParams, type AccessGetMassMessagesResponse, type AccessGetPostsParams, type AccessGetPostsResponseOption0, type AccessListMassMessagesItem, type AccessListMassMessagesParams, type AccessListMassMessagesResponse, type AccessListPostsParams, type AccessListPostsResponse, type AccessPromotionsCreateBundlesParams, type AccessPromotionsCreateBundlesRequest, type AccessPromotionsCreateBundlesResponse, type AccessPromotionsCreateParams, type AccessPromotionsCreateRequest, type AccessPromotionsCreateResponseOption0Item, type AccessPromotionsCreateResponseOption1, type AccessPromotionsDeleteBundlesParams, type AccessPromotionsDeleteBundlesResponse, type AccessPromotionsDeleteParams, type AccessPromotionsDeleteResponse, type AccessPromotionsFinishParams, type AccessPromotionsFinishResponse, type AccessPromotionsGetBundlesParams, type AccessPromotionsGetBundlesResponse, type AccessPromotionsGetParams, type AccessPromotionsGetResponse, type AccessPromotionsListBundlesParams, type AccessPromotionsListBundlesResponseOption0Item, type AccessPromotionsListBundlesResponseOption1, type AccessPromotionsListParams, type AccessPromotionsListResponseOption0Item, type AccessPromotionsListResponseOption1, type AccessPromotionsReplaceBundlesParams, type AccessPromotionsReplaceBundlesRequest, type AccessPromotionsReplaceBundlesResponse, type AccessPromotionsReplaceParams, type AccessPromotionsReplaceRequest, type AccessPromotionsReplaceResponse, type AccessPromotionsTrackingLinksCreateParams, type AccessPromotionsTrackingLinksCreateRequest, type AccessPromotionsTrackingLinksCreateResponseOption0Item, type AccessPromotionsTrackingLinksCreateResponseOption1, type AccessPromotionsTrackingLinksCreateShareAccessParams, type AccessPromotionsTrackingLinksCreateShareAccessRequest, type AccessPromotionsTrackingLinksCreateShareAccessResponse, type AccessPromotionsTrackingLinksDeleteParams, type AccessPromotionsTrackingLinksDeleteResponse, type AccessPromotionsTrackingLinksDeleteShareAccessParams, type AccessPromotionsTrackingLinksDeleteShareAccessRequest, type AccessPromotionsTrackingLinksDeleteShareAccessResponse, type AccessPromotionsTrackingLinksGetParams, type AccessPromotionsTrackingLinksGetResponse, type AccessPromotionsTrackingLinksListClaimersParams, type AccessPromotionsTrackingLinksListClaimersResponse, type AccessPromotionsTrackingLinksListItem, type AccessPromotionsTrackingLinksListParams, type AccessPromotionsTrackingLinksListResponse, type AccessPromotionsTrackingLinksReplaceParams, type AccessPromotionsTrackingLinksReplaceRequest, type AccessPromotionsTrackingLinksReplaceResponse, type AccessPromotionsTrialLinksCreateParams, type AccessPromotionsTrialLinksCreateRequest, type AccessPromotionsTrialLinksCreateResponse, type AccessPromotionsTrialLinksCreateShareAccessParams, type AccessPromotionsTrialLinksCreateShareAccessRequest, type AccessPromotionsTrialLinksCreateShareAccessResponse, type AccessPromotionsTrialLinksDeleteParams, type AccessPromotionsTrialLinksDeleteResponse, type AccessPromotionsTrialLinksDeleteShareAccessParams, type AccessPromotionsTrialLinksDeleteShareAccessRequest, type AccessPromotionsTrialLinksDeleteShareAccessResponse, type AccessPromotionsTrialLinksGetParams, type AccessPromotionsTrialLinksGetResponse, type AccessPromotionsTrialLinksListParams, type AccessPromotionsTrialLinksListResponseOption0, type AccessPromotionsTrialLinksListResponseOption1Item, type AccessPromotionsTrialLinksReplaceParams, type AccessPromotionsTrialLinksReplaceRequest, type AccessPromotionsTrialLinksReplaceResponse, type AccessReplaceMassMessagesParams, type AccessReplaceMassMessagesRequest, type AccessReplaceMassMessagesResponse, type AccessReplacePostsParams, type AccessReplacePostsRequest, type AccessReplacePostsResponse, type AccessSelfGetResponseOption0, type AccessSelfGetResponseOption1, type AccessSelfListNotificationsItem, type AccessSelfListNotificationsParams, type AccessSelfListNotificationsResponse, type AccessSelfListReleaseFormsItem, type AccessSelfListReleaseFormsParams, type AccessSelfListReleaseFormsResponse, type AccessSelfListTaggedFriendUsersItem, type AccessSelfListTaggedFriendUsersParams, type AccessSelfListTaggedFriendUsersResponse, type AccessSelfUpdateParams, type AccessSelfUpdateRequest, type AccessSelfUpdateResponse, type AccessSubscribersListItem, type AccessSubscribersListParams, type AccessSubscribersListResponse, type AccessSubscribersSetCustomNameParams, type AccessSubscribersSetCustomNameRequest, type AccessSubscribersSetDiscountParams, type AccessSubscribersSetDiscountRequest, type AccessSubscribersSetNoteParams, type AccessSubscribersSetNoteRequest, type AccessSubscriptionsGetCountResponse, type AccessSubscriptionsGetHistoryParams, type AccessSubscriptionsGetHistoryResponse, type AccessSubscriptionsGetParams, type AccessSubscriptionsListItem, type AccessSubscriptionsListParams, type AccessSubscriptionsListResponse, type AccessUploadsCheckParams, type AccessUploadsCheckRequest, type AccessUploadsCheckResponse, type AccessUploadsCompleteParams, type AccessUploadsCompleteRequest, type AccessUploadsCompleteResponse, type AccessUploadsInitParams, type AccessUploadsInitRequest, type AccessUploadsInitResponse, type AccessUploadsReplaceParams, type AccessUploadsReplacePartsParams, type AccessUploadsReplacePartsResponse, type AccessUploadsReplaceResponse, type AccessUsersGetBlockedItem, type AccessUsersGetBlockedParams, type AccessUsersGetBlockedResponse, type AccessUsersGetListParams, type AccessUsersGetListResponse, type AccessUsersGetParams, type AccessUsersGetResponseOption0, type AccessUsersGetRestrictItem, type AccessUsersGetRestrictParams, type AccessUsersGetRestrictResponse, type AccessUsersListPostsParams, type AccessUsersListPostsResponse, type AccessUsersListsCreate2Params, type AccessUsersListsCreate2Request, type AccessUsersListsCreate2Response, type AccessUsersListsCreateParams, type AccessUsersListsCreateRequest, type AccessUsersListsCreateResponse, type AccessUsersListsCreateUsersParams, type AccessUsersListsCreateUsersResponseOption0, type AccessUsersListsDeleteParams, type AccessUsersListsDeleteUsersParams, type AccessUsersListsDeleteUsersResponseOption0, type AccessUsersListsGetParams, type AccessUsersListsGetResponse, type AccessUsersListsListItem, type AccessUsersListsListParams, type AccessUsersListsListResponse, type AccessUsersListsListUsersItem, type AccessUsersListsListUsersParams, type AccessUsersListsListUsersResponse, type AccessUsersListsUpdateParams, type AccessUsersListsUpdateRequest, type AccessUsersListsUpdateResponse, type AccessUsersRestrict2Params, type AccessUsersRestrictParams, type AccessUsersSearchParams, type AccessUsersSearchResponseOption0Item, type AccessVaultListMediaItem, type AccessVaultListMediaParams, type AccessVaultListMediaResponse, type AccessVaultListsCreateMediaParams, type AccessVaultListsCreateMediaRequest, type AccessVaultListsCreateMediaResponse, type AccessVaultListsCreateParams, type AccessVaultListsCreateRequest, type AccessVaultListsCreateResponse, type AccessVaultListsDeleteParams, type AccessVaultListsListItem, type AccessVaultListsListMediaItem, type AccessVaultListsListMediaParams, type AccessVaultListsListMediaResponse, type AccessVaultListsListParams, type AccessVaultListsListResponse, type AccessVaultListsUpdateParams, type AccessVaultListsUpdateRequest, type AccessVaultListsUpdateResponse, type AccountConnectionsCreateImportParams, type AccountConnectionsCreateImportRequest, type AccountConnectionsCreateImportResponse, type AccountConnectionsDeleteParams, type AccountConnectionsGetSettingsParams, type AccountConnectionsGetSettingsResponse, type AccountConnectionsInvalidateParams, type AccountConnectionsListItem, type AccountConnectionsListParams, type AccountConnectionsListResponse, type AccountConnectionsUpdateImportParams, type AccountConnectionsUpdateImportRequest, type AccountConnectionsUpdateImportResponse, type AccountConnectionsUpdateSettingsParams, type AccountConnectionsUpdateSettingsRequest, type AccountConnectionsUpdateSettingsResponse, type AccountGetSettingsResponse, type AccountUpdateSettingsParams, type AccountUpdateSettingsRequest, type AccountUpdateSettingsResponse, type AccountWhoamiResponse, BASE_PATH, type BaseWebhookEvent, type ConnectionCreatedEvent, type ConnectionExpiredEvent, type ConnectionUpdatedEvent, type DynamicRulesGetStatusResponse, type DynamicRulesListResponse, type DynamicRulesSignParams, type DynamicRulesSignRequest, type DynamicRulesSignResponse, type ItemType, type LinkDeleteParams, type LinkGetParams, type LinkGetResponse, type LinkInitParams, type LinkInitRequest, type LinkInitResponse, type MarkerPaginatedResponse, OFAuthAPIError, OFAuthClient, type OFAuthConfig, type PaginatedResponse, type PaginationOptions, type ProxyRequestOptions, type RequestConfig, type RulesUpdatedEvent, type VaultPlusCreateBatchParams, type VaultPlusCreateBatchRequest, type VaultPlusCreateBatchResponse, type VaultPlusDeleteParams, type VaultPlusDeleteResponse, type VaultPlusGetListParams, type VaultPlusGetListResponse, type VaultPlusGetParams, type VaultPlusGetResponse, type VaultPlusPurgeParams, type VaultPlusPurgeResponse, type VaultPlusStoreCreateListParams, type VaultPlusStoreCreateListResponse, type VaultPlusStoreGetStatsResponse, type VaultPlusStoreGetStatusParams, type VaultPlusStoreGetStatusResponse, type WebhookConnection, type WebhookDynamicRules, type WebhookEvent, type WebhookEventData, type WebhookEventType, type WebhookHandler, type WebhookHeaders, WebhookRouter, type WebhookRouterConfig, type WebhookUserData, WebhookVerificationError, type WebhookVerificationOptions, createExpressWebhookMiddleware, createFetchWebhookHandler, createOFAuthClient, createWebhookRouter, extractWebhookHeaders, isWebhookVerificationError, proxy, request, verifyWebhookPayload, verifyWebhookRequest, verifyWebhookSignature };
8107
+ export { type AccessAnalyticsCampaignsGetChartParams, type AccessAnalyticsCampaignsGetChartResponseValue, type AccessAnalyticsCampaignsGetTopItem, type AccessAnalyticsCampaignsGetTopParams, type AccessAnalyticsCampaignsGetTopResponse, type AccessAnalyticsMassMessagesGetChartParams, type AccessAnalyticsMassMessagesGetChartResponse, type AccessAnalyticsMassMessagesGetPurchasedParams, type AccessAnalyticsMassMessagesGetPurchasedResponse, type AccessAnalyticsMassMessagesGetSentParams, type AccessAnalyticsMassMessagesGetSentResponse, type AccessAnalyticsMassMessagesListBuyersItem, type AccessAnalyticsMassMessagesListBuyersParams, type AccessAnalyticsMassMessagesListBuyersResponse, type AccessAnalyticsPostsGetChartParams, type AccessAnalyticsPostsGetChartResponseValue, type AccessAnalyticsPostsGetParams, type AccessAnalyticsPostsGetResponse, type AccessAnalyticsPostsGetTopParams, type AccessAnalyticsPostsGetTopResponse, type AccessAnalyticsPromotionsGetChartParams, type AccessAnalyticsPromotionsGetChartResponseValue, type AccessAnalyticsPromotionsGetTopParams, type AccessAnalyticsPromotionsGetTopResponse, type AccessAnalyticsStoriesGetChartParams, type AccessAnalyticsStoriesGetChartResponseValue, type AccessAnalyticsStoriesGetTopParams, type AccessAnalyticsStoriesGetTopResponse, type AccessAnalyticsStreamsGetChartParams, type AccessAnalyticsStreamsGetChartResponseValue, type AccessAnalyticsStreamsGetTopParams, type AccessAnalyticsStreamsGetTopResponse, type AccessAnalyticsTrialsGetChartParams, type AccessAnalyticsTrialsGetChartResponseValue, type AccessAnalyticsTrialsGetTopParams, type AccessAnalyticsTrialsGetTopResponse, type AccessAnalyticsVisitorCountriesGetChartParams, type AccessAnalyticsVisitorCountriesGetChartResponse, type AccessAnalyticsVisitorCountriesGetTopParams, type AccessAnalyticsVisitorCountriesGetTopResponse, type AccessChatsCreateMessagesParams, type AccessChatsCreateMessagesRequest, type AccessChatsCreateMessagesResponse, type AccessChatsDeleteMessagesParams, type AccessChatsDeleteMessagesRequest, type AccessChatsDeleteMessagesResponse, type AccessChatsListItem, type AccessChatsListMediaItem, type AccessChatsListMediaParams, type AccessChatsListMediaResponse, type AccessChatsListMessagesItem, type AccessChatsListMessagesParams, type AccessChatsListMessagesResponse, type AccessChatsListParams, type AccessChatsListResponse, type AccessCreateMassMessagesParams, type AccessCreateMassMessagesRequest, type AccessCreateMassMessagesResponse, type AccessCreatePostsParams, type AccessCreatePostsRequest, type AccessCreatePostsResponse, type AccessDeleteMassMessagesParams, type AccessDeleteMassMessagesResponse, type AccessDeletePostsParams, type AccessEarningsGetChartParams, type AccessEarningsGetChartResponse, type AccessEarningsListChargebacksItem, type AccessEarningsListChargebacksParams, type AccessEarningsListChargebacksResponse, type AccessEarningsListTransactionsItem, type AccessEarningsListTransactionsParams, type AccessEarningsListTransactionsResponse, type AccessGetMassMessagesParams, type AccessGetMassMessagesResponse, type AccessGetPostsParams, type AccessGetPostsResponseOption0, type AccessListPostsParams, type AccessListPostsResponse, type AccessPromotionsCreateBundlesParams, type AccessPromotionsCreateBundlesRequest, type AccessPromotionsCreateBundlesResponse, type AccessPromotionsCreateParams, type AccessPromotionsCreateRequest, type AccessPromotionsCreateResponseOption0Item, type AccessPromotionsCreateResponseOption1, type AccessPromotionsCreateStopParams, type AccessPromotionsCreateStopResponse, type AccessPromotionsDeleteBundlesParams, type AccessPromotionsDeleteBundlesResponse, type AccessPromotionsDeleteParams, type AccessPromotionsDeleteResponse, type AccessPromotionsGetBundlesParams, type AccessPromotionsGetBundlesResponse, type AccessPromotionsListBundlesParams, type AccessPromotionsListBundlesResponseOption0Item, type AccessPromotionsListBundlesResponseOption1, type AccessPromotionsListParams, type AccessPromotionsListResponseOption0Item, type AccessPromotionsListResponseOption1, type AccessPromotionsReplaceBundlesParams, type AccessPromotionsReplaceBundlesRequest, type AccessPromotionsReplaceBundlesResponse, type AccessPromotionsReplaceParams, type AccessPromotionsReplaceRequest, type AccessPromotionsReplaceResponse, type AccessPromotionsTrackingLinksCreateParams, type AccessPromotionsTrackingLinksCreateRequest, type AccessPromotionsTrackingLinksCreateResponseOption0Item, type AccessPromotionsTrackingLinksCreateResponseOption1, type AccessPromotionsTrackingLinksCreateShareAccessParams, type AccessPromotionsTrackingLinksCreateShareAccessRequest, type AccessPromotionsTrackingLinksCreateShareAccessResponse, type AccessPromotionsTrackingLinksDeleteParams, type AccessPromotionsTrackingLinksDeleteResponse, type AccessPromotionsTrackingLinksDeleteShareAccessParams, type AccessPromotionsTrackingLinksDeleteShareAccessRequest, type AccessPromotionsTrackingLinksDeleteShareAccessResponse, type AccessPromotionsTrackingLinksGetParams, type AccessPromotionsTrackingLinksGetResponse, type AccessPromotionsTrackingLinksListClaimersParams, type AccessPromotionsTrackingLinksListClaimersResponse, type AccessPromotionsTrackingLinksListItem, type AccessPromotionsTrackingLinksListParams, type AccessPromotionsTrackingLinksListResponse, type AccessPromotionsTrackingLinksReplaceParams, type AccessPromotionsTrackingLinksReplaceRequest, type AccessPromotionsTrackingLinksReplaceResponse, type AccessPromotionsTrialLinksCreateParams, type AccessPromotionsTrialLinksCreateRequest, type AccessPromotionsTrialLinksCreateResponse, type AccessPromotionsTrialLinksCreateShareAccessParams, type AccessPromotionsTrialLinksCreateShareAccessRequest, type AccessPromotionsTrialLinksCreateShareAccessResponse, type AccessPromotionsTrialLinksDeleteParams, type AccessPromotionsTrialLinksDeleteResponse, type AccessPromotionsTrialLinksDeleteShareAccessParams, type AccessPromotionsTrialLinksDeleteShareAccessRequest, type AccessPromotionsTrialLinksDeleteShareAccessResponse, type AccessPromotionsTrialLinksGetParams, type AccessPromotionsTrialLinksGetResponse, type AccessPromotionsTrialLinksListParams, type AccessPromotionsTrialLinksListResponseOption0, type AccessPromotionsTrialLinksListResponseOption1Item, type AccessPromotionsTrialLinksReplaceParams, type AccessPromotionsTrialLinksReplaceRequest, type AccessPromotionsTrialLinksReplaceResponse, type AccessReplaceMassMessagesParams, type AccessReplaceMassMessagesRequest, type AccessReplaceMassMessagesResponse, type AccessReplacePostsParams, type AccessReplacePostsRequest, type AccessReplacePostsResponse, type AccessSelfGetResponseOption0, type AccessSelfGetResponseOption1, type AccessSelfListNotificationsItem, type AccessSelfListNotificationsParams, type AccessSelfListNotificationsResponse, type AccessSelfListReleaseFormsItem, type AccessSelfListReleaseFormsParams, type AccessSelfListReleaseFormsResponse, type AccessSelfListTaggedFriendUsersItem, type AccessSelfListTaggedFriendUsersParams, type AccessSelfListTaggedFriendUsersResponse, type AccessSelfUpdateParams, type AccessSelfUpdateRequest, type AccessSelfUpdateResponse, type AccessSubscribersListItem, type AccessSubscribersListParams, type AccessSubscribersListResponse, type AccessSubscribersSetCustomNameParams, type AccessSubscribersSetCustomNameRequest, type AccessSubscribersSetDiscountParams, type AccessSubscribersSetDiscountRequest, type AccessSubscribersSetNoteParams, type AccessSubscribersSetNoteRequest, type AccessSubscriptionsGetCountResponse, type AccessSubscriptionsGetHistoryParams, type AccessSubscriptionsGetHistoryResponse, type AccessSubscriptionsListItem, type AccessSubscriptionsListParams, type AccessSubscriptionsListResponse, type AccessUploadsCheckParams, type AccessUploadsCheckRequest, type AccessUploadsCheckResponse, type AccessUploadsCompleteParams, type AccessUploadsCompleteRequest, type AccessUploadsCompleteResponse, type AccessUploadsInitParams, type AccessUploadsInitRequest, type AccessUploadsInitResponse, type AccessUploadsReplaceParams, type AccessUploadsReplacePartsParams, type AccessUploadsReplacePartsResponse, type AccessUploadsReplaceResponse, type AccessUsersGetBlockedItem, type AccessUsersGetBlockedParams, type AccessUsersGetBlockedResponse, type AccessUsersGetListParams, type AccessUsersGetListResponse, type AccessUsersGetParams, type AccessUsersGetResponseOption0, type AccessUsersGetRestrictItem, type AccessUsersGetRestrictParams, type AccessUsersGetRestrictResponse, type AccessUsersListPostsParams, type AccessUsersListPostsResponse, type AccessUsersListsCreate2Params, type AccessUsersListsCreate2Request, type AccessUsersListsCreate2Response, type AccessUsersListsCreateParams, type AccessUsersListsCreateRequest, type AccessUsersListsCreateResponse, type AccessUsersListsCreateUsersParams, type AccessUsersListsCreateUsersResponseOption0, type AccessUsersListsDeleteParams, type AccessUsersListsDeleteUsersParams, type AccessUsersListsDeleteUsersResponseOption0, type AccessUsersListsGetParams, type AccessUsersListsGetResponse, type AccessUsersListsListItem, type AccessUsersListsListParams, type AccessUsersListsListResponse, type AccessUsersListsListUsersItem, type AccessUsersListsListUsersParams, type AccessUsersListsListUsersResponse, type AccessUsersListsUpdateParams, type AccessUsersListsUpdateRequest, type AccessUsersListsUpdateResponse, type AccessUsersRestrict2Params, type AccessUsersRestrictParams, type AccessUsersSearchParams, type AccessUsersSearchResponseOption0Item, type AccessVaultListMediaItem, type AccessVaultListMediaParams, type AccessVaultListMediaResponse, type AccessVaultListsCreateMediaParams, type AccessVaultListsCreateMediaRequest, type AccessVaultListsCreateMediaResponse, type AccessVaultListsCreateParams, type AccessVaultListsCreateRequest, type AccessVaultListsCreateResponse, type AccessVaultListsDeleteParams, type AccessVaultListsListItem, type AccessVaultListsListMediaItem, type AccessVaultListsListMediaParams, type AccessVaultListsListMediaResponse, type AccessVaultListsListParams, type AccessVaultListsListResponse, type AccessVaultListsUpdateParams, type AccessVaultListsUpdateRequest, type AccessVaultListsUpdateResponse, type AccountConnectionsCreateImportParams, type AccountConnectionsCreateImportRequest, type AccountConnectionsCreateImportResponse, type AccountConnectionsDeleteParams, type AccountConnectionsGetSettingsParams, type AccountConnectionsGetSettingsResponse, type AccountConnectionsInvalidateParams, type AccountConnectionsListItem, type AccountConnectionsListParams, type AccountConnectionsListResponse, type AccountConnectionsUpdateImportParams, type AccountConnectionsUpdateImportRequest, type AccountConnectionsUpdateImportResponse, type AccountConnectionsUpdateSettingsParams, type AccountConnectionsUpdateSettingsRequest, type AccountConnectionsUpdateSettingsResponse, type AccountGetSettingsResponse, type AccountUpdateSettingsParams, type AccountUpdateSettingsRequest, type AccountUpdateSettingsResponse, type AccountWhoamiResponse, BASE_PATH, type BaseWebhookEvent, type ConnectionCreatedEvent, type ConnectionExpiredEvent, type ConnectionUpdatedEvent, type DynamicRulesGetStatusResponse, type DynamicRulesListResponse, type DynamicRulesSignParams, type DynamicRulesSignRequest, type DynamicRulesSignResponse, type ItemType, type LinkDeleteParams, type LinkGetParams, type LinkGetResponse, type LinkInitParams, type LinkInitRequest, type LinkInitResponse, type MarkerPaginatedResponse, OFAuthAPIError, OFAuthClient, type OFAuthConfig, type PaginatedResponse, type PaginationOptions, type ProxyRequestOptions, type RequestConfig, type RulesUpdatedEvent, type VaultPlusCreateBatchParams, type VaultPlusCreateBatchRequest, type VaultPlusCreateBatchResponse, type VaultPlusDeleteParams, type VaultPlusDeleteResponse, type VaultPlusGetListParams, type VaultPlusGetListResponse, type VaultPlusGetParams, type VaultPlusGetResponse, type VaultPlusPurgeParams, type VaultPlusPurgeResponse, type VaultPlusStoreCreateListParams, type VaultPlusStoreCreateListResponse, type VaultPlusStoreGetStatsResponse, type VaultPlusStoreGetStatusParams, type VaultPlusStoreGetStatusResponse, type WebhookConnection, type WebhookDynamicRules, type WebhookEvent, type WebhookEventData, type WebhookEventType, type WebhookHandler, type WebhookHeaders, WebhookRouter, type WebhookRouterConfig, type WebhookUserData, WebhookVerificationError, type WebhookVerificationOptions, createExpressWebhookMiddleware, createFetchWebhookHandler, createOFAuthClient, createWebhookRouter, extractWebhookHeaders, isWebhookVerificationError, proxy, request, verifyWebhookPayload, verifyWebhookRequest, verifyWebhookSignature };