From 76102224e45eabbbbeae240f2315209cc8f44642 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:20:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- frontends/api/src/generated/v0/api.ts | 483 +++++++++++++------------- 1 file changed, 240 insertions(+), 243 deletions(-) diff --git a/frontends/api/src/generated/v0/api.ts b/frontends/api/src/generated/v0/api.ts index 8442e342..4dc3842b 100644 --- a/frontends/api/src/generated/v0/api.ts +++ b/frontends/api/src/generated/v0/api.ts @@ -5,7 +5,7 @@ * MIT public API * * The version of the OpenAPI document: 0.0.1 (v0) - * + * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech @@ -30,19 +30,19 @@ import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError, operationServerM */ export interface BasketItem { /** - * + * * @type {number} * @memberof BasketItem */ 'basket': number; /** - * + * * @type {number} * @memberof BasketItem */ 'product': number; /** - * + * * @type {number} * @memberof BasketItem */ @@ -55,13 +55,13 @@ export interface BasketItem { */ export interface BasketItemRequest { /** - * + * * @type {number} * @memberof BasketItemRequest */ 'basket': number; /** - * + * * @type {number} * @memberof BasketItemRequest */ @@ -74,13 +74,13 @@ export interface BasketItemRequest { */ export interface BasketItemWithProduct { /** - * + * * @type {Product} * @memberof BasketItemWithProduct */ 'product': Product; /** - * + * * @type {number} * @memberof BasketItemWithProduct */ @@ -98,13 +98,13 @@ export interface BasketItemWithProduct { */ 'discounted_price': number; /** - * + * * @type {number} * @memberof BasketItemWithProduct */ 'quantity'?: number; /** - * + * * @type {SimpleDiscount} * @memberof BasketItemWithProduct */ @@ -117,25 +117,25 @@ export interface BasketItemWithProduct { */ export interface BasketWithProduct { /** - * + * * @type {number} * @memberof BasketWithProduct */ 'id': number; /** - * + * * @type {number} * @memberof BasketWithProduct */ 'user': number; /** - * + * * @type {IntegratedSystem} * @memberof BasketWithProduct */ 'integrated_system': IntegratedSystem; /** - * + * * @type {Array} * @memberof BasketWithProduct */ @@ -153,7 +153,7 @@ export interface BasketWithProduct { */ 'tax': number; /** - * + * * @type {TaxRate} * @memberof BasketWithProduct */ @@ -172,13 +172,13 @@ export interface BasketWithProduct { */ export interface Company { /** - * + * * @type {number} * @memberof Company */ 'id': number; /** - * + * * @type {string} * @memberof Company */ @@ -1451,25 +1451,25 @@ export type CountryCodeEnum = typeof CountryCodeEnum[keyof typeof CountryCodeEnu */ export interface CreateBasketWithProductsRequest { /** - * + * * @type {string} * @memberof CreateBasketWithProductsRequest */ 'system_slug': string; /** - * + * * @type {Array} * @memberof CreateBasketWithProductsRequest */ 'skus': Array; /** - * + * * @type {boolean} * @memberof CreateBasketWithProductsRequest */ 'checkout': boolean; /** - * + * * @type {string} * @memberof CreateBasketWithProductsRequest */ @@ -1482,13 +1482,13 @@ export interface CreateBasketWithProductsRequest { */ export interface CreateBasketWithProductsSkuRequest { /** - * + * * @type {string} * @memberof CreateBasketWithProductsSkuRequest */ 'sku': string; /** - * + * * @type {number} * @memberof CreateBasketWithProductsSkuRequest */ @@ -1501,19 +1501,19 @@ export interface CreateBasketWithProductsSkuRequest { */ export interface CyberSourceCheckout { /** - * + * * @type {{ [key: string]: any; }} * @memberof CyberSourceCheckout */ 'payload': { [key: string]: any; }; /** - * + * * @type {string} * @memberof CyberSourceCheckout */ 'url': string; /** - * + * * @type {string} * @memberof CyberSourceCheckout */ @@ -1526,31 +1526,31 @@ export interface CyberSourceCheckout { */ export interface Discount { /** - * + * * @type {number} * @memberof Discount */ 'id': number; /** - * + * * @type {string} * @memberof Discount */ 'discount_code': string; /** - * + * * @type {string} * @memberof Discount */ 'amount': string; /** - * + * * @type {PaymentTypeEnum} * @memberof Discount */ 'payment_type'?: PaymentTypeEnum | null; /** - * + * * @type {number} * @memberof Discount */ @@ -1568,25 +1568,25 @@ export interface Discount { */ 'expiration_date'?: string | null; /** - * + * * @type {IntegratedSystem} * @memberof Discount */ 'integrated_system': IntegratedSystem; /** - * + * * @type {Product} * @memberof Discount */ 'product': Product; /** - * + * * @type {Array} * @memberof Discount */ 'assigned_users': Array; /** - * + * * @type {Company} * @memberof Discount */ @@ -1631,31 +1631,31 @@ export type DiscountTypeEnum = typeof DiscountTypeEnum[keyof typeof DiscountType */ export interface IntegratedSystem { /** - * + * * @type {number} * @memberof IntegratedSystem */ 'id': number; /** - * + * * @type {string} * @memberof IntegratedSystem */ 'name': string; /** - * + * * @type {string} * @memberof IntegratedSystem */ 'slug'?: string | null; /** - * + * * @type {string} * @memberof IntegratedSystem */ 'description'?: string; /** - * + * * @type {string} * @memberof IntegratedSystem */ @@ -1668,25 +1668,25 @@ export interface IntegratedSystem { */ export interface IntegratedSystemRequest { /** - * + * * @type {string} * @memberof IntegratedSystemRequest */ 'name': string; /** - * + * * @type {string} * @memberof IntegratedSystemRequest */ 'slug'?: string | null; /** - * + * * @type {string} * @memberof IntegratedSystemRequest */ 'description'?: string; /** - * + * * @type {string} * @memberof IntegratedSystemRequest */ @@ -1699,13 +1699,13 @@ export interface IntegratedSystemRequest { */ export interface Line { /** - * + * * @type {number} * @memberof Line */ 'id': number; /** - * + * * @type {number} * @memberof Line */ @@ -1717,26 +1717,26 @@ export interface Line { */ 'item_description': string; /** - * + * * @type {string} * @memberof Line */ 'unit_price': string; /** - * + * * @type {string} * @memberof Line */ 'total_price': string; /** - * + * * @type {Product} * @memberof Line */ 'product': Product; } /** - * + * * @export * @enum {string} */ @@ -1759,49 +1759,49 @@ export type NullEnum = typeof NullEnum[keyof typeof NullEnum]; */ export interface OrderHistory { /** - * + * * @type {number} * @memberof OrderHistory */ 'id': number; /** - * + * * @type {StateEnum} * @memberof OrderHistory */ 'state'?: StateEnum; /** - * + * * @type {string} * @memberof OrderHistory */ 'reference_number'?: string; /** - * + * * @type {number} * @memberof OrderHistory */ 'purchaser': number; /** - * + * * @type {string} * @memberof OrderHistory */ 'total_price_paid': string; /** - * + * * @type {Array} * @memberof OrderHistory */ 'lines': Array; /** - * + * * @type {string} * @memberof OrderHistory */ 'created_on': string; /** - * + * * @type {string} * @memberof OrderHistory */ @@ -1810,155 +1810,155 @@ export interface OrderHistory { /** - * + * * @export * @interface PaginatedBasketItemList */ export interface PaginatedBasketItemList { /** - * + * * @type {number} * @memberof PaginatedBasketItemList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedBasketItemList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedBasketItemList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedBasketItemList */ 'results': Array; } /** - * + * * @export * @interface PaginatedBasketWithProductList */ export interface PaginatedBasketWithProductList { /** - * + * * @type {number} * @memberof PaginatedBasketWithProductList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedBasketWithProductList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedBasketWithProductList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedBasketWithProductList */ 'results': Array; } /** - * + * * @export * @interface PaginatedIntegratedSystemList */ export interface PaginatedIntegratedSystemList { /** - * + * * @type {number} * @memberof PaginatedIntegratedSystemList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedIntegratedSystemList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedIntegratedSystemList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedIntegratedSystemList */ 'results': Array; } /** - * + * * @export * @interface PaginatedOrderHistoryList */ export interface PaginatedOrderHistoryList { /** - * + * * @type {number} * @memberof PaginatedOrderHistoryList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedOrderHistoryList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedOrderHistoryList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedOrderHistoryList */ 'results': Array; } /** - * + * * @export * @interface PaginatedProductList */ export interface PaginatedProductList { /** - * + * * @type {number} * @memberof PaginatedProductList */ 'count': number; /** - * + * * @type {string} * @memberof PaginatedProductList */ 'next'?: string | null; /** - * + * * @type {string} * @memberof PaginatedProductList */ 'previous'?: string | null; /** - * + * * @type {Array} * @memberof PaginatedProductList */ @@ -1971,13 +1971,13 @@ export interface PaginatedProductList { */ export interface PatchedBasketItemRequest { /** - * + * * @type {number} * @memberof PatchedBasketItemRequest */ 'basket'?: number; /** - * + * * @type {number} * @memberof PatchedBasketItemRequest */ @@ -1990,25 +1990,25 @@ export interface PatchedBasketItemRequest { */ export interface PatchedIntegratedSystemRequest { /** - * + * * @type {string} * @memberof PatchedIntegratedSystemRequest */ 'name'?: string; /** - * + * * @type {string} * @memberof PatchedIntegratedSystemRequest */ 'slug'?: string | null; /** - * + * * @type {string} * @memberof PatchedIntegratedSystemRequest */ 'description'?: string; /** - * + * * @type {string} * @memberof PatchedIntegratedSystemRequest */ @@ -2131,7 +2131,7 @@ export type PaymentTypeEnum = typeof PaymentTypeEnum[keyof typeof PaymentTypeEnu */ export interface Product { /** - * + * * @type {number} * @memberof Product */ @@ -2173,7 +2173,7 @@ export interface Product { */ 'price': string; /** - * + * * @type {boolean} * @memberof Product */ @@ -2253,25 +2253,25 @@ export interface ProductRequest { */ export interface SimpleDiscount { /** - * + * * @type {number} * @memberof SimpleDiscount */ 'id': number; /** - * + * * @type {string} * @memberof SimpleDiscount */ 'discount_code': string; /** - * + * * @type {string} * @memberof SimpleDiscount */ 'amount': string; /** - * + * * @type {DiscountTypeEnum} * @memberof SimpleDiscount */ @@ -2342,25 +2342,25 @@ export type StateEnum = typeof StateEnum[keyof typeof StateEnum]; */ export interface TaxRate { /** - * + * * @type {number} * @memberof TaxRate */ 'id': number; /** - * + * * @type {CountryCodeEnum} * @memberof TaxRate */ 'country_code': CountryCodeEnum; /** - * + * * @type {string} * @memberof TaxRate */ 'tax_rate'?: string; /** - * + * * @type {string} * @memberof TaxRate */ @@ -2375,7 +2375,7 @@ export interface TaxRate { */ export interface User { /** - * + * * @type {number} * @memberof User */ @@ -2387,19 +2387,19 @@ export interface User { */ 'username': string; /** - * + * * @type {string} * @memberof User */ 'email'?: string; /** - * + * * @type {string} * @memberof User */ 'first_name'?: string; /** - * + * * @type {string} * @memberof User */ @@ -2414,7 +2414,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) return { /** * Viewset for IntegratedSystem model. - * @param {IntegratedSystemRequest} IntegratedSystemRequest + * @param {IntegratedSystemRequest} IntegratedSystemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2434,7 +2434,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -2470,7 +2470,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -2509,7 +2509,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -2522,7 +2522,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) /** * Viewset for IntegratedSystem model. * @param {number} id A unique integer value identifying this integrated system. - * @param {PatchedIntegratedSystemRequest} [PatchedIntegratedSystemRequest] + * @param {PatchedIntegratedSystemRequest} [PatchedIntegratedSystemRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2543,7 +2543,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -2579,7 +2579,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -2592,7 +2592,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) /** * Viewset for IntegratedSystem model. * @param {number} id A unique integer value identifying this integrated system. - * @param {IntegratedSystemRequest} IntegratedSystemRequest + * @param {IntegratedSystemRequest} IntegratedSystemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2615,7 +2615,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -2630,7 +2630,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) }, /** * Viewset for Product model. - * @param {ProductRequest} ProductRequest + * @param {ProductRequest} ProductRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2650,7 +2650,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -2686,7 +2686,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -2699,9 +2699,9 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) /** * Viewset for Product model. * @param {number} [limit] Number of results to return per page. - * @param {string} [name] + * @param {string} [name] * @param {number} [offset] The initial index from which to return the results. - * @param {string} [system__slug] + * @param {string} [system__slug] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2735,7 +2735,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -2748,7 +2748,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) /** * Viewset for Product model. * @param {number} id A unique integer value identifying this product. - * @param {PatchedProductRequest} [PatchedProductRequest] + * @param {PatchedProductRequest} [PatchedProductRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2769,7 +2769,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -2784,8 +2784,8 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) }, /** * Pre-loads the product metadata for a given SKU, even if the SKU doesn\'t exist yet. - * @param {string} sku - * @param {string} system_slug + * @param {string} sku + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2809,7 +2809,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -2842,7 +2842,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -2855,7 +2855,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) /** * Viewset for Product model. * @param {number} id A unique integer value identifying this product. - * @param {ProductRequest} ProductRequest + * @param {ProductRequest} ProductRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2878,7 +2878,7 @@ export const MetaApiAxiosParamCreator = function (configuration?: Configuration) const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -2903,7 +2903,7 @@ export const MetaApiFp = function(configuration?: Configuration) { return { /** * Viewset for IntegratedSystem model. - * @param {IntegratedSystemRequest} IntegratedSystemRequest + * @param {IntegratedSystemRequest} IntegratedSystemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2941,7 +2941,7 @@ export const MetaApiFp = function(configuration?: Configuration) { /** * Viewset for IntegratedSystem model. * @param {number} id A unique integer value identifying this integrated system. - * @param {PatchedIntegratedSystemRequest} [PatchedIntegratedSystemRequest] + * @param {PatchedIntegratedSystemRequest} [PatchedIntegratedSystemRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2966,7 +2966,7 @@ export const MetaApiFp = function(configuration?: Configuration) { /** * Viewset for IntegratedSystem model. * @param {number} id A unique integer value identifying this integrated system. - * @param {IntegratedSystemRequest} IntegratedSystemRequest + * @param {IntegratedSystemRequest} IntegratedSystemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -2978,7 +2978,7 @@ export const MetaApiFp = function(configuration?: Configuration) { }, /** * Viewset for Product model. - * @param {ProductRequest} ProductRequest + * @param {ProductRequest} ProductRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3003,9 +3003,9 @@ export const MetaApiFp = function(configuration?: Configuration) { /** * Viewset for Product model. * @param {number} [limit] Number of results to return per page. - * @param {string} [name] + * @param {string} [name] * @param {number} [offset] The initial index from which to return the results. - * @param {string} [system__slug] + * @param {string} [system__slug] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3018,7 +3018,7 @@ export const MetaApiFp = function(configuration?: Configuration) { /** * Viewset for Product model. * @param {number} id A unique integer value identifying this product. - * @param {PatchedProductRequest} [PatchedProductRequest] + * @param {PatchedProductRequest} [PatchedProductRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3030,8 +3030,8 @@ export const MetaApiFp = function(configuration?: Configuration) { }, /** * Pre-loads the product metadata for a given SKU, even if the SKU doesn\'t exist yet. - * @param {string} sku - * @param {string} system_slug + * @param {string} sku + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3056,7 +3056,7 @@ export const MetaApiFp = function(configuration?: Configuration) { /** * Viewset for Product model. * @param {number} id A unique integer value identifying this product. - * @param {ProductRequest} ProductRequest + * @param {ProductRequest} ProductRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3203,7 +3203,7 @@ export const MetaApiFactory = function (configuration?: Configuration, basePath? */ export interface MetaApiMetaIntegratedSystemCreateRequest { /** - * + * * @type {IntegratedSystemRequest} * @memberof MetaApiMetaIntegratedSystemCreate */ @@ -3259,7 +3259,7 @@ export interface MetaApiMetaIntegratedSystemPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedIntegratedSystemRequest} * @memberof MetaApiMetaIntegratedSystemPartialUpdate */ @@ -3294,7 +3294,7 @@ export interface MetaApiMetaIntegratedSystemUpdateRequest { readonly id: number /** - * + * * @type {IntegratedSystemRequest} * @memberof MetaApiMetaIntegratedSystemUpdate */ @@ -3308,7 +3308,7 @@ export interface MetaApiMetaIntegratedSystemUpdateRequest { */ export interface MetaApiMetaProductCreateRequest { /** - * + * * @type {ProductRequest} * @memberof MetaApiMetaProductCreate */ @@ -3343,7 +3343,7 @@ export interface MetaApiMetaProductListRequest { readonly limit?: number /** - * + * * @type {string} * @memberof MetaApiMetaProductList */ @@ -3357,7 +3357,7 @@ export interface MetaApiMetaProductListRequest { readonly offset?: number /** - * + * * @type {string} * @memberof MetaApiMetaProductList */ @@ -3378,7 +3378,7 @@ export interface MetaApiMetaProductPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedProductRequest} * @memberof MetaApiMetaProductPartialUpdate */ @@ -3392,14 +3392,14 @@ export interface MetaApiMetaProductPartialUpdateRequest { */ export interface MetaApiMetaProductPreloadRetrieveRequest { /** - * + * * @type {string} * @memberof MetaApiMetaProductPreloadRetrieve */ readonly sku: string /** - * + * * @type {string} * @memberof MetaApiMetaProductPreloadRetrieve */ @@ -3434,7 +3434,7 @@ export interface MetaApiMetaProductUpdateRequest { readonly id: number /** - * + * * @type {ProductRequest} * @memberof MetaApiMetaProductUpdate */ @@ -3602,9 +3602,9 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat return { /** * Creates or updates a basket for the current user, adding the selected product and discount. - * @param {string} discount_code - * @param {string} sku - * @param {string} system_slug + * @param {string} discount_code + * @param {string} sku + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3631,7 +3631,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -3642,8 +3642,8 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }; }, /** - * - * @param {BasketItemRequest} BasketItemRequest + * + * @param {BasketItemRequest} BasketItemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3663,7 +3663,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -3677,7 +3677,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }; }, /** - * + * * @param {number} id A unique integer value identifying this basket item. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -3699,7 +3699,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -3710,7 +3710,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }; }, /** - * + * * @param {number} [limit] Number of results to return per page. * @param {number} [offset] The initial index from which to return the results. * @param {*} [options] Override http request option. @@ -3738,7 +3738,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -3749,9 +3749,9 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }; }, /** - * + * * @param {number} id A unique integer value identifying this basket item. - * @param {PatchedBasketItemRequest} [PatchedBasketItemRequest] + * @param {PatchedBasketItemRequest} [PatchedBasketItemRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3772,7 +3772,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -3786,7 +3786,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }; }, /** - * + * * @param {number} id A unique integer value identifying this basket item. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -3808,7 +3808,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -3819,9 +3819,9 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }; }, /** - * + * * @param {number} id A unique integer value identifying this basket item. - * @param {BasketItemRequest} BasketItemRequest + * @param {BasketItemRequest} BasketItemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3844,7 +3844,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -3859,8 +3859,8 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Creates or updates a basket for the current user, adding the discount if valid. - * @param {string} discount_code - * @param {string} system_slug + * @param {string} discount_code + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3887,7 +3887,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -3899,7 +3899,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Clears the basket for the current user. - * @param {string} system_slug + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3920,7 +3920,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -3932,8 +3932,8 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Creates or updates a basket for the current user, adding the selected product. - * @param {string} sku - * @param {string} system_slug + * @param {string} sku + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3957,7 +3957,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -3969,7 +3969,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Creates or updates a basket for the current user, adding the selected product. - * @param {CreateBasketWithProductsRequest} CreateBasketWithProductsRequest + * @param {CreateBasketWithProductsRequest} CreateBasketWithProductsRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -3989,7 +3989,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -4004,7 +4004,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Returns or creates a basket for the current user and system. - * @param {string} system_slug + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4025,7 +4025,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -4037,7 +4037,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Retrives the current user\'s baskets, one per system. - * @param {number} [integrated_system] + * @param {number} [integrated_system] * @param {number} [limit] Number of results to return per page. * @param {number} [offset] The initial index from which to return the results. * @param {*} [options] Override http request option. @@ -4069,7 +4069,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -4081,7 +4081,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Retrieve a basket for the current user. - * @param {number} id + * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4102,7 +4102,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -4114,7 +4114,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Generates and returns the form payload for the current basket for the specified system, which can be used to start the checkout process. - * @param {string} system_slug + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4135,7 +4135,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -4164,7 +4164,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -4203,7 +4203,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat } - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -4215,7 +4215,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat }, /** * Retrieve a completed order for the current user. - * @param {number} id + * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4236,7 +4236,7 @@ export const PaymentsApiAxiosParamCreator = function (configuration?: Configurat const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -4258,9 +4258,9 @@ export const PaymentsApiFp = function(configuration?: Configuration) { return { /** * Creates or updates a basket for the current user, adding the selected product and discount. - * @param {string} discount_code - * @param {string} sku - * @param {string} system_slug + * @param {string} discount_code + * @param {string} sku + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4271,8 +4271,8 @@ export const PaymentsApiFp = function(configuration?: Configuration) { return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath); }, /** - * - * @param {BasketItemRequest} BasketItemRequest + * + * @param {BasketItemRequest} BasketItemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4283,7 +4283,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath); }, /** - * + * * @param {number} id A unique integer value identifying this basket item. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4295,7 +4295,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath); }, /** - * + * * @param {number} [limit] Number of results to return per page. * @param {number} [offset] The initial index from which to return the results. * @param {*} [options] Override http request option. @@ -4308,9 +4308,9 @@ export const PaymentsApiFp = function(configuration?: Configuration) { return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath); }, /** - * + * * @param {number} id A unique integer value identifying this basket item. - * @param {PatchedBasketItemRequest} [PatchedBasketItemRequest] + * @param {PatchedBasketItemRequest} [PatchedBasketItemRequest] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4321,7 +4321,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath); }, /** - * + * * @param {number} id A unique integer value identifying this basket item. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4333,9 +4333,9 @@ export const PaymentsApiFp = function(configuration?: Configuration) { return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath); }, /** - * + * * @param {number} id A unique integer value identifying this basket item. - * @param {BasketItemRequest} BasketItemRequest + * @param {BasketItemRequest} BasketItemRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4347,8 +4347,8 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Creates or updates a basket for the current user, adding the discount if valid. - * @param {string} discount_code - * @param {string} system_slug + * @param {string} discount_code + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4360,7 +4360,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Clears the basket for the current user. - * @param {string} system_slug + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4372,8 +4372,8 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Creates or updates a basket for the current user, adding the selected product. - * @param {string} sku - * @param {string} system_slug + * @param {string} sku + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4385,7 +4385,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Creates or updates a basket for the current user, adding the selected product. - * @param {CreateBasketWithProductsRequest} CreateBasketWithProductsRequest + * @param {CreateBasketWithProductsRequest} CreateBasketWithProductsRequest * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4397,7 +4397,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Returns or creates a basket for the current user and system. - * @param {string} system_slug + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4409,7 +4409,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Retrives the current user\'s baskets, one per system. - * @param {number} [integrated_system] + * @param {number} [integrated_system] * @param {number} [limit] Number of results to return per page. * @param {number} [offset] The initial index from which to return the results. * @param {*} [options] Override http request option. @@ -4423,7 +4423,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Retrieve a basket for the current user. - * @param {number} id + * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4435,7 +4435,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Generates and returns the form payload for the current basket for the specified system, which can be used to start the checkout process. - * @param {string} system_slug + * @param {string} system_slug * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4471,7 +4471,7 @@ export const PaymentsApiFp = function(configuration?: Configuration) { }, /** * Retrieve a completed order for the current user. - * @param {number} id + * @param {number} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -4501,7 +4501,7 @@ export const PaymentsApiFactory = function (configuration?: Configuration, baseP return localVarFp.createBasketFromProductWithDiscount(requestParameters.discount_code, requestParameters.sku, requestParameters.system_slug, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {PaymentsApiPaymentsBasketitemsCreateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4510,7 +4510,7 @@ export const PaymentsApiFactory = function (configuration?: Configuration, baseP return localVarFp.paymentsBasketitemsCreate(requestParameters.BasketItemRequest, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {PaymentsApiPaymentsBasketitemsDestroyRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4519,7 +4519,7 @@ export const PaymentsApiFactory = function (configuration?: Configuration, baseP return localVarFp.paymentsBasketitemsDestroy(requestParameters.id, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {PaymentsApiPaymentsBasketitemsListRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4528,7 +4528,7 @@ export const PaymentsApiFactory = function (configuration?: Configuration, baseP return localVarFp.paymentsBasketitemsList(requestParameters.limit, requestParameters.offset, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {PaymentsApiPaymentsBasketitemsPartialUpdateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4537,7 +4537,7 @@ export const PaymentsApiFactory = function (configuration?: Configuration, baseP return localVarFp.paymentsBasketitemsPartialUpdate(requestParameters.id, requestParameters.PatchedBasketItemRequest, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {PaymentsApiPaymentsBasketitemsRetrieveRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4546,7 +4546,7 @@ export const PaymentsApiFactory = function (configuration?: Configuration, baseP return localVarFp.paymentsBasketitemsRetrieve(requestParameters.id, options).then((request) => request(axios, basePath)); }, /** - * + * * @param {PaymentsApiPaymentsBasketitemsUpdateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4662,21 +4662,21 @@ export const PaymentsApiFactory = function (configuration?: Configuration, baseP */ export interface PaymentsApiCreateBasketFromProductWithDiscountRequest { /** - * + * * @type {string} * @memberof PaymentsApiCreateBasketFromProductWithDiscount */ readonly discount_code: string /** - * + * * @type {string} * @memberof PaymentsApiCreateBasketFromProductWithDiscount */ readonly sku: string /** - * + * * @type {string} * @memberof PaymentsApiCreateBasketFromProductWithDiscount */ @@ -4690,7 +4690,7 @@ export interface PaymentsApiCreateBasketFromProductWithDiscountRequest { */ export interface PaymentsApiPaymentsBasketitemsCreateRequest { /** - * + * * @type {BasketItemRequest} * @memberof PaymentsApiPaymentsBasketitemsCreate */ @@ -4746,7 +4746,7 @@ export interface PaymentsApiPaymentsBasketitemsPartialUpdateRequest { readonly id: number /** - * + * * @type {PatchedBasketItemRequest} * @memberof PaymentsApiPaymentsBasketitemsPartialUpdate */ @@ -4781,7 +4781,7 @@ export interface PaymentsApiPaymentsBasketitemsUpdateRequest { readonly id: number /** - * + * * @type {BasketItemRequest} * @memberof PaymentsApiPaymentsBasketitemsUpdate */ @@ -4795,14 +4795,14 @@ export interface PaymentsApiPaymentsBasketitemsUpdateRequest { */ export interface PaymentsApiPaymentsBasketsAddDiscountCreateRequest { /** - * + * * @type {string} * @memberof PaymentsApiPaymentsBasketsAddDiscountCreate */ readonly discount_code: string /** - * + * * @type {string} * @memberof PaymentsApiPaymentsBasketsAddDiscountCreate */ @@ -4816,7 +4816,7 @@ export interface PaymentsApiPaymentsBasketsAddDiscountCreateRequest { */ export interface PaymentsApiPaymentsBasketsClearDestroyRequest { /** - * + * * @type {string} * @memberof PaymentsApiPaymentsBasketsClearDestroy */ @@ -4830,14 +4830,14 @@ export interface PaymentsApiPaymentsBasketsClearDestroyRequest { */ export interface PaymentsApiPaymentsBasketsCreateFromProductCreateRequest { /** - * + * * @type {string} * @memberof PaymentsApiPaymentsBasketsCreateFromProductCreate */ readonly sku: string /** - * + * * @type {string} * @memberof PaymentsApiPaymentsBasketsCreateFromProductCreate */ @@ -4851,7 +4851,7 @@ export interface PaymentsApiPaymentsBasketsCreateFromProductCreateRequest { */ export interface PaymentsApiPaymentsBasketsCreateWithProductsCreateRequest { /** - * + * * @type {CreateBasketWithProductsRequest} * @memberof PaymentsApiPaymentsBasketsCreateWithProductsCreate */ @@ -4865,7 +4865,7 @@ export interface PaymentsApiPaymentsBasketsCreateWithProductsCreateRequest { */ export interface PaymentsApiPaymentsBasketsForSystemRetrieveRequest { /** - * + * * @type {string} * @memberof PaymentsApiPaymentsBasketsForSystemRetrieve */ @@ -4879,7 +4879,7 @@ export interface PaymentsApiPaymentsBasketsForSystemRetrieveRequest { */ export interface PaymentsApiPaymentsBasketsListRequest { /** - * + * * @type {number} * @memberof PaymentsApiPaymentsBasketsList */ @@ -4907,7 +4907,7 @@ export interface PaymentsApiPaymentsBasketsListRequest { */ export interface PaymentsApiPaymentsBasketsRetrieveRequest { /** - * + * * @type {number} * @memberof PaymentsApiPaymentsBasketsRetrieve */ @@ -4921,7 +4921,7 @@ export interface PaymentsApiPaymentsBasketsRetrieveRequest { */ export interface PaymentsApiPaymentsCheckoutCreateRequest { /** - * + * * @type {string} * @memberof PaymentsApiPaymentsCheckoutCreate */ @@ -4956,7 +4956,7 @@ export interface PaymentsApiPaymentsOrdersHistoryListRequest { */ export interface PaymentsApiPaymentsOrdersHistoryRetrieveRequest { /** - * + * * @type {number} * @memberof PaymentsApiPaymentsOrdersHistoryRetrieve */ @@ -4982,7 +4982,7 @@ export class PaymentsApi extends BaseAPI { } /** - * + * * @param {PaymentsApiPaymentsBasketitemsCreateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -4993,7 +4993,7 @@ export class PaymentsApi extends BaseAPI { } /** - * + * * @param {PaymentsApiPaymentsBasketitemsDestroyRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -5004,7 +5004,7 @@ export class PaymentsApi extends BaseAPI { } /** - * + * * @param {PaymentsApiPaymentsBasketitemsListRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -5015,7 +5015,7 @@ export class PaymentsApi extends BaseAPI { } /** - * + * * @param {PaymentsApiPaymentsBasketitemsPartialUpdateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -5026,7 +5026,7 @@ export class PaymentsApi extends BaseAPI { } /** - * + * * @param {PaymentsApiPaymentsBasketitemsRetrieveRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -5037,7 +5037,7 @@ export class PaymentsApi extends BaseAPI { } /** - * + * * @param {PaymentsApiPaymentsBasketitemsUpdateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} @@ -5195,7 +5195,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration const localVarQueryParameter = {} as any; - + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -5264,6 +5264,3 @@ export class UsersApi extends BaseAPI { return UsersApiFp(this.configuration).usersMeRetrieve(options).then((request) => request(this.axios, this.basePath)); } } - - -