@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
package/dist/es/es2018/types/src/generated/types/AppExchangeFreePricingModelRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AppExchangePricingModelRepresentation as AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation } from './AppExchangePricingModelRepresentation';
|
|
2
|
+
import { AppExchangePricingPlanRepresentation as AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation } from './AppExchangePricingPlanRepresentation';
|
|
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 = "ccf2ae7806e7846aa87c6fa25859836b";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AppExchangeFreePricingModelRepresentation, existing: AppExchangeFreePricingModelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeFreePricingModelRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: AppExchangeFreePricingModelRepresentationNormalized, incoming: AppExchangeFreePricingModelRepresentationNormalized): 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: AppExchangeFreePricingModelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents an AppExchange free pricing model
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AppExchangeFreePricingModelRepresentationNormalized extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
|
|
19
|
+
/** Pricing plan list of Appexchange listing pricing model */
|
|
20
|
+
plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents an AppExchange free pricing model
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AppExchangeFreePricingModelRepresentation extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
|
|
29
|
+
plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
|
|
30
|
+
priceModelType: 'free';
|
|
31
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { AppExchangePricingModelRepresentation as AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation } from './AppExchangePricingModelRepresentation';
|
|
2
|
+
import { AppExchangePricingPlanRepresentation as AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation } from './AppExchangePricingPlanRepresentation';
|
|
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 = "8226efc680a91d4c30b31f92d68816c4";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AppExchangeFreeToInstallPricingModelRepresentation, existing: AppExchangeFreeToInstallPricingModelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeFreeToInstallPricingModelRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: AppExchangeFreeToInstallPricingModelRepresentationNormalized, incoming: AppExchangeFreeToInstallPricingModelRepresentationNormalized): 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: AppExchangeFreeToInstallPricingModelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents an AppExchange freeToInstall pricing model
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AppExchangeFreeToInstallPricingModelRepresentationNormalized extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
|
|
19
|
+
/** Additional pricing details */
|
|
20
|
+
additionalDetails: string;
|
|
21
|
+
/** What paid products or services do customers need to use this product */
|
|
22
|
+
additionalServices: string;
|
|
23
|
+
/** Are discounts offered for non-profits and NGOs */
|
|
24
|
+
discountsOffered: boolean;
|
|
25
|
+
/** Whether the pricing plan names are displayed or shown as enumerated plans */
|
|
26
|
+
displayPlanNames: boolean;
|
|
27
|
+
/** Pricing plan list of Appexchange listing pricing model */
|
|
28
|
+
plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents an AppExchange freeToInstall pricing model
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface AppExchangeFreeToInstallPricingModelRepresentation extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
|
|
37
|
+
additionalDetails: string;
|
|
38
|
+
additionalServices: string;
|
|
39
|
+
discountsOffered: boolean;
|
|
40
|
+
displayPlanNames: boolean;
|
|
41
|
+
plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
|
|
42
|
+
priceModelType: 'free_to_install';
|
|
43
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeFreemiumPricingModelRepresentation.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { AppExchangePricingModelRepresentation as AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation } from './AppExchangePricingModelRepresentation';
|
|
2
|
+
import { AppExchangePricingPlanRepresentation as AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation } from './AppExchangePricingPlanRepresentation';
|
|
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 = "c9788e98d581ede2131980ba29250d3f";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AppExchangeFreemiumPricingModelRepresentation, existing: AppExchangeFreemiumPricingModelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeFreemiumPricingModelRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: AppExchangeFreemiumPricingModelRepresentationNormalized, incoming: AppExchangeFreemiumPricingModelRepresentationNormalized): 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: AppExchangeFreemiumPricingModelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents an AppExchange freemium pricing model
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AppExchangeFreemiumPricingModelRepresentationNormalized extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
|
|
19
|
+
/** Additional pricing details */
|
|
20
|
+
additionalDetails: string;
|
|
21
|
+
/** Are discounts offered for non-profits and NGOs */
|
|
22
|
+
discountsOffered: boolean;
|
|
23
|
+
/** Whether the pricing plan names are displayed or shown as enumerated plans */
|
|
24
|
+
displayPlanNames: boolean;
|
|
25
|
+
/** Pricing plan list of Appexchange listing pricing model */
|
|
26
|
+
plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
|
|
27
|
+
/** What are the user limitations for this product */
|
|
28
|
+
userLimitations: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents an AppExchange freemium pricing model
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface AppExchangeFreemiumPricingModelRepresentation extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
|
|
37
|
+
additionalDetails: string;
|
|
38
|
+
discountsOffered: boolean;
|
|
39
|
+
displayPlanNames: boolean;
|
|
40
|
+
plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
|
|
41
|
+
userLimitations: string;
|
|
42
|
+
priceModelType: 'freemium';
|
|
43
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AppExchangeInstalledPackageVersionRepresentation as AppExchangeInstalledPackageVersionRepresentation_AppExchangeInstalledPackageVersionRepresentation } from './AppExchangeInstalledPackageVersionRepresentation';
|
|
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 = "e8559a735513fd85cc19c33c888ba988";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AppExchangeInstalledPackageRepresentation, existing: AppExchangeInstalledPackageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeInstalledPackageRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AppExchangeInstalledPackageRepresentationNormalized, incoming: AppExchangeInstalledPackageRepresentationNormalized): 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: AppExchangeInstalledPackageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents an AppExchange Installed Package details
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface AppExchangeInstalledPackageRepresentationNormalized {
|
|
18
|
+
version?: AppExchangeInstalledPackageVersionRepresentation_AppExchangeInstalledPackageVersionRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents an AppExchange Installed Package details
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface AppExchangeInstalledPackageRepresentation {
|
|
27
|
+
version?: AppExchangeInstalledPackageVersionRepresentation_AppExchangeInstalledPackageVersionRepresentation;
|
|
28
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 = "b21cb4fb9076945f34fc98f2365303d1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeInstalledPackageVersionRepresentation, existing: AppExchangeInstalledPackageVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeInstalledPackageVersionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeInstalledPackageVersionRepresentationNormalized, incoming: AppExchangeInstalledPackageVersionRepresentationNormalized): 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: AppExchangeInstalledPackageVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange Installed Package details
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeInstalledPackageVersionRepresentationNormalized {
|
|
17
|
+
/** majorVersion of the installed package */
|
|
18
|
+
majorVersion?: number;
|
|
19
|
+
/** minorVersion of the installed package */
|
|
20
|
+
minorVersion?: number;
|
|
21
|
+
/** patchVersion of the installed package */
|
|
22
|
+
patchVersion?: number;
|
|
23
|
+
/** versionName of the installed package */
|
|
24
|
+
versionName?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents an AppExchange Installed Package details
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface AppExchangeInstalledPackageVersionRepresentation {
|
|
33
|
+
majorVersion?: number;
|
|
34
|
+
minorVersion?: number;
|
|
35
|
+
patchVersion?: number;
|
|
36
|
+
versionName?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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 = "977fd257a534485cbca55a1608158dc7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeLeadTrialInformationPluginRepresentation, existing: AppExchangeLeadTrialInformationPluginRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeLeadTrialInformationPluginRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeLeadTrialInformationPluginRepresentationNormalized, incoming: AppExchangeLeadTrialInformationPluginRepresentationNormalized): 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: AppExchangeLeadTrialInformationPluginRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange leadTrialInformation plugin
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeLeadTrialInformationPluginRepresentationNormalized {
|
|
17
|
+
/** demoCampaignID of AppExchange listing plugin leadTrialInformation */
|
|
18
|
+
demoCampaignID?: string;
|
|
19
|
+
/** enableDemoLeads of AppExchange listing plugin leadTrialInformation */
|
|
20
|
+
enableDemoLeads?: boolean;
|
|
21
|
+
/** enableInstallLeads of AppExchange listing plugin leadTrialInformation */
|
|
22
|
+
enableInstallLeads?: boolean;
|
|
23
|
+
/** enableLearnMoreLeads of AppExchange listing plugin leadTrialInformation */
|
|
24
|
+
enableLearnMoreLeads?: boolean;
|
|
25
|
+
/** enableTestDriveLeads of AppExchange listing plugin leadTrialInformation */
|
|
26
|
+
enableTestDriveLeads?: boolean;
|
|
27
|
+
/** enableTrialLeads of AppExchange listing plugin leadTrialInformation */
|
|
28
|
+
enableTrialLeads?: boolean;
|
|
29
|
+
/** installCampaignID of AppExchange listing plugin leadTrialInformation */
|
|
30
|
+
installCampaignID?: string;
|
|
31
|
+
/** leadsOrgID of AppExchange listing plugin leadTrialInformation */
|
|
32
|
+
leadsOrgID?: string;
|
|
33
|
+
/** Salesforce campaign Id where leads are sent to */
|
|
34
|
+
learnMoreCampaignID?: string;
|
|
35
|
+
/** testDriveCampaignID of AppExchange listing plugin leadTrialInformation */
|
|
36
|
+
testDriveCampaignID?: string;
|
|
37
|
+
/** trialCampaignID of AppExchange listing plugin leadTrialInformation */
|
|
38
|
+
trialCampaignID?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Represents an AppExchange leadTrialInformation plugin
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface AppExchangeLeadTrialInformationPluginRepresentation {
|
|
47
|
+
demoCampaignID?: string;
|
|
48
|
+
enableDemoLeads?: boolean;
|
|
49
|
+
enableInstallLeads?: boolean;
|
|
50
|
+
enableLearnMoreLeads?: boolean;
|
|
51
|
+
enableTestDriveLeads?: boolean;
|
|
52
|
+
enableTrialLeads?: boolean;
|
|
53
|
+
installCampaignID?: string;
|
|
54
|
+
leadsOrgID?: string;
|
|
55
|
+
learnMoreCampaignID?: string;
|
|
56
|
+
testDriveCampaignID?: string;
|
|
57
|
+
trialCampaignID?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "9b9c4eb697586a23f8e530e97130f8f3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeListingAdditionalProps, existing: AppExchangeListingAdditionalPropsNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingAdditionalPropsNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeListingAdditionalPropsNormalized, incoming: AppExchangeListingAdditionalPropsNormalized): 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: AppExchangeListingAdditionalProps, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents AdditionalProps of an AppExchange listing
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeListingAdditionalPropsNormalized {
|
|
17
|
+
/** actionCount of an AppExchange listing */
|
|
18
|
+
actionCount?: number;
|
|
19
|
+
/** agentCount of an AppExchange listing */
|
|
20
|
+
agentCount?: number;
|
|
21
|
+
/** agentDescription of an AppExchange listing */
|
|
22
|
+
agentDescription?: string;
|
|
23
|
+
/** mcpServerCount of an AppExchange listing */
|
|
24
|
+
mcpServerCount?: number;
|
|
25
|
+
/** topicCount of an AppExchange listing */
|
|
26
|
+
topicCount?: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Represents AdditionalProps of an AppExchange listing
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface AppExchangeListingAdditionalProps {
|
|
35
|
+
actionCount?: number;
|
|
36
|
+
agentCount?: number;
|
|
37
|
+
agentDescription?: string;
|
|
38
|
+
mcpServerCount?: number;
|
|
39
|
+
topicCount?: number;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeListingCategoriesRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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 = "3e1256bc2a54c2389cb296a71bb007f4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeListingCategoriesRepresentation, existing: AppExchangeListingCategoriesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingCategoriesRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeListingCategoriesRepresentationNormalized, incoming: AppExchangeListingCategoriesRepresentationNormalized): 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: AppExchangeListingCategoriesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange listing categories
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeListingCategoriesRepresentationNormalized {
|
|
17
|
+
/** The categories of AppExchange listing categories */
|
|
18
|
+
categories?: Array<string>;
|
|
19
|
+
/** isSelected of AppExchange listing categories */
|
|
20
|
+
isSelected?: boolean;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents an AppExchange listing categories
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AppExchangeListingCategoriesRepresentation {
|
|
29
|
+
categories?: Array<string>;
|
|
30
|
+
isSelected?: boolean;
|
|
31
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { AppExchangeListingCategoriesRepresentation as AppExchangeListingCategoriesRepresentation_AppExchangeListingCategoriesRepresentation } from './AppExchangeListingCategoriesRepresentation';
|
|
2
|
+
import { AppExchangeListingExtensionsRepresentation as AppExchangeListingExtensionsRepresentation_AppExchangeListingExtensionsRepresentation } from './AppExchangeListingExtensionsRepresentation';
|
|
3
|
+
import { AppExchangeInstalledPackageRepresentation as AppExchangeInstalledPackageRepresentation_AppExchangeInstalledPackageRepresentation } from './AppExchangeInstalledPackageRepresentation';
|
|
4
|
+
import { AppExchangeListingPluginsRepresentation as AppExchangeListingPluginsRepresentation_AppExchangeListingPluginsRepresentation } from './AppExchangeListingPluginsRepresentation';
|
|
5
|
+
import { AppExchangePricingRepresentation as AppExchangePricingRepresentation_AppExchangePricingRepresentation } from './AppExchangePricingRepresentation';
|
|
6
|
+
import { AppExchangePublisherRepresentation as AppExchangePublisherRepresentation_AppExchangePublisherRepresentation } from './AppExchangePublisherRepresentation';
|
|
7
|
+
import { AppExchangeListingReviewsSummaryRepresentation as AppExchangeListingReviewsSummaryRepresentation_AppExchangeListingReviewsSummaryRepresentation } from './AppExchangeListingReviewsSummaryRepresentation';
|
|
8
|
+
import { AppExchangeListingSolutionRepresentation as AppExchangeListingSolutionRepresentation_AppExchangeListingSolutionRepresentation } from './AppExchangeListingSolutionRepresentation';
|
|
9
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
10
|
+
export declare const VERSION = "5498b678efe3f405bc661e7613e6872c";
|
|
11
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
|
+
export declare const RepresentationType: string;
|
|
13
|
+
export declare function normalize(input: AppExchangeListingDetailsRepresentation, existing: AppExchangeListingDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingDetailsRepresentationNormalized;
|
|
14
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
15
|
+
export declare function equals(existing: AppExchangeListingDetailsRepresentationNormalized, incoming: AppExchangeListingDetailsRepresentationNormalized): boolean;
|
|
16
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
17
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeListingDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
18
|
+
/**
|
|
19
|
+
* Represents an AppExchange listing details
|
|
20
|
+
*
|
|
21
|
+
* Keys:
|
|
22
|
+
* (none)
|
|
23
|
+
*/
|
|
24
|
+
export interface AppExchangeListingDetailsRepresentationNormalized {
|
|
25
|
+
/** BusinessNeeds of AppExchange listing */
|
|
26
|
+
businessNeeds?: {
|
|
27
|
+
[key: string]: AppExchangeListingCategoriesRepresentation_AppExchangeListingCategoriesRepresentation;
|
|
28
|
+
};
|
|
29
|
+
/** Description of AppExchange listing */
|
|
30
|
+
description?: string;
|
|
31
|
+
/** Consent given to use the logo and tile images on Salesforce Marketing of AppExchange listing */
|
|
32
|
+
enableMarketingUse?: boolean;
|
|
33
|
+
extensions?: AppExchangeListingExtensionsRepresentation_AppExchangeListingExtensionsRepresentation;
|
|
34
|
+
/** The long description of the AppListing listing shown on the App Detail page */
|
|
35
|
+
fullDescription?: string;
|
|
36
|
+
/** installPackagingPermission - Permission to install AppExchange listing packages */
|
|
37
|
+
installPackagingPermission?: boolean;
|
|
38
|
+
/** installed Package details of AppExchange listing */
|
|
39
|
+
installedPackage?: AppExchangeInstalledPackageRepresentation_AppExchangeInstalledPackageRepresentation;
|
|
40
|
+
/** Soft delete flag of AppExchange listing */
|
|
41
|
+
isDeleted?: boolean;
|
|
42
|
+
/** The availability of this AppExchange listing on the AppExchange site */
|
|
43
|
+
isPublic?: boolean;
|
|
44
|
+
/** The external name/title of AppExchange listing */
|
|
45
|
+
name?: string;
|
|
46
|
+
/** OneAppExchange Framework Id - primary identifier of AppExchange listing */
|
|
47
|
+
oafId?: string;
|
|
48
|
+
/** AccountId in Org62 of AppExchange listing */
|
|
49
|
+
org62AccountId?: string;
|
|
50
|
+
/** PackageVersionId of AppExchange listing */
|
|
51
|
+
packageVersionId?: string;
|
|
52
|
+
/** PartnerLookup of AppExchange listing */
|
|
53
|
+
partnerLookup?: string;
|
|
54
|
+
plugins?: AppExchangeListingPluginsRepresentation_AppExchangeListingPluginsRepresentation;
|
|
55
|
+
pricing?: AppExchangePricingRepresentation_AppExchangePricingRepresentation;
|
|
56
|
+
publisher?: AppExchangePublisherRepresentation_AppExchangePublisherRepresentation;
|
|
57
|
+
reviewsSummary?: AppExchangeListingReviewsSummaryRepresentation_AppExchangeListingReviewsSummaryRepresentation;
|
|
58
|
+
/** The search-engine version of the title of AppExchange listing */
|
|
59
|
+
seoTitle?: string;
|
|
60
|
+
solution?: AppExchangeListingSolutionRepresentation_AppExchangeListingSolutionRepresentation;
|
|
61
|
+
/** The technology type of AppExchange listing */
|
|
62
|
+
technology?: string;
|
|
63
|
+
/** The title/external name of AppExchange listing */
|
|
64
|
+
title?: string;
|
|
65
|
+
/** The UTC timestamp the listing was created in ISO string format of AppExchange listing */
|
|
66
|
+
userCreatedAt?: string;
|
|
67
|
+
/** The UTC timestamp the listing was updated in ISO string format of AppExchange listing */
|
|
68
|
+
userUpdatedAt?: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Represents an AppExchange listing details
|
|
72
|
+
*
|
|
73
|
+
* Keys:
|
|
74
|
+
* (none)
|
|
75
|
+
*/
|
|
76
|
+
export interface AppExchangeListingDetailsRepresentation {
|
|
77
|
+
businessNeeds?: {
|
|
78
|
+
[key: string]: AppExchangeListingCategoriesRepresentation_AppExchangeListingCategoriesRepresentation;
|
|
79
|
+
};
|
|
80
|
+
description?: string;
|
|
81
|
+
enableMarketingUse?: boolean;
|
|
82
|
+
extensions?: AppExchangeListingExtensionsRepresentation_AppExchangeListingExtensionsRepresentation;
|
|
83
|
+
fullDescription?: string;
|
|
84
|
+
installPackagingPermission?: boolean;
|
|
85
|
+
installedPackage?: AppExchangeInstalledPackageRepresentation_AppExchangeInstalledPackageRepresentation;
|
|
86
|
+
isDeleted?: boolean;
|
|
87
|
+
isPublic?: boolean;
|
|
88
|
+
name?: string;
|
|
89
|
+
oafId?: string;
|
|
90
|
+
org62AccountId?: string;
|
|
91
|
+
packageVersionId?: string;
|
|
92
|
+
partnerLookup?: string;
|
|
93
|
+
plugins?: AppExchangeListingPluginsRepresentation_AppExchangeListingPluginsRepresentation;
|
|
94
|
+
pricing?: AppExchangePricingRepresentation_AppExchangePricingRepresentation;
|
|
95
|
+
publisher?: AppExchangePublisherRepresentation_AppExchangePublisherRepresentation;
|
|
96
|
+
reviewsSummary?: AppExchangeListingReviewsSummaryRepresentation_AppExchangeListingReviewsSummaryRepresentation;
|
|
97
|
+
seoTitle?: string;
|
|
98
|
+
solution?: AppExchangeListingSolutionRepresentation_AppExchangeListingSolutionRepresentation;
|
|
99
|
+
technology?: string;
|
|
100
|
+
title?: string;
|
|
101
|
+
userCreatedAt?: string;
|
|
102
|
+
userUpdatedAt?: string;
|
|
103
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeListingExtensionsRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { AppExchangeForceCopilotListingExtensionRepresentation as AppExchangeForceCopilotListingExtensionRepresentation_AppExchangeForceCopilotListingExtensionRepresentation } from './AppExchangeForceCopilotListingExtensionRepresentation';
|
|
2
|
+
import { AppExchangeForceExtensionRepresentation as AppExchangeForceExtensionRepresentation_AppExchangeForceExtensionRepresentation } from './AppExchangeForceExtensionRepresentation';
|
|
3
|
+
import { AppExchangeForcePackageListingExtensionRepresentation as AppExchangeForcePackageListingExtensionRepresentation_AppExchangeForcePackageListingExtensionRepresentation } from './AppExchangeForcePackageListingExtensionRepresentation';
|
|
4
|
+
import { AppExchangeForcePackageListingTestDriveExtensionRepresentation as AppExchangeForcePackageListingTestDriveExtensionRepresentation_AppExchangeForcePackageListingTestDriveExtensionRepresentation } from './AppExchangeForcePackageListingTestDriveExtensionRepresentation';
|
|
5
|
+
import { AppExchangeTableauExtensionRepresentation as AppExchangeTableauExtensionRepresentation_AppExchangeTableauExtensionRepresentation } from './AppExchangeTableauExtensionRepresentation';
|
|
6
|
+
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';
|
|
7
|
+
export declare const VERSION = "37c8e6e62e54c6aab0801473b6c8383f";
|
|
8
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
9
|
+
export declare const RepresentationType: string;
|
|
10
|
+
export declare function normalize(input: AppExchangeListingExtensionsRepresentation, existing: AppExchangeListingExtensionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingExtensionsRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: AppExchangeListingExtensionsRepresentationNormalized, incoming: AppExchangeListingExtensionsRepresentationNormalized): boolean;
|
|
13
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
14
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeListingExtensionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
15
|
+
/**
|
|
16
|
+
* Represents an AppExchange listing extensions
|
|
17
|
+
*
|
|
18
|
+
* Keys:
|
|
19
|
+
* (none)
|
|
20
|
+
*/
|
|
21
|
+
export interface AppExchangeListingExtensionsRepresentationNormalized {
|
|
22
|
+
/** listing_extensions_force_listings_CopilotListing extension of AppExchange listing extensions */
|
|
23
|
+
listing_extensions_force_listings_CopilotListing?: AppExchangeForceCopilotListingExtensionRepresentation_AppExchangeForceCopilotListingExtensionRepresentation;
|
|
24
|
+
/** listing_extensions_force_listings_Listing extension of AppExchange listing extensions */
|
|
25
|
+
listing_extensions_force_listings_Listing?: AppExchangeForceExtensionRepresentation_AppExchangeForceExtensionRepresentation;
|
|
26
|
+
/** listing_extensions_force_listings_Listing_extensions_PackageListing extension of AppExchange listing extensions */
|
|
27
|
+
listing_extensions_force_listings_Listing_extensions_PackageListing?: AppExchangeForcePackageListingExtensionRepresentation_AppExchangeForcePackageListingExtensionRepresentation;
|
|
28
|
+
/** listing_extensions_force_listings_Listing_extensions_PackageListing_TestDrive extension of AppExchange listing extensions */
|
|
29
|
+
listing_extensions_force_listings_Listing_extensions_PackageListing_TestDrive?: AppExchangeForcePackageListingTestDriveExtensionRepresentation_AppExchangeForcePackageListingTestDriveExtensionRepresentation;
|
|
30
|
+
listing_extensions_tableau_listings_Listing?: AppExchangeTableauExtensionRepresentation_AppExchangeTableauExtensionRepresentation;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Represents an AppExchange listing extensions
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface AppExchangeListingExtensionsRepresentation {
|
|
39
|
+
listing_extensions_force_listings_CopilotListing?: AppExchangeForceCopilotListingExtensionRepresentation_AppExchangeForceCopilotListingExtensionRepresentation;
|
|
40
|
+
listing_extensions_force_listings_Listing?: AppExchangeForceExtensionRepresentation_AppExchangeForceExtensionRepresentation;
|
|
41
|
+
listing_extensions_force_listings_Listing_extensions_PackageListing?: AppExchangeForcePackageListingExtensionRepresentation_AppExchangeForcePackageListingExtensionRepresentation;
|
|
42
|
+
listing_extensions_force_listings_Listing_extensions_PackageListing_TestDrive?: AppExchangeForcePackageListingTestDriveExtensionRepresentation_AppExchangeForcePackageListingTestDriveExtensionRepresentation;
|
|
43
|
+
listing_extensions_tableau_listings_Listing?: AppExchangeTableauExtensionRepresentation_AppExchangeTableauExtensionRepresentation;
|
|
44
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "10de01efdeabbe2f2446485b4b1f8103";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeListingLogoRepresentation, existing: AppExchangeListingLogoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingLogoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeListingLogoRepresentationNormalized, incoming: AppExchangeListingLogoRepresentationNormalized): 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: AppExchangeListingLogoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange listing logo
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeListingLogoRepresentationNormalized {
|
|
17
|
+
/** ExternalId of AppExchange listing logo */
|
|
18
|
+
externalId: string;
|
|
19
|
+
/** LogoType of AppExchange listing logo */
|
|
20
|
+
logoType: string;
|
|
21
|
+
/** MediaId of AppExchange listing logo */
|
|
22
|
+
mediaId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents an AppExchange listing logo
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface AppExchangeListingLogoRepresentation {
|
|
31
|
+
externalId: string;
|
|
32
|
+
logoType: string;
|
|
33
|
+
mediaId: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { AppExchangeCarouselPluginRepresentation as AppExchangeCarouselPluginRepresentation_AppExchangeCarouselPluginRepresentation } from './AppExchangeCarouselPluginRepresentation';
|
|
2
|
+
import { AppExchangeContentPluginRepresentation as AppExchangeContentPluginRepresentation_AppExchangeContentPluginRepresentation } from './AppExchangeContentPluginRepresentation';
|
|
3
|
+
import { AppExchangeDemoPluginRepresentation as AppExchangeDemoPluginRepresentation_AppExchangeDemoPluginRepresentation } from './AppExchangeDemoPluginRepresentation';
|
|
4
|
+
import { AppExchangeLeadTrialInformationPluginRepresentation as AppExchangeLeadTrialInformationPluginRepresentation_AppExchangeLeadTrialInformationPluginRepresentation } from './AppExchangeLeadTrialInformationPluginRepresentation';
|
|
5
|
+
import { AppExchangeLogoSetPluginRepresentation as AppExchangeLogoSetPluginRepresentation_AppExchangeLogoSetPluginRepresentation } from './AppExchangeLogoSetPluginRepresentation';
|
|
6
|
+
import { AppExchangeSupportInformationPluginRepresentation as AppExchangeSupportInformationPluginRepresentation_AppExchangeSupportInformationPluginRepresentation } from './AppExchangeSupportInformationPluginRepresentation';
|
|
7
|
+
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';
|
|
8
|
+
export declare const VERSION = "ac0f456bd9168614847c5bf8cfe8ed92";
|
|
9
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
|
+
export declare const RepresentationType: string;
|
|
11
|
+
export declare function normalize(input: AppExchangeListingPluginsRepresentation, existing: AppExchangeListingPluginsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingPluginsRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export declare function equals(existing: AppExchangeListingPluginsRepresentationNormalized, incoming: AppExchangeListingPluginsRepresentationNormalized): boolean;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeListingPluginsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
16
|
+
/**
|
|
17
|
+
* Represents an AppExchange listing plugins
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* (none)
|
|
21
|
+
*/
|
|
22
|
+
export interface AppExchangeListingPluginsRepresentationNormalized {
|
|
23
|
+
/** carousel of AppExchange listing plugins */
|
|
24
|
+
listing_plugins_Carousel?: AppExchangeCarouselPluginRepresentation_AppExchangeCarouselPluginRepresentation;
|
|
25
|
+
/** content of AppExchange listing plugins */
|
|
26
|
+
listing_plugins_Content?: AppExchangeContentPluginRepresentation_AppExchangeContentPluginRepresentation;
|
|
27
|
+
/** demo of AppExchange listing plugins */
|
|
28
|
+
listing_plugins_Demo?: AppExchangeDemoPluginRepresentation_AppExchangeDemoPluginRepresentation;
|
|
29
|
+
/** leadTrialInformation of AppExchange listing plugins */
|
|
30
|
+
listing_plugins_LeadTrialInformation?: AppExchangeLeadTrialInformationPluginRepresentation_AppExchangeLeadTrialInformationPluginRepresentation;
|
|
31
|
+
listing_plugins_LogoSet?: AppExchangeLogoSetPluginRepresentation_AppExchangeLogoSetPluginRepresentation;
|
|
32
|
+
listing_plugins_SupportInformation?: AppExchangeSupportInformationPluginRepresentation_AppExchangeSupportInformationPluginRepresentation;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Represents an AppExchange listing plugins
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* (none)
|
|
39
|
+
*/
|
|
40
|
+
export interface AppExchangeListingPluginsRepresentation {
|
|
41
|
+
listing_plugins_Carousel?: AppExchangeCarouselPluginRepresentation_AppExchangeCarouselPluginRepresentation;
|
|
42
|
+
listing_plugins_Content?: AppExchangeContentPluginRepresentation_AppExchangeContentPluginRepresentation;
|
|
43
|
+
listing_plugins_Demo?: AppExchangeDemoPluginRepresentation_AppExchangeDemoPluginRepresentation;
|
|
44
|
+
listing_plugins_LeadTrialInformation?: AppExchangeLeadTrialInformationPluginRepresentation_AppExchangeLeadTrialInformationPluginRepresentation;
|
|
45
|
+
listing_plugins_LogoSet?: AppExchangeLogoSetPluginRepresentation_AppExchangeLogoSetPluginRepresentation;
|
|
46
|
+
listing_plugins_SupportInformation?: AppExchangeSupportInformationPluginRepresentation_AppExchangeSupportInformationPluginRepresentation;
|
|
47
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeListingReviewsSummaryRepresentation.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "303aa5d48962f422da60dd1fb0953264";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeListingReviewsSummaryRepresentation, existing: AppExchangeListingReviewsSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingReviewsSummaryRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeListingReviewsSummaryRepresentationNormalized, incoming: AppExchangeListingReviewsSummaryRepresentationNormalized): 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: AppExchangeListingReviewsSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange listing reviewsSummary
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeListingReviewsSummaryRepresentationNormalized {
|
|
17
|
+
/** The average rating of the associated listing */
|
|
18
|
+
averageRating?: number;
|
|
19
|
+
/** The external identifier of reviewsSummary */
|
|
20
|
+
externalId?: string;
|
|
21
|
+
/** The One AppExchange Framework identifier of reviewsSummary */
|
|
22
|
+
id?: string;
|
|
23
|
+
/** UUID reference or External Id to the listing stream associated */
|
|
24
|
+
listing?: string;
|
|
25
|
+
/** The number of reviews for the associated listing */
|
|
26
|
+
reviewCount?: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Represents an AppExchange listing reviewsSummary
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface AppExchangeListingReviewsSummaryRepresentation {
|
|
35
|
+
averageRating?: number;
|
|
36
|
+
externalId?: string;
|
|
37
|
+
id?: string;
|
|
38
|
+
listing?: string;
|
|
39
|
+
reviewCount?: number;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeListingSecurityReviewRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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 = "7d881cc6137336e7fabeb5290ab0841d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeListingSecurityReviewRepresentation, existing: AppExchangeListingSecurityReviewRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingSecurityReviewRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeListingSecurityReviewRepresentationNormalized, incoming: AppExchangeListingSecurityReviewRepresentationNormalized): 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: AppExchangeListingSecurityReviewRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange listing securityReview
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeListingSecurityReviewRepresentationNormalized {
|
|
17
|
+
/** approvalDate of AppExchange listing securityReview */
|
|
18
|
+
approvalDate?: string;
|
|
19
|
+
/** lastApprovedVersion of AppExchange listing securityReview */
|
|
20
|
+
lastApprovedVersion?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents an AppExchange listing securityReview
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AppExchangeListingSecurityReviewRepresentation {
|
|
29
|
+
approvalDate?: string;
|
|
30
|
+
lastApprovedVersion?: string;
|
|
31
|
+
}
|