@channel.io/app-sdk-core 0.15.4 → 0.15.5
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/extensions/config.d.ts +920 -920
- package/dist/extensions/datasource.d.ts +32 -32
- package/dist/extensions/function-schemas.d.ts +528 -528
- package/dist/extensions/store.d.ts +74 -74
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +4 -4
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +267 -267
- package/dist/gen/io/channel/datasource/v1/datasource.zod.d.ts +9 -9
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/native.d.ts +556 -0
- package/dist/schemas/native.d.ts.map +1 -0
- package/dist/schemas/native.js +101 -0
- package/dist/schemas/native.js.map +1 -0
- package/dist/types/native.d.ts +68 -0
- package/dist/types/native.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1063,12 +1063,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1063
1063
|
url: z.ZodString;
|
|
1064
1064
|
}, "strip", z.ZodTypeAny, {
|
|
1065
1065
|
url: string;
|
|
1066
|
-
label: string;
|
|
1067
1066
|
key: string;
|
|
1067
|
+
label: string;
|
|
1068
1068
|
}, {
|
|
1069
1069
|
url: string;
|
|
1070
|
-
label: string;
|
|
1071
1070
|
key: string;
|
|
1071
|
+
label: string;
|
|
1072
1072
|
}>, "many">>;
|
|
1073
1073
|
visibleWhen: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1074
1074
|
fieldKey: z.ZodString;
|
|
@@ -1089,8 +1089,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1089
1089
|
id?: string | undefined;
|
|
1090
1090
|
helperLinks?: {
|
|
1091
1091
|
url: string;
|
|
1092
|
-
label: string;
|
|
1093
1092
|
key: string;
|
|
1093
|
+
label: string;
|
|
1094
1094
|
}[] | undefined;
|
|
1095
1095
|
visibleWhen?: {
|
|
1096
1096
|
fieldKey: string;
|
|
@@ -1103,8 +1103,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1103
1103
|
id?: string | undefined;
|
|
1104
1104
|
helperLinks?: {
|
|
1105
1105
|
url: string;
|
|
1106
|
-
label: string;
|
|
1107
1106
|
key: string;
|
|
1107
|
+
label: string;
|
|
1108
1108
|
}[] | undefined;
|
|
1109
1109
|
visibleWhen?: {
|
|
1110
1110
|
fieldKey: string;
|
|
@@ -1214,12 +1214,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1214
1214
|
url: z.ZodString;
|
|
1215
1215
|
}, "strip", z.ZodTypeAny, {
|
|
1216
1216
|
url: string;
|
|
1217
|
-
label: string;
|
|
1218
1217
|
key: string;
|
|
1218
|
+
label: string;
|
|
1219
1219
|
}, {
|
|
1220
1220
|
url: string;
|
|
1221
|
-
label: string;
|
|
1222
1221
|
key: string;
|
|
1222
|
+
label: string;
|
|
1223
1223
|
}>, "many">>;
|
|
1224
1224
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1225
1225
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -1287,16 +1287,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1287
1287
|
type: "function";
|
|
1288
1288
|
functionName: string;
|
|
1289
1289
|
params?: Record<string, unknown> | undefined;
|
|
1290
|
+
appId?: string | undefined;
|
|
1290
1291
|
triggerOnLoad?: boolean | undefined;
|
|
1291
1292
|
triggerFieldKeys?: string[] | undefined;
|
|
1292
|
-
appId?: string | undefined;
|
|
1293
1293
|
}, {
|
|
1294
1294
|
type: "function";
|
|
1295
1295
|
functionName: string;
|
|
1296
1296
|
params?: Record<string, unknown> | undefined;
|
|
1297
|
+
appId?: string | undefined;
|
|
1297
1298
|
triggerOnLoad?: boolean | undefined;
|
|
1298
1299
|
triggerFieldKeys?: string[] | undefined;
|
|
1299
|
-
appId?: string | undefined;
|
|
1300
1300
|
}>, z.ZodObject<{
|
|
1301
1301
|
functionName: z.ZodString;
|
|
1302
1302
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1321,8 +1321,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1321
1321
|
type: z.ZodLiteral<"text">;
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
1323
1323
|
type: "text";
|
|
1324
|
-
label: string;
|
|
1325
1324
|
key: string;
|
|
1325
|
+
label: string;
|
|
1326
1326
|
description?: string | undefined;
|
|
1327
1327
|
required?: boolean | undefined;
|
|
1328
1328
|
placeholder?: string | undefined;
|
|
@@ -1334,8 +1334,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1334
1334
|
helperText?: string | undefined;
|
|
1335
1335
|
helperLinks?: {
|
|
1336
1336
|
url: string;
|
|
1337
|
-
label: string;
|
|
1338
1337
|
key: string;
|
|
1338
|
+
label: string;
|
|
1339
1339
|
}[] | undefined;
|
|
1340
1340
|
resolvesTo?: {
|
|
1341
1341
|
key: string;
|
|
@@ -1358,9 +1358,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1358
1358
|
type: "function";
|
|
1359
1359
|
functionName: string;
|
|
1360
1360
|
params?: Record<string, unknown> | undefined;
|
|
1361
|
+
appId?: string | undefined;
|
|
1361
1362
|
triggerOnLoad?: boolean | undefined;
|
|
1362
1363
|
triggerFieldKeys?: string[] | undefined;
|
|
1363
|
-
appId?: string | undefined;
|
|
1364
1364
|
} | {
|
|
1365
1365
|
type: "nativeFunction";
|
|
1366
1366
|
functionName: string;
|
|
@@ -1370,8 +1370,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1370
1370
|
} | undefined;
|
|
1371
1371
|
}, {
|
|
1372
1372
|
type: "text";
|
|
1373
|
-
label: string;
|
|
1374
1373
|
key: string;
|
|
1374
|
+
label: string;
|
|
1375
1375
|
description?: string | undefined;
|
|
1376
1376
|
required?: boolean | undefined;
|
|
1377
1377
|
placeholder?: string | undefined;
|
|
@@ -1383,8 +1383,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1383
1383
|
helperText?: string | undefined;
|
|
1384
1384
|
helperLinks?: {
|
|
1385
1385
|
url: string;
|
|
1386
|
-
label: string;
|
|
1387
1386
|
key: string;
|
|
1387
|
+
label: string;
|
|
1388
1388
|
}[] | undefined;
|
|
1389
1389
|
resolvesTo?: {
|
|
1390
1390
|
key: string;
|
|
@@ -1407,9 +1407,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1407
1407
|
type: "function";
|
|
1408
1408
|
functionName: string;
|
|
1409
1409
|
params?: Record<string, unknown> | undefined;
|
|
1410
|
+
appId?: string | undefined;
|
|
1410
1411
|
triggerOnLoad?: boolean | undefined;
|
|
1411
1412
|
triggerFieldKeys?: string[] | undefined;
|
|
1412
|
-
appId?: string | undefined;
|
|
1413
1413
|
} | {
|
|
1414
1414
|
type: "nativeFunction";
|
|
1415
1415
|
functionName: string;
|
|
@@ -1428,12 +1428,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1428
1428
|
url: z.ZodString;
|
|
1429
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1430
1430
|
url: string;
|
|
1431
|
-
label: string;
|
|
1432
1431
|
key: string;
|
|
1432
|
+
label: string;
|
|
1433
1433
|
}, {
|
|
1434
1434
|
url: string;
|
|
1435
|
-
label: string;
|
|
1436
1435
|
key: string;
|
|
1436
|
+
label: string;
|
|
1437
1437
|
}>, "many">>;
|
|
1438
1438
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1439
1439
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -1501,16 +1501,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1501
1501
|
type: "function";
|
|
1502
1502
|
functionName: string;
|
|
1503
1503
|
params?: Record<string, unknown> | undefined;
|
|
1504
|
+
appId?: string | undefined;
|
|
1504
1505
|
triggerOnLoad?: boolean | undefined;
|
|
1505
1506
|
triggerFieldKeys?: string[] | undefined;
|
|
1506
|
-
appId?: string | undefined;
|
|
1507
1507
|
}, {
|
|
1508
1508
|
type: "function";
|
|
1509
1509
|
functionName: string;
|
|
1510
1510
|
params?: Record<string, unknown> | undefined;
|
|
1511
|
+
appId?: string | undefined;
|
|
1511
1512
|
triggerOnLoad?: boolean | undefined;
|
|
1512
1513
|
triggerFieldKeys?: string[] | undefined;
|
|
1513
|
-
appId?: string | undefined;
|
|
1514
1514
|
}>, z.ZodObject<{
|
|
1515
1515
|
functionName: z.ZodString;
|
|
1516
1516
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1536,9 +1536,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1536
1536
|
rows: z.ZodOptional<z.ZodNumber>;
|
|
1537
1537
|
}, "strip", z.ZodTypeAny, {
|
|
1538
1538
|
type: "textarea";
|
|
1539
|
-
label: string;
|
|
1540
1539
|
key: string;
|
|
1540
|
+
label: string;
|
|
1541
1541
|
description?: string | undefined;
|
|
1542
|
+
rows?: number | undefined;
|
|
1542
1543
|
required?: boolean | undefined;
|
|
1543
1544
|
placeholder?: string | undefined;
|
|
1544
1545
|
validationRegex?: string | undefined;
|
|
@@ -1549,8 +1550,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1549
1550
|
helperText?: string | undefined;
|
|
1550
1551
|
helperLinks?: {
|
|
1551
1552
|
url: string;
|
|
1552
|
-
label: string;
|
|
1553
1553
|
key: string;
|
|
1554
|
+
label: string;
|
|
1554
1555
|
}[] | undefined;
|
|
1555
1556
|
resolvesTo?: {
|
|
1556
1557
|
key: string;
|
|
@@ -1573,9 +1574,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1573
1574
|
type: "function";
|
|
1574
1575
|
functionName: string;
|
|
1575
1576
|
params?: Record<string, unknown> | undefined;
|
|
1577
|
+
appId?: string | undefined;
|
|
1576
1578
|
triggerOnLoad?: boolean | undefined;
|
|
1577
1579
|
triggerFieldKeys?: string[] | undefined;
|
|
1578
|
-
appId?: string | undefined;
|
|
1579
1580
|
} | {
|
|
1580
1581
|
type: "nativeFunction";
|
|
1581
1582
|
functionName: string;
|
|
@@ -1583,12 +1584,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1583
1584
|
triggerOnLoad?: boolean | undefined;
|
|
1584
1585
|
triggerFieldKeys?: string[] | undefined;
|
|
1585
1586
|
} | undefined;
|
|
1586
|
-
rows?: number | undefined;
|
|
1587
1587
|
}, {
|
|
1588
1588
|
type: "textarea";
|
|
1589
|
-
label: string;
|
|
1590
1589
|
key: string;
|
|
1590
|
+
label: string;
|
|
1591
1591
|
description?: string | undefined;
|
|
1592
|
+
rows?: number | undefined;
|
|
1592
1593
|
required?: boolean | undefined;
|
|
1593
1594
|
placeholder?: string | undefined;
|
|
1594
1595
|
validationRegex?: string | undefined;
|
|
@@ -1599,8 +1600,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1599
1600
|
helperText?: string | undefined;
|
|
1600
1601
|
helperLinks?: {
|
|
1601
1602
|
url: string;
|
|
1602
|
-
label: string;
|
|
1603
1603
|
key: string;
|
|
1604
|
+
label: string;
|
|
1604
1605
|
}[] | undefined;
|
|
1605
1606
|
resolvesTo?: {
|
|
1606
1607
|
key: string;
|
|
@@ -1623,9 +1624,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1623
1624
|
type: "function";
|
|
1624
1625
|
functionName: string;
|
|
1625
1626
|
params?: Record<string, unknown> | undefined;
|
|
1627
|
+
appId?: string | undefined;
|
|
1626
1628
|
triggerOnLoad?: boolean | undefined;
|
|
1627
1629
|
triggerFieldKeys?: string[] | undefined;
|
|
1628
|
-
appId?: string | undefined;
|
|
1629
1630
|
} | {
|
|
1630
1631
|
type: "nativeFunction";
|
|
1631
1632
|
functionName: string;
|
|
@@ -1633,7 +1634,6 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1633
1634
|
triggerOnLoad?: boolean | undefined;
|
|
1634
1635
|
triggerFieldKeys?: string[] | undefined;
|
|
1635
1636
|
} | undefined;
|
|
1636
|
-
rows?: number | undefined;
|
|
1637
1637
|
}>, z.ZodObject<{
|
|
1638
1638
|
key: z.ZodString;
|
|
1639
1639
|
label: z.ZodString;
|
|
@@ -1645,12 +1645,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1645
1645
|
url: z.ZodString;
|
|
1646
1646
|
}, "strip", z.ZodTypeAny, {
|
|
1647
1647
|
url: string;
|
|
1648
|
-
label: string;
|
|
1649
1648
|
key: string;
|
|
1649
|
+
label: string;
|
|
1650
1650
|
}, {
|
|
1651
1651
|
url: string;
|
|
1652
|
-
label: string;
|
|
1653
1652
|
key: string;
|
|
1653
|
+
label: string;
|
|
1654
1654
|
}>, "many">>;
|
|
1655
1655
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1656
1656
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -1718,16 +1718,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1718
1718
|
type: "function";
|
|
1719
1719
|
functionName: string;
|
|
1720
1720
|
params?: Record<string, unknown> | undefined;
|
|
1721
|
+
appId?: string | undefined;
|
|
1721
1722
|
triggerOnLoad?: boolean | undefined;
|
|
1722
1723
|
triggerFieldKeys?: string[] | undefined;
|
|
1723
|
-
appId?: string | undefined;
|
|
1724
1724
|
}, {
|
|
1725
1725
|
type: "function";
|
|
1726
1726
|
functionName: string;
|
|
1727
1727
|
params?: Record<string, unknown> | undefined;
|
|
1728
|
+
appId?: string | undefined;
|
|
1728
1729
|
triggerOnLoad?: boolean | undefined;
|
|
1729
1730
|
triggerFieldKeys?: string[] | undefined;
|
|
1730
|
-
appId?: string | undefined;
|
|
1731
1731
|
}>, z.ZodObject<{
|
|
1732
1732
|
functionName: z.ZodString;
|
|
1733
1733
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1753,8 +1753,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1753
1753
|
maskType: z.ZodOptional<z.ZodString>;
|
|
1754
1754
|
}, "strip", z.ZodTypeAny, {
|
|
1755
1755
|
type: "password";
|
|
1756
|
-
label: string;
|
|
1757
1756
|
key: string;
|
|
1757
|
+
label: string;
|
|
1758
1758
|
description?: string | undefined;
|
|
1759
1759
|
required?: boolean | undefined;
|
|
1760
1760
|
maskType?: string | undefined;
|
|
@@ -1767,8 +1767,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1767
1767
|
helperText?: string | undefined;
|
|
1768
1768
|
helperLinks?: {
|
|
1769
1769
|
url: string;
|
|
1770
|
-
label: string;
|
|
1771
1770
|
key: string;
|
|
1771
|
+
label: string;
|
|
1772
1772
|
}[] | undefined;
|
|
1773
1773
|
resolvesTo?: {
|
|
1774
1774
|
key: string;
|
|
@@ -1791,9 +1791,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1791
1791
|
type: "function";
|
|
1792
1792
|
functionName: string;
|
|
1793
1793
|
params?: Record<string, unknown> | undefined;
|
|
1794
|
+
appId?: string | undefined;
|
|
1794
1795
|
triggerOnLoad?: boolean | undefined;
|
|
1795
1796
|
triggerFieldKeys?: string[] | undefined;
|
|
1796
|
-
appId?: string | undefined;
|
|
1797
1797
|
} | {
|
|
1798
1798
|
type: "nativeFunction";
|
|
1799
1799
|
functionName: string;
|
|
@@ -1803,8 +1803,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1803
1803
|
} | undefined;
|
|
1804
1804
|
}, {
|
|
1805
1805
|
type: "password";
|
|
1806
|
-
label: string;
|
|
1807
1806
|
key: string;
|
|
1807
|
+
label: string;
|
|
1808
1808
|
description?: string | undefined;
|
|
1809
1809
|
required?: boolean | undefined;
|
|
1810
1810
|
maskType?: string | undefined;
|
|
@@ -1817,8 +1817,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1817
1817
|
helperText?: string | undefined;
|
|
1818
1818
|
helperLinks?: {
|
|
1819
1819
|
url: string;
|
|
1820
|
-
label: string;
|
|
1821
1820
|
key: string;
|
|
1821
|
+
label: string;
|
|
1822
1822
|
}[] | undefined;
|
|
1823
1823
|
resolvesTo?: {
|
|
1824
1824
|
key: string;
|
|
@@ -1841,9 +1841,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1841
1841
|
type: "function";
|
|
1842
1842
|
functionName: string;
|
|
1843
1843
|
params?: Record<string, unknown> | undefined;
|
|
1844
|
+
appId?: string | undefined;
|
|
1844
1845
|
triggerOnLoad?: boolean | undefined;
|
|
1845
1846
|
triggerFieldKeys?: string[] | undefined;
|
|
1846
|
-
appId?: string | undefined;
|
|
1847
1847
|
} | {
|
|
1848
1848
|
type: "nativeFunction";
|
|
1849
1849
|
functionName: string;
|
|
@@ -1862,12 +1862,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1862
1862
|
url: z.ZodString;
|
|
1863
1863
|
}, "strip", z.ZodTypeAny, {
|
|
1864
1864
|
url: string;
|
|
1865
|
-
label: string;
|
|
1866
1865
|
key: string;
|
|
1866
|
+
label: string;
|
|
1867
1867
|
}, {
|
|
1868
1868
|
url: string;
|
|
1869
|
-
label: string;
|
|
1870
1869
|
key: string;
|
|
1870
|
+
label: string;
|
|
1871
1871
|
}>, "many">>;
|
|
1872
1872
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1873
1873
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -1935,16 +1935,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1935
1935
|
type: "function";
|
|
1936
1936
|
functionName: string;
|
|
1937
1937
|
params?: Record<string, unknown> | undefined;
|
|
1938
|
+
appId?: string | undefined;
|
|
1938
1939
|
triggerOnLoad?: boolean | undefined;
|
|
1939
1940
|
triggerFieldKeys?: string[] | undefined;
|
|
1940
|
-
appId?: string | undefined;
|
|
1941
1941
|
}, {
|
|
1942
1942
|
type: "function";
|
|
1943
1943
|
functionName: string;
|
|
1944
1944
|
params?: Record<string, unknown> | undefined;
|
|
1945
|
+
appId?: string | undefined;
|
|
1945
1946
|
triggerOnLoad?: boolean | undefined;
|
|
1946
1947
|
triggerFieldKeys?: string[] | undefined;
|
|
1947
|
-
appId?: string | undefined;
|
|
1948
1948
|
}>, z.ZodObject<{
|
|
1949
1949
|
functionName: z.ZodString;
|
|
1950
1950
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -1972,8 +1972,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1972
1972
|
step: z.ZodOptional<z.ZodNumber>;
|
|
1973
1973
|
}, "strip", z.ZodTypeAny, {
|
|
1974
1974
|
type: "number";
|
|
1975
|
-
label: string;
|
|
1976
1975
|
key: string;
|
|
1976
|
+
label: string;
|
|
1977
1977
|
description?: string | undefined;
|
|
1978
1978
|
required?: boolean | undefined;
|
|
1979
1979
|
placeholder?: string | undefined;
|
|
@@ -1985,8 +1985,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
1985
1985
|
helperText?: string | undefined;
|
|
1986
1986
|
helperLinks?: {
|
|
1987
1987
|
url: string;
|
|
1988
|
-
label: string;
|
|
1989
1988
|
key: string;
|
|
1989
|
+
label: string;
|
|
1990
1990
|
}[] | undefined;
|
|
1991
1991
|
resolvesTo?: {
|
|
1992
1992
|
key: string;
|
|
@@ -2009,9 +2009,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2009
2009
|
type: "function";
|
|
2010
2010
|
functionName: string;
|
|
2011
2011
|
params?: Record<string, unknown> | undefined;
|
|
2012
|
+
appId?: string | undefined;
|
|
2012
2013
|
triggerOnLoad?: boolean | undefined;
|
|
2013
2014
|
triggerFieldKeys?: string[] | undefined;
|
|
2014
|
-
appId?: string | undefined;
|
|
2015
2015
|
} | {
|
|
2016
2016
|
type: "nativeFunction";
|
|
2017
2017
|
functionName: string;
|
|
@@ -2024,8 +2024,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2024
2024
|
step?: number | undefined;
|
|
2025
2025
|
}, {
|
|
2026
2026
|
type: "number";
|
|
2027
|
-
label: string;
|
|
2028
2027
|
key: string;
|
|
2028
|
+
label: string;
|
|
2029
2029
|
description?: string | undefined;
|
|
2030
2030
|
required?: boolean | undefined;
|
|
2031
2031
|
placeholder?: string | undefined;
|
|
@@ -2037,8 +2037,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2037
2037
|
helperText?: string | undefined;
|
|
2038
2038
|
helperLinks?: {
|
|
2039
2039
|
url: string;
|
|
2040
|
-
label: string;
|
|
2041
2040
|
key: string;
|
|
2041
|
+
label: string;
|
|
2042
2042
|
}[] | undefined;
|
|
2043
2043
|
resolvesTo?: {
|
|
2044
2044
|
key: string;
|
|
@@ -2061,9 +2061,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2061
2061
|
type: "function";
|
|
2062
2062
|
functionName: string;
|
|
2063
2063
|
params?: Record<string, unknown> | undefined;
|
|
2064
|
+
appId?: string | undefined;
|
|
2064
2065
|
triggerOnLoad?: boolean | undefined;
|
|
2065
2066
|
triggerFieldKeys?: string[] | undefined;
|
|
2066
|
-
appId?: string | undefined;
|
|
2067
2067
|
} | {
|
|
2068
2068
|
type: "nativeFunction";
|
|
2069
2069
|
functionName: string;
|
|
@@ -2085,12 +2085,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2085
2085
|
url: z.ZodString;
|
|
2086
2086
|
}, "strip", z.ZodTypeAny, {
|
|
2087
2087
|
url: string;
|
|
2088
|
-
label: string;
|
|
2089
2088
|
key: string;
|
|
2089
|
+
label: string;
|
|
2090
2090
|
}, {
|
|
2091
2091
|
url: string;
|
|
2092
|
-
label: string;
|
|
2093
2092
|
key: string;
|
|
2093
|
+
label: string;
|
|
2094
2094
|
}>, "many">>;
|
|
2095
2095
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
2096
2096
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -2158,16 +2158,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2158
2158
|
type: "function";
|
|
2159
2159
|
functionName: string;
|
|
2160
2160
|
params?: Record<string, unknown> | undefined;
|
|
2161
|
+
appId?: string | undefined;
|
|
2161
2162
|
triggerOnLoad?: boolean | undefined;
|
|
2162
2163
|
triggerFieldKeys?: string[] | undefined;
|
|
2163
|
-
appId?: string | undefined;
|
|
2164
2164
|
}, {
|
|
2165
2165
|
type: "function";
|
|
2166
2166
|
functionName: string;
|
|
2167
2167
|
params?: Record<string, unknown> | undefined;
|
|
2168
|
+
appId?: string | undefined;
|
|
2168
2169
|
triggerOnLoad?: boolean | undefined;
|
|
2169
2170
|
triggerFieldKeys?: string[] | undefined;
|
|
2170
|
-
appId?: string | undefined;
|
|
2171
2171
|
}>, z.ZodObject<{
|
|
2172
2172
|
functionName: z.ZodString;
|
|
2173
2173
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -2208,8 +2208,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2208
2208
|
}>, "many">>;
|
|
2209
2209
|
}, "strip", z.ZodTypeAny, {
|
|
2210
2210
|
type: "select";
|
|
2211
|
-
label: string;
|
|
2212
2211
|
key: string;
|
|
2212
|
+
label: string;
|
|
2213
2213
|
description?: string | undefined;
|
|
2214
2214
|
required?: boolean | undefined;
|
|
2215
2215
|
placeholder?: string | undefined;
|
|
@@ -2221,8 +2221,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2221
2221
|
helperText?: string | undefined;
|
|
2222
2222
|
helperLinks?: {
|
|
2223
2223
|
url: string;
|
|
2224
|
-
label: string;
|
|
2225
2224
|
key: string;
|
|
2225
|
+
label: string;
|
|
2226
2226
|
}[] | undefined;
|
|
2227
2227
|
resolvesTo?: {
|
|
2228
2228
|
key: string;
|
|
@@ -2245,9 +2245,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2245
2245
|
type: "function";
|
|
2246
2246
|
functionName: string;
|
|
2247
2247
|
params?: Record<string, unknown> | undefined;
|
|
2248
|
+
appId?: string | undefined;
|
|
2248
2249
|
triggerOnLoad?: boolean | undefined;
|
|
2249
2250
|
triggerFieldKeys?: string[] | undefined;
|
|
2250
|
-
appId?: string | undefined;
|
|
2251
2251
|
} | {
|
|
2252
2252
|
type: "nativeFunction";
|
|
2253
2253
|
functionName: string;
|
|
@@ -2263,8 +2263,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2263
2263
|
}[] | undefined;
|
|
2264
2264
|
}, {
|
|
2265
2265
|
type: "select";
|
|
2266
|
-
label: string;
|
|
2267
2266
|
key: string;
|
|
2267
|
+
label: string;
|
|
2268
2268
|
description?: string | undefined;
|
|
2269
2269
|
required?: boolean | undefined;
|
|
2270
2270
|
placeholder?: string | undefined;
|
|
@@ -2276,8 +2276,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2276
2276
|
helperText?: string | undefined;
|
|
2277
2277
|
helperLinks?: {
|
|
2278
2278
|
url: string;
|
|
2279
|
-
label: string;
|
|
2280
2279
|
key: string;
|
|
2280
|
+
label: string;
|
|
2281
2281
|
}[] | undefined;
|
|
2282
2282
|
resolvesTo?: {
|
|
2283
2283
|
key: string;
|
|
@@ -2300,9 +2300,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2300
2300
|
type: "function";
|
|
2301
2301
|
functionName: string;
|
|
2302
2302
|
params?: Record<string, unknown> | undefined;
|
|
2303
|
+
appId?: string | undefined;
|
|
2303
2304
|
triggerOnLoad?: boolean | undefined;
|
|
2304
2305
|
triggerFieldKeys?: string[] | undefined;
|
|
2305
|
-
appId?: string | undefined;
|
|
2306
2306
|
} | {
|
|
2307
2307
|
type: "nativeFunction";
|
|
2308
2308
|
functionName: string;
|
|
@@ -2327,12 +2327,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2327
2327
|
url: z.ZodString;
|
|
2328
2328
|
}, "strip", z.ZodTypeAny, {
|
|
2329
2329
|
url: string;
|
|
2330
|
-
label: string;
|
|
2331
2330
|
key: string;
|
|
2331
|
+
label: string;
|
|
2332
2332
|
}, {
|
|
2333
2333
|
url: string;
|
|
2334
|
-
label: string;
|
|
2335
2334
|
key: string;
|
|
2335
|
+
label: string;
|
|
2336
2336
|
}>, "many">>;
|
|
2337
2337
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
2338
2338
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -2400,16 +2400,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2400
2400
|
type: "function";
|
|
2401
2401
|
functionName: string;
|
|
2402
2402
|
params?: Record<string, unknown> | undefined;
|
|
2403
|
+
appId?: string | undefined;
|
|
2403
2404
|
triggerOnLoad?: boolean | undefined;
|
|
2404
2405
|
triggerFieldKeys?: string[] | undefined;
|
|
2405
|
-
appId?: string | undefined;
|
|
2406
2406
|
}, {
|
|
2407
2407
|
type: "function";
|
|
2408
2408
|
functionName: string;
|
|
2409
2409
|
params?: Record<string, unknown> | undefined;
|
|
2410
|
+
appId?: string | undefined;
|
|
2410
2411
|
triggerOnLoad?: boolean | undefined;
|
|
2411
2412
|
triggerFieldKeys?: string[] | undefined;
|
|
2412
|
-
appId?: string | undefined;
|
|
2413
2413
|
}>, z.ZodObject<{
|
|
2414
2414
|
functionName: z.ZodString;
|
|
2415
2415
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -2452,8 +2452,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2452
2452
|
maxSelections: z.ZodOptional<z.ZodNumber>;
|
|
2453
2453
|
}, "strip", z.ZodTypeAny, {
|
|
2454
2454
|
type: "multiselect";
|
|
2455
|
-
label: string;
|
|
2456
2455
|
key: string;
|
|
2456
|
+
label: string;
|
|
2457
2457
|
description?: string | undefined;
|
|
2458
2458
|
required?: boolean | undefined;
|
|
2459
2459
|
placeholder?: string | undefined;
|
|
@@ -2465,8 +2465,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2465
2465
|
helperText?: string | undefined;
|
|
2466
2466
|
helperLinks?: {
|
|
2467
2467
|
url: string;
|
|
2468
|
-
label: string;
|
|
2469
2468
|
key: string;
|
|
2469
|
+
label: string;
|
|
2470
2470
|
}[] | undefined;
|
|
2471
2471
|
resolvesTo?: {
|
|
2472
2472
|
key: string;
|
|
@@ -2489,9 +2489,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2489
2489
|
type: "function";
|
|
2490
2490
|
functionName: string;
|
|
2491
2491
|
params?: Record<string, unknown> | undefined;
|
|
2492
|
+
appId?: string | undefined;
|
|
2492
2493
|
triggerOnLoad?: boolean | undefined;
|
|
2493
2494
|
triggerFieldKeys?: string[] | undefined;
|
|
2494
|
-
appId?: string | undefined;
|
|
2495
2495
|
} | {
|
|
2496
2496
|
type: "nativeFunction";
|
|
2497
2497
|
functionName: string;
|
|
@@ -2509,8 +2509,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2509
2509
|
maxSelections?: number | undefined;
|
|
2510
2510
|
}, {
|
|
2511
2511
|
type: "multiselect";
|
|
2512
|
-
label: string;
|
|
2513
2512
|
key: string;
|
|
2513
|
+
label: string;
|
|
2514
2514
|
description?: string | undefined;
|
|
2515
2515
|
required?: boolean | undefined;
|
|
2516
2516
|
placeholder?: string | undefined;
|
|
@@ -2522,8 +2522,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2522
2522
|
helperText?: string | undefined;
|
|
2523
2523
|
helperLinks?: {
|
|
2524
2524
|
url: string;
|
|
2525
|
-
label: string;
|
|
2526
2525
|
key: string;
|
|
2526
|
+
label: string;
|
|
2527
2527
|
}[] | undefined;
|
|
2528
2528
|
resolvesTo?: {
|
|
2529
2529
|
key: string;
|
|
@@ -2546,9 +2546,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2546
2546
|
type: "function";
|
|
2547
2547
|
functionName: string;
|
|
2548
2548
|
params?: Record<string, unknown> | undefined;
|
|
2549
|
+
appId?: string | undefined;
|
|
2549
2550
|
triggerOnLoad?: boolean | undefined;
|
|
2550
2551
|
triggerFieldKeys?: string[] | undefined;
|
|
2551
|
-
appId?: string | undefined;
|
|
2552
2552
|
} | {
|
|
2553
2553
|
type: "nativeFunction";
|
|
2554
2554
|
functionName: string;
|
|
@@ -2575,12 +2575,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2575
2575
|
url: z.ZodString;
|
|
2576
2576
|
}, "strip", z.ZodTypeAny, {
|
|
2577
2577
|
url: string;
|
|
2578
|
-
label: string;
|
|
2579
2578
|
key: string;
|
|
2579
|
+
label: string;
|
|
2580
2580
|
}, {
|
|
2581
2581
|
url: string;
|
|
2582
|
-
label: string;
|
|
2583
2582
|
key: string;
|
|
2583
|
+
label: string;
|
|
2584
2584
|
}>, "many">>;
|
|
2585
2585
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
2586
2586
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -2648,16 +2648,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2648
2648
|
type: "function";
|
|
2649
2649
|
functionName: string;
|
|
2650
2650
|
params?: Record<string, unknown> | undefined;
|
|
2651
|
+
appId?: string | undefined;
|
|
2651
2652
|
triggerOnLoad?: boolean | undefined;
|
|
2652
2653
|
triggerFieldKeys?: string[] | undefined;
|
|
2653
|
-
appId?: string | undefined;
|
|
2654
2654
|
}, {
|
|
2655
2655
|
type: "function";
|
|
2656
2656
|
functionName: string;
|
|
2657
2657
|
params?: Record<string, unknown> | undefined;
|
|
2658
|
+
appId?: string | undefined;
|
|
2658
2659
|
triggerOnLoad?: boolean | undefined;
|
|
2659
2660
|
triggerFieldKeys?: string[] | undefined;
|
|
2660
|
-
appId?: string | undefined;
|
|
2661
2661
|
}>, z.ZodObject<{
|
|
2662
2662
|
functionName: z.ZodString;
|
|
2663
2663
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -2698,8 +2698,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2698
2698
|
}>, "many">>;
|
|
2699
2699
|
}, "strip", z.ZodTypeAny, {
|
|
2700
2700
|
type: "radio";
|
|
2701
|
-
label: string;
|
|
2702
2701
|
key: string;
|
|
2702
|
+
label: string;
|
|
2703
2703
|
description?: string | undefined;
|
|
2704
2704
|
required?: boolean | undefined;
|
|
2705
2705
|
placeholder?: string | undefined;
|
|
@@ -2711,8 +2711,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2711
2711
|
helperText?: string | undefined;
|
|
2712
2712
|
helperLinks?: {
|
|
2713
2713
|
url: string;
|
|
2714
|
-
label: string;
|
|
2715
2714
|
key: string;
|
|
2715
|
+
label: string;
|
|
2716
2716
|
}[] | undefined;
|
|
2717
2717
|
resolvesTo?: {
|
|
2718
2718
|
key: string;
|
|
@@ -2735,9 +2735,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2735
2735
|
type: "function";
|
|
2736
2736
|
functionName: string;
|
|
2737
2737
|
params?: Record<string, unknown> | undefined;
|
|
2738
|
+
appId?: string | undefined;
|
|
2738
2739
|
triggerOnLoad?: boolean | undefined;
|
|
2739
2740
|
triggerFieldKeys?: string[] | undefined;
|
|
2740
|
-
appId?: string | undefined;
|
|
2741
2741
|
} | {
|
|
2742
2742
|
type: "nativeFunction";
|
|
2743
2743
|
functionName: string;
|
|
@@ -2753,8 +2753,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2753
2753
|
}[] | undefined;
|
|
2754
2754
|
}, {
|
|
2755
2755
|
type: "radio";
|
|
2756
|
-
label: string;
|
|
2757
2756
|
key: string;
|
|
2757
|
+
label: string;
|
|
2758
2758
|
description?: string | undefined;
|
|
2759
2759
|
required?: boolean | undefined;
|
|
2760
2760
|
placeholder?: string | undefined;
|
|
@@ -2766,8 +2766,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2766
2766
|
helperText?: string | undefined;
|
|
2767
2767
|
helperLinks?: {
|
|
2768
2768
|
url: string;
|
|
2769
|
-
label: string;
|
|
2770
2769
|
key: string;
|
|
2770
|
+
label: string;
|
|
2771
2771
|
}[] | undefined;
|
|
2772
2772
|
resolvesTo?: {
|
|
2773
2773
|
key: string;
|
|
@@ -2790,9 +2790,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2790
2790
|
type: "function";
|
|
2791
2791
|
functionName: string;
|
|
2792
2792
|
params?: Record<string, unknown> | undefined;
|
|
2793
|
+
appId?: string | undefined;
|
|
2793
2794
|
triggerOnLoad?: boolean | undefined;
|
|
2794
2795
|
triggerFieldKeys?: string[] | undefined;
|
|
2795
|
-
appId?: string | undefined;
|
|
2796
2796
|
} | {
|
|
2797
2797
|
type: "nativeFunction";
|
|
2798
2798
|
functionName: string;
|
|
@@ -2817,12 +2817,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2817
2817
|
url: z.ZodString;
|
|
2818
2818
|
}, "strip", z.ZodTypeAny, {
|
|
2819
2819
|
url: string;
|
|
2820
|
-
label: string;
|
|
2821
2820
|
key: string;
|
|
2821
|
+
label: string;
|
|
2822
2822
|
}, {
|
|
2823
2823
|
url: string;
|
|
2824
|
-
label: string;
|
|
2825
2824
|
key: string;
|
|
2825
|
+
label: string;
|
|
2826
2826
|
}>, "many">>;
|
|
2827
2827
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
2828
2828
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -2890,16 +2890,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2890
2890
|
type: "function";
|
|
2891
2891
|
functionName: string;
|
|
2892
2892
|
params?: Record<string, unknown> | undefined;
|
|
2893
|
+
appId?: string | undefined;
|
|
2893
2894
|
triggerOnLoad?: boolean | undefined;
|
|
2894
2895
|
triggerFieldKeys?: string[] | undefined;
|
|
2895
|
-
appId?: string | undefined;
|
|
2896
2896
|
}, {
|
|
2897
2897
|
type: "function";
|
|
2898
2898
|
functionName: string;
|
|
2899
2899
|
params?: Record<string, unknown> | undefined;
|
|
2900
|
+
appId?: string | undefined;
|
|
2900
2901
|
triggerOnLoad?: boolean | undefined;
|
|
2901
2902
|
triggerFieldKeys?: string[] | undefined;
|
|
2902
|
-
appId?: string | undefined;
|
|
2903
2903
|
}>, z.ZodObject<{
|
|
2904
2904
|
functionName: z.ZodString;
|
|
2905
2905
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -2924,8 +2924,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2924
2924
|
type: z.ZodLiteral<"checkbox">;
|
|
2925
2925
|
}, "strip", z.ZodTypeAny, {
|
|
2926
2926
|
type: "checkbox";
|
|
2927
|
-
label: string;
|
|
2928
2927
|
key: string;
|
|
2928
|
+
label: string;
|
|
2929
2929
|
description?: string | undefined;
|
|
2930
2930
|
required?: boolean | undefined;
|
|
2931
2931
|
placeholder?: string | undefined;
|
|
@@ -2937,8 +2937,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2937
2937
|
helperText?: string | undefined;
|
|
2938
2938
|
helperLinks?: {
|
|
2939
2939
|
url: string;
|
|
2940
|
-
label: string;
|
|
2941
2940
|
key: string;
|
|
2941
|
+
label: string;
|
|
2942
2942
|
}[] | undefined;
|
|
2943
2943
|
resolvesTo?: {
|
|
2944
2944
|
key: string;
|
|
@@ -2961,9 +2961,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2961
2961
|
type: "function";
|
|
2962
2962
|
functionName: string;
|
|
2963
2963
|
params?: Record<string, unknown> | undefined;
|
|
2964
|
+
appId?: string | undefined;
|
|
2964
2965
|
triggerOnLoad?: boolean | undefined;
|
|
2965
2966
|
triggerFieldKeys?: string[] | undefined;
|
|
2966
|
-
appId?: string | undefined;
|
|
2967
2967
|
} | {
|
|
2968
2968
|
type: "nativeFunction";
|
|
2969
2969
|
functionName: string;
|
|
@@ -2973,8 +2973,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2973
2973
|
} | undefined;
|
|
2974
2974
|
}, {
|
|
2975
2975
|
type: "checkbox";
|
|
2976
|
-
label: string;
|
|
2977
2976
|
key: string;
|
|
2977
|
+
label: string;
|
|
2978
2978
|
description?: string | undefined;
|
|
2979
2979
|
required?: boolean | undefined;
|
|
2980
2980
|
placeholder?: string | undefined;
|
|
@@ -2986,8 +2986,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
2986
2986
|
helperText?: string | undefined;
|
|
2987
2987
|
helperLinks?: {
|
|
2988
2988
|
url: string;
|
|
2989
|
-
label: string;
|
|
2990
2989
|
key: string;
|
|
2990
|
+
label: string;
|
|
2991
2991
|
}[] | undefined;
|
|
2992
2992
|
resolvesTo?: {
|
|
2993
2993
|
key: string;
|
|
@@ -3010,9 +3010,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3010
3010
|
type: "function";
|
|
3011
3011
|
functionName: string;
|
|
3012
3012
|
params?: Record<string, unknown> | undefined;
|
|
3013
|
+
appId?: string | undefined;
|
|
3013
3014
|
triggerOnLoad?: boolean | undefined;
|
|
3014
3015
|
triggerFieldKeys?: string[] | undefined;
|
|
3015
|
-
appId?: string | undefined;
|
|
3016
3016
|
} | {
|
|
3017
3017
|
type: "nativeFunction";
|
|
3018
3018
|
functionName: string;
|
|
@@ -3031,12 +3031,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3031
3031
|
url: z.ZodString;
|
|
3032
3032
|
}, "strip", z.ZodTypeAny, {
|
|
3033
3033
|
url: string;
|
|
3034
|
-
label: string;
|
|
3035
3034
|
key: string;
|
|
3035
|
+
label: string;
|
|
3036
3036
|
}, {
|
|
3037
3037
|
url: string;
|
|
3038
|
-
label: string;
|
|
3039
3038
|
key: string;
|
|
3039
|
+
label: string;
|
|
3040
3040
|
}>, "many">>;
|
|
3041
3041
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
3042
3042
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -3104,16 +3104,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3104
3104
|
type: "function";
|
|
3105
3105
|
functionName: string;
|
|
3106
3106
|
params?: Record<string, unknown> | undefined;
|
|
3107
|
+
appId?: string | undefined;
|
|
3107
3108
|
triggerOnLoad?: boolean | undefined;
|
|
3108
3109
|
triggerFieldKeys?: string[] | undefined;
|
|
3109
|
-
appId?: string | undefined;
|
|
3110
3110
|
}, {
|
|
3111
3111
|
type: "function";
|
|
3112
3112
|
functionName: string;
|
|
3113
3113
|
params?: Record<string, unknown> | undefined;
|
|
3114
|
+
appId?: string | undefined;
|
|
3114
3115
|
triggerOnLoad?: boolean | undefined;
|
|
3115
3116
|
triggerFieldKeys?: string[] | undefined;
|
|
3116
|
-
appId?: string | undefined;
|
|
3117
3117
|
}>, z.ZodObject<{
|
|
3118
3118
|
functionName: z.ZodString;
|
|
3119
3119
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -3138,8 +3138,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3138
3138
|
type: z.ZodLiteral<"switch">;
|
|
3139
3139
|
}, "strip", z.ZodTypeAny, {
|
|
3140
3140
|
type: "switch";
|
|
3141
|
-
label: string;
|
|
3142
3141
|
key: string;
|
|
3142
|
+
label: string;
|
|
3143
3143
|
description?: string | undefined;
|
|
3144
3144
|
required?: boolean | undefined;
|
|
3145
3145
|
placeholder?: string | undefined;
|
|
@@ -3151,8 +3151,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3151
3151
|
helperText?: string | undefined;
|
|
3152
3152
|
helperLinks?: {
|
|
3153
3153
|
url: string;
|
|
3154
|
-
label: string;
|
|
3155
3154
|
key: string;
|
|
3155
|
+
label: string;
|
|
3156
3156
|
}[] | undefined;
|
|
3157
3157
|
resolvesTo?: {
|
|
3158
3158
|
key: string;
|
|
@@ -3175,9 +3175,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3175
3175
|
type: "function";
|
|
3176
3176
|
functionName: string;
|
|
3177
3177
|
params?: Record<string, unknown> | undefined;
|
|
3178
|
+
appId?: string | undefined;
|
|
3178
3179
|
triggerOnLoad?: boolean | undefined;
|
|
3179
3180
|
triggerFieldKeys?: string[] | undefined;
|
|
3180
|
-
appId?: string | undefined;
|
|
3181
3181
|
} | {
|
|
3182
3182
|
type: "nativeFunction";
|
|
3183
3183
|
functionName: string;
|
|
@@ -3187,8 +3187,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3187
3187
|
} | undefined;
|
|
3188
3188
|
}, {
|
|
3189
3189
|
type: "switch";
|
|
3190
|
-
label: string;
|
|
3191
3190
|
key: string;
|
|
3191
|
+
label: string;
|
|
3192
3192
|
description?: string | undefined;
|
|
3193
3193
|
required?: boolean | undefined;
|
|
3194
3194
|
placeholder?: string | undefined;
|
|
@@ -3200,8 +3200,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3200
3200
|
helperText?: string | undefined;
|
|
3201
3201
|
helperLinks?: {
|
|
3202
3202
|
url: string;
|
|
3203
|
-
label: string;
|
|
3204
3203
|
key: string;
|
|
3204
|
+
label: string;
|
|
3205
3205
|
}[] | undefined;
|
|
3206
3206
|
resolvesTo?: {
|
|
3207
3207
|
key: string;
|
|
@@ -3224,9 +3224,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3224
3224
|
type: "function";
|
|
3225
3225
|
functionName: string;
|
|
3226
3226
|
params?: Record<string, unknown> | undefined;
|
|
3227
|
+
appId?: string | undefined;
|
|
3227
3228
|
triggerOnLoad?: boolean | undefined;
|
|
3228
3229
|
triggerFieldKeys?: string[] | undefined;
|
|
3229
|
-
appId?: string | undefined;
|
|
3230
3230
|
} | {
|
|
3231
3231
|
type: "nativeFunction";
|
|
3232
3232
|
functionName: string;
|
|
@@ -3245,12 +3245,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3245
3245
|
url: z.ZodString;
|
|
3246
3246
|
}, "strip", z.ZodTypeAny, {
|
|
3247
3247
|
url: string;
|
|
3248
|
-
label: string;
|
|
3249
3248
|
key: string;
|
|
3249
|
+
label: string;
|
|
3250
3250
|
}, {
|
|
3251
3251
|
url: string;
|
|
3252
|
-
label: string;
|
|
3253
3252
|
key: string;
|
|
3253
|
+
label: string;
|
|
3254
3254
|
}>, "many">>;
|
|
3255
3255
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
3256
3256
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -3318,16 +3318,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3318
3318
|
type: "function";
|
|
3319
3319
|
functionName: string;
|
|
3320
3320
|
params?: Record<string, unknown> | undefined;
|
|
3321
|
+
appId?: string | undefined;
|
|
3321
3322
|
triggerOnLoad?: boolean | undefined;
|
|
3322
3323
|
triggerFieldKeys?: string[] | undefined;
|
|
3323
|
-
appId?: string | undefined;
|
|
3324
3324
|
}, {
|
|
3325
3325
|
type: "function";
|
|
3326
3326
|
functionName: string;
|
|
3327
3327
|
params?: Record<string, unknown> | undefined;
|
|
3328
|
+
appId?: string | undefined;
|
|
3328
3329
|
triggerOnLoad?: boolean | undefined;
|
|
3329
3330
|
triggerFieldKeys?: string[] | undefined;
|
|
3330
|
-
appId?: string | undefined;
|
|
3331
3331
|
}>, z.ZodObject<{
|
|
3332
3332
|
functionName: z.ZodString;
|
|
3333
3333
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -3381,8 +3381,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3381
3381
|
numberPlaceholder: z.ZodOptional<z.ZodString>;
|
|
3382
3382
|
}, "strip", z.ZodTypeAny, {
|
|
3383
3383
|
type: "phone";
|
|
3384
|
-
label: string;
|
|
3385
3384
|
key: string;
|
|
3385
|
+
label: string;
|
|
3386
3386
|
description?: string | undefined;
|
|
3387
3387
|
required?: boolean | undefined;
|
|
3388
3388
|
placeholder?: string | undefined;
|
|
@@ -3394,8 +3394,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3394
3394
|
helperText?: string | undefined;
|
|
3395
3395
|
helperLinks?: {
|
|
3396
3396
|
url: string;
|
|
3397
|
-
label: string;
|
|
3398
3397
|
key: string;
|
|
3398
|
+
label: string;
|
|
3399
3399
|
}[] | undefined;
|
|
3400
3400
|
resolvesTo?: {
|
|
3401
3401
|
key: string;
|
|
@@ -3418,9 +3418,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3418
3418
|
type: "function";
|
|
3419
3419
|
functionName: string;
|
|
3420
3420
|
params?: Record<string, unknown> | undefined;
|
|
3421
|
+
appId?: string | undefined;
|
|
3421
3422
|
triggerOnLoad?: boolean | undefined;
|
|
3422
3423
|
triggerFieldKeys?: string[] | undefined;
|
|
3423
|
-
appId?: string | undefined;
|
|
3424
3424
|
} | {
|
|
3425
3425
|
type: "nativeFunction";
|
|
3426
3426
|
functionName: string;
|
|
@@ -3443,8 +3443,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3443
3443
|
numberPlaceholder?: string | undefined;
|
|
3444
3444
|
}, {
|
|
3445
3445
|
type: "phone";
|
|
3446
|
-
label: string;
|
|
3447
3446
|
key: string;
|
|
3447
|
+
label: string;
|
|
3448
3448
|
description?: string | undefined;
|
|
3449
3449
|
required?: boolean | undefined;
|
|
3450
3450
|
placeholder?: string | undefined;
|
|
@@ -3456,8 +3456,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3456
3456
|
helperText?: string | undefined;
|
|
3457
3457
|
helperLinks?: {
|
|
3458
3458
|
url: string;
|
|
3459
|
-
label: string;
|
|
3460
3459
|
key: string;
|
|
3460
|
+
label: string;
|
|
3461
3461
|
}[] | undefined;
|
|
3462
3462
|
resolvesTo?: {
|
|
3463
3463
|
key: string;
|
|
@@ -3480,9 +3480,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3480
3480
|
type: "function";
|
|
3481
3481
|
functionName: string;
|
|
3482
3482
|
params?: Record<string, unknown> | undefined;
|
|
3483
|
+
appId?: string | undefined;
|
|
3483
3484
|
triggerOnLoad?: boolean | undefined;
|
|
3484
3485
|
triggerFieldKeys?: string[] | undefined;
|
|
3485
|
-
appId?: string | undefined;
|
|
3486
3486
|
} | {
|
|
3487
3487
|
type: "nativeFunction";
|
|
3488
3488
|
functionName: string;
|
|
@@ -3514,12 +3514,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3514
3514
|
url: z.ZodString;
|
|
3515
3515
|
}, "strip", z.ZodTypeAny, {
|
|
3516
3516
|
url: string;
|
|
3517
|
-
label: string;
|
|
3518
3517
|
key: string;
|
|
3518
|
+
label: string;
|
|
3519
3519
|
}, {
|
|
3520
3520
|
url: string;
|
|
3521
|
-
label: string;
|
|
3522
3521
|
key: string;
|
|
3522
|
+
label: string;
|
|
3523
3523
|
}>, "many">>;
|
|
3524
3524
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
3525
3525
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -3587,16 +3587,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3587
3587
|
type: "function";
|
|
3588
3588
|
functionName: string;
|
|
3589
3589
|
params?: Record<string, unknown> | undefined;
|
|
3590
|
+
appId?: string | undefined;
|
|
3590
3591
|
triggerOnLoad?: boolean | undefined;
|
|
3591
3592
|
triggerFieldKeys?: string[] | undefined;
|
|
3592
|
-
appId?: string | undefined;
|
|
3593
3593
|
}, {
|
|
3594
3594
|
type: "function";
|
|
3595
3595
|
functionName: string;
|
|
3596
3596
|
params?: Record<string, unknown> | undefined;
|
|
3597
|
+
appId?: string | undefined;
|
|
3597
3598
|
triggerOnLoad?: boolean | undefined;
|
|
3598
3599
|
triggerFieldKeys?: string[] | undefined;
|
|
3599
|
-
appId?: string | undefined;
|
|
3600
3600
|
}>, z.ZodObject<{
|
|
3601
3601
|
functionName: z.ZodString;
|
|
3602
3602
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -3667,8 +3667,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3667
3667
|
address2Placeholder: z.ZodOptional<z.ZodString>;
|
|
3668
3668
|
}, "strip", z.ZodTypeAny, {
|
|
3669
3669
|
type: "address";
|
|
3670
|
-
label: string;
|
|
3671
3670
|
key: string;
|
|
3671
|
+
label: string;
|
|
3672
3672
|
description?: string | undefined;
|
|
3673
3673
|
required?: boolean | undefined;
|
|
3674
3674
|
placeholder?: string | undefined;
|
|
@@ -3680,8 +3680,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3680
3680
|
helperText?: string | undefined;
|
|
3681
3681
|
helperLinks?: {
|
|
3682
3682
|
url: string;
|
|
3683
|
-
label: string;
|
|
3684
3683
|
key: string;
|
|
3684
|
+
label: string;
|
|
3685
3685
|
}[] | undefined;
|
|
3686
3686
|
resolvesTo?: {
|
|
3687
3687
|
key: string;
|
|
@@ -3704,9 +3704,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3704
3704
|
type: "function";
|
|
3705
3705
|
functionName: string;
|
|
3706
3706
|
params?: Record<string, unknown> | undefined;
|
|
3707
|
+
appId?: string | undefined;
|
|
3707
3708
|
triggerOnLoad?: boolean | undefined;
|
|
3708
3709
|
triggerFieldKeys?: string[] | undefined;
|
|
3709
|
-
appId?: string | undefined;
|
|
3710
3710
|
} | {
|
|
3711
3711
|
type: "nativeFunction";
|
|
3712
3712
|
functionName: string;
|
|
@@ -3738,8 +3738,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3738
3738
|
address2Placeholder?: string | undefined;
|
|
3739
3739
|
}, {
|
|
3740
3740
|
type: "address";
|
|
3741
|
-
label: string;
|
|
3742
3741
|
key: string;
|
|
3742
|
+
label: string;
|
|
3743
3743
|
description?: string | undefined;
|
|
3744
3744
|
required?: boolean | undefined;
|
|
3745
3745
|
placeholder?: string | undefined;
|
|
@@ -3751,8 +3751,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3751
3751
|
helperText?: string | undefined;
|
|
3752
3752
|
helperLinks?: {
|
|
3753
3753
|
url: string;
|
|
3754
|
-
label: string;
|
|
3755
3754
|
key: string;
|
|
3755
|
+
label: string;
|
|
3756
3756
|
}[] | undefined;
|
|
3757
3757
|
resolvesTo?: {
|
|
3758
3758
|
key: string;
|
|
@@ -3775,9 +3775,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3775
3775
|
type: "function";
|
|
3776
3776
|
functionName: string;
|
|
3777
3777
|
params?: Record<string, unknown> | undefined;
|
|
3778
|
+
appId?: string | undefined;
|
|
3778
3779
|
triggerOnLoad?: boolean | undefined;
|
|
3779
3780
|
triggerFieldKeys?: string[] | undefined;
|
|
3780
|
-
appId?: string | undefined;
|
|
3781
3781
|
} | {
|
|
3782
3782
|
type: "nativeFunction";
|
|
3783
3783
|
functionName: string;
|
|
@@ -3818,12 +3818,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3818
3818
|
url: z.ZodString;
|
|
3819
3819
|
}, "strip", z.ZodTypeAny, {
|
|
3820
3820
|
url: string;
|
|
3821
|
-
label: string;
|
|
3822
3821
|
key: string;
|
|
3822
|
+
label: string;
|
|
3823
3823
|
}, {
|
|
3824
3824
|
url: string;
|
|
3825
|
-
label: string;
|
|
3826
3825
|
key: string;
|
|
3826
|
+
label: string;
|
|
3827
3827
|
}>, "many">>;
|
|
3828
3828
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
3829
3829
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -3891,16 +3891,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3891
3891
|
type: "function";
|
|
3892
3892
|
functionName: string;
|
|
3893
3893
|
params?: Record<string, unknown> | undefined;
|
|
3894
|
+
appId?: string | undefined;
|
|
3894
3895
|
triggerOnLoad?: boolean | undefined;
|
|
3895
3896
|
triggerFieldKeys?: string[] | undefined;
|
|
3896
|
-
appId?: string | undefined;
|
|
3897
3897
|
}, {
|
|
3898
3898
|
type: "function";
|
|
3899
3899
|
functionName: string;
|
|
3900
3900
|
params?: Record<string, unknown> | undefined;
|
|
3901
|
+
appId?: string | undefined;
|
|
3901
3902
|
triggerOnLoad?: boolean | undefined;
|
|
3902
3903
|
triggerFieldKeys?: string[] | undefined;
|
|
3903
|
-
appId?: string | undefined;
|
|
3904
3904
|
}>, z.ZodObject<{
|
|
3905
3905
|
functionName: z.ZodString;
|
|
3906
3906
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -3928,8 +3928,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3928
3928
|
multiple: z.ZodOptional<z.ZodBoolean>;
|
|
3929
3929
|
}, "strip", z.ZodTypeAny, {
|
|
3930
3930
|
type: "image";
|
|
3931
|
-
label: string;
|
|
3932
3931
|
key: string;
|
|
3932
|
+
label: string;
|
|
3933
3933
|
description?: string | undefined;
|
|
3934
3934
|
required?: boolean | undefined;
|
|
3935
3935
|
placeholder?: string | undefined;
|
|
@@ -3941,8 +3941,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3941
3941
|
helperText?: string | undefined;
|
|
3942
3942
|
helperLinks?: {
|
|
3943
3943
|
url: string;
|
|
3944
|
-
label: string;
|
|
3945
3944
|
key: string;
|
|
3945
|
+
label: string;
|
|
3946
3946
|
}[] | undefined;
|
|
3947
3947
|
resolvesTo?: {
|
|
3948
3948
|
key: string;
|
|
@@ -3965,9 +3965,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3965
3965
|
type: "function";
|
|
3966
3966
|
functionName: string;
|
|
3967
3967
|
params?: Record<string, unknown> | undefined;
|
|
3968
|
+
appId?: string | undefined;
|
|
3968
3969
|
triggerOnLoad?: boolean | undefined;
|
|
3969
3970
|
triggerFieldKeys?: string[] | undefined;
|
|
3970
|
-
appId?: string | undefined;
|
|
3971
3971
|
} | {
|
|
3972
3972
|
type: "nativeFunction";
|
|
3973
3973
|
functionName: string;
|
|
@@ -3980,8 +3980,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3980
3980
|
multiple?: boolean | undefined;
|
|
3981
3981
|
}, {
|
|
3982
3982
|
type: "image";
|
|
3983
|
-
label: string;
|
|
3984
3983
|
key: string;
|
|
3984
|
+
label: string;
|
|
3985
3985
|
description?: string | undefined;
|
|
3986
3986
|
required?: boolean | undefined;
|
|
3987
3987
|
placeholder?: string | undefined;
|
|
@@ -3993,8 +3993,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
3993
3993
|
helperText?: string | undefined;
|
|
3994
3994
|
helperLinks?: {
|
|
3995
3995
|
url: string;
|
|
3996
|
-
label: string;
|
|
3997
3996
|
key: string;
|
|
3997
|
+
label: string;
|
|
3998
3998
|
}[] | undefined;
|
|
3999
3999
|
resolvesTo?: {
|
|
4000
4000
|
key: string;
|
|
@@ -4017,9 +4017,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4017
4017
|
type: "function";
|
|
4018
4018
|
functionName: string;
|
|
4019
4019
|
params?: Record<string, unknown> | undefined;
|
|
4020
|
+
appId?: string | undefined;
|
|
4020
4021
|
triggerOnLoad?: boolean | undefined;
|
|
4021
4022
|
triggerFieldKeys?: string[] | undefined;
|
|
4022
|
-
appId?: string | undefined;
|
|
4023
4023
|
} | {
|
|
4024
4024
|
type: "nativeFunction";
|
|
4025
4025
|
functionName: string;
|
|
@@ -4035,8 +4035,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4035
4035
|
type: "group";
|
|
4036
4036
|
fields: ({
|
|
4037
4037
|
type: "text";
|
|
4038
|
-
label: string;
|
|
4039
4038
|
key: string;
|
|
4039
|
+
label: string;
|
|
4040
4040
|
description?: string | undefined;
|
|
4041
4041
|
required?: boolean | undefined;
|
|
4042
4042
|
placeholder?: string | undefined;
|
|
@@ -4048,8 +4048,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4048
4048
|
helperText?: string | undefined;
|
|
4049
4049
|
helperLinks?: {
|
|
4050
4050
|
url: string;
|
|
4051
|
-
label: string;
|
|
4052
4051
|
key: string;
|
|
4052
|
+
label: string;
|
|
4053
4053
|
}[] | undefined;
|
|
4054
4054
|
resolvesTo?: {
|
|
4055
4055
|
key: string;
|
|
@@ -4072,9 +4072,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4072
4072
|
type: "function";
|
|
4073
4073
|
functionName: string;
|
|
4074
4074
|
params?: Record<string, unknown> | undefined;
|
|
4075
|
+
appId?: string | undefined;
|
|
4075
4076
|
triggerOnLoad?: boolean | undefined;
|
|
4076
4077
|
triggerFieldKeys?: string[] | undefined;
|
|
4077
|
-
appId?: string | undefined;
|
|
4078
4078
|
} | {
|
|
4079
4079
|
type: "nativeFunction";
|
|
4080
4080
|
functionName: string;
|
|
@@ -4084,9 +4084,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4084
4084
|
} | undefined;
|
|
4085
4085
|
} | {
|
|
4086
4086
|
type: "textarea";
|
|
4087
|
-
label: string;
|
|
4088
4087
|
key: string;
|
|
4088
|
+
label: string;
|
|
4089
4089
|
description?: string | undefined;
|
|
4090
|
+
rows?: number | undefined;
|
|
4090
4091
|
required?: boolean | undefined;
|
|
4091
4092
|
placeholder?: string | undefined;
|
|
4092
4093
|
validationRegex?: string | undefined;
|
|
@@ -4097,8 +4098,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4097
4098
|
helperText?: string | undefined;
|
|
4098
4099
|
helperLinks?: {
|
|
4099
4100
|
url: string;
|
|
4100
|
-
label: string;
|
|
4101
4101
|
key: string;
|
|
4102
|
+
label: string;
|
|
4102
4103
|
}[] | undefined;
|
|
4103
4104
|
resolvesTo?: {
|
|
4104
4105
|
key: string;
|
|
@@ -4121,9 +4122,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4121
4122
|
type: "function";
|
|
4122
4123
|
functionName: string;
|
|
4123
4124
|
params?: Record<string, unknown> | undefined;
|
|
4125
|
+
appId?: string | undefined;
|
|
4124
4126
|
triggerOnLoad?: boolean | undefined;
|
|
4125
4127
|
triggerFieldKeys?: string[] | undefined;
|
|
4126
|
-
appId?: string | undefined;
|
|
4127
4128
|
} | {
|
|
4128
4129
|
type: "nativeFunction";
|
|
4129
4130
|
functionName: string;
|
|
@@ -4131,11 +4132,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4131
4132
|
triggerOnLoad?: boolean | undefined;
|
|
4132
4133
|
triggerFieldKeys?: string[] | undefined;
|
|
4133
4134
|
} | undefined;
|
|
4134
|
-
rows?: number | undefined;
|
|
4135
4135
|
} | {
|
|
4136
4136
|
type: "password";
|
|
4137
|
-
label: string;
|
|
4138
4137
|
key: string;
|
|
4138
|
+
label: string;
|
|
4139
4139
|
description?: string | undefined;
|
|
4140
4140
|
required?: boolean | undefined;
|
|
4141
4141
|
maskType?: string | undefined;
|
|
@@ -4148,8 +4148,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4148
4148
|
helperText?: string | undefined;
|
|
4149
4149
|
helperLinks?: {
|
|
4150
4150
|
url: string;
|
|
4151
|
-
label: string;
|
|
4152
4151
|
key: string;
|
|
4152
|
+
label: string;
|
|
4153
4153
|
}[] | undefined;
|
|
4154
4154
|
resolvesTo?: {
|
|
4155
4155
|
key: string;
|
|
@@ -4172,9 +4172,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4172
4172
|
type: "function";
|
|
4173
4173
|
functionName: string;
|
|
4174
4174
|
params?: Record<string, unknown> | undefined;
|
|
4175
|
+
appId?: string | undefined;
|
|
4175
4176
|
triggerOnLoad?: boolean | undefined;
|
|
4176
4177
|
triggerFieldKeys?: string[] | undefined;
|
|
4177
|
-
appId?: string | undefined;
|
|
4178
4178
|
} | {
|
|
4179
4179
|
type: "nativeFunction";
|
|
4180
4180
|
functionName: string;
|
|
@@ -4184,8 +4184,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4184
4184
|
} | undefined;
|
|
4185
4185
|
} | {
|
|
4186
4186
|
type: "number";
|
|
4187
|
-
label: string;
|
|
4188
4187
|
key: string;
|
|
4188
|
+
label: string;
|
|
4189
4189
|
description?: string | undefined;
|
|
4190
4190
|
required?: boolean | undefined;
|
|
4191
4191
|
placeholder?: string | undefined;
|
|
@@ -4197,8 +4197,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4197
4197
|
helperText?: string | undefined;
|
|
4198
4198
|
helperLinks?: {
|
|
4199
4199
|
url: string;
|
|
4200
|
-
label: string;
|
|
4201
4200
|
key: string;
|
|
4201
|
+
label: string;
|
|
4202
4202
|
}[] | undefined;
|
|
4203
4203
|
resolvesTo?: {
|
|
4204
4204
|
key: string;
|
|
@@ -4221,9 +4221,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4221
4221
|
type: "function";
|
|
4222
4222
|
functionName: string;
|
|
4223
4223
|
params?: Record<string, unknown> | undefined;
|
|
4224
|
+
appId?: string | undefined;
|
|
4224
4225
|
triggerOnLoad?: boolean | undefined;
|
|
4225
4226
|
triggerFieldKeys?: string[] | undefined;
|
|
4226
|
-
appId?: string | undefined;
|
|
4227
4227
|
} | {
|
|
4228
4228
|
type: "nativeFunction";
|
|
4229
4229
|
functionName: string;
|
|
@@ -4236,8 +4236,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4236
4236
|
step?: number | undefined;
|
|
4237
4237
|
} | {
|
|
4238
4238
|
type: "select";
|
|
4239
|
-
label: string;
|
|
4240
4239
|
key: string;
|
|
4240
|
+
label: string;
|
|
4241
4241
|
description?: string | undefined;
|
|
4242
4242
|
required?: boolean | undefined;
|
|
4243
4243
|
placeholder?: string | undefined;
|
|
@@ -4249,8 +4249,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4249
4249
|
helperText?: string | undefined;
|
|
4250
4250
|
helperLinks?: {
|
|
4251
4251
|
url: string;
|
|
4252
|
-
label: string;
|
|
4253
4252
|
key: string;
|
|
4253
|
+
label: string;
|
|
4254
4254
|
}[] | undefined;
|
|
4255
4255
|
resolvesTo?: {
|
|
4256
4256
|
key: string;
|
|
@@ -4273,9 +4273,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4273
4273
|
type: "function";
|
|
4274
4274
|
functionName: string;
|
|
4275
4275
|
params?: Record<string, unknown> | undefined;
|
|
4276
|
+
appId?: string | undefined;
|
|
4276
4277
|
triggerOnLoad?: boolean | undefined;
|
|
4277
4278
|
triggerFieldKeys?: string[] | undefined;
|
|
4278
|
-
appId?: string | undefined;
|
|
4279
4279
|
} | {
|
|
4280
4280
|
type: "nativeFunction";
|
|
4281
4281
|
functionName: string;
|
|
@@ -4291,8 +4291,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4291
4291
|
}[] | undefined;
|
|
4292
4292
|
} | {
|
|
4293
4293
|
type: "multiselect";
|
|
4294
|
-
label: string;
|
|
4295
4294
|
key: string;
|
|
4295
|
+
label: string;
|
|
4296
4296
|
description?: string | undefined;
|
|
4297
4297
|
required?: boolean | undefined;
|
|
4298
4298
|
placeholder?: string | undefined;
|
|
@@ -4304,8 +4304,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4304
4304
|
helperText?: string | undefined;
|
|
4305
4305
|
helperLinks?: {
|
|
4306
4306
|
url: string;
|
|
4307
|
-
label: string;
|
|
4308
4307
|
key: string;
|
|
4308
|
+
label: string;
|
|
4309
4309
|
}[] | undefined;
|
|
4310
4310
|
resolvesTo?: {
|
|
4311
4311
|
key: string;
|
|
@@ -4328,9 +4328,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4328
4328
|
type: "function";
|
|
4329
4329
|
functionName: string;
|
|
4330
4330
|
params?: Record<string, unknown> | undefined;
|
|
4331
|
+
appId?: string | undefined;
|
|
4331
4332
|
triggerOnLoad?: boolean | undefined;
|
|
4332
4333
|
triggerFieldKeys?: string[] | undefined;
|
|
4333
|
-
appId?: string | undefined;
|
|
4334
4334
|
} | {
|
|
4335
4335
|
type: "nativeFunction";
|
|
4336
4336
|
functionName: string;
|
|
@@ -4348,8 +4348,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4348
4348
|
maxSelections?: number | undefined;
|
|
4349
4349
|
} | {
|
|
4350
4350
|
type: "radio";
|
|
4351
|
-
label: string;
|
|
4352
4351
|
key: string;
|
|
4352
|
+
label: string;
|
|
4353
4353
|
description?: string | undefined;
|
|
4354
4354
|
required?: boolean | undefined;
|
|
4355
4355
|
placeholder?: string | undefined;
|
|
@@ -4361,8 +4361,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4361
4361
|
helperText?: string | undefined;
|
|
4362
4362
|
helperLinks?: {
|
|
4363
4363
|
url: string;
|
|
4364
|
-
label: string;
|
|
4365
4364
|
key: string;
|
|
4365
|
+
label: string;
|
|
4366
4366
|
}[] | undefined;
|
|
4367
4367
|
resolvesTo?: {
|
|
4368
4368
|
key: string;
|
|
@@ -4385,9 +4385,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4385
4385
|
type: "function";
|
|
4386
4386
|
functionName: string;
|
|
4387
4387
|
params?: Record<string, unknown> | undefined;
|
|
4388
|
+
appId?: string | undefined;
|
|
4388
4389
|
triggerOnLoad?: boolean | undefined;
|
|
4389
4390
|
triggerFieldKeys?: string[] | undefined;
|
|
4390
|
-
appId?: string | undefined;
|
|
4391
4391
|
} | {
|
|
4392
4392
|
type: "nativeFunction";
|
|
4393
4393
|
functionName: string;
|
|
@@ -4403,8 +4403,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4403
4403
|
}[] | undefined;
|
|
4404
4404
|
} | {
|
|
4405
4405
|
type: "checkbox";
|
|
4406
|
-
label: string;
|
|
4407
4406
|
key: string;
|
|
4407
|
+
label: string;
|
|
4408
4408
|
description?: string | undefined;
|
|
4409
4409
|
required?: boolean | undefined;
|
|
4410
4410
|
placeholder?: string | undefined;
|
|
@@ -4416,8 +4416,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4416
4416
|
helperText?: string | undefined;
|
|
4417
4417
|
helperLinks?: {
|
|
4418
4418
|
url: string;
|
|
4419
|
-
label: string;
|
|
4420
4419
|
key: string;
|
|
4420
|
+
label: string;
|
|
4421
4421
|
}[] | undefined;
|
|
4422
4422
|
resolvesTo?: {
|
|
4423
4423
|
key: string;
|
|
@@ -4440,9 +4440,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4440
4440
|
type: "function";
|
|
4441
4441
|
functionName: string;
|
|
4442
4442
|
params?: Record<string, unknown> | undefined;
|
|
4443
|
+
appId?: string | undefined;
|
|
4443
4444
|
triggerOnLoad?: boolean | undefined;
|
|
4444
4445
|
triggerFieldKeys?: string[] | undefined;
|
|
4445
|
-
appId?: string | undefined;
|
|
4446
4446
|
} | {
|
|
4447
4447
|
type: "nativeFunction";
|
|
4448
4448
|
functionName: string;
|
|
@@ -4452,8 +4452,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4452
4452
|
} | undefined;
|
|
4453
4453
|
} | {
|
|
4454
4454
|
type: "switch";
|
|
4455
|
-
label: string;
|
|
4456
4455
|
key: string;
|
|
4456
|
+
label: string;
|
|
4457
4457
|
description?: string | undefined;
|
|
4458
4458
|
required?: boolean | undefined;
|
|
4459
4459
|
placeholder?: string | undefined;
|
|
@@ -4465,8 +4465,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4465
4465
|
helperText?: string | undefined;
|
|
4466
4466
|
helperLinks?: {
|
|
4467
4467
|
url: string;
|
|
4468
|
-
label: string;
|
|
4469
4468
|
key: string;
|
|
4469
|
+
label: string;
|
|
4470
4470
|
}[] | undefined;
|
|
4471
4471
|
resolvesTo?: {
|
|
4472
4472
|
key: string;
|
|
@@ -4489,9 +4489,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4489
4489
|
type: "function";
|
|
4490
4490
|
functionName: string;
|
|
4491
4491
|
params?: Record<string, unknown> | undefined;
|
|
4492
|
+
appId?: string | undefined;
|
|
4492
4493
|
triggerOnLoad?: boolean | undefined;
|
|
4493
4494
|
triggerFieldKeys?: string[] | undefined;
|
|
4494
|
-
appId?: string | undefined;
|
|
4495
4495
|
} | {
|
|
4496
4496
|
type: "nativeFunction";
|
|
4497
4497
|
functionName: string;
|
|
@@ -4501,8 +4501,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4501
4501
|
} | undefined;
|
|
4502
4502
|
} | {
|
|
4503
4503
|
type: "phone";
|
|
4504
|
-
label: string;
|
|
4505
4504
|
key: string;
|
|
4505
|
+
label: string;
|
|
4506
4506
|
description?: string | undefined;
|
|
4507
4507
|
required?: boolean | undefined;
|
|
4508
4508
|
placeholder?: string | undefined;
|
|
@@ -4514,8 +4514,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4514
4514
|
helperText?: string | undefined;
|
|
4515
4515
|
helperLinks?: {
|
|
4516
4516
|
url: string;
|
|
4517
|
-
label: string;
|
|
4518
4517
|
key: string;
|
|
4518
|
+
label: string;
|
|
4519
4519
|
}[] | undefined;
|
|
4520
4520
|
resolvesTo?: {
|
|
4521
4521
|
key: string;
|
|
@@ -4538,9 +4538,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4538
4538
|
type: "function";
|
|
4539
4539
|
functionName: string;
|
|
4540
4540
|
params?: Record<string, unknown> | undefined;
|
|
4541
|
+
appId?: string | undefined;
|
|
4541
4542
|
triggerOnLoad?: boolean | undefined;
|
|
4542
4543
|
triggerFieldKeys?: string[] | undefined;
|
|
4543
|
-
appId?: string | undefined;
|
|
4544
4544
|
} | {
|
|
4545
4545
|
type: "nativeFunction";
|
|
4546
4546
|
functionName: string;
|
|
@@ -4563,8 +4563,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4563
4563
|
numberPlaceholder?: string | undefined;
|
|
4564
4564
|
} | {
|
|
4565
4565
|
type: "address";
|
|
4566
|
-
label: string;
|
|
4567
4566
|
key: string;
|
|
4567
|
+
label: string;
|
|
4568
4568
|
description?: string | undefined;
|
|
4569
4569
|
required?: boolean | undefined;
|
|
4570
4570
|
placeholder?: string | undefined;
|
|
@@ -4576,8 +4576,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4576
4576
|
helperText?: string | undefined;
|
|
4577
4577
|
helperLinks?: {
|
|
4578
4578
|
url: string;
|
|
4579
|
-
label: string;
|
|
4580
4579
|
key: string;
|
|
4580
|
+
label: string;
|
|
4581
4581
|
}[] | undefined;
|
|
4582
4582
|
resolvesTo?: {
|
|
4583
4583
|
key: string;
|
|
@@ -4600,9 +4600,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4600
4600
|
type: "function";
|
|
4601
4601
|
functionName: string;
|
|
4602
4602
|
params?: Record<string, unknown> | undefined;
|
|
4603
|
+
appId?: string | undefined;
|
|
4603
4604
|
triggerOnLoad?: boolean | undefined;
|
|
4604
4605
|
triggerFieldKeys?: string[] | undefined;
|
|
4605
|
-
appId?: string | undefined;
|
|
4606
4606
|
} | {
|
|
4607
4607
|
type: "nativeFunction";
|
|
4608
4608
|
functionName: string;
|
|
@@ -4634,8 +4634,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4634
4634
|
address2Placeholder?: string | undefined;
|
|
4635
4635
|
} | {
|
|
4636
4636
|
type: "image";
|
|
4637
|
-
label: string;
|
|
4638
4637
|
key: string;
|
|
4638
|
+
label: string;
|
|
4639
4639
|
description?: string | undefined;
|
|
4640
4640
|
required?: boolean | undefined;
|
|
4641
4641
|
placeholder?: string | undefined;
|
|
@@ -4647,8 +4647,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4647
4647
|
helperText?: string | undefined;
|
|
4648
4648
|
helperLinks?: {
|
|
4649
4649
|
url: string;
|
|
4650
|
-
label: string;
|
|
4651
4650
|
key: string;
|
|
4651
|
+
label: string;
|
|
4652
4652
|
}[] | undefined;
|
|
4653
4653
|
resolvesTo?: {
|
|
4654
4654
|
key: string;
|
|
@@ -4671,9 +4671,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4671
4671
|
type: "function";
|
|
4672
4672
|
functionName: string;
|
|
4673
4673
|
params?: Record<string, unknown> | undefined;
|
|
4674
|
+
appId?: string | undefined;
|
|
4674
4675
|
triggerOnLoad?: boolean | undefined;
|
|
4675
4676
|
triggerFieldKeys?: string[] | undefined;
|
|
4676
|
-
appId?: string | undefined;
|
|
4677
4677
|
} | {
|
|
4678
4678
|
type: "nativeFunction";
|
|
4679
4679
|
functionName: string;
|
|
@@ -4698,8 +4698,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4698
4698
|
type: "group";
|
|
4699
4699
|
fields: ({
|
|
4700
4700
|
type: "text";
|
|
4701
|
-
label: string;
|
|
4702
4701
|
key: string;
|
|
4702
|
+
label: string;
|
|
4703
4703
|
description?: string | undefined;
|
|
4704
4704
|
required?: boolean | undefined;
|
|
4705
4705
|
placeholder?: string | undefined;
|
|
@@ -4711,8 +4711,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4711
4711
|
helperText?: string | undefined;
|
|
4712
4712
|
helperLinks?: {
|
|
4713
4713
|
url: string;
|
|
4714
|
-
label: string;
|
|
4715
4714
|
key: string;
|
|
4715
|
+
label: string;
|
|
4716
4716
|
}[] | undefined;
|
|
4717
4717
|
resolvesTo?: {
|
|
4718
4718
|
key: string;
|
|
@@ -4735,9 +4735,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4735
4735
|
type: "function";
|
|
4736
4736
|
functionName: string;
|
|
4737
4737
|
params?: Record<string, unknown> | undefined;
|
|
4738
|
+
appId?: string | undefined;
|
|
4738
4739
|
triggerOnLoad?: boolean | undefined;
|
|
4739
4740
|
triggerFieldKeys?: string[] | undefined;
|
|
4740
|
-
appId?: string | undefined;
|
|
4741
4741
|
} | {
|
|
4742
4742
|
type: "nativeFunction";
|
|
4743
4743
|
functionName: string;
|
|
@@ -4747,9 +4747,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4747
4747
|
} | undefined;
|
|
4748
4748
|
} | {
|
|
4749
4749
|
type: "textarea";
|
|
4750
|
-
label: string;
|
|
4751
4750
|
key: string;
|
|
4751
|
+
label: string;
|
|
4752
4752
|
description?: string | undefined;
|
|
4753
|
+
rows?: number | undefined;
|
|
4753
4754
|
required?: boolean | undefined;
|
|
4754
4755
|
placeholder?: string | undefined;
|
|
4755
4756
|
validationRegex?: string | undefined;
|
|
@@ -4760,8 +4761,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4760
4761
|
helperText?: string | undefined;
|
|
4761
4762
|
helperLinks?: {
|
|
4762
4763
|
url: string;
|
|
4763
|
-
label: string;
|
|
4764
4764
|
key: string;
|
|
4765
|
+
label: string;
|
|
4765
4766
|
}[] | undefined;
|
|
4766
4767
|
resolvesTo?: {
|
|
4767
4768
|
key: string;
|
|
@@ -4784,9 +4785,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4784
4785
|
type: "function";
|
|
4785
4786
|
functionName: string;
|
|
4786
4787
|
params?: Record<string, unknown> | undefined;
|
|
4788
|
+
appId?: string | undefined;
|
|
4787
4789
|
triggerOnLoad?: boolean | undefined;
|
|
4788
4790
|
triggerFieldKeys?: string[] | undefined;
|
|
4789
|
-
appId?: string | undefined;
|
|
4790
4791
|
} | {
|
|
4791
4792
|
type: "nativeFunction";
|
|
4792
4793
|
functionName: string;
|
|
@@ -4794,11 +4795,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4794
4795
|
triggerOnLoad?: boolean | undefined;
|
|
4795
4796
|
triggerFieldKeys?: string[] | undefined;
|
|
4796
4797
|
} | undefined;
|
|
4797
|
-
rows?: number | undefined;
|
|
4798
4798
|
} | {
|
|
4799
4799
|
type: "password";
|
|
4800
|
-
label: string;
|
|
4801
4800
|
key: string;
|
|
4801
|
+
label: string;
|
|
4802
4802
|
description?: string | undefined;
|
|
4803
4803
|
required?: boolean | undefined;
|
|
4804
4804
|
maskType?: string | undefined;
|
|
@@ -4811,8 +4811,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4811
4811
|
helperText?: string | undefined;
|
|
4812
4812
|
helperLinks?: {
|
|
4813
4813
|
url: string;
|
|
4814
|
-
label: string;
|
|
4815
4814
|
key: string;
|
|
4815
|
+
label: string;
|
|
4816
4816
|
}[] | undefined;
|
|
4817
4817
|
resolvesTo?: {
|
|
4818
4818
|
key: string;
|
|
@@ -4835,9 +4835,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4835
4835
|
type: "function";
|
|
4836
4836
|
functionName: string;
|
|
4837
4837
|
params?: Record<string, unknown> | undefined;
|
|
4838
|
+
appId?: string | undefined;
|
|
4838
4839
|
triggerOnLoad?: boolean | undefined;
|
|
4839
4840
|
triggerFieldKeys?: string[] | undefined;
|
|
4840
|
-
appId?: string | undefined;
|
|
4841
4841
|
} | {
|
|
4842
4842
|
type: "nativeFunction";
|
|
4843
4843
|
functionName: string;
|
|
@@ -4847,8 +4847,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4847
4847
|
} | undefined;
|
|
4848
4848
|
} | {
|
|
4849
4849
|
type: "number";
|
|
4850
|
-
label: string;
|
|
4851
4850
|
key: string;
|
|
4851
|
+
label: string;
|
|
4852
4852
|
description?: string | undefined;
|
|
4853
4853
|
required?: boolean | undefined;
|
|
4854
4854
|
placeholder?: string | undefined;
|
|
@@ -4860,8 +4860,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4860
4860
|
helperText?: string | undefined;
|
|
4861
4861
|
helperLinks?: {
|
|
4862
4862
|
url: string;
|
|
4863
|
-
label: string;
|
|
4864
4863
|
key: string;
|
|
4864
|
+
label: string;
|
|
4865
4865
|
}[] | undefined;
|
|
4866
4866
|
resolvesTo?: {
|
|
4867
4867
|
key: string;
|
|
@@ -4884,9 +4884,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4884
4884
|
type: "function";
|
|
4885
4885
|
functionName: string;
|
|
4886
4886
|
params?: Record<string, unknown> | undefined;
|
|
4887
|
+
appId?: string | undefined;
|
|
4887
4888
|
triggerOnLoad?: boolean | undefined;
|
|
4888
4889
|
triggerFieldKeys?: string[] | undefined;
|
|
4889
|
-
appId?: string | undefined;
|
|
4890
4890
|
} | {
|
|
4891
4891
|
type: "nativeFunction";
|
|
4892
4892
|
functionName: string;
|
|
@@ -4899,8 +4899,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4899
4899
|
step?: number | undefined;
|
|
4900
4900
|
} | {
|
|
4901
4901
|
type: "select";
|
|
4902
|
-
label: string;
|
|
4903
4902
|
key: string;
|
|
4903
|
+
label: string;
|
|
4904
4904
|
description?: string | undefined;
|
|
4905
4905
|
required?: boolean | undefined;
|
|
4906
4906
|
placeholder?: string | undefined;
|
|
@@ -4912,8 +4912,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4912
4912
|
helperText?: string | undefined;
|
|
4913
4913
|
helperLinks?: {
|
|
4914
4914
|
url: string;
|
|
4915
|
-
label: string;
|
|
4916
4915
|
key: string;
|
|
4916
|
+
label: string;
|
|
4917
4917
|
}[] | undefined;
|
|
4918
4918
|
resolvesTo?: {
|
|
4919
4919
|
key: string;
|
|
@@ -4936,9 +4936,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4936
4936
|
type: "function";
|
|
4937
4937
|
functionName: string;
|
|
4938
4938
|
params?: Record<string, unknown> | undefined;
|
|
4939
|
+
appId?: string | undefined;
|
|
4939
4940
|
triggerOnLoad?: boolean | undefined;
|
|
4940
4941
|
triggerFieldKeys?: string[] | undefined;
|
|
4941
|
-
appId?: string | undefined;
|
|
4942
4942
|
} | {
|
|
4943
4943
|
type: "nativeFunction";
|
|
4944
4944
|
functionName: string;
|
|
@@ -4954,8 +4954,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4954
4954
|
}[] | undefined;
|
|
4955
4955
|
} | {
|
|
4956
4956
|
type: "multiselect";
|
|
4957
|
-
label: string;
|
|
4958
4957
|
key: string;
|
|
4958
|
+
label: string;
|
|
4959
4959
|
description?: string | undefined;
|
|
4960
4960
|
required?: boolean | undefined;
|
|
4961
4961
|
placeholder?: string | undefined;
|
|
@@ -4967,8 +4967,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4967
4967
|
helperText?: string | undefined;
|
|
4968
4968
|
helperLinks?: {
|
|
4969
4969
|
url: string;
|
|
4970
|
-
label: string;
|
|
4971
4970
|
key: string;
|
|
4971
|
+
label: string;
|
|
4972
4972
|
}[] | undefined;
|
|
4973
4973
|
resolvesTo?: {
|
|
4974
4974
|
key: string;
|
|
@@ -4991,9 +4991,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
4991
4991
|
type: "function";
|
|
4992
4992
|
functionName: string;
|
|
4993
4993
|
params?: Record<string, unknown> | undefined;
|
|
4994
|
+
appId?: string | undefined;
|
|
4994
4995
|
triggerOnLoad?: boolean | undefined;
|
|
4995
4996
|
triggerFieldKeys?: string[] | undefined;
|
|
4996
|
-
appId?: string | undefined;
|
|
4997
4997
|
} | {
|
|
4998
4998
|
type: "nativeFunction";
|
|
4999
4999
|
functionName: string;
|
|
@@ -5011,8 +5011,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5011
5011
|
maxSelections?: number | undefined;
|
|
5012
5012
|
} | {
|
|
5013
5013
|
type: "radio";
|
|
5014
|
-
label: string;
|
|
5015
5014
|
key: string;
|
|
5015
|
+
label: string;
|
|
5016
5016
|
description?: string | undefined;
|
|
5017
5017
|
required?: boolean | undefined;
|
|
5018
5018
|
placeholder?: string | undefined;
|
|
@@ -5024,8 +5024,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5024
5024
|
helperText?: string | undefined;
|
|
5025
5025
|
helperLinks?: {
|
|
5026
5026
|
url: string;
|
|
5027
|
-
label: string;
|
|
5028
5027
|
key: string;
|
|
5028
|
+
label: string;
|
|
5029
5029
|
}[] | undefined;
|
|
5030
5030
|
resolvesTo?: {
|
|
5031
5031
|
key: string;
|
|
@@ -5048,9 +5048,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5048
5048
|
type: "function";
|
|
5049
5049
|
functionName: string;
|
|
5050
5050
|
params?: Record<string, unknown> | undefined;
|
|
5051
|
+
appId?: string | undefined;
|
|
5051
5052
|
triggerOnLoad?: boolean | undefined;
|
|
5052
5053
|
triggerFieldKeys?: string[] | undefined;
|
|
5053
|
-
appId?: string | undefined;
|
|
5054
5054
|
} | {
|
|
5055
5055
|
type: "nativeFunction";
|
|
5056
5056
|
functionName: string;
|
|
@@ -5066,8 +5066,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5066
5066
|
}[] | undefined;
|
|
5067
5067
|
} | {
|
|
5068
5068
|
type: "checkbox";
|
|
5069
|
-
label: string;
|
|
5070
5069
|
key: string;
|
|
5070
|
+
label: string;
|
|
5071
5071
|
description?: string | undefined;
|
|
5072
5072
|
required?: boolean | undefined;
|
|
5073
5073
|
placeholder?: string | undefined;
|
|
@@ -5079,8 +5079,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5079
5079
|
helperText?: string | undefined;
|
|
5080
5080
|
helperLinks?: {
|
|
5081
5081
|
url: string;
|
|
5082
|
-
label: string;
|
|
5083
5082
|
key: string;
|
|
5083
|
+
label: string;
|
|
5084
5084
|
}[] | undefined;
|
|
5085
5085
|
resolvesTo?: {
|
|
5086
5086
|
key: string;
|
|
@@ -5103,9 +5103,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5103
5103
|
type: "function";
|
|
5104
5104
|
functionName: string;
|
|
5105
5105
|
params?: Record<string, unknown> | undefined;
|
|
5106
|
+
appId?: string | undefined;
|
|
5106
5107
|
triggerOnLoad?: boolean | undefined;
|
|
5107
5108
|
triggerFieldKeys?: string[] | undefined;
|
|
5108
|
-
appId?: string | undefined;
|
|
5109
5109
|
} | {
|
|
5110
5110
|
type: "nativeFunction";
|
|
5111
5111
|
functionName: string;
|
|
@@ -5115,8 +5115,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5115
5115
|
} | undefined;
|
|
5116
5116
|
} | {
|
|
5117
5117
|
type: "switch";
|
|
5118
|
-
label: string;
|
|
5119
5118
|
key: string;
|
|
5119
|
+
label: string;
|
|
5120
5120
|
description?: string | undefined;
|
|
5121
5121
|
required?: boolean | undefined;
|
|
5122
5122
|
placeholder?: string | undefined;
|
|
@@ -5128,8 +5128,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5128
5128
|
helperText?: string | undefined;
|
|
5129
5129
|
helperLinks?: {
|
|
5130
5130
|
url: string;
|
|
5131
|
-
label: string;
|
|
5132
5131
|
key: string;
|
|
5132
|
+
label: string;
|
|
5133
5133
|
}[] | undefined;
|
|
5134
5134
|
resolvesTo?: {
|
|
5135
5135
|
key: string;
|
|
@@ -5152,9 +5152,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5152
5152
|
type: "function";
|
|
5153
5153
|
functionName: string;
|
|
5154
5154
|
params?: Record<string, unknown> | undefined;
|
|
5155
|
+
appId?: string | undefined;
|
|
5155
5156
|
triggerOnLoad?: boolean | undefined;
|
|
5156
5157
|
triggerFieldKeys?: string[] | undefined;
|
|
5157
|
-
appId?: string | undefined;
|
|
5158
5158
|
} | {
|
|
5159
5159
|
type: "nativeFunction";
|
|
5160
5160
|
functionName: string;
|
|
@@ -5164,8 +5164,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5164
5164
|
} | undefined;
|
|
5165
5165
|
} | {
|
|
5166
5166
|
type: "phone";
|
|
5167
|
-
label: string;
|
|
5168
5167
|
key: string;
|
|
5168
|
+
label: string;
|
|
5169
5169
|
description?: string | undefined;
|
|
5170
5170
|
required?: boolean | undefined;
|
|
5171
5171
|
placeholder?: string | undefined;
|
|
@@ -5177,8 +5177,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5177
5177
|
helperText?: string | undefined;
|
|
5178
5178
|
helperLinks?: {
|
|
5179
5179
|
url: string;
|
|
5180
|
-
label: string;
|
|
5181
5180
|
key: string;
|
|
5181
|
+
label: string;
|
|
5182
5182
|
}[] | undefined;
|
|
5183
5183
|
resolvesTo?: {
|
|
5184
5184
|
key: string;
|
|
@@ -5201,9 +5201,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5201
5201
|
type: "function";
|
|
5202
5202
|
functionName: string;
|
|
5203
5203
|
params?: Record<string, unknown> | undefined;
|
|
5204
|
+
appId?: string | undefined;
|
|
5204
5205
|
triggerOnLoad?: boolean | undefined;
|
|
5205
5206
|
triggerFieldKeys?: string[] | undefined;
|
|
5206
|
-
appId?: string | undefined;
|
|
5207
5207
|
} | {
|
|
5208
5208
|
type: "nativeFunction";
|
|
5209
5209
|
functionName: string;
|
|
@@ -5226,8 +5226,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5226
5226
|
numberPlaceholder?: string | undefined;
|
|
5227
5227
|
} | {
|
|
5228
5228
|
type: "address";
|
|
5229
|
-
label: string;
|
|
5230
5229
|
key: string;
|
|
5230
|
+
label: string;
|
|
5231
5231
|
description?: string | undefined;
|
|
5232
5232
|
required?: boolean | undefined;
|
|
5233
5233
|
placeholder?: string | undefined;
|
|
@@ -5239,8 +5239,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5239
5239
|
helperText?: string | undefined;
|
|
5240
5240
|
helperLinks?: {
|
|
5241
5241
|
url: string;
|
|
5242
|
-
label: string;
|
|
5243
5242
|
key: string;
|
|
5243
|
+
label: string;
|
|
5244
5244
|
}[] | undefined;
|
|
5245
5245
|
resolvesTo?: {
|
|
5246
5246
|
key: string;
|
|
@@ -5263,9 +5263,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5263
5263
|
type: "function";
|
|
5264
5264
|
functionName: string;
|
|
5265
5265
|
params?: Record<string, unknown> | undefined;
|
|
5266
|
+
appId?: string | undefined;
|
|
5266
5267
|
triggerOnLoad?: boolean | undefined;
|
|
5267
5268
|
triggerFieldKeys?: string[] | undefined;
|
|
5268
|
-
appId?: string | undefined;
|
|
5269
5269
|
} | {
|
|
5270
5270
|
type: "nativeFunction";
|
|
5271
5271
|
functionName: string;
|
|
@@ -5297,8 +5297,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5297
5297
|
address2Placeholder?: string | undefined;
|
|
5298
5298
|
} | {
|
|
5299
5299
|
type: "image";
|
|
5300
|
-
label: string;
|
|
5301
5300
|
key: string;
|
|
5301
|
+
label: string;
|
|
5302
5302
|
description?: string | undefined;
|
|
5303
5303
|
required?: boolean | undefined;
|
|
5304
5304
|
placeholder?: string | undefined;
|
|
@@ -5310,8 +5310,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5310
5310
|
helperText?: string | undefined;
|
|
5311
5311
|
helperLinks?: {
|
|
5312
5312
|
url: string;
|
|
5313
|
-
label: string;
|
|
5314
5313
|
key: string;
|
|
5314
|
+
label: string;
|
|
5315
5315
|
}[] | undefined;
|
|
5316
5316
|
resolvesTo?: {
|
|
5317
5317
|
key: string;
|
|
@@ -5334,9 +5334,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5334
5334
|
type: "function";
|
|
5335
5335
|
functionName: string;
|
|
5336
5336
|
params?: Record<string, unknown> | undefined;
|
|
5337
|
+
appId?: string | undefined;
|
|
5337
5338
|
triggerOnLoad?: boolean | undefined;
|
|
5338
5339
|
triggerFieldKeys?: string[] | undefined;
|
|
5339
|
-
appId?: string | undefined;
|
|
5340
5340
|
} | {
|
|
5341
5341
|
type: "nativeFunction";
|
|
5342
5342
|
functionName: string;
|
|
@@ -5383,12 +5383,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5383
5383
|
url: z.ZodString;
|
|
5384
5384
|
}, "strip", z.ZodTypeAny, {
|
|
5385
5385
|
url: string;
|
|
5386
|
-
label: string;
|
|
5387
5386
|
key: string;
|
|
5387
|
+
label: string;
|
|
5388
5388
|
}, {
|
|
5389
5389
|
url: string;
|
|
5390
|
-
label: string;
|
|
5391
5390
|
key: string;
|
|
5391
|
+
label: string;
|
|
5392
5392
|
}>, "many">>;
|
|
5393
5393
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
5394
5394
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -5456,16 +5456,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5456
5456
|
type: "function";
|
|
5457
5457
|
functionName: string;
|
|
5458
5458
|
params?: Record<string, unknown> | undefined;
|
|
5459
|
+
appId?: string | undefined;
|
|
5459
5460
|
triggerOnLoad?: boolean | undefined;
|
|
5460
5461
|
triggerFieldKeys?: string[] | undefined;
|
|
5461
|
-
appId?: string | undefined;
|
|
5462
5462
|
}, {
|
|
5463
5463
|
type: "function";
|
|
5464
5464
|
functionName: string;
|
|
5465
5465
|
params?: Record<string, unknown> | undefined;
|
|
5466
|
+
appId?: string | undefined;
|
|
5466
5467
|
triggerOnLoad?: boolean | undefined;
|
|
5467
5468
|
triggerFieldKeys?: string[] | undefined;
|
|
5468
|
-
appId?: string | undefined;
|
|
5469
5469
|
}>, z.ZodObject<{
|
|
5470
5470
|
functionName: z.ZodString;
|
|
5471
5471
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -5490,8 +5490,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5490
5490
|
type: z.ZodLiteral<"text">;
|
|
5491
5491
|
}, "strip", z.ZodTypeAny, {
|
|
5492
5492
|
type: "text";
|
|
5493
|
-
label: string;
|
|
5494
5493
|
key: string;
|
|
5494
|
+
label: string;
|
|
5495
5495
|
description?: string | undefined;
|
|
5496
5496
|
required?: boolean | undefined;
|
|
5497
5497
|
placeholder?: string | undefined;
|
|
@@ -5503,8 +5503,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5503
5503
|
helperText?: string | undefined;
|
|
5504
5504
|
helperLinks?: {
|
|
5505
5505
|
url: string;
|
|
5506
|
-
label: string;
|
|
5507
5506
|
key: string;
|
|
5507
|
+
label: string;
|
|
5508
5508
|
}[] | undefined;
|
|
5509
5509
|
resolvesTo?: {
|
|
5510
5510
|
key: string;
|
|
@@ -5527,9 +5527,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5527
5527
|
type: "function";
|
|
5528
5528
|
functionName: string;
|
|
5529
5529
|
params?: Record<string, unknown> | undefined;
|
|
5530
|
+
appId?: string | undefined;
|
|
5530
5531
|
triggerOnLoad?: boolean | undefined;
|
|
5531
5532
|
triggerFieldKeys?: string[] | undefined;
|
|
5532
|
-
appId?: string | undefined;
|
|
5533
5533
|
} | {
|
|
5534
5534
|
type: "nativeFunction";
|
|
5535
5535
|
functionName: string;
|
|
@@ -5539,8 +5539,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5539
5539
|
} | undefined;
|
|
5540
5540
|
}, {
|
|
5541
5541
|
type: "text";
|
|
5542
|
-
label: string;
|
|
5543
5542
|
key: string;
|
|
5543
|
+
label: string;
|
|
5544
5544
|
description?: string | undefined;
|
|
5545
5545
|
required?: boolean | undefined;
|
|
5546
5546
|
placeholder?: string | undefined;
|
|
@@ -5552,8 +5552,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5552
5552
|
helperText?: string | undefined;
|
|
5553
5553
|
helperLinks?: {
|
|
5554
5554
|
url: string;
|
|
5555
|
-
label: string;
|
|
5556
5555
|
key: string;
|
|
5556
|
+
label: string;
|
|
5557
5557
|
}[] | undefined;
|
|
5558
5558
|
resolvesTo?: {
|
|
5559
5559
|
key: string;
|
|
@@ -5576,9 +5576,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5576
5576
|
type: "function";
|
|
5577
5577
|
functionName: string;
|
|
5578
5578
|
params?: Record<string, unknown> | undefined;
|
|
5579
|
+
appId?: string | undefined;
|
|
5579
5580
|
triggerOnLoad?: boolean | undefined;
|
|
5580
5581
|
triggerFieldKeys?: string[] | undefined;
|
|
5581
|
-
appId?: string | undefined;
|
|
5582
5582
|
} | {
|
|
5583
5583
|
type: "nativeFunction";
|
|
5584
5584
|
functionName: string;
|
|
@@ -5597,12 +5597,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5597
5597
|
url: z.ZodString;
|
|
5598
5598
|
}, "strip", z.ZodTypeAny, {
|
|
5599
5599
|
url: string;
|
|
5600
|
-
label: string;
|
|
5601
5600
|
key: string;
|
|
5601
|
+
label: string;
|
|
5602
5602
|
}, {
|
|
5603
5603
|
url: string;
|
|
5604
|
-
label: string;
|
|
5605
5604
|
key: string;
|
|
5605
|
+
label: string;
|
|
5606
5606
|
}>, "many">>;
|
|
5607
5607
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
5608
5608
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -5670,16 +5670,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5670
5670
|
type: "function";
|
|
5671
5671
|
functionName: string;
|
|
5672
5672
|
params?: Record<string, unknown> | undefined;
|
|
5673
|
+
appId?: string | undefined;
|
|
5673
5674
|
triggerOnLoad?: boolean | undefined;
|
|
5674
5675
|
triggerFieldKeys?: string[] | undefined;
|
|
5675
|
-
appId?: string | undefined;
|
|
5676
5676
|
}, {
|
|
5677
5677
|
type: "function";
|
|
5678
5678
|
functionName: string;
|
|
5679
5679
|
params?: Record<string, unknown> | undefined;
|
|
5680
|
+
appId?: string | undefined;
|
|
5680
5681
|
triggerOnLoad?: boolean | undefined;
|
|
5681
5682
|
triggerFieldKeys?: string[] | undefined;
|
|
5682
|
-
appId?: string | undefined;
|
|
5683
5683
|
}>, z.ZodObject<{
|
|
5684
5684
|
functionName: z.ZodString;
|
|
5685
5685
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -5705,9 +5705,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5705
5705
|
rows: z.ZodOptional<z.ZodNumber>;
|
|
5706
5706
|
}, "strip", z.ZodTypeAny, {
|
|
5707
5707
|
type: "textarea";
|
|
5708
|
-
label: string;
|
|
5709
5708
|
key: string;
|
|
5709
|
+
label: string;
|
|
5710
5710
|
description?: string | undefined;
|
|
5711
|
+
rows?: number | undefined;
|
|
5711
5712
|
required?: boolean | undefined;
|
|
5712
5713
|
placeholder?: string | undefined;
|
|
5713
5714
|
validationRegex?: string | undefined;
|
|
@@ -5718,8 +5719,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5718
5719
|
helperText?: string | undefined;
|
|
5719
5720
|
helperLinks?: {
|
|
5720
5721
|
url: string;
|
|
5721
|
-
label: string;
|
|
5722
5722
|
key: string;
|
|
5723
|
+
label: string;
|
|
5723
5724
|
}[] | undefined;
|
|
5724
5725
|
resolvesTo?: {
|
|
5725
5726
|
key: string;
|
|
@@ -5742,9 +5743,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5742
5743
|
type: "function";
|
|
5743
5744
|
functionName: string;
|
|
5744
5745
|
params?: Record<string, unknown> | undefined;
|
|
5746
|
+
appId?: string | undefined;
|
|
5745
5747
|
triggerOnLoad?: boolean | undefined;
|
|
5746
5748
|
triggerFieldKeys?: string[] | undefined;
|
|
5747
|
-
appId?: string | undefined;
|
|
5748
5749
|
} | {
|
|
5749
5750
|
type: "nativeFunction";
|
|
5750
5751
|
functionName: string;
|
|
@@ -5752,12 +5753,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5752
5753
|
triggerOnLoad?: boolean | undefined;
|
|
5753
5754
|
triggerFieldKeys?: string[] | undefined;
|
|
5754
5755
|
} | undefined;
|
|
5755
|
-
rows?: number | undefined;
|
|
5756
5756
|
}, {
|
|
5757
5757
|
type: "textarea";
|
|
5758
|
-
label: string;
|
|
5759
5758
|
key: string;
|
|
5759
|
+
label: string;
|
|
5760
5760
|
description?: string | undefined;
|
|
5761
|
+
rows?: number | undefined;
|
|
5761
5762
|
required?: boolean | undefined;
|
|
5762
5763
|
placeholder?: string | undefined;
|
|
5763
5764
|
validationRegex?: string | undefined;
|
|
@@ -5768,8 +5769,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5768
5769
|
helperText?: string | undefined;
|
|
5769
5770
|
helperLinks?: {
|
|
5770
5771
|
url: string;
|
|
5771
|
-
label: string;
|
|
5772
5772
|
key: string;
|
|
5773
|
+
label: string;
|
|
5773
5774
|
}[] | undefined;
|
|
5774
5775
|
resolvesTo?: {
|
|
5775
5776
|
key: string;
|
|
@@ -5792,9 +5793,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5792
5793
|
type: "function";
|
|
5793
5794
|
functionName: string;
|
|
5794
5795
|
params?: Record<string, unknown> | undefined;
|
|
5796
|
+
appId?: string | undefined;
|
|
5795
5797
|
triggerOnLoad?: boolean | undefined;
|
|
5796
5798
|
triggerFieldKeys?: string[] | undefined;
|
|
5797
|
-
appId?: string | undefined;
|
|
5798
5799
|
} | {
|
|
5799
5800
|
type: "nativeFunction";
|
|
5800
5801
|
functionName: string;
|
|
@@ -5802,7 +5803,6 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5802
5803
|
triggerOnLoad?: boolean | undefined;
|
|
5803
5804
|
triggerFieldKeys?: string[] | undefined;
|
|
5804
5805
|
} | undefined;
|
|
5805
|
-
rows?: number | undefined;
|
|
5806
5806
|
}>, z.ZodObject<{
|
|
5807
5807
|
key: z.ZodString;
|
|
5808
5808
|
label: z.ZodString;
|
|
@@ -5814,12 +5814,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5814
5814
|
url: z.ZodString;
|
|
5815
5815
|
}, "strip", z.ZodTypeAny, {
|
|
5816
5816
|
url: string;
|
|
5817
|
-
label: string;
|
|
5818
5817
|
key: string;
|
|
5818
|
+
label: string;
|
|
5819
5819
|
}, {
|
|
5820
5820
|
url: string;
|
|
5821
|
-
label: string;
|
|
5822
5821
|
key: string;
|
|
5822
|
+
label: string;
|
|
5823
5823
|
}>, "many">>;
|
|
5824
5824
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
5825
5825
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -5887,16 +5887,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5887
5887
|
type: "function";
|
|
5888
5888
|
functionName: string;
|
|
5889
5889
|
params?: Record<string, unknown> | undefined;
|
|
5890
|
+
appId?: string | undefined;
|
|
5890
5891
|
triggerOnLoad?: boolean | undefined;
|
|
5891
5892
|
triggerFieldKeys?: string[] | undefined;
|
|
5892
|
-
appId?: string | undefined;
|
|
5893
5893
|
}, {
|
|
5894
5894
|
type: "function";
|
|
5895
5895
|
functionName: string;
|
|
5896
5896
|
params?: Record<string, unknown> | undefined;
|
|
5897
|
+
appId?: string | undefined;
|
|
5897
5898
|
triggerOnLoad?: boolean | undefined;
|
|
5898
5899
|
triggerFieldKeys?: string[] | undefined;
|
|
5899
|
-
appId?: string | undefined;
|
|
5900
5900
|
}>, z.ZodObject<{
|
|
5901
5901
|
functionName: z.ZodString;
|
|
5902
5902
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -5922,8 +5922,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5922
5922
|
maskType: z.ZodOptional<z.ZodString>;
|
|
5923
5923
|
}, "strip", z.ZodTypeAny, {
|
|
5924
5924
|
type: "password";
|
|
5925
|
-
label: string;
|
|
5926
5925
|
key: string;
|
|
5926
|
+
label: string;
|
|
5927
5927
|
description?: string | undefined;
|
|
5928
5928
|
required?: boolean | undefined;
|
|
5929
5929
|
maskType?: string | undefined;
|
|
@@ -5936,8 +5936,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5936
5936
|
helperText?: string | undefined;
|
|
5937
5937
|
helperLinks?: {
|
|
5938
5938
|
url: string;
|
|
5939
|
-
label: string;
|
|
5940
5939
|
key: string;
|
|
5940
|
+
label: string;
|
|
5941
5941
|
}[] | undefined;
|
|
5942
5942
|
resolvesTo?: {
|
|
5943
5943
|
key: string;
|
|
@@ -5960,9 +5960,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5960
5960
|
type: "function";
|
|
5961
5961
|
functionName: string;
|
|
5962
5962
|
params?: Record<string, unknown> | undefined;
|
|
5963
|
+
appId?: string | undefined;
|
|
5963
5964
|
triggerOnLoad?: boolean | undefined;
|
|
5964
5965
|
triggerFieldKeys?: string[] | undefined;
|
|
5965
|
-
appId?: string | undefined;
|
|
5966
5966
|
} | {
|
|
5967
5967
|
type: "nativeFunction";
|
|
5968
5968
|
functionName: string;
|
|
@@ -5972,8 +5972,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5972
5972
|
} | undefined;
|
|
5973
5973
|
}, {
|
|
5974
5974
|
type: "password";
|
|
5975
|
-
label: string;
|
|
5976
5975
|
key: string;
|
|
5976
|
+
label: string;
|
|
5977
5977
|
description?: string | undefined;
|
|
5978
5978
|
required?: boolean | undefined;
|
|
5979
5979
|
maskType?: string | undefined;
|
|
@@ -5986,8 +5986,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
5986
5986
|
helperText?: string | undefined;
|
|
5987
5987
|
helperLinks?: {
|
|
5988
5988
|
url: string;
|
|
5989
|
-
label: string;
|
|
5990
5989
|
key: string;
|
|
5990
|
+
label: string;
|
|
5991
5991
|
}[] | undefined;
|
|
5992
5992
|
resolvesTo?: {
|
|
5993
5993
|
key: string;
|
|
@@ -6010,9 +6010,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6010
6010
|
type: "function";
|
|
6011
6011
|
functionName: string;
|
|
6012
6012
|
params?: Record<string, unknown> | undefined;
|
|
6013
|
+
appId?: string | undefined;
|
|
6013
6014
|
triggerOnLoad?: boolean | undefined;
|
|
6014
6015
|
triggerFieldKeys?: string[] | undefined;
|
|
6015
|
-
appId?: string | undefined;
|
|
6016
6016
|
} | {
|
|
6017
6017
|
type: "nativeFunction";
|
|
6018
6018
|
functionName: string;
|
|
@@ -6031,12 +6031,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6031
6031
|
url: z.ZodString;
|
|
6032
6032
|
}, "strip", z.ZodTypeAny, {
|
|
6033
6033
|
url: string;
|
|
6034
|
-
label: string;
|
|
6035
6034
|
key: string;
|
|
6035
|
+
label: string;
|
|
6036
6036
|
}, {
|
|
6037
6037
|
url: string;
|
|
6038
|
-
label: string;
|
|
6039
6038
|
key: string;
|
|
6039
|
+
label: string;
|
|
6040
6040
|
}>, "many">>;
|
|
6041
6041
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
6042
6042
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -6104,16 +6104,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6104
6104
|
type: "function";
|
|
6105
6105
|
functionName: string;
|
|
6106
6106
|
params?: Record<string, unknown> | undefined;
|
|
6107
|
+
appId?: string | undefined;
|
|
6107
6108
|
triggerOnLoad?: boolean | undefined;
|
|
6108
6109
|
triggerFieldKeys?: string[] | undefined;
|
|
6109
|
-
appId?: string | undefined;
|
|
6110
6110
|
}, {
|
|
6111
6111
|
type: "function";
|
|
6112
6112
|
functionName: string;
|
|
6113
6113
|
params?: Record<string, unknown> | undefined;
|
|
6114
|
+
appId?: string | undefined;
|
|
6114
6115
|
triggerOnLoad?: boolean | undefined;
|
|
6115
6116
|
triggerFieldKeys?: string[] | undefined;
|
|
6116
|
-
appId?: string | undefined;
|
|
6117
6117
|
}>, z.ZodObject<{
|
|
6118
6118
|
functionName: z.ZodString;
|
|
6119
6119
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -6141,8 +6141,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6141
6141
|
step: z.ZodOptional<z.ZodNumber>;
|
|
6142
6142
|
}, "strip", z.ZodTypeAny, {
|
|
6143
6143
|
type: "number";
|
|
6144
|
-
label: string;
|
|
6145
6144
|
key: string;
|
|
6145
|
+
label: string;
|
|
6146
6146
|
description?: string | undefined;
|
|
6147
6147
|
required?: boolean | undefined;
|
|
6148
6148
|
placeholder?: string | undefined;
|
|
@@ -6154,8 +6154,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6154
6154
|
helperText?: string | undefined;
|
|
6155
6155
|
helperLinks?: {
|
|
6156
6156
|
url: string;
|
|
6157
|
-
label: string;
|
|
6158
6157
|
key: string;
|
|
6158
|
+
label: string;
|
|
6159
6159
|
}[] | undefined;
|
|
6160
6160
|
resolvesTo?: {
|
|
6161
6161
|
key: string;
|
|
@@ -6178,9 +6178,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6178
6178
|
type: "function";
|
|
6179
6179
|
functionName: string;
|
|
6180
6180
|
params?: Record<string, unknown> | undefined;
|
|
6181
|
+
appId?: string | undefined;
|
|
6181
6182
|
triggerOnLoad?: boolean | undefined;
|
|
6182
6183
|
triggerFieldKeys?: string[] | undefined;
|
|
6183
|
-
appId?: string | undefined;
|
|
6184
6184
|
} | {
|
|
6185
6185
|
type: "nativeFunction";
|
|
6186
6186
|
functionName: string;
|
|
@@ -6193,8 +6193,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6193
6193
|
step?: number | undefined;
|
|
6194
6194
|
}, {
|
|
6195
6195
|
type: "number";
|
|
6196
|
-
label: string;
|
|
6197
6196
|
key: string;
|
|
6197
|
+
label: string;
|
|
6198
6198
|
description?: string | undefined;
|
|
6199
6199
|
required?: boolean | undefined;
|
|
6200
6200
|
placeholder?: string | undefined;
|
|
@@ -6206,8 +6206,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6206
6206
|
helperText?: string | undefined;
|
|
6207
6207
|
helperLinks?: {
|
|
6208
6208
|
url: string;
|
|
6209
|
-
label: string;
|
|
6210
6209
|
key: string;
|
|
6210
|
+
label: string;
|
|
6211
6211
|
}[] | undefined;
|
|
6212
6212
|
resolvesTo?: {
|
|
6213
6213
|
key: string;
|
|
@@ -6230,9 +6230,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6230
6230
|
type: "function";
|
|
6231
6231
|
functionName: string;
|
|
6232
6232
|
params?: Record<string, unknown> | undefined;
|
|
6233
|
+
appId?: string | undefined;
|
|
6233
6234
|
triggerOnLoad?: boolean | undefined;
|
|
6234
6235
|
triggerFieldKeys?: string[] | undefined;
|
|
6235
|
-
appId?: string | undefined;
|
|
6236
6236
|
} | {
|
|
6237
6237
|
type: "nativeFunction";
|
|
6238
6238
|
functionName: string;
|
|
@@ -6254,12 +6254,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6254
6254
|
url: z.ZodString;
|
|
6255
6255
|
}, "strip", z.ZodTypeAny, {
|
|
6256
6256
|
url: string;
|
|
6257
|
-
label: string;
|
|
6258
6257
|
key: string;
|
|
6258
|
+
label: string;
|
|
6259
6259
|
}, {
|
|
6260
6260
|
url: string;
|
|
6261
|
-
label: string;
|
|
6262
6261
|
key: string;
|
|
6262
|
+
label: string;
|
|
6263
6263
|
}>, "many">>;
|
|
6264
6264
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
6265
6265
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -6327,16 +6327,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6327
6327
|
type: "function";
|
|
6328
6328
|
functionName: string;
|
|
6329
6329
|
params?: Record<string, unknown> | undefined;
|
|
6330
|
+
appId?: string | undefined;
|
|
6330
6331
|
triggerOnLoad?: boolean | undefined;
|
|
6331
6332
|
triggerFieldKeys?: string[] | undefined;
|
|
6332
|
-
appId?: string | undefined;
|
|
6333
6333
|
}, {
|
|
6334
6334
|
type: "function";
|
|
6335
6335
|
functionName: string;
|
|
6336
6336
|
params?: Record<string, unknown> | undefined;
|
|
6337
|
+
appId?: string | undefined;
|
|
6337
6338
|
triggerOnLoad?: boolean | undefined;
|
|
6338
6339
|
triggerFieldKeys?: string[] | undefined;
|
|
6339
|
-
appId?: string | undefined;
|
|
6340
6340
|
}>, z.ZodObject<{
|
|
6341
6341
|
functionName: z.ZodString;
|
|
6342
6342
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -6377,8 +6377,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6377
6377
|
}>, "many">>;
|
|
6378
6378
|
}, "strip", z.ZodTypeAny, {
|
|
6379
6379
|
type: "select";
|
|
6380
|
-
label: string;
|
|
6381
6380
|
key: string;
|
|
6381
|
+
label: string;
|
|
6382
6382
|
description?: string | undefined;
|
|
6383
6383
|
required?: boolean | undefined;
|
|
6384
6384
|
placeholder?: string | undefined;
|
|
@@ -6390,8 +6390,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6390
6390
|
helperText?: string | undefined;
|
|
6391
6391
|
helperLinks?: {
|
|
6392
6392
|
url: string;
|
|
6393
|
-
label: string;
|
|
6394
6393
|
key: string;
|
|
6394
|
+
label: string;
|
|
6395
6395
|
}[] | undefined;
|
|
6396
6396
|
resolvesTo?: {
|
|
6397
6397
|
key: string;
|
|
@@ -6414,9 +6414,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6414
6414
|
type: "function";
|
|
6415
6415
|
functionName: string;
|
|
6416
6416
|
params?: Record<string, unknown> | undefined;
|
|
6417
|
+
appId?: string | undefined;
|
|
6417
6418
|
triggerOnLoad?: boolean | undefined;
|
|
6418
6419
|
triggerFieldKeys?: string[] | undefined;
|
|
6419
|
-
appId?: string | undefined;
|
|
6420
6420
|
} | {
|
|
6421
6421
|
type: "nativeFunction";
|
|
6422
6422
|
functionName: string;
|
|
@@ -6432,8 +6432,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6432
6432
|
}[] | undefined;
|
|
6433
6433
|
}, {
|
|
6434
6434
|
type: "select";
|
|
6435
|
-
label: string;
|
|
6436
6435
|
key: string;
|
|
6436
|
+
label: string;
|
|
6437
6437
|
description?: string | undefined;
|
|
6438
6438
|
required?: boolean | undefined;
|
|
6439
6439
|
placeholder?: string | undefined;
|
|
@@ -6445,8 +6445,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6445
6445
|
helperText?: string | undefined;
|
|
6446
6446
|
helperLinks?: {
|
|
6447
6447
|
url: string;
|
|
6448
|
-
label: string;
|
|
6449
6448
|
key: string;
|
|
6449
|
+
label: string;
|
|
6450
6450
|
}[] | undefined;
|
|
6451
6451
|
resolvesTo?: {
|
|
6452
6452
|
key: string;
|
|
@@ -6469,9 +6469,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6469
6469
|
type: "function";
|
|
6470
6470
|
functionName: string;
|
|
6471
6471
|
params?: Record<string, unknown> | undefined;
|
|
6472
|
+
appId?: string | undefined;
|
|
6472
6473
|
triggerOnLoad?: boolean | undefined;
|
|
6473
6474
|
triggerFieldKeys?: string[] | undefined;
|
|
6474
|
-
appId?: string | undefined;
|
|
6475
6475
|
} | {
|
|
6476
6476
|
type: "nativeFunction";
|
|
6477
6477
|
functionName: string;
|
|
@@ -6496,12 +6496,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6496
6496
|
url: z.ZodString;
|
|
6497
6497
|
}, "strip", z.ZodTypeAny, {
|
|
6498
6498
|
url: string;
|
|
6499
|
-
label: string;
|
|
6500
6499
|
key: string;
|
|
6500
|
+
label: string;
|
|
6501
6501
|
}, {
|
|
6502
6502
|
url: string;
|
|
6503
|
-
label: string;
|
|
6504
6503
|
key: string;
|
|
6504
|
+
label: string;
|
|
6505
6505
|
}>, "many">>;
|
|
6506
6506
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
6507
6507
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -6569,16 +6569,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6569
6569
|
type: "function";
|
|
6570
6570
|
functionName: string;
|
|
6571
6571
|
params?: Record<string, unknown> | undefined;
|
|
6572
|
+
appId?: string | undefined;
|
|
6572
6573
|
triggerOnLoad?: boolean | undefined;
|
|
6573
6574
|
triggerFieldKeys?: string[] | undefined;
|
|
6574
|
-
appId?: string | undefined;
|
|
6575
6575
|
}, {
|
|
6576
6576
|
type: "function";
|
|
6577
6577
|
functionName: string;
|
|
6578
6578
|
params?: Record<string, unknown> | undefined;
|
|
6579
|
+
appId?: string | undefined;
|
|
6579
6580
|
triggerOnLoad?: boolean | undefined;
|
|
6580
6581
|
triggerFieldKeys?: string[] | undefined;
|
|
6581
|
-
appId?: string | undefined;
|
|
6582
6582
|
}>, z.ZodObject<{
|
|
6583
6583
|
functionName: z.ZodString;
|
|
6584
6584
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -6621,8 +6621,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6621
6621
|
maxSelections: z.ZodOptional<z.ZodNumber>;
|
|
6622
6622
|
}, "strip", z.ZodTypeAny, {
|
|
6623
6623
|
type: "multiselect";
|
|
6624
|
-
label: string;
|
|
6625
6624
|
key: string;
|
|
6625
|
+
label: string;
|
|
6626
6626
|
description?: string | undefined;
|
|
6627
6627
|
required?: boolean | undefined;
|
|
6628
6628
|
placeholder?: string | undefined;
|
|
@@ -6634,8 +6634,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6634
6634
|
helperText?: string | undefined;
|
|
6635
6635
|
helperLinks?: {
|
|
6636
6636
|
url: string;
|
|
6637
|
-
label: string;
|
|
6638
6637
|
key: string;
|
|
6638
|
+
label: string;
|
|
6639
6639
|
}[] | undefined;
|
|
6640
6640
|
resolvesTo?: {
|
|
6641
6641
|
key: string;
|
|
@@ -6658,9 +6658,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6658
6658
|
type: "function";
|
|
6659
6659
|
functionName: string;
|
|
6660
6660
|
params?: Record<string, unknown> | undefined;
|
|
6661
|
+
appId?: string | undefined;
|
|
6661
6662
|
triggerOnLoad?: boolean | undefined;
|
|
6662
6663
|
triggerFieldKeys?: string[] | undefined;
|
|
6663
|
-
appId?: string | undefined;
|
|
6664
6664
|
} | {
|
|
6665
6665
|
type: "nativeFunction";
|
|
6666
6666
|
functionName: string;
|
|
@@ -6678,8 +6678,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6678
6678
|
maxSelections?: number | undefined;
|
|
6679
6679
|
}, {
|
|
6680
6680
|
type: "multiselect";
|
|
6681
|
-
label: string;
|
|
6682
6681
|
key: string;
|
|
6682
|
+
label: string;
|
|
6683
6683
|
description?: string | undefined;
|
|
6684
6684
|
required?: boolean | undefined;
|
|
6685
6685
|
placeholder?: string | undefined;
|
|
@@ -6691,8 +6691,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6691
6691
|
helperText?: string | undefined;
|
|
6692
6692
|
helperLinks?: {
|
|
6693
6693
|
url: string;
|
|
6694
|
-
label: string;
|
|
6695
6694
|
key: string;
|
|
6695
|
+
label: string;
|
|
6696
6696
|
}[] | undefined;
|
|
6697
6697
|
resolvesTo?: {
|
|
6698
6698
|
key: string;
|
|
@@ -6715,9 +6715,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6715
6715
|
type: "function";
|
|
6716
6716
|
functionName: string;
|
|
6717
6717
|
params?: Record<string, unknown> | undefined;
|
|
6718
|
+
appId?: string | undefined;
|
|
6718
6719
|
triggerOnLoad?: boolean | undefined;
|
|
6719
6720
|
triggerFieldKeys?: string[] | undefined;
|
|
6720
|
-
appId?: string | undefined;
|
|
6721
6721
|
} | {
|
|
6722
6722
|
type: "nativeFunction";
|
|
6723
6723
|
functionName: string;
|
|
@@ -6744,12 +6744,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6744
6744
|
url: z.ZodString;
|
|
6745
6745
|
}, "strip", z.ZodTypeAny, {
|
|
6746
6746
|
url: string;
|
|
6747
|
-
label: string;
|
|
6748
6747
|
key: string;
|
|
6748
|
+
label: string;
|
|
6749
6749
|
}, {
|
|
6750
6750
|
url: string;
|
|
6751
|
-
label: string;
|
|
6752
6751
|
key: string;
|
|
6752
|
+
label: string;
|
|
6753
6753
|
}>, "many">>;
|
|
6754
6754
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
6755
6755
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -6817,16 +6817,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6817
6817
|
type: "function";
|
|
6818
6818
|
functionName: string;
|
|
6819
6819
|
params?: Record<string, unknown> | undefined;
|
|
6820
|
+
appId?: string | undefined;
|
|
6820
6821
|
triggerOnLoad?: boolean | undefined;
|
|
6821
6822
|
triggerFieldKeys?: string[] | undefined;
|
|
6822
|
-
appId?: string | undefined;
|
|
6823
6823
|
}, {
|
|
6824
6824
|
type: "function";
|
|
6825
6825
|
functionName: string;
|
|
6826
6826
|
params?: Record<string, unknown> | undefined;
|
|
6827
|
+
appId?: string | undefined;
|
|
6827
6828
|
triggerOnLoad?: boolean | undefined;
|
|
6828
6829
|
triggerFieldKeys?: string[] | undefined;
|
|
6829
|
-
appId?: string | undefined;
|
|
6830
6830
|
}>, z.ZodObject<{
|
|
6831
6831
|
functionName: z.ZodString;
|
|
6832
6832
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -6867,8 +6867,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6867
6867
|
}>, "many">>;
|
|
6868
6868
|
}, "strip", z.ZodTypeAny, {
|
|
6869
6869
|
type: "radio";
|
|
6870
|
-
label: string;
|
|
6871
6870
|
key: string;
|
|
6871
|
+
label: string;
|
|
6872
6872
|
description?: string | undefined;
|
|
6873
6873
|
required?: boolean | undefined;
|
|
6874
6874
|
placeholder?: string | undefined;
|
|
@@ -6880,8 +6880,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6880
6880
|
helperText?: string | undefined;
|
|
6881
6881
|
helperLinks?: {
|
|
6882
6882
|
url: string;
|
|
6883
|
-
label: string;
|
|
6884
6883
|
key: string;
|
|
6884
|
+
label: string;
|
|
6885
6885
|
}[] | undefined;
|
|
6886
6886
|
resolvesTo?: {
|
|
6887
6887
|
key: string;
|
|
@@ -6904,9 +6904,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6904
6904
|
type: "function";
|
|
6905
6905
|
functionName: string;
|
|
6906
6906
|
params?: Record<string, unknown> | undefined;
|
|
6907
|
+
appId?: string | undefined;
|
|
6907
6908
|
triggerOnLoad?: boolean | undefined;
|
|
6908
6909
|
triggerFieldKeys?: string[] | undefined;
|
|
6909
|
-
appId?: string | undefined;
|
|
6910
6910
|
} | {
|
|
6911
6911
|
type: "nativeFunction";
|
|
6912
6912
|
functionName: string;
|
|
@@ -6922,8 +6922,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6922
6922
|
}[] | undefined;
|
|
6923
6923
|
}, {
|
|
6924
6924
|
type: "radio";
|
|
6925
|
-
label: string;
|
|
6926
6925
|
key: string;
|
|
6926
|
+
label: string;
|
|
6927
6927
|
description?: string | undefined;
|
|
6928
6928
|
required?: boolean | undefined;
|
|
6929
6929
|
placeholder?: string | undefined;
|
|
@@ -6935,8 +6935,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6935
6935
|
helperText?: string | undefined;
|
|
6936
6936
|
helperLinks?: {
|
|
6937
6937
|
url: string;
|
|
6938
|
-
label: string;
|
|
6939
6938
|
key: string;
|
|
6939
|
+
label: string;
|
|
6940
6940
|
}[] | undefined;
|
|
6941
6941
|
resolvesTo?: {
|
|
6942
6942
|
key: string;
|
|
@@ -6959,9 +6959,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6959
6959
|
type: "function";
|
|
6960
6960
|
functionName: string;
|
|
6961
6961
|
params?: Record<string, unknown> | undefined;
|
|
6962
|
+
appId?: string | undefined;
|
|
6962
6963
|
triggerOnLoad?: boolean | undefined;
|
|
6963
6964
|
triggerFieldKeys?: string[] | undefined;
|
|
6964
|
-
appId?: string | undefined;
|
|
6965
6965
|
} | {
|
|
6966
6966
|
type: "nativeFunction";
|
|
6967
6967
|
functionName: string;
|
|
@@ -6986,12 +6986,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
6986
6986
|
url: z.ZodString;
|
|
6987
6987
|
}, "strip", z.ZodTypeAny, {
|
|
6988
6988
|
url: string;
|
|
6989
|
-
label: string;
|
|
6990
6989
|
key: string;
|
|
6990
|
+
label: string;
|
|
6991
6991
|
}, {
|
|
6992
6992
|
url: string;
|
|
6993
|
-
label: string;
|
|
6994
6993
|
key: string;
|
|
6994
|
+
label: string;
|
|
6995
6995
|
}>, "many">>;
|
|
6996
6996
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
6997
6997
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -7059,16 +7059,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7059
7059
|
type: "function";
|
|
7060
7060
|
functionName: string;
|
|
7061
7061
|
params?: Record<string, unknown> | undefined;
|
|
7062
|
+
appId?: string | undefined;
|
|
7062
7063
|
triggerOnLoad?: boolean | undefined;
|
|
7063
7064
|
triggerFieldKeys?: string[] | undefined;
|
|
7064
|
-
appId?: string | undefined;
|
|
7065
7065
|
}, {
|
|
7066
7066
|
type: "function";
|
|
7067
7067
|
functionName: string;
|
|
7068
7068
|
params?: Record<string, unknown> | undefined;
|
|
7069
|
+
appId?: string | undefined;
|
|
7069
7070
|
triggerOnLoad?: boolean | undefined;
|
|
7070
7071
|
triggerFieldKeys?: string[] | undefined;
|
|
7071
|
-
appId?: string | undefined;
|
|
7072
7072
|
}>, z.ZodObject<{
|
|
7073
7073
|
functionName: z.ZodString;
|
|
7074
7074
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -7093,8 +7093,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7093
7093
|
type: z.ZodLiteral<"checkbox">;
|
|
7094
7094
|
}, "strip", z.ZodTypeAny, {
|
|
7095
7095
|
type: "checkbox";
|
|
7096
|
-
label: string;
|
|
7097
7096
|
key: string;
|
|
7097
|
+
label: string;
|
|
7098
7098
|
description?: string | undefined;
|
|
7099
7099
|
required?: boolean | undefined;
|
|
7100
7100
|
placeholder?: string | undefined;
|
|
@@ -7106,8 +7106,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7106
7106
|
helperText?: string | undefined;
|
|
7107
7107
|
helperLinks?: {
|
|
7108
7108
|
url: string;
|
|
7109
|
-
label: string;
|
|
7110
7109
|
key: string;
|
|
7110
|
+
label: string;
|
|
7111
7111
|
}[] | undefined;
|
|
7112
7112
|
resolvesTo?: {
|
|
7113
7113
|
key: string;
|
|
@@ -7130,9 +7130,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7130
7130
|
type: "function";
|
|
7131
7131
|
functionName: string;
|
|
7132
7132
|
params?: Record<string, unknown> | undefined;
|
|
7133
|
+
appId?: string | undefined;
|
|
7133
7134
|
triggerOnLoad?: boolean | undefined;
|
|
7134
7135
|
triggerFieldKeys?: string[] | undefined;
|
|
7135
|
-
appId?: string | undefined;
|
|
7136
7136
|
} | {
|
|
7137
7137
|
type: "nativeFunction";
|
|
7138
7138
|
functionName: string;
|
|
@@ -7142,8 +7142,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7142
7142
|
} | undefined;
|
|
7143
7143
|
}, {
|
|
7144
7144
|
type: "checkbox";
|
|
7145
|
-
label: string;
|
|
7146
7145
|
key: string;
|
|
7146
|
+
label: string;
|
|
7147
7147
|
description?: string | undefined;
|
|
7148
7148
|
required?: boolean | undefined;
|
|
7149
7149
|
placeholder?: string | undefined;
|
|
@@ -7155,8 +7155,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7155
7155
|
helperText?: string | undefined;
|
|
7156
7156
|
helperLinks?: {
|
|
7157
7157
|
url: string;
|
|
7158
|
-
label: string;
|
|
7159
7158
|
key: string;
|
|
7159
|
+
label: string;
|
|
7160
7160
|
}[] | undefined;
|
|
7161
7161
|
resolvesTo?: {
|
|
7162
7162
|
key: string;
|
|
@@ -7179,9 +7179,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7179
7179
|
type: "function";
|
|
7180
7180
|
functionName: string;
|
|
7181
7181
|
params?: Record<string, unknown> | undefined;
|
|
7182
|
+
appId?: string | undefined;
|
|
7182
7183
|
triggerOnLoad?: boolean | undefined;
|
|
7183
7184
|
triggerFieldKeys?: string[] | undefined;
|
|
7184
|
-
appId?: string | undefined;
|
|
7185
7185
|
} | {
|
|
7186
7186
|
type: "nativeFunction";
|
|
7187
7187
|
functionName: string;
|
|
@@ -7200,12 +7200,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7200
7200
|
url: z.ZodString;
|
|
7201
7201
|
}, "strip", z.ZodTypeAny, {
|
|
7202
7202
|
url: string;
|
|
7203
|
-
label: string;
|
|
7204
7203
|
key: string;
|
|
7204
|
+
label: string;
|
|
7205
7205
|
}, {
|
|
7206
7206
|
url: string;
|
|
7207
|
-
label: string;
|
|
7208
7207
|
key: string;
|
|
7208
|
+
label: string;
|
|
7209
7209
|
}>, "many">>;
|
|
7210
7210
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7211
7211
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -7273,16 +7273,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7273
7273
|
type: "function";
|
|
7274
7274
|
functionName: string;
|
|
7275
7275
|
params?: Record<string, unknown> | undefined;
|
|
7276
|
+
appId?: string | undefined;
|
|
7276
7277
|
triggerOnLoad?: boolean | undefined;
|
|
7277
7278
|
triggerFieldKeys?: string[] | undefined;
|
|
7278
|
-
appId?: string | undefined;
|
|
7279
7279
|
}, {
|
|
7280
7280
|
type: "function";
|
|
7281
7281
|
functionName: string;
|
|
7282
7282
|
params?: Record<string, unknown> | undefined;
|
|
7283
|
+
appId?: string | undefined;
|
|
7283
7284
|
triggerOnLoad?: boolean | undefined;
|
|
7284
7285
|
triggerFieldKeys?: string[] | undefined;
|
|
7285
|
-
appId?: string | undefined;
|
|
7286
7286
|
}>, z.ZodObject<{
|
|
7287
7287
|
functionName: z.ZodString;
|
|
7288
7288
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -7307,8 +7307,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7307
7307
|
type: z.ZodLiteral<"switch">;
|
|
7308
7308
|
}, "strip", z.ZodTypeAny, {
|
|
7309
7309
|
type: "switch";
|
|
7310
|
-
label: string;
|
|
7311
7310
|
key: string;
|
|
7311
|
+
label: string;
|
|
7312
7312
|
description?: string | undefined;
|
|
7313
7313
|
required?: boolean | undefined;
|
|
7314
7314
|
placeholder?: string | undefined;
|
|
@@ -7320,8 +7320,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7320
7320
|
helperText?: string | undefined;
|
|
7321
7321
|
helperLinks?: {
|
|
7322
7322
|
url: string;
|
|
7323
|
-
label: string;
|
|
7324
7323
|
key: string;
|
|
7324
|
+
label: string;
|
|
7325
7325
|
}[] | undefined;
|
|
7326
7326
|
resolvesTo?: {
|
|
7327
7327
|
key: string;
|
|
@@ -7344,9 +7344,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7344
7344
|
type: "function";
|
|
7345
7345
|
functionName: string;
|
|
7346
7346
|
params?: Record<string, unknown> | undefined;
|
|
7347
|
+
appId?: string | undefined;
|
|
7347
7348
|
triggerOnLoad?: boolean | undefined;
|
|
7348
7349
|
triggerFieldKeys?: string[] | undefined;
|
|
7349
|
-
appId?: string | undefined;
|
|
7350
7350
|
} | {
|
|
7351
7351
|
type: "nativeFunction";
|
|
7352
7352
|
functionName: string;
|
|
@@ -7356,8 +7356,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7356
7356
|
} | undefined;
|
|
7357
7357
|
}, {
|
|
7358
7358
|
type: "switch";
|
|
7359
|
-
label: string;
|
|
7360
7359
|
key: string;
|
|
7360
|
+
label: string;
|
|
7361
7361
|
description?: string | undefined;
|
|
7362
7362
|
required?: boolean | undefined;
|
|
7363
7363
|
placeholder?: string | undefined;
|
|
@@ -7369,8 +7369,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7369
7369
|
helperText?: string | undefined;
|
|
7370
7370
|
helperLinks?: {
|
|
7371
7371
|
url: string;
|
|
7372
|
-
label: string;
|
|
7373
7372
|
key: string;
|
|
7373
|
+
label: string;
|
|
7374
7374
|
}[] | undefined;
|
|
7375
7375
|
resolvesTo?: {
|
|
7376
7376
|
key: string;
|
|
@@ -7393,9 +7393,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7393
7393
|
type: "function";
|
|
7394
7394
|
functionName: string;
|
|
7395
7395
|
params?: Record<string, unknown> | undefined;
|
|
7396
|
+
appId?: string | undefined;
|
|
7396
7397
|
triggerOnLoad?: boolean | undefined;
|
|
7397
7398
|
triggerFieldKeys?: string[] | undefined;
|
|
7398
|
-
appId?: string | undefined;
|
|
7399
7399
|
} | {
|
|
7400
7400
|
type: "nativeFunction";
|
|
7401
7401
|
functionName: string;
|
|
@@ -7414,12 +7414,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7414
7414
|
url: z.ZodString;
|
|
7415
7415
|
}, "strip", z.ZodTypeAny, {
|
|
7416
7416
|
url: string;
|
|
7417
|
-
label: string;
|
|
7418
7417
|
key: string;
|
|
7418
|
+
label: string;
|
|
7419
7419
|
}, {
|
|
7420
7420
|
url: string;
|
|
7421
|
-
label: string;
|
|
7422
7421
|
key: string;
|
|
7422
|
+
label: string;
|
|
7423
7423
|
}>, "many">>;
|
|
7424
7424
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7425
7425
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -7487,16 +7487,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7487
7487
|
type: "function";
|
|
7488
7488
|
functionName: string;
|
|
7489
7489
|
params?: Record<string, unknown> | undefined;
|
|
7490
|
+
appId?: string | undefined;
|
|
7490
7491
|
triggerOnLoad?: boolean | undefined;
|
|
7491
7492
|
triggerFieldKeys?: string[] | undefined;
|
|
7492
|
-
appId?: string | undefined;
|
|
7493
7493
|
}, {
|
|
7494
7494
|
type: "function";
|
|
7495
7495
|
functionName: string;
|
|
7496
7496
|
params?: Record<string, unknown> | undefined;
|
|
7497
|
+
appId?: string | undefined;
|
|
7497
7498
|
triggerOnLoad?: boolean | undefined;
|
|
7498
7499
|
triggerFieldKeys?: string[] | undefined;
|
|
7499
|
-
appId?: string | undefined;
|
|
7500
7500
|
}>, z.ZodObject<{
|
|
7501
7501
|
functionName: z.ZodString;
|
|
7502
7502
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -7550,8 +7550,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7550
7550
|
numberPlaceholder: z.ZodOptional<z.ZodString>;
|
|
7551
7551
|
}, "strip", z.ZodTypeAny, {
|
|
7552
7552
|
type: "phone";
|
|
7553
|
-
label: string;
|
|
7554
7553
|
key: string;
|
|
7554
|
+
label: string;
|
|
7555
7555
|
description?: string | undefined;
|
|
7556
7556
|
required?: boolean | undefined;
|
|
7557
7557
|
placeholder?: string | undefined;
|
|
@@ -7563,8 +7563,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7563
7563
|
helperText?: string | undefined;
|
|
7564
7564
|
helperLinks?: {
|
|
7565
7565
|
url: string;
|
|
7566
|
-
label: string;
|
|
7567
7566
|
key: string;
|
|
7567
|
+
label: string;
|
|
7568
7568
|
}[] | undefined;
|
|
7569
7569
|
resolvesTo?: {
|
|
7570
7570
|
key: string;
|
|
@@ -7587,9 +7587,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7587
7587
|
type: "function";
|
|
7588
7588
|
functionName: string;
|
|
7589
7589
|
params?: Record<string, unknown> | undefined;
|
|
7590
|
+
appId?: string | undefined;
|
|
7590
7591
|
triggerOnLoad?: boolean | undefined;
|
|
7591
7592
|
triggerFieldKeys?: string[] | undefined;
|
|
7592
|
-
appId?: string | undefined;
|
|
7593
7593
|
} | {
|
|
7594
7594
|
type: "nativeFunction";
|
|
7595
7595
|
functionName: string;
|
|
@@ -7612,8 +7612,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7612
7612
|
numberPlaceholder?: string | undefined;
|
|
7613
7613
|
}, {
|
|
7614
7614
|
type: "phone";
|
|
7615
|
-
label: string;
|
|
7616
7615
|
key: string;
|
|
7616
|
+
label: string;
|
|
7617
7617
|
description?: string | undefined;
|
|
7618
7618
|
required?: boolean | undefined;
|
|
7619
7619
|
placeholder?: string | undefined;
|
|
@@ -7625,8 +7625,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7625
7625
|
helperText?: string | undefined;
|
|
7626
7626
|
helperLinks?: {
|
|
7627
7627
|
url: string;
|
|
7628
|
-
label: string;
|
|
7629
7628
|
key: string;
|
|
7629
|
+
label: string;
|
|
7630
7630
|
}[] | undefined;
|
|
7631
7631
|
resolvesTo?: {
|
|
7632
7632
|
key: string;
|
|
@@ -7649,9 +7649,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7649
7649
|
type: "function";
|
|
7650
7650
|
functionName: string;
|
|
7651
7651
|
params?: Record<string, unknown> | undefined;
|
|
7652
|
+
appId?: string | undefined;
|
|
7652
7653
|
triggerOnLoad?: boolean | undefined;
|
|
7653
7654
|
triggerFieldKeys?: string[] | undefined;
|
|
7654
|
-
appId?: string | undefined;
|
|
7655
7655
|
} | {
|
|
7656
7656
|
type: "nativeFunction";
|
|
7657
7657
|
functionName: string;
|
|
@@ -7683,12 +7683,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7683
7683
|
url: z.ZodString;
|
|
7684
7684
|
}, "strip", z.ZodTypeAny, {
|
|
7685
7685
|
url: string;
|
|
7686
|
-
label: string;
|
|
7687
7686
|
key: string;
|
|
7687
|
+
label: string;
|
|
7688
7688
|
}, {
|
|
7689
7689
|
url: string;
|
|
7690
|
-
label: string;
|
|
7691
7690
|
key: string;
|
|
7691
|
+
label: string;
|
|
7692
7692
|
}>, "many">>;
|
|
7693
7693
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7694
7694
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -7756,16 +7756,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7756
7756
|
type: "function";
|
|
7757
7757
|
functionName: string;
|
|
7758
7758
|
params?: Record<string, unknown> | undefined;
|
|
7759
|
+
appId?: string | undefined;
|
|
7759
7760
|
triggerOnLoad?: boolean | undefined;
|
|
7760
7761
|
triggerFieldKeys?: string[] | undefined;
|
|
7761
|
-
appId?: string | undefined;
|
|
7762
7762
|
}, {
|
|
7763
7763
|
type: "function";
|
|
7764
7764
|
functionName: string;
|
|
7765
7765
|
params?: Record<string, unknown> | undefined;
|
|
7766
|
+
appId?: string | undefined;
|
|
7766
7767
|
triggerOnLoad?: boolean | undefined;
|
|
7767
7768
|
triggerFieldKeys?: string[] | undefined;
|
|
7768
|
-
appId?: string | undefined;
|
|
7769
7769
|
}>, z.ZodObject<{
|
|
7770
7770
|
functionName: z.ZodString;
|
|
7771
7771
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -7836,8 +7836,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7836
7836
|
address2Placeholder: z.ZodOptional<z.ZodString>;
|
|
7837
7837
|
}, "strip", z.ZodTypeAny, {
|
|
7838
7838
|
type: "address";
|
|
7839
|
-
label: string;
|
|
7840
7839
|
key: string;
|
|
7840
|
+
label: string;
|
|
7841
7841
|
description?: string | undefined;
|
|
7842
7842
|
required?: boolean | undefined;
|
|
7843
7843
|
placeholder?: string | undefined;
|
|
@@ -7849,8 +7849,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7849
7849
|
helperText?: string | undefined;
|
|
7850
7850
|
helperLinks?: {
|
|
7851
7851
|
url: string;
|
|
7852
|
-
label: string;
|
|
7853
7852
|
key: string;
|
|
7853
|
+
label: string;
|
|
7854
7854
|
}[] | undefined;
|
|
7855
7855
|
resolvesTo?: {
|
|
7856
7856
|
key: string;
|
|
@@ -7873,9 +7873,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7873
7873
|
type: "function";
|
|
7874
7874
|
functionName: string;
|
|
7875
7875
|
params?: Record<string, unknown> | undefined;
|
|
7876
|
+
appId?: string | undefined;
|
|
7876
7877
|
triggerOnLoad?: boolean | undefined;
|
|
7877
7878
|
triggerFieldKeys?: string[] | undefined;
|
|
7878
|
-
appId?: string | undefined;
|
|
7879
7879
|
} | {
|
|
7880
7880
|
type: "nativeFunction";
|
|
7881
7881
|
functionName: string;
|
|
@@ -7907,8 +7907,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7907
7907
|
address2Placeholder?: string | undefined;
|
|
7908
7908
|
}, {
|
|
7909
7909
|
type: "address";
|
|
7910
|
-
label: string;
|
|
7911
7910
|
key: string;
|
|
7911
|
+
label: string;
|
|
7912
7912
|
description?: string | undefined;
|
|
7913
7913
|
required?: boolean | undefined;
|
|
7914
7914
|
placeholder?: string | undefined;
|
|
@@ -7920,8 +7920,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7920
7920
|
helperText?: string | undefined;
|
|
7921
7921
|
helperLinks?: {
|
|
7922
7922
|
url: string;
|
|
7923
|
-
label: string;
|
|
7924
7923
|
key: string;
|
|
7924
|
+
label: string;
|
|
7925
7925
|
}[] | undefined;
|
|
7926
7926
|
resolvesTo?: {
|
|
7927
7927
|
key: string;
|
|
@@ -7944,9 +7944,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7944
7944
|
type: "function";
|
|
7945
7945
|
functionName: string;
|
|
7946
7946
|
params?: Record<string, unknown> | undefined;
|
|
7947
|
+
appId?: string | undefined;
|
|
7947
7948
|
triggerOnLoad?: boolean | undefined;
|
|
7948
7949
|
triggerFieldKeys?: string[] | undefined;
|
|
7949
|
-
appId?: string | undefined;
|
|
7950
7950
|
} | {
|
|
7951
7951
|
type: "nativeFunction";
|
|
7952
7952
|
functionName: string;
|
|
@@ -7987,12 +7987,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
7987
7987
|
url: z.ZodString;
|
|
7988
7988
|
}, "strip", z.ZodTypeAny, {
|
|
7989
7989
|
url: string;
|
|
7990
|
-
label: string;
|
|
7991
7990
|
key: string;
|
|
7991
|
+
label: string;
|
|
7992
7992
|
}, {
|
|
7993
7993
|
url: string;
|
|
7994
|
-
label: string;
|
|
7995
7994
|
key: string;
|
|
7995
|
+
label: string;
|
|
7996
7996
|
}>, "many">>;
|
|
7997
7997
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
7998
7998
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
@@ -8060,16 +8060,16 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8060
8060
|
type: "function";
|
|
8061
8061
|
functionName: string;
|
|
8062
8062
|
params?: Record<string, unknown> | undefined;
|
|
8063
|
+
appId?: string | undefined;
|
|
8063
8064
|
triggerOnLoad?: boolean | undefined;
|
|
8064
8065
|
triggerFieldKeys?: string[] | undefined;
|
|
8065
|
-
appId?: string | undefined;
|
|
8066
8066
|
}, {
|
|
8067
8067
|
type: "function";
|
|
8068
8068
|
functionName: string;
|
|
8069
8069
|
params?: Record<string, unknown> | undefined;
|
|
8070
|
+
appId?: string | undefined;
|
|
8070
8071
|
triggerOnLoad?: boolean | undefined;
|
|
8071
8072
|
triggerFieldKeys?: string[] | undefined;
|
|
8072
|
-
appId?: string | undefined;
|
|
8073
8073
|
}>, z.ZodObject<{
|
|
8074
8074
|
functionName: z.ZodString;
|
|
8075
8075
|
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -8097,8 +8097,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8097
8097
|
multiple: z.ZodOptional<z.ZodBoolean>;
|
|
8098
8098
|
}, "strip", z.ZodTypeAny, {
|
|
8099
8099
|
type: "image";
|
|
8100
|
-
label: string;
|
|
8101
8100
|
key: string;
|
|
8101
|
+
label: string;
|
|
8102
8102
|
description?: string | undefined;
|
|
8103
8103
|
required?: boolean | undefined;
|
|
8104
8104
|
placeholder?: string | undefined;
|
|
@@ -8110,8 +8110,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8110
8110
|
helperText?: string | undefined;
|
|
8111
8111
|
helperLinks?: {
|
|
8112
8112
|
url: string;
|
|
8113
|
-
label: string;
|
|
8114
8113
|
key: string;
|
|
8114
|
+
label: string;
|
|
8115
8115
|
}[] | undefined;
|
|
8116
8116
|
resolvesTo?: {
|
|
8117
8117
|
key: string;
|
|
@@ -8134,9 +8134,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8134
8134
|
type: "function";
|
|
8135
8135
|
functionName: string;
|
|
8136
8136
|
params?: Record<string, unknown> | undefined;
|
|
8137
|
+
appId?: string | undefined;
|
|
8137
8138
|
triggerOnLoad?: boolean | undefined;
|
|
8138
8139
|
triggerFieldKeys?: string[] | undefined;
|
|
8139
|
-
appId?: string | undefined;
|
|
8140
8140
|
} | {
|
|
8141
8141
|
type: "nativeFunction";
|
|
8142
8142
|
functionName: string;
|
|
@@ -8149,8 +8149,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8149
8149
|
multiple?: boolean | undefined;
|
|
8150
8150
|
}, {
|
|
8151
8151
|
type: "image";
|
|
8152
|
-
label: string;
|
|
8153
8152
|
key: string;
|
|
8153
|
+
label: string;
|
|
8154
8154
|
description?: string | undefined;
|
|
8155
8155
|
required?: boolean | undefined;
|
|
8156
8156
|
placeholder?: string | undefined;
|
|
@@ -8162,8 +8162,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8162
8162
|
helperText?: string | undefined;
|
|
8163
8163
|
helperLinks?: {
|
|
8164
8164
|
url: string;
|
|
8165
|
-
label: string;
|
|
8166
8165
|
key: string;
|
|
8166
|
+
label: string;
|
|
8167
8167
|
}[] | undefined;
|
|
8168
8168
|
resolvesTo?: {
|
|
8169
8169
|
key: string;
|
|
@@ -8186,9 +8186,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8186
8186
|
type: "function";
|
|
8187
8187
|
functionName: string;
|
|
8188
8188
|
params?: Record<string, unknown> | undefined;
|
|
8189
|
+
appId?: string | undefined;
|
|
8189
8190
|
triggerOnLoad?: boolean | undefined;
|
|
8190
8191
|
triggerFieldKeys?: string[] | undefined;
|
|
8191
|
-
appId?: string | undefined;
|
|
8192
8192
|
} | {
|
|
8193
8193
|
type: "nativeFunction";
|
|
8194
8194
|
functionName: string;
|
|
@@ -8206,8 +8206,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8206
8206
|
configScope: "manager" | "channel";
|
|
8207
8207
|
blocks: ({
|
|
8208
8208
|
type: "text";
|
|
8209
|
-
label: string;
|
|
8210
8209
|
key: string;
|
|
8210
|
+
label: string;
|
|
8211
8211
|
description?: string | undefined;
|
|
8212
8212
|
required?: boolean | undefined;
|
|
8213
8213
|
placeholder?: string | undefined;
|
|
@@ -8219,8 +8219,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8219
8219
|
helperText?: string | undefined;
|
|
8220
8220
|
helperLinks?: {
|
|
8221
8221
|
url: string;
|
|
8222
|
-
label: string;
|
|
8223
8222
|
key: string;
|
|
8223
|
+
label: string;
|
|
8224
8224
|
}[] | undefined;
|
|
8225
8225
|
resolvesTo?: {
|
|
8226
8226
|
key: string;
|
|
@@ -8243,9 +8243,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8243
8243
|
type: "function";
|
|
8244
8244
|
functionName: string;
|
|
8245
8245
|
params?: Record<string, unknown> | undefined;
|
|
8246
|
+
appId?: string | undefined;
|
|
8246
8247
|
triggerOnLoad?: boolean | undefined;
|
|
8247
8248
|
triggerFieldKeys?: string[] | undefined;
|
|
8248
|
-
appId?: string | undefined;
|
|
8249
8249
|
} | {
|
|
8250
8250
|
type: "nativeFunction";
|
|
8251
8251
|
functionName: string;
|
|
@@ -8255,9 +8255,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8255
8255
|
} | undefined;
|
|
8256
8256
|
} | {
|
|
8257
8257
|
type: "textarea";
|
|
8258
|
-
label: string;
|
|
8259
8258
|
key: string;
|
|
8259
|
+
label: string;
|
|
8260
8260
|
description?: string | undefined;
|
|
8261
|
+
rows?: number | undefined;
|
|
8261
8262
|
required?: boolean | undefined;
|
|
8262
8263
|
placeholder?: string | undefined;
|
|
8263
8264
|
validationRegex?: string | undefined;
|
|
@@ -8268,8 +8269,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8268
8269
|
helperText?: string | undefined;
|
|
8269
8270
|
helperLinks?: {
|
|
8270
8271
|
url: string;
|
|
8271
|
-
label: string;
|
|
8272
8272
|
key: string;
|
|
8273
|
+
label: string;
|
|
8273
8274
|
}[] | undefined;
|
|
8274
8275
|
resolvesTo?: {
|
|
8275
8276
|
key: string;
|
|
@@ -8292,9 +8293,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8292
8293
|
type: "function";
|
|
8293
8294
|
functionName: string;
|
|
8294
8295
|
params?: Record<string, unknown> | undefined;
|
|
8296
|
+
appId?: string | undefined;
|
|
8295
8297
|
triggerOnLoad?: boolean | undefined;
|
|
8296
8298
|
triggerFieldKeys?: string[] | undefined;
|
|
8297
|
-
appId?: string | undefined;
|
|
8298
8299
|
} | {
|
|
8299
8300
|
type: "nativeFunction";
|
|
8300
8301
|
functionName: string;
|
|
@@ -8302,11 +8303,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8302
8303
|
triggerOnLoad?: boolean | undefined;
|
|
8303
8304
|
triggerFieldKeys?: string[] | undefined;
|
|
8304
8305
|
} | undefined;
|
|
8305
|
-
rows?: number | undefined;
|
|
8306
8306
|
} | {
|
|
8307
8307
|
type: "password";
|
|
8308
|
-
label: string;
|
|
8309
8308
|
key: string;
|
|
8309
|
+
label: string;
|
|
8310
8310
|
description?: string | undefined;
|
|
8311
8311
|
required?: boolean | undefined;
|
|
8312
8312
|
maskType?: string | undefined;
|
|
@@ -8319,8 +8319,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8319
8319
|
helperText?: string | undefined;
|
|
8320
8320
|
helperLinks?: {
|
|
8321
8321
|
url: string;
|
|
8322
|
-
label: string;
|
|
8323
8322
|
key: string;
|
|
8323
|
+
label: string;
|
|
8324
8324
|
}[] | undefined;
|
|
8325
8325
|
resolvesTo?: {
|
|
8326
8326
|
key: string;
|
|
@@ -8343,9 +8343,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8343
8343
|
type: "function";
|
|
8344
8344
|
functionName: string;
|
|
8345
8345
|
params?: Record<string, unknown> | undefined;
|
|
8346
|
+
appId?: string | undefined;
|
|
8346
8347
|
triggerOnLoad?: boolean | undefined;
|
|
8347
8348
|
triggerFieldKeys?: string[] | undefined;
|
|
8348
|
-
appId?: string | undefined;
|
|
8349
8349
|
} | {
|
|
8350
8350
|
type: "nativeFunction";
|
|
8351
8351
|
functionName: string;
|
|
@@ -8355,8 +8355,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8355
8355
|
} | undefined;
|
|
8356
8356
|
} | {
|
|
8357
8357
|
type: "number";
|
|
8358
|
-
label: string;
|
|
8359
8358
|
key: string;
|
|
8359
|
+
label: string;
|
|
8360
8360
|
description?: string | undefined;
|
|
8361
8361
|
required?: boolean | undefined;
|
|
8362
8362
|
placeholder?: string | undefined;
|
|
@@ -8368,8 +8368,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8368
8368
|
helperText?: string | undefined;
|
|
8369
8369
|
helperLinks?: {
|
|
8370
8370
|
url: string;
|
|
8371
|
-
label: string;
|
|
8372
8371
|
key: string;
|
|
8372
|
+
label: string;
|
|
8373
8373
|
}[] | undefined;
|
|
8374
8374
|
resolvesTo?: {
|
|
8375
8375
|
key: string;
|
|
@@ -8392,9 +8392,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8392
8392
|
type: "function";
|
|
8393
8393
|
functionName: string;
|
|
8394
8394
|
params?: Record<string, unknown> | undefined;
|
|
8395
|
+
appId?: string | undefined;
|
|
8395
8396
|
triggerOnLoad?: boolean | undefined;
|
|
8396
8397
|
triggerFieldKeys?: string[] | undefined;
|
|
8397
|
-
appId?: string | undefined;
|
|
8398
8398
|
} | {
|
|
8399
8399
|
type: "nativeFunction";
|
|
8400
8400
|
functionName: string;
|
|
@@ -8407,8 +8407,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8407
8407
|
step?: number | undefined;
|
|
8408
8408
|
} | {
|
|
8409
8409
|
type: "select";
|
|
8410
|
-
label: string;
|
|
8411
8410
|
key: string;
|
|
8411
|
+
label: string;
|
|
8412
8412
|
description?: string | undefined;
|
|
8413
8413
|
required?: boolean | undefined;
|
|
8414
8414
|
placeholder?: string | undefined;
|
|
@@ -8420,8 +8420,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8420
8420
|
helperText?: string | undefined;
|
|
8421
8421
|
helperLinks?: {
|
|
8422
8422
|
url: string;
|
|
8423
|
-
label: string;
|
|
8424
8423
|
key: string;
|
|
8424
|
+
label: string;
|
|
8425
8425
|
}[] | undefined;
|
|
8426
8426
|
resolvesTo?: {
|
|
8427
8427
|
key: string;
|
|
@@ -8444,9 +8444,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8444
8444
|
type: "function";
|
|
8445
8445
|
functionName: string;
|
|
8446
8446
|
params?: Record<string, unknown> | undefined;
|
|
8447
|
+
appId?: string | undefined;
|
|
8447
8448
|
triggerOnLoad?: boolean | undefined;
|
|
8448
8449
|
triggerFieldKeys?: string[] | undefined;
|
|
8449
|
-
appId?: string | undefined;
|
|
8450
8450
|
} | {
|
|
8451
8451
|
type: "nativeFunction";
|
|
8452
8452
|
functionName: string;
|
|
@@ -8462,8 +8462,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8462
8462
|
}[] | undefined;
|
|
8463
8463
|
} | {
|
|
8464
8464
|
type: "multiselect";
|
|
8465
|
-
label: string;
|
|
8466
8465
|
key: string;
|
|
8466
|
+
label: string;
|
|
8467
8467
|
description?: string | undefined;
|
|
8468
8468
|
required?: boolean | undefined;
|
|
8469
8469
|
placeholder?: string | undefined;
|
|
@@ -8475,8 +8475,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8475
8475
|
helperText?: string | undefined;
|
|
8476
8476
|
helperLinks?: {
|
|
8477
8477
|
url: string;
|
|
8478
|
-
label: string;
|
|
8479
8478
|
key: string;
|
|
8479
|
+
label: string;
|
|
8480
8480
|
}[] | undefined;
|
|
8481
8481
|
resolvesTo?: {
|
|
8482
8482
|
key: string;
|
|
@@ -8499,9 +8499,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8499
8499
|
type: "function";
|
|
8500
8500
|
functionName: string;
|
|
8501
8501
|
params?: Record<string, unknown> | undefined;
|
|
8502
|
+
appId?: string | undefined;
|
|
8502
8503
|
triggerOnLoad?: boolean | undefined;
|
|
8503
8504
|
triggerFieldKeys?: string[] | undefined;
|
|
8504
|
-
appId?: string | undefined;
|
|
8505
8505
|
} | {
|
|
8506
8506
|
type: "nativeFunction";
|
|
8507
8507
|
functionName: string;
|
|
@@ -8519,8 +8519,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8519
8519
|
maxSelections?: number | undefined;
|
|
8520
8520
|
} | {
|
|
8521
8521
|
type: "radio";
|
|
8522
|
-
label: string;
|
|
8523
8522
|
key: string;
|
|
8523
|
+
label: string;
|
|
8524
8524
|
description?: string | undefined;
|
|
8525
8525
|
required?: boolean | undefined;
|
|
8526
8526
|
placeholder?: string | undefined;
|
|
@@ -8532,8 +8532,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8532
8532
|
helperText?: string | undefined;
|
|
8533
8533
|
helperLinks?: {
|
|
8534
8534
|
url: string;
|
|
8535
|
-
label: string;
|
|
8536
8535
|
key: string;
|
|
8536
|
+
label: string;
|
|
8537
8537
|
}[] | undefined;
|
|
8538
8538
|
resolvesTo?: {
|
|
8539
8539
|
key: string;
|
|
@@ -8556,9 +8556,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8556
8556
|
type: "function";
|
|
8557
8557
|
functionName: string;
|
|
8558
8558
|
params?: Record<string, unknown> | undefined;
|
|
8559
|
+
appId?: string | undefined;
|
|
8559
8560
|
triggerOnLoad?: boolean | undefined;
|
|
8560
8561
|
triggerFieldKeys?: string[] | undefined;
|
|
8561
|
-
appId?: string | undefined;
|
|
8562
8562
|
} | {
|
|
8563
8563
|
type: "nativeFunction";
|
|
8564
8564
|
functionName: string;
|
|
@@ -8574,8 +8574,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8574
8574
|
}[] | undefined;
|
|
8575
8575
|
} | {
|
|
8576
8576
|
type: "checkbox";
|
|
8577
|
-
label: string;
|
|
8578
8577
|
key: string;
|
|
8578
|
+
label: string;
|
|
8579
8579
|
description?: string | undefined;
|
|
8580
8580
|
required?: boolean | undefined;
|
|
8581
8581
|
placeholder?: string | undefined;
|
|
@@ -8587,8 +8587,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8587
8587
|
helperText?: string | undefined;
|
|
8588
8588
|
helperLinks?: {
|
|
8589
8589
|
url: string;
|
|
8590
|
-
label: string;
|
|
8591
8590
|
key: string;
|
|
8591
|
+
label: string;
|
|
8592
8592
|
}[] | undefined;
|
|
8593
8593
|
resolvesTo?: {
|
|
8594
8594
|
key: string;
|
|
@@ -8611,9 +8611,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8611
8611
|
type: "function";
|
|
8612
8612
|
functionName: string;
|
|
8613
8613
|
params?: Record<string, unknown> | undefined;
|
|
8614
|
+
appId?: string | undefined;
|
|
8614
8615
|
triggerOnLoad?: boolean | undefined;
|
|
8615
8616
|
triggerFieldKeys?: string[] | undefined;
|
|
8616
|
-
appId?: string | undefined;
|
|
8617
8617
|
} | {
|
|
8618
8618
|
type: "nativeFunction";
|
|
8619
8619
|
functionName: string;
|
|
@@ -8623,8 +8623,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8623
8623
|
} | undefined;
|
|
8624
8624
|
} | {
|
|
8625
8625
|
type: "switch";
|
|
8626
|
-
label: string;
|
|
8627
8626
|
key: string;
|
|
8627
|
+
label: string;
|
|
8628
8628
|
description?: string | undefined;
|
|
8629
8629
|
required?: boolean | undefined;
|
|
8630
8630
|
placeholder?: string | undefined;
|
|
@@ -8636,8 +8636,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8636
8636
|
helperText?: string | undefined;
|
|
8637
8637
|
helperLinks?: {
|
|
8638
8638
|
url: string;
|
|
8639
|
-
label: string;
|
|
8640
8639
|
key: string;
|
|
8640
|
+
label: string;
|
|
8641
8641
|
}[] | undefined;
|
|
8642
8642
|
resolvesTo?: {
|
|
8643
8643
|
key: string;
|
|
@@ -8660,9 +8660,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8660
8660
|
type: "function";
|
|
8661
8661
|
functionName: string;
|
|
8662
8662
|
params?: Record<string, unknown> | undefined;
|
|
8663
|
+
appId?: string | undefined;
|
|
8663
8664
|
triggerOnLoad?: boolean | undefined;
|
|
8664
8665
|
triggerFieldKeys?: string[] | undefined;
|
|
8665
|
-
appId?: string | undefined;
|
|
8666
8666
|
} | {
|
|
8667
8667
|
type: "nativeFunction";
|
|
8668
8668
|
functionName: string;
|
|
@@ -8672,8 +8672,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8672
8672
|
} | undefined;
|
|
8673
8673
|
} | {
|
|
8674
8674
|
type: "phone";
|
|
8675
|
-
label: string;
|
|
8676
8675
|
key: string;
|
|
8676
|
+
label: string;
|
|
8677
8677
|
description?: string | undefined;
|
|
8678
8678
|
required?: boolean | undefined;
|
|
8679
8679
|
placeholder?: string | undefined;
|
|
@@ -8685,8 +8685,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8685
8685
|
helperText?: string | undefined;
|
|
8686
8686
|
helperLinks?: {
|
|
8687
8687
|
url: string;
|
|
8688
|
-
label: string;
|
|
8689
8688
|
key: string;
|
|
8689
|
+
label: string;
|
|
8690
8690
|
}[] | undefined;
|
|
8691
8691
|
resolvesTo?: {
|
|
8692
8692
|
key: string;
|
|
@@ -8709,9 +8709,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8709
8709
|
type: "function";
|
|
8710
8710
|
functionName: string;
|
|
8711
8711
|
params?: Record<string, unknown> | undefined;
|
|
8712
|
+
appId?: string | undefined;
|
|
8712
8713
|
triggerOnLoad?: boolean | undefined;
|
|
8713
8714
|
triggerFieldKeys?: string[] | undefined;
|
|
8714
|
-
appId?: string | undefined;
|
|
8715
8715
|
} | {
|
|
8716
8716
|
type: "nativeFunction";
|
|
8717
8717
|
functionName: string;
|
|
@@ -8734,8 +8734,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8734
8734
|
numberPlaceholder?: string | undefined;
|
|
8735
8735
|
} | {
|
|
8736
8736
|
type: "address";
|
|
8737
|
-
label: string;
|
|
8738
8737
|
key: string;
|
|
8738
|
+
label: string;
|
|
8739
8739
|
description?: string | undefined;
|
|
8740
8740
|
required?: boolean | undefined;
|
|
8741
8741
|
placeholder?: string | undefined;
|
|
@@ -8747,8 +8747,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8747
8747
|
helperText?: string | undefined;
|
|
8748
8748
|
helperLinks?: {
|
|
8749
8749
|
url: string;
|
|
8750
|
-
label: string;
|
|
8751
8750
|
key: string;
|
|
8751
|
+
label: string;
|
|
8752
8752
|
}[] | undefined;
|
|
8753
8753
|
resolvesTo?: {
|
|
8754
8754
|
key: string;
|
|
@@ -8771,9 +8771,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8771
8771
|
type: "function";
|
|
8772
8772
|
functionName: string;
|
|
8773
8773
|
params?: Record<string, unknown> | undefined;
|
|
8774
|
+
appId?: string | undefined;
|
|
8774
8775
|
triggerOnLoad?: boolean | undefined;
|
|
8775
8776
|
triggerFieldKeys?: string[] | undefined;
|
|
8776
|
-
appId?: string | undefined;
|
|
8777
8777
|
} | {
|
|
8778
8778
|
type: "nativeFunction";
|
|
8779
8779
|
functionName: string;
|
|
@@ -8805,8 +8805,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8805
8805
|
address2Placeholder?: string | undefined;
|
|
8806
8806
|
} | {
|
|
8807
8807
|
type: "image";
|
|
8808
|
-
label: string;
|
|
8809
8808
|
key: string;
|
|
8809
|
+
label: string;
|
|
8810
8810
|
description?: string | undefined;
|
|
8811
8811
|
required?: boolean | undefined;
|
|
8812
8812
|
placeholder?: string | undefined;
|
|
@@ -8818,8 +8818,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8818
8818
|
helperText?: string | undefined;
|
|
8819
8819
|
helperLinks?: {
|
|
8820
8820
|
url: string;
|
|
8821
|
-
label: string;
|
|
8822
8821
|
key: string;
|
|
8822
|
+
label: string;
|
|
8823
8823
|
}[] | undefined;
|
|
8824
8824
|
resolvesTo?: {
|
|
8825
8825
|
key: string;
|
|
@@ -8842,9 +8842,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8842
8842
|
type: "function";
|
|
8843
8843
|
functionName: string;
|
|
8844
8844
|
params?: Record<string, unknown> | undefined;
|
|
8845
|
+
appId?: string | undefined;
|
|
8845
8846
|
triggerOnLoad?: boolean | undefined;
|
|
8846
8847
|
triggerFieldKeys?: string[] | undefined;
|
|
8847
|
-
appId?: string | undefined;
|
|
8848
8848
|
} | {
|
|
8849
8849
|
type: "nativeFunction";
|
|
8850
8850
|
functionName: string;
|
|
@@ -8871,8 +8871,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8871
8871
|
id?: string | undefined;
|
|
8872
8872
|
helperLinks?: {
|
|
8873
8873
|
url: string;
|
|
8874
|
-
label: string;
|
|
8875
8874
|
key: string;
|
|
8875
|
+
label: string;
|
|
8876
8876
|
}[] | undefined;
|
|
8877
8877
|
visibleWhen?: {
|
|
8878
8878
|
fieldKey: string;
|
|
@@ -8902,8 +8902,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8902
8902
|
type: "group";
|
|
8903
8903
|
fields: ({
|
|
8904
8904
|
type: "text";
|
|
8905
|
-
label: string;
|
|
8906
8905
|
key: string;
|
|
8906
|
+
label: string;
|
|
8907
8907
|
description?: string | undefined;
|
|
8908
8908
|
required?: boolean | undefined;
|
|
8909
8909
|
placeholder?: string | undefined;
|
|
@@ -8915,8 +8915,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8915
8915
|
helperText?: string | undefined;
|
|
8916
8916
|
helperLinks?: {
|
|
8917
8917
|
url: string;
|
|
8918
|
-
label: string;
|
|
8919
8918
|
key: string;
|
|
8919
|
+
label: string;
|
|
8920
8920
|
}[] | undefined;
|
|
8921
8921
|
resolvesTo?: {
|
|
8922
8922
|
key: string;
|
|
@@ -8939,9 +8939,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8939
8939
|
type: "function";
|
|
8940
8940
|
functionName: string;
|
|
8941
8941
|
params?: Record<string, unknown> | undefined;
|
|
8942
|
+
appId?: string | undefined;
|
|
8942
8943
|
triggerOnLoad?: boolean | undefined;
|
|
8943
8944
|
triggerFieldKeys?: string[] | undefined;
|
|
8944
|
-
appId?: string | undefined;
|
|
8945
8945
|
} | {
|
|
8946
8946
|
type: "nativeFunction";
|
|
8947
8947
|
functionName: string;
|
|
@@ -8951,9 +8951,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8951
8951
|
} | undefined;
|
|
8952
8952
|
} | {
|
|
8953
8953
|
type: "textarea";
|
|
8954
|
-
label: string;
|
|
8955
8954
|
key: string;
|
|
8955
|
+
label: string;
|
|
8956
8956
|
description?: string | undefined;
|
|
8957
|
+
rows?: number | undefined;
|
|
8957
8958
|
required?: boolean | undefined;
|
|
8958
8959
|
placeholder?: string | undefined;
|
|
8959
8960
|
validationRegex?: string | undefined;
|
|
@@ -8964,8 +8965,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8964
8965
|
helperText?: string | undefined;
|
|
8965
8966
|
helperLinks?: {
|
|
8966
8967
|
url: string;
|
|
8967
|
-
label: string;
|
|
8968
8968
|
key: string;
|
|
8969
|
+
label: string;
|
|
8969
8970
|
}[] | undefined;
|
|
8970
8971
|
resolvesTo?: {
|
|
8971
8972
|
key: string;
|
|
@@ -8988,9 +8989,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8988
8989
|
type: "function";
|
|
8989
8990
|
functionName: string;
|
|
8990
8991
|
params?: Record<string, unknown> | undefined;
|
|
8992
|
+
appId?: string | undefined;
|
|
8991
8993
|
triggerOnLoad?: boolean | undefined;
|
|
8992
8994
|
triggerFieldKeys?: string[] | undefined;
|
|
8993
|
-
appId?: string | undefined;
|
|
8994
8995
|
} | {
|
|
8995
8996
|
type: "nativeFunction";
|
|
8996
8997
|
functionName: string;
|
|
@@ -8998,11 +8999,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
8998
8999
|
triggerOnLoad?: boolean | undefined;
|
|
8999
9000
|
triggerFieldKeys?: string[] | undefined;
|
|
9000
9001
|
} | undefined;
|
|
9001
|
-
rows?: number | undefined;
|
|
9002
9002
|
} | {
|
|
9003
9003
|
type: "password";
|
|
9004
|
-
label: string;
|
|
9005
9004
|
key: string;
|
|
9005
|
+
label: string;
|
|
9006
9006
|
description?: string | undefined;
|
|
9007
9007
|
required?: boolean | undefined;
|
|
9008
9008
|
maskType?: string | undefined;
|
|
@@ -9015,8 +9015,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9015
9015
|
helperText?: string | undefined;
|
|
9016
9016
|
helperLinks?: {
|
|
9017
9017
|
url: string;
|
|
9018
|
-
label: string;
|
|
9019
9018
|
key: string;
|
|
9019
|
+
label: string;
|
|
9020
9020
|
}[] | undefined;
|
|
9021
9021
|
resolvesTo?: {
|
|
9022
9022
|
key: string;
|
|
@@ -9039,9 +9039,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9039
9039
|
type: "function";
|
|
9040
9040
|
functionName: string;
|
|
9041
9041
|
params?: Record<string, unknown> | undefined;
|
|
9042
|
+
appId?: string | undefined;
|
|
9042
9043
|
triggerOnLoad?: boolean | undefined;
|
|
9043
9044
|
triggerFieldKeys?: string[] | undefined;
|
|
9044
|
-
appId?: string | undefined;
|
|
9045
9045
|
} | {
|
|
9046
9046
|
type: "nativeFunction";
|
|
9047
9047
|
functionName: string;
|
|
@@ -9051,8 +9051,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9051
9051
|
} | undefined;
|
|
9052
9052
|
} | {
|
|
9053
9053
|
type: "number";
|
|
9054
|
-
label: string;
|
|
9055
9054
|
key: string;
|
|
9055
|
+
label: string;
|
|
9056
9056
|
description?: string | undefined;
|
|
9057
9057
|
required?: boolean | undefined;
|
|
9058
9058
|
placeholder?: string | undefined;
|
|
@@ -9064,8 +9064,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9064
9064
|
helperText?: string | undefined;
|
|
9065
9065
|
helperLinks?: {
|
|
9066
9066
|
url: string;
|
|
9067
|
-
label: string;
|
|
9068
9067
|
key: string;
|
|
9068
|
+
label: string;
|
|
9069
9069
|
}[] | undefined;
|
|
9070
9070
|
resolvesTo?: {
|
|
9071
9071
|
key: string;
|
|
@@ -9088,9 +9088,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9088
9088
|
type: "function";
|
|
9089
9089
|
functionName: string;
|
|
9090
9090
|
params?: Record<string, unknown> | undefined;
|
|
9091
|
+
appId?: string | undefined;
|
|
9091
9092
|
triggerOnLoad?: boolean | undefined;
|
|
9092
9093
|
triggerFieldKeys?: string[] | undefined;
|
|
9093
|
-
appId?: string | undefined;
|
|
9094
9094
|
} | {
|
|
9095
9095
|
type: "nativeFunction";
|
|
9096
9096
|
functionName: string;
|
|
@@ -9103,8 +9103,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9103
9103
|
step?: number | undefined;
|
|
9104
9104
|
} | {
|
|
9105
9105
|
type: "select";
|
|
9106
|
-
label: string;
|
|
9107
9106
|
key: string;
|
|
9107
|
+
label: string;
|
|
9108
9108
|
description?: string | undefined;
|
|
9109
9109
|
required?: boolean | undefined;
|
|
9110
9110
|
placeholder?: string | undefined;
|
|
@@ -9116,8 +9116,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9116
9116
|
helperText?: string | undefined;
|
|
9117
9117
|
helperLinks?: {
|
|
9118
9118
|
url: string;
|
|
9119
|
-
label: string;
|
|
9120
9119
|
key: string;
|
|
9120
|
+
label: string;
|
|
9121
9121
|
}[] | undefined;
|
|
9122
9122
|
resolvesTo?: {
|
|
9123
9123
|
key: string;
|
|
@@ -9140,9 +9140,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9140
9140
|
type: "function";
|
|
9141
9141
|
functionName: string;
|
|
9142
9142
|
params?: Record<string, unknown> | undefined;
|
|
9143
|
+
appId?: string | undefined;
|
|
9143
9144
|
triggerOnLoad?: boolean | undefined;
|
|
9144
9145
|
triggerFieldKeys?: string[] | undefined;
|
|
9145
|
-
appId?: string | undefined;
|
|
9146
9146
|
} | {
|
|
9147
9147
|
type: "nativeFunction";
|
|
9148
9148
|
functionName: string;
|
|
@@ -9158,8 +9158,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9158
9158
|
}[] | undefined;
|
|
9159
9159
|
} | {
|
|
9160
9160
|
type: "multiselect";
|
|
9161
|
-
label: string;
|
|
9162
9161
|
key: string;
|
|
9162
|
+
label: string;
|
|
9163
9163
|
description?: string | undefined;
|
|
9164
9164
|
required?: boolean | undefined;
|
|
9165
9165
|
placeholder?: string | undefined;
|
|
@@ -9171,8 +9171,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9171
9171
|
helperText?: string | undefined;
|
|
9172
9172
|
helperLinks?: {
|
|
9173
9173
|
url: string;
|
|
9174
|
-
label: string;
|
|
9175
9174
|
key: string;
|
|
9175
|
+
label: string;
|
|
9176
9176
|
}[] | undefined;
|
|
9177
9177
|
resolvesTo?: {
|
|
9178
9178
|
key: string;
|
|
@@ -9195,9 +9195,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9195
9195
|
type: "function";
|
|
9196
9196
|
functionName: string;
|
|
9197
9197
|
params?: Record<string, unknown> | undefined;
|
|
9198
|
+
appId?: string | undefined;
|
|
9198
9199
|
triggerOnLoad?: boolean | undefined;
|
|
9199
9200
|
triggerFieldKeys?: string[] | undefined;
|
|
9200
|
-
appId?: string | undefined;
|
|
9201
9201
|
} | {
|
|
9202
9202
|
type: "nativeFunction";
|
|
9203
9203
|
functionName: string;
|
|
@@ -9215,8 +9215,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9215
9215
|
maxSelections?: number | undefined;
|
|
9216
9216
|
} | {
|
|
9217
9217
|
type: "radio";
|
|
9218
|
-
label: string;
|
|
9219
9218
|
key: string;
|
|
9219
|
+
label: string;
|
|
9220
9220
|
description?: string | undefined;
|
|
9221
9221
|
required?: boolean | undefined;
|
|
9222
9222
|
placeholder?: string | undefined;
|
|
@@ -9228,8 +9228,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9228
9228
|
helperText?: string | undefined;
|
|
9229
9229
|
helperLinks?: {
|
|
9230
9230
|
url: string;
|
|
9231
|
-
label: string;
|
|
9232
9231
|
key: string;
|
|
9232
|
+
label: string;
|
|
9233
9233
|
}[] | undefined;
|
|
9234
9234
|
resolvesTo?: {
|
|
9235
9235
|
key: string;
|
|
@@ -9252,9 +9252,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9252
9252
|
type: "function";
|
|
9253
9253
|
functionName: string;
|
|
9254
9254
|
params?: Record<string, unknown> | undefined;
|
|
9255
|
+
appId?: string | undefined;
|
|
9255
9256
|
triggerOnLoad?: boolean | undefined;
|
|
9256
9257
|
triggerFieldKeys?: string[] | undefined;
|
|
9257
|
-
appId?: string | undefined;
|
|
9258
9258
|
} | {
|
|
9259
9259
|
type: "nativeFunction";
|
|
9260
9260
|
functionName: string;
|
|
@@ -9270,8 +9270,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9270
9270
|
}[] | undefined;
|
|
9271
9271
|
} | {
|
|
9272
9272
|
type: "checkbox";
|
|
9273
|
-
label: string;
|
|
9274
9273
|
key: string;
|
|
9274
|
+
label: string;
|
|
9275
9275
|
description?: string | undefined;
|
|
9276
9276
|
required?: boolean | undefined;
|
|
9277
9277
|
placeholder?: string | undefined;
|
|
@@ -9283,8 +9283,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9283
9283
|
helperText?: string | undefined;
|
|
9284
9284
|
helperLinks?: {
|
|
9285
9285
|
url: string;
|
|
9286
|
-
label: string;
|
|
9287
9286
|
key: string;
|
|
9287
|
+
label: string;
|
|
9288
9288
|
}[] | undefined;
|
|
9289
9289
|
resolvesTo?: {
|
|
9290
9290
|
key: string;
|
|
@@ -9307,9 +9307,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9307
9307
|
type: "function";
|
|
9308
9308
|
functionName: string;
|
|
9309
9309
|
params?: Record<string, unknown> | undefined;
|
|
9310
|
+
appId?: string | undefined;
|
|
9310
9311
|
triggerOnLoad?: boolean | undefined;
|
|
9311
9312
|
triggerFieldKeys?: string[] | undefined;
|
|
9312
|
-
appId?: string | undefined;
|
|
9313
9313
|
} | {
|
|
9314
9314
|
type: "nativeFunction";
|
|
9315
9315
|
functionName: string;
|
|
@@ -9319,8 +9319,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9319
9319
|
} | undefined;
|
|
9320
9320
|
} | {
|
|
9321
9321
|
type: "switch";
|
|
9322
|
-
label: string;
|
|
9323
9322
|
key: string;
|
|
9323
|
+
label: string;
|
|
9324
9324
|
description?: string | undefined;
|
|
9325
9325
|
required?: boolean | undefined;
|
|
9326
9326
|
placeholder?: string | undefined;
|
|
@@ -9332,8 +9332,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9332
9332
|
helperText?: string | undefined;
|
|
9333
9333
|
helperLinks?: {
|
|
9334
9334
|
url: string;
|
|
9335
|
-
label: string;
|
|
9336
9335
|
key: string;
|
|
9336
|
+
label: string;
|
|
9337
9337
|
}[] | undefined;
|
|
9338
9338
|
resolvesTo?: {
|
|
9339
9339
|
key: string;
|
|
@@ -9356,9 +9356,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9356
9356
|
type: "function";
|
|
9357
9357
|
functionName: string;
|
|
9358
9358
|
params?: Record<string, unknown> | undefined;
|
|
9359
|
+
appId?: string | undefined;
|
|
9359
9360
|
triggerOnLoad?: boolean | undefined;
|
|
9360
9361
|
triggerFieldKeys?: string[] | undefined;
|
|
9361
|
-
appId?: string | undefined;
|
|
9362
9362
|
} | {
|
|
9363
9363
|
type: "nativeFunction";
|
|
9364
9364
|
functionName: string;
|
|
@@ -9368,8 +9368,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9368
9368
|
} | undefined;
|
|
9369
9369
|
} | {
|
|
9370
9370
|
type: "phone";
|
|
9371
|
-
label: string;
|
|
9372
9371
|
key: string;
|
|
9372
|
+
label: string;
|
|
9373
9373
|
description?: string | undefined;
|
|
9374
9374
|
required?: boolean | undefined;
|
|
9375
9375
|
placeholder?: string | undefined;
|
|
@@ -9381,8 +9381,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9381
9381
|
helperText?: string | undefined;
|
|
9382
9382
|
helperLinks?: {
|
|
9383
9383
|
url: string;
|
|
9384
|
-
label: string;
|
|
9385
9384
|
key: string;
|
|
9385
|
+
label: string;
|
|
9386
9386
|
}[] | undefined;
|
|
9387
9387
|
resolvesTo?: {
|
|
9388
9388
|
key: string;
|
|
@@ -9405,9 +9405,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9405
9405
|
type: "function";
|
|
9406
9406
|
functionName: string;
|
|
9407
9407
|
params?: Record<string, unknown> | undefined;
|
|
9408
|
+
appId?: string | undefined;
|
|
9408
9409
|
triggerOnLoad?: boolean | undefined;
|
|
9409
9410
|
triggerFieldKeys?: string[] | undefined;
|
|
9410
|
-
appId?: string | undefined;
|
|
9411
9411
|
} | {
|
|
9412
9412
|
type: "nativeFunction";
|
|
9413
9413
|
functionName: string;
|
|
@@ -9430,8 +9430,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9430
9430
|
numberPlaceholder?: string | undefined;
|
|
9431
9431
|
} | {
|
|
9432
9432
|
type: "address";
|
|
9433
|
-
label: string;
|
|
9434
9433
|
key: string;
|
|
9434
|
+
label: string;
|
|
9435
9435
|
description?: string | undefined;
|
|
9436
9436
|
required?: boolean | undefined;
|
|
9437
9437
|
placeholder?: string | undefined;
|
|
@@ -9443,8 +9443,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9443
9443
|
helperText?: string | undefined;
|
|
9444
9444
|
helperLinks?: {
|
|
9445
9445
|
url: string;
|
|
9446
|
-
label: string;
|
|
9447
9446
|
key: string;
|
|
9447
|
+
label: string;
|
|
9448
9448
|
}[] | undefined;
|
|
9449
9449
|
resolvesTo?: {
|
|
9450
9450
|
key: string;
|
|
@@ -9467,9 +9467,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9467
9467
|
type: "function";
|
|
9468
9468
|
functionName: string;
|
|
9469
9469
|
params?: Record<string, unknown> | undefined;
|
|
9470
|
+
appId?: string | undefined;
|
|
9470
9471
|
triggerOnLoad?: boolean | undefined;
|
|
9471
9472
|
triggerFieldKeys?: string[] | undefined;
|
|
9472
|
-
appId?: string | undefined;
|
|
9473
9473
|
} | {
|
|
9474
9474
|
type: "nativeFunction";
|
|
9475
9475
|
functionName: string;
|
|
@@ -9501,8 +9501,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9501
9501
|
address2Placeholder?: string | undefined;
|
|
9502
9502
|
} | {
|
|
9503
9503
|
type: "image";
|
|
9504
|
-
label: string;
|
|
9505
9504
|
key: string;
|
|
9505
|
+
label: string;
|
|
9506
9506
|
description?: string | undefined;
|
|
9507
9507
|
required?: boolean | undefined;
|
|
9508
9508
|
placeholder?: string | undefined;
|
|
@@ -9514,8 +9514,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9514
9514
|
helperText?: string | undefined;
|
|
9515
9515
|
helperLinks?: {
|
|
9516
9516
|
url: string;
|
|
9517
|
-
label: string;
|
|
9518
9517
|
key: string;
|
|
9518
|
+
label: string;
|
|
9519
9519
|
}[] | undefined;
|
|
9520
9520
|
resolvesTo?: {
|
|
9521
9521
|
key: string;
|
|
@@ -9538,9 +9538,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9538
9538
|
type: "function";
|
|
9539
9539
|
functionName: string;
|
|
9540
9540
|
params?: Record<string, unknown> | undefined;
|
|
9541
|
+
appId?: string | undefined;
|
|
9541
9542
|
triggerOnLoad?: boolean | undefined;
|
|
9542
9543
|
triggerFieldKeys?: string[] | undefined;
|
|
9543
|
-
appId?: string | undefined;
|
|
9544
9544
|
} | {
|
|
9545
9545
|
type: "nativeFunction";
|
|
9546
9546
|
functionName: string;
|
|
@@ -9585,8 +9585,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9585
9585
|
configScope: "manager" | "channel";
|
|
9586
9586
|
blocks: ({
|
|
9587
9587
|
type: "text";
|
|
9588
|
-
label: string;
|
|
9589
9588
|
key: string;
|
|
9589
|
+
label: string;
|
|
9590
9590
|
description?: string | undefined;
|
|
9591
9591
|
required?: boolean | undefined;
|
|
9592
9592
|
placeholder?: string | undefined;
|
|
@@ -9598,8 +9598,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9598
9598
|
helperText?: string | undefined;
|
|
9599
9599
|
helperLinks?: {
|
|
9600
9600
|
url: string;
|
|
9601
|
-
label: string;
|
|
9602
9601
|
key: string;
|
|
9602
|
+
label: string;
|
|
9603
9603
|
}[] | undefined;
|
|
9604
9604
|
resolvesTo?: {
|
|
9605
9605
|
key: string;
|
|
@@ -9622,9 +9622,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9622
9622
|
type: "function";
|
|
9623
9623
|
functionName: string;
|
|
9624
9624
|
params?: Record<string, unknown> | undefined;
|
|
9625
|
+
appId?: string | undefined;
|
|
9625
9626
|
triggerOnLoad?: boolean | undefined;
|
|
9626
9627
|
triggerFieldKeys?: string[] | undefined;
|
|
9627
|
-
appId?: string | undefined;
|
|
9628
9628
|
} | {
|
|
9629
9629
|
type: "nativeFunction";
|
|
9630
9630
|
functionName: string;
|
|
@@ -9634,9 +9634,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9634
9634
|
} | undefined;
|
|
9635
9635
|
} | {
|
|
9636
9636
|
type: "textarea";
|
|
9637
|
-
label: string;
|
|
9638
9637
|
key: string;
|
|
9638
|
+
label: string;
|
|
9639
9639
|
description?: string | undefined;
|
|
9640
|
+
rows?: number | undefined;
|
|
9640
9641
|
required?: boolean | undefined;
|
|
9641
9642
|
placeholder?: string | undefined;
|
|
9642
9643
|
validationRegex?: string | undefined;
|
|
@@ -9647,8 +9648,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9647
9648
|
helperText?: string | undefined;
|
|
9648
9649
|
helperLinks?: {
|
|
9649
9650
|
url: string;
|
|
9650
|
-
label: string;
|
|
9651
9651
|
key: string;
|
|
9652
|
+
label: string;
|
|
9652
9653
|
}[] | undefined;
|
|
9653
9654
|
resolvesTo?: {
|
|
9654
9655
|
key: string;
|
|
@@ -9671,9 +9672,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9671
9672
|
type: "function";
|
|
9672
9673
|
functionName: string;
|
|
9673
9674
|
params?: Record<string, unknown> | undefined;
|
|
9675
|
+
appId?: string | undefined;
|
|
9674
9676
|
triggerOnLoad?: boolean | undefined;
|
|
9675
9677
|
triggerFieldKeys?: string[] | undefined;
|
|
9676
|
-
appId?: string | undefined;
|
|
9677
9678
|
} | {
|
|
9678
9679
|
type: "nativeFunction";
|
|
9679
9680
|
functionName: string;
|
|
@@ -9681,11 +9682,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9681
9682
|
triggerOnLoad?: boolean | undefined;
|
|
9682
9683
|
triggerFieldKeys?: string[] | undefined;
|
|
9683
9684
|
} | undefined;
|
|
9684
|
-
rows?: number | undefined;
|
|
9685
9685
|
} | {
|
|
9686
9686
|
type: "password";
|
|
9687
|
-
label: string;
|
|
9688
9687
|
key: string;
|
|
9688
|
+
label: string;
|
|
9689
9689
|
description?: string | undefined;
|
|
9690
9690
|
required?: boolean | undefined;
|
|
9691
9691
|
maskType?: string | undefined;
|
|
@@ -9698,8 +9698,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9698
9698
|
helperText?: string | undefined;
|
|
9699
9699
|
helperLinks?: {
|
|
9700
9700
|
url: string;
|
|
9701
|
-
label: string;
|
|
9702
9701
|
key: string;
|
|
9702
|
+
label: string;
|
|
9703
9703
|
}[] | undefined;
|
|
9704
9704
|
resolvesTo?: {
|
|
9705
9705
|
key: string;
|
|
@@ -9722,9 +9722,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9722
9722
|
type: "function";
|
|
9723
9723
|
functionName: string;
|
|
9724
9724
|
params?: Record<string, unknown> | undefined;
|
|
9725
|
+
appId?: string | undefined;
|
|
9725
9726
|
triggerOnLoad?: boolean | undefined;
|
|
9726
9727
|
triggerFieldKeys?: string[] | undefined;
|
|
9727
|
-
appId?: string | undefined;
|
|
9728
9728
|
} | {
|
|
9729
9729
|
type: "nativeFunction";
|
|
9730
9730
|
functionName: string;
|
|
@@ -9734,8 +9734,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9734
9734
|
} | undefined;
|
|
9735
9735
|
} | {
|
|
9736
9736
|
type: "number";
|
|
9737
|
-
label: string;
|
|
9738
9737
|
key: string;
|
|
9738
|
+
label: string;
|
|
9739
9739
|
description?: string | undefined;
|
|
9740
9740
|
required?: boolean | undefined;
|
|
9741
9741
|
placeholder?: string | undefined;
|
|
@@ -9747,8 +9747,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9747
9747
|
helperText?: string | undefined;
|
|
9748
9748
|
helperLinks?: {
|
|
9749
9749
|
url: string;
|
|
9750
|
-
label: string;
|
|
9751
9750
|
key: string;
|
|
9751
|
+
label: string;
|
|
9752
9752
|
}[] | undefined;
|
|
9753
9753
|
resolvesTo?: {
|
|
9754
9754
|
key: string;
|
|
@@ -9771,9 +9771,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9771
9771
|
type: "function";
|
|
9772
9772
|
functionName: string;
|
|
9773
9773
|
params?: Record<string, unknown> | undefined;
|
|
9774
|
+
appId?: string | undefined;
|
|
9774
9775
|
triggerOnLoad?: boolean | undefined;
|
|
9775
9776
|
triggerFieldKeys?: string[] | undefined;
|
|
9776
|
-
appId?: string | undefined;
|
|
9777
9777
|
} | {
|
|
9778
9778
|
type: "nativeFunction";
|
|
9779
9779
|
functionName: string;
|
|
@@ -9786,8 +9786,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9786
9786
|
step?: number | undefined;
|
|
9787
9787
|
} | {
|
|
9788
9788
|
type: "select";
|
|
9789
|
-
label: string;
|
|
9790
9789
|
key: string;
|
|
9790
|
+
label: string;
|
|
9791
9791
|
description?: string | undefined;
|
|
9792
9792
|
required?: boolean | undefined;
|
|
9793
9793
|
placeholder?: string | undefined;
|
|
@@ -9799,8 +9799,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9799
9799
|
helperText?: string | undefined;
|
|
9800
9800
|
helperLinks?: {
|
|
9801
9801
|
url: string;
|
|
9802
|
-
label: string;
|
|
9803
9802
|
key: string;
|
|
9803
|
+
label: string;
|
|
9804
9804
|
}[] | undefined;
|
|
9805
9805
|
resolvesTo?: {
|
|
9806
9806
|
key: string;
|
|
@@ -9823,9 +9823,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9823
9823
|
type: "function";
|
|
9824
9824
|
functionName: string;
|
|
9825
9825
|
params?: Record<string, unknown> | undefined;
|
|
9826
|
+
appId?: string | undefined;
|
|
9826
9827
|
triggerOnLoad?: boolean | undefined;
|
|
9827
9828
|
triggerFieldKeys?: string[] | undefined;
|
|
9828
|
-
appId?: string | undefined;
|
|
9829
9829
|
} | {
|
|
9830
9830
|
type: "nativeFunction";
|
|
9831
9831
|
functionName: string;
|
|
@@ -9841,8 +9841,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9841
9841
|
}[] | undefined;
|
|
9842
9842
|
} | {
|
|
9843
9843
|
type: "multiselect";
|
|
9844
|
-
label: string;
|
|
9845
9844
|
key: string;
|
|
9845
|
+
label: string;
|
|
9846
9846
|
description?: string | undefined;
|
|
9847
9847
|
required?: boolean | undefined;
|
|
9848
9848
|
placeholder?: string | undefined;
|
|
@@ -9854,8 +9854,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9854
9854
|
helperText?: string | undefined;
|
|
9855
9855
|
helperLinks?: {
|
|
9856
9856
|
url: string;
|
|
9857
|
-
label: string;
|
|
9858
9857
|
key: string;
|
|
9858
|
+
label: string;
|
|
9859
9859
|
}[] | undefined;
|
|
9860
9860
|
resolvesTo?: {
|
|
9861
9861
|
key: string;
|
|
@@ -9878,9 +9878,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9878
9878
|
type: "function";
|
|
9879
9879
|
functionName: string;
|
|
9880
9880
|
params?: Record<string, unknown> | undefined;
|
|
9881
|
+
appId?: string | undefined;
|
|
9881
9882
|
triggerOnLoad?: boolean | undefined;
|
|
9882
9883
|
triggerFieldKeys?: string[] | undefined;
|
|
9883
|
-
appId?: string | undefined;
|
|
9884
9884
|
} | {
|
|
9885
9885
|
type: "nativeFunction";
|
|
9886
9886
|
functionName: string;
|
|
@@ -9898,8 +9898,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9898
9898
|
maxSelections?: number | undefined;
|
|
9899
9899
|
} | {
|
|
9900
9900
|
type: "radio";
|
|
9901
|
-
label: string;
|
|
9902
9901
|
key: string;
|
|
9902
|
+
label: string;
|
|
9903
9903
|
description?: string | undefined;
|
|
9904
9904
|
required?: boolean | undefined;
|
|
9905
9905
|
placeholder?: string | undefined;
|
|
@@ -9911,8 +9911,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9911
9911
|
helperText?: string | undefined;
|
|
9912
9912
|
helperLinks?: {
|
|
9913
9913
|
url: string;
|
|
9914
|
-
label: string;
|
|
9915
9914
|
key: string;
|
|
9915
|
+
label: string;
|
|
9916
9916
|
}[] | undefined;
|
|
9917
9917
|
resolvesTo?: {
|
|
9918
9918
|
key: string;
|
|
@@ -9935,9 +9935,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9935
9935
|
type: "function";
|
|
9936
9936
|
functionName: string;
|
|
9937
9937
|
params?: Record<string, unknown> | undefined;
|
|
9938
|
+
appId?: string | undefined;
|
|
9938
9939
|
triggerOnLoad?: boolean | undefined;
|
|
9939
9940
|
triggerFieldKeys?: string[] | undefined;
|
|
9940
|
-
appId?: string | undefined;
|
|
9941
9941
|
} | {
|
|
9942
9942
|
type: "nativeFunction";
|
|
9943
9943
|
functionName: string;
|
|
@@ -9953,8 +9953,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9953
9953
|
}[] | undefined;
|
|
9954
9954
|
} | {
|
|
9955
9955
|
type: "checkbox";
|
|
9956
|
-
label: string;
|
|
9957
9956
|
key: string;
|
|
9957
|
+
label: string;
|
|
9958
9958
|
description?: string | undefined;
|
|
9959
9959
|
required?: boolean | undefined;
|
|
9960
9960
|
placeholder?: string | undefined;
|
|
@@ -9966,8 +9966,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9966
9966
|
helperText?: string | undefined;
|
|
9967
9967
|
helperLinks?: {
|
|
9968
9968
|
url: string;
|
|
9969
|
-
label: string;
|
|
9970
9969
|
key: string;
|
|
9970
|
+
label: string;
|
|
9971
9971
|
}[] | undefined;
|
|
9972
9972
|
resolvesTo?: {
|
|
9973
9973
|
key: string;
|
|
@@ -9990,9 +9990,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
9990
9990
|
type: "function";
|
|
9991
9991
|
functionName: string;
|
|
9992
9992
|
params?: Record<string, unknown> | undefined;
|
|
9993
|
+
appId?: string | undefined;
|
|
9993
9994
|
triggerOnLoad?: boolean | undefined;
|
|
9994
9995
|
triggerFieldKeys?: string[] | undefined;
|
|
9995
|
-
appId?: string | undefined;
|
|
9996
9996
|
} | {
|
|
9997
9997
|
type: "nativeFunction";
|
|
9998
9998
|
functionName: string;
|
|
@@ -10002,8 +10002,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10002
10002
|
} | undefined;
|
|
10003
10003
|
} | {
|
|
10004
10004
|
type: "switch";
|
|
10005
|
-
label: string;
|
|
10006
10005
|
key: string;
|
|
10006
|
+
label: string;
|
|
10007
10007
|
description?: string | undefined;
|
|
10008
10008
|
required?: boolean | undefined;
|
|
10009
10009
|
placeholder?: string | undefined;
|
|
@@ -10015,8 +10015,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10015
10015
|
helperText?: string | undefined;
|
|
10016
10016
|
helperLinks?: {
|
|
10017
10017
|
url: string;
|
|
10018
|
-
label: string;
|
|
10019
10018
|
key: string;
|
|
10019
|
+
label: string;
|
|
10020
10020
|
}[] | undefined;
|
|
10021
10021
|
resolvesTo?: {
|
|
10022
10022
|
key: string;
|
|
@@ -10039,9 +10039,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10039
10039
|
type: "function";
|
|
10040
10040
|
functionName: string;
|
|
10041
10041
|
params?: Record<string, unknown> | undefined;
|
|
10042
|
+
appId?: string | undefined;
|
|
10042
10043
|
triggerOnLoad?: boolean | undefined;
|
|
10043
10044
|
triggerFieldKeys?: string[] | undefined;
|
|
10044
|
-
appId?: string | undefined;
|
|
10045
10045
|
} | {
|
|
10046
10046
|
type: "nativeFunction";
|
|
10047
10047
|
functionName: string;
|
|
@@ -10051,8 +10051,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10051
10051
|
} | undefined;
|
|
10052
10052
|
} | {
|
|
10053
10053
|
type: "phone";
|
|
10054
|
-
label: string;
|
|
10055
10054
|
key: string;
|
|
10055
|
+
label: string;
|
|
10056
10056
|
description?: string | undefined;
|
|
10057
10057
|
required?: boolean | undefined;
|
|
10058
10058
|
placeholder?: string | undefined;
|
|
@@ -10064,8 +10064,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10064
10064
|
helperText?: string | undefined;
|
|
10065
10065
|
helperLinks?: {
|
|
10066
10066
|
url: string;
|
|
10067
|
-
label: string;
|
|
10068
10067
|
key: string;
|
|
10068
|
+
label: string;
|
|
10069
10069
|
}[] | undefined;
|
|
10070
10070
|
resolvesTo?: {
|
|
10071
10071
|
key: string;
|
|
@@ -10088,9 +10088,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10088
10088
|
type: "function";
|
|
10089
10089
|
functionName: string;
|
|
10090
10090
|
params?: Record<string, unknown> | undefined;
|
|
10091
|
+
appId?: string | undefined;
|
|
10091
10092
|
triggerOnLoad?: boolean | undefined;
|
|
10092
10093
|
triggerFieldKeys?: string[] | undefined;
|
|
10093
|
-
appId?: string | undefined;
|
|
10094
10094
|
} | {
|
|
10095
10095
|
type: "nativeFunction";
|
|
10096
10096
|
functionName: string;
|
|
@@ -10113,8 +10113,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10113
10113
|
numberPlaceholder?: string | undefined;
|
|
10114
10114
|
} | {
|
|
10115
10115
|
type: "address";
|
|
10116
|
-
label: string;
|
|
10117
10116
|
key: string;
|
|
10117
|
+
label: string;
|
|
10118
10118
|
description?: string | undefined;
|
|
10119
10119
|
required?: boolean | undefined;
|
|
10120
10120
|
placeholder?: string | undefined;
|
|
@@ -10126,8 +10126,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10126
10126
|
helperText?: string | undefined;
|
|
10127
10127
|
helperLinks?: {
|
|
10128
10128
|
url: string;
|
|
10129
|
-
label: string;
|
|
10130
10129
|
key: string;
|
|
10130
|
+
label: string;
|
|
10131
10131
|
}[] | undefined;
|
|
10132
10132
|
resolvesTo?: {
|
|
10133
10133
|
key: string;
|
|
@@ -10150,9 +10150,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10150
10150
|
type: "function";
|
|
10151
10151
|
functionName: string;
|
|
10152
10152
|
params?: Record<string, unknown> | undefined;
|
|
10153
|
+
appId?: string | undefined;
|
|
10153
10154
|
triggerOnLoad?: boolean | undefined;
|
|
10154
10155
|
triggerFieldKeys?: string[] | undefined;
|
|
10155
|
-
appId?: string | undefined;
|
|
10156
10156
|
} | {
|
|
10157
10157
|
type: "nativeFunction";
|
|
10158
10158
|
functionName: string;
|
|
@@ -10184,8 +10184,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10184
10184
|
address2Placeholder?: string | undefined;
|
|
10185
10185
|
} | {
|
|
10186
10186
|
type: "image";
|
|
10187
|
-
label: string;
|
|
10188
10187
|
key: string;
|
|
10188
|
+
label: string;
|
|
10189
10189
|
description?: string | undefined;
|
|
10190
10190
|
required?: boolean | undefined;
|
|
10191
10191
|
placeholder?: string | undefined;
|
|
@@ -10197,8 +10197,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10197
10197
|
helperText?: string | undefined;
|
|
10198
10198
|
helperLinks?: {
|
|
10199
10199
|
url: string;
|
|
10200
|
-
label: string;
|
|
10201
10200
|
key: string;
|
|
10201
|
+
label: string;
|
|
10202
10202
|
}[] | undefined;
|
|
10203
10203
|
resolvesTo?: {
|
|
10204
10204
|
key: string;
|
|
@@ -10221,9 +10221,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10221
10221
|
type: "function";
|
|
10222
10222
|
functionName: string;
|
|
10223
10223
|
params?: Record<string, unknown> | undefined;
|
|
10224
|
+
appId?: string | undefined;
|
|
10224
10225
|
triggerOnLoad?: boolean | undefined;
|
|
10225
10226
|
triggerFieldKeys?: string[] | undefined;
|
|
10226
|
-
appId?: string | undefined;
|
|
10227
10227
|
} | {
|
|
10228
10228
|
type: "nativeFunction";
|
|
10229
10229
|
functionName: string;
|
|
@@ -10250,8 +10250,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10250
10250
|
id?: string | undefined;
|
|
10251
10251
|
helperLinks?: {
|
|
10252
10252
|
url: string;
|
|
10253
|
-
label: string;
|
|
10254
10253
|
key: string;
|
|
10254
|
+
label: string;
|
|
10255
10255
|
}[] | undefined;
|
|
10256
10256
|
visibleWhen?: {
|
|
10257
10257
|
fieldKey: string;
|
|
@@ -10281,8 +10281,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10281
10281
|
type: "group";
|
|
10282
10282
|
fields: ({
|
|
10283
10283
|
type: "text";
|
|
10284
|
-
label: string;
|
|
10285
10284
|
key: string;
|
|
10285
|
+
label: string;
|
|
10286
10286
|
description?: string | undefined;
|
|
10287
10287
|
required?: boolean | undefined;
|
|
10288
10288
|
placeholder?: string | undefined;
|
|
@@ -10294,8 +10294,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10294
10294
|
helperText?: string | undefined;
|
|
10295
10295
|
helperLinks?: {
|
|
10296
10296
|
url: string;
|
|
10297
|
-
label: string;
|
|
10298
10297
|
key: string;
|
|
10298
|
+
label: string;
|
|
10299
10299
|
}[] | undefined;
|
|
10300
10300
|
resolvesTo?: {
|
|
10301
10301
|
key: string;
|
|
@@ -10318,9 +10318,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10318
10318
|
type: "function";
|
|
10319
10319
|
functionName: string;
|
|
10320
10320
|
params?: Record<string, unknown> | undefined;
|
|
10321
|
+
appId?: string | undefined;
|
|
10321
10322
|
triggerOnLoad?: boolean | undefined;
|
|
10322
10323
|
triggerFieldKeys?: string[] | undefined;
|
|
10323
|
-
appId?: string | undefined;
|
|
10324
10324
|
} | {
|
|
10325
10325
|
type: "nativeFunction";
|
|
10326
10326
|
functionName: string;
|
|
@@ -10330,9 +10330,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10330
10330
|
} | undefined;
|
|
10331
10331
|
} | {
|
|
10332
10332
|
type: "textarea";
|
|
10333
|
-
label: string;
|
|
10334
10333
|
key: string;
|
|
10334
|
+
label: string;
|
|
10335
10335
|
description?: string | undefined;
|
|
10336
|
+
rows?: number | undefined;
|
|
10336
10337
|
required?: boolean | undefined;
|
|
10337
10338
|
placeholder?: string | undefined;
|
|
10338
10339
|
validationRegex?: string | undefined;
|
|
@@ -10343,8 +10344,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10343
10344
|
helperText?: string | undefined;
|
|
10344
10345
|
helperLinks?: {
|
|
10345
10346
|
url: string;
|
|
10346
|
-
label: string;
|
|
10347
10347
|
key: string;
|
|
10348
|
+
label: string;
|
|
10348
10349
|
}[] | undefined;
|
|
10349
10350
|
resolvesTo?: {
|
|
10350
10351
|
key: string;
|
|
@@ -10367,9 +10368,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10367
10368
|
type: "function";
|
|
10368
10369
|
functionName: string;
|
|
10369
10370
|
params?: Record<string, unknown> | undefined;
|
|
10371
|
+
appId?: string | undefined;
|
|
10370
10372
|
triggerOnLoad?: boolean | undefined;
|
|
10371
10373
|
triggerFieldKeys?: string[] | undefined;
|
|
10372
|
-
appId?: string | undefined;
|
|
10373
10374
|
} | {
|
|
10374
10375
|
type: "nativeFunction";
|
|
10375
10376
|
functionName: string;
|
|
@@ -10377,11 +10378,10 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10377
10378
|
triggerOnLoad?: boolean | undefined;
|
|
10378
10379
|
triggerFieldKeys?: string[] | undefined;
|
|
10379
10380
|
} | undefined;
|
|
10380
|
-
rows?: number | undefined;
|
|
10381
10381
|
} | {
|
|
10382
10382
|
type: "password";
|
|
10383
|
-
label: string;
|
|
10384
10383
|
key: string;
|
|
10384
|
+
label: string;
|
|
10385
10385
|
description?: string | undefined;
|
|
10386
10386
|
required?: boolean | undefined;
|
|
10387
10387
|
maskType?: string | undefined;
|
|
@@ -10394,8 +10394,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10394
10394
|
helperText?: string | undefined;
|
|
10395
10395
|
helperLinks?: {
|
|
10396
10396
|
url: string;
|
|
10397
|
-
label: string;
|
|
10398
10397
|
key: string;
|
|
10398
|
+
label: string;
|
|
10399
10399
|
}[] | undefined;
|
|
10400
10400
|
resolvesTo?: {
|
|
10401
10401
|
key: string;
|
|
@@ -10418,9 +10418,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10418
10418
|
type: "function";
|
|
10419
10419
|
functionName: string;
|
|
10420
10420
|
params?: Record<string, unknown> | undefined;
|
|
10421
|
+
appId?: string | undefined;
|
|
10421
10422
|
triggerOnLoad?: boolean | undefined;
|
|
10422
10423
|
triggerFieldKeys?: string[] | undefined;
|
|
10423
|
-
appId?: string | undefined;
|
|
10424
10424
|
} | {
|
|
10425
10425
|
type: "nativeFunction";
|
|
10426
10426
|
functionName: string;
|
|
@@ -10430,8 +10430,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10430
10430
|
} | undefined;
|
|
10431
10431
|
} | {
|
|
10432
10432
|
type: "number";
|
|
10433
|
-
label: string;
|
|
10434
10433
|
key: string;
|
|
10434
|
+
label: string;
|
|
10435
10435
|
description?: string | undefined;
|
|
10436
10436
|
required?: boolean | undefined;
|
|
10437
10437
|
placeholder?: string | undefined;
|
|
@@ -10443,8 +10443,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10443
10443
|
helperText?: string | undefined;
|
|
10444
10444
|
helperLinks?: {
|
|
10445
10445
|
url: string;
|
|
10446
|
-
label: string;
|
|
10447
10446
|
key: string;
|
|
10447
|
+
label: string;
|
|
10448
10448
|
}[] | undefined;
|
|
10449
10449
|
resolvesTo?: {
|
|
10450
10450
|
key: string;
|
|
@@ -10467,9 +10467,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10467
10467
|
type: "function";
|
|
10468
10468
|
functionName: string;
|
|
10469
10469
|
params?: Record<string, unknown> | undefined;
|
|
10470
|
+
appId?: string | undefined;
|
|
10470
10471
|
triggerOnLoad?: boolean | undefined;
|
|
10471
10472
|
triggerFieldKeys?: string[] | undefined;
|
|
10472
|
-
appId?: string | undefined;
|
|
10473
10473
|
} | {
|
|
10474
10474
|
type: "nativeFunction";
|
|
10475
10475
|
functionName: string;
|
|
@@ -10482,8 +10482,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10482
10482
|
step?: number | undefined;
|
|
10483
10483
|
} | {
|
|
10484
10484
|
type: "select";
|
|
10485
|
-
label: string;
|
|
10486
10485
|
key: string;
|
|
10486
|
+
label: string;
|
|
10487
10487
|
description?: string | undefined;
|
|
10488
10488
|
required?: boolean | undefined;
|
|
10489
10489
|
placeholder?: string | undefined;
|
|
@@ -10495,8 +10495,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10495
10495
|
helperText?: string | undefined;
|
|
10496
10496
|
helperLinks?: {
|
|
10497
10497
|
url: string;
|
|
10498
|
-
label: string;
|
|
10499
10498
|
key: string;
|
|
10499
|
+
label: string;
|
|
10500
10500
|
}[] | undefined;
|
|
10501
10501
|
resolvesTo?: {
|
|
10502
10502
|
key: string;
|
|
@@ -10519,9 +10519,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10519
10519
|
type: "function";
|
|
10520
10520
|
functionName: string;
|
|
10521
10521
|
params?: Record<string, unknown> | undefined;
|
|
10522
|
+
appId?: string | undefined;
|
|
10522
10523
|
triggerOnLoad?: boolean | undefined;
|
|
10523
10524
|
triggerFieldKeys?: string[] | undefined;
|
|
10524
|
-
appId?: string | undefined;
|
|
10525
10525
|
} | {
|
|
10526
10526
|
type: "nativeFunction";
|
|
10527
10527
|
functionName: string;
|
|
@@ -10537,8 +10537,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10537
10537
|
}[] | undefined;
|
|
10538
10538
|
} | {
|
|
10539
10539
|
type: "multiselect";
|
|
10540
|
-
label: string;
|
|
10541
10540
|
key: string;
|
|
10541
|
+
label: string;
|
|
10542
10542
|
description?: string | undefined;
|
|
10543
10543
|
required?: boolean | undefined;
|
|
10544
10544
|
placeholder?: string | undefined;
|
|
@@ -10550,8 +10550,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10550
10550
|
helperText?: string | undefined;
|
|
10551
10551
|
helperLinks?: {
|
|
10552
10552
|
url: string;
|
|
10553
|
-
label: string;
|
|
10554
10553
|
key: string;
|
|
10554
|
+
label: string;
|
|
10555
10555
|
}[] | undefined;
|
|
10556
10556
|
resolvesTo?: {
|
|
10557
10557
|
key: string;
|
|
@@ -10574,9 +10574,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10574
10574
|
type: "function";
|
|
10575
10575
|
functionName: string;
|
|
10576
10576
|
params?: Record<string, unknown> | undefined;
|
|
10577
|
+
appId?: string | undefined;
|
|
10577
10578
|
triggerOnLoad?: boolean | undefined;
|
|
10578
10579
|
triggerFieldKeys?: string[] | undefined;
|
|
10579
|
-
appId?: string | undefined;
|
|
10580
10580
|
} | {
|
|
10581
10581
|
type: "nativeFunction";
|
|
10582
10582
|
functionName: string;
|
|
@@ -10594,8 +10594,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10594
10594
|
maxSelections?: number | undefined;
|
|
10595
10595
|
} | {
|
|
10596
10596
|
type: "radio";
|
|
10597
|
-
label: string;
|
|
10598
10597
|
key: string;
|
|
10598
|
+
label: string;
|
|
10599
10599
|
description?: string | undefined;
|
|
10600
10600
|
required?: boolean | undefined;
|
|
10601
10601
|
placeholder?: string | undefined;
|
|
@@ -10607,8 +10607,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10607
10607
|
helperText?: string | undefined;
|
|
10608
10608
|
helperLinks?: {
|
|
10609
10609
|
url: string;
|
|
10610
|
-
label: string;
|
|
10611
10610
|
key: string;
|
|
10611
|
+
label: string;
|
|
10612
10612
|
}[] | undefined;
|
|
10613
10613
|
resolvesTo?: {
|
|
10614
10614
|
key: string;
|
|
@@ -10631,9 +10631,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10631
10631
|
type: "function";
|
|
10632
10632
|
functionName: string;
|
|
10633
10633
|
params?: Record<string, unknown> | undefined;
|
|
10634
|
+
appId?: string | undefined;
|
|
10634
10635
|
triggerOnLoad?: boolean | undefined;
|
|
10635
10636
|
triggerFieldKeys?: string[] | undefined;
|
|
10636
|
-
appId?: string | undefined;
|
|
10637
10637
|
} | {
|
|
10638
10638
|
type: "nativeFunction";
|
|
10639
10639
|
functionName: string;
|
|
@@ -10649,8 +10649,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10649
10649
|
}[] | undefined;
|
|
10650
10650
|
} | {
|
|
10651
10651
|
type: "checkbox";
|
|
10652
|
-
label: string;
|
|
10653
10652
|
key: string;
|
|
10653
|
+
label: string;
|
|
10654
10654
|
description?: string | undefined;
|
|
10655
10655
|
required?: boolean | undefined;
|
|
10656
10656
|
placeholder?: string | undefined;
|
|
@@ -10662,8 +10662,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10662
10662
|
helperText?: string | undefined;
|
|
10663
10663
|
helperLinks?: {
|
|
10664
10664
|
url: string;
|
|
10665
|
-
label: string;
|
|
10666
10665
|
key: string;
|
|
10666
|
+
label: string;
|
|
10667
10667
|
}[] | undefined;
|
|
10668
10668
|
resolvesTo?: {
|
|
10669
10669
|
key: string;
|
|
@@ -10686,9 +10686,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10686
10686
|
type: "function";
|
|
10687
10687
|
functionName: string;
|
|
10688
10688
|
params?: Record<string, unknown> | undefined;
|
|
10689
|
+
appId?: string | undefined;
|
|
10689
10690
|
triggerOnLoad?: boolean | undefined;
|
|
10690
10691
|
triggerFieldKeys?: string[] | undefined;
|
|
10691
|
-
appId?: string | undefined;
|
|
10692
10692
|
} | {
|
|
10693
10693
|
type: "nativeFunction";
|
|
10694
10694
|
functionName: string;
|
|
@@ -10698,8 +10698,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10698
10698
|
} | undefined;
|
|
10699
10699
|
} | {
|
|
10700
10700
|
type: "switch";
|
|
10701
|
-
label: string;
|
|
10702
10701
|
key: string;
|
|
10702
|
+
label: string;
|
|
10703
10703
|
description?: string | undefined;
|
|
10704
10704
|
required?: boolean | undefined;
|
|
10705
10705
|
placeholder?: string | undefined;
|
|
@@ -10711,8 +10711,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10711
10711
|
helperText?: string | undefined;
|
|
10712
10712
|
helperLinks?: {
|
|
10713
10713
|
url: string;
|
|
10714
|
-
label: string;
|
|
10715
10714
|
key: string;
|
|
10715
|
+
label: string;
|
|
10716
10716
|
}[] | undefined;
|
|
10717
10717
|
resolvesTo?: {
|
|
10718
10718
|
key: string;
|
|
@@ -10735,9 +10735,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10735
10735
|
type: "function";
|
|
10736
10736
|
functionName: string;
|
|
10737
10737
|
params?: Record<string, unknown> | undefined;
|
|
10738
|
+
appId?: string | undefined;
|
|
10738
10739
|
triggerOnLoad?: boolean | undefined;
|
|
10739
10740
|
triggerFieldKeys?: string[] | undefined;
|
|
10740
|
-
appId?: string | undefined;
|
|
10741
10741
|
} | {
|
|
10742
10742
|
type: "nativeFunction";
|
|
10743
10743
|
functionName: string;
|
|
@@ -10747,8 +10747,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10747
10747
|
} | undefined;
|
|
10748
10748
|
} | {
|
|
10749
10749
|
type: "phone";
|
|
10750
|
-
label: string;
|
|
10751
10750
|
key: string;
|
|
10751
|
+
label: string;
|
|
10752
10752
|
description?: string | undefined;
|
|
10753
10753
|
required?: boolean | undefined;
|
|
10754
10754
|
placeholder?: string | undefined;
|
|
@@ -10760,8 +10760,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10760
10760
|
helperText?: string | undefined;
|
|
10761
10761
|
helperLinks?: {
|
|
10762
10762
|
url: string;
|
|
10763
|
-
label: string;
|
|
10764
10763
|
key: string;
|
|
10764
|
+
label: string;
|
|
10765
10765
|
}[] | undefined;
|
|
10766
10766
|
resolvesTo?: {
|
|
10767
10767
|
key: string;
|
|
@@ -10784,9 +10784,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10784
10784
|
type: "function";
|
|
10785
10785
|
functionName: string;
|
|
10786
10786
|
params?: Record<string, unknown> | undefined;
|
|
10787
|
+
appId?: string | undefined;
|
|
10787
10788
|
triggerOnLoad?: boolean | undefined;
|
|
10788
10789
|
triggerFieldKeys?: string[] | undefined;
|
|
10789
|
-
appId?: string | undefined;
|
|
10790
10790
|
} | {
|
|
10791
10791
|
type: "nativeFunction";
|
|
10792
10792
|
functionName: string;
|
|
@@ -10809,8 +10809,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10809
10809
|
numberPlaceholder?: string | undefined;
|
|
10810
10810
|
} | {
|
|
10811
10811
|
type: "address";
|
|
10812
|
-
label: string;
|
|
10813
10812
|
key: string;
|
|
10813
|
+
label: string;
|
|
10814
10814
|
description?: string | undefined;
|
|
10815
10815
|
required?: boolean | undefined;
|
|
10816
10816
|
placeholder?: string | undefined;
|
|
@@ -10822,8 +10822,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10822
10822
|
helperText?: string | undefined;
|
|
10823
10823
|
helperLinks?: {
|
|
10824
10824
|
url: string;
|
|
10825
|
-
label: string;
|
|
10826
10825
|
key: string;
|
|
10826
|
+
label: string;
|
|
10827
10827
|
}[] | undefined;
|
|
10828
10828
|
resolvesTo?: {
|
|
10829
10829
|
key: string;
|
|
@@ -10846,9 +10846,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10846
10846
|
type: "function";
|
|
10847
10847
|
functionName: string;
|
|
10848
10848
|
params?: Record<string, unknown> | undefined;
|
|
10849
|
+
appId?: string | undefined;
|
|
10849
10850
|
triggerOnLoad?: boolean | undefined;
|
|
10850
10851
|
triggerFieldKeys?: string[] | undefined;
|
|
10851
|
-
appId?: string | undefined;
|
|
10852
10852
|
} | {
|
|
10853
10853
|
type: "nativeFunction";
|
|
10854
10854
|
functionName: string;
|
|
@@ -10880,8 +10880,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10880
10880
|
address2Placeholder?: string | undefined;
|
|
10881
10881
|
} | {
|
|
10882
10882
|
type: "image";
|
|
10883
|
-
label: string;
|
|
10884
10883
|
key: string;
|
|
10884
|
+
label: string;
|
|
10885
10885
|
description?: string | undefined;
|
|
10886
10886
|
required?: boolean | undefined;
|
|
10887
10887
|
placeholder?: string | undefined;
|
|
@@ -10893,8 +10893,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10893
10893
|
helperText?: string | undefined;
|
|
10894
10894
|
helperLinks?: {
|
|
10895
10895
|
url: string;
|
|
10896
|
-
label: string;
|
|
10897
10896
|
key: string;
|
|
10897
|
+
label: string;
|
|
10898
10898
|
}[] | undefined;
|
|
10899
10899
|
resolvesTo?: {
|
|
10900
10900
|
key: string;
|
|
@@ -10917,9 +10917,9 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
10917
10917
|
type: "function";
|
|
10918
10918
|
functionName: string;
|
|
10919
10919
|
params?: Record<string, unknown> | undefined;
|
|
10920
|
+
appId?: string | undefined;
|
|
10920
10921
|
triggerOnLoad?: boolean | undefined;
|
|
10921
10922
|
triggerFieldKeys?: string[] | undefined;
|
|
10922
|
-
appId?: string | undefined;
|
|
10923
10923
|
} | {
|
|
10924
10924
|
type: "nativeFunction";
|
|
10925
10925
|
functionName: string;
|
|
@@ -11173,14 +11173,6 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11173
11173
|
}>, "many">;
|
|
11174
11174
|
primaryKey: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11175
11175
|
}, "strip", z.ZodTypeAny, {
|
|
11176
|
-
table: {
|
|
11177
|
-
name: string;
|
|
11178
|
-
description?: string | undefined;
|
|
11179
|
-
localCatalogAlias?: string | undefined;
|
|
11180
|
-
estimatedRowCount?: number | undefined;
|
|
11181
|
-
updatedAt?: number | undefined;
|
|
11182
|
-
tableType?: "table" | "view" | "materialized_view" | "external" | undefined;
|
|
11183
|
-
};
|
|
11184
11176
|
columns: {
|
|
11185
11177
|
type: string;
|
|
11186
11178
|
name: string;
|
|
@@ -11190,8 +11182,6 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11190
11182
|
precision?: number | undefined;
|
|
11191
11183
|
scale?: number | undefined;
|
|
11192
11184
|
}[];
|
|
11193
|
-
primaryKey?: string[] | undefined;
|
|
11194
|
-
}, {
|
|
11195
11185
|
table: {
|
|
11196
11186
|
name: string;
|
|
11197
11187
|
description?: string | undefined;
|
|
@@ -11200,6 +11190,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11200
11190
|
updatedAt?: number | undefined;
|
|
11201
11191
|
tableType?: "table" | "view" | "materialized_view" | "external" | undefined;
|
|
11202
11192
|
};
|
|
11193
|
+
primaryKey?: string[] | undefined;
|
|
11194
|
+
}, {
|
|
11203
11195
|
columns: {
|
|
11204
11196
|
type: string;
|
|
11205
11197
|
name: string;
|
|
@@ -11209,12 +11201,6 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11209
11201
|
precision?: number | undefined;
|
|
11210
11202
|
scale?: number | undefined;
|
|
11211
11203
|
}[];
|
|
11212
|
-
primaryKey?: string[] | undefined;
|
|
11213
|
-
}>;
|
|
11214
|
-
sample: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
|
|
11215
|
-
metadataVersion: z.ZodOptional<z.ZodString>;
|
|
11216
|
-
}, "strip", z.ZodTypeAny, {
|
|
11217
|
-
definition: {
|
|
11218
11204
|
table: {
|
|
11219
11205
|
name: string;
|
|
11220
11206
|
description?: string | undefined;
|
|
@@ -11223,6 +11209,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11223
11209
|
updatedAt?: number | undefined;
|
|
11224
11210
|
tableType?: "table" | "view" | "materialized_view" | "external" | undefined;
|
|
11225
11211
|
};
|
|
11212
|
+
primaryKey?: string[] | undefined;
|
|
11213
|
+
}>;
|
|
11214
|
+
sample: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
|
|
11215
|
+
metadataVersion: z.ZodOptional<z.ZodString>;
|
|
11216
|
+
}, "strip", z.ZodTypeAny, {
|
|
11217
|
+
definition: {
|
|
11226
11218
|
columns: {
|
|
11227
11219
|
type: string;
|
|
11228
11220
|
name: string;
|
|
@@ -11232,12 +11224,6 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11232
11224
|
precision?: number | undefined;
|
|
11233
11225
|
scale?: number | undefined;
|
|
11234
11226
|
}[];
|
|
11235
|
-
primaryKey?: string[] | undefined;
|
|
11236
|
-
};
|
|
11237
|
-
metadataVersion?: string | undefined;
|
|
11238
|
-
sample?: Record<string, unknown>[] | undefined;
|
|
11239
|
-
}, {
|
|
11240
|
-
definition: {
|
|
11241
11227
|
table: {
|
|
11242
11228
|
name: string;
|
|
11243
11229
|
description?: string | undefined;
|
|
@@ -11246,6 +11232,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11246
11232
|
updatedAt?: number | undefined;
|
|
11247
11233
|
tableType?: "table" | "view" | "materialized_view" | "external" | undefined;
|
|
11248
11234
|
};
|
|
11235
|
+
primaryKey?: string[] | undefined;
|
|
11236
|
+
};
|
|
11237
|
+
metadataVersion?: string | undefined;
|
|
11238
|
+
sample?: Record<string, unknown>[] | undefined;
|
|
11239
|
+
}, {
|
|
11240
|
+
definition: {
|
|
11249
11241
|
columns: {
|
|
11250
11242
|
type: string;
|
|
11251
11243
|
name: string;
|
|
@@ -11255,6 +11247,14 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
11255
11247
|
precision?: number | undefined;
|
|
11256
11248
|
scale?: number | undefined;
|
|
11257
11249
|
}[];
|
|
11250
|
+
table: {
|
|
11251
|
+
name: string;
|
|
11252
|
+
description?: string | undefined;
|
|
11253
|
+
localCatalogAlias?: string | undefined;
|
|
11254
|
+
estimatedRowCount?: number | undefined;
|
|
11255
|
+
updatedAt?: number | undefined;
|
|
11256
|
+
tableType?: "table" | "view" | "materialized_view" | "external" | undefined;
|
|
11257
|
+
};
|
|
11258
11258
|
primaryKey?: string[] | undefined;
|
|
11259
11259
|
};
|
|
11260
11260
|
metadataVersion?: string | undefined;
|
|
@@ -16120,12 +16120,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16120
16120
|
label: z.ZodString;
|
|
16121
16121
|
description: z.ZodOptional<z.ZodString>;
|
|
16122
16122
|
}, "strip", z.ZodTypeAny, {
|
|
16123
|
-
label: string;
|
|
16124
16123
|
key: string;
|
|
16124
|
+
label: string;
|
|
16125
16125
|
description?: string | undefined;
|
|
16126
16126
|
}, {
|
|
16127
|
-
label: string;
|
|
16128
16127
|
key: string;
|
|
16128
|
+
label: string;
|
|
16129
16129
|
description?: string | undefined;
|
|
16130
16130
|
}>, "many">;
|
|
16131
16131
|
primaryUseCases: z.ZodArray<z.ZodObject<{
|
|
@@ -16168,12 +16168,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16168
16168
|
label: z.ZodString;
|
|
16169
16169
|
description: z.ZodOptional<z.ZodString>;
|
|
16170
16170
|
}, "strip", z.ZodTypeAny, {
|
|
16171
|
-
label: string;
|
|
16172
16171
|
key: string;
|
|
16172
|
+
label: string;
|
|
16173
16173
|
description?: string | undefined;
|
|
16174
16174
|
}, {
|
|
16175
|
-
label: string;
|
|
16176
16175
|
key: string;
|
|
16176
|
+
label: string;
|
|
16177
16177
|
description?: string | undefined;
|
|
16178
16178
|
}>, "many">>;
|
|
16179
16179
|
surfaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -16181,12 +16181,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16181
16181
|
label: z.ZodString;
|
|
16182
16182
|
description: z.ZodOptional<z.ZodString>;
|
|
16183
16183
|
}, "strip", z.ZodTypeAny, {
|
|
16184
|
-
label: string;
|
|
16185
16184
|
key: string;
|
|
16185
|
+
label: string;
|
|
16186
16186
|
description?: string | undefined;
|
|
16187
16187
|
}, {
|
|
16188
|
-
label: string;
|
|
16189
16188
|
key: string;
|
|
16189
|
+
label: string;
|
|
16190
16190
|
description?: string | undefined;
|
|
16191
16191
|
}>, "many">>;
|
|
16192
16192
|
relationships: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -16229,14 +16229,14 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16229
16229
|
example: z.ZodOptional<z.ZodString>;
|
|
16230
16230
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
16231
16231
|
}, "strip", z.ZodTypeAny, {
|
|
16232
|
-
label: string;
|
|
16233
16232
|
key: string;
|
|
16233
|
+
label: string;
|
|
16234
16234
|
description?: string | undefined;
|
|
16235
16235
|
example?: string | undefined;
|
|
16236
16236
|
helpUrl?: string | undefined;
|
|
16237
16237
|
}, {
|
|
16238
|
-
label: string;
|
|
16239
16238
|
key: string;
|
|
16239
|
+
label: string;
|
|
16240
16240
|
description?: string | undefined;
|
|
16241
16241
|
example?: string | undefined;
|
|
16242
16242
|
helpUrl?: string | undefined;
|
|
@@ -16244,8 +16244,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16244
16244
|
estimatedTimeText: z.ZodOptional<z.ZodString>;
|
|
16245
16245
|
}, "strip", z.ZodTypeAny, {
|
|
16246
16246
|
fields?: {
|
|
16247
|
-
label: string;
|
|
16248
16247
|
key: string;
|
|
16248
|
+
label: string;
|
|
16249
16249
|
description?: string | undefined;
|
|
16250
16250
|
example?: string | undefined;
|
|
16251
16251
|
helpUrl?: string | undefined;
|
|
@@ -16259,8 +16259,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16259
16259
|
estimatedTimeText?: string | undefined;
|
|
16260
16260
|
}, {
|
|
16261
16261
|
fields?: {
|
|
16262
|
-
label: string;
|
|
16263
16262
|
key: string;
|
|
16263
|
+
label: string;
|
|
16264
16264
|
description?: string | undefined;
|
|
16265
16265
|
example?: string | undefined;
|
|
16266
16266
|
helpUrl?: string | undefined;
|
|
@@ -16322,12 +16322,12 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16322
16322
|
label: z.ZodString;
|
|
16323
16323
|
description: z.ZodOptional<z.ZodString>;
|
|
16324
16324
|
}, "strip", z.ZodTypeAny, {
|
|
16325
|
-
label: string;
|
|
16326
16325
|
key: string;
|
|
16326
|
+
label: string;
|
|
16327
16327
|
description?: string | undefined;
|
|
16328
16328
|
}, {
|
|
16329
|
-
label: string;
|
|
16330
16329
|
key: string;
|
|
16330
|
+
label: string;
|
|
16331
16331
|
description?: string | undefined;
|
|
16332
16332
|
}>, "many">>;
|
|
16333
16333
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -16393,8 +16393,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16393
16393
|
summary?: string | undefined;
|
|
16394
16394
|
headline?: string | undefined;
|
|
16395
16395
|
targetUsers?: {
|
|
16396
|
-
label: string;
|
|
16397
16396
|
key: string;
|
|
16397
|
+
label: string;
|
|
16398
16398
|
description?: string | undefined;
|
|
16399
16399
|
}[] | undefined;
|
|
16400
16400
|
primaryUseCases?: {
|
|
@@ -16424,8 +16424,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16424
16424
|
summary?: string | undefined;
|
|
16425
16425
|
headline?: string | undefined;
|
|
16426
16426
|
targetUsers?: {
|
|
16427
|
-
label: string;
|
|
16428
16427
|
key: string;
|
|
16428
|
+
label: string;
|
|
16429
16429
|
description?: string | undefined;
|
|
16430
16430
|
}[] | undefined;
|
|
16431
16431
|
primaryUseCases?: {
|
|
@@ -16462,8 +16462,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16462
16462
|
summary: string;
|
|
16463
16463
|
headline: string;
|
|
16464
16464
|
targetUsers: {
|
|
16465
|
-
label: string;
|
|
16466
16465
|
key: string;
|
|
16466
|
+
label: string;
|
|
16467
16467
|
description?: string | undefined;
|
|
16468
16468
|
}[];
|
|
16469
16469
|
primaryUseCases: {
|
|
@@ -16493,13 +16493,13 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16493
16493
|
pricingNote?: string | undefined;
|
|
16494
16494
|
categories?: string[] | undefined;
|
|
16495
16495
|
capabilities?: {
|
|
16496
|
-
label: string;
|
|
16497
16496
|
key: string;
|
|
16497
|
+
label: string;
|
|
16498
16498
|
description?: string | undefined;
|
|
16499
16499
|
}[] | undefined;
|
|
16500
16500
|
surfaces?: {
|
|
16501
|
-
label: string;
|
|
16502
16501
|
key: string;
|
|
16502
|
+
label: string;
|
|
16503
16503
|
description?: string | undefined;
|
|
16504
16504
|
}[] | undefined;
|
|
16505
16505
|
relationships?: {
|
|
@@ -16510,8 +16510,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16510
16510
|
}[] | undefined;
|
|
16511
16511
|
setupOverview?: {
|
|
16512
16512
|
fields?: {
|
|
16513
|
-
label: string;
|
|
16514
16513
|
key: string;
|
|
16514
|
+
label: string;
|
|
16515
16515
|
description?: string | undefined;
|
|
16516
16516
|
example?: string | undefined;
|
|
16517
16517
|
helpUrl?: string | undefined;
|
|
@@ -16529,8 +16529,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16529
16529
|
summary?: string | undefined;
|
|
16530
16530
|
headline?: string | undefined;
|
|
16531
16531
|
targetUsers?: {
|
|
16532
|
-
label: string;
|
|
16533
16532
|
key: string;
|
|
16533
|
+
label: string;
|
|
16534
16534
|
description?: string | undefined;
|
|
16535
16535
|
}[] | undefined;
|
|
16536
16536
|
primaryUseCases?: {
|
|
@@ -16567,8 +16567,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16567
16567
|
summary: string;
|
|
16568
16568
|
headline: string;
|
|
16569
16569
|
targetUsers: {
|
|
16570
|
-
label: string;
|
|
16571
16570
|
key: string;
|
|
16571
|
+
label: string;
|
|
16572
16572
|
description?: string | undefined;
|
|
16573
16573
|
}[];
|
|
16574
16574
|
primaryUseCases: {
|
|
@@ -16598,13 +16598,13 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16598
16598
|
pricingNote?: string | undefined;
|
|
16599
16599
|
categories?: string[] | undefined;
|
|
16600
16600
|
capabilities?: {
|
|
16601
|
-
label: string;
|
|
16602
16601
|
key: string;
|
|
16602
|
+
label: string;
|
|
16603
16603
|
description?: string | undefined;
|
|
16604
16604
|
}[] | undefined;
|
|
16605
16605
|
surfaces?: {
|
|
16606
|
-
label: string;
|
|
16607
16606
|
key: string;
|
|
16607
|
+
label: string;
|
|
16608
16608
|
description?: string | undefined;
|
|
16609
16609
|
}[] | undefined;
|
|
16610
16610
|
relationships?: {
|
|
@@ -16615,8 +16615,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16615
16615
|
}[] | undefined;
|
|
16616
16616
|
setupOverview?: {
|
|
16617
16617
|
fields?: {
|
|
16618
|
-
label: string;
|
|
16619
16618
|
key: string;
|
|
16619
|
+
label: string;
|
|
16620
16620
|
description?: string | undefined;
|
|
16621
16621
|
example?: string | undefined;
|
|
16622
16622
|
helpUrl?: string | undefined;
|
|
@@ -16634,8 +16634,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16634
16634
|
summary?: string | undefined;
|
|
16635
16635
|
headline?: string | undefined;
|
|
16636
16636
|
targetUsers?: {
|
|
16637
|
-
label: string;
|
|
16638
16637
|
key: string;
|
|
16638
|
+
label: string;
|
|
16639
16639
|
description?: string | undefined;
|
|
16640
16640
|
}[] | undefined;
|
|
16641
16641
|
primaryUseCases?: {
|
|
@@ -16674,8 +16674,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16674
16674
|
summary: string;
|
|
16675
16675
|
headline: string;
|
|
16676
16676
|
targetUsers: {
|
|
16677
|
-
label: string;
|
|
16678
16677
|
key: string;
|
|
16678
|
+
label: string;
|
|
16679
16679
|
description?: string | undefined;
|
|
16680
16680
|
}[];
|
|
16681
16681
|
primaryUseCases: {
|
|
@@ -16705,13 +16705,13 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16705
16705
|
pricingNote?: string | undefined;
|
|
16706
16706
|
categories?: string[] | undefined;
|
|
16707
16707
|
capabilities?: {
|
|
16708
|
-
label: string;
|
|
16709
16708
|
key: string;
|
|
16709
|
+
label: string;
|
|
16710
16710
|
description?: string | undefined;
|
|
16711
16711
|
}[] | undefined;
|
|
16712
16712
|
surfaces?: {
|
|
16713
|
-
label: string;
|
|
16714
16713
|
key: string;
|
|
16714
|
+
label: string;
|
|
16715
16715
|
description?: string | undefined;
|
|
16716
16716
|
}[] | undefined;
|
|
16717
16717
|
relationships?: {
|
|
@@ -16722,8 +16722,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16722
16722
|
}[] | undefined;
|
|
16723
16723
|
setupOverview?: {
|
|
16724
16724
|
fields?: {
|
|
16725
|
-
label: string;
|
|
16726
16725
|
key: string;
|
|
16726
|
+
label: string;
|
|
16727
16727
|
description?: string | undefined;
|
|
16728
16728
|
example?: string | undefined;
|
|
16729
16729
|
helpUrl?: string | undefined;
|
|
@@ -16741,8 +16741,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16741
16741
|
summary?: string | undefined;
|
|
16742
16742
|
headline?: string | undefined;
|
|
16743
16743
|
targetUsers?: {
|
|
16744
|
-
label: string;
|
|
16745
16744
|
key: string;
|
|
16745
|
+
label: string;
|
|
16746
16746
|
description?: string | undefined;
|
|
16747
16747
|
}[] | undefined;
|
|
16748
16748
|
primaryUseCases?: {
|
|
@@ -16781,8 +16781,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16781
16781
|
summary: string;
|
|
16782
16782
|
headline: string;
|
|
16783
16783
|
targetUsers: {
|
|
16784
|
-
label: string;
|
|
16785
16784
|
key: string;
|
|
16785
|
+
label: string;
|
|
16786
16786
|
description?: string | undefined;
|
|
16787
16787
|
}[];
|
|
16788
16788
|
primaryUseCases: {
|
|
@@ -16812,13 +16812,13 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16812
16812
|
pricingNote?: string | undefined;
|
|
16813
16813
|
categories?: string[] | undefined;
|
|
16814
16814
|
capabilities?: {
|
|
16815
|
-
label: string;
|
|
16816
16815
|
key: string;
|
|
16816
|
+
label: string;
|
|
16817
16817
|
description?: string | undefined;
|
|
16818
16818
|
}[] | undefined;
|
|
16819
16819
|
surfaces?: {
|
|
16820
|
-
label: string;
|
|
16821
16820
|
key: string;
|
|
16821
|
+
label: string;
|
|
16822
16822
|
description?: string | undefined;
|
|
16823
16823
|
}[] | undefined;
|
|
16824
16824
|
relationships?: {
|
|
@@ -16829,8 +16829,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16829
16829
|
}[] | undefined;
|
|
16830
16830
|
setupOverview?: {
|
|
16831
16831
|
fields?: {
|
|
16832
|
-
label: string;
|
|
16833
16832
|
key: string;
|
|
16833
|
+
label: string;
|
|
16834
16834
|
description?: string | undefined;
|
|
16835
16835
|
example?: string | undefined;
|
|
16836
16836
|
helpUrl?: string | undefined;
|
|
@@ -16848,8 +16848,8 @@ export declare const extensionFunctionSchemaDefinitions: ({
|
|
|
16848
16848
|
summary?: string | undefined;
|
|
16849
16849
|
headline?: string | undefined;
|
|
16850
16850
|
targetUsers?: {
|
|
16851
|
-
label: string;
|
|
16852
16851
|
key: string;
|
|
16852
|
+
label: string;
|
|
16853
16853
|
description?: string | undefined;
|
|
16854
16854
|
}[] | undefined;
|
|
16855
16855
|
primaryUseCases?: {
|