@osdk/client.unstable 2.7.1 → 2.8.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +26 -22
  2. package/build/cjs/index.d.cts +212 -7
  3. package/build/types/generated/ontology-metadata/api/__components.d.ts +173 -6
  4. package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
  5. package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +9 -2
  6. package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
  7. package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +27 -0
  8. package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
  9. package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts +1 -1
  10. package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts.map +1 -1
  11. package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
  12. package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
  13. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +128 -2
  14. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
  15. package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
  16. package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
  17. package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +6 -1
  18. package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
  19. package/build/types/generated/ontology-metadata/api/permissions/index.d.ts +1 -1
  20. package/build/types/generated/ontology-metadata/api/permissions/index.d.ts.map +1 -1
  21. package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService/checkActionTypeProvenanceStatus.d.ts +10 -0
  22. package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService/checkActionTypeProvenanceStatus.d.ts.map +1 -0
  23. package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService.d.ts +1 -0
  24. package/build/types/generated/ontology-metadata/api/usage/ExperimentalOntologyUsageService.d.ts.map +1 -1
  25. package/build/types/generated/ontology-metadata/api/usage/__components.d.ts +40 -0
  26. package/build/types/generated/ontology-metadata/api/usage/__components.d.ts.map +1 -1
  27. package/build/types/generated/ontology-metadata/api/usage/index.d.ts +1 -1
  28. package/build/types/generated/ontology-metadata/api/usage/index.d.ts.map +1 -1
  29. package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +106 -1
  30. package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
  31. package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
  32. package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
  33. package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +24 -1
  34. package/build/types/generated/ontology-metadata/branch/api/__components.d.ts.map +1 -1
  35. package/build/types/generated/ontology-metadata/branch/api/index.d.ts +1 -1
  36. package/build/types/generated/ontology-metadata/branch/api/index.d.ts.map +1 -1
  37. package/package.json +3 -3
@@ -507,6 +507,8 @@ export interface ActionTypeBranchWebhooksMode_disableWebhooksOnBranches {
507
507
  export type ActionTypeBranchWebhooksMode = ActionTypeBranchWebhooksMode_allowWebhooksOnBranches | ActionTypeBranchWebhooksMode_disableWebhooksOnBranches;
508
508
  /**
509
509
  * A ActionTypeCreate is used to create ActionTypes.
510
+ *
511
+ * Used in OntologyModificationRequest.
510
512
  */
511
513
  export interface ActionTypeCreate {
512
514
  actionApplyClientSettings?: ActionApplyClientPreferences | null | undefined;
@@ -516,6 +518,7 @@ export interface ActionTypeCreate {
516
518
  displayMetadata: ActionTypeDisplayMetadataModification;
517
519
  formContentOrdering: Array<FormContent>;
518
520
  logic: ActionLogicModification;
521
+ markings: Array<MarkingId>;
519
522
  notifications: Array<ActionNotificationModification>;
520
523
  notificationSettings?: ActionNotificationSettings | null | undefined;
521
524
  packageRid?: OntologyPackageRid | null | undefined;
@@ -524,6 +527,7 @@ export interface ActionTypeCreate {
524
527
  projectRid?: CompassFolderRid | null | undefined;
525
528
  provenance?: ActionTypeProvenanceModification | null | undefined;
526
529
  revert?: ActionRevert | null | undefined;
530
+ scenarioSettings?: ActionTypeScenarioSettingsModification | null | undefined;
527
531
  sections: Record<SectionId, PutSectionRequestModification>;
528
532
  status?: ActionTypeStatus | null | undefined;
529
533
  submissionConfiguration?: ActionSubmissionConfiguration | null | undefined;
@@ -549,12 +553,15 @@ export interface ActionTypeDeletedEvent {
549
553
  * DisplayMetadata shape used in responses
550
554
  */
551
555
  export interface ActionTypeDisplayMetadata {
556
+ applyingMessage: Array<ActionTypeRichTextComponent>;
557
+ applyingMessageEnabled: boolean;
552
558
  configuration: ActionTypeDisplayMetadataConfiguration;
553
559
  description: string;
554
560
  displayName: string;
555
561
  icon?: Icon | null | undefined;
556
562
  submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
557
563
  successMessage: Array<ActionTypeRichTextComponent>;
564
+ successMessageEnabled: boolean;
558
565
  toolDescription?: string | null | undefined;
559
566
  typeClasses: Array<TypeClass>;
560
567
  undoButtonConfiguration?: boolean | null | undefined;
@@ -571,12 +578,15 @@ export interface ActionTypeDisplayMetadataConfiguration {
571
578
  * DisplayMetadata shape used in requests
572
579
  */
573
580
  export interface ActionTypeDisplayMetadataModification {
581
+ applyingMessage: Array<ActionTypeRichTextComponent>;
582
+ applyingMessageEnabled?: boolean | null | undefined;
574
583
  configuration?: ActionTypeDisplayMetadataConfiguration | null | undefined;
575
584
  description: string;
576
585
  displayName: string;
577
586
  icon?: Icon | null | undefined;
578
587
  submitButtonDisplayMetadata?: ButtonDisplayMetadata | null | undefined;
579
588
  successMessage: Array<ActionTypeRichTextComponent>;
589
+ successMessageEnabled?: boolean | null | undefined;
580
590
  toolDescription?: string | null | undefined;
581
591
  typeClasses: Array<TypeClass>;
582
592
  undoButtonConfiguration?: boolean | null | undefined;
@@ -761,6 +771,7 @@ export interface ActionTypeMetadata {
761
771
  parameters: Record<ParameterId, Parameter>;
762
772
  provenance?: _api_entitymetadata_provenance_ActionTypeProvenance | null | undefined;
763
773
  rid: ActionTypeRid;
774
+ scenarioSettings: ActionTypeScenarioSettings;
764
775
  sections: Record<SectionId, Section>;
765
776
  stagingMediaSetRid?: MediaSetRid | null | undefined;
766
777
  status: ActionTypeStatus;
@@ -783,6 +794,7 @@ export interface ActionTypeMetadataModification {
783
794
  parameters: Record<ParameterId, Parameter>;
784
795
  provenance?: _api_entitymetadata_provenance_ActionTypeProvenance | null | undefined;
785
796
  rid: ActionTypeRid;
797
+ scenarioSettings?: ActionTypeScenarioSettingsModification | null | undefined;
786
798
  sections: Record<SectionId, Section>;
787
799
  stagingMediaSetRid?: MediaSetRid | null | undefined;
788
800
  status: ActionTypeStatus;
@@ -798,6 +810,8 @@ export interface ActionTypeModificationRequest {
798
810
  }
799
811
  /**
800
812
  * Request used to modify ActionTypes.
813
+ *
814
+ * Deprecated: Use OntologyModificationRequest with ActionTypeCreate and ActionTypeUpdate instead.
801
815
  */
802
816
  export interface ActionTypeModifyRequest {
803
817
  actionsVersion?: ActionsVersion | null | undefined;
@@ -877,6 +891,21 @@ export type ActionTypeRid = string;
877
891
  export interface ActionTypesAlreadyExistError {
878
892
  actionTypeRids: Array<ActionTypeRid>;
879
893
  }
894
+ export interface ActionTypeScenarioExecutionOnlyMode_allowExecutionOnlyOnScenario {
895
+ type: "allowExecutionOnlyOnScenario";
896
+ allowExecutionOnlyOnScenario: AllowExecutionOnlyOnScenario;
897
+ }
898
+ export interface ActionTypeScenarioExecutionOnlyMode_noExecutionRestriction {
899
+ type: "noExecutionRestriction";
900
+ noExecutionRestriction: NoExecutionRestriction;
901
+ }
902
+ export type ActionTypeScenarioExecutionOnlyMode = ActionTypeScenarioExecutionOnlyMode_allowExecutionOnlyOnScenario | ActionTypeScenarioExecutionOnlyMode_noExecutionRestriction;
903
+ export interface ActionTypeScenarioSettings {
904
+ scenarioExecutionOnlyMode: ActionTypeScenarioExecutionOnlyMode;
905
+ }
906
+ export interface ActionTypeScenarioSettingsModification {
907
+ scenarioExecutionOnlyMode?: ActionTypeScenarioExecutionOnlyMode | null | undefined;
908
+ }
880
909
  /**
881
910
  * Request to associate given set of OrganizationRids with the specified ActionTypeRid(s).
882
911
  * Users should have permissions to modify the specified ActionTypeRid(s) and also have
@@ -918,6 +947,8 @@ export interface ActionTypeStatus_example {
918
947
  export type ActionTypeStatus = ActionTypeStatus_experimental | ActionTypeStatus_active | ActionTypeStatus_deprecated | ActionTypeStatus_example;
919
948
  /**
920
949
  * Request object to edit existing Action Types.
950
+ *
951
+ * Used in OntologyModificationRequest.
921
952
  */
922
953
  export interface ActionTypeUpdate {
923
954
  actionApplyClientSettings?: ActionApplyClientPreferences | null | undefined;
@@ -935,6 +966,7 @@ export interface ActionTypeUpdate {
935
966
  parametersToUpdate: Record<ParameterRid, EditParameterRequestModification>;
936
967
  provenance?: ActionTypeProvenanceModification | null | undefined;
937
968
  revert?: ActionRevert | null | undefined;
969
+ scenarioSettings?: ActionTypeScenarioSettingsModification | null | undefined;
938
970
  sectionsToCreate: Record<SectionId, PutSectionRequestModification>;
939
971
  sectionsToDelete: Array<SectionRid>;
940
972
  sectionsToUpdate: Record<SectionRid, EditSectionRequestModification>;
@@ -1514,6 +1546,10 @@ export interface AllowedValuesOverrideModification {
1514
1546
  export interface AllowedValuesOverrideRequest {
1515
1547
  allowedValues: AllowedParameterValuesRequest;
1516
1548
  }
1549
+ /**
1550
+ * When set, the action can only be executed within a Scenario context and not directly on the main ontology.
1551
+ */
1552
+ export interface AllowExecutionOnlyOnScenario {}
1517
1553
  export interface AllowFunctionsWithExternalCallsOnBranches {}
1518
1554
  export interface AllowNotificationsOnBranches {
1519
1555
  branchRecipients: AllowNotificationsOnBranchesBranchRecipients;
@@ -1805,6 +1841,11 @@ export interface ButtonDisplayMetadata {
1805
1841
  text: string;
1806
1842
  }
1807
1843
  export interface BytePropertyType {}
1844
+ /**
1845
+ * Specifies the unit of the input byte size value, ensuring that the formatter correctly interprets the number.
1846
+ * All units use binary (base-1024) representation.
1847
+ */
1848
+ export type BytesBaseValue = "BYTES" | "KILOBYTES" | "MEGABYTES" | "GIGABYTES" | "TERABYTES" | "PETABYTES";
1808
1849
  export type ByteTypeDataValue = number;
1809
1850
  export interface CarbonWorkspaceComponentUrlTarget_rid {
1810
1851
  type: "rid";
@@ -2611,6 +2652,8 @@ export interface DynamicObjectSetInputUnioned {
2611
2652
  }
2612
2653
  /**
2613
2654
  * Request object to edit existing Action Types.
2655
+ *
2656
+ * Deprecated: Used in deprecated ActionTypeModifyRequest. Use ActionTypeUpdate with OntologyModificationRequest instead.
2614
2657
  */
2615
2658
  export interface EditActionTypeRequest {
2616
2659
  actionLogConfiguration?: ActionLogConfiguration | null | undefined;
@@ -2625,6 +2668,7 @@ export interface EditActionTypeRequest {
2625
2668
  parametersToDelete: Array<ParameterRid>;
2626
2669
  parametersToEdit: Record<ParameterRid, EditParameterRequest>;
2627
2670
  revert?: ActionRevert | null | undefined;
2671
+ scenarioSettings?: ActionTypeScenarioSettingsModification | null | undefined;
2628
2672
  status?: ActionTypeStatus | null | undefined;
2629
2673
  submissionConfiguration?: ActionSubmissionConfiguration | null | undefined;
2630
2674
  validationsToAdd: Array<ValidationRule>;
@@ -2638,6 +2682,8 @@ export interface EditActionTypeRequest {
2638
2682
  export interface EditOnlyPropertyType {}
2639
2683
  /**
2640
2684
  * Request to edit an existing parameter
2685
+ *
2686
+ * Deprecated: Used in deprecated ActionTypeModifyRequest. Use EditParameterRequestModification with OntologyModificationRequest instead.
2641
2687
  */
2642
2688
  export interface EditParameterRequest {
2643
2689
  displayMetadata: ParameterDisplayMetadata;
@@ -2662,6 +2708,8 @@ export interface EditsConfiguration {
2662
2708
  }
2663
2709
  /**
2664
2710
  * Request to edit an existing Section
2711
+ *
2712
+ * Deprecated: Used in deprecated ActionTypeModifyRequest. Use EditSectionRequestModification with OntologyModificationRequest instead.
2665
2713
  */
2666
2714
  export interface EditSectionRequest {
2667
2715
  content: Array<SectionContent>;
@@ -2689,6 +2737,9 @@ export type EditsHistoryObjectTypeRid = string;
2689
2737
  * must be a valid Compass project RID. If one is not specified, DatasourceRid will be used.
2690
2738
  */
2691
2739
  export type EditsOnlyRid = string;
2740
+ /**
2741
+ * Deprecated: Used in deprecated ActionTypeModifyRequest. Use ValidationRuleModification with OntologyModificationRequest instead.
2742
+ */
2692
2743
  export interface EditValidationRuleRequest {
2693
2744
  condition: Condition;
2694
2745
  displayMetadata: ValidationRuleDisplayMetadata;
@@ -2883,6 +2934,14 @@ export interface FunctionAtVersion {
2883
2934
  functionRid: FunctionRid;
2884
2935
  functionVersion: SemanticFunctionVersion;
2885
2936
  }
2937
+ /**
2938
+ * An embedding model backed by a function registered in function-registry
2939
+ * and executed via function-executor.
2940
+ */
2941
+ export interface FunctionBackedEmbeddingModel {
2942
+ functionRid: FunctionRid;
2943
+ functionVersion: FunctionVersion;
2944
+ }
2886
2945
  export interface FunctionExecutionWithRecipientInput_logicRuleValue {
2887
2946
  type: "logicRuleValue";
2888
2947
  logicRuleValue: LogicRuleValue;
@@ -4693,6 +4752,10 @@ export interface NewObjectUrlTargetModification {
4693
4752
  keys: Record<PropertyId, LogicRuleValueModification>;
4694
4753
  objectTypeId: ObjectTypeId;
4695
4754
  }
4755
+ /**
4756
+ * When set, no restriction is applied and the action can be executed both on the main ontology and within Scenarios.
4757
+ */
4758
+ export interface NoExecutionRestriction {}
4696
4759
  export interface NoneEntityProvenance {}
4697
4760
  /**
4698
4761
  * Some ParameterPrefill(s) are referencing ParameterId(s) that do not exist on the ActionType.
@@ -4813,6 +4876,15 @@ export interface NumberFormatBillions {
4813
4876
  base: NumberFormatBase;
4814
4877
  }
4815
4878
  /**
4879
+ * Render the number as bytes, automatically converting to the appropriate size (KB, MB, GB, etc)
4880
+ * and appending the corresponding suffix. Uses binary units (powers of 1024).
4881
+ */
4882
+ export interface NumberFormatBytes {
4883
+ base: NumberFormatBase;
4884
+ baseValue: BytesBaseValue;
4885
+ showFullUnits?: boolean | null | undefined;
4886
+ }
4887
+ /**
4816
4888
  * Note that non-visual features e.g. sorting & histograms, are not guaranteed to be currency-aware. They can
4817
4889
  * group the same number together even if they have different currencies.
4818
4890
  */
@@ -4940,7 +5012,11 @@ export interface NumberFormatter_basisPoint {
4940
5012
  type: "basisPoint";
4941
5013
  basisPoint: NumberFormatBasisPoint;
4942
5014
  }
4943
- export type NumberFormatter = NumberFormatter_base | NumberFormatter_percentage | NumberFormatter_perMille | NumberFormatter_ordinal | NumberFormatter_currency | NumberFormatter_unit | NumberFormatter_customUnit | NumberFormatter_prePost | NumberFormatter_duration | NumberFormatter_thousands | NumberFormatter_millions | NumberFormatter_billions | NumberFormatter_basisPoint;
5015
+ export interface NumberFormatter_bytes {
5016
+ type: "bytes";
5017
+ bytes: NumberFormatBytes;
5018
+ }
5019
+ export type NumberFormatter = NumberFormatter_base | NumberFormatter_percentage | NumberFormatter_perMille | NumberFormatter_ordinal | NumberFormatter_currency | NumberFormatter_unit | NumberFormatter_customUnit | NumberFormatter_prePost | NumberFormatter_duration | NumberFormatter_thousands | NumberFormatter_millions | NumberFormatter_billions | NumberFormatter_basisPoint | NumberFormatter_bytes;
4944
5020
  /**
4945
5021
  * Scale the numeric value to thousands and append a suffix. For example, 1500 will be displayed as "1.5K".
4946
5022
  */
@@ -5295,6 +5371,7 @@ export interface ObjectTypeDirectDatasource {
5295
5371
  propertyMapping: Record<PropertyTypeRid, PropertyTypeMappingInfo>;
5296
5372
  propertySecurityGroups: PropertySecurityGroups;
5297
5373
  retentionConfig?: RetentionConfig | null | undefined;
5374
+ timeBasedRetentionConfig?: TimeBasedRetentionConfig | null | undefined;
5298
5375
  }
5299
5376
  /**
5300
5377
  * This includes metadata which can be used by front-ends when displaying the ObjectType.
@@ -5373,6 +5450,10 @@ export interface ObjectTypeGeotimeSeriesDatasource {
5373
5450
  * Please note that this is not safe to log as it is user-inputted and may contain sensitive information.
5374
5451
  */
5375
5452
  export type ObjectTypeId = string;
5453
+ export interface ObjectTypeIdAndPropertyTypeId {
5454
+ objectTypeId: ObjectTypeId;
5455
+ propertyTypeId: PropertyTypeId;
5456
+ }
5376
5457
  export interface ObjectTypeIdentifier_objectTypeId {
5377
5458
  type: "objectTypeId";
5378
5459
  objectTypeId: ObjectTypeId;
@@ -5535,6 +5616,18 @@ export interface ObjectTypeRestrictedViewDatasourceV2 {
5535
5616
  * ObjectTypeRid will be different.
5536
5617
  */
5537
5618
  export type ObjectTypeRid = string;
5619
+ export interface ObjectTypeRidOrInterfaceTypeRidOrIdInRequest_objectType {
5620
+ type: "objectType";
5621
+ objectType: ObjectTypeRid;
5622
+ }
5623
+ export interface ObjectTypeRidOrInterfaceTypeRidOrIdInRequest_interfaceType {
5624
+ type: "interfaceType";
5625
+ interfaceType: InterfaceTypeRidOrIdInRequest;
5626
+ }
5627
+ /**
5628
+ * Either an ObjectTypeRid or an InterfaceTypeRidOrIdInRequest.
5629
+ */
5630
+ export type ObjectTypeRidOrInterfaceTypeRidOrIdInRequest = ObjectTypeRidOrInterfaceTypeRidOrIdInRequest_objectType | ObjectTypeRidOrInterfaceTypeRidOrIdInRequest_interfaceType;
5538
5631
  /**
5539
5632
  * A wrapping of ObjectType rids and InterfaceType rids, used when returning information from API name conflict
5540
5633
  * checks.
@@ -5759,6 +5852,7 @@ export interface OntologyBulkLoadEntitiesRequest {
5759
5852
  includeTypeGroupEntitiesCount?: boolean | null | undefined;
5760
5853
  interfaceTypes: Array<InterfaceTypeLoadRequest>;
5761
5854
  linkTypes: Array<LinkTypeLoadRequest>;
5855
+ loadLinkTypeRelatedObjectTypes?: boolean | null | undefined;
5762
5856
  loadRedacted?: boolean | null | undefined;
5763
5857
  objectTypes: Array<ObjectTypeLoadRequest>;
5764
5858
  sharedPropertyTypes: Array<SharedPropertyTypeLoadRequest>;
@@ -6241,7 +6335,8 @@ export interface OntologyIrArrayPropertyType {
6241
6335
  }
6242
6336
  export interface OntologyIrArrayPropertyTypeReducer {
6243
6337
  direction: ArrayPropertyTypeReducerSortDirection;
6244
- field?: StructFieldRid | null | undefined;
6338
+ fieldApiName?: ObjectTypeFieldApiName | null | undefined;
6339
+ structApiName?: ObjectTypeFieldApiName | null | undefined;
6245
6340
  }
6246
6341
  export interface OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput {
6247
6342
  type: "staticDirectInput";
@@ -7156,7 +7251,11 @@ export interface OntologyIrNumberFormatter_basisPoint {
7156
7251
  type: "basisPoint";
7157
7252
  basisPoint: NumberFormatBasisPoint;
7158
7253
  }
7159
- export type OntologyIrNumberFormatter = OntologyIrNumberFormatter_base | OntologyIrNumberFormatter_percentage | OntologyIrNumberFormatter_perMille | OntologyIrNumberFormatter_ordinal | OntologyIrNumberFormatter_currency | OntologyIrNumberFormatter_unit | OntologyIrNumberFormatter_customUnit | OntologyIrNumberFormatter_prePost | OntologyIrNumberFormatter_duration | OntologyIrNumberFormatter_thousands | OntologyIrNumberFormatter_millions | OntologyIrNumberFormatter_billions | OntologyIrNumberFormatter_basisPoint;
7254
+ export interface OntologyIrNumberFormatter_bytes {
7255
+ type: "bytes";
7256
+ bytes: NumberFormatBytes;
7257
+ }
7258
+ export type OntologyIrNumberFormatter = OntologyIrNumberFormatter_base | OntologyIrNumberFormatter_percentage | OntologyIrNumberFormatter_perMille | OntologyIrNumberFormatter_ordinal | OntologyIrNumberFormatter_currency | OntologyIrNumberFormatter_unit | OntologyIrNumberFormatter_customUnit | OntologyIrNumberFormatter_prePost | OntologyIrNumberFormatter_duration | OntologyIrNumberFormatter_thousands | OntologyIrNumberFormatter_millions | OntologyIrNumberFormatter_billions | OntologyIrNumberFormatter_basisPoint | OntologyIrNumberFormatter_bytes;
7160
7259
  /**
7161
7260
  * Note that this formatter breaks e.g. sorting features if used in combination with auto-conversion.
7162
7261
  */
@@ -7381,10 +7480,11 @@ export interface OntologyIrObjectTypeDerivedPropertiesDatasource {
7381
7480
  * This type is only compatible with object storage v2.
7382
7481
  */
7383
7482
  export interface OntologyIrObjectTypeDirectDatasource {
7384
- directSourceRid: DirectSourceRid;
7483
+ directSourceRid: _api_blockdata_DataSetName;
7385
7484
  propertyMapping: Record<ObjectTypeFieldApiName, PropertyTypeMappingInfo>;
7386
7485
  propertySecurityGroups: OntologyIrPropertySecurityGroups;
7387
7486
  retentionConfig?: RetentionConfig | null | undefined;
7487
+ timeBasedRetentionConfig?: TimeBasedRetentionConfig | null | undefined;
7388
7488
  }
7389
7489
  /**
7390
7490
  * Object type datasource which is not backed by any dataset or restricted view. This type of a "datasource"
@@ -8076,6 +8176,7 @@ export interface OntologyIrSecurityGroupMandatoryOnlySecurityDefinition {
8076
8176
  }
8077
8177
  export interface OntologyIrSecurityGroupMandatoryPolicy {
8078
8178
  assumedMarkings: Array<MarkingId>;
8179
+ assumedMarkingsV2: Record<MarkingId, MarkingType>;
8079
8180
  markings: Record<MarkingId, MarkingType>;
8080
8181
  }
8081
8182
  /**
@@ -8283,7 +8384,8 @@ export interface OntologyIrStructFieldValidationDisplayMetadata {
8283
8384
  visibility: _api_types_ParameterVisibility;
8284
8385
  }
8285
8386
  export interface OntologyIrStructMainValue {
8286
- fields: Array<StructFieldRid>;
8387
+ fieldApiNames: Array<ObjectTypeFieldApiName>;
8388
+ structApiName: ObjectTypeFieldApiName;
8287
8389
  type: OntologyIrType;
8288
8390
  }
8289
8391
  export interface OntologyIrStructPropertyType {
@@ -9821,6 +9923,20 @@ export interface PropertySecurityGroup {
9821
9923
  type?: PropertySecurityGroupType | null | undefined;
9822
9924
  }
9823
9925
  /**
9926
+ * Creates a new PSG. A RID will be generated.
9927
+ */
9928
+ export interface PropertySecurityGroupCreate {
9929
+ properties: Array<PropertyTypeId>;
9930
+ security: SecurityGroupSecurityDefinitionModification;
9931
+ type: PropertySecurityGroupType;
9932
+ }
9933
+ /**
9934
+ * Deletes an existing PSG by RID.
9935
+ */
9936
+ export interface PropertySecurityGroupDelete {
9937
+ rid: PropertySecurityGroupRid;
9938
+ }
9939
+ /**
9824
9940
  * Modification of PropertySecurityGroup. A globally unique identifier will be generated for each unique
9825
9941
  * SecurityGroupSecurityDefinitionModification specification.
9826
9942
  *
@@ -9840,6 +9956,29 @@ export interface PropertySecurityGroupModification {
9840
9956
  */
9841
9957
  export type PropertySecurityGroupName = string;
9842
9958
  /**
9959
+ * Leaves the specified PSG unchanged.
9960
+ */
9961
+ export interface PropertySecurityGroupNoop {
9962
+ rid: PropertySecurityGroupRid;
9963
+ }
9964
+ export interface PropertySecurityGroupPatch_create {
9965
+ type: "create";
9966
+ create: PropertySecurityGroupCreate;
9967
+ }
9968
+ export interface PropertySecurityGroupPatch_update {
9969
+ type: "update";
9970
+ update: PropertySecurityGroupUpdate;
9971
+ }
9972
+ export interface PropertySecurityGroupPatch_noop {
9973
+ type: "noop";
9974
+ noop: PropertySecurityGroupNoop;
9975
+ }
9976
+ export interface PropertySecurityGroupPatch_delete {
9977
+ type: "delete";
9978
+ delete: PropertySecurityGroupDelete;
9979
+ }
9980
+ export type PropertySecurityGroupPatch = PropertySecurityGroupPatch_create | PropertySecurityGroupPatch_update | PropertySecurityGroupPatch_noop | PropertySecurityGroupPatch_delete;
9981
+ /**
9843
9982
  * A randomly generated rid that identifies a unique PropertySecurityGroup.
9844
9983
  */
9845
9984
  export type PropertySecurityGroupRid = string;
@@ -9863,6 +10002,16 @@ export interface PropertySecurityGroupType_property {
9863
10002
  }
9864
10003
  export type PropertySecurityGroupType = PropertySecurityGroupType_primaryKey | PropertySecurityGroupType_property;
9865
10004
  /**
10005
+ * Updates an existing PSG by RID. Note that the rid of a PSG remains stable unless the security definition is
10006
+ * updated, in which case a new rid will be generated.
10007
+ */
10008
+ export interface PropertySecurityGroupUpdate {
10009
+ properties: Array<PropertyTypeId>;
10010
+ rid: PropertySecurityGroupRid;
10011
+ security: SecurityGroupSecurityDefinitionModification;
10012
+ type: PropertySecurityGroupType;
10013
+ }
10014
+ /**
9866
10015
  * A PropertyType is a typed attribute of an ObjectType.
9867
10016
  */
9868
10017
  export interface PropertyType {
@@ -10110,6 +10259,8 @@ export interface PropertyWithoutRid {
10110
10259
  }
10111
10260
  /**
10112
10261
  * A PutActionTypeRequest is used to create or modify Action Types.
10262
+ *
10263
+ * Deprecated: Used in deprecated ActionTypeModifyRequest. Use ActionTypeCreate with OntologyModificationRequest instead.
10113
10264
  */
10114
10265
  export interface PutActionTypeRequest {
10115
10266
  actionLogConfiguration?: ActionLogConfiguration | null | undefined;
@@ -10129,6 +10280,8 @@ export interface PutActionTypeRequest {
10129
10280
  }
10130
10281
  /**
10131
10282
  * A PutParameterRequest is used to create or modify Parameters.
10283
+ *
10284
+ * Deprecated: Used in deprecated ActionTypeModifyRequest. Use PutParameterRequestModification with OntologyModificationRequest instead.
10132
10285
  */
10133
10286
  export interface PutParameterRequest {
10134
10287
  displayMetadata: ParameterDisplayMetadata;
@@ -10145,6 +10298,8 @@ export interface PutParameterRequestModification {
10145
10298
  }
10146
10299
  /**
10147
10300
  * A PutSectionRequest is used to create or modify Sections.
10301
+ *
10302
+ * Deprecated: Used in deprecated ActionTypeModifyRequest. Use PutSectionRequestModification with OntologyModificationRequest instead.
10148
10303
  */
10149
10304
  export interface PutSectionRequest {
10150
10305
  content: Array<SectionContent>;
@@ -11637,9 +11792,21 @@ export interface TextEmbeddingModel_foundryLiveDeployment {
11637
11792
  type: "foundryLiveDeployment";
11638
11793
  foundryLiveDeployment: FoundryLiveDeployment;
11639
11794
  }
11640
- export type TextEmbeddingModel = TextEmbeddingModel_lms | TextEmbeddingModel_foundryLiveDeployment;
11795
+ export interface TextEmbeddingModel_functionBacked {
11796
+ type: "functionBacked";
11797
+ functionBacked: FunctionBackedEmbeddingModel;
11798
+ }
11799
+ export type TextEmbeddingModel = TextEmbeddingModel_lms | TextEmbeddingModel_foundryLiveDeployment | TextEmbeddingModel_functionBacked;
11641
11800
  export interface TextModality {}
11642
11801
  /**
11802
+ * Time-based retention configuration for direct datasources. Objects older than the retention window will be
11803
+ * permanently deleted. The duration should be specified in ISO8601 format, such as `P30D` (30 days) or
11804
+ * `PT720H` (720 hours).
11805
+ */
11806
+ export interface TimeBasedRetentionConfig {
11807
+ window: string;
11808
+ }
11809
+ /**
11643
11810
  * A retention policy where the datasource will contain at least data from the specified time window.
11644
11811
  */
11645
11812
  export interface TimeBasedRetentionPolicy {