@osdk/foundry 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 CHANGED
@@ -1,5 +1,51 @@
1
1
  # @osdk/foundry
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/foundry.thirdpartyapplications@2.4.0
13
+ - @osdk/foundry.orchestration@2.4.0
14
+ - @osdk/foundry.connectivity@2.4.0
15
+ - @osdk/foundry.filesystem@2.4.0
16
+ - @osdk/foundry.ontologies@2.4.0
17
+ - @osdk/foundry.publicapis@2.4.0
18
+ - @osdk/foundry.aipagents@2.4.0
19
+ - @osdk/foundry.datasets@2.4.0
20
+ - @osdk/foundry.streams@2.4.0
21
+ - @osdk/foundry.admin@2.4.0
22
+ - @osdk/foundry.core@2.4.0
23
+ - @osdk/foundry.geo@2.4.0
24
+ - @osdk/foundry.functions@2.4.0
25
+
26
+ ## 2.3.0
27
+
28
+ ### Minor Changes
29
+
30
+ - c53ab4b: Updates platform APIs with newly introduced APIs, for example, interface loading APIs.
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [c53ab4b]
35
+ - @osdk/foundry.thirdpartyapplications@2.3.0
36
+ - @osdk/foundry.orchestration@2.3.0
37
+ - @osdk/foundry.connectivity@2.3.0
38
+ - @osdk/foundry.filesystem@2.3.0
39
+ - @osdk/foundry.ontologies@2.3.0
40
+ - @osdk/foundry.publicapis@2.3.0
41
+ - @osdk/foundry.aipagents@2.3.0
42
+ - @osdk/foundry.datasets@2.3.0
43
+ - @osdk/foundry.streams@2.3.0
44
+ - @osdk/foundry.admin@2.3.0
45
+ - @osdk/foundry.core@2.3.0
46
+ - @osdk/foundry.geo@2.3.0
47
+ - @osdk/foundry.functions@2.3.0
48
+
3
49
  ## 2.2.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 Geo from "@osdk/foundry.geo";
7
8
  export * as Ontologies from "@osdk/foundry.ontologies";
8
9
  export * as Orchestration from "@osdk/foundry.orchestration";
9
10
  export * as PublicApis from "@osdk/foundry.publicapis";
@@ -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,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,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 Geo from "@osdk/foundry.geo";
22
23
  export * as Ontologies from "@osdk/foundry.ontologies";
23
24
  export * as Orchestration from "@osdk/foundry.orchestration";
24
25
  export * as PublicApis from "@osdk/foundry.publicapis";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Admin","AipAgents","Connectivity","Core","Datasets","Filesystem","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 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,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","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":[]}
@@ -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 Geo from "@osdk/foundry.geo";
7
8
  export * as Ontologies from "@osdk/foundry.ontologies";
8
9
  export * as Orchestration from "@osdk/foundry.orchestration";
9
10
  export * as PublicApis from "@osdk/foundry.publicapis";
@@ -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,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,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 Geo from "@osdk/foundry.geo";
22
23
  export * as Ontologies from "@osdk/foundry.ontologies";
23
24
  export * as Orchestration from "@osdk/foundry.orchestration";
24
25
  export * as PublicApis from "@osdk/foundry.publicapis";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Admin","AipAgents","Connectivity","Core","Datasets","Filesystem","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 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,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","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":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,18 +20,19 @@
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/foundry.admin": "2.2.0",
24
- "@osdk/foundry.aipagents": "2.2.0",
25
- "@osdk/foundry.connectivity": "2.2.0",
26
- "@osdk/foundry.core": "2.2.0",
27
- "@osdk/foundry.datasets": "2.2.0",
28
- "@osdk/foundry.filesystem": "2.2.0",
29
- "@osdk/foundry.functions": "2.2.0",
30
- "@osdk/foundry.publicapis": "2.2.0",
31
- "@osdk/foundry.streams": "2.2.0",
32
- "@osdk/foundry.ontologies": "2.2.0",
33
- "@osdk/foundry.thirdpartyapplications": "2.2.0",
34
- "@osdk/foundry.orchestration": "2.2.0"
23
+ "@osdk/foundry.admin": "2.4.0",
24
+ "@osdk/foundry.aipagents": "2.4.0",
25
+ "@osdk/foundry.connectivity": "2.4.0",
26
+ "@osdk/foundry.datasets": "2.4.0",
27
+ "@osdk/foundry.core": "2.4.0",
28
+ "@osdk/foundry.functions": "2.4.0",
29
+ "@osdk/foundry.filesystem": "2.4.0",
30
+ "@osdk/foundry.geo": "2.4.0",
31
+ "@osdk/foundry.ontologies": "2.4.0",
32
+ "@osdk/foundry.streams": "2.4.0",
33
+ "@osdk/foundry.orchestration": "2.4.0",
34
+ "@osdk/foundry.publicapis": "2.4.0",
35
+ "@osdk/foundry.thirdpartyapplications": "2.4.0"
35
36
  },
36
37
  "devDependencies": {
37
38
  "typescript": "^5.5.4",
@@ -54,7 +55,7 @@
54
55
  "sls": {
55
56
  "dependencies": {
56
57
  "com.palantir.foundry.api:api-gateway": {
57
- "minVersion": "1.950.0",
58
+ "minVersion": "1.986.0",
58
59
  "maxVersion": "1.x.x",
59
60
  "optional": true
60
61
  }