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,261 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<a43944083f32d7500bdd5240811ecb51>>
|
|
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 ImportArtifactsInput = {
|
|
14
|
-
artifactRevisionIds: ReadonlyArray<string>;
|
|
15
|
-
};
|
|
16
|
-
export type BAIImportArtifactModalImportArtifactsMutation$variables = {
|
|
17
|
-
connectionIds: ReadonlyArray<string>;
|
|
18
|
-
input: ImportArtifactsInput;
|
|
19
|
-
};
|
|
20
|
-
export type BAIImportArtifactModalImportArtifactsMutation$data = {
|
|
21
|
-
readonly importArtifacts: {
|
|
22
|
-
readonly artifactRevisions: {
|
|
23
|
-
readonly edges: ReadonlyArray<{
|
|
24
|
-
readonly node: {
|
|
25
|
-
readonly id: string;
|
|
26
|
-
readonly status: ArtifactStatus;
|
|
27
|
-
};
|
|
28
|
-
}>;
|
|
29
|
-
};
|
|
30
|
-
readonly tasks: ReadonlyArray<{
|
|
31
|
-
readonly artifactRevision: {
|
|
32
|
-
readonly version: string;
|
|
33
|
-
};
|
|
34
|
-
readonly taskId: string;
|
|
35
|
-
}>;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export type BAIImportArtifactModalImportArtifactsMutation = {
|
|
39
|
-
response: BAIImportArtifactModalImportArtifactsMutation$data;
|
|
40
|
-
variables: BAIImportArtifactModalImportArtifactsMutation$variables;
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
const node: ConcreteRequest = (function(){
|
|
44
|
-
var v0 = {
|
|
45
|
-
"defaultValue": null,
|
|
46
|
-
"kind": "LocalArgument",
|
|
47
|
-
"name": "connectionIds"
|
|
48
|
-
},
|
|
49
|
-
v1 = {
|
|
50
|
-
"defaultValue": null,
|
|
51
|
-
"kind": "LocalArgument",
|
|
52
|
-
"name": "input"
|
|
53
|
-
},
|
|
54
|
-
v2 = [
|
|
55
|
-
{
|
|
56
|
-
"kind": "Variable",
|
|
57
|
-
"name": "input",
|
|
58
|
-
"variableName": "input"
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
v3 = {
|
|
62
|
-
"alias": null,
|
|
63
|
-
"args": null,
|
|
64
|
-
"kind": "ScalarField",
|
|
65
|
-
"name": "taskId",
|
|
66
|
-
"storageKey": null
|
|
67
|
-
},
|
|
68
|
-
v4 = {
|
|
69
|
-
"alias": null,
|
|
70
|
-
"args": null,
|
|
71
|
-
"kind": "ScalarField",
|
|
72
|
-
"name": "version",
|
|
73
|
-
"storageKey": null
|
|
74
|
-
},
|
|
75
|
-
v5 = {
|
|
76
|
-
"alias": null,
|
|
77
|
-
"args": null,
|
|
78
|
-
"kind": "ScalarField",
|
|
79
|
-
"name": "id",
|
|
80
|
-
"storageKey": null
|
|
81
|
-
},
|
|
82
|
-
v6 = {
|
|
83
|
-
"alias": null,
|
|
84
|
-
"args": null,
|
|
85
|
-
"concreteType": "ArtifactRevisionEdge",
|
|
86
|
-
"kind": "LinkedField",
|
|
87
|
-
"name": "edges",
|
|
88
|
-
"plural": true,
|
|
89
|
-
"selections": [
|
|
90
|
-
{
|
|
91
|
-
"alias": null,
|
|
92
|
-
"args": null,
|
|
93
|
-
"concreteType": "ArtifactRevision",
|
|
94
|
-
"kind": "LinkedField",
|
|
95
|
-
"name": "node",
|
|
96
|
-
"plural": false,
|
|
97
|
-
"selections": [
|
|
98
|
-
(v5/*: any*/),
|
|
99
|
-
{
|
|
100
|
-
"alias": null,
|
|
101
|
-
"args": null,
|
|
102
|
-
"kind": "ScalarField",
|
|
103
|
-
"name": "status",
|
|
104
|
-
"storageKey": null
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"storageKey": null
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"storageKey": null
|
|
111
|
-
};
|
|
112
|
-
return {
|
|
113
|
-
"fragment": {
|
|
114
|
-
"argumentDefinitions": [
|
|
115
|
-
(v0/*: any*/),
|
|
116
|
-
(v1/*: any*/)
|
|
117
|
-
],
|
|
118
|
-
"kind": "Fragment",
|
|
119
|
-
"metadata": null,
|
|
120
|
-
"name": "BAIImportArtifactModalImportArtifactsMutation",
|
|
121
|
-
"selections": [
|
|
122
|
-
{
|
|
123
|
-
"alias": null,
|
|
124
|
-
"args": (v2/*: any*/),
|
|
125
|
-
"concreteType": "ImportArtifactsPayload",
|
|
126
|
-
"kind": "LinkedField",
|
|
127
|
-
"name": "importArtifacts",
|
|
128
|
-
"plural": false,
|
|
129
|
-
"selections": [
|
|
130
|
-
{
|
|
131
|
-
"alias": null,
|
|
132
|
-
"args": null,
|
|
133
|
-
"concreteType": "ArtifactRevisionImportTask",
|
|
134
|
-
"kind": "LinkedField",
|
|
135
|
-
"name": "tasks",
|
|
136
|
-
"plural": true,
|
|
137
|
-
"selections": [
|
|
138
|
-
(v3/*: any*/),
|
|
139
|
-
{
|
|
140
|
-
"alias": null,
|
|
141
|
-
"args": null,
|
|
142
|
-
"concreteType": "ArtifactRevision",
|
|
143
|
-
"kind": "LinkedField",
|
|
144
|
-
"name": "artifactRevision",
|
|
145
|
-
"plural": false,
|
|
146
|
-
"selections": [
|
|
147
|
-
(v4/*: any*/)
|
|
148
|
-
],
|
|
149
|
-
"storageKey": null
|
|
150
|
-
}
|
|
151
|
-
],
|
|
152
|
-
"storageKey": null
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"alias": null,
|
|
156
|
-
"args": null,
|
|
157
|
-
"concreteType": "ArtifactRevisionConnection",
|
|
158
|
-
"kind": "LinkedField",
|
|
159
|
-
"name": "artifactRevisions",
|
|
160
|
-
"plural": false,
|
|
161
|
-
"selections": [
|
|
162
|
-
(v6/*: any*/)
|
|
163
|
-
],
|
|
164
|
-
"storageKey": null
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"storageKey": null
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"type": "Mutation",
|
|
171
|
-
"abstractKey": null
|
|
172
|
-
},
|
|
173
|
-
"kind": "Request",
|
|
174
|
-
"operation": {
|
|
175
|
-
"argumentDefinitions": [
|
|
176
|
-
(v1/*: any*/),
|
|
177
|
-
(v0/*: any*/)
|
|
178
|
-
],
|
|
179
|
-
"kind": "Operation",
|
|
180
|
-
"name": "BAIImportArtifactModalImportArtifactsMutation",
|
|
181
|
-
"selections": [
|
|
182
|
-
{
|
|
183
|
-
"alias": null,
|
|
184
|
-
"args": (v2/*: any*/),
|
|
185
|
-
"concreteType": "ImportArtifactsPayload",
|
|
186
|
-
"kind": "LinkedField",
|
|
187
|
-
"name": "importArtifacts",
|
|
188
|
-
"plural": false,
|
|
189
|
-
"selections": [
|
|
190
|
-
{
|
|
191
|
-
"alias": null,
|
|
192
|
-
"args": null,
|
|
193
|
-
"concreteType": "ArtifactRevisionImportTask",
|
|
194
|
-
"kind": "LinkedField",
|
|
195
|
-
"name": "tasks",
|
|
196
|
-
"plural": true,
|
|
197
|
-
"selections": [
|
|
198
|
-
(v3/*: any*/),
|
|
199
|
-
{
|
|
200
|
-
"alias": null,
|
|
201
|
-
"args": null,
|
|
202
|
-
"concreteType": "ArtifactRevision",
|
|
203
|
-
"kind": "LinkedField",
|
|
204
|
-
"name": "artifactRevision",
|
|
205
|
-
"plural": false,
|
|
206
|
-
"selections": [
|
|
207
|
-
(v4/*: any*/),
|
|
208
|
-
(v5/*: any*/)
|
|
209
|
-
],
|
|
210
|
-
"storageKey": null
|
|
211
|
-
}
|
|
212
|
-
],
|
|
213
|
-
"storageKey": null
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"alias": null,
|
|
217
|
-
"args": null,
|
|
218
|
-
"concreteType": "ArtifactRevisionConnection",
|
|
219
|
-
"kind": "LinkedField",
|
|
220
|
-
"name": "artifactRevisions",
|
|
221
|
-
"plural": false,
|
|
222
|
-
"selections": [
|
|
223
|
-
(v6/*: any*/),
|
|
224
|
-
{
|
|
225
|
-
"alias": null,
|
|
226
|
-
"args": null,
|
|
227
|
-
"filters": null,
|
|
228
|
-
"handle": "appendEdge",
|
|
229
|
-
"key": "",
|
|
230
|
-
"kind": "LinkedHandle",
|
|
231
|
-
"name": "edges",
|
|
232
|
-
"handleArgs": [
|
|
233
|
-
{
|
|
234
|
-
"kind": "Variable",
|
|
235
|
-
"name": "connections",
|
|
236
|
-
"variableName": "connectionIds"
|
|
237
|
-
}
|
|
238
|
-
]
|
|
239
|
-
}
|
|
240
|
-
],
|
|
241
|
-
"storageKey": null
|
|
242
|
-
}
|
|
243
|
-
],
|
|
244
|
-
"storageKey": null
|
|
245
|
-
}
|
|
246
|
-
]
|
|
247
|
-
},
|
|
248
|
-
"params": {
|
|
249
|
-
"cacheID": "7ff02c568f1c337b76719e22a948ac6b",
|
|
250
|
-
"id": null,
|
|
251
|
-
"metadata": {},
|
|
252
|
-
"name": "BAIImportArtifactModalImportArtifactsMutation",
|
|
253
|
-
"operationKind": "mutation",
|
|
254
|
-
"text": "mutation BAIImportArtifactModalImportArtifactsMutation(\n $input: ImportArtifactsInput!\n) {\n importArtifacts(input: $input) {\n tasks {\n taskId\n artifactRevision {\n version\n id\n }\n }\n artifactRevisions {\n edges {\n node {\n id\n status\n }\n }\n }\n }\n}\n"
|
|
255
|
-
}
|
|
256
|
-
};
|
|
257
|
-
})();
|
|
258
|
-
|
|
259
|
-
(node as any).hash = "7918fb18108ff64999034b77bf975aa9";
|
|
260
|
-
|
|
261
|
-
export default node;
|
package/dist/__generated__/BAIImportFromHuggingFaceModalScanArtifactModelsMutation.graphql.ts
DELETED
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<3dc775d077f666654e843bb7ab85f417>>
|
|
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 ScanArtifactModelsInput = {
|
|
13
|
-
models: ReadonlyArray<ModelTarget>;
|
|
14
|
-
registryId?: string | null | undefined;
|
|
15
|
-
};
|
|
16
|
-
export type ModelTarget = {
|
|
17
|
-
modelId: string;
|
|
18
|
-
revision?: string | null | undefined;
|
|
19
|
-
};
|
|
20
|
-
export type BAIImportFromHuggingFaceModalScanArtifactModelsMutation$variables = {
|
|
21
|
-
input: ScanArtifactModelsInput;
|
|
22
|
-
};
|
|
23
|
-
export type BAIImportFromHuggingFaceModalScanArtifactModelsMutation$data = {
|
|
24
|
-
readonly scanArtifactModels: {
|
|
25
|
-
readonly artifactRevision: {
|
|
26
|
-
readonly count: number;
|
|
27
|
-
readonly edges: ReadonlyArray<{
|
|
28
|
-
readonly node: {
|
|
29
|
-
readonly artifact: {
|
|
30
|
-
readonly id: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
}>;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
export type BAIImportFromHuggingFaceModalScanArtifactModelsMutation = {
|
|
38
|
-
response: BAIImportFromHuggingFaceModalScanArtifactModelsMutation$data;
|
|
39
|
-
variables: BAIImportFromHuggingFaceModalScanArtifactModelsMutation$variables;
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
const node: ConcreteRequest = (function(){
|
|
43
|
-
var v0 = [
|
|
44
|
-
{
|
|
45
|
-
"defaultValue": null,
|
|
46
|
-
"kind": "LocalArgument",
|
|
47
|
-
"name": "input"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
v1 = [
|
|
51
|
-
{
|
|
52
|
-
"kind": "Variable",
|
|
53
|
-
"name": "input",
|
|
54
|
-
"variableName": "input"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
v2 = {
|
|
58
|
-
"alias": null,
|
|
59
|
-
"args": null,
|
|
60
|
-
"kind": "ScalarField",
|
|
61
|
-
"name": "count",
|
|
62
|
-
"storageKey": null
|
|
63
|
-
},
|
|
64
|
-
v3 = {
|
|
65
|
-
"alias": null,
|
|
66
|
-
"args": null,
|
|
67
|
-
"kind": "ScalarField",
|
|
68
|
-
"name": "id",
|
|
69
|
-
"storageKey": null
|
|
70
|
-
},
|
|
71
|
-
v4 = {
|
|
72
|
-
"alias": null,
|
|
73
|
-
"args": null,
|
|
74
|
-
"concreteType": "Artifact",
|
|
75
|
-
"kind": "LinkedField",
|
|
76
|
-
"name": "artifact",
|
|
77
|
-
"plural": false,
|
|
78
|
-
"selections": [
|
|
79
|
-
(v3/*: any*/)
|
|
80
|
-
],
|
|
81
|
-
"storageKey": null
|
|
82
|
-
};
|
|
83
|
-
return {
|
|
84
|
-
"fragment": {
|
|
85
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
86
|
-
"kind": "Fragment",
|
|
87
|
-
"metadata": null,
|
|
88
|
-
"name": "BAIImportFromHuggingFaceModalScanArtifactModelsMutation",
|
|
89
|
-
"selections": [
|
|
90
|
-
{
|
|
91
|
-
"alias": null,
|
|
92
|
-
"args": (v1/*: any*/),
|
|
93
|
-
"concreteType": "ScanArtifactModelsPayload",
|
|
94
|
-
"kind": "LinkedField",
|
|
95
|
-
"name": "scanArtifactModels",
|
|
96
|
-
"plural": false,
|
|
97
|
-
"selections": [
|
|
98
|
-
{
|
|
99
|
-
"alias": null,
|
|
100
|
-
"args": null,
|
|
101
|
-
"concreteType": "ArtifactRevisionConnection",
|
|
102
|
-
"kind": "LinkedField",
|
|
103
|
-
"name": "artifactRevision",
|
|
104
|
-
"plural": false,
|
|
105
|
-
"selections": [
|
|
106
|
-
(v2/*: any*/),
|
|
107
|
-
{
|
|
108
|
-
"alias": null,
|
|
109
|
-
"args": null,
|
|
110
|
-
"concreteType": "ArtifactRevisionEdge",
|
|
111
|
-
"kind": "LinkedField",
|
|
112
|
-
"name": "edges",
|
|
113
|
-
"plural": true,
|
|
114
|
-
"selections": [
|
|
115
|
-
{
|
|
116
|
-
"alias": null,
|
|
117
|
-
"args": null,
|
|
118
|
-
"concreteType": "ArtifactRevision",
|
|
119
|
-
"kind": "LinkedField",
|
|
120
|
-
"name": "node",
|
|
121
|
-
"plural": false,
|
|
122
|
-
"selections": [
|
|
123
|
-
(v4/*: any*/)
|
|
124
|
-
],
|
|
125
|
-
"storageKey": null
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
"storageKey": null
|
|
129
|
-
}
|
|
130
|
-
],
|
|
131
|
-
"storageKey": null
|
|
132
|
-
}
|
|
133
|
-
],
|
|
134
|
-
"storageKey": null
|
|
135
|
-
}
|
|
136
|
-
],
|
|
137
|
-
"type": "Mutation",
|
|
138
|
-
"abstractKey": null
|
|
139
|
-
},
|
|
140
|
-
"kind": "Request",
|
|
141
|
-
"operation": {
|
|
142
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
143
|
-
"kind": "Operation",
|
|
144
|
-
"name": "BAIImportFromHuggingFaceModalScanArtifactModelsMutation",
|
|
145
|
-
"selections": [
|
|
146
|
-
{
|
|
147
|
-
"alias": null,
|
|
148
|
-
"args": (v1/*: any*/),
|
|
149
|
-
"concreteType": "ScanArtifactModelsPayload",
|
|
150
|
-
"kind": "LinkedField",
|
|
151
|
-
"name": "scanArtifactModels",
|
|
152
|
-
"plural": false,
|
|
153
|
-
"selections": [
|
|
154
|
-
{
|
|
155
|
-
"alias": null,
|
|
156
|
-
"args": null,
|
|
157
|
-
"concreteType": "ArtifactRevisionConnection",
|
|
158
|
-
"kind": "LinkedField",
|
|
159
|
-
"name": "artifactRevision",
|
|
160
|
-
"plural": false,
|
|
161
|
-
"selections": [
|
|
162
|
-
(v2/*: any*/),
|
|
163
|
-
{
|
|
164
|
-
"alias": null,
|
|
165
|
-
"args": null,
|
|
166
|
-
"concreteType": "ArtifactRevisionEdge",
|
|
167
|
-
"kind": "LinkedField",
|
|
168
|
-
"name": "edges",
|
|
169
|
-
"plural": true,
|
|
170
|
-
"selections": [
|
|
171
|
-
{
|
|
172
|
-
"alias": null,
|
|
173
|
-
"args": null,
|
|
174
|
-
"concreteType": "ArtifactRevision",
|
|
175
|
-
"kind": "LinkedField",
|
|
176
|
-
"name": "node",
|
|
177
|
-
"plural": false,
|
|
178
|
-
"selections": [
|
|
179
|
-
(v4/*: any*/),
|
|
180
|
-
(v3/*: any*/)
|
|
181
|
-
],
|
|
182
|
-
"storageKey": null
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"storageKey": null
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"storageKey": null
|
|
189
|
-
}
|
|
190
|
-
],
|
|
191
|
-
"storageKey": null
|
|
192
|
-
}
|
|
193
|
-
]
|
|
194
|
-
},
|
|
195
|
-
"params": {
|
|
196
|
-
"cacheID": "beac3d9764a7b861af63fd1213f64ddf",
|
|
197
|
-
"id": null,
|
|
198
|
-
"metadata": {},
|
|
199
|
-
"name": "BAIImportFromHuggingFaceModalScanArtifactModelsMutation",
|
|
200
|
-
"operationKind": "mutation",
|
|
201
|
-
"text": "mutation BAIImportFromHuggingFaceModalScanArtifactModelsMutation(\n $input: ScanArtifactModelsInput!\n) {\n scanArtifactModels(input: $input) {\n artifactRevision {\n count\n edges {\n node {\n artifact {\n id\n }\n id\n }\n }\n }\n }\n}\n"
|
|
202
|
-
}
|
|
203
|
-
};
|
|
204
|
-
})();
|
|
205
|
-
|
|
206
|
-
(node as any).hash = "d97362ca9dd4eabb76c3730aa1bf97e4";
|
|
207
|
-
|
|
208
|
-
export default node;
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<73c95b7a767b562676fc94d68e441c7f>>
|
|
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 BAIObjectStorageSelectQuery$variables = {
|
|
13
|
-
limit: number;
|
|
14
|
-
offset: number;
|
|
15
|
-
};
|
|
16
|
-
export type BAIObjectStorageSelectQuery$data = {
|
|
17
|
-
readonly objectStorages: {
|
|
18
|
-
readonly count: number;
|
|
19
|
-
readonly edges: ReadonlyArray<{
|
|
20
|
-
readonly node: {
|
|
21
|
-
readonly id: string;
|
|
22
|
-
readonly name: string;
|
|
23
|
-
};
|
|
24
|
-
}>;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export type BAIObjectStorageSelectQuery = {
|
|
28
|
-
response: BAIObjectStorageSelectQuery$data;
|
|
29
|
-
variables: BAIObjectStorageSelectQuery$variables;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const node: ConcreteRequest = (function(){
|
|
33
|
-
var v0 = {
|
|
34
|
-
"defaultValue": null,
|
|
35
|
-
"kind": "LocalArgument",
|
|
36
|
-
"name": "limit"
|
|
37
|
-
},
|
|
38
|
-
v1 = {
|
|
39
|
-
"defaultValue": null,
|
|
40
|
-
"kind": "LocalArgument",
|
|
41
|
-
"name": "offset"
|
|
42
|
-
},
|
|
43
|
-
v2 = [
|
|
44
|
-
{
|
|
45
|
-
"alias": null,
|
|
46
|
-
"args": [
|
|
47
|
-
{
|
|
48
|
-
"kind": "Variable",
|
|
49
|
-
"name": "limit",
|
|
50
|
-
"variableName": "limit"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"kind": "Variable",
|
|
54
|
-
"name": "offset",
|
|
55
|
-
"variableName": "offset"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"concreteType": "ObjectStorageConnection",
|
|
59
|
-
"kind": "LinkedField",
|
|
60
|
-
"name": "objectStorages",
|
|
61
|
-
"plural": false,
|
|
62
|
-
"selections": [
|
|
63
|
-
{
|
|
64
|
-
"alias": null,
|
|
65
|
-
"args": null,
|
|
66
|
-
"kind": "ScalarField",
|
|
67
|
-
"name": "count",
|
|
68
|
-
"storageKey": null
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"alias": null,
|
|
72
|
-
"args": null,
|
|
73
|
-
"concreteType": "ObjectStorageEdge",
|
|
74
|
-
"kind": "LinkedField",
|
|
75
|
-
"name": "edges",
|
|
76
|
-
"plural": true,
|
|
77
|
-
"selections": [
|
|
78
|
-
{
|
|
79
|
-
"alias": null,
|
|
80
|
-
"args": null,
|
|
81
|
-
"concreteType": "ObjectStorage",
|
|
82
|
-
"kind": "LinkedField",
|
|
83
|
-
"name": "node",
|
|
84
|
-
"plural": false,
|
|
85
|
-
"selections": [
|
|
86
|
-
{
|
|
87
|
-
"alias": null,
|
|
88
|
-
"args": null,
|
|
89
|
-
"kind": "ScalarField",
|
|
90
|
-
"name": "id",
|
|
91
|
-
"storageKey": null
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"alias": null,
|
|
95
|
-
"args": null,
|
|
96
|
-
"kind": "ScalarField",
|
|
97
|
-
"name": "name",
|
|
98
|
-
"storageKey": null
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"storageKey": null
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"storageKey": null
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"storageKey": null
|
|
108
|
-
}
|
|
109
|
-
];
|
|
110
|
-
return {
|
|
111
|
-
"fragment": {
|
|
112
|
-
"argumentDefinitions": [
|
|
113
|
-
(v0/*: any*/),
|
|
114
|
-
(v1/*: any*/)
|
|
115
|
-
],
|
|
116
|
-
"kind": "Fragment",
|
|
117
|
-
"metadata": null,
|
|
118
|
-
"name": "BAIObjectStorageSelectQuery",
|
|
119
|
-
"selections": (v2/*: any*/),
|
|
120
|
-
"type": "Query",
|
|
121
|
-
"abstractKey": null
|
|
122
|
-
},
|
|
123
|
-
"kind": "Request",
|
|
124
|
-
"operation": {
|
|
125
|
-
"argumentDefinitions": [
|
|
126
|
-
(v1/*: any*/),
|
|
127
|
-
(v0/*: any*/)
|
|
128
|
-
],
|
|
129
|
-
"kind": "Operation",
|
|
130
|
-
"name": "BAIObjectStorageSelectQuery",
|
|
131
|
-
"selections": (v2/*: any*/)
|
|
132
|
-
},
|
|
133
|
-
"params": {
|
|
134
|
-
"cacheID": "b5de4f28fbe16c4e489840b9f8fda154",
|
|
135
|
-
"id": null,
|
|
136
|
-
"metadata": {},
|
|
137
|
-
"name": "BAIObjectStorageSelectQuery",
|
|
138
|
-
"operationKind": "query",
|
|
139
|
-
"text": "query BAIObjectStorageSelectQuery(\n $offset: Int!\n $limit: Int!\n) {\n objectStorages(offset: $offset, limit: $limit) {\n count\n edges {\n node {\n id\n name\n }\n }\n }\n}\n"
|
|
140
|
-
}
|
|
141
|
-
};
|
|
142
|
-
})();
|
|
143
|
-
|
|
144
|
-
(node as any).hash = "f7e30d72c24d41e1a8a141531a425420";
|
|
145
|
-
|
|
146
|
-
export default node;
|