@openclaw/googlechat 2026.5.24-beta.1 → 2026.5.25-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.
@@ -1,7 +1,7 @@
1
1
  import { o as resolveGoogleChatAccount, r as listEnabledGoogleChatAccounts } from "./setup-surface-QTAQvs5Q.js";
2
2
  import { P as getGoogleChatRuntime } from "./runtime-api-9L4ZPZzU.js";
3
3
  import { c as sendGoogleChatMessage, o as listGoogleChatReactions, r as deleteGoogleChatReaction, t as createGoogleChatReaction, u as uploadGoogleChatAttachment } from "./api-BV2Sx72m.js";
4
- import { n as resolveGoogleChatOutboundSpace } from "./channel-D-mpKH0r.js";
4
+ import { n as resolveGoogleChatOutboundSpace } from "./channel-DoWBSTf6.js";
5
5
  import { extractToolSend } from "openclaw/plugin-sdk/tool-send";
6
6
  import { createActionGate, jsonResult, readNumberParam, readReactionParams, readStringParam } from "openclaw/plugin-sdk/channel-actions";
7
7
  import { loadOutboundMediaFromUrl } from "openclaw/plugin-sdk/outbound-media";
package/dist/api.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import { n as googlechatSetupAdapter, t as googlechatSetupWizard } from "./setup-surface-QTAQvs5Q.js";
2
- import { t as googlechatPlugin } from "./channel-D-mpKH0r.js";
2
+ import { t as googlechatPlugin } from "./channel-DoWBSTf6.js";
3
3
  export { googlechatPlugin, googlechatSetupAdapter, googlechatSetupWizard };
@@ -93,7 +93,7 @@ function resolveGoogleChatGroupRequireMention(params) {
93
93
  }
94
94
  //#endregion
95
95
  //#region extensions/googlechat/src/channel.adapters.ts
96
- const loadGoogleChatChannelRuntime$2 = createLazyRuntimeNamedExport(() => import("./channel.runtime-CAfcFfJW.js"), "googleChatChannelRuntime");
96
+ const loadGoogleChatChannelRuntime$2 = createLazyRuntimeNamedExport(() => import("./channel.runtime-Cg1oVOPT.js"), "googleChatChannelRuntime");
97
97
  function createGoogleChatSendReceipt(params) {
98
98
  const messageId = params.messageId?.trim();
99
99
  return createMessageReceiptFromOutboundResults({
@@ -334,7 +334,7 @@ const collectGoogleChatMutableAllowlistWarnings = createDangerousNameMatchingMut
334
334
  });
335
335
  //#endregion
336
336
  //#region extensions/googlechat/src/gateway.ts
337
- const loadGoogleChatChannelRuntime$1 = createLazyRuntimeNamedExport(() => import("./channel.runtime-CAfcFfJW.js"), "googleChatChannelRuntime");
337
+ const loadGoogleChatChannelRuntime$1 = createLazyRuntimeNamedExport(() => import("./channel.runtime-Cg1oVOPT.js"), "googleChatChannelRuntime");
338
338
  async function startGoogleChatGatewayAccount(ctx) {
339
339
  const account = ctx.account;
340
340
  const statusSink = createAccountStatusSink({
@@ -374,7 +374,7 @@ async function startGoogleChatGatewayAccount(ctx) {
374
374
  }
375
375
  //#endregion
376
376
  //#region extensions/googlechat/src/channel.ts
377
- const loadGoogleChatChannelRuntime = createLazyRuntimeNamedExport(() => import("./channel.runtime-CAfcFfJW.js"), "googleChatChannelRuntime");
377
+ const loadGoogleChatChannelRuntime = createLazyRuntimeNamedExport(() => import("./channel.runtime-Cg1oVOPT.js"), "googleChatChannelRuntime");
378
378
  const meta = {
379
379
  id: "googlechat",
380
380
  label: "Google Chat",
@@ -430,7 +430,7 @@ const googlechatActions = {
430
430
  },
431
431
  extractToolSend: ({ args }) => extractToolSend(args, "sendMessage"),
432
432
  handleAction: async (ctx) => {
433
- const { googlechatMessageActions } = await import("./actions-BCfB7q-8.js");
433
+ const { googlechatMessageActions } = await import("./actions-BJ9RG7Bi.js");
434
434
  if (!googlechatMessageActions.handleAction) throw new Error("Google Chat actions are not available.");
435
435
  return await googlechatMessageActions.handleAction(ctx);
436
436
  }
@@ -1,2 +1,2 @@
1
- import { t as googlechatPlugin } from "./channel-D-mpKH0r.js";
1
+ import { t as googlechatPlugin } from "./channel-DoWBSTf6.js";
2
2
  export { googlechatPlugin };
@@ -1,3 +1,4 @@
1
+ import "./setup-surface-QTAQvs5Q.js";
1
2
  import { E as resolveDefaultGroupPolicy, M as warnMissingProviderGroupPolicyFallbackOnce, O as resolveInboundRouteEnvelopeBuilderWithRuntime, P as getGoogleChatRuntime, k as resolveWebhookPath, m as isDangerousNameMatchingEnabled, n as GROUP_POLICY_BLOCKED_LABEL, u as createChannelPairingController, w as resolveAllowlistProviderRuntimeGroupPolicy } from "./runtime-api-9L4ZPZzU.js";
2
3
  import { c as sendGoogleChatMessage, d as verifyGoogleChatRequest, i as downloadGoogleChatMedia, l as updateGoogleChatMessage, n as deleteGoogleChatMessage, s as probeGoogleChat, u as uploadGoogleChatAttachment } from "./api-BV2Sx72m.js";
3
4
  import { normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, normalizeOptionalString, normalizeStringEntries } from "openclaw/plugin-sdk/string-coerce-runtime";
package/dist/test-api.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import { F as setGoogleChatRuntime } from "./runtime-api-9L4ZPZzU.js";
2
- import { t as googlechatPlugin } from "./channel-D-mpKH0r.js";
2
+ import { t as googlechatPlugin } from "./channel-DoWBSTf6.js";
3
3
  export { googlechatPlugin, setGoogleChatRuntime };
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@openclaw/googlechat",
3
- "version": "2026.5.24-beta.1",
3
+ "version": "2026.5.25-beta.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/googlechat",
9
- "version": "2026.5.24-beta.1",
9
+ "version": "2026.5.25-beta.1",
10
10
  "dependencies": {
11
11
  "gaxios": "7.1.4",
12
12
  "google-auth-library": "10.6.2",
13
13
  "zod": "4.4.3"
14
14
  },
15
15
  "peerDependencies": {
16
- "openclaw": ">=2026.5.24-beta.1"
16
+ "openclaw": ">=2026.5.25-beta.1"
17
17
  },
18
18
  "peerDependenciesMeta": {
19
19
  "openclaw": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/googlechat",
3
- "version": "2026.5.24-beta.1",
3
+ "version": "2026.5.25-beta.1",
4
4
  "description": "OpenClaw Google Chat channel plugin",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,7 +13,7 @@
13
13
  "zod": "4.4.3"
14
14
  },
15
15
  "peerDependencies": {
16
- "openclaw": ">=2026.5.24-beta.1"
16
+ "openclaw": ">=2026.5.25-beta.1"
17
17
  },
18
18
  "peerDependenciesMeta": {
19
19
  "openclaw": {
@@ -71,10 +71,10 @@
71
71
  "minHostVersion": ">=2026.4.10"
72
72
  },
73
73
  "compat": {
74
- "pluginApi": ">=2026.5.24-beta.1"
74
+ "pluginApi": ">=2026.5.25-beta.1"
75
75
  },
76
76
  "build": {
77
- "openclawVersion": "2026.5.24-beta.1"
77
+ "openclawVersion": "2026.5.25-beta.1"
78
78
  },
79
79
  "release": {
80
80
  "publishToClawHub": true,