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/sdk/index.js CHANGED
@@ -931,6 +931,10 @@ var FIELDS_WITHOUT_LABEL_FIELD = [
931
931
  // Object 7 - no name field exists
932
932
  ];
933
933
  var OBJECT_TYPE_OVERRIDES = {
934
+ // Account (1) - uses *codename pattern for some fields
935
+ 1: {
936
+ excludedCodeFields: ["actionstatuscode", "businesstypecode"]
937
+ },
934
938
  // CRM Orders (13) - uses *idname and *codename patterns
935
939
  13: {
936
940
  excludedIdFields: ["ownerid", "accountid", "printtemplateid", "pcfaccountid"],