@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,301 @@
|
|
|
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 = "7377cf9ebbd7aa7a6d96d4086a4c9394";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeForceExtensionRepresentation, existing: AppExchangeForceExtensionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForceExtensionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeForceExtensionRepresentationNormalized, incoming: AppExchangeForceExtensionRepresentationNormalized): 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: AppExchangeForceExtensionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange force extension
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeForceExtensionRepresentationNormalized {
|
|
17
|
+
/** The date where the user has accepted the checkout agreement terms */
|
|
18
|
+
acceptedCheckoutAgreementDate?: string;
|
|
19
|
+
/** The date where the user has accepted the free agreement terms */
|
|
20
|
+
acceptedFreeAgreementDate?: string;
|
|
21
|
+
/** Salesforce agreement that the publisher has to accept when a listing is free */
|
|
22
|
+
acceptedFreeAppsAgreement?: boolean;
|
|
23
|
+
/** The date where the user has accepted the paid agreement terms */
|
|
24
|
+
acceptedPaidAppsAgreementDate?: string;
|
|
25
|
+
/** Accessible Solution URL or Cert */
|
|
26
|
+
accessibleSolutionURL?: string;
|
|
27
|
+
/** Indicates the % to charge on listings purchased with an ACH payment type */
|
|
28
|
+
achApplicationFee?: string;
|
|
29
|
+
/** Field indicating whether the Listing accepts ACH as Payment Method during the checkout flow */
|
|
30
|
+
allowACHPayment?: boolean;
|
|
31
|
+
/** Field indicating whether the Listing accepts Credit Cards as Payment Method during the checkout flow */
|
|
32
|
+
allowCCPayment?: boolean;
|
|
33
|
+
/** Field indicating whether the Listing accepts SEPA as Payment Method during the checkout flow */
|
|
34
|
+
allowSEPAPayment?: boolean;
|
|
35
|
+
/** The App Type of a listing */
|
|
36
|
+
appType?: string;
|
|
37
|
+
/** This field has the date that the contract was approved. Populated via a callout from the TE org */
|
|
38
|
+
approvedDate?: string;
|
|
39
|
+
/** Business Approval */
|
|
40
|
+
businessApproval?: string;
|
|
41
|
+
/** Business Questionnaire SubmittedOn */
|
|
42
|
+
businessQuestionnaireSubmittedOn?: string;
|
|
43
|
+
/** 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 */
|
|
44
|
+
businessRejectionComment?: string;
|
|
45
|
+
/** Categories */
|
|
46
|
+
categories?: string;
|
|
47
|
+
/** Categories to feed Feeds */
|
|
48
|
+
categoriesToFeeds?: string;
|
|
49
|
+
/** The date when the listing was associated with a Recurly plan or when it was changed from an External to a Recurly plan */
|
|
50
|
+
checkoutEnabledDate?: string;
|
|
51
|
+
/** Collect Payment Before Install */
|
|
52
|
+
collectPaymentBeforeInstall?: boolean;
|
|
53
|
+
/** Contract status set via a callout from the TE org */
|
|
54
|
+
contractStatus?: string;
|
|
55
|
+
/** Contract type set via a callout from the TE org */
|
|
56
|
+
contractType?: string;
|
|
57
|
+
/** The Org ID of the user who created the listing */
|
|
58
|
+
createdByOrgID?: string;
|
|
59
|
+
/** 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 */
|
|
60
|
+
creditorIdentifier?: string;
|
|
61
|
+
/** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
|
|
62
|
+
curatedListing1?: string;
|
|
63
|
+
/** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
|
|
64
|
+
curatedListing2?: string;
|
|
65
|
+
/** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
|
|
66
|
+
curatedListing3?: string;
|
|
67
|
+
/** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
|
|
68
|
+
curatedListing4?: string;
|
|
69
|
+
/** Allows to manually select the first Listing for the 'Customers Also Installed' section on the listing */
|
|
70
|
+
curatedListing5?: string;
|
|
71
|
+
/** The reason the publisher specified when deleting this Listing */
|
|
72
|
+
deleteReason?: string;
|
|
73
|
+
/** The date when the listing was delisted */
|
|
74
|
+
delistedDate?: string;
|
|
75
|
+
/** Reason for delisting */
|
|
76
|
+
delistedReason?: string;
|
|
77
|
+
/** Devices */
|
|
78
|
+
devices?: Array<string>;
|
|
79
|
+
/** The ID of the legacy directory entry record from which this object was migrated */
|
|
80
|
+
directoryEntryID?: string;
|
|
81
|
+
/** Indicates if the tile should display the hover or not */
|
|
82
|
+
displayHover?: boolean;
|
|
83
|
+
/** Diverse-owned Business URL or Cert */
|
|
84
|
+
diverseOwnedBusinessURL?: string;
|
|
85
|
+
/** 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. */
|
|
86
|
+
editions?: Array<string>;
|
|
87
|
+
/** Indicates if this listing is returned when users filter for featured apps in the search results */
|
|
88
|
+
featured?: boolean;
|
|
89
|
+
/** Filled DateTime */
|
|
90
|
+
filledDateTime?: string;
|
|
91
|
+
/** New field to hold the highlights */
|
|
92
|
+
highlights?: Array<string>;
|
|
93
|
+
/** Indicates which industries categories this Listing belongs to */
|
|
94
|
+
industries?: Array<string>;
|
|
95
|
+
/** T&C, installation agreement for the app */
|
|
96
|
+
installationAgreement?: string;
|
|
97
|
+
/** Accessible Solution */
|
|
98
|
+
isAccessibleSolution?: boolean;
|
|
99
|
+
/** Diverse-owned Business */
|
|
100
|
+
isDiverseOwnedBusiness?: boolean;
|
|
101
|
+
/** IsEinsteinAgent */
|
|
102
|
+
isEinsteinAgent?: boolean;
|
|
103
|
+
/** isFRampOffering */
|
|
104
|
+
isFRampOffering?: boolean;
|
|
105
|
+
/** Indicates if the App on this Listing is free for everyone */
|
|
106
|
+
isFree?: boolean;
|
|
107
|
+
/** This app is initially free but payment is required for additional users, features, or usage */
|
|
108
|
+
isFreemium?: boolean;
|
|
109
|
+
/** HIPAA Compliant */
|
|
110
|
+
isHIPAACompliant?: boolean;
|
|
111
|
+
/** Lightning App Builder */
|
|
112
|
+
isLightningAppBuilder?: boolean;
|
|
113
|
+
/** IsLightningComponent */
|
|
114
|
+
isLightningComponent?: boolean;
|
|
115
|
+
/** IsLightningReady */
|
|
116
|
+
isLightningReady?: boolean;
|
|
117
|
+
/** IsMarketingCloud */
|
|
118
|
+
isMarketingCloud?: boolean;
|
|
119
|
+
/** Minority Owned */
|
|
120
|
+
isMinorityOwned?: boolean;
|
|
121
|
+
/** IsMultiCurrency */
|
|
122
|
+
isMultiCurrency?: boolean;
|
|
123
|
+
/** IsPersonAccounts */
|
|
124
|
+
isPersonAccounts?: boolean;
|
|
125
|
+
/** IsPledge1Percent */
|
|
126
|
+
isPledge1Percent?: boolean;
|
|
127
|
+
/** Indicates whether this Listing is publicly viewable on the Marketplace */
|
|
128
|
+
isPublic?: boolean;
|
|
129
|
+
/** Sales Program */
|
|
130
|
+
isSalesProgram?: boolean;
|
|
131
|
+
/** IsSalesforce1Mobile */
|
|
132
|
+
isSalesforce1Mobile?: boolean;
|
|
133
|
+
/** IsSalesforceShield */
|
|
134
|
+
isSalesforceShield?: boolean;
|
|
135
|
+
/** Describes the set of languages that this App supports */
|
|
136
|
+
languages?: Array<string>;
|
|
137
|
+
/** The date when the status of the job last changed */
|
|
138
|
+
lastStatusChangeDateTime?: string;
|
|
139
|
+
/** Specify the URL where the customer can contact the publisher to learn more about installing/buying the app */
|
|
140
|
+
learnMoreURL?: string;
|
|
141
|
+
/** T&C, The license agreement for the app */
|
|
142
|
+
licenseAgreement?: string;
|
|
143
|
+
/** New field to hold the categories */
|
|
144
|
+
listingCategories?: Array<string>;
|
|
145
|
+
/** Listing site url */
|
|
146
|
+
listingUrl?: string;
|
|
147
|
+
/** The long description of the AppListing show on the App Detail page */
|
|
148
|
+
longDescription?: string;
|
|
149
|
+
/** 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 */
|
|
150
|
+
marketplace?: string;
|
|
151
|
+
/** The place this App has in the Featured Apps Carousel in Org's Setup. i.e : 1 for first, 2 for second, etc. */
|
|
152
|
+
orderInSetup?: number;
|
|
153
|
+
/** Application Record ID on ORG62 */
|
|
154
|
+
org62ApplicationId?: string;
|
|
155
|
+
/** The detailed pricing information for this App */
|
|
156
|
+
priceDetails?: string;
|
|
157
|
+
/** Indicates whether the app is available to nonprofits for a discount or free */
|
|
158
|
+
priceNonProfitDiscount?: boolean;
|
|
159
|
+
/** Pricing Restrictions - provide by CX */
|
|
160
|
+
pricingRestrictions?: string;
|
|
161
|
+
/** Products Required */
|
|
162
|
+
productsRequired?: Array<string>;
|
|
163
|
+
/** This is supplimentary information that may add more context to the relevant input */
|
|
164
|
+
productsSupported?: Array<string>;
|
|
165
|
+
/** Programming Languages */
|
|
166
|
+
programmingLanguages?: Array<string>;
|
|
167
|
+
/** Partner finder feed */
|
|
168
|
+
publishLocation?: string;
|
|
169
|
+
/** The date when this Listing was publicly published on the Marketplace */
|
|
170
|
+
publishedDate?: string;
|
|
171
|
+
/** The type of listing */
|
|
172
|
+
recordType?: string;
|
|
173
|
+
/** This app is free but requires a paid subscription to an external service */
|
|
174
|
+
requiresPaidService?: boolean;
|
|
175
|
+
/** The email address for contacting the Publisher sales team */
|
|
176
|
+
salesEmail?: string;
|
|
177
|
+
/** The phone number for contacting the Publisher sales team */
|
|
178
|
+
salesPhone?: string;
|
|
179
|
+
/** The website URL for learning more about buying this App from the Publisher */
|
|
180
|
+
salesWebsite?: string;
|
|
181
|
+
/** Search Blurb to display on the search results page */
|
|
182
|
+
searchBlurb?: string;
|
|
183
|
+
/** Status of the Security Review associated with this Listing */
|
|
184
|
+
securityReviewStatus?: string;
|
|
185
|
+
/** Indicates if self attestation has been accepted */
|
|
186
|
+
selfAttestation?: boolean;
|
|
187
|
+
/** The date where the user has accepted the self attestation */
|
|
188
|
+
selfAttestationDate?: string;
|
|
189
|
+
/** Indicates the % to charge on listings purchased with a SEPA payment type */
|
|
190
|
+
sepaApplicationFee?: number;
|
|
191
|
+
/** Indicates what stage in the review process the Listing is in for the Marketplace */
|
|
192
|
+
status?: string;
|
|
193
|
+
/** Indicates the submission status from the TE org */
|
|
194
|
+
submissionStatus?: string;
|
|
195
|
+
/** The Supported Induestries that the app is built for */
|
|
196
|
+
supportedIndustries?: Array<string>;
|
|
197
|
+
/** 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 */
|
|
198
|
+
systemRequirements?: string;
|
|
199
|
+
/** The target user persona that the app is built for */
|
|
200
|
+
targetUserPersona?: Array<string>;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Represents an AppExchange force extension
|
|
204
|
+
*
|
|
205
|
+
* Keys:
|
|
206
|
+
* (none)
|
|
207
|
+
*/
|
|
208
|
+
export interface AppExchangeForceExtensionRepresentation {
|
|
209
|
+
acceptedCheckoutAgreementDate?: string;
|
|
210
|
+
acceptedFreeAgreementDate?: string;
|
|
211
|
+
acceptedFreeAppsAgreement?: boolean;
|
|
212
|
+
acceptedPaidAppsAgreementDate?: string;
|
|
213
|
+
accessibleSolutionURL?: string;
|
|
214
|
+
achApplicationFee?: string;
|
|
215
|
+
allowACHPayment?: boolean;
|
|
216
|
+
allowCCPayment?: boolean;
|
|
217
|
+
allowSEPAPayment?: boolean;
|
|
218
|
+
appType?: string;
|
|
219
|
+
approvedDate?: string;
|
|
220
|
+
businessApproval?: string;
|
|
221
|
+
businessQuestionnaireSubmittedOn?: string;
|
|
222
|
+
businessRejectionComment?: string;
|
|
223
|
+
categories?: string;
|
|
224
|
+
categoriesToFeeds?: string;
|
|
225
|
+
checkoutEnabledDate?: string;
|
|
226
|
+
collectPaymentBeforeInstall?: boolean;
|
|
227
|
+
contractStatus?: string;
|
|
228
|
+
contractType?: string;
|
|
229
|
+
createdByOrgID?: string;
|
|
230
|
+
creditorIdentifier?: string;
|
|
231
|
+
curatedListing1?: string;
|
|
232
|
+
curatedListing2?: string;
|
|
233
|
+
curatedListing3?: string;
|
|
234
|
+
curatedListing4?: string;
|
|
235
|
+
curatedListing5?: string;
|
|
236
|
+
deleteReason?: string;
|
|
237
|
+
delistedDate?: string;
|
|
238
|
+
delistedReason?: string;
|
|
239
|
+
devices?: Array<string>;
|
|
240
|
+
directoryEntryID?: string;
|
|
241
|
+
displayHover?: boolean;
|
|
242
|
+
diverseOwnedBusinessURL?: string;
|
|
243
|
+
editions?: Array<string>;
|
|
244
|
+
featured?: boolean;
|
|
245
|
+
filledDateTime?: string;
|
|
246
|
+
highlights?: Array<string>;
|
|
247
|
+
industries?: Array<string>;
|
|
248
|
+
installationAgreement?: string;
|
|
249
|
+
isAccessibleSolution?: boolean;
|
|
250
|
+
isDiverseOwnedBusiness?: boolean;
|
|
251
|
+
isEinsteinAgent?: boolean;
|
|
252
|
+
isFRampOffering?: boolean;
|
|
253
|
+
isFree?: boolean;
|
|
254
|
+
isFreemium?: boolean;
|
|
255
|
+
isHIPAACompliant?: boolean;
|
|
256
|
+
isLightningAppBuilder?: boolean;
|
|
257
|
+
isLightningComponent?: boolean;
|
|
258
|
+
isLightningReady?: boolean;
|
|
259
|
+
isMarketingCloud?: boolean;
|
|
260
|
+
isMinorityOwned?: boolean;
|
|
261
|
+
isMultiCurrency?: boolean;
|
|
262
|
+
isPersonAccounts?: boolean;
|
|
263
|
+
isPledge1Percent?: boolean;
|
|
264
|
+
isPublic?: boolean;
|
|
265
|
+
isSalesProgram?: boolean;
|
|
266
|
+
isSalesforce1Mobile?: boolean;
|
|
267
|
+
isSalesforceShield?: boolean;
|
|
268
|
+
languages?: Array<string>;
|
|
269
|
+
lastStatusChangeDateTime?: string;
|
|
270
|
+
learnMoreURL?: string;
|
|
271
|
+
licenseAgreement?: string;
|
|
272
|
+
listingCategories?: Array<string>;
|
|
273
|
+
listingUrl?: string;
|
|
274
|
+
longDescription?: string;
|
|
275
|
+
marketplace?: string;
|
|
276
|
+
orderInSetup?: number;
|
|
277
|
+
org62ApplicationId?: string;
|
|
278
|
+
priceDetails?: string;
|
|
279
|
+
priceNonProfitDiscount?: boolean;
|
|
280
|
+
pricingRestrictions?: string;
|
|
281
|
+
productsRequired?: Array<string>;
|
|
282
|
+
productsSupported?: Array<string>;
|
|
283
|
+
programmingLanguages?: Array<string>;
|
|
284
|
+
publishLocation?: string;
|
|
285
|
+
publishedDate?: string;
|
|
286
|
+
recordType?: string;
|
|
287
|
+
requiresPaidService?: boolean;
|
|
288
|
+
salesEmail?: string;
|
|
289
|
+
salesPhone?: string;
|
|
290
|
+
salesWebsite?: string;
|
|
291
|
+
searchBlurb?: string;
|
|
292
|
+
securityReviewStatus?: string;
|
|
293
|
+
selfAttestation?: boolean;
|
|
294
|
+
selfAttestationDate?: string;
|
|
295
|
+
sepaApplicationFee?: number;
|
|
296
|
+
status?: string;
|
|
297
|
+
submissionStatus?: string;
|
|
298
|
+
supportedIndustries?: Array<string>;
|
|
299
|
+
systemRequirements?: string;
|
|
300
|
+
targetUserPersona?: Array<string>;
|
|
301
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 = "0cd1d97be7dc61c20e9f848402de6b16";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeForcePackageListingExtensionRepresentation, existing: AppExchangeForcePackageListingExtensionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForcePackageListingExtensionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeForcePackageListingExtensionRepresentationNormalized, incoming: AppExchangeForcePackageListingExtensionRepresentationNormalized): 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: AppExchangeForcePackageListingExtensionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange force packageListing extension
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeForcePackageListingExtensionRepresentationNormalized {
|
|
17
|
+
/** GitHub/Repository URL for Component type of Listing */
|
|
18
|
+
gitHubRepositoryURL?: string;
|
|
19
|
+
/** Install Url for Package-> External and API */
|
|
20
|
+
installUrl?: string;
|
|
21
|
+
/** Provision Flow */
|
|
22
|
+
provisionFlow?: string;
|
|
23
|
+
/** The solution id for the package version solution stream */
|
|
24
|
+
solutionId?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents an AppExchange force packageListing extension
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface AppExchangeForcePackageListingExtensionRepresentation {
|
|
33
|
+
gitHubRepositoryURL?: string;
|
|
34
|
+
installUrl?: string;
|
|
35
|
+
provisionFlow?: string;
|
|
36
|
+
solutionId?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 = "8ae70227464a6b757d34575e74071b3b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeForcePackageListingTestDriveExtensionRepresentation, existing: AppExchangeForcePackageListingTestDriveExtensionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForcePackageListingTestDriveExtensionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeForcePackageListingTestDriveExtensionRepresentationNormalized, incoming: AppExchangeForcePackageListingTestDriveExtensionRepresentationNormalized): 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: AppExchangeForcePackageListingTestDriveExtensionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange force packageListing TestDrive extension
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeForcePackageListingTestDriveExtensionRepresentationNormalized {
|
|
17
|
+
/** Does the listing have a test drive? */
|
|
18
|
+
enableTestDrive?: boolean;
|
|
19
|
+
/** testDriveCampaignID */
|
|
20
|
+
testDriveCampaignID?: string;
|
|
21
|
+
/** testDriveOrgID */
|
|
22
|
+
testDriveOrgID?: string;
|
|
23
|
+
/** testDrivePassword */
|
|
24
|
+
testDrivePassword?: string;
|
|
25
|
+
/** testDriveUserName */
|
|
26
|
+
testDriveUserName?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Represents an AppExchange force packageListing TestDrive extension
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface AppExchangeForcePackageListingTestDriveExtensionRepresentation {
|
|
35
|
+
enableTestDrive?: boolean;
|
|
36
|
+
testDriveCampaignID?: string;
|
|
37
|
+
testDriveOrgID?: string;
|
|
38
|
+
testDrivePassword?: string;
|
|
39
|
+
testDriveUserName?: string;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageManifestRepresentation.d.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
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 = "9d4ab7f35daa35807cd2372309d9d0b0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeForcePackageManifestRepresentation, existing: AppExchangeForcePackageManifestRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForcePackageManifestRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeForcePackageManifestRepresentationNormalized, incoming: AppExchangeForcePackageManifestRepresentationNormalized): 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: AppExchangeForcePackageManifestRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange force package manifest
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeForcePackageManifestRepresentationNormalized {
|
|
17
|
+
/** The number of lightning components with global access and app builder interface in this package */
|
|
18
|
+
appBuilderComponentsCount: number;
|
|
19
|
+
/** The number of custom apps in this package */
|
|
20
|
+
applicationsCount: number;
|
|
21
|
+
/** The number of lightning components with global access and community builder interface in this package */
|
|
22
|
+
cmtyBuilderComponentsCount: number;
|
|
23
|
+
/** The number of lightning components with global access in this package */
|
|
24
|
+
globalComponentsCount: number;
|
|
25
|
+
/** The hasLWC of this package */
|
|
26
|
+
hasLWC: boolean;
|
|
27
|
+
/** The isCommunityBuilder of this package */
|
|
28
|
+
isCommunityBuilder: boolean;
|
|
29
|
+
/** The isExtension of this package */
|
|
30
|
+
isExtension: boolean;
|
|
31
|
+
/** The isLightningAppBuilder of this package */
|
|
32
|
+
isLightningAppBuilder: boolean;
|
|
33
|
+
/** The isManaged of this package */
|
|
34
|
+
isManaged: boolean;
|
|
35
|
+
/** The number of custom objects in this package */
|
|
36
|
+
objectsCount: number;
|
|
37
|
+
/** The number of custom tabs in this package */
|
|
38
|
+
tabsCount: number;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Represents an AppExchange force package manifest
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface AppExchangeForcePackageManifestRepresentation {
|
|
47
|
+
appBuilderComponentsCount: number;
|
|
48
|
+
applicationsCount: number;
|
|
49
|
+
cmtyBuilderComponentsCount: number;
|
|
50
|
+
globalComponentsCount: number;
|
|
51
|
+
hasLWC: boolean;
|
|
52
|
+
isCommunityBuilder: boolean;
|
|
53
|
+
isExtension: boolean;
|
|
54
|
+
isLightningAppBuilder: boolean;
|
|
55
|
+
isManaged: boolean;
|
|
56
|
+
objectsCount: number;
|
|
57
|
+
tabsCount: number;
|
|
58
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageSolutionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { AppExchangeListingSolutionDetailRepresentation as AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation } from './AppExchangeListingSolutionDetailRepresentation';
|
|
2
|
+
import { AppExchangeForcePackageManifestRepresentation as AppExchangeForcePackageManifestRepresentation_AppExchangeForcePackageManifestRepresentation } from './AppExchangeForcePackageManifestRepresentation';
|
|
3
|
+
import { AppExchangeForcePackageVersionRepresentation as AppExchangeForcePackageVersionRepresentation_AppExchangeForcePackageVersionRepresentation } from './AppExchangeForcePackageVersionRepresentation';
|
|
4
|
+
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';
|
|
5
|
+
export declare const VERSION = "391e4927f086dbf6e32cf13c915fdd18";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: AppExchangeForcePackageSolutionRepresentation, existing: AppExchangeForcePackageSolutionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForcePackageSolutionRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
+
export declare function equals(existing: AppExchangeForcePackageSolutionRepresentationNormalized, incoming: AppExchangeForcePackageSolutionRepresentationNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppExchangeForcePackageSolutionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Represents an AppExchange force package solution
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface AppExchangeForcePackageSolutionRepresentationNormalized extends AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation {
|
|
20
|
+
/** Date this package was created */
|
|
21
|
+
createdDate: string;
|
|
22
|
+
/** Date this package was last modified */
|
|
23
|
+
lastModifiedDate: string;
|
|
24
|
+
/** Date of creation of the last version for this package */
|
|
25
|
+
latestVersionDate: string;
|
|
26
|
+
/** Manifest of package */
|
|
27
|
+
manifest: AppExchangeForcePackageManifestRepresentation_AppExchangeForcePackageManifestRepresentation;
|
|
28
|
+
/** Name/Alias of the package */
|
|
29
|
+
name: string;
|
|
30
|
+
/** Namespace prefix for packages */
|
|
31
|
+
namespacePrefix: string;
|
|
32
|
+
/** Organization where the package associated with this app was created in */
|
|
33
|
+
orgId: string;
|
|
34
|
+
/** Indicates Package Type */
|
|
35
|
+
packageCategory: string;
|
|
36
|
+
/** Id of the package */
|
|
37
|
+
packageId: string;
|
|
38
|
+
version: AppExchangeForcePackageVersionRepresentation_AppExchangeForcePackageVersionRepresentation;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Represents an AppExchange force package solution
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* (none)
|
|
45
|
+
*/
|
|
46
|
+
export interface AppExchangeForcePackageSolutionRepresentation extends AppExchangeListingSolutionDetailRepresentation_AppExchangeListingSolutionDetailRepresentation {
|
|
47
|
+
createdDate: string;
|
|
48
|
+
lastModifiedDate: string;
|
|
49
|
+
latestVersionDate: string;
|
|
50
|
+
manifest: AppExchangeForcePackageManifestRepresentation_AppExchangeForcePackageManifestRepresentation;
|
|
51
|
+
name: string;
|
|
52
|
+
namespacePrefix: string;
|
|
53
|
+
orgId: string;
|
|
54
|
+
packageCategory: string;
|
|
55
|
+
packageId: string;
|
|
56
|
+
version: AppExchangeForcePackageVersionRepresentation_AppExchangeForcePackageVersionRepresentation;
|
|
57
|
+
solutionTechnology: 'force_Package';
|
|
58
|
+
}
|
package/dist/es/es2018/types/src/generated/types/AppExchangeForcePackageVersionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
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 = "8b0c70b05230ff1e378c27fdc467f9f4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeForcePackageVersionRepresentation, existing: AppExchangeForcePackageVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForcePackageVersionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeForcePackageVersionRepresentationNormalized, incoming: AppExchangeForcePackageVersionRepresentationNormalized): 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: AppExchangeForcePackageVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange force package version
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeForcePackageVersionRepresentationNormalized {
|
|
17
|
+
/** Default value for License Seats */
|
|
18
|
+
defaultLicenseSeats: number;
|
|
19
|
+
/** Value from core table for the default number of licenses set to the package version */
|
|
20
|
+
defaultLicenseStatus: string;
|
|
21
|
+
/** Value from core table for the default trial days set to the package version */
|
|
22
|
+
defaultTrialLength: number;
|
|
23
|
+
/** Is the package version managed */
|
|
24
|
+
isManaged: boolean;
|
|
25
|
+
/** Is the package version released */
|
|
26
|
+
isReleased: boolean;
|
|
27
|
+
/** Registered License Management Organization Id for the package version */
|
|
28
|
+
lmaOrganizationId: string;
|
|
29
|
+
/** The major version of the package version associated with this app record */
|
|
30
|
+
majorVersion: number;
|
|
31
|
+
/** The minor version of the package version associated with this app record */
|
|
32
|
+
minorVersion: number;
|
|
33
|
+
/** The package version ID for the private app package that is associated with the AppListing */
|
|
34
|
+
packageVersionId: string;
|
|
35
|
+
/** The patch version of the package version associated with this app record */
|
|
36
|
+
patchVersion: number;
|
|
37
|
+
/** The version Name of the package version associated with this app record */
|
|
38
|
+
versionName: string;
|
|
39
|
+
/** versionOptionsPackage2DeveloperControlled of the version */
|
|
40
|
+
versionOptionsPackage2DeveloperControlled: boolean;
|
|
41
|
+
/** versionOptionsPackage2SubscriberEditable of the version */
|
|
42
|
+
versionOptionsPackage2SubscriberEditable: boolean;
|
|
43
|
+
/** Value from core table about security review status */
|
|
44
|
+
versionOptionsSecurityReviewed: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Represents an AppExchange force package version
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface AppExchangeForcePackageVersionRepresentation {
|
|
53
|
+
defaultLicenseSeats: number;
|
|
54
|
+
defaultLicenseStatus: string;
|
|
55
|
+
defaultTrialLength: number;
|
|
56
|
+
isManaged: boolean;
|
|
57
|
+
isReleased: boolean;
|
|
58
|
+
lmaOrganizationId: string;
|
|
59
|
+
majorVersion: number;
|
|
60
|
+
minorVersion: number;
|
|
61
|
+
packageVersionId: string;
|
|
62
|
+
patchVersion: number;
|
|
63
|
+
versionName: string;
|
|
64
|
+
versionOptionsPackage2DeveloperControlled: boolean;
|
|
65
|
+
versionOptionsPackage2SubscriberEditable: boolean;
|
|
66
|
+
versionOptionsSecurityReviewed: boolean;
|
|
67
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
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 = "00b07366e918dee6c185988aeecaea5a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppExchangeForcePublisherExtensionRepresentation, existing: AppExchangeForcePublisherExtensionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppExchangeForcePublisherExtensionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppExchangeForcePublisherExtensionRepresentationNormalized, incoming: AppExchangeForcePublisherExtensionRepresentationNormalized): 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: AppExchangeForcePublisherExtensionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an AppExchange force publisher extension
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppExchangeForcePublisherExtensionRepresentationNormalized {
|
|
17
|
+
/** The Org62 Id of the Partner Terms that were agreed to */
|
|
18
|
+
agreedTermsId?: string;
|
|
19
|
+
/** allowBrandedTerms of AppExchange listing force publisher extension */
|
|
20
|
+
allowBrandedTerms?: boolean;
|
|
21
|
+
/** Stripe User ID retrieved from signup */
|
|
22
|
+
billingAccountId?: string;
|
|
23
|
+
/** If true, any listings created under this publisher will automatically have their 'Business Approval' field set to 'Approved' and will not be required to go through the Onboarding questionnaire/process */
|
|
24
|
+
businessApprovalWhitelist?: boolean;
|
|
25
|
+
/** checkoutSignUpStatus of AppExchange listing force publisher extension */
|
|
26
|
+
checkoutSignUpStatus?: string;
|
|
27
|
+
/** The Date when the checkout status changed */
|
|
28
|
+
checkoutStatusChangeDate?: string;
|
|
29
|
+
/** The date a compliance questionnaire was first completed for this publisher. If this field (and the Compliance Questionnaire Completed User field) are complete, then the Compliance Questionnaire will no longer be visible for any listings on this publisher */
|
|
30
|
+
complianceQuestionnaireCompletedDate?: string;
|
|
31
|
+
/** fullforceCertification of AppExchange listing force publisher extension */
|
|
32
|
+
fullforceCertification?: string;
|
|
33
|
+
/** This field will be used to display the list of the Fullforce Masters that a partner has obtained on the services listings */
|
|
34
|
+
fullforceMasters?: string;
|
|
35
|
+
/** ISV click-through date */
|
|
36
|
+
isvClickthroughDateTime?: string;
|
|
37
|
+
/** Name of user (at the time) who signed ISV click-through agreement */
|
|
38
|
+
isvClickthroughName?: string;
|
|
39
|
+
/** TZ userId of who signed the click-through */
|
|
40
|
+
isvClickthroughUserId?: string;
|
|
41
|
+
/** logoUrl of AppExchange listing force publisher extension */
|
|
42
|
+
logoUrl?: string;
|
|
43
|
+
/** The record ID for the organization to which the user who created this Publisher belongs */
|
|
44
|
+
orgId?: string;
|
|
45
|
+
/** Specialization Count, as of PY21 it excludes Fullforce and Lightning Bolt */
|
|
46
|
+
siProgramEmergingProductsCount?: number;
|
|
47
|
+
/** Masters Count, as of PY21 it excludes Fullforce and Lightning Bolt */
|
|
48
|
+
siProgramFullforceCount?: number;
|
|
49
|
+
/** Stripe account associated with the publisher */
|
|
50
|
+
stripeAccount?: string;
|
|
51
|
+
/** stripeCheckoutSignupStatus of AppExchange listing force publisher extension */
|
|
52
|
+
stripeCheckoutSignupStatus?: string;
|
|
53
|
+
/** vatNumber of AppExchange listing force publisher extension */
|
|
54
|
+
vatNumber?: string;
|
|
55
|
+
/** Percentage to charge for VAT */
|
|
56
|
+
vatPercentage?: number;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Represents an AppExchange force publisher extension
|
|
60
|
+
*
|
|
61
|
+
* Keys:
|
|
62
|
+
* (none)
|
|
63
|
+
*/
|
|
64
|
+
export interface AppExchangeForcePublisherExtensionRepresentation {
|
|
65
|
+
agreedTermsId?: string;
|
|
66
|
+
allowBrandedTerms?: boolean;
|
|
67
|
+
billingAccountId?: string;
|
|
68
|
+
businessApprovalWhitelist?: boolean;
|
|
69
|
+
checkoutSignUpStatus?: string;
|
|
70
|
+
checkoutStatusChangeDate?: string;
|
|
71
|
+
complianceQuestionnaireCompletedDate?: string;
|
|
72
|
+
fullforceCertification?: string;
|
|
73
|
+
fullforceMasters?: string;
|
|
74
|
+
isvClickthroughDateTime?: string;
|
|
75
|
+
isvClickthroughName?: string;
|
|
76
|
+
isvClickthroughUserId?: string;
|
|
77
|
+
logoUrl?: string;
|
|
78
|
+
orgId?: string;
|
|
79
|
+
siProgramEmergingProductsCount?: number;
|
|
80
|
+
siProgramFullforceCount?: number;
|
|
81
|
+
stripeAccount?: string;
|
|
82
|
+
stripeCheckoutSignupStatus?: string;
|
|
83
|
+
vatNumber?: string;
|
|
84
|
+
vatPercentage?: number;
|
|
85
|
+
}
|