@trycompai/db 1.0.0
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.
- package/dist/index.d.mts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +39 -0
- package/dist/index.mjs +14 -0
- package/dist/prisma/functionDefinition.sql +18 -0
- package/dist/prisma/migrations/20250403163138_init/migration.sql +611 -0
- package/dist/prisma/migrations/20250403165218_archived_on_its_own/migration.sql +29 -0
- package/dist/prisma/migrations/20250403194504_risk_assignee/migration.sql +18 -0
- package/dist/prisma/migrations/20250403201319_tasks_use_asignee/migration.sql +16 -0
- package/dist/prisma/migrations/20250403205655_vendor_assignee/migration.sql +22 -0
- package/dist/prisma/migrations/20250403205840_oops_optional/migration.sql +2 -0
- package/dist/prisma/migrations/20250403210049_task_assignee_optional_too/migration.sql +8 -0
- package/dist/prisma/migrations/20250404004853_stripecustomerid/migration.sql +2 -0
- package/dist/prisma/migrations/20250406004306_added_common_comment_table/migration.sql +20 -0
- package/dist/prisma/migrations/20250410193847_add_unique_constraint_to_artifact_t_table/migration.sql +30 -0
- package/dist/prisma/migrations/20250410193857_remove_published_field_from_evidence/migration.sql +12 -0
- package/dist/prisma/migrations/20250414191353_onboarding_experience/migration.sql +25 -0
- package/dist/prisma/migrations/20250414203443_added_evidence_to_onboarding/migration.sql +2 -0
- package/dist/prisma/migrations/20250417205622_add_global_vendors/migration.sql +26 -0
- package/dist/prisma/migrations/20250417205625_update_task_table_and_comments_and_attachments/migration.sql +86 -0
- package/dist/prisma/migrations/20250417205627_remove_evidence_table/migration.sql +109 -0
- package/dist/prisma/migrations/20250417205629_frequency_task_is_optional/migration.sql +2 -0
- package/dist/prisma/migrations/20250418151856_add_comment_relationship_to_attachment_and_vice_versa/migration.sql +8 -0
- package/dist/prisma/migrations/20250423154259_make_role_string/migration.sql +9 -0
- package/dist/prisma/migrations/20250424165055_update_onboarding_to_use_tasks/migration.sql +9 -0
- package/dist/prisma/migrations/20250424170518_remove_evidence_artifact_type/migration.sql +14 -0
- package/dist/prisma/migrations/20250428202144_add_website_to_organization/migration.sql +2 -0
- package/dist/prisma/migrations/20250429155419_add_company_details_to_onboarding/migration.sql +2 -0
- package/dist/prisma/migrations/20250509160401_added_framework_editor/migration.sql +8 -0
- package/dist/prisma/migrations/20250509162708_init_framework_editor_tables/migration.sql +122 -0
- package/dist/prisma/migrations/20250509172401_drop_slug/migration.sql +11 -0
- package/dist/prisma/migrations/20250509232122_trust_portal/migration.sql +24 -0
- package/dist/prisma/migrations/20250511040043_add_custom_domain_to_trust_portal/migration.sql +2 -0
- package/dist/prisma/migrations/20250511042943_trust_portal_domain_verified/migration.sql +2 -0
- package/dist/prisma/migrations/20250512004633_added_identifier/migration.sql +5 -0
- package/dist/prisma/migrations/20250512115717_added_framework_status/migration.sql +7 -0
- package/dist/prisma/migrations/20250512163351_add_contact_details_trust_portal/migration.sql +2 -0
- package/dist/prisma/migrations/20250514143147_remove_unique_constraint_on_integration_name/migration.sql +2 -0
- package/dist/prisma/migrations/20250514144228_add_vercel_check/migration.sql +2 -0
- package/dist/prisma/migrations/20250514150021_add_vercel_verification/migration.sql +2 -0
- package/dist/prisma/migrations/20250514161440_add_dates_to_framework_editor_tables/migration.sql +23 -0
- package/dist/prisma/migrations/20250515123635_trust_portal_friendly_url/migration.sql +21 -0
- package/dist/prisma/migrations/20250515124040_fix_trust_constraints/migration.sql +11 -0
- package/dist/prisma/migrations/20250516125758_patch_framework_id_in_editor/migration.sql +6 -0
- package/dist/prisma/migrations/20250516132431_add_many_to_many_support_to_tasks/migration.sql +69 -0
- package/dist/prisma/migrations/20250516142234_make_entity_optional/migration.sql +3 -0
- package/dist/prisma/migrations/20250516145149_drop_entity_and_entity_type/migration.sql +16 -0
- package/dist/prisma/migrations/20250516150558_drop_task_type/migration.sql +2 -0
- package/dist/prisma/migrations/20250516160714_insert_hardcoded_framework_to_db/migration.sql +37 -0
- package/dist/prisma/migrations/20250516161852_cast_framework_id_and_requirement_id_to_string/migration.sql +5 -0
- package/dist/prisma/migrations/20250516162324_convert_ids_to_new_format/migration.sql +31 -0
- package/dist/prisma/migrations/20250516162730_convert_framework_id/migration.sql +5 -0
- package/dist/prisma/migrations/20250516163156_added_relation_to_framework_and_requirement_maps/migration.sql +5 -0
- package/dist/prisma/migrations/20250516164307_drop_enums/migration.sql +5 -0
- package/dist/prisma/migrations/20250516194123_add_cal_option/migration.sql +2 -0
- package/dist/prisma/migrations/20250518133218_add_booking_details/migration.sql +2 -0
- package/dist/prisma/migrations/20250519141733_change_framework_id_to_string/migration.sql +3 -0
- package/dist/prisma/migrations/20250519141735_drop_enum_on_requirements_map/migration.sql +2 -0
- package/dist/prisma/migrations/20250519142913_add_template_references_to_instances/migration.sql +17 -0
- package/dist/prisma/migrations/20250519172353_drop_artifacts/migration.sql +56 -0
- package/dist/prisma/migrations/20250519204449_drop_relation_between_controls_and_framewrok_instance/migration.sql +14 -0
- package/dist/prisma/migrations/20250519212347_add_visibility_toggle_to_framework_editor/migration.sql +2 -0
- package/dist/prisma/migrations/20250520152548_add_approver_to_policy/migration.sql +5 -0
- package/dist/prisma/migrations/20250520175109_add_description_to_audit_log_for_convenience/migration.sql +2 -0
- package/dist/prisma/migrations/20250520175523_add_member_id_to_log_table/migration.sql +8 -0
- package/dist/prisma/migrations/20250521140239_add_entity_type_and_id_for_audit_logs_for_easy_filtering/migration.sql +9 -0
- package/dist/prisma/migrations/20250603135046_add_v2_onboarding_requirements/migration.sql +36 -0
- package/dist/prisma/migrations/20250604155610_add_job_id_column_to_onboarding/migration.sql +2 -0
- package/dist/prisma/migrations/20250605151521_make_framework_visibility_false/migration.sql +2 -0
- package/dist/prisma/migrations/20250605184738_add_cascade_to_entities_owned_by_org/migration.sql +29 -0
- package/dist/prisma/migrations/20250605184740_add_device_agent_details_to_org/migration.sql +18 -0
- package/dist/prisma/migrations/20250609130129_add_not_relevant/migration.sql +2 -0
- package/dist/prisma/migrations/20250610215328_add_fleet_label_to_employees/migration.sql +2 -0
- package/dist/prisma/migrations/20250611144654_add_is_fleet_setup_flag/migration.sql +2 -0
- package/dist/prisma/migrations/20250612160731_remove_unused_cols/migration.sql +10 -0
- package/dist/prisma/migrations/20250618001304_add_default_slug/migration.sql +3 -0
- package/dist/prisma/migrations/20250623184529_add_subscription_type/migration.sql +12 -0
- package/dist/prisma/migrations/20250626021946_add_starter_subscription_type/migration.sql +27 -0
- package/dist/prisma/migrations/20250626030206_added_new_subscription_type/migration.sql +2 -0
- package/dist/prisma/migrations/20250627180331_add_onboaridng_field/migration.sql +5 -0
- package/dist/prisma/migrations/20250627180828_rename_completed_col/migration.sql +15 -0
- package/dist/prisma/migrations/20250708152414_add_had_call_col/migration.sql +2 -0
- package/dist/prisma/migrations/20250711201749_update_retool_role_to_edit_had_call_column_in_organization_table/migration.sql +7 -0
- package/dist/prisma/migrations/20250711204234_add_read_permission_for_where_clause_on_retool_role/migration.sql +8 -0
- package/dist/prisma/migrations/20250714153009_remove_stripe_and_add_has_access/migration.sql +31 -0
- package/dist/prisma/migrations/20250715200054_add_perms_for_has_access_for_retool/migration.sql +7 -0
- package/dist/prisma/migrations/migration_lock.toml +3 -0
- package/dist/prisma/randomSecret.sql +12 -0
- package/dist/prisma/schema/attachments.prisma +35 -0
- package/dist/prisma/schema/auth.prisma +122 -0
- package/dist/prisma/schema/comment.prisma +27 -0
- package/dist/prisma/schema/context.prisma +18 -0
- package/dist/prisma/schema/control.prisma +21 -0
- package/dist/prisma/schema/framework-editor.prisma +96 -0
- package/dist/prisma/schema/framework.prisma +14 -0
- package/dist/prisma/schema/integration.prisma +32 -0
- package/dist/prisma/schema/onboarding.prisma +18 -0
- package/dist/prisma/schema/organization.prisma +34 -0
- package/dist/prisma/schema/policy.prisma +32 -0
- package/dist/prisma/schema/requirement.prisma +15 -0
- package/dist/prisma/schema/risk.prisma +57 -0
- package/dist/prisma/schema/shared.prisma +104 -0
- package/dist/prisma/schema/task.prisma +41 -0
- package/dist/prisma/schema/trust.prisma +37 -0
- package/dist/prisma/schema/vendor.prisma +56 -0
- package/dist/prisma/schema.prisma +12 -0
- package/dist/prisma/seed/frameworkEditorSchemas.js +136 -0
- package/dist/prisma/seed/frameworkEditorSchemas.ts +178 -0
- package/dist/prisma/seed/primitives/FrameworkEditorControlTemplate.json +296 -0
- package/dist/prisma/seed/primitives/FrameworkEditorFramework.json +101 -0
- package/dist/prisma/seed/primitives/FrameworkEditorPolicyTemplate.json +6057 -0
- package/dist/prisma/seed/primitives/FrameworkEditorRequirement.json +7841 -0
- package/dist/prisma/seed/primitives/FrameworkEditorTaskTemplate.json +308 -0
- package/dist/prisma/seed/primitives/FrameworkEditorVideo.json +47 -0
- package/dist/prisma/seed/relations/_FrameworkEditorControlTemplateToFrameworkEditorPolicyTemplate.json +178 -0
- package/dist/prisma/seed/relations/_FrameworkEditorControlTemplateToFrameworkEditorRequirement.json +470 -0
- package/dist/prisma/seed/relations/_FrameworkEditorControlTemplateToFrameworkEditorTaskTemplate.json +142 -0
- package/dist/prisma/seed/seed.js +160 -0
- package/dist/prisma/seed/seed.ts +192 -0
- package/dist/types.d.mts +1 -0
- package/dist/types.d.ts +1 -0
- package/dist/types.js +24 -0
- package/dist/types.mjs +2 -0
- package/package.json +75 -0
- package/prisma/functionDefinition.sql +18 -0
- package/prisma/migrations/20250403163138_init/migration.sql +611 -0
- package/prisma/migrations/20250403165218_archived_on_its_own/migration.sql +29 -0
- package/prisma/migrations/20250403194504_risk_assignee/migration.sql +18 -0
- package/prisma/migrations/20250403201319_tasks_use_asignee/migration.sql +16 -0
- package/prisma/migrations/20250403205655_vendor_assignee/migration.sql +22 -0
- package/prisma/migrations/20250403205840_oops_optional/migration.sql +2 -0
- package/prisma/migrations/20250403210049_task_assignee_optional_too/migration.sql +8 -0
- package/prisma/migrations/20250404004853_stripecustomerid/migration.sql +2 -0
- package/prisma/migrations/20250406004306_added_common_comment_table/migration.sql +20 -0
- package/prisma/migrations/20250410193847_add_unique_constraint_to_artifact_t_table/migration.sql +30 -0
- package/prisma/migrations/20250410193857_remove_published_field_from_evidence/migration.sql +12 -0
- package/prisma/migrations/20250414191353_onboarding_experience/migration.sql +25 -0
- package/prisma/migrations/20250414203443_added_evidence_to_onboarding/migration.sql +2 -0
- package/prisma/migrations/20250417205622_add_global_vendors/migration.sql +26 -0
- package/prisma/migrations/20250417205625_update_task_table_and_comments_and_attachments/migration.sql +86 -0
- package/prisma/migrations/20250417205627_remove_evidence_table/migration.sql +109 -0
- package/prisma/migrations/20250417205629_frequency_task_is_optional/migration.sql +2 -0
- package/prisma/migrations/20250418151856_add_comment_relationship_to_attachment_and_vice_versa/migration.sql +8 -0
- package/prisma/migrations/20250423154259_make_role_string/migration.sql +9 -0
- package/prisma/migrations/20250424165055_update_onboarding_to_use_tasks/migration.sql +9 -0
- package/prisma/migrations/20250424170518_remove_evidence_artifact_type/migration.sql +14 -0
- package/prisma/migrations/20250428202144_add_website_to_organization/migration.sql +2 -0
- package/prisma/migrations/20250429155419_add_company_details_to_onboarding/migration.sql +2 -0
- package/prisma/migrations/20250509160401_added_framework_editor/migration.sql +8 -0
- package/prisma/migrations/20250509162708_init_framework_editor_tables/migration.sql +122 -0
- package/prisma/migrations/20250509172401_drop_slug/migration.sql +11 -0
- package/prisma/migrations/20250509232122_trust_portal/migration.sql +24 -0
- package/prisma/migrations/20250511040043_add_custom_domain_to_trust_portal/migration.sql +2 -0
- package/prisma/migrations/20250511042943_trust_portal_domain_verified/migration.sql +2 -0
- package/prisma/migrations/20250512004633_added_identifier/migration.sql +5 -0
- package/prisma/migrations/20250512115717_added_framework_status/migration.sql +7 -0
- package/prisma/migrations/20250512163351_add_contact_details_trust_portal/migration.sql +2 -0
- package/prisma/migrations/20250514143147_remove_unique_constraint_on_integration_name/migration.sql +2 -0
- package/prisma/migrations/20250514144228_add_vercel_check/migration.sql +2 -0
- package/prisma/migrations/20250514150021_add_vercel_verification/migration.sql +2 -0
- package/prisma/migrations/20250514161440_add_dates_to_framework_editor_tables/migration.sql +23 -0
- package/prisma/migrations/20250515123635_trust_portal_friendly_url/migration.sql +21 -0
- package/prisma/migrations/20250515124040_fix_trust_constraints/migration.sql +11 -0
- package/prisma/migrations/20250516125758_patch_framework_id_in_editor/migration.sql +6 -0
- package/prisma/migrations/20250516132431_add_many_to_many_support_to_tasks/migration.sql +69 -0
- package/prisma/migrations/20250516142234_make_entity_optional/migration.sql +3 -0
- package/prisma/migrations/20250516145149_drop_entity_and_entity_type/migration.sql +16 -0
- package/prisma/migrations/20250516150558_drop_task_type/migration.sql +2 -0
- package/prisma/migrations/20250516160714_insert_hardcoded_framework_to_db/migration.sql +37 -0
- package/prisma/migrations/20250516161852_cast_framework_id_and_requirement_id_to_string/migration.sql +5 -0
- package/prisma/migrations/20250516162324_convert_ids_to_new_format/migration.sql +31 -0
- package/prisma/migrations/20250516162730_convert_framework_id/migration.sql +5 -0
- package/prisma/migrations/20250516163156_added_relation_to_framework_and_requirement_maps/migration.sql +5 -0
- package/prisma/migrations/20250516164307_drop_enums/migration.sql +5 -0
- package/prisma/migrations/20250516194123_add_cal_option/migration.sql +2 -0
- package/prisma/migrations/20250518133218_add_booking_details/migration.sql +2 -0
- package/prisma/migrations/20250519141733_change_framework_id_to_string/migration.sql +3 -0
- package/prisma/migrations/20250519141735_drop_enum_on_requirements_map/migration.sql +2 -0
- package/prisma/migrations/20250519142913_add_template_references_to_instances/migration.sql +17 -0
- package/prisma/migrations/20250519172353_drop_artifacts/migration.sql +56 -0
- package/prisma/migrations/20250519204449_drop_relation_between_controls_and_framewrok_instance/migration.sql +14 -0
- package/prisma/migrations/20250519212347_add_visibility_toggle_to_framework_editor/migration.sql +2 -0
- package/prisma/migrations/20250520152548_add_approver_to_policy/migration.sql +5 -0
- package/prisma/migrations/20250520175109_add_description_to_audit_log_for_convenience/migration.sql +2 -0
- package/prisma/migrations/20250520175523_add_member_id_to_log_table/migration.sql +8 -0
- package/prisma/migrations/20250521140239_add_entity_type_and_id_for_audit_logs_for_easy_filtering/migration.sql +9 -0
- package/prisma/migrations/20250603135046_add_v2_onboarding_requirements/migration.sql +36 -0
- package/prisma/migrations/20250604155610_add_job_id_column_to_onboarding/migration.sql +2 -0
- package/prisma/migrations/20250605151521_make_framework_visibility_false/migration.sql +2 -0
- package/prisma/migrations/20250605184738_add_cascade_to_entities_owned_by_org/migration.sql +29 -0
- package/prisma/migrations/20250605184740_add_device_agent_details_to_org/migration.sql +18 -0
- package/prisma/migrations/20250609130129_add_not_relevant/migration.sql +2 -0
- package/prisma/migrations/20250610215328_add_fleet_label_to_employees/migration.sql +2 -0
- package/prisma/migrations/20250611144654_add_is_fleet_setup_flag/migration.sql +2 -0
- package/prisma/migrations/20250612160731_remove_unused_cols/migration.sql +10 -0
- package/prisma/migrations/20250618001304_add_default_slug/migration.sql +3 -0
- package/prisma/migrations/20250623184529_add_subscription_type/migration.sql +12 -0
- package/prisma/migrations/20250626021946_add_starter_subscription_type/migration.sql +27 -0
- package/prisma/migrations/20250626030206_added_new_subscription_type/migration.sql +2 -0
- package/prisma/migrations/20250627180331_add_onboaridng_field/migration.sql +5 -0
- package/prisma/migrations/20250627180828_rename_completed_col/migration.sql +15 -0
- package/prisma/migrations/20250708152414_add_had_call_col/migration.sql +2 -0
- package/prisma/migrations/20250711201749_update_retool_role_to_edit_had_call_column_in_organization_table/migration.sql +7 -0
- package/prisma/migrations/20250711204234_add_read_permission_for_where_clause_on_retool_role/migration.sql +8 -0
- package/prisma/migrations/20250714153009_remove_stripe_and_add_has_access/migration.sql +31 -0
- package/prisma/migrations/20250715200054_add_perms_for_has_access_for_retool/migration.sql +7 -0
- package/prisma/migrations/migration_lock.toml +3 -0
- package/prisma/randomSecret.sql +12 -0
- package/prisma/schema/attachments.prisma +35 -0
- package/prisma/schema/auth.prisma +122 -0
- package/prisma/schema/comment.prisma +27 -0
- package/prisma/schema/context.prisma +18 -0
- package/prisma/schema/control.prisma +21 -0
- package/prisma/schema/framework-editor.prisma +96 -0
- package/prisma/schema/framework.prisma +14 -0
- package/prisma/schema/integration.prisma +32 -0
- package/prisma/schema/onboarding.prisma +18 -0
- package/prisma/schema/organization.prisma +34 -0
- package/prisma/schema/policy.prisma +32 -0
- package/prisma/schema/requirement.prisma +15 -0
- package/prisma/schema/risk.prisma +57 -0
- package/prisma/schema/shared.prisma +104 -0
- package/prisma/schema/task.prisma +41 -0
- package/prisma/schema/trust.prisma +37 -0
- package/prisma/schema/vendor.prisma +56 -0
- package/prisma/schema.prisma +12 -0
- package/prisma/seed/frameworkEditorSchemas.js +136 -0
- package/prisma/seed/frameworkEditorSchemas.ts +178 -0
- package/prisma/seed/primitives/FrameworkEditorControlTemplate.json +296 -0
- package/prisma/seed/primitives/FrameworkEditorFramework.json +101 -0
- package/prisma/seed/primitives/FrameworkEditorPolicyTemplate.json +6057 -0
- package/prisma/seed/primitives/FrameworkEditorRequirement.json +7841 -0
- package/prisma/seed/primitives/FrameworkEditorTaskTemplate.json +308 -0
- package/prisma/seed/primitives/FrameworkEditorVideo.json +47 -0
- package/prisma/seed/relations/_FrameworkEditorControlTemplateToFrameworkEditorPolicyTemplate.json +178 -0
- package/prisma/seed/relations/_FrameworkEditorControlTemplateToFrameworkEditorRequirement.json +470 -0
- package/prisma/seed/relations/_FrameworkEditorControlTemplateToFrameworkEditorTaskTemplate.json +142 -0
- package/prisma/seed/seed.js +160 -0
- package/prisma/seed/seed.ts +192 -0
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "frk_tt_6840672484e8bf8f9cf8f2fe",
|
|
4
|
+
"name": "Security Policy Acknowledgment and Availability",
|
|
5
|
+
"description": "Develop procedures for all staff to periodically acknowledge and review the company’s security policies, including as part of onboarding. Ensure all security policies are accessible to staff at any time. Document and maintain an Information Security Policy that defines the organization’s approach to ensuring the confidentiality, integrity, and availability of its information systems.",
|
|
6
|
+
"frequency": "yearly",
|
|
7
|
+
"department": "it",
|
|
8
|
+
"createdAt": "2025-06-04 15:32:52.138",
|
|
9
|
+
"updatedAt": "2025-06-05 00:20:39.062"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"id": "frk_tt_68406951bd282273ebe286cc",
|
|
13
|
+
"name": "Secure Staff Screening and Training",
|
|
14
|
+
"description": "Implement security risk screening of all individuals before granting access to company systems or sensitive information. Ensure that staff in security-related roles have the appropriate qualifications and skills. Provide information security and privacy training relevant to job functions, including onboarding training for new hires. Maintain accurate documentation and monitoring of individual training activities and records to ensure compliance and readiness.",
|
|
15
|
+
"frequency": "yearly",
|
|
16
|
+
"department": "hr",
|
|
17
|
+
"createdAt": "2025-06-04 15:42:08.603",
|
|
18
|
+
"updatedAt": "2025-06-05 00:20:39.762"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "frk_tt_684069a3a0dd8322b2ac3f03",
|
|
22
|
+
"name": "Security Responsibility Evaluations",
|
|
23
|
+
"description": "Periodically evaluate all employees in client-serving, IT Engineering, and Information Security roles to ensure they understand and fulfill their job responsibilities, including adherence to security policies and procedures. Incorporate these evaluations into the overall disciplinary process for managing security violations.",
|
|
24
|
+
"frequency": "yearly",
|
|
25
|
+
"department": "hr",
|
|
26
|
+
"createdAt": "2025-06-04 15:43:30.893",
|
|
27
|
+
"updatedAt": "2025-06-05 00:20:39.920"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "frk_tt_684069f039a8802920361d55",
|
|
31
|
+
"name": "Information Retention and Secure Disposal",
|
|
32
|
+
"description": "Develop and document policies for the retention and secure disposal of information, including processes for decommissioning information assets containing classified or confidential data. Ensure these policies meet confidentiality objectives and are applied consistently to protect sensitive information throughout its lifecycle.",
|
|
33
|
+
"frequency": "yearly",
|
|
34
|
+
"department": "it",
|
|
35
|
+
"createdAt": "2025-06-04 15:44:48.172",
|
|
36
|
+
"updatedAt": "2025-06-05 00:20:40.144"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "frk_tt_68406a514e90bb6e32e0b107",
|
|
40
|
+
"name": "Contact Information and Incident Reporting",
|
|
41
|
+
"description": "Maintain and display up-to-date information on your website about the services offered, and provide clear guidance for customers on how to report failures, incidents, concerns, or complaints. Ensure that these processes facilitate ongoing communication and transparency with customers.",
|
|
42
|
+
"frequency": "yearly",
|
|
43
|
+
"department": "it",
|
|
44
|
+
"createdAt": "2025-06-04 15:46:24.989",
|
|
45
|
+
"updatedAt": "2025-06-05 00:20:40.314"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "frk_tt_68406a9d44fc335ab8a26554",
|
|
49
|
+
"name": "Information Classification and Labeling",
|
|
50
|
+
"description": "Develop and implement a policy and procedures for classifying information by sensitivity, including confidential and critical information. Apply appropriate physical and/or logical labels to information systems to support confidentiality, data integrity, and processing integrity. Ensure system inputs are properly labeled to meet processing integrity objectives and data definitions.",
|
|
51
|
+
"frequency": "yearly",
|
|
52
|
+
"department": "gov",
|
|
53
|
+
"createdAt": "2025-06-04 15:47:40.857",
|
|
54
|
+
"updatedAt": "2025-06-05 00:20:40.539"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "frk_tt_68406af04a4acb93083413b9",
|
|
58
|
+
"name": "Centralized SIEM and Continuous Monitoring",
|
|
59
|
+
"description": "Implement and maintain a centralized Security Information and Event Management (SIEM) system with alerting capabilities to monitor and evaluate information system events. Use this system to identify and communicate internal control deficiencies, track security incidents, and report the health of the information security program to stakeholders. Establish general control activities through continuous monitoring to support technology and security objectives.",
|
|
60
|
+
"frequency": "yearly",
|
|
61
|
+
"department": "itsm",
|
|
62
|
+
"createdAt": "2025-06-04 15:49:03.955",
|
|
63
|
+
"updatedAt": "2025-06-05 00:20:40.711"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "frk_tt_68406b4f40c87c12ae0479ce",
|
|
67
|
+
"name": "Incident Management Policy and Procedures",
|
|
68
|
+
"description": "Develop and document an incident management policy and supporting procedures that include guidance on reporting failures, incidents, concerns, or complaints; employee reporting mechanisms for internal control deficiencies; and notifying customers and other stakeholders in the event of a breach. Maintain records of security incidents, investigations, and response plans to ensure effective management and resolution.",
|
|
69
|
+
"frequency": "yearly",
|
|
70
|
+
"department": "itsm",
|
|
71
|
+
"createdAt": "2025-06-04 15:50:38.678",
|
|
72
|
+
"updatedAt": "2025-06-05 00:20:40.908"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "frk_tt_6840681b6dfa62a119d6dca3",
|
|
76
|
+
"name": "Define and Communicate Security Roles",
|
|
77
|
+
"description": "Define and document the cybersecurity responsibilities for all personnel. Establish a process to clearly communicate these roles and responsibilities to staff. Maintain an organizational structure that clarifies authority, facilitates information flow, and establishes accountability. Appoint key roles, including a Compliance Program Manager to oversee internal controls, an Information Security Officer to lead the enterprise-wide security and privacy program, and a People Operations Officer to manage personnel-related security strategies.",
|
|
78
|
+
"frequency": "yearly",
|
|
79
|
+
"department": "gov",
|
|
80
|
+
"createdAt": "2025-06-04 15:36:59.274",
|
|
81
|
+
"updatedAt": "2025-06-05 00:20:39.237"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "frk_tt_68406903839203801ac8041a",
|
|
85
|
+
"name": "Manage and Maintain Asset Inventory",
|
|
86
|
+
"description": "Develop, document, and maintain an inventory of all organizational infrastructure and information systems. Assign asset ownership responsibilities to ensure accountability and establish common asset protection requirements. Periodically update and review the inventory as part of ongoing evaluations to ensure accurate asset tracking and compliance with security standards.",
|
|
87
|
+
"frequency": "yearly",
|
|
88
|
+
"department": "admin",
|
|
89
|
+
"createdAt": "2025-06-04 15:40:51.392",
|
|
90
|
+
"updatedAt": "2025-06-05 00:20:39.601"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": "frk_tt_68406cd9dde2d8cd4c463fe0",
|
|
94
|
+
"name": "Secure Authentication Management",
|
|
95
|
+
"description": "Document and share guidelines for managing passwords and secure login mechanisms with all staff. Require all users with access to critical systems to use secure login mechanisms, including multi-factor authentication, to protect authentication information.",
|
|
96
|
+
"frequency": "yearly",
|
|
97
|
+
"department": "itsm",
|
|
98
|
+
"createdAt": "2025-06-04 15:57:13.287",
|
|
99
|
+
"updatedAt": "2025-06-05 00:20:41.703"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": "frk_tt_68406d2e86acc048d1774ea6",
|
|
103
|
+
"name": "Capacity Monitoring and Alerts",
|
|
104
|
+
"description": "Implement continuous monitoring of critical assets to detect vulnerabilities, anomalies, and security events. Generate capacity alerts to protect against denial-of-service attacks and ensure optimal performance, enabling the organization to meet current and future capacity requirements.",
|
|
105
|
+
"frequency": "yearly",
|
|
106
|
+
"department": "it",
|
|
107
|
+
"createdAt": "2025-06-04 15:58:37.662",
|
|
108
|
+
"updatedAt": "2025-06-05 00:20:41.871"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "frk_tt_68406d64f09f13271c14dd01",
|
|
112
|
+
"name": "Change Management for Information Systems",
|
|
113
|
+
"description": "Document and implement policies and procedures to govern changes to the operating environment, including approval processes. Conduct application regression testing to ensure key processing and output delivery remain accurate and timely, supporting processing integrity.",
|
|
114
|
+
"frequency": "yearly",
|
|
115
|
+
"department": "gov",
|
|
116
|
+
"createdAt": "2025-06-04 15:59:31.795",
|
|
117
|
+
"updatedAt": "2025-06-05 00:20:42.021"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"id": "frk_tt_68406df8fe190156f79afc5f",
|
|
121
|
+
"name": "Secure Configuration Management",
|
|
122
|
+
"description": "Document and implement policies and procedures to manage and govern configuration changes to the operating environment. Ensure all configuration changes receive proper approval before implementation to maintain a secure and controlled environment.",
|
|
123
|
+
"frequency": "yearly",
|
|
124
|
+
"department": "it",
|
|
125
|
+
"createdAt": "2025-06-04 16:01:59.882",
|
|
126
|
+
"updatedAt": "2025-06-05 00:20:42.177"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "frk_tt_68406e353df3bc002994acef",
|
|
130
|
+
"name": "Vulnerability Management and Triage",
|
|
131
|
+
"description": "Establish policies and procedures to identify, track, and remediate technical vulnerabilities through regular vulnerability scans, system component monitoring, and annual penetration testing. Maintain guidelines for managing vulnerabilities, evaluating security events, and preventing incidents.",
|
|
132
|
+
"frequency": "yearly",
|
|
133
|
+
"department": "itsm",
|
|
134
|
+
"createdAt": "2025-06-04 16:03:00.858",
|
|
135
|
+
"updatedAt": "2025-06-05 00:20:42.330"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "frk_tt_68406eedf0f0ddd220ea19c2",
|
|
139
|
+
"name": "Secure Application Input Controls",
|
|
140
|
+
"description": "Implement software application controls to ensure that input values are limited to acceptable ranges and that mandatory fields are completed before records are accepted. These controls help maintain processing integrity and ensure system input requirements are met.",
|
|
141
|
+
"frequency": "yearly",
|
|
142
|
+
"department": "it",
|
|
143
|
+
"createdAt": "2025-06-04 16:06:05.042",
|
|
144
|
+
"updatedAt": "2025-06-05 00:20:42.670"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "frk_tt_68406f411fe27e47a0d6d5f3",
|
|
148
|
+
"name": "Secure Data Encryption",
|
|
149
|
+
"description": "Implement cryptographic controls to encrypt all production databases storing customer data at rest and ensure consistent protection in non-production environments. Use standard encryption protocols, such as HTTPS with TLS, to secure data in transit and maintain confidentiality across all stages of data processing, including inputs, items in processing, and outputs.",
|
|
150
|
+
"frequency": "yearly",
|
|
151
|
+
"department": "itsm",
|
|
152
|
+
"createdAt": "2025-06-04 16:07:28.979",
|
|
153
|
+
"updatedAt": "2025-06-05 00:20:42.825"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "frk_tt_68406c5fff783844f31941e2",
|
|
157
|
+
"name": "Vendor Risk Management Program",
|
|
158
|
+
"description": "Conduct a formal vendor risk assessment annually to identify and evaluate vendors critical to meeting security commitments and system requirements. Regularly review and assess all subservice organizations to ensure they meet customer commitments. Develop and maintain documented policies and procedures to manage vendor relationships, including risk assessment, mitigation, and alignment with service commitments and system requirements.",
|
|
159
|
+
"frequency": "yearly",
|
|
160
|
+
"department": "gov",
|
|
161
|
+
"createdAt": "2025-06-04 15:55:11.286",
|
|
162
|
+
"updatedAt": "2025-06-05 00:20:41.327"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "frk_tt_68407759cc3a434f9f0e7ced",
|
|
166
|
+
"name": "Security Event Logging and Monitoring",
|
|
167
|
+
"description": "Implement procedures to detect and monitor system configurations and vulnerabilities, identify anomalies, and evaluate security events to determine their potential impact on organizational objectives.",
|
|
168
|
+
"frequency": "yearly",
|
|
169
|
+
"department": "itsm",
|
|
170
|
+
"createdAt": "2025-06-04 16:42:00.668",
|
|
171
|
+
"updatedAt": "2025-06-05 00:20:43.172"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "frk_tt_684077bdcc601f30e0a1640c",
|
|
175
|
+
"name": "Network Segmentation and Firewall Protection",
|
|
176
|
+
"description": "Restrict public internet access to production databases and secure infrastructure entities. Protect every production host with a firewall configured with a deny-by-default rule. Document guidelines for managing communication protections and network security for critical systems.",
|
|
177
|
+
"frequency": "yearly",
|
|
178
|
+
"department": "it",
|
|
179
|
+
"createdAt": "2025-06-04 16:43:41.481",
|
|
180
|
+
"updatedAt": "2025-06-05 00:20:43.333"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": "frk_tt_6840780693a81cc2f8071ca9",
|
|
184
|
+
"name": "Physical and Environmental Security",
|
|
185
|
+
"description": "Document policies and procedures to manage physical and environmental security, ensuring that access to facilities is properly controlled and monitored.",
|
|
186
|
+
"frequency": "yearly",
|
|
187
|
+
"department": "gov",
|
|
188
|
+
"createdAt": "2025-06-04 16:44:53.895",
|
|
189
|
+
"updatedAt": "2025-06-05 00:20:44.282"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "frk_tt_6840791cac0a7b780dbaf932",
|
|
193
|
+
"name": "Privacy and Data Protection",
|
|
194
|
+
"description": "Develop and implement a comprehensive privacy and data protection program. Document and maintain policies, procedures, and guidelines for integrating privacy principles into system design, ensuring regulatory compliance, managing consent, safeguarding personal information, and handling privacy incidents. Appoint a Privacy Officer, maintain an inventory of personal data, and establish processes for data subject access, vendor management, breach notification, and compliance monitoring.",
|
|
195
|
+
"frequency": "yearly",
|
|
196
|
+
"department": "it",
|
|
197
|
+
"createdAt": "2025-06-04 16:49:31.599",
|
|
198
|
+
"updatedAt": "2025-06-05 00:20:44.838"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "frk_tt_68407a449efc782c44549c91",
|
|
202
|
+
"name": "Segregation of Duties",
|
|
203
|
+
"description": "Establish and enforce segregation of responsibilities across the organization to reduce risks and protect the services provided to customers",
|
|
204
|
+
"frequency": "yearly",
|
|
205
|
+
"department": "admin",
|
|
206
|
+
"createdAt": "2025-06-04 16:54:28.427",
|
|
207
|
+
"updatedAt": "2025-06-05 00:20:45.602"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "frk_tt_68407a881a0cffa5d779fa46",
|
|
211
|
+
"name": "Secure Endpoints and Data Transfers",
|
|
212
|
+
"description": "Implement logical access security measures on endpoint devices to protect against external threats. Restrict the transmission, movement, and removal of information to authorized users, ensuring that data is protected during transmission.",
|
|
213
|
+
"frequency": "yearly",
|
|
214
|
+
"department": "itsm",
|
|
215
|
+
"createdAt": "2025-06-04 16:55:36.308",
|
|
216
|
+
"updatedAt": "2025-06-05 00:20:45.771"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "frk_tt_68407ae5274a64092c305104",
|
|
220
|
+
"name": "Cryptographic Key Management",
|
|
221
|
+
"description": "Document and implement a policy to manage encryption and cryptographic protection controls, ensuring secure handling of cryptographic keys throughout their lifecycle.",
|
|
222
|
+
"frequency": "yearly",
|
|
223
|
+
"department": "itsm",
|
|
224
|
+
"createdAt": "2025-06-04 16:57:08.693",
|
|
225
|
+
"updatedAt": "2025-06-05 00:20:45.944"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "frk_tt_68403fe29097e661ba06a035",
|
|
229
|
+
"name": "Acceptable Use Policy Implementation",
|
|
230
|
+
"description": "Create and document a policy outlining acceptable use of company technology, setting clear behavioral standards and expected conduct for all users. Define what is considered acceptable and unacceptable technology usage, including consequences for misuse. Establish a process for staff to acknowledge these policies periodically (to support confidentiality), and ensure new hires acknowledge them during onboarding.",
|
|
231
|
+
"frequency": "yearly",
|
|
232
|
+
"department": "it",
|
|
233
|
+
"createdAt": "2025-06-04 12:45:21.910",
|
|
234
|
+
"updatedAt": "2025-06-05 00:20:38.906"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "frk_tt_68406bae3b18802df42e4965",
|
|
238
|
+
"name": "Risk Management Program",
|
|
239
|
+
"description": "Conduct a formal risk assessment annually to identify threats that may impact security, availability, and confidentiality. Assess each risk, assign a risk score based on likelihood and impact, and map risks to mitigating factors. Consider the potential for fraud in the risk matrix. Develop and maintain documented policies and procedures to identify, assess, and mitigate risks, ensuring alignment with service commitments and system requirements.",
|
|
240
|
+
"frequency": "yearly",
|
|
241
|
+
"department": "it",
|
|
242
|
+
"createdAt": "2025-06-04 15:52:14.245",
|
|
243
|
+
"updatedAt": "2025-06-05 00:20:41.149"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "frk_tt_68406ca292d9fffb264991b9",
|
|
247
|
+
"name": "User Access Management",
|
|
248
|
+
"description": "Maintain an access management program that includes annual reviews of who has access to production consoles, critical systems, and databases. Require authorized approvals for access based on roles, and remove access promptly when no longer needed. Use continuous monitoring to update access levels as roles change, and document policies governing user registration, credentialing, and management of system inputs, items in process, and outputs.",
|
|
249
|
+
"frequency": "yearly",
|
|
250
|
+
"department": "it",
|
|
251
|
+
"createdAt": "2025-06-04 15:56:18.236",
|
|
252
|
+
"updatedAt": "2025-06-05 00:20:41.537"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "frk_tt_684076a02261faf3d331289d",
|
|
256
|
+
"name": "Operational Procedures Documentation",
|
|
257
|
+
"description": "Develop and document policies and procedures that define expected behavior for the control environment. Ensure these documents support general control activities over technology and enable consistent deployment of control activities across the organization.",
|
|
258
|
+
"frequency": "yearly",
|
|
259
|
+
"department": "gov",
|
|
260
|
+
"createdAt": "2025-06-04 16:38:56.293",
|
|
261
|
+
"updatedAt": "2025-06-05 00:20:42.980"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "frk_tt_6840796f77d8a0dff53f947a",
|
|
265
|
+
"name": "Endpoint Malware Protection",
|
|
266
|
+
"description": "Ensure that all endpoints accessing critical servers or data are protected by up-to-date malware protection software.",
|
|
267
|
+
"frequency": "yearly",
|
|
268
|
+
"department": "itsm",
|
|
269
|
+
"createdAt": "2025-06-04 16:50:54.671",
|
|
270
|
+
"updatedAt": "2025-06-05 00:20:45.022"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "frk_tt_68407a05d2b9cc29a0c57b12",
|
|
274
|
+
"name": "System Hardening and Patching",
|
|
275
|
+
"description": "Conduct security and privacy compliance checks on software versions and patches for all remote devices before they connect internally. Perform regular checks to support security event evaluation and prevent incidents.",
|
|
276
|
+
"frequency": "yearly",
|
|
277
|
+
"department": "it",
|
|
278
|
+
"createdAt": "2025-06-04 16:53:24.991",
|
|
279
|
+
"updatedAt": "2025-06-05 00:20:45.431"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "frk_tt_6840688c2faba1517eee62e7",
|
|
283
|
+
"name": "Senior Management Security Oversight",
|
|
284
|
+
"description": "Ensure that senior management annually reviews and approves key documents and processes, including company policies, the organizational chart, risk assessments, the Information Security program, and vendor risk assessments. Develop and implement general control activities through these reviews, and conduct ongoing evaluations of policy compliance and the overall security program. Communicate the status of the Information Security program and policy compliance to senior management, and facilitate corrective actions as needed.",
|
|
285
|
+
"frequency": "yearly",
|
|
286
|
+
"department": "gov",
|
|
287
|
+
"createdAt": "2025-06-04 15:38:51.705",
|
|
288
|
+
"updatedAt": "2025-06-05 00:20:39.397"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "frk_tt_68406e7abae2a9b16c2cc197",
|
|
292
|
+
"name": "Disaster Recovery and Business Continuity",
|
|
293
|
+
"description": "Document and implement policies and procedures for data backups, disaster recovery, and business continuity to ensure ongoing operations during security incidents and environmental disruptions. Establish processes for regular backups, periodic integrity tests, and consistent recovery plan testing to meet recovery time and point objectives (RTO/RPO). Include guidelines to manage environmental protection and support contingency planning, ensuring readiness to execute recovery plans when needed.",
|
|
294
|
+
"frequency": "yearly",
|
|
295
|
+
"department": "gov",
|
|
296
|
+
"createdAt": "2025-06-04 16:04:09.896",
|
|
297
|
+
"updatedAt": "2025-06-05 00:20:42.497"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "frk_tt_684079ba137c4e7727ae8859",
|
|
301
|
+
"name": "Secure Remote Working",
|
|
302
|
+
"description": "Establish measures to perform security and privacy compliance checks on software versions and patches of remote devices before they connect internally. Ensure all remote endpoints with access to critical systems auto-lock after 15 minutes of inactivity, and conduct ongoing compliance checks to support security event evaluation.",
|
|
303
|
+
"frequency": "yearly",
|
|
304
|
+
"department": "itsm",
|
|
305
|
+
"createdAt": "2025-06-04 16:52:10.234",
|
|
306
|
+
"updatedAt": "2025-06-05 00:20:45.227"
|
|
307
|
+
}
|
|
308
|
+
]
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "frk_vi_681e85145c82f93428e85ec1",
|
|
4
|
+
"title": "Security Awareness Training - Part 1",
|
|
5
|
+
"description": "Security Awareness Training - Part 1",
|
|
6
|
+
"youtubeId": "N-sBS3uCWB4",
|
|
7
|
+
"url": "https://www.youtube.com/watch?v=N-sBS3uCWB4",
|
|
8
|
+
"createdAt": "2025-05-14 19:20:44.920",
|
|
9
|
+
"updatedAt": "2025-05-14 19:20:44.920"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"id": "frk_vi_681e85146fcd80d671f5c2c5",
|
|
13
|
+
"title": "Security Awareness Training - Part 2",
|
|
14
|
+
"description": "Security Awareness Training - Part 2",
|
|
15
|
+
"youtubeId": "JwQNwhDyXig",
|
|
16
|
+
"url": "https://www.youtube.com/watch?v=JwQNwhDyXig",
|
|
17
|
+
"createdAt": "2025-05-14 19:20:44.920",
|
|
18
|
+
"updatedAt": "2025-05-14 19:20:44.920"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "frk_vi_681e8514197c7f355e42454d",
|
|
22
|
+
"title": "Security Awareness Training - Part 3",
|
|
23
|
+
"description": "Security Awareness Training - Part 3",
|
|
24
|
+
"youtubeId": "fzMNw_-KEGE",
|
|
25
|
+
"url": "https://www.youtube.com/watch?v=fzMNw_-KEGE",
|
|
26
|
+
"createdAt": "2025-05-14 19:20:44.920",
|
|
27
|
+
"updatedAt": "2025-05-14 19:20:44.920"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "frk_vi_681e8514b53b543f4eeead24",
|
|
31
|
+
"title": "Security Awareness Training - Part 4",
|
|
32
|
+
"description": "Security Awareness Training - Part 4",
|
|
33
|
+
"youtubeId": "WbpqjH9kI2Y",
|
|
34
|
+
"url": "https://www.youtube.com/watch?v=WbpqjH9kI2Y",
|
|
35
|
+
"createdAt": "2025-05-14 19:20:44.920",
|
|
36
|
+
"updatedAt": "2025-05-14 19:20:44.920"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "frk_vi_681e8514a7fc32e8110699c4",
|
|
40
|
+
"title": "Security Awareness Training - Part 5",
|
|
41
|
+
"description": "Security Awareness Training - Part 5",
|
|
42
|
+
"youtubeId": "Clvfkm6azDs",
|
|
43
|
+
"url": "https://www.youtube.com/watch?v=Clvfkm6azDs",
|
|
44
|
+
"createdAt": "2025-05-14 19:20:44.920",
|
|
45
|
+
"updatedAt": "2025-05-14 19:20:44.920"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"A": "frk_ct_683f3ecd42e62fde624c59c1",
|
|
4
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"A": "frk_ct_683f4036b541126388e2989a",
|
|
8
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"A": "frk_ct_683f41e775f4ca03d8f6bae2",
|
|
12
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"A": "frk_ct_683f42c71eea99f22f9df060",
|
|
16
|
+
"B": "frk_pt_683d23ceaf2c5e4e8933b0ae"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"A": "frk_ct_683f43a65de3b6044e63220f",
|
|
20
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"A": "frk_ct_683f43a65de3b6044e63220f",
|
|
24
|
+
"B": "frk_pt_683d27517ca91b1c3c748256"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"A": "frk_ct_683f4457b14856e700c8c25b",
|
|
28
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"A": "frk_ct_683f44c8074680be528353c1",
|
|
32
|
+
"B": "frk_pt_683d2f8cfdf08987e67a2dff"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"A": "frk_ct_683f45c5058c486f3fa5b7bc",
|
|
36
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"A": "frk_ct_683f464bec8bea67de7b9c31",
|
|
40
|
+
"B": "frk_pt_683d2716ed82ad63da55dc7f"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"A": "frk_ct_683f46f3f181af3f93773c1d",
|
|
44
|
+
"B": "frk_pt_683d2de2d5691a4ba424edff"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"A": "frk_ct_683f47cc2faa426603d6bee8",
|
|
48
|
+
"B": "frk_pt_683d333874c936f38d84fecc"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"A": "frk_ct_683f484fc7b5506ab97c26af",
|
|
52
|
+
"B": "frk_pt_683d26b7a8705c7002350b01"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"A": "frk_ct_683f48ee9534e1e0a088e922",
|
|
56
|
+
"B": "frk_pt_683d2d85d2a665c6334ff5c3"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"A": "frk_ct_683f4a410cf5bf6d40bf3583",
|
|
60
|
+
"B": "frk_pt_683d2375aef9512864fe62bb"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"A": "frk_ct_683f4ae4acbd63d0e558a6f5",
|
|
64
|
+
"B": "frk_pt_683d2375aef9512864fe62bb"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"A": "frk_ct_683f4b7614d209f8b6ffd477",
|
|
68
|
+
"B": "frk_pt_683d2e212de960aa758a25f5"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"A": "frk_ct_683f4c30e2d3f1117fa58e13",
|
|
72
|
+
"B": "frk_pt_683d2cbc12b93dc5c8fe3a7d"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"A": "frk_ct_683f4c9db20e7cf4a303af1f",
|
|
76
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"A": "frk_ct_683f4cf6afd7a19be2d4432c",
|
|
80
|
+
"B": "frk_pt_683d2cbc12b93dc5c8fe3a7d"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"A": "frk_ct_683f4d7360a876b972aba39a",
|
|
84
|
+
"B": "frk_pt_683d3362f2059bd8f1d493bd"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"A": "frk_ct_683f4dd564057a97ae323c9f",
|
|
88
|
+
"B": "frk_pt_683d29e47d5ca62e4146ff62"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"A": "frk_ct_683f4ef6c6a5481a377be413",
|
|
92
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"A": "frk_ct_683f50556124040dc15d62cb",
|
|
96
|
+
"B": "frk_pt_683d29e47d5ca62e4146ff62"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"A": "frk_ct_683f50aae46f5e4e096e6bb3",
|
|
100
|
+
"B": "frk_pt_683d2fbdba5115ed83c6652f"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"A": "frk_ct_68406fc94e08f884cc085ded",
|
|
104
|
+
"B": "frk_pt_683d2f8cfdf08987e67a2dff"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"A": "frk_ct_68406fc94e08f884cc085ded",
|
|
108
|
+
"B": "frk_pt_683d3302c5965789e22c8d7d"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"A": "frk_ct_6840705b6dcee0506dabacfb",
|
|
112
|
+
"B": "frk_pt_683d2315c8fc7f97a083081c"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"A": "frk_ct_684070831cc83c4ab4c2c4d8",
|
|
116
|
+
"B": "frk_pt_683d2de2d5691a4ba424edff"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"A": "frk_ct_684070c1f0091d850df02e59",
|
|
120
|
+
"B": "frk_pt_683d2b1405adc4b3773db2c6"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"A": "frk_ct_684070f0b4f6c2036306e23c",
|
|
124
|
+
"B": "frk_pt_683d2f8cfdf08987e67a2dff"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"A": "frk_ct_684071e280c4e0f777b957f7",
|
|
128
|
+
"B": "frk_pt_683d352ed697c40275349026"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"A": "frk_ct_684072e06f4a49ee669076cc",
|
|
132
|
+
"B": "frk_pt_683d2b1405adc4b3773db2c6"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"A": "frk_ct_6840731ae0b857152b35ca8f",
|
|
136
|
+
"B": "frk_pt_683d2375aef9512864fe62bb"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"A": "frk_ct_684073617d0706858cceb8c7",
|
|
140
|
+
"B": "frk_pt_683d23ceaf2c5e4e8933b0ae"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"A": "frk_ct_6840738800f98fa3c0f3a3ae",
|
|
144
|
+
"B": "frk_pt_683d3362f2059bd8f1d493bd"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"A": "frk_ct_684073ba24475a83ba048022",
|
|
148
|
+
"B": "frk_pt_683d2375aef9512864fe62bb"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"A": "frk_ct_684073d541bfb8b8b777e529",
|
|
152
|
+
"B": "frk_pt_683d3362f2059bd8f1d493bd"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"A": "frk_ct_68407406644c56d42eac3295",
|
|
156
|
+
"B": "frk_pt_683d2b1405adc4b3773db2c6"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"A": "frk_ct_68407429371f33886d8ab80d",
|
|
160
|
+
"B": "frk_pt_683d3302c5965789e22c8d7d"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"A": "frk_ct_684075c692439e38c753c95d",
|
|
164
|
+
"B": "frk_pt_6840747d5056e2862c94d0f5"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"A": "frk_ct_68407c9513000617776104c7",
|
|
168
|
+
"B": "frk_pt_683d2865c3f65743f7c7a350"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"A": "frk_ct_68407c9513000617776104c7",
|
|
172
|
+
"B": "frk_pt_683d27517ca91b1c3c748256"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"A": "frk_ct_68407122565b1968676d93db",
|
|
176
|
+
"B": "frk_pt_6840747d5056e2862c94d0f5"
|
|
177
|
+
}
|
|
178
|
+
]
|