@osdk/generator 1.13.4 → 1.13.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.
@@ -1 +1 @@
1
- {"version":3,"file":"wireObjectTypeV2ToSdkObjectConst.d.ts","sourceRoot":"","sources":["../../../src/shared/wireObjectTypeV2ToSdkObjectConst.ts"],"names":[],"mappings":"AAsBA,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,UAE/D"}
1
+ {"version":3,"file":"wireObjectTypeV2ToSdkObjectConst.d.ts","sourceRoot":"","sources":["../../../src/shared/wireObjectTypeV2ToSdkObjectConst.ts"],"names":[],"mappings":"AAuBA,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,UAE/D"}
@@ -1,3 +1,4 @@
1
+ import type { ObjectPropertyType } from "@osdk/gateway/types";
1
2
  export declare const TodoWireOntology: {
2
3
  ontology: {
3
4
  rid: string;
@@ -144,4 +145,153 @@ export declare const TodoWireOntology: {
144
145
  interfaceTypes: {};
145
146
  sharedPropertyTypes: {};
146
147
  };
148
+ export declare const TodoWireOntologyWithUnknownProperties: {
149
+ ontology: {
150
+ rid: string;
151
+ apiName: string;
152
+ displayName: string;
153
+ description: string;
154
+ };
155
+ actionTypes: {
156
+ markTodoCompleted: {
157
+ apiName: string;
158
+ description: string;
159
+ parameters: {
160
+ object: {
161
+ description: string;
162
+ dataType: {
163
+ type: "object";
164
+ objectApiName: string;
165
+ objectTypeApiName: string;
166
+ };
167
+ required: false;
168
+ };
169
+ };
170
+ rid: string;
171
+ operations: {
172
+ type: "modifyObject";
173
+ objectTypeApiName: string;
174
+ }[];
175
+ status: "ACTIVE";
176
+ };
177
+ deleteTodos: {
178
+ apiName: string;
179
+ description: string;
180
+ parameters: {
181
+ object: {
182
+ description: string;
183
+ dataType: {
184
+ type: "array";
185
+ subType: {
186
+ type: "object";
187
+ objectApiName: string;
188
+ objectTypeApiName: string;
189
+ };
190
+ };
191
+ required: false;
192
+ };
193
+ };
194
+ rid: string;
195
+ operations: {
196
+ type: "deleteObject";
197
+ objectTypeApiName: string;
198
+ }[];
199
+ status: "ACTIVE";
200
+ };
201
+ };
202
+ objectTypes: {
203
+ Todo: {
204
+ objectType: {
205
+ apiName: string;
206
+ primaryKey: string;
207
+ displayName: string;
208
+ description: string;
209
+ titleProperty: string;
210
+ properties: {
211
+ id: {
212
+ dataType: {
213
+ type: "integer";
214
+ };
215
+ };
216
+ body: {
217
+ dataType: {
218
+ type: "string";
219
+ };
220
+ description: string;
221
+ displayName: string;
222
+ };
223
+ complete: {
224
+ dataType: {
225
+ type: "boolean";
226
+ };
227
+ };
228
+ unknownType: {
229
+ dataType: ObjectPropertyType;
230
+ };
231
+ };
232
+ status: "ACTIVE";
233
+ rid: string;
234
+ };
235
+ linkTypes: {
236
+ apiName: string;
237
+ cardinality: "ONE";
238
+ displayName: string;
239
+ objectTypeApiName: string;
240
+ status: "ACTIVE";
241
+ foreignKeyPropertyApiName: string;
242
+ }[];
243
+ implementsInterfaces: never[];
244
+ implementsInterfaces2: {};
245
+ sharedPropertyTypeMapping: {};
246
+ };
247
+ Person: {
248
+ objectType: {
249
+ apiName: string;
250
+ primaryKey: string;
251
+ displayName: string;
252
+ description: string;
253
+ titleProperty: string;
254
+ properties: {
255
+ email: {
256
+ dataType: {
257
+ type: "string";
258
+ };
259
+ };
260
+ };
261
+ rid: string;
262
+ status: "ACTIVE";
263
+ };
264
+ linkTypes: {
265
+ apiName: string;
266
+ cardinality: "MANY";
267
+ displayName: string;
268
+ objectTypeApiName: string;
269
+ status: "ACTIVE";
270
+ foreignKeyPropertyApiName: string;
271
+ }[];
272
+ implementsInterfaces: never[];
273
+ implementsInterfaces2: {};
274
+ sharedPropertyTypeMapping: {};
275
+ };
276
+ };
277
+ queryTypes: {
278
+ getCount: {
279
+ apiName: string;
280
+ output: {
281
+ type: "integer";
282
+ };
283
+ parameters: {
284
+ completed: {
285
+ dataType: {
286
+ type: "boolean";
287
+ };
288
+ };
289
+ };
290
+ rid: string;
291
+ version: string;
292
+ };
293
+ };
294
+ interfaceTypes: {};
295
+ sharedPropertyTypes: {};
296
+ };
147
297
  //# sourceMappingURL=TodoWireOntology.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TodoWireOntology.d.ts","sourceRoot":"","sources":["../../../../src/util/test/TodoWireOntology.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+IK,CAAC"}
1
+ {"version":3,"file":"TodoWireOntology.d.ts","sourceRoot":"","sources":["../../../../src/util/test/TodoWireOntology.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAG9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+IK,CAAC;AAEnC,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAoFtB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgEZ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"generateMetrics.d.ts","sourceRoot":"","sources":["../../../../../../src/v1.1/backcompat/internal-foundry-ontology-runtime-dist/aggregations/generateMetrics.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAK1D,wBAAsB,eAAe,CACnC,EAAE,EAAE,SAAS,EACb,eAAe,EAAE,MAAM,EACvB,SAAS,SAAK,iBAqEf"}
1
+ {"version":3,"file":"generateMetrics.d.ts","sourceRoot":"","sources":["../../../../../../src/v1.1/backcompat/internal-foundry-ontology-runtime-dist/aggregations/generateMetrics.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAK1D,wBAAsB,eAAe,CACnC,EAAE,EAAE,SAAS,EACb,eAAe,EAAE,MAAM,EACvB,SAAS,SAAK,iBAoEf"}
@@ -1 +1 @@
1
- {"version":3,"file":"wireObjectTypeV2ToV1ObjectInterfaceString.d.ts","sourceRoot":"","sources":["../../../src/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAEV,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAG7B,wBAAgB,yCAAyC,CACvD,mBAAmB,EAAE,sBAAsB,EAC3C,SAAS,SAAK,UA2Ef;AAgDD,wBAAgB,uBAAuB,CACrC,WAAW,CAAC,EAAE,MAAM,EACpB,cAAc,CAAC,EAAE,OAAO,UAQzB"}
1
+ {"version":3,"file":"wireObjectTypeV2ToV1ObjectInterfaceString.d.ts","sourceRoot":"","sources":["../../../src/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAEV,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAI7B,wBAAgB,yCAAyC,CACvD,mBAAmB,EAAE,sBAAsB,EAC3C,SAAS,SAAK,UA8Ef;AAoDD,wBAAgB,uBAAuB,CACrC,WAAW,CAAC,EAAE,MAAM,EACpB,cAAc,CAAC,EAAE,OAAO,UAQzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator",
3
- "version": "1.13.4",
3
+ "version": "1.13.6",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -21,14 +21,15 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
+ "consola": "^3.2.3",
24
25
  "fast-deep-equal": "^3.1.3",
25
26
  "fetch-retry": "^6.0.0",
26
27
  "prettier": "3.0.3",
27
28
  "prettier-plugin-organize-imports": "^3.2.4",
28
29
  "tiny-invariant": "^1.3.1",
29
- "@osdk/api": "~1.9.2",
30
+ "@osdk/api": "~1.9.3",
30
31
  "@osdk/gateway": "~2.4.2",
31
- "@osdk/generator-converters": "~0.7.2"
32
+ "@osdk/generator-converters": "~0.7.3"
32
33
  },
33
34
  "devDependencies": {
34
35
  "@types/node": "^18.0.0",