@credo-ts/action-menu 0.6.0-pr-2195-20250226100854 → 0.6.0-pr-2195-20250321180923

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,6 +1,6 @@
1
+ import type { BaseEvent } from '@credo-ts/core';
1
2
  import type { ActionMenuState } from './ActionMenuState';
2
3
  import type { ActionMenuRecord } from './repository';
3
- import type { BaseEvent } from '@credo-ts/core';
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,5 +1,5 @@
1
- import type { ActionMenuProblemReportReason } from './ActionMenuProblemReportReason';
2
1
  import type { ProblemReportErrorOptions } from '@credo-ts/didcomm';
2
+ import type { ActionMenuProblemReportReason } from './ActionMenuProblemReportReason';
3
3
  import { ProblemReportError } from '@credo-ts/didcomm';
4
4
  import { ActionMenuProblemReportMessage } from '../messages';
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ActionMenuProblemReportError.js","sourceRoot":"","sources":["../../src/errors/ActionMenuProblemReportError.ts"],"names":[],"mappings":";;;AAGA,+CAAsD;AAEtD,0CAA4D;AAS5D;;GAEG;AACH,MAAa,4BAA6B,SAAQ,4BAAkB;IAGlE,YAA0B,OAAe,EAAE,EAAE,WAAW,EAAuC;QAC7F,KAAK,CAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAA;QADP,YAAO,GAAP,OAAO,CAAQ;QAEvC,IAAI,CAAC,aAAa,GAAG,IAAI,yCAA8B,CAAC;YACtD,WAAW,EAAE;gBACX,EAAE,EAAE,OAAO;gBACX,IAAI,EAAE,WAAW;aAClB;SACF,CAAC,CAAA;IACJ,CAAC;CACF;AAZD,oEAYC"}
1
+ {"version":3,"file":"ActionMenuProblemReportError.js","sourceRoot":"","sources":["../../src/errors/ActionMenuProblemReportError.ts"],"names":[],"mappings":";;;AAGA,+CAAsD;AAEtD,0CAA4D;AAS5D;;GAEG;AACH,MAAa,4BAA6B,SAAQ,4BAAkB;IAGlE,YACS,OAAe,EACtB,EAAE,WAAW,EAAuC;QAEpD,KAAK,CAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAA;QAHxB,YAAO,GAAP,OAAO,CAAQ;QAItB,IAAI,CAAC,aAAa,GAAG,IAAI,yCAA8B,CAAC;YACtD,WAAW,EAAE;gBACX,EAAE,EAAE,OAAO;gBACX,IAAI,EAAE,WAAW;aAClB;SACF,CAAC,CAAA;IACJ,CAAC;CACF;AAfD,oEAeC"}
@@ -1,5 +1,5 @@
1
- import type { ActionMenuService } from '../services';
2
1
  import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/didcomm';
2
+ import type { ActionMenuService } from '../services';
3
3
  import { ActionMenuProblemReportMessage } from '../messages';
