@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.
@@ -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: string;
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: CreateCreatorUpdateRequestBody, options?: Options) => Promise<CreatorUpdate>;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.389",
3
+ "version": "0.3.391",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",