next-flow-interface 0.17.16 → 0.17.17
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/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2004,7 +2004,6 @@ interface InternationalizationServiceApi {
|
|
|
2004
2004
|
messages: Record<string, any>;
|
|
2005
2005
|
load(messages: Record<string, any>): void;
|
|
2006
2006
|
getTranslator(namespace?: string, wait?: boolean): Promise<Translator>;
|
|
2007
|
-
getLocaleByString(locale: string): Locale | undefined;
|
|
2008
2007
|
subscribe(subscriber: NamespaceSubscriber): () => void;
|
|
2009
2008
|
unsubscribe(subscriber: NamespaceSubscriber): void;
|
|
2010
2009
|
wait(namespace: string | string[]): Promise<void>;
|
package/package.json
CHANGED