@osdk/foundry 2.1.0-beta.6 → 2.1.1

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,66 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a4343af]
8
+ - @osdk/shared.client@1.0.1
9
+ - @osdk/foundry.admin@2.1.1
10
+ - @osdk/foundry.core@2.1.1
11
+ - @osdk/foundry.datasets@2.1.1
12
+ - @osdk/foundry.filesystem@2.1.1
13
+ - @osdk/foundry.functions@2.1.1
14
+ - @osdk/foundry.ontologies@2.1.1
15
+ - @osdk/foundry.orchestration@2.1.1
16
+ - @osdk/foundry.publicapis@2.1.1
17
+ - @osdk/foundry.streams@2.1.1
18
+ - @osdk/foundry.thirdpartyapplications@2.1.1
19
+ - @osdk/shared.net.platformapi@0.3.1
20
+
21
+ ## 2.1.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 5d6d5ab: Internal improvement to type references
26
+ - 1252d94: ESM Only
27
+ - 5d6d5ab: Updated to latest gateway apis
28
+ - 5d6d5ab: We now generate error types
29
+ - 5d6d5ab: Includes @alpha/@beta/@public jsdoc tags
30
+ - 5d6d5ab: Internally refactored to support new API versions
31
+ - 5d6d5ab: Autofill Content-Length and Content-Type headers in API's that accept Blobs
32
+ - 5d6d5ab: SLS dependencies are optional
33
+ - d4d6605: Audited and cleaned up deps
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [5d6d5ab]
38
+ - Updated dependencies [b60e107]
39
+ - Updated dependencies [1770490]
40
+ - Updated dependencies [5d6d5ab]
41
+ - Updated dependencies [5dc1241]
42
+ - Updated dependencies [1252d94]
43
+ - Updated dependencies [5d6d5ab]
44
+ - Updated dependencies [5d6d5ab]
45
+ - Updated dependencies [5d6d5ab]
46
+ - Updated dependencies [5d6d5ab]
47
+ - Updated dependencies [5d6d5ab]
48
+ - Updated dependencies [5d6d5ab]
49
+ - Updated dependencies [d4d6605]
50
+ - Updated dependencies [5dc1241]
51
+ - @osdk/foundry.thirdpartyapplications@2.1.0
52
+ - @osdk/foundry.orchestration@2.1.0
53
+ - @osdk/foundry.filesystem@2.1.0
54
+ - @osdk/foundry.ontologies@2.1.0
55
+ - @osdk/foundry.publicapis@2.1.0
56
+ - @osdk/foundry.functions@2.1.0
57
+ - @osdk/foundry.datasets@2.1.0
58
+ - @osdk/foundry.streams@2.1.0
59
+ - @osdk/foundry.admin@2.1.0
60
+ - @osdk/foundry.core@2.1.0
61
+ - @osdk/shared.client@1.0.0
62
+ - @osdk/shared.net.platformapi@0.3.0
63
+
3
64
  ## 2.1.0-beta.6
4
65
 
5
66
  ### Patch Changes
@@ -2,7 +2,6 @@ export * as Admin from "@osdk/foundry.admin";
2
2
  export * as Core from "@osdk/foundry.core";
3
3
  export * as Datasets from "@osdk/foundry.datasets";
4
4
  export * as Filesystem from "@osdk/foundry.filesystem";
5
- export * as Functions from "@osdk/foundry.functions";
6
5
  export * as Ontologies from "@osdk/foundry.ontologies";
7
6
  export * as Orchestration from "@osdk/foundry.orchestration";
8
7
  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,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,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,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"}
@@ -17,7 +17,6 @@ export * as Admin from "@osdk/foundry.admin";
17
17
  export * as Core from "@osdk/foundry.core";
18
18
  export * as Datasets from "@osdk/foundry.datasets";
19
19
  export * as Filesystem from "@osdk/foundry.filesystem";
20
- export * as Functions from "@osdk/foundry.functions";
21
20
  export * as Ontologies from "@osdk/foundry.ontologies";
