@nxtedition/types 23.1.3 → 23.1.5

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 (39) hide show
  1. package/dist/common/block.d.ts +1 -0
  2. package/dist/common/block.js +31 -13
  3. package/dist/common/file.js +9 -8
  4. package/dist/common/index.d.ts +2 -0
  5. package/dist/common/index.js +2 -0
  6. package/dist/common/json-schema.d.ts +95 -0
  7. package/dist/common/json-schema.js +1 -0
  8. package/dist/common/location.js +1 -1
  9. package/dist/common/nxtpression.d.ts +1 -1
  10. package/dist/common/print.d.ts +30 -0
  11. package/dist/common/print.js +1 -0
  12. package/dist/common/render-scene.d.ts +1 -0
  13. package/dist/common/rule.js +2 -2
  14. package/dist/common/settings.d.ts +11 -2
  15. package/dist/nxtpression.d.ts +451 -205
  16. package/dist/records/domains/connection/file/smb.d.ts +2 -0
  17. package/dist/records/domains/event.d.ts +20 -0
  18. package/dist/records/domains/gallery.d.ts +8 -0
  19. package/dist/records/domains/gallery.js +1 -0
  20. package/dist/records/domains/index.d.ts +5 -1
  21. package/dist/records/domains/index.js +2 -0
  22. package/dist/records/domains/role.d.ts +8 -0
  23. package/dist/records/domains/storage.d.ts +87 -0
  24. package/dist/records/domains/storage.js +1 -0
  25. package/dist/records/domains/template.d.ts +32 -0
  26. package/dist/records/exact/index.d.ts +6 -0
  27. package/dist/records/exact/monitor.d.ts +1 -0
  28. package/dist/records/validate/assert-guard.js +1641 -454
  29. package/dist/records/validate/assert.js +1645 -448
  30. package/dist/records/validate/is.js +92 -26
  31. package/dist/records/validate/schemas.d.ts +3 -10
  32. package/dist/records/validate/schemas.js +1336 -254
  33. package/dist/records/validate/stringify.js +348 -253
  34. package/dist/records/validate/utils.js +2 -2
  35. package/dist/records/validate/validate-equals.js +2245 -481
  36. package/dist/records/validate/validate.js +1549 -429
  37. package/dist/rpc.js +2 -2
  38. package/dist/tsdoc-metadata.json +1 -1
  39. package/package.json +13 -14
package/dist/rpc.js CHANGED
@@ -1,5 +1,5 @@
1
- import * as __typia_transform__assertGuard from "typia/lib/internal/_assertGuard.js";
2
- import * as __typia_transform__accessExpressionAsString from "typia/lib/internal/_accessExpressionAsString.js";
1
+ import * as __typia_transform__assertGuard from "typia/lib/internal/_assertGuard";
2
+ import * as __typia_transform__accessExpressionAsString from "typia/lib/internal/_accessExpressionAsString";
3
3
  import typia from 'typia';
4
4
  export const assertGuardNxtExport = (() => { const _io0 = input => "number" === typeof input.version && (undefined === input.date || "string" === typeof input.date) && (undefined === input.root || Array.isArray(input.root) && input.root.every(elem => "string" === typeof elem)) && ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io1(input.assets)) && (undefined === input.files || Array.isArray(input.files) && input.files.every(elem => "string" === typeof elem)); const _io1 = input => Object.keys(input).every(key => {
5
5
  const value = input[key];
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.13"
8
+ "packageVersion": "7.57.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/types",
3
- "version": "23.1.3",
3
+ "version": "23.1.5",
4
4
  "description": "TypeScript types to be shared between nxtedition packages.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,24 +39,23 @@
39
39
  "dependencies": {
40
40
  "@types/lodash": "^4.17.17",
41
41
  "lodash": "^4.17.21",
42
- "rfc6902": "^5.1.1",
43
- "rxjs": "^7.8.1",
44
- "type-fest": "^5.0.1",
45
- "typia": "^11.0.0"
42
+ "rfc6902": "^5.2.0",
43
+ "rxjs": "^7.8.2",
44
+ "type-fest": "^5.4.4",
45
+ "typia": "^12.0.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "7.52.13",
49
- "@nxtedition/lib": "^26.0.22",
50
- "@types/node": "^22.7.9",
51
- "fast-json-stringify": "^6.0.0",
52
- "lexical": "^0.32.1",
53
- "mitata": "^0.1.11",
54
- "nodemon": "^3.1.10",
55
- "rimraf": "^5.0.8",
48
+ "@microsoft/api-extractor": "7.57.7",
49
+ "@types/node": "^25.5.0",
50
+ "fast-json-stringify": "^6.3.0",
51
+ "lexical": "^0.41.0",
52
+ "mitata": "^1.0.34",
53
+ "nodemon": "^3.1.14",
54
+ "rimraf": "^6.1.3",
56
55
  "spark-md5": "^3.0.2",
57
56
  "ts-node": "^10.9.2",
58
57
  "ts-patch": "^3.3.0",
59
58
  "tsd": "^0.33.0",
60
- "typescript": "5.8.2"
59
+ "typescript": "5.9.3"
61
60
  }
62
61
  }