@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,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