HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode.com/node_modules/pipedrive/dist/model/DealStrict.js
"use strict";

var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports["default"] = void 0;
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
var _BaseDeal = _interopRequireDefault(require("./BaseDeal"));
var _DealStrictModeFields = _interopRequireDefault(require("./DealStrictModeFields"));
/**
 * Pipedrive API v1
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 1.0.0
 * 
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 *
 */
/**
 * The DealStrict model module.
 * @module model/DealStrict
 * @version 1.0.0
 */
var DealStrict = /*#__PURE__*/function () {
  /**
   * Constructs a new <code>DealStrict</code>.
   * @alias module:model/DealStrict
   * @implements module:model/DealStrictModeFields
   * @implements module:model/BaseDeal
   */
  function DealStrict() {
    (0, _classCallCheck2["default"])(this, DealStrict);
    _DealStrictModeFields["default"].initialize(this);
    _BaseDeal["default"].initialize(this);
    DealStrict.initialize(this);
  }

  /**
   * Initializes the fields of this object.
   * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
   * Only for internal use.
   */
  (0, _createClass2["default"])(DealStrict, null, [{
    key: "initialize",
    value: function initialize(obj) {}

    /**
     * Constructs a <code>DealStrict</code> from a plain JavaScript object, optionally creating a new instance.
     * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
     * @param {Object} data The plain JavaScript object bearing properties of interest.
     * @param {module:model/DealStrict} obj Optional instance to populate.
     * @return {module:model/DealStrict} The populated <code>DealStrict</code> instance.
     */
  }, {
    key: "constructFromObject",
    value: function constructFromObject(data, obj) {
      if (data) {
        obj = obj || new DealStrict();
        _DealStrictModeFields["default"].constructFromObject(data, obj);
        _BaseDeal["default"].constructFromObject(data, obj);
        if (data.hasOwnProperty('id')) {
          obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
          delete data['id'];
        }
        if (data.hasOwnProperty('creator_user_id')) {
          obj['creator_user_id'] = _ApiClient["default"].convertToType(data['creator_user_id'], 'Number');
          delete data['creator_user_id'];
        }
        if (data.hasOwnProperty('user_id')) {
          obj['user_id'] = _ApiClient["default"].convertToType(data['user_id'], 'Number');
          delete data['user_id'];
        }
        if (data.hasOwnProperty('person_id')) {
          obj['person_id'] = _ApiClient["default"].convertToType(data['person_id'], 'Number');
          delete data['person_id'];
        }
        if (data.hasOwnProperty('org_id')) {
          obj['org_id'] = _ApiClient["default"].convertToType(data['org_id'], 'Number');
          delete data['org_id'];
        }
        if (data.hasOwnProperty('stage_id')) {
          obj['stage_id'] = _ApiClient["default"].convertToType(data['stage_id'], 'Number');
          delete data['stage_id'];
        }
        if (data.hasOwnProperty('title')) {
          obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
          delete data['title'];
        }
        if (data.hasOwnProperty('value')) {
          obj['value'] = _ApiClient["default"].convertToType(data['value'], 'Number');
          delete data['value'];
        }
        if (data.hasOwnProperty('currency')) {
          obj['currency'] = _ApiClient["default"].convertToType(data['currency'], 'String');
          delete data['currency'];
        }
        if (data.hasOwnProperty('add_time')) {
          obj['add_time'] = _ApiClient["default"].convertToType(data['add_time'], 'String');
          delete data['add_time'];
        }
        if (data.hasOwnProperty('update_time')) {
          obj['update_time'] = _ApiClient["default"].convertToType(data['update_time'], 'String');
          delete data['update_time'];
        }
        if (data.hasOwnProperty('stage_change_time')) {
          obj['stage_change_time'] = _ApiClient["default"].convertToType(data['stage_change_time'], 'String');
          delete data['stage_change_time'];
        }
        if (data.hasOwnProperty('active')) {
          obj['active'] = _ApiClient["default"].convertToType(data['active'], 'Boolean');
          delete data['active'];
        }
        if (data.hasOwnProperty('deleted')) {
          obj['deleted'] = _ApiClient["default"].convertToType(data['deleted'], 'Boolean');
          delete data['deleted'];
        }
        if (data.hasOwnProperty('status')) {
          obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
          delete data['status'];
        }
        if (data.hasOwnProperty('probability')) {
          obj['probability'] = _ApiClient["default"].convertToType(data['probability'], 'Number');
          delete data['probability'];
        }
        if (data.hasOwnProperty('next_activity_date')) {
          obj['next_activity_date'] = _ApiClient["default"].convertToType(data['next_activity_date'], 'String');
          delete data['next_activity_date'];
        }
        if (data.hasOwnProperty('next_activity_time')) {
          obj['next_activity_time'] = _ApiClient["default"].convertToType(data['next_activity_time'], 'String');
          delete data['next_activity_time'];
        }
        if (data.hasOwnProperty('next_activity_id')) {
          obj['next_activity_id'] = _ApiClient["default"].convertToType(data['next_activity_id'], 'Number');
          delete data['next_activity_id'];
        }
        if (data.hasOwnProperty('last_activity_id')) {
          obj['last_activity_id'] = _ApiClient["default"].convertToType(data['last_activity_id'], 'Number');
          delete data['last_activity_id'];
        }
        if (data.hasOwnProperty('last_activity_date')) {
          obj['last_activity_date'] = _ApiClient["default"].convertToType(data['last_activity_date'], 'String');
          delete data['last_activity_date'];
        }
        if (data.hasOwnProperty('lost_reason')) {
          obj['lost_reason'] = _ApiClient["default"].convertToType(data['lost_reason'], 'String');
          delete data['lost_reason'];
        }
        if (data.hasOwnProperty('visible_to')) {
          obj['visible_to'] = _ApiClient["default"].convertToType(data['visible_to'], 'String');
          delete data['visible_to'];
        }
        if (data.hasOwnProperty('close_time')) {
          obj['close_time'] = _ApiClient["default"].convertToType(data['close_time'], 'String');
          delete data['close_time'];
        }
        if (data.hasOwnProperty('pipeline_id')) {
          obj['pipeline_id'] = _ApiClient["default"].convertToType(data['pipeline_id'], 'Number');
          delete data['pipeline_id'];
        }
        if (data.hasOwnProperty('won_time')) {
          obj['won_time'] = _ApiClient["default"].convertToType(data['won_time'], 'String');
          delete data['won_time'];
        }
        if (data.hasOwnProperty('first_won_time')) {
          obj['first_won_time'] = _ApiClient["default"].convertToType(data['first_won_time'], 'String');
          delete data['first_won_time'];
        }
        if (data.hasOwnProperty('lost_time')) {
          obj['lost_time'] = _ApiClient["default"].convertToType(data['lost_time'], 'String');
          delete data['lost_time'];
        }
        if (data.hasOwnProperty('products_count')) {
          obj['products_count'] = _ApiClient["default"].convertToType(data['products_count'], 'Number');
          delete data['products_count'];
        }
        if (data.hasOwnProperty('files_count')) {
          obj['files_count'] = _ApiClient["default"].convertToType(data['files_count'], 'Number');
          delete data['files_count'];
        }
        if (data.hasOwnProperty('notes_count')) {
          obj['notes_count'] = _ApiClient["default"].convertToType(data['notes_count'], 'Number');
          delete data['notes_count'];
        }
        if (data.hasOwnProperty('followers_count')) {
          obj['followers_count'] = _ApiClient["default"].convertToType(data['followers_count'], 'Number');
          delete data['followers_count'];
        }
        if (data.hasOwnProperty('email_messages_count')) {
          obj['email_messages_count'] = _ApiClient["default"].convertToType(data['email_messages_count'], 'Number');
          delete data['email_messages_count'];
        }
        if (data.hasOwnProperty('activities_count')) {
          obj['activities_count'] = _ApiClient["default"].convertToType(data['activities_count'], 'Number');
          delete data['activities_count'];
        }
        if (data.hasOwnProperty('done_activities_count')) {
          obj['done_activities_count'] = _ApiClient["default"].convertToType(data['done_activities_count'], 'Number');
          delete data['done_activities_count'];
        }
        if (data.hasOwnProperty('undone_activities_count')) {
          obj['undone_activities_count'] = _ApiClient["default"].convertToType(data['undone_activities_count'], 'Number');
          delete data['undone_activities_count'];
        }
        if (data.hasOwnProperty('participants_count')) {
          obj['participants_count'] = _ApiClient["default"].convertToType(data['participants_count'], 'Number');
          delete data['participants_count'];
        }
        if (data.hasOwnProperty('expected_close_date')) {
          obj['expected_close_date'] = _ApiClient["default"].convertToType(data['expected_close_date'], 'Date');
          delete data['expected_close_date'];
        }
        if (data.hasOwnProperty('last_incoming_mail_time')) {
          obj['last_incoming_mail_time'] = _ApiClient["default"].convertToType(data['last_incoming_mail_time'], 'String');
          delete data['last_incoming_mail_time'];
        }
        if (data.hasOwnProperty('last_outgoing_mail_time')) {
          obj['last_outgoing_mail_time'] = _ApiClient["default"].convertToType(data['last_outgoing_mail_time'], 'String');
          delete data['last_outgoing_mail_time'];
        }
        if (data.hasOwnProperty('label')) {
          obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
          delete data['label'];
        }
        if (data.hasOwnProperty('stage_order_nr')) {
          obj['stage_order_nr'] = _ApiClient["default"].convertToType(data['stage_order_nr'], 'Number');
          delete data['stage_order_nr'];
        }
        if (data.hasOwnProperty('person_name')) {
          obj['person_name'] = _ApiClient["default"].convertToType(data['person_name'], 'String');
          delete data['person_name'];
        }
        if (data.hasOwnProperty('org_name')) {
          obj['org_name'] = _ApiClient["default"].convertToType(data['org_name'], 'String');
          delete data['org_name'];
        }
        if (data.hasOwnProperty('next_activity_subject')) {
          obj['next_activity_subject'] = _ApiClient["default"].convertToType(data['next_activity_subject'], 'String');
          delete data['next_activity_subject'];
        }
        if (data.hasOwnProperty('next_activity_type')) {
          obj['next_activity_type'] = _ApiClient["default"].convertToType(data['next_activity_type'], 'String');
          delete data['next_activity_type'];
        }
        if (data.hasOwnProperty('next_activity_duration')) {
          obj['next_activity_duration'] = _ApiClient["default"].convertToType(data['next_activity_duration'], 'String');
          delete data['next_activity_duration'];
        }
        if (data.hasOwnProperty('next_activity_note')) {
          obj['next_activity_note'] = _ApiClient["default"].convertToType(data['next_activity_note'], 'String');
          delete data['next_activity_note'];
        }
        if (data.hasOwnProperty('formatted_value')) {
          obj['formatted_value'] = _ApiClient["default"].convertToType(data['formatted_value'], 'String');
          delete data['formatted_value'];
        }
        if (data.hasOwnProperty('weighted_value')) {
          obj['weighted_value'] = _ApiClient["default"].convertToType(data['weighted_value'], 'Number');
          delete data['weighted_value'];
        }
        if (data.hasOwnProperty('formatted_weighted_value')) {
          obj['formatted_weighted_value'] = _ApiClient["default"].convertToType(data['formatted_weighted_value'], 'String');
          delete data['formatted_weighted_value'];
        }
        if (data.hasOwnProperty('weighted_value_currency')) {
          obj['weighted_value_currency'] = _ApiClient["default"].convertToType(data['weighted_value_currency'], 'String');
          delete data['weighted_value_currency'];
        }
        if (data.hasOwnProperty('rotten_time')) {
          obj['rotten_time'] = _ApiClient["default"].convertToType(data['rotten_time'], 'String');
          delete data['rotten_time'];
        }
        if (data.hasOwnProperty('owner_name')) {
          obj['owner_name'] = _ApiClient["default"].convertToType(data['owner_name'], 'String');
          delete data['owner_name'];
        }
        if (data.hasOwnProperty('cc_email')) {
          obj['cc_email'] = _ApiClient["default"].convertToType(data['cc_email'], 'String');
          delete data['cc_email'];
        }
        if (data.hasOwnProperty('org_hidden')) {
          obj['org_hidden'] = _ApiClient["default"].convertToType(data['org_hidden'], 'Boolean');
          delete data['org_hidden'];
        }
        if (data.hasOwnProperty('person_hidden')) {
          obj['person_hidden'] = _ApiClient["default"].convertToType(data['person_hidden'], 'Boolean');
          delete data['person_hidden'];
        }
        if (data.hasOwnProperty('origin')) {
          obj['origin'] = _ApiClient["default"].convertToType(data['origin'], 'String');
          delete data['origin'];
        }
        if (data.hasOwnProperty('origin_id')) {
          obj['origin_id'] = _ApiClient["default"].convertToType(data['origin_id'], 'String');
          delete data['origin_id'];
        }
        if (data.hasOwnProperty('channel')) {
          obj['channel'] = _ApiClient["default"].convertToType(data['channel'], 'Number');
          delete data['channel'];
        }
        if (data.hasOwnProperty('channel_id')) {
          obj['channel_id'] = _ApiClient["default"].convertToType(data['channel_id'], 'String');
          delete data['channel_id'];
        }
        if (data.hasOwnProperty('arr')) {
          obj['arr'] = _ApiClient["default"].convertToType(data['arr'], 'Number');
          delete data['arr'];
        }
        if (data.hasOwnProperty('mrr')) {
          obj['mrr'] = _ApiClient["default"].convertToType(data['mrr'], 'Number');
          delete data['mrr'];
        }
        if (data.hasOwnProperty('acv')) {
          obj['acv'] = _ApiClient["default"].convertToType(data['acv'], 'Number');
          delete data['acv'];
        }
        if (data.hasOwnProperty('arr_currency')) {
          obj['arr_currency'] = _ApiClient["default"].convertToType(data['arr_currency'], 'String');
          delete data['arr_currency'];
        }
        if (data.hasOwnProperty('mrr_currency')) {
          obj['mrr_currency'] = _ApiClient["default"].convertToType(data['mrr_currency'], 'String');
          delete data['mrr_currency'];
        }
        if (data.hasOwnProperty('acv_currency')) {
          obj['acv_currency'] = _ApiClient["default"].convertToType(data['acv_currency'], 'String');
          delete data['acv_currency'];
        }
        if (Object.keys(data).length > 0) {
          Object.assign(obj, data);
        }
      }
      return obj;
    }
  }]);
  return DealStrict;
}();
/**
 * The ID of the deal
 * @member {Number} id
 */
