@blinkk/root-cms 1.2.7 → 1.2.8
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/{client-c2nayz6v.d.ts → client-PT7q4_4R.d.ts} +4 -0
- package/dist/client.d.ts +1 -1
- package/dist/core.d.ts +2 -2
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +5 -2
- package/dist/ui/ui.js +3 -3
- package/package.json +3 -3
|
@@ -110,6 +110,10 @@ type CMSPluginOptions = {
|
|
|
110
110
|
experiments?: {
|
|
111
111
|
ai?: boolean | CMSAIConfig;
|
|
112
112
|
};
|
|
113
|
+
/**
|
|
114
|
+
* Adjust console output verbosity. Default is `'info'`.
|
|
115
|
+
*/
|
|
116
|
+
logLevel?: 'info' | 'warn' | 'error' | 'silent' | 'debug';
|
|
113
117
|
};
|
|
114
118
|
type CMSPlugin = Plugin & {
|
|
115
119
|
name: 'root-cms';
|
package/dist/client.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@blinkk/root';
|
|
2
2
|
import 'firebase-admin/app';
|
|
3
3
|
import 'firebase-admin/firestore';
|
|
4
|
-
export { A as Action, o as ArrayObject, c as DataSource, d as DataSourceData, e as DataSourceMode, D as Doc, b as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, j as ListActionsOptions, g as ListDocsOptions, L as LoadTranslationsOptions, a as LocaleTranslations, R as Release, k as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, i as Translation, T as TranslationsMap, U as UserRole, l as getCmsPlugin, p as marshalArray, m as marshalData, n as normalizeData, s as parseDocId, t as toArrayObject, r as translationsForLocale, q as unmarshalArray, u as unmarshalData } from './client-
|
|
4
|
+
export { A as Action, o as ArrayObject, c as DataSource, d as DataSourceData, e as DataSourceMode, D as Doc, b as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, j as ListActionsOptions, g as ListDocsOptions, L as LoadTranslationsOptions, a as LocaleTranslations, R as Release, k as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, i as Translation, T as TranslationsMap, U as UserRole, l as getCmsPlugin, p as marshalArray, m as marshalData, n as normalizeData, s as parseDocId, t as toArrayObject, r as translationsForLocale, q as unmarshalArray, u as unmarshalData } from './client-PT7q4_4R.js';
|
package/dist/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LoadTranslationsOptions, T as TranslationsMap, a as LocaleTranslations } from './client-
|
|
2
|
-
export { A as Action, o as ArrayObject, c as DataSource, d as DataSourceData, e as DataSourceMode, D as Doc, b as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, j as ListActionsOptions, g as ListDocsOptions, R as Release, k as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, i as Translation, U as UserRole, l as getCmsPlugin, p as marshalArray, m as marshalData, n as normalizeData, s as parseDocId, t as toArrayObject, r as translationsForLocale, q as unmarshalArray, u as unmarshalData } from './client-
|
|
1
|
+
import { L as LoadTranslationsOptions, T as TranslationsMap, a as LocaleTranslations } from './client-PT7q4_4R.js';
|
|
2
|
+
export { A as Action, o as ArrayObject, c as DataSource, d as DataSourceData, e as DataSourceMode, D as Doc, b as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, j as ListActionsOptions, g as ListDocsOptions, R as Release, k as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, i as Translation, U as UserRole, l as getCmsPlugin, p as marshalArray, m as marshalData, n as normalizeData, s as parseDocId, t as toArrayObject, r as translationsForLocale, q as unmarshalArray, u as unmarshalData } from './client-PT7q4_4R.js';
|
|
3
3
|
import { RootConfig } from '@blinkk/root';
|
|
4
4
|
import { Query } from 'firebase-admin/firestore';
|
|
5
5
|
export { s as schema } from './schema-ix967Ud0.js';
|
package/dist/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@blinkk/root';
|
|
2
2
|
import 'firebase-admin/app';
|
|
3
3
|
import 'firebase-admin/firestore';
|
|
4
|
-
export { v as CMSAIConfig, y as CMSPlugin, x as CMSPluginOptions, w as CMSSidebarTool, C as CMSUser, z as cmsPlugin } from './client-
|
|
4
|
+
export { v as CMSAIConfig, y as CMSPlugin, x as CMSPluginOptions, w as CMSSidebarTool, C as CMSUser, z as cmsPlugin } from './client-PT7q4_4R.js';
|