@pushwoosh/rpc-v2-http-api-data 0.1.938 → 0.1.940
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/data.js +231 -1
- package/deeplinks.d.ts +13 -0
- package/integrations.d.ts +89 -1
- package/package.json +1 -1
package/data.js
CHANGED
|
@@ -5929,6 +5929,12 @@ export const data = {
|
|
|
5929
5929
|
"response": "pushwoosh.rpc_v2.deeplinks.DeleteDeeplinkResponse",
|
|
5930
5930
|
"method": "delete",
|
|
5931
5931
|
"path": "/api/deeplinks/{code}"
|
|
5932
|
+
},
|
|
5933
|
+
"GetLinkContent": {
|
|
5934
|
+
"request": "pushwoosh.rpc_v2.deeplinks.GetLinkContentRequest",
|
|
5935
|
+
"response": "pushwoosh.rpc_v2.deeplinks.GetLinkContentResponse",
|
|
5936
|
+
"method": "post",
|
|
5937
|
+
"path": "/api/deeplinks/link_content"
|
|
5932
5938
|
}
|
|
5933
5939
|
}
|
|
5934
5940
|
},
|
|
@@ -6078,6 +6084,22 @@ export const data = {
|
|
|
6078
6084
|
"type": "I",
|
|
6079
6085
|
"fields": {}
|
|
6080
6086
|
},
|
|
6087
|
+
"pushwoosh.rpc_v2.deeplinks.GetLinkContentRequest": {
|
|
6088
|
+
"type": "I",
|
|
6089
|
+
"fields": {
|
|
6090
|
+
"uri": {
|
|
6091
|
+
"type": "string"
|
|
6092
|
+
}
|
|
6093
|
+
}
|
|
6094
|
+
},
|
|
6095
|
+
"pushwoosh.rpc_v2.deeplinks.GetLinkContentResponse": {
|
|
6096
|
+
"type": "I",
|
|
6097
|
+
"fields": {
|
|
6098
|
+
"content": {
|
|
6099
|
+
"type": "string"
|
|
6100
|
+
}
|
|
6101
|
+
}
|
|
6102
|
+
},
|
|
6081
6103
|
"pushwoosh.rpc_v2.devices.DevicesService": {
|
|
6082
6104
|
"type": "S",
|
|
6083
6105
|
"key": "devices",
|
|
@@ -11499,6 +11521,42 @@ export const data = {
|
|
|
11499
11521
|
"response": "pushwoosh.rpc_v2.integrations.SetMetaTagMappingResponse",
|
|
11500
11522
|
"method": "put",
|
|
11501
11523
|
"path": "/api/integrations/meta/tag-mapping"
|
|
11524
|
+
},
|
|
11525
|
+
"GetGoogleBQConfiguration": {
|
|
11526
|
+
"request": "pushwoosh.rpc_v2.integrations.GetGoogleBQConfigurationRequest",
|
|
11527
|
+
"response": "pushwoosh.rpc_v2.integrations.GetGoogleBQConfigurationResponse",
|
|
11528
|
+
"method": "get",
|
|
11529
|
+
"path": "/api/integrations/configurations/google_bq/{application}"
|
|
11530
|
+
},
|
|
11531
|
+
"CreateGoogleBQConfiguration": {
|
|
11532
|
+
"request": "pushwoosh.rpc_v2.integrations.CreateGoogleBQConfigurationRequest",
|
|
11533
|
+
"response": "pushwoosh.rpc_v2.integrations.CreateGoogleBQConfigurationResponse",
|
|
11534
|
+
"method": "post",
|
|
11535
|
+
"path": "/api/integrations/configurations/google_bq"
|
|
11536
|
+
},
|
|
11537
|
+
"DeleteGoogleBQConfiguration": {
|
|
11538
|
+
"request": "pushwoosh.rpc_v2.integrations.DeleteGoogleBQConfigurationRequest",
|
|
11539
|
+
"response": "pushwoosh.rpc_v2.integrations.DeleteGoogleBQConfigurationResponse",
|
|
11540
|
+
"method": "delete",
|
|
11541
|
+
"path": "/api/integrations/configurations/google_bq/{application}"
|
|
11542
|
+
},
|
|
11543
|
+
"TestGoogleBQConnection": {
|
|
11544
|
+
"request": "pushwoosh.rpc_v2.integrations.TestGoogleBQConnectionRequest",
|
|
11545
|
+
"response": "pushwoosh.rpc_v2.integrations.TestGoogleBQConnectionResponse",
|
|
11546
|
+
"method": "post",
|
|
11547
|
+
"path": "/api/integrations/google_bq/test"
|
|
11548
|
+
},
|
|
11549
|
+
"ListGoogleBQDatasets": {
|
|
11550
|
+
"request": "pushwoosh.rpc_v2.integrations.ListGoogleBQDatasetsRequest",
|
|
11551
|
+
"response": "pushwoosh.rpc_v2.integrations.ListGoogleBQDatasetsResponse",
|
|
11552
|
+
"method": "get",
|
|
11553
|
+
"path": "/api/integrations/google_bq/{application}/datasets"
|
|
11554
|
+
},
|
|
11555
|
+
"ListGoogleBQTables": {
|
|
11556
|
+
"request": "pushwoosh.rpc_v2.integrations.ListGoogleBQTablesRequest",
|
|
11557
|
+
"response": "pushwoosh.rpc_v2.integrations.ListGoogleBQTablesResponse",
|
|
11558
|
+
"method": "get",
|
|
11559
|
+
"path": "/api/integrations/google_bq/{application}/datasets/{dataset_id}/tables"
|
|
11502
11560
|
}
|
|
11503
11561
|
}
|
|
11504
11562
|
},
|
|
@@ -11513,7 +11571,8 @@ export const data = {
|
|
|
11513
11571
|
"SHOPIFY",
|
|
11514
11572
|
"STRIPE",
|
|
11515
11573
|
"META",
|
|
11516
|
-
"INBOUND_WEBHOOK"
|
|
11574
|
+
"INBOUND_WEBHOOK",
|
|
11575
|
+
"GOOGLE_BQ"
|
|
11517
11576
|
]
|
|
11518
11577
|
},
|
|
11519
11578
|
"pushwoosh.rpc_v2.integrations.ImportSegmentPianoRequest": {
|
|
@@ -12095,6 +12154,177 @@ export const data = {
|
|
|
12095
12154
|
}
|
|
12096
12155
|
}
|
|
12097
12156
|
},
|
|
12157
|
+
"pushwoosh.rpc_v2.integrations.GetGoogleBQConfigurationRequest": {
|
|
12158
|
+
"type": "I",
|
|
12159
|
+
"fields": {
|
|
12160
|
+
"application": {
|
|
12161
|
+
"type": "string"
|
|
12162
|
+
}
|
|
12163
|
+
}
|
|
12164
|
+
},
|
|
12165
|
+
"pushwoosh.rpc_v2.integrations.GetGoogleBQConfigurationResponse": {
|
|
12166
|
+
"type": "I",
|
|
12167
|
+
"fields": {
|
|
12168
|
+
"gcpProjectId": {
|
|
12169
|
+
"type": "string"
|
|
12170
|
+
},
|
|
12171
|
+
"datasetId": {
|
|
12172
|
+
"type": "string"
|
|
12173
|
+
},
|
|
12174
|
+
"datasetRegion": {
|
|
12175
|
+
"type": "string"
|
|
12176
|
+
},
|
|
12177
|
+
"serviceAccountClientEmail": {
|
|
12178
|
+
"type": "string"
|
|
12179
|
+
},
|
|
12180
|
+
"exportEnabled": {
|
|
12181
|
+
"type": "boolean"
|
|
12182
|
+
},
|
|
12183
|
+
"eventTypes": {
|
|
12184
|
+
"type": "string",
|
|
12185
|
+
"array": true
|
|
12186
|
+
},
|
|
12187
|
+
"tableName": {
|
|
12188
|
+
"type": "string"
|
|
12189
|
+
}
|
|
12190
|
+
}
|
|
12191
|
+
},
|
|
12192
|
+
"pushwoosh.rpc_v2.integrations.CreateGoogleBQConfigurationRequest": {
|
|
12193
|
+
"type": "I",
|
|
12194
|
+
"fields": {
|
|
12195
|
+
"application": {
|
|
12196
|
+
"type": "string"
|
|
12197
|
+
},
|
|
12198
|
+
"gcpProjectId": {
|
|
12199
|
+
"type": "string"
|
|
12200
|
+
},
|
|
12201
|
+
"datasetId": {
|
|
12202
|
+
"type": "string"
|
|
12203
|
+
},
|
|
12204
|
+
"datasetRegion": {
|
|
12205
|
+
"type": "string"
|
|
12206
|
+
},
|
|
12207
|
+
"serviceAccountJson": {
|
|
12208
|
+
"type": "string"
|
|
12209
|
+
},
|
|
12210
|
+
"exportEnabled": {
|
|
12211
|
+
"type": "boolean"
|
|
12212
|
+
},
|
|
12213
|
+
"eventTypes": {
|
|
12214
|
+
"type": "string",
|
|
12215
|
+
"array": true
|
|
12216
|
+
},
|
|
12217
|
+
"tableName": {
|
|
12218
|
+
"type": "string"
|
|
12219
|
+
}
|
|
12220
|
+
}
|
|
12221
|
+
},
|
|
12222
|
+
"pushwoosh.rpc_v2.integrations.CreateGoogleBQConfigurationResponse": {
|
|
12223
|
+
"type": "I",
|
|
12224
|
+
"fields": {}
|
|
12225
|
+
},
|
|
12226
|
+
"pushwoosh.rpc_v2.integrations.DeleteGoogleBQConfigurationRequest": {
|
|
12227
|
+
"type": "I",
|
|
12228
|
+
"fields": {
|
|
12229
|
+
"application": {
|
|
12230
|
+
"type": "string"
|
|
12231
|
+
}
|
|
12232
|
+
}
|
|
12233
|
+
},
|
|
12234
|
+
"pushwoosh.rpc_v2.integrations.DeleteGoogleBQConfigurationResponse": {
|
|
12235
|
+
"type": "I",
|
|
12236
|
+
"fields": {}
|
|
12237
|
+
},
|
|
12238
|
+
"pushwoosh.rpc_v2.integrations.TestGoogleBQConnectionRequest": {
|
|
12239
|
+
"type": "I",
|
|
12240
|
+
"fields": {
|
|
12241
|
+
"application": {
|
|
12242
|
+
"type": "string"
|
|
12243
|
+
},
|
|
12244
|
+
"gcpProjectId": {
|
|
12245
|
+
"type": "string"
|
|
12246
|
+
},
|
|
12247
|
+
"datasetId": {
|
|
12248
|
+
"type": "string"
|
|
12249
|
+
},
|
|
12250
|
+
"serviceAccountJson": {
|
|
12251
|
+
"type": "string"
|
|
12252
|
+
}
|
|
12253
|
+
}
|
|
12254
|
+
},
|
|
12255
|
+
"pushwoosh.rpc_v2.integrations.TestGoogleBQConnectionResponse": {
|
|
12256
|
+
"type": "I",
|
|
12257
|
+
"fields": {
|
|
12258
|
+
"ok": {
|
|
12259
|
+
"type": "boolean"
|
|
12260
|
+
},
|
|
12261
|
+
"errorCode": {
|
|
12262
|
+
"type": "string"
|
|
12263
|
+
},
|
|
12264
|
+
"errorMessage": {
|
|
12265
|
+
"type": "string"
|
|
12266
|
+
}
|
|
12267
|
+
}
|
|
12268
|
+
},
|
|
12269
|
+
"pushwoosh.rpc_v2.integrations.ListGoogleBQDatasetsRequest": {
|
|
12270
|
+
"type": "I",
|
|
12271
|
+
"fields": {
|
|
12272
|
+
"application": {
|
|
12273
|
+
"type": "string"
|
|
12274
|
+
}
|
|
12275
|
+
}
|
|
12276
|
+
},
|
|
12277
|
+
"pushwoosh.rpc_v2.integrations.ListGoogleBQDatasetsResponse.Dataset": {
|
|
12278
|
+
"type": "I",
|
|
12279
|
+
"fields": {
|
|
12280
|
+
"id": {
|
|
12281
|
+
"type": "string"
|
|
12282
|
+
},
|
|
12283
|
+
"region": {
|
|
12284
|
+
"type": "string"
|
|
12285
|
+
}
|
|
12286
|
+
}
|
|
12287
|
+
},
|
|
12288
|
+
"pushwoosh.rpc_v2.integrations.ListGoogleBQDatasetsResponse": {
|
|
12289
|
+
"type": "I",
|
|
12290
|
+
"fields": {
|
|
12291
|
+
"datasets": {
|
|
12292
|
+
"type": "pushwoosh.rpc_v2.integrations.ListGoogleBQDatasetsResponse.Dataset",
|
|
12293
|
+
"array": true
|
|
12294
|
+
}
|
|
12295
|
+
}
|
|
12296
|
+
},
|
|
12297
|
+
"pushwoosh.rpc_v2.integrations.ListGoogleBQTablesRequest": {
|
|
12298
|
+
"type": "I",
|
|
12299
|
+
"fields": {
|
|
12300
|
+
"application": {
|
|
12301
|
+
"type": "string"
|
|
12302
|
+
},
|
|
12303
|
+
"datasetId": {
|
|
12304
|
+
"type": "string"
|
|
12305
|
+
}
|
|
12306
|
+
}
|
|
12307
|
+
},
|
|
12308
|
+
"pushwoosh.rpc_v2.integrations.ListGoogleBQTablesResponse.Table": {
|
|
12309
|
+
"type": "I",
|
|
12310
|
+
"fields": {
|
|
12311
|
+
"id": {
|
|
12312
|
+
"type": "string"
|
|
12313
|
+
},
|
|
12314
|
+
"type": {
|
|
12315
|
+
"type": "string"
|
|
12316
|
+
}
|
|
12317
|
+
}
|
|
12318
|
+
},
|
|
12319
|
+
"pushwoosh.rpc_v2.integrations.ListGoogleBQTablesResponse": {
|
|
12320
|
+
"type": "I",
|
|
12321
|
+
"fields": {
|
|
12322
|
+
"tables": {
|
|
12323
|
+
"type": "pushwoosh.rpc_v2.integrations.ListGoogleBQTablesResponse.Table",
|
|
12324
|
+
"array": true
|
|
12325
|
+
}
|
|
12326
|
+
}
|
|
12327
|
+
},
|
|
12098
12328
|
"pushwoosh.rpc_v2.integrations.SetMetaTagMappingResponse": {
|
|
12099
12329
|
"type": "I",
|
|
12100
12330
|
"fields": {}
|
package/deeplinks.d.ts
CHANGED
|
@@ -4,12 +4,18 @@ export type DeeplinksService_Get = RpcMethod<GetDeeplinkRequest, GetDeeplinkResp
|
|
|
4
4
|
export type DeeplinksService_Create = RpcMethod<CreateDeeplinkRequest, CreateDeeplinkResponse>;
|
|
5
5
|
export type DeeplinksService_Update = RpcMethod<UpdateDeeplinkRequest, UpdateDeeplinkResponse>;
|
|
6
6
|
export type DeeplinksService_Delete = RpcMethod<DeleteDeeplinkRequest, DeleteDeeplinkResponse>;
|
|
7
|
+
export type DeeplinksService_GetLinkContent = RpcMethod<GetLinkContentRequest, GetLinkContentResponse>;
|
|
7
8
|
export interface DeeplinksService {
|
|
8
9
|
List: DeeplinksService_List;
|
|
9
10
|
Get: DeeplinksService_Get;
|
|
10
11
|
Create: DeeplinksService_Create;
|
|
11
12
|
Update: DeeplinksService_Update;
|
|
12
13
|
Delete: DeeplinksService_Delete;
|
|
14
|
+
/**
|
|
15
|
+
* POST is used instead of GET because the uri parameter may contain
|
|
16
|
+
* arbitrarily long URLs that exceed HTTP query-string length limits.
|
|
17
|
+
*/
|
|
18
|
+
GetLinkContent: DeeplinksService_GetLinkContent;
|
|
13
19
|
}
|
|
14
20
|
export type ListDeeplinksRequest_OrderBy = 'NAME' | 'CREATED';
|
|
15
21
|
export type ListDeeplinksRequest_OrderDirection = 'ASC' | 'DESC';
|
|
@@ -62,3 +68,10 @@ export type DeleteDeeplinkRequest = {
|
|
|
62
68
|
code?: string;
|
|
63
69
|
};
|
|
64
70
|
export type DeleteDeeplinkResponse = {};
|
|
71
|
+
export type GetLinkContentRequest = {
|
|
72
|
+
uri?: string;
|
|
73
|
+
};
|
|
74
|
+
export type GetLinkContentResponse = {
|
|
75
|
+
/** Full HTML document containing only the og:* meta tags from the fetched page. */
|
|
76
|
+
content: string;
|
|
77
|
+
};
|
package/integrations.d.ts
CHANGED
|
@@ -22,6 +22,12 @@ export type IntegrationsService_RefreshMetaConnection = RpcMethod<RefreshMetaCon
|
|
|
22
22
|
export type IntegrationsService_ListMetaAdAccounts = RpcMethod<ListMetaAdAccountsRequest, ListMetaAdAccountsResponse>;
|
|
23
23
|
export type IntegrationsService_ConnectMetaAdAccounts = RpcMethod<ConnectMetaAdAccountsRequest, ConnectMetaAdAccountsResponse>;
|
|
24
24
|
export type IntegrationsService_SetMetaTagMapping = RpcMethod<SetMetaTagMappingRequest, SetMetaTagMappingResponse>;
|
|
25
|
+
export type IntegrationsService_GetGoogleBQConfiguration = RpcMethod<GetGoogleBQConfigurationRequest, GetGoogleBQConfigurationResponse>;
|
|
26
|
+
export type IntegrationsService_CreateGoogleBQConfiguration = RpcMethod<CreateGoogleBQConfigurationRequest, CreateGoogleBQConfigurationResponse>;
|
|
27
|
+
export type IntegrationsService_DeleteGoogleBQConfiguration = RpcMethod<DeleteGoogleBQConfigurationRequest, DeleteGoogleBQConfigurationResponse>;
|
|
28
|
+
export type IntegrationsService_TestGoogleBQConnection = RpcMethod<TestGoogleBQConnectionRequest, TestGoogleBQConnectionResponse>;
|
|
29
|
+
export type IntegrationsService_ListGoogleBQDatasets = RpcMethod<ListGoogleBQDatasetsRequest, ListGoogleBQDatasetsResponse>;
|
|
30
|
+
export type IntegrationsService_ListGoogleBQTables = RpcMethod<ListGoogleBQTablesRequest, ListGoogleBQTablesResponse>;
|
|
25
31
|
export interface IntegrationsService {
|
|
26
32
|
/** lists configuration for each output integration (declared in Integration enums) */
|
|
27
33
|
ListIntegrationsConfiguration: IntegrationsService_ListIntegrationsConfiguration;
|
|
@@ -55,9 +61,16 @@ export interface IntegrationsService {
|
|
|
55
61
|
ListMetaAdAccounts: IntegrationsService_ListMetaAdAccounts;
|
|
56
62
|
ConnectMetaAdAccounts: IntegrationsService_ConnectMetaAdAccounts;
|
|
57
63
|
SetMetaTagMapping: IntegrationsService_SetMetaTagMapping;
|
|
64
|
+
/** google_bq */
|
|
65
|
+
GetGoogleBQConfiguration: IntegrationsService_GetGoogleBQConfiguration;
|
|
66
|
+
CreateGoogleBQConfiguration: IntegrationsService_CreateGoogleBQConfiguration;
|
|
67
|
+
DeleteGoogleBQConfiguration: IntegrationsService_DeleteGoogleBQConfiguration;
|
|
68
|
+
TestGoogleBQConnection: IntegrationsService_TestGoogleBQConnection;
|
|
69
|
+
ListGoogleBQDatasets: IntegrationsService_ListGoogleBQDatasets;
|
|
70
|
+
ListGoogleBQTables: IntegrationsService_ListGoogleBQTables;
|
|
58
71
|
}
|
|
59
72
|
/** Integration contains all available integration for clients (to update props) */
|
|
60
|
-
export type Integration = 'UNKNOWN' | 'SEGMENT' | 'PIANO' | 'WEBHOOK' | 'HUBSPOT' | 'SHOPIFY' | 'STRIPE' | 'META' | 'INBOUND_WEBHOOK';
|
|
73
|
+
export type Integration = 'UNKNOWN' | 'SEGMENT' | 'PIANO' | 'WEBHOOK' | 'HUBSPOT' | 'SHOPIFY' | 'STRIPE' | 'META' | 'INBOUND_WEBHOOK' | 'GOOGLE_BQ';
|
|
61
74
|
export type ImportSegmentPianoRequest = {
|
|
62
75
|
/** application code */
|
|
63
76
|
application?: string;
|
|
@@ -276,4 +289,79 @@ export type ConnectMetaAdAccountsResponse = {
|
|
|
276
289
|
export type SetMetaTagMappingRequest = {
|
|
277
290
|
tagMapping?: Record<string, string>;
|
|
278
291
|
};
|
|
292
|
+
export type GetGoogleBQConfigurationRequest = {
|
|
293
|
+
application?: string;
|
|
294
|
+
};
|
|
295
|
+
export type GetGoogleBQConfigurationResponse = {
|
|
296
|
+
/** Connection — service_account_json is write-only and never returned. */
|
|
297
|
+
gcpProjectId: string;
|
|
298
|
+
datasetId: string;
|
|
299
|
+
datasetRegion: string;
|
|
300
|
+
serviceAccountClientEmail: string;
|
|
301
|
+
/** Export */
|
|
302
|
+
exportEnabled: boolean;
|
|
303
|
+
eventTypes: string[];
|
|
304
|
+
tableName: string;
|
|
305
|
+
};
|
|
306
|
+
export type CreateGoogleBQConfigurationRequest = {
|
|
307
|
+
application?: string;
|
|
308
|
+
/** Connection */
|
|
309
|
+
gcpProjectId?: string;
|
|
310
|
+
datasetId?: string;
|
|
311
|
+
datasetRegion?: string;
|
|
312
|
+
/**
|
|
313
|
+
* service_account_json is mandatory on first save. On update it may be
|
|
314
|
+
* empty — the existing stored value is kept.
|
|
315
|
+
*/
|
|
316
|
+
serviceAccountJson?: string;
|
|
317
|
+
/** Export */
|
|
318
|
+
exportEnabled?: boolean;
|
|
319
|
+
eventTypes?: string[];
|
|
320
|
+
/** optional; defaults to "pushwoosh_events" on the backend */
|
|
321
|
+
tableName?: string;
|
|
322
|
+
};
|
|
323
|
+
export type CreateGoogleBQConfigurationResponse = {};
|
|
324
|
+
export type DeleteGoogleBQConfigurationRequest = {
|
|
325
|
+
application?: string;
|
|
326
|
+
};
|
|
327
|
+
export type DeleteGoogleBQConfigurationResponse = {};
|
|
328
|
+
/**
|
|
329
|
+
* TestGoogleBQConnection lets the UI validate credentials before saving.
|
|
330
|
+
* If service_account_json / gcp_project_id are empty, the backend tests the
|
|
331
|
+
* stored configuration instead.
|
|
332
|
+
*/
|
|
333
|
+
export type TestGoogleBQConnectionRequest = {
|
|
334
|
+
application?: string;
|
|
335
|
+
gcpProjectId?: string;
|
|
336
|
+
datasetId?: string;
|
|
337
|
+
serviceAccountJson?: string;
|
|
338
|
+
};
|
|
339
|
+
export type TestGoogleBQConnectionResponse = {
|
|
340
|
+
ok: boolean;
|
|
341
|
+
/** "auth_failed" / "dataset_not_found" / "missing_permission" / "invalid_input" / "" */
|
|
342
|
+
errorCode: string;
|
|
343
|
+
errorMessage: string;
|
|
344
|
+
};
|
|
345
|
+
export type ListGoogleBQDatasetsRequest = {
|
|
346
|
+
application?: string;
|
|
347
|
+
};
|
|
348
|
+
export type ListGoogleBQDatasetsResponse_Dataset = {
|
|
349
|
+
id: string;
|
|
350
|
+
region: string;
|
|
351
|
+
};
|
|
352
|
+
export type ListGoogleBQDatasetsResponse = {
|
|
353
|
+
datasets: ListGoogleBQDatasetsResponse_Dataset[];
|
|
354
|
+
};
|
|
355
|
+
export type ListGoogleBQTablesRequest = {
|
|
356
|
+
application?: string;
|
|
357
|
+
datasetId?: string;
|
|
358
|
+
};
|
|
359
|
+
export type ListGoogleBQTablesResponse_Table = {
|
|
360
|
+
id: string;
|
|
361
|
+
/** BigQuery type: "TABLE", "VIEW", "MATERIALIZED_VIEW", "EXTERNAL", "SNAPSHOT" */
|
|
362
|
+
type: string;
|
|
363
|
+
};
|
|
364
|
+
export type ListGoogleBQTablesResponse = {
|
|
365
|
+
tables: ListGoogleBQTablesResponse_Table[];
|
|
366
|
+
};
|
|
279
367
|
export type SetMetaTagMappingResponse = {};
|