@swan-io/shared-business 13.6.0 → 13.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-io/shared-business",
3
- "version": "13.6.0",
3
+ "version": "13.6.2",
4
4
  "engines": {
5
5
  "node": ">22.12.0"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "license": "MIT",
27
27
  "peerDependencies": {
28
- "@swan-io/lake": "13.6.0"
28
+ "@swan-io/lake": "13.6.2"
29
29
  },
30
30
  "dependencies": {
31
31
  "@formatjs/intl": "^4.1.2",
@@ -50,6 +50,6 @@
50
50
  "@types/react-dom": "^19.2.3",
51
51
  "@types/react-native": "^0.72.8",
52
52
  "type-fest": "^5.4.3",
53
- "@swan-io/lake": "13.6.0"
53
+ "@swan-io/lake": "13.6.2"
54
54
  }
55
55
  }
@@ -9,4 +9,14 @@ export declare const monthlyPaymentVolumes: {
9
9
  text: string;
10
10
  value: MonthlyPaymentVolume;
11
11
  }[];
12
+ export type ForecastYearlyIncome = "From0To500000" | "From500001To1000000" | "From1000001To5000000" | "MoreThan5000000";
13
+ export declare const forecastYearlyIncome: {
14
+ text: string;
15
+ value: ForecastYearlyIncome;
16
+ }[];
17
+ export type CompanyHeadcount = "Between1And10" | "Between11And50" | "Between51And250" | "MoreThan250";
18
+ export declare const companyHeadcount: {
19
+ text: string;
20
+ value: CompanyHeadcount;
21
+ }[];
12
22
  export {};
@@ -34,3 +34,15 @@ export const monthlyPaymentVolumes = [
34
34
  { text: t("monthlyPaymentVolume.between50000And100000"), value: "Between50000And100000" },
35
35
  { text: t("monthlyPaymentVolume.moreThan100000"), value: "MoreThan100000" },
36
36
  ];
37
+ export const forecastYearlyIncome = [
38
+ { text: t("forecastYearlyIncome.from0To500000"), value: "From0To500000" },
39
+ { text: t("forecastYearlyIncome.from500001To1000000"), value: "From500001To1000000" },
40
+ { text: t("forecastYearlyIncome.from1000001To5000000"), value: "From1000001To5000000" },
41
+ { text: t("forecastYearlyIncome.moreThan5000000"), value: "MoreThan5000000" },
42
+ ];
43
+ export const companyHeadcount = [
44
+ { text: "1-10", value: "Between1And10" },
45
+ { text: "11-50", value: "Between11And50" },
46
+ { text: "51-250", value: "Between51And250" },
47
+ { text: "+250", value: "MoreThan250" },
48
+ ];
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Abgelehnt",
125
125
  "fileTile.status.Validated": "Validiert",
126
126
  "fileTile.uploading": "Hochladen…",
127
+ "forecastYearlyIncome.from0To500000": "Weniger als 500.000 €",
128
+ "forecastYearlyIncome.from1000001To5000000": "Zwischen 1.000.000 € und 5.000.000 €",
129
+ "forecastYearlyIncome.from500001To1000000": "Zwischen 500.000 € und 1.000.000 €",
130
+ "forecastYearlyIncome.moreThan5000000": "Mehr als 5.000.000 €",
127
131
  "monthlyPaymentVolume.between10000And50000": "Zwischen 10.000 und 50.000 € pro Monat",
128
132
  "monthlyPaymentVolume.between50000And100000": "Zwischen 50.000 € und 100.000 € pro Monat",
129
133
  "monthlyPaymentVolume.lessThan10000": "Weniger als 10.000 € pro Monat",
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Refused",
125
125
  "fileTile.status.Validated": "Validated",
126
126
  "fileTile.uploading": "Uploading…",
127
+ "forecastYearlyIncome.from0To500000": "Less than €500,000",
128
+ "forecastYearlyIncome.from1000001To5000000": "Between €1,000,000 and €5,000,000",
129
+ "forecastYearlyIncome.from500001To1000000": "Between €500,000 and €1,000,000",
130
+ "forecastYearlyIncome.moreThan5000000": "More than €5,000,000",
127
131
  "monthlyPaymentVolume.between10000And50000": "Between €10,000 and €50,000 by month",
