talentro-commons 0.19.14__py3-none-any.whl → 0.19.16__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.
@@ -46,7 +46,7 @@ async def send_billing_event(sku: SKU, organization_id: str, count: int = 1, det
46
46
 
47
47
  metadata = EventMeta(
48
48
  event_type='billing.event',
49
- source="vacancies",
49
+ source="commons",
50
50
  idempotency_key=f"sku:{sku}:count:{count}:org:{str(organization_id)}:unix:{datetime.now(UTC).timestamp()}",
51
51
  )
52
52
 
@@ -63,8 +63,8 @@ async def send_billing_event(sku: SKU, organization_id: str, count: int = 1, det
63
63
 
64
64
  message = Message(
65
65
  event=event,
66
- exchange="x.billable-events",
67
- routing_key="billing.events",
66
+ exchange="x.billing",
67
+ routing_key="billing.event",
68
68
  )
69
69
 
70
70
  await context.send_message(message)
@@ -160,6 +160,8 @@ class Education(StrEnum):
160
160
  UPPER_SECONDARY = "UPPER_SECONDARY"
161
161
  POST_SECONDARY_NON_TERTIARY = "POST_SECONDARY_NON_TERTIARY"
162
162
  SHORT_CYCLE_TERTIARY = "SHORT_CYCLE_TERTIARY"
163
+ CERTIFICATE = "CERTIFICATE"
164
+ ASSOCIATE = "ASSOCIATE"
163
165
  BACHELOR = "BACHELOR"
164
166
  MASTER = "MASTER"
165
167
  DOCTORATE = "DOCTORATE"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: talentro-commons
3
- Version: 0.19.14
3
+ Version: 0.19.16
4
4
  Summary: This package contains all globally used code, services, models and data structures for Talentro
5
5
  License: Proprietary
6
6
  Author: Emiel van Essen
@@ -22,7 +22,7 @@ talentro/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
22
22
  talentro/integrations/dataclasses.py,sha256=FxYbtglKvp_BAufQSCw-IO3wraJUuMvoKZnwJMd5W6w,4482
23
23
  talentro/integrations/models.py,sha256=iNgmAahbonQj2EVd1776xcYzv-1mtAkzGvgDdbjocjo,1292
24
24
  talentro/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- talentro/services/billing.py,sha256=Y2UaQK8lSRa3G8lTZKqLi4t-Jc-EWd7Yn15nR9HOAx8,2000
25
+ talentro/services/billing.py,sha256=8pX57-tP7HyRqB_afB-CpEJXiZzMTJyjLyDI3vLvQsI,1989
26
26
  talentro/services/caching.py,sha256=mmjhXAMJ_g8D8cJqn15YqZ7ST-G5lD9MS-PmlowI7pU,2921
27
27
  talentro/services/clients.py,sha256=vluOrdYdDAQLyGR9-EmogLjA9OUlJtHy0tYD9LhwxKg,2174
28
28
  talentro/services/db.py,sha256=cnKCrYG7GwIu7ZZhA25D-yaXaiCJqPpzfcanWquyrBY,822
@@ -38,7 +38,7 @@ talentro/util/vacancy.py,sha256=mZ_ruL_YPsbJjaUEti78_6TumXhOGAY7Taa2JvXkTkg,1067
38
38
  talentro/vacancies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  talentro/vacancies/dataclasses.py,sha256=E6H5fsZH4IwtBFSLDolzF6u39tEIrANtWiNVoB65P0c,15074
40
40
  talentro/vacancies/models.py,sha256=GoXr71CNzU6csf8gdmv84etb3Rm-Cdfigp1yqPI_jjQ,4822
41
- talentro/vacancies/taxanomy.py,sha256=K3f0yD5g-oxhLXSYNY4WSsGzBfBIb6ngsTDVNGbqO30,6324
42
- talentro_commons-0.19.14.dist-info/METADATA,sha256=OG83zSo8TcK2RFJqe7csk_axkLDsJhLQ4T-ufeq21YQ,1508
43
- talentro_commons-0.19.14.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
44
- talentro_commons-0.19.14.dist-info/RECORD,,
41
+ talentro/vacancies/taxanomy.py,sha256=B6DMq9Wbs0aXFwD9aZveSlLwAC9eq1iCO_KM-FmrV7M,6384
42
+ talentro_commons-0.19.16.dist-info/METADATA,sha256=Ro3Y3KU4KVEPRIsZxFuPdiG6BDltIRiyaMqb6cb0eCM,1508
43
+ talentro_commons-0.19.16.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
44
+ talentro_commons-0.19.16.dist-info/RECORD,,