DealStrict.prototype['id'] = undefined;

/**
 * The ID of the deal creator
 * @member {Number} creator_user_id
 */
DealStrict.prototype['creator_user_id'] = undefined;

/**
 * The ID of the user
 * @member {Number} user_id
 */
DealStrict.prototype['user_id'] = undefined;

/**
 * The ID of the person associated with the deal
 * @member {Number} person_id
 */
DealStrict.prototype['person_id'] = undefined;

/**
 * The ID of the organization associated with the deal
 * @member {Number} org_id
 */
DealStrict.prototype['org_id'] = undefined;

/**
 * The ID of the deal stage
 * @member {Number} stage_id
 */
DealStrict.prototype['stage_id'] = undefined;

/**
 * The title of the deal
 * @member {String} title
 */
DealStrict.prototype['title'] = undefined;

/**
 * The value of the deal
 * @member {Number} value
 */
DealStrict.prototype['value'] = undefined;

/**
 * The currency associated with the deal
 * @member {String} currency
 */
DealStrict.prototype['currency'] = undefined;

/**
 * The creation date and time of the deal
 * @member {String} add_time
 */
DealStrict.prototype['add_time'] = undefined;

/**
 * The last updated date and time of the deal
 * @member {String} update_time
 */
DealStrict.prototype['update_time'] = undefined;

