@osdk/foundry 2.37.0 → 2.39.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 +68 -0
- package/build/browser/index.d.ts +1 -0
- package/build/browser/index.d.ts.map +1 -1
- package/build/browser/index.js +1 -0
- package/build/browser/index.js.map +1 -1
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.d.ts.map +1 -1
- package/build/esm/index.js +1 -0
- package/build/esm/index.js.map +1 -1
- package/package.json +27 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,73 @@
|
|
|
1
1
|
# @osdk/foundry
|
|
2
2
|
|
|
3
|
+
## 2.39.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 840b37a: Update Gotham and Foundry sdks
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [840b37a]
|
|
12
|
+
- @osdk/foundry.thirdpartyapplications@2.39.0
|
|
13
|
+
- @osdk/foundry.languagemodels@2.39.0
|
|
14
|
+
- @osdk/foundry.orchestration@2.39.0
|
|
15
|
+
- @osdk/foundry.connectivity@2.39.0
|
|
16
|
+
- @osdk/foundry.datahealth@2.39.0
|
|
17
|
+
- @osdk/foundry.filesystem@2.39.0
|
|
18
|
+
- @osdk/foundry.ontologies@2.39.0
|
|
19
|
+
- @osdk/foundry.operations@2.39.0
|
|
20
|
+
- @osdk/foundry.publicapis@2.39.0
|
|
21
|
+
- @osdk/foundry.sqlqueries@2.39.0
|
|
22
|
+
- @osdk/foundry.aipagents@2.39.0
|
|
23
|
+
- @osdk/foundry.functions@2.39.0
|
|
24
|
+
- @osdk/foundry.mediasets@2.39.0
|
|
25
|
+
- @osdk/foundry.datasets@2.39.0
|
|
26
|
+
- @osdk/foundry.notepad@2.39.0
|
|
27
|
+
- @osdk/foundry.streams@2.39.0
|
|
28
|
+
- @osdk/foundry.widgets@2.39.0
|
|
29
|
+
- @osdk/foundry.models@2.39.0
|
|
30
|
+
- @osdk/foundry.admin@2.39.0
|
|
31
|
+
- @osdk/foundry.audit@2.39.0
|
|
32
|
+
- @osdk/foundry.core@2.39.0
|
|
33
|
+
- @osdk/foundry.pack@2.39.0
|
|
34
|
+
- @osdk/foundry.geo@2.39.0
|
|
35
|
+
- @osdk/foundry.geojson@2.39.0
|
|
36
|
+
|
|
37
|
+
## 2.38.0
|
|
38
|
+
|
|
39
|
+
### Minor Changes
|
|
40
|
+
|
|
41
|
+
- 549beb2: Bump SDKs and add Notepad namespace
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [549beb2]
|
|
46
|
+
- @osdk/foundry.thirdpartyapplications@2.38.0
|
|
47
|
+
- @osdk/foundry.languagemodels@2.38.0
|
|
48
|
+
- @osdk/foundry.orchestration@2.38.0
|
|
49
|
+
- @osdk/foundry.connectivity@2.38.0
|
|
50
|
+
- @osdk/foundry.datahealth@2.38.0
|
|
51
|
+
- @osdk/foundry.filesystem@2.38.0
|
|
52
|
+
- @osdk/foundry.ontologies@2.38.0
|
|
53
|
+
- @osdk/foundry.operations@2.38.0
|
|
54
|
+
- @osdk/foundry.publicapis@2.38.0
|
|
55
|
+
- @osdk/foundry.sqlqueries@2.38.0
|
|
56
|
+
- @osdk/foundry.aipagents@2.38.0
|
|
57
|
+
- @osdk/foundry.functions@2.38.0
|
|
58
|
+
- @osdk/foundry.mediasets@2.38.0
|
|
59
|
+
- @osdk/foundry.datasets@2.38.0
|
|
60
|
+
- @osdk/foundry.notepad@2.38.0
|
|
61
|
+
- @osdk/foundry.streams@2.38.0
|
|
62
|
+
- @osdk/foundry.widgets@2.38.0
|
|
63
|
+
- @osdk/foundry.models@2.38.0
|
|
64
|
+
- @osdk/foundry.admin@2.38.0
|
|
65
|
+
- @osdk/foundry.audit@2.38.0
|
|
66
|
+
- @osdk/foundry.core@2.38.0
|
|
67
|
+
- @osdk/foundry.pack@2.38.0
|
|
68
|
+
- @osdk/foundry.geo@2.38.0
|
|
69
|
+
- @osdk/foundry.geojson@2.38.0
|
|
70
|
+
|
|
3
71
|
## 2.37.0
|
|
4
72
|
|
|
5
73
|
### Minor Changes
|
package/build/browser/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * as Geo from "@osdk/foundry.geo";
|
|
|
11
11
|
export * as LanguageModels from "@osdk/foundry.languagemodels";
|
|
12
12
|
export * as MediaSets from "@osdk/foundry.mediasets";
|
|
13
13
|
export * as Models from "@osdk/foundry.models";
|
|
14
|
+
export * as Notepad from "@osdk/foundry.notepad";
|
|
14
15
|
export * as Ontologies from "@osdk/foundry.ontologies";
|
|
15
16
|
export * as Operations from "@osdk/foundry.operations";
|
|
16
17
|
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,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,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,cAAc,MAAM,8BAA8B,CAAC;AAC/D,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAC;AAC/C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,OAAO,MAAM,uBAAuB,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,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,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,cAAc,MAAM,8BAA8B,CAAC;AAC/D,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAC;AAC/C,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC"}
|
package/build/browser/index.js
CHANGED
|
@@ -26,6 +26,7 @@ export * as Geo from "@osdk/foundry.geo";
|
|
|
26
26
|
export * as LanguageModels from "@osdk/foundry.languagemodels";
|
|
27
27
|
export * as MediaSets from "@osdk/foundry.mediasets";
|
|
28
28
|
export * as Models from "@osdk/foundry.models";
|
|
29
|
+
export * as Notepad from "@osdk/foundry.notepad";
|
|
29
30
|
export * as Ontologies from "@osdk/foundry.ontologies";
|
|
30
31
|
export * as Operations from "@osdk/foundry.operations";
|
|
31
32
|
export * as Orchestration from "@osdk/foundry.orchestration";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["Admin","AipAgents","Audit","Connectivity","Core","DataHealth","Datasets","Filesystem","Functions","Geo","LanguageModels","MediaSets","Models","Ontologies","Operations","Orchestration","Pack","PublicApis","SqlQueries","Streams","ThirdPartyApplications","Widgets"],"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 Audit from \"@osdk/foundry.audit\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as DataHealth from \"@osdk/foundry.datahealth\";\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 LanguageModels from \"@osdk/foundry.languagemodels\";\nexport * as MediaSets from \"@osdk/foundry.mediasets\";\nexport * as Models from \"@osdk/foundry.models\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Operations from \"@osdk/foundry.operations\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as Pack from \"@osdk/foundry.pack\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as SqlQueries from \"@osdk/foundry.sqlqueries\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\nexport * as Widgets from \"@osdk/foundry.widgets\";\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,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,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,cAAc,MAAM,8BAA8B;AAC9D,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,MAAM,MAAM,sBAAsB;AAC9C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC;AAC9E,OAAO,KAAKC,OAAO,MAAM,uBAAuB","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["Admin","AipAgents","Audit","Connectivity","Core","DataHealth","Datasets","Filesystem","Functions","Geo","LanguageModels","MediaSets","Models","Notepad","Ontologies","Operations","Orchestration","Pack","PublicApis","SqlQueries","Streams","ThirdPartyApplications","Widgets"],"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 Audit from \"@osdk/foundry.audit\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as DataHealth from \"@osdk/foundry.datahealth\";\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 LanguageModels from \"@osdk/foundry.languagemodels\";\nexport * as MediaSets from \"@osdk/foundry.mediasets\";\nexport * as Models from \"@osdk/foundry.models\";\nexport * as Notepad from \"@osdk/foundry.notepad\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Operations from \"@osdk/foundry.operations\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as Pack from \"@osdk/foundry.pack\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as SqlQueries from \"@osdk/foundry.sqlqueries\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\nexport * as Widgets from \"@osdk/foundry.widgets\";\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,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,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,cAAc,MAAM,8BAA8B;AAC9D,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,MAAM,MAAM,sBAAsB;AAC9C,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC;AAC9E,OAAO,KAAKC,OAAO,MAAM,uBAAuB","ignoreList":[]}
|
package/build/esm/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * as Geo from "@osdk/foundry.geo";
|
|
|
11
11
|
export * as LanguageModels from "@osdk/foundry.languagemodels";
|
|
12
12
|
export * as MediaSets from "@osdk/foundry.mediasets";
|
|
13
13
|
export * as Models from "@osdk/foundry.models";
|
|
14
|
+
export * as Notepad from "@osdk/foundry.notepad";
|
|
14
15
|
export * as Ontologies from "@osdk/foundry.ontologies";
|
|
15
16
|
export * as Operations from "@osdk/foundry.operations";
|
|
16
17
|
export * as Orchestration from "@osdk/foundry.orchestration";
|
package/build/esm/index.d.ts.map
CHANGED
|
@@ -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,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,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,cAAc,MAAM,8BAA8B,CAAC;AAC/D,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAC;AAC/C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,OAAO,MAAM,uBAAuB,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,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,4BAA4B,CAAC;AAC3D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,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,cAAc,MAAM,8BAA8B,CAAC;AAC/D,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAC;AAC/C,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,aAAa,MAAM,6BAA6B,CAAC;AAC7D,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,OAAO,MAAM,uBAAuB,CAAC"}
|
package/build/esm/index.js
CHANGED
|
@@ -26,6 +26,7 @@ export * as Geo from "@osdk/foundry.geo";
|
|
|
26
26
|
export * as LanguageModels from "@osdk/foundry.languagemodels";
|
|
27
27
|
export * as MediaSets from "@osdk/foundry.mediasets";
|
|
28
28
|
export * as Models from "@osdk/foundry.models";
|
|
29
|
+
export * as Notepad from "@osdk/foundry.notepad";
|
|
29
30
|
export * as Ontologies from "@osdk/foundry.ontologies";
|
|
30
31
|
export * as Operations from "@osdk/foundry.operations";
|
|
31
32
|
export * as Orchestration from "@osdk/foundry.orchestration";
|
package/build/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["Admin","AipAgents","Audit","Connectivity","Core","DataHealth","Datasets","Filesystem","Functions","Geo","LanguageModels","MediaSets","Models","Ontologies","Operations","Orchestration","Pack","PublicApis","SqlQueries","Streams","ThirdPartyApplications","Widgets"],"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 Audit from \"@osdk/foundry.audit\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as DataHealth from \"@osdk/foundry.datahealth\";\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 LanguageModels from \"@osdk/foundry.languagemodels\";\nexport * as MediaSets from \"@osdk/foundry.mediasets\";\nexport * as Models from \"@osdk/foundry.models\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Operations from \"@osdk/foundry.operations\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as Pack from \"@osdk/foundry.pack\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as SqlQueries from \"@osdk/foundry.sqlqueries\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\nexport * as Widgets from \"@osdk/foundry.widgets\";\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,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,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,cAAc,MAAM,8BAA8B;AAC9D,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,MAAM,MAAM,sBAAsB;AAC9C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC;AAC9E,OAAO,KAAKC,OAAO,MAAM,uBAAuB","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["Admin","AipAgents","Audit","Connectivity","Core","DataHealth","Datasets","Filesystem","Functions","Geo","LanguageModels","MediaSets","Models","Notepad","Ontologies","Operations","Orchestration","Pack","PublicApis","SqlQueries","Streams","ThirdPartyApplications","Widgets"],"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 Audit from \"@osdk/foundry.audit\";\nexport * as Connectivity from \"@osdk/foundry.connectivity\";\nexport * as Core from \"@osdk/foundry.core\";\nexport * as DataHealth from \"@osdk/foundry.datahealth\";\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 LanguageModels from \"@osdk/foundry.languagemodels\";\nexport * as MediaSets from \"@osdk/foundry.mediasets\";\nexport * as Models from \"@osdk/foundry.models\";\nexport * as Notepad from \"@osdk/foundry.notepad\";\nexport * as Ontologies from \"@osdk/foundry.ontologies\";\nexport * as Operations from \"@osdk/foundry.operations\";\nexport * as Orchestration from \"@osdk/foundry.orchestration\";\nexport * as Pack from \"@osdk/foundry.pack\";\nexport * as PublicApis from \"@osdk/foundry.publicapis\";\nexport * as SqlQueries from \"@osdk/foundry.sqlqueries\";\nexport * as Streams from \"@osdk/foundry.streams\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";\nexport * as Widgets from \"@osdk/foundry.widgets\";\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,KAAK,MAAM,qBAAqB;AAC5C,OAAO,KAAKC,YAAY,MAAM,4BAA4B;AAC1D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,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,cAAc,MAAM,8BAA8B;AAC9D,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,OAAO,KAAKC,MAAM,MAAM,sBAAsB;AAC9C,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,aAAa,MAAM,6BAA6B;AAC5D,OAAO,KAAKC,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,OAAO,MAAM,uBAAuB;AAChD,OAAO,KAAKC,sBAAsB,MAAM,sCAAsC;AAC9E,OAAO,KAAKC,OAAO,MAAM,uBAAuB","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/foundry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,30 +21,31 @@
|
|
|
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.audit": "2.
|
|
26
|
-
"@osdk/foundry.connectivity": "2.
|
|
27
|
-
"@osdk/foundry.
|
|
28
|
-
"@osdk/foundry.
|
|
29
|
-
"@osdk/foundry.
|
|
30
|
-
"@osdk/foundry.
|
|
31
|
-
"@osdk/foundry.
|
|
32
|
-
"@osdk/foundry.functions": "2.
|
|
33
|
-
"@osdk/foundry.
|
|
34
|
-
"@osdk/foundry.geojson": "2.
|
|
35
|
-
"@osdk/foundry.
|
|
36
|
-
"@osdk/foundry.
|
|
37
|
-
"@osdk/foundry.
|
|
38
|
-
"@osdk/foundry.
|
|
39
|
-
"@osdk/foundry.operations": "2.
|
|
40
|
-
"@osdk/foundry.orchestration": "2.
|
|
41
|
-
"@osdk/foundry.pack": "2.
|
|
42
|
-
"@osdk/foundry.
|
|
43
|
-
"@osdk/foundry.
|
|
44
|
-
"@osdk/foundry.
|
|
45
|
-
"@osdk/
|
|
46
|
-
"@osdk/foundry.widgets": "2.
|
|
47
|
-
"@osdk/foundry.
|
|
24
|
+
"@osdk/foundry.admin": "2.39.0",
|
|
25
|
+
"@osdk/foundry.audit": "2.39.0",
|
|
26
|
+
"@osdk/foundry.connectivity": "2.39.0",
|
|
27
|
+
"@osdk/foundry.core": "2.39.0",
|
|
28
|
+
"@osdk/foundry.aipagents": "2.39.0",
|
|
29
|
+
"@osdk/foundry.datahealth": "2.39.0",
|
|
30
|
+
"@osdk/foundry.filesystem": "2.39.0",
|
|
31
|
+
"@osdk/foundry.datasets": "2.39.0",
|
|
32
|
+
"@osdk/foundry.functions": "2.39.0",
|
|
33
|
+
"@osdk/foundry.languagemodels": "2.39.0",
|
|
34
|
+
"@osdk/foundry.geojson": "2.39.0",
|
|
35
|
+
"@osdk/foundry.geo": "2.39.0",
|
|
36
|
+
"@osdk/foundry.mediasets": "2.39.0",
|
|
37
|
+
"@osdk/foundry.models": "2.39.0",
|
|
38
|
+
"@osdk/foundry.notepad": "2.39.0",
|
|
39
|
+
"@osdk/foundry.operations": "2.39.0",
|
|
40
|
+
"@osdk/foundry.orchestration": "2.39.0",
|
|
41
|
+
"@osdk/foundry.pack": "2.39.0",
|
|
42
|
+
"@osdk/foundry.ontologies": "2.39.0",
|
|
43
|
+
"@osdk/foundry.streams": "2.39.0",
|
|
44
|
+
"@osdk/foundry.publicapis": "2.39.0",
|
|
45
|
+
"@osdk/foundry.thirdpartyapplications": "2.39.0",
|
|
46
|
+
"@osdk/foundry.widgets": "2.39.0",
|
|
47
|
+
"@osdk/foundry.sqlqueries": "2.39.0",
|
|
48
|
+
"@osdk/shared.net.platformapi": "~1.5.0"
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"typescript": "^5.5.4",
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
"sls": {
|
|
68
69
|
"dependencies": {
|
|
69
70
|
"com.palantir.foundry.api:api-gateway": {
|
|
70
|
-
"minVersion": "1.
|
|
71
|
+
"minVersion": "1.1361.0",
|
|
71
72
|
"maxVersion": "1.x.x",
|
|
72
73
|
"optional": false
|
|
73
74
|
}
|