@supernova-studio/model 0.10.1 → 0.11.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/dist/index.d.mts +23 -23
- package/dist/index.d.ts +23 -23
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v1.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7060,7 +7060,7 @@ declare const PageBlockTableProperties: z.ZodObject<{
|
|
|
7060
7060
|
};
|
|
7061
7061
|
}[];
|
|
7062
7062
|
}>;
|
|
7063
|
-
declare const PageBlockCalloutType: z.ZodEnum<["Info", "Success", "Warning", "Error"]>;
|
|
7063
|
+
declare const PageBlockCalloutType: z.ZodEnum<["Info", "Primary", "Success", "Warning", "Error"]>;
|
|
7064
7064
|
type PageBlockCalloutType = z.infer<typeof PageBlockCalloutType>;
|
|
7065
7065
|
declare const PageBlockCodeLanguage: z.ZodEnum<["Angular", "Bash", "C", "Cpp", "Csharp", "CSS", "Dart", "Handlebars", "HTML", "Java", "Javascript", "JSON", "ReactJSX", "ReactTSX", "Kotlin", "Lua", "Markdown", "ObjectiveC", "PHP", "Plain", "Python", "Ruby", "Rust", "Sass", "SCSS", "Svetle", "Swift", "Twig", "Typescript", "Vue", "XML", "YAML"]>;
|
|
7066
7066
|
type PageBlockCodeLanguage = z.infer<typeof PageBlockCodeLanguage>;
|
|
@@ -7801,7 +7801,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
7801
7801
|
caption: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7802
7802
|
headingType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
7803
7803
|
codeLanguage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML", z.ZodTypeDef, "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML">>>, NonNullable<"Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML"> | undefined, "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined>;
|
|
7804
|
-
calloutType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Info" | "Success" | "Warning" | "Error", z.ZodTypeDef, "Info" | "Success" | "Warning" | "Error">>>, NonNullable<"Info" | "Success" | "Warning" | "Error"> | undefined, "Info" | "Success" | "Warning" | "Error" | null | undefined>;
|
|
7804
|
+
calloutType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Info" | "Primary" | "Success" | "Warning" | "Error", z.ZodTypeDef, "Info" | "Primary" | "Success" | "Warning" | "Error">>>, NonNullable<"Info" | "Primary" | "Success" | "Warning" | "Error"> | undefined, "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined>;
|
|
7805
7805
|
urlInput: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7806
7806
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7807
7807
|
urlPreview: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -8384,7 +8384,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
8384
8384
|
caption?: string | undefined;
|
|
8385
8385
|
headingType?: number | undefined;
|
|
8386
8386
|
codeLanguage?: NonNullable<"Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML"> | undefined;
|
|
8387
|
-
calloutType?: NonNullable<"Info" | "Success" | "Warning" | "Error"> | undefined;
|
|
8387
|
+
calloutType?: NonNullable<"Info" | "Primary" | "Success" | "Warning" | "Error"> | undefined;
|
|
8388
8388
|
urlInput?: string | undefined;
|
|
8389
8389
|
url?: string | undefined;
|
|
8390
8390
|
urlPreview?: {
|
|
@@ -8562,7 +8562,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
8562
8562
|
caption?: string | null | undefined;
|
|
8563
8563
|
headingType?: number | null | undefined;
|
|
8564
8564
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
8565
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
8565
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
8566
8566
|
urlInput?: string | null | undefined;
|
|
8567
8567
|
url?: string | null | undefined;
|
|
8568
8568
|
urlPreview?: {
|
|
@@ -9742,7 +9742,7 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
|
|
|
9742
9742
|
}[];
|
|
9743
9743
|
}[];
|
|
9744
9744
|
}>;
|
|
9745
|
-
calloutType: z.ZodOptional<z.ZodEnum<["Info", "Success", "Warning", "Error"]>>;
|
|
9745
|
+
calloutType: z.ZodOptional<z.ZodEnum<["Info", "Primary", "Success", "Warning", "Error"]>>;
|
|
9746
9746
|
}, "strip", z.ZodTypeAny, {
|
|
9747
9747
|
value: {
|
|
9748
9748
|
spans: {
|
|
@@ -9755,7 +9755,7 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
|
|
|
9755
9755
|
}[];
|
|
9756
9756
|
}[];
|
|
9757
9757
|
};
|
|
9758
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | undefined;
|
|
9758
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | undefined;
|
|
9759
9759
|
}, {
|
|
9760
9760
|
value: {
|
|
9761
9761
|
spans: {
|
|
@@ -9768,7 +9768,7 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
|
|
|
9768
9768
|
}[];
|
|
9769
9769
|
}[];
|
|
9770
9770
|
};
|
|
9771
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | undefined;
|
|
9771
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | undefined;
|
|
9772
9772
|
}>;
|
|
9773
9773
|
type PageBlockItemRichTextValue = z.infer<typeof PageBlockItemRichTextValue>;
|
|
9774
9774
|
declare const PageBlockItemSingleSelectValue: z.ZodObject<{
|
|
@@ -11572,7 +11572,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
11572
11572
|
caption?: string | null | undefined;
|
|
11573
11573
|
headingType?: number | null | undefined;
|
|
11574
11574
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
11575
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11575
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11576
11576
|
urlInput?: string | null | undefined;
|
|
11577
11577
|
url?: string | null | undefined;
|
|
11578
11578
|
urlPreview?: {
|
|
@@ -11751,7 +11751,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
11751
11751
|
caption?: string | null | undefined;
|
|
11752
11752
|
headingType?: number | null | undefined;
|
|
11753
11753
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
11754
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11754
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11755
11755
|
urlInput?: string | null | undefined;
|
|
11756
11756
|
url?: string | null | undefined;
|
|
11757
11757
|
urlPreview?: {
|
|
@@ -12301,7 +12301,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
12301
12301
|
caption?: string | null | undefined;
|
|
12302
12302
|
headingType?: number | null | undefined;
|
|
12303
12303
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12304
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12304
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12305
12305
|
urlInput?: string | null | undefined;
|
|
12306
12306
|
url?: string | null | undefined;
|
|
12307
12307
|
urlPreview?: {
|
|
@@ -12480,7 +12480,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
12480
12480
|
caption?: string | null | undefined;
|
|
12481
12481
|
headingType?: number | null | undefined;
|
|
12482
12482
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12483
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12483
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12484
12484
|
urlInput?: string | null | undefined;
|
|
12485
12485
|
url?: string | null | undefined;
|
|
12486
12486
|
urlPreview?: {
|
|
@@ -12737,7 +12737,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
12737
12737
|
caption?: string | null | undefined;
|
|
12738
12738
|
headingType?: number | null | undefined;
|
|
12739
12739
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12740
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12740
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12741
12741
|
urlInput?: string | null | undefined;
|
|
12742
12742
|
url?: string | null | undefined;
|
|
12743
12743
|
urlPreview?: {
|
|
@@ -12916,7 +12916,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
12916
12916
|
caption?: string | null | undefined;
|
|
12917
12917
|
headingType?: number | null | undefined;
|
|
12918
12918
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12919
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12919
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12920
12920
|
urlInput?: string | null | undefined;
|
|
12921
12921
|
url?: string | null | undefined;
|
|
12922
12922
|
urlPreview?: {
|
|
@@ -13466,7 +13466,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
13466
13466
|
caption?: string | null | undefined;
|
|
13467
13467
|
headingType?: number | null | undefined;
|
|
13468
13468
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
13469
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13469
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13470
13470
|
urlInput?: string | null | undefined;
|
|
13471
13471
|
url?: string | null | undefined;
|
|
13472
13472
|
urlPreview?: {
|
|
@@ -13645,7 +13645,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
13645
13645
|
caption?: string | null | undefined;
|
|
13646
13646
|
headingType?: number | null | undefined;
|
|
13647
13647
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
13648
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13648
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13649
13649
|
urlInput?: string | null | undefined;
|
|
13650
13650
|
url?: string | null | undefined;
|
|
13651
13651
|
urlPreview?: {
|
|
@@ -13980,7 +13980,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
13980
13980
|
caption?: string | null | undefined;
|
|
13981
13981
|
headingType?: number | null | undefined;
|
|
13982
13982
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
13983
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13983
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13984
13984
|
urlInput?: string | null | undefined;
|
|
13985
13985
|
url?: string | null | undefined;
|
|
13986
13986
|
urlPreview?: {
|
|
@@ -14159,7 +14159,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
14159
14159
|
caption?: string | null | undefined;
|
|
14160
14160
|
headingType?: number | null | undefined;
|
|
14161
14161
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
14162
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
14162
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
14163
14163
|
urlInput?: string | null | undefined;
|
|
14164
14164
|
url?: string | null | undefined;
|
|
14165
14165
|
urlPreview?: {
|
|
@@ -21177,7 +21177,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21177
21177
|
caption?: string | null | undefined;
|
|
21178
21178
|
headingType?: number | null | undefined;
|
|
21179
21179
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
21180
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21180
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21181
21181
|
urlInput?: string | null | undefined;
|
|
21182
21182
|
url?: string | null | undefined;
|
|
21183
21183
|
urlPreview?: {
|
|
@@ -21356,7 +21356,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21356
21356
|
caption?: string | null | undefined;
|
|
21357
21357
|
headingType?: number | null | undefined;
|
|
21358
21358
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
21359
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21359
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21360
21360
|
urlInput?: string | null | undefined;
|
|
21361
21361
|
url?: string | null | undefined;
|
|
21362
21362
|
urlPreview?: {
|
|
@@ -21906,7 +21906,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21906
21906
|
caption?: string | null | undefined;
|
|
21907
21907
|
headingType?: number | null | undefined;
|
|
21908
21908
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
21909
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21909
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21910
21910
|
urlInput?: string | null | undefined;
|
|
21911
21911
|
url?: string | null | undefined;
|
|
21912
21912
|
urlPreview?: {
|
|
@@ -22085,7 +22085,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22085
22085
|
caption?: string | null | undefined;
|
|
22086
22086
|
headingType?: number | null | undefined;
|
|
22087
22087
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
22088
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22088
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22089
22089
|
urlInput?: string | null | undefined;
|
|
22090
22090
|
url?: string | null | undefined;
|
|
22091
22091
|
urlPreview?: {
|
|
@@ -22439,7 +22439,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22439
22439
|
caption?: string | null | undefined;
|
|
22440
22440
|
headingType?: number | null | undefined;
|
|
22441
22441
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
22442
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22442
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22443
22443
|
urlInput?: string | null | undefined;
|
|
22444
22444
|
url?: string | null | undefined;
|
|
22445
22445
|
urlPreview?: {
|
|
@@ -22618,7 +22618,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22618
22618
|
caption?: string | null | undefined;
|
|
22619
22619
|
headingType?: number | null | undefined;
|
|
22620
22620
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
22621
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22621
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22622
22622
|
urlInput?: string | null | undefined;
|
|
22623
22623
|
url?: string | null | undefined;
|
|
22624
22624
|
urlPreview?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -7060,7 +7060,7 @@ declare const PageBlockTableProperties: z.ZodObject<{
|
|
|
7060
7060
|
};
|
|
7061
7061
|
}[];
|
|
7062
7062
|
}>;
|
|
7063
|
-
declare const PageBlockCalloutType: z.ZodEnum<["Info", "Success", "Warning", "Error"]>;
|
|
7063
|
+
declare const PageBlockCalloutType: z.ZodEnum<["Info", "Primary", "Success", "Warning", "Error"]>;
|
|
7064
7064
|
type PageBlockCalloutType = z.infer<typeof PageBlockCalloutType>;
|
|
7065
7065
|
declare const PageBlockCodeLanguage: z.ZodEnum<["Angular", "Bash", "C", "Cpp", "Csharp", "CSS", "Dart", "Handlebars", "HTML", "Java", "Javascript", "JSON", "ReactJSX", "ReactTSX", "Kotlin", "Lua", "Markdown", "ObjectiveC", "PHP", "Plain", "Python", "Ruby", "Rust", "Sass", "SCSS", "Svetle", "Swift", "Twig", "Typescript", "Vue", "XML", "YAML"]>;
|
|
7066
7066
|
type PageBlockCodeLanguage = z.infer<typeof PageBlockCodeLanguage>;
|
|
@@ -7801,7 +7801,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
7801
7801
|
caption: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7802
7802
|
headingType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
|
|
7803
7803
|
codeLanguage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML", z.ZodTypeDef, "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML">>>, NonNullable<"Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML"> | undefined, "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined>;
|
|
7804
|
-
calloutType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Info" | "Success" | "Warning" | "Error", z.ZodTypeDef, "Info" | "Success" | "Warning" | "Error">>>, NonNullable<"Info" | "Success" | "Warning" | "Error"> | undefined, "Info" | "Success" | "Warning" | "Error" | null | undefined>;
|
|
7804
|
+
calloutType: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<"Info" | "Primary" | "Success" | "Warning" | "Error", z.ZodTypeDef, "Info" | "Primary" | "Success" | "Warning" | "Error">>>, NonNullable<"Info" | "Primary" | "Success" | "Warning" | "Error"> | undefined, "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined>;
|
|
7805
7805
|
urlInput: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7806
7806
|
url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
7807
7807
|
urlPreview: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -8384,7 +8384,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
8384
8384
|
caption?: string | undefined;
|
|
8385
8385
|
headingType?: number | undefined;
|
|
8386
8386
|
codeLanguage?: NonNullable<"Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML"> | undefined;
|
|
8387
|
-
calloutType?: NonNullable<"Info" | "Success" | "Warning" | "Error"> | undefined;
|
|
8387
|
+
calloutType?: NonNullable<"Info" | "Primary" | "Success" | "Warning" | "Error"> | undefined;
|
|
8388
8388
|
urlInput?: string | undefined;
|
|
8389
8389
|
url?: string | undefined;
|
|
8390
8390
|
urlPreview?: {
|
|
@@ -8562,7 +8562,7 @@ declare const PageBlockBaseV1: z.ZodObject<{
|
|
|
8562
8562
|
caption?: string | null | undefined;
|
|
8563
8563
|
headingType?: number | null | undefined;
|
|
8564
8564
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
8565
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
8565
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
8566
8566
|
urlInput?: string | null | undefined;
|
|
8567
8567
|
url?: string | null | undefined;
|
|
8568
8568
|
urlPreview?: {
|
|
@@ -9742,7 +9742,7 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
|
|
|
9742
9742
|
}[];
|
|
9743
9743
|
}[];
|
|
9744
9744
|
}>;
|
|
9745
|
-
calloutType: z.ZodOptional<z.ZodEnum<["Info", "Success", "Warning", "Error"]>>;
|
|
9745
|
+
calloutType: z.ZodOptional<z.ZodEnum<["Info", "Primary", "Success", "Warning", "Error"]>>;
|
|
9746
9746
|
}, "strip", z.ZodTypeAny, {
|
|
9747
9747
|
value: {
|
|
9748
9748
|
spans: {
|
|
@@ -9755,7 +9755,7 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
|
|
|
9755
9755
|
}[];
|
|
9756
9756
|
}[];
|
|
9757
9757
|
};
|
|
9758
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | undefined;
|
|
9758
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | undefined;
|
|
9759
9759
|
}, {
|
|
9760
9760
|
value: {
|
|
9761
9761
|
spans: {
|
|
@@ -9768,7 +9768,7 @@ declare const PageBlockItemRichTextValue: z.ZodObject<{
|
|
|
9768
9768
|
}[];
|
|
9769
9769
|
}[];
|
|
9770
9770
|
};
|
|
9771
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | undefined;
|
|
9771
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | undefined;
|
|
9772
9772
|
}>;
|
|
9773
9773
|
type PageBlockItemRichTextValue = z.infer<typeof PageBlockItemRichTextValue>;
|
|
9774
9774
|
declare const PageBlockItemSingleSelectValue: z.ZodObject<{
|
|
@@ -11572,7 +11572,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
11572
11572
|
caption?: string | null | undefined;
|
|
11573
11573
|
headingType?: number | null | undefined;
|
|
11574
11574
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
11575
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11575
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11576
11576
|
urlInput?: string | null | undefined;
|
|
11577
11577
|
url?: string | null | undefined;
|
|
11578
11578
|
urlPreview?: {
|
|
@@ -11751,7 +11751,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
11751
11751
|
caption?: string | null | undefined;
|
|
11752
11752
|
headingType?: number | null | undefined;
|
|
11753
11753
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
11754
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11754
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
11755
11755
|
urlInput?: string | null | undefined;
|
|
11756
11756
|
url?: string | null | undefined;
|
|
11757
11757
|
urlPreview?: {
|
|
@@ -12301,7 +12301,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
12301
12301
|
caption?: string | null | undefined;
|
|
12302
12302
|
headingType?: number | null | undefined;
|
|
12303
12303
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12304
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12304
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12305
12305
|
urlInput?: string | null | undefined;
|
|
12306
12306
|
url?: string | null | undefined;
|
|
12307
12307
|
urlPreview?: {
|
|
@@ -12480,7 +12480,7 @@ declare const DocumentationPageDataV1: z.ZodObject<{
|
|
|
12480
12480
|
caption?: string | null | undefined;
|
|
12481
12481
|
headingType?: number | null | undefined;
|
|
12482
12482
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12483
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12483
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12484
12484
|
urlInput?: string | null | undefined;
|
|
12485
12485
|
url?: string | null | undefined;
|
|
12486
12486
|
urlPreview?: {
|
|
@@ -12737,7 +12737,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
12737
12737
|
caption?: string | null | undefined;
|
|
12738
12738
|
headingType?: number | null | undefined;
|
|
12739
12739
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12740
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12740
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12741
12741
|
urlInput?: string | null | undefined;
|
|
12742
12742
|
url?: string | null | undefined;
|
|
12743
12743
|
urlPreview?: {
|
|
@@ -12916,7 +12916,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
12916
12916
|
caption?: string | null | undefined;
|
|
12917
12917
|
headingType?: number | null | undefined;
|
|
12918
12918
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
12919
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12919
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
12920
12920
|
urlInput?: string | null | undefined;
|
|
12921
12921
|
url?: string | null | undefined;
|
|
12922
12922
|
urlPreview?: {
|
|
@@ -13466,7 +13466,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
13466
13466
|
caption?: string | null | undefined;
|
|
13467
13467
|
headingType?: number | null | undefined;
|
|
13468
13468
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
13469
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13469
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13470
13470
|
urlInput?: string | null | undefined;
|
|
13471
13471
|
url?: string | null | undefined;
|
|
13472
13472
|
urlPreview?: {
|
|
@@ -13645,7 +13645,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
13645
13645
|
caption?: string | null | undefined;
|
|
13646
13646
|
headingType?: number | null | undefined;
|
|
13647
13647
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
13648
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13648
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13649
13649
|
urlInput?: string | null | undefined;
|
|
13650
13650
|
url?: string | null | undefined;
|
|
13651
13651
|
urlPreview?: {
|
|
@@ -13980,7 +13980,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
13980
13980
|
caption?: string | null | undefined;
|
|
13981
13981
|
headingType?: number | null | undefined;
|
|
13982
13982
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
13983
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13983
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
13984
13984
|
urlInput?: string | null | undefined;
|
|
13985
13985
|
url?: string | null | undefined;
|
|
13986
13986
|
urlPreview?: {
|
|
@@ -14159,7 +14159,7 @@ declare const DocumentationPageElementDataV1: z.ZodObject<{
|
|
|
14159
14159
|
caption?: string | null | undefined;
|
|
14160
14160
|
headingType?: number | null | undefined;
|
|
14161
14161
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
14162
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
14162
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
14163
14163
|
urlInput?: string | null | undefined;
|
|
14164
14164
|
url?: string | null | undefined;
|
|
14165
14165
|
urlPreview?: {
|
|
@@ -21177,7 +21177,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21177
21177
|
caption?: string | null | undefined;
|
|
21178
21178
|
headingType?: number | null | undefined;
|
|
21179
21179
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
21180
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21180
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21181
21181
|
urlInput?: string | null | undefined;
|
|
21182
21182
|
url?: string | null | undefined;
|
|
21183
21183
|
urlPreview?: {
|
|
@@ -21356,7 +21356,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21356
21356
|
caption?: string | null | undefined;
|
|
21357
21357
|
headingType?: number | null | undefined;
|
|
21358
21358
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
21359
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21359
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21360
21360
|
urlInput?: string | null | undefined;
|
|
21361
21361
|
url?: string | null | undefined;
|
|
21362
21362
|
urlPreview?: {
|
|
@@ -21906,7 +21906,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
21906
21906
|
caption?: string | null | undefined;
|
|
21907
21907
|
headingType?: number | null | undefined;
|
|
21908
21908
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
21909
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21909
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
21910
21910
|
urlInput?: string | null | undefined;
|
|
21911
21911
|
url?: string | null | undefined;
|
|
21912
21912
|
urlPreview?: {
|
|
@@ -22085,7 +22085,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22085
22085
|
caption?: string | null | undefined;
|
|
22086
22086
|
headingType?: number | null | undefined;
|
|
22087
22087
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
22088
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22088
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22089
22089
|
urlInput?: string | null | undefined;
|
|
22090
22090
|
url?: string | null | undefined;
|
|
22091
22091
|
urlPreview?: {
|
|
@@ -22439,7 +22439,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22439
22439
|
caption?: string | null | undefined;
|
|
22440
22440
|
headingType?: number | null | undefined;
|
|
22441
22441
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
22442
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22442
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22443
22443
|
urlInput?: string | null | undefined;
|
|
22444
22444
|
url?: string | null | undefined;
|
|
22445
22445
|
urlPreview?: {
|
|
@@ -22618,7 +22618,7 @@ declare const DocumentationPageV1: z.ZodObject<{
|
|
|
22618
22618
|
caption?: string | null | undefined;
|
|
22619
22619
|
headingType?: number | null | undefined;
|
|
22620
22620
|
codeLanguage?: "Angular" | "Bash" | "C" | "Cpp" | "Csharp" | "CSS" | "Dart" | "Handlebars" | "HTML" | "Java" | "Javascript" | "JSON" | "ReactJSX" | "ReactTSX" | "Kotlin" | "Lua" | "Markdown" | "ObjectiveC" | "PHP" | "Plain" | "Python" | "Ruby" | "Rust" | "Sass" | "SCSS" | "Svetle" | "Swift" | "Twig" | "Typescript" | "Vue" | "XML" | "YAML" | null | undefined;
|
|
22621
|
-
calloutType?: "Info" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22621
|
+
calloutType?: "Info" | "Primary" | "Success" | "Warning" | "Error" | null | undefined;
|
|
22622
22622
|
urlInput?: string | null | undefined;
|
|
22623
22623
|
url?: string | null | undefined;
|
|
22624
22624
|
urlPreview?: {
|
package/dist/index.js
CHANGED
|
@@ -633,7 +633,7 @@ function nullishToOptional(type) {
|
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
// src/dsm/elements/data/documentation-block-v1.ts
|
|
636
|
-
var PageBlockCalloutType = _zod.z.enum(["Info", "Success", "Warning", "Error"]);
|
|
636
|
+
var PageBlockCalloutType = _zod.z.enum(["Info", "Primary", "Success", "Warning", "Error"]);
|
|
637
637
|
var PageBlockTypeV1 = _zod.z.enum([
|
|
638
638
|
"Text",
|
|
639
639
|
"Heading",
|