@osdk/api 2.7.0-rc.15 → 2.7.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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @osdk/api
2
2
 
3
+ ## 2.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 322c5bc: Simulated release
8
+ - 1e3c147: Add experimental_asyncIterLinks method on object sets
9
+ - fb83808: Allow arrays to use all subtype filters
10
+ - c9ca08d: Add TS docs for in filter
11
+ - 24a1e29: Remove multiplicity tag from query param types
12
+ - 448763f: introduce new token field, note readToken as deprecated
13
+ - bb9d25c: Allow requesting rids for OSW updates
14
+ - 31cd835: Revert beta changes
15
+ - d5cfc38: Add null option to actions to allow clearing data
16
+
3
17
  ## 2.7.0-rc.15
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/api",
3
- "version": "2.7.0-rc.15",
3
+ "version": "2.7.0",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -48,8 +48,8 @@
48
48
  "@microsoft/api-extractor": "^7.52.11",
49
49
  "ts-expect": "^1.3.0",
50
50
  "typescript": "~5.5.4",
51
- "@osdk/monorepo.api-extractor": "~0.6.0-beta.1",
52
- "@osdk/monorepo.tsconfig": "~0.6.0-beta.1"
51
+ "@osdk/monorepo.api-extractor": "~0.6.0",
52
+ "@osdk/monorepo.tsconfig": "~0.6.0"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"