@osdk/maker 0.15.0 → 0.16.0-beta.10
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/CHANGELOG.md +89 -126
- package/README.md +18 -1
- package/build/browser/api/cloneDefinition.js +36 -0
- package/build/browser/api/cloneDefinition.js.map +1 -0
- package/build/browser/api/code-snippets/createCodeSnippets.js +1 -1
- package/build/browser/api/code-snippets/createCodeSnippets.js.map +1 -1
- package/build/browser/api/defineAction.js +9 -1
- package/build/browser/api/defineAction.js.map +1 -1
- package/build/browser/api/defineCreateInterfaceObjectAction.js +3 -1
- package/build/browser/api/defineCreateInterfaceObjectAction.js.map +1 -1
- package/build/browser/api/defineCreateObjectAction.js +3 -1
- package/build/browser/api/defineCreateObjectAction.js.map +1 -1
- package/build/browser/api/defineCreateOrModifyObjectAction.js +3 -1
- package/build/browser/api/defineCreateOrModifyObjectAction.js.map +1 -1
- package/build/browser/api/defineDeleteInterfaceObjectAction.js +3 -1
- package/build/browser/api/defineDeleteInterfaceObjectAction.js.map +1 -1
- package/build/browser/api/defineDeleteObjectAction.js +3 -1
- package/build/browser/api/defineDeleteObjectAction.js.map +1 -1
- package/build/browser/api/defineFunction.js +61 -0
- package/build/browser/api/defineFunction.js.map +1 -0
- package/build/browser/api/defineInterface.js +3 -1
- package/build/browser/api/defineInterface.js.map +1 -1
- package/build/browser/api/defineInterfaceLinkConstraint.js +6 -2
- package/build/browser/api/defineInterfaceLinkConstraint.js.map +1 -1
- package/build/browser/api/defineLink.js +3 -1
- package/build/browser/api/defineLink.js.map +1 -1
- package/build/browser/api/defineModifyInterfaceObjectAction.js +3 -1
- package/build/browser/api/defineModifyInterfaceObjectAction.js.map +1 -1
- package/build/browser/api/defineModifyObjectAction.js +3 -1
- package/build/browser/api/defineModifyObjectAction.js.map +1 -1
- package/build/browser/api/defineObject.js +29 -10
- package/build/browser/api/defineObject.js.map +1 -1
- package/build/browser/api/defineOntology.js +29 -0
- package/build/browser/api/defineOntology.js.map +1 -1
- package/build/browser/api/defineSpt.js +3 -1
- package/build/browser/api/defineSpt.js.map +1 -1
- package/build/browser/api/defineValueType.js +3 -1
- package/build/browser/api/defineValueType.js.map +1 -1
- package/build/browser/api/interface/InterfaceType.js.map +1 -1
- package/build/browser/api/object/ObjectPropertyType.js.map +1 -1
- package/build/browser/api/object/ObjectTypeDatasourceDefinition.js.map +1 -1
- package/build/browser/api/properties/PropertyTypeType.js.map +1 -1
- package/build/browser/api/properties/ReducerType.js +2 -0
- package/build/browser/api/properties/ReducerType.js.map +1 -0
- package/build/browser/api/properties/SharedPropertyType.js.map +1 -1
- package/build/browser/cli/main.js +1 -1
- package/build/browser/cli/main.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertDatasourceDefinition.js +17 -6
- package/build/browser/conversion/toMarketplace/convertDatasourceDefinition.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertInterface.js +2 -1
- package/build/browser/conversion/toMarketplace/convertInterface.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertMainValue.js +36 -0
- package/build/browser/conversion/toMarketplace/convertMainValue.js.map +1 -0
- package/build/browser/conversion/toMarketplace/convertObjectPropertyType.js +4 -3
- package/build/browser/conversion/toMarketplace/convertObjectPropertyType.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertReducers.js +53 -0
- package/build/browser/conversion/toMarketplace/convertReducers.js.map +1 -0
- package/build/browser/conversion/toMarketplace/convertSpt.js +5 -3
- package/build/browser/conversion/toMarketplace/convertSpt.js.map +1 -1
- package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js +4 -2
- package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js.map +1 -1
- package/build/browser/index.js +5 -2
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.cjs +267 -105
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/index.d.cts +214 -164
- package/build/esm/api/cloneDefinition.js +36 -0
- package/build/esm/api/cloneDefinition.js.map +1 -0
- package/build/esm/api/code-snippets/createCodeSnippets.js +1 -1
- package/build/esm/api/code-snippets/createCodeSnippets.js.map +1 -1
- package/build/esm/api/defineAction.js +9 -1
- package/build/esm/api/defineAction.js.map +1 -1
- package/build/esm/api/defineCreateInterfaceObjectAction.js +3 -1
- package/build/esm/api/defineCreateInterfaceObjectAction.js.map +1 -1
- package/build/esm/api/defineCreateObjectAction.js +3 -1
- package/build/esm/api/defineCreateObjectAction.js.map +1 -1
- package/build/esm/api/defineCreateOrModifyObjectAction.js +3 -1
- package/build/esm/api/defineCreateOrModifyObjectAction.js.map +1 -1
- package/build/esm/api/defineDeleteInterfaceObjectAction.js +3 -1
- package/build/esm/api/defineDeleteInterfaceObjectAction.js.map +1 -1
- package/build/esm/api/defineDeleteObjectAction.js +3 -1
- package/build/esm/api/defineDeleteObjectAction.js.map +1 -1
- package/build/esm/api/defineFunction.js +61 -0
- package/build/esm/api/defineFunction.js.map +1 -0
- package/build/esm/api/defineInterface.js +3 -1
- package/build/esm/api/defineInterface.js.map +1 -1
- package/build/esm/api/defineInterfaceLinkConstraint.js +6 -2
- package/build/esm/api/defineInterfaceLinkConstraint.js.map +1 -1
- package/build/esm/api/defineLink.js +3 -1
- package/build/esm/api/defineLink.js.map +1 -1
- package/build/esm/api/defineModifyInterfaceObjectAction.js +3 -1
- package/build/esm/api/defineModifyInterfaceObjectAction.js.map +1 -1
- package/build/esm/api/defineModifyObjectAction.js +3 -1
- package/build/esm/api/defineModifyObjectAction.js.map +1 -1
- package/build/esm/api/defineObject.js +29 -10
- package/build/esm/api/defineObject.js.map +1 -1
- package/build/esm/api/defineOntology.js +29 -0
- package/build/esm/api/defineOntology.js.map +1 -1
- package/build/esm/api/defineSpt.js +3 -1
- package/build/esm/api/defineSpt.js.map +1 -1
- package/build/esm/api/defineValueType.js +3 -1
- package/build/esm/api/defineValueType.js.map +1 -1
- package/build/esm/api/interface/InterfaceType.js.map +1 -1
- package/build/esm/api/object/ObjectPropertyType.js.map +1 -1
- package/build/esm/api/object/ObjectTypeDatasourceDefinition.js.map +1 -1
- package/build/esm/api/properties/PropertyTypeType.js.map +1 -1
- package/build/esm/api/properties/ReducerType.js +2 -0
- package/build/esm/api/properties/ReducerType.js.map +1 -0
- package/build/esm/api/properties/SharedPropertyType.js.map +1 -1
- package/build/esm/cli/main.js +1 -1
- package/build/esm/cli/main.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertDatasourceDefinition.js +17 -6
- package/build/esm/conversion/toMarketplace/convertDatasourceDefinition.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertInterface.js +2 -1
- package/build/esm/conversion/toMarketplace/convertInterface.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertMainValue.js +36 -0
- package/build/esm/conversion/toMarketplace/convertMainValue.js.map +1 -0
- package/build/esm/conversion/toMarketplace/convertObjectPropertyType.js +4 -3
- package/build/esm/conversion/toMarketplace/convertObjectPropertyType.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertReducers.js +53 -0
- package/build/esm/conversion/toMarketplace/convertReducers.js.map +1 -0
- package/build/esm/conversion/toMarketplace/convertSpt.js +5 -3
- package/build/esm/conversion/toMarketplace/convertSpt.js.map +1 -1
- package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js +4 -2
- package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js.map +1 -1
- package/build/esm/index.js +5 -2
- package/build/esm/index.js.map +1 -1
- package/build/types/api/cloneDefinition.d.ts +9 -0
- package/build/types/api/cloneDefinition.d.ts.map +1 -0
- package/build/types/api/defineAction.d.ts +1 -1
- package/build/types/api/defineAction.d.ts.map +1 -1
- package/build/types/api/defineCreateInterfaceObjectAction.d.ts +1 -1
- package/build/types/api/defineCreateInterfaceObjectAction.d.ts.map +1 -1
- package/build/types/api/defineCreateObjectAction.d.ts +1 -1
- package/build/types/api/defineCreateObjectAction.d.ts.map +1 -1
- package/build/types/api/defineCreateOrModifyObjectAction.d.ts +1 -1
- package/build/types/api/defineCreateOrModifyObjectAction.d.ts.map +1 -1
- package/build/types/api/defineDeleteInterfaceObjectAction.d.ts +1 -1
- package/build/types/api/defineDeleteInterfaceObjectAction.d.ts.map +1 -1
- package/build/types/api/defineDeleteObjectAction.d.ts +1 -1
- package/build/types/api/defineDeleteObjectAction.d.ts.map +1 -1
- package/build/types/api/defineFunction.d.ts +19 -0
- package/build/types/api/defineFunction.d.ts.map +1 -0
- package/build/types/api/defineInterface.d.ts +1 -1
- package/build/types/api/defineInterface.d.ts.map +1 -1
- package/build/types/api/defineInterfaceLinkConstraint.d.ts +1 -1
- package/build/types/api/defineInterfaceLinkConstraint.d.ts.map +1 -1
- package/build/types/api/defineLink.d.ts +1 -1
- package/build/types/api/defineLink.d.ts.map +1 -1
- package/build/types/api/defineModifyInterfaceObjectAction.d.ts +1 -1
- package/build/types/api/defineModifyInterfaceObjectAction.d.ts.map +1 -1
- package/build/types/api/defineModifyObjectAction.d.ts +1 -1
- package/build/types/api/defineModifyObjectAction.d.ts.map +1 -1
- package/build/types/api/defineObject.d.ts +1 -1
- package/build/types/api/defineObject.d.ts.map +1 -1
- package/build/types/api/defineOntology.d.ts +5 -0
- package/build/types/api/defineOntology.d.ts.map +1 -1
- package/build/types/api/defineSpt.d.ts +3 -1
- package/build/types/api/defineSpt.d.ts.map +1 -1
- package/build/types/api/defineValueType.d.ts +1 -1
- package/build/types/api/defineValueType.d.ts.map +1 -1
- package/build/types/api/interface/InterfaceType.d.ts +1 -1
- package/build/types/api/interface/InterfaceType.d.ts.map +1 -1
- package/build/types/api/object/ObjectPropertyType.d.ts +2 -0
- package/build/types/api/object/ObjectPropertyType.d.ts.map +1 -1
- package/build/types/api/object/ObjectTypeDatasourceDefinition.d.ts +10 -3
- package/build/types/api/object/ObjectTypeDatasourceDefinition.d.ts.map +1 -1
- package/build/types/api/properties/PropertyTypeType.d.ts +4 -0
- package/build/types/api/properties/PropertyTypeType.d.ts.map +1 -1
- package/build/types/api/properties/ReducerType.d.ts +4 -0
- package/build/types/api/properties/ReducerType.d.ts.map +1 -0
- package/build/types/api/properties/SharedPropertyType.d.ts +2 -0
- package/build/types/api/properties/SharedPropertyType.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/convertDatasourceDefinition.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/convertMainValue.d.ts +4 -0
- package/build/types/conversion/toMarketplace/convertMainValue.d.ts.map +1 -0
- package/build/types/conversion/toMarketplace/convertObjectPropertyType.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/convertReducers.d.ts +6 -0
- package/build/types/conversion/toMarketplace/convertReducers.d.ts.map +1 -0
- package/build/types/conversion/toMarketplace/convertSpt.d.ts +1 -1
- package/build/types/conversion/toMarketplace/convertSpt.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.d.ts +2 -1
- package/build/types/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.d.ts.map +1 -1
- package/build/types/index.d.ts +14 -6
- package/build/types/index.d.ts.map +1 -1
- package/package.json +6 -5
- package/build/browser/api/test/actions.test.js +0 -14397
- package/build/browser/api/test/actions.test.js.map +0 -1
- package/build/browser/api/test/interfaces.test.js +0 -1189
- package/build/browser/api/test/interfaces.test.js.map +0 -1
- package/build/browser/api/test/links.test.js +0 -2019
- package/build/browser/api/test/links.test.js.map +0 -1
- package/build/browser/api/test/markingconstraint.test.js +0 -134
- package/build/browser/api/test/markingconstraint.test.js.map +0 -1
- package/build/browser/api/test/misc.test.js +0 -1315
- package/build/browser/api/test/misc.test.js.map +0 -1
- package/build/browser/api/test/objectStatus.test.js +0 -160
- package/build/browser/api/test/objectStatus.test.js.map +0 -1
- package/build/browser/api/test/objects.test.js +0 -3856
- package/build/browser/api/test/objects.test.js.map +0 -1
- package/build/browser/api/test/spt.test.js +0 -722
- package/build/browser/api/test/spt.test.js.map +0 -1
- package/build/browser/api/test/valueTypes.test.js +0 -307
- package/build/browser/api/test/valueTypes.test.js.map +0 -1
- package/build/esm/api/test/actions.test.js +0 -14397
- package/build/esm/api/test/actions.test.js.map +0 -1
- package/build/esm/api/test/interfaces.test.js +0 -1189
- package/build/esm/api/test/interfaces.test.js.map +0 -1
- package/build/esm/api/test/links.test.js +0 -2019
- package/build/esm/api/test/links.test.js.map +0 -1
- package/build/esm/api/test/markingconstraint.test.js +0 -134
- package/build/esm/api/test/markingconstraint.test.js.map +0 -1
- package/build/esm/api/test/misc.test.js +0 -1315
- package/build/esm/api/test/misc.test.js.map +0 -1
- package/build/esm/api/test/objectStatus.test.js +0 -160
- package/build/esm/api/test/objectStatus.test.js.map +0 -1
- package/build/esm/api/test/objects.test.js +0 -3856
- package/build/esm/api/test/objects.test.js.map +0 -1
- package/build/esm/api/test/spt.test.js +0 -722
- package/build/esm/api/test/spt.test.js.map +0 -1
- package/build/esm/api/test/valueTypes.test.js +0 -307
- package/build/esm/api/test/valueTypes.test.js.map +0 -1
- package/build/types/api/test/actions.test.d.ts +0 -1
- package/build/types/api/test/actions.test.d.ts.map +0 -1
- package/build/types/api/test/interfaces.test.d.ts +0 -1
- package/build/types/api/test/interfaces.test.d.ts.map +0 -1
- package/build/types/api/test/links.test.d.ts +0 -1
- package/build/types/api/test/links.test.d.ts.map +0 -1
- package/build/types/api/test/markingconstraint.test.d.ts +0 -1
- package/build/types/api/test/markingconstraint.test.d.ts.map +0 -1
- package/build/types/api/test/misc.test.d.ts +0 -1
- package/build/types/api/test/misc.test.d.ts.map +0 -1
- package/build/types/api/test/objectStatus.test.d.ts +0 -1
- package/build/types/api/test/objectStatus.test.d.ts.map +0 -1
- package/build/types/api/test/objects.test.d.ts +0 -1
- package/build/types/api/test/objects.test.d.ts.map +0 -1
- package/build/types/api/test/spt.test.d.ts +0 -1
- package/build/types/api/test/spt.test.d.ts.map +0 -1
- package/build/types/api/test/valueTypes.test.d.ts +0 -1
- package/build/types/api/test/valueTypes.test.d.ts.map +0 -1
|
@@ -1,722 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2025 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
import { beforeEach, describe, expect, it } from "vitest";
|
|
18
|
-
import { defineInterface } from "../defineInterface.js";
|
|
19
|
-
import { defineOntology, dumpOntologyFullMetadata } from "../defineOntology.js";
|
|
20
|
-
import { defineSharedPropertyType } from "../defineSpt.js";
|
|
21
|
-
describe("SPTs", () => {
|
|
22
|
-
beforeEach(async () => {
|
|
23
|
-
await defineOntology("com.palantir.", () => {}, "/tmp/");
|
|
24
|
-
});
|
|
25
|
-
it("doesn't let you create the same spt twice", () => {
|
|
26
|
-
defineSharedPropertyType({
|
|
27
|
-
apiName: "foo",
|
|
28
|
-
type: "string"
|
|
29
|
-
});
|
|
30
|
-
expect(() => {
|
|
31
|
-
defineSharedPropertyType({
|
|
32
|
-
apiName: "foo",
|
|
33
|
-
type: "string"
|
|
34
|
-
});
|
|
35
|
-
}).toThrowErrorMatchingInlineSnapshot(`[Error: Invariant failed: Shared property type com.palantir.foo already exists]`);
|
|
36
|
-
});
|
|
37
|
-
it("uses a predefined spt", () => {
|
|
38
|
-
const fooSpt = defineSharedPropertyType({
|
|
39
|
-
apiName: "fooSpt",
|
|
40
|
-
type: "string"
|
|
41
|
-
});
|
|
42
|
-
defineInterface({
|
|
43
|
-
apiName: "FooInterface",
|
|
44
|
-
displayName: "Foo Interface",
|
|
45
|
-
properties: {
|
|
46
|
-
fooSpt
|
|
47
|
-
},
|
|
48
|
-
icon: {
|
|
49
|
-
color: "#00000",
|
|
50
|
-
locator: "airplane"
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
expect(dumpOntologyFullMetadata().ontology).toMatchInlineSnapshot(`
|
|
54
|
-
{
|
|
55
|
-
"actionTypes": {},
|
|
56
|
-
"blockPermissionInformation": {
|
|
57
|
-
"actionTypes": {},
|
|
58
|
-
"linkTypes": {},
|
|
59
|
-
"objectTypes": {},
|
|
60
|
-
},
|
|
61
|
-
"interfaceTypes": {
|
|
62
|
-
"com.palantir.FooInterface": {
|
|
63
|
-
"interfaceType": {
|
|
64
|
-
"apiName": "com.palantir.FooInterface",
|
|
65
|
-
"displayMetadata": {
|
|
66
|
-
"description": "Foo Interface",
|
|
67
|
-
"displayName": "Foo Interface",
|
|
68
|
-
"icon": {
|
|
69
|
-
"blueprint": {
|
|
70
|
-
"color": "#00000",
|
|
71
|
-
"locator": "airplane",
|
|
72
|
-
},
|
|
73
|
-
"type": "blueprint",
|
|
74
|
-
},
|
|
75
|
-
},
|
|
76
|
-
"extendsInterfaces": [],
|
|
77
|
-
"links": [],
|
|
78
|
-
"properties": [],
|
|
79
|
-
"propertiesV2": {
|
|
80
|
-
"com.palantir.fooSpt": {
|
|
81
|
-
"required": true,
|
|
82
|
-
"sharedPropertyType": {
|
|
83
|
-
"aliases": [],
|
|
84
|
-
"apiName": "com.palantir.fooSpt",
|
|
85
|
-
"baseFormatter": undefined,
|
|
86
|
-
"dataConstraints": undefined,
|
|
87
|
-
"displayMetadata": {
|
|
88
|
-
"description": undefined,
|
|
89
|
-
"displayName": "fooSpt",
|
|
90
|
-
"visibility": "NORMAL",
|
|
91
|
-
},
|
|
92
|
-
"gothamMapping": undefined,
|
|
93
|
-
"indexedForSearch": true,
|
|
94
|
-
"type": {
|
|
95
|
-
"string": {
|
|
96
|
-
"analyzerOverride": undefined,
|
|
97
|
-
"enableAsciiFolding": undefined,
|
|
98
|
-
"isLongText": false,
|
|
99
|
-
"supportsEfficientLeadingWildcard": false,
|
|
100
|
-
"supportsExactMatching": true,
|
|
101
|
-
},
|
|
102
|
-
"type": "string",
|
|
103
|
-
},
|
|
104
|
-
"typeClasses": [
|
|
105
|
-
{
|
|
106
|
-
"kind": "render_hint",
|
|
107
|
-
"name": "SELECTABLE",
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"kind": "render_hint",
|
|
111
|
-
"name": "SORTABLE",
|
|
112
|
-
},
|
|
113
|
-
],
|
|
114
|
-
"valueType": undefined,
|
|
115
|
-
},
|
|
116
|
-
},
|
|
117
|
-
},
|
|
118
|
-
"propertiesV3": {
|
|
119
|
-
"com.palantir.fooSpt": {
|
|
120
|
-
"sharedPropertyBasedPropertyType": {
|
|
121
|
-
"requireImplementation": true,
|
|
122
|
-
"sharedPropertyType": {
|
|
123
|
-
"aliases": [],
|
|
124
|
-
"apiName": "com.palantir.fooSpt",
|
|
125
|
-
"baseFormatter": undefined,
|
|
126
|
-
"dataConstraints": undefined,
|
|
127
|
-
"displayMetadata": {
|
|
128
|
-
"description": undefined,
|
|
129
|
-
"displayName": "fooSpt",
|
|
130
|
-
"visibility": "NORMAL",
|
|
131
|
-
},
|
|
132
|
-
"gothamMapping": undefined,
|
|
133
|
-
"indexedForSearch": true,
|
|
134
|
-
"type": {
|
|
135
|
-
"string": {
|
|
136
|
-
"analyzerOverride": undefined,
|
|
137
|
-
"enableAsciiFolding": undefined,
|
|
138
|
-
"isLongText": false,
|
|
139
|
-
"supportsEfficientLeadingWildcard": false,
|
|
140
|
-
"supportsExactMatching": true,
|
|
141
|
-
},
|
|
142
|
-
"type": "string",
|
|
143
|
-
},
|
|
144
|
-
"typeClasses": [
|
|
145
|
-
{
|
|
146
|
-
"kind": "render_hint",
|
|
147
|
-
"name": "SELECTABLE",
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"kind": "render_hint",
|
|
151
|
-
"name": "SORTABLE",
|
|
152
|
-
},
|
|
153
|
-
],
|
|
154
|
-
"valueType": undefined,
|
|
155
|
-
},
|
|
156
|
-
},
|
|
157
|
-
"type": "sharedPropertyBasedPropertyType",
|
|
158
|
-
},
|
|
159
|
-
},
|
|
160
|
-
"searchable": true,
|
|
161
|
-
"status": {
|
|
162
|
-
"active": {},
|
|
163
|
-
"type": "active",
|
|
164
|
-
},
|
|
165
|
-
},
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
"linkTypes": {},
|
|
169
|
-
"objectTypes": {},
|
|
170
|
-
"sharedPropertyTypes": {
|
|
171
|
-
"com.palantir.fooSpt": {
|
|
172
|
-
"sharedPropertyType": {
|
|
173
|
-
"aliases": [],
|
|
174
|
-
"apiName": "com.palantir.fooSpt",
|
|
175
|
-
"baseFormatter": undefined,
|
|
176
|
-
"dataConstraints": undefined,
|
|
177
|
-
"displayMetadata": {
|
|
178
|
-
"description": undefined,
|
|
179
|
-
"displayName": "fooSpt",
|
|
180
|
-
"visibility": "NORMAL",
|
|
181
|
-
},
|
|
182
|
-
"gothamMapping": undefined,
|
|
183
|
-
"indexedForSearch": true,
|
|
184
|
-
"type": {
|
|
185
|
-
"string": {
|
|
186
|
-
"analyzerOverride": undefined,
|
|
187
|
-
"enableAsciiFolding": undefined,
|
|
188
|
-
"isLongText": false,
|
|
189
|
-
"supportsEfficientLeadingWildcard": false,
|
|
190
|
-
"supportsExactMatching": true,
|
|
191
|
-
},
|
|
192
|
-
"type": "string",
|
|
193
|
-
},
|
|
194
|
-
"typeClasses": [
|
|
195
|
-
{
|
|
196
|
-
"kind": "render_hint",
|
|
197
|
-
"name": "SELECTABLE",
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"kind": "render_hint",
|
|
201
|
-
"name": "SORTABLE",
|
|
202
|
-
},
|
|
203
|
-
],
|
|
204
|
-
"valueType": undefined,
|
|
205
|
-
},
|
|
206
|
-
},
|
|
207
|
-
},
|
|
208
|
-
}
|
|
209
|
-
`);
|
|
210
|
-
});
|
|
211
|
-
it("properly serializes both types of struct SPTs", () => {
|
|
212
|
-
defineSharedPropertyType({
|
|
213
|
-
apiName: "fooSpt",
|
|
214
|
-
type: {
|
|
215
|
-
type: "struct",
|
|
216
|
-
structDefinition: {
|
|
217
|
-
"simpleProperty": "boolean",
|
|
218
|
-
"complexProperty": {
|
|
219
|
-
fieldType: "date",
|
|
220
|
-
displayMetadata: {
|
|
221
|
-
displayName: "complex property",
|
|
222
|
-
description: undefined
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
});
|
|
228
|
-
expect(dumpOntologyFullMetadata().ontology).toMatchInlineSnapshot(`
|
|
229
|
-
{
|
|
230
|
-
"actionTypes": {},
|
|
231
|
-
"blockPermissionInformation": {
|
|
232
|
-
"actionTypes": {},
|
|
233
|
-
"linkTypes": {},
|
|
234
|
-
"objectTypes": {},
|
|
235
|
-
},
|
|
236
|
-
"interfaceTypes": {},
|
|
237
|
-
"linkTypes": {},
|
|
238
|
-
"objectTypes": {},
|
|
239
|
-
"sharedPropertyTypes": {
|
|
240
|
-
"com.palantir.fooSpt": {
|
|
241
|
-
"sharedPropertyType": {
|
|
242
|
-
"aliases": [],
|
|
243
|
-
"apiName": "com.palantir.fooSpt",
|
|
244
|
-
"baseFormatter": undefined,
|
|
245
|
-
"dataConstraints": undefined,
|
|
246
|
-
"displayMetadata": {
|
|
247
|
-
"description": undefined,
|
|
248
|
-
"displayName": "fooSpt",
|
|
249
|
-
"visibility": "NORMAL",
|
|
250
|
-
},
|
|
251
|
-
"gothamMapping": undefined,
|
|
252
|
-
"indexedForSearch": true,
|
|
253
|
-
"type": {
|
|
254
|
-
"struct": {
|
|
255
|
-
"structFields": [
|
|
256
|
-
{
|
|
257
|
-
"aliases": [],
|
|
258
|
-
"apiName": "simpleProperty",
|
|
259
|
-
"displayMetadata": {
|
|
260
|
-
"description": undefined,
|
|
261
|
-
"displayName": "simpleProperty",
|
|
262
|
-
},
|
|
263
|
-
"fieldType": {
|
|
264
|
-
"boolean": {},
|
|
265
|
-
"type": "boolean",
|
|
266
|
-
},
|
|
267
|
-
"typeClasses": [],
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"aliases": [],
|
|
271
|
-
"apiName": "complexProperty",
|
|
272
|
-
"displayMetadata": {
|
|
273
|
-
"description": undefined,
|
|
274
|
-
"displayName": "complex property",
|
|
275
|
-
},
|
|
276
|
-
"fieldType": {
|
|
277
|
-
"date": {},
|
|
278
|
-
"type": "date",
|
|
279
|
-
},
|
|
280
|
-
"typeClasses": [],
|
|
281
|
-
},
|
|
282
|
-
],
|
|
283
|
-
},
|
|
284
|
-
"type": "struct",
|
|
285
|
-
},
|
|
286
|
-
"typeClasses": [],
|
|
287
|
-
"valueType": undefined,
|
|
288
|
-
},
|
|
289
|
-
},
|
|
290
|
-
},
|
|
291
|
-
}
|
|
292
|
-
`);
|
|
293
|
-
});
|
|
294
|
-
it("Custom string fields properly set", () => {
|
|
295
|
-
const spt = defineSharedPropertyType({
|
|
296
|
-
apiName: "foo",
|
|
297
|
-
type: {
|
|
298
|
-
type: "string",
|
|
299
|
-
isLongText: true,
|
|
300
|
-
supportsEfficientLeadingWildcard: true,
|
|
301
|
-
supportsExactMatching: false
|
|
302
|
-
}
|
|
303
|
-
});
|
|
304
|
-
defineInterface({
|
|
305
|
-
apiName: "interface",
|
|
306
|
-
properties: {
|
|
307
|
-
foo: spt
|
|
308
|
-
}
|
|
309
|
-
});
|
|
310
|
-
expect(dumpOntologyFullMetadata().ontology).toMatchInlineSnapshot(`
|
|
311
|
-
{
|
|
312
|
-
"actionTypes": {},
|
|
313
|
-
"blockPermissionInformation": {
|
|
314
|
-
"actionTypes": {},
|
|
315
|
-
"linkTypes": {},
|
|
316
|
-
"objectTypes": {},
|
|
317
|
-
},
|
|
318
|
-
"interfaceTypes": {
|
|
319
|
-
"com.palantir.interface": {
|
|
320
|
-
"interfaceType": {
|
|
321
|
-
"apiName": "com.palantir.interface",
|
|
322
|
-
"displayMetadata": {
|
|
323
|
-
"description": "interface",
|
|
324
|
-
"displayName": "interface",
|
|
325
|
-
"icon": {
|
|
326
|
-
"blueprint": {
|
|
327
|
-
"color": "#4C90F0",
|
|
328
|
-
"locator": "layout-hierarchy",
|
|
329
|
-
},
|
|
330
|
-
"type": "blueprint",
|
|
331
|
-
},
|
|
332
|
-
},
|
|
333
|
-
"extendsInterfaces": [],
|
|
334
|
-
"links": [],
|
|
335
|
-
"properties": [],
|
|
336
|
-
"propertiesV2": {
|
|
337
|
-
"com.palantir.foo": {
|
|
338
|
-
"required": true,
|
|
339
|
-
"sharedPropertyType": {
|
|
340
|
-
"aliases": [],
|
|
341
|
-
"apiName": "com.palantir.foo",
|
|
342
|
-
"baseFormatter": undefined,
|
|
343
|
-
"dataConstraints": undefined,
|
|
344
|
-
"displayMetadata": {
|
|
345
|
-
"description": undefined,
|
|
346
|
-
"displayName": "foo",
|
|
347
|
-
"visibility": "NORMAL",
|
|
348
|
-
},
|
|
349
|
-
"gothamMapping": undefined,
|
|
350
|
-
"indexedForSearch": true,
|
|
351
|
-
"type": {
|
|
352
|
-
"string": {
|
|
353
|
-
"analyzerOverride": undefined,
|
|
354
|
-
"enableAsciiFolding": undefined,
|
|
355
|
-
"isLongText": true,
|
|
356
|
-
"supportsEfficientLeadingWildcard": true,
|
|
357
|
-
"supportsExactMatching": false,
|
|
358
|
-
"supportsFullTextRegex": undefined,
|
|
359
|
-
},
|
|
360
|
-
"type": "string",
|
|
361
|
-
},
|
|
362
|
-
"typeClasses": [
|
|
363
|
-
{
|
|
364
|
-
"kind": "render_hint",
|
|
365
|
-
"name": "SELECTABLE",
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "render_hint",
|
|
369
|
-
"name": "SORTABLE",
|
|
370
|
-
},
|
|
371
|
-
],
|
|
372
|
-
"valueType": undefined,
|
|
373
|
-
},
|
|
374
|
-
},
|
|
375
|
-
},
|
|
376
|
-
"propertiesV3": {
|
|
377
|
-
"com.palantir.foo": {
|
|
378
|
-
"sharedPropertyBasedPropertyType": {
|
|
379
|
-
"requireImplementation": true,
|
|
380
|
-
"sharedPropertyType": {
|
|
381
|
-
"aliases": [],
|
|
382
|
-
"apiName": "com.palantir.foo",
|
|
383
|
-
"baseFormatter": undefined,
|
|
384
|
-
"dataConstraints": undefined,
|
|
385
|
-
"displayMetadata": {
|
|
386
|
-
"description": undefined,
|
|
387
|
-
"displayName": "foo",
|
|
388
|
-
"visibility": "NORMAL",
|
|
389
|
-
},
|
|
390
|
-
"gothamMapping": undefined,
|
|
391
|
-
"indexedForSearch": true,
|
|
392
|
-
"type": {
|
|
393
|
-
"string": {
|
|
394
|
-
"analyzerOverride": undefined,
|
|
395
|
-
"enableAsciiFolding": undefined,
|
|
396
|
-
"isLongText": true,
|
|
397
|
-
"supportsEfficientLeadingWildcard": true,
|
|
398
|
-
"supportsExactMatching": false,
|
|
399
|
-
"supportsFullTextRegex": undefined,
|
|
400
|
-
},
|
|
401
|
-
"type": "string",
|
|
402
|
-
},
|
|
403
|
-
"typeClasses": [
|
|
404
|
-
{
|
|
405
|
-
"kind": "render_hint",
|
|
406
|
-
"name": "SELECTABLE",
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"kind": "render_hint",
|
|
410
|
-
"name": "SORTABLE",
|
|
411
|
-
},
|
|
412
|
-
],
|
|
413
|
-
"valueType": undefined,
|
|
414
|
-
},
|
|
415
|
-
},
|
|
416
|
-
"type": "sharedPropertyBasedPropertyType",
|
|
417
|
-
},
|
|
418
|
-
},
|
|
419
|
-
"searchable": true,
|
|
420
|
-
"status": {
|
|
421
|
-
"active": {},
|
|
422
|
-
"type": "active",
|
|
423
|
-
},
|
|
424
|
-
},
|
|
425
|
-
},
|
|
426
|
-
},
|
|
427
|
-
"linkTypes": {},
|
|
428
|
-
"objectTypes": {},
|
|
429
|
-
"sharedPropertyTypes": {
|
|
430
|
-
"com.palantir.foo": {
|
|
431
|
-
"sharedPropertyType": {
|
|
432
|
-
"aliases": [],
|
|
433
|
-
"apiName": "com.palantir.foo",
|
|
434
|
-
"baseFormatter": undefined,
|
|
435
|
-
"dataConstraints": undefined,
|
|
436
|
-
"displayMetadata": {
|
|
437
|
-
"description": undefined,
|
|
438
|
-
"displayName": "foo",
|
|
439
|
-
"visibility": "NORMAL",
|
|
440
|
-
},
|
|
441
|
-
"gothamMapping": undefined,
|
|
442
|
-
"indexedForSearch": true,
|
|
443
|
-
"type": {
|
|
444
|
-
"string": {
|
|
445
|
-
"analyzerOverride": undefined,
|
|
446
|
-
"enableAsciiFolding": undefined,
|
|
447
|
-
"isLongText": true,
|
|
448
|
-
"supportsEfficientLeadingWildcard": true,
|
|
449
|
-
"supportsExactMatching": false,
|
|
450
|
-
"supportsFullTextRegex": undefined,
|
|
451
|
-
},
|
|
452
|
-
"type": "string",
|
|
453
|
-
},
|
|
454
|
-
"typeClasses": [
|
|
455
|
-
{
|
|
456
|
-
"kind": "render_hint",
|
|
457
|
-
"name": "SELECTABLE",
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"kind": "render_hint",
|
|
461
|
-
"name": "SORTABLE",
|
|
462
|
-
},
|
|
463
|
-
],
|
|
464
|
-
"valueType": undefined,
|
|
465
|
-
},
|
|
466
|
-
},
|
|
467
|
-
},
|
|
468
|
-
}
|
|
469
|
-
`);
|
|
470
|
-
});
|
|
471
|
-
it("Custom decimal fields properly set", () => {
|
|
472
|
-
defineSharedPropertyType({
|
|
473
|
-
apiName: "precision",
|
|
474
|
-
type: {
|
|
475
|
-
type: "decimal",
|
|
476
|
-
precision: 10
|
|
477
|
-
}
|
|
478
|
-
});
|
|
479
|
-
defineSharedPropertyType({
|
|
480
|
-
apiName: "scale",
|
|
481
|
-
type: {
|
|
482
|
-
type: "decimal",
|
|
483
|
-
scale: 5
|
|
484
|
-
}
|
|
485
|
-
});
|
|
486
|
-
expect(dumpOntologyFullMetadata().ontology).toMatchInlineSnapshot(`
|
|
487
|
-
{
|
|
488
|
-
"actionTypes": {},
|
|
489
|
-
"blockPermissionInformation": {
|
|
490
|
-
"actionTypes": {},
|
|
491
|
-
"linkTypes": {},
|
|
492
|
-
"objectTypes": {},
|
|
493
|
-
},
|
|
494
|
-
"interfaceTypes": {},
|
|
495
|
-
"linkTypes": {},
|
|
496
|
-
"objectTypes": {},
|
|
497
|
-
"sharedPropertyTypes": {
|
|
498
|
-
"com.palantir.precision": {
|
|
499
|
-
"sharedPropertyType": {
|
|
500
|
-
"aliases": [],
|
|
501
|
-
"apiName": "com.palantir.precision",
|
|
502
|
-
"baseFormatter": undefined,
|
|
503
|
-
"dataConstraints": undefined,
|
|
504
|
-
"displayMetadata": {
|
|
505
|
-
"description": undefined,
|
|
506
|
-
"displayName": "precision",
|
|
507
|
-
"visibility": "NORMAL",
|
|
508
|
-
},
|
|
509
|
-
"gothamMapping": undefined,
|
|
510
|
-
"indexedForSearch": true,
|
|
511
|
-
"type": {
|
|
512
|
-
"decimal": {
|
|
513
|
-
"precision": 10,
|
|
514
|
-
"scale": undefined,
|
|
515
|
-
},
|
|
516
|
-
"type": "decimal",
|
|
517
|
-
},
|
|
518
|
-
"typeClasses": [
|
|
519
|
-
{
|
|
520
|
-
"kind": "render_hint",
|
|
521
|
-
"name": "SELECTABLE",
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"kind": "render_hint",
|
|
525
|
-
"name": "SORTABLE",
|
|
526
|
-
},
|
|
527
|
-
],
|
|
528
|
-
"valueType": undefined,
|
|
529
|
-
},
|
|
530
|
-
},
|
|
531
|
-
"com.palantir.scale": {
|
|
532
|
-
"sharedPropertyType": {
|
|
533
|
-
"aliases": [],
|
|
534
|
-
"apiName": "com.palantir.scale",
|
|
535
|
-
"baseFormatter": undefined,
|
|
536
|
-
"dataConstraints": undefined,
|
|
537
|
-
"displayMetadata": {
|
|
538
|
-
"description": undefined,
|
|
539
|
-
"displayName": "scale",
|
|
540
|
-
"visibility": "NORMAL",
|
|
541
|
-
},
|
|
542
|
-
"gothamMapping": undefined,
|
|
543
|
-
"indexedForSearch": true,
|
|
544
|
-
"type": {
|
|
545
|
-
"decimal": {
|
|
546
|
-
"precision": undefined,
|
|
547
|
-
"scale": 5,
|
|
548
|
-
},
|
|
549
|
-
"type": "decimal",
|
|
550
|
-
},
|
|
551
|
-
"typeClasses": [
|
|
552
|
-
{
|
|
553
|
-
"kind": "render_hint",
|
|
554
|
-
"name": "SELECTABLE",
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"kind": "render_hint",
|
|
558
|
-
"name": "SORTABLE",
|
|
559
|
-
},
|
|
560
|
-
],
|
|
561
|
-
"valueType": undefined,
|
|
562
|
-
},
|
|
563
|
-
},
|
|
564
|
-
},
|
|
565
|
-
}
|
|
566
|
-
`);
|
|
567
|
-
});
|
|
568
|
-
it("Number formatting works", () => {
|
|
569
|
-
defineSharedPropertyType({
|
|
570
|
-
apiName: "foo",
|
|
571
|
-
type: "double",
|
|
572
|
-
baseFormatter: {
|
|
573
|
-
type: "number",
|
|
574
|
-
number: {
|
|
575
|
-
type: "base",
|
|
576
|
-
base: {
|
|
577
|
-
maximumFractionDigits: 1
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
}
|
|
581
|
-
});
|
|
582
|
-
expect(dumpOntologyFullMetadata()).toMatchInlineSnapshot(`
|
|
583
|
-
{
|
|
584
|
-
"importedOntology": {
|
|
585
|
-
"actionTypes": {},
|
|
586
|
-
"blockPermissionInformation": {
|
|
587
|
-
"actionTypes": {},
|
|
588
|
-
"linkTypes": {},
|
|
589
|
-
"objectTypes": {},
|
|
590
|
-
},
|
|
591
|
-
"interfaceTypes": {},
|
|
592
|
-
"linkTypes": {},
|
|
593
|
-
"objectTypes": {},
|
|
594
|
-
"sharedPropertyTypes": {},
|
|
595
|
-
},
|
|
596
|
-
"importedValueTypes": {
|
|
597
|
-
"valueTypes": [],
|
|
598
|
-
},
|
|
599
|
-
"ontology": {
|
|
600
|
-
"actionTypes": {},
|
|
601
|
-
"blockPermissionInformation": {
|
|
602
|
-
"actionTypes": {},
|
|
603
|
-
"linkTypes": {},
|
|
604
|
-
"objectTypes": {},
|
|
605
|
-
},
|
|
606
|
-
"interfaceTypes": {},
|
|
607
|
-
"linkTypes": {},
|
|
608
|
-
"objectTypes": {},
|
|
609
|
-
"sharedPropertyTypes": {
|
|
610
|
-
"com.palantir.foo": {
|
|
611
|
-
"sharedPropertyType": {
|
|
612
|
-
"aliases": [],
|
|
613
|
-
"apiName": "com.palantir.foo",
|
|
614
|
-
"baseFormatter": {
|
|
615
|
-
"number": {
|
|
616
|
-
"base": {
|
|
617
|
-
"maximumFractionDigits": 1,
|
|
618
|
-
},
|
|
619
|
-
"type": "base",
|
|
620
|
-
},
|
|
621
|
-
"type": "number",
|
|
622
|
-
},
|
|
623
|
-
"dataConstraints": undefined,
|
|
624
|
-
"displayMetadata": {
|
|
625
|
-
"description": undefined,
|
|
626
|
-
"displayName": "foo",
|
|
627
|
-
"visibility": "NORMAL",
|
|
628
|
-
},
|
|
629
|
-
"gothamMapping": undefined,
|
|
630
|
-
"indexedForSearch": true,
|
|
631
|
-
"type": {
|
|
632
|
-
"double": {},
|
|
633
|
-
"type": "double",
|
|
634
|
-
},
|
|
635
|
-
"typeClasses": [
|
|
636
|
-
{
|
|
637
|
-
"kind": "render_hint",
|
|
638
|
-
"name": "SELECTABLE",
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"kind": "render_hint",
|
|
642
|
-
"name": "SORTABLE",
|
|
643
|
-
},
|
|
644
|
-
],
|
|
645
|
-
"valueType": undefined,
|
|
646
|
-
},
|
|
647
|
-
},
|
|
648
|
-
},
|
|
649
|
-
},
|
|
650
|
-
"randomnessKey": undefined,
|
|
651
|
-
"valueTypes": {
|
|
652
|
-
"valueTypes": [],
|
|
653
|
-
},
|
|
654
|
-
}
|
|
655
|
-
`);
|
|
656
|
-
});
|
|
657
|
-
it("Aliases properly set", () => {
|
|
658
|
-
defineSharedPropertyType({
|
|
659
|
-
apiName: "foo",
|
|
660
|
-
type: {
|
|
661
|
-
type: "string"
|
|
662
|
-
},
|
|
663
|
-
aliases: ["alias1", "alias2"]
|
|
664
|
-
});
|
|
665
|
-
expect(dumpOntologyFullMetadata().ontology).toMatchInlineSnapshot(`
|
|
666
|
-
{
|
|
667
|
-
"actionTypes": {},
|
|
668
|
-
"blockPermissionInformation": {
|
|
669
|
-
"actionTypes": {},
|
|
670
|
-
"linkTypes": {},
|
|
671
|
-
"objectTypes": {},
|
|
672
|
-
},
|
|
673
|
-
"interfaceTypes": {},
|
|
674
|
-
"linkTypes": {},
|
|
675
|
-
"objectTypes": {},
|
|
676
|
-
"sharedPropertyTypes": {
|
|
677
|
-
"com.palantir.foo": {
|
|
678
|
-
"sharedPropertyType": {
|
|
679
|
-
"aliases": [
|
|
680
|
-
"alias1",
|
|
681
|
-
"alias2",
|
|
682
|
-
],
|
|
683
|
-
"apiName": "com.palantir.foo",
|
|
684
|
-
"baseFormatter": undefined,
|
|
685
|
-
"dataConstraints": undefined,
|
|
686
|
-
"displayMetadata": {
|
|
687
|
-
"description": undefined,
|
|
688
|
-
"displayName": "foo",
|
|
689
|
-
"visibility": "NORMAL",
|
|
690
|
-
},
|
|
691
|
-
"gothamMapping": undefined,
|
|
692
|
-
"indexedForSearch": true,
|
|
693
|
-
"type": {
|
|
694
|
-
"string": {
|
|
695
|
-
"analyzerOverride": undefined,
|
|
696
|
-
"enableAsciiFolding": undefined,
|
|
697
|
-
"isLongText": false,
|
|
698
|
-
"supportsEfficientLeadingWildcard": false,
|
|
699
|
-
"supportsExactMatching": true,
|
|
700
|
-
"supportsFullTextRegex": undefined,
|
|
701
|
-
},
|
|
702
|
-
"type": "string",
|
|
703
|
-
},
|
|
704
|
-
"typeClasses": [
|
|
705
|
-
{
|
|
706
|
-
"kind": "render_hint",
|
|
707
|
-
"name": "SELECTABLE",
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"kind": "render_hint",
|
|
711
|
-
"name": "SORTABLE",
|
|
712
|
-
},
|
|
713
|
-
],
|
|
714
|
-
"valueType": undefined,
|
|
715
|
-
},
|
|
716
|
-
},
|
|
717
|
-
},
|
|
718
|
-
}
|
|
719
|
-
`);
|
|
720
|
-
});
|
|
721
|
-
});
|
|
722
|
-
//# sourceMappingURL=spt.test.js.map
|