@squidcloud/freshdesk-client 1.0.473 → 1.0.474

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.
@@ -106,6 +106,7 @@ export interface FreshdeskTicket {
106
106
  email_config_id?: number;
107
107
  product_id?: number;
108
108
  custom_fields?: Record<string, unknown>;
109
+ attachments?: Array<FreshdeskAttachment>;
109
110
  created_at: string;
110
111
  updated_at: string;
111
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/freshdesk-client",
3
- "version": "1.0.473",
3
+ "version": "1.0.474",
4
4
  "description": "Squid Freshdesk Client - SDK for interacting with the Freshdesk connector",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/freshdesk-client/src/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "license": "ISC",
24
24
  "dependencies": {
25
25
  "assertic": "^1.3.0",
26
- "@squidcloud/client": "^1.0.473"
26
+ "@squidcloud/client": "^1.0.474"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=20.0.0"