@botpress/client 0.41.1 → 0.41.2
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/.turbo/turbo-build.log +7 -7
- package/.turbo/turbo-generate.log +1 -1
- package/dist/bundle.cjs.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5465,7 +5465,7 @@ interface CreateWorkspaceResponse {
|
|
|
5465
5465
|
updatedAt: string;
|
|
5466
5466
|
botCount: number;
|
|
5467
5467
|
billingVersion: "v1" | "v2" | "v3";
|
|
5468
|
-
plan: "community" | "team" | "enterprise" | "
|
|
5468
|
+
plan: "community" | "team" | "enterprise" | "plus";
|
|
5469
5469
|
blocked: boolean;
|
|
5470
5470
|
spendingLimit: number;
|
|
5471
5471
|
about?: string;
|
|
@@ -5518,7 +5518,7 @@ interface GetWorkspaceResponse {
|
|
|
5518
5518
|
updatedAt: string;
|
|
5519
5519
|
botCount: number;
|
|
5520
5520
|
billingVersion: "v1" | "v2" | "v3";
|
|
5521
|
-
plan: "community" | "team" | "enterprise" | "
|
|
5521
|
+
plan: "community" | "team" | "enterprise" | "plus";
|
|
5522
5522
|
blocked: boolean;
|
|
5523
5523
|
spendingLimit: number;
|
|
5524
5524
|
about?: string;
|
|
@@ -5689,7 +5689,7 @@ interface UpdateWorkspaceResponse$1 {
|
|
|
5689
5689
|
updatedAt: string;
|
|
5690
5690
|
botCount: number;
|
|
5691
5691
|
billingVersion: "v1" | "v2" | "v3";
|
|
5692
|
-
plan: "community" | "team" | "enterprise" | "
|
|
5692
|
+
plan: "community" | "team" | "enterprise" | "plus";
|
|
5693
5693
|
blocked: boolean;
|
|
5694
5694
|
spendingLimit: number;
|
|
5695
5695
|
about?: string;
|
|
@@ -5744,7 +5744,7 @@ interface UpdateWorkspaceResponse {
|
|
|
5744
5744
|
updatedAt: string;
|
|
5745
5745
|
botCount: number;
|
|
5746
5746
|
billingVersion: "v1" | "v2" | "v3";
|
|
5747
|
-
plan: "community" | "team" | "enterprise" | "
|
|
5747
|
+
plan: "community" | "team" | "enterprise" | "plus";
|
|
5748
5748
|
blocked: boolean;
|
|
5749
5749
|
spendingLimit: number;
|
|
5750
5750
|
about?: string;
|
|
@@ -13577,7 +13577,7 @@ interface Workspace {
|
|
|
13577
13577
|
updatedAt: string;
|
|
13578
13578
|
botCount: number;
|
|
13579
13579
|
billingVersion: "v1" | "v2" | "v3";
|
|
13580
|
-
plan: "community" | "team" | "enterprise" | "
|
|
13580
|
+
plan: "community" | "team" | "enterprise" | "plus";
|
|
13581
13581
|
blocked: boolean;
|
|
13582
13582
|
spendingLimit: number;
|
|
13583
13583
|
about?: string;
|