@osdk/generator 2.6.0-rc.16 → 2.7.0-beta.2

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.
@@ -237,6 +237,9 @@ const referencedOntology = {
237
237
  rid: "idk"
238
238
  }
239
239
  },
240
+ "branch": {
241
+ rid: "someRidHere"
242
+ },
240
243
  valueTypes: {}
241
244
  };
242
245
  const referencingOntology = {
@@ -2359,6 +2362,8 @@ describe("generator", () => {
2359
2362
  export const $osdkMetadata = { extraUserAgent: '' };
2360
2363
 
2361
2364
  export const $ontologyRid = 'ri.ontology.main.ontology.dep';
2365
+
2366
+ export const $branch = 'someRidHere';
2362
2367
  ",
2363
2368
  "/foo/index.ts": "export {} from './ontology/actions.js';
2364
2369
  export * as $Actions from './ontology/actions.js';