@blinkk/root-cms 2.4.6 → 2.4.7
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/app.js +2 -2
- package/dist/{client-DrJWXKxt.d.ts → client-wkm3JBRI.d.ts} +5 -2
- 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 +3 -3
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +73 -73
- package/package.json +3 -3
package/dist/app.js
CHANGED
|
@@ -83,7 +83,7 @@ function convertOneOfTypes(collection) {
|
|
|
83
83
|
// package.json
|
|
84
84
|
var package_default = {
|
|
85
85
|
name: "@blinkk/root-cms",
|
|
86
|
-
version: "2.4.
|
|
86
|
+
version: "2.4.7",
|
|
87
87
|
author: "s@blinkk.com",
|
|
88
88
|
license: "MIT",
|
|
89
89
|
engines: {
|
|
@@ -248,7 +248,7 @@ var package_default = {
|
|
|
248
248
|
yjs: "13.6.27"
|
|
249
249
|
},
|
|
250
250
|
peerDependencies: {
|
|
251
|
-
"@blinkk/root": "2.4.
|
|
251
|
+
"@blinkk/root": "2.4.7",
|
|
252
252
|
"firebase-admin": ">=11",
|
|
253
253
|
"firebase-functions": ">=4",
|
|
254
254
|
preact: ">=10",
|
|
@@ -2,8 +2,11 @@ import { Plugin, Request, RootConfig } from '@blinkk/root';
|
|
|
2
2
|
import { App } from 'firebase-admin/app';
|
|
3
3
|
import { Firestore, WriteBatch, Timestamp, Query } from 'firebase-admin/firestore';
|
|
4
4
|
|
|
5
|
-
/**
|
|
6
|
-
|
|
5
|
+
/**
|
|
6
|
+
* Supported Root AI models. Defaults to 'vertexai/gemini-3-flash-preview'.
|
|
7
|
+
* Custom model identifiers can also be provided as strings.
|
|
8
|
+
*/
|
|
9
|
+
type RootAiModel = 'vertexai/gemini-3-pro-preview' | 'vertexai/gemini-3-flash-preview' | 'vertexai/gemini-2.5-flash' | 'vertexai/gemini-2.0-pro' | string;
|
|
7
10
|
|
|
8
11
|
/**
|
|
9
12
|
* Built-in sidebar tools that can be toggled on/off in the CMS UI.
|
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, p as ArrayObject, z as BatchRequest, B as BatchRequestOptions, w as BatchRequestQuery, x as BatchRequestQueryOptions, C as BatchResponse, c as DataSource, d as DataSourceData, e as DataSourceMode, b as Doc, D as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, k as ListActionsOptions, g as ListDocsOptions, L as LoadTranslationsOptions, a as LocaleTranslations, j as Release, R as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, i as Translation, y as TranslationsDoc, T as TranslationsMap, U as UserRole, m as getCmsPlugin, l as isRichTextData, q as marshalArray, n as marshalData, o as normalizeData, v as parseDocId, t as toArrayObject, s as translationsForLocale, r as unmarshalArray, u as unmarshalData } from './client-
|
|
4
|
+
export { A as Action, p as ArrayObject, z as BatchRequest, B as BatchRequestOptions, w as BatchRequestQuery, x as BatchRequestQueryOptions, C as BatchResponse, c as DataSource, d as DataSourceData, e as DataSourceMode, b as Doc, D as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, k as ListActionsOptions, g as ListDocsOptions, L as LoadTranslationsOptions, a as LocaleTranslations, j as Release, R as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, i as Translation, y as TranslationsDoc, T as TranslationsMap, U as UserRole, m as getCmsPlugin, l as isRichTextData, q as marshalArray, n as marshalData, o as normalizeData, v as parseDocId, t as toArrayObject, s as translationsForLocale, r as unmarshalArray, u as unmarshalData } from './client-wkm3JBRI.js';
|
package/dist/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as RootCMSClient, D as DocMode, L as LoadTranslationsOptions, T as TranslationsMap, a as LocaleTranslations } from './client-
|
|
2
|
-
export { A as Action, p as ArrayObject, z as BatchRequest, B as BatchRequestOptions, w as BatchRequestQuery, x as BatchRequestQueryOptions, C as BatchResponse, c as DataSource, d as DataSourceData, e as DataSourceMode, b as Doc, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, k as ListActionsOptions, g as ListDocsOptions, E as Locale, N as MultiLocaleTranslationsMap, j as Release, f as SaveDraftOptions, S as SetDocOptions, O as SingleLocaleTranslationsMap, F as SourceString, I as TranslatedString, i as Translation, y as TranslationsDoc, J as TranslationsDocMode, M as TranslationsLocaleDocEntry, K as TranslationsLocaleDocHashMap, P as TranslationsManager, U as UserRole, Q as buildTranslationsDbPath, V as buildTranslationsLocaleDocDbPath, m as getCmsPlugin, l as isRichTextData, q as marshalArray, n as marshalData, o as normalizeData, v as parseDocId, t as toArrayObject, s as translationsForLocale, r as unmarshalArray, u as unmarshalData } from './client-
|
|
1
|
+
import { R as RootCMSClient, D as DocMode, L as LoadTranslationsOptions, T as TranslationsMap, a as LocaleTranslations } from './client-wkm3JBRI.js';
|
|
2
|
+
export { A as Action, p as ArrayObject, z as BatchRequest, B as BatchRequestOptions, w as BatchRequestQuery, x as BatchRequestQueryOptions, C as BatchResponse, c as DataSource, d as DataSourceData, e as DataSourceMode, b as Doc, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, k as ListActionsOptions, g as ListDocsOptions, E as Locale, N as MultiLocaleTranslationsMap, j as Release, f as SaveDraftOptions, S as SetDocOptions, O as SingleLocaleTranslationsMap, F as SourceString, I as TranslatedString, i as Translation, y as TranslationsDoc, J as TranslationsDocMode, M as TranslationsLocaleDocEntry, K as TranslationsLocaleDocHashMap, P as TranslationsManager, U as UserRole, Q as buildTranslationsDbPath, V as buildTranslationsLocaleDocDbPath, m as getCmsPlugin, l as isRichTextData, q as marshalArray, n as marshalData, o as normalizeData, v as parseDocId, t as toArrayObject, s as translationsForLocale, r as unmarshalArray, u as unmarshalData } from './client-wkm3JBRI.js';
|
|
3
3
|
import { Request, RootConfig, Response, RouteParams, GetStaticProps, GetStaticPaths } from '@blinkk/root';
|
|
4
4
|
import { Query } from 'firebase-admin/firestore';
|
|
5
5
|
export { s as schema } from './schema-Bux4PrV2.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 { Y as CMSAIConfig, W as CMSBuiltInSidebarTool, $ as CMSPlugin, _ as CMSPluginOptions, Z as CMSSidebarTool, X as CMSUser, a0 as cmsPlugin } from './client-
|
|
4
|
+
export { Y as CMSAIConfig, W as CMSBuiltInSidebarTool, $ as CMSPlugin, _ as CMSPluginOptions, Z as CMSSidebarTool, X as CMSUser, a0 as cmsPlugin } from './client-wkm3JBRI.js';
|
package/dist/plugin.js
CHANGED
|
@@ -143,7 +143,7 @@ var init_ai = __esm({
|
|
|
143
143
|
"core/ai.ts"() {
|
|
144
144
|
"use strict";
|
|
145
145
|
logger.setLogLevel("warn");
|
|
146
|
-
DEFAULT_MODEL = "vertexai/gemini-
|
|
146
|
+
DEFAULT_MODEL = "vertexai/gemini-3-flash-preview";
|
|
147
147
|
Chat = class {
|
|
148
148
|
constructor(chatClient, id, options) {
|
|
149
149
|
this.chatClient = chatClient;
|
|
@@ -2639,7 +2639,7 @@ function api(server, options) {
|
|
|
2639
2639
|
// package.json
|
|
2640
2640
|
var package_default = {
|
|
2641
2641
|
name: "@blinkk/root-cms",
|
|
2642
|
-
version: "2.4.
|
|
2642
|
+
version: "2.4.7",
|
|
2643
2643
|
author: "s@blinkk.com",
|
|
2644
2644
|
license: "MIT",
|
|
2645
2645
|
engines: {
|
|
@@ -2804,7 +2804,7 @@ var package_default = {
|
|
|
2804
2804
|
yjs: "13.6.27"
|
|
2805
2805
|
},
|
|
2806
2806
|
peerDependencies: {
|
|
2807
|
-
"@blinkk/root": "2.4.
|
|
2807
|
+
"@blinkk/root": "2.4.7",
|
|
2808
2808
|
"firebase-admin": ">=11",
|
|
2809
2809
|
"firebase-functions": ">=4",
|
|
2810
2810
|
preact: ">=10",
|