@osdk/client.unstable 2.2.0-beta.15 → 2.2.0-beta.16
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 +6 -0
- package/build/cjs/index.d.cts +5793 -277
- package/build/types/blockDataIr.d.ts +3 -2
- package/build/types/blockDataIr.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/__components.d.ts +113 -78
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +11 -6
- package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +23 -0
- package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +5 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts +104 -4
- package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts +2 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts.map +1 -1
- package/build/types/index.d.ts +4 -29
- package/build/types/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DatasourceIdentifier as _api_DatasourceIdentifier, DatasourceRid as _api_DatasourceRid, ObjectTypeApiName as _api_ObjectTypeApiName, ObjectTypeFieldApiName as _api_ObjectTypeFieldApiName, ObjectTypeRid as _api_ObjectTypeRid, OntologyIrType as _api_OntologyIrType, OntologyVersion as _api_OntologyVersion, PropertyTypeId as _api_PropertyTypeId, PropertyTypeRid as _api_PropertyTypeRid, SchemaMigrationRid as _api_SchemaMigrationRid, SchemaVersion as _api_SchemaVersion, Type as _api_Type } from "../__components.js";
|
|
1
|
+
import type { DatasourceIdentifier as _api_DatasourceIdentifier, DatasourceRid as _api_DatasourceRid, ObjectTypeApiName as _api_ObjectTypeApiName, ObjectTypeFieldApiName as _api_ObjectTypeFieldApiName, ObjectTypeRid as _api_ObjectTypeRid, OntologyIrType as _api_OntologyIrType, OntologyVersion as _api_OntologyVersion, PropertyTypeId as _api_PropertyTypeId, PropertyTypeRid as _api_PropertyTypeRid, SchemaMigrationRid as _api_SchemaMigrationRid, SchemaVersion as _api_SchemaVersion, StructFieldApiNameOrRid as _api_StructFieldApiNameOrRid, StructFieldRid as _api_StructFieldRid, StructPropertyFieldType as _api_StructPropertyFieldType, Type as _api_Type } from "../__components.js";
|
|
2
2
|
/**
|
|
3
3
|
* An ID referencing a backup stored in Funnel.
|
|
4
4
|
*/
|
|
@@ -33,6 +33,23 @@ export interface CastMigrationModification {
|
|
|
33
33
|
target: _api_Type;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
+
* Migration to cast a property to another type.
|
|
37
|
+
*/
|
|
38
|
+
export interface CastStructFieldMigration {
|
|
39
|
+
property: _api_PropertyTypeRid;
|
|
40
|
+
source: _api_StructPropertyFieldType;
|
|
41
|
+
structField: _api_StructFieldRid;
|
|
42
|
+
target: _api_StructPropertyFieldType;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Migration to cast a property to another type.
|
|
46
|
+
*/
|
|
47
|
+
export interface CastStructFieldMigrationModification {
|
|
48
|
+
property: _api_PropertyTypeRid;
|
|
49
|
+
structField: _api_StructFieldRid;
|
|
50
|
+
target: _api_StructPropertyFieldType;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
36
53
|
* Delete existing transition from given source schema version.
|
|
37
54
|
*/
|
|
38
55
|
export interface DeleteTransitionModification {
|
|
@@ -55,6 +72,13 @@ export interface DropPropertyMigration {
|
|
|
55
72
|
property: _api_PropertyTypeRid;
|
|
56
73
|
}
|
|
57
74
|
/**
|
|
75
|
+
* Migration to drop a struct field of a struct property
|
|
76
|
+
*/
|
|
77
|
+
export interface DropStructFieldMigration {
|
|
78
|
+
property: _api_PropertyTypeRid;
|
|
79
|
+
structField: _api_StructFieldRid;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
58
82
|
* Update the edits resolution strategy of an object type from edits always win to latest timestamp.
|
|
59
83
|
*/
|
|
60
84
|
export interface EditsWinToLatestTimestamp {
|
|
@@ -175,12 +199,28 @@ export interface OntologyIrCastMigration {
|
|
|
175
199
|
target: _api_OntologyIrType;
|
|
176
200
|
}
|
|
177
201
|
/**
|
|
202
|
+
* Migration to cast a property to another type.
|
|
203
|
+
*/
|
|
204
|
+
export interface OntologyIrCastStructFieldMigration {
|
|
205
|
+
property: _api_ObjectTypeFieldApiName;
|
|
206
|
+
source: _api_StructPropertyFieldType;
|
|
207
|
+
structField: _api_StructFieldRid;
|
|
208
|
+
target: _api_StructPropertyFieldType;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
178
211
|
* Migration to drop the given property.
|
|
179
212
|
*/
|
|
180
213
|
export interface OntologyIrDropPropertyMigration {
|
|
181
214
|
property: _api_ObjectTypeFieldApiName;
|
|
182
215
|
}
|
|
183
216
|
/**
|
|
217
|
+
* Migration to drop a struct field of a struct property
|
|
218
|
+
*/
|
|
219
|
+
export interface OntologyIrDropStructFieldMigration {
|
|
220
|
+
property: _api_ObjectTypeFieldApiName;
|
|
221
|
+
structField: _api_StructFieldRid;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
184
224
|
* Update the edits resolution strategy of an object type from edits always win to latest timestamp.
|
|
185
225
|
*/
|
|
186
226
|
export interface OntologyIrEditsWinToLatestTimestamp {
|
|
@@ -250,6 +290,14 @@ export interface OntologyIrRenamePropertyMigration {
|
|
|
250
290
|
target: _api_ObjectTypeFieldApiName;
|
|
251
291
|
}
|
|
252
292
|
/**
|
|
293
|
+
* Migration to rename a struct property field to another.
|
|
294
|
+
*/
|
|
295
|
+
export interface OntologyIrRenameStructFieldMigration {
|
|
296
|
+
property: _api_ObjectTypeFieldApiName;
|
|
297
|
+
sourceStructField: _api_StructFieldRid;
|
|
298
|
+
targetStructField: _api_StructFieldRid;
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
253
301
|
* A SchemaMigrationInstruction with a unique identifier.
|
|
254
302
|
*/
|
|
255
303
|
export interface OntologyIrSchemaMigration {
|
|
@@ -260,6 +308,10 @@ export interface OntologyIrSchemaMigrationInstruction_dropProperty {
|
|
|
260
308
|
type: "dropProperty";
|
|
261
309
|
dropProperty: OntologyIrDropPropertyMigration;
|
|
262
310
|
}
|
|
311
|
+
export interface OntologyIrSchemaMigrationInstruction_dropStructField {
|
|
312
|
+
type: "dropStructField";
|
|
313
|
+
dropStructField: OntologyIrDropStructFieldMigration;
|
|
314
|
+
}
|
|
263
315
|
export interface OntologyIrSchemaMigrationInstruction_dropDatasource {
|
|
264
316
|
type: "dropDatasource";
|
|
265
317
|
dropDatasource: DropDatasourceMigration;
|
|
@@ -276,10 +328,18 @@ export interface OntologyIrSchemaMigrationInstruction_renameProperty {
|
|
|
276
328
|
type: "renameProperty";
|
|
277
329
|
renameProperty: OntologyIrRenamePropertyMigration;
|
|
278
330
|
}
|
|
331
|
+
export interface OntologyIrSchemaMigrationInstruction_renameStructField {
|
|
332
|
+
type: "renameStructField";
|
|
333
|
+
renameStructField: OntologyIrRenameStructFieldMigration;
|
|
334
|
+
}
|
|
279
335
|
export interface OntologyIrSchemaMigrationInstruction_cast {
|
|
280
336
|
type: "cast";
|
|
281
337
|
cast: OntologyIrCastMigration;
|
|
282
338
|
}
|
|
339
|
+
export interface OntologyIrSchemaMigrationInstruction_castStructField {
|
|
340
|
+
type: "castStructField";
|
|
341
|
+
castStructField: OntologyIrCastStructFieldMigration;
|
|
342
|
+
}
|
|
283
343
|
export interface OntologyIrSchemaMigrationInstruction_revert {
|
|
284
344
|
type: "revert";
|
|
285
345
|
revert: RevertMigration;
|
|
@@ -295,7 +355,7 @@ export interface OntologyIrSchemaMigrationInstruction_updateEditsResolutionStrat
|
|
|
295
355
|
/**
|
|
296
356
|
* One out of potentially many instructions on how to transition from one version to another.
|
|
297
357
|
*/
|
|
298
|
-
export type OntologyIrSchemaMigrationInstruction = OntologyIrSchemaMigrationInstruction_dropProperty | OntologyIrSchemaMigrationInstruction_dropDatasource | OntologyIrSchemaMigrationInstruction_dropAllPatches | OntologyIrSchemaMigrationInstruction_renameDatasource | OntologyIrSchemaMigrationInstruction_renameProperty | OntologyIrSchemaMigrationInstruction_cast | OntologyIrSchemaMigrationInstruction_revert | OntologyIrSchemaMigrationInstruction_nonRevertible | OntologyIrSchemaMigrationInstruction_updateEditsResolutionStrategy;
|
|
358
|
+
export type OntologyIrSchemaMigrationInstruction = OntologyIrSchemaMigrationInstruction_dropProperty | OntologyIrSchemaMigrationInstruction_dropStructField | OntologyIrSchemaMigrationInstruction_dropDatasource | OntologyIrSchemaMigrationInstruction_dropAllPatches | OntologyIrSchemaMigrationInstruction_renameDatasource | OntologyIrSchemaMigrationInstruction_renameProperty | OntologyIrSchemaMigrationInstruction_renameStructField | OntologyIrSchemaMigrationInstruction_cast | OntologyIrSchemaMigrationInstruction_castStructField | OntologyIrSchemaMigrationInstruction_revert | OntologyIrSchemaMigrationInstruction_nonRevertible | OntologyIrSchemaMigrationInstruction_updateEditsResolutionStrategy;
|
|
299
359
|
/**
|
|
300
360
|
* Instructions on how to transition from one schema version to another.
|
|
301
361
|
*/
|
|
@@ -384,6 +444,22 @@ export interface RenamePropertyMigrationModification {
|
|
|
384
444
|
target: _api_PropertyTypeId;
|
|
385
445
|
}
|
|
386
446
|
/**
|
|
447
|
+
* Migration to rename a struct property field to another.
|
|
448
|
+
*/
|
|
449
|
+
export interface RenameStructFieldMigration {
|
|
450
|
+
property: _api_PropertyTypeRid;
|
|
451
|
+
sourceStructField: _api_StructFieldRid;
|
|
452
|
+
targetStructField: _api_StructFieldRid;
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* Migration to rename struct property and its fields to another.
|
|
456
|
+
*/
|
|
457
|
+
export interface RenameStructFieldMigrationModification {
|
|
458
|
+
property: _api_PropertyTypeRid;
|
|
459
|
+
sourceStructField: _api_StructFieldRid;
|
|
460
|
+
targetStructField: _api_StructFieldApiNameOrRid;
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
387
463
|
* Revert a previous migration.
|
|
388
464
|
*/
|
|
389
465
|
export interface RevertMigration {
|
|
@@ -403,6 +479,10 @@ export interface SchemaMigrationInstruction_dropProperty {
|
|
|
403
479
|
type: "dropProperty";
|
|
404
480
|
dropProperty: DropPropertyMigration;
|
|
405
481
|
}
|
|
482
|
+
export interface SchemaMigrationInstruction_dropStructField {
|
|
483
|
+
type: "dropStructField";
|
|
484
|
+
dropStructField: DropStructFieldMigration;
|
|
485
|
+
}
|
|
406
486
|
export interface SchemaMigrationInstruction_dropDatasource {
|
|
407
487
|
type: "dropDatasource";
|
|
408
488
|
dropDatasource: DropDatasourceMigration;
|
|
@@ -419,10 +499,18 @@ export interface SchemaMigrationInstruction_renameProperty {
|
|
|
419
499
|
type: "renameProperty";
|
|
420
500
|
renameProperty: RenamePropertyMigration;
|
|
421
501
|
}
|
|
502
|
+
export interface SchemaMigrationInstruction_renameStructField {
|
|
503
|
+
type: "renameStructField";
|
|
504
|
+
renameStructField: RenameStructFieldMigration;
|
|
505
|
+
}
|
|
422
506
|
export interface SchemaMigrationInstruction_cast {
|
|
423
507
|
type: "cast";
|
|
424
508
|
cast: CastMigration;
|
|
425
509
|
}
|
|
510
|
+
export interface SchemaMigrationInstruction_castStructField {
|
|
511
|
+
type: "castStructField";
|
|
512
|
+
castStructField: CastStructFieldMigration;
|
|
513
|
+
}
|
|
426
514
|
export interface SchemaMigrationInstruction_revert {
|
|
427
515
|
type: "revert";
|
|
428
516
|
revert: RevertMigration;
|
|
@@ -438,7 +526,7 @@ export interface SchemaMigrationInstruction_updateEditsResolutionStrategy {
|
|
|
438
526
|
/**
|
|
439
527
|
* One out of potentially many instructions on how to transition from one version to another.
|
|
440
528
|
*/
|
|
441
|
-
export type SchemaMigrationInstruction = SchemaMigrationInstruction_dropProperty | SchemaMigrationInstruction_dropDatasource | SchemaMigrationInstruction_dropAllPatches | SchemaMigrationInstruction_renameDatasource | SchemaMigrationInstruction_renameProperty | SchemaMigrationInstruction_cast | SchemaMigrationInstruction_revert | SchemaMigrationInstruction_nonRevertible | SchemaMigrationInstruction_updateEditsResolutionStrategy;
|
|
529
|
+
export type SchemaMigrationInstruction = SchemaMigrationInstruction_dropProperty | SchemaMigrationInstruction_dropStructField | SchemaMigrationInstruction_dropDatasource | SchemaMigrationInstruction_dropAllPatches | SchemaMigrationInstruction_renameDatasource | SchemaMigrationInstruction_renameProperty | SchemaMigrationInstruction_renameStructField | SchemaMigrationInstruction_cast | SchemaMigrationInstruction_castStructField | SchemaMigrationInstruction_revert | SchemaMigrationInstruction_nonRevertible | SchemaMigrationInstruction_updateEditsResolutionStrategy;
|
|
442
530
|
export interface SchemaMigrationInstructionInitialization_initializePatches {
|
|
443
531
|
type: "initializePatches";
|
|
444
532
|
initializePatches: InitializePatchesMigrationModification;
|
|
@@ -451,6 +539,10 @@ export interface SchemaMigrationInstructionModification_dropProperty {
|
|
|
451
539
|
type: "dropProperty";
|
|
452
540
|
dropProperty: DropPropertyMigration;
|
|
453
541
|
}
|
|
542
|
+
export interface SchemaMigrationInstructionModification_dropStructField {
|
|
543
|
+
type: "dropStructField";
|
|
544
|
+
dropStructField: DropStructFieldMigration;
|
|
545
|
+
}
|
|
454
546
|
export interface SchemaMigrationInstructionModification_dropDatasource {
|
|
455
547
|
type: "dropDatasource";
|
|
456
548
|
dropDatasource: DropDatasourceMigration;
|
|
@@ -467,10 +559,18 @@ export interface SchemaMigrationInstructionModification_renameProperty {
|
|
|
467
559
|
type: "renameProperty";
|
|
468
560
|
renameProperty: RenamePropertyMigrationModification;
|
|
469
561
|
}
|
|
562
|
+
export interface SchemaMigrationInstructionModification_renameStructField {
|
|
563
|
+
type: "renameStructField";
|
|
564
|
+
renameStructField: RenameStructFieldMigrationModification;
|
|
565
|
+
}
|
|
470
566
|
export interface SchemaMigrationInstructionModification_cast {
|
|
471
567
|
type: "cast";
|
|
472
568
|
cast: CastMigrationModification;
|
|
473
569
|
}
|
|
570
|
+
export interface SchemaMigrationInstructionModification_castStructField {
|
|
571
|
+
type: "castStructField";
|
|
572
|
+
castStructField: CastStructFieldMigrationModification;
|
|
573
|
+
}
|
|
474
574
|
export interface SchemaMigrationInstructionModification_revert {
|
|
475
575
|
type: "revert";
|
|
476
576
|
revert: RevertMigration;
|
|
@@ -486,7 +586,7 @@ export interface SchemaMigrationInstructionModification_updateEditsResolutionStr
|
|
|
486
586
|
/**
|
|
487
587
|
* One out of potentially many instructions on how to transition from one version to another.
|
|
488
588
|
*/
|
|
489
|
-
export type SchemaMigrationInstructionModification = SchemaMigrationInstructionModification_dropProperty | SchemaMigrationInstructionModification_dropDatasource | SchemaMigrationInstructionModification_dropAllPatches | SchemaMigrationInstructionModification_renameDatasource | SchemaMigrationInstructionModification_renameProperty | SchemaMigrationInstructionModification_cast | SchemaMigrationInstructionModification_revert | SchemaMigrationInstructionModification_nonRevertible | SchemaMigrationInstructionModification_updateEditsResolutionStrategy;
|
|
589
|
+
export type SchemaMigrationInstructionModification = SchemaMigrationInstructionModification_dropProperty | SchemaMigrationInstructionModification_dropStructField | SchemaMigrationInstructionModification_dropDatasource | SchemaMigrationInstructionModification_dropAllPatches | SchemaMigrationInstructionModification_renameDatasource | SchemaMigrationInstructionModification_renameProperty | SchemaMigrationInstructionModification_renameStructField | SchemaMigrationInstructionModification_cast | SchemaMigrationInstructionModification_castStructField | SchemaMigrationInstructionModification_revert | SchemaMigrationInstructionModification_nonRevertible | SchemaMigrationInstructionModification_updateEditsResolutionStrategy;
|
|
490
590
|
export interface SchemaMigrationModification {
|
|
491
591
|
transitions: Array<SchemaTransitionModification>;
|
|
492
592
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"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","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/schemamigrations/__components.ts"],"version":3,"file":"__components.d.ts"}
|
|
1
|
+
{"mappings":"AAgBA,cACE,wBAAwB,2BACxB,iBAAiB,oBACjB,qBAAqB,wBACrB,0BAA0B,6BAC1B,iBAAiB,oBACjB,kBAAkB,qBAClB,mBAAmB,sBACnB,kBAAkB,qBAClB,mBAAmB,sBACnB,sBAAsB,yBACtB,iBAAiB,oBACjB,2BAA2B,8BAC3B,kBAAkB,qBAClB,2BAA2B,8BAC3B,QAAQ,iBACH,oBAAqB;;;;AAK5B,YAAY;;;;;AAMZ,iBAAiB,0CAA0C;CACzD,gBAAgB,MAAM;AACvB;;;;;AAKD,iBAAiB,2CAA2C;CAC1D,mBAAmB,MAAM;AAC1B;;;;AAID,iBAAiB,cAAc;CAC7B,UAAU;CACV,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,0BAA0B;CACzC,UAAU;CACV,QAAQ;AACT;;;;AAID,iBAAiB,yBAAyB;CACxC,UAAU;CACV,QAAQ;CACR,aAAa;CACb,QAAQ;AACT;;;;AAID,iBAAiB,qCAAqC;CACpD,UAAU;CACV,aAAa;CACb,QAAQ;AACT;;;;AAID,iBAAiB,6BAA6B;CAC5C,QAAQ;AACT;;;;AAID,iBAAiB,wBAAwB,CACxC;;;;AAID,iBAAiB,wBAAwB;CACvC,YAAY;AACb;;;;AAID,iBAAiB,sBAAsB;CACrC,UAAU;AACX;;;;AAID,iBAAiB,yBAAyB;CACxC,UAAU;CACV,aAAa;AACd;;;;AAID,iBAAiB,0BAA0B;CACzC,sBAAsB,MAAM;CAC5B,eAAe;CACf,sBAAsB;CACtB;AACD;AACD,iBAAiB,4BAA4B;CAC3C,MAAM;CACN,QAAQ;AACT;;;;AAID,YAAY,uBAAuB;;;;;AAMnC,iBAAiB,2BAA2B;CAC1C,mBAAmB,MAAM;CACzB,sBAAsB;CACtB,mBAAmB;CACnB,iBAAiB,MAAM;AACxB;;;;;AAKD,iBAAiB,uCAAuC;CACtD,mBAAmB,MAAM;CACzB,sBAAsB;CACtB,mBAAmB;CACnB,iBAAiB,MAAM;AACxB;;;;AAID,iBAAiB,oBAAoB,CACpC;;;;AAID,iBAAiB,0BAA0B;CACzC,eAAe;CACf,sBAAsB;AACvB;;;;AAID,iBAAiB,sCAAsC;CACrD,eAAe;CACf,kBAAkB;CAClB,YAAY;AACb;;;;;AAKD,iBAAiB,uCAAuC;CACtD,oBAAoB,MAAM;CAC1B,gBAAgB;CAChB,eAAe;AAChB;AACD,YAAY;;;;AAKZ,iBAAiB,uCAAuC;CACtD,YAAY,MAAM;CAClB,QAAQ;AACT;AACD,iBAAiB,yCAAyC;CACxD,MAAM;CACN,mBAAmB;AACpB;AAED,iBAAiB,gDAAgD;CAC/D,MAAM;CACN,0BAA0B;AAC3B;;;;AAID,YAAY,yBACR,2CACA;AAEJ,iBAAiB,qDAAqD;CACpE,MAAM;CACN,mBAAmB;AACpB;AAED,iBAAiB,4DAA4D;CAC3E,MAAM;CACN,0BAA0B;AAC3B;;;;AAID,YAAY,qCACR,uDACA;AAEJ,iBAAiB,2BAA2B;CAC1C,QAAQ;AACT;AACD,iBAAiB,uCAAuC;CACtD,QAAQ;AACT;;;;AAID,iBAAiB,4BAA4B;CAC3C,eAAe;CACf,iBAAiB;CACjB,mBAAmB,MAAM;CACzB,eAAe;AAChB;;;;AAID,iBAAiB,wBAAwB;CACvC,UAAU;CACV,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,mCAAmC;CAClD,UAAU;CACV,QAAQ;CACR,aAAa;CACb,QAAQ;AACT;;;;AAID,iBAAiB,gCAAgC;CAC/C,UAAU;AACX;;;;AAID,iBAAiB,mCAAmC;CAClD,UAAU;CACV,aAAa;AACd;;;;AAID,iBAAiB,oCAAoC;CACnD,sBAAsB,MAAM;CAC5B,eAAe;CACf,sBAAsB;CACtB;AACD;AACD,iBAAiB,sCAAsC;CACrD,MAAM;CACN,QAAQ;AACT;;;;AAID,YAAY,iCACV;;;;;AAMF,iBAAiB,qCAAqC;CACpD,mBAAmB,MAAM;CACzB,sBAAsB;CACtB,mBAAmB;CACnB,iBAAiB,MAAM;AACxB;;;;AAID,iBAAiB,oCAAoC;CACnD,eAAe;CACf,sBAAsB;AACvB;AACD,iBAAiB,mDAAmD;CAClE,MAAM;CACN,mBAAmB;AACpB;AAED,iBAAiB,0DAA0D;CACzE,MAAM;CACN,0BAA0B;AAC3B;;;;AAID,YAAY,mCACR,qDACA;AAEJ,iBAAiB,qCAAqC;CACpD,QAAQ;AACT;;;;AAID,iBAAiB,sBAAsB;CACrC,UAAU;CACV,eAAe;CACf,iBAAiB;AAClB;AACD,iBAAiB,uCAAuC;CACtD,MAAM;CACN,YAAY;AACb;AACD,YAAY,8BACV;;;;AAKF,iBAAiB,kCAAkC;CACjD,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,qCAAqC;CACpD,UAAU;CACV,mBAAmB;CACnB,mBAAmB;AACpB;;;;AAID,iBAAiB,0BAA0B;CACzC,aAAa;CACb,KAAK;AACN;AACD,iBAAiB,kDAAkD;CACjE,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,qDAAqD;CACpE,MAAM;CACN,iBAAiB;AAClB;AAED,iBAAiB,oDAAoD;CACnE,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,oDAAoD;CACnE,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,sDAAsD;CACrE,MAAM;CACN,kBAAkB;AACnB;AAED,iBAAiB,oDAAoD;CACnE,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,uDAAuD;CACtE,MAAM;CACN,mBAAmB;AACpB;AAED,iBAAiB,0CAA0C;CACzD,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,qDAAqD;CACpE,MAAM;CACN,iBAAiB;AAClB;AAED,iBAAiB,4CAA4C;CAC3D,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,mDAAmD;CAClE,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,mEAAmE;CAClF,MAAM;CACN,+BACE;AACH;;;;AAID,YAAY,uCACR,oDACA,uDACA,sDACA,sDACA,wDACA,sDACA,yDACA,4CACA,uDACA,8CACA,qDACA;;;;AAKJ,iBAAiB,2BAA2B;CAC1C,YAAY,MAAM;CAClB,QAAQ;CACR,QAAQ;AACT;AACD,iBAAiB,2EAA2E;CAC1F,MAAM;CACN,2BAA2B;AAC5B;AAED,iBAAiB,2EAA2E;CAC1F,MAAM;CACN,2BAA2B;AAC5B;;;;;;;;AAQD,YAAY,mDACR,6EACA;;;;;AAMJ,iBAAiB,wCAAwC;CACvD,YAAY,MAAM;CAClB,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,YAAY;CAC3B,UAAU;CACV,eAAe;CACf,iBAAiB;AAClB;;;;AAID,iBAAiB,kCAAkC,CAClD;;;;AAID,iBAAiB,8CAA8C,CAC9D;AACD,iBAAiB,6BAA6B;CAC5C,MAAM;CACN,YAAY;AACb;AACD,YAAY,oBAAoB;AAEhC,iBAAiB,yCAAyC;CACxD,MAAM;CACN,YAAY;AACb;AACD,YAAY,gCACV;;;;AAKF,iBAAiB,0BAA0B;CACzC,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,sCAAsC;CACrD,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,wBAAwB;CACvC,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,oCAAoC;CACnD,QAAQ;CACR,QAAQ;AACT;;;;AAID,iBAAiB,2BAA2B;CAC1C,UAAU;CACV,mBAAmB;CACnB,mBAAmB;AACpB;;;;AAID,iBAAiB,uCAAuC;CACtD,UAAU;CACV,mBAAmB;CACnB,mBAAmB;AACpB;;;;AAID,iBAAiB,gBAAgB;CAC/B,QAAQ;AACT;;;;AAID,iBAAiB,gBAAgB;CAC/B,aAAa;CACb,KAAK;AACN;AACD,iBAAiB,8BAA8B;CAC7C,YAAY,MAAM;AACnB;AACD,iBAAiB,wCAAwC;CACvD,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,iBAAiB;AAClB;AAED,iBAAiB,0CAA0C;CACzD,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,0CAA0C;CACzD,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,4CAA4C;CAC3D,MAAM;CACN,kBAAkB;AACnB;AAED,iBAAiB,0CAA0C;CACzD,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,6CAA6C;CAC5D,MAAM;CACN,mBAAmB;AACpB;AAED,iBAAiB,gCAAgC;CAC/C,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,2CAA2C;CAC1D,MAAM;CACN,iBAAiB;AAClB;AAED,iBAAiB,kCAAkC;CACjD,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,yCAAyC;CACxD,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,yDAAyD;CACxE,MAAM;CACN,+BAA+B;AAChC;;;;AAID,YAAY,6BACR,0CACA,6CACA,4CACA,4CACA,8CACA,4CACA,+CACA,kCACA,6CACA,oCACA,2CACA;AAEJ,iBAAiB,2DAA2D;CAC1E,MAAM;CACN,mBAAmB;AACpB;;;;AAID,YAAY,2CACV;AAEF,iBAAiB,oDAAoD;CACnE,MAAM;CACN,cAAc;AACf;AAED,iBAAiB,uDAAuD;CACtE,MAAM;CACN,iBAAiB;AAClB;AAED,iBAAiB,sDAAsD;CACrE,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,sDAAsD;CACrE,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,wDAAwD;CACvE,MAAM;CACN,kBAAkB;AACnB;AAED,iBAAiB,sDAAsD;CACrE,MAAM;CACN,gBAAgB;AACjB;AAED,iBAAiB,yDAAyD;CACxE,MAAM;CACN,mBAAmB;AACpB;AAED,iBAAiB,4CAA4C;CAC3D,MAAM;CACN,MAAM;AACP;AAED,iBAAiB,uDAAuD;CACtE,MAAM;CACN,iBAAiB;AAClB;AAED,iBAAiB,8CAA8C;CAC7D,MAAM;CACN,QAAQ;AACT;AAED,iBAAiB,qDAAqD;CACpE,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,qEAAqE;CACpF,MAAM;CACN,+BAA+B;AAChC;;;;AAID,YAAY,yCACR,sDACA,yDACA,wDACA,wDACA,0DACA,wDACA,2DACA,8CACA,yDACA,gDACA,uDACA;AAEJ,iBAAiB,4BAA4B;CAC3C,aAAa,MAAM;AACpB;;;;AAID,iBAAiB,iBAAiB;CAChC,YAAY,MAAM;CAClB,QAAQ;CACR,QAAQ;AACT;AACD,iBAAiB,wCAAwC;CACvD,MAAM;CACN,YAAY;AACb;AAED,iBAAiB,yCAAyC;CACxD,MAAM;CACN,aAAa;AACd;AAED,iBAAiB,oCAAoC;CACnD,MAAM;CACN,QAAQ;AACT;;;;;;AAMD,YAAY,+BACR,0CACA,2CACA;AAEJ,iBAAiB,kCAAkC;CACjD,MAAM;CACN,eAAe;AAChB;AAED,iBAAiB,oCAAoC;CACnD,MAAM;CACN,iBAAiB;AAClB;;;;AAID,YAAY,sBACR,oCACA;AAEJ,iBAAiB,iEAAiE;CAChF,MAAM;CACN,2BAA2B;AAC5B;AAED,iBAAiB,iEAAiE;CAChF,MAAM;CACN,2BAA2B;AAC5B;;;;;;;;AAQD,YAAY,yCACR,mEACA;;;;AAKJ,iBAAiB,uBAAuB;CACtC,eAAe;CACf,kBAAkB;AACnB","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/schemamigrations/__components.ts"],"version":3,"file":"__components.d.ts"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * as OntologySchemaMigrationService from "./OntologySchemaMigrationService.js";
|
|
2
|
-
export type { BackupId, BulkLoadObjectTypeSchemaMigrationsRequest, BulkLoadObjectTypeSchemaMigrationsResponse, CastMigration, CastMigrationModification, DeleteTransitionModification, DropAllPatchesMigration, DropDatasourceMigration, DropPropertyMigration, EditsWinToLatestTimestamp, InitializationSource, InitializePatchesMigration, InitializePatchesMigrationModification, LatestSchemaVersion, LatestTimestampToEditsWin, LoadObjectTypeSchemaMigrationsRequest, LoadObjectTypeSchemaMigrationsResponse, LoadSchemaMigrationsPagingToken, NewVersionSchemaTransitionModification, NonRevertibleMigration, NonRevertibleMigrationModification, ObjectTypePrimaryKeyRename, ObjectTypePrimaryKeyRenameModification, ObjectTypeSchemaTransitions, OntologyIrCastMigration, OntologyIrDropPropertyMigration, OntologyIrEditsWinToLatestTimestamp, OntologyIrInitializationSource, OntologyIrInitializePatchesMigration, OntologyIrLatestTimestampToEditsWin, OntologyIrNonRevertibleMigration, OntologyIrObjectTypePrimaryKeyRename, OntologyIrPatchBackup, OntologyIrPrimaryKeyRenames, OntologyIrRenamePropertyMigration, OntologyIrSchemaMigration, OntologyIrSchemaMigrationInstruction, OntologyIrSchemaTransition, OntologyIrUpdateEditsResolutionStrategyMigration, PastVersionSchemaTransitionModification, PatchBackup, PermanentlyDeletePatchesMigration, PermanentlyDeletePatchesMigrationModification, PrimaryKeyRenames, PrimaryKeyRenamesModification, RenameDatasourceMigration, RenameDatasourceMigrationModification, RenamePropertyMigration, RenamePropertyMigrationModification, RevertMigration, SchemaMigration, SchemaMigrationInitialization, SchemaMigrationInstruction, SchemaMigrationInstructionInitialization, SchemaMigrationInstructionModification, SchemaMigrationModification, SchemaTransition, SchemaTransitionModification, SourceSchemaVersion, UpdateEditsResolutionStrategyMigration, VersionedObjectTypeRid } from "./__components.js";
|
|
2
|
+
export type { BackupId, BulkLoadObjectTypeSchemaMigrationsRequest, BulkLoadObjectTypeSchemaMigrationsResponse, CastMigration, CastMigrationModification, CastStructFieldMigration, CastStructFieldMigrationModification, DeleteTransitionModification, DropAllPatchesMigration, DropDatasourceMigration, DropPropertyMigration, DropStructFieldMigration, EditsWinToLatestTimestamp, InitializationSource, InitializePatchesMigration, InitializePatchesMigrationModification, LatestSchemaVersion, LatestTimestampToEditsWin, LoadObjectTypeSchemaMigrationsRequest, LoadObjectTypeSchemaMigrationsResponse, LoadSchemaMigrationsPagingToken, NewVersionSchemaTransitionModification, NonRevertibleMigration, NonRevertibleMigrationModification, ObjectTypePrimaryKeyRename, ObjectTypePrimaryKeyRenameModification, ObjectTypeSchemaTransitions, OntologyIrCastMigration, OntologyIrCastStructFieldMigration, OntologyIrDropPropertyMigration, OntologyIrDropStructFieldMigration, OntologyIrEditsWinToLatestTimestamp, OntologyIrInitializationSource, OntologyIrInitializePatchesMigration, OntologyIrLatestTimestampToEditsWin, OntologyIrNonRevertibleMigration, OntologyIrObjectTypePrimaryKeyRename, OntologyIrPatchBackup, OntologyIrPrimaryKeyRenames, OntologyIrRenamePropertyMigration, OntologyIrRenameStructFieldMigration, OntologyIrSchemaMigration, OntologyIrSchemaMigrationInstruction, OntologyIrSchemaTransition, OntologyIrUpdateEditsResolutionStrategyMigration, PastVersionSchemaTransitionModification, PatchBackup, PermanentlyDeletePatchesMigration, PermanentlyDeletePatchesMigrationModification, PrimaryKeyRenames, PrimaryKeyRenamesModification, RenameDatasourceMigration, RenameDatasourceMigrationModification, RenamePropertyMigration, RenamePropertyMigrationModification, RenameStructFieldMigration, RenameStructFieldMigrationModification, RevertMigration, SchemaMigration, SchemaMigrationInitialization, SchemaMigrationInstruction, SchemaMigrationInstructionInitialization, SchemaMigrationInstructionModification, SchemaMigrationModification, SchemaTransition, SchemaTransitionModification, SourceSchemaVersion, UpdateEditsResolutionStrategyMigration, VersionedObjectTypeRid } from "./__components.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,YAAY,oCAAoC;AAEhD,eACE,UACA,2CACA,4CACA,eACA,2BACA,8BACA,yBACA,yBACA,uBACA,2BACA,sBACA,4BACA,wCACA,qBACA,2BACA,uCACA,wCACA,iCACA,wCACA,wBACA,oCACA,4BACA,wCACA,6BACA,yBACA,iCACA,qCACA,gCACA,sCACA,qCACA,kCACA,sCACA,uBACA,6BACA,mCACA,2BACA,sCACA,4BACA,kDACA,yCACA,aACA,mCACA,+CACA,mBACA,+BACA,2BACA,uCACA,yBACA,qCACA,iBACA,iBACA,+BACA,4BACA,0CACA,wCACA,6BACA,kBACA,8BACA,qBACA,wCACA,8BACK","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/schemamigrations/index.ts"],"version":3,"file":"index.d.ts"}
|
|
1
|
+
{"mappings":"AAgBA,YAAY,oCAAoC;AAEhD,eACE,UACA,2CACA,4CACA,eACA,2BACA,0BACA,sCACA,8BACA,yBACA,yBACA,uBACA,0BACA,2BACA,sBACA,4BACA,wCACA,qBACA,2BACA,uCACA,wCACA,iCACA,wCACA,wBACA,oCACA,4BACA,wCACA,6BACA,yBACA,oCACA,iCACA,oCACA,qCACA,gCACA,sCACA,qCACA,kCACA,sCACA,uBACA,6BACA,mCACA,sCACA,2BACA,sCACA,4BACA,kDACA,yCACA,aACA,mCACA,+CACA,mBACA,+BACA,2BACA,uCACA,yBACA,qCACA,4BACA,wCACA,iBACA,iBACA,+BACA,4BACA,0CACA,wCACA,6BACA,kBACA,8BACA,qBACA,wCACA,8BACK","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/schemamigrations/index.ts"],"version":3,"file":"index.d.ts"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DatasourceIdentifier as _api_DatasourceIdentifier, ObjectTypeFieldApiName as _api_ObjectTypeFieldApiName, OntologyVersion as _api_OntologyVersion, PropertyTypeRid as _api_PropertyTypeRid, SharedPropertyTypeRid as _api_SharedPropertyTypeRid, StructFieldRid as _api_StructFieldRid, TypeClass as _api_TypeClass, ValueTypeIdInRequest as _api_ValueTypeIdInRequest } from "../__components.js";
|
|
1
|
+
import type { DatasourceIdentifier as _api_DatasourceIdentifier, ObjectTypeFieldApiName as _api_ObjectTypeFieldApiName, OntologyRid as _api_OntologyRid, OntologyVersion as _api_OntologyVersion, PropertyTypeRid as _api_PropertyTypeRid, SharedPropertyTypeRid as _api_SharedPropertyTypeRid, StructFieldRid as _api_StructFieldRid, TypeClass as _api_TypeClass, ValueTypeIdInRequest as _api_ValueTypeIdInRequest } from "../__components.js";
|
|
2
2
|
import type { SharedPropertyTypeModification as _api_modification_SharedPropertyTypeModification } from "../modification/__components.js";
|
|
3
3
|
/**
|
|
4
4
|
* This type exists because Conjure does not support using an alias of an external type as a key to a map
|
|
@@ -17,6 +17,7 @@ export type CaseSensitiveGothamPropertyTypeUri = string;
|
|
|
17
17
|
*/
|
|
18
18
|
export interface CheckTranslationEligibilityRequest {
|
|
19
19
|
delegates: Record<GothamDatasourceDelegateId, _api_DatasourceIdentifier>;
|
|
20
|
+
ontologyRid?: _api_OntologyRid | null | undefined;
|
|
20
21
|
}
|
|
21
22
|
/**
|
|
22
23
|
* Returns the security translation eligibility of the requested Delegates.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,cACE,wBAAwB,2BACxB,0BAA0B,6BAC1B,mBAAmB,sBACnB,mBAAmB,sBACnB,yBAAyB,4BACzB,kBAAkB,qBAClB,aAAa,gBACb,wBAAwB,iCACnB,oBAAqB;AAC5B,cAAc,kCAAkC,wDAAwD,iCAAkC;;;;;;AAO1I,YAAY;;;;;;AAOZ,YAAY;;;;AAKZ,iBAAiB,mCAAmC;CAClD,WAAW,OAAO,4BAA4B;
|
|
1
|
+
{"mappings":"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3D,oCAAoC,OAClC,6BACA;CAEF,MAAM;AACP;;;;AAID,iBAAiB,uBAAuB,CACvC;AACD,iBAAiB,8CAA8C;CAC7D,MAAM;CACN,wBAAwB;AACzB;AAED,iBAAiB,8CAA8C;CAC7D,MAAM;CACN,wBAAwB;AACzB;AACD,YAAY,yBACR,gDACA;AAEJ,iBAAiB,qFAAqF;CACpG,MAAM;CACN,qDACE;AACH;AAED,iBAAiB,iEAAiE;CAChF,MAAM;CACN,iCAAiC;AAClC;AAED,iBAAiB,iEAAiE;CAChF,MAAM;CACN,iCAAiC;AAClC;AAED,iBAAiB,oFAAoF;CACnG,MAAM;CACN,oDACE;AACH;AAED,iBAAiB,yFAAyF;CACxG,MAAM;CACN,yDACE;AACH;AAED,iBAAiB,yFAAyF;CACxG,MAAM;CACN,yDACE;AACH;AAED,iBAAiB,oEAAoE;CACnF,MAAM;CACN,oCAAoC;AACrC;AAED,iBAAiB,wEAAwE;CACvF,MAAM;CACN,wCACE;AACH;AAED,iBAAiB,gFAAgF;CAC/F,MAAM;CACN,gDACE;AACH;AACD,YAAY,mCACR,uFACA,mEACA,mEACA,sFACA,2FACA,2FACA,sEACA,0EACA;AAEJ,iBAAiB,4EAA4E;CAC3F,MAAM;CACN,0CACE;AACH;AAED,iBAAiB,2EAA2E;CAC1F,MAAM;CACN,yCACE;AACH;AAED,iBAAiB,+EAA+E;CAC9F,MAAM;CACN,6CACE;AACH;AAED,iBAAiB,2EAA2E;CAC1F,MAAM;CACN,yCACE;AACH;AAED,iBAAiB,+EAA+E;CAC9F,MAAM;CACN,6CACE;AACH;AAED,iBAAiB,mFAAmF;CAClG,MAAM;CACN,iDACE;AACH;AAED,iBAAiB,0FAA0F;CACzG,MAAM;CACN,wDACE;AACH;AAED,iBAAiB,0FAA0F;CACzG,MAAM;CACN,wDACE;AACH;AAED,iBAAiB,gFAAgF;CAC/F,MAAM;CACN,8CACE;AACH;AAED,iBAAiB,wEAAwE;CACvF,MAAM;CACN,sCAAsC;AACvC;AACD,YAAY,qCACR,8EACA,6EACA,iFACA,6EACA,iFACA,qFACA,4FACA,4FACA,kFACA;;;;AAKJ,iBAAiB,uBAAuB;CACtC,QAAQ,MAAM;AACf;AACD,YAAY,oCACR,6BACA,mCACA,0BACA,2BACA,2CACA","names":[],"sources":["../../../../../../src/generated/ontology-metadata/api/typemapping/__components.ts"],"version":3,"file":"__components.d.ts"}
|
package/build/types/index.d.ts
CHANGED
|
@@ -4,17 +4,15 @@ export type { GetBulkLinksPageRequest } from "./generated/object-set-service/ap
|
|
|
4
4
|
export type { ObjectIdentifier } from "./generated/object-set-service/api/ObjectIdentifier.js";
|
|
5
5
|
export type { ObjectSet } from "./generated/object-set-service/api/ObjectSet.js";
|
|
6
6
|
export type { ObjectSetFilter } from "./generated/object-set-service/api/ObjectSetFilter.js";
|
|
7
|
-
export type { LinkTypeMetadata } from "./generated/ontology-metadata/api/__components.js";
|
|
8
|
-
export type { LoadAllOntologiesResponse } from "./generated/ontology-metadata/api/__components.js";
|
|
9
|
-
export type { ObjectType } from "./generated/ontology-metadata/api/__components.js";
|
|
10
|
-
export type { StructFieldType } from "./generated/ontology-metadata/api/__components.js";
|
|
11
|
-
export type { Type } from "./generated/ontology-metadata/api/__components.js";
|
|
12
|
-
export type { SharedPropertyTypeGothamMapping } from "./generated/ontology-metadata/api/typemapping/__components.js";
|
|
13
7
|
export { createTemporaryObjectSet } from "./generated/object-set-service/api/ObjectSetService.js";
|
|
14
8
|
export { getBulkLinksPage } from "./generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.js";
|
|
15
9
|
export { bulkLoadOntologyEntities } from "./generated/ontology-metadata/api/OntologyMetadataService/bulkLoadOntologyEntities.js";
|
|
16
10
|
export { getLinkTypesForObjectTypes } from "./generated/ontology-metadata/api/OntologyMetadataService/getLinkTypesForObjectTypes.js";
|
|
17
11
|
export { loadAllOntologies } from "./generated/ontology-metadata/api/OntologyMetadataService/loadAllOntologies.js";
|
|
12
|
+
export * from "./generated/ontology-metadata/api/__components.js";
|
|
13
|
+
export type { OntologyIrBaseParameterType, OntologyIrBaseParameterType_decimal, OntologyIrBaseParameterType_decimalList, OntologyIrBaseParameterType_interfaceReference, OntologyIrBaseParameterType_interfaceReferenceList, OntologyIrBaseParameterType_objectReference, OntologyIrBaseParameterType_objectReferenceList, OntologyIrBaseParameterType_objectSetRid, OntologyIrBaseParameterType_struct, OntologyIrBaseParameterType_structList, OntologyIrBaseParameterType_timestamp, OntologyIrBaseParameterType_timestampList, ParameterRenderHint, ParameterRequiredConfiguration } from "./generated/ontology-metadata/api/types/__components.js";
|
|
14
|
+
export type { OntologyIrActionTypeBlockDataV2, OntologyIrLinkTypeBlockDataV2, OntologyIrObjectTypeBlockDataV2 } from "./generated/ontology-metadata/api/blockdata/__components.ts";
|
|
15
|
+
export type { SharedPropertyTypeGothamMapping } from "./generated/ontology-metadata/api/typemapping/__components.ts";
|
|
18
16
|
export type { BaseType } from "./generated/type-registry/api/BaseType.js";
|
|
19
17
|
export type { DataConstraint } from "./generated/type-registry/api/DataConstraint.js";
|
|
20
18
|
export type { DataConstraintWrapper } from "./generated/type-registry/api/DataConstraintWrapper.js";
|
|
@@ -25,27 +23,4 @@ export type { ValueTypeDataConstraint } from "./generated/type-registry/api/Val
|
|
|
25
23
|
export type { ValueTypeDisplayMetadata } from "./generated/type-registry/api/ValueTypeDisplayMetadata.js";
|
|
26
24
|
export type { ValueTypeStatus } from "./generated/type-registry/api/ValueTypeStatus.js";
|
|
27
25
|
export type { ValueTypeVersion } from "./generated/type-registry/api/ValueTypeVersion.js";
|
|
28
|
-
export type { InterfaceTypeStatus, InterfaceTypeStatus_active, InterfaceTypeStatus_deprecated, InterfaceTypeStatus_experimental } from "./generated/ontology-metadata/api/__components.js";
|
|
29
|
-
export type { InterfaceTypeRid } from "./generated/ontology-metadata/api/__components.js";
|
|
30
26
|
export type { ApiNameValueTypeReference, ImportedSharedPropertyTypes, ImportedTypes, OntologyIr, OntologyIrInterfaceType, OntologyIrInterfaceTypeBlockDataV2, OntologyIrOntologyBlockDataV2, OntologyIrPackagedValueType, OntologyIrPackagedValueTypeMetadata, OntologyIrSharedPropertyType, OntologyIrSharedPropertyTypeBlockDataV2, OntologyIrStructFieldType, OntologyIrType, OntologyIrValueTypeBlockData, OntologyIrValueTypeBlockDataEntry } from "./blockDataIr.js";
|
|
31
|
-
export type { Visibility } from "./generated/ontology-metadata/api/__components.ts";
|
|
32
|
-
export type { ColumnName } from "./generated/ontology-metadata/api/__components.ts";
|
|
33
|
-
export type { InterfaceSharedPropertyType } from "./generated/ontology-metadata/api/__components.ts";
|
|
34
|
-
export type { LinkTypeDisplayMetadata } from "./generated/ontology-metadata/api/__components.ts";
|
|
35
|
-
export type { ObjectTypeFieldApiName } from "./generated/ontology-metadata/api/__components.ts";
|
|
36
|
-
export type { OntologyIrInterfaceSharedPropertyType } from "./generated/ontology-metadata/api/__components.ts";
|
|
37
|
-
export type { OntologyIrLinkDefinition } from "./generated/ontology-metadata/api/__components.ts";
|
|
38
|
-
export type { OntologyIrLinkType } from "./generated/ontology-metadata/api/__components.ts";
|
|
39
|
-
export type { OntologyIrLinkTypeStatus } from "./generated/ontology-metadata/api/__components.ts";
|
|
40
|
-
export type { OntologyIrManyToManyLinkDefinition } from "./generated/ontology-metadata/api/__components.ts";
|
|
41
|
-
export type { OntologyIrManyToManyLinkTypeDatasource } from "./generated/ontology-metadata/api/__components.ts";
|
|
42
|
-
export type { OntologyIrObjectType } from "./generated/ontology-metadata/api/__components.ts";
|
|
43
|
-
export type { OntologyIrObjectTypeDatasource } from "./generated/ontology-metadata/api/__components.ts";
|
|
44
|
-
export type { OntologyIrObjectTypeDatasourceDefinition } from "./generated/ontology-metadata/api/__components.ts";
|
|
45
|
-
export type { OntologyIrObjectTypeInterfaceImplementation } from "./generated/ontology-metadata/api/__components.ts";
|
|
46
|
-
export type { OntologyIrOneToManyLinkDefinition } from "./generated/ontology-metadata/api/__components.ts";
|
|
47
|
-
export type { OntologyIrPropertyType } from "./generated/ontology-metadata/api/__components.ts";
|
|
48
|
-
export type { PropertyTypeMappingInfo } from "./generated/ontology-metadata/api/__components.ts";
|
|
49
|
-
export type { RetentionPolicy } from "./generated/ontology-metadata/api/__components.ts";
|
|
50
|
-
export type { OntologyIrLinkTypeBlockDataV2 } from "./generated/ontology-metadata/api/blockdata/__components.ts";
|
|
51
|
-
export type { OntologyIrObjectTypeBlockDataV2 } from "./generated/ontology-metadata/api/blockdata/__components.ts";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,eAAc,2BAA2B;AACzC,eAAc,8BAA8B;AAC5C,eAAc,+BAA+B;AAC7C,eAAc,wBAAwB;AACtC,
|
|
1
|
+
{"mappings":"AAgBA,eAAc,2BAA2B;AACzC,eAAc,8BAA8B;AAC5C,eAAc,+BAA+B;AAC7C,eAAc,wBAAwB;AACtC,eAAc,iBAAiB;AAC/B,eAAc,uBAAuB;AAErC,SAAS,gCAAgC;AACzC,SAAS,wBAAwB;AAEjC,SAAS,gCAAgC;AACzC,SAAS,kCAAkC;AAC3C,SAAS,yBAAyB;AAElC,cAAc;AAEd,eACE,6BACA,qCACA,yCACA,gDACA,oDACA,6CACA,iDACA,0CACA,oCACA,wCACA,uCACA,2CACA,qBACA,sCACK;AAEP,eACE,iCACA,+BACA,uCACK;AAEP,eAAc,uCAAuC;AAErD,eAAc,gBAAgB;AAC9B,eAAc,sBAAsB;AACpC,eAAc,6BAA6B;AAC3C,eAAc,oBAAoB;AAClC,eAAc,sBAAsB;AACpC,eAAc,wBAAwB;AACtC,eAAc,+BAA+B;AAC7C,eAAc,gCAAgC;AAC9C,eAAc,uBAAuB;AACrC,eAAc,wBAAwB;AAEtC,eACE,2BACA,6BACA,eACA,YACA,yBACA,oCACA,+BACA,6BACA,qCACA,8BACA,yCACA,2BACA,gBACA,8BACA,yCACK","names":[],"sources":["../../src/index.ts"],"version":3,"file":"index.d.ts"}
|