@adspireai/adspire-node-sdk 1.0.76 → 1.0.77

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.
@@ -111,6 +111,10 @@ export type Comments = {
111
111
  * Indicates if comment was edited
112
112
  */
113
113
  is_edited?: boolean;
114
+ /**
115
+ * Indicates if comment was soft deleted
116
+ */
117
+ is_deleted?: boolean;
114
118
  /**
115
119
  * Number of replies to this comment
116
120
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adspireai/adspire-node-sdk",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "Official Node.js SDK for AdspireAI API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",