/**
 * The last updated date and time of the deal stage
 * @member {String} stage_change_time
 */
DealStrict.prototype['stage_change_time'] = undefined;

/**
 * Whether the deal is active or not
 * @member {Boolean} active
 */
DealStrict.prototype['active'] = undefined;

/**
 * Whether the deal is deleted or not
 * @member {Boolean} deleted
 */
DealStrict.prototype['deleted'] = undefined;

/**
 * The status of the deal
 * @member {String} status
 */
DealStrict.prototype['status'] = undefined;

/**
 * The success probability percentage of the deal
 * @member {Number} probability
 */
DealStrict.prototype['probability'] = undefined;

/**
 * The date of the next activity associated with the deal
 * @member {String} next_activity_date
 */
DealStrict.prototype['next_activity_date'] = undefined;

/**
 * The time of the next activity associated with the deal
 * @member {String} next_activity_time
 */
DealStrict.prototype['next_activity_time'] = undefined;

/**
 * The ID of the next activity associated with the deal
 * @member {Number} next_activity_id
 */
DealStrict.prototype['next_activity_id'] = undefined;

/**
 * The ID of the last activity associated with the deal
 * @member {Number} last_activity_id
 */
DealStrict.prototype['last_activity_id'] = undefined;

/**
 * The date of the last activity associated with the deal
 * @member {String} last_activity_date
 */
DealStrict.prototype['last_activity_date'] = undefined;

/**
 * The reason for losing the deal
 * @member {String} lost_reason
 */
DealStrict.prototype['lost_reason'] = undefined;

/**
 * The visibility of the deal
 * @member {String} visible_to
 */
DealStrict.prototype['visible_to'] = undefined;

/**
 * The date and time of closing the deal
 * @member {String} close_time
 */
DealStrict.prototype['close_time'] = undefined;

/**
 * The ID of the pipeline associated with the deal
 * @member {Number} pipeline_id
 */
DealStrict.prototype['pipeline_id'] = undefined;

/**
 * The date and time of changing the deal status as won
 * @member {String} won_time
 */
DealStrict.prototype['won_time'] = undefined;

/**
 * The date and time of the first time changing the deal status as won
 * @member {String} first_won_time
 */
DealStrict.prototype['first_won_time'] = undefined;

/**
 * The date and time of changing the deal status as lost
 * @member {String} lost_time
 */
DealStrict.prototype['lost_time'] = undefined;

/**
 * The number of products associated with the deal
 * @member {Number} products_count
 */
DealStrict.prototype['products_count'] = undefined;

/**
 * The number of files associated with the deal
 * @member {Number} files_count
 */
DealStrict.prototype['files_count'] = undefined;

/**
 * The number of notes associated with the deal
 * @member {Number} notes_count
 */
DealStrict.prototype['notes_count'] = undefined;

/**
 * The number of followers associated with the deal
 * @member {Number} followers_count
 */
DealStrict.prototype['followers_count'] = undefined;

/**
 * The number of emails associated with the deal
 * @member {Number} email_messages_count
 */
DealStrict.prototype['email_messages_count'] = undefined;

/**
 * The number of activities associated with the deal
 * @member {Number} activities_count
 */
DealStrict.prototype['activities_count'] = undefined;

/**
 * The number of completed activities associated with the deal
 * @member {Number} done_activities_count
 */
DealStrict.prototype['done_activities_count'] = undefined;

/**
 * The number of incomplete activities associated with the deal
 * @member {Number} undone_activities_count
 */
DealStrict.prototype['undone_activities_count'] = undefined;

/**
 * The number of participants associated with the deal
 * @member {Number} participants_count
 */
DealStrict.prototype['participants_count'] = undefined;

/**
 * The expected close date of the deal
 * @member {Date} expected_close_date
 */
DealStrict.prototype['expected_close_date'] = undefined;

/**
 * The date and time of the last incoming email associated with the deal
 * @member {String} last_incoming_mail_time
 */
DealStrict.prototype['last_incoming_mail_time'] = undefined;

/**
 * The date and time of the last outgoing email associated with the deal
 * @member {String} last_outgoing_mail_time
 */
DealStrict.prototype['last_outgoing_mail_time'] = undefined;

/**
 * The label or multiple labels assigned to the deal
 * @member {String} label
 */
DealStrict.prototype['label'] = undefined;

/**
 * The order number of the deal stage associated with the deal
 * @member {Number} stage_order_nr
 */
DealStrict.prototype['stage_order_nr'] = undefined;

/**
 * The name of the person associated with the deal
 * @member {String} person_name
 */
DealStrict.prototype['person_name'] = undefined;

/**
 * The name of the organization associated with the deal
 * @member {String} org_name
 */
DealStrict.prototype['org_name'] = undefined;

/**
 * The subject of the next activity associated with the deal
 * @member {String} next_activity_subject
 */
DealStrict.prototype['next_activity_subject'] = undefined;

/**
 * The type of the next activity associated with the deal
 * @member {String} next_activity_type
 */
DealStrict.prototype['next_activity_type'] = undefined;

/**
 * The duration of the next activity associated with the deal
 * @member {String} next_activity_duration
 */
DealStrict.prototype['next_activity_duration'] = undefined;

/**
 * The note of the next activity associated with the deal
 * @member {String} next_activity_note
 */
DealStrict.prototype['next_activity_note'] = undefined;

/**
 * The deal value formatted with selected currency. E.g. US$500
 * @member {String} formatted_value
 */
DealStrict.prototype['formatted_value'] = undefined;

/**
 * Probability times deal value. Probability can either be deal probability or if not set, then stage probability.
 * @member {Number} weighted_value
 */
DealStrict.prototype['weighted_value'] = undefined;

/**
 * The weighted_value formatted with selected currency. E.g. US$500
 * @member {String} formatted_weighted_value
 */
DealStrict.prototype['formatted_weighted_value'] = undefined;

/**
 * The currency associated with the deal
 * @member {String} weighted_value_currency
 */
DealStrict.prototype['weighted_value_currency'] = undefined;

/**
 * The date and time of changing the deal status as rotten
 * @member {String} rotten_time
 */
DealStrict.prototype['rotten_time'] = undefined;

/**
 * The name of the deal owner
 * @member {String} owner_name
 */
DealStrict.prototype['owner_name'] = undefined;

/**
 * The BCC email of the deal
 * @member {String} cc_email
 */
DealStrict.prototype['cc_email'] = undefined;

/**
 * If the organization that is associated with the deal is hidden or not
 * @member {Boolean} org_hidden
 */
DealStrict.prototype['org_hidden'] = undefined;

