@osdk/foundry 2.1.0-beta.3 → 2.1.0-beta.5

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,47 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.1.0-beta.5
4
+
5
+ ### Minor Changes
6
+
7
+ - 5d6d5ab: Internal improvement to type references
8
+ - d4d6605: Audited and cleaned up deps
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [b60e107]
13
+ - Updated dependencies [5d6d5ab]
14
+ - Updated dependencies [d4d6605]
15
+ - @osdk/shared.client@1.0.0-beta.2
16
+ - @osdk/foundry.thirdpartyapplications@2.1.0-beta.5
17
+ - @osdk/foundry.orchestration@2.1.0-beta.5
18
+ - @osdk/foundry.filesystem@2.1.0-beta.5
19
+ - @osdk/foundry.ontologies@2.1.0-beta.5
20
+ - @osdk/foundry.publicapis@2.1.0-beta.5
21
+ - @osdk/foundry.functions@2.1.0-beta.5
22
+ - @osdk/foundry.datasets@2.1.0-beta.5
23
+ - @osdk/foundry.admin@2.1.0-beta.5
24
+ - @osdk/foundry.core@2.1.0-beta.5
25
+ - @osdk/shared.net.platformapi@0.3.0-beta.2
26
+ - @osdk/foundry.streams@2.1.0-beta.5
27
+
28
+ ## 2.1.0-beta.4
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [5dc1241]
33
+ - @osdk/shared.client@1.0.0-beta.1
34
+ - @osdk/foundry.admin@2.1.0-beta.4
35
+ - @osdk/foundry.core@2.1.0-beta.4
36
+ - @osdk/foundry.datasets@2.1.0-beta.4
37
+ - @osdk/foundry.filesystem@2.1.0-beta.4
38
+ - @osdk/foundry.functions@2.1.0-beta.4
39
+ - @osdk/foundry.ontologies@2.1.0-beta.4
40
+ - @osdk/foundry.orchestration@2.1.0-beta.4
41
+ - @osdk/foundry.publicapis@2.1.0-beta.4
42
+ - @osdk/foundry.thirdpartyapplications@2.1.0-beta.4
43
+ - @osdk/shared.net.platformapi@0.3.0-beta.1
44
+
3
45
  ## 2.1.0-beta.3
4
46
 
5
47
  ### Minor Changes
