@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.
Files changed (76) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-appexchange.js +4878 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/getListingDetails.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/postAppExchangeUserEvents.d.ts +38 -0
  6. package/dist/es/es2018/types/src/generated/adapters/searchListings.d.ts +35 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
  9. package/dist/es/es2018/types/src/generated/resources/getConnectAppexchangeListingsByListingId.d.ts +18 -0
  10. package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeSearchListings.d.ts +32 -0
  11. package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeUserEvents.d.ts +35 -0
  12. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemDataRepresentation.d.ts +34 -0
  13. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemImageRepresentation.d.ts +42 -0
  14. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemRepresentation.d.ts +37 -0
  15. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemVideoRepresentation.d.ts +45 -0
  16. package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselPluginRepresentation.d.ts +29 -0
  17. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemDataRepresentation.d.ts +34 -0
  18. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemFileRepresentation.d.ts +48 -0
  19. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemRepresentation.d.ts +37 -0
  20. package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemUrlRepresentation.d.ts +39 -0
  21. package/dist/es/es2018/types/src/generated/types/AppExchangeContentPluginRepresentation.d.ts +29 -0
  22. package/dist/es/es2018/types/src/generated/types/AppExchangeDemoPluginRepresentation.d.ts +29 -0
  23. package/dist/es/es2018/types/src/generated/types/AppExchangeDemoVideoRepresentation.d.ts +43 -0
  24. package/dist/es/es2018/types/src/generated/types/AppExchangeForceApiSolutionRepresentation.d.ts +30 -0
  25. package/dist/es/es2018/types/src/generated/types/AppExchangeForceCopilotListingExtensionRepresentation.d.ts +321 -0
  26. package/dist/es/es2018/types/src/generated/types/AppExchangeForceExtensionRepresentation.d.ts +301 -0
  27. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingExtensionRepresentation.d.ts +37 -0
  28. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingTestDriveExtensionRepresentation.d.ts +40 -0
  29. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageManifestRepresentation.d.ts +58 -0
  30. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageSolutionRepresentation.d.ts +58 -0
  31. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageVersionRepresentation.d.ts +67 -0
  32. package/dist/es/es2018/types/src/generated/types/AppExchangeForcePublisherExtensionRepresentation.d.ts +85 -0
  33. package/dist/es/es2018/types/src/generated/types/AppExchangeFreePricingModelRepresentation.d.ts +31 -0
  34. package/dist/es/es2018/types/src/generated/types/AppExchangeFreeToInstallPricingModelRepresentation.d.ts +43 -0
  35. package/dist/es/es2018/types/src/generated/types/AppExchangeFreemiumPricingModelRepresentation.d.ts +43 -0
  36. package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageRepresentation.d.ts +28 -0
  37. package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageVersionRepresentation.d.ts +37 -0
  38. package/dist/es/es2018/types/src/generated/types/AppExchangeLeadTrialInformationPluginRepresentation.d.ts +58 -0
  39. package/dist/es/es2018/types/src/generated/types/AppExchangeListingAdditionalProps.d.ts +40 -0
  40. package/dist/es/es2018/types/src/generated/types/AppExchangeListingCategoriesRepresentation.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/types/AppExchangeListingDetailsRepresentation.d.ts +103 -0
  42. package/dist/es/es2018/types/src/generated/types/AppExchangeListingExtensionsRepresentation.d.ts +44 -0
  43. package/dist/es/es2018/types/src/generated/types/AppExchangeListingLogoRepresentation.d.ts +34 -0
  44. package/dist/es/es2018/types/src/generated/types/AppExchangeListingPluginsRepresentation.d.ts +47 -0
  45. package/dist/es/es2018/types/src/generated/types/AppExchangeListingReviewsSummaryRepresentation.d.ts +40 -0
  46. package/dist/es/es2018/types/src/generated/types/AppExchangeListingSecurityReviewRepresentation.d.ts +31 -0
  47. package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionDetailRepresentation.d.ts +35 -0
  48. package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionRepresentation.d.ts +60 -0
  49. package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetItemRepresentation.d.ts +34 -0
  50. package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetPluginRepresentation.d.ts +29 -0
  51. package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerResourceRepresentation.d.ts +31 -0
  52. package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerToolRepresentation.d.ts +31 -0
  53. package/dist/es/es2018/types/src/generated/types/AppExchangePaidPricingModelRepresentation.d.ts +49 -0
  54. package/dist/es/es2018/types/src/generated/types/AppExchangePricingModelRepresentation.d.ts +36 -0
  55. package/dist/es/es2018/types/src/generated/types/AppExchangePricingPlanRepresentation.d.ts +70 -0
  56. package/dist/es/es2018/types/src/generated/types/AppExchangePricingRepresentation.d.ts +72 -0
  57. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherExtensionsRepresentation.d.ts +29 -0
  58. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoItemRepresentation.d.ts +34 -0
  59. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoRepresentation.d.ts +29 -0
  60. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherPluginsRepresentation.d.ts +29 -0
  61. package/dist/es/es2018/types/src/generated/types/AppExchangePublisherRepresentation.d.ts +93 -0
  62. package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingCollectionRepresentation.d.ts +44 -0
  63. package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingRepresentation.d.ts +72 -0
  64. package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingsInputRepresentation.d.ts +88 -0
  65. package/dist/es/es2018/types/src/generated/types/AppExchangeSupportInformationPluginRepresentation.d.ts +73 -0
  66. package/dist/es/es2018/types/src/generated/types/AppExchangeTableauAcceleratorSolutionRepresentation.d.ts +33 -0
  67. package/dist/es/es2018/types/src/generated/types/AppExchangeTableauExtensionRepresentation.d.ts +113 -0
  68. package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputImageRepresentation.d.ts +28 -0
  69. package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputRepresentation.d.ts +97 -0
  70. package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsOutputRepresentation.d.ts +40 -0
  71. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  72. package/package.json +72 -0
  73. package/sfdc/index.d.ts +1 -0
  74. package/sfdc/index.js +4922 -0
  75. package/src/raml/api.raml +3042 -0
  76. package/src/raml/luvio.raml +36 -0
