@finverse/sdk-typescript 0.0.343 → 0.0.345

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
@@ -1767,10 +1767,10 @@ export interface CreatePaymentUserRequest {
1767
1767
  autopay_consent?: boolean;
1768
1768
  /**
1769
1769
  *
1770
- * @type {IntegrationMetadataRequest}
1770
+ * @type {IntegrationMetadataPaymentUserRequest}
1771
1771
  * @memberof CreatePaymentUserRequest
1772
1772
  */
1773
- integration_metadata?: IntegrationMetadataRequest;
1773
+ integration_metadata?: IntegrationMetadataPaymentUserRequest;
1774
1774
  }
1775
1775
  export declare const CreatePaymentUserRequestUserTypeEnum: {
1776
1776
  readonly Individual: "INDIVIDUAL";
@@ -2783,19 +2783,6 @@ export interface GetJWKSResponse {
2783
2783
  */
2784
2784
  keys?: Array<JWKSKey>;
2785
2785
  }
2786
- /**
2787
- *
2788
- * @export
2789
- * @interface GetLineItemsForDisplayResponse
2790
- */
2791
- export interface GetLineItemsForDisplayResponse {
2792
- /**
2793
- *
2794
- * @type {Array<LineItem>}
2795
- * @memberof GetLineItemsForDisplayResponse
2796
- */
2797
- line_items?: Array<LineItem>;
2798
- }
2799
2786
  /**
2800
2787
  *
2801
2788
  * @export
@@ -3821,6 +3808,29 @@ export interface InstitutionShort {
3821
3808
  */
3822
3809
  portal_name?: string;
3823
3810
  }
3811
+ /**
3812
+ *
3813
+ * @export
3814
+ * @interface IntegrationMetadataPaymentUserRequest
3815
+ */
3816
+ export interface IntegrationMetadataPaymentUserRequest {
3817
+ /**
3818
+ *
3819
+ * @type {string}
3820
+ * @memberof IntegrationMetadataPaymentUserRequest
3821
+ */
3822
+ integration_id: IntegrationMetadataPaymentUserRequestIntegrationIdEnum;
3823
+ /**
3824
+ *
3825
+ * @type {RapidstorPaymentUserMetadataRequest}
3826
+ * @memberof IntegrationMetadataPaymentUserRequest
3827
+ */
3828
+ rapidstor_metadata?: RapidstorPaymentUserMetadataRequest;
3829
+ }
3830
+ export declare const IntegrationMetadataPaymentUserRequestIntegrationIdEnum: {
3831
+ readonly Rapidstor: "RAPIDSTOR";
3832
+ };
3833
+ export type IntegrationMetadataPaymentUserRequestIntegrationIdEnum = (typeof IntegrationMetadataPaymentUserRequestIntegrationIdEnum)[keyof typeof IntegrationMetadataPaymentUserRequestIntegrationIdEnum];
3824
3834
  /**
3825
3835
  *
3826
3836
  * @export
@@ -7753,6 +7763,55 @@ export interface RapidstorMetadataResponse {
7753
7763
  */
7754
7764
  unit_type_id?: string;
7755
7765
  }
7766
+ /**
7767
+ *
7768
+ * @export
7769
+ * @interface RapidstorPaymentUserMetadataRequest
7770
+ */
7771
+ export interface RapidstorPaymentUserMetadataRequest {
7772
+ /**
7773
+ *
7774
+ * @type {string}
7775
+ * @memberof RapidstorPaymentUserMetadataRequest
7776
+ */
7777
+ corp_code: string;
7778
+ /**
7779
+ *
7780
+ * @type {string}
7781
+ * @memberof RapidstorPaymentUserMetadataRequest
7782
+ */
7783
+ s_location_code: string;
7784
+ /**
7785
+ *
7786
+ * @type {string}
7787
+ * @memberof RapidstorPaymentUserMetadataRequest
7788
+ */
7789
+ tenant_id: string;
7790
+ /**
7791
+ *
7792
+ * @type {number}
7793
+ * @memberof RapidstorPaymentUserMetadataRequest
7794
+ */
7795
+ i_anniv_days?: number;
7796
+ /**
7797
+ *
7798
+ * @type {string}
7799
+ * @memberof RapidstorPaymentUserMetadataRequest
7800
+ */
7801
+ account_token: string;
7802
+ /**
7803
+ *
7804
+ * @type {string}
7805
+ * @memberof RapidstorPaymentUserMetadataRequest
7806
+ */
7807
+ unit_type_id?: string;
7808
+ /**
7809
+ *
7810
+ * @type {string}
7811
+ * @memberof RapidstorPaymentUserMetadataRequest
7812
+ */
7813
+ tenant_default_currency: string;
7814
+ }
7756
7815
  /**
7757
7816
  *
7758
7817
  * @export
@@ -8919,13 +8978,6 @@ export declare const CustomerApiAxiosParamCreator: (configuration?: Configuratio
8919
8978
  * @throws {RequiredError}
8920
8979
  */
