linkque-cli-v2 1.2.0 → 1.2.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/linkquejs.js +10 -8
- package/package.json +1 -1
- package/vendor/linkque-agent-appwrite-integrate/dist/esm/{chunk-HPOFEAMP.js → chunk-IXJFWSVE.js} +10 -8
- package/vendor/linkque-agent-appwrite-integrate/dist/esm/runtime/handler/chat.js +1 -1
- package/vendor/linkque-agent-appwrite-integrate/dist/esm/runtime/protocol.js +1 -1
- package/worker.js +10 -8
package/linkquejs.js
CHANGED
|
@@ -26392,14 +26392,16 @@ function getA2UIPaymentActionReferenceIssues(card, bindings, path22 = "a2uiTempl
|
|
|
26392
26392
|
const issues = [];
|
|
26393
26393
|
const bindingIds = new Set(bindings.map((binding) => binding.actionId));
|
|
26394
26394
|
const referenced = /* @__PURE__ */ new Set();
|
|
26395
|
-
card.forEach((
|
|
26396
|
-
|
|
26397
|
-
|
|
26398
|
-
|
|
26399
|
-
|
|
26400
|
-
|
|
26401
|
-
|
|
26402
|
-
|
|
26395
|
+
card.forEach((message, messageIndex) => {
|
|
26396
|
+
message.datas.forEach((instruction, instructionIndex) => {
|
|
26397
|
+
const instructionRecord = instruction;
|
|
26398
|
+
const update = isPlainRecord(instructionRecord.updateComponents) ? instructionRecord.updateComponents : void 0;
|
|
26399
|
+
const components = update && Array.isArray(update.components) ? update.components : [];
|
|
26400
|
+
components.forEach((component, componentIndex) => {
|
|
26401
|
+
if (!isPlainRecord(component))
|
|
26402
|
+
return;
|
|
26403
|
+
collectPaymentActionReferences(component.action, `${path22}[${messageIndex}].datas[${instructionIndex}].updateComponents.components[${componentIndex}].action`, referenced, issues);
|
|
26404
|
+
});
|
|
26403
26405
|
});
|
|
26404
26406
|
});
|
|
26405
26407
|
for (const actionId of referenced) {
|
package/package.json
CHANGED
package/vendor/linkque-agent-appwrite-integrate/dist/esm/{chunk-HPOFEAMP.js → chunk-IXJFWSVE.js}
RENAMED
|
@@ -17527,14 +17527,16 @@ function getA2UIPaymentActionReferenceIssues(card, bindings, path2 = "a2uiTempla
|
|
|
17527
17527
|
const issues = [];
|
|
17528
17528
|
const bindingIds = new Set(bindings.map((binding) => binding.actionId));
|
|
17529
17529
|
const referenced = /* @__PURE__ */ new Set();
|
|
17530
|
-
card.forEach((
|
|
17531
|
-
|
|
17532
|
-
|
|
17533
|
-
|
|
17534
|
-
|
|
17535
|
-
|
|
17536
|
-
|
|
17537
|
-
|
|
17530
|
+
card.forEach((message, messageIndex) => {
|
|
17531
|
+
message.datas.forEach((instruction, instructionIndex) => {
|
|
17532
|
+
const instructionRecord = instruction;
|
|
17533
|
+
const update = isPlainRecord(instructionRecord.updateComponents) ? instructionRecord.updateComponents : void 0;
|
|
17534
|
+
const components = update && Array.isArray(update.components) ? update.components : [];
|
|
17535
|
+
components.forEach((component, componentIndex) => {
|
|
17536
|
+
if (!isPlainRecord(component))
|
|
17537
|
+
return;
|
|
17538
|
+
collectPaymentActionReferences(component.action, `${path2}[${messageIndex}].datas[${instructionIndex}].updateComponents.components[${componentIndex}].action`, referenced, issues);
|
|
17539
|
+
});
|
|
17538
17540
|
});
|
|
17539
17541
|
});
|
|
17540
17542
|
for (const actionId of referenced) {
|
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
parseSkillFile,
|
|
59
59
|
streamToConversationEvents,
|
|
60
60
|
verifyPaymentResult
|
|
61
|
-
} from "../../chunk-
|
|
61
|
+
} from "../../chunk-IXJFWSVE.js";
|
|
62
62
|
import "../../chunk-XUFLSZM4.js";
|
|
63
63
|
import "../../chunk-I64V3ICJ.js";
|
|
64
64
|
import "../../chunk-6MHDOBWO.js";
|
package/worker.js
CHANGED
|
@@ -14356,14 +14356,16 @@ function getA2UIPaymentActionReferenceIssues(card, bindings, path6 = "a2uiTempla
|
|
|
14356
14356
|
const issues = [];
|
|
14357
14357
|
const bindingIds = new Set(bindings.map((binding) => binding.actionId));
|
|
14358
14358
|
const referenced = /* @__PURE__ */ new Set();
|
|
14359
|
-
card.forEach((
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14359
|
+
card.forEach((message, messageIndex) => {
|
|
14360
|
+
message.datas.forEach((instruction, instructionIndex) => {
|
|
14361
|
+
const instructionRecord = instruction;
|
|
14362
|
+
const update = isPlainRecord(instructionRecord.updateComponents) ? instructionRecord.updateComponents : void 0;
|
|
14363
|
+
const components = update && Array.isArray(update.components) ? update.components : [];
|
|
14364
|
+
components.forEach((component, componentIndex) => {
|
|
14365
|
+
if (!isPlainRecord(component))
|
|
14366
|
+
return;
|
|
14367
|
+
collectPaymentActionReferences(component.action, `${path6}[${messageIndex}].datas[${instructionIndex}].updateComponents.components[${componentIndex}].action`, referenced, issues);
|
|
14368
|
+
});
|
|
14367
14369
|
});
|
|
14368
14370
|
});
|
|
14369
14371
|
for (const actionId of referenced) {
|