@speakai/shared 1.3.1
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/README.md +28 -0
- package/dist/enums/activities.d.ts +9 -0
- package/dist/enums/activities.d.ts.map +1 -0
- package/dist/enums/activities.js +13 -0
- package/dist/enums/activities.js.map +1 -0
- package/dist/enums/auth.d.ts +14 -0
- package/dist/enums/auth.d.ts.map +1 -0
- package/dist/enums/auth.js +19 -0
- package/dist/enums/auth.js.map +1 -0
- package/dist/enums/automation.d.ts +29 -0
- package/dist/enums/automation.d.ts.map +1 -0
- package/dist/enums/automation.js +37 -0
- package/dist/enums/automation.js.map +1 -0
- package/dist/enums/calendar.d.ts +16 -0
- package/dist/enums/calendar.d.ts.map +1 -0
- package/dist/enums/calendar.js +22 -0
- package/dist/enums/calendar.js.map +1 -0
- package/dist/enums/clip.d.ts +12 -0
- package/dist/enums/clip.d.ts.map +1 -0
- package/dist/enums/clip.js +17 -0
- package/dist/enums/clip.js.map +1 -0
- package/dist/enums/domain.d.ts +12 -0
- package/dist/enums/domain.d.ts.map +1 -0
- package/dist/enums/domain.js +17 -0
- package/dist/enums/domain.js.map +1 -0
- package/dist/enums/embed.d.ts +10 -0
- package/dist/enums/embed.d.ts.map +1 -0
- package/dist/enums/embed.js +15 -0
- package/dist/enums/embed.js.map +1 -0
- package/dist/enums/export.d.ts +18 -0
- package/dist/enums/export.d.ts.map +1 -0
- package/dist/enums/export.js +22 -0
- package/dist/enums/export.js.map +1 -0
- package/dist/enums/fields.d.ts +25 -0
- package/dist/enums/fields.d.ts.map +1 -0
- package/dist/enums/fields.js +31 -0
- package/dist/enums/fields.js.map +1 -0
- package/dist/enums/filter.d.ts +25 -0
- package/dist/enums/filter.d.ts.map +1 -0
- package/dist/enums/filter.js +31 -0
- package/dist/enums/filter.js.map +1 -0
- package/dist/enums/index.d.ts +23 -0
- package/dist/enums/index.d.ts.map +1 -0
- package/dist/enums/index.js +39 -0
- package/dist/enums/index.js.map +1 -0
- package/dist/enums/media.d.ts +63 -0
- package/dist/enums/media.d.ts.map +1 -0
- package/dist/enums/media.js +72 -0
- package/dist/enums/media.js.map +1 -0
- package/dist/enums/meeting.d.ts +62 -0
- package/dist/enums/meeting.d.ts.map +1 -0
- package/dist/enums/meeting.js +74 -0
- package/dist/enums/meeting.js.map +1 -0
- package/dist/enums/notification.d.ts +43 -0
- package/dist/enums/notification.d.ts.map +1 -0
- package/dist/enums/notification.js +48 -0
- package/dist/enums/notification.js.map +1 -0
- package/dist/enums/prompt.d.ts +43 -0
- package/dist/enums/prompt.d.ts.map +1 -0
- package/dist/enums/prompt.js +51 -0
- package/dist/enums/prompt.js.map +1 -0
- package/dist/enums/recorder.d.ts +21 -0
- package/dist/enums/recorder.d.ts.map +1 -0
- package/dist/enums/recorder.js +27 -0
- package/dist/enums/recorder.js.map +1 -0
- package/dist/enums/subscription.d.ts +17 -0
- package/dist/enums/subscription.d.ts.map +1 -0
- package/dist/enums/subscription.js +22 -0
- package/dist/enums/subscription.js.map +1 -0
- package/dist/enums/team.d.ts +7 -0
- package/dist/enums/team.d.ts.map +1 -0
- package/dist/enums/team.js +11 -0
- package/dist/enums/team.js.map +1 -0
- package/dist/enums/transaction.d.ts +26 -0
- package/dist/enums/transaction.d.ts.map +1 -0
- package/dist/enums/transaction.js +32 -0
- package/dist/enums/transaction.js.map +1 -0
- package/dist/enums/transcription.d.ts +98 -0
- package/dist/enums/transcription.d.ts.map +1 -0
- package/dist/enums/transcription.js +104 -0
- package/dist/enums/transcription.js.map +1 -0
- package/dist/enums/translation.d.ts +17 -0
- package/dist/enums/translation.d.ts.map +1 -0
- package/dist/enums/translation.js +22 -0
- package/dist/enums/translation.js.map +1 -0
- package/dist/enums/user.d.ts +39 -0
- package/dist/enums/user.d.ts.map +1 -0
- package/dist/enums/user.js +45 -0
- package/dist/enums/user.js.map +1 -0
- package/dist/enums/webhook.d.ts +25 -0
- package/dist/enums/webhook.d.ts.map +1 -0
- package/dist/enums/webhook.js +30 -0
- package/dist/enums/webhook.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -0
- package/dist/interfaces/api.d.ts +20 -0
- package/dist/interfaces/api.d.ts.map +1 -0
- package/dist/interfaces/api.js +3 -0
- package/dist/interfaces/api.js.map +1 -0
- package/dist/interfaces/automation.d.ts +46 -0
- package/dist/interfaces/automation.d.ts.map +1 -0
- package/dist/interfaces/automation.js +3 -0
- package/dist/interfaces/automation.js.map +1 -0
- package/dist/interfaces/calendar.d.ts +38 -0
- package/dist/interfaces/calendar.d.ts.map +1 -0
- package/dist/interfaces/calendar.js +3 -0
- package/dist/interfaces/calendar.js.map +1 -0
- package/dist/interfaces/category.d.ts +6 -0
- package/dist/interfaces/category.d.ts.map +1 -0
- package/dist/interfaces/category.js +3 -0
- package/dist/interfaces/category.js.map +1 -0
- package/dist/interfaces/embed.d.ts +43 -0
- package/dist/interfaces/embed.d.ts.map +1 -0
- package/dist/interfaces/embed.js +3 -0
- package/dist/interfaces/embed.js.map +1 -0
- package/dist/interfaces/export.d.ts +18 -0
- package/dist/interfaces/export.d.ts.map +1 -0
- package/dist/interfaces/export.js +3 -0
- package/dist/interfaces/export.js.map +1 -0
- package/dist/interfaces/field.d.ts +23 -0
- package/dist/interfaces/field.d.ts.map +1 -0
- package/dist/interfaces/field.js +3 -0
- package/dist/interfaces/field.js.map +1 -0
- package/dist/interfaces/folder.d.ts +54 -0
- package/dist/interfaces/folder.d.ts.map +1 -0
- package/dist/interfaces/folder.js +3 -0
- package/dist/interfaces/folder.js.map +1 -0
- package/dist/interfaces/index.d.ts +18 -0
- package/dist/interfaces/index.d.ts.map +1 -0
- package/dist/interfaces/index.js +34 -0
- package/dist/interfaces/index.js.map +1 -0
- package/dist/interfaces/media.d.ts +174 -0
- package/dist/interfaces/media.d.ts.map +1 -0
- package/dist/interfaces/media.js +3 -0
- package/dist/interfaces/media.js.map +1 -0
- package/dist/interfaces/meeting.d.ts +47 -0
- package/dist/interfaces/meeting.d.ts.map +1 -0
- package/dist/interfaces/meeting.js +3 -0
- package/dist/interfaces/meeting.js.map +1 -0
- package/dist/interfaces/prompt.d.ts +66 -0
- package/dist/interfaces/prompt.d.ts.map +1 -0
- package/dist/interfaces/prompt.js +3 -0
- package/dist/interfaces/prompt.js.map +1 -0
- package/dist/interfaces/recorder.d.ts +115 -0
- package/dist/interfaces/recorder.d.ts.map +1 -0
- package/dist/interfaces/recorder.js +3 -0
- package/dist/interfaces/recorder.js.map +1 -0
- package/dist/interfaces/service-types.d.ts +106 -0
- package/dist/interfaces/service-types.d.ts.map +1 -0
- package/dist/interfaces/service-types.js +3 -0
- package/dist/interfaces/service-types.js.map +1 -0
- package/dist/interfaces/subscription.d.ts +59 -0
- package/dist/interfaces/subscription.d.ts.map +1 -0
- package/dist/interfaces/subscription.js +3 -0
- package/dist/interfaces/subscription.js.map +1 -0
- package/dist/interfaces/text.d.ts +44 -0
- package/dist/interfaces/text.d.ts.map +1 -0
- package/dist/interfaces/text.js +3 -0
- package/dist/interfaces/text.js.map +1 -0
- package/dist/interfaces/transcript.d.ts +22 -0
- package/dist/interfaces/transcript.d.ts.map +1 -0
- package/dist/interfaces/transcript.js +3 -0
- package/dist/interfaces/transcript.js.map +1 -0
- package/dist/interfaces/user.d.ts +88 -0
- package/dist/interfaces/user.d.ts.map +1 -0
- package/dist/interfaces/user.js +3 -0
- package/dist/interfaces/user.js.map +1 -0
- package/dist/interfaces/webhook.d.ts +35 -0
- package/dist/interfaces/webhook.d.ts.map +1 -0
- package/dist/interfaces/webhook.js +3 -0
- package/dist/interfaces/webhook.js.map +1 -0
- package/package.json +45 -0
package/README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# @speakai/shared
|
|
2
|
+
|
|
3
|
+
Shared TypeScript types, enums, and interfaces for the [Speak AI](https://speakai.co) platform.
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@speakai/shared)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
|
|
8
|
+
## Install
|
|
9
|
+
|
|
10
|
+
```sh
|
|
11
|
+
npm install @speakai/shared
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## What's included
|
|
15
|
+
|
|
16
|
+
- **21 enum modules** — media types, states, assistant types, filters, meeting platforms, webhook events, user roles, and more
|
|
17
|
+
- **17 interface modules** — API responses, media, prompts, transcripts, folders, meetings, recorders, webhooks, and more
|
|
18
|
+
|
|
19
|
+
Full types are available via your IDE's autocomplete after installing.
|
|
20
|
+
|
|
21
|
+
## Related
|
|
22
|
+
|
|
23
|
+
- [@speakai/mcp-server](https://github.com/speakai/speakai-mcp) — MCP Server & CLI for Speak AI
|
|
24
|
+
- [Speak AI](https://speakai.co) — Transcription, analysis, and media intelligence platform
|
|
25
|
+
|
|
26
|
+
## License
|
|
27
|
+
|
|
28
|
+
MIT
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare enum ActivityType {
|
|
2
|
+
MEDIA_ANALYSIS = "mediaAnalysis",
|
|
3
|
+
MEDIA_TRANSCRIPTION = "mediaTranscription",
|
|
4
|
+
TEXT_NOTE_ANALYZED = "textNoteAnalyzed",
|
|
5
|
+
RECORDING_RECEIVED = "recordingReceived",
|
|
6
|
+
RECORDER_CREATED = "recorderCreated",
|
|
7
|
+
MEETING_ASSISTANT = "meetingAssistant"
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=activities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activities.d.ts","sourceRoot":"","sources":["../../src/enums/activities.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,cAAc,kBAAkB;IAChC,mBAAmB,uBAAuB;IAC1C,kBAAkB,qBAAqB;IACvC,kBAAkB,sBAAsB;IACxC,gBAAgB,oBAAoB;IACpC,iBAAiB,qBAAqB;CACvC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActivityType = void 0;
|
|
4
|
+
var ActivityType;
|
|
5
|
+
(function (ActivityType) {
|
|
6
|
+
ActivityType["MEDIA_ANALYSIS"] = "mediaAnalysis";
|
|
7
|
+
ActivityType["MEDIA_TRANSCRIPTION"] = "mediaTranscription";
|
|
8
|
+
ActivityType["TEXT_NOTE_ANALYZED"] = "textNoteAnalyzed";
|
|
9
|
+
ActivityType["RECORDING_RECEIVED"] = "recordingReceived";
|
|
10
|
+
ActivityType["RECORDER_CREATED"] = "recorderCreated";
|
|
11
|
+
ActivityType["MEETING_ASSISTANT"] = "meetingAssistant";
|
|
12
|
+
})(ActivityType || (exports.ActivityType = ActivityType = {}));
|
|
13
|
+
//# sourceMappingURL=activities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activities.js","sourceRoot":"","sources":["../../src/enums/activities.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAOX;AAPD,WAAY,YAAY;IACtB,gDAAgC,CAAA;IAChC,0DAA0C,CAAA;IAC1C,uDAAuC,CAAA;IACvC,wDAAwC,CAAA;IACxC,oDAAoC,CAAA;IACpC,sDAAsC,CAAA;AACxC,CAAC,EAPW,YAAY,4BAAZ,YAAY,QAOvB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare enum SSOType {
|
|
2
|
+
GOOGLE = "google",
|
|
3
|
+
MICROSOFT = "microsoft",
|
|
4
|
+
APPLE = "apple",
|
|
5
|
+
FACEBOOK = "facebook"
|
|
6
|
+
}
|
|
7
|
+
export declare enum DevicePlatform {
|
|
8
|
+
IOS = "ios",
|
|
9
|
+
ANDROID = "android",
|
|
10
|
+
WEB = "web",
|
|
11
|
+
ELECTRON = "electron",
|
|
12
|
+
API = "api"
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=auth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/enums/auth.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,QAAQ,aAAa;CACtB;AAED,oBAAY,cAAc;IACxB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,GAAG,QAAQ;CACZ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DevicePlatform = exports.SSOType = void 0;
|
|
4
|
+
var SSOType;
|
|
5
|
+
(function (SSOType) {
|
|
6
|
+
SSOType["GOOGLE"] = "google";
|
|
7
|
+
SSOType["MICROSOFT"] = "microsoft";
|
|
8
|
+
SSOType["APPLE"] = "apple";
|
|
9
|
+
SSOType["FACEBOOK"] = "facebook";
|
|
10
|
+
})(SSOType || (exports.SSOType = SSOType = {}));
|
|
11
|
+
var DevicePlatform;
|
|
12
|
+
(function (DevicePlatform) {
|
|
13
|
+
DevicePlatform["IOS"] = "ios";
|
|
14
|
+
DevicePlatform["ANDROID"] = "android";
|
|
15
|
+
DevicePlatform["WEB"] = "web";
|
|
16
|
+
DevicePlatform["ELECTRON"] = "electron";
|
|
17
|
+
DevicePlatform["API"] = "api";
|
|
18
|
+
})(DevicePlatform || (exports.DevicePlatform = DevicePlatform = {}));
|
|
19
|
+
//# sourceMappingURL=auth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.js","sourceRoot":"","sources":["../../src/enums/auth.ts"],"names":[],"mappings":";;;AAAA,IAAY,OAKX;AALD,WAAY,OAAO;IACjB,4BAAiB,CAAA;IACjB,kCAAuB,CAAA;IACvB,0BAAe,CAAA;IACf,gCAAqB,CAAA;AACvB,CAAC,EALW,OAAO,uBAAP,OAAO,QAKlB;AAED,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,6BAAW,CAAA;IACX,qCAAmB,CAAA;IACnB,6BAAW,CAAA;IACX,uCAAqB,CAAA;IACrB,6BAAW,CAAA;AACb,CAAC,EANW,cAAc,8BAAd,cAAc,QAMzB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare enum AutomationTrigger {
|
|
2
|
+
FOLDERS = "folders",
|
|
3
|
+
TAGS = "tags",
|
|
4
|
+
KEYWORDS = "keywords"
|
|
5
|
+
}
|
|
6
|
+
export declare enum AutomationAction {
|
|
7
|
+
MAGIC_PROMPT = "magic-prompt",
|
|
8
|
+
TRANSLATION = "translation"
|
|
9
|
+
}
|
|
10
|
+
export declare enum AutomationRunType {
|
|
11
|
+
INSTANT = "instant",
|
|
12
|
+
SCHEDULE = "schedule"
|
|
13
|
+
}
|
|
14
|
+
export declare enum AutomationScheduleTimePeriod {
|
|
15
|
+
TODAY = "today",
|
|
16
|
+
YESTERDAY = "yesterday",
|
|
17
|
+
LAST_7_DAYS = "last7days",
|
|
18
|
+
LAST_14_DAYS = "last14days",
|
|
19
|
+
THIS_WEEK = "thisWeek"
|
|
20
|
+
}
|
|
21
|
+
export declare enum AssistantType {
|
|
22
|
+
RESEARCHER = "researcher",
|
|
23
|
+
MARKETER = "marketer",
|
|
24
|
+
SALES = "sales",
|
|
25
|
+
GENERAL = "general",
|
|
26
|
+
RECRUITER = "recruiter",
|
|
27
|
+
CUSTOM = "custom"
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=automation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automation.d.ts","sourceRoot":"","sources":["../../src/enums/automation.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,QAAQ,aAAa;CACtB;AAED,oBAAY,gBAAgB;IAC1B,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;CAC5B;AAED,oBAAY,iBAAiB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;CACtB;AAED,oBAAY,4BAA4B;IACtC,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,WAAW,cAAc;IACzB,YAAY,eAAe;IAC3B,SAAS,aAAa;CACvB;AAED,oBAAY,aAAa;IACvB,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssistantType = exports.AutomationScheduleTimePeriod = exports.AutomationRunType = exports.AutomationAction = exports.AutomationTrigger = void 0;
|
|
4
|
+
var AutomationTrigger;
|
|
5
|
+
(function (AutomationTrigger) {
|
|
6
|
+
AutomationTrigger["FOLDERS"] = "folders";
|
|
7
|
+
AutomationTrigger["TAGS"] = "tags";
|
|
8
|
+
AutomationTrigger["KEYWORDS"] = "keywords";
|
|
9
|
+
})(AutomationTrigger || (exports.AutomationTrigger = AutomationTrigger = {}));
|
|
10
|
+
var AutomationAction;
|
|
11
|
+
(function (AutomationAction) {
|
|
12
|
+
AutomationAction["MAGIC_PROMPT"] = "magic-prompt";
|
|
13
|
+
AutomationAction["TRANSLATION"] = "translation";
|
|
14
|
+
})(AutomationAction || (exports.AutomationAction = AutomationAction = {}));
|
|
15
|
+
var AutomationRunType;
|
|
16
|
+
(function (AutomationRunType) {
|
|
17
|
+
AutomationRunType["INSTANT"] = "instant";
|
|
18
|
+
AutomationRunType["SCHEDULE"] = "schedule";
|
|
19
|
+
})(AutomationRunType || (exports.AutomationRunType = AutomationRunType = {}));
|
|
20
|
+
var AutomationScheduleTimePeriod;
|
|
21
|
+
(function (AutomationScheduleTimePeriod) {
|
|
22
|
+
AutomationScheduleTimePeriod["TODAY"] = "today";
|
|
23
|
+
AutomationScheduleTimePeriod["YESTERDAY"] = "yesterday";
|
|
24
|
+
AutomationScheduleTimePeriod["LAST_7_DAYS"] = "last7days";
|
|
25
|
+
AutomationScheduleTimePeriod["LAST_14_DAYS"] = "last14days";
|
|
26
|
+
AutomationScheduleTimePeriod["THIS_WEEK"] = "thisWeek";
|
|
27
|
+
})(AutomationScheduleTimePeriod || (exports.AutomationScheduleTimePeriod = AutomationScheduleTimePeriod = {}));
|
|
28
|
+
var AssistantType;
|
|
29
|
+
(function (AssistantType) {
|
|
30
|
+
AssistantType["RESEARCHER"] = "researcher";
|
|
31
|
+
AssistantType["MARKETER"] = "marketer";
|
|
32
|
+
AssistantType["SALES"] = "sales";
|
|
33
|
+
AssistantType["GENERAL"] = "general";
|
|
34
|
+
AssistantType["RECRUITER"] = "recruiter";
|
|
35
|
+
AssistantType["CUSTOM"] = "custom";
|
|
36
|
+
})(AssistantType || (exports.AssistantType = AssistantType = {}));
|
|
37
|
+
//# sourceMappingURL=automation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automation.js","sourceRoot":"","sources":["../../src/enums/automation.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,kCAAa,CAAA;IACb,0CAAqB,CAAA;AACvB,CAAC,EAJW,iBAAiB,iCAAjB,iBAAiB,QAI5B;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,iDAA6B,CAAA;IAC7B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,wCAAmB,CAAA;IACnB,0CAAqB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAED,IAAY,4BAMX;AAND,WAAY,4BAA4B;IACtC,+CAAe,CAAA;IACf,uDAAuB,CAAA;IACvB,yDAAyB,CAAA;IACzB,2DAA2B,CAAA;IAC3B,sDAAsB,CAAA;AACxB,CAAC,EANW,4BAA4B,4CAA5B,4BAA4B,QAMvC;AAED,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,wCAAuB,CAAA;IACvB,kCAAiB,CAAA;AACnB,CAAC,EAPW,aAAa,6BAAb,aAAa,QAOxB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum CalendarType {
|
|
2
|
+
GOOGLE = "google",
|
|
3
|
+
OUTLOOK = "outlook"
|
|
4
|
+
}
|
|
5
|
+
export declare enum EventStatus {
|
|
6
|
+
CONFIRMED = "confirmed",
|
|
7
|
+
CANCELLED = "cancelled"
|
|
8
|
+
}
|
|
9
|
+
export declare enum AutoJoinStatus {
|
|
10
|
+
NONE = "none",
|
|
11
|
+
INVITE_ASSISTANT = "inviteAssistant",
|
|
12
|
+
ALL_MEETINGS = "allMeetings",
|
|
13
|
+
HOST = "host",
|
|
14
|
+
SPEAK_TEAM_MEMBERS_NOT_HOST = "speakTeamMembersNotHost"
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../src/enums/calendar.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,oBAAY,WAAW;IACrB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB;AAED,oBAAY,cAAc;IACxB,IAAI,SAAS;IACb,gBAAgB,oBAAoB;IACpC,YAAY,gBAAgB;IAC5B,IAAI,SAAS;IACb,2BAA2B,4BAA4B;CACxD"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoJoinStatus = exports.EventStatus = exports.CalendarType = void 0;
|
|
4
|
+
var CalendarType;
|
|
5
|
+
(function (CalendarType) {
|
|
6
|
+
CalendarType["GOOGLE"] = "google";
|
|
7
|
+
CalendarType["OUTLOOK"] = "outlook";
|
|
8
|
+
})(CalendarType || (exports.CalendarType = CalendarType = {}));
|
|
9
|
+
var EventStatus;
|
|
10
|
+
(function (EventStatus) {
|
|
11
|
+
EventStatus["CONFIRMED"] = "confirmed";
|
|
12
|
+
EventStatus["CANCELLED"] = "cancelled";
|
|
13
|
+
})(EventStatus || (exports.EventStatus = EventStatus = {}));
|
|
14
|
+
var AutoJoinStatus;
|
|
15
|
+
(function (AutoJoinStatus) {
|
|
16
|
+
AutoJoinStatus["NONE"] = "none";
|
|
17
|
+
AutoJoinStatus["INVITE_ASSISTANT"] = "inviteAssistant";
|
|
18
|
+
AutoJoinStatus["ALL_MEETINGS"] = "allMeetings";
|
|
19
|
+
AutoJoinStatus["HOST"] = "host";
|
|
20
|
+
AutoJoinStatus["SPEAK_TEAM_MEMBERS_NOT_HOST"] = "speakTeamMembersNotHost";
|
|
21
|
+
})(AutoJoinStatus || (exports.AutoJoinStatus = AutoJoinStatus = {}));
|
|
22
|
+
//# sourceMappingURL=calendar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.js","sourceRoot":"","sources":["../../src/enums/calendar.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,mCAAmB,CAAA;AACrB,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AACzB,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB;AAED,IAAY,cAMX;AAND,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,sDAAoC,CAAA;IACpC,8CAA4B,CAAA;IAC5B,+BAAa,CAAA;IACb,yEAAuD,CAAA;AACzD,CAAC,EANW,cAAc,8BAAd,cAAc,QAMzB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare enum ClipState {
|
|
2
|
+
QUEUED = "queued",
|
|
3
|
+
PROCESSING = "processing",
|
|
4
|
+
COMPLETED = "completed",
|
|
5
|
+
FAILED = "failed"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ClipGenerationSource {
|
|
8
|
+
MANUAL = "manual",
|
|
9
|
+
CHAT = "chat",
|
|
10
|
+
AI = "ai"
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=clip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clip.d.ts","sourceRoot":"","sources":["../../src/enums/clip.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,MAAM,WAAW;CAClB;AAED,oBAAY,oBAAoB;IAC9B,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,EAAE,OAAO;CACV"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ClipGenerationSource = exports.ClipState = void 0;
|
|
4
|
+
var ClipState;
|
|
5
|
+
(function (ClipState) {
|
|
6
|
+
ClipState["QUEUED"] = "queued";
|
|
7
|
+
ClipState["PROCESSING"] = "processing";
|
|
8
|
+
ClipState["COMPLETED"] = "completed";
|
|
9
|
+
ClipState["FAILED"] = "failed";
|
|
10
|
+
})(ClipState || (exports.ClipState = ClipState = {}));
|
|
11
|
+
var ClipGenerationSource;
|
|
12
|
+
(function (ClipGenerationSource) {
|
|
13
|
+
ClipGenerationSource["MANUAL"] = "manual";
|
|
14
|
+
ClipGenerationSource["CHAT"] = "chat";
|
|
15
|
+
ClipGenerationSource["AI"] = "ai";
|
|
16
|
+
})(ClipGenerationSource || (exports.ClipGenerationSource = ClipGenerationSource = {}));
|
|
17
|
+
//# sourceMappingURL=clip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clip.js","sourceRoot":"","sources":["../../src/enums/clip.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,sCAAyB,CAAA;IACzB,oCAAuB,CAAA;IACvB,8BAAiB,CAAA;AACnB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAED,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,yCAAiB,CAAA;IACjB,qCAAa,CAAA;IACb,iCAAS,CAAA;AACX,CAAC,EAJW,oBAAoB,oCAApB,oBAAoB,QAI/B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare enum ServiceType {
|
|
2
|
+
RECORDER = "recorder",
|
|
3
|
+
PLAYER = "player",
|
|
4
|
+
LIBRARY = "library"
|
|
5
|
+
}
|
|
6
|
+
export declare enum VerificationStatus {
|
|
7
|
+
PENDING = "pending",
|
|
8
|
+
VERIFIED = "verified",
|
|
9
|
+
FAILED = "failed",
|
|
10
|
+
ACTIVE = "active"
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=domain.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../src/enums/domain.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,oBAAY,kBAAkB;IAC5B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VerificationStatus = exports.ServiceType = void 0;
|
|
4
|
+
var ServiceType;
|
|
5
|
+
(function (ServiceType) {
|
|
6
|
+
ServiceType["RECORDER"] = "recorder";
|
|
7
|
+
ServiceType["PLAYER"] = "player";
|
|
8
|
+
ServiceType["LIBRARY"] = "library";
|
|
9
|
+
})(ServiceType || (exports.ServiceType = ServiceType = {}));
|
|
10
|
+
var VerificationStatus;
|
|
11
|
+
(function (VerificationStatus) {
|
|
12
|
+
VerificationStatus["PENDING"] = "pending";
|
|
13
|
+
VerificationStatus["VERIFIED"] = "verified";
|
|
14
|
+
VerificationStatus["FAILED"] = "failed";
|
|
15
|
+
VerificationStatus["ACTIVE"] = "active";
|
|
16
|
+
})(VerificationStatus || (exports.VerificationStatus = VerificationStatus = {}));
|
|
17
|
+
//# sourceMappingURL=domain.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../../src/enums/domain.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,kCAAmB,CAAA;AACrB,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;AAED,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;AACnB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum EmbedType {
|
|
2
|
+
MEDIA_PLAYER = "mediaPlayer",
|
|
3
|
+
REPOSITORY = "repository"
|
|
4
|
+
}
|
|
5
|
+
export declare enum ImageSelectionType {
|
|
6
|
+
LOGO = "logo",
|
|
7
|
+
BACKGROUND_IMG = "backgroundImg",
|
|
8
|
+
MEETING_ASSISTANT = "meetingAssistant"
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=embed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"embed.d.ts","sourceRoot":"","sources":["../../src/enums/embed.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,YAAY,gBAAgB;IAC5B,UAAU,eAAe;CAC1B;AAED,oBAAY,kBAAkB;IAC5B,IAAI,SAAS;IACb,cAAc,kBAAkB;IAChC,iBAAiB,qBAAqB;CACvC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ImageSelectionType = exports.EmbedType = void 0;
|
|
4
|
+
var EmbedType;
|
|
5
|
+
(function (EmbedType) {
|
|
6
|
+
EmbedType["MEDIA_PLAYER"] = "mediaPlayer";
|
|
7
|
+
EmbedType["REPOSITORY"] = "repository";
|
|
8
|
+
})(EmbedType || (exports.EmbedType = EmbedType = {}));
|
|
9
|
+
var ImageSelectionType;
|
|
10
|
+
(function (ImageSelectionType) {
|
|
11
|
+
ImageSelectionType["LOGO"] = "logo";
|
|
12
|
+
ImageSelectionType["BACKGROUND_IMG"] = "backgroundImg";
|
|
13
|
+
ImageSelectionType["MEETING_ASSISTANT"] = "meetingAssistant";
|
|
14
|
+
})(ImageSelectionType || (exports.ImageSelectionType = ImageSelectionType = {}));
|
|
15
|
+
//# sourceMappingURL=embed.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"embed.js","sourceRoot":"","sources":["../../src/enums/embed.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,yCAA4B,CAAA;IAC5B,sCAAyB,CAAA;AAC3B,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,sDAAgC,CAAA;IAChC,4DAAsC,CAAA;AACxC,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare enum ExportFormatType {
|
|
2
|
+
CSV = "csv",
|
|
3
|
+
CSV_INSIGHTS = "csv-insights",
|
|
4
|
+
CSV_TRANSCRIPT = "csv-transcript",
|
|
5
|
+
CSV_TRANSCRIPT_WITH_SENTIMENT = "csv-transcript-sentiment",
|
|
6
|
+
CSV_TEXT_WITH_SENTIMENT = "csv-text-sentiment",
|
|
7
|
+
DOCX = "docx",
|
|
8
|
+
HTML = "html",
|
|
9
|
+
JSON = "json",
|
|
10
|
+
PDF = "pdf",
|
|
11
|
+
SOURCEFILE = "sourceFile",
|
|
12
|
+
SRT = "srt",
|
|
13
|
+
TTML = "ttml",
|
|
14
|
+
TXT = "txt",
|
|
15
|
+
VTT = "vtt",
|
|
16
|
+
MP4 = "mp4"
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=export.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../src/enums/export.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,GAAG,QAAQ;IACX,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,6BAA6B,6BAA6B;IAC1D,uBAAuB,uBAAuB;IAC9C,IAAI,SAAS;IACb,IAAI,SAAS;IACb,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;CACZ"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExportFormatType = void 0;
|
|
4
|
+
var ExportFormatType;
|
|
5
|
+
(function (ExportFormatType) {
|
|
6
|
+
ExportFormatType["CSV"] = "csv";
|
|
7
|
+
ExportFormatType["CSV_INSIGHTS"] = "csv-insights";
|
|
8
|
+
ExportFormatType["CSV_TRANSCRIPT"] = "csv-transcript";
|
|
9
|
+
ExportFormatType["CSV_TRANSCRIPT_WITH_SENTIMENT"] = "csv-transcript-sentiment";
|
|
10
|
+
ExportFormatType["CSV_TEXT_WITH_SENTIMENT"] = "csv-text-sentiment";
|
|
11
|
+
ExportFormatType["DOCX"] = "docx";
|
|
12
|
+
ExportFormatType["HTML"] = "html";
|
|
13
|
+
ExportFormatType["JSON"] = "json";
|
|
14
|
+
ExportFormatType["PDF"] = "pdf";
|
|
15
|
+
ExportFormatType["SOURCEFILE"] = "sourceFile";
|
|
16
|
+
ExportFormatType["SRT"] = "srt";
|
|
17
|
+
ExportFormatType["TTML"] = "ttml";
|
|
18
|
+
ExportFormatType["TXT"] = "txt";
|
|
19
|
+
ExportFormatType["VTT"] = "vtt";
|
|
20
|
+
ExportFormatType["MP4"] = "mp4";
|
|
21
|
+
})(ExportFormatType || (exports.ExportFormatType = ExportFormatType = {}));
|
|
22
|
+
//# sourceMappingURL=export.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.js","sourceRoot":"","sources":["../../src/enums/export.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAgBX;AAhBD,WAAY,gBAAgB;IAC1B,+BAAW,CAAA;IACX,iDAA6B,CAAA;IAC7B,qDAAiC,CAAA;IACjC,8EAA0D,CAAA;IAC1D,kEAA8C,CAAA;IAC9C,iCAAa,CAAA;IACb,iCAAa,CAAA;IACb,iCAAa,CAAA;IACb,+BAAW,CAAA;IACX,6CAAyB,CAAA;IACzB,+BAAW,CAAA;IACX,iCAAa,CAAA;IACb,+BAAW,CAAA;IACX,+BAAW,CAAA;IACX,+BAAW,CAAA;AACb,CAAC,EAhBW,gBAAgB,gCAAhB,gBAAgB,QAgB3B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare enum FieldType {
|
|
2
|
+
TEXT = "text",
|
|
3
|
+
URL = "url",
|
|
4
|
+
BOOLEAN = "boolean",
|
|
5
|
+
DATE = "date",
|
|
6
|
+
DATETIME = "datetime",
|
|
7
|
+
NUMBER = "number",
|
|
8
|
+
CURRENCY = "currency"
|
|
9
|
+
}
|
|
10
|
+
export declare enum AllowedValuesMode {
|
|
11
|
+
SINGLE = "single",
|
|
12
|
+
MULTIPLE = "multiple"
|
|
13
|
+
}
|
|
14
|
+
export declare enum DefaultViewColumn {
|
|
15
|
+
NAME = "name",
|
|
16
|
+
DURATION = "duration",
|
|
17
|
+
TAGS = "tags",
|
|
18
|
+
SENTIMENT = "sentiment",
|
|
19
|
+
DATETIME = "datetime",
|
|
20
|
+
SIZE = "size",
|
|
21
|
+
MEDIA_TYPE = "mediaType",
|
|
22
|
+
CREATED_AT = "createdAt",
|
|
23
|
+
UPDATED_AT = "updatedAt"
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=fields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fields.d.ts","sourceRoot":"","sources":["../../src/enums/fields.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,QAAQ,aAAa;CACtB;AAED,oBAAY,iBAAiB;IAC3B,MAAM,WAAW;IACjB,QAAQ,aAAa;CACtB;AAED,oBAAY,iBAAiB;IAC3B,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,UAAU,cAAc;IACxB,UAAU,cAAc;IACxB,UAAU,cAAc;CACzB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DefaultViewColumn = exports.AllowedValuesMode = exports.FieldType = void 0;
|
|
4
|
+
var FieldType;
|
|
5
|
+
(function (FieldType) {
|
|
6
|
+
FieldType["TEXT"] = "text";
|
|
7
|
+
FieldType["URL"] = "url";
|
|
8
|
+
FieldType["BOOLEAN"] = "boolean";
|
|
9
|
+
FieldType["DATE"] = "date";
|
|
10
|
+
FieldType["DATETIME"] = "datetime";
|
|
11
|
+
FieldType["NUMBER"] = "number";
|
|
12
|
+
FieldType["CURRENCY"] = "currency";
|
|
13
|
+
})(FieldType || (exports.FieldType = FieldType = {}));
|
|
14
|
+
var AllowedValuesMode;
|
|
15
|
+
(function (AllowedValuesMode) {
|
|
16
|
+
AllowedValuesMode["SINGLE"] = "single";
|
|
17
|
+
AllowedValuesMode["MULTIPLE"] = "multiple";
|
|
18
|
+
})(AllowedValuesMode || (exports.AllowedValuesMode = AllowedValuesMode = {}));
|
|
19
|
+
var DefaultViewColumn;
|
|
20
|
+
(function (DefaultViewColumn) {
|
|
21
|
+
DefaultViewColumn["NAME"] = "name";
|
|
22
|
+
DefaultViewColumn["DURATION"] = "duration";
|
|
23
|
+
DefaultViewColumn["TAGS"] = "tags";
|
|
24
|
+
DefaultViewColumn["SENTIMENT"] = "sentiment";
|
|
25
|
+
DefaultViewColumn["DATETIME"] = "datetime";
|
|
26
|
+
DefaultViewColumn["SIZE"] = "size";
|
|
27
|
+
DefaultViewColumn["MEDIA_TYPE"] = "mediaType";
|
|
28
|
+
DefaultViewColumn["CREATED_AT"] = "createdAt";
|
|
29
|
+
DefaultViewColumn["UPDATED_AT"] = "updatedAt";
|
|
30
|
+
})(DefaultViewColumn || (exports.DefaultViewColumn = DefaultViewColumn = {}));
|
|
31
|
+
//# sourceMappingURL=fields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../src/enums/fields.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAQX;AARD,WAAY,SAAS;IACnB,0BAAa,CAAA;IACb,wBAAW,CAAA;IACX,gCAAmB,CAAA;IACnB,0BAAa,CAAA;IACb,kCAAqB,CAAA;IACrB,8BAAiB,CAAA;IACjB,kCAAqB,CAAA;AACvB,CAAC,EARW,SAAS,yBAAT,SAAS,QAQpB;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B;AAED,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC3B,kCAAa,CAAA;IACb,0CAAqB,CAAA;IACrB,kCAAa,CAAA;IACb,4CAAuB,CAAA;IACvB,0CAAqB,CAAA;IACrB,kCAAa,CAAA;IACb,6CAAwB,CAAA;IACxB,6CAAwB,CAAA;IACxB,6CAAwB,CAAA;AAC1B,CAAC,EAVW,iBAAiB,iCAAjB,iBAAiB,QAU5B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare enum FilterFieldName {
|
|
2
|
+
CATEGORY = "category",
|
|
3
|
+
FOLDER_ID = "folderId",
|
|
4
|
+
MEDIA_ID = "mediaId",
|
|
5
|
+
MEDIA_TYPE = "mediaType",
|
|
6
|
+
SENTIMENT_NEGATIVE = "sentimentNegative",
|
|
7
|
+
SENTIMENT_POSITIVE = "sentimentPositive",
|
|
8
|
+
SPEAKER = "speaker",
|
|
9
|
+
TAGS = "tags",
|
|
10
|
+
RECORDER_ID = "recorderId",
|
|
11
|
+
FIELDS = "fields"
|
|
12
|
+
}
|
|
13
|
+
export declare enum FilterOperator {
|
|
14
|
+
INCLUDE = "include",
|
|
15
|
+
NOT_INCLUDE = "notInclude",
|
|
16
|
+
CONTAIN = "contain",
|
|
17
|
+
NOT_CONTAIN = "notContain",
|
|
18
|
+
GREATER_THAN = "greaterThan",
|
|
19
|
+
LESS_THAN = "lessThan"
|
|
20
|
+
}
|
|
21
|
+
export declare enum FilterCondition {
|
|
22
|
+
AND = "and",
|
|
23
|
+
OR = "or"
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["../../src/enums/filter.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,QAAQ,aAAa;IACrB,SAAS,aAAa;IACtB,QAAQ,YAAY;IACpB,UAAU,cAAc;IACxB,kBAAkB,sBAAsB;IACxC,kBAAkB,sBAAsB;IACxC,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,WAAW,eAAe;IAC1B,MAAM,WAAW;CAClB;AAED,oBAAY,cAAc;IACxB,OAAO,YAAY;IACnB,WAAW,eAAe;IAC1B,OAAO,YAAY;IACnB,WAAW,eAAe;IAC1B,YAAY,gBAAgB;IAC5B,SAAS,aAAa;CACvB;AAED,oBAAY,eAAe;IACzB,GAAG,QAAQ;IACX,EAAE,OAAO;CACV"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterCondition = exports.FilterOperator = exports.FilterFieldName = void 0;
|
|
4
|
+
var FilterFieldName;
|
|
5
|
+
(function (FilterFieldName) {
|
|
6
|
+
FilterFieldName["CATEGORY"] = "category";
|
|
7
|
+
FilterFieldName["FOLDER_ID"] = "folderId";
|
|
8
|
+
FilterFieldName["MEDIA_ID"] = "mediaId";
|
|
9
|
+
FilterFieldName["MEDIA_TYPE"] = "mediaType";
|
|
10
|
+
FilterFieldName["SENTIMENT_NEGATIVE"] = "sentimentNegative";
|
|
11
|
+
FilterFieldName["SENTIMENT_POSITIVE"] = "sentimentPositive";
|
|
12
|
+
FilterFieldName["SPEAKER"] = "speaker";
|
|
13
|
+
FilterFieldName["TAGS"] = "tags";
|
|
14
|
+
FilterFieldName["RECORDER_ID"] = "recorderId";
|
|
15
|
+
FilterFieldName["FIELDS"] = "fields";
|
|
16
|
+
})(FilterFieldName || (exports.FilterFieldName = FilterFieldName = {}));
|
|
17
|
+
var FilterOperator;
|
|
18
|
+
(function (FilterOperator) {
|
|
19
|
+
FilterOperator["INCLUDE"] = "include";
|
|
20
|
+
FilterOperator["NOT_INCLUDE"] = "notInclude";
|
|
21
|
+
FilterOperator["CONTAIN"] = "contain";
|
|
22
|
+
FilterOperator["NOT_CONTAIN"] = "notContain";
|
|
23
|
+
FilterOperator["GREATER_THAN"] = "greaterThan";
|
|
24
|
+
FilterOperator["LESS_THAN"] = "lessThan";
|
|
25
|
+
})(FilterOperator || (exports.FilterOperator = FilterOperator = {}));
|
|
26
|
+
var FilterCondition;
|
|
27
|
+
(function (FilterCondition) {
|
|
28
|
+
FilterCondition["AND"] = "and";
|
|
29
|
+
FilterCondition["OR"] = "or";
|
|
30
|
+
})(FilterCondition || (exports.FilterCondition = FilterCondition = {}));
|
|
31
|
+
//# sourceMappingURL=filter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../src/enums/filter.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,yCAAsB,CAAA;IACtB,uCAAoB,CAAA;IACpB,2CAAwB,CAAA;IACxB,2DAAwC,CAAA;IACxC,2DAAwC,CAAA;IACxC,sCAAmB,CAAA;IACnB,gCAAa,CAAA;IACb,6CAA0B,CAAA;IAC1B,oCAAiB,CAAA;AACnB,CAAC,EAXW,eAAe,+BAAf,eAAe,QAW1B;AAED,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,4CAA0B,CAAA;IAC1B,qCAAmB,CAAA;IACnB,4CAA0B,CAAA;IAC1B,8CAA4B,CAAA;IAC5B,wCAAsB,CAAA;AACxB,CAAC,EAPW,cAAc,8BAAd,cAAc,QAOzB;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,8BAAW,CAAA;IACX,4BAAS,CAAA;AACX,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export * from './activities';
|
|
2
|
+
export * from './auth';
|
|
3
|
+
export * from './automation';
|
|
4
|
+
export * from './calendar';
|
|
5
|
+
export * from './clip';
|
|
6
|
+
export * from './domain';
|
|
7
|
+
export * from './embed';
|
|
8
|
+
export * from './export';
|
|
9
|
+
export * from './fields';
|
|
10
|
+
export * from './filter';
|
|
11
|
+
export * from './media';
|
|
12
|
+
export * from './meeting';
|
|
13
|
+
export * from './notification';
|
|
14
|
+
export * from './prompt';
|
|
15
|
+
export * from './recorder';
|
|
16
|
+
export * from './subscription';
|
|
17
|
+
export * from './team';
|
|
18
|
+
export * from './transcription';
|
|
19
|
+
export * from './transaction';
|
|
20
|
+
export * from './translation';
|
|
21
|
+
export * from './user';
|
|
22
|
+
export * from './webhook';
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./activities"), exports);
|
|
18
|
+
__exportStar(require("./auth"), exports);
|
|
19
|
+
__exportStar(require("./automation"), exports);
|
|
20
|
+
__exportStar(require("./calendar"), exports);
|
|
21
|
+
__exportStar(require("./clip"), exports);
|
|
22
|
+
__exportStar(require("./domain"), exports);
|
|
23
|
+
__exportStar(require("./embed"), exports);
|
|
24
|
+
__exportStar(require("./export"), exports);
|
|
25
|
+
__exportStar(require("./fields"), exports);
|
|
26
|
+
__exportStar(require("./filter"), exports);
|
|
27
|
+
__exportStar(require("./media"), exports);
|
|
28
|
+
__exportStar(require("./meeting"), exports);
|
|
29
|
+
__exportStar(require("./notification"), exports);
|
|
30
|
+
__exportStar(require("./prompt"), exports);
|
|
31
|
+
__exportStar(require("./recorder"), exports);
|
|
32
|
+
__exportStar(require("./subscription"), exports);
|
|
33
|
+
__exportStar(require("./team"), exports);
|
|
34
|
+
__exportStar(require("./transcription"), exports);
|
|
35
|
+
__exportStar(require("./transaction"), exports);
|
|
36
|
+
__exportStar(require("./translation"), exports);
|
|
37
|
+
__exportStar(require("./user"), exports);
|
|
38
|
+
__exportStar(require("./webhook"), exports);
|
|
39
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,yCAAuB;AACvB,+CAA6B;AAC7B,6CAA2B;AAC3B,yCAAuB;AACvB,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,iDAA+B;AAC/B,2CAAyB;AACzB,6CAA2B;AAC3B,iDAA+B;AAC/B,yCAAuB;AACvB,kDAAgC;AAChC,gDAA8B;AAC9B,gDAA8B;AAC9B,yCAAuB;AACvB,4CAA0B"}
|