backend.ai-ui 0.0.1 → 25.16.0

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.
Files changed (196) hide show
  1. package/dist/__generated__/BAIActivateArtifactsModalArtifactsFragment.graphql.d.ts +12 -0
  2. package/dist/__generated__/BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation.graphql.d.ts +22 -0
  3. package/dist/__generated__/BAIArtifactDescriptionsFragment.graphql.d.ts +17 -0
  4. package/dist/__generated__/BAIArtifactRevisionDeleteButtonFragment.graphql.d.ts +12 -0
  5. package/dist/__generated__/BAIArtifactRevisionDownloadButtonFragment.graphql.d.ts +12 -0
  6. package/dist/__generated__/BAIArtifactRevisionTableArtifactRevisionFragment.graphql.d.ts +17 -0
  7. package/dist/__generated__/BAIArtifactRevisionTableLatestRevisionFragment.graphql.d.ts +11 -0
  8. package/dist/__generated__/BAIArtifactStatusTagFragment.graphql.d.ts +12 -0
  9. package/dist/__generated__/BAIArtifactTableArtifactFragment.graphql.d.ts +30 -0
  10. package/dist/__generated__/BAIArtifactTypeTagFragment.graphql.d.ts +12 -0
  11. package/dist/__generated__/BAIBucketSelectQuery.graphql.d.ts +29 -0
  12. package/dist/__generated__/BAIDeactivateArtifactsModalArtifactsFragment.graphql.d.ts +12 -0
  13. package/dist/__generated__/BAIDeactivateArtifactsModalDeleteArtifactsMutation.graphql.d.ts +22 -0
  14. package/dist/__generated__/BAIDeleteArtifactRevisionsModalArtifactFragment.graphql.d.ts +12 -0
  15. package/dist/__generated__/BAIDeleteArtifactRevisionsModalArtifactRevisionFragment.graphql.d.ts +15 -0
  16. package/dist/__generated__/BAIDeleteArtifactRevisionsModalCleanupVersionMutation.graphql.d.ts +25 -0
  17. package/dist/__generated__/BAIImportArtifactModalArtifactFragment.graphql.d.ts +13 -0
  18. package/dist/__generated__/BAIImportArtifactModalArtifactRevisionFragment.graphql.d.ts +15 -0
  19. package/dist/__generated__/BAIImportArtifactModalImportArtifactsMutation.graphql.d.ts +33 -0
  20. package/dist/__generated__/BAIImportFromHuggingFaceModalScanArtifactModelsMutation.graphql.d.ts +32 -0
  21. package/dist/__generated__/BAIObjectStorageSelectQuery.graphql.d.ts +22 -0
  22. package/dist/__generated__/BAIPullingArtifactRevisionAlertCancelMutation.graphql.d.ts +22 -0
  23. package/dist/__generated__/BAIPullingArtifactRevisionAlertFragment.graphql.d.ts +14 -0
  24. package/dist/__generated__/BAISessionAgentIdsFragment.graphql.d.ts +11 -0
  25. package/dist/__generated__/BAISessionClusterModeFragment.graphql.d.ts +12 -0
  26. package/dist/__generated__/BAISessionTypeTagStoriesQuery.graphql.d.ts +13 -0
  27. package/dist/__generated__/UNSAFELazyUserEmailViewQuery.graphql.d.ts +15 -0
  28. package/dist/__generated__/useViewerQuery.graphql.d.ts +16 -0
  29. package/dist/backend.ai-ui.js +22220 -6991
  30. package/dist/backend.ai-ui.js.map +1 -1
  31. package/dist/common-CMrtHk6c.js.map +1 -1
  32. package/dist/components/BAIAlertIconWithTooltip.d.ts +9 -0
  33. package/dist/components/BAIBackButton.d.ts +7 -0
  34. package/dist/components/BAIBoardItemTitle.d.ts +9 -0
  35. package/dist/components/BAICard.d.ts +52 -1
  36. package/dist/components/BAIConfirmModalWithInput.d.ts +11 -0
  37. package/dist/components/{Flex.d.ts → BAIFlex.d.ts} +4 -4
  38. package/dist/components/BAIGraphQLPropertyFilter.d.ts +76 -0
  39. package/dist/components/BAIImportFromHuggingFaceModal.d.ts +6 -0
  40. package/dist/components/BAILink.d.ts +13 -0
  41. package/dist/components/BAIModal.d.ts +8 -0
  42. package/dist/components/BAINotificationItem.d.ts +17 -0
  43. package/dist/components/BAIPropertyFilter.d.ts +99 -0
  44. package/dist/components/BAIRowWrapWithDividers.d.ts +20 -0
  45. package/dist/components/BAISelect.d.ts +18 -0
  46. package/dist/components/BAIStatistic.d.ts +13 -0
  47. package/dist/components/BAITag.d.ts +6 -0
  48. package/dist/components/BAIText.d.ts +7 -0
  49. package/dist/components/BAIUnmountAfterClose.d.ts +26 -0
  50. package/dist/components/ResourceStatistics.d.ts +57 -0
  51. package/dist/components/Table/BAIPaginationInfoText.d.ts +7 -0
  52. package/dist/components/Table/BAITable.d.ts +133 -0
  53. package/dist/components/Table/BAITableSettingModal.d.ts +62 -0
  54. package/dist/components/Table/index.d.ts +3 -0
  55. package/dist/components/TotalFooter.d.ts +5 -0
  56. package/dist/components/baiClient/FileExplorer/BAIFileExplorer.d.ts +20 -0
  57. package/dist/components/baiClient/FileExplorer/CreateDirectoryModal.d.ts +7 -0
  58. package/dist/components/baiClient/FileExplorer/DeleteSelectedItemsModal.d.ts +8 -0
  59. package/dist/components/baiClient/FileExplorer/DragAndDrop.d.ts +8 -0
  60. package/dist/components/baiClient/FileExplorer/EditableFileName.d.ts +14 -0
  61. package/dist/components/baiClient/FileExplorer/ExplorerActionControls.d.ts +11 -0
  62. package/dist/components/baiClient/FileExplorer/FileItemControls.d.ts +9 -0
  63. package/dist/components/baiClient/FileExplorer/hooks.d.ts +19 -0
  64. package/dist/components/baiClient/FileExplorer/index.d.ts +2 -0
  65. package/dist/components/baiClient/index.d.ts +1 -0
  66. package/dist/components/fragments/BAIActivateArtifactsModal.d.ts +8 -0
  67. package/dist/components/fragments/BAIArtifactDescriptions.d.ts +6 -0
  68. package/dist/components/fragments/BAIArtifactRevisionDeleteButton.d.ts +8 -0
  69. package/dist/components/fragments/BAIArtifactRevisionDownloadButton.d.ts +8 -0
  70. package/dist/components/fragments/BAIArtifactRevisionTable.d.ts +12 -0
  71. package/dist/components/fragments/BAIArtifactStatusTag.d.ts +6 -0
  72. package/dist/components/fragments/BAIArtifactTable.d.ts +14 -0
  73. package/dist/components/fragments/BAIArtifactTypeTag.d.ts +6 -0
  74. package/dist/components/fragments/BAIBucketSelect.d.ts +7 -0
  75. package/dist/components/fragments/BAIDeactivateArtifactsModal.d.ts +8 -0
  76. package/dist/components/fragments/BAIDeleteArtifactRevisionsModal.d.ts +13 -0
  77. package/dist/components/fragments/BAIImportArtifactModal.d.ts +21 -0
  78. package/dist/components/fragments/BAIObjectStorageSelect.d.ts +6 -0
  79. package/dist/components/fragments/BAIPullingArtifactRevisionAlert.d.ts +7 -0
  80. package/dist/components/fragments/BAISessionAgentIds.d.ts +9 -0
  81. package/dist/components/fragments/BAISessionClusterMode.d.ts +7 -0
  82. package/dist/components/fragments/BAISessionTypeTag.d.ts +1 -1
  83. package/dist/components/fragments/index.d.ts +32 -0
  84. package/dist/components/index.d.ts +38 -0
  85. package/dist/components/provider/BAIClientProvider/BAIClientProvider.d.ts +9 -0
  86. package/dist/components/provider/BAIClientProvider/context.d.ts +4 -0
  87. package/dist/components/provider/BAIClientProvider/hooks/useAnonymousBAIClient.d.ts +3 -0
  88. package/dist/components/provider/BAIClientProvider/hooks/useConnectedBAIClient.d.ts +3 -0
  89. package/dist/components/provider/BAIClientProvider/index.d.ts +6 -0
  90. package/dist/components/provider/BAIClientProvider/types.d.ts +72 -0
  91. package/dist/components/provider/BAIConfigProvider/BAIConfigProvider.d.ts +10 -0
  92. package/dist/components/provider/BAIConfigProvider/index.d.ts +2 -0
  93. package/dist/components/provider/index.d.ts +2 -0
  94. package/dist/components/unsafe/UNSAFELazyUserEmailView.d.ts +11 -0
  95. package/dist/components/unsafe/index.d.ts +1 -0
  96. package/dist/helper/index.d.ts +154 -0
  97. package/dist/hooks/index.d.ts +20 -0
  98. package/dist/hooks/useErrorMessageResolver.d.ts +26 -0
  99. package/dist/hooks/useEventNotStable.d.ts +1 -0
  100. package/dist/hooks/usePaginatedQuery.d.ts +20 -0
  101. package/dist/hooks/useViewer.d.ts +10 -0
  102. package/dist/icons/BAIAppIcon.d.ts +5 -0
  103. package/dist/icons/BAIBatchSessionIcon.d.ts +5 -0
  104. package/dist/icons/BAICalculateResourceIcon.d.ts +5 -0
  105. package/dist/icons/BAICephIcon.d.ts +5 -0
  106. package/dist/icons/BAIContainerCommitIcon.d.ts +5 -0
  107. package/dist/icons/BAIDashboardIcon.d.ts +5 -0
  108. package/dist/icons/BAIEndpointIcon.d.ts +5 -0
  109. package/dist/icons/BAIEndpointsIcon.d.ts +5 -0
  110. package/dist/icons/BAIExampleStartIcon.d.ts +5 -0
  111. package/dist/icons/BAIExamplesIcon.d.ts +5 -0
  112. package/dist/icons/BAIHuggingFaceIcon.d.ts +5 -0
  113. package/dist/icons/BAIInteractiveSessionIcon.d.ts +5 -0
  114. package/dist/icons/BAIListIcon.d.ts +5 -0
  115. package/dist/icons/BAIModelServiceIcon.d.ts +5 -0
  116. package/dist/icons/BAIModelStoreIcon.d.ts +5 -0
  117. package/dist/icons/BAIModelsIcon.d.ts +5 -0
  118. package/dist/icons/BAIMyEnvironmentsIcon.d.ts +5 -0
  119. package/dist/icons/BAINewFolderIcon.d.ts +5 -0
  120. package/dist/icons/BAINvidiaIcon.d.ts +6 -0
  121. package/dist/icons/BAIPipelineIcon.d.ts +5 -0
  122. package/dist/icons/BAIPipelinesIcon.d.ts +5 -0
  123. package/dist/icons/BAIPureStorageIcon.d.ts +5 -0
  124. package/dist/icons/BAIPurgeIcon.d.ts +5 -0
  125. package/dist/icons/BAIRecalculateResourcesIcon.d.ts +5 -0
  126. package/dist/icons/BAIRescanImagesIcon.d.ts +5 -0
  127. package/dist/icons/BAIRestoreIcon.d.ts +5 -0
  128. package/dist/icons/BAISessionLogIcon.d.ts +5 -0
  129. package/dist/icons/BAISessionStartIcon.d.ts +5 -0
  130. package/dist/icons/BAISessionsIcon.d.ts +5 -0
  131. package/dist/icons/BAISftpIcon.d.ts +5 -0
  132. package/dist/icons/BAIShareAltIcon.d.ts +5 -0
  133. package/dist/icons/BAIStartCircleIcon.d.ts +5 -0
  134. package/dist/icons/BAISystemMonitorIcon.d.ts +5 -0
  135. package/dist/icons/BAITerminalAppIcon.d.ts +5 -0
  136. package/dist/icons/BAITerminateIcon.d.ts +5 -0
  137. package/dist/icons/BAITrailsIcon.d.ts +5 -0
  138. package/dist/icons/BAITrashBinIcon.d.ts +5 -0
  139. package/dist/icons/BAIURLStartIcon.d.ts +5 -0
  140. package/dist/icons/BAIUpdateEnvironmentImagesIcon.d.ts +5 -0
  141. package/dist/icons/BAIUploadIcon.d.ts +5 -0
  142. package/dist/icons/BAIUserOutlinedIcon.d.ts +5 -0
  143. package/dist/icons/BAIUserUnionIcon.d.ts +5 -0
  144. package/dist/icons/index.d.ts +42 -0
  145. package/dist/index.d.ts +5 -4
  146. package/dist/locale/de_DE.js +6 -4
  147. package/dist/locale/de_DE.js.map +1 -1
  148. package/dist/locale/el_GR.js +6 -4
  149. package/dist/locale/el_GR.js.map +1 -1
  150. package/dist/locale/en_US.js +6 -4
  151. package/dist/locale/en_US.js.map +1 -1
  152. package/dist/locale/es_ES.js +9 -7
  153. package/dist/locale/es_ES.js.map +1 -1
  154. package/dist/locale/fi_FI.js +12 -3
  155. package/dist/locale/fi_FI.js.map +1 -1
  156. package/dist/locale/fr_FR.js +7 -3
  157. package/dist/locale/fr_FR.js.map +1 -1
  158. package/dist/locale/id_ID.js +6 -4
  159. package/dist/locale/id_ID.js.map +1 -1
  160. package/dist/locale/it_IT.js +22 -9
  161. package/dist/locale/it_IT.js.map +1 -1
  162. package/dist/locale/ja_JP.js +6 -4
  163. package/dist/locale/ja_JP.js.map +1 -1
  164. package/dist/locale/ko_KR.js +6 -4
  165. package/dist/locale/ko_KR.js.map +1 -1
  166. package/dist/locale/mn_MN.js +13 -6
  167. package/dist/locale/mn_MN.js.map +1 -1
  168. package/dist/locale/ms_MY.js +6 -4
  169. package/dist/locale/ms_MY.js.map +1 -1
  170. package/dist/locale/pl_PL.js +6 -4
  171. package/dist/locale/pl_PL.js.map +1 -1
  172. package/dist/locale/pt_BR.js +6 -4
  173. package/dist/locale/pt_BR.js.map +1 -1
  174. package/dist/locale/pt_PT.js +6 -4
  175. package/dist/locale/pt_PT.js.map +1 -1
  176. package/dist/locale/ru_RU.js +6 -4
  177. package/dist/locale/ru_RU.js.map +1 -1
  178. package/dist/locale/th_TH.js +6 -4
  179. package/dist/locale/th_TH.js.map +1 -1
  180. package/dist/locale/tr_TR.js +8 -5
  181. package/dist/locale/tr_TR.js.map +1 -1
  182. package/dist/locale/vi_VN.js +23 -10
  183. package/dist/locale/vi_VN.js.map +1 -1
  184. package/dist/locale/zh_CN.js +6 -4
  185. package/dist/locale/zh_CN.js.map +1 -1
  186. package/dist/locale/zh_TW.js +6 -4
  187. package/dist/locale/zh_TW.js.map +1 -1
  188. package/dist/tests/RelayResolver.d.ts +7 -0
  189. package/dist/tests/index.d.ts +1 -0
  190. package/package.json +132 -32
  191. package/dist/common-BqeHlhne.js +0 -62
  192. package/dist/common-BqeHlhne.js.map +0 -1
  193. package/dist/components/BAIConfigProvider.d.ts +0 -7
  194. package/dist/components/BAIResourceWithSteppedProgress.d.ts +0 -11
  195. package/dist/components/Flex.stories.d.ts +0 -7
  196. /package/dist/{components/tests → tests}/BAITestButton.d.ts +0 -0
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAIActivateArtifactsModalArtifactsFragment$data = ReadonlyArray<{
3
+ readonly id: string;
4
+ readonly name: string;
5
+ readonly " $fragmentType": "BAIActivateArtifactsModalArtifactsFragment";
6
+ }>;
7
+ export type BAIActivateArtifactsModalArtifactsFragment$key = ReadonlyArray<{
8
+ readonly " $data"?: BAIActivateArtifactsModalArtifactsFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIActivateArtifactsModalArtifactsFragment">;
10
+ }>;
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,22 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type ArtifactAvailability = "ALIVE" | "DELETED" | "%future added value";
3
+ export type RestoreArtifactsInput = {
4
+ artifactIds: ReadonlyArray<string>;
5
+ };
6
+ export type BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation$variables = {
7
+ input: RestoreArtifactsInput;
8
+ };
9
+ export type BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation$data = {
10
+ readonly restoreArtifacts: {
11
+ readonly artifacts: ReadonlyArray<{
12
+ readonly availability: ArtifactAvailability;
13
+ readonly id: string;
14
+ }>;
15
+ };
16
+ };
17
+ export type BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation = {
18
+ response: BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation$data;
19
+ variables: BAIActivateArtifactsModalArtifactsFragmentRestoreArtifactsMutation$variables;
20
+ };
21
+ declare const node: ConcreteRequest;
22
+ export default node;
@@ -0,0 +1,17 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAIArtifactDescriptionsFragment$data = {
3
+ readonly description: string | null | undefined;
4
+ readonly name: string;
5
+ readonly source: {
6
+ readonly name: string | null | undefined;
7
+ readonly url: string | null | undefined;
8
+ };
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactTypeTagFragment">;
10
+ readonly " $fragmentType": "BAIArtifactDescriptionsFragment";
11
+ };
12
+ export type BAIArtifactDescriptionsFragment$key = {
13
+ readonly " $data"?: BAIArtifactDescriptionsFragment$data;
14
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactDescriptionsFragment">;
15
+ };
16
+ declare const node: ReaderFragment;
17
+ export default node;
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type BAIArtifactRevisionDeleteButtonFragment$data = ReadonlyArray<{
4
+ readonly status: ArtifactStatus;
5
+ readonly " $fragmentType": "BAIArtifactRevisionDeleteButtonFragment";
6
+ }>;
7
+ export type BAIArtifactRevisionDeleteButtonFragment$key = ReadonlyArray<{
8
+ readonly " $data"?: BAIArtifactRevisionDeleteButtonFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionDeleteButtonFragment">;
10
+ }>;
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type BAIArtifactRevisionDownloadButtonFragment$data = ReadonlyArray<{
4
+ readonly status: ArtifactStatus;
5
+ readonly " $fragmentType": "BAIArtifactRevisionDownloadButtonFragment";
6
+ }>;
7
+ export type BAIArtifactRevisionDownloadButtonFragment$key = ReadonlyArray<{
8
+ readonly " $data"?: BAIArtifactRevisionDownloadButtonFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionDownloadButtonFragment">;
10
+ }>;
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,17 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type BAIArtifactRevisionTableArtifactRevisionFragment$data = ReadonlyArray<{
4
+ readonly id: string;
5
+ readonly size: any | null | undefined;
6
+ readonly status: ArtifactStatus;
7
+ readonly updatedAt: string | null | undefined;
8
+ readonly version: string;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionDeleteButtonFragment" | "BAIArtifactRevisionDownloadButtonFragment" | "BAIArtifactStatusTagFragment">;
10
+ readonly " $fragmentType": "BAIArtifactRevisionTableArtifactRevisionFragment";
11
+ }>;
12
+ export type BAIArtifactRevisionTableArtifactRevisionFragment$key = ReadonlyArray<{
13
+ readonly " $data"?: BAIArtifactRevisionTableArtifactRevisionFragment$data;
14
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionTableArtifactRevisionFragment">;
15
+ }>;
16
+ declare const node: ReaderFragment;
17
+ export default node;
@@ -0,0 +1,11 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAIArtifactRevisionTableLatestRevisionFragment$data = {
3
+ readonly id: string;
4
+ readonly " $fragmentType": "BAIArtifactRevisionTableLatestRevisionFragment";
5
+ };
6
+ export type BAIArtifactRevisionTableLatestRevisionFragment$key = {
7
+ readonly " $data"?: BAIArtifactRevisionTableLatestRevisionFragment$data;
8
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionTableLatestRevisionFragment">;
9
+ };
10
+ declare const node: ReaderFragment;
11
+ export default node;
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type BAIArtifactStatusTagFragment$data = {
4
+ readonly status: ArtifactStatus;
5
+ readonly " $fragmentType": "BAIArtifactStatusTagFragment";
6
+ };
7
+ export type BAIArtifactStatusTagFragment$key = {
8
+ readonly " $data"?: BAIArtifactStatusTagFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactStatusTagFragment">;
10
+ };
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,30 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactAvailability = "ALIVE" | "DELETED" | "%future added value";
3
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
4
+ export type BAIArtifactTableArtifactFragment$data = ReadonlyArray<{
5
+ readonly availability: ArtifactAvailability;
6
+ readonly description: string | null | undefined;
7
+ readonly id: string;
8
+ readonly latestVersion: {
9
+ readonly edges: ReadonlyArray<{
10
+ readonly node: {
11
+ readonly id: string;
12
+ readonly size: any | null | undefined;
13
+ readonly status: ArtifactStatus;
14
+ readonly version: string;
15
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactRevisionDownloadButtonFragment" | "BAIArtifactStatusTagFragment">;
16
+ };
17
+ }>;
18
+ };
19
+ readonly name: string;
20
+ readonly scannedAt: string;
21
+ readonly updatedAt: string;
22
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactTypeTagFragment">;
23
+ readonly " $fragmentType": "BAIArtifactTableArtifactFragment";
24
+ }>;
25
+ export type BAIArtifactTableArtifactFragment$key = ReadonlyArray<{
26
+ readonly " $data"?: BAIArtifactTableArtifactFragment$data;
27
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactTableArtifactFragment">;
28
+ }>;
29
+ declare const node: ReaderFragment;
30
+ export default node;
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactType = "IMAGE" | "MODEL" | "PACKAGE" | "%future added value";
3
+ export type BAIArtifactTypeTagFragment$data = {
4
+ readonly type: ArtifactType;
5
+ readonly " $fragmentType": "BAIArtifactTypeTagFragment";
6
+ };
7
+ export type BAIArtifactTypeTagFragment$key = {
8
+ readonly " $data"?: BAIArtifactTypeTagFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactTypeTagFragment">;
10
+ };
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,29 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type BAIBucketSelectQuery$variables = {
3
+ after?: string | null | undefined;
4
+ before?: string | null | undefined;
5
+ first?: number | null | undefined;
6
+ last?: number | null | undefined;
7
+ limit: number;
8
+ objectStorageId: string;
9
+ offset: number;
10
+ };
11
+ export type BAIBucketSelectQuery$data = {
12
+ readonly objectStorage: {
13
+ readonly namespaces: {
14
+ readonly count: number;
15
+ readonly edges: ReadonlyArray<{
16
+ readonly node: {
17
+ readonly bucket: string;
18
+ readonly id: string;
19
+ };
20
+ }>;
21
+ };
22
+ } | null | undefined;
23
+ };
24
+ export type BAIBucketSelectQuery = {
25
+ response: BAIBucketSelectQuery$data;
26
+ variables: BAIBucketSelectQuery$variables;
27
+ };
28
+ declare const node: ConcreteRequest;
29
+ export default node;
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAIDeactivateArtifactsModalArtifactsFragment$data = ReadonlyArray<{
3
+ readonly id: string;
4
+ readonly name: string;
5
+ readonly " $fragmentType": "BAIDeactivateArtifactsModalArtifactsFragment";
6
+ }>;
7
+ export type BAIDeactivateArtifactsModalArtifactsFragment$key = ReadonlyArray<{
8
+ readonly " $data"?: BAIDeactivateArtifactsModalArtifactsFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIDeactivateArtifactsModalArtifactsFragment">;
10
+ }>;
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,22 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type ArtifactAvailability = "ALIVE" | "DELETED" | "%future added value";
3
+ export type DeleteArtifactsInput = {
4
+ artifactIds: ReadonlyArray<string>;
5
+ };
6
+ export type BAIDeactivateArtifactsModalDeleteArtifactsMutation$variables = {
7
+ input: DeleteArtifactsInput;
8
+ };
9
+ export type BAIDeactivateArtifactsModalDeleteArtifactsMutation$data = {
10
+ readonly deleteArtifacts: {
11
+ readonly artifacts: ReadonlyArray<{
12
+ readonly availability: ArtifactAvailability;
13
+ readonly id: string;
14
+ }>;
15
+ };
16
+ };
17
+ export type BAIDeactivateArtifactsModalDeleteArtifactsMutation = {
18
+ response: BAIDeactivateArtifactsModalDeleteArtifactsMutation$data;
19
+ variables: BAIDeactivateArtifactsModalDeleteArtifactsMutation$variables;
20
+ };
21
+ declare const node: ConcreteRequest;
22
+ export default node;
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAIDeleteArtifactRevisionsModalArtifactFragment$data = {
3
+ readonly id: string;
4
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactDescriptionsFragment">;
5
+ readonly " $fragmentType": "BAIDeleteArtifactRevisionsModalArtifactFragment";
6
+ };
7
+ export type BAIDeleteArtifactRevisionsModalArtifactFragment$key = {
8
+ readonly " $data"?: BAIDeleteArtifactRevisionsModalArtifactFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAIDeleteArtifactRevisionsModalArtifactFragment">;
10
+ };
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,15 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type BAIDeleteArtifactRevisionsModalArtifactRevisionFragment$data = ReadonlyArray<{
4
+ readonly id: string;
5
+ readonly size: any | null | undefined;
6
+ readonly status: ArtifactStatus;
7
+ readonly version: string;
8
+ readonly " $fragmentType": "BAIDeleteArtifactRevisionsModalArtifactRevisionFragment";
9
+ }>;
10
+ export type BAIDeleteArtifactRevisionsModalArtifactRevisionFragment$key = ReadonlyArray<{
11
+ readonly " $data"?: BAIDeleteArtifactRevisionsModalArtifactRevisionFragment$data;
12
+ readonly " $fragmentSpreads": FragmentRefs<"BAIDeleteArtifactRevisionsModalArtifactRevisionFragment">;
13
+ }>;
14
+ declare const node: ReaderFragment;
15
+ export default node;
@@ -0,0 +1,25 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type CleanupArtifactRevisionsInput = {
4
+ artifactRevisionIds: ReadonlyArray<string>;
5
+ };
6
+ export type BAIDeleteArtifactRevisionsModalCleanupVersionMutation$variables = {
7
+ input: CleanupArtifactRevisionsInput;
8
+ };
9
+ export type BAIDeleteArtifactRevisionsModalCleanupVersionMutation$data = {
10
+ readonly cleanupArtifactRevisions: {
11
+ readonly artifactRevisions: {
12
+ readonly edges: ReadonlyArray<{
13
+ readonly node: {
14
+ readonly status: ArtifactStatus;
15
+ };
16
+ }>;
17
+ };
18
+ };
19
+ };
20
+ export type BAIDeleteArtifactRevisionsModalCleanupVersionMutation = {
21
+ response: BAIDeleteArtifactRevisionsModalCleanupVersionMutation$data;
22
+ variables: BAIDeleteArtifactRevisionsModalCleanupVersionMutation$variables;
23
+ };
24
+ declare const node: ConcreteRequest;
25
+ export default node;
@@ -0,0 +1,13 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAIImportArtifactModalArtifactFragment$data = {
3
+ readonly id: string;
4
+ readonly name: string;
5
+ readonly " $fragmentSpreads": FragmentRefs<"BAIArtifactDescriptionsFragment">;
6
+ readonly " $fragmentType": "BAIImportArtifactModalArtifactFragment";
7
+ };
8
+ export type BAIImportArtifactModalArtifactFragment$key = {
9
+ readonly " $data"?: BAIImportArtifactModalArtifactFragment$data;
10
+ readonly " $fragmentSpreads": FragmentRefs<"BAIImportArtifactModalArtifactFragment">;
11
+ };
12
+ declare const node: ReaderFragment;
13
+ export default node;
@@ -0,0 +1,15 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type BAIImportArtifactModalArtifactRevisionFragment$data = ReadonlyArray<{
4
+ readonly id: string;
5
+ readonly size: any | null | undefined;
6
+ readonly status: ArtifactStatus;
7
+ readonly version: string;
8
+ readonly " $fragmentType": "BAIImportArtifactModalArtifactRevisionFragment";
9
+ }>;
10
+ export type BAIImportArtifactModalArtifactRevisionFragment$key = ReadonlyArray<{
11
+ readonly " $data"?: BAIImportArtifactModalArtifactRevisionFragment$data;
12
+ readonly " $fragmentSpreads": FragmentRefs<"BAIImportArtifactModalArtifactRevisionFragment">;
13
+ }>;
14
+ declare const node: ReaderFragment;
15
+ export default node;
@@ -0,0 +1,33 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type ImportArtifactsInput = {
4
+ artifactRevisionIds: ReadonlyArray<string>;
5
+ };
6
+ export type BAIImportArtifactModalImportArtifactsMutation$variables = {
7
+ connectionIds: ReadonlyArray<string>;
8
+ input: ImportArtifactsInput;
9
+ };
10
+ export type BAIImportArtifactModalImportArtifactsMutation$data = {
11
+ readonly importArtifacts: {
12
+ readonly artifactRevisions: {
13
+ readonly edges: ReadonlyArray<{
14
+ readonly node: {
15
+ readonly id: string;
16
+ readonly status: ArtifactStatus;
17
+ };
18
+ }>;
19
+ };
20
+ readonly tasks: ReadonlyArray<{
21
+ readonly artifactRevision: {
22
+ readonly version: string;
23
+ };
24
+ readonly taskId: string;
25
+ }>;
26
+ };
27
+ };
28
+ export type BAIImportArtifactModalImportArtifactsMutation = {
29
+ response: BAIImportArtifactModalImportArtifactsMutation$data;
30
+ variables: BAIImportArtifactModalImportArtifactsMutation$variables;
31
+ };
32
+ declare const node: ConcreteRequest;
33
+ export default node;
@@ -0,0 +1,32 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type ScanArtifactModelsInput = {
3
+ models: ReadonlyArray<ModelTarget>;
4
+ registryId?: string | null | undefined;
5
+ };
6
+ export type ModelTarget = {
7
+ modelId: string;
8
+ revision?: string | null | undefined;
9
+ };
10
+ export type BAIImportFromHuggingFaceModalScanArtifactModelsMutation$variables = {
11
+ input: ScanArtifactModelsInput;
12
+ };
13
+ export type BAIImportFromHuggingFaceModalScanArtifactModelsMutation$data = {
14
+ readonly scanArtifactModels: {
15
+ readonly artifactRevision: {
16
+ readonly count: number;
17
+ readonly edges: ReadonlyArray<{
18
+ readonly node: {
19
+ readonly artifact: {
20
+ readonly id: string;
21
+ };
22
+ };
23
+ }>;
24
+ };
25
+ };
26
+ };
27
+ export type BAIImportFromHuggingFaceModalScanArtifactModelsMutation = {
28
+ response: BAIImportFromHuggingFaceModalScanArtifactModelsMutation$data;
29
+ variables: BAIImportFromHuggingFaceModalScanArtifactModelsMutation$variables;
30
+ };
31
+ declare const node: ConcreteRequest;
32
+ export default node;
@@ -0,0 +1,22 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type BAIObjectStorageSelectQuery$variables = {
3
+ limit: number;
4
+ offset: number;
5
+ };
6
+ export type BAIObjectStorageSelectQuery$data = {
7
+ readonly objectStorages: {
8
+ readonly count: number;
9
+ readonly edges: ReadonlyArray<{
10
+ readonly node: {
11
+ readonly id: string;
12
+ readonly name: string;
13
+ };
14
+ }>;
15
+ };
16
+ };
17
+ export type BAIObjectStorageSelectQuery = {
18
+ response: BAIObjectStorageSelectQuery$data;
19
+ variables: BAIObjectStorageSelectQuery$variables;
20
+ };
21
+ declare const node: ConcreteRequest;
22
+ export default node;
@@ -0,0 +1,22 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type CancelArtifactInput = {
4
+ artifactRevisionId: string;
5
+ };
6
+ export type BAIPullingArtifactRevisionAlertCancelMutation$variables = {
7
+ input: CancelArtifactInput;
8
+ };
9
+ export type BAIPullingArtifactRevisionAlertCancelMutation$data = {
10
+ readonly cancelImportArtifact: {
11
+ readonly artifactRevision: {
12
+ readonly id: string;
13
+ readonly status: ArtifactStatus;
14
+ };
15
+ };
16
+ };
17
+ export type BAIPullingArtifactRevisionAlertCancelMutation = {
18
+ response: BAIPullingArtifactRevisionAlertCancelMutation$data;
19
+ variables: BAIPullingArtifactRevisionAlertCancelMutation$variables;
20
+ };
21
+ declare const node: ConcreteRequest;
22
+ export default node;
@@ -0,0 +1,14 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type ArtifactStatus = "AVAILABLE" | "FAILED" | "NEEDS_APPROVAL" | "PULLED" | "PULLING" | "REJECTED" | "SCANNED" | "VERIFYING" | "%future added value";
3
+ export type BAIPullingArtifactRevisionAlertFragment$data = {
4
+ readonly id: string;
5
+ readonly status: ArtifactStatus;
6
+ readonly version: string;
7
+ readonly " $fragmentType": "BAIPullingArtifactRevisionAlertFragment";
8
+ };
9
+ export type BAIPullingArtifactRevisionAlertFragment$key = {
10
+ readonly " $data"?: BAIPullingArtifactRevisionAlertFragment$data;
11
+ readonly " $fragmentSpreads": FragmentRefs<"BAIPullingArtifactRevisionAlertFragment">;
12
+ };
13
+ declare const node: ReaderFragment;
14
+ export default node;
@@ -0,0 +1,11 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAISessionAgentIdsFragment$data = {
3
+ readonly agent_ids: ReadonlyArray<string | null | undefined> | null | undefined;
4
+ readonly " $fragmentType": "BAISessionAgentIdsFragment";
5
+ };
6
+ export type BAISessionAgentIdsFragment$key = {
7
+ readonly " $data"?: BAISessionAgentIdsFragment$data;
8
+ readonly " $fragmentSpreads": FragmentRefs<"BAISessionAgentIdsFragment">;
9
+ };
10
+ declare const node: ReaderFragment;
11
+ export default node;
@@ -0,0 +1,12 @@
1
+ import { ReaderFragment, FragmentRefs } from 'relay-runtime';
2
+ export type BAISessionClusterModeFragment$data = {
3
+ readonly cluster_mode: string | null | undefined;
4
+ readonly cluster_size: number | null | undefined;
5
+ readonly " $fragmentType": "BAISessionClusterModeFragment";
6
+ };
7
+ export type BAISessionClusterModeFragment$key = {
8
+ readonly " $data"?: BAISessionClusterModeFragment$data;
9
+ readonly " $fragmentSpreads": FragmentRefs<"BAISessionClusterModeFragment">;
10
+ };
11
+ declare const node: ReaderFragment;
12
+ export default node;
@@ -0,0 +1,13 @@
1
+ import { ConcreteRequest, FragmentRefs } from 'relay-runtime';
2
+ export type BAISessionTypeTagStoriesQuery$variables = Record<PropertyKey, never>;
3
+ export type BAISessionTypeTagStoriesQuery$data = {
4
+ readonly compute_session_node: {
5
+ readonly " $fragmentSpreads": FragmentRefs<"BAISessionTypeTagFragment">;
6
+ } | null | undefined;
7
+ };
8
+ export type BAISessionTypeTagStoriesQuery = {
9
+ response: BAISessionTypeTagStoriesQuery$data;
10
+ variables: BAISessionTypeTagStoriesQuery$variables;
11
+ };
12
+ declare const node: ConcreteRequest;
13
+ export default node;
@@ -0,0 +1,15 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type UNSAFELazyUserEmailViewQuery$variables = {
3
+ uuid: string;
4
+ };
5
+ export type UNSAFELazyUserEmailViewQuery$data = {
6
+ readonly user_node: {
7
+ readonly email: string | null | undefined;
8
+ } | null | undefined;
9
+ };
10
+ export type UNSAFELazyUserEmailViewQuery = {
11
+ response: UNSAFELazyUserEmailViewQuery$data;
12
+ variables: UNSAFELazyUserEmailViewQuery$variables;
13
+ };
14
+ declare const node: ConcreteRequest;
15
+ export default node;
@@ -0,0 +1,16 @@
1
+ import { ConcreteRequest } from 'relay-runtime';
2
+ export type useViewerQuery$variables = Record<PropertyKey, never>;
3
+ export type useViewerQuery$data = {
4
+ readonly viewer: {
5
+ readonly encoded_user_role: string | null | undefined;
6
+ readonly user: {
7
+ readonly email: string | null | undefined;
8
+ } | null | undefined;
9
+ } | null | undefined;
10
+ };
11
+ export type useViewerQuery = {
12
+ response: useViewerQuery$data;
13
+ variables: useViewerQuery$variables;
14
+ };
15
+ declare const node: ConcreteRequest;
16
+ export default node;