@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Delete } from "./delete";
|
|
1
2
|
import { Model } from "../../../../../../utils/util/model";
|
|
2
3
|
declare class MinifiedProfile implements Model {
|
|
3
4
|
private id;
|
|
@@ -26,14 +27,14 @@ declare class MinifiedProfile implements Model {
|
|
|
26
27
|
setName(name: string): void;
|
|
27
28
|
/**
|
|
28
29
|
* The method to get the delete
|
|
29
|
-
* @returns
|
|
30
|
+
* @returns An instance of Delete
|
|
30
31
|
*/
|
|
31
|
-
getDelete():
|
|
32
|
+
getDelete(): Delete;
|
|
32
33
|
/**
|
|
33
34
|
* The method to set the value to delete
|
|
34
|
-
* @param delete1
|
|
35
|
+
* @param delete1 An instance of Delete
|
|
35
36
|
*/
|
|
36
|
-
setDelete(delete1:
|
|
37
|
+
setDelete(delete1: Delete): void;
|
|
37
38
|
/**
|
|
38
39
|
* The method to check if the user has modified the given key
|
|
39
40
|
* @param key A String representing the key
|
|
@@ -37,14 +37,14 @@ class MinifiedProfile {
|
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* The method to get the delete
|
|
40
|
-
* @returns
|
|
40
|
+
* @returns An instance of Delete
|
|
41
41
|
*/
|
|
42
42
|
getDelete() {
|
|
43
43
|
return this.delete1;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* The method to set the value to delete
|
|
47
|
-
* @param delete1
|
|
47
|
+
* @param delete1 An instance of Delete
|
|
48
48
|
*/
|
|
49
49
|
setDelete(delete1) {
|
|
50
50
|
this.delete1 = delete1;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DefaultView } from "./default_view";
|
|
2
|
+
import { Delete } from "./delete";
|
|
2
3
|
import { PermissionDetail } from "./permission_detail";
|
|
3
4
|
import { Section } from "./section";
|
|
4
5
|
import { MinifiedUser } from "../users/minified_user";
|
|
@@ -75,14 +76,14 @@ declare class Profile implements Model {
|
|
|
75
76
|
setDefault(default1: boolean): void;
|
|
76
77
|
/**
|
|
77
78
|
* The method to get the delete
|
|
78
|
-
* @returns
|
|
79
|
+
* @returns An instance of Delete
|
|
79
80
|
*/
|
|
80
|
-
getDelete():
|
|
81
|
+
getDelete(): Delete;
|
|
81
82
|
/**
|
|
82
83
|
* The method to set the value to delete
|
|
83
|
-
* @param delete1
|
|
84
|
+
* @param delete1 An instance of Delete
|
|
84
85
|
*/
|
|
85
|
-
setDelete(delete1:
|
|
86
|
+
setDelete(delete1: Delete): void;
|
|
86
87
|
/**
|
|
87
88
|
* The method to get the permissionType
|
|
88
89
|
* @returns A String representing the permissionType
|
|
@@ -82,14 +82,14 @@ class Profile {
|
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* The method to get the delete
|
|
85
|
-
* @returns
|
|
85
|
+
* @returns An instance of Delete
|
|
86
86
|
*/
|
|
87
87
|
getDelete() {
|
|
88
88
|
return this.delete1;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* The method to set the value to delete
|
|
92
|
-
* @param delete1
|
|
92
|
+
* @param delete1 An instance of Delete
|
|
93
93
|
*/
|
|
94
94
|
setDelete(delete1) {
|
|
95
95
|
this.delete1 = delete1;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Model } from "../../../../../../utils/util/model";
|
|
2
|
+
declare class ApplyFeatureExecution implements Model {
|
|
3
|
+
private name;
|
|
4
|
+
private keyModified;
|
|
5
|
+
/**
|
|
6
|
+
* The method to get the name
|
|
7
|
+
* @returns A String representing the name
|
|
8
|
+
*/
|
|
9
|
+
getName(): string;
|
|
10
|
+
/**
|
|
11
|
+
* The method to set the value to name
|
|
12
|
+
* @param name A String representing the name
|
|
13
|
+
*/
|
|
14
|
+
setName(name: string): void;
|
|
15
|
+
/**
|
|
16
|
+
* The method to check if the user has modified the given key
|
|
17
|
+
* @param key A String representing the key
|
|
18
|
+
* @returns A number representing the modification
|
|
19
|
+
*/
|
|
20
|
+
isKeyModified(key: string): number | null | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* The method to mark the given key as modified
|
|
23
|
+
* @param key A String representing the key
|
|
24
|
+
* @param modification A number representing the modification
|
|
25
|
+
*/
|
|
26
|
+
setKeyModified(key: string, modification: number): void;
|
|
27
|
+
}
|
|
28
|
+
export { ApplyFeatureExecution as MasterModel, ApplyFeatureExecution as ApplyFeatureExecution };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApplyFeatureExecution = exports.MasterModel = void 0;
|
|
4
|
+
class ApplyFeatureExecution {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.keyModified = new Map();
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* The method to get the name
|
|
10
|
+
* @returns A String representing the name
|
|
11
|
+
*/
|
|
12
|
+
getName() {
|
|
13
|
+
return this.name;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* The method to set the value to name
|
|
17
|
+
* @param name A String representing the name
|
|
18
|
+
*/
|
|
19
|
+
setName(name) {
|
|
20
|
+
this.name = name;
|
|
21
|
+
this.keyModified.set("name", 1);
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The method to check if the user has modified the given key
|
|
25
|
+
* @param key A String representing the key
|
|
26
|
+
* @returns A number representing the modification
|
|
27
|
+
*/
|
|
28
|
+
isKeyModified(key) {
|
|
29
|
+
if (this.keyModified.has(key)) {
|
|
30
|
+
return this.keyModified.get(key);
|
|
31
|
+
}
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* The method to mark the given key as modified
|
|
36
|
+
* @param key A String representing the key
|
|
37
|
+
* @param modification A number representing the modification
|
|
38
|
+
*/
|
|
39
|
+
setKeyModified(key, modification) {
|
|
40
|
+
this.keyModified.set(key, modification);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.MasterModel = ApplyFeatureExecution;
|
|
44
|
+
exports.ApplyFeatureExecution = ApplyFeatureExecution;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { ApplyFeatureExecution } from "./apply_feature_execution";
|
|
1
2
|
import { Record } from "./record";
|
|
3
|
+
import { SkipFeatureExecution } from "./skip_feature_execution";
|
|
2
4
|
import { Model } from "../../../../../../utils/util/model";
|
|
3
5
|
declare class BodyWrapper implements Model {
|
|
4
6
|
private data;
|
|
@@ -7,6 +9,10 @@ declare class BodyWrapper implements Model {
|
|
|
7
9
|
private duplicateCheckFields;
|
|
8
10
|
private wfTrigger;
|
|
9
11
|
private larId;
|
|
12
|
+
private applyFeatureExecution;
|
|
13
|
+
private applyValidationRule;
|
|
14
|
+
private applyFunctionValidationRule;
|
|
15
|
+
private skipFeatureExecution;
|
|
10
16
|
private keyModified;
|
|
11
17
|
/**
|
|
12
18
|
* The method to get the data
|
|
@@ -68,6 +74,46 @@ declare class BodyWrapper implements Model {
|
|
|
68
74
|
* @param larId A String representing the larId
|
|
69
75
|
*/
|
|
70
76
|
setLarId(larId: string): void;
|
|
77
|
+
/**
|
|
78
|
+
* The method to get the applyFeatureExecution
|
|
79
|
+
* @returns An Array representing the applyFeatureExecution
|
|
80
|
+
*/
|
|
81
|
+
getApplyFeatureExecution(): Array<ApplyFeatureExecution>;
|
|
82
|
+
/**
|
|
83
|
+
* The method to set the value to applyFeatureExecution
|
|
84
|
+
* @param applyFeatureExecution An Array representing the applyFeatureExecution
|
|
85
|
+
*/
|
|
86
|
+
setApplyFeatureExecution(applyFeatureExecution: Array<ApplyFeatureExecution>): void;
|
|
87
|
+
/**
|
|
88
|
+
* The method to get the applyValidationRule
|
|
89
|
+
* @returns A String representing the applyValidationRule
|
|
90
|
+
*/
|
|
91
|
+
getApplyValidationRule(): string;
|
|
92
|
+
/**
|
|
93
|
+
* The method to set the value to applyValidationRule
|
|
94
|
+
* @param applyValidationRule A String representing the applyValidationRule
|
|
95
|
+
*/
|
|
96
|
+
setApplyValidationRule(applyValidationRule: string): void;
|
|
97
|
+
/**
|
|
98
|
+
* The method to get the applyFunctionValidationRule
|
|
99
|
+
* @returns A String representing the applyFunctionValidationRule
|
|
100
|
+
*/
|
|
101
|
+
getApplyFunctionValidationRule(): string;
|
|
102
|
+
/**
|
|
103
|
+
* The method to set the value to applyFunctionValidationRule
|
|
104
|
+
* @param applyFunctionValidationRule A String representing the applyFunctionValidationRule
|
|
105
|
+
*/
|
|
106
|
+
setApplyFunctionValidationRule(applyFunctionValidationRule: string): void;
|
|
107
|
+
/**
|
|
108
|
+
* The method to get the skipFeatureExecution
|
|
109
|
+
* @returns An Array representing the skipFeatureExecution
|
|
110
|
+
*/
|
|
111
|
+
getSkipFeatureExecution(): Array<SkipFeatureExecution>;
|
|
112
|
+
/**
|
|
113
|
+
* The method to set the value to skipFeatureExecution
|
|
114
|
+
* @param skipFeatureExecution An Array representing the skipFeatureExecution
|
|
115
|
+
*/
|
|
116
|
+
setSkipFeatureExecution(skipFeatureExecution: Array<SkipFeatureExecution>): void;
|
|
71
117
|
/**
|
|
72
118
|
* The method to check if the user has modified the given key
|
|
73
119
|
* @param key A String representing the key
|
|
@@ -95,6 +95,66 @@ class BodyWrapper {
|
|
|
95
95
|
this.larId = larId;
|
|
96
96
|
this.keyModified.set("lar_id", 1);
|
|
97
97
|
}
|
|
98
|
+
/**
|
|
99
|
+
* The method to get the applyFeatureExecution
|
|
100
|
+
* @returns An Array representing the applyFeatureExecution
|
|
101
|
+
*/
|
|
102
|
+
getApplyFeatureExecution() {
|
|
103
|
+
return this.applyFeatureExecution;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* The method to set the value to applyFeatureExecution
|
|
107
|
+
* @param applyFeatureExecution An Array representing the applyFeatureExecution
|
|
108
|
+
*/
|
|
109
|
+
setApplyFeatureExecution(applyFeatureExecution) {
|
|
110
|
+
this.applyFeatureExecution = applyFeatureExecution;
|
|
111
|
+
this.keyModified.set("apply_feature_execution", 1);
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* The method to get the applyValidationRule
|
|
115
|
+
* @returns A String representing the applyValidationRule
|
|
116
|
+
*/
|
|
117
|
+
getApplyValidationRule() {
|
|
118
|
+
return this.applyValidationRule;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* The method to set the value to applyValidationRule
|
|
122
|
+
* @param applyValidationRule A String representing the applyValidationRule
|
|
123
|
+
*/
|
|
124
|
+
setApplyValidationRule(applyValidationRule) {
|
|
125
|
+
this.applyValidationRule = applyValidationRule;
|
|
126
|
+
this.keyModified.set("apply_validation_rule", 1);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* The method to get the applyFunctionValidationRule
|
|
130
|
+
* @returns A String representing the applyFunctionValidationRule
|
|
131
|
+
*/
|
|
132
|
+
getApplyFunctionValidationRule() {
|
|
133
|
+
return this.applyFunctionValidationRule;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* The method to set the value to applyFunctionValidationRule
|
|
137
|
+
* @param applyFunctionValidationRule A String representing the applyFunctionValidationRule
|
|
138
|
+
*/
|
|
139
|
+
setApplyFunctionValidationRule(applyFunctionValidationRule) {
|
|
140
|
+
this.applyFunctionValidationRule = applyFunctionValidationRule;
|
|
141
|
+
this.keyModified.set("apply_function_validation_rule", 1);
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* The method to get the skipFeatureExecution
|
|
145
|
+
* @returns An Array representing the skipFeatureExecution
|
|
146
|
+
*/
|
|
147
|
+
getSkipFeatureExecution() {
|
|
148
|
+
return this.skipFeatureExecution;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* The method to set the value to skipFeatureExecution
|
|
152
|
+
* @param skipFeatureExecution An Array representing the skipFeatureExecution
|
|
153
|
+
*/
|
|
154
|
+
setSkipFeatureExecution(skipFeatureExecution) {
|
|
155
|
+
this.skipFeatureExecution = skipFeatureExecution;
|
|
156
|
+
this.keyModified.set("skip_feature_execution", 1);
|
|
157
|
+
}
|
|
98
158
|
/**
|
|
99
159
|
* The method to check if the user has modified the given key
|
|
100
160
|
* @param key A String representing the key
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
|
|
3
|
+
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
4
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
5
|
+
};
|
|
2
6
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
|
|
3
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
8
|
exports.Field = exports.MasterModel = void 0;
|
|
@@ -22,6 +26,7 @@ exports.MasterModel = Field;
|
|
|
22
26
|
exports.Field = Field;
|
|
23
27
|
Field.Products = (_a = class {
|
|
24
28
|
},
|
|
29
|
+
__setFunctionName(_a, "Products"),
|
|
25
30
|
_a.PRODUCT_CATEGORY = new Field("Product_Category"),
|
|
26
31
|
_a.QTY_IN_DEMAND = new Field("Qty_in_Demand"),
|
|
27
32
|
_a.OWNER = new Field("Owner"),
|
|
@@ -56,6 +61,7 @@ Field.Products = (_a = class {
|
|
|
56
61
|
_a);
|
|
57
62
|
Field.Consents = (_b = class {
|
|
58
63
|
},
|
|
64
|
+
__setFunctionName(_b, "Consents"),
|
|
59
65
|
_b.CONTACT_THROUGH_EMAIL = new Field("Contact_Through_Email"),
|
|
60
66
|
_b.OWNER = new Field("Owner"),
|
|
61
67
|
_b.MODIFIED_TIME = new Field("Modified_Time"),
|
|
@@ -76,6 +82,7 @@ Field.Consents = (_b = class {
|
|
|
76
82
|
_b);
|
|
77
83
|
Field.Tasks = (_c = class {
|
|
78
84
|
},
|
|
85
|
+
__setFunctionName(_c, "Tasks"),
|
|
79
86
|
_c.STATUS = new Field("Status"),
|
|
80
87
|
_c.OWNER = new Field("Owner"),
|
|
81
88
|
_c.MODIFIED_TIME = new Field("Modified_Time"),
|
|
@@ -99,6 +106,7 @@ Field.Tasks = (_c = class {
|
|
|
99
106
|
_c);
|
|
100
107
|
Field.Data_Subject_Requests = (_d = class {
|
|
101
108
|
},
|
|
109
|
+
__setFunctionName(_d, "Data_Subject_Requests"),
|
|
102
110
|
_d.REQUEST_TYPE = new Field("Request_Type"),
|
|
103
111
|
_d.IS_CLOSED = new Field("Is_Closed"),
|
|
104
112
|
_d.PARENT_ID = new Field("Parent_Id"),
|
|
@@ -112,6 +120,7 @@ Field.Data_Subject_Requests = (_d = class {
|
|
|
112
120
|
_d);
|
|
113
121
|
Field.Vendors = (_e = class {
|
|
114
122
|
},
|
|
123
|
+
__setFunctionName(_e, "Vendors"),
|
|
115
124
|
_e.OWNER = new Field("Owner"),
|
|
116
125
|
_e.EMAIL = new Field("Email"),
|
|
117
126
|
_e.CATEGORY = new Field("Category"),
|
|
@@ -140,6 +149,7 @@ Field.Vendors = (_e = class {
|
|
|
140
149
|
_e);
|
|
141
150
|
Field.Appointments__s = (_f = class {
|
|
142
151
|
},
|
|
152
|
+
__setFunctionName(_f, "Appointments__s"),
|
|
143
153
|
_f.OWNER = new Field("Owner"),
|
|
144
154
|
_f.ADDRESS = new Field("Address"),
|
|
145
155
|
_f.APPOINTMENT_START_TIME = new Field("Appointment_Start_Time"),
|
|
@@ -177,6 +187,7 @@ Field.Appointments__s = (_f = class {
|
|
|
177
187
|
_f);
|
|
178
188
|
Field.Calls = (_g = class {
|
|
179
189
|
},
|
|
190
|
+
__setFunctionName(_g, "Calls"),
|
|
180
191
|
_g.CALL_DURATION = new Field("Call_Duration"),
|
|
181
192
|
_g.OWNER = new Field("Owner"),
|
|
182
193
|
_g.DESCRIPTION = new Field("Description"),
|
|
@@ -206,6 +217,7 @@ Field.Calls = (_g = class {
|
|
|
206
217
|
_g);
|
|
207
218
|
Field.Leads = (_h = class {
|
|
208
219
|
},
|
|
220
|
+
__setFunctionName(_h, "Leads"),
|
|
209
221
|
_h.OWNER = new Field("Owner"),
|
|
210
222
|
_h.COMPANY = new Field("Company"),
|
|
211
223
|
_h.EMAIL = new Field("Email"),
|
|
@@ -273,6 +285,7 @@ Field.Leads = (_h = class {
|
|
|
273
285
|
_h);
|
|
274
286
|
Field.Deals = (_j = class {
|
|
275
287
|
},
|
|
288
|
+
__setFunctionName(_j, "Deals"),
|
|
276
289
|
_j.OWNER = new Field("Owner"),
|
|
277
290
|
_j.DESCRIPTION = new Field("Description"),
|
|
278
291
|
_j.CAMPAIGN_SOURCE = new Field("Campaign_Source"),
|
|
@@ -308,6 +321,7 @@ Field.Deals = (_j = class {
|
|
|
308
321
|
_j);
|
|
309
322
|
Field.Quotes = (_k = class {
|
|
310
323
|
},
|
|
324
|
+
__setFunctionName(_k, "Quotes"),
|
|
311
325
|
_k.OWNER = new Field("Owner"),
|
|
312
326
|
_k.DESCRIPTION = new Field("Description"),
|
|
313
327
|
_k.DISCOUNT = new Field("Discount"),
|
|
@@ -349,6 +363,7 @@ Field.Quotes = (_k = class {
|
|
|
349
363
|
_k);
|
|
350
364
|
Field.Invoices = (_l = class {
|
|
351
365
|
},
|
|
366
|
+
__setFunctionName(_l, "Invoices"),
|
|
352
367
|
_l.OWNER = new Field("Owner"),
|
|
353
368
|
_l.DESCRIPTION = new Field("Description"),
|
|
354
369
|
_l.DISCOUNT = new Field("Discount"),
|
|
@@ -392,6 +407,7 @@ Field.Invoices = (_l = class {
|
|
|
392
407
|
_l);
|
|
393
408
|
Field.Campaigns = (_m = class {
|
|
394
409
|
},
|
|
410
|
+
__setFunctionName(_m, "Campaigns"),
|
|
395
411
|
_m.STATUS = new Field("Status"),
|
|
396
412
|
_m.OWNER = new Field("Owner"),
|
|
397
413
|
_m.MODIFIED_TIME = new Field("Modified_Time"),
|
|
@@ -417,6 +433,7 @@ Field.Campaigns = (_m = class {
|
|
|
417
433
|
_m);
|
|
418
434
|
Field.Attachments = (_o = class {
|
|
419
435
|
},
|
|
436
|
+
__setFunctionName(_o, "Attachments"),
|
|
420
437
|
_o.OWNER = new Field("Owner"),
|
|
421
438
|
_o.MODIFIED_BY = new Field("Modified_By"),
|
|
422
439
|
_o.MODIFIED_TIME = new Field("Modified_Time"),
|
|
@@ -430,6 +447,7 @@ Field.Attachments = (_o = class {
|
|
|
430
447
|
_o);
|
|
431
448
|
Field.Price_Books = (_p = class {
|
|
432
449
|
},
|
|
450
|
+
__setFunctionName(_p, "Price_Books"),
|
|
433
451
|
_p.OWNER = new Field("Owner"),
|
|
434
452
|
_p.MODIFIED_TIME = new Field("Modified_Time"),
|
|
435
453
|
_p.PRICING_DETAILS = new Field("Pricing_Details"),
|
|
@@ -447,6 +465,7 @@ Field.Price_Books = (_p = class {
|
|
|
447
465
|
_p);
|
|
448
466
|
Field.Sales_Orders = (_q = class {
|
|
449
467
|
},
|
|
468
|
+
__setFunctionName(_q, "Sales_Orders"),
|
|
450
469
|
_q.OWNER = new Field("Owner"),
|
|
451
470
|
_q.DESCRIPTION = new Field("Description"),
|
|
452
471
|
_q.DISCOUNT = new Field("Discount"),
|
|
@@ -492,6 +511,7 @@ Field.Sales_Orders = (_q = class {
|
|
|
492
511
|
_q);
|
|
493
512
|
Field.Services__s = (_r = class {
|
|
494
513
|
},
|
|
514
|
+
__setFunctionName(_r, "Services__s"),
|
|
495
515
|
_r.JOB_SHEET_REQUIRED = new Field("Job_Sheet_Required"),
|
|
496
516
|
_r.OWNER = new Field("Owner"),
|
|
497
517
|
_r.DESCRIPTION = new Field("Description"),
|
|
@@ -522,6 +542,7 @@ Field.Services__s = (_r = class {
|
|
|
522
542
|
_r);
|
|
523
543
|
Field.Contacts = (_s = class {
|
|
524
544
|
},
|
|
545
|
+
__setFunctionName(_s, "Contacts"),
|
|
525
546
|
_s.OWNER = new Field("Owner"),
|
|
526
547
|
_s.EMAIL = new Field("Email"),
|
|
527
548
|
_s.VISITOR_SCORE = new Field("Visitor_Score"),
|
|
@@ -588,6 +609,7 @@ Field.Contacts = (_s = class {
|
|
|
588
609
|
_s);
|
|
589
610
|
Field.Solutions = (_t = class {
|
|
590
611
|
},
|
|
612
|
+
__setFunctionName(_t, "Solutions"),
|
|
591
613
|
_t.STATUS = new Field("Status"),
|
|
592
614
|
_t.OWNER = new Field("Owner"),
|
|
593
615
|
_t.MODIFIED_TIME = new Field("Modified_Time"),
|
|
@@ -610,6 +632,7 @@ Field.Solutions = (_t = class {
|
|
|
610
632
|
_t);
|
|
611
633
|
Field.Events = (_u = class {
|
|
612
634
|
},
|
|
635
|
+
__setFunctionName(_u, "Events"),
|
|
613
636
|
_u.ALL_DAY = new Field("All_day"),
|
|
614
637
|
_u.OWNER = new Field("Owner"),
|
|
615
638
|
_u.CHECK_IN_STATE = new Field("Check_In_State"),
|
|
@@ -645,6 +668,7 @@ Field.Events = (_u = class {
|
|
|
645
668
|
_u);
|
|
646
669
|
Field.Purchase_Orders = (_v = class {
|
|
647
670
|
},
|
|
671
|
+
__setFunctionName(_v, "Purchase_Orders"),
|
|
648
672
|
_v.OWNER = new Field("Owner"),
|
|
649
673
|
_v.DESCRIPTION = new Field("Description"),
|
|
650
674
|
_v.DISCOUNT = new Field("Discount"),
|
|
@@ -689,6 +713,7 @@ Field.Purchase_Orders = (_v = class {
|
|
|
689
713
|
_v);
|
|
690
714
|
Field.Accounts = (_w = class {
|
|
691
715
|
},
|
|
716
|
+
__setFunctionName(_w, "Accounts"),
|
|
692
717
|
_w.OWNER = new Field("Owner"),
|
|
693
718
|
_w.OWNERSHIP = new Field("Ownership"),
|
|
694
719
|
_w.DESCRIPTION = new Field("Description"),
|
|
@@ -735,6 +760,7 @@ Field.Accounts = (_w = class {
|
|
|
735
760
|
_w);
|
|
736
761
|
Field.Cases = (_x = class {
|
|
737
762
|
},
|
|
763
|
+
__setFunctionName(_x, "Cases"),
|
|
738
764
|
_x.OWNER = new Field("Owner"),
|
|
739
765
|
_x.EMAIL = new Field("Email"),
|
|
740
766
|
_x.DESCRIPTION = new Field("Description"),
|
|
@@ -767,6 +793,7 @@ Field.Cases = (_x = class {
|
|
|
767
793
|
_x);
|
|
768
794
|
Field.Notes = (_y = class {
|
|
769
795
|
},
|
|
796
|
+
__setFunctionName(_y, "Notes"),
|
|
770
797
|
_y.OWNER = new Field("Owner"),
|
|
771
798
|
_y.MODIFIED_BY = new Field("Modified_By"),
|
|
772
799
|
_y.MODIFIED_TIME = new Field("Modified_Time"),
|
|
@@ -101,7 +101,9 @@ export { BodyWrapper } from "./body_wrapper";
|
|
|
101
101
|
export { MassUpdateBodyWrapper } from "./mass_update_body_wrapper";
|
|
102
102
|
export { MassUpdateActionWrapper } from "./mass_update_action_wrapper";
|
|
103
103
|
export { MultiSelectPicklist } from "./multi_select_picklist";
|
|
104
|
+
export { SkipFeatureExecution } from "./skip_feature_execution";
|
|
104
105
|
export * as MassUpdateActionHandler from "./mass_update_action_handler";
|
|
106
|
+
export { ApplyFeatureExecution } from "./apply_feature_execution";
|
|
105
107
|
export { Wizard } from "./wizard";
|
|
106
108
|
export { PricingDetails } from "./pricing_details";
|
|
107
109
|
export { ImageUpload } from "./image_upload";
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -21,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
21
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
26
|
exports.UsersNumberSeparator = exports.UsersDecimalSeparator = exports.UsersDateFormat = exports.UsersTimeFormat = exports.RecordLockLockSourceS = exports.Options = exports.GetRichTextRecordsParam = exports.GetFullDataForRichTextParam = exports.DeleteRecordUsingExternalIDHeader = exports.DeleteRecordUsingExternalIDParam = exports.UpdateRecordUsingExternalIDHeader = exports.GetRecordUsingExternalIDHeader = exports.GetRecordUsingExternalIDParam = exports.RecordCountParam = exports.GetMassUpdateStatusParam = exports.UploadPhotoParam = exports.SearchRecordsHeader = exports.SearchRecordsParam = exports.GetDeletedRecordsHeader = exports.GetDeletedRecordsParam = exports.UpsertRecordsHeader = exports.DeleteRecordsHeader = exports.DeleteRecordsParam = exports.UpdateRecordsHeader = exports.CreateRecordsHeader = exports.GetRecordsHeader = exports.GetRecordsParam = exports.DeleteRecordHeader = exports.DeleteRecordParam = exports.UpdateRecordHeader = exports.GetRecordHeader = exports.GetRecordParam = exports.RecordOperations = exports.CountWrapper = exports.Reminder = exports.ResponseWrapper = exports.ActionResponse = exports.MassUpdateResponseHandler = exports.Widget = exports.Consent = exports.MassUpdateResponseWrapper = exports.MassUpdateTerritory = exports.DownloadHandler = exports.RecurringActivity = exports.ActionWrapper = exports.DeletedRecord = exports.Tax = exports.PriceBook = exports.MultiSelectLookup = exports.FileDetails = void 0;
|
|
23
27
|
exports.BodyWrapper = exports.ResponseHandler = exports.DeletedRecordsHandler = exports.LineItemProduct = exports.SuccessResponse = exports.DuplicateRecord = exports.Notes = exports.Cases = exports.Accounts = exports.Purchase_Orders = exports.Events = exports.Solutions = exports.Contacts = exports.Services__s = exports.Sales_Orders = exports.Price_Books = exports.Attachments = exports.Campaigns = exports.Invoices = exports.Quotes = exports.Deals = exports.Leads = exports.Calls = exports.Appointments__s = exports.Vendors = exports.Data_Subject_Requests = exports.Tasks = exports.Consents = exports.Products = exports.Field = exports.DeletedRecordsWrapper = exports.MassUpdateResponse = exports.MassUpdateActionResponse = exports.TimeRange = exports.Comment = exports.MassUpdateSuccessResponse = exports.RemindAt = exports.Record = exports.Info = exports.MassUpdate = exports.Participants = exports.FileBodyWrapper = exports.FileHandler = exports.ActionHandler = exports.Criteria = exports.Territory = exports.LineTax = exports.CountHandler = exports.APIException = exports.UsersNameFormatS = void 0;
|
|
24
|
-
exports.ImageUpload = exports.PricingDetails = exports.Wizard = exports.MassUpdateActionHandler = exports.MultiSelectPicklist = exports.MassUpdateActionWrapper = exports.MassUpdateBodyWrapper = void 0;
|
|
28
|
+
exports.ImageUpload = exports.PricingDetails = exports.Wizard = exports.ApplyFeatureExecution = exports.MassUpdateActionHandler = exports.SkipFeatureExecution = exports.MultiSelectPicklist = exports.MassUpdateActionWrapper = exports.MassUpdateBodyWrapper = void 0;
|
|
25
29
|
var file_details_1 = require("./file_details");
|
|
26
30
|
Object.defineProperty(exports, "FileDetails", { enumerable: true, get: function () { return file_details_1.FileDetails; } });
|
|
27
31
|
var multi_select_lookup_1 = require("./multi_select_lookup");
|
|
@@ -189,7 +193,11 @@ var mass_update_action_wrapper_1 = require("./mass_update_action_wrapper");
|
|
|
189
193
|
Object.defineProperty(exports, "MassUpdateActionWrapper", { enumerable: true, get: function () { return mass_update_action_wrapper_1.MassUpdateActionWrapper; } });
|
|
190
194
|
var multi_select_picklist_1 = require("./multi_select_picklist");
|
|
191
195
|
Object.defineProperty(exports, "MultiSelectPicklist", { enumerable: true, get: function () { return multi_select_picklist_1.MultiSelectPicklist; } });
|
|
196
|
+
var skip_feature_execution_1 = require("./skip_feature_execution");
|
|
197
|
+
Object.defineProperty(exports, "SkipFeatureExecution", { enumerable: true, get: function () { return skip_feature_execution_1.SkipFeatureExecution; } });
|
|
192
198
|
exports.MassUpdateActionHandler = __importStar(require("./mass_update_action_handler"));
|
|
199
|
+
var apply_feature_execution_1 = require("./apply_feature_execution");
|
|
200
|
+
Object.defineProperty(exports, "ApplyFeatureExecution", { enumerable: true, get: function () { return apply_feature_execution_1.ApplyFeatureExecution; } });
|
|
193
201
|
var wizard_1 = require("./wizard");
|
|
194
202
|
Object.defineProperty(exports, "Wizard", { enumerable: true, get: function () { return wizard_1.Wizard; } });
|
|
195
203
|
var pricing_details_1 = require("./pricing_details");
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Model } from "../../../../../../utils/util/model";
|
|
2
|
+
declare class SkipFeatureExecution implements Model {
|
|
3
|
+
private name;
|
|
4
|
+
private action;
|
|
5
|
+
private keyModified;
|
|
6
|
+
/**
|
|
7
|
+
* The method to get the name
|
|
8
|
+
* @returns A String representing the name
|
|
9
|
+
*/
|
|
10
|
+
getName(): string;
|
|
11
|
+
/**
|
|
12
|
+
* The method to set the value to name
|
|
13
|
+
* @param name A String representing the name
|
|
14
|
+
*/
|
|
15
|
+
setName(name: string): void;
|
|
16
|
+
/**
|
|
17
|
+
* The method to get the action
|
|
18
|
+
* @returns A String representing the action
|
|
19
|
+
*/
|
|
20
|
+
getAction(): string;
|
|
21
|
+
/**
|
|
22
|
+
* The method to set the value to action
|
|
23
|
+
* @param action A String representing the action
|
|
24
|
+
*/
|
|
25
|
+
setAction(action: 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 { SkipFeatureExecution as MasterModel, SkipFeatureExecution as SkipFeatureExecution };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SkipFeatureExecution = exports.MasterModel = void 0;
|
|
4
|
+
class SkipFeatureExecution {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.keyModified = new Map();
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* The method to get the name
|
|
10
|
+
* @returns A String representing the name
|
|
11
|
+
*/
|
|
12
|
+
getName() {
|
|
13
|
+
return this.name;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* The method to set the value to name
|
|
17
|
+
* @param name A String representing the name
|
|
18
|
+
*/
|
|
19
|
+
setName(name) {
|
|
20
|
+
this.name = name;
|
|
21
|
+
this.keyModified.set("name", 1);
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The method to get the action
|
|
25
|
+
* @returns A String representing the action
|
|
26
|
+
*/
|
|
27
|
+
getAction() {
|
|
28
|
+
return this.action;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* The method to set the value to action
|
|
32
|
+
* @param action A String representing the action
|
|
33
|
+
*/
|
|
34
|
+
setAction(action) {
|
|
35
|
+
this.action = action;
|
|
36
|
+
this.keyModified.set("action", 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 = SkipFeatureExecution;
|
|
59
|
+
exports.SkipFeatureExecution = SkipFeatureExecution;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|