rsl-api-106 106.179.2 → 106.250.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ export declare const generateSepteoPaymentsSessionMutation: () => import("@apollo/client").DocumentNode;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.generateSepteoPaymentsSessionMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const generateSepteoPaymentsSessionMutation = () => {
6
+ return (0, client_1.gql) `
7
+ mutation generateSepteoPaymentsSession(
8
+ $session: Session!
9
+ $input: GenerateSepteoPaymentsSessionInput!
10
+ ) {
11
+ generateSepteoPaymentsSession(session: $session, input: $input) {
12
+ paymentResponse
13
+ countryCode
14
+ gatewayClientKey
15
+ isTest
16
+ gatewayId
17
+ paymentDueId
18
+ }
19
+ }
20
+ `;
21
+ };
22
+ exports.generateSepteoPaymentsSessionMutation = generateSepteoPaymentsSessionMutation;
@@ -74,4 +74,7 @@ import { uploadFilesMutation } from "./uploadFiles";
74
74
  import { validateLyraPaymentMutation } from "./validateLyraPayment";
75
75
  import { updatePartnerCustomerAccountMutation } from "./updatePartnerCustomerAccount";
76
76
  import { generateLyraFormTokenMutation } from "./generateLyraFormToken";
77
- export { addBabyMutation, addCustomerDepositAccountPaymentsMutation, addDiscountCodeMutation, addGiftCodeMutation, addObservationMutation, addOccupantMutation, addPartnerToCartMutation, addProductToBookingMutation, addProductToOccupantMutation, chooseProposalFromKeysMutation, confirmFastCheckoutMutation, createCustomerAccountMutation, doFastCheckinMutation, doFastCheckoutMutation, facebookLoginMutation, loginMutation, loginAnyCustomerTypeMutation, loginETOModeMutation, loginPartnerMutation, logoutMutation, redirectPaymentGatewayForAmountMutation, redirectPaymentGatewayForCartMutation, redirectPaymentGatewayForInstalmentMutation, removeBookingFromCartMutation, removeCartPaymentsMutation, removeCustomerAccountMutation, removeDiscountCodeMutation, removeGiftCodeMutation, removeOccupantMutation, removeStayMutation, resetCartMutation, saveCartMutation, switchToPartnerConventionMutation, updateCartPaymentMethodMutation, updateCartPaymentPlansMutation, updateCustomerAccountMutation, updateCustomerBookingMutation, updateOccupantMutation, updatePartnerPaymentPlansMutation, updatePayerPaymentPlansMutation, updateTotalOccupantsMutation, updateRoomFromMapMutation, updatePrimaryOccupantMutation, updateStayTimeMutation, loginHash256Mutation, expireSessionMutation, unlockBookingMutation, updateBookingCriteriasMutation, changePasswordMutation, updateOccupantSkisetMeasurementsMutation, payOnStoredCreditCardMutation, setSessionLanguageMutation, addFidelityPointToProductMutation, chooseFerryProposalMutation, updateFerryAccommodationsMutation, updateFerryTravelersInformationMutation, saveFerryBookingMutation, cancelFerryBookingMutation, updateFerryBookingMutation, resetPendingFerryBookingMutation, updatePartnerAccountMutation, chooseRoundTripProposalsMutation, createServiceCustomerAccountMutation, updateServiceCustomerAccountMutation, disableServiceCustomerAccountMutation, addPartnerCustomerAccountMutation, disableEnablePartnerCustomerAccountMutation, validateLyraPaymentMutation, uploadFilesMutation, assignRoomMutation, unassignRoomMutation, updateProductCriteriasMutation, addCustomerDepositAccountPaymentsFromPaymentLinkMutation, redirectPaymentGatewayFromPaymentLinkMutation, updatePartnerCustomerAccountMutation, generateLyraFormTokenMutation, };
77
+ import { redirectPaymentGatewayForAccountMutation } from "./redirectPaymentGatewayForAccount";
78
+ import { generateSepteoPaymentsSessionMutation } from "./generateSepteoPaymentsSession";
79
+ import { saveSepteoPaymentsTransactionMutation } from "./saveSepteoPaymentsTransaction";
80
+ export { addBabyMutation, addCustomerDepositAccountPaymentsMutation, addDiscountCodeMutation, addGiftCodeMutation, addObservationMutation, addOccupantMutation, addPartnerToCartMutation, addProductToBookingMutation, addProductToOccupantMutation, chooseProposalFromKeysMutation, confirmFastCheckoutMutation, createCustomerAccountMutation, doFastCheckinMutation, doFastCheckoutMutation, facebookLoginMutation, loginMutation, loginAnyCustomerTypeMutation, loginETOModeMutation, loginPartnerMutation, logoutMutation, redirectPaymentGatewayForAmountMutation, redirectPaymentGatewayForCartMutation, redirectPaymentGatewayForInstalmentMutation, removeBookingFromCartMutation, removeCartPaymentsMutation, removeCustomerAccountMutation, removeDiscountCodeMutation, removeGiftCodeMutation, removeOccupantMutation, removeStayMutation, resetCartMutation, saveCartMutation, switchToPartnerConventionMutation, updateCartPaymentMethodMutation, updateCartPaymentPlansMutation, updateCustomerAccountMutation, updateCustomerBookingMutation, updateOccupantMutation, updatePartnerPaymentPlansMutation, updatePayerPaymentPlansMutation, updateTotalOccupantsMutation, updateRoomFromMapMutation, updatePrimaryOccupantMutation, updateStayTimeMutation, loginHash256Mutation, expireSessionMutation, unlockBookingMutation, updateBookingCriteriasMutation, changePasswordMutation, updateOccupantSkisetMeasurementsMutation, payOnStoredCreditCardMutation, setSessionLanguageMutation, addFidelityPointToProductMutation, chooseFerryProposalMutation, updateFerryAccommodationsMutation, updateFerryTravelersInformationMutation, saveFerryBookingMutation, cancelFerryBookingMutation, updateFerryBookingMutation, resetPendingFerryBookingMutation, updatePartnerAccountMutation, chooseRoundTripProposalsMutation, createServiceCustomerAccountMutation, updateServiceCustomerAccountMutation, disableServiceCustomerAccountMutation, addPartnerCustomerAccountMutation, disableEnablePartnerCustomerAccountMutation, validateLyraPaymentMutation, uploadFilesMutation, assignRoomMutation, unassignRoomMutation, updateProductCriteriasMutation, addCustomerDepositAccountPaymentsFromPaymentLinkMutation, redirectPaymentGatewayFromPaymentLinkMutation, updatePartnerCustomerAccountMutation, generateLyraFormTokenMutation, redirectPaymentGatewayForAccountMutation, generateSepteoPaymentsSessionMutation, saveSepteoPaymentsTransactionMutation, };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.updateOccupantSkisetMeasurementsMutation = exports.changePasswordMutation = exports.updateBookingCriteriasMutation = exports.unlockBookingMutation = exports.expireSessionMutation = exports.loginHash256Mutation = exports.updateStayTimeMutation = exports.updatePrimaryOccupantMutation = exports.updateRoomFromMapMutation = exports.updateTotalOccupantsMutation = exports.updatePayerPaymentPlansMutation = exports.updatePartnerPaymentPlansMutation = exports.updateOccupantMutation = exports.updateCustomerBookingMutation = exports.updateCustomerAccountMutation = exports.updateCartPaymentPlansMutation = exports.updateCartPaymentMethodMutation = exports.switchToPartnerConventionMutation = exports.saveCartMutation = exports.resetCartMutation = exports.removeStayMutation = exports.removeOccupantMutation = exports.removeGiftCodeMutation = exports.removeDiscountCodeMutation = exports.removeCustomerAccountMutation = exports.removeCartPaymentsMutation = exports.removeBookingFromCartMutation = exports.redirectPaymentGatewayForInstalmentMutation = exports.redirectPaymentGatewayForCartMutation = exports.redirectPaymentGatewayForAmountMutation = exports.logoutMutation = exports.loginPartnerMutation = exports.loginETOModeMutation = exports.loginAnyCustomerTypeMutation = exports.loginMutation = exports.facebookLoginMutation = exports.doFastCheckoutMutation = exports.doFastCheckinMutation = exports.createCustomerAccountMutation = exports.confirmFastCheckoutMutation = exports.chooseProposalFromKeysMutation = exports.addProductToOccupantMutation = exports.addProductToBookingMutation = exports.addPartnerToCartMutation = exports.addOccupantMutation = exports.addObservationMutation = exports.addGiftCodeMutation = exports.addDiscountCodeMutation = exports.addCustomerDepositAccountPaymentsMutation = exports.addBabyMutation = void 0;
4
- exports.generateLyraFormTokenMutation = exports.updatePartnerCustomerAccountMutation = exports.redirectPaymentGatewayFromPaymentLinkMutation = exports.addCustomerDepositAccountPaymentsFromPaymentLinkMutation = exports.updateProductCriteriasMutation = exports.unassignRoomMutation = exports.assignRoomMutation = exports.uploadFilesMutation = exports.validateLyraPaymentMutation = exports.disableEnablePartnerCustomerAccountMutation = exports.addPartnerCustomerAccountMutation = exports.disableServiceCustomerAccountMutation = exports.updateServiceCustomerAccountMutation = exports.createServiceCustomerAccountMutation = exports.chooseRoundTripProposalsMutation = exports.updatePartnerAccountMutation = exports.resetPendingFerryBookingMutation = exports.updateFerryBookingMutation = exports.cancelFerryBookingMutation = exports.saveFerryBookingMutation = exports.updateFerryTravelersInformationMutation = exports.updateFerryAccommodationsMutation = exports.chooseFerryProposalMutation = exports.addFidelityPointToProductMutation = exports.setSessionLanguageMutation = exports.payOnStoredCreditCardMutation = void 0;
4
+ exports.saveSepteoPaymentsTransactionMutation = exports.generateSepteoPaymentsSessionMutation = exports.redirectPaymentGatewayForAccountMutation = exports.generateLyraFormTokenMutation = exports.updatePartnerCustomerAccountMutation = exports.redirectPaymentGatewayFromPaymentLinkMutation = exports.addCustomerDepositAccountPaymentsFromPaymentLinkMutation = exports.updateProductCriteriasMutation = exports.unassignRoomMutation = exports.assignRoomMutation = exports.uploadFilesMutation = exports.validateLyraPaymentMutation = exports.disableEnablePartnerCustomerAccountMutation = exports.addPartnerCustomerAccountMutation = exports.disableServiceCustomerAccountMutation = exports.updateServiceCustomerAccountMutation = exports.createServiceCustomerAccountMutation = exports.chooseRoundTripProposalsMutation = exports.updatePartnerAccountMutation = exports.resetPendingFerryBookingMutation = exports.updateFerryBookingMutation = exports.cancelFerryBookingMutation = exports.saveFerryBookingMutation = exports.updateFerryTravelersInformationMutation = exports.updateFerryAccommodationsMutation = exports.chooseFerryProposalMutation = exports.addFidelityPointToProductMutation = exports.setSessionLanguageMutation = exports.payOnStoredCreditCardMutation = void 0;
5
5
  const addBaby_1 = require("./addBaby");
