@openclaw/google-meet 2026.5.19-beta.2 → 2026.5.20-beta.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/dist/{calendar-BMtsguNV.js → calendar-D2fOQKE2.js} +1 -1
- package/dist/{cli-hjf5xNts.js → cli-BoWxP6Ej.js} +4 -4
- package/dist/{create-CJGiIpwq.js → create-CaFygLla.js} +2 -2
- package/dist/index.js +7 -7
- package/package.json +4 -4
- /package/dist/{chrome-create-Bd4beDZU.js → chrome-create-BTmb0Dnh.js} +0 -0
- /package/dist/{oauth-BJwzuzT-.js → oauth-Byt1wS27.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as googleApiError } from "./chrome-create-
|
|
1
|
+
import { _ as googleApiError } from "./chrome-create-BTmb0Dnh.js";
|
|
2
2
|
import { fetchWithSsrFGuard } from "openclaw/plugin-sdk/ssrf-runtime";
|
|
3
3
|
//#region extensions/google-meet/src/calendar.ts
|
|
4
4
|
const GOOGLE_CALENDAR_API_BASE_URL = "https://www.googleapis.com/calendar/v3";
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
2
|
-
import { n as findGoogleMeetCalendarEvent, r as listGoogleMeetCalendarEvents, t as buildGoogleMeetCalendarDayWindow } from "./calendar-
|
|
3
|
-
import { buildGoogleMeetAuthUrl, createGoogleMeetOAuthState, createGoogleMeetPkce, exchangeGoogleMeetAuthCode, resolveGoogleMeetAccessToken, waitForGoogleMeetAuthCode } from "./oauth-
|
|
4
|
-
import { hasCreateSpaceConfigInput, resolveCreateSpaceConfig } from "./create-
|
|
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-BTmb0Dnh.js";
|
|
2
|
+
import { n as findGoogleMeetCalendarEvent, r as listGoogleMeetCalendarEvents, t as buildGoogleMeetCalendarDayWindow } from "./calendar-D2fOQKE2.js";
|
|
3
|
+
import { buildGoogleMeetAuthUrl, createGoogleMeetOAuthState, createGoogleMeetPkce, exchangeGoogleMeetAuthCode, resolveGoogleMeetAccessToken, waitForGoogleMeetAuthCode } from "./oauth-Byt1wS27.js";
|
|
4
|
+
import { hasCreateSpaceConfigInput, resolveCreateSpaceConfig } from "./create-CaFygLla.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,5 +1,5 @@
|
|
|
1
|
-
import { d as createGoogleMeetSpace, t as createMeetWithBrowserProxyOnNode } from "./chrome-create-
|
|
2
|
-
import { resolveGoogleMeetAccessToken } from "./oauth-
|
|
1
|
+
import { d as createGoogleMeetSpace, t as createMeetWithBrowserProxyOnNode } from "./chrome-create-BTmb0Dnh.js";
|
|
2
|
+
import { resolveGoogleMeetAccessToken } from "./oauth-Byt1wS27.js";
|
|
3
3
|
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
4
4
|
//#region extensions/google-meet/src/create.ts
|
|
5
5
|
function normalizeTransport(value) {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as isSameMeetUrlForReuse, c as resolveChromeNode, f as endGoogleMeetActiveConference, g as fetchLatestGoogleMeetConferenceRecord, h as fetchGoogleMeetSpace, i as callBrowserProxyOnNode, l as resolveChromeNodeInfo, m as fetchGoogleMeetAttendance, n as isGoogleMeetBrowserManualActionError, o as normalizeMeetUrlForReuse, p as fetchGoogleMeetArtifacts, r as asBrowserTabs, s as readBrowserTab, t as createMeetWithBrowserProxyOnNode, u as buildGoogleMeetPreflightReport } from "./chrome-create-
|
|
2
|
-
import { n as findGoogleMeetCalendarEvent, r as listGoogleMeetCalendarEvents, t as buildGoogleMeetCalendarDayWindow } from "./calendar-
|
|
1
|
+
import { a as isSameMeetUrlForReuse, c as resolveChromeNode, f as endGoogleMeetActiveConference, g as fetchLatestGoogleMeetConferenceRecord, h as fetchGoogleMeetSpace, i as callBrowserProxyOnNode, l as resolveChromeNodeInfo, m as fetchGoogleMeetAttendance, n as isGoogleMeetBrowserManualActionError, o as normalizeMeetUrlForReuse, p as fetchGoogleMeetArtifacts, r as asBrowserTabs, s as readBrowserTab, t as createMeetWithBrowserProxyOnNode, u as buildGoogleMeetPreflightReport } from "./chrome-create-BTmb0Dnh.js";
|
|
2
|
+
import { n as findGoogleMeetCalendarEvent, r as listGoogleMeetCalendarEvents, t as buildGoogleMeetCalendarDayWindow } from "./calendar-D2fOQKE2.js";
|
|
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";
|
|
@@ -4448,13 +4448,13 @@ async function callGoogleMeetGatewayFromTool(params) {
|
|
|
4448
4448
|
}
|
|
4449
4449
|
}
|
|
4450
4450
|
async function createMeetFromParams(params) {
|
|
4451
|
-
return (await import("./create-
|
|
4451
|
+
return (await import("./create-CaFygLla.js")).createMeetFromParams(params);
|
|
4452
4452
|
}
|
|
4453
4453
|
async function createAndJoinMeetFromParams(params) {
|
|
4454
|
-
return (await import("./create-
|
|
4454
|
+
return (await import("./create-CaFygLla.js")).createAndJoinMeetFromParams(params);
|
|
4455
4455
|
}
|
|
4456
4456
|
async function resolveGoogleMeetTokenFromParams(config, raw) {
|
|
4457
|
-
const { resolveGoogleMeetAccessToken } = await import("./oauth-
|
|
4457
|
+
const { resolveGoogleMeetAccessToken } = await import("./oauth-Byt1wS27.js");
|
|
4458
4458
|
return resolveGoogleMeetAccessToken({
|
|
4459
4459
|
clientId: normalizeOptionalString(raw.clientId) ?? config.oauth.clientId,
|
|
4460
4460
|
clientSecret: normalizeOptionalString(raw.clientSecret) ?? config.oauth.clientSecret,
|
|
@@ -4543,7 +4543,7 @@ async function exportGoogleMeetBundleFromParams(config, raw) {
|
|
|
4543
4543
|
lateAfterMinutes: resolved.lateAfterMinutes,
|
|
4544
4544
|
earlyBeforeMinutes: resolved.earlyBeforeMinutes
|
|
4545
4545
|
})]);
|
|
4546
|
-
const { buildGoogleMeetExportManifest, googleMeetExportFileNames, writeMeetExportBundle } = await import("./cli-
|
|
4546
|
+
const { buildGoogleMeetExportManifest, googleMeetExportFileNames, writeMeetExportBundle } = await import("./cli-BoWxP6Ej.js");
|
|
4547
4547
|
const calendarId = normalizeOptionalString(raw.calendarId);
|
|
4548
4548
|
const request = {
|
|
4549
4549
|
...resolved.meeting ? { meeting: resolved.meeting } : {},
|
|
@@ -4959,7 +4959,7 @@ var google_meet_default = definePluginEntry({
|
|
|
4959
4959
|
handle: handleGoogleMeetNodeHostCommand
|
|
4960
4960
|
});
|
|
4961
4961
|
api.registerCli(async ({ program }) => {
|
|
4962
|
-
const { registerGoogleMeetCli } = await import("./cli-
|
|
4962
|
+
const { registerGoogleMeetCli } = await import("./cli-BoWxP6Ej.js");
|
|
4963
4963
|
registerGoogleMeetCli({
|
|
4964
4964
|
program,
|
|
4965
4965
|
config,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/google-meet",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.20-beta.1",
|
|
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.
|
|
19
|
+
"openclaw": ">=2026.5.20-beta.1"
|
|
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.
|
|
36
|
+
"pluginApi": ">=2026.5.20-beta.1"
|
|
37
37
|
},
|
|
38
38
|
"build": {
|
|
39
|
-
"openclawVersion": "2026.5.
|
|
39
|
+
"openclawVersion": "2026.5.20-beta.1"
|
|
40
40
|
},
|
|
41
41
|
"release": {
|
|
42
42
|
"publishToClawHub": true,
|
|
File without changes
|
|
File without changes
|