File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed 
packages/client-search/src/types Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import { ApiKeyACLType } from '.';
22
33export  type  GetApiKeyResponse  =  { 
44  /** 
5-    * A Unix timestamp used to define the expiration date of the API  key.  
5+    * The api  key value  
66   */ 
77  value : string ; 
88
99  /** 
10-    * Date of creation. 
10+    * Date of creation (Unix timestamp) . 
1111   */ 
12-   createdAt : string ; 
12+   createdAt : number ; 
1313
1414  /** 
1515   * List of permissions the key contains. 
Original file line number Diff line number Diff line change 1+ import  {  ApiKeyACLType  }  from  '.' ; 
2+ 
13export  type  UpdateApiKeyOptions  =  { 
4+   /** 
5+    * List of permissions the key contains. 
6+    */ 
7+   readonly  acl ?: readonly  ApiKeyACLType [ ] ; 
8+ 
29  /** 
310   * A Unix timestamp used to define the expiration date of the API key. 
411   */ 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments