@automate.ax/integration-contracts 0.75.0 → 0.77.0
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/dist/airtable/api.js +1 -1
- package/dist/airtable/index.d.ts +1 -1
- package/dist/airtable/index.js +1 -1
- package/dist/airtable/schemas.d.ts +1 -1
- package/dist/airtable/schemas.js +1 -1
- package/dist/asana/api.d.ts +1 -1
- package/dist/asana/api.js +1 -1
- package/dist/asana/index.d.ts +1 -1
- package/dist/asana/index.js +1 -1
- package/dist/asana/schemas.d.ts +1 -1
- package/dist/asana/schemas.js +1 -1
- package/dist/brevo/api.d.ts +1 -1
- package/dist/brevo/api.js +1 -1
- package/dist/brevo/index.d.ts +1 -1
- package/dist/brevo/index.js +1 -1
- package/dist/brevo/schemas.d.ts +1 -1
- package/dist/brevo/schemas.js +1 -1
- package/dist/github/index.d.ts +1 -1
- package/dist/github/index.js +1 -1
- package/dist/github/schemas.d.ts +1 -1
- package/dist/github/schemas.js +1 -1
- package/dist/gmail/gmail.d.ts +1 -1
- package/dist/gmail/gmail.js +4 -3
- package/dist/gmail/index.d.ts +1 -1
- package/dist/gmail/index.js +1 -1
- package/dist/gmail/schemas.d.ts +417 -5
- package/dist/gmail/schemas.js +107 -3
- package/dist/google-calendar/event-schemas.d.ts +1 -1
- package/dist/google-calendar/event-schemas.js +1 -1
- package/dist/google-calendar/google-calendar.d.ts +1 -1
- package/dist/google-calendar/google-calendar.js +1 -1
- package/dist/google-calendar/index.d.ts +1 -1
- package/dist/google-calendar/index.js +1 -1
- package/dist/google-calendar/schemas.d.ts +1 -1
- package/dist/google-calendar/schemas.js +1 -1
- package/dist/google-forms/event-schemas.d.ts +1 -1
- package/dist/google-forms/event-schemas.js +1 -1
- package/dist/google-forms/google-forms.d.ts +1 -1
- package/dist/google-forms/google-forms.js +1 -1
- package/dist/google-forms/index.d.ts +1 -1
- package/dist/google-forms/index.js +1 -1
- package/dist/google-forms/schemas.d.ts +1 -1
- package/dist/google-forms/schemas.js +1 -1
- package/dist/google-meet/google-meet.d.ts +173 -0
- package/dist/google-meet/google-meet.js +371 -0
- package/dist/google-meet/index.d.ts +295 -0
- package/dist/google-meet/index.js +87 -0
- package/dist/google-meet/schemas.d.ts +269 -0
- package/dist/google-meet/schemas.js +197 -0
- package/dist/linear/api.d.ts +1 -1
- package/dist/linear/api.js +1 -1
- package/dist/linear/index.d.ts +1 -1
- package/dist/linear/index.js +1 -1
- package/dist/linear/schemas.d.ts +91 -1
- package/dist/linear/schemas.js +64 -1
- package/dist/outlook/graph.d.ts +1 -1
- package/dist/outlook/graph.js +1 -1
- package/dist/outlook/index.d.ts +2 -2
- package/dist/outlook/index.js +1 -1
- package/dist/outlook/schemas.d.ts +7 -7
- package/dist/outlook/schemas.js +1 -1
- package/dist/resend/index.d.ts +1 -1
- package/dist/resend/index.js +1 -1
- package/dist/resend/schemas.d.ts +1 -1
- package/dist/resend/schemas.js +1 -1
- package/dist/slack/index.d.ts +1 -1
- package/dist/slack/index.js +1 -1
- package/dist/slack/schemas.d.ts +1 -1
- package/dist/slack/schemas.js +1 -1
- package/dist/teams/graph.d.ts +1 -1
- package/dist/teams/graph.js +1 -1
- package/dist/teams/index.d.ts +1 -1
- package/dist/teams/index.js +1 -1
- package/dist/teams/schemas.d.ts +1 -1
- package/dist/teams/schemas.js +1 -1
- package/dist/trello/api.d.ts +1 -1
- package/dist/trello/api.js +1 -1
- package/dist/trello/event-schemas.d.ts +1 -1
- package/dist/trello/event-schemas.js +1 -1
- package/dist/trello/index.d.ts +1 -1
- package/dist/trello/index.js +1 -1
- package/dist/trello/schemas.d.ts +1 -1
- package/dist/trello/schemas.js +1 -1
- package/dist/triggers.d.ts +2 -1
- package/dist/triggers.js +2 -0
- package/dist/vercel/index.d.ts +1 -1
- package/dist/vercel/index.js +1 -1
- package/dist/vercel/schemas.d.ts +1 -1
- package/dist/vercel/schemas.js +1 -1
- package/dist/whatsapp/api.d.ts +1 -1
- package/dist/whatsapp/api.js +1 -1
- package/dist/whatsapp/index.d.ts +1 -1
- package/dist/whatsapp/index.js +1 -1
- package/dist/whatsapp/schemas.d.ts +1 -1
- package/dist/whatsapp/schemas.js +1 -1
- package/package.json +11 -5
- package/src/airtable/api.ts +1 -1
- package/src/airtable/index.ts +1 -1
- package/src/airtable/schemas.ts +1 -1
- package/src/asana/api.ts +1 -1
- package/src/asana/index.ts +1 -1
- package/src/asana/schemas.ts +1 -1
- package/src/brevo/api.ts +1 -1
- package/src/brevo/index.ts +1 -1
- package/src/brevo/schemas.ts +1 -1
- package/src/github/index.ts +1 -1
- package/src/github/schemas.ts +1 -1
- package/src/gmail/gmail.ts +4 -3
- package/src/gmail/index.ts +1 -1
- package/src/gmail/schemas.ts +107 -3
- package/src/google-calendar/event-schemas.ts +1 -1
- package/src/google-calendar/google-calendar.ts +1 -1
- package/src/google-calendar/index.ts +1 -1
- package/src/google-calendar/schemas.ts +1 -1
- package/src/google-forms/event-schemas.ts +1 -1
- package/src/google-forms/google-forms.ts +1 -1
- package/src/google-forms/index.ts +1 -1
- package/src/google-forms/schemas.ts +1 -1
- package/src/google-meet/google-meet.ts +445 -0
- package/src/google-meet/index.ts +117 -0
- package/src/google-meet/schemas.ts +274 -0
- package/src/linear/api.ts +1 -1
- package/src/linear/index.ts +1 -1
- package/src/linear/schemas.ts +84 -1
- package/src/outlook/graph.ts +1 -1
- package/src/outlook/index.ts +1 -1
- package/src/outlook/schemas.ts +1 -1
- package/src/resend/index.ts +1 -1
- package/src/resend/schemas.ts +1 -1
- package/src/slack/index.ts +1 -1
- package/src/slack/schemas.ts +1 -1
- package/src/teams/graph.ts +1 -1
- package/src/teams/index.ts +1 -1
- package/src/teams/schemas.ts +1 -1
- package/src/trello/api.ts +1 -1
- package/src/trello/event-schemas.ts +1 -1
- package/src/trello/index.ts +1 -1
- package/src/trello/schemas.ts +1 -1
- package/src/triggers.ts +3 -0
- package/src/vercel/index.ts +1 -1
- package/src/vercel/schemas.ts +1 -1
- package/src/whatsapp/api.ts +1 -1
- package/src/whatsapp/index.ts +1 -1
- package/src/whatsapp/schemas.ts +1 -1
package/dist/gmail/schemas.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as z from "zod";
|
|
2
2
|
export const PRIORITY_SCHEMA = z.enum(["high", "normal", "low"]);
|
|
3
3
|
const DISPOSITION_SCHEMA = z.enum(["attachment", "inline"]);
|
|
4
4
|
export const LABEL_LIST_VISIBILITY_SCHEMA = z.enum([
|
|
@@ -8,12 +8,116 @@ export const LABEL_LIST_VISIBILITY_SCHEMA = z.enum([
|
|
|
8
8
|
]);
|
|
9
9
|
export const MESSAGE_LIST_VISIBILITY_SCHEMA = z.enum(["hide", "show"]);
|
|
10
10
|
const LABEL_TYPE_SCHEMA = z.enum(["system", "user"]);
|
|
11
|
+
const LABEL_COLOR_VALUE_SCHEMA = z.enum([
|
|
12
|
+
"#000000",
|
|
13
|
+
"#434343",
|
|
14
|
+
"#666666",
|
|
15
|
+
"#999999",
|
|
16
|
+
"#cccccc",
|
|
17
|
+
"#efefef",
|
|
18
|
+
"#f3f3f3",
|
|
19
|
+
"#ffffff",
|
|
20
|
+
"#fb4c2f",
|
|
21
|
+
"#ffad47",
|
|
22
|
+
"#fad165",
|
|
23
|
+
"#16a766",
|
|
24
|
+
"#43d692",
|
|
25
|
+
"#4a86e8",
|
|
26
|
+
"#a479e2",
|
|
27
|
+
"#f691b3",
|
|
28
|
+
"#f6c5be",
|
|
29
|
+
"#ffe6c7",
|
|
30
|
+
"#fef1d1",
|
|
31
|
+
"#b9e4d0",
|
|
32
|
+
"#c6f3de",
|
|
33
|
+
"#c9daf8",
|
|
34
|
+
"#e4d7f5",
|
|
35
|
+
"#fcdee8",
|
|
36
|
+
"#efa093",
|
|
37
|
+
"#ffd6a2",
|
|
38
|
+
"#fce8b3",
|
|
39
|
+
"#89d3b2",
|
|
40
|
+
"#a0eac9",
|
|
41
|
+
"#a4c2f4",
|
|
42
|
+
"#d0bcf1",
|
|
43
|
+
"#fbc8d9",
|
|
44
|
+
"#e66550",
|
|
45
|
+
"#ffbc6b",
|
|
46
|
+
"#fcda83",
|
|
47
|
+
"#44b984",
|
|
48
|
+
"#68dfa9",
|
|
49
|
+
"#6d9eeb",
|
|
50
|
+
"#b694e8",
|
|
51
|
+
"#f7a7c0",
|
|
52
|
+
"#cc3a21",
|
|
53
|
+
"#eaa041",
|
|
54
|
+
"#f2c960",
|
|
55
|
+
"#149e60",
|
|
56
|
+
"#3dc789",
|
|
57
|
+
"#3c78d8",
|
|
58
|
+
"#8e63ce",
|
|
59
|
+
"#e07798",
|
|
60
|
+
"#ac2b16",
|
|
61
|
+
"#cf8933",
|
|
62
|
+
"#d5ae49",
|
|
63
|
+
"#0b804b",
|
|
64
|
+
"#2a9c68",
|
|
65
|
+
"#285bac",
|
|
66
|
+
"#653e9b",
|
|
67
|
+
"#b65775",
|
|
68
|
+
"#822111",
|
|
69
|
+
"#a46a21",
|
|
70
|
+
"#aa8831",
|
|
71
|
+
"#076239",
|
|
72
|
+
"#1a764d",
|
|
73
|
+
"#1c4587",
|
|
74
|
+
"#41236d",
|
|
75
|
+
"#83334c",
|
|
76
|
+
"#464646",
|
|
77
|
+
"#e7e7e7",
|
|
78
|
+
"#0d3472",
|
|
79
|
+
"#b6cff5",
|
|
80
|
+
"#0d3b44",
|
|
81
|
+
"#98d7e4",
|
|
82
|
+
"#3d188e",
|
|
83
|
+
"#e3d7ff",
|
|
84
|
+
"#711a36",
|
|
85
|
+
"#fbd3e0",
|
|
86
|
+
"#8a1c0a",
|
|
87
|
+
"#f2b2a8",
|
|
88
|
+
"#7a2e0b",
|
|
89
|
+
"#ffc8af",
|
|
90
|
+
"#7a4706",
|
|
91
|
+
"#ffdeb5",
|
|
92
|
+
"#594c05",
|
|
93
|
+
"#fbe983",
|
|
94
|
+
"#684e07",
|
|
95
|
+
"#fdedc1",
|
|
96
|
+
"#0b4f30",
|
|
97
|
+
"#b3efd3",
|
|
98
|
+
"#04502e",
|
|
99
|
+
"#a2dcc1",
|
|
100
|
+
"#c2c2c2",
|
|
101
|
+
"#4986e7",
|
|
102
|
+
"#2da2bb",
|
|
103
|
+
"#b99aff",
|
|
104
|
+
"#994a64",
|
|
105
|
+
"#f691b2",
|
|
106
|
+
"#ff7537",
|
|
107
|
+
"#ffad46",
|
|
108
|
+
"#662e37",
|
|
109
|
+
"#ebdbde",
|
|
110
|
+
"#cca6ac",
|
|
111
|
+
"#094228",
|
|
112
|
+
"#42d692",
|
|
113
|
+
"#16a765",
|
|
114
|
+
]);
|
|
11
115
|
export const HEADERS_SCHEMA = z.record(z.string(), z.string());
|
|
12
116
|
export const LABEL_COLOR_SCHEMA = z.object({
|
|
13
117
|
/** Hex background color selected from Gmail's supported palette. */
|
|
14
|
-
backgroundColor:
|
|
118
|
+
backgroundColor: LABEL_COLOR_VALUE_SCHEMA,
|
|
15
119
|
/** Hex text color selected from Gmail's supported palette. */
|
|
16
|
-
textColor:
|
|
120
|
+
textColor: LABEL_COLOR_VALUE_SCHEMA,
|
|
17
121
|
});
|
|
18
122
|
export const MAILBOX_SCHEMA = z.object({
|
|
19
123
|
/** RFC 5322 email address. */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type calendar_v3 } from "@googleapis/calendar";
|
|
2
|
-
import
|
|
2
|
+
import * as z from "zod";
|
|
3
3
|
import { ACL_PAGE_SCHEMA, ACL_RULE_SCHEMA, CALENDAR_EVENT_SCHEMA, CALENDAR_PAGE_SCHEMA, CALENDAR_SCHEMA, COLOR_PALETTE_SCHEMA, EVENT_PAGE_SCHEMA, EVENT_DETAILS_INPUT_SCHEMA, EVENT_SCHEDULE_INPUT_SCHEMA, FREE_BUSY_SCHEMA } from "./schemas.js";
|
|
4
4
|
/**
|
|
5
5
|
* Creates the official Calendar client from a resolved Google integration
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Buffer } from "node:buffer";
|
|
2
2
|
import { auth, calendar } from "@googleapis/calendar";
|
|
3
|
-
import
|
|
3
|
+
import * as z from "zod";
|
|
4
4
|
const GOOGLE_CALENDAR_HOSTS = new Set(["calendar.google.com", "www.google.com"]);
|
|
5
5
|
const GOOGLE_CALENDAR_SECRET_SCHEMA = z.object({
|
|
6
6
|
accessToken: z.string().min(1),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { auth, forms } from "@googleapis/forms";
|
|
2
|
-
import
|
|
2
|
+
import * as z from "zod";
|
|
3
3
|
import { FORM_ITEM_SCHEMA, FORM_RESPONSE_SCHEMA, FORM_SCHEMA, } from "./schemas.js";
|
|
4
4
|
const GOOGLE_FORMS_URL_HOSTS = new Set(["docs.google.com", "forms.google.com"]);
|
|
5
5
|
const GOOGLE_FORMS_SECRET_SCHEMA = z.object({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { forms_v1 } from "@googleapis/forms";
|
|
2
|
-
import
|
|
2
|
+
import * as z from "zod";
|
|
3
3
|
export declare const FORM_REFERENCE_SCHEMA: z.ZodString;
|
|
4
4
|
export declare const ITEM_REFERENCE_SCHEMA: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
5
5
|
export declare const EMAIL_COLLECTION_TYPE_SCHEMA: z.ZodEnum<{
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { type meet_v2 } from "@googleapis/meet";
|
|
2
|
+
import type { z as zod } from "zod";
|
|
3
|
+
import { GOOGLE_MEET_SPACE_CONFIG_SCHEMA } from "./schemas.js";
|
|
4
|
+
/**
|
|
5
|
+
* Creates the official Meet client from a resolved Google integration secret.
|
|
6
|
+
*
|
|
7
|
+
* @param secret - Refreshed Google integration secret.
|
|
8
|
+
*/
|
|
9
|
+
export declare function getGoogleMeetApi(secret: Record<string, unknown>): meet_v2.Meet;
|
|
10
|
+
/**
|
|
11
|
+
* Accepts a space resource name, meeting code, opaque space ID, or Meet URL.
|
|
12
|
+
*
|
|
13
|
+
* @param space - Meeting-space reference to normalize.
|
|
14
|
+
* @throws When a URL does not point to Google Meet.
|
|
15
|
+
*/
|
|
16
|
+
export declare function normalizeGoogleMeetSpaceName(space: string): string;
|
|
17
|
+
/**
|
|
18
|
+
* Accepts a conference-record resource name or raw record ID.
|
|
19
|
+
*
|
|
20
|
+
* @param record - Conference-record reference to normalize.
|
|
21
|
+
*/
|
|
22
|
+
export declare function normalizeGoogleMeetConferenceRecordName(record: string): string;
|
|
23
|
+
/**
|
|
24
|
+
* Converts a code-first space configuration into Google's request shape.
|
|
25
|
+
*
|
|
26
|
+
* @param config - Public meeting-space configuration.
|
|
27
|
+
*/
|
|
28
|
+
export declare function toGoogleMeetSpaceConfig(config: zod.infer<typeof GOOGLE_MEET_SPACE_CONFIG_SCHEMA>): meet_v2.Schema$SpaceConfig;
|
|
29
|
+
/**
|
|
30
|
+
* Builds an exact field mask for a partial code-first space configuration.
|
|
31
|
+
*
|
|
32
|
+
* @param config - Public settings included in a partial update.
|
|
33
|
+
*/
|
|
34
|
+
export declare function getGoogleMeetSpaceConfigUpdateMask(config: zod.infer<typeof GOOGLE_MEET_SPACE_CONFIG_SCHEMA>): string;
|
|
35
|
+
/**
|
|
36
|
+
* Normalizes a Google Meet space without leaking provider nulls or enums.
|
|
37
|
+
*
|
|
38
|
+
* @param value - Provider meeting-space resource.
|
|
39
|
+
*/
|
|
40
|
+
export declare function normalizeGoogleMeetSpace(value: meet_v2.Schema$Space): {
|
|
41
|
+
gatewaySipAccess: {
|
|
42
|
+
uri: string;
|
|
43
|
+
sipAccessCode?: string | undefined;
|
|
44
|
+
}[];
|
|
45
|
+
meetingCode: string;
|
|
46
|
+
meetingUri: string;
|
|
47
|
+
name: string;
|
|
48
|
+
phoneAccess: {
|
|
49
|
+
phoneNumber: string;
|
|
50
|
+
pin: string;
|
|
51
|
+
languageCode?: string | undefined;
|
|
52
|
+
regionCode?: string | undefined;
|
|
53
|
+
}[];
|
|
54
|
+
activeConference?: string | undefined;
|
|
55
|
+
config?: {
|
|
56
|
+
accessType?: "open" | "trusted" | "restricted" | undefined;
|
|
57
|
+
artifacts?: {
|
|
58
|
+
recording?: boolean | undefined;
|
|
59
|
+
smartNotes?: boolean | undefined;
|
|
60
|
+
transcription?: boolean | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
attendanceReport?: boolean | undefined;
|
|
63
|
+
entryPointAccess?: "all" | "creatorAppOnly" | undefined;
|
|
64
|
+
moderation?: boolean | undefined;
|
|
65
|
+
moderationRestrictions?: {
|
|
66
|
+
chat?: "hostsOnly" | "noRestriction" | undefined;
|
|
67
|
+
defaultJoinAsViewer?: boolean | undefined;
|
|
68
|
+
present?: "hostsOnly" | "noRestriction" | undefined;
|
|
69
|
+
reactions?: "hostsOnly" | "noRestriction" | undefined;
|
|
70
|
+
} | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Normalizes one conference record.
|
|
75
|
+
*
|
|
76
|
+
* @param value - Provider conference-record resource.
|
|
77
|
+
*/
|
|
78
|
+
export declare function normalizeGoogleMeetConferenceRecord(value: meet_v2.Schema$ConferenceRecord): {
|
|
79
|
+
name: string;
|
|
80
|
+
space: string;
|
|
81
|
+
startTime: string;
|
|
82
|
+
endTime?: string | undefined;
|
|
83
|
+
expireTime?: string | undefined;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Normalizes one conference participant and its identity variant.
|
|
87
|
+
*
|
|
88
|
+
* @param value - Provider participant resource.
|
|
89
|
+
*/
|
|
90
|
+
export declare function normalizeGoogleMeetParticipant(value: meet_v2.Schema$Participant): {
|
|
91
|
+
name: string;
|
|
92
|
+
user: {
|
|
93
|
+
displayName: string;
|
|
94
|
+
type: "anonymous";
|
|
95
|
+
} | {
|
|
96
|
+
displayName: string;
|
|
97
|
+
type: "phone";
|
|
98
|
+
} | {
|
|
99
|
+
displayName: string;
|
|
100
|
+
type: "signedIn";
|
|
101
|
+
user?: string | undefined;
|
|
102
|
+
};
|
|
103
|
+
earliestStartTime?: string | undefined;
|
|
104
|
+
latestEndTime?: string | undefined;
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* Normalizes one participant-device session.
|
|
108
|
+
*
|
|
109
|
+
* @param value - Provider participant-session resource.
|
|
110
|
+
*/
|
|
111
|
+
export declare function normalizeGoogleMeetParticipantSession(value: meet_v2.Schema$ParticipantSession): {
|
|
112
|
+
name: string;
|
|
113
|
+
startTime: string;
|
|
114
|
+
endTime?: string | undefined;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Normalizes one recording artifact.
|
|
118
|
+
*
|
|
119
|
+
* @param value - Provider recording resource.
|
|
120
|
+
*/
|
|
121
|
+
export declare function normalizeGoogleMeetRecording(value: meet_v2.Schema$Recording): {
|
|
122
|
+
name: string;
|
|
123
|
+
state: "started" | "ended" | "fileGenerated";
|
|
124
|
+
driveDestination?: {
|
|
125
|
+
exportUri?: string | undefined;
|
|
126
|
+
fileId?: string | undefined;
|
|
127
|
+
} | undefined;
|
|
128
|
+
endTime?: string | undefined;
|
|
129
|
+
startTime?: string | undefined;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* Normalizes one transcript artifact.
|
|
133
|
+
*
|
|
134
|
+
* @param value - Provider transcript resource.
|
|
135
|
+
*/
|
|
136
|
+
export declare function normalizeGoogleMeetTranscript(value: meet_v2.Schema$Transcript): {
|
|
137
|
+
name: string;
|
|
138
|
+
state: "started" | "ended" | "fileGenerated";
|
|
139
|
+
docsDestination?: {
|
|
140
|
+
documentId?: string | undefined;
|
|
141
|
+
exportUri?: string | undefined;
|
|
142
|
+
} | undefined;
|
|
143
|
+
endTime?: string | undefined;
|
|
144
|
+
startTime?: string | undefined;
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* Normalizes one structured transcript segment.
|
|
148
|
+
*
|
|
149
|
+
* @param value - Provider transcript-entry resource.
|
|
150
|
+
*/
|
|
151
|
+
export declare function normalizeGoogleMeetTranscriptEntry(value: meet_v2.Schema$TranscriptEntry): {
|
|
152
|
+
endTime: string;
|
|
153
|
+
languageCode: string;
|
|
154
|
+
name: string;
|
|
155
|
+
participant: string;
|
|
156
|
+
startTime: string;
|
|
157
|
+
text: string;
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* Normalizes one Meet smart-note artifact.
|
|
161
|
+
*
|
|
162
|
+
* @param value - Provider smart-note resource.
|
|
163
|
+
*/
|
|
164
|
+
export declare function normalizeGoogleMeetSmartNote(value: meet_v2.Schema$SmartNote): {
|
|
165
|
+
name: string;
|
|
166
|
+
state: "started" | "ended" | "fileGenerated";
|
|
167
|
+
docsDestination?: {
|
|
168
|
+
documentId?: string | undefined;
|
|
169
|
+
exportUri?: string | undefined;
|
|
170
|
+
} | undefined;
|
|
171
|
+
endTime?: string | undefined;
|
|
172
|
+
startTime?: string | undefined;
|
|
173
|
+
};
|