jnfrati 4 лет назад
Родитель
Сommit
d6a3890d29
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      dashboard/src/main/home/onboarding/types.ts

+ 3 - 3
dashboard/src/main/home/onboarding/types.ts

@@ -13,7 +13,7 @@ export type AWSRegistryConfig = {
   skip: false;
   skip: false;
   provider: "aws";
   provider: "aws";
   credentials: {
   credentials: {
-    id: string;
+    id: number;
   };
   };
   settings: {
   settings: {
     registry_connection_id: number;
     registry_connection_id: number;
@@ -25,7 +25,7 @@ export type GCPRegistryConfig = {
   skip: false;
   skip: false;
   provider: "gcp";
   provider: "gcp";
   credentials: {
   credentials: {
-    id: string;
+    id: number;
   };
   };
   settings: {
   settings: {
     registry_connection_id: number;
     registry_connection_id: number;
@@ -38,7 +38,7 @@ export type DORegistryConfig = {
   skip: false;
   skip: false;
   provider: "do";
   provider: "do";
   credentials: {
   credentials: {
-    id: string;
+    id: number;
   };
   };
   settings: {
   settings: {
     registry_connection_id: number;
     registry_connection_id: number;