@os-team/profile 1.0.31 → 1.0.32
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/session/SessionList.js +21 -26
- package/dist/cjs/components/session/SessionList.js.map +1 -1
- package/dist/cjs/components/session/SessionListItem.js +5 -8
- package/dist/cjs/components/session/SessionListItem.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js +96 -165
- package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
- package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js +183 -0
- package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -0
- package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js +29 -85
- package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
- package/dist/esm/components/session/SessionList.js +14 -14
- package/dist/esm/components/session/SessionList.js.map +1 -1
- package/dist/esm/components/session/SessionListItem.js +3 -4
- package/dist/esm/components/session/SessionListItem.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js +96 -165
- package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +1 -1
- package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js +175 -0
- package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +1 -0
- package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js +26 -85
- package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js.map +1 -1
- package/dist/types/components/session/SessionList.d.ts.map +1 -1
- package/dist/types/components/session/SessionListItem.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +1 -1
- package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts +13 -0
- package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +1 -0
- package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts +6 -10
- package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2,112 +2,53 @@
|
|
|
2
2
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
+
import SessionListRefetchQuery from "./SessionListRefetchQuery.graphql";
|
|
5
6
|
const node = {
|
|
6
|
-
"argumentDefinitions": [
|
|
7
|
-
"defaultValue": null,
|
|
8
|
-
"kind": "LocalArgument",
|
|
9
|
-
"name": "count"
|
|
10
|
-
}, {
|
|
11
|
-
"defaultValue": null,
|
|
12
|
-
"kind": "LocalArgument",
|
|
13
|
-
"name": "cursor"
|
|
14
|
-
}],
|
|
7
|
+
"argumentDefinitions": [],
|
|
15
8
|
"kind": "Fragment",
|
|
16
9
|
"metadata": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
}]
|
|
10
|
+
"refetch": {
|
|
11
|
+
"connection": null,
|
|
12
|
+
"fragmentPathInResult": [],
|
|
13
|
+
"operation": SessionListRefetchQuery
|
|
14
|
+
}
|
|
23
15
|
},
|
|
24
16
|
"name": "SessionList_sessions",
|
|
25
17
|
"selections": [{
|
|
26
|
-
"alias":
|
|
18
|
+
"alias": null,
|
|
27
19
|
"args": null,
|
|
28
|
-
"concreteType": "
|
|
20
|
+
"concreteType": "SessionPayload",
|
|
29
21
|
"kind": "LinkedField",
|
|
30
|
-
"name": "
|
|
31
|
-
"plural":
|
|
22
|
+
"name": "sessions",
|
|
23
|
+
"plural": true,
|
|
32
24
|
"selections": [{
|
|
33
25
|
"alias": null,
|
|
34
26
|
"args": null,
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"name": "edges",
|
|
38
|
-
"plural": true,
|
|
39
|
-
"selections": [{
|
|
40
|
-
"alias": null,
|
|
41
|
-
"args": null,
|
|
42
|
-
"concreteType": "SessionPayload",
|
|
43
|
-
"kind": "LinkedField",
|
|
44
|
-
"name": "node",
|
|
45
|
-
"plural": false,
|
|
46
|
-
"selections": [{
|
|
47
|
-
"alias": null,
|
|
48
|
-
"args": null,
|
|
49
|
-
"kind": "ScalarField",
|
|
50
|
-
"name": "id",
|
|
51
|
-
"storageKey": null
|
|
52
|
-
}, {
|
|
53
|
-
"alias": null,
|
|
54
|
-
"args": null,
|
|
55
|
-
"kind": "ScalarField",
|
|
56
|
-
"name": "current",
|
|
57
|
-
"storageKey": null
|
|
58
|
-
}, {
|
|
59
|
-
"alias": null,
|
|
60
|
-
"args": null,
|
|
61
|
-
"kind": "ScalarField",
|
|
62
|
-
"name": "lastSeenAt",
|
|
63
|
-
"storageKey": null
|
|
64
|
-
}, {
|
|
65
|
-
"alias": null,
|
|
66
|
-
"args": null,
|
|
67
|
-
"kind": "ScalarField",
|
|
68
|
-
"name": "__typename",
|
|
69
|
-
"storageKey": null
|
|
70
|
-
}, {
|
|
71
|
-
"args": null,
|
|
72
|
-
"kind": "FragmentSpread",
|
|
73
|
-
"name": "SessionListItem_session"
|
|
74
|
-
}],
|
|
75
|
-
"storageKey": null
|
|
76
|
-
}, {
|
|
77
|
-
"alias": null,
|
|
78
|
-
"args": null,
|
|
79
|
-
"kind": "ScalarField",
|
|
80
|
-
"name": "cursor",
|
|
81
|
-
"storageKey": null
|
|
82
|
-
}],
|
|
27
|
+
"kind": "ScalarField",
|
|
28
|
+
"name": "id",
|
|
83
29
|
"storageKey": null
|
|
84
30
|
}, {
|
|
85
31
|
"alias": null,
|
|
86
32
|
"args": null,
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"name": "pageInfo",
|
|
90
|
-
"plural": false,
|
|
91
|
-
"selections": [{
|
|
92
|
-
"alias": null,
|
|
93
|
-
"args": null,
|
|
94
|
-
"kind": "ScalarField",
|
|
95
|
-
"name": "endCursor",
|
|
96
|
-
"storageKey": null
|
|
97
|
-
}, {
|
|
98
|
-
"alias": null,
|
|
99
|
-
"args": null,
|
|
100
|
-
"kind": "ScalarField",
|
|
101
|
-
"name": "hasNextPage",
|
|
102
|
-
"storageKey": null
|
|
103
|
-
}],
|
|
33
|
+
"kind": "ScalarField",
|
|
34
|
+
"name": "current",
|
|
104
35
|
"storageKey": null
|
|
36
|
+
}, {
|
|
37
|
+
"alias": null,
|
|
38
|
+
"args": null,
|
|
39
|
+
"kind": "ScalarField",
|
|
40
|
+
"name": "lastSeenAt",
|
|
41
|
+
"storageKey": null
|
|
42
|
+
}, {
|
|
43
|
+
"args": null,
|
|
44
|
+
"kind": "FragmentSpread",
|
|
45
|
+
"name": "SessionListItem_session"
|
|
105
46
|
}],
|
|
106
47
|
"storageKey": null
|
|
107
48
|
}],
|
|
108
49
|
"type": "Query",
|
|
109
50
|
"abstractKey": null
|
|
110
51
|
};
|
|
111
|
-
node.hash = '
|
|
52
|
+
node.hash = '1b21c937c7ba795f09bfcb5ada7d2510';
|
|
112
53
|
export default node;
|
|
113
54
|
//# sourceMappingURL=SessionList_sessions.graphql.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":["node","hash"],"mappings":"AAAA;;AACA;AACA;
|
|
1
|
+
{"version":3,"sources":["../../../../../src/lib/components/session/__generated__/SessionList_sessions.graphql.ts"],"names":["SessionListRefetchQuery","node","hash"],"mappings":"AAAA;;AACA;AACA;AAGA,OAAOA,uBAAP,MAAoC,mCAApC;AAmBA,MAAMC,IAAoB,GAAG;AAC3B,yBAAuB,EADI;AAE3B,UAAQ,UAFmB;AAG3B,cAAY;AACV,eAAW;AACT,oBAAc,IADL;AAET,8BAAwB,EAFf;AAGT,mBAAaD;AAHJ;AADD,GAHe;AAU3B,UAAQ,sBAVmB;AAW3B,gBAAc,CACZ;AACE,aAAS,IADX;AAEE,YAAQ,IAFV;AAGE,oBAAgB,gBAHlB;AAIE,YAAQ,aAJV;AAKE,YAAQ,UALV;AAME,cAAU,IANZ;AAOE,kBAAc,CACZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,IAJV;AAKE,oBAAc;AALhB,KADY,EAQZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,SAJV;AAKE,oBAAc;AALhB,KARY,EAeZ;AACE,eAAS,IADX;AAEE,cAAQ,IAFV;AAGE,cAAQ,aAHV;AAIE,cAAQ,YAJV;AAKE,oBAAc;AALhB,KAfY,EAsBZ;AACE,cAAQ,IADV;AAEE,cAAQ,gBAFV;AAGE,cAAQ;AAHV,KAtBY,CAPhB;AAmCE,kBAAc;AAnChB,GADY,CAXa;AAkD3B,UAAQ,OAlDmB;AAmD3B,iBAAe;AAnDY,CAA7B;AAqDCC,IAAD,CAAcC,IAAd,GAAqB,kCAArB;AACA,eAAeD,IAAf","sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { ReaderFragment } from \"relay-runtime\";\nimport SessionListRefetchQuery from \"./SessionListRefetchQuery.graphql\";\nimport { FragmentRefs } from \"relay-runtime\";\nexport type SessionList_sessions = {\n readonly sessions: ReadonlyArray<{\n readonly id: string;\n readonly current: boolean;\n readonly lastSeenAt: string;\n readonly \" $fragmentRefs\": FragmentRefs<\"SessionListItem_session\">;\n }>;\n readonly \" $refType\": \"SessionList_sessions\";\n};\nexport type SessionList_sessions$data = SessionList_sessions;\nexport type SessionList_sessions$key = {\n readonly \" $data\"?: SessionList_sessions$data;\n readonly \" $fragmentRefs\": FragmentRefs<\"SessionList_sessions\">;\n};\n\n\n\nconst node: ReaderFragment = {\n \"argumentDefinitions\": [],\n \"kind\": \"Fragment\",\n \"metadata\": {\n \"refetch\": {\n \"connection\": null,\n \"fragmentPathInResult\": [],\n \"operation\": SessionListRefetchQuery\n }\n },\n \"name\": \"SessionList_sessions\",\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"concreteType\": \"SessionPayload\",\n \"kind\": \"LinkedField\",\n \"name\": \"sessions\",\n \"plural\": true,\n \"selections\": [\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"id\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"current\",\n \"storageKey\": null\n },\n {\n \"alias\": null,\n \"args\": null,\n \"kind\": \"ScalarField\",\n \"name\": \"lastSeenAt\",\n \"storageKey\": null\n },\n {\n \"args\": null,\n \"kind\": \"FragmentSpread\",\n \"name\": \"SessionListItem_session\"\n }\n ],\n \"storageKey\": null\n }\n ],\n \"type\": \"Query\",\n \"abstractKey\": null\n};\n(node as any).hash = '1b21c937c7ba795f09bfcb5ada7d2510';\nexport default node;\n"],"file":"SessionList_sessions.graphql.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionList.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SessionList.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAOpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAgBxF,UAAU,gBAAgB;IACxB,WAAW,EAAE,wBAAwB,CAAC;CACvC;AAED,eAAO,MAAM,KAAK;;;qFAGjB,CAAC;AAEF,eAAO,MAAM,IAAI;;;qFAGhB,CAAC;AAaF,eAAO,MAAM,6BAA6B,MAAM,CAAC;AAEjD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6F3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionListItem.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SessionListItem.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/session/SessionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAgBpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC;AA6B9F,UAAU,oBAAoB;IAC5B,UAAU,EAAE,2BAA2B,CAAC;IACxC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,SAAS;;;qFA0BrB,CAAC;AAOF,eAAO,MAAM,OAAO;;;qFAGnB,CAAC;AAmDF,eAAO,MAAM,aAAa;;;qFAKzB,CAAC;AAEF,UAAU,SAAS;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,eAAO,MAAM,IAAI;;;iGAgBhB,CAAC;AAaF,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8InD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
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":"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;
|
|
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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ConcreteRequest } from "relay-runtime";
|
|
2
|
+
import { FragmentRefs } from "relay-runtime";
|
|
3
|
+
export declare type SessionListRefetchQueryVariables = {};
|
|
4
|
+
export declare type SessionListRefetchQueryResponse = {
|
|
5
|
+
readonly " $fragmentRefs": FragmentRefs<"SessionList_sessions">;
|
|
6
|
+
};
|
|
7
|
+
export declare type SessionListRefetchQuery = {
|
|
8
|
+
readonly response: SessionListRefetchQueryResponse;
|
|
9
|
+
readonly variables: SessionListRefetchQueryVariables;
|
|
10
|
+
};
|
|
11
|
+
declare const node: ConcreteRequest;
|
|
12
|
+
export default node;
|
|
13
|
+
//# sourceMappingURL=SessionListRefetchQuery.graphql.d.ts.map
|
|
@@ -0,0 +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,16 +1,12 @@
|
|
|
1
1
|
import { ReaderFragment } from "relay-runtime";
|
|
2
2
|
import { FragmentRefs } from "relay-runtime";
|
|
3
3
|
export declare type SessionList_sessions = {
|
|
4
|
-
readonly sessions: {
|
|
5
|
-
readonly
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
readonly " $fragmentRefs": FragmentRefs<"SessionListItem_session">;
|
|
11
|
-
};
|
|
12
|
-
}>;
|
|
13
|
-
};
|
|
4
|
+
readonly sessions: ReadonlyArray<{
|
|
5
|
+
readonly id: string;
|
|
6
|
+
readonly current: boolean;
|
|
7
|
+
readonly lastSeenAt: string;
|
|
8
|
+
readonly " $fragmentRefs": FragmentRefs<"SessionListItem_session">;
|
|
9
|
+
}>;
|
|
14
10
|
readonly " $refType": "SessionList_sessions";
|
|
15
11
|
};
|
|
16
12
|
export declare type SessionList_sessions$data = SessionList_sessions;
|
|
@@ -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
|
|
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"}
|