6
6
  Object.defineProperty(exports, "addBabyMutation", { enumerable: true, get: function () { return addBaby_1.addBabyMutation; } });
7
7
  const addCustomerDepositAccountPayments_1 = require("./addCustomerDepositAccountPayments");
@@ -154,3 +154,9 @@ const updatePartnerCustomerAccount_1 = require("./updatePartnerCustomerAccount")
154
154
  Object.defineProperty(exports, "updatePartnerCustomerAccountMutation", { enumerable: true, get: function () { return updatePartnerCustomerAccount_1.updatePartnerCustomerAccountMutation; } });
155
155
  const generateLyraFormToken_1 = require("./generateLyraFormToken");
156
156
  Object.defineProperty(exports, "generateLyraFormTokenMutation", { enumerable: true, get: function () { return generateLyraFormToken_1.generateLyraFormTokenMutation; } });
157
+ const redirectPaymentGatewayForAccount_1 = require("./redirectPaymentGatewayForAccount");
158
+ Object.defineProperty(exports, "redirectPaymentGatewayForAccountMutation", { enumerable: true, get: function () { return redirectPaymentGatewayForAccount_1.redirectPaymentGatewayForAccountMutation; } });
159
+ const generateSepteoPaymentsSession_1 = require("./generateSepteoPaymentsSession");
160
+ Object.defineProperty(exports, "generateSepteoPaymentsSessionMutation", { enumerable: true, get: function () { return generateSepteoPaymentsSession_1.generateSepteoPaymentsSessionMutation; } });
161
+ const saveSepteoPaymentsTransaction_1 = require("./saveSepteoPaymentsTransaction");
162
+ Object.defineProperty(exports, "saveSepteoPaymentsTransactionMutation", { enumerable: true, get: function () { return saveSepteoPaymentsTransaction_1.saveSepteoPaymentsTransactionMutation; } });
@@ -0,0 +1,2 @@
1
+ import { DocumentNode } from "@apollo/client";
2
+ export declare const redirectPaymentGatewayForAccountMutation: () => DocumentNode;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.redirectPaymentGatewayForAccountMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const redirectPaymentGatewayForAccountMutation = () => {
6
+ return (0, client_1.gql) `
7
+ mutation redirectPaymentGatewayForAccount(
8
+ $session: Session!
9
+ $input: PaymentGatewayForAccountInput!
10
+ ) {
11
+ redirectPaymentGatewayForAccount(session: $session, input: $input) {
12
+ gateway
13
+ }
14
+ }
15
+ `;
16
+ };
17
+ exports.redirectPaymentGatewayForAccountMutation = redirectPaymentGatewayForAccountMutation;
@@ -0,0 +1 @@
1
+ export declare const saveSepteoPaymentsTransactionMutation: () => import("@apollo/client").DocumentNode;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.saveSepteoPaymentsTransactionMutation = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const cart_1 = require("../outputs/cart");
6
+ const saveSepteoPaymentsTransactionMutation = () => {
7
+ return (0, client_1.gql) `
8
+ mutation saveSepteoPaymentsTransaction(
9
+ $session: Session!
10
+ $input: SaveSepteoPaymentsTransactionInput!
11
+ ) {
12
+ cart {
13
+ ${cart_1.cartOutput}
14
+ }
15
+ }
16
+ `;
17
+ };
18
+ exports.saveSepteoPaymentsTransactionMutation = saveSepteoPaymentsTransactionMutation;
@@ -0,0 +1 @@
1
+ export declare const businessActorOutput = "\n id,\n label\n";
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.businessActorOutput = void 0;
4
+ exports.businessActorOutput = `
5
+ id,
6
+ label
7
+ `;
@@ -0,0 +1 @@
1
+ export declare const cmsCriteriaOutput: string;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.cmsCriteriaOutput = void 0;
4
+ const cmsCriteriaValue_1 = require("./cmsCriteriaValue");
5
+ exports.cmsCriteriaOutput = `
6
+ classId,
7
+ cmsCriteriaValues {
8
+ ${cmsCriteriaValue_1.cmsCriteriaValueOutput}
9
+ },
10
+ code,
11
+ inputType,
12
+ label
13
+ `;
@@ -0,0 +1 @@
1
+ export declare const cmsCriteriaValueOutput = "\n code,\n color,\n label\n";
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.cmsCriteriaValueOutput = void 0;
4
+ exports.cmsCriteriaValueOutput = `
5
+ code,
6
+ color,
7
+ label
8
+ `;
@@ -214,6 +214,7 @@ exports.customerBookingOutputWithoutCriterias = `
214
214
  discountCode,
215
215
  endDate,
216
216
  id,
217
+ isCheckedIn,
217
218
  isFCIdone,
218
219
  isCanceled,
219
220
  isEnableEditPrimaryOccupant,
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.customerDepositAccountOutput = void 0;
4
4
  const amount_1 = require("./amount");
5
+ const businessActor_1 = require("./businessActor");
5
6
  exports.customerDepositAccountOutput = `
