@senguoyun/dsh-arkme 0.1.13 → 0.1.15
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/docs/consumer-plugin-contract.md +3 -1
- package/docs/extension-market-controls.md +46 -7
- package/docs/gui-production-integration.md +10 -9
- package/lib/client.js +45125 -43501
- package/lib/client.js.map +1 -1
- package/lib/extension-profile-restart-helper.js +2 -2
- package/lib/index.js +1180 -442
- package/lib/{install-store-Sn3Ccxfu.js → install-store-Beau1y-o.js} +12 -6
- package/lib/persistent-extension.js +1 -1
- package/lib/{persistent-runtime-Cki0XC3L.js → persistent-runtime-D_hNgTX3.js} +1479 -249
- package/lib/{plugin-updater-helper-CiPlNqBc.js → plugin-updater-helper-BEYBTOld.js} +5 -5
- package/lib/plugin-updater-helper.js +1 -1
- package/lib/{profile-package-manager-DvzGgkqe.js → profile-package-manager-DwuQu8ZL.js} +91 -3
- package/lib/sdk.js +74 -17
- package/lib/types/arkme-service.d.ts +62 -9
- package/lib/types/arkme-service.d.ts.map +1 -1
- package/lib/types/bot-avatar-ref.d.ts +3 -0
- package/lib/types/bot-avatar-ref.d.ts.map +1 -0
- package/lib/types/client/ArkmeArkoSurface.d.ts.map +1 -1
- package/lib/types/client/ArkmeAvatar.d.ts.map +1 -1
- package/lib/types/client/ArkmeBotCreateDialog.d.ts +6 -0
- package/lib/types/client/ArkmeBotCreateDialog.d.ts.map +1 -0
- package/lib/types/client/ArkmeCalendarSurface.d.ts +4 -1
- package/lib/types/client/ArkmeCalendarSurface.d.ts.map +1 -1
- package/lib/types/client/ArkmeChatMemberActions.d.ts +48 -0
- package/lib/types/client/ArkmeChatMemberActions.d.ts.map +1 -0
- package/lib/types/client/ArkmeConversationSurface.d.ts +8 -18
- package/lib/types/client/ArkmeConversationSurface.d.ts.map +1 -1
- package/lib/types/client/ArkmeExtensionPublishDialog.d.ts.map +1 -1
- package/lib/types/client/ArkmeExtensionReviews.d.ts +4 -2
- package/lib/types/client/ArkmeExtensionReviews.d.ts.map +1 -1
- package/lib/types/client/ArkmeFooterDropdown.d.ts.map +1 -1
- package/lib/types/client/ArkmeGroupChatControls.d.ts +3 -1
- package/lib/types/client/ArkmeGroupChatControls.d.ts.map +1 -1
- package/lib/types/client/ArkmeLogin.d.ts.map +1 -1
- package/lib/types/client/ArkmeMarketplace.d.ts +31 -6
- package/lib/types/client/ArkmeMarketplace.d.ts.map +1 -1
- package/lib/types/client/ArkmeMentionTextarea.d.ts +13 -0
- package/lib/types/client/ArkmeMentionTextarea.d.ts.map +1 -0
- package/lib/types/client/ArkmePersistentShell.d.ts +20 -0
- package/lib/types/client/ArkmePersistentShell.d.ts.map +1 -0
- package/lib/types/client/ArkmeProductNavigation.d.ts +4 -3
- package/lib/types/client/ArkmeProductNavigation.d.ts.map +1 -1
- package/lib/types/client/ArkmeQuickAdd.d.ts.map +1 -1
- package/lib/types/client/ArkmeRecordingSurface.d.ts +3 -109
- package/lib/types/client/ArkmeRecordingSurface.d.ts.map +1 -1
- package/lib/types/client/ArkmeRichContent.d.ts +7 -1
- package/lib/types/client/ArkmeRichContent.d.ts.map +1 -1
- package/lib/types/client/ArkmeSettingsRow.d.ts +1 -1
- package/lib/types/client/ArkmeSettingsRow.d.ts.map +1 -1
- package/lib/types/client/ArkmeSettingsSurface.d.ts +4 -1
- package/lib/types/client/ArkmeSettingsSurface.d.ts.map +1 -1
- package/lib/types/client/ArkmeSidebar.d.ts +9 -1
- package/lib/types/client/ArkmeSidebar.d.ts.map +1 -1
- package/lib/types/client/ArkmeStartupAuthGate.d.ts +4 -2
- package/lib/types/client/ArkmeStartupAuthGate.d.ts.map +1 -1
- package/lib/types/client/ArkmeVirtualWorkspace.d.ts +9 -9
- package/lib/types/client/ArkmeVirtualWorkspace.d.ts.map +1 -1
- package/lib/types/client/ArkmeVoiceprintSurface.d.ts +61 -0
- package/lib/types/client/ArkmeVoiceprintSurface.d.ts.map +1 -0
- package/lib/types/client/ArkmeWorldSurface.d.ts +104 -4
- package/lib/types/client/ArkmeWorldSurface.d.ts.map +1 -1
- package/lib/types/client/DeepSeekHarnessSurface.d.ts +6 -0
- package/lib/types/client/DeepSeekHarnessSurface.d.ts.map +1 -0
- package/lib/types/client/api.d.ts +1 -1
- package/lib/types/client/api.d.ts.map +1 -1
- package/lib/types/client/arkme-emoji.d.ts +3 -0
- package/lib/types/client/arkme-emoji.d.ts.map +1 -0
- package/lib/types/client/composer-draft-store.d.ts +18 -0
- package/lib/types/client/composer-draft-store.d.ts.map +1 -1
- package/lib/types/client/composer-focus.d.ts +8 -0
- package/lib/types/client/composer-focus.d.ts.map +1 -0
- package/lib/types/client/conversation-composer-presentation.d.ts +47 -0
- package/lib/types/client/conversation-composer-presentation.d.ts.map +1 -0
- package/lib/types/client/conversation-memory-cache.d.ts +30 -1
- package/lib/types/client/conversation-memory-cache.d.ts.map +1 -1
- package/lib/types/client/index.d.ts +6 -4
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/interwoven-moments.d.ts +2 -1
- package/lib/types/client/interwoven-moments.d.ts.map +1 -1
- package/lib/types/client/marketplace-sort-preference.d.ts +5 -0
- package/lib/types/client/marketplace-sort-preference.d.ts.map +1 -0
- package/lib/types/client/navigation-cache.d.ts +4 -0
- package/lib/types/client/navigation-cache.d.ts.map +1 -1
- package/lib/types/client/provider-instance-runtime.d.ts +20 -0
- package/lib/types/client/provider-instance-runtime.d.ts.map +1 -0
- package/lib/types/client/redesign/ArkmeRootFrame.d.ts +19 -0
- package/lib/types/client/redesign/ArkmeRootFrame.d.ts.map +1 -0
- package/lib/types/client/redesign/ArkmeTaskSurface.d.ts +15 -0
- package/lib/types/client/redesign/ArkmeTaskSurface.d.ts.map +1 -0
- package/lib/types/client/redesign/ArkmeWorkspaceDialog.d.ts +9 -0
- package/lib/types/client/redesign/ArkmeWorkspaceDialog.d.ts.map +1 -0
- package/lib/types/client/redesign/layout-controller.d.ts +17 -0
- package/lib/types/client/redesign/layout-controller.d.ts.map +1 -0
- package/lib/types/client/redesign/styles.d.ts +3 -0
- package/lib/types/client/redesign/styles.d.ts.map +1 -0
- package/lib/types/client/redesign/task-session.d.ts +14 -0
- package/lib/types/client/redesign/task-session.d.ts.map +1 -0
- package/lib/types/client/redesign/theme-presenter.d.ts +10 -0
- package/lib/types/client/redesign/theme-presenter.d.ts.map +1 -0
- package/lib/types/client/related-recordings.d.ts +1 -0
- package/lib/types/client/related-recordings.d.ts.map +1 -1
- package/lib/types/client/slots-contract.d.ts +2 -2
- package/lib/types/client/slots-contract.d.ts.map +1 -1
- package/lib/types/client/source-list.d.ts +4 -0
- package/lib/types/client/source-list.d.ts.map +1 -1
- package/lib/types/client/ui-controller.d.ts +20 -9
- package/lib/types/client/ui-controller.d.ts.map +1 -1
- package/lib/types/client/voiceprint-enrollment-client.d.ts +12 -0
- package/lib/types/client/voiceprint-enrollment-client.d.ts.map +1 -0
- package/lib/types/client/voiceprint-recorder.d.ts +23 -0
- package/lib/types/client/voiceprint-recorder.d.ts.map +1 -0
- package/lib/types/client/world-voiceprint-expectation-copy.d.ts +7 -0
- package/lib/types/client/world-voiceprint-expectation-copy.d.ts.map +1 -0
- package/lib/types/client/world-voiceprint-playback.d.ts +41 -0
- package/lib/types/client/world-voiceprint-playback.d.ts.map +1 -0
- package/lib/types/extensions/install-store.d.ts +1 -0
- package/lib/types/extensions/install-store.d.ts.map +1 -1
- package/lib/types/extensions/manager.d.ts +5 -0
- package/lib/types/extensions/manager.d.ts.map +1 -1
- package/lib/types/extensions/owned-inventory.d.ts +30 -2
- package/lib/types/extensions/owned-inventory.d.ts.map +1 -1
- package/lib/types/extensions/owned-refs.d.ts +1 -0
- package/lib/types/extensions/owned-refs.d.ts.map +1 -1
- package/lib/types/extensions/owned-store.d.ts +9 -0
- package/lib/types/extensions/owned-store.d.ts.map +1 -1
- package/lib/types/extensions/profile-installer.d.ts.map +1 -1
- package/lib/types/extensions/publish-client.d.ts +2 -0
- package/lib/types/extensions/publish-client.d.ts.map +1 -1
- package/lib/types/extensions/publisher-role.d.ts +9 -0
- package/lib/types/extensions/publisher-role.d.ts.map +1 -0
- package/lib/types/extensions/types.d.ts +11 -0
- package/lib/types/extensions/types.d.ts.map +1 -1
- package/lib/types/host-api.d.ts +1 -1
- package/lib/types/host-api.d.ts.map +1 -1
- package/lib/types/index.d.ts +2 -2
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/local-database.d.ts +1 -0
- package/lib/types/local-database.d.ts.map +1 -1
- package/lib/types/openclaw/secret-provider.d.ts.map +1 -1
- package/lib/types/outgoing-call-assets.d.ts.map +1 -1
- package/lib/types/plugin-update-install-state.d.ts.map +1 -1
- package/lib/types/plugin-update-state.d.ts.map +1 -1
- package/lib/types/plugin-update.d.ts +6 -0
- package/lib/types/plugin-update.d.ts.map +1 -1
- package/lib/types/private-filesystem.d.ts +5 -0
- package/lib/types/private-filesystem.d.ts.map +1 -0
- package/lib/types/recording-presentation.d.ts +2 -2
- package/lib/types/recording-presentation.d.ts.map +1 -1
- package/lib/types/sdk/index.d.ts +31 -8
- package/lib/types/sdk/index.d.ts.map +1 -1
- package/lib/types/services/bot-service.d.ts.map +1 -1
- package/lib/types/services/chat-realtime-service.d.ts +1 -1
- package/lib/types/services/chat-realtime-service.d.ts.map +1 -1
- package/lib/types/services/chat-service.d.ts +21 -2
- package/lib/types/services/chat-service.d.ts.map +1 -1
- package/lib/types/services/contact-service.d.ts +2 -0
- package/lib/types/services/contact-service.d.ts.map +1 -1
- package/lib/types/services/group-service.d.ts.map +1 -1
- package/lib/types/services/record-service.d.ts +2 -1
- package/lib/types/services/record-service.d.ts.map +1 -1
- package/lib/types/services/recording-service.d.ts +2 -4
- package/lib/types/services/recording-service.d.ts.map +1 -1
- package/lib/types/services/service.d.ts +5 -2
- package/lib/types/services/service.d.ts.map +1 -1
- package/lib/types/services/source-service.d.ts.map +1 -1
- package/lib/types/services/voiceprint-service.d.ts +79 -0
- package/lib/types/services/voiceprint-service.d.ts.map +1 -0
- package/lib/types/services/world-service.d.ts +41 -6
- package/lib/types/services/world-service.d.ts.map +1 -1
- package/lib/types/state-store.d.ts.map +1 -1
- package/lib/types/tools/business/bots/create.d.ts.map +1 -1
- package/lib/types/tools/business/conversation/index.d.ts.map +1 -1
- package/lib/types/tools/business/conversation/member-records.d.ts +3 -0
- package/lib/types/tools/business/conversation/member-records.d.ts.map +1 -0
- package/lib/types/tools/business/index.d.ts.map +1 -1
- package/lib/types/tools/business/recordings/index.d.ts +1 -2
- package/lib/types/tools/business/recordings/index.d.ts.map +1 -1
- package/lib/types/tools/business/voiceprint/grants.d.ts +2 -0
- package/lib/types/tools/business/voiceprint/grants.d.ts.map +1 -0
- package/lib/types/tools/business/voiceprint/index.d.ts +3 -0
- package/lib/types/tools/business/voiceprint/index.d.ts.map +1 -0
- package/lib/types/tools/business/voiceprint/invite.d.ts +2 -0
- package/lib/types/tools/business/voiceprint/invite.d.ts.map +1 -0
- package/lib/types/tools/business/voiceprint/recognized-invite.d.ts +2 -0
- package/lib/types/tools/business/voiceprint/recognized-invite.d.ts.map +1 -0
- package/lib/types/tools/business/voiceprint/recognized-people.d.ts +2 -0
- package/lib/types/tools/business/voiceprint/recognized-people.d.ts.map +1 -0
- package/lib/types/tools/business/voiceprint/restore.d.ts +2 -0
- package/lib/types/tools/business/voiceprint/restore.d.ts.map +1 -0
- package/lib/types/tools/business/voiceprint/revoke.d.ts +2 -0
- package/lib/types/tools/business/voiceprint/revoke.d.ts.map +1 -0
- package/lib/types/tools/business/voiceprint/status.d.ts +2 -0
- package/lib/types/tools/business/voiceprint/status.d.ts.map +1 -0
- package/lib/types/tools/business/world/index.d.ts +2 -0
- package/lib/types/tools/business/world/index.d.ts.map +1 -1
- package/lib/types/tools/business/world/user.d.ts +2 -0
- package/lib/types/tools/business/world/user.d.ts.map +1 -0
- package/lib/types/tools/business/world/voiceprint-social-context.d.ts +2 -0
- package/lib/types/tools/business/world/voiceprint-social-context.d.ts.map +1 -0
- package/lib/types/tools/extensions/index.d.ts.map +1 -1
- package/lib/types/tools/ports/conversations.d.ts +10 -1
- package/lib/types/tools/ports/conversations.d.ts.map +1 -1
- package/lib/types/tools/ports/index.d.ts +3 -2
- package/lib/types/tools/ports/index.d.ts.map +1 -1
- package/lib/types/tools/ports/recordings.d.ts +2 -3
- package/lib/types/tools/ports/recordings.d.ts.map +1 -1
- package/lib/types/tools/ports/voiceprint.d.ts +37 -0
- package/lib/types/tools/ports/voiceprint.d.ts.map +1 -0
- package/lib/types/tools/ports/world.d.ts +10 -1
- package/lib/types/tools/ports/world.d.ts.map +1 -1
- package/lib/types/tools/prompts/business.d.ts.map +1 -1
- package/lib/types/tools/registry/registrar.d.ts.map +1 -1
- package/lib/types/types.d.ts +150 -16
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/voiceprint-routes.d.ts +11 -0
- package/lib/types/voiceprint-routes.d.ts.map +1 -0
- package/lib/types/voiceprint-wav.d.ts +6 -0
- package/lib/types/voiceprint-wav.d.ts.map +1 -0
- package/package.json +7 -4
- package/assets/desktop_call/avatar-lin-xiaoman.jpeg +0 -0
- package/assets/desktop_call/avatar-mother.jpg +0 -0
- package/assets/desktop_call/avatar-self.png +0 -0
- package/assets/desktop_call/call-add-linear.svg +0 -13
- package/assets/desktop_call/icon-scan-add-contact.svg +0 -4
- package/assets/desktop_call/profile-circle-linear.svg +0 -11
- package/assets/desktop_call/user-add-linear.svg +0 -15
- package/lib/types/client/ArkmeCallHistorySurface.d.ts +0 -57
- package/lib/types/client/ArkmeCallHistorySurface.d.ts.map +0 -1
- package/lib/types/client/demo-audio.d.ts +0 -2
- package/lib/types/client/demo-audio.d.ts.map +0 -1
- package/lib/types/client/personal-test-edition.d.ts +0 -17
- package/lib/types/client/personal-test-edition.d.ts.map +0 -1
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import type { ArkmeUserProfile } from '../types.js';
|
|
2
|
-
export type ArkmeCallMediaType = 'audio' | 'video';
|
|
3
|
-
export interface ArkmeCallTranscriptLine {
|
|
4
|
-
id: string;
|
|
5
|
-
speaker: string;
|
|
6
|
-
speakerRole: 'self' | 'peer';
|
|
7
|
-
atSeconds: number;
|
|
8
|
-
endSeconds: number;
|
|
9
|
-
text: string;
|
|
10
|
-
}
|
|
11
|
-
export interface ArkmeCallHistoryItem {
|
|
12
|
-
id: string;
|
|
13
|
-
peerName: string;
|
|
14
|
-
peerRelationship: string;
|
|
15
|
-
initials: string;
|
|
16
|
-
avatarBackground: string;
|
|
17
|
-
avatarUrl: string;
|
|
18
|
-
direction: 'incoming' | 'outgoing';
|
|
19
|
-
mediaType: ArkmeCallMediaType;
|
|
20
|
-
startedLabel: string;
|
|
21
|
-
durationSeconds: number;
|
|
22
|
-
summary: string;
|
|
23
|
-
missed?: boolean;
|
|
24
|
-
transcript: ArkmeCallTranscriptLine[];
|
|
25
|
-
}
|
|
26
|
-
export declare const ARKME_CALL_DEMO_ITEMS: ArkmeCallHistoryItem[];
|
|
27
|
-
export declare function filterCallHistoryItems(items: ArkmeCallHistoryItem[], query: string, mediaFilter: 'all' | ArkmeCallMediaType): ArkmeCallHistoryItem[];
|
|
28
|
-
export declare function resolveSelectedCall(items: ArkmeCallHistoryItem[], selectedId: string): ArkmeCallHistoryItem | undefined;
|
|
29
|
-
export interface ArkmeCallContact {
|
|
30
|
-
sourceRef: string;
|
|
31
|
-
displayName: string;
|
|
32
|
-
avatarRef?: string;
|
|
33
|
-
}
|
|
34
|
-
export declare function ArkmeCallHistoryRow({ item, selected, playing: _playing, onSelect, onTogglePlayback }: {
|
|
35
|
-
item: ArkmeCallHistoryItem;
|
|
36
|
-
selected: boolean;
|
|
37
|
-
playing: boolean;
|
|
38
|
-
onSelect(): void;
|
|
39
|
-
onTogglePlayback(): void;
|
|
40
|
-
}): import("react").JSX.Element;
|
|
41
|
-
export declare function transcriptToPreviewSeconds(item: ArkmeCallHistoryItem, transcriptSeconds: number): number;
|
|
42
|
-
export declare function formatCallTranscriptClock(startedLabel: string, offsetSeconds: number): string;
|
|
43
|
-
export declare function profileShareUrl(arkmeId: string): string;
|
|
44
|
-
export declare function callInviteUrl(arkmeId: string, mediaType: ArkmeCallMediaType): string;
|
|
45
|
-
export declare function profileQrDataUrl(arkmeId: string): string;
|
|
46
|
-
export declare function ArkmeAddContactPage({ profile, contacts, assetBasePath, onBack, onSelectContact }: {
|
|
47
|
-
profile: ArkmeUserProfile | null | undefined;
|
|
48
|
-
contacts?: ArkmeCallContact[];
|
|
49
|
-
assetBasePath?: string;
|
|
50
|
-
onBack(): void;
|
|
51
|
-
onSelectContact?(contact: ArkmeCallContact): void;
|
|
52
|
-
}): import("react").JSX.Element;
|
|
53
|
-
export declare function ArkmeCallHistorySurface({ assetBasePath, contacts }?: {
|
|
54
|
-
assetBasePath?: string;
|
|
55
|
-
contacts?: ArkmeCallContact[];
|
|
56
|
-
}): import("react").JSX.Element;
|
|
57
|
-
//# sourceMappingURL=ArkmeCallHistorySurface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArkmeCallHistorySurface.d.ts","sourceRoot":"","sources":["../../../src/client/ArkmeCallHistorySurface.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"demo-audio.d.ts","sourceRoot":"","sources":["../../../src/client/demo-audio.ts"],"names":[],"mappings":"AAAA,wBAAgB,gBAAgB,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM,CAiChE"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const ARKME_PERSONAL_TEST_EDITION_STORAGE_KEY = "arkme.personal-test-edition.v1";
|
|
2
|
-
export type ArkmePersonalTestSurface = 'calls' | 'recordings';
|
|
3
|
-
export interface ArkmePersonalTestEdition {
|
|
4
|
-
version: 1;
|
|
5
|
-
owner: string;
|
|
6
|
-
defaultSurface: ArkmePersonalTestSurface;
|
|
7
|
-
}
|
|
8
|
-
interface ArkmePersonalTestEditionStorage {
|
|
9
|
-
getItem(key: string): string | null;
|
|
10
|
-
setItem?(key: string, value: string): void;
|
|
11
|
-
}
|
|
12
|
-
export declare function parseArkmePersonalTestEdition(value: string | null): ArkmePersonalTestEdition | undefined;
|
|
13
|
-
export declare function parseArkmePersonalTestEditionSearch(search: string): ArkmePersonalTestEdition | undefined;
|
|
14
|
-
export declare function readArkmePersonalTestEdition(storage?: ArkmePersonalTestEditionStorage | undefined, search?: string): ArkmePersonalTestEdition | undefined;
|
|
15
|
-
export declare function arkmePersonalTestEditionLabel(edition: ArkmePersonalTestEdition): string;
|
|
16
|
-
export {};
|
|
17
|
-
//# sourceMappingURL=personal-test-edition.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"personal-test-edition.d.ts","sourceRoot":"","sources":["../../../src/client/personal-test-edition.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uCAAuC,mCAAmC,CAAA;AAEvF,MAAM,MAAM,wBAAwB,GAAG,OAAO,GAAG,YAAY,CAAA;AAE7D,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,CAAC,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,cAAc,EAAE,wBAAwB,CAAA;CACzC;AAED,UAAU,+BAA+B;IACvC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;IACnC,OAAO,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CAC3C;AAUD,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,wBAAwB,GAAG,SAAS,CAWxG;AAED,wBAAgB,mCAAmC,CAAC,MAAM,EAAE,MAAM,GAAG,wBAAwB,GAAG,SAAS,CAWxG;AAUD,wBAAgB,4BAA4B,CAC1C,OAAO,GAAE,+BAA+B,GAAG,SAA4B,EACvE,MAAM,SAAkB,GACvB,wBAAwB,GAAG,SAAS,CAWtC;AAED,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,wBAAwB,GAAG,MAAM,CAEvF"}
|