8921
8980
  getInstitution: (institutionId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8922
- /**
8923
- * Get line items for display
8924
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
8925
- * @param {*} [options] Override http request option.
8926
- * @throws {RequiredError}
8927
- */
8928
- getLineItemsForDisplay: (paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8929
8981
  /**
8930
8982
  * Get line items for display
8931
8983
  * @param {*} [options] Override http request option.
@@ -9123,13 +9175,6 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
9123
9175
  * @throws {RequiredError}
9124
9176
  */
9125
9177
  getInstitution(institutionId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Institution>>;
9126
- /**
9127
- * Get line items for display
9128
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
9129
- * @param {*} [options] Override http request option.
9130
- * @throws {RequiredError}
9131
- */
9132
- getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetLineItemsForDisplayResponse>>;
9133
9178
  /**
9134
9179
  * Get line items for display
9135
9180
  * @param {*} [options] Override http request option.
@@ -9327,13 +9372,6 @@ export declare const CustomerApiFactory: (configuration?: Configuration, basePat
9327
9372
  * @throws {RequiredError}
9328
9373
  */
9329
9374
  getInstitution(institutionId: string, options?: RawAxiosRequestConfig): AxiosPromise<Institution>;
9330
- /**
9331
- * Get line items for display
9332
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
9333
- * @param {*} [options] Override http request option.
9334
- * @throws {RequiredError}
9335
- */
9336
- getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<GetLineItemsForDisplayResponse>;
9337
9375
  /**
9338
9376
  * Get line items for display
9339
9377
  * @param {*} [options] Override http request option.
@@ -9541,14 +9579,6 @@ export interface CustomerApiInterface {
9541
9579
  * @memberof CustomerApiInterface
9542
9580
  */
9543
9581
  getInstitution(institutionId: string, options?: RawAxiosRequestConfig): AxiosPromise<Institution>;
9544
- /**
9545
- * Get line items for display
9546
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
9547
- * @param {*} [options] Override http request option.
9548
- * @throws {RequiredError}
9549
- * @memberof CustomerApiInterface
9550
- */
9551
- getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<GetLineItemsForDisplayResponse>;
9552
9582
  /**
9553
9583
  * Get line items for display
9554
9584
  * @param {*} [options] Override http request option.
@@ -9774,14 +9804,6 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9774
9804
  * @memberof CustomerApi
9775
9805
  */
9776
9806
  getInstitution(institutionId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Institution, any, {}>>;
9777
- /**
9778
- * Get line items for display
9779
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
9780
- * @param {*} [options] Override http request option.
9781
- * @throws {RequiredError}
9782
- * @memberof CustomerApi
9783
- */
9784
- getLineItemsForDisplay(paymentType: GetLineItemsForDisplayPaymentTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLineItemsForDisplayResponse, any, {}>>;
9785
9807
  /**
9786
9808
  * Get line items for display
9787
9809
  * @param {*} [options] Override http request option.
@@ -9925,15 +9947,6 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
9925
9947
  */
9926
9948
  updateTestPaymentStatus(paymentId: string, paymentStatus: UpdateTestPaymentStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9927
9949
  }
9928
- /**
9929
- * @export
9930
- */
9931
- export declare const GetLineItemsForDisplayPaymentTypeEnum: {
9932
- readonly Mandate: "MANDATE";
9933
- readonly Manual: "MANUAL";
9934
- readonly Card: "CARD";
9935
- };
9936
- export type GetLineItemsForDisplayPaymentTypeEnum = (typeof GetLineItemsForDisplayPaymentTypeEnum)[keyof typeof GetLineItemsForDisplayPaymentTypeEnum];
9937
9950
  /**
9938
9951
  * @export
9939
9952
  */
package/dist/api.js CHANGED
@@ -22,8 +22,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
22
22
  });
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.ManualPaymentConfirmationResponseStatusEnum = exports.MandateSenderAccountAccountTypeEnum = exports.MandateRecipientAccountAccountTypeEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.MandateAuthLinkCustomizationsLanguageEnum = exports.LoginMethodStatusEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestLanguageEnum = exports.LinkTokenRequestUiModeEnum = exports.LineItemItemTypeEnum = exports.IntegrationMetadataResponseIntegrationIdEnum = exports.IntegrationMetadataRequestIntegrationIdEnum = exports.InstitutionStatusEnum = exports.InstitutionUserTypeEnum = exports.InstitutionProductsSupportedEnum = exports.InstitutionInstitutionTypeEnum = exports.InstitutionTagsEnum = exports.GetMandateSenderUserTypeEnum = exports.GetMandateResponseStatusEnum = exports.GetMandateAuthResponseSenderTypeEnum = exports.GetMandateAuthResponseMandateStatusEnum = exports.GetMandateAuthLinkResponseTokenTypeEnum = exports.GetBalanceHistoryResponseSourceEnum = exports.FvErrorModelV2TypeEnum = exports.FvErrorModelTypeEnum = exports.FvEmbeddedErrorModelTypeEnum = exports.FeePaidByEnum = exports.FVCardDetailsFundingEnum = exports.FVCardStatusEnum = exports.DisputeResponseDisputeStatusEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreateRecipientAccountAccountTypeEnum = exports.CreatePaymentUserRequestUserTypeEnum = exports.CreatePaymentMethodRequestPaymentMethodTypeEnum = exports.CreatePaymentLinkRequestModeEnum = exports.CreatePaymentAccountRequestAccountTypeEnum = exports.CreateMandateSenderUserTypeEnum = exports.CreateMandateResponseStatusEnum = exports.CreateMandateRequestWithDdaReferenceStatusEnum = exports.CreateCardRequestStatusEnum = exports.CompleteKcpPaymentRequestCardPointUseEnum = exports.CardFvLinkResponseStatusEnum = exports.BadRequestModelV2ErrorTypeEnum = exports.AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum = exports.AuthChecklistOptionsSubmittedByEnum = exports.AuthChecklistOptionsNameEnum = exports.AuthChecklistFactorRequiredEnum = exports.AuthChecklistFactorTypeEnum = exports.AccountTypeSubtypeEnum = exports.AccountTypeTypeEnum = void 0;
26
- exports.ListDetokenizedMandatesSenderTypeEnum = exports.ListDetokenizedMandatesStatusesEnum = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.ListPaymentAccountsWithEnrichedDataAccountTypeEnum = exports.ListInstitutionsInstitutionTypeEnum = exports.GetLineItemsForDisplayPaymentTypeEnum = exports.CustomerApi = exports.CustomerApiFactory = exports.CustomerApiFp = exports.CustomerApiAxiosParamCreator = exports.UpdateTestPaymentStatusRequestStatusEnum = exports.UpdatePaymentUserRequestUserTypeEnum = exports.TransactionLimitsResponsePeriodEnum = exports.TransactionLimitsRequestPeriodEnum = exports.SubmitAuthChecklistResponseMandateStatusEnum = exports.SenderDetailDetailsTypeEnum = exports.SelectPaymentMethodRequestSenderTypeEnum = exports.SelectPaymentMethodRequestPaymentMethodTypeEnum = exports.RefreshLoginIdentityLinkCustomizationsUiModeEnum = exports.RefreshLoginIdentityLinkCustomizationsLanguageEnum = exports.RecipientAccountResponseAccountTypeEnum = exports.RecipientAccountNumberTypeEnum = exports.PayoutSnapshotResponseTypeEnum = exports.PayoutSnapshotResponseStatusEnum = exports.PaymentUserWithoutEmailUserTypeEnum = exports.PaymentUserUserTypeEnum = exports.PaymentSetupOptionsRequestPaymentMethodTypesEnum = exports.PaymentSetupOptionsRequestFuturePaymentsEnum = exports.PaymentSetupOptionsPaymentMethodTypesEnum = exports.PaymentSetupOptionsFuturePaymentsEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentResponseStatusEnum = exports.PaymentResponseTypeEnum = exports.PaymentMethodIntegrationMetadataAdyenMetadataRecurringProcessingModelEnum = exports.PaymentMethodIntegrationMetadataIntegrationIdEnum = exports.PaymentLinkTokenResponseTokenTypeEnum = exports.PaymentLinkResponseSessionStatusEnum = exports.PaymentLinkResponseStatusEnum = exports.PaymentLinkResponseModeEnum = exports.PaymentLinkCustomizationsUiModeEnum = exports.PaymentLinkCustomizationsLanguageEnum = exports.PaymentInstructionTypeEnum = exports.PaymentInfoPaymentsSupportedEnum = exports.PaymentFvLinkResponseTypeEnum = exports.PaymentFvLinkResponseStatusEnum = exports.PaymentAccountDetailsWithEnrichedDataAccountTypeEnum = exports.PaymentAccountDetailsAccountTypeEnum = void 0;
25
+ exports.MandateSenderAccountAccountTypeEnum = exports.MandateRecipientAccountAccountTypeEnum = exports.MandateAuthLinkCustomizationsUiModeEnum = exports.MandateAuthLinkCustomizationsLanguageEnum = exports.LoginMethodStatusEnum = exports.LinkTokenRequestAutomaticDataRefreshEnum = exports.LinkTokenRequestLanguageEnum = exports.LinkTokenRequestUiModeEnum = exports.LineItemItemTypeEnum = exports.IntegrationMetadataResponseIntegrationIdEnum = exports.IntegrationMetadataRequestIntegrationIdEnum = exports.IntegrationMetadataPaymentUserRequestIntegrationIdEnum = exports.InstitutionStatusEnum = exports.InstitutionUserTypeEnum = exports.InstitutionProductsSupportedEnum = exports.InstitutionInstitutionTypeEnum = exports.InstitutionTagsEnum = exports.GetMandateSenderUserTypeEnum = exports.GetMandateResponseStatusEnum = exports.GetMandateAuthResponseSenderTypeEnum = exports.GetMandateAuthResponseMandateStatusEnum = exports.GetMandateAuthLinkResponseTokenTypeEnum = exports.GetBalanceHistoryResponseSourceEnum = exports.FvErrorModelV2TypeEnum = exports.FvErrorModelTypeEnum = exports.FvEmbeddedErrorModelTypeEnum = exports.FeePaidByEnum = exports.FVCardDetailsFundingEnum = exports.FVCardStatusEnum = exports.DisputeResponseDisputeStatusEnum = exports.CustomerPaymentInstructionTypeEnum = exports.CreateRecipientAccountAccountTypeEnum = exports.CreatePaymentUserRequestUserTypeEnum = exports.CreatePaymentMethodRequestPaymentMethodTypeEnum = exports.CreatePaymentLinkRequestModeEnum = exports.CreatePaymentAccountRequestAccountTypeEnum = exports.CreateMandateSenderUserTypeEnum = exports.CreateMandateResponseStatusEnum = exports.CreateMandateRequestWithDdaReferenceStatusEnum = exports.CreateCardRequestStatusEnum = exports.CompleteKcpPaymentRequestCardPointUseEnum = exports.CardFvLinkResponseStatusEnum = exports.BadRequestModelV2ErrorTypeEnum = exports.AutopayEnrollmentConfigurationEnrollmentPrefillValueEnum = exports.AuthChecklistOptionsSubmittedByEnum = exports.AuthChecklistOptionsNameEnum = exports.AuthChecklistFactorRequiredEnum = exports.AuthChecklistFactorTypeEnum = exports.AccountTypeSubtypeEnum = exports.AccountTypeTypeEnum = void 0;
26
+ exports.ListDetokenizedMandatesSenderTypeEnum = exports.ListDetokenizedMandatesStatusesEnum = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.ListPaymentAccountsWithEnrichedDataAccountTypeEnum = exports.ListInstitutionsInstitutionTypeEnum = exports.CustomerApi = exports.CustomerApiFactory = exports.CustomerApiFp = exports.CustomerApiAxiosParamCreator = exports.UpdateTestPaymentStatusRequestStatusEnum = exports.UpdatePaymentUserRequestUserTypeEnum = exports.TransactionLimitsResponsePeriodEnum = exports.TransactionLimitsRequestPeriodEnum = exports.SubmitAuthChecklistResponseMandateStatusEnum = exports.SenderDetailDetailsTypeEnum = exports.SelectPaymentMethodRequestSenderTypeEnum = exports.SelectPaymentMethodRequestPaymentMethodTypeEnum = exports.RefreshLoginIdentityLinkCustomizationsUiModeEnum = exports.RefreshLoginIdentityLinkCustomizationsLanguageEnum = exports.RecipientAccountResponseAccountTypeEnum = exports.RecipientAccountNumberTypeEnum = exports.PayoutSnapshotResponseTypeEnum = exports.PayoutSnapshotResponseStatusEnum = exports.PaymentUserWithoutEmailUserTypeEnum = exports.PaymentUserUserTypeEnum = exports.PaymentSetupOptionsRequestPaymentMethodTypesEnum = exports.PaymentSetupOptionsRequestFuturePaymentsEnum = exports.PaymentSetupOptionsPaymentMethodTypesEnum = exports.PaymentSetupOptionsFuturePaymentsEnum = exports.PaymentScheduleFrequencyEnum = exports.PaymentResponseStatusEnum = exports.PaymentResponseTypeEnum = exports.PaymentMethodIntegrationMetadataAdyenMetadataRecurringProcessingModelEnum = exports.PaymentMethodIntegrationMetadataIntegrationIdEnum = exports.PaymentLinkTokenResponseTokenTypeEnum = exports.PaymentLinkResponseSessionStatusEnum = exports.PaymentLinkResponseStatusEnum = exports.PaymentLinkResponseModeEnum = exports.PaymentLinkCustomizationsUiModeEnum = exports.PaymentLinkCustomizationsLanguageEnum = exports.PaymentInstructionTypeEnum = exports.PaymentInfoPaymentsSupportedEnum = exports.PaymentFvLinkResponseTypeEnum = exports.PaymentFvLinkResponseStatusEnum = exports.PaymentAccountDetailsWithEnrichedDataAccountTypeEnum = exports.PaymentAccountDetailsAccountTypeEnum = exports.ManualPaymentConfirmationResponseStatusEnum = void 0;
27
27
  exports.PublicApi = exports.PublicApiFactory = exports.PublicApiFp = exports.PublicApiAxiosParamCreator = exports.GetBalanceHistorySourceEnum = exports.LoginIdentityApi = exports.LoginIdentityApiFactory = exports.LoginIdentityApiFp = exports.LoginIdentityApiAxiosParamCreator = exports.TokenGrantTypeEnum = exports.LinkApi = exports.LinkApiFactory = exports.LinkApiFp = exports.LinkApiAxiosParamCreator = exports.ListPayoutsPayoutTypesEnum = exports.ListPayoutsStatusesEnum = exports.ListPaymentsPaymentTypesEnum = exports.ListPaymentsPaymentTypeEnum = exports.ListPaymentsSenderTypeEnum = exports.ListPaymentsStatusesEnum = exports.ListMandatesSenderTypeEnum = exports.ListMandatesStatusesEnum = exports.ListDisputesStatusesEnum = void 0;
28
28
  const axios_1 = require("axios");
29
29
  // Some imports not used depending on template conditions
@@ -230,6 +230,9 @@ exports.InstitutionStatusEnum = {
230
230
  Alpha: 'ALPHA',
231
231
  Beta: 'BETA',
232
232
  };
233
+ exports.IntegrationMetadataPaymentUserRequestIntegrationIdEnum = {
234
+ Rapidstor: 'RAPIDSTOR',
235
+ };
233
236
  exports.IntegrationMetadataRequestIntegrationIdEnum = {
234
237
  Rapidstor: 'RAPIDSTOR',
235
238
  };
@@ -795,36 +798,6 @@ const CustomerApiAxiosParamCreator = function (configuration) {
795
798
  options: localVarRequestOptions,
796
799
  };
797
800
  }),
798
- /**
799
- * Get line items for display
800
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
801
- * @param {*} [options] Override http request option.
802
- * @throws {RequiredError}
803
- */
804
- getLineItemsForDisplay: (paymentType_1, ...args_1) => __awaiter(this, [paymentType_1, ...args_1], void 0, function* (paymentType, options = {}) {
805
- // verify required parameter 'paymentType' is not null or undefined
806
- (0, common_1.assertParamExists)('getLineItemsForDisplay', 'paymentType', paymentType);
807
- const localVarPath = `/calculate/line_items/{paymentType}`.replace(`{${'paymentType'}}`, encodeURIComponent(String(paymentType)));
808
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
809
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
810
- let baseOptions;
811
- if (configuration) {
812
- baseOptions = configuration.baseOptions;
813
- }
814
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
815
- const localVarHeaderParameter = {};
816
- const localVarQueryParameter = {};
817
- // authentication Oauth2 required
818
- // oauth required
819
- yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, 'Oauth2', [], configuration);
820
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
821
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
822
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
823
- return {
824
- url: (0, common_1.toPathString)(localVarUrlObj),
825
- options: localVarRequestOptions,
826
- };
827
- }),
828
801
  /**
829
802
  * Get line items for display
830
803
  * @param {*} [options] Override http request option.
@@ -1521,21 +1494,6 @@ const CustomerApiFp = function (configuration) {
1521
1494
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1522
1495
  });
1523
1496
  },
1524
- /**
1525
- * Get line items for display
1526
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
1527
- * @param {*} [options] Override http request option.
1528
- * @throws {RequiredError}
1529
- */
1530
- getLineItemsForDisplay(paymentType, options) {
1531
- return __awaiter(this, void 0, void 0, function* () {
1532
- var _a, _b, _c;
1533
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getLineItemsForDisplay(paymentType, options);
1534
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1535
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CustomerApi.getLineItemsForDisplay']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1536
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1537
- });
1538
- },
1539
1497
  /**
1540
1498
  * Get line items for display
1541
1499
  * @param {*} [options] Override http request option.
@@ -1903,15 +1861,6 @@ const CustomerApiFactory = function (configuration, basePath, axios) {
1903
1861
  getInstitution(institutionId, options) {
1904
1862
  return localVarFp.getInstitution(institutionId, options).then((request) => request(axios, basePath));
1905
1863
  },
1906
- /**
1907
- * Get line items for display
1908
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
1909
- * @param {*} [options] Override http request option.
1910
- * @throws {RequiredError}
1911
- */
1912
- getLineItemsForDisplay(paymentType, options) {
1913
- return localVarFp.getLineItemsForDisplay(paymentType, options).then((request) => request(axios, basePath));
1914
- },
1915
1864
  /**
1916
1865
  * Get line items for display
1917
1866
  * @param {*} [options] Override http request option.
@@ -2206,18 +2155,6 @@ class CustomerApi extends base_1.BaseAPI {
2206
2155
  .getInstitution(institutionId, options)
2207
2156
  .then((request) => request(this.axios, this.basePath));
2208
2157
  }
2209
- /**
2210
- * Get line items for display
2211
- * @param {GetLineItemsForDisplayPaymentTypeEnum} paymentType The payment type
2212
- * @param {*} [options] Override http request option.
2213
- * @throws {RequiredError}
2214
- * @memberof CustomerApi
2215
- */
2216
- getLineItemsForDisplay(paymentType, options) {
2217
- return (0, exports.CustomerApiFp)(this.configuration)
2218
- .getLineItemsForDisplay(paymentType, options)
2219
- .then((request) => request(this.axios, this.basePath));
2220
- }
2221
2158
  /**
2222
2159
  * Get line items for display
2223
2160
  * @param {*} [options] Override http request option.
@@ -2430,14 +2367,6 @@ class CustomerApi extends base_1.BaseAPI {
2430
2367
  }
2431
2368
  }
2432
2369
  exports.CustomerApi = CustomerApi;
2433
- /**
2434
- * @export
2435
- */
2436
- exports.GetLineItemsForDisplayPaymentTypeEnum = {
2437
- Mandate: 'MANDATE',
2438
- Manual: 'MANUAL',
2439
- Card: 'CARD',
2440
- };
2441
2370
  /**
2442
2371
  * @export
2443
2372
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.343",
3
+ "version": "0.0.345",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {