@budibase/pro 3.34.9 → 3.34.11

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.
@@ -1,5 +1,6 @@
1
1
  import { License, QuotaTriggeredRequest } from "@budibase/types";
2
2
  export declare const getLicense: () => Promise<License | undefined>;
3
3
  export declare function getLicenseFromKey(licenseKey: string): Promise<License | undefined>;
4
+ export declare const getLicenseKey: () => Promise<string | undefined>;
4
5
  export declare const triggerQuota: (body: QuotaTriggeredRequest) => Promise<void | undefined>;
5
6
  export declare const activateLicenseKey: (licenseKey: string) => Promise<License | undefined>;
@@ -17,6 +17,7 @@ export interface ImportWorkspaceOpts {
17
17
  updateAttachmentColumns?: boolean;
18
18
  importObjStoreContents?: boolean;
19
19
  objectStoreAppId?: string;
20
+ preserveLiteLLMConfig?: boolean;
20
21
  }
21
22
  export type ExportWorkspaceFn = (devWorkspaceId: string, opts: {
22
23
  tar: boolean;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dist"
5
5
  ],
6
6
  "license": "UNLICENSED",
7
- "version": "3.34.9",
7
+ "version": "3.34.11",
8
8
  "description": "Budibase Pro (Backend)",
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -65,5 +65,5 @@
65
65
  }
66
66
  }
67
67
  },
68
- "gitHead": "77a07b1673d74c173805add7e692b62c91b8b1c0"
68
+ "gitHead": "4a270722b0744d3bd5b12554afd8f9aaa22e69f5"
69
69
  }