File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 
components/airtable_oauth/actions Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44  key : "airtable_oauth-create-table" , 
55  name : "Create Table" , 
66  description : "Create a new table. [See the documentation](https://airtable.com/developers/web/api/create-table)" , 
7-   version : "0.0.6 " , 
7+   version : "0.0.7 " , 
88  type : "action" , 
99  props : { 
1010    airtable, 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
55  key : "airtable_oauth-search-records" , 
66  name : "Search Records" , 
77  description : "Search for a record by formula or by field value. [See the documentation](https://airtable.com/developers/web/api/list-records)" , 
8-   version : "0.0.8 " , 
8+   version : "0.0.9 " , 
99  type : "action" , 
1010  props : { 
1111    ...common . props , 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44  key : "airtable_oauth-update-comment" , 
55  name : "Update Comment" , 
66  description : "Update an existing comment on a selected record. [See the documentation](https://airtable.com/developers/web/api/update-comment)" , 
7-   version : "0.0.6 " , 
7+   version : "0.0.7 " , 
88  type : "action" , 
99  props : { 
1010    ...common . props , 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44  key : "airtable_oauth-update-table" , 
55  name : "Update Table" , 
66  description : "Update an existing table. [See the documentation](https://airtable.com/developers/web/api/update-table)" , 
7-   version : "0.0.6 " , 
7+   version : "0.0.7 " , 
88  type : "action" , 
99  props : { 
1010    ...common . props , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments