@tinacms/schema-tools 0.0.0-db8aa8e-20250228034006 → 0.0.0-df15996-20250420014759
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 +1 -6
- package/dist/types/index.d.ts +4 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -363,6 +363,7 @@ interface AuthHooks {
|
|
|
363
363
|
type AuthOptions = AuthHooks & AuthProvider;
|
|
364
364
|
export interface Config<CMSCallback = undefined, FormifyCallback = undefined, DocumentCreatorCallback = undefined, Store = undefined, SearchClient = undefined> {
|
|
365
365
|
contentApiUrlOverride?: string;
|
|
366
|
+
oauth2?: boolean;
|
|
366
367
|
authProvider?: AuthProvider;
|
|
367
368
|
admin?: {
|
|
368
369
|
/**
|
|
@@ -400,7 +401,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
400
401
|
token?: string | null;
|
|
401
402
|
ui?: {
|
|
402
403
|
/**
|
|
403
|
-
* When using
|
|
404
|
+
* When using TinaCloud's branching feature, provide the URL for your given branch
|
|
404
405
|
*
|
|
405
406
|
* Eg. If you're deplying to Vercel, and your repo name is 'my-app',
|
|
406
407
|
* Vercel's preview URL would be based on the branch:
|
|
@@ -527,7 +528,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
527
528
|
} | {
|
|
528
529
|
searchClient?: never;
|
|
529
530
|
/**
|
|
530
|
-
* Use the
|
|
531
|
+
* Use the TinaCloud search index
|
|
531
532
|
*/
|
|
532
533
|
tina: {
|
|
533
534
|
/**
|
|
@@ -554,7 +555,7 @@ export interface Config<CMSCallback = undefined, FormifyCallback = undefined, Do
|
|
|
554
555
|
maxSearchIndexFieldLength?: number;
|
|
555
556
|
};
|
|
556
557
|
/**
|
|
557
|
-
* Used to override the default
|
|
558
|
+
* Used to override the default TinaCloud API URL
|
|
558
559
|
*
|
|
559
560
|
* [mostly for internal use only]
|
|
560
561
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/schema-tools",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-df15996-20250420014759",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"ts-jest": "^29.2.5",
|
|
33
33
|
"typescript": "^5.7.3",
|
|
34
34
|
"yup": "^0.32.11",
|
|
35
|
-
"@tinacms/scripts": "
|
|
35
|
+
"@tinacms/scripts": "1.3.4"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": ">=16.14.0",
|