22
21
  export * as Orchestration from "@osdk/foundry.orchestration";
23
22
  export * as PublicApis from "@osdk/foundry.publicapis";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Admin","Core","Datasets","Filesystem","Functions","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 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 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,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,wBAAwB;AAClD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,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","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 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,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":[]}
@@ -2,7 +2,6 @@ export * as Admin from "@osdk/foundry.admin";
2
2
  export * as Core from "@osdk/foundry.core";
3
3
  export * as Datasets from "@osdk/foundry.datasets";
4
4
  export * as Filesystem from "@osdk/foundry.filesystem";
5
- export * as Functions from "@osdk/foundry.functions";
6
5
  export * as Ontologies from "@osdk/foundry.ontologies";
7
6
  export * as Orchestration from "@osdk/foundry.orchestration";
8
7
  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,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,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,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"}
@@ -17,7 +17,6 @@ export * as Admin from "@osdk/foundry.admin";
17
17
  export * as Core from "@osdk/foundry.core";
18
18
  export * as Datasets from "@osdk/foundry.datasets";
19
19
  export * as Filesystem from "@osdk/foundry.filesystem";
20
- export * as Functions from "@osdk/foundry.functions";
21
20
  export * as Ontologies from "@osdk/foundry.ontologies";
22
21
  export * as Orchestration from "@osdk/foundry.orchestration";
23
22
  export * as PublicApis from "@osdk/foundry.publicapis";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["Admin","Core","Datasets","Filesystem","Functions","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 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 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,IAAI,MAAM,oBAAoB;AAC1C,OAAO,KAAKC,QAAQ,MAAM,wBAAwB;AAClD,OAAO,KAAKC,UAAU,MAAM,0BAA0B;AACtD,OAAO,KAAKC,SAAS,MAAM,yBAAyB;AACpD,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","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 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,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":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "2.1.0-beta.6",
3
+ "version": "2.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,24 +17,24 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/foundry.admin": "2.1.0-beta.6",
21
- "@osdk/foundry.filesystem": "2.1.0-beta.6",
22
- "@osdk/foundry.core": "2.1.0-beta.6",
23
- "@osdk/foundry.functions": "2.1.0-beta.6",
24
- "@osdk/foundry.orchestration": "2.1.0-beta.6",
25
- "@osdk/foundry.ontologies": "2.1.0-beta.6",
26
- "@osdk/foundry.publicapis": "2.1.0-beta.6",
27
- "@osdk/foundry.datasets": "2.1.0-beta.6",
28
- "@osdk/foundry.streams": "2.1.0-beta.6",
29
- "@osdk/foundry.thirdpartyapplications": "2.1.0-beta.6",
30
- "@osdk/shared.client": "^1.0.0-beta.3",
31
- "@osdk/shared.net.platformapi": "~0.3.0-beta.3"
20
+ "@osdk/foundry.admin": "2.1.1",
21
+ "@osdk/foundry.datasets": "2.1.1",
22
+ "@osdk/foundry.filesystem": "2.1.1",
23
+ "@osdk/foundry.functions": "2.1.1",
24
+ "@osdk/foundry.core": "2.1.1",
25
+ "@osdk/foundry.ontologies": "2.1.1",
26
+ "@osdk/foundry.orchestration": "2.1.1",
27
+ "@osdk/foundry.publicapis": "2.1.1",
28
+ "@osdk/foundry.thirdpartyapplications": "2.1.1",
29
+ "@osdk/shared.client": "^1.0.1",
30
+ "@osdk/foundry.streams": "2.1.1",
31
+ "@osdk/shared.net.platformapi": "~0.3.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "^5.5.4",
35
- "@osdk/monorepo.api-extractor": "~0.0.0",
36
35
  "@osdk/monorepo.tsup": "~0.0.0",
37
- "@osdk/monorepo.tsconfig": "~0.0.0"
36
+ "@osdk/monorepo.tsconfig": "~0.0.0",
37
+ "@osdk/monorepo.api-extractor": "~0.0.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"