@osdk/foundry 2.8.0 → 2.10.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,51 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 19b5edf: Updating platform sdks with semantic search capabilities and other improvements.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [19b5edf]
12
+ - @osdk/foundry.thirdpartyapplications@2.10.0
13
+ - @osdk/foundry.orchestration@2.10.0
14
+ - @osdk/foundry.connectivity@2.10.0
15
+ - @osdk/foundry.filesystem@2.10.0
16
+ - @osdk/foundry.ontologies@2.10.0
17
+ - @osdk/foundry.publicapis@2.10.0
18
+ - @osdk/foundry.aipagents@2.10.0
19
+ - @osdk/foundry.functions@2.10.0
20
+ - @osdk/foundry.datasets@2.10.0
21
+ - @osdk/foundry.streams@2.10.0
22
+ - @osdk/foundry.admin@2.10.0
23
+ - @osdk/foundry.core@2.10.0
24
+ - @osdk/foundry.geo@2.10.0
25
+
26
+ ## 2.9.0
27
+
28
+ ### Minor Changes
29
+
30
+ - 70eca2d: Updating platform sdks with new media reference capabilities and other improvements.
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [70eca2d]
35
+ - @osdk/foundry.thirdpartyapplications@2.9.0
36
+ - @osdk/foundry.orchestration@2.9.0
37
+ - @osdk/foundry.connectivity@2.9.0
38
+ - @osdk/foundry.filesystem@2.9.0
39
+ - @osdk/foundry.ontologies@2.9.0
40
+ - @osdk/foundry.publicapis@2.9.0
41
+ - @osdk/foundry.aipagents@2.9.0
42
+ - @osdk/foundry.datasets@2.9.0
43
+ - @osdk/foundry.streams@2.9.0
44
+ - @osdk/foundry.admin@2.9.0
45
+ - @osdk/foundry.core@2.9.0
46
+ - @osdk/foundry.geo@2.9.0
47
+ - @osdk/foundry.functions@2.9.0
48
+
3
49
  ## 2.8.0
4
50
 
5
51
  ### Minor Changes
@@ -4,6 +4,7 @@ export * as Connectivity from "@osdk/foundry.connectivity";
4
4
  export * as Core from "@osdk/foundry.core";
5
5
  export * as Datasets from "@osdk/foundry.datasets";
6
6
  export * as Filesystem from "@osdk/foundry.filesystem";
7
+ export * as Functions from "@osdk/foundry.functions";
7
8
  export * as Geo from "@osdk/foundry.geo";
8
9
  export * as Ontologies from "@osdk/foundry.ontologies";
9
10
  export * as Orchestration from "@osdk/foundry.orchestration";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC;AACzC,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC;AACzC,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC"}
@@ -19,6 +19,7 @@ export * as Connectivity from "@osdk/foundry.connectivity";
19
19
  export * as Core from "@osdk/foundry.core";
20
20
  export * as Datasets from "@osdk/foundry.datasets";
21
21
  export * as Filesystem from "@osdk/foundry.filesystem";
22
+ export * as Functions from "@osdk/foundry.functions";
22
23
  export * as Geo from "@osdk/foundry.geo";
23
24
  export * as Ontologies from "@osdk/foundry.ontologies";
24
25
  export * as Orchestration from "@osdk/foundry.orchestration";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Admin","AipAgents","Connectivity","Core","Datasets","Filesystem","Geo","Ontologies","Orchestration","PublicApis","Streams","ThirdPartyApplications"],"sources":["index.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * as AipAgents from \"@osdk/foundry.aipagents\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as Filesystem from \"@osdk/foundry.filesystem\";\nexport * as Geo from \"@osdk/foundry.geo\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,KAAKA,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,wBAAwB;AAClD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,GAAG,MAAM,mBAAmB;AACxC,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["Admin","AipAgents","Connectivity","Core","Datasets","Filesystem","Functions","Geo","Ontologies","Orchestration","PublicApis","Streams","ThirdPartyApplications"],"sources":["index.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * as AipAgents from \"@osdk/foundry.aipagents\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as Filesystem from \"@osdk/foundry.filesystem\";\nexport * as Functions from \"@osdk/foundry.functions\";\nexport * as Geo from \"@osdk/foundry.geo\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,KAAKA,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,wBAAwB;AAClD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,GAAG,MAAM,mBAAmB;AACxC,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC","ignoreList":[]}
