@encodeagent/platform-helper-util 1.2508.1241505
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/README.md +121 -0
- package/dist/__tests__/core.test.d.ts +5 -0
- package/dist/__tests__/core.test.d.ts.map +1 -0
- package/dist/__tests__/core.test.js +128 -0
- package/dist/__tests__/core.test.js.map +1 -0
- package/dist/__tests__/shortid.test.d.ts +5 -0
- package/dist/__tests__/shortid.test.d.ts.map +1 -0
- package/dist/__tests__/shortid.test.js +72 -0
- package/dist/__tests__/shortid.test.js.map +1 -0
- package/dist/__tests__/slug.test.d.ts +5 -0
- package/dist/__tests__/slug.test.d.ts.map +1 -0
- package/dist/__tests__/slug.test.js +31 -0
- package/dist/__tests__/slug.test.js.map +1 -0
- package/dist/__tests__/token.test.d.ts +5 -0
- package/dist/__tests__/token.test.d.ts.map +1 -0
- package/dist/__tests__/token.test.js +49 -0
- package/dist/__tests__/token.test.js.map +1 -0
- package/dist/__tests__/uuid.test.d.ts +5 -0
- package/dist/__tests__/uuid.test.d.ts.map +1 -0
- package/dist/__tests__/uuid.test.js +42 -0
- package/dist/__tests__/uuid.test.js.map +1 -0
- package/dist/__tests__/value-of-object.test.d.ts +5 -0
- package/dist/__tests__/value-of-object.test.d.ts.map +1 -0
- package/dist/__tests__/value-of-object.test.js +49 -0
- package/dist/__tests__/value-of-object.test.js.map +1 -0
- package/dist/ai/llm.d.ts +90 -0
- package/dist/ai/llm.d.ts.map +1 -0
- package/dist/ai/llm.js +524 -0
- package/dist/ai/llm.js.map +1 -0
- package/dist/ai/model.d.ts +14 -0
- package/dist/ai/model.d.ts.map +1 -0
- package/dist/ai/model.js +120 -0
- package/dist/ai/model.js.map +1 -0
- package/dist/ai/types.d.ts +85 -0
- package/dist/ai/types.d.ts.map +1 -0
- package/dist/ai/types.js +15 -0
- package/dist/ai/types.js.map +1 -0
- package/dist/ai/util.d.ts +28 -0
- package/dist/ai/util.d.ts.map +1 -0
- package/dist/ai/util.js +43 -0
- package/dist/ai/util.js.map +1 -0
- package/dist/auth.d.ts +34 -0
- package/dist/auth.d.ts.map +1 -0
- package/dist/auth.js +568 -0
- package/dist/auth.js.map +1 -0
- package/dist/colors.d.ts +79 -0
- package/dist/colors.d.ts.map +1 -0
- package/dist/colors.js +492 -0
- package/dist/colors.js.map +1 -0
- package/dist/constants.d.ts +86 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +2578 -0
- package/dist/constants.js.map +1 -0
- package/dist/core.d.ts +337 -0
- package/dist/core.d.ts.map +1 -0
- package/dist/core.js +1165 -0
- package/dist/core.js.map +1 -0
- package/dist/cost.d.ts +35 -0
- package/dist/cost.d.ts.map +1 -0
- package/dist/cost.js +143 -0
- package/dist/cost.js.map +1 -0
- package/dist/file.d.ts +55 -0
- package/dist/file.d.ts.map +1 -0
- package/dist/file.js +273 -0
- package/dist/file.js.map +1 -0
- package/dist/html.d.ts +44 -0
- package/dist/html.d.ts.map +1 -0
- package/dist/html.js +420 -0
- package/dist/html.js.map +1 -0
- package/dist/index.d.ts +53 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +313 -0
- package/dist/index.js.map +1 -0
- package/dist/markdown.d.ts +20 -0
- package/dist/markdown.d.ts.map +1 -0
- package/dist/markdown.js +38 -0
- package/dist/markdown.js.map +1 -0
- package/dist/metadata.d.ts +39 -0
- package/dist/metadata.d.ts.map +1 -0
- package/dist/metadata.js +110 -0
- package/dist/metadata.js.map +1 -0
- package/dist/record.d.ts +67 -0
- package/dist/record.d.ts.map +1 -0
- package/dist/record.js +404 -0
- package/dist/record.js.map +1 -0
- package/dist/shortid.d.ts +42 -0
- package/dist/shortid.d.ts.map +1 -0
- package/dist/shortid.js +42 -0
- package/dist/shortid.js.map +1 -0
- package/dist/slug.d.ts +24 -0
- package/dist/slug.d.ts.map +1 -0
- package/dist/slug.js +43 -0
- package/dist/slug.js.map +1 -0
- package/dist/token.d.ts +34 -0
- package/dist/token.d.ts.map +1 -0
- package/dist/token.js +20 -0
- package/dist/token.js.map +1 -0
- package/dist/tree.d.ts +27 -0
- package/dist/tree.d.ts.map +1 -0
- package/dist/tree.js +193 -0
- package/dist/tree.js.map +1 -0
- package/dist/types.d.ts +270 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +29 -0
- package/dist/types.js.map +1 -0
- package/dist/uuid.d.ts +25 -0
- package/dist/uuid.d.ts.map +1 -0
- package/dist/uuid.js +32 -0
- package/dist/uuid.js.map +1 -0
- package/dist/value-of-object.d.ts +25 -0
- package/dist/value-of-object.d.ts.map +1 -0
- package/dist/value-of-object.js +123 -0
- package/dist/value-of-object.js.map +1 -0
- package/dist/web-content.d.ts +54 -0
- package/dist/web-content.d.ts.map +1 -0
- package/dist/web-content.js +268 -0
- package/dist/web-content.js.map +1 -0
- package/dist/web.d.ts +36 -0
- package/dist/web.d.ts.map +1 -0
- package/dist/web.js +162 -0
- package/dist/web.js.map +1 -0
- package/package.json +68 -0
package/dist/record.d.ts
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Record manipulation utilities including data conversion, validation, filtering, and context extraction for database operations
|
|
3
|
+
* @copyright PrimeObjects Software Inc. (C) 2024 All Rights Reserved
|
|
4
|
+
* @author EncodeAgent Team.
|
|
5
|
+
* @copyright © 2024 PrimeObjects Software Inc. All rights reserved.
|
|
6
|
+
* @license Proprietary - Subject to PrimeObjects License Agreements
|
|
7
|
+
* @contact encode.agent@primeobjects.com
|
|
8
|
+
* @website https://www.encodeagent.com/
|
|
9
|
+
*
|
|
10
|
+
* This software contains proprietary and confidential information of
|
|
11
|
+
* PrimeObjects Software Inc. Any reproduction or distribution of this
|
|
12
|
+
* software, in whole or in part, without written permission of
|
|
13
|
+
* PrimeObjects Software Inc. is strictly prohibited.
|
|
14
|
+
*
|
|
15
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
16
|
+
* This file is proprietary and confidential.
|
|
17
|
+
*/
|
|
18
|
+
import { IContext } from "./types";
|
|
19
|
+
export declare const convertRecordForCreate: (record: Record<string, any>) => Record<string, any>;
|
|
20
|
+
export declare const getRecordDisplayByDisplayFields: (record: Record<string, any>, displayFields?: string[]) => string;
|
|
21
|
+
export declare const getRecordEntityFolder: (data: Record<string, any>, entityNameOnly: boolean) => string;
|
|
22
|
+
export declare const getEntityFolder: (entityName: string, entityType?: string) => string;
|
|
23
|
+
export declare const getRecordDisplay: (record: Record<string, any>, settings?: {
|
|
24
|
+
entity?: Record<string, any>;
|
|
25
|
+
displayFields?: string[];
|
|
26
|
+
includeSearchDisplay?: boolean;
|
|
27
|
+
maxLength?: number;
|
|
28
|
+
emptyReturnUndefined?: boolean;
|
|
29
|
+
allowUseRecordId?: boolean;
|
|
30
|
+
}) => string | undefined;
|
|
31
|
+
export declare const getRecordAbstract: (record: Record<string, any>, settings?: {
|
|
32
|
+
entity?: Record<string, any>;
|
|
33
|
+
abstractFields?: string[];
|
|
34
|
+
maxLength?: number;
|
|
35
|
+
includeContent?: boolean;
|
|
36
|
+
}) => string;
|
|
37
|
+
export declare const getRecordContentByContentFields: (record: Record<string, any>, contentFields?: string[]) => string;
|
|
38
|
+
export declare const getRecordContent: (record: Record<string, any>, settings?: {
|
|
39
|
+
entity?: Record<string, any>;
|
|
40
|
+
contentFields?: string[];
|
|
41
|
+
includeSearchDisplay?: boolean;
|
|
42
|
+
maxLength?: number;
|
|
43
|
+
emptyReturnUndefined?: boolean;
|
|
44
|
+
}) => string | undefined;
|
|
45
|
+
export declare const getRecordAddress: (record: Record<string, any>, prefix: string) => string;
|
|
46
|
+
export declare const getRecordMedia: (record: Record<string, any>) => string;
|
|
47
|
+
export declare const getRecordFullName: (user: Record<string, any>, settings?: {
|
|
48
|
+
skipFullNameProp?: boolean;
|
|
49
|
+
skipNameProp?: boolean;
|
|
50
|
+
skipEmailProp?: boolean;
|
|
51
|
+
}) => string;
|
|
52
|
+
export declare const getRecordEmailAddress: (record: Record<string, any>, emailOnly?: boolean) => string | undefined;
|
|
53
|
+
export declare const getRecordPageMetadata: (record: Record<string, any>, settings?: {
|
|
54
|
+
siteName?: string;
|
|
55
|
+
}) => Record<string, any>;
|
|
56
|
+
export declare const applyRecordSlug: (record: Record<string, any>) => Record<string, any>;
|
|
57
|
+
export declare const getRecordSlug: (record: Record<string, any>) => string | undefined;
|
|
58
|
+
export type TRecordFilePath = {
|
|
59
|
+
solutionId: string;
|
|
60
|
+
organizationId: string;
|
|
61
|
+
recordId: string;
|
|
62
|
+
entityName: string;
|
|
63
|
+
fieldName?: string;
|
|
64
|
+
};
|
|
65
|
+
export declare const getRecordFilePath: (props: TRecordFilePath) => string;
|
|
66
|
+
export declare const getContextFromRecord: (record: Record<string, any>) => IContext;
|
|
67
|
+
//# sourceMappingURL=record.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record.d.ts","sourceRoot":"","sources":["../src/record.ts"],"names":[],"mappings":"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"}
|
package/dist/record.js
ADDED
|
@@ -0,0 +1,404 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview Record manipulation utilities including data conversion, validation, filtering, and context extraction for database operations
|
|
4
|
+
* @copyright PrimeObjects Software Inc. (C) 2024 All Rights Reserved
|
|
5
|
+
* @author EncodeAgent Team.
|
|
6
|
+
* @copyright © 2024 PrimeObjects Software Inc. All rights reserved.
|
|
7
|
+
* @license Proprietary - Subject to PrimeObjects License Agreements
|
|
8
|
+
* @contact encode.agent@primeobjects.com
|
|
9
|
+
* @website https://www.encodeagent.com/
|
|
10
|
+
*
|
|
11
|
+
* This software contains proprietary and confidential information of
|
|
12
|
+
* PrimeObjects Software Inc. Any reproduction or distribution of this
|
|
13
|
+
* software, in whole or in part, without written permission of
|
|
14
|
+
* PrimeObjects Software Inc. is strictly prohibited.
|
|
15
|
+
*
|
|
16
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
17
|
+
* This file is proprietary and confidential.
|
|
18
|
+
*/
|
|
19
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
+
exports.getContextFromRecord = exports.getRecordFilePath = exports.getRecordSlug = exports.applyRecordSlug = exports.getRecordPageMetadata = exports.getRecordEmailAddress = exports.getRecordFullName = exports.getRecordMedia = exports.getRecordAddress = exports.getRecordContent = exports.getRecordContentByContentFields = exports.getRecordAbstract = exports.getRecordDisplay = exports.getEntityFolder = exports.getRecordEntityFolder = exports.getRecordDisplayByDisplayFields = exports.convertRecordForCreate = void 0;
|
|
21
|
+
const lodash_1 = require("lodash");
|
|
22
|
+
const core_1 = require("./core");
|
|
23
|
+
const slug_1 = require("./slug");
|
|
24
|
+
const uuid_1 = require("./uuid");
|
|
25
|
+
const convertRecordForCreate = (record) => {
|
|
26
|
+
const newRecord = (0, lodash_1.cloneDeep)(record);
|
|
27
|
+
delete newRecord.createdBy;
|
|
28
|
+
delete newRecord.createdOn;
|
|
29
|
+
delete newRecord.ownedBy;
|
|
30
|
+
delete newRecord.ownedOn;
|
|
31
|
+
delete newRecord.modifiedBy;
|
|
32
|
+
delete newRecord.modifiedOn;
|
|
33
|
+
delete newRecord["_rid"];
|
|
34
|
+
delete newRecord["_self"];
|
|
35
|
+
delete newRecord["_etag"];
|
|
36
|
+
delete newRecord["_attachments"];
|
|
37
|
+
delete newRecord["_ts"];
|
|
38
|
+
delete newRecord["_id"];
|
|
39
|
+
delete newRecord.slug;
|
|
40
|
+
delete newRecord.slugs;
|
|
41
|
+
delete newRecord.searchDisplay;
|
|
42
|
+
delete newRecord.searchContent;
|
|
43
|
+
delete newRecord.display;
|
|
44
|
+
delete newRecord.system;
|
|
45
|
+
delete newRecord.stateCode;
|
|
46
|
+
delete newRecord.statusCode;
|
|
47
|
+
delete newRecord.organizationId;
|
|
48
|
+
delete newRecord.solutionId;
|
|
49
|
+
delete newRecord.partitionKey;
|
|
50
|
+
delete newRecord.isPublished;
|
|
51
|
+
delete newRecord.isGlobal;
|
|
52
|
+
newRecord.id = (0, uuid_1.newGuid)();
|
|
53
|
+
return newRecord;
|
|
54
|
+
};
|
|
55
|
+
exports.convertRecordForCreate = convertRecordForCreate;
|
|
56
|
+
const getRecordDisplayByDisplayFields = (record, displayFields) => {
|
|
57
|
+
let result = "";
|
|
58
|
+
if (displayFields && (0, lodash_1.isArray)(displayFields) && !(0, core_1.isNonEmptyString)(result)) {
|
|
59
|
+
for (let i = 0; i < displayFields.length && !(0, core_1.isNonEmptyString)(result); i++) {
|
|
60
|
+
result = record[displayFields[i]];
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
return result;
|
|
64
|
+
};
|
|
65
|
+
exports.getRecordDisplayByDisplayFields = getRecordDisplayByDisplayFields;
|
|
66
|
+
const getRecordEntityFolder = (data, entityNameOnly) => {
|
|
67
|
+
let entityFolder = (0, core_1.isNonEmptyString)(data.entityType) && !entityNameOnly
|
|
68
|
+
? `${data.entityName ?? ""}/${data.entityType}`
|
|
69
|
+
: data.entityName ?? "";
|
|
70
|
+
if (entityFolder.length == 0)
|
|
71
|
+
entityFolder = "Unknown";
|
|
72
|
+
return entityFolder;
|
|
73
|
+
};
|
|
74
|
+
exports.getRecordEntityFolder = getRecordEntityFolder;
|
|
75
|
+
const getEntityFolder = (entityName, entityType) => {
|
|
76
|
+
let entityFolder = (0, core_1.isNonEmptyString)(entityType)
|
|
77
|
+
? `${entityName}/${entityType}`
|
|
78
|
+
: entityName;
|
|
79
|
+
if (entityFolder.length == 0)
|
|
80
|
+
entityFolder = "Unknown";
|
|
81
|
+
return entityFolder;
|
|
82
|
+
};
|
|
83
|
+
exports.getEntityFolder = getEntityFolder;
|
|
84
|
+
const getRecordDisplay = (record, settings) => {
|
|
85
|
+
if (!(0, core_1.isObject)(record))
|
|
86
|
+
return "";
|
|
87
|
+
let result = "";
|
|
88
|
+
const includeSearchDisplay = settings?.includeSearchDisplay == true;
|
|
89
|
+
const maxLength = settings?.maxLength;
|
|
90
|
+
const entity = settings?.entity;
|
|
91
|
+
const displayFields = settings?.displayFields ?? entity?.displayFields;
|
|
92
|
+
const allowUseRecordId = settings?.allowUseRecordId == true;
|
|
93
|
+
if ((0, core_1.isNonEmptyString)(record._ui?.highlight?.title)) {
|
|
94
|
+
result = record._ui?.highlight?.title;
|
|
95
|
+
}
|
|
96
|
+
if (includeSearchDisplay && !(0, core_1.isNonEmptyString)(result, true)) {
|
|
97
|
+
result = record.searchDisplay;
|
|
98
|
+
}
|
|
99
|
+
if (displayFields &&
|
|
100
|
+
(0, lodash_1.isArray)(displayFields) &&
|
|
101
|
+
!(0, core_1.isNonEmptyString)(result, true)) {
|
|
102
|
+
result = (0, exports.getRecordDisplayByDisplayFields)(record, displayFields);
|
|
103
|
+
}
|
|
104
|
+
if (!(0, core_1.isNonEmptyString)(result, true))
|
|
105
|
+
result = (0, exports.getRecordFullName)(record);
|
|
106
|
+
if (!(0, core_1.isNonEmptyString)(result, true) &&
|
|
107
|
+
(0, core_1.isNonEmptyString)(record.displayValue, true))
|
|
108
|
+
result = record.displayValue;
|
|
109
|
+
const number = !(0, core_1.isNonEmptyString)(result, true) && (0, core_1.isNonEmptyString)(record.number, true)
|
|
110
|
+
? `${record.number} - `
|
|
111
|
+
: "";
|
|
112
|
+
if (!(0, core_1.isNonEmptyString)(result, true) && (0, core_1.isNonEmptyString)(record.title, true))
|
|
113
|
+
result = `${number}${record.title}`;
|
|
114
|
+
if (!(0, core_1.isNonEmptyString)(result, true) && (0, core_1.isNonEmptyString)(record.name, true))
|
|
115
|
+
result = `${number}${record.name}`;
|
|
116
|
+
if (!(0, core_1.isNonEmptyString)(result, true) &&
|
|
117
|
+
(0, core_1.isNonEmptyString)(record.subject, true))
|
|
118
|
+
result = `${number}${record.subject}`;
|
|
119
|
+
if (!(0, core_1.isNonEmptyString)(result, true) && (0, core_1.isNonEmptyString)(record.text, true))
|
|
120
|
+
result = record.text;
|
|
121
|
+
if (!(0, core_1.isNonEmptyString)(result, true) &&
|
|
122
|
+
(0, core_1.isNonEmptyString)(record.symbol, true))
|
|
123
|
+
result = record.symbol;
|
|
124
|
+
if (!(0, core_1.isNonEmptyString)(result, true) && (0, core_1.isNonEmptyString)(record.code, true))
|
|
125
|
+
result = record.code;
|
|
126
|
+
result = result
|
|
127
|
+
.replace(/ /g, " ")
|
|
128
|
+
.replace(/\r/g, " ")
|
|
129
|
+
.replace(/\n/g, " ")
|
|
130
|
+
.replace(/\t/g, " ")
|
|
131
|
+
.replace(/!/g, "! ")
|
|
132
|
+
.replace(/\?/g, "? ")
|
|
133
|
+
.replace(/\./g, ". ")
|
|
134
|
+
.replace(/,/g, ", ")
|
|
135
|
+
.replace(/;/g, "; ")
|
|
136
|
+
.replace(new RegExp(`( ){2,}`, "g"), " ")
|
|
137
|
+
.trim();
|
|
138
|
+
if ((0, lodash_1.isNumber)(maxLength) && result.length > maxLength) {
|
|
139
|
+
result = `${result.substring(0, maxLength)} ...`;
|
|
140
|
+
}
|
|
141
|
+
return (((0, core_1.isNonEmptyString)(result, true)
|
|
142
|
+
? result
|
|
143
|
+
: allowUseRecordId
|
|
144
|
+
? record.id
|
|
145
|
+
: "") ?? (settings?.emptyReturnUndefined ? undefined : ""));
|
|
146
|
+
};
|
|
147
|
+
exports.getRecordDisplay = getRecordDisplay;
|
|
148
|
+
const getRecordAbstract = (record, settings) => {
|
|
149
|
+
if (!(0, core_1.isObject)(record))
|
|
150
|
+
return "";
|
|
151
|
+
let result = "";
|
|
152
|
+
if ((0, lodash_1.isArray)(record?.highlight?.searchContent) &&
|
|
153
|
+
record?.highlight?.searchContent?.length > 0) {
|
|
154
|
+
result = record.highlight.searchContent[0];
|
|
155
|
+
}
|
|
156
|
+
if (!(0, core_1.isNonEmptyString)(result) && (0, core_1.isNonEmptyString)(record.summary))
|
|
157
|
+
result = record.summary;
|
|
158
|
+
if (!(0, core_1.isNonEmptyString)(result) && (0, core_1.isNonEmptyString)(record.description))
|
|
159
|
+
result = record.description;
|
|
160
|
+
if (!(0, core_1.isNonEmptyString)(result) && (0, core_1.isNonEmptyString)(record.abstract))
|
|
161
|
+
result = record.abstract;
|
|
162
|
+
if (settings?.includeContent &&
|
|
163
|
+
!(0, core_1.isNonEmptyString)(result) &&
|
|
164
|
+
(0, core_1.isNonEmptyString)(record.searchContent)) {
|
|
165
|
+
result = record.searchContent;
|
|
166
|
+
}
|
|
167
|
+
result = result
|
|
168
|
+
.replace(/ /g, " ")
|
|
169
|
+
.replace(/\r/g, " ")
|
|
170
|
+
.replace(/\n/g, " ")
|
|
171
|
+
.replace(/\t/g, " ")
|
|
172
|
+
.replace(/!/g, "! ")
|
|
173
|
+
.replace(/\?/g, "? ")
|
|
174
|
+
.replace(/\./g, ". ")
|
|
175
|
+
.replace(/,/g, ", ")
|
|
176
|
+
.replace(/;/g, "; ")
|
|
177
|
+
.replace(new RegExp(`( ){2,}`, "g"), " ")
|
|
178
|
+
.trim();
|
|
179
|
+
if (settings &&
|
|
180
|
+
(0, lodash_1.isNumber)(settings?.maxLength) &&
|
|
181
|
+
result.length > settings?.maxLength) {
|
|
182
|
+
result = `${result.substring(0, settings?.maxLength)} ...`;
|
|
183
|
+
}
|
|
184
|
+
return result;
|
|
185
|
+
};
|
|
186
|
+
exports.getRecordAbstract = getRecordAbstract;
|
|
187
|
+
const getRecordContentByContentFields = (record, contentFields) => {
|
|
188
|
+
let result = "";
|
|
189
|
+
if (contentFields && (0, lodash_1.isArray)(contentFields) && !(0, core_1.isNonEmptyString)(result)) {
|
|
190
|
+
for (let i = 0; i < contentFields.length && !(0, core_1.isNonEmptyString)(result); i++) {
|
|
191
|
+
result = record[contentFields[i]];
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
return result;
|
|
195
|
+
};
|
|
196
|
+
exports.getRecordContentByContentFields = getRecordContentByContentFields;
|
|
197
|
+
const getRecordContent = (record, settings) => {
|
|
198
|
+
if (!(0, core_1.isObject)(record))
|
|
199
|
+
return "";
|
|
200
|
+
let result = "";
|
|
201
|
+
const includeSearchDisplay = settings?.includeSearchDisplay == true;
|
|
202
|
+
const maxLength = settings?.maxLength;
|
|
203
|
+
const entity = settings?.entity;
|
|
204
|
+
const contentFields = settings?.contentFields ??
|
|
205
|
+
entity?.contentFields ?? [
|
|
206
|
+
"description",
|
|
207
|
+
"note",
|
|
208
|
+
"detail",
|
|
209
|
+
"content",
|
|
210
|
+
"summary",
|
|
211
|
+
"introduction",
|
|
212
|
+
"abstract",
|
|
213
|
+
"title",
|
|
214
|
+
"subject",
|
|
215
|
+
"firstName",
|
|
216
|
+
"lastName",
|
|
217
|
+
"name"
|
|
218
|
+
];
|
|
219
|
+
if ((0, core_1.isNonEmptyString)(record._ui?.highlight?.content)) {
|
|
220
|
+
result = record._ui?.highlight?.content;
|
|
221
|
+
}
|
|
222
|
+
if (includeSearchDisplay && !(0, core_1.isNonEmptyString)(result, true)) {
|
|
223
|
+
result = record.searchContent;
|
|
224
|
+
}
|
|
225
|
+
if (contentFields &&
|
|
226
|
+
(0, lodash_1.isArray)(contentFields) &&
|
|
227
|
+
!(0, core_1.isNonEmptyString)(result, true)) {
|
|
228
|
+
result = (0, exports.getRecordContentByContentFields)(record, contentFields);
|
|
229
|
+
}
|
|
230
|
+
if ((0, lodash_1.isNumber)(maxLength) &&
|
|
231
|
+
(0, core_1.isNonEmptyString)(result, true) &&
|
|
232
|
+
result.length > maxLength) {
|
|
233
|
+
result = `${result.substring(0, maxLength)} ...`;
|
|
234
|
+
}
|
|
235
|
+
return (0, core_1.isNonEmptyString)(result, true)
|
|
236
|
+
? result.trim()
|
|
237
|
+
: settings?.emptyReturnUndefined
|
|
238
|
+
? undefined
|
|
239
|
+
: "";
|
|
240
|
+
};
|
|
241
|
+
exports.getRecordContent = getRecordContent;
|
|
242
|
+
const getRecordAddress = (record, prefix) => {
|
|
243
|
+
if (!(0, core_1.isObject)(record))
|
|
244
|
+
return "";
|
|
245
|
+
const line1 = (0, core_1.isNonEmptyString)(record[`${prefix}Line1`])
|
|
246
|
+
? record[`${prefix}Line1`]
|
|
247
|
+
: "";
|
|
248
|
+
const line2 = (0, core_1.isNonEmptyString)(record[`${prefix}Line2`])
|
|
249
|
+
? record[`${prefix}Line2`]
|
|
250
|
+
: "";
|
|
251
|
+
const city = (0, core_1.isNonEmptyString)(record[`${prefix}City`])
|
|
252
|
+
? record[`${prefix}City`]
|
|
253
|
+
: "";
|
|
254
|
+
const postalCode = (0, core_1.isNonEmptyString)(record[`${prefix}PostalCode`])
|
|
255
|
+
? record[`${prefix}PostalCode`]
|
|
256
|
+
: "";
|
|
257
|
+
const state = (0, core_1.isNonEmptyString)(record[`${prefix}State`])
|
|
258
|
+
? record[`${prefix}State`]
|
|
259
|
+
: "";
|
|
260
|
+
const country = (0, core_1.isNonEmptyString)(record[`${prefix}Country`])
|
|
261
|
+
? record[`${prefix}Country`]
|
|
262
|
+
: "";
|
|
263
|
+
if ((line1.length > 0 &&
|
|
264
|
+
city.length > 0 &&
|
|
265
|
+
state.length > 0 &&
|
|
266
|
+
country.length > 0) ||
|
|
267
|
+
(postalCode.length > 0 && country.length > 0)) {
|
|
268
|
+
return `${line1} ${line2},${city},${state},${postalCode},${country}`;
|
|
269
|
+
}
|
|
270
|
+
return "";
|
|
271
|
+
};
|
|
272
|
+
exports.getRecordAddress = getRecordAddress;
|
|
273
|
+
const getRecordMedia = (record) => {
|
|
274
|
+
if (!(0, core_1.isObject)(record))
|
|
275
|
+
return "";
|
|
276
|
+
if ((0, core_1.isNonEmptyString)(record.media))
|
|
277
|
+
return record.media;
|
|
278
|
+
if ((0, core_1.isNonEmptyString)(record.photoUrl))
|
|
279
|
+
return record.photoUrl;
|
|
280
|
+
if (record.source && (0, core_1.isNonEmptyString)(record.source.photoUrl))
|
|
281
|
+
return record.source.photoUrl;
|
|
282
|
+
return "";
|
|
283
|
+
};
|
|
284
|
+
exports.getRecordMedia = getRecordMedia;
|
|
285
|
+
const getRecordFullName = (user, settings) => {
|
|
286
|
+
const { skipFullNameProp, skipNameProp, skipEmailProp } = settings ?? {};
|
|
287
|
+
if (!(0, core_1.isObject)(user))
|
|
288
|
+
return "";
|
|
289
|
+
const email = (0, core_1.isNonEmptyString)(user.email) ? user.email.trim() : "";
|
|
290
|
+
const name = (0, core_1.isNonEmptyString)(user.name) ? user.name.trim() : "";
|
|
291
|
+
let fullName = (0, core_1.isNonEmptyString)(user.fullName) && !skipFullNameProp
|
|
292
|
+
? user.fullName.trim()
|
|
293
|
+
: "";
|
|
294
|
+
const firstName = (0, core_1.isNonEmptyString)(user.firstName)
|
|
295
|
+
? user.firstName.trim()
|
|
296
|
+
: "";
|
|
297
|
+
const lastName = (0, core_1.isNonEmptyString)(user.lastName)
|
|
298
|
+
? user.lastName.trim()
|
|
299
|
+
: "";
|
|
300
|
+
if (fullName.length == 0 ||
|
|
301
|
+
(firstName.length > 0 && lastName.length > 0) ||
|
|
302
|
+
(fullName.length > 0 && fullName == email)) {
|
|
303
|
+
fullName = `${firstName} ${lastName.length > 0 ? " " + lastName : ""}`.trim();
|
|
304
|
+
}
|
|
305
|
+
if (user.lcid === 2052)
|
|
306
|
+
fullName = fullName.replace(/ /g, "");
|
|
307
|
+
fullName = fullName.replace(/\s\s+/g, " ").trim();
|
|
308
|
+
if (!skipNameProp)
|
|
309
|
+
fullName = fullName.length > 0 ? fullName : name;
|
|
310
|
+
if (!skipEmailProp)
|
|
311
|
+
fullName = fullName.length > 0 ? fullName : email;
|
|
312
|
+
return fullName;
|
|
313
|
+
};
|
|
314
|
+
exports.getRecordFullName = getRecordFullName;
|
|
315
|
+
const getRecordEmailAddress = (record, emailOnly) => {
|
|
316
|
+
if ((0, core_1.isObject)(record) && (0, core_1.isEmail)(record.email)) {
|
|
317
|
+
const fullName = (0, exports.getRecordFullName)(record);
|
|
318
|
+
if ((0, core_1.isNonEmptyString)(fullName) && !emailOnly) {
|
|
319
|
+
return `${fullName} <${record.email}>`;
|
|
320
|
+
}
|
|
321
|
+
else {
|
|
322
|
+
return record.email;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
return undefined;
|
|
326
|
+
};
|
|
327
|
+
exports.getRecordEmailAddress = getRecordEmailAddress;
|
|
328
|
+
const getRecordPageMetadata = (record, settings) => {
|
|
329
|
+
const result = {};
|
|
330
|
+
const recordDisplay = (0, exports.getRecordDisplay)(record);
|
|
331
|
+
if (!(0, core_1.isNonEmptyString)(recordDisplay)) {
|
|
332
|
+
result.title =
|
|
333
|
+
(0, core_1.isObject)(settings) && settings?.siteName
|
|
334
|
+
? `${settings?.siteName} - ${(0, exports.getRecordAbstract)(record, {
|
|
335
|
+
maxLength: 64
|
|
336
|
+
})}`
|
|
337
|
+
: (0, exports.getRecordAbstract)(record, { maxLength: 64 });
|
|
338
|
+
}
|
|
339
|
+
else {
|
|
340
|
+
result.title =
|
|
341
|
+
(0, core_1.isObject)(settings) && settings?.siteName
|
|
342
|
+
? `${settings?.siteName} - ${recordDisplay}`
|
|
343
|
+
: recordDisplay;
|
|
344
|
+
}
|
|
345
|
+
result.id = record.id;
|
|
346
|
+
result.description = (0, exports.getRecordAbstract)(record, { maxLength: 128 });
|
|
347
|
+
result.type = "article";
|
|
348
|
+
const media = (0, exports.getRecordMedia)(record);
|
|
349
|
+
if ((0, core_1.isNonEmptyString)(media))
|
|
350
|
+
result.image = media;
|
|
351
|
+
return result;
|
|
352
|
+
};
|
|
353
|
+
exports.getRecordPageMetadata = getRecordPageMetadata;
|
|
354
|
+
const applyRecordSlug = (record) => {
|
|
355
|
+
const curSlug = (0, exports.getRecordSlug)(record);
|
|
356
|
+
if (curSlug) {
|
|
357
|
+
if (!(0, lodash_1.isArray)(record.slugs))
|
|
358
|
+
record.slugs = [];
|
|
359
|
+
if (!(0, lodash_1.find)(record.slugs, (slug) => slug == curSlug)) {
|
|
360
|
+
record.slugs = (0, lodash_1.uniq)([...record.slugs, curSlug]);
|
|
361
|
+
}
|
|
362
|
+
record.slug = curSlug;
|
|
363
|
+
}
|
|
364
|
+
return record;
|
|
365
|
+
};
|
|
366
|
+
exports.applyRecordSlug = applyRecordSlug;
|
|
367
|
+
const getRecordSlug = (record) => {
|
|
368
|
+
if (!record.id)
|
|
369
|
+
return undefined;
|
|
370
|
+
const id = record.id;
|
|
371
|
+
let curSlug = (0, exports.getRecordDisplay)(record);
|
|
372
|
+
if ((0, core_1.isNonEmptyString)(record.customSlug)) {
|
|
373
|
+
curSlug = record.customSlug;
|
|
374
|
+
}
|
|
375
|
+
curSlug = (0, slug_1.slug)(curSlug ?? id)?.substring(0, 128);
|
|
376
|
+
curSlug = `${curSlug}-${id.split("-")[1]}`;
|
|
377
|
+
return curSlug;
|
|
378
|
+
};
|
|
379
|
+
exports.getRecordSlug = getRecordSlug;
|
|
380
|
+
const getRecordFilePath = (props) => {
|
|
381
|
+
const { solutionId, organizationId, recordId, entityName } = props;
|
|
382
|
+
const fieldName = props.fieldName ?? "file";
|
|
383
|
+
return `${solutionId}/${organizationId}/${entityName}/${recordId}/${fieldName}`;
|
|
384
|
+
};
|
|
385
|
+
exports.getRecordFilePath = getRecordFilePath;
|
|
386
|
+
const getContextFromRecord = (record) => {
|
|
387
|
+
const { solutionId, domain, sourceIp, userId, organizationId, user, organization, solution, error, log, aiServices, stage } = record;
|
|
388
|
+
return {
|
|
389
|
+
solutionId,
|
|
390
|
+
domain,
|
|
391
|
+
sourceIp,
|
|
392
|
+
userId,
|
|
393
|
+
organizationId,
|
|
394
|
+
user,
|
|
395
|
+
organization,
|
|
396
|
+
solution,
|
|
397
|
+
error,
|
|
398
|
+
log,
|
|
399
|
+
aiServices,
|
|
400
|
+
stage
|
|
401
|
+
};
|
|
402
|
+
};
|
|
403
|
+
exports.getContextFromRecord = getContextFromRecord;
|
|
404
|
+
//# sourceMappingURL=record.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record.js","sourceRoot":"","sources":["../src/record.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview Short identifier generation utilities for creating compact, URL-safe unique identifiers
|
|
3
|
+
* @copyright PrimeObjects Software Inc. (C) 2024 All Rights Reserved
|
|
4
|
+
* @author EncodeAgent Team.
|
|
5
|
+
* @copyright © 2024 PrimeObjects Software Inc. All rights reserved.
|
|
6
|
+
* @license Proprietary - Subject to PrimeObjects License Agreements
|
|
7
|
+
* @contact encode.agent@primeobjects.com
|
|
8
|
+
* @website https://www.encodeagent.com/
|
|
9
|
+
*
|
|
10
|
+
* This software contains proprietary and confidential information of
|
|
11
|
+
* PrimeObjects Software Inc. Any reproduction or distribution of this
|
|
12
|
+
* software, in whole or in part, without written permission of
|
|
13
|
+
* PrimeObjects Software Inc. is strictly prohibited.
|
|
14
|
+
*
|
|
15
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
16
|
+
* This file is proprietary and confidential.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Settings for short ID generation
|
|
20
|
+
* @interface ShortIdSettings
|
|
21
|
+
*/
|
|
22
|
+
interface ShortIdSettings {
|
|
23
|
+
/** Keep periods in the generated ID */
|
|
24
|
+
keepPeriod?: boolean;
|
|
25
|
+
/** Keep underscores in the generated ID */
|
|
26
|
+
keepUnderscore?: boolean;
|
|
27
|
+
/** Keep pipe characters in the generated ID */
|
|
28
|
+
keepPipe?: boolean;
|
|
29
|
+
/** Keep spaces in the generated ID */
|
|
30
|
+
keepSpace?: boolean;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Generates a new short ID with customizable character replacement
|
|
34
|
+
* @param {ShortIdSettings} [settings] - Configuration for character handling
|
|
35
|
+
* @returns {string} A new short ID string
|
|
36
|
+
* @example
|
|
37
|
+
* const id = newShortId(); // "Hk-3TI8lg"
|
|
38
|
+
* const idWithPeriods = newShortId({ keepPeriod: true }); // "Hk.3TI8lg"
|
|
39
|
+
*/
|
|
40
|
+
export declare const newShortId: (settings?: ShortIdSettings) => string;
|
|
41
|
+
export {};
|
|
42
|
+
//# sourceMappingURL=shortid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shortid.d.ts","sourceRoot":"","sources":["../src/shortid.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH;;;GAGG;AACH,UAAU,eAAe;IACrB,uCAAuC;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU,GAAI,WAAW,eAAe,KAAG,MAOvD,CAAC"}
|
package/dist/shortid.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview Short identifier generation utilities for creating compact, URL-safe unique identifiers
|
|
4
|
+
* @copyright PrimeObjects Software Inc. (C) 2024 All Rights Reserved
|
|
5
|
+
* @author EncodeAgent Team.
|
|
6
|
+
* @copyright © 2024 PrimeObjects Software Inc. All rights reserved.
|
|
7
|
+
* @license Proprietary - Subject to PrimeObjects License Agreements
|
|
8
|
+
* @contact encode.agent@primeobjects.com
|
|
9
|
+
* @website https://www.encodeagent.com/
|
|
10
|
+
*
|
|
11
|
+
* This software contains proprietary and confidential information of
|
|
12
|
+
* PrimeObjects Software Inc. Any reproduction or distribution of this
|
|
13
|
+
* software, in whole or in part, without written permission of
|
|
14
|
+
* PrimeObjects Software Inc. is strictly prohibited.
|
|
15
|
+
*
|
|
16
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
17
|
+
* This file is proprietary and confidential.
|
|
18
|
+
*/
|
|
19
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
20
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
21
|
+
};
|
|
22
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
exports.newShortId = void 0;
|
|
24
|
+
const shortid_1 = __importDefault(require("shortid"));
|
|
25
|
+
/**
|
|
26
|
+
* Generates a new short ID with customizable character replacement
|
|
27
|
+
* @param {ShortIdSettings} [settings] - Configuration for character handling
|
|
28
|
+
* @returns {string} A new short ID string
|
|
29
|
+
* @example
|
|
30
|
+
* const id = newShortId(); // "Hk-3TI8lg"
|
|
31
|
+
* const idWithPeriods = newShortId({ keepPeriod: true }); // "Hk.3TI8lg"
|
|
32
|
+
*/
|
|
33
|
+
const newShortId = (settings) => {
|
|
34
|
+
const v = shortid_1.default.generate();
|
|
35
|
+
return v
|
|
36
|
+
.replace(/\./g, settings?.keepPeriod ? "." : "-")
|
|
37
|
+
.replace(/\ /g, settings?.keepSpace ? " " : "-")
|
|
38
|
+
.replace(/\|/g, settings?.keepPipe ? "|" : "-")
|
|
39
|
+
.replace(new RegExp(`( ){2,}`, "g"), "-");
|
|
40
|
+
};
|
|
41
|
+
exports.newShortId = newShortId;
|
|
42
|
+
//# sourceMappingURL=shortid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shortid.js","sourceRoot":"","sources":["../src/shortid.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;AAEH,sDAA8B;AAiB9B;;;;;;;GAOG;AACI,MAAM,UAAU,GAAG,CAAC,QAA0B,EAAU,EAAE;IAC7D,MAAM,CAAC,GAAG,iBAAO,CAAC,QAAQ,EAAE,CAAC;IAC7B,OAAO,CAAC;SACH,OAAO,CAAC,KAAK,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;SAChD,OAAO,CAAC,KAAK,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;SAC/C,OAAO,CAAC,KAAK,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;SAC9C,OAAO,CAAC,IAAI,MAAM,CAAC,SAAS,EAAE,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;AAClD,CAAC,CAAC;AAPW,QAAA,UAAU,cAOrB"}
|
package/dist/slug.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview URL-friendly slug generation utilities for creating clean, SEO-optimized identifiers from text strings
|
|
3
|
+
* @copyright PrimeObjects Software Inc. (C) 2024 All Rights Reserved
|
|
4
|
+
* @author EncodeAgent Team.
|
|
5
|
+
* @copyright © 2024 PrimeObjects Software Inc. All rights reserved.
|
|
6
|
+
* @license Proprietary - Subject to PrimeObjects License Agreements
|
|
7
|
+
* @contact encode.agent@primeobjects.com
|
|
8
|
+
* @website https://www.encodeagent.com/
|
|
9
|
+
*
|
|
10
|
+
* This software contains proprietary and confidential information of
|
|
11
|
+
* PrimeObjects Software Inc. Any reproduction or distribution of this
|
|
12
|
+
* software, in whole or in part, without written permission of
|
|
13
|
+
* PrimeObjects Software Inc. is strictly prohibited.
|
|
14
|
+
*
|
|
15
|
+
* Unauthorized copying of this file, via any medium, is strictly prohibited.
|
|
16
|
+
* This file is proprietary and confidential.
|
|
17
|
+
*/
|
|
18
|
+
export declare const slug: (text: string, settings?: {
|
|
19
|
+
keepPeriod?: boolean;
|
|
20
|
+
keepUnderscore?: boolean;
|
|
21
|
+
keepPipe?: boolean;
|
|
22
|
+
keepSpace?: boolean;
|
|
23
|
+
}) => string | undefined;
|
|
24
|
+
//# sourceMappingURL=slug.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slug.d.ts","sourceRoot":"","sources":["../src/slug.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAKH,eAAO,MAAM,IAAI,GACb,MAAM,MAAM,EACZ,WAAU;IACN,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CAClB,KACP,MAAM,GAAG,SAkBX,CAAC"}
|