rsl-api-106 106.291.7 → 106.291.9
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 -4
- package/lib/mutations/index.js +2 -6
- package/lib/mutations/updateProductForBenificiary.d.ts +1 -1
- package/lib/mutations/updateProductForBenificiary.js +5 -5
- package/lib/outputs/lineItem.js +2 -5
- package/lib/outputs/ownerLease.js +1 -1
- package/lib/types/index.d.ts +32 -424
- package/lib/types/index.js +1 -12
- package/package.json +1 -1
package/lib/mutations/index.d.ts
CHANGED
|
@@ -86,7 +86,5 @@ import { validateOwnerInvoicesMutation } from "./validateOwnerInvoices";
|
|
|
86
86
|
import { disputeOwnerInvoiceMutation } from "./disputeOwnerInvoice";
|
|
87
87
|
import { addProductProposalToCartMutation } from "./addProductProposalToCart";
|
|
88
88
|
import { removeProductProposalToCartMutation } from "./removeProductProposalToCart";
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
import { updateBookingCriteriasFromOwnerLeaseMutation } from "./updateBookingCriteriasFromOwnerLease";
|
|
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, updateProductForBenificiaryMutation, updateBookingCriteriasFromStayCreditMutation, updateBookingCriteriasFromOwnerLeaseMutation, };
|
|
89
|
+
import { updateProductInfosForBenificiaryMutation } from "./updateProductForBenificiary";
|
|
90
|
+
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, };
|
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.
|
|
4
|
+
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");
|
|
@@ -179,8 +179,4 @@ Object.defineProperty(exports, "addProductProposalToCartMutation", { enumerable:
|
|
|
179
179
|
const removeProductProposalToCart_1 = require("./removeProductProposalToCart");
|
|
180
180
|
Object.defineProperty(exports, "removeProductProposalToCartMutation", { enumerable: true, get: function () { return removeProductProposalToCart_1.removeProductProposalToCartMutation; } });
|
|
181
181
|
const updateProductForBenificiary_1 = require("./updateProductForBenificiary");
|
|
182
|
-
Object.defineProperty(exports, "
|
|
183
|
-
const updateBookingCriteriasFromStayCredit_1 = require("./updateBookingCriteriasFromStayCredit");
|
|
184
|
-
Object.defineProperty(exports, "updateBookingCriteriasFromStayCreditMutation", { enumerable: true, get: function () { return updateBookingCriteriasFromStayCredit_1.updateBookingCriteriasFromStayCreditMutation; } });
|
|
185
|
-
const updateBookingCriteriasFromOwnerLease_1 = require("./updateBookingCriteriasFromOwnerLease");
|
|
186
|
-
Object.defineProperty(exports, "updateBookingCriteriasFromOwnerLeaseMutation", { enumerable: true, get: function () { return updateBookingCriteriasFromOwnerLease_1.updateBookingCriteriasFromOwnerLeaseMutation; } });
|
|
182
|
+
Object.defineProperty(exports, "updateProductInfosForBenificiaryMutation", { enumerable: true, get: function () { return updateProductForBenificiary_1.updateProductInfosForBenificiaryMutation; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const updateProductInfosForBenificiaryMutation: () => import("@apollo/client").DocumentNode;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.updateProductInfosForBenificiaryMutation = void 0;
|
|
4
4
|
const client_1 = require("@apollo/client");
|
|
5
5
|
const productSearchForBenificiary_1 = require("../outputs/productSearchForBenificiary");
|
|
6
|
-
const
|
|
6
|
+
const updateProductInfosForBenificiaryMutation = () => {
|
|
7
7
|
return (0, client_1.gql) `
|
|
8
|
-
mutation
|
|
8
|
+
mutation updateProductInfosForBenificiary(
|
|
9
9
|
$session: Session!
|
|
10
10
|
$input: UpdateProductForBenificiaryInput!
|
|
11
11
|
) {
|
|
12
|
-
|
|
12
|
+
updateProductInfosForBenificiary(session: $session, input: $input) {
|
|
13
13
|
productSearchForBenificiary {
|
|
14
14
|
${productSearchForBenificiary_1.productSearchForBenificiaryOutput}
|
|
15
15
|
}
|
|
@@ -17,4 +17,4 @@ const updateProductForBenificiaryMutation = () => {
|
|
|
17
17
|
}
|
|
18
18
|
`;
|
|
19
19
|
};
|
|
20
|
-
exports.
|
|
20
|
+
exports.updateProductInfosForBenificiaryMutation = updateProductInfosForBenificiaryMutation;
|
package/lib/outputs/lineItem.js
CHANGED
|
@@ -31,8 +31,7 @@ exports.lineItemsOutput = `
|
|
|
31
31
|
isSkiset,
|
|
32
32
|
criterias {
|
|
33
33
|
${criteriaValue_1.criteriaValueOutput}
|
|
34
|
-
}
|
|
35
|
-
includedInGiftBox
|
|
34
|
+
}
|
|
36
35
|
`;
|
|
37
36
|
exports.lineItemsWithoutFerryOutput = `
|
|
38
37
|
id,
|
|
@@ -56,6 +55,4 @@ exports.lineItemsWithoutFerryOutput = `
|
|
|
56
55
|
isSkiset,
|
|
57
56
|
criterias {
|
|
58
57
|
${criteriaValue_1.criteriaValueOutput}
|
|
59
|
-
}
|
|
60
|
-
includedInGiftBox
|
|
61
|
-
`;
|
|
58
|
+
}`;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -63,13 +63,6 @@ export type AddBabyOutput = {
|
|
|
63
63
|
__typename?: "AddBabyOutput";
|
|
64
64
|
cart?: Maybe<Cart>;
|
|
65
65
|
};
|
|
66
|
-
export type AddBankAccountInput = {
|
|
67
|
-
bank: BankInput;
|
|
68
|
-
iban?: InputMaybe<IbanInput>;
|
|
69
|
-
label: Scalars["String"];
|
|
70
|
-
rib?: InputMaybe<RibInput>;
|
|
71
|
-
type: BankAccountType;
|
|
72
|
-
};
|
|
73
66
|
export type AddOccupantInput = {
|
|
74
67
|
cartItemID?: InputMaybe<Scalars["Int"]>;
|
|
75
68
|
occupantType?: InputMaybe<OccupantTypeEnum>;
|
|
@@ -205,51 +198,6 @@ export type AvailableRoomsOutput = {
|
|
|
205
198
|
__typename?: "AvailableRoomsOutput";
|
|
206
199
|
availableRooms?: Maybe<Array<Maybe<PlanningRoom>>>;
|
|
207
200
|
};
|
|
208
|
-
export type Bank = {
|
|
209
|
-
__typename?: "Bank";
|
|
210
|
-
address?: Maybe<BankAddress>;
|
|
211
|
-
name?: Maybe<Scalars["String"]>;
|
|
212
|
-
};
|
|
213
|
-
export type BankAccount = {
|
|
214
|
-
__typename?: "BankAccount";
|
|
215
|
-
bank?: Maybe<Bank>;
|
|
216
|
-
iban?: Maybe<Iban>;
|
|
217
|
-
id?: Maybe<Scalars["Int"]>;
|
|
218
|
-
isValid?: Maybe<Scalars["Boolean"]>;
|
|
219
|
-
label?: Maybe<Scalars["String"]>;
|
|
220
|
-
rib?: Maybe<Rib>;
|
|
221
|
-
type?: Maybe<BankAccountType>;
|
|
222
|
-
};
|
|
223
|
-
export type BankAccountOutput = {
|
|
224
|
-
__typename?: "BankAccountOutput";
|
|
225
|
-
bankAccount?: Maybe<BankAccount>;
|
|
226
|
-
};
|
|
227
|
-
export declare enum BankAccountType {
|
|
228
|
-
Iban = "IBAN",
|
|
229
|
-
Rib = "RIB"
|
|
230
|
-
}
|
|
231
|
-
export type BankAccountsOutput = {
|
|
232
|
-
__typename?: "BankAccountsOutput";
|
|
233
|
-
bankAccounts?: Maybe<Array<Maybe<BankAccount>>>;
|
|
234
|
-
};
|
|
235
|
-
export type BankAddress = {
|
|
236
|
-
__typename?: "BankAddress";
|
|
237
|
-
city?: Maybe<Scalars["String"]>;
|
|
238
|
-
country?: Maybe<Country>;
|
|
239
|
-
line1?: Maybe<Scalars["String"]>;
|
|
240
|
-
line2?: Maybe<Scalars["String"]>;
|
|
241
|
-
postalCode?: Maybe<Scalars["String"]>;
|
|
242
|
-
};
|
|
243
|
-
export type BankAddressInput = {
|
|
244
|
-
addressLine1: Scalars["String"];
|
|
245
|
-
addressLine2?: InputMaybe<Scalars["String"]>;
|
|
246
|
-
city: Scalars["String"];
|
|
247
|
-
countryCode: Scalars["String"];
|
|
248
|
-
postalCode: Scalars["String"];
|
|
249
|
-
};
|
|
250
|
-
export type BankInput = {
|
|
251
|
-
address: BankAddressInput;
|
|
252
|
-
};
|
|
253
201
|
export type BookingCustomerDepositAccountInfosOutput = {
|
|
254
202
|
__typename?: "BookingCustomerDepositAccountInfosOutput";
|
|
255
203
|
customerDepositAccountInfos?: Maybe<Array<Maybe<CustomerDepositAccountInfo>>>;
|
|
@@ -302,6 +250,14 @@ export type BusinessActor = {
|
|
|
302
250
|
id?: Maybe<Scalars["Int"]>;
|
|
303
251
|
label?: Maybe<Scalars["String"]>;
|
|
304
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
|
+
};
|
|
305
261
|
export type CalendarPeriod = {
|
|
306
262
|
__typename?: "CalendarPeriod";
|
|
307
263
|
color?: Maybe<Scalars["String"]>;
|
|
@@ -344,7 +300,6 @@ export type Car = {
|
|
|
344
300
|
};
|
|
345
301
|
export type Cart = {
|
|
346
302
|
__typename?: "Cart";
|
|
347
|
-
extraSales?: Maybe<Array<Maybe<ExtraSale>>>;
|
|
348
303
|
fromFastCheckinCheckout?: Maybe<Scalars["Boolean"]>;
|
|
349
304
|
id?: Maybe<Scalars["Int"]>;
|
|
350
305
|
reservations?: Maybe<Array<Maybe<CustomerBooking>>>;
|
|
@@ -379,20 +334,6 @@ export type CartPaymentPlansOutput = {
|
|
|
379
334
|
__typename?: "CartPaymentPlansOutput";
|
|
380
335
|
cart?: Maybe<Cart>;
|
|
381
336
|
};
|
|
382
|
-
export type ChangeOwnerInvoiceStatusToSentInput = {
|
|
383
|
-
invoiceIds: Array<InputMaybe<Scalars["Int"]>>;
|
|
384
|
-
};
|
|
385
|
-
export type ChangeOwnerInvoiceStatusToSentOutput = {
|
|
386
|
-
__typename?: "ChangeOwnerInvoiceStatusToSentOutput";
|
|
387
|
-
invoices?: Maybe<Array<Maybe<OwnerInvoice>>>;
|
|
388
|
-
};
|
|
389
|
-
export type ChangeOwnerLeasesBankAccountInput = {
|
|
390
|
-
bankAccountId: Scalars["Int"];
|
|
391
|
-
};
|
|
392
|
-
export type ChangeOwnerLeasesBankAccountOutput = {
|
|
393
|
-
__typename?: "ChangeOwnerLeasesBankAccountOutput";
|
|
394
|
-
leases?: Maybe<Array<Maybe<OwnerLease>>>;
|
|
395
|
-
};
|
|
396
337
|
export type ChangePasswordInput = {
|
|
397
338
|
confirmPassword: Scalars["String"];
|
|
398
339
|
password: Scalars["String"];
|
|
@@ -450,6 +391,16 @@ export type ClientType = {
|
|
|
450
391
|
id: Scalars["Int"];
|
|
451
392
|
label?: Maybe<Scalars["String"]>;
|
|
452
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
|
+
};
|
|
453
404
|
export type ConfirmFastCheckoutInput = {
|
|
454
405
|
cartItemID?: InputMaybe<Scalars["Int"]>;
|
|
455
406
|
confirmFastCheckout?: InputMaybe<Scalars["Boolean"]>;
|
|
@@ -615,10 +566,6 @@ export type CurrentCustomerAccountOutput = {
|
|
|
615
566
|
__typename?: "CurrentCustomerAccountOutput";
|
|
616
567
|
service?: Maybe<Service>;
|
|
617
568
|
};
|
|
618
|
-
export type CurrentOwnerAccountOutput = {
|
|
619
|
-
__typename?: "CurrentOwnerAccountOutput";
|
|
620
|
-
service?: Maybe<Service>;
|
|
621
|
-
};
|
|
622
569
|
export type CustomerAccountInput = {
|
|
623
570
|
account?: InputMaybe<AccountInput>;
|
|
624
571
|
address?: InputMaybe<CustomerAddressInput>;
|
|
@@ -710,7 +657,6 @@ export type CustomerBookingSubStatus = {
|
|
|
710
657
|
};
|
|
711
658
|
export type CustomerBookingsInput = {
|
|
712
659
|
bookingIds?: InputMaybe<Array<InputMaybe<Scalars["Int"]>>>;
|
|
713
|
-
campaignCode?: InputMaybe<Scalars["String"]>;
|
|
714
660
|
canceled?: InputMaybe<Scalars["Boolean"]>;
|
|
715
661
|
estimate?: InputMaybe<Scalars["Boolean"]>;
|
|
716
662
|
option?: InputMaybe<Scalars["Boolean"]>;
|
|
@@ -815,14 +761,6 @@ export type DiscountCodeOutput = {
|
|
|
815
761
|
__typename?: "DiscountCodeOutput";
|
|
816
762
|
cart?: Maybe<Cart>;
|
|
817
763
|
};
|
|
818
|
-
export type DisputeOwnerInvoiceInput = {
|
|
819
|
-
invoiceId: Scalars["Int"];
|
|
820
|
-
reason: Scalars["String"];
|
|
821
|
-
};
|
|
822
|
-
export type DisputeOwnerInvoiceOutput = {
|
|
823
|
-
__typename?: "DisputeOwnerInvoiceOutput";
|
|
824
|
-
invoice?: Maybe<OwnerInvoice>;
|
|
825
|
-
};
|
|
826
764
|
export type Distribution = {
|
|
827
765
|
__typename?: "Distribution";
|
|
828
766
|
roomNumbers?: Maybe<Array<Maybe<Scalars["String"]>>>;
|
|
@@ -847,13 +785,6 @@ export type ExpireSessionOutput = {
|
|
|
847
785
|
__typename?: "ExpireSessionOutput";
|
|
848
786
|
isExpired?: Maybe<Scalars["Boolean"]>;
|
|
849
787
|
};
|
|
850
|
-
export type ExtraSale = {
|
|
851
|
-
__typename?: "ExtraSale";
|
|
852
|
-
guiid?: Maybe<Scalars["Int"]>;
|
|
853
|
-
id?: Maybe<Scalars["Int"]>;
|
|
854
|
-
label?: Maybe<Scalars["String"]>;
|
|
855
|
-
lineItems?: Maybe<Array<Maybe<Lineitem>>>;
|
|
856
|
-
};
|
|
857
788
|
export type FacebookLoginInput = {
|
|
858
789
|
facebookID: Scalars["String"];
|
|
859
790
|
};
|
|
@@ -1069,15 +1000,6 @@ export type Heights = {
|
|
|
1069
1000
|
id?: Maybe<Scalars["Int"]>;
|
|
1070
1001
|
value?: Maybe<Scalars["String"]>;
|
|
1071
1002
|
};
|
|
1072
|
-
export type IbanInput = {
|
|
1073
|
-
bic: Scalars["String"];
|
|
1074
|
-
iban: Scalars["String"];
|
|
1075
|
-
};
|
|
1076
|
-
export type Iban = {
|
|
1077
|
-
__typename?: "Iban";
|
|
1078
|
-
bic?: Maybe<Scalars["String"]>;
|
|
1079
|
-
iban?: Maybe<Scalars["String"]>;
|
|
1080
|
-
};
|
|
1081
1003
|
export declare enum InputType {
|
|
1082
1004
|
Checkbox = "CHECKBOX",
|
|
1083
1005
|
Enum = "ENUM",
|
|
@@ -1110,7 +1032,6 @@ export type Lineitem = {
|
|
|
1110
1032
|
ferryBooking?: Maybe<FerryBooking>;
|
|
1111
1033
|
guiid?: Maybe<Scalars["Int"]>;
|
|
1112
1034
|
id?: Maybe<Scalars["Int"]>;
|
|
1113
|
-
includedInGiftBox?: Maybe<Scalars["Boolean"]>;
|
|
1114
1035
|
isSkiset?: Maybe<Scalars["Boolean"]>;
|
|
1115
1036
|
label?: Maybe<Scalars["String"]>;
|
|
1116
1037
|
preReserved?: Maybe<Scalars["Boolean"]>;
|
|
@@ -1252,7 +1173,6 @@ export type MoneyInput = {
|
|
|
1252
1173
|
export type Mutation = {
|
|
1253
1174
|
__typename?: "Mutation";
|
|
1254
1175
|
addBaby?: Maybe<AddBabyOutput>;
|
|
1255
|
-
addBankAccount?: Maybe<BankAccountOutput>;
|
|
1256
1176
|
addCustomerDepositAccountPayments?: Maybe<CustomerDepositAccountPaymentsOutput>;
|
|
1257
1177
|
addCustomerDepositAccountPaymentsFromPaymentLink?: Maybe<CustomerDepositAccountPaymentsOutputFromPaymentLink>;
|
|
1258
1178
|
addDiscountCode?: Maybe<DiscountCodeOutput>;
|
|
@@ -1270,13 +1190,10 @@ export type Mutation = {
|
|
|
1270
1190
|
* ### LANG_gql_actions
|
|
1271
1191
|
*/
|
|
1272
1192
|
addPartnerToCart?: Maybe<PartnerToCartOutput>;
|
|
1273
|
-
addProductProposalToCart?: Maybe<ProductProposalToCartOutput>;
|
|
1274
1193
|
addProductToBooking?: Maybe<ProductToBookingOutput>;
|
|
1275
1194
|
addProductToOccupant?: Maybe<ProductToOccupantOutput>;
|
|
1276
1195
|
assignRoom?: Maybe<AssignRoomOutput>;
|
|
1277
1196
|
cancelFerryBooking?: Maybe<CancelFerryBookingOutput>;
|
|
1278
|
-
changeOwnerInvoiceStatusToSent?: Maybe<ChangeOwnerInvoiceStatusToSentOutput>;
|
|
1279
|
-
changeOwnerLeasesBankAccount?: Maybe<ChangeOwnerLeasesBankAccountOutput>;
|
|
1280
1197
|
changePassword?: Maybe<ChangePasswordOutput>;
|
|
1281
1198
|
chooseFerryProposal?: Maybe<ChooseFerryProposalOutput>;
|
|
1282
1199
|
chooseProposalFromKeys?: Maybe<ChooseProposalFromKeysOutput>;
|
|
@@ -1286,7 +1203,6 @@ export type Mutation = {
|
|
|
1286
1203
|
createServiceCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
1287
1204
|
disableEnablePartnerCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
1288
1205
|
disableServiceCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
1289
|
-
disputeOwnerInvoice?: Maybe<DisputeOwnerInvoiceOutput>;
|
|
1290
1206
|
doFastCheckin?: Maybe<DoFastCheckinOutput>;
|
|
1291
1207
|
doFastCheckout?: Maybe<DoFastCheckoutOutput>;
|
|
1292
1208
|
expireSession?: Maybe<ExpireSessionOutput>;
|
|
@@ -1305,14 +1221,12 @@ export type Mutation = {
|
|
|
1305
1221
|
redirectPaymentGatewayForCart?: Maybe<PaymentGatewayForCartOutput>;
|
|
1306
1222
|
redirectPaymentGatewayForInstalment?: Maybe<PaymentGatewayForInstalmentOutput>;
|
|
1307
1223
|
redirectPaymentGatewayFromPaymentLink?: Maybe<PaymentGatewayFromPaymentLinkOutput>;
|
|
1308
|
-
removeBankAccount?: Maybe<RemoveBankAccountsOutput>;
|
|
1309
1224
|
removeBookingFromCart?: Maybe<RemoveBookingFromCartOutput>;
|
|
1310
1225
|
removeCartPayments?: Maybe<RemoveCartPaymentsOutput>;
|
|
1311
1226
|
removeCustomerAccount?: Maybe<RemoveCustomerAccountOutput>;
|
|
1312
1227
|
removeDiscountCode?: Maybe<RemoveDiscountCodeOutput>;
|
|
1313
1228
|
removeGiftCode?: Maybe<RemoveGiftCodeOutput>;
|
|
1314
1229
|
removeOccupant?: Maybe<RemoveOccupantOutput>;
|
|
1315
|
-
removeProductProposalToCart?: Maybe<ProductProposalToCartOutput>;
|
|
1316
1230
|
removeStay?: Maybe<RemoveStayOutput>;
|
|
1317
1231
|
resetCart?: Maybe<ResetCartOutput>;
|
|
1318
1232
|
resetPendingFerryBooking?: Maybe<ResetPendingFerryBookingOutput>;
|
|
@@ -1324,8 +1238,6 @@ export type Mutation = {
|
|
|
1324
1238
|
unassignRoom?: Maybe<UnassignRoomOutput>;
|
|
1325
1239
|
unlockBooking?: Maybe<UnlockBookingOutput>;
|
|
1326
1240
|
updateBookingCriterias?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1327
|
-
updateBookingCriteriasFromOwnerLease?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1328
|
-
updateBookingCriteriasFromStayCredit?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1329
1241
|
updateCartPaymentMethod?: Maybe<CartPaymentMethodOutput>;
|
|
1330
1242
|
updateCartPaymentPlans?: Maybe<CartPaymentPlansOutput>;
|
|
1331
1243
|
updateCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
@@ -1335,30 +1247,23 @@ export type Mutation = {
|
|
|
1335
1247
|
updateFerryTravelersInformation?: Maybe<UpdateFerryTravelersInformationOutput>;
|
|
1336
1248
|
updateOccupant?: Maybe<OccupantOutput>;
|
|
1337
1249
|
updateOccupantSkisetMeasurements?: Maybe<UpdateOccupantSkisetMeasurementsOutput>;
|
|
1338
|
-
updateOwnerAccount?: Maybe<CustomerAccountOutput>;
|
|
1339
1250
|
updatePartnerAccount?: Maybe<PartnerOutput>;
|
|
1340
1251
|
updatePartnerCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
1341
1252
|
updatePartnerPaymentPlans?: Maybe<PartnerPaymentPlansOutput>;
|
|
1342
1253
|
updatePayerPaymentPlans?: Maybe<PayerPaymentPlansOutput>;
|
|
1343
1254
|
updatePrimaryOccupant?: Maybe<PrimaryOccupantOutput>;
|
|
1344
1255
|
updateProductCriterias?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1345
|
-
updateProductForBenificiary?: Maybe<UpdateProductForBenificiaryOutput>;
|
|
1346
1256
|
updateRoomFromMap?: Maybe<RoomFromMapOutput>;
|
|
1347
1257
|
updateServiceCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
1348
1258
|
updateStayTime?: Maybe<StayTimeOutput>;
|
|
1349
1259
|
updateTotalOccupants?: Maybe<TotalOccupantsOutput>;
|
|
1350
1260
|
uploadFiles?: Maybe<UploadFilesOutput>;
|
|
1351
1261
|
validateLyraPayment?: Maybe<LyraPaymentValidationOutput>;
|
|
1352
|
-
validateOwnerInvoices?: Maybe<ValidateOwnerInvoicesOutput>;
|
|
1353
1262
|
};
|
|
1354
1263
|
export type MutationAddBabyArgs = {
|
|
1355
1264
|
input: AddBabyInput;
|
|
1356
1265
|
session: Session;
|
|
1357
1266
|
};
|
|
1358
|
-
export type MutationAddBankAccountArgs = {
|
|
1359
|
-
input?: InputMaybe<AddBankAccountInput>;
|
|
1360
|
-
session: Session;
|
|
1361
|
-
};
|
|
1362
1267
|
export type MutationAddCustomerDepositAccountPaymentsArgs = {
|
|
1363
1268
|
input?: InputMaybe<CustomerDepositAccountPaymentsInput>;
|
|
1364
1269
|
session: Session;
|
|
@@ -1395,10 +1300,6 @@ export type MutationAddPartnerToCartArgs = {
|
|
|
1395
1300
|
input: PartnerToCartInput;
|
|
1396
1301
|
session: Session;
|
|
1397
1302
|
};
|
|
1398
|
-
export type MutationAddProductProposalToCartArgs = {
|
|
1399
|
-
input: ProductProposalToCartInput;
|
|
1400
|
-
session: Session;
|
|
1401
|
-
};
|
|
1402
1303
|
export type MutationAddProductToBookingArgs = {
|
|
1403
1304
|
input: ProductToBookingInput;
|
|
1404
1305
|
session: Session;
|
|
@@ -1415,14 +1316,6 @@ export type MutationCancelFerryBookingArgs = {
|
|
|
1415
1316
|
input?: InputMaybe<CancelFerryBookingInput>;
|
|
1416
1317
|
session: Session;
|
|
1417
1318
|
};
|
|
1418
|
-
export type MutationChangeOwnerInvoiceStatusToSentArgs = {
|
|
1419
|
-
input: ChangeOwnerInvoiceStatusToSentInput;
|
|
1420
|
-
session: Session;
|
|
1421
|
-
};
|
|
1422
|
-
export type MutationChangeOwnerLeasesBankAccountArgs = {
|
|
1423
|
-
input: ChangeOwnerLeasesBankAccountInput;
|
|
1424
|
-
session: Session;
|
|
1425
|
-
};
|
|
1426
1319
|
export type MutationChangePasswordArgs = {
|
|
1427
1320
|
input: ChangePasswordInput;
|
|
1428
1321
|
session: Session;
|
|
@@ -1459,10 +1352,6 @@ export type MutationDisableServiceCustomerAccountArgs = {
|
|
|
1459
1352
|
input?: InputMaybe<DisableServiceCustomerAccountInput>;
|
|
1460
1353
|
session: Session;
|
|
1461
1354
|
};
|
|
1462
|
-
export type MutationDisputeOwnerInvoiceArgs = {
|
|
1463
|
-
input: DisputeOwnerInvoiceInput;
|
|
1464
|
-
session: Session;
|
|
1465
|
-
};
|
|
1466
1355
|
export type MutationDoFastCheckinArgs = {
|
|
1467
1356
|
input?: InputMaybe<DoFastCheckinInput>;
|
|
1468
1357
|
session: Session;
|
|
@@ -1533,10 +1422,6 @@ export type MutationRedirectPaymentGatewayFromPaymentLinkArgs = {
|
|
|
1533
1422
|
input?: InputMaybe<PaymentGatewayFromPaymentLinkInput>;
|
|
1534
1423
|
paymentLinkAuthenticationInput: PaymentLinkAuthenticationInput;
|
|
1535
1424
|
};
|
|
1536
|
-
export type MutationRemoveBankAccountArgs = {
|
|
1537
|
-
input?: InputMaybe<RemoveBankAccountInput>;
|
|
1538
|
-
session: Session;
|
|
1539
|
-
};
|
|
1540
1425
|
export type MutationRemoveBookingFromCartArgs = {
|
|
1541
1426
|
input?: InputMaybe<RemoveBookingFromCartInput>;
|
|
1542
1427
|
session: Session;
|
|
@@ -1558,10 +1443,6 @@ export type MutationRemoveOccupantArgs = {
|
|
|
1558
1443
|
input: RemoveOccupantInput;
|
|
1559
1444
|
session: Session;
|
|
1560
1445
|
};
|
|
1561
|
-
export type MutationRemoveProductProposalToCartArgs = {
|
|
1562
|
-
input: RemoveProductProposalToCartInput;
|
|
1563
|
-
session: Session;
|
|
1564
|
-
};
|
|
1565
1446
|
export type MutationRemoveStayArgs = {
|
|
1566
1447
|
input: RemoveStayInput;
|
|
1567
1448
|
session: Session;
|
|
@@ -1604,14 +1485,6 @@ export type MutationUpdateBookingCriteriasArgs = {
|
|
|
1604
1485
|
input: UpdateBookingCriteriasInput;
|
|
1605
1486
|
session: Session;
|
|
1606
1487
|
};
|
|
1607
|
-
export type MutationUpdateBookingCriteriasFromOwnerLeaseArgs = {
|
|
1608
|
-
input: UpdateBookingCriteriasFromOwnerLeaseInput;
|
|
1609
|
-
session: Session;
|
|
1610
|
-
};
|
|
1611
|
-
export type MutationUpdateBookingCriteriasFromStayCreditArgs = {
|
|
1612
|
-
input: UpdateBookingCriteriasFromStatCreditInput;
|
|
1613
|
-
session: Session;
|
|
1614
|
-
};
|
|
1615
1488
|
export type MutationUpdateCartPaymentMethodArgs = {
|
|
1616
1489
|
input: CartPaymentMethodInput;
|
|
1617
1490
|
session: Session;
|
|
@@ -1648,10 +1521,6 @@ export type MutationUpdateOccupantSkisetMeasurementsArgs = {
|
|
|
1648
1521
|
input: UpdateOccupantSkisetMeasurementsInput;
|
|
1649
1522
|
session: Session;
|
|
1650
1523
|
};
|
|
1651
|
-
export type MutationUpdateOwnerAccountArgs = {
|
|
1652
|
-
input?: InputMaybe<CustomerAccountInput>;
|
|
1653
|
-
session: Session;
|
|
1654
|
-
};
|
|
1655
1524
|
export type MutationUpdatePartnerAccountArgs = {
|
|
1656
1525
|
input?: InputMaybe<PartnerAccountInput>;
|
|
1657
1526
|
session: Session;
|
|
@@ -1676,10 +1545,6 @@ export type MutationUpdateProductCriteriasArgs = {
|
|
|
1676
1545
|
input: UpdateProductCriteriasInput;
|
|
1677
1546
|
session: Session;
|
|
1678
1547
|
};
|
|
1679
|
-
export type MutationUpdateProductForBenificiaryArgs = {
|
|
1680
|
-
input: UpdateProductForBenificiaryInput;
|
|
1681
|
-
session: Session;
|
|
1682
|
-
};
|
|
1683
1548
|
export type MutationUpdateRoomFromMapArgs = {
|
|
1684
1549
|
input: RoomFromMapInput;
|
|
1685
1550
|
session: Session;
|
|
@@ -1704,10 +1569,6 @@ export type MutationValidateLyraPaymentArgs = {
|
|
|
1704
1569
|
input: LyraPaymentValidationInput;
|
|
1705
1570
|
session: Session;
|
|
1706
1571
|
};
|
|
1707
|
-
export type MutationValidateOwnerInvoicesArgs = {
|
|
1708
|
-
input: ValidateOwnerInvoicesInput;
|
|
1709
|
-
session: Session;
|
|
1710
|
-
};
|
|
1711
1572
|
export type MyLoginInput = {
|
|
1712
1573
|
email?: InputMaybe<Scalars["String"]>;
|
|
1713
1574
|
firstName?: InputMaybe<Scalars["String"]>;
|
|
@@ -1813,40 +1674,8 @@ export type Option = {
|
|
|
1813
1674
|
default?: Maybe<Scalars["Boolean"]>;
|
|
1814
1675
|
label?: Maybe<Scalars["String"]>;
|
|
1815
1676
|
};
|
|
1816
|
-
export type OwnerDocument = {
|
|
1817
|
-
__typename?: "OwnerDocument";
|
|
1818
|
-
label?: Maybe<Scalars["String"]>;
|
|
1819
|
-
uploadDate?: Maybe<Scalars["Date"]>;
|
|
1820
|
-
url?: Maybe<Scalars["String"]>;
|
|
1821
|
-
};
|
|
1822
|
-
export type OwnerInvoice = {
|
|
1823
|
-
__typename?: "OwnerInvoice";
|
|
1824
|
-
amount?: Maybe<Amount>;
|
|
1825
|
-
dispute?: Maybe<Scalars["String"]>;
|
|
1826
|
-
dueDate?: Maybe<Scalars["Date"]>;
|
|
1827
|
-
id?: Maybe<Scalars["Int"]>;
|
|
1828
|
-
isInvoiced?: Maybe<Scalars["Boolean"]>;
|
|
1829
|
-
isOkForCentral?: Maybe<Scalars["Boolean"]>;
|
|
1830
|
-
isOkForOwner?: Maybe<Scalars["Boolean"]>;
|
|
1831
|
-
remainingAmount?: Maybe<Amount>;
|
|
1832
|
-
rentReceipts?: Maybe<Array<Maybe<RentReceipt>>>;
|
|
1833
|
-
revisedRent?: Maybe<Scalars["Boolean"]>;
|
|
1834
|
-
status?: Maybe<Scalars["String"]>;
|
|
1835
|
-
summaryDocuments?: Maybe<Array<Maybe<OwnerInvoiceDocument>>>;
|
|
1836
|
-
url?: Maybe<Scalars["String"]>;
|
|
1837
|
-
};
|
|
1838
|
-
export type OwnerInvoiceDocument = {
|
|
1839
|
-
__typename?: "OwnerInvoiceDocument";
|
|
1840
|
-
date?: Maybe<Scalars["Date"]>;
|
|
1841
|
-
label?: Maybe<Scalars["String"]>;
|
|
1842
|
-
url?: Maybe<Scalars["String"]>;
|
|
1843
|
-
};
|
|
1844
1677
|
export type OwnerLease = {
|
|
1845
1678
|
__typename?: "OwnerLease";
|
|
1846
|
-
WebLabel?: Maybe<Scalars["String"]>;
|
|
1847
|
-
bankAccount?: Maybe<BankAccount>;
|
|
1848
|
-
conventionId?: Maybe<Scalars["Int"]>;
|
|
1849
|
-
documents?: Maybe<Array<Maybe<OwnerDocument>>>;
|
|
1850
1679
|
etabId?: Maybe<Scalars["Int"]>;
|
|
1851
1680
|
etabLabel?: Maybe<Scalars["String"]>;
|
|
1852
1681
|
id?: Maybe<Scalars["Int"]>;
|
|
@@ -1860,31 +1689,19 @@ export type OwnerLeasePeriod = {
|
|
|
1860
1689
|
export type OwnerLot = {
|
|
1861
1690
|
__typename?: "OwnerLot";
|
|
1862
1691
|
id?: Maybe<Scalars["Int"]>;
|
|
1863
|
-
invoices?: Maybe<Array<Maybe<OwnerInvoice>>>;
|
|
1864
1692
|
label?: Maybe<Scalars["String"]>;
|
|
1865
1693
|
roomNumbers?: Maybe<Array<Maybe<Scalars["String"]>>>;
|
|
1866
|
-
type?: Maybe<Scalars["String"]>;
|
|
1867
1694
|
};
|
|
1868
1695
|
export type OwnerRoomPlanningDataInput = {
|
|
1869
1696
|
campaignCode: Scalars["String"];
|
|
1870
|
-
month
|
|
1697
|
+
month?: InputMaybe<Scalars["Int"]>;
|
|
1871
1698
|
ownerLotId: Scalars["Int"];
|
|
1872
|
-
year
|
|
1699
|
+
year?: InputMaybe<Scalars["Int"]>;
|
|
1873
1700
|
};
|
|
1874
1701
|
export type OwnerRoomPlanningDataOutput = {
|
|
1875
1702
|
__typename?: "OwnerRoomPlanningDataOutput";
|
|
1876
1703
|
calendarPeriods?: Maybe<Array<Maybe<CalendarPeriod>>>;
|
|
1877
1704
|
};
|
|
1878
|
-
export type OwnerServiceChargeInvoiceDocument = {
|
|
1879
|
-
__typename?: "OwnerServiceChargeInvoiceDocument";
|
|
1880
|
-
date?: Maybe<Scalars["Date"]>;
|
|
1881
|
-
label?: Maybe<Scalars["String"]>;
|
|
1882
|
-
url?: Maybe<Scalars["String"]>;
|
|
1883
|
-
};
|
|
1884
|
-
export type OwnerServiceChargeInvoicesDocumentOutput = {
|
|
1885
|
-
__typename?: "OwnerServiceChargeInvoicesDocumentOutput";
|
|
1886
|
-
documents?: Maybe<Array<Maybe<OwnerServiceChargeInvoiceDocument>>>;
|
|
1887
|
-
};
|
|
1888
1705
|
export type OwnerleasesOutput = {
|
|
1889
1706
|
__typename?: "OwnerleasesOutput";
|
|
1890
1707
|
leases?: Maybe<Array<Maybe<OwnerLease>>>;
|
|
@@ -2110,14 +1927,6 @@ export type PlanningRoom = {
|
|
|
2110
1927
|
roomTypeCode?: Maybe<Scalars["String"]>;
|
|
2111
1928
|
startDate?: Maybe<Scalars["Date"]>;
|
|
2112
1929
|
};
|
|
2113
|
-
export type PoductSearchForBenificiary = {
|
|
2114
|
-
__typename?: "PoductSearchForBenificiary";
|
|
2115
|
-
isOwner?: Maybe<Scalars["Boolean"]>;
|
|
2116
|
-
sendTo?: Maybe<ProductForBenificiarySendToEnum>;
|
|
2117
|
-
service?: Maybe<Service>;
|
|
2118
|
-
treatmentCode?: Maybe<Scalars["String"]>;
|
|
2119
|
-
treatments?: Maybe<Array<Maybe<ProductSearchBeneficiaryChoice>>>;
|
|
2120
|
-
};
|
|
2121
1930
|
export type Port = {
|
|
2122
1931
|
__typename?: "Port";
|
|
2123
1932
|
label?: Maybe<Scalars["String"]>;
|
|
@@ -2230,6 +2039,14 @@ export type ProductByCategory = {
|
|
|
2230
2039
|
categoryLabel?: Maybe<Scalars["String"]>;
|
|
2231
2040
|
products?: Maybe<Array<Maybe<Product>>>;
|
|
2232
2041
|
};
|
|
2042
|
+
export type ProductCmsCriteria = {
|
|
2043
|
+
__typename?: "ProductCMSCriteria";
|
|
2044
|
+
cmsCriteria?: Maybe<CmsCriteria>;
|
|
2045
|
+
};
|
|
2046
|
+
export type ProductCmsCriteriasOutput = {
|
|
2047
|
+
__typename?: "ProductCMSCriteriasOutput";
|
|
2048
|
+
criterias?: Maybe<Array<Maybe<ProductCmsCriteria>>>;
|
|
2049
|
+
};
|
|
2233
2050
|
export type ProductCategoriesOutput = {
|
|
2234
2051
|
__typename?: "ProductCategoriesOutput";
|
|
2235
2052
|
productCategories?: Maybe<Array<Maybe<ProductCategory>>>;
|
|
@@ -2246,18 +2063,6 @@ export declare enum ProductDistributionType {
|
|
|
2246
2063
|
Occupant = "OCCUPANT",
|
|
2247
2064
|
Room = "ROOM"
|
|
2248
2065
|
}
|
|
2249
|
-
export declare enum ProductForBenificiarySendToEnum {
|
|
2250
|
-
Both = "both",
|
|
2251
|
-
Buyer = "buyer",
|
|
2252
|
-
Customer = "customer"
|
|
2253
|
-
}
|
|
2254
|
-
export type ProductInfosForBenificiaryInput = {
|
|
2255
|
-
lineitemGUIID: Scalars["Int"];
|
|
2256
|
-
};
|
|
2257
|
-
export type ProductInfosForBenificiaryOutput = {
|
|
2258
|
-
__typename?: "ProductInfosForBenificiaryOutput";
|
|
2259
|
-
productSearchForBenificiary?: Maybe<PoductSearchForBenificiary>;
|
|
2260
|
-
};
|
|
2261
2066
|
export declare enum ProductOccupantApplication {
|
|
2262
2067
|
Everybody = "EVERYBODY",
|
|
2263
2068
|
EverybodyInRoom = "EVERYBODY_IN_ROOM",
|
|
@@ -2274,24 +2079,17 @@ export type ProductPropertiesOutput = {
|
|
|
2274
2079
|
};
|
|
2275
2080
|
export type ProductProposal = {
|
|
2276
2081
|
__typename?: "ProductProposal";
|
|
2277
|
-
|
|
2278
|
-
|
|
2082
|
+
desc?: Maybe<Scalars["String"]>;
|
|
2083
|
+
endDate?: Maybe<Scalars["Date"]>;
|
|
2279
2084
|
label?: Maybe<Scalars["String"]>;
|
|
2280
2085
|
productCode?: Maybe<Scalars["String"]>;
|
|
2281
2086
|
propertyId?: Maybe<Scalars["Int"]>;
|
|
2282
2087
|
proposalKey: Scalars["String"];
|
|
2283
|
-
|
|
2284
|
-
export type ProductProposalToCartInput = {
|
|
2285
|
-
proposalKey: Scalars["String"];
|
|
2286
|
-
quantity?: InputMaybe<Scalars["Int"]>;
|
|
2287
|
-
};
|
|
2288
|
-
export type ProductProposalToCartOutput = {
|
|
2289
|
-
__typename?: "ProductProposalToCartOutput";
|
|
2290
|
-
cart?: Maybe<Cart>;
|
|
2088
|
+
startDate?: Maybe<Scalars["Date"]>;
|
|
2291
2089
|
};
|
|
2292
2090
|
export type ProductProposalsInput = {
|
|
2091
|
+
cmsCriteriaValue?: InputMaybe<CmsCriteriaValueInput>;
|
|
2293
2092
|
nbDays?: InputMaybe<Scalars["Int"]>;
|
|
2294
|
-
productSearchCriteriaInput?: InputMaybe<ProductSearchCriteriaInput>;
|
|
2295
2093
|
propertyId?: InputMaybe<Scalars["Int"]>;
|
|
2296
2094
|
selectedDate: Scalars["Date"];
|
|
2297
2095
|
};
|
|
@@ -2299,52 +2097,6 @@ export type ProductProposalsOutput = {
|
|
|
2299
2097
|
__typename?: "ProductProposalsOutput";
|
|
2300
2098
|
proposals?: Maybe<Array<Maybe<ProductProposal>>>;
|
|
2301
2099
|
};
|
|
2302
|
-
export type ProductSearchBeneficiaryChoice = {
|
|
2303
|
-
__typename?: "ProductSearchBeneficiaryChoice";
|
|
2304
|
-
label?: Maybe<Scalars["String"]>;
|
|
2305
|
-
value?: Maybe<Scalars["String"]>;
|
|
2306
|
-
};
|
|
2307
|
-
export type ProductSearchCriteria = {
|
|
2308
|
-
__typename?: "ProductSearchCriteria";
|
|
2309
|
-
code?: Maybe<Scalars["String"]>;
|
|
2310
|
-
label?: Maybe<Scalars["String"]>;
|
|
2311
|
-
values?: Maybe<Array<Maybe<ProductSearchCriteriaValue>>>;
|
|
2312
|
-
};
|
|
2313
|
-
export type ProductSearchCriteriaInput = {
|
|
2314
|
-
productSearchCriteriaCode: Scalars["String"];
|
|
2315
|
-
productSearchCriteriaValueCode: Scalars["String"];
|
|
2316
|
-
};
|
|
2317
|
-
export type ProductSearchCriteriaValue = {
|
|
2318
|
-
__typename?: "ProductSearchCriteriaValue";
|
|
2319
|
-
code?: Maybe<Scalars["String"]>;
|
|
2320
|
-
label?: Maybe<Scalars["String"]>;
|
|
2321
|
-
};
|
|
2322
|
-
export type ProductSearchCriteriasOutput = {
|
|
2323
|
-
__typename?: "ProductSearchCriteriasOutput";
|
|
2324
|
-
criterias?: Maybe<Array<Maybe<ProductSearchCriteria>>>;
|
|
2325
|
-
};
|
|
2326
|
-
export type ProductSummariesInput = {
|
|
2327
|
-
campaignCode?: InputMaybe<Scalars["String"]>;
|
|
2328
|
-
};
|
|
2329
|
-
export type ProductSummariesOutput = {
|
|
2330
|
-
__typename?: "ProductSummariesOutput";
|
|
2331
|
-
bookingProducts?: Maybe<Array<Maybe<ProductSummary>>>;
|
|
2332
|
-
extraSales?: Maybe<Array<Maybe<ProductSummary>>>;
|
|
2333
|
-
};
|
|
2334
|
-
export type ProductSummary = {
|
|
2335
|
-
__typename?: "ProductSummary";
|
|
2336
|
-
amount?: Maybe<Amount>;
|
|
2337
|
-
bookingId?: Maybe<Scalars["Int"]>;
|
|
2338
|
-
description?: Maybe<Scalars["String"]>;
|
|
2339
|
-
endDate?: Maybe<Scalars["Date"]>;
|
|
2340
|
-
extraSaleInvoiceNumber?: Maybe<Scalars["String"]>;
|
|
2341
|
-
isBaseProduct?: Maybe<Scalars["Boolean"]>;
|
|
2342
|
-
isExtraSale?: Maybe<Scalars["Boolean"]>;
|
|
2343
|
-
label?: Maybe<Scalars["String"]>;
|
|
2344
|
-
productCode?: Maybe<Scalars["String"]>;
|
|
2345
|
-
quantity?: Maybe<Scalars["Float"]>;
|
|
2346
|
-
startDate?: Maybe<Scalars["Date"]>;
|
|
2347
|
-
};
|
|
2348
2100
|
export type ProductToBookingInput = {
|
|
2349
2101
|
cartItemID?: InputMaybe<Scalars["Int"]>;
|
|
2350
2102
|
productCode: Scalars["String"];
|
|
@@ -2490,7 +2242,6 @@ export type Query = {
|
|
|
2490
2242
|
getAvailForRoomTypes?: Maybe<AvailForRoomTypesOutput>;
|
|
2491
2243
|
getAvailableRoomFeatures?: Maybe<AvailableRoomFeaturesOutput>;
|
|
2492
2244
|
getAvailableRooms?: Maybe<AvailableRoomsOutput>;
|
|
2493
|
-
getBankAccounts?: Maybe<BankAccountsOutput>;
|
|
2494
2245
|
getBookingCustomerDepositAccountInfos?: Maybe<BookingCustomerDepositAccountInfosOutput>;
|
|
2495
2246
|
getBookingDocuments?: Maybe<BookingDocumentsOutput>;
|
|
2496
2247
|
getBookingPaymentPlans?: Maybe<PaymentPlansOutput>;
|
|
@@ -2508,7 +2259,6 @@ export type Query = {
|
|
|
2508
2259
|
*/
|
|
2509
2260
|
getCriteriaInformation?: Maybe<CriteriaInformationOutput>;
|
|
2510
2261
|
getCurrentCustomerAccount?: Maybe<CurrentCustomerAccountOutput>;
|
|
2511
|
-
getCurrentOwnerAccount?: Maybe<CurrentOwnerAccountOutput>;
|
|
2512
2262
|
getCustomerBookings?: Maybe<CustomerBookingsOutput>;
|
|
2513
2263
|
getCustomerCriterias?: Maybe<CustomerCriteriasOutput>;
|
|
2514
2264
|
getCustomerDepositAccounts?: Maybe<CustomerDepositAccountsOutput>;
|
|
@@ -2539,7 +2289,6 @@ export type Query = {
|
|
|
2539
2289
|
getOccupantsFromCurrentCustomer?: Maybe<OccupantsFromCurrentCustomerOutput>;
|
|
2540
2290
|
getOwnerLeases?: Maybe<OwnerleasesOutput>;
|
|
2541
2291
|
getOwnerRoomPlanningData?: Maybe<OwnerRoomPlanningDataOutput>;
|
|
2542
|
-
getOwnerServiceChargeInvoicesDocument?: Maybe<OwnerServiceChargeInvoicesDocumentOutput>;
|
|
2543
2292
|
getPartner?: Maybe<PartnerOutput>;
|
|
2544
2293
|
getPartnerCustomers?: Maybe<PartnerCustomerInfoOutput>;
|
|
2545
2294
|
getPaymentLinkInfos?: Maybe<PaymentLinkInfosOutput>;
|
|
@@ -2558,11 +2307,6 @@ export type Query = {
|
|
|
2558
2307
|
*/
|
|
2559
2308
|
getPrivilegeCardTypes?: Maybe<PrivilegeCardTypesOutput>;
|
|
2560
2309
|
getProductCategories?: Maybe<ProductCategoriesOutput>;
|
|
2561
|
-
getProductInfosForBenificiary?: Maybe<ProductInfosForBenificiaryOutput>;
|
|
2562
|
-
getProductProperties?: Maybe<ProductPropertiesOutput>;
|
|
2563
|
-
getProductProposals?: Maybe<ProductProposalsOutput>;
|
|
2564
|
-
getProductSearchCriterias?: Maybe<ProductSearchCriteriasOutput>;
|
|
2565
|
-
getProductSummaries?: Maybe<ProductSummariesOutput>;
|
|
2566
2310
|
getProperties?: Maybe<PropertiesOutput>;
|
|
2567
2311
|
getProposalByRoomTypes?: Maybe<ProposalByRoomTypesOutput>;
|
|
2568
2312
|
getProposals?: Maybe<ProposalsOutput>;
|
|
@@ -2588,10 +2332,8 @@ export type Query = {
|
|
|
2588
2332
|
*/
|
|
2589
2333
|
getSession?: Maybe<SessionOutput>;
|
|
2590
2334
|
getSkisetMeasurements?: Maybe<MeasurementsOutput>;
|
|
2591
|
-
getStayCredits?: Maybe<StayCreditsOutput>;
|
|
2592
2335
|
getTranslations?: Maybe<TranslationsOutput>;
|
|
2593
2336
|
getUserLanguage?: Maybe<UserLanguageOutput>;
|
|
2594
|
-
getVouchersFromCart?: Maybe<VouchersFromCartOutput>;
|
|
2595
2337
|
hasProductsForOccupant?: Maybe<ProductsForOccupantOutput>;
|
|
2596
2338
|
renewPassword?: Maybe<RenewPasswordOutput>;
|
|
2597
2339
|
requestBrochure?: Maybe<BrochureOutput>;
|
|
@@ -2640,10 +2382,6 @@ export type QueryGetAvailableRoomsArgs = {
|
|
|
2640
2382
|
session: Session;
|
|
2641
2383
|
};
|
|
2642
2384
|
/** test query */
|
|
2643
|
-
export type QueryGetBankAccountsArgs = {
|
|
2644
|
-
session: Session;
|
|
2645
|
-
};
|
|
2646
|
-
/** test query */
|
|
2647
2385
|
export type QueryGetBookingCustomerDepositAccountInfosArgs = {
|
|
2648
2386
|
session: Session;
|
|
2649
2387
|
};
|
|
@@ -2696,10 +2434,6 @@ export type QueryGetCurrentCustomerAccountArgs = {
|
|
|
2696
2434
|
session: Session;
|
|
2697
2435
|
};
|
|
2698
2436
|
/** test query */
|
|
2699
|
-
export type QueryGetCurrentOwnerAccountArgs = {
|
|
2700
|
-
session: Session;
|
|
2701
|
-
};
|
|
2702
|
-
/** test query */
|
|
2703
2437
|
export type QueryGetCustomerBookingsArgs = {
|
|
2704
2438
|
input?: InputMaybe<CustomerBookingsInput>;
|
|
2705
2439
|
session: Session;
|
|
@@ -2831,10 +2565,6 @@ export type QueryGetOwnerRoomPlanningDataArgs = {
|
|
|
2831
2565
|
session: Session;
|
|
2832
2566
|
};
|
|
2833
2567
|
/** test query */
|
|
2834
|
-
export type QueryGetOwnerServiceChargeInvoicesDocumentArgs = {
|
|
2835
|
-
session: Session;
|
|
2836
|
-
};
|
|
2837
|
-
/** test query */
|
|
2838
2568
|
export type QueryGetPartnerArgs = {
|
|
2839
2569
|
session: Session;
|
|
2840
2570
|
};
|
|
@@ -2878,29 +2608,6 @@ export type QueryGetProductCategoriesArgs = {
|
|
|
2878
2608
|
session: Session;
|
|
2879
2609
|
};
|
|
2880
2610
|
/** test query */
|
|
2881
|
-
export type QueryGetProductInfosForBenificiaryArgs = {
|
|
2882
|
-
input: ProductInfosForBenificiaryInput;
|
|
2883
|
-
session: Session;
|
|
2884
|
-
};
|
|
2885
|
-
/** test query */
|
|
2886
|
-
export type QueryGetProductPropertiesArgs = {
|
|
2887
|
-
session: Session;
|
|
2888
|
-
};
|
|
2889
|
-
/** test query */
|
|
2890
|
-
export type QueryGetProductProposalsArgs = {
|
|
2891
|
-
input: ProductProposalsInput;
|
|
2892
|
-
session: Session;
|
|
2893
|
-
};
|
|
2894
|
-
/** test query */
|
|
2895
|
-
export type QueryGetProductSearchCriteriasArgs = {
|
|
2896
|
-
session: Session;
|
|
2897
|
-
};
|
|
2898
|
-
/** test query */
|
|
2899
|
-
export type QueryGetProductSummariesArgs = {
|
|
2900
|
-
input?: InputMaybe<ProductSummariesInput>;
|
|
2901
|
-
session: Session;
|
|
2902
|
-
};
|
|
2903
|
-
/** test query */
|
|
2904
2611
|
export type QueryGetPropertiesArgs = {
|
|
2905
2612
|
authentication: AuthenticationInput;
|
|
2906
2613
|
input?: InputMaybe<PropertiesInput>;
|
|
@@ -2960,10 +2667,6 @@ export type QueryGetSkisetMeasurementsArgs = {
|
|
|
2960
2667
|
session: Session;
|
|
2961
2668
|
};
|
|
2962
2669
|
/** test query */
|
|
2963
|
-
export type QueryGetStayCreditsArgs = {
|
|
2964
|
-
session: Session;
|
|
2965
|
-
};
|
|
2966
|
-
/** test query */
|
|
2967
2670
|
export type QueryGetTranslationsArgs = {
|
|
2968
2671
|
input?: InputMaybe<TranslationsInput>;
|
|
2969
2672
|
session: Session;
|
|
@@ -2973,10 +2676,6 @@ export type QueryGetUserLanguageArgs = {
|
|
|
2973
2676
|
session: Session;
|
|
2974
2677
|
};
|
|
2975
2678
|
/** test query */
|
|
2976
|
-
export type QueryGetVouchersFromCartArgs = {
|
|
2977
|
-
session: Session;
|
|
2978
|
-
};
|
|
2979
|
-
/** test query */
|
|
2980
2679
|
export type QueryHasProductsForOccupantArgs = {
|
|
2981
2680
|
input?: InputMaybe<HasProductsForOccupantInput>;
|
|
2982
2681
|
session: Session;
|
|
@@ -2991,12 +2690,6 @@ export type QueryRequestBrochureArgs = {
|
|
|
2991
2690
|
input?: InputMaybe<BrochureInput>;
|
|
2992
2691
|
session: Session;
|
|
2993
2692
|
};
|
|
2994
|
-
export type RibInput = {
|
|
2995
|
-
accountNumber: Scalars["String"];
|
|
2996
|
-
bankCode: Scalars["String"];
|
|
2997
|
-
branchCode: Scalars["String"];
|
|
2998
|
-
ribKey: Scalars["String"];
|
|
2999
|
-
};
|
|
3000
2693
|
export type Relationship = {
|
|
3001
2694
|
__typename?: "Relationship";
|
|
3002
2695
|
id: Scalars["Int"];
|
|
@@ -3006,13 +2699,6 @@ export type RelationshipOutput = {
|
|
|
3006
2699
|
__typename?: "RelationshipOutput";
|
|
3007
2700
|
relationships?: Maybe<Array<Maybe<Relationship>>>;
|
|
3008
2701
|
};
|
|
3009
|
-
export type RemoveBankAccountInput = {
|
|
3010
|
-
bankAccountId: Scalars["Int"];
|
|
3011
|
-
};
|
|
3012
|
-
export type RemoveBankAccountsOutput = {
|
|
3013
|
-
__typename?: "RemoveBankAccountsOutput";
|
|
3014
|
-
removed?: Maybe<Scalars["Boolean"]>;
|
|
3015
|
-
};
|
|
3016
2702
|
export type RemoveBookingFromCartInput = {
|
|
3017
2703
|
bookingCartItemID: Scalars["Int"];
|
|
3018
2704
|
};
|
|
@@ -3055,9 +2741,6 @@ export type RemoveOccupantOutput = {
|
|
|
3055
2741
|
__typename?: "RemoveOccupantOutput";
|
|
3056
2742
|
cart?: Maybe<Cart>;
|
|
3057
2743
|
};
|
|
3058
|
-
export type RemoveProductProposalToCartInput = {
|
|
3059
|
-
lineitemGuiid: Scalars["Int"];
|
|
3060
|
-
};
|
|
3061
2744
|
export type RemoveStayInput = {
|
|
3062
2745
|
lastStayRemoveAllFerryConfirmed?: InputMaybe<Scalars["Boolean"]>;
|
|
3063
2746
|
stayGuiid: Scalars["Int"];
|
|
@@ -3073,13 +2756,6 @@ export type RenewPasswordOutput = {
|
|
|
3073
2756
|
__typename?: "RenewPasswordOutput";
|
|
3074
2757
|
renewPasswordDemand?: Maybe<Scalars["Boolean"]>;
|
|
3075
2758
|
};
|
|
3076
|
-
export type RentReceipt = {
|
|
3077
|
-
__typename?: "RentReceipt";
|
|
3078
|
-
date?: Maybe<Scalars["Date"]>;
|
|
3079
|
-
label?: Maybe<Scalars["String"]>;
|
|
3080
|
-
status?: Maybe<Scalars["String"]>;
|
|
3081
|
-
url?: Maybe<Scalars["String"]>;
|
|
3082
|
-
};
|
|
3083
2759
|
export type ResalysError = {
|
|
3084
2760
|
__typename?: "ResalysError";
|
|
3085
2761
|
code?: Maybe<Scalars["Int"]>;
|
|
@@ -3101,13 +2777,6 @@ export type ResetPendingFerryBookingOutput = {
|
|
|
3101
2777
|
__typename?: "ResetPendingFerryBookingOutput";
|
|
3102
2778
|
ferryBooking?: Maybe<FerryBooking>;
|
|
3103
2779
|
};
|
|
3104
|
-
export type Rib = {
|
|
3105
|
-
__typename?: "Rib";
|
|
3106
|
-
accountNumber?: Maybe<Scalars["String"]>;
|
|
3107
|
-
bankCode?: Maybe<Scalars["String"]>;
|
|
3108
|
-
branchCode?: Maybe<Scalars["String"]>;
|
|
3109
|
-
ribKey?: Maybe<Scalars["String"]>;
|
|
3110
|
-
};
|
|
3111
2780
|
export type RoomFeature = {
|
|
3112
2781
|
__typename?: "RoomFeature";
|
|
3113
2782
|
categoryLabel?: Maybe<Scalars["String"]>;
|
|
@@ -3240,14 +2909,6 @@ export type Service = {
|
|
|
3240
2909
|
serviceLanguage?: Maybe<Language>;
|
|
3241
2910
|
servicesList?: Maybe<Array<Maybe<Service>>>;
|
|
3242
2911
|
};
|
|
3243
|
-
export type ServiceInput = {
|
|
3244
|
-
address?: InputMaybe<CustomerAddressInput>;
|
|
3245
|
-
birthDate?: InputMaybe<Scalars["RslDate"]>;
|
|
3246
|
-
civility?: InputMaybe<Scalars["String"]>;
|
|
3247
|
-
firstName?: InputMaybe<Scalars["String"]>;
|
|
3248
|
-
languageCode?: InputMaybe<Scalars["String"]>;
|
|
3249
|
-
lastName?: InputMaybe<Scalars["String"]>;
|
|
3250
|
-
};
|
|
3251
2912
|
export type ServiceRelationship = {
|
|
3252
2913
|
relationship: Scalars["Int"];
|
|
3253
2914
|
serviceId: Scalars["Int"];
|
|
@@ -3294,24 +2955,6 @@ export type Stay = {
|
|
|
3294
2955
|
startDate?: Maybe<Scalars["Date"]>;
|
|
3295
2956
|
totalAmount?: Maybe<Amount>;
|
|
3296
2957
|
};
|
|
3297
|
-
export type StayCredit = {
|
|
3298
|
-
__typename?: "StayCredit";
|
|
3299
|
-
endUseDate?: Maybe<Scalars["Date"]>;
|
|
3300
|
-
id?: Maybe<Scalars["Int"]>;
|
|
3301
|
-
internationalComment?: Maybe<Scalars["String"]>;
|
|
3302
|
-
internationalName?: Maybe<Scalars["String"]>;
|
|
3303
|
-
lotTypeLabel?: Maybe<Scalars["String"]>;
|
|
3304
|
-
remainingCreditLabel?: Maybe<Scalars["String"]>;
|
|
3305
|
-
startUseDate?: Maybe<Scalars["Date"]>;
|
|
3306
|
-
useCreditLabel?: Maybe<Scalars["String"]>;
|
|
3307
|
-
};
|
|
3308
|
-
export type StayCreditsOutput = {
|
|
3309
|
-
__typename?: "StayCreditsOutput";
|
|
3310
|
-
notUsedStayCredits?: Maybe<Array<Maybe<StayCredit>>>;
|
|
3311
|
-
ownerLeaseWithoutStayCredits?: Maybe<Array<Maybe<OwnerLease>>>;
|
|
3312
|
-
stayCredits?: Maybe<Array<Maybe<StayCredit>>>;
|
|
3313
|
-
usedStayCredits?: Maybe<Array<Maybe<StayCredit>>>;
|
|
3314
|
-
};
|
|
3315
2958
|
export type StayMapInfos = {
|
|
3316
2959
|
__typename?: "StayMapInfos";
|
|
3317
2960
|
hasNoAvailableRoom?: Maybe<Scalars["Boolean"]>;
|
|
@@ -3415,12 +3058,6 @@ export type UnlockBookingOutput = {
|
|
|
3415
3058
|
__typename?: "UnlockBookingOutput";
|
|
3416
3059
|
bookingUnlocked?: Maybe<Scalars["Boolean"]>;
|
|
3417
3060
|
};
|
|
3418
|
-
export type UpdateBookingCriteriasFromOwnerLeaseInput = {
|
|
3419
|
-
ownerLeaseId: Scalars["Int"];
|
|
3420
|
-
};
|
|
3421
|
-
export type UpdateBookingCriteriasFromStatCreditInput = {
|
|
3422
|
-
stayCreditId: Scalars["Int"];
|
|
3423
|
-
};
|
|
3424
3061
|
export type UpdateBookingCriteriasInput = {
|
|
3425
3062
|
cartItemID?: InputMaybe<Scalars["Int"]>;
|
|
3426
3063
|
criterias?: InputMaybe<Array<InputMaybe<CriteriaValueInput>>>;
|
|
@@ -3478,19 +3115,6 @@ export type UpdateProductCriteriasInput = {
|
|
|
3478
3115
|
criterias?: InputMaybe<Array<InputMaybe<CriteriaValueInput>>>;
|
|
3479
3116
|
lineitemGUIID: Scalars["Int"];
|
|
3480
3117
|
};
|
|
3481
|
-
export type UpdateProductForBenificiaryInput = {
|
|
3482
|
-
isOwner: Scalars["Boolean"];
|
|
3483
|
-
lineitemGuiid: Scalars["Int"];
|
|
3484
|
-
observation1?: InputMaybe<Scalars["String"]>;
|
|
3485
|
-
observation2?: InputMaybe<Scalars["String"]>;
|
|
3486
|
-
sendTo: ProductForBenificiarySendToEnum;
|
|
3487
|
-
service: ServiceInput;
|
|
3488
|
-
treatmentCode: Scalars["String"];
|
|
3489
|
-
};
|
|
3490
|
-
export type UpdateProductForBenificiaryOutput = {
|
|
3491
|
-
__typename?: "UpdateProductForBenificiaryOutput";
|
|
3492
|
-
productSearchForBenificiary?: Maybe<PoductSearchForBenificiary>;
|
|
3493
|
-
};
|
|
3494
3118
|
export type UpdateServiceCustomerAccountInput = {
|
|
3495
3119
|
birthDate?: InputMaybe<Scalars["Date"]>;
|
|
3496
3120
|
civility?: InputMaybe<Scalars["String"]>;
|
|
@@ -3544,13 +3168,6 @@ export type ValidLoginOutput = {
|
|
|
3544
3168
|
__typename?: "ValidLoginOutput";
|
|
3545
3169
|
valid?: Maybe<Scalars["Boolean"]>;
|
|
3546
3170
|
};
|
|
3547
|
-
export type ValidateOwnerInvoicesInput = {
|
|
3548
|
-
invoiceIds: Array<InputMaybe<Scalars["Int"]>>;
|
|
3549
|
-
};
|
|
3550
|
-
export type ValidateOwnerInvoicesOutput = {
|
|
3551
|
-
__typename?: "ValidateOwnerInvoicesOutput";
|
|
3552
|
-
invoices?: Maybe<Array<Maybe<OwnerInvoice>>>;
|
|
3553
|
-
};
|
|
3554
3171
|
export type Vehicle = {
|
|
3555
3172
|
__typename?: "Vehicle";
|
|
3556
3173
|
additionalHeight?: Maybe<Scalars["Float"]>;
|
|
@@ -3572,15 +3189,6 @@ export type VehicleInfo = {
|
|
|
3572
3189
|
fuel?: InputMaybe<Scalars["String"]>;
|
|
3573
3190
|
licensePlate?: InputMaybe<Scalars["String"]>;
|
|
3574
3191
|
};
|
|
3575
|
-
export type Voucher = {
|
|
3576
|
-
__typename?: "Voucher";
|
|
3577
|
-
code?: Maybe<Scalars["String"]>;
|
|
3578
|
-
service?: Maybe<Service>;
|
|
3579
|
-
};
|
|
3580
|
-
export type VouchersFromCartOutput = {
|
|
3581
|
-
__typename?: "VouchersFromCartOutput";
|
|
3582
|
-
vouchers?: Maybe<Array<Maybe<Voucher>>>;
|
|
3583
|
-
};
|
|
3584
3192
|
/**
|
|
3585
3193
|
* LANG_gql_WeeklyCriterias
|
|
3586
3194
|
* LANG_gql_WeeklyCriterias_2
|
package/lib/types/index.js
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SkisetMeasureType = exports.ProductOccupantApplication = exports.
|
|
4
|
-
var BankAccountType;
|
|
5
|
-
(function (BankAccountType) {
|
|
6
|
-
BankAccountType["Iban"] = "IBAN";
|
|
7
|
-
BankAccountType["Rib"] = "RIB";
|
|
8
|
-
})(BankAccountType = exports.BankAccountType || (exports.BankAccountType = {}));
|
|
3
|
+
exports.SkisetMeasureType = exports.ProductOccupantApplication = exports.ProductDistributionType = exports.PaymentdueType = exports.OccupantTypeEnum = exports.LyraPaymentValidatationStatus = exports.InputType = exports.BookingStatus = void 0;
|
|
9
4
|
var BookingStatus;
|
|
10
5
|
(function (BookingStatus) {
|
|
11
6
|
BookingStatus["Estimate"] = "ESTIMATE";
|
|
@@ -43,12 +38,6 @@ var ProductDistributionType;
|
|
|
43
38
|
ProductDistributionType["Occupant"] = "OCCUPANT";
|
|
44
39
|
ProductDistributionType["Room"] = "ROOM";
|
|
45
40
|
})(ProductDistributionType = exports.ProductDistributionType || (exports.ProductDistributionType = {}));
|
|
46
|
-
var ProductForBenificiarySendToEnum;
|
|
47
|
-
(function (ProductForBenificiarySendToEnum) {
|
|
48
|
-
ProductForBenificiarySendToEnum["Both"] = "both";
|
|
49
|
-
ProductForBenificiarySendToEnum["Buyer"] = "buyer";
|
|
50
|
-
ProductForBenificiarySendToEnum["Customer"] = "customer";
|
|
51
|
-
})(ProductForBenificiarySendToEnum = exports.ProductForBenificiarySendToEnum || (exports.ProductForBenificiarySendToEnum = {}));
|
|
52
41
|
var ProductOccupantApplication;
|
|
53
42
|
(function (ProductOccupantApplication) {
|
|
54
43
|
ProductOccupantApplication["Everybody"] = "EVERYBODY";
|