4
4
  /**
5
5
  * @internal
@@ -8,5 +8,5 @@ export declare class ActionMenuProblemReportHandler implements MessageHandler {
8
8
  private actionMenuService;
9
9
  supportedMessages: (typeof ActionMenuProblemReportMessage)[];
10
10
  constructor(actionMenuService: ActionMenuService);
11
- handle(messageContext: MessageHandlerInboundMessage<ActionMenuProblemReportHandler>): Promise<void>;
11
+ handle(messageContext: MessageHandlerInboundMessage<ActionMenuProblemReportHandler>): Promise<undefined>;
12
12
  }
@@ -12,6 +12,7 @@ class ActionMenuProblemReportHandler {
12
12
  }
13
13
  async handle(messageContext) {
14
14
  await this.actionMenuService.processProblemReport(messageContext);
15
+ return undefined;
15
16
  }
16
17
  }
17
18
  exports.ActionMenuProblemReportHandler = ActionMenuProblemReportHandler;
@@ -1 +1 @@
1
- {"version":3,"file":"ActionMenuProblemReportHandler.js","sourceRoot":"","sources":["../../src/handlers/ActionMenuProblemReportHandler.ts"],"names":[],"mappings":";;;AAGA,0CAA4D;AAE5D;;GAEG;AACH,MAAa,8BAA8B;IAIzC,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,yCAA8B,CAAC,CAAA;QAGzD,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAA4E;QAC9F,MAAM,IAAI,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,cAAc,CAAC,CAAA;IACnE,CAAC;CACF;AAXD,wEAWC"}
1
+ {"version":3,"file":"ActionMenuProblemReportHandler.js","sourceRoot":"","sources":["../../src/handlers/ActionMenuProblemReportHandler.ts"],"names":[],"mappings":";;;AAGA,0CAA4D;AAE5D;;GAEG;AACH,MAAa,8BAA8B;IAIzC,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,yCAA8B,CAAC,CAAA;QAGzD,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAA4E;QAC9F,MAAM,IAAI,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,cAAc,CAAC,CAAA;QAEjE,OAAO,SAAS,CAAA;IAClB,CAAC;CACF;AAbD,wEAaC"}
@@ -1,5 +1,5 @@
1
- import type { ActionMenuService } from '../services';
2
1
  import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/didcomm';
2
+ import type { ActionMenuService } from '../services';
3
3
  import { MenuMessage } from '../messages';
4
4
  /**
5
5
  * @internal
@@ -8,5 +8,5 @@ export declare class MenuMessageHandler implements MessageHandler {
8
8
  private actionMenuService;
9
9
  supportedMessages: (typeof MenuMessage)[];
10
10
  constructor(actionMenuService: ActionMenuService);
11
- handle(inboundMessage: MessageHandlerInboundMessage<MenuMessageHandler>): Promise<void>;
11
+ handle(inboundMessage: MessageHandlerInboundMessage<MenuMessageHandler>): Promise<undefined>;
12
12
  }
@@ -13,6 +13,7 @@ class MenuMessageHandler {
13
13
  async handle(inboundMessage) {
14
14
  inboundMessage.assertReadyConnection();
15
15
  await this.actionMenuService.processMenu(inboundMessage);
16
+ return undefined;
16
17
  }
17
18
  }
18
19
  exports.MenuMessageHandler = MenuMessageHandler;
@@ -1 +1 @@
1
- {"version":3,"file":"MenuMessageHandler.js","sourceRoot":"","sources":["../../src/handlers/MenuMessageHandler.ts"],"names":[],"mappings":";;;AAGA,0CAAyC;AAEzC;;GAEG;AACH,MAAa,kBAAkB;IAI7B,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,sBAAW,CAAC,CAAA;QAGtC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAgE;QAClF,cAAc,CAAC,qBAAqB,EAAE,CAAA;QAEtC,MAAM,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,cAAc,CAAC,CAAA;IAC1D,CAAC;CACF;AAbD,gDAaC"}
1
+ {"version":3,"file":"MenuMessageHandler.js","sourceRoot":"","sources":["../../src/handlers/MenuMessageHandler.ts"],"names":[],"mappings":";;;AAGA,0CAAyC;AAEzC;;GAEG;AACH,MAAa,kBAAkB;IAI7B,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,sBAAW,CAAC,CAAA;QAGtC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAgE;QAClF,cAAc,CAAC,qBAAqB,EAAE,CAAA;QAEtC,MAAM,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,cAAc,CAAC,CAAA;QAExD,OAAO,SAAS,CAAA;IAClB,CAAC;CACF;AAfD,gDAeC"}
@@ -1,5 +1,5 @@
1
- import type { ActionMenuService } from '../services';
2
1
  import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/didcomm';
2
+ import type { ActionMenuService } from '../services';
3
3
  import { MenuRequestMessage } from '../messages';
4
4
  /**
5
5
  * @internal
@@ -8,5 +8,5 @@ export declare class MenuRequestMessageHandler implements MessageHandler {
8
8
  private actionMenuService;
9
9
  supportedMessages: (typeof MenuRequestMessage)[];
10
10
  constructor(actionMenuService: ActionMenuService);
11
- handle(inboundMessage: MessageHandlerInboundMessage<MenuRequestMessageHandler>): Promise<void>;
11
+ handle(inboundMessage: MessageHandlerInboundMessage<MenuRequestMessageHandler>): Promise<undefined>;
12
12
  }
@@ -13,6 +13,7 @@ class MenuRequestMessageHandler {
13
13
  async handle(inboundMessage) {
14
14
  inboundMessage.assertReadyConnection();
15
15
  await this.actionMenuService.processRequest(inboundMessage);
16
+ return undefined;
16
17
  }
17
18
  }
18
19
  exports.MenuRequestMessageHandler = MenuRequestMessageHandler;
@@ -1 +1 @@
1
- {"version":3,"file":"MenuRequestMessageHandler.js","sourceRoot":"","sources":["../../src/handlers/MenuRequestMessageHandler.ts"],"names":[],"mappings":";;;AAGA,0CAAgD;AAEhD;;GAEG;AACH,MAAa,yBAAyB;IAIpC,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,6BAAkB,CAAC,CAAA;QAG7C,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAuE;QACzF,cAAc,CAAC,qBAAqB,EAAE,CAAA;QAEtC,MAAM,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;IAC7D,CAAC;CACF;AAbD,8DAaC"}
1
+ {"version":3,"file":"MenuRequestMessageHandler.js","sourceRoot":"","sources":["../../src/handlers/MenuRequestMessageHandler.ts"],"names":[],"mappings":";;;AAGA,0CAAgD;AAEhD;;GAEG;AACH,MAAa,yBAAyB;IAIpC,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,6BAAkB,CAAC,CAAA;QAG7C,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAuE;QACzF,cAAc,CAAC,qBAAqB,EAAE,CAAA;QAEtC,MAAM,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;QAE3D,OAAO,SAAS,CAAA;IAClB,CAAC;CACF;AAfD,8DAeC"}
@@ -1,5 +1,5 @@
1
- import type { ActionMenuService } from '../services';
2
1
  import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/didcomm';
2
+ import type { ActionMenuService } from '../services';
3
3
  import { PerformMessage } from '../messages';
4
4
  /**
5
5
  * @internal
@@ -8,5 +8,5 @@ export declare class PerformMessageHandler implements MessageHandler {
8
8
  private actionMenuService;
9
9
  supportedMessages: (typeof PerformMessage)[];
10
10
  constructor(actionMenuService: ActionMenuService);
11
- handle(inboundMessage: MessageHandlerInboundMessage<PerformMessageHandler>): Promise<void>;
11
+ handle(inboundMessage: MessageHandlerInboundMessage<PerformMessageHandler>): Promise<undefined>;
12
12
  }
@@ -13,6 +13,7 @@ class PerformMessageHandler {
13
13
  async handle(inboundMessage) {
14
14
  inboundMessage.assertReadyConnection();
15
15
  await this.actionMenuService.processPerform(inboundMessage);
16
+ return undefined;
16
17
  }
17
18
  }
18
19
  exports.PerformMessageHandler = PerformMessageHandler;
@@ -1 +1 @@
1
- {"version":3,"file":"PerformMessageHandler.js","sourceRoot":"","sources":["../../src/handlers/PerformMessageHandler.ts"],"names":[],"mappings":";;;AAGA,0CAA4C;AAE5C;;GAEG;AACH,MAAa,qBAAqB;IAIhC,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,yBAAc,CAAC,CAAA;QAGzC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAmE;QACrF,cAAc,CAAC,qBAAqB,EAAE,CAAA;QAEtC,MAAM,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;IAC7D,CAAC;CACF;AAbD,sDAaC"}
1
+ {"version":3,"file":"PerformMessageHandler.js","sourceRoot":"","sources":["../../src/handlers/PerformMessageHandler.ts"],"names":[],"mappings":";;;AAGA,0CAA4C;AAE5C;;GAEG;AACH,MAAa,qBAAqB;IAIhC,YAAmB,iBAAoC;QAFhD,sBAAiB,GAAG,CAAC,yBAAc,CAAC,CAAA;QAGzC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAmE;QACrF,cAAc,CAAC,qBAAqB,EAAE,CAAA;QAEtC,MAAM,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;QAE3D,OAAO,SAAS,CAAA;IAClB,CAAC;CACF;AAfD,sDAeC"}
@@ -6,11 +6,6 @@ export type ActionMenuProblemReportMessageOptions = ProblemReportMessageOptions;
6
6
  * @internal
7
7
  */
