@salesforce/lds-adapters-analytics-unifiedanalytics 1.380.0-dev2 → 1.380.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.
@@ -3784,7 +3784,7 @@ function validate$T(obj, path = 'DataAlertThresholdsRepresentation') {
3784
3784
  }
3785
3785
 
3786
3786
  const TTL$n = 500;
3787
- const VERSION$x = "3229a7b14837ba4170d4cd91239df29c";
3787
+ const VERSION$x = "219373b56f198f8a68fe8ca6afd30b60";
3788
3788
  function validate$S(obj, path = 'DataAlertRepresentation') {
3789
3789
  const v_error = (() => {
3790
3790
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -3803,6 +3803,11 @@ function validate$S(obj, path = 'DataAlertRepresentation') {
3803
3803
  message += referencepath_contentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
3804
3804
  return new TypeError(message);
3805
3805
  }
3806
+ const obj_createdDate = obj.createdDate;
3807
+ const path_createdDate = path + '.createdDate';
3808
+ if (typeof obj_createdDate !== 'string') {
3809
+ return new TypeError('Expected "string" but received "' + typeof obj_createdDate + '" (at "' + path_createdDate + '")');
3810
+ }
3806
3811
  const obj_deliveryConfigurations = obj.deliveryConfigurations;
3807
3812
  const path_deliveryConfigurations = path + '.deliveryConfigurations';
3808
3813
  const referencepath_deliveryConfigurationsValidationError = validate$X(obj_deliveryConfigurations, path_deliveryConfigurations);
@@ -3816,6 +3821,11 @@ function validate$S(obj, path = 'DataAlertRepresentation') {
3816
3821
  if (typeof obj_id !== 'string') {
3817
3822
  return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
3818
3823
  }
3824
+ const obj_lastModifiedDate = obj.lastModifiedDate;
3825
+ const path_lastModifiedDate = path + '.lastModifiedDate';
3826
+ if (typeof obj_lastModifiedDate !== 'string') {
3827
+ return new TypeError('Expected "string" but received "' + typeof obj_lastModifiedDate + '" (at "' + path_lastModifiedDate + '")');
3828
+ }
3819
3829
  const obj_schedule = obj.schedule;
3820
3830
  const path_schedule = path + '.schedule';
3821
3831
  const referencepath_scheduleValidationError = validate$W(obj_schedule, path_schedule);
@@ -3885,7 +3895,7 @@ function getTypeCacheKeys$x(rootKeySet, luvio, input, fullPathFactory) {
3885
3895
  }
3886
3896
 
3887
3897
  const TTL$m = 500;
3888
- const VERSION$w = "af0497c1f6e23bc472a94e33329c591e";
3898
+ const VERSION$w = "d3e9e0efe02f7fa88865b7e72fe25f25";
3889
3899
  function validate$R(obj, path = 'DataAlertCollectionRepresentation') {
3890
3900
  const v_error = (() => {
3891
3901
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -3899,14 +3909,38 @@ function validate$R(obj, path = 'DataAlertCollectionRepresentation') {
3899
3909
  for (let i = 0; i < obj_dataAlerts.length; i++) {
3900
3910
  const obj_dataAlerts_item = obj_dataAlerts[i];
3901
3911
  const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
3902
- if (typeof obj_dataAlerts_item !== 'object' || Array.isArray(obj_dataAlerts_item)) {
3903
- return new TypeError('Expected "object" but received "' + typeof obj_dataAlerts_item + '" (at "' + path_dataAlerts_item + '")');
3912
+ const referencepath_dataAlerts_itemValidationError = validate$S(obj_dataAlerts_item, path_dataAlerts_item);
3913
+ if (referencepath_dataAlerts_itemValidationError !== null) {
3914
+ let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
3915
+ message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
3916
+ return new TypeError(message);
3904
3917
  }
3905
3918
  }
3906
3919
  const obj_nextPageUrl = obj.nextPageUrl;
3907
3920
  const path_nextPageUrl = path + '.nextPageUrl';
3908
- if (typeof obj_nextPageUrl !== 'string') {
3909
- return new TypeError('Expected "string" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
3921
+ let obj_nextPageUrl_union0 = null;
3922
+ const obj_nextPageUrl_union0_error = (() => {
3923
+ if (typeof obj_nextPageUrl !== 'string') {
3924
+ return new TypeError('Expected "string" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
3925
+ }
3926
+ })();
3927
+ if (obj_nextPageUrl_union0_error != null) {
3928
+ obj_nextPageUrl_union0 = obj_nextPageUrl_union0_error.message;
3929
+ }
3930
+ let obj_nextPageUrl_union1 = null;
3931
+ const obj_nextPageUrl_union1_error = (() => {
3932
+ if (obj_nextPageUrl !== null) {
3933
+ return new TypeError('Expected "null" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
3934
+ }
3935
+ })();
3936
+ if (obj_nextPageUrl_union1_error != null) {
3937
+ obj_nextPageUrl_union1 = obj_nextPageUrl_union1_error.message;
3938
+ }
3939
+ if (obj_nextPageUrl_union0 && obj_nextPageUrl_union1) {
3940
+ let message = 'Object doesn\'t match union (at "' + path_nextPageUrl + '")';
3941
+ message += '\n' + obj_nextPageUrl_union0.split('\n').map((line) => '\t' + line).join('\n');
3942
+ message += '\n' + obj_nextPageUrl_union1.split('\n').map((line) => '\t' + line).join('\n');
3943
+ return new TypeError(message);
3910
3944
  }
3911
3945
  const obj_totalSize = obj.totalSize;
3912
3946
  const path_totalSize = path + '.totalSize';
@@ -3918,22 +3952,6 @@ function validate$R(obj, path = 'DataAlertCollectionRepresentation') {
3918
3952
  }
3919
3953
  const RepresentationType$y = 'DataAlertCollectionRepresentation';
3920
3954
  function normalize$w(input, existing, path, luvio, store, timestamp) {
3921
- const input_dataAlerts = input.dataAlerts;
3922
- const input_dataAlerts_id = path.fullPath + '__dataAlerts';
3923
- for (let i = 0; i < input_dataAlerts.length; i++) {
3924
- const input_dataAlerts_item = input_dataAlerts[i];
3925
- let input_dataAlerts_item_id = input_dataAlerts_id + '__' + i;
3926
- input_dataAlerts[i] = ingest$x(input_dataAlerts_item, {
3927
- fullPath: input_dataAlerts_item_id,
3928
- propertyName: i,
3929
- parent: {
3930
- data: input,
3931
- key: path.fullPath,
3932
- existing: existing,
3933
- },
3934
- ttl: path.ttl
3935
- }, luvio, store, timestamp);
3936
- }
3937
3955
  return input;
3938
3956
  }
3939
3957
  const select$1c = function DataAlertCollectionRepresentationSelect() {
@@ -3941,43 +3959,11 @@ const select$1c = function DataAlertCollectionRepresentationSelect() {
3941
3959
  kind: 'Fragment',
3942
3960
  version: VERSION$w,
3943
3961
  private: [],
3944
- selections: [
3945
- {
3946
- name: 'dataAlerts',
3947
- kind: 'Link',
3948
- plural: true,
3949
- fragment: select$1d()
3950
- },
3951
- {
3952
- name: 'nextPageUrl',
3953
- kind: 'Scalar'
3954
- },
3955
- {
3956
- name: 'totalSize',
3957
- kind: 'Scalar'
3958
- }
3959
- ]
3962
+ opaque: true
3960
3963
  };
3961
3964
  };
3962
3965
  function equals$w(existing, incoming) {
3963
- const existing_totalSize = existing.totalSize;
3964
- const incoming_totalSize = incoming.totalSize;
3965
- if (!(existing_totalSize === incoming_totalSize)) {
3966
- return false;
3967
- }
3968
- const existing_nextPageUrl = existing.nextPageUrl;
3969
- const incoming_nextPageUrl = incoming.nextPageUrl;
3970
- if (!(existing_nextPageUrl === incoming_nextPageUrl)) {
3971
- return false;
3972
- }
3973
- const existing_dataAlerts = existing.dataAlerts;
3974
- const incoming_dataAlerts = incoming.dataAlerts;
3975
- const equals_dataAlerts_items = equalsArray(existing_dataAlerts, incoming_dataAlerts, (existing_dataAlerts_item, incoming_dataAlerts_item) => {
3976
- if (!(existing_dataAlerts_item.__ref === incoming_dataAlerts_item.__ref)) {
3977
- return false;
3978
- }
3979
- });
3980
- if (equals_dataAlerts_items === false) {
3966
+ if (JSONStringify(incoming) !== JSONStringify(existing)) {
3981
3967
  return false;
3982
3968
  }
3983
3969
  return true;
@@ -4002,10 +3988,6 @@ function getTypeCacheKeys$w(rootKeySet, luvio, input, fullPathFactory) {
4002
3988
  representationName: RepresentationType$y,
4003
3989
  mergeable: false
4004
3990
  });
4005
- const input_dataAlerts_length = input.dataAlerts.length;
4006
- for (let i = 0; i < input_dataAlerts_length; i++) {
4007
- getTypeCacheKeys$x(rootKeySet, luvio, input.dataAlerts[i]);
4008
- }
4009
3991
  }
4010
3992
 
4011
3993
  function select$1b(luvio, params) {
@@ -8477,6 +8459,20 @@ function getTypeCacheKeys$j(rootKeySet, luvio, input, fullPathFactory) {
8477
8459
  mergeable: false
8478
8460
  });
8479
8461
  }
8462
+ const notifyUpdateAvailableFactory = (luvio) => {
8463
+ return function notifySharesUpdateAvailable(configs) {
8464
+ if (process.env.NODE_ENV !== 'production') {
8465
+ const requiredKeyParams = ['recordId'];
8466
+ configs.forEach(config => {
8467
+ if (false === requiredKeyParams.every(req => req in config)) {
8468
+ throw new Error(`one of the configs did not contain all required parameters: ${JSONStringify(ObjectKeys(config))}`);
8469
+ }
8470
+ });
8471
+ }
8472
+ const keys = configs.map(c => keyBuilder$F(luvio, c));
8473
+ return luvio.notifyStoreUpdateAvailable(keys);
8474
+ };
8475
+ };
8480
8476
 
8481
8477
  function keyBuilder$E(luvio, params) {
8482
8478
  return keyBuilder$F(luvio, {
@@ -8624,6 +8620,7 @@ const getShares_ConfigPropertyMetadata = [
8624
8620
  generateParamConfigMetadata('userOrGroupId', false, 1 /* QueryParameter */, 0 /* String */),
8625
8621
  generateParamConfigMetadata('orderBy', false, 1 /* QueryParameter */, 0 /* String */),
8626
8622
  generateParamConfigMetadata('sortOrder', false, 1 /* QueryParameter */, 0 /* String */),
8623
+ generateParamConfigMetadata('filterByRecipientType', false, 1 /* QueryParameter */, 0 /* String */, true),
8627
8624
  ];
8628
8625
  const getShares_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$t, getShares_ConfigPropertyMetadata);
8629
8626
  const createResourceParams$t = /*#__PURE__*/ createResourceParams$Z(getShares_ConfigPropertyMetadata);
@@ -14161,4 +14158,4 @@ const publishToMarketplaceAdapterFactory = (luvio) => {
14161
14158
  };
14162
14159
  };
14163
14160
 
14164
- export { createAnnotationAdapterFactory, createAssetSlackChannelAdapterFactory, createDashboardAdapterFactory, createDataAlertAdapterFactory, createDataAssetRequestAdapterFactory, createLoglinesAdapterFactory, createRecordSharesAdapterFactory, createTemplateAdapterFactory, createVisualizationAdapterFactory, createWorkspaceAdapterFactory, createWorkspaceAssetAdapterFactory, deleteAllSharesAdapterFactory, deleteDashboardAdapterFactory, deleteDataAlertAdapterFactory, deleteRecordShareAdapterFactory, deleteVisualizationAdapterFactory, deleteWorkspaceAdapterFactory, deleteWorkspaceAssetAdapterFactory, followAdapterFactory, generateSFDriveCredentialsAdapterFactory, getAnnotationsAdapterFactory, getAssetSlackChannelsAdapterFactory, getDashboardByNameAdapterFactory, getDashboardsAdapterFactory, getDataAlertAdapterFactory, getDataAlertCollectionAdapterFactory, getDataAssetDependenciesAdapterFactory, getDataAssetRequestByIdOrApiNameAdapterFactory, getDataAssetRequestsAdapterFactory, getDataAssetRequestsCountAdapterFactory, getFlowByNameAdapterFactory, getFlowsAdapterFactory, getFollowedAssetsAdapterFactory, getFollowersAdapterFactory, getMarketplaceListingInstallationProgressAdapterFactory, getOrgAdapterFactory, getSharesAdapterFactory, getSlackAppInfoAdapterFactory, getSubscriptionDigestConfigAdapterFactory, getUnifiedAnalyticsLibraryAssetsAdapterFactory, getUniqueFollowerCountAdapterFactory, getVisualizationAdapterFactory, getVisualizationBundleAdapterFactory, getVisualizationsAdapterFactory, getWorkspaceByIdOrNameAdapterFactory, getWorkspacesAdapterFactory, initiateMarketplaceListingInstallationAdapterFactory, postDataAlertRunAdapterFactory, publishAdapterFactory, publishToMarketplaceAdapterFactory, queryAssetsAdapterFactory, queryUsersAdapterFactory, unfollowAdapterFactory, updateDashboardAdapterFactory, updateDataAlertAdapterFactory, updateDataAssetRequestAdapterFactory, updateFollowedAssetAdapterFactory, updateRecordSharesAdapterFactory, updateSubscriptionDigestConfigAdapterFactory, updateVisualizationAdapterFactory, updateWorkspaceAdapterFactory };
14161
+ export { createAnnotationAdapterFactory, createAssetSlackChannelAdapterFactory, createDashboardAdapterFactory, createDataAlertAdapterFactory, createDataAssetRequestAdapterFactory, createLoglinesAdapterFactory, createRecordSharesAdapterFactory, createTemplateAdapterFactory, createVisualizationAdapterFactory, createWorkspaceAdapterFactory, createWorkspaceAssetAdapterFactory, deleteAllSharesAdapterFactory, deleteDashboardAdapterFactory, deleteDataAlertAdapterFactory, deleteRecordShareAdapterFactory, deleteVisualizationAdapterFactory, deleteWorkspaceAdapterFactory, deleteWorkspaceAssetAdapterFactory, followAdapterFactory, generateSFDriveCredentialsAdapterFactory, getAnnotationsAdapterFactory, getAssetSlackChannelsAdapterFactory, getDashboardByNameAdapterFactory, getDashboardsAdapterFactory, getDataAlertAdapterFactory, getDataAlertCollectionAdapterFactory, getDataAssetDependenciesAdapterFactory, getDataAssetRequestByIdOrApiNameAdapterFactory, getDataAssetRequestsAdapterFactory, getDataAssetRequestsCountAdapterFactory, getFlowByNameAdapterFactory, getFlowsAdapterFactory, getFollowedAssetsAdapterFactory, getFollowersAdapterFactory, getMarketplaceListingInstallationProgressAdapterFactory, getOrgAdapterFactory, getSharesAdapterFactory, getSlackAppInfoAdapterFactory, getSubscriptionDigestConfigAdapterFactory, getUnifiedAnalyticsLibraryAssetsAdapterFactory, getUniqueFollowerCountAdapterFactory, getVisualizationAdapterFactory, getVisualizationBundleAdapterFactory, getVisualizationsAdapterFactory, getWorkspaceByIdOrNameAdapterFactory, getWorkspacesAdapterFactory, initiateMarketplaceListingInstallationAdapterFactory, notifyUpdateAvailableFactory as notifySharesUpdateAvailableFactory, postDataAlertRunAdapterFactory, publishAdapterFactory, publishToMarketplaceAdapterFactory, queryAssetsAdapterFactory, queryUsersAdapterFactory, unfollowAdapterFactory, updateDashboardAdapterFactory, updateDataAlertAdapterFactory, updateDataAssetRequestAdapterFactory, updateFollowedAssetAdapterFactory, updateRecordSharesAdapterFactory, updateSubscriptionDigestConfigAdapterFactory, updateVisualizationAdapterFactory, updateWorkspaceAdapterFactory };
@@ -12,6 +12,7 @@ export interface GetSharesConfig {
12
12
  userOrGroupId?: string;
13
13
  orderBy?: string;
14
14
  sortOrder?: string;
15
+ filterByRecipientType?: Array<string>;
15
16
  }
16
17
  export declare const createResourceParams: (config: GetSharesConfig) => resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig;
17
18
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig): string;
@@ -59,3 +59,4 @@ export { initiateMarketplaceListingInstallationAdapterFactory } from '../adapter
59
59
  export { getMarketplaceListingInstallationProgressAdapterFactory } from '../adapters/getMarketplaceListingInstallationProgress';
60
60
  export { createTemplateAdapterFactory } from '../adapters/createTemplate';
61
61
  export { publishToMarketplaceAdapterFactory } from '../adapters/publishToMarketplace';
62
+ export { notifyUpdateAvailableFactory as notifySharesUpdateAvailableFactory } from '../types/SetupRecordAccessCollectionRepresentation';
@@ -93,4 +93,6 @@ declare let getVisualizations_imperative: any;
93
93
  declare let getWorkspaceByIdOrName_imperative: any;
94
94
  declare let getWorkspaces_imperative: any;
95
95
  declare let initiateMarketplaceListingInstallation_imperative: any;
96
+ declare let notifySharesUpdateAvailable: any;
96
97
  export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createTemplate, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteDataAlert, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAssetSlackChannels, getDashboardByName, getDashboardByNameNotifyChange, getDashboards, getDataAlert, getDataAlertCollection, getDataAlertNotifyChange, getDataAssetDependencies, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequests, getDataAssetRequestsCount, getFlowByName, getFlows, getFollowedAssets, getFollowers, getMarketplaceListingInstallationProgress, getOrg, getShares, getSharesNotifyChange, getSlackAppInfo, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationNotifyChange, getVisualizations, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaces, initiateMarketplaceListingInstallation, postDataAlertRun, publish, publishToMarketplace, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace, getAnnotations_imperative, getAssetSlackChannels_imperative, getDashboardByName_imperative, getDashboards_imperative, getDataAlert_imperative, getDataAlertCollection_imperative, getDataAssetDependencies_imperative, getDataAssetRequestByIdOrApiName_imperative, getDataAssetRequests_imperative, getDataAssetRequestsCount_imperative, getFlowByName_imperative, getFlows_imperative, getFollowedAssets_imperative, getFollowers_imperative, getMarketplaceListingInstallationProgress_imperative, getOrg_imperative, getShares_imperative, getSlackAppInfo_imperative, getSubscriptionDigestConfig_imperative, getUniqueFollowerCount_imperative, getVisualization_imperative, getVisualizationBundle_imperative, getVisualizations_imperative, getWorkspaceByIdOrName_imperative, getWorkspaces_imperative, initiateMarketplaceListingInstallation_imperative, };
98
+ export { notifySharesUpdateAvailable };
@@ -10,6 +10,7 @@ export interface ResourceRequestConfig {
10
10
  userOrGroupId?: string;
11
11
  orderBy?: string;
12
12
  sortOrder?: string;
13
+ filterByRecipientType?: Array<string>;
13
14
  };
14
15
  }
15
16
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -1,23 +1,14 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
1
  import { DataAlertRepresentation as DataAlertRepresentation_DataAlertRepresentation } from './DataAlertRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
3
  export declare const TTL = 500;
4
- export declare const VERSION = "af0497c1f6e23bc472a94e33329c591e";
4
+ export declare const VERSION = "d3e9e0efe02f7fa88865b7e72fe25f25";
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: DataAlertCollectionRepresentation, existing: DataAlertCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertCollectionRepresentationNormalized;
8
- export interface DynamicIngestParams {
9
- dataAlerts: $64$luvio_engine_ResourceIngest;
10
- }
11
- export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DataAlertCollectionRepresentation, existing: DataAlertCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DataAlertCollectionRepresentationNormalized;
12
- export declare const select: () => $64$luvio_engine_FragmentSelection;
13
- export interface DynamicSelectParams {
14
- dataAlerts?: $64$luvio_engine_LinkSelection;
15
- }
16
- export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
9
  export declare function equals(existing: DataAlertCollectionRepresentationNormalized, incoming: DataAlertCollectionRepresentationNormalized): boolean;
18
10
  export declare const ingest: $64$luvio_engine_ResourceIngest;
19
11
  export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
- export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
12
  /**
22
13
  * A collection of unified analytics data alerts.
23
14
  *
@@ -28,7 +19,7 @@ export interface DataAlertCollectionRepresentationNormalized {
28
19
  /** List of data alerts being returned. */
29
20
  dataAlerts: Array<$64$luvio_engine_StoreLink>;
30
21
  /** Next page url for pagination. */
31
- nextPageUrl: string;
22
+ nextPageUrl: string | null;
32
23
  /** Total size of data alert array returned. */
33
24
  totalSize: number;
34
25
  }
@@ -40,6 +31,6 @@ export interface DataAlertCollectionRepresentationNormalized {
40
31
  */
41
32
  export interface DataAlertCollectionRepresentation {
42
33
  dataAlerts: Array<DataAlertRepresentation_DataAlertRepresentation>;
43
- nextPageUrl: string;
34
+ nextPageUrl: string | null;
44
35
  totalSize: number;
45
36
  }
@@ -4,7 +4,7 @@ import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_Data
4
4
  import { DataAlertThresholdsRepresentation as DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation } from './DataAlertThresholdsRepresentation';
5
5
  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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
6
6
  export declare const TTL = 500;
7
- export declare const VERSION = "3229a7b14837ba4170d4cd91239df29c";
7
+ export declare const VERSION = "219373b56f198f8a68fe8ca6afd30b60";
8
8
  export declare function validate(obj: any, path?: string): TypeError | null;
9
9
  export declare const RepresentationType: string;
10
10
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -32,10 +32,14 @@ export interface DataAlertRepresentationNormalized {
32
32
  alertName: string;
33
33
  /** Notification content configuration. Contains the config needed to generate the notification content. */
34
34
  content: DataAlertContentRepresentation_DataAlertContentRepresentation;
35
+ /** Creation date of the data alert */
36
+ createdDate: string;
35
37
  /** Data alert delivery configurations. */
36
38
  deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
37
39
  /** ID of the Data Alert */
38
40
  id: string;
41
+ /** Last modified date of the data alert */
42
+ lastModifiedDate: string;
39
43
  schedule: DataAlertScheduleRepresentation_DataAlertScheduleRepresentation;
40
44
  thresholds: DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation;
41
45
  }
@@ -48,8 +52,10 @@ export interface DataAlertRepresentationNormalized {
48
52
  export interface DataAlertRepresentation {
49
53
  alertName: string;
50
54
  content: DataAlertContentRepresentation_DataAlertContentRepresentation;
55
+ createdDate: string;
51
56
  deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
52
57
  id: string;
58
+ lastModifiedDate: string;
53
59
  schedule: DataAlertScheduleRepresentation_DataAlertScheduleRepresentation;
54
60
  thresholds: DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation;
55
61
  }
@@ -40,3 +40,4 @@ export interface SetupRecordAccessCollectionRepresentation {
40
40
  recordAccessMappings: Array<SetupRecordAccessRepresentation_SetupRecordAccessRepresentation>;
41
41
  recordId: string;
42
42
  }
43
+ export declare const notifyUpdateAvailableFactory: (luvio: $64$luvio_engine_Luvio) => (configs: Partial<KeyParams>[]) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.380.0-dev2",
3
+ "version": "1.380.0-dev4",
4
4
  "description": "Tableau Unified Analytics Platform",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/analytics-unifiedanalytics.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.380.0-dev2"
43
+ "@salesforce/lds-bindings": "^1.380.0-dev4"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.380.0-dev2"
46
+ "@salesforce/lds-compiler-plugins": "^1.380.0-dev4"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -2524,7 +2524,7 @@ function validate$U(obj, path = 'DataAlertThresholdsRepresentation') {
2524
2524
  }
2525
2525
 
2526
2526
  const TTL$q = 500;
2527
- const VERSION$B = "3229a7b14837ba4170d4cd91239df29c";
2527
+ const VERSION$B = "219373b56f198f8a68fe8ca6afd30b60";
2528
2528
  function validate$T(obj, path = 'DataAlertRepresentation') {
2529
2529
  const v_error = (() => {
2530
2530
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -2543,6 +2543,11 @@ function validate$T(obj, path = 'DataAlertRepresentation') {
2543
2543
  message += referencepath_contentValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
2544
2544
  return new TypeError(message);
2545
2545
  }
2546
+ const obj_createdDate = obj.createdDate;
2547
+ const path_createdDate = path + '.createdDate';
2548
+ if (typeof obj_createdDate !== 'string') {
2549
+ return new TypeError('Expected "string" but received "' + typeof obj_createdDate + '" (at "' + path_createdDate + '")');
2550
+ }
2546
2551
  const obj_deliveryConfigurations = obj.deliveryConfigurations;
2547
2552
  const path_deliveryConfigurations = path + '.deliveryConfigurations';
2548
2553
  const referencepath_deliveryConfigurationsValidationError = validate$Y(obj_deliveryConfigurations, path_deliveryConfigurations);
@@ -2556,6 +2561,11 @@ function validate$T(obj, path = 'DataAlertRepresentation') {
2556
2561
  if (typeof obj_id !== 'string') {
2557
2562
  return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
2558
2563
  }
2564
+ const obj_lastModifiedDate = obj.lastModifiedDate;
2565
+ const path_lastModifiedDate = path + '.lastModifiedDate';
2566
+ if (typeof obj_lastModifiedDate !== 'string') {
2567
+ return new TypeError('Expected "string" but received "' + typeof obj_lastModifiedDate + '" (at "' + path_lastModifiedDate + '")');
2568
+ }
2559
2569
  const obj_schedule = obj.schedule;
2560
2570
  const path_schedule = path + '.schedule';
2561
2571
  const referencepath_scheduleValidationError = validate$X(obj_schedule, path_schedule);
@@ -5128,6 +5138,20 @@ function getTypeCacheKeys$t(rootKeySet, luvio, input, fullPathFactory) {
5128
5138
  mergeable: false
5129
5139
  });
5130
5140
  }
5141
+ const notifyUpdateAvailableFactory = (luvio) => {
5142
+ return function notifySharesUpdateAvailable(configs) {
5143
+ if (process.env.NODE_ENV !== 'production') {
5144
+ const requiredKeyParams = ['recordId'];
5145
+ configs.forEach(config => {
5146
+ if (false === requiredKeyParams.every(req => req in config)) {
5147
+ throw new Error(`one of the configs did not contain all required parameters: ${JSONStringify(ObjectKeys(config))}`);
5148
+ }
5149
+ });
5150
+ }
5151
+ const keys = configs.map(c => keyBuilder$18(luvio, c));
5152
+ return luvio.notifyStoreUpdateAvailable(keys);
5153
+ };
5154
+ };
5131
5155
 
5132
5156
  function keyBuilder$17(luvio, params) {
5133
5157
  return keyBuilder$18(luvio, {
@@ -7236,7 +7260,7 @@ const notifyChangeFactory$6 = (luvio, options) => {
7236
7260
  };
7237
7261
 
7238
7262
  const TTL$g = 500;
7239
- const VERSION$n = "af0497c1f6e23bc472a94e33329c591e";
7263
+ const VERSION$n = "d3e9e0efe02f7fa88865b7e72fe25f25";
7240
7264
  function validate$w(obj, path = 'DataAlertCollectionRepresentation') {
7241
7265
  const v_error = (() => {
7242
7266
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -7250,14 +7274,38 @@ function validate$w(obj, path = 'DataAlertCollectionRepresentation') {
7250
7274
  for (let i = 0; i < obj_dataAlerts.length; i++) {
7251
7275
  const obj_dataAlerts_item = obj_dataAlerts[i];
7252
7276
  const path_dataAlerts_item = path_dataAlerts + '[' + i + ']';
7253
- if (typeof obj_dataAlerts_item !== 'object' || Array.isArray(obj_dataAlerts_item)) {
7254
- return new TypeError('Expected "object" but received "' + typeof obj_dataAlerts_item + '" (at "' + path_dataAlerts_item + '")');
7277
+ const referencepath_dataAlerts_itemValidationError = validate$T(obj_dataAlerts_item, path_dataAlerts_item);
7278
+ if (referencepath_dataAlerts_itemValidationError !== null) {
7279
+ let message = 'Object doesn\'t match DataAlertRepresentation (at "' + path_dataAlerts_item + '")\n';
7280
+ message += referencepath_dataAlerts_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
7281
+ return new TypeError(message);
7255
7282
  }
7256
7283
  }
7257
7284
  const obj_nextPageUrl = obj.nextPageUrl;
7258
7285
  const path_nextPageUrl = path + '.nextPageUrl';
7259
- if (typeof obj_nextPageUrl !== 'string') {
7260
- return new TypeError('Expected "string" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
7286
+ let obj_nextPageUrl_union0 = null;
7287
+ const obj_nextPageUrl_union0_error = (() => {
7288
+ if (typeof obj_nextPageUrl !== 'string') {
7289
+ return new TypeError('Expected "string" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
7290
+ }
7291
+ })();
7292
+ if (obj_nextPageUrl_union0_error != null) {
7293
+ obj_nextPageUrl_union0 = obj_nextPageUrl_union0_error.message;
7294
+ }
7295
+ let obj_nextPageUrl_union1 = null;
7296
+ const obj_nextPageUrl_union1_error = (() => {
7297
+ if (obj_nextPageUrl !== null) {
7298
+ return new TypeError('Expected "null" but received "' + typeof obj_nextPageUrl + '" (at "' + path_nextPageUrl + '")');
7299
+ }
7300
+ })();
7301
+ if (obj_nextPageUrl_union1_error != null) {
7302
+ obj_nextPageUrl_union1 = obj_nextPageUrl_union1_error.message;
7303
+ }
7304
+ if (obj_nextPageUrl_union0 && obj_nextPageUrl_union1) {
7305
+ let message = 'Object doesn\'t match union (at "' + path_nextPageUrl + '")';
7306
+ message += '\n' + obj_nextPageUrl_union0.split('\n').map((line) => '\t' + line).join('\n');
7307
+ message += '\n' + obj_nextPageUrl_union1.split('\n').map((line) => '\t' + line).join('\n');
7308
+ return new TypeError(message);
7261
7309
  }
7262
7310
  const obj_totalSize = obj.totalSize;
7263
7311
  const path_totalSize = path + '.totalSize';
@@ -7269,22 +7317,6 @@ function validate$w(obj, path = 'DataAlertCollectionRepresentation') {
7269
7317
  }
7270
7318
  const RepresentationType$o = 'DataAlertCollectionRepresentation';
7271
7319
  function normalize$n(input, existing, path, luvio, store, timestamp) {
7272
- const input_dataAlerts = input.dataAlerts;
7273
- const input_dataAlerts_id = path.fullPath + '__dataAlerts';
7274
- for (let i = 0; i < input_dataAlerts.length; i++) {
7275
- const input_dataAlerts_item = input_dataAlerts[i];
7276
- let input_dataAlerts_item_id = input_dataAlerts_id + '__' + i;
7277
- input_dataAlerts[i] = ingest$B(input_dataAlerts_item, {
7278
- fullPath: input_dataAlerts_item_id,
7279
- propertyName: i,
7280
- parent: {
7281
- data: input,
7282
- key: path.fullPath,
7283
- existing: existing,
7284
- },
7285
- ttl: path.ttl
7286
- }, luvio, store, timestamp);
7287
- }
7288
7320
  return input;
7289
7321
  }
7290
7322
  const select$W = function DataAlertCollectionRepresentationSelect() {
@@ -7292,43 +7324,11 @@ const select$W = function DataAlertCollectionRepresentationSelect() {
7292
7324
  kind: 'Fragment',
7293
7325
  version: VERSION$n,
7294
7326
  private: [],
7295
- selections: [
7296
- {
7297
- name: 'dataAlerts',
7298
- kind: 'Link',
7299
- plural: true,
7300
- fragment: select$1n()
7301
- },
7302
- {
7303
- name: 'nextPageUrl',
7304
- kind: 'Scalar'
7305
- },
7306
- {
7307
- name: 'totalSize',
7308
- kind: 'Scalar'
7309
- }
7310
- ]
7327
+ opaque: true
7311
7328
  };
7312
7329
  };
7313
7330
  function equals$n(existing, incoming) {
7314
- const existing_totalSize = existing.totalSize;
7315
- const incoming_totalSize = incoming.totalSize;
7316
- if (!(existing_totalSize === incoming_totalSize)) {
7317
- return false;
7318
- }
7319
- const existing_nextPageUrl = existing.nextPageUrl;
7320
- const incoming_nextPageUrl = incoming.nextPageUrl;
7321
- if (!(existing_nextPageUrl === incoming_nextPageUrl)) {
7322
- return false;
7323
- }
7324
- const existing_dataAlerts = existing.dataAlerts;
7325
- const incoming_dataAlerts = incoming.dataAlerts;
7326
- const equals_dataAlerts_items = equalsArray(existing_dataAlerts, incoming_dataAlerts, (existing_dataAlerts_item, incoming_dataAlerts_item) => {
7327
- if (!(existing_dataAlerts_item.__ref === incoming_dataAlerts_item.__ref)) {
7328
- return false;
7329
- }
7330
- });
7331
- if (equals_dataAlerts_items === false) {
7331
+ if (JSONStringify(incoming) !== JSONStringify(existing)) {
7332
7332
  return false;
7333
7333
  }
7334
7334
  return true;
@@ -7353,10 +7353,6 @@ function getTypeCacheKeys$n(rootKeySet, luvio, input, fullPathFactory) {
7353
7353
  representationName: RepresentationType$o,
7354
7354
  mergeable: false
7355
7355
  });
7356
- const input_dataAlerts_length = input.dataAlerts.length;
7357
- for (let i = 0; i < input_dataAlerts_length; i++) {
7358
- getTypeCacheKeys$B(rootKeySet, luvio, input.dataAlerts[i]);
7359
- }
7360
7356
  }
7361
7357
 
7362
7358
  function select$V(luvio, params) {
@@ -9991,6 +9987,7 @@ const getShares_ConfigPropertyMetadata = [
9991
9987
  generateParamConfigMetadata('userOrGroupId', false, 1 /* QueryParameter */, 0 /* String */),
9992
9988
  generateParamConfigMetadata('orderBy', false, 1 /* QueryParameter */, 0 /* String */),
9993
9989
  generateParamConfigMetadata('sortOrder', false, 1 /* QueryParameter */, 0 /* String */),
9990
+ generateParamConfigMetadata('filterByRecipientType', false, 1 /* QueryParameter */, 0 /* String */, true),
9994
9991
  ];
9995
9992
  const getShares_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$o, getShares_ConfigPropertyMetadata);
9996
9993
  const createResourceParams$o = /*#__PURE__*/ createResourceParams$Z(getShares_ConfigPropertyMetadata);
@@ -14658,6 +14655,7 @@ const initiateMarketplaceListingInstallationMetadata = {
14658
14655
  name: 'initiateMarketplaceListingInstallation',
14659
14656
  };
14660
14657
  // Notify Update Available
14658
+ let notifySharesUpdateAvailable;
14661
14659
  function bindExportsTo(luvio) {
14662
14660
  // LDS Adapters
14663
14661
  const getAnnotations_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getAnnotations', getAnnotationsAdapterFactory), getAnnotationsMetadata);
@@ -14788,6 +14786,7 @@ function bindExportsTo(luvio) {
14788
14786
  getWorkspaces_imperative: createImperativeAdapter(luvio, getWorkspaces_ldsAdapter, getWorkspacesMetadata),
14789
14787
  initiateMarketplaceListingInstallation_imperative: createImperativeAdapter(luvio, initiateMarketplaceListingInstallation_ldsAdapter, initiateMarketplaceListingInstallationMetadata),
14790
14788
  // Notify Update Availables
14789
+ notifySharesUpdateAvailable: createLDSAdapter(luvio, 'notifySharesUpdateAvailable', notifyUpdateAvailableFactory),
14791
14790
  };
14792
14791
  }
14793
14792
  withDefaultLuvio((luvio) => {
@@ -14887,8 +14886,9 @@ withDefaultLuvio((luvio) => {
14887
14886
  getWorkspaceByIdOrName_imperative,
14888
14887
  getWorkspaces_imperative,
14889
14888
  initiateMarketplaceListingInstallation_imperative,
14889
+ notifySharesUpdateAvailable,
14890
14890
  } = bindExportsTo(luvio));
14891
14891
  });
14892
14892
 
14893
- export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createTemplate, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteDataAlert, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAnnotations_imperative, getAssetSlackChannels, getAssetSlackChannels_imperative, getDashboardByName, getDashboardByNameNotifyChange, getDashboardByName_imperative, getDashboards, getDashboards_imperative, getDataAlert, getDataAlertCollection, getDataAlertCollection_imperative, getDataAlertNotifyChange, getDataAlert_imperative, getDataAssetDependencies, getDataAssetDependencies_imperative, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequestByIdOrApiName_imperative, getDataAssetRequests, getDataAssetRequestsCount, getDataAssetRequestsCount_imperative, getDataAssetRequests_imperative, getFlowByName, getFlowByName_imperative, getFlows, getFlows_imperative, getFollowedAssets, getFollowedAssets_imperative, getFollowers, getFollowers_imperative, getMarketplaceListingInstallationProgress, getMarketplaceListingInstallationProgress_imperative, getOrg, getOrg_imperative, getShares, getSharesNotifyChange, getShares_imperative, getSlackAppInfo, getSlackAppInfo_imperative, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getSubscriptionDigestConfig_imperative, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getUniqueFollowerCount_imperative, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationBundle_imperative, getVisualizationNotifyChange, getVisualization_imperative, getVisualizations, getVisualizations_imperative, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaceByIdOrName_imperative, getWorkspaces, getWorkspaces_imperative, initiateMarketplaceListingInstallation, initiateMarketplaceListingInstallation_imperative, postDataAlertRun, publish, publishToMarketplace, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
14894
- // version: 1.380.0-dev2-fd70e1c449
14893
+ export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAlert, createDataAssetRequest, createLoglines, createRecordShares, createTemplate, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteDataAlert, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAnnotations_imperative, getAssetSlackChannels, getAssetSlackChannels_imperative, getDashboardByName, getDashboardByNameNotifyChange, getDashboardByName_imperative, getDashboards, getDashboards_imperative, getDataAlert, getDataAlertCollection, getDataAlertCollection_imperative, getDataAlertNotifyChange, getDataAlert_imperative, getDataAssetDependencies, getDataAssetDependencies_imperative, getDataAssetRequestByIdOrApiName, getDataAssetRequestByIdOrApiNameNotifyChange, getDataAssetRequestByIdOrApiName_imperative, getDataAssetRequests, getDataAssetRequestsCount, getDataAssetRequestsCount_imperative, getDataAssetRequests_imperative, getFlowByName, getFlowByName_imperative, getFlows, getFlows_imperative, getFollowedAssets, getFollowedAssets_imperative, getFollowers, getFollowers_imperative, getMarketplaceListingInstallationProgress, getMarketplaceListingInstallationProgress_imperative, getOrg, getOrg_imperative, getShares, getSharesNotifyChange, getShares_imperative, getSlackAppInfo, getSlackAppInfo_imperative, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getSubscriptionDigestConfig_imperative, getUnifiedAnalyticsLibraryAssets, getUniqueFollowerCount, getUniqueFollowerCount_imperative, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationBundle_imperative, getVisualizationNotifyChange, getVisualization_imperative, getVisualizations, getVisualizations_imperative, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaceByIdOrName_imperative, getWorkspaces, getWorkspaces_imperative, initiateMarketplaceListingInstallation, initiateMarketplaceListingInstallation_imperative, notifySharesUpdateAvailable, postDataAlertRun, publish, publishToMarketplace, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAlert, updateDataAssetRequest, updateFollowedAsset, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
14894
+ // version: 1.380.0-dev4-6d09d6af3b
package/src/raml/api.raml CHANGED
@@ -1040,7 +1040,7 @@ types:
1040
1040
  type: integer
1041
1041
  nextPageUrl:
1042
1042
  description: Next page url for pagination.
1043
- type: string
1043
+ type: string | nil
1044
1044
  DataAlertValueInputRepresentation:
1045
1045
  description: Abstract input representation for operands
1046
1046
  type: object
@@ -1506,6 +1506,12 @@ types:
1506
1506
  deliveryConfigurations:
1507
1507
  description: Data alert delivery configurations.
1508
1508
  type: DataAlertDeliveryConfigurationRepresentation
1509
+ createdDate:
1510
+ description: Creation date of the data alert
1511
+ type: string
1512
+ lastModifiedDate:
1513
+ description: Last modified date of the data alert
1514
+ type: string
1509
1515
  schedule:
1510
1516
  description: Data alert schedule.
1511
1517
  type: DataAlertScheduleRepresentation
@@ -3301,6 +3307,15 @@ types:
3301
3307
  enum:
3302
3308
  - DESC
3303
3309
  - ASC
3310
+ filterByRecipientType:
3311
+ description: recipient filter value, default is none
3312
+ type: array
3313
+ required: false
3314
+ items:
3315
+ type: string
3316
+ enum:
3317
+ - User
3318
+ - Group
3304
3319
  patch:
3305
3320
  displayName: patchSetupRecordShareCollection
3306
3321
  description: Update an record share to be associated with a record Item
@@ -36,6 +36,7 @@ types:
36
36
  (luvio.opaque): true
37
37
  DataAlertCollectionRepresentation:
38
38
  (luvio.ttl): 500
39
+ (luvio.opaque): true
39
40
  DataAlertRepresentation:
40
41
  (luvio.ttl): 500
41
42
  (luvio.opaque): true
@@ -155,6 +156,10 @@ types:
155
156
  (luvio.opaque): true
156
157
  (luvio.key):
157
158
  recordId: recordId
159
+ (luvio.updateAvailable):
160
+ name: notifySharesUpdateAvailable
161
+ parameters:
162
+ recordId: recordId
158
163
  SetupRecordAccessRepresentation:
159
164
  (luvio.ttl): 500
160
165
  (luvio.opaque): true