@budibase/server 2.6.19-alpha.13 → 2.6.19-alpha.15

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.
@@ -8,7 +8,7 @@
8
8
  <link rel="preconnect" href="https://fonts.gstatic.com" />
9
9
  <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
10
10
  rel="stylesheet" />
11
- <script type="module" crossorigin src="/builder/assets/index.919dd05a.js"></script>
11
+ <script type="module" crossorigin src="/builder/assets/index.9a9bace2.js"></script>
12
12
  <link rel="stylesheet" href="/builder/assets/index.46d94ca7.css">
13
13
  </head>
14
14
 
@@ -20946,10 +20946,10 @@ var init_postgres = __esm({
20946
20946
  friendlyName: "PostgreSQL",
20947
20947
  type: "Relational",
20948
20948
  description: "PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.",
20949
- features: [
20950
- "connection" /* CONNECTION_CHECKING */,
20951
- "fetch_table_names" /* FETCH_TABLE_NAMES */
20952
- ],
20949
+ features: {
20950
+ ["connection" /* CONNECTION_CHECKING */]: true,
20951
+ ["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
20952
+ },
20953
20953
  datasource: {
20954
20954
  host: {
20955
20955
  type: "string" /* STRING */,
@@ -21261,7 +21261,9 @@ var init_dynamodb = __esm({
21261
21261
  description: "Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale.",
21262
21262
  friendlyName: "DynamoDB",
21263
21263
  type: "Non-relational",
21264
- features: ["connection" /* CONNECTION_CHECKING */],
21264
+ features: {
21265
+ ["connection" /* CONNECTION_CHECKING */]: true
21266
+ },
21265
21267
  datasource: {
21266
21268
  region: {
21267
21269
  type: "string" /* STRING */,
@@ -21471,7 +21473,9 @@ var init_mongodb = __esm({
21471
21473
  friendlyName: "MongoDB",
21472
21474
  type: "Non-relational",
21473
21475
  description: "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.",
21474
- features: ["connection" /* CONNECTION_CHECKING */],
21476
+ features: {
21477
+ ["connection" /* CONNECTION_CHECKING */]: true
21478
+ },
21475
21479
  datasource: {
21476
21480
  connectionString: {
21477
21481
  type: "string" /* STRING */,
@@ -22065,7 +22069,9 @@ var init_elasticsearch = __esm({
22065
22069
  description: "Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.",
22066
22070
  friendlyName: "ElasticSearch",
22067
22071
  type: "Non-relational",
22068
- features: ["connection" /* CONNECTION_CHECKING */],
22072
+ features: {
22073
+ ["connection" /* CONNECTION_CHECKING */]: true
22074
+ },
22069
22075
  datasource: {
22070
22076
  url: {
22071
22077
  type: "string" /* STRING */,
@@ -22243,7 +22249,9 @@ var init_couchdb = __esm({
22243
22249
  friendlyName: "CouchDB",
22244
22250
  type: "Non-relational",
22245
22251
  description: "Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang.",
22246
- features: ["connection" /* CONNECTION_CHECKING */],
22252
+ features: {
22253
+ ["connection" /* CONNECTION_CHECKING */]: true
22254
+ },
22247
22255
  datasource: {
22248
22256
  url: {
22249
22257
  type: "string" /* STRING */,
@@ -22370,10 +22378,10 @@ var init_microsoftSqlServer = __esm({
22370
22378
  description: "Microsoft SQL Server is a relational database management system developed by Microsoft. ",
22371
22379
  friendlyName: "MS SQL Server",
22372
22380
  type: "Relational",
22373
- features: [
22374
- "connection" /* CONNECTION_CHECKING */,
22375
- "fetch_table_names" /* FETCH_TABLE_NAMES */
22376
- ],
22381
+ features: {
22382
+ ["connection" /* CONNECTION_CHECKING */]: true,
22383
+ ["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
22384
+ },
22377
22385
  datasource: {
22378
22386
  user: {
22379
22387
  type: "string" /* STRING */,
@@ -22633,7 +22641,9 @@ var init_s3 = __esm({
22633
22641
  description: "Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance.",
22634
22642
  friendlyName: "Amazon S3",
22635
22643
  type: "Object store",
22636
- features: ["connection" /* CONNECTION_CHECKING */],
22644
+ features: {
22645
+ ["connection" /* CONNECTION_CHECKING */]: true
22646
+ },
22637
22647
  datasource: {
22638
22648
  region: {
22639
22649
  type: "string",
@@ -22860,7 +22870,9 @@ var init_airtable = __esm({
22860
22870
  description: "Airtable is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet.",
22861
22871
  friendlyName: "Airtable",
22862
22872
  type: "Spreadsheet",
22863
- features: ["connection" /* CONNECTION_CHECKING */],
22873
+ features: {
22874
+ ["connection" /* CONNECTION_CHECKING */]: true
22875
+ },
22864
22876
  datasource: {
22865
22877
  apiKey: {
22866
22878
  type: "password" /* PASSWORD */,
@@ -23026,10 +23038,10 @@ var init_mysql = __esm({
23026
23038
  friendlyName: "MySQL",
23027
23039
  type: "Relational",
23028
23040
  description: "MySQL Database Service is a fully managed database service to deploy cloud-native applications. ",
23029
- features: [
23030
- "connection" /* CONNECTION_CHECKING */,
23031
- "fetch_table_names" /* FETCH_TABLE_NAMES */
23032
- ],
23041
+ features: {
23042
+ ["connection" /* CONNECTION_CHECKING */]: true,
23043
+ ["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
23044
+ },
23033
23045
  datasource: {
23034
23046
  host: {
23035
23047
  type: "string" /* STRING */,
@@ -23261,7 +23273,9 @@ var init_arangodb = __esm({
23261
23273
  friendlyName: "ArangoDB",
23262
23274
  type: "Non-relational",
23263
23275
  description: "ArangoDB is a scalable open-source multi-model database natively supporting graph, document and search. All supported data models & access patterns can be combined in queries allowing for maximal flexibility. ",
23264
- features: ["connection" /* CONNECTION_CHECKING */],
23276
+ features: {
23277
+ ["connection" /* CONNECTION_CHECKING */]: true
23278
+ },
23265
23279
  datasource: {
23266
23280
  url: {
23267
23281
  type: "string" /* STRING */,
@@ -23748,10 +23762,10 @@ var init_googlesheets = __esm({
23748
23762
  description: "Create and collaborate on online spreadsheets in real-time and from any device.",
23749
23763
  friendlyName: "Google Sheets",
23750
23764
  type: "Spreadsheet",
23751
- features: [
23752
- "connection" /* CONNECTION_CHECKING */,
23753
- "fetch_table_names" /* FETCH_TABLE_NAMES */
23754
- ],
23765
+ features: {
23766
+ ["connection" /* CONNECTION_CHECKING */]: true,
23767
+ ["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
23768
+ },
23755
23769
  datasource: {
23756
23770
  spreadsheetId: {
23757
23771
  display: "Google Sheet URL",
@@ -24182,7 +24196,9 @@ var init_firebase = __esm({
24182
24196
  friendlyName: "Firestore",
24183
24197
  type: "Non-relational",
24184
24198
  description: "Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud.",
24185
- features: ["connection" /* CONNECTION_CHECKING */],
24199
+ features: {
24200
+ ["connection" /* CONNECTION_CHECKING */]: true
24201
+ },
24186
24202
  datasource: {
24187
24203
  email: {
24188
24204
  type: "string" /* STRING */,
@@ -24340,7 +24356,9 @@ var init_redis4 = __esm({
24340
24356
  description: "Redis is a caching tool, providing powerful key-value store capabilities.",
24341
24357
  friendlyName: "Redis",
24342
24358
  type: "Non-relational",
24343
- features: ["connection" /* CONNECTION_CHECKING */],
24359
+ features: {
24360
+ ["connection" /* CONNECTION_CHECKING */]: true
24361
+ },
24344
24362
  datasource: {
24345
24363
  host: {
24346
24364
  type: "string",
@@ -24499,7 +24517,9 @@ var init_snowflake = __esm({
24499
24517
  description: "Snowflake is a solution for data warehousing, data lakes, data engineering, data science, data application development, and securely sharing and consuming shared data.",
24500
24518
  friendlyName: "Snowflake",
24501
24519
  type: "Relational",
24502
- features: ["connection" /* CONNECTION_CHECKING */],
24520
+ features: {
24521
+ ["connection" /* CONNECTION_CHECKING */]: true
24522
+ },
24503
24523
  datasource: {
24504
24524
  account: {
24505
24525
  type: "string",
@@ -24604,10 +24624,10 @@ var init_oracle = __esm({
24604
24624
  friendlyName: "Oracle",
24605
24625
  type: "Relational",
24606
24626
  description: "Oracle Database is an object-relational database management system developed by Oracle Corporation",
24607
- features: [
24608
- "connection" /* CONNECTION_CHECKING */,
24609
- "fetch_table_names" /* FETCH_TABLE_NAMES */
24610
- ],
24627
+ features: {
24628
+ ["connection" /* CONNECTION_CHECKING */]: true,
24629
+ ["fetch_table_names" /* FETCH_TABLE_NAMES */]: true
24630
+ },
24611
24631
  datasource: {
24612
24632
  host: {
24613
24633
  type: "string" /* STRING */,