@openclaw/googlechat 2026.5.16-beta.4 → 2026.5.16-beta.5

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
- import { o as resolveGoogleChatAccount, r as listEnabledGoogleChatAccounts } from "./setup-surface-Q6Vgbsv2.js";
1
+ import { o as resolveGoogleChatAccount, r as listEnabledGoogleChatAccounts } from "./setup-surface-QB3FbDW2.js";
2
2
  import { P as getGoogleChatRuntime } from "./runtime-api-DuEfWHnr.js";
3
3
  import { c as sendGoogleChatMessage, o as listGoogleChatReactions, r as deleteGoogleChatReaction, t as createGoogleChatReaction, u as uploadGoogleChatAttachment } from "./api-BJ9DOsBR.js";
4
- import { n as resolveGoogleChatOutboundSpace } from "./channel-Bf5PtC25.js";
4
+ import { n as resolveGoogleChatOutboundSpace } from "./channel-CRlB4eCc.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
- import { n as googlechatSetupAdapter, t as googlechatSetupWizard } from "./setup-surface-Q6Vgbsv2.js";
2
- import { t as googlechatPlugin } from "./channel-Bf5PtC25.js";
1
+ import { n as googlechatSetupAdapter, t as googlechatSetupWizard } from "./setup-surface-QB3FbDW2.js";
2
+ import { t as googlechatPlugin } from "./channel-CRlB4eCc.js";
3
3
  export { googlechatPlugin, googlechatSetupAdapter, googlechatSetupWizard };
@@ -1,4 +1,4 @@
1
- import { a as resolveDefaultGoogleChatAccountId, i as listGoogleChatAccountIds, n as googlechatSetupAdapter, o as resolveGoogleChatAccount, s as resolveGoogleChatConfigAccessorAccount, t as googlechatSetupWizard } from "./setup-surface-Q6Vgbsv2.js";
1
+ import { a as resolveDefaultGoogleChatAccountId, i as listGoogleChatAccountIds, n as googlechatSetupAdapter, o as resolveGoogleChatAccount, s as resolveGoogleChatConfigAccessorAccount, t as googlechatSetupWizard } from "./setup-surface-QB3FbDW2.js";
2
2
  import { T as resolveChannelMediaMaxBytes, _ as missingTargetError, a as buildChannelConfigSchema, g as loadOutboundMediaFromUrl, i as PAIRING_APPROVED_MESSAGE, o as chunkTextForOutbound, r as GoogleChatConfigSchema, t as DEFAULT_ACCOUNT_ID, x as readRemoteMediaBuffer } from "./runtime-api-DuEfWHnr.js";
3
3
  import { a as findGoogleChatDirectMessage } from "./api-BJ9DOsBR.js";
4
4
  import { n as normalizeCompatibilityConfig, t as legacyConfigRules } from "./doctor-contract-CG1sLToP.js";
@@ -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-CpWMO4Q6.js");
433
+ const { googlechatMessageActions } = await import("./actions--tx1IFRH.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-Bf5PtC25.js";
1
+ import { t as googlechatPlugin } from "./channel-CRlB4eCc.js";
2
2
  export { googlechatPlugin };
@@ -1,4 +1,4 @@
1
- import { a as resolveDefaultGoogleChatAccountId, i as listGoogleChatAccountIds, n as googlechatSetupAdapter, o as resolveGoogleChatAccount, s as resolveGoogleChatConfigAccessorAccount, t as googlechatSetupWizard } from "./setup-surface-Q6Vgbsv2.js";
1
+ import { a as resolveDefaultGoogleChatAccountId, i as listGoogleChatAccountIds, n as googlechatSetupAdapter, o as resolveGoogleChatAccount, s as resolveGoogleChatConfigAccessorAccount, t as googlechatSetupWizard } from "./setup-surface-QB3FbDW2.js";
2
2
  import { describeAccountSnapshot } from "openclaw/plugin-sdk/account-helpers";
3
3
  import { formatNormalizedAllowFromEntries } from "openclaw/plugin-sdk/allow-from";
4
4
  import { adaptScopedAccountAccessor, createScopedChannelConfigAdapter } from "openclaw/plugin-sdk/channel-config-helpers";
@@ -10,7 +10,14 @@ import { DEFAULT_ACCOUNT_ID as DEFAULT_ACCOUNT_ID$1, addWildcardAllowFrom, apply
10
10
  const ENV_SERVICE_ACCOUNT$1 = "GOOGLE_CHAT_SERVICE_ACCOUNT";
11
11
  const ENV_SERVICE_ACCOUNT_FILE$1 = "GOOGLE_CHAT_SERVICE_ACCOUNT_FILE";
12
12
  const JsonRecordSchema = z.record(z.string(), z.unknown());
13
- const { listAccountIds: listGoogleChatAccountIds, resolveDefaultAccountId: resolveDefaultGoogleChatAccountId } = createAccountListHelpers("googlechat");
13
+ const { listAccountIds: listGoogleChatAccountIds, resolveDefaultAccountId: resolveDefaultGoogleChatAccountId } = createAccountListHelpers("googlechat", { implicitDefaultAccount: {
14
+ channelKeys: [
15
+ "serviceAccount",
16
+ "serviceAccountRef",
17
+ "serviceAccountFile"
18
+ ],
19
+ envVars: [ENV_SERVICE_ACCOUNT$1, ENV_SERVICE_ACCOUNT_FILE$1]
20
+ } });
14
21
  function mergeGoogleChatAccountConfig(cfg, accountId) {
15
22
  const raw = cfg.channels?.["googlechat"] ?? {};
16
23
  const base = resolveMergedAccountConfig({
package/dist/test-api.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import { F as setGoogleChatRuntime } from "./runtime-api-DuEfWHnr.js";
2
- import { t as googlechatPlugin } from "./channel-Bf5PtC25.js";
2
+ import { t as googlechatPlugin } from "./channel-CRlB4eCc.js";
3
3
  export { googlechatPlugin, setGoogleChatRuntime };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/googlechat",
3
- "version": "2026.5.16-beta.4",
3
+ "version": "2026.5.16-beta.5",
4
4
  "description": "OpenClaw Google Chat channel plugin",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "openclaw": "workspace:*"
18
18
  },
19
19
  "peerDependencies": {
20
- "openclaw": ">=2026.5.16-beta.4"
20
+ "openclaw": ">=2026.5.16-beta.5"
21
21
  },
22
22
  "peerDependenciesMeta": {
23
23
  "openclaw": {
@@ -75,10 +75,10 @@
75
75
  "minHostVersion": ">=2026.4.10"
76
76
  },
77
77
  "compat": {
78
- "pluginApi": ">=2026.5.16-beta.4"
78
+ "pluginApi": ">=2026.5.16-beta.5"
79
79
  },
80
80
  "build": {
81
- "openclawVersion": "2026.5.16-beta.4"
81
+ "openclawVersion": "2026.5.16-beta.5"
82
82
  },
83
83
  "release": {
84
84
  "publishToClawHub": true,