@os-team/profile 1.0.35 → 1.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/profile/ProfileDrawer.js +19 -232
- package/dist/cjs/components/profile/ProfileDrawer.js.map +1 -1
- package/dist/cjs/components/profile/ProfileDrawerContent.js +259 -0
- package/dist/cjs/components/profile/ProfileDrawerContent.js.map +1 -0
- package/dist/cjs/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js +70 -0
- package/dist/cjs/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js.map +1 -0
- package/dist/cjs/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js +89 -0
- package/dist/cjs/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js.map +1 -0
- package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
- package/dist/cjs/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
- package/dist/cjs/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
- package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
- package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
- package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
- package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
- package/dist/cjs/components/session/SessionDrawer.js +17 -10
- package/dist/cjs/components/session/SessionDrawer.js.map +1 -1
- package/dist/cjs/components/session/SessionDrawerContent.js +1 -4
- package/dist/cjs/components/session/SessionDrawerContent.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
- package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
- package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
- package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
- package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
- package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js +7 -5
- package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
- package/dist/esm/components/profile/ProfileDrawer.js +12 -196
- package/dist/esm/components/profile/ProfileDrawer.js.map +1 -1
- package/dist/esm/components/profile/ProfileDrawerContent.js +201 -0
- package/dist/esm/components/profile/ProfileDrawerContent.js.map +1 -0
- package/dist/esm/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js +62 -0
- package/dist/esm/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js.map +1 -0
- package/dist/esm/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js +81 -0
- package/dist/esm/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js.map +1 -0
- package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js +7 -9
- package/dist/esm/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js +7 -12
- package/dist/esm/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +7 -13
- package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +7 -11
- package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +1 -1
- package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +7 -13
- package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +1 -1
- package/dist/esm/components/session/SessionDrawer.js +7 -4
- package/dist/esm/components/session/SessionDrawer.js.map +1 -1
- package/dist/esm/components/session/SessionDrawerContent.js +0 -1
- package/dist/esm/components/session/SessionDrawerContent.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js +7 -34
- package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +7 -9
- package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +7 -11
- package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js +7 -1
- package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js +7 -34
- package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js +8 -3
- package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
- package/dist/types/components/profile/ProfileDrawer.d.ts +2 -3
- package/dist/types/components/profile/ProfileDrawer.d.ts.map +1 -1
- package/dist/types/components/profile/ProfileDrawerContent.d.ts +7 -0
- package/dist/types/components/profile/ProfileDrawerContent.d.ts.map +1 -0
- package/dist/types/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts +14 -0
- package/dist/types/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts.map +1 -0
- package/dist/types/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts +20 -0
- package/dist/types/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts.map +1 -0
- package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts +5 -5
- package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts +6 -6
- package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts +7 -7
- package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts +5 -5
- package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts +5 -5
- package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts.map +1 -1
- package/dist/types/components/session/SessionDrawer.d.ts.map +1 -1
- package/dist/types/components/session/SessionDrawerContent.d.ts +0 -1
- package/dist/types/components/session/SessionDrawerContent.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts +6 -6
- package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts +5 -5
- package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts +5 -5
- package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts +5 -6
- package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts +6 -6
- package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts +6 -7
- package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts.map +1 -1
- package/package.json +47 -49
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":["node","hash"],"mappings":"AAAA;;AACA;AACA;
|
|
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 =
|
|
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":"AAAA
|
|
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 =
|
|
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":["
|
|
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,8 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { DrawerProps } from '@os-design/core';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
3
|
+
import { ProfileDrawerContentProps } from './ProfileDrawerContent';
|
|
4
|
+
export declare type ProfileDrawerProps = ProfileDrawerContentProps & DrawerProps;
|
|
6
5
|
declare const ProfileDrawer: React.FC<ProfileDrawerProps>;
|
|
7
6
|
export default ProfileDrawer;
|
|
8
7
|
//# sourceMappingURL=ProfileDrawer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileDrawer.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/profile/ProfileDrawer.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ProfileDrawer.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/profile/ProfileDrawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAU,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AAKnE,oBAAY,kBAAkB,GAAG,yBAAyB,GAAG,WAAW,CAAC;AAQzE,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAY/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ProfileDrawerContentProps {
|
|
3
|
+
actions?: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
declare const ProfileDrawerContent: React.FC<ProfileDrawerContentProps>;
|
|
6
|
+
export default ProfileDrawerContent;
|
|
7
|
+
//# sourceMappingURL=ProfileDrawerContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfileDrawerContent.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/profile/ProfileDrawerContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAetE,MAAM,WAAW,yBAAyB;IAKxC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AA2ND,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAwC7D,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
package/dist/types/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
|
+
export declare type ProfileDrawerContentSignOutMutation$variables = {};
|
|
3
|
+
export declare type ProfileDrawerContentSignOutMutation$data = {
|
|
4
|
+
readonly signOut: {
|
|
5
|
+
readonly ok: boolean;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
export declare type ProfileDrawerContentSignOutMutation = {
|
|
9
|
+
variables: ProfileDrawerContentSignOutMutation$variables;
|
|
10
|
+
response: ProfileDrawerContentSignOutMutation$data;
|
|
11
|
+
};
|
|
12
|
+
declare const node: ConcreteRequest;
|
|
13
|
+
export default node;
|
|
14
|
+
//# sourceMappingURL=ProfileDrawerContentSignOutMutation.graphql.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfileDrawerContentSignOutMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAC1D,oBAAY,6CAA6C,GAAG,EAAE,CAAC;AAC/D,oBAAY,wCAAwC,GAAG;IACrD,QAAQ,CAAC,OAAO,EAAE;QAChB,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AACF,oBAAY,mCAAmC,GAAG;IAChD,SAAS,EAAE,6CAA6C,CAAC;IACzD,QAAQ,EAAE,wCAAwC,CAAC;CACpD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eA+CR,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
|
+
export declare type UpdateAvatarInput = {
|
|
3
|
+
avatar?: any | null;
|
|
4
|
+
};
|
|
5
|
+
export declare type ProfileDrawerContentUpdateAvatarMutation$variables = {
|
|
6
|
+
input: UpdateAvatarInput;
|
|
7
|
+
};
|
|
8
|
+
export declare type ProfileDrawerContentUpdateAvatarMutation$data = {
|
|
9
|
+
readonly updateAvatar: {
|
|
10
|
+
readonly id: string;
|
|
11
|
+
readonly avatar: string | null;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare type ProfileDrawerContentUpdateAvatarMutation = {
|
|
15
|
+
variables: ProfileDrawerContentUpdateAvatarMutation$variables;
|
|
16
|
+
response: ProfileDrawerContentUpdateAvatarMutation$data;
|
|
17
|
+
};
|
|
18
|
+
declare const node: ConcreteRequest;
|
|
19
|
+
export default node;
|
|
20
|
+
//# sourceMappingURL=ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.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,kDAAkD,GAAG;IAC/D,KAAK,EAAE,iBAAiB,CAAC;CAC1B,CAAC;AACF,oBAAY,6CAA6C,GAAG;IAC1D,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,wCAAwC,GAAG;IACrD,SAAS,EAAE,kDAAkD,CAAC;IAC9D,QAAQ,EAAE,6CAA6C,CAAC;CACzD,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,eAmER,CAAC;AAIL,eAAe,IAAI,CAAC"}
|
package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
2
|
-
export declare type
|
|
3
|
-
export declare type
|
|
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
|
-
|
|
10
|
-
|
|
9
|
+
variables: ProfileDrawerSignOutMutation$variables;
|
|
10
|
+
response: ProfileDrawerSignOutMutation$data;
|
|
11
11
|
};
|
|
12
12
|
declare const node: ConcreteRequest;
|
|
13
13
|
export default node;
|
package/dist/types/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileDrawerSignOutMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileDrawerSignOutMutation.graphql.ts"],"names":[],"mappings":"
|
|
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"}
|
package/dist/types/components/profile/__generated__/ProfileDrawerUpdateAvatarMutation.graphql.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
export declare type UpdateAvatarInput = {
|
|
3
|
-
avatar?:
|
|
3
|
+
avatar?: any | null;
|
|
4
4
|
};
|
|
5
|
-
export declare type
|
|
5
|
+
export declare type ProfileDrawerUpdateAvatarMutation$variables = {
|
|
6
6
|
input: UpdateAvatarInput;
|
|
7
7
|
};
|
|
8
|
-
export declare type
|
|
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
|
-
|
|
16
|
-
|
|
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":"
|
|
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"}
|
package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
export declare type UpdateProfileInput = {
|
|
3
|
-
firstName?: string | null
|
|
4
|
-
lastName?: string | null
|
|
3
|
+
firstName?: string | null;
|
|
4
|
+
lastName?: string | null;
|
|
5
5
|
};
|
|
6
|
-
export declare type
|
|
6
|
+
export declare type ProfileUpdateNameModalMutation$variables = {
|
|
7
7
|
input: UpdateProfileInput;
|
|
8
8
|
};
|
|
9
|
-
export declare type
|
|
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
|
-
|
|
17
|
-
|
|
16
|
+
variables: ProfileUpdateNameModalMutation$variables;
|
|
17
|
+
response: ProfileUpdateNameModalMutation$data;
|
|
18
18
|
};
|
|
19
19
|
declare const node: ConcreteRequest;
|
|
20
20
|
export default node;
|
package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileUpdateNameModalMutation.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.ts"],"names":[],"mappings":"
|
|
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"}
|
package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
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
|
|
6
|
+
export declare type ProfileUpdatePasswordModalMutation$variables = {
|
|
7
7
|
input: UpdatePasswordInput;
|
|
8
8
|
};
|
|
9
|
-
export declare type
|
|
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
|
-
|
|
16
|
-
|
|
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":"
|
|
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
|
|
2
|
-
export declare type
|
|
3
|
-
export declare type
|
|
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
|
-
|
|
14
|
-
|
|
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":"
|
|
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":"SessionDrawer.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionDrawer.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SessionDrawer.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionDrawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAE9C,OAAO,EAGL,WAAW,EAGZ,MAAM,iBAAiB,CAAC;AAgBzB,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAqBxC,CAAC;AAEF,eAAe,aAAa,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;
|
|
1
|
+
{"version":3,"file":"SessionDrawerContent.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionDrawerContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAyBxC,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAMjC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ConcreteRequest } from
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export declare type
|
|
4
|
-
export declare type
|
|
5
|
-
readonly " $
|
|
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
|
-
|
|
9
|
-
|
|
8
|
+
variables: SessionDrawerContentQuery$variables;
|
|
9
|
+
response: SessionDrawerContentQuery$data;
|
|
10
10
|
};
|
|
11
11
|
declare const node: ConcreteRequest;
|
|
12
12
|
export default node;
|
package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionDrawerContentQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.ts"],"names":[],"mappings":"
|
|
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
|
|
2
|
-
export declare type
|
|
3
|
-
export declare type
|
|
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
|
-
|
|
10
|
-
|
|
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":"
|
|
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
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
export declare type DestroySessionInput = {
|
|
3
3
|
id: string;
|
|
4
4
|
};
|
|
5
|
-
export declare type
|
|
5
|
+
export declare type SessionListItemDestroySessionMutation$variables = {
|
|
6
6
|
input: DestroySessionInput;
|
|
7
7
|
};
|
|
8
|
-
export declare type
|
|
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
|
-
|
|
15
|
-
|
|
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":"
|
|
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
|
|
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 " $
|
|
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
|
|
24
|
-
readonly " $
|
|
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;
|
package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionListItem_session.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListItem_session.graphql.ts"],"names":[],"mappings":"
|
|
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
|
|
1
|
+
import { ConcreteRequest } from 'relay-runtime';
|
|
2
2
|
import { FragmentRefs } from "relay-runtime";
|
|
3
|
-
export declare type
|
|
4
|
-
export declare type
|
|
5
|
-
readonly " $
|
|
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
|
-
|
|
9
|
-
|
|
8
|
+
variables: SessionListRefetchQuery$variables;
|
|
9
|
+
response: SessionListRefetchQuery$data;
|
|
10
10
|
};
|
|
11
11
|
declare const node: ConcreteRequest;
|
|
12
12
|
export default node;
|
package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionListRefetchQuery.graphql.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts"],"names":[],"mappings":"
|
|
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"}
|