randmar-api-client 1.387.0 → 1.389.0

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.
@@ -730,7 +730,7 @@ export type PostV4PartnerByApplicationIdAttachmentUploadApiArg = {
730
730
  };
731
731
  };
732
732
  export type PostV4PartnerByApplicationIdAttachmentCreateApiResponse =
733
- /** status 200 The temporary storage key for the created text attachment. */ string;
733
+ /** status 200 The durable attachment UUID for the created text attachment. */ string;
734
734
  export type PostV4PartnerByApplicationIdAttachmentCreateApiArg = {
735
735
  /** The application ID of the partner. */
736
736
  applicationId: string;
@@ -771,7 +771,7 @@ export type DeleteV4PartnerByApplicationIdAttachmentAndAttachmentUuidApiArg = {
771
771
  attachmentUuid: string;
772
772
  };
773
773
  export type GetV4PartnerByApplicationIdAttachmentsApiResponse =
774
- /** status 200 All registered attachments uploaded by the partner. */ AttachmentHeader[];
774
+ /** status 200 Registered partner-level attachments uploaded by the partner. */ AttachmentHeader[];
775
775
  export type GetV4PartnerByApplicationIdAttachmentsApiArg = {
776
776
  /** The application ID of the partner. */
777
777
  applicationId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.387.0",
3
+ "version": "1.389.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",