@botpress/cognitive 0.4.6 → 0.4.7
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 +5 -5
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/cognitive@0.4.
|
|
2
|
+
> @botpress/cognitive@0.4.7 build /home/runner/work/botpress/botpress/packages/cognitive
|
|
3
3
|
> pnpm build:type && pnpm build:neutral && size-limit
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @botpress/cognitive@0.4.
|
|
6
|
+
> @botpress/cognitive@0.4.7 build:type /home/runner/work/botpress/botpress/packages/cognitive
|
|
7
7
|
> tsup --tsconfig tsconfig.build.json ./src/index.ts --dts-resolve --dts-only --clean
|
|
8
8
|
|
|
9
9
|
CLI Building entry: ./src/index.ts
|
|
10
10
|
CLI Using tsconfig: tsconfig.build.json
|
|
11
11
|
CLI tsup v8.0.2
|
|
12
12
|
DTS Build start
|
|
13
|
-
DTS ⚡️ Build success in
|
|
14
|
-
DTS dist/index.d.ts 670.
|
|
13
|
+
DTS ⚡️ Build success in 6755ms
|
|
14
|
+
DTS dist/index.d.ts 670.63 KB
|
|
15
15
|
|
|
16
|
-
> @botpress/cognitive@0.4.
|
|
16
|
+
> @botpress/cognitive@0.4.7 build:neutral /home/runner/work/botpress/botpress/packages/cognitive
|
|
17
17
|
> ts-node -T ./build.ts --neutral
|
|
18
18
|
|
|
19
19
|
Done
|
package/dist/index.d.ts
CHANGED
|
@@ -9663,6 +9663,7 @@ interface CreateWorkspaceMemberRequestParams {
|
|
|
9663
9663
|
interface CreateWorkspaceMemberRequestBody {
|
|
9664
9664
|
email: string;
|
|
9665
9665
|
role: "viewer" | "billing" | "developer" | "manager" | "administrator" | "owner";
|
|
9666
|
+
sendEmail?: boolean;
|
|
9666
9667
|
}
|
|
9667
9668
|
type CreateWorkspaceMemberInput = CreateWorkspaceMemberRequestBody & CreateWorkspaceMemberRequestHeaders & CreateWorkspaceMemberRequestQuery & CreateWorkspaceMemberRequestParams;
|
|
9668
9669
|
interface CreateWorkspaceMemberResponse {
|