Skip to content

Commit ef637af

Browse files
authored
Merge pull request #5741 from FlorentCollin/fcollin/CFSQL-1424-add-served-by-colo-to-meta-types
2 parents f111a58 + 8387975 commit ef637af

5 files changed

Lines changed: 21 additions & 0 deletions

File tree

types/defines/d1.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ interface D1Meta {
1212
*/
1313
served_by_region?: string;
1414

15+
/**
16+
* The three letters airport code of the colo that executed the query.
17+
*/
18+
served_by_colo?: string;
19+
1520
/**
1621
* True if-and-only-if the database instance that executed the query was the primary.
1722
*/

types/generated-snapshot/experimental/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11237,6 +11237,10 @@ interface D1Meta {
1123711237
* The region of the database instance that executed the query.
1123811238
*/
1123911239
served_by_region?: string;
11240+
/**
11241+
* The three letters airport code of the colo that executed the query.
11242+
*/
11243+
served_by_colo?: string;
1124011244
/**
1124111245
* True if-and-only-if the database instance that executed the query was the primary.
1124211246
*/

types/generated-snapshot/experimental/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11265,6 +11265,10 @@ export interface D1Meta {
1126511265
* The region of the database instance that executed the query.
1126611266
*/
1126711267
served_by_region?: string;
11268+
/**
11269+
* The three letters airport code of the colo that executed the query.
11270+
*/
11271+
served_by_colo?: string;
1126811272
/**
1126911273
* True if-and-only-if the database instance that executed the query was the primary.
1127011274
*/

types/generated-snapshot/latest/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10631,6 +10631,10 @@ interface D1Meta {
1063110631
* The region of the database instance that executed the query.
1063210632
*/
1063310633
served_by_region?: string;
10634+
/**
10635+
* The three letters airport code of the colo that executed the query.
10636+
*/
10637+
served_by_colo?: string;
1063410638
/**
1063510639
* True if-and-only-if the database instance that executed the query was the primary.
1063610640
*/

types/generated-snapshot/latest/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10657,6 +10657,10 @@ export interface D1Meta {
1065710657
* The region of the database instance that executed the query.
1065810658
*/
1065910659
served_by_region?: string;
10660+
/**
10661+
* The three letters airport code of the colo that executed the query.
10662+
*/
10663+
served_by_colo?: string;
1066010664
/**
1066110665
* True if-and-only-if the database instance that executed the query was the primary.
1066210666
*/

0 commit comments

Comments
 (0)