@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,35 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare enum DiscriminatorValues {
3
+ force_Package = "force_Package",
4
+ tableau_Accelerator = "tableau_Accelerator",
5
+ force_Api = "force_Api"
6
+ }
7
+ export declare const VERSION = "41d02a8a80cda73fd1f81bfd380a58a6";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: AppExchangeListingSolutionDetailRepresentation, existing: AppExchangeListingSolutionDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingSolutionDetailRepresentationNormalized;
11
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export declare function equals(existing: AppExchangeListingSolutionDetailRepresentationNormalized, incoming: AppExchangeListingSolutionDetailRepresentationNormalized): boolean;
14
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
15
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
16
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeListingSolutionDetailRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
17
+ /**
18
+ * Represents an AppExchange listing solution detail
19
+ *
20
+ * Keys:
21
+ * (none)
22
+ */
23
+ export interface AppExchangeListingSolutionDetailRepresentationNormalized {
24
+ /** solutionTechnology */
25
+ solutionTechnology?: string;
26
+ }
27
+ /**
28
+ * Represents an AppExchange listing solution detail
29
+ *
30
+ * Keys:
31
+ * (none)
32
+ */
33
+ export interface AppExchangeListingSolutionDetailRepresentation {
34
+ solutionTechnology?: string;
35
+ }
@@ -0,0 +1,60 @@
1
+ import { AppExchangeListingSecurityReviewRepresentation as AppExchangeListingSecurityReviewRepresentation_AppExchangeListingSecurityReviewRepresentation } from './AppExchangeListingSecurityReviewRepresentation';
2
+ import { AppExchangeListingSolutionDetailRepresentation as AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation } from './AppExchangeListingSolutionDetailRepresentation';
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
+ import { AppExchangeForcePackageSolutionRepresentation as AppExchangeForcePackageSolutionRepresentation_AppExchangeForcePackageSolutionRepresentation } from './AppExchangeForcePackageSolutionRepresentation';
5
+ import { AppExchangeTableauAcceleratorSolutionRepresentation as AppExchangeTableauAcceleratorSolutionRepresentation_AppExchangeTableauAcceleratorSolutionRepresentation } from './AppExchangeTableauAcceleratorSolutionRepresentation';
6
+ import { AppExchangeForceApiSolutionRepresentation as AppExchangeForceApiSolutionRepresentation_AppExchangeForceApiSolutionRepresentation } from './AppExchangeForceApiSolutionRepresentation';
7
+ export declare const VERSION = "9ea0e7e0a5101dedfd5a42796d1a194a";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: AppExchangeListingSolutionRepresentation, existing: AppExchangeListingSolutionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeListingSolutionRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: AppExchangeListingSolutionRepresentationNormalized, incoming: AppExchangeListingSolutionRepresentationNormalized): 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: AppExchangeListingSolutionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Represents an AppExchange listing solution
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface AppExchangeListingSolutionRepresentationNormalized {
22
+ /** The external identifier of the solution */
23
+ externalId?: string;
24
+ /** The OneAppExchange Framework identifier of the solution */
25
+ id?: string;
26
+ /** The internal name of the solution */
27
+ name?: string;
28
+ /** AccountId in Org62 */
29
+ org62AccountId?: string;
30
+ /** UUID reference or External Id to the publisher stream associated to this solution */
31
+ publisher?: string;
32
+ /** Security Review */
33
+ securityReview?: AppExchangeListingSecurityReviewRepresentation_AppExchangeListingSecurityReviewRepresentation;
34
+ /** solution detail of the solution */
35
+ solution?: AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation;
36
+ /** The technology specific data for the solution */
37
+ technology?: string;
38
+ /** The UTC timestamp the solution was created in ISO string format */
39
+ userCreatedAt?: string;
40
+ /** The UTC timestamp the solution was updated in ISO string format */
41
+ userUpdatedAt?: string;
42
+ }
43
+ /**
44
+ * Represents an AppExchange listing solution
45
+ *
46
+ * Keys:
47
+ * (none)
48
+ */
49
+ export interface AppExchangeListingSolutionRepresentation {
50
+ externalId?: string;
51
+ id?: string;
52
+ name?: string;
53
+ org62AccountId?: string;
54
+ publisher?: string;
55
+ securityReview?: AppExchangeListingSecurityReviewRepresentation_AppExchangeListingSecurityReviewRepresentation;
56
+ solution?: AppExchangeForcePackageSolutionRepresentation_AppExchangeForcePackageSolutionRepresentation | AppExchangeTableauAcceleratorSolutionRepresentation_AppExchangeTableauAcceleratorSolutionRepresentation | AppExchangeForceApiSolutionRepresentation_AppExchangeForceApiSolutionRepresentation;
57
+ technology?: string;
58
+ userCreatedAt?: string;
59
+ userUpdatedAt?: string;
60
+ }
@@ -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 = "89afd32f534194a53e721c6b8fbc8c8d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppExchangeLogoSetItemRepresentation, existing: AppExchangeLogoSetItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeLogoSetItemRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppExchangeLogoSetItemRepresentationNormalized, incoming: AppExchangeLogoSetItemRepresentationNormalized): 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: AppExchangeLogoSetItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents an AppExchange logoSet item
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppExchangeLogoSetItemRepresentationNormalized {
17
+ /** The external identifier for the image logo */
18
+ externalId?: string;
19
+ /** The type of logo */
20
+ logoType?: string;
21
+ /** This field is used to hold information required to display the image. It can be a URL to a partner community file or a UUID of a file hosted by the image upload service */
22
+ mediaId?: string;
23
+ }
24
+ /**
25
+ * Represents an AppExchange logoSet item
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface AppExchangeLogoSetItemRepresentation {
31
+ externalId?: string;
32
+ logoType?: string;
33
+ mediaId?: string;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { AppExchangeLogoSetItemRepresentation as AppExchangeLogoSetItemRepresentation_AppExchangeLogoSetItemRepresentation } from './AppExchangeLogoSetItemRepresentation';
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 = "7c69f90e1fc45a3e50e76215b5792a96";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangeLogoSetPluginRepresentation, existing: AppExchangeLogoSetPluginRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeLogoSetPluginRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangeLogoSetPluginRepresentationNormalized, incoming: AppExchangeLogoSetPluginRepresentationNormalized): 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: AppExchangeLogoSetPluginRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange logoSet plugin
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangeLogoSetPluginRepresentationNormalized {
18
+ /** items of AppExchange listing plugin logoSet */
19
+ items?: Array<AppExchangeLogoSetItemRepresentation_AppExchangeLogoSetItemRepresentation>;
20
+ }
21
+ /**
22
+ * Represents an AppExchange logoSet plugin
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangeLogoSetPluginRepresentation {
28
+ items?: Array<AppExchangeLogoSetItemRepresentation_AppExchangeLogoSetItemRepresentation>;
29
+ }
@@ -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 = "41d143a5740bc2475abbaaf6d51fcfd2";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppExchangeMCPServerResourceRepresentation, existing: AppExchangeMCPServerResourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeMCPServerResourceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppExchangeMCPServerResourceRepresentationNormalized, incoming: AppExchangeMCPServerResourceRepresentationNormalized): 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: AppExchangeMCPServerResourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents an AppExchange MCP Server Resource
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppExchangeMCPServerResourceRepresentationNormalized {
17
+ /** Description of the MCP server resource */
18
+ description?: string;
19
+ /** Name of the MCP server resource */
20
+ name?: string;
21
+ }
22
+ /**
23
+ * Represents an AppExchange MCP Server Resource
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface AppExchangeMCPServerResourceRepresentation {
29
+ description?: string;
30
+ name?: string;
31
+ }
@@ -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 = "3b2094e072f4d6420687f925ff81c955";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppExchangeMCPServerToolRepresentation, existing: AppExchangeMCPServerToolRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeMCPServerToolRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppExchangeMCPServerToolRepresentationNormalized, incoming: AppExchangeMCPServerToolRepresentationNormalized): 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: AppExchangeMCPServerToolRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents an AppExchange MCP Server Tool
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppExchangeMCPServerToolRepresentationNormalized {
17
+ /** Description of the MCP server tool */
18
+ description?: string;
19
+ /** Name of the MCP server tool */
20
+ name?: string;
21
+ }
22
+ /**
23
+ * Represents an AppExchange MCP Server Tool
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface AppExchangeMCPServerToolRepresentation {
29
+ description?: string;
30
+ name?: string;
31
+ }
@@ -0,0 +1,49 @@
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 = "25280fce1a066da9ae522ddcced850b1";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: AppExchangePaidPricingModelRepresentation, existing: AppExchangePaidPricingModelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePaidPricingModelRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: AppExchangePaidPricingModelRepresentationNormalized, incoming: AppExchangePaidPricingModelRepresentationNormalized): 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: AppExchangePaidPricingModelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Represents an AppExchange paid pricing model
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface AppExchangePaidPricingModelRepresentationNormalized 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
+ /** When do we want to collect payment details */
26
+ paymentCollection: string;
27
+ /** Valid payment methods for this listing */
28
+ paymentMethod: Array<string>;
29
+ /** Payment type of the plan */
30
+ paymentType: string;
31
+ /** Pricing plan list of Appexchange listing pricing model */
32
+ plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
33
+ }
34
+ /**
35
+ * Represents an AppExchange paid pricing model
36
+ *
37
+ * Keys:
38
+ * (none)
39
+ */
40
+ export interface AppExchangePaidPricingModelRepresentation extends AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation {
41
+ additionalDetails: string;
42
+ discountsOffered: boolean;
43
+ displayPlanNames: boolean;
44
+ paymentCollection: string;
45
+ paymentMethod: Array<string>;
46
+ paymentType: string;
47
+ plans: Array<AppExchangePricingPlanRepresentation_AppExchangePricingPlanRepresentation>;
48
+ priceModelType: 'paid';
49
+ }
@@ -0,0 +1,36 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare enum DiscriminatorValues {
3
+ freemium = "freemium",
4
+ paid = "paid",
5
+ free_to_install = "free_to_install",
6
+ free = "free"
7
+ }
8
+ export declare const VERSION = "0b271805efff83909118b60daff296aa";
9
+ export declare function validate(obj: any, path?: string): TypeError | null;
10
+ export declare const RepresentationType: string;
11
+ export declare function normalize(input: AppExchangePricingModelRepresentation, existing: AppExchangePricingModelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePricingModelRepresentationNormalized;
12
+ export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
13
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
14
+ export declare function equals(existing: AppExchangePricingModelRepresentationNormalized, incoming: AppExchangePricingModelRepresentationNormalized): boolean;
15
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
16
+ export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
17
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangePricingModelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
18
+ /**
19
+ * Represents an AppExchange pricing model
20
+ *
21
+ * Keys:
22
+ * (none)
23
+ */
24
+ export interface AppExchangePricingModelRepresentationNormalized {
25
+ /** Price model type */
26
+ priceModelType?: string;
27
+ }
28
+ /**
29
+ * Represents an AppExchange pricing model
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface AppExchangePricingModelRepresentation {
35
+ priceModelType?: string;
36
+ }
@@ -0,0 +1,70 @@
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 = "9ad33b975e9cf3335f57d0a40ebfe599";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppExchangePricingPlanRepresentation, existing: AppExchangePricingPlanRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePricingPlanRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppExchangePricingPlanRepresentationNormalized, incoming: AppExchangePricingPlanRepresentationNormalized): 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: AppExchangePricingPlanRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents an AppExchange pricing plan
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppExchangePricingPlanRepresentationNormalized {
17
+ /** Regardless whether the stripe id is filled or not, this field defines if the plan can be shown on the AppExchange Site. This is mapped to SubscriptionPlan__c.Active__c in Tz org. */
18
+ active: boolean;
19
+ /** Currency code */
20
+ currencyCode: string;
21
+ /** Custom unit */
22
+ customUnit: string;
23
+ /** Frequency of the plan */
24
+ frequency: string;
25
+ /** Id of the plan */
26
+ id: string;
27
+ /** Ordering index */
28
+ index: number;
29
+ /** Interval Length */
30
+ intervalLength: number;
31
+ /** Is this the lowest starting price? */
32
+ lowestStartingPrice: boolean;
33
+ /** Plan name */
34
+ planName: string;
35
+ /** Price for this price object */
36
+ price: number;
37
+ /** Requires custom to contact me */
38
+ requireCustomToContactMe: boolean;
39
+ /** Record type from source */
40
+ sourceRecordType: string;
41
+ /** Stripe Id */
42
+ stripeId: string;
43
+ /** Number of trial days */
44
+ trialDays: number;
45
+ /** Type of units */
46
+ units: string;
47
+ }
48
+ /**
49
+ * Represents an AppExchange pricing plan
50
+ *
51
+ * Keys:
52
+ * (none)
53
+ */
54
+ export interface AppExchangePricingPlanRepresentation {
55
+ active: boolean;
56
+ currencyCode: string;
57
+ customUnit: string;
58
+ frequency: string;
59
+ id: string;
60
+ index: number;
61
+ intervalLength: number;
62
+ lowestStartingPrice: boolean;
63
+ planName: string;
64
+ price: number;
65
+ requireCustomToContactMe: boolean;
66
+ sourceRecordType: string;
67
+ stripeId: string;
68
+ trialDays: number;
69
+ units: string;
70
+ }
@@ -0,0 +1,72 @@
1
+ import { AppExchangePricingModelRepresentation as AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation } from './AppExchangePricingModelRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ import { AppExchangeFreemiumPricingModelRepresentation as AppExchangeFreemiumPricingModelRepresentation_AppExchangeFreemiumPricingModelRepresentation } from './AppExchangeFreemiumPricingModelRepresentation';
4
+ import { AppExchangePaidPricingModelRepresentation as AppExchangePaidPricingModelRepresentation_AppExchangePaidPricingModelRepresentation } from './AppExchangePaidPricingModelRepresentation';
5
+ import { AppExchangeFreeToInstallPricingModelRepresentation as AppExchangeFreeToInstallPricingModelRepresentation_AppExchangeFreeToInstallPricingModelRepresentation } from './AppExchangeFreeToInstallPricingModelRepresentation';
6
+ import { AppExchangeFreePricingModelRepresentation as AppExchangeFreePricingModelRepresentation_AppExchangeFreePricingModelRepresentation } from './AppExchangeFreePricingModelRepresentation';
7
+ export declare const VERSION = "f8fc48585d3ee3b1f89f40b8eabebdac";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: AppExchangePricingRepresentation, existing: AppExchangePricingRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePricingRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: AppExchangePricingRepresentationNormalized, incoming: AppExchangePricingRepresentationNormalized): 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: AppExchangePricingRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Represents an AppExchange pricing
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface AppExchangePricingRepresentationNormalized {
22
+ /** Checkout enabled date of AppExchange listing pricing */
23
+ checkoutEnabledDate?: string;
24
+ /** External Id to the BT Commerce Service that will be the parent of plan records */
25
+ commerceExternalId?: string;
26
+ /** externalId of appexchange listing pricing */
27
+ externalId?: string;
28
+ /** UUID of this pricing_plan stream */
29
+ id?: string;
30
+ /** Indicates if the listing is public or not */
31
+ isPublic?: boolean;
32
+ /** Legacy Forced Pricing of AppExchange listing pricing */
33
+ legacyForcedPricing?: string;
34
+ /** The UUID of the OAF listing stream. Same as owner ID. */
35
+ listingId?: string;
36
+ /** Indicates if the listing is a managed package */
37
+ managedPackage?: boolean;
38
+ /** pricing model of AppExchange listing pricing */
39
+ model?: AppExchangePricingModelRepresentation_AppExchangePricingModelRepresentation;
40
+ /** AccountId in Org62 */
41
+ org62AccountId?: string;
42
+ /** Price type of the plan */
43
+ priceModelType?: string;
44
+ /** Either Tz ID of the listing or the UUID external_id of the OAF listing stream */
45
+ sourceId?: string;
46
+ /** Listing record type in source */
47
+ sourceRecordType?: string;
48
+ /** Listing status in source */
49
+ status?: string;
50
+ }
51
+ /**
52
+ * Represents an AppExchange pricing
53
+ *
54
+ * Keys:
55
+ * (none)
56
+ */
57
+ export interface AppExchangePricingRepresentation {
58
+ checkoutEnabledDate?: string;
59
+ commerceExternalId?: string;
60
+ externalId?: string;
61
+ id?: string;
62
+ isPublic?: boolean;
63
+ legacyForcedPricing?: string;
64
+ listingId?: string;
65
+ managedPackage?: boolean;
66
+ model?: AppExchangeFreemiumPricingModelRepresentation_AppExchangeFreemiumPricingModelRepresentation | AppExchangePaidPricingModelRepresentation_AppExchangePaidPricingModelRepresentation | AppExchangeFreeToInstallPricingModelRepresentation_AppExchangeFreeToInstallPricingModelRepresentation | AppExchangeFreePricingModelRepresentation_AppExchangeFreePricingModelRepresentation;
67
+ org62AccountId?: string;
68
+ priceModelType?: string;
69
+ sourceId?: string;
70
+ sourceRecordType?: string;
71
+ status?: string;
72
+ }
@@ -0,0 +1,29 @@
1
+ import { AppExchangeForcePublisherExtensionRepresentation as AppExchangeForcePublisherExtensionRepresentation_AppExchangeForcePublisherExtensionRepresentation } from './AppExchangeForcePublisherExtensionRepresentation';
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 = "a9be75f1f41224bb72c0bb2f0f21458a";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangePublisherExtensionsRepresentation, existing: AppExchangePublisherExtensionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePublisherExtensionsRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangePublisherExtensionsRepresentationNormalized, incoming: AppExchangePublisherExtensionsRepresentationNormalized): 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: AppExchangePublisherExtensionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange publisher extensions
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangePublisherExtensionsRepresentationNormalized {
18
+ /** forcePublisher of AppExchange listing publisher extensions */
19
+ publisher_extensions_force_Publisher?: AppExchangeForcePublisherExtensionRepresentation_AppExchangeForcePublisherExtensionRepresentation;
20
+ }
21
+ /**
22
+ * Represents an AppExchange publisher extensions
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangePublisherExtensionsRepresentation {
28
+ publisher_extensions_force_Publisher?: AppExchangeForcePublisherExtensionRepresentation_AppExchangeForcePublisherExtensionRepresentation;
29
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, 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 = "37cd1ce48bfa8233bea60c19fa94a847";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppExchangePublisherLogoItemRepresentation, existing: AppExchangePublisherLogoItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePublisherLogoItemRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppExchangePublisherLogoItemRepresentationNormalized, incoming: AppExchangePublisherLogoItemRepresentationNormalized): 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: AppExchangePublisherLogoItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents an AppExchange publisher logoItem
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppExchangePublisherLogoItemRepresentationNormalized {
17
+ /** The external identifier for the image logo */
18
+ externalId?: string;
19
+ /** The type of logo */
20
+ logoType?: string;
21
+ /** This field is used to hold information required to display the image. It can be a URL to a partner community file or a UUID of a file hosted by the image upload service */
22
+ mediaId?: string;
23
+ }
24
+ /**
25
+ * Represents an AppExchange publisher logoItem
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface AppExchangePublisherLogoItemRepresentation {
31
+ externalId?: string;
32
+ logoType?: string;
33
+ mediaId?: string;
34
+ }
@@ -0,0 +1,29 @@
1
+ import { AppExchangePublisherLogoItemRepresentation as AppExchangePublisherLogoItemRepresentation_AppExchangePublisherLogoItemRepresentation } from './AppExchangePublisherLogoItemRepresentation';
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 = "e6a05e112c7e87df77508fac29bfd360";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangePublisherLogoRepresentation, existing: AppExchangePublisherLogoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePublisherLogoRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangePublisherLogoRepresentationNormalized, incoming: AppExchangePublisherLogoRepresentationNormalized): 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: AppExchangePublisherLogoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange publisherLogo
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangePublisherLogoRepresentationNormalized {
18
+ /** items of AppExchange listing publisherLogo */
19
+ items?: Array<AppExchangePublisherLogoItemRepresentation_AppExchangePublisherLogoItemRepresentation>;
20
+ }
21
+ /**
22
+ * Represents an AppExchange publisherLogo
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangePublisherLogoRepresentation {
28
+ items?: Array<AppExchangePublisherLogoItemRepresentation_AppExchangePublisherLogoItemRepresentation>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { AppExchangePublisherLogoRepresentation as AppExchangePublisherLogoRepresentation_AppExchangePublisherLogoRepresentation } from './AppExchangePublisherLogoRepresentation';
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 = "94d6e97aad404505dcebca3d796073db";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: AppExchangePublisherPluginsRepresentation, existing: AppExchangePublisherPluginsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangePublisherPluginsRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: AppExchangePublisherPluginsRepresentationNormalized, incoming: AppExchangePublisherPluginsRepresentationNormalized): 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: AppExchangePublisherPluginsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Represents an AppExchange publisher plugins
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface AppExchangePublisherPluginsRepresentationNormalized {
18
+ /** publisherLogo of AppExchange listing publisher plugins */
19
+ publisher_plugins_PublisherLogo?: AppExchangePublisherLogoRepresentation_AppExchangePublisherLogoRepresentation;
20
+ }
21
+ /**
22
+ * Represents an AppExchange publisher plugins
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface AppExchangePublisherPluginsRepresentation {
28
+ publisher_plugins_PublisherLogo?: AppExchangePublisherLogoRepresentation_AppExchangePublisherLogoRepresentation;
29
+ }