@plaidev/karte-action-sdk 1.1.197 → 1.1.198-28170852.9d9fb983
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +3 -1
- package/dist/hydrate/index.es.js +124 -115
- package/dist/index.es.d.ts +3 -1
- package/dist/index.es.js +124 -116
- package/package.json +1 -1
@@ -1721,9 +1721,11 @@ declare namespace widget {
|
|
1721
1721
|
[key: string]: any;
|
1722
1722
|
}>;
|
1723
1723
|
/** @internal */
|
1724
|
-
function setupActionTable(localVariablesQuery:
|
1724
|
+
function setupActionTable(localVariablesQuery: Array<VariableQuery>, apiKey: string): Promise<{
|
1725
1725
|
success: boolean;
|
1726
1726
|
}>;
|
1727
|
+
/** @internal */
|
1728
|
+
function initActionTable(localVariablesQuery: Array<VariableQuery> | undefined): void;
|
1727
1729
|
/**
|
1728
1730
|
* モーダル(ポップアップ)のプロパティ
|
1729
1731
|
*
|