@osdk/foundry.datasets 2.32.0 → 2.34.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,29 @@
1
1
  # @osdk/foundry.datasets
2
2
 
3
+ ## 2.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1f4aa71: Regenerate Platform SDKs
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [1f4aa71]
12
+ - @osdk/foundry.filesystem@2.34.0
13
+ - @osdk/foundry.core@2.34.0
14
+
15
+ ## 2.33.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 3b147c5: Bump sdks
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [3b147c5]
24
+ - @osdk/foundry.filesystem@2.33.0
25
+ - @osdk/foundry.core@2.33.0
26
+
3
27
  ## 2.32.0
4
28
 
5
29
  ### Minor Changes
@@ -178,7 +178,7 @@ export interface GetDatasetSchemaResponse {
178
178
  * Log Safety: UNSAFE
179
179
  */
180
180
  export interface GetJobResponse {
181
- jobs: Array<JobDetails>;
181
+ data: Array<JobDetails>;
182
182
  nextPageToken?: _Core.PageToken;
183
183
  }
184
184
  /**
@@ -178,7 +178,7 @@ export interface GetDatasetSchemaResponse {
178
178
  * Log Safety: UNSAFE
179
179
  */
180
180
  export interface GetJobResponse {
181
- jobs: Array<JobDetails>;
181
+ data: Array<JobDetails>;
182
182
  nextPageToken?: _Core.PageToken;
183
183
  }
184
184
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.datasets",
3
- "version": "2.32.0",
3
+ "version": "2.34.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.core": "2.32.0",
25
- "@osdk/foundry.filesystem": "2.32.0",
26
- "@osdk/shared.net.platformapi": "~1.5.0"
24
+ "@osdk/foundry.core": "2.34.0",
25
+ "@osdk/shared.net.platformapi": "~1.5.0",
26
+ "@osdk/foundry.filesystem": "2.34.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.5.4",
@@ -46,7 +46,7 @@
46
46
  "sls": {
47
47
  "dependencies": {
48
48
  "com.palantir.foundry.api:api-gateway": {
49
- "minVersion": "1.1293.0",
49
+ "minVersion": "1.1321.0",
50
50
  "maxVersion": "1.x.x",
51
51
  "optional": false
52
52
  }