@osdk/gotham.geojson 0.33.0 → 0.35.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @osdk/gotham.geojson
2
2
 
3
+ ## 0.35.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2acaf9e: regenerate platform sdk
8
+
9
+ ## 0.34.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 7432721: Regenerate SDKs (api-gateway 1.1623.0): adds optional `markingType` field on `MarkingType` and new `MarkingTypeValue` enum (classification-based vs. mandatory marking subtype), and a `preview` query param on assorted Ontologies/Operations endpoints. Gotham Gaia gains `GaiaObjectReference`, `GaiaFoundryObjectByRid`, and `ObjectTypeRid`.
14
+ - 6abd66b: Regenerate SDKs
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [6abd66b]
19
+ - @osdk/shared.net.platformapi@1.7.0
20
+
3
21
  ## 0.33.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/gotham.geojson",
3
- "version": "0.33.0",
3
+ "version": "0.35.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/shared.net.platformapi": "~1.6.0"
24
+ "@osdk/shared.net.platformapi": "~1.7.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "typescript": "^5.5.4",
@@ -44,7 +44,7 @@
44
44
  "sls": {
45
45
  "dependencies": {
46
46
  "com.palantir.foundry.api:api-gateway": {
47
- "minVersion": "1.1598.0",
47
+ "minVersion": "1.1627.0",
48
48
  "maxVersion": "1.x.x",
49
49
  "optional": false
50
50
  }