128
132
  "monthlyPaymentVolume.between50000And100000": "Between €50,000 and €100,000 by month",
129
133
  "monthlyPaymentVolume.lessThan10000": "Less than €10,000 by month",
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Rechazado",
125
125
  "fileTile.status.Validated": "Validado",
126
126
  "fileTile.uploading": "Subiendo…",
127
+ "forecastYearlyIncome.from0To500000": "Menos de 500.000 €",
128
+ "forecastYearlyIncome.from1000001To5000000": "Entre 1.000.000 € y 5.000.000 €",
129
+ "forecastYearlyIncome.from500001To1000000": "Entre 500.000 € y 1.000.000 €",
130
+ "forecastYearlyIncome.moreThan5000000": "Más de 5.000.000 €",
127
131
  "monthlyPaymentVolume.between10000And50000": "Entre 10 000 € y 50 000 € por mes",
128
132
  "monthlyPaymentVolume.between50000And100000": "Entre 50 000 y 100 000 € por mes",
129
133
  "monthlyPaymentVolume.lessThan10000": "Menos de 10 000 € por mes",
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Hylätty",
125
125
  "fileTile.status.Validated": "Vahvistettu",
126
126
  "fileTile.uploading": "Ladataan...",
127
+ "forecastYearlyIncome.from0To500000": "Alle 500 000 euroa",
128
+ "forecastYearlyIncome.from1000001To5000000": "1 000 000–5 000 000 euroa",
129
+ "forecastYearlyIncome.from500001To1000000": "500 000–1 000 000 euroa",
130
+ "forecastYearlyIncome.moreThan5000000": "Yli 5 000 000 euroa",
127
131
  "monthlyPaymentVolume.between10000And50000": "10 000–50 000 euroa kuukaudessa",
128
132
  "monthlyPaymentVolume.between50000And100000": "50 000–100 000 euroa kuukaudessa",
129
133
  "monthlyPaymentVolume.lessThan10000": "Alle 10 000 euroa kuukaudessa",
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Refusé",
125
125
  "fileTile.status.Validated": "Validé",
126
126
  "fileTile.uploading": "Téléchargement…",
127
+ "forecastYearlyIncome.from0To500000": "Moins de 500 000 €",
128
+ "forecastYearlyIncome.from1000001To5000000": "Entre 1 000 000 € et 5 000 000 €",
129
+ "forecastYearlyIncome.from500001To1000000": "Entre 500 000 € et 1 000 000 €",
130
+ "forecastYearlyIncome.moreThan5000000": "Plus de 5 000 000 €",
127
131
  "monthlyPaymentVolume.between10000And50000": "Entre 10 000 € et 50 000 € par mois",
128
132
  "monthlyPaymentVolume.between50000And100000": "Entre 50 000 € et 100 000 € par mois",
129
133
  "monthlyPaymentVolume.lessThan10000": "Moins de 10 000 € par mois",
@@ -341,7 +345,7 @@
341
345
  "supportingDocuments.purpose.ProofOfCompanyAddress": "Justificatif d'adresse de l'entreprise",
342
346
  "supportingDocuments.purpose.ProofOfCompanyAddress.description": "Un justificatif de domicile est un document permettant de justifier de votre adresse postale.\nDocuments autorisés :\n- Facture récente d'eau, d'électricité, de gaz\n- Certificat d'imposition ou de non-imposition\n- Quittance d'assurance ou de mutuelle\n- Titre de propriété, contrat de location ou quittance de loyer\n- Attestation de domiciliation si l'entreprise est enregistrée au domicile du représentant légal",
343
347
  "supportingDocuments.purpose.ProofOfCompanyIncome": "Etat financiers de l’organisation / Liasse Fiscale",
