Skip to content

Commit 25ec10c

Browse files
committed
fix(dlp): add missing model_rebuild/update_forward_refs for SharedEntryCustomEntry classes
1 parent 31d87f3 commit 25ec10c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/cloudflare/types/zero_trust/dlp/profile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ class IntegrationProfile(BaseModel):
858858
CustomProfileEntryIntegrationEntry.model_rebuild()
859859
CustomProfileEntryExactDataEntry.model_rebuild()
860860
CustomProfileEntryWordListEntry.model_rebuild()
861+
CustomProfileSharedEntryCustomEntry.model_rebuild()
861862
PredefinedProfile.model_rebuild()
862863
PredefinedProfileEntryCustomEntry.model_rebuild()
863864
PredefinedProfileEntryPredefinedEntry.model_rebuild()
@@ -872,6 +873,7 @@ class IntegrationProfile(BaseModel):
872873
IntegrationProfileEntryIntegrationEntry.model_rebuild()
873874
IntegrationProfileEntryExactDataEntry.model_rebuild()
874875
IntegrationProfileEntryWordListEntry.model_rebuild()
876+
IntegrationProfileSharedEntryCustomEntry.model_rebuild()
875877
else:
876878
CustomProfile.update_forward_refs() # type: ignore
877879
CustomProfileEntryCustomEntry.update_forward_refs() # type: ignore
@@ -880,6 +882,7 @@ class IntegrationProfile(BaseModel):
880882
CustomProfileEntryIntegrationEntry.update_forward_refs() # type: ignore
881883
CustomProfileEntryExactDataEntry.update_forward_refs() # type: ignore
882884
CustomProfileEntryWordListEntry.update_forward_refs() # type: ignore
885+
CustomProfileSharedEntryCustomEntry.update_forward_refs() # type: ignore
883886
PredefinedProfile.update_forward_refs() # type: ignore
884887
PredefinedProfileEntryCustomEntry.update_forward_refs() # type: ignore
885888
PredefinedProfileEntryPredefinedEntry.update_forward_refs() # type: ignore
@@ -894,3 +897,4 @@ class IntegrationProfile(BaseModel):
894897
IntegrationProfileEntryIntegrationEntry.update_forward_refs() # type: ignore
895898
IntegrationProfileEntryExactDataEntry.update_forward_refs() # type: ignore
896899
IntegrationProfileEntryWordListEntry.update_forward_refs() # type: ignore
900+
IntegrationProfileSharedEntryCustomEntry.update_forward_refs() # type: ignore

0 commit comments

Comments
 (0)