@sassoftware/vi-api 1.40.3 → 1.42.0

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.
Files changed (116) hide show
  1. package/README.md +36 -5
  2. package/component/index.d.ts +5 -1
  3. package/component/package.json +2 -2
  4. package/config/config-api.d.ts +5 -1
  5. package/config/package.json +2 -2
  6. package/control/control-api.d.ts +12 -1
  7. package/control/package.json +2 -2
  8. package/control/page.d.ts +9 -0
  9. package/current-user/currentUser-api.d.ts +5 -1
  10. package/current-user/package.json +2 -2
  11. package/elements/index.d.ts +30 -0
  12. package/elements/index.js +31 -0
  13. package/elements/package.json +9 -0
  14. package/elements/properties.d.ts +89 -0
  15. package/event/event-api.d.ts +9 -4
  16. package/event/event-api.js +1 -0
  17. package/event/package.json +2 -2
  18. package/file/file-api.d.ts +5 -1
  19. package/file/package.json +2 -2
  20. package/http/index.d.ts +5 -1
  21. package/http/package.json +2 -2
  22. package/index.d.ts +3 -1
  23. package/init/index.d.ts +12 -7
  24. package/init/index.js +3 -2
  25. package/init/package.json +2 -2
  26. package/localization/localization-api.d.ts +24 -9
  27. package/localization/package.json +2 -2
  28. package/metadata/admin/admin-metadata-api.d.ts +5 -1
  29. package/metadata/admin/index.d.ts +1 -0
  30. package/metadata/admin/index.js +1 -0
  31. package/metadata/metadata-api.d.ts +9 -5
  32. package/metadata/package.json +2 -2
  33. package/object/object-api.d.ts +9 -5
  34. package/object/package.json +2 -2
  35. package/package.json +3 -3
  36. package/page-admin/package.json +2 -2
  37. package/page-admin/page-admin-api.d.ts +5 -1
  38. package/page-model/package.json +2 -2
  39. package/page-model/page-model-api.d.ts +6 -5
  40. package/page-state/package.json +2 -2
  41. package/page-state/page-state-api.d.ts +4 -1
  42. package/page-template/package.json +2 -2
  43. package/page-template/page-template-api.d.ts +5 -1
  44. package/property/package.json +2 -2
  45. package/property/property-api.d.ts +6 -2
  46. package/reference-data/package.json +2 -2
  47. package/reference-data/refData.d.ts +4 -1
  48. package/resource/package.json +2 -2
  49. package/resource/resource-api.d.ts +5 -1
  50. package/search/client/client-search-api.d.ts +7 -3
  51. package/search/client/index.d.ts +1 -0
  52. package/search/client/index.js +1 -0
  53. package/search/package.json +2 -2
  54. package/search/search-api.d.ts +5 -1
  55. package/sheet/package.json +2 -2
  56. package/sheet/sheet-api.d.ts +5 -1
  57. package/shell-tabs/package.json +2 -2
  58. package/shell-tabs/shell-tabs-api.d.ts +11 -7
  59. package/svi-datahub/index.d.ts +75 -75
  60. package/svi-datahub/package.json +1 -1
  61. package/tab/package.json +2 -2
  62. package/tab/tab-api.d.ts +5 -1
  63. package/theme/package.json +2 -2
  64. package/theme/theme-api.d.ts +6 -2
  65. package/traversal/package.json +2 -2
  66. package/traversal/traversal-api.d.ts +5 -1
  67. package/component/public-api.d.ts +0 -1
  68. package/component/public-api.js +0 -1
  69. package/http/public-api.d.ts +0 -1
  70. package/http/public-api.js +0 -1
  71. package/init/public-api.d.ts +0 -1
  72. package/init/public-api.js +0 -1
  73. package/public-api.d.ts +0 -1
  74. /package/config/{public-api.d.ts → index.d.ts} +0 -0
  75. /package/config/{public-api.js → index.js} +0 -0
  76. /package/control/{public-api.d.ts → index.d.ts} +0 -0
  77. /package/control/{public-api.js → index.js} +0 -0
  78. /package/current-user/{public-api.d.ts → index.d.ts} +0 -0
  79. /package/current-user/{public-api.js → index.js} +0 -0
  80. /package/{public-api.js → elements/properties.js} +0 -0
  81. /package/event/{public-api.d.ts → index.d.ts} +0 -0
  82. /package/event/{public-api.js → index.js} +0 -0
  83. /package/file/{public-api.d.ts → index.d.ts} +0 -0
  84. /package/file/{public-api.js → index.js} +0 -0
  85. /package/localization/{public-api.d.ts → index.d.ts} +0 -0
  86. /package/localization/{public-api.js → index.js} +0 -0
  87. /package/metadata/{public-api.d.ts → index.d.ts} +0 -0
  88. /package/metadata/{public-api.js → index.js} +0 -0
  89. /package/object/{public-api.d.ts → index.d.ts} +0 -0
  90. /package/object/{public-api.js → index.js} +0 -0
  91. /package/page-admin/{public-api.d.ts → index.d.ts} +0 -0
  92. /package/page-admin/{public-api.js → index.js} +0 -0
  93. /package/page-model/{public-api.d.ts → index.d.ts} +0 -0
  94. /package/page-model/{public-api.js → index.js} +0 -0
  95. /package/page-state/{public-api.d.ts → index.d.ts} +0 -0
  96. /package/page-state/{public-api.js → index.js} +0 -0
  97. /package/page-template/{public-api.d.ts → index.d.ts} +0 -0
  98. /package/page-template/{public-api.js → index.js} +0 -0
  99. /package/property/{public-api.d.ts → index.d.ts} +0 -0
  100. /package/property/{public-api.js → index.js} +0 -0
  101. /package/reference-data/{public-api.d.ts → index.d.ts} +0 -0
  102. /package/reference-data/{public-api.js → index.js} +0 -0
  103. /package/resource/{public-api.d.ts → index.d.ts} +0 -0
  104. /package/resource/{public-api.js → index.js} +0 -0
  105. /package/search/{public-api.d.ts → index.d.ts} +0 -0
  106. /package/search/{public-api.js → index.js} +0 -0
  107. /package/sheet/{public-api.d.ts → index.d.ts} +0 -0
  108. /package/sheet/{public-api.js → index.js} +0 -0
  109. /package/shell-tabs/{public-api.d.ts → index.d.ts} +0 -0
  110. /package/shell-tabs/{public-api.js → index.js} +0 -0
  111. /package/tab/{public-api.d.ts → index.d.ts} +0 -0
  112. /package/tab/{public-api.js → index.js} +0 -0
  113. /package/theme/{public-api.d.ts → index.d.ts} +0 -0
  114. /package/theme/{public-api.js → index.js} +0 -0
  115. /package/traversal/{public-api.d.ts → index.d.ts} +0 -0
  116. /package/traversal/{public-api.js → index.js} +0 -0
