@lookiero/checkout 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,7 @@ interface TranslationEndpointFunction {
|
|
|
7
7
|
(args: TranslationEndpointFunctionArgs): EndpointFunction;
|
|
8
8
|
}
|
|
9
9
|
declare const translationEndpoint: TranslationEndpointFunction;
|
|
10
|
-
type Project = "user-area-front" | "inventory-catalog";
|
|
10
|
+
type Project = "user-area-front" | "inventory-catalog" | "checkout";
|
|
11
11
|
interface TranslationExternalEndpointFunctionArgs {
|
|
12
12
|
readonly translationsUrl: string;
|
|
13
13
|
readonly projects: [project: Project, filter?: string][];
|