@os-team/profile 1.1.11 → 1.1.13

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 (143) hide show
  1. package/dist/cjs/components/profile/ProfileButton.js +1 -2
  2. package/dist/cjs/components/profile/ProfileButton.js.map +1 -1
  3. package/dist/cjs/components/profile/ProfileConfigContext.js +5 -7
  4. package/dist/cjs/components/profile/ProfileConfigContext.js.map +1 -1
  5. package/dist/cjs/components/profile/ProfileContext.js +5 -7
  6. package/dist/cjs/components/profile/ProfileContext.js.map +1 -1
  7. package/dist/cjs/components/profile/ProfileDrawer.js +4 -5
  8. package/dist/cjs/components/profile/ProfileDrawer.js.map +1 -1
  9. package/dist/cjs/components/profile/ProfileDrawerContent.js +23 -24
  10. package/dist/cjs/components/profile/ProfileDrawerContent.js.map +1 -1
  11. package/dist/cjs/components/profile/ProfileNavigationItem.js +1 -2
  12. package/dist/cjs/components/profile/ProfileNavigationItem.js.map +1 -1
  13. package/dist/cjs/components/profile/ProfileUpdateNameModal.js +36 -21
  14. package/dist/cjs/components/profile/ProfileUpdateNameModal.js.map +1 -1
  15. package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js +39 -22
  16. package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js.map +1 -1
  17. package/dist/cjs/components/profile/ProtectedWrapper.js +4 -5
  18. package/dist/cjs/components/profile/ProtectedWrapper.js.map +1 -1
  19. package/dist/cjs/components/profile/UserAvatar.js +4 -5
  20. package/dist/cjs/components/profile/UserAvatar.js.map +1 -1
  21. package/dist/cjs/components/profile/UserAvatarAddon.js +1 -2
  22. package/dist/cjs/components/profile/UserAvatarAddon.js.map +1 -1
  23. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js +2 -3
  24. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js.map +1 -1
  25. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js +2 -3
  26. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js.map +1 -1
  27. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +2 -3
  28. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
  29. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +1 -2
  30. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
  31. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +2 -3
  32. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
  33. package/dist/cjs/components/session/SessionDrawer.js +4 -5
  34. package/dist/cjs/components/session/SessionDrawer.js.map +1 -1
  35. package/dist/cjs/components/session/SessionDrawerContent.js +4 -5
  36. package/dist/cjs/components/session/SessionDrawerContent.js.map +1 -1
  37. package/dist/cjs/components/session/SessionList.js +8 -12
  38. package/dist/cjs/components/session/SessionList.js.map +1 -1
  39. package/dist/cjs/components/session/SessionListItem.js +10 -15
  40. package/dist/cjs/components/session/SessionListItem.js.map +1 -1
  41. package/dist/cjs/components/session/SessionListSkeleton.js +1 -2
  42. package/dist/cjs/components/session/SessionListSkeleton.js.map +1 -1
  43. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js +2 -3
  44. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
  45. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +2 -3
  46. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
  47. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +1 -2
  48. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
  49. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js +2 -3
  50. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
  51. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js +2 -3
  52. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
  53. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js +1 -2
  54. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
  55. package/dist/cjs/components/session/formatDate.js +1 -2
  56. package/dist/cjs/components/session/formatDate.js.map +1 -1
  57. package/dist/cjs/components/session/getLastSeen.js +1 -2
  58. package/dist/cjs/components/session/getLastSeen.js.map +1 -1
  59. package/dist/cjs/components/shared/ButtonUpdate.js +1 -2
  60. package/dist/cjs/components/shared/ButtonUpdate.js.map +1 -1
  61. package/dist/cjs/components/shared/ErrorResult.js +1 -2
  62. package/dist/cjs/components/shared/ErrorResult.js.map +1 -1
  63. package/dist/cjs/components/shared/FormError.js +1 -2
  64. package/dist/cjs/components/shared/FormError.js.map +1 -1
  65. package/dist/cjs/components/shared/MainLoader.js +1 -2
  66. package/dist/cjs/components/shared/MainLoader.js.map +1 -1
  67. package/dist/cjs/components/shared/icons/AndroidIcon.js +1 -2
  68. package/dist/cjs/components/shared/icons/AndroidIcon.js.map +1 -1
  69. package/dist/cjs/components/shared/icons/AppleIcon.js +1 -2
  70. package/dist/cjs/components/shared/icons/AppleIcon.js.map +1 -1
  71. package/dist/cjs/components/shared/icons/BrowserIcon.js +1 -2
  72. package/dist/cjs/components/shared/icons/BrowserIcon.js.map +1 -1
  73. package/dist/cjs/components/shared/icons/ProfileIcon.js +1 -2
  74. package/dist/cjs/components/shared/icons/ProfileIcon.js.map +1 -1
  75. package/dist/cjs/components/shared/icons/UnknownDeviceIcon.js +1 -2
  76. package/dist/cjs/components/shared/icons/UnknownDeviceIcon.js.map +1 -1
  77. package/dist/cjs/index.js +3 -3
  78. package/dist/cjs/index.js.map +1 -1
  79. package/dist/cjs/utils/getErrorMessage.js +2 -3
  80. package/dist/cjs/utils/getErrorMessage.js.map +1 -1
  81. package/dist/cjs/utils/getUserFullName.js +1 -2
  82. package/dist/cjs/utils/getUserFullName.js.map +1 -1
  83. package/dist/cjs/utils/handleFormErrors.js +3 -5
  84. package/dist/cjs/utils/handleFormErrors.js.map +1 -1
  85. package/dist/esm/components/profile/ProfileDrawerContent.js +16 -16
  86. package/dist/esm/components/profile/ProfileDrawerContent.js.map +1 -1
  87. package/dist/esm/components/profile/ProfileUpdateNameModal.js +25 -15
  88. package/dist/esm/components/profile/ProfileUpdateNameModal.js.map +1 -1
  89. package/dist/esm/components/profile/ProfileUpdatePasswordModal.js +31 -19
  90. package/dist/esm/components/profile/ProfileUpdatePasswordModal.js.map +1 -1
  91. package/dist/esm/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js +1 -1
  92. package/dist/esm/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js.map +1 -1
  93. package/dist/esm/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js +1 -1
  94. package/dist/esm/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js.map +1 -1
  95. package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +1 -1
  96. package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
  97. package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +1 -1
  98. package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
  99. package/dist/esm/components/session/SessionDrawerContent.js.map +1 -1
  100. package/dist/esm/components/session/SessionListItem.js +1 -1
  101. package/dist/esm/components/session/SessionListItem.js.map +1 -1
  102. package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js +1 -1
  103. package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
  104. package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +1 -1
  105. package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
  106. package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js +1 -1
  107. package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
  108. package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js +1 -1
  109. package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
  110. package/dist/types/src/lib/components/profile/ProfileDrawerContent.d.ts.map +1 -1
  111. package/dist/types/src/lib/components/profile/ProfileUpdateNameModal.d.ts +1 -1
  112. package/dist/types/src/lib/components/profile/ProfileUpdateNameModal.d.ts.map +1 -1
  113. package/dist/types/src/lib/components/profile/ProfileUpdatePasswordModal.d.ts +1 -1
  114. package/dist/types/src/lib/components/profile/ProfileUpdatePasswordModal.d.ts.map +1 -1
  115. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts +1 -1
  116. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts.map +1 -1
  117. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts +2 -2
  118. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts.map +1 -1
  119. package/dist/types/src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts +4 -4
  120. package/dist/types/src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map +1 -1
  121. package/dist/types/src/lib/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts +4 -4
  122. package/dist/types/src/lib/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts.map +1 -1
  123. package/dist/types/src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts +1 -1
  124. package/dist/types/src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +1 -1
  125. package/dist/types/src/lib/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts +1 -1
  126. package/dist/types/src/lib/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts.map +1 -1
  127. package/dist/types/src/lib/components/session/__generated__/SessionListItem_session.graphql.d.ts +12 -12
  128. package/dist/types/src/lib/components/session/__generated__/SessionListItem_session.graphql.d.ts.map +1 -1
  129. package/dist/types/src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts +1 -1
  130. package/dist/types/src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +1 -1
  131. package/package.json +35 -35
  132. package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +0 -65
  133. package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +0 -1
  134. package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +0 -80
  135. package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +0 -1
  136. package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +0 -58
  137. package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +0 -1
  138. package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +0 -73
  139. package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +0 -1
  140. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts +0 -14
  141. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts.map +0 -1
  142. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts +0 -20
  143. package/dist/types/src/lib/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts.map +0 -1
@@ -1,58 +0,0 @@
1
- /**
2
- * @generated SignedSource<<51909761cb1c71a922e242d469a3408c>>
3
- * @lightSyntaxTransform
4
- * @nogrep
5
- */
6
-
7
- /* tslint:disable */
8
- /* eslint-disable */
9
- // @ts-nocheck
10
-
11
- const node = function () {
12
- var v0 = [{
13
- "alias": null,
14
- "args": null,
15
- "concreteType": "StatusPayload",
16
- "kind": "LinkedField",
17
- "name": "signOut",
18
- "plural": false,
19
- "selections": [{
20
- "alias": null,
21
- "args": null,
22
- "kind": "ScalarField",
23
- "name": "ok",
24
- "storageKey": null
25
- }],
26
- "storageKey": null
27
- }];
28
- return {
29
- "fragment": {
30
- "argumentDefinitions": [],
31
- "kind": "Fragment",
32
- "metadata": null,
33
- "name": "ProfileDrawerSignOutMutation",
34
- "selections": v0 /*: any*/,
35
- "type": "Mutation",
36
- "abstractKey": null
37
- },
38
- "kind": "Request",
39
- "operation": {
40
- "argumentDefinitions": [],
41
- "kind": "Operation",
42
- "name": "ProfileDrawerSignOutMutation",
43
- "selections": v0 /*: any*/
44
- },
45
-
46
- "params": {
47
- "cacheID": "79648ed72d7cb7d656929f005dbf8371",
48
- "id": null,
49
- "metadata": {},
50
- "name": "ProfileDrawerSignOutMutation",
51
- "operationKind": "mutation",
52
- "text": "mutation ProfileDrawerSignOutMutation {\n signOut {\n ok\n }\n}\n"
53
- }
54
- };
55
- }();
56
- node.hash = "8510e6462e8f7839ce100254080ba293";
57
- export default node;
58
- //# sourceMappingURL=ProfileDrawerSignOutMutation.graphql.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProfileDrawerSignOutMutation.graphql.js","names":["node","v0","hash"],"sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.ts"],"sourcesContent":["/**\n * @generated SignedSource<<51909761cb1c71a922e242d469a3408c>>\n * @lightSyntaxTransform\n * @nogrep\n */\n\n/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ConcreteRequest, Mutation } from 'relay-runtime';\nexport type ProfileDrawerSignOutMutation$variables = {};\nexport type ProfileDrawerSignOutMutation$data = {\n readonly signOut: {\n readonly ok: boolean;\n };\n};\nexport type ProfileDrawerSignOutMutation = {\n variables: ProfileDrawerSignOutMutation$variables;\n response: ProfileDrawerSignOutMutation$data;\n};\n\nconst node: ConcreteRequest = (function(){\nvar v0 = [\n {\n \"alias\": null,\n \"args\": null,\n \"concreteType\": \"StatusPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"signOut\",\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\": [],\n \"kind\": \"Fragment\",\n \"metadata\": null,\n \"name\": \"ProfileDrawerSignOutMutation\",\n \"selections\": (v0/*: any*/),\n \"type\": \"Mutation\",\n \"abstractKey\": null\n },\n \"kind\": \"Request\",\n \"operation\": {\n \"argumentDefinitions\": [],\n \"kind\": \"Operation\",\n \"name\": \"ProfileDrawerSignOutMutation\",\n \"selections\": (v0/*: any*/)\n },\n \"params\": {\n \"cacheID\": \"79648ed72d7cb7d656929f005dbf8371\",\n \"id\": null,\n \"metadata\": {},\n \"name\": \"ProfileDrawerSignOutMutation\",\n \"operationKind\": \"mutation\",\n \"text\": \"mutation ProfileDrawerSignOutMutation {\\n signOut {\\n ok\\n }\\n}\\n\"\n }\n};\n})();\n\n(node as any).hash = \"8510e6462e8f7839ce100254080ba293\";\n\nexport default node;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAcA,MAAMA,IAAqB,GAAI,YAAU;EACzC,IAAIC,EAAE,GAAG,CACP;IACE,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,IAAI;IACZ,cAAc,EAAE,eAAe;IAC/B,MAAM,EAAE,aAAa;IACrB,MAAM,EAAE,SAAS;IACjB,QAAQ,EAAE,KAAK;IACf,YAAY,EAAE,CACZ;MACE,OAAO,EAAE,IAAI;MACb,MAAM,EAAE,IAAI;MACZ,MAAM,EAAE,aAAa;MACrB,MAAM,EAAE,IAAI;MACZ,YAAY,EAAE;IAChB,CAAC,CACF;IACD,YAAY,EAAE;EAChB,CAAC,CACF;EACD,OAAO;IACL,UAAU,EAAE;MACV,qBAAqB,EAAE,EAAE;MACzB,MAAM,EAAE,UAAU;MAClB,UAAU,EAAE,IAAI;MAChB,MAAM,EAAE,8BAA8B;MACtC,YAAY,EAAGA,EAAE,UAAU;MAC3B,MAAM,EAAE,UAAU;MAClB,aAAa,EAAE;IACjB,CAAC;IACD,MAAM,EAAE,SAAS;IACjB,WAAW,EAAE;MACX,qBAAqB,EAAE,EAAE;MACzB,MAAM,EAAE,WAAW;MACnB,MAAM,EAAE,8BAA8B;MACtC,YAAY,EAAGA,EAAE;IACnB,CAAC;;IACD,QAAQ,EAAE;MACR,SAAS,EAAE,kCAAkC;MAC7C,IAAI,EAAE,IAAI;MACV,UAAU,EAAE,CAAC,CAAC;MACd,MAAM,EAAE,8BAA8B;MACtC,eAAe,EAAE,UAAU;MAC3B,MAAM,EAAE;IACV;EACF,CAAC;AACD,CAAC,CAAE,CAAC;AAEHD,IAAI,CAASE,IAAI,GAAG,kCAAkC;AAEvD,eAAeF,IAAI"}
@@ -1,73 +0,0 @@
1
- /**
2
- * @generated SignedSource<<55ec946240339a8ef48835cf36146b25>>
3
- * @lightSyntaxTransform
4
- * @nogrep
5
- */
6
-
7
- /* tslint:disable */
8
- /* eslint-disable */
9
- // @ts-nocheck
10
-
11
- const node = function () {
12
- var v0 = [{
13
- "defaultValue": null,
14
- "kind": "LocalArgument",
15
- "name": "input"
16
- }],
17
- v1 = [{
18
- "alias": null,
19
- "args": [{
20
- "kind": "Variable",
21
- "name": "input",
22
- "variableName": "input"
23
- }],
24
- "concreteType": "User",
25
- "kind": "LinkedField",
26
- "name": "updateAvatar",
27
- "plural": false,
28
- "selections": [{
29
- "alias": null,
30
- "args": null,
31
- "kind": "ScalarField",
32
- "name": "id",
33
- "storageKey": null
34
- }, {
35
- "alias": null,
36
- "args": null,
37
- "kind": "ScalarField",
38
- "name": "avatar",
39
- "storageKey": null
40
- }],
41
- "storageKey": null
42
- }];
43
- return {
44
- "fragment": {
45
- "argumentDefinitions": v0 /*: any*/,
46
- "kind": "Fragment",
47
- "metadata": null,
48
- "name": "ProfileDrawerUpdateAvatarMutation",
49
- "selections": v1 /*: any*/,
50
- "type": "Mutation",
51
- "abstractKey": null
52
- },
53
- "kind": "Request",
54
- "operation": {
55
- "argumentDefinitions": v0 /*: any*/,
56
- "kind": "Operation",
57
- "name": "ProfileDrawerUpdateAvatarMutation",
58
- "selections": v1 /*: any*/
59
- },
60
-
61
- "params": {
62
- "cacheID": "4e03df1e245723b6bb782fa62331d420",
63
- "id": null,
64
- "metadata": {},
65
- "name": "ProfileDrawerUpdateAvatarMutation",
66
- "operationKind": "mutation",
67
- "text": "mutation ProfileDrawerUpdateAvatarMutation(\n $input: UpdateAvatarInput!\n) {\n updateAvatar(input: $input) {\n id\n avatar\n }\n}\n"
68
- }
69
- };
70
- }();
71
- node.hash = "c129cb1974b7cb9090d6c5df4e0f790d";
72
- export default node;
73
- //# sourceMappingURL=ProfileDrawerUpdateAvatarMutation.graphql.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProfileDrawerUpdateAvatarMutation.graphql.js","names":["node","v0","v1","hash"],"sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.ts"],"sourcesContent":["/**\n * @generated SignedSource<<55ec946240339a8ef48835cf36146b25>>\n * @lightSyntaxTransform\n * @nogrep\n */\n\n/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ConcreteRequest, Mutation } from 'relay-runtime';\nexport type UpdateAvatarInput = {\n avatar?: any | null;\n};\nexport type ProfileDrawerUpdateAvatarMutation$variables = {\n input: UpdateAvatarInput;\n};\nexport type ProfileDrawerUpdateAvatarMutation$data = {\n readonly updateAvatar: {\n readonly id: string;\n readonly avatar: string | null;\n };\n};\nexport type ProfileDrawerUpdateAvatarMutation = {\n variables: ProfileDrawerUpdateAvatarMutation$variables;\n response: ProfileDrawerUpdateAvatarMutation$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\": \"User\",\n \"kind\": \"LinkedField\",\n \"name\": \"updateAvatar\",\n \"plural\": false,\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\": \"avatar\",\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\": \"ProfileDrawerUpdateAvatarMutation\",\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\": \"ProfileDrawerUpdateAvatarMutation\",\n \"selections\": (v1/*: any*/)\n },\n \"params\": {\n \"cacheID\": \"4e03df1e245723b6bb782fa62331d420\",\n \"id\": null,\n \"metadata\": {},\n \"name\": \"ProfileDrawerUpdateAvatarMutation\",\n \"operationKind\": \"mutation\",\n \"text\": \"mutation ProfileDrawerUpdateAvatarMutation(\\n $input: UpdateAvatarInput!\\n) {\\n updateAvatar(input: $input) {\\n id\\n avatar\\n }\\n}\\n\"\n }\n};\n})();\n\n(node as any).hash = \"c129cb1974b7cb9090d6c5df4e0f790d\";\n\nexport default node;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAoBA,MAAMA,IAAqB,GAAI,YAAU;EACzC,IAAIC,EAAE,GAAG,CACP;MACE,cAAc,EAAE,IAAI;MACpB,MAAM,EAAE,eAAe;MACvB,MAAM,EAAE;IACV,CAAC,CACF;IACDC,EAAE,GAAG,CACH;MACE,OAAO,EAAE,IAAI;MACb,MAAM,EAAE,CACN;QACE,MAAM,EAAE,UAAU;QAClB,MAAM,EAAE,OAAO;QACf,cAAc,EAAE;MAClB,CAAC,CACF;MACD,cAAc,EAAE,MAAM;MACtB,MAAM,EAAE,aAAa;MACrB,MAAM,EAAE,cAAc;MACtB,QAAQ,EAAE,KAAK;MACf,YAAY,EAAE,CACZ;QACE,OAAO,EAAE,IAAI;QACb,MAAM,EAAE,IAAI;QACZ,MAAM,EAAE,aAAa;QACrB,MAAM,EAAE,IAAI;QACZ,YAAY,EAAE;MAChB,CAAC,EACD;QACE,OAAO,EAAE,IAAI;QACb,MAAM,EAAE,IAAI;QACZ,MAAM,EAAE,aAAa;QACrB,MAAM,EAAE,QAAQ;QAChB,YAAY,EAAE;MAChB,CAAC,CACF;MACD,YAAY,EAAE;IAChB,CAAC,CACF;EACD,OAAO;IACL,UAAU,EAAE;MACV,qBAAqB,EAAGD,EAAE,UAAU;MACpC,MAAM,EAAE,UAAU;MAClB,UAAU,EAAE,IAAI;MAChB,MAAM,EAAE,mCAAmC;MAC3C,YAAY,EAAGC,EAAE,UAAU;MAC3B,MAAM,EAAE,UAAU;MAClB,aAAa,EAAE;IACjB,CAAC;IACD,MAAM,EAAE,SAAS;IACjB,WAAW,EAAE;MACX,qBAAqB,EAAGD,EAAE,UAAU;MACpC,MAAM,EAAE,WAAW;MACnB,MAAM,EAAE,mCAAmC;MAC3C,YAAY,EAAGC,EAAE;IACnB,CAAC;;IACD,QAAQ,EAAE;MACR,SAAS,EAAE,kCAAkC;MAC7C,IAAI,EAAE,IAAI;MACV,UAAU,EAAE,CAAC,CAAC;MACd,MAAM,EAAE,mCAAmC;MAC3C,eAAe,EAAE,UAAU;MAC3B,MAAM,EAAE;IACV;EACF,CAAC;AACD,CAAC,CAAE,CAAC;AAEHF,IAAI,CAASG,IAAI,GAAG,kCAAkC;AAEvD,eAAeH,IAAI"}
@@ -1,14 +0,0 @@
1
- import { ConcreteRequest } from 'relay-runtime';
2
- export type ProfileDrawerSignOutMutation$variables = {};
3
- export type ProfileDrawerSignOutMutation$data = {
4
- readonly signOut: {
5
- readonly ok: boolean;
6
- };
7
- };
8
- export type ProfileDrawerSignOutMutation = {
9
- variables: ProfileDrawerSignOutMutation$variables;
10
- response: ProfileDrawerSignOutMutation$data;
11
- };
12
- declare const node: ConcreteRequest;
13
- export default node;
14
- //# sourceMappingURL=ProfileDrawerSignOutMutation.graphql.d.ts.map
@@ -1 +0,0 @@
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,MAAM,MAAM,sCAAsC,GAAG,EAAE,CAAC;AACxD,MAAM,MAAM,iCAAiC,GAAG;IAC9C,QAAQ,CAAC,OAAO,EAAE;QAChB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AACF,MAAM,MAAM,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,20 +0,0 @@
1
- import { ConcreteRequest } from 'relay-runtime';
2
- export type UpdateAvatarInput = {
3
- avatar?: any | null;
4
- };
5
- export type ProfileDrawerUpdateAvatarMutation$variables = {
6
- input: UpdateAvatarInput;
7
- };
8
- export type ProfileDrawerUpdateAvatarMutation$data = {
9
- readonly updateAvatar: {
10
- readonly id: string;
11
- readonly avatar: string | null;
12
- };
13
- };
14
- export type ProfileDrawerUpdateAvatarMutation = {
15
- variables: ProfileDrawerUpdateAvatarMutation$variables;
16
- response: ProfileDrawerUpdateAvatarMutation$data;
17
- };
18
- declare const node: ConcreteRequest;
19
- export default node;
20
- //# sourceMappingURL=ProfileDrawerUpdateAvatarMutation.graphql.d.ts.map
@@ -1 +0,0 @@
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,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;CACrB,CAAC;AACF,MAAM,MAAM,2CAA2C,GAAG;IACxD,KAAK,EAAE,iBAAiB,CAAC;CAC1B,CAAC;AACF,MAAM,MAAM,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,MAAM,MAAM,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"}