@salesforce/lds-adapters-platform-appexchange 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-appexchange.js +4878 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getListingDetails.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/postAppExchangeUserEvents.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/adapters/searchListings.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectAppexchangeListingsByListingId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeSearchListings.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeUserEvents.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemDataRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemImageRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselItemVideoRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeCarouselPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemDataRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemFileRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentItemUrlRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeContentPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeDemoPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeDemoVideoRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForceApiSolutionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForceCopilotListingExtensionRepresentation.d.ts +321 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForceExtensionRepresentation.d.ts +301 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingExtensionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageListingTestDriveExtensionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageManifestRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageSolutionRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageVersionRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeForcePublisherExtensionRepresentation.d.ts +85 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeFreePricingModelRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeFreeToInstallPricingModelRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeFreemiumPricingModelRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeInstalledPackageVersionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeLeadTrialInformationPluginRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingAdditionalProps.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingCategoriesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingDetailsRepresentation.d.ts +103 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingExtensionsRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingLogoRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingPluginsRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingReviewsSummaryRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingSecurityReviewRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionDetailRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeListingSolutionRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetItemRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeLogoSetPluginRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerResourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeMCPServerToolRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePaidPricingModelRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePricingModelRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePricingPlanRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePricingRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherExtensionsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoItemRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherLogoRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherPluginsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangePublisherRepresentation.d.ts +93 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingCollectionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingsInputRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSupportInformationPluginRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeTableauAcceleratorSolutionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeTableauExtensionRepresentation.d.ts +113 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputImageRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsInputRepresentation.d.ts +97 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeUserEventsOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +72 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4922 -0
- package/src/raml/api.raml +3042 -0
- package/src/raml/luvio.raml +36 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
#%RAML 1.0 Overlay
|
|
2
|
+
extends: ./api.raml
|
|
3
|
+
|
|
4
|
+
uses:
|
|
5
|
+
luvio: luvio://annotations.raml
|
|
6
|
+
|
|
7
|
+
(luvio.keyPrefix): 'appexchange'
|
|
8
|
+
(luvio.ttl): 3000
|
|
9
|
+
|
|
10
|
+
types:
|
|
11
|
+
AppExchangeSearchListingCollectionRepresentation:
|
|
12
|
+
(luvio.key):
|
|
13
|
+
primaryKey: primaryKey
|
|
14
|
+
AppExchangeUserEventsOutputRepresentation:
|
|
15
|
+
(luvio.key):
|
|
16
|
+
primaryKey: primaryKey
|
|
17
|
+
AppExchangeListingDetailsRepresentation:
|
|
18
|
+
(luvio.opaque): true
|
|
19
|
+
AppExchangeListingPricingModelFreeToInstallRepresentation:
|
|
20
|
+
(luvio.ttl): 3000
|
|
21
|
+
AppExchangeTableauExtensionRepresentation:
|
|
22
|
+
(luvio.ttl): 3000
|
|
23
|
+
|
|
24
|
+
/connect/appexchange:
|
|
25
|
+
/search-listings:
|
|
26
|
+
post:
|
|
27
|
+
(luvio.adapter):
|
|
28
|
+
name: searchListings
|
|
29
|
+
/user-events:
|
|
30
|
+
post:
|
|
31
|
+
(luvio.adapter):
|
|
32
|
+
name: postAppExchangeUserEvents
|
|
33
|
+
/listings/{listingId}:
|
|
34
|
+
get:
|
|
35
|
+
(luvio.adapter):
|
|
36
|
+
name: getListingDetails
|