@superdoc/cli 0.33.0-next.7 → 0.33.0-next.8

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.
@@ -43,6 +43,41 @@
43
43
  "type": "boolean",
44
44
  "description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
45
45
  },
46
+ "nodeIds": {
47
+ "type": "array",
48
+ "items": {
49
+ "type": "string",
50
+ "minLength": 1
51
+ },
52
+ "description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
53
+ },
54
+ "textSearch": {
55
+ "type": "object",
56
+ "properties": {
57
+ "terms": {
58
+ "type": "array",
59
+ "minItems": 1,
60
+ "items": {
61
+ "type": "string",
62
+ "minLength": 1
63
+ }
64
+ },
65
+ "match": {
66
+ "enum": [
67
+ "all",
68
+ "any"
69
+ ]
70
+ },
71
+ "caseSensitive": {
72
+ "type": "boolean"
73
+ }
74
+ },
75
+ "additionalProperties": false,
76
+ "required": [
77
+ "terms"
78
+ ],
79
+ "description": "Only for action 'blocks'. Omit for other actions."
80
+ },
46
81
  "offset": {
47
82
  "type": "number",
48
83
  "minimum": 0,
@@ -41,6 +41,41 @@
41
41
  "type": "boolean",
42
42
  "description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
43
43
  },
44
+ "nodeIds": {
45
+ "type": "array",
46
+ "items": {
47
+ "type": "string",
48
+ "minLength": 1
49
+ },
50
+ "description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
51
+ },
52
+ "textSearch": {
53
+ "type": "object",
54
+ "properties": {
55
+ "terms": {
56
+ "type": "array",
57
+ "minItems": 1,
58
+ "items": {
59
+ "type": "string",
60
+ "minLength": 1
61
+ }
62
+ },
63
+ "match": {
64
+ "enum": [
65
+ "all",
66
+ "any"
67
+ ]
68
+ },
69
+ "caseSensitive": {
70
+ "type": "boolean"
71
+ }
72
+ },
73
+ "additionalProperties": false,
74
+ "required": [
75
+ "terms"
76
+ ],
77
+ "description": "Only for action 'blocks'. Omit for other actions."
78
+ },
44
79
  "offset": {
45
80
  "type": "number",
46
81
  "minimum": 0,
@@ -41,6 +41,41 @@
41
41
  "type": "boolean",
42
42
  "description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
43
43
  },
44
+ "nodeIds": {
45
+ "type": "array",
46
+ "items": {
47
+ "type": "string",
48
+ "minLength": 1
49
+ },
50
+ "description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
51
+ },
52
+ "textSearch": {
53
+ "type": "object",
54
+ "properties": {
55
+ "terms": {
56
+ "type": "array",
57
+ "minItems": 1,
58
+ "items": {
59
+ "type": "string",
60
+ "minLength": 1
61
+ }
62
+ },
63
+ "match": {
64
+ "enum": [
65
+ "all",
66
+ "any"
67
+ ]
68
+ },
69
+ "caseSensitive": {
70
+ "type": "boolean"
71
+ }
72
+ },
73
+ "additionalProperties": false,
74
+ "required": [
75
+ "terms"
76
+ ],
77
+ "description": "Only for action 'blocks'. Omit for other actions."
78
+ },
44
79
  "offset": {
45
80
  "type": "number",
46
81
  "minimum": 0,
@@ -43,6 +43,41 @@
43
43
  "type": "boolean",
44
44
  "description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
45
45
  },