@@ -4,6 +4,7 @@ export * as Connectivity from "@osdk/foundry.connectivity";
4
4
  export * as Core from "@osdk/foundry.core";
5
5
  export * as Datasets from "@osdk/foundry.datasets";
6
6
  export * as Filesystem from "@osdk/foundry.filesystem";
7
+ export * as Functions from "@osdk/foundry.functions";
7
8
  export * as Geo from "@osdk/foundry.geo";
8
9
  export * as Ontologies from "@osdk/foundry.ontologies";
9
10
  export * as Orchestration from "@osdk/foundry.orchestration";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC;AACzC,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC;AACzC,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC"}
@@ -19,6 +19,7 @@ export * as Connectivity from "@osdk/foundry.connectivity";
19
19
  export * as Core from "@osdk/foundry.core";
20
20
  export * as Datasets from "@osdk/foundry.datasets";
21
21
  export * as Filesystem from "@osdk/foundry.filesystem";
22
+ export * as Functions from "@osdk/foundry.functions";
22
23
  export * as Geo from "@osdk/foundry.geo";
23
24
  export * as Ontologies from "@osdk/foundry.ontologies";
24
25
  export * as Orchestration from "@osdk/foundry.orchestration";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Admin","AipAgents","Connectivity","Core","Datasets","Filesystem","Geo","Ontologies","Orchestration","PublicApis","Streams","ThirdPartyApplications"],"sources":["index.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * as AipAgents from \"@osdk/foundry.aipagents\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as Filesystem from \"@osdk/foundry.filesystem\";\nexport * as Geo from \"@osdk/foundry.geo\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,KAAKA,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,wBAAwB;AAClD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,GAAG,MAAM,mBAAmB;AACxC,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["Admin","AipAgents","Connectivity","Core","Datasets","Filesystem","Functions","Geo","Ontologies","Orchestration","PublicApis","Streams","ThirdPartyApplications"],"sources":["index.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * as AipAgents from \"@osdk/foundry.aipagents\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as Filesystem from \"@osdk/foundry.filesystem\";\nexport * as Functions from \"@osdk/foundry.functions\";\nexport * as Geo from \"@osdk/foundry.geo\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,KAAKA,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,wBAAwB;AAClD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,GAAG,MAAM,mBAAmB;AACxC,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "2.8.0",
3
+ "version": "2.10.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.admin": "2.8.0",
25
- "@osdk/foundry.connectivity": "2.8.0",
26
- "@osdk/foundry.aipagents": "2.8.0",
27
- "@osdk/foundry.datasets": "2.8.0",
28
- "@osdk/foundry.filesystem": "2.8.0",
29
- "@osdk/foundry.core": "2.8.0",
30
- "@osdk/foundry.functions": "2.8.0",
31
- "@osdk/foundry.ontologies": "2.8.0",
32
- "@osdk/foundry.geo": "2.8.0",
33
- "@osdk/foundry.orchestration": "2.8.0",
34
- "@osdk/foundry.publicapis": "2.8.0",
35
- "@osdk/foundry.streams": "2.8.0",
36
- "@osdk/foundry.thirdpartyapplications": "2.8.0",
24
+ "@osdk/foundry.connectivity": "2.10.0",
25
+ "@osdk/foundry.admin": "2.10.0",
26
+ "@osdk/foundry.aipagents": "2.10.0",
27
+ "@osdk/foundry.core": "2.10.0",
28
+ "@osdk/foundry.filesystem": "2.10.0",
29
+ "@osdk/foundry.functions": "2.10.0",
30
+ "@osdk/foundry.geo": "2.10.0",
31
+ "@osdk/foundry.datasets": "2.10.0",
32
+ "@osdk/foundry.ontologies": "2.10.0",
33
+ "@osdk/foundry.publicapis": "2.10.0",
34
+ "@osdk/foundry.orchestration": "2.10.0",
35
+ "@osdk/foundry.streams": "2.10.0",
36
+ "@osdk/foundry.thirdpartyapplications": "2.10.0",
37
37
  "@osdk/shared.net.platformapi": "~1.2.0"
38
38
  },
39
39
  "devDependencies": {
@@ -57,7 +57,7 @@
57
57
  "sls": {
58
58
  "dependencies": {
59
59
  "com.palantir.foundry.api:api-gateway": {
60
- "minVersion": "1.1014.0",
60
+ "minVersion": "1.1047.0",
61
61
  "maxVersion": "1.x.x",
62
62
  "optional": false
63
63
  }