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
|
|
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
|
|
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;
|