@calcom/atoms 1.0.106 → 1.0.109

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.
@@ -81225,8 +81225,8 @@ const uZ = {
81225
81225
  ),
81226
81226
  twipla: kr(() => import("./EventTypeAppCardInterface-mTIhlGsv.js")),
81227
81227
  umami: kr(() => import("./EventTypeAppCardInterface-UIpN0aWY.js")),
81228
- "zoho-bigin": kr(() => import("./EventTypeAppCardInterface-2arNb9K7.js")),
81229
- zohocrm: kr(() => import("./EventTypeAppCardInterface-G0YgF5Oh.js"))
81228
+ "zoho-bigin": kr(() => import("./EventTypeAppCardInterface-G0YgF5Oh.js")),
81229
+ zohocrm: kr(() => import("./EventTypeAppCardInterface-2arNb9K7.js"))
81230
81230
  };
81231
81231
  kr(() => import("./EventTypeAppSettingsInterface-_u5NeljM.js")), kr(() => import("./EventTypeAppSettingsInterface-JU2esK9u.js")), kr(() => import("./EventTypeAppSettingsInterface-Dgxx4EOz.js")), kr(() => import("./EventTypeAppSettingsInterface-1OeQiS9s.js")), kr(() => import("./EventTypeAppSettingsInterface-k7ADZP2n.js")), kr(() => import("./EventTypeAppSettingsInterface-DvzwhpS4.js")), kr(() => import("./EventTypeAppSettingsInterface-I_M98dpB.js")), kr(() => import("./EventTypeAppSettingsInterface-5rzPj6RJ.js")), kr(() => import("./EventTypeAppSettingsInterface-WqMxnmtB.js")), kr(() => import("./EventTypeAppSettingsInterface-pEmxjcGA.js")), kr(() => import("./EventTypeAppSettingsInterface-pM9APOwD.js")), kr(() => import("./EventTypeAppSettingsInterface-1z9RlP2q.js"));