/**
 * If the person that is associated with the deal is hidden or not
 * @member {Boolean} person_hidden
 */
DealStrict.prototype['person_hidden'] = undefined;

/**
 * The way this Deal was created. `origin` field is set by Pipedrive when Deal is created and cannot be changed.
 * @member {String} origin
 */
DealStrict.prototype['origin'] = undefined;

/**
 * The optional ID to further distinguish the origin of the deal - e.g. Which API integration created this Deal.
 * @member {String} origin_id
 */
DealStrict.prototype['origin_id'] = undefined;

/**
 * The ID of your Marketing channel this Deal was created from. Recognized Marketing channels can be configured in your <a href=\"https://app.pipedrive.com/settings/fields\" target=\"_blank\" rel=\"noopener noreferrer\">Company settings</a>.
 * @member {Number} channel
 */
DealStrict.prototype['channel'] = undefined;

/**
 * The optional ID to further distinguish the Marketing channel.
 * @member {String} channel_id
 */
DealStrict.prototype['channel_id'] = undefined;

/**
 * Only available in Advanced and above plans  The Annual Recurring Revenue of the deal  Null if there are no products attached to the deal 
 * @member {Number} arr
 */
DealStrict.prototype['arr'] = undefined;

/**
 * Only available in Advanced and above plans  The Monthly Recurring Revenue of the deal  Null if there are no products attached to the deal 
 * @member {Number} mrr
 */
DealStrict.prototype['mrr'] = undefined;

/**
 * Only available in Advanced and above plans  The Annual Contract Value of the deal  Null if there are no products attached to the deal 
 * @member {Number} acv
 */
DealStrict.prototype['acv'] = undefined;

/**
 * Only available in Advanced and above plans  The Currency for Annual Recurring Revenue of the deal  If the `arr` is null, this will also be null 
 * @member {String} arr_currency
 */
DealStrict.prototype['arr_currency'] = undefined;

/**
 * Only available in Advanced and above plans  The Currency for Monthly Recurring Revenue of the deal  If the `mrr` is null, this will also be null 
 * @member {String} mrr_currency
 */
DealStrict.prototype['mrr_currency'] = undefined;

/**
 * Only available in Advanced and above plans  The Currency for Annual Contract Value of the deal  If the `acv` is null, this will also be null 
 * @member {String} acv_currency
 */
DealStrict.prototype['acv_currency'] = undefined;

// Implement DealStrictModeFields interface:
/**
 * The ID of the deal
 * @member {Number} id
 */
_DealStrictModeFields["default"].prototype['id'] = undefined;
/**
 * The ID of the deal creator
 * @member {Number} creator_user_id
 */
_DealStrictModeFields["default"].prototype['creator_user_id'] = undefined;
/**
 * The ID of the user
 * @member {Number} user_id
 */
_DealStrictModeFields["default"].prototype['user_id'] = undefined;
/**
 * The ID of the person associated with the deal
 * @member {Number} person_id
 */
_DealStrictModeFields["default"].prototype['person_id'] = undefined;
/**
 * The ID of the organization associated with the deal
 * @member {Number} org_id
 */
_DealStrictModeFields["default"].prototype['org_id'] = undefined;
// Implement BaseDeal interface:
/**
 * The ID of the deal stage
 * @member {Number} stage_id
 */
_BaseDeal["default"].prototype['stage_id'] = undefined;
/**
 * The title of the deal
 * @member {String} title
 */
_BaseDeal["default"].prototype['title'] = undefined;
/**
 * The value of the deal
 * @member {Number} value
 */
_BaseDeal["default"].prototype['value'] = undefined;
/**
 * The currency associated with the deal
 * @member {String} currency
 */
_BaseDeal["default"].prototype['currency'] = undefined;
/**
 * The creation date and time of the deal
 * @member {String} add_time
 */
_BaseDeal["default"].prototype['add_time'] = undefined;
/**
 * The last updated date and time of the deal
 * @member {String} update_time
 */
_BaseDeal["default"].prototype['update_time'] = undefined;
/**
 * The last updated date and time of the deal stage
 * @member {String} stage_change_time
 */
_BaseDeal["default"].prototype['stage_change_time'] = undefined;
/**
 * Whether the deal is active or not
 * @member {Boolean} active
 */
_BaseDeal["default"].prototype['active'] = undefined;
/**
 * Whether the deal is deleted or not
 * @member {Boolean} deleted
 */
_BaseDeal["default"].prototype['deleted'] = undefined;
/**
 * The status of the deal
 * @member {String} status
 */
_BaseDeal["default"].prototype['status'] = undefined;
/**
 * The success probability percentage of the deal
 * @member {Number} probability
 */
