@osdk/internal.foundry.ontologies 2.24.0 → 2.26.0

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 (78) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/build/browser/_components.d.ts +315 -4
  3. package/build/browser/_components.d.ts.map +1 -1
  4. package/build/browser/_errors.d.ts +64 -0
  5. package/build/browser/_errors.d.ts.map +1 -1
  6. package/build/browser/index.d.ts +2 -2
  7. package/build/browser/index.d.ts.map +1 -1
  8. package/build/browser/public/Action.d.ts +0 -12
  9. package/build/browser/public/Action.d.ts.map +1 -1
  10. package/build/browser/public/Action.js +0 -12
  11. package/build/browser/public/Action.js.map +1 -1
  12. package/build/browser/public/ActionType.d.ts +0 -4
  13. package/build/browser/public/ActionType.d.ts.map +1 -1
  14. package/build/browser/public/ActionType.js +0 -4
  15. package/build/browser/public/ActionType.js.map +1 -1
  16. package/build/browser/public/Attachment.d.ts +0 -9
  17. package/build/browser/public/Attachment.d.ts.map +1 -1
  18. package/build/browser/public/Attachment.js +0 -9
  19. package/build/browser/public/Attachment.js.map +1 -1
  20. package/build/browser/public/ObjectType.d.ts +0 -10
  21. package/build/browser/public/ObjectType.d.ts.map +1 -1
  22. package/build/browser/public/ObjectType.js +0 -10
  23. package/build/browser/public/ObjectType.js.map +1 -1
  24. package/build/browser/public/Ontology.d.ts +0 -4
  25. package/build/browser/public/Ontology.d.ts.map +1 -1
  26. package/build/browser/public/Ontology.js +0 -4
  27. package/build/browser/public/Ontology.js.map +1 -1
  28. package/build/browser/public/OntologyObject.d.ts +0 -12
  29. package/build/browser/public/OntologyObject.d.ts.map +1 -1
  30. package/build/browser/public/OntologyObject.js +0 -12
  31. package/build/browser/public/OntologyObject.js.map +1 -1
  32. package/build/browser/public/Query.d.ts +6 -3
  33. package/build/browser/public/Query.d.ts.map +1 -1
  34. package/build/browser/public/Query.js +1 -3
  35. package/build/browser/public/Query.js.map +1 -1
  36. package/build/browser/public/QueryType.d.ts +0 -4
  37. package/build/browser/public/QueryType.d.ts.map +1 -1
  38. package/build/browser/public/QueryType.js +0 -4
  39. package/build/browser/public/QueryType.js.map +1 -1
  40. package/build/esm/_components.d.ts +315 -4
  41. package/build/esm/_components.d.ts.map +1 -1
  42. package/build/esm/_errors.d.ts +64 -0
  43. package/build/esm/_errors.d.ts.map +1 -1
  44. package/build/esm/index.d.ts +2 -2
  45. package/build/esm/index.d.ts.map +1 -1
  46. package/build/esm/public/Action.d.ts +0 -12
  47. package/build/esm/public/Action.d.ts.map +1 -1
  48. package/build/esm/public/Action.js +0 -12
  49. package/build/esm/public/Action.js.map +1 -1
  50. package/build/esm/public/ActionType.d.ts +0 -4
  51. package/build/esm/public/ActionType.d.ts.map +1 -1
  52. package/build/esm/public/ActionType.js +0 -4
  53. package/build/esm/public/ActionType.js.map +1 -1
  54. package/build/esm/public/Attachment.d.ts +0 -9
  55. package/build/esm/public/Attachment.d.ts.map +1 -1
  56. package/build/esm/public/Attachment.js +0 -9
  57. package/build/esm/public/Attachment.js.map +1 -1
  58. package/build/esm/public/ObjectType.d.ts +0 -10
  59. package/build/esm/public/ObjectType.d.ts.map +1 -1
  60. package/build/esm/public/ObjectType.js +0 -10
  61. package/build/esm/public/ObjectType.js.map +1 -1
  62. package/build/esm/public/Ontology.d.ts +0 -4
  63. package/build/esm/public/Ontology.d.ts.map +1 -1
  64. package/build/esm/public/Ontology.js +0 -4
  65. package/build/esm/public/Ontology.js.map +1 -1
  66. package/build/esm/public/OntologyObject.d.ts +0 -12
  67. package/build/esm/public/OntologyObject.d.ts.map +1 -1
  68. package/build/esm/public/OntologyObject.js +0 -12
  69. package/build/esm/public/OntologyObject.js.map +1 -1
  70. package/build/esm/public/Query.d.ts +6 -3
  71. package/build/esm/public/Query.d.ts.map +1 -1
  72. package/build/esm/public/Query.js +1 -3
  73. package/build/esm/public/Query.js.map +1 -1
  74. package/build/esm/public/QueryType.d.ts +0 -4
  75. package/build/esm/public/QueryType.d.ts.map +1 -1
  76. package/build/esm/public/QueryType.js +0 -4
  77. package/build/esm/public/QueryType.js.map +1 -1
  78. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @osdk/internal.foundry.ontologies
