@esposter/shared 1.38.1 → 1.40.0

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.d.ts CHANGED
@@ -64,7 +64,9 @@ declare const exhaustiveGuard: (value: never) => never;
64
64
 
65
65
  declare const NIL = "00000000-0000-0000-0000-000000000000";
66
66
  declare const UUIDV4_REGEX: RegExp;
67
+ declare const UUIDV4_SEARCH_REGEX: RegExp;
67
68
 
68
69
  declare const uuidValidateV4: (uuid: string) => boolean;
69
70
 
70
- export { type CamelToKebab, type ExcludeFunctionProperties, type FunctionProperties, ID_SEPARATOR, InvalidOperationError, type KebabToCamel, type MergeObjectsStrict, NIL, NotFoundError, NotInitializedError, Operation, type SkipFirst, type TakeFirst, type TupleSlice, type TupleSplit, type TupleSplitHead, type TupleSplitTail, UUIDV4_REGEX, capitalize, exhaustiveGuard, isPlainObject, mergeObjectsStrict, parseXmlString, parseXmlValue, toKebabCase, uuidValidateV4 };
71
+ export { ID_SEPARATOR, InvalidOperationError, NIL, NotFoundError, NotInitializedError, Operation, UUIDV4_REGEX, UUIDV4_SEARCH_REGEX, capitalize, exhaustiveGuard, isPlainObject, mergeObjectsStrict, parseXmlString, parseXmlValue, toKebabCase, uuidValidateV4 };
72
+ export type { CamelToKebab, ExcludeFunctionProperties, FunctionProperties, KebabToCamel, MergeObjectsStrict, SkipFirst, TakeFirst, TupleSlice, TupleSplit, TupleSplitHead, TupleSplitTail };