@@ -0,0 +1,11 @@
1
+ export * as Admin from "@osdk/foundry.admin";
2
+ export * as Core from "@osdk/foundry.core";
3
+ export * as Datasets from "@osdk/foundry.datasets";
4
+ export * as Filesystem from "@osdk/foundry.filesystem";
5
+ export * as Functions from "@osdk/foundry.functions";
6
+ export * as Ontologies from "@osdk/foundry.ontologies";
7
+ export * as Orchestration from "@osdk/foundry.orchestration";
8
+ export * as PublicApis from "@osdk/foundry.publicapis";
9
+ export * as Streams from "@osdk/foundry.streams";
10
+ export * as ThirdPartyApplications from "@osdk/foundry.thirdpartyapplications";
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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,20 +1,26 @@
1
- import * as foundry_admin from '@osdk/foundry.admin';
2
- export { foundry_admin as Admin };
3
- import * as foundry_core from '@osdk/foundry.core';
4
- export { foundry_core as Core };
5
- import * as foundry_datasets from '@osdk/foundry.datasets';
6
- export { foundry_datasets as Datasets };
7
- import * as foundry_filesystem from '@osdk/foundry.filesystem';
8
- export { foundry_filesystem as Filesystem };
9
- import * as foundry_functions from '@osdk/foundry.functions';
10
- export { foundry_functions as Functions };
11
- import * as foundry_ontologies from '@osdk/foundry.ontologies';
12
- export { foundry_ontologies as Ontologies };
13
- import * as foundry_orchestration from '@osdk/foundry.orchestration';
14
- export { foundry_orchestration as Orchestration };
15
- import * as foundry_publicapis from '@osdk/foundry.publicapis';
16
- export { foundry_publicapis as PublicApis };
17
- import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
18
- export { foundry_thirdpartyapplications as ThirdPartyApplications };
19
- //# sourceMappingURL=index.js.map
1
+ /*
2
+ * Copyright 2024 Palantir Technologies, Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ export * as Admin from "@osdk/foundry.admin";
17
+ export * as Core from "@osdk/foundry.core";
18
+ export * as Datasets from "@osdk/foundry.datasets";
19
+ export * as Filesystem from "@osdk/foundry.filesystem";
20
+ export * as Functions from "@osdk/foundry.functions";
21
+ export * as Ontologies from "@osdk/foundry.ontologies";
22
+ export * as Orchestration from "@osdk/foundry.orchestration";
23
+ export * as PublicApis from "@osdk/foundry.publicapis";
24
+ export * as Streams from "@osdk/foundry.streams";
25
+ export * as ThirdPartyApplications from "@osdk/foundry.thirdpartyapplications";
20
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
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":[]}
@@ -6,5 +6,6 @@ export * as Functions from "@osdk/foundry.functions";
6
6
  export * as Ontologies from "@osdk/foundry.ontologies";
7
7
  export * as Orchestration from "@osdk/foundry.orchestration";
8
8
  export * as PublicApis from "@osdk/foundry.publicapis";
9
+ export * as Streams from "@osdk/foundry.streams";
9
10
  export * as ThirdPartyApplications from "@osdk/foundry.thirdpartyapplications";
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -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,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,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,20 +1,26 @@
1
- import * as foundry_admin from '@osdk/foundry.admin';
2
- export { foundry_admin as Admin };
3
- import * as foundry_core from '@osdk/foundry.core';
4
- export { foundry_core as Core };
5
- import * as foundry_datasets from '@osdk/foundry.datasets';
6
- export { foundry_datasets as Datasets };
7
- import * as foundry_filesystem from '@osdk/foundry.filesystem';
8
- export { foundry_filesystem as Filesystem };
9
- import * as foundry_functions from '@osdk/foundry.functions';
10
- export { foundry_functions as Functions };
11
- import * as foundry_ontologies from '@osdk/foundry.ontologies';
12
- export { foundry_ontologies as Ontologies };
13
- import * as foundry_orchestration from '@osdk/foundry.orchestration';
14
- export { foundry_orchestration as Orchestration };
15
- import * as foundry_publicapis from '@osdk/foundry.publicapis';
16
- export { foundry_publicapis as PublicApis };
17
- import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
18
- export { foundry_thirdpartyapplications as ThirdPartyApplications };
19
- //# sourceMappingURL=index.js.map
1
+ /*
2
+ * Copyright 2024 Palantir Technologies, Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ export * as Admin from "@osdk/foundry.admin";
17
+ export * as Core from "@osdk/foundry.core";
18
+ export * as Datasets from "@osdk/foundry.datasets";
19
+ export * as Filesystem from "@osdk/foundry.filesystem";
20
+ export * as Functions from "@osdk/foundry.functions";
21
+ export * as Ontologies from "@osdk/foundry.ontologies";
22
+ export * as Orchestration from "@osdk/foundry.orchestration";
23
+ export * as PublicApis from "@osdk/foundry.publicapis";
24
+ export * as Streams from "@osdk/foundry.streams";
25
+ export * as ThirdPartyApplications from "@osdk/foundry.thirdpartyapplications";
20
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
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":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "2.1.0-beta.3",
3
+ "version": "2.1.0-beta.5",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,17 +17,18 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/foundry.admin": "2.1.0-beta.3",
21
- "@osdk/foundry.core": "2.1.0-beta.3",
22
- "@osdk/foundry.datasets": "2.1.0-beta.3",
23
- "@osdk/foundry.filesystem": "2.1.0-beta.3",
24
- "@osdk/foundry.ontologies": "2.1.0-beta.3",
25
- "@osdk/foundry.orchestration": "2.1.0-beta.3",
26
- "@osdk/foundry.publicapis": "2.1.0-beta.3",
27
- "@osdk/foundry.thirdpartyapplications": "2.1.0-beta.3",
28
- "@osdk/shared.client": "~1.0.0-beta.0",
29
- "@osdk/foundry.functions": "2.1.0-beta.3",
30
- "@osdk/shared.net.platformapi": "~0.3.0-beta.0"
20
+ "@osdk/foundry.admin": "2.1.0-beta.5",
21
+ "@osdk/foundry.core": "2.1.0-beta.5",
22
+ "@osdk/foundry.datasets": "2.1.0-beta.5",
23
+ "@osdk/foundry.functions": "2.1.0-beta.5",
24
+ "@osdk/foundry.ontologies": "2.1.0-beta.5",
25
+ "@osdk/foundry.filesystem": "2.1.0-beta.5",
26
+ "@osdk/foundry.orchestration": "2.1.0-beta.5",
27
+ "@osdk/foundry.publicapis": "2.1.0-beta.5",
28
+ "@osdk/foundry.streams": "2.1.0-beta.5",
29
+ "@osdk/shared.client": "^1.0.0-beta.2",
30
+ "@osdk/foundry.thirdpartyapplications": "2.1.0-beta.5",
31
+ "@osdk/shared.net.platformapi": "~0.3.0-beta.2"
31
32
  },
32
33
  "devDependencies": {
33
34
  "typescript": "^5.5.4",
@@ -52,7 +53,7 @@
52
53
  "sls": {
53
54
  "dependencies": {
54
55
  "com.palantir.foundry.api:api-gateway": {
55
- "minVersion": "1.927.0",
56
+ "minVersion": "1.934.0",
56
57
  "maxVersion": "1.x.x",
57
58
  "optional": true
58
59
  }
@@ -65,7 +66,6 @@
65
66
  "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
66
67
  "fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
67
68
  "lint": "eslint . && dprint check --config $(find-up dprint.json)",
68
- "transpile": "monorepo.tool.transpile",
69
- "typecheck": "monorepo.tool.typecheck esm"
69
+ "transpile": "monorepo.tool.transpile"
70
70
  }
71
71
  }