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.
package/dist/index.js CHANGED
@@ -2879,6 +2879,10 @@ var FIELDS_WITHOUT_LABEL_FIELD = [
2879
2879
  // Object 7 - no name field exists
2880
2880
  ];
2881
2881
  var OBJECT_TYPE_OVERRIDES = {
2882
+ // Account (1) - uses *codename pattern for some fields
2883
+ 1: {
2884
+ excludedCodeFields: ["actionstatuscode", "businesstypecode"]
2885
+ },
2882
2886
  // CRM Orders (13) - uses *idname and *codename patterns
2883
2887
  13: {
2884
2888
  excludedIdFields: ["ownerid", "accountid", "printtemplateid", "pcfaccountid"],