@salesforce/lds-adapters-cdp-semantic-authoring 1.354.0-dev2 → 1.354.0-dev4

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,6 +1,6 @@
1
1
  import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
2
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "8e79a20925f9ec85025ffe505523c74c";
3
+ export declare const VERSION = "2ad1227d8439240d2dfe130b651f8a81";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -56,6 +56,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
56
56
  id: string;
57
57
  /** The isOverrideBase property indicates whether a dimension from the base model is being overridden in the extended model during SDM Extensibility, allowing customization of existing semantic definitions.Default is false. */
58
58
  isOverrideBase?: boolean;
59
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
60
+ isSystemDefinition?: boolean;
59
61
  /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
60
62
  isVisible?: boolean;
61
63
  /** The display name of the semantic entity to be used in the ui. */
@@ -72,6 +74,8 @@ export interface SemanticCalculatedDimensionOutputRepresentationNormalized {
72
74
  sortOrder?: string;
73
75
  /** The syntax of the semantic expression. */
74
76
  syntax?: string;
77
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
78
+ unmapped?: boolean;
75
79
  }
76
80
  /**
77
81
  * A semantic Calculated Dimension.
@@ -96,6 +100,7 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
96
100
  filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
97
101
  id: string;
98
102
  isOverrideBase?: boolean;
103
+ isSystemDefinition?: boolean;
99
104
  isVisible?: boolean;
100
105
  label?: string;
101
106
  lastModifiedBy?: string;
@@ -104,4 +109,5 @@ export interface SemanticCalculatedDimensionOutputRepresentation {
104
109
  semanticDataType?: string;
105
110
  sortOrder?: string;
106
111
  syntax?: string;
112
+ unmapped?: boolean;
107
113
  }
@@ -1,6 +1,6 @@
1
1
  import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
2
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "bc21c46456a2024253da5ae96ccf7dfe";
3
+ export declare const VERSION = "f905fd3431f6d5d1f883c03af48eb1b3";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -62,6 +62,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
62
62
  isAggregatable?: boolean;
63
63
  /** The isOverrideBase property indicates whether a measurement from the base model is being overridden in the extended model during SDM Extensibility, allowing customization of existing semantic definitions.Default is false. */
64
64
  isOverrideBase?: boolean;
65
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
66
+ isSystemDefinition?: boolean;
65
67
  /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
66
68
  isVisible?: boolean;
67
69
  /** The display name of the semantic entity to be used in the ui. */
@@ -84,6 +86,8 @@ export interface SemanticCalculatedMeasurementOutputRepresentationNormalized {
84
86
  syntax?: string;
85
87
  /** Function that computes numerical calculations on data, allowing the query to return summarized information about the expression results. Valid values are Sum, Average, Min, Max, Median, Count Distinct, Count, Stddev, Stddevp, Var, Varp, Last, First, UserAgg and None. */
86
88
  totalAggregationType?: string;
89
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
90
+ unmapped?: boolean;
87
91
  }
88
92
  /**
89
93
  * A semantic Calculated Measurement.
@@ -111,6 +115,7 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
111
115
  id: string;
112
116
  isAggregatable?: boolean;
113
117
  isOverrideBase?: boolean;
118
+ isSystemDefinition?: boolean;
114
119
  isVisible?: boolean;
115
120
  label?: string;
116
121
  lastModifiedBy?: string;
@@ -122,4 +127,5 @@ export interface SemanticCalculatedMeasurementOutputRepresentation {
122
127
  sortOrder?: string;
123
128
  syntax?: string;
124
129
  totalAggregationType?: string;
130
+ unmapped?: boolean;
125
131
  }
@@ -2,7 +2,7 @@ import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentatio
2
2
  import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
3
3
  import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
4
4
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
- export declare const VERSION = "bfd1e674b4ba4471bf20fd29dda1f7e7";
5
+ export declare const VERSION = "c33583da925793f049a2e6e5269d7846";
6
6
  export declare function validate(obj: any, path?: string): TypeError | null;
7
7
  export declare const RepresentationType: string;
8
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -50,6 +50,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
50
50
  filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
51
51
  /** The object ID of the semantic entity. */
52
52
  id: string;
53
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
54
+ isSystemDefinition?: boolean;
53
55
  /** The display name of the semantic entity to be used in the ui. */
54
56
  label?: string;
