ipulse-shared-core-ftredge 2.11__py3-none-any.whl → 2.12__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.

Potentially problematic release.


This version of ipulse-shared-core-ftredge might be problematic. Click here for more details.

@@ -15,8 +15,6 @@ CLASS_REVISION_DATE=datetime(2024, 2, 13, 20, 15)
15
15
  DOMAIN="user"
16
16
  OBJ_REF = "usprfl"
17
17
 
18
-
19
-
20
18
  class UserProfile(BaseModel):
21
19
  schema_version: float = Field(default=CLASS_VERSION, description="Version of this Class == version of DB Schema") #User can Read only
22
20
  # uid: str = Field(frozen=True, description="Combination of user_usrprof_<Firebase Auth UID>") #User can Read only ---> STORED as Firestore Doc ID
@@ -37,7 +37,7 @@ class UserStatus(BaseModel):
37
37
  sbscrptn_end_date: datetime=Field(default_factory=lambda:datetime.utcnow()+relativedelta(years=1) , description="Subscription End Date") #User can Read only
38
38
  sbscrptn_insight_credits: int= Field(default_factory=lambda:DEFAULT_SUBSCRIPTION_INSIGHT_CREDITS, description="Depends on Subscription Plan, Set Amount udated at Regular Intervals or at Regular Time") #User can Read only
39
39
  sbscrptn_ins_crdts_updtd_since_datetime: datetime=Field(default_factory=lambda:datetime.utcnow(), description="Subscription Start Date") #User can Read only #User can Read only #User can Read only
40
- extra_insigth_credits: int= Field(default_factory=lambda:DEFAULT_EXTRA_INSIGHT_CREDITS, description="If user purchased extra Insigth Credits they shouldn't Expire") #User can Read only
40
+ extra_insight_credits: int= Field(default_factory=lambda:DEFAULT_EXTRA_INSIGHT_CREDITS, description="If user purchased extra Insigth Credits they shouldn't Expire") #User can Read only
41
41
  payment_refs_uids: Optional[Set[str]] = None #User can Read only
42
42
 
43
43
  creat_date: datetime #User can Read only
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipulse_shared_core_ftredge
3
- Version: 2.11
3
+ Version: 2.12
4
4
  Summary: Shared models for the Pulse platform project. Using AI for financial advisory and investment management.
5
5
  Home-page: https://github.com/TheFutureEdge/ipulse_shared_core
6
6
  Author: Russlan Ramdowar
@@ -5,13 +5,13 @@ ipulse_shared_core_ftredge/models/organisation.py,sha256=4f1ATEWh5WT-CDJBLEZUhUw
5
5
  ipulse_shared_core_ftredge/models/pulse_enums.py,sha256=zBt03Ij1TBW3vIOof0SrH2cRNht_m0XzOq9D8u6twhY,5529
6
6
  ipulse_shared_core_ftredge/models/resource_catalog_item.py,sha256=PxeRvI8fe8KOiHr6NW2Jz_yocyLId09PW8QyTZxjHAA,9809
7
7
  ipulse_shared_core_ftredge/models/user_auth.py,sha256=35HNN7ZW4ZELCqaJrAtoSsVLFAZ1KL2S_VmuzbcEMm4,119
8
- ipulse_shared_core_ftredge/models/user_profile.py,sha256=q1sGCsqV-W-qlkQRNTlODKx47C-UtC3m6dZny637e2o,1900
8
+ ipulse_shared_core_ftredge/models/user_profile.py,sha256=h40sXvhS529dBvmSjBo4qO_pNzWzmtcnXmsXA9dnU_Q,1898
9
9
  ipulse_shared_core_ftredge/models/user_profile_update.py,sha256=e2jO24JRcnUYJvQWOARbtCW-23WPcGbsWDYw0Iow6mQ,572
10
- ipulse_shared_core_ftredge/models/user_status.py,sha256=FGrm9VyXKLHFxuWjCSIGG69Sqndj7h_kNiq49nJ13x0,3052
10
+ ipulse_shared_core_ftredge/models/user_status.py,sha256=9BLQ5Q9TFoHflSU7ttIEWIZREtCaPikwQMTj-GOzA5Q,3052
11
11
  ipulse_shared_core_ftredge/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  ipulse_shared_core_ftredge/tests/test.py,sha256=0lS8HP5Quo_BqNoscU40qOH9aJRaa1Pfam5VUBmdld8,682
13
- ipulse_shared_core_ftredge-2.11.dist-info/LICENCE,sha256=YBtYAXNqCCOo9Mr2hfkbSPAM9CeAr2j1VZBSwQTrNwE,1060
14
- ipulse_shared_core_ftredge-2.11.dist-info/METADATA,sha256=ZYE374x9fgNgNeYIaQcVO3wbTlbG4NuL5Dyc1-n68pA,396
15
- ipulse_shared_core_ftredge-2.11.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
16
- ipulse_shared_core_ftredge-2.11.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
17
- ipulse_shared_core_ftredge-2.11.dist-info/RECORD,,
13
+ ipulse_shared_core_ftredge-2.12.dist-info/LICENCE,sha256=YBtYAXNqCCOo9Mr2hfkbSPAM9CeAr2j1VZBSwQTrNwE,1060
14
+ ipulse_shared_core_ftredge-2.12.dist-info/METADATA,sha256=cFc1Itl0Kh_30s0uItKIG0a4Y_8yjUd37zm8VMEdC7c,396
15
+ ipulse_shared_core_ftredge-2.12.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
16
+ ipulse_shared_core_ftredge-2.12.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
17
+ ipulse_shared_core_ftredge-2.12.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5