@ikas/storefront 2.0.71-alpha.3 → 2.0.71
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/build/__generated__/global-types.d.ts +17 -14
- package/build/__generated__/global-types.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy2.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
- package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
- package/build/api/category/__generated__/listCategoryPaths.d.ts +0 -19
- package/build/api/category/index.js +1 -1
- package/build/api/product-search/__generated__/getProductFilterData.d.ts +0 -1
- package/build/api/product-search/index.js +1 -1
- package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +6 -46
- package/build/api/raffle/index.d.ts +2 -2
- package/build/api/raffle/index.js +1 -1
- package/build/ikas.js +3 -54
- package/build/index.js +1 -1
- package/build/models/data/category/index.d.ts +0 -2
- package/build/models/data/category/index.js +1 -1
- package/build/models/data/index.d.ts +1 -1
- package/build/models/data/product-filter/index.d.ts +1 -3
- package/build/models/data/product-filter/index.js +1 -1
- package/build/models/data/raffle/index.d.ts +4 -10
- package/build/models/data/raffle/index.js +1 -1
- package/build/models/ui/raffle-list/index.js +1 -1
- package/build/providers/helpers/raffles.js +1 -1
- package/build/providers/page-data-get.js +1 -1
- package/build/providers/prop-value/raffle.js +1 -1
- package/build/store/customer.d.ts +1 -1
- package/build/store/customer.js +1 -1
- package/build/utils/i18n.js +1 -1
- package/package.json +1 -1
- package/build/api/raffle/__generated__/listRaffleParticipants.d.ts +0 -67
- package/build/api/raffle/__generated__/listStorefrontRaffle.d.ts +0 -82
- package/build/assets/translations/checkout/de.js +0 -1
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { RaffleMetadataTargetTypeEnum, VerificationTypeEnum, RaffleParticipantStatusEnum } from "./../../../__generated__/global-types";
|
|
2
|
-
export interface listRaffleParticipants_listRaffleParticipants_appliedProduct {
|
|
3
|
-
__typename: "AppliedProduct";
|
|
4
|
-
productId: string | null;
|
|
5
|
-
variantId: string;
|
|
6
|
-
}
|
|
7
|
-
export interface listRaffleParticipants_listRaffleParticipants_raffle_dateRange {
|
|
8
|
-
__typename: "RaffleDateRangeField";
|
|
9
|
-
end: any | null;
|
|
10
|
-
start: any | null;
|
|
11
|
-
}
|
|
12
|
-
export interface listRaffleParticipants_listRaffleParticipants_raffle_metadata {
|
|
13
|
-
__typename: "RaffleMetadata";
|
|
14
|
-
canonicals: string[] | null;
|
|
15
|
-
createdAt: any | null;
|
|
16
|
-
deleted: boolean | null;
|
|
17
|
-
description: string | null;
|
|
18
|
-
disableIndex: boolean | null;
|
|
19
|
-
id: string;
|
|
20
|
-
pageTitle: string | null;
|
|
21
|
-
slug: string;
|
|
22
|
-
targetId: string | null;
|
|
23
|
-
targetType: RaffleMetadataTargetTypeEnum | null;
|
|
24
|
-
updatedAt: any | null;
|
|
25
|
-
}
|
|
26
|
-
export interface listRaffleParticipants_listRaffleParticipants_raffle_variants {
|
|
27
|
-
__typename: "RaffleVariantInformation";
|
|
28
|
-
productId: string;
|
|
29
|
-
variantId: string;
|
|
30
|
-
}
|
|
31
|
-
export interface listRaffleParticipants_listRaffleParticipants_raffle {
|
|
32
|
-
__typename: "StorefrontRaffle";
|
|
33
|
-
createdAt: any | null;
|
|
34
|
-
dateRange: listRaffleParticipants_listRaffleParticipants_raffle_dateRange | null;
|
|
35
|
-
deleted: boolean | null;
|
|
36
|
-
id: string;
|
|
37
|
-
metadata: listRaffleParticipants_listRaffleParticipants_raffle_metadata;
|
|
38
|
-
name: string;
|
|
39
|
-
requiredCustomerAccount: boolean;
|
|
40
|
-
status: boolean;
|
|
41
|
-
updatedAt: any | null;
|
|
42
|
-
variants: listRaffleParticipants_listRaffleParticipants_raffle_variants[];
|
|
43
|
-
verificationType: VerificationTypeEnum;
|
|
44
|
-
}
|
|
45
|
-
export interface listRaffleParticipants_listRaffleParticipants {
|
|
46
|
-
__typename: "RaffleParticipants";
|
|
47
|
-
applicationDate: any;
|
|
48
|
-
appliedProduct: listRaffleParticipants_listRaffleParticipants_appliedProduct;
|
|
49
|
-
createdAt: any | null;
|
|
50
|
-
customerId: string | null;
|
|
51
|
-
deleted: boolean | null;
|
|
52
|
-
email: string;
|
|
53
|
-
extraData: any | null;
|
|
54
|
-
firstName: string;
|
|
55
|
-
fullName: string;
|
|
56
|
-
id: string;
|
|
57
|
-
isDeliveredCargo: boolean | null;
|
|
58
|
-
lastName: string;
|
|
59
|
-
phone: string | null;
|
|
60
|
-
raffle: listRaffleParticipants_listRaffleParticipants_raffle;
|
|
61
|
-
raffleId: string;
|
|
62
|
-
status: RaffleParticipantStatusEnum | null;
|
|
63
|
-
updatedAt: any | null;
|
|
64
|
-
}
|
|
65
|
-
export interface listRaffleParticipants {
|
|
66
|
-
listRaffleParticipants: listRaffleParticipants_listRaffleParticipants[];
|
|
67
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { DateFilterInput, StringFilterInput, PaginationInput, RaffleMetadataTargetTypeEnum, VerificationTypeEnum } from "./../../../__generated__/global-types";
|
|
2
|
-
export interface listStorefrontRaffle_listStorefrontRaffle_data_dateRange {
|
|
3
|
-
__typename: "RaffleDateRangeField";
|
|
4
|
-
end: any | null;
|
|
5
|
-
start: any | null;
|
|
6
|
-
}
|
|
7
|
-
export interface listStorefrontRaffle_listStorefrontRaffle_data_metadata {
|
|
8
|
-
__typename: "RaffleMetadata";
|
|
9
|
-
canonicals: string[] | null;
|
|
10
|
-
createdAt: any | null;
|
|
11
|
-
deleted: boolean | null;
|
|
12
|
-
description: string | null;
|
|
13
|
-
disableIndex: boolean | null;
|
|
14
|
-
id: string;
|
|
15
|
-
pageTitle: string | null;
|
|
16
|
-
slug: string;
|
|
17
|
-
targetId: string | null;
|
|
18
|
-
targetType: RaffleMetadataTargetTypeEnum | null;
|
|
19
|
-
updatedAt: any | null;
|
|
20
|
-
}
|
|
21
|
-
export interface listStorefrontRaffle_listStorefrontRaffle_data_variants {
|
|
22
|
-
__typename: "RaffleVariantInformation";
|
|
23
|
-
productId: string;
|
|
24
|
-
variantId: string;
|
|
25
|
-
}
|
|
26
|
-
export interface listStorefrontRaffle_listStorefrontRaffle_data {
|
|
27
|
-
__typename: "StorefrontRaffle";
|
|
28
|
-
createdAt: any | null;
|
|
29
|
-
dateRange: listStorefrontRaffle_listStorefrontRaffle_data_dateRange | null;
|
|
30
|
-
deleted: boolean | null;
|
|
31
|
-
id: string;
|
|
32
|
-
metadata: listStorefrontRaffle_listStorefrontRaffle_data_metadata;
|
|
33
|
-
name: string;
|
|
34
|
-
requiredCustomerAccount: boolean;
|
|
35
|
-
status: boolean;
|
|
36
|
-
updatedAt: any | null;
|
|
37
|
-
variants: listStorefrontRaffle_listStorefrontRaffle_data_variants[];
|
|
38
|
-
verificationType: VerificationTypeEnum;
|
|
39
|
-
}
|
|
40
|
-
export interface listStorefrontRaffle_listStorefrontRaffle {
|
|
41
|
-
__typename: "RafflePaginationResponse";
|
|
42
|
-
/**
|
|
43
|
-
* Returns the first three records of each page in the records returned as a response.
|
|
44
|
-
* For example, **let's say page = 3, limit = 30, count = 3.**
|
|
45
|
-
* The records that will return as a response are the records **between 60-62.**
|
|
46
|
-
*/
|
|
47
|
-
count: number;
|
|
48
|
-
/**
|
|
49
|
-
* In the records returned as Response, it shows whether there are any more records or not. For example, let's say our page field is three and our limit field is thirty. Records between 60 and 90 will be returned. If hasNext is `true` despite these records, **it means there are more records.** If hasNext is `false`, it means there are a total of **90 records.**
|
|
50
|
-
*/
|
|
51
|
-
hasNext: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* The maximum number of data you want to see on a page in the records returned as a response.
|
|
54
|
-
* For example, if the limit is **20**, the data will be displayed ** as 20 each. **
|
|
55
|
-
* :::note
|
|
56
|
-
* min 1, max 200 values can be given. If no value is entered, default 50 is accepted.
|
|
57
|
-
* :::
|
|
58
|
-
*/
|
|
59
|
-
limit: number;
|
|
60
|
-
/**
|
|
61
|
-
* The number of the page you want to see in the records that return as response.
|
|
62
|
-
* For example: We entered the page field as **3**.And let our limit field be **30**.
|
|
63
|
-
* The records that will return as a response are the records **between 60-90.**
|
|
64
|
-
* :::note
|
|
65
|
-
* If no value is entered, default 1 is accepted.
|
|
66
|
-
* :::
|
|
67
|
-
*/
|
|
68
|
-
page: number;
|
|
69
|
-
data: listStorefrontRaffle_listStorefrontRaffle_data[];
|
|
70
|
-
}
|
|
71
|
-
export interface listStorefrontRaffle {
|
|
72
|
-
listStorefrontRaffle: listStorefrontRaffle_listStorefrontRaffle;
|
|
73
|
-
}
|
|
74
|
-
export interface listStorefrontRaffleVariables {
|
|
75
|
-
end?: DateFilterInput | null;
|
|
76
|
-
start?: DateFilterInput | null;
|
|
77
|
-
id?: StringFilterInput | null;
|
|
78
|
-
includeDeleted?: boolean | null;
|
|
79
|
-
name?: StringFilterInput | null;
|
|
80
|
-
pagination?: PaginationInput | null;
|
|
81
|
-
search?: string | null;
|
|
82
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={actions:{login:"Einloggen",edit:"Bearbeiten",apply:"Anwenden",close:"Schießen",cancel:"Abbrechen",save:"Speichern",continue:"Weiter",show:"Anzeigen",hide:"Verstecken",sendMessage:"Nachricht senden",continueWithShipping:"Weiter mit Versand",continueWithPayment:"Weiter mit Zahlung",completeOrder:"Complete the Order",backToShopping:"Bestellung abschließen",backToCart:"Zurück zum Warenkorb",addToCart:"Zum Warenkorb hinzufügen"},securePayment:"Sichere Bezahlung",alreadyHaveAnAccount:"Du hast bereits ein Konto?",address:"Adresse",addressError:"Adresse eingeben",missingAddressFields:"Es fehlen einige Pflichtfelder in dieser Adresse.",editAddress:"Adresse bearbeiten",deleteAddress:"Adresse löschen",saveAddressCta:"Speichere diese Adresse für zukünftige Einkäufe",firstName:"Vorname",firstNameError:"Vorname eingeben",lastName:"Nachname",lastNameError:"Nachname eingeben",identityNumber:"Personalausweisnummer",identityNumberError:"Personalausweisnummer eingeben",addressTitle:"Name der Anschrift",adressTitleError:"Name für die Anschrift eingeben",addressLine1:"Addresse",addressLine2:"Adresszusatz",postalCode:"Postleitzahl",postalCodeError:"Postleitzahl eingeben",country:"Land",countryError:"Land auswählen",state:"Bundesland",stateError:"Bundesland eingeben",city:"Stadt",cityError:"Stadt eingeben",district:"Bezirk",districtError:"Bezirk eingeben",phone:"Telefonnummer",phoneError:"Eine gültige Telefonnummer eingeben",companyName:"Name des Unternehmens",taxOffice:"Finanzamt",taxNumber:"Umsatzsteuer-ID",deliveryMethod:"Zustellungsmethode",deliveryToAddress:"Lieferanschrift",inStoreDelivery:"Abholung",stockLocation:{deliveryTime:{WITHIN_ONE_HOUR:"In der Regel in 1 Stunde bereit",WITHIN_TWO_HOURS:"In der Regel in 2 Stunden bereit",WITHIN_FOUR_HOURS:"In der Regel in 4 Stunden bereit",WITHIN_TWENTY_FOUR_HOURS:"In der Regel innerhalb von 24 Stunden bereit",TWO_IN_FOUR_DAYS:"Gewöhnlich in 2-4 Tagen bereit",WITHIN_PLUS_FIVE_DAYS:"Gewöhnlich in +5 Tagen fertig"}},recipientsInfo:"Empfänger Details",pickUpLocation:"Abholort",receiver:"Empfänger",shipping:"Versand",payment:"Zahlung",summary:"Zusammenfassung",free:"Kostenlos",standartShipping:"Standardversand",returnPolicy:"Rückgaberecht",privacyPolicy:"Datenschutzerklärung",termsOfService:"Geschäftsbedingungen",newAddress:"Neu Addresse",billingAddress:"Rechnungsaddresse",shippingAddress:"Versandaddresse",corporateInvoice:"Unternehmensrechnung",contactInfo:"Kontaktinformationen",email:"E-Mail",emailError:"Gebe eine gültige E-Mail ein",guestEmailTooltip:"Deine Bestellinformationen werden an diese E-Mail-Adresse gesendet",customerConsentCta:"Mich über Neuigkeiten und Angeboten informieren",useShippingForBilling:"Lieferadresse als Rechnungsaddresse verwenden",installmentOptions:"Ratenzahlungsoptionen",singleInstallment:"Einmalige Zahlung",installments:"Ratenzahlungen",creditCard:"Kreditkarte",ackPrivacyPolicy:"Datenschutzerklärung",ackTermsOfService:"Geschäftsbedingungen",ackPoliciesSentence:"I akzeptiere die {{ ackPrivacyPolicy }} und {{ ackTermsOfService }}.",securePaymentTooltip:"Alle Zahlungen sind sicher und verschlüsselt",giftPackage:"Geschenkpaket",giftPackageCta:"Diese Bestellung als Geschenk verpacken",giftPackageCtaPlaceholder:"Geschenknachricht eingeben",paymentMethod:"Zahlungsmethode",paymentMethodDiscount:"Rabatt",paymentMethodAdditionalPrice:"Gebühr",orderSuccessTitle:"Vielen Dank für Deine Bestellung!",orderSuccessDescription:"Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Wir benachrichtigen Dich, wenn die Bestellung versandt wird.",orderSuccessInStoreDeliveryDescription:"Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Wir werden Dich per E-Mail benachrichtigen, wenn die Bestellung in der Filiale eingetroffen ist.",orderNoAndDate:"Bestellnummer/Datum",paymentSummary:"Zahlungsübersicht",shippingSummary:"Versand Übersicht",helpCtaQuestion:"Brauchst Du Hilfe?",helpCta:"Kontaktiere uns",contactForm:"Kontakt-Formular",contactFormSent:"Nachricht erfolgreich versandt",contactFormDescription:"Wir werden so schnell wie möglich auf Deine Nachricht antworten.",contactFormCta:"Gebe Deine Nachricht ein",orderPackageStatus:{unfulfilled:"Nicht ausgeführt",readyForShipment:"Versandbereit",fulfilled:"Verschickt",partiallyFulfilled:"Teilweise verschickt",delivered:"Zugestellt",unableToDeliver:"Zugestellt fehlgeschlagen",cancelled:"Storniert",cancelRejected:"Storno abgeleht",cancelRequested:"Storno angefordert",refunded:"Rückerstattet",refundRequestAccepted:"Rückerstattungsanfrage angenommen",refundRejected:"Rückerstattungsanfrage abgeleht",refundRequested:"Rückerstattung angefragt"},quantity:"Menge",cartItemProduct:"Produkt",giftCodeErrorTitle:"Gutschein-/Rabattcode Fehler",giftCodeErrorDescription:"Der eingegebene Geschenkcode ist nicht gültig oder nicht auf die Produkte in Deinem Warenkorb anwendbar. Bitte überprüfe den Code und versuche es erneut.",subtotal:"Zwischensumme",total:"Bestellsumme",subtotalTooltip:"Die Zwischensumme entspricht der Bestellsumme Deines Warenkorbs vor den Rabatten und beinhaltet nicht die Versandkosten.",cartShippingTitle:"Lieferung/Versand",cartTaxTitle:"MwSt.",cartInterest:"Zinsen",couponCode:"Gutschein-/Rabattcode",addCouponCode:"Gutschein-/Rabattcode hinzufügen",addOrderNote:"Bestellnotiz hinzufügen",editOrderNote:"Bestellnotiz bearbeiten",orderNote:"Bestellnotiz",enterPhoneNumber:"Telefonnummer eingeben",cardNumber:"Kartennummer",cardNumberError:"Bitte gebe eine gültige Kartennummer ein",cardHolderName:"Name des Karteninhabers",cardHolderError:"Name des Karteninhabers eingeben",cardExpiry:"Monat/Jahr",cardExpiryError:"Gebe ein gültiges Datum ein",cardCVC:"CVC",cardCVCError:"Gebe einen gültigen CVC ein",cardCVCTooltip:"CVC ist die 3-stellige Nummer hinter der Karte",masterPass:{paymentGatewaySelectBox:{delete:"Löschen"},creditCardForm:{checkboxLabel:"Ich möchte meine Karte in der {{ masterpassLogo }} Infrastruktur speichern.",cardName:"Name der Karte",phoneNumber:"Telefonnummer",button:"Verifizierungscode senden"},linkCardToClientModal:{text:"Du hast eine bei Masterpass registrierte Karte. Klicke auf OK, um diese Karte für Deinen Einkauf zu verwenden.",buttonText:"OK",subInfoText:"Zu diesem Zeitpunkt wird noch keine Zahlung durchgeführt."},otpModal:{otpTextBank:"Gebe den SMS-Verifizierungscode ein, der dem Karteninhaber zugesandt wurde.",otpTextMasterPass:"Gebe den von Masterpass gesendeten SMS-Verifizierungscode ein.",countdownText:"Verbleibende Zeit: ",resendText:"Code erneut senden",inputLabel:"Gebe den Verifizierungscode ein",buttonText:"Verifizieren"},successModal:{otpSuccessText:"Deine Karte wurde erfolgreich registriert.",linkCardToClientSuccessText:"Dein Masterpass-Konto wurde erfolgreich bestätigt."}},timeRemaining:"Verbleibende Zeit {{value}}",errorCustomerRequired:"Diese E-Mail-Adresse gehört einem registrierten Benutzer. Bitte logge Dich ein.",errorNoShipping:"Keine Versandoptionen für deine Region gefunden.",errorPayment:"Deine Zahlung konnte nicht empfangen werden. Bitte überprüfe Deine Angaben und versuche es erneut.",errorStockTitle:"Lagerbestand aktualisiert!",errorStockDescription:"Einige Artikel in Deinem Warenkorb sind nicht auf Lager. Wenn Du trotzdem fortfährst werden Produkte die nicht auf Lager sind aus Deinem Warenkorb entfernt?",errorUnknown:"Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut.",errorPickupLocationRequired:"Abholort wählen",customizedProduct:"Individualisiertes Produkt",yes:"Ja",no:"Nein"};export{e as default};
|