@keystrokehq/sendbird_ai_chabot 0.1.4 → 0.1.5

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.
@@ -40,7 +40,21 @@ declare const sendbirdAiChabotCreateBot: import("@keystrokehq/action").WorkflowA
40
40
  bot_callback_url?: string | undefined;
41
41
  enable_mark_as_read?: boolean | undefined;
42
42
  channel_invitation_preference?: number | undefined;
43
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ subdomain: z.ZodString;
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ subdomain: z.ZodString;
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
44
58
  //#endregion
45
59
  export { sendbirdAiChabotCreateBot };
46
60
  //# sourceMappingURL=create-bot.d.cts.map
@@ -40,7 +40,21 @@ declare const sendbirdAiChabotCreateBot: import("@keystrokehq/action").WorkflowA
40
40
  bot_callback_url?: string | undefined;
41
41
  enable_mark_as_read?: boolean | undefined;
42
42
  channel_invitation_preference?: number | undefined;
43
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ subdomain: z.ZodString;
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ subdomain: z.ZodString;
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
44
58
  //#endregion
45
59
  export { sendbirdAiChabotCreateBot };
46
60
  //# sourceMappingURL=create-bot.d.mts.map
@@ -19,7 +19,21 @@ declare const SendbirdAiChabotGetBotOutput: z.ZodObject<{
19
19
  }, z.core.$loose>;
20
20
  declare const sendbirdAiChabotGetBot: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  bot_user_id: string;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ subdomain: z.ZodString;
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ subdomain: z.ZodString;
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
23
37
  //#endregion
24
38
  export { sendbirdAiChabotGetBot };
25
39
  //# sourceMappingURL=get-bot.d.cts.map
@@ -19,7 +19,21 @@ declare const SendbirdAiChabotGetBotOutput: z.ZodObject<{
19
19
  }, z.core.$loose>;
20
20
  declare const sendbirdAiChabotGetBot: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  bot_user_id: string;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ subdomain: z.ZodString;
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ subdomain: z.ZodString;
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
23
37
  //#endregion
24
38
  export { sendbirdAiChabotGetBot };
25
39
  //# sourceMappingURL=get-bot.d.mts.map
@@ -28,7 +28,21 @@ declare const sendbirdAiChabotListBots: import("@keystrokehq/action").WorkflowAc
28
28
  limit?: number | undefined;
29
29
  token?: string | undefined;
30
30
  bot_id?: string | undefined;
31
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ subdomain: z.ZodString;
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
39
+ connectionId: z.ZodString;
40
+ entityId: z.ZodString;
41
+ instanceId: z.ZodString;
42
+ }, z.core.$strip>, z.ZodObject<{
43
+ subdomain: z.ZodString;
44
+ generic_api_key: z.ZodString;
45
+ }, z.core.$strip>>]>;
32
46
  //#endregion
33
47
  export { sendbirdAiChabotListBots };
34
48
  //# sourceMappingURL=list-bots.d.cts.map
@@ -28,7 +28,21 @@ declare const sendbirdAiChabotListBots: import("@keystrokehq/action").WorkflowAc
28
28
  limit?: number | undefined;
29
29
  token?: string | undefined;
30
30
  bot_id?: string | undefined;
31
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
31
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ subdomain: z.ZodString;
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
39
+ connectionId: z.ZodString;
40
+ entityId: z.ZodString;
41
+ instanceId: z.ZodString;
42
+ }, z.core.$strip>, z.ZodObject<{
43
+ subdomain: z.ZodString;
44
+ generic_api_key: z.ZodString;
45
+ }, z.core.$strip>>]>;
32
46
  //#endregion
33
47
  export { sendbirdAiChabotListBots };
34
48
  //# sourceMappingURL=list-bots.d.mts.map
@@ -88,7 +88,21 @@ declare const sendbirdAiChabotListGroupChannels: import("@keystrokehq/action").W
88
88
  members_exactly_in?: string[] | undefined;
89
89
  members_include_in?: string[] | undefined;
90
90
  members_nickname_prefix?: string | undefined;
91
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
91
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
92
+ connectionId: z.ZodString;
93
+ entityId: z.ZodString;
94
+ instanceId: z.ZodString;
95
+ }, z.core.$strip>, z.ZodObject<{
96
+ subdomain: z.ZodString;
97
+ generic_api_key: z.ZodString;
98
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
99
+ connectionId: z.ZodString;
100
+ entityId: z.ZodString;
101
+ instanceId: z.ZodString;
102
+ }, z.core.$strip>, z.ZodObject<{
103
+ subdomain: z.ZodString;
104
+ generic_api_key: z.ZodString;
105
+ }, z.core.$strip>>]>;
92
106
  //#endregion
93
107
  export { sendbirdAiChabotListGroupChannels };
94
108
  //# sourceMappingURL=list-group-channels.d.cts.map
@@ -88,7 +88,21 @@ declare const sendbirdAiChabotListGroupChannels: import("@keystrokehq/action").W
88
88
  members_exactly_in?: string[] | undefined;
89
89
  members_include_in?: string[] | undefined;
90
90
  members_nickname_prefix?: string | undefined;
