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<<ffa221e30678bfbcaaee1975fbcbd882>>
|
|
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 ArtifactAvailability = "ALIVE" | "DELETED" | "%future added value";
|
|
13
|
-
export type DeleteArtifactsInput = {
|
|
14
|
-
artifactIds: ReadonlyArray<string>;
|
|
15
|
-
};
|
|
16
|
-
export type BAIDeactivateArtifactsModalDeleteArtifactsMutation$variables = {
|
|
17
|
-
input: DeleteArtifactsInput;
|
|
18
|
-
};
|
|
19
|
-
export type BAIDeactivateArtifactsModalDeleteArtifactsMutation$data = {
|
|
20
|
-
readonly deleteArtifacts: {
|
|
21
|
-
readonly artifacts: ReadonlyArray<{
|
|
22
|
-
readonly availability: ArtifactAvailability;
|
|
23
|
-
readonly id: string;
|
|
24
|
-
}>;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export type BAIDeactivateArtifactsModalDeleteArtifactsMutation = {
|
|
28
|
-
response: BAIDeactivateArtifactsModalDeleteArtifactsMutation$data;
|
|
29
|
-
variables: BAIDeactivateArtifactsModalDeleteArtifactsMutation$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": "DeleteArtifactsPayload",
|
|
51
|
-
"kind": "LinkedField",
|
|
52
|
-
"name": "deleteArtifacts",
|
|
53
|
-
"plural": false,
|
|
54
|
-
"selections": [
|
|
55
|
-
{
|
|
56
|
-
"alias": null,
|
|
57
|
-
"args": null,
|
|
58
|
-
"concreteType": "Artifact",
|
|
59
|
-
"kind": "LinkedField",
|
|
60
|
-
"name": "artifacts",
|
|
61
|
-
"plural": true,
|
|
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": "availability",
|
|
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": "BAIDeactivateArtifactsModalDeleteArtifactsMutation",
|
|
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": "BAIDeactivateArtifactsModalDeleteArtifactsMutation",
|
|
99
|
-
"selections": (v1/*: any*/)
|
|
100
|
-
},
|
|
101
|
-
"params": {
|
|
102
|
-
"cacheID": "e45a6c0badd3acc1f5f3b7801541d496",
|
|
103
|
-
"id": null,
|
|
104
|
-
"metadata": {},
|
|
105
|
-
"name": "BAIDeactivateArtifactsModalDeleteArtifactsMutation",
|
|
106
|
-
"operationKind": "mutation",
|
|
107
|
-
"text": "mutation BAIDeactivateArtifactsModalDeleteArtifactsMutation(\n $input: DeleteArtifactsInput!\n) {\n deleteArtifacts(input: $input) {\n artifacts {\n id\n availability\n }\n }\n}\n"
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
})();
|
|
111
|
-
|
|
112
|
-
(node as any).hash = "377ca74de3de373f6dda7069cc9b34eb";
|
|
113
|
-
|
|
114
|
-
export default node;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<7967acd8f0afc86d9d47fd1c157c63f9>>
|
|
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 BAIDeleteArtifactRevisionsModalArtifactFragment$data = {
|
|
14
|
-
readonly id: string;
|
|
15
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactDescriptionsFragment">;
|
|
16
|
-
readonly " $fragmentType": "BAIDeleteArtifactRevisionsModalArtifactFragment";
|
|
17
|
-
};
|
|
18
|
-
export type BAIDeleteArtifactRevisionsModalArtifactFragment$key = {
|
|
19
|
-
readonly " $data"?: BAIDeleteArtifactRevisionsModalArtifactFragment$data;
|
|
20
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIDeleteArtifactRevisionsModalArtifactFragment">;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
const node: ReaderFragment = {
|
|
24
|
-
"argumentDefinitions": [],
|
|
25
|
-
"kind": "Fragment",
|
|
26
|
-
"metadata": null,
|
|
27
|
-
"name": "BAIDeleteArtifactRevisionsModalArtifactFragment",
|
|
28
|
-
"selections": [
|
|
29
|
-
{
|
|
30
|
-
"alias": null,
|
|
31
|
-
"args": null,
|
|
32
|
-
"kind": "ScalarField",
|
|
33
|
-
"name": "id",
|
|
34
|
-
"storageKey": null
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"args": null,
|
|
38
|
-
"kind": "FragmentSpread",
|
|
39
|
-
"name": "BAIArtifactDescriptionsFragment"
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
"type": "Artifact",
|
|
43
|
-
"abstractKey": null
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
(node as any).hash = "8eac061158289fcc677ac78d52d22410";
|
|
47
|
-
|
|
48
|
-
export default node;
|
package/dist/__generated__/BAIDeleteArtifactRevisionsModalArtifactRevisionFragment.graphql.ts
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<5ae5727835c7048d04268f69a142bc30>>
|
|
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 BAIDeleteArtifactRevisionsModalArtifactRevisionFragment$data = ReadonlyArray<{
|
|
15
|
-
readonly id: string;
|
|
16
|
-
readonly size: any | null | undefined;
|
|
17
|
-
readonly status: ArtifactStatus;
|
|
18
|
-
readonly version: string;
|
|
19
|
-
readonly " $fragmentType": "BAIDeleteArtifactRevisionsModalArtifactRevisionFragment";
|
|
20
|
-
}>;
|
|
21
|
-
export type BAIDeleteArtifactRevisionsModalArtifactRevisionFragment$key = ReadonlyArray<{
|
|
22
|
-
readonly " $data"?: BAIDeleteArtifactRevisionsModalArtifactRevisionFragment$data;
|
|
23
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIDeleteArtifactRevisionsModalArtifactRevisionFragment">;
|
|
24
|
-
}>;
|
|
25
|
-
|
|
26
|
-
const node: ReaderFragment = {
|
|
27
|
-
"argumentDefinitions": [],
|
|
28
|
-
"kind": "Fragment",
|
|
29
|
-
"metadata": {
|
|
30
|
-
"plural": true
|
|
31
|
-
},
|
|
32
|
-
"name": "BAIDeleteArtifactRevisionsModalArtifactRevisionFragment",
|
|
33
|
-
"selections": [
|
|
34
|
-
{
|
|
35
|
-
"alias": null,
|
|
36
|
-
"args": null,
|
|
37
|
-
"kind": "ScalarField",
|
|
38
|
-
"name": "id",
|
|
39
|
-
"storageKey": null
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"alias": null,
|
|
43
|
-
"args": null,
|
|
44
|
-
"kind": "ScalarField",
|
|
45
|
-
"name": "version",
|
|
46
|
-
"storageKey": null
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"alias": null,
|
|
50
|
-
"args": null,
|
|
51
|
-
"kind": "ScalarField",
|
|
52
|
-
"name": "size",
|
|
53
|
-
"storageKey": null
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"alias": null,
|
|
57
|
-
"args": null,
|
|
58
|
-
"kind": "ScalarField",
|
|
59
|
-
"name": "status",
|
|
60
|
-
"storageKey": null
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"type": "ArtifactRevision",
|
|
64
|
-
"abstractKey": null
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
(node as any).hash = "26bb2a6744453c3301f6e2e94a0922c3";
|
|
68
|
-
|
|
69
|
-
export default node;
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<45a9988d4e492c33977b458f282dae07>>
|
|
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 CleanupArtifactRevisionsInput = {
|
|
14
|
-
artifactRevisionIds: ReadonlyArray<string>;
|
|
15
|
-
};
|
|
16
|
-
export type BAIDeleteArtifactRevisionsModalCleanupVersionMutation$variables = {
|
|
17
|
-
input: CleanupArtifactRevisionsInput;
|
|
18
|
-
};
|
|
19
|
-
export type BAIDeleteArtifactRevisionsModalCleanupVersionMutation$data = {
|
|
20
|
-
readonly cleanupArtifactRevisions: {
|
|
21
|
-
readonly artifactRevisions: {
|
|
22
|
-
readonly edges: ReadonlyArray<{
|
|
23
|
-
readonly node: {
|
|
24
|
-
readonly status: ArtifactStatus;
|
|
25
|
-
};
|
|
26
|
-
}>;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
export type BAIDeleteArtifactRevisionsModalCleanupVersionMutation = {
|
|
31
|
-
response: BAIDeleteArtifactRevisionsModalCleanupVersionMutation$data;
|
|
32
|
-
variables: BAIDeleteArtifactRevisionsModalCleanupVersionMutation$variables;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
const node: ConcreteRequest = (function(){
|
|
36
|
-
var v0 = [
|
|
37
|
-
{
|
|
38
|
-
"defaultValue": null,
|
|
39
|
-
"kind": "LocalArgument",
|
|
40
|
-
"name": "input"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
v1 = [
|
|
44
|
-
{
|
|
45
|
-
"kind": "Variable",
|
|
46
|
-
"name": "input",
|
|
47
|
-
"variableName": "input"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
v2 = {
|
|
51
|
-
"alias": null,
|
|
52
|
-
"args": null,
|
|
53
|
-
"kind": "ScalarField",
|
|
54
|
-
"name": "status",
|
|
55
|
-
"storageKey": null
|
|
56
|
-
};
|
|
57
|
-
return {
|
|
58
|
-
"fragment": {
|
|
59
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
60
|
-
"kind": "Fragment",
|
|
61
|
-
"metadata": null,
|
|
62
|
-
"name": "BAIDeleteArtifactRevisionsModalCleanupVersionMutation",
|
|
63
|
-
"selections": [
|
|
64
|
-
{
|
|
65
|
-
"alias": null,
|
|
66
|
-
"args": (v1/*: any*/),
|
|
67
|
-
"concreteType": "CleanupArtifactRevisionsPayload",
|
|
68
|
-
"kind": "LinkedField",
|
|
69
|
-
"name": "cleanupArtifactRevisions",
|
|
70
|
-
"plural": false,
|
|
71
|
-
"selections": [
|
|
72
|
-
{
|
|
73
|
-
"alias": null,
|
|
74
|
-
"args": null,
|
|
75
|
-
"concreteType": "ArtifactRevisionConnection",
|
|
76
|
-
"kind": "LinkedField",
|
|
77
|
-
"name": "artifactRevisions",
|
|
78
|
-
"plural": false,
|
|
79
|
-
"selections": [
|
|
80
|
-
{
|
|
81
|
-
"alias": null,
|
|
82
|
-
"args": null,
|
|
83
|
-
"concreteType": "ArtifactRevisionEdge",
|
|
84
|
-
"kind": "LinkedField",
|
|
85
|
-
"name": "edges",
|
|
86
|
-
"plural": true,
|
|
87
|
-
"selections": [
|
|
88
|
-
{
|
|
89
|
-
"alias": null,
|
|
90
|
-
"args": null,
|
|
91
|
-
"concreteType": "ArtifactRevision",
|
|
92
|
-
"kind": "LinkedField",
|
|
93
|
-
"name": "node",
|
|
94
|
-
"plural": false,
|
|
95
|
-
"selections": [
|
|
96
|
-
(v2/*: any*/)
|
|
97
|
-
],
|
|
98
|
-
"storageKey": null
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"storageKey": null
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"storageKey": null
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"storageKey": null
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"type": "Mutation",
|
|
111
|
-
"abstractKey": null
|
|
112
|
-
},
|
|
113
|
-
"kind": "Request",
|
|
114
|
-
"operation": {
|
|
115
|
-
"argumentDefinitions": (v0/*: any*/),
|
|
116
|
-
"kind": "Operation",
|
|
117
|
-
"name": "BAIDeleteArtifactRevisionsModalCleanupVersionMutation",
|
|
118
|
-
"selections": [
|
|
119
|
-
{
|
|
120
|
-
"alias": null,
|
|
121
|
-
"args": (v1/*: any*/),
|
|
122
|
-
"concreteType": "CleanupArtifactRevisionsPayload",
|
|
123
|
-
"kind": "LinkedField",
|
|
124
|
-
"name": "cleanupArtifactRevisions",
|
|
125
|
-
"plural": false,
|
|
126
|
-
"selections": [
|
|
127
|
-
{
|
|
128
|
-
"alias": null,
|
|
129
|
-
"args": null,
|
|
130
|
-
"concreteType": "ArtifactRevisionConnection",
|
|
131
|
-
"kind": "LinkedField",
|
|
132
|
-
"name": "artifactRevisions",
|
|
133
|
-
"plural": false,
|
|
134
|
-
"selections": [
|
|
135
|
-
{
|
|
136
|
-
"alias": null,
|
|
137
|
-
"args": null,
|
|
138
|
-
"concreteType": "ArtifactRevisionEdge",
|
|
139
|
-
"kind": "LinkedField",
|
|
140
|
-
"name": "edges",
|
|
141
|
-
"plural": true,
|
|
142
|
-
"selections": [
|
|
143
|
-
{
|
|
144
|
-
"alias": null,
|
|
145
|
-
"args": null,
|
|
146
|
-
"concreteType": "ArtifactRevision",
|
|
147
|
-
"kind": "LinkedField",
|
|
148
|
-
"name": "node",
|
|
149
|
-
"plural": false,
|
|
150
|
-
"selections": [
|
|
151
|
-
(v2/*: any*/),
|
|
152
|
-
{
|
|
153
|
-
"alias": null,
|
|
154
|
-
"args": null,
|
|
155
|
-
"kind": "ScalarField",
|
|
156
|
-
"name": "id",
|
|
157
|
-
"storageKey": null
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
"storageKey": null
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
|
-
"storageKey": null
|
|
164
|
-
}
|
|
165
|
-
],
|
|
166
|
-
"storageKey": null
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"storageKey": null
|
|
170
|
-
}
|
|
171
|
-
]
|
|
172
|
-
},
|
|
173
|
-
"params": {
|
|
174
|
-
"cacheID": "03897a25039ccf906a0013edbae95224",
|
|
175
|
-
"id": null,
|
|
176
|
-
"metadata": {},
|
|
177
|
-
"name": "BAIDeleteArtifactRevisionsModalCleanupVersionMutation",
|
|
178
|
-
"operationKind": "mutation",
|
|
179
|
-
"text": "mutation BAIDeleteArtifactRevisionsModalCleanupVersionMutation(\n $input: CleanupArtifactRevisionsInput!\n) {\n cleanupArtifactRevisions(input: $input) {\n artifactRevisions {\n edges {\n node {\n status\n id\n }\n }\n }\n }\n}\n"
|
|
180
|
-
}
|
|
181
|
-
};
|
|
182
|
-
})();
|
|
183
|
-
|
|
184
|
-
(node as any).hash = "a1b18aa3dacff842d5e39ba15c4e3994";
|
|
185
|
-
|
|
186
|
-
export default node;
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<6b7e5c1c4a5dd685250a95f886557a13>>
|
|
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 BAIImportArtifactModalArtifactFragment$data = {
|
|
14
|
-
readonly id: string;
|
|
15
|
-
readonly name: string;
|
|
16
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactDescriptionsFragment">;
|
|
17
|
-
readonly " $fragmentType": "BAIImportArtifactModalArtifactFragment";
|
|
18
|
-
};
|
|
19
|
-
export type BAIImportArtifactModalArtifactFragment$key = {
|
|
20
|
-
readonly " $data"?: BAIImportArtifactModalArtifactFragment$data;
|
|
21
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIImportArtifactModalArtifactFragment">;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const node: ReaderFragment = {
|
|
25
|
-
"argumentDefinitions": [],
|
|
26
|
-
"kind": "Fragment",
|
|
27
|
-
"metadata": null,
|
|
28
|
-
"name": "BAIImportArtifactModalArtifactFragment",
|
|
29
|
-
"selections": [
|
|
30
|
-
{
|
|
31
|
-
"kind": "RequiredField",
|
|
32
|
-
"field": {
|
|
33
|
-
"alias": null,
|
|
34
|
-
"args": null,
|
|
35
|
-
"kind": "ScalarField",
|
|
36
|
-
"name": "id",
|
|
37
|
-
"storageKey": null
|
|
38
|
-
},
|
|
39
|
-
"action": "THROW"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"kind": "RequiredField",
|
|
43
|
-
"field": {
|
|
44
|
-
"alias": null,
|
|
45
|
-
"args": null,
|
|
46
|
-
"kind": "ScalarField",
|
|
47
|
-
"name": "name",
|
|
48
|
-
"storageKey": null
|
|
49
|
-
},
|
|
50
|
-
"action": "THROW"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"args": null,
|
|
54
|
-
"kind": "FragmentSpread",
|
|
55
|
-
"name": "BAIArtifactDescriptionsFragment"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"type": "Artifact",
|
|
59
|
-
"abstractKey": null
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
(node as any).hash = "20983eccde7bea0a9ca172aa30beca15";
|
|
63
|
-
|
|
64
|
-
export default node;
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated SignedSource<<8829057e40bae09b309b4d68a18b63c6>>
|
|
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 BAIImportArtifactModalArtifactRevisionFragment$data = ReadonlyArray<{
|
|
15
|
-
readonly id: string;
|
|
16
|
-
readonly size: any | null | undefined;
|
|
17
|
-
readonly status: ArtifactStatus;
|
|
18
|
-
readonly version: string;
|
|
19
|
-
readonly " $fragmentType": "BAIImportArtifactModalArtifactRevisionFragment";
|
|
20
|
-
}>;
|
|
21
|
-
export type BAIImportArtifactModalArtifactRevisionFragment$key = ReadonlyArray<{
|
|
22
|
-
readonly " $data"?: BAIImportArtifactModalArtifactRevisionFragment$data;
|
|
23
|
-
readonly " $fragmentSpreads": FragmentRefs<"BAIImportArtifactModalArtifactRevisionFragment">;
|
|
24
|
-
}>;
|
|
25
|
-
|
|
26
|
-
const node: ReaderFragment = {
|
|
27
|
-
"argumentDefinitions": [],
|
|
28
|
-
"kind": "Fragment",
|
|
29
|
-
"metadata": {
|
|
30
|
-
"plural": true
|
|
31
|
-
},
|
|
32
|
-
"name": "BAIImportArtifactModalArtifactRevisionFragment",
|
|
33
|
-
"selections": [
|
|
34
|
-
{
|
|
35
|
-
"alias": null,
|
|
36
|
-
"args": null,
|
|
37
|
-
"kind": "ScalarField",
|
|
38
|
-
"name": "id",
|
|
39
|
-
"storageKey": null
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"alias": null,
|
|
43
|
-
"args": null,
|
|
44
|
-
"kind": "ScalarField",
|
|
45
|
-
"name": "version",
|
|
46
|
-
"storageKey": null
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"alias": null,
|
|
50
|
-
"args": null,
|
|
51
|
-
"kind": "ScalarField",
|
|
52
|
-
"name": "size",
|
|
53
|
-
"storageKey": null
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"alias": null,
|
|
57
|
-
"args": null,
|
|
58
|
-
"kind": "ScalarField",
|
|
59
|
-
"name": "status",
|
|
60
|
-
"storageKey": null
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"type": "ArtifactRevision",
|
|
64
|
-
"abstractKey": null
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
(node as any).hash = "be471319e927479366f2951cd59d48f3";
|
|
68
|
-
|
|
69
|
-
export default node;
|