@osdk/generator 2.7.0-rc.15 → 2.8.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 = {
@@ -2385,6 +2388,8 @@ describe("generator", () => {
2385
2388
  export const $osdkMetadata = { extraUserAgent: '' };
2386
2389
 
2387
2390
  export const $ontologyRid = 'ri.ontology.main.ontology.dep';
2391
+
2392
+ export const $branch = 'someRidHere';
2388
2393
  ",
2389
2394
  "/foo/index.ts": "export {} from './ontology/actions.js';
2390
2395
  export * as $Actions from './ontology/actions.js';