Skip to content

Commit e283ceb

Browse files
author
Danny McCormick
committed
Fix gallery interface
1 parent d0f7afc commit e283ceb

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

api/interfaces/GalleryInterfaces.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,29 +1235,6 @@ export enum PublisherState {
12351235
CertificationRevoked = 8,
12361236
}
12371237

1238-
export enum PublisherState {
1239-
/**
1240-
* No state exists for this publisher.
1241-
*/
1242-
None = 0,
1243-
/**
1244-
* This state indicates that publisher has applied for Marketplace verification (via UI) and still not been certified. This state would be reset once the publisher is verified.
1245-
*/
1246-
VerificationPending = 1,
1247-
/**
1248-
* This state indicates that publisher has applied for Marketplace certification (via UI) and still not been certified. This state would be reset once the publisher is certified.
1249-
*/
1250-
CertificationPending = 2,
1251-
/**
1252-
* This state indicates that publisher had applied for Marketplace certification (via UI) but his/her certification got rejected. This state would be reset if and when the publisher is certified.
1253-
*/
1254-
CertificationRejected = 4,
1255-
/**
1256-
* This state indicates that publisher was certified on the Marketplace, but his/her certification got revoked. This state would never be reset, even after publisher gets re-certified. It would indicate that the publisher certification was revoked at least once.
1257-
*/
1258-
CertificationRevoked = 8,
1259-
}
1260-
12611238
/**
12621239
* The core structure of a QnA item
12631240
*/

0 commit comments

Comments
 (0)