lucid-extension-sdk 0.0.308 → 0.0.309
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/commandtypes.d.ts
CHANGED
|
@@ -762,6 +762,8 @@ export type AddCardIntegrationQuery = {
|
|
|
762
762
|
/** Create card action */
|
|
763
763
|
'cc': string;
|
|
764
764
|
} | undefined;
|
|
765
|
+
/** Whether to enable dependency mapping for this integration */
|
|
766
|
+
'sdm'?: boolean;
|
|
765
767
|
};
|
|
766
768
|
export type AddCardIntegrationResult = undefined;
|
|
767
769
|
/** @ignore */
|