Skip to content

Commit 168a17f

Browse files
github-actions[bot]edg956
authored andcommitted
Update generated TypeScript types
1 parent 5d36066 commit 168a17f

File tree

9 files changed

+0
-238
lines changed

9 files changed

+0
-238
lines changed

openmetadata-ui/src/main/resources/ui/src/generated/api/classification/createTag.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ export interface RecognizerConfig {
248248
*/
249249
patterns?: Pattern[];
250250
regexFlags?: RegexFlags;
251-
/**
252-
* The entity type this recognizer detects
253-
*/
254-
supportedEntity?: PIIEntity;
255251
/**
256252
* Language supported by this recognizer
257253
*/
@@ -381,8 +377,6 @@ export interface RegexFlags {
381377
}
382378

383379
/**
384-
* The entity type this recognizer detects
385-
*
386380
* Enum of PII (Personally Identifiable Information) tags for classification and detection
387381
* of sensitive data. Based on Presidio supported entities
388382
* (https://microsoft.github.io/presidio/supported_entities/).

openmetadata-ui/src/main/resources/ui/src/generated/api/classification/createTagWithRecognizers.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@ export interface RecognizerConfig {
220220
*/
221221
patterns?: Pattern[];
222222
regexFlags?: RegexFlags;
223-
/**
224-
* The entity type this recognizer detects
225-
*/
226-
supportedEntity?: PIIEntity;
227223
/**
228224
* Language supported by this recognizer
229225
*/
@@ -353,8 +349,6 @@ export interface RegexFlags {
353349
}
354350

355351
/**
356-
* The entity type this recognizer detects
357-
*
358352
* Enum of PII (Personally Identifiable Information) tags for classification and detection
359353
* of sensitive data. Based on Presidio supported entities
360354
* (https://microsoft.github.io/presidio/supported_entities/).

openmetadata-ui/src/main/resources/ui/src/generated/api/classification/loadTags.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,6 @@ export interface RecognizerConfig {
328328
*/
329329
patterns?: Pattern[];
330330
regexFlags?: RegexFlags;
331-
/**
332-
* The entity type this recognizer detects
333-
*/
334-
supportedEntity?: PIIEntity;
335331
/**
336332
* Language supported by this recognizer
337333
*/
@@ -461,8 +457,6 @@ export interface RegexFlags {
461457
}
462458

463459
/**
464-
* The entity type this recognizer detects
465-
*
466460
* Enum of PII (Personally Identifiable Information) tags for classification and detection
467461
* of sensitive data. Based on Presidio supported entities
468462
* (https://microsoft.github.io/presidio/supported_entities/).

openmetadata-ui/src/main/resources/ui/src/generated/entity/classification/tag.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,6 @@ export interface RecognizerConfig {
398398
*/
399399
patterns?: Pattern[];
400400
regexFlags?: RegexFlags;
401-
/**
402-
* The entity type this recognizer detects
403-
*/
404-
supportedEntity?: PIIEntity;
405401
/**
406402
* Language supported by this recognizer
407403
*/
@@ -531,8 +527,6 @@ export interface RegexFlags {
531527
}
532528

533529
/**
534-
* The entity type this recognizer detects
535-
*
536530
* Enum of PII (Personally Identifiable Information) tags for classification and detection
537531
* of sensitive data. Based on Presidio supported entities
538532
* (https://microsoft.github.io/presidio/supported_entities/).

openmetadata-ui/src/main/resources/ui/src/generated/type/contextRecognizer.ts

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -30,65 +30,13 @@ export interface ContextRecognizer {
3030
* Minimum confidence score
3131
*/
3232
minScore?: number;
33-
/**
34-
* The entity type this recognizer detects
35-
*/
36-
supportedEntity: PIIEntity;
3733
/**
3834
* Language supported by this recognizer
3935
*/
4036
supportedLanguage: ClassificationLanguage;
4137
type: any;
4238
}
4339