6
7
  id,
7
8
  name,
@@ -9,5 +10,8 @@ exports.customerDepositAccountOutput = `
9
10
  type,
10
11
  balance {
11
12
  ${amount_1.amountOutput}
13
+ },
14
+ businessActor {
15
+ ${businessActor_1.businessActorOutput}
12
16
  }
13
17
  `;
@@ -0,0 +1 @@
1
+ export declare const customerDepositAccountInfoOutput: string;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerDepositAccountInfoOutput = void 0;
4
+ const amount_1 = require("./amount");
5
+ const customerDepositAccount_1 = require("./customerDepositAccount");
6
+ const service_1 = require("./service");
7
+ exports.customerDepositAccountInfoOutput = `
8
+ bookingId,
9
+ depositAccount {
10
+ ${customerDepositAccount_1.customerDepositAccountOutput}
11
+ },
12
+ expectedDepositAmount {
13
+ ${amount_1.amountOutput}
14
+ },
15
+ remainingDueDepositAmount {
16
+ ${amount_1.amountOutput}
17
+ },
18
+ service {
19
+ ${service_1.serviceOutput}
20
+ }
21
+ `;
@@ -30,6 +30,7 @@ const subProductOutput = `
30
30
  description,
31
31
  isPackage,
32
32
  isBase,
33
+ isLongStay,
33
34
  imagePath,
34
35
  cmsCriterias {
35
36
  ${criteriaValue_1.criteriaValueOutput}
@@ -66,6 +67,7 @@ exports.productOutput = `
66
67
  description,
67
68
  isPackage,
68
69
  isBase,
70
+ isLongStay,
69
71
  imagePath,
70
72
  cmsCriterias {
71
73
  ${criteriaValue_1.criteriaValueOutput}
@@ -0,0 +1 @@
1
+ export declare const productProposalOutput = "\n desc,\n endDate,\n label,\n productCode,\n propertyId,\n proposalKey,\n startDate\n";
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.productProposalOutput = void 0;
4
+ exports.productProposalOutput = `
5
+ desc,
6
+ endDate,
7
+ label,
8
+ productCode,
9
+ propertyId,
10
+ proposalKey,
11
+ startDate
12
+ `;
@@ -38,6 +38,7 @@ exports.proposalOutput = `
38
38
  ${distribution_1.distributionOutput}
39
39
  },
40
40
  isCounterProposal,
41
+ isMonthPrice,
41
42
  isAlternativeProposal,
42
43
  lineItems {
43
44
  ${lineItem_1.lineItemsOutput}
@@ -74,6 +75,7 @@ exports.proposalWithoutRoomFeaturesOutput = `
74
75
  ${distribution_1.distributionWithoutRoomFeaturesOutput}
75
76
  },
76
77
  isCounterProposal,
78
+ isMonthPrice,
77
79
  isAlternativeProposal,
