@osdk/generator 2.5.0-beta.5 → 2.5.0-beta.6

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,5 +1,17 @@
1
1
  # @osdk/generator
2
2
 
3
+ ## 2.5.0-beta.6
4
+
5
+ ### Minor Changes
6
+
7
+ - cbcf2ad: Add branching support
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [cbcf2ad]
12
+ - @osdk/generator-converters@2.5.0-beta.6
13
+ - @osdk/api@2.5.0-beta.6
14
+
3
15
  ## 2.5.0-beta.5
4
16
 
5
17
  ### Minor Changes
@@ -235,6 +235,9 @@ const referencedOntology = {
235
235
  rid: "idk"
236
236
  }
237
237
  },
238
+ "branch": {
239
+ rid: "someRidHere"
240
+ },
238
241
  valueTypes: {}
239
242
  };
240
243
  const referencingOntology = {
@@ -2335,6 +2338,8 @@ describe("generator", () => {
2335
2338
  export const $osdkMetadata = { extraUserAgent: '' };
2336
2339
 
2337
2340
  export const $ontologyRid = 'ri.ontology.main.ontology.dep';
2341
+
2342
+ export const $branch = 'someRidHere';
2338
2343
  ",
2339
2344
  "/foo/index.ts": "export {} from './ontology/actions.js';
2340
2345
  export * as $Actions from './ontology/actions.js';