44-
/**
45-
* The entity type this recognizer detects
46-
*
47-
* Enum of PII (Personally Identifiable Information) tags for classification and detection
48-
* of sensitive data. Based on Presidio supported entities
49-
* (https://microsoft.github.io/presidio/supported_entities/).
50-
*/
51-
export enum PIIEntity {
52-
AuAbn = "AU_ABN",
53-
AuAcn = "AU_ACN",
54-
AuMedicare = "AU_MEDICARE",
55-
AuTfn = "AU_TFN",
56-
CreditCard = "CREDIT_CARD",
57-
Crypto = "CRYPTO",
58-
DateTime = "DATE_TIME",
59-
EmailAddress = "EMAIL_ADDRESS",
60-
EsNie = "ES_NIE",
61-
EsNif = "ES_NIF",
62-
FiPersonalIdentityCode = "FI_PERSONAL_IDENTITY_CODE",
63-
IPAddress = "IP_ADDRESS",
64-
IbanCode = "IBAN_CODE",
65-
InAadhaar = "IN_AADHAAR",
66-
InPan = "IN_PAN",
67-
InPassport = "IN_PASSPORT",
68-
InVehicleRegistration = "IN_VEHICLE_REGISTRATION",
69-
InVoter = "IN_VOTER",
70-
ItDriverLicense = "IT_DRIVER_LICENSE",
71-
ItFiscalCode = "IT_FISCAL_CODE",
72-
ItIdentityCard = "IT_IDENTITY_CARD",
73-
ItPassport = "IT_PASSPORT",
74-
ItVatCode = "IT_VAT_CODE",
75-
Location = "LOCATION",
76-
MedicalLicense = "MEDICAL_LICENSE",
77-
Nrp = "NRP",
78-
Person = "PERSON",
79-
PhoneNumber = "PHONE_NUMBER",
80-
PlPesel = "PL_PESEL",
81-
SgNricFin = "SG_NRIC_FIN",
82-
SgUen = "SG_UEN",
83-
URL = "URL",
84-
UkNhs = "UK_NHS",
85-
UsBankNumber = "US_BANK_NUMBER",
86-
UsDriverLicense = "US_DRIVER_LICENSE",
87-
UsItin = "US_ITIN",
88-
UsPassport = "US_PASSPORT",
89-
UsSsn = "US_SSN",
90-
}
91-
9240
/**
9341
* Language supported by this recognizer
9442
*

openmetadata-ui/src/main/resources/ui/src/generated/type/customRecognizer.ts

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ export interface CustomRecognizer {
1818
* Custom configuration parameters
1919
*/
2020
config?: { [key: string]: any };
21-
/**
22-
* The entity type this recognizer detects
23-
*/
24-
supportedEntity: PIIEntity;
2521
/**
2622
* Language supported by this recognizer
2723
*/
@@ -33,54 +29,6 @@ export interface CustomRecognizer {
3329
validatorFunction: string;
3430
}
3531

