@stryke/zod 0.1.1 → 0.2.0
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/CHANGELOG.md +10 -0
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/{schema-rw4xcW6A.mjs → schema-B6usLZOz.mjs} +14 -2
- package/dist/schema-B6usLZOz.mjs.map +1 -0
- package/dist/{schema-BPvMa44o.d.mts → schema-DQPkBDAQ.d.mts} +14 -4
- package/dist/schema-DQPkBDAQ.d.mts.map +1 -0
- package/dist/{schema-C_cKDL_j.d.cts → schema-s8jVY_-l.d.cts} +14 -4
- package/dist/schema-s8jVY_-l.d.cts.map +1 -0
- package/dist/{schema-BTyMexVj.cjs → schema-wGX9lE9h.cjs} +18 -0
- package/dist/schema.cjs +3 -2
- package/dist/schema.d.cts +2 -2
- package/dist/schema.d.mts +2 -2
- package/dist/schema.mjs +2 -2
- package/package.json +2 -2
- package/dist/schema-BPvMa44o.d.mts.map +0 -1
- package/dist/schema-C_cKDL_j.d.cts.map +0 -1
- package/dist/schema-rw4xcW6A.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Stryke - Zod
|
|
4
4
|
|
|
5
|
+
## [0.1.1](https://github.com/storm-software/stryke/releases/tag/zod%400.1.1) (03/02/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **zod:** Added types to `exports` in package.json file ([2abe7f5b](https://github.com/storm-software/stryke/commit/2abe7f5b))
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **zod:** Resolve issue with bundled project code ([d7c1e067](https://github.com/storm-software/stryke/commit/d7c1e067))
|
|
14
|
+
|
|
5
15
|
## [0.1.0](https://github.com/storm-software/stryke/releases/tag/zod%400.1.0) (03/02/2026)
|
|
6
16
|
|
|
7
17
|
### Features
|
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
const require_schema = require('./schema-
|
|
1
|
+
const require_schema = require('./schema-wGX9lE9h.cjs');
|
|
2
2
|
const require_is_zod_type = require('./is-zod-type-RGE-O0aK.cjs');
|
|
3
3
|
require('./types.cjs');
|
|
4
4
|
|
|
5
5
|
exports.extractJsonSchema = require_schema.extractJsonSchema;
|
|
6
|
+
exports.extractJsonSchema7 = require_schema.extractJsonSchema7;
|
|
6
7
|
exports.isZod3Type = require_is_zod_type.isZod3Type;
|
|
7
8
|
exports.isZod4Type = require_is_zod_type.isZod4Type;
|
|
8
9
|
exports.isZodType = require_is_zod_type.isZodType;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { n as ZodTypeInfo, r as ZodTypeKind, t as ZodType } from "./types-4nTrnOUu.cjs";
|
|
2
2
|
import { n as isZod4Type, r as isZodType, t as isZod3Type } from "./is-zod-type-x0dit7lA.cjs";
|
|
3
|
-
import { t as extractJsonSchema } from "./schema-
|
|
4
|
-
export { ZodType, ZodTypeInfo, ZodTypeKind, extractJsonSchema, isZod3Type, isZod4Type, isZodType };
|
|
3
|
+
import { n as extractJsonSchema7, t as extractJsonSchema } from "./schema-s8jVY_-l.cjs";
|
|
4
|
+
export { ZodType, ZodTypeInfo, ZodTypeKind, extractJsonSchema, extractJsonSchema7, isZod3Type, isZod4Type, isZodType };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { n as ZodTypeInfo, r as ZodTypeKind, t as ZodType } from "./types-UlEWkGXF.mjs";
|
|
2
2
|
import { n as isZod4Type, r as isZodType, t as isZod3Type } from "./is-zod-type-CDtbhw8L.mjs";
|
|
3
|
-
import { t as extractJsonSchema } from "./schema-
|
|
4
|
-
export { ZodType, ZodTypeInfo, ZodTypeKind, extractJsonSchema, isZod3Type, isZod4Type, isZodType };
|
|
3
|
+
import { n as extractJsonSchema7, t as extractJsonSchema } from "./schema-DQPkBDAQ.mjs";
|
|
4
|
+
export { ZodType, ZodTypeInfo, ZodTypeKind, extractJsonSchema, extractJsonSchema7, isZod3Type, isZod4Type, isZodType };
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as isZod4Type, r as isZodType, t as isZod3Type } from "./is-zod-type-B-jL80F-.mjs";
|
|
2
|
-
import { t as extractJsonSchema } from "./schema-
|
|
2
|
+
import { n as extractJsonSchema7, t as extractJsonSchema } from "./schema-B6usLZOz.mjs";
|
|
3
3
|
import "./types.mjs";
|
|
4
4
|
|
|
5
|
-
export { extractJsonSchema, isZod3Type, isZod4Type, isZodType };
|
|
5
|
+
export { extractJsonSchema, extractJsonSchema7, isZod3Type, isZod4Type, isZodType };
|
|
@@ -26,7 +26,19 @@ function extractJsonSchema(type, target = "draft-07") {
|
|
|
26
26
|
});
|
|
27
27
|
else throw new Error("Unsupported Zod schema version");
|
|
28
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* Extracts a JSON Schema (draft-07) from a given Zod schema, supporting both version 3 and version 4 of Zod.
|
|
31
|
+
*
|
|
32
|
+
* @remarks
|
|
33
|
+
* This function is a convenience wrapper around `extractJsonSchema` that defaults to targeting the JSON Schema draft-07 specification.
|
|
34
|
+
*
|
|
35
|
+
* @param type - The Zod schema to extract the JSON Schema from. Can be either a Zod v3 or v4 schema.
|
|
36
|
+
* @returns The extracted JSON Schema.
|
|
37
|
+
*/
|
|
38
|
+
function extractJsonSchema7(type) {
|
|
39
|
+
return extractJsonSchema(type, "draft-07");
|
|
40
|
+
}
|
|
29
41
|
|
|
30
42
|
//#endregion
|
|
31
|
-
export { extractJsonSchema as t };
|
|
32
|
-
//# sourceMappingURL=schema-
|
|
43
|
+
export { extractJsonSchema7 as n, extractJsonSchema as t };
|
|
44
|
+
//# sourceMappingURL=schema-B6usLZOz.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-B6usLZOz.mjs","names":[],"sources":["../src/schema.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { JsonSchema7Type } from \"zod-to-json-schema\";\nimport { zodToJsonSchema } from \"zod-to-json-schema\";\nimport * as z4 from \"zod/v4/core\";\nimport { isZod3Type, isZod4Type } from \"./is-zod-type\";\nimport type { ZodType } from \"./types\";\n\n/**\n * Extracts a JSON Schema from a given Zod schema, supporting both version 3 and version 4 of Zod.\n *\n * @param type - The Zod schema to extract the JSON Schema from. Can be either a Zod v3 or v4 schema.\n * @param target - The JSON Schema draft version to target. Defaults to \"draft-07\".\n * @returns The extracted JSON Schema.\n */\nexport function extractJsonSchema(\n type: ZodType,\n target: \"draft-07\" | \"draft-2020-12\" = \"draft-07\"\n) {\n if (isZod3Type(type)) {\n const result = zodToJsonSchema(type, {\n $refStrategy: \"root\",\n definitionPath: \"$defs\",\n target: target === \"draft-07\" ? \"jsonSchema7\" : \"jsonSchema2019-09\"\n });\n if (!result) {\n throw new Error(\"Failed to extract JSON Schema from Zod v3 schema\");\n }\n\n return result;\n } else if (isZod4Type(type)) {\n return z4.toJSONSchema(type, {\n target: target === \"draft-07\" ? \"draft-07\" : \"draft-2020-12\",\n // eslint-disable-next-line @cspell/spellchecker\n unrepresentable: \"any\",\n reused: \"ref\"\n });\n } else {\n throw new Error(\"Unsupported Zod schema version\");\n }\n}\n\n/**\n * Extracts a JSON Schema (draft-07) from a given Zod schema, supporting both version 3 and version 4 of Zod.\n *\n * @remarks\n * This function is a convenience wrapper around `extractJsonSchema` that defaults to targeting the JSON Schema draft-07 specification.\n *\n * @param type - The Zod schema to extract the JSON Schema from. Can be either a Zod v3 or v4 schema.\n * @returns The extracted JSON Schema.\n */\nexport function extractJsonSchema7(type: ZodType) {\n return extractJsonSchema(type, \"draft-07\") as JsonSchema7Type;\n}\n"],"mappings":";;;;;;;;;;;;AA+BA,SAAgB,kBACd,MACA,SAAuC,YACvC;AACA,KAAI,WAAW,KAAK,EAAE;EACpB,MAAM,SAAS,gBAAgB,MAAM;GACnC,cAAc;GACd,gBAAgB;GAChB,QAAQ,WAAW,aAAa,gBAAgB;GACjD,CAAC;AACF,MAAI,CAAC,OACH,OAAM,IAAI,MAAM,mDAAmD;AAGrE,SAAO;YACE,WAAW,KAAK,CACzB,QAAO,GAAG,aAAa,MAAM;EAC3B,QAAQ,WAAW,aAAa,aAAa;EAE7C,iBAAiB;EACjB,QAAQ;EACT,CAAC;KAEF,OAAM,IAAI,MAAM,iCAAiC;;;;;;;;;;;AAarD,SAAgB,mBAAmB,MAAe;AAChD,QAAO,kBAAkB,MAAM,WAAW"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as ZodType } from "./types-UlEWkGXF.mjs";
|
|
2
|
-
import
|
|
2
|
+
import { JsonSchema7Type } from "zod-to-json-schema";
|
|
3
3
|
import * as z4 from "zod/v4/core";
|
|
4
4
|
|
|
5
5
|
//#region src/schema.d.ts
|
|
@@ -14,9 +14,19 @@ import * as z4 from "zod/v4/core";
|
|
|
14
14
|
declare function extractJsonSchema(type: ZodType, target?: "draft-07" | "draft-2020-12"): (object & {
|
|
15
15
|
$schema?: string | undefined;
|
|
16
16
|
definitions?: {
|
|
17
|
-
[key: string]:
|
|
17
|
+
[key: string]: JsonSchema7Type;
|
|
18
18
|
} | undefined;
|
|
19
19
|
}) | z4.ZodStandardJSONSchemaPayload<z4.$ZodType<unknown, unknown, z4.$ZodTypeInternals<unknown, unknown>>>;
|
|
20
|
+
/**
|
|
21
|
+
* Extracts a JSON Schema (draft-07) from a given Zod schema, supporting both version 3 and version 4 of Zod.
|
|
22
|
+
*
|
|
23
|
+
* @remarks
|
|
24
|
+
* This function is a convenience wrapper around `extractJsonSchema` that defaults to targeting the JSON Schema draft-07 specification.
|
|
25
|
+
*
|
|
26
|
+
* @param type - The Zod schema to extract the JSON Schema from. Can be either a Zod v3 or v4 schema.
|
|
27
|
+
* @returns The extracted JSON Schema.
|
|
28
|
+
*/
|
|
29
|
+
declare function extractJsonSchema7(type: ZodType): JsonSchema7Type;
|
|
20
30
|
//#endregion
|
|
21
|
-
export { extractJsonSchema as t };
|
|
22
|
-
//# sourceMappingURL=schema-
|
|
31
|
+
export { extractJsonSchema7 as n, extractJsonSchema as t };
|
|
32
|
+
//# sourceMappingURL=schema-DQPkBDAQ.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-DQPkBDAQ.d.mts","names":[],"sources":["../src/schema.ts"],"sourcesContent":[],"mappings":";;;;;;;;AA+BA;;;;;iBAAgB,iBAAA,OACR;;EAmCQ,WAAA,CAAA,EAAA;;;;;;;;;;;;;iBAAA,kBAAA,OAAyB,UACO"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as ZodType } from "./types-4nTrnOUu.cjs";
|
|
2
2
|
import * as z4 from "zod/v4/core";
|
|
3
|
-
import
|
|
3
|
+
import { JsonSchema7Type } from "zod-to-json-schema";
|
|
4
4
|
|
|
5
5
|
//#region src/schema.d.ts
|
|
6
6
|
|
|
@@ -14,9 +14,19 @@ import * as zod_to_json_schema0 from "zod-to-json-schema";
|
|
|
14
14
|
declare function extractJsonSchema(type: ZodType, target?: "draft-07" | "draft-2020-12"): (object & {
|
|
15
15
|
$schema?: string | undefined;
|
|
16
16
|
definitions?: {
|
|
17
|
-
[key: string]:
|
|
17
|
+
[key: string]: JsonSchema7Type;
|
|
18
18
|
} | undefined;
|
|
19
19
|
}) | z4.ZodStandardJSONSchemaPayload<z4.$ZodType<unknown, unknown, z4.$ZodTypeInternals<unknown, unknown>>>;
|
|
20
|
+
/**
|
|
21
|
+
* Extracts a JSON Schema (draft-07) from a given Zod schema, supporting both version 3 and version 4 of Zod.
|
|
22
|
+
*
|
|
23
|
+
* @remarks
|
|
24
|
+
* This function is a convenience wrapper around `extractJsonSchema` that defaults to targeting the JSON Schema draft-07 specification.
|
|
25
|
+
*
|
|
26
|
+
* @param type - The Zod schema to extract the JSON Schema from. Can be either a Zod v3 or v4 schema.
|
|
27
|
+
* @returns The extracted JSON Schema.
|
|
28
|
+
*/
|
|
29
|
+
declare function extractJsonSchema7(type: ZodType): JsonSchema7Type;
|
|
20
30
|
//#endregion
|
|
21
|
-
export { extractJsonSchema as t };
|
|
22
|
-
//# sourceMappingURL=schema-
|
|
31
|
+
export { extractJsonSchema7 as n, extractJsonSchema as t };
|
|
32
|
+
//# sourceMappingURL=schema-s8jVY_-l.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-s8jVY_-l.d.cts","names":[],"sources":["../src/schema.ts"],"sourcesContent":[],"mappings":";;;;;;;;AA+BA;;;;;iBAAgB,iBAAA,OACR;;EAmCQ,WAAA,CAAA,EAAA;;;;;;;;;;;;;iBAAA,kBAAA,OAAyB,UACO"}
|
|
@@ -54,6 +54,18 @@ function extractJsonSchema(type, target = "draft-07") {
|
|
|
54
54
|
});
|
|
55
55
|
else throw new Error("Unsupported Zod schema version");
|
|
56
56
|
}
|
|
57
|
+
/**
|
|
58
|
+
* Extracts a JSON Schema (draft-07) from a given Zod schema, supporting both version 3 and version 4 of Zod.
|
|
59
|
+
*
|
|
60
|
+
* @remarks
|
|
61
|
+
* This function is a convenience wrapper around `extractJsonSchema` that defaults to targeting the JSON Schema draft-07 specification.
|
|
62
|
+
*
|
|
63
|
+
* @param type - The Zod schema to extract the JSON Schema from. Can be either a Zod v3 or v4 schema.
|
|
64
|
+
* @returns The extracted JSON Schema.
|
|
65
|
+
*/
|
|
66
|
+
function extractJsonSchema7(type) {
|
|
67
|
+
return extractJsonSchema(type, "draft-07");
|
|
68
|
+
}
|
|
57
69
|
|
|
58
70
|
//#endregion
|
|
59
71
|
Object.defineProperty(exports, 'extractJsonSchema', {
|
|
@@ -61,4 +73,10 @@ Object.defineProperty(exports, 'extractJsonSchema', {
|
|
|
61
73
|
get: function () {
|
|
62
74
|
return extractJsonSchema;
|
|
63
75
|
}
|
|
76
|
+
});
|
|
77
|
+
Object.defineProperty(exports, 'extractJsonSchema7', {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function () {
|
|
80
|
+
return extractJsonSchema7;
|
|
81
|
+
}
|
|
64
82
|
});
|
package/dist/schema.cjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
const require_schema = require('./schema-
|
|
1
|
+
const require_schema = require('./schema-wGX9lE9h.cjs');
|
|
2
2
|
|
|
3
|
-
exports.extractJsonSchema = require_schema.extractJsonSchema;
|
|
3
|
+
exports.extractJsonSchema = require_schema.extractJsonSchema;
|
|
4
|
+
exports.extractJsonSchema7 = require_schema.extractJsonSchema7;
|
package/dist/schema.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as extractJsonSchema } from "./schema-
|
|
2
|
-
export { extractJsonSchema };
|
|
1
|
+
import { n as extractJsonSchema7, t as extractJsonSchema } from "./schema-s8jVY_-l.cjs";
|
|
2
|
+
export { extractJsonSchema, extractJsonSchema7 };
|
package/dist/schema.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "./types-UlEWkGXF.mjs";
|
|
2
|
-
import { t as extractJsonSchema } from "./schema-
|
|
3
|
-
export { extractJsonSchema };
|
|
2
|
+
import { n as extractJsonSchema7, t as extractJsonSchema } from "./schema-DQPkBDAQ.mjs";
|
|
3
|
+
export { extractJsonSchema, extractJsonSchema7 };
|
package/dist/schema.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { t as extractJsonSchema } from "./schema-
|
|
1
|
+
import { n as extractJsonSchema7, t as extractJsonSchema } from "./schema-B6usLZOz.mjs";
|
|
2
2
|
|
|
3
|
-
export { extractJsonSchema };
|
|
3
|
+
export { extractJsonSchema, extractJsonSchema7 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/zod",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing helper utilities for working with zod schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
},
|
|
76
76
|
"./*": "./*"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "58d349e5252a30dee23b0d66257f447b6fe38058"
|
|
79
79
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema-BPvMa44o.d.mts","names":[],"sources":["../src/schema.ts"],"sourcesContent":[],"mappings":";;;;;;;;;AA8BA;;;;iBAAgB,iBAAA,OACR;;;mBAAO,mBAAA,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema-C_cKDL_j.d.cts","names":[],"sources":["../src/schema.ts"],"sourcesContent":[],"mappings":";;;;;;;;;AA8BA;;;;iBAAgB,iBAAA,OACR;;;mBAAO,mBAAA,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema-rw4xcW6A.mjs","names":[],"sources":["../src/schema.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { zodToJsonSchema } from \"zod-to-json-schema\";\nimport * as z4 from \"zod/v4/core\";\nimport { isZod3Type, isZod4Type } from \"./is-zod-type\";\nimport type { ZodType } from \"./types\";\n\n/**\n * Extracts a JSON Schema from a given Zod schema, supporting both version 3 and version 4 of Zod.\n *\n * @param type - The Zod schema to extract the JSON Schema from. Can be either a Zod v3 or v4 schema.\n * @param target - The JSON Schema draft version to target. Defaults to \"draft-07\".\n * @returns The extracted JSON Schema.\n */\nexport function extractJsonSchema(\n type: ZodType,\n target: \"draft-07\" | \"draft-2020-12\" = \"draft-07\"\n) {\n if (isZod3Type(type)) {\n const result = zodToJsonSchema(type, {\n $refStrategy: \"root\",\n definitionPath: \"$defs\",\n target: target === \"draft-07\" ? \"jsonSchema7\" : \"jsonSchema2019-09\"\n });\n if (!result) {\n throw new Error(\"Failed to extract JSON Schema from Zod v3 schema\");\n }\n\n return result;\n } else if (isZod4Type(type)) {\n return z4.toJSONSchema(type, {\n target: target === \"draft-07\" ? \"draft-07\" : \"draft-2020-12\",\n // eslint-disable-next-line @cspell/spellchecker\n unrepresentable: \"any\",\n reused: \"ref\"\n });\n } else {\n throw new Error(\"Unsupported Zod schema version\");\n }\n}\n"],"mappings":";;;;;;;;;;;;AA8BA,SAAgB,kBACd,MACA,SAAuC,YACvC;AACA,KAAI,WAAW,KAAK,EAAE;EACpB,MAAM,SAAS,gBAAgB,MAAM;GACnC,cAAc;GACd,gBAAgB;GAChB,QAAQ,WAAW,aAAa,gBAAgB;GACjD,CAAC;AACF,MAAI,CAAC,OACH,OAAM,IAAI,MAAM,mDAAmD;AAGrE,SAAO;YACE,WAAW,KAAK,CACzB,QAAO,GAAG,aAAa,MAAM;EAC3B,QAAQ,WAAW,aAAa,aAAa;EAE7C,iBAAiB;EACjB,QAAQ;EACT,CAAC;KAEF,OAAM,IAAI,MAAM,iCAAiC"}
|