@parra/parra-js-sdk 0.3.295 → 0.3.296

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.
@@ -1675,7 +1675,7 @@ export interface Assignment {
1675
1675
  deleted_at?: string | null;
1676
1676
  team_member: TeamMemberStub;
1677
1677
  }
1678
- export interface UpdateLinkRequestBody {
1678
+ export interface UpdateTicketLinkRequestBody {
1679
1679
  title?: string | null;
1680
1680
  url: string;
1681
1681
  description?: string | null;
@@ -3613,7 +3613,7 @@ declare class ParraAPI {
3613
3613
  updateTicketAssignmentById: (tenant_id: string, ticket_id: string, ticket_assignment_id: string, body: UpdateTicketAssignmentRequestBody, options?: Options) => Promise<Assignment>;
3614
3614
  deleteTicketAssignmentById: (tenant_id: string, ticket_id: string, ticket_assignment_id: string, options?: Options) => Promise<Response>;
3615
3615
  deleteAttachmentForTicketById: (tenant_id: string, ticket_id: string, ticket_attachment_id: string, options?: Options) => Promise<Response>;
3616
- updateTicketLinkById: (tenant_id: string, ticket_id: string, ticket_link_id: string, body: UpdateLinkRequestBody, options?: Options) => Promise<TicketLink>;
3616
+ updateTicketLinkById: (tenant_id: string, ticket_id: string, ticket_link_id: string, body: UpdateTicketLinkRequestBody, options?: Options) => Promise<TicketLink>;
3617
3617
  deleteTicketLink: (tenant_id: string, ticket_id: string, ticket_link_id: string, options?: Options) => Promise<Response>;
3618
3618
  createLinkForTicket: (tenant_id: string, ticket_id: string, body?: CreateTicketLinkRequestBody, options?: Options) => Promise<TicketLink>;
3619
3619
  createTicketChecklistItem: (tenant_id: string, ticket_id: string, body?: CreateTicketChecklistItemRequestBody, options?: Options) => Promise<TicketChecklistItem>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.295",
3
+ "version": "0.3.296",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",