@salesforce/lds-adapters-analytics-wave 1.424.0 → 1.426.1
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.
|
@@ -27346,6 +27346,16 @@ function validate$s(obj, path = 'ReplicatedFieldCollectionInputRepresentation')
|
|
|
27346
27346
|
return new TypeError('Expected "object" but received "' + typeof obj_fields_item + '" (at "' + path_fields_item + '")');
|
|
27347
27347
|
}
|
|
27348
27348
|
}
|
|
27349
|
+
if (obj.sourceObjectParam !== undefined) {
|
|
27350
|
+
const obj_sourceObjectParam = obj.sourceObjectParam;
|
|
27351
|
+
const path_sourceObjectParam = path + '.sourceObjectParam';
|
|
27352
|
+
const referencepath_sourceObjectParamValidationError = validate$1K(obj_sourceObjectParam, path_sourceObjectParam);
|
|
27353
|
+
if (referencepath_sourceObjectParamValidationError !== null) {
|
|
27354
|
+
let message = 'Object doesn\'t match SourceObjectDataInputRepresentation (at "' + path_sourceObjectParam + '")\n';
|
|
27355
|
+
message += referencepath_sourceObjectParamValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
27356
|
+
return new TypeError(message);
|
|
27357
|
+
}
|
|
27358
|
+
}
|
|
27349
27359
|
})();
|
|
27350
27360
|
return v_error === undefined ? null : v_error;
|
|
27351
27361
|
}
|
package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { SourceObjectDataInputRepresentation as SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation } from './SourceObjectDataInputRepresentation';
|
|
1
2
|
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';
|
|
2
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "3542001fb33898369832b0a0371f451d";
|
|
3
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
5
|
export declare const RepresentationType: string;
|
|
5
6
|
export declare function normalize(input: ReplicatedFieldCollectionInputRepresentation, existing: ReplicatedFieldCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReplicatedFieldCollectionInputRepresentationNormalized;
|
|
@@ -16,6 +17,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
17
|
export interface ReplicatedFieldCollectionInputRepresentationNormalized {
|
|
17
18
|
/** The list of field configuration. */
|
|
18
19
|
fields: Array<{}>;
|
|
20
|
+
sourceObjectParam?: SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation;
|
|
19
21
|
}
|
|
20
22
|
/**
|
|
21
23
|
* A list of configuration metadata that specifies how to replicate each field of a Replicated Dataset.
|
|
@@ -25,4 +27,5 @@ export interface ReplicatedFieldCollectionInputRepresentationNormalized {
|
|
|
25
27
|
*/
|
|
26
28
|
export interface ReplicatedFieldCollectionInputRepresentation {
|
|
27
29
|
fields: Array<{}>;
|
|
30
|
+
sourceObjectParam?: SourceObjectDataInputRepresentation_SourceObjectDataInputRepresentation;
|
|
28
31
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-wave",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.426.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "The Einstein Analytics family of APIs",
|
|
6
6
|
"main": "dist/es/es2018/analytics-wave.js",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@salesforce/lds-bindings": "^1.
|
|
69
|
+
"@salesforce/lds-bindings": "^1.426.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
73
|
-
"@salesforce/lds-karma": "^1.
|
|
72
|
+
"@salesforce/lds-compiler-plugins": "^1.426.1",
|
|
73
|
+
"@salesforce/lds-karma": "^1.426.1"
|
|
74
74
|
},
|
|
75
75
|
"volta": {
|
|
76
76
|
"extends": "../../package.json"
|
package/sfdc/index.js
CHANGED
|
@@ -31719,6 +31719,16 @@ function validate$4(obj, path = 'ReplicatedFieldCollectionInputRepresentation')
|
|
|
31719
31719
|
return new TypeError('Expected "object" but received "' + typeof obj_fields_item + '" (at "' + path_fields_item + '")');
|
|
31720
31720
|
}
|
|
31721
31721
|
}
|
|
31722
|
+
if (obj.sourceObjectParam !== undefined) {
|
|
31723
|
+
const obj_sourceObjectParam = obj.sourceObjectParam;
|
|
31724
|
+
const path_sourceObjectParam = path + '.sourceObjectParam';
|
|
31725
|
+
const referencepath_sourceObjectParamValidationError = validate$16(obj_sourceObjectParam, path_sourceObjectParam);
|
|
31726
|
+
if (referencepath_sourceObjectParamValidationError !== null) {
|
|
31727
|
+
let message = 'Object doesn\'t match SourceObjectDataInputRepresentation (at "' + path_sourceObjectParam + '")\n';
|
|
31728
|
+
message += referencepath_sourceObjectParamValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
31729
|
+
return new TypeError(message);
|
|
31730
|
+
}
|
|
31731
|
+
}
|
|
31722
31732
|
})();
|
|
31723
31733
|
return v_error === undefined ? null : v_error;
|
|
31724
31734
|
}
|
|
@@ -33045,4 +33055,4 @@ withDefaultLuvio((luvio) => {
|
|
|
33045
33055
|
});
|
|
33046
33056
|
|
|
33047
33057
|
export { createDataConnector, createDataflowJob, createDataset, createDatasetVersion, createReplicatedDataset, createWaveFolder, deleteDataConnector, deleteDataset, deleteRecipe, deleteReplicatedDataset, deleteWaveFolder, executeQuery, executeQuery_imperative, getActions, getActions_imperative, getAnalyticsLimits, getAnalyticsLimits_imperative, getDataConnector, getDataConnectorNotifyChange, getDataConnectorSourceFields, getDataConnectorSourceFieldsNotifyChange, getDataConnectorSourceFields_imperative, getDataConnectorSourceObject, getDataConnectorSourceObjectDataPreviewWithFields, getDataConnectorSourceObjectDataPreviewWithFields_imperative, getDataConnectorSourceObjectNotifyChange, getDataConnectorSourceObject_imperative, getDataConnectorSourceObjects, getDataConnectorSourceObjects_imperative, getDataConnectorStatus, getDataConnectorStatus_imperative, getDataConnectorTypes, getDataConnectorTypes_imperative, getDataConnector_imperative, getDataConnectors, getDataConnectors_imperative, getDataflowJob, getDataflowJobNode, getDataflowJobNodeNotifyChange, getDataflowJobNodeStage, getDataflowJobNodeStageNotifyChange, getDataflowJobNodeStageParents, getDataflowJobNodeStageParentsNotifyChange, getDataflowJobNodeStageParents_imperative, getDataflowJobNodeStage_imperative, getDataflowJobNodeStages, getDataflowJobNodeStages_imperative, getDataflowJobNode_imperative, getDataflowJobNodes, getDataflowJobNodes_imperative, getDataflowJobNotifyChange, getDataflowJob_imperative, getDataflowJobs, getDataflowJobs_imperative, getDataflows, getDataflows_imperative, getDataset, getDatasetNotifyChange, getDatasetVersion, getDatasetVersionNotifyChange, getDatasetVersion_imperative, getDatasetVersions, getDatasetVersions_imperative, getDataset_imperative, getDatasets, getDatasets_imperative, getDependencies, getDependencies_imperative, getRecipe, getRecipeNotification, getRecipeNotificationNotifyChange, getRecipeNotification_imperative, getRecipeNotifyChange, getRecipe_imperative, getRecipes, getRecipes_imperative, getReplicatedDataset, getReplicatedDatasetNotifyChange, getReplicatedDataset_imperative, getReplicatedDatasets, getReplicatedDatasets_imperative, getReplicatedFields, getReplicatedFieldsNotifyChange, getReplicatedFieldsWithAdvancedProps, getReplicatedFieldsWithAdvancedPropsNotifyChange, getReplicatedFieldsWithAdvancedProps_imperative, getReplicatedFields_imperative, getSchedule, getScheduleNotifyChange, getSchedule_imperative, getSecurityCoverageDatasetVersion, getSecurityCoverageDatasetVersion_imperative, getWaveFolder, getWaveFolderNotifyChange, getWaveFolder_imperative, getWaveFolders, getWaveFolders_imperative, getWaveTemplate, getWaveTemplateConfig, getWaveTemplateConfigNotifyChange, getWaveTemplateConfig_imperative, getWaveTemplateNotifyChange, getWaveTemplateReleaseNotes, getWaveTemplateReleaseNotesNotifyChange, getWaveTemplateReleaseNotes_imperative, getWaveTemplate_imperative, getWaveTemplates, getWaveTemplates_imperative, getXmd, getXmd_imperative, ingestDataConnector, updateDataConnector, updateDataflowJob, updateDataset, updateDatasetVersion, updatePartialWaveFolder, updateRecipe, updateRecipeNotification, updateReplicatedDataset, updateReplicatedFields, updateSchedule, updateWaveFolder, updateXmd, validateWaveTemplate };
|
|
33048
|
-
// version: 1.
|
|
33058
|
+
// version: 1.426.1-9fe18ee3ae
|
package/src/raml/api.raml
CHANGED
|
@@ -3691,6 +3691,10 @@ types:
|
|
|
3691
3691
|
type: array
|
|
3692
3692
|
items:
|
|
3693
3693
|
type: object
|
|
3694
|
+
sourceObjectParam:
|
|
3695
|
+
description: The source object data.
|
|
3696
|
+
type: SourceObjectDataInputRepresentation
|
|
3697
|
+
required: false
|
|
3694
3698
|
ReplicatedFieldCollectionInputWrapperRepresentation: # TODO Hand-rolled W-8334626
|
|
3695
3699
|
description: Wrapper for replicated dataset fields input representation
|
|
3696
3700
|
type: object
|