flexinet-api 0.0.2053-prerelease0-dev → 0.0.2054-prerelease0-dev

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/api.d.ts CHANGED
@@ -134,6 +134,12 @@ export interface AuditLogListResponse {
134
134
  * @memberof AuditLogListResponse
135
135
  */
136
136
  'nextToken'?: string;
137
+ /**
138
+ * This is the pagination token
139
+ * @type {string}
140
+ * @memberof AuditLogListResponse
141
+ */
142
+ 'prevToken'?: string;
137
143
  /**
138
144
  *
139
145
  * @type {boolean}
@@ -779,6 +785,12 @@ export interface ClientListResponse {
779
785
  * @memberof ClientListResponse
780
786
  */
781
787
  'hasMore': boolean;
788
+ /**
789
+ * This is the pagination token
790
+ * @type {string}
791
+ * @memberof ClientListResponse
792
+ */
793
+ 'prevToken'?: string;
782
794
  }
783
795
  /**
784
796
  *
@@ -1331,6 +1343,12 @@ export interface NotificationListResponse {
1331
1343
  * @memberof NotificationListResponse
1332
1344
  */
1333
1345
  'unreadCount': number;
1346
+ /**
1347
+ * This is the pagination token
1348
+ * @type {string}
1349
+ * @memberof NotificationListResponse
1350
+ */
1351
+ 'prevToken'?: string;
1334
1352
  }
1335
1353
  /**
1336
1354
  *
@@ -1506,6 +1524,12 @@ export interface OrderListResponse {
1506
1524
  * @memberof OrderListResponse
1507
1525
  */
1508
1526
  'nextToken'?: string;
1527
+ /**
1528
+ * This is the pagination token
1529
+ * @type {string}
1530
+ * @memberof OrderListResponse
1531
+ */
1532
+ 'prevToken'?: string;
1509
1533
  }
1510
1534
  /**
1511
1535
  * @type OrderSourceReference
@@ -2048,6 +2072,12 @@ export interface ProductRequestsResponse {
2048
2072
  * @memberof ProductRequestsResponse
2049
2073
  */
2050
2074
  'nextToken'?: string;
2075
+ /**
2076
+ * This is the pagination token
2077
+ * @type {string}
2078
+ * @memberof ProductRequestsResponse
2079
+ */
2080
+ 'prevToken'?: string;
2051
2081
  }
2052
2082
  /**
2053
2083
  *
@@ -2095,6 +2125,12 @@ export interface ProductsResponse {
2095
2125
  * @memberof ProductsResponse
2096
2126
  */
2097
2127
  'nextToken'?: string;
2128
+ /**
2129
+ * This is the pagination token
2130
+ * @type {string}
2131
+ * @memberof ProductsResponse
2132
+ */
2133
+ 'prevToken'?: string;
2098
2134
  }
2099
2135
  /**
2100
2136
  *
@@ -2208,6 +2244,12 @@ export interface ProgressResponse {
2208
2244
  * @memberof ProgressResponse
2209
2245
  */
2210
2246
  'nextToken'?: string;
2247
+ /**
2248
+ * This is the pagination token
2249
+ * @type {string}
2250
+ * @memberof ProgressResponse
2251
+ */
2252
+ 'prevToken'?: string;
2211
2253
  }
2212
2254
  /**
2213
2255
  *
@@ -2452,6 +2494,12 @@ export interface PromotionClientBeneficiaries {
2452
2494
  * @memberof PromotionClientBeneficiaries
2453
2495
  */
2454
2496
  'nextToken'?: string;
2497
+ /**
2498
+ * This is the pagination token
2499
+ * @type {string}
2500
+ * @memberof PromotionClientBeneficiaries
2501
+ */
2502
+ 'prevToken'?: string;
2455
2503
  }
2456
2504
  /**
2457
2505
  *
@@ -2686,6 +2734,12 @@ export interface PromotionUserBeneficiaries {
2686
2734
  * @memberof PromotionUserBeneficiaries
2687
2735
  */
2688
2736
  'nextToken'?: string;
2737
+ /**
2738
+ * This is the pagination token
2739
+ * @type {string}
2740
+ * @memberof PromotionUserBeneficiaries
2741
+ */
2742
+ 'prevToken'?: string;
2689
2743
  }
2690
2744
  /**
2691
2745
  *
@@ -2705,6 +2759,12 @@ export interface PromotionsResponse {
2705
2759
  * @memberof PromotionsResponse
2706
2760
  */
2707
2761
  'nextToken'?: string;
2762
+ /**
2763
+ * This is the pagination token
2764
+ * @type {string}
2765
+ * @memberof PromotionsResponse
2766
+ */
2767
+ 'prevToken'?: string;
2708
2768
  }
2709
2769
  /**
2710
2770
  *
@@ -2942,6 +3002,12 @@ export interface SegmentListResponse {
2942
3002
  * @memberof SegmentListResponse
2943
3003
  */
2944
3004
  'hasMore': boolean;
3005
+ /**
3006
+ * This is the pagination token
3007
+ * @type {string}
3008
+ * @memberof SegmentListResponse
3009
+ */
3010
+ 'prevToken'?: string;
2945
3011
  }
2946
3012
  /**
2947
3013
  *
@@ -3789,6 +3855,12 @@ export interface TransactionsResponse {
3789
3855
  * @memberof TransactionsResponse
3790
3856
  */
3791
3857
  'nextToken'?: string;
3858
+ /**
3859
+ * This is the pagination token
3860
+ * @type {string}
3861
+ * @memberof TransactionsResponse
3862
+ */
3863
+ 'prevToken'?: string;
3792
3864
  }
3793
3865
  /**
3794
3866
  *
@@ -4091,6 +4163,12 @@ export interface UserListResponse {
4091
4163
  * @memberof UserListResponse
4092
4164
  */
4093
4165
  'hasMore': boolean;
4166
+ /**
4167
+ * This is the pagination token
4168
+ * @type {string}
4169
+ * @memberof UserListResponse
4170
+ */
4171
+ 'prevToken'?: string;
4094
4172
  }
4095
4173
  /**
4096
4174
  *
@@ -4177,6 +4255,12 @@ export interface UserOrderListResponse {
4177
4255
  * @memberof UserOrderListResponse
4178
4256
  */
4179
4257
  'nextToken'?: string;
4258
+ /**
4259
+ * This is the pagination token
4260
+ * @type {string}
4261
+ * @memberof UserOrderListResponse
4262
+ */
4263
+ 'prevToken'?: string;
4180
4264
  }
4181
4265
  /**
4182
4266
  * @type UserOrderSourceReference
@@ -4423,6 +4507,12 @@ export interface UserPromotionsResponse {
4423
4507
  * @memberof UserPromotionsResponse
4424
4508
  */
4425
4509
  'nextToken'?: string;
4510
+ /**
4511
+ * This is the pagination token
4512
+ * @type {string}
4513
+ * @memberof UserPromotionsResponse
4514
+ */
4515
+ 'prevToken'?: string;
4426
4516
  }
4427
4517
  /**
4428
4518
  *
@@ -4512,10 +4602,11 @@ export declare const AuditApiAxiosParamCreator: (configuration?: Configuration)
4512
4602
  * @summary List audit logs for given object type and ID
4513
4603
  * @param {string} userID id of the user
4514
4604
  * @param {string} [nextToken] This is the pagination token
4605
+ * @param {string} [prevToken] This is the pagination token
4515
4606
  * @param {*} [options] Override http request option.
4516
4607
  * @throws {RequiredError}
4517
4608
  */
