antenna-openclaw-plugin 1.2.26 → 1.2.28
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/index.ts +17 -17
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -266,7 +266,7 @@ export default function register(api: any) {
|
|
|
266
266
|
radius_m: { type: "number", description: "Search radius in meters (default 500, max 1000)" },
|
|
267
267
|
sender_id: { type: "string", description: "The sender's user ID (from message context)" },
|
|
268
268
|
channel: { type: "string", description: "The channel name" },
|
|
269
|
-
chat_id: { type: "string", description: "
|
|
269
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
270
270
|
},
|
|
271
271
|
required: ["sender_id", "channel"],
|
|
272
272
|
},
|
|
@@ -380,7 +380,7 @@ export default function register(api: any) {
|
|
|
380
380
|
action: { type: "string", enum: ["get", "set"], description: "'get' to view profile, 'set' to update it" },
|
|
381
381
|
sender_id: { type: "string", description: "The sender's user ID" },
|
|
382
382
|
channel: { type: "string", description: "The channel name" },
|
|
383
|
-
chat_id: { type: "string", description: "
|
|
383
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
384
384
|
display_name: { type: "string", description: "Display name" },
|
|
385
385
|
emoji: { type: "string", description: "Profile emoji" },
|
|
386
386
|
line1: { type: "string", description: "First line (who you are / what you do)" },
|
|
@@ -439,7 +439,7 @@ export default function register(api: any) {
|
|
|
439
439
|
lng: { type: "number", description: "Longitude" },
|
|
440
440
|
sender_id: { type: "string", description: "The sender's user ID" },
|
|
441
441
|
channel: { type: "string", description: "The channel name" },
|
|
442
|
-
chat_id: { type: "string", description: "
|
|
442
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
443
443
|
place_name: { type: "string", description: "Optional: name of the place (for confirmation message)" },
|
|
444
444
|
},
|
|
445
445
|
required: ["lat", "lng", "sender_id", "channel"],
|
|
@@ -485,7 +485,7 @@ export default function register(api: any) {
|
|
|
485
485
|
properties: {
|
|
486
486
|
sender_id: { type: "string" },
|
|
487
487
|
channel: { type: "string" },
|
|
488
|
-
chat_id: { type: "string", description: "
|
|
488
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
489
489
|
ref: { type: "string", description: "Ref number from scan results (e.g. '1')" },
|
|
490
490
|
target_device_id: { type: "string", description: "Device ID (use ref instead when possible)" },
|
|
491
491
|
contact_info: { type: "string", description: "Optional contact info to share" },
|
|
@@ -562,7 +562,7 @@ export default function register(api: any) {
|
|
|
562
562
|
properties: {
|
|
563
563
|
sender_id: { type: "string", description: "The sender's user ID" },
|
|
564
564
|
channel: { type: "string", description: "The channel name" },
|
|
565
|
-
chat_id: { type: "string", description: "
|
|
565
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
566
566
|
purpose: { type: "string", description: "'profile' (default) or 'event'" },
|
|
567
567
|
event_code: { type: "string", description: "Event code (required when purpose=event)" },
|
|
568
568
|
},
|
|
@@ -605,7 +605,7 @@ export default function register(api: any) {
|
|
|
605
605
|
properties: {
|
|
606
606
|
sender_id: { type: "string", description: "The sender's user ID" },
|
|
607
607
|
channel: { type: "string", description: "The channel name" },
|
|
608
|
-
chat_id: { type: "string", description: "
|
|
608
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
609
609
|
},
|
|
610
610
|
required: ["sender_id", "channel"],
|
|
611
611
|
},
|
|
@@ -686,7 +686,7 @@ export default function register(api: any) {
|
|
|
686
686
|
name: { type: "string", description: "Event name" },
|
|
687
687
|
sender_id: { type: "string" },
|
|
688
688
|
channel: { type: "string" },
|
|
689
|
-
chat_id: { type: "string", description: "
|
|
689
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
690
690
|
lat: { type: "number", description: "Event latitude" },
|
|
691
691
|
lng: { type: "number", description: "Event longitude" },
|
|
692
692
|
starts_at: { type: "string", description: "Start time ISO" },
|
|
@@ -731,7 +731,7 @@ export default function register(api: any) {
|
|
|
731
731
|
code: { type: "string", description: "Event code" },
|
|
732
732
|
sender_id: { type: "string" },
|
|
733
733
|
channel: { type: "string" },
|
|
734
|
-
chat_id: { type: "string", description: "
|
|
734
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
735
735
|
},
|
|
736
736
|
required: ["code", "sender_id", "channel"],
|
|
737
737
|
},
|
|
@@ -760,7 +760,7 @@ export default function register(api: any) {
|
|
|
760
760
|
code: { type: "string", description: "Event code" },
|
|
761
761
|
sender_id: { type: "string" },
|
|
762
762
|
channel: { type: "string" },
|
|
763
|
-
chat_id: { type: "string", description: "
|
|
763
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
764
764
|
lat: { type: "number", description: "Latitude (optional, for auto-checkin)" },
|
|
765
765
|
lng: { type: "number", description: "Longitude (optional, for auto-checkin)" },
|
|
766
766
|
application_context: { type: "string", description: "Application context from screening conversation" },
|
|
@@ -845,7 +845,7 @@ export default function register(api: any) {
|
|
|
845
845
|
code: { type: "string", description: "Event code" },
|
|
846
846
|
sender_id: { type: "string" },
|
|
847
847
|
channel: { type: "string" },
|
|
848
|
-
chat_id: { type: "string", description: "
|
|
848
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
849
849
|
},
|
|
850
850
|
required: ["code", "sender_id", "channel"],
|
|
851
851
|
},
|
|
@@ -883,7 +883,7 @@ export default function register(api: any) {
|
|
|
883
883
|
properties: {
|
|
884
884
|
sender_id: { type: "string", description: "The sender's user ID" },
|
|
885
885
|
channel: { type: "string", description: "The channel name" },
|
|
886
|
-
chat_id: { type: "string", description: "
|
|
886
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
887
887
|
ref: { type: "string", description: "Ref number from scan/discover results" },
|
|
888
888
|
target_device_id: { type: "string", description: "Device ID (use ref instead when possible)" },
|
|
889
889
|
},
|
|
@@ -920,7 +920,7 @@ export default function register(api: any) {
|
|
|
920
920
|
code: { type: "string", description: "Event code" },
|
|
921
921
|
sender_id: { type: "string" },
|
|
922
922
|
channel: { type: "string" },
|
|
923
|
-
chat_id: { type: "string", description: "
|
|
923
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
924
924
|
lat: { type: "number", description: "Latitude (optional)" },
|
|
925
925
|
lng: { type: "number", description: "Longitude (optional)" },
|
|
926
926
|
},
|
|
@@ -981,7 +981,7 @@ export default function register(api: any) {
|
|
|
981
981
|
properties: {
|
|
982
982
|
sender_id: { type: "string" },
|
|
983
983
|
channel: { type: "string" },
|
|
984
|
-
chat_id: { type: "string", description: "
|
|
984
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
985
985
|
},
|
|
986
986
|
required: ["sender_id", "channel"],
|
|
987
987
|
},
|
|
@@ -1064,7 +1064,7 @@ export default function register(api: any) {
|
|
|
1064
1064
|
code: { type: "string", description: "Event code" },
|
|
1065
1065
|
sender_id: { type: "string" },
|
|
1066
1066
|
channel: { type: "string" },
|
|
1067
|
-
chat_id: { type: "string", description: "
|
|
1067
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
1068
1068
|
name: { type: "string", description: "New event name" },
|
|
1069
1069
|
description: { type: "string", description: "New event description" },
|
|
1070
1070
|
og_image: { type: "string", description: "New OG image URL" },
|
|
@@ -1102,7 +1102,7 @@ export default function register(api: any) {
|
|
|
1102
1102
|
code: { type: "string", description: "Event code" },
|
|
1103
1103
|
sender_id: { type: "string" },
|
|
1104
1104
|
channel: { type: "string" },
|
|
1105
|
-
chat_id: { type: "string", description: "
|
|
1105
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
1106
1106
|
ref: { type: "string", description: "Ref number of the participant to approve" },
|
|
1107
1107
|
},
|
|
1108
1108
|
required: ["code", "sender_id", "channel", "ref"],
|
|
@@ -1131,7 +1131,7 @@ export default function register(api: any) {
|
|
|
1131
1131
|
code: { type: "string", description: "Event code" },
|
|
1132
1132
|
sender_id: { type: "string" },
|
|
1133
1133
|
channel: { type: "string" },
|
|
1134
|
-
chat_id: { type: "string", description: "
|
|
1134
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
1135
1135
|
ref: { type: "string", description: "Ref number of the participant to reject" },
|
|
1136
1136
|
},
|
|
1137
1137
|
required: ["code", "sender_id", "channel", "ref"],
|
|
@@ -1160,7 +1160,7 @@ export default function register(api: any) {
|
|
|
1160
1160
|
code: { type: "string", description: "Event code" },
|
|
1161
1161
|
sender_id: { type: "string" },
|
|
1162
1162
|
channel: { type: "string" },
|
|
1163
|
-
chat_id: { type: "string", description: "
|
|
1163
|
+
chat_id: { type: "string", description: "REQUIRED for notifications. Pass the chat/channel ID from your message context so Antenna can send you match and event notifications." },
|
|
1164
1164
|
ref: { type: "string", description: "Ref number of the participant to make co-host" },
|
|
1165
1165
|
},
|
|
1166
1166
|
required: ["code", "sender_id", "channel", "ref"],
|