@osdk/foundry.functions 2.21.0 → 2.23.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @osdk/foundry.functions
2
2
 
3
+ ## 2.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - da76626: Adding new platform sdks.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [da76626]
12
+ - @osdk/foundry.core@2.23.0
13
+
14
+ ## 2.22.0
15
+
16
+ ### Minor Changes
17
+
18
+ - f2c6b67: Downgrade platform SDK to only contain endpoints in stable version of API Gateway
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [f2c6b67]
23
+ - @osdk/foundry.core@2.22.0
24
+
3
25
  ## 2.21.0
4
26
 
5
27
  ### Minor Changes
@@ -93,7 +93,7 @@ export interface Query {
93
93
  /**
94
94
  * A union of all the types supported by query aggregation keys.
95
95
  *
96
- * Log Safety: UNSAFE
96
+ * Log Safety: SAFE
97
97
  */
98
98
  export type QueryAggregationKeyType = ({
99
99
  type: "date";
@@ -113,7 +113,7 @@ export type QueryAggregationKeyType = ({
113
113
  /**
114
114
  * A union of all the types supported by query aggregation ranges.
115
115
  *
116
- * Log Safety: UNSAFE
116
+ * Log Safety: SAFE
117
117
  */
118
118
  export type QueryAggregationRangeSubType = ({
119
119
  type: "date";
@@ -125,7 +125,7 @@ export type QueryAggregationRangeSubType = ({
125
125
  type: "timestamp";
126
126
  } & _Core.TimestampType);
127
127
  /**
128
- * Log Safety: UNSAFE
128
+ * Log Safety: SAFE
129
129
  */
130
130
  export interface QueryAggregationRangeType {
131
131
  subType: QueryAggregationRangeSubType;
@@ -133,7 +133,7 @@ export interface QueryAggregationRangeType {
133
133
  /**
134
134
  * A union of all the types supported by query aggregation keys.
135
135
  *
136
- * Log Safety: UNSAFE
136
+ * Log Safety: SAFE
137
137
  */
138
138
  export type QueryAggregationValueType = ({
139
139
  type: "date";
@@ -232,14 +232,14 @@ export interface QueryUnionType {
232
232
  */
233
233
  export type StructFieldName = LooselyBrandedString<"StructFieldName">;
234
234
  /**
235
- * Log Safety: UNSAFE
235
+ * Log Safety: SAFE
236
236
  */
237
237
  export interface ThreeDimensionalAggregation {
238
238
  keyType: QueryAggregationKeyType;
239
239
  valueType: TwoDimensionalAggregation;
240
240
  }
241
241
  /**
242
- * Log Safety: UNSAFE
242
+ * Log Safety: SAFE
243
243
  */
244
244
  export interface TwoDimensionalAggregation {
245
245
  keyType: QueryAggregationKeyType;
@@ -93,7 +93,7 @@ export interface Query {
93
93
  /**
94
94
  * A union of all the types supported by query aggregation keys.
95
95
  *
96
- * Log Safety: UNSAFE
96
+ * Log Safety: SAFE
97
97
  */
98
98
  export type QueryAggregationKeyType = ({
99
99
  type: "date";
@@ -113,7 +113,7 @@ export type QueryAggregationKeyType = ({
113
113
  /**
114
114
  * A union of all the types supported by query aggregation ranges.
115
115
  *
116
- * Log Safety: UNSAFE
116
+ * Log Safety: SAFE
117
117
  */
118
118
  export type QueryAggregationRangeSubType = ({
119
119
  type: "date";
@@ -125,7 +125,7 @@ export type QueryAggregationRangeSubType = ({
125
125
  type: "timestamp";
126
126
  } & _Core.TimestampType);
127
127
  /**
128
- * Log Safety: UNSAFE
128
+ * Log Safety: SAFE
129
129
  */
130
130
  export interface QueryAggregationRangeType {
131
131
  subType: QueryAggregationRangeSubType;
@@ -133,7 +133,7 @@ export interface QueryAggregationRangeType {
133
133
  /**
134
134
  * A union of all the types supported by query aggregation keys.
135
135
  *
136
- * Log Safety: UNSAFE
136
+ * Log Safety: SAFE
137
137
  */
138
138
  export type QueryAggregationValueType = ({
139
139
  type: "date";
@@ -232,14 +232,14 @@ export interface QueryUnionType {
232
232
  */
233
233
  export type StructFieldName = LooselyBrandedString<"StructFieldName">;
234
234
  /**
235
- * Log Safety: UNSAFE
235
+ * Log Safety: SAFE
236
236
  */
237
237
  export interface ThreeDimensionalAggregation {
238
238
  keyType: QueryAggregationKeyType;
239
239
  valueType: TwoDimensionalAggregation;
240
240
  }
241
241
  /**
242
- * Log Safety: UNSAFE
242
+ * Log Safety: SAFE
243
243
  */
244
244
  export interface TwoDimensionalAggregation {
245
245
  keyType: QueryAggregationKeyType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.functions",
3
- "version": "2.21.0",
3
+ "version": "2.23.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.core": "2.21.0",
24
+ "@osdk/foundry.core": "2.23.0",
25
25
  "@osdk/shared.net.platformapi": "~1.3.0"
26
26
  },
27
27
  "devDependencies": {
@@ -45,7 +45,7 @@
45
45
  "sls": {
46
46
  "dependencies": {
47
47
  "com.palantir.foundry.api:api-gateway": {
48
- "minVersion": "1.1180.0",
48
+ "minVersion": "1.1199.0",
49
49
  "maxVersion": "1.x.x",
50
50
  "optional": false
51
51
  }