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 +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|