@integry/sdk 3.7.2 → 3.7.3
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
|
@@ -175,6 +175,7 @@ interface UserConfig {
|
|
|
175
175
|
marketplaceModalTitle?: string;
|
|
176
176
|
buttonLabelToSaveIntegration?: string;
|
|
177
177
|
objects?: NestedObject;
|
|
178
|
+
tags?: string[];
|
|
178
179
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
179
180
|
[other: string]: any;
|
|
180
181
|
}
|
|
@@ -501,7 +502,8 @@ declare class IntegryJS {
|
|
|
501
502
|
renderMarketplace: (marketplaceConfig: MarketplaceConfig) => void;
|
|
502
503
|
renderAppFlows: (appFlowConfig: InitConfig) => void;
|
|
503
504
|
verifyAuthConfig: () => Promise<{
|
|
504
|
-
|
|
505
|
+
/** REMOVED THIS TO SUPPRESS x-integry-layout dom attribute to avoid grid */
|
|
506
|
+
config_verified: boolean;
|
|
505
507
|
} | null>;
|
|
506
508
|
/**
|
|
507
509
|
* Destroy SDK instance and cleanup store
|