46
+ "nodeIds": {
47
+ "type": "array",
48
+ "items": {
49
+ "type": "string",
50
+ "minLength": 1
51
+ },
52
+ "description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
53
+ },
54
+ "textSearch": {
55
+ "type": "object",
56
+ "properties": {
57
+ "terms": {
58
+ "type": "array",
59
+ "minItems": 1,
60
+ "items": {
61
+ "type": "string",
62
+ "minLength": 1
63
+ }
64
+ },
65
+ "match": {
66
+ "enum": [
67
+ "all",
68
+ "any"
69
+ ]
70
+ },
71
+ "caseSensitive": {
72
+ "type": "boolean"
73
+ }
74
+ },
75
+ "additionalProperties": false,
76
+ "required": [
77
+ "terms"
78
+ ],
79
+ "description": "Only for action 'blocks'. Omit for other actions."
80
+ },
46
81
  "offset": {
47
82
  "type": "number",
48
83
  "minimum": 0,
@@ -43,6 +43,41 @@
43
43
  "type": "boolean",
44
44
  "description": "Only for actions 'markdown_projection', 'html_projection'. Omit for other actions."
45
45
  },
46
+ "nodeIds": {
47
+ "type": "array",
48
+ "items": {
49
+ "type": "string",
50
+ "minLength": 1
51
+ },
52
+ "description": "Top-level block identities to match before pagination. Only for action 'blocks'. Omit for other actions."
53
+ },
54
+ "textSearch": {
55
+ "type": "object",
56
+ "properties": {
57
+ "terms": {
58
+ "type": "array",
59
+ "minItems": 1,
60
+ "items": {
61
+ "type": "string",
62
+ "minLength": 1
63
+ }
64
+ },
65
+ "match": {
66
+ "enum": [
67
+ "all",
68
+ "any"
69
+ ]
70
+ },
71
+ "caseSensitive": {
72
+ "type": "boolean"
73
+ }
74
+ },
75
+ "additionalProperties": false,
76
+ "required": [
77
+ "terms"
78
+ ],
79
+ "description": "Only for action 'blocks'. Omit for other actions."
80
+ },
46
81
  "offset": {
47
82
  "type": "number",
48
83
  "minimum": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc/cli",
3
- "version": "0.33.0-next.7",
3
+ "version": "0.33.0-next.8",
4
4
  "description": "Command-line interface for SuperDoc: inspect, convert, and edit .docx files from a terminal or a script.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0",
@@ -29,15 +29,15 @@
29
29
  "fast-glob": "^3.3.3",
30
30
  "happy-dom": "^20.3.4",
31
31
  "ws": "^8.18.0",
32
- "superdoc": "2.13.0-next.6",
32
+ "superdoc": "2.13.0-next.7",
33
33
  "y-websocket": "^3.0.0",
34
34
  "yjs": "13.6.31"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@hocuspocus/server": "^2.13.6",
38
- "@superdoc/sdk": "2.10.0-next.7",
38
+ "@superdoc/sdk": "2.10.0-next.8",
39
39
  "@superdoc/document-api": "0.1.0-alpha.0",
40
- "@superdoc/docx-engine": "0.12.0-next.5",
40
+ "@superdoc/docx-engine": "0.12.0-next.6",
41
41
  "@types/bun": "^1.3.8",
42
42
  "@types/node": "22.19.2",
43
43
  "@types/ws": "^8.5.13",
@@ -51,11 +51,11 @@
51
51
  "access": "public"
52
52
  },
53
53
  "optionalDependencies": {
54
- "@superdoc/cli-darwin-arm64": "0.33.0-next.7",
55
- "@superdoc/cli-darwin-x64": "0.33.0-next.7",
56
- "@superdoc/cli-linux-x64": "0.33.0-next.7",
57
- "@superdoc/cli-linux-arm64": "0.33.0-next.7",
58
- "@superdoc/cli-windows-x64": "0.33.0-next.7"
54
+ "@superdoc/cli-darwin-arm64": "0.33.0-next.8",
55
+ "@superdoc/cli-darwin-x64": "0.33.0-next.8",
56
+ "@superdoc/cli-linux-x64": "0.33.0-next.8",
57
+ "@superdoc/cli-linux-arm64": "0.33.0-next.8",
58
+ "@superdoc/cli-windows-x64": "0.33.0-next.8"
59
59
  },
60
60
  "scripts": {
61
61
  "predev": "node scripts/ensure-superdoc-build.js",