55
57
  /** The user who last modified the semantic entity. */
@@ -70,6 +72,8 @@ export interface SemanticDataObjectOutputRepresentationNormalized {
70
72
  shouldIncludeAllFields?: boolean;
71
73
  /** Table Types for SDM query interpretation. */
72
74
  tableType?: string;
75
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
76
+ unmapped?: boolean;
73
77
  }
74
78
  /**
75
79
  * Represents the output of a semantic data object.
@@ -90,6 +94,7 @@ export interface SemanticDataObjectOutputRepresentation {
90
94
  filterLogic?: string;
91
95
  filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
92
96
  id: string;
97
+ isSystemDefinition?: boolean;
93
98
  label?: string;
94
99
  lastModifiedBy?: string;
95
100
  lastModifiedDate?: string;
@@ -100,4 +105,5 @@ export interface SemanticDataObjectOutputRepresentation {
100
105
  semanticMeasurementsUrl?: string;
101
106
  shouldIncludeAllFields?: boolean;
102
107
  tableType?: string;
108
+ unmapped?: boolean;
103
109
  }
@@ -1,5 +1,5 @@
1
1
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "0da7b916d78ad5b965b650d7dbbc1e8f";
2
+ export declare const VERSION = "cb2646c21e4abd1bee8fd04f7ed682e2";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -51,6 +51,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
51
51
  isKeyQualifier?: boolean;
52
52
  /** Indicates whether the field is a primary key. */
53
53
  isPrimaryKey?: boolean;
54
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
55
+ isSystemDefinition?: boolean;
54
56
  /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
55
57
  isVisible?: boolean;
56
58
  /** The key qualifier name of this field in data object in data cloud, if exists. */
@@ -67,6 +69,8 @@ export interface SemanticDimensionOutputRepresentationNormalized {
67
69
  sortOrder?: string;
68
70
  /** The storage type of data stored in the Data Cloud. */
69
71
  storageDataType?: string;
72
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
73
+ unmapped?: boolean;
70
74
  }
71
75
  /**
72
76
  * A semantic dimension.
@@ -89,6 +93,7 @@ export interface SemanticDimensionOutputRepresentation {
89
93
  id: string;
90
94
  isKeyQualifier?: boolean;
91
95
  isPrimaryKey?: boolean;
96
+ isSystemDefinition?: boolean;
92
97
  isVisible?: boolean;
93
98
  keyQualifierName?: string;
94
99
  label?: string;
@@ -97,4 +102,5 @@ export interface SemanticDimensionOutputRepresentation {
97
102
  semanticDataType?: string;
98
103
  sortOrder?: string;
99
104
  storageDataType?: string;
105
+ unmapped?: boolean;
100
106
  }
@@ -1,7 +1,7 @@
1
1
  import { SemanticGroupingConfigurationOutputRepresentation as SemanticGroupingConfigurationOutputRepresentation_SemanticGroupingConfigurationOutputRepresentation } from './SemanticGroupingConfigurationOutputRepresentation';
2
2
  import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation } from './SemanticFieldReferenceOutputRepresentation';
3
3
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
- export declare const VERSION = "1daec40706bf767c719fa58831fad462";
4
+ export declare const VERSION = "5ea5deda92fee8aa624509290ef6cf1c";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -43,6 +43,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
43
43
  fieldReference: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
44
44
  /** The object ID of the semantic entity. */
45
45
  id: string;
46
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
47
+ isSystemDefinition?: boolean;
46
48
  /** The display name of the semantic entity to be used in the ui. */
47
49
  label?: string;
48
50
  /** The user who last modified the semantic entity. */
@@ -51,6 +53,8 @@ export interface SemanticGroupingOutputRepresentationNormalized {
51
53
  lastModifiedDate?: string;
52
54
  /** the semantic grouping type */
53
55
  type: string;
56
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
57
+ unmapped?: boolean;
54
58
  }
