@vertigis/viewer-spec 59.14.0 → 59.14.1

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.
@@ -13,7 +13,9 @@ import type { MapsLike } from "../common.js";
13
13
  /**
14
14
  * A set of parameters used to run a job.
15
15
  */
16
- export type JobParameters = Record<string, unknown>;
16
+ export interface JobParameters {
17
+ [properties: string]: unknown;
18
+ }
17
19
  /**
18
20
  * Available print output formats (printing gen2).
19
21
  */
@@ -2754,7 +2754,7 @@
2754
2754
  "type": "object"
2755
2755
  },
2756
2756
  "JobParameters": {
2757
- "additionalProperties": false,
2757
+ "additionalProperties": {},
2758
2758
  "description": "A set of parameters used to run a job.",
2759
2759
  "type": "object"
2760
2760
  },
@@ -3290,7 +3290,7 @@
3290
3290
  "type": "object"
3291
3291
  },
3292
3292
  "JobParameters": {
3293
- "additionalProperties": false,
3293
+ "additionalProperties": {},
3294
3294
  "description": "A set of parameters used to run a job.",
3295
3295
  "type": "object"
3296
3296
  },
@@ -5085,7 +5085,7 @@
5085
5085
  "type": "object"
5086
5086
  },
5087
5087
  "JobParameters": {
5088
- "additionalProperties": false,
5088
+ "additionalProperties": {},
5089
5089
  "description": "A set of parameters used to run a job.",
5090
5090
  "type": "object"
5091
5091
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.14.0",
3
+ "version": "59.14.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "59.14.0";
4
+ export declare const version = "59.14.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "59.14.0";
4
+ export const version = "59.14.1";