8
8
  export declare class ActionMenuProblemReportMessage extends ProblemReportMessage {
9
- /**
10
- * Create new ConnectionProblemReportMessage instance.
11
- * @param options
12
- */
13
- constructor(options: ActionMenuProblemReportMessageOptions);
14
9
  readonly type: string;
15
10
  static readonly type: import("@credo-ts/didcomm").ParsedMessageType;
16
11
  }
@@ -16,12 +16,8 @@ const didcomm_1 = require("@credo-ts/didcomm");
16
16
  * @internal
17
17
  */
18
18
  class ActionMenuProblemReportMessage extends didcomm_1.ProblemReportMessage {
19
- /**
20
- * Create new ConnectionProblemReportMessage instance.
21
- * @param options
22
- */
23
- constructor(options) {
24
- super(options);
19
+ constructor() {
20
+ super(...arguments);
25
21
  this.type = ActionMenuProblemReportMessage.type.messageTypeUri;
26
22
  }
27
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ActionMenuProblemReportMessage.js","sourceRoot":"","sources":["../../src/messages/ActionMenuProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,+CAA8F;AAI9F;;;GAGG;AACH,MAAa,8BAA+B,SAAQ,8BAAoB;IACtE;;;OAGG;IACH,YAAmB,OAA8C;QAC/D,KAAK,CAAC,OAAO,CAAC,CAAA;QAIA,SAAI,GAAG,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAA;IAHzE,CAAC;;AAPH,wEAYC;AADwB,mCAAI,GAAG,IAAA,0BAAgB,EAAC,oDAAoD,CAAC,AAAzE,CAAyE;AADpF;IADf,IAAA,4BAAkB,EAAC,8BAA8B,CAAC,IAAI,CAAC;;4DACiB"}
1
+ {"version":3,"file":"ActionMenuProblemReportMessage.js","sourceRoot":"","sources":["../../src/messages/ActionMenuProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,+CAA8F;AAI9F;;;GAGG;AACH,MAAa,8BAA+B,SAAQ,8BAAoB;IAAxE;;QAEkB,SAAI,GAAG,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAA;IAE3E,CAAC;;AAJD,wEAIC;AADwB,mCAAI,GAAG,IAAA,0BAAgB,EAAC,oDAAoD,CAAC,AAAzE,CAAyE;AADpF;IADf,IAAA,4BAAkB,EAAC,8BAA8B,CAAC,IAAI,CAAC;;4DACiB"}
@@ -1,8 +1,8 @@
1
+ import type { TagsBase } from '@credo-ts/core';
1
2
  import type { ActionMenuRole } from '../ActionMenuRole';
2
3
  import type { ActionMenuState } from '../ActionMenuState';
3
- import type { TagsBase } from '@credo-ts/core';
4
4
  import { BaseRecord } from '@credo-ts/core';
5
- import { ActionMenuSelection, ActionMenu } from '../models';
5
+ import { ActionMenu, ActionMenuSelection } from '../models';
6
6
  /**
7
7
  * @public
8
8
  */
@@ -42,6 +42,7 @@ class ActionMenuRecord extends core_1.BaseRecord {
42
42
  }
43
43
  assertState(expectedStates) {
44
44
  if (!Array.isArray(expectedStates)) {
45
+ // biome-ignore lint/style/noParameterAssign: <explanation>
45
46
  expectedStates = [expectedStates];
46
47
  }
47
48
  if (!expectedStates.includes(this.state)) {
@@ -1 +1 @@
1
- {"version":3,"file":"ActionMenuRecord.js","sourceRoot":"","sources":["../../src/repository/ActionMenuRecord.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,yCAA8D;AAC9D,yDAAwC;AAExC,sCAA2D;AA+B3D;;GAEG;AACH,MAAa,gBACX,SAAQ,iBAAuD;IAiB/D,YAAmB,KAA4B;QAC7C,KAAK,EAAE,CAAA;QAHO,SAAI,GAAG,gBAAgB,CAAC,IAAI,CAAA;QAK1C,IAAI,KAAK,EAAE,CAAC;YACV,IAAI,CAAC,EAAE,GAAG,KAAK,CAAC,EAAE,IAAI,YAAK,CAAC,IAAI,EAAE,CAAA;YAClC,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,IAAI,IAAI,IAAI,EAAE,CAAA;YAC9C,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAA;YACtC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAA;YAC9B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAA;YACxB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAA;YACtB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAA;YACtB,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC,eAAe,CAAA;YAC5C,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,IAAI,EAAE,CAAA;QAC/B,CAAC;IACH,CAAC;IAEM,OAAO;QACZ,OAAO;YACL,GAAG,IAAI,CAAC,KAAK;YACb,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,YAAY,EAAE,IAAI,CAAC,YAAY;YAC/B,QAAQ,EAAE,IAAI,CAAC,QAAQ;SACxB,CAAA;IACH,CAAC;IAEM,WAAW,CAAC,cAAmD;QACpE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc,CAAC,EAAE,CAAC;YACnC,cAAc,GAAG,CAAC,cAAc,CAAC,CAAA;QACnC,CAAC;QAED,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YACzC,MAAM,IAAI,iBAAU,CAClB,0CAA0C,IAAI,CAAC,KAAK,uBAAuB,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CACxG,CAAA;QACH,CAAC;IACH,CAAC;IAEM,UAAU,CAAC,YAA4B;QAC5C,IAAI,IAAI,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;YAC/B,MAAM,IAAI,iBAAU,CAAC,uCAAuC,IAAI,CAAC,IAAI,mBAAmB,YAAY,GAAG,CAAC,CAAA;QAC1G,CAAC;IACH,CAAC;;AA3DH,4CA4DC;AA7CwB,qBAAI,GAAG,kBAAkB,AAArB,CAAqB;AALzC;IADN,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mBAAU,CAAC;8BACT,mBAAU;8CAAA;AAGjB;IADN,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAmB,CAAC;8BACP,4BAAmB;yDAAA"}
1
+ {"version":3,"file":"ActionMenuRecord.js","sourceRoot":"","sources":["../../src/repository/ActionMenuRecord.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,yCAA8D;AAC9D,yDAAwC;AAExC,sCAA2D;AA+B3D;;GAEG;AACH,MAAa,gBACX,SAAQ,iBAAuD;IAiB/D,YAAmB,KAA4B;QAC7C,KAAK,EAAE,CAAA;QAHO,SAAI,GAAG,gBAAgB,CAAC,IAAI,CAAA;QAK1C,IAAI,KAAK,EAAE,CAAC;YACV,IAAI,CAAC,EAAE,GAAG,KAAK,CAAC,EAAE,IAAI,YAAK,CAAC,IAAI,EAAE,CAAA;YAClC,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,IAAI,IAAI,IAAI,EAAE,CAAA;YAC9C,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,CAAA;YACtC,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAA;YAC9B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAA;YACxB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAA;YACtB,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAA;YACtB,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC,eAAe,CAAA;YAC5C,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,IAAI,IAAI,EAAE,CAAA;QAC/B,CAAC;IACH,CAAC;IAEM,OAAO;QACZ,OAAO;YACL,GAAG,IAAI,CAAC,KAAK;YACb,IAAI,EAAE,IAAI,CAAC,IAAI;YACf,YAAY,EAAE,IAAI,CAAC,YAAY;YAC/B,QAAQ,EAAE,IAAI,CAAC,QAAQ;SACxB,CAAA;IACH,CAAC;IAEM,WAAW,CAAC,cAAmD;QACpE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc,CAAC,EAAE,CAAC;YACnC,2DAA2D;YAC3D,cAAc,GAAG,CAAC,cAAc,CAAC,CAAA;QACnC,CAAC;QAED,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;YACzC,MAAM,IAAI,iBAAU,CAClB,0CAA0C,IAAI,CAAC,KAAK,uBAAuB,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CACxG,CAAA;QACH,CAAC;IACH,CAAC;IAEM,UAAU,CAAC,YAA4B;QAC5C,IAAI,IAAI,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;YAC/B,MAAM,IAAI,iBAAU,CAAC,uCAAuC,IAAI,CAAC,IAAI,mBAAmB,YAAY,GAAG,CAAC,CAAA;QAC1G,CAAC;IACH,CAAC;;AA5DH,4CA6DC;AA9CwB,qBAAI,GAAG,kBAAkB,AAArB,CAAqB;AALzC;IADN,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mBAAU,CAAC;8BACT,mBAAU;8CAAA;AAGjB;IADN,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAmB,CAAC;8BACP,4BAAmB;yDAAA"}
@@ -1,10 +1,10 @@
1
- import type { ClearMenuOptions, CreateMenuOptions, CreatePerformOptions, CreateRequestOptions, FindMenuOptions } from './ActionMenuServiceOptions';
2
- import type { ActionMenuProblemReportMessage } from '../messages';
3
1
  import type { AgentContext, Query, QueryOptions } from '@credo-ts/core';
4
2
  import type { InboundMessageContext } from '@credo-ts/didcomm';
3
+ import type { ActionMenuProblemReportMessage } from '../messages';
4
+ import type { ClearMenuOptions, CreateMenuOptions, CreatePerformOptions, CreateRequestOptions, FindMenuOptions } from './ActionMenuServiceOptions';
5
5
  import { AgentConfig, EventEmitter } from '@credo-ts/core';
6
- import { PerformMessage, MenuMessage, MenuRequestMessage } from '../messages';
7
- import { ActionMenuRepository, ActionMenuRecord } from '../repository';
6
+ import { MenuMessage, MenuRequestMessage, PerformMessage } from '../messages';
7
+ import { ActionMenuRecord, ActionMenuRepository } from '../repository';
8
8
  /**
9
9
  * @internal
10
10
  */
@@ -1,8 +1,8 @@
1
+ import type { ConnectionRecord } from '@credo-ts/didcomm';
1
2
  import type { ActionMenuRole } from '../ActionMenuRole';
2
3
  import type { ActionMenuSelection } from '../models';
3
4
  import type { ActionMenu } from '../models/ActionMenu';
4
5
  import type { ActionMenuRecord } from '../repository';
5
- import type { ConnectionRecord } from '@credo-ts/didcomm';
6
6
  /**
7
7
  * @internal
8
8
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@credo-ts/action-menu",
3
3
  "main": "build/index",
4
4
  "types": "build/index",
5
- "version": "0.6.0-pr-2195-20250226100854",
5
+ "version": "0.6.0-pr-2195-20250321180923",
6
6
  "files": [
7
7
  "build"
8
8
  ],
@@ -20,8 +20,8 @@
20
20
  "class-transformer": "0.5.1",
21
21
  "class-validator": "0.14.1",
22
22
  "rxjs": "^7.8.0",
23
- "@credo-ts/core": "0.6.0-pr-2195-20250226100854",
24
- "@credo-ts/didcomm": "0.6.0-pr-2195-20250226100854"
23
+ "@credo-ts/core": "0.6.0-pr-2195-20250321180923",
24
+ "@credo-ts/didcomm": "0.6.0-pr-2195-20250321180923"
25
25
  },
26
26
  "devDependencies": {
27
27
  "reflect-metadata": "^0.1.13",