2
2
 
3
+ ## 2.26.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 88ba5b2: Regenerate SDKs
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [88ba5b2]
12
+ - @osdk/internal.foundry.core@2.26.0
13
+ - @osdk/internal.foundry.geo@2.26.0
14
+
15
+ ## 2.25.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 8260ef7: Regenerate platform SDKs
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [8260ef7]
24
+ - Updated dependencies [cbb2222]
25
+ - @osdk/internal.foundry.core@2.25.0
26
+ - @osdk/internal.foundry.geo@2.25.0
27
+ - @osdk/shared.net.platformapi@1.4.0
28
+
3
29
  ## 2.24.0
4
30
 
5
31
  ### Minor Changes
@@ -161,6 +161,15 @@ export interface AddLink {
161
161
  aSideObject: LinkSideObject;
162
162
  bSideObject: LinkSideObject;
163
163
  }
164
+ /**
165
+ * Log Safety: UNSAFE
166
+ */
167
+ export interface AddLinkEdit {
168
+ objectType: ObjectTypeApiName;
169
+ primaryKey: PrimaryKeyValue;
170
+ linkType: LinkTypeApiName;
171
+ linkedObjectPrimaryKey: PrimaryKeyValue;
172
+ }
164
173
  /**
165
174
  * Log Safety: UNSAFE
166
175
  */
@@ -168,6 +177,14 @@ export interface AddObject {
168
177
  primaryKey: PropertyValue;
169
178
  objectType: ObjectTypeApiName;
170
179
  }
180
+ /**
181
+ * Log Safety: UNSAFE
182
+ */
183
+ export interface AddObjectEdit {
184
+ objectType: ObjectTypeApiName;
185
+ primaryKey: PropertyValue;
186
+ properties: Record<PropertyApiName, DataValue>;
187
+ }
171
188
  /**
172
189
  * Adds two or more numeric values.
173
190
  *
@@ -184,6 +201,7 @@ export interface AggregateObjectSetRequestV2 {
184
201
  objectSet: ObjectSet;
185
202
  groupBy: Array<AggregationGroupByV2>;
186
203
  accuracy?: AggregationAccuracyRequest;
204
+ includeComputeUsage?: _Core.IncludeComputeUsage;
187
205
  }
188
206
  /**
189
207
  * Log Safety: UNSAFE
@@ -221,7 +239,7 @@ export interface AggregateObjectsResponseItem {
221
239
  * Log Safety: UNSAFE
222
240
  */
223
241
  export interface AggregateObjectsResponseItemV2 {
224
- group: Record<AggregationGroupKeyV2, AggregationGroupValueV2>;
242
+ group: Record<AggregationGroupKeyV2, AggregationGroupValueV2 | undefined>;
225
243
  metrics: Array<AggregationMetricResultV2>;
226
244
  }
