@integry/sdk 4.3.27 → 4.3.28
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/esm/index.csm.d.ts
CHANGED
|
@@ -407,6 +407,7 @@ interface InitConfig {
|
|
|
407
407
|
interface MarketplaceConfig {
|
|
408
408
|
containerId: string;
|
|
409
409
|
renderMode: MarketplaceRenderModes;
|
|
410
|
+
apps?: any;
|
|
410
411
|
}
|
|
411
412
|
interface TemplatePreviewData {
|
|
412
413
|
id: number;
|
|
@@ -594,8 +595,9 @@ declare class IntegryJS {
|
|
|
594
595
|
*
|
|
595
596
|
* @param marketplaceConfig
|
|
596
597
|
*/
|
|
597
|
-
|
|
598
|
+
renderMarketplaceV1: (marketplaceConfig: MarketplaceConfig) => void;
|
|
598
599
|
renderAppFlows: (appFlowConfig: InitConfig) => void;
|
|
600
|
+
renderMarketplace: (options?: MarketplaceConfig) => void;
|
|
599
601
|
renderMultipurposeField: ({ containerId, multipurposeFieldProps, }: {
|
|
600
602
|
containerId: string;
|
|
601
603
|
multipurposeFieldProps: MultipurposeFieldType;
|