@osdk/api 2.7.0-rc.15 → 2.7.1

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