|
| 1 | +// API v1.15.0 |
| 2 | +export default { |
| 3 | + id: "x_example_org_id_x", |
| 4 | + name: "Example Org", |
| 5 | + slug: "example-org", |
| 6 | + users: { |
| 7 | + |
| 8 | + role: 40, |
| 9 | + name: "Alice", |
| 10 | + |
| 11 | + }, |
| 12 | + |
| 13 | + role: 20, |
| 14 | + name: "Bob", |
| 15 | + |
| 16 | + }, |
| 17 | + |
| 18 | + role: 20, |
| 19 | + name: "Carol", |
| 20 | + |
| 21 | + }, |
| 22 | + |
| 23 | + role: 10, |
| 24 | + name: "Dave", |
| 25 | + |
| 26 | + }, |
| 27 | + |
| 28 | + role: 10, |
| 29 | + name: "Eve", |
| 30 | + |
| 31 | + }, |
| 32 | + }, |
| 33 | + created: "2023-11-08T17:19:23Z", |
| 34 | + default: false, |
| 35 | + bytesStored: 22143878904, |
| 36 | + bytesStoredCrawls: 22023942070, |
| 37 | + bytesStoredUploads: 38872471, |
| 38 | + bytesStoredProfiles: 81064363, |
| 39 | + origin: null, |
| 40 | + storageQuotaReached: false, |
| 41 | + execMinutesQuotaReached: false, |
| 42 | + usage: { |
| 43 | + "2023-11": 473, |
| 44 | + "2023-12": 1273, |
| 45 | + "2024-01": 4752, |
| 46 | + "2024-03": 26, |
| 47 | + "2024-04": 398, |
| 48 | + "2024-05": 3030, |
| 49 | + "2024-06": 2628, |
| 50 | + "2024-07": 1655, |
| 51 | + "2024-08": 1289, |
| 52 | + "2024-10": 308, |
| 53 | + "2025-04": 5723, |
| 54 | + }, |
| 55 | + crawlExecSeconds: { |
| 56 | + "2023-11": 760, |
| 57 | + "2023-12": 1771, |
| 58 | + "2024-01": 4939, |
| 59 | + "2024-03": 14, |
| 60 | + "2024-04": 253, |
| 61 | + "2024-05": 2958, |
| 62 | + "2024-06": 4276, |
| 63 | + "2024-07": 2066, |
| 64 | + "2024-08": 2250, |
| 65 | + "2024-10": 233, |
| 66 | + "2025-01": 1, |
| 67 | + "2025-04": 5688, |
| 68 | + }, |
| 69 | + qaUsage: { |
| 70 | + "2024-04": 214, |
| 71 | + "2024-05": 1526, |
| 72 | + "2024-06": 894, |
| 73 | + "2024-08": 1188, |
| 74 | + "2024-10": 314, |
| 75 | + "2025-01": 166, |
| 76 | + }, |
| 77 | + qaCrawlExecSeconds: { |
| 78 | + "2024-04": 174, |
| 79 | + "2024-05": 1484, |
| 80 | + "2024-06": 1914, |
| 81 | + "2024-08": 3131, |
| 82 | + "2024-10": 943, |
| 83 | + "2025-01": 366, |
| 84 | + }, |
| 85 | + monthlyExecSeconds: { "2023-11": 760, "2023-12": 1771, "2024-01": 3000 }, |
| 86 | + extraExecSeconds: {}, |
| 87 | + giftedExecSeconds: {}, |
| 88 | + extraExecSecondsAvailable: 0, |
| 89 | + giftedExecSecondsAvailable: 0, |
| 90 | + quotas: { |
| 91 | + storageQuota: 100000000000, |
| 92 | + maxExecMinutesPerMonth: 0, |
| 93 | + maxConcurrentCrawls: 10, |
| 94 | + maxPagesPerCrawl: 0, |
| 95 | + extraExecMinutes: 0, |
| 96 | + giftedExecMinutes: 0, |
| 97 | + }, |
| 98 | + quotaUpdates: [ |
| 99 | + { |
| 100 | + modified: "2024-01-18T07:16:22.534000Z", |
| 101 | + update: { |
| 102 | + storageQuota: 1000000000000, |
| 103 | + maxExecMinutesPerMonth: 0, |
| 104 | + maxConcurrentCrawls: 10, |
| 105 | + maxPagesPerCrawl: 0, |
| 106 | + extraExecMinutes: 0, |
| 107 | + giftedExecMinutes: 0, |
| 108 | + }, |
| 109 | + }, |
| 110 | + { |
| 111 | + modified: "2024-07-17T15:36:45Z", |
| 112 | + update: { |
| 113 | + storageQuota: 10000000000, |
| 114 | + maxExecMinutesPerMonth: 0, |
| 115 | + maxConcurrentCrawls: 10, |
| 116 | + maxPagesPerCrawl: 0, |
| 117 | + extraExecMinutes: 0, |
| 118 | + giftedExecMinutes: 0, |
| 119 | + }, |
| 120 | + }, |
| 121 | + { |
| 122 | + modified: "2024-07-17T15:39:26Z", |
| 123 | + update: { |
| 124 | + storageQuota: 100000000000, |
| 125 | + maxExecMinutesPerMonth: 0, |
| 126 | + maxConcurrentCrawls: 10, |
| 127 | + maxPagesPerCrawl: 0, |
| 128 | + extraExecMinutes: 0, |
| 129 | + giftedExecMinutes: 0, |
| 130 | + }, |
| 131 | + }, |
| 132 | + ], |
| 133 | + webhookUrls: { |
| 134 | + crawlStarted: null, |
| 135 | + crawlFinished: null, |
| 136 | + crawlDeleted: null, |
| 137 | + qaAnalysisStarted: null, |
| 138 | + qaAnalysisFinished: null, |
| 139 | + crawlReviewed: null, |
| 140 | + uploadFinished: null, |
| 141 | + uploadDeleted: null, |
| 142 | + addedToCollection: null, |
| 143 | + removedFromCollection: null, |
| 144 | + collectionDeleted: null, |
| 145 | + }, |
| 146 | + readOnly: false, |
| 147 | + readOnlyReason: "", |
| 148 | + subscription: null, |
| 149 | + allowSharedProxies: false, |
| 150 | + allowedProxies: ["nz-proxy-1"], |
| 151 | + crawlingDefaults: null, |
| 152 | + lastCrawlFinished: "2025-04-02T23:00:50Z", |
| 153 | + enablePublicProfile: false, |
| 154 | + publicDescription: "This is an example org.", |
| 155 | + publicUrl: "https://example.com", |
| 156 | +}; |
0 commit comments