@osdk/foundry.thirdpartyapplications 2.46.0 → 2.47.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,16 @@
1
1
  # @osdk/foundry.thirdpartyapplications
2
2
 
3
+ ## 2.47.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0a561e6: Fix cyclic dependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [0a561e6]
12
+ - @osdk/foundry.core@2.47.0
13
+
3
14
  ## 2.46.0
4
15
 
5
16
  ### Minor Changes
@@ -18,7 +18,7 @@ export interface ListVersionsResponse {
18
18
  /**
19
19
  * A subdomain from which a website is served.
20
20
  *
21
- * Log Safety: UNSAFE
21
+ * Log Safety: SAFE
22
22
  */
23
23
  export type Subdomain = LooselyBrandedString<"Subdomain">;
24
24
  /**
@@ -18,7 +18,7 @@ export interface ListVersionsResponse {
18
18
  /**
19
19
  * A subdomain from which a website is served.
20
20
  *
21
- * Log Safety: UNSAFE
21
+ * Log Safety: SAFE
22
22
  */
23
23
  export type Subdomain = LooselyBrandedString<"Subdomain">;
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.thirdpartyapplications",
3
- "version": "2.46.0",
3
+ "version": "2.47.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.core": "2.46.0",
24
+ "@osdk/foundry.core": "2.47.0",
25
25
  "@osdk/shared.net.platformapi": "~1.6.0"
26
26
  },
27
27
  "devDependencies": {
@@ -45,7 +45,7 @@
45
45
  "sls": {
46
46
  "dependencies": {
47
47
  "com.palantir.foundry.api:api-gateway": {
48
- "minVersion": "1.1431.0",
48
+ "minVersion": "1.1465.0",
49
49
  "maxVersion": "1.x.x",
50
50
  "optional": false
51
51
  }