@veruna/api-contracts 13.11.0 → 13.13.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/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1/message/commands/create-message.command.d.ts +1 -0
- package/build/v1/message/schemas/create-message-request.schema.d.ts +1 -0
- package/build/v1/message/schemas/create-message-request.schema.js +3 -0
- package/build/v1/message/schemas/create-message-request.schema.js.map +1 -1
- package/build/v1/seo-blocks/content-schemas/before-after-slider.block.d.ts +27 -6
- package/build/v1/seo-blocks/content-schemas/before-after-slider.block.js +16 -3
- package/build/v1/seo-blocks/content-schemas/before-after-slider.block.js.map +1 -1
- package/build/v1/seo-blocks/content-schemas/index.d.ts +1 -1
- package/build/v1/seo-blocks/content-schemas/index.js +2 -1
- package/build/v1/seo-blocks/content-schemas/index.js.map +1 -1
- package/build-esm/.tsbuildinfo +1 -1
- package/build-esm/v1/message/schemas/create-message-request.schema.js +3 -0
- package/build-esm/v1/message/schemas/create-message-request.schema.js.map +1 -1
- package/build-esm/v1/seo-blocks/content-schemas/before-after-slider.block.js +15 -2
- package/build-esm/v1/seo-blocks/content-schemas/before-after-slider.block.js.map +1 -1
- package/build-esm/v1/seo-blocks/content-schemas/index.js +1 -1
- package/build-esm/v1/seo-blocks/content-schemas/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,6 +22,7 @@ export declare namespace CreateMessageCommand {
|
|
|
22
22
|
confirmMixedTrust: z.ZodOptional<z.ZodBoolean>;
|
|
23
23
|
attachPendingFiles: z.ZodOptional<z.ZodBoolean>;
|
|
24
24
|
assistantId: z.ZodOptional<z.ZodString>;
|
|
25
|
+
fromSuggestion: z.ZodOptional<z.ZodBoolean>;
|
|
25
26
|
}, z.core.$strip>;
|
|
26
27
|
const Response: z.ZodObject<{
|
|
27
28
|
messageId: z.ZodString;
|
|
@@ -20,4 +20,5 @@ export declare const CreateMessageRequestSchema: z.ZodObject<{
|
|
|
20
20
|
confirmMixedTrust: z.ZodOptional<z.ZodBoolean>;
|
|
21
21
|
attachPendingFiles: z.ZodOptional<z.ZodBoolean>;
|
|
22
22
|
assistantId: z.ZodOptional<z.ZodString>;
|
|
23
|
+
fromSuggestion: z.ZodOptional<z.ZodBoolean>;
|
|
23
24
|
}, z.core.$strip>;
|
|
@@ -27,5 +27,8 @@ exports.CreateMessageRequestSchema = zod_1.z.object({
|
|
|
27
27
|
.string()
|
|
28
28
|
.uuid({ message: 'CreateMessageRequest.assistantId.invalid' })
|
|
29
29
|
.optional(),
|
|
30
|
+
fromSuggestion: zod_1.z
|
|
31
|
+
.boolean({ error: 'CreateMessageRequest.fromSuggestion.invalid' })
|
|
32
|
+
.optional(),
|
|
30
33
|
});
|
|
31
34
|
//# sourceMappingURL=create-message-request.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-message-request.schema.js","sourceRoot":"","sources":["../../../../v1/message/schemas/create-message-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA0D;AAC1D,0DAAkE;AAClE,oDAA+D;AAC/D,mGAAmG;AAMtF,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,SAAS,EAAE,OAAC;SACP,MAAM,CAAC,EAAE,KAAK,EAAE,yCAAyC,EAAE,CAAC;SAC5D,IAAI,CAAC,EAAE,OAAO,EAAE,wCAAwC,EAAE,CAAC;IAChE,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,oCAAoC,EAAE,CAAC;SACvD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;SACpD,GAAG,CAAC,gCAAuB,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;IAC/E,OAAO,EAAE,wCAAwB,CAAC,QAAQ,EAAE;IAC5C,KAAK,EAAE,qCAAwB,CAAC,QAAQ,EAAE;IAC1C,UAAU,EAAE,0DAA6B,CAAC,QAAQ,EAAE;IACpD,iBAAiB,EAAE,OAAC;SACf,OAAO,CAAC,EAAE,KAAK,EAAE,gDAAgD,EAAE,CAAC;SACpE,QAAQ,EAAE;IACf,kBAAkB,EAAE,OAAC;SAChB,OAAO,CAAC,EAAE,KAAK,EAAE,iDAAiD,EAAE,CAAC;SACrE,QAAQ,EAAE;IACf,WAAW,EAAE,OAAC;SACT,MAAM,EAAE;SACR,IAAI,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;SAC7D,QAAQ,EAAE;CAClB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"create-message-request.schema.js","sourceRoot":"","sources":["../../../../v1/message/schemas/create-message-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA0D;AAC1D,0DAAkE;AAClE,oDAA+D;AAC/D,mGAAmG;AAMtF,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,SAAS,EAAE,OAAC;SACP,MAAM,CAAC,EAAE,KAAK,EAAE,yCAAyC,EAAE,CAAC;SAC5D,IAAI,CAAC,EAAE,OAAO,EAAE,wCAAwC,EAAE,CAAC;IAChE,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,oCAAoC,EAAE,CAAC;SACvD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;SACpD,GAAG,CAAC,gCAAuB,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;IAC/E,OAAO,EAAE,wCAAwB,CAAC,QAAQ,EAAE;IAC5C,KAAK,EAAE,qCAAwB,CAAC,QAAQ,EAAE;IAC1C,UAAU,EAAE,0DAA6B,CAAC,QAAQ,EAAE;IACpD,iBAAiB,EAAE,OAAC;SACf,OAAO,CAAC,EAAE,KAAK,EAAE,gDAAgD,EAAE,CAAC;SACpE,QAAQ,EAAE;IACf,kBAAkB,EAAE,OAAC;SAChB,OAAO,CAAC,EAAE,KAAK,EAAE,iDAAiD,EAAE,CAAC;SACrE,QAAQ,EAAE;IACf,WAAW,EAAE,OAAC;SACT,MAAM,EAAE;SACR,IAAI,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;SAC7D,QAAQ,EAAE;IAQf,cAAc,EAAE,OAAC;SACZ,OAAO,CAAC,EAAE,KAAK,EAAE,6CAA6C,EAAE,CAAC;SACjE,QAAQ,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -1,26 +1,47 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const
|
|
3
|
-
label: z.ZodString;
|
|
2
|
+
export declare const BeforeAfterPairSchema: z.ZodObject<{
|
|
4
3
|
beforeSrc: z.ZodString;
|
|
5
4
|
beforeAlt: z.ZodString;
|
|
6
5
|
afterSrc: z.ZodString;
|
|
7
6
|
afterAlt: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
export declare const BeforeAfterExampleSchema: z.ZodObject<{
|
|
9
|
+
label: z.ZodString;
|
|
10
|
+
pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11
|
+
beforeSrc: z.ZodString;
|
|
12
|
+
beforeAlt: z.ZodString;
|
|
13
|
+
afterSrc: z.ZodString;
|
|
14
|
+
afterAlt: z.ZodString;
|
|
15
|
+
}, z.core.$strip>>>;
|
|
16
|
+
aspectRatio: z.ZodOptional<z.ZodNumber>;
|
|
8
17
|
prompt: z.ZodOptional<z.ZodString>;
|
|
18
|
+
beforeSrc: z.ZodOptional<z.ZodString>;
|
|
19
|
+
beforeAlt: z.ZodOptional<z.ZodString>;
|
|
20
|
+
afterSrc: z.ZodOptional<z.ZodString>;
|
|
21
|
+
afterAlt: z.ZodOptional<z.ZodString>;
|
|
9
22
|
}, z.core.$strip>;
|
|
10
23
|
export declare const BeforeAfterSliderBlockContentSchema: z.ZodObject<{
|
|
11
24
|
title: z.ZodString;
|
|
12
25
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
13
26
|
examples: z.ZodArray<z.ZodObject<{
|
|
14
27
|
label: z.ZodString;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
28
|
+
pairs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
29
|
+
beforeSrc: z.ZodString;
|
|
30
|
+
beforeAlt: z.ZodString;
|
|
31
|
+
afterSrc: z.ZodString;
|
|
32
|
+
afterAlt: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>>;
|
|
34
|
+
aspectRatio: z.ZodOptional<z.ZodNumber>;
|
|
19
35
|
prompt: z.ZodOptional<z.ZodString>;
|
|
36
|
+
beforeSrc: z.ZodOptional<z.ZodString>;
|
|
37
|
+
beforeAlt: z.ZodOptional<z.ZodString>;
|
|
38
|
+
afterSrc: z.ZodOptional<z.ZodString>;
|
|
39
|
+
afterAlt: z.ZodOptional<z.ZodString>;
|
|
20
40
|
}, z.core.$strip>>;
|
|
21
41
|
initialPosition: z.ZodOptional<z.ZodNumber>;
|
|
22
42
|
beforeLabel: z.ZodOptional<z.ZodString>;
|
|
23
43
|
afterLabel: z.ZodOptional<z.ZodString>;
|
|
24
44
|
}, z.core.$strip>;
|
|
45
|
+
export type BeforeAfterPair = z.infer<typeof BeforeAfterPairSchema>;
|
|
25
46
|
export type BeforeAfterExample = z.infer<typeof BeforeAfterExampleSchema>;
|
|
26
47
|
export type BeforeAfterSliderBlockContent = z.infer<typeof BeforeAfterSliderBlockContentSchema>;
|
|
@@ -1,14 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BeforeAfterSliderBlockContentSchema = exports.BeforeAfterExampleSchema = void 0;
|
|
3
|
+
exports.BeforeAfterSliderBlockContentSchema = exports.BeforeAfterExampleSchema = exports.BeforeAfterPairSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
exports.
|
|
6
|
-
label: zod_1.z.string().min(1).max(60),
|
|
5
|
+
exports.BeforeAfterPairSchema = zod_1.z.object({
|
|
7
6
|
beforeSrc: zod_1.z.string().min(1).max(500),
|
|
8
7
|
beforeAlt: zod_1.z.string().min(1).max(300),
|
|
9
8
|
afterSrc: zod_1.z.string().min(1).max(500),
|
|
10
9
|
afterAlt: zod_1.z.string().min(1).max(300),
|
|
10
|
+
});
|
|
11
|
+
exports.BeforeAfterExampleSchema = zod_1.z
|
|
12
|
+
.object({
|
|
13
|
+
label: zod_1.z.string().min(1).max(60),
|
|
14
|
+
pairs: zod_1.z.array(exports.BeforeAfterPairSchema).min(1).max(6).optional(),
|
|
15
|
+
aspectRatio: zod_1.z.number().min(0.2).max(5).optional(),
|
|
11
16
|
prompt: zod_1.z.string().min(1).max(500).optional(),
|
|
17
|
+
beforeSrc: zod_1.z.string().min(1).max(500).optional(),
|
|
18
|
+
beforeAlt: zod_1.z.string().min(1).max(300).optional(),
|
|
19
|
+
afterSrc: zod_1.z.string().min(1).max(500).optional(),
|
|
20
|
+
afterAlt: zod_1.z.string().min(1).max(300).optional(),
|
|
21
|
+
})
|
|
22
|
+
.refine((example) => Boolean(example.pairs?.length) ||
|
|
23
|
+
Boolean(example.beforeSrc && example.beforeAlt && example.afterSrc && example.afterAlt), {
|
|
24
|
+
message: 'Пример должен содержать pairs либо полную плоскую пару beforeSrc/beforeAlt/afterSrc/afterAlt',
|
|
12
25
|
});
|
|
13
26
|
exports.BeforeAfterSliderBlockContentSchema = zod_1.z.object({
|
|
14
27
|
title: zod_1.z.string().min(1).max(300),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"before-after-slider.block.js","sourceRoot":"","sources":["../../../../v1/seo-blocks/content-schemas/before-after-slider.block.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;
|
|
1
|
+
{"version":3,"file":"before-after-slider.block.js","sourceRoot":"","sources":["../../../../v1/seo-blocks/content-schemas/before-after-slider.block.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ export declare function getRegisteredSeoBlockTypes(): string[];
|
|
|
5
5
|
export { ExampleTextBlockContentSchema, type ExampleTextBlockContent } from './example-text.block';
|
|
6
6
|
export { HowItWorksBlockContentSchema, HowItWorksStepSchema, HowItWorksStepImageSchema, type HowItWorksBlockContent, type HowItWorksStep, type HowItWorksStepImage, } from './how-it-works.block';
|
|
7
7
|
export { TextDiffBlockContentSchema, TextDiffTabSchema, TextDiffSegmentSchema, type TextDiffBlockContent, type TextDiffTab, type TextDiffSegment, } from './text-diff.block';
|
|
8
|
-
export { BeforeAfterSliderBlockContentSchema, BeforeAfterExampleSchema, type BeforeAfterSliderBlockContent, type BeforeAfterExample, } from './before-after-slider.block';
|
|
8
|
+
export { BeforeAfterSliderBlockContentSchema, BeforeAfterExampleSchema, BeforeAfterPairSchema, type BeforeAfterSliderBlockContent, type BeforeAfterExample, type BeforeAfterPair, } from './before-after-slider.block';
|
|
9
9
|
export { GenerationExamplesBlockContentSchema, GenerationExampleSchema, type GenerationExamplesBlockContent, type GenerationExample, } from './generation-examples.block';
|
|
10
10
|
export { PromptPresetsBlockContentSchema, PromptPresetSchema, type PromptPresetsBlockContent, type PromptPreset, } from './prompt-presets.block';
|
|
11
11
|
export { UseCasesBlockContentSchema, UseCaseItemSchema, type UseCasesBlockContent, type UseCaseItem, } from './use-cases.block';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NeuroFeaturesBlockContentSchema = exports.NEURO_FEATURE_CARD_KEYS = exports.FixedSectionMarkerContentSchema = exports.FIXED_SECTION_MARKER_TYPES = exports.ChatCtaBlockContentSchema = exports.RelatedToolSchema = exports.RelatedToolsBlockContentSchema = exports.UseCaseItemSchema = exports.UseCasesBlockContentSchema = exports.PromptPresetSchema = exports.PromptPresetsBlockContentSchema = exports.GenerationExampleSchema = exports.GenerationExamplesBlockContentSchema = exports.BeforeAfterExampleSchema = exports.BeforeAfterSliderBlockContentSchema = exports.TextDiffSegmentSchema = exports.TextDiffTabSchema = exports.TextDiffBlockContentSchema = exports.HowItWorksStepImageSchema = exports.HowItWorksStepSchema = exports.HowItWorksBlockContentSchema = exports.ExampleTextBlockContentSchema = exports.SEO_BLOCK_CONTENT_SCHEMAS = void 0;
|
|
3
|
+
exports.NeuroFeaturesBlockContentSchema = exports.NEURO_FEATURE_CARD_KEYS = exports.FixedSectionMarkerContentSchema = exports.FIXED_SECTION_MARKER_TYPES = exports.ChatCtaBlockContentSchema = exports.RelatedToolSchema = exports.RelatedToolsBlockContentSchema = exports.UseCaseItemSchema = exports.UseCasesBlockContentSchema = exports.PromptPresetSchema = exports.PromptPresetsBlockContentSchema = exports.GenerationExampleSchema = exports.GenerationExamplesBlockContentSchema = exports.BeforeAfterPairSchema = exports.BeforeAfterExampleSchema = exports.BeforeAfterSliderBlockContentSchema = exports.TextDiffSegmentSchema = exports.TextDiffTabSchema = exports.TextDiffBlockContentSchema = exports.HowItWorksStepImageSchema = exports.HowItWorksStepSchema = exports.HowItWorksBlockContentSchema = exports.ExampleTextBlockContentSchema = exports.SEO_BLOCK_CONTENT_SCHEMAS = void 0;
|
|
4
4
|
exports.getSeoBlockContentSchema = getSeoBlockContentSchema;
|
|
5
5
|
exports.getRegisteredSeoBlockTypes = getRegisteredSeoBlockTypes;
|
|
6
6
|
const example_text_block_1 = require("./example-text.block");
|
|
@@ -46,6 +46,7 @@ Object.defineProperty(exports, "TextDiffSegmentSchema", { enumerable: true, get:
|
|
|
46
46
|
var before_after_slider_block_2 = require("./before-after-slider.block");
|
|
47
47
|
Object.defineProperty(exports, "BeforeAfterSliderBlockContentSchema", { enumerable: true, get: function () { return before_after_slider_block_2.BeforeAfterSliderBlockContentSchema; } });
|
|
48
48
|
Object.defineProperty(exports, "BeforeAfterExampleSchema", { enumerable: true, get: function () { return before_after_slider_block_2.BeforeAfterExampleSchema; } });
|
|
49
|
+
Object.defineProperty(exports, "BeforeAfterPairSchema", { enumerable: true, get: function () { return before_after_slider_block_2.BeforeAfterPairSchema; } });
|
|
49
50
|
var generation_examples_block_2 = require("./generation-examples.block");
|
|
50
51
|
Object.defineProperty(exports, "GenerationExamplesBlockContentSchema", { enumerable: true, get: function () { return generation_examples_block_2.GenerationExamplesBlockContentSchema; } });
|
|
51
52
|
Object.defineProperty(exports, "GenerationExampleSchema", { enumerable: true, get: function () { return generation_examples_block_2.GenerationExampleSchema; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/seo-blocks/content-schemas/index.ts"],"names":[],"mappings":";;;AA4CA,4DAEC;AAGD,gEAEC;AAlDD,6DAAqE;AACrE,6DAAoE;AACpE,uDAA+D;AAC/D,2EAAkF;AAClF,2EAAmF;AACnF,iEAAyE;AACzE,uDAA+D;AAC/D,+DAAuE;AACvE,qDAA6D;AAC7D,+EAGuC;AACvC,iEAAyE;AAU5D,QAAA,yBAAyB,GAA8B;IAChE,YAAY,EAAE,kDAA6B;IAC3C,YAAY,EAAE,iDAA4B;IAC1C,SAAS,EAAE,4CAA0B;IACrC,mBAAmB,EAAE,+DAAmC;IACxD,mBAAmB,EAAE,gEAAoC;IACzD,cAAc,EAAE,sDAA+B;IAC/C,SAAS,EAAE,4CAA0B;IACrC,aAAa,EAAE,oDAA8B;IAC7C,QAAQ,EAAE,0CAAyB;IAEnC,GAAG,MAAM,CAAC,WAAW,CACjB,wDAA0B,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,6DAA+B,CAAC,CAAC,CACpF;IAGD,cAAc,EAAE,sDAA+B;CAClD,CAAC;AAGF,SAAgB,wBAAwB,CAAC,IAAY;IACjD,OAAO,iCAAyB,CAAC,IAAI,CAAC,CAAC;AAC3C,CAAC;AAGD,SAAgB,0BAA0B;IACtC,OAAO,MAAM,CAAC,IAAI,CAAC,iCAAyB,CAAC,CAAC;AAClD,CAAC;AAED,2DAAmG;AAA1F,mIAAA,6BAA6B,OAAA;AACtC,2DAO8B;AAN1B,kIAAA,4BAA4B,OAAA;AAC5B,0HAAA,oBAAoB,OAAA;AACpB,+HAAA,yBAAyB,OAAA;AAK7B,qDAO2B;AANvB,6HAAA,0BAA0B,OAAA;AAC1B,oHAAA,iBAAiB,OAAA;AACjB,wHAAA,qBAAqB,OAAA;AAKzB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/seo-blocks/content-schemas/index.ts"],"names":[],"mappings":";;;AA4CA,4DAEC;AAGD,gEAEC;AAlDD,6DAAqE;AACrE,6DAAoE;AACpE,uDAA+D;AAC/D,2EAAkF;AAClF,2EAAmF;AACnF,iEAAyE;AACzE,uDAA+D;AAC/D,+DAAuE;AACvE,qDAA6D;AAC7D,+EAGuC;AACvC,iEAAyE;AAU5D,QAAA,yBAAyB,GAA8B;IAChE,YAAY,EAAE,kDAA6B;IAC3C,YAAY,EAAE,iDAA4B;IAC1C,SAAS,EAAE,4CAA0B;IACrC,mBAAmB,EAAE,+DAAmC;IACxD,mBAAmB,EAAE,gEAAoC;IACzD,cAAc,EAAE,sDAA+B;IAC/C,SAAS,EAAE,4CAA0B;IACrC,aAAa,EAAE,oDAA8B;IAC7C,QAAQ,EAAE,0CAAyB;IAEnC,GAAG,MAAM,CAAC,WAAW,CACjB,wDAA0B,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,6DAA+B,CAAC,CAAC,CACpF;IAGD,cAAc,EAAE,sDAA+B;CAClD,CAAC;AAGF,SAAgB,wBAAwB,CAAC,IAAY;IACjD,OAAO,iCAAyB,CAAC,IAAI,CAAC,CAAC;AAC3C,CAAC;AAGD,SAAgB,0BAA0B;IACtC,OAAO,MAAM,CAAC,IAAI,CAAC,iCAAyB,CAAC,CAAC;AAClD,CAAC;AAED,2DAAmG;AAA1F,mIAAA,6BAA6B,OAAA;AACtC,2DAO8B;AAN1B,kIAAA,4BAA4B,OAAA;AAC5B,0HAAA,oBAAoB,OAAA;AACpB,+HAAA,yBAAyB,OAAA;AAK7B,qDAO2B;AANvB,6HAAA,0BAA0B,OAAA;AAC1B,oHAAA,iBAAiB,OAAA;AACjB,wHAAA,qBAAqB,OAAA;AAKzB,yEAOqC;AANjC,gJAAA,mCAAmC,OAAA;AACnC,qIAAA,wBAAwB,OAAA;AACxB,kIAAA,qBAAqB,OAAA;AAKzB,yEAKqC;AAJjC,iJAAA,oCAAoC,OAAA;AACpC,oIAAA,uBAAuB,OAAA;AAI3B,+DAKgC;AAJ5B,uIAAA,+BAA+B,OAAA;AAC/B,0HAAA,kBAAkB,OAAA;AAItB,qDAK2B;AAJvB,6HAAA,0BAA0B,OAAA;AAC1B,oHAAA,iBAAiB,OAAA;AAIrB,6DAK+B;AAJ3B,qIAAA,8BAA8B,OAAA;AAC9B,wHAAA,iBAAiB,OAAA;AAIrB,mDAAuF;AAA9E,2HAAA,yBAAyB,OAAA;AAClC,6EAKuC;AAJnC,yIAAA,0BAA0B,OAAA;AAC1B,8IAAA,+BAA+B,OAAA;AAInC,+DAKgC;AAJ5B,+HAAA,uBAAuB,OAAA;AACvB,uIAAA,+BAA+B,OAAA"}
|