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