@osdk/generator 1.10.0-main-20240424195251 → 1.11.0-main-20240510184629

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 CHANGED
@@ -1,19 +1,34 @@
1
1
  # @osdk/generator
2
2
 
3
- ## 1.10.0-main-20240424195251
3
+ ## 1.11.0-main-20240510184629
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 11434b95: Deprecated bulk actions with renamed batchActions functionality
8
- - 948c6340: Add pivot to functionality and deprecate searchAround calls
7
+ - c9f3214: Adds support for latest api definitions
8
+ - c9f3214: Interfaces are now mapped as views
9
9
 
10
10
  ### Patch Changes
11
11
 
12
- - 9906a41e: Extract package generation
13
- - 9906a41e: Compatible version checks now use versions that are both embedded in the code and updated automatically as part of the release process.
14
- - f7287ae8: For 2.0, fixes codegen version matching in snapshot builds
15
- - @osdk/api@1.6.2-main-20240424195251
16
- - @osdk/generator-converters@0.4.1-main-20240424195251
12
+ - Updated dependencies [c9f3214]
13
+ - Updated dependencies [c9f3214]
14
+ - @osdk/gateway@2.3.0-main-20240510184629
15
+ - @osdk/api@1.8.0-main-20240510184629
16
+ - @osdk/generator-converters@0.5.1-main-20240510184629
17
+
18
+ ## 1.10.0
19
+
20
+ ### Minor Changes
21
+
22
+ - 11434b9: Deprecated bulk actions with renamed batchActions functionality
23
+ - 948c634: Add pivot to functionality and deprecate searchAround calls
24
+ - 9906a41: Extract package generation
25
+ - 9906a41: Compatible version checks now use versions that are both embedded in the code and updated automatically as part of the release process.
26
+ - f7287ae: For 2.0, fixes codegen version matching in snapshot builds
27
+
28
+ ### Patch Changes
29
+
30
+ - @osdk/api@1.7.0
31
+ - @osdk/generator-converters@0.5.0
17
32
 
18
33
  ## 1.1.1
19
34