flexinet-api 0.0.2053-prerelease0-dev → 0.0.2056-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.js CHANGED
@@ -3468,7 +3468,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
3468
3468
  /**
3469
3469
  * List existing orders
3470
3470
  * @summary List existing orders
3471
- * @param {string} [paginationToken] This is the pagination token
3471
+ * @param {string} [nextToken] This is the pagination token
3472
3472
  * @param {string} [search] Search for product or order
3473
3473
  * @param {string} [productId] Filter by token
3474
3474
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3481,7 +3481,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
3481
3481
  * @param {*} [options] Override http request option.
3482
3482
  * @throws {RequiredError}
3483
3483
  */
3484
- listOrders: (paginationToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options = {}) => __awaiter(this, void 0, void 0, function* () {
3484
+ listOrders: (nextToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options = {}) => __awaiter(this, void 0, void 0, function* () {
3485
3485
  const localVarPath = `/admins/orders`;
3486
3486
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3487
3487
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -3495,8 +3495,8 @@ const OrderApiAxiosParamCreator = function (configuration) {
3495
3495
  // authentication systemJWT required
3496
3496
  // http bearer authentication required
3497
3497
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
3498
- if (paginationToken !== undefined) {
3499
- localVarQueryParameter['paginationToken'] = paginationToken;
3498
+ if (nextToken !== undefined) {
3499
+ localVarQueryParameter['nextToken'] = nextToken;
3500
3500
  }
3501
3501
  if (search !== undefined) {
3502
3502
  localVarQueryParameter['search'] = search;
@@ -3540,7 +3540,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
3540
3540
  /**
3541
3541
  * List existing orders
3542
3542
  * @summary List existing orders
3543
- * @param {string} [paginationToken] This is the pagination token
3543
+ * @param {string} [nextToken] This is the pagination token
3544
3544
  * @param {string} [search] Search for product or order
3545
3545
  * @param {string} [productID] Filter by token
3546
3546
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3550,7 +3550,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
3550
3550
  * @param {*} [options] Override http request option.
3551
3551
  * @throws {RequiredError}
3552
3552
  */
3553
- listOrdersUser: (paginationToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options = {}) => __awaiter(this, void 0, void 0, function* () {
3553
+ listOrdersUser: (nextToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options = {}) => __awaiter(this, void 0, void 0, function* () {
3554
3554
  const localVarPath = `/users/orders`;
3555
3555
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3556
3556
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -3564,8 +3564,8 @@ const OrderApiAxiosParamCreator = function (configuration) {
3564
3564
  // authentication customerJWT required
3565
3565
  // http bearer authentication required
3566
3566
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
3567
- if (paginationToken !== undefined) {
3568
- localVarQueryParameter['paginationToken'] = paginationToken;
3567
+ if (nextToken !== undefined) {
3568
+ localVarQueryParameter['nextToken'] = nextToken;
3569
3569
  }
3570
3570
  if (search !== undefined) {
3571
3571
  localVarQueryParameter['search'] = search;
@@ -3662,7 +3662,7 @@ const OrderApiFp = function (configuration) {
3662
3662
  /**
3663
3663
  * List existing orders
3664
3664
  * @summary List existing orders
3665
- * @param {string} [paginationToken] This is the pagination token
3665
+ * @param {string} [nextToken] This is the pagination token
3666
3666
  * @param {string} [search] Search for product or order
3667
3667
  * @param {string} [productId] Filter by token
3668
3668
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3675,16 +3675,16 @@ const OrderApiFp = function (configuration) {
3675
3675
  * @param {*} [options] Override http request option.
3676
3676
  * @throws {RequiredError}
3677
3677
  */
3678
- listOrders(paginationToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options) {
3678
+ listOrders(nextToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options) {
3679
3679
  return __awaiter(this, void 0, void 0, function* () {
3680
- const localVarAxiosArgs = yield localVarAxiosParamCreator.listOrders(paginationToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options);
3680
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.listOrders(nextToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options);
3681
3681
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
3682
3682
  });
3683
3683
  },
3684
3684
  /**
3685
3685
  * List existing orders
3686
3686
  * @summary List existing orders
3687
- * @param {string} [paginationToken] This is the pagination token
3687
+ * @param {string} [nextToken] This is the pagination token
3688
3688
  * @param {string} [search] Search for product or order
3689
3689
  * @param {string} [productID] Filter by token
3690
3690
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3694,9 +3694,9 @@ const OrderApiFp = function (configuration) {
3694
3694
  * @param {*} [options] Override http request option.
3695
3695
  * @throws {RequiredError}
3696
3696
  */
3697
- listOrdersUser(paginationToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options) {
3697
+ listOrdersUser(nextToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options) {
3698
3698
  return __awaiter(this, void 0, void 0, function* () {
3699
- const localVarAxiosArgs = yield localVarAxiosParamCreator.listOrdersUser(paginationToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options);
3699
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.listOrdersUser(nextToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options);
3700
3700
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
3701
3701
  });
3702
3702
  },
@@ -3753,7 +3753,7 @@ const OrderApiFactory = function (configuration, basePath, axios) {
3753
3753
  /**
3754
3754
  * List existing orders
3755
3755
  * @summary List existing orders
3756
- * @param {string} [paginationToken] This is the pagination token
3756
+ * @param {string} [nextToken] This is the pagination token
3757
3757
  * @param {string} [search] Search for product or order
3758
3758
  * @param {string} [productId] Filter by token
3759
3759
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3766,13 +3766,13 @@ const OrderApiFactory = function (configuration, basePath, axios) {
3766
3766
  * @param {*} [options] Override http request option.
3767
3767
  * @throws {RequiredError}
3768
3768
  */
3769
- listOrders(paginationToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options) {
3770
- return localVarFp.listOrders(paginationToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options).then((request) => request(axios, basePath));
3769
+ listOrders(nextToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options) {
3770
+ return localVarFp.listOrders(nextToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options).then((request) => request(axios, basePath));
3771
3771
  },
3772
3772
  /**
3773
3773
  * List existing orders
3774
3774
  * @summary List existing orders
3775
- * @param {string} [paginationToken] This is the pagination token
3775
+ * @param {string} [nextToken] This is the pagination token
3776
3776
  * @param {string} [search] Search for product or order
3777
3777
  * @param {string} [productID] Filter by token
3778
3778
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3782,8 +3782,8 @@ const OrderApiFactory = function (configuration, basePath, axios) {
3782
3782
  * @param {*} [options] Override http request option.
3783
3783
  * @throws {RequiredError}
3784
3784
  */
3785
- listOrdersUser(paginationToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options) {
3786
- return localVarFp.listOrdersUser(paginationToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options).then((request) => request(axios, basePath));
3785
+ listOrdersUser(nextToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options) {
3786
+ return localVarFp.listOrdersUser(nextToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options).then((request) => request(axios, basePath));
3787
3787
  },
3788
3788
  };
3789
3789
  };
@@ -3842,7 +3842,7 @@ class OrderApi extends base_1.BaseAPI {
3842
3842
  /**
3843
3843
  * List existing orders
3844
3844
  * @summary List existing orders
3845
- * @param {string} [paginationToken] This is the pagination token
3845
+ * @param {string} [nextToken] This is the pagination token
3846
3846
  * @param {string} [search] Search for product or order
3847
3847
  * @param {string} [productId] Filter by token
3848
3848
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3856,13 +3856,13 @@ class OrderApi extends base_1.BaseAPI {
3856
3856
  * @throws {RequiredError}
3857
3857
  * @memberof OrderApi
3858
3858
  */
3859
- listOrders(paginationToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options) {
3860
- return (0, exports.OrderApiFp)(this.configuration).listOrders(paginationToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options).then((request) => request(this.axios, this.basePath));
3859
+ listOrders(nextToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options) {
3860
+ return (0, exports.OrderApiFp)(this.configuration).listOrders(nextToken, search, productId, balanceIDs, createdAfter, createdBefore, userIDs, clientIDs, kind, source, options).then((request) => request(this.axios, this.basePath));
3861
3861
  }
3862
3862
  /**
3863
3863
  * List existing orders
3864
3864
  * @summary List existing orders
3865
- * @param {string} [paginationToken] This is the pagination token
3865
+ * @param {string} [nextToken] This is the pagination token
3866
3866
  * @param {string} [search] Search for product or order
3867
3867
  * @param {string} [productID] Filter by token
3868
3868
  * @param {Array<string>} [balanceIDs] Filter by balance ids
@@ -3873,8 +3873,8 @@ class OrderApi extends base_1.BaseAPI {
3873
3873
  * @throws {RequiredError}
3874
3874
  * @memberof OrderApi
3875
3875
  */
3876
- listOrdersUser(paginationToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options) {
3877
- return (0, exports.OrderApiFp)(this.configuration).listOrdersUser(paginationToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options).then((request) => request(this.axios, this.basePath));
3876
+ listOrdersUser(nextToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options) {
3877
+ return (0, exports.OrderApiFp)(this.configuration).listOrdersUser(nextToken, search, productID, balanceIDs, createdAfter, createdBefore, userIDs, options).then((request) => request(this.axios, this.basePath));
3878
3878
  }
3879
3879
  }
3880
3880
  exports.OrderApi = OrderApi;
@@ -5422,10 +5422,11 @@ const PromotionApiAxiosParamCreator = function (configuration) {
5422
5422
  * @param {SortDirection} [sortDirection] sort direction
5423
5423
  * @param {boolean} [onlyClaimable] only claimable promotions
5424
5424
  * @param {Array<string>} [iDs] IDs to filter by
5425
+ * @param {string} [prevToken] This is the pagination token
5425
5426
  * @param {*} [options] Override http request option.
5426
5427
  * @throws {RequiredError}
5427
5428
  */
5428
- listPromotions: (nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, options = {}) => __awaiter(this, void 0, void 0, function* () {
5429
+ listPromotions: (nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, prevToken, options = {}) => __awaiter(this, void 0, void 0, function* () {
5429
5430
  const localVarPath = `/admins/promotions`;
5430
5431
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
5431
5432
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -5492,6 +5493,9 @@ const PromotionApiAxiosParamCreator = function (configuration) {
5492
5493
  if (iDs) {
5493
5494
  localVarQueryParameter['IDs'] = iDs;
5494
5495
  }
5496
+ if (prevToken !== undefined) {
5497
+ localVarQueryParameter['PrevToken'] = prevToken;
5498
+ }
5495
5499
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
5496
5500
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
5497
5501
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -5787,12 +5791,13 @@ const PromotionApiFp = function (configuration) {
5787
5791
  * @param {SortDirection} [sortDirection] sort direction
5788
5792
  * @param {boolean} [onlyClaimable] only claimable promotions
5789
5793
  * @param {Array<string>} [iDs] IDs to filter by
5794
+ * @param {string} [prevToken] This is the pagination token
5790
5795
  * @param {*} [options] Override http request option.
5791
5796
  * @throws {RequiredError}
5792
5797
  */
5793
- listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, options) {
5798
+ listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, prevToken, options) {
5794
5799
  return __awaiter(this, void 0, void 0, function* () {
5795
- const localVarAxiosArgs = yield localVarAxiosParamCreator.listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, options);
5800
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, prevToken, options);
5796
5801
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
5797
5802
  });
5798
5803
  },
@@ -5970,11 +5975,12 @@ const PromotionApiFactory = function (configuration, basePath, axios) {
5970
5975
  * @param {SortDirection} [sortDirection] sort direction
5971
5976
  * @param {boolean} [onlyClaimable] only claimable promotions
5972
5977
  * @param {Array<string>} [iDs] IDs to filter by
5978
+ * @param {string} [prevToken] This is the pagination token
5973
5979
  * @param {*} [options] Override http request option.
5974
5980
  * @throws {RequiredError}
5975
5981
  */
5976
- listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, options) {
5977
- return localVarFp.listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, options).then((request) => request(axios, basePath));
5982
+ listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, prevToken, options) {
5983
+ return localVarFp.listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, prevToken, options).then((request) => request(axios, basePath));
5978
5984
  },
5979
5985
  /**
5980
5986
  * List users promotions
@@ -6154,12 +6160,13 @@ class PromotionApi extends base_1.BaseAPI {
6154
6160
  * @param {SortDirection} [sortDirection] sort direction
6155
6161
  * @param {boolean} [onlyClaimable] only claimable promotions
6156
6162
  * @param {Array<string>} [iDs] IDs to filter by
6163
+ * @param {string} [prevToken] This is the pagination token
6157
6164
  * @param {*} [options] Override http request option.
6158
6165
  * @throws {RequiredError}
6159
6166
  * @memberof PromotionApi
6160
6167
  */
6161
- listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, options) {
6162
- return (0, exports.PromotionApiFp)(this.configuration).listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, options).then((request) => request(this.axios, this.basePath));
6168
+ listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, prevToken, options) {
6169
+ return (0, exports.PromotionApiFp)(this.configuration).listPromotions(nextToken, tags, segmentId, ownerID, type, startingAfter, endingBefore, startingBefore, endingAfter, clientIDs, search, sortBy, sortDirection, onlyClaimable, iDs, prevToken, options).then((request) => request(this.axios, this.basePath));
6163
6170
  }
6164
6171
  /**
6165
6172
  * List users promotions
@@ -7172,13 +7179,13 @@ const TransactionApiAxiosParamCreator = function (configuration) {
7172
7179
  /**
7173
7180
  * List existing transactions
7174
7181
  * @summary List existing transactions
7175
- * @param {string} [paginationToken] This is the pagination token
7182
+ * @param {string} [nextToken] This is the pagination token
7176
7183
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
7177
7184
  * @param {Array<string>} [userIDs] This is the user ID
7178
7185
  * @param {*} [options] Override http request option.
7179
7186
  * @throws {RequiredError}
7180
7187
  */
7181
- listTransactions: (paginationToken, clientIDs, userIDs, options = {}) => __awaiter(this, void 0, void 0, function* () {
7188
+ listTransactions: (nextToken, clientIDs, userIDs, options = {}) => __awaiter(this, void 0, void 0, function* () {
7182
7189
  const localVarPath = `/admins/transactions`;
7183
7190
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
7184
7191
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -7192,8 +7199,8 @@ const TransactionApiAxiosParamCreator = function (configuration) {
7192
7199
  // authentication systemJWT required
7193
7200
  // http bearer authentication required
7194
7201
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
7195
- if (paginationToken !== undefined) {
7196
- localVarQueryParameter['paginationToken'] = paginationToken;
7202
+ if (nextToken !== undefined) {
7203
+ localVarQueryParameter['nextToken'] = nextToken;
7197
7204
  }
7198
7205
  if (clientIDs) {
7199
7206
  localVarQueryParameter['clientIDs'] = clientIDs;
@@ -7212,12 +7219,12 @@ const TransactionApiAxiosParamCreator = function (configuration) {
7212
7219
  /**
7213
7220
  * List existing transactions
7214
7221
  * @summary List existing transactions for users
7215
- * @param {string} [paginationToken] This is the pagination token
7222
+ * @param {string} [nextToken] This is the pagination token
7216
7223
  * @param {Array<string>} [userIDs] This is the user ID
7217
7224
  * @param {*} [options] Override http request option.
7218
7225
  * @throws {RequiredError}
7219
7226
  */
7220
- listUserTransactions: (paginationToken, userIDs, options = {}) => __awaiter(this, void 0, void 0, function* () {
7227
+ listUserTransactions: (nextToken, userIDs, options = {}) => __awaiter(this, void 0, void 0, function* () {
7221
7228
  const localVarPath = `/users/transactions`;
7222
7229
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
7223
7230
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -7231,8 +7238,8 @@ const TransactionApiAxiosParamCreator = function (configuration) {
7231
7238
  // authentication customerJWT required
7232
7239
  // http bearer authentication required
7233
7240
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
7234
- if (paginationToken !== undefined) {
7235
- localVarQueryParameter['paginationToken'] = paginationToken;
7241
+ if (nextToken !== undefined) {
7242
+ localVarQueryParameter['nextToken'] = nextToken;
7236
7243
  }
7237
7244
  if (userIDs) {
7238
7245
  localVarQueryParameter['userIDs'] = userIDs;
@@ -7258,29 +7265,29 @@ const TransactionApiFp = function (configuration) {
7258
7265
  /**
7259
7266
  * List existing transactions
7260
7267
  * @summary List existing transactions
7261
- * @param {string} [paginationToken] This is the pagination token
7268
+ * @param {string} [nextToken] This is the pagination token
7262
7269
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
7263
7270
  * @param {Array<string>} [userIDs] This is the user ID
7264
7271
  * @param {*} [options] Override http request option.
7265
7272
  * @throws {RequiredError}
7266
7273
  */
7267
- listTransactions(paginationToken, clientIDs, userIDs, options) {
7274
+ listTransactions(nextToken, clientIDs, userIDs, options) {
7268
7275
  return __awaiter(this, void 0, void 0, function* () {
7269
- const localVarAxiosArgs = yield localVarAxiosParamCreator.listTransactions(paginationToken, clientIDs, userIDs, options);
7276
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.listTransactions(nextToken, clientIDs, userIDs, options);
7270
7277
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
7271
7278
  });
7272
7279
  },
7273
7280
  /**
7274
7281
  * List existing transactions
7275
7282
  * @summary List existing transactions for users
7276
- * @param {string} [paginationToken] This is the pagination token
7283
+ * @param {string} [nextToken] This is the pagination token
7277
7284
  * @param {Array<string>} [userIDs] This is the user ID
7278
7285
  * @param {*} [options] Override http request option.
7279
7286
  * @throws {RequiredError}
7280
7287
  */
7281
- listUserTransactions(paginationToken, userIDs, options) {
7288
+ listUserTransactions(nextToken, userIDs, options) {
7282
7289
  return __awaiter(this, void 0, void 0, function* () {
7283
- const localVarAxiosArgs = yield localVarAxiosParamCreator.listUserTransactions(paginationToken, userIDs, options);
7290
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.listUserTransactions(nextToken, userIDs, options);
7284
7291
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
7285
7292
  });
7286
7293
  },
@@ -7297,25 +7304,25 @@ const TransactionApiFactory = function (configuration, basePath, axios) {
7297
7304
  /**
7298
7305
  * List existing transactions
7299
7306
  * @summary List existing transactions
7300
- * @param {string} [paginationToken] This is the pagination token
7307
+ * @param {string} [nextToken] This is the pagination token
7301
7308
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
7302
7309
  * @param {Array<string>} [userIDs] This is the user ID
7303
7310
  * @param {*} [options] Override http request option.
7304
7311
  * @throws {RequiredError}
7305
7312
  */
7306
- listTransactions(paginationToken, clientIDs, userIDs, options) {
7307
- return localVarFp.listTransactions(paginationToken, clientIDs, userIDs, options).then((request) => request(axios, basePath));
7313
+ listTransactions(nextToken, clientIDs, userIDs, options) {
7314
+ return localVarFp.listTransactions(nextToken, clientIDs, userIDs, options).then((request) => request(axios, basePath));
7308
7315
  },
7309
7316
  /**
7310
7317
  * List existing transactions
7311
7318
  * @summary List existing transactions for users
7312
- * @param {string} [paginationToken] This is the pagination token
7319
+ * @param {string} [nextToken] This is the pagination token
7313
7320
  * @param {Array<string>} [userIDs] This is the user ID
7314
7321
  * @param {*} [options] Override http request option.
7315
7322
  * @throws {RequiredError}
7316
7323
  */
7317
- listUserTransactions(paginationToken, userIDs, options) {
7318
- return localVarFp.listUserTransactions(paginationToken, userIDs, options).then((request) => request(axios, basePath));
7324
+ listUserTransactions(nextToken, userIDs, options) {
7325
+ return localVarFp.listUserTransactions(nextToken, userIDs, options).then((request) => request(axios, basePath));
7319
7326
  },
7320
7327
  };
7321
7328
  };
@@ -7330,27 +7337,27 @@ class TransactionApi extends base_1.BaseAPI {
7330
7337
  /**
7331
7338
  * List existing transactions
7332
7339
  * @summary List existing transactions
7333
- * @param {string} [paginationToken] This is the pagination token
7340
+ * @param {string} [nextToken] This is the pagination token
7334
7341
  * @param {Array<string>} [clientIDs] This is the client IDs to filter by
7335
7342
  * @param {Array<string>} [userIDs] This is the user ID
7336
7343
  * @param {*} [options] Override http request option.
7337
7344
  * @throws {RequiredError}
7338
7345
  * @memberof TransactionApi
7339
7346
  */
7340
- listTransactions(paginationToken, clientIDs, userIDs, options) {
7341
- return (0, exports.TransactionApiFp)(this.configuration).listTransactions(paginationToken, clientIDs, userIDs, options).then((request) => request(this.axios, this.basePath));
7347
+ listTransactions(nextToken, clientIDs, userIDs, options) {
7348
+ return (0, exports.TransactionApiFp)(this.configuration).listTransactions(nextToken, clientIDs, userIDs, options).then((request) => request(this.axios, this.basePath));
7342
7349
  }
7343
7350
  /**
7344
7351
  * List existing transactions
7345
7352
  * @summary List existing transactions for users
7346
- * @param {string} [paginationToken] This is the pagination token
7353
+ * @param {string} [nextToken] This is the pagination token
7347
7354
  * @param {Array<string>} [userIDs] This is the user ID
7348
7355
  * @param {*} [options] Override http request option.
7349
7356
  * @throws {RequiredError}
7350
7357
  * @memberof TransactionApi
7351
7358
  */
7352
- listUserTransactions(paginationToken, userIDs, options) {
7353
- return (0, exports.TransactionApiFp)(this.configuration).listUserTransactions(paginationToken, userIDs, options).then((request) => request(this.axios, this.basePath));
7359
+ listUserTransactions(nextToken, userIDs, options) {
7360
+ return (0, exports.TransactionApiFp)(this.configuration).listUserTransactions(nextToken, userIDs, options).then((request) => request(this.axios, this.basePath));
7354
7361
  }
7355
7362
  }
7356
7363
  exports.TransactionApi = TransactionApi;