@unito/integration-api 0.48.0 → 1.0.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.
@@ -27,7 +27,6 @@
27
27
  "$id": "Semantic",
28
28
  "type": ["string", "null"],
29
29
  "enum": [
30
- "canonicalPath",
31
30
  "createdAt",
32
31
  "description",
33
32
  "displayName",
@@ -31,10 +31,6 @@ exports.FieldValueType = void 0;
31
31
  */
32
32
  exports.Semantic = void 0;
33
33
  (function (Semantic) {
34
- /**
35
- * @deprecated Use `canonicalPath` at item / item summary level instead.
36
- */
37
- Semantic["CANONICAL_PATH"] = "canonicalPath";
38
34
  Semantic["CREATED_AT"] = "createdAt";
39
35
  Semantic["DESCRIPTION"] = "description";
40
36
  Semantic["DISPLAY_NAME"] = "displayName";
@@ -191,10 +191,6 @@ export declare enum FieldValueType {
191
191
  * by the consumers of the spec to better understand what that value means.
192
192
  */
193
193
  export declare enum Semantic {
194
- /**
195
- * @deprecated Use `canonicalPath` at item / item summary level instead.
196
- */
197
- CANONICAL_PATH = "canonicalPath",
198
194
  CREATED_AT = "createdAt",
199
195
  DESCRIPTION = "description",
200
196
  DISPLAY_NAME = "displayName",
package/dist/src/types.js CHANGED
@@ -29,10 +29,6 @@ export var FieldValueType;
29
29
  */
30
30
  export var Semantic;
31
31
  (function (Semantic) {
32
- /**
33
- * @deprecated Use `canonicalPath` at item / item summary level instead.
34
- */
35
- Semantic["CANONICAL_PATH"] = "canonicalPath";
36
32
  Semantic["CREATED_AT"] = "createdAt";
37
33
  Semantic["DESCRIPTION"] = "description";
38
34
  Semantic["DISPLAY_NAME"] = "displayName";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "0.48.0",
3
+ "version": "1.0.1",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",