@osdk/api 2.6.0-rc.18 → 2.6.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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @osdk/api
2
2
 
3
+ ## 2.6.1
4
+
5
+ ## 2.6.0
6
+
7
+ ### Patch Changes
8
+
9
+ - 322c5bc: Simulated release
10
+ - f7ae38a: Allow exact matching for arrays of structs
11
+ - 486ef7e: Deprecate multiplicity in query params/outputs
12
+ - ea077c6: Change asType to narrowToType
13
+ - 3d7dc0a: introduce new token field, note readToken as deprecated
14
+ - 2556c64: Fix asType types to accept any interface when casting from an interface with no implementing object types
15
+ - 5a9cd8f: Remove NULL_VALUE from @osdk/api for RC
16
+ - b307201: Add edits support for media reference.
17
+ - e7bf02a: Add RDP support to React toolkit
18
+ - a1ffb20: Use new ephemeral media upload endpoint.
19
+ - b959085: Fix nested array query param type handling
20
+ - af4f3bf: Remove the following features for RC:
21
+ - Property formatting
22
+ - Branching
23
+ - Constant RDPs
24
+
25
+ - e62c692: Allow all applicable filters for struct sub properties to be applied on struct arrays
26
+
3
27
  ## 2.6.0-rc.18
4
28
 
5
29
  ## 2.6.0-rc.17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/api",
3
- "version": "2.6.0-rc.18",
3
+ "version": "2.6.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.tsconfig": "~0.5.0-beta.1",
52
- "@osdk/monorepo.api-extractor": "~0.5.0-beta.1"
51
+ "@osdk/monorepo.api-extractor": "~0.5.0",
52
+ "@osdk/monorepo.tsconfig": "~0.5.0"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"