@salesforce/lds-adapters-analytics-unifiedanalytics 1.332.0-dev13 → 1.332.0-dev15

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.
@@ -3642,7 +3642,7 @@ function validate$C(obj, path = 'AnalyticsUserRepresentation') {
3642
3642
  }
3643
3643
 
3644
3644
  const TTL$h = 500;
3645
- const VERSION$r = "43c05ab1871f7e0f8c17a6eaf58cdc17";
3645
+ const VERSION$r = "ada5b73b64faa32b0113876061677c0a";
3646
3646
  function validate$B(obj, path = 'DataAssetRequestRepresentation') {
3647
3647
  const v_error = (() => {
3648
3648
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -3906,6 +3906,19 @@ function validate$B(obj, path = 'DataAssetRequestRepresentation') {
3906
3906
  if (typeof obj_label !== 'string') {
3907
3907
  return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
3908
3908
  }
3909
+ const obj_lastModifiedBy = obj.lastModifiedBy;
3910
+ const path_lastModifiedBy = path + '.lastModifiedBy';
3911
+ const referencepath_lastModifiedByValidationError = validate$C(obj_lastModifiedBy, path_lastModifiedBy);
3912
+ if (referencepath_lastModifiedByValidationError !== null) {
3913
+ let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
3914
+ message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
3915
+ return new TypeError(message);
3916
+ }
3917
+ const obj_lastModifiedDate = obj.lastModifiedDate;
3918
+ const path_lastModifiedDate = path + '.lastModifiedDate';
3919
+ if (typeof obj_lastModifiedDate !== 'string') {
3920
+ return new TypeError('Expected "string" but received "' + typeof obj_lastModifiedDate + '" (at "' + path_lastModifiedDate + '")');
3921
+ }
3909
3922
  const obj_migrationSucceededDate = obj.migrationSucceededDate;
3910
3923
  const path_migrationSucceededDate = path + '.migrationSucceededDate';
3911
3924
  let obj_migrationSucceededDate_union0 = null;
@@ -1,7 +1,7 @@
1
1
  import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
3
  export declare const TTL = 500;
4
- export declare const VERSION = "43c05ab1871f7e0f8c17a6eaf58cdc17";
4
+ export declare const VERSION = "ada5b73b64faa32b0113876061677c0a";
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 {
@@ -49,6 +49,10 @@ export interface DataAssetRequestRepresentationNormalized {
49
49
  installedDate: string | null;
50
50
  /** Data Asset Request Label */
51
51
  label: string;
52
+ /** The user who last modified this request */
53
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
54
+ /** Last modified date for the data asset record */
55
+ lastModifiedDate: string;
52
56
  /** Migration Succeeded date */
53
57
  migrationSucceededDate: string | null;
54
58
  /** Number of dependencies associated with workspace asset being tracked in the request */
@@ -99,6 +103,8 @@ export interface DataAssetRequestRepresentation {
99
103
  id: string;
100
104
  installedDate: string | null;
101
105
  label: string;
106
+ lastModifiedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
107
+ lastModifiedDate: string;
102
108
  migrationSucceededDate: string | null;
103
109
  numberOfDependencies: number | null;
104
110
  personalOrgId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.332.0-dev13",
3
+ "version": "1.332.0-dev15",
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.332.0-dev13"
43
+ "@salesforce/lds-bindings": "^1.332.0-dev15"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.332.0-dev13"
46
+ "@salesforce/lds-compiler-plugins": "^1.332.0-dev15"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -2314,7 +2314,7 @@ function validate$I(obj, path = 'AnalyticsUserRepresentation') {
2314
2314
  }
2315
2315
 
2316
2316
  const TTL$k = 500;
2317
- const VERSION$v = "43c05ab1871f7e0f8c17a6eaf58cdc17";
2317
+ const VERSION$v = "ada5b73b64faa32b0113876061677c0a";
2318
2318
  function validate$H(obj, path = 'DataAssetRequestRepresentation') {
2319
2319
  const v_error = (() => {
2320
2320
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -2578,6 +2578,19 @@ function validate$H(obj, path = 'DataAssetRequestRepresentation') {
2578
2578
  if (typeof obj_label !== 'string') {
2579
2579
  return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
2580
2580
  }
2581
+ const obj_lastModifiedBy = obj.lastModifiedBy;
2582
+ const path_lastModifiedBy = path + '.lastModifiedBy';
2583
+ const referencepath_lastModifiedByValidationError = validate$I(obj_lastModifiedBy, path_lastModifiedBy);
2584
+ if (referencepath_lastModifiedByValidationError !== null) {
2585
+ let message = 'Object doesn\'t match AnalyticsUserRepresentation (at "' + path_lastModifiedBy + '")\n';
2586
+ message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
2587
+ return new TypeError(message);
2588
+ }
2589
+ const obj_lastModifiedDate = obj.lastModifiedDate;
2590
+ const path_lastModifiedDate = path + '.lastModifiedDate';
2591
+ if (typeof obj_lastModifiedDate !== 'string') {
2592
+ return new TypeError('Expected "string" but received "' + typeof obj_lastModifiedDate + '" (at "' + path_lastModifiedDate + '")');
2593
+ }
2581
2594
  const obj_migrationSucceededDate = obj.migrationSucceededDate;
2582
2595
  const path_migrationSucceededDate = path + '.migrationSucceededDate';
2583
2596
  let obj_migrationSucceededDate_union0 = null;
@@ -12707,4 +12720,4 @@ withDefaultLuvio((luvio) => {
12707
12720
  });
12708
12721
 
12709
12722
  export { createAnnotation, createAssetSlackChannel, createDashboard, createDataAssetRequest, createLoglines, createRecordShares, createVisualization, createWorkspace, createWorkspaceAsset, deleteAllShares, deleteDashboard, deleteRecordShare, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAnnotations_imperative, getAssetSlackChannels, getAssetSlackChannels_imperative, getDashboardByName, getDashboardByNameNotifyChange, getDashboardByName_imperative, getDashboards, getDashboards_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, publish, queryAssets, queryUsers, unfollow, updateDashboard, updateDataAssetRequest, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
12710
- // version: 1.332.0-dev13-e67f738040
12723
+ // version: 1.332.0-dev15-a45255ed9c
package/src/raml/api.raml CHANGED
@@ -1058,6 +1058,12 @@ types:
1058
1058
  failedDate:
1059
1059
  description: Failed date
1060
1060
  type: string | nil
1061
+ lastModifiedDate:
1062
+ description: Last modified date for the data asset record
1063
+ type: string
1064
+ lastModifiedBy:
1065
+ description: The user who last modified this request
1066
+ type: AnalyticsUserRepresentation
1061
1067
  id:
1062
1068
  description: Data Asset Request Id
1063
1069
  type: string