@salesforce/lds-adapters-platform-appexchange 1.332.0-dev2 → 1.332.0-dev21
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/dist/es/es2018/platform-appexchange.js +560 -195
- package/dist/es/es2018/types/src/generated/adapters/searchListings.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/resources/postConnectAppexchangeSearchListings.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingCollectionRepresentation.d.ts +17 -5
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingRepresentation.d.ts +29 -29
- package/dist/es/es2018/types/src/generated/types/AppExchangeSearchListingsInputRepresentation.d.ts +79 -0
- package/package.json +3 -3
- package/sfdc/index.js +846 -489
- package/src/raml/api.raml +345 -312
- package/src/raml/luvio.raml +4 -3
- package/dist/es/es2018/types/src/generated/adapters/getAppExchangeSearchListingCollection.d.ts +0 -44
- package/dist/es/es2018/types/src/generated/resources/getConnectAppexchangeSearchListings.d.ts +0 -32
package/src/raml/api.raml
CHANGED
|
@@ -2093,6 +2093,9 @@ types:
|
|
|
2093
2093
|
type: array
|
|
2094
2094
|
items:
|
|
2095
2095
|
type: AppExchangeSearchListingRepresentation
|
|
2096
|
+
primaryKey:
|
|
2097
|
+
description: The primary key
|
|
2098
|
+
type: string
|
|
2096
2099
|
totalCount:
|
|
2097
2100
|
description: The total count of the AppExchange listings
|
|
2098
2101
|
type: integer
|
|
@@ -2104,50 +2107,384 @@ types:
|
|
|
2104
2107
|
description: Average Rating of AppExchange listing
|
|
2105
2108
|
format: double
|
|
2106
2109
|
type: number
|
|
2110
|
+
required: false #Hand-rolled
|
|
2107
2111
|
collectionName:
|
|
2108
2112
|
description: Collection Name of AppExchange listing
|
|
2109
2113
|
type: string
|
|
2114
|
+
required: false #Hand-rolled
|
|
2110
2115
|
description:
|
|
2111
2116
|
description: Description of AppExchange listing
|
|
2112
2117
|
type: string
|
|
2118
|
+
required: false #Hand-rolled
|
|
2113
2119
|
documentPosition:
|
|
2114
2120
|
description: Document Position of AppExchange listing
|
|
2115
2121
|
type: integer
|
|
2122
|
+
required: false #Hand-rolled
|
|
2116
2123
|
documentTitle:
|
|
2117
2124
|
description: Document title of AppExchange listing
|
|
2118
2125
|
type: string
|
|
2126
|
+
required: false #Hand-rolled
|
|
2119
2127
|
listingCategories:
|
|
2120
2128
|
description: Listing Categories of AppExchange listing
|
|
2121
2129
|
type: array
|
|
2130
|
+
required: false #Hand-rolled
|
|
2122
2131
|
items:
|
|
2123
2132
|
type: string
|
|
2124
2133
|
logos:
|
|
2125
2134
|
description: Logos of AppExchange listing
|
|
2126
2135
|
type: array
|
|
2136
|
+
required: false #Hand-rolled
|
|
2127
2137
|
items:
|
|
2128
2138
|
type: AppExchangeListingLogoRepresentation
|
|
2129
2139
|
oafId:
|
|
2130
2140
|
description: OneAppExchange Framework Id - primary identifier of AppExchange
|
|
2131
2141
|
Listing
|
|
2132
2142
|
type: string
|
|
2143
|
+
required: false #Hand-rolled
|
|
2133
2144
|
pricing:
|
|
2134
2145
|
description: Pricing of AppExchange listing
|
|
2135
2146
|
type: string
|
|
2147
|
+
required: false #Hand-rolled
|
|
2136
2148
|
publisher:
|
|
2137
2149
|
description: Publisher of AppExchange listing
|
|
2138
2150
|
type: string
|
|
2151
|
+
required: false #Hand-rolled
|
|
2139
2152
|
reviewsAmount:
|
|
2140
2153
|
description: Reviews Amount of AppExchange listing
|
|
2141
2154
|
type: integer
|
|
2155
|
+
required: false #Hand-rolled
|
|
2142
2156
|
sourceName:
|
|
2143
2157
|
description: Source Name of AppExchange listing
|
|
2144
2158
|
type: string
|
|
2159
|
+
required: false #Hand-rolled
|
|
2145
2160
|
title:
|
|
2146
2161
|
description: Title of AppExchange listing
|
|
2147
2162
|
type: string
|
|
2163
|
+
required: false #Hand-rolled
|
|
2148
2164
|
type:
|
|
2149
2165
|
description: Type of AppExchange listing
|
|
2150
2166
|
type: string
|
|
2167
|
+
required: false #Hand-rolled
|
|
2168
|
+
AppExchangeSearchListingsInputRepresentation:
|
|
2169
|
+
description: Represents an AppExchange search listings input
|
|
2170
|
+
type: object
|
|
2171
|
+
properties:
|
|
2172
|
+
category:
|
|
2173
|
+
description: The category of the AppExchange listing
|
|
2174
|
+
type: array
|
|
2175
|
+
required: false #Hand-rolled
|
|
2176
|
+
items:
|
|
2177
|
+
type: string
|
|
2178
|
+
enum:
|
|
2179
|
+
- AccountBasedMarketing
|
|
2180
|
+
- Accounting
|
|
2181
|
+
- AdminAndDeveloperTools
|
|
2182
|
+
- AgentProductivity
|
|
2183
|
+
- Alerts
|
|
2184
|
+
- Analytics
|
|
2185
|
+
- AnalyticsAndSiteMonitoring
|
|
2186
|
+
- AuditAndCompliance
|
|
2187
|
+
- AugmentedRealityAndVirtualReality
|
|
2188
|
+
- CampaignManagement
|
|
2189
|
+
- CaseManagement
|
|
2190
|
+
- ChatAndWebConferencing
|
|
2191
|
+
- Collaboration
|
|
2192
|
+
- Commerce
|
|
2193
|
+
- CompensationManagement
|
|
2194
|
+
- ContentDeliveryNetwork
|
|
2195
|
+
- ContentManagementSystem
|
|
2196
|
+
- ContractManagement
|
|
2197
|
+
- ConversationalCommerce
|
|
2198
|
+
- CustomerService
|
|
2199
|
+
- DashboardsAndReports
|
|
2200
|
+
- DataBackupAndStorage
|
|
2201
|
+
- DataCleansing
|
|
2202
|
+
- DataManagement
|
|
2203
|
+
- DataMigration
|
|
2204
|
+
- DataVisualization
|
|
2205
|
+
- DeveloperTools
|
|
2206
|
+
- DocumentGeneration
|
|
2207
|
+
- DocumentManagement
|
|
2208
|
+
- Ecommerce
|
|
2209
|
+
- EmailAndCalendarSync
|
|
2210
|
+
- EnterpriseResourcePlanning
|
|
2211
|
+
- EventManagement
|
|
2212
|
+
- Feeds
|
|
2213
|
+
- FieldService
|
|
2214
|
+
- Finance
|
|
2215
|
+
- Forecasting
|
|
2216
|
+
- Geolocation
|
|
2217
|
+
- GrantManagement
|
|
2218
|
+
- HumanResources
|
|
2219
|
+
- InformationManagement
|
|
2220
|
+
- Integration
|
|
2221
|
+
- ItAndAdministration
|
|
2222
|
+
- ItManagement
|
|
2223
|
+
- LeadAndOpportunityManagement
|
|
2224
|
+
- LiveCommerce
|
|
2225
|
+
- Loyalty
|
|
2226
|
+
- Marketing
|
|
2227
|
+
- MarketingAndIntelligence
|
|
2228
|
+
- MarketingAutomation
|
|
2229
|
+
- Marketplace
|
|
2230
|
+
- MassEmailsAndMessaging
|
|
2231
|
+
- OrderAndInventoryManagement
|
|
2232
|
+
- PartnerManagement
|
|
2233
|
+
- PaymentsProcessing
|
|
2234
|
+
- PeopleManagement
|
|
2235
|
+
- Personalization
|
|
2236
|
+
- PointOfSaleAndInStore
|
|
2237
|
+
- ProcessManagement
|
|
2238
|
+
- ProductInformationManagement
|
|
2239
|
+
- Productivity
|
|
2240
|
+
- ProjectManagement
|
|
2241
|
+
- PunchoutSystem
|
|
2242
|
+
- QuotesAndOrders
|
|
2243
|
+
- RatingsAndReviews
|
|
2244
|
+
- RoutePlanning
|
|
2245
|
+
- Sales
|
|
2246
|
+
- SalesIntelligence
|
|
2247
|
+
- SalesMethodologies
|
|
2248
|
+
- SalesProductivity
|
|
2249
|
+
- SearchAndRecommendation
|
|
2250
|
+
- Security
|
|
2251
|
+
- ShippingFulfillmentAndLogistics
|
|
2252
|
+
- SocialChannels
|
|
2253
|
+
- Subscriptions
|
|
2254
|
+
- Surveys
|
|
2255
|
+
- Telephony
|
|
2256
|
+
- TestingAndSegmentation
|
|
2257
|
+
- TimeAndDate
|
|
2258
|
+
- TimeAndExpense
|
|
2259
|
+
- Translation
|
|
2260
|
+
- WarehouseManagementSystem
|
|
2261
|
+
- WarrantyAndReturnsManagement
|
|
2262
|
+
- Websites
|
|
2263
|
+
edition:
|
|
2264
|
+
description: The edition of the AppExchange listings
|
|
2265
|
+
type: array
|
|
2266
|
+
required: false #Hand-rolled
|
|
2267
|
+
items:
|
|
2268
|
+
type: string
|
|
2269
|
+
enum:
|
|
2270
|
+
- De
|
|
2271
|
+
- Ee
|
|
2272
|
+
- Es
|
|
2273
|
+
- Pe
|
|
2274
|
+
- Pp
|
|
2275
|
+
- Ue
|
|
2276
|
+
features:
|
|
2277
|
+
description: The features of the AppExchange listings
|
|
2278
|
+
type: array
|
|
2279
|
+
required: false #Hand-rolled
|
|
2280
|
+
items:
|
|
2281
|
+
type: string
|
|
2282
|
+
enum:
|
|
2283
|
+
- FrampOffering
|
|
2284
|
+
- IsEinsteinAgent
|
|
2285
|
+
- LightningAppBuilder
|
|
2286
|
+
- LightningReady
|
|
2287
|
+
- ManagedPackage
|
|
2288
|
+
- Mobile
|
|
2289
|
+
- MultiCurrency
|
|
2290
|
+
- Native
|
|
2291
|
+
- PersonAccounts
|
|
2292
|
+
- SalesPrograms
|
|
2293
|
+
- Shield
|
|
2294
|
+
impact:
|
|
2295
|
+
description: The impact of the AppExchange listings
|
|
2296
|
+
type: array
|
|
2297
|
+
required: false #Hand-rolled
|
|
2298
|
+
items:
|
|
2299
|
+
type: string
|
|
2300
|
+
enum:
|
|
2301
|
+
- Accessible
|
|
2302
|
+
- Diverse
|
|
2303
|
+
- Pledge
|
|
2304
|
+
industry:
|
|
2305
|
+
description: The industry of the AppExchange listings
|
|
2306
|
+
type: array
|
|
2307
|
+
required: false #Hand-rolled
|
|
2308
|
+
items:
|
|
2309
|
+
type: string
|
|
2310
|
+
enum:
|
|
2311
|
+
- AgricultureMining
|
|
2312
|
+
- Automotive
|
|
2313
|
+
- Communications
|
|
2314
|
+
- ConsumerGoods
|
|
2315
|
+
- Education
|
|
2316
|
+
- Energy
|
|
2317
|
+
- EngineeringConstructionRealEstate
|
|
2318
|
+
- FinancialServices
|
|
2319
|
+
- Government
|
|
2320
|
+
- HealthcareLifeSciences
|
|
2321
|
+
- HighTech
|
|
2322
|
+
- HorizontalProduct
|
|
2323
|
+
- Manufacturing
|
|
2324
|
+
- MediaEntertainment
|
|
2325
|
+
- Nonprofit
|
|
2326
|
+
- ProfessionalServices
|
|
2327
|
+
- PublicSector
|
|
2328
|
+
- Retail
|
|
2329
|
+
- TravelTransportationAndHospitality
|
|
2330
|
+
keyword:
|
|
2331
|
+
description: The keyword to search AppExchange listing
|
|
2332
|
+
type: string
|
|
2333
|
+
required: false #Hand-rolled
|
|
2334
|
+
labs:
|
|
2335
|
+
description: The labs of the AppExchange listings
|
|
2336
|
+
required: false #Hand-rolled
|
|
2337
|
+
type: array
|
|
2338
|
+
items:
|
|
2339
|
+
type: string
|
|
2340
|
+
enum:
|
|
2341
|
+
- SalesforceLabs
|
|
2342
|
+
language:
|
|
2343
|
+
description: The language of the AppExchange MarketPlace
|
|
2344
|
+
required: false #Hand-rolled
|
|
2345
|
+
type: string
|
|
2346
|
+
enum:
|
|
2347
|
+
- En
|
|
2348
|
+
- Ja
|
|
2349
|
+
languages:
|
|
2350
|
+
description: The languages of the AppExchange listings
|
|
2351
|
+
required: false #Hand-rolled
|
|
2352
|
+
type: array
|
|
2353
|
+
items:
|
|
2354
|
+
type: string
|
|
2355
|
+
enum:
|
|
2356
|
+
- Ar
|
|
2357
|
+
- Da
|
|
2358
|
+
- De
|
|
2359
|
+
- En
|
|
2360
|
+
- Es
|
|
2361
|
+
- Fi
|
|
2362
|
+
- Fr
|
|
2363
|
+
- It
|
|
2364
|
+
- Ja
|
|
2365
|
+
- Ko
|
|
2366
|
+
- Nl
|
|
2367
|
+
- Pt
|
|
2368
|
+
- Ru
|
|
2369
|
+
- Sv
|
|
2370
|
+
- Th
|
|
2371
|
+
- Zh_CN
|
|
2372
|
+
- Zh_TW
|
|
2373
|
+
page:
|
|
2374
|
+
description: The page of the AppExchange listings
|
|
2375
|
+
type: integer
|
|
2376
|
+
required: false #Hand-rolled
|
|
2377
|
+
pageSize:
|
|
2378
|
+
description: The pageSize of the AppExchange listings
|
|
2379
|
+
type: integer
|
|
2380
|
+
required: false #Hand-rolled
|
|
2381
|
+
persona:
|
|
2382
|
+
description: The persona of the AppExchange listings
|
|
2383
|
+
type: array
|
|
2384
|
+
required: false #Hand-rolled
|
|
2385
|
+
items:
|
|
2386
|
+
type: string
|
|
2387
|
+
enum:
|
|
2388
|
+
- Admin
|
|
2389
|
+
- Architect
|
|
2390
|
+
- BusinessOperationsManager
|
|
2391
|
+
- BusinessUser
|
|
2392
|
+
- Consultant
|
|
2393
|
+
- DataAnalyst
|
|
2394
|
+
- DataProfessional
|
|
2395
|
+
- Designer
|
|
2396
|
+
- Developer
|
|
2397
|
+
- Educator
|
|
2398
|
+
- Executive
|
|
2399
|
+
- Marketer
|
|
2400
|
+
- Other
|
|
2401
|
+
- Sales
|
|
2402
|
+
- ServiceAgentOrSupervisor
|
|
2403
|
+
- Student
|
|
2404
|
+
price:
|
|
2405
|
+
description: The price of the AppExchange listing
|
|
2406
|
+
type: array
|
|
2407
|
+
required: false #Hand-rolled
|
|
2408
|
+
items:
|
|
2409
|
+
type: string
|
|
2410
|
+
enum:
|
|
2411
|
+
- Free
|
|
2412
|
+
- FreeToInstall
|
|
2413
|
+
- Freemium
|
|
2414
|
+
product:
|
|
2415
|
+
description: The product of the AppExchange listings
|
|
2416
|
+
required: false #Hand-rolled
|
|
2417
|
+
type: string
|
|
2418
|
+
enum:
|
|
2419
|
+
- Any
|
|
2420
|
+
- B2BCommerceCloud
|
|
2421
|
+
- B2CCommerceCloud
|
|
2422
|
+
- Cdp
|
|
2423
|
+
- CommerceCloudOrderManagement
|
|
2424
|
+
- CustomerDataPlatform
|
|
2425
|
+
- D2CCommerce
|
|
2426
|
+
- DataCloudForTableau
|
|
2427
|
+
- Datorama
|
|
2428
|
+
- EducationCloud
|
|
2429
|
+
- Einstein1
|
|
2430
|
+
- ExperienceCloud
|
|
2431
|
+
- FinancialServicesCloud
|
|
2432
|
+
- GovernmentCloud
|
|
2433
|
+
- HealthCloud
|
|
2434
|
+
- Hyperforce
|
|
2435
|
+
- ManufacturingCloud
|
|
2436
|
+
- MarketingCloud
|
|
2437
|
+
- MarketingCloudAdvanced
|
|
2438
|
+
- MarketingCloudGrowth
|
|
2439
|
+
- NetZeroCloud
|
|
2440
|
+
- NonprofitCloud
|
|
2441
|
+
- Pardot
|
|
2442
|
+
- PlatformCloud
|
|
2443
|
+
- Quip
|
|
2444
|
+
- RevenueCloud
|
|
2445
|
+
- RevenueCloudBilling
|
|
2446
|
+
- RevenueCloudCPQ
|
|
2447
|
+
- RevenueCloudSubscriptionManagement
|
|
2448
|
+
- SalesCloud
|
|
2449
|
+
- SalesforceWeb3
|
|
2450
|
+
- ServiceCloud
|
|
2451
|
+
- Tableau
|
|
2452
|
+
- TableauCRM
|
|
2453
|
+
- TableauCloud
|
|
2454
|
+
- TableauServer
|
|
2455
|
+
- WorkCom
|
|
2456
|
+
rating:
|
|
2457
|
+
description: The rating of the AppExchange listing
|
|
2458
|
+
required: false #Hand-rolled
|
|
2459
|
+
type: integer
|
|
2460
|
+
sort:
|
|
2461
|
+
description: The sort order of AppExchange listing
|
|
2462
|
+
required: false #Hand-rolled
|
|
2463
|
+
type: string
|
|
2464
|
+
enum:
|
|
2465
|
+
- Name
|
|
2466
|
+
- Popularity
|
|
2467
|
+
- Provider
|
|
2468
|
+
- Rating
|
|
2469
|
+
- ReleaseDate
|
|
2470
|
+
- Reviews
|
|
2471
|
+
tech:
|
|
2472
|
+
description: The tech of the AppExchange listings
|
|
2473
|
+
type: array
|
|
2474
|
+
required: false #Hand-rolled
|
|
2475
|
+
items:
|
|
2476
|
+
type: string
|
|
2477
|
+
enum:
|
|
2478
|
+
- ForceCopilot
|
|
2479
|
+
- ForceFlow
|
|
2480
|
+
- ForceLightning
|
|
2481
|
+
- ForcePackage
|
|
2482
|
+
- SalesforcePlatformApi
|
|
2483
|
+
- TableauAccelerator
|
|
2484
|
+
type:
|
|
2485
|
+
description: The type of the AppExchange listing
|
|
2486
|
+
required: false #Hand-rolled
|
|
2487
|
+
type: string
|
|
2151
2488
|
AppExchangeSupportInformationPluginRepresentation:
|
|
2152
2489
|
description: Represents an AppExchange supportInformation plugin
|
|
2153
2490
|
type: object
|
|
@@ -2543,324 +2880,20 @@ types:
|
|
|
2543
2880
|
type: string
|
|
2544
2881
|
required: true
|
|
2545
2882
|
/search-listings:
|
|
2546
|
-
|
|
2547
|
-
displayName:
|
|
2548
|
-
description:
|
|
2883
|
+
post:
|
|
2884
|
+
displayName: postAppExchangeSearchListingCollection
|
|
2885
|
+
description: Search AppExchange listings
|
|
2549
2886
|
responses:
|
|
2550
2887
|
'200':
|
|
2551
2888
|
description: Success
|
|
2552
2889
|
body:
|
|
2553
2890
|
application/json:
|
|
2554
2891
|
type: AppExchangeSearchListingCollectionRepresentation
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
type:
|
|
2558
|
-
required: false
|
|
2559
|
-
|
|
2560
|
-
type: string
|
|
2561
|
-
enum:
|
|
2562
|
-
- AccountBasedMarketing
|
|
2563
|
-
- Accounting
|
|
2564
|
-
- AdminAndDeveloperTools
|
|
2565
|
-
- AgentProductivity
|
|
2566
|
-
- Alerts
|
|
2567
|
-
- Analytics
|
|
2568
|
-
- AnalyticsAndSiteMonitoring
|
|
2569
|
-
- AuditAndCompliance
|
|
2570
|
-
- AugmentedRealityAndVirtualReality
|
|
2571
|
-
- CampaignManagement
|
|
2572
|
-
- CaseManagement
|
|
2573
|
-
- ChatAndWebConferencing
|
|
2574
|
-
- Collaboration
|
|
2575
|
-
- Commerce
|
|
2576
|
-
- CompensationManagement
|
|
2577
|
-
- ContentDeliveryNetwork
|
|
2578
|
-
- ContentManagementSystem
|
|
2579
|
-
- ContractManagement
|
|
2580
|
-
- ConversationalCommerce
|
|
2581
|
-
- CustomerService
|
|
2582
|
-
- DashboardsAndReports
|
|
2583
|
-
- DataBackupAndStorage
|
|
2584
|
-
- DataCleansing
|
|
2585
|
-
- DataManagement
|
|
2586
|
-
- DataMigration
|
|
2587
|
-
- DataVisualization
|
|
2588
|
-
- DeveloperTools
|
|
2589
|
-
- DocumentGeneration
|
|
2590
|
-
- DocumentManagement
|
|
2591
|
-
- Ecommerce
|
|
2592
|
-
- EmailAndCalendarSync
|
|
2593
|
-
- EnterpriseResourcePlanning
|
|
2594
|
-
- EventManagement
|
|
2595
|
-
- Feeds
|
|
2596
|
-
- FieldService
|
|
2597
|
-
- Finance
|
|
2598
|
-
- Forecasting
|
|
2599
|
-
- Geolocation
|
|
2600
|
-
- GrantManagement
|
|
2601
|
-
- HumanResources
|
|
2602
|
-
- InformationManagement
|
|
2603
|
-
- Integration
|
|
2604
|
-
- ItAndAdministration
|
|
2605
|
-
- ItManagement
|
|
2606
|
-
- LeadAndOpportunityManagement
|
|
2607
|
-
- LiveCommerce
|
|
2608
|
-
- Loyalty
|
|
2609
|
-
- Marketing
|
|
2610
|
-
- MarketingAndIntelligence
|
|
2611
|
-
- MarketingAutomation
|
|
2612
|
-
- Marketplace
|
|
2613
|
-
- MassEmailsAndMessaging
|
|
2614
|
-
- OrderAndInventoryManagement
|
|
2615
|
-
- PartnerManagement
|
|
2616
|
-
- PaymentsProcessing
|
|
2617
|
-
- PeopleManagement
|
|
2618
|
-
- Personalization
|
|
2619
|
-
- PointOfSaleAndInStore
|
|
2620
|
-
- ProcessManagement
|
|
2621
|
-
- ProductInformationManagement
|
|
2622
|
-
- Productivity
|
|
2623
|
-
- ProjectManagement
|
|
2624
|
-
- PunchoutSystem
|
|
2625
|
-
- QuotesAndOrders
|
|
2626
|
-
- RatingsAndReviews
|
|
2627
|
-
- RoutePlanning
|
|
2628
|
-
- Sales
|
|
2629
|
-
- SalesIntelligence
|
|
2630
|
-
- SalesMethodologies
|
|
2631
|
-
- SalesProductivity
|
|
2632
|
-
- SearchAndRecommendation
|
|
2633
|
-
- Security
|
|
2634
|
-
- ShippingFulfillmentAndLogistics
|
|
2635
|
-
- SocialChannels
|
|
2636
|
-
- Subscriptions
|
|
2637
|
-
- Surveys
|
|
2638
|
-
- Telephony
|
|
2639
|
-
- TestingAndSegmentation
|
|
2640
|
-
- TimeAndDate
|
|
2641
|
-
- TimeAndExpense
|
|
2642
|
-
- Translation
|
|
2643
|
-
- WarehouseManagementSystem
|
|
2644
|
-
- WarrantyAndReturnsManagement
|
|
2645
|
-
- Websites
|
|
2646
|
-
(oas-collectionFormat): csv
|
|
2647
|
-
edition:
|
|
2648
|
-
type: array
|
|
2649
|
-
required: false
|
|
2650
|
-
items:
|
|
2651
|
-
type: string
|
|
2652
|
-
enum:
|
|
2653
|
-
- De
|
|
2654
|
-
- Ee
|
|
2655
|
-
- Es
|
|
2656
|
-
- Pe
|
|
2657
|
-
- Pp
|
|
2658
|
-
- Ue
|
|
2659
|
-
(oas-collectionFormat): csv
|
|
2660
|
-
features:
|
|
2661
|
-
type: array
|
|
2662
|
-
required: false
|
|
2663
|
-
items:
|
|
2664
|
-
type: string
|
|
2665
|
-
enum:
|
|
2666
|
-
- FrampOffering
|
|
2667
|
-
- IsEinsteinAgent
|
|
2668
|
-
- LightningAppBuilder
|
|
2669
|
-
- LightningReady
|
|
2670
|
-
- ManagedPackage
|
|
2671
|
-
- Mobile
|
|
2672
|
-
- MultiCurrency
|
|
2673
|
-
- Native
|
|
2674
|
-
- PersonAccounts
|
|
2675
|
-
- SalesPrograms
|
|
2676
|
-
- Shield
|
|
2677
|
-
(oas-collectionFormat): csv
|
|
2678
|
-
impact:
|
|
2679
|
-
type: array
|
|
2680
|
-
required: false
|
|
2681
|
-
items:
|
|
2682
|
-
type: string
|
|
2683
|
-
enum:
|
|
2684
|
-
- Accessible
|
|
2685
|
-
- Diverse
|
|
2686
|
-
- Pledge
|
|
2687
|
-
(oas-collectionFormat): csv
|
|
2688
|
-
industry:
|
|
2689
|
-
type: array
|
|
2690
|
-
required: false
|
|
2691
|
-
items:
|
|
2692
|
-
type: string
|
|
2693
|
-
enum:
|
|
2694
|
-
- AgricultureMining
|
|
2695
|
-
- Automotive
|
|
2696
|
-
- Communications
|
|
2697
|
-
- ConsumerGoods
|
|
2698
|
-
- Education
|
|
2699
|
-
- Energy
|
|
2700
|
-
- EngineeringConstructionRealEstate
|
|
2701
|
-
- FinancialServices
|
|
2702
|
-
- Government
|
|
2703
|
-
- HealthcareLifeSciences
|
|
2704
|
-
- HighTech
|
|
2705
|
-
- HorizontalProduct
|
|
2706
|
-
- Manufacturing
|
|
2707
|
-
- MediaEntertainment
|
|
2708
|
-
- Nonprofit
|
|
2709
|
-
- ProfessionalServices
|
|
2710
|
-
- PublicSector
|
|
2711
|
-
- Retail
|
|
2712
|
-
- TravelTransportationAndHospitality
|
|
2713
|
-
(oas-collectionFormat): csv
|
|
2714
|
-
keyword:
|
|
2715
|
-
type: string
|
|
2716
|
-
required: false
|
|
2717
|
-
labs:
|
|
2718
|
-
type: array
|
|
2719
|
-
required: false
|
|
2720
|
-
items:
|
|
2721
|
-
type: string
|
|
2722
|
-
enum:
|
|
2723
|
-
- SalesforceLabs
|
|
2724
|
-
(oas-collectionFormat): csv
|
|
2725
|
-
language:
|
|
2726
|
-
type: string
|
|
2727
|
-
required: false
|
|
2728
|
-
enum:
|
|
2729
|
-
- En
|
|
2730
|
-
- Ja
|
|
2731
|
-
languages:
|
|
2732
|
-
type: array
|
|
2733
|
-
required: false
|
|
2734
|
-
items:
|
|
2735
|
-
type: string
|
|
2736
|
-
enum:
|
|
2737
|
-
- Ar
|
|
2738
|
-
- Da
|
|
2739
|
-
- De
|
|
2740
|
-
- En
|
|
2741
|
-
- Es
|
|
2742
|
-
- Fi
|
|
2743
|
-
- Fr
|
|
2744
|
-
- It
|
|
2745
|
-
- Ja
|
|
2746
|
-
- Ko
|
|
2747
|
-
- Nl
|
|
2748
|
-
- Pt
|
|
2749
|
-
- Ru
|
|
2750
|
-
- Sv
|
|
2751
|
-
- Th
|
|
2752
|
-
- Zh_CN
|
|
2753
|
-
- Zh_TW
|
|
2754
|
-
(oas-collectionFormat): csv
|
|
2755
|
-
page:
|
|
2756
|
-
type: integer
|
|
2757
|
-
required: false
|
|
2758
|
-
pageSize:
|
|
2759
|
-
type: integer
|
|
2760
|
-
required: false
|
|
2761
|
-
persona:
|
|
2762
|
-
type: array
|
|
2763
|
-
required: false
|
|
2764
|
-
items:
|
|
2765
|
-
type: string
|
|
2766
|
-
enum:
|
|
2767
|
-
- Admin
|
|
2768
|
-
- Architect
|
|
2769
|
-
- BusinessOperationsManager
|
|
2770
|
-
- BusinessUser
|
|
2771
|
-
- Consultant
|
|
2772
|
-
- DataAnalyst
|
|
2773
|
-
- DataProfessional
|
|
2774
|
-
- Designer
|
|
2775
|
-
- Developer
|
|
2776
|
-
- Educator
|
|
2777
|
-
- Executive
|
|
2778
|
-
- Marketer
|
|
2779
|
-
- Other
|
|
2780
|
-
- Sales
|
|
2781
|
-
- ServiceAgentOrSupervisor
|
|
2782
|
-
- Student
|
|
2783
|
-
(oas-collectionFormat): csv
|
|
2784
|
-
price:
|
|
2785
|
-
type: array
|
|
2786
|
-
required: false
|
|
2787
|
-
items:
|
|
2788
|
-
type: string
|
|
2789
|
-
enum:
|
|
2790
|
-
- Free
|
|
2791
|
-
- FreeToInstall
|
|
2792
|
-
- Freemium
|
|
2793
|
-
(oas-collectionFormat): csv
|
|
2794
|
-
product:
|
|
2795
|
-
type: string
|
|
2796
|
-
required: false
|
|
2797
|
-
enum:
|
|
2798
|
-
- Any
|
|
2799
|
-
- B2BCommerceCloud
|
|
2800
|
-
- B2CCommerceCloud
|
|
2801
|
-
- Cdp
|
|
2802
|
-
- CommerceCloudOrderManagement
|
|
2803
|
-
- CustomerDataPlatform
|
|
2804
|
-
- D2CCommerce
|
|
2805
|
-
- DataCloudForTableau
|
|
2806
|
-
- Datorama
|
|
2807
|
-
- EducationCloud
|
|
2808
|
-
- Einstein1
|
|
2809
|
-
- ExperienceCloud
|
|
2810
|
-
- FinancialServicesCloud
|
|
2811
|
-
- GovernmentCloud
|
|
2812
|
-
- HealthCloud
|
|
2813
|
-
- Hyperforce
|
|
2814
|
-
- ManufacturingCloud
|
|
2815
|
-
- MarketingCloud
|
|
2816
|
-
- MarketingCloudAdvanced
|
|
2817
|
-
- MarketingCloudGrowth
|
|
2818
|
-
- NetZeroCloud
|
|
2819
|
-
- NonprofitCloud
|
|
2820
|
-
- Pardot
|
|
2821
|
-
- PlatformCloud
|
|
2822
|
-
- Quip
|
|
2823
|
-
- RevenueCloud
|
|
2824
|
-
- RevenueCloudBilling
|
|
2825
|
-
- RevenueCloudCPQ
|
|
2826
|
-
- RevenueCloudSubscriptionManagement
|
|
2827
|
-
- SalesCloud
|
|
2828
|
-
- SalesforceWeb3
|
|
2829
|
-
- ServiceCloud
|
|
2830
|
-
- Tableau
|
|
2831
|
-
- TableauCRM
|
|
2832
|
-
- TableauCloud
|
|
2833
|
-
- TableauServer
|
|
2834
|
-
- WorkCom
|
|
2835
|
-
rating:
|
|
2836
|
-
type: integer
|
|
2837
|
-
required: false
|
|
2838
|
-
sort:
|
|
2839
|
-
type: string
|
|
2840
|
-
required: false
|
|
2841
|
-
enum:
|
|
2842
|
-
- Name
|
|
2843
|
-
- Popularity
|
|
2844
|
-
- Provider
|
|
2845
|
-
- Rating
|
|
2846
|
-
- ReleaseDate
|
|
2847
|
-
- Reviews
|
|
2848
|
-
tech:
|
|
2849
|
-
type: array
|
|
2850
|
-
required: false
|
|
2851
|
-
items:
|
|
2852
|
-
type: string
|
|
2853
|
-
enum:
|
|
2854
|
-
- ForceCopilot
|
|
2855
|
-
- ForceFlow
|
|
2856
|
-
- ForceLightning
|
|
2857
|
-
- ForcePackage
|
|
2858
|
-
- SalesforcePlatformApi
|
|
2859
|
-
- TableauAccelerator
|
|
2860
|
-
(oas-collectionFormat): csv
|
|
2861
|
-
type:
|
|
2862
|
-
type: string
|
|
2863
|
-
required: false
|
|
2892
|
+
body:
|
|
2893
|
+
application/json:
|
|
2894
|
+
type: AppExchangeSearchListingsInputRepresentation
|
|
2895
|
+
# required: false # TODO Hand-rolled W-15955585
|
|
2896
|
+
(oas-body-name): input
|
|
2864
2897
|
/user-events:
|
|
2865
2898
|
post:
|
|
2866
2899
|
displayName: postAppExchangeUserEvents
|