91
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
91
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
92
+ connectionId: z.ZodString;
93
+ entityId: z.ZodString;
94
+ instanceId: z.ZodString;
95
+ }, z.core.$strip>, z.ZodObject<{
96
+ subdomain: z.ZodString;
97
+ generic_api_key: z.ZodString;
98
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
99
+ connectionId: z.ZodString;
100
+ entityId: z.ZodString;
101
+ instanceId: z.ZodString;
102
+ }, z.core.$strip>, z.ZodObject<{
103
+ subdomain: z.ZodString;
104
+ generic_api_key: z.ZodString;
105
+ }, z.core.$strip>>]>;
92
106
  //#endregion
93
107
  export { sendbirdAiChabotListGroupChannels };
94
108
  //# sourceMappingURL=list-group-channels.d.mts.map
@@ -10,7 +10,21 @@ declare const SendbirdAiChabotUnregisterBotWebhookOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const sendbirdAiChabotUnregisterBotWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  bot_id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ subdomain: z.ZodString;
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ subdomain: z.ZodString;
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
14
28
  //#endregion
15
29
  export { sendbirdAiChabotUnregisterBotWebhook };
16
30
  //# sourceMappingURL=unregister-bot-webhook.d.cts.map
@@ -10,7 +10,21 @@ declare const SendbirdAiChabotUnregisterBotWebhookOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const sendbirdAiChabotUnregisterBotWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  bot_id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ subdomain: z.ZodString;
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ subdomain: z.ZodString;
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
14
28
  //#endregion
15
29
  export { sendbirdAiChabotUnregisterBotWebhook };
16
30
  //# sourceMappingURL=unregister-bot-webhook.d.mts.map
@@ -32,7 +32,21 @@ declare const sendbirdAiChabotUpdateBot: import("@keystrokehq/action").WorkflowA
32
32
  bot_profile_url?: string | undefined;
33
33
  is_privacy_mode?: boolean | undefined;
34
34
  enable_mark_as_read?: boolean | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ subdomain: z.ZodString;
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ subdomain: z.ZodString;
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
36
50
  //#endregion
37
51
  export { sendbirdAiChabotUpdateBot };
38
52
  //# sourceMappingURL=update-bot.d.cts.map
@@ -32,7 +32,21 @@ declare const sendbirdAiChabotUpdateBot: import("@keystrokehq/action").WorkflowA
32
32
  bot_profile_url?: string | undefined;
33
33
  is_privacy_mode?: boolean | undefined;
34
34
  enable_mark_as_read?: boolean | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ subdomain: z.ZodString;
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ subdomain: z.ZodString;
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
36
50
  //#endregion
37
51
  export { sendbirdAiChabotUpdateBot };
38
52
  //# sourceMappingURL=update-bot.d.mts.map
package/dist/app.cjs CHANGED
@@ -1,7 +1,13 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const sendbirdAiChabot = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const sendbirdAiChabot = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "sendbird_ai_chabot",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ subdomain: zod.z.string(),
9
+ generic_api_key: zod.z.string()
10
+ }
5
11
  });
6
12
  //#endregion
7
13
  exports.sendbirdAiChabot = sendbirdAiChabot;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const sendbirdAiChabot = defineApp({\n slug: \"sendbird_ai_chabot\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,oBAAA,uCAAA,CAAA,CAAA,UAAA,CAA6B;CACxC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const sendbirdAiChabot = defineApp({\n slug: \"sendbird_ai_chabot\",\n auth: \"keystroke\",\n credential: {\n subdomain: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,oBAAA,GAAA,2BAAA,UAAA,CAA6B;CACxC,MAAM;CACN,MAAM;CACN,YAAY;EACV,WAAWA,IAAAA,EAAE,OAAO;EACpB,iBAAiBA,IAAAA,EAAE,OAAO;CAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const sendbirdAiChabot: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const sendbirdAiChabot: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ subdomain: z.ZodString;
10
+ generic_api_key: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { sendbirdAiChabot };
5
14
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,gBAAA,6BAAgB,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,gBAAA,6BAAgB,GAAA,+BAAA,UAAA,uBAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const sendbirdAiChabot: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const sendbirdAiChabot: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"sendbird_ai_chabot", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ subdomain: z.ZodString;
10
+ generic_api_key: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { sendbirdAiChabot };
5
14
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,gBAAA,6BAAgB,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,gBAAA,6BAAgB,GAAA,+BAAA,UAAA,uBAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,13 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const sendbirdAiChabot = defineApp({
4
5
  slug: "sendbird_ai_chabot",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ subdomain: z.string(),
9
+ generic_api_key: z.string()
10
+ }
6
11
  });
7
12
  //#endregion
8
13
  export { sendbirdAiChabot };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const sendbirdAiChabot = defineApp({\n slug: \"sendbird_ai_chabot\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,mBAAmB,UAAU;CACxC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const sendbirdAiChabot = defineApp({\n slug: \"sendbird_ai_chabot\",\n auth: \"keystroke\",\n credential: {\n subdomain: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,mBAAmB,UAAU;CACxC,MAAM;CACN,MAAM;CACN,YAAY;EACV,WAAW,EAAE,OAAO;EACpB,iBAAiB,EAAE,OAAO;CAC5B;AACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/sendbird_ai_chabot",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"