rsl-api-106 106.291.7 → 106.291.8
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
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/types/index.d.ts
CHANGED
|
@@ -573,6 +573,7 @@ export type Criterias = {
|
|
|
573
573
|
nbChildren2?: InputMaybe<Scalars["Int"]>;
|
|
574
574
|
nbDays?: InputMaybe<Scalars["Int"]>;
|
|
575
575
|
noCounterProposal?: InputMaybe<Scalars["Boolean"]>;
|
|
576
|
+
ownerLeaseId?: InputMaybe<Scalars["Int"]>;
|
|
576
577
|
partnerPrivilegeCardID?: InputMaybe<Scalars["Int"]>;
|
|
577
578
|
privilegeCardID?: InputMaybe<Scalars["Int"]>;
|
|
578
579
|
propertyIds?: InputMaybe<Array<InputMaybe<Scalars["Int"]>>>;
|
|
@@ -581,6 +582,7 @@ export type Criterias = {
|
|
|
581
582
|
roomType?: InputMaybe<Scalars["String"]>;
|
|
582
583
|
sortString?: InputMaybe<Scalars["String"]>;
|
|
583
584
|
startDate?: InputMaybe<Scalars["Date"]>;
|
|
585
|
+
stayCreditId?: InputMaybe<Scalars["Int"]>;
|
|
584
586
|
};
|
|
585
587
|
export type CriteriasPort = {
|
|
586
588
|
arrivalPortName: Scalars["String"];
|
|
@@ -1324,8 +1326,6 @@ export type Mutation = {
|
|
|
1324
1326
|
unassignRoom?: Maybe<UnassignRoomOutput>;
|
|
1325
1327
|
unlockBooking?: Maybe<UnlockBookingOutput>;
|
|
1326
1328
|
updateBookingCriterias?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1327
|
-
updateBookingCriteriasFromOwnerLease?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1328
|
-
updateBookingCriteriasFromStayCredit?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1329
1329
|
updateCartPaymentMethod?: Maybe<CartPaymentMethodOutput>;
|
|
1330
1330
|
updateCartPaymentPlans?: Maybe<CartPaymentPlansOutput>;
|
|
1331
1331
|
updateCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
@@ -1342,7 +1342,7 @@ export type Mutation = {
|
|
|
1342
1342
|
updatePayerPaymentPlans?: Maybe<PayerPaymentPlansOutput>;
|
|
1343
1343
|
updatePrimaryOccupant?: Maybe<PrimaryOccupantOutput>;
|
|
1344
1344
|
updateProductCriterias?: Maybe<UpdateBookingCriteriasOutput>;
|
|
1345
|
-
|
|
1345
|
+
updateProductInfosForBenificiary?: Maybe<UpdateProductInfosForBenificiaryOutput>;
|
|
1346
1346
|
updateRoomFromMap?: Maybe<RoomFromMapOutput>;
|
|
1347
1347
|
updateServiceCustomerAccount?: Maybe<CustomerAccountOutput>;
|
|
1348
1348
|
updateStayTime?: Maybe<StayTimeOutput>;
|
|
@@ -1604,14 +1604,6 @@ export type MutationUpdateBookingCriteriasArgs = {
|
|
|
1604
1604
|
input: UpdateBookingCriteriasInput;
|
|
1605
1605
|
session: Session;
|
|
1606
1606
|
};
|
|
1607
|
-
export type MutationUpdateBookingCriteriasFromOwnerLeaseArgs = {
|
|
1608
|
-
input: UpdateBookingCriteriasFromOwnerLeaseInput;
|
|
1609
|
-
session: Session;
|
|
1610
|
-
};
|
|
1611
|
-
export type MutationUpdateBookingCriteriasFromStayCreditArgs = {
|
|
1612
|
-
input: UpdateBookingCriteriasFromStatCreditInput;
|
|
1613
|
-
session: Session;
|
|
1614
|
-
};
|
|
1615
1607
|
export type MutationUpdateCartPaymentMethodArgs = {
|
|
1616
1608
|
input: CartPaymentMethodInput;
|
|
1617
1609
|
session: Session;
|
|
@@ -1676,7 +1668,7 @@ export type MutationUpdateProductCriteriasArgs = {
|
|
|
1676
1668
|
input: UpdateProductCriteriasInput;
|
|
1677
1669
|
session: Session;
|
|
1678
1670
|
};
|
|
1679
|
-
export type
|
|
1671
|
+
export type MutationUpdateProductInfosForBenificiaryArgs = {
|
|
1680
1672
|
input: UpdateProductForBenificiaryInput;
|
|
1681
1673
|
session: Session;
|
|
1682
1674
|
};
|
|
@@ -1843,7 +1835,6 @@ export type OwnerInvoiceDocument = {
|
|
|
1843
1835
|
};
|
|
1844
1836
|
export type OwnerLease = {
|
|
1845
1837
|
__typename?: "OwnerLease";
|
|
1846
|
-
WebLabel?: Maybe<Scalars["String"]>;
|
|
1847
1838
|
bankAccount?: Maybe<BankAccount>;
|
|
1848
1839
|
conventionId?: Maybe<Scalars["Int"]>;
|
|
1849
1840
|
documents?: Maybe<Array<Maybe<OwnerDocument>>>;
|
|
@@ -1851,6 +1842,7 @@ export type OwnerLease = {
|
|
|
1851
1842
|
etabLabel?: Maybe<Scalars["String"]>;
|
|
1852
1843
|
id?: Maybe<Scalars["Int"]>;
|
|
1853
1844
|
periods?: Maybe<Array<Maybe<OwnerLeasePeriod>>>;
|
|
1845
|
+
webLabel?: Maybe<Scalars["String"]>;
|
|
1854
1846
|
};
|
|
1855
1847
|
export type OwnerLeasePeriod = {
|
|
1856
1848
|
__typename?: "OwnerLeasePeriod";
|
|
@@ -2110,14 +2102,6 @@ export type PlanningRoom = {
|
|
|
2110
2102
|
roomTypeCode?: Maybe<Scalars["String"]>;
|
|
2111
2103
|
startDate?: Maybe<Scalars["Date"]>;
|
|
2112
2104
|
};
|
|
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
2105
|
export type Port = {
|
|
2122
2106
|
__typename?: "Port";
|
|
2123
2107
|
label?: Maybe<Scalars["String"]>;
|
|
@@ -2252,11 +2236,11 @@ export declare enum ProductForBenificiarySendToEnum {
|
|
|
2252
2236
|
Customer = "customer"
|
|
2253
2237
|
}
|
|
2254
2238
|
export type ProductInfosForBenificiaryInput = {
|
|
2255
|
-
|
|
2239
|
+
lineitemGuiid: Scalars["Int"];
|
|
2256
2240
|
};
|
|
2257
2241
|
export type ProductInfosForBenificiaryOutput = {
|
|
2258
2242
|
__typename?: "ProductInfosForBenificiaryOutput";
|
|
2259
|
-
productSearchForBenificiary?: Maybe<
|
|
2243
|
+
productSearchForBenificiary?: Maybe<ProductSearchForBenificiary>;
|
|
2260
2244
|
};
|
|
2261
2245
|
export declare enum ProductOccupantApplication {
|
|
2262
2246
|
Everybody = "EVERYBODY",
|
|
@@ -2323,6 +2307,14 @@ export type ProductSearchCriteriasOutput = {
|
|
|
2323
2307
|
__typename?: "ProductSearchCriteriasOutput";
|
|
2324
2308
|
criterias?: Maybe<Array<Maybe<ProductSearchCriteria>>>;
|
|
2325
2309
|
};
|
|
2310
|
+
export type ProductSearchForBenificiary = {
|
|
2311
|
+
__typename?: "ProductSearchForBenificiary";
|
|
2312
|
+
isOwner?: Maybe<Scalars["Boolean"]>;
|
|
2313
|
+
sendTo?: Maybe<ProductForBenificiarySendToEnum>;
|
|
2314
|
+
service?: Maybe<Service>;
|
|
2315
|
+
treatmentCode?: Maybe<Scalars["String"]>;
|
|
2316
|
+
treatments?: Maybe<Array<Maybe<ProductSearchBeneficiaryChoice>>>;
|
|
2317
|
+
};
|
|
2326
2318
|
export type ProductSummariesInput = {
|
|
2327
2319
|
campaignCode?: InputMaybe<Scalars["String"]>;
|
|
2328
2320
|
};
|
|
@@ -3487,9 +3479,9 @@ export type UpdateProductForBenificiaryInput = {
|
|
|
3487
3479
|
service: ServiceInput;
|
|
3488
3480
|
treatmentCode: Scalars["String"];
|
|
3489
3481
|
};
|
|
3490
|
-
export type
|
|
3491
|
-
__typename?: "
|
|
3492
|
-
productSearchForBenificiary?: Maybe<
|
|
3482
|
+
export type UpdateProductInfosForBenificiaryOutput = {
|
|
3483
|
+
__typename?: "UpdateProductInfosForBenificiaryOutput";
|
|
3484
|
+
productSearchForBenificiary?: Maybe<ProductSearchForBenificiary>;
|
|
3493
3485
|
};
|
|
3494
3486
|
export type UpdateServiceCustomerAccountInput = {
|
|
3495
3487
|
birthDate?: InputMaybe<Scalars["Date"]>;
|