@@ -0,0 +1,62 @@
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectCreate: {
7
+ (o: object | null): any;
8
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
9
+ };
10
+ export { ObjectCreate, ObjectKeys };
11
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
12
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
13
+ export interface AdapterValidationConfig {
14
+ displayName: string;
15
+ parameters: {
16
+ required: string[];
17
+ optional: string[];
18
+ unsupported?: string[];
19
+ };
20
+ }
21
+ /**
22
+ * Validates an adapter config is well-formed.
23
+ * @param config The config to validate.
24
+ * @param adapter The adapter validation configuration.
25
+ * @param oneOf The keys the config must contain at least one of.
26
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
27
+ */
28
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
29
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
30
+ export type UncoercedConfiguration<Base, Options extends {
31
+ [key in keyof Base]?: any;
32
+ }> = {
33
+ [Key in keyof Base]?: Base[Key] | Options[Key];
34
+ };
35
+ export type Untrusted<Base> = Partial<Base>;
36
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
37
+ export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
38
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
39
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
40
+ export declare const snapshotRefreshOptions: {
41
+ overrides: {
42
+ headers: {
43
+ 'Cache-Control': string;
44
+ };
45
+ };
46
+ };
47
+ /**
48
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
49
+ * This is needed because insertion order for JSON.stringify(object) affects output:
50
+ * JSON.stringify({a: 1, b: 2})
51
+ * "{"a":1,"b":2}"
52
+ * JSON.stringify({b: 2, a: 1})
53
+ * "{"b":2,"a":1}"
54
+ * @param data Data to be JSON-stringified.
55
+ * @returns JSON.stringified value with consistent ordering of keys.
56
+ */
57
+ export declare function stableJSONStringify(node: any): string | undefined;
58
+ export declare function getFetchResponseStatusText(status: number): string;
59
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
60
+ export declare function generateParamConfigMetadata(name: string, required: boolean, resourceType: $64$luvio_engine_AdapterConfigMetadata['resourceType'], typeCheckShape: $64$luvio_engine_AdapterConfigMetadata['typeCheckShape'], isArrayShape?: boolean, coerceFn?: (v: unknown) => unknown): $64$luvio_engine_AdapterConfigMetadata;
61
+ export declare function buildAdapterValidationConfig(displayName: string, paramsMeta: $64$luvio_engine_AdapterConfigMetadata[]): AdapterValidationConfig;
62
+ export declare const keyPrefix = "appexchange";
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, 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_getConnectAppexchangeListingsByListingId_ResourceRequestConfig } from '../resources/getConnectAppexchangeListingsByListingId';
4
+ import { AppExchangeListingDetailsRepresentation as types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation } from '../types/AppExchangeListingDetailsRepresentation';
5
+ export declare const adapterName = "getListingDetails";
6
+ export declare const getListingDetails_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const getListingDetails_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface GetListingDetailsConfig {
9
+ listingId: string;
10
+ includeRelated?: Array<string>;
11
+ }
12
+ export declare const createResourceParams: (config: GetListingDetailsConfig) => resources_getConnectAppexchangeListingsByListingId_ResourceRequestConfig;
13
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetListingDetailsConfig): string;
14
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetListingDetailsConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetListingDetailsConfig>): adapter$45$utils_Untrusted<GetListingDetailsConfig>;
16
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetListingDetailsConfig | null;
17
+ export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetListingDetailsConfig): $64$luvio_engine_Fragment;
18
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListingDetailsConfig): $64$luvio_engine_Snapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, any>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetListingDetailsConfig, resourceParams: resources_getConnectAppexchangeListingsByListingId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetListingDetailsConfig, resourceParams: resources_getConnectAppexchangeListingsByListingId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetListingDetailsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, any>>;
22
+ export type BuildSnapshotContext = {
23
+ luvio: $64$luvio_engine_Luvio;
24
+ config: GetListingDetailsConfig;
25
+ };
26
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, any>>;
27
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation>): $64$luvio_engine_Snapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, any>;
28
+ export declare const getListingDetailsAdapterFactory: $64$luvio_engine_AdapterFactory<GetListingDetailsConfig, types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation>;
@@ -0,0 +1,38 @@
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_postConnectAppexchangeUserEvents_ResourceRequestConfig } from '../resources/postConnectAppexchangeUserEvents';
4
+ import { AppExchangeUserEventsOutputRepresentation as types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation } from '../types/AppExchangeUserEventsOutputRepresentation';
5
+ export declare const adapterName = "postAppExchangeUserEvents";
6
+ export declare const postAppExchangeUserEvents_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const postAppExchangeUserEvents_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface PostAppExchangeUserEventsConfig {
9
+ browser?: string;
10
+ buttonType?: string;
11
+ channel?: string;
12
+ context?: string;
13
+ customTitle?: string;
14
+ date?: string;
15
+ deviceHeight?: string;
16
+ deviceWidth?: string;
17
+ elementType?: string;
18
+ eventType: string;
19
+ image?: unknown;
20
+ keyword?: string;
21
+ language?: string;
22
+ oafId: string;
23
+ objectIdentifier?: string;
24
+ parentChannel?: string;
25
+ referrer?: string;
26
+ timestamp?: string;
27
+ token?: string;
28
+ topic?: string;
29
+ trace?: boolean;
30
+ url?: string;
31
+ viewportHeight?: string;
32
+ viewportWidth?: string;
33
+ }
34
+ export declare const createResourceParams: (config: PostAppExchangeUserEventsConfig) => resources_postConnectAppexchangeUserEvents_ResourceRequestConfig;
35
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PostAppExchangeUserEventsConfig>): adapter$45$utils_Untrusted<PostAppExchangeUserEventsConfig>;
36
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PostAppExchangeUserEventsConfig | null;
37
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PostAppExchangeUserEventsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation, any>>;
38
+ export declare const postAppExchangeUserEventsAdapterFactory: $64$luvio_engine_AdapterFactory<PostAppExchangeUserEventsConfig, types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation>;
@@ -0,0 +1,35 @@
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_postConnectAppexchangeSearchListings_ResourceRequestConfig } from '../resources/postConnectAppexchangeSearchListings';
4
+ import { AppExchangeSearchListingCollectionRepresentation as types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation } from '../types/AppExchangeSearchListingCollectionRepresentation';
5
+ export declare const adapterName = "searchListings";
6
+ export declare const searchListings_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
+ export declare const searchListings_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
+ export interface SearchListingsConfig {
9
+ agenticContent?: Array<string>;
10
+ category?: Array<string>;
11
+ edition?: Array<string>;
12
+ features?: Array<string>;
13
+ impact?: Array<string>;
14
+ industry?: Array<string>;
15
+ keyword?: string;
16
+ labs?: Array<string>;
17
+ language?: string;
18
+ languages?: Array<string>;
19
+ page?: number;
20
+ pageSize?: number;
21
+ persona?: Array<string>;
22
+ prevSearchQueryId?: string;
23
+ price?: Array<string>;
24
+ product?: string;
25
+ rating?: number;
26
+ searchQueryId?: string;
27
+ sort?: string;
28
+ tech?: Array<string>;
29
+ type?: string;
30
+ }
31
+ export declare const createResourceParams: (config: SearchListingsConfig) => resources_postConnectAppexchangeSearchListings_ResourceRequestConfig;
32
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<SearchListingsConfig>): adapter$45$utils_Untrusted<SearchListingsConfig>;
33
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): SearchListingsConfig | null;
34
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: SearchListingsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation, any>>;
35
+ export declare const searchListingsAdapterFactory: $64$luvio_engine_AdapterFactory<SearchListingsConfig, types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation>;
@@ -0,0 +1,3 @@
1
+ export { getListingDetailsAdapterFactory } from '../adapters/getListingDetails';
2
+ export { searchListingsAdapterFactory } from '../adapters/searchListings';
3
+ export { postAppExchangeUserEventsAdapterFactory } from '../adapters/postAppExchangeUserEvents';
@@ -0,0 +1,5 @@
1
+ declare let getListingDetails: any;
2
+ declare let postAppExchangeUserEvents: any;
3
+ declare let searchListings: any;
4
+ declare let getListingDetails_imperative: any;
5
+ export { getListingDetails, postAppExchangeUserEvents, searchListings, getListingDetails_imperative, };
@@ -0,0 +1,18 @@
1
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, FetchResponse as $64$luvio_engine_FetchResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
+ import { AppExchangeListingDetailsRepresentation as types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation } from '../types/AppExchangeListingDetailsRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ urlParams: {
5
+ listingId: string;
6
+ };
7
+ queryParams: {
8
+ includeRelated?: Array<string>;
9
+ };
10
+ }
11
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
12
+ export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
13
+ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
14
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation): void;
15
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation, any>;
16
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_AppExchangeListingDetailsRepresentation_AppExchangeListingDetailsRepresentation>): $64$luvio_engine_ErrorSnapshot;
17
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
18
+ export default createResourceRequest;
@@ -0,0 +1,32 @@
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 { AppExchangeSearchListingCollectionRepresentation as types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation } from '../types/AppExchangeSearchListingCollectionRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ agenticContent?: Array<string>;
6
+ category?: Array<string>;
7
+ edition?: Array<string>;
8
+ features?: Array<string>;
9
+ impact?: Array<string>;
10
+ industry?: Array<string>;
11
+ keyword?: string;
12
+ labs?: Array<string>;
13
+ language?: string;
14
+ languages?: Array<string>;
15
+ page?: number;
16
+ pageSize?: number;
17
+ persona?: Array<string>;
18
+ prevSearchQueryId?: string;
19
+ price?: Array<string>;
20
+ product?: string;
21
+ rating?: number;
22
+ searchQueryId?: string;
23
+ sort?: string;
24
+ tech?: Array<string>;
25
+ type?: string;
26
+ };
27
+ }
28
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
29
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation): void;
30
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AppExchangeSearchListingCollectionRepresentation_AppExchangeSearchListingCollectionRepresentation, any>;
31
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
32
+ export default createResourceRequest;
@@ -0,0 +1,35 @@
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 { AppExchangeUserEventsOutputRepresentation as types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation } from '../types/AppExchangeUserEventsOutputRepresentation';
3
+ export interface ResourceRequestConfig {
4
+ body: {
5
+ browser?: string;
6
+ buttonType?: string;
7
+ channel?: string;
8
+ context?: string;
9
+ customTitle?: string;
10
+ date?: string;
11
+ deviceHeight?: string;
12
+ deviceWidth?: string;
13
+ elementType?: string;
14
+ eventType: string;
15
+ image?: unknown;
16
+ keyword?: string;
17
+ language?: string;
18
+ oafId: string;
19
+ objectIdentifier?: string;
20
+ parentChannel?: string;
21
+ referrer?: string;
22
+ timestamp?: string;
23
+ token?: string;
24
+ topic?: string;
25
+ trace?: boolean;
26
+ url?: string;
27
+ viewportHeight?: string;
28
+ viewportWidth?: string;
29
+ };
30
+ }
31
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
32
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation): void;
33
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AppExchangeUserEventsOutputRepresentation_AppExchangeUserEventsOutputRepresentation, any>;
34
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
35
+ 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, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ Video = "Video",
4
+ Image = "Image"
5
+ }
6
+ export declare const VERSION = "b089685de64268e565c9b564197117b0";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: AppExchangeCarouselItemDataRepresentation, existing: AppExchangeCarouselItemDataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeCarouselItemDataRepresentationNormalized;
10
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: AppExchangeCarouselItemDataRepresentationNormalized, incoming: AppExchangeCarouselItemDataRepresentationNormalized): boolean;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
15
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeCarouselItemDataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
16
+ /**
17
+ * Represents an AppExchange carouselItem data
18
+ *
19
+ * Keys:
20
+ * (none)
21
+ */
22
+ export interface AppExchangeCarouselItemDataRepresentationNormalized {
23
+ /** AppExchange Carousel Item Data type */
24
+ dataType?: string;
25
+ }
26
+ /**
27
+ * Represents an AppExchange carouselItem data
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface AppExchangeCarouselItemDataRepresentation {
33
+ dataType?: string;
34
+ }
@@ -0,0 +1,42 @@
1
+ import { AppExchangeCarouselItemDataRepresentation as AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation } from './AppExchangeCarouselItemDataRepresentation';
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 = "cd4bdcd9fcd3041759ef7dd324a94b73";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeCarouselItemImageRepresentation, existing: AppExchangeCarouselItemImageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeCarouselItemImageRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeCarouselItemImageRepresentationNormalized, incoming: AppExchangeCarouselItemImageRepresentationNormalized): 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: AppExchangeCarouselItemImageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange carouselItem image
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeCarouselItemImageRepresentationNormalized extends AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation {
18
+ /** The alt text of the media in the carousel */
19
+ altText: string;
20
+ /** The caption of the media in the carousel */
21
+ caption: string;
22
+ /** The external identifier for the image */
23
+ externalId: string;
24
+ /** This field is used to hold information required to display the media item. If this is an image, then it can be a URL to a partner community file or a UUID of a file hosted by the image upload service, if it's a video it should be the video ID. */
25
+ mediaId: string;
26
+ /** Used to control the order/position of this content item in relation to other content items */
27
+ position: number;
28
+ }
29
+ /**
30
+ * Represents an AppExchange carouselItem image
31
+ *
32
+ * Keys:
33
+ * (none)
34
+ */
35
+ export interface AppExchangeCarouselItemImageRepresentation extends AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation {
36
+ altText: string;
37
+ caption: string;
38
+ externalId: string;
39
+ mediaId: string;
40
+ position: number;
41
+ dataType: 'Image';
42
+ }
@@ -0,0 +1,37 @@
1
+ import { AppExchangeCarouselItemDataRepresentation as AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation } from './AppExchangeCarouselItemDataRepresentation';
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
+ import { AppExchangeCarouselItemVideoRepresentation as AppExchangeCarouselItemVideoRepresentation_AppExchangeCarouselItemVideoRepresentation } from './AppExchangeCarouselItemVideoRepresentation';
4
+ import { AppExchangeCarouselItemImageRepresentation as AppExchangeCarouselItemImageRepresentation_AppExchangeCarouselItemImageRepresentation } from './AppExchangeCarouselItemImageRepresentation';
5
+ export declare const VERSION = "2eb57188c84cf6e28c3c3bd3363d3887";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: AppExchangeCarouselItemRepresentation, existing: AppExchangeCarouselItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeCarouselItemRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: AppExchangeCarouselItemRepresentationNormalized, incoming: AppExchangeCarouselItemRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeCarouselItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Represents an AppExchange carousel item
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface AppExchangeCarouselItemRepresentationNormalized {
20
+ /** data of AppExchange carousel item */
21
+ data?: AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation;
22
+ /** Content record Id */
23
+ externalId?: string;
24
+ /** The type of this media */
25
+ type?: string;
26
+ }
27
+ /**
28
+ * Represents an AppExchange carousel item
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface AppExchangeCarouselItemRepresentation {
34
+ data?: AppExchangeCarouselItemVideoRepresentation_AppExchangeCarouselItemVideoRepresentation | AppExchangeCarouselItemImageRepresentation_AppExchangeCarouselItemImageRepresentation;
35
+ externalId?: string;
36
+ type?: string;
37
+ }
@@ -0,0 +1,45 @@
1
+ import { AppExchangeCarouselItemDataRepresentation as AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation } from './AppExchangeCarouselItemDataRepresentation';
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 = "f567099bb8878de679e4c2eef48a38bf";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeCarouselItemVideoRepresentation, existing: AppExchangeCarouselItemVideoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeCarouselItemVideoRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeCarouselItemVideoRepresentationNormalized, incoming: AppExchangeCarouselItemVideoRepresentationNormalized): 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: AppExchangeCarouselItemVideoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange carouselItem video
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeCarouselItemVideoRepresentationNormalized extends AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation {
18
+ /** The caption of the media in the carousel */
19
+ caption: string;
20
+ /** This field is used to hold information required to display the media item. If this is an image, then it can be a URL to a partner community file or a UUID of a file hosted by the image upload service, if it's a video it should be the video ID. */
21
+ mediaId: string;
22
+ /** Used to control the order/position of this content item in relation to other content items */
23
+ position: number;
24
+ /** Used to control the end time (in seconds) of the video */
25
+ videoEnd: number;
26
+ /** Used to control the start time (in seconds) of the video */
27
+ videoStart: number;
28
+ /** The video type of this media */
29
+ videoType: string;
30
+ }
31
+ /**
32
+ * Represents an AppExchange carouselItem video
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface AppExchangeCarouselItemVideoRepresentation extends AppExchangeCarouselItemDataRepresentation_AppExchangeCarouselItemDataRepresentation {
38
+ caption: string;
39
+ mediaId: string;
40
+ position: number;
41
+ videoEnd: number;
42
+ videoStart: number;
43
+ videoType: string;
44
+ dataType: 'Video';
45
+ }
@@ -0,0 +1,29 @@
1
+ import { AppExchangeCarouselItemRepresentation as AppExchangeCarouselItemRepresentation_AppExchangeCarouselItemRepresentation } from './AppExchangeCarouselItemRepresentation';
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 = "838cc7af97bc94ec39be6764e85c1728";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeCarouselPluginRepresentation, existing: AppExchangeCarouselPluginRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeCarouselPluginRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeCarouselPluginRepresentationNormalized, incoming: AppExchangeCarouselPluginRepresentationNormalized): 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: AppExchangeCarouselPluginRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange carousel plugin
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeCarouselPluginRepresentationNormalized {
18
+ /** items of AppExchange listing plugin carousel */
19
+ items?: Array<AppExchangeCarouselItemRepresentation_AppExchangeCarouselItemRepresentation>;
20
+ }
21
+ /**
22
+ * Represents an AppExchange carousel plugin
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangeCarouselPluginRepresentation {
28
+ items?: Array<AppExchangeCarouselItemRepresentation_AppExchangeCarouselItemRepresentation>;
29
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
3
+ Url = "Url",
4
+ File = "File"
5
+ }
6
+ export declare const VERSION = "39fb695f07c398da8114ceeb1eeb0cbe";
7
+ export declare function validate(obj: any, path?: string): TypeError | null;
8
+ export declare const RepresentationType: string;
9
+ export declare function normalize(input: AppExchangeContentItemDataRepresentation, existing: AppExchangeContentItemDataRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeContentItemDataRepresentationNormalized;
10
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: AppExchangeContentItemDataRepresentationNormalized, incoming: AppExchangeContentItemDataRepresentationNormalized): boolean;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
15
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeContentItemDataRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
16
+ /**
17
+ * Represents an AppExchange listing plugin contentItem data
18
+ *
19
+ * Keys:
20
+ * (none)
21
+ */
22
+ export interface AppExchangeContentItemDataRepresentationNormalized {
23
+ /** AppExchange Listing Plugin Content Item Data type */
24
+ dataType?: string;
25
+ }
26
+ /**
27
+ * Represents an AppExchange listing plugin contentItem data
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface AppExchangeContentItemDataRepresentation {
33
+ dataType?: string;
34
+ }
@@ -0,0 +1,48 @@
1
+ import { AppExchangeContentItemDataRepresentation as AppExchangeContentItemDataRepresentation_AppExchangeContentItemDataRepresentation } from './AppExchangeContentItemDataRepresentation';
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 = "14c6cdbd5449bcfcfaf23107c16f2072";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeContentItemFileRepresentation, existing: AppExchangeContentItemFileRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeContentItemFileRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeContentItemFileRepresentationNormalized, incoming: AppExchangeContentItemFileRepresentationNormalized): 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: AppExchangeContentItemFileRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange contentItem file
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeContentItemFileRepresentationNormalized extends AppExchangeContentItemDataRepresentation_AppExchangeContentItemDataRepresentation {
18
+ /** The external identifier for the image */
19
+ externalId: string;
20
+ /** This is the file name of the media Id uploaded */
21
+ fileName: string;
22
+ /** This field is used to hold the non-generic information related to content Object. For content type demo - it is used to store youtube video id */
23
+ mediaId: string;
24
+ /** Used to control the order/position of this content item in relation to other content items */
25
+ position: number;
26
+ /** The title/caption of the content. Required for data sheets, customization guides, whitepapers, customer testimonials, case studies, and webinars */
27
+ title: string;
28
+ /** Indicates the type of this content */
29
+ type: string;
30
+ /** Indicates the extension of the of file */
31
+ typeExtension: string;
32
+ }
33
+ /**
34
+ * Represents an AppExchange contentItem file
35
+ *
36
+ * Keys:
37
+ * (none)
38
+ */
39
+ export interface AppExchangeContentItemFileRepresentation extends AppExchangeContentItemDataRepresentation_AppExchangeContentItemDataRepresentation {
40
+ externalId: string;
41
+ fileName: string;
42
+ mediaId: string;
43
+ position: number;
44
+ title: string;
45
+ type: string;
46
+ typeExtension: string;
47
+ dataType: 'File';
48
+ }
@@ -0,0 +1,37 @@
1
+ import { AppExchangeContentItemDataRepresentation as AppExchangeContentItemDataRepresentation_AppExchangeContentItemDataRepresentation } from './AppExchangeContentItemDataRepresentation';
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
+ import { AppExchangeContentItemUrlRepresentation as AppExchangeContentItemUrlRepresentation_AppExchangeContentItemUrlRepresentation } from './AppExchangeContentItemUrlRepresentation';
4
+ import { AppExchangeContentItemFileRepresentation as AppExchangeContentItemFileRepresentation_AppExchangeContentItemFileRepresentation } from './AppExchangeContentItemFileRepresentation';
5
+ export declare const VERSION = "7413e313b373556a0ec362ada412deb9";
6
+ export declare function validate(obj: any, path?: string): TypeError | null;
7
+ export declare const RepresentationType: string;
8
+ export declare function normalize(input: AppExchangeContentItemRepresentation, existing: AppExchangeContentItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeContentItemRepresentationNormalized;
9
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
10
+ export declare function equals(existing: AppExchangeContentItemRepresentationNormalized, incoming: AppExchangeContentItemRepresentationNormalized): boolean;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeContentItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
13
+ /**
14
+ * Represents an AppExchange contentItem
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface AppExchangeContentItemRepresentationNormalized {
20
+ /** data of AppExchange listing plugin contentItem */
21
+ data?: AppExchangeContentItemDataRepresentation_AppExchangeContentItemDataRepresentation;
22
+ /** The external identifier for the content on Tz */
23
+ externalId?: string;
24
+ /** Indicates the type of this content */
25
+ type?: string;
26
+ }
27
+ /**
28
+ * Represents an AppExchange contentItem
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface AppExchangeContentItemRepresentation {
34
+ data?: AppExchangeContentItemUrlRepresentation_AppExchangeContentItemUrlRepresentation | AppExchangeContentItemFileRepresentation_AppExchangeContentItemFileRepresentation;
35
+ externalId?: string;
36
+ type?: string;
37
+ }