@plaidev/karte-action-sdk 1.1.209 → 1.1.210-28225842.666a6400
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/hydrate/index.es.d.ts +2 -2
- package/dist/hydrate/index.es.js +116 -116
- package/dist/index.es.d.ts +2 -2
- package/dist/index.es.js +116 -116
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
@@ -245,7 +245,7 @@ type ActionTableRowsRequestConfig = VariableQuery & {
|
|
245
245
|
resolver: "action-table-rows";
|
246
246
|
query: {
|
247
247
|
table_name: string;
|
248
|
-
|
248
|
+
keys: Array<string>;
|
249
249
|
default_value?: Array<ActionTableResult>;
|
250
250
|
};
|
251
251
|
preview_value?: Array<ActionTableResult>;
|
@@ -1712,7 +1712,7 @@ declare namespace widget {
|
|
1712
1712
|
resolver: "action-table-rows";
|
1713
1713
|
query: {
|
1714
1714
|
table_name: string;
|
1715
|
-
|
1715
|
+
keys: Array<string>;
|
1716
1716
|
default_value?: Array<ActionTableResult>;
|
1717
1717
|
};
|
1718
1718
|
preview_value?: Array<ActionTableResult>;
|