@salesforce/lds-adapters-cdp-semantic-authoring 1.351.1 → 1.352.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 (29) hide show
  1. package/dist/es/es2018/cdp-semantic-authoring.js +794 -207
  2. package/dist/es/es2018/types/src/generated/adapters/createSemanticModel.d.ts +2 -0
  3. package/dist/es/es2018/types/src/generated/adapters/patchSemanticModel.d.ts +2 -0
  4. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsByModelApiNameOrId.d.ts +2 -0
  5. package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
  6. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModels.d.ts +2 -0
  7. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
  8. package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
  9. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsByModelApiNameOrId.d.ts +2 -0
  10. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
  11. package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
  12. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +10 -1
  13. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +10 -1
  14. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +4 -1
  15. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +7 -1
  16. package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
  17. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
  18. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +4 -1
  19. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +4 -1
  20. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +7 -1
  21. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionInputRepresentation.d.ts +37 -0
  22. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionOutputRepresentation.d.ts +43 -0
  23. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceInputRepresentation.d.ts +37 -0
  24. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionTableauPublishedDataSourceOutputRepresentation.d.ts +37 -0
  25. package/dist/es/es2018/types/src/generated/types/SemanticModelInputRepresentation.d.ts +5 -1
  26. package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +5 -1
  27. package/package.json +3 -3
  28. package/sfdc/index.js +701 -114
  29. package/src/raml/api.raml +220 -0
@@ -1,4 +1,5 @@
1
1
  import { SemanticBaseModelInputRepresentation as SemanticBaseModelInputRepresentation_SemanticBaseModelInputRepresentation } from './SemanticBaseModelInputRepresentation';
2
+ import { SemanticModelExternalConnectionInputRepresentation as SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation } from './SemanticModelExternalConnectionInputRepresentation';
2
3
  import { SemanticCalculatedDimensionInputRepresentation as SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation } from './SemanticCalculatedDimensionInputRepresentation';
3
4
  import { SemanticCalculatedMeasurementInputRepresentation as SemanticCalculatedMeasurementInputRepresentation_SemanticCalculatedMeasurementInputRepresentation } from './SemanticCalculatedMeasurementInputRepresentation';
4
5
  import { SemanticDataObjectInputRepresentation as SemanticDataObjectInputRepresentation_SemanticDataObjectInputRepresentation } from './SemanticDataObjectInputRepresentation';
@@ -8,7 +9,7 @@ import { SemanticMetricInputRepresentation as SemanticMetricInputRepresentation_
8
9
  import { SemanticParameterInputRepresentation as SemanticParameterInputRepresentation_SemanticParameterInputRepresentation } from './SemanticParameterInputRepresentation';
9
10
  import { SemanticRelationshipInputRepresentation as SemanticRelationshipInputRepresentation_SemanticRelationshipInputRepresentation } from './SemanticRelationshipInputRepresentation';
10
11
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
11
- export declare const VERSION = "8cd9f395a65e2863ff7522088e4f9bd4";
12
+ export declare const VERSION = "9771d41ad6f62aa5a82befb6f11d4c6c";
12
13
  export declare function validate(obj: any, path?: string): TypeError | null;
13
14
  export declare const RepresentationType: string;
14
15
  export declare function normalize(input: SemanticModelInputRepresentation, existing: SemanticModelInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SemanticModelInputRepresentationNormalized;
@@ -35,6 +36,8 @@ export interface SemanticModelInputRepresentationNormalized {
35
36
  dataspace?: string;
36
37
  /** An optional description of the semantic entity. */
37
38
  description?: string;
39
+ /** The semantic external connections belonging to this model. */
40
+ externalConnections?: Array<SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
38
41
  /** The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces. */
39
42
  label?: string;
40
43
  /** Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER. */
@@ -73,6 +76,7 @@ export interface SemanticModelInputRepresentation {
73
76
  categories?: Array<string>;
74
77
  dataspace?: string;
75
78
  description?: string;
79
+ externalConnections?: Array<SemanticModelExternalConnectionInputRepresentation_SemanticModelExternalConnectionInputRepresentation>;
76
80
  label?: string;
77
81
  queryUnrelatedDataObjects?: string;
78
82
  semanticCalculatedDimensions?: Array<SemanticCalculatedDimensionInputRepresentation_SemanticCalculatedDimensionInputRepresentation>;
@@ -1,4 +1,5 @@
1
1
  import { SemanticBaseModelOutputRepresentation as SemanticBaseModelOutputRepresentation_SemanticBaseModelOutputRepresentation } from './SemanticBaseModelOutputRepresentation';
2
+ import { SemanticModelExternalConnectionOutputRepresentation as SemanticModelExternalConnectionOutputRepresentation_SemanticModelExternalConnectionOutputRepresentation } from './SemanticModelExternalConnectionOutputRepresentation';
2
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
4
  import { SemanticCalculatedDimensionOutputRepresentation as SemanticCalculatedDimensionOutputRepresentation_SemanticCalculatedDimensionOutputRepresentation } from './SemanticCalculatedDimensionOutputRepresentation';
4
5
  import { SemanticCalculatedMeasurementOutputRepresentation as SemanticCalculatedMeasurementOutputRepresentation_SemanticCalculatedMeasurementOutputRepresentation } from './SemanticCalculatedMeasurementOutputRepresentation';
@@ -8,7 +9,7 @@ import { SemanticLogicalViewOutputRepresentation as SemanticLogicalViewOutputRep
8
9
  import { SemanticMetricOutputRepresentation as SemanticMetricOutputRepresentation_SemanticMetricOutputRepresentation } from './SemanticMetricOutputRepresentation';
9
10
  import { SemanticParameterOutputRepresentation as SemanticParameterOutputRepresentation_SemanticParameterOutputRepresentation } from './SemanticParameterOutputRepresentation';
10
11
  import { SemanticRelationshipOutputRepresentation as SemanticRelationshipOutputRepresentation_SemanticRelationshipOutputRepresentation } from './SemanticRelationshipOutputRepresentation';
11
- export declare const VERSION = "5cda82e85d7322d459ba16b10b81ee96";
12
+ export declare const VERSION = "b9f10c6da39956d7c5fc9f4852c0536e";
12
13
  export declare function validate(obj: any, path?: string): TypeError | null;
13
14
  export declare const RepresentationType: string;
14
15
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -75,6 +76,8 @@ export interface SemanticModelOutputRepresentationNormalized {
75
76
  dataspace: string;
76
77
  /** The Description of the semantic entity. */
77
78
  description?: string;
79
+ /** The semantic external connections belonging to this model. */
80
+ externalConnections?: Array<SemanticModelExternalConnectionOutputRepresentation_SemanticModelExternalConnectionOutputRepresentation>;
78
81
  /** The object ID of the semantic entity. */
79
82
  id: string;
80
83
  /** Is the model locked for edit/ delete. */
@@ -137,6 +140,7 @@ export interface SemanticModelOutputRepresentation {
137
140
  createdDate: string;
138
141
  dataspace: string;
139
142
  description?: string;
143
+ externalConnections?: Array<SemanticModelExternalConnectionOutputRepresentation_SemanticModelExternalConnectionOutputRepresentation>;
140
144
  id: string;
141
145
  isLocked?: boolean;
142
146
  label?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-semantic-authoring",
3
- "version": "1.351.1",
3
+ "version": "1.352.0",
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.351.1"
43
+ "@salesforce/lds-bindings": "^1.352.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.351.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.352.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {