@epilot/message-client 1.1.0 → 1.1.1

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.
package/dist/openapi.d.ts CHANGED
@@ -171,7 +171,7 @@ declare namespace Components {
171
171
  * Bcc email addresses
172
172
  */
173
173
  bcc?: Address[];
174
- file?: File;
174
+ file?: AttachmentsRelation;
175
175
  /**
176
176
  * References header. Value is the series of `message_id` which is reparated by space to indicate that message has parent.\
177
177
  * The last message ID in references identifies the parent. The first message ID in references identifies the first message in the thread.\
@@ -273,7 +273,7 @@ declare namespace Components {
273
273
  * Bcc email addresses
274
274
  */
275
275
  bcc?: Address[];
276
- file?: File;
276
+ file?: AttachmentsRelation;
277
277
  }
278
278
  export interface SearchParams {
279
279
  /**
@@ -406,7 +406,7 @@ declare namespace Paths {
406
406
  * Bcc email addresses
407
407
  */
408
408
  bcc?: Components.Schemas.Address[];
409
- file?: Components.Schemas.File;
409
+ file?: Components.Schemas.AttachmentsRelation;
410
410
  /**
411
411
  * References header. Value is the series of `message_id` which is reparated by space to indicate that message has parent.\
412
412
  * The last message ID in references identifies the parent. The first message ID in references identifies the first message in the thread.\
@@ -665,7 +665,7 @@ declare namespace Paths {
665
665
  * Bcc email addresses
666
666
  */
667
667
  bcc?: Components.Schemas.Address[];
668
- file?: Components.Schemas.File;
668
+ file?: Components.Schemas.AttachmentsRelation;
669
669
  /**
670
670
  * References header. Value is the series of `message_id` which is reparated by space to indicate that message has parent.\
671
671
  * The last message ID in references identifies the parent. The first message ID in references identifies the first message in the thread.\
@@ -794,7 +794,7 @@ declare namespace Paths {
794
794
  * Bcc email addresses
795
795
  */
796
796
  bcc?: Components.Schemas.Address[];
797
- file?: Components.Schemas.File;
797
+ file?: Components.Schemas.AttachmentsRelation;
798
798
  /**
799
799
  * References header. Value is the series of `message_id` which is reparated by space to indicate that message has parent.\
800
800
  * The last message ID in references identifies the parent. The first message ID in references identifies the first message in the thread.\
@@ -954,7 +954,7 @@ declare namespace Paths {
954
954
  * Bcc email addresses
955
955
  */
956
956
  bcc?: Components.Schemas.Address[];
957
- file?: Components.Schemas.File;
957
+ file?: Components.Schemas.AttachmentsRelation;
958
958
  /**
959
959
  * References header. Value is the series of `message_id` which is reparated by space to indicate that message has parent.\
960
960
  * The last message ID in references identifies the parent. The first message ID in references identifies the first message in the thread.\