@osdk/foundry 1.1.0-beta.1 → 2.0.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,43 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - af1d316: Added support to omni api code gen for binary type bodies in requests.
8
+ - 388dba9: Change all internal dependencies to be tilde not caret
9
+ - 9405a3e: Bump api-gateway to 1.891.0
10
+ - bc89b62: Spelling fixes and spell check in CI
11
+ - a8dc51a: Modified codegen so that return types now include Blobs.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [af1d316]
16
+ - Updated dependencies [94833a7]
17
+ - Updated dependencies [388dba9]
18
+ - Updated dependencies [9405a3e]
19
+ - Updated dependencies [bc89b62]
20
+ - Updated dependencies [a8dc51a]
21
+ - @osdk/foundry.thirdpartyapplications@2.0.0
22
+ - @osdk/foundry.admin@2.0.0
23
+ - @osdk/foundry.core@2.0.0
24
+ - @osdk/shared.net.platformapi@0.2.0
25
+ - @osdk/foundry.datasets@2.0.0
26
+
27
+ ## 1.1.0-beta.2
28
+
29
+ ### Minor Changes
30
+
31
+ - bc89b62: Spelling fixes and spell check in CI
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [bc89b62]
36
+ - @osdk/foundry.thirdpartyapplications@1.1.0-beta.2
37
+ - @osdk/shared.net.platformapi@0.2.0-beta.2
38
+ - @osdk/foundry.security@1.1.0-beta.2
39
+ - @osdk/foundry.core@1.1.0-beta.2
40
+
3
41
  ## 1.1.0-beta.1
4
42
 
5
43
  ### Minor Changes
@@ -1,6 +1,8 @@
1
+ import * as foundry_admin from '@osdk/foundry.admin';
2
+ export { foundry_admin as Admin };
1
3
  export * from '@osdk/foundry.core';
2
- import * as foundry_security from '@osdk/foundry.security';
3
- export { foundry_security as Security };
4
+ import * as foundry_datasets from '@osdk/foundry.datasets';
5
+ export { foundry_datasets as Datasets };
4
6
  import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
5
7
  export { foundry_thirdpartyapplications as ThirdPartyApplications };
6
8
  //# sourceMappingURL=out.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","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 */\n\nexport * from \"@osdk/foundry.core\";\nexport * as Security from \"@osdk/foundry.security\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,YAAY,WAAW;AACvB,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","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 */\n\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
@@ -1,7 +1,8 @@
1
1
  'use strict';
2
2
 
3
+ var foundry_admin = require('@osdk/foundry.admin');
3
4
  var foundry_core = require('@osdk/foundry.core');
4
- var foundry_security = require('@osdk/foundry.security');
5
+ var foundry_datasets = require('@osdk/foundry.datasets');
5
6
  var foundry_thirdpartyapplications = require('@osdk/foundry.thirdpartyapplications');
6
7
 