344
- "supportingDocuments.purpose.ProofOfCompanyIncome.description": "Documents autorisés :\n- Dernière liasse fiscale (en France, la liasse fiscale est un ensemble de déclarations fiscales remises par les professionnels au Trésor Public à la fin de chaque exercice comptable)\n- Comptes annuels de l'organisation\n- Rapport comptable à l'Assemblée Générale\n- Pour les entrepreneurs individuels : dernière déclaration de Chiffre d'Affaire à l'URSSAF",
348
+ "supportingDocuments.purpose.ProofOfCompanyIncome.description": "Documents autorisés :\n- Dernière liasse fiscale (en France, la liasse fiscale est un ensemble de déclarations fiscales remises par les professionnels au Trésor Public à la fin de chaque exercice comptable)\n- Comptes annuels de l'organisation\n- Rapport comptable à l'Assemblée Générale\n- Pour les entrepreneurs individuels francais : dernière déclaration de Chiffre d'Affaire à l'URSSAF",
345
349
  "supportingDocuments.purpose.ProofOfIdentity": "Document d'identité",
346
350
  "supportingDocuments.purpose.ProofOfIdentity.description": "Un document d'identité est un document officiel qui permet à une personne physique de prouver son identité.\nDocuments autorisés\n- Passeport\n- Carte d'identité si citoyen de la zone EEE\n- Carte de séjour si résident de la zone EEE",
347
351
  "supportingDocuments.purpose.ProofOfIndividualAddress": "Justificatif de domicile (datant de moins de 3 mois)",
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Rifiutato",
125
125
  "fileTile.status.Validated": "Convalidato",
126
126
  "fileTile.uploading": "Caricamento…",
127
+ "forecastYearlyIncome.from0To500000": "Meno di €500.000",
128
+ "forecastYearlyIncome.from1000001To5000000": "Tra €1.000.000 e €5.000.000",
129
+ "forecastYearlyIncome.from500001To1000000": "Tra €500.000 e €1.000.000",
130
+ "forecastYearlyIncome.moreThan5000000": "Più di €5.000.000",
127
131
  "monthlyPaymentVolume.between10000And50000": "Tra €10.000 e €50.000 al mese",
128
132
  "monthlyPaymentVolume.between50000And100000": "Tra €50.000 e €100.000 al mese",
129
133
  "monthlyPaymentVolume.lessThan10000": "Meno di €10.000 al mese",
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Geweigerd",
125
125
  "fileTile.status.Validated": "Gevalideerd",
126
126
  "fileTile.uploading": "Bezig met uploaden…",
127
+ "forecastYearlyIncome.from0To500000": "Minder dan € 500.000",
128
+ "forecastYearlyIncome.from1000001To5000000": "€ 1.000.000,- tot € 5.000.000",
129
+ "forecastYearlyIncome.from500001To1000000": "€ 500.000,- tot € 1.000.000",
130
+ "forecastYearlyIncome.moreThan5000000": "Meer dan € 5.000.000",
127
131
  "monthlyPaymentVolume.between10000And50000": "€ 10.000,- tot € 50.000,- per maand",
128
132
  "monthlyPaymentVolume.between50000And100000": "€ 50.000,- tot € 100.000,- per maand",
129
133
  "monthlyPaymentVolume.lessThan10000": "Minder dan € 10.000,- per maand",
@@ -124,6 +124,10 @@
124
124
  "fileTile.status.Refused": "Recusado",
125
125
  "fileTile.status.Validated": "Validado",
126
126
  "fileTile.uploading": "Carregando…",
127
+ "forecastYearlyIncome.from0To500000": "Mais de €500.000",
128
+ "forecastYearlyIncome.from1000001To5000000": "Entre €1.000.000 e €5.000.000",
129
+ "forecastYearlyIncome.from500001To1000000": "Entre €500.000 e €1.000.000",
130
+ "forecastYearlyIncome.moreThan5000000": "Mais de €5.000.000",
127
131
  "monthlyPaymentVolume.between10000And50000": "Entre 10.000€ e 50.000€ por mês",
128
132
  "monthlyPaymentVolume.between50000And100000": "Entre 50.000€ e 100.000€ por mês",
129
133
  "monthlyPaymentVolume.lessThan10000": "Menos de 10.000€ por mês",