@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,39 @@
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 = "77523c947084ef45ff5de6701958f4ba";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeContentItemUrlRepresentation, existing: AppExchangeContentItemUrlRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeContentItemUrlRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeContentItemUrlRepresentationNormalized, incoming: AppExchangeContentItemUrlRepresentationNormalized): 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: AppExchangeContentItemUrlRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange contentItem Url
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeContentItemUrlRepresentationNormalized extends AppExchangeContentItemDataRepresentation_AppExchangeContentItemDataRepresentation {
18
+ /** Used to control the order/position of this content item in relation to other content items */
19
+ position: number;
20
+ /** The title/caption of the content. Required for data sheets, customization guides, whitepapers, customer testimonials, case studies, and webinars. */
21
+ title: string;
22
+ /** Indicates the type of this content */
23
+ type: string;
24
+ /** The URL where the resource is located. This exists for legacy purposes only and publishers will not be able to upload new URLs in the future. */
25
+ url: string;
26
+ }
27
+ /**
28
+ * Represents an AppExchange contentItem Url
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface AppExchangeContentItemUrlRepresentation extends AppExchangeContentItemDataRepresentation_AppExchangeContentItemDataRepresentation {
34
+ position: number;
35
+ title: string;
36
+ type: string;
37
+ url: string;
38
+ dataType: 'Url';
39
+ }
@@ -0,0 +1,29 @@
1
+ import { AppExchangeContentItemRepresentation as AppExchangeContentItemRepresentation_AppExchangeContentItemRepresentation } from './AppExchangeContentItemRepresentation';
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 = "2ea0d968b90bbf5f75f9b77ea92dadf8";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeContentPluginRepresentation, existing: AppExchangeContentPluginRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeContentPluginRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeContentPluginRepresentationNormalized, incoming: AppExchangeContentPluginRepresentationNormalized): 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: AppExchangeContentPluginRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange content plugin
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeContentPluginRepresentationNormalized {
18
+ /** items of AppExchange listing plugin content */
19
+ items?: Array<AppExchangeContentItemRepresentation_AppExchangeContentItemRepresentation>;
20
+ }
21
+ /**
22
+ * Represents an AppExchange content plugin
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangeContentPluginRepresentation {
28
+ items?: Array<AppExchangeContentItemRepresentation_AppExchangeContentItemRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { AppExchangeDemoVideoRepresentation as AppExchangeDemoVideoRepresentation_AppExchangeDemoVideoRepresentation } from './AppExchangeDemoVideoRepresentation';
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 = "9544cc63f9f1aa1537e18ce5f1e8015d";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeDemoPluginRepresentation, existing: AppExchangeDemoPluginRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeDemoPluginRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeDemoPluginRepresentationNormalized, incoming: AppExchangeDemoPluginRepresentationNormalized): 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: AppExchangeDemoPluginRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange demo plugin
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeDemoPluginRepresentationNormalized {
18
+ /** items of AppExchange listing plugin demo */
19
+ items?: Array<AppExchangeDemoVideoRepresentation_AppExchangeDemoVideoRepresentation>;
20
+ }
21
+ /**
22
+ * Represents an AppExchange demo plugin
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangeDemoPluginRepresentation {
28
+ items?: Array<AppExchangeDemoVideoRepresentation_AppExchangeDemoVideoRepresentation>;
29
+ }
@@ -0,0 +1,43 @@
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 = "fe6c6c23595294bf21662fe85c48e07c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppExchangeDemoVideoRepresentation, existing: AppExchangeDemoVideoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeDemoVideoRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppExchangeDemoVideoRepresentationNormalized, incoming: AppExchangeDemoVideoRepresentationNormalized): 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: AppExchangeDemoVideoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents an AppExchange demo video
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppExchangeDemoVideoRepresentationNormalized {
17
+ /** The 18 character record ID for the attachment associated with this content object that stores the actual content material, it's null if it's generated on oaf */
18
+ attachmentId?: string;
19
+ /** Company Identifier for Brainshark videos */
20
+ companyId?: string;
21
+ /** The external identifier for the content on Tz */
22
+ externalId?: string;
23
+ /** 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 */
24
+ mediaId?: string;
25
+ /** The URL where the resource is located. This exists for legacy purposes only and publishers will not be able to upload new URLs in the future */
26
+ url?: string;
27
+ /** The type of video content */
28
+ videoType?: string;
29
+ }
30
+ /**
31
+ * Represents an AppExchange demo video
32
+ *
33
+ * Keys:
34
+ * (none)
35
+ */
36
+ export interface AppExchangeDemoVideoRepresentation {
37
+ attachmentId?: string;
38
+ companyId?: string;
39
+ externalId?: string;
40
+ mediaId?: string;
41
+ url?: string;
42
+ videoType?: string;
43
+ }
@@ -0,0 +1,30 @@
1
+ import { AppExchangeListingSolutionDetailRepresentation as AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation } from './AppExchangeListingSolutionDetailRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "bea6c0ad70194f490532b14f9057bfa1";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeForceApiSolutionRepresentation, existing: AppExchangeForceApiSolutionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForceApiSolutionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeForceApiSolutionRepresentationNormalized, incoming: AppExchangeForceApiSolutionRepresentationNormalized): 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: AppExchangeForceApiSolutionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange force Api solution
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeForceApiSolutionRepresentationNormalized extends AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation {
18
+ /** Name/Alias of the Api */
19
+ name: string;
20
+ }
21
+ /**
22
+ * Represents an AppExchange force Api solution
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangeForceApiSolutionRepresentation extends AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation {
28
+ name: string;
29
+ solutionTechnology: 'force_Api';
30
+ }
@@ -0,0 +1,321 @@
1
+ import { AppExchangeMCPServerResourceRepresentation as AppExchangeMCPServerResourceRepresentation_AppExchangeMCPServerResourceRepresentation } from './AppExchangeMCPServerResourceRepresentation';
2
+ import { AppExchangeMCPServerToolRepresentation as AppExchangeMCPServerToolRepresentation_AppExchangeMCPServerToolRepresentation } from './AppExchangeMCPServerToolRepresentation';
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 = "eb3b802d4fee0ab3c5c4feaaf49c1205";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: AppExchangeForceCopilotListingExtensionRepresentation, existing: AppExchangeForceCopilotListingExtensionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForceCopilotListingExtensionRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: AppExchangeForceCopilotListingExtensionRepresentationNormalized, incoming: AppExchangeForceCopilotListingExtensionRepresentationNormalized): 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: AppExchangeForceCopilotListingExtensionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents an AppExchange force copilotListing extension
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface AppExchangeForceCopilotListingExtensionRepresentationNormalized {
19
+ /** The date where the user has accepted the checkout agreement terms */
20
+ acceptedCheckoutAgreementDate?: string;
21
+ /** The date where the user has accepted the free agreement terms */
22
+ acceptedFreeAgreementDate?: string;
23
+ /** Salesforce agreement that the publisher has to accept when a listing is free */
24
+ acceptedFreeAppsAgreement?: boolean;
25
+ /** The date where the user has accepted the paid agreement terms */
26
+ acceptedPaidAppsAgreementDate?: string;
27
+ /** Accessible Solution URL or Cert */
28
+ accessibleSolutionURL?: string;
29
+ /** Indicates the % to charge on listings purchased with an ACH payment type */
30
+ achApplicationFee?: string;
31
+ /** Field indicating whether the Listing accepts ACH as Payment Method during the checkout flow */
32
+ allowACHPayment?: boolean;
33
+ /** Field indicating whether the Listing accepts Credit Cards as Payment Method during the checkout flow */
34
+ allowCCPayment?: boolean;
35
+ /** Field indicating whether the Listing accepts SEPA as Payment Method during the checkout flow */
36
+ allowSEPAPayment?: boolean;
37
+ /** The App Type of a listing */
38
+ appType?: string;
39
+ /** This field has the date that the contract was approved. Populated via a callout from the TE org */
40
+ approvedDate?: string;
41
+ /** Business Approval */
42
+ businessApproval?: string;
43
+ /** Business Questionnaire SubmittedOn */
44
+ businessQuestionnaireSubmittedOn?: string;
45
+ /** The reason this listing's Business Questionnaire was rejected. This is used in the email sent to the partner, combined with the Compliance Rejection Comment, informing them that their submission was rejected */
46
+ businessRejectionComment?: string;
47
+ /** Categories */
48
+ categories?: string;
49
+ /** Categories to feed Feeds */
50
+ categoriesToFeeds?: string;
51
+ /** The date when the listing was associated with a Recurly plan or when it was changed form a External to a Recurly plan */
52
+ checkoutEnabledDate?: string;
53
+ /** Collect Payment Before Install */
54
+ collectPaymentBeforeInstall?: boolean;
55
+ /** Contract status set via a callout from the TE org */
56
+ contractStatus?: string;
57
+ /** Contract type set via a callout from the TE org */
58
+ contractType?: string;
59
+ /** The Org ID of the user who created the listing */
60
+ createdByOrgID?: string;
61
+ /** A Single Euro Payments Area Creditor Identifier or SEPA Creditor Id is a standardized and unchanging identification number that serves to unequivocally identify a creditor across Europe */
62
+ creditorIdentifier?: string;
63
+ /** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
64
+ curatedListing1?: string;
65
+ /** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
66
+ curatedListing2?: string;
67
+ /** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
68
+ curatedListing3?: string;
69
+ /** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
70
+ curatedListing4?: string;
71
+ /** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
72
+ curatedListing5?: string;
73
+ /** The reason the publisher specified when deleting this Listing */
74
+ deleteReason?: string;
75
+ /** The date when the listing was delisted */
76
+ delistedDate?: string;
77
+ /** Reason for delisting */
78
+ delistedReason?: string;
79
+ /** Devices */
80
+ devices?: Array<string>;
81
+ /** The ID of the legacy directory entry record from which this object was migrated */
82
+ directoryEntryID?: string;
83
+ /** Indicates if the tile should display the hover or not */
84
+ displayHover?: boolean;
85
+ /** Diverse-owned Business URL or Cert */
86
+ diverseOwnedBusinessURL?: string;
87
+ /** Select one or more Salesforce editions with which your app is compatible (Note: 'PP','FE','ES' are deprecated). If your app uses Salesforce APIs, it cannot run on Group or Professional editions. If your app uses any standard Salesforce objects, it cannot run on Force.com edition. */
88
+ editions?: Array<string>;
89
+ /** Indicates if this listing is returned when users filter for featured apps in the search results */
90
+ featured?: boolean;
91
+ /** Filled DateTime */
92
+ filledDateTime?: string;
93
+ /** New field to hold the highlights */
94
+ highlights?: Array<string>;
95
+ /** Indicates which industries categories this Listing belongs to */
96
+ industries?: Array<string>;
97
+ /** T&C, installation agreement for the app */
98
+ installationAgreement?: string;
99
+ /** Accessible Solution */
100
+ isAccessibleSolution?: boolean;
101
+ /** Diverse-owned Business */
102
+ isDiverseOwnedBusiness?: boolean;
103
+ /** IsEinsteinAgent */
104
+ isEinsteinAgent?: boolean;
105
+ /** isFRampOffering */
106
+ isFRampOffering?: boolean;
107
+ /** Indicates if the App on this Listing is free for everyone */
108
+ isFree?: boolean;
109
+ /** This app is initially free but payment is required for additional users, features, or usage */
110
+ isFreemium?: boolean;
111
+ /** HIPAA Compliant */
112
+ isHIPAACompliant?: boolean;
113
+ /** Lightning App Builder */
114
+ isLightningAppBuilder?: boolean;
115
+ /** IsLightningComponent */
116
+ isLightningComponent?: boolean;
117
+ /** IsLightningReady */
118
+ isLightningReady?: boolean;
119
+ /** IsMarketingCloud */
120
+ isMarketingCloud?: boolean;
121
+ /** Minority Owned */
122
+ isMinorityOwned?: boolean;
123
+ /** IsMultiCurrency */
124
+ isMultiCurrency?: boolean;
125
+ /** IsPersonAccounts */
126
+ isPersonAccounts?: boolean;
127
+ /** IsPledge1Percent */
128
+ isPledge1Percent?: boolean;
129
+ /** Indicates whether this Listing is publicly viewable on the Marketplace */
130
+ isPublic?: boolean;
131
+ /** Sales Program */
132
+ isSalesProgram?: boolean;
133
+ /** IsSalesforce1Mobile */
134
+ isSalesforce1Mobile?: boolean;
135
+ /** IsSalesforceShield */
136
+ isSalesforceShield?: boolean;
137
+ /** Describes the set of languages that this App supports */
138
+ languages?: Array<string>;
139
+ /** The date when the status of the job last changed */
140
+ lastStatusChangeDateTime?: string;
141
+ /** Specify the URL where the customer can contact the publisher to learn more about installing/buying the app */
142
+ learnMoreURL?: string;
143
+ /** T&C, The license agreement for the app */
144
+ licenseAgreement?: string;
145
+ /** New field to hold the categories */
146
+ listingCategories?: Array<string>;
147
+ /** Listing site url */
148
+ listingUrl?: string;
149
+ /** The long description of the AppListing shown on the App Detail page */
150
+ longDescription?: string;
151
+ /** The Marketplace on which this Listing can be publicly viewed. These values correspond to the Marketplace name, not SFID - they are converted to (Marketplace__c) IDs during Mulesoft sync */
152
+ marketplace?: string;
153
+ /** Resources for MCP servers */
154
+ mcpServersResources?: Array<AppExchangeMCPServerResourceRepresentation_AppExchangeMCPServerResourceRepresentation>;
155
+ /** Tools for MCP servers */
156
+ mcpServersTools?: Array<AppExchangeMCPServerToolRepresentation_AppExchangeMCPServerToolRepresentation>;
157
+ /** Number of actions */
158
+ numActions?: number;
159
+ /** Number of agents */
160
+ numAgents?: number;
161
+ /** Number of MCP servers */
162
+ numMCPServers?: number;
163
+ /** Number of topics */
164
+ numTopics?: number;
165
+ /** The place this App has in the Featured Apps Carousel in Org's Setup. i.e : 1 for first, 2 for second, etc. */
166
+ orderInSetup?: number;
167
+ /** Application Record ID on ORG62 */
168
+ org62ApplicationId?: string;
169
+ /** The detailed pricing information for this App */
170
+ priceDetails?: string;
171
+ /** Indicates whether the app is available to nonprofits for a discount or free */
172
+ priceNonProfitDiscount?: boolean;
173
+ /** Pricing Restrictions - provided by CX */
174
+ pricingRestrictions?: string;
175
+ /** Products Required */
176
+ productsRequired?: Array<string>;
177
+ /** This is supplementary information that may add more context to the relevant input */
178
+ productsSupported?: Array<string>;
179
+ /** Programming Languages */
180
+ programmingLanguages?: Array<string>;
181
+ /** Partner finder feed */
182
+ publishLocation?: string;
183
+ /** The date when this Listing was publicly published on the Marketplace */
184
+ publishedDate?: string;
185
+ /** The type of listing */
186
+ recordType?: string;
187
+ /** This app is free but requires a paid subscription to an external service */
188
+ requiresPaidService?: boolean;
189
+ /** The email address for contacting the Publisher sales team */
190
+ salesEmail?: string;
191
+ /** The phone number for contacting the Publisher sales team */
192
+ salesPhone?: string;
193
+ /** The website URL for learning more about buying this App from the Publisher */
194
+ salesWebsite?: string;
195
+ /** Search Blurb to display on the search results page */
196
+ searchBlurb?: string;
197
+ /** Status of the Security Review associated with this Listing */
198
+ securityReviewStatus?: string;
199
+ /** Indicates if self attestation has been accepted */
200
+ selfAttestation?: boolean;
201
+ /** The date where the user has accepted the self attestation */
202
+ selfAttestationDate?: string;
203
+ /** Indicates the % to charge on listings purchased with a SEPA payment type */
204
+ sepaApplicationFee?: number;
205
+ /** Indicates what stage in the review process the Listing is in for the Marketplace */
206
+ status?: string;
207
+ /** Indicates the submission status from the TE org */
208
+ submissionStatus?: string;
209
+ /** The Supported Industries that the app is built for */
210
+ supportedIndustries?: Array<string>;
211
+ /** Specify any additional system requirements that your app may have. For example, supported browsers, operating systems, or hardware. If your app does not have any additional system requirements, select 'No Additional System Requirements */
212
+ systemRequirements?: string;
213
+ /** The target user persona that the app is built for */
214
+ targetUserPersona?: Array<string>;
215
+ }
216
+ /**
217
+ * Represents an AppExchange force copilotListing extension
218
+ *
219
+ * Keys:
220
+ * (none)
221
+ */
222
+ export interface AppExchangeForceCopilotListingExtensionRepresentation {
223
+ acceptedCheckoutAgreementDate?: string;
224
+ acceptedFreeAgreementDate?: string;
225
+ acceptedFreeAppsAgreement?: boolean;
226
+ acceptedPaidAppsAgreementDate?: string;
227
+ accessibleSolutionURL?: string;
228
+ achApplicationFee?: string;
229
+ allowACHPayment?: boolean;
230
+ allowCCPayment?: boolean;
231
+ allowSEPAPayment?: boolean;
232
+ appType?: string;
233
+ approvedDate?: string;
234
+ businessApproval?: string;
235
+ businessQuestionnaireSubmittedOn?: string;
236
+ businessRejectionComment?: string;
237
+ categories?: string;
238
+ categoriesToFeeds?: string;
239
+ checkoutEnabledDate?: string;
240
+ collectPaymentBeforeInstall?: boolean;
241
+ contractStatus?: string;
242
+ contractType?: string;
243
+ createdByOrgID?: string;
244
+ creditorIdentifier?: string;
245
+ curatedListing1?: string;
246
+ curatedListing2?: string;
247
+ curatedListing3?: string;
248
+ curatedListing4?: string;
249
+ curatedListing5?: string;
250
+ deleteReason?: string;
251
+ delistedDate?: string;
252
+ delistedReason?: string;
253
+ devices?: Array<string>;
254
+ directoryEntryID?: string;
255
+ displayHover?: boolean;
256
+ diverseOwnedBusinessURL?: string;
257
+ editions?: Array<string>;
258
+ featured?: boolean;
259
+ filledDateTime?: string;
260
+ highlights?: Array<string>;
261
+ industries?: Array<string>;
262
+ installationAgreement?: string;
263
+ isAccessibleSolution?: boolean;
264
+ isDiverseOwnedBusiness?: boolean;
265
+ isEinsteinAgent?: boolean;
266
+ isFRampOffering?: boolean;
267
+ isFree?: boolean;
268
+ isFreemium?: boolean;
269
+ isHIPAACompliant?: boolean;
270
+ isLightningAppBuilder?: boolean;
271
+ isLightningComponent?: boolean;
272
+ isLightningReady?: boolean;
273
+ isMarketingCloud?: boolean;
274
+ isMinorityOwned?: boolean;
275
+ isMultiCurrency?: boolean;
276
+ isPersonAccounts?: boolean;
277
+ isPledge1Percent?: boolean;
278
+ isPublic?: boolean;
279
+ isSalesProgram?: boolean;
280
+ isSalesforce1Mobile?: boolean;
281
+ isSalesforceShield?: boolean;
282
+ languages?: Array<string>;
283
+ lastStatusChangeDateTime?: string;
284
+ learnMoreURL?: string;
285
+ licenseAgreement?: string;
286
+ listingCategories?: Array<string>;
287
+ listingUrl?: string;
288
+ longDescription?: string;
289
+ marketplace?: string;
290
+ mcpServersResources?: Array<AppExchangeMCPServerResourceRepresentation_AppExchangeMCPServerResourceRepresentation>;
291
+ mcpServersTools?: Array<AppExchangeMCPServerToolRepresentation_AppExchangeMCPServerToolRepresentation>;
292
+ numActions?: number;
293
+ numAgents?: number;
294
+ numMCPServers?: number;
295
+ numTopics?: number;
296
+ orderInSetup?: number;
297
+ org62ApplicationId?: string;
298
+ priceDetails?: string;
299
+ priceNonProfitDiscount?: boolean;
300
+ pricingRestrictions?: string;
301
+ productsRequired?: Array<string>;
302
+ productsSupported?: Array<string>;
303
+ programmingLanguages?: Array<string>;
304
+ publishLocation?: string;
305
+ publishedDate?: string;
306
+ recordType?: string;
307
+ requiresPaidService?: boolean;
308
+ salesEmail?: string;
309
+ salesPhone?: string;
310
+ salesWebsite?: string;
311
+ searchBlurb?: string;
312
+ securityReviewStatus?: string;
313
+ selfAttestation?: boolean;
314
+ selfAttestationDate?: string;
315
+ sepaApplicationFee?: number;
316
+ status?: string;
317
+ submissionStatus?: string;
318
+ supportedIndustries?: Array<string>;
319
+ systemRequirements?: string;
320
+ targetUserPersona?: Array<string>;
321
+ }