@os-team/profile 1.0.32 → 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 (101) hide show
  1. package/dist/cjs/components/profile/ProfileConfigContext.js +1 -1
  2. package/dist/cjs/components/profile/ProfileContext.js +1 -1
  3. package/dist/cjs/components/profile/ProfileDrawer.js +1 -1
  4. package/dist/cjs/components/profile/ProfileUpdateNameModal.js +12 -9
  5. package/dist/cjs/components/profile/ProfileUpdateNameModal.js.map +1 -1
  6. package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js +12 -9
  7. package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js.map +1 -1
  8. package/dist/cjs/components/profile/ProtectedWrapper.js +28 -19
  9. package/dist/cjs/components/profile/ProtectedWrapper.js.map +1 -1
  10. package/dist/cjs/components/profile/UserAvatar.js +1 -1
  11. package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
  12. package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
  13. package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
  14. package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
  15. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
  16. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
  17. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
  18. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
  19. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
  20. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
  21. package/dist/cjs/components/session/SessionDrawer.js +1 -1
  22. package/dist/cjs/components/session/SessionDrawerContent.js +9 -7
  23. package/dist/cjs/components/session/SessionDrawerContent.js.map +1 -1
  24. package/dist/cjs/components/session/SessionList.js +1 -1
  25. package/dist/cjs/components/session/SessionListItem.js +1 -1
  26. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
  27. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
  28. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
  29. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
  30. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
  31. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
  32. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
  33. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
  34. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
  35. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
  36. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js +7 -5
  37. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
  38. package/dist/cjs/index.js +1 -1
  39. package/dist/esm/components/profile/ProfileDrawer.js +9 -3
  40. package/dist/esm/components/profile/ProfileDrawer.js.map +1 -1
  41. package/dist/esm/components/profile/ProfileUpdateNameModal.js +10 -9
  42. package/dist/esm/components/profile/ProfileUpdateNameModal.js.map +1 -1
  43. package/dist/esm/components/profile/ProfileUpdatePasswordModal.js +10 -9
  44. package/dist/esm/components/profile/ProfileUpdatePasswordModal.js.map +1 -1
  45. package/dist/esm/components/profile/ProtectedWrapper.js +24 -25
  46. package/dist/esm/components/profile/ProtectedWrapper.js.map +1 -1
  47. package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
  48. package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
  49. package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
  50. package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
  51. package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
  52. package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
  53. package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
  54. package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
  55. package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
  56. package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
  57. package/dist/esm/components/session/SessionDrawerContent.js +7 -5
  58. package/dist/esm/components/session/SessionDrawerContent.js.map +1 -1
  59. package/dist/esm/components/session/SessionList.js +2 -2
  60. package/dist/esm/components/session/SessionList.js.map +1 -1
  61. package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
  62. package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
  63. package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
  64. package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
  65. package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
  66. package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
  67. package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
  68. package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
  69. package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
  70. package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
  71. package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js +8 -3
  72. package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
  73. package/dist/esm/components/shared/ErrorResult.js +3 -1
  74. package/dist/esm/components/shared/ErrorResult.js.map +1 -1
  75. package/dist/types/components/profile/ProfileUpdateNameModal.d.ts.map +1 -1
  76. package/dist/types/components/profile/ProfileUpdatePasswordModal.d.ts.map +1 -1
  77. package/dist/types/components/profile/ProtectedWrapper.d.ts.map +1 -1
  78. package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts +5 -5
  79. package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts.map +1 -1
  80. package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts +6 -6
  81. package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts.map +1 -1
  82. package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts +5 -5
  83. package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map +1 -1
  84. package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts +5 -5
  85. package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts.map +1 -1
  86. package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts +5 -5
  87. package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts.map +1 -1
  88. package/dist/types/components/session/SessionDrawerContent.d.ts.map +1 -1
  89. package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts +6 -6
  90. package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +1 -1
  91. package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts +5 -5
  92. package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts.map +1 -1
  93. package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts +5 -5
  94. package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts.map +1 -1
  95. package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts +4 -5
  96. package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts.map +1 -1
  97. package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts +6 -6
  98. package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +1 -1
  99. package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts +5 -6
  100. package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts.map +1 -1
  101. package/package.json +59 -61
