@budibase/pro 3.23.36 → 3.23.37
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/ai/index.d.ts +1 -0
- package/dist/ai/models/litellm.d.ts +15 -0
- package/dist/index.js +25 -25
- package/dist/sdk/quotas/quotas.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConstantQuotaName, MeteredQuotaName, MonthlyQuotaName, Quota,
|
|
1
|
+
import { ConstantQuotaName, MeteredQuotaName, MonthlyQuotaName, Quota, QuotaUsage, QuotaUsageType, StaticQuotaName, QuotaType } from "@budibase/types";
|
|
2
2
|
interface IncrementOptions<T = any> {
|
|
3
3
|
/**
|
|
4
4
|
* The function being wrapped by this quota usage.
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"dist"
|
|
5
5
|
],
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
|
-
"version": "3.23.
|
|
7
|
+
"version": "3.23.37",
|
|
8
8
|
"description": "Budibase Pro (Backend)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "6d158cf61da4778f9ce8d78c63da72593791237d"
|
|
77
77
|
}
|