@salesforce/lds-adapters-analytics-unifiedanalytics 1.404.0-dev2 → 1.404.0-dev20

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 (39) hide show
  1. package/dist/es/es2018/analytics-unifiedanalytics.js +3052 -2394
  2. package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +5 -0
  3. package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +1 -0
  4. package/dist/es/es2018/types/src/generated/adapters/generateSFDrivePresignedCredentials.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +1 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +1 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +1 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +1 -0
  9. package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +5 -0
  10. package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +1 -0
  11. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
  12. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -1
  13. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +1 -0
  14. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +1 -0
  15. package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +1 -0
  16. package/dist/es/es2018/types/src/generated/resources/getTableauFlows.d.ts +1 -0
  17. package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +5 -0
  18. package/dist/es/es2018/types/src/generated/resources/postSsotSfDriveActionsGeneratePresignedCredential.d.ts +11 -0
  19. package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +5 -0
  20. package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +1 -0
  21. package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +1 -0
  22. package/dist/es/es2018/types/src/generated/types/AdditionalInfoAssetRepresentation.d.ts +43 -0
  23. package/dist/es/es2018/types/src/generated/types/AdditionalInfoAssetWarningsRepresentation.d.ts +28 -0
  24. package/dist/es/es2018/types/src/generated/types/AdditionalInfoDataspacesRepresentation.d.ts +31 -0
  25. package/dist/es/es2018/types/src/generated/types/DashboardInputRepresentation.d.ts +14 -1
  26. package/dist/es/es2018/types/src/generated/types/DashboardRepresentation.d.ts +8 -1
  27. package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +4 -1
  28. package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +4 -1
  29. package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +4 -1
  30. package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +7 -1
  31. package/dist/es/es2018/types/src/generated/types/DataAssetRequestAdditionalInfoRepresentation.d.ts +41 -0
  32. package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +17 -1
  33. package/dist/es/es2018/types/src/generated/types/DataSpaceInfoRepresentation.d.ts +3 -3
  34. package/dist/es/es2018/types/src/generated/types/SFDrivePresignedCredentialInputRepresentation.d.ts +32 -0
  35. package/dist/es/es2018/types/src/generated/types/SFDrivePresignedCredentialRepresentation.d.ts +48 -0
  36. package/package.json +3 -3
  37. package/sfdc/index.js +1716 -1055
  38. package/src/raml/api.raml +217 -0
  39. package/src/raml/luvio.raml +10 -0
@@ -1,7 +1,8 @@
1
1
  import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
2
+ import { DataAssetRequestAdditionalInfoRepresentation as DataAssetRequestAdditionalInfoRepresentation_DataAssetRequestAdditionalInfoRepresentation } from './DataAssetRequestAdditionalInfoRepresentation';
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
4
  export declare const TTL = 500;
4
- export declare const VERSION = "c3146faa002b9dc423c9bb45dc4db3f2";
5
+ export declare const VERSION = "1d2e5c2c71da23d28ca538bf1ec5ea7f";
5
6
  export declare function validate(obj: any, path?: string): TypeError | null;
6
7
  export declare const RepresentationType: string;
