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,93 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<da10c7e632d4e5cbd3d8dccd94bf2bf9>>
|
|
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 BAIArtifactRevisionTableArtifactRevisionFragment$data = ReadonlyArray<{
|
|
15
|
-
readonly id: string;
|
|
16
|
-
readonly size: any | null | undefined;
|
|
17
|
-
readonly status: ArtifactStatus;
|
|
18
|
-
readonly updatedAt: string | null | undefined;
|
|
19
|
-
readonly version: string;
|
|
20
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionDeleteButtonFragment" | "BAIArtifactRevisionDownloadButtonFragment" | "BAIArtifactStatusTagFragment">;
|
|
21
|
-
readonly " $fragmentType": "BAIArtifactRevisionTableArtifactRevisionFragment";
|
|
22
|
-
}>;
|
|
23
|
-
export type BAIArtifactRevisionTableArtifactRevisionFragment$key = ReadonlyArray<{
|
|
24
|
-
readonly " $data"?: BAIArtifactRevisionTableArtifactRevisionFragment$data;
|
|
25
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionTableArtifactRevisionFragment">;
|
|
26
|
-
}>;
|
|
27
|
-
|
|
28
|
-
const node: ReaderFragment = {
|
|
29
|
-
"argumentDefinitions": [],
|
|
30
|
-
"kind": "Fragment",
|
|
31
|
-
"metadata": {
|
|
32
|
-
"plural": true
|
|
33
|
-
},
|
|
34
|
-
"name": "BAIArtifactRevisionTableArtifactRevisionFragment",
|
|
35
|
-
"selections": [
|
|
36
|
-
{
|
|
37
|
-
"alias": null,
|
|
38
|
-
"args": null,
|
|
39
|
-
"kind": "ScalarField",
|
|
40
|
-
"name": "id",
|
|
41
|
-
"storageKey": null
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"alias": null,
|
|
45
|
-
"args": null,
|
|
46
|
-
"kind": "ScalarField",
|
|
47
|
-
"name": "version",
|
|
48
|
-
"storageKey": null
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"alias": null,
|
|
52
|
-
"args": null,
|
|
53
|
-
"kind": "ScalarField",
|
|
54
|
-
"name": "size",
|
|
55
|
-
"storageKey": null
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"alias": null,
|
|
59
|
-
"args": null,
|
|
60
|
-
"kind": "ScalarField",
|
|
61
|
-
"name": "status",
|
|
62
|
-
"storageKey": null
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"alias": null,
|
|
66
|
-
"args": null,
|
|
67
|
-
"kind": "ScalarField",
|
|
68
|
-
"name": "updatedAt",
|
|
69
|
-
"storageKey": null
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"args": null,
|
|
73
|
-
"kind": "FragmentSpread",
|
|
74
|
-
"name": "BAIArtifactStatusTagFragment"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"args": null,
|
|
78
|
-
"kind": "FragmentSpread",
|
|
79
|
-
"name": "BAIArtifactRevisionDownloadButtonFragment"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"args": null,
|
|
83
|
-
"kind": "FragmentSpread",
|
|
84
|
-
"name": "BAIArtifactRevisionDeleteButtonFragment"
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
"type": "ArtifactRevision",
|
|
88
|
-
"abstractKey": null
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
(node as any).hash = "158ee46c42cc9ac1a45a9f1d359de5db";
|
|
92
|
-
|
|
93
|
-
export default node;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<c0a4a7894818c9a3d2d72a0cb290a80a>>
|
|
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 BAIArtifactRevisionTableLatestRevisionFragment$data = {
|
|
14
|
-
readonly id: string;
|
|
15
|
-
readonly " $fragmentType": "BAIArtifactRevisionTableLatestRevisionFragment";
|
|
16
|
-
};
|
|
17
|
-
export type BAIArtifactRevisionTableLatestRevisionFragment$key = {
|
|
18
|
-
readonly " $data"?: BAIArtifactRevisionTableLatestRevisionFragment$data;
|
|
19
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionTableLatestRevisionFragment">;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
const node: ReaderFragment = {
|
|
23
|
-
"argumentDefinitions": [],
|
|
24
|
-
"kind": "Fragment",
|
|
25
|
-
"metadata": null,
|
|
26
|
-
"name": "BAIArtifactRevisionTableLatestRevisionFragment",
|
|
27
|
-
"selections": [
|
|
28
|
-
{
|
|
29
|
-
"alias": null,
|
|
30
|
-
"args": null,
|
|
31
|
-
"kind": "ScalarField",
|
|
32
|
-
"name": "id",
|
|
33
|
-
"storageKey": null
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"type": "ArtifactRevision",
|
|
37
|
-
"abstractKey": null
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
(node as any).hash = "7598c47b813de8a7d1823fd229eeda60";
|
|
41
|
-
|
|
42
|
-
export default node;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<a219ed6100a5f80efa8a2364e8bacd82>>
|
|
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 BAIArtifactStatusTagFragment$data = {
|
|
15
|
-
readonly status: ArtifactStatus;
|
|
16
|
-
readonly " $fragmentType": "BAIArtifactStatusTagFragment";
|
|
17
|
-
};
|
|
18
|
-
export type BAIArtifactStatusTagFragment$key = {
|
|
19
|
-
readonly " $data"?: BAIArtifactStatusTagFragment$data;
|
|
20
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactStatusTagFragment">;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
const node: ReaderFragment = {
|
|
24
|
-
"argumentDefinitions": [],
|
|
25
|
-
"kind": "Fragment",
|
|
26
|
-
"metadata": null,
|
|
27
|
-
"name": "BAIArtifactStatusTagFragment",
|
|
28
|
-
"selections": [
|
|
29
|
-
{
|
|
30
|
-
"alias": null,
|
|
31
|
-
"args": null,
|
|
32
|
-
"kind": "ScalarField",
|
|
33
|
-
"name": "status",
|
|
34
|
-
"storageKey": null
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"type": "ArtifactRevision",
|
|
38
|
-
"abstractKey": null
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
(node as any).hash = "29b3236d7ab084a8bdfc11a513c7a5d3";
|
|
42
|
-
|
|
43
|
-
export default node;
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<e23e22f60b0045d4abcd8a75bb31f138>>
|
|
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 ArtifactAvailability = "ALIVE" | "DELETED" | "%future added value";
|
|
13
|
-
export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
|
|
14
|
-
import { FragmentRefs } from "relay-runtime";
|
|
15
|
-
export type BAIArtifactTableArtifactFragment$data = ReadonlyArray<{
|
|
16
|
-
readonly availability: ArtifactAvailability;
|
|
17
|
-
readonly description: string | null | undefined;
|
|
18
|
-
readonly id: string;
|
|
19
|
-
readonly latestVersion: {
|
|
20
|
-
readonly edges: ReadonlyArray<{
|
|
21
|
-
readonly node: {
|
|
22
|
-
readonly id: string;
|
|
23
|
-
readonly size: any | null | undefined;
|
|
24
|
-
readonly status: ArtifactStatus;
|
|
25
|
-
readonly version: string;
|
|
26
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionDownloadButtonFragment" | "BAIArtifactStatusTagFragment">;
|
|
27
|
-
};
|
|
28
|
-
}>;
|
|
29
|
-
};
|
|
30
|
-
readonly name: string;
|
|
31
|
-
readonly scannedAt: string;
|
|
32
|
-
readonly updatedAt: string;
|
|
33
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactTypeTagFragment">;
|
|
34
|
-
readonly " $fragmentType": "BAIArtifactTableArtifactFragment";
|
|
35
|
-
}>;
|
|
36
|
-
export type BAIArtifactTableArtifactFragment$key = ReadonlyArray<{
|
|
37
|
-
readonly " $data"?: BAIArtifactTableArtifactFragment$data;
|
|
38
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactTableArtifactFragment">;
|
|
39
|
-
}>;
|
|
40
|
-
|
|
41
|
-
const node: ReaderFragment = (function(){
|
|
42
|
-
var v0 = {
|
|
43
|
-
"alias": null,
|
|
44
|
-
"args": null,
|
|
45
|
-
"kind": "ScalarField",
|
|
46
|
-
"name": "id",
|
|
47
|
-
"storageKey": null
|
|
48
|
-
};
|
|
49
|
-
return {
|
|
50
|
-
"argumentDefinitions": [],
|
|
51
|
-
"kind": "Fragment",
|
|
52
|
-
"metadata": {
|
|
53
|
-
"plural": true
|
|
54
|
-
},
|
|
55
|
-
"name": "BAIArtifactTableArtifactFragment",
|
|
56
|
-
"selections": [
|
|
57
|
-
(v0/*: any*/),
|
|
58
|
-
{
|
|
59
|
-
"alias": null,
|
|
60
|
-
"args": null,
|
|
61
|
-
"kind": "ScalarField",
|
|
62
|
-
"name": "name",
|
|
63
|
-
"storageKey": null
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"alias": null,
|
|
67
|
-
"args": null,
|
|
68
|
-
"kind": "ScalarField",
|
|
69
|
-
"name": "description",
|
|
70
|
-
"storageKey": null
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"alias": null,
|
|
74
|
-
"args": null,
|
|
75
|
-
"kind": "ScalarField",
|
|
76
|
-
"name": "updatedAt",
|
|
77
|
-
"storageKey": null
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"alias": null,
|
|
81
|
-
"args": null,
|
|
82
|
-
"kind": "ScalarField",
|
|
83
|
-
"name": "scannedAt",
|
|
84
|
-
"storageKey": null
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"alias": null,
|
|
88
|
-
"args": null,
|
|
89
|
-
"kind": "ScalarField",
|
|
90
|
-
"name": "availability",
|
|
91
|
-
"storageKey": null
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"args": null,
|
|
95
|
-
"kind": "FragmentSpread",
|
|
96
|
-
"name": "BAIArtifactTypeTagFragment"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"alias": "latestVersion",
|
|
100
|
-
"args": [
|
|
101
|
-
{
|
|
102
|
-
"kind": "Literal",
|
|
103
|
-
"name": "first",
|
|
104
|
-
"value": 1
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"kind": "Literal",
|
|
108
|
-
"name": "orderBy",
|
|
109
|
-
"value": {
|
|
110
|
-
"direction": "DESC",
|
|
111
|
-
"field": "VERSION"
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"concreteType": "ArtifactRevisionConnection",
|
|
116
|
-
"kind": "LinkedField",
|
|
117
|
-
"name": "revisions",
|
|
118
|
-
"plural": false,
|
|
119
|
-
"selections": [
|
|
120
|
-
{
|
|
121
|
-
"alias": null,
|
|
122
|
-
"args": null,
|
|
123
|
-
"concreteType": "ArtifactRevisionEdge",
|
|
124
|
-
"kind": "LinkedField",
|
|
125
|
-
"name": "edges",
|
|
126
|
-
"plural": true,
|
|
127
|
-
"selections": [
|
|
128
|
-
{
|
|
129
|
-
"alias": null,
|
|
130
|
-
"args": null,
|
|
131
|
-
"concreteType": "ArtifactRevision",
|
|
132
|
-
"kind": "LinkedField",
|
|
133
|
-
"name": "node",
|
|
134
|
-
"plural": false,
|
|
135
|
-
"selections": [
|
|
136
|
-
(v0/*: any*/),
|
|
137
|
-
{
|
|
138
|
-
"alias": null,
|
|
139
|
-
"args": null,
|
|
140
|
-
"kind": "ScalarField",
|
|
141
|
-
"name": "version",
|
|
142
|
-
"storageKey": null
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"alias": null,
|
|
146
|
-
"args": null,
|
|
147
|
-
"kind": "ScalarField",
|
|
148
|
-
"name": "size",
|
|
149
|
-
"storageKey": null
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"alias": null,
|
|
153
|
-
"args": null,
|
|
154
|
-
"kind": "ScalarField",
|
|
155
|
-
"name": "status",
|
|
156
|
-
"storageKey": null
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"args": null,
|
|
160
|
-
"kind": "FragmentSpread",
|
|
161
|
-
"name": "BAIArtifactStatusTagFragment"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"args": null,
|
|
165
|
-
"kind": "FragmentSpread",
|
|
166
|
-
"name": "BAIArtifactRevisionDownloadButtonFragment"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"storageKey": null
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
"storageKey": null
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"storageKey": "revisions(first:1,orderBy:{\"direction\":\"DESC\",\"field\":\"VERSION\"})"
|
|
176
|
-
}
|
|
177
|
-
],
|
|
178
|
-
"type": "Artifact",
|
|
179
|
-
"abstractKey": null
|
|
180
|
-
};
|
|
181
|
-
})();
|
|
182
|
-
|
|
183
|
-
(node as any).hash = "fbeb3d550b5c52f8eb62b6d98321db32";
|
|
184
|
-
|
|
185
|
-
export default node;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<4af1c5fc566bb1c8b5c894efc70279f4>>
|
|
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 ArtifactType = "IMAGE" | "MODEL" | "PACKAGE" | "%future added value";
|
|
13
|
-
import { FragmentRefs } from "relay-runtime";
|
|
14
|
-
export type BAIArtifactTypeTagFragment$data = {
|
|
15
|
-
readonly type: ArtifactType;
|
|
16
|
-
readonly " $fragmentType": "BAIArtifactTypeTagFragment";
|
|
17
|
-
};
|
|
18
|
-
export type BAIArtifactTypeTagFragment$key = {
|
|
19
|
-
readonly " $data"?: BAIArtifactTypeTagFragment$data;
|
|
20
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactTypeTagFragment">;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
const node: ReaderFragment = {
|
|
24
|
-
"argumentDefinitions": [],
|
|
25
|
-
"kind": "Fragment",
|
|
26
|
-
"metadata": null,
|
|
27
|
-
"name": "BAIArtifactTypeTagFragment",
|
|
28
|
-
"selections": [
|
|
29
|
-
{
|
|
30
|
-
"alias": null,
|
|
31
|
-
"args": null,
|
|
32
|
-
"kind": "ScalarField",
|
|
33
|
-
"name": "type",
|
|
34
|
-
"storageKey": null
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"type": "Artifact",
|
|
38
|
-
"abstractKey": null
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
(node as any).hash = "8dfa15dbbcc071df4635b038e17bdf52";
|
|
42
|
-
|
|
43
|
-
export default node;
|
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<8c647124ef94632f7c6ad007a1ada545>>
|
|
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 BAIBucketSelectQuery$variables = {
|
|
13
|
-
after?: string | null | undefined;
|
|
14
|
-
before?: string | null | undefined;
|
|
15
|
-
first?: number | null | undefined;
|
|
16
|
-
last?: number | null | undefined;
|
|
17
|
-
limit: number;
|
|
18
|
-
objectStorageId: string;
|
|
19
|
-
offset: number;
|
|
20
|
-
};
|
|
21
|
-
export type BAIBucketSelectQuery$data = {
|
|
22
|
-
readonly objectStorage: {
|
|
23
|
-
readonly namespaces: {
|
|
24
|
-
readonly count: number;
|
|
25
|
-
readonly edges: ReadonlyArray<{
|
|
26
|
-
readonly node: {
|
|
27
|
-
readonly id: string;
|
|
28
|
-
readonly namespace: string;
|
|
29
|
-
};
|
|
30
|
-
}>;
|
|
31
|
-
};
|
|
32
|
-
} | null | undefined;
|
|
33
|
-
};
|
|
34
|
-
export type BAIBucketSelectQuery = {
|
|
35
|
-
response: BAIBucketSelectQuery$data;
|
|
36
|
-
variables: BAIBucketSelectQuery$variables;
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
const node: ConcreteRequest = (function(){
|
|
40
|
-
var v0 = {
|
|
41
|
-
"defaultValue": null,
|
|
42
|
-
"kind": "LocalArgument",
|
|
43
|
-
"name": "after"
|
|
44
|
-
},
|
|
45
|
-
v1 = {
|
|
46
|
-
"defaultValue": null,
|
|
47
|
-
"kind": "LocalArgument",
|
|
48
|
-
"name": "before"
|
|
49
|
-
},
|
|
50
|
-
v2 = {
|
|
51
|
-
"defaultValue": null,
|
|
52
|
-
"kind": "LocalArgument",
|
|
53
|
-
"name": "first"
|
|
54
|
-
},
|
|
55
|
-
v3 = {
|
|
56
|
-
"defaultValue": null,
|
|
57
|
-
"kind": "LocalArgument",
|
|
58
|
-
"name": "last"
|
|
59
|
-
},
|
|
60
|
-
v4 = {
|
|
61
|
-
"defaultValue": null,
|
|
62
|
-
"kind": "LocalArgument",
|
|
63
|
-
"name": "limit"
|
|
64
|
-
},
|
|
65
|
-
v5 = {
|
|
66
|
-
"defaultValue": null,
|
|
67
|
-
"kind": "LocalArgument",
|
|
68
|
-
"name": "objectStorageId"
|
|
69
|
-
},
|
|
70
|
-
v6 = {
|
|
71
|
-
"defaultValue": null,
|
|
72
|
-
"kind": "LocalArgument",
|
|
73
|
-
"name": "offset"
|
|
74
|
-
},
|
|
75
|
-
v7 = [
|
|
76
|
-
{
|
|
77
|
-
"kind": "Variable",
|
|
78
|
-
"name": "id",
|
|
79
|
-
"variableName": "objectStorageId"
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
v8 = {
|
|
83
|
-
"alias": null,
|
|
84
|
-
"args": null,
|
|
85
|
-
"kind": "ScalarField",
|
|
86
|
-
"name": "id",
|
|
87
|
-
"storageKey": null
|
|
88
|
-
},
|
|
89
|
-
v9 = {
|
|
90
|
-
"alias": null,
|
|
91
|
-
"args": [
|
|
92
|
-
{
|
|
93
|
-
"kind": "Variable",
|
|
94
|
-
"name": "after",
|
|
95
|
-
"variableName": "after"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"kind": "Variable",
|
|
99
|
-
"name": "before",
|
|
100
|
-
"variableName": "before"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"kind": "Variable",
|
|
104
|
-
"name": "first",
|
|
105
|
-
"variableName": "first"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"kind": "Variable",
|
|
109
|
-
"name": "last",
|
|
110
|
-
"variableName": "last"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"kind": "Variable",
|
|
114
|
-
"name": "limit",
|
|
115
|
-
"variableName": "limit"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"kind": "Variable",
|
|
119
|
-
"name": "offset",
|
|
120
|
-
"variableName": "offset"
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
|
-
"concreteType": "StorageNamespaceConnection",
|
|
124
|
-
"kind": "LinkedField",
|
|
125
|
-
"name": "namespaces",
|
|
126
|
-
"plural": false,
|
|
127
|
-
"selections": [
|
|
128
|
-
{
|
|
129
|
-
"alias": null,
|
|
130
|
-
"args": null,
|
|
131
|
-
"kind": "ScalarField",
|
|
132
|
-
"name": "count",
|
|
133
|
-
"storageKey": null
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"alias": null,
|
|
137
|
-
"args": null,
|
|
138
|
-
"concreteType": "StorageNamespaceEdge",
|
|
139
|
-
"kind": "LinkedField",
|
|
140
|
-
"name": "edges",
|
|
141
|
-
"plural": true,
|
|
142
|
-
"selections": [
|
|
143
|
-
{
|
|
144
|
-
"alias": null,
|
|
145
|
-
"args": null,
|
|
146
|
-
"concreteType": "StorageNamespace",
|
|
147
|
-
"kind": "LinkedField",
|
|
148
|
-
"name": "node",
|
|
149
|
-
"plural": false,
|
|
150
|
-
"selections": [
|
|
151
|
-
(v8/*: any*/),
|
|
152
|
-
{
|
|
153
|
-
"alias": null,
|
|
154
|
-
"args": null,
|
|
155
|
-
"kind": "ScalarField",
|
|
156
|
-
"name": "namespace",
|
|
157
|
-
"storageKey": null
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
"storageKey": null
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
|
-
"storageKey": null
|
|
164
|
-
}
|
|
165
|
-
],
|
|
166
|
-
"storageKey": null
|
|
167
|
-
};
|
|
168
|
-
return {
|
|
169
|
-
"fragment": {
|
|
170
|
-
"argumentDefinitions": [
|
|
171
|
-
(v0/*: any*/),
|
|
172
|
-
(v1/*: any*/),
|
|
173
|
-
(v2/*: any*/),
|
|
174
|
-
(v3/*: any*/),
|
|
175
|
-
(v4/*: any*/),
|
|
176
|
-
(v5/*: any*/),
|
|
177
|
-
(v6/*: any*/)
|
|
178
|
-
],
|
|
179
|
-
"kind": "Fragment",
|
|
180
|
-
"metadata": null,
|
|
181
|
-
"name": "BAIBucketSelectQuery",
|
|
182
|
-
"selections": [
|
|
183
|
-
{
|
|
184
|
-
"alias": null,
|
|
185
|
-
"args": (v7/*: any*/),
|
|
186
|
-
"concreteType": "ObjectStorage",
|
|
187
|
-
"kind": "LinkedField",
|
|
188
|
-
"name": "objectStorage",
|
|
189
|
-
"plural": false,
|
|
190
|
-
"selections": [
|
|
191
|
-
(v9/*: any*/)
|
|
192
|
-
],
|
|
193
|
-
"storageKey": null
|
|
194
|
-
}
|
|
195
|
-
],
|
|
196
|
-
"type": "Query",
|
|
197
|
-
"abstractKey": null
|
|
198
|
-
},
|
|
199
|
-
"kind": "Request",
|
|
200
|
-
"operation": {
|
|
201
|
-
"argumentDefinitions": [
|
|
202
|
-
(v6/*: any*/),
|
|
203
|
-
(v4/*: any*/),
|
|
204
|
-
(v5/*: any*/),
|
|
205
|
-
(v2/*: any*/),
|
|
206
|
-
(v3/*: any*/),
|
|
207
|
-
(v1/*: any*/),
|
|
208
|
-
(v0/*: any*/)
|
|
209
|
-
],
|
|
210
|
-
"kind": "Operation",
|
|
211
|
-
"name": "BAIBucketSelectQuery",
|
|
212
|
-
"selections": [
|
|
213
|
-
{
|
|
214
|
-
"alias": null,
|
|
215
|
-
"args": (v7/*: any*/),
|
|
216
|
-
"concreteType": "ObjectStorage",
|
|
217
|
-
"kind": "LinkedField",
|
|
218
|
-
"name": "objectStorage",
|
|
219
|
-
"plural": false,
|
|
220
|
-
"selections": [
|
|
221
|
-
(v9/*: any*/),
|
|
222
|
-
(v8/*: any*/)
|
|
223
|
-
],
|
|
224
|
-
"storageKey": null
|
|
225
|
-
}
|
|
226
|
-
]
|
|
227
|
-
},
|
|
228
|
-
"params": {
|
|
229
|
-
"cacheID": "dfe75c45f8a342024973e5b51f6946b2",
|
|
230
|
-
"id": null,
|
|
231
|
-
"metadata": {},
|
|
232
|
-
"name": "BAIBucketSelectQuery",
|
|
233
|
-
"operationKind": "query",
|
|
234
|
-
"text": "query BAIBucketSelectQuery(\n $offset: Int!\n $limit: Int!\n $objectStorageId: ID!\n $first: Int\n $last: Int\n $before: String\n $after: String\n) {\n objectStorage(id: $objectStorageId) {\n namespaces(offset: $offset, limit: $limit, first: $first, last: $last, before: $before, after: $after) {\n count\n edges {\n node {\n id\n namespace\n }\n }\n }\n id\n }\n}\n"
|
|
235
|
-
}
|
|
236
|
-
};
|
|
237
|
-
})();
|
|
238
|
-
|
|
239
|
-
(node as any).hash = "e224afebab2a27b999cb53f837eb6f56";
|
|
240
|
-
|
|
241
|
-
export default node;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<8dc5a9b661bfc9acd5de5dd304e5f389>>
|
|
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 BAIDeactivateArtifactsModalArtifactsFragment$data = ReadonlyArray<{
|
|
14
|
-
readonly id: string;
|
|
15
|
-
readonly name: string;
|
|
16
|
-
readonly " $fragmentType": "BAIDeactivateArtifactsModalArtifactsFragment";
|
|
17
|
-
}>;
|
|
18
|
-
export type BAIDeactivateArtifactsModalArtifactsFragment$key = ReadonlyArray<{
|
|
19
|
-
readonly " $data"?: BAIDeactivateArtifactsModalArtifactsFragment$data;
|
|
20
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIDeactivateArtifactsModalArtifactsFragment">;
|
|
21
|
-
}>;
|
|
22
|
-
|
|
23
|
-
const node: ReaderFragment = {
|
|
24
|
-
"argumentDefinitions": [],
|
|
25
|
-
"kind": "Fragment",
|
|
26
|
-
"metadata": {
|
|
27
|
-
"plural": true
|
|
28
|
-
},
|
|
29
|
-
"name": "BAIDeactivateArtifactsModalArtifactsFragment",
|
|
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": "name",
|
|
43
|
-
"storageKey": null
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"type": "Artifact",
|
|
47
|
-
"abstractKey": null
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
(node as any).hash = "26ee1b9a7472e661b724e54fd20b19a2";
|
|
51
|
-
|
|
52
|
-
export default node;
|