@osdk/foundry 2.33.0 → 2.35.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 +66 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,71 @@
|
|
|
1
1
|
# @osdk/foundry
|
|
2
2
|
|
|
3
|
+
## 2.35.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 7c587d4: Regenerate Platform SDKs
|
|
8
|
+
- dfa9cd5: Regenerate Platform SDKs
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [7c587d4]
|
|
13
|
+
- Updated dependencies [dfa9cd5]
|
|
14
|
+
- @osdk/foundry.thirdpartyapplications@2.35.0
|
|
15
|
+
- @osdk/foundry.languagemodels@2.35.0
|
|
16
|
+
- @osdk/foundry.orchestration@2.35.0
|
|
17
|
+
- @osdk/foundry.connectivity@2.35.0
|
|
18
|
+
- @osdk/foundry.datahealth@2.35.0
|
|
19
|
+
- @osdk/foundry.filesystem@2.35.0
|
|
20
|
+
- @osdk/foundry.ontologies@2.35.0
|
|
21
|
+
- @osdk/foundry.operations@2.35.0
|
|
22
|
+
- @osdk/foundry.publicapis@2.35.0
|
|
23
|
+
- @osdk/foundry.sqlqueries@2.35.0
|
|
24
|
+
- @osdk/foundry.aipagents@2.35.0
|
|
25
|
+
- @osdk/foundry.functions@2.35.0
|
|
26
|
+
- @osdk/foundry.mediasets@2.35.0
|
|
27
|
+
- @osdk/foundry.datasets@2.35.0
|
|
28
|
+
- @osdk/foundry.streams@2.35.0
|
|
29
|
+
- @osdk/foundry.widgets@2.35.0
|
|
30
|
+
- @osdk/foundry.models@2.35.0
|
|
31
|
+
- @osdk/foundry.admin@2.35.0
|
|
32
|
+
- @osdk/foundry.audit@2.35.0
|
|
33
|
+
- @osdk/foundry.core@2.35.0
|
|
34
|
+
- @osdk/foundry.geo@2.35.0
|
|
35
|
+
- @osdk/foundry.geojson@2.35.0
|
|
36
|
+
|
|
37
|
+
## 2.34.0
|
|
38
|
+
|
|
39
|
+
### Minor Changes
|
|
40
|
+
|
|
41
|
+
- 1f4aa71: Regenerate Platform SDKs
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [1f4aa71]
|
|
46
|
+
- @osdk/foundry.thirdpartyapplications@2.34.0
|
|
47
|
+
- @osdk/foundry.languagemodels@2.34.0
|
|
48
|
+
- @osdk/foundry.orchestration@2.34.0
|
|
49
|
+
- @osdk/foundry.connectivity@2.34.0
|
|
50
|
+
- @osdk/foundry.datahealth@2.34.0
|
|
51
|
+
- @osdk/foundry.filesystem@2.34.0
|
|
52
|
+
- @osdk/foundry.ontologies@2.34.0
|
|
53
|
+
- @osdk/foundry.operations@2.34.0
|
|
54
|
+
- @osdk/foundry.publicapis@2.34.0
|
|
55
|
+
- @osdk/foundry.sqlqueries@2.34.0
|
|
56
|
+
- @osdk/foundry.aipagents@2.34.0
|
|
57
|
+
- @osdk/foundry.functions@2.34.0
|
|
58
|
+
- @osdk/foundry.mediasets@2.34.0
|
|
59
|
+
- @osdk/foundry.datasets@2.34.0
|
|
60
|
+
- @osdk/foundry.streams@2.34.0
|
|
61
|
+
- @osdk/foundry.widgets@2.34.0
|
|
62
|
+
- @osdk/foundry.models@2.34.0
|
|
63
|
+
- @osdk/foundry.admin@2.34.0
|
|
64
|
+
- @osdk/foundry.audit@2.34.0
|
|
65
|
+
- @osdk/foundry.core@2.34.0
|
|
66
|
+
- @osdk/foundry.geo@2.34.0
|
|
67
|
+
- @osdk/foundry.geojson@2.34.0
|
|
68
|
+
|
|
3
69
|
## 2.33.0
|
|
4
70
|
|
|
5
71
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/foundry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.35.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,28 +21,28 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@osdk/shared.client": "^1.0.1",
|
|
23
23
|
"@osdk/shared.client2": "^1.0.0",
|
|
24
|
-
"@osdk/foundry.admin": "2.
|
|
25
|
-
"@osdk/foundry.aipagents": "2.
|
|
26
|
-
"@osdk/foundry.
|
|
27
|
-
"@osdk/foundry.
|
|
28
|
-
"@osdk/foundry.datahealth": "2.
|
|
29
|
-
"@osdk/foundry.
|
|
30
|
-
"@osdk/foundry.
|
|
31
|
-
"@osdk/foundry.
|
|
32
|
-
"@osdk/foundry.
|
|
33
|
-
"@osdk/foundry.
|
|
34
|
-
"@osdk/foundry.
|
|
35
|
-
"@osdk/foundry.
|
|
36
|
-
"@osdk/foundry.mediasets": "2.
|
|
37
|
-
"@osdk/foundry.models": "2.
|
|
38
|
-
"@osdk/foundry.ontologies": "2.
|
|
39
|
-
"@osdk/foundry.
|
|
40
|
-
"@osdk/foundry.
|
|
41
|
-
"@osdk/foundry.publicapis": "2.
|
|
42
|
-
"@osdk/foundry.
|
|
43
|
-
"@osdk/foundry.
|
|
44
|
-
"@osdk/foundry.
|
|
45
|
-
"@osdk/foundry.
|
|
24
|
+
"@osdk/foundry.admin": "2.35.0",
|
|
25
|
+
"@osdk/foundry.aipagents": "2.35.0",
|
|
26
|
+
"@osdk/foundry.core": "2.35.0",
|
|
27
|
+
"@osdk/foundry.connectivity": "2.35.0",
|
|
28
|
+
"@osdk/foundry.datahealth": "2.35.0",
|
|
29
|
+
"@osdk/foundry.audit": "2.35.0",
|
|
30
|
+
"@osdk/foundry.datasets": "2.35.0",
|
|
31
|
+
"@osdk/foundry.filesystem": "2.35.0",
|
|
32
|
+
"@osdk/foundry.functions": "2.35.0",
|
|
33
|
+
"@osdk/foundry.geo": "2.35.0",
|
|
34
|
+
"@osdk/foundry.languagemodels": "2.35.0",
|
|
35
|
+
"@osdk/foundry.geojson": "2.35.0",
|
|
36
|
+
"@osdk/foundry.mediasets": "2.35.0",
|
|
37
|
+
"@osdk/foundry.models": "2.35.0",
|
|
38
|
+
"@osdk/foundry.ontologies": "2.35.0",
|
|
39
|
+
"@osdk/foundry.operations": "2.35.0",
|
|
40
|
+
"@osdk/foundry.orchestration": "2.35.0",
|
|
41
|
+
"@osdk/foundry.publicapis": "2.35.0",
|
|
42
|
+
"@osdk/foundry.sqlqueries": "2.35.0",
|
|
43
|
+
"@osdk/foundry.streams": "2.35.0",
|
|
44
|
+
"@osdk/foundry.thirdpartyapplications": "2.35.0",
|
|
45
|
+
"@osdk/foundry.widgets": "2.35.0",
|
|
46
46
|
"@osdk/shared.net.platformapi": "~1.5.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"sls": {
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"com.palantir.foundry.api:api-gateway": {
|
|
69
|
-
"minVersion": "1.
|
|
69
|
+
"minVersion": "1.1327.0",
|
|
70
70
|
"maxVersion": "1.x.x",
|
|
71
71
|
"optional": false
|
|
72
72
|
}
|