lumnisai 0.2.12 → 0.2.13
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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3051,7 +3051,7 @@ declare class ResponsesResource {
|
|
|
3051
3051
|
* Sequences types for automated multi-step outreach campaigns.
|
|
3052
3052
|
*/
|
|
3053
3053
|
type SequenceChannel = 'linkedin' | 'email';
|
|
3054
|
-
type LinkedInAction = 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
|
|
3054
|
+
type LinkedInAction = 'check_connection' | 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
|
|
3055
3055
|
type EmailAction = 'send';
|
|
3056
3056
|
type SequenceAction = LinkedInAction | EmailAction;
|
|
3057
3057
|
type ContentSource = 'template' | 'ai_generate' | 'ai_enhance' | 'none';
|
package/dist/index.d.mts
CHANGED
|
@@ -3051,7 +3051,7 @@ declare class ResponsesResource {
|
|
|
3051
3051
|
* Sequences types for automated multi-step outreach campaigns.
|
|
3052
3052
|
*/
|
|
3053
3053
|
type SequenceChannel = 'linkedin' | 'email';
|
|
3054
|
-
type LinkedInAction = 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
|
|
3054
|
+
type LinkedInAction = 'check_connection' | 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
|
|
3055
3055
|
type EmailAction = 'send';
|
|
3056
3056
|
type SequenceAction = LinkedInAction | EmailAction;
|
|
3057
3057
|
type ContentSource = 'template' | 'ai_generate' | 'ai_enhance' | 'none';
|
package/dist/index.d.ts
CHANGED
|
@@ -3051,7 +3051,7 @@ declare class ResponsesResource {
|
|
|
3051
3051
|
* Sequences types for automated multi-step outreach campaigns.
|
|
3052
3052
|
*/
|
|
3053
3053
|
type SequenceChannel = 'linkedin' | 'email';
|
|
3054
|
-
type LinkedInAction = 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
|
|
3054
|
+
type LinkedInAction = 'check_connection' | 'connection_request' | 'message' | 'inmail' | 'view_profile' | 'like_post' | 'comment_post';
|
|
3055
3055
|
type EmailAction = 'send';
|
|
3056
3056
|
type SequenceAction = LinkedInAction | EmailAction;
|
|
3057
3057
|
type ContentSource = 'template' | 'ai_generate' | 'ai_enhance' | 'none';
|