@os-team/profile 1.0.35 → 1.0.36

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.
Files changed (67) hide show
  1. package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
  2. package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
  3. package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
  4. package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
  5. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
  6. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
  7. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
  8. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
  9. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
  10. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
  11. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
  12. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
  13. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
  14. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
  15. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
  16. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
  17. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
  18. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
  19. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
  20. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
  21. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js +7 -5
  22. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
  23. package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
  24. package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
  25. package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
  26. package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
  27. package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
  28. package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
  29. package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
  30. package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
  31. package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
  32. package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
  33. package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
  34. package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
  35. package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
  36. package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
  37. package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
  38. package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
  39. package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
  40. package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
  41. package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
  42. package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
  43. package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js +8 -3
  44. package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
  45. package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts +5 -5
  46. package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts.map +1 -1
  47. package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts +6 -6
  48. package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts.map +1 -1
  49. package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts +7 -7
  50. package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map +1 -1
  51. package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts +5 -5
  52. package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts.map +1 -1
  53. package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts +5 -5
  54. package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts.map +1 -1
  55. package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts +6 -6
  56. package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +1 -1
  57. package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts +5 -5
  58. package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts.map +1 -1
  59. package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts +5 -5
  60. package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts.map +1 -1
  61. package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts +5 -6
  62. package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts.map +1 -1
  63. package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts +6 -6
  64. package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +1 -1
  65. package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts +6 -7
  66. package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts.map +1 -1
  67. package/package.json +38 -40
@@ -1,17 +1,13 @@
1
+ /**
2
+ * @generated SignedSource<<f946927659be8a48606bcaa0c91084d1>>
3
+ * @lightSyntaxTransform
4
+ * @nogrep
5
+ */
6
+
1
7
  /* tslint:disable */
2
8
 
3
9
  /* eslint-disable */
4
10
  // @ts-nocheck
