lumnisai 0.5.6 → 0.5.7

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.
package/dist/index.d.cts CHANGED
@@ -3913,6 +3913,7 @@ interface ApprovalActionRequest {
3913
3913
  userId: string;
3914
3914
  notes?: string;
3915
3915
  modifiedContent?: string;
3916
+ modifiedSubject?: string;
3916
3917
  }
3917
3918
  interface RejectActionRequest {
3918
3919
  userId: string;
@@ -3929,6 +3930,7 @@ interface CampaignBulkApprovalItem {
3929
3930
  notes?: string;
3930
3931
  reason?: string;
3931
3932
  modifiedContent?: string;
3933
+ modifiedSubject?: string;
3932
3934
  }
3933
3935
  interface CampaignBulkApprovalRequest {
3934
3936
  userId: string;
package/dist/index.d.mts CHANGED
@@ -3913,6 +3913,7 @@ interface ApprovalActionRequest {
3913
3913
  userId: string;
3914
3914
  notes?: string;
3915
3915
  modifiedContent?: string;
3916
+ modifiedSubject?: string;
3916
3917
  }
3917
3918
  interface RejectActionRequest {
3918
3919
  userId: string;
@@ -3929,6 +3930,7 @@ interface CampaignBulkApprovalItem {
3929
3930
  notes?: string;
3930
3931
  reason?: string;
3931
3932
  modifiedContent?: string;
3933
+ modifiedSubject?: string;
3932
3934
  }
3933
3935
  interface CampaignBulkApprovalRequest {
3934
3936
  userId: string;
package/dist/index.d.ts CHANGED
@@ -3913,6 +3913,7 @@ interface ApprovalActionRequest {
3913
3913
  userId: string;
3914
3914
  notes?: string;
3915
3915
  modifiedContent?: string;
3916
+ modifiedSubject?: string;
3916
3917
  }
3917
3918
  interface RejectActionRequest {
3918
3919
  userId: string;
@@ -3929,6 +3930,7 @@ interface CampaignBulkApprovalItem {
3929
3930
  notes?: string;
3930
3931
  reason?: string;
3931
3932
  modifiedContent?: string;
3933
+ modifiedSubject?: string;
3932
3934
  }
3933
3935
  interface CampaignBulkApprovalRequest {
3934
3936
  userId: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lumnisai",
3
3
  "type": "module",
4
- "version": "0.5.6",
4
+ "version": "0.5.7",
5
5
  "description": "Official Node.js SDK for the Lumnis AI API",
6
6
  "author": "Lumnis AI",
7
7
  "license": "MIT",