@integry/sdk 4.3.26 → 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/umd/index.umd.d.ts
CHANGED
|
@@ -406,6 +406,7 @@ interface InitConfig {
|
|
|
406
406
|
interface MarketplaceConfig {
|
|
407
407
|
containerId: string;
|
|
408
408
|
renderMode: MarketplaceRenderModes;
|
|
409
|
+
apps?: any;
|
|
409
410
|
}
|
|
410
411
|
interface TemplatePreviewData {
|
|
411
412
|
id: number;
|
|
@@ -585,8 +586,9 @@ declare class IntegryJS {
|
|
|
585
586
|
*
|
|
586
587
|
* @param marketplaceConfig
|
|
587
588
|
*/
|
|
588
|
-
|
|
589
|
+
renderMarketplaceV1: (marketplaceConfig: MarketplaceConfig) => void;
|
|
589
590
|
renderAppFlows: (appFlowConfig: InitConfig) => void;
|
|
591
|
+
renderMarketplace: (options?: MarketplaceConfig) => void;
|
|
590
592
|
renderMultipurposeField: ({ containerId, multipurposeFieldProps }: {
|
|
591
593
|
containerId: string;
|
|
592
594
|
multipurposeFieldProps: MultipurposeFieldType;
|