@salesforce/lds-adapters-industries-timeline 1.248.0 → 1.250.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.
@@ -1019,6 +1019,11 @@ function validate$6(obj, path = 'DmoOutputRepresentation') {
1019
1019
  if (typeof obj_name !== 'string') {
1020
1020
  return new TypeError('Expected "string" but received "' + typeof obj_name + '" (at "' + path_name + '")');
1021
1021
  }
1022
+ const obj_referenceModelEntityDeveloperName = obj.referenceModelEntityDeveloperName;
1023
+ const path_referenceModelEntityDeveloperName = path + '.referenceModelEntityDeveloperName';
1024
+ if (typeof obj_referenceModelEntityDeveloperName !== 'string') {
1025
+ return new TypeError('Expected "string" but received "' + typeof obj_referenceModelEntityDeveloperName + '" (at "' + path_referenceModelEntityDeveloperName + '")');
1026
+ }
1022
1027
  const obj_relationships = obj.relationships;
1023
1028
  const path_relationships = path + '.relationships';
1024
1029
  if (!ArrayIsArray(obj_relationships)) {
@@ -1,7 +1,7 @@
1
1
  import { DmoFieldsOutputRepresentation as DmoFieldsOutputRepresentation_DmoFieldsOutputRepresentation } from './DmoFieldsOutputRepresentation';
2
2
  import { DmoRelationshipsOutputRepresentation as DmoRelationshipsOutputRepresentation_DmoRelationshipsOutputRepresentation } from './DmoRelationshipsOutputRepresentation';
3
3
  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';
4
- export declare const VERSION = "f50724468fc2f740b113fd9591e37b8b";
4
+ export declare const VERSION = "362d35f378ef4fc7f213891e750b3615";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export declare function normalize(input: DmoOutputRepresentation, existing: DmoOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DmoOutputRepresentationNormalized;
@@ -24,6 +24,8 @@ export interface DmoOutputRepresentationNormalized {
24
24
  fields: Array<DmoFieldsOutputRepresentation_DmoFieldsOutputRepresentation>;
25
25
  /** get name of a dmo */
26
26
  name: string;
27
+ /** get reference model entity developer name of a dmo */
28
+ referenceModelEntityDeveloperName: string;
27
29
  /** get all relationships of a dmo */
28
30
  relationships: Array<DmoRelationshipsOutputRepresentation_DmoRelationshipsOutputRepresentation>;
29
31
  }
@@ -38,5 +40,6 @@ export interface DmoOutputRepresentation {
38
40
  displayName: string;
39
41
  fields: Array<DmoFieldsOutputRepresentation_DmoFieldsOutputRepresentation>;
40
42
  name: string;
43
+ referenceModelEntityDeveloperName: string;
41
44
  relationships: Array<DmoRelationshipsOutputRepresentation_DmoRelationshipsOutputRepresentation>;
42
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-timeline",
3
- "version": "1.248.0",
3
+ "version": "1.250.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": " GET Resource to get the Timeline Data",
6
6
  "main": "dist/es/es2018/industries-timeline.js",
package/sfdc/index.js CHANGED
@@ -192,6 +192,11 @@ function validate$c(obj, path = 'DmoOutputRepresentation') {
192
192
  if (typeof obj_name !== 'string') {
193
193
  return new TypeError('Expected "string" but received "' + typeof obj_name + '" (at "' + path_name + '")');
194
194
  }
195
+ const obj_referenceModelEntityDeveloperName = obj.referenceModelEntityDeveloperName;
196
+ const path_referenceModelEntityDeveloperName = path + '.referenceModelEntityDeveloperName';
197
+ if (typeof obj_referenceModelEntityDeveloperName !== 'string') {
198
+ return new TypeError('Expected "string" but received "' + typeof obj_referenceModelEntityDeveloperName + '" (at "' + path_referenceModelEntityDeveloperName + '")');
199
+ }
195
200
  const obj_relationships = obj.relationships;
196
201
  const path_relationships = path + '.relationships';
197
202
  if (!ArrayIsArray(obj_relationships)) {
@@ -2035,4 +2040,4 @@ withDefaultLuvio((luvio) => {
2035
2040
  });
2036
2041
 
2037
2042
  export { getDataModelObjects, getDataModelObjects_imperative, getEngagementEvents, getEngagementEvents_imperative, getTimelineData, getTimelineData_imperative, getTimelineMetadata, getTimelineMetadata_imperative };
2038
- // version: 1.248.0-0a41f7ec3
2043
+ // version: 1.250.0-5e338946c
package/src/raml/api.raml CHANGED
@@ -88,6 +88,9 @@ types:
88
88
  name:
89
89
  description: get name of a dmo
90
90
  type: string
91
+ referenceModelEntityDeveloperName:
92
+ description: get reference model entity developer name of a dmo
93
+ type: string
91
94
  relationships:
92
95
  description: get all relationships of a dmo
93
96
  type: array