@saritasa/crm-delmar-core-sdk 0.1.60 → 0.1.62
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
CHANGED
|
@@ -24454,14 +24454,14 @@ var ComponentsTaskReportsListTaskStatusInErrorComponentDtoCodeEnum;
|
|
|
24454
24454
|
* Do not edit the class manually.
|
|
24455
24455
|
*/
|
|
24456
24456
|
/**
|
|
24457
|
-
* * `
|
|
24457
|
+
* * `user-period-file` - user-period-file * `branch-icon` - branch-icon * `location-icon` - location-icon * `user-avatar` - user-avatar * `client-project-note-files` - client-project-note-files
|
|
24458
24458
|
*/
|
|
24459
24459
|
var ConfigEnumDto;
|
|
24460
24460
|
(function (ConfigEnumDto) {
|
|
24461
|
+
ConfigEnumDto["UserPeriodFile"] = "user-period-file";
|
|
24461
24462
|
ConfigEnumDto["BranchIcon"] = "branch-icon";
|
|
24462
24463
|
ConfigEnumDto["LocationIcon"] = "location-icon";
|
|
24463
24464
|
ConfigEnumDto["UserAvatar"] = "user-avatar";
|
|
24464
|
-
ConfigEnumDto["UserPeriodFile"] = "user-period-file";
|
|
24465
24465
|
ConfigEnumDto["ClientProjectNoteFiles"] = "client-project-note-files";
|
|
24466
24466
|
})(ConfigEnumDto || (ConfigEnumDto = {}));
|
|
24467
24467
|
|