@osdk/foundry.thirdpartyapplications 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,38 @@
1
1
  # @osdk/foundry.thirdpartyapplications
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.core@2.0.0
22
+ - @osdk/shared.net.platformapi@0.2.0
23
+
24
+ ## 1.1.0-beta.2
25
+
26
+ ### Minor Changes
27
+
28
+ - bc89b62: Spelling fixes and spell check in CI
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [bc89b62]
33
+ - @osdk/shared.net.platformapi@0.2.0-beta.2
34
+ - @osdk/foundry.core@1.1.0-beta.2
35
+
3
36
  ## 1.1.0-beta.1
4
37
 
5
38
  ### Minor Changes
@@ -13,4 +13,4 @@ function getThirdPartyApplication($ctx, ...args) {
13
13
 
14
14
  export { ThirdPartyApplication_exports, getThirdPartyApplication };
15
15
  //# sourceMappingURL=out.js.map
16
- //# sourceMappingURL=chunk-AUHZWXFF.js.map
16
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAI9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
@@ -1,4 +1,4 @@
1
- export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-AUHZWXFF.js';
1
+ export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-C5KVM4BE.js';
2
2
  export { Version_exports as Versions } from './chunk-U2TUFRI3.js';
3
3
  export { Website_exports as Websites } from './chunk-ZT4KWCV6.js';
4
4
  import './chunk-PZ5AY32C.js';
@@ -1,4 +1,4 @@
1
- export { getThirdPartyApplication } from '../chunk-AUHZWXFF.js';
1
+ export { getThirdPartyApplication } from '../chunk-C5KVM4BE.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
3
  //# sourceMappingURL=out.js.map
4
4
  //# sourceMappingURL=ThirdPartyApplication.js.map
@@ -16,4 +16,4 @@ function getThirdPartyApplication($ctx, ...args) {
16
16
  exports.ThirdPartyApplication_exports = ThirdPartyApplication_exports;
17
17
  exports.getThirdPartyApplication = getThirdPartyApplication;
18
18
  //# sourceMappingURL=out.js.map
19
- //# sourceMappingURL=chunk-QTN4JTJN.cjs.map
19
+ //# sourceMappingURL=chunk-M6TJPNL3.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAI9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkQTN4JTJN_cjs = require('./chunk-QTN4JTJN.cjs');
3
+ var chunkM6TJPNL3_cjs = require('./chunk-M6TJPNL3.cjs');
4
4
  var chunk3JNFJRHP_cjs = require('./chunk-3JNFJRHP.cjs');
5
5
  var chunkI3WXNYT4_cjs = require('./chunk-I3WXNYT4.cjs');
6
6
  require('./chunk-Q7SFCCGT.cjs');
@@ -9,7 +9,7 @@ require('./chunk-Q7SFCCGT.cjs');
9
9
 
10
10
  Object.defineProperty(exports, "ThirdPartyApplications", {
11
11
  enumerable: true,
12
- get: function () { return chunkQTN4JTJN_cjs.ThirdPartyApplication_exports; }
12
+ get: function () { return chunkM6TJPNL3_cjs.ThirdPartyApplication_exports; }
13
13
  });
14
14
  Object.defineProperty(exports, "Versions", {
15
15
  enumerable: true,
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var chunkQTN4JTJN_cjs = require('../chunk-QTN4JTJN.cjs');
3
+ var chunkM6TJPNL3_cjs = require('../chunk-M6TJPNL3.cjs');
4
4
  require('../chunk-Q7SFCCGT.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "getThirdPartyApplication", {
9
9
  enumerable: true,
10
- get: function () { return chunkQTN4JTJN_cjs.getThirdPartyApplication; }
10
+ get: function () { return chunkM6TJPNL3_cjs.getThirdPartyApplication; }
11
11
  });
12
12
  //# sourceMappingURL=out.js.map
13
13
  //# sourceMappingURL=ThirdPartyApplication.cjs.map
@@ -1,4 +1,4 @@
1
- import type { PageToken, Version, VersionVersion } from "@osdk/foundry.core";
1
+ import type { PageToken } from "@osdk/foundry.core";
2
2
  export type LooselyBrandedString<T extends string> = string & {
3
3
  __LOOSE_BRAND?: T;
4
4
  };
@@ -15,4 +15,39 @@ export interface ListVersionsResponse {
15
15
  data: Array<Version>;
16
16
  nextPageToken?: PageToken;
17
17
  }
18
+ /**
19
+ * A subdomain from which a website is served.
20
+ *
21
+ * Log Safety: UNSAFE
22
+ */
23
+ export type Subdomain = LooselyBrandedString<"Subdomain">;
24
+ /**
25
+ * Log Safety: SAFE
26
+ */
27
+ export interface ThirdPartyApplication {
28
+ rid: ThirdPartyApplicationRid;
29
+ }
30
+ /**
31
+ * An RID identifying a third-party application created in Developer Console.
32
+ *
33
+ * Log Safety: SAFE
34
+ */
35
+ export type ThirdPartyApplicationRid = LooselyBrandedString<"ThirdPartyApplicationRid">;
36
+ /**
37
+ * Log Safety: UNSAFE
38
+ */
39
+ export interface Version {
40
+ version: VersionVersion;
41
+ }
42
+ /**
43
+ * Log Safety: UNSAFE
44
+ */
45
+ export type VersionVersion = LooselyBrandedString<"VersionVersion">;
46
+ /**
47
+ * Log Safety: UNSAFE
48
+ */
49
+ export interface Website {
50
+ deployedVersion?: VersionVersion;
51
+ subdomains: Array<Subdomain>;
52
+ }
18
53
  //# sourceMappingURL=_components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../src/_components.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAE7E,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,GAAG;IAC5D,aAAa,CAAC,EAAE,CAAC,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,cAAc,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACrB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B"}
1
+ {"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../src/_components.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,GAAG;IAC5D,aAAa,CAAC,EAAE,CAAC,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,cAAc,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IACrB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG,oBAAoB,CAAC,WAAW,CAAC,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,wBAAwB,CAAC;CAC/B;AAED;;;;GAIG;AACH,MAAM,MAAM,wBAAwB,GAAG,oBAAoB,CACzD,0BAA0B,CAC3B,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,cAAc,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,eAAe,CAAC,EAAE,cAAc,CAAC;IACjC,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CAC9B"}
@@ -13,4 +13,4 @@ function getThirdPartyApplication($ctx, ...args) {
13
13
 
14
14
  export { ThirdPartyApplication_exports, getThirdPartyApplication };
15
15
  //# sourceMappingURL=out.js.map
16
- //# sourceMappingURL=chunk-AUHZWXFF.js.map
16
+ //# sourceMappingURL=chunk-C5KVM4BE.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAI9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
1
+ {"version":3,"sources":["../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,4BAA4B,CAAC,GAAG,kCAAkC,CAAC;AAQlE,SAAS,yBAAyB,SAAS,MAAM;AACtD,SAAO,sBAAsB,MAAM,2BAA2B,GAAG,IAAI;AACvE","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\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\n\nconst _getThirdPartyApplication = [0, \"/v2/thirdPartyApplications/{0}\", 2];\n\n/**\n * Get the ThirdPartyApplication\n *\n * Required Scopes: [third-party-application:deploy-application-website]\n * URL: /v2/thirdPartyApplications/{thirdPartyApplicationRid}\n */\nexport function getThirdPartyApplication($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getThirdPartyApplication, ...args);\n}"]}
@@ -1,4 +1,4 @@
1
- export type { DeployWebsiteRequest, ListVersionsResponse, } from "./_components.js";
1
+ export type { DeployWebsiteRequest, ListVersionsResponse, Subdomain, ThirdPartyApplication, ThirdPartyApplicationRid, Version, VersionVersion, Website, } from "./_components.js";
2
2
  export * as ThirdPartyApplications from "./public/ThirdPartyApplication.js";
3
3
  export * as Versions from "./public/Version.js";
4
4
  export * as Websites from "./public/Website.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,YAAY,EACV,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,sBAAsB,MAAM,mCAAmC,CAAC;AAC5E,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,YAAY,EACV,oBAAoB,EACpB,oBAAoB,EACpB,SAAS,EACT,qBAAqB,EACrB,wBAAwB,EACxB,OAAO,EACP,cAAc,EACd,OAAO,GACR,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,sBAAsB,MAAM,mCAAmC,CAAC;AAC5E,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC"}
@@ -1,4 +1,4 @@
1
- export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-AUHZWXFF.js';
1
+ export { ThirdPartyApplication_exports as ThirdPartyApplications } from './chunk-C5KVM4BE.js';
2
2
  export { Version_exports as Versions } from './chunk-U2TUFRI3.js';
3
3
  export { Website_exports as Websites } from './chunk-ZT4KWCV6.js';
4
4
  import './chunk-PZ5AY32C.js';
@@ -1,5 +1,6 @@
1
- import type { PreviewMode, ThirdPartyApplication, ThirdPartyApplicationRid } from "@osdk/foundry.core";
1
+ import type { PreviewMode } from "@osdk/foundry.core";
2
2
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
+ import type { ThirdPartyApplication, ThirdPartyApplicationRid } from "../_components.js";
3
4
  /**
4
5
  * Get the ThirdPartyApplication
5
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,WAAW,EACX,qBAAqB,EACrB,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAa7B;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,qBAAqB,CAAC,CAEhC"}
1
+ {"version":3,"file":"ThirdPartyApplication.d.ts","sourceRoot":"","sources":["../../../src/public/ThirdPartyApplication.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EACV,qBAAqB,EACrB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC;AAW3B;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,qBAAqB,CAAC,CAEhC"}
@@ -1,4 +1,4 @@
1
- export { getThirdPartyApplication } from '../chunk-AUHZWXFF.js';
1
+ export { getThirdPartyApplication } from '../chunk-C5KVM4BE.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
3
  //# sourceMappingURL=out.js.map
4
4
  //# sourceMappingURL=ThirdPartyApplication.js.map
@@ -1,6 +1,6 @@
1
- import type { PageSize, PageToken, PreviewMode, ThirdPartyApplicationRid, Version, VersionVersion } from "@osdk/foundry.core";
1
+ import type { PageSize, PageToken, PreviewMode } from "@osdk/foundry.core";
2
2
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
- import type { ListVersionsResponse } from "../_components.js";
3
+ import type { ListVersionsResponse, ThirdPartyApplicationRid, Version, VersionVersion } from "../_components.js";
4
4
  /**
5
5
  * Deletes the given Version
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,QAAQ,EACR,SAAS,EACT,WAAW,EACX,wBAAwB,EACxB,OAAO,EACP,cAAc,EACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAY9D;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;GAKG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;QAClC,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,oBAAoB,CAAC,CAE/B;AAUD;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAkBD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,cAAc,CAAC;QACxB,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
1
+ {"version":3,"file":"Version.d.ts","sourceRoot":"","sources":["../../../src/public/Version.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC3E,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACxB,OAAO,EACP,cAAc,EACf,MAAM,mBAAmB,CAAC;AAY3B;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;GAKG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;QAClC,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,oBAAoB,CAAC,CAE/B;AAUD;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,cAAc,EAAE,cAAc;IAE9B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAkBD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,IAAI;IACX,YAAY,EAAE;QACZ,OAAO,EAAE,cAAc,CAAC;QACxB,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
@@ -1,6 +1,6 @@
1
- import type { PreviewMode, ThirdPartyApplicationRid, Website } from "@osdk/foundry.core";
1
+ import type { PreviewMode } from "@osdk/foundry.core";
2
2
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
- import type { DeployWebsiteRequest } from "../_components.js";
3
+ import type { DeployWebsiteRequest, ThirdPartyApplicationRid, Website } from "../_components.js";
4
4
  /**
5
5
  * Get the Website
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,WAAW,EACX,wBAAwB,EACxB,OAAO,EACR,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAW9D;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAUD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,oBAAoB;IAC3B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AASD;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
1
+ {"version":3,"file":"Website.d.ts","sourceRoot":"","sources":["../../../src/public/Website.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACxB,OAAO,EACR,MAAM,mBAAmB,CAAC;AAW3B;;;;;GAKG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAUD;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAClD,KAAK,EAAE,oBAAoB;IAC3B,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AASD;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,wBAAwB,EAAE,wBAAwB;IAElD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;KAAE;CACrD,GACA,OAAO,CAAC,OAAO,CAAC,CAElB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.thirdpartyapplications",
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,12 +17,15 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/foundry.core": "1.1.0-beta.1",
21
20
  "@osdk/shared.client": "~0.0.0",
22
- "@osdk/shared.net.platformapi": "~0.2.0-beta.1"
21
+ "@osdk/foundry.core": "2.0.0",
22
+ "@osdk/shared.net.platformapi": "~0.2.0"
23
23
  },
24
24
  "devDependencies": {
25
- "typescript": "^5.5.2"
25
+ "typescript": "^5.5.2",
26
+ "@osdk/monorepo.api-extractor": "~0.0.0",
27
+ "@osdk/monorepo.tsup": "~0.0.0",
28
+ "@osdk/monorepo.tsconfig": "~0.0.0"
26
29
  },
27
30
  "publishConfig": {
28
31
  "access": "public"
@@ -42,18 +45,19 @@
42
45
  "sls": {
43
46
  "dependencies": {
44
47
  "com.palantir.foundry.api:api-gateway": {
45
- "minVersion": "1.866.0",
48
+ "minVersion": "1.891.0",
46
49
  "maxVersion": "1.x.x"
47
50
  }
48
51
  }
49
52
  },
50
53
  "type": "module",
51
54
  "scripts": {
52
- "check-attw": "../../scripts/build_common/check-attw.sh esm",
55
+ "check-attw": "monorepo.tool.attw esm",
56
+ "check-spelling": "cspell --quiet .",
53
57
  "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
54
58
  "fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
55
59
  "lint": "eslint . && dprint check --config $(find-up dprint.json)",
56
- "transpile": "tsup",
57
- "typecheck": "../../scripts/build_common/typecheck.sh esm"
60
+ "transpile": "monorepo.tool.transpile",
61
+ "typecheck": "monorepo.tool.typecheck esm"
58
62
  }
59
63
  }