@osdk/client.unstable 2.5.0-beta.8 → 2.6.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/build/cjs/index.d.cts +409 -41
- package/build/types/blockDataIr.d.ts +1 -0
- package/build/types/blockDataIr.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityDelegateDataset.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityQueryableSource.d.ts +6 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityQueryableSource.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/__components.d.ts +218 -33
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +8 -2
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +49 -3
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts +1 -2
- package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +48 -16
- 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/OntologyPermissionService/migrateEntitiesToProjects.d.ts +4 -3
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +42 -12
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts +141 -6
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +95 -7
- 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/OntologyBranchService/getOntologyBranchRid.d.ts +5 -1
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/getOntologyBranchRid.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +64 -43
- 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/package.json +3 -3
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService/semanticSearchObjectTypes.d.ts +0 -3
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService/semanticSearchObjectTypes.d.ts.map +0 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSemanticSearchService.d.ts.map +0 -1
- package/build/types/generated/ontology-metadata/api/search/semantic/__components.d.ts +0 -19
- package/build/types/generated/ontology-metadata/api/search/semantic/__components.d.ts.map +0 -1
- package/build/types/generated/ontology-metadata/api/search/semantic/index.d.ts +0 -1
- package/build/types/generated/ontology-metadata/api/search/semantic/index.d.ts.map +0 -1
|
@@ -15,6 +15,7 @@ export interface OntologyIr {
|
|
|
15
15
|
importedOntology: OntologyIrOntologyBlockDataV2;
|
|
16
16
|
valueTypes: OntologyIrValueTypeBlockData;
|
|
17
17
|
importedValueTypes: OntologyIrValueTypeBlockData;
|
|
18
|
+
randomnessKey?: string;
|
|
18
19
|
}
|
|
19
20
|
export type OntologyIrPackagedValueType = {
|
|
20
21
|
version: ValueTypeVersion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,cACE,qCACK,sDAAuD;AAC9D,cAAc,gBAAgB,2CAA4C;AAC1E,cAAc,oBAAoB,+CAAgD;AAClF,cAAc,wBAAwB,mDAAoD;AAC1F,cAAc,+BAA+B,0DAA2D;AACxG,cAAc,gCAAgC,2DAA4D;AAC1G,cAAc,uBAAuB,kDAAmD;AACxF,cAAc,wBAAwB,mDAAoD;AAE1F,YAAY;AACZ,YAAY;AACZ,YAAY;AACZ,cAAc,qCAAqC;AAEnD,iBAAiB,WAAW;CAC1B,UAAU;CACV,kBAAkB;CAClB,YAAY;CACZ,oBAAoB;
|
|
1
|
+
{"mappings":"AAgBA,cACE,qCACK,sDAAuD;AAC9D,cAAc,gBAAgB,2CAA4C;AAC1E,cAAc,oBAAoB,+CAAgD;AAClF,cAAc,wBAAwB,mDAAoD;AAC1F,cAAc,+BAA+B,0DAA2D;AACxG,cAAc,gCAAgC,2DAA4D;AAC1G,cAAc,uBAAuB,kDAAmD;AACxF,cAAc,wBAAwB,mDAAoD;AAE1F,YAAY;AACZ,YAAY;AACZ,YAAY;AACZ,cAAc,qCAAqC;AAEnD,iBAAiB,WAAW;CAC1B,UAAU;CACV,kBAAkB;CAClB,YAAY;CACZ,oBAAoB;CACpB;AACD;AAED,YAAY,8BAA8B;CACxC,SAAS;CACT,UAAU;CACV,aAAa;CACb,eAAe;AAChB;AAED,YAAY,sCAAsC;CAChD,SAAS;CACT;CACA,iBAAiB;CACjB,QAAQ;AACT;AAED,YAAY,oCAAoC;CAC9C,UAAU;CACV,UAAU;AACX;AAED,YAAY,+BAA+B;CACzC,YAAY;AACb","names":[],"sources":["../../src/blockDataIr.ts"],"version":3,"file":"blockDataIr.d.ts"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ConjureContext } from "conjure-lite";
|
|
2
2
|
import type { GetEntityDelegateDatasetRequest as _api_GetEntityDelegateDatasetRequest, GetEntityDelegateDatasetResponse as _api_GetEntityDelegateDatasetResponse } from "../__components.js";
|
|
3
3
|
/**
|
|
4
|
-
* Resolves an ontology entity (object or link type) to a suitable delegate
|
|
4
|
+
* Resolves an ontology entity (object or link type) to a suitable delegate source for Spark input.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getEntityDelegateDataset(ctx: ConjureContext, request: _api_GetEntityDelegateDatasetRequest): Promise<_api_GetEntityDelegateDatasetResponse>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type ConjureContext } from "conjure-lite";
|
|
2
|
+
import type { GetEntityQueryableSourceRequest as _api_GetEntityQueryableSourceRequest, GetEntityQueryableSourceResponse as _api_GetEntityQueryableSourceResponse } from "../__components.js";
|
|
3
|
+
/**
|
|
4
|
+
* Resolves an ontology entity (object or link type) to a suitable delegate source for Spark input.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getEntityQueryableSource(ctx: ConjureContext, request: _api_GetEntityQueryableSourceRequest): Promise<_api_GetEntityQueryableSourceResponse>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"AAgBA,cAAc,sBAAoC,cAAe;AACjE,cACE,mCAAmC,sCACnC,oCAAoC,6CAC/B,oBAAqB;;;;AAK5B,OAAO,iBAAe,yBACpBA,KAAK,gBACLC,SAAS,uCACR,QAAQ","names":["ctx: ConjureContext","request: _api_GetEntityQueryableSourceRequest"],"sources":["../../../../../../src/generated/ontology-metadata/api/OntologyMetadataService/getEntityQueryableSource.ts"],"version":3,"file":"getEntityQueryableSource.d.ts"}
|
|
@@ -3,6 +3,7 @@ export { bulkLoadOntologyEntitiesByDatasources } from "./OntologyMetadataService
|
|
|
3
3
|
export { getActionTypesForInterfaceType } from "./OntologyMetadataService/getActionTypesForInterfaceType.js";
|
|
4
4
|
export { getActionTypesForObjectType } from "./OntologyMetadataService/getActionTypesForObjectType.js";
|
|
5
5
|
export { getEntityDelegateDataset } from "./OntologyMetadataService/getEntityDelegateDataset.js";
|
|
6
|
+
export { getEntityQueryableSource } from "./OntologyMetadataService/getEntityQueryableSource.js";
|
|
6
7
|
export { getFeatureConfigurations } from "./OntologyMetadataService/getFeatureConfigurations.js";
|
|
7
8
|
export { getLinkMetadataForObjectTypes } from "./OntologyMetadataService/getLinkMetadataForObjectTypes.js";
|
|
8
9
|
export { getLinkTypesForObjectTypes } from "./OntologyMetadataService/getLinkTypesForObjectTypes.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,SAAS,gCAAgC;AACzC,SAAS,6CAA6C;AACtD,SAAS,sCAAsC;AAC/C,SAAS,mCAAmC;AAC5C,SAAS,gCAAgC;AACzC,SAAS,gCAAgC;AACzC,SAAS,qCAAqC;AAC9C,SAAS,kCAAkC;AAC3C,SAAS,uCAAuC;AAChD,SAAS,4CAA4C;AACrD,SAAS,mCAAmC;AAC5C,SAAS,wCAAwC;AACjD,SAAS,kCAAkC;AAC3C,SAAS,0BAA0B;AACnC,SAAS,sCAAsC;AAC/C,SAAS,kCAAkC;AAC3C,SAAS,yCAAyC;AAClD,SAAS,sCAAsC;AAC/C,SAAS,0CAA0C;AACnD,SAAS,yBAAyB;AAClC,SAAS,uBAAuB;AAChC,SAAS,+BAA+B;AACxC,SAAS,8CAA8C;AACvD,SAAS,qCAAqC;AAC9C,SAAS,oBAAoB;AAC7B,SAAS,+BAA+B;AACxC,SAAS,4BAA4B;AACrC,SAAS,sBAAsB","names":[],"sources":["../../../../../src/generated/ontology-metadata/api/OntologyMetadataService.ts"],"version":3,"file":"OntologyMetadataService.d.ts"}
|
|
1
|
+
{"mappings":"AAgBA,SAAS,gCAAgC;AACzC,SAAS,6CAA6C;AACtD,SAAS,sCAAsC;AAC/C,SAAS,mCAAmC;AAC5C,SAAS,gCAAgC;AACzC,SAAS,gCAAgC;AACzC,SAAS,gCAAgC;AACzC,SAAS,qCAAqC;AAC9C,SAAS,kCAAkC;AAC3C,SAAS,uCAAuC;AAChD,SAAS,4CAA4C;AACrD,SAAS,mCAAmC;AAC5C,SAAS,wCAAwC;AACjD,SAAS,kCAAkC;AAC3C,SAAS,0BAA0B;AACnC,SAAS,sCAAsC;AAC/C,SAAS,kCAAkC;AAC3C,SAAS,yCAAyC;AAClD,SAAS,sCAAsC;AAC/C,SAAS,0CAA0C;AACnD,SAAS,yBAAyB;AAClC,SAAS,uBAAuB;AAChC,SAAS,+BAA+B;AACxC,SAAS,8CAA8C;AACvD,SAAS,qCAAqC;AAC9C,SAAS,oBAAoB;AAC7B,SAAS,+BAA+B;AACxC,SAAS,4BAA4B;AACrC,SAAS,sBAAsB","names":[],"sources":["../../../../../src/generated/ontology-metadata/api/OntologyMetadataService.ts"],"version":3,"file":"OntologyMetadataService.d.ts"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { WorkflowRid as _workflow_api_WorkflowRid } from "../workflow/api/__components.js";
|
|
2
|
-
import type { DataSetName as _api_blockdata_DataSetName, GeotimeSeriesIntegrationName as _api_blockdata_GeotimeSeriesIntegrationName, MarkingGroupName as _api_blockdata_MarkingGroupName, MediaSetViewName as _api_blockdata_MediaSetViewName, OntologyIrPropertyToColumnMapping as _api_blockdata_OntologyIrPropertyToColumnMapping, OntologyIrPropertyToPropertyMapping as _api_blockdata_OntologyIrPropertyToPropertyMapping, OntologyIrValueTypeReferenceWithMetadata as _api_blockdata_OntologyIrValueTypeReferenceWithMetadata, RestrictedViewName as _api_blockdata_RestrictedViewName, StreamName as _api_blockdata_StreamName, TimeSeriesSyncName as _api_blockdata_TimeSeriesSyncName, ValidationRuleIndex as _api_blockdata_ValidationRuleIndex } from "./blockdata/__components.js";
|
|
2
|
+
import type { DataSetName as _api_blockdata_DataSetName, DatasourceName as _api_blockdata_DatasourceName, GeotimeSeriesIntegrationName as _api_blockdata_GeotimeSeriesIntegrationName, MarkingGroupName as _api_blockdata_MarkingGroupName, MediaSetViewName as _api_blockdata_MediaSetViewName, OntologyIrPropertyToColumnMapping as _api_blockdata_OntologyIrPropertyToColumnMapping, OntologyIrPropertyToPropertyMapping as _api_blockdata_OntologyIrPropertyToPropertyMapping, OntologyIrValueTypeReferenceWithMetadata as _api_blockdata_OntologyIrValueTypeReferenceWithMetadata, RestrictedViewName as _api_blockdata_RestrictedViewName, StreamName as _api_blockdata_StreamName, TimeSeriesSyncName as _api_blockdata_TimeSeriesSyncName, ValidationRuleIndex as _api_blockdata_ValidationRuleIndex } from "./blockdata/__components.js";
|
|
3
3
|
import type { DerivedPropertiesDefinition as _api_derivedproperties_DerivedPropertiesDefinition, OntologyIrDerivedPropertiesDefinition as _api_derivedproperties_OntologyIrDerivedPropertiesDefinition } from "./derivedproperties/__components.js";
|
|
4
4
|
import type { Alias as _api_entitymetadata_Alias, LinkTypeEntityMetadata as _api_entitymetadata_LinkTypeEntityMetadata, ObjectTypeEntityMetadata as _api_entitymetadata_ObjectTypeEntityMetadata, SharedPropertyTypeAlias as _api_entitymetadata_SharedPropertyTypeAlias } from "./entitymetadata/__components.js";
|
|
5
5
|
import type { ActionTypeProvenance as _api_entitymetadata_provenance_ActionTypeProvenance, EntityProvenance as _api_entitymetadata_provenance_EntityProvenance, MarketplaceEntityProvenance as _api_entitymetadata_provenance_MarketplaceEntityProvenance } from "./entitymetadata/provenance/__components.js";
|
|
6
6
|
import type { ObjectSetFilter as _api_objectset_ObjectSetFilter, OntologyIrObjectSetFilter as _api_objectset_OntologyIrObjectSetFilter } from "./objectset/__components.js";
|
|
7
7
|
import type { SharedPropertyTypeGothamMapping as _api_typemapping_SharedPropertyTypeGothamMapping } from "./typemapping/__components.js";
|
|
8
|
-
import type { BaseParameterType as _api_types_BaseParameterType, BaseParameterTypeModification as _api_types_BaseParameterTypeModification, ConditionValueId as _api_types_ConditionValueId, DataValue as _api_types_DataValue, Intent as _api_types_Intent, LinkTypeSide as _api_types_LinkTypeSide, NowValue as _api_types_NowValue, OntologyIrBaseParameterType as _api_types_OntologyIrBaseParameterType, OntologyIrDataValue as _api_types_OntologyIrDataValue, ParameterRenderHint as _api_types_ParameterRenderHint, ParameterRequiredConfiguration as _api_types_ParameterRequiredConfiguration, ParameterVisibility as _api_types_ParameterVisibility, RelationSide as _api_types_RelationSide, SectionVisibility as _api_types_SectionVisibility, StructFieldIdentifier as _api_types_StructFieldIdentifier, StructParameterFieldApiName as _api_types_StructParameterFieldApiName, TemporalUnit as _api_types_TemporalUnit } from "./types/__components.js";
|
|
8
|
+
import type { BaseParameterType as _api_types_BaseParameterType, BaseParameterTypeModification as _api_types_BaseParameterTypeModification, ConditionValueId as _api_types_ConditionValueId, DataValue as _api_types_DataValue, Intent as _api_types_Intent, LinkTypeSide as _api_types_LinkTypeSide, NowValue as _api_types_NowValue, ObjectLocator as _api_types_ObjectLocator, OntologyIrBaseParameterType as _api_types_OntologyIrBaseParameterType, OntologyIrDataValue as _api_types_OntologyIrDataValue, OntologyIrObjectLocator as _api_types_OntologyIrObjectLocator, ParameterRenderHint as _api_types_ParameterRenderHint, ParameterRequiredConfiguration as _api_types_ParameterRequiredConfiguration, ParameterVisibility as _api_types_ParameterVisibility, RelationSide as _api_types_RelationSide, SectionVisibility as _api_types_SectionVisibility, StructFieldIdentifier as _api_types_StructFieldIdentifier, StructParameterFieldApiName as _api_types_StructParameterFieldApiName, TemporalUnit as _api_types_TemporalUnit } from "./types/__components.js";
|
|
9
9
|
/**
|
|
10
10
|
* Identifies a request for access to an ontology entity.
|
|
11
11
|
*/
|
|
@@ -469,7 +469,7 @@ export interface ActionTypeCreate {
|
|
|
469
469
|
packageRid?: OntologyPackageRid | null | undefined;
|
|
470
470
|
parameterOrdering: Array<ParameterId>;
|
|
471
471
|
parameters: Record<ParameterId, PutParameterRequestModification>;
|
|
472
|
-
projectRid?:
|
|
472
|
+
projectRid?: CompassFolderRid | null | undefined;
|
|
473
473
|
provenance?: ActionTypeProvenanceModification | null | undefined;
|
|
474
474
|
revert?: ActionRevert | null | undefined;
|
|
475
475
|
sections: Record<SectionId, PutSectionRequestModification>;
|
|
@@ -1379,7 +1379,11 @@ export interface AllowedStructFieldValues_geoshape {
|
|
|
1379
1379
|
type: "geoshape";
|
|
1380
1380
|
geoshape: ParameterGeoshapeOrEmpty;
|
|
1381
1381
|
}
|
|
1382
|
-
export
|
|
1382
|
+
export interface AllowedStructFieldValues_objectQuery {
|
|
1383
|
+
type: "objectQuery";
|
|
1384
|
+
objectQuery: ParameterObjectQueryOrEmpty;
|
|
1385
|
+
}
|
|
1386
|
+
export type AllowedStructFieldValues = AllowedStructFieldValues_oneOf | AllowedStructFieldValues_range | AllowedStructFieldValues_text | AllowedStructFieldValues_datetime | AllowedStructFieldValues_boolean | AllowedStructFieldValues_geohash | AllowedStructFieldValues_geoshape | AllowedStructFieldValues_objectQuery;
|
|
1383
1387
|
export interface AllowedStructFieldValuesModification_oneOf {
|
|
1384
1388
|
type: "oneOf";
|
|
1385
1389
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -1408,7 +1412,11 @@ export interface AllowedStructFieldValuesModification_geoshape {
|
|
|
1408
1412
|
type: "geoshape";
|
|
1409
1413
|
geoshape: ParameterGeoshapeOrEmpty;
|
|
1410
1414
|
}
|
|
1411
|
-
export
|
|
1415
|
+
export interface AllowedStructFieldValuesModification_objectQuery {
|
|
1416
|
+
type: "objectQuery";
|
|
1417
|
+
objectQuery: ParameterObjectQueryOrEmptyModification;
|
|
1418
|
+
}
|
|
1419
|
+
export type AllowedStructFieldValuesModification = AllowedStructFieldValuesModification_oneOf | AllowedStructFieldValuesModification_range | AllowedStructFieldValuesModification_text | AllowedStructFieldValuesModification_datetime | AllowedStructFieldValuesModification_boolean | AllowedStructFieldValuesModification_geohash | AllowedStructFieldValuesModification_geoshape | AllowedStructFieldValuesModification_objectQuery;
|
|
1412
1420
|
export interface AllowedStructFieldValuesOverride {
|
|
1413
1421
|
allowedValues: AllowedStructFieldValues;
|
|
1414
1422
|
}
|
|
@@ -1766,6 +1774,10 @@ export interface ComparisonConditionModification {
|
|
|
1766
1774
|
}
|
|
1767
1775
|
export type ComparisonOperator = "LESS_THAN_EQUALS" | "LESS_THAN" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN_EQUALS" | "GREATER_THAN" | "INTERSECTS" | "IS_OF_OBJECT_TYPE";
|
|
1768
1776
|
/**
|
|
1777
|
+
* A rid identifying a Compass folder. This rid is generated randomly and is safe for logging purposes.
|
|
1778
|
+
*/
|
|
1779
|
+
export type CompassFolderRid = string;
|
|
1780
|
+
/**
|
|
1769
1781
|
* ResourceIdentifier for a Compass Project.
|
|
1770
1782
|
*/
|
|
1771
1783
|
export type CompassProjectRid = string;
|
|
@@ -2928,6 +2940,12 @@ export interface GetEntityDelegateDatasetRequest {
|
|
|
2928
2940
|
export interface GetEntityDelegateDatasetResponse {
|
|
2929
2941
|
delegateDataset: OntologySparkDelegateDataset;
|
|
2930
2942
|
}
|
|
2943
|
+
export interface GetEntityQueryableSourceRequest {
|
|
2944
|
+
ontologyEntityRid: ObjectOrLinkTypeRid;
|
|
2945
|
+
}
|
|
2946
|
+
export interface GetEntityQueryableSourceResponse {
|
|
2947
|
+
queryableSource: OntologySparkQueryableSource;
|
|
2948
|
+
}
|
|
2931
2949
|
/**
|
|
2932
2950
|
* Current configuration of some OMS features. Note that these configurations are stack-wide, which means they do not have granularity on org/enrollment/group level.
|
|
2933
2951
|
*/
|
|
@@ -3113,6 +3131,10 @@ export interface IntegerTypeRangeConstraint {
|
|
|
3113
3131
|
export interface InterfaceArrayPropertyType {
|
|
3114
3132
|
subtype: InterfacePropertyTypeType;
|
|
3115
3133
|
}
|
|
3134
|
+
export interface InterfaceCipherTextPropertyType {
|
|
3135
|
+
defaultCipherChannelRid?: string | null | undefined;
|
|
3136
|
+
plainTextType: InterfacePropertyTypeType;
|
|
3137
|
+
}
|
|
3116
3138
|
export interface InterfaceDefinedPropertyType {
|
|
3117
3139
|
apiName: InterfacePropertyTypeApiName;
|
|
3118
3140
|
constraints: InterfaceDefinedPropertyTypeConstraints;
|
|
@@ -3339,7 +3361,7 @@ export interface InterfacePropertyTypeType_marking {
|
|
|
3339
3361
|
}
|
|
3340
3362
|
export interface InterfacePropertyTypeType_cipherText {
|
|
3341
3363
|
type: "cipherText";
|
|
3342
|
-
cipherText:
|
|
3364
|
+
cipherText: InterfaceCipherTextPropertyType;
|
|
3343
3365
|
}
|
|
3344
3366
|
export interface InterfacePropertyTypeType_mediaReference {
|
|
3345
3367
|
type: "mediaReference";
|
|
@@ -3523,6 +3545,7 @@ export interface IntermediaryLinkDefinition {
|
|
|
3523
3545
|
objectTypeRidA: ObjectTypeRid;
|
|
3524
3546
|
objectTypeRidB: ObjectTypeRid;
|
|
3525
3547
|
}
|
|
3548
|
+
export type InvalidCompassNameReason = "ILLEGAL_VALUES" | "ILLEGAL_SUBSTRINGS" | "TOO_LONG" | "EMPTY";
|
|
3526
3549
|
export interface JoinDefinition_singleKey {
|
|
3527
3550
|
type: "singleKey";
|
|
3528
3551
|
singleKey: SingleKeyJoinDefinition;
|
|
@@ -5892,7 +5915,11 @@ export interface OntologyIrAllowedStructFieldValues_geoshape {
|
|
|
5892
5915
|
type: "geoshape";
|
|
5893
5916
|
geoshape: ParameterGeoshapeOrEmpty;
|
|
5894
5917
|
}
|
|
5895
|
-
export
|
|
5918
|
+
export interface OntologyIrAllowedStructFieldValues_objectQuery {
|
|
5919
|
+
type: "objectQuery";
|
|
5920
|
+
objectQuery: OntologyIrParameterObjectQueryOrEmpty;
|
|
5921
|
+
}
|
|
5922
|
+
export type OntologyIrAllowedStructFieldValues = OntologyIrAllowedStructFieldValues_oneOf | OntologyIrAllowedStructFieldValues_range | OntologyIrAllowedStructFieldValues_text | OntologyIrAllowedStructFieldValues_datetime | OntologyIrAllowedStructFieldValues_boolean | OntologyIrAllowedStructFieldValues_geohash | OntologyIrAllowedStructFieldValues_geoshape | OntologyIrAllowedStructFieldValues_objectQuery;
|
|
5896
5923
|
export interface OntologyIrAllowedStructFieldValuesOverride {
|
|
5897
5924
|
allowedValues: OntologyIrAllowedStructFieldValues;
|
|
5898
5925
|
}
|
|
@@ -6259,6 +6286,13 @@ export interface OntologyIrInlineActionType {
|
|
|
6259
6286
|
parameterId?: ParameterId | null | undefined;
|
|
6260
6287
|
rid: ActionTypeApiName;
|
|
6261
6288
|
}
|
|
6289
|
+
export interface OntologyIrInterfaceArrayPropertyType {
|
|
6290
|
+
subtype: OntologyIrInterfacePropertyTypeType;
|
|
6291
|
+
}
|
|
6292
|
+
export interface OntologyIrInterfaceCipherTextPropertyType {
|
|
6293
|
+
defaultCipherChannelRid?: string | null | undefined;
|
|
6294
|
+
plainTextType: OntologyIrInterfacePropertyTypeType;
|
|
6295
|
+
}
|
|
6262
6296
|
/**
|
|
6263
6297
|
* Reference to a struct field of a struct property.
|
|
6264
6298
|
*/
|
|
@@ -6300,11 +6334,119 @@ export interface OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid {
|
|
|
6300
6334
|
propertyTypeRid: ObjectTypeFieldApiName;
|
|
6301
6335
|
}
|
|
6302
6336
|
export type OntologyIrInterfacePropertyTypeImplementation = OntologyIrInterfacePropertyTypeImplementation_propertyTypeRid;
|
|
6337
|
+
export interface OntologyIrInterfacePropertyTypeType_array {
|
|
6338
|
+
type: "array";
|
|
6339
|
+
array: OntologyIrInterfaceArrayPropertyType;
|
|
6340
|
+
}
|
|
6341
|
+
export interface OntologyIrInterfacePropertyTypeType_boolean {
|
|
6342
|
+
type: "boolean";
|
|
6343
|
+
boolean: BooleanPropertyType;
|
|
6344
|
+
}
|
|
6345
|
+
export interface OntologyIrInterfacePropertyTypeType_byte {
|
|
6346
|
+
type: "byte";
|
|
6347
|
+
byte: BytePropertyType;
|
|
6348
|
+
}
|
|
6349
|
+
export interface OntologyIrInterfacePropertyTypeType_date {
|
|
6350
|
+
type: "date";
|
|
6351
|
+
date: DatePropertyType;
|
|
6352
|
+
}
|
|
6353
|
+
export interface OntologyIrInterfacePropertyTypeType_decimal {
|
|
6354
|
+
type: "decimal";
|
|
6355
|
+
decimal: DecimalPropertyType;
|
|
6356
|
+
}
|
|
6357
|
+
export interface OntologyIrInterfacePropertyTypeType_double {
|
|
6358
|
+
type: "double";
|
|
6359
|
+
double: DoublePropertyType;
|
|
6360
|
+
}
|
|
6361
|
+
export interface OntologyIrInterfacePropertyTypeType_float {
|
|
6362
|
+
type: "float";
|
|
6363
|
+
float: FloatPropertyType;
|
|
6364
|
+
}
|
|
6365
|
+
export interface OntologyIrInterfacePropertyTypeType_geohash {
|
|
6366
|
+
type: "geohash";
|
|
6367
|
+
geohash: GeohashPropertyType;
|
|
6368
|
+
}
|
|
6369
|
+
export interface OntologyIrInterfacePropertyTypeType_geoshape {
|
|
6370
|
+
type: "geoshape";
|
|
6371
|
+
geoshape: GeoshapePropertyType;
|
|
6372
|
+
}
|
|
6373
|
+
export interface OntologyIrInterfacePropertyTypeType_integer {
|
|
6374
|
+
type: "integer";
|
|
6375
|
+
integer: IntegerPropertyType;
|
|
6376
|
+
}
|
|
6377
|
+
export interface OntologyIrInterfacePropertyTypeType_long {
|
|
6378
|
+
type: "long";
|
|
6379
|
+
long: LongPropertyType;
|
|
6380
|
+
}
|
|
6381
|
+
export interface OntologyIrInterfacePropertyTypeType_short {
|
|
6382
|
+
type: "short";
|
|
6383
|
+
short: ShortPropertyType;
|
|
6384
|
+
}
|
|
6385
|
+
export interface OntologyIrInterfacePropertyTypeType_string {
|
|
6386
|
+
type: "string";
|
|
6387
|
+
string: StringPropertyType;
|
|
6388
|
+
}
|
|
6389
|
+
export interface OntologyIrInterfacePropertyTypeType_experimentalTimeDependentV1 {
|
|
6390
|
+
type: "experimentalTimeDependentV1";
|
|
6391
|
+
experimentalTimeDependentV1: OntologyIrExperimentalTimeDependentPropertyTypeV1;
|
|
6392
|
+
}
|
|
6393
|
+
export interface OntologyIrInterfacePropertyTypeType_timestamp {
|
|
6394
|
+
type: "timestamp";
|
|
6395
|
+
timestamp: TimestampPropertyType;
|
|
6396
|
+
}
|
|
6397
|
+
export interface OntologyIrInterfacePropertyTypeType_attachment {
|
|
6398
|
+
type: "attachment";
|
|
6399
|
+
attachment: AttachmentPropertyType;
|
|
6400
|
+
}
|
|
6401
|
+
export interface OntologyIrInterfacePropertyTypeType_marking {
|
|
6402
|
+
type: "marking";
|
|
6403
|
+
marking: MarkingPropertyType;
|
|
6404
|
+
}
|
|
6405
|
+
export interface OntologyIrInterfacePropertyTypeType_cipherText {
|
|
6406
|
+
type: "cipherText";
|
|
6407
|
+
cipherText: OntologyIrInterfaceCipherTextPropertyType;
|
|
6408
|
+
}
|
|
6409
|
+
export interface OntologyIrInterfacePropertyTypeType_mediaReference {
|
|
6410
|
+
type: "mediaReference";
|
|
6411
|
+
mediaReference: MediaReferencePropertyType;
|
|
6412
|
+
}
|
|
6413
|
+
export interface OntologyIrInterfacePropertyTypeType_vector {
|
|
6414
|
+
type: "vector";
|
|
6415
|
+
vector: VectorPropertyType;
|
|
6416
|
+
}
|
|
6417
|
+
export interface OntologyIrInterfacePropertyTypeType_geotimeSeriesReference {
|
|
6418
|
+
type: "geotimeSeriesReference";
|
|
6419
|
+
geotimeSeriesReference: GeotimeSeriesReferencePropertyType;
|
|
6420
|
+
}
|
|
6421
|
+
export interface OntologyIrInterfacePropertyTypeType_struct {
|
|
6422
|
+
type: "struct";
|
|
6423
|
+
struct: OntologyIrInterfaceStructPropertyType;
|
|
6424
|
+
}
|
|
6425
|
+
/**
|
|
6426
|
+
* Duplicate of Type, with the exception of InterfaceStructPropertyType and InterfaceArrayPropertyType.
|
|
6427
|
+
* InterfaceStructPropertyType has an added requireImplementation field to allow for optional struct fields on
|
|
6428
|
+
* interface property types.
|
|
6429
|
+
*/
|
|
6430
|
+
export type OntologyIrInterfacePropertyTypeType = OntologyIrInterfacePropertyTypeType_array | OntologyIrInterfacePropertyTypeType_boolean | OntologyIrInterfacePropertyTypeType_byte | OntologyIrInterfacePropertyTypeType_date | OntologyIrInterfacePropertyTypeType_decimal | OntologyIrInterfacePropertyTypeType_double | OntologyIrInterfacePropertyTypeType_float | OntologyIrInterfacePropertyTypeType_geohash | OntologyIrInterfacePropertyTypeType_geoshape | OntologyIrInterfacePropertyTypeType_integer | OntologyIrInterfacePropertyTypeType_long | OntologyIrInterfacePropertyTypeType_short | OntologyIrInterfacePropertyTypeType_string | OntologyIrInterfacePropertyTypeType_experimentalTimeDependentV1 | OntologyIrInterfacePropertyTypeType_timestamp | OntologyIrInterfacePropertyTypeType_attachment | OntologyIrInterfacePropertyTypeType_marking | OntologyIrInterfacePropertyTypeType_cipherText | OntologyIrInterfacePropertyTypeType_mediaReference | OntologyIrInterfacePropertyTypeType_vector | OntologyIrInterfacePropertyTypeType_geotimeSeriesReference | OntologyIrInterfacePropertyTypeType_struct;
|
|
6303
6431
|
export interface OntologyIrInterfaceSharedPropertyType {
|
|
6304
6432
|
required: boolean;
|
|
6305
6433
|
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
6306
6434
|
}
|
|
6307
6435
|
/**
|
|
6436
|
+
* Represents an ordered set of fields and values.
|
|
6437
|
+
*/
|
|
6438
|
+
export interface OntologyIrInterfaceStructFieldType {
|
|
6439
|
+
aliases: Array<StructFieldAlias>;
|
|
6440
|
+
apiName: ObjectTypeFieldApiName;
|
|
6441
|
+
displayMetadata: StructFieldDisplayMetadata;
|
|
6442
|
+
fieldType: OntologyIrInterfacePropertyTypeType;
|
|
6443
|
+
requireImplementation: boolean;
|
|
6444
|
+
typeClasses: Array<TypeClass>;
|
|
6445
|
+
}
|
|
6446
|
+
export interface OntologyIrInterfaceStructPropertyType {
|
|
6447
|
+
structFields: Array<OntologyIrInterfaceStructFieldType>;
|
|
6448
|
+
}
|
|
6449
|
+
/**
|
|
6308
6450
|
* Represents a link between two ObjectTypes with an intermediary ObjectType acting as a bridge.
|
|
6309
6451
|
* This LinkType can be used to jump from ObjectType A to B without specifying two separate search-arounds.
|
|
6310
6452
|
* This LinkType can also be used to simulate a ManyToMany LinkType backed by an RV, or a ManyToMany LinkType
|
|
@@ -6334,7 +6476,11 @@ export interface OntologyIrLinkDefinition_oneToMany {
|
|
|
6334
6476
|
type: "oneToMany";
|
|
6335
6477
|
oneToMany: OntologyIrOneToManyLinkDefinition;
|
|
6336
6478
|
}
|
|
6337
|
-
export
|
|
6479
|
+
export interface OntologyIrLinkDefinition_intermediary {
|
|
6480
|
+
type: "intermediary";
|
|
6481
|
+
intermediary: OntologyIrIntermediaryLinkDefinition;
|
|
6482
|
+
}
|
|
6483
|
+
export type OntologyIrLinkDefinition = OntologyIrLinkDefinition_manyToMany | OntologyIrLinkDefinition_oneToMany | OntologyIrLinkDefinition_intermediary;
|
|
6338
6484
|
export interface OntologyIrLinkedEntityTypeId_objectType {
|
|
6339
6485
|
type: "objectType";
|
|
6340
6486
|
objectType: ObjectTypeApiName;
|
|
@@ -6475,9 +6621,9 @@ export interface OntologyIrManyToManyLinkTypeDatasetDatasource {
|
|
|
6475
6621
|
}
|
|
6476
6622
|
export interface OntologyIrManyToManyLinkTypeDatasource {
|
|
6477
6623
|
datasource: OntologyIrManyToManyLinkTypeDatasourceDefinition;
|
|
6624
|
+
datasourceName: _api_blockdata_DatasourceName;
|
|
6478
6625
|
editsConfiguration?: EditsConfiguration | null | undefined;
|
|
6479
6626
|
redacted?: boolean | null | undefined;
|
|
6480
|
-
rid: DatasourceRid;
|
|
6481
6627
|
}
|
|
6482
6628
|
export interface OntologyIrManyToManyLinkTypeDatasourceDefinition_dataset {
|
|
6483
6629
|
type: "dataset";
|
|
@@ -6806,9 +6952,9 @@ export interface OntologyIrObjectTypeDatasetDatasourceV3 {
|
|
|
6806
6952
|
export interface OntologyIrObjectTypeDatasource {
|
|
6807
6953
|
dataSecurity?: OntologyIrDataSecurity | null | undefined;
|
|
6808
6954
|
datasource: OntologyIrObjectTypeDatasourceDefinition;
|
|
6955
|
+
datasourceName: _api_blockdata_DatasourceName;
|
|
6809
6956
|
editsConfiguration?: EditsConfiguration | null | undefined;
|
|
6810
6957
|
redacted?: boolean | null | undefined;
|
|
6811
|
-
rid: DatasourceRid;
|
|
6812
6958
|
}
|
|
6813
6959
|
export interface OntologyIrObjectTypeDatasourceDefinition_streamV2 {
|
|
6814
6960
|
type: "streamV2";
|
|
@@ -7186,6 +7332,10 @@ export interface OntologyIrParameterPrefill_staticObject {
|
|
|
7186
7332
|
type: "staticObject";
|
|
7187
7333
|
staticObject: StaticObjectPrefill;
|
|
7188
7334
|
}
|
|
7335
|
+
export interface OntologyIrParameterPrefill_staticObjectV2 {
|
|
7336
|
+
type: "staticObjectV2";
|
|
7337
|
+
staticObjectV2: OntologyIrStaticObjectPrefillV2;
|
|
7338
|
+
}
|
|
7189
7339
|
export interface OntologyIrParameterPrefill_objectParameterPropertyValue {
|
|
7190
7340
|
type: "objectParameterPropertyValue";
|
|
7191
7341
|
objectParameterPropertyValue: OntologyIrObjectParameterPropertyValue;
|
|
@@ -7217,7 +7367,7 @@ export interface OntologyIrParameterPrefill_redacted {
|
|
|
7217
7367
|
/**
|
|
7218
7368
|
* ParameterPrefill specifies what should initially suggested to users for this Parameter.
|
|
7219
7369
|
*/
|
|
7220
|
-
export type OntologyIrParameterPrefill = OntologyIrParameterPrefill_staticValue | OntologyIrParameterPrefill_staticObject | OntologyIrParameterPrefill_objectParameterPropertyValue | OntologyIrParameterPrefill_interfaceParameterPropertyValue | OntologyIrParameterPrefill_objectQueryPrefill | OntologyIrParameterPrefill_objectQueryPropertyValue | OntologyIrParameterPrefill_objectSetRidPrefill | OntologyIrParameterPrefill_parameterTransformPrefill | OntologyIrParameterPrefill_redacted;
|
|
7370
|
+
export type OntologyIrParameterPrefill = OntologyIrParameterPrefill_staticValue | OntologyIrParameterPrefill_staticObject | OntologyIrParameterPrefill_staticObjectV2 | OntologyIrParameterPrefill_objectParameterPropertyValue | OntologyIrParameterPrefill_interfaceParameterPropertyValue | OntologyIrParameterPrefill_objectQueryPrefill | OntologyIrParameterPrefill_objectQueryPropertyValue | OntologyIrParameterPrefill_objectSetRidPrefill | OntologyIrParameterPrefill_parameterTransformPrefill | OntologyIrParameterPrefill_redacted;
|
|
7221
7371
|
export interface OntologyIrParameterPrefillOverride {
|
|
7222
7372
|
prefill: OntologyIrParameterPrefill;
|
|
7223
7373
|
}
|
|
@@ -7628,6 +7778,15 @@ export interface OntologyIrShortBody_basic {
|
|
|
7628
7778
|
* templating.
|
|
7629
7779
|
*/
|
|
7630
7780
|
export type OntologyIrShortBody = OntologyIrShortBody_basic;
|
|
7781
|
+
/**
|
|
7782
|
+
* This type enables the packaging of Static Object Prefill in Marketplace. The existing
|
|
7783
|
+
* StaticObjectPrefill type uses ObjectRid, which cannot be installed across different stacks
|
|
7784
|
+
* since Marketplace cannot translate object RIDs into meaningful values. StaticObjectPrefillV2 uses
|
|
7785
|
+
* ObjectLocator instead which can be remapped across stacks.
|
|
7786
|
+
*/
|
|
7787
|
+
export interface OntologyIrStaticObjectPrefillV2 {
|
|
7788
|
+
objectLocator: _api_types_OntologyIrObjectLocator;
|
|
7789
|
+
}
|
|
7631
7790
|
export type OntologyIrStaticValue = _api_types_OntologyIrDataValue;
|
|
7632
7791
|
/**
|
|
7633
7792
|
* This webhook config will run the webhook given the input mapping provided. The webhook input parameters map
|
|
@@ -8207,6 +8366,7 @@ export interface OntologyRidsForEntitiesRequest {
|
|
|
8207
8366
|
export interface OntologyRidsForEntitiesResponse {
|
|
8208
8367
|
ontologyRids: Record<string, OntologyRid>;
|
|
8209
8368
|
}
|
|
8369
|
+
export type OntologySourceType = "DATASOURCE" | "MATERIALIZATION";
|
|
8210
8370
|
/**
|
|
8211
8371
|
* Delegate dataset for an ontology entity, including dataset, branch, type, and ontology version.
|
|
8212
8372
|
*/
|
|
@@ -8226,12 +8386,21 @@ export type OntologySparkInputManagerRid = string;
|
|
|
8226
8386
|
export interface OntologySparkInputProperties {
|
|
8227
8387
|
datasetRid: DatasetRid;
|
|
8228
8388
|
endTransactionRid: string;
|
|
8229
|
-
|
|
8389
|
+
ontologySourceType: OntologySourceType;
|
|
8230
8390
|
ontologyVersion: OntologyVersion;
|
|
8231
8391
|
schemaBranchId: string;
|
|
8232
8392
|
schemaVersionId: string;
|
|
8233
8393
|
}
|
|
8234
8394
|
/**
|
|
8395
|
+
* Delegate source for an ontology entity, including source rid, branch, type, and ontology version.
|
|
8396
|
+
*/
|
|
8397
|
+
export interface OntologySparkQueryableSource {
|
|
8398
|
+
branchId: BranchId;
|
|
8399
|
+
ontologySourceType: OntologySourceType;
|
|
8400
|
+
ontologyVersion: OntologyVersion;
|
|
8401
|
+
sourceRid: string;
|
|
8402
|
+
}
|
|
8403
|
+
/**
|
|
8235
8404
|
* The version of an Ontology.
|
|
8236
8405
|
*/
|
|
8237
8406
|
export type OntologyVersion = string;
|
|
@@ -8724,6 +8893,10 @@ export interface ParameterPrefill_staticObject {
|
|
|
8724
8893
|
type: "staticObject";
|
|
8725
8894
|
staticObject: StaticObjectPrefill;
|
|
8726
8895
|
}
|
|
8896
|
+
export interface ParameterPrefill_staticObjectV2 {
|
|
8897
|
+
type: "staticObjectV2";
|
|
8898
|
+
staticObjectV2: StaticObjectPrefillV2;
|
|
8899
|
+
}
|
|
8727
8900
|
export interface ParameterPrefill_objectParameterPropertyValue {
|
|
8728
8901
|
type: "objectParameterPropertyValue";
|
|
8729
8902
|
objectParameterPropertyValue: ObjectParameterPropertyValue;
|
|
@@ -8759,7 +8932,7 @@ export interface ParameterPrefill_redacted {
|
|
|
8759
8932
|
/**
|
|
8760
8933
|
* ParameterPrefill specifies what should initially suggested to users for this Parameter.
|
|
8761
8934
|
*/
|
|
8762
|
-
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValueV2 | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_parameterTransformPrefill | ParameterPrefill_redacted;
|
|
8935
|
+
export type ParameterPrefill = ParameterPrefill_staticValue | ParameterPrefill_staticObject | ParameterPrefill_staticObjectV2 | ParameterPrefill_objectParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValue | ParameterPrefill_interfaceParameterPropertyValueV2 | ParameterPrefill_objectQueryPrefill | ParameterPrefill_objectQueryPropertyValue | ParameterPrefill_objectSetRidPrefill | ParameterPrefill_parameterTransformPrefill | ParameterPrefill_redacted;
|
|
8763
8936
|
export interface ParameterPrefillModification_staticValue {
|
|
8764
8937
|
type: "staticValue";
|
|
8765
8938
|
staticValue: StaticValue;
|
|
@@ -8768,6 +8941,10 @@ export interface ParameterPrefillModification_staticObject {
|
|
|
8768
8941
|
type: "staticObject";
|
|
8769
8942
|
staticObject: StaticObjectPrefill;
|
|
8770
8943
|
}
|
|
8944
|
+
export interface ParameterPrefillModification_staticObjectV2 {
|
|
8945
|
+
type: "staticObjectV2";
|
|
8946
|
+
staticObjectV2: StaticObjectPrefillV2;
|
|
8947
|
+
}
|
|
8771
8948
|
export interface ParameterPrefillModification_objectParameterPropertyValue {
|
|
8772
8949
|
type: "objectParameterPropertyValue";
|
|
8773
8950
|
objectParameterPropertyValue: ObjectParameterPropertyValue;
|
|
@@ -8803,7 +8980,7 @@ export interface ParameterPrefillModification_redacted {
|
|
|
8803
8980
|
/**
|
|
8804
8981
|
* ParameterPrefillModification specifies what should initially suggested to users for this Parameter.
|
|
8805
8982
|
*/
|
|
8806
|
-
export type ParameterPrefillModification = ParameterPrefillModification_staticValue | ParameterPrefillModification_staticObject | ParameterPrefillModification_objectParameterPropertyValue | ParameterPrefillModification_interfaceParameterPropertyValue | ParameterPrefillModification_interfaceParameterPropertyValueV2 | ParameterPrefillModification_objectQueryPrefill | ParameterPrefillModification_objectQueryPropertyValue | ParameterPrefillModification_objectSetRidPrefill | ParameterPrefillModification_parameterTransformPrefill | ParameterPrefillModification_redacted;
|
|
8983
|
+
export type ParameterPrefillModification = ParameterPrefillModification_staticValue | ParameterPrefillModification_staticObject | ParameterPrefillModification_staticObjectV2 | ParameterPrefillModification_objectParameterPropertyValue | ParameterPrefillModification_interfaceParameterPropertyValue | ParameterPrefillModification_interfaceParameterPropertyValueV2 | ParameterPrefillModification_objectQueryPrefill | ParameterPrefillModification_objectQueryPropertyValue | ParameterPrefillModification_objectSetRidPrefill | ParameterPrefillModification_parameterTransformPrefill | ParameterPrefillModification_redacted;
|
|
8807
8984
|
export interface ParameterPrefillOverride {
|
|
8808
8985
|
prefill: ParameterPrefill;
|
|
8809
8986
|
}
|
|
@@ -9053,7 +9230,7 @@ export interface ParameterValueOneOfOrEmpty_oneOf {
|
|
|
9053
9230
|
}
|
|
9054
9231
|
export type ParameterValueOneOfOrEmpty = ParameterValueOneOfOrEmpty_empty | ParameterValueOneOfOrEmpty_oneOf;
|
|
9055
9232
|
export interface ParameterValueType {
|
|
9056
|
-
valueType:
|
|
9233
|
+
valueType: ParameterValueTypeReference;
|
|
9057
9234
|
}
|
|
9058
9235
|
export interface ParameterValueTypeOrEmpty_valueType {
|
|
9059
9236
|
type: "valueType";
|
|
@@ -9070,8 +9247,24 @@ export interface ParameterValueTypeOrEmpty_missingParameterValueType {
|
|
|
9070
9247
|
* validations.
|
|
9071
9248
|
*/
|
|
9072
9249
|
export type ParameterValueTypeOrEmpty = ParameterValueTypeOrEmpty_valueType | ParameterValueTypeOrEmpty_missingParameterValueType;
|
|
9250
|
+
/**
|
|
9251
|
+
* Used in requests. When a user adds a value type to a parameter, the version id may be empty, and the backend
|
|
9252
|
+
* will default to the latest version. When the user then updates the action type again, the backend expects that
|
|
9253
|
+
* the frontend will provide the current version of the value type that's in use by the parameter.
|
|
9254
|
+
*/
|
|
9255
|
+
export interface ParameterValueTypeReference {
|
|
9256
|
+
valueTypeRid: ValueTypeRid;
|
|
9257
|
+
valueTypeVersionId?: ValueTypeVersionId | null | undefined;
|
|
9258
|
+
}
|
|
9259
|
+
/**
|
|
9260
|
+
* Used in responses. The version id of a value type always included.
|
|
9261
|
+
*/
|
|
9262
|
+
export interface ParameterValueTypeReferenceWithVersionId {
|
|
9263
|
+
valueTypeRid: ValueTypeRid;
|
|
9264
|
+
valueTypeVersionId: ValueTypeVersionId;
|
|
9265
|
+
}
|
|
9073
9266
|
export interface ParameterValueTypeWithVersionId {
|
|
9074
|
-
valueType:
|
|
9267
|
+
valueType: ParameterValueTypeReferenceWithVersionId;
|
|
9075
9268
|
}
|
|
9076
9269
|
export interface ParameterValueTypeWithVersionIdOrEmpty_valueType {
|
|
9077
9270
|
type: "valueType";
|
|
@@ -10455,6 +10648,15 @@ export interface StandardAnalyzer {}
|
|
|
10455
10648
|
* StaticObjectPrefill specifies the Object that should be suggested to the user for a parameter.
|
|
10456
10649
|
*/
|
|
10457
10650
|
export type StaticObjectPrefill = ObjectRid;
|
|
10651
|
+
/**
|
|
10652
|
+
* This type enables the packaging of Static Object Prefill in Marketplace. The existing
|
|
10653
|
+
* StaticObjectPrefill type uses ObjectRid, which cannot be installed across different stacks
|
|
10654
|
+
* since Marketplace cannot translate object RIDs into meaningful values. StaticObjectPrefillV2 uses
|
|
10655
|
+
* ObjectLocator instead which can be remapped across stacks.
|
|
10656
|
+
*/
|
|
10657
|
+
export interface StaticObjectPrefillV2 {
|
|
10658
|
+
objectLocator: _api_types_ObjectLocator;
|
|
10659
|
+
}
|
|
10458
10660
|
export type StaticValue = _api_types_DataValue;
|
|
10459
10661
|
/**
|
|
10460
10662
|
* This webhook config will run the webhook given the input mapping provided. The webhook input parameters map
|
|
@@ -11437,16 +11639,6 @@ export interface ValueReferenceSource_propertyTypeRid {
|
|
|
11437
11639
|
propertyTypeRid: PropertyTypeRid;
|
|
11438
11640
|
}
|
|
11439
11641
|
export type ValueReferenceSource = ValueReferenceSource_propertyTypeRid;
|
|
11440
|
-
/**
|
|
11441
|
-
* When a user adds a value type to a parameter, the versionId will be empty, and the backend
|
|
11442
|
-
* will default to the latest version. When the user then updates the action type again, the
|
|
11443
|
-
* backend expects that the frontend will provide the current version of the value type that's in
|
|
11444
|
-
* use by the parameter.
|
|
11445
|
-
*/
|
|
11446
|
-
export interface ValueType {
|
|
11447
|
-
valueTypeRid: ValueTypeRid;
|
|
11448
|
-
valueTypeVersionId?: ValueTypeVersionId | null | undefined;
|
|
11449
|
-
}
|
|
11450
11642
|
export interface ValueTypeApiNameReference {
|
|
11451
11643
|
apiName: string;
|
|
11452
11644
|
version: string;
|
|
@@ -11472,13 +11664,6 @@ export interface ValueTypeReference {
|
|
|
11472
11664
|
export type ValueTypeRid = string;
|
|
11473
11665
|
export type ValueTypeVersionId = string;
|
|
11474
11666
|
/**
|
|
11475
|
-
* Used in response with versionId of a value type always included.
|
|
11476
|
-
*/
|
|
11477
|
-
export interface ValueTypeWithVersionId {
|
|
11478
|
-
valueTypeRid: ValueTypeRid;
|
|
11479
|
-
valueTypeVersionId: ValueTypeVersionId;
|
|
11480
|
-
}
|
|
11481
|
-
/**
|
|
11482
11667
|
* Represents a fixed size vector of floats. These can be used for vector similarity searches.
|
|
11483
11668
|
*/
|
|
11484
11669
|
export interface VectorPropertyType {
|