rsl-api-106 106.468.0 → 106.506.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.
- package/lib/mutations/index.d.ts +2 -1
- package/lib/mutations/index.js +5 -1
- package/lib/mutations/makeDepositPaymentWithPreviousCard.d.ts +2 -0
- package/lib/mutations/makeDepositPaymentWithPreviousCard.js +14 -0
- package/lib/outputs/criteriaValue.js +1 -0
- package/lib/outputs/customerBooking.js +16 -0
- package/lib/outputs/ongoingTransferPaymentDue.d.ts +1 -0
- package/lib/outputs/ongoingTransferPaymentDue.js +10 -0
- package/lib/queries/getOngoingTransfers.d.ts +1 -0
- package/lib/queries/getOngoingTransfers.js +20 -0
- package/lib/types/index.d.ts +33 -6
- package/lib/types/index.js +6 -6
- package/package.json +1 -1
package/lib/mutations/index.d.ts
CHANGED
|
@@ -88,4 +88,5 @@ import { addProductProposalToCartMutation } from "./addProductProposalToCart";
|
|
|
88
88
|
import { removeProductProposalToCartMutation } from "./removeProductProposalToCart";
|
|
89
89
|
import { updateProductInfosForBenificiaryMutation } from "./updateProductForBenificiary";
|
|
90
90
|
import { saveFCIMutation } from "./saveFCI";
|
|
91
|
-
|
|
91
|
+
import { makeDepositPaymentWithPreviousCardMutation } from "./makeDepositPaymentWithPreviousCard";
|
|
92
|
+
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, updateOwnerAccountMutation, removeBankAccountMutation, addBankAccountMutation, changeOwnerLeasesBankAccountMutation, changeOwnerInvoiceStatusToSentMutation, validateOwnerInvoicesMutation, disputeOwnerInvoiceMutation, addProductProposalToCartMutation, removeProductProposalToCartMutation, updateProductInfosForBenificiaryMutation, saveFCIMutation, makeDepositPaymentWithPreviousCardMutation, };
|
package/lib/mutations/index.js
CHANGED
|
@@ -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.saveFCIMutation = exports.updateProductInfosForBenificiaryMutation = exports.removeProductProposalToCartMutation = exports.addProductProposalToCartMutation = exports.disputeOwnerInvoiceMutation = exports.validateOwnerInvoicesMutation = exports.changeOwnerInvoiceStatusToSentMutation = exports.changeOwnerLeasesBankAccountMutation = exports.addBankAccountMutation = exports.removeBankAccountMutation = exports.updateOwnerAccountMutation = 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;
|
|
4
|
+
exports.makeDepositPaymentWithPreviousCardMutation = exports.saveFCIMutation = exports.updateProductInfosForBenificiaryMutation = exports.removeProductProposalToCartMutation = exports.addProductProposalToCartMutation = exports.disputeOwnerInvoiceMutation = exports.validateOwnerInvoicesMutation = exports.changeOwnerInvoiceStatusToSentMutation = exports.changeOwnerLeasesBankAccountMutation = exports.addBankAccountMutation = exports.removeBankAccountMutation = exports.updateOwnerAccountMutation = 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");
|
|
@@ -182,3 +182,7 @@ const updateProductForBenificiary_1 = require("./updateProductForBenificiary");
|
|
|
182
182
|
Object.defineProperty(exports, "updateProductInfosForBenificiaryMutation", { enumerable: true, get: function () { return updateProductForBenificiary_1.updateProductInfosForBenificiaryMutation; } });
|
|
183
183
|
const saveFCI_1 = require("./saveFCI");
|
|
184
184
|
Object.defineProperty(exports, "saveFCIMutation", { enumerable: true, get: function () { return saveFCI_1.saveFCIMutation; } });
|
|
185
|
+
//import { updateBookingCriteriasFromStayCreditMutation } from "./updateBookingCriteriasFromStayCredit";
|
|
186
|
+
//import { updateBookingCriteriasFromOwnerLeaseMutation } from "./updateBookingCriteriasFromOwnerLease";
|
|
187
|
+
const makeDepositPaymentWithPreviousCard_1 = require("./makeDepositPaymentWithPreviousCard");
|
|
188
|
+
Object.defineProperty(exports, "makeDepositPaymentWithPreviousCardMutation", { enumerable: true, get: function () { return makeDepositPaymentWithPreviousCard_1.makeDepositPaymentWithPreviousCardMutation; } });
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.makeDepositPaymentWithPreviousCardMutation = void 0;
|
|
4
|
+
const client_1 = require("@apollo/client");
|
|
5
|
+
const makeDepositPaymentWithPreviousCardMutation = () => {
|
|
6
|
+
return (0, client_1.gql) `
|
|
7
|
+
mutation makeDepositPaymentWithPreviousCard($session: Session!) {
|
|
8
|
+
makeDepositPaymentWithPreviousCard(session: $session) {
|
|
9
|
+
status
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
`;
|
|
13
|
+
};
|
|
14
|
+
exports.makeDepositPaymentWithPreviousCardMutation = makeDepositPaymentWithPreviousCardMutation;
|
|
@@ -24,10 +24,14 @@ exports.customerBookingOutput = `
|
|
|
24
24
|
criterias {
|
|
25
25
|
${criteriaValue_1.criteriaValueOutput}
|
|
26
26
|
},
|
|
27
|
+
depositAmount {
|
|
28
|
+
${amount_1.amountOutput}
|
|
29
|
+
},
|
|
27
30
|
discountCode,
|
|
28
31
|
endDate,
|
|
29
32
|
id,
|
|
30
33
|
isFCIdone,
|
|
34
|
+
isFCOdone,
|
|
31
35
|
isCanceled,
|
|
32
36
|
isEnableEditPrimaryOccupant,
|
|
33
37
|
isEnableEditReservation,
|
|
@@ -90,10 +94,14 @@ exports.customerBookingWithoutRoomFeaturesOutput = `
|
|
|
90
94
|
criterias {
|
|
91
95
|
${criteriaValue_1.criteriaValueOutput}
|
|
92
96
|
},
|
|
97
|
+
depositAmount {
|
|
98
|
+
${amount_1.amountOutput}
|
|
99
|
+
},
|
|
93
100
|
discountCode,
|
|
94
101
|
endDate,
|
|
95
102
|
id,
|
|
96
103
|
isFCIdone,
|
|
104
|
+
isFCOdone,
|
|
97
105
|
isCanceled,
|
|
98
106
|
isEnableEditPrimaryOccupant,
|
|
99
107
|
isEnableEditReservation,
|
|
@@ -153,9 +161,13 @@ exports.customerBookingWithoutRoomFeaturesWithoutCriteriasOutput = `
|
|
|
153
161
|
},
|
|
154
162
|
creationDate,
|
|
155
163
|
discountCode,
|
|
164
|
+
depositAmount {
|
|
165
|
+
${amount_1.amountOutput}
|
|
166
|
+
},
|
|
156
167
|
endDate,
|
|
157
168
|
id,
|
|
158
169
|
isFCIdone,
|
|
170
|
+
isFCOdone,
|
|
159
171
|
isCanceled,
|
|
160
172
|
isEnableEditPrimaryOccupant,
|
|
161
173
|
isEnableEditReservation,
|
|
@@ -213,12 +225,16 @@ exports.customerBookingOutputWithoutCriterias = `
|
|
|
213
225
|
contractFolder {
|
|
214
226
|
${contractFolder_1.contractFolderOutput}
|
|
215
227
|
},
|
|
228
|
+
depositAmount {
|
|
229
|
+
${amount_1.amountOutput}
|
|
230
|
+
},
|
|
216
231
|
creationDate,
|
|
217
232
|
discountCode,
|
|
218
233
|
endDate,
|
|
219
234
|
id,
|
|
220
235
|
isCheckedIn,
|
|
221
236
|
isFCIdone,
|
|
237
|
+
isFCOdone,
|
|
222
238
|
isCanceled,
|
|
223
239
|
isEnableEditPrimaryOccupant,
|
|
224
240
|
isEnableEditReservation,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ongoingTransferPaymentDueOutput: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ongoingTransferPaymentDueOutput = void 0;
|
|
4
|
+
const amount_1 = require("./amount");
|
|
5
|
+
exports.ongoingTransferPaymentDueOutput = `
|
|
6
|
+
paymentDueId,
|
|
7
|
+
amount {
|
|
8
|
+
${amount_1.amountOutput}
|
|
9
|
+
}
|
|
10
|
+
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getOngoingTransfersQuery: () => import("@apollo/client").DocumentNode;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getOngoingTransfersQuery = void 0;
|
|
4
|
+
const client_1 = require("@apollo/client");
|
|
5
|
+
const ongoingTransferPaymentDue_1 = require("../outputs/ongoingTransferPaymentDue");
|
|
6
|
+
const getOngoingTransfersQuery = () => {
|
|
7
|
+
return (0, client_1.gql) `
|
|
8
|
+
query getOngoingTransfers($session: Session!, numRes: Int!) {
|
|
9
|
+
getOngoingTransfers (
|
|
10
|
+
session: $session,
|
|
11
|
+
numRes: $numRes
|
|
12
|
+
) {
|
|
13
|
+
paymentDues {
|
|
14
|
+
${ongoingTransferPaymentDue_1.ongoingTransferPaymentDueOutput}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
`;
|
|
19
|
+
};
|
|
20
|
+
exports.getOngoingTransfersQuery = getOngoingTransfersQuery;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -550,6 +550,7 @@ export type CriteriaValue = {
|
|
|
550
550
|
code: Scalars["String"];
|
|
551
551
|
fileName?: Maybe<Scalars["String"]>;
|
|
552
552
|
fileUrl?: Maybe<Scalars["String"]>;
|
|
553
|
+
isLocked?: Maybe<Scalars["Boolean"]>;
|
|
553
554
|
label?: Maybe<Scalars["String"]>;
|
|
554
555
|
servicesList?: Maybe<Array<Maybe<Service>>>;
|
|
555
556
|
startDate?: Maybe<Scalars["Date"]>;
|
|
@@ -659,6 +660,7 @@ export type CustomerBooking = {
|
|
|
659
660
|
contractFolder?: Maybe<ContractFolder>;
|
|
660
661
|
creationDate?: Maybe<Scalars["Date"]>;
|
|
661
662
|
criterias?: Maybe<Array<Maybe<CriteriaValue>>>;
|
|
663
|
+
depositAmount?: Maybe<Amount>;
|
|
662
664
|
discountCode?: Maybe<Scalars["String"]>;
|
|
663
665
|
endDate?: Maybe<Scalars["Date"]>;
|
|
664
666
|
externalCode?: Maybe<Scalars["String"]>;
|
|
@@ -672,6 +674,7 @@ export type CustomerBooking = {
|
|
|
672
674
|
isEnableFerryBooking?: Maybe<Scalars["Boolean"]>;
|
|
673
675
|
isEstimate?: Maybe<Scalars["Boolean"]>;
|
|
674
676
|
isFCIdone?: Maybe<Scalars["Boolean"]>;
|
|
677
|
+
isFCOdone?: Maybe<Scalars["Boolean"]>;
|
|
675
678
|
isMaster?: Maybe<Scalars["Boolean"]>;
|
|
676
679
|
isOption?: Maybe<Scalars["Boolean"]>;
|
|
677
680
|
isPSPPayment?: Maybe<Scalars["Boolean"]>;
|
|
@@ -793,6 +796,10 @@ export type DepositAccountPaymentInput = {
|
|
|
793
796
|
accountID: Scalars["Int"];
|
|
794
797
|
amount: AmountInput;
|
|
795
798
|
};
|
|
799
|
+
export type DepositPaymentWithPreviousCardOutput = {
|
|
800
|
+
__typename?: "DepositPaymentWithPreviousCardOutput";
|
|
801
|
+
status?: Maybe<PaymentValidationStatus>;
|
|
802
|
+
};
|
|
796
803
|
export type DisableEnablePartnerCustomerAccountInput = {
|
|
797
804
|
customerCode: Scalars["String"];
|
|
798
805
|
disabled: Scalars["Boolean"];
|
|
@@ -1181,6 +1188,7 @@ export type LogoutOutput = {
|
|
|
1181
1188
|
export type LyraFormTokenInput = {
|
|
1182
1189
|
accountID?: InputMaybe<Scalars["Int"]>;
|
|
1183
1190
|
amount: AmountInput;
|
|
1191
|
+
authorizationOnly?: InputMaybe<Scalars["Boolean"]>;
|
|
1184
1192
|
ccardType?: InputMaybe<Scalars["Int"]>;
|
|
1185
1193
|
customerAccountContext?: InputMaybe<Scalars["Boolean"]>;
|
|
1186
1194
|
globalPay?: InputMaybe<Scalars["Boolean"]>;
|
|
@@ -1194,10 +1202,6 @@ export type LyraFormTokenOutput = {
|
|
|
1194
1202
|
gatewayDescription?: Maybe<GatewayDescription>;
|
|
1195
1203
|
orderId?: Maybe<Scalars["String"]>;
|
|
1196
1204
|
};
|
|
1197
|
-
export declare enum LyraPaymentValidatationStatus {
|
|
1198
|
-
Failure = "FAILURE",
|
|
1199
|
-
Success = "SUCCESS"
|
|
1200
|
-
}
|
|
1201
1205
|
export type LyraPaymentValidationInput = {
|
|
1202
1206
|
clientAnswer: Scalars["String"];
|
|
1203
1207
|
hashKey: Scalars["String"];
|
|
@@ -1206,7 +1210,7 @@ export type LyraPaymentValidationInput = {
|
|
|
1206
1210
|
export type LyraPaymentValidationOutput = {
|
|
1207
1211
|
__typename?: "LyraPaymentValidationOutput";
|
|
1208
1212
|
cart?: Maybe<Cart>;
|
|
1209
|
-
lyraStatus?: Maybe<
|
|
1213
|
+
lyraStatus?: Maybe<PaymentValidationStatus>;
|
|
1210
1214
|
};
|
|
1211
1215
|
export type MapSelectorData = {
|
|
1212
1216
|
__typename?: "MapSelectorData";
|
|
@@ -1313,6 +1317,7 @@ export type Mutation = {
|
|
|
1313
1317
|
loginHash256?: Maybe<LoginHash256Output>;
|
|
1314
1318
|
loginPartner?: Maybe<LoginPartnerOutput>;
|
|
1315
1319
|
logout?: Maybe<LogoutOutput>;
|
|
1320
|
+
makeDepositPaymentWithPreviousCard?: Maybe<DepositPaymentWithPreviousCardOutput>;
|
|
1316
1321
|
payOnStoredCreditCard?: Maybe<PayOnStoredCreditCardOutput>;
|
|
1317
1322
|
redirectPaymentGatewayForAccount?: Maybe<PaymentGatewayForAccountOutput>;
|
|
1318
1323
|
redirectPaymentGatewayForAmount?: Maybe<PaymentGatewayForAmountOutput>;
|
|
@@ -1522,6 +1527,9 @@ export type MutationLoginPartnerArgs = {
|
|
|
1522
1527
|
export type MutationLogoutArgs = {
|
|
1523
1528
|
session: Session;
|
|
1524
1529
|
};
|
|
1530
|
+
export type MutationMakeDepositPaymentWithPreviousCardArgs = {
|
|
1531
|
+
session: Session;
|
|
1532
|
+
};
|
|
1525
1533
|
export type MutationPayOnStoredCreditCardArgs = {
|
|
1526
1534
|
input?: InputMaybe<PayOnStoredCreditCardInput>;
|
|
1527
1535
|
session: Session;
|
|
@@ -1816,6 +1824,15 @@ export type OccupantsFromCurrentCustomerOutput = {
|
|
|
1816
1824
|
__typename?: "OccupantsFromCurrentCustomerOutput";
|
|
1817
1825
|
occupants?: Maybe<Array<Maybe<Occupant>>>;
|
|
1818
1826
|
};
|
|
1827
|
+
export type OngoingTransferPaymentDue = {
|
|
1828
|
+
__typename?: "OngoingTransferPaymentDue";
|
|
1829
|
+
amount?: Maybe<Amount>;
|
|
1830
|
+
paymentDueId: Scalars["Int"];
|
|
1831
|
+
};
|
|
1832
|
+
export type OngoingTransfersOutput = {
|
|
1833
|
+
__typename?: "OngoingTransfersOutput";
|
|
1834
|
+
paymentDues?: Maybe<Array<Maybe<OngoingTransferPaymentDue>>>;
|
|
1835
|
+
};
|
|
1819
1836
|
export type Option = {
|
|
1820
1837
|
__typename?: "Option";
|
|
1821
1838
|
code?: Maybe<Scalars["String"]>;
|
|
@@ -2018,7 +2035,7 @@ export type PaymentGatewayForAmountInput = {
|
|
|
2018
2035
|
bookingId: Scalars["Int"];
|
|
2019
2036
|
ccAmount: Scalars["BigDecimal"];
|
|
2020
2037
|
input: CartPaymentMethodInput;
|
|
2021
|
-
instalmentId
|
|
2038
|
+
instalmentId?: InputMaybe<Scalars["Int"]>;
|
|
2022
2039
|
};
|
|
2023
2040
|
export type PaymentGatewayForAmountOutput = {
|
|
2024
2041
|
__typename?: "PaymentGatewayForAmountOutput";
|
|
@@ -2101,6 +2118,10 @@ export type PaymentPlansOutput = {
|
|
|
2101
2118
|
__typename?: "PaymentPlansOutput";
|
|
2102
2119
|
paymentPlans?: Maybe<Array<Maybe<PaymentPlan>>>;
|
|
2103
2120
|
};
|
|
2121
|
+
export declare enum PaymentValidationStatus {
|
|
2122
|
+
Failure = "FAILURE",
|
|
2123
|
+
Success = "SUCCESS"
|
|
2124
|
+
}
|
|
2104
2125
|
export declare enum PaymentdueType {
|
|
2105
2126
|
Arrhes = "ARRHES",
|
|
2106
2127
|
Cashless = "CASHLESS",
|
|
@@ -2548,6 +2569,7 @@ export type Query = {
|
|
|
2548
2569
|
getNeobookingTranslations?: Maybe<NeobookingTranslationsOutput>;
|
|
2549
2570
|
getOccupantProducts?: Maybe<OccupantProductsOutput>;
|
|
2550
2571
|
getOccupantsFromCurrentCustomer?: Maybe<OccupantsFromCurrentCustomerOutput>;
|
|
2572
|
+
getOngoingTransfers?: Maybe<OngoingTransfersOutput>;
|
|
2551
2573
|
getOwnerLeases?: Maybe<OwnerleasesOutput>;
|
|
2552
2574
|
getOwnerRoomPlanningData?: Maybe<OwnerRoomPlanningDataOutput>;
|
|
2553
2575
|
getOwnerServiceChargeInvoicesDocument?: Maybe<OwnerServiceChargeInvoicesDocumentOutput>;
|
|
@@ -2833,6 +2855,11 @@ export type QueryGetOccupantsFromCurrentCustomerArgs = {
|
|
|
2833
2855
|
session: Session;
|
|
2834
2856
|
};
|
|
2835
2857
|
/** test query */
|
|
2858
|
+
export type QueryGetOngoingTransfersArgs = {
|
|
2859
|
+
numRes: Scalars["Int"];
|
|
2860
|
+
session: Session;
|
|
2861
|
+
};
|
|
2862
|
+
/** test query */
|
|
2836
2863
|
export type QueryGetOwnerLeasesArgs = {
|
|
2837
2864
|
session: Session;
|
|
2838
2865
|
};
|
package/lib/types/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SkisetMeasureType = exports.ProductOccupantApplication = exports.ProductForBenificiarySendToEnum = exports.ProductDistributionType = exports.PaymentdueType = exports.
|
|
3
|
+
exports.SkisetMeasureType = exports.ProductOccupantApplication = exports.ProductForBenificiarySendToEnum = exports.ProductDistributionType = exports.PaymentdueType = exports.PaymentValidationStatus = exports.OccupantTypeEnum = exports.InputType = exports.BookingStatus = exports.BankAccountType = void 0;
|
|
4
4
|
var BankAccountType;
|
|
5
5
|
(function (BankAccountType) {
|
|
6
6
|
BankAccountType["Iban"] = "IBAN";
|
|
@@ -18,17 +18,17 @@ var InputType;
|
|
|
18
18
|
InputType["Enum"] = "ENUM";
|
|
19
19
|
InputType["Text"] = "TEXT";
|
|
20
20
|
})(InputType = exports.InputType || (exports.InputType = {}));
|
|
21
|
-
var LyraPaymentValidatationStatus;
|
|
22
|
-
(function (LyraPaymentValidatationStatus) {
|
|
23
|
-
LyraPaymentValidatationStatus["Failure"] = "FAILURE";
|
|
24
|
-
LyraPaymentValidatationStatus["Success"] = "SUCCESS";
|
|
25
|
-
})(LyraPaymentValidatationStatus = exports.LyraPaymentValidatationStatus || (exports.LyraPaymentValidatationStatus = {}));
|
|
26
21
|
var OccupantTypeEnum;
|
|
27
22
|
(function (OccupantTypeEnum) {
|
|
28
23
|
OccupantTypeEnum["IsAdult"] = "IS_ADULT";
|
|
29
24
|
OccupantTypeEnum["IsChildren_1"] = "IS_CHILDREN_1";
|
|
30
25
|
OccupantTypeEnum["IsChildren_2"] = "IS_CHILDREN_2";
|
|
31
26
|
})(OccupantTypeEnum = exports.OccupantTypeEnum || (exports.OccupantTypeEnum = {}));
|
|
27
|
+
var PaymentValidationStatus;
|
|
28
|
+
(function (PaymentValidationStatus) {
|
|
29
|
+
PaymentValidationStatus["Failure"] = "FAILURE";
|
|
30
|
+
PaymentValidationStatus["Success"] = "SUCCESS";
|
|
31
|
+
})(PaymentValidationStatus = exports.PaymentValidationStatus || (exports.PaymentValidationStatus = {}));
|
|
32
32
|
var PaymentdueType;
|
|
33
33
|
(function (PaymentdueType) {
|
|
34
34
|
PaymentdueType["Arrhes"] = "ARRHES";
|