@@ -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;
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,CAAC;CAC3B,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
3
  firstName?: string | null;
4
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,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,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 +1 @@
1
- {"version":3,"file":"SessionDrawerContent.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionDrawerContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAgB5C,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAMjC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"SessionDrawerContent.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionDrawerContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAkB5C,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAMjC,CAAC;AAEF,eAAe,oBAAoB,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
22
  readonly " $data"?: SessionListItem_session$data;
24
- readonly " $fragmentRefs": FragmentRefs<"SessionListItem_session">;
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,CAAC;IACjD,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
13
  readonly " $data"?: SessionList_sessions$data;
15
- readonly " $fragmentRefs": FragmentRefs<"SessionList_sessions">;
14
+ readonly " $fragmentSpreads": FragmentRefs<"SessionList_sessions">;
16
15
  };
17
16
  declare const node: ReaderFragment;
18
17
  export default node;
@@ -1 +1 @@
1
- {"version":3,"file":"SessionList_sessions.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,oBAAoB,GAAG;IAC/B,QAAQ,CAAC,QAAQ,EAAE,aAAa,CAAC;QAC7B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;QAC1B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;QAC5B,QAAQ,CAAC,gBAAgB,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;KACtE,CAAC,CAAC;IACH,QAAQ,CAAC,WAAW,EAAE,sBAAsB,CAAC;CAChD,CAAC;AACF,oBAAY,yBAAyB,GAAG,oBAAoB,CAAC;AAC7D,oBAAY,wBAAwB,GAAG;IACnC,QAAQ,CAAC,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IAC9C,QAAQ,CAAC,gBAAgB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACnE,CAAC;AAIF,QAAA,MAAM,IAAI,EAAE,cAoDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"SessionList_sessions.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAuB,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,oBAAY,yBAAyB,GAAG;IACtC,QAAQ,CAAC,QAAQ,EAAE,aAAa,CAAC;QAC/B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;QACpB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;QAC1B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;QAC5B,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;KACvE,CAAC,CAAC;IACH,QAAQ,CAAC,gBAAgB,EAAE,sBAAsB,CAAC;CACnD,CAAC;AACF,oBAAY,wBAAwB,GAAG;IACrC,QAAQ,CAAC,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IAC9C,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAC;CACpE,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,cAoDX,CAAC;AAIF,eAAe,IAAI,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-team/profile",
3
- "version": "1.0.32",
3
+ "version": "1.0.36",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/profile.git",
6
6
  "main": "dist/cjs/index.js",
@@ -24,12 +24,12 @@
24
24
  "build": "yarn clean && npm-run-all build:*",
25
25
  "release": "yarn build && release-it --only-version",
26
26
  "gen-schema": "get-graphql-schema http://localhost:4000/graphql > ./src/schema.graphql",
27
- "relay": "relay-compiler --src ./src --schema ./src/schema.graphql --language typescript --customScalars.DateTime=String",
27
+ "relay": "relay-compiler",
28
28
  "relay:watch": "yarn relay --watch",
29
29
  "dev-start": "react-scripts start",
30
30
  "dev": "yarn relay && npm-run-all dev-start relay:watch",
31
31
  "test": "react-scripts test --watchAll=false",
32
- "ncu": "npx npm-check-updates -u '/^(?!(react|react-dom|react-relay)$).*$/'",
32
+ "ncu": "ncu -u '/^(?!(react|react-dom|react-relay|graphql|react-scripts)$).*$/'",
33
33
  "lint": "eslint --fix .",
34
34
  "lint-check": "eslint .",
35
35
  "pretty": "prettier --write --ignore-unknown .",
@@ -41,70 +41,69 @@
41
41
  "registry": "https://registry.npmjs.org"
42
42
  },