78
80
  lineItems {
79
81
  ${lineItem_1.lineItemsOutput}
@@ -0,0 +1 @@
1
+ export declare const getBookingCustomerDepositAccountInfosQuery: () => import("@apollo/client").DocumentNode;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getBookingCustomerDepositAccountInfosQuery = void 0;
4
+ const client_1 = require("@apollo/client");
5
+ const customerDepositAccountInfo_1 = require("../outputs/customerDepositAccountInfo");
6
+ const getBookingCustomerDepositAccountInfosQuery = () => {
7
+ return (0, client_1.gql) `
8
+ query getBookingCustomerDepositAccountInfos($session: Session!) {
9
+ getBookingCustomerDepositAccountInfos (
10
+ session: $session
11
+ ) {
12
+ customerDepositAccountInfos {
13
+ ${customerDepositAccountInfo_1.customerDepositAccountInfoOutput}
14
+ }
15
+ }
16
+ }
17
+ `;
18
+ };
19
+ exports.getBookingCustomerDepositAccountInfosQuery = getBookingCustomerDepositAccountInfosQuery;
@@ -76,4 +76,5 @@ import { getOwnerLeasesQuery } from "./getOwnerLeases";
76
76
  import { getOwnerRoomPlanningDataQuery } from "./getOwnerRoomPlanningData";
77
77
  import { getAvailableRoomsQuery } from "./getAvailableRooms";
78
78
  import { getBookingPaymentPlansQuery } from "./getBookingPaymentPlans";
79
- export { checkModuleFacebookActivatedQuery, checkSessionActivatedQuery, getAccommodationProductsQuery, getAvailableRoomFeaturesQuery, getBookingDocumentsQuery, getBookingProductsQuery, getBookingRecordCriteriasQuery, getBrochuresQuery, getCampaignsQuery, getCartQuery, getCivilitiesQuery, getCountriesQuery, getCriteriaInformationQuery, getCustomerBookingsQuery, getCustomerCriteriasQuery, getCustomerDepositAccountsQuery, getCustomerGiftCodesQuery, getCustomerLoyaltyPointsQuery, getCustomerPrivilegeCardsQuery, getLanguagesQuery, getMapSelectorDataQuery, getMyLoginQuery, getNeobookingTranslationsQuery, getOccupantProductsQuery, getPartnerQuery, getPaymentMethodsQuery, getPaymentPlansQuery, getPostCodeApiSimpleQuery, getPostCodeApiDetailQuery, getPrivilegeCardTypesQuery, getProductCategoriesQuery, getPropertiesQuery, getFavoritesPropertiesQuery, getPropertiesSelectQuery, getProposalsQuery, getProposalsByKeysQuery, getProposalsByPropertiesQuery, getResalysVersionQuery, getRoomTypeCategoriesQuery, getRoomTypesQuery, getSalesChannelModeQuery, getSessionQuery, getTranslationsQuery, renewPasswordQuery, requestBrochureQuery, hasProductsForOccupantQuery, getProposalByRoomTypesQuery, getAvailForRoomTypesQuery, getCurrentCustomerAccountQuery, getAllOccupantProductsAllAgeRangesQuery, getAlternativeProposalRulesForContractFolderQuery, getResalysErrorListQuery, getSkisetMeasurementsQuery, checkApiAliveQuery, getUserLanguageQuery, checkValidLoginQuery, getFidelityRulesQuery, getFidelityLogsQuery, getPendingFerryBookingQuery, getFerryCivilitiesQuery, getFerryNationalitiesQuery, getFerryVehicleCategoriesQuery, getFerryAddonCategoriesQuery, getFerryTrailerCategoriesQuery, getFerryCarsQuery, getFerryPortsQuery, getFerryCrossingsQuery, getFerryProposalsQuery, getFerryAvailableAccommodationsQuery, getFerryProductsQuery, getFerryVehicleFuelsQuery, getOccupantsFromCurrentCustomerQuery, getRelationshipsQuery, getPartnerCustomersQuery, getLyraFormTokenQuery, getCustomerBookingsWithoutRoomFeaturesQuery, getPropertiesWithoutRoomFeaturesQuery, getProposalsByPropertiesWithoutRoomFeaturesQuery, getRoomTypesWithoutRoomFeaturesQuery, getPaymentLinkInfosQuery, getOwnerLeasesQuery, getOwnerRoomPlanningDataQuery, getAvailableRoomsQuery, getBookingPaymentPlansQuery, };
79
+ import { getBookingCustomerDepositAccountInfosQuery } from "./getBookingCustomerDepositAccountInfos";
80
+ export { checkModuleFacebookActivatedQuery, checkSessionActivatedQuery, getAccommodationProductsQuery, getAvailableRoomFeaturesQuery, getBookingDocumentsQuery, getBookingProductsQuery, getBookingRecordCriteriasQuery, getBrochuresQuery, getCampaignsQuery, getCartQuery, getCivilitiesQuery, getCountriesQuery, getCriteriaInformationQuery, getCustomerBookingsQuery, getCustomerCriteriasQuery, getCustomerDepositAccountsQuery, getCustomerGiftCodesQuery, getCustomerLoyaltyPointsQuery, getCustomerPrivilegeCardsQuery, getLanguagesQuery, getMapSelectorDataQuery, getMyLoginQuery, getNeobookingTranslationsQuery, getOccupantProductsQuery, getPartnerQuery, getPaymentMethodsQuery, getPaymentPlansQuery, getPostCodeApiSimpleQuery, getPostCodeApiDetailQuery, getPrivilegeCardTypesQuery, getProductCategoriesQuery, getPropertiesQuery, getFavoritesPropertiesQuery, getPropertiesSelectQuery, getProposalsQuery, getProposalsByKeysQuery, getProposalsByPropertiesQuery, getResalysVersionQuery, getRoomTypeCategoriesQuery, getRoomTypesQuery, getSalesChannelModeQuery, getSessionQuery, getTranslationsQuery, renewPasswordQuery, requestBrochureQuery, hasProductsForOccupantQuery, getProposalByRoomTypesQuery, getAvailForRoomTypesQuery, getCurrentCustomerAccountQuery, getAllOccupantProductsAllAgeRangesQuery, getAlternativeProposalRulesForContractFolderQuery, getResalysErrorListQuery, getSkisetMeasurementsQuery, checkApiAliveQuery, getUserLanguageQuery, checkValidLoginQuery, getFidelityRulesQuery, getFidelityLogsQuery, getPendingFerryBookingQuery, getFerryCivilitiesQuery, getFerryNationalitiesQuery, getFerryVehicleCategoriesQuery, getFerryAddonCategoriesQuery, getFerryTrailerCategoriesQuery, getFerryCarsQuery, getFerryPortsQuery, getFerryCrossingsQuery, getFerryProposalsQuery, getFerryAvailableAccommodationsQuery, getFerryProductsQuery, getFerryVehicleFuelsQuery, getOccupantsFromCurrentCustomerQuery, getRelationshipsQuery, getPartnerCustomersQuery, getLyraFormTokenQuery, getCustomerBookingsWithoutRoomFeaturesQuery, getPropertiesWithoutRoomFeaturesQuery, getProposalsByPropertiesWithoutRoomFeaturesQuery, getRoomTypesWithoutRoomFeaturesQuery, getPaymentLinkInfosQuery, getOwnerLeasesQuery, getOwnerRoomPlanningDataQuery, getAvailableRoomsQuery, getBookingPaymentPlansQuery, getBookingCustomerDepositAccountInfosQuery, };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getAllOccupantProductsAllAgeRangesQuery = exports.getCurrentCustomerAccountQuery = exports.getAvailForRoomTypesQuery = exports.getProposalByRoomTypesQuery = exports.hasProductsForOccupantQuery = exports.requestBrochureQuery = exports.renewPasswordQuery = exports.getTranslationsQuery = exports.getSessionQuery = exports.getSalesChannelModeQuery = exports.getRoomTypesQuery = exports.getRoomTypeCategoriesQuery = exports.getResalysVersionQuery = exports.getProposalsByPropertiesQuery = exports.getProposalsByKeysQuery = exports.getProposalsQuery = exports.getPropertiesSelectQuery = exports.getFavoritesPropertiesQuery = exports.getPropertiesQuery = exports.getProductCategoriesQuery = exports.getPrivilegeCardTypesQuery = exports.getPostCodeApiDetailQuery = exports.getPostCodeApiSimpleQuery = exports.getPaymentPlansQuery = exports.getPaymentMethodsQuery = exports.getPartnerQuery = exports.getOccupantProductsQuery = exports.getNeobookingTranslationsQuery = exports.getMyLoginQuery = exports.getMapSelectorDataQuery = exports.getLanguagesQuery = exports.getCustomerPrivilegeCardsQuery = exports.getCustomerLoyaltyPointsQuery = exports.getCustomerGiftCodesQuery = exports.getCustomerDepositAccountsQuery = exports.getCustomerCriteriasQuery = exports.getCustomerBookingsQuery = exports.getCriteriaInformationQuery = exports.getCountriesQuery = exports.getCivilitiesQuery = exports.getCartQuery = exports.getCampaignsQuery = exports.getBrochuresQuery = exports.getBookingRecordCriteriasQuery = exports.getBookingProductsQuery = exports.getBookingDocumentsQuery = exports.getAvailableRoomFeaturesQuery = exports.getAccommodationProductsQuery = exports.checkSessionActivatedQuery = exports.checkModuleFacebookActivatedQuery = void 0;
4
- exports.getBookingPaymentPlansQuery = exports.getAvailableRoomsQuery = exports.getOwnerRoomPlanningDataQuery = exports.getOwnerLeasesQuery = exports.getPaymentLinkInfosQuery = exports.getRoomTypesWithoutRoomFeaturesQuery = exports.getProposalsByPropertiesWithoutRoomFeaturesQuery = exports.getPropertiesWithoutRoomFeaturesQuery = exports.getCustomerBookingsWithoutRoomFeaturesQuery = exports.getLyraFormTokenQuery = exports.getPartnerCustomersQuery = exports.getRelationshipsQuery = exports.getOccupantsFromCurrentCustomerQuery = exports.getFerryVehicleFuelsQuery = exports.getFerryProductsQuery = exports.getFerryAvailableAccommodationsQuery = exports.getFerryProposalsQuery = exports.getFerryCrossingsQuery = exports.getFerryPortsQuery = exports.getFerryCarsQuery = exports.getFerryTrailerCategoriesQuery = exports.getFerryAddonCategoriesQuery = exports.getFerryVehicleCategoriesQuery = exports.getFerryNationalitiesQuery = exports.getFerryCivilitiesQuery = exports.getPendingFerryBookingQuery = exports.getFidelityLogsQuery = exports.getFidelityRulesQuery = exports.checkValidLoginQuery = exports.getUserLanguageQuery = exports.checkApiAliveQuery = exports.getSkisetMeasurementsQuery = exports.getResalysErrorListQuery = exports.getAlternativeProposalRulesForContractFolderQuery = void 0;
4
+ exports.getBookingCustomerDepositAccountInfosQuery = exports.getBookingPaymentPlansQuery = exports.getAvailableRoomsQuery = exports.getOwnerRoomPlanningDataQuery = exports.getOwnerLeasesQuery = exports.getPaymentLinkInfosQuery = exports.getRoomTypesWithoutRoomFeaturesQuery = exports.getProposalsByPropertiesWithoutRoomFeaturesQuery = exports.getPropertiesWithoutRoomFeaturesQuery = exports.getCustomerBookingsWithoutRoomFeaturesQuery = exports.getLyraFormTokenQuery = exports.getPartnerCustomersQuery = exports.getRelationshipsQuery = exports.getOccupantsFromCurrentCustomerQuery = exports.getFerryVehicleFuelsQuery = exports.getFerryProductsQuery = exports.getFerryAvailableAccommodationsQuery = exports.getFerryProposalsQuery = exports.getFerryCrossingsQuery = exports.getFerryPortsQuery = exports.getFerryCarsQuery = exports.getFerryTrailerCategoriesQuery = exports.getFerryAddonCategoriesQuery = exports.getFerryVehicleCategoriesQuery = exports.getFerryNationalitiesQuery = exports.getFerryCivilitiesQuery = exports.getPendingFerryBookingQuery = exports.getFidelityLogsQuery = exports.getFidelityRulesQuery = exports.checkValidLoginQuery = exports.getUserLanguageQuery = exports.checkApiAliveQuery = exports.getSkisetMeasurementsQuery = exports.getResalysErrorListQuery = exports.getAlternativeProposalRulesForContractFolderQuery = void 0;
5
5
  const checkApiAlive_1 = require("./checkApiAlive");
6
6
  Object.defineProperty(exports, "checkApiAliveQuery", { enumerable: true, get: function () { return checkApiAlive_1.checkApiAliveQuery; } });
7
7
  const checkModuleFacebookActivated_1 = require("./checkModuleFacebookActivated");
@@ -164,3 +164,5 @@ const getAvailableRooms_1 = require("./getAvailableRooms");
164
164
  Object.defineProperty(exports, "getAvailableRoomsQuery", { enumerable: true, get: function () { return getAvailableRooms_1.getAvailableRoomsQuery; } });
165
165
  const getBookingPaymentPlans_1 = require("./getBookingPaymentPlans");
166
166
  Object.defineProperty(exports, "getBookingPaymentPlansQuery", { enumerable: true, get: function () { return getBookingPaymentPlans_1.getBookingPaymentPlansQuery; } });
167
+ const getBookingCustomerDepositAccountInfos_1 = require("./getBookingCustomerDepositAccountInfos");
168
+ Object.defineProperty(exports, "getBookingCustomerDepositAccountInfosQuery", { enumerable: true, get: function () { return getBookingCustomerDepositAccountInfos_1.getBookingCustomerDepositAccountInfosQuery; } });
@@ -198,6 +198,10 @@ export type AvailableRoomsOutput = {
198
198
  __typename?: "AvailableRoomsOutput";
199
199
  availableRooms?: Maybe<Array<Maybe<PlanningRoom>>>;
200
200
  };
201
+ export type BookingCustomerDepositAccountInfosOutput = {
202
+ __typename?: "BookingCustomerDepositAccountInfosOutput";
203
+ customerDepositAccountInfos?: Maybe<Array<Maybe<CustomerDepositAccountInfo>>>;
204
+ };
201
205
  export type BookingDocumentsInput = {
202
206
  bookingId: Scalars["Int"];
203
207
  };
@@ -241,6 +245,19 @@ export type BrochuresOutput = {
241
245
  /** @deprecated Use 'brochureList'. */
242
246
  brochures?: Maybe<Array<Maybe<Option>>>;
243
247
  };
248
+ export type BusinessActor = {
249
+ __typename?: "BusinessActor";
250
+ id?: Maybe<Scalars["Int"]>;
251
+ label?: Maybe<Scalars["String"]>;
252
+ };
253
+ export type CmsCriteria = {
254
+ __typename?: "CMSCriteria";
255
+ classId: Scalars["Int"];
256
+ cmsCriteriaValues?: Maybe<Array<Maybe<CmsCriteriaValue>>>;
257
+ code: Scalars["String"];
258
+ inputType?: Maybe<InputType>;
259
+ label?: Maybe<Scalars["String"]>;
260
+ };
244
261
  export type CalendarPeriod = {
245
262
  __typename?: "CalendarPeriod";
246
263
  color?: Maybe<Scalars["String"]>;
@@ -374,6 +391,16 @@ export type ClientType = {
374
391
  id: Scalars["Int"];
375
392
  label?: Maybe<Scalars["String"]>;
376
393
  };
394
+ export type CmsCriteriaValue = {
395
+ __typename?: "CmsCriteriaValue";
396
+ code?: Maybe<Scalars["String"]>;
397
+ color?: Maybe<Scalars["String"]>;
398
+ label?: Maybe<Scalars["String"]>;
399
+ };
400
+ export type CmsCriteriaValueInput = {
401
+ code: Scalars["String"];
402
+ value: Scalars["String"];
403
+ };
377
404
  export type ConfirmFastCheckoutInput = {
378
405
  cartItemID?: InputMaybe<Scalars["Int"]>;
379
406
  confirmFastCheckout?: InputMaybe<Scalars["Boolean"]>;
@@ -480,7 +507,7 @@ export type CriteriaValue = {
480
507
  export type CriteriaValueInput = {
481
508
  code: Scalars["String"];
482
509
  fileName?: InputMaybe<Scalars["String"]>;
483
- value: Scalars["String"];
510
+ value?: InputMaybe<Scalars["String"]>;
484
511
  };
485
512
  export type Criterias = {
486
513
  baseProductCode?: InputMaybe<Scalars["String"]>;
@@ -578,6 +605,7 @@ export type CustomerBooking = {
578
605
  externalCode?: Maybe<Scalars["String"]>;
579
606
  id?: Maybe<Scalars["Int"]>;
580
607
  isCanceled?: Maybe<Scalars["Boolean"]>;
608
+ isCheckedIn?: Maybe<Scalars["Boolean"]>;
581
609
  isEnableEditPrimaryOccupant?: Maybe<Scalars["Boolean"]>;
582
610
  isEnableEditReservation?: Maybe<Scalars["Boolean"]>;
583
611
  isEnableFastCheckin?: Maybe<Scalars["Boolean"]>;
@@ -645,11 +673,20 @@ export type CustomerCriteriasOutput = {
645
673
  export type CustomerDepositAccount = {
646
674
  __typename?: "CustomerDepositAccount";
647
675
  balance?: Maybe<Amount>;
676
+ businessActor?: Maybe<BusinessActor>;
648
677
  id?: Maybe<Scalars["Int"]>;
649
678
  name?: Maybe<Scalars["String"]>;
650
679
  propertyId: Scalars["Int"];
651
680
  type?: Maybe<Scalars["Int"]>;
652
681
  };
682
+ export type CustomerDepositAccountInfo = {
683
+ __typename?: "CustomerDepositAccountInfo";
684
+ bookingId?: Maybe<Scalars["Int"]>;
685
+ depositAccount?: Maybe<CustomerDepositAccount>;
686
+ expectedDepositAmount?: Maybe<Amount>;
687
+ remainingDueDepositAmount?: Maybe<Amount>;
688
+ service?: Maybe<Service>;
689
+ };
653
690
  export type CustomerDepositAccountPaymentsInput = {
654
691
  bookingId: Scalars["Int"];
655
692
  currencyCode: Scalars["String"];
@@ -912,6 +949,20 @@ export type GatewayDescription = {
912
949
  publicKey?: Maybe<Scalars["String"]>;
913
950
  url?: Maybe<PspUrlOutput>;
914
951
  };
952
+ export type GenerateSepteoPaymentsSessionInput = {
953
+ amount: MoneyInput;
954
+ globalPay?: InputMaybe<Scalars["Boolean"]>;
955
+ paymentDueId?: InputMaybe<Scalars["Int"]>;
956
+ };
957
+ export type GenerateSepteoPaymentsSessionOutput = {
958
+ __typename?: "GenerateSepteoPaymentsSessionOutput";
959
+ countryCode?: Maybe<Scalars["String"]>;
960
+ gatewayClientKey?: Maybe<Scalars["String"]>;
961
+ gatewayId?: Maybe<Scalars["Int"]>;
962
+ isTest?: Maybe<Scalars["Boolean"]>;
963
+ paymentDueId?: Maybe<Scalars["Int"]>;
964
+ paymentResponse?: Maybe<Scalars["String"]>;
965
+ };
915
966
  export type GiftCode = {
916
967
  __typename?: "GiftCode";
917
968
  amount?: Maybe<Amount>;
@@ -946,6 +997,11 @@ export type Heights = {
946
997
  id?: Maybe<Scalars["Int"]>;
947
998
  value?: Maybe<Scalars["String"]>;
948
999
  };
1000
+ export declare enum InputType {
1001
+ Checkbox = "CHECKBOX",
1002
+ Enum = "ENUM",
1003
+ Text = "TEXT"
1004
+ }
949
1005
  export type Language = {
950
1006
  __typename?: "Language";
951
1007
  code?: Maybe<Scalars["String"]>;
@@ -1107,6 +1163,10 @@ export type ModuleFacebookActivatedOutput = {
1107
1163
  __typename?: "ModuleFacebookActivatedOutput";
1108
1164
  activated?: Maybe<Scalars["Boolean"]>;
1109
1165
  };
1166
+ export type MoneyInput = {
1167
+ amount?: InputMaybe<Scalars["BigDecimal"]>;
1168
+ currencyCode?: InputMaybe<Scalars["String"]>;
1169
+ };
1110
1170
  export type Mutation = {
1111
1171
  __typename?: "Mutation";
1112
1172
  addBaby?: Maybe<AddBabyOutput>;
@@ -1145,6 +1205,7 @@ export type Mutation = {
1145
1205
  expireSession?: Maybe<ExpireSessionOutput>;
1146
1206
  facebookLogin?: Maybe<FacebookLoginOutput>;
1147
1207
  generateLyraFormToken?: Maybe<LyraFormTokenOutput>;
1208
+ generateSepteoPaymentsSession?: Maybe<GenerateSepteoPaymentsSessionOutput>;
1148
1209
  login?: Maybe<LoginOutput>;
1149
1210
  loginAnyCustomerType?: Maybe<LoginAnyCustomerTypeOutput>;
1150
1211
  loginETOMode?: Maybe<LoginEtoModeOutput>;
@@ -1152,6 +1213,7 @@ export type Mutation = {
1152
1213
  loginPartner?: Maybe<LoginPartnerOutput>;
1153
1214
  logout?: Maybe<LogoutOutput>;
1154
1215
  payOnStoredCreditCard?: Maybe<PayOnStoredCreditCardOutput>;
1216
+ redirectPaymentGatewayForAccount?: Maybe<PaymentGatewayForAccountOutput>;
1155
1217
  redirectPaymentGatewayForAmount?: Maybe<PaymentGatewayForAmountOutput>;
1156
1218
  redirectPaymentGatewayForCart?: Maybe<PaymentGatewayForCartOutput>;
1157
1219
  redirectPaymentGatewayForInstalment?: Maybe<PaymentGatewayForInstalmentOutput>;
@@ -1167,6 +1229,7 @@ export type Mutation = {
1167
1229
  resetPendingFerryBooking?: Maybe<ResetPendingFerryBookingOutput>;
1168
1230
  saveCart?: Maybe<SaveCartOutput>;
1169
1231
  saveFerryBooking?: Maybe<SaveFerryBookingOutput>;
1232
+ saveSepteoPaymentsTransaction?: Maybe<SaveSepteoPaymentsTransactionOutput>;
1170
1233
  setSessionLanguage?: Maybe<UserLanguageOutput>;
1171
1234
  switchToPartnerConvention?: Maybe<SwitchToPartnerConventionOutput>;
1172
1235
  unassignRoom?: Maybe<UnassignRoomOutput>;
@@ -1305,6 +1368,10 @@ export type MutationGenerateLyraFormTokenArgs = {
1305
1368
  input: LyraFormTokenInput;
1306
1369
  session: Session;
1307
1370
  };
1371
+ export type MutationGenerateSepteoPaymentsSessionArgs = {
1372
+ input: GenerateSepteoPaymentsSessionInput;
1373
+ session: Session;
1374
+ };
1308
1375
  export type MutationLoginArgs = {
1309
1376
  input: LoginInput;
1310
1377
  session: Session;
@@ -1332,6 +1399,10 @@ export type MutationPayOnStoredCreditCardArgs = {
1332
1399
  input?: InputMaybe<PayOnStoredCreditCardInput>;
1333
1400
  session: Session;
1334
1401
  };
1402
+ export type MutationRedirectPaymentGatewayForAccountArgs = {
1403
+ input: PaymentGatewayForAccountInput;
1404
+ session: Session;
1405
+ };
1335
1406
  export type MutationRedirectPaymentGatewayForAmountArgs = {
1336
1407
  input: PaymentGatewayForAmountInput;
1337
1408
  session: Session;
@@ -1387,6 +1458,10 @@ export type MutationSaveFerryBookingArgs = {
1387
1458
  input?: InputMaybe<SaveFerryBookingInput>;
1388
1459
  session: Session;
1389
1460
  };
1461
+ export type MutationSaveSepteoPaymentsTransactionArgs = {
1462
+ input: SaveSepteoPaymentsTransactionInput;
1463
+ session: Session;
1464
+ };
1390
1465
  export type MutationSetSessionLanguageArgs = {
1391
1466
  input: SessionLanguageInput;
1392
1467
  session: Session;
@@ -1730,6 +1805,14 @@ export type PaymentDue = {
1730
1805
  remainingAmount?: Maybe<Amount>;
1731
1806
  type?: Maybe<PaymentdueType>;
1732
1807
  };
1808
+ export type PaymentGatewayForAccountInput = {
1809
+ accountId: Scalars["Int"];
1810
+ input: CartPaymentMethodInput;
1811
+ };
1812
+ export type PaymentGatewayForAccountOutput = {
1813
+ __typename?: "PaymentGatewayForAccountOutput";
1814
+ gateway?: Maybe<Scalars["String"]>;
1815
+ };
1733
1816
  export type PaymentGatewayForAmountInput = {
1734
1817
  bookingId: Scalars["Int"];
1735
1818
  ccAmount: Scalars["BigDecimal"];
@@ -1920,6 +2003,7 @@ export type Product = {
1920
2003
  id: Scalars["Int"];
1921
2004
  imagePath?: Maybe<Scalars["String"]>;
1922
2005
  isBase?: Maybe<Scalars["Boolean"]>;
2006
+ isLongStay?: Maybe<Scalars["Boolean"]>;
1923
2007
  isPackage?: Maybe<Scalars["Boolean"]>;
1924
2008
  label?: Maybe<Scalars["String"]>;
1925
2009
  linkedToMap?: Maybe<Scalars["Boolean"]>;
@@ -1944,6 +2028,14 @@ export type ProductByCategory = {
1944
2028
  categoryLabel?: Maybe<Scalars["String"]>;
1945
2029
  products?: Maybe<Array<Maybe<Product>>>;
1946
2030
  };
2031
+ export type ProductCmsCriteria = {
2032
+ __typename?: "ProductCMSCriteria";
2033
+ cmsCriteria?: Maybe<CmsCriteria>;
2034
+ };
2035
+ export type ProductCmsCriteriasOutput = {
2036
+ __typename?: "ProductCMSCriteriasOutput";
2037
+ criterias?: Maybe<Array<Maybe<ProductCmsCriteria>>>;
2038
+ };
1947
2039
  export type ProductCategoriesOutput = {
1948
2040
  __typename?: "ProductCategoriesOutput";
1949
2041
  productCategories?: Maybe<Array<Maybe<ProductCategory>>>;
@@ -1970,6 +2062,30 @@ export type ProductOption = {
1970
2062
  code?: Maybe<Scalars["String"]>;
1971
2063
  label?: Maybe<Scalars["String"]>;
1972
2064
  };
2065
+ export type ProductPropertiesOutput = {
2066
+ __typename?: "ProductPropertiesOutput";
2067
+ properties?: Maybe<Array<Maybe<Property>>>;
2068
+ };
2069
+ export type ProductProposal = {
2070
+ __typename?: "ProductProposal";
2071
+ desc?: Maybe<Scalars["String"]>;
2072
+ endDate?: Maybe<Scalars["Date"]>;
2073
+ label?: Maybe<Scalars["String"]>;
2074
+ productCode?: Maybe<Scalars["String"]>;
2075
+ propertyId?: Maybe<Scalars["Int"]>;
2076
+ proposalKey: Scalars["String"];
2077
+ startDate?: Maybe<Scalars["Date"]>;
2078
+ };
2079
+ export type ProductProposalsInput = {
2080
+ cmsCriteriaValue?: InputMaybe<CmsCriteriaValueInput>;
2081
+ nbDays?: InputMaybe<Scalars["Int"]>;
2082
+ propertyId?: InputMaybe<Scalars["Int"]>;
2083
+ selectedDate: Scalars["Date"];
2084
+ };
2085
+ export type ProductProposalsOutput = {
2086
+ __typename?: "ProductProposalsOutput";
2087
+ proposals?: Maybe<Array<Maybe<ProductProposal>>>;
2088
+ };
1973
2089
  export type ProductToBookingInput = {
1974
2090
  cartItemID?: InputMaybe<Scalars["Int"]>;
1975
2091
  productCode: Scalars["String"];
@@ -2023,6 +2139,7 @@ export type Proposal = {
2023
2139
  imagePath?: Maybe<Scalars["String"]>;
2024
2140
  isAlternativeProposal?: Maybe<Scalars["Boolean"]>;
2025
2141
  isCounterProposal?: Maybe<Scalars["Boolean"]>;
2142
+ isMonthPrice?: Maybe<Scalars["Boolean"]>;
2026
2143
  lineItems?: Maybe<Array<Maybe<Lineitem>>>;
2027
2144
  nbDays?: Maybe<Scalars["Int"]>;
2028
2145
  price?: Maybe<Amount>;
@@ -2114,6 +2231,7 @@ export type Query = {
2114
2231
  getAvailForRoomTypes?: Maybe<AvailForRoomTypesOutput>;
2115
2232
  getAvailableRoomFeatures?: Maybe<AvailableRoomFeaturesOutput>;
2116
2233
  getAvailableRooms?: Maybe<AvailableRoomsOutput>;
2234
+ getBookingCustomerDepositAccountInfos?: Maybe<BookingCustomerDepositAccountInfosOutput>;
2117
2235
  getBookingDocuments?: Maybe<BookingDocumentsOutput>;
2118
2236
  getBookingPaymentPlans?: Maybe<PaymentPlansOutput>;
2119
2237
  getBookingProducts?: Maybe<BookingProductsOutput>;
@@ -2252,6 +2370,10 @@ export type QueryGetAvailableRoomsArgs = {
2252
2370
  session: Session;
2253
2371
  };
2254
2372
  /** test query */
2373
+ export type QueryGetBookingCustomerDepositAccountInfosArgs = {
2374
+ session: Session;
2375
+ };
2376
+ /** test query */
2255
2377
  export type QueryGetBookingDocumentsArgs = {
2256
2378
  input: BookingDocumentsInput;
2257
2379
  session: Session;
@@ -2730,6 +2852,19 @@ export type SaveFerryBookingOutput = {
2730
2852
  __typename?: "SaveFerryBookingOutput";
2731
2853
  cart?: Maybe<Cart>;
2732
2854
  };
2855
+ export type SaveSepteoPaymentsTransactionInput = {
2856
+ amount: MoneyInput;
2857
+ ccType?: InputMaybe<Scalars["String"]>;
2858
+ gatewayId?: InputMaybe<Scalars["Int"]>;
2859
+ globalPay?: InputMaybe<Scalars["Boolean"]>;
2860
+ orderId?: InputMaybe<Scalars["String"]>;
2861
+ paymentDueId?: InputMaybe<Scalars["Int"]>;
2862
+ paymentId?: InputMaybe<Scalars["String"]>;
2863
+ };
2864
+ export type SaveSepteoPaymentsTransactionOutput = {
2865
+ __typename?: "SaveSepteoPaymentsTransactionOutput";
2866
+ cart?: Maybe<Cart>;
2867
+ };
2733
2868
  export type Service = {
2734
2869
  __typename?: "Service";
2735
2870
  address?: Maybe<Address>;
@@ -1,12 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SkisetMeasureType = exports.ProductOccupantApplication = exports.ProductDistributionType = exports.PaymentdueType = exports.OccupantTypeEnum = exports.LyraPaymentValidatationStatus = exports.BookingStatus = void 0;
3
+ exports.SkisetMeasureType = exports.ProductOccupantApplication = exports.ProductDistributionType = exports.PaymentdueType = exports.OccupantTypeEnum = exports.LyraPaymentValidatationStatus = exports.InputType = exports.BookingStatus = void 0;
4
4
  var BookingStatus;
5
5
  (function (BookingStatus) {
6
6
  BookingStatus["Estimate"] = "ESTIMATE";
7
7
  BookingStatus["Guaranteed"] = "GUARANTEED";
8
8
  BookingStatus["Option"] = "OPTION";
9
9
  })(BookingStatus = exports.BookingStatus || (exports.BookingStatus = {}));
10
+ var InputType;
11
+ (function (InputType) {
12
+ InputType["Checkbox"] = "CHECKBOX";
13
+ InputType["Enum"] = "ENUM";
14
+ InputType["Text"] = "TEXT";
15
+ })(InputType = exports.InputType || (exports.InputType = {}));
10
16
  var LyraPaymentValidatationStatus;
11
17
  (function (LyraPaymentValidatationStatus) {
12
18
  LyraPaymentValidatationStatus["Failure"] = "FAILURE";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.179.2",
3
+ "version": "106.250.0",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {