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