@osdk/client.unstable 2.8.0-beta.3 → 2.8.0-beta.31
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 +80 -0
- package/api.d.ts +17 -0
- package/build/browser/public/api.js +3 -0
- package/build/browser/public/api.js.map +1 -0
- package/build/cjs/index.d.cts +388 -11
- package/build/cjs/public/api.cjs +4 -0
- package/build/cjs/public/api.cjs.map +1 -0
- package/build/cjs/public/api.d.cts +3272 -0
- package/build/esm/public/api.js +3 -0
- package/build/esm/public/api.js.map +1 -0
- package/build/types/blockDataIr.d.ts +8 -1
- package/build/types/blockDataIr.d.ts.map +1 -1
- package/build/types/generated/marketplace/api/__components.d.ts +3207 -0
- package/build/types/generated/marketplace/api/__components.d.ts.map +1 -0
- package/build/types/generated/marketplace/api/index.d.ts +1 -0
- package/build/types/generated/marketplace/api/index.d.ts.map +1 -0
- package/build/types/generated/marketplace/index.d.ts +1 -0
- package/build/types/generated/marketplace/index.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/__components.d.ts +340 -10
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +10 -2
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +27 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +143 -3
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +6 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService/checkActionTypeProvenanceStatus.d.ts +10 -0
- package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService/checkActionTypeProvenanceStatus.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/usage/__components.d.ts +40 -0
- package/build/types/generated/ontology-metadata/api/usage/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/usage/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/usage/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +132 -1
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +48 -2
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts.map +1 -1
- package/build/types/index.d.ts +2 -2
- package/build/types/index.d.ts.map +1 -1
- package/build/types/public/api.d.ts +1 -0
- package/build/types/public/api.d.ts.map +1 -0
- package/package.json +10 -1
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import type { ActionTypeRid as _api_ActionTypeRid, LinkTypeIdentifier as _api_LinkTypeIdentifier, LinkTypeRid as _api_LinkTypeRid, ObjectTypeFieldApiName as _api_ObjectTypeFieldApiName, ObjectTypeIdentifier as _api_ObjectTypeIdentifier, ObjectTypeRid as _api_ObjectTypeRid, OrganizationRid as _api_OrganizationRid, PropertyTypeId as _api_PropertyTypeId, PropertyTypeRid as _api_PropertyTypeRid, UserId as _api_UserId } from "../__components.js";
|
|
2
|
+
export interface ActionTypeProvenanceStatus_noIncorrectProvenanceRecorded {
|
|
3
|
+
type: "noIncorrectProvenanceRecorded";
|
|
4
|
+
noIncorrectProvenanceRecorded: NoIncorrectProvenanceRecorded;
|
|
5
|
+
}
|
|
6
|
+
export interface ActionTypeProvenanceStatus_incorrectProvenanceRecorded {
|
|
7
|
+
type: "incorrectProvenanceRecorded";
|
|
8
|
+
incorrectProvenanceRecorded: IncorrectProvenanceRecorded;
|
|
9
|
+
}
|
|
10
|
+
export interface ActionTypeProvenanceStatus_noFunctionRules {
|
|
11
|
+
type: "noFunctionRules";
|
|
12
|
+
noFunctionRules: NoFunctionRules;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Status of provenance reporting for an action type.
|
|
16
|
+
*/
|
|
17
|
+
export type ActionTypeProvenanceStatus = ActionTypeProvenanceStatus_noIncorrectProvenanceRecorded | ActionTypeProvenanceStatus_incorrectProvenanceRecorded | ActionTypeProvenanceStatus_noFunctionRules;
|
|
2
18
|
export interface ActionTypeUsage {
|
|
3
19
|
authenticationFailures: number;
|
|
4
20
|
functionFailures: number;
|
|
@@ -12,6 +28,18 @@ export interface ActionTypeUsage {
|
|
|
12
28
|
* Reference to the backend service used to query the reported entities.
|
|
13
29
|
*/
|
|
14
30
|
export type Backend = "PHONOGRAPH" | "OBJECT_SET_SERVICE" | "ACTIONS";
|
|
31
|
+
/**
|
|
32
|
+
* Request to check provenance reporting status for action types.
|
|
33
|
+
*/
|
|
34
|
+
export interface CheckActionTypeProvenanceStatusRequest {
|
|
35
|
+
actionTypeRids: Array<_api_ActionTypeRid>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Response containing provenance status for action types.
|
|
39
|
+
*/
|
|
40
|
+
export interface CheckActionTypeProvenanceStatusResponse {
|
|
41
|
+
provenanceStatusByActionType: Record<_api_ActionTypeRid, ActionTypeProvenanceStatus>;
|
|
42
|
+
}
|
|
15
43
|
export interface DeprecationOntologyEntityIdentifier_objectTypeRid {
|
|
16
44
|
type: "objectTypeRid";
|
|
17
45
|
objectTypeRid: _api_ObjectTypeRid;
|
|
@@ -147,6 +175,18 @@ export interface GetUsageSettingsByUserResponse {
|
|
|
147
175
|
enabled: boolean;
|
|
148
176
|
}
|
|
149
177
|
/**
|
|
178
|
+
* Marker type indicating previously incorrectly reported provenance.
|
|
179
|
+
*/
|
|
180
|
+
export interface IncorrectProvenanceRecorded {}
|
|
181
|
+
/**
|
|
182
|
+
* Marker type indicating no function rules to check.
|
|
183
|
+
*/
|
|
184
|
+
export interface NoFunctionRules {}
|
|
185
|
+
/**
|
|
186
|
+
* Marker type indicating no incorrect provenance was reported so far.
|
|
187
|
+
*/
|
|
188
|
+
export interface NoIncorrectProvenanceRecorded {}
|
|
189
|
+
/**
|
|
150
190
|
* An ObjectTypeIdentifier with its PropertyTypeIdentifier(s) to report usage for.
|
|
151
191
|
*/
|
|
152
192
|
export interface ObjectTypeAndPropertyTypeIdentifiers {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,cACE,iBAAiB,oBACjB,sBAAsB,yBACtB,eAAe,kBACf,0BAA0B,6BAC1B,wBAAwB,2BACxB,iBAAiB,oBACjB,mBAAmB,sBACnB,kBAAkB,qBAClB,mBAAmB,sBACnB,UAAU,mBACL,oBAAqB;AAC5B,iBAAiB,gBAAgB;CAC/B;CACA;CACA;CACA;CACA;CACA;CACA;AACD;;;;AAID,YAAY,UAAU,eAAe,uBAAuB;
|
|
1
|
+
{"mappings":"AAgBA,cACE,iBAAiB,oBACjB,sBAAsB,yBACtB,eAAe,kBACf,0BAA0B,6BAC1B,wBAAwB,2BACxB,iBAAiB,oBACjB,mBAAmB,sBACnB,kBAAkB,qBAClB,mBAAmB,sBACnB,UAAU,mBACL,oBAAqB;AAC5B,iBAAiB,yDAAyD;CACxE,MAAM;CACN,+BAA+B;AAChC;AAED,iBAAiB,uDAAuD;CACtE,MAAM;CACN,6BAA6B;AAC9B;AAED,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,iBAAiB;AAClB;;;;AAID,YAAY,6BACR,2DACA,yDACA;AAEJ,iBAAiB,gBAAgB;CAC/B;CACA;CACA;CACA;CACA;CACA;CACA;AACD;;;;AAID,YAAY,UAAU,eAAe,uBAAuB;;;;AAK5D,iBAAiB,uCAAuC;CACtD,gBAAgB,MAAM;AACvB;;;;AAID,iBAAiB,wCAAwC;CACvD,8BAA8B,OAC5B,oBACA;AAEH;AACD,iBAAiB,kDAAkD;CACjE,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,gDAAgD;CAC/D,MAAM;CACN,aAAa;AACd;;;;AAID,YAAY,sCACR,oDACA;;;;;;AAOJ,YAAY,mBAAmB,OAAO;;;;AAKtC,iBAAiB,sCAAsC;CACrD,qBAAqB;CACrB,OAAO;AACR;;;;AAID,iBAAiB,SAAS;CACxB;CACA,gBAAgB;AACjB;;;;AAID,YAAY,iBAAiB,WAAW;AACxC,iBAAiB,0BAA0B;CACzC,eAAe;CACf;CACA,YAAY;CACZ;AACD;AACD,iBAAiB,2BAA2B;CAC1C,iBAAiB,eAAe;AACjC;;;;;AAKD,iBAAiB,2BAA2B;CAC1C,UAAU,MAAM;CAChB;CACA,gBAAgB,MAAM;CACtB,gBAAgB;CAChB,sBAAsB,MAAM;CAC5B;CACA,YAAY,MAAM;AACnB;;;;;AAKD,iBAAiB,4BAA4B;CAC3C,gBAAgB,OAAO,SAAS;CAChC,YAAY,eAAe;CAC3B,uBAAuB;CACvB,4BAA4B,MAAM;CAClC,kBAAkB,OAAO,WAAW;AACrC;;;;;AAKD,iBAAiB,gBAAgB;CAC/B;CACA,gBAAgB;CAChB;CACA,YAAY,MAAM;CAClB,YAAY,MAAM;CAClB,SAAS,MAAM;AAChB;;;;;AAKD,iBAAiB,kBAAkB;CACjC;CACA,2BAA2B;CAC3B,SAAS;CACT;CACA,YAAY,MAAM;CAClB,YAAY,MAAM;CAClB,SAAS,MAAM;AAChB;;;;AAID,iBAAiB,iBAAiB;CAChC;CACA,oBAAoB,OAAO,sBAAsB;CACjD,gBAAgB,OAAO,aAAa;CACpC,qBAAqB,OAAO,WAAW;CACvC,cAAc;CACd,aAAa,eAAe;AAC7B;;;;AAID,iBAAiB,mBAAmB;CAClC;CACA,sBAAsB,OAAO,oBAAoB;CACjD,cAAc;AACf;;;;AAID,iBAAiB,sCAAsC,CACtD;;;;AAID,iBAAiB,uCAAuC;CACtD;AACD;;;;;AAKD,iBAAiB,8BAA8B,CAC9C;;;;AAID,iBAAiB,+BAA+B;CAC9C;AACD;;;;AAID,iBAAiB,4BAA4B,CAC5C;;;;AAID,iBAAiB,gBAAgB,CAChC;;;;AAID,iBAAiB,8BAA8B,CAC9C;;;;AAID,iBAAiB,qCAAqC;CACpD,sBAAsB;CACtB,yBAAyB,MAAM;AAChC;AACD,iBAAiB,yBAAyB;CACxC,eAAe;CACf,kBAAkB,MAAM;AACzB;AACD,iBAAiB,kDAAkD;CACjE,MAAM;CACN,0BAA0B;AAC3B;AAED,iBAAiB,kCAAkC;CACjD,MAAM;CACN,UAAU;AACX;;;;AAID,YAAY,2BACR,oDACA;AAEJ,iBAAiB,yCAAyC;CACxD,MAAM;CACN,gBAAgB,MAAM;AACvB;;;;AAID,YAAY,4BACV;;;;AAKF,iBAAiB,yBAAyB;CACxC,qBAAqB,MAAM;CAC3B,sCAAsC,MACpC;CAEF,8BAA8B,MAAM;AACrC;AACD,iBAAiB,kCAAkC;CACjD,MAAM;CACN;AACD;;;;;AAKD,YAAY,iBAAiB;AAE7B,iBAAiB,4CAA4C;CAC3D,MAAM;CACN,yBAAyB,MAAM;AAChC;;;;;AAKD,YAAY,sBAAsB;;;;AAKlC,YAAY;AACZ,iBAAiB,sCAAsC;CACrD,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,qBAAqB;AACtB;AAED,iBAAiB,uCAAuC;CACtD,MAAM;CACN,iBAAiB;AAClB;;;;AAID,YAAY,yBACR,wCACA,6CACA;;;;AAKJ,iBAAiB,2BAA2B;CAC1C,SAAS;CACT,WAAW;CACX,0BAA0B;CAC1B,sBAAsB;CACtB,YAAY,MAAM;CAClB,YAAY;AACb;;;;AAID,iBAAiB,4BAA4B,CAC5C;;;;AAID,iBAAiB,sCAAsC;CACrD;AACD;;;;AAID,iBAAiB,uCAAuC,CACvD;AACD,iBAAiB,aAAa;CAC5B;AACD;;;;AAID,iBAAiB,YAAY;CAC3B;CACA,aAAa,OAAO;AACrB;;;;AAID,iBAAiB,mBAAmB;CAClC;CACA,aAAa,OAAO;AACrB;;;;AAID,iBAAiB,iBAAiB;CAChC;CACA,aAAa,OAAO;AACrB;;;;AAID,iBAAiB,aAAa;CAC5B,aAAa,OAAO;AACrB;;;;AAID,iBAAiB,kBAAkB;CACjC;CACA,aAAa,OAAO;AACrB;;;;AAID,YAAY,YAAY,SAAS,UAAU,aAAa;;;;;AAMxD,YAAY","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/usage/__components.ts"],"version":3,"file":"__components.d.ts"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * as ExperimentalOntologyUsageService from "./ExperimentalOntologyUsageService.js";
|
|
2
|
-
export type { ActionTypeUsage, Backend, DeprecationOntologyEntityIdentifier, DeprecationUsage, DeprecationUsageByOriginResourceChain, Endpoint, EndpointStatus, GetActionTypeUsageRequest, GetActionTypeUsageResponse, GetDeprecationUsageRequest, GetDeprecationUsageResponse, GetUsageRequest, GetUsageRequestV2, GetUsageResponse, GetUsageResponseV2, GetUsageSettingsByOrganizationRequest, GetUsageSettingsByOrganizationResponse, GetUsageSettingsByUserRequest, GetUsageSettingsByUserResponse, ObjectTypeAndPropertyTypeIdentifiers, ObjectTypeWithProperties, OntologyEntityIdentifier, OntologyEntityIdentifiers, OntologyEntityReferences, OriginResource, OriginResourceChain, OwningRid, PropertyTypeIdentifier, ReportUsageMetadataRequest, ReportUsageMetadataResponse, SetUsageSettingsByOrganizationRequest, SetUsageSettingsByOrganizationResponse, UsageOverall, UsagePerDay, UsagePerObjectType, UsagePerProperty, UsagePerUser, UsagePerUserAgent, UsageType, UserAgent } from "./__components.js";
|
|
2
|
+
export type { ActionTypeProvenanceStatus, ActionTypeUsage, Backend, CheckActionTypeProvenanceStatusRequest, CheckActionTypeProvenanceStatusResponse, DeprecationOntologyEntityIdentifier, DeprecationUsage, DeprecationUsageByOriginResourceChain, Endpoint, EndpointStatus, GetActionTypeUsageRequest, GetActionTypeUsageResponse, GetDeprecationUsageRequest, GetDeprecationUsageResponse, GetUsageRequest, GetUsageRequestV2, GetUsageResponse, GetUsageResponseV2, GetUsageSettingsByOrganizationRequest, GetUsageSettingsByOrganizationResponse, GetUsageSettingsByUserRequest, GetUsageSettingsByUserResponse, IncorrectProvenanceRecorded, NoFunctionRules, NoIncorrectProvenanceRecorded, ObjectTypeAndPropertyTypeIdentifiers, ObjectTypeWithProperties, OntologyEntityIdentifier, OntologyEntityIdentifiers, OntologyEntityReferences, OriginResource, OriginResourceChain, OwningRid, PropertyTypeIdentifier, ReportUsageMetadataRequest, ReportUsageMetadataResponse, SetUsageSettingsByOrganizationRequest, SetUsageSettingsByOrganizationResponse, UsageOverall, UsagePerDay, UsagePerObjectType, UsagePerProperty, UsagePerUser, UsagePerUserAgent, UsageType, UserAgent } from "./__components.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,YAAY,sCAAsC;AAElD,cACE,iBACA,SACA,qCACA,kBACA,uCACA,UACA,gBACA,2BACA,4BACA,4BACA,6BACA,iBACA,mBACA,kBACA,oBACA,uCACA,wCACA,+BACA,gCACA,sCACA,0BACA,0BACA,2BACA,0BACA,gBACA,qBACA,WACA,wBACA,4BACA,6BACA,uCACA,wCACA,cACA,aACA,oBACA,kBACA,cACA,mBACA,WACA,iBACK","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/usage/index.ts"],"version":3,"file":"index.d.ts"}
|
|
1
|
+
{"mappings":"AAgBA,YAAY,sCAAsC;AAElD,cACE,4BACA,iBACA,SACA,wCACA,yCACA,qCACA,kBACA,uCACA,UACA,gBACA,2BACA,4BACA,4BACA,6BACA,iBACA,mBACA,kBACA,oBACA,uCACA,wCACA,+BACA,gCACA,6BACA,iBACA,+BACA,sCACA,0BACA,0BACA,2BACA,0BACA,gBACA,qBACA,WACA,wBACA,4BACA,6BACA,uCACA,wCACA,cACA,aACA,oBACA,kBACA,cACA,mBACA,WACA,iBACK","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/usage/index.ts"],"version":3,"file":"index.d.ts"}
|
|
@@ -108,6 +108,10 @@ export interface ActionTypeApiNameInvalidFormat {}
|
|
|
108
108
|
*/
|
|
109
109
|
export interface ActionTypeApiNameMissing {}
|
|
110
110
|
/**
|
|
111
|
+
* The applying message of an action type exceeds the maximum length.
|
|
112
|
+
*/
|
|
113
|
+
export interface ActionTypeApplyingMessageTooLong {}
|
|
114
|
+
/**
|
|
111
115
|
* The button text of an action type exceeds the maximum length.
|
|
112
116
|
*/
|
|
113
117
|
export interface ActionTypeButtonTextTooLong {}
|
|
@@ -229,6 +233,18 @@ export interface ActionTypeHasRevertsEnabledForInvalidLinkTypeStorageBackendCate
|
|
|
229
233
|
*/
|
|
230
234
|
export interface ActionTypeHasRevertsEnabledForInvalidObjectTypeStorageBackendCategory {}
|
|
231
235
|
/**
|
|
236
|
+
* There are some properties on the ObjectType for which the ActionType is listed as inline but the ModifyObjectRule does not modify those properties of the ObjectType.
|
|
237
|
+
*/
|
|
238
|
+
export interface ActionTypeInlineActionTypeDoesNotModifyAllPropertyTypesForWhichActionTypeIsInline {}
|
|
239
|
+
/**
|
|
240
|
+
* An Inline ActionType must contain a single ModifyObjectRule
|
|
241
|
+
*/
|
|
242
|
+
export interface ActionTypeInlineActionTypeLogicMustConsistOfOneAndOnlyOneModifyObjectRule {}
|
|
243
|
+
/**
|
|
244
|
+
* An Inline ActionType's logic must consist of a single ModifyObjectRule which modifies the ObjectType for which the ActionType is listed as inline.
|
|
245
|
+
*/
|
|
246
|
+
export interface ActionTypeInlineActionTypeLogicRuleMustModifyObjectTypeWhichReferencesTheActionTypeAsInline {}
|
|
247
|
+
/**
|
|
232
248
|
* The user attempted to add a string-cbac-picker typeclass to a parameter but did not have sufficient permissions.
|
|
233
249
|
*/
|
|
234
250
|
export interface ActionTypeInsufficientPermissionsToAddStringCbacPickerTypeclass {}
|
|
@@ -301,10 +317,18 @@ export interface ActionTypeInvalidApiNamePrefixes {}
|
|
|
301
317
|
*/
|
|
302
318
|
export interface ActionTypeInvalidLogicRuleForObjectType {}
|
|
303
319
|
/**
|
|
320
|
+
* The logic rule provided for Inline ActionType is not valid. ParameterId which corresponds to ActionType parameter modifying the inlined Property is not present on the ModifyObjectRule.
|
|
321
|
+
*/
|
|
322
|
+
export interface ActionTypeInvalidLogicRuleProvidedForInlineActionTypeProperty {}
|
|
323
|
+
/**
|
|
304
324
|
* The parameter specified as the starting object set for an object dropdown is not an object reference or object reference list.
|
|
305
325
|
*/
|
|
306
326
|
export interface ActionTypeInvalidObjectDropdownStartingParameter {}
|
|
307
327
|
/**
|
|
328
|
+
* The parameter mapped to the property in the inline ActionType is not equal to the parameter provided in the InlineActionType definition.
|
|
329
|
+
*/
|
|
330
|
+
export interface ActionTypeInvalidParameterIdProvidedForInlineActionType {}
|
|
331
|
+
/**
|
|
308
332
|
* Action Type revert duration is invalid.
|
|
309
333
|
*/
|
|
310
334
|
export interface ActionTypeInvalidRevertDuration {}
|
|
@@ -662,6 +686,10 @@ export interface CompassFoldersUsedInCbacEnvironment {}
|
|
|
662
686
|
* Entities cannot be created in (or migrated to) Compass folders if they belong to the default ontology.
|
|
663
687
|
*/
|
|
664
688
|
export interface CompassFoldersUsedInDefaultOntology {}
|
|
689
|
+
/**
|
|
690
|
+
* An updated or created entity type is referencing Shared Property Types that do not exist.
|
|
691
|
+
*/
|
|
692
|
+
export interface CreatedOrUpdatedEntityTypeReferencingNonExistentSharedPropertyTypes {}
|
|
665
693
|
export interface EasedPipelineBuilderError {}
|
|
666
694
|
/**
|
|
667
695
|
* Edits-only object types must have property security groups.
|
|
@@ -981,6 +1009,10 @@ export interface ErrorType_interfacePropertyTypeApiNameConflict {
|
|
|
981
1009
|
type: "interfacePropertyTypeApiNameConflict";
|
|
982
1010
|
interfacePropertyTypeApiNameConflict: InterfacePropertyTypeApiNameConflict;
|
|
983
1011
|
}
|
|
1012
|
+
export interface ErrorType_interfacePropertyTypeApiNameIgnoringNamespaceConflict {
|
|
1013
|
+
type: "interfacePropertyTypeApiNameIgnoringNamespaceConflict";
|
|
1014
|
+
interfacePropertyTypeApiNameIgnoringNamespaceConflict: InterfacePropertyTypeApiNameIgnoringNamespaceConflict;
|
|
1015
|
+
}
|
|
984
1016
|
export interface ErrorType_interfaceTypeImplementedTooOften {
|
|
985
1017
|
type: "interfaceTypeImplementedTooOften";
|
|
986
1018
|
interfaceTypeImplementedTooOften: InterfaceTypeImplementedTooOften;
|
|
@@ -1177,6 +1209,10 @@ export interface ErrorType_objectTypePropertySecurityGroupsNotSupportedWithRvMat
|
|
|
1177
1209
|
type: "objectTypePropertySecurityGroupsNotSupportedWithRvMaterializations";
|
|
1178
1210
|
objectTypePropertySecurityGroupsNotSupportedWithRvMaterializations: ObjectTypePropertySecurityGroupsNotSupportedWithRvMaterializations;
|
|
1179
1211
|
}
|
|
1212
|
+
export interface ErrorType_objectTypeWithStreamDatasourceCannotHaveMaterializations {
|
|
1213
|
+
type: "objectTypeWithStreamDatasourceCannotHaveMaterializations";
|
|
1214
|
+
objectTypeWithStreamDatasourceCannotHaveMaterializations: ObjectTypeWithStreamDatasourceCannotHaveMaterializations;
|
|
1215
|
+
}
|
|
1180
1216
|
export interface ErrorType_editsOnlyObjectTypeMustHavePropertySecurityGroups {
|
|
1181
1217
|
type: "editsOnlyObjectTypeMustHavePropertySecurityGroups";
|
|
1182
1218
|
editsOnlyObjectTypeMustHavePropertySecurityGroups: EditsOnlyObjectTypeMustHavePropertySecurityGroups;
|
|
@@ -1201,6 +1237,10 @@ export interface ErrorType_objectTypeStructColumnFieldMissingFromBackingDatasour
|
|
|
1201
1237
|
type: "objectTypeStructColumnFieldMissingFromBackingDatasource";
|
|
1202
1238
|
objectTypeStructColumnFieldMissingFromBackingDatasource: ObjectTypeStructColumnFieldMissingFromBackingDatasource;
|
|
1203
1239
|
}
|
|
1240
|
+
export interface ErrorType_objectTypeDuplicateStructDatasourceMapping {
|
|
1241
|
+
type: "objectTypeDuplicateStructDatasourceMapping";
|
|
1242
|
+
objectTypeDuplicateStructDatasourceMapping: ObjectTypeDuplicateStructDatasourceMapping;
|
|
1243
|
+
}
|
|
1204
1244
|
export interface ErrorType_objectTypeDatasourceSchemaNotFound {
|
|
1205
1245
|
type: "objectTypeDatasourceSchemaNotFound";
|
|
1206
1246
|
objectTypeDatasourceSchemaNotFound: ObjectTypeDatasourceSchemaNotFound;
|
|
@@ -1613,6 +1653,18 @@ export interface ErrorType_objectTypeVectorPropertySimilarityFunctionConfigurati
|
|
|
1613
1653
|
type: "objectTypeVectorPropertySimilarityFunctionConfigurationInvalid";
|
|
1614
1654
|
objectTypeVectorPropertySimilarityFunctionConfigurationInvalid: ObjectTypeVectorPropertySimilarityFunctionConfigurationInvalid;
|
|
1615
1655
|
}
|
|
1656
|
+
export interface ErrorType_objectTypeVectorPropertyFunctionBackedEmbeddingModelInvalid {
|
|
1657
|
+
type: "objectTypeVectorPropertyFunctionBackedEmbeddingModelInvalid";
|
|
1658
|
+
objectTypeVectorPropertyFunctionBackedEmbeddingModelInvalid: ObjectTypeVectorPropertyFunctionBackedEmbeddingModelInvalid;
|
|
1659
|
+
}
|
|
1660
|
+
export interface ErrorType_objectTypeVectorPropertyLiveDeploymentInvalid {
|
|
1661
|
+
type: "objectTypeVectorPropertyLiveDeploymentInvalid";
|
|
1662
|
+
objectTypeVectorPropertyLiveDeploymentInvalid: ObjectTypeVectorPropertyLiveDeploymentInvalid;
|
|
1663
|
+
}
|
|
1664
|
+
export interface ErrorType_objectTypeVectorPropertyEmbeddingModelDimensionMismatched {
|
|
1665
|
+
type: "objectTypeVectorPropertyEmbeddingModelDimensionMismatched";
|
|
1666
|
+
objectTypeVectorPropertyEmbeddingModelDimensionMismatched: ObjectTypeVectorPropertyEmbeddingModelDimensionMismatched;
|
|
1667
|
+
}
|
|
1616
1668
|
export interface ErrorType_objectTypeDataNullabilityV2NotEnabled {
|
|
1617
1669
|
type: "objectTypeDataNullabilityV2NotEnabled";
|
|
1618
1670
|
objectTypeDataNullabilityV2NotEnabled: ObjectTypeDataNullabilityV2NotEnabled;
|
|
@@ -2069,6 +2121,14 @@ export interface ErrorType_objectTypeDatasourceWithInvalidRetentionTargetSize {
|
|
|
2069
2121
|
type: "objectTypeDatasourceWithInvalidRetentionTargetSize";
|
|
2070
2122
|
objectTypeDatasourceWithInvalidRetentionTargetSize: ObjectTypeDatasourceWithInvalidRetentionTargetSize;
|
|
2071
2123
|
}
|
|
2124
|
+
export interface ErrorType_objectTypeDatasourceWithInvalidTimeBasedRetention {
|
|
2125
|
+
type: "objectTypeDatasourceWithInvalidTimeBasedRetention";
|
|
2126
|
+
objectTypeDatasourceWithInvalidTimeBasedRetention: ObjectTypeDatasourceWithInvalidTimeBasedRetention;
|
|
2127
|
+
}
|
|
2128
|
+
export interface ErrorType_objectTypeCannotBeMdoWithStreamingDatasource {
|
|
2129
|
+
type: "objectTypeCannotBeMdoWithStreamingDatasource";
|
|
2130
|
+
objectTypeCannotBeMdoWithStreamingDatasource: ObjectTypeCannotBeMdoWithStreamingDatasource;
|
|
2131
|
+
}
|
|
2072
2132
|
export interface ErrorType_reducersNotAllowedOnArraySubtype {
|
|
2073
2133
|
type: "reducersNotAllowedOnArraySubtype";
|
|
2074
2134
|
reducersNotAllowedOnArraySubtype: ReducersNotAllowedOnArraySubtype;
|
|
@@ -2201,6 +2261,10 @@ export interface ErrorType_sharedPropertyTypeToDeleteIsReferencedByExistingTypes
|
|
|
2201
2261
|
type: "sharedPropertyTypeToDeleteIsReferencedByExistingTypes";
|
|
2202
2262
|
sharedPropertyTypeToDeleteIsReferencedByExistingTypes: SharedPropertyTypeToDeleteIsReferencedByExistingTypes;
|
|
2203
2263
|
}
|
|
2264
|
+
export interface ErrorType_createdOrUpdatedEntityTypeReferencingNonExistentSharedPropertyTypes {
|
|
2265
|
+
type: "createdOrUpdatedEntityTypeReferencingNonExistentSharedPropertyTypes";
|
|
2266
|
+
createdOrUpdatedEntityTypeReferencingNonExistentSharedPropertyTypes: CreatedOrUpdatedEntityTypeReferencingNonExistentSharedPropertyTypes;
|
|
2267
|
+
}
|
|
2204
2268
|
export interface ErrorType_sharedPropertyTypeMediaReferencePropertyShouldNotHaveRenderHints {
|
|
2205
2269
|
type: "sharedPropertyTypeMediaReferencePropertyShouldNotHaveRenderHints";
|
|
2206
2270
|
sharedPropertyTypeMediaReferencePropertyShouldNotHaveRenderHints: SharedPropertyTypeMediaReferencePropertyShouldNotHaveRenderHints;
|
|
@@ -2553,6 +2617,26 @@ export interface ErrorType_actionTypeInvalidLogicRuleForObjectType {
|
|
|
2553
2617
|
type: "actionTypeInvalidLogicRuleForObjectType";
|
|
2554
2618
|
actionTypeInvalidLogicRuleForObjectType: ActionTypeInvalidLogicRuleForObjectType;
|
|
2555
2619
|
}
|
|
2620
|
+
export interface ErrorType_actionTypeInvalidParameterIdProvidedForInlineActionType {
|
|
2621
|
+
type: "actionTypeInvalidParameterIdProvidedForInlineActionType";
|
|
2622
|
+
actionTypeInvalidParameterIdProvidedForInlineActionType: ActionTypeInvalidParameterIdProvidedForInlineActionType;
|
|
2623
|
+
}
|
|
2624
|
+
export interface ErrorType_actionTypeInvalidLogicRuleProvidedForInlineActionTypeProperty {
|
|
2625
|
+
type: "actionTypeInvalidLogicRuleProvidedForInlineActionTypeProperty";
|
|
2626
|
+
actionTypeInvalidLogicRuleProvidedForInlineActionTypeProperty: ActionTypeInvalidLogicRuleProvidedForInlineActionTypeProperty;
|
|
2627
|
+
}
|
|
2628
|
+
export interface ErrorType_actionTypeInlineActionTypeDoesNotModifyAllPropertyTypesForWhichActionTypeIsInline {
|
|
2629
|
+
type: "actionTypeInlineActionTypeDoesNotModifyAllPropertyTypesForWhichActionTypeIsInline";
|
|
2630
|
+
actionTypeInlineActionTypeDoesNotModifyAllPropertyTypesForWhichActionTypeIsInline: ActionTypeInlineActionTypeDoesNotModifyAllPropertyTypesForWhichActionTypeIsInline;
|
|
2631
|
+
}
|
|
2632
|
+
export interface ErrorType_actionTypeInlineActionTypeLogicRuleMustModifyObjectTypeWhichReferencesTheActionTypeAsInline {
|
|
2633
|
+
type: "actionTypeInlineActionTypeLogicRuleMustModifyObjectTypeWhichReferencesTheActionTypeAsInline";
|
|
2634
|
+
actionTypeInlineActionTypeLogicRuleMustModifyObjectTypeWhichReferencesTheActionTypeAsInline: ActionTypeInlineActionTypeLogicRuleMustModifyObjectTypeWhichReferencesTheActionTypeAsInline;
|
|
2635
|
+
}
|
|
2636
|
+
export interface ErrorType_actionTypeInlineActionTypeLogicMustConsistOfOneAndOnlyOneModifyObjectRule {
|
|
2637
|
+
type: "actionTypeInlineActionTypeLogicMustConsistOfOneAndOnlyOneModifyObjectRule";
|
|
2638
|
+
actionTypeInlineActionTypeLogicMustConsistOfOneAndOnlyOneModifyObjectRule: ActionTypeInlineActionTypeLogicMustConsistOfOneAndOnlyOneModifyObjectRule;
|
|
2639
|
+
}
|
|
2556
2640
|
export interface ErrorType_actionTypeConditionsAreNotIndexedCorrectly {
|
|
2557
2641
|
type: "actionTypeConditionsAreNotIndexedCorrectly";
|
|
2558
2642
|
actionTypeConditionsAreNotIndexedCorrectly: ActionTypeConditionsAreNotIndexedCorrectly;
|
|
@@ -2689,6 +2773,10 @@ export interface ErrorType_actionTypeSuccessMessageTooLong {
|
|
|
2689
2773
|
type: "actionTypeSuccessMessageTooLong";
|
|
2690
2774
|
actionTypeSuccessMessageTooLong: ActionTypeSuccessMessageTooLong;
|
|
2691
2775
|
}
|
|
2776
|
+
export interface ErrorType_actionTypeApplyingMessageTooLong {
|
|
2777
|
+
type: "actionTypeApplyingMessageTooLong";
|
|
2778
|
+
actionTypeApplyingMessageTooLong: ActionTypeApplyingMessageTooLong;
|
|
2779
|
+
}
|
|
2692
2780
|
export interface ErrorType_actionTypeTooManyLogicRules {
|
|
2693
2781
|
type: "actionTypeTooManyLogicRules";
|
|
2694
2782
|
actionTypeTooManyLogicRules: ActionTypeTooManyLogicRules;
|
|
@@ -2949,10 +3037,14 @@ export interface ErrorType_actionLogStructFieldMappedToIncompatibleBaseType {
|
|
|
2949
3037
|
type: "actionLogStructFieldMappedToIncompatibleBaseType";
|
|
2950
3038
|
actionLogStructFieldMappedToIncompatibleBaseType: ActionLogStructFieldMappedToIncompatibleBaseType;
|
|
2951
3039
|
}
|
|
3040
|
+
export interface ErrorType_maxClassificationConstraintMustBeNonEmptyIfAllowEmptyMarkingsIsFalse {
|
|
3041
|
+
type: "maxClassificationConstraintMustBeNonEmptyIfAllowEmptyMarkingsIsFalse";
|
|
3042
|
+
maxClassificationConstraintMustBeNonEmptyIfAllowEmptyMarkingsIsFalse: MaxClassificationConstraintMustBeNonEmptyIfAllowEmptyMarkingsIsFalse;
|
|
3043
|
+
}
|
|
2952
3044
|
/**
|
|
2953
3045
|
* A union that represents all possible ontology modification validation errors.
|
|
2954
3046
|
*/
|
|
2955
|
-
export type ErrorType = ErrorType_ontologyEntityApiNameConflicts | ErrorType_objectTypeFieldApiNameConflict | ErrorType_ontologyBranchConflictsWithMain | ErrorType_intermediaryLinkTypeInvalidAssociatedLinkType | ErrorType_intermediaryLinkTypeMustBeOsv2 | ErrorType_intermediaryLinkTypeReferencedObjectTypesMustBeOsv2 | ErrorType_linkTypeStreamDatasourceInvalidRetentionWindow | ErrorType_linkTypeReferencedDatasourceNotFound | ErrorType_linkTypePropertiesReferenceSameColumn | ErrorType_linkTypeDatasourceSchemaNotFound | ErrorType_linkTypeColumnMissingFromBackingDatasource | ErrorType_linkTypePropertyIncompatibleBackingColumnType | ErrorType_linkTypeManyToManyWritebackDatasetPresentOnOsv2 | ErrorType_linkTypeDatasourceAlreadyExists | ErrorType_linkTypeStatusAndObjectTypeStatusConflict | ErrorType_linkTypeReferencedLinkTypesNotFound | ErrorType_objectTypeReferencedLinkTypesNotFound | ErrorType_linkTypeReferencedLinkTypesDeleted | ErrorType_linkTypeHasMultipleDatasources | ErrorType_linkTypeToDeleteIsReferencedByExistingTypes | ErrorType_linkTypeHasNoDatasources | ErrorType_linkTypeOneToManyWithDatasourcesNotAllowed | ErrorType_linkTypeStatusAndObjectTypePropertyTypeStatusConflict | ErrorType_linkTypeInvalidOneToManyCardinalityHint | ErrorType_linkTypeReferencedObjectTypesNotFound | ErrorType_linkTypeReferencedObjectTypesDeleted | ErrorType_linkTypeInvalidApiName | ErrorType_linkTypeInvalidDeletionsWithReferencingDatasources | ErrorType_linkTypeStatusAndPropertyTypeStatusConflict | ErrorType_linkTypeInvalidVisibility | ErrorType_linkTypeCannotEditPrivilegedProvenance | ErrorType_linkTypeReadOnlyV1V2NotAllowed | ErrorType_linkTypeEntityMetadataModifyRequestWithInvalidObjectDbType | ErrorType_linkTypeEntityMetadataModifyRequestWithInvalidObjectDbRid | ErrorType_linkTypeOsv1NotAllowed | ErrorType_linkTypeReadOnlyV2WithPatchesEnabled | ErrorType_linkTypeV1WithOsv2ObjectDbsEnabled | ErrorType_linkTypeInvalidRevertV1ToV2Migration | ErrorType_linkTypeOsv2WithMultipleClustersEnabled | ErrorType_linkTypeEditabilityChangeDuringV1ToV2Migration | ErrorType_linkTypeInvalidPrimaryKeyReference | ErrorType_linkTypeForeignKeyTypeMismatch | ErrorType_linkTypeForeignKeyReferenceDoesNotExist | ErrorType_linkTypePrimaryAndForeignKeyTypeMismatch | ErrorType_linkTypeInvalidDerivedForeignKey | ErrorType_linkTypeManyToManyDatasourcePrimaryKeyDoesNotExist | ErrorType_linkTypeManyToManyCountExceeded | ErrorType_linkTypeOneToManyCountExceeded | ErrorType_linkTypeDisplayNameTooLong | ErrorType_linkTypeTooManyTypeClasses | ErrorType_linkTypeTypeClassKindTooLong | ErrorType_linkTypeTypeClassValueTooLong | ErrorType_linkTypeInvalidApiNamePrefixes | ErrorType_linkTypeIdClashesAfterRebase | ErrorType_sensorLinkTypeCannotBeSelfReferential | ErrorType_sensorLinkTypeNotAttachedToObjectType | ErrorType_sensorLinkTypesNotFound | ErrorType_sensorLinkTypeLinkedSensorObjectTypeDoesNotHaveSensorTrait | ErrorType_interfaceTypeToDeleteIsReferencedByExistingTypes | ErrorType_interfaceTypeContainsDuplicateProperties | ErrorType_interfacePropertyTypeRidNotMatchingSharedPropertyTypeRidLocator | ErrorType_interfaceTypeModificationReferencesNonExistentInterfaceProperties | ErrorType_interfaceTypeModificationReferencesNonExistentInterfaceLinkTypes | ErrorType_interfaceTypeExtendedDoesNotExistOrDeleted | ErrorType_interfaceTypeWithActiveStatusRemovingInterfacePropertyTypes | ErrorType_interfaceTypeInvalidApiName | ErrorType_interfaceTypeDeclaresRequiredParentPropertyAsOptional | ErrorType_interfaceRedeclaresInheritedInterfaceDefinedProperty | ErrorType_interfaceTypeReferencedSharedPropertyTypesDoNotExistOrDeleted | ErrorType_interfaceTypeExtendsTooManyInterfaces | ErrorType_interfaceTypeLinkedEntityTypeNotFound | ErrorType_interfaceTypeContainsTooManyProperties | ErrorType_interfaceLinkTypeApiNameConflict | ErrorType_interfacePropertyTypeApiNameConflict | ErrorType_interfaceTypeImplementedTooOften | ErrorType_interfaceTypeCountExceeded | ErrorType_interfaceTypeDisplayNameTooLong | ErrorType_interfaceTypeDescriptionTooLong | ErrorType_interfaceLinkTypeDisplayNameTooLong | ErrorType_interfaceLinkTypeDescriptionTooLong | ErrorType_interfacePropertyTypeDisplayNameTooLong | ErrorType_interfacePropertyTypeDescriptionTooLong | ErrorType_interfaceTypeInvalidApiNamePrefixes | ErrorType_invalidReducerSortFieldType | ErrorType_objectTypeInvalidArrayReducerFieldReferences | ErrorType_objectTypeReducerOnStructPropertyMissingSortField | ErrorType_objectTypeRuleSetBindingAssociatedWithDerivedPropertyType | ErrorType_objectTypeMissingPropertiesAssociatedWithWorkflow | ErrorType_objectTypeWorkflowTraitMappingsDoNotExistOnTrait | ErrorType_objectTypeDatasourceGeotimeSeriesIntegrationRidIsInvalid | ErrorType_objectTypeGeotimeSeriesDatasourceDoesNotReferenceExistingProperties | ErrorType_objectTypeGeotimeSeriesDatasourceGeotimeCatalogIsNotInstalled | ErrorType_objectTypeGeotimeSeriesDatasourceDoesNotReferenceGeotimeSeriesProperties | ErrorType_objectTypeDataSecurityModifiedOnBranch | ErrorType_objectTypePropertiesReferenceSameColumnName | ErrorType_objectTypeTimeSeriesDatasourceDoesNotReferenceExistingProperties | ErrorType_objectTypeTimeSeriesSyncRidIsNotTimeSeriesSync | ErrorType_objectTypeTimeSeriesDatasourceDoesNotReferenceTimeDependentProperties | ErrorType_objectTypePropertyTypeDuplicateMappings | ErrorType_objectTypePropertyTypeMarkingMustBeBackedByDatasourceWithGranularPermissions | ErrorType_objectTypeRevDbIntegratedBackedByStreamDatasource | ErrorType_objectTypeDatasourceWithoutPrimaryKeyColumn | ErrorType_objectTypeDatasourceColumnMappingMismatch | ErrorType_objectTypeReferencedDatasourceNotFound | ErrorType_objectTypePrimaryKeyIsDerived | ErrorType_objectTypePropertyTypeMarkingMustBeReferencedInGranularPolicy | ErrorType_objectTypeDatasourceAlreadyExists | ErrorType_objectTypeWithUnmappedTitleProperty | ErrorType_objectTypeInvalidTypeChangeOfExistingDatasource | ErrorType_objectTypeMismatchedSecurityGroupGranularPolicyOperandDataTypes | ErrorType_objectTypeNonEmptyPropertyInSecurityGroupGranularPolicyNotCondition | ErrorType_objectTypeUnmappedPropertiesInPropertySecurityGroup | ErrorType_objectTypeUnexpectedPropertyTypeReferencedInSecurityGroupGranularPolicy | ErrorType_objectTypeUnsupportedSecurityGroupGranularPolicyOperands | ErrorType_objectTypeUnsupportedSecurityGroupGranularPolicyOperandDataType | ErrorType_objectTypeInvalidOperatorForSecurityGroupGranularPolicyOperands | ErrorType_objectTypeUnmappedPropertyInSecurityGroupGranularPolicy | ErrorType_objectTypeAssumedMarkingSpecifiedWithoutBackingDatasource | ErrorType_objectTypeNullablePropertyInSecurityGroupGranularPolicyMarkingCondition | ErrorType_objectTypeInvalidNumberOfPropertyReferencesInPropertySecurityGroup | ErrorType_objectTypePropertySecurityGroupsNotSupportedWithMultipleDatasources | ErrorType_objectTypePropertySecurityGroupsNotSupportedWithMaterializations | ErrorType_objectTypePropertySecurityGroupsNotSupportedWithRvMaterializations | ErrorType_editsOnlyObjectTypeMustHavePropertySecurityGroups | ErrorType_objectTypePropertySecurityGroupsNotSupportedOnBranches | ErrorType_builderCannotDeletePropertySecurityGroupsSetOnParentBranch | ErrorType_objectTypePropertyIncompatibleBackingColumnType | ErrorType_objectTypePropertyIncompatibleDecimalColumnType | ErrorType_objectTypeStructColumnFieldMissingFromBackingDatasource | ErrorType_objectTypeDatasourceSchemaNotFound | ErrorType_objectTypeColumnMissingFromBackingDatasource | ErrorType_objectTypeDerivedPropertyTypeIsTitle | ErrorType_objectTypeNotAllPropertyTypesAreMappedToDatasource | ErrorType_objectTypePropertyTypeMarkingMustHaveAssociatedMarkingConstraintsOnDatasource | ErrorType_objectTypeGpsPolicyColumnsFromRestrictedViewsAreMapped | ErrorType_objectTypeDatasourceUpdateModificationCannotChangeAssumedMarkings | ErrorType_objectTypeMediaDatasourceDoesNotReferenceExistingProperties | ErrorType_objectTypeMediaSetViewLocatorsDoNotExist | ErrorType_objectTypeMediaDatasourceDoesNotReferenceMediaReferenceProperties | ErrorType_objectTypeMediaDatasourceDoesNotHaveAnyMediaSourceRids | ErrorType_objectTypeHasNoDatasources | ErrorType_objectTypePrimaryKeyPropertyTypeDoesNotExist | ErrorType_objectTypePrimaryKeyInvalidTypesWithWriteback | ErrorType_objectTypeInvalidApiName | ErrorType_objectTypeTooManyAliases | ErrorType_objectTypeDerivedPropertyDefinitionLinkTypeNotFoundOrDeleted | ErrorType_objectTypeDerivedPropertyMultiHopLinkExceedsMaximumStepCount | ErrorType_objectTypeDerivedPropertyIncompatibleDefinitionAndForeignPropertyBaseType | ErrorType_objectTypeDerivedPropertyLinkDefinitionCardinalityInvalid | ErrorType_objectTypeDerivedPropertyLinkDoesNotFormChain | ErrorType_objectTypeDerivedPropertyTypeDependOnAnotherDerivedProperty | ErrorType_objectTypeDerivedPropertyMultiHopLinkIsEmpty | ErrorType_objectTypeDerivedPropertyBaseTypeChangedWhenObjectTypeIsNotModified | ErrorType_objectTypeDerivedPropertyDefinitionDoesNotMatchSharedPropertyType | ErrorType_objectTypeForeignPropertyTypeInDerivedPropertyDefinitionNotFound | ErrorType_objectTypeTitlePropertyTypeNotFound | ErrorType_objectTypePrimaryKeyUsesEditOnlyPropertyTypeInDataBackedDatasource | ErrorType_objectTypeEventMetadataReferencesNonExistentProperty | ErrorType_objectTypeTimeseriesMetadataReferencesNonExistentProperty | ErrorType_objectTypeActionLogDeletionStillReferencesEnabledActionType | ErrorType_objectTypeSensorTraitReferencesNonExistentProperty | ErrorType_objectTypeReadingPropertyTypeMustBeTimeDependent | ErrorType_objectTypeCompositePrimaryKeysNotAllowed | ErrorType_objectTypeInvalidDeletionsWithReferencingDatasources | ErrorType_objectTypeInvalidStatus | ErrorType_objectTypeWithEditsHistoryCannotAddUnsupportedPropertyTypes | ErrorType_objectTypeCannotEnableEditsHistoryWithUnsupportedPropertyTypes | ErrorType_objectTypeGeotimeSeriesReferencePropertyIsTitle | ErrorType_objectTypeGeotimeSeriesReferencePropertyTypeHasNoDatasources | ErrorType_objectTypeGeotimeSeriesReferencePropertyShouldNotHaveRenderHints | ErrorType_objectTypeGeotimeSeriesReferenceIsNotOnObjectStorageV2 | ErrorType_objectTypeInvalidTypeForDerivedProperty | ErrorType_objectTypeValueTypeAssociatedWithDerivedPropertyType | ErrorType_objectTypeDataConstraintAssociatedWithDerivedPropertyType | ErrorType_objectTypeInlineActionAssociatedWithDerivedPropertyType | ErrorType_objectTypeReferencedPropertyDoesNotExist | ErrorType_objectTypeTimeDependentPropertyShouldNotBeSearchable | ErrorType_objectTypeInvalidSeriesMetadata | ErrorType_objectTypeTimeDependentPropertyShouldNotBePrimaryKeyOrTitle | ErrorType_objectTypeTimeDependentPropertyMustBeReferencedByExactlyOneTimeSeriesDatasource | ErrorType_objectTypeInvalidNonNumericInternalInterpolation | ErrorType_objectTypeTimeDependentPropertyShouldNotHaveRenderHints | ErrorType_objectTypeInvalidNumericInternalInterpolation | ErrorType_objectTypeTimeDependentPropertyTypeHasNoDatasources | ErrorType_objectTypePhonographNumberOfReplicasTypeclassMustBeOnPrimaryKey | ErrorType_objectTypeInvalidArrayBasePropertyType | ErrorType_objectTypeInvalidPropertyTypeApiName | ErrorType_objectTypeAtMostOneOfReplacedByAndReplacedByIdCanBeSetOnPropertyTypeStatus | ErrorType_objectTypePropertyTypeWithReplaceByIdNotFound | ErrorType_objectTypeInvalidPropertyTypeVisibility | ErrorType_objectTypeStructPropertyTypeFieldDisplayNameTooLong | ErrorType_objectTypeStructPropertyTypeFieldsDuplicateApiNames | ErrorType_objectTypeStructPropertyTypeIsNotOnObjectStorageV2ObjectType | ErrorType_objectTypeStructPropertyTypeShouldNotHaveRenderHints | ErrorType_objectTypeStructPropertyCannotChangeBaseTypes | ErrorType_objectTypeStructPropertyTypeFieldTypeClassKindTooLong | ErrorType_objectTypeStructPropertyTypeFieldHasInvalidApiName | ErrorType_objectTypeStructPropertyTypeFieldAliasTooLong | ErrorType_objectTypeStructPropertyTypeMustHaveAtLeastOneField | ErrorType_objectTypeStructPropertyTypeFieldHasTooManyTypeClasses | ErrorType_objectTypeStructPropertyTypeFieldHasTooManyAliases | ErrorType_objectTypeStructPropertyTypeFieldTypeClassNameTooLong | ErrorType_objectTypeStructFieldBasePropertyTypeInvalid | ErrorType_cipherTextPropertyTypetWithNonStringPlainTextType | ErrorType_objectTypeStructPropertyTypeIsTitle | ErrorType_objectTypeStructPropertyTypeFieldDescriptionTooLong | ErrorType_objectTypeStructPropertyTypeShouldNotHaveRenderHintsError | ErrorType_objectTypeStructMainValueFieldsEmpty | ErrorType_objectTypeStructMainValueFieldsNotFound | ErrorType_sharedPropertyTypeInvalidArrayReducerFieldReferences | ErrorType_sharedPropertyTypeStructMainValueFieldsNotFound | ErrorType_sharedPropertyTypeInvalidReducerSortFieldType | ErrorType_reducersNotAllowedOnSharedPropertyTypeArraySubtype | ErrorType_objectTypeReferencedPropertyMustBeDifferent | ErrorType_objectTypeReferencedPropertyTypeMismatch | ErrorType_objectTypeInvalidAnalyzer | ErrorType_objectTypeInvalidLanguageAnalyzer | ErrorType_objectTypeCannotUseAnalyzerExperimentalAndAnalyzerOverride | ErrorType_objectTypePrimaryKeyTypeForbidden | ErrorType_objectTypeReferenceDeletedInlineActionTypes | ErrorType_objectTypePrimaryKeyTimeDependentPropertyMustBeIndexedForSearch | ErrorType_objectTypePropertyTypeStatusAndObjectTypeStatusConflict | ErrorType_objectTypeBaseFormatterReferencedPropertiesDoNotExist | ErrorType_objectTypeAttachmentPropertyShouldNotBePrimaryKeyOrTitle | ErrorType_objectTypeAttachmentPropertyShouldNotBeSearchable | ErrorType_objectTypeAttachmentPropertyShouldNotHaveRenderHints | ErrorType_objectTypeInlineActionTypesCannotBeAssociatedWithObjectTypePrimaryKeys | ErrorType_objectTypeVectorPropertyIsNotOnObjectStorageV2ObjectType | ErrorType_objectTypeVectorPropertyTypeDimensionInvalid | ErrorType_objectTypeVectorPropertyTypeEmbeddingModelUnknown | ErrorType_objectTypeVectorPropertyTypeQuantizationInvalid | ErrorType_objectTypeVectorPropertySimilarityFunctionConfigurationInvalid | ErrorType_objectTypeDataNullabilityV2NotEnabled | ErrorType_objectTypeMultipleDataNullabilitiesConfigured | ErrorType_objectTypeNoEmptyCollectionsDataConstraintOnlyAllowedForArrayType | ErrorType_objectTypeMediaReferencePropertyTypeHasNoDatasources | ErrorType_objectTypeMediaReferencePropertyIsReferencedByMoreThanOneMediaSourceDatasource | ErrorType_objectTypeMediaReferencePropertyIsReferencedByMoreThanOneMediaDatasourceType | ErrorType_objectTypeMediaReferenceIsNotOnObjectStorageV2ObjectType | ErrorType_objectTypeMediaReferencePropertyIsTitle | ErrorType_objectTypeMediaReferencePropertyShouldNotHaveRenderHints | ErrorType_objectTypeMultipleUploadMediaSetViewDatasourcesForSameProperty | ErrorType_objectTypeMediaSetViewDatasourceUploadPropertyNotInProperties | ErrorType_objectTypeGothamMappingAlreadyInUse | ErrorType_objectTypeMissingPermissionToEnableTypeMapping | ErrorType_objectTypeObjectStorageV1MappedToGotham | ErrorType_objectTypeRevDbIntegrationHasNoMappedProperties | ErrorType_objectTypeHasModifiedLocalPropertyGothamMapping | ErrorType_objectTypeHasUnmappedPropertyWithCustomGothamUri | ErrorType_objectTypeViewRestrictedContainsGothamMapping | ErrorType_objectTypeInPrivatePackageContainsGothamMapping | ErrorType_objectTypeHasModifiedGothamUris | ErrorType_objectTypeInvalidVisibility | ErrorType_objectTypeHasNoPrimaryKey | ErrorType_objectTypeHasTooManyDatasources | ErrorType_objectTypeCannotEditPrivilegedProvenance | ErrorType_objectTypeBothDerivedPropertyTypeAndObjectStorageV1MappedToGotham | ErrorType_objectTypeEditsResolutionStrategyModificationOnlyAllowedForOsv2 | ErrorType_objectTypeInvalidRevertOsv1ToOsv2Migration | ErrorType_objectTypeEditsResolutionStrategyModificationTimestampPropertyNotInDatasource | ErrorType_objectTypeReadOnlyOsv2WithPatchesEnabled | ErrorType_objectTypeOsv1WithOsv2ObjectDbsEnabled | ErrorType_objectTypeEnablingEditsHistoryNotSupported | ErrorType_objectTypeStreamDatasourceSupportedOnlyWithObjectStorageV2 | ErrorType_objectTypeOsv1CannotCreate | ErrorType_objectTypeReadOnlyV1V2NotAllowed | ErrorType_objectTypeRestrictedViewDatasourceV2SupportedOnlyWithObjectStorageV2 | ErrorType_objectTypeOsv2WithMultipleClustersEnabled | ErrorType_objectTypeEntityMetadataModifyRequestWithInvalidObjectDbType | ErrorType_objectTypeDatasetDatasourceV2SupportedOnlyWithObjectStorageV2 | ErrorType_objectTypeEntityMetadataModifyRequestWithInvalidObjectDbRid | ErrorType_objectTypeEditabilityChangeDuringV1ToV2Migration | ErrorType_objectTypeEditsHistoryChangeDuringV1ToV2Migration | ErrorType_objectTypeEditsResolutionStrategyModificationTimestampPropertyNotFound | ErrorType_objectTypeStreamDatasourceWithPatchesEnabled | ErrorType_objectTypeEntityMetadataModifyRequestWithInvalidObjectDbConfigValue | ErrorType_objectTypeToDeleteIsReferencedByExistingInterfaceLinkTypes | ErrorType_objectTypeImplementsTooManyInterfaces | ErrorType_objectTypeInterfaceImplementationInvalidIsIndexedForSearch | ErrorType_objectTypeInterfaceImplementationInvalidDataConstraints | ErrorType_objectTypeInterfaceImplementationConflictingPropertyImplementation | ErrorType_objectTypeInterfaceImplementationPropertyHasDifferentType | ErrorType_objectTypeInterfaceImplementationPropertyNotFound | ErrorType_objectTypeInterfaceImplementationPropertyTypesHaveConflictingApiNames | ErrorType_objectTypeInterfaceImplementationTypeClassesDoNotMatch | ErrorType_objectTypeInterfaceImplementationValueTypeDoesNotMatch | ErrorType_objectTypeInterfaceImplementationInvalidStructFieldTypeImplementation | ErrorType_objectTypeInterfaceImplementationInvalidInterfacePropertyForStructPropertyMappingImplementation | ErrorType_objectTypeInterfaceImplementationInvalidStructPropertyMappingImplementation | ErrorType_objectTypeInterfaceImplementationInvalidStructFieldMapping | ErrorType_objectTypeInterfaceImplementationUnmappedInterfaceStructField | ErrorType_objectTypeInterfaceImplementationReducedPropertyMissingReducers | ErrorType_objectTypeInterfaceImplementationImplementsPropertyThatDoesNotExist | ErrorType_objectTypeInterfaceImplementationDoesNotImplementAllProperties | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeDoesNotReferenceObjectType | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeSideIsAmbiguous | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeSideDoesNotMatchLinkDefinitionType | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeSideIsIncorrect | ErrorType_objectTypeInterfaceImplementationInvalidLinkedEntityImplementingLinkType | ErrorType_objectTypeInterfaceImplementationLinkTypeImplementedMoreThanOnce | ErrorType_objectTypeInterfaceImplementationNotUsingPrimaryKey | ErrorType_objectTypeInterfaceImplementationUsingPrimaryKey | ErrorType_objectTypePropertyImplementationImplicitAndExplicit | ErrorType_objectTypeInterfaceLinkNotFound | ErrorType_objectTypeInterfaceLinkTypeImplementedTooOften | ErrorType_objectTypeRequiredInterfaceLinkTypeNotImplemented | ErrorType_objectTypeCountExceeded | ErrorType_objectTypeTooManyPropertiesAndStructFields | ErrorType_objectTypeStreamDatasourceTooManyPropertiesAndStructFields | ErrorType_objectTypeDisplayNameTooLong | ErrorType_objectTypeDescriptionTooLong | ErrorType_objectTypePropertyTypeDisplayNameTooLong | ErrorType_objectTypePropertyTypeDescriptionTooLong | ErrorType_objectTypeTooManyTypeClasses | ErrorType_objectTypeTypeClassKindTooLong | ErrorType_objectTypeTypeClassValueTooLong | ErrorType_objectTypeAliasTooLong | ErrorType_objectTypeInvalidApiNamePrefixes | ErrorType_objectTypeInvalidIconColor | ErrorType_objectTypeInvalidIconType | ErrorType_objectTypeInvalidCardinalityImplementingInterfaceLinkType | ErrorType_objectTypeMarkingPropertyTypesOnlyAllowedOnOsv2 | ErrorType_objectTypeInvalidMarkingPropertyType | ErrorType_objectTypeMarkingPropertyTypesMustBeNonNullable | ErrorType_objectTypeCbacMarkingPropertyTypeMustBeNonEmpty | ErrorType_objectTypeWithDerivedPropertiesMappedToGotham | ErrorType_objectTypePrimaryKeyChangeMissingSchemaMigration | ErrorType_objectTypeDeletedPropertyTypeMissingSchemaMigration | ErrorType_objectTypePropertyDataTypeChangeMissingSchemaMigration | ErrorType_objectTypeDeletedDatasourceMissingSchemaMigration | ErrorType_objectTypeSchemaMigrationSourceSchemaVersionContainsMultipleTransitions | ErrorType_objectTypeContainsTooManySchemaMigrations | ErrorType_objectTypeReferencedBySchemaMigrationDoesNotExist | ErrorType_objectTypeSchemaMigrationSchemaVersionNewerThanLatest | ErrorType_objectTypeSchemaMigrationSchemaVersionLessThanOne | ErrorType_objectTypeSchemaMigrationSourceSchemaVersionNewerOrEqualToTarget | ErrorType_objectTypeSchemaMigrationModifiesPastTransitionsOnBranch | ErrorType_objectTypeSchemaMigrationDeletesTransitionsOnBranch | ErrorType_objectTypeSchemaMigrationContainsDuplicateSchemaMigrationRids | ErrorType_objectTypePropertySecurityGroupReferencesNonExistentProperty | ErrorType_objectTypeReferencedTypeGroupsDoNotExist | ErrorType_objectTypeForbiddenTitleProperty | ErrorType_objectTypePropertyIdClashesWithMainBranch | ErrorType_objectTypeIdClashesAfterRebase | ErrorType_objectTypePropertyCannotBeDeletedWhenReferencedInActionNotification | ErrorType_objectTypeDatasourceWithInvalidRetentionTargetSize | ErrorType_reducersNotAllowedOnArraySubtype | ErrorType_ruleSetBindingReferencingMissingPropertyTypeIds | ErrorType_ruleSetCountExceeded | ErrorType_ruleSetNameTooLong | ErrorType_ruleSetDescriptionTooLong | ErrorType_ruleSetNamedTypeNameTooLong | ErrorType_workflowObjectTypeTraitPropertyTypeMismatch | ErrorType_workflowReferencedLinkTypeDeleted | ErrorType_workflowPropertiesAssociatedMissing | ErrorType_workflowReferencedLinkTypeNotFound | ErrorType_workflowReferencedObjectTypeDeleted | ErrorType_workflowReferencedObjectTypesNotFound | ErrorType_workflowCountExceeded | ErrorType_workflowDisplayNameTooLong | ErrorType_workflowDescriptionTooLong | ErrorType_workflowArchetypeIdTooLong | ErrorType_workflowArchetypeVersionTooLong | ErrorType_sharedPropertyTypeInvalidApiName | ErrorType_sharedPropertyTypeFormatterCannotReferenceOtherPropertyType | ErrorType_sharedPropertyTypeReferencesMissingValueType | ErrorType_sharedPropertyTypeStructPropertyCannotChangeBaseTypes | ErrorType_sharedPropertyTypesToModifyAreImported | ErrorType_sharedPropertyTypeInvalidVisibility | ErrorType_sharedPropertyTypeGothamMappingAlreadyInUse | ErrorType_sharedPropertyTypeHasModifiedGothamUris | ErrorType_sharedPropertyTypeValueTypeUsageMissingStructField | ErrorType_sharedPropertyTypeValueTypeUsageMismatchStructField | ErrorType_sharedPropertyTypeGeotimeSeriesReferencePropertyShouldNotHaveRenderHints | ErrorType_sharedPropertyTypeValueTypeUsageMismatchScaleOrPrecision | ErrorType_sharedPropertyTypeValueTypeUsageMismatch | ErrorType_sharedPropertyTypeAttachmentPropertyShouldNotHaveRenderHints | ErrorType_sharedPropertyTypeAttachmentPropertyShouldNotBeSearchable | ErrorType_sharedPropertyTypeToDeleteIsReferencedByExistingTypes | ErrorType_sharedPropertyTypeMediaReferencePropertyShouldNotHaveRenderHints | ErrorType_sharedPropertyTypeCountExceeded | ErrorType_sharedPropertyTypeDisplayNameTooLong | ErrorType_sharedPropertyTypeDescriptionTooLong | ErrorType_sharedPropertyTypeTooManyTypeClasses | ErrorType_sharedPropertyTypeTypeClassKindTooLong | ErrorType_sharedPropertyTypeTypeClassValueTooLong | ErrorType_sharedPropertyTypeAliasTooLong | ErrorType_sharedPropertyTypeTooManyAliases | ErrorType_sharedPropertyTypeInvalidMarking | ErrorType_sharedPropertyTypesMarkingMustBeNonNullable | ErrorType_sharedPropertyTypeCbacMarkingMustBeNonEmpty | ErrorType_sharedPropertyTypeInvalidApiNamePrefixes | ErrorType_sharedPropertyTypeBacksMultipleProperties | ErrorType_actionTypeHasRevertsEnabledButEmptyEnabledForConfiguration | ErrorType_actionTypeMissingRevertDuration | ErrorType_actionTypeInvalidRevertDuration | ErrorType_actionTypeFormContentOrderingNotExactlySameAsSectionSet | ErrorType_actionTypeParametersInFormContentOrderingDontMatchParameterOrdering | ErrorType_actionTypeFormContentOrderingContainsDuplicates | ErrorType_actionTypeFormContentOrderingNotExactlySameAsParameterSet | ErrorType_actionTypeLinkRuleDoesNotReferenceManyToManyLinkType | ErrorType_actionTypeInterfaceLinkTypeDoesNotExistOnInterface | ErrorType_actionTypeInterfaceLinkRuleReferenceObjectTypeThatDoesNotImplementInterface | ErrorType_actionTypeInterfaceLinkRuleReferenceObjectTypeThatDoesNotImplementInterfaceLinkType | ErrorType_actionTypeInterfaceLinkRuleHasParameterWithInvalidTypeToLinkExistingObject | ErrorType_actionTypeInterfaceLinkRuleInterfaceTypeMismatch | ErrorType_actionTypeInterfaceLinkRuleHasInvalidCreatedObjectReference | ErrorType_actionTypeInterfaceLinkRuleDoesNotReferenceTheTargetObjectType | ErrorType_actionTypeInterfaceLinkRuleReferencesInvalidAddObjectTypeLogicRule | ErrorType_actionTypeInterfaceLinkRuleReferencesInvalidAddInterfaceTypeLogicRule | ErrorType_actionTypeInterfaceLinkRuleReferencesLogicRuleThatComesAfterIt | ErrorType_actionTypePrimaryKeyInAddObjectRuleDoesNotUseValidLogicRuleValue | ErrorType_actionTypeApiNameMissing | ErrorType_actionTypeDoesNotHaveActionTypeLevelValidation | ErrorType_actionTypeStructParametersNotAllowedInPropertyTypeLogicRuleValueMappings | ErrorType_actionTypeUserValidationFiltersExceedMaximum | ErrorType_actionTypeCannotFindObjectTypes | ErrorType_actionTypeCannotUpdateLegacyMediaPropertyWithLogicRuleValueFromAction | ErrorType_actionTypeStructPropertyFieldMappingHasIncompatibleCardinality | ErrorType_actionTypeStructPropertyFieldMappingHasInconsistentCardinality | ErrorType_actionTypeTypeclassUsageNotAllowed | ErrorType_actionTypeParameterOrderingNotExactlySameAsParameterSet | ErrorType_actionTypeParameterOrderingContainsDuplicates | ErrorType_actionTypeCannotPerformOperationWithRedactedValue | ErrorType_actionTypeStructPropertyFieldMappedToIncompatibleBaseType | ErrorType_actionTypeInterfaceStructPropertyFieldMappedToIncompatibleBaseType | ErrorType_actionTypeInterfaceStructPropertyFieldMappingHasIncompatibleCardinality | ErrorType_actionTypeInterfaceStructPropertyFieldMappingHasInconsistentCardinality | ErrorType_actionTypeActionLogObjectsCannotBeEdited | ErrorType_actionTypeNonExistentParametersUsedInLogic | ErrorType_actionTypeObjectMissingPrimaryKey | ErrorType_actionTypeEditingNonEditablePropertyType | ErrorType_actionTypeObjectSetRidsNotAllowedInConditionValues | ErrorType_actionTypeApiNameInvalidFormat | ErrorType_actionTypePropertyTypeDoesNotMatchMappedLogicRuleValue | ErrorType_actionTypeStructPropertyTypesNotAllowedInPropertyTypeLogicRuleValueMappings | ErrorType_actionTypeStructFieldLogicMappingDoesNotMatchStructPropertyDefinition | ErrorType_actionTypeMissingParameterToObjectTypeIdMapping | ErrorType_actionTypeStructFieldLogicMappingDoesNotMatchInterfaceStructPropertyDefinition | ErrorType_actionTypeObjectParameterPropertyValueInPrefillsCannotReferenceStructProperty | ErrorType_actionTypeParameterTypeDoesNotMatchParameterValidationType | ErrorType_actionTypeConditionValueCannotReferenceHighCardinalityObjectReferenceParameter | ErrorType_actionTypeStructParameterFieldPrefillReferencesNonexistentObjectPropertyTypeStructField | ErrorType_actionTypeStructParameterFieldPrefillReferencesNonexistentInterfacePropertyTypeStructField | ErrorType_actionTypeNonExistentParametersUsedInConditionValue | ErrorType_actionTypeModifyObjectRuleDoesNotReferenceObjectTypeParameter | ErrorType_actionTypeCannotUseMediaReferenceForObjectOrInterfaceParameterProperty | ErrorType_actionTypeStructParameterFieldPrefillReferencesIncompatibleObjectPropertyTypeStructField | ErrorType_actionTypeStructParameterFieldPrefillReferencesIncompatibleInterfacePropertyTypeStructField | ErrorType_actionTypeCannotUseTimeSeriesReferenceForObjectOrInterfaceParameterProperty | ErrorType_actionTypeParameterValidationNotFound | ErrorType_actionTypeInvalidObjectDropdownStartingParameter | ErrorType_actionTypeObjectSetObjectTypeDoesntMatchParameterObjectType | ErrorType_actionTypeTooManyObjectDropdownSearchArounds | ErrorType_actionTypeMissingConditionValuesInActionsObjectSet | ErrorType_actionTypeStructParameterPrefillsMustBeDefinedForAllFieldsOrNone | ErrorType_actionTypeParametersDoNotMatchParameterOrdering | ErrorType_actionTypeParameterPrefillCannotReferenceHighCardinalityObjectReferenceParameter | ErrorType_actionTypeParameterValidationReferencesLaterParameters | ErrorType_actionTypeDeletingAndEditingSameParameterRid | ErrorType_actionTypeAddingAndEditingSameParameterId | ErrorType_actionTypeDataConstraintsPropertyMappedToOptionalParameter | ErrorType_actionTypeNonExistentParametersUsedInParameterPrefill | ErrorType_actionTypeObjectReferenceTypeCreateObjectOptionValue | ErrorType_actionTypeStructParameterPrefillReferencesStructPropertyWithIncompatibleCardinality | ErrorType_actionTypeStructParameterPrefillsNotReferencingSameProperty | ErrorType_actionTypeInvalidLogicRuleForObjectType | ErrorType_actionTypeConditionsAreNotIndexedCorrectly | ErrorType_actionTypeApiNameConflict | ErrorType_actionTypeObjectParameterPropertyValueCannotReferenceStructProperty | ErrorType_actionTypeHasRevertsEnabledAndSynchronousWebhook | ErrorType_actionTypeValidationsOrderingNotExactlySameAsValidationRuleSet | ErrorType_actionTypeValidationsOrderingContainsDuplicates | ErrorType_actionTypeHasRevertsEnabledForInvalidObjectTypeStorageBackendCategory | ErrorType_actionTypeHasRevertsEnabledForInvalidLinkTypeStorageBackendCategory | ErrorType_actionTypeReferencesNonExistentSharedPropertyTypesInInterfaceTypes | ErrorType_actionTypeReferencesNonExistentInterfacePropertyTypesInInterfaceTypes | ErrorType_actionTypeReferencesNonExistentPropertyTypesInObjectTypes | ErrorType_actionTypeReferencesNonExistentEntityTypes | ErrorType_actionTypeReferencesOptionalSharedPropertyTypesInInterfaceTypes | ErrorType_actionTypeReferencesOptionalInterfacePropertyTypesInInterfaceTypes | ErrorType_actionTypeActionLogConfiguredForFunctionButFunctionProvenanceIsNotSet | ErrorType_actionTypeActionLogReferencesPropertiesOfNonSingletonObject | ErrorType_actionTypeActionTypeParametersReferencedInActionLogRuleDoNotExist | ErrorType_actionTypeActionLogStructFieldMappingReferencesNonExistentOrWrongTypeParameter | ErrorType_actionTypeActionLogSummaryContainsObjectParameters | ErrorType_actionTypeActionLogReasonCodePropertiesNotMapped | ErrorType_actionTypeActionTypeObjectTypesEditedDoNotHaveCorrespondingActionLogValue | ErrorType_actionTypeActionLogContainsValuesNotGeneratedByAction | ErrorType_actionTypeActionLogRequiredValuesNotAllPresentExactlyOnce | ErrorType_actionTypeActionLogObjectTypeIdSuppliedEmpty | ErrorType_actionTypeActionLogObjectTypeDoesNotExist | ErrorType_actionTypeActionLogPropertyTypeIdReferencedDoesNotExist | ErrorType_actionTypeActionLogValueDoesNotMatchObjectPropertyTypes | ErrorType_actionTypeActionLogRequiredButNotEnabled | ErrorType_actionTypeActionLogSummaryMessagePartTooLong | ErrorType_actionTypeActionLogSummaryTooManyMessageParts | ErrorType_actionTypeFunctionLocatorNotLatestPublishedOnFoundryBranch | ErrorType_actionTypeCountExceeded | ErrorType_actionTypeButtonTextTooLong | ErrorType_actionTypeSuccessMessageTooLong | ErrorType_actionTypeTooManyLogicRules | ErrorType_actionTypeTooManyParameters | ErrorType_actionTypeTooManySections | ErrorType_actionTypeTooManySubmissionCriteria | ErrorType_actionTypeFailureMessageTooLong | ErrorType_actionTypeStaticValueTooLong | ErrorType_actionTypeDefaultStringTooLong | ErrorType_actionTypeDisplayNameTooLong | ErrorType_actionTypeDescriptionTooLong | ErrorType_actionTypeSectionDisplayNameTooLong | ErrorType_actionTypeSectionDescriptionTooLong | ErrorType_actionTypeParameterDisplayNameTooLong | ErrorType_actionTypeParameterDescriptionTooLong | ErrorType_actionTypeStructParameterFieldsListLengthValidationCannotBeDefined | ErrorType_actionTypeStructParameterShouldNotHaveTopLevelPrefillDefined | ErrorType_actionTypeStructParameterFieldAllowedValueIsIncompatibleWithFieldType | ErrorType_actionTypeStructParameterFieldRenderHintIsIncompatibleWithFieldTypeAndAllowedValue | ErrorType_actionTypeStructParameterHasInvalidTopLevelAllowedValues | ErrorType_actionTypeStructParameterFieldObjectReferenceReferencesNonExistentObjectType | ErrorType_actionTypeParameterCbacConstraintContainsInvalidMaxClassification | ErrorType_actionTypeCbacConstraintOnNonSecuringCbacParameterMissingMaxClassification | ErrorType_actionTypeStringCbacPickerTypeclassUsedOnNonStringParameter | ErrorType_actionTypeInsufficientPermissionsToAddStringCbacPickerTypeclass | ErrorType_actionTypeInsufficientPermissionsToModifyMaxClassificationOfNonSecuringCbacParameter | ErrorType_actionTypeTooManyTypeClasses | ErrorType_actionTypeTypeClassKindTooLong | ErrorType_actionTypeTypeClassValueTooLong | ErrorType_actionTypeInvalidApiNamePrefixes | ErrorType_actionTypeParameterPrefillValueTypeDoesNotMatchBaseParameterType | ErrorType_actionTypeInterfaceReferenceParameterPrefillReferencesNonInterfaceReferenceParameter | ErrorType_actionTypeObjectReferenceParameterPrefillReferencesNonObjectReferenceParameter | ErrorType_actionTypePrefillValueTypeIsNotSupported | ErrorType_actionTypeParameterTransformNotSupported | ErrorType_actionTypeObjectParameterPrefillReferencesNonExistentPropertyType | ErrorType_actionTypeObjectParameterPrefillReferencesNonExistentObjectType | ErrorType_typeGroupCountExceeded | ErrorType_typeGroupDisplayNameTooLong | ErrorType_typeGroupDescriptionTooLong | ErrorType_typeGroupDisplayNameAlreadyExists | ErrorType_propertySecurityGroupNameTooLong | ErrorType_primaryKeyReferencesInMultiplePropertySecurityGroups | ErrorType_missingPropertySecurityGroupTypes | ErrorType_nonUniquePropertySecurityGroupNames | ErrorType_nonUniquePropertySecurityGroupSecurityPolicies | ErrorType_objectEditsCannotBeCopiedForObjectTypeOnBranchNeedsRebasing | ErrorType_objectTypeBranchIndexingConfigCanOnlyBeSetOnNonDefaultBranches | ErrorType_branchIndexingConfigCanOnlyBeSetForManyToManyLinkTypes | ErrorType_parentObjectTypeBranchIndexingConfigCanOnlyBeSetForObjectTypesPresentOnTheParentBranch | ErrorType_parentLinkTypeBranchIndexingConfigCanOnlyBeSetForLinkTypesPresentOnTheParentBranch | ErrorType_resetSchemaMigrationsCanOnlyBeAppliedToNonDefaultBranches | ErrorType_structSharedPropertyFieldModificationsInconsistentWithObjectTypeStructPropertyFieldDefinitions | ErrorType_unexpectedValidationFailure | ErrorType_validationBlockOverrideContainsValueType | ErrorType_invalidCompassFoldersForEntities | ErrorType_compassFoldersUsedInDefaultOntology | ErrorType_compassFoldersUsedInCbacEnvironment | ErrorType_compassFolderEntityResourceNameIsEmpty | ErrorType_compassFolderEntityResourceNameContainsIllegalSubstrings | ErrorType_compassFolderEntityResourceNameIsIllegalValue | ErrorType_compassFolderEntityResourceNameIsTooLong | ErrorType_actionLogPropertyIsNotStructButMappedAsStruct | ErrorType_actionLogStructFieldMappingIncomplete | ErrorType_actionLogStructFieldMappingHasInconsistentCardinality | ErrorType_actionLogStructFieldMappingHasIncompatibleCardinality | ErrorType_actionLogStructFieldMappedToIncompatibleBaseType;
|
|
3047
|
+
export type ErrorType = ErrorType_ontologyEntityApiNameConflicts | ErrorType_objectTypeFieldApiNameConflict | ErrorType_ontologyBranchConflictsWithMain | ErrorType_intermediaryLinkTypeInvalidAssociatedLinkType | ErrorType_intermediaryLinkTypeMustBeOsv2 | ErrorType_intermediaryLinkTypeReferencedObjectTypesMustBeOsv2 | ErrorType_linkTypeStreamDatasourceInvalidRetentionWindow | ErrorType_linkTypeReferencedDatasourceNotFound | ErrorType_linkTypePropertiesReferenceSameColumn | ErrorType_linkTypeDatasourceSchemaNotFound | ErrorType_linkTypeColumnMissingFromBackingDatasource | ErrorType_linkTypePropertyIncompatibleBackingColumnType | ErrorType_linkTypeManyToManyWritebackDatasetPresentOnOsv2 | ErrorType_linkTypeDatasourceAlreadyExists | ErrorType_linkTypeStatusAndObjectTypeStatusConflict | ErrorType_linkTypeReferencedLinkTypesNotFound | ErrorType_objectTypeReferencedLinkTypesNotFound | ErrorType_linkTypeReferencedLinkTypesDeleted | ErrorType_linkTypeHasMultipleDatasources | ErrorType_linkTypeToDeleteIsReferencedByExistingTypes | ErrorType_linkTypeHasNoDatasources | ErrorType_linkTypeOneToManyWithDatasourcesNotAllowed | ErrorType_linkTypeStatusAndObjectTypePropertyTypeStatusConflict | ErrorType_linkTypeInvalidOneToManyCardinalityHint | ErrorType_linkTypeReferencedObjectTypesNotFound | ErrorType_linkTypeReferencedObjectTypesDeleted | ErrorType_linkTypeInvalidApiName | ErrorType_linkTypeInvalidDeletionsWithReferencingDatasources | ErrorType_linkTypeStatusAndPropertyTypeStatusConflict | ErrorType_linkTypeInvalidVisibility | ErrorType_linkTypeCannotEditPrivilegedProvenance | ErrorType_linkTypeReadOnlyV1V2NotAllowed | ErrorType_linkTypeEntityMetadataModifyRequestWithInvalidObjectDbType | ErrorType_linkTypeEntityMetadataModifyRequestWithInvalidObjectDbRid | ErrorType_linkTypeOsv1NotAllowed | ErrorType_linkTypeReadOnlyV2WithPatchesEnabled | ErrorType_linkTypeV1WithOsv2ObjectDbsEnabled | ErrorType_linkTypeInvalidRevertV1ToV2Migration | ErrorType_linkTypeOsv2WithMultipleClustersEnabled | ErrorType_linkTypeEditabilityChangeDuringV1ToV2Migration | ErrorType_linkTypeInvalidPrimaryKeyReference | ErrorType_linkTypeForeignKeyTypeMismatch | ErrorType_linkTypeForeignKeyReferenceDoesNotExist | ErrorType_linkTypePrimaryAndForeignKeyTypeMismatch | ErrorType_linkTypeInvalidDerivedForeignKey | ErrorType_linkTypeManyToManyDatasourcePrimaryKeyDoesNotExist | ErrorType_linkTypeManyToManyCountExceeded | ErrorType_linkTypeOneToManyCountExceeded | ErrorType_linkTypeDisplayNameTooLong | ErrorType_linkTypeTooManyTypeClasses | ErrorType_linkTypeTypeClassKindTooLong | ErrorType_linkTypeTypeClassValueTooLong | ErrorType_linkTypeInvalidApiNamePrefixes | ErrorType_linkTypeIdClashesAfterRebase | ErrorType_sensorLinkTypeCannotBeSelfReferential | ErrorType_sensorLinkTypeNotAttachedToObjectType | ErrorType_sensorLinkTypesNotFound | ErrorType_sensorLinkTypeLinkedSensorObjectTypeDoesNotHaveSensorTrait | ErrorType_interfaceTypeToDeleteIsReferencedByExistingTypes | ErrorType_interfaceTypeContainsDuplicateProperties | ErrorType_interfacePropertyTypeRidNotMatchingSharedPropertyTypeRidLocator | ErrorType_interfaceTypeModificationReferencesNonExistentInterfaceProperties | ErrorType_interfaceTypeModificationReferencesNonExistentInterfaceLinkTypes | ErrorType_interfaceTypeExtendedDoesNotExistOrDeleted | ErrorType_interfaceTypeWithActiveStatusRemovingInterfacePropertyTypes | ErrorType_interfaceTypeInvalidApiName | ErrorType_interfaceTypeDeclaresRequiredParentPropertyAsOptional | ErrorType_interfaceRedeclaresInheritedInterfaceDefinedProperty | ErrorType_interfaceTypeReferencedSharedPropertyTypesDoNotExistOrDeleted | ErrorType_interfaceTypeExtendsTooManyInterfaces | ErrorType_interfaceTypeLinkedEntityTypeNotFound | ErrorType_interfaceTypeContainsTooManyProperties | ErrorType_interfaceLinkTypeApiNameConflict | ErrorType_interfacePropertyTypeApiNameConflict | ErrorType_interfacePropertyTypeApiNameIgnoringNamespaceConflict | ErrorType_interfaceTypeImplementedTooOften | ErrorType_interfaceTypeCountExceeded | ErrorType_interfaceTypeDisplayNameTooLong | ErrorType_interfaceTypeDescriptionTooLong | ErrorType_interfaceLinkTypeDisplayNameTooLong | ErrorType_interfaceLinkTypeDescriptionTooLong | ErrorType_interfacePropertyTypeDisplayNameTooLong | ErrorType_interfacePropertyTypeDescriptionTooLong | ErrorType_interfaceTypeInvalidApiNamePrefixes | ErrorType_invalidReducerSortFieldType | ErrorType_objectTypeInvalidArrayReducerFieldReferences | ErrorType_objectTypeReducerOnStructPropertyMissingSortField | ErrorType_objectTypeRuleSetBindingAssociatedWithDerivedPropertyType | ErrorType_objectTypeMissingPropertiesAssociatedWithWorkflow | ErrorType_objectTypeWorkflowTraitMappingsDoNotExistOnTrait | ErrorType_objectTypeDatasourceGeotimeSeriesIntegrationRidIsInvalid | ErrorType_objectTypeGeotimeSeriesDatasourceDoesNotReferenceExistingProperties | ErrorType_objectTypeGeotimeSeriesDatasourceGeotimeCatalogIsNotInstalled | ErrorType_objectTypeGeotimeSeriesDatasourceDoesNotReferenceGeotimeSeriesProperties | ErrorType_objectTypeDataSecurityModifiedOnBranch | ErrorType_objectTypePropertiesReferenceSameColumnName | ErrorType_objectTypeTimeSeriesDatasourceDoesNotReferenceExistingProperties | ErrorType_objectTypeTimeSeriesSyncRidIsNotTimeSeriesSync | ErrorType_objectTypeTimeSeriesDatasourceDoesNotReferenceTimeDependentProperties | ErrorType_objectTypePropertyTypeDuplicateMappings | ErrorType_objectTypePropertyTypeMarkingMustBeBackedByDatasourceWithGranularPermissions | ErrorType_objectTypeRevDbIntegratedBackedByStreamDatasource | ErrorType_objectTypeDatasourceWithoutPrimaryKeyColumn | ErrorType_objectTypeDatasourceColumnMappingMismatch | ErrorType_objectTypeReferencedDatasourceNotFound | ErrorType_objectTypePrimaryKeyIsDerived | ErrorType_objectTypePropertyTypeMarkingMustBeReferencedInGranularPolicy | ErrorType_objectTypeDatasourceAlreadyExists | ErrorType_objectTypeWithUnmappedTitleProperty | ErrorType_objectTypeInvalidTypeChangeOfExistingDatasource | ErrorType_objectTypeMismatchedSecurityGroupGranularPolicyOperandDataTypes | ErrorType_objectTypeNonEmptyPropertyInSecurityGroupGranularPolicyNotCondition | ErrorType_objectTypeUnmappedPropertiesInPropertySecurityGroup | ErrorType_objectTypeUnexpectedPropertyTypeReferencedInSecurityGroupGranularPolicy | ErrorType_objectTypeUnsupportedSecurityGroupGranularPolicyOperands | ErrorType_objectTypeUnsupportedSecurityGroupGranularPolicyOperandDataType | ErrorType_objectTypeInvalidOperatorForSecurityGroupGranularPolicyOperands | ErrorType_objectTypeUnmappedPropertyInSecurityGroupGranularPolicy | ErrorType_objectTypeAssumedMarkingSpecifiedWithoutBackingDatasource | ErrorType_objectTypeNullablePropertyInSecurityGroupGranularPolicyMarkingCondition | ErrorType_objectTypeInvalidNumberOfPropertyReferencesInPropertySecurityGroup | ErrorType_objectTypePropertySecurityGroupsNotSupportedWithMultipleDatasources | ErrorType_objectTypePropertySecurityGroupsNotSupportedWithMaterializations | ErrorType_objectTypePropertySecurityGroupsNotSupportedWithRvMaterializations | ErrorType_objectTypeWithStreamDatasourceCannotHaveMaterializations | ErrorType_editsOnlyObjectTypeMustHavePropertySecurityGroups | ErrorType_objectTypePropertySecurityGroupsNotSupportedOnBranches | ErrorType_builderCannotDeletePropertySecurityGroupsSetOnParentBranch | ErrorType_objectTypePropertyIncompatibleBackingColumnType | ErrorType_objectTypePropertyIncompatibleDecimalColumnType | ErrorType_objectTypeStructColumnFieldMissingFromBackingDatasource | ErrorType_objectTypeDuplicateStructDatasourceMapping | ErrorType_objectTypeDatasourceSchemaNotFound | ErrorType_objectTypeColumnMissingFromBackingDatasource | ErrorType_objectTypeDerivedPropertyTypeIsTitle | ErrorType_objectTypeNotAllPropertyTypesAreMappedToDatasource | ErrorType_objectTypePropertyTypeMarkingMustHaveAssociatedMarkingConstraintsOnDatasource | ErrorType_objectTypeGpsPolicyColumnsFromRestrictedViewsAreMapped | ErrorType_objectTypeDatasourceUpdateModificationCannotChangeAssumedMarkings | ErrorType_objectTypeMediaDatasourceDoesNotReferenceExistingProperties | ErrorType_objectTypeMediaSetViewLocatorsDoNotExist | ErrorType_objectTypeMediaDatasourceDoesNotReferenceMediaReferenceProperties | ErrorType_objectTypeMediaDatasourceDoesNotHaveAnyMediaSourceRids | ErrorType_objectTypeHasNoDatasources | ErrorType_objectTypePrimaryKeyPropertyTypeDoesNotExist | ErrorType_objectTypePrimaryKeyInvalidTypesWithWriteback | ErrorType_objectTypeInvalidApiName | ErrorType_objectTypeTooManyAliases | ErrorType_objectTypeDerivedPropertyDefinitionLinkTypeNotFoundOrDeleted | ErrorType_objectTypeDerivedPropertyMultiHopLinkExceedsMaximumStepCount | ErrorType_objectTypeDerivedPropertyIncompatibleDefinitionAndForeignPropertyBaseType | ErrorType_objectTypeDerivedPropertyLinkDefinitionCardinalityInvalid | ErrorType_objectTypeDerivedPropertyLinkDoesNotFormChain | ErrorType_objectTypeDerivedPropertyTypeDependOnAnotherDerivedProperty | ErrorType_objectTypeDerivedPropertyMultiHopLinkIsEmpty | ErrorType_objectTypeDerivedPropertyBaseTypeChangedWhenObjectTypeIsNotModified | ErrorType_objectTypeDerivedPropertyDefinitionDoesNotMatchSharedPropertyType | ErrorType_objectTypeForeignPropertyTypeInDerivedPropertyDefinitionNotFound | ErrorType_objectTypeTitlePropertyTypeNotFound | ErrorType_objectTypePrimaryKeyUsesEditOnlyPropertyTypeInDataBackedDatasource | ErrorType_objectTypeEventMetadataReferencesNonExistentProperty | ErrorType_objectTypeTimeseriesMetadataReferencesNonExistentProperty | ErrorType_objectTypeActionLogDeletionStillReferencesEnabledActionType | ErrorType_objectTypeSensorTraitReferencesNonExistentProperty | ErrorType_objectTypeReadingPropertyTypeMustBeTimeDependent | ErrorType_objectTypeCompositePrimaryKeysNotAllowed | ErrorType_objectTypeInvalidDeletionsWithReferencingDatasources | ErrorType_objectTypeInvalidStatus | ErrorType_objectTypeWithEditsHistoryCannotAddUnsupportedPropertyTypes | ErrorType_objectTypeCannotEnableEditsHistoryWithUnsupportedPropertyTypes | ErrorType_objectTypeGeotimeSeriesReferencePropertyIsTitle | ErrorType_objectTypeGeotimeSeriesReferencePropertyTypeHasNoDatasources | ErrorType_objectTypeGeotimeSeriesReferencePropertyShouldNotHaveRenderHints | ErrorType_objectTypeGeotimeSeriesReferenceIsNotOnObjectStorageV2 | ErrorType_objectTypeInvalidTypeForDerivedProperty | ErrorType_objectTypeValueTypeAssociatedWithDerivedPropertyType | ErrorType_objectTypeDataConstraintAssociatedWithDerivedPropertyType | ErrorType_objectTypeInlineActionAssociatedWithDerivedPropertyType | ErrorType_objectTypeReferencedPropertyDoesNotExist | ErrorType_objectTypeTimeDependentPropertyShouldNotBeSearchable | ErrorType_objectTypeInvalidSeriesMetadata | ErrorType_objectTypeTimeDependentPropertyShouldNotBePrimaryKeyOrTitle | ErrorType_objectTypeTimeDependentPropertyMustBeReferencedByExactlyOneTimeSeriesDatasource | ErrorType_objectTypeInvalidNonNumericInternalInterpolation | ErrorType_objectTypeTimeDependentPropertyShouldNotHaveRenderHints | ErrorType_objectTypeInvalidNumericInternalInterpolation | ErrorType_objectTypeTimeDependentPropertyTypeHasNoDatasources | ErrorType_objectTypePhonographNumberOfReplicasTypeclassMustBeOnPrimaryKey | ErrorType_objectTypeInvalidArrayBasePropertyType | ErrorType_objectTypeInvalidPropertyTypeApiName | ErrorType_objectTypeAtMostOneOfReplacedByAndReplacedByIdCanBeSetOnPropertyTypeStatus | ErrorType_objectTypePropertyTypeWithReplaceByIdNotFound | ErrorType_objectTypeInvalidPropertyTypeVisibility | ErrorType_objectTypeStructPropertyTypeFieldDisplayNameTooLong | ErrorType_objectTypeStructPropertyTypeFieldsDuplicateApiNames | ErrorType_objectTypeStructPropertyTypeIsNotOnObjectStorageV2ObjectType | ErrorType_objectTypeStructPropertyTypeShouldNotHaveRenderHints | ErrorType_objectTypeStructPropertyCannotChangeBaseTypes | ErrorType_objectTypeStructPropertyTypeFieldTypeClassKindTooLong | ErrorType_objectTypeStructPropertyTypeFieldHasInvalidApiName | ErrorType_objectTypeStructPropertyTypeFieldAliasTooLong | ErrorType_objectTypeStructPropertyTypeMustHaveAtLeastOneField | ErrorType_objectTypeStructPropertyTypeFieldHasTooManyTypeClasses | ErrorType_objectTypeStructPropertyTypeFieldHasTooManyAliases | ErrorType_objectTypeStructPropertyTypeFieldTypeClassNameTooLong | ErrorType_objectTypeStructFieldBasePropertyTypeInvalid | ErrorType_cipherTextPropertyTypetWithNonStringPlainTextType | ErrorType_objectTypeStructPropertyTypeIsTitle | ErrorType_objectTypeStructPropertyTypeFieldDescriptionTooLong | ErrorType_objectTypeStructPropertyTypeShouldNotHaveRenderHintsError | ErrorType_objectTypeStructMainValueFieldsEmpty | ErrorType_objectTypeStructMainValueFieldsNotFound | ErrorType_sharedPropertyTypeInvalidArrayReducerFieldReferences | ErrorType_sharedPropertyTypeStructMainValueFieldsNotFound | ErrorType_sharedPropertyTypeInvalidReducerSortFieldType | ErrorType_reducersNotAllowedOnSharedPropertyTypeArraySubtype | ErrorType_objectTypeReferencedPropertyMustBeDifferent | ErrorType_objectTypeReferencedPropertyTypeMismatch | ErrorType_objectTypeInvalidAnalyzer | ErrorType_objectTypeInvalidLanguageAnalyzer | ErrorType_objectTypeCannotUseAnalyzerExperimentalAndAnalyzerOverride | ErrorType_objectTypePrimaryKeyTypeForbidden | ErrorType_objectTypeReferenceDeletedInlineActionTypes | ErrorType_objectTypePrimaryKeyTimeDependentPropertyMustBeIndexedForSearch | ErrorType_objectTypePropertyTypeStatusAndObjectTypeStatusConflict | ErrorType_objectTypeBaseFormatterReferencedPropertiesDoNotExist | ErrorType_objectTypeAttachmentPropertyShouldNotBePrimaryKeyOrTitle | ErrorType_objectTypeAttachmentPropertyShouldNotBeSearchable | ErrorType_objectTypeAttachmentPropertyShouldNotHaveRenderHints | ErrorType_objectTypeInlineActionTypesCannotBeAssociatedWithObjectTypePrimaryKeys | ErrorType_objectTypeVectorPropertyIsNotOnObjectStorageV2ObjectType | ErrorType_objectTypeVectorPropertyTypeDimensionInvalid | ErrorType_objectTypeVectorPropertyTypeEmbeddingModelUnknown | ErrorType_objectTypeVectorPropertyTypeQuantizationInvalid | ErrorType_objectTypeVectorPropertySimilarityFunctionConfigurationInvalid | ErrorType_objectTypeVectorPropertyFunctionBackedEmbeddingModelInvalid | ErrorType_objectTypeVectorPropertyLiveDeploymentInvalid | ErrorType_objectTypeVectorPropertyEmbeddingModelDimensionMismatched | ErrorType_objectTypeDataNullabilityV2NotEnabled | ErrorType_objectTypeMultipleDataNullabilitiesConfigured | ErrorType_objectTypeNoEmptyCollectionsDataConstraintOnlyAllowedForArrayType | ErrorType_objectTypeMediaReferencePropertyTypeHasNoDatasources | ErrorType_objectTypeMediaReferencePropertyIsReferencedByMoreThanOneMediaSourceDatasource | ErrorType_objectTypeMediaReferencePropertyIsReferencedByMoreThanOneMediaDatasourceType | ErrorType_objectTypeMediaReferenceIsNotOnObjectStorageV2ObjectType | ErrorType_objectTypeMediaReferencePropertyIsTitle | ErrorType_objectTypeMediaReferencePropertyShouldNotHaveRenderHints | ErrorType_objectTypeMultipleUploadMediaSetViewDatasourcesForSameProperty | ErrorType_objectTypeMediaSetViewDatasourceUploadPropertyNotInProperties | ErrorType_objectTypeGothamMappingAlreadyInUse | ErrorType_objectTypeMissingPermissionToEnableTypeMapping | ErrorType_objectTypeObjectStorageV1MappedToGotham | ErrorType_objectTypeRevDbIntegrationHasNoMappedProperties | ErrorType_objectTypeHasModifiedLocalPropertyGothamMapping | ErrorType_objectTypeHasUnmappedPropertyWithCustomGothamUri | ErrorType_objectTypeViewRestrictedContainsGothamMapping | ErrorType_objectTypeInPrivatePackageContainsGothamMapping | ErrorType_objectTypeHasModifiedGothamUris | ErrorType_objectTypeInvalidVisibility | ErrorType_objectTypeHasNoPrimaryKey | ErrorType_objectTypeHasTooManyDatasources | ErrorType_objectTypeCannotEditPrivilegedProvenance | ErrorType_objectTypeBothDerivedPropertyTypeAndObjectStorageV1MappedToGotham | ErrorType_objectTypeEditsResolutionStrategyModificationOnlyAllowedForOsv2 | ErrorType_objectTypeInvalidRevertOsv1ToOsv2Migration | ErrorType_objectTypeEditsResolutionStrategyModificationTimestampPropertyNotInDatasource | ErrorType_objectTypeReadOnlyOsv2WithPatchesEnabled | ErrorType_objectTypeOsv1WithOsv2ObjectDbsEnabled | ErrorType_objectTypeEnablingEditsHistoryNotSupported | ErrorType_objectTypeStreamDatasourceSupportedOnlyWithObjectStorageV2 | ErrorType_objectTypeOsv1CannotCreate | ErrorType_objectTypeReadOnlyV1V2NotAllowed | ErrorType_objectTypeRestrictedViewDatasourceV2SupportedOnlyWithObjectStorageV2 | ErrorType_objectTypeOsv2WithMultipleClustersEnabled | ErrorType_objectTypeEntityMetadataModifyRequestWithInvalidObjectDbType | ErrorType_objectTypeDatasetDatasourceV2SupportedOnlyWithObjectStorageV2 | ErrorType_objectTypeEntityMetadataModifyRequestWithInvalidObjectDbRid | ErrorType_objectTypeEditabilityChangeDuringV1ToV2Migration | ErrorType_objectTypeEditsHistoryChangeDuringV1ToV2Migration | ErrorType_objectTypeEditsResolutionStrategyModificationTimestampPropertyNotFound | ErrorType_objectTypeStreamDatasourceWithPatchesEnabled | ErrorType_objectTypeEntityMetadataModifyRequestWithInvalidObjectDbConfigValue | ErrorType_objectTypeToDeleteIsReferencedByExistingInterfaceLinkTypes | ErrorType_objectTypeImplementsTooManyInterfaces | ErrorType_objectTypeInterfaceImplementationInvalidIsIndexedForSearch | ErrorType_objectTypeInterfaceImplementationInvalidDataConstraints | ErrorType_objectTypeInterfaceImplementationConflictingPropertyImplementation | ErrorType_objectTypeInterfaceImplementationPropertyHasDifferentType | ErrorType_objectTypeInterfaceImplementationPropertyNotFound | ErrorType_objectTypeInterfaceImplementationPropertyTypesHaveConflictingApiNames | ErrorType_objectTypeInterfaceImplementationTypeClassesDoNotMatch | ErrorType_objectTypeInterfaceImplementationValueTypeDoesNotMatch | ErrorType_objectTypeInterfaceImplementationInvalidStructFieldTypeImplementation | ErrorType_objectTypeInterfaceImplementationInvalidInterfacePropertyForStructPropertyMappingImplementation | ErrorType_objectTypeInterfaceImplementationInvalidStructPropertyMappingImplementation | ErrorType_objectTypeInterfaceImplementationInvalidStructFieldMapping | ErrorType_objectTypeInterfaceImplementationUnmappedInterfaceStructField | ErrorType_objectTypeInterfaceImplementationReducedPropertyMissingReducers | ErrorType_objectTypeInterfaceImplementationImplementsPropertyThatDoesNotExist | ErrorType_objectTypeInterfaceImplementationDoesNotImplementAllProperties | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeDoesNotReferenceObjectType | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeSideIsAmbiguous | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeSideDoesNotMatchLinkDefinitionType | ErrorType_objectTypeInterfaceImplementationImplementingLinkTypeSideIsIncorrect | ErrorType_objectTypeInterfaceImplementationInvalidLinkedEntityImplementingLinkType | ErrorType_objectTypeInterfaceImplementationLinkTypeImplementedMoreThanOnce | ErrorType_objectTypeInterfaceImplementationNotUsingPrimaryKey | ErrorType_objectTypeInterfaceImplementationUsingPrimaryKey | ErrorType_objectTypePropertyImplementationImplicitAndExplicit | ErrorType_objectTypeInterfaceLinkNotFound | ErrorType_objectTypeInterfaceLinkTypeImplementedTooOften | ErrorType_objectTypeRequiredInterfaceLinkTypeNotImplemented | ErrorType_objectTypeCountExceeded | ErrorType_objectTypeTooManyPropertiesAndStructFields | ErrorType_objectTypeStreamDatasourceTooManyPropertiesAndStructFields | ErrorType_objectTypeDisplayNameTooLong | ErrorType_objectTypeDescriptionTooLong | ErrorType_objectTypePropertyTypeDisplayNameTooLong | ErrorType_objectTypePropertyTypeDescriptionTooLong | ErrorType_objectTypeTooManyTypeClasses | ErrorType_objectTypeTypeClassKindTooLong | ErrorType_objectTypeTypeClassValueTooLong | ErrorType_objectTypeAliasTooLong | ErrorType_objectTypeInvalidApiNamePrefixes | ErrorType_objectTypeInvalidIconColor | ErrorType_objectTypeInvalidIconType | ErrorType_objectTypeInvalidCardinalityImplementingInterfaceLinkType | ErrorType_objectTypeMarkingPropertyTypesOnlyAllowedOnOsv2 | ErrorType_objectTypeInvalidMarkingPropertyType | ErrorType_objectTypeMarkingPropertyTypesMustBeNonNullable | ErrorType_objectTypeCbacMarkingPropertyTypeMustBeNonEmpty | ErrorType_objectTypeWithDerivedPropertiesMappedToGotham | ErrorType_objectTypePrimaryKeyChangeMissingSchemaMigration | ErrorType_objectTypeDeletedPropertyTypeMissingSchemaMigration | ErrorType_objectTypePropertyDataTypeChangeMissingSchemaMigration | ErrorType_objectTypeDeletedDatasourceMissingSchemaMigration | ErrorType_objectTypeSchemaMigrationSourceSchemaVersionContainsMultipleTransitions | ErrorType_objectTypeContainsTooManySchemaMigrations | ErrorType_objectTypeReferencedBySchemaMigrationDoesNotExist | ErrorType_objectTypeSchemaMigrationSchemaVersionNewerThanLatest | ErrorType_objectTypeSchemaMigrationSchemaVersionLessThanOne | ErrorType_objectTypeSchemaMigrationSourceSchemaVersionNewerOrEqualToTarget | ErrorType_objectTypeSchemaMigrationModifiesPastTransitionsOnBranch | ErrorType_objectTypeSchemaMigrationDeletesTransitionsOnBranch | ErrorType_objectTypeSchemaMigrationContainsDuplicateSchemaMigrationRids | ErrorType_objectTypePropertySecurityGroupReferencesNonExistentProperty | ErrorType_objectTypeReferencedTypeGroupsDoNotExist | ErrorType_objectTypeForbiddenTitleProperty | ErrorType_objectTypePropertyIdClashesWithMainBranch | ErrorType_objectTypeIdClashesAfterRebase | ErrorType_objectTypePropertyCannotBeDeletedWhenReferencedInActionNotification | ErrorType_objectTypeDatasourceWithInvalidRetentionTargetSize | ErrorType_objectTypeDatasourceWithInvalidTimeBasedRetention | ErrorType_objectTypeCannotBeMdoWithStreamingDatasource | ErrorType_reducersNotAllowedOnArraySubtype | ErrorType_ruleSetBindingReferencingMissingPropertyTypeIds | ErrorType_ruleSetCountExceeded | ErrorType_ruleSetNameTooLong | ErrorType_ruleSetDescriptionTooLong | ErrorType_ruleSetNamedTypeNameTooLong | ErrorType_workflowObjectTypeTraitPropertyTypeMismatch | ErrorType_workflowReferencedLinkTypeDeleted | ErrorType_workflowPropertiesAssociatedMissing | ErrorType_workflowReferencedLinkTypeNotFound | ErrorType_workflowReferencedObjectTypeDeleted | ErrorType_workflowReferencedObjectTypesNotFound | ErrorType_workflowCountExceeded | ErrorType_workflowDisplayNameTooLong | ErrorType_workflowDescriptionTooLong | ErrorType_workflowArchetypeIdTooLong | ErrorType_workflowArchetypeVersionTooLong | ErrorType_sharedPropertyTypeInvalidApiName | ErrorType_sharedPropertyTypeFormatterCannotReferenceOtherPropertyType | ErrorType_sharedPropertyTypeReferencesMissingValueType | ErrorType_sharedPropertyTypeStructPropertyCannotChangeBaseTypes | ErrorType_sharedPropertyTypesToModifyAreImported | ErrorType_sharedPropertyTypeInvalidVisibility | ErrorType_sharedPropertyTypeGothamMappingAlreadyInUse | ErrorType_sharedPropertyTypeHasModifiedGothamUris | ErrorType_sharedPropertyTypeValueTypeUsageMissingStructField | ErrorType_sharedPropertyTypeValueTypeUsageMismatchStructField | ErrorType_sharedPropertyTypeGeotimeSeriesReferencePropertyShouldNotHaveRenderHints | ErrorType_sharedPropertyTypeValueTypeUsageMismatchScaleOrPrecision | ErrorType_sharedPropertyTypeValueTypeUsageMismatch | ErrorType_sharedPropertyTypeAttachmentPropertyShouldNotHaveRenderHints | ErrorType_sharedPropertyTypeAttachmentPropertyShouldNotBeSearchable | ErrorType_sharedPropertyTypeToDeleteIsReferencedByExistingTypes | ErrorType_createdOrUpdatedEntityTypeReferencingNonExistentSharedPropertyTypes | ErrorType_sharedPropertyTypeMediaReferencePropertyShouldNotHaveRenderHints | ErrorType_sharedPropertyTypeCountExceeded | ErrorType_sharedPropertyTypeDisplayNameTooLong | ErrorType_sharedPropertyTypeDescriptionTooLong | ErrorType_sharedPropertyTypeTooManyTypeClasses | ErrorType_sharedPropertyTypeTypeClassKindTooLong | ErrorType_sharedPropertyTypeTypeClassValueTooLong | ErrorType_sharedPropertyTypeAliasTooLong | ErrorType_sharedPropertyTypeTooManyAliases | ErrorType_sharedPropertyTypeInvalidMarking | ErrorType_sharedPropertyTypesMarkingMustBeNonNullable | ErrorType_sharedPropertyTypeCbacMarkingMustBeNonEmpty | ErrorType_sharedPropertyTypeInvalidApiNamePrefixes | ErrorType_sharedPropertyTypeBacksMultipleProperties | ErrorType_actionTypeHasRevertsEnabledButEmptyEnabledForConfiguration | ErrorType_actionTypeMissingRevertDuration | ErrorType_actionTypeInvalidRevertDuration | ErrorType_actionTypeFormContentOrderingNotExactlySameAsSectionSet | ErrorType_actionTypeParametersInFormContentOrderingDontMatchParameterOrdering | ErrorType_actionTypeFormContentOrderingContainsDuplicates | ErrorType_actionTypeFormContentOrderingNotExactlySameAsParameterSet | ErrorType_actionTypeLinkRuleDoesNotReferenceManyToManyLinkType | ErrorType_actionTypeInterfaceLinkTypeDoesNotExistOnInterface | ErrorType_actionTypeInterfaceLinkRuleReferenceObjectTypeThatDoesNotImplementInterface | ErrorType_actionTypeInterfaceLinkRuleReferenceObjectTypeThatDoesNotImplementInterfaceLinkType | ErrorType_actionTypeInterfaceLinkRuleHasParameterWithInvalidTypeToLinkExistingObject | ErrorType_actionTypeInterfaceLinkRuleInterfaceTypeMismatch | ErrorType_actionTypeInterfaceLinkRuleHasInvalidCreatedObjectReference | ErrorType_actionTypeInterfaceLinkRuleDoesNotReferenceTheTargetObjectType | ErrorType_actionTypeInterfaceLinkRuleReferencesInvalidAddObjectTypeLogicRule | ErrorType_actionTypeInterfaceLinkRuleReferencesInvalidAddInterfaceTypeLogicRule | ErrorType_actionTypeInterfaceLinkRuleReferencesLogicRuleThatComesAfterIt | ErrorType_actionTypePrimaryKeyInAddObjectRuleDoesNotUseValidLogicRuleValue | ErrorType_actionTypeApiNameMissing | ErrorType_actionTypeDoesNotHaveActionTypeLevelValidation | ErrorType_actionTypeStructParametersNotAllowedInPropertyTypeLogicRuleValueMappings | ErrorType_actionTypeUserValidationFiltersExceedMaximum | ErrorType_actionTypeCannotFindObjectTypes | ErrorType_actionTypeCannotUpdateLegacyMediaPropertyWithLogicRuleValueFromAction | ErrorType_actionTypeStructPropertyFieldMappingHasIncompatibleCardinality | ErrorType_actionTypeStructPropertyFieldMappingHasInconsistentCardinality | ErrorType_actionTypeTypeclassUsageNotAllowed | ErrorType_actionTypeParameterOrderingNotExactlySameAsParameterSet | ErrorType_actionTypeParameterOrderingContainsDuplicates | ErrorType_actionTypeCannotPerformOperationWithRedactedValue | ErrorType_actionTypeStructPropertyFieldMappedToIncompatibleBaseType | ErrorType_actionTypeInterfaceStructPropertyFieldMappedToIncompatibleBaseType | ErrorType_actionTypeInterfaceStructPropertyFieldMappingHasIncompatibleCardinality | ErrorType_actionTypeInterfaceStructPropertyFieldMappingHasInconsistentCardinality | ErrorType_actionTypeActionLogObjectsCannotBeEdited | ErrorType_actionTypeNonExistentParametersUsedInLogic | ErrorType_actionTypeObjectMissingPrimaryKey | ErrorType_actionTypeEditingNonEditablePropertyType | ErrorType_actionTypeObjectSetRidsNotAllowedInConditionValues | ErrorType_actionTypeApiNameInvalidFormat | ErrorType_actionTypePropertyTypeDoesNotMatchMappedLogicRuleValue | ErrorType_actionTypeStructPropertyTypesNotAllowedInPropertyTypeLogicRuleValueMappings | ErrorType_actionTypeStructFieldLogicMappingDoesNotMatchStructPropertyDefinition | ErrorType_actionTypeMissingParameterToObjectTypeIdMapping | ErrorType_actionTypeStructFieldLogicMappingDoesNotMatchInterfaceStructPropertyDefinition | ErrorType_actionTypeObjectParameterPropertyValueInPrefillsCannotReferenceStructProperty | ErrorType_actionTypeParameterTypeDoesNotMatchParameterValidationType | ErrorType_actionTypeConditionValueCannotReferenceHighCardinalityObjectReferenceParameter | ErrorType_actionTypeStructParameterFieldPrefillReferencesNonexistentObjectPropertyTypeStructField | ErrorType_actionTypeStructParameterFieldPrefillReferencesNonexistentInterfacePropertyTypeStructField | ErrorType_actionTypeNonExistentParametersUsedInConditionValue | ErrorType_actionTypeModifyObjectRuleDoesNotReferenceObjectTypeParameter | ErrorType_actionTypeCannotUseMediaReferenceForObjectOrInterfaceParameterProperty | ErrorType_actionTypeStructParameterFieldPrefillReferencesIncompatibleObjectPropertyTypeStructField | ErrorType_actionTypeStructParameterFieldPrefillReferencesIncompatibleInterfacePropertyTypeStructField | ErrorType_actionTypeCannotUseTimeSeriesReferenceForObjectOrInterfaceParameterProperty | ErrorType_actionTypeParameterValidationNotFound | ErrorType_actionTypeInvalidObjectDropdownStartingParameter | ErrorType_actionTypeObjectSetObjectTypeDoesntMatchParameterObjectType | ErrorType_actionTypeTooManyObjectDropdownSearchArounds | ErrorType_actionTypeMissingConditionValuesInActionsObjectSet | ErrorType_actionTypeStructParameterPrefillsMustBeDefinedForAllFieldsOrNone | ErrorType_actionTypeParametersDoNotMatchParameterOrdering | ErrorType_actionTypeParameterPrefillCannotReferenceHighCardinalityObjectReferenceParameter | ErrorType_actionTypeParameterValidationReferencesLaterParameters | ErrorType_actionTypeDeletingAndEditingSameParameterRid | ErrorType_actionTypeAddingAndEditingSameParameterId | ErrorType_actionTypeDataConstraintsPropertyMappedToOptionalParameter | ErrorType_actionTypeNonExistentParametersUsedInParameterPrefill | ErrorType_actionTypeObjectReferenceTypeCreateObjectOptionValue | ErrorType_actionTypeStructParameterPrefillReferencesStructPropertyWithIncompatibleCardinality | ErrorType_actionTypeStructParameterPrefillsNotReferencingSameProperty | ErrorType_actionTypeInvalidLogicRuleForObjectType | ErrorType_actionTypeInvalidParameterIdProvidedForInlineActionType | ErrorType_actionTypeInvalidLogicRuleProvidedForInlineActionTypeProperty | ErrorType_actionTypeInlineActionTypeDoesNotModifyAllPropertyTypesForWhichActionTypeIsInline | ErrorType_actionTypeInlineActionTypeLogicRuleMustModifyObjectTypeWhichReferencesTheActionTypeAsInline | ErrorType_actionTypeInlineActionTypeLogicMustConsistOfOneAndOnlyOneModifyObjectRule | ErrorType_actionTypeConditionsAreNotIndexedCorrectly | ErrorType_actionTypeApiNameConflict | ErrorType_actionTypeObjectParameterPropertyValueCannotReferenceStructProperty | ErrorType_actionTypeHasRevertsEnabledAndSynchronousWebhook | ErrorType_actionTypeValidationsOrderingNotExactlySameAsValidationRuleSet | ErrorType_actionTypeValidationsOrderingContainsDuplicates | ErrorType_actionTypeHasRevertsEnabledForInvalidObjectTypeStorageBackendCategory | ErrorType_actionTypeHasRevertsEnabledForInvalidLinkTypeStorageBackendCategory | ErrorType_actionTypeReferencesNonExistentSharedPropertyTypesInInterfaceTypes | ErrorType_actionTypeReferencesNonExistentInterfacePropertyTypesInInterfaceTypes | ErrorType_actionTypeReferencesNonExistentPropertyTypesInObjectTypes | ErrorType_actionTypeReferencesNonExistentEntityTypes | ErrorType_actionTypeReferencesOptionalSharedPropertyTypesInInterfaceTypes | ErrorType_actionTypeReferencesOptionalInterfacePropertyTypesInInterfaceTypes | ErrorType_actionTypeActionLogConfiguredForFunctionButFunctionProvenanceIsNotSet | ErrorType_actionTypeActionLogReferencesPropertiesOfNonSingletonObject | ErrorType_actionTypeActionTypeParametersReferencedInActionLogRuleDoNotExist | ErrorType_actionTypeActionLogStructFieldMappingReferencesNonExistentOrWrongTypeParameter | ErrorType_actionTypeActionLogSummaryContainsObjectParameters | ErrorType_actionTypeActionLogReasonCodePropertiesNotMapped | ErrorType_actionTypeActionTypeObjectTypesEditedDoNotHaveCorrespondingActionLogValue | ErrorType_actionTypeActionLogContainsValuesNotGeneratedByAction | ErrorType_actionTypeActionLogRequiredValuesNotAllPresentExactlyOnce | ErrorType_actionTypeActionLogObjectTypeIdSuppliedEmpty | ErrorType_actionTypeActionLogObjectTypeDoesNotExist | ErrorType_actionTypeActionLogPropertyTypeIdReferencedDoesNotExist | ErrorType_actionTypeActionLogValueDoesNotMatchObjectPropertyTypes | ErrorType_actionTypeActionLogRequiredButNotEnabled | ErrorType_actionTypeActionLogSummaryMessagePartTooLong | ErrorType_actionTypeActionLogSummaryTooManyMessageParts | ErrorType_actionTypeFunctionLocatorNotLatestPublishedOnFoundryBranch | ErrorType_actionTypeCountExceeded | ErrorType_actionTypeButtonTextTooLong | ErrorType_actionTypeSuccessMessageTooLong | ErrorType_actionTypeApplyingMessageTooLong | ErrorType_actionTypeTooManyLogicRules | ErrorType_actionTypeTooManyParameters | ErrorType_actionTypeTooManySections | ErrorType_actionTypeTooManySubmissionCriteria | ErrorType_actionTypeFailureMessageTooLong | ErrorType_actionTypeStaticValueTooLong | ErrorType_actionTypeDefaultStringTooLong | ErrorType_actionTypeDisplayNameTooLong | ErrorType_actionTypeDescriptionTooLong | ErrorType_actionTypeSectionDisplayNameTooLong | ErrorType_actionTypeSectionDescriptionTooLong | ErrorType_actionTypeParameterDisplayNameTooLong | ErrorType_actionTypeParameterDescriptionTooLong | ErrorType_actionTypeStructParameterFieldsListLengthValidationCannotBeDefined | ErrorType_actionTypeStructParameterShouldNotHaveTopLevelPrefillDefined | ErrorType_actionTypeStructParameterFieldAllowedValueIsIncompatibleWithFieldType | ErrorType_actionTypeStructParameterFieldRenderHintIsIncompatibleWithFieldTypeAndAllowedValue | ErrorType_actionTypeStructParameterHasInvalidTopLevelAllowedValues | ErrorType_actionTypeStructParameterFieldObjectReferenceReferencesNonExistentObjectType | ErrorType_actionTypeParameterCbacConstraintContainsInvalidMaxClassification | ErrorType_actionTypeCbacConstraintOnNonSecuringCbacParameterMissingMaxClassification | ErrorType_actionTypeStringCbacPickerTypeclassUsedOnNonStringParameter | ErrorType_actionTypeInsufficientPermissionsToAddStringCbacPickerTypeclass | ErrorType_actionTypeInsufficientPermissionsToModifyMaxClassificationOfNonSecuringCbacParameter | ErrorType_actionTypeTooManyTypeClasses | ErrorType_actionTypeTypeClassKindTooLong | ErrorType_actionTypeTypeClassValueTooLong | ErrorType_actionTypeInvalidApiNamePrefixes | ErrorType_actionTypeParameterPrefillValueTypeDoesNotMatchBaseParameterType | ErrorType_actionTypeInterfaceReferenceParameterPrefillReferencesNonInterfaceReferenceParameter | ErrorType_actionTypeObjectReferenceParameterPrefillReferencesNonObjectReferenceParameter | ErrorType_actionTypePrefillValueTypeIsNotSupported | ErrorType_actionTypeParameterTransformNotSupported | ErrorType_actionTypeObjectParameterPrefillReferencesNonExistentPropertyType | ErrorType_actionTypeObjectParameterPrefillReferencesNonExistentObjectType | ErrorType_typeGroupCountExceeded | ErrorType_typeGroupDisplayNameTooLong | ErrorType_typeGroupDescriptionTooLong | ErrorType_typeGroupDisplayNameAlreadyExists | ErrorType_propertySecurityGroupNameTooLong | ErrorType_primaryKeyReferencesInMultiplePropertySecurityGroups | ErrorType_missingPropertySecurityGroupTypes | ErrorType_nonUniquePropertySecurityGroupNames | ErrorType_nonUniquePropertySecurityGroupSecurityPolicies | ErrorType_objectEditsCannotBeCopiedForObjectTypeOnBranchNeedsRebasing | ErrorType_objectTypeBranchIndexingConfigCanOnlyBeSetOnNonDefaultBranches | ErrorType_branchIndexingConfigCanOnlyBeSetForManyToManyLinkTypes | ErrorType_parentObjectTypeBranchIndexingConfigCanOnlyBeSetForObjectTypesPresentOnTheParentBranch | ErrorType_parentLinkTypeBranchIndexingConfigCanOnlyBeSetForLinkTypesPresentOnTheParentBranch | ErrorType_resetSchemaMigrationsCanOnlyBeAppliedToNonDefaultBranches | ErrorType_structSharedPropertyFieldModificationsInconsistentWithObjectTypeStructPropertyFieldDefinitions | ErrorType_unexpectedValidationFailure | ErrorType_validationBlockOverrideContainsValueType | ErrorType_invalidCompassFoldersForEntities | ErrorType_compassFoldersUsedInDefaultOntology | ErrorType_compassFoldersUsedInCbacEnvironment | ErrorType_compassFolderEntityResourceNameIsEmpty | ErrorType_compassFolderEntityResourceNameContainsIllegalSubstrings | ErrorType_compassFolderEntityResourceNameIsIllegalValue | ErrorType_compassFolderEntityResourceNameIsTooLong | ErrorType_actionLogPropertyIsNotStructButMappedAsStruct | ErrorType_actionLogStructFieldMappingIncomplete | ErrorType_actionLogStructFieldMappingHasInconsistentCardinality | ErrorType_actionLogStructFieldMappingHasIncompatibleCardinality | ErrorType_actionLogStructFieldMappedToIncompatibleBaseType | ErrorType_maxClassificationConstraintMustBeNonEmptyIfAllowEmptyMarkingsIsFalse;
|
|
2956
3048
|
export interface IndeterminateErrorCategory {}
|
|
2957
3049
|
/**
|
|
2958
3050
|
* Two interface link types have the same API name. API Names must be unique within the context of an interface. I.e. across all links in an interface and its super interfaces.
|
|
@@ -2971,6 +3063,10 @@ export interface InterfaceLinkTypeDisplayNameTooLong {}
|
|
|
2971
3063
|
*/
|
|
2972
3064
|
export interface InterfacePropertyTypeApiNameConflict {}
|
|
2973
3065
|
/**
|
|
3066
|
+
* Multiple interface properties have the same API name when the namespace is removed. API Names without namespace must be unique within the context of an interface. I.e. across all properties in an interface and its super interfaces.
|
|
3067
|
+
*/
|
|
3068
|
+
export interface InterfacePropertyTypeApiNameIgnoringNamespaceConflict {}
|
|
3069
|
+
/**
|
|
2974
3070
|
* The description of an interface property type exceeds the maximum length.
|
|
2975
3071
|
*/
|
|
2976
3072
|
export interface InterfacePropertyTypeDescriptionTooLong {}
|
|
@@ -3494,6 +3590,10 @@ export interface LinkTypeTypeClassValueTooLong {}
|
|
|
3494
3590
|
*/
|
|
3495
3591
|
export interface LinkTypeV1WithOsv2ObjectDbsEnabled {}
|
|
3496
3592
|
/**
|
|
3593
|
+
* MaxClassificationConstraint must be nonempty if allowEmptyMarkings is set to false.
|
|
3594
|
+
*/
|
|
3595
|
+
export interface MaxClassificationConstraintMustBeNonEmptyIfAllowEmptyMarkingsIsFalse {}
|
|
3596
|
+
/**
|
|
3497
3597
|
* Property security groups must have types.
|
|
3498
3598
|
*/
|
|
3499
3599
|
export interface MissingPropertySecurityGroupTypes {}
|
|
@@ -3564,6 +3664,10 @@ export interface ObjectTypeBothDerivedPropertyTypeAndObjectStorageV1MappedToGoth
|
|
|
3564
3664
|
*/
|
|
3565
3665
|
export interface ObjectTypeBranchIndexingConfigCanOnlyBeSetOnNonDefaultBranches {}
|
|
3566
3666
|
/**
|
|
3667
|
+
* MDOs (Multi-Datasource Object Types) cannot be backed by a streaming datasource.
|
|
3668
|
+
*/
|
|
3669
|
+
export interface ObjectTypeCannotBeMdoWithStreamingDatasource {}
|
|
3670
|
+
/**
|
|
3567
3671
|
* The user does not have permissions to edit privileged provenance on ontology entities metadata.
|
|
3568
3672
|
*/
|
|
3569
3673
|
export interface ObjectTypeCannotEditPrivilegedProvenance {}
|
|
@@ -3642,6 +3746,11 @@ export interface ObjectTypeDatasourceUpdateModificationCannotChangeAssumedMarkin
|
|
|
3642
3746
|
*/
|
|
3643
3747
|
export interface ObjectTypeDatasourceWithInvalidRetentionTargetSize {}
|
|
3644
3748
|
/**
|
|
3749
|
+
* A direct datasource has an invalid time-based retention window. The retention window must be a non-negative
|
|
3750
|
+
* ISO 8601 duration and at most 1000 days.
|
|
3751
|
+
*/
|
|
3752
|
+
export interface ObjectTypeDatasourceWithInvalidTimeBasedRetention {}
|
|
3753
|
+
/**
|
|
3645
3754
|
* An error representing when an object type datasource does not include the primary key property of the corresponding object type.
|
|
3646
3755
|
*/
|
|
3647
3756
|
export interface ObjectTypeDatasourceWithoutPrimaryKeyColumn {}
|
|
@@ -3702,6 +3811,10 @@ export interface ObjectTypeDescriptionTooLong {}
|
|
|
3702
3811
|
*/
|
|
3703
3812
|
export interface ObjectTypeDisplayNameTooLong {}
|
|
3704
3813
|
/**
|
|
3814
|
+
* Two or more datasource struct fields map to the same property type struct field API name on an object type.
|
|
3815
|
+
*/
|
|
3816
|
+
export interface ObjectTypeDuplicateStructDatasourceMapping {}
|
|
3817
|
+
/**
|
|
3705
3818
|
* Attempted to change editability of an ObjectType during the migration to ObjectStorageV2. Wait until the migration has completed before changing value of `arePatchesEnabled`.
|
|
3706
3819
|
*/
|
|
3707
3820
|
export interface ObjectTypeEditabilityChangeDuringV1ToV2Migration {}
|
|
@@ -4560,10 +4673,22 @@ export interface ObjectTypeUnsupportedSecurityGroupGranularPolicyOperands {}
|
|
|
4560
4673
|
*/
|
|
4561
4674
|
export interface ObjectTypeValueTypeAssociatedWithDerivedPropertyType {}
|
|
4562
4675
|
/**
|
|
4676
|
+
* Vector property dimension does not match the expected dimension for the embedding model.
|
|
4677
|
+
*/
|
|
4678
|
+
export interface ObjectTypeVectorPropertyEmbeddingModelDimensionMismatched {}
|
|
4679
|
+
/**
|
|
4680
|
+
* Vector property uses an invalid function-backed embedding model.
|
|
4681
|
+
*/
|
|
4682
|
+
export interface ObjectTypeVectorPropertyFunctionBackedEmbeddingModelInvalid {}
|
|
4683
|
+
/**
|
|
4563
4684
|
* Vector properties can only be used on ObjectTypes stored in object storage V2.
|
|
4564
4685
|
*/
|
|
4565
4686
|
export interface ObjectTypeVectorPropertyIsNotOnObjectStorageV2ObjectType {}
|
|
4566
4687
|
/**
|
|
4688
|
+
* Vector property uses an invalid live deployment.
|
|
4689
|
+
*/
|
|
4690
|
+
export interface ObjectTypeVectorPropertyLiveDeploymentInvalid {}
|
|
4691
|
+
/**
|
|
4567
4692
|
* The vector similarity function list must be of size 1.
|
|
4568
4693
|
*/
|
|
4569
4694
|
export interface ObjectTypeVectorPropertySimilarityFunctionConfigurationInvalid {}
|
|
@@ -4592,6 +4717,10 @@ export interface ObjectTypeWithDerivedPropertiesMappedToGotham {}
|
|
|
4592
4717
|
*/
|
|
4593
4718
|
export interface ObjectTypeWithEditsHistoryCannotAddUnsupportedPropertyTypes {}
|
|
4594
4719
|
/**
|
|
4720
|
+
* Object types with stream datasources cannot have materializations. If you are switching from a batch to stream datasource, please unlink your materializations first.
|
|
4721
|
+
*/
|
|
4722
|
+
export interface ObjectTypeWithStreamDatasourceCannotHaveMaterializations {}
|
|
4723
|
+
/**
|
|
4595
4724
|
* An error representing when none of an object type's datasources map the title property of the object type.
|
|
4596
4725
|
*/
|
|
4597
4726
|
export interface ObjectTypeWithUnmappedTitleProperty {}
|
|
@@ -4614,6 +4743,8 @@ export interface OntologyValidationError {
|
|
|
4614
4743
|
errorTags: Array<ErrorTag>;
|
|
4615
4744
|
errorType: ErrorType;
|
|
4616
4745
|
invalidEntities: Array<InvalidEntity>;
|
|
4746
|
+
primaryInvalidEntities: Array<InvalidEntity>;
|
|
4747
|
+
referencedInvalidEntities: Array<InvalidEntity>;
|
|
4617
4748
|
}
|
|
4618
4749
|
/**
|
|
4619
4750
|
* Parent link type branch indexing config can only be set for link types present on the parent branch.
|