@budibase/pro 3.9.4 → 3.10.0

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.
@@ -18,5 +18,3 @@ export declare function isSSOEnforced(opts?: {
18
18
  export declare const checkSCIM: () => Promise<boolean>;
19
19
  export declare function isViewPermissionEnabled(): Promise<boolean>;
20
20
  export declare function isViewReadonlyColumnsEnabled(): Promise<boolean>;
21
- export declare function isBudibaseAIEnabled(): Promise<boolean>;
22
- export declare function isAICustomConfigsEnabled(): Promise<boolean>;
@@ -1,4 +1 @@
1
1
  export declare const incrementBudibaseAICredits: (count: number) => Promise<any>;
2
- export declare const addCustomAIConfig: () => Promise<any>;
3
- export declare const removeCustomAIConfig: () => Promise<void>;
4
- export declare const removeCustomAIConfigs: (count: number) => Promise<void>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dist"
5
5
  ],
6
6
  "license": "UNLICENSED",
7
- "version": "3.9.4",
7
+ "version": "3.10.0",
8
8
  "description": "Budibase Pro (Backend)",
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -72,5 +72,5 @@
72
72
  }
73
73
  }
74
74
  },
75
- "gitHead": "e357c4e0cbfb4e0376cb8b692bf725263a5f7dc3"
75
+ "gitHead": "35c16326f7215671d405cd811b28e78f5be70d07"
76
76
  }