Skip to content

Commit 368aa51

Browse files
committed
feat: add type for registry authentication type
1 parent db32d23 commit 368aa51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Shared/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,3 +1100,8 @@ export type CountryISO2Type = ParsedCountry['iso2']
11001100
export enum ResponseHeaders {
11011101
LICENSE_STATUS = 'X-License-Status',
11021102
}
1103+
1104+
export enum OtherRegistryAuthenticationType {
1105+
USERNAME_PASSWORD = 'username_password',
1106+
ANONYMOUS = 'anonymous',
1107+
}

0 commit comments

Comments
 (0)