Jim Hays
9f7bf1132b
[PM-1877] Spellcheck ( #5237 )
...
* Bug fix: "vaule" -> "value"
* Bug fix: "aria-descibedby" -> "aria-describedby"
* Bug fix: "chararacter" -> "character"
* Fix typos in comments
* Fix typos in documentation
* Fix typo in test description
* Fix typos in sample data: "childen" -> "children"
* Fix typos in sample data: "pargraphs" -> "paragraphs"
* Fixes to test data: "Additinoal", "Informaion" -> "Additional", "Information"
* Fix typo in test data: "dolhpin" -> "dolphin"
* Fix typo in local variable: "attachement" -> "attachment"
* Fix typo in method name: "detachOrganizastion" -> "detachOrganization"
* Fix typo in method name: "getNewlyAddedDomians" -> "getNewlyAddedDomains"
* Fix typo: "EncyptedMessageResponse" -> "EncryptedMessageResponse"
* Fix typo: "miliseconds" -> "milliseconds"
* Fix typo: "authResponsePushNotifiction" -> "authResponsePushNotification"
* Fix typo: "getPushNotifcationObs" -> "getPushNotificationObs"
* Fix typo: "ExpriationDate" -> "ExpirationDate"
* Fix typo: "OrganizationUserResetPasswordDetailsReponse" -> "OrganizationUserResetPasswordDetailsResponse"
* Fix typo: "DISPLAY_TITLE_ATTRIBUE" -> "DISPLAY_TITLE_ATTRIBUTE"
* Fix typo: "credentialretreivalCommandHandler" -> "credentialRetrievalCommandHandler"
* Fix typo: "buildLoginCredntials" -> "buildLoginCredentials"
* Fix typo: "_mappedCredentialsColums" -> "_mappedCredentialsColumns"
* Fix typo: "_mappedPersonalInfoAsIdentiyColumns" -> "_mappedPersonalInfoAsIdentityColumns"
* Fix typo in input name: "StroageGbAdjustment" -> "StorageGbAdjustment"
* Fix typo in const: "encryptionAlogrithm" -> "encryptionAlgorithm"
---------
Co-authored-by: Daniel James Smith <djsmith@web.de >
2023-04-26 12:16:07 +02:00
Vincent Salucci
bacb8828de
[AC-1266] Enums filename conventions ( #5140 )
...
* refactor: update clientType enum
* refactor: update deviceType filename
* refactor: update encryptedExportType filename
* refactor: update encryptionType filename
* refactor: update eventType filename
* refactor: update fieldType filename
* refactor: update fileUploadType filename
* refactor: update hashPurpose filename
* refactor: update htmlStorageLocation filename
* refactor: update kdfType filename
* refactor: update keySuffixOptions filename
* refactor: update linkedIdType filename
* refactor: update logLevelType filename
* refactor: update nativeMessagingVersion filename
* refactor: update notificationType filename
* refactor: update productType filename
* refactor: update secureNoteType filename
* refactor: update stateVersion filename
* refactor: update storageLocation filename
* refactor: update themeType filename
* refactor: update uriMatchType filename
* fix: update kdfType classes missed in initial pass, refs AC-1266
* fix: missing import update for device-type
* refactor: add barrel file for enums and update pathed import statements, refs AC-1266
* fix: incorrect import statements for web, refs AC-1266
* fix: missed import statement updates (browser), refs AC-1266
* fix: missed import statement changes (cli), refs AC-1266
* fix: missed import statement changes (desktop), refs AC-1266
* fix: prettier, refs AC-1266
* refactor: (libs) update relative paths to use barrel file, refs AC-1266
* fix: missed find/replace import statements for SecureNoteType, refs AC-1266
* refactor: apply .enum suffix to enums folder and modify leftover relative paths, refs AC-1266
* fix: find/replace errors for native-messaging-version, refs AC-1266
2023-04-04 22:42:21 -05:00