@osdk/internal.foundry.datasets 2.2.0 → 2.4.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 +22 -0
- package/build/browser/_components.d.ts +3 -3
- package/build/esm/_components.d.ts +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @osdk/internal.foundry.datasets
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4720b1d: Update platform APIs with new APIs, including Runtime Derived Property API's
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [4720b1d]
|
|
12
|
+
- @osdk/internal.foundry.core@2.4.0
|
|
13
|
+
|
|
14
|
+
## 2.3.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- c53ab4b: Updates platform APIs with newly introduced APIs, for example, interface loading APIs.
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [c53ab4b]
|
|
23
|
+
- @osdk/internal.foundry.core@2.3.0
|
|
24
|
+
|
|
3
25
|
## 2.2.0
|
|
4
26
|
|
|
5
27
|
### 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
+
"version": "2.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@osdk/shared.client": "^1.0.1",
|
|
21
21
|
"@osdk/shared.client2": "^1.0.0",
|
|
22
22
|
"@osdk/shared.net.platformapi": "~0.3.2",
|
|
23
|
-
"@osdk/internal.foundry.core": "2.
|
|
23
|
+
"@osdk/internal.foundry.core": "2.4.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.
|
|
46
|
+
"minVersion": "1.986.0",
|
|
47
47
|
"maxVersion": "1.x.x",
|
|
48
48
|
"optional": true
|
|
49
49
|
}
|