@superdoc/sdk 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -136
- package/dist/embedded-tools.generated.cjs +1 -1
- package/dist/embedded-tools.generated.js +1 -1
- package/dist/generated/client.d.ts +12 -0
- package/dist/generated/contract.cjs +56 -0
- package/dist/generated/contract.js +56 -0
- package/package.json +6 -6
- package/tools/tools-policy.json +1 -1
- package/tools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/tools/__pycache__/intent_dispatch_generated.cpython-312.pyc +0 -0
|
@@ -91556,6 +91556,12 @@ export type DocTrackChangesListResult = {
|
|
|
91556
91556
|
relationship?: "parent" | "child" | "standalone";
|
|
91557
91557
|
parentId?: string;
|
|
91558
91558
|
};
|
|
91559
|
+
customAttributes?: Array<{
|
|
91560
|
+
name: string;
|
|
91561
|
+
namespaceUri: string;
|
|
91562
|
+
localName: string;
|
|
91563
|
+
value: string;
|
|
91564
|
+
}>;
|
|
91559
91565
|
}>;
|
|
91560
91566
|
page: {
|
|
91561
91567
|
limit: number;
|
|
@@ -91853,6 +91859,12 @@ export type DocTrackChangesGetResult = {
|
|
|
91853
91859
|
relationship?: "parent" | "child" | "standalone";
|
|
91854
91860
|
parentId?: string;
|
|
91855
91861
|
};
|
|
91862
|
+
customAttributes?: Array<{
|
|
91863
|
+
name: string;
|
|
91864
|
+
namespaceUri: string;
|
|
91865
|
+
localName: string;
|
|
91866
|
+
value: string;
|
|
91867
|
+
}>;
|
|
91856
91868
|
};
|
|
91857
91869
|
export type DocTrackChangesDecideResult = {
|
|
91858
91870
|
success: true;
|
|
@@ -142532,6 +142532,34 @@ const CONTRACT = {
|
|
|
142532
142532
|
}
|
|
142533
142533
|
},
|
|
142534
142534
|
"additionalProperties": false
|
|
142535
|
+
},
|
|
142536
|
+
"customAttributes": {
|
|
142537
|
+
"type": "array",
|
|
142538
|
+
"items": {
|
|
142539
|
+
"type": "object",
|
|
142540
|
+
"properties": {
|
|
142541
|
+
"name": {
|
|
142542
|
+
"type": "string"
|
|
142543
|
+
},
|
|
142544
|
+
"namespaceUri": {
|
|
142545
|
+
"type": "string"
|
|
142546
|
+
},
|
|
142547
|
+
"localName": {
|
|
142548
|
+
"type": "string"
|
|
142549
|
+
},
|
|
142550
|
+
"value": {
|
|
142551
|
+
"type": "string"
|
|
142552
|
+
}
|
|
142553
|
+
},
|
|
142554
|
+
"additionalProperties": false,
|
|
142555
|
+
"required": [
|
|
142556
|
+
"name",
|
|
142557
|
+
"namespaceUri",
|
|
142558
|
+
"localName",
|
|
142559
|
+
"value"
|
|
142560
|
+
]
|
|
142561
|
+
},
|
|
142562
|
+
"description": "Unknown extension attributes in document order; exact duplicates are removed and conflicting values are retained."
|
|
142535
142563
|
}
|
|
142536
142564
|
},
|
|
142537
142565
|
"additionalProperties": false,
|
|
@@ -143492,6 +143520,34 @@ const CONTRACT = {
|
|
|
143492
143520
|
}
|
|
143493
143521
|
},
|
|
143494
143522
|
"additionalProperties": false
|
|
143523
|
+
},
|
|
143524
|
+
"customAttributes": {
|
|
143525
|
+
"type": "array",
|
|
143526
|
+
"items": {
|
|
143527
|
+
"type": "object",
|
|
143528
|
+
"properties": {
|
|
143529
|
+
"name": {
|
|
143530
|
+
"type": "string"
|
|
143531
|
+
},
|
|
143532
|
+
"namespaceUri": {
|
|
143533
|
+
"type": "string"
|
|
143534
|
+
},
|
|
143535
|
+
"localName": {
|
|
143536
|
+
"type": "string"
|
|
143537
|
+
},
|
|
143538
|
+
"value": {
|
|
143539
|
+
"type": "string"
|
|
143540
|
+
}
|
|
143541
|
+
},
|
|
143542
|
+
"additionalProperties": false,
|
|
143543
|
+
"required": [
|
|
143544
|
+
"name",
|
|
143545
|
+
"namespaceUri",
|
|
143546
|
+
"localName",
|
|
143547
|
+
"value"
|
|
143548
|
+
]
|
|
143549
|
+
},
|
|
143550
|
+
"description": "Unknown extension attributes in document order; exact duplicates are removed and conflicting values are retained."
|
|
143495
143551
|
}
|
|
143496
143552
|
},
|
|
143497
143553
|
"additionalProperties": false,
|
|
@@ -144024,6 +144024,34 @@ export const CONTRACT = {
|
|
|
144024
144024
|
}
|
|
144025
144025
|
},
|
|
144026
144026
|
"additionalProperties": false
|
|
144027
|
+
},
|
|
144028
|
+
"customAttributes": {
|
|
144029
|
+
"type": "array",
|
|
144030
|
+
"items": {
|
|
144031
|
+
"type": "object",
|
|
144032
|
+
"properties": {
|
|
144033
|
+
"name": {
|
|
144034
|
+
"type": "string"
|
|
144035
|
+
},
|
|
144036
|
+
"namespaceUri": {
|
|
144037
|
+
"type": "string"
|
|
144038
|
+
},
|
|
144039
|
+
"localName": {
|
|
144040
|
+
"type": "string"
|
|
144041
|
+
},
|
|
144042
|
+
"value": {
|
|
144043
|
+
"type": "string"
|
|
144044
|
+
}
|
|
144045
|
+
},
|
|
144046
|
+
"additionalProperties": false,
|
|
144047
|
+
"required": [
|
|
144048
|
+
"name",
|
|
144049
|
+
"namespaceUri",
|
|
144050
|
+
"localName",
|
|
144051
|
+
"value"
|
|
144052
|
+
]
|
|
144053
|
+
},
|
|
144054
|
+
"description": "Unknown extension attributes in document order; exact duplicates are removed and conflicting values are retained."
|
|
144027
144055
|
}
|
|
144028
144056
|
},
|
|
144029
144057
|
"additionalProperties": false,
|
|
@@ -144984,6 +145012,34 @@ export const CONTRACT = {
|
|
|
144984
145012
|
}
|
|
144985
145013
|
},
|
|
144986
145014
|
"additionalProperties": false
|
|
145015
|
+
},
|
|
145016
|
+
"customAttributes": {
|
|
145017
|
+
"type": "array",
|
|
145018
|
+
"items": {
|
|
145019
|
+
"type": "object",
|
|
145020
|
+
"properties": {
|
|
145021
|
+
"name": {
|
|
145022
|
+
"type": "string"
|
|
145023
|
+
},
|
|
145024
|
+
"namespaceUri": {
|
|
145025
|
+
"type": "string"
|
|
145026
|
+
},
|
|
145027
|
+
"localName": {
|
|
145028
|
+
"type": "string"
|
|
145029
|
+
},
|
|
145030
|
+
"value": {
|
|
145031
|
+
"type": "string"
|
|
145032
|
+
}
|
|
145033
|
+
},
|
|
145034
|
+
"additionalProperties": false,
|
|
145035
|
+
"required": [
|
|
145036
|
+
"name",
|
|
145037
|
+
"namespaceUri",
|
|
145038
|
+
"localName",
|
|
145039
|
+
"value"
|
|
145040
|
+
]
|
|
145041
|
+
},
|
|
145042
|
+
"description": "Unknown extension attributes in document order; exact duplicates are removed and conflicting values are retained."
|
|
144987
145043
|
}
|
|
144988
145044
|
},
|
|
144989
145045
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc/sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Node SDK for SuperDoc, wrapping the SuperDoc CLI to read and edit .docx files from JavaScript and TypeScript.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"typescript": "^5.9.2"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"@superdoc/sdk-darwin-arm64": "2.
|
|
41
|
-
"@superdoc/sdk-
|
|
42
|
-
"@superdoc/sdk-
|
|
43
|
-
"@superdoc/sdk-linux-arm64": "2.
|
|
44
|
-
"@superdoc/sdk-windows-x64": "2.
|
|
40
|
+
"@superdoc/sdk-darwin-arm64": "2.2.0",
|
|
41
|
+
"@superdoc/sdk-darwin-x64": "2.2.0",
|
|
42
|
+
"@superdoc/sdk-linux-x64": "2.2.0",
|
|
43
|
+
"@superdoc/sdk-linux-arm64": "2.2.0",
|
|
44
|
+
"@superdoc/sdk-windows-x64": "2.2.0"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
package/tools/tools-policy.json
CHANGED
|
Binary file
|
|
Binary file
|