@salesforce/lds-adapters-platform-appexchange 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-appexchange.js +4878 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getListingDetails.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/postAppExchangeUserEvents.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/adapters/searchListings.d.ts +35 -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 +5 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectAppexchangeListingsByListingId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeSearchListings.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeUserEvents.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemDataRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemImageRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemVideoRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemDataRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemFileRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemUrlRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeDemoPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeDemoVideoRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForceApiSolutionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForceCopilotListingExtensionRepresentation.d.ts +321 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForceExtensionRepresentation.d.ts +301 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingExtensionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingTestDriveExtensionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageManifestRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageSolutionRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageVersionRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePublisherExtensionRepresentation.d.ts +85 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeFreePricingModelRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeFreeToInstallPricingModelRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeFreemiumPricingModelRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageVersionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeLeadTrialInformationPluginRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingAdditionalProps.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingCategoriesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingDetailsRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingExtensionsRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingLogoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingPluginsRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingReviewsSummaryRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingSecurityReviewRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionDetailRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetItemRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerResourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerToolRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePaidPricingModelRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePricingModelRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePricingPlanRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePricingRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherExtensionsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoItemRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherPluginsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherRepresentation.d.ts +93 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingsInputRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSupportInformationPluginRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeTableauAcceleratorSolutionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeTableauExtensionRepresentation.d.ts +113 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputImageRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputRepresentation.d.ts +97 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +72 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4922 -0
- package/src/raml/api.raml +3042 -0
- package/src/raml/luvio.raml +36 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { AppExchangePublisherExtensionsRepresentation as AppExchangePublisherExtensionsRepresentation_AppExchangePublisherExtensionsRepresentation } from './AppExchangePublisherExtensionsRepresentation';
|
|
2
|
+
import { AppExchangePublisherPluginsRepresentation as AppExchangePublisherPluginsRepresentation_AppExchangePublisherPluginsRepresentation } from './AppExchangePublisherPluginsRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "5ebfb0801c5d541d170faddd39996368";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AppExchangePublisherRepresentation, existing: AppExchangePublisherRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePublisherRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: AppExchangePublisherRepresentationNormalized, incoming: AppExchangePublisherRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangePublisherRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents an AppExchange publisher
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AppExchangePublisherRepresentationNormalized {
|
|
19
|
+
/** Boolean to check if Publisher is Active */
|
|
20
|
+
active?: boolean;
|
|
21
|
+
/** The publisher's business contact email address */
|
|
22
|
+
businessEmail?: string;
|
|
23
|
+
/** country of AppExchange listing publisher */
|
|
24
|
+
country?: string;
|
|
25
|
+
/** Soft delete flag for the publisher */
|
|
26
|
+
deleted?: boolean;
|
|
27
|
+
/** A long description for the publisher */
|
|
28
|
+
description?: string;
|
|
29
|
+
/** The publisher's contact email address */
|
|
30
|
+
email?: string;
|
|
31
|
+
/** Total number of employees at the company */
|
|
32
|
+
employees?: number;
|
|
33
|
+
/** Publisher Extensions */
|
|
34
|
+
extensions?: AppExchangePublisherExtensionsRepresentation_AppExchangePublisherExtensionsRepresentation;
|
|
35
|
+
/** The external identifier of the publisher */
|
|
36
|
+
externalId?: string;
|
|
37
|
+
/** Publisher's Head Quarters location */
|
|
38
|
+
hqLocation?: string;
|
|
39
|
+
/** The identifier of the publisher */
|
|
40
|
+
id?: string;
|
|
41
|
+
/** The publisher's marketing contact email address */
|
|
42
|
+
marketingEmail?: string;
|
|
43
|
+
/** The name of the publisher */
|
|
44
|
+
name?: string;
|
|
45
|
+
/** AccountId in Org62 */
|
|
46
|
+
org62AccountId?: string;
|
|
47
|
+
/** The publisher's contact phone number */
|
|
48
|
+
phoneNumber?: string;
|
|
49
|
+
/** The generic plugins added to this publisher */
|
|
50
|
+
plugins?: AppExchangePublisherPluginsRepresentation_AppExchangePublisherPluginsRepresentation;
|
|
51
|
+
/** The publisher's security reviews contact email address */
|
|
52
|
+
securityReviewEmail?: string;
|
|
53
|
+
/** The publisher's technical contact email address */
|
|
54
|
+
technicalEmail?: string;
|
|
55
|
+
/** The UTC timestamp the publisher was created in ISO string format */
|
|
56
|
+
userCreatedAt?: string;
|
|
57
|
+
/** The UTC timestamp the publisher was updated at in ISO string format */
|
|
58
|
+
userUpdatedAt?: string;
|
|
59
|
+
/** The publisher's website */
|
|
60
|
+
website?: string;
|
|
61
|
+
/** Year the company was founded */
|
|
62
|
+
yearFounded?: number;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Represents an AppExchange publisher
|
|
66
|
+
*
|
|
67
|
+
* Keys:
|
|
68
|
+
* (none)
|
|
69
|
+
*/
|
|
70
|
+
export interface AppExchangePublisherRepresentation {
|
|
71
|
+
active?: boolean;
|
|
72
|
+
businessEmail?: string;
|
|
73
|
+
country?: string;
|
|
74
|
+
deleted?: boolean;
|
|
75
|
+
description?: string;
|
|
76
|
+
email?: string;
|
|
77
|
+
employees?: number;
|
|
78
|
+
extensions?: AppExchangePublisherExtensionsRepresentation_AppExchangePublisherExtensionsRepresentation;
|
|
79
|
+
externalId?: string;
|
|
80
|
+
hqLocation?: string;
|
|
81
|
+
id?: string;
|
|
82
|
+
marketingEmail?: string;
|
|
83
|
+
name?: string;
|
|
84
|
+
org62AccountId?: string;
|
|
85
|
+
phoneNumber?: string;
|
|
86
|
+
plugins?: AppExchangePublisherPluginsRepresentation_AppExchangePublisherPluginsRepresentation;
|
|
87
|
+
securityReviewEmail?: string;
|
|
88
|
+
technicalEmail?: string;
|
|
89
|
+
userCreatedAt?: string;
|
|
90
|
+
userUpdatedAt?: string;
|
|
91
|
+
website?: string;
|
|
92
|
+
yearFounded?: number;
|
|
93
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { AppExchangeSearchListingRepresentation as AppExchangeSearchListingRepresentation_AppExchangeSearchListingRepresentation } from './AppExchangeSearchListingRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "8d9a771044db35da3a48fdd775bfe9b2";
|
|
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
|
+
primaryKey: string;
|
|
8
|
+
}
|
|
9
|
+
export type AppExchangeSearchListingCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialAppExchangeSearchListingCollectionRepresentationNormalizedKeyMetadata = 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): AppExchangeSearchListingCollectionRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AppExchangeSearchListingCollectionRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AppExchangeSearchListingCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: AppExchangeSearchListingCollectionRepresentation, existing: AppExchangeSearchListingCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeSearchListingCollectionRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: AppExchangeSearchListingCollectionRepresentationNormalized, incoming: AppExchangeSearchListingCollectionRepresentationNormalized): 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: AppExchangeSearchListingCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Represents an AppExchange search listing collection
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* primaryKey (string): primaryKey
|
|
25
|
+
*/
|
|
26
|
+
export interface AppExchangeSearchListingCollectionRepresentationNormalized {
|
|
27
|
+
/** The list of the AppExchange listings */
|
|
28
|
+
listings: Array<AppExchangeSearchListingRepresentation_AppExchangeSearchListingRepresentation>;
|
|
29
|
+
/** The primary key */
|
|
30
|
+
primaryKey: string;
|
|
31
|
+
/** The total count of the AppExchange listings */
|
|
32
|
+
totalCount: number;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Represents an AppExchange search listing collection
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* primaryKey (string): primaryKey
|
|
39
|
+
*/
|
|
40
|
+
export interface AppExchangeSearchListingCollectionRepresentation {
|
|
41
|
+
listings: Array<AppExchangeSearchListingRepresentation_AppExchangeSearchListingRepresentation>;
|
|
42
|
+
primaryKey: string;
|
|
43
|
+
totalCount: number;
|
|
44
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { AppExchangeListingAdditionalProps as AppExchangeListingAdditionalProps_AppExchangeListingAdditionalProps } from './AppExchangeListingAdditionalProps';
|
|
2
|
+
import { AppExchangeListingLogoRepresentation as AppExchangeListingLogoRepresentation_AppExchangeListingLogoRepresentation } from './AppExchangeListingLogoRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const VERSION = "ae39583e70758c8083f7680e529f4519";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AppExchangeSearchListingRepresentation, existing: AppExchangeSearchListingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeSearchListingRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: AppExchangeSearchListingRepresentationNormalized, incoming: AppExchangeSearchListingRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeSearchListingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents an AppExchange search listing
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AppExchangeSearchListingRepresentationNormalized {
|
|
19
|
+
/** AdditionalProps of an AppExchange listing */
|
|
20
|
+
additionalProps?: AppExchangeListingAdditionalProps_AppExchangeListingAdditionalProps;
|
|
21
|
+
/** Average Rating of AppExchange listing */
|
|
22
|
+
averageRating?: number;
|
|
23
|
+
/** Collection Name of AppExchange listing */
|
|
24
|
+
collectionName?: string;
|
|
25
|
+
/** Description of AppExchange listing */
|
|
26
|
+
description?: string;
|
|
27
|
+
/** Document Position of AppExchange listing */
|
|
28
|
+
documentPosition?: number;
|
|
29
|
+
/** Document title of AppExchange listing */
|
|
30
|
+
documentTitle?: string;
|
|
31
|
+
/** Listing Categories of AppExchange listing */
|
|
32
|
+
listingCategories?: Array<string>;
|
|
33
|
+
/** Logos of AppExchange listing */
|
|
34
|
+
logos?: Array<AppExchangeListingLogoRepresentation_AppExchangeListingLogoRepresentation>;
|
|
35
|
+
/** OneAppExchange Framework Id - primary identifier of AppExchange Listing */
|
|
36
|
+
oafId?: string;
|
|
37
|
+
/** Pricing of AppExchange listing */
|
|
38
|
+
pricing?: string;
|
|
39
|
+
/** Publisher of AppExchange listing */
|
|
40
|
+
publisher?: string;
|
|
41
|
+
/** Reviews Amount of AppExchange listing */
|
|
42
|
+
reviewsAmount?: number;
|
|
43
|
+
/** Source Name of AppExchange listing */
|
|
44
|
+
sourceName?: string;
|
|
45
|
+
/** Title of AppExchange listing */
|
|
46
|
+
title?: string;
|
|
47
|
+
/** Type of AppExchange listing */
|
|
48
|
+
type?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Represents an AppExchange search listing
|
|
52
|
+
*
|
|
53
|
+
* Keys:
|
|
54
|
+
* (none)
|
|
55
|
+
*/
|
|
56
|
+
export interface AppExchangeSearchListingRepresentation {
|
|
57
|
+
additionalProps?: AppExchangeListingAdditionalProps_AppExchangeListingAdditionalProps;
|
|
58
|
+
averageRating?: number;
|
|
59
|
+
collectionName?: string;
|
|
60
|
+
description?: string;
|
|
61
|
+
documentPosition?: number;
|
|
62
|
+
documentTitle?: string;
|
|
63
|
+
listingCategories?: Array<string>;
|
|
64
|
+
logos?: Array<AppExchangeListingLogoRepresentation_AppExchangeListingLogoRepresentation>;
|
|
65
|
+
oafId?: string;
|
|
66
|
+
pricing?: string;
|
|
67
|
+
publisher?: string;
|
|
68
|
+
reviewsAmount?: number;
|
|
69
|
+
sourceName?: string;
|
|
70
|
+
title?: string;
|
|
71
|
+
type?: string;
|
|
72
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingsInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
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 = "69217e0e5643e2dab78ecb88022da3bd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeSearchListingsInputRepresentation, existing: AppExchangeSearchListingsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeSearchListingsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeSearchListingsInputRepresentationNormalized, incoming: AppExchangeSearchListingsInputRepresentationNormalized): 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: AppExchangeSearchListingsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange search listings input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeSearchListingsInputRepresentationNormalized {
|
|
17
|
+
/** AgenticContent of the AppExchange listings */
|
|
18
|
+
agenticContent?: Array<string>;
|
|
19
|
+
/** The category of the AppExchange listing */
|
|
20
|
+
category?: Array<string>;
|
|
21
|
+
/** The edition of the AppExchange listings */
|
|
22
|
+
edition?: Array<string>;
|
|
23
|
+
/** The features of the AppExchange listings */
|
|
24
|
+
features?: Array<string>;
|
|
25
|
+
/** The impact of the AppExchange listings */
|
|
26
|
+
impact?: Array<string>;
|
|
27
|
+
/** The industry of the AppExchange listings */
|
|
28
|
+
industry?: Array<string>;
|
|
29
|
+
/** The keyword to search AppExchange listing */
|
|
30
|
+
keyword?: string;
|
|
31
|
+
/** The labs of the AppExchange listings */
|
|
32
|
+
labs?: Array<string>;
|
|
33
|
+
/** The language of the AppExchange MarketPlace */
|
|
34
|
+
language?: string;
|
|
35
|
+
/** The languages of the AppExchange listings */
|
|
36
|
+
languages?: Array<string>;
|
|
37
|
+
/** The page of the AppExchange listings */
|
|
38
|
+
page?: number;
|
|
39
|
+
/** The pageSize of the AppExchange listings */
|
|
40
|
+
pageSize?: number;
|
|
41
|
+
/** The persona of the AppExchange listings */
|
|
42
|
+
persona?: Array<string>;
|
|
43
|
+
/** Previous SearchQueryId of listings */
|
|
44
|
+
prevSearchQueryId?: string;
|
|
45
|
+
/** The price of the AppExchange listing */
|
|
46
|
+
price?: Array<string>;
|
|
47
|
+
/** The product of the AppExchange listings */
|
|
48
|
+
product?: string;
|
|
49
|
+
/** The rating of the AppExchange listing */
|
|
50
|
+
rating?: number;
|
|
51
|
+
/** SearchQueryId of current listings */
|
|
52
|
+
searchQueryId?: string;
|
|
53
|
+
/** The sort order of AppExchange listing */
|
|
54
|
+
sort?: string;
|
|
55
|
+
/** The tech of the AppExchange listings */
|
|
56
|
+
tech?: Array<string>;
|
|
57
|
+
/** The type of the AppExchange listing */
|
|
58
|
+
type?: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Represents an AppExchange search listings input
|
|
62
|
+
*
|
|
63
|
+
* Keys:
|
|
64
|
+
* (none)
|
|
65
|
+
*/
|
|
66
|
+
export interface AppExchangeSearchListingsInputRepresentation {
|
|
67
|
+
agenticContent?: Array<string>;
|
|
68
|
+
category?: Array<string>;
|
|
69
|
+
edition?: Array<string>;
|
|
70
|
+
features?: Array<string>;
|
|
71
|
+
impact?: Array<string>;
|
|
72
|
+
industry?: Array<string>;
|
|
73
|
+
keyword?: string;
|
|
74
|
+
labs?: Array<string>;
|
|
75
|
+
language?: string;
|
|
76
|
+
languages?: Array<string>;
|
|
77
|
+
page?: number;
|
|
78
|
+
pageSize?: number;
|
|
79
|
+
persona?: Array<string>;
|
|
80
|
+
prevSearchQueryId?: string;
|
|
81
|
+
price?: Array<string>;
|
|
82
|
+
product?: string;
|
|
83
|
+
rating?: number;
|
|
84
|
+
searchQueryId?: string;
|
|
85
|
+
sort?: string;
|
|
86
|
+
tech?: Array<string>;
|
|
87
|
+
type?: string;
|
|
88
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
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 = "598df47169cbd19aeca7cd0b29ca8d81";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeSupportInformationPluginRepresentation, existing: AppExchangeSupportInformationPluginRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeSupportInformationPluginRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeSupportInformationPluginRepresentationNormalized, incoming: AppExchangeSupportInformationPluginRepresentationNormalized): 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: AppExchangeSupportInformationPluginRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange supportInformation plugin
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeSupportInformationPluginRepresentationNormalized {
|
|
17
|
+
/** The email to use for business marketing for this listing */
|
|
18
|
+
businessEmail?: string;
|
|
19
|
+
/** The email address to use for review emails for this listing */
|
|
20
|
+
reviewsEmail?: string;
|
|
21
|
+
/** Indicates if support is available for your app 24 hours a day, 7 days a week */
|
|
22
|
+
support24x7?: boolean;
|
|
23
|
+
/** Detailed information on the support provided by the publisher for this Listing */
|
|
24
|
+
supportDetails?: string;
|
|
25
|
+
/** The email address for contacting the Publisher support team */
|
|
26
|
+
supportEmailAddress?: string;
|
|
27
|
+
/** Indicates if email support costs something beyond the standard app fee */
|
|
28
|
+
supportEmailCost?: boolean;
|
|
29
|
+
/** Indicates if knowledge base support costs something beyond the standard app fee */
|
|
30
|
+
supportKnowledgeBaseCost?: boolean;
|
|
31
|
+
/** The URL where customers can read your knowledge base to get support for your app */
|
|
32
|
+
supportKnowledgeBaseURL?: string;
|
|
33
|
+
/** Indicates that no support is provided for the app by the publisher */
|
|
34
|
+
supportNotProvided?: boolean;
|
|
35
|
+
/** Indicates if online chat support costs something beyond the standard app fee */
|
|
36
|
+
supportOnlineChatCost?: boolean;
|
|
37
|
+
/** The URL where customers can chat online with you to get support for your app */
|
|
38
|
+
supportOnlineChatURL?: string;
|
|
39
|
+
/** Indicates if phone support costs something beyond the standard app fee */
|
|
40
|
+
supportPhoneCost?: boolean;
|
|
41
|
+
/** The phone number for contacting the Publisher sales team */
|
|
42
|
+
supportPhoneNumber?: string;
|
|
43
|
+
/** Indicates if premium support consulting partners are available for your app */
|
|
44
|
+
supportPremiumAvailable?: boolean;
|
|
45
|
+
/** Indicates if a consulting partner level agreement (SLA) exists for your app */
|
|
46
|
+
supportSLA?: boolean;
|
|
47
|
+
/** The email to use for non-customer technical support for this listing */
|
|
48
|
+
technicalEmail?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Represents an AppExchange supportInformation plugin
|
|
52
|
+
*
|
|
53
|
+
* Keys:
|
|
54
|
+
* (none)
|
|
55
|
+
*/
|
|
56
|
+
export interface AppExchangeSupportInformationPluginRepresentation {
|
|
57
|
+
businessEmail?: string;
|
|
58
|
+
reviewsEmail?: string;
|
|
59
|
+
support24x7?: boolean;
|
|
60
|
+
supportDetails?: string;
|
|
61
|
+
supportEmailAddress?: string;
|
|
62
|
+
supportEmailCost?: boolean;
|
|
63
|
+
supportKnowledgeBaseCost?: boolean;
|
|
64
|
+
supportKnowledgeBaseURL?: string;
|
|
65
|
+
supportNotProvided?: boolean;
|
|
66
|
+
supportOnlineChatCost?: boolean;
|
|
67
|
+
supportOnlineChatURL?: string;
|
|
68
|
+
supportPhoneCost?: boolean;
|
|
69
|
+
supportPhoneNumber?: string;
|
|
70
|
+
supportPremiumAvailable?: boolean;
|
|
71
|
+
supportSLA?: boolean;
|
|
72
|
+
technicalEmail?: string;
|
|
73
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AppExchangeListingSolutionDetailRepresentation as AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation } from './AppExchangeListingSolutionDetailRepresentation';
|
|
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 = "4db9578a5ebdd62a14449138c6c0ab99";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AppExchangeTableauAcceleratorSolutionRepresentation, existing: AppExchangeTableauAcceleratorSolutionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeTableauAcceleratorSolutionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AppExchangeTableauAcceleratorSolutionRepresentationNormalized, incoming: AppExchangeTableauAcceleratorSolutionRepresentationNormalized): 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: AppExchangeTableauAcceleratorSolutionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents an AppExchange tableau accelerator solution
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AppExchangeTableauAcceleratorSolutionRepresentationNormalized extends AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation {
|
|
18
|
+
/** Name/Alias of the Tableau Accelerator */
|
|
19
|
+
name: string;
|
|
20
|
+
/** Link of the Tableau Accelerator */
|
|
21
|
+
url: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents an AppExchange tableau accelerator solution
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface AppExchangeTableauAcceleratorSolutionRepresentation extends AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation {
|
|
30
|
+
name: string;
|
|
31
|
+
url: string;
|
|
32
|
+
solutionTechnology: 'tableau_Accelerator';
|
|
33
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeTableauExtensionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
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 TTL = 3000;
|
|
3
|
+
export declare const VERSION = "8d2f81553da1fbd88ce154673eb9fad0";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AppExchangeTableauExtensionRepresentation, existing: AppExchangeTableauExtensionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeTableauExtensionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AppExchangeTableauExtensionRepresentationNormalized, incoming: AppExchangeTableauExtensionRepresentationNormalized): 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: AppExchangeTableauExtensionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents an AppExchange Tableau Extension
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AppExchangeTableauExtensionRepresentationNormalized {
|
|
18
|
+
/** Accessible Solution URL or Cert */
|
|
19
|
+
accessibleSolutionURL?: string;
|
|
20
|
+
/** Business Approval */
|
|
21
|
+
businessApproval?: string;
|
|
22
|
+
/** A Single Euro Payments Area Creditor Identifier or SEPA Creditor Id is a standardized and unchanging identification number that serves to unequivocally identify a creditor across Europe */
|
|
23
|
+
creditorIdentifier?: string;
|
|
24
|
+
/** The date when the listing was delisted */
|
|
25
|
+
delistedDate?: string;
|
|
26
|
+
/** Reason for delisting */
|
|
27
|
+
delistedReason?: string;
|
|
28
|
+
/** Diverse-owned Business URL or Cert */
|
|
29
|
+
diverseOwnedBusinessURL?: string;
|
|
30
|
+
/** New field to hold the highlights */
|
|
31
|
+
highlights?: Array<string>;
|
|
32
|
+
/** Indicates which industries categories this Listing belongs to */
|
|
33
|
+
industries?: Array<string>;
|
|
34
|
+
/** Accessible Solution */
|
|
35
|
+
isAccessibleSolution?: boolean;
|
|
36
|
+
/** Diverse-owned Business */
|
|
37
|
+
isDiverseOwnedBusiness?: boolean;
|
|
38
|
+
/** Lightning App Builder */
|
|
39
|
+
isLightningAppBuilder?: boolean;
|
|
40
|
+
/** IsPledge1Percent */
|
|
41
|
+
isPledge1Percent?: boolean;
|
|
42
|
+
/** Indicates whether this Listing is publicly viewable on the Marketplace */
|
|
43
|
+
isPublic?: boolean;
|
|
44
|
+
/** Describes the set of languages that this App supports */
|
|
45
|
+
languages?: Array<string>;
|
|
46
|
+
/** Specify the URL where the customer can contact the publisher to learn more about installing/buying the app */
|
|
47
|
+
learnMoreURL?: string;
|
|
48
|
+
/** T&C, The license agreement for the app */
|
|
49
|
+
licenseAgreement?: string;
|
|
50
|
+
/** New field to hold the categories */
|
|
51
|
+
listingCategories?: Array<string>;
|
|
52
|
+
/** The long description of the AppListing shown on the App Detail page */
|
|
53
|
+
longDescription?: string;
|
|
54
|
+
/** The Marketplace on which this Listing can be publicly viewed. These values correspond to the Marketplace name, not SFID - they are converted to (Marketplace__c) IDs during Mulesoft sync */
|
|
55
|
+
marketplace?: string;
|
|
56
|
+
/** Products Required */
|
|
57
|
+
productsRequired?: Array<string>;
|
|
58
|
+
/** This is supplementary information that may add more context to the relevant input */
|
|
59
|
+
productsSupported?: Array<string>;
|
|
60
|
+
/** The date when this Listing was publicly published on the Marketplace */
|
|
61
|
+
publishedDate?: string;
|
|
62
|
+
/** Search Blurb to display on the search results page */
|
|
63
|
+
searchBlurb?: string;
|
|
64
|
+
/** Indicates if self attestation has been accepted */
|
|
65
|
+
selfAttestation?: boolean;
|
|
66
|
+
/** The date where the user has accepted the self attestation */
|
|
67
|
+
selfAttestationDate?: string;
|
|
68
|
+
/** Indicates what stage in the review process the Listing is in for the Marketplace */
|
|
69
|
+
status?: string;
|
|
70
|
+
/** The Supported Industries that the app is built for */
|
|
71
|
+
supportedIndustries?: Array<string>;
|
|
72
|
+
/** Specify any additional system requirements that your app may have. For example, supported browsers, operating systems, or hardware. If your app does not have any additional system requirements, select 'No Additional System Requirements'. */
|
|
73
|
+
systemRequirements?: string;
|
|
74
|
+
/** The target user persona that the app is built for */
|
|
75
|
+
targetUserPersona?: Array<string>;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Represents an AppExchange Tableau Extension
|
|
79
|
+
*
|
|
80
|
+
* Keys:
|
|
81
|
+
* (none)
|
|
82
|
+
*/
|
|
83
|
+
export interface AppExchangeTableauExtensionRepresentation {
|
|
84
|
+
accessibleSolutionURL?: string;
|
|
85
|
+
businessApproval?: string;
|
|
86
|
+
creditorIdentifier?: string;
|
|
87
|
+
delistedDate?: string;
|
|
88
|
+
delistedReason?: string;
|
|
89
|
+
diverseOwnedBusinessURL?: string;
|
|
90
|
+
highlights?: Array<string>;
|
|
91
|
+
industries?: Array<string>;
|
|
92
|
+
isAccessibleSolution?: boolean;
|
|
93
|
+
isDiverseOwnedBusiness?: boolean;
|
|
94
|
+
isLightningAppBuilder?: boolean;
|
|
95
|
+
isPledge1Percent?: boolean;
|
|
96
|
+
isPublic?: boolean;
|
|
97
|
+
languages?: Array<string>;
|
|
98
|
+
learnMoreURL?: string;
|
|
99
|
+
licenseAgreement?: string;
|
|
100
|
+
listingCategories?: Array<string>;
|
|
101
|
+
longDescription?: string;
|
|
102
|
+
marketplace?: string;
|
|
103
|
+
productsRequired?: Array<string>;
|
|
104
|
+
productsSupported?: Array<string>;
|
|
105
|
+
publishedDate?: string;
|
|
106
|
+
searchBlurb?: string;
|
|
107
|
+
selfAttestation?: boolean;
|
|
108
|
+
selfAttestationDate?: string;
|
|
109
|
+
status?: string;
|
|
110
|
+
supportedIndustries?: Array<string>;
|
|
111
|
+
systemRequirements?: string;
|
|
112
|
+
targetUserPersona?: Array<string>;
|
|
113
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputImageRepresentation.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 = "736257dc5862ae3c201a01eecb4950ef";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeUserEventsInputImageRepresentation, existing: AppExchangeUserEventsInputImageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeUserEventsInputImageRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeUserEventsInputImageRepresentationNormalized, incoming: AppExchangeUserEventsInputImageRepresentationNormalized): 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: AppExchangeUserEventsInputImageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange user events input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeUserEventsInputImageRepresentationNormalized {
|
|
17
|
+
/** The positionIndex of the image */
|
|
18
|
+
positionIndex: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents an AppExchange user events input
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface AppExchangeUserEventsInputImageRepresentation {
|
|
27
|
+
positionIndex: string;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
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 = "324f3635f3bb7f5468e8f36b443195ae";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeUserEventsInputRepresentation, existing: AppExchangeUserEventsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeUserEventsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeUserEventsInputRepresentationNormalized, incoming: AppExchangeUserEventsInputRepresentationNormalized): 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: AppExchangeUserEventsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange user events input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeUserEventsInputRepresentationNormalized {
|
|
17
|
+
/** The browser of the event */
|
|
18
|
+
browser?: string;
|
|
19
|
+
/** The buttonType of the event */
|
|
20
|
+
buttonType?: string;
|
|
21
|
+
/** The channel of the event */
|
|
22
|
+
channel?: string;
|
|
23
|
+
/** The context of the event */
|
|
24
|
+
context?: string;
|
|
25
|
+
/** The customTitle of the event */
|
|
26
|
+
customTitle?: string;
|
|
27
|
+
/** The date of the event */
|
|
28
|
+
date?: string;
|
|
29
|
+
/** The deviceHeight of the event */
|
|
30
|
+
deviceHeight?: string;
|
|
31
|
+
/** The deviceWidth of the event */
|
|
32
|
+
deviceWidth?: string;
|
|
33
|
+
/** The elementType of the event */
|
|
34
|
+
elementType?: string;
|
|
35
|
+
/** The eventType of the event */
|
|
36
|
+
eventType: string;
|
|
37
|
+
/** The image of the event */
|
|
38
|
+
image?: unknown;
|
|
39
|
+
/** The keyword of the event */
|
|
40
|
+
keyword?: string;
|
|
41
|
+
/** The language of the event */
|
|
42
|
+
language?: string;
|
|
43
|
+
/** The oafId of the event */
|
|
44
|
+
oafId: string;
|
|
45
|
+
/** The objectIdentifier of the event */
|
|
46
|
+
objectIdentifier?: string;
|
|
47
|
+
/** The parentChannel of the event */
|
|
48
|
+
parentChannel?: string;
|
|
49
|
+
/** The referrer of the event */
|
|
50
|
+
referrer?: string;
|
|
51
|
+
/** The timestamp of the event */
|
|
52
|
+
timestamp?: string;
|
|
53
|
+
/** The token of the event */
|
|
54
|
+
token?: string;
|
|
55
|
+
/** The topic of the event */
|
|
56
|
+
topic?: string;
|
|
57
|
+
/** trace */
|
|
58
|
+
trace?: boolean;
|
|
59
|
+
/** The url of the event */
|
|
60
|
+
url?: string;
|
|
61
|
+
/** The viewportHeight of the event */
|
|
62
|
+
viewportHeight?: string;
|
|
63
|
+
/** The viewportWidth of the event */
|
|
64
|
+
viewportWidth?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Represents an AppExchange user events input
|
|
68
|
+
*
|
|
69
|
+
* Keys:
|
|
70
|
+
* (none)
|
|
71
|
+
*/
|
|
72
|
+
export interface AppExchangeUserEventsInputRepresentation {
|
|
73
|
+
browser?: string;
|
|
74
|
+
buttonType?: string;
|
|
75
|
+
channel?: string;
|
|
76
|
+
context?: string;
|
|
77
|
+
customTitle?: string;
|
|
78
|
+
date?: string;
|
|
79
|
+
deviceHeight?: string;
|
|
80
|
+
deviceWidth?: string;
|
|
81
|
+
elementType?: string;
|
|
82
|
+
eventType: string;
|
|
83
|
+
image?: unknown;
|
|
84
|
+
keyword?: string;
|
|
85
|
+
language?: string;
|
|
86
|
+
oafId: string;
|
|
87
|
+
objectIdentifier?: string;
|
|
88
|
+
parentChannel?: string;
|
|
89
|
+
referrer?: string;
|
|
90
|
+
timestamp?: string;
|
|
91
|
+
token?: string;
|
|
92
|
+
topic?: string;
|
|
93
|
+
trace?: boolean;
|
|
94
|
+
url?: string;
|
|
95
|
+
viewportHeight?: string;
|
|
96
|
+
viewportWidth?: string;
|
|
97
|
+
}
|