@atlaskit/adf-schema 37.1.24 → 37.1.25

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.
Files changed (62) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/next-schema/nodes/blockCard.js +36 -2
  3. package/dist/cjs/next-schema/nodes/heading.js +1 -1
  4. package/dist/cjs/next-schema/nodes/mediaSingle.js +6 -0
  5. package/dist/cjs/next-schema/nodes/paragraph.js +1 -1
  6. package/dist/es2019/next-schema/nodes/blockCard.js +36 -2
  7. package/dist/es2019/next-schema/nodes/heading.js +1 -1
  8. package/dist/es2019/next-schema/nodes/mediaSingle.js +6 -0
  9. package/dist/es2019/next-schema/nodes/paragraph.js +1 -1
  10. package/dist/esm/next-schema/nodes/blockCard.js +36 -2
  11. package/dist/esm/next-schema/nodes/heading.js +1 -1
  12. package/dist/esm/next-schema/nodes/mediaSingle.js +6 -0
  13. package/dist/esm/next-schema/nodes/paragraph.js +1 -1
  14. package/dist/types/next-schema/full-schema.adf.d.ts +2 -12
  15. package/dist/types/next-schema/groups/nonNestableBlockContentGroup.d.ts +8 -48
  16. package/dist/types/next-schema/nodes/blockCard.d.ts +2 -12
  17. package/dist/types/next-schema/nodes/blockquote.d.ts +2 -12
  18. package/dist/types/next-schema/nodes/bodiedExtension.d.ts +2 -12
  19. package/dist/types/next-schema/nodes/caption.d.ts +2 -12
  20. package/dist/types/next-schema/nodes/codeBlock.d.ts +4 -24
  21. package/dist/types/next-schema/nodes/confluenceJiraIssue.d.ts +2 -12
  22. package/dist/types/next-schema/nodes/confluenceUnsupportedBlock.d.ts +2 -12
  23. package/dist/types/next-schema/nodes/confluenceUnsupportedInline.d.ts +2 -12
  24. package/dist/types/next-schema/nodes/date.d.ts +2 -12
  25. package/dist/types/next-schema/nodes/decisionItem.d.ts +2 -12
  26. package/dist/types/next-schema/nodes/decisionList.d.ts +2 -12
  27. package/dist/types/next-schema/nodes/embedCard.d.ts +2 -12
  28. package/dist/types/next-schema/nodes/emoji.d.ts +2 -12
  29. package/dist/types/next-schema/nodes/expand.d.ts +2 -12
  30. package/dist/types/next-schema/nodes/extension.d.ts +2 -12
  31. package/dist/types/next-schema/nodes/extensionFrame.d.ts +2 -12
  32. package/dist/types/next-schema/nodes/hardBreak.d.ts +2 -12
  33. package/dist/types/next-schema/nodes/heading.d.ts +4 -24
  34. package/dist/types/next-schema/nodes/image.d.ts +2 -12
  35. package/dist/types/next-schema/nodes/inlineCard.d.ts +2 -12
  36. package/dist/types/next-schema/nodes/inlineExtension.d.ts +2 -12
  37. package/dist/types/next-schema/nodes/layoutColumn.d.ts +2 -12
  38. package/dist/types/next-schema/nodes/layoutSection.d.ts +2 -12
  39. package/dist/types/next-schema/nodes/list.d.ts +4 -24
  40. package/dist/types/next-schema/nodes/media.d.ts +2 -12
  41. package/dist/types/next-schema/nodes/mediaGroup.d.ts +2 -12
  42. package/dist/types/next-schema/nodes/mediaInline.d.ts +2 -12
  43. package/dist/types/next-schema/nodes/mediaSingle.d.ts +2 -12
  44. package/dist/types/next-schema/nodes/mention.d.ts +2 -12
  45. package/dist/types/next-schema/nodes/multiBodiedExtension.d.ts +2 -12
  46. package/dist/types/next-schema/nodes/nestedExpand.d.ts +2 -12
  47. package/dist/types/next-schema/nodes/panel.d.ts +2 -12
  48. package/dist/types/next-schema/nodes/paragraph.d.ts +2 -12
  49. package/dist/types/next-schema/nodes/placeholder.d.ts +2 -12
  50. package/dist/types/next-schema/nodes/rule.d.ts +2 -12
  51. package/dist/types/next-schema/nodes/status.d.ts +2 -12
  52. package/dist/types/next-schema/nodes/table.d.ts +2 -12
  53. package/dist/types/next-schema/nodes/tableCell.d.ts +2 -12
  54. package/dist/types/next-schema/nodes/tableCellContent.d.ts +2 -12
  55. package/dist/types/next-schema/nodes/tableHeader.d.ts +2 -12
  56. package/dist/types/next-schema/nodes/tableRow.d.ts +2 -12
  57. package/dist/types/next-schema/nodes/task.d.ts +4 -24
  58. package/dist/types/next-schema/nodes/text.d.ts +2 -12
  59. package/dist/types/next-schema/nodes/unsupportedBlock.d.ts +2 -12
  60. package/dist/types/next-schema/nodes/unsupportedInline.d.ts +2 -12
  61. package/package.json +2 -2
  62. package/schema-generators/__tests__/unit/adfToValidatorSpecValidation.unit.ts +0 -1
@@ -24,17 +24,7 @@ export declare const embedCard: import("@atlaskit/adf-schema-generator/dist/type
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const emoji: import("@atlaskit/adf-schema-generator/dist/types/ad
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,18 +24,8 @@ export declare const expand: import("@atlaskit/adf-schema-generator/dist/types/a
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -24,18 +24,8 @@ export declare const extension: import("@atlaskit/adf-schema-generator/dist/type
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -24,17 +24,7 @@ export declare const extensionFrame: import("@atlaskit/adf-schema-generator/dist
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const hardBreak: import("@atlaskit/adf-schema-generator/dist/type
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,18 +24,8 @@ export declare const heading: import("@atlaskit/adf-schema-generator/dist/types/
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -77,18 +67,8 @@ export declare const headingWithMarks: import("@atlaskit/adf-schema-generator/di
77
67
  whitespace?: "pre" | "normal";
78
68
  tableRole?: "table" | "row" | "cell" | "header_cell";
79
69
  DANGEROUS_MANUAL_OVERRIDE?: {
80
- 'pm-spec'?: {
81
- [x: string]: {
82
- value: any;
83
- reason: string;
84
- };
85
- };
86
- 'validator-spec'?: {
87
- [x: string]: {
88
- value: any;
89
- reason: string;
90
- };
91
- };
70
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
71
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
92
72
  };
93
73
  } & {
94
74
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -24,17 +24,7 @@ export declare const image: import("@atlaskit/adf-schema-generator/dist/types/ad
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,18 +24,8 @@ export declare const inlineCard: import("@atlaskit/adf-schema-generator/dist/typ
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -24,18 +24,8 @@ export declare const inlineExtension: import("@atlaskit/adf-schema-generator/dis
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -24,17 +24,7 @@ export declare const layoutColumn: import("@atlaskit/adf-schema-generator/dist/t
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,18 +24,8 @@ export declare const layoutSection: import("@atlaskit/adf-schema-generator/dist/
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -24,18 +24,8 @@ export declare const orderedList: import("@atlaskit/adf-schema-generator/dist/ty
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
41
31
  export declare const bulletList: import("@atlaskit/adf-schema-generator/dist/types/adfNode").ADFNode<[string], {
@@ -64,17 +54,7 @@ export declare const bulletList: import("@atlaskit/adf-schema-generator/dist/typ
64
54
  whitespace?: "pre" | "normal";
65
55
  tableRole?: "table" | "row" | "cell" | "header_cell";
66
56
  DANGEROUS_MANUAL_OVERRIDE?: {
67
- 'pm-spec'?: {
68
- [x: string]: {
69
- value: any;
70
- reason: string;
71
- };
72
- };
73
- 'validator-spec'?: {
74
- [x: string]: {
75
- value: any;
76
- reason: string;
77
- };
78
- };
57
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
58
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
79
59
  };
80
60
  }>;
@@ -24,17 +24,7 @@ export declare const media: import("@atlaskit/adf-schema-generator/dist/types/ad
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const mediaGroup: import("@atlaskit/adf-schema-generator/dist/typ
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const mediaInline: import("@atlaskit/adf-schema-generator/dist/ty
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,18 +24,8 @@ export declare const mediaSingle: import("@atlaskit/adf-schema-generator/dist/ty
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  atom: false;
@@ -24,17 +24,7 @@ export declare const mention: import("@atlaskit/adf-schema-generator/dist/types/
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const multiBodiedExtension: import("@atlaskit/adf-schema-generato
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,18 +24,8 @@ export declare const nestedExpand: import("@atlaskit/adf-schema-generator/dist/t
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: any[];
@@ -24,18 +24,8 @@ export declare const panel: import("@atlaskit/adf-schema-generator/dist/types/ad
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  content: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").ADFNodeContentOneOrMoreSpec[];
@@ -24,18 +24,8 @@ export declare const paragraph: import("@atlaskit/adf-schema-generator/dist/type
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  } & {
41
31
  marks: import("@atlaskit/adf-schema-generator/dist/types/adfMark").ADFMark<import("@atlaskit/adf-schema-generator/dist/types/types/ADFMarkSpec").ADFMarkSpec>[];
@@ -24,17 +24,7 @@ export declare const placeholder: import("@atlaskit/adf-schema-generator/dist/ty
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const rule: import("@atlaskit/adf-schema-generator/dist/types/adf
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const status: import("@atlaskit/adf-schema-generator/dist/types/a
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const table: import("@atlaskit/adf-schema-generator/dist/types/ad
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const tableCell: import("@atlaskit/adf-schema-generator/dist/type
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;
@@ -24,17 +24,7 @@ export declare const tableCellContent: import("@atlaskit/adf-schema-generator/di
24
24
  whitespace?: "pre" | "normal";
25
25
  tableRole?: "table" | "row" | "cell" | "header_cell";
26
26
  DANGEROUS_MANUAL_OVERRIDE?: {
27
- 'pm-spec'?: {
28
- [x: string]: {
29
- value: any;
30
- reason: string;
31
- };
32
- };
33
- 'validator-spec'?: {
34
- [x: string]: {
35
- value: any;
36
- reason: string;
37
- };
38
- };
27
+ 'pm-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
28
+ 'validator-spec'?: import("@atlaskit/adf-schema-generator/dist/types/types/ADFNodeSpec").DangerousManualOverride;
39
29
  };
40
30
  }>;