Skip to content

Commit 745f0b0

Browse files
feat: twipla app added (#14780)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
1 parent 65f50e9 commit 745f0b0

16 files changed

+138
-0
lines changed

packages/app-store/apps.browser.generated.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const EventTypeAddonMap = {
4545
"event-type-app-card": dynamic(() =>
4646
import("./templates/event-type-app-card/components/EventTypeAppCardInterface")
4747
),
48+
twipla: dynamic(() => import("./twipla/components/EventTypeAppCardInterface")),
4849
"zoho-bigin": dynamic(() => import("./zoho-bigin/components/EventTypeAppCardInterface")),
4950
zohocrm: dynamic(() => import("./zohocrm/components/EventTypeAppCardInterface")),
5051
};

packages/app-store/apps.keys-schemas.generated.ts

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import { appKeysSchema as stripepayment_zod_ts } from "./stripepayment/zod";
3636
import { appKeysSchema as tandemvideo_zod_ts } from "./tandemvideo/zod";
3737
import { appKeysSchema as booking_pages_tag_zod_ts } from "./templates/booking-pages-tag/zod";
3838
import { appKeysSchema as event_type_app_card_zod_ts } from "./templates/event-type-app-card/zod";
39+
import { appKeysSchema as twipla_zod_ts } from "./twipla/zod";
3940
import { appKeysSchema as vital_zod_ts } from "./vital/zod";
4041
import { appKeysSchema as webex_zod_ts } from "./webex/zod";
4142
import { appKeysSchema as wordpress_zod_ts } from "./wordpress/zod";
@@ -80,6 +81,7 @@ export const appKeysSchemas = {
8081
tandemvideo: tandemvideo_zod_ts,
8182
"booking-pages-tag": booking_pages_tag_zod_ts,
8283
"event-type-app-card": event_type_app_card_zod_ts,
84+
twipla: twipla_zod_ts,
8385
vital: vital_zod_ts,
8486
webex: webex_zod_ts,
8587
wordpress: wordpress_zod_ts,

packages/app-store/apps.metadata.generated.ts

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ import event_type_app_card_config_json from "./templates/event-type-app-card/con
7575
import event_type_location_video_static_config_json from "./templates/event-type-location-video-static/config.json";
7676
import general_app_settings_config_json from "./templates/general-app-settings/config.json";
7777
import link_as_an_app_config_json from "./templates/link-as-an-app/config.json";
78+
import twipla_config_json from "./twipla/config.json";
7879
import typeform_config_json from "./typeform/config.json";
7980
import vimcal_config_json from "./vimcal/config.json";
8081
import { metadata as vital__metadata_ts } from "./vital/_metadata";
@@ -164,6 +165,7 @@ export const appStoreMetadata = {
164165
"event-type-location-video-static": event_type_location_video_static_config_json,
165166
"general-app-settings": general_app_settings_config_json,
166167
"link-as-an-app": link_as_an_app_config_json,
168+
twipla: twipla_config_json,
167169
typeform: typeform_config_json,
168170
vimcal: vimcal_config_json,
169171
vital: vital__metadata_ts,

packages/app-store/apps.schemas.generated.ts

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import { appDataSchema as stripepayment_zod_ts } from "./stripepayment/zod";
3636
import { appDataSchema as tandemvideo_zod_ts } from "./tandemvideo/zod";
3737
import { appDataSchema as booking_pages_tag_zod_ts } from "./templates/booking-pages-tag/zod";
3838
import { appDataSchema as event_type_app_card_zod_ts } from "./templates/event-type-app-card/zod";
39+
import { appDataSchema as twipla_zod_ts } from "./twipla/zod";
3940
import { appDataSchema as vital_zod_ts } from "./vital/zod";
4041
import { appDataSchema as webex_zod_ts } from "./webex/zod";
4142
import { appDataSchema as wordpress_zod_ts } from "./wordpress/zod";
@@ -80,6 +81,7 @@ export const appDataSchemas = {
8081
tandemvideo: tandemvideo_zod_ts,
8182
"booking-pages-tag": booking_pages_tag_zod_ts,
8283
"event-type-app-card": event_type_app_card_zod_ts,
84+
twipla: twipla_zod_ts,
8385
vital: vital_zod_ts,
8486
webex: webex_zod_ts,
8587
wordpress: wordpress_zod_ts,

packages/app-store/apps.server.generated.ts

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const apiHandlers = {
7575
"event-type-location-video-static": import("./templates/event-type-location-video-static/api"),
7676
"general-app-settings": import("./templates/general-app-settings/api"),
7777
"link-as-an-app": import("./templates/link-as-an-app/api"),
78+
twipla: import("./twipla/api"),
7879
typeform: import("./typeform/api"),
7980
vimcal: import("./vimcal/api"),
8081
vital: import("./vital/api"),

packages/app-store/bookerApps.metadata.generated.ts

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import { metadata as tandemvideo__metadata_ts } from "./tandemvideo/_metadata";
3535
import telegram_config_json from "./telegram/config.json";
3636
import booking_pages_tag_config_json from "./templates/booking-pages-tag/config.json";
3737
import event_type_location_video_static_config_json from "./templates/event-type-location-video-static/config.json";
38+
import twipla_config_json from "./twipla/config.json";
3839
import webex_config_json from "./webex/config.json";
3940
import whatsapp_config_json from "./whatsapp/config.json";
4041
import whereby_config_json from "./whereby/config.json";
@@ -74,6 +75,7 @@ export const appStoreMetadata = {
7475
telegram: telegram_config_json,
7576
"booking-pages-tag": booking_pages_tag_config_json,
7677
"event-type-location-video-static": event_type_location_video_static_config_json,
78+
twipla: twipla_config_json,
7779
webex: webex_config_json,
7880
whatsapp: whatsapp_config_json,
7981
whereby: whereby_config_json,
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
items:
3+
- 1.png
4+
---
5+
6+
{DESCRIPTION}

packages/app-store/twipla/api/add.ts

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { createDefaultInstallation } from "@calcom/app-store/_utils/installation";
2+
import type { AppDeclarativeHandler } from "@calcom/types/AppHandler";
3+
4+
import appConfig from "../config.json";
5+
6+
const handler: AppDeclarativeHandler = {
7+
appType: appConfig.type,
8+
variant: appConfig.variant,
9+
slug: appConfig.slug,
10+
supportsMultipleInstalls: false,
11+
handlerType: "add",
12+
createCredential: ({ appType, user, slug, teamId }) =>
13+
createDefaultInstallation({ appType, user: user, slug, key: {}, teamId }),
14+
};
15+
16+
export default handler;
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as add } from "./add";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
import { useAppContextWithSchema } from "@calcom/app-store/EventTypeAppContext";
2+
import AppCard from "@calcom/app-store/_components/AppCard";
3+
import useIsAppEnabled from "@calcom/app-store/_utils/useIsAppEnabled";
4+
import type { EventTypeAppCardComponent } from "@calcom/app-store/types";
5+
import { TextField } from "@calcom/ui";
6+
7+
import type { appDataSchema } from "../zod";
8+
9+
const EventTypeAppCard: EventTypeAppCardComponent = function EventTypeAppCard({ app, eventType }) {
10+
const { getAppData, setAppData, disabled } = useAppContextWithSchema<typeof appDataSchema>();
11+
const siteId = getAppData("SITE_ID");
12+
const { enabled, updateEnabled } = useIsAppEnabled(app);
13+
14+
return (
15+
<AppCard
16+
app={app}
17+
switchOnClick={(e) => {
18+
updateEnabled(e);
19+
}}
20+
switchChecked={enabled}
21+
teamId={eventType.team?.id || undefined}>
22+
<TextField
23+
disabled={disabled}
24+
name="Site ID"
25+
value={siteId}
26+
placeholder="Enter your Site ID"
27+
onChange={(e) => {
28+
setAppData("SITE_ID", e.target.value);
29+
}}
30+
/>
31+
</AppCard>
32+
);
33+
};
34+
35+
export default EventTypeAppCard;

packages/app-store/twipla/config.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Twipla",
3+
"slug": "twipla",
4+
"type": "twipla_analytics",
5+
"logo": "icon.svg",
6+
"url": "https://cal.com/",
7+
"variant": "analytics",
8+
"categories": ["analytics"],
9+
"publisher": "Cal.com, Inc.",
10+
"email": "help@cal.com",
11+
"description": "Twipla.com, formerly known as Visitor Analytics, is a website intelligence platform that helps you understand how visitors interact with your website.",
12+
"extendsFeature": "EventType",
13+
"appData": {
14+
"tag": {
15+
"scripts": [
16+
{
17+
"content": "(function(v, i, s, a, t) {\n v[t] = v[t] || function() {\n (v[t].v = v[t].v || []).push(arguments);\n };\n if (!v._visaSettings) {\n v._visaSettings = {};\n }\n v._visaSettings[a] = {\n v: '1.0',\n s: a,\n a: '1',\n t: t\n };\n var b = i.getElementsByTagName('body')[0];\n var p = i.createElement('script');\n p.defer = 1;\n p.async = 1;\n p.src = s + '?s=' + a;\n b.appendChild(p);\n})(window, document, '//app-worker.visitor-analytics.io/main.js', '{SITE_ID}', 'va');"
18+
}
19+
]
20+
}
21+
},
22+
"isTemplate": false,
23+
"__createdUsingCli": true,
24+
"__template": "booking-pages-tag"
25+
}

packages/app-store/twipla/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * as api from "./api";
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://json.schemastore.org/package.json",
3+
"private": true,
4+
"name": "@calcom/twipla",
5+
"version": "0.0.0",
6+
"main": "./index.ts",
7+
"dependencies": {
8+
"@calcom/lib": "*"
9+
},
10+
"devDependencies": {
11+
"@calcom/types": "*"
12+
},
13+
"description": "Twipla.com, formerly known as Visitor Analytics, is a website intelligence platform that helps you understand how visitors interact with your website."
14+
}
213 KB
Loading
+19
Loading

packages/app-store/twipla/zod.ts

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { z } from "zod";
2+
3+
import { eventTypeAppCardZod } from "@calcom/app-store/eventTypeAppCardZod";
4+
5+
export const appDataSchema = eventTypeAppCardZod.merge(
6+
z.object({
7+
SITE_ID: z.string().optional(),
8+
})
9+
);
10+
11+
export const appKeysSchema = z.object({});

0 commit comments

Comments
 (0)