43
43
  "dependencies": {
44
- "@os-design/core": "^1.0.96",
45
- "@os-design/icons": "^1.0.29",
46
- "@os-design/media": "^1.0.9",
47
- "@os-design/styles": "^1.0.28",
48
- "@os-design/theming": "^1.0.26",
49
- "@os-design/utils": "^1.0.39",
50
- "@os-team/form-utils": "^1.0.29",
51
- "@os-team/plural-forms": "^1.0.9"
44
+ "@os-design/core": "^1.0.113",
45
+ "@os-design/icons": "^1.0.32",
46
+ "@os-design/media": "^1.0.10",
47
+ "@os-design/styles": "^1.0.30",
48
+ "@os-design/theming": "^1.0.28",
49
+ "@os-design/utils": "^1.0.43",
50
+ "@os-team/form-utils": "^1.0.30",
51
+ "@os-team/plural-forms": "^1.0.10"
52
52
  },
53
53
  "devDependencies": {
54
- "@babel/cli": "^7.15.7",
55
- "@babel/core": "^7.15.8",
56
- "@babel/preset-env": "^7.15.8",
57
- "@babel/preset-react": "^7.14.5",
58
- "@babel/preset-typescript": "^7.15.0",
59
- "@emotion/react": "^11.4.0",
54
+ "@babel/cli": "^7.17.3",
55
+ "@babel/core": "^7.17.4",
56
+ "@babel/preset-env": "^7.16.11",
57
+ "@babel/preset-react": "^7.16.7",
58
+ "@babel/preset-typescript": "^7.16.7",
59
+ "@emotion/react": "^11.7.1",
60
60
  "@emotion/serialize": "^1.0.2",
61
- "@emotion/styled": "^11.3.0",
62
- "@os-team/prettier-config": "1.1.7",
63
- "@os-team/relay-network-creator": "^1.1.1",
64
- "@os-team/relay-network-mw-credentials": "^1.1.2",
65
- "@os-team/relay-network-mw-upload": "^1.1.2",
66
- "@types/jest": "^27.0.2",
67
- "@types/node": "^16.10.3",
68
- "@types/react": "^17.0.27",
69
- "@types/react-dom": "^17.0.9",
70
- "@types/react-relay": "^11.0.2",
71
- "@types/react-router-dom": "^5.3.1",
72
- "@typescript-eslint/eslint-plugin": "^4.33.0",
73
- "@typescript-eslint/parser": "^4.33.0",
74
- "babel-plugin-relay": "^12.0.0",
61
+ "@emotion/styled": "^11.6.0",
62
+ "@os-team/prettier-config": "1.1.8",
63
+ "@os-team/relay-network-creator": "^1.1.8",
64
+ "@os-team/relay-network-mw-credentials": "^1.1.14",
65
+ "@os-team/relay-network-mw-upload": "^1.1.14",
66
+ "@types/jest": "^27.4.0",
67
+ "@types/node": "^17.0.18",
68
+ "@types/react": "^17.0.39",
69
+ "@types/react-dom": "^17.0.11",
70
+ "@types/react-relay": "^13.0.1",
71
+ "@types/react-router-dom": "^5.3.3",
72
+ "@typescript-eslint/eslint-plugin": "^5.12.0",
73
+ "@typescript-eslint/parser": "^5.12.0",
74
+ "babel-plugin-relay": "^13.1.1",
75
75
  "cross-env": "^7.0.3",
76
- "eslint": "^7.32.0",
77
- "eslint-config-os-team-react": "1.1.28",
78
- "eslint-plugin-import": "^2.24.2",
79
- "eslint-plugin-jest": "^24.5.2",
80
- "eslint-plugin-jsx-a11y": "^6.4.1",
81
- "eslint-plugin-promise": "^5.1.0",
82
- "eslint-plugin-react": "^7.26.1",
83
- "eslint-plugin-react-hooks": "^4.2.0",
76
+ "eslint": "^8.9.0",
77
+ "eslint-config-os-team-react": "1.1.33",
78
+ "eslint-plugin-import": "^2.25.4",
79
+ "eslint-plugin-jest": "^26.1.1",
80
+ "eslint-plugin-jsx-a11y": "^6.5.1",
81
+ "eslint-plugin-promise": "^6.0.0",
82
+ "eslint-plugin-react": "^7.28.0",
83
+ "eslint-plugin-react-hooks": "^4.3.0",
84
84
  "get-graphql-schema": "^2.1.2",
85
- "graphql": "^15.5.1",
86
- "husky": "^7.0.2",
87
- "i18next": "^20.3.2",
88
- "i18next-browser-languagedetector": "^6.1.2",
89
- "i18next-http-backend": "^1.2.6",
85
+ "graphql": "^15.7.2",
86
+ "husky": "^7.0.4",
87
+ "i18next": "^21.6.11",
88
+ "i18next-browser-languagedetector": "^6.1.3",
89
+ "i18next-http-backend": "^1.3.2",
90
90
  "lazysizes": "^5.3.2",
91
- "lint-staged": "^11.2.0",
91
+ "lint-staged": "^12.3.4",
92
92
  "npm-run-all": "^4.1.5",
93
- "prettier": "2.4.1",
93
+ "prettier": "2.5.1",
94
94
  "progress-bar-webpack-plugin": "^2.1.0",
95
- "react": "0.0.0-experimental-1314299c7-20210901",
96
- "react-dom": "0.0.0-experimental-1314299c7-20210901",
97
- "react-i18next": "^11.11.0",
95
+ "react": "0.0.0-experimental-27b569969-20220211",
96
+ "react-dom": "0.0.0-experimental-27b569969-20220211",
97
+ "react-i18next": "^11.15.4",
98
98
  "react-relay": "0.0.0-experimental-4c4107dd",
99
- "react-router-dom": "^5.2.0",
100
- "react-scripts": "4.0.3",
99
+ "react-router-dom": "^6.2.1",
100
+ "react-scripts": "^4.0.3",
101
101
  "react-test-renderer": "^17.0.2",
102
- "relay-compiler": "^12.0.0",
103
- "relay-compiler-language-typescript": "^14.0.0",
104
- "relay-runtime": "^12.0.0",
105
- "release-it": "^14.11.6",
106
- "typescript": "^4.4.3",
107
- "webpack-bundle-analyzer": "^4.4.2"
102
+ "relay-compiler": "^13.1.1",
103
+ "relay-runtime": "^13.1.1",
104
+ "release-it": "^14.12.4",
105
+ "typescript": "^4.5.5",
106
+ "webpack-bundle-analyzer": "^4.5.0"
108
107
  },
109
108
  "peerDependencies": {
110
109
  "@emotion/react": ">=11",
@@ -114,19 +113,18 @@
114
113
  "@os-team/relay-network-mw-credentials": ">=1",
115
114
  "@os-team/relay-network-mw-upload": ">=1",
116
115
  "babel-plugin-relay": ">=12",
117
- "graphql": ">=15",
116
+ "graphql": "15",
118
117
  "i18next": ">=21",
119
118
  "i18next-browser-languagedetector": ">=6",
120
119
  "i18next-http-backend": ">=1",
121
120
  "lazysizes": ">=5",
122
- "react": "0.0.0-experimental-1314299c7-20210901",
123
- "react-dom": "0.0.0-experimental-1314299c7-20210901",
121
+ "react": "0.0.0-experimental-27b569969-20220211",
122
+ "react-dom": "0.0.0-experimental-27b569969-20220211",
124
123
  "react-i18next": ">=11",
125
124
  "react-relay": "0.0.0-experimental-4c4107dd",
126
125
  "react-router-dom": ">=5",
127
126
  "react-scripts": ">=4",
128
127
  "relay-compiler": ">=12",
129
- "relay-compiler-language-typescript": ">=14",
130
128
  "relay-runtime": ">=12"
131
129
  }
132
130
  }