@openpkg-ts/spec 0.48.1 → 0.49.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.js
CHANGED
|
@@ -2589,6 +2589,7 @@ var openpkg_schema_default4 = {
|
|
|
2589
2589
|
minProperties: { type: "integer" },
|
|
2590
2590
|
maxProperties: { type: "integer" },
|
|
2591
2591
|
"x-ts-type": { type: "string" },
|
|
2592
|
+
"x-ts-declared": { type: "string" },
|
|
2592
2593
|
"x-ts-function": { type: "boolean" },
|
|
2593
2594
|
"x-ts-method": { type: "boolean" },
|
|
2594
2595
|
"x-ts-signatures": { type: "array", items: { $ref: "#/$defs/signature" } },
|
package/package.json
CHANGED
|
@@ -344,6 +344,7 @@
|
|
|
344
344
|
"minProperties": { "type": "integer" },
|
|
345
345
|
"maxProperties": { "type": "integer" },
|
|
346
346
|
"x-ts-type": { "type": "string" },
|
|
347
|
+
"x-ts-declared": { "type": "string" },
|
|
347
348
|
"x-ts-function": { "type": "boolean" },
|
|
348
349
|
"x-ts-method": { "type": "boolean" },
|
|
349
350
|
"x-ts-signatures": { "type": "array", "items": { "$ref": "#/$defs/signature" } },
|