@awiki/dsh-plugin 0.3.2 → 0.3.4
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 +36 -22
- package/README.zh.md +29 -19
- package/cordis.patch.yml +17 -0
- package/lib/client.js +1273 -216
- package/lib/client.js.map +1 -1
- package/lib/index.js +874 -266
- package/lib/provider.js +52 -16
- package/lib/{sdk-adapter-C0gdpg1u.mjs → sdk-adapter-BeJakxLP.mjs} +141 -3
- package/lib/typert.host.js +376 -44
- package/lib/typert.remote-client.d.ts +19 -3
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +376 -44
- package/lib/types/client/AwikiDevices.d.ts +28 -0
- package/lib/types/client/AwikiDevices.d.ts.map +1 -0
- package/lib/types/client/AwikiDevices.js +85 -0
- package/lib/types/client/AwikiDevices.js.map +1 -0
- package/lib/types/client/AwikiIdentityAccess.d.ts +6 -3
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.js +88 -27
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -1
- package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
- package/lib/types/client/AwikiOverlay.js +4 -3
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/controller.d.ts +20 -3
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +38 -3
- 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 +8 -0
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/slots.d.ts +10 -2
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/index.d.ts +50 -9
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +672 -157
- package/lib/types/index.js.map +1 -1
- package/lib/types/listener-state.d.ts +5 -3
- package/lib/types/listener-state.d.ts.map +1 -1
- package/lib/types/listener-state.js +28 -13
- package/lib/types/listener-state.js.map +1 -1
- package/lib/types/listener.d.ts +9 -32
- package/lib/types/listener.d.ts.map +1 -1
- package/lib/types/listener.js +11 -127
- package/lib/types/listener.js.map +1 -1
- package/lib/types/provider-api.d.ts +96 -4
- package/lib/types/provider-api.d.ts.map +1 -1
- package/lib/types/provider.d.ts +7 -1
- package/lib/types/provider.d.ts.map +1 -1
- package/lib/types/provider.js +53 -15
- package/lib/types/provider.js.map +1 -1
- package/lib/types/realtime-supervisor.d.ts +43 -0
- package/lib/types/realtime-supervisor.d.ts.map +1 -0
- package/lib/types/realtime-supervisor.js +166 -0
- package/lib/types/realtime-supervisor.js.map +1 -0
- package/lib/types/sdk-adapter.d.ts +28 -2
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +131 -2
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/types.d.ts +75 -1
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +5 -3
package/lib/typert.host.js
CHANGED
|
@@ -28,7 +28,7 @@ const _awiki_dsh_plugin_awiki_activateRecovery_result$schema = z.union([z.object
|
|
|
28
28
|
})])
|
|
29
29
|
const _awiki_dsh_plugin_awiki_addGroupMember_parameter_0$schema = z.object({
|
|
30
30
|
'member': z.string().readonly(),
|
|
31
|
-
'role': z.union([z.literal("
|
|
31
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
32
32
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
33
33
|
})
|
|
34
34
|
const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
@@ -44,6 +44,53 @@ const _awiki_dsh_plugin_awiki_addGroupMember_result$schema = z.union([z.object({
|
|
|
44
44
|
'handle': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
45
45
|
}).readonly(),
|
|
46
46
|
})])
|
|
47
|
+
const _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema = z.object({
|
|
48
|
+
'enteredSas': z.string().readonly(),
|
|
49
|
+
'confirmation': z.string().readonly(),
|
|
50
|
+
'requestRef': z.string().readonly(),
|
|
51
|
+
})
|
|
52
|
+
const _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema = z.union([z.object({
|
|
53
|
+
'ok': z.literal(false).readonly(),
|
|
54
|
+
'error': z.object({
|
|
55
|
+
'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(),
|
|
56
|
+
'message': z.string().readonly(),
|
|
57
|
+
}).readonly(),
|
|
58
|
+
}), z.object({
|
|
59
|
+
'ok': z.literal(true).readonly(),
|
|
60
|
+
'value': z.object({
|
|
61
|
+
'requestRef': z.string().readonly(),
|
|
62
|
+
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
63
|
+
'expiresAt': z.string().readonly(),
|
|
64
|
+
'sas': z.string().readonly().optional(),
|
|
65
|
+
}).readonly(),
|
|
66
|
+
})])
|
|
67
|
+
const _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema = z.union([z.object({
|
|
68
|
+
'ok': z.literal(false).readonly(),
|
|
69
|
+
'error': z.object({
|
|
70
|
+
'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(),
|
|
71
|
+
'message': z.string().readonly(),
|
|
72
|
+
}).readonly(),
|
|
73
|
+
}), z.object({
|
|
74
|
+
'ok': z.literal(true).readonly(),
|
|
75
|
+
'value': z.object({
|
|
76
|
+
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
77
|
+
'expiresAt': z.string().readonly(),
|
|
78
|
+
'sas': z.string().readonly().optional(),
|
|
79
|
+
'completed': z.boolean().readonly(),
|
|
80
|
+
}).readonly(),
|
|
81
|
+
})])
|
|
82
|
+
const _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema = z.union([z.object({
|
|
83
|
+
'ok': z.literal(false).readonly(),
|
|
84
|
+
'error': z.object({
|
|
85
|
+
'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(),
|
|
86
|
+
'message': z.string().readonly(),
|
|
87
|
+
}).readonly(),
|
|
88
|
+
}), z.object({
|
|
89
|
+
'ok': z.literal(true).readonly(),
|
|
90
|
+
'value': z.object({
|
|
91
|
+
'completed': z.literal(true).readonly(),
|
|
92
|
+
}).readonly(),
|
|
93
|
+
})])
|
|
47
94
|
const _awiki_dsh_plugin_awiki_clearLocalData_parameter_0$schema = z.object({
|
|
48
95
|
'confirmation': z.string().readonly(),
|
|
49
96
|
})
|
|
@@ -143,6 +190,7 @@ const _awiki_dsh_plugin_awiki_getConfig_result$schema = z.union([z.object({
|
|
|
143
190
|
'value': z.object({
|
|
144
191
|
'pollIntervalMs': z.number().readonly(),
|
|
145
192
|
'attachmentMaxBytes': z.number().readonly(),
|
|
193
|
+
'handleRecoveryPhoneEnabled': z.boolean().readonly(),
|
|
146
194
|
}).readonly(),
|
|
147
195
|
})])
|
|
148
196
|
const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union([z.object({
|
|
@@ -179,6 +227,21 @@ const _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema = z.union
|
|
|
179
227
|
'dismissedGroupRecoverySignature': z.string().readonly().optional(),
|
|
180
228
|
}).readonly(),
|
|
181
229
|
})])
|
|
230
|
+
const _awiki_dsh_plugin_awiki_getDeviceJoinStatus_result$schema = z.union([z.object({
|
|
231
|
+
'ok': z.literal(false).readonly(),
|
|
232
|
+
'error': z.object({
|
|
233
|
+
'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(),
|
|
234
|
+
'message': z.string().readonly(),
|
|
235
|
+
}).readonly(),
|
|
236
|
+
}), z.object({
|
|
237
|
+
'ok': z.literal(true).readonly(),
|
|
238
|
+
'value': z.union([z.literal(null), z.object({
|
|
239
|
+
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
240
|
+
'expiresAt': z.string().readonly(),
|
|
241
|
+
'sas': z.string().readonly().optional(),
|
|
242
|
+
'completed': z.boolean().readonly(),
|
|
243
|
+
})]).readonly(),
|
|
244
|
+
})])
|
|
182
245
|
const _awiki_dsh_plugin_awiki_getGroup_parameter_0$schema = z.object({
|
|
183
246
|
'groupDid': z.intersection(z.string(), z.unknown()).readonly(),
|
|
184
247
|
})
|
|
@@ -689,6 +752,36 @@ const _awiki_dsh_plugin_awiki_readMail_result$schema = z.union([z.object({
|
|
|
689
752
|
})).readonly(),
|
|
690
753
|
}).readonly(),
|
|
691
754
|
})])
|
|
755
|
+
const _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema = z.union([z.object({
|
|
756
|
+
'ok': z.literal(false).readonly(),
|
|
757
|
+
'error': z.object({
|
|
758
|
+
'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(),
|
|
759
|
+
'message': z.string().readonly(),
|
|
760
|
+
}).readonly(),
|
|
761
|
+
}), z.object({
|
|
762
|
+
'ok': z.literal(true).readonly(),
|
|
763
|
+
'value': z.object({
|
|
764
|
+
'canManage': z.boolean().readonly(),
|
|
765
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
766
|
+
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
767
|
+
'devices': z.array(z.object({
|
|
768
|
+
'deviceRef': z.string().readonly(),
|
|
769
|
+
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
770
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
771
|
+
'managementReady': z.boolean().readonly(),
|
|
772
|
+
'isCurrent': z.boolean().readonly(),
|
|
773
|
+
})).readonly(),
|
|
774
|
+
'requests': z.array(z.object({
|
|
775
|
+
'requestRef': z.string().readonly(),
|
|
776
|
+
'candidateKeyFingerprint': z.string().readonly(),
|
|
777
|
+
'issuedAt': z.string().readonly(),
|
|
778
|
+
'expiresAt': z.string().readonly(),
|
|
779
|
+
'state': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
780
|
+
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
781
|
+
'canStartVerification': z.boolean().readonly(),
|
|
782
|
+
})).readonly(),
|
|
783
|
+
}).readonly(),
|
|
784
|
+
})])
|
|
692
785
|
const _awiki_dsh_plugin_awiki_registerIdentity_parameter_0$schema = z.object({
|
|
693
786
|
'handle': z.string().readonly(),
|
|
694
787
|
'phone': z.string().readonly(),
|
|
@@ -702,12 +795,39 @@ const _awiki_dsh_plugin_awiki_registerIdentity_result$schema = z.union([z.object
|
|
|
702
795
|
}).readonly(),
|
|
703
796
|
}), z.object({
|
|
704
797
|
'ok': z.literal(true).readonly(),
|
|
705
|
-
'value': z.object({
|
|
798
|
+
'value': z.union([z.object({
|
|
799
|
+
'status': z.literal("registered").readonly(),
|
|
800
|
+
'identity': z.object({
|
|
706
801
|
'handle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
707
802
|
'did': z.intersection(z.string(), z.unknown()).readonly(),
|
|
708
803
|
'displayName': z.string().readonly().optional(),
|
|
709
804
|
'registeredAt': z.number().readonly(),
|
|
710
805
|
}).readonly(),
|
|
806
|
+
}), z.object({
|
|
807
|
+
'status': z.literal("join-required").readonly(),
|
|
808
|
+
'fullHandle': z.intersection(z.string(), z.unknown()).readonly(),
|
|
809
|
+
'mode': z.union([z.literal("ordinary"), z.literal("handle-recovery-rebind")]).readonly(),
|
|
810
|
+
'requiresUserPresence': z.boolean().readonly(),
|
|
811
|
+
})]).readonly(),
|
|
812
|
+
})])
|
|
813
|
+
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema = z.object({
|
|
814
|
+
'reason': z.union([z.literal("user_rejected"), z.literal("sas_mismatch")]).readonly(),
|
|
815
|
+
'requestRef': z.string().readonly(),
|
|
816
|
+
})
|
|
817
|
+
const _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema = z.union([z.object({
|
|
818
|
+
'ok': z.literal(false).readonly(),
|
|
819
|
+
'error': z.object({
|
|
820
|
+
'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(),
|
|
821
|
+
'message': z.string().readonly(),
|
|
822
|
+
}).readonly(),
|
|
823
|
+
}), z.object({
|
|
824
|
+
'ok': z.literal(true).readonly(),
|
|
825
|
+
'value': z.object({
|
|
826
|
+
'requestRef': z.string().readonly(),
|
|
827
|
+
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
828
|
+
'expiresAt': z.string().readonly(),
|
|
829
|
+
'sas': z.string().readonly().optional(),
|
|
830
|
+
}).readonly(),
|
|
711
831
|
})])
|
|
712
832
|
const _awiki_dsh_plugin_awiki_removeGroupMember_parameter_0$schema = z.object({
|
|
713
833
|
'member': z.string().readonly(),
|
|
@@ -788,6 +908,40 @@ const _awiki_dsh_plugin_awiki_resumeRecovery_result$schema = z.union([z.object({
|
|
|
788
908
|
'unsupportedDidOnlyGroupCount': z.number().readonly(),
|
|
789
909
|
}).readonly(),
|
|
790
910
|
})])
|
|
911
|
+
const _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema = z.object({
|
|
912
|
+
'deviceRef': z.string().readonly(),
|
|
913
|
+
'confirmation': z.string().readonly(),
|
|
914
|
+
})
|
|
915
|
+
const _awiki_dsh_plugin_awiki_revokeDevice_result$schema = z.union([z.object({
|
|
916
|
+
'ok': z.literal(false).readonly(),
|
|
917
|
+
'error': z.object({
|
|
918
|
+
'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(),
|
|
919
|
+
'message': z.string().readonly(),
|
|
920
|
+
}).readonly(),
|
|
921
|
+
}), z.object({
|
|
922
|
+
'ok': z.literal(true).readonly(),
|
|
923
|
+
'value': z.object({
|
|
924
|
+
'canManage': z.boolean().readonly(),
|
|
925
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly().optional(),
|
|
926
|
+
'readiness': z.union([z.literal("legacy"), z.literal("member_ready"), z.literal("admin_awaiting_root"), z.literal("admin_ready"), z.literal("blocked")]).readonly(),
|
|
927
|
+
'devices': z.array(z.object({
|
|
928
|
+
'deviceRef': z.string().readonly(),
|
|
929
|
+
'status': z.union([z.literal("active"), z.literal("revoked")]).readonly(),
|
|
930
|
+
'role': z.union([z.literal("member"), z.literal("admin")]).readonly(),
|
|
931
|
+
'managementReady': z.boolean().readonly(),
|
|
932
|
+
'isCurrent': z.boolean().readonly(),
|
|
933
|
+
})).readonly(),
|
|
934
|
+
'requests': z.array(z.object({
|
|
935
|
+
'requestRef': z.string().readonly(),
|
|
936
|
+
'candidateKeyFingerprint': z.string().readonly(),
|
|
937
|
+
'issuedAt': z.string().readonly(),
|
|
938
|
+
'expiresAt': z.string().readonly(),
|
|
939
|
+
'state': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
940
|
+
'claimedByCurrentDevice': z.boolean().readonly(),
|
|
941
|
+
'canStartVerification': z.boolean().readonly(),
|
|
942
|
+
})).readonly(),
|
|
943
|
+
}).readonly(),
|
|
944
|
+
})])
|
|
791
945
|
const _awiki_dsh_plugin_awiki_sendAttachment_parameter_0$schema = z.object({
|
|
792
946
|
'target': z.union([z.object({
|
|
793
947
|
'kind': z.literal("direct").readonly(),
|
|
@@ -956,6 +1110,24 @@ const _awiki_dsh_plugin_awiki_sendText_result$schema = z.union([z.object({
|
|
|
956
1110
|
})]).readonly(),
|
|
957
1111
|
}).readonly(),
|
|
958
1112
|
})])
|
|
1113
|
+
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema = z.object({
|
|
1114
|
+
'requestRef': z.string().readonly(),
|
|
1115
|
+
})
|
|
1116
|
+
const _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema = z.union([z.object({
|
|
1117
|
+
'ok': z.literal(false).readonly(),
|
|
1118
|
+
'error': z.object({
|
|
1119
|
+
'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(),
|
|
1120
|
+
'message': z.string().readonly(),
|
|
1121
|
+
}).readonly(),
|
|
1122
|
+
}), z.object({
|
|
1123
|
+
'ok': z.literal(true).readonly(),
|
|
1124
|
+
'value': z.object({
|
|
1125
|
+
'requestRef': z.string().readonly(),
|
|
1126
|
+
'phase': z.union([z.literal("pending"), z.literal("verifying"), z.literal("sas-ready"), z.literal("authorized"), z.literal("cancelled"), z.literal("rejected"), z.literal("expired")]).readonly(),
|
|
1127
|
+
'expiresAt': z.string().readonly(),
|
|
1128
|
+
'sas': z.string().readonly().optional(),
|
|
1129
|
+
}).readonly(),
|
|
1130
|
+
})])
|
|
959
1131
|
const _awiki_dsh_plugin_awiki_summarizeConversation_parameter_0$schema = z.object({
|
|
960
1132
|
'conversationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
961
1133
|
'unreadCountAtOpen': z.number().readonly().optional(),
|
|
@@ -1118,7 +1290,7 @@ export const TYPERT = {
|
|
|
1118
1290
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1119
1291
|
schema: _awiki_dsh_plugin_awiki_activateRecovery_result$schema,
|
|
1120
1292
|
},
|
|
1121
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1293
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":159,"column":9},
|
|
1122
1294
|
},
|
|
1123
1295
|
{
|
|
1124
1296
|
id: '@awiki/dsh-plugin#awiki/addGroupMember',
|
|
@@ -1143,7 +1315,62 @@ export const TYPERT = {
|
|
|
1143
1315
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1144
1316
|
schema: _awiki_dsh_plugin_awiki_addGroupMember_result$schema,
|
|
1145
1317
|
},
|
|
1146
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1318
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":189,"column":3},
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
id: '@awiki/dsh-plugin#awiki/approveDeviceJoin',
|
|
1322
|
+
service: 'awiki',
|
|
1323
|
+
namespace: 'awiki',
|
|
1324
|
+
method: 'approveDeviceJoin',
|
|
1325
|
+
invocation: { kind: 'direct' },
|
|
1326
|
+
parameters: [
|
|
1327
|
+
{
|
|
1328
|
+
name: 'request',
|
|
1329
|
+
wire: 'request',
|
|
1330
|
+
source: 'json',
|
|
1331
|
+
codec: {
|
|
1332
|
+
mode: 'strict',
|
|
1333
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiApproveDeviceJoinRequest',
|
|
1334
|
+
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_parameter_0$schema,
|
|
1335
|
+
},
|
|
1336
|
+
},
|
|
1337
|
+
],
|
|
1338
|
+
result: {
|
|
1339
|
+
mode: 'strict',
|
|
1340
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1341
|
+
schema: _awiki_dsh_plugin_awiki_approveDeviceJoin_result$schema,
|
|
1342
|
+
},
|
|
1343
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":129,"column":9},
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
id: '@awiki/dsh-plugin#awiki/beginDeviceJoin',
|
|
1347
|
+
service: 'awiki',
|
|
1348
|
+
namespace: 'awiki',
|
|
1349
|
+
method: 'beginDeviceJoin',
|
|
1350
|
+
invocation: { kind: 'direct' },
|
|
1351
|
+
parameters: [
|
|
1352
|
+
],
|
|
1353
|
+
result: {
|
|
1354
|
+
mode: 'strict',
|
|
1355
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1356
|
+
schema: _awiki_dsh_plugin_awiki_beginDeviceJoin_result$schema,
|
|
1357
|
+
},
|
|
1358
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":112,"column":9},
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
id: '@awiki/dsh-plugin#awiki/cancelDeviceJoin',
|
|
1362
|
+
service: 'awiki',
|
|
1363
|
+
namespace: 'awiki',
|
|
1364
|
+
method: 'cancelDeviceJoin',
|
|
1365
|
+
invocation: { kind: 'direct' },
|
|
1366
|
+
parameters: [
|
|
1367
|
+
],
|
|
1368
|
+
result: {
|
|
1369
|
+
mode: 'strict',
|
|
1370
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1371
|
+
schema: _awiki_dsh_plugin_awiki_cancelDeviceJoin_result$schema,
|
|
1372
|
+
},
|
|
1373
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":118,"column":9},
|
|
1147
1374
|
},
|
|
1148
1375
|
{
|
|
1149
1376
|
id: '@awiki/dsh-plugin#awiki/clearLocalData',
|
|
@@ -1168,7 +1395,7 @@ export const TYPERT = {
|
|
|
1168
1395
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1169
1396
|
schema: _awiki_dsh_plugin_awiki_clearLocalData_result$schema,
|
|
1170
1397
|
},
|
|
1171
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1398
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":247,"column":3},
|
|
1172
1399
|
},
|
|
1173
1400
|
{
|
|
1174
1401
|
id: '@awiki/dsh-plugin#awiki/createGroup',
|
|
@@ -1193,7 +1420,7 @@ export const TYPERT = {
|
|
|
1193
1420
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1194
1421
|
schema: _awiki_dsh_plugin_awiki_createGroup_result$schema,
|
|
1195
1422
|
},
|
|
1196
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1423
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":174,"column":9},
|
|
1197
1424
|
},
|
|
1198
1425
|
{
|
|
1199
1426
|
id: '@awiki/dsh-plugin#awiki/discardRecovery',
|
|
@@ -1218,7 +1445,7 @@ export const TYPERT = {
|
|
|
1218
1445
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1219
1446
|
schema: _awiki_dsh_plugin_awiki_discardRecovery_result$schema,
|
|
1220
1447
|
},
|
|
1221
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1448
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":168,"column":9},
|
|
1222
1449
|
},
|
|
1223
1450
|
{
|
|
1224
1451
|
id: '@awiki/dsh-plugin#awiki/downloadAttachment',
|
|
@@ -1243,7 +1470,7 @@ export const TYPERT = {
|
|
|
1243
1470
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1244
1471
|
schema: _awiki_dsh_plugin_awiki_downloadAttachment_result$schema,
|
|
1245
1472
|
},
|
|
1246
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1473
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":229,"column":9},
|
|
1247
1474
|
},
|
|
1248
1475
|
{
|
|
1249
1476
|
id: '@awiki/dsh-plugin#awiki/getConfig',
|
|
@@ -1258,7 +1485,7 @@ export const TYPERT = {
|
|
|
1258
1485
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1259
1486
|
schema: _awiki_dsh_plugin_awiki_getConfig_result$schema,
|
|
1260
1487
|
},
|
|
1261
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1488
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":86,"column":9},
|
|
1262
1489
|
},
|
|
1263
1490
|
{
|
|
1264
1491
|
id: '@awiki/dsh-plugin#awiki/getConversationPreferences',
|
|
@@ -1273,7 +1500,22 @@ export const TYPERT = {
|
|
|
1273
1500
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1274
1501
|
schema: _awiki_dsh_plugin_awiki_getConversationPreferences_result$schema,
|
|
1275
1502
|
},
|
|
1276
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1503
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":198,"column":3},
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
id: '@awiki/dsh-plugin#awiki/getDeviceJoinStatus',
|
|
1507
|
+
service: 'awiki',
|
|
1508
|
+
namespace: 'awiki',
|
|
1509
|
+
method: 'getDeviceJoinStatus',
|
|
1510
|
+
invocation: { kind: 'direct' },
|
|
1511
|
+
parameters: [
|
|
1512
|
+
],
|
|
1513
|
+
result: {
|
|
1514
|
+
mode: 'strict',
|
|
1515
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1516
|
+
schema: _awiki_dsh_plugin_awiki_getDeviceJoinStatus_result$schema,
|
|
1517
|
+
},
|
|
1518
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":115,"column":9},
|
|
1277
1519
|
},
|
|
1278
1520
|
{
|
|
1279
1521
|
id: '@awiki/dsh-plugin#awiki/getGroup',
|
|
@@ -1298,7 +1540,7 @@ export const TYPERT = {
|
|
|
1298
1540
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1299
1541
|
schema: _awiki_dsh_plugin_awiki_getGroup_result$schema,
|
|
1300
1542
|
},
|
|
1301
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1543
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":177,"column":3},
|
|
1302
1544
|
},
|
|
1303
1545
|
{
|
|
1304
1546
|
id: '@awiki/dsh-plugin#awiki/getHistory',
|
|
@@ -1323,7 +1565,7 @@ export const TYPERT = {
|
|
|
1323
1565
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1324
1566
|
schema: _awiki_dsh_plugin_awiki_getHistory_result$schema,
|
|
1325
1567
|
},
|
|
1326
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1568
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":209,"column":3},
|
|
1327
1569
|
},
|
|
1328
1570
|
{
|
|
1329
1571
|
id: '@awiki/dsh-plugin#awiki/getIdentity',
|
|
@@ -1338,7 +1580,7 @@ export const TYPERT = {
|
|
|
1338
1580
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1339
1581
|
schema: _awiki_dsh_plugin_awiki_getIdentity_result$schema,
|
|
1340
1582
|
},
|
|
1341
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1583
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":89,"column":9},
|
|
1342
1584
|
},
|
|
1343
1585
|
{
|
|
1344
1586
|
id: '@awiki/dsh-plugin#awiki/getLocalHistory',
|
|
@@ -1363,7 +1605,7 @@ export const TYPERT = {
|
|
|
1363
1605
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1364
1606
|
schema: _awiki_dsh_plugin_awiki_getLocalHistory_result$schema,
|
|
1365
1607
|
},
|
|
1366
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1608
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":212,"column":3},
|
|
1367
1609
|
},
|
|
1368
1610
|
{
|
|
1369
1611
|
id: '@awiki/dsh-plugin#awiki/getMailAccount',
|
|
@@ -1378,7 +1620,7 @@ export const TYPERT = {
|
|
|
1378
1620
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1379
1621
|
schema: _awiki_dsh_plugin_awiki_getMailAccount_result$schema,
|
|
1380
1622
|
},
|
|
1381
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1623
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":232,"column":3},
|
|
1382
1624
|
},
|
|
1383
1625
|
{
|
|
1384
1626
|
id: '@awiki/dsh-plugin#awiki/getProfile',
|
|
@@ -1393,7 +1635,7 @@ export const TYPERT = {
|
|
|
1393
1635
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1394
1636
|
schema: _awiki_dsh_plugin_awiki_getProfile_result$schema,
|
|
1395
1637
|
},
|
|
1396
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1638
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":147,"column":3},
|
|
1397
1639
|
},
|
|
1398
1640
|
{
|
|
1399
1641
|
id: '@awiki/dsh-plugin#awiki/getRecoveryStatus',
|
|
@@ -1418,7 +1660,7 @@ export const TYPERT = {
|
|
|
1418
1660
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1419
1661
|
schema: _awiki_dsh_plugin_awiki_getRecoveryStatus_result$schema,
|
|
1420
1662
|
},
|
|
1421
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1663
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":162,"column":9},
|
|
1422
1664
|
},
|
|
1423
1665
|
{
|
|
1424
1666
|
id: '@awiki/dsh-plugin#awiki/getSession',
|
|
@@ -1433,7 +1675,7 @@ export const TYPERT = {
|
|
|
1433
1675
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1434
1676
|
schema: _awiki_dsh_plugin_awiki_getSession_result$schema,
|
|
1435
1677
|
},
|
|
1436
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1678
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":92,"column":9},
|
|
1437
1679
|
},
|
|
1438
1680
|
{
|
|
1439
1681
|
id: '@awiki/dsh-plugin#awiki/inspectIdentityAccess',
|
|
@@ -1458,7 +1700,7 @@ export const TYPERT = {
|
|
|
1458
1700
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1459
1701
|
schema: _awiki_dsh_plugin_awiki_inspectIdentityAccess_result$schema,
|
|
1460
1702
|
},
|
|
1461
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1703
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":101,"column":9},
|
|
1462
1704
|
},
|
|
1463
1705
|
{
|
|
1464
1706
|
id: '@awiki/dsh-plugin#awiki/joinGroup',
|
|
@@ -1483,7 +1725,7 @@ export const TYPERT = {
|
|
|
1483
1725
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1484
1726
|
schema: _awiki_dsh_plugin_awiki_joinGroup_result$schema,
|
|
1485
1727
|
},
|
|
1486
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1728
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":180,"column":3},
|
|
1487
1729
|
},
|
|
1488
1730
|
{
|
|
1489
1731
|
id: '@awiki/dsh-plugin#awiki/leaveGroup',
|
|
@@ -1508,7 +1750,7 @@ export const TYPERT = {
|
|
|
1508
1750
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1509
1751
|
schema: _awiki_dsh_plugin_awiki_leaveGroup_result$schema,
|
|
1510
1752
|
},
|
|
1511
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1753
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":183,"column":9},
|
|
1512
1754
|
},
|
|
1513
1755
|
{
|
|
1514
1756
|
id: '@awiki/dsh-plugin#awiki/listConversations',
|
|
@@ -1534,7 +1776,7 @@ export const TYPERT = {
|
|
|
1534
1776
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1535
1777
|
schema: _awiki_dsh_plugin_awiki_listConversations_result$schema,
|
|
1536
1778
|
},
|
|
1537
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1779
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":206,"column":3},
|
|
1538
1780
|
},
|
|
1539
1781
|
{
|
|
1540
1782
|
id: '@awiki/dsh-plugin#awiki/listGroupMembers',
|
|
@@ -1559,7 +1801,7 @@ export const TYPERT = {
|
|
|
1559
1801
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1560
1802
|
schema: _awiki_dsh_plugin_awiki_listGroupMembers_result$schema,
|
|
1561
1803
|
},
|
|
1562
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1804
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":186,"column":3},
|
|
1563
1805
|
},
|
|
1564
1806
|
{
|
|
1565
1807
|
id: '@awiki/dsh-plugin#awiki/listMailInbox',
|
|
@@ -1585,7 +1827,7 @@ export const TYPERT = {
|
|
|
1585
1827
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1586
1828
|
schema: _awiki_dsh_plugin_awiki_listMailInbox_result$schema,
|
|
1587
1829
|
},
|
|
1588
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1830
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":235,"column":9},
|
|
1589
1831
|
},
|
|
1590
1832
|
{
|
|
1591
1833
|
id: '@awiki/dsh-plugin#awiki/login',
|
|
@@ -1600,7 +1842,7 @@ export const TYPERT = {
|
|
|
1600
1842
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1601
1843
|
schema: _awiki_dsh_plugin_awiki_login_result$schema,
|
|
1602
1844
|
},
|
|
1603
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1845
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":98,"column":3},
|
|
1604
1846
|
},
|
|
1605
1847
|
{
|
|
1606
1848
|
id: '@awiki/dsh-plugin#awiki/logout',
|
|
@@ -1625,7 +1867,7 @@ export const TYPERT = {
|
|
|
1625
1867
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1626
1868
|
schema: _awiki_dsh_plugin_awiki_logout_result$schema,
|
|
1627
1869
|
},
|
|
1628
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1870
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":95,"column":3},
|
|
1629
1871
|
},
|
|
1630
1872
|
{
|
|
1631
1873
|
id: '@awiki/dsh-plugin#awiki/markConversationRead',
|
|
@@ -1650,7 +1892,7 @@ export const TYPERT = {
|
|
|
1650
1892
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1651
1893
|
schema: _awiki_dsh_plugin_awiki_markConversationRead_result$schema,
|
|
1652
1894
|
},
|
|
1653
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1895
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":220,"column":3},
|
|
1654
1896
|
},
|
|
1655
1897
|
{
|
|
1656
1898
|
id: '@awiki/dsh-plugin#awiki/markMailRead',
|
|
@@ -1675,7 +1917,7 @@ export const TYPERT = {
|
|
|
1675
1917
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1676
1918
|
schema: _awiki_dsh_plugin_awiki_markMailRead_result$schema,
|
|
1677
1919
|
},
|
|
1678
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1920
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":241,"column":3},
|
|
1679
1921
|
},
|
|
1680
1922
|
{
|
|
1681
1923
|
id: '@awiki/dsh-plugin#awiki/prepareRecovery',
|
|
@@ -1700,7 +1942,7 @@ export const TYPERT = {
|
|
|
1700
1942
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1701
1943
|
schema: _awiki_dsh_plugin_awiki_prepareRecovery_result$schema,
|
|
1702
1944
|
},
|
|
1703
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1945
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":156,"column":3},
|
|
1704
1946
|
},
|
|
1705
1947
|
{
|
|
1706
1948
|
id: '@awiki/dsh-plugin#awiki/readMail',
|
|
@@ -1725,7 +1967,22 @@ export const TYPERT = {
|
|
|
1725
1967
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1726
1968
|
schema: _awiki_dsh_plugin_awiki_readMail_result$schema,
|
|
1727
1969
|
},
|
|
1728
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
1970
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":238,"column":9},
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
id: '@awiki/dsh-plugin#awiki/refreshDeviceManagement',
|
|
1974
|
+
service: 'awiki',
|
|
1975
|
+
namespace: 'awiki',
|
|
1976
|
+
method: 'refreshDeviceManagement',
|
|
1977
|
+
invocation: { kind: 'direct' },
|
|
1978
|
+
parameters: [
|
|
1979
|
+
],
|
|
1980
|
+
result: {
|
|
1981
|
+
mode: 'strict',
|
|
1982
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1983
|
+
schema: _awiki_dsh_plugin_awiki_refreshDeviceManagement_result$schema,
|
|
1984
|
+
},
|
|
1985
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":121,"column":3},
|
|
1729
1986
|
},
|
|
1730
1987
|
{
|
|
1731
1988
|
id: '@awiki/dsh-plugin#awiki/registerIdentity',
|
|
@@ -1750,7 +2007,32 @@ export const TYPERT = {
|
|
|
1750
2007
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1751
2008
|
schema: _awiki_dsh_plugin_awiki_registerIdentity_result$schema,
|
|
1752
2009
|
},
|
|
1753
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2010
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":109,"column":9},
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
id: '@awiki/dsh-plugin#awiki/rejectDeviceJoin',
|
|
2014
|
+
service: 'awiki',
|
|
2015
|
+
namespace: 'awiki',
|
|
2016
|
+
method: 'rejectDeviceJoin',
|
|
2017
|
+
invocation: { kind: 'direct' },
|
|
2018
|
+
parameters: [
|
|
2019
|
+
{
|
|
2020
|
+
name: 'request',
|
|
2021
|
+
wire: 'request',
|
|
2022
|
+
source: 'json',
|
|
2023
|
+
codec: {
|
|
2024
|
+
mode: 'strict',
|
|
2025
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRejectDeviceJoinRequest',
|
|
2026
|
+
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_parameter_0$schema,
|
|
2027
|
+
},
|
|
2028
|
+
},
|
|
2029
|
+
],
|
|
2030
|
+
result: {
|
|
2031
|
+
mode: 'strict',
|
|
2032
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2033
|
+
schema: _awiki_dsh_plugin_awiki_rejectDeviceJoin_result$schema,
|
|
2034
|
+
},
|
|
2035
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":134,"column":9},
|
|
1754
2036
|
},
|
|
1755
2037
|
{
|
|
1756
2038
|
id: '@awiki/dsh-plugin#awiki/removeGroupMember',
|
|
@@ -1775,7 +2057,7 @@ export const TYPERT = {
|
|
|
1775
2057
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1776
2058
|
schema: _awiki_dsh_plugin_awiki_removeGroupMember_result$schema,
|
|
1777
2059
|
},
|
|
1778
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2060
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":192,"column":3},
|
|
1779
2061
|
},
|
|
1780
2062
|
{
|
|
1781
2063
|
id: '@awiki/dsh-plugin#awiki/resolvePeer',
|
|
@@ -1800,7 +2082,7 @@ export const TYPERT = {
|
|
|
1800
2082
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1801
2083
|
schema: _awiki_dsh_plugin_awiki_resolvePeer_result$schema,
|
|
1802
2084
|
},
|
|
1803
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2085
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":171,"column":3},
|
|
1804
2086
|
},
|
|
1805
2087
|
{
|
|
1806
2088
|
id: '@awiki/dsh-plugin#awiki/resumeGroupRebindRecovery',
|
|
@@ -1815,7 +2097,7 @@ export const TYPERT = {
|
|
|
1815
2097
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1816
2098
|
schema: _awiki_dsh_plugin_awiki_resumeGroupRebindRecovery_result$schema,
|
|
1817
2099
|
},
|
|
1818
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2100
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":195,"column":9},
|
|
1819
2101
|
},
|
|
1820
2102
|
{
|
|
1821
2103
|
id: '@awiki/dsh-plugin#awiki/resumeRecovery',
|
|
@@ -1840,7 +2122,32 @@ export const TYPERT = {
|
|
|
1840
2122
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1841
2123
|
schema: _awiki_dsh_plugin_awiki_resumeRecovery_result$schema,
|
|
1842
2124
|
},
|
|
1843
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2125
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":165,"column":9},
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
id: '@awiki/dsh-plugin#awiki/revokeDevice',
|
|
2129
|
+
service: 'awiki',
|
|
2130
|
+
namespace: 'awiki',
|
|
2131
|
+
method: 'revokeDevice',
|
|
2132
|
+
invocation: { kind: 'direct' },
|
|
2133
|
+
parameters: [
|
|
2134
|
+
{
|
|
2135
|
+
name: 'request',
|
|
2136
|
+
wire: 'request',
|
|
2137
|
+
source: 'json',
|
|
2138
|
+
codec: {
|
|
2139
|
+
mode: 'strict',
|
|
2140
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRevokeDeviceRequest',
|
|
2141
|
+
schema: _awiki_dsh_plugin_awiki_revokeDevice_parameter_0$schema,
|
|
2142
|
+
},
|
|
2143
|
+
},
|
|
2144
|
+
],
|
|
2145
|
+
result: {
|
|
2146
|
+
mode: 'strict',
|
|
2147
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2148
|
+
schema: _awiki_dsh_plugin_awiki_revokeDevice_result$schema,
|
|
2149
|
+
},
|
|
2150
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":139,"column":9},
|
|
1844
2151
|
},
|
|
1845
2152
|
{
|
|
1846
2153
|
id: '@awiki/dsh-plugin#awiki/sendAttachment',
|
|
@@ -1865,7 +2172,7 @@ export const TYPERT = {
|
|
|
1865
2172
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1866
2173
|
schema: _awiki_dsh_plugin_awiki_sendAttachment_result$schema,
|
|
1867
2174
|
},
|
|
1868
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2175
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":226,"column":9},
|
|
1869
2176
|
},
|
|
1870
2177
|
{
|
|
1871
2178
|
id: '@awiki/dsh-plugin#awiki/sendMail',
|
|
@@ -1890,7 +2197,7 @@ export const TYPERT = {
|
|
|
1890
2197
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1891
2198
|
schema: _awiki_dsh_plugin_awiki_sendMail_result$schema,
|
|
1892
2199
|
},
|
|
1893
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2200
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":244,"column":9},
|
|
1894
2201
|
},
|
|
1895
2202
|
{
|
|
1896
2203
|
id: '@awiki/dsh-plugin#awiki/sendRecoveryOtp',
|
|
@@ -1915,7 +2222,7 @@ export const TYPERT = {
|
|
|
1915
2222
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1916
2223
|
schema: _awiki_dsh_plugin_awiki_sendRecoveryOtp_result$schema,
|
|
1917
2224
|
},
|
|
1918
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2225
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":153,"column":3},
|
|
1919
2226
|
},
|
|
1920
2227
|
{
|
|
1921
2228
|
id: '@awiki/dsh-plugin#awiki/sendRegistrationOtp',
|
|
@@ -1940,7 +2247,7 @@ export const TYPERT = {
|
|
|
1940
2247
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1941
2248
|
schema: _awiki_dsh_plugin_awiki_sendRegistrationOtp_result$schema,
|
|
1942
2249
|
},
|
|
1943
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2250
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":106,"column":9},
|
|
1944
2251
|
},
|
|
1945
2252
|
{
|
|
1946
2253
|
id: '@awiki/dsh-plugin#awiki/sendText',
|
|
@@ -1965,7 +2272,32 @@ export const TYPERT = {
|
|
|
1965
2272
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1966
2273
|
schema: _awiki_dsh_plugin_awiki_sendText_result$schema,
|
|
1967
2274
|
},
|
|
1968
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2275
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":223,"column":3},
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
id: '@awiki/dsh-plugin#awiki/startDeviceJoinVerification',
|
|
2279
|
+
service: 'awiki',
|
|
2280
|
+
namespace: 'awiki',
|
|
2281
|
+
method: 'startDeviceJoinVerification',
|
|
2282
|
+
invocation: { kind: 'direct' },
|
|
2283
|
+
parameters: [
|
|
2284
|
+
{
|
|
2285
|
+
name: 'request',
|
|
2286
|
+
wire: 'request',
|
|
2287
|
+
source: 'json',
|
|
2288
|
+
codec: {
|
|
2289
|
+
mode: 'strict',
|
|
2290
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiRequestRefInput',
|
|
2291
|
+
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_parameter_0$schema,
|
|
2292
|
+
},
|
|
2293
|
+
},
|
|
2294
|
+
],
|
|
2295
|
+
result: {
|
|
2296
|
+
mode: 'strict',
|
|
2297
|
+
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2298
|
+
schema: _awiki_dsh_plugin_awiki_startDeviceJoinVerification_result$schema,
|
|
2299
|
+
},
|
|
2300
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":124,"column":9},
|
|
1969
2301
|
},
|
|
1970
2302
|
{
|
|
1971
2303
|
id: '@awiki/dsh-plugin#awiki/summarizeConversation',
|
|
@@ -1990,7 +2322,7 @@ export const TYPERT = {
|
|
|
1990
2322
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
1991
2323
|
schema: _awiki_dsh_plugin_awiki_summarizeConversation_result$schema,
|
|
1992
2324
|
},
|
|
1993
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2325
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":215,"column":9},
|
|
1994
2326
|
},
|
|
1995
2327
|
{
|
|
1996
2328
|
id: '@awiki/dsh-plugin#awiki/updateConversationPreference',
|
|
@@ -2015,7 +2347,7 @@ export const TYPERT = {
|
|
|
2015
2347
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2016
2348
|
schema: _awiki_dsh_plugin_awiki_updateConversationPreference_result$schema,
|
|
2017
2349
|
},
|
|
2018
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2350
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":201,"column":3},
|
|
2019
2351
|
},
|
|
2020
2352
|
{
|
|
2021
2353
|
id: '@awiki/dsh-plugin#awiki/updateDisplayName',
|
|
@@ -2040,7 +2372,7 @@ export const TYPERT = {
|
|
|
2040
2372
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2041
2373
|
schema: _awiki_dsh_plugin_awiki_updateDisplayName_result$schema,
|
|
2042
2374
|
},
|
|
2043
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2375
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":144,"column":9},
|
|
2044
2376
|
},
|
|
2045
2377
|
{
|
|
2046
2378
|
id: '@awiki/dsh-plugin#awiki/updateProfile',
|
|
@@ -2065,7 +2397,7 @@ export const TYPERT = {
|
|
|
2065
2397
|
typeSymbol: '@awiki/dsh-plugin/types#AwikiResult',
|
|
2066
2398
|
schema: _awiki_dsh_plugin_awiki_updateProfile_result$schema,
|
|
2067
2399
|
},
|
|
2068
|
-
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":
|
|
2400
|
+
sourceLocation: {"file":"packages/dsh-awiki/src/index.ts","line":150,"column":3},
|
|
2069
2401
|
},
|
|
2070
2402
|
],
|
|
2071
2403
|
model: {
|