@budibase/types 3.2.17 → 3.2.19

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.
@@ -113,7 +113,7 @@ export type OpenAIStepInputs = {
113
113
  prompt: string;
114
114
  model: Model;
115
115
  };
116
- declare enum Model {
116
+ export declare enum Model {
117
117
  GPT_35_TURBO = "gpt-3.5-turbo",
118
118
  GPT_4 = "gpt-4",
119
119
  GPT_4O = "gpt-4o",
package/dist/index.js CHANGED
@@ -93,6 +93,7 @@ __export(src_exports, {
93
93
  MaintenanceType: () => MaintenanceType,
94
94
  MigrationName: () => MigrationName,
95
95
  MigrationType: () => MigrationType,
96
+ Model: () => Model,
96
97
  MonthlyQuotaName: () => MonthlyQuotaName,
97
98
  NumericTypes: () => NumericTypes,
98
99
  Operation: () => Operation,
@@ -1060,6 +1061,15 @@ var LoopStepType = /* @__PURE__ */ ((LoopStepType2) => {
1060
1061
  return LoopStepType2;
1061
1062
  })(LoopStepType || {});
1062
1063
 
1064
+ // src/documents/app/automation/StepInputsOutputs.ts
1065
+ var Model = /* @__PURE__ */ ((Model2) => {
1066
+ Model2["GPT_35_TURBO"] = "gpt-3.5-turbo";
1067
+ Model2["GPT_4"] = "gpt-4";
1068
+ Model2["GPT_4O"] = "gpt-4o";
1069
+ Model2["GPT_4O_MINI"] = "gpt-4o-mini";
1070
+ return Model2;
1071
+ })(Model || {});
1072
+
1063
1073
  // src/documents/app/datasource.ts
1064
1074
  var RestAuthType = /* @__PURE__ */ ((RestAuthType2) => {
1065
1075
  RestAuthType2["BASIC"] = "basic";
@@ -1617,6 +1627,7 @@ var EventType = /* @__PURE__ */ ((EventType2) => {
1617
1627
  MaintenanceType,
1618
1628
  MigrationName,
1619
1629
  MigrationType,
1630
+ Model,
1620
1631
  MonthlyQuotaName,
1621
1632
  NumericTypes,
1622
1633
  Operation,