@awiki/dsh-plugin 0.2.5 → 0.3.0-rc.2
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/README.md +69 -28
- package/README.zh.md +60 -21
- package/THIRD_PARTY_NOTICES.md +1 -1
- package/cordis.patch.yml +0 -8
- package/lib/client.js +6755 -2022
- package/lib/client.js.map +1 -1
- package/lib/index.js +1321 -72
- package/lib/model-proxy-contract.js +8 -1
- package/lib/provider.js +3 -1
- package/lib/{sdk-adapter-DKgkyApB.mjs → sdk-adapter-BIbsJmRj.mjs} +245 -4
- package/lib/typert.host.js +944 -57
- package/lib/typert.remote-client.d.ts +37 -1
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +944 -57
- package/lib/types/client/AwikiGroupAccessNotice.d.ts +12 -0
- package/lib/types/client/AwikiGroupAccessNotice.d.ts.map +1 -0
- package/lib/types/client/AwikiGroupAccessNotice.js +31 -0
- package/lib/types/client/AwikiGroupAccessNotice.js.map +1 -0
- package/lib/types/client/AwikiGroupDetails.d.ts +23 -0
- package/lib/types/client/AwikiGroupDetails.d.ts.map +1 -0
- package/lib/types/client/AwikiGroupDetails.js +144 -0
- package/lib/types/client/AwikiGroupDetails.js.map +1 -0
- package/lib/types/client/AwikiIdentityAccess.d.ts +22 -0
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -0
- package/lib/types/client/AwikiIdentityAccess.js +156 -0
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -0
- package/lib/types/client/AwikiIdentityPage.d.ts +11 -0
- package/lib/types/client/AwikiIdentityPage.d.ts.map +1 -0
- package/lib/types/client/AwikiIdentityPage.js +8 -0
- package/lib/types/client/AwikiIdentityPage.js.map +1 -0
- package/lib/types/client/AwikiMail.d.ts +2 -1
- package/lib/types/client/AwikiMail.d.ts.map +1 -1
- package/lib/types/client/AwikiMail.js +157 -33
- package/lib/types/client/AwikiMail.js.map +1 -1
- package/lib/types/client/AwikiOnboarding.d.ts.map +1 -1
- package/lib/types/client/AwikiOnboarding.js +29 -9
- package/lib/types/client/AwikiOnboarding.js.map +1 -1
- package/lib/types/client/AwikiOverlay.d.ts +0 -5
- package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
- package/lib/types/client/AwikiOverlay.js +202 -129
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/AwikiProfileCard.d.ts +9 -0
- package/lib/types/client/AwikiProfileCard.d.ts.map +1 -0
- package/lib/types/client/AwikiProfileCard.js +90 -0
- package/lib/types/client/AwikiProfileCard.js.map +1 -0
- package/lib/types/client/AwikiRecoveryForm.d.ts +27 -0
- package/lib/types/client/AwikiRecoveryForm.d.ts.map +1 -0
- package/lib/types/client/AwikiRecoveryForm.js +152 -0
- package/lib/types/client/AwikiRecoveryForm.js.map +1 -0
- package/lib/types/client/AwikiSettingsSection.d.ts +0 -2
- package/lib/types/client/AwikiSettingsSection.d.ts.map +1 -1
- package/lib/types/client/AwikiSettingsSection.js +18 -16
- package/lib/types/client/AwikiSettingsSection.js.map +1 -1
- package/lib/types/client/MentionText.d.ts +7 -0
- package/lib/types/client/MentionText.d.ts.map +1 -0
- package/lib/types/client/MentionText.js +10 -0
- package/lib/types/client/MentionText.js.map +1 -0
- package/lib/types/client/controller.d.ts +131 -3
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +908 -29
- package/lib/types/client/controller.js.map +1 -1
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/index.js +24 -4
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/mail-list-cache.d.ts +15 -0
- package/lib/types/client/mail-list-cache.d.ts.map +1 -0
- package/lib/types/client/mail-list-cache.js +212 -0
- package/lib/types/client/mail-list-cache.js.map +1 -0
- package/lib/types/client/mentions.d.ts +51 -0
- package/lib/types/client/mentions.d.ts.map +1 -0
- package/lib/types/client/mentions.js +165 -0
- package/lib/types/client/mentions.js.map +1 -0
- package/lib/types/client/model-proxy-controller.d.ts +4 -0
- package/lib/types/client/model-proxy-controller.d.ts.map +1 -1
- package/lib/types/client/model-proxy-controller.js +68 -3
- package/lib/types/client/model-proxy-controller.js.map +1 -1
- package/lib/types/client/recharge-availability.d.ts +1 -1
- package/lib/types/client/recharge-availability.d.ts.map +1 -1
- package/lib/types/client/recharge-availability.js +1 -1
- package/lib/types/client/recharge-availability.js.map +1 -1
- package/lib/types/client/settings-locales.d.ts +1 -1
- package/lib/types/client/settings-locales.d.ts.map +1 -1
- package/lib/types/client/settings-locales.js +14 -8
- package/lib/types/client/settings-locales.js.map +1 -1
- package/lib/types/client/slots.d.ts +27 -2
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/conversation-preferences.d.ts +20 -0
- package/lib/types/conversation-preferences.d.ts.map +1 -0
- package/lib/types/conversation-preferences.js +294 -0
- package/lib/types/conversation-preferences.js.map +1 -0
- package/lib/types/index.d.ts +45 -6
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +562 -23
- package/lib/types/index.js.map +1 -1
- package/lib/types/model-proxy-contract.d.ts +6 -0
- package/lib/types/model-proxy-contract.d.ts.map +1 -1
- package/lib/types/model-proxy-contract.js +6 -0
- package/lib/types/model-proxy-contract.js.map +1 -1
- package/lib/types/provider-api.d.ts +29 -1
- package/lib/types/provider-api.d.ts.map +1 -1
- package/lib/types/provider.d.ts.map +1 -1
- package/lib/types/provider.js +2 -0
- package/lib/types/provider.js.map +1 -1
- package/lib/types/sdk-adapter.d.ts +18 -1
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +277 -4
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/sent-mail-store.d.ts +22 -0
- package/lib/types/sent-mail-store.d.ts.map +1 -0
- package/lib/types/sent-mail-store.js +246 -0
- package/lib/types/sent-mail-store.js.map +1 -0
- package/lib/types/types.d.ts +183 -2
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +15 -26
- package/lib/model-proxy.js +0 -383
- package/lib/types/client/model-account-settings-availability.d.ts +0 -4
- package/lib/types/client/model-account-settings-availability.d.ts.map +0 -1
- package/lib/types/client/model-account-settings-availability.js +0 -4
- package/lib/types/client/model-account-settings-availability.js.map +0 -1
- package/lib/types/model-proxy.d.ts +0 -14
- package/lib/types/model-proxy.d.ts.map +0 -1
- package/lib/types/model-proxy.js +0 -371
- package/lib/types/model-proxy.js.map +0 -1
package/lib/typert.host.js
CHANGED
|
@@ -1,13 +1,56 @@
|
|
|
1
1
|
/* Generated by @deepseek-ai/dsh-typert-generator from FaceModel — do not edit. */
|
|
2
2
|
import { z } from 'zod'
|
|
3
3
|
|
|
4
|
+
const _awiki_dsh_plugin_awiki_activateRecovery_parameter_0$schema = z.object({
|
|
5
|
+
'operationId': z.string().readonly(),
|
|
6
|
+
})
|
|
7
|
+
const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object({
|
|
8
|
+
'ok': z.literal(false).readonly(),
|
|
9
|
+
'error': z.object({
|
|
10
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
11
|
+
'message': z.string().readonly(),
|
|
12
|
+
}).readonly(),
|
|
13
|
+
}), z.object({
|
|
14
|
+
'ok': z.literal(true).readonly(),
|
|
15
|
+
'value': z.object({
|
|
16
|
+
'operationId': z.string().readonly(),
|
|
17
|
+
'fullHandle': z.string().readonly(),
|
|
18
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
19
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
20
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
21
|
+
'failureCode': z.string().readonly().optional(),
|
|
22
|
+
'retryable': z.boolean().readonly(),
|
|
23
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
24
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
25
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
26
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
27
|
+
}).readonly(),
|
|
28
|
+
})])
|
|
29
|
+
const _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema = z.object({
|
|
30
|
+
'member': z.string().readonly(),
|
|
31
|
+
'role': z.union([z.literal("admin"), z.literal("member")]).readonly().optional(),
|
|
32
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
33
|
+
})
|
|
34
|
+
const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
35
|
+
'ok': z.literal(false).readonly(),
|
|
36
|
+
'error': z.object({
|
|
37
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
38
|
+
'message': z.string().readonly(),
|
|
39
|
+
}).readonly(),
|
|
40
|
+
}), z.object({
|
|
41
|
+
'ok': z.literal(true).readonly(),
|
|
42
|
+
'value': z.object({
|
|
43
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
44
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
45
|
+
}).readonly(),
|
|
46
|
+
})])
|
|
4
47
|
const _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema = z.object({
|
|
5
48
|
'confirmation': z.string().readonly(),
|
|
6
49
|
})
|
|
7
50
|
const _awiki_dsh_plugin_awiki_clearLocalData_result$schema = z.union([z.object({
|
|
8
51
|
'ok': z.literal(false).readonly(),
|
|
9
52
|
'error': z.object({
|
|
10
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
53
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
11
54
|
'message': z.string().readonly(),
|
|
12
55
|
}).readonly(),
|
|
13
56
|
}), z.object({
|
|
@@ -23,7 +66,7 @@ const _awiki_dsh_plugin_awiki_createGroup_parameter_0$schema = z.object({
|
|
|
23
66
|
const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
24
67
|
'ok': z.literal(false).readonly(),
|
|
25
68
|
'error': z.object({
|
|
26
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
69
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
27
70
|
'message': z.string().readonly(),
|
|
28
71
|
}).readonly(),
|
|
29
72
|
}), z.object({
|
|
@@ -45,12 +88,27 @@ const _awiki_dsh_plugin_awiki_createGroup_result$schema = z.union([z.object({
|
|
|
45
88
|
'failedMembers': z.array(z.object({
|
|
46
89
|
'member': z.string().readonly(),
|
|
47
90
|
'error': z.object({
|
|
48
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
91
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
49
92
|
'message': z.string().readonly(),
|
|
50
93
|
}).readonly(),
|
|
51
94
|
})).readonly(),
|
|
52
95
|
}).readonly(),
|
|
53
96
|
})])
|
|
97
|
+
const _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema = z.object({
|
|
98
|
+
'operationId': z.string().readonly(),
|
|
99
|
+
})
|
|
100
|
+
const _awiki_dsh_plugin_awiki_discardRecovery_result$schema = z.union([z.object({
|
|
101
|
+
'ok': z.literal(false).readonly(),
|
|
102
|
+
'error': z.object({
|
|
103
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
104
|
+
'message': z.string().readonly(),
|
|
105
|
+
}).readonly(),
|
|
106
|
+
}), z.object({
|
|
107
|
+
'ok': z.literal(true).readonly(),
|
|
108
|
+
'value': z.object({
|
|
109
|
+
'completed': z.literal(true).readonly(),
|
|
110
|
+
}).readonly(),
|
|
111
|
+
})])
|
|
54
112
|
const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
55
113
|
'attachmentId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
56
114
|
'messageId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -58,7 +116,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_parameter_0$schema = z.object({
|
|
|
58
116
|
const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.object({
|
|
59
117
|
'ok': z.literal(false).readonly(),
|
|
60
118
|
'error': z.object({
|
|
61
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
119
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
62
120
|
'message': z.string().readonly(),
|
|
63
121
|
}).readonly(),
|
|
64
122
|
}), z.object({
|
|
@@ -77,7 +135,7 @@ const _awiki_dsh_plugin_awiki_downloadAttachment_result$schema = z.union([z.obje
|
|
|
77
135
|
const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
78
136
|
'ok': z.literal(false).readonly(),
|
|
79
137
|
'error': z.object({
|
|
80
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
138
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
81
139
|
'message': z.string().readonly(),
|
|
82
140
|
}).readonly(),
|
|
83
141
|
}), z.object({
|
|
@@ -87,6 +145,61 @@ const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
|
87
145
|
'attachmentMaxBytes': z.number().readonly(),
|
|
88
146
|
}).readonly(),
|
|
89
147
|
})])
|
|
148
|
+
const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union([z.object({
|
|
149
|
+
'ok': z.literal(false).readonly(),
|
|
150
|
+
'error': z.object({
|
|
151
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
152
|
+
'message': z.string().readonly(),
|
|
153
|
+
}).readonly(),
|
|
154
|
+
}), z.object({
|
|
155
|
+
'ok': z.literal(true).readonly(),
|
|
156
|
+
'value': z.object({
|
|
157
|
+
'hiddenConversations': z.array(z.object({
|
|
158
|
+
'conversation': z.union([z.object({
|
|
159
|
+
'kind': z.literal("group").readonly(),
|
|
160
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
161
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
162
|
+
'title': z.string().readonly(),
|
|
163
|
+
'unreadCount': z.number().readonly().optional(),
|
|
164
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
165
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
166
|
+
}), z.object({
|
|
167
|
+
'kind': z.literal("direct").readonly(),
|
|
168
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
169
|
+
'peerDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
170
|
+
'peerHandle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
171
|
+
'displayName': z.string().readonly().optional(),
|
|
172
|
+
'title': z.string().readonly(),
|
|
173
|
+
'unreadCount': z.number().readonly().optional(),
|
|
174
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
175
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
176
|
+
})]).readonly(),
|
|
177
|
+
'hiddenAt': z.number().readonly(),
|
|
178
|
+
})).readonly(),
|
|
179
|
+
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
180
|
+
}).readonly(),
|
|
181
|
+
})])
|
|
182
|
+
const _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema = z.object({
|
|
183
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
184
|
+
})
|
|
185
|
+
const _awiki_dsh_plugin_awiki_getGroup_result$schema = z.union([z.object({
|
|
186
|
+
'ok': z.literal(false).readonly(),
|
|
187
|
+
'error': z.object({
|
|
188
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
189
|
+
'message': z.string().readonly(),
|
|
190
|
+
}).readonly(),
|
|
191
|
+
}), z.object({
|
|
192
|
+
'ok': z.literal(true).readonly(),
|
|
193
|
+
'value': z.object({
|
|
194
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
195
|
+
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
196
|
+
'title': z.string().readonly(),
|
|
197
|
+
'description': z.string().readonly().optional(),
|
|
198
|
+
'myRole': z.string().readonly().optional(),
|
|
199
|
+
'membershipStatus': z.string().readonly().optional(),
|
|
200
|
+
'memberCount': z.number().readonly().optional(),
|
|
201
|
+
}).readonly(),
|
|
202
|
+
})])
|
|
90
203
|
const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
91
204
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
92
205
|
'cursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
@@ -95,7 +208,7 @@ const _awiki_dsh_plugin_awiki_getHistory_parameter_0$schema = z.object({
|
|
|
95
208
|
const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
96
209
|
'ok': z.literal(false).readonly(),
|
|
97
210
|
'error': z.object({
|
|
98
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
211
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
99
212
|
'message': z.string().readonly(),
|
|
100
213
|
}).readonly(),
|
|
101
214
|
}), z.object({
|
|
@@ -113,6 +226,13 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
113
226
|
'content': z.union([z.object({
|
|
114
227
|
'kind': z.literal("text").readonly(),
|
|
115
228
|
'text': z.string().readonly(),
|
|
229
|
+
'mentions': z.array(z.object({
|
|
230
|
+
'id': z.string().readonly(),
|
|
231
|
+
'start': z.number().readonly(),
|
|
232
|
+
'end': z.number().readonly(),
|
|
233
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
234
|
+
'displayName': z.string().readonly().optional(),
|
|
235
|
+
})).readonly().optional(),
|
|
116
236
|
}), z.object({
|
|
117
237
|
'kind': z.literal("attachment").readonly(),
|
|
118
238
|
'attachment': z.object({
|
|
@@ -132,7 +252,7 @@ const _awiki_dsh_plugin_awiki_getHistory_result$schema = z.union([z.object({
|
|
|
132
252
|
const _awiki_dsh_plugin_awiki_getIdentity_result$schema = z.union([z.object({
|
|
133
253
|
'ok': z.literal(false).readonly(),
|
|
134
254
|
'error': z.object({
|
|
135
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
255
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
136
256
|
'message': z.string().readonly(),
|
|
137
257
|
}).readonly(),
|
|
138
258
|
}), z.object({
|
|
@@ -152,7 +272,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_parameter_0$schema = z.object({
|
|
|
152
272
|
const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object({
|
|
153
273
|
'ok': z.literal(false).readonly(),
|
|
154
274
|
'error': z.object({
|
|
155
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
275
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
156
276
|
'message': z.string().readonly(),
|
|
157
277
|
}).readonly(),
|
|
158
278
|
}), z.object({
|
|
@@ -170,6 +290,13 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
170
290
|
'content': z.union([z.object({
|
|
171
291
|
'kind': z.literal("text").readonly(),
|
|
172
292
|
'text': z.string().readonly(),
|
|
293
|
+
'mentions': z.array(z.object({
|
|
294
|
+
'id': z.string().readonly(),
|
|
295
|
+
'start': z.number().readonly(),
|
|
296
|
+
'end': z.number().readonly(),
|
|
297
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
298
|
+
'displayName': z.string().readonly().optional(),
|
|
299
|
+
})).readonly().optional(),
|
|
173
300
|
}), z.object({
|
|
174
301
|
'kind': z.literal("attachment").readonly(),
|
|
175
302
|
'attachment': z.object({
|
|
@@ -189,7 +316,7 @@ const _awiki_dsh_plugin_awiki_getLocalHistory_result$schema = z.union([z.object(
|
|
|
189
316
|
const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
190
317
|
'ok': z.literal(false).readonly(),
|
|
191
318
|
'error': z.object({
|
|
192
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
319
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
193
320
|
'message': z.string().readonly(),
|
|
194
321
|
}).readonly(),
|
|
195
322
|
}), z.object({
|
|
@@ -200,10 +327,52 @@ const _awiki_dsh_plugin_awiki_getMailAccount_result$schema = z.union([z.object({
|
|
|
200
327
|
'status': z.string().readonly().optional(),
|
|
201
328
|
}).readonly(),
|
|
202
329
|
})])
|
|
330
|
+
const _awiki_dsh_plugin_awiki_getProfile_result$schema = z.union([z.object({
|
|
331
|
+
'ok': z.literal(false).readonly(),
|
|
332
|
+
'error': z.object({
|
|
333
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
334
|
+
'message': z.string().readonly(),
|
|
335
|
+
}).readonly(),
|
|
336
|
+
}), z.object({
|
|
337
|
+
'ok': z.literal(true).readonly(),
|
|
338
|
+
'value': z.object({
|
|
339
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
340
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
341
|
+
'displayName': z.string().readonly(),
|
|
342
|
+
'bio': z.string().readonly(),
|
|
343
|
+
'tags': z.array(z.string()).readonly(),
|
|
344
|
+
'updatedAt': z.string().readonly().optional(),
|
|
345
|
+
}).readonly(),
|
|
346
|
+
})])
|
|
347
|
+
const _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema = z.object({
|
|
348
|
+
'operationId': z.string().readonly(),
|
|
349
|
+
})
|
|
350
|
+
const _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema = z.union([z.object({
|
|
351
|
+
'ok': z.literal(false).readonly(),
|
|
352
|
+
'error': z.object({
|
|
353
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
354
|
+
'message': z.string().readonly(),
|
|
355
|
+
}).readonly(),
|
|
356
|
+
}), z.object({
|
|
357
|
+
'ok': z.literal(true).readonly(),
|
|
358
|
+
'value': z.object({
|
|
359
|
+
'operationId': z.string().readonly(),
|
|
360
|
+
'fullHandle': z.string().readonly(),
|
|
361
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
362
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
363
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
364
|
+
'failureCode': z.string().readonly().optional(),
|
|
365
|
+
'retryable': z.boolean().readonly(),
|
|
366
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
367
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
368
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
369
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
370
|
+
}).readonly(),
|
|
371
|
+
})])
|
|
203
372
|
const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
204
373
|
'ok': z.literal(false).readonly(),
|
|
205
374
|
'error': z.object({
|
|
206
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
375
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
207
376
|
'message': z.string().readonly(),
|
|
208
377
|
}).readonly(),
|
|
209
378
|
}), z.object({
|
|
@@ -222,6 +391,58 @@ const _awiki_dsh_plugin_awiki_getSession_result$schema = z.union([z.object({
|
|
|
222
391
|
}).readonly(),
|
|
223
392
|
})]).readonly(),
|
|
224
393
|
})])
|
|
394
|
+
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema = z.object({
|
|
395
|
+
'handle': z.string().readonly(),
|
|
396
|
+
})
|
|
397
|
+
const _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema = z.union([z.object({
|
|
398
|
+
'ok': z.literal(false).readonly(),
|
|
399
|
+
'error': z.object({
|
|
400
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
401
|
+
'message': z.string().readonly(),
|
|
402
|
+
}).readonly(),
|
|
403
|
+
}), z.object({
|
|
404
|
+
'ok': z.literal(true).readonly(),
|
|
405
|
+
'value': z.object({
|
|
406
|
+
'status': z.union([z.literal("available"), z.literal("existing")]).readonly(),
|
|
407
|
+
'fullHandle': z.string().readonly(),
|
|
408
|
+
}).readonly(),
|
|
409
|
+
})])
|
|
410
|
+
const _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema = z.object({
|
|
411
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
412
|
+
})
|
|
413
|
+
const _awiki_dsh_plugin_awiki_joinGroup_result$schema = z.union([z.object({
|
|
414
|
+
'ok': z.literal(false).readonly(),
|
|
415
|
+
'error': z.object({
|
|
416
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
417
|
+
'message': z.string().readonly(),
|
|
418
|
+
}).readonly(),
|
|
419
|
+
}), z.object({
|
|
420
|
+
'ok': z.literal(true).readonly(),
|
|
421
|
+
'value': z.object({
|
|
422
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
423
|
+
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
424
|
+
'title': z.string().readonly(),
|
|
425
|
+
'description': z.string().readonly().optional(),
|
|
426
|
+
'myRole': z.string().readonly().optional(),
|
|
427
|
+
'membershipStatus': z.string().readonly().optional(),
|
|
428
|
+
'memberCount': z.number().readonly().optional(),
|
|
429
|
+
}).readonly(),
|
|
430
|
+
})])
|
|
431
|
+
const _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema = z.object({
|
|
432
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
433
|
+
})
|
|
434
|
+
const _awiki_dsh_plugin_awiki_leaveGroup_result$schema = z.union([z.object({
|
|
435
|
+
'ok': z.literal(false).readonly(),
|
|
436
|
+
'error': z.object({
|
|
437
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
438
|
+
'message': z.string().readonly(),
|
|
439
|
+
}).readonly(),
|
|
440
|
+
}), z.object({
|
|
441
|
+
'ok': z.literal(true).readonly(),
|
|
442
|
+
'value': z.object({
|
|
443
|
+
'completed': z.literal(true).readonly(),
|
|
444
|
+
}).readonly(),
|
|
445
|
+
})])
|
|
225
446
|
const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.undefined(), z.object({
|
|
226
447
|
'cursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
227
448
|
'limit': z.number().readonly().optional(),
|
|
@@ -229,7 +450,7 @@ const _awiki_dsh_plugin_awiki_listConversations_parameter_0$schema = z.union([z.
|
|
|
229
450
|
const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.object({
|
|
230
451
|
'ok': z.literal(false).readonly(),
|
|
231
452
|
'error': z.object({
|
|
232
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
453
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
233
454
|
'message': z.string().readonly(),
|
|
234
455
|
}).readonly(),
|
|
235
456
|
}), z.object({
|
|
@@ -258,6 +479,40 @@ const _awiki_dsh_plugin_awiki_listConversations_result$schema = z.union([z.objec
|
|
|
258
479
|
'hasMore': z.boolean().readonly(),
|
|
259
480
|
}).readonly(),
|
|
260
481
|
})])
|
|
482
|
+
const _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema = z.object({
|
|
483
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
484
|
+
'cursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
485
|
+
'limit': z.number().readonly().optional(),
|
|
486
|
+
})
|
|
487
|
+
const _awiki_dsh_plugin_awiki_listGroupMembers_result$schema = z.union([z.object({
|
|
488
|
+
'ok': z.literal(false).readonly(),
|
|
489
|
+
'error': z.object({
|
|
490
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
491
|
+
'message': z.string().readonly(),
|
|
492
|
+
}).readonly(),
|
|
493
|
+
}), z.object({
|
|
494
|
+
'ok': z.literal(true).readonly(),
|
|
495
|
+
'value': z.object({
|
|
496
|
+
'items': z.array(z.object({
|
|
497
|
+
'membershipId': z.string().readonly().optional(),
|
|
498
|
+
'peerPersonaId': z.string().readonly().optional(),
|
|
499
|
+
'did': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
500
|
+
'credentialDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
501
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
502
|
+
'displayName': z.string().readonly().optional(),
|
|
503
|
+
'role': z.string().readonly().optional(),
|
|
504
|
+
'status': z.string().readonly().optional(),
|
|
505
|
+
'joinedAt': z.string().readonly().optional(),
|
|
506
|
+
'subjectType': z.string().readonly().optional(),
|
|
507
|
+
})).readonly(),
|
|
508
|
+
'total': z.number().readonly().optional(),
|
|
509
|
+
'nextCursor': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
510
|
+
'hasMore': z.boolean().readonly(),
|
|
511
|
+
'pageGroup': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
512
|
+
'groupStateVersion': z.string().readonly().optional(),
|
|
513
|
+
'warnings': z.array(z.string()).readonly(),
|
|
514
|
+
}).readonly(),
|
|
515
|
+
})])
|
|
261
516
|
const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.undefined(), z.object({
|
|
262
517
|
'folder': z.string().readonly().optional(),
|
|
263
518
|
'unreadOnly': z.boolean().readonly().optional(),
|
|
@@ -267,7 +522,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_parameter_0$schema = z.union([z.unde
|
|
|
267
522
|
const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
268
523
|
'ok': z.literal(false).readonly(),
|
|
269
524
|
'error': z.object({
|
|
270
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
525
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
271
526
|
'message': z.string().readonly(),
|
|
272
527
|
}).readonly(),
|
|
273
528
|
}), z.object({
|
|
@@ -296,7 +551,7 @@ const _awiki_dsh_plugin_awiki_listMailInbox_result$schema = z.union([z.object({
|
|
|
296
551
|
const _awiki_dsh_plugin_awiki_login_result$schema = z.union([z.object({
|
|
297
552
|
'ok': z.literal(false).readonly(),
|
|
298
553
|
'error': z.object({
|
|
299
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
554
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
300
555
|
'message': z.string().readonly(),
|
|
301
556
|
}).readonly(),
|
|
302
557
|
}), z.object({
|
|
@@ -321,7 +576,7 @@ const _awiki_dsh_plugin_awiki_logout_parameter_0$schema = z.object({
|
|
|
321
576
|
const _awiki_dsh_plugin_awiki_logout_result$schema = z.union([z.object({
|
|
322
577
|
'ok': z.literal(false).readonly(),
|
|
323
578
|
'error': z.object({
|
|
324
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
579
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
325
580
|
'message': z.string().readonly(),
|
|
326
581
|
}).readonly(),
|
|
327
582
|
}), z.object({
|
|
@@ -346,7 +601,7 @@ const _awiki_dsh_plugin_awiki_markConversationRead_parameter_0$schema = z.object
|
|
|
346
601
|
const _awiki_dsh_plugin_awiki_markConversationRead_result$schema = z.union([z.object({
|
|
347
602
|
'ok': z.literal(false).readonly(),
|
|
348
603
|
'error': z.object({
|
|
349
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
604
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
350
605
|
'message': z.string().readonly(),
|
|
351
606
|
}).readonly(),
|
|
352
607
|
}), z.object({
|
|
@@ -359,7 +614,7 @@ const _awiki_dsh_plugin_awiki_markMailRead_parameter_0$schema = z.object({
|
|
|
359
614
|
const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
360
615
|
'ok': z.literal(false).readonly(),
|
|
361
616
|
'error': z.object({
|
|
362
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
617
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
363
618
|
'message': z.string().readonly(),
|
|
364
619
|
}).readonly(),
|
|
365
620
|
}), z.object({
|
|
@@ -368,13 +623,40 @@ const _awiki_dsh_plugin_awiki_markMailRead_result$schema = z.union([z.object({
|
|
|
368
623
|
'updated': z.number().readonly(),
|
|
369
624
|
}).readonly(),
|
|
370
625
|
})])
|
|
626
|
+
const _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema = z.object({
|
|
627
|
+
'operationId': z.string().readonly(),
|
|
628
|
+
'phone': z.string().readonly(),
|
|
629
|
+
'otp': z.string().readonly(),
|
|
630
|
+
})
|
|
631
|
+
const _awiki_dsh_plugin_awiki_prepareRecovery_result$schema = z.union([z.object({
|
|
632
|
+
'ok': z.literal(false).readonly(),
|
|
633
|
+
'error': z.object({
|
|
634
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
635
|
+
'message': z.string().readonly(),
|
|
636
|
+
}).readonly(),
|
|
637
|
+
}), z.object({
|
|
638
|
+
'ok': z.literal(true).readonly(),
|
|
639
|
+
'value': z.object({
|
|
640
|
+
'operationId': z.string().readonly(),
|
|
641
|
+
'fullHandle': z.string().readonly(),
|
|
642
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
643
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
644
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
645
|
+
'failureCode': z.string().readonly().optional(),
|
|
646
|
+
'retryable': z.boolean().readonly(),
|
|
647
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
648
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
649
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
650
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
651
|
+
}).readonly(),
|
|
652
|
+
})])
|
|
371
653
|
const _awiki_dsh_plugin_awiki_readMail_parameter_0$schema = z.object({
|
|
372
654
|
'messageId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
373
655
|
})
|
|
374
656
|
const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
375
657
|
'ok': z.literal(false).readonly(),
|
|
376
658
|
'error': z.object({
|
|
377
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
659
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
378
660
|
'message': z.string().readonly(),
|
|
379
661
|
}).readonly(),
|
|
380
662
|
}), z.object({
|
|
@@ -415,7 +697,7 @@ const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
|
415
697
|
const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object({
|
|
416
698
|
'ok': z.literal(false).readonly(),
|
|
417
699
|
'error': z.object({
|
|
418
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
700
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
419
701
|
'message': z.string().readonly(),
|
|
420
702
|
}).readonly(),
|
|
421
703
|
}), z.object({
|
|
@@ -427,13 +709,30 @@ const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object
|
|
|
427
709
|
'registeredAt': z.number().readonly(),
|
|
428
710
|
}).readonly(),
|
|
429
711
|
})])
|
|
712
|
+
const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
713
|
+
'member': z.string().readonly(),
|
|
714
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
715
|
+
})
|
|
716
|
+
const _awiki_dsh_plugin_awiki_removeGroupMember_result$schema = z.union([z.object({
|
|
717
|
+
'ok': z.literal(false).readonly(),
|
|
718
|
+
'error': z.object({
|
|
719
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
720
|
+
'message': z.string().readonly(),
|
|
721
|
+
}).readonly(),
|
|
722
|
+
}), z.object({
|
|
723
|
+
'ok': z.literal(true).readonly(),
|
|
724
|
+
'value': z.object({
|
|
725
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
726
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
727
|
+
}).readonly(),
|
|
728
|
+
})])
|
|
430
729
|
const _awiki_dsh_plugin_awiki_resolvePeer_parameter_0$schema = z.object({
|
|
431
730
|
'peer': z.string().readonly(),
|
|
432
731
|
})
|
|
433
732
|
const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
434
733
|
'ok': z.literal(false).readonly(),
|
|
435
734
|
'error': z.object({
|
|
436
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
735
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
437
736
|
'message': z.string().readonly(),
|
|
438
737
|
}).readonly(),
|
|
439
738
|
}), z.object({
|
|
@@ -445,6 +744,50 @@ const _awiki_dsh_plugin_awiki_resolvePeer_result$schema = z.union([z.object({
|
|
|
445
744
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
446
745
|
}).readonly(),
|
|
447
746
|
})])
|
|
747
|
+
const _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema = z.union([z.object({
|
|
748
|
+
'ok': z.literal(false).readonly(),
|
|
749
|
+
'error': z.object({
|
|
750
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
751
|
+
'message': z.string().readonly(),
|
|
752
|
+
}).readonly(),
|
|
753
|
+
}), z.object({
|
|
754
|
+
'ok': z.literal(true).readonly(),
|
|
755
|
+
'value': z.object({
|
|
756
|
+
'processed': z.number().readonly(),
|
|
757
|
+
'completed': z.number().readonly(),
|
|
758
|
+
'pending': z.number().readonly(),
|
|
759
|
+
'blocked': z.number().readonly(),
|
|
760
|
+
'items': z.array(z.object({
|
|
761
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
762
|
+
'status': z.union([z.literal("pending"), z.literal("blocked")]).readonly(),
|
|
763
|
+
})).readonly(),
|
|
764
|
+
}).readonly(),
|
|
765
|
+
})])
|
|
766
|
+
const _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema = z.object({
|
|
767
|
+
'operationId': z.string().readonly(),
|
|
768
|
+
})
|
|
769
|
+
const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
770
|
+
'ok': z.literal(false).readonly(),
|
|
771
|
+
'error': z.object({
|
|
772
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
773
|
+
'message': z.string().readonly(),
|
|
774
|
+
}).readonly(),
|
|
775
|
+
}), z.object({
|
|
776
|
+
'ok': z.literal(true).readonly(),
|
|
777
|
+
'value': z.object({
|
|
778
|
+
'operationId': z.string().readonly(),
|
|
779
|
+
'fullHandle': z.string().readonly(),
|
|
780
|
+
'previousDid': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
781
|
+
'currentDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
782
|
+
'phase': z.union([z.literal("awaiting_factor"), z.literal("ready_to_commit"), z.literal("remote_outcome_unknown"), z.literal("remote_committed"), z.literal("identity_transition_pending"), z.literal("applied"), z.literal("quarantined_key_unavailable")]).readonly(),
|
|
783
|
+
'failureCode': z.string().readonly().optional(),
|
|
784
|
+
'retryable': z.boolean().readonly(),
|
|
785
|
+
'localOrdinaryDataWillMigrate': z.boolean().readonly(),
|
|
786
|
+
'otherDevicesMustRejoin': z.boolean().readonly(),
|
|
787
|
+
'unsupportedE2eeGroupCount': z.number().readonly(),
|
|
788
|
+
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
789
|
+
}).readonly(),
|
|
790
|
+
})])
|
|
448
791
|
const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
449
792
|
'target': z.union([z.object({
|
|
450
793
|
'kind': z.literal("direct").readonly(),
|
|
@@ -462,7 +805,7 @@ const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
|
462
805
|
const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
463
806
|
'ok': z.literal(false).readonly(),
|
|
464
807
|
'error': z.object({
|
|
465
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
808
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
466
809
|
'message': z.string().readonly(),
|
|
467
810
|
}).readonly(),
|
|
468
811
|
}), z.object({
|
|
@@ -479,6 +822,13 @@ const _awiki_dsh_plugin_awiki_sendAttachment_result$schema = z.union([z.object({
|
|
|
479
822
|
'content': z.union([z.object({
|
|
480
823
|
'kind': z.literal("text").readonly(),
|
|
481
824
|
'text': z.string().readonly(),
|
|
825
|
+
'mentions': z.array(z.object({
|
|
826
|
+
'id': z.string().readonly(),
|
|
827
|
+
'start': z.number().readonly(),
|
|
828
|
+
'end': z.number().readonly(),
|
|
829
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
830
|
+
'displayName': z.string().readonly().optional(),
|
|
831
|
+
})).readonly().optional(),
|
|
482
832
|
}), z.object({
|
|
483
833
|
'kind': z.literal("attachment").readonly(),
|
|
484
834
|
'attachment': z.object({
|
|
@@ -501,7 +851,7 @@ const _awiki_dsh_plugin_awiki_sendMail_parameter_0$schema = z.object({
|
|
|
501
851
|
const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
502
852
|
'ok': z.literal(false).readonly(),
|
|
503
853
|
'error': z.object({
|
|
504
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
854
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
505
855
|
'message': z.string().readonly(),
|
|
506
856
|
}).readonly(),
|
|
507
857
|
}), z.object({
|
|
@@ -512,6 +862,25 @@ const _awiki_dsh_plugin_awiki_sendMail_result$schema = z.union([z.object({
|
|
|
512
862
|
'warnings': z.array(z.string()).readonly(),
|
|
513
863
|
}).readonly(),
|
|
514
864
|
})])
|
|
865
|
+
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema = z.object({
|
|
866
|
+
'fullHandle': z.string().readonly(),
|
|
867
|
+
'phone': z.string().readonly(),
|
|
868
|
+
})
|
|
869
|
+
const _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema = z.union([z.object({
|
|
870
|
+
'ok': z.literal(false).readonly(),
|
|
871
|
+
'error': z.object({
|
|
872
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
873
|
+
'message': z.string().readonly(),
|
|
874
|
+
}).readonly(),
|
|
875
|
+
}), z.object({
|
|
876
|
+
'ok': z.literal(true).readonly(),
|
|
877
|
+
'value': z.object({
|
|
878
|
+
'operationId': z.string().readonly(),
|
|
879
|
+
'fullHandle': z.string().readonly(),
|
|
880
|
+
'retryAfterSeconds': z.number().readonly(),
|
|
881
|
+
'retryAt': z.string().readonly(),
|
|
882
|
+
}).readonly(),
|
|
883
|
+
})])
|
|
515
884
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object({
|
|
516
885
|
'handle': z.string().readonly(),
|
|
517
886
|
'phone': z.string().readonly(),
|
|
@@ -519,7 +888,7 @@ const _awiki_dsh_plugin_awiki_sendRegistrationOtp_parameter_0$schema = z.object(
|
|
|
519
888
|
const _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema = z.union([z.object({
|
|
520
889
|
'ok': z.literal(false).readonly(),
|
|
521
890
|
'error': z.object({
|
|
522
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
891
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
523
892
|
'message': z.string().readonly(),
|
|
524
893
|
}).readonly(),
|
|
525
894
|
}), z.object({
|
|
@@ -539,11 +908,18 @@ const _awiki_dsh_plugin_awiki_sendText_parameter_0$schema = z.object({
|
|
|
539
908
|
})]).readonly(),
|
|
540
909
|
'text': z.string().readonly(),
|
|
541
910
|
'idempotencyKey': z.string().readonly(),
|
|
911
|
+
'mentions': z.array(z.object({
|
|
912
|
+
'id': z.string().readonly(),
|
|
913
|
+
'start': z.number().readonly(),
|
|
914
|
+
'end': z.number().readonly(),
|
|
915
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
916
|
+
'displayName': z.string().readonly().optional(),
|
|
917
|
+
})).readonly().optional(),
|
|
542
918
|
})
|
|
543
919
|
const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
544
920
|
'ok': z.literal(false).readonly(),
|
|
545
921
|
'error': z.object({
|
|
546
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
922
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
547
923
|
'message': z.string().readonly(),
|
|
548
924
|
}).readonly(),
|
|
549
925
|
}), z.object({
|
|
@@ -560,6 +936,13 @@ const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
|
560
936
|
'content': z.union([z.object({
|
|
561
937
|
'kind': z.literal("text").readonly(),
|
|
562
938
|
'text': z.string().readonly(),
|
|
939
|
+
'mentions': z.array(z.object({
|
|
940
|
+
'id': z.string().readonly(),
|
|
941
|
+
'start': z.number().readonly(),
|
|
942
|
+
'end': z.number().readonly(),
|
|
943
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
944
|
+
'displayName': z.string().readonly().optional(),
|
|
945
|
+
})).readonly().optional(),
|
|
563
946
|
}), z.object({
|
|
564
947
|
'kind': z.literal("attachment").readonly(),
|
|
565
948
|
'attachment': z.object({
|
|
@@ -580,7 +963,7 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.objec
|
|
|
580
963
|
const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.object({
|
|
581
964
|
'ok': z.literal(false).readonly(),
|
|
582
965
|
'error': z.object({
|
|
583
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
966
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
584
967
|
'message': z.string().readonly(),
|
|
585
968
|
}).readonly(),
|
|
586
969
|
}), z.object({
|
|
@@ -603,22 +986,106 @@ const _awiki_dsh_plugin_awiki_summarizeConversation_result$schema = z.union([z.o
|
|
|
603
986
|
})).readonly(),
|
|
604
987
|
}).readonly(),
|
|
605
988
|
})])
|
|
606
|
-
const
|
|
607
|
-
'
|
|
608
|
-
|
|
609
|
-
|
|
989
|
+
const _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema = z.union([z.object({
|
|
990
|
+
'action': z.literal("hide").readonly(),
|
|
991
|
+
'conversation': z.union([z.object({
|
|
992
|
+
'kind': z.literal("group").readonly(),
|
|
993
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
994
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
995
|
+
'title': z.string().readonly(),
|
|
996
|
+
'unreadCount': z.number().readonly().optional(),
|
|
997
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
998
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
999
|
+
}), z.object({
|
|
1000
|
+
'kind': z.literal("direct").readonly(),
|
|
1001
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1002
|
+
'peerDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1003
|
+
'peerHandle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1004
|
+
'displayName': z.string().readonly().optional(),
|
|
1005
|
+
'title': z.string().readonly(),
|
|
1006
|
+
'unreadCount': z.number().readonly().optional(),
|
|
1007
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
1008
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
1009
|
+
})]).readonly(),
|
|
1010
|
+
}), z.object({
|
|
1011
|
+
'action': z.literal("restore").readonly(),
|
|
1012
|
+
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1013
|
+
}), z.object({
|
|
1014
|
+
'action': z.literal("dismiss-group-recovery").readonly(),
|
|
1015
|
+
'signature': z.string().readonly(),
|
|
1016
|
+
})])
|
|
1017
|
+
const _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema = z.union([z.object({
|
|
610
1018
|
'ok': z.literal(false).readonly(),
|
|
611
1019
|
'error': z.object({
|
|
612
|
-
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("conflict"), z.literal("rate-limited"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1020
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
613
1021
|
'message': z.string().readonly(),
|
|
614
1022
|
}).readonly(),
|
|
615
1023
|
}), z.object({
|
|
616
1024
|
'ok': z.literal(true).readonly(),
|
|
617
1025
|
'value': z.object({
|
|
618
|
-
'
|
|
619
|
-
'
|
|
620
|
-
'
|
|
621
|
-
'
|
|
1026
|
+
'hiddenConversations': z.array(z.object({
|
|
1027
|
+
'conversation': z.union([z.object({
|
|
1028
|
+
'kind': z.literal("group").readonly(),
|
|
1029
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1030
|
+
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1031
|
+
'title': z.string().readonly(),
|
|
1032
|
+
'unreadCount': z.number().readonly().optional(),
|
|
1033
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
1034
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
1035
|
+
}), z.object({
|
|
1036
|
+
'kind': z.literal("direct").readonly(),
|
|
1037
|
+
'id': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1038
|
+
'peerDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1039
|
+
'peerHandle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1040
|
+
'displayName': z.string().readonly().optional(),
|
|
1041
|
+
'title': z.string().readonly(),
|
|
1042
|
+
'unreadCount': z.number().readonly().optional(),
|
|
1043
|
+
'lastMessageAt': z.number().readonly().optional(),
|
|
1044
|
+
'lastMessagePreview': z.string().readonly().optional(),
|
|
1045
|
+
})]).readonly(),
|
|
1046
|
+
'hiddenAt': z.number().readonly(),
|
|
1047
|
+
})).readonly(),
|
|
1048
|
+
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
1049
|
+
}).readonly(),
|
|
1050
|
+
})])
|
|
1051
|
+
const _awiki_dsh_plugin_awiki_updateDisplayName_parameter_0$schema = z.object({
|
|
1052
|
+
'displayName': z.string().readonly(),
|
|
1053
|
+
})
|
|
1054
|
+
const _awiki_dsh_plugin_awiki_updateDisplayName_result$schema = z.union([z.object({
|
|
1055
|
+
'ok': z.literal(false).readonly(),
|
|
1056
|
+
'error': z.object({
|
|
1057
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1058
|
+
'message': z.string().readonly(),
|
|
1059
|
+
}).readonly(),
|
|
1060
|
+
}), z.object({
|
|
1061
|
+
'ok': z.literal(true).readonly(),
|
|
1062
|
+
'value': z.object({
|
|
1063
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1064
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1065
|
+
'displayName': z.string().readonly().optional(),
|
|
1066
|
+
'registeredAt': z.number().readonly(),
|
|
1067
|
+
}).readonly(),
|
|
1068
|
+
})])
|
|
1069
|
+
const _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema = z.object({
|
|
1070
|
+
'displayName': z.string().readonly(),
|
|
1071
|
+
'bio': z.string().readonly(),
|
|
1072
|
+
'tags': z.array(z.string()).readonly(),
|
|
1073
|
+
})
|
|
1074
|
+
const _awiki_dsh_plugin_awiki_updateProfile_result$schema = z.union([z.object({
|
|
1075
|
+
'ok': z.literal(false).readonly(),
|
|
1076
|
+
'error': z.object({
|
|
1077
|
+
'code': z.union([z.literal("not-registered"), z.literal("signed-out"), z.literal("already-registered"), z.literal("invalid-request"), z.literal("invalid-otp"), z.literal("challenge-expired"), z.literal("handle-unavailable"), z.literal("not-found"), z.literal("forbidden"), z.literal("identity-recovery-required"), z.literal("conflict"), z.literal("rate-limited"), z.literal("group-membership-required"), z.literal("group-identity-stale"), z.literal("attachment-too-large"), z.literal("summary-unavailable"), z.literal("summary-timeout"), z.literal("summary-cancelled"), z.literal("summary-invalid-output"), z.literal("summary-failed"), z.literal("delivery-unknown"), z.literal("network"), z.literal("remote")]).readonly(),
|
|
1078
|
+
'message': z.string().readonly(),
|
|
1079
|
+
}).readonly(),
|
|
1080
|
+
}), z.object({
|
|
1081
|
+
'ok': z.literal(true).readonly(),
|
|
1082
|
+
'value': z.object({
|
|
1083
|
+
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1084
|
+
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1085
|
+
'displayName': z.string().readonly(),
|
|
1086
|
+
'bio': z.string().readonly(),
|
|
1087
|
+
'tags': z.array(z.string()).readonly(),
|
|
1088
|
+
'updatedAt': z.string().readonly().optional(),
|
|
622
1089
|
}).readonly(),
|
|
623
1090
|
})])
|
|
624
1091
|
|
|
@@ -628,6 +1095,56 @@ export const TYPERT = {
|
|
|
628
1095
|
schemas: [
|
|
629
1096
|
],
|
|
630
1097
|
invocations: [
|
|
1098
|
+
{
|
|
1099
|
+
id: '@awiki/dsh-plugin#awiki/activateRecovery',
|
|
1100
|
+
service: 'awiki',
|
|
1101
|
+
namespace: 'awiki',
|
|
1102
|
+
method: 'activateRecovery',
|
|
1103
|
+
invocation: { kind: 'direct' },
|
|
1104
|
+
parameters: [
|
|
1105
|
+
{
|
|
1106
|
+
name: 'request',
|
|
1107
|
+
wire: 'request',
|
|
1108
|
+
source: 'json',
|
|
1109
|
+
codec: {
|
|
1110
|
+
mode: 'strict',
|
|
1111
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1112
|
+
schema: _awiki_dsh_plugin_awiki_activateRecovery_parameter_0$schema,
|
|
1113
|
+
},
|
|
1114
|
+
},
|
|
1115
|
+
],
|
|
1116
|
+
result: {
|
|
1117
|
+
mode: 'strict',
|
|
1118
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1119
|
+
schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
|
|
1120
|
+
},
|
|
1121
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":117,"column":9},
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
id: '@awiki/dsh-plugin#awiki/addGroupMember',
|
|
1125
|
+
service: 'awiki',
|
|
1126
|
+
namespace: 'awiki',
|
|
1127
|
+
method: 'addGroupMember',
|
|
1128
|
+
invocation: { kind: 'direct' },
|
|
1129
|
+
parameters: [
|
|
1130
|
+
{
|
|
1131
|
+
name: 'request',
|
|
1132
|
+
wire: 'request',
|
|
1133
|
+
source: 'json',
|
|
1134
|
+
codec: {
|
|
1135
|
+
mode: 'strict',
|
|
1136
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiAddGroupMemberRequest',
|
|
1137
|
+
schema: _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema,
|
|
1138
|
+
},
|
|
1139
|
+
},
|
|
1140
|
+
],
|
|
1141
|
+
result: {
|
|
1142
|
+
mode: 'strict',
|
|
1143
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1144
|
+
schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
|
|
1145
|
+
},
|
|
1146
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":147,"column":3},
|
|
1147
|
+
},
|
|
631
1148
|
{
|
|
632
1149
|
id: '@awiki/dsh-plugin#awiki/clearLocalData',
|
|
633
1150
|
service: 'awiki',
|
|
@@ -651,7 +1168,7 @@ export const TYPERT = {
|
|
|
651
1168
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
652
1169
|
schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
|
|
653
1170
|
},
|
|
654
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1171
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":205,"column":3},
|
|
655
1172
|
},
|
|
656
1173
|
{
|
|
657
1174
|
id: '@awiki/dsh-plugin#awiki/createGroup',
|
|
@@ -676,7 +1193,32 @@ export const TYPERT = {
|
|
|
676
1193
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
677
1194
|
schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
|
|
678
1195
|
},
|
|
679
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1196
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":132,"column":9},
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
id: '@awiki/dsh-plugin#awiki/discardRecovery',
|
|
1200
|
+
service: 'awiki',
|
|
1201
|
+
namespace: 'awiki',
|
|
1202
|
+
method: 'discardRecovery',
|
|
1203
|
+
invocation: { kind: 'direct' },
|
|
1204
|
+
parameters: [
|
|
1205
|
+
{
|
|
1206
|
+
name: 'request',
|
|
1207
|
+
wire: 'request',
|
|
1208
|
+
source: 'json',
|
|
1209
|
+
codec: {
|
|
1210
|
+
mode: 'strict',
|
|
1211
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1212
|
+
schema: _awiki_dsh_plugin_awiki_discardRecovery_parameter_0$schema,
|
|
1213
|
+
},
|
|
1214
|
+
},
|
|
1215
|
+
],
|
|
1216
|
+
result: {
|
|
1217
|
+
mode: 'strict',
|
|
1218
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1219
|
+
schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
|
|
1220
|
+
},
|
|
1221
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":126,"column":9},
|
|
680
1222
|
},
|
|
681
1223
|
{
|
|
682
1224
|
id: '@awiki/dsh-plugin#awiki/downloadAttachment',
|
|
@@ -701,7 +1243,7 @@ export const TYPERT = {
|
|
|
701
1243
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
702
1244
|
schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
|
|
703
1245
|
},
|
|
704
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1246
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":187,"column":9},
|
|
705
1247
|
},
|
|
706
1248
|
{
|
|
707
1249
|
id: '@awiki/dsh-plugin#awiki/getConfig',
|
|
@@ -716,7 +1258,47 @@ export const TYPERT = {
|
|
|
716
1258
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
717
1259
|
schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
|
|
718
1260
|
},
|
|
719
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1261
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":76,"column":3},
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
id: '@awiki/dsh-plugin#awiki/getConversationPreferences',
|
|
1265
|
+
service: 'awiki',
|
|
1266
|
+
namespace: 'awiki',
|
|
1267
|
+
method: 'getConversationPreferences',
|
|
1268
|
+
invocation: { kind: 'direct' },
|
|
1269
|
+
parameters: [
|
|
1270
|
+
],
|
|
1271
|
+
result: {
|
|
1272
|
+
mode: 'strict',
|
|
1273
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1274
|
+
schema: _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema,
|
|
1275
|
+
},
|
|
1276
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":156,"column":3},
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
id: '@awiki/dsh-plugin#awiki/getGroup',
|
|
1280
|
+
service: 'awiki',
|
|
1281
|
+
namespace: 'awiki',
|
|
1282
|
+
method: 'getGroup',
|
|
1283
|
+
invocation: { kind: 'direct' },
|
|
1284
|
+
parameters: [
|
|
1285
|
+
{
|
|
1286
|
+
name: 'request',
|
|
1287
|
+
wire: 'request',
|
|
1288
|
+
source: 'json',
|
|
1289
|
+
codec: {
|
|
1290
|
+
mode: 'strict',
|
|
1291
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupRequest',
|
|
1292
|
+
schema: _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema,
|
|
1293
|
+
},
|
|
1294
|
+
},
|
|
1295
|
+
],
|
|
1296
|
+
result: {
|
|
1297
|
+
mode: 'strict',
|
|
1298
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1299
|
+
schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
|
|
1300
|
+
},
|
|
1301
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":135,"column":3},
|
|
720
1302
|
},
|
|
721
1303
|
{
|
|
722
1304
|
id: '@awiki/dsh-plugin#awiki/getHistory',
|
|
@@ -741,7 +1323,7 @@ export const TYPERT = {
|
|
|
741
1323
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
742
1324
|
schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
|
|
743
1325
|
},
|
|
744
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1326
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":167,"column":3},
|
|
745
1327
|
},
|
|
746
1328
|
{
|
|
747
1329
|
id: '@awiki/dsh-plugin#awiki/getIdentity',
|
|
@@ -756,7 +1338,7 @@ export const TYPERT = {
|
|
|
756
1338
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
757
1339
|
schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
|
|
758
1340
|
},
|
|
759
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1341
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":79,"column":9},
|
|
760
1342
|
},
|
|
761
1343
|
{
|
|
762
1344
|
id: '@awiki/dsh-plugin#awiki/getLocalHistory',
|
|
@@ -781,7 +1363,7 @@ export const TYPERT = {
|
|
|
781
1363
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
782
1364
|
schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
|
|
783
1365
|
},
|
|
784
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1366
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":170,"column":3},
|
|
785
1367
|
},
|
|
786
1368
|
{
|
|
787
1369
|
id: '@awiki/dsh-plugin#awiki/getMailAccount',
|
|
@@ -796,7 +1378,47 @@ export const TYPERT = {
|
|
|
796
1378
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
797
1379
|
schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
|
|
798
1380
|
},
|
|
799
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1381
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":190,"column":3},
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
id: '@awiki/dsh-plugin#awiki/getProfile',
|
|
1385
|
+
service: 'awiki',
|
|
1386
|
+
namespace: 'awiki',
|
|
1387
|
+
method: 'getProfile',
|
|
1388
|
+
invocation: { kind: 'direct' },
|
|
1389
|
+
parameters: [
|
|
1390
|
+
],
|
|
1391
|
+
result: {
|
|
1392
|
+
mode: 'strict',
|
|
1393
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1394
|
+
schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
|
|
1395
|
+
},
|
|
1396
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":105,"column":3},
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
|
|
1400
|
+
service: 'awiki',
|
|
1401
|
+
namespace: 'awiki',
|
|
1402
|
+
method: 'getRecoveryStatus',
|
|
1403
|
+
invocation: { kind: 'direct' },
|
|
1404
|
+
parameters: [
|
|
1405
|
+
{
|
|
1406
|
+
name: 'request',
|
|
1407
|
+
wire: 'request',
|
|
1408
|
+
source: 'json',
|
|
1409
|
+
codec: {
|
|
1410
|
+
mode: 'strict',
|
|
1411
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1412
|
+
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_parameter_0$schema,
|
|
1413
|
+
},
|
|
1414
|
+
},
|
|
1415
|
+
],
|
|
1416
|
+
result: {
|
|
1417
|
+
mode: 'strict',
|
|
1418
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1419
|
+
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
|
|
1420
|
+
},
|
|
1421
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":120,"column":9},
|
|
800
1422
|
},
|
|
801
1423
|
{
|
|
802
1424
|
id: '@awiki/dsh-plugin#awiki/getSession',
|
|
@@ -811,7 +1433,82 @@ export const TYPERT = {
|
|
|
811
1433
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
812
1434
|
schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
|
|
813
1435
|
},
|
|
814
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1436
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":82,"column":9},
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
|
|
1440
|
+
service: 'awiki',
|
|
1441
|
+
namespace: 'awiki',
|
|
1442
|
+
method: 'inspectIdentityAccess',
|
|
1443
|
+
invocation: { kind: 'direct' },
|
|
1444
|
+
parameters: [
|
|
1445
|
+
{
|
|
1446
|
+
name: 'request',
|
|
1447
|
+
wire: 'request',
|
|
1448
|
+
source: 'json',
|
|
1449
|
+
codec: {
|
|
1450
|
+
mode: 'strict',
|
|
1451
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiIdentityAccessInspectionRequest',
|
|
1452
|
+
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_parameter_0$schema,
|
|
1453
|
+
},
|
|
1454
|
+
},
|
|
1455
|
+
],
|
|
1456
|
+
result: {
|
|
1457
|
+
mode: 'strict',
|
|
1458
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1459
|
+
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
|
|
1460
|
+
},
|
|
1461
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":91,"column":9},
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
id: '@awiki/dsh-plugin#awiki/joinGroup',
|
|
1465
|
+
service: 'awiki',
|
|
1466
|
+
namespace: 'awiki',
|
|
1467
|
+
method: 'joinGroup',
|
|
1468
|
+
invocation: { kind: 'direct' },
|
|
1469
|
+
parameters: [
|
|
1470
|
+
{
|
|
1471
|
+
name: 'request',
|
|
1472
|
+
wire: 'request',
|
|
1473
|
+
source: 'json',
|
|
1474
|
+
codec: {
|
|
1475
|
+
mode: 'strict',
|
|
1476
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupRequest',
|
|
1477
|
+
schema: _awiki_dsh_plugin_awiki_joinGroup_parameter_0$schema,
|
|
1478
|
+
},
|
|
1479
|
+
},
|
|
1480
|
+
],
|
|
1481
|
+
result: {
|
|
1482
|
+
mode: 'strict',
|
|
1483
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1484
|
+
schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
|
|
1485
|
+
},
|
|
1486
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":138,"column":3},
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
id: '@awiki/dsh-plugin#awiki/leaveGroup',
|
|
1490
|
+
service: 'awiki',
|
|
1491
|
+
namespace: 'awiki',
|
|
1492
|
+
method: 'leaveGroup',
|
|
1493
|
+
invocation: { kind: 'direct' },
|
|
1494
|
+
parameters: [
|
|
1495
|
+
{
|
|
1496
|
+
name: 'request',
|
|
1497
|
+
wire: 'request',
|
|
1498
|
+
source: 'json',
|
|
1499
|
+
codec: {
|
|
1500
|
+
mode: 'strict',
|
|
1501
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupRequest',
|
|
1502
|
+
schema: _awiki_dsh_plugin_awiki_leaveGroup_parameter_0$schema,
|
|
1503
|
+
},
|
|
1504
|
+
},
|
|
1505
|
+
],
|
|
1506
|
+
result: {
|
|
1507
|
+
mode: 'strict',
|
|
1508
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1509
|
+
schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
|
|
1510
|
+
},
|
|
1511
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":141,"column":9},
|
|
815
1512
|
},
|
|
816
1513
|
{
|
|
817
1514
|
id: '@awiki/dsh-plugin#awiki/listConversations',
|
|
@@ -837,7 +1534,32 @@ export const TYPERT = {
|
|
|
837
1534
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
838
1535
|
schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
|
|
839
1536
|
},
|
|
840
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1537
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":164,"column":3},
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
id: '@awiki/dsh-plugin#awiki/listGroupMembers',
|
|
1541
|
+
service: 'awiki',
|
|
1542
|
+
namespace: 'awiki',
|
|
1543
|
+
method: 'listGroupMembers',
|
|
1544
|
+
invocation: { kind: 'direct' },
|
|
1545
|
+
parameters: [
|
|
1546
|
+
{
|
|
1547
|
+
name: 'request',
|
|
1548
|
+
wire: 'request',
|
|
1549
|
+
source: 'json',
|
|
1550
|
+
codec: {
|
|
1551
|
+
mode: 'strict',
|
|
1552
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiGroupMembersRequest',
|
|
1553
|
+
schema: _awiki_dsh_plugin_awiki_listGroupMembers_parameter_0$schema,
|
|
1554
|
+
},
|
|
1555
|
+
},
|
|
1556
|
+
],
|
|
1557
|
+
result: {
|
|
1558
|
+
mode: 'strict',
|
|
1559
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1560
|
+
schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
|
|
1561
|
+
},
|
|
1562
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":144,"column":3},
|
|
841
1563
|
},
|
|
842
1564
|
{
|
|
843
1565
|
id: '@awiki/dsh-plugin#awiki/listMailInbox',
|
|
@@ -863,7 +1585,7 @@ export const TYPERT = {
|
|
|
863
1585
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
864
1586
|
schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
|
|
865
1587
|
},
|
|
866
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1588
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":193,"column":9},
|
|
867
1589
|
},
|
|
868
1590
|
{
|
|
869
1591
|
id: '@awiki/dsh-plugin#awiki/login',
|
|
@@ -878,7 +1600,7 @@ export const TYPERT = {
|
|
|
878
1600
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
879
1601
|
schema: _awiki_dsh_plugin_awiki_login_result$schema,
|
|
880
1602
|
},
|
|
881
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1603
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":88,"column":3},
|
|
882
1604
|
},
|
|
883
1605
|
{
|
|
884
1606
|
id: '@awiki/dsh-plugin#awiki/logout',
|
|
@@ -903,7 +1625,7 @@ export const TYPERT = {
|
|
|
903
1625
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
904
1626
|
schema: _awiki_dsh_plugin_awiki_logout_result$schema,
|
|
905
1627
|
},
|
|
906
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1628
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":85,"column":3},
|
|
907
1629
|
},
|
|
908
1630
|
{
|
|
909
1631
|
id: '@awiki/dsh-plugin#awiki/markConversationRead',
|
|
@@ -928,7 +1650,7 @@ export const TYPERT = {
|
|
|
928
1650
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
929
1651
|
schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
|
|
930
1652
|
},
|
|
931
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1653
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":178,"column":3},
|
|
932
1654
|
},
|
|
933
1655
|
{
|
|
934
1656
|
id: '@awiki/dsh-plugin#awiki/markMailRead',
|
|
@@ -953,7 +1675,32 @@ export const TYPERT = {
|
|
|
953
1675
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
954
1676
|
schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
|
|
955
1677
|
},
|
|
956
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1678
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":199,"column":3},
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
id: '@awiki/dsh-plugin#awiki/prepareRecovery',
|
|
1682
|
+
service: 'awiki',
|
|
1683
|
+
namespace: 'awiki',
|
|
1684
|
+
method: 'prepareRecovery',
|
|
1685
|
+
invocation: { kind: 'direct' },
|
|
1686
|
+
parameters: [
|
|
1687
|
+
{
|
|
1688
|
+
name: 'request',
|
|
1689
|
+
wire: 'request',
|
|
1690
|
+
source: 'json',
|
|
1691
|
+
codec: {
|
|
1692
|
+
mode: 'strict',
|
|
1693
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryPrepareRequest',
|
|
1694
|
+
schema: _awiki_dsh_plugin_awiki_prepareRecovery_parameter_0$schema,
|
|
1695
|
+
},
|
|
1696
|
+
},
|
|
1697
|
+
],
|
|
1698
|
+
result: {
|
|
1699
|
+
mode: 'strict',
|
|
1700
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1701
|
+
schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
|
|
1702
|
+
},
|
|
1703
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":114,"column":3},
|
|
957
1704
|
},
|
|
958
1705
|
{
|
|
959
1706
|
id: '@awiki/dsh-plugin#awiki/readMail',
|
|
@@ -978,7 +1725,7 @@ export const TYPERT = {
|
|
|
978
1725
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
979
1726
|
schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
|
|
980
1727
|
},
|
|
981
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1728
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":196,"column":9},
|
|
982
1729
|
},
|
|
983
1730
|
{
|
|
984
1731
|
id: '@awiki/dsh-plugin#awiki/registerIdentity',
|
|
@@ -1003,7 +1750,32 @@ export const TYPERT = {
|
|
|
1003
1750
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1004
1751
|
schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
|
|
1005
1752
|
},
|
|
1006
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1753
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":99,"column":9},
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
id: '@awiki/dsh-plugin#awiki/removeGroupMember',
|
|
1757
|
+
service: 'awiki',
|
|
1758
|
+
namespace: 'awiki',
|
|
1759
|
+
method: 'removeGroupMember',
|
|
1760
|
+
invocation: { kind: 'direct' },
|
|
1761
|
+
parameters: [
|
|
1762
|
+
{
|
|
1763
|
+
name: 'request',
|
|
1764
|
+
wire: 'request',
|
|
1765
|
+
source: 'json',
|
|
1766
|
+
codec: {
|
|
1767
|
+
mode: 'strict',
|
|
1768
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRemoveGroupMemberRequest',
|
|
1769
|
+
schema: _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema,
|
|
1770
|
+
},
|
|
1771
|
+
},
|
|
1772
|
+
],
|
|
1773
|
+
result: {
|
|
1774
|
+
mode: 'strict',
|
|
1775
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1776
|
+
schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
|
|
1777
|
+
},
|
|
1778
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":150,"column":3},
|
|
1007
1779
|
},
|
|
1008
1780
|
{
|
|
1009
1781
|
id: '@awiki/dsh-plugin#awiki/resolvePeer',
|
|
@@ -1028,7 +1800,47 @@ export const TYPERT = {
|
|
|
1028
1800
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1029
1801
|
schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
|
|
1030
1802
|
},
|
|
1031
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1803
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":129,"column":3},
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
id: '@awiki/dsh-plugin#awiki/resumeGroupRebindRecovery',
|
|
1807
|
+
service: 'awiki',
|
|
1808
|
+
namespace: 'awiki',
|
|
1809
|
+
method: 'resumeGroupRebindRecovery',
|
|
1810
|
+
invocation: { kind: 'direct' },
|
|
1811
|
+
parameters: [
|
|
1812
|
+
],
|
|
1813
|
+
result: {
|
|
1814
|
+
mode: 'strict',
|
|
1815
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1816
|
+
schema: _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema,
|
|
1817
|
+
},
|
|
1818
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":153,"column":9},
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
id: '@awiki/dsh-plugin#awiki/resumeRecovery',
|
|
1822
|
+
service: 'awiki',
|
|
1823
|
+
namespace: 'awiki',
|
|
1824
|
+
method: 'resumeRecovery',
|
|
1825
|
+
invocation: { kind: 'direct' },
|
|
1826
|
+
parameters: [
|
|
1827
|
+
{
|
|
1828
|
+
name: 'request',
|
|
1829
|
+
wire: 'request',
|
|
1830
|
+
source: 'json',
|
|
1831
|
+
codec: {
|
|
1832
|
+
mode: 'strict',
|
|
1833
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOperationRequest',
|
|
1834
|
+
schema: _awiki_dsh_plugin_awiki_resumeRecovery_parameter_0$schema,
|
|
1835
|
+
},
|
|
1836
|
+
},
|
|
1837
|
+
],
|
|
1838
|
+
result: {
|
|
1839
|
+
mode: 'strict',
|
|
1840
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1841
|
+
schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
|
|
1842
|
+
},
|
|
1843
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":123,"column":9},
|
|
1032
1844
|
},
|
|
1033
1845
|
{
|
|
1034
1846
|
id: '@awiki/dsh-plugin#awiki/sendAttachment',
|
|
@@ -1053,7 +1865,7 @@ export const TYPERT = {
|
|
|
1053
1865
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1054
1866
|
schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
|
|
1055
1867
|
},
|
|
1056
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1868
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":184,"column":9},
|
|
1057
1869
|
},
|
|
1058
1870
|
{
|
|
1059
1871
|
id: '@awiki/dsh-plugin#awiki/sendMail',
|
|
@@ -1078,7 +1890,32 @@ export const TYPERT = {
|
|
|
1078
1890
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1079
1891
|
schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
|
|
1080
1892
|
},
|
|
1081
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1893
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":202,"column":9},
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
|
|
1897
|
+
service: 'awiki',
|
|
1898
|
+
namespace: 'awiki',
|
|
1899
|
+
method: 'sendRecoveryOtp',
|
|
1900
|
+
invocation: { kind: 'direct' },
|
|
1901
|
+
parameters: [
|
|
1902
|
+
{
|
|
1903
|
+
name: 'request',
|
|
1904
|
+
wire: 'request',
|
|
1905
|
+
source: 'json',
|
|
1906
|
+
codec: {
|
|
1907
|
+
mode: 'strict',
|
|
1908
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRecoveryOtpRequest',
|
|
1909
|
+
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_parameter_0$schema,
|
|
1910
|
+
},
|
|
1911
|
+
},
|
|
1912
|
+
],
|
|
1913
|
+
result: {
|
|
1914
|
+
mode: 'strict',
|
|
1915
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1916
|
+
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
|
|
1917
|
+
},
|
|
1918
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":111,"column":3},
|
|
1082
1919
|
},
|
|
1083
1920
|
{
|
|
1084
1921
|
id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
|
|
@@ -1103,7 +1940,7 @@ export const TYPERT = {
|
|
|
1103
1940
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1104
1941
|
schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
|
|
1105
1942
|
},
|
|
1106
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1943
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":96,"column":3},
|
|
1107
1944
|
},
|
|
1108
1945
|
{
|
|
1109
1946
|
id: '@awiki/dsh-plugin#awiki/sendText',
|
|
@@ -1128,7 +1965,7 @@ export const TYPERT = {
|
|
|
1128
1965
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1129
1966
|
schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
|
|
1130
1967
|
},
|
|
1131
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1968
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":181,"column":3},
|
|
1132
1969
|
},
|
|
1133
1970
|
{
|
|
1134
1971
|
id: '@awiki/dsh-plugin#awiki/summarizeConversation',
|
|
@@ -1153,7 +1990,32 @@ export const TYPERT = {
|
|
|
1153
1990
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1154
1991
|
schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
|
|
1155
1992
|
},
|
|
1156
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1993
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":173,"column":9},
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
id: '@awiki/dsh-plugin#awiki/updateConversationPreference',
|
|
1997
|
+
service: 'awiki',
|
|
1998
|
+
namespace: 'awiki',
|
|
1999
|
+
method: 'updateConversationPreference',
|
|
2000
|
+
invocation: { kind: 'direct' },
|
|
2001
|
+
parameters: [
|
|
2002
|
+
{
|
|
2003
|
+
name: 'request',
|
|
2004
|
+
wire: 'request',
|
|
2005
|
+
source: 'json',
|
|
2006
|
+
codec: {
|
|
2007
|
+
mode: 'strict',
|
|
2008
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiConversationPreferenceMutation',
|
|
2009
|
+
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_parameter_0$schema,
|
|
2010
|
+
},
|
|
2011
|
+
},
|
|
2012
|
+
],
|
|
2013
|
+
result: {
|
|
2014
|
+
mode: 'strict',
|
|
2015
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2016
|
+
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema,
|
|
2017
|
+
},
|
|
2018
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":159,"column":3},
|
|
1157
2019
|
},
|
|
1158
2020
|
{
|
|
1159
2021
|
id: '@awiki/dsh-plugin#awiki/updateDisplayName',
|
|
@@ -1178,7 +2040,32 @@ export const TYPERT = {
|
|
|
1178
2040
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1179
2041
|
schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
|
|
1180
2042
|
},
|
|
1181
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2043
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":102,"column":9},
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
id: '@awiki/dsh-plugin#awiki/updateProfile',
|
|
2047
|
+
service: 'awiki',
|
|
2048
|
+
namespace: 'awiki',
|
|
2049
|
+
method: 'updateProfile',
|
|
2050
|
+
invocation: { kind: 'direct' },
|
|
2051
|
+
parameters: [
|
|
2052
|
+
{
|
|
2053
|
+
name: 'request',
|
|
2054
|
+
wire: 'request',
|
|
2055
|
+
source: 'json',
|
|
2056
|
+
codec: {
|
|
2057
|
+
mode: 'strict',
|
|
2058
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiUpdateProfileRequest',
|
|
2059
|
+
schema: _awiki_dsh_plugin_awiki_updateProfile_parameter_0$schema,
|
|
2060
|
+
},
|
|
2061
|
+
},
|
|
2062
|
+
],
|
|
2063
|
+
result: {
|
|
2064
|
+
mode: 'strict',
|
|
2065
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2066
|
+
schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
|
|
2067
|
+
},
|
|
2068
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":108,"column":3},
|
|
1182
2069
|
},
|
|
1183
2070
|
],
|
|
1184
2071
|
model: {
|