fireberry-api-client 1.0.2-beta.2.2 → 1.0.2-beta.2.4
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/{fieldTypes-BLzJTzpI.d.cts → fieldTypes-DZpAev83.d.cts} +21 -1
- package/dist/{fieldTypes-BLzJTzpI.d.ts → fieldTypes-DZpAev83.d.ts} +21 -1
- 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.d.cts +1 -1
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/index.js +4 -0
- package/dist/sdk/index.js.map +1 -1
- package/dist/utils/index.cjs +21 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +20 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +7 -3
package/dist/sdk/index.cjs
CHANGED
|
@@ -933,6 +933,10 @@ var FIELDS_WITHOUT_LABEL_FIELD = [
|
|
|
933
933
|
// Object 7 - no name field exists
|
|
934
934
|
];
|
|
935
935
|
var OBJECT_TYPE_OVERRIDES = {
|
|
936
|
+
// Account (1) - uses *codename pattern for some fields
|
|
937
|
+
1: {
|
|
938
|
+
excludedCodeFields: ["actionstatuscode", "businesstypecode"]
|
|
939
|
+
},
|
|
936
940
|
// CRM Orders (13) - uses *idname and *codename patterns
|
|
937
941
|
13: {
|
|
938
942
|
excludedIdFields: ["ownerid", "accountid", "printtemplateid", "pcfaccountid"],
|