File size: 1,755 Bytes
9ada4bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
import { ApiData, ApiInfo, Config, EndpointInfo } from "../types";
export declare const runtime_response: {
    stage: string;
    hardware: {
        current: string;
        requested: string;
    };
    storage: {
        current: null;
        requested: null;
    };
    gcTimeout: number;
    replicas: {
        current: number;
        requested: number;
    };
    devMode: boolean;
    domains: {
        domain: string;
        isCustom: boolean;
        stage: string;
    }[];
};
export declare const transformed_api_info: ApiInfo<ApiData>;
export declare const response_api_info: ApiInfo<ApiData>;
export declare const config_response: Config;
export declare const whoami_response: {
    type: string;
    id: string;
    name: string;
    fullname: string;
    email: string;
    emailVerified: boolean;
    canPay: boolean;
    periodEnd: number;
    isPro: boolean;
    avatarUrl: string;
    orgs: never[];
    auth: {
        type: string;
        accessToken: {
            displayName: string;
            role: string;
        };
    };
};
export declare const duplicate_response: {
    url: string;
};
export declare const hardware_sleeptime_response: {
    stage: string;
    hardware: {
        current: string;
        requested: string;
    };
    storage: null;
    gcTimeout: number;
    replicas: {
        current: number;
        requested: number;
    };
    devMode: boolean;
    domains: {
        domain: string;
        isCustom: boolean;
        stage: string;
    }[];
};
export declare const endpoint_info: EndpointInfo<ApiData>;
export declare const discussions_response: {
    discussions: never[];
    count: number;
    start: number;
    numClosedDiscussions: number;
};
//# sourceMappingURL=test_data.d.ts.map