_BaseDeal["default"].prototype['probability'] = undefined;
/**
 * The date of the next activity associated with the deal
 * @member {String} next_activity_date
 */
_BaseDeal["default"].prototype['next_activity_date'] = undefined;
/**
 * The time of the next activity associated with the deal
 * @member {String} next_activity_time
 */
_BaseDeal["default"].prototype['next_activity_time'] = undefined;
/**
 * The ID of the next activity associated with the deal
 * @member {Number} next_activity_id
 */
_BaseDeal["default"].prototype['next_activity_id'] = undefined;
/**
 * The ID of the last activity associated with the deal
 * @member {Number} last_activity_id
 */
_BaseDeal["default"].prototype['last_activity_id'] = undefined;
/**
 * The date of the last activity associated with the deal
 * @member {String} last_activity_date
 */
_BaseDeal["default"].prototype['last_activity_date'] = undefined;
/**
 * The reason for losing the deal
 * @member {String} lost_reason
 */
_BaseDeal["default"].prototype['lost_reason'] = undefined;
/**
 * The visibility of the deal
 * @member {String} visible_to
 */
_BaseDeal["default"].prototype['visible_to'] = undefined;
/**
 * The date and time of closing the deal
 * @member {String} close_time
 */
_BaseDeal["default"].prototype['close_time'] = undefined;
/**
 * The ID of the pipeline associated with the deal
 * @member {Number} pipeline_id
 */
_BaseDeal["default"].prototype['pipeline_id'] = undefined;
/**
 * The date and time of changing the deal status as won
 * @member {String} won_time
 */
_BaseDeal["default"].prototype['won_time'] = undefined;
/**
 * The date and time of the first time changing the deal status as won
 * @member {String} first_won_time
 */
_BaseDeal["default"].prototype['first_won_time'] = undefined;
/**
 * The date and time of changing the deal status as lost
 * @member {String} lost_time
 */
_BaseDeal["default"].prototype['lost_time'] = undefined;
/**
 * The number of products associated with the deal
 * @member {Number} products_count
 */
_BaseDeal["default"].prototype['products_count'] = undefined;
/**
 * The number of files associated with the deal
 * @member {Number} files_count
 */
_BaseDeal["default"].prototype['files_count'] = undefined;
/**
 * The number of notes associated with the deal
 * @member {Number} notes_count
 */
_BaseDeal["default"].prototype['notes_count'] = undefined;
/**
 * The number of followers associated with the deal
 * @member {Number} followers_count
 */
_BaseDeal["default"].prototype['followers_count'] = undefined;
/**
 * The number of emails associated with the deal
 * @member {Number} email_messages_count
 */
_BaseDeal["default"].prototype['email_messages_count'] = undefined;
/**
 * The number of activities associated with the deal
 * @member {Number} activities_count
 */
_BaseDeal["default"].prototype['activities_count'] = undefined;
/**
 * The number of completed activities associated with the deal
 * @member {Number} done_activities_count
 */
_BaseDeal["default"].prototype['done_activities_count'] = undefined;
/**
 * The number of incomplete activities associated with the deal
 * @member {Number} undone_activities_count
 */
_BaseDeal["default"].prototype['undone_activities_count'] = undefined;
/**
 * The number of participants associated with the deal
 * @member {Number} participants_count
 */
_BaseDeal["default"].prototype['participants_count'] = undefined;
/**
 * The expected close date of the deal
 * @member {Date} expected_close_date
 */
_BaseDeal["default"].prototype['expected_close_date'] = undefined;
/**
 * The date and time of the last incoming email associated with the deal
 * @member {String} last_incoming_mail_time
 */
_BaseDeal["default"].prototype['last_incoming_mail_time'] = undefined;
/**
 * The date and time of the last outgoing email associated with the deal
 * @member {String} last_outgoing_mail_time
 */
_BaseDeal["default"].prototype['last_outgoing_mail_time'] = undefined;
/**
 * The label or multiple labels assigned to the deal
 * @member {String} label
 */
_BaseDeal["default"].prototype['label'] = undefined;
/**
 * The order number of the deal stage associated with the deal
 * @member {Number} stage_order_nr
 */
_BaseDeal["default"].prototype['stage_order_nr'] = undefined;
/**
 * The name of the person associated with the deal
 * @member {String} person_name
 */
_BaseDeal["default"].prototype['person_name'] = undefined;
/**
 * The name of the organization associated with the deal
 * @member {String} org_name
 */
_BaseDeal["default"].prototype['org_name'] = undefined;
/**
 * The subject of the next activity associated with the deal
 * @member {String} next_activity_subject
 */
_BaseDeal["default"].prototype['next_activity_subject'] = undefined;
/**
 * The type of the next activity associated with the deal
 * @member {String} next_activity_type
 */
_BaseDeal["default"].prototype['next_activity_type'] = undefined;
/**
 * The duration of the next activity associated with the deal
 * @member {String} next_activity_duration
 */
_BaseDeal["default"].prototype['next_activity_duration'] = undefined;
/**
 * The note of the next activity associated with the deal
 * @member {String} next_activity_note
 */
_BaseDeal["default"].prototype['next_activity_note'] = undefined;
/**
 * The deal value formatted with selected currency. E.g. US$500
 * @member {String} formatted_value
 */
_BaseDeal["default"].prototype['formatted_value'] = undefined;
/**
 * Probability times deal value. Probability can either be deal probability or if not set, then stage probability.
 * @member {Number} weighted_value
 */
_BaseDeal["default"].prototype['weighted_value'] = undefined;
/**
 * The weighted_value formatted with selected currency. E.g. US$500
 * @member {String} formatted_weighted_value
 */
_BaseDeal["default"].prototype['formatted_weighted_value'] = undefined;
/**
 * The currency associated with the deal
 * @member {String} weighted_value_currency
 */
_BaseDeal["default"].prototype['weighted_value_currency'] = undefined;
/**
 * The date and time of changing the deal status as rotten
 * @member {String} rotten_time
 */
_BaseDeal["default"].prototype['rotten_time'] = undefined;
/**
 * The name of the deal owner
 * @member {String} owner_name
 */
_BaseDeal["default"].prototype['owner_name'] = undefined;
/**
 * The BCC email of the deal
 * @member {String} cc_email
 */
_BaseDeal["default"].prototype['cc_email'] = undefined;
/**
 * If the organization that is associated with the deal is hidden or not
 * @member {Boolean} org_hidden
 */
_BaseDeal["default"].prototype['org_hidden'] = undefined;
/**
 * If the person that is associated with the deal is hidden or not
 * @member {Boolean} person_hidden
 */
_BaseDeal["default"].prototype['person_hidden'] = undefined;
/**
 * The way this Deal was created. `origin` field is set by Pipedrive when Deal is created and cannot be changed.
 * @member {String} origin
 */
_BaseDeal["default"].prototype['origin'] = undefined;
/**
 * The optional ID to further distinguish the origin of the deal - e.g. Which API integration created this Deal.
 * @member {String} origin_id
 */
_BaseDeal["default"].prototype['origin_id'] = undefined;
/**
 * The ID of your Marketing channel this Deal was created from. Recognized Marketing channels can be configured in your <a href=\"https://app.pipedrive.com/settings/fields\" target=\"_blank\" rel=\"noopener noreferrer\">Company settings</a>.
 * @member {Number} channel
 */
_BaseDeal["default"].prototype['channel'] = undefined;
/**
 * The optional ID to further distinguish the Marketing channel.
 * @member {String} channel_id
 */
_BaseDeal["default"].prototype['channel_id'] = undefined;
/**
 * Only available in Advanced and above plans  The Annual Recurring Revenue of the deal  Null if there are no products attached to the deal 
 * @member {Number} arr
 */
_BaseDeal["default"].prototype['arr'] = undefined;
/**
 * Only available in Advanced and above plans  The Monthly Recurring Revenue of the deal  Null if there are no products attached to the deal 
 * @member {Number} mrr
 */
_BaseDeal["default"].prototype['mrr'] = undefined;
/**
 * Only available in Advanced and above plans  The Annual Contract Value of the deal  Null if there are no products attached to the deal 
 * @member {Number} acv
 */
_BaseDeal["default"].prototype['acv'] = undefined;
/**
 * Only available in Advanced and above plans  The Currency for Annual Recurring Revenue of the deal  If the `arr` is null, this will also be null 
 * @member {String} arr_currency
 */
_BaseDeal["default"].prototype['arr_currency'] = undefined;
/**
 * Only available in Advanced and above plans  The Currency for Monthly Recurring Revenue of the deal  If the `mrr` is null, this will also be null 
 * @member {String} mrr_currency
 */
_BaseDeal["default"].prototype['mrr_currency'] = undefined;
/**
 * Only available in Advanced and above plans  The Currency for Annual Contract Value of the deal  If the `acv` is null, this will also be null 
 * @member {String} acv_currency
 */
_BaseDeal["default"].prototype['acv_currency'] = undefined;
var _default = DealStrict;
exports["default"] = _default;