4518
- listUserAuditLogs: (userID: string, nextToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
4609
+ listUserAuditLogs: (userID: string, nextToken?: string, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
4519
4610
  };
4520
4611
  /**
4521
4612
  * AuditApi - functional programming interface
@@ -4536,10 +4627,11 @@ export declare const AuditApiFp: (configuration?: Configuration) => {
4536
4627
  * @summary List audit logs for given object type and ID
4537
4628
  * @param {string} userID id of the user
4538
4629
  * @param {string} [nextToken] This is the pagination token
4630
+ * @param {string} [prevToken] This is the pagination token
4539
4631
  * @param {*} [options] Override http request option.
4540
4632
  * @throws {RequiredError}
4541
4633
  */
4542
- listUserAuditLogs(userID: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuditLogListResponse>>;
4634
+ listUserAuditLogs(userID: string, nextToken?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuditLogListResponse>>;
4543
4635
  };
4544
4636
  /**
4545
4637
  * AuditApi - factory interface
@@ -4560,10 +4652,11 @@ export declare const AuditApiFactory: (configuration?: Configuration, basePath?:
4560
4652
  * @summary List audit logs for given object type and ID
4561
4653
  * @param {string} userID id of the user
4562
4654
  * @param {string} [nextToken] This is the pagination token
4655
+ * @param {string} [prevToken] This is the pagination token
4563
4656
  * @param {*} [options] Override http request option.
4564
4657
  * @throws {RequiredError}
4565
4658
  */
4566
- listUserAuditLogs(userID: string, nextToken?: string, options?: any): AxiosPromise<AuditLogListResponse>;
4659
+ listUserAuditLogs(userID: string, nextToken?: string, prevToken?: string, options?: any): AxiosPromise<AuditLogListResponse>;
4567
4660
  };
4568
4661
  /**
4569
4662
  * AuditApi - object-oriented interface
@@ -4587,11 +4680,12 @@ export declare class AuditApi extends BaseAPI {
4587
4680
  * @summary List audit logs for given object type and ID
4588
4681
  * @param {string} userID id of the user
4589
4682
  * @param {string} [nextToken] This is the pagination token
4683
+ * @param {string} [prevToken] This is the pagination token
4590
4684
  * @param {*} [options] Override http request option.
4591
4685
  * @throws {RequiredError}
4592
4686
  * @memberof AuditApi
4593
4687
  */
4594
- listUserAuditLogs(userID: string, nextToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AuditLogListResponse, any>>;
4688
+ listUserAuditLogs(userID: string, nextToken?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AuditLogListResponse, any>>;
4595
4689
  }
4596
4690
  /**
4597
4691
  * BalanceApi - axios parameter creator
@@ -5113,10 +5207,11 @@ export declare const ClientApiAxiosParamCreator: (configuration?: Configuration)
5113
5207
  * @param {Array<string>} [clientIDs] client IDs
5114
5208
  * @param {string} [managerID] manager ID for whose clients we want to list
5115
5209
  * @param {boolean} [isExcluded] is client excluded
5210
+ * @param {string} [prevToken] This is the pagination token
5116
5211
  * @param {*} [options] Override http request option.
5117
5212
  * @throws {RequiredError}
5118
5213
  */
5119
- listClients: (nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5214
+ listClients: (nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5120
5215
  /**
5121
5216
  * Update client
5122
5217
  * @summary Update client
@@ -5157,10 +5252,11 @@ export declare const ClientApiFp: (configuration?: Configuration) => {
5157
5252
  * @param {Array<string>} [clientIDs] client IDs
5158
5253
  * @param {string} [managerID] manager ID for whose clients we want to list
5159
5254
  * @param {boolean} [isExcluded] is client excluded
5255
+ * @param {string} [prevToken] This is the pagination token
5160
5256
  * @param {*} [options] Override http request option.
5161
5257
  * @throws {RequiredError}
5162
5258
  */
5163
- listClients(nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientListResponse>>;
5259
+ listClients(nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientListResponse>>;
5164
5260
  /**
5165
5261
  * Update client
5166
5262
  * @summary Update client
@@ -5201,10 +5297,11 @@ export declare const ClientApiFactory: (configuration?: Configuration, basePath?
5201
5297
  * @param {Array<string>} [clientIDs] client IDs
5202
5298
  * @param {string} [managerID] manager ID for whose clients we want to list
5203
5299
  * @param {boolean} [isExcluded] is client excluded
5300
+ * @param {string} [prevToken] This is the pagination token
5204
5301
  * @param {*} [options] Override http request option.
5205
5302
  * @throws {RequiredError}
5206
5303
  */
5207
- listClients(nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, options?: any): AxiosPromise<ClientListResponse>;
5304
+ listClients(nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, prevToken?: string, options?: any): AxiosPromise<ClientListResponse>;
5208
5305
  /**
5209
5306
  * Update client
5210
5307
  * @summary Update client
@@ -5249,11 +5346,12 @@ export declare class ClientApi extends BaseAPI {
5249
5346
  * @param {Array<string>} [clientIDs] client IDs
5250
5347
  * @param {string} [managerID] manager ID for whose clients we want to list
5251
5348
  * @param {boolean} [isExcluded] is client excluded
5349
+ * @param {string} [prevToken] This is the pagination token
5252
5350
  * @param {*} [options] Override http request option.
5253
5351
  * @throws {RequiredError}
5254
5352
  * @memberof ClientApi
5255
5353
  */
5256
- listClients(nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientListResponse, any>>;
5354
+ listClients(nextToken?: string, search?: string, referenceIDs?: Array<string>, clientIDs?: Array<string>, managerID?: string, isExcluded?: boolean, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientListResponse, any>>;
5257
5355
  /**
5258
5356
  * Update client
5259
5357
  * @summary Update client
@@ -5283,10 +5381,11 @@ export declare const ConfigurationApiAxiosParamCreator: (configuration?: Configu
5283
5381
  * @summary List configurations
5284
5382
  * @param {string} [nextToken] This is the pagination token
5285
5383
  * @param {string} [search] search string
5384
+ * @param {string} [prevToken] This is the pagination token
5286
5385
  * @param {*} [options] Override http request option.
5287
5386
  * @throws {RequiredError}
5288
5387
  */
5289
- listConfigurations: (nextToken?: string, search?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5388
+ listConfigurations: (nextToken?: string, search?: string, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5290
5389
  /**
5291
5390
  * List all features
5292
5391
  * @summary List features
@@ -5320,10 +5419,11 @@ export declare const ConfigurationApiFp: (configuration?: Configuration) => {
5320
5419
  * @summary List configurations
5321
5420
  * @param {string} [nextToken] This is the pagination token
5322
5421
  * @param {string} [search] search string
5422
+ * @param {string} [prevToken] This is the pagination token
5323
5423
  * @param {*} [options] Override http request option.
5324
5424
  * @throws {RequiredError}
5325
5425
  */
5326
- listConfigurations(nextToken?: string, search?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BackofficeConfig>>;
5426
+ listConfigurations(nextToken?: string, search?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BackofficeConfig>>;
5327
5427
  /**
5328
5428
  * List all features
5329
5429
  * @summary List features
@@ -5357,10 +5457,11 @@ export declare const ConfigurationApiFactory: (configuration?: Configuration, ba
5357
5457
  * @summary List configurations
5358
5458
  * @param {string} [nextToken] This is the pagination token
5359
5459
  * @param {string} [search] search string
5460
+ * @param {string} [prevToken] This is the pagination token
5360
5461
  * @param {*} [options] Override http request option.
5361
5462
  * @throws {RequiredError}
5362
5463
  */
5363
- listConfigurations(nextToken?: string, search?: string, options?: any): AxiosPromise<BackofficeConfig>;
5464
+ listConfigurations(nextToken?: string, search?: string, prevToken?: string, options?: any): AxiosPromise<BackofficeConfig>;
5364
5465
  /**
5365
5466
  * List all features
5366
5467
  * @summary List features
@@ -5397,11 +5498,12 @@ export declare class ConfigurationApi extends BaseAPI {
5397
5498
  * @summary List configurations
5398
5499
  * @param {string} [nextToken] This is the pagination token
5399
5500
  * @param {string} [search] search string
5501
+ * @param {string} [prevToken] This is the pagination token
5400
5502
  * @param {*} [options] Override http request option.
5401
5503
  * @throws {RequiredError}
5402
5504
  * @memberof ConfigurationApi
5403
5505
  */
5404
- listConfigurations(nextToken?: string, search?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BackofficeConfig, any>>;
5506
+ listConfigurations(nextToken?: string, search?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BackofficeConfig, any>>;
5405
5507
  /**
5406
5508
  * List all features
5407
5509
  * @summary List features
@@ -5760,10 +5862,11 @@ export declare const NotificationApiAxiosParamCreator: (configuration?: Configur
5760
5862
  * @summary List notifications
5761
5863
  * @param {string} [nextToken] This is the pagination token
5762
5864
  * @param {NotificationStatus} [status] Notification status
5865
+ * @param {string} [prevToken] This is the pagination token
5763
5866
  * @param {*} [options] Override http request option.
5764
5867
  * @throws {RequiredError}
5765
5868
  */
5766
- listNotifications: (nextToken?: string, status?: NotificationStatus, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5869
+ listNotifications: (nextToken?: string, status?: NotificationStatus, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5767
5870
  /**
5768
5871
  * Update notification by ID
5769
5872
  * @summary Update notification
@@ -5829,10 +5932,11 @@ export declare const NotificationApiFp: (configuration?: Configuration) => {
5829
5932
  * @summary List notifications
5830
5933
  * @param {string} [nextToken] This is the pagination token
5831
5934
  * @param {NotificationStatus} [status] Notification status
5935
+ * @param {string} [prevToken] This is the pagination token
5832
5936
  * @param {*} [options] Override http request option.
5833
5937
  * @throws {RequiredError}
5834
5938
  */
5835
- listNotifications(nextToken?: string, status?: NotificationStatus, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NotificationListResponse>>;
5939
+ listNotifications(nextToken?: string, status?: NotificationStatus, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NotificationListResponse>>;
5836
5940
  /**
5837
5941
  * Update notification by ID
5838
5942
  * @summary Update notification
@@ -5898,10 +6002,11 @@ export declare const NotificationApiFactory: (configuration?: Configuration, bas
5898
6002
  * @summary List notifications
5899
6003
  * @param {string} [nextToken] This is the pagination token
5900
6004
  * @param {NotificationStatus} [status] Notification status
6005
+ * @param {string} [prevToken] This is the pagination token
5901
6006
  * @param {*} [options] Override http request option.
5902
6007
  * @throws {RequiredError}
5903
6008
  */
5904
- listNotifications(nextToken?: string, status?: NotificationStatus, options?: any): AxiosPromise<NotificationListResponse>;
6009
+ listNotifications(nextToken?: string, status?: NotificationStatus, prevToken?: string, options?: any): AxiosPromise<NotificationListResponse>;
5905
6010
  /**
5906
6011
  * Update notification by ID
5907
6012
  * @summary Update notification
@@ -5973,11 +6078,12 @@ export declare class NotificationApi extends BaseAPI {
5973
6078
  * @summary List notifications
5974
6079
  * @param {string} [nextToken] This is the pagination token
5975
6080
  * @param {NotificationStatus} [status] Notification status
6081
+ * @param {string} [prevToken] This is the pagination token
5976
6082
  * @param {*} [options] Override http request option.
5977
6083
  * @throws {RequiredError}
5978
6084
  * @memberof NotificationApi
5979
6085
  */
5980
- listNotifications(nextToken?: string, status?: NotificationStatus, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationListResponse, any>>;
6086
+ listNotifications(nextToken?: string, status?: NotificationStatus, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationListResponse, any>>;
5981
6087
  /**
5982
6088
  * Update notification by ID
5983
6089
  * @summary Update notification
@@ -6046,7 +6152,7 @@ export declare const OrderApiAxiosParamCreator: (configuration?: Configuration)
6046
6152
  /**
6047
6153
  * List existing orders
6048
6154
  * @summary List existing orders
6049
- * @param {string} [paginationToken] This is the pagination token
6155
+ * @param {string} [nextToken] This is the pagination token
6050
6156
  * @param {string} [search] Search for product or order
6051
6157
  * @param {string} [productId] Filter by token
6052
6158
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -6056,24 +6162,26 @@ export declare const OrderApiAxiosParamCreator: (configuration?: Configuration)
6056
6162
  * @param {Array<string>} [clientIDs] Filter by client ids
6057
6163
  * @param {OrderKind} [kind] Filter by kind
6058
6164
  * @param {string} [source] Filter by order source. Either promotion or user reference, depending on the kind.
6165
+ * @param {string} [prevToken] This is the pagination token
6059
6166
  * @param {*} [options] Override http request option.
6060
6167
  * @throws {RequiredError}
6061
6168
  */
6062
- listOrders: (paginationToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6169
+ listOrders: (nextToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6063
6170
  /**
6064
6171
  * List existing orders
6065
6172
  * @summary List existing orders
6066
- * @param {string} [paginationToken] This is the pagination token
6173
+ * @param {string} [nextToken] This is the pagination token
6067
6174
  * @param {string} [search] Search for product or order
6068
6175
  * @param {string} [productID] Filter by token
6069
6176
  * @param {Array<string>} [balanceIDs] Filter by balance ids
6070
6177
  * @param {string} [createdAfter] Filter orders created after the specified date
6071
6178
  * @param {string} [createdBefore] Filter orders created before the specified date
6072
6179
  * @param {Array<string>} [userIDs] Filter by user ids
6180
+ * @param {string} [prevToken] This is the pagination token
6073
6181
  * @param {*} [options] Override http request option.
6074
6182
  * @throws {RequiredError}
6075
6183
  */
6076
- listOrdersUser: (paginationToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6184
+ listOrdersUser: (nextToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6077
6185
  };
6078
6186
  /**
6079
6187
  * OrderApi - functional programming interface
@@ -6115,7 +6223,7 @@ export declare const OrderApiFp: (configuration?: Configuration) => {
6115
6223
  /**
6116
6224
  * List existing orders
6117
6225
  * @summary List existing orders
6118
- * @param {string} [paginationToken] This is the pagination token
6226
+ * @param {string} [nextToken] This is the pagination token
6119
6227
  * @param {string} [search] Search for product or order
6120
6228
  * @param {string} [productId] Filter by token
6121
6229
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -6125,24 +6233,26 @@ export declare const OrderApiFp: (configuration?: Configuration) => {
6125
6233
  * @param {Array<string>} [clientIDs] Filter by client ids
6126
6234
  * @param {OrderKind} [kind] Filter by kind
6127
6235
  * @param {string} [source] Filter by order source. Either promotion or user reference, depending on the kind.
6236
+ * @param {string} [prevToken] This is the pagination token
6128
6237
  * @param {*} [options] Override http request option.
6129
6238
  * @throws {RequiredError}
6130
6239
  */
6131
- listOrders(paginationToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderListResponse>>;
6240
+ listOrders(nextToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderListResponse>>;
6132
6241
  /**
6133
6242
  * List existing orders
6134
6243
  * @summary List existing orders
6135
- * @param {string} [paginationToken] This is the pagination token
6244
+ * @param {string} [nextToken] This is the pagination token
6136
6245
  * @param {string} [search] Search for product or order
6137
6246
  * @param {string} [productID] Filter by token
6138
6247
  * @param {Array<string>} [balanceIDs] Filter by balance ids
6139
6248
  * @param {string} [createdAfter] Filter orders created after the specified date
6140
6249
  * @param {string} [createdBefore] Filter orders created before the specified date
6141
6250
  * @param {Array<string>} [userIDs] Filter by user ids
6251
+ * @param {string} [prevToken] This is the pagination token
6142
6252
  * @param {*} [options] Override http request option.
6143
6253
  * @throws {RequiredError}
6144
6254
  */
6145
- listOrdersUser(paginationToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOrderListResponse>>;
6255
+ listOrdersUser(nextToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserOrderListResponse>>;
6146
6256
  };
6147
6257
  /**
6148
6258
  * OrderApi - factory interface
@@ -6184,7 +6294,7 @@ export declare const OrderApiFactory: (configuration?: Configuration, basePath?:
6184
6294
  /**
6185
6295
  * List existing orders
6186
6296
  * @summary List existing orders
6187
- * @param {string} [paginationToken] This is the pagination token
6297
+ * @param {string} [nextToken] This is the pagination token
6188
6298
  * @param {string} [search] Search for product or order
6189
6299
  * @param {string} [productId] Filter by token
6190
6300
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -6194,24 +6304,26 @@ export declare const OrderApiFactory: (configuration?: Configuration, basePath?:
6194
6304
  * @param {Array<string>} [clientIDs] Filter by client ids
6195
6305
  * @param {OrderKind} [kind] Filter by kind
6196
6306
  * @param {string} [source] Filter by order source. Either promotion or user reference, depending on the kind.
6307
+ * @param {string} [prevToken] This is the pagination token
6197
6308
  * @param {*} [options] Override http request option.
6198
6309
  * @throws {RequiredError}
6199
6310
  */
6200
- listOrders(paginationToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, options?: any): AxiosPromise<OrderListResponse>;
6311
+ listOrders(nextToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, prevToken?: string, options?: any): AxiosPromise<OrderListResponse>;
6201
6312
  /**
6202
6313
  * List existing orders
6203
6314
  * @summary List existing orders
6204
- * @param {string} [paginationToken] This is the pagination token
6315
+ * @param {string} [nextToken] This is the pagination token
6205
6316
  * @param {string} [search] Search for product or order
6206
6317
  * @param {string} [productID] Filter by token
6207
6318
  * @param {Array<string>} [balanceIDs] Filter by balance ids
6208
6319
  * @param {string} [createdAfter] Filter orders created after the specified date
6209
6320
  * @param {string} [createdBefore] Filter orders created before the specified date
6210
6321
  * @param {Array<string>} [userIDs] Filter by user ids
6322
+ * @param {string} [prevToken] This is the pagination token
6211
6323
  * @param {*} [options] Override http request option.
6212
6324
  * @throws {RequiredError}
6213
6325
  */
6214
- listOrdersUser(paginationToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, options?: any): AxiosPromise<UserOrderListResponse>;
6326
+ listOrdersUser(nextToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, prevToken?: string, options?: any): AxiosPromise<UserOrderListResponse>;
6215
6327
  };
6216
6328
  /**
6217
6329
  * OrderApi - object-oriented interface
@@ -6259,7 +6371,7 @@ export declare class OrderApi extends BaseAPI {
6259
6371
  /**
6260
6372
  * List existing orders
6261
6373
  * @summary List existing orders
6262
- * @param {string} [paginationToken] This is the pagination token
6374
+ * @param {string} [nextToken] This is the pagination token
6263
6375
  * @param {string} [search] Search for product or order
6264
6376
  * @param {string} [productId] Filter by token
6265
6377
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -6269,26 +6381,28 @@ export declare class OrderApi extends BaseAPI {
6269
6381
  * @param {Array<string>} [clientIDs] Filter by client ids
6270
6382
  * @param {OrderKind} [kind] Filter by kind
6271
6383
  * @param {string} [source] Filter by order source. Either promotion or user reference, depending on the kind.
6384
+ * @param {string} [prevToken] This is the pagination token
6272
6385
  * @param {*} [options] Override http request option.
6273
6386
  * @throws {RequiredError}
6274
6387
  * @memberof OrderApi
6275
6388
  */
6276
- listOrders(paginationToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderListResponse, any>>;
6389
+ listOrders(nextToken?: string, search?: string, productId?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, clientIDs?: Array<string>, kind?: OrderKind, source?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderListResponse, any>>;
6277
6390
  /**
6278
6391
  * List existing orders
6279
6392
  * @summary List existing orders
6280
- * @param {string} [paginationToken] This is the pagination token
6393
+ * @param {string} [nextToken] This is the pagination token
6281
6394
  * @param {string} [search] Search for product or order
6282
6395
  * @param {string} [productID] Filter by token
6283
6396
  * @param {Array<string>} [balanceIDs] Filter by balance ids
6284
6397
  * @param {string} [createdAfter] Filter orders created after the specified date
6285
6398
  * @param {string} [createdBefore] Filter orders created before the specified date
6286
6399
  * @param {Array<string>} [userIDs] Filter by user ids
6400
+ * @param {string} [prevToken] This is the pagination token
6287
6401
  * @param {*} [options] Override http request option.
6288
6402
  * @throws {RequiredError}
6289
6403
  * @memberof OrderApi
6290
6404
  */
6291
- listOrdersUser(paginationToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserOrderListResponse, any>>;
6405
+ listOrdersUser(nextToken?: string, search?: string, productID?: string, balanceIDs?: Array<string>, createdAfter?: string, createdBefore?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserOrderListResponse, any>>;
6292
6406
  }
6293
6407
  /**
6294
6408
  * ProductApi - axios parameter creator
@@ -6356,10 +6470,11 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
6356
6470
  * @summary List existing product requests
6357
6471
  * @param {ProductRequestStatus} [status] The product request status
6358
6472
  * @param {string} [nextToken] This is the pagination token
6473
+ * @param {string} [prevToken] This is the pagination token
6359
6474
  * @param {*} [options] Override http request option.
6360
6475
  * @throws {RequiredError}
6361
6476
  */
6362
- listProductRequests: (status?: ProductRequestStatus, nextToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6477
+ listProductRequests: (status?: ProductRequestStatus, nextToken?: string, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6363
6478
  /**
6364
6479
  * List existing products
6365
6480
  * @summary List existing products
@@ -6372,18 +6487,20 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
6372
6487
  * @param {string} [segmentID] The segment ID
6373
6488
  * @param {string} [nextToken] This is the pagination token
6374
6489
  * @param {Array<string>} [ids] This a list of ids to filter by
6490
+ * @param {string} [prevToken] This is the pagination token
6375
6491
  * @param {*} [options] Override http request option.
6376
6492
  * @throws {RequiredError}
6377
6493
  */
6378
- listProducts: (kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6494
+ listProducts: (kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6379
6495
  /**
6380
6496
  * List product requests
6381
6497
  * @summary List product requests
6382
6498
  * @param {string} [nextToken] This is the pagination token
6499
+ * @param {string} [prevToken] This is the pagination token
6383
6500
  * @param {*} [options] Override http request option.
6384
6501
  * @throws {RequiredError}
6385
6502
  */
6386
- listUserProductRequests: (nextToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6503
+ listUserProductRequests: (nextToken?: string, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6387
6504
  /**
6388
6505
  * List existing products for the user
6389
6506
  * @summary List existing products
@@ -6393,10 +6510,11 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
6393
6510
  * @param {string} [search] search string
6394
6511
  * @param {ProductAvailability} [availability] The product availability
6395
6512
  * @param {Array<string>} [ids] This a list of ids to filter by
6513
+ * @param {string} [prevToken] This is the pagination token
6396
6514
  * @param {*} [options] Override http request option.
6397
6515
  * @throws {RequiredError}
6398
6516
  */
6399
- listUserProducts: (kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6517
+ listUserProducts: (kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6400
6518
  /**
6401
6519
  * Update a product by id
6402
6520
  * @summary Update a product by id
@@ -6473,10 +6591,11 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
6473
6591
  * @summary List existing product requests
6474
6592
  * @param {ProductRequestStatus} [status] The product request status
6475
6593
  * @param {string} [nextToken] This is the pagination token
6594
+ * @param {string} [prevToken] This is the pagination token
6476
6595
  * @param {*} [options] Override http request option.
6477
6596
  * @throws {RequiredError}
6478
6597
  */
6479
- listProductRequests(status?: ProductRequestStatus, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductRequestsResponse>>;
6598
+ listProductRequests(status?: ProductRequestStatus, nextToken?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductRequestsResponse>>;
6480
6599
  /**
6481
6600
  * List existing products
6482
6601
  * @summary List existing products
@@ -6489,18 +6608,20 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
6489
6608
  * @param {string} [segmentID] The segment ID
6490
6609
  * @param {string} [nextToken] This is the pagination token
6491
6610
  * @param {Array<string>} [ids] This a list of ids to filter by
6611
+ * @param {string} [prevToken] This is the pagination token
6492
6612
  * @param {*} [options] Override http request option.
6493
6613
  * @throws {RequiredError}
6494
6614
  */
6495
- listProducts(kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductsResponse>>;
6615
+ listProducts(kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductsResponse>>;
6496
6616
  /**
6497
6617
  * List product requests
6498
6618
  * @summary List product requests
6499
6619
  * @param {string} [nextToken] This is the pagination token
6620
+ * @param {string} [prevToken] This is the pagination token
6500
6621
  * @param {*} [options] Override http request option.
6501
6622
  * @throws {RequiredError}
6502
6623
  */
6503
- listUserProductRequests(nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductRequestsResponse>>;
6624
+ listUserProductRequests(nextToken?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductRequestsResponse>>;
6504
6625
  /**
6505
6626
  * List existing products for the user
6506
6627
  * @summary List existing products
@@ -6510,10 +6631,11 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
6510
6631
  * @param {string} [search] search string
6511
6632
  * @param {ProductAvailability} [availability] The product availability
6512
6633
  * @param {Array<string>} [ids] This a list of ids to filter by
6634
+ * @param {string} [prevToken] This is the pagination token
6513
6635
  * @param {*} [options] Override http request option.
6514
6636
  * @throws {RequiredError}
6515
6637
  */
6516
- listUserProducts(kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductsResponse>>;
6638
+ listUserProducts(kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductsResponse>>;
6517
6639
  /**
6518
6640
  * Update a product by id
6519
6641
  * @summary Update a product by id
@@ -6590,10 +6712,11 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
6590
6712
  * @summary List existing product requests
6591
6713
  * @param {ProductRequestStatus} [status] The product request status
6592
6714
  * @param {string} [nextToken] This is the pagination token
6715
+ * @param {string} [prevToken] This is the pagination token
6593
6716
  * @param {*} [options] Override http request option.
6594
6717
  * @throws {RequiredError}
6595
6718
  */
6596
- listProductRequests(status?: ProductRequestStatus, nextToken?: string, options?: any): AxiosPromise<ProductRequestsResponse>;
6719
+ listProductRequests(status?: ProductRequestStatus, nextToken?: string, prevToken?: string, options?: any): AxiosPromise<ProductRequestsResponse>;
6597
6720
  /**
6598
6721
  * List existing products
6599
6722
  * @summary List existing products
@@ -6606,18 +6729,20 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
6606
6729
  * @param {string} [segmentID] The segment ID
6607
6730
  * @param {string} [nextToken] This is the pagination token
6608
6731
  * @param {Array<string>} [ids] This a list of ids to filter by
6732
+ * @param {string} [prevToken] This is the pagination token
6609
6733
  * @param {*} [options] Override http request option.
6610
6734
  * @throws {RequiredError}
6611
6735
  */
6612
- listProducts(kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, options?: any): AxiosPromise<ProductsResponse>;
6736
+ listProducts(kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, prevToken?: string, options?: any): AxiosPromise<ProductsResponse>;
6613
6737
  /**
6614
6738
  * List product requests
6615
6739
  * @summary List product requests
6616
6740
  * @param {string} [nextToken] This is the pagination token
6741
+ * @param {string} [prevToken] This is the pagination token
6617
6742
  * @param {*} [options] Override http request option.
6618
6743
  * @throws {RequiredError}
6619
6744
  */
6620
- listUserProductRequests(nextToken?: string, options?: any): AxiosPromise<ProductRequestsResponse>;
6745
+ listUserProductRequests(nextToken?: string, prevToken?: string, options?: any): AxiosPromise<ProductRequestsResponse>;
6621
6746
  /**
6622
6747
  * List existing products for the user
6623
6748
  * @summary List existing products
@@ -6627,10 +6752,11 @@ export declare const ProductApiFactory: (configuration?: Configuration, basePath
6627
6752
  * @param {string} [search] search string
6628
6753
  * @param {ProductAvailability} [availability] The product availability
6629
6754
  * @param {Array<string>} [ids] This a list of ids to filter by
6755
+ * @param {string} [prevToken] This is the pagination token
6630
6756
  * @param {*} [options] Override http request option.
6631
6757
  * @throws {RequiredError}
6632
6758
  */
6633
- listUserProducts(kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, options?: any): AxiosPromise<ProductsResponse>;
6759
+ listUserProducts(kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, prevToken?: string, options?: any): AxiosPromise<ProductsResponse>;
6634
6760
  /**
6635
6761
  * Update a product by id
6636
6762
  * @summary Update a product by id
@@ -6716,11 +6842,12 @@ export declare class ProductApi extends BaseAPI {
6716
6842
  * @summary List existing product requests
6717
6843
  * @param {ProductRequestStatus} [status] The product request status
6718
6844
  * @param {string} [nextToken] This is the pagination token
6845
+ * @param {string} [prevToken] This is the pagination token
6719
6846
  * @param {*} [options] Override http request option.
6720
6847
  * @throws {RequiredError}
6721
6848
  * @memberof ProductApi
6722
6849
  */
6723
- listProductRequests(status?: ProductRequestStatus, nextToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductRequestsResponse, any>>;
6850
+ listProductRequests(status?: ProductRequestStatus, nextToken?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductRequestsResponse, any>>;
6724
6851
  /**
6725
6852
  * List existing products
6726
6853
  * @summary List existing products
@@ -6733,20 +6860,22 @@ export declare class ProductApi extends BaseAPI {
6733
6860
  * @param {string} [segmentID] The segment ID
6734
6861
  * @param {string} [nextToken] This is the pagination token
6735
6862
  * @param {Array<string>} [ids] This a list of ids to filter by
6863
+ * @param {string} [prevToken] This is the pagination token
6736
6864
  * @param {*} [options] Override http request option.
6737
6865
  * @throws {RequiredError}
6738
6866
  * @memberof ProductApi
6739
6867
  */
6740
- listProducts(kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
6868
+ listProducts(kind?: ProductKind, categoryID?: string, search?: string, usage?: ProductUsage, status?: ProductStatus, availability?: ProductAvailability, segmentID?: string, nextToken?: string, ids?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
6741
6869
  /**
6742
6870
  * List product requests
6743
6871
  * @summary List product requests
6744
6872
  * @param {string} [nextToken] This is the pagination token
6873
+ * @param {string} [prevToken] This is the pagination token
6745
6874
  * @param {*} [options] Override http request option.
6746
6875
  * @throws {RequiredError}
6747
6876
  * @memberof ProductApi
6748
6877
  */
6749
- listUserProductRequests(nextToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductRequestsResponse, any>>;
6878
+ listUserProductRequests(nextToken?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductRequestsResponse, any>>;
6750
6879
  /**
6751
6880
  * List existing products for the user
6752
6881
  * @summary List existing products
@@ -6756,11 +6885,12 @@ export declare class ProductApi extends BaseAPI {
6756
6885
  * @param {string} [search] search string
6757
6886
  * @param {ProductAvailability} [availability] The product availability
6758
6887
  * @param {Array<string>} [ids] This a list of ids to filter by
6888
+ * @param {string} [prevToken] This is the pagination token
6759
6889
  * @param {*} [options] Override http request option.
6760
6890
  * @throws {RequiredError}
6761
6891
  * @memberof ProductApi
6762
6892
  */
6763
- listUserProducts(kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
6893
+ listUserProducts(kind?: ProductKind, nextToken?: string, categoryID?: string, search?: string, availability?: ProductAvailability, ids?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any>>;
6764
6894
  /**
6765
6895
  * Update a product by id
6766
6896
  * @summary Update a product by id
@@ -6787,10 +6917,11 @@ export declare const ProgressApiAxiosParamCreator: (configuration?: Configuratio
6787
6917
  * @param {ProgressInterval} [interval] Interval
6788
6918
  * @param {string} [nextToken] This is the pagination token
6789
6919
  * @param {ProgressStateAggregation} [state] Progress state
6920
+ * @param {string} [prevToken] This is the pagination token
6790
6921
  * @param {*} [options] Override http request option.
6791
6922
  * @throws {RequiredError}
6792
6923
  */
6793
- listProgress: (promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6924
+ listProgress: (promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6794
6925
  /**
6795
6926
  * List users progress
6796
6927
  * @summary List progress
@@ -6798,10 +6929,11 @@ export declare const ProgressApiAxiosParamCreator: (configuration?: Configuratio
6798
6929
  * @param {number} [periodID] Period ID
6799
6930
  * @param {string} [nextToken] This is the pagination token
6800
6931
  * @param {ProgressStateAggregation} [state] Progress state
6932
+ * @param {string} [prevToken] This is the pagination token
6801
6933
  * @param {*} [options] Override http request option.
6802
6934
  * @throws {RequiredError}
6803
6935
  */
6804
- listUserProgress: (promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6936
+ listUserProgress: (promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6805
6937
  };
6806
6938
  /**
6807
6939
  * ProgressApi - functional programming interface
@@ -6818,10 +6950,11 @@ export declare const ProgressApiFp: (configuration?: Configuration) => {
6818
6950
  * @param {ProgressInterval} [interval] Interval
6819
6951
  * @param {string} [nextToken] This is the pagination token
6820
6952
  * @param {ProgressStateAggregation} [state] Progress state
6953
+ * @param {string} [prevToken] This is the pagination token
6821
6954
  * @param {*} [options] Override http request option.
6822
6955
  * @throws {RequiredError}
6823
6956
  */
6824
- listProgress(promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProgressResponse>>;
6957
+ listProgress(promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProgressResponse>>;
6825
6958
  /**
6826
6959
  * List users progress
6827
6960
  * @summary List progress
@@ -6829,10 +6962,11 @@ export declare const ProgressApiFp: (configuration?: Configuration) => {
6829
6962
  * @param {number} [periodID] Period ID
6830
6963
  * @param {string} [nextToken] This is the pagination token
6831
6964
  * @param {ProgressStateAggregation} [state] Progress state
6965
+ * @param {string} [prevToken] This is the pagination token
6832
6966
  * @param {*} [options] Override http request option.
6833
6967
  * @throws {RequiredError}
6834
6968
  */
6835
- listUserProgress(promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProgressResponse>>;
6969
+ listUserProgress(promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProgressResponse>>;
6836
6970
  };
6837
6971
  /**
6838
6972
  * ProgressApi - factory interface
@@ -6849,10 +6983,11 @@ export declare const ProgressApiFactory: (configuration?: Configuration, basePat
6849
6983
  * @param {ProgressInterval} [interval] Interval
6850
6984
  * @param {string} [nextToken] This is the pagination token
6851
6985
  * @param {ProgressStateAggregation} [state] Progress state
6986
+ * @param {string} [prevToken] This is the pagination token
6852
6987
  * @param {*} [options] Override http request option.
6853
6988
  * @throws {RequiredError}
6854
6989
  */
6855
- listProgress(promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, options?: any): AxiosPromise<ProgressResponse>;
6990
+ listProgress(promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: any): AxiosPromise<ProgressResponse>;
6856
6991
  /**
6857
6992
  * List users progress
6858
6993
  * @summary List progress
@@ -6860,10 +6995,11 @@ export declare const ProgressApiFactory: (configuration?: Configuration, basePat
6860
6995
  * @param {number} [periodID] Period ID
6861
6996
  * @param {string} [nextToken] This is the pagination token
6862
6997
  * @param {ProgressStateAggregation} [state] Progress state
6998
+ * @param {string} [prevToken] This is the pagination token
6863
6999
  * @param {*} [options] Override http request option.
6864
7000
  * @throws {RequiredError}
6865
7001
  */
6866
- listUserProgress(promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, options?: any): AxiosPromise<ProgressResponse>;
7002
+ listUserProgress(promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: any): AxiosPromise<ProgressResponse>;
6867
7003
  };
6868
7004
  /**
6869
7005
  * ProgressApi - object-oriented interface
@@ -6882,11 +7018,12 @@ export declare class ProgressApi extends BaseAPI {
6882
7018
  * @param {ProgressInterval} [interval] Interval
6883
7019
  * @param {string} [nextToken] This is the pagination token
6884
7020
  * @param {ProgressStateAggregation} [state] Progress state
7021
+ * @param {string} [prevToken] This is the pagination token
6885
7022
  * @param {*} [options] Override http request option.
6886
7023
  * @throws {RequiredError}
6887
7024
  * @memberof ProgressApi
6888
7025
  */
6889
- listProgress(promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProgressResponse, any>>;
7026
+ listProgress(promotionIDs: Array<string>, periodID?: number, userIDs?: Array<string>, clientIDs?: Array<string>, interval?: ProgressInterval, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProgressResponse, any>>;
6890
7027
  /**
6891
7028
  * List users progress
6892
7029
  * @summary List progress
@@ -6894,11 +7031,12 @@ export declare class ProgressApi extends BaseAPI {
6894
7031
  * @param {number} [periodID] Period ID
6895
7032
  * @param {string} [nextToken] This is the pagination token
6896
7033
  * @param {ProgressStateAggregation} [state] Progress state
7034
+ * @param {string} [prevToken] This is the pagination token
6897
7035
  * @param {*} [options] Override http request option.
6898
7036
  * @throws {RequiredError}
6899
7037
  * @memberof ProgressApi
6900
7038
  */
6901
- listUserProgress(promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProgressResponse, any>>;
7039
+ listUserProgress(promotionIDs: Array<string>, periodID?: number, nextToken?: string, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ProgressResponse, any>>;
6902
7040
  }
6903
7041
  /**
6904
7042
  * PromotionApi - axios parameter creator
@@ -6989,10 +7127,11 @@ export declare const PromotionApiAxiosParamCreator: (configuration?: Configurati
6989
7127
  * @param {string} [search] search string, searches in client name/referenceID or user name/referenceID
6990
7128
  * @param {ProgressInterval} [interval] Progress interval to filter by
6991
7129
  * @param {ProgressStateAggregation} [state] Progress state
7130
+ * @param {string} [prevToken] This is the pagination token
6992
7131
  * @param {*} [options] Override http request option.
6993
7132
  * @throws {RequiredError}
6994
7133
  */
6995
- listPromotionBeneficiaries: (id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7134
+ listPromotionBeneficiaries: (id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6996
7135
  /**
6997
7136
  * List all promotions
6998
7137
  * @summary List promotions
@@ -7011,10 +7150,11 @@ export declare const PromotionApiAxiosParamCreator: (configuration?: Configurati
7011
7150
  * @param {SortDirection} [sortDirection] sort direction
7012
7151
  * @param {boolean} [onlyClaimable] only claimable promotions
7013
7152
  * @param {Array<string>} [iDs] IDs to filter by
7153
+ * @param {string} [prevToken] This is the pagination token
7014
7154
  * @param {*} [options] Override http request option.
7015
7155
  * @throws {RequiredError}
7016
7156
  */
7017
- listPromotions: (nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7157
+ listPromotions: (nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7018
7158
  /**
7019
7159
  * List users promotions
7020
7160
  * @summary List promotions
@@ -7030,10 +7170,11 @@ export declare const PromotionApiAxiosParamCreator: (configuration?: Configurati
7030
7170
  * @param {boolean} [onlyClaimable] only claimable promotions
7031
7171
  * @param {PromotionType} [type] promotion type
7032
7172
  * @param {Array<string>} [iDs] IDs to filter by
7173
+ * @param {string} [prevToken] This is the pagination token
7033
7174
  * @param {*} [options] Override http request option.
7034
7175
  * @throws {RequiredError}
7035
7176
  */
7036
- listUserPromotions: (nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7177
+ listUserPromotions: (nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7037
7178
  /**
7038
7179
  * Update promotion by id
7039
7180
  * @summary Update promotion
@@ -7133,10 +7274,11 @@ export declare const PromotionApiFp: (configuration?: Configuration) => {
7133
7274
  * @param {string} [search] search string, searches in client name/referenceID or user name/referenceID
7134
7275
  * @param {ProgressInterval} [interval] Progress interval to filter by
7135
7276
  * @param {ProgressStateAggregation} [state] Progress state
7277
+ * @param {string} [prevToken] This is the pagination token
7136
7278
  * @param {*} [options] Override http request option.
7137
7279
  * @throws {RequiredError}
7138
7280
  */
7139
- listPromotionBeneficiaries(id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromotionBeneficiariesResponse>>;
7281
+ listPromotionBeneficiaries(id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromotionBeneficiariesResponse>>;
7140
7282
  /**
7141
7283
  * List all promotions
7142
7284
  * @summary List promotions
@@ -7155,10 +7297,11 @@ export declare const PromotionApiFp: (configuration?: Configuration) => {
7155
7297
  * @param {SortDirection} [sortDirection] sort direction
7156
7298
  * @param {boolean} [onlyClaimable] only claimable promotions
7157
7299
  * @param {Array<string>} [iDs] IDs to filter by
7300
+ * @param {string} [prevToken] This is the pagination token
7158
7301
  * @param {*} [options] Override http request option.
7159
7302
  * @throws {RequiredError}
7160
7303
  */
7161
- listPromotions(nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromotionsResponse>>;
7304
+ listPromotions(nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromotionsResponse>>;
7162
7305
  /**
7163
7306
  * List users promotions
7164
7307
  * @summary List promotions
@@ -7174,10 +7317,11 @@ export declare const PromotionApiFp: (configuration?: Configuration) => {
7174
7317
  * @param {boolean} [onlyClaimable] only claimable promotions
7175
7318
  * @param {PromotionType} [type] promotion type
7176
7319
  * @param {Array<string>} [iDs] IDs to filter by
7320
+ * @param {string} [prevToken] This is the pagination token
7177
7321
  * @param {*} [options] Override http request option.
7178
7322
  * @throws {RequiredError}
7179
7323
  */
7180
- listUserPromotions(nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserPromotionsResponse>>;
7324
+ listUserPromotions(nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserPromotionsResponse>>;
7181
7325
  /**
7182
7326
  * Update promotion by id
7183
7327
  * @summary Update promotion
@@ -7277,10 +7421,11 @@ export declare const PromotionApiFactory: (configuration?: Configuration, basePa
7277
7421
  * @param {string} [search] search string, searches in client name/referenceID or user name/referenceID
7278
7422
  * @param {ProgressInterval} [interval] Progress interval to filter by
7279
7423
  * @param {ProgressStateAggregation} [state] Progress state
7424
+ * @param {string} [prevToken] This is the pagination token
7280
7425
  * @param {*} [options] Override http request option.
7281
7426
  * @throws {RequiredError}
7282
7427
  */
7283
- listPromotionBeneficiaries(id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, options?: any): AxiosPromise<PromotionBeneficiariesResponse>;
7428
+ listPromotionBeneficiaries(id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, prevToken?: string, options?: any): AxiosPromise<PromotionBeneficiariesResponse>;
7284
7429
  /**
7285
7430
  * List all promotions
7286
7431
  * @summary List promotions
@@ -7299,10 +7444,11 @@ export declare const PromotionApiFactory: (configuration?: Configuration, basePa
7299
7444
  * @param {SortDirection} [sortDirection] sort direction
7300
7445
  * @param {boolean} [onlyClaimable] only claimable promotions
7301
7446
  * @param {Array<string>} [iDs] IDs to filter by
7447
+ * @param {string} [prevToken] This is the pagination token
7302
7448
  * @param {*} [options] Override http request option.
7303
7449
  * @throws {RequiredError}
7304
7450
  */
7305
- listPromotions(nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, options?: any): AxiosPromise<PromotionsResponse>;
7451
+ listPromotions(nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, prevToken?: string, options?: any): AxiosPromise<PromotionsResponse>;
7306
7452
  /**
7307
7453
  * List users promotions
7308
7454
  * @summary List promotions
@@ -7318,10 +7464,11 @@ export declare const PromotionApiFactory: (configuration?: Configuration, basePa
7318
7464
  * @param {boolean} [onlyClaimable] only claimable promotions
7319
7465
  * @param {PromotionType} [type] promotion type
7320
7466
  * @param {Array<string>} [iDs] IDs to filter by
7467
+ * @param {string} [prevToken] This is the pagination token
7321
7468
  * @param {*} [options] Override http request option.
7322
7469
  * @throws {RequiredError}
7323
7470
  */
7324
- listUserPromotions(nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, options?: any): AxiosPromise<UserPromotionsResponse>;
7471
+ listUserPromotions(nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, prevToken?: string, options?: any): AxiosPromise<UserPromotionsResponse>;
7325
7472
  /**
7326
7473
  * Update promotion by id
7327
7474
  * @summary Update promotion
@@ -7432,11 +7579,12 @@ export declare class PromotionApi extends BaseAPI {
7432
7579
  * @param {string} [search] search string, searches in client name/referenceID or user name/referenceID
7433
7580
  * @param {ProgressInterval} [interval] Progress interval to filter by
7434
7581
  * @param {ProgressStateAggregation} [state] Progress state
7582
+ * @param {string} [prevToken] This is the pagination token
7435
7583
  * @param {*} [options] Override http request option.
7436
7584
  * @throws {RequiredError}
7437
7585
  * @memberof PromotionApi
7438
7586
  */
7439
- listPromotionBeneficiaries(id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PromotionBeneficiariesResponse, any>>;
7587
+ listPromotionBeneficiaries(id: string, periodID?: number, hasProgress?: boolean, nextToken?: string, search?: string, interval?: ProgressInterval, state?: ProgressStateAggregation, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PromotionBeneficiariesResponse, any>>;
7440
7588
  /**
7441
7589
  * List all promotions
7442
7590
  * @summary List promotions
@@ -7455,11 +7603,12 @@ export declare class PromotionApi extends BaseAPI {
7455
7603
  * @param {SortDirection} [sortDirection] sort direction
7456
7604
  * @param {boolean} [onlyClaimable] only claimable promotions
7457
7605
  * @param {Array<string>} [iDs] IDs to filter by
7606
+ * @param {string} [prevToken] This is the pagination token
7458
7607
  * @param {*} [options] Override http request option.
7459
7608
  * @throws {RequiredError}
7460
7609
  * @memberof PromotionApi
7461
7610
  */
7462
- listPromotions(nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PromotionsResponse, any>>;
7611
+ listPromotions(nextToken?: string, tags?: string, segmentId?: string, ownerID?: string, type?: PromotionType, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, clientIDs?: Array<string>, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, iDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PromotionsResponse, any>>;
7463
7612
  /**
7464
7613
  * List users promotions
7465
7614
  * @summary List promotions
@@ -7475,11 +7624,12 @@ export declare class PromotionApi extends BaseAPI {
7475
7624
  * @param {boolean} [onlyClaimable] only claimable promotions
7476
7625
  * @param {PromotionType} [type] promotion type
7477
7626
  * @param {Array<string>} [iDs] IDs to filter by
7627
+ * @param {string} [prevToken] This is the pagination token
7478
7628
  * @param {*} [options] Override http request option.
7479
7629
  * @throws {RequiredError}
7480
7630
  * @memberof PromotionApi
7481
7631
  */
7482
- listUserPromotions(nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserPromotionsResponse, any>>;
7632
+ listUserPromotions(nextToken?: string, tags?: string, startingAfter?: string, endingBefore?: string, startingBefore?: string, endingAfter?: string, search?: string, sortBy?: PromotionSortByField, sortDirection?: SortDirection, onlyClaimable?: boolean, type?: PromotionType, iDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserPromotionsResponse, any>>;
7483
7633
  /**
7484
7634
  * Update promotion by id
7485
7635
  * @summary Update promotion
@@ -7642,10 +7792,11 @@ export declare const SegmentApiAxiosParamCreator: (configuration?: Configuration
7642
7792
  * @summary Method returns segments list.
7643
7793
  * @param {string} [nextToken]
7644
7794
  * @param {string} [search] search string
7795
+ * @param {string} [prevToken]
7645
7796
  * @param {*} [options] Override http request option.
7646
7797
  * @throws {RequiredError}
7647
7798
  */
7648
- listSegments: (nextToken?: string, search?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7799
+ listSegments: (nextToken?: string, search?: string, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7649
7800
  };
7650
7801
  /**
7651
7802
  * SegmentApi - functional programming interface
@@ -7673,10 +7824,11 @@ export declare const SegmentApiFp: (configuration?: Configuration) => {
7673
7824
  * @summary Method returns segments list.
7674
7825
  * @param {string} [nextToken]
7675
7826
  * @param {string} [search] search string
7827
+ * @param {string} [prevToken]
7676
7828
  * @param {*} [options] Override http request option.
7677
7829
  * @throws {RequiredError}
7678
7830
  */
7679
- listSegments(nextToken?: string, search?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SegmentListResponse>>;
7831
+ listSegments(nextToken?: string, search?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SegmentListResponse>>;
7680
7832
  };
7681
7833
  /**
7682
7834
  * SegmentApi - factory interface
@@ -7704,10 +7856,11 @@ export declare const SegmentApiFactory: (configuration?: Configuration, basePath
7704
7856
  * @summary Method returns segments list.
7705
7857
  * @param {string} [nextToken]
7706
7858
  * @param {string} [search] search string
7859
+ * @param {string} [prevToken]
7707
7860
  * @param {*} [options] Override http request option.
7708
7861
  * @throws {RequiredError}
7709
7862
  */
7710
- listSegments(nextToken?: string, search?: string, options?: any): AxiosPromise<SegmentListResponse>;
7863
+ listSegments(nextToken?: string, search?: string, prevToken?: string, options?: any): AxiosPromise<SegmentListResponse>;
7711
7864
  };
7712
7865
  /**
7713
7866
  * SegmentApi - object-oriented interface
@@ -7739,11 +7892,12 @@ export declare class SegmentApi extends BaseAPI {
7739
7892
  * @summary Method returns segments list.
7740
7893
  * @param {string} [nextToken]
7741
7894
  * @param {string} [search] search string
7895
+ * @param {string} [prevToken]
7742
7896
  * @param {*} [options] Override http request option.
7743
7897
  * @throws {RequiredError}
7744
7898
  * @memberof SegmentApi
7745
7899
  */
7746
- listSegments(nextToken?: string, search?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SegmentListResponse, any>>;
7900
+ listSegments(nextToken?: string, search?: string, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SegmentListResponse, any>>;
7747
7901
  }
7748
7902
  /**
7749
7903
  * TagApi - axios parameter creator
@@ -8011,22 +8165,24 @@ export declare const TransactionApiAxiosParamCreator: (configuration?: Configura
8011
8165
  /**
8012
8166
  * List existing transactions
8013
8167
  * @summary List existing transactions
8014
- * @param {string} [paginationToken] This is the pagination token
8168
+ * @param {string} [nextToken] This is the pagination token
8015
8169
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
8016
8170
  * @param {Array<string>} [userIDs] This is the user ID
8171
+ * @param {string} [prevToken] This is the pagination token
8017
8172
  * @param {*} [options] Override http request option.
8018
8173
  * @throws {RequiredError}
8019
8174
  */
8020
- listTransactions: (paginationToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8175
+ listTransactions: (nextToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8021
8176
  /**
8022
8177
  * List existing transactions
8023
8178
  * @summary List existing transactions for users
8024
- * @param {string} [paginationToken] This is the pagination token
8179
+ * @param {string} [nextToken] This is the pagination token
8025
8180
  * @param {Array<string>} [userIDs] This is the user ID
8181
+ * @param {string} [prevToken] This is the pagination token
8026
8182
  * @param {*} [options] Override http request option.
8027
8183
  * @throws {RequiredError}
8028
8184
  */
8029
- listUserTransactions: (paginationToken?: string, userIDs?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8185
+ listUserTransactions: (nextToken?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8030
8186
  };
8031
8187
  /**
8032
8188
  * TransactionApi - functional programming interface
@@ -8036,22 +8192,24 @@ export declare const TransactionApiFp: (configuration?: Configuration) => {
8036
8192
  /**
8037
8193
  * List existing transactions
8038
8194
  * @summary List existing transactions
8039
- * @param {string} [paginationToken] This is the pagination token
8195
+ * @param {string} [nextToken] This is the pagination token
8040
8196
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
8041
8197
  * @param {Array<string>} [userIDs] This is the user ID
8198
+ * @param {string} [prevToken] This is the pagination token
8042
8199
  * @param {*} [options] Override http request option.
8043
8200
  * @throws {RequiredError}
8044
8201
  */
8045
- listTransactions(paginationToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionsResponse>>;
8202
+ listTransactions(nextToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionsResponse>>;
8046
8203
  /**
8047
8204
  * List existing transactions
8048
8205
  * @summary List existing transactions for users
8049
- * @param {string} [paginationToken] This is the pagination token
8206
+ * @param {string} [nextToken] This is the pagination token
8050
8207
  * @param {Array<string>} [userIDs] This is the user ID
8208
+ * @param {string} [prevToken] This is the pagination token
8051
8209
  * @param {*} [options] Override http request option.
8052
8210
  * @throws {RequiredError}
8053
8211
  */
8054
- listUserTransactions(paginationToken?: string, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionsResponse>>;
8212
+ listUserTransactions(nextToken?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionsResponse>>;
8055
8213
  };
8056
8214
  /**
8057
8215
  * TransactionApi - factory interface
@@ -8061,22 +8219,24 @@ export declare const TransactionApiFactory: (configuration?: Configuration, base
8061
8219
  /**
8062
8220
  * List existing transactions
8063
8221
  * @summary List existing transactions
8064
- * @param {string} [paginationToken] This is the pagination token
8222
+ * @param {string} [nextToken] This is the pagination token
8065
8223
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
8066
8224
  * @param {Array<string>} [userIDs] This is the user ID
8225
+ * @param {string} [prevToken] This is the pagination token
8067
8226
  * @param {*} [options] Override http request option.
8068
8227
  * @throws {RequiredError}
8069
8228
  */
8070
- listTransactions(paginationToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, options?: any): AxiosPromise<TransactionsResponse>;
8229
+ listTransactions(nextToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, prevToken?: string, options?: any): AxiosPromise<TransactionsResponse>;
8071
8230
  /**
8072
8231
  * List existing transactions
8073
8232
  * @summary List existing transactions for users
8074
- * @param {string} [paginationToken] This is the pagination token
8233
+ * @param {string} [nextToken] This is the pagination token
8075
8234
  * @param {Array<string>} [userIDs] This is the user ID
8235
+ * @param {string} [prevToken] This is the pagination token
8076
8236
  * @param {*} [options] Override http request option.
8077
8237
  * @throws {RequiredError}
8078
8238
  */
8079
- listUserTransactions(paginationToken?: string, userIDs?: Array<string>, options?: any): AxiosPromise<TransactionsResponse>;
8239
+ listUserTransactions(nextToken?: string, userIDs?: Array<string>, prevToken?: string, options?: any): AxiosPromise<TransactionsResponse>;
8080
8240
  };
8081
8241
  /**
8082
8242
  * TransactionApi - object-oriented interface
@@ -8088,24 +8248,26 @@ export declare class TransactionApi extends BaseAPI {
8088
8248
  /**
8089
8249
  * List existing transactions
8090
8250
  * @summary List existing transactions
8091
- * @param {string} [paginationToken] This is the pagination token
8251
+ * @param {string} [nextToken] This is the pagination token
8092
8252
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
8093
8253
  * @param {Array<string>} [userIDs] This is the user ID
8254
+ * @param {string} [prevToken] This is the pagination token
8094
8255
  * @param {*} [options] Override http request option.
8095
8256
  * @throws {RequiredError}
8096
8257
  * @memberof TransactionApi
8097
8258
  */
8098
- listTransactions(paginationToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionsResponse, any>>;
8259
+ listTransactions(nextToken?: string, clientIDs?: Array<string>, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionsResponse, any>>;
8099
8260
  /**
8100
8261
  * List existing transactions
8101
8262
  * @summary List existing transactions for users
8102
- * @param {string} [paginationToken] This is the pagination token
8263
+ * @param {string} [nextToken] This is the pagination token
8103
8264
  * @param {Array<string>} [userIDs] This is the user ID
8265
+ * @param {string} [prevToken] This is the pagination token
8104
8266
  * @param {*} [options] Override http request option.
8105
8267
  * @throws {RequiredError}
8106
8268
  * @memberof TransactionApi
8107
8269
  */
8108
- listUserTransactions(paginationToken?: string, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionsResponse, any>>;
8270
+ listUserTransactions(nextToken?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionsResponse, any>>;
8109
8271
  }
8110
8272
  /**
8111
8273
  * UserApi - axios parameter creator
@@ -8141,10 +8303,11 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
8141
8303
  * @param {string} [nextToken] This is the pagination token
8142
8304
  * @param {string} [search] search string
8143
8305
  * @param {Array<string>} [userIDs] user ids to filter by
8306
+ * @param {string} [prevToken] This is the pagination token
8144
8307
  * @param {*} [options] Override http request option.
8145
8308
  * @throws {RequiredError}
8146
8309
  */
8147
- listCustomerUsers: (nextToken?: string, search?: string, userIDs?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8310
+ listCustomerUsers: (nextToken?: string, search?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8148
8311
  /**
8149
8312
  * List all users
8150
8313
  * @summary List users
@@ -8154,10 +8317,11 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
8154
8317
  * @param {Array<string>} [clientIDs] client IDs to filter by
8155
8318
  * @param {Array<string>} [userIDs] user ids to filter by
8156
8319
  * @param {UserSource} [source] source to filter by
8320
+ * @param {string} [prevToken] This is the pagination token
8157
8321
  * @param {*} [options] Override http request option.
8158
8322
  * @throws {RequiredError}
8159
8323
  */
8160
- listUsers: (nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8324
+ listUsers: (nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, prevToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8161
8325
  };
8162
8326
  /**
8163
8327
  * UserApi - functional programming interface
@@ -8193,10 +8357,11 @@ export declare const UserApiFp: (configuration?: Configuration) => {
8193
8357
  * @param {string} [nextToken] This is the pagination token
8194
8358
  * @param {string} [search] search string
8195
8359
  * @param {Array<string>} [userIDs] user ids to filter by
8360
+ * @param {string} [prevToken] This is the pagination token
8196
8361
  * @param {*} [options] Override http request option.
8197
8362
  * @throws {RequiredError}
8198
8363
  */
8199
- listCustomerUsers(nextToken?: string, search?: string, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserListResponse>>;
8364
+ listCustomerUsers(nextToken?: string, search?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserListResponse>>;
8200
8365
  /**
8201
8366
  * List all users
8202
8367
  * @summary List users
@@ -8206,10 +8371,11 @@ export declare const UserApiFp: (configuration?: Configuration) => {
8206
8371
  * @param {Array<string>} [clientIDs] client IDs to filter by
8207
8372
  * @param {Array<string>} [userIDs] user ids to filter by
8208
8373
  * @param {UserSource} [source] source to filter by
8374
+ * @param {string} [prevToken] This is the pagination token
8209
8375
  * @param {*} [options] Override http request option.
8210
8376
  * @throws {RequiredError}
8211
8377
  */
8212
- listUsers(nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserListResponse>>;
8378
+ listUsers(nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, prevToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserListResponse>>;
8213
8379
  };
8214
8380
  /**
8215
8381
  * UserApi - factory interface
@@ -8245,10 +8411,11 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
8245
8411
  * @param {string} [nextToken] This is the pagination token
8246
8412
  * @param {string} [search] search string
8247
8413
  * @param {Array<string>} [userIDs] user ids to filter by
8414
+ * @param {string} [prevToken] This is the pagination token
8248
8415
  * @param {*} [options] Override http request option.
8249
8416
  * @throws {RequiredError}
8250
8417
  */
8251
- listCustomerUsers(nextToken?: string, search?: string, userIDs?: Array<string>, options?: any): AxiosPromise<UserListResponse>;
8418
+ listCustomerUsers(nextToken?: string, search?: string, userIDs?: Array<string>, prevToken?: string, options?: any): AxiosPromise<UserListResponse>;
8252
8419
  /**
8253
8420
  * List all users
8254
8421
  * @summary List users
@@ -8258,10 +8425,11 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
8258
8425
  * @param {Array<string>} [clientIDs] client IDs to filter by
8259
8426
  * @param {Array<string>} [userIDs] user ids to filter by
8260
8427
  * @param {UserSource} [source] source to filter by
8428
+ * @param {string} [prevToken] This is the pagination token
8261
8429
  * @param {*} [options] Override http request option.
8262
8430
  * @throws {RequiredError}
8263
8431
  */
8264
- listUsers(nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, options?: any): AxiosPromise<UserListResponse>;
8432
+ listUsers(nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, prevToken?: string, options?: any): AxiosPromise<UserListResponse>;
8265
8433
  };
8266
8434
  /**
8267
8435
  * UserApi - object-oriented interface
@@ -8302,11 +8470,12 @@ export declare class UserApi extends BaseAPI {
8302
8470
  * @param {string} [nextToken] This is the pagination token
8303
8471
  * @param {string} [search] search string
8304
8472
  * @param {Array<string>} [userIDs] user ids to filter by
8473
+ * @param {string} [prevToken] This is the pagination token
8305
8474
  * @param {*} [options] Override http request option.
8306
8475
  * @throws {RequiredError}
8307
8476
  * @memberof UserApi
8308
8477
  */
8309
- listCustomerUsers(nextToken?: string, search?: string, userIDs?: Array<string>, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserListResponse, any>>;
8478
+ listCustomerUsers(nextToken?: string, search?: string, userIDs?: Array<string>, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserListResponse, any>>;
8310
8479
  /**
8311
8480
  * List all users
8312
8481
  * @summary List users
@@ -8316,9 +8485,10 @@ export declare class UserApi extends BaseAPI {
8316
8485
  * @param {Array<string>} [clientIDs] client IDs to filter by
8317
8486
  * @param {Array<string>} [userIDs] user ids to filter by
8318
8487
  * @param {UserSource} [source] source to filter by
8488
+ * @param {string} [prevToken] This is the pagination token
8319
8489
  * @param {*} [options] Override http request option.
8320
8490
  * @throws {RequiredError}
8321
8491
  * @memberof UserApi
8322
8492
  */
8323
- listUsers(nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserListResponse, any>>;
8493
+ listUsers(nextToken?: string, role?: UserRole, search?: string, clientIDs?: Array<string>, userIDs?: Array<string>, source?: UserSource, prevToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserListResponse, any>>;
8324
8494
  }