@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
package/dist/index.js
CHANGED
|
@@ -4191,191 +4191,191 @@ exports.KnownStringIndexType = void 0;
|
|
|
4191
4191
|
/** 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. */
|
|
4192
4192
|
KnownStringIndexType["Utf16CodeUnit"] = "Utf16CodeUnit";
|
|
4193
4193
|
})(exports.KnownStringIndexType || (exports.KnownStringIndexType = {}));
|
|
4194
|
-
/** Known values of {@link
|
|
4195
|
-
exports.
|
|
4196
|
-
(function (
|
|
4194
|
+
/** Known values of {@link PiiEntityDomain} that the service accepts. */
|
|
4195
|
+
exports.KnownPiiEntityDomain = void 0;
|
|
4196
|
+
(function (KnownPiiEntityDomain) {
|
|
4197
4197
|
/** Indicates that entities in the Personal Health Information domain should be redacted. */
|
|
4198
|
-
|
|
4198
|
+
KnownPiiEntityDomain["Phi"] = "phi";
|
|
4199
4199
|
/** Indicates that no domain is specified. */
|
|
4200
|
-
|
|
4201
|
-
})(exports.
|
|
4202
|
-
/** Known values of {@link
|
|
4203
|
-
exports.
|
|
4204
|
-
(function (
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
})(exports.
|
|
4200
|
+
KnownPiiEntityDomain["None"] = "none";
|
|
4201
|
+
})(exports.KnownPiiEntityDomain || (exports.KnownPiiEntityDomain = {}));
|
|
4202
|
+
/** Known values of {@link PiiEntityCategory} that the service accepts. */
|
|
4203
|
+
exports.KnownPiiEntityCategory = void 0;
|
|
4204
|
+
(function (KnownPiiEntityCategory) {
|
|
4205
|
+
KnownPiiEntityCategory["ABARoutingNumber"] = "ABARoutingNumber";
|
|
4206
|
+
KnownPiiEntityCategory["ARNationalIdentityNumber"] = "ARNationalIdentityNumber";
|
|
4207
|
+
KnownPiiEntityCategory["AUBankAccountNumber"] = "AUBankAccountNumber";
|
|
4208
|
+
KnownPiiEntityCategory["AUDriversLicenseNumber"] = "AUDriversLicenseNumber";
|
|
4209
|
+
KnownPiiEntityCategory["AUMedicalAccountNumber"] = "AUMedicalAccountNumber";
|
|
4210
|
+
KnownPiiEntityCategory["AUPassportNumber"] = "AUPassportNumber";
|
|
4211
|
+
KnownPiiEntityCategory["AUTaxFileNumber"] = "AUTaxFileNumber";
|
|
4212
|
+
KnownPiiEntityCategory["AUBusinessNumber"] = "AUBusinessNumber";
|
|
4213
|
+
KnownPiiEntityCategory["AUCompanyNumber"] = "AUCompanyNumber";
|
|
4214
|
+
KnownPiiEntityCategory["ATIdentityCard"] = "ATIdentityCard";
|
|
4215
|
+
KnownPiiEntityCategory["ATTaxIdentificationNumber"] = "ATTaxIdentificationNumber";
|
|
4216
|
+
KnownPiiEntityCategory["ATValueAddedTaxNumber"] = "ATValueAddedTaxNumber";
|
|
4217
|
+
KnownPiiEntityCategory["AzureDocumentDBAuthKey"] = "AzureDocumentDBAuthKey";
|
|
4218
|
+
KnownPiiEntityCategory["AzureIaasDatabaseConnectionAndSQLString"] = "AzureIAASDatabaseConnectionAndSQLString";
|
|
4219
|
+
KnownPiiEntityCategory["AzureIoTConnectionString"] = "AzureIoTConnectionString";
|
|
4220
|
+
KnownPiiEntityCategory["AzurePublishSettingPassword"] = "AzurePublishSettingPassword";
|
|
4221
|
+
KnownPiiEntityCategory["AzureRedisCacheString"] = "AzureRedisCacheString";
|
|
4222
|
+
KnownPiiEntityCategory["AzureSAS"] = "AzureSAS";
|
|
4223
|
+
KnownPiiEntityCategory["AzureServiceBusString"] = "AzureServiceBusString";
|
|
4224
|
+
KnownPiiEntityCategory["AzureStorageAccountKey"] = "AzureStorageAccountKey";
|
|
4225
|
+
KnownPiiEntityCategory["AzureStorageAccountGeneric"] = "AzureStorageAccountGeneric";
|
|
4226
|
+
KnownPiiEntityCategory["BENationalNumber"] = "BENationalNumber";
|
|
4227
|
+
KnownPiiEntityCategory["BENationalNumberV2"] = "BENationalNumberV2";
|
|
4228
|
+
KnownPiiEntityCategory["BEValueAddedTaxNumber"] = "BEValueAddedTaxNumber";
|
|
4229
|
+
KnownPiiEntityCategory["BrcpfNumber"] = "BRCPFNumber";
|
|
4230
|
+
KnownPiiEntityCategory["BRLegalEntityNumber"] = "BRLegalEntityNumber";
|
|
4231
|
+
KnownPiiEntityCategory["BRNationalIdrg"] = "BRNationalIDRG";
|
|
4232
|
+
KnownPiiEntityCategory["BGUniformCivilNumber"] = "BGUniformCivilNumber";
|
|
4233
|
+
KnownPiiEntityCategory["CABankAccountNumber"] = "CABankAccountNumber";
|
|
4234
|
+
KnownPiiEntityCategory["CADriversLicenseNumber"] = "CADriversLicenseNumber";
|
|
4235
|
+
KnownPiiEntityCategory["CAHealthServiceNumber"] = "CAHealthServiceNumber";
|
|
4236
|
+
KnownPiiEntityCategory["CAPassportNumber"] = "CAPassportNumber";
|
|
4237
|
+
KnownPiiEntityCategory["CAPersonalHealthIdentification"] = "CAPersonalHealthIdentification";
|
|
4238
|
+
KnownPiiEntityCategory["CASocialInsuranceNumber"] = "CASocialInsuranceNumber";
|
|
4239
|
+
KnownPiiEntityCategory["CLIdentityCardNumber"] = "CLIdentityCardNumber";
|
|
4240
|
+
KnownPiiEntityCategory["CNResidentIdentityCardNumber"] = "CNResidentIdentityCardNumber";
|
|
4241
|
+
KnownPiiEntityCategory["CreditCardNumber"] = "CreditCardNumber";
|
|
4242
|
+
KnownPiiEntityCategory["HRIdentityCardNumber"] = "HRIdentityCardNumber";
|
|
4243
|
+
KnownPiiEntityCategory["HRNationalIDNumber"] = "HRNationalIDNumber";
|
|
4244
|
+
KnownPiiEntityCategory["HRPersonalIdentificationNumber"] = "HRPersonalIdentificationNumber";
|
|
4245
|
+
KnownPiiEntityCategory["HRPersonalIdentificationOIBNumberV2"] = "HRPersonalIdentificationOIBNumberV2";
|
|
4246
|
+
KnownPiiEntityCategory["CYIdentityCard"] = "CYIdentityCard";
|
|
4247
|
+
KnownPiiEntityCategory["CYTaxIdentificationNumber"] = "CYTaxIdentificationNumber";
|
|
4248
|
+
KnownPiiEntityCategory["CZPersonalIdentityNumber"] = "CZPersonalIdentityNumber";
|
|
4249
|
+
KnownPiiEntityCategory["CZPersonalIdentityV2"] = "CZPersonalIdentityV2";
|
|
4250
|
+
KnownPiiEntityCategory["DKPersonalIdentificationNumber"] = "DKPersonalIdentificationNumber";
|
|
4251
|
+
KnownPiiEntityCategory["DKPersonalIdentificationV2"] = "DKPersonalIdentificationV2";
|
|
4252
|
+
KnownPiiEntityCategory["DrugEnforcementAgencyNumber"] = "DrugEnforcementAgencyNumber";
|
|
4253
|
+
KnownPiiEntityCategory["EEPersonalIdentificationCode"] = "EEPersonalIdentificationCode";
|
|
4254
|
+
KnownPiiEntityCategory["EUDebitCardNumber"] = "EUDebitCardNumber";
|
|
4255
|
+
KnownPiiEntityCategory["EUDriversLicenseNumber"] = "EUDriversLicenseNumber";
|
|
4256
|
+
KnownPiiEntityCategory["EugpsCoordinates"] = "EUGPSCoordinates";
|
|
4257
|
+
KnownPiiEntityCategory["EUNationalIdentificationNumber"] = "EUNationalIdentificationNumber";
|
|
4258
|
+
KnownPiiEntityCategory["EUPassportNumber"] = "EUPassportNumber";
|
|
4259
|
+
KnownPiiEntityCategory["EUSocialSecurityNumber"] = "EUSocialSecurityNumber";
|
|
4260
|
+
KnownPiiEntityCategory["EUTaxIdentificationNumber"] = "EUTaxIdentificationNumber";
|
|
4261
|
+
KnownPiiEntityCategory["FIEuropeanHealthNumber"] = "FIEuropeanHealthNumber";
|
|
4262
|
+
KnownPiiEntityCategory["FINationalID"] = "FINationalID";
|
|
4263
|
+
KnownPiiEntityCategory["FINationalIDV2"] = "FINationalIDV2";
|
|
4264
|
+
KnownPiiEntityCategory["FIPassportNumber"] = "FIPassportNumber";
|
|
4265
|
+
KnownPiiEntityCategory["FRDriversLicenseNumber"] = "FRDriversLicenseNumber";
|
|
4266
|
+
KnownPiiEntityCategory["FRHealthInsuranceNumber"] = "FRHealthInsuranceNumber";
|
|
4267
|
+
KnownPiiEntityCategory["FRNationalID"] = "FRNationalID";
|
|
4268
|
+
KnownPiiEntityCategory["FRPassportNumber"] = "FRPassportNumber";
|
|
4269
|
+
KnownPiiEntityCategory["FRSocialSecurityNumber"] = "FRSocialSecurityNumber";
|
|
4270
|
+
KnownPiiEntityCategory["FRTaxIdentificationNumber"] = "FRTaxIdentificationNumber";
|
|
4271
|
+
KnownPiiEntityCategory["FRValueAddedTaxNumber"] = "FRValueAddedTaxNumber";
|
|
4272
|
+
KnownPiiEntityCategory["DEDriversLicenseNumber"] = "DEDriversLicenseNumber";
|
|
4273
|
+
KnownPiiEntityCategory["DEPassportNumber"] = "DEPassportNumber";
|
|
4274
|
+
KnownPiiEntityCategory["DEIdentityCardNumber"] = "DEIdentityCardNumber";
|
|
4275
|
+
KnownPiiEntityCategory["DETaxIdentificationNumber"] = "DETaxIdentificationNumber";
|
|
4276
|
+
KnownPiiEntityCategory["DEValueAddedNumber"] = "DEValueAddedNumber";
|
|
4277
|
+
KnownPiiEntityCategory["GRNationalIDCard"] = "GRNationalIDCard";
|
|
4278
|
+
KnownPiiEntityCategory["GRNationalIDV2"] = "GRNationalIDV2";
|
|
4279
|
+
KnownPiiEntityCategory["GRTaxIdentificationNumber"] = "GRTaxIdentificationNumber";
|
|
4280
|
+
KnownPiiEntityCategory["HKIdentityCardNumber"] = "HKIdentityCardNumber";
|
|
4281
|
+
KnownPiiEntityCategory["HUValueAddedNumber"] = "HUValueAddedNumber";
|
|
4282
|
+
KnownPiiEntityCategory["HUPersonalIdentificationNumber"] = "HUPersonalIdentificationNumber";
|
|
4283
|
+
KnownPiiEntityCategory["HUTaxIdentificationNumber"] = "HUTaxIdentificationNumber";
|
|
4284
|
+
KnownPiiEntityCategory["INPermanentAccount"] = "INPermanentAccount";
|
|
4285
|
+
KnownPiiEntityCategory["INUniqueIdentificationNumber"] = "INUniqueIdentificationNumber";
|
|
4286
|
+
KnownPiiEntityCategory["IDIdentityCardNumber"] = "IDIdentityCardNumber";
|
|
4287
|
+
KnownPiiEntityCategory["InternationalBankingAccountNumber"] = "InternationalBankingAccountNumber";
|
|
4288
|
+
KnownPiiEntityCategory["IEPersonalPublicServiceNumber"] = "IEPersonalPublicServiceNumber";
|
|
4289
|
+
KnownPiiEntityCategory["IEPersonalPublicServiceNumberV2"] = "IEPersonalPublicServiceNumberV2";
|
|
4290
|
+
KnownPiiEntityCategory["ILBankAccountNumber"] = "ILBankAccountNumber";
|
|
4291
|
+
KnownPiiEntityCategory["ILNationalID"] = "ILNationalID";
|
|
4292
|
+
KnownPiiEntityCategory["ITDriversLicenseNumber"] = "ITDriversLicenseNumber";
|
|
4293
|
+
KnownPiiEntityCategory["ITFiscalCode"] = "ITFiscalCode";
|
|
4294
|
+
KnownPiiEntityCategory["ITValueAddedTaxNumber"] = "ITValueAddedTaxNumber";
|
|
4295
|
+
KnownPiiEntityCategory["JPBankAccountNumber"] = "JPBankAccountNumber";
|
|
4296
|
+
KnownPiiEntityCategory["JPDriversLicenseNumber"] = "JPDriversLicenseNumber";
|
|
4297
|
+
KnownPiiEntityCategory["JPPassportNumber"] = "JPPassportNumber";
|
|
4298
|
+
KnownPiiEntityCategory["JPResidentRegistrationNumber"] = "JPResidentRegistrationNumber";
|
|
4299
|
+
KnownPiiEntityCategory["JPSocialInsuranceNumber"] = "JPSocialInsuranceNumber";
|
|
4300
|
+
KnownPiiEntityCategory["JPMyNumberCorporate"] = "JPMyNumberCorporate";
|
|
4301
|
+
KnownPiiEntityCategory["JPMyNumberPersonal"] = "JPMyNumberPersonal";
|
|
4302
|
+
KnownPiiEntityCategory["JPResidenceCardNumber"] = "JPResidenceCardNumber";
|
|
4303
|
+
KnownPiiEntityCategory["LVPersonalCode"] = "LVPersonalCode";
|
|
4304
|
+
KnownPiiEntityCategory["LTPersonalCode"] = "LTPersonalCode";
|
|
4305
|
+
KnownPiiEntityCategory["LUNationalIdentificationNumberNatural"] = "LUNationalIdentificationNumberNatural";
|
|
4306
|
+
KnownPiiEntityCategory["LUNationalIdentificationNumberNonNatural"] = "LUNationalIdentificationNumberNonNatural";
|
|
4307
|
+
KnownPiiEntityCategory["MYIdentityCardNumber"] = "MYIdentityCardNumber";
|
|
4308
|
+
KnownPiiEntityCategory["MTIdentityCardNumber"] = "MTIdentityCardNumber";
|
|
4309
|
+
KnownPiiEntityCategory["MTTaxIDNumber"] = "MTTaxIDNumber";
|
|
4310
|
+
KnownPiiEntityCategory["NLCitizensServiceNumber"] = "NLCitizensServiceNumber";
|
|
4311
|
+
KnownPiiEntityCategory["NLCitizensServiceNumberV2"] = "NLCitizensServiceNumberV2";
|
|
4312
|
+
KnownPiiEntityCategory["NLTaxIdentificationNumber"] = "NLTaxIdentificationNumber";
|
|
4313
|
+
KnownPiiEntityCategory["NLValueAddedTaxNumber"] = "NLValueAddedTaxNumber";
|
|
4314
|
+
KnownPiiEntityCategory["NZBankAccountNumber"] = "NZBankAccountNumber";
|
|
4315
|
+
KnownPiiEntityCategory["NZDriversLicenseNumber"] = "NZDriversLicenseNumber";
|
|
4316
|
+
KnownPiiEntityCategory["NZInlandRevenueNumber"] = "NZInlandRevenueNumber";
|
|
4317
|
+
KnownPiiEntityCategory["NZMinistryOfHealthNumber"] = "NZMinistryOfHealthNumber";
|
|
4318
|
+
KnownPiiEntityCategory["NZSocialWelfareNumber"] = "NZSocialWelfareNumber";
|
|
4319
|
+
KnownPiiEntityCategory["NOIdentityNumber"] = "NOIdentityNumber";
|
|
4320
|
+
KnownPiiEntityCategory["PHUnifiedMultiPurposeIDNumber"] = "PHUnifiedMultiPurposeIDNumber";
|
|
4321
|
+
KnownPiiEntityCategory["PLIdentityCard"] = "PLIdentityCard";
|
|
4322
|
+
KnownPiiEntityCategory["PLNationalID"] = "PLNationalID";
|
|
4323
|
+
KnownPiiEntityCategory["PLNationalIDV2"] = "PLNationalIDV2";
|
|
4324
|
+
KnownPiiEntityCategory["PLPassportNumber"] = "PLPassportNumber";
|
|
4325
|
+
KnownPiiEntityCategory["PLTaxIdentificationNumber"] = "PLTaxIdentificationNumber";
|
|
4326
|
+
KnownPiiEntityCategory["PlregonNumber"] = "PLREGONNumber";
|
|
4327
|
+
KnownPiiEntityCategory["PTCitizenCardNumber"] = "PTCitizenCardNumber";
|
|
4328
|
+
KnownPiiEntityCategory["PTCitizenCardNumberV2"] = "PTCitizenCardNumberV2";
|
|
4329
|
+
KnownPiiEntityCategory["PTTaxIdentificationNumber"] = "PTTaxIdentificationNumber";
|
|
4330
|
+
KnownPiiEntityCategory["ROPersonalNumericalCode"] = "ROPersonalNumericalCode";
|
|
4331
|
+
KnownPiiEntityCategory["RUPassportNumberDomestic"] = "RUPassportNumberDomestic";
|
|
4332
|
+
KnownPiiEntityCategory["RUPassportNumberInternational"] = "RUPassportNumberInternational";
|
|
4333
|
+
KnownPiiEntityCategory["SANationalID"] = "SANationalID";
|
|
4334
|
+
KnownPiiEntityCategory["SGNationalRegistrationIdentityCardNumber"] = "SGNationalRegistrationIdentityCardNumber";
|
|
4335
|
+
KnownPiiEntityCategory["SKPersonalNumber"] = "SKPersonalNumber";
|
|
4336
|
+
KnownPiiEntityCategory["SITaxIdentificationNumber"] = "SITaxIdentificationNumber";
|
|
4337
|
+
KnownPiiEntityCategory["SIUniqueMasterCitizenNumber"] = "SIUniqueMasterCitizenNumber";
|
|
4338
|
+
KnownPiiEntityCategory["ZAIdentificationNumber"] = "ZAIdentificationNumber";
|
|
4339
|
+
KnownPiiEntityCategory["KRResidentRegistrationNumber"] = "KRResidentRegistrationNumber";
|
|
4340
|
+
KnownPiiEntityCategory["Esdni"] = "ESDNI";
|
|
4341
|
+
KnownPiiEntityCategory["ESSocialSecurityNumber"] = "ESSocialSecurityNumber";
|
|
4342
|
+
KnownPiiEntityCategory["ESTaxIdentificationNumber"] = "ESTaxIdentificationNumber";
|
|
4343
|
+
KnownPiiEntityCategory["SQLServerConnectionString"] = "SQLServerConnectionString";
|
|
4344
|
+
KnownPiiEntityCategory["SENationalID"] = "SENationalID";
|
|
4345
|
+
KnownPiiEntityCategory["SENationalIDV2"] = "SENationalIDV2";
|
|
4346
|
+
KnownPiiEntityCategory["SEPassportNumber"] = "SEPassportNumber";
|
|
4347
|
+
KnownPiiEntityCategory["SETaxIdentificationNumber"] = "SETaxIdentificationNumber";
|
|
4348
|
+
KnownPiiEntityCategory["SwiftCode"] = "SWIFTCode";
|
|
4349
|
+
KnownPiiEntityCategory["CHSocialSecurityNumber"] = "CHSocialSecurityNumber";
|
|
4350
|
+
KnownPiiEntityCategory["TWNationalID"] = "TWNationalID";
|
|
4351
|
+
KnownPiiEntityCategory["TWPassportNumber"] = "TWPassportNumber";
|
|
4352
|
+
KnownPiiEntityCategory["TWResidentCertificate"] = "TWResidentCertificate";
|
|
4353
|
+
KnownPiiEntityCategory["THPopulationIdentificationCode"] = "THPopulationIdentificationCode";
|
|
4354
|
+
KnownPiiEntityCategory["TRNationalIdentificationNumber"] = "TRNationalIdentificationNumber";
|
|
4355
|
+
KnownPiiEntityCategory["UKDriversLicenseNumber"] = "UKDriversLicenseNumber";
|
|
4356
|
+
KnownPiiEntityCategory["UKElectoralRollNumber"] = "UKElectoralRollNumber";
|
|
4357
|
+
KnownPiiEntityCategory["UKNationalHealthNumber"] = "UKNationalHealthNumber";
|
|
4358
|
+
KnownPiiEntityCategory["UKNationalInsuranceNumber"] = "UKNationalInsuranceNumber";
|
|
4359
|
+
KnownPiiEntityCategory["UKUniqueTaxpayerNumber"] = "UKUniqueTaxpayerNumber";
|
|
4360
|
+
KnownPiiEntityCategory["UsukPassportNumber"] = "USUKPassportNumber";
|
|
4361
|
+
KnownPiiEntityCategory["USBankAccountNumber"] = "USBankAccountNumber";
|
|
4362
|
+
KnownPiiEntityCategory["USDriversLicenseNumber"] = "USDriversLicenseNumber";
|
|
4363
|
+
KnownPiiEntityCategory["USIndividualTaxpayerIdentification"] = "USIndividualTaxpayerIdentification";
|
|
4364
|
+
KnownPiiEntityCategory["USSocialSecurityNumber"] = "USSocialSecurityNumber";
|
|
4365
|
+
KnownPiiEntityCategory["UAPassportNumberDomestic"] = "UAPassportNumberDomestic";
|
|
4366
|
+
KnownPiiEntityCategory["UAPassportNumberInternational"] = "UAPassportNumberInternational";
|
|
4367
|
+
KnownPiiEntityCategory["Organization"] = "Organization";
|
|
4368
|
+
KnownPiiEntityCategory["Email"] = "Email";
|
|
4369
|
+
KnownPiiEntityCategory["URL"] = "URL";
|
|
4370
|
+
KnownPiiEntityCategory["Age"] = "Age";
|
|
4371
|
+
KnownPiiEntityCategory["PhoneNumber"] = "PhoneNumber";
|
|
4372
|
+
KnownPiiEntityCategory["IPAddress"] = "IPAddress";
|
|
4373
|
+
KnownPiiEntityCategory["Date"] = "Date";
|
|
4374
|
+
KnownPiiEntityCategory["Person"] = "Person";
|
|
4375
|
+
KnownPiiEntityCategory["Address"] = "Address";
|
|
4376
|
+
KnownPiiEntityCategory["All"] = "All";
|
|
4377
|
+
KnownPiiEntityCategory["Default"] = "Default";
|
|
4378
|
+
})(exports.KnownPiiEntityCategory || (exports.KnownPiiEntityCategory = {}));
|
|
4379
4379
|
/** Known values of {@link WarningCode} that the service accepts. */
|
|
4380
4380
|
var KnownWarningCode;
|
|
4381
4381
|
(function (KnownWarningCode) {
|