@plaidev/karte-action-sdk 1.1.203-28184351.02fb20ce → 1.1.203
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +2 -6
- package/dist/hydrate/index.es.js +140 -157
- package/dist/index.es.d.ts +2 -6
- package/dist/index.es.js +140 -157
- package/package.json +1 -1
@@ -257,9 +257,7 @@ type ActionTableQueryRequestConfig = VariableQuery & {
|
|
257
257
|
query: {
|
258
258
|
table_name: string;
|
259
259
|
query_name: string;
|
260
|
-
params?:
|
261
|
-
[key: string]: string;
|
262
|
-
};
|
260
|
+
params?: ActionTableQueryParams;
|
263
261
|
default_value?: Array<ActionTableResult>;
|
264
262
|
};
|
265
263
|
preview_value?: Array<ActionTableResult>;
|
@@ -1713,9 +1711,7 @@ declare namespace widget {
|
|
1713
1711
|
query: {
|
1714
1712
|
table_name: string;
|
1715
1713
|
query_name: string;
|
1716
|
-
params?:
|
1717
|
-
[key: string]: string;
|
1718
|
-
};
|
1714
|
+
params?: ActionTableQueryParams;
|
1719
1715
|
default_value?: Array<ActionTableResult>;
|
1720
1716
|
};
|
1721
1717
|
preview_value?: Array<ActionTableResult>;
|