backend.ai-ui 25.16.0-canary-601fe0515-20251106 → 25.16.0-canary-a1d686682-20251111
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/__generated__/BAIActivateArtifactsModalArtifactsFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation.graphql.d.ts +22 -0
- package/dist/__generated__/BAIArtifactDescriptionsFragment.graphql.d.ts +17 -0
- package/dist/__generated__/BAIArtifactRevisionDeleteButtonFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAIArtifactRevisionDownloadButtonFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAIArtifactRevisionTableArtifactRevisionFragment.graphql.d.ts +17 -0
- package/dist/__generated__/BAIArtifactRevisionTableLatestRevisionFragment.graphql.d.ts +11 -0
- package/dist/__generated__/BAIArtifactStatusTagFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAIArtifactTableArtifactFragment.graphql.d.ts +30 -0
- package/dist/__generated__/BAIArtifactTypeTagFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAIBucketSelectQuery.graphql.d.ts +29 -0
- package/dist/__generated__/BAIDeactivateArtifactsModalArtifactsFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAIDeactivateArtifactsModalDeleteArtifactsMutation.graphql.d.ts +22 -0
- package/dist/__generated__/BAIDeleteArtifactRevisionsModalArtifactFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAIDeleteArtifactRevisionsModalArtifactRevisionFragment.graphql.d.ts +15 -0
- package/dist/__generated__/BAIDeleteArtifactRevisionsModalCleanupVersionMutation.graphql.d.ts +25 -0
- package/dist/__generated__/BAIImportArtifactModalArtifactFragment.graphql.d.ts +13 -0
- package/dist/__generated__/BAIImportArtifactModalArtifactRevisionFragment.graphql.d.ts +15 -0
- package/dist/__generated__/BAIImportArtifactModalImportArtifactsMutation.graphql.d.ts +33 -0
- package/dist/__generated__/BAIImportFromHuggingFaceModalScanArtifactModelsMutation.graphql.d.ts +32 -0
- package/dist/__generated__/BAIObjectStorageSelectQuery.graphql.d.ts +22 -0
- package/dist/__generated__/BAIPullingArtifactRevisionAlertCancelMutation.graphql.d.ts +22 -0
- package/dist/__generated__/BAIPullingArtifactRevisionAlertFragment.graphql.d.ts +14 -0
- package/dist/__generated__/BAISessionAgentIdsFragment.graphql.d.ts +11 -0
- package/dist/__generated__/BAISessionClusterModeFragment.graphql.d.ts +12 -0
- package/dist/__generated__/BAISessionTypeTagFragment.graphql.d.ts +11 -0
- package/dist/__generated__/BAISessionTypeTagStoriesQuery.graphql.d.ts +13 -0
- package/dist/__generated__/BAIVFolderDeleteButtonFragment.graphql.d.ts +11 -0
- package/dist/__generated__/UNSAFELazyUserEmailViewQuery.graphql.d.ts +15 -0
- package/dist/__generated__/useViewerQuery.graphql.d.ts +16 -0
- package/dist/backend.ai-ui.js +3072 -3026
- package/dist/backend.ai-ui.js.map +1 -1
- package/dist/helper/index.d.ts +18 -0
- package/dist/icons/BAIFileBrowserIcon.d.ts +5 -0
- package/dist/icons/BAIJupyterIcon.d.ts +5 -0
- package/dist/icons/index.d.ts +2 -0
- package/package.json +11 -11
- package/LICENSE +0 -165
- package/dist/__generated__/BAIActivateArtifactsModalArtifactsFragment.graphql.ts +0 -52
- package/dist/__generated__/BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation.graphql.ts +0 -114
- package/dist/__generated__/BAIArtifactDescriptionsFragment.graphql.ts +0 -82
- package/dist/__generated__/BAIArtifactRevisionDeleteButtonFragment.graphql.ts +0 -45
- package/dist/__generated__/BAIArtifactRevisionDownloadButtonFragment.graphql.ts +0 -45
- package/dist/__generated__/BAIArtifactRevisionTableArtifactRevisionFragment.graphql.ts +0 -93
- package/dist/__generated__/BAIArtifactRevisionTableLatestRevisionFragment.graphql.ts +0 -42
- package/dist/__generated__/BAIArtifactStatusTagFragment.graphql.ts +0 -43
- package/dist/__generated__/BAIArtifactTableArtifactFragment.graphql.ts +0 -185
- package/dist/__generated__/BAIArtifactTypeTagFragment.graphql.ts +0 -43
- package/dist/__generated__/BAIBucketSelectQuery.graphql.ts +0 -241
- package/dist/__generated__/BAIDeactivateArtifactsModalArtifactsFragment.graphql.ts +0 -52
- package/dist/__generated__/BAIDeactivateArtifactsModalDeleteArtifactsMutation.graphql.ts +0 -114
- package/dist/__generated__/BAIDeleteArtifactRevisionsModalArtifactFragment.graphql.ts +0 -48
- package/dist/__generated__/BAIDeleteArtifactRevisionsModalArtifactRevisionFragment.graphql.ts +0 -69
- package/dist/__generated__/BAIDeleteArtifactRevisionsModalCleanupVersionMutation.graphql.ts +0 -186
- package/dist/__generated__/BAIImportArtifactModalArtifactFragment.graphql.ts +0 -64
- package/dist/__generated__/BAIImportArtifactModalArtifactRevisionFragment.graphql.ts +0 -69
- package/dist/__generated__/BAIImportArtifactModalImportArtifactsMutation.graphql.ts +0 -261
- package/dist/__generated__/BAIImportFromHuggingFaceModalScanArtifactModelsMutation.graphql.ts +0 -208
- package/dist/__generated__/BAIObjectStorageSelectQuery.graphql.ts +0 -146
- package/dist/__generated__/BAIPullingArtifactRevisionAlertCancelMutation.graphql.ts +0 -114
- package/dist/__generated__/BAIPullingArtifactRevisionAlertFragment.graphql.ts +0 -59
- package/dist/__generated__/BAISessionAgentIdsFragment.graphql.ts +0 -42
- package/dist/__generated__/BAISessionClusterModeFragment.graphql.ts +0 -50
- package/dist/__generated__/BAISessionTypeTagFragment.graphql.ts +0 -42
- package/dist/__generated__/BAISessionTypeTagStoriesQuery.graphql.ts +0 -105
- package/dist/__generated__/BAIVFolderDeleteButtonFragment.graphql.ts +0 -44
- package/dist/__generated__/UNSAFELazyUserEmailViewQuery.graphql.ts +0 -110
- package/dist/__generated__/useViewerQuery.graphql.ts +0 -128
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<d4d69a25d6159c4ea57cc6ca2fd0e5f1>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ConcreteRequest } from 'relay-runtime';
|
|
12
|
-
export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
|
|
13
|
-
export type CancelArtifactInput = {
|
|
14
|
-
artifactRevisionId: string;
|
|
15
|
-
};
|
|
16
|
-
export type BAIPullingArtifactRevisionAlertCancelMutation$variables = {
|
|
17
|
-
input: CancelArtifactInput;
|
|
18
|
-
};
|
|
19
|
-
export type BAIPullingArtifactRevisionAlertCancelMutation$data = {
|
|
20
|
-
readonly cancelImportArtifact: {
|
|
21
|
-
readonly artifactRevision: {
|
|
22
|
-
readonly id: string;
|
|
23
|
-
readonly status: ArtifactStatus;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export type BAIPullingArtifactRevisionAlertCancelMutation = {
|
|
28
|
-
response: BAIPullingArtifactRevisionAlertCancelMutation$data;
|
|
29
|
-
variables: BAIPullingArtifactRevisionAlertCancelMutation$variables;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const node: ConcreteRequest = (function(){
|
|
33
|
-
var v0 = [
|
|
34
|
-
{
|
|
35
|
-
"defaultValue": null,
|
|
36
|
-
"kind": "LocalArgument",
|
|
37
|
-
"name": "input"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
v1 = [
|
|
41
|
-
{
|
|
42
|
-
"alias": null,
|
|
43
|
-
"args": [
|
|
44
|
-
{
|
|
45
|
-
"kind": "Variable",
|
|
46
|
-
"name": "input",
|
|
47
|
-
"variableName": "input"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"concreteType": "CancelImportArtifactPayload",
|
|
51
|
-
"kind": "LinkedField",
|
|
52
|
-
"name": "cancelImportArtifact",
|
|
53
|
-
"plural": false,
|
|
54
|
-
"selections": [
|
|
55
|
-
{
|
|
56
|
-
"alias": null,
|
|
57
|
-
"args": null,
|
|
58
|
-
"concreteType": "ArtifactRevision",
|
|
59
|
-
"kind": "LinkedField",
|
|
60
|
-
"name": "artifactRevision",
|
|
61
|
-
"plural": false,
|
|
62
|
-
"selections": [
|
|
63
|
-
{
|
|
64
|
-
"alias": null,
|
|
65
|
-
"args": null,
|
|
66
|
-
"kind": "ScalarField",
|
|
67
|
-
"name": "id",
|
|
68
|
-
"storageKey": null
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"alias": null,
|
|
72
|
-
"args": null,
|
|
73
|
-
"kind": "ScalarField",
|
|
74
|
-
"name": "status",
|
|
75
|
-
"storageKey": null
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"storageKey": null
|
|
79
|
-
}
|
|
80
|
-
],
|
|
81
|
-
"storageKey": null
|
|
82
|
-
}
|
|
83
|
-
];
|
|
84
|
-
return {
|
|
85
|
-
"fragment": {
|
|
86
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
87
|
-
"kind": "Fragment",
|
|
88
|
-
"metadata": null,
|
|
89
|
-
"name": "BAIPullingArtifactRevisionAlertCancelMutation",
|
|
90
|
-
"selections": (v1/*: any*/),
|
|
91
|
-
"type": "Mutation",
|
|
92
|
-
"abstractKey": null
|
|
93
|
-
},
|
|
94
|
-
"kind": "Request",
|
|
95
|
-
"operation": {
|
|
96
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
97
|
-
"kind": "Operation",
|
|
98
|
-
"name": "BAIPullingArtifactRevisionAlertCancelMutation",
|
|
99
|
-
"selections": (v1/*: any*/)
|
|
100
|
-
},
|
|
101
|
-
"params": {
|
|
102
|
-
"cacheID": "2b4debfb8df103ad97421b0869b31402",
|
|
103
|
-
"id": null,
|
|
104
|
-
"metadata": {},
|
|
105
|
-
"name": "BAIPullingArtifactRevisionAlertCancelMutation",
|
|
106
|
-
"operationKind": "mutation",
|
|
107
|
-
"text": "mutation BAIPullingArtifactRevisionAlertCancelMutation(\n $input: CancelArtifactInput!\n) {\n cancelImportArtifact(input: $input) {\n artifactRevision {\n id\n status\n }\n }\n}\n"
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
})();
|
|
111
|
-
|
|
112
|
-
(node as any).hash = "18b2b20bc4ed731fcd89e1469e73b49c";
|
|
113
|
-
|
|
114
|
-
export default node;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<668802015db4aa5844b734b514000e7d>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ReaderFragment } from 'relay-runtime';
|
|
12
|
-
export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
|
|
13
|
-
import { FragmentRefs } from "relay-runtime";
|
|
14
|
-
export type BAIPullingArtifactRevisionAlertFragment$data = {
|
|
15
|
-
readonly id: string;
|
|
16
|
-
readonly status: ArtifactStatus;
|
|
17
|
-
readonly version: string;
|
|
18
|
-
readonly " $fragmentType": "BAIPullingArtifactRevisionAlertFragment";
|
|
19
|
-
};
|
|
20
|
-
export type BAIPullingArtifactRevisionAlertFragment$key = {
|
|
21
|
-
readonly " $data"?: BAIPullingArtifactRevisionAlertFragment$data;
|
|
22
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIPullingArtifactRevisionAlertFragment">;
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
const node: ReaderFragment = {
|
|
26
|
-
"argumentDefinitions": [],
|
|
27
|
-
"kind": "Fragment",
|
|
28
|
-
"metadata": null,
|
|
29
|
-
"name": "BAIPullingArtifactRevisionAlertFragment",
|
|
30
|
-
"selections": [
|
|
31
|
-
{
|
|
32
|
-
"alias": null,
|
|
33
|
-
"args": null,
|
|
34
|
-
"kind": "ScalarField",
|
|
35
|
-
"name": "id",
|
|
36
|
-
"storageKey": null
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"alias": null,
|
|
40
|
-
"args": null,
|
|
41
|
-
"kind": "ScalarField",
|
|
42
|
-
"name": "status",
|
|
43
|
-
"storageKey": null
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"alias": null,
|
|
47
|
-
"args": null,
|
|
48
|
-
"kind": "ScalarField",
|
|
49
|
-
"name": "version",
|
|
50
|
-
"storageKey": null
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"type": "ArtifactRevision",
|
|
54
|
-
"abstractKey": null
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
(node as any).hash = "8481a07489849ce66e12a3a734be08b5";
|
|
58
|
-
|
|
59
|
-
export default node;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<64de2b2b012572f33a38e3e7e0e6876d>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ReaderFragment } from 'relay-runtime';
|
|
12
|
-
import { FragmentRefs } from "relay-runtime";
|
|
13
|
-
export type BAISessionAgentIdsFragment$data = {
|
|
14
|
-
readonly agent_ids: ReadonlyArray<string | null | undefined> | null | undefined;
|
|
15
|
-
readonly " $fragmentType": "BAISessionAgentIdsFragment";
|
|
16
|
-
};
|
|
17
|
-
export type BAISessionAgentIdsFragment$key = {
|
|
18
|
-
readonly " $data"?: BAISessionAgentIdsFragment$data;
|
|
19
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAISessionAgentIdsFragment">;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
const node: ReaderFragment = {
|
|
23
|
-
"argumentDefinitions": [],
|
|
24
|
-
"kind": "Fragment",
|
|
25
|
-
"metadata": null,
|
|
26
|
-
"name": "BAISessionAgentIdsFragment",
|
|
27
|
-
"selections": [
|
|
28
|
-
{
|
|
29
|
-
"alias": null,
|
|
30
|
-
"args": null,
|
|
31
|
-
"kind": "ScalarField",
|
|
32
|
-
"name": "agent_ids",
|
|
33
|
-
"storageKey": null
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"type": "ComputeSessionNode",
|
|
37
|
-
"abstractKey": null
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
(node as any).hash = "42a06f8e2b4b445e08e0f94066e8ea58";
|
|
41
|
-
|
|
42
|
-
export default node;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<7dc52b965ca94814e5e330743681faa5>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ReaderFragment } from 'relay-runtime';
|
|
12
|
-
import { FragmentRefs } from "relay-runtime";
|
|
13
|
-
export type BAISessionClusterModeFragment$data = {
|
|
14
|
-
readonly cluster_mode: string | null | undefined;
|
|
15
|
-
readonly cluster_size: number | null | undefined;
|
|
16
|
-
readonly " $fragmentType": "BAISessionClusterModeFragment";
|
|
17
|
-
};
|
|
18
|
-
export type BAISessionClusterModeFragment$key = {
|
|
19
|
-
readonly " $data"?: BAISessionClusterModeFragment$data;
|
|
20
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAISessionClusterModeFragment">;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
const node: ReaderFragment = {
|
|
24
|
-
"argumentDefinitions": [],
|
|
25
|
-
"kind": "Fragment",
|
|
26
|
-
"metadata": null,
|
|
27
|
-
"name": "BAISessionClusterModeFragment",
|
|
28
|
-
"selections": [
|
|
29
|
-
{
|
|
30
|
-
"alias": null,
|
|
31
|
-
"args": null,
|
|
32
|
-
"kind": "ScalarField",
|
|
33
|
-
"name": "cluster_mode",
|
|
34
|
-
"storageKey": null
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"alias": null,
|
|
38
|
-
"args": null,
|
|
39
|
-
"kind": "ScalarField",
|
|
40
|
-
"name": "cluster_size",
|
|
41
|
-
"storageKey": null
|
|
42
|
-
}
|
|
43
|
-
],
|
|
44
|
-
"type": "ComputeSessionNode",
|
|
45
|
-
"abstractKey": null
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
(node as any).hash = "90b43e862e9e63218f96dbf3067af0ff";
|
|
49
|
-
|
|
50
|
-
export default node;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<f30476cecf9d09cdcb347513625bf0fd>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ReaderFragment } from 'relay-runtime';
|
|
12
|
-
import { FragmentRefs } from "relay-runtime";
|
|
13
|
-
export type BAISessionTypeTagFragment$data = {
|
|
14
|
-
readonly type: string | null | undefined;
|
|
15
|
-
readonly " $fragmentType": "BAISessionTypeTagFragment";
|
|
16
|
-
};
|
|
17
|
-
export type BAISessionTypeTagFragment$key = {
|
|
18
|
-
readonly " $data"?: BAISessionTypeTagFragment$data;
|
|
19
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAISessionTypeTagFragment">;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
const node: ReaderFragment = {
|
|
23
|
-
"argumentDefinitions": [],
|
|
24
|
-
"kind": "Fragment",
|
|
25
|
-
"metadata": null,
|
|
26
|
-
"name": "BAISessionTypeTagFragment",
|
|
27
|
-
"selections": [
|
|
28
|
-
{
|
|
29
|
-
"alias": null,
|
|
30
|
-
"args": null,
|
|
31
|
-
"kind": "ScalarField",
|
|
32
|
-
"name": "type",
|
|
33
|
-
"storageKey": null
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"type": "ComputeSessionNode",
|
|
37
|
-
"abstractKey": null
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
(node as any).hash = "d80914098e3bb7b9a8831664533a4022";
|
|
41
|
-
|
|
42
|
-
export default node;
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<b837bb90e9f9ceffc2edb987fef3e0d2>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ConcreteRequest } from 'relay-runtime';
|
|
12
|
-
import { FragmentRefs } from "relay-runtime";
|
|
13
|
-
export type BAISessionTypeTagStoriesQuery$variables = Record<PropertyKey, never>;
|
|
14
|
-
export type BAISessionTypeTagStoriesQuery$data = {
|
|
15
|
-
readonly compute_session_node: {
|
|
16
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAISessionTypeTagFragment">;
|
|
17
|
-
} | null | undefined;
|
|
18
|
-
};
|
|
19
|
-
export type BAISessionTypeTagStoriesQuery = {
|
|
20
|
-
response: BAISessionTypeTagStoriesQuery$data;
|
|
21
|
-
variables: BAISessionTypeTagStoriesQuery$variables;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const node: ConcreteRequest = (function(){
|
|
25
|
-
var v0 = [
|
|
26
|
-
{
|
|
27
|
-
"kind": "Literal",
|
|
28
|
-
"name": "id",
|
|
29
|
-
"value": "test-id"
|
|
30
|
-
}
|
|
31
|
-
];
|
|
32
|
-
return {
|
|
33
|
-
"fragment": {
|
|
34
|
-
"argumentDefinitions": [],
|
|
35
|
-
"kind": "Fragment",
|
|
36
|
-
"metadata": null,
|
|
37
|
-
"name": "BAISessionTypeTagStoriesQuery",
|
|
38
|
-
"selections": [
|
|
39
|
-
{
|
|
40
|
-
"alias": null,
|
|
41
|
-
"args": (v0/*: any*/),
|
|
42
|
-
"concreteType": "ComputeSessionNode",
|
|
43
|
-
"kind": "LinkedField",
|
|
44
|
-
"name": "compute_session_node",
|
|
45
|
-
"plural": false,
|
|
46
|
-
"selections": [
|
|
47
|
-
{
|
|
48
|
-
"args": null,
|
|
49
|
-
"kind": "FragmentSpread",
|
|
50
|
-
"name": "BAISessionTypeTagFragment"
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"storageKey": "compute_session_node(id:\"test-id\")"
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
"type": "Query",
|
|
57
|
-
"abstractKey": null
|
|
58
|
-
},
|
|
59
|
-
"kind": "Request",
|
|
60
|
-
"operation": {
|
|
61
|
-
"argumentDefinitions": [],
|
|
62
|
-
"kind": "Operation",
|
|
63
|
-
"name": "BAISessionTypeTagStoriesQuery",
|
|
64
|
-
"selections": [
|
|
65
|
-
{
|
|
66
|
-
"alias": null,
|
|
67
|
-
"args": (v0/*: any*/),
|
|
68
|
-
"concreteType": "ComputeSessionNode",
|
|
69
|
-
"kind": "LinkedField",
|
|
70
|
-
"name": "compute_session_node",
|
|
71
|
-
"plural": false,
|
|
72
|
-
"selections": [
|
|
73
|
-
{
|
|
74
|
-
"alias": null,
|
|
75
|
-
"args": null,
|
|
76
|
-
"kind": "ScalarField",
|
|
77
|
-
"name": "type",
|
|
78
|
-
"storageKey": null
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"alias": null,
|
|
82
|
-
"args": null,
|
|
83
|
-
"kind": "ScalarField",
|
|
84
|
-
"name": "id",
|
|
85
|
-
"storageKey": null
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"storageKey": "compute_session_node(id:\"test-id\")"
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
"params": {
|
|
93
|
-
"cacheID": "fdc449b1bc1e5052271a94f3d1d6f731",
|
|
94
|
-
"id": null,
|
|
95
|
-
"metadata": {},
|
|
96
|
-
"name": "BAISessionTypeTagStoriesQuery",
|
|
97
|
-
"operationKind": "query",
|
|
98
|
-
"text": "query BAISessionTypeTagStoriesQuery {\n compute_session_node(id: \"test-id\") {\n ...BAISessionTypeTagFragment\n id\n }\n}\n\nfragment BAISessionTypeTagFragment on ComputeSessionNode {\n type\n}\n"
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
})();
|
|
102
|
-
|
|
103
|
-
(node as any).hash = "04a515b49499e71f2318e6d8c052c8bd";
|
|
104
|
-
|
|
105
|
-
export default node;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<74c594f72d5d06f67259bd15a597b4d5>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ReaderFragment } from 'relay-runtime';
|
|
12
|
-
import { FragmentRefs } from "relay-runtime";
|
|
13
|
-
export type BAIVFolderDeleteButtonFragment$data = ReadonlyArray<{
|
|
14
|
-
readonly permissions: ReadonlyArray<any | null | undefined> | null | undefined;
|
|
15
|
-
readonly " $fragmentType": "BAIVFolderDeleteButtonFragment";
|
|
16
|
-
}>;
|
|
17
|
-
export type BAIVFolderDeleteButtonFragment$key = ReadonlyArray<{
|
|
18
|
-
readonly " $data"?: BAIVFolderDeleteButtonFragment$data;
|
|
19
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIVFolderDeleteButtonFragment">;
|
|
20
|
-
}>;
|
|
21
|
-
|
|
22
|
-
const node: ReaderFragment = {
|
|
23
|
-
"argumentDefinitions": [],
|
|
24
|
-
"kind": "Fragment",
|
|
25
|
-
"metadata": {
|
|
26
|
-
"plural": true
|
|
27
|
-
},
|
|
28
|
-
"name": "BAIVFolderDeleteButtonFragment",
|
|
29
|
-
"selections": [
|
|
30
|
-
{
|
|
31
|
-
"alias": null,
|
|
32
|
-
"args": null,
|
|
33
|
-
"kind": "ScalarField",
|
|
34
|
-
"name": "permissions",
|
|
35
|
-
"storageKey": null
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
"type": "VirtualFolderNode",
|
|
39
|
-
"abstractKey": null
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
(node as any).hash = "cb17a791cc786c6a04cd5573ab7b3494";
|
|
43
|
-
|
|
44
|
-
export default node;
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<a4239a803bb40a324d4e2435d01d3bb0>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ConcreteRequest } from 'relay-runtime';
|
|
12
|
-
export type UNSAFELazyUserEmailViewQuery$variables = {
|
|
13
|
-
uuid: string;
|
|
14
|
-
};
|
|
15
|
-
export type UNSAFELazyUserEmailViewQuery$data = {
|
|
16
|
-
readonly user_node: {
|
|
17
|
-
readonly email: string | null | undefined;
|
|
18
|
-
} | null | undefined;
|
|
19
|
-
};
|
|
20
|
-
export type UNSAFELazyUserEmailViewQuery = {
|
|
21
|
-
response: UNSAFELazyUserEmailViewQuery$data;
|
|
22
|
-
variables: UNSAFELazyUserEmailViewQuery$variables;
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
const node: ConcreteRequest = (function(){
|
|
26
|
-
var v0 = [
|
|
27
|
-
{
|
|
28
|
-
"defaultValue": null,
|
|
29
|
-
"kind": "LocalArgument",
|
|
30
|
-
"name": "uuid"
|
|
31
|
-
}
|
|
32
|
-
],
|
|
33
|
-
v1 = [
|
|
34
|
-
{
|
|
35
|
-
"kind": "Variable",
|
|
36
|
-
"name": "id",
|
|
37
|
-
"variableName": "uuid"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
v2 = {
|
|
41
|
-
"alias": null,
|
|
42
|
-
"args": null,
|
|
43
|
-
"kind": "ScalarField",
|
|
44
|
-
"name": "email",
|
|
45
|
-
"storageKey": null
|
|
46
|
-
};
|
|
47
|
-
return {
|
|
48
|
-
"fragment": {
|
|
49
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
50
|
-
"kind": "Fragment",
|
|
51
|
-
"metadata": null,
|
|
52
|
-
"name": "UNSAFELazyUserEmailViewQuery",
|
|
53
|
-
"selections": [
|
|
54
|
-
{
|
|
55
|
-
"alias": null,
|
|
56
|
-
"args": (v1/*: any*/),
|
|
57
|
-
"concreteType": "UserNode",
|
|
58
|
-
"kind": "LinkedField",
|
|
59
|
-
"name": "user_node",
|
|
60
|
-
"plural": false,
|
|
61
|
-
"selections": [
|
|
62
|
-
(v2/*: any*/)
|
|
63
|
-
],
|
|
64
|
-
"storageKey": null
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
"type": "Query",
|
|
68
|
-
"abstractKey": null
|
|
69
|
-
},
|
|
70
|
-
"kind": "Request",
|
|
71
|
-
"operation": {
|
|
72
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
73
|
-
"kind": "Operation",
|
|
74
|
-
"name": "UNSAFELazyUserEmailViewQuery",
|
|
75
|
-
"selections": [
|
|
76
|
-
{
|
|
77
|
-
"alias": null,
|
|
78
|
-
"args": (v1/*: any*/),
|
|
79
|
-
"concreteType": "UserNode",
|
|
80
|
-
"kind": "LinkedField",
|
|
81
|
-
"name": "user_node",
|
|
82
|
-
"plural": false,
|
|
83
|
-
"selections": [
|
|
84
|
-
(v2/*: any*/),
|
|
85
|
-
{
|
|
86
|
-
"alias": null,
|
|
87
|
-
"args": null,
|
|
88
|
-
"kind": "ScalarField",
|
|
89
|
-
"name": "id",
|
|
90
|
-
"storageKey": null
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"storageKey": null
|
|
94
|
-
}
|
|
95
|
-
]
|
|
96
|
-
},
|
|
97
|
-
"params": {
|
|
98
|
-
"cacheID": "6cb167705df49d003fee4ee02f1ee82e",
|
|
99
|
-
"id": null,
|
|
100
|
-
"metadata": {},
|
|
101
|
-
"name": "UNSAFELazyUserEmailViewQuery",
|
|
102
|
-
"operationKind": "query",
|
|
103
|
-
"text": "query UNSAFELazyUserEmailViewQuery(\n $uuid: String!\n) {\n user_node(id: $uuid) {\n email\n id\n }\n}\n"
|
|
104
|
-
}
|
|
105
|
-
};
|
|
106
|
-
})();
|
|
107
|
-
|
|
108
|
-
(node as any).hash = "67caa5daf6f6559a42a344a9b5eadff6";
|
|
109
|
-
|
|
110
|
-
export default node;
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<91204fda4bad85f352055cbdf6525a17>>
|
|
3
|
-
* @lightSyntaxTransform
|
|
4
|
-
* @nogrep
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
/* eslint-disable */
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
|
|
11
|
-
import { ConcreteRequest } from 'relay-runtime';
|
|
12
|
-
export type useViewerQuery$variables = Record<PropertyKey, never>;
|
|
13
|
-
export type useViewerQuery$data = {
|
|
14
|
-
readonly viewer: {
|
|
15
|
-
readonly encoded_user_role: string | null | undefined;
|
|
16
|
-
readonly user: {
|
|
17
|
-
readonly email: string | null | undefined;
|
|
18
|
-
} | null | undefined;
|
|
19
|
-
} | null | undefined;
|
|
20
|
-
};
|
|
21
|
-
export type useViewerQuery = {
|
|
22
|
-
response: useViewerQuery$data;
|
|
23
|
-
variables: useViewerQuery$variables;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
const node: ConcreteRequest = (function(){
|
|
27
|
-
var v0 = {
|
|
28
|
-
"alias": null,
|
|
29
|
-
"args": null,
|
|
30
|
-
"kind": "ScalarField",
|
|
31
|
-
"name": "email",
|
|
32
|
-
"storageKey": null
|
|
33
|
-
},
|
|
34
|
-
v1 = {
|
|
35
|
-
"alias": null,
|
|
36
|
-
"args": null,
|
|
37
|
-
"kind": "ScalarField",
|
|
38
|
-
"name": "encoded_user_role",
|
|
39
|
-
"storageKey": null
|
|
40
|
-
};
|
|
41
|
-
return {
|
|
42
|
-
"fragment": {
|
|
43
|
-
"argumentDefinitions": [],
|
|
44
|
-
"kind": "Fragment",
|
|
45
|
-
"metadata": null,
|
|
46
|
-
"name": "useViewerQuery",
|
|
47
|
-
"selections": [
|
|
48
|
-
{
|
|
49
|
-
"alias": null,
|
|
50
|
-
"args": null,
|
|
51
|
-
"concreteType": "Viewer",
|
|
52
|
-
"kind": "LinkedField",
|
|
53
|
-
"name": "viewer",
|
|
54
|
-
"plural": false,
|
|
55
|
-
"selections": [
|
|
56
|
-
{
|
|
57
|
-
"alias": null,
|
|
58
|
-
"args": null,
|
|
59
|
-
"concreteType": "UserNode",
|
|
60
|
-
"kind": "LinkedField",
|
|
61
|
-
"name": "user",
|
|
62
|
-
"plural": false,
|
|
63
|
-
"selections": [
|
|
64
|
-
(v0/*: any*/)
|
|
65
|
-
],
|
|
66
|
-
"storageKey": null
|
|
67
|
-
},
|
|
68
|
-
(v1/*: any*/)
|
|
69
|
-
],
|
|
70
|
-
"storageKey": null
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
"type": "Query",
|
|
74
|
-
"abstractKey": null
|
|
75
|
-
},
|
|
76
|
-
"kind": "Request",
|
|
77
|
-
"operation": {
|
|
78
|
-
"argumentDefinitions": [],
|
|
79
|
-
"kind": "Operation",
|
|
80
|
-
"name": "useViewerQuery",
|
|
81
|
-
"selections": [
|
|
82
|
-
{
|
|
83
|
-
"alias": null,
|
|
84
|
-
"args": null,
|
|
85
|
-
"concreteType": "Viewer",
|
|
86
|
-
"kind": "LinkedField",
|
|
87
|
-
"name": "viewer",
|
|
88
|
-
"plural": false,
|
|
89
|
-
"selections": [
|
|
90
|
-
{
|
|
91
|
-
"alias": null,
|
|
92
|
-
"args": null,
|
|
93
|
-
"concreteType": "UserNode",
|
|
94
|
-
"kind": "LinkedField",
|
|
95
|
-
"name": "user",
|
|
96
|
-
"plural": false,
|
|
97
|
-
"selections": [
|
|
98
|
-
(v0/*: any*/),
|
|
99
|
-
{
|
|
100
|
-
"alias": null,
|
|
101
|
-
"args": null,
|
|
102
|
-
"kind": "ScalarField",
|
|
103
|
-
"name": "id",
|
|
104
|
-
"storageKey": null
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"storageKey": null
|
|
108
|
-
},
|
|
109
|
-
(v1/*: any*/)
|
|
110
|
-
],
|
|
111
|
-
"storageKey": null
|
|
112
|
-
}
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
|
-
"params": {
|
|
116
|
-
"cacheID": "2e3112eeb7ec9c210923d9e89787c205",
|
|
117
|
-
"id": null,
|
|
118
|
-
"metadata": {},
|
|
119
|
-
"name": "useViewerQuery",
|
|
120
|
-
"operationKind": "query",
|
|
121
|
-
"text": "query useViewerQuery {\n viewer {\n user {\n email\n id\n }\n encoded_user_role\n }\n}\n"
|
|
122
|
-
}
|
|
123
|
-
};
|
|
124
|
-
})();
|
|
125
|
-
|
|
126
|
-
(node as any).hash = "3bb335b115b87782d6e3370eb51afe6f";
|
|
127
|
-
|
|
128
|
-
export default node;
|