55
59
  /**
56
60
  * Output representation for semantic grouping
@@ -68,8 +72,10 @@ export interface SemanticGroupingOutputRepresentation {
68
72
  description?: string;
69
73
  fieldReference: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
70
74
  id: string;
75
+ isSystemDefinition?: boolean;
71
76
  label?: string;
72
77
  lastModifiedBy?: string;
73
78
  lastModifiedDate?: string;
74
79
  type: string;
80
+ unmapped?: boolean;
75
81
  }
@@ -3,7 +3,7 @@ import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $
3
3
  import { SemanticDataObjectOutputRepresentation as SemanticDataObjectOutputRepresentation_SemanticDataObjectOutputRepresentation } from './SemanticDataObjectOutputRepresentation';
4
4
  import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
5
5
  import { SemanticUnionOutputRepresentation as SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation } from './SemanticUnionOutputRepresentation';
6
- export declare const VERSION = "a07c1d2e7b0cc8a4933ca0e63af3ff50";
6
+ export declare const VERSION = "5056fdb7575699f2bc25f1d504ec499a";
7
7
  export declare function validate(obj: any, path?: string): TypeError | null;
8
8
  export declare const RepresentationType: string;
9
9
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -60,6 +60,8 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
60
60
  filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
61
61
  /** The object ID of the semantic entity. */
62
62
  id: string;
63
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
64
+ isSystemDefinition?: boolean;
63
65
  /** The display name of the semantic entity to be used in the ui. */
64
66
  label?: string;
65
67
  /** The user who last modified the semantic entity. */
@@ -76,6 +78,8 @@ export interface SemanticLogicalViewOutputRepresentationNormalized {
76
78
  semanticViewTypeEnum?: string;
77
79
  /** Table Types for SDM query interpretation. */
78
80
  tableType?: string;
81
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
82
+ unmapped?: boolean;
79
83
  }
80
84
  /**
81
85
  * A semantic logical view.
@@ -94,6 +98,7 @@ export interface SemanticLogicalViewOutputRepresentation {
94
98
  filterLogic?: string;
95
99
  filters?: Array<SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation>;
96
100
  id: string;
101
+ isSystemDefinition?: boolean;
97
102
  label?: string;
98
103
  lastModifiedBy?: string;
99
104
  lastModifiedDate?: string;
@@ -102,4 +107,5 @@ export interface SemanticLogicalViewOutputRepresentation {
102
107
  semanticUnions?: Array<SemanticUnionOutputRepresentation_SemanticUnionOutputRepresentation>;
103
108
  semanticViewTypeEnum?: string;
104
109
  tableType?: string;
110
+ unmapped?: boolean;
105
111
  }
@@ -2,7 +2,7 @@ import { SemanticTableFieldReferenceOutputRepresentation as SemanticTableFieldRe
2
2
  import { SemanticDimensionOutputRepresentation as SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation } from './SemanticDimensionOutputRepresentation';
3
3
  import { SemanticMeasurementOutputRepresentation as SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation } from './SemanticMeasurementOutputRepresentation';
4
4
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
- export declare const VERSION = "eaf9b57a92e764fb2b5c27b6e031cfe1";
5
+ export declare const VERSION = "fddfb9284fc64c70f7d0debf4af30c95";
6
6
  export declare function validate(obj: any, path?: string): TypeError | null;
7
7
  export declare const RepresentationType: string;
8
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -42,6 +42,8 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
42
42
  fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
43
43
  /** The object ID of the semantic entity. */
44
44
  id: string;
45
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
46
+ isSystemDefinition?: boolean;
45
47
  /** The display name of the semantic entity to be used in the ui. */
46
48
  label?: string;
47
49
  /** The user who last modified the semantic entity. */
@@ -53,6 +55,8 @@ export interface SemanticMappedFieldOutputRepresentationNormalized {
53
55
  /** The configuration for a unified field of type dimension. */
54
56
  semanticDimension?: $64$luvio_engine_StoreLink;
55
57
  semanticMeasurement?: $64$luvio_engine_StoreLink;
58
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
59
+ unmapped?: boolean;
56
60
  }
57
61
  /**
58
62
  * Semantic Mapped Fields.
@@ -69,10 +73,12 @@ export interface SemanticMappedFieldOutputRepresentation {
69
73
  description?: string;
70
74
  fields?: Array<SemanticTableFieldReferenceOutputRepresentation_SemanticTableFieldReferenceOutputRepresentation>;
71
75
  id: string;
76
+ isSystemDefinition?: boolean;
72
77
  label?: string;
73
78
  lastModifiedBy?: string;
74
79
  lastModifiedDate?: string;
75
80
  logicalViewId?: string;
76
81
  semanticDimension?: SemanticDimensionOutputRepresentation_SemanticDimensionOutputRepresentation;
77
82
  semanticMeasurement?: SemanticMeasurementOutputRepresentation_SemanticMeasurementOutputRepresentation;
83
+ unmapped?: boolean;
78
84
  }
@@ -1,5 +1,5 @@
1
1
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "147489b29256569030334baa3502278d";
2
+ export declare const VERSION = "a1889c78e50ecbee4e484ec74f17cbe5";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -57,6 +57,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
57
57
  isKeyQualifier?: boolean;
58
58
  /** Indicates whether the field is a primary key. */
