@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.
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @osdk/generator
2
2
 
3
- ## 2.7.0-rc.15
3
+ ## 2.8.0-beta.2
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - 1706c79: Relax interface creation validation.
8
- - 31cd835: Revert beta changes
9
- - Updated dependencies [31cd835]
10
- - @osdk/generator-converters@2.7.0-rc.15
11
- - @osdk/api@2.7.0-rc.15
8
+
9
+ ### Patch Changes
10
+
11
+ - @osdk/api@2.8.0-beta.2
12
+ - @osdk/generator-converters@2.8.0-beta.2
12
13
 
13
14
  ## 2.7.0-beta.14
14
15
 
@@ -124,61 +125,6 @@
124
125
  - @osdk/api@2.7.0-beta.2
125
126
  - @osdk/generator-converters@2.7.0-beta.2
126
127
 
127
- ## 2.6.0
128
-
129
- ### Patch Changes
130
-
131
- - 322c5bc: Simulated release
132
-
133
- - b313525: bump osdk
134
-
135
- - 3fbb596: Pipe through transactionId to endpoints that load data via object sets
136
-
137
- - 486ef7e: Deprecate multiplicity in query params/outputs
138
-
139
- - a1ffb20: Use new ephemeral media upload endpoint.
140
-
141
- - b959085: Fix nested array query param type handling
142
-
143
- - af4f3bf: Remove the following features for RC:
144
- - Property formatting
145
- - Branching
146
- - Constant RDPs
147
-
148
- - Updated dependencies [322c5bc]
149
-
150
- - Updated dependencies [322c5bc]
151
-
152
- - Updated dependencies [b313525]
153
-
154
- - Updated dependencies [3fbb596]
155
-
156
- - Updated dependencies [f7ae38a]
157
-
158
- - Updated dependencies [486ef7e]
159
-
160
- - Updated dependencies [ea077c6]
161
-
162
- - Updated dependencies [3d7dc0a]
163
-
164
- - Updated dependencies [2556c64]
165
-
166
- - Updated dependencies [5a9cd8f]
167
-
168
- - Updated dependencies [b307201]
169
-
170
- - Updated dependencies [e7bf02a]
171
-
172
- - Updated dependencies [a1ffb20]
173
-
174
- - Updated dependencies [b959085]
175
-
176
- - Updated dependencies [af4f3bf]
177
-
178
- - Updated dependencies [e62c692]
179
- - @osdk/api@2.6.0
180
- - @osdk/generator-converters@2.6.0
181
-
182
128
  ## 2.6.0-beta.13
183
129
 
184
130
  ### Minor Changes
@@ -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';