@salesforce/lds-adapters-analytics-unifiedanalytics 1.308.0-dev1 → 1.308.0-dev2
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.
- package/dist/es/es2018/analytics-unifiedanalytics.js +1903 -1386
- package/dist/es/es2018/types/src/generated/adapters/createLoglines.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/generateSFDriveCredentials.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/publish.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/resources/postSsotSfDriveActionsGenerateCredential.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/postUnifiedAnalyticsAdminMonitoringEvents.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postUnifiedAnalyticsLoglines.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLogLinesRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglineInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglinesInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsMonitoringEventInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsMonitoringEventItemInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsMonitoringEventItemRepresentation.d.ts +44 -0
- package/package.json +3 -3
- package/sfdc/index.js +1774 -1248
- package/src/raml/api.raml +165 -0
- package/src/raml/luvio.raml +30 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_postUnifiedAnalyticsLoglines_ResourceRequestConfig } from '../resources/postUnifiedAnalyticsLoglines';
|
|
4
|
+
import { UnifiedAnalyticsLogLinesRepresentation as types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation } from '../types/UnifiedAnalyticsLogLinesRepresentation';
|
|
5
|
+
export declare const adapterName = "createLoglines";
|
|
6
|
+
export declare const createLoglines_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const createLoglines_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface CreateLoglinesConfig {
|
|
9
|
+
loglines: Array<unknown>;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: CreateLoglinesConfig) => resources_postUnifiedAnalyticsLoglines_ResourceRequestConfig;
|
|
12
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateLoglinesConfig>): adapter$45$utils_Untrusted<CreateLoglinesConfig>;
|
|
13
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateLoglinesConfig | null;
|
|
14
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateLoglinesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, any>>;
|
|
15
|
+
export declare const createLoglinesAdapterFactory: $64$luvio_engine_AdapterFactory<CreateLoglinesConfig, types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_postSsotSfDriveActionsGenerateCredential_ResourceRequestConfig } from '../resources/postSsotSfDriveActionsGenerateCredential';
|
|
4
|
+
import { SFDriveCredentialRepresentation as types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation } from '../types/SFDriveCredentialRepresentation';
|
|
5
|
+
export declare const adapterName = "generateSFDriveCredentials";
|
|
6
|
+
export declare const generateSFDriveCredentials_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const generateSFDriveCredentials_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GenerateSFDriveCredentialsConfig {
|
|
9
|
+
path: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GenerateSFDriveCredentialsConfig) => resources_postSsotSfDriveActionsGenerateCredential_ResourceRequestConfig;
|
|
12
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GenerateSFDriveCredentialsConfig>): adapter$45$utils_Untrusted<GenerateSFDriveCredentialsConfig>;
|
|
13
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GenerateSFDriveCredentialsConfig | null;
|
|
14
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GenerateSFDriveCredentialsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation, any>>;
|
|
15
|
+
export declare const generateSFDriveCredentialsAdapterFactory: $64$luvio_engine_AdapterFactory<GenerateSFDriveCredentialsConfig, types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_postUnifiedAnalyticsAdminMonitoringEvents_ResourceRequestConfig } from '../resources/postUnifiedAnalyticsAdminMonitoringEvents';
|
|
4
|
+
import { UnifiedAnalyticsMonitoringEventItemRepresentation as types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation } from '../types/UnifiedAnalyticsMonitoringEventItemRepresentation';
|
|
5
|
+
export declare const adapterName = "publish";
|
|
6
|
+
export declare const publish_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const publish_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface PublishConfig {
|
|
9
|
+
events: Array<unknown>;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: PublishConfig) => resources_postUnifiedAnalyticsAdminMonitoringEvents_ResourceRequestConfig;
|
|
12
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PublishConfig>): adapter$45$utils_Untrusted<PublishConfig>;
|
|
13
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PublishConfig | null;
|
|
14
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PublishConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation, any>>;
|
|
15
|
+
export declare const publishAdapterFactory: $64$luvio_engine_AdapterFactory<PublishConfig, types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { publishAdapterFactory } from '../adapters/publish';
|
|
1
2
|
export { getAnnotationsAdapterFactory } from '../adapters/getAnnotations';
|
|
2
3
|
export { createAnnotationAdapterFactory } from '../adapters/createAnnotation';
|
|
3
4
|
export { getSlackAppInfoAdapterFactory } from '../adapters/getSlackAppInfo';
|
|
@@ -11,6 +12,7 @@ export { followAdapterFactory } from '../adapters/follow';
|
|
|
11
12
|
export { unfollowAdapterFactory } from '../adapters/unfollow';
|
|
12
13
|
export { getFollowersAdapterFactory } from '../adapters/getFollowers';
|
|
13
14
|
export { getFollowedAssetsAdapterFactory } from '../adapters/getFollowedAssets';
|
|
15
|
+
export { createLoglinesAdapterFactory } from '../adapters/createLoglines';
|
|
14
16
|
export { getAssetSlackChannelsAdapterFactory } from '../adapters/getAssetSlackChannels';
|
|
15
17
|
export { createAssetSlackChannelAdapterFactory } from '../adapters/createAssetSlackChannel';
|
|
16
18
|
export { queryUsersAdapterFactory } from '../adapters/queryUsers';
|
|
@@ -32,3 +34,4 @@ export { getFlowByNameAdapterFactory } from '../adapters/getFlowByName';
|
|
|
32
34
|
export { getSubscriptionDigestConfigAdapterFactory } from '../adapters/getSubscriptionDigestConfig';
|
|
33
35
|
export { updateSubscriptionDigestConfigAdapterFactory } from '../adapters/updateSubscriptionDigestConfig';
|
|
34
36
|
export { getUnifiedAnalyticsLibraryAssetsAdapterFactory } from '../adapters/getUnifiedAnalyticsLibraryAssets';
|
|
37
|
+
export { generateSFDriveCredentialsAdapterFactory } from '../adapters/generateSFDriveCredentials';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare let createAnnotation: any;
|
|
2
2
|
declare let createAssetSlackChannel: any;
|
|
3
3
|
declare let createDashboard: any;
|
|
4
|
+
declare let createLoglines: any;
|
|
4
5
|
declare let createVisualization: any;
|
|
5
6
|
declare let createWorkspace: any;
|
|
6
7
|
declare let createWorkspaceAsset: any;
|
|
@@ -9,6 +10,7 @@ declare let deleteVisualization: any;
|
|
|
9
10
|
declare let deleteWorkspace: any;
|
|
10
11
|
declare let deleteWorkspaceAsset: any;
|
|
11
12
|
declare let follow: any;
|
|
13
|
+
declare let generateSFDriveCredentials: any;
|
|
12
14
|
declare let getAnnotations: any;
|
|
13
15
|
declare let getAssetSlackChannels: any;
|
|
14
16
|
declare let getDashboardByName: any;
|
|
@@ -30,6 +32,7 @@ declare let getVisualizations: any;
|
|
|
30
32
|
declare let getWorkspaceByIdOrName: any;
|
|
31
33
|
declare let getWorkspaceByIdOrNameNotifyChange: any;
|
|
32
34
|
declare let getWorkspaces: any;
|
|
35
|
+
declare let publish: any;
|
|
33
36
|
declare let queryAssets: any;
|
|
34
37
|
declare let queryUsers: any;
|
|
35
38
|
declare let unfollow: any;
|
|
@@ -52,4 +55,4 @@ declare let getVisualizationBundle_imperative: any;
|
|
|
52
55
|
declare let getVisualizations_imperative: any;
|
|
53
56
|
declare let getWorkspaceByIdOrName_imperative: any;
|
|
54
57
|
declare let getWorkspaces_imperative: any;
|
|
55
|
-
export { createAnnotation, createAssetSlackChannel, createDashboard, createVisualization, createWorkspace, createWorkspaceAsset, deleteDashboard, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, getAnnotations, getAssetSlackChannels, getDashboardByName, getDashboardByNameNotifyChange, getDashboards, getFlowByName, getFlows, getFollowedAssets, getFollowers, getSlackAppInfo, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getUnifiedAnalyticsLibraryAssets, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationNotifyChange, getVisualizations, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaces, queryAssets, queryUsers, unfollow, updateDashboard, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace, getAnnotations_imperative, getAssetSlackChannels_imperative, getDashboardByName_imperative, getDashboards_imperative, getFlowByName_imperative, getFlows_imperative, getFollowedAssets_imperative, getFollowers_imperative, getSlackAppInfo_imperative, getSubscriptionDigestConfig_imperative, getVisualization_imperative, getVisualizationBundle_imperative, getVisualizations_imperative, getWorkspaceByIdOrName_imperative, getWorkspaces_imperative, };
|
|
58
|
+
export { createAnnotation, createAssetSlackChannel, createDashboard, createLoglines, createVisualization, createWorkspace, createWorkspaceAsset, deleteDashboard, deleteVisualization, deleteWorkspace, deleteWorkspaceAsset, follow, generateSFDriveCredentials, getAnnotations, getAssetSlackChannels, getDashboardByName, getDashboardByNameNotifyChange, getDashboards, getFlowByName, getFlows, getFollowedAssets, getFollowers, getSlackAppInfo, getSubscriptionDigestConfig, getSubscriptionDigestConfigNotifyChange, getUnifiedAnalyticsLibraryAssets, getVisualization, getVisualizationBundle, getVisualizationBundleNotifyChange, getVisualizationNotifyChange, getVisualizations, getWorkspaceByIdOrName, getWorkspaceByIdOrNameNotifyChange, getWorkspaces, publish, queryAssets, queryUsers, unfollow, updateDashboard, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace, getAnnotations_imperative, getAssetSlackChannels_imperative, getDashboardByName_imperative, getDashboards_imperative, getFlowByName_imperative, getFlows_imperative, getFollowedAssets_imperative, getFollowers_imperative, getSlackAppInfo_imperative, getSubscriptionDigestConfig_imperative, getVisualization_imperative, getVisualizationBundle_imperative, getVisualizations_imperative, getWorkspaceByIdOrName_imperative, getWorkspaces_imperative, };
|
package/dist/es/es2018/types/src/generated/resources/postSsotSfDriveActionsGenerateCredential.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CdpAssetBaseInputRepresentation as types_CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation } from '../types/CdpAssetBaseInputRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
+
import { SFDriveCredentialRepresentation as types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation } from '../types/SFDriveCredentialRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
body: types_CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation;
|
|
6
|
+
}
|
|
7
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
8
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation): void;
|
|
9
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_SFDriveCredentialRepresentation_SFDriveCredentialRepresentation, any>;
|
|
10
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
11
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postUnifiedAnalyticsAdminMonitoringEvents.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { UnifiedAnalyticsMonitoringEventItemRepresentation as types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation } from '../types/UnifiedAnalyticsMonitoringEventItemRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
events: Array<unknown>;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation): void;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_UnifiedAnalyticsMonitoringEventItemRepresentation_UnifiedAnalyticsMonitoringEventItemRepresentation, any>;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { UnifiedAnalyticsLogLinesRepresentation as types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation } from '../types/UnifiedAnalyticsLogLinesRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
loglines: Array<unknown>;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation): void;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_UnifiedAnalyticsLogLinesRepresentation_UnifiedAnalyticsLogLinesRepresentation, any>;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "4cd25d250e24c7df1618a3222ae67ead";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpAssetBaseInputRepresentation, existing: CdpAssetBaseInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpAssetBaseInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpAssetBaseInputRepresentationNormalized, incoming: CdpAssetBaseInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpAssetBaseInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents a base asset
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpAssetBaseInputRepresentationNormalized {
|
|
17
|
+
/** Id */
|
|
18
|
+
id: string;
|
|
19
|
+
/** Name */
|
|
20
|
+
name: string;
|
|
21
|
+
/** Namespace */
|
|
22
|
+
namespace: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents a base asset
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpAssetBaseInputRepresentation {
|
|
31
|
+
id: string;
|
|
32
|
+
name: string;
|
|
33
|
+
namespace: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 = "1715a0fa4e1679ba0acb786f40379667";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SFDriveCredentialInputRepresentation, existing: SFDriveCredentialInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SFDriveCredentialInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SFDriveCredentialInputRepresentationNormalized, incoming: SFDriveCredentialInputRepresentationNormalized): 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: SFDriveCredentialInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for sf drive credentials
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SFDriveCredentialInputRepresentationNormalized extends CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation {
|
|
18
|
+
/** The path in sfdrive for which credentials are needed. */
|
|
19
|
+
path: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for sf drive credentials
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface SFDriveCredentialInputRepresentation extends CdpAssetBaseInputRepresentation_CdpAssetBaseInputRepresentation {
|
|
28
|
+
path: string;
|
|
29
|
+
}
|
|
@@ -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 = "b74220848da66f28aac811c5ea8a8c23";
|
|
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
|
+
fullyQualifiedLocationInDrive: string;
|
|
8
|
+
}
|
|
9
|
+
export type SFDriveCredentialRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialSFDriveCredentialRepresentationNormalizedKeyMetadata = 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): SFDriveCredentialRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: SFDriveCredentialRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: SFDriveCredentialRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: SFDriveCredentialRepresentation, existing: SFDriveCredentialRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SFDriveCredentialRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: SFDriveCredentialRepresentationNormalized, incoming: SFDriveCredentialRepresentationNormalized): 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: SFDriveCredentialRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Response representation for SFDrive Credentials Request
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* fullyQualifiedLocationInDrive (string): fullyQualifiedLocationInDrive
|
|
25
|
+
*/
|
|
26
|
+
export interface SFDriveCredentialRepresentationNormalized {
|
|
27
|
+
/** Access Credentials for location in SF Drive */
|
|
28
|
+
accessCredential: {
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
};
|
|
31
|
+
/** Fully Qualified Location in SF Drive */
|
|
32
|
+
fullyQualifiedLocationInDrive: string;
|
|
33
|
+
/** Tenant Key Id */
|
|
34
|
+
tenantKeyId: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Response representation for SFDrive Credentials Request
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* fullyQualifiedLocationInDrive (string): fullyQualifiedLocationInDrive
|
|
41
|
+
*/
|
|
42
|
+
export interface SFDriveCredentialRepresentation {
|
|
43
|
+
accessCredential: {
|
|
44
|
+
[key: string]: string;
|
|
45
|
+
};
|
|
46
|
+
fullyQualifiedLocationInDrive: string;
|
|
47
|
+
tenantKeyId: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 = "f2e0254a8e6b03f2289f318634389df3";
|
|
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
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type UnifiedAnalyticsLogLinesRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialUnifiedAnalyticsLogLinesRepresentationNormalizedKeyMetadata = 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): UnifiedAnalyticsLogLinesRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: UnifiedAnalyticsLogLinesRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: UnifiedAnalyticsLogLinesRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: UnifiedAnalyticsLogLinesRepresentation, existing: UnifiedAnalyticsLogLinesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsLogLinesRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: UnifiedAnalyticsLogLinesRepresentationNormalized, incoming: UnifiedAnalyticsLogLinesRepresentationNormalized): 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: UnifiedAnalyticsLogLinesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Result for publishing log lines in Unified Analytics.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface UnifiedAnalyticsLogLinesRepresentationNormalized {
|
|
27
|
+
/** Failure count of log lines logged */
|
|
28
|
+
failureCount: number;
|
|
29
|
+
/** Unique identifier for log lines logged */
|
|
30
|
+
id: string;
|
|
31
|
+
/** Success count of log lines logged */
|
|
32
|
+
successCount: number;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Result for publishing log lines in Unified Analytics.
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* id (string): id
|
|
39
|
+
*/
|
|
40
|
+
export interface UnifiedAnalyticsLogLinesRepresentation {
|
|
41
|
+
failureCount: number;
|
|
42
|
+
id: string;
|
|
43
|
+
successCount: number;
|
|
44
|
+
}
|
package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglineInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
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 = "dd6dbfe347ea1272dd8be74ccd222fed";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UnifiedAnalyticsLoglineInputRepresentation, existing: UnifiedAnalyticsLoglineInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsLoglineInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UnifiedAnalyticsLoglineInputRepresentationNormalized, incoming: UnifiedAnalyticsLoglineInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UnifiedAnalyticsLoglineInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* A logline code and the logline parameters
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UnifiedAnalyticsLoglineInputRepresentationNormalized {
|
|
17
|
+
/** The logline parameters */
|
|
18
|
+
fields: {
|
|
19
|
+
[key: string]: {};
|
|
20
|
+
};
|
|
21
|
+
/** The logline code */
|
|
22
|
+
logLineCode: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A logline code and the logline parameters
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface UnifiedAnalyticsLoglineInputRepresentation {
|
|
31
|
+
fields: {
|
|
32
|
+
[key: string]: {};
|
|
33
|
+
};
|
|
34
|
+
logLineCode: string;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglinesInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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 = "c0aea3165a79bcd3717d9812e27cb88d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UnifiedAnalyticsLoglinesInputRepresentation, existing: UnifiedAnalyticsLoglinesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsLoglinesInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UnifiedAnalyticsLoglinesInputRepresentationNormalized, incoming: UnifiedAnalyticsLoglinesInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UnifiedAnalyticsLoglinesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* A collection of loglines sent from TUA UI to be recorded in splunk
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UnifiedAnalyticsLoglinesInputRepresentationNormalized {
|
|
17
|
+
/** The list of loglines from TUA UI */
|
|
18
|
+
loglines: Array<unknown>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* A collection of loglines sent from TUA UI to be recorded in splunk
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface UnifiedAnalyticsLoglinesInputRepresentation {
|
|
27
|
+
loglines: Array<unknown>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 = "abdafbb963c9417d48d49a2367b43851";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UnifiedAnalyticsMonitoringEventInputRepresentation, existing: UnifiedAnalyticsMonitoringEventInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsMonitoringEventInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UnifiedAnalyticsMonitoringEventInputRepresentationNormalized, incoming: UnifiedAnalyticsMonitoringEventInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UnifiedAnalyticsMonitoringEventInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Unified Analytics Monitoring Events Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UnifiedAnalyticsMonitoringEventInputRepresentationNormalized {
|
|
17
|
+
/** Monitoring Events parameter value */
|
|
18
|
+
events: Array<unknown>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Unified Analytics Monitoring Events Input Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface UnifiedAnalyticsMonitoringEventInputRepresentation {
|
|
27
|
+
events: Array<unknown>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 = "05b121747ae4dbf293c0b1a1b5ed4229";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UnifiedAnalyticsMonitoringEventItemInputRepresentation, existing: UnifiedAnalyticsMonitoringEventItemInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsMonitoringEventItemInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UnifiedAnalyticsMonitoringEventItemInputRepresentationNormalized, incoming: UnifiedAnalyticsMonitoringEventItemInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UnifiedAnalyticsMonitoringEventItemInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Unified Analytics Monitoring Event Input representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface UnifiedAnalyticsMonitoringEventItemInputRepresentationNormalized {
|
|
17
|
+
/** Additional Context for Monitoring Event For Related eventType and eventCategory */
|
|
18
|
+
additionalContext: string;
|
|
19
|
+
/** EntityId Value */
|
|
20
|
+
entityId: string;
|
|
21
|
+
/** EventCategory Value */
|
|
22
|
+
eventCategory: string;
|
|
23
|
+
/** EventType Value */
|
|
24
|
+
eventType: string;
|
|
25
|
+
/** OwnerId for publisher */
|
|
26
|
+
userId: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Unified Analytics Monitoring Event Input representation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface UnifiedAnalyticsMonitoringEventItemInputRepresentation {
|
|
35
|
+
additionalContext: string;
|
|
36
|
+
entityId: string;
|
|
37
|
+
eventCategory: string;
|
|
38
|
+
eventType: string;
|
|
39
|
+
userId: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 = "c1d57e95aac548d53c761d2e1deeb661";
|
|
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
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type UnifiedAnalyticsMonitoringEventItemRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialUnifiedAnalyticsMonitoringEventItemRepresentationNormalizedKeyMetadata = 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): UnifiedAnalyticsMonitoringEventItemRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: UnifiedAnalyticsMonitoringEventItemRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: UnifiedAnalyticsMonitoringEventItemRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: UnifiedAnalyticsMonitoringEventItemRepresentation, existing: UnifiedAnalyticsMonitoringEventItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnifiedAnalyticsMonitoringEventItemRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
+
export declare function equals(existing: UnifiedAnalyticsMonitoringEventItemRepresentationNormalized, incoming: UnifiedAnalyticsMonitoringEventItemRepresentationNormalized): 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: UnifiedAnalyticsMonitoringEventItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Result for publishing monitoring events in Unified Analytics.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface UnifiedAnalyticsMonitoringEventItemRepresentationNormalized {
|
|
27
|
+
/** Failure Count from Publishing Endpoint Response */
|
|
28
|
+
failureCount: number;
|
|
29
|
+
/** Unique identifier for the monitoring event */
|
|
30
|
+
id: string;
|
|
31
|
+
/** Success Count from Publishing Endpoint Response */
|
|
32
|
+
successCount: number;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Result for publishing monitoring events in Unified Analytics.
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* id (string): id
|
|
39
|
+
*/
|
|
40
|
+
export interface UnifiedAnalyticsMonitoringEventItemRepresentation {
|
|
41
|
+
failureCount: number;
|
|
42
|
+
id: string;
|
|
43
|
+
successCount: number;
|
|
44
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.308.0-
|
|
3
|
+
"version": "1.308.0-dev2",
|
|
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.308.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.308.0-dev2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.308.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.308.0-dev2"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|