@parra/parra-js-sdk 0.3.389 → 0.3.391
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +2 -2
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -1149,7 +1149,7 @@ export interface CreateCreatorAttachmentAttachmentRequestBody {
|
|
1149
1149
|
export interface CreateCreatorUpdateRequestBody {
|
1150
1150
|
publish?: boolean | null;
|
1151
1151
|
template_id?: string | null;
|
1152
|
-
title
|
1152
|
+
title?: string | null;
|
1153
1153
|
body?: string | null;
|
1154
1154
|
attachments?: Array<CreateCreatorAttachmentAttachmentRequestBody>;
|
1155
1155
|
}
|
@@ -4232,7 +4232,7 @@ declare class ParraAPI {
|
|
4232
4232
|
}, options?: Options) => Promise<CreatorUpdateTemplateCollectionResponse>;
|
4233
4233
|
updateCreatorUpdateTemplateById: (tenant_id: string, creator_update_template_id: string, body?: UpdateCreatorUpdateTemplateRequestBody, options?: Options) => Promise<CreatorUpdateTemplate>;
|
4234
4234
|
deleteCreatorUpdateTemplateById: (tenant_id: string, creator_update_template_id: string, options?: Options) => Promise<Response>;
|
4235
|
-
createCreatorUpdateForTenant: (tenant_id: string, body
|
4235
|
+
createCreatorUpdateForTenant: (tenant_id: string, body?: CreateCreatorUpdateRequestBody, options?: Options) => Promise<CreatorUpdate>;
|
4236
4236
|
paginateCreatorUpdatesForTenant: (tenant_id: string, query?: {
|
4237
4237
|
$select?: string;
|
4238
4238
|
$top?: number;
|