@budibase/types 2.32.6 → 2.32.8

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.
@@ -96,7 +96,7 @@ export interface SCIMInnerConfig {
96
96
  }
97
97
  export interface SCIMConfig extends Config<SCIMInnerConfig> {
98
98
  }
99
- type AIProvider = "OpenAI" | "Anthropic" | "AzureOpenAI" | "Custom";
99
+ export type AIProvider = "OpenAI" | "Anthropic" | "TogetherAI" | "Custom";
100
100
  export interface AIInnerConfig {
101
101
  [key: string]: {
102
102
  provider: AIProvider;
@@ -126,4 +126,3 @@ export declare enum ConfigType {
126
126
  SCIM = "scim",
127
127
  AI = "ai"
128
128
  }
129
- export {};
package/dist/index.js CHANGED
@@ -725,6 +725,7 @@ var SqlClient = /* @__PURE__ */ ((SqlClient2) => {
725
725
  SqlClient2["MS_SQL"] = "mssql";
726
726
  SqlClient2["POSTGRES"] = "pg";
727
727
  SqlClient2["MY_SQL"] = "mysql2";
728
+ SqlClient2["MARIADB"] = "mariadb";
728
729
  SqlClient2["ORACLE"] = "oracledb";
729
730
  SqlClient2["SQL_LITE"] = "sqlite3";
730
731
  return SqlClient2;