59
59
  isPrimaryKey?: boolean;
60
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
61
+ isSystemDefinition?: boolean;
60
62
  /** Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default. */
61
63
  isVisible?: boolean;
62
64
  /** The key qualifier name of this field in data object in data cloud, if exists. */
@@ -77,6 +79,8 @@ export interface SemanticMeasurementOutputRepresentationNormalized {
77
79
  sortOrder?: string;
78
80
  /** The type of data stored in DC. */
79
81
  storageDataType?: string;
82
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
83
+ unmapped?: boolean;
80
84
  }
81
85
  /**
82
86
  * A semantic measurement.
@@ -102,6 +106,7 @@ export interface SemanticMeasurementOutputRepresentation {
102
106
  isAggregatable?: boolean;
103
107
  isKeyQualifier?: boolean;
104
108
  isPrimaryKey?: boolean;
109
+ isSystemDefinition?: boolean;
105
110
  isVisible?: boolean;
106
111
  keyQualifierName?: string;
107
112
  label?: string;
@@ -112,4 +117,5 @@ export interface SemanticMeasurementOutputRepresentation {
112
117
  shouldTreatNullsAsZeros?: boolean;
113
118
  sortOrder?: string;
114
119
  storageDataType?: string;
120
+ unmapped?: boolean;
115
121
  }
@@ -2,7 +2,7 @@ import { SemanticFieldReferenceOutputRepresentation as SemanticFieldReferenceOut
2
2
  import { SemanticFilterOutputRepresentation as SemanticFilterOutputRepresentation_SemanticFilterOutputRepresentation } from './SemanticFilterOutputRepresentation';
3
3
  import { SemanticInsightsSettingsOutputRepresentation as SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation } from './SemanticInsightsSettingsOutputRepresentation';
4
4
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
- export declare const VERSION = "0873ccd85b32d14c753931243d20ac8b";
5
+ export declare const VERSION = "a9c4c21f041ebd0ad373f8e53e345e6a";
6
6
  export declare function validate(obj: any, path?: string): TypeError | null;
7
7
  export declare const RepresentationType: string;
8
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -52,6 +52,8 @@ export interface SemanticMetricOutputRepresentationNormalized {
52
52
  insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
53
53
  /** Indicate if the aggregation is cumulative or not. */
54
54
  isCumulative?: boolean;
55
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
56
+ isSystemDefinition?: boolean;
55
57
  /** The display name of the semantic entity to be used in the ui. */
56
58
  label?: string;
57
59
  /** The user who last modified the semantic entity. */
@@ -64,6 +66,8 @@ export interface SemanticMetricOutputRepresentationNormalized {
64
66
  timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
65
67
  /** The time grain values allowed to be used. */
66
68
  timeGrains?: Array<string>;
69
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
70
+ unmapped?: boolean;
67
71
  }
68
72
  /**
69
73
  * Output representation for creating a semantic metric
@@ -85,10 +89,12 @@ export interface SemanticMetricOutputRepresentation {
85
89
  id: string;
86
90
  insightsSettings?: SemanticInsightsSettingsOutputRepresentation_SemanticInsightsSettingsOutputRepresentation;
87
91
  isCumulative?: boolean;
92
+ isSystemDefinition?: boolean;
88
93
  label?: string;
89
94
  lastModifiedBy?: string;
90
95
  lastModifiedDate?: string;
91
96
  measurementReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
92
97
  timeDimensionReference?: SemanticFieldReferenceOutputRepresentation_SemanticFieldReferenceOutputRepresentation;
93
98
  timeGrains?: Array<string>;
99
+ unmapped?: boolean;
94
100
  }
@@ -1,6 +1,6 @@
1
1
  import { SemanticParameterListValueOutputRepresentation as SemanticParameterListValueOutputRepresentation_SemanticParameterListValueOutputRepresentation } from './SemanticParameterListValueOutputRepresentation';
2
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "6ed89c4ce77235d13ce6bb395ae49d8e";
3
+ export declare const VERSION = "1463471c69296e6727623faee2cbfe0c";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -44,6 +44,8 @@ export interface SemanticParameterOutputRepresentationNormalized {
44
44
  description?: string;
45
45
  /** The object ID of the semantic entity. */