227
245
  /**
@@ -231,6 +249,7 @@ export interface AggregateObjectsResponseV2 {
231
249
  excludedItems?: number;
232
250
  accuracy: AggregationAccuracy;
233
251
  data: Array<AggregateObjectsResponseItemV2>;
252
+ computeUsage?: _Core.ComputeSeconds;
234
253
  }
235
254
  /**
236
255
  * Log Safety: UNSAFE
@@ -304,6 +323,7 @@ export interface AggregationExactGroupingV2 {
304
323
  field: PropertyApiName;
305
324
  maxGroupCount?: number;
306
325
  defaultValue?: string;
326
+ includeNullValues?: boolean;
307
327
  }
308
328
  /**
309
329
  * Divides objects into groups with the specified width.
@@ -565,6 +585,15 @@ export interface Arg {
565
585
  name: string;
566
586
  value: string;
567
587
  }
588
+ /**
589
+ * Log Safety: UNSAFE
590
+ */
591
+ export interface ArrayConstraint {
592
+ minimumSize?: number;
593
+ maximumSize?: number;
594
+ uniqueValues: boolean;
595
+ valueConstraint?: ValueTypeConstraint;
596
+ }
568
597
  /**
569
598
  * Evaluated constraints for entries of array parameters for which per-entry evaluation is supported.
570
599
  *
@@ -962,7 +991,7 @@ export type CustomTypeId = LooselyBrandedString<"CustomTypeId">;
962
991
  | Null | null | null |
963
992
  | Object Set | string OR the object set definition | ri.object-set.main.versioned-object-set.h13274m8-23f5-431c-8aee-a4554157c57z |
964
993
  | Ontology Object Reference | JSON encoding of the object's primary key | 10033123 or "EMP1234" |
965
- | Ontology Interface Object Reference | JSON encoding of the object's api name and primary key| {"objectTypeApiName":"Employee", "primaryKeyValue":"EMP1234"} |
994
+ | Ontology Interface Object Reference | JSON encoding of the object's API name and primary key| {"objectTypeApiName":"Employee", "primaryKeyValue":"EMP1234"} |
966
995
  | Ontology Object Type Reference | string of the object type's api name | "Employee" |
967
996
  | Set | array | ["alpha", "bravo", "charlie"] |
968
997
  | Short | number | 8739 |
@@ -998,6 +1027,15 @@ export interface DeleteLink {
998
1027
  aSideObject: LinkSideObject;
999
1028
  bSideObject: LinkSideObject;
1000
1029
  }
1030
+ /**
1031
+ * Log Safety: UNSAFE
1032
+ */
1033
+ export interface DeleteLinkEdit {
1034
+ objectType: ObjectTypeApiName;
1035
+ primaryKey: PrimaryKeyValue;
1036
+ linkType: LinkTypeApiName;
1037
+ linkedObjectPrimaryKey: PrimaryKeyValue;
1038
+ }
1001
1039
  /**
1002
1040
  * Log Safety: UNSAFE
1003
1041
  */
@@ -1014,6 +1052,13 @@ export interface DeleteObject {
1014
1052
  primaryKey: PropertyValue;
1015
1053
  objectType: ObjectTypeApiName;
1016
1054
  }
1055
+ /**
1056
+ * Log Safety: UNSAFE
1057
+ */
1058
+ export interface DeleteObjectEdit {
1059
+ objectType: ObjectTypeApiName;
1060
+ primaryKey: PropertyValue;
1061
+ }
1017
1062
  /**
1018
1063
  * Log Safety: UNSAFE
1019
1064
  */
@@ -1129,6 +1174,12 @@ export interface EntrySetType {
1129
1174
  keyType: QueryDataType;
1130
1175
  valueType: QueryDataType;
1131
1176
  }
1177
+ /**
1178
+ * Log Safety: SAFE
1179
+ */
1180
+ export interface EnumConstraint {
1181
+ options: Array<any>;
1182
+ }
1132
1183
  /**
1133
1184
  * Returns objects where the specified field is equal to a value.
1134
1185
  *
@@ -1515,6 +1566,13 @@ export interface IsNullQueryV2 {
1515
1566
  export interface LeastPropertyExpression {
1516
1567
  properties: Array<DerivedPropertyDefinition>;
1517
1568
  }
1569
+ /**
1570
+ * Log Safety: SAFE
1571
+ */
1572
+ export interface LengthConstraint {
1573
+ minimumLength?: number;
1574
+ maximumLength?: number;
1575
+ }
1518
1576
  /**
1519
1577
  * A reference to the linked interface type.
1520
1578
  *
@@ -1670,6 +1728,19 @@ export interface ListOntologiesResponse {
1670
1728
  export interface ListOntologiesV2Response {
1671
1729
  data: Array<OntologyV2>;
1672
1730
  }
1731
+ /**
1732
+ * Log Safety: UNSAFE
1733
+ */
1734
+ export interface ListOntologyValueTypesResponse {
1735
+ data: Array<OntologyValueType>;
1736
+ }
1737
+ /**
1738
+ * Log Safety: UNSAFE
1739
+ */
1740
+ export interface ListOutgoingInterfaceLinkTypesResponse {
1741
+ nextPageToken?: _Core.PageToken;
1742
+ data: Array<InterfaceLinkType>;
1743
+ }
1673
1744
  /**
1674
1745
  * Log Safety: UNSAFE
1675
1746
  */
@@ -1711,6 +1782,7 @@ export interface LoadObjectSetRequestV2 {
1711
1782
  pageSize?: _Core.PageSize;
1712
1783
  excludeRid?: boolean;
1713
1784
  snapshot?: boolean;
1785
+ includeComputeUsage?: _Core.IncludeComputeUsage;
1714
1786
  }
1715
1787
  /**
1716
1788
  * Represents the API response when loading an ObjectSet.
@@ -1721,6 +1793,7 @@ export interface LoadObjectSetResponseV2 {
1721
1793
  data: Array<OntologyObjectV2>;
1722
1794
  nextPageToken?: _Core.PageToken;
1723
1795
  totalCount: _Core.TotalCount;
1796
+ computeUsage?: _Core.ComputeSeconds;
1724
1797
  }
1725
1798
  /**
1726
1799
  * Represents the API POST body when loading an ObjectSet. Used on the /loadObjectsMultipleObjectTypes endpoint only.
@@ -1735,6 +1808,7 @@ export interface LoadObjectSetV2MultipleObjectTypesRequest {
1735
1808
  pageSize?: _Core.PageSize;
1736
1809
  excludeRid?: boolean;
1737
1810
  snapshot?: boolean;
1811
+ includeComputeUsage?: _Core.IncludeComputeUsage;
1738
1812
  }
1739
1813
  /**
1740
1814
  * Represents the API response when loading an ObjectSet. An interfaceToObjectTypeMappings field is
@@ -1752,6 +1826,7 @@ export interface LoadObjectSetV2MultipleObjectTypesResponse {
1752
1826
  nextPageToken?: _Core.PageToken;
1753
1827
  totalCount: _Core.TotalCount;
1754
1828
  interfaceToObjectTypeMappings: Record<InterfaceTypeApiName, InterfaceToObjectTypeMappings>;
1829
+ computeUsage?: _Core.ComputeSeconds;
1755
1830
  }
1756
1831
  /**
1757
1832
  * Represents the API POST body when loading an ObjectSet. Used on the /loadObjectsOrInterfaces endpoint only.
@@ -1917,6 +1992,14 @@ export interface ModifyObject {
1917
1992
  primaryKey: PropertyValue;
1918
1993
  objectType: ObjectTypeApiName;
1919
1994
  }
1995
+ /**
1996
+ * Log Safety: UNSAFE
1997
+ */
1998
+ export interface ModifyObjectEdit {
1999
+ objectType: ObjectTypeApiName;
2000
+ primaryKey: PropertyValue;
2001
+ properties: Record<PropertyApiName, DataValue>;
2002
+ }
1920
2003
  /**
1921
2004
  * Log Safety: UNSAFE
1922
2005
  */
@@ -2006,6 +2089,15 @@ export interface ObjectEdits {
2006
2089
  addedLinksCount: number;
2007
2090
  deletedLinksCount: number;
2008
2091
  }
2092
+ /**
2093
+ * An object identifier containing an object type API name and primary key.
2094
+ *
2095
+ * Log Safety: UNSAFE
2096
+ */
2097
+ export interface ObjectLocator {
2098
+ objectTypeApiName: ObjectTypeApiName;
2099
+ primaryKeyValue: PrimaryKeyValue;
2100
+ }
2009
2101
  /**
2010
2102
  * Log Safety: UNSAFE
2011
2103
  */
@@ -2474,6 +2566,7 @@ export interface OntologyFullMetadata {
2474
2566
  queryTypes: Record<VersionedQueryTypeApiName, QueryTypeV2>;
2475
2567
  interfaceTypes: Record<InterfaceTypeApiName, InterfaceType>;
2476
2568
  sharedPropertyTypes: Record<SharedPropertyTypeApiName, SharedPropertyType>;
2569
+ branch?: _Core.BranchMetadata;
2477
2570
  }
2478
2571
  /**
2479
2572
  * Either an ontology rid or an ontology api name.
@@ -2488,9 +2581,15 @@ export type OntologyInterface = LooselyBrandedString<"OntologyInterface">;
2488
2581
  /**
2489
2582
  * Log Safety: UNSAFE
2490
2583
  */
2491
- export interface OntologyInterfaceObjectType {
2584
+ export interface OntologyInterfaceObjectSetType {
2492
2585
  interfaceTypeApiName: InterfaceTypeApiName;
2493
2586
  }
2587
+ /**
2588
+ * Log Safety: UNSAFE
2589
+ */
2590
+ export interface OntologyInterfaceObjectType {
2591
+ interfaceTypeApiName?: InterfaceTypeApiName;
2592
+ }
2494
2593
  /**
2495
2594
  * Log Safety: UNSAFE
2496
2595
  */
@@ -2569,6 +2668,16 @@ export interface OntologyStructField {
2569
2668
  export interface OntologyStructType {
2570
2669
  fields: Array<OntologyStructField>;
2571
2670
  }
2671
+ /**
2672
+ * Log Safety: UNSAFE
2673
+ */
2674
+ export type OntologyTransaction = LooselyBrandedString<"OntologyTransaction">;
2675
+ /**
2676
+ * The RID identifying a transaction.
2677
+ *
2678
+ * Log Safety: SAFE
2679
+ */
2680
+ export type OntologyTransactionRid = LooselyBrandedString<"OntologyTransactionRid">;
2572
2681
  /**
2573
2682
  * Metadata about an Ontology.
2574
2683
  *
@@ -2580,6 +2689,19 @@ export interface OntologyV2 {
2580
2689
  description: string;
2581
2690
  rid: OntologyRid;
2582
2691
  }
2692
+ /**
2693
+ * Log Safety: UNSAFE
2694
+ */
2695
+ export interface OntologyValueType {
2696
+ apiName: ValueTypeApiName;
2697
+ displayName: _Core.DisplayName;
2698
+ description?: string;
2699
+ rid: ValueTypeRid;
2700
+ status?: ValueTypeStatus;
2701
+ fieldType: ValueTypeFieldType;
2702
+ version: string;
2703
+ constraints: Array<ValueTypeConstraint>;
2704
+ }
2583
2705
  /**
2584
2706
  * A command representing the list of properties to order by. Properties should be delimited by commas and
2585
2707
  prefixed by p or properties. The format expected format is
@@ -2712,6 +2834,19 @@ export type Plaintext = LooselyBrandedString<"Plaintext">;
2712
2834
  export type PolygonValue = {
2713
2835
  type: "Polygon";
2714
2836
  } & _Geo.Polygon;
2837
+ /**
2838
+ * The request payload for staging edits to a transaction.
2839
+ *
2840
+ * Log Safety: UNSAFE
2841
+ */
2842
+ export interface PostTransactionEditsRequest {
2843
+ edits: Array<TransactionEdit>;
2844
+ }
2845
+ /**
2846
+ * Log Safety: SAFE
2847
+ */
2848
+ export interface PostTransactionEditsResponse {
2849
+ }
2715
2850
  /**
2716
2851
  * A measurement of duration.
2717
2852
  *
@@ -2995,6 +3130,8 @@ export interface QueryArrayType {
2995
3130
  export type QueryDataType = ({
2996
3131
  type: "date";
2997
3132
  } & _Core.DateType) | ({
3133
+ type: "interfaceObject";
3134
+ } & OntologyInterfaceObjectType) | ({
2998
3135
  type: "struct";
2999
3136
  } & QueryStructType) | ({
3000
3137
  type: "set";
@@ -3029,6 +3166,8 @@ export type QueryDataType = ({
3029
3166
  } & OntologyObjectSetType) | ({
3030
3167
  type: "twoDimensionalAggregation";
3031
3168
  } & TwoDimensionalAggregation) | ({
3169
+ type: "interfaceObjectSet";
3170
+ } & OntologyInterfaceObjectSetType) | ({
3032
3171
  type: "object";
3033
3172
  } & OntologyObjectType) | ({
3034
3173
  type: "timestamp";
@@ -3131,6 +3270,13 @@ export interface RangeConstraint {
3131
3270
  gt?: any;
3132
3271
  gte?: any;
3133
3272
  }
3273
+ /**
3274
+ * Log Safety: SAFE
3275
+ */
3276
+ export interface RangesConstraint {
3277
+ minimumValue?: any;
3278
+ maximumValue?: any;
3279
+ }
3134
3280
  /**
3135
3281
  * Log Safety: SAFE
3136
3282
  */
@@ -3173,6 +3319,13 @@ export interface RefreshObjectSet {
3173
3319
  id: SubscriptionId;
3174
3320
  objectType: ObjectTypeApiName;
3175
3321
  }
3322
+ /**
3323
+ * Log Safety: SAFE
3324
+ */
3325
+ export interface RegexConstraint {
3326
+ pattern: string;
3327
+ partialMatch: boolean;
3328
+ }
3176
3329
  /**
3177
3330
  * A relative time, such as "3 days before" or "2 hours after" the current moment.
3178
3331
  *
@@ -3210,6 +3363,13 @@ export type RequestId = string;
3210
3363
  * Log Safety: SAFE
3211
3364
  */
3212
3365
  export type ReturnEditsMode = "ALL" | "ALL_V2_WITH_DELETIONS" | "NONE";
3366
+ /**
3367
+ * The string must be a valid RID (Resource Identifier).
3368
+ *
3369
+ * Log Safety: SAFE
3370
+ */
3371
+ export interface RidConstraint {
3372
+ }
3213
3373
  /**
3214
3374
  * Number of points in each window.
3215
3375
  *
@@ -3656,12 +3816,20 @@ export interface StringRegexMatchConstraint {
3656
3816
  regex: string;
3657
3817
  configuredFailureMessage?: string;
3658
3818
  }
3819
+ /**
3820
+ * Log Safety: UNSAFE
3821
+ */
3822
+ export interface StructConstraint {
3823
+ properties: Record<PropertyApiName, ValueTypeApiName>;
3824
+ }
3659
3825
  /**
3660
3826
  * Represents the validity of a singleton struct parameter.
3661
3827
  *
3662
3828
  * Log Safety: UNSAFE
3663
3829
  */
3664
- export type StructEvaluatedConstraint = Record<StructParameterFieldApiName, StructFieldEvaluationResult>;
3830
+ export interface StructEvaluatedConstraint {
3831
+ structFields: Record<StructParameterFieldApiName, StructFieldEvaluationResult>;
3832
+ }
3665
3833
  /**
3666
3834
  * The name of a struct field in the Ontology.
3667
3835
  *
@@ -3955,6 +4123,20 @@ export type TimeSeriesWindowType = "START" | "END";
3955
4123
  * Log Safety: SAFE
3956
4124
  */
3957
4125
  export type TimeUnit = "MILLISECONDS" | "SECONDS" | "MINUTES" | "HOURS" | "DAYS" | "WEEKS" | "MONTHS" | "YEARS" | "QUARTERS";
4126
+ /**
4127
+ * Log Safety: UNSAFE
4128
+ */
4129
+ export type TransactionEdit = ({
4130
+ type: "modifyObject";
4131
+ } & ModifyObjectEdit) | ({
4132
+ type: "deleteObject";
4133
+ } & DeleteObjectEdit) | ({
4134
+ type: "addObject";
4135
+ } & AddObjectEdit) | ({
4136
+ type: "removeLink";
4137
+ } & DeleteLinkEdit) | ({
4138
+ type: "addLink";
4139
+ } & AddLinkEdit);
3958
4140
  /**
3959
4141
  * Log Safety: UNSAFE
3960
4142
  */
@@ -3970,6 +4152,13 @@ This can happen when a parameter's allowed values are defined by another paramet
3970
4152
  */
3971
4153
  export interface UnevaluableConstraint {
3972
4154
  }
4155
+ /**
4156
+ * The string must be a valid UUID (Universally Unique Identifier).
4157
+ *
4158
+ * Log Safety: SAFE
4159
+ */
4160
+ export interface UuidConstraint {
4161
+ }
3973
4162
  /**
3974
4163
  * Log Safety: UNSAFE
3975
4164
  */
@@ -4025,6 +4214,128 @@ structs.
4025
4214
  * Log Safety: SAFE
4026
4215
  */
4027
4216
  export type ValueType = LooselyBrandedString<"ValueType">;
4217
+ /**
4218
+ * The name of the value type in the API in camelCase format.
4219
+ *
4220
+ * Log Safety: UNSAFE
4221
+ */
4222
+ export type ValueTypeApiName = LooselyBrandedString<"ValueTypeApiName">;
4223
+ /**
4224
+ * Log Safety: UNSAFE
4225
+ */
4226
+ export interface ValueTypeArrayType {
4227
+ subType?: ValueTypeFieldType;
4228
+ }
4229
+ /**
4230
+ * Log Safety: UNSAFE
4231
+ */
4232
+ export type ValueTypeConstraint = ({
4233
+ type: "struct";
4234
+ } & StructConstraint) | ({
4235
+ type: "regex";
4236
+ } & RegexConstraint) | ({
4237
+ type: "array";
4238
+ } & ArrayConstraint) | ({
4239
+ type: "length";
4240
+ } & LengthConstraint) | ({
4241
+ type: "range";
4242
+ } & RangesConstraint) | ({
4243
+ type: "rid";
4244
+ } & RidConstraint) | ({
4245
+ type: "uuid";
4246
+ } & UuidConstraint) | ({
4247
+ type: "enum";
4248
+ } & EnumConstraint);
4249
+ /**
4250
+ * Log Safety: SAFE
4251
+ */
4252
+ export interface ValueTypeDecimalType {
4253
+ }
4254
+ /**
4255
+ * Log Safety: UNSAFE
4256
+ */
4257
+ export type ValueTypeFieldType = ({
4258
+ type: "date";
4259
+ } & _Core.DateType) | ({
4260
+ type: "struct";
4261
+ } & ValueTypeStructType) | ({
4262
+ type: "string";
4263
+ } & _Core.StringType) | ({
4264
+ type: "byte";
4265
+ } & _Core.ByteType) | ({
4266
+ type: "double";
4267
+ } & _Core.DoubleType) | ({
4268
+ type: "optional";
4269
+ } & ValueTypeOptionalType) | ({
4270
+ type: "integer";
4271
+ } & _Core.IntegerType) | ({
4272
+ type: "union";
4273
+ } & ValueTypeUnionType) | ({
4274
+ type: "float";
4275
+ } & _Core.FloatType) | ({
4276
+ type: "long";
4277
+ } & _Core.LongType) | ({
4278
+ type: "reference";
4279
+ } & ValueTypeReferenceType) | ({
4280
+ type: "boolean";
4281
+ } & _Core.BooleanType) | ({
4282
+ type: "array";
4283
+ } & ValueTypeArrayType) | ({
4284
+ type: "binary";
4285
+ } & _Core.BinaryType) | ({
4286
+ type: "short";
4287
+ } & _Core.ShortType) | ({
4288
+ type: "decimal";
4289
+ } & ValueTypeDecimalType) | ({
4290
+ type: "map";
4291
+ } & ValueTypeMapType) | ({
4292
+ type: "timestamp";
4293
+ } & _Core.TimestampType);
4294
+ /**
4295
+ * Log Safety: UNSAFE
4296
+ */
4297
+ export interface ValueTypeMapType {
4298
+ keyType?: ValueTypeFieldType;
4299
+ valueType?: ValueTypeFieldType;
4300
+ }
4301
+ /**
4302
+ * Log Safety: UNSAFE
4303
+ */
4304
+ export interface ValueTypeOptionalType {
4305
+ wrappedType?: ValueTypeFieldType;
4306
+ }
4307
+ /**
4308
+ * Log Safety: SAFE
4309
+ */
4310
+ export interface ValueTypeReferenceType {
4311
+ }
4312
+ /**
4313
+ * Log Safety: SAFE
4314
+ */
4315
+ export type ValueTypeRid = LooselyBrandedString<"ValueTypeRid">;
4316
+ /**
4317
+ * Log Safety: SAFE
4318
+ */
4319
+ export type ValueTypeStatus = "ACTIVE" | "DEPRECATED";
4320
+ /**
4321
+ * Log Safety: UNSAFE
4322
+ */
4323
+ export interface ValueTypeStructField {
4324
+ name?: _Core.StructFieldName;
4325
+ fieldType?: ValueTypeFieldType;
4326
+ }
4327
+ /**
4328
+ * Log Safety: UNSAFE
4329
+ */
4330
+ export interface ValueTypeStructType {
4331
+ fields: Array<ValueTypeStructField>;
4332
+ }
4333
+ /**
4334
+ * Log Safety: UNSAFE
4335
+ */
4336
+ export interface ValueTypeUnionType {
4337
+ memberTypes: Array<ValueTypeFieldType>;
4338
+ }
4028
4339
  /**
4029
4340
  * The name of the Query in the API and an optional version identifier separated by a colon.
4030
4341
  If the API name contains a colon, then a version identifier of either "latest" or a semantic version must