@zohocrm/typescript-sdk-8.0 1.0.0 → 3.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/config/json_details.json +1 -1
- package/dist/core/com/zoho/crm/api/apis/import_apis.js +5 -1
- package/dist/core/com/zoho/crm/api/appointment_preference/import_appointment_preference.js +5 -1
- package/dist/core/com/zoho/crm/api/assignment_rules/import_assignment_rules.js +5 -1
- package/dist/core/com/zoho/crm/api/associate_email/import_associate_email.js +5 -1
- package/dist/core/com/zoho/crm/api/attachments/import_attachments.js +5 -1
- package/dist/core/com/zoho/crm/api/audit_log_export/import_audit_log_export.js +5 -1
- package/dist/core/com/zoho/crm/api/available_currencies/import_available_currencies.js +5 -1
- package/dist/core/com/zoho/crm/api/backup/import_backup.js +5 -1
- package/dist/core/com/zoho/crm/api/blueprint/action_response.d.ts +3 -0
- package/dist/core/com/zoho/crm/api/blueprint/action_wrapper.d.ts +30 -0
- package/dist/core/com/zoho/crm/api/blueprint/action_wrapper.js +44 -0
- package/dist/core/com/zoho/crm/api/blueprint/api_exception.d.ts +2 -1
- package/dist/core/com/zoho/crm/api/blueprint/field.d.ts +4 -4
- package/dist/core/com/zoho/crm/api/blueprint/field.js +2 -2
- package/dist/core/com/zoho/crm/api/blueprint/import_blueprint.d.ts +2 -0
- package/dist/core/com/zoho/crm/api/blueprint/import_blueprint.js +9 -2
- package/dist/core/com/zoho/crm/api/blueprint/success_response.d.ts +2 -1
- package/dist/core/com/zoho/crm/api/bulk_read/body_wrapper.d.ts +4 -5
- package/dist/core/com/zoho/crm/api/bulk_read/body_wrapper.js +2 -2
- package/dist/core/com/zoho/crm/api/bulk_read/import_bulk_read.js +5 -1
- package/dist/core/com/zoho/crm/api/bulk_read/job_detail.d.ts +4 -4
- package/dist/core/com/zoho/crm/api/bulk_read/job_detail.js +2 -2
- package/dist/core/com/zoho/crm/api/bulk_read/query.d.ts +4 -5
- package/dist/core/com/zoho/crm/api/bulk_read/query.js +2 -2
- package/dist/core/com/zoho/crm/api/bulk_write/import_bulk_write.js +5 -1
- package/dist/core/com/zoho/crm/api/business_hours/import_business_hours.js +5 -1
- package/dist/core/com/zoho/crm/api/cadences/import_cadences.js +5 -1
- package/dist/core/com/zoho/crm/api/cadences_execution/import_cadences_execution.js +5 -1
- package/dist/core/com/zoho/crm/api/call_preferences/import_call_preferences.js +5 -1
- package/dist/core/com/zoho/crm/api/cancel_meetings/import_cancel_meetings.js +5 -1
- package/dist/core/com/zoho/crm/api/change_owner/import_change_owner.js +5 -1
- package/dist/core/com/zoho/crm/api/contact_roles/import_contact_roles.js +5 -1
- package/dist/core/com/zoho/crm/api/conversion_option/import_conversion_option.js +5 -1
- package/dist/core/com/zoho/crm/api/convert_lead/import_convert_lead.js +5 -1
- package/dist/core/com/zoho/crm/api/coql/import_coql.js +5 -1
- package/dist/core/com/zoho/crm/api/currencies/import_currencies.js +5 -1
- package/dist/core/com/zoho/crm/api/custom_views/import_custom_views.js +5 -1
- package/dist/core/com/zoho/crm/api/data_sharing/import_data_sharing.js +5 -1
- package/dist/core/com/zoho/crm/api/deal_contact_roles/import_deal_contact_roles.js +5 -1
- package/dist/core/com/zoho/crm/api/digest/import_digest.js +5 -1
- package/dist/core/com/zoho/crm/api/download_attachments/import_download_attachments.js +5 -1
- package/dist/core/com/zoho/crm/api/download_inline_images/import_download_inline_images.js +5 -1
- package/dist/core/com/zoho/crm/api/duplicate_check_preference/import_duplicate_check_preference.js +5 -1
- package/dist/core/com/zoho/crm/api/email_compose/import_email_compose.js +5 -1
- package/dist/core/com/zoho/crm/api/email_configuration_options/import_email_configuration_options.js +5 -1
- package/dist/core/com/zoho/crm/api/email_drafts/import_email_drafts.js +5 -1
- package/dist/core/com/zoho/crm/api/email_related_records/import_email_related_records.js +5 -1
- package/dist/core/com/zoho/crm/api/email_sharing_details/import_email_sharing_details.js +5 -1
- package/dist/core/com/zoho/crm/api/email_signatures/import_email_signatures.js +5 -1
- package/dist/core/com/zoho/crm/api/email_templates/email_template.d.ts +1 -1
- package/dist/core/com/zoho/crm/api/email_templates/import_email_templates.js +5 -1
- package/dist/core/com/zoho/crm/api/entity_scores/import_entity_scores.js +5 -1
- package/dist/core/com/zoho/crm/api/features/import_features.js +5 -1
- package/dist/core/com/zoho/crm/api/field_attachments/import_field_attachments.js +5 -1
- package/dist/core/com/zoho/crm/api/field_map_dependency/import_field_map_dependency.js +5 -1
- package/dist/core/com/zoho/crm/api/fields/fields.d.ts +11 -0
- package/dist/core/com/zoho/crm/api/fields/fields.js +15 -0
- package/dist/core/com/zoho/crm/api/fields/history_tracking.d.ts +35 -0
- package/dist/core/com/zoho/crm/api/fields/history_tracking.js +45 -0
- package/dist/core/com/zoho/crm/api/fields/import_fields.js +5 -1
- package/dist/core/com/zoho/crm/api/files/import_files.js +5 -1
- package/dist/core/com/zoho/crm/api/find_and_merge/import_find_and_merge.js +5 -1
- package/dist/core/com/zoho/crm/api/fiscal_year/import_fiscal_year.js +5 -1
- package/dist/core/com/zoho/crm/api/from_addresses/import_from_addresses.js +5 -1
- package/dist/core/com/zoho/crm/api/functions/import_functions.js +5 -1
- package/dist/core/com/zoho/crm/api/get_related_records_count/import_get_related_records_count.js +5 -1
- package/dist/core/com/zoho/crm/api/global_picklists/import_global_picklists.js +5 -1
- package/dist/core/com/zoho/crm/api/hipaa_compliance/import_hipaa_compliance.js +5 -1
- package/dist/core/com/zoho/crm/api/holidays/import_holidays.js +5 -1
- package/dist/core/com/zoho/crm/api/inventory_convert/import_inventory_convert.js +5 -1
- package/dist/core/com/zoho/crm/api/inventory_mass_convert/import_inventory_mass_convert.d.ts +1 -0
- package/dist/core/com/zoho/crm/api/inventory_mass_convert/import_inventory_mass_convert.js +8 -2
- package/dist/core/com/zoho/crm/api/inventory_mass_convert/response_wrapper.d.ts +30 -0
- package/dist/core/com/zoho/crm/api/inventory_mass_convert/response_wrapper.js +44 -0
- package/dist/core/com/zoho/crm/api/inventory_mass_convert/status.d.ts +1 -2
- package/dist/core/com/zoho/crm/api/inventory_templates/import_inventory_templates.js +5 -1
- package/dist/core/com/zoho/crm/api/inventory_templates/inventory_templates.d.ts +1 -1
- package/dist/core/com/zoho/crm/api/layouts/import_layouts.js +5 -1
- package/dist/core/com/zoho/crm/api/layouts/section_field.d.ts +11 -0
- package/dist/core/com/zoho/crm/api/layouts/section_field.js +15 -0
- package/dist/core/com/zoho/crm/api/mail_merge/import_mail_merge.js +5 -1
- package/dist/core/com/zoho/crm/api/mass_change_owner/import_mass_change_owner.js +5 -1
- package/dist/core/com/zoho/crm/api/mass_convert/import_mass_convert.js +5 -1
- package/dist/core/com/zoho/crm/api/mass_delete_cvid/import_mass_delete_cvid.js +5 -1
- package/dist/core/com/zoho/crm/api/mass_delete_tags/import_mass_delete_tags.js +5 -1
- package/dist/core/com/zoho/crm/api/modules/import_modules.js +5 -1
- package/dist/core/com/zoho/crm/api/modules/module_fields.d.ts +11 -0
- package/dist/core/com/zoho/crm/api/modules/module_fields.js +15 -0
- package/dist/core/com/zoho/crm/api/modules/modules_operations.d.ts +1 -2
- package/dist/core/com/zoho/crm/api/notes/body_wrapper.d.ts +11 -0
- package/dist/core/com/zoho/crm/api/notes/body_wrapper.js +15 -0
- package/dist/core/com/zoho/crm/api/notes/import_notes.js +5 -1
- package/dist/core/com/zoho/crm/api/notifications/import_notifications.js +5 -1
- package/dist/core/com/zoho/crm/api/notifications/notification.d.ts +5 -6
- package/dist/core/com/zoho/crm/api/notifications/notification.js +2 -2
- package/dist/core/com/zoho/crm/api/notifications/notifications_operations.d.ts +1 -1
- package/dist/core/com/zoho/crm/api/org/import_org.js +5 -1
- package/dist/core/com/zoho/crm/api/pick_list_values/import_pick_list_values.js +5 -1
- package/dist/core/com/zoho/crm/api/pipeline/import_pipeline.js +5 -1
- package/dist/core/com/zoho/crm/api/portal_invite/import_portal_invite.js +5 -1
- package/dist/core/com/zoho/crm/api/portal_user_type/import_portal_user_type.js +5 -1
- package/dist/core/com/zoho/crm/api/portals/import_portals.js +5 -1
- package/dist/core/com/zoho/crm/api/profiles/delete.d.ts +28 -0
- package/dist/core/com/zoho/crm/api/profiles/delete.js +44 -0
- package/dist/core/com/zoho/crm/api/profiles/import_profiles.d.ts +1 -0
- package/dist/core/com/zoho/crm/api/profiles/import_profiles.js +8 -2
- package/dist/core/com/zoho/crm/api/profiles/minified_profile.d.ts +5 -4
- package/dist/core/com/zoho/crm/api/profiles/minified_profile.js +2 -2
- package/dist/core/com/zoho/crm/api/profiles/profile.d.ts +5 -4
- package/dist/core/com/zoho/crm/api/profiles/profile.js +2 -2
- package/dist/core/com/zoho/crm/api/record/apply_feature_execution.d.ts +28 -0
- package/dist/core/com/zoho/crm/api/record/apply_feature_execution.js +44 -0
- package/dist/core/com/zoho/crm/api/record/body_wrapper.d.ts +46 -0
- package/dist/core/com/zoho/crm/api/record/body_wrapper.js +60 -0
- package/dist/core/com/zoho/crm/api/record/field.js +27 -0
- package/dist/core/com/zoho/crm/api/record/import_record.d.ts +2 -0
- package/dist/core/com/zoho/crm/api/record/import_record.js +10 -2
- package/dist/core/com/zoho/crm/api/record/skip_feature_execution.d.ts +39 -0
- package/dist/core/com/zoho/crm/api/record/skip_feature_execution.js +59 -0
- package/dist/core/com/zoho/crm/api/record_locking/import_record_locking.js +5 -1
- package/dist/core/com/zoho/crm/api/record_locking_configuration/import_record_locking_configuration.js +5 -1
- package/dist/core/com/zoho/crm/api/record_share_email/import_record_share_email.js +5 -1
- package/dist/core/com/zoho/crm/api/recycle_bin/import_recycle_bin.js +5 -1
- package/dist/core/com/zoho/crm/api/related_lists/import_related_lists.js +5 -1
- package/dist/core/com/zoho/crm/api/related_records/import_related_records.js +5 -1
- package/dist/core/com/zoho/crm/api/related_records/related_records_operations.d.ts +2 -0
- package/dist/core/com/zoho/crm/api/related_records/related_records_operations.js +2 -0
- package/dist/core/com/zoho/crm/api/reschedule_history/import_reschedule_history.js +5 -1
- package/dist/core/com/zoho/crm/api/roles/import_roles.js +5 -1
- package/dist/core/com/zoho/crm/api/scoring_rules/import_scoring_rules.js +5 -1
- package/dist/core/com/zoho/crm/api/send_mail/import_send_mail.js +5 -1
- package/dist/core/com/zoho/crm/api/service_preference/import_service_preference.js +5 -1
- package/dist/core/com/zoho/crm/api/share_records/import_share_records.js +5 -1
- package/dist/core/com/zoho/crm/api/sharing_rules/import_sharing_rules.js +5 -1
- package/dist/core/com/zoho/crm/api/shift_hours/import_shift_hours.js +5 -1
- package/dist/core/com/zoho/crm/api/signals/import_signals.js +5 -1
- package/dist/core/com/zoho/crm/api/signals_notifications/import_signals_notifications.js +5 -1
- package/dist/core/com/zoho/crm/api/tags/import_tags.js +5 -1
- package/dist/core/com/zoho/crm/api/tags/tag.d.ts +4 -5
- package/dist/core/com/zoho/crm/api/tags/tag.js +2 -2
- package/dist/core/com/zoho/crm/api/taxes/import_taxes.js +5 -1
- package/dist/core/com/zoho/crm/api/territories/import_territories.js +5 -1
- package/dist/core/com/zoho/crm/api/territory_users/import_territory_users.js +5 -1
- package/dist/core/com/zoho/crm/api/timelines/import_timelines.js +5 -1
- package/dist/core/com/zoho/crm/api/unblock_email/import_unblock_email.js +5 -1
- package/dist/core/com/zoho/crm/api/unsubscribe_links/import_unsubscribe_links.js +5 -1
- package/dist/core/com/zoho/crm/api/user_groups/import_user_groups.js +5 -1
- package/dist/core/com/zoho/crm/api/user_type_users/import_user_type_users.js +5 -1
- package/dist/core/com/zoho/crm/api/users/action_wrapper.d.ts +2 -2
- package/dist/core/com/zoho/crm/api/users/api_exception.d.ts +1 -1
- package/dist/core/com/zoho/crm/api/users/count_wrapper.d.ts +4 -4
- package/dist/core/com/zoho/crm/api/users/count_wrapper.js +2 -2
- package/dist/core/com/zoho/crm/api/users/import_users.js +5 -1
- package/dist/core/com/zoho/crm/api/users/users_operations.d.ts +2 -3
- package/dist/core/com/zoho/crm/api/users_territories/import_users_territories.js +5 -1
- package/dist/core/com/zoho/crm/api/users_transfer_delete/import_users_transfer_delete.js +5 -1
- package/dist/core/com/zoho/crm/api/users_unavailability/import_users_unavailability.js +5 -1
- package/dist/core/com/zoho/crm/api/variable_groups/import_variable_groups.js +5 -1
- package/dist/core/com/zoho/crm/api/variables/import_variables.js +5 -1
- package/dist/core/com/zoho/crm/api/webforms/abtesting.d.ts +4 -4
- package/dist/core/com/zoho/crm/api/webforms/abtesting.js +2 -2
- package/dist/core/com/zoho/crm/api/webforms/acknowledge_visitor.d.ts +38 -4
- package/dist/core/com/zoho/crm/api/webforms/acknowledge_visitor.js +47 -2
- package/dist/core/com/zoho/crm/api/webforms/assignment_rule.d.ts +4 -4
- package/dist/core/com/zoho/crm/api/webforms/assignment_rule.js +2 -2
- package/dist/core/com/zoho/crm/api/webforms/auto_response_rule.d.ts +15 -4
- package/dist/core/com/zoho/crm/api/webforms/auto_response_rule.js +17 -2
- package/dist/core/com/zoho/crm/api/webforms/background.d.ts +39 -0
- package/dist/core/com/zoho/crm/api/webforms/background.js +59 -0
- package/dist/core/com/zoho/crm/api/webforms/button_attributes.d.ts +22 -0
- package/dist/core/com/zoho/crm/api/webforms/button_attributes.js +30 -0
- package/dist/core/com/zoho/crm/api/webforms/double_optin_details.d.ts +40 -0
- package/dist/core/com/zoho/crm/api/webforms/double_optin_details.js +59 -0
- package/dist/core/com/zoho/crm/api/webforms/{acknowledge_visitors.d.ts → double_optin_email_template.d.ts} +13 -24
- package/dist/core/com/zoho/crm/api/webforms/{acknowledge_visitors.js → double_optin_email_template.js} +19 -34
- package/dist/core/com/zoho/crm/api/webforms/fields.d.ts +94 -72
- package/dist/core/com/zoho/crm/api/webforms/fields.js +125 -95
- package/dist/core/com/zoho/crm/api/webforms/form_attributes.d.ts +28 -4
- package/dist/core/com/zoho/crm/api/webforms/form_attributes.js +32 -2
- package/dist/core/com/zoho/crm/api/webforms/form_section.d.ts +73 -0
- package/dist/core/com/zoho/crm/api/webforms/form_section.js +104 -0
- package/dist/core/com/zoho/crm/api/webforms/from_address.d.ts +22 -0
- package/dist/core/com/zoho/crm/api/webforms/from_address.js +30 -0
- package/dist/core/com/zoho/crm/api/webforms/import_webforms.d.ts +7 -3
- package/dist/core/com/zoho/crm/api/webforms/import_webforms.js +24 -12
- package/dist/core/com/zoho/crm/api/webforms/layout.d.ts +15 -4
- package/dist/core/com/zoho/crm/api/webforms/layout.js +17 -2
- package/dist/core/com/zoho/crm/api/webforms/logo.d.ts +50 -0
- package/dist/core/com/zoho/crm/api/webforms/logo.js +74 -0
- package/dist/core/com/zoho/crm/api/webforms/module.d.ts +15 -4
- package/dist/core/com/zoho/crm/api/webforms/module.js +17 -2
- package/dist/core/com/zoho/crm/api/webforms/owner.d.ts +26 -4
- package/dist/core/com/zoho/crm/api/webforms/owner.js +32 -2
- package/dist/core/com/zoho/crm/api/webforms/{spam_controll.d.ts → spam_control.d.ts} +13 -2
- package/dist/core/com/zoho/crm/api/webforms/{spam_controll.js → spam_control.js} +19 -4
- package/dist/core/com/zoho/crm/api/webforms/tags.d.ts +4 -4
- package/dist/core/com/zoho/crm/api/webforms/tags.js +2 -2
- package/dist/core/com/zoho/crm/api/webforms/user.d.ts +4 -4
- package/dist/core/com/zoho/crm/api/webforms/user.js +2 -2
- package/dist/core/com/zoho/crm/api/webforms/visitor_tracking.d.ts +39 -0
- package/dist/core/com/zoho/crm/api/webforms/visitor_tracking.js +59 -0
- package/dist/core/com/zoho/crm/api/webforms/web_form.d.ts +185 -127
- package/dist/core/com/zoho/crm/api/webforms/web_form.js +238 -163
- package/dist/core/com/zoho/crm/api/webforms/webforms_operations.d.ts +9 -18
- package/dist/core/com/zoho/crm/api/webforms/webforms_operations.js +5 -28
- package/dist/core/com/zoho/crm/api/wizards/import_wizards.js +5 -1
- package/dist/core/com/zoho/crm/api/zia_enrichment/import_zia_enrichment.js +5 -1
- package/dist/core/com/zoho/crm/api/zia_org_enrichment/import_zia_org_enrichment.js +5 -1
- package/dist/core/com/zoho/crm/api/zia_people_enrichment/import_zia_people_enrichment.js +5 -1
- package/dist/index.js +5 -1
- package/dist/models/authenticator/oauth_token.js +28 -24
- package/dist/models/authenticator/store/db_store.js +30 -16
- package/dist/models/authenticator/store/file_store.js +5 -1
- package/dist/routes/controllers/api_http_connector.js +5 -1
- package/dist/routes/dc/data_center.js +5 -1
- package/dist/routes/header_map.js +5 -1
- package/dist/routes/initialize_builder.js +5 -1
- package/dist/routes/initializer.js +5 -1
- package/dist/routes/logger/sdk_logger.js +5 -1
- package/dist/routes/middlewares/common_api_handler.js +5 -1
- package/dist/routes/parameter_map.js +5 -1
- package/dist/utils/util/constants.js +1 -1
- package/dist/utils/util/converter.js +8 -4
- package/dist/utils/util/datatype_converter.js +5 -1
- package/dist/utils/util/downloader.js +6 -2
- package/dist/utils/util/header_param_validator.js +5 -1
- package/dist/utils/util/json_converter.js +18 -7
- package/dist/utils/util/module_fields_handler.js +5 -1
- package/dist/utils/util/stream_wrapper.js +5 -1
- package/dist/utils/util/utility.js +6 -3
- package/dist/zohocrmsdk.js +5 -1
- package/package.json +9 -9
- package/dist/core/com/zoho/crm/api/email_signatures/details_group.d.ts +0 -3
- package/dist/core/com/zoho/crm/api/fields/rollup_criteria.d.ts +0 -51
- package/dist/core/com/zoho/crm/api/fields/rollup_criteria.js +0 -74
- /package/dist/core/com/zoho/crm/api/{email_signatures/details_group.js → blueprint/action_response.js} +0 -0
|
@@ -2,6 +2,8 @@ import { Model } from "../../../../../../utils/util/model";
|
|
|
2
2
|
declare class Owner implements Model {
|
|
3
3
|
private name;
|
|
4
4
|
private id;
|
|
5
|
+
private systemMail;
|
|
6
|
+
private emailTemplate;
|
|
5
7
|
private keyModified;
|
|
6
8
|
/**
|
|
7
9
|
* The method to get the name
|
|
@@ -15,14 +17,34 @@ declare class Owner implements Model {
|
|
|
15
17
|
setName(name: string): void;
|
|
16
18
|
/**
|
|
17
19
|
* The method to get the id
|
|
18
|
-
* @returns A
|
|
20
|
+
* @returns A String representing the id
|
|
19
21
|
*/
|
|
20
|
-
getId():
|
|
22
|
+
getId(): string;
|
|
21
23
|
/**
|
|
22
24
|
* The method to set the value to id
|
|
23
|
-
* @param id A
|
|
25
|
+
* @param id A String representing the id
|
|
24
26
|
*/
|
|
25
|
-
setId(id:
|
|
27
|
+
setId(id: string): void;
|
|
28
|
+
/**
|
|
29
|
+
* The method to get the systemMail
|
|
30
|
+
* @returns A Boolean representing the systemMail
|
|
31
|
+
*/
|
|
32
|
+
getSystemMail(): boolean;
|
|
33
|
+
/**
|
|
34
|
+
* The method to set the value to systemMail
|
|
35
|
+
* @param systemMail A Boolean representing the systemMail
|
|
36
|
+
*/
|
|
37
|
+
setSystemMail(systemMail: boolean): void;
|
|
38
|
+
/**
|
|
39
|
+
* The method to get the emailTemplate
|
|
40
|
+
* @returns A Map representing the emailTemplate
|
|
41
|
+
*/
|
|
42
|
+
getEmailTemplate(): Map<string, any>;
|
|
43
|
+
/**
|
|
44
|
+
* The method to set the value to emailTemplate
|
|
45
|
+
* @param emailTemplate A Map representing the emailTemplate
|
|
46
|
+
*/
|
|
47
|
+
setEmailTemplate(emailTemplate: Map<string, any>): void;
|
|
26
48
|
/**
|
|
27
49
|
* The method to check if the user has modified the given key
|
|
28
50
|
* @param key A String representing the key
|
|
@@ -22,19 +22,49 @@ class Owner {
|
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* The method to get the id
|
|
25
|
-
* @returns A
|
|
25
|
+
* @returns A String representing the id
|
|
26
26
|
*/
|
|
27
27
|
getId() {
|
|
28
28
|
return this.id;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* The method to set the value to id
|
|
32
|
-
* @param id A
|
|
32
|
+
* @param id A String representing the id
|
|
33
33
|
*/
|
|
34
34
|
setId(id) {
|
|
35
35
|
this.id = id;
|
|
36
36
|
this.keyModified.set("id", 1);
|
|
37
37
|
}
|
|
38
|
+
/**
|
|
39
|
+
* The method to get the systemMail
|
|
40
|
+
* @returns A Boolean representing the systemMail
|
|
41
|
+
*/
|
|
42
|
+
getSystemMail() {
|
|
43
|
+
return this.systemMail;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The method to set the value to systemMail
|
|
47
|
+
* @param systemMail A Boolean representing the systemMail
|
|
48
|
+
*/
|
|
49
|
+
setSystemMail(systemMail) {
|
|
50
|
+
this.systemMail = systemMail;
|
|
51
|
+
this.keyModified.set("system_mail", 1);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The method to get the emailTemplate
|
|
55
|
+
* @returns A Map representing the emailTemplate
|
|
56
|
+
*/
|
|
57
|
+
getEmailTemplate() {
|
|
58
|
+
return this.emailTemplate;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* The method to set the value to emailTemplate
|
|
62
|
+
* @param emailTemplate A Map representing the emailTemplate
|
|
63
|
+
*/
|
|
64
|
+
setEmailTemplate(emailTemplate) {
|
|
65
|
+
this.emailTemplate = emailTemplate;
|
|
66
|
+
this.keyModified.set("email_template", 1);
|
|
67
|
+
}
|
|
38
68
|
/**
|
|
39
69
|
* The method to check if the user has modified the given key
|
|
40
70
|
* @param key A String representing the key
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Model } from "../../../../../../utils/util/model";
|
|
2
|
-
declare class
|
|
2
|
+
declare class SpamControl implements Model {
|
|
3
3
|
private status;
|
|
4
4
|
private excludeScore;
|
|
5
|
+
private spamPossibilityThreshold;
|
|
5
6
|
private keyModified;
|
|
6
7
|
/**
|
|
7
8
|
* The method to get the status
|
|
@@ -23,6 +24,16 @@ declare class SpamControll implements Model {
|
|
|
23
24
|
* @param excludeScore A String representing the excludeScore
|
|
24
25
|
*/
|
|
25
26
|
setExcludeScore(excludeScore: string): void;
|
|
27
|
+
/**
|
|
28
|
+
* The method to get the spamPossibilityThreshold
|
|
29
|
+
* @returns A number representing the spamPossibilityThreshold
|
|
30
|
+
*/
|
|
31
|
+
getSpamPossibilityThreshold(): number;
|
|
32
|
+
/**
|
|
33
|
+
* The method to set the value to spamPossibilityThreshold
|
|
34
|
+
* @param spamPossibilityThreshold A number representing the spamPossibilityThreshold
|
|
35
|
+
*/
|
|
36
|
+
setSpamPossibilityThreshold(spamPossibilityThreshold: number): void;
|
|
26
37
|
/**
|
|
27
38
|
* The method to check if the user has modified the given key
|
|
28
39
|
* @param key A String representing the key
|
|
@@ -36,4 +47,4 @@ declare class SpamControll implements Model {
|
|
|
36
47
|
*/
|
|
37
48
|
setKeyModified(key: string, modification: number): void;
|
|
38
49
|
}
|
|
39
|
-
export {
|
|
50
|
+
export { SpamControl as MasterModel, SpamControl as SpamControl };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
class
|
|
3
|
+
exports.SpamControl = exports.MasterModel = void 0;
|
|
4
|
+
class SpamControl {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.keyModified = new Map();
|
|
7
7
|
}
|
|
@@ -35,6 +35,21 @@ class SpamControll {
|
|
|
35
35
|
this.excludeScore = excludeScore;
|
|
36
36
|
this.keyModified.set("exclude_score", 1);
|
|
37
37
|
}
|
|
38
|
+
/**
|
|
39
|
+
* The method to get the spamPossibilityThreshold
|
|
40
|
+
* @returns A number representing the spamPossibilityThreshold
|
|
41
|
+
*/
|
|
42
|
+
getSpamPossibilityThreshold() {
|
|
43
|
+
return this.spamPossibilityThreshold;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The method to set the value to spamPossibilityThreshold
|
|
47
|
+
* @param spamPossibilityThreshold A number representing the spamPossibilityThreshold
|
|
48
|
+
*/
|
|
49
|
+
setSpamPossibilityThreshold(spamPossibilityThreshold) {
|
|
50
|
+
this.spamPossibilityThreshold = spamPossibilityThreshold;
|
|
51
|
+
this.keyModified.set("spam_possibility_threshold", 1);
|
|
52
|
+
}
|
|
38
53
|
/**
|
|
39
54
|
* The method to check if the user has modified the given key
|
|
40
55
|
* @param key A String representing the key
|
|
@@ -55,5 +70,5 @@ class SpamControll {
|
|
|
55
70
|
this.keyModified.set(key, modification);
|
|
56
71
|
}
|
|
57
72
|
}
|
|
58
|
-
exports.MasterModel =
|
|
59
|
-
exports.
|
|
73
|
+
exports.MasterModel = SpamControl;
|
|
74
|
+
exports.SpamControl = SpamControl;
|
|
@@ -15,14 +15,14 @@ declare class Tags implements Model {
|
|
|
15
15
|
setName(name: string): void;
|
|
16
16
|
/**
|
|
17
17
|
* The method to get the id
|
|
18
|
-
* @returns A
|
|
18
|
+
* @returns A String representing the id
|
|
19
19
|
*/
|
|
20
|
-
getId():
|
|
20
|
+
getId(): string;
|
|
21
21
|
/**
|
|
22
22
|
* The method to set the value to id
|
|
23
|
-
* @param id A
|
|
23
|
+
* @param id A String representing the id
|
|
24
24
|
*/
|
|
25
|
-
setId(id:
|
|
25
|
+
setId(id: string): void;
|
|
26
26
|
/**
|
|
27
27
|
* The method to check if the user has modified the given key
|
|
28
28
|
* @param key A String representing the key
|
|
@@ -22,14 +22,14 @@ class Tags {
|
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* The method to get the id
|
|
25
|
-
* @returns A
|
|
25
|
+
* @returns A String representing the id
|
|
26
26
|
*/
|
|
27
27
|
getId() {
|
|
28
28
|
return this.id;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* The method to set the value to id
|
|
32
|
-
* @param id A
|
|
32
|
+
* @param id A String representing the id
|
|
33
33
|
*/
|
|
34
34
|
setId(id) {
|
|
35
35
|
this.id = id;
|
|
@@ -15,14 +15,14 @@ declare class User implements Model {
|
|
|
15
15
|
setName(name: string): void;
|
|
16
16
|
/**
|
|
17
17
|
* The method to get the id
|
|
18
|
-
* @returns A
|
|
18
|
+
* @returns A String representing the id
|
|
19
19
|
*/
|
|
20
|
-
getId():
|
|
20
|
+
getId(): string;
|
|
21
21
|
/**
|
|
22
22
|
* The method to set the value to id
|
|
23
|
-
* @param id A
|
|
23
|
+
* @param id A String representing the id
|
|
24
24
|
*/
|
|
25
|
-
setId(id:
|
|
25
|
+
setId(id: string): void;
|
|
26
26
|
/**
|
|
27
27
|
* The method to check if the user has modified the given key
|
|
28
28
|
* @param key A String representing the key
|
|
@@ -22,14 +22,14 @@ class User {
|
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* The method to get the id
|
|
25
|
-
* @returns A
|
|
25
|
+
* @returns A String representing the id
|
|
26
26
|
*/
|
|
27
27
|
getId() {
|
|
28
28
|
return this.id;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* The method to set the value to id
|
|
32
|
-
* @param id A
|
|
32
|
+
* @param id A String representing the id
|
|
33
33
|
*/
|
|
34
34
|
setId(id) {
|
|
35
35
|
this.id = id;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Model } from "../../../../../../utils/util/model";
|
|
2
|
+
declare class VisitorTracking implements Model {
|
|
3
|
+
private portalName;
|
|
4
|
+
private trackingCode;
|
|
5
|
+
private keyModified;
|
|
6
|
+
/**
|
|
7
|
+
* The method to get the portalName
|
|
8
|
+
* @returns A String representing the portalName
|
|
9
|
+
*/
|
|
10
|
+
getPortalName(): string;
|
|
11
|
+
/**
|
|
12
|
+
* The method to set the value to portalName
|
|
13
|
+
* @param portalName A String representing the portalName
|
|
14
|
+
*/
|
|
15
|
+
setPortalName(portalName: string): void;
|
|
16
|
+
/**
|
|
17
|
+
* The method to get the trackingCode
|
|
18
|
+
* @returns A String representing the trackingCode
|
|
19
|
+
*/
|
|
20
|
+
getTrackingCode(): string;
|
|
21
|
+
/**
|
|
22
|
+
* The method to set the value to trackingCode
|
|
23
|
+
* @param trackingCode A String representing the trackingCode
|
|
24
|
+
*/
|
|
25
|
+
setTrackingCode(trackingCode: string): void;
|
|
26
|
+
/**
|
|
27
|
+
* The method to check if the user has modified the given key
|
|
28
|
+
* @param key A String representing the key
|
|
29
|
+
* @returns A number representing the modification
|
|
30
|
+
*/
|
|
31
|
+
isKeyModified(key: string): number | null | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The method to mark the given key as modified
|
|
34
|
+
* @param key A String representing the key
|
|
35
|
+
* @param modification A number representing the modification
|
|
36
|
+
*/
|
|
37
|
+
setKeyModified(key: string, modification: number): void;
|
|
38
|
+
}
|
|
39
|
+
export { VisitorTracking as MasterModel, VisitorTracking as VisitorTracking };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VisitorTracking = exports.MasterModel = void 0;
|
|
4
|
+
class VisitorTracking {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.keyModified = new Map();
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* The method to get the portalName
|
|
10
|
+
* @returns A String representing the portalName
|
|
11
|
+
*/
|
|
12
|
+
getPortalName() {
|
|
13
|
+
return this.portalName;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* The method to set the value to portalName
|
|
17
|
+
* @param portalName A String representing the portalName
|
|
18
|
+
*/
|
|
19
|
+
setPortalName(portalName) {
|
|
20
|
+
this.portalName = portalName;
|
|
21
|
+
this.keyModified.set("portal_name", 1);
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The method to get the trackingCode
|
|
25
|
+
* @returns A String representing the trackingCode
|
|
26
|
+
*/
|
|
27
|
+
getTrackingCode() {
|
|
28
|
+
return this.trackingCode;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* The method to set the value to trackingCode
|
|
32
|
+
* @param trackingCode A String representing the trackingCode
|
|
33
|
+
*/
|
|
34
|
+
setTrackingCode(trackingCode) {
|
|
35
|
+
this.trackingCode = trackingCode;
|
|
36
|
+
this.keyModified.set("tracking_code", 1);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* The method to check if the user has modified the given key
|
|
40
|
+
* @param key A String representing the key
|
|
41
|
+
* @returns A number representing the modification
|
|
42
|
+
*/
|
|
43
|
+
isKeyModified(key) {
|
|
44
|
+
if (this.keyModified.has(key)) {
|
|
45
|
+
return this.keyModified.get(key);
|
|
46
|
+
}
|
|
47
|
+
return null;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The method to mark the given key as modified
|
|
51
|
+
* @param key A String representing the key
|
|
52
|
+
* @param modification A number representing the modification
|
|
53
|
+
*/
|
|
54
|
+
setKeyModified(key, modification) {
|
|
55
|
+
this.keyModified.set(key, modification);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.MasterModel = VisitorTracking;
|
|
59
|
+
exports.VisitorTracking = VisitorTracking;
|