monkey-front-core 21.2.2 → 21.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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -368,6 +368,7 @@ interface MonkeyEcxAccessHandleTokenCredentials {
|
|
|
368
368
|
groupName: string;
|
|
369
369
|
type: string;
|
|
370
370
|
programUrl: string;
|
|
371
|
+
programToken: string;
|
|
371
372
|
}
|
|
372
373
|
interface MonkeyEcxTokenCredentials {
|
|
373
374
|
username: string;
|
|
@@ -1774,7 +1775,7 @@ type LogParams = {
|
|
|
1774
1775
|
};
|
|
1775
1776
|
declare class MonkeyEcxUtils {
|
|
1776
1777
|
static persistNullEmptyUndefined(tp: any): boolean;
|
|
1777
|
-
static getDocumentType(doc: string, country?: string): "" | "
|
|
1778
|
+
static getDocumentType(doc: string, country?: string): "" | "CPF" | "CNPJ" | "RUT" | "RFC" | "EIN";
|
|
1778
1779
|
static getDocumentMask(type: DocumentType, country?: string): CountryMasks;
|
|
1779
1780
|
static getDocumentPlaceholder(type: DocumentType, country?: string): string;
|
|
1780
1781
|
static formatDocumentWithMask(doc: string, withType?: boolean, country?: string): string;
|