faros-airbyte-common 0.10.23 → 0.10.24
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/lib/bitbucket/types.d.ts +0 -10
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/lib/bitbucket/types.d.ts
CHANGED
|
@@ -234,7 +234,6 @@ export interface User {
|
|
|
234
234
|
readonly emailAddress?: string;
|
|
235
235
|
readonly uuid: string;
|
|
236
236
|
readonly type: string;
|
|
237
|
-
readonly nickname: string;
|
|
238
237
|
readonly accountId: string;
|
|
239
238
|
readonly links: {
|
|
240
239
|
readonly htmlUrl: string;
|
|
@@ -569,19 +568,10 @@ export interface Repository {
|
|
|
569
568
|
hasIssues: boolean;
|
|
570
569
|
}
|
|
571
570
|
export interface WorkspaceUser {
|
|
572
|
-
readonly type: string;
|
|
573
571
|
readonly user: User;
|
|
574
572
|
readonly workspace: {
|
|
575
573
|
readonly slug: string;
|
|
576
|
-
readonly type: string;
|
|
577
|
-
readonly name: string;
|
|
578
574
|
readonly uuid: string;
|
|
579
|
-
readonly links: {
|
|
580
|
-
readonly htmlUrl: string;
|
|
581
|
-
};
|
|
582
|
-
};
|
|
583
|
-
readonly links: {
|
|
584
|
-
readonly htmlUrl: string;
|
|
585
575
|
};
|
|
586
576
|
}
|
|
587
577
|
export interface Workspace {
|