36-
/**
37-
* The entity type this recognizer detects
38-
*
39-
* Enum of PII (Personally Identifiable Information) tags for classification and detection
40-
* of sensitive data. Based on Presidio supported entities
41-
* (https://microsoft.github.io/presidio/supported_entities/).
42-
*/
43-
export enum PIIEntity {
44-
AuAbn = "AU_ABN",
45-
AuAcn = "AU_ACN",
46-
AuMedicare = "AU_MEDICARE",
47-
AuTfn = "AU_TFN",
48-
CreditCard = "CREDIT_CARD",
49-
Crypto = "CRYPTO",
50-
DateTime = "DATE_TIME",
51-
EmailAddress = "EMAIL_ADDRESS",
52-
EsNie = "ES_NIE",
53-
EsNif = "ES_NIF",
54-
FiPersonalIdentityCode = "FI_PERSONAL_IDENTITY_CODE",
55-
IPAddress = "IP_ADDRESS",
56-
IbanCode = "IBAN_CODE",
57-
InAadhaar = "IN_AADHAAR",
58-
InPan = "IN_PAN",
59-
InPassport = "IN_PASSPORT",
60-
InVehicleRegistration = "IN_VEHICLE_REGISTRATION",
61-
InVoter = "IN_VOTER",
62-
ItDriverLicense = "IT_DRIVER_LICENSE",
63-
ItFiscalCode = "IT_FISCAL_CODE",
64-
ItIdentityCard = "IT_IDENTITY_CARD",
65-
ItPassport = "IT_PASSPORT",
66-
ItVatCode = "IT_VAT_CODE",
67-
Location = "LOCATION",
68-
MedicalLicense = "MEDICAL_LICENSE",
69-
Nrp = "NRP",
70-
Person = "PERSON",
71-
PhoneNumber = "PHONE_NUMBER",
72-
PlPesel = "PL_PESEL",
73-
SgNricFin = "SG_NRIC_FIN",
74-
SgUen = "SG_UEN",
75-
URL = "URL",
76-
UkNhs = "UK_NHS",
77-
UsBankNumber = "US_BANK_NUMBER",
78-
UsDriverLicense = "US_DRIVER_LICENSE",
79-
UsItin = "US_ITIN",
80-
UsPassport = "US_PASSPORT",
81-
UsSsn = "US_SSN",
82-
}
83-
8432
/**
8533
* Language supported by this recognizer
8634
*

openmetadata-ui/src/main/resources/ui/src/generated/type/exactTermsRecognizer.ts

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export interface ExactTermsRecognizer {
1919
*/
2020
exactTerms: string[];
2121
regexFlags: RegexFlags;
22-
/**
23-
* The entity type this recognizer detects
24-
*/
25-
supportedEntity: PIIEntity;
2622
/**
2723
* Language supported by this recognizer
2824
*/
@@ -48,54 +44,6 @@ export interface RegexFlags {
4844
multiline?: boolean;
4945
}
5046

51-
/**
52-
* The entity type this recognizer detects
53-
*
54-
* Enum of PII (Personally Identifiable Information) tags for classification and detection
55-
* of sensitive data. Based on Presidio supported entities
56-
* (https://microsoft.github.io/presidio/supported_entities/).
57-
*/
58-
export enum PIIEntity {
59-
AuAbn = "AU_ABN",
60-
AuAcn = "AU_ACN",
61-
AuMedicare = "AU_MEDICARE",
62-
AuTfn = "AU_TFN",
63-
CreditCard = "CREDIT_CARD",
64-
Crypto = "CRYPTO",
65-
DateTime = "DATE_TIME",
66-
EmailAddress = "EMAIL_ADDRESS",
67-
EsNie = "ES_NIE",
68-
EsNif = "ES_NIF",
69-
FiPersonalIdentityCode = "FI_PERSONAL_IDENTITY_CODE",
70-
IPAddress = "IP_ADDRESS",
71-
IbanCode = "IBAN_CODE",
72-
InAadhaar = "IN_AADHAAR",
73-
InPan = "IN_PAN",
74-
InPassport = "IN_PASSPORT",
75-
InVehicleRegistration = "IN_VEHICLE_REGISTRATION",
76-
InVoter = "IN_VOTER",
77-
ItDriverLicense = "IT_DRIVER_LICENSE",
78-
ItFiscalCode = "IT_FISCAL_CODE",
79-
ItIdentityCard = "IT_IDENTITY_CARD",
80-
ItPassport = "IT_PASSPORT",
81-
ItVatCode = "IT_VAT_CODE",
82-
Location = "LOCATION",
83-
MedicalLicense = "MEDICAL_LICENSE",
84-
Nrp = "NRP",
85-
Person = "PERSON",
86-
PhoneNumber = "PHONE_NUMBER",
87-
PlPesel = "PL_PESEL",
88-
SgNricFin = "SG_NRIC_FIN",
89-
SgUen = "SG_UEN",
90-
URL = "URL",
91-
UkNhs = "UK_NHS",
92-
UsBankNumber = "US_BANK_NUMBER",
93-
UsDriverLicense = "US_DRIVER_LICENSE",
94-
UsItin = "US_ITIN",
95-
UsPassport = "US_PASSPORT",
96-
UsSsn = "US_SSN",
97-
}
98-
9947
/**
10048
* Language supported by this recognizer
10149
*

openmetadata-ui/src/main/resources/ui/src/generated/type/patternRecognizer.ts

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export interface PatternRecognizer {
2323
*/
2424
patterns: Pattern[];
2525
regexFlags: RegexFlags;
26-
/**
27-
* The entity type this recognizer detects
28-
*/
29-
supportedEntity: PIIEntity;
3026
/**
3127
* Language supported by this recognizer
3228
*/
@@ -70,54 +66,6 @@ export interface RegexFlags {
7066
multiline?: boolean;
7167
}
7268

73-
/**
74-
* The entity type this recognizer detects
75-
*
76-
* Enum of PII (Personally Identifiable Information) tags for classification and detection
77-
* of sensitive data. Based on Presidio supported entities
78-
* (https://microsoft.github.io/presidio/supported_entities/).
79-
*/
80-
export enum PIIEntity {
81-
AuAbn = "AU_ABN",
82-
AuAcn = "AU_ACN",
83-
AuMedicare = "AU_MEDICARE",
84-
AuTfn = "AU_TFN",
85-
CreditCard = "CREDIT_CARD",
86-
Crypto = "CRYPTO",
87-
DateTime = "DATE_TIME",
88-
EmailAddress = "EMAIL_ADDRESS",
89-
EsNie = "ES_NIE",
90-
EsNif = "ES_NIF",
91-
FiPersonalIdentityCode = "FI_PERSONAL_IDENTITY_CODE",
92-
IPAddress = "IP_ADDRESS",
93-
IbanCode = "IBAN_CODE",
94-
InAadhaar = "IN_AADHAAR",
95-
InPan = "IN_PAN",
96-
InPassport = "IN_PASSPORT",
97-
InVehicleRegistration = "IN_VEHICLE_REGISTRATION",
98-
InVoter = "IN_VOTER",
99-
ItDriverLicense = "IT_DRIVER_LICENSE",
100-
ItFiscalCode = "IT_FISCAL_CODE",
101-
ItIdentityCard = "IT_IDENTITY_CARD",
102-
ItPassport = "IT_PASSPORT",
103-
ItVatCode = "IT_VAT_CODE",
104-
Location = "LOCATION",
105-
MedicalLicense = "MEDICAL_LICENSE",
106-
Nrp = "NRP",
107-
Person = "PERSON",
108-
PhoneNumber = "PHONE_NUMBER",
109-
PlPesel = "PL_PESEL",
110-
SgNricFin = "SG_NRIC_FIN",
111-
SgUen = "SG_UEN",
112-
URL = "URL",
113-
UkNhs = "UK_NHS",
114-
UsBankNumber = "US_BANK_NUMBER",
115-
UsDriverLicense = "US_DRIVER_LICENSE",
116-
UsItin = "US_ITIN",
117-
UsPassport = "US_PASSPORT",
118-
UsSsn = "US_SSN",
119-
}
120-
12169
/**
12270
* Language supported by this recognizer
12371
*

openmetadata-ui/src/main/resources/ui/src/generated/type/recognizer.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ export interface RecognizerConfig {
165165
*/
166166
patterns?: Pattern[];
167167
regexFlags?: RegexFlags;
168-
/**
169-
* The entity type this recognizer detects
170-
*/
171-
supportedEntity?: PIIEntity;
172168
/**
173169
* Language supported by this recognizer
174170
*/
@@ -298,8 +294,6 @@ export interface RegexFlags {
298294
}
299295

300296
/**
301-
* The entity type this recognizer detects
302-
*
303297
* Enum of PII (Personally Identifiable Information) tags for classification and detection
304298
* of sensitive data. Based on Presidio supported entities
305299
* (https://microsoft.github.io/presidio/supported_entities/).

0 commit comments

Comments
 (0)