46
46
  id: string;
47
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
48
+ isSystemDefinition?: boolean;
47
49
  /** The display name of the semantic entity to be used in the ui. */
48
50
  label?: string;
49
51
  /** The user who last modified the semantic entity. */
@@ -58,6 +60,8 @@ export interface SemanticParameterOutputRepresentationNormalized {
58
60
  stepSize?: string;
59
61
  /** The semantic parameter type. */
60
62
  type?: string;
63
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
64
+ unmapped?: boolean;
61
65
  /** The list values of the semantic parameter. */
62
66
  values?: Array<string>;
63
67
  }
@@ -78,6 +82,7 @@ export interface SemanticParameterOutputRepresentation {
78
82
  defaultValue?: string;
79
83
  description?: string;
80
84
  id: string;
85
+ isSystemDefinition?: boolean;
81
86
  label?: string;
82
87
  lastModifiedBy?: string;
83
88
  lastModifiedDate?: string;
@@ -85,5 +90,6 @@ export interface SemanticParameterOutputRepresentation {
85
90
  minValue?: string;
86
91
  stepSize?: string;
87
92
  type?: string;
93
+ unmapped?: boolean;
88
94
  values?: Array<string>;
89
95
  }
@@ -1,6 +1,6 @@
1
1
  import { SemanticRelationshipCriteriaOutputRepresentation as SemanticRelationshipCriteriaOutputRepresentation_SemanticRelationshipCriteriaOutputRepresentation } from './SemanticRelationshipCriteriaOutputRepresentation';
2
2
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "b9778dace5726fcb57804d3afd529246";
3
+ export declare const VERSION = "8c02af844319b9d5bd1c08e30e3ca8dd";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -44,6 +44,8 @@ export interface SemanticRelationshipOutputRepresentationNormalized {
44
44
  id: string;
45
45
  /** Indicates whether the relationship is currently enabled */
46
46
  isEnabled?: boolean;
47
+ /** The isSystemDefinition property indicates whether a semantic definition is an automatically generated one. These semantic definitions cannot be modified or deleted.Default is false. */
48
+ isSystemDefinition?: boolean;
47
49
  /** the join type of the semantic relationship. */
48
50
  joinType?: string;
49
51
  /** The display name of the semantic entity to be used in the ui. */
@@ -58,6 +60,8 @@ export interface SemanticRelationshipOutputRepresentationNormalized {
58
60
  logicalViewId?: string;
59
61
  /** The api name of the right Semantic definition. */
60
62
  rightSemanticDefinitionApiName?: string;
63
+ /** The unmapped property indicates whether a semantic definition is based on an unmapped field */
64
+ unmapped?: boolean;
61
65
  }
62
66
  /**
63
67
  * The output representation of a semantic relationship.
@@ -76,6 +80,7 @@ export interface SemanticRelationshipOutputRepresentation {
76
80
  description?: string;
77
81
  id: string;
78
82
  isEnabled?: boolean;
83
+ isSystemDefinition?: boolean;
79
84
  joinType?: string;
80
85
  label?: string;
81
86
  lastModifiedBy?: string;
@@ -83,4 +88,5 @@ export interface SemanticRelationshipOutputRepresentation {
83
88
  leftSemanticDefinitionApiName?: string;
84
89
  logicalViewId?: string;
85
90
  rightSemanticDefinitionApiName?: string;
91
+ unmapped?: boolean;
86
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-semantic-authoring",
3
- "version": "1.354.0-dev2",
3
+ "version": "1.354.0-dev4",
4
4
  "description": "Semantic Authoring",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-semantic-authoring.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.354.0-dev2"
43
+ "@salesforce/lds-bindings": "^1.354.0-dev4"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.354.0-dev2"
46
+ "@salesforce/lds-compiler-plugins": "^1.354.0-dev4"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {