ID Vision Phase 2: Standardize Page, Post, Person, Organization, and Hosted File objects

This commit is contained in:
Scott Idem
2026-01-19 18:04:17 -05:00
parent ab8afb72d2
commit 817bb80f87
11 changed files with 324 additions and 457 deletions

View File

@@ -134,9 +134,10 @@ other_obj_li = {
],
# V3 Search Security:
'searchable_fields': [
'hosted_file_id_random', 'account_id_random', 'hash_sha256', 'title',
'description', 'filename', 'extension', 'content_type', 'enable',
'hide', 'priority', 'sort', 'group', 'notes', 'created_on', 'updated_on'
'id', 'account_id', 'hosted_file_id_random', 'account_id_random',
'hash_sha256', 'title', 'description', 'filename', 'extension',
'content_type', 'enable', 'hide', 'priority', 'sort', 'group',
'notes', 'created_on', 'updated_on'
],
},
'hosted_file_link': {
@@ -153,8 +154,9 @@ other_obj_li = {
'base_name': Hosted_File_Link_Base,
# V3 Search Security:
'searchable_fields': [
'id', 'account_id_random', 'hosted_file_id_random', 'link_to_type',
'link_to_id_random', 'created_on', 'updated_on'
'id', 'account_id', 'hosted_file_id', 'account_id_random',
'hosted_file_id_random', 'link_to_type', 'link_to_id_random',
'created_on', 'updated_on'
],
},
'stripe_log': {