@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.
- package/dist/schemas/definitions.json +0 -1
- package/dist/src/index.cjs +0 -4
- package/dist/src/types.d.ts +0 -4
- package/dist/src/types.js +0 -4
- package/package.json +1 -1
package/dist/src/index.cjs
CHANGED
|
@@ -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";
|
package/dist/src/types.d.ts
CHANGED
|
@@ -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";
|