5
-
6
- /*
7
- mutation SessionListItemDestroySessionMutation(
8
- $input: DestroySessionInput!
9
- ) {
10
- destroySession(input: $input) {
11
- ok
12
- }
13
- }
14
- */
15
11
  const node = function () {
16
12
  var v0 = [{
17
13
  "defaultValue": null,
@@ -74,6 +70,6 @@ const node = function () {
74
70
  };
75
71
  }();
76
72
 
77
- node.hash = 'ad6c0d1313a70dd63c0baccc2f7abd6e';
73
+ node.hash = "ad6c0d1313a70dd63c0baccc2f7abd6e";
78
74
  export default node;
79
75
  //# sourceMappingURL=SessionListItemDestroySessionMutation.graphql.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.ts"],"names":["node","v0","v1","hash"],"mappings":"AAAA;;AACA;AACA;;AAsBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,MAAMA,IAAqB,GAAI,YAAU;AACzC,MAAIC,EAAE,GAAG,CACP;AACE,oBAAgB,IADlB;AAEE,YAAQ,eAFV;AAGE,YAAQ;AAHV,GADO,CAAT;AAAA,MAOAC,EAAE,GAAG,CACH;AACE,aAAS,IADX;AAEE,YAAQ,CACN;AACE,cAAQ,UADV;AAEE,cAAQ,OAFV;AAGE,sBAAgB;AAHlB,KADM,CAFV;AASE,oBAAgB,eATlB;AAUE,YAAQ,aAVV;AAWE,YAAQ,gBAXV;AAYE,cAAU,KAZZ;AAaE,kBAAc,CACZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,IAJV;AAKE,oBAAc;AALhB,KADY,CAbhB;AAsBE,kBAAc;AAtBhB,GADG,CAPL;AAiCA,SAAO;AACL,gBAAY;AACV,6BAAwBD;AAAE;AADhB;AAEV,cAAQ,UAFE;AAGV,kBAAY,IAHF;AAIV,cAAQ,uCAJE;AAKV,oBAAeC;AAAE;AALP;AAMV,cAAQ,UANE;AAOV,qBAAe;AAPL,KADP;AAUL,YAAQ,SAVH;AAWL,iBAAa;AACX,6BAAwBD;AAAE;AADf;AAEX,cAAQ,WAFG;AAGX,cAAQ,uCAHG;AAIX,oBAAeC;AAAE;;AAJN,KAXR;AAiBL,cAAU;AACR,iBAAW,kCADH;AAER,YAAM,IAFE;AAGR,kBAAY,EAHJ;AAIR,cAAQ,uCAJA;AAKR,uBAAiB,UALT;AAMR,cAAQ;AANA;AAjBL,GAAP;AA0BC,CA5D6B,EAA9B;;AA6DCF,IAAD,CAAcG,IAAd,GAAqB,kCAArB;AACA,eAAeH,IAAf","sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ConcreteRequest } from \"relay-runtime\";\n\nexport type DestroySessionInput = {\n id: string;\n};\nexport type SessionListItemDestroySessionMutationVariables = {\n input: DestroySessionInput;\n};\nexport type SessionListItemDestroySessionMutationResponse = {\n readonly destroySession: {\n readonly ok: boolean;\n };\n};\nexport type SessionListItemDestroySessionMutation = {\n readonly response: SessionListItemDestroySessionMutationResponse;\n readonly variables: SessionListItemDestroySessionMutationVariables;\n};\n\n\n\n/*\nmutation SessionListItemDestroySessionMutation(\n $input: DestroySessionInput!\n) {\n destroySession(input: $input) {\n ok\n }\n}\n*/\n\nconst node: ConcreteRequest = (function(){\nvar v0 = [\n {\n \"defaultValue\": null,\n \"kind\": \"LocalArgument\",\n \"name\": \"input\"\n }\n],\nv1 = [\n {\n \"alias\": null,\n \"args\": [\n {\n \"kind\": \"Variable\",\n \"name\": \"input\",\n \"variableName\": \"input\"\n }\n ],\n \"concreteType\": \"StatusPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"destroySession\",\n \"plural\": false,\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"ok\",\n \"storageKey\": null\n }\n ],\n \"storageKey\": null\n }\n];\nreturn {\n \"fragment\": {\n \"argumentDefinitions\": (v0/*: any*/),\n \"kind\": \"Fragment\",\n \"metadata\": null,\n \"name\": \"SessionListItemDestroySessionMutation\",\n \"selections\": (v1/*: any*/),\n \"type\": \"Mutation\",\n \"abstractKey\": null\n },\n \"kind\": \"Request\",\n \"operation\": {\n \"argumentDefinitions\": (v0/*: any*/),\n \"kind\": \"Operation\",\n \"name\": \"SessionListItemDestroySessionMutation\",\n \"selections\": (v1/*: any*/)\n },\n \"params\": {\n \"cacheID\": \"e967c31f65aa17e8ed5d6184f1f37c9d\",\n \"id\": null,\n \"metadata\": {},\n \"name\": \"SessionListItemDestroySessionMutation\",\n \"operationKind\": \"mutation\",\n \"text\": \"mutation SessionListItemDestroySessionMutation(\\n $input: DestroySessionInput!\\n) {\\n destroySession(input: $input) {\\n ok\\n }\\n}\\n\"\n }\n};\n})();\n(node as any).hash = 'ad6c0d1313a70dd63c0baccc2f7abd6e';\nexport default node;\n"],"file":"SessionListItemDestroySessionMutation.graphql.js"}
1
+ {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.ts"],"names":["node","v0","v1","hash"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA;;AACA;AACA;AAmBA,MAAMA,IAAqB,GAAI,YAAU;AACzC,MAAIC,EAAE,GAAG,CACP;AACE,oBAAgB,IADlB;AAEE,YAAQ,eAFV;AAGE,YAAQ;AAHV,GADO,CAAT;AAAA,MAOAC,EAAE,GAAG,CACH;AACE,aAAS,IADX;AAEE,YAAQ,CACN;AACE,cAAQ,UADV;AAEE,cAAQ,OAFV;AAGE,sBAAgB;AAHlB,KADM,CAFV;AASE,oBAAgB,eATlB;AAUE,YAAQ,aAVV;AAWE,YAAQ,gBAXV;AAYE,cAAU,KAZZ;AAaE,kBAAc,CACZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,IAJV;AAKE,oBAAc;AALhB,KADY,CAbhB;AAsBE,kBAAc;AAtBhB,GADG,CAPL;AAiCA,SAAO;AACL,gBAAY;AACV,6BAAwBD;AAAE;AADhB;AAEV,cAAQ,UAFE;AAGV,kBAAY,IAHF;AAIV,cAAQ,uCAJE;AAKV,oBAAeC;AAAE;AALP;AAMV,cAAQ,UANE;AAOV,qBAAe;AAPL,KADP;AAUL,YAAQ,SAVH;AAWL,iBAAa;AACX,6BAAwBD;AAAE;AADf;AAEX,cAAQ,WAFG;AAGX,cAAQ,uCAHG;AAIX,oBAAeC;AAAE;;AAJN,KAXR;AAiBL,cAAU;AACR,iBAAW,kCADH;AAER,YAAM,IAFE;AAGR,kBAAY,EAHJ;AAIR,cAAQ,uCAJA;AAKR,uBAAiB,UALT;AAMR,cAAQ;AANA;AAjBL,GAAP;AA0BC,CA5D6B,EAA9B;;AA8DCF,IAAD,CAAcG,IAAd,GAAqB,kCAArB;AAEA,eAAeH,IAAf","sourcesContent":["/**\n * @generated SignedSource<<f946927659be8a48606bcaa0c91084d1>>\n * @lightSyntaxTransform\n * @nogrep\n */\n\n/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ConcreteRequest, Mutation } from 'relay-runtime';\nexport type DestroySessionInput = {\n id: string;\n};\nexport type SessionListItemDestroySessionMutation$variables = {\n input: DestroySessionInput;\n};\nexport type SessionListItemDestroySessionMutation$data = {\n readonly destroySession: {\n readonly ok: boolean;\n };\n};\nexport type SessionListItemDestroySessionMutation = {\n variables: SessionListItemDestroySessionMutation$variables;\n response: SessionListItemDestroySessionMutation$data;\n};\n\nconst node: ConcreteRequest = (function(){\nvar v0 = [\n {\n \"defaultValue\": null,\n \"kind\": \"LocalArgument\",\n \"name\": \"input\"\n }\n],\nv1 = [\n {\n \"alias\": null,\n \"args\": [\n {\n \"kind\": \"Variable\",\n \"name\": \"input\",\n \"variableName\": \"input\"\n }\n ],\n \"concreteType\": \"StatusPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"destroySession\",\n \"plural\": false,\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"ok\",\n \"storageKey\": null\n }\n ],\n \"storageKey\": null\n }\n];\nreturn {\n \"fragment\": {\n \"argumentDefinitions\": (v0/*: any*/),\n \"kind\": \"Fragment\",\n \"metadata\": null,\n \"name\": \"SessionListItemDestroySessionMutation\",\n \"selections\": (v1/*: any*/),\n \"type\": \"Mutation\",\n \"abstractKey\": null\n },\n \"kind\": \"Request\",\n \"operation\": {\n \"argumentDefinitions\": (v0/*: any*/),\n \"kind\": \"Operation\",\n \"name\": \"SessionListItemDestroySessionMutation\",\n \"selections\": (v1/*: any*/)\n },\n \"params\": {\n \"cacheID\": \"e967c31f65aa17e8ed5d6184f1f37c9d\",\n \"id\": null,\n \"metadata\": {},\n \"name\": \"SessionListItemDestroySessionMutation\",\n \"operationKind\": \"mutation\",\n \"text\": \"mutation SessionListItemDestroySessionMutation(\\n $input: DestroySessionInput!\\n) {\\n destroySession(input: $input) {\\n ok\\n }\\n}\\n\"\n }\n};\n})();\n\n(node as any).hash = \"ad6c0d1313a70dd63c0baccc2f7abd6e\";\n\nexport default node;\n"],"file":"SessionListItemDestroySessionMutation.graphql.js"}
@@ -1,3 +1,9 @@
1
+ /**
2
+ * @generated SignedSource<<4da65fe0c7784b807a6321fcdb8cd9aa>>
3
+ * @lightSyntaxTransform
4
+ * @nogrep
5
+ */
6
+
1
7
  /* tslint:disable */
2
8
 
3
9
  /* eslint-disable */
@@ -101,6 +107,6 @@ const node = {
101
107
  "type": "SessionPayload",
102
108
  "abstractKey": null
103
109
  };
104
- node.hash = 'c73c341c5f6e75f7bef7402186ce242b';
110
+ node.hash = "c73c341c5f6e75f7bef7402186ce242b";
105
111
  export default node;
106
112
  //# sourceMappingURL=SessionListItem_session.graphql.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":["node","hash"],"mappings":"AAAA;;AACA;AACA;AA+BA,MAAMA,IAAoB,GAAG;AAC3B,yBAAuB,EADI;AAE3B,UAAQ,UAFmB;AAG3B,cAAY,IAHe;AAI3B,UAAQ,yBAJmB;AAK3B,gBAAc,CACZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,IAJV;AAKE,kBAAc;AALhB,GADY,EAQZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,OAJV;AAKE,kBAAc;AALhB,GARY,EAeZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,aAJV;AAKE,kBAAc;AALhB,GAfY,EAsBZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,gBAJV;AAKE,kBAAc;AALhB,GAtBY,EA6BZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,QAJV;AAKE,kBAAc;AALhB,GA7BY,EAoCZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,WAJV;AAKE,kBAAc;AALhB,GApCY,EA2CZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,YAJV;AAKE,kBAAc;AALhB,GA3CY,EAkDZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,YAJV;AAKE,kBAAc;AALhB,GAlDY,EAyDZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,oBAJV;AAKE,kBAAc;AALhB,GAzDY,EAgEZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,aAJV;AAKE,kBAAc;AALhB,GAhEY,EAuEZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,aAJV;AAKE,kBAAc;AALhB,GAvEY,EA8EZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,IAJV;AAKE,kBAAc;AALhB,GA9EY,EAqFZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,SAJV;AAKE,kBAAc;AALhB,GArFY,EA4FZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,MAJV;AAKE,kBAAc;AALhB,GA5FY,EAmGZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,YAJV;AAKE,kBAAc;AALhB,GAnGY,CALa;AAgH3B,UAAQ,gBAhHmB;AAiH3B,iBAAe;AAjHY,CAA7B;AAmHCA,IAAD,CAAcC,IAAd,GAAqB,kCAArB;AACA,eAAeD,IAAf","sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ReaderFragment } from \"relay-runtime\";\n\nimport { FragmentRefs } from \"relay-runtime\";\nexport type SessionListItem_session = {\n readonly id: string;\n readonly isApp: boolean;\n readonly browserName: string | null;\n readonly browserVersion: string | null;\n readonly osName: string | null;\n readonly osVersion: string | null;\n readonly deviceType: string | null;\n readonly deviceName: string | null;\n readonly deviceManufacturer: string | null;\n readonly deviceBrand: string | null;\n readonly deviceModel: string | null;\n readonly ip: string | null;\n readonly country: string | null;\n readonly city: string | null;\n readonly lastSeenAt: string;\n readonly \" $refType\": \"SessionListItem_session\";\n};\nexport type SessionListItem_session$data = SessionListItem_session;\nexport type SessionListItem_session$key = {\n readonly \" $data\"?: SessionListItem_session$data | undefined;\n readonly \" $fragmentRefs\": FragmentRefs<\"SessionListItem_session\">;\n};\n\n\n\nconst node: ReaderFragment = {\n \"argumentDefinitions\": [],\n \"kind\": \"Fragment\",\n \"metadata\": null,\n \"name\": \"SessionListItem_session\",\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"id\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"isApp\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceType\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceManufacturer\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceBrand\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceModel\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"ip\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"country\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"city\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"lastSeenAt\",\n \"storageKey\": null\n }\n ],\n \"type\": \"SessionPayload\",\n \"abstractKey\": null\n};\n(node as any).hash = 'c73c341c5f6e75f7bef7402186ce242b';\nexport default node;\n"],"file":"SessionListItem_session.graphql.js"}
1
+ {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":["node","hash"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA;;AACA;AACA;AA2BA,MAAMA,IAAoB,GAAG;AAC3B,yBAAuB,EADI;AAE3B,UAAQ,UAFmB;AAG3B,cAAY,IAHe;AAI3B,UAAQ,yBAJmB;AAK3B,gBAAc,CACZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,IAJV;AAKE,kBAAc;AALhB,GADY,EAQZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,OAJV;AAKE,kBAAc;AALhB,GARY,EAeZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,aAJV;AAKE,kBAAc;AALhB,GAfY,EAsBZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,gBAJV;AAKE,kBAAc;AALhB,GAtBY,EA6BZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,QAJV;AAKE,kBAAc;AALhB,GA7BY,EAoCZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,WAJV;AAKE,kBAAc;AALhB,GApCY,EA2CZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,YAJV;AAKE,kBAAc;AALhB,GA3CY,EAkDZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,YAJV;AAKE,kBAAc;AALhB,GAlDY,EAyDZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,oBAJV;AAKE,kBAAc;AALhB,GAzDY,EAgEZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,aAJV;AAKE,kBAAc;AALhB,GAhEY,EAuEZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,aAJV;AAKE,kBAAc;AALhB,GAvEY,EA8EZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,IAJV;AAKE,kBAAc;AALhB,GA9EY,EAqFZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,SAJV;AAKE,kBAAc;AALhB,GArFY,EA4FZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,MAJV;AAKE,kBAAc;AALhB,GA5FY,EAmGZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,YAAQ,aAHV;AAIE,YAAQ,YAJV;AAKE,kBAAc;AALhB,GAnGY,CALa;AAgH3B,UAAQ,gBAhHmB;AAiH3B,iBAAe;AAjHY,CAA7B;AAoHCA,IAAD,CAAcC,IAAd,GAAqB,kCAArB;AAEA,eAAeD,IAAf","sourcesContent":["/**\n * @generated SignedSource<<4da65fe0c7784b807a6321fcdb8cd9aa>>\n * @lightSyntaxTransform\n * @nogrep\n */\n\n/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { Fragment, ReaderFragment } from 'relay-runtime';\nimport { FragmentRefs } from \"relay-runtime\";\nexport type SessionListItem_session$data = {\n readonly id: string;\n readonly isApp: boolean;\n readonly browserName: string | null;\n readonly browserVersion: string | null;\n readonly osName: string | null;\n readonly osVersion: string | null;\n readonly deviceType: string | null;\n readonly deviceName: string | null;\n readonly deviceManufacturer: string | null;\n readonly deviceBrand: string | null;\n readonly deviceModel: string | null;\n readonly ip: string | null;\n readonly country: string | null;\n readonly city: string | null;\n readonly lastSeenAt: string;\n readonly \" $fragmentType\": \"SessionListItem_session\";\n};\nexport type SessionListItem_session$key = {\n readonly \" $data\"?: SessionListItem_session$data;\n readonly \" $fragmentSpreads\": FragmentRefs<\"SessionListItem_session\">;\n};\n\nconst node: ReaderFragment = {\n \"argumentDefinitions\": [],\n \"kind\": \"Fragment\",\n \"metadata\": null,\n \"name\": \"SessionListItem_session\",\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"id\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"isApp\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceType\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceManufacturer\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceBrand\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceModel\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"ip\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"country\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"city\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"lastSeenAt\",\n \"storageKey\": null\n }\n ],\n \"type\": \"SessionPayload\",\n \"abstractKey\": null\n};\n\n(node as any).hash = \"c73c341c5f6e75f7bef7402186ce242b\";\n\nexport default node;\n"],"file":"SessionListItem_session.graphql.js"}
@@ -1,40 +1,13 @@
1
+ /**
2
+ * @generated SignedSource<<dce5da0921c0e3f1bd353a67012a24e2>>
3
+ * @lightSyntaxTransform
4
+ * @nogrep
5
+ */
6
+
1
7
  /* tslint:disable */
2
8
 
3
9
  /* eslint-disable */
4
10
  // @ts-nocheck
5
-
6
- /*
7
- query SessionListRefetchQuery {
8
- ...SessionList_sessions
9
- }
10
-
11
- fragment SessionListItem_session on SessionPayload {
12
- id
13
- isApp
14
- browserName
15
- browserVersion
16
- osName
17
- osVersion
18
- deviceType
19
- deviceName
20
- deviceManufacturer
21
- deviceBrand
22
- deviceModel
23
- ip
24
- country
25
- city
26
- lastSeenAt
27
- }
28
-
29
- fragment SessionList_sessions on Query {
30
- sessions {
31
- id
32
- current
33
- lastSeenAt
34
- ...SessionListItem_session
35
- }
36
- }
37
- */
38
11
  const node = {
39
12
  "fragment": {
40
13
  "argumentDefinitions": [],
@@ -170,6 +143,6 @@ const node = {
170
143
  "text": "query SessionListRefetchQuery {\n ...SessionList_sessions\n}\n\nfragment SessionListItem_session on SessionPayload {\n id\n isApp\n browserName\n browserVersion\n osName\n osVersion\n deviceType\n deviceName\n deviceManufacturer\n deviceBrand\n deviceModel\n ip\n country\n city\n lastSeenAt\n}\n\nfragment SessionList_sessions on Query {\n sessions {\n id\n current\n lastSeenAt\n ...SessionListItem_session\n }\n}\n"
171
144
  }
172
145
  };
173
- node.hash = '1b21c937c7ba795f09bfcb5ada7d2510';
146
+ node.hash = "1b21c937c7ba795f09bfcb5ada7d2510";
174
147
  export default node;
175
148
  //# sourceMappingURL=SessionListRefetchQuery.graphql.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts"],"names":["node","hash"],"mappings":"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","sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ConcreteRequest } from \"relay-runtime\";\n\nimport { FragmentRefs } from \"relay-runtime\";\nexport type SessionListRefetchQueryVariables = {};\nexport type SessionListRefetchQueryResponse = {\n readonly \" $fragmentRefs\": FragmentRefs<\"SessionList_sessions\">;\n};\nexport type SessionListRefetchQuery = {\n readonly response: SessionListRefetchQueryResponse;\n readonly variables: SessionListRefetchQueryVariables;\n};\n\n\n\n/*\nquery SessionListRefetchQuery {\n ...SessionList_sessions\n}\n\nfragment SessionListItem_session on SessionPayload {\n id\n isApp\n browserName\n browserVersion\n osName\n osVersion\n deviceType\n deviceName\n deviceManufacturer\n deviceBrand\n deviceModel\n ip\n country\n city\n lastSeenAt\n}\n\nfragment SessionList_sessions on Query {\n sessions {\n id\n current\n lastSeenAt\n ...SessionListItem_session\n }\n}\n*/\n\nconst node: ConcreteRequest = {\n \"fragment\": {\n \"argumentDefinitions\": [],\n \"kind\": \"Fragment\",\n \"metadata\": null,\n \"name\": \"SessionListRefetchQuery\",\n \"selections\": [\n {\n \"args\": null,\n \"kind\": \"FragmentSpread\",\n \"name\": \"SessionList_sessions\"\n }\n ],\n \"type\": \"Query\",\n \"abstractKey\": null\n },\n \"kind\": \"Request\",\n \"operation\": {\n \"argumentDefinitions\": [],\n \"kind\": \"Operation\",\n \"name\": \"SessionListRefetchQuery\",\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"concreteType\": \"SessionPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"sessions\",\n \"plural\": true,\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"id\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"current\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"lastSeenAt\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"isApp\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceType\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceManufacturer\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceBrand\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceModel\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"ip\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"country\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"city\",\n \"storageKey\": null\n }\n ],\n \"storageKey\": null\n }\n ]\n },\n \"params\": {\n \"cacheID\": \"45d3ade50bcabd53d852b5ba144cd756\",\n \"id\": null,\n \"metadata\": {},\n \"name\": \"SessionListRefetchQuery\",\n \"operationKind\": \"query\",\n \"text\": \"query SessionListRefetchQuery {\\n ...SessionList_sessions\\n}\\n\\nfragment SessionListItem_session on SessionPayload {\\n id\\n isApp\\n browserName\\n browserVersion\\n osName\\n osVersion\\n deviceType\\n deviceName\\n deviceManufacturer\\n deviceBrand\\n deviceModel\\n ip\\n country\\n city\\n lastSeenAt\\n}\\n\\nfragment SessionList_sessions on Query {\\n sessions {\\n id\\n current\\n lastSeenAt\\n ...SessionListItem_session\\n }\\n}\\n\"\n }\n};\n(node as any).hash = '1b21c937c7ba795f09bfcb5ada7d2510';\nexport default node;\n"],"file":"SessionListRefetchQuery.graphql.js"}
1
+ {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts"],"names":["node","hash"],"mappings":"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","sourcesContent":["/**\n * @generated SignedSource<<dce5da0921c0e3f1bd353a67012a24e2>>\n * @lightSyntaxTransform\n * @nogrep\n */\n\n/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ConcreteRequest, Query } from 'relay-runtime';\nimport { FragmentRefs } from \"relay-runtime\";\nexport type SessionListRefetchQuery$variables = {};\nexport type SessionListRefetchQuery$data = {\n readonly \" $fragmentSpreads\": FragmentRefs<\"SessionList_sessions\">;\n};\nexport type SessionListRefetchQuery = {\n variables: SessionListRefetchQuery$variables;\n response: SessionListRefetchQuery$data;\n};\n\nconst node: ConcreteRequest = {\n \"fragment\": {\n \"argumentDefinitions\": [],\n \"kind\": \"Fragment\",\n \"metadata\": null,\n \"name\": \"SessionListRefetchQuery\",\n \"selections\": [\n {\n \"args\": null,\n \"kind\": \"FragmentSpread\",\n \"name\": \"SessionList_sessions\"\n }\n ],\n \"type\": \"Query\",\n \"abstractKey\": null\n },\n \"kind\": \"Request\",\n \"operation\": {\n \"argumentDefinitions\": [],\n \"kind\": \"Operation\",\n \"name\": \"SessionListRefetchQuery\",\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"concreteType\": \"SessionPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"sessions\",\n \"plural\": true,\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"id\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"current\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"lastSeenAt\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"isApp\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"browserVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"osVersion\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceType\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceName\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceManufacturer\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceBrand\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"deviceModel\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"ip\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"country\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"city\",\n \"storageKey\": null\n }\n ],\n \"storageKey\": null\n }\n ]\n },\n \"params\": {\n \"cacheID\": \"45d3ade50bcabd53d852b5ba144cd756\",\n \"id\": null,\n \"metadata\": {},\n \"name\": \"SessionListRefetchQuery\",\n \"operationKind\": \"query\",\n \"text\": \"query SessionListRefetchQuery {\\n ...SessionList_sessions\\n}\\n\\nfragment SessionListItem_session on SessionPayload {\\n id\\n isApp\\n browserName\\n browserVersion\\n osName\\n osVersion\\n deviceType\\n deviceName\\n deviceManufacturer\\n deviceBrand\\n deviceModel\\n ip\\n country\\n city\\n lastSeenAt\\n}\\n\\nfragment SessionList_sessions on Query {\\n sessions {\\n id\\n current\\n lastSeenAt\\n ...SessionListItem_session\\n }\\n}\\n\"\n }\n};\n\n(node as any).hash = \"1b21c937c7ba795f09bfcb5ada7d2510\";\n\nexport default node;\n"],"file":"SessionListRefetchQuery.graphql.js"}
@@ -1,8 +1,13 @@
1
+ /**
2
+ * @generated SignedSource<<bae9be8c78e717259595a86db1006863>>
3
+ * @lightSyntaxTransform
4
+ * @nogrep
5
+ */
6
+
1
7
  /* tslint:disable */
2
8
 
3
9
  /* eslint-disable */
4
10
  // @ts-nocheck
5
- import SessionListRefetchQuery from "./SessionListRefetchQuery.graphql";
6
11
  const node = {
7
12
  "argumentDefinitions": [],
8
13
  "kind": "Fragment",
@@ -10,7 +15,7 @@ const node = {
10
15
  "refetch": {
11
16
  "connection": null,
12
17
  "fragmentPathInResult": [],
13
- "operation": SessionListRefetchQuery
18
+ "operation": require('./SessionListRefetchQuery.graphql')
14
19
  }
15
20
  },
16
21
  "name": "SessionList_sessions",
@@ -49,6 +54,6 @@ const node = {
49
54
  "type": "Query",
50
55
  "abstractKey": null
51
56
  };
52
- node.hash = '1b21c937c7ba795f09bfcb5ada7d2510';
57
+ node.hash = "1b21c937c7ba795f09bfcb5ada7d2510";
53
58
  export default node;
54
59
  //# sourceMappingURL=SessionList_sessions.graphql.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":["SessionListRefetchQuery","node","hash"],"mappings":"AAAA;;AACA;AACA;AAGA,OAAOA,uBAAP,MAAoC,mCAApC;AAmBA,MAAMC,IAAoB,GAAG;AAC3B,yBAAuB,EADI;AAE3B,UAAQ,UAFmB;AAG3B,cAAY;AACV,eAAW;AACT,oBAAc,IADL;AAET,8BAAwB,EAFf;AAGT,mBAAaD;AAHJ;AADD,GAHe;AAU3B,UAAQ,sBAVmB;AAW3B,gBAAc,CACZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,oBAAgB,gBAHlB;AAIE,YAAQ,aAJV;AAKE,YAAQ,UALV;AAME,cAAU,IANZ;AAOE,kBAAc,CACZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,IAJV;AAKE,oBAAc;AALhB,KADY,EAQZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,SAJV;AAKE,oBAAc;AALhB,KARY,EAeZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,YAJV;AAKE,oBAAc;AALhB,KAfY,EAsBZ;AACE,cAAQ,IADV;AAEE,cAAQ,gBAFV;AAGE,cAAQ;AAHV,KAtBY,CAPhB;AAmCE,kBAAc;AAnChB,GADY,CAXa;AAkD3B,UAAQ,OAlDmB;AAmD3B,iBAAe;AAnDY,CAA7B;AAqDCC,IAAD,CAAcC,IAAd,GAAqB,kCAArB;AACA,eAAeD,IAAf","sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ReaderFragment } from \"relay-runtime\";\nimport SessionListRefetchQuery from \"./SessionListRefetchQuery.graphql\";\nimport { FragmentRefs } from \"relay-runtime\";\nexport type SessionList_sessions = {\n readonly sessions: ReadonlyArray<{\n readonly id: string;\n readonly current: boolean;\n readonly lastSeenAt: string;\n readonly \" $fragmentRefs\": FragmentRefs<\"SessionListItem_session\">;\n }>;\n readonly \" $refType\": \"SessionList_sessions\";\n};\nexport type SessionList_sessions$data = SessionList_sessions;\nexport type SessionList_sessions$key = {\n readonly \" $data\"?: SessionList_sessions$data | undefined;\n readonly \" $fragmentRefs\": FragmentRefs<\"SessionList_sessions\">;\n};\n\n\n\nconst node: ReaderFragment = {\n \"argumentDefinitions\": [],\n \"kind\": \"Fragment\",\n \"metadata\": {\n \"refetch\": {\n \"connection\": null,\n \"fragmentPathInResult\": [],\n \"operation\": SessionListRefetchQuery\n }\n },\n \"name\": \"SessionList_sessions\",\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"concreteType\": \"SessionPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"sessions\",\n \"plural\": true,\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"id\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"current\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"lastSeenAt\",\n \"storageKey\": null\n },\n {\n \"args\": null,\n \"kind\": \"FragmentSpread\",\n \"name\": \"SessionListItem_session\"\n }\n ],\n \"storageKey\": null\n }\n ],\n \"type\": \"Query\",\n \"abstractKey\": null\n};\n(node as any).hash = '1b21c937c7ba795f09bfcb5ada7d2510';\nexport default node;\n"],"file":"SessionList_sessions.graphql.js"}
1
+ {"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":["node","require","hash"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA;;AACA;AACA;AAkBA,MAAMA,IAAoB,GAAG;AAC3B,yBAAuB,EADI;AAE3B,UAAQ,UAFmB;AAG3B,cAAY;AACV,eAAW;AACT,oBAAc,IADL;AAET,8BAAwB,EAFf;AAGT,mBAAaC,OAAO,CAAC,mCAAD;AAHX;AADD,GAHe;AAU3B,UAAQ,sBAVmB;AAW3B,gBAAc,CACZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,oBAAgB,gBAHlB;AAIE,YAAQ,aAJV;AAKE,YAAQ,UALV;AAME,cAAU,IANZ;AAOE,kBAAc,CACZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,IAJV;AAKE,oBAAc;AALhB,KADY,EAQZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,SAJV;AAKE,oBAAc;AALhB,KARY,EAeZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,YAJV;AAKE,oBAAc;AALhB,KAfY,EAsBZ;AACE,cAAQ,IADV;AAEE,cAAQ,gBAFV;AAGE,cAAQ;AAHV,KAtBY,CAPhB;AAmCE,kBAAc;AAnChB,GADY,CAXa;AAkD3B,UAAQ,OAlDmB;AAmD3B,iBAAe;AAnDY,CAA7B;AAsDCD,IAAD,CAAcE,IAAd,GAAqB,kCAArB;AAEA,eAAeF,IAAf","sourcesContent":["/**\n * @generated SignedSource<<bae9be8c78e717259595a86db1006863>>\n * @lightSyntaxTransform\n * @nogrep\n */\n\n/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ReaderFragment, RefetchableFragment } from 'relay-runtime';\nimport { FragmentRefs } from \"relay-runtime\";\nexport type SessionList_sessions$data = {\n readonly sessions: ReadonlyArray<{\n readonly id: string;\n readonly current: boolean;\n readonly lastSeenAt: string;\n readonly \" $fragmentSpreads\": FragmentRefs<\"SessionListItem_session\">;\n }>;\n readonly \" $fragmentType\": \"SessionList_sessions\";\n};\nexport type SessionList_sessions$key = {\n readonly \" $data\"?: SessionList_sessions$data;\n readonly \" $fragmentSpreads\": FragmentRefs<\"SessionList_sessions\">;\n};\n\nconst node: ReaderFragment = {\n \"argumentDefinitions\": [],\n \"kind\": \"Fragment\",\n \"metadata\": {\n \"refetch\": {\n \"connection\": null,\n \"fragmentPathInResult\": [],\n \"operation\": require('./SessionListRefetchQuery.graphql')\n }\n },\n \"name\": \"SessionList_sessions\",\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"concreteType\": \"SessionPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"sessions\",\n \"plural\": true,\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"id\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"current\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"lastSeenAt\",\n \"storageKey\": null\n },\n {\n \"args\": null,\n \"kind\": \"FragmentSpread\",\n \"name\": \"SessionListItem_session\"\n }\n ],\n \"storageKey\": null\n }\n ],\n \"type\": \"Query\",\n \"abstractKey\": null\n};\n\n(node as any).hash = \"1b21c937c7ba795f09bfcb5ada7d2510\";\n\nexport default node;\n"],"file":"SessionList_sessions.graphql.js"}
@@ -1,13 +1,13 @@
1
- import { ConcreteRequest } from "relay-runtime";
2
- export declare type ProfileDrawerSignOutMutationVariables = {};
3
- export declare type ProfileDrawerSignOutMutationResponse = {
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export declare type ProfileDrawerSignOutMutation$variables = {};
3
+ export declare type ProfileDrawerSignOutMutation$data = {
4
4
  readonly signOut: {
5
5
  readonly ok: boolean;
6
6
  };
7
7
  };
8
8
  export declare type ProfileDrawerSignOutMutation = {
9
- readonly response: ProfileDrawerSignOutMutationResponse;
10
- readonly variables: ProfileDrawerSignOutMutationVariables;
9
+ variables: ProfileDrawerSignOutMutation$variables;
10
+ response: ProfileDrawerSignOutMutation$data;
11
11
  };
12
12
  declare const node: ConcreteRequest;
13
13
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileDrawerSignOutMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,qCAAqC,GAAG,EAAE,CAAC;AACvD,oBAAY,oCAAoC,GAAG;IAC/C,QAAQ,CAAC,OAAO,EAAE;QACd,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACxB,CAAC;CACL,CAAC;AACF,oBAAY,4BAA4B,GAAG;IACvC,QAAQ,CAAC,QAAQ,EAAE,oCAAoC,CAAC;IACxD,QAAQ,CAAC,SAAS,EAAE,qCAAqC,CAAC;CAC7D,CAAC;AAYF,QAAA,MAAM,IAAI,EAAE,eA+CR,CAAC;AAEL,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"ProfileDrawerSignOutMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,sCAAsC,GAAG,EAAE,CAAC;AACxD,oBAAY,iCAAiC,GAAG;IAC9C,QAAQ,CAAC,OAAO,EAAE;QAChB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AACF,oBAAY,4BAA4B,GAAG;IACzC,SAAS,EAAE,sCAAsC,CAAC;IAClD,QAAQ,EAAE,iCAAiC,CAAC;CAC7C,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA+CR,CAAC;AAIL,eAAe,IAAI,CAAC"}
@@ -1,19 +1,19 @@
1
- import { ConcreteRequest } from "relay-runtime";
1
+ import { ConcreteRequest } from 'relay-runtime';
2
2
  export declare type UpdateAvatarInput = {
3
- avatar?: unknown | null | undefined;
3
+ avatar?: any | null;
4
4
  };
5
- export declare type ProfileDrawerUpdateAvatarMutationVariables = {
5
+ export declare type ProfileDrawerUpdateAvatarMutation$variables = {
6
6
  input: UpdateAvatarInput;
7
7
  };
8
- export declare type ProfileDrawerUpdateAvatarMutationResponse = {
8
+ export declare type ProfileDrawerUpdateAvatarMutation$data = {
9
9
  readonly updateAvatar: {
10
10
  readonly id: string;
11
11
  readonly avatar: string | null;
12
12
  };
13
13
  };
14
14
  export declare type ProfileDrawerUpdateAvatarMutation = {
15
- readonly response: ProfileDrawerUpdateAvatarMutationResponse;
16
- readonly variables: ProfileDrawerUpdateAvatarMutationVariables;
15
+ variables: ProfileDrawerUpdateAvatarMutation$variables;
16
+ response: ProfileDrawerUpdateAvatarMutation$data;
17
17
  };
18
18
  declare const node: ConcreteRequest;
19
19
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileDrawerUpdateAvatarMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,iBAAiB,GAAG;IAC5B,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CACvC,CAAC;AACF,oBAAY,0CAA0C,GAAG;IACrD,KAAK,EAAE,iBAAiB,CAAC;CAC5B,CAAC;AACF,oBAAY,yCAAyC,GAAG;IACpD,QAAQ,CAAC,YAAY,EAAE;QACnB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;KAClC,CAAC;CACL,CAAC;AACF,oBAAY,iCAAiC,GAAG;IAC5C,QAAQ,CAAC,QAAQ,EAAE,yCAAyC,CAAC;IAC7D,QAAQ,CAAC,SAAS,EAAE,0CAA0C,CAAC;CAClE,CAAC;AAeF,QAAA,MAAM,IAAI,EAAE,eAmER,CAAC;AAEL,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"ProfileDrawerUpdateAvatarMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;CACrB,CAAC;AACF,oBAAY,2CAA2C,GAAG;IACxD,KAAK,EAAE,iBAAiB,CAAC;CAC1B,CAAC;AACF,oBAAY,sCAAsC,GAAG;IACnD,QAAQ,CAAC,YAAY,EAAE;QACrB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC,CAAC;CACH,CAAC;AACF,oBAAY,iCAAiC,GAAG;IAC9C,SAAS,EAAE,2CAA2C,CAAC;IACvD,QAAQ,EAAE,sCAAsC,CAAC;CAClD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eAmER,CAAC;AAIL,eAAe,IAAI,CAAC"}
@@ -1,20 +1,20 @@
1
- import { ConcreteRequest } from "relay-runtime";
1
+ import { ConcreteRequest } from 'relay-runtime';
2
2
  export declare type UpdateProfileInput = {
3
- firstName?: string | null | undefined;
4
- lastName?: string | null | undefined;
3
+ firstName?: string | null;
4
+ lastName?: string | null;
5
5
  };
6
- export declare type ProfileUpdateNameModalMutationVariables = {
6
+ export declare type ProfileUpdateNameModalMutation$variables = {
7
7
  input: UpdateProfileInput;
8
8
  };
9
- export declare type ProfileUpdateNameModalMutationResponse = {
9
+ export declare type ProfileUpdateNameModalMutation$data = {
10
10
  readonly updateProfile: {
11
11
  readonly firstName: string | null;
12
12
  readonly lastName: string | null;
13
13
  };
14
14
  };
15
15
  export declare type ProfileUpdateNameModalMutation = {
16
- readonly response: ProfileUpdateNameModalMutationResponse;
17
- readonly variables: ProfileUpdateNameModalMutationVariables;
16
+ variables: ProfileUpdateNameModalMutation$variables;
17
+ response: ProfileUpdateNameModalMutation$data;
18
18
  };
19
19
  declare const node: ConcreteRequest;
20
20
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileUpdateNameModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,kBAAkB,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACxC,CAAC;AACF,oBAAY,uCAAuC,GAAG;IAClD,KAAK,EAAE,kBAAkB,CAAC;CAC7B,CAAC;AACF,oBAAY,sCAAsC,GAAG;IACjD,QAAQ,CAAC,aAAa,EAAE;QACpB,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACpC,CAAC;CACL,CAAC;AACF,oBAAY,8BAA8B,GAAG;IACzC,QAAQ,CAAC,QAAQ,EAAE,sCAAsC,CAAC;IAC1D,QAAQ,CAAC,SAAS,EAAE,uCAAuC,CAAC;CAC/D,CAAC;AAgBF,QAAA,MAAM,IAAI,EAAE,eA0FR,CAAC;AAEL,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"ProfileUpdateNameModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC;AACF,oBAAY,wCAAwC,GAAG;IACrD,KAAK,EAAE,kBAAkB,CAAC;CAC3B,CAAC;AACF,oBAAY,mCAAmC,GAAG;IAChD,QAAQ,CAAC,aAAa,EAAE;QACtB,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KAClC,CAAC;CACH,CAAC;AACF,oBAAY,8BAA8B,GAAG;IAC3C,SAAS,EAAE,wCAAwC,CAAC;IACpD,QAAQ,EAAE,mCAAmC,CAAC;CAC/C,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA0FR,CAAC;AAIL,eAAe,IAAI,CAAC"}
@@ -1,19 +1,19 @@
1
- import { ConcreteRequest } from "relay-runtime";
1
+ import { ConcreteRequest } from 'relay-runtime';
2
2
  export declare type UpdatePasswordInput = {
3
3
  password: string;
4
4
  currentPassword: string;
5
5
  };
6
- export declare type ProfileUpdatePasswordModalMutationVariables = {
6
+ export declare type ProfileUpdatePasswordModalMutation$variables = {
7
7
  input: UpdatePasswordInput;
8
8
  };
9
- export declare type ProfileUpdatePasswordModalMutationResponse = {
9
+ export declare type ProfileUpdatePasswordModalMutation$data = {
10
10
  readonly updatePassword: {
11
11
  readonly id: string;
12
12
  };
13
13
  };
14
14
  export declare type ProfileUpdatePasswordModalMutation = {
15
- readonly response: ProfileUpdatePasswordModalMutationResponse;
16
- readonly variables: ProfileUpdatePasswordModalMutationVariables;
15
+ variables: ProfileUpdatePasswordModalMutation$variables;
16
+ response: ProfileUpdatePasswordModalMutation$data;
17
17
  };
18
18
  declare const node: ConcreteRequest;
19
19
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileUpdatePasswordModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,mBAAmB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CAC3B,CAAC;AACF,oBAAY,2CAA2C,GAAG;IACtD,KAAK,EAAE,mBAAmB,CAAC;CAC9B,CAAC;AACF,oBAAY,0CAA0C,GAAG;IACrD,QAAQ,CAAC,cAAc,EAAE;QACrB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;KACvB,CAAC;CACL,CAAC;AACF,oBAAY,kCAAkC,GAAG;IAC7C,QAAQ,CAAC,QAAQ,EAAE,0CAA0C,CAAC;IAC9D,QAAQ,CAAC,SAAS,EAAE,2CAA2C,CAAC;CACnE,CAAC;AAcF,QAAA,MAAM,IAAI,EAAE,eA4DR,CAAC;AAEL,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"ProfileUpdatePasswordModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,mBAAmB,GAAG;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AACF,oBAAY,4CAA4C,GAAG;IACzD,KAAK,EAAE,mBAAmB,CAAC;CAC5B,CAAC;AACF,oBAAY,uCAAuC,GAAG;IACpD,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;KACrB,CAAC;CACH,CAAC;AACF,oBAAY,kCAAkC,GAAG;IAC/C,SAAS,EAAE,4CAA4C,CAAC;IACxD,QAAQ,EAAE,uCAAuC,CAAC;CACnD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA4DR,CAAC;AAIL,eAAe,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
- import { ConcreteRequest } from "relay-runtime";
2
- export declare type ProtectedWrapperQueryVariables = {};
3
- export declare type ProtectedWrapperQueryResponse = {
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export declare type ProtectedWrapperQuery$variables = {};
3
+ export declare type ProtectedWrapperQuery$data = {
4
4
  readonly profile: {
5
5
  readonly id: string;
6
6
  readonly email: string;
@@ -10,8 +10,8 @@ export declare type ProtectedWrapperQueryResponse = {
10
10
  };
11
11
  };
12
12
  export declare type ProtectedWrapperQuery = {
13
- readonly response: ProtectedWrapperQueryResponse;
14
- readonly variables: ProtectedWrapperQueryVariables;
13
+ variables: ProtectedWrapperQuery$variables;
14
+ response: ProtectedWrapperQuery$data;
15
15
  };
16
16
  declare const node: ConcreteRequest;
17
17
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"ProtectedWrapperQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProtectedWrapperQuery.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,8BAA8B,GAAG,EAAE,CAAC;AAChD,oBAAY,6BAA6B,GAAG;IACxC,QAAQ,CAAC,OAAO,EAAE;QACd,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACjC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;KAClC,CAAC;CACL,CAAC;AACF,oBAAY,qBAAqB,GAAG;IAChC,QAAQ,CAAC,QAAQ,EAAE,6BAA6B,CAAC;IACjD,QAAQ,CAAC,SAAS,EAAE,8BAA8B,CAAC;CACtD,CAAC;AAgBF,QAAA,MAAM,IAAI,EAAE,eA2ER,CAAC;AAEL,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"ProtectedWrapperQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProtectedWrapperQuery.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAS,MAAM,eAAe,CAAC;AACvD,oBAAY,+BAA+B,GAAG,EAAE,CAAC;AACjD,oBAAY,0BAA0B,GAAG;IACvC,QAAQ,CAAC,OAAO,EAAE;QAChB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACjC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;KAChC,CAAC;CACH,CAAC;AACF,oBAAY,qBAAqB,GAAG;IAClC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,QAAQ,EAAE,0BAA0B,CAAC;CACtC,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA2ER,CAAC;AAIL,eAAe,IAAI,CAAC"}
@@ -1,12 +1,12 @@
1
- import { ConcreteRequest } from "relay-runtime";
1
+ import { ConcreteRequest } from 'relay-runtime';
2
2
  import { FragmentRefs } from "relay-runtime";
3
- export declare type SessionDrawerContentQueryVariables = {};
4
- export declare type SessionDrawerContentQueryResponse = {
5
- readonly " $fragmentRefs": FragmentRefs<"SessionList_sessions">;
3
+ export declare type SessionDrawerContentQuery$variables = {};
4
+ export declare type SessionDrawerContentQuery$data = {
5
+ readonly " $fragmentSpreads": FragmentRefs<"SessionList_sessions">;
6
6
  };
7
7
  export declare type SessionDrawerContentQuery = {
8
- readonly response: SessionDrawerContentQueryResponse;
9
- readonly variables: SessionDrawerContentQueryVariables;
8
+ variables: SessionDrawerContentQuery$variables;
9
+ response: SessionDrawerContentQuery$data;
10
10
  };
11
11
  declare const node: ConcreteRequest;
12
12
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"SessionDrawerContentQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,kCAAkC,GAAG,EAAE,CAAC;AACpD,oBAAY,iCAAiC,GAAG;IAC5C,QAAQ,CAAC,gBAAgB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACnE,CAAC;AACF,oBAAY,yBAAyB,GAAG;IACpC,QAAQ,CAAC,QAAQ,EAAE,iCAAiC,CAAC;IACrD,QAAQ,CAAC,SAAS,EAAE,kCAAkC,CAAC;CAC1D,CAAC;AAqCF,QAAA,MAAM,IAAI,EAAE,eA2JX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"SessionDrawerContentQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAS,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,mCAAmC,GAAG,EAAE,CAAC;AACrD,oBAAY,8BAA8B,GAAG;IAC3C,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACpE,CAAC;AACF,oBAAY,yBAAyB,GAAG;IACtC,SAAS,EAAE,mCAAmC,CAAC;IAC/C,QAAQ,EAAE,8BAA8B,CAAC;CAC1C,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA2JX,CAAC;AAIF,eAAe,IAAI,CAAC"}
@@ -1,13 +1,13 @@
1
- import { ConcreteRequest } from "relay-runtime";
2
- export declare type SessionListDestroyAllOtherSessionsMutationVariables = {};
3
- export declare type SessionListDestroyAllOtherSessionsMutationResponse = {
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export declare type SessionListDestroyAllOtherSessionsMutation$variables = {};
3
+ export declare type SessionListDestroyAllOtherSessionsMutation$data = {
4
4
  readonly destroyAllOtherSessions: {
5
5
  readonly ok: boolean;
6
6
  };
7
7
  };
8
8
  export declare type SessionListDestroyAllOtherSessionsMutation = {
9
- readonly response: SessionListDestroyAllOtherSessionsMutationResponse;
10
- readonly variables: SessionListDestroyAllOtherSessionsMutationVariables;
9
+ variables: SessionListDestroyAllOtherSessionsMutation$variables;
10
+ response: SessionListDestroyAllOtherSessionsMutation$data;
11
11
  };
12
12
  declare const node: ConcreteRequest;
13
13
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"SessionListDestroyAllOtherSessionsMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,mDAAmD,GAAG,EAAE,CAAC;AACrE,oBAAY,kDAAkD,GAAG;IAC7D,QAAQ,CAAC,uBAAuB,EAAE;QAC9B,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACxB,CAAC;CACL,CAAC;AACF,oBAAY,0CAA0C,GAAG;IACrD,QAAQ,CAAC,QAAQ,EAAE,kDAAkD,CAAC;IACtE,QAAQ,CAAC,SAAS,EAAE,mDAAmD,CAAC;CAC3E,CAAC;AAYF,QAAA,MAAM,IAAI,EAAE,eA+CR,CAAC;AAEL,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"SessionListDestroyAllOtherSessionsMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,oDAAoD,GAAG,EAAE,CAAC;AACtE,oBAAY,+CAA+C,GAAG;IAC5D,QAAQ,CAAC,uBAAuB,EAAE;QAChC,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AACF,oBAAY,0CAA0C,GAAG;IACvD,SAAS,EAAE,oDAAoD,CAAC;IAChE,QAAQ,EAAE,+CAA+C,CAAC;CAC3D,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA+CR,CAAC;AAIL,eAAe,IAAI,CAAC"}
@@ -1,18 +1,18 @@
1
- import { ConcreteRequest } from "relay-runtime";
1
+ import { ConcreteRequest } from 'relay-runtime';
2
2
  export declare type DestroySessionInput = {
3
3
  id: string;
4
4
  };
5
- export declare type SessionListItemDestroySessionMutationVariables = {
5
+ export declare type SessionListItemDestroySessionMutation$variables = {
6
6
  input: DestroySessionInput;
7
7
  };
8
- export declare type SessionListItemDestroySessionMutationResponse = {
8
+ export declare type SessionListItemDestroySessionMutation$data = {
9
9
  readonly destroySession: {
10
10
  readonly ok: boolean;
11
11
  };
12
12
  };
13
13
  export declare type SessionListItemDestroySessionMutation = {
14
- readonly response: SessionListItemDestroySessionMutationResponse;
15
- readonly variables: SessionListItemDestroySessionMutationVariables;
14
+ variables: SessionListItemDestroySessionMutation$variables;
15
+ response: SessionListItemDestroySessionMutation$data;
16
16
  };
17
17
  declare const node: ConcreteRequest;
18
18
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"SessionListItemDestroySessionMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,oBAAY,mBAAmB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;CACd,CAAC;AACF,oBAAY,8CAA8C,GAAG;IACzD,KAAK,EAAE,mBAAmB,CAAC;CAC9B,CAAC;AACF,oBAAY,6CAA6C,GAAG;IACxD,QAAQ,CAAC,cAAc,EAAE;QACrB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACxB,CAAC;CACL,CAAC;AACF,oBAAY,qCAAqC,GAAG;IAChD,QAAQ,CAAC,QAAQ,EAAE,6CAA6C,CAAC;IACjE,QAAQ,CAAC,SAAS,EAAE,8CAA8C,CAAC;CACtE,CAAC;AAcF,QAAA,MAAM,IAAI,EAAE,eA4DR,CAAC;AAEL,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"SessionListItemDestroySessionMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AACF,oBAAY,+CAA+C,GAAG;IAC5D,KAAK,EAAE,mBAAmB,CAAC;CAC5B,CAAC;AACF,oBAAY,0CAA0C,GAAG;IACvD,QAAQ,CAAC,cAAc,EAAE;QACvB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AACF,oBAAY,qCAAqC,GAAG;IAClD,SAAS,EAAE,+CAA+C,CAAC;IAC3D,QAAQ,EAAE,0CAA0C,CAAC;CACtD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA4DR,CAAC;AAIL,eAAe,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
- import { ReaderFragment } from "relay-runtime";
1
+ import { ReaderFragment } from 'relay-runtime';
2
2
  import { FragmentRefs } from "relay-runtime";
3
- export declare type SessionListItem_session = {
3
+ export declare type SessionListItem_session$data = {
4
4
  readonly id: string;
5
5
  readonly isApp: boolean;
6
6
  readonly browserName: string | null;
@@ -16,12 +16,11 @@ export declare type SessionListItem_session = {
16
16
  readonly country: string | null;
17
17
  readonly city: string | null;
18
18
  readonly lastSeenAt: string;
19
- readonly " $refType": "SessionListItem_session";
19
+ readonly " $fragmentType": "SessionListItem_session";
20
20
  };
21
- export declare type SessionListItem_session$data = SessionListItem_session;
22
21
  export declare type SessionListItem_session$key = {
23
- readonly " $data"?: SessionListItem_session$data | undefined;
24
- readonly " $fragmentRefs": FragmentRefs<"SessionListItem_session">;
22
+ readonly " $data"?: SessionListItem_session$data;
23
+ readonly " $fragmentSpreads": FragmentRefs<"SessionListItem_session">;
25
24
  };
26
25
  declare const node: ReaderFragment;
27
26
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"SessionListItem_session.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,uBAAuB,GAAG;IAClC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,WAAW,EAAE,yBAAyB,CAAC;CACnD,CAAC;AACF,oBAAY,4BAA4B,GAAG,uBAAuB,CAAC;AACnE,oBAAY,2BAA2B,GAAG;IACtC,QAAQ,CAAC,QAAQ,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAC7D,QAAQ,CAAC,gBAAgB,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;CACtE,CAAC;AAIF,QAAA,MAAM,IAAI,EAAE,cAkHX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"SessionListItem_session.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAY,cAAc,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,gBAAgB,EAAE,yBAAyB,CAAC;CACtD,CAAC;AACF,oBAAY,2BAA2B,GAAG;IACxC,QAAQ,CAAC,QAAQ,CAAC,EAAE,4BAA4B,CAAC;IACjD,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;CACvE,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,cAkHX,CAAC;AAIF,eAAe,IAAI,CAAC"}
@@ -1,12 +1,12 @@
1
- import { ConcreteRequest } from "relay-runtime";
1
+ import { ConcreteRequest } from 'relay-runtime';
2
2
  import { FragmentRefs } from "relay-runtime";
3
- export declare type SessionListRefetchQueryVariables = {};
4
- export declare type SessionListRefetchQueryResponse = {
5
- readonly " $fragmentRefs": FragmentRefs<"SessionList_sessions">;
3
+ export declare type SessionListRefetchQuery$variables = {};
4
+ export declare type SessionListRefetchQuery$data = {
5
+ readonly " $fragmentSpreads": FragmentRefs<"SessionList_sessions">;
6
6
  };
7
7
  export declare type SessionListRefetchQuery = {
8
- readonly response: SessionListRefetchQueryResponse;
9
- readonly variables: SessionListRefetchQueryVariables;
8
+ variables: SessionListRefetchQuery$variables;
9
+ response: SessionListRefetchQuery$data;
10
10
  };
11
11
  declare const node: ConcreteRequest;
12
12
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"SessionListRefetchQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,gCAAgC,GAAG,EAAE,CAAC;AAClD,oBAAY,+BAA+B,GAAG;IAC1C,QAAQ,CAAC,gBAAgB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACnE,CAAC;AACF,oBAAY,uBAAuB,GAAG;IAClC,QAAQ,CAAC,QAAQ,EAAE,+BAA+B,CAAC;IACnD,QAAQ,CAAC,SAAS,EAAE,gCAAgC,CAAC;CACxD,CAAC;AAqCF,QAAA,MAAM,IAAI,EAAE,eA2JX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"SessionListRefetchQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAS,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,iCAAiC,GAAG,EAAE,CAAC;AACnD,oBAAY,4BAA4B,GAAG;IACzC,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACpE,CAAC;AACF,oBAAY,uBAAuB,GAAG;IACpC,SAAS,EAAE,iCAAiC,CAAC;IAC7C,QAAQ,EAAE,4BAA4B,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA2JX,CAAC;AAIF,eAAe,IAAI,CAAC"}
@@ -1,18 +1,17 @@
1
- import { ReaderFragment } from "relay-runtime";
1
+ import { ReaderFragment } from 'relay-runtime';
2
2
  import { FragmentRefs } from "relay-runtime";
3
- export declare type SessionList_sessions = {
3
+ export declare type SessionList_sessions$data = {
4
4
  readonly sessions: ReadonlyArray<{
5
5
  readonly id: string;
6
6
  readonly current: boolean;
7
7
  readonly lastSeenAt: string;
8
- readonly " $fragmentRefs": FragmentRefs<"SessionListItem_session">;
8
+ readonly " $fragmentSpreads": FragmentRefs<"SessionListItem_session">;
9
9
  }>;
10
- readonly " $refType": "SessionList_sessions";
10
+ readonly " $fragmentType": "SessionList_sessions";
11
11
  };
12
- export declare type SessionList_sessions$data = SessionList_sessions;
13
12
  export declare type SessionList_sessions$key = {
14
- readonly " $data"?: SessionList_sessions$data | undefined;
15
- readonly " $fragmentRefs": FragmentRefs<"SessionList_sessions">;
13
+ readonly " $data"?: SessionList_sessions$data;
14
+ readonly " $fragmentSpreads": FragmentRefs<"SessionList_sessions">;
16
15
  };
17
16
  declare const node: ReaderFragment;
18
17
  export default node;