7
8
  function _interopNamespace(e) {
@@ -22,12 +23,14 @@ function _interopNamespace(e) {
22
23
  return Object.freeze(n);
23
24
  }
24
25
 
25
- var foundry_security__namespace = /*#__PURE__*/_interopNamespace(foundry_security);
26
+ var foundry_admin__namespace = /*#__PURE__*/_interopNamespace(foundry_admin);
27
+ var foundry_datasets__namespace = /*#__PURE__*/_interopNamespace(foundry_datasets);
26
28
  var foundry_thirdpartyapplications__namespace = /*#__PURE__*/_interopNamespace(foundry_thirdpartyapplications);
27
29
 
28
30
 
29
31
 
30
- exports.Security = foundry_security__namespace;
32
+ exports.Admin = foundry_admin__namespace;
33
+ exports.Datasets = foundry_datasets__namespace;
31
34
  exports.ThirdPartyApplications = foundry_thirdpartyapplications__namespace;
32
35
  Object.keys(foundry_core).forEach(function (k) {
33
36
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","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 */\n\nexport * from \"@osdk/foundry.core\";\nexport * as Security from \"@osdk/foundry.security\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,YAAY,WAAW;AACvB,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","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 */\n\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
@@ -1,4 +1,5 @@
1
+ export * as Admin from "@osdk/foundry.admin";
1
2
  export * from "@osdk/foundry.core";
2
- export * as Security from "@osdk/foundry.security";
3
+ export * as Datasets from "@osdk/foundry.datasets";
3
4
  export * as ThirdPartyApplications from "@osdk/foundry.thirdpartyapplications";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAC;AACnC,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,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,cAAc,oBAAoB,CAAC;AACnC,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC"}
@@ -1,6 +1,8 @@
1
+ import * as foundry_admin from '@osdk/foundry.admin';
2
+ export { foundry_admin as Admin };
1
3
  export * from '@osdk/foundry.core';
2
- import * as foundry_security from '@osdk/foundry.security';
3
- export { foundry_security as Security };
4
+ import * as foundry_datasets from '@osdk/foundry.datasets';
5
+ export { foundry_datasets as Datasets };
4
6
  import * as foundry_thirdpartyapplications from '@osdk/foundry.thirdpartyapplications';
5
7
  export { foundry_thirdpartyapplications as ThirdPartyApplications };
6
8
  //# sourceMappingURL=out.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","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 */\n\nexport * from \"@osdk/foundry.core\";\nexport * as Security from \"@osdk/foundry.security\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AAgBA,YAAY,WAAW;AACvB,cAAc;AACd,YAAY,cAAc;AAC1B,YAAY,4BAA4B","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 */\n\nexport * as Admin from \"@osdk/foundry.admin\";\nexport * from \"@osdk/foundry.core\";\nexport * as Datasets from \"@osdk/foundry.datasets\";\nexport * as ThirdPartyApplications from \"@osdk/foundry.thirdpartyapplications\";"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry",
3
- "version": "1.1.0-beta.1",
3
+ "version": "2.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,14 +17,18 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/foundry.core": "1.1.0-beta.1",
21
- "@osdk/foundry.security": "1.1.0-beta.1",
22
- "@osdk/foundry.thirdpartyapplications": "1.1.0-beta.1",
20
+ "@osdk/foundry.admin": "2.0.0",
21
+ "@osdk/foundry.datasets": "2.0.0",
22
+ "@osdk/foundry.core": "2.0.0",
23
+ "@osdk/foundry.thirdpartyapplications": "2.0.0",
23
24
  "@osdk/shared.client": "~0.0.0",
24
- "@osdk/shared.net.platformapi": "~0.2.0-beta.1"
25
+ "@osdk/shared.net.platformapi": "~0.2.0"
25
26
  },
26
27
  "devDependencies": {
27
- "typescript": "^5.5.2"
28
+ "typescript": "^5.5.2",
29
+ "@osdk/monorepo.api-extractor": "~0.0.0",
30
+ "@osdk/monorepo.tsconfig": "~0.0.0",
31
+ "@osdk/monorepo.tsup": "~0.0.0"
28
32
  },
29
33
  "publishConfig": {
30
34
  "access": "public"
@@ -44,18 +48,19 @@
44
48
  "sls": {
45
49
  "dependencies": {
46
50
  "com.palantir.foundry.api:api-gateway": {
47
- "minVersion": "1.866.0",
51
+ "minVersion": "1.891.0",
48
52
  "maxVersion": "1.x.x"
49
53
  }
50
54
  }
51
55
  },
52
56
  "type": "module",
53
57
  "scripts": {
54
- "check-attw": "../../scripts/build_common/check-attw.sh esm",
58
+ "check-attw": "monorepo.tool.attw esm",
59
+ "check-spelling": "cspell --quiet .",
55
60
  "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
56
61
  "fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
57
62
  "lint": "eslint . && dprint check --config $(find-up dprint.json)",
58
- "transpile": "tsup",
59
- "typecheck": "../../scripts/build_common/typecheck.sh esm"
63
+ "transpile": "monorepo.tool.transpile",
64
+ "typecheck": "monorepo.tool.typecheck esm"
60
65
  }
61
66
  }