81232
81232
  const yKa = (e) => {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "description": "Customizable UI components to integrate scheduling into your product.",
6
6
  "authors": "Cal.com, Inc.",
7
- "version": "1.0.106",
7
+ "version": "1.0.109",
8
8
  "scripts": {
9
9
  "dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --watch",
10
10
  "build": "NODE_OPTIONS='--max_old_space_size=16384' rm -rf dist && yarn vite build && npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify && mkdir ./dist/packages/prisma-client && cp -rf ../../../node_modules/.prisma/client/*.d.ts ./dist/packages/prisma-client",
@@ -1,110 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-unused-vars */
2
-
3
- import * as runtime from '@prisma/client/runtime/library'
4
-
5
- /**
6
- * ## Prisma Client ʲˢ
7
- *
8
- * Type-safe database client for TypeScript & Node.js
9
- * @example
10
- * ```
11
- * const prisma = new Prisma()
12
- * // Fetch zero or more Users
13
- * const users = await prisma.user.findMany()
14
- * ```
15
- *
16
- *
17
- * Read more in our [docs](https://www.prisma.io/docs/concepts/components/prisma-client).
18
- */
19
- export declare const PrismaClient: any
20
-
21
- /**
22
- * ## Prisma Client ʲˢ
23
- *
24
- * Type-safe database client for TypeScript & Node.js
25
- * @example
26
- * ```
27
- * const prisma = new Prisma()
28
- * // Fetch zero or more Users
29
- * const users = await prisma.user.findMany()
30
- * ```
31
- *
32
- *
33
- * Read more in our [docs](https://www.prisma.io/docs/concepts/components/prisma-client).
34
- */
35
- export declare type PrismaClient = any
36
-
37
- export declare class PrismaClientExtends<
38
- ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
39
- > {
40
- $extends: { extArgs: ExtArgs } & (<
41
- R extends runtime.Types.Extensions.UserArgs['result'] = {},
42
- M extends runtime.Types.Extensions.UserArgs['model'] = {},
43
- Q extends runtime.Types.Extensions.UserArgs['query'] = {},
44
- C extends runtime.Types.Extensions.UserArgs['client'] = {},
45
- Args extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.InternalArgs<R, M, {}, C>,
46
- >(
47
- args:
48
- | ((client: PrismaClientExtends<ExtArgs>) => { $extends: { extArgs: Args } })
49
- | { name?: string }
50
- | { result?: R & runtime.Types.Extensions.UserArgs['result'] }
51
- | { model?: M & runtime.Types.Extensions.UserArgs['model'] }
52
- | { query?: Q & runtime.Types.Extensions.UserArgs['query'] }
53
- | { client?: C & runtime.Types.Extensions.UserArgs['client'] },
54
- ) => PrismaClientExtends<Args & ExtArgs> & Args['client'])
55
-
56
- $transaction<R>(
57
- fn: (prisma: Omit<this, runtime.ITXClientDenyList>) => Promise<R>,
58
- options?: { maxWait?: number; timeout?: number; isolationLevel?: string },
59
- ): Promise<R>
60
- $transaction<P extends Prisma.PrismaPromise<any>[]>(
61
- arg: [...P],
62
- options?: { isolationLevel?: string },
63
- ): Promise<runtime.Types.Utils.UnwrapTuple<P>>
64
- }
65
-
66
- export declare const dmmf: any
67
- export declare type dmmf = any
68
-
69
- /**
70
- * Get the type of the value, that the Promise holds.
71
- */
72
- export declare type PromiseType<T extends PromiseLike<any>> = T extends PromiseLike<infer U> ? U : T
73
-
74
- /**
75
- * Get the return type of a function which returns a Promise.
76
- */
77
- export declare type PromiseReturnType<T extends (...args: any) => Promise<any>> = PromiseType<ReturnType<T>>
78
-
79
- export namespace Prisma {
80
- export type TransactionClient = any
81
-
82
- export function defineExtension<
83
- R extends runtime.Types.Extensions.UserArgs['result'] = {},
84
- M extends runtime.Types.Extensions.UserArgs['model'] = {},
85
- Q extends runtime.Types.Extensions.UserArgs['query'] = {},
86
- C extends runtime.Types.Extensions.UserArgs['client'] = {},
87
- Args extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.InternalArgs<R, M, {}, C>,
88
- >(
89
- args:
90
- | ((client: PrismaClientExtends) => { $extends: { extArgs: Args } })
91
- | { name?: string }
92
- | { result?: R & runtime.Types.Extensions.UserArgs['result'] }
93
- | { model?: M & runtime.Types.Extensions.UserArgs['model'] }
94
- | { query?: Q & runtime.Types.Extensions.UserArgs['query'] }
95
- | { client?: C & runtime.Types.Extensions.UserArgs['client'] },
96
- ): (client: any) => PrismaClientExtends<Args>
97
-
98
- export type Extension = runtime.Types.Extensions.UserArgs
99
- export import getExtensionContext = runtime.Extensions.getExtensionContext
100
- export import Args = runtime.Types.Public.Args
101
- export import Payload = runtime.Types.Public.Payload
102
- export import Result = runtime.Types.Public.Result
103
- export import Exact = runtime.Types.Public.Exact
104
- export import PrismaPromise = runtime.Types.Public.PrismaPromise
105
-
106
- export const prismaVersion: {
107
- client: string
108
- engine: string
109
- }
110
- }
@@ -1,110 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-unused-vars */
2
-
3
- import * as runtime from '@prisma/client/runtime/library'
4
-
5
- /**
6
- * ## Prisma Client ʲˢ
7
- *
8
- * Type-safe database client for TypeScript & Node.js
9
- * @example
10
- * ```
11
- * const prisma = new Prisma()
12
- * // Fetch zero or more Users
13
- * const users = await prisma.user.findMany()
14
- * ```
15
- *
16
- *
17
- * Read more in our [docs](https://www.prisma.io/docs/concepts/components/prisma-client).
18
- */
19
- export declare const PrismaClient: any
20
-
21
- /**
22
- * ## Prisma Client ʲˢ
23
- *
24
- * Type-safe database client for TypeScript & Node.js
25
- * @example
26
- * ```
27
- * const prisma = new Prisma()
28
- * // Fetch zero or more Users
29
- * const users = await prisma.user.findMany()
30
- * ```
31
- *
32
- *
33
- * Read more in our [docs](https://www.prisma.io/docs/concepts/components/prisma-client).
34
- */
35
- export declare type PrismaClient = any
36
-
37
- export declare class PrismaClientExtends<
38
- ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
39
- > {
40
- $extends: { extArgs: ExtArgs } & (<
41
- R extends runtime.Types.Extensions.UserArgs['result'] = {},
42
- M extends runtime.Types.Extensions.UserArgs['model'] = {},
43
- Q extends runtime.Types.Extensions.UserArgs['query'] = {},
44
- C extends runtime.Types.Extensions.UserArgs['client'] = {},
45
- Args extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.InternalArgs<R, M, {}, C>,
46
- >(
47
- args:
48
- | ((client: PrismaClientExtends<ExtArgs>) => { $extends: { extArgs: Args } })
49
- | { name?: string }
50
- | { result?: R & runtime.Types.Extensions.UserArgs['result'] }
51
- | { model?: M & runtime.Types.Extensions.UserArgs['model'] }
52
- | { query?: Q & runtime.Types.Extensions.UserArgs['query'] }
53
- | { client?: C & runtime.Types.Extensions.UserArgs['client'] },
54
- ) => PrismaClientExtends<Args & ExtArgs> & Args['client'])
55
-
56
- $transaction<R>(
57
- fn: (prisma: Omit<this, runtime.ITXClientDenyList>) => Promise<R>,
58
- options?: { maxWait?: number; timeout?: number; isolationLevel?: string },
59
- ): Promise<R>
60
- $transaction<P extends Prisma.PrismaPromise<any>[]>(
61
- arg: [...P],
62
- options?: { isolationLevel?: string },
63
- ): Promise<runtime.Types.Utils.UnwrapTuple<P>>
64
- }
65
-
66
- export declare const dmmf: any
67
- export declare type dmmf = any
68
-
69
- /**
70
- * Get the type of the value, that the Promise holds.
71
- */
72
- export declare type PromiseType<T extends PromiseLike<any>> = T extends PromiseLike<infer U> ? U : T
73
-
74
- /**
75
- * Get the return type of a function which returns a Promise.
76
- */
77
- export declare type PromiseReturnType<T extends (...args: any) => Promise<any>> = PromiseType<ReturnType<T>>
78
-
79
- export namespace Prisma {
80
- export type TransactionClient = any
81
-
82
- export function defineExtension<
83
- R extends runtime.Types.Extensions.UserArgs['result'] = {},
84
- M extends runtime.Types.Extensions.UserArgs['model'] = {},
85
- Q extends runtime.Types.Extensions.UserArgs['query'] = {},
86
- C extends runtime.Types.Extensions.UserArgs['client'] = {},
87
- Args extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.InternalArgs<R, M, {}, C>,
88
- >(
89
- args:
90
- | ((client: PrismaClientExtends) => { $extends: { extArgs: Args } })
91
- | { name?: string }
92
- | { result?: R & runtime.Types.Extensions.UserArgs['result'] }
93
- | { model?: M & runtime.Types.Extensions.UserArgs['model'] }
94
- | { query?: Q & runtime.Types.Extensions.UserArgs['query'] }
95
- | { client?: C & runtime.Types.Extensions.UserArgs['client'] },
96
- ): (client: any) => PrismaClientExtends<Args>
97
-
98
- export type Extension = runtime.Types.Extensions.UserArgs
99
- export import getExtensionContext = runtime.Extensions.getExtensionContext
100
- export import Args = runtime.Types.Public.Args
101
- export import Payload = runtime.Types.Public.Payload
102
- export import Result = runtime.Types.Public.Result
103
- export import Exact = runtime.Types.Public.Exact
104
- export import PrismaPromise = runtime.Types.Public.PrismaPromise
105
-
106
- export const prismaVersion: {
107
- client: string
108
- engine: string
109
- }
110
- }