@osdk/internal.foundry.datasets 2.3.0 → 2.5.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,30 @@
1
1
  # @osdk/internal.foundry.datasets
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 92ceb52: Using new version of shared platform API. Also releasing 1.0 of that package.
8
+ - c5eab42: Updating apis to include new timeseries types.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [92ceb52]
13
+ - Updated dependencies [c5eab42]
14
+ - @osdk/shared.net.platformapi@1.1.0
15
+ - @osdk/internal.foundry.core@2.5.0
16
+
17
+ ## 2.4.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 4720b1d: Update platform APIs with new APIs, including Runtime Derived Property API's
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [4720b1d]
26
+ - @osdk/internal.foundry.core@2.4.0
27
+
3
28
  ## 2.3.0
4
29
 
5
30
  ### Minor Changes
@@ -3,7 +3,7 @@ export type LooselyBrandedString<T extends string> = string & {
3
3
  __LOOSE_BRAND?: T;
4
4
  };
5
5
  /**
6
- * The identifier (name) of a Branch. Example: master.
6
+ * The identifier (name) of a Branch.
7
7
  *
8
8
  * Log Safety: UNSAFE
9
9
  */
@@ -22,7 +22,7 @@ export interface ListBranchesResponse {
22
22
  data: Array<Branch>;
23
23
  }
24
24
  /**
25
- * The Resource Identifier (RID) of a Dataset. Example: ri.foundry.main.dataset.c26f11c8-cdb3-4f44-9f5d-9816ea1c82da.
25
+ * The Resource Identifier (RID) of a Dataset.
26
26
  *
27
27
  * Log Safety: SAFE
28
28
  */
@@ -68,7 +68,7 @@ export interface File {
68
68
  updatedTime: string;
69
69
  }
70
70
  /**
71
- * The Resource Identifier (RID) of a Transaction. Example: ri.foundry.main.transaction.0a0207cb-26b7-415b-bc80-66a3aa3933f4.
71
+ * The Resource Identifier (RID) of a Transaction.
72
72
  *
73
73
  * Log Safety: SAFE
74
74
  */
@@ -3,7 +3,7 @@ export type LooselyBrandedString<T extends string> = string & {
3
3
  __LOOSE_BRAND?: T;
4
4
  };
5
5
  /**
6
- * The identifier (name) of a Branch. Example: master.
6
+ * The identifier (name) of a Branch.
7
7
  *
8
8
  * Log Safety: UNSAFE
9
9
  */
@@ -22,7 +22,7 @@ export interface ListBranchesResponse {
22
22
  data: Array<Branch>;
23
23
  }
24
24
  /**
25
- * The Resource Identifier (RID) of a Dataset. Example: ri.foundry.main.dataset.c26f11c8-cdb3-4f44-9f5d-9816ea1c82da.
25
+ * The Resource Identifier (RID) of a Dataset.
26
26
  *
27
27
  * Log Safety: SAFE
28
28
  */
@@ -68,7 +68,7 @@ export interface File {
68
68
  updatedTime: string;
69
69
  }
70
70
  /**
71
- * The Resource Identifier (RID) of a Transaction. Example: ri.foundry.main.transaction.0a0207cb-26b7-415b-bc80-66a3aa3933f4.
71
+ * The Resource Identifier (RID) of a Transaction.
72
72
  *
73
73
  * Log Safety: SAFE
74
74
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/internal.foundry.datasets",
3
- "version": "2.3.0",
3
+ "version": "2.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,8 +19,8 @@
19
19
  "dependencies": {
20
20
  "@osdk/shared.client": "^1.0.1",
21
21
  "@osdk/shared.client2": "^1.0.0",
22
- "@osdk/shared.net.platformapi": "~0.3.2",
23
- "@osdk/internal.foundry.core": "2.3.0"
22
+ "@osdk/shared.net.platformapi": "~1.1.0",
23
+ "@osdk/internal.foundry.core": "2.5.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "typescript": "^5.5.4",
@@ -43,7 +43,7 @@
43
43
  "sls": {
44
44
  "dependencies": {
45
45
  "com.palantir.foundry.api:api-gateway": {
46
- "minVersion": "1.969.0",
46
+ "minVersion": "1.986.0",
47
47
  "maxVersion": "1.x.x",
48
48
  "optional": true
49
49
  }