leadguru-jobs 0.669.0__py3-none-any.whl → 0.670.0__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: leadguru_jobs
3
- Version: 0.669.0
3
+ Version: 0.670.0
4
4
  Summary: LGT jobs builds
5
5
  Author-email: developer@leadguru.co
6
6
  Classifier: Development Status :: 5 - Production/Stable
@@ -76,7 +76,7 @@ lgt_jobs/lgt_data/models/leads/extended_lead.py,sha256=ezFrKv-f5GBXr3QAM-V_qJQ-i
76
76
  lgt_jobs/lgt_data/models/leads/lead.py,sha256=mTZh8YV06nX9OWYvv_X7rDdIperB-RPChrEuheeYMU0,1300
77
77
  lgt_jobs/lgt_data/models/leads/message.py,sha256=7mXwYfSpmhY_zC8TfUdAZzxsPP-02bOqVjdkN4Vid5s,1533
78
78
  lgt_jobs/lgt_data/models/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
- lgt_jobs/lgt_data/models/notifications/notification.py,sha256=mtdrVzn7Hs2zWz6v29OKynznoe0yfZ2J9ijA34Omy_o,19358
79
+ lgt_jobs/lgt_data/models/notifications/notification.py,sha256=FyX07HrKbDPcixxyMA_Bf-FIAcJQOINBaAavSbibcY8,19598
80
80
  lgt_jobs/lgt_data/models/notifications/notification_settings.py,sha256=VFddLvk2ROz4n50wYuZmqBDn7MssFwj-e9DbWweIVA4,2780
81
81
  lgt_jobs/lgt_data/models/people/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
82
  lgt_jobs/lgt_data/models/people/people.py,sha256=pm60uMVmNIxOGCBAtZWhmXSJOe0SJ4C1y_HurUq00oY,3420
@@ -105,7 +105,7 @@ lgt_jobs/lgt_data/repositories/post/posts.py,sha256=ZA19L-CYdxLhlapyMQtSJzP3QMUl
105
105
  lgt_jobs/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
106
  lgt_jobs/services/web_client.py,sha256=oMyWJxwGeIe3f40fPT7xcisjDg3BhA3Ipf8dr1jVT-Y,1549
107
107
  lgt_jobs/templates/new_message.html,sha256=dZl8UmdAOOMq4nidvAgMFroSrTV7Pw0RWt2yLp_2idg,6989
108
- leadguru_jobs-0.669.0.dist-info/METADATA,sha256=x8ipyKBYK2ruiP1rkCBstiUA3ec8Lm64J4WRbp0vVAY,1319
109
- leadguru_jobs-0.669.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
110
- leadguru_jobs-0.669.0.dist-info/top_level.txt,sha256=rIuw1DqwbnZyeoarBSC-bYeGOhv9mZBs7_afl9q4_JI,9
111
- leadguru_jobs-0.669.0.dist-info/RECORD,,
108
+ leadguru_jobs-0.670.0.dist-info/METADATA,sha256=csqr66TlBN21SZznCPU4D3gYj-jIZDonCwuITk-eiU8,1319
109
+ leadguru_jobs-0.670.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
110
+ leadguru_jobs-0.670.0.dist-info/top_level.txt,sha256=rIuw1DqwbnZyeoarBSC-bYeGOhv9mZBs7_afl9q4_JI,9
111
+ leadguru_jobs-0.670.0.dist-info/RECORD,,
@@ -55,70 +55,69 @@ class IncomingMessageNotification(Notification):
55
55
 
56
56
  other_leads_text = ' and other leads.'
57
57
  name_html_item = '''
58
- <div style="display: inline-block; padding-left: 2px" class="lead_names">
59
- <img alt="Lead Photo" src="$$USER_IMAGE$$" width="24" height="24"
60
- style="background-color: #FFFFFE !important; display: inline-block; vertical-align: top; width: 24px;
61
- max-width: 24px; min-width: 24px; font-family: 'Outfit', Helvetica, Arial, sans-serif; color: #FFFFFE;
62
- border-radius: 50%; font-size: 16px;" border="0">
63
- <span style="font-weight: 600;">$$USER_NAME$$</span>
64
- </div>
65
- '''
58
+ <div style="display: inline-block; padding-left: 2px" class="lead_names">
59
+ <img alt="Lead Photo" src="$$USER_IMAGE$$" width="24" height="24"
60
+ style="background-color: #FFFFFE !important; display: inline-block; vertical-align: top; width: 24px;
61
+ max-width: 24px; min-width: 24px; font-family: 'Outfit', Helvetica, Arial, sans-serif; color: #FFFFFE;
62
+ border-radius: 50% !important; font-size: 16px;" border="0">
63
+ <span style="font-weight: 600;">$$USER_NAME$$</span>
64
+ </div>
65
+ '''
66
66
  view_message_html_item = '''
67
- <td align="right" class="pr-text-dark" style="width: 100%">
68
- <a href="$$VIEW_MESSAGE_URL$$" target="_blank"style="color: #3579F6; font-family: 'Outfit', Helvetica, Arial,
69
- sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-decoration: none;
70
- display: inline-block;">View message <img alt="View message" src="{{ IMAGE_ARROW_BLUE.src }}" width="16"
71
- height="16" style="display: inline-block; vertical-align: middle; width: 16px; max-width: 16px;
72
- min-width: 16px; margin: 0 -1px 4px 7px" border="0"></a>
73
- </td>'''
74
-
67
+ <td align="right" class="pr-text-dark" style="width: 100%">
68
+ <a href="$$VIEW_MESSAGE_URL$$" target="_blank"style="color: #3579F6; font-family: 'Outfit', Helvetica, Arial,
69
+ sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; text-decoration: none;
70
+ display: inline-block;">View message <img alt="View message" src="{{ IMAGE_ARROW_BLUE.src }}" width="16"
71
+ height="16" style="display: inline-block; vertical-align: middle; width: 16px; max-width: 16px;
72
+ min-width: 16px; margin: 0 -1px 4px 7px" border="0"></a>
73
+ </td>'''
75
74
  unread_message_html_item = '''
76
- <tr>
77
- <td bgcolor="#FFFFFE" align="left" style="padding-top: 16px;"
78
- class="pr-bg-dark pr-text-dark">
79
- <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
80
- <tr>
81
- <td bgcolor="#FFFFFE" align="left"
82
- class="pr-bg-dark pr-text-dark"
83
- style="color: #262730; font-family: 'Outfit', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 20px;">
84
- <table role="presentation" border="0" cellspacing="0" cellpadding="0"
85
- style="border-collapse: separate !important;">
86
- <tr>
87
- <td align="center" bgcolor="#FFFFFE" style="border-radius: 50% !important;">
88
- <img alt="Lead Photo" src="$$USER_IMAGE$$" width="24"
89
- height="24"
90
- style="display: inline-block; vertical-align: middle; width: 24px; max-width: 24px; min-width: 24px; font-family: 'Outfit', Helvetica, Arial, sans-serif; color: #FFFFFE; border-radius: 50%; font-size: 16px;"
91
- border="0">
92
- </td>
93
- <td align="center"
94
- class="pr-text-dark"
95
- style="white-space: nowrap; color: #262730; font-family: 'Outfit', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; padding-left: 4px">
96
- $$USER_NAME$$
97
- </td>
98
- $$VIEW_MESSAGE_BUTTON$$
99
- </tr>
100
- </table>
101
- </td>
102
- </tr>
103
-
104
- <tr>
105
- <td align="left" style="padding-top: 8px">
106
- <table role="presentation" border="0" cellspacing="0" cellpadding="0"
107
- style="border-collapse: separate !important;">
108
- <tr>
109
- <td align="left" bgcolor="#F6F6F8"
110
- class="sec-bg-dark pr-text-dark"
111
- style="color: #262730; font-family: 'Outfit', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 20px; padding: 12px; border-radius: 0 12px 12px 12px; background-color: #F6F6F8">
112
- $$MESSAGE_TEXT$$
113
- </td>
114
- </tr>
115
- </table>
116
- </td>
117
- </tr>
118
- </table>
119
- </td>
120
- </tr>
121
- '''
75
+ <tr>
76
+ <td bgcolor="#FFFFFE" align="left" style="padding-top: 16px;"
77
+ class="pr-bg-dark pr-text-dark">
78
+ <table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
79
+ <tr>
80
+ <td bgcolor="#FFFFFE" align="left"
81
+ class="pr-bg-dark pr-text-dark"
82
+ style="font-family: 'Outfit', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 20px;">
83
+ <table role="presentation" border="0" cellspacing="0" cellpadding="0"
84
+ style="border-collapse: separate !important;">
85
+ <tr>
86
+ <td align="center" bgcolor="#FFFFFE" style="border-radius: 50% !important;">
87
+ <img alt="Lead Photo" src="$$USER_IMAGE$$" width="24"
88
+ height="24"
89
+ style="display: inline-block; vertical-align: middle; width: 24px; max-width: 24px; min-width: 24px; font-family: 'Outfit', Helvetica, Arial, sans-serif; color: #FFFFFE; border-radius: 50% !important; font-size: 16px;"
90
+ border="0">
91
+ </td>
92
+ <td align="center"
93
+ class="pr-text-dark"
94
+ style="white-space: nowrap; font-family: 'Outfit', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; padding-left: 4px">
95
+ $$USER_NAME$$
96
+ </td>
97
+ $$VIEW_MESSAGE_BUTTON$$
98
+ </tr>
99
+ </table>
100
+ </td>
101
+ </tr>
102
+
103
+ <tr>
104
+ <td align="left" style="padding-top: 8px">
105
+ <table role="presentation" border="0" cellspacing="0" cellpadding="0"
106
+ style="border-collapse: separate !important;">
107
+ <tr>
108
+ <td align="left" bgcolor="#F6F6F8"
109
+ class="sec-bg-dark pr-text-dark"
110
+ style="color: #262730; font-family: 'Outfit', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 20px; padding: 12px; border-radius: 0 12px 12px 12px !important; background-color: #F6F6F8">
111
+ $$MESSAGE_TEXT$$
112
+ </td>
113
+ </tr>
114
+ </table>
115
+ </td>
116
+ </tr>
117
+ </table>
118
+ </td>
119
+ </tr>
120
+ '''
122
121
 
123
122
  @staticmethod
124
123
  def get_button_name() -> str: