@azure/ai-text-analytics 6.0.0-alpha.20220518.3 → 6.0.0-beta.1
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/MIGRATION_v5_v6.md +373 -0
- package/dist/index.js +183 -183
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/models/index.js +183 -183
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/index.js +1 -1
- package/dist-esm/src/index.js.map +1 -1
- package/package.json +12 -11
- package/types/ai-text-analytics.d.ts +24 -24
|
@@ -99,191 +99,191 @@ export var KnownStringIndexType;
|
|
|
99
99
|
/** Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. */
|
|
100
100
|
KnownStringIndexType["Utf16CodeUnit"] = "Utf16CodeUnit";
|
|
101
101
|
})(KnownStringIndexType || (KnownStringIndexType = {}));
|
|
102
|
-
/** Known values of {@link
|
|
103
|
-
export var
|
|
104
|
-
(function (
|
|
102
|
+
/** Known values of {@link PiiEntityDomain} that the service accepts. */
|
|
103
|
+
export var KnownPiiEntityDomain;
|
|
104
|
+
(function (KnownPiiEntityDomain) {
|
|
105
105
|
/** Indicates that entities in the Personal Health Information domain should be redacted. */
|
|
106
|
-
|
|
106
|
+
KnownPiiEntityDomain["Phi"] = "phi";
|
|
107
107
|
/** Indicates that no domain is specified. */
|
|
108
|
-
|
|
109
|
-
})(
|
|
110
|
-
/** Known values of {@link
|
|
111
|
-
export var
|
|
112
|
-
(function (
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
})(
|
|
108
|
+
KnownPiiEntityDomain["None"] = "none";
|
|
109
|
+
})(KnownPiiEntityDomain || (KnownPiiEntityDomain = {}));
|
|
110
|
+
/** Known values of {@link PiiEntityCategory} that the service accepts. */
|
|
111
|
+
export var KnownPiiEntityCategory;
|
|
112
|
+
(function (KnownPiiEntityCategory) {
|
|
113
|
+
KnownPiiEntityCategory["ABARoutingNumber"] = "ABARoutingNumber";
|
|
114
|
+
KnownPiiEntityCategory["ARNationalIdentityNumber"] = "ARNationalIdentityNumber";
|
|
115
|
+
KnownPiiEntityCategory["AUBankAccountNumber"] = "AUBankAccountNumber";
|
|
116
|
+
KnownPiiEntityCategory["AUDriversLicenseNumber"] = "AUDriversLicenseNumber";
|
|
117
|
+
KnownPiiEntityCategory["AUMedicalAccountNumber"] = "AUMedicalAccountNumber";
|
|
118
|
+
KnownPiiEntityCategory["AUPassportNumber"] = "AUPassportNumber";
|
|
119
|
+
KnownPiiEntityCategory["AUTaxFileNumber"] = "AUTaxFileNumber";
|
|
120
|
+
KnownPiiEntityCategory["AUBusinessNumber"] = "AUBusinessNumber";
|
|
121
|
+
KnownPiiEntityCategory["AUCompanyNumber"] = "AUCompanyNumber";
|
|
122
|
+
KnownPiiEntityCategory["ATIdentityCard"] = "ATIdentityCard";
|
|
123
|
+
KnownPiiEntityCategory["ATTaxIdentificationNumber"] = "ATTaxIdentificationNumber";
|
|
124
|
+
KnownPiiEntityCategory["ATValueAddedTaxNumber"] = "ATValueAddedTaxNumber";
|
|
125
|
+
KnownPiiEntityCategory["AzureDocumentDBAuthKey"] = "AzureDocumentDBAuthKey";
|
|
126
|
+
KnownPiiEntityCategory["AzureIaasDatabaseConnectionAndSQLString"] = "AzureIAASDatabaseConnectionAndSQLString";
|
|
127
|
+
KnownPiiEntityCategory["AzureIoTConnectionString"] = "AzureIoTConnectionString";
|
|
128
|
+
KnownPiiEntityCategory["AzurePublishSettingPassword"] = "AzurePublishSettingPassword";
|
|
129
|
+
KnownPiiEntityCategory["AzureRedisCacheString"] = "AzureRedisCacheString";
|
|
130
|
+
KnownPiiEntityCategory["AzureSAS"] = "AzureSAS";
|
|
131
|
+
KnownPiiEntityCategory["AzureServiceBusString"] = "AzureServiceBusString";
|
|
132
|
+
KnownPiiEntityCategory["AzureStorageAccountKey"] = "AzureStorageAccountKey";
|
|
133
|
+
KnownPiiEntityCategory["AzureStorageAccountGeneric"] = "AzureStorageAccountGeneric";
|
|
134
|
+
KnownPiiEntityCategory["BENationalNumber"] = "BENationalNumber";
|
|
135
|
+
KnownPiiEntityCategory["BENationalNumberV2"] = "BENationalNumberV2";
|
|
136
|
+
KnownPiiEntityCategory["BEValueAddedTaxNumber"] = "BEValueAddedTaxNumber";
|
|
137
|
+
KnownPiiEntityCategory["BrcpfNumber"] = "BRCPFNumber";
|
|
138
|
+
KnownPiiEntityCategory["BRLegalEntityNumber"] = "BRLegalEntityNumber";
|
|
139
|
+
KnownPiiEntityCategory["BRNationalIdrg"] = "BRNationalIDRG";
|
|
140
|
+
KnownPiiEntityCategory["BGUniformCivilNumber"] = "BGUniformCivilNumber";
|
|
141
|
+
KnownPiiEntityCategory["CABankAccountNumber"] = "CABankAccountNumber";
|
|
142
|
+
KnownPiiEntityCategory["CADriversLicenseNumber"] = "CADriversLicenseNumber";
|
|
143
|
+
KnownPiiEntityCategory["CAHealthServiceNumber"] = "CAHealthServiceNumber";
|
|
144
|
+
KnownPiiEntityCategory["CAPassportNumber"] = "CAPassportNumber";
|
|
145
|
+
KnownPiiEntityCategory["CAPersonalHealthIdentification"] = "CAPersonalHealthIdentification";
|
|
146
|
+
KnownPiiEntityCategory["CASocialInsuranceNumber"] = "CASocialInsuranceNumber";
|
|
147
|
+
KnownPiiEntityCategory["CLIdentityCardNumber"] = "CLIdentityCardNumber";
|
|
148
|
+
KnownPiiEntityCategory["CNResidentIdentityCardNumber"] = "CNResidentIdentityCardNumber";
|
|
149
|
+
KnownPiiEntityCategory["CreditCardNumber"] = "CreditCardNumber";
|
|
150
|
+
KnownPiiEntityCategory["HRIdentityCardNumber"] = "HRIdentityCardNumber";
|
|
151
|
+
KnownPiiEntityCategory["HRNationalIDNumber"] = "HRNationalIDNumber";
|
|
152
|
+
KnownPiiEntityCategory["HRPersonalIdentificationNumber"] = "HRPersonalIdentificationNumber";
|
|
153
|
+
KnownPiiEntityCategory["HRPersonalIdentificationOIBNumberV2"] = "HRPersonalIdentificationOIBNumberV2";
|
|
154
|
+
KnownPiiEntityCategory["CYIdentityCard"] = "CYIdentityCard";
|
|
155
|
+
KnownPiiEntityCategory["CYTaxIdentificationNumber"] = "CYTaxIdentificationNumber";
|
|
156
|
+
KnownPiiEntityCategory["CZPersonalIdentityNumber"] = "CZPersonalIdentityNumber";
|
|
157
|
+
KnownPiiEntityCategory["CZPersonalIdentityV2"] = "CZPersonalIdentityV2";
|
|
158
|
+
KnownPiiEntityCategory["DKPersonalIdentificationNumber"] = "DKPersonalIdentificationNumber";
|
|
159
|
+
KnownPiiEntityCategory["DKPersonalIdentificationV2"] = "DKPersonalIdentificationV2";
|
|
160
|
+
KnownPiiEntityCategory["DrugEnforcementAgencyNumber"] = "DrugEnforcementAgencyNumber";
|
|
161
|
+
KnownPiiEntityCategory["EEPersonalIdentificationCode"] = "EEPersonalIdentificationCode";
|
|
162
|
+
KnownPiiEntityCategory["EUDebitCardNumber"] = "EUDebitCardNumber";
|
|
163
|
+
KnownPiiEntityCategory["EUDriversLicenseNumber"] = "EUDriversLicenseNumber";
|
|
164
|
+
KnownPiiEntityCategory["EugpsCoordinates"] = "EUGPSCoordinates";
|
|
165
|
+
KnownPiiEntityCategory["EUNationalIdentificationNumber"] = "EUNationalIdentificationNumber";
|
|
166
|
+
KnownPiiEntityCategory["EUPassportNumber"] = "EUPassportNumber";
|
|
167
|
+
KnownPiiEntityCategory["EUSocialSecurityNumber"] = "EUSocialSecurityNumber";
|
|
168
|
+
KnownPiiEntityCategory["EUTaxIdentificationNumber"] = "EUTaxIdentificationNumber";
|
|
169
|
+
KnownPiiEntityCategory["FIEuropeanHealthNumber"] = "FIEuropeanHealthNumber";
|
|
170
|
+
KnownPiiEntityCategory["FINationalID"] = "FINationalID";
|
|
171
|
+
KnownPiiEntityCategory["FINationalIDV2"] = "FINationalIDV2";
|
|
172
|
+
KnownPiiEntityCategory["FIPassportNumber"] = "FIPassportNumber";
|
|
173
|
+
KnownPiiEntityCategory["FRDriversLicenseNumber"] = "FRDriversLicenseNumber";
|
|
174
|
+
KnownPiiEntityCategory["FRHealthInsuranceNumber"] = "FRHealthInsuranceNumber";
|
|
175
|
+
KnownPiiEntityCategory["FRNationalID"] = "FRNationalID";
|
|
176
|
+
KnownPiiEntityCategory["FRPassportNumber"] = "FRPassportNumber";
|
|
177
|
+
KnownPiiEntityCategory["FRSocialSecurityNumber"] = "FRSocialSecurityNumber";
|
|
178
|
+
KnownPiiEntityCategory["FRTaxIdentificationNumber"] = "FRTaxIdentificationNumber";
|
|
179
|
+
KnownPiiEntityCategory["FRValueAddedTaxNumber"] = "FRValueAddedTaxNumber";
|
|
180
|
+
KnownPiiEntityCategory["DEDriversLicenseNumber"] = "DEDriversLicenseNumber";
|
|
181
|
+
KnownPiiEntityCategory["DEPassportNumber"] = "DEPassportNumber";
|
|
182
|
+
KnownPiiEntityCategory["DEIdentityCardNumber"] = "DEIdentityCardNumber";
|
|
183
|
+
KnownPiiEntityCategory["DETaxIdentificationNumber"] = "DETaxIdentificationNumber";
|
|
184
|
+
KnownPiiEntityCategory["DEValueAddedNumber"] = "DEValueAddedNumber";
|
|
185
|
+
KnownPiiEntityCategory["GRNationalIDCard"] = "GRNationalIDCard";
|
|
186
|
+
KnownPiiEntityCategory["GRNationalIDV2"] = "GRNationalIDV2";
|
|
187
|
+
KnownPiiEntityCategory["GRTaxIdentificationNumber"] = "GRTaxIdentificationNumber";
|
|
188
|
+
KnownPiiEntityCategory["HKIdentityCardNumber"] = "HKIdentityCardNumber";
|
|
189
|
+
KnownPiiEntityCategory["HUValueAddedNumber"] = "HUValueAddedNumber";
|
|
190
|
+
KnownPiiEntityCategory["HUPersonalIdentificationNumber"] = "HUPersonalIdentificationNumber";
|
|
191
|
+
KnownPiiEntityCategory["HUTaxIdentificationNumber"] = "HUTaxIdentificationNumber";
|
|
192
|
+
KnownPiiEntityCategory["INPermanentAccount"] = "INPermanentAccount";
|
|
193
|
+
KnownPiiEntityCategory["INUniqueIdentificationNumber"] = "INUniqueIdentificationNumber";
|
|
194
|
+
KnownPiiEntityCategory["IDIdentityCardNumber"] = "IDIdentityCardNumber";
|
|
195
|
+
KnownPiiEntityCategory["InternationalBankingAccountNumber"] = "InternationalBankingAccountNumber";
|
|
196
|
+
KnownPiiEntityCategory["IEPersonalPublicServiceNumber"] = "IEPersonalPublicServiceNumber";
|
|
197
|
+
KnownPiiEntityCategory["IEPersonalPublicServiceNumberV2"] = "IEPersonalPublicServiceNumberV2";
|
|
198
|
+
KnownPiiEntityCategory["ILBankAccountNumber"] = "ILBankAccountNumber";
|
|
199
|
+
KnownPiiEntityCategory["ILNationalID"] = "ILNationalID";
|
|
200
|
+
KnownPiiEntityCategory["ITDriversLicenseNumber"] = "ITDriversLicenseNumber";
|
|
201
|
+
KnownPiiEntityCategory["ITFiscalCode"] = "ITFiscalCode";
|
|
202
|
+
KnownPiiEntityCategory["ITValueAddedTaxNumber"] = "ITValueAddedTaxNumber";
|
|
203
|
+
KnownPiiEntityCategory["JPBankAccountNumber"] = "JPBankAccountNumber";
|
|
204
|
+
KnownPiiEntityCategory["JPDriversLicenseNumber"] = "JPDriversLicenseNumber";
|
|
205
|
+
KnownPiiEntityCategory["JPPassportNumber"] = "JPPassportNumber";
|
|
206
|
+
KnownPiiEntityCategory["JPResidentRegistrationNumber"] = "JPResidentRegistrationNumber";
|
|
207
|
+
KnownPiiEntityCategory["JPSocialInsuranceNumber"] = "JPSocialInsuranceNumber";
|
|
208
|
+
KnownPiiEntityCategory["JPMyNumberCorporate"] = "JPMyNumberCorporate";
|
|
209
|
+
KnownPiiEntityCategory["JPMyNumberPersonal"] = "JPMyNumberPersonal";
|
|
210
|
+
KnownPiiEntityCategory["JPResidenceCardNumber"] = "JPResidenceCardNumber";
|
|
211
|
+
KnownPiiEntityCategory["LVPersonalCode"] = "LVPersonalCode";
|
|
212
|
+
KnownPiiEntityCategory["LTPersonalCode"] = "LTPersonalCode";
|
|
213
|
+
KnownPiiEntityCategory["LUNationalIdentificationNumberNatural"] = "LUNationalIdentificationNumberNatural";
|
|
214
|
+
KnownPiiEntityCategory["LUNationalIdentificationNumberNonNatural"] = "LUNationalIdentificationNumberNonNatural";
|
|
215
|
+
KnownPiiEntityCategory["MYIdentityCardNumber"] = "MYIdentityCardNumber";
|
|
216
|
+
KnownPiiEntityCategory["MTIdentityCardNumber"] = "MTIdentityCardNumber";
|
|
217
|
+
KnownPiiEntityCategory["MTTaxIDNumber"] = "MTTaxIDNumber";
|
|
218
|
+
KnownPiiEntityCategory["NLCitizensServiceNumber"] = "NLCitizensServiceNumber";
|
|
219
|
+
KnownPiiEntityCategory["NLCitizensServiceNumberV2"] = "NLCitizensServiceNumberV2";
|
|
220
|
+
KnownPiiEntityCategory["NLTaxIdentificationNumber"] = "NLTaxIdentificationNumber";
|
|
221
|
+
KnownPiiEntityCategory["NLValueAddedTaxNumber"] = "NLValueAddedTaxNumber";
|
|
222
|
+
KnownPiiEntityCategory["NZBankAccountNumber"] = "NZBankAccountNumber";
|
|
223
|
+
KnownPiiEntityCategory["NZDriversLicenseNumber"] = "NZDriversLicenseNumber";
|
|
224
|
+
KnownPiiEntityCategory["NZInlandRevenueNumber"] = "NZInlandRevenueNumber";
|
|
225
|
+
KnownPiiEntityCategory["NZMinistryOfHealthNumber"] = "NZMinistryOfHealthNumber";
|
|
226
|
+
KnownPiiEntityCategory["NZSocialWelfareNumber"] = "NZSocialWelfareNumber";
|
|
227
|
+
KnownPiiEntityCategory["NOIdentityNumber"] = "NOIdentityNumber";
|
|
228
|
+
KnownPiiEntityCategory["PHUnifiedMultiPurposeIDNumber"] = "PHUnifiedMultiPurposeIDNumber";
|
|
229
|
+
KnownPiiEntityCategory["PLIdentityCard"] = "PLIdentityCard";
|
|
230
|
+
KnownPiiEntityCategory["PLNationalID"] = "PLNationalID";
|
|
231
|
+
KnownPiiEntityCategory["PLNationalIDV2"] = "PLNationalIDV2";
|
|
232
|
+
KnownPiiEntityCategory["PLPassportNumber"] = "PLPassportNumber";
|
|
233
|
+
KnownPiiEntityCategory["PLTaxIdentificationNumber"] = "PLTaxIdentificationNumber";
|
|
234
|
+
KnownPiiEntityCategory["PlregonNumber"] = "PLREGONNumber";
|
|
235
|
+
KnownPiiEntityCategory["PTCitizenCardNumber"] = "PTCitizenCardNumber";
|
|
236
|
+
KnownPiiEntityCategory["PTCitizenCardNumberV2"] = "PTCitizenCardNumberV2";
|
|
237
|
+
KnownPiiEntityCategory["PTTaxIdentificationNumber"] = "PTTaxIdentificationNumber";
|
|
238
|
+
KnownPiiEntityCategory["ROPersonalNumericalCode"] = "ROPersonalNumericalCode";
|
|
239
|
+
KnownPiiEntityCategory["RUPassportNumberDomestic"] = "RUPassportNumberDomestic";
|
|
240
|
+
KnownPiiEntityCategory["RUPassportNumberInternational"] = "RUPassportNumberInternational";
|
|
241
|
+
KnownPiiEntityCategory["SANationalID"] = "SANationalID";
|
|
242
|
+
KnownPiiEntityCategory["SGNationalRegistrationIdentityCardNumber"] = "SGNationalRegistrationIdentityCardNumber";
|
|
243
|
+
KnownPiiEntityCategory["SKPersonalNumber"] = "SKPersonalNumber";
|
|
244
|
+
KnownPiiEntityCategory["SITaxIdentificationNumber"] = "SITaxIdentificationNumber";
|
|
245
|
+
KnownPiiEntityCategory["SIUniqueMasterCitizenNumber"] = "SIUniqueMasterCitizenNumber";
|
|
246
|
+
KnownPiiEntityCategory["ZAIdentificationNumber"] = "ZAIdentificationNumber";
|
|
247
|
+
KnownPiiEntityCategory["KRResidentRegistrationNumber"] = "KRResidentRegistrationNumber";
|
|
248
|
+
KnownPiiEntityCategory["Esdni"] = "ESDNI";
|
|
249
|
+
KnownPiiEntityCategory["ESSocialSecurityNumber"] = "ESSocialSecurityNumber";
|
|
250
|
+
KnownPiiEntityCategory["ESTaxIdentificationNumber"] = "ESTaxIdentificationNumber";
|
|
251
|
+
KnownPiiEntityCategory["SQLServerConnectionString"] = "SQLServerConnectionString";
|
|
252
|
+
KnownPiiEntityCategory["SENationalID"] = "SENationalID";
|
|
253
|
+
KnownPiiEntityCategory["SENationalIDV2"] = "SENationalIDV2";
|
|
254
|
+
KnownPiiEntityCategory["SEPassportNumber"] = "SEPassportNumber";
|
|
255
|
+
KnownPiiEntityCategory["SETaxIdentificationNumber"] = "SETaxIdentificationNumber";
|
|
256
|
+
KnownPiiEntityCategory["SwiftCode"] = "SWIFTCode";
|
|
257
|
+
KnownPiiEntityCategory["CHSocialSecurityNumber"] = "CHSocialSecurityNumber";
|
|
258
|
+
KnownPiiEntityCategory["TWNationalID"] = "TWNationalID";
|
|
259
|
+
KnownPiiEntityCategory["TWPassportNumber"] = "TWPassportNumber";
|
|
260
|
+
KnownPiiEntityCategory["TWResidentCertificate"] = "TWResidentCertificate";
|
|
261
|
+
KnownPiiEntityCategory["THPopulationIdentificationCode"] = "THPopulationIdentificationCode";
|
|
262
|
+
KnownPiiEntityCategory["TRNationalIdentificationNumber"] = "TRNationalIdentificationNumber";
|
|
263
|
+
KnownPiiEntityCategory["UKDriversLicenseNumber"] = "UKDriversLicenseNumber";
|
|
264
|
+
KnownPiiEntityCategory["UKElectoralRollNumber"] = "UKElectoralRollNumber";
|
|
265
|
+
KnownPiiEntityCategory["UKNationalHealthNumber"] = "UKNationalHealthNumber";
|
|
266
|
+
KnownPiiEntityCategory["UKNationalInsuranceNumber"] = "UKNationalInsuranceNumber";
|
|
267
|
+
KnownPiiEntityCategory["UKUniqueTaxpayerNumber"] = "UKUniqueTaxpayerNumber";
|
|
268
|
+
KnownPiiEntityCategory["UsukPassportNumber"] = "USUKPassportNumber";
|
|
269
|
+
KnownPiiEntityCategory["USBankAccountNumber"] = "USBankAccountNumber";
|
|
270
|
+
KnownPiiEntityCategory["USDriversLicenseNumber"] = "USDriversLicenseNumber";
|
|
271
|
+
KnownPiiEntityCategory["USIndividualTaxpayerIdentification"] = "USIndividualTaxpayerIdentification";
|
|
272
|
+
KnownPiiEntityCategory["USSocialSecurityNumber"] = "USSocialSecurityNumber";
|
|
273
|
+
KnownPiiEntityCategory["UAPassportNumberDomestic"] = "UAPassportNumberDomestic";
|
|
274
|
+
KnownPiiEntityCategory["UAPassportNumberInternational"] = "UAPassportNumberInternational";
|
|
275
|
+
KnownPiiEntityCategory["Organization"] = "Organization";
|
|
276
|
+
KnownPiiEntityCategory["Email"] = "Email";
|
|
277
|
+
KnownPiiEntityCategory["URL"] = "URL";
|
|
278
|
+
KnownPiiEntityCategory["Age"] = "Age";
|
|
279
|
+
KnownPiiEntityCategory["PhoneNumber"] = "PhoneNumber";
|
|
280
|
+
KnownPiiEntityCategory["IPAddress"] = "IPAddress";
|
|
281
|
+
KnownPiiEntityCategory["Date"] = "Date";
|
|
282
|
+
KnownPiiEntityCategory["Person"] = "Person";
|
|
283
|
+
KnownPiiEntityCategory["Address"] = "Address";
|
|
284
|
+
KnownPiiEntityCategory["All"] = "All";
|
|
285
|
+
KnownPiiEntityCategory["Default"] = "Default";
|
|
286
|
+
})(KnownPiiEntityCategory || (KnownPiiEntityCategory = {}));
|
|
287
287
|
/** Known values of {@link WarningCode} that the service accepts. */
|
|
288
288
|
export var KnownWarningCode;
|
|
289
289
|
(function (KnownWarningCode) {
|