File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
construction/issues/source/model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22import  {  Attachment  }  from  './attachment' ; 
33
44/** 
5-  *  
5+  * An optional array of attachments associated with this object.  
66 * @export  
77 * @interface  Attachments 
88 */ 
@@ -12,6 +12,6 @@ export interface Attachments {
1212     * @type  {Array<Attachment> } 
1313     * @memberof  Attachments 
1414     */ 
15-     'attachments ' ?: Array < Attachment > ; 
15+     'attachmentList ' ?: Array < Attachment > ; 
1616} 
1717
Original file line number Diff line number Diff line change 22import  {  AttachmentObject  }  from  './attachmentObject' ; 
33
44/** 
5-  *  
5+  * Represents the payload for adding attachments to an issue.  
66 * @export  
77 * @interface  AttachmentsPayload 
88 */ 
@@ -14,7 +14,7 @@ export interface AttachmentsPayload {
1414     */ 
1515    'domainEntityId' ?: string ; 
1616    /** 
17-      *  
17+      * The list of attachments to be added to the issue.  
1818     * @type  {Array<AttachmentObject> } 
1919     * @memberof  AttachmentsPayload 
2020     */ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments