@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.
@@ -71,7 +71,7 @@ var import_protocols = require("@dxos/protocols");
71
71
  var import_services = require("@dxos/protocols/proto/dxos/client/services");
72
72
 
73
73
  // packages/sdk/client-services/src/version.ts
74
- var DXOS_VERSION = "0.1.58-main.75cbd70";
74
+ var DXOS_VERSION = "0.1.58-main.b605d47";
75
75
 
76
76
  // packages/sdk/client-services/src/packlets/services/platform.ts
77
77
  var getPlatform = () => {
@@ -2004,6 +2004,7 @@ var InvitationsServiceImpl = class {
2004
2004
  }, () => {
2005
2005
  close();
2006
2006
  this._createInvitations.delete(invitation.get().invitationId);
2007
+ this._removedCreated.emit(invitation.get());
2007
2008
  });
2008
2009
  });
2009
2010
  }
@@ -2026,19 +2027,20 @@ var InvitationsServiceImpl = class {
2026
2027
  }, () => {
2027
2028
  close();
2028
2029
  this._acceptInvitations.delete(invitation.get().invitationId);
2030
+ this._removedAccepted.emit(invitation.get());
2029
2031
  });
2030
2032
  });
2031
2033
  }
2032
2034
  async authenticate({ invitationId, authCode }) {
2033
2035
  (0, import_log7.log)("authenticating...", void 0, {
2034
2036
  F: __dxlog_file9,
2035
- L: 102,
2037
+ L: 104,
2036
2038
  S: this,
2037
2039
  C: (f, a) => f(...a)
2038
2040
  });
2039
2041
  (0, import_invariant8.invariant)(invitationId, void 0, {
2040
2042
  F: __dxlog_file9,
2041
- L: 103,
2043
+ L: 105,
2042
2044
  S: this,
2043
2045
  A: [
2044
2046
  "invitationId",
@@ -2051,7 +2053,7 @@ var InvitationsServiceImpl = class {
2051
2053
  invitationId
2052
2054
  }, {
2053
2055
  F: __dxlog_file9,
2054
- L: 106,
2056
+ L: 108,
2055
2057
  S: this,
2056
2058
  C: (f, a) => f(...a)
2057
2059
  });
@@ -2062,13 +2064,13 @@ var InvitationsServiceImpl = class {
2062
2064
  async cancelInvitation({ invitationId }) {
2063
2065
  (0, import_log7.log)("deleting...", void 0, {
2064
2066
  F: __dxlog_file9,
2065
- L: 113,
2067
+ L: 115,
2066
2068
  S: this,
2067
2069
  C: (f, a) => f(...a)
2068
2070
  });
2069
2071
  (0, import_invariant8.invariant)(invitationId, void 0, {
2070
2072
  F: __dxlog_file9,
2071
- L: 114,
2073
+ L: 116,
2072
2074
  S: this,
2073
2075
  A: [
2074
2076
  "invitationId",
@@ -2090,7 +2092,7 @@ var InvitationsServiceImpl = class {
2090
2092
  invitationId
2091
2093
  }, {
2092
2094
  F: __dxlog_file9,
2093
- L: 126,
2095
+ L: 128,
2094
2096
  S: this,
2095
2097
  C: (f, a) => f(...a)
2096
2098
  });