@dxos/client-services 0.1.58-main.75cbd70 → 0.1.58-main.b605d47
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/dist/lib/browser/{chunk-BKGKD3H5.mjs → chunk-GRLE5OOK.mjs} +10 -8
- package/dist/lib/browser/chunk-GRLE5OOK.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +9 -7
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +9 -7
- package/dist/lib/node/packlets/testing/index.cjs.map +2 -2
- package/dist/types/src/packlets/invitations/invitations-service.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +35 -35
- package/src/packlets/invitations/invitations-service.ts +2 -0
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-BKGKD3H5.mjs.map +0 -7
|
@@ -2106,6 +2106,7 @@ var InvitationsServiceImpl = class {
|
|
|
2106
2106
|
}, () => {
|
|
2107
2107
|
close();
|
|
2108
2108
|
this._createInvitations.delete(invitation.get().invitationId);
|
|
2109
|
+
this._removedCreated.emit(invitation.get());
|
|
2109
2110
|
});
|
|
2110
2111
|
});
|
|
2111
2112
|
}
|
|
@@ -2128,19 +2129,20 @@ var InvitationsServiceImpl = class {
|
|
|
2128
2129
|
}, () => {
|
|
2129
2130
|
close();
|
|
2130
2131
|
this._acceptInvitations.delete(invitation.get().invitationId);
|
|
2132
|
+
this._removedAccepted.emit(invitation.get());
|
|
2131
2133
|
});
|
|
2132
2134
|
});
|
|
2133
2135
|
}
|
|
2134
2136
|
async authenticate({ invitationId, authCode }) {
|
|
2135
2137
|
log6("authenticating...", void 0, {
|
|
2136
2138
|
F: __dxlog_file8,
|
|
2137
|
-
L:
|
|
2139
|
+
L: 104,
|
|
2138
2140
|
S: this,
|
|
2139
2141
|
C: (f, a) => f(...a)
|
|
2140
2142
|
});
|
|
2141
2143
|
invariant7(invitationId, void 0, {
|
|
2142
2144
|
F: __dxlog_file8,
|
|
2143
|
-
L:
|
|
2145
|
+
L: 105,
|
|
2144
2146
|
S: this,
|
|
2145
2147
|
A: [
|
|
2146
2148
|
"invitationId",
|
|
@@ -2153,7 +2155,7 @@ var InvitationsServiceImpl = class {
|
|
|
2153
2155
|
invitationId
|
|
2154
2156
|
}, {
|
|
2155
2157
|
F: __dxlog_file8,
|
|
2156
|
-
L:
|
|
2158
|
+
L: 108,
|
|
2157
2159
|
S: this,
|
|
2158
2160
|
C: (f, a) => f(...a)
|
|
2159
2161
|
});
|
|
@@ -2164,13 +2166,13 @@ var InvitationsServiceImpl = class {
|
|
|
2164
2166
|
async cancelInvitation({ invitationId }) {
|
|
2165
2167
|
log6("deleting...", void 0, {
|
|
2166
2168
|
F: __dxlog_file8,
|
|
2167
|
-
L:
|
|
2169
|
+
L: 115,
|
|
2168
2170
|
S: this,
|
|
2169
2171
|
C: (f, a) => f(...a)
|
|
2170
2172
|
});
|
|
2171
2173
|
invariant7(invitationId, void 0, {
|
|
2172
2174
|
F: __dxlog_file8,
|
|
2173
|
-
L:
|
|
2175
|
+
L: 116,
|
|
2174
2176
|
S: this,
|
|
2175
2177
|
A: [
|
|
2176
2178
|
"invitationId",
|
|
@@ -2192,7 +2194,7 @@ var InvitationsServiceImpl = class {
|
|
|
2192
2194
|
invitationId
|
|
2193
2195
|
}, {
|
|
2194
2196
|
F: __dxlog_file8,
|
|
2195
|
-
L:
|
|
2197
|
+
L: 128,
|
|
2196
2198
|
S: this,
|
|
2197
2199
|
C: (f, a) => f(...a)
|
|
2198
2200
|
});
|
|
@@ -2467,7 +2469,7 @@ import { STORAGE_VERSION } from "@dxos/protocols";
|
|
|
2467
2469
|
import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
2468
2470
|
|
|
2469
2471
|
// packages/sdk/client-services/src/version.ts
|
|
2470
|
-
var DXOS_VERSION = "0.1.58-main.
|
|
2472
|
+
var DXOS_VERSION = "0.1.58-main.b605d47";
|
|
2471
2473
|
|
|
2472
2474
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
2473
2475
|
var getPlatform = () => {
|
|
@@ -4955,4 +4957,4 @@ export {
|
|
|
4955
4957
|
createDefaultModelFactory,
|
|
4956
4958
|
ClientServicesHost
|
|
4957
4959
|
};
|
|
4958
|
-
//# sourceMappingURL=chunk-
|
|
4960
|
+
//# sourceMappingURL=chunk-GRLE5OOK.mjs.map
|