@@ -1,22 +1,22 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- // Generated using typescript-generator version 2.15.527 on 2024-05-02 10:44:28.
3
+ // Generated using typescript-generator version 2.15.527 on 2024-05-01 20:09:23.
4
4
 
5
5
  export interface SecuredApiMeta {
6
6
  build?: SecuredBuild;
7
7
  apiVersion?: number;
8
- experimental?: boolean;
9
- applicationVersion?: string;
10
- serviceId?: string;
11
8
  developmentStartYear?: number;
9
+ serviceId?: string;
10
+ experimental?: boolean;
12
11
  developmentEndYear?: number;
12
+ applicationVersion?: string;
13
13
  }
14
14
 
15
15
  export interface SecuredBuild {
16
- sourceId?: string;
17
- applicationVersion?: string;
18
16
  buildVersion?: string;
17
+ sourceId?: string;
19
18
  sourceTimeStamp?: string;
19
+ applicationVersion?: string;
20
20
  timeStamp?: string;
21
21
  }
22
22
 
@@ -28,9 +28,9 @@ export interface Api extends Serializable {
28
28
  export interface ApiMeta extends Serializable {
29
29
  build?: Build;
30
30
  apiVersion?: number;
31
- experimental?: boolean;
32
- serviceId?: string;
33
31
  developmentStartYear?: number;
32
+ serviceId?: string;
33
+ experimental?: boolean;
34
34
  developmentEndYear?: number;
35
35
  }
36
36
 
@@ -48,10 +48,10 @@ export interface ResourceMediaTypes {
48
48
 
49
49
  export interface Build extends Serializable {
50
50
  timeStamp?: string;
51
- sourceId?: string;
52
- applicationVersion?: string;
53
51
  buildVersion?: string;
52
+ sourceId?: string;
54
53
  sourceTimeStamp?: string;
54
+ applicationVersion?: string;
55
55
  }
56
56
 
57
57
  export interface Count extends Serializable {
@@ -761,13 +761,13 @@ export interface CoreRelationship extends CoreDataObjectWithHistory {
761
761
  readOnly?: boolean;
762
762
  qualifiedName?: string;
763
763
  link?: boolean;
764
- internalHeterogeneous?: boolean;
765
- reverseLabel?: string;
764
+ heterogeneous?: boolean;
766
765
  primaryKeyFields?: CoreRelationshipField[];
767
766
  attributeFields?: CoreRelationshipField[];
768
767
  nonAttributeFieldNames?: string[];
769
768
  foreignKeyFieldNames?: string[];
770
- heterogeneous?: boolean;
769
+ internalHeterogeneous?: boolean;
770
+ reverseLabel?: string;
771
771
  }
772
772
 
773
773
  export interface CoreRelationshipField extends CoreDataField<CoreRelationship> {
@@ -809,9 +809,9 @@ export interface CoreStoredObject extends CoreDataObjectWithHistory {
809
809
  publishCode?: PublishCode;
810
810
  fieldMap?: { [index: string]: CoreStoredObjectField };
811
811
  readOnly?: boolean;
812
+ primaryKeyFields?: CoreStoredObjectField[];
812
813
  quotedDeleteTableName?: string;
813
814
  urnsequential?: boolean;
814
- primaryKeyFields?: CoreStoredObjectField[];
815
815
  }
816
816
 
817
817
  export interface CoreStoredObjectField extends CoreDataField<CoreStoredObject> {
@@ -842,14 +842,14 @@ export interface CoreTransaction extends CoreDataObject {
842
842
  lineWidthFunctionType?: AggregateFunctionType;
843
843
  lineColorFieldName?: string;
844
844
  lineColorFunctionType?: AggregateFunctionType;
845
+ toHeterogeneousAndFromObjectIsIndexable?: boolean;
846
+ heterogeneous?: boolean;
847
+ primaryKeyFields?: CoreDataField<any>[];
848
+ toHeterogeneous?: boolean;
849
+ fromHeterogeneous?: boolean;
845
850
  fullHeterogeneous?: boolean;
846
851
  fromHeterogeneousAndToObjectIsIndexable?: boolean;
847
852
  nonHeterogeneousAndBothSidesAreIndexable?: boolean;
848
- toHeterogeneous?: boolean;
849
- fromHeterogeneous?: boolean;
850
- toHeterogeneousAndFromObjectIsIndexable?: boolean;
851
- primaryKeyFields?: CoreDataField<any>[];
852
- heterogeneous?: boolean;
853
853
  }
854
854
 
855
855
  export interface CoreTransactionField extends CoreDataField<CoreTransaction> {
@@ -2461,8 +2461,8 @@ export interface DatahubQuery {
2461
2461
  includeAuditObjects?: boolean;
2462
2462
  dataMaskingStrategy?: DataMaskingStrategy;
2463
2463
  filterInternalChildEntityAuditFields?: boolean;
2464
- selectAll?: boolean;
2465
2464
  selectColumnFields?: string[];
2465
+ selectAll?: boolean;
2466
2466
  }
2467
2467
 
2468
2468
  export interface EmptyResultsWherePredicate extends WherePredicate {
@@ -2685,9 +2685,8 @@ export interface DataField {
2685
2685
  columnName?: string;
2686
2686
  scale?: number;
2687
2687
  label?: string;
2688
- redacted?: AbstractRedactionRuleUnion;
2689
- ownerName?: string;
2690
- currentUserIsAuthorizedToReveal?: boolean;
2688
+ dataType?: any;
2689
+ primaryKeyField?: boolean;
2691
2690
  allowMultipleSelections?: boolean;
2692
2691
  displayIndex?: number;
2693
2692
  primaryKeySeqNo?: number;
@@ -2701,11 +2700,12 @@ export interface DataField {
2701
2700
  displayInTimeZone?: string;
2702
2701
  showTimeZone?: boolean;
2703
2702
  masked?: boolean;
2704
- primaryKeyField?: boolean;
2703
+ authorizedToRevealMasked?: UserGroupChooserSelection[];
2704
+ redacted?: AbstractRedactionRuleUnion;
2705
2705
  requiredConditionally?: ConditionalRule;
2706
2706
  readOnlyConditionally?: ConditionalRule;
2707
- authorizedToRevealMasked?: UserGroupChooserSelection[];
2708
- dataType?: any;
2707
+ ownerName?: string;
2708
+ currentUserIsAuthorizedToReveal?: boolean;
2709
2709
  description?: string;
2710
2710
  }
2711
2711
 
@@ -2717,17 +2717,17 @@ export interface DataObject extends SolutionAssignedDTO {
2717
2717
  version?: number;
2718
2718
  tableName?: string;
2719
2719
  label?: string;
2720
- historyEnabled?: boolean;
2721
2720
  createdAtTimeFieldName?: string;
2722
- dataStoreName?: string;
2723
- dataStoreDefaultSchemaName?: string;
2724
- dataStoreAssignedTimeZone?: string;
2721
+ validFromFieldName?: string;
2725
2722
  systemReserved?: boolean;
2726
2723
  allowedRedactedFieldGroups?: string[];
2727
- validFromFieldName?: string;
2728
2724
  validToFieldName?: string;
2729
2725
  lastUpdatedAtTimeFieldName?: string;
2730
2726
  displayTextFields?: SortableNameReference[];
2727
+ dataStoreName?: string;
2728
+ dataStoreDefaultSchemaName?: string;
2729
+ dataStoreAssignedTimeZone?: string;
2730
+ historyEnabled?: boolean;
2731
2731
  description?: string;
2732
2732
  }
2733
2733
 
@@ -2776,20 +2776,20 @@ export interface Entity extends SolutionAssignedDTO {
2776
2776
  id?: number;
2777
2777
  scale?: number;
2778
2778
  label?: string;
2779
+ defaultRegularIcon?: Icon;
2779
2780
  nodeColor?: string;
2780
2781
  nodeShape?: string;
2781
2782
  markerColor?: string;
2782
2783
  borderColor?: string;
2783
2784
  borderWidth?: number;
2785
+ compounds?: Compound[];
2784
2786
  useForNetworkBuild?: boolean;
2785
2787
  temporalSplitting?: boolean;
2786
2788
  displayTextElements?: SortableNameReference[];
2787
2789
  linkDisplayTextElements?: SortableNameReference[];
2788
2790
  requiresMultipleContributors?: boolean;
2789
- defaultMapIcon?: Icon;
2790
2791
  publishCode?: PublishCode;
2791
- defaultRegularIcon?: Icon;
2792
- compounds?: Compound[];
2792
+ defaultMapIcon?: Icon;
2793
2793
  }
2794
2794
 
2795
2795
  export interface Error {
@@ -2811,8 +2811,8 @@ export interface FieldMaskingConfigDTO {
2811
2811
  export interface Icon {
2812
2812
  id?: number;
2813
2813
  type?: IconType;
2814
- imageLocation?: string;
2815
2814
  imageType?: IconImageType;
2815
+ imageLocation?: string;
2816
2816
  }
2817
2817
 
2818
2818
  export interface LinkBulkOperationResult {
@@ -2846,19 +2846,12 @@ export interface ReferenceListSummary {
2846
2846
  export interface Relationship extends DataObject {
2847
2847
  type?: RelationshipType;
2848
2848
  required?: boolean;
2849
- width?: number;
2850
2849
  qualifiedName?: string;
2851
2850
  managed?: boolean;
2852
- color?: string;
2853
- fromObjectLabel?: string;
2854
- toObjectLabel?: string;
2855
- toObjectTypeNames?: string[];
2851
+ width?: number;
2856
2852
  fromObjectName?: string;
2857
2853
  toObjectName?: string;
2858
- summaryFields?: SortableNameReference[];
2859
- heterogeneousLink?: boolean;
2860
- linkFields?: { [index: string]: string }[];
2861
- joinTableName?: string;
2854
+ color?: string;
2862
2855
  cardinality?: RelationshipCardinality;
2863
2856
  previousCardinality?: RelationshipCardinality;
2864
2857
  symmetric?: boolean;
@@ -2866,6 +2859,13 @@ export interface Relationship extends DataObject {
2866
2859
  reverseLabel?: string;
2867
2860
  dashType?: string;
2868
2861
  styles?: LinkStyleDTO[];
2862
+ fromObjectLabel?: string;
2863
+ toObjectLabel?: string;
2864
+ toObjectTypeNames?: string[];
2865
+ summaryFields?: SortableNameReference[];
2866
+ heterogeneousLink?: boolean;
2867
+ linkFields?: { [index: string]: string }[];
2868
+ joinTableName?: string;
2869
2869
  }
2870
2870
 
2871
2871
  export interface SheetCopySelection {
@@ -2889,35 +2889,35 @@ export interface StoredDataObject extends DataObject {
2889
2889
  scale?: number;
2890
2890
  parentName?: string;
2891
2891
  nodeDecoration?: NodeDecorationDTO;
2892
+ defaultRegularIcon?: Icon;
2892
2893
  nodeColor?: string;
2893
2894
  nodeShape?: string;
2894
2895
  markerColor?: string;
2895
- relationshipsTo?: Relationship[];
2896
- fileCategories?: FileCategory[];
2897
2896
  borderColor?: string;
2898
2897
  borderWidth?: number;
2899
- defaultMapIcon?: Icon;
2898
+ relationshipsTo?: Relationship[];
2899
+ fileCategories?: FileCategory[];
2900
2900
  attachmentsIndexedForSearch?: boolean;
2901
2901
  enableCasDistributedDataLoad?: boolean;
2902
2902
  elementGroupRoot?: boolean;
2903
2903
  requireSearchBeforeCreate?: boolean;
2904
2904
  mobileOfflineEnabled?: boolean;
2905
- defaultRegularIcon?: Icon;
2906
- relationshipsFrom?: Relationship[];
2907
2905
  styles?: EntityStyleDTO[];
2906
+ defaultMapIcon?: Icon;
2907
+ relationshipsFrom?: Relationship[];
2908
2908
  }
2909
2909
 
2910
2910
  export interface Transaction extends DataObject {
2911
2911
  fromObjectName?: string;
2912
2912
  toObjectName?: string;
2913
- lineWidthFunctionType?: AggregateFunctionType;
2914
- lineColorFieldName?: string;
2915
- lineColorFunctionType?: AggregateFunctionType;
2913
+ toObjectTypeFieldName?: string;
2916
2914
  fromObjectTypeFieldName?: string;
2917
2915
  fromObjectRefFieldName?: string;
2918
2916
  toObjectRefFieldName?: string;
2919
2917
  lineWidthFieldName?: string;
2920
- toObjectTypeFieldName?: string;
2918
+ lineWidthFunctionType?: AggregateFunctionType;
2919
+ lineColorFieldName?: string;
2920
+ lineColorFunctionType?: AggregateFunctionType;
2921
2921
  }
2922
2922
 
2923
2923
  export interface Version extends VersionSummary {
@@ -3256,12 +3256,12 @@ export interface EventMetadata {
3256
3256
 
3257
3257
  export interface ValidatableContextMapping extends SolutionAssignedDTO {
3258
3258
  tag?: string;
3259
- templateId?: any;
3259
+ docType?: string;
3260
+ uuid?: string;
3260
3261
  toolbarEnabled?: boolean;
3261
3262
  evaluateOrder?: number;
3262
3263
  fallbackToEvent?: string;
3263
- uuid?: string;
3264
- docType?: string;
3264
+ templateId?: any;
3265
3265
  event?: string;
3266
3266
  }
3267
3267
 
@@ -3818,17 +3818,17 @@ export interface JavaType extends ResolvedType, Serializable, Type {
3818
3818
  genericSignature?: string;
3819
3819
  superClass?: JavaType;
3820
3820
  keyType?: JavaType;
3821
- typeHandler?: any;
3822
- recordType?: boolean;
3821
+ javaLangObject?: boolean;
3823
3822
  valueHandler?: any;
3823
+ typeHandler?: any;
3824
3824
  referencedType?: JavaType;
3825
- javaLangObject?: boolean;
3825
+ recordType?: boolean;
3826
+ enumImplType?: boolean;
3826
3827
  contentValueHandler?: any;
3827
3828
  contentTypeHandler?: any;
3828
3829
  erasedSignature?: string;
3829
- enumImplType?: boolean;
3830
- bindings?: TypeBindings;
3831
3830
  contentType?: JavaType;
3831
+ bindings?: TypeBindings;
3832
3832
  }
3833
3833
 
3834
3834
  export interface Class<T> extends Serializable, GenericDeclaration, Type, AnnotatedElement, OfField<Class<any>>, Constable {
@@ -3845,12 +3845,12 @@ export interface ValueInstantiator {
3845
3845
 
3846
3846
  export interface JsonDeserializer<T> extends NullValueProvider {
3847
3847
  cachable?: boolean;
3848
- delegatee?: JsonDeserializer<any>;
3849
- knownPropertyNames?: any[];
3850
- objectIdReader?: ObjectIdReader;
3851
3848
  emptyValue?: any;
3852
3849
  nullValue?: T;
3853
3850
  emptyAccessPattern?: AccessPattern;
3851
+ delegatee?: JsonDeserializer<any>;
3852
+ knownPropertyNames?: any[];
3853
+ objectIdReader?: ObjectIdReader;
3854
3854
  }
3855
3855
 
3856
3856
  export interface ObjectIdReader extends Serializable {
@@ -4058,13 +4058,13 @@ export interface ResolvedType {
4058
4058
  rawClass?: Class<any>;
4059
4059
  keyType?: ResolvedType;
4060
4060
  containerType?: boolean;
4061
- mapLikeType?: boolean;
4062
- collectionLikeType?: boolean;
4063
- arrayType?: boolean;
4064
4061
  throwable?: boolean;
4065
4062
  enumType?: boolean;
4066
4063
  concrete?: boolean;
4064
+ collectionLikeType?: boolean;
4065
+ arrayType?: boolean;
4067
4066
  referencedType?: ResolvedType;
4067
+ mapLikeType?: boolean;
4068
4068
  parameterSource?: Class<any>;
4069
4069
  contentType?: ResolvedType;
4070
4070
  }
@@ -4104,6 +4104,7 @@ export interface ObjectIdResolver {
4104
4104
 
4105
4105
  export interface SettableBeanProperty extends ConcreteBeanPropertyBase, Serializable {
4106
4106
  objectIdInfo?: ObjectIdInfo;
4107
+ valueDeserializer?: JsonDeserializer<any>;
4107
4108
  managedReferenceName?: string;
4108
4109
  valueTypeDeserializer?: TypeDeserializer;
4109
4110
  nullValueProvider?: NullValueProvider;
@@ -4111,7 +4112,6 @@ export interface SettableBeanProperty extends ConcreteBeanPropertyBase, Serializ
4111
4112
  creatorIndex?: number;
4112
4113
  injectableValueId?: any;
4113
4114
  injectionOnly?: boolean;
4114
- valueDeserializer?: JsonDeserializer<any>;
4115
4115
  ignorable?: boolean;
4116
4116
  }
4117
4117
 
@@ -4243,9 +4243,6 @@ export interface OfField<F> extends TypeDescriptor {
4243
4243
  primitive?: boolean;
4244
4244
  }
4245
4245
 
4246
- export interface AnnotationMap extends Annotations {
4247
- }
4248
-
4249
4246
  export interface Member {
4250
4247
  modifiers?: number;
4251
4248
  name?: string;
@@ -4253,14 +4250,17 @@ export interface Member {
4253
4250
  declaringClass?: Class<any>;
4254
4251
  }
4255
4252
 
4253
+ export interface AnnotationMap extends Annotations {
4254
+ }
4255
+
4256
4256
  export interface TypeResolutionContext {
4257
4257
  }
4258
4258
 
4259
4259
  export interface AnnotatedMember extends Annotated, Serializable {
4260
4260
  declaringClass?: Class<any>;
4261
4261
  fullName?: string;
4262
- allAnnotations?: AnnotationMap;
4263
4262
  member?: Member;
4263
+ allAnnotations?: AnnotationMap;
4264
4264
  typeContext?: TypeResolutionContext;
4265
4265
  }
4266
4266
 
@@ -4268,8 +4268,8 @@ export interface ObjectIdInfo {
4268
4268
  generatorType?: Class<ObjectIdGenerator<any>>;
4269
4269
  resolverType?: Class<ObjectIdResolver>;
4270
4270
  alwaysAsId?: boolean;
4271
- propertyName?: PropertyName;
4272
4271
  scope?: Class<any>;
4272
+ propertyName?: PropertyName;
4273
4273
  }
4274
4274
 
4275
4275
  export interface TypeDeserializer {
@@ -4283,9 +4283,9 @@ export interface PropertyMetadata extends Serializable {
4283
4283
  defaultValue?: string;
4284
4284
  index?: number;
4285
4285
  required?: boolean;
4286
- mergeInfo?: MergeInfo;
4287
- valueNulls?: Nulls;
4288
4286
  contentNulls?: Nulls;
4287
+ valueNulls?: Nulls;
4288
+ mergeInfo?: MergeInfo;
4289
4289
  description?: string;
4290
4290
  }
4291
4291
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@types/svi-datahub",
3
- "version": "17.26.32",
3
+ "version": "17.26.30",
4
4
  "types": "index.d.ts"
5
5
  }
package/tab/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "**/*.d.ts",
5
5
  "**/*.js"
6
6
  ],
7
- "main": "public-api.js",
8
- "types": "public-api.d.ts"
7
+ "main": "index.js",
8
+ "types": "index.d.ts"
9
9
  }
package/tab/tab-api.d.ts CHANGED
@@ -1,7 +1,11 @@
1
1
  import { PageModeEvent } from "../control/page";
2
2
  /**
3
3
  * This API provides the functionality related to tabs.
4
- * Accessed from the window at window.sas.vi.tab.
4
+ *
5
+ * Accessed from the window at `window.sas.vi.tab`.
6
+ *
7
+ * @example window.sas.vi.tab.openTab("objectName", "objectId");
8
+ * @category API
5
9
  */
6
10
  export interface TabApi {
7
11
  /**
@@ -4,6 +4,6 @@
4
4
  "**/*.d.ts",
5
5
  "**/*.js"
6
6
  ],
7
- "main": "public-api.js",
8
- "types": "public-api.d.ts"
7
+ "main": "index.js",
8
+ "types": "index.d.ts"
9
9
  }
@@ -5,7 +5,11 @@ export declare enum Theme {
5
5
  }
6
6
  /**
7
7
  * This API provides the functionality related to SAS Visual Investigator's application theme.
8
- * Accessed from the window at window.sas.vi.theme.
8
+ *
9
+ * Accessed from the window at `window.sas.vi.theme`.
10
+ *
11
+ * @example window.sas.vi.theme.getCurrent();
12
+ * @category API
9
13
  */
10
14
  export interface ThemeApi {
11
15
  /**
@@ -17,7 +21,7 @@ export interface ThemeApi {
17
21
  /**
18
22
  * @method
19
23
  * @description Callback function when the theme is changed.
20
- * @param {ThemeApi~themeChangeHandler} Function to be called when a theme is changed.
24
+ * @param {ThemeApi~themeChangeHandler} callback to be called when a theme is changed.
21
25
  * @returns {ThemeApi~stopThemeChangeHandler} A function that, when invoked, stops the callback from being called.
22
26
  */
23
27
  onChange(callback: (themeName: Theme) => void): () => void;
@@ -4,6 +4,6 @@
4
4
  "**/*.d.ts",
5
5
  "**/*.js"
6
6
  ],
7
- "main": "public-api.js",
8
- "types": "public-api.d.ts"
7
+ "main": "index.js",
8
+ "types": "index.d.ts"
9
9
  }
@@ -7,7 +7,11 @@ export interface SviRecord extends Record {
7
7
  }
8
8
  /**
9
9
  * This API provides functionality related to traversal data.
10
- * Accessed from the window at window.sas.vi.traversal.
10
+ *
11
+ * Accessed from the window at `window.sas.vi.traversal`.
12
+ *
13
+ * @example window.sas.vi.traversal.getTraversals();
14
+ * @category API
11
15
  */
12
16
  export interface TraversalApi {
13
17
  /**
@@ -1 +0,0 @@
1
- export * from "./index";
@@ -1 +0,0 @@
1
- export * from "./index";
@@ -1 +0,0 @@
1
- export * from "./index";
@@ -1 +0,0 @@
1
- export * from "./index";
@@ -1 +0,0 @@
1
- export * from "./index";
@@ -1 +0,0 @@
1
- export * from "./index";
package/public-api.d.ts DELETED
@@ -1 +0,0 @@
1
- export { SviClientApi, SviAdminApi, SviWindow, SviApi } from "./index";
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes