@salesforce/lds-adapters-analytics-unifiedanalytics 1.328.0 → 1.329.0
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 +5 -5
- package/dist/es/es2018/types/src/generated/adapters/publish.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/resources/postTableauAdminMonitoringEvents.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/TableauExternalMonitoringEventInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/{UnifiedAnalyticsMonitoringEventItemInputRepresentation.d.ts → TableauExternalMonitoringEventItemInputRepresentation.d.ts} +8 -8
- package/dist/es/es2018/types/src/generated/types/{UnifiedAnalyticsMonitoringEventItemRepresentation.d.ts → TableauExternalMonitoringEventItemRepresentation.d.ts} +12 -12
- package/package.json +3 -3
- package/sfdc/index.js +6 -6
- package/src/raml/api.raml +13 -14
- package/src/raml/luvio.raml +1 -1
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsMonitoringEventInputRepresentation.d.ts +0 -28
|
@@ -94,8 +94,8 @@ function createLink(ref) {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
const TTL$i = 1000;
|
|
97
|
-
const VERSION$u = "
|
|
98
|
-
function validate$R(obj, path = '
|
|
97
|
+
const VERSION$u = "3c943f1d2e5251ceef13b3e2fdb5f916";
|
|
98
|
+
function validate$R(obj, path = 'TableauExternalMonitoringEventItemRepresentation') {
|
|
99
99
|
const v_error = (() => {
|
|
100
100
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
101
101
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -118,7 +118,7 @@ function validate$R(obj, path = 'UnifiedAnalyticsMonitoringEventItemRepresentati
|
|
|
118
118
|
})();
|
|
119
119
|
return v_error === undefined ? null : v_error;
|
|
120
120
|
}
|
|
121
|
-
const RepresentationType$w = '
|
|
121
|
+
const RepresentationType$w = 'TableauExternalMonitoringEventItemRepresentation';
|
|
122
122
|
function keyBuilder$11(luvio, config) {
|
|
123
123
|
return keyPrefix + '::' + RepresentationType$w + ':' + config.id;
|
|
124
124
|
}
|
|
@@ -131,7 +131,7 @@ function keyBuilderFromType$g(luvio, object) {
|
|
|
131
131
|
function normalize$u(input, existing, path, luvio, store, timestamp) {
|
|
132
132
|
return input;
|
|
133
133
|
}
|
|
134
|
-
const select$15 = function
|
|
134
|
+
const select$15 = function TableauExternalMonitoringEventItemRepresentationSelect() {
|
|
135
135
|
return {
|
|
136
136
|
kind: 'Fragment',
|
|
137
137
|
version: VERSION$u,
|
|
@@ -145,7 +145,7 @@ function equals$u(existing, incoming) {
|
|
|
145
145
|
}
|
|
146
146
|
return true;
|
|
147
147
|
}
|
|
148
|
-
const ingest$u = function
|
|
148
|
+
const ingest$u = function TableauExternalMonitoringEventItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
149
149
|
if (process.env.NODE_ENV !== 'production') {
|
|
150
150
|
const validateError = validate$R(input);
|
|
151
151
|
if (validateError !== null) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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
2
|
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
3
|
import { ResourceRequestConfig as resources_postTableauAdminMonitoringEvents_ResourceRequestConfig } from '../resources/postTableauAdminMonitoringEvents';
|
|
4
|
-
import {
|
|
4
|
+
import { TableauExternalMonitoringEventItemRepresentation as types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation } from '../types/TableauExternalMonitoringEventItemRepresentation';
|
|
5
5
|
export declare const adapterName = "publish";
|
|
6
6
|
export declare const publish_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
7
|
export declare const publish_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
@@ -11,5 +11,5 @@ export interface PublishConfig {
|
|
|
11
11
|
export declare const createResourceParams: (config: PublishConfig) => resources_postTableauAdminMonitoringEvents_ResourceRequestConfig;
|
|
12
12
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PublishConfig>): adapter$45$utils_Untrusted<PublishConfig>;
|
|
13
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<
|
|
15
|
-
export declare const publishAdapterFactory: $64$luvio_engine_AdapterFactory<PublishConfig,
|
|
14
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PublishConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation, any>>;
|
|
15
|
+
export declare const publishAdapterFactory: $64$luvio_engine_AdapterFactory<PublishConfig, types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
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 {
|
|
2
|
+
import { TableauExternalMonitoringEventItemRepresentation as types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation } from '../types/TableauExternalMonitoringEventItemRepresentation';
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
4
|
body: {
|
|
5
5
|
events: Array<unknown>;
|
|
6
6
|
};
|
|
7
7
|
}
|
|
8
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:
|
|
10
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<
|
|
9
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation): void;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_TableauExternalMonitoringEventItemRepresentation_TableauExternalMonitoringEventItemRepresentation, any>;
|
|
11
11
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
12
|
export default createResourceRequest;
|
|
@@ -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 = "520718d50670cb4789499b4a6e4ed5ea";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TableauExternalMonitoringEventInputRepresentation, existing: TableauExternalMonitoringEventInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauExternalMonitoringEventInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TableauExternalMonitoringEventInputRepresentationNormalized, incoming: TableauExternalMonitoringEventInputRepresentationNormalized): 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: TableauExternalMonitoringEventInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Tableau External Monitoring Events Input Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TableauExternalMonitoringEventInputRepresentationNormalized {
|
|
17
|
+
/** Monitoring Events parameter value */
|
|
18
|
+
events: Array<unknown>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Tableau External Monitoring Events Input Representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface TableauExternalMonitoringEventInputRepresentation {
|
|
27
|
+
events: Array<unknown>;
|
|
28
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
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 = "
|
|
2
|
+
export declare const VERSION = "f8b381eac87a6e707571d19c1f720995";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input:
|
|
5
|
+
export declare function normalize(input: TableauExternalMonitoringEventItemInputRepresentation, existing: TableauExternalMonitoringEventItemInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauExternalMonitoringEventItemInputRepresentationNormalized;
|
|
6
6
|
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing:
|
|
7
|
+
export declare function equals(existing: TableauExternalMonitoringEventItemInputRepresentationNormalized, incoming: TableauExternalMonitoringEventItemInputRepresentationNormalized): boolean;
|
|
8
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:
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TableauExternalMonitoringEventItemInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Tableau External Monitoring Event Input representation
|
|
12
12
|
*
|
|
13
13
|
* Keys:
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
|
-
export interface
|
|
16
|
+
export interface TableauExternalMonitoringEventItemInputRepresentationNormalized {
|
|
17
17
|
/** Additional Context for Monitoring Event For Related eventType and eventCategory */
|
|
18
18
|
additionalContext: string;
|
|
19
19
|
/** EntityId Value */
|
|
@@ -26,12 +26,12 @@ export interface UnifiedAnalyticsMonitoringEventItemInputRepresentationNormalize
|
|
|
26
26
|
userId: string;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Tableau External Monitoring Event Input representation
|
|
30
30
|
*
|
|
31
31
|
* Keys:
|
|
32
32
|
* (none)
|
|
33
33
|
*/
|
|
34
|
-
export interface
|
|
34
|
+
export interface TableauExternalMonitoringEventItemInputRepresentation {
|
|
35
35
|
additionalContext: string;
|
|
36
36
|
entityId: string;
|
|
37
37
|
eventCategory: string;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
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
2
|
export declare const TTL = 1000;
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "3c943f1d2e5251ceef13b3e2fdb5f916";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
7
|
id: string;
|
|
8
8
|
}
|
|
9
|
-
export type
|
|
10
|
-
export type
|
|
9
|
+
export type TableauExternalMonitoringEventItemRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialTableauExternalMonitoringEventItemRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
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):
|
|
13
|
-
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object:
|
|
14
|
-
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object:
|
|
15
|
-
export declare function normalize(input:
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TableauExternalMonitoringEventItemRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TableauExternalMonitoringEventItemRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TableauExternalMonitoringEventItemRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: TableauExternalMonitoringEventItemRepresentation, existing: TableauExternalMonitoringEventItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TableauExternalMonitoringEventItemRepresentationNormalized;
|
|
16
16
|
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
17
|
-
export declare function equals(existing:
|
|
17
|
+
export declare function equals(existing: TableauExternalMonitoringEventItemRepresentationNormalized, incoming: TableauExternalMonitoringEventItemRepresentationNormalized): boolean;
|
|
18
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:
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TableauExternalMonitoringEventItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
20
|
/**
|
|
21
21
|
* Result for publishing monitoring events in Unified Analytics.
|
|
22
22
|
*
|
|
23
23
|
* Keys:
|
|
24
24
|
* id (string): id
|
|
25
25
|
*/
|
|
26
|
-
export interface
|
|
26
|
+
export interface TableauExternalMonitoringEventItemRepresentationNormalized {
|
|
27
27
|
/** Failure Count from Publishing Endpoint Response */
|
|
28
28
|
failureCount: number;
|
|
29
|
-
/** Unique
|
|
29
|
+
/** Unique Id for publishing batch of events */
|
|
30
30
|
id: string;
|
|
31
31
|
/** Success Count from Publishing Endpoint Response */
|
|
32
32
|
successCount: number;
|
|
@@ -37,7 +37,7 @@ export interface UnifiedAnalyticsMonitoringEventItemRepresentationNormalized {
|
|
|
37
37
|
* Keys:
|
|
38
38
|
* id (string): id
|
|
39
39
|
*/
|
|
40
|
-
export interface
|
|
40
|
+
export interface TableauExternalMonitoringEventItemRepresentation {
|
|
41
41
|
failureCount: number;
|
|
42
42
|
id: string;
|
|
43
43
|
successCount: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.329.0",
|
|
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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.329.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.329.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -9345,8 +9345,8 @@ const initiateMarketplaceListingInstallationAdapterFactory = (luvio) => function
|
|
|
9345
9345
|
};
|
|
9346
9346
|
|
|
9347
9347
|
const TTL$2 = 1000;
|
|
9348
|
-
const VERSION$2 = "
|
|
9349
|
-
function validate$4(obj, path = '
|
|
9348
|
+
const VERSION$2 = "3c943f1d2e5251ceef13b3e2fdb5f916";
|
|
9349
|
+
function validate$4(obj, path = 'TableauExternalMonitoringEventItemRepresentation') {
|
|
9350
9350
|
const v_error = (() => {
|
|
9351
9351
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
9352
9352
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -9369,7 +9369,7 @@ function validate$4(obj, path = 'UnifiedAnalyticsMonitoringEventItemRepresentati
|
|
|
9369
9369
|
})();
|
|
9370
9370
|
return v_error === undefined ? null : v_error;
|
|
9371
9371
|
}
|
|
9372
|
-
const RepresentationType$2 = '
|
|
9372
|
+
const RepresentationType$2 = 'TableauExternalMonitoringEventItemRepresentation';
|
|
9373
9373
|
function keyBuilder$3(luvio, config) {
|
|
9374
9374
|
return keyPrefix + '::' + RepresentationType$2 + ':' + config.id;
|
|
9375
9375
|
}
|
|
@@ -9382,7 +9382,7 @@ function keyBuilderFromType$2(luvio, object) {
|
|
|
9382
9382
|
function normalize$2(input, existing, path, luvio, store, timestamp) {
|
|
9383
9383
|
return input;
|
|
9384
9384
|
}
|
|
9385
|
-
const select$a = function
|
|
9385
|
+
const select$a = function TableauExternalMonitoringEventItemRepresentationSelect() {
|
|
9386
9386
|
return {
|
|
9387
9387
|
kind: 'Fragment',
|
|
9388
9388
|
version: VERSION$2,
|
|
@@ -9396,7 +9396,7 @@ function equals$2(existing, incoming) {
|
|
|
9396
9396
|
}
|
|
9397
9397
|
return true;
|
|
9398
9398
|
}
|
|
9399
|
-
const ingest$2 = function
|
|
9399
|
+
const ingest$2 = function TableauExternalMonitoringEventItemRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
9400
9400
|
if (process.env.NODE_ENV !== 'production') {
|
|
9401
9401
|
const validateError = validate$4(input);
|
|
9402
9402
|
if (validateError !== null) {
|
|
@@ -10979,4 +10979,4 @@ withDefaultLuvio((luvio) => {
|
|
|
10979
10979
|
});
|
|
10980
10980
|
|
|
10981
10981
|
export { createAnnotation, createAssetSlackChannel, createDashboard, 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, 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, updateRecordShares, updateSubscriptionDigestConfig, updateVisualization, updateWorkspace };
|
|
10982
|
-
// version: 1.
|
|
10982
|
+
// version: 1.329.0-beac2bb064
|
package/src/raml/api.raml
CHANGED
|
@@ -1492,18 +1492,18 @@ types:
|
|
|
1492
1492
|
userId:
|
|
1493
1493
|
description: User ID.
|
|
1494
1494
|
type: string
|
|
1495
|
-
|
|
1496
|
-
description: Unified Analytics Monitoring Events Input Representation
|
|
1495
|
+
TableauExternalMonitoringEventInputRepresentation:
|
|
1497
1496
|
type: object
|
|
1497
|
+
description: Tableau External Monitoring Events Input Representation
|
|
1498
1498
|
properties:
|
|
1499
1499
|
events:
|
|
1500
1500
|
description: Monitoring Events parameter value
|
|
1501
1501
|
type: array
|
|
1502
1502
|
items:
|
|
1503
1503
|
type: any
|
|
1504
|
-
|
|
1505
|
-
description: Unified Analytics Monitoring Event Input representation
|
|
1504
|
+
TableauExternalMonitoringEventItemInputRepresentation:
|
|
1506
1505
|
type: object
|
|
1506
|
+
description: Tableau External Monitoring Event Input representation
|
|
1507
1507
|
properties:
|
|
1508
1508
|
additionalContext:
|
|
1509
1509
|
description: Additional Context for Monitoring Event For Related eventType
|
|
@@ -1527,20 +1527,19 @@ types:
|
|
|
1527
1527
|
userId:
|
|
1528
1528
|
description: OwnerId for publisher
|
|
1529
1529
|
type: string
|
|
1530
|
-
|
|
1531
|
-
description: Result for publishing monitoring events in Unified Analytics.
|
|
1530
|
+
TableauExternalMonitoringEventItemRepresentation:
|
|
1532
1531
|
type: object
|
|
1532
|
+
description: Result for publishing monitoring events in Unified Analytics.
|
|
1533
1533
|
properties:
|
|
1534
|
-
id:
|
|
1535
|
-
description: Unique identifier for the monitoring event
|
|
1536
|
-
type: string
|
|
1537
1534
|
failureCount:
|
|
1538
1535
|
description: Failure Count from Publishing Endpoint Response
|
|
1539
1536
|
type: integer
|
|
1537
|
+
id:
|
|
1538
|
+
description: Unique Id for publishing batch of events
|
|
1539
|
+
type: string
|
|
1540
1540
|
successCount:
|
|
1541
1541
|
description: Success Count from Publishing Endpoint Response
|
|
1542
1542
|
type: integer
|
|
1543
|
-
|
|
1544
1543
|
UnifiedAnalyticsLogLinesRepresentation:
|
|
1545
1544
|
description: Result for publishing log lines in Unified Analytics.
|
|
1546
1545
|
type: object
|
|
@@ -1770,17 +1769,17 @@ types:
|
|
|
1770
1769
|
/tableau:
|
|
1771
1770
|
/admin/monitoring/events:
|
|
1772
1771
|
post:
|
|
1773
|
-
displayName:
|
|
1774
|
-
description: Publish list of
|
|
1772
|
+
displayName: postTableauExternalClientMonitoringEvent
|
|
1773
|
+
description: Publish list of Tableau External Client Monitoring Events
|
|
1775
1774
|
responses:
|
|
1776
1775
|
'200':
|
|
1777
1776
|
description: Success
|
|
1778
1777
|
body:
|
|
1779
1778
|
application/json:
|
|
1780
|
-
type:
|
|
1779
|
+
type: TableauExternalMonitoringEventItemRepresentation
|
|
1781
1780
|
body:
|
|
1782
1781
|
application/json:
|
|
1783
|
-
type:
|
|
1782
|
+
type: TableauExternalMonitoringEventInputRepresentation
|
|
1784
1783
|
# required: false # TODO Hand-rolled W-16187742 not supported
|
|
1785
1784
|
(oas-body-name): unifiedAnalyticsMonitoringEvents
|
|
1786
1785
|
/annotations:
|
package/src/raml/luvio.raml
CHANGED
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
}
|