@takeshape/schema 11.105.1 → 11.106.1
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/agents.d.ts +4 -4
- package/dist/agents.js +4 -4
- package/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.js +3 -1
- package/dist/migration/to/v3.57.0.d.ts +4 -0
- package/dist/migration/to/v3.57.0.js +18 -0
- package/dist/migration/types.d.ts +7 -4
- package/dist/migration/types.js +3 -3
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.js +2 -1
- package/dist/project-schema/latest.d.ts +452 -260
- package/dist/project-schema/migrate.js +4 -1
- package/dist/project-schema/v3.57.0.d.ts +2597 -0
- package/dist/project-schema/v3.57.0.js +7 -0
- package/dist/refs.js +2 -2
- package/dist/schema-util.d.ts +2 -2
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.js +5 -3
- package/dist/schemas/project-schema/{experimental.json → experimental-2025-07.json} +1 -2
- package/dist/schemas/project-schema/latest.d.ts +180 -0
- package/dist/schemas/project-schema/latest.js +11 -0
- package/dist/schemas/project-schema/latest.json +1292 -12
- package/dist/schemas/project-schema/v3.48.0.json +2 -2
- package/dist/schemas/project-schema/v3.49.0.json +2 -2
- package/dist/schemas/project-schema/v3.50.0.json +3 -3
- package/dist/schemas/project-schema/v3.51.0.json +3 -3
- package/dist/schemas/project-schema/v3.52.0.json +3 -3
- package/dist/schemas/project-schema/v3.53.0.json +3 -3
- package/dist/schemas/project-schema/v3.54.0.json +3 -3
- package/dist/schemas/project-schema/v3.55.0.json +3 -3
- package/dist/schemas/project-schema/v3.56.0.json +7 -7
- package/dist/schemas/project-schema/v3.57.0.json +4810 -0
- package/dist/schemas/project-schema.json +3 -0
- package/dist/util/mcp.d.ts +1 -1
- package/dist/util/mcp.js +2 -2
- package/dist/validate/validate.d.ts +2 -1
- package/dist/validate/validate.js +15 -13
- package/examples/latest/agent-schema.json +174 -176
- package/examples/latest/all-fields-shapes-inline.json +1 -1
- package/examples/latest/all-fields-shapes.json +1 -1
- package/examples/latest/betzino.json +1 -1
- package/examples/latest/blog-schema.json +1 -1
- package/examples/latest/brewery-schema.json +1 -1
- package/examples/latest/clear-cache-schema.json +1 -1
- package/examples/latest/complex-project-schema.json +1 -1
- package/examples/latest/complex-schema.json +1 -1
- package/examples/latest/edit-schema.json +1 -1
- package/examples/latest/fabric-ecommerce.json +1 -1
- package/examples/latest/frank-and-fred-schema.json +1 -1
- package/examples/latest/klirr-schema.json +1 -1
- package/examples/latest/layers/rick-and-morty-layer.json +1 -1
- package/examples/latest/layers/shopify-layer-2023-01.json +1 -1
- package/examples/latest/layers/shopify-storefront-2023-04.json +1 -1
- package/examples/latest/layers/wordpress-2024-01.json +1 -1
- package/examples/latest/massive-schema.json +1 -1
- package/examples/latest/mill-components-schema.json +1 -1
- package/examples/latest/nested-shape-arrays.json +1 -1
- package/examples/latest/one-earth.json +1 -1
- package/examples/latest/pet-oneof-array.json +1 -1
- package/examples/latest/post-schema.json +1 -1
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/rag-example.json +1 -1
- package/examples/latest/real-world-schema.json +1 -1
- package/examples/latest/recursive-repeater-schema.json +1 -1
- package/examples/latest/recursive-schema.json +1 -1
- package/examples/latest/rick-and-morty-ast.json +1 -1
- package/examples/latest/rick-and-morty-graphql.json +1 -1
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/rick-and-morty-user-schema.json +1 -1
- package/examples/latest/rick-and-morty-with-indexing.json +1 -1
- package/examples/latest/schema-where-filter.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/schema-with-rick-and-morty.json +1 -1
- package/examples/latest/shape-books-v3_2_0.json +1 -1
- package/examples/latest/shape-books.json +1 -1
- package/examples/latest/shape-editor-schema-edited.json +1 -1
- package/examples/latest/shape-editor-schema-initial.json +1 -1
- package/examples/latest/shapedb-crud-every-prop-type.json +1 -1
- package/examples/latest/shopify-lookbook.json +1 -1
- package/examples/latest/shopify-product-2022-07.json +1 -1
- package/examples/latest/shopify-product-2023-04.json +1 -1
- package/examples/latest/shopify-store-with-widget.json +1 -1
- package/examples/latest/stripe-product-runtime-schema.json +1 -1
- package/examples/latest/stripe-starter-resolved.json +1 -1
- package/examples/latest/user-schema-no-required.json +1 -1
- package/examples/latest/user-schema-with-defaults.json +1 -1
- package/examples/latest/valvoline-ai-demo.json +1 -1
- package/examples/latest/vector-search-schema.json +1 -1
- package/package.json +27 -28
package/dist/agents.d.ts
CHANGED
|
@@ -33,8 +33,8 @@ export declare function addAiQueries(projectSchema: ProjectSchemaJSON): ProjectS
|
|
|
33
33
|
/**
|
|
34
34
|
* Where guards live in the schema.
|
|
35
35
|
*/
|
|
36
|
-
export declare const GUARDS_SCHEMA_PATH: readonly ["
|
|
37
|
-
export declare const AGENTS_SCHEMA_PATH: readonly ["
|
|
36
|
+
export declare const GUARDS_SCHEMA_PATH: readonly ["guards"];
|
|
37
|
+
export declare const AGENTS_SCHEMA_PATH: readonly ["agents"];
|
|
38
38
|
/**
|
|
39
39
|
* Check if a guard is enabled.
|
|
40
40
|
*/
|
|
@@ -53,8 +53,8 @@ export declare function getGuardConfig(schema: ProjectSchemaJSON, guardId: strin
|
|
|
53
53
|
* Get a guard configuration from the project schema, but only if it is enabled.
|
|
54
54
|
*/
|
|
55
55
|
export declare function getEnabledGuardConfig(schema: ProjectSchemaJSON, guardId: string): GuardJSON | undefined;
|
|
56
|
-
export declare function getAgentMap(projectSchema: Pick<ProjectSchemaJSON, '
|
|
57
|
-
export declare function getAgents(projectSchema: Pick<ProjectSchemaJSON, '
|
|
56
|
+
export declare function getAgentMap(projectSchema: Pick<ProjectSchemaJSON, 'agents'>): AgentMap | undefined;
|
|
57
|
+
export declare function getAgents(projectSchema: Pick<ProjectSchemaJSON, 'agents'>): (AgentJSON & {
|
|
58
58
|
name: string;
|
|
59
59
|
})[] | undefined;
|
|
60
60
|
export declare function setAgentMap<S extends Partial<ProjectSchemaJSON>>(projectSchema: S, agents: AgentMap): S;
|
package/dist/agents.js
CHANGED
|
@@ -266,8 +266,8 @@ export function addAiQueries(projectSchema) {
|
|
|
266
266
|
/**
|
|
267
267
|
* Where guards live in the schema.
|
|
268
268
|
*/
|
|
269
|
-
export const GUARDS_SCHEMA_PATH = ['
|
|
270
|
-
export const AGENTS_SCHEMA_PATH = ['
|
|
269
|
+
export const GUARDS_SCHEMA_PATH = ['guards'];
|
|
270
|
+
export const AGENTS_SCHEMA_PATH = ['agents'];
|
|
271
271
|
/**
|
|
272
272
|
* Check if a guard is enabled.
|
|
273
273
|
*/
|
|
@@ -275,7 +275,7 @@ export const isGuardEnabled = (guard) => {
|
|
|
275
275
|
return Boolean(guard && guard.enabled !== false);
|
|
276
276
|
};
|
|
277
277
|
export function getGuardMap(schema) {
|
|
278
|
-
return schema
|
|
278
|
+
return schema.guards;
|
|
279
279
|
}
|
|
280
280
|
export function getGuards(schema) {
|
|
281
281
|
const guards = getGuardMap(schema);
|
|
@@ -303,7 +303,7 @@ export function getEnabledGuardConfig(schema, guardId) {
|
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
305
|
export function getAgentMap(projectSchema) {
|
|
306
|
-
return projectSchema
|
|
306
|
+
return projectSchema.agents;
|
|
307
307
|
}
|
|
308
308
|
export function getAgents(projectSchema) {
|
|
309
309
|
const agentMap = getAgentMap(projectSchema);
|
|
@@ -63,6 +63,7 @@ export declare const migrateTo: {
|
|
|
63
63
|
'v3.54.0': import("./types.ts").MigrateFunction<import("../index.ts").ProjectSchemaJSONV3_53_0, import("../index.ts").ProjectSchemaJSONV3_54_0>;
|
|
64
64
|
'v3.55.0': import("./types.ts").MigrateFunction<import("../index.ts").ProjectSchemaJSONV3_54_0, import("../index.ts").ProjectSchemaJSONV3_55_0>;
|
|
65
65
|
'v3.56.0': import("./types.ts").MigrateFunction<import("../index.ts").ProjectSchemaJSONV3_55_0, import("../index.ts").ProjectSchemaJSONV3_56_0>;
|
|
66
|
+
'v3.57.0': import("./types.ts").MigrateFunction<import("../index.ts").ProjectSchemaJSONV3_56_0, import("../index.ts").ProjectSchemaJSONV3_57_0>;
|
|
66
67
|
};
|
|
67
68
|
export * from './utils.ts';
|
|
68
69
|
export declare const listTypePrefix = "PaginatedList";
|
package/dist/migration/index.js
CHANGED
|
@@ -62,6 +62,7 @@ import migrateToV3_53_0 from "./to/v3.53.0.js";
|
|
|
62
62
|
import migrateToV3_54_0 from "./to/v3.54.0.js";
|
|
63
63
|
import migrateToV3_55_0 from "./to/v3.55.0.js";
|
|
64
64
|
import migrateToV3_56_0 from "./to/v3.56.0.js";
|
|
65
|
+
import migrateToV3_57_0 from "./to/v3.57.0.js";
|
|
65
66
|
export const migrateTo = {
|
|
66
67
|
'v3.0.0': migrateToV3_0_0,
|
|
67
68
|
'v3.1.0': migrateToV3_1_0,
|
|
@@ -126,7 +127,8 @@ export const migrateTo = {
|
|
|
126
127
|
'v3.53.0': migrateToV3_53_0,
|
|
127
128
|
'v3.54.0': migrateToV3_54_0,
|
|
128
129
|
'v3.55.0': migrateToV3_55_0,
|
|
129
|
-
'v3.56.0': migrateToV3_56_0
|
|
130
|
+
'v3.56.0': migrateToV3_56_0,
|
|
131
|
+
'v3.57.0': migrateToV3_57_0
|
|
130
132
|
};
|
|
131
133
|
export * from "./utils.js";
|
|
132
134
|
export const listTypePrefix = 'PaginatedList';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ProjectSchemaJSONV3_56_0, ProjectSchemaJSONV3_57_0 } from '../../project-schema/index.ts';
|
|
2
|
+
import type { MigrateFunction } from '../types.ts';
|
|
3
|
+
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_56_0, ProjectSchemaJSONV3_57_0>;
|
|
4
|
+
export default migrate;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { validateSchema } from '../../validate/validate.js';
|
|
2
|
+
const migrate = async (context, projectSchema) => {
|
|
3
|
+
const { ['ai-experimental']: ai, ...rest } = projectSchema;
|
|
4
|
+
const migrated = {
|
|
5
|
+
...rest,
|
|
6
|
+
schemaVersion: '3.57.0'
|
|
7
|
+
};
|
|
8
|
+
if (ai) {
|
|
9
|
+
const migratedWithAi = Object.assign({ ...migrated }, ai);
|
|
10
|
+
const { valid } = await validateSchema({ ignoreEntitlements: true }, migratedWithAi);
|
|
11
|
+
if (valid) {
|
|
12
|
+
return migratedWithAi;
|
|
13
|
+
}
|
|
14
|
+
context.logger.warn(`Dropping "ai-experimental" properties schema for project "${projectSchema.projectId}".`);
|
|
15
|
+
}
|
|
16
|
+
return migrated;
|
|
17
|
+
};
|
|
18
|
+
export default migrate;
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
+
import type { Logger } from '@takeshape/logger';
|
|
1
2
|
import type { AgentJSON, FormConfig, GuardJSON, ProjectSchemaJSON, QueryJSON, ServiceConfigJSON, ShapeJSON, ToolJSON, Workflow } from '../project-schema/index.ts';
|
|
2
3
|
import type { EncryptFn, SafeDecryptFn } from '../services/types.ts';
|
|
3
4
|
export type ProjectSchemaMigrationContext = {
|
|
5
|
+
label: string;
|
|
4
6
|
generateDataKeyFn: () => Promise<string>;
|
|
5
7
|
encryptFn: EncryptFn;
|
|
6
8
|
decryptFn: SafeDecryptFn;
|
|
9
|
+
logger: Logger;
|
|
7
10
|
};
|
|
8
|
-
export declare const AGENTS_UPDATE_KEY = "
|
|
9
|
-
export declare const GUARDS_UPDATE_KEY = "
|
|
10
|
-
export declare const MCP_TOOLS_UPDATE_KEY = "
|
|
11
|
+
export declare const AGENTS_UPDATE_KEY = "agents";
|
|
12
|
+
export declare const GUARDS_UPDATE_KEY = "guards";
|
|
13
|
+
export declare const MCP_TOOLS_UPDATE_KEY = "mcp.tools";
|
|
11
14
|
export type ProjectSchemaUpdate = {
|
|
12
15
|
queries?: Record<string, QueryJSON | null>;
|
|
13
16
|
mutations?: Record<string, QueryJSON | null>;
|
|
@@ -19,5 +22,5 @@ export type ProjectSchemaUpdate = {
|
|
|
19
22
|
workflows?: Record<string, Workflow | null>;
|
|
20
23
|
services?: Record<string, ServiceConfigJSON | null>;
|
|
21
24
|
deactivated?: number;
|
|
22
|
-
} & Omit<Partial<ProjectSchemaJSON>, 'queries' | 'mutations' | 'shapes' | '
|
|
25
|
+
} & Omit<Partial<ProjectSchemaJSON>, 'queries' | 'mutations' | 'shapes' | 'agents' | 'guards' | 'mcp' | 'forms' | 'workflows' | 'services'>;
|
|
23
26
|
export type MigrateFunction<FromSchema, ToSchema> = (context: ProjectSchemaMigrationContext, fromSchema: FromSchema) => Promise<ToSchema>;
|
package/dist/migration/types.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const AGENTS_UPDATE_KEY = '
|
|
2
|
-
export const GUARDS_UPDATE_KEY = '
|
|
3
|
-
export const MCP_TOOLS_UPDATE_KEY = '
|
|
1
|
+
export const AGENTS_UPDATE_KEY = 'agents';
|
|
2
|
+
export const GUARDS_UPDATE_KEY = 'guards';
|
|
3
|
+
export const MCP_TOOLS_UPDATE_KEY = 'mcp.tools';
|
|
@@ -64,6 +64,7 @@ export type * from './v3.53.0.ts';
|
|
|
64
64
|
export type * from './v3.54.0.ts';
|
|
65
65
|
export type * from './v3.55.0.ts';
|
|
66
66
|
export type * from './v3.56.0.ts';
|
|
67
|
+
export type * from './v3.57.0.ts';
|
|
67
68
|
export type * from './v4.0.0.ts';
|
|
68
69
|
import { ProjectSchemaJSONV1_0_0 } from './v1.0.0.ts';
|
|
69
70
|
import { ProjectSchemaJSONV3_0_0 } from './v3.0.0.ts';
|
|
@@ -130,9 +131,10 @@ import { ProjectSchemaJSONV3_53_0 } from './v3.53.0.ts';
|
|
|
130
131
|
import { ProjectSchemaJSONV3_54_0 } from './v3.54.0.ts';
|
|
131
132
|
import { ProjectSchemaJSONV3_55_0 } from './v3.55.0.ts';
|
|
132
133
|
import { ProjectSchemaJSONV3_56_0 } from './v3.56.0.ts';
|
|
134
|
+
import { ProjectSchemaJSONV3_57_0 } from './v3.57.0.ts';
|
|
133
135
|
import { ProjectSchemaJSONV4_0_0 } from './v4.0.0.ts';
|
|
134
136
|
import { ProjectSchemaJSON } from './latest.ts';
|
|
135
|
-
export type AnyProjectSchemaJSON = ProjectSchemaJSONV1_0_0 | ProjectSchemaJSONV3_0_0 | ProjectSchemaJSONV3_1_0 | ProjectSchemaJSONV3_2_0 | ProjectSchemaJSONV3_3_0 | ProjectSchemaJSONV3_4_0 | ProjectSchemaJSONV3_5_0 | ProjectSchemaJSONV3_5_1 | ProjectSchemaJSONV3_6_0 | ProjectSchemaJSONV3_7_0 | ProjectSchemaJSONV3_8_0 | ProjectSchemaJSONV3_9_0 | ProjectSchemaJSONV3_10_0 | ProjectSchemaJSONV3_11_0 | ProjectSchemaJSONV3_12_0 | ProjectSchemaJSONV3_12_1 | ProjectSchemaJSONV3_12_2 | ProjectSchemaJSONV3_12_3 | ProjectSchemaJSONV3_13_0 | ProjectSchemaJSONV3_14_0 | ProjectSchemaJSONV3_15_0 | ProjectSchemaJSONV3_16_0 | ProjectSchemaJSONV3_17_0 | ProjectSchemaJSONV3_17_1 | ProjectSchemaJSONV3_18_0 | ProjectSchemaJSONV3_18_1 | ProjectSchemaJSONV3_18_2 | ProjectSchemaJSONV3_19_0 | ProjectSchemaJSONV3_20_0 | ProjectSchemaJSONV3_21_0 | ProjectSchemaJSONV3_22_0 | ProjectSchemaJSONV3_23_0 | ProjectSchemaJSONV3_24_0 | ProjectSchemaJSONV3_25_0 | ProjectSchemaJSONV3_26_0 | ProjectSchemaJSONV3_27_0 | ProjectSchemaJSONV3_28_0 | ProjectSchemaJSONV3_29_0 | ProjectSchemaJSONV3_30_0 | ProjectSchemaJSONV3_31_0 | ProjectSchemaJSONV3_32_0 | ProjectSchemaJSONV3_33_0 | ProjectSchemaJSONV3_34_0 | ProjectSchemaJSONV3_35_0 | ProjectSchemaJSONV3_36_0 | ProjectSchemaJSONV3_37_0 | ProjectSchemaJSONV3_38_0 | ProjectSchemaJSONV3_39_0 | ProjectSchemaJSONV3_40_0 | ProjectSchemaJSONV3_41_0 | ProjectSchemaJSONV3_42_0 | ProjectSchemaJSONV3_43_0 | ProjectSchemaJSONV3_44_0 | ProjectSchemaJSONV3_45_0 | ProjectSchemaJSONV3_46_0 | ProjectSchemaJSONV3_47_0 | ProjectSchemaJSONV3_48_0 | ProjectSchemaJSONV3_49_0 | ProjectSchemaJSONV3_50_0 | ProjectSchemaJSONV3_51_0 | ProjectSchemaJSONV3_52_0 | ProjectSchemaJSONV3_53_0 | ProjectSchemaJSONV3_54_0 | ProjectSchemaJSONV3_55_0 | ProjectSchemaJSONV3_56_0 | ProjectSchemaJSONV4_0_0 | ProjectSchemaJSON;
|
|
137
|
+
export type AnyProjectSchemaJSON = ProjectSchemaJSONV1_0_0 | ProjectSchemaJSONV3_0_0 | ProjectSchemaJSONV3_1_0 | ProjectSchemaJSONV3_2_0 | ProjectSchemaJSONV3_3_0 | ProjectSchemaJSONV3_4_0 | ProjectSchemaJSONV3_5_0 | ProjectSchemaJSONV3_5_1 | ProjectSchemaJSONV3_6_0 | ProjectSchemaJSONV3_7_0 | ProjectSchemaJSONV3_8_0 | ProjectSchemaJSONV3_9_0 | ProjectSchemaJSONV3_10_0 | ProjectSchemaJSONV3_11_0 | ProjectSchemaJSONV3_12_0 | ProjectSchemaJSONV3_12_1 | ProjectSchemaJSONV3_12_2 | ProjectSchemaJSONV3_12_3 | ProjectSchemaJSONV3_13_0 | ProjectSchemaJSONV3_14_0 | ProjectSchemaJSONV3_15_0 | ProjectSchemaJSONV3_16_0 | ProjectSchemaJSONV3_17_0 | ProjectSchemaJSONV3_17_1 | ProjectSchemaJSONV3_18_0 | ProjectSchemaJSONV3_18_1 | ProjectSchemaJSONV3_18_2 | ProjectSchemaJSONV3_19_0 | ProjectSchemaJSONV3_20_0 | ProjectSchemaJSONV3_21_0 | ProjectSchemaJSONV3_22_0 | ProjectSchemaJSONV3_23_0 | ProjectSchemaJSONV3_24_0 | ProjectSchemaJSONV3_25_0 | ProjectSchemaJSONV3_26_0 | ProjectSchemaJSONV3_27_0 | ProjectSchemaJSONV3_28_0 | ProjectSchemaJSONV3_29_0 | ProjectSchemaJSONV3_30_0 | ProjectSchemaJSONV3_31_0 | ProjectSchemaJSONV3_32_0 | ProjectSchemaJSONV3_33_0 | ProjectSchemaJSONV3_34_0 | ProjectSchemaJSONV3_35_0 | ProjectSchemaJSONV3_36_0 | ProjectSchemaJSONV3_37_0 | ProjectSchemaJSONV3_38_0 | ProjectSchemaJSONV3_39_0 | ProjectSchemaJSONV3_40_0 | ProjectSchemaJSONV3_41_0 | ProjectSchemaJSONV3_42_0 | ProjectSchemaJSONV3_43_0 | ProjectSchemaJSONV3_44_0 | ProjectSchemaJSONV3_45_0 | ProjectSchemaJSONV3_46_0 | ProjectSchemaJSONV3_47_0 | ProjectSchemaJSONV3_48_0 | ProjectSchemaJSONV3_49_0 | ProjectSchemaJSONV3_50_0 | ProjectSchemaJSONV3_51_0 | ProjectSchemaJSONV3_52_0 | ProjectSchemaJSONV3_53_0 | ProjectSchemaJSONV3_54_0 | ProjectSchemaJSONV3_55_0 | ProjectSchemaJSONV3_56_0 | ProjectSchemaJSONV3_57_0 | ProjectSchemaJSONV4_0_0 | ProjectSchemaJSON;
|
|
136
138
|
export declare const isProjectSchemaJSONV1_0_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV1_0_0;
|
|
137
139
|
export declare const isProjectSchemaJSONV3_0_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_0_0;
|
|
138
140
|
export declare const isProjectSchemaJSONV3_1_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_1_0;
|
|
@@ -198,5 +200,6 @@ export declare const isProjectSchemaJSONV3_53_0: (projectSchema: AnyProjectSchem
|
|
|
198
200
|
export declare const isProjectSchemaJSONV3_54_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_54_0;
|
|
199
201
|
export declare const isProjectSchemaJSONV3_55_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_55_0;
|
|
200
202
|
export declare const isProjectSchemaJSONV3_56_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_56_0;
|
|
203
|
+
export declare const isProjectSchemaJSONV3_57_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_57_0;
|
|
201
204
|
export declare const isLatestProjectSchemaJSON: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSON;
|
|
202
205
|
export declare const isProjectSchemaJSONV4_0_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV4_0_0;
|
|
@@ -76,5 +76,6 @@ export const isProjectSchemaJSONV3_53_0 = createVersionPredicate('3.53.0');
|
|
|
76
76
|
export const isProjectSchemaJSONV3_54_0 = createVersionPredicate('3.54.0');
|
|
77
77
|
export const isProjectSchemaJSONV3_55_0 = createVersionPredicate('3.55.0');
|
|
78
78
|
export const isProjectSchemaJSONV3_56_0 = createVersionPredicate('3.56.0');
|
|
79
|
-
export const
|
|
79
|
+
export const isProjectSchemaJSONV3_57_0 = createVersionPredicate('3.57.0');
|
|
80
|
+
export const isLatestProjectSchemaJSON = createVersionPredicate('3.57.0');
|
|
80
81
|
export const isProjectSchemaJSONV4_0_0 = createVersionPredicate('4.0.0');
|