@openclaw/google-meet 2026.5.10-beta.2 → 2026.5.10-beta.3
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { d as createGoogleMeetSpace, f as endGoogleMeetActiveConference, g as fetchLatestGoogleMeetConferenceRecord, h as fetchGoogleMeetSpace, m as fetchGoogleMeetAttendance, p as fetchGoogleMeetArtifacts, u as buildGoogleMeetPreflightReport } from "./chrome-create-D0XLX4Ed.js";
|
|
2
2
|
import { n as findGoogleMeetCalendarEvent, r as listGoogleMeetCalendarEvents, t as buildGoogleMeetCalendarDayWindow } from "./calendar-DXHh6IyF.js";
|
|
3
3
|
import { buildGoogleMeetAuthUrl, createGoogleMeetOAuthState, createGoogleMeetPkce, exchangeGoogleMeetAuthCode, resolveGoogleMeetAccessToken, waitForGoogleMeetAuthCode } from "./oauth-BJwzuzT-.js";
|
|
4
|
-
import { hasCreateSpaceConfigInput, resolveCreateSpaceConfig } from "./create-
|
|
4
|
+
import { hasCreateSpaceConfigInput, resolveCreateSpaceConfig } from "./create-DTXzAV4a.js";
|
|
5
5
|
import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
|
|
6
6
|
import { callGatewayFromCli } from "openclaw/plugin-sdk/gateway-runtime";
|
|
7
7
|
import path from "node:path";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { d as createGoogleMeetSpace, t as createMeetWithBrowserProxyOnNode } from "./chrome-create-D0XLX4Ed.js";
|
|
2
2
|
import { resolveGoogleMeetAccessToken } from "./oauth-BJwzuzT-.js";
|
|
3
|
-
import { normalizeOptionalString } from "openclaw/plugin-sdk/
|
|
3
|
+
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
4
4
|
//#region extensions/google-meet/src/create.ts
|
|
5
5
|
function normalizeTransport(value) {
|
|
6
6
|
return value === "chrome" || value === "chrome-node" || value === "twilio" ? value : void 0;
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { n as findGoogleMeetCalendarEvent, r as listGoogleMeetCalendarEvents, t
|
|
|
3
3
|
import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
|
|
4
4
|
import { ErrorCodes, GatewayClient, callGatewayFromCli, errorShape, startGatewayClientWhenEventLoopReady } from "openclaw/plugin-sdk/gateway-runtime";
|
|
5
5
|
import { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
|
|
6
|
-
import { normalizeOptionalLowercaseString, normalizeOptionalString } from "openclaw/plugin-sdk/
|
|
6
|
+
import { normalizeOptionalLowercaseString, normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
7
7
|
import { Type } from "typebox";
|
|
8
8
|
import { isBlockedHostnameOrIp } from "openclaw/plugin-sdk/ssrf-runtime";
|
|
9
9
|
import { REALTIME_VOICE_AGENT_CONSULT_TOOL_NAME, REALTIME_VOICE_AUDIO_FORMAT_G711_ULAW_8KHZ, REALTIME_VOICE_AUDIO_FORMAT_PCM16_24KHZ, buildRealtimeVoiceAgentConsultWorkingResponse, consultRealtimeVoiceAgent, convertPcmToMulaw8k, createRealtimeVoiceAgentTalkbackQueue, createRealtimeVoiceBridgeSession, createTalkSessionController, extendRealtimeVoiceOutputEchoSuppression, getRealtimeVoiceBridgeEventHealth, getRealtimeVoiceTranscriptHealth, isLikelyRealtimeVoiceAssistantEchoTranscript, mulawToPcm, recordRealtimeVoiceBridgeEvent, recordRealtimeVoiceTranscript, recordTalkObservabilityEvent, resamplePcm, resolveConfiguredRealtimeVoiceProvider, resolveRealtimeVoiceAgentConsultToolPolicy, resolveRealtimeVoiceAgentConsultTools, resolveRealtimeVoiceAgentConsultToolsAllow } from "openclaw/plugin-sdk/realtime-voice";
|
|
@@ -4437,10 +4437,10 @@ async function callGoogleMeetGatewayFromTool(params) {
|
|
|
4437
4437
|
}
|
|
4438
4438
|
}
|
|
4439
4439
|
async function createMeetFromParams(params) {
|
|
4440
|
-
return (await import("./create-
|
|
4440
|
+
return (await import("./create-DTXzAV4a.js")).createMeetFromParams(params);
|
|
4441
4441
|
}
|
|
4442
4442
|
async function createAndJoinMeetFromParams(params) {
|
|
4443
|
-
return (await import("./create-
|
|
4443
|
+
return (await import("./create-DTXzAV4a.js")).createAndJoinMeetFromParams(params);
|
|
4444
4444
|
}
|
|
4445
4445
|
async function resolveGoogleMeetTokenFromParams(config, raw) {
|
|
4446
4446
|
const { resolveGoogleMeetAccessToken } = await import("./oauth-BJwzuzT-.js");
|
|
@@ -4532,7 +4532,7 @@ async function exportGoogleMeetBundleFromParams(config, raw) {
|
|
|
4532
4532
|
lateAfterMinutes: resolved.lateAfterMinutes,
|
|
4533
4533
|
earlyBeforeMinutes: resolved.earlyBeforeMinutes
|
|
4534
4534
|
})]);
|
|
4535
|
-
const { buildGoogleMeetExportManifest, googleMeetExportFileNames, writeMeetExportBundle } = await import("./cli-
|
|
4535
|
+
const { buildGoogleMeetExportManifest, googleMeetExportFileNames, writeMeetExportBundle } = await import("./cli-CGPKAXd7.js");
|
|
4536
4536
|
const calendarId = normalizeOptionalString(raw.calendarId);
|
|
4537
4537
|
const request = {
|
|
4538
4538
|
...resolved.meeting ? { meeting: resolved.meeting } : {},
|
|
@@ -4948,7 +4948,7 @@ var google_meet_default = definePluginEntry({
|
|
|
4948
4948
|
handle: handleGoogleMeetNodeHostCommand
|
|
4949
4949
|
});
|
|
4950
4950
|
api.registerCli(async ({ program }) => {
|
|
4951
|
-
const { registerGoogleMeetCli } = await import("./cli-
|
|
4951
|
+
const { registerGoogleMeetCli } = await import("./cli-CGPKAXd7.js");
|
|
4952
4952
|
registerGoogleMeetCli({
|
|
4953
4953
|
program,
|
|
4954
4954
|
config,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/google-meet",
|
|
3
|
-
"version": "2026.5.10-beta.
|
|
3
|
+
"version": "2026.5.10-beta.3",
|
|
4
4
|
"description": "OpenClaw Google Meet participant plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"openclaw": "workspace:*"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"openclaw": ">=2026.5.10-beta.
|
|
19
|
+
"openclaw": ">=2026.5.10-beta.3"
|
|
20
20
|
},
|
|
21
21
|
"peerDependenciesMeta": {
|
|
22
22
|
"openclaw": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"minHostVersion": ">=2026.4.20"
|
|
34
34
|
},
|
|
35
35
|
"compat": {
|
|
36
|
-
"pluginApi": ">=2026.5.10-beta.
|
|
36
|
+
"pluginApi": ">=2026.5.10-beta.3"
|
|
37
37
|
},
|
|
38
38
|
"build": {
|
|
39
|
-
"openclawVersion": "2026.5.10-beta.
|
|
39
|
+
"openclawVersion": "2026.5.10-beta.3"
|
|
40
40
|
},
|
|
41
41
|
"release": {
|
|
42
42
|
"publishToClawHub": true,
|