fireberry-api-client 1.0.2-beta.2.2 → 1.0.2-beta.2.3

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.
@@ -318,6 +318,10 @@ var FIELDS_WITHOUT_LABEL_FIELD = [
318
318
  // Object 7 - no name field exists
319
319
  ];
320
320
  var OBJECT_TYPE_OVERRIDES = {
321
+ // Account (1) - uses *codename pattern for some fields
322
+ 1: {
323
+ excludedCodeFields: ["actionstatuscode", "businesstypecode"]
324
+ },
321
325
  // CRM Orders (13) - uses *idname and *codename patterns
322
326
  13: {
323
327
  excludedIdFields: ["ownerid", "accountid", "printtemplateid", "pcfaccountid"],