fireberry-api-client 1.0.2-beta.2.1 → 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.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/sdk/index.cjs +4 -0
- package/dist/sdk/index.cjs.map +1 -1
- package/dist/sdk/index.js +4 -0
- package/dist/sdk/index.js.map +1 -1
- package/dist/utils/index.cjs +4 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +4 -0
- package/dist/utils/index.js.map +1 -1
- package/package.json +72 -72
package/dist/index.cjs
CHANGED
|
@@ -2881,6 +2881,10 @@ var FIELDS_WITHOUT_LABEL_FIELD = [
|
|
|
2881
2881
|
// Object 7 - no name field exists
|
|
2882
2882
|
];
|
|
2883
2883
|
var OBJECT_TYPE_OVERRIDES = {
|
|
2884
|
+
// Account (1) - uses *codename pattern for some fields
|
|
2885
|
+
1: {
|
|
2886
|
+
excludedCodeFields: ["actionstatuscode", "businesstypecode"]
|
|
2887
|
+
},
|
|
2884
2888
|
// CRM Orders (13) - uses *idname and *codename patterns
|
|
2885
2889
|
13: {
|
|
2886
2890
|
excludedIdFields: ["ownerid", "accountid", "printtemplateid", "pcfaccountid"],
|