@stoker-platform/types 0.4.1 → 0.5.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 +1 -1
- package/src/types/app.ts +1 -0
package/package.json
CHANGED
package/src/types/app.ts
CHANGED
|
@@ -345,6 +345,7 @@ export interface WebUtilities {
|
|
|
345
345
|
export interface NodeUtilities {
|
|
346
346
|
getMode: () => "development" | "production"
|
|
347
347
|
getTenant: () => string
|
|
348
|
+
setTenant: (tenantId: string) => void
|
|
348
349
|
getTimezone: () => string
|
|
349
350
|
getGlobalConfigModule: () => GlobalConfig
|
|
350
351
|
getCustomizationFile: (collection: string, schema: CollectionsSchema) => CollectionCustomization
|