7
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -29,6 +30,8 @@ export interface DataAssetRequestRepresentationNormalized {
29
30
  acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
30
31
  /** Acknowledged date */
31
32
  acknowledgedDate: string | null;
33
+ /** Additional Info */
34
+ additionalInfo?: DataAssetRequestAdditionalInfoRepresentation_DataAssetRequestAdditionalInfoRepresentation | null;
32
35
  /** assetId associated with the request */
33
36
  assetId: string;
34
37
  /** Asset Label */
@@ -41,8 +44,12 @@ export interface DataAssetRequestRepresentationNormalized {
41
44
  completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
42
45
  /** Completed date */
43
46
  completedDate: string | null;
47
+ /** Error Code */
48
+ errorCode?: string | null;
44
49
  /** Failed date */
45
50
  failedDate: string | null;
51
+ /** Indicates whether the promotion request includes a DLO that is unsupported for guided promotions (e.g., non-CSV file type) */
52
+ hasUnsupportedDloForGuidedPromotions?: boolean | null;
46
53
  /** Data Asset Request Id */
47
54
  id: string;
48
55
  /** Installed date */
@@ -71,6 +78,8 @@ export interface DataAssetRequestRepresentationNormalized {
71
78
  productionOrgId: string | null;
72
79
  /** Workspace ID from production org */
73
80
  productionOrgWorkspaceId: string | null;
81
+ /** Promotion Approval Flow of the request */
82
+ promotionApprovalFlow: string | null;
74
83
  /** Rejection Comment */
75
84
  rejectionComment: string | null;
76
85
  /** Type of the request */
@@ -87,6 +96,8 @@ export interface DataAssetRequestRepresentationNormalized {
87
96
  status: string;
88
97
  /** Data Asset Request Target Id */
89
98
  targetRequestId: string | null;
99
+ /** Overall progress status of a task */
100
+ taskProgressStatus?: string | null;
90
101
  /** workspaceAssetId in the workspace */
91
102
  workspaceAssetId: string;
92
103
  }
@@ -99,13 +110,16 @@ export interface DataAssetRequestRepresentationNormalized {
99
110
  export interface DataAssetRequestRepresentation {
100
111
  acknowledgedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
101
112
  acknowledgedDate: string | null;
113
+ additionalInfo?: DataAssetRequestAdditionalInfoRepresentation_DataAssetRequestAdditionalInfoRepresentation | null;
102
114
  assetId: string;
103
115
  assetLabel: string | null;
104
116
  cancelledBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
105
117
  cancelledDate: string | null;
106
118
  completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
107
119
  completedDate: string | null;
120
+ errorCode?: string | null;
108
121
  failedDate: string | null;
122
+ hasUnsupportedDloForGuidedPromotions?: boolean | null;
109
123
  id: string;
110
124
  installedDate: string | null;
111
125
  label: string;
@@ -120,6 +134,7 @@ export interface DataAssetRequestRepresentation {
120
134
  personalOrgWorkspaceId: string | null;
121
135
  productionOrgId: string | null;
122
136
  productionOrgWorkspaceId: string | null;
137
+ promotionApprovalFlow: string | null;
123
138
  rejectionComment: string | null;
124
139
  requestType: string;
125
140
  requestedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation;
@@ -128,5 +143,6 @@ export interface DataAssetRequestRepresentation {
128
143
  sourceRequestId: string | null;
129
144
  status: string;
130
145
  targetRequestId: string | null;
146
+ taskProgressStatus?: string | null;
131
147
  workspaceAssetId: string;
132
148
  }
@@ -1,5 +1,5 @@
1
1
  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 = "348890df55934c5a777c5b9a913f4b3f";
2
+ export declare const VERSION = "3b7f7084ddad1307b62f28a6e2eefcac";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export declare function normalize(input: DataSpaceInfoRepresentation, existing: DataSpaceInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataSpaceInfoRepresentationNormalized;
@@ -19,7 +19,7 @@ export interface DataSpaceInfoRepresentationNormalized {
19
19
  /** DataSpace label. */
20
20
  dataSpaceLabel: string;
21
21
  /** DataSpace prefix. */
22
- dataSpacePrefix: string;
22
+ dataSpacePrefix?: string;
23
23
  }
24
24
  /**
25
25
  * DataSpace Info Representation
@@ -30,5 +30,5 @@ export interface DataSpaceInfoRepresentationNormalized {
30
30
  export interface DataSpaceInfoRepresentation {
31
31
  dataSpaceDeveloperName: string;
32
32
  dataSpaceLabel: string;
33
- dataSpacePrefix: string;
33
+ dataSpacePrefix?: string;
34
34
  }
@@ -0,0 +1,32 @@
1
+ import { CdpAssetBaseInputRepresentation as CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation } from './CdpAssetBaseInputRepresentation';
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';
3
+ export declare const VERSION = "ba036f95ede65fe2957f8dc8c358ce95";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: SFDrivePresignedCredentialInputRepresentation, existing: SFDrivePresignedCredentialInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SFDrivePresignedCredentialInputRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: SFDrivePresignedCredentialInputRepresentationNormalized, incoming: SFDrivePresignedCredentialInputRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SFDrivePresignedCredentialInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Input representation for sf drive Presigned credentials
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface SFDrivePresignedCredentialInputRepresentationNormalized extends CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation {
18
+ /** The driveDirectory in sfdrive for which presigned url required */
19
+ driveDirectory: string;
20
+ /** The fileName in sfdrive for which presigned url required */
21
+ fileName: string;
22
+ }
23
+ /**
24
+ * Input representation for sf drive Presigned credentials
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface SFDrivePresignedCredentialInputRepresentation extends CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation {
30
+ driveDirectory: string;
31
+ fileName: string;
32
+ }
@@ -0,0 +1,48 @@
1
+ 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';
2
+ export declare const TTL = 1000;
3
+ export declare const VERSION = "804d1ddce3929339c425c61f43ff2f18";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export interface KeyParams extends $64$luvio_engine_KeyMetadata {
7
+ presignedUrl: string;
8
+ }
9
+ export type SFDrivePresignedCredentialRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
10
+ export type PartialSFDrivePresignedCredentialRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
11
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
12
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): SFDrivePresignedCredentialRepresentationNormalizedKeyMetadata;
13
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SFDrivePresignedCredentialRepresentation): string;
14
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SFDrivePresignedCredentialRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function normalize(input: SFDrivePresignedCredentialRepresentation, existing: SFDrivePresignedCredentialRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SFDrivePresignedCredentialRepresentationNormalized;
16
+ export declare const select: () => $64$luvio_engine_BaseFragment;
17
+ export declare function equals(existing: SFDrivePresignedCredentialRepresentationNormalized, incoming: SFDrivePresignedCredentialRepresentationNormalized): boolean;
18
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
19
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SFDrivePresignedCredentialRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ /**
21
+ * Response representation for SFDrive Presigned Credentials Request
22
+ *
23
+ * Keys:
24
+ * presignedUrl (string): presignedUrl
25
+ */
26
+ export interface SFDrivePresignedCredentialRepresentationNormalized {
27
+ /** presignedUrl expiry timestamp */
28
+ expiryTime: string;
29
+ /** kms key details for byok enabled org */
30
+ headers: {
31
+ [key: string]: string;
32
+ };
33
+ /** presignedUrl of given directory and filename */
34
+ presignedUrl: string;
35
+ }
36
+ /**
37
+ * Response representation for SFDrive Presigned Credentials Request
38
+ *
39
+ * Keys:
40
+ * presignedUrl (string): presignedUrl
41
+ */
42
+ export interface SFDrivePresignedCredentialRepresentation {
43
+ expiryTime: string;
44
+ headers: {
45
+ [key: string]: string;
46
+ };
47
+ presignedUrl: string;
48
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.404.0-dev2",
3
+ "version": "1.404.0-dev20",
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.404.0-dev2"
43
+ "@salesforce/lds-bindings": "^1.404.0-dev20"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.404.0-dev2"
46
+ "@salesforce/lds-compiler-plugins": "^1.404.0-dev20"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {