@osdk/generator 1.10.0-main-20240424194623 → 1.10.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 CHANGED
@@ -1,19 +1,19 @@
1
1
  # @osdk/generator
2
2
 
3
- ## 1.10.0-main-20240424194623
3
+ ## 1.10.0
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
+ - 11434b9: Deprecated bulk actions with renamed batchActions functionality
8
+ - 948c634: Add pivot to functionality and deprecate searchAround calls
9
+ - 9906a41: Extract package generation
10
+ - 9906a41: Compatible version checks now use versions that are both embedded in the code and updated automatically as part of the release process.
11
+ - f7287ae: For 2.0, fixes codegen version matching in snapshot builds
9
12
 
10
13
  ### Patch Changes
11
14
 
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-20240424194623
16
- - @osdk/generator-converters@0.4.1-main-20240424194623
15
+ - @osdk/api@1.7.0
16
+ - @osdk/generator-converters@0.5.0
17
17
 
18
18
  ## 1.1.1
19
19
 
@@ -1681,7 +1681,7 @@ function __UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(interfaceDef, v2 = false
1681
1681
 
1682
1682
  };`;
1683
1683
  }
1684
- var ExpectedOsdkVersion = "0.15.1";
1684
+ var ExpectedOsdkVersion = "0.16.0";
1685
1685
  async function generateOntologyMetadataFile(ontology, userAgent, fs2, outDir) {
1686
1686
  fs2.writeFile(path16__namespace.default.join(outDir, "OntologyMetadata.ts"), await formatTs(`
1687
1687
  import { OntologyMetadata as OM } from "@osdk/api";