@globus/sdk 2.4.1 → 2.5.0

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.
Files changed (50) hide show
  1. package/cjs/index.d.ts +1 -0
  2. package/cjs/index.d.ts.map +1 -1
  3. package/cjs/index.js +2 -1
  4. package/cjs/index.js.map +1 -1
  5. package/cjs/lib/core/authorization.js +2 -2
  6. package/cjs/lib/core/authorization.js.map +1 -1
  7. package/cjs/lib/core/global.d.ts +2 -0
  8. package/cjs/lib/core/global.d.ts.map +1 -1
  9. package/cjs/lib/core/global.js +3 -0
  10. package/cjs/lib/core/global.js.map +1 -1
  11. package/cjs/lib/services/compute/config.d.ts +7 -0
  12. package/cjs/lib/services/compute/config.d.ts.map +1 -0
  13. package/cjs/lib/services/compute/config.js +16 -0
  14. package/cjs/lib/services/compute/config.js.map +1 -0
  15. package/cjs/lib/services/compute/index.d.ts +14 -0
  16. package/cjs/lib/services/compute/index.d.ts.map +1 -0
  17. package/cjs/lib/services/compute/index.js +18 -0
  18. package/cjs/lib/services/compute/index.js.map +1 -0
  19. package/cjs/lib/services/compute/service/endpoints.d.ts +15 -0
  20. package/cjs/lib/services/compute/service/endpoints.d.ts.map +1 -0
  21. package/cjs/lib/services/compute/service/endpoints.js +22 -0
  22. package/cjs/lib/services/compute/service/endpoints.js.map +1 -0
  23. package/cjs/lib/services/globus-connect-server/client.d.ts +443 -88
  24. package/cjs/lib/services/globus-connect-server/client.d.ts.map +1 -1
  25. package/esm/index.d.ts +1 -0
  26. package/esm/index.d.ts.map +1 -1
  27. package/esm/index.js +1 -0
  28. package/esm/index.js.map +1 -1
  29. package/esm/lib/core/authorization.js +2 -2
  30. package/esm/lib/core/authorization.js.map +1 -1
  31. package/esm/lib/core/global.d.ts +2 -0
  32. package/esm/lib/core/global.d.ts.map +1 -1
  33. package/esm/lib/core/global.js +3 -0
  34. package/esm/lib/core/global.js.map +1 -1
  35. package/esm/lib/services/compute/config.d.ts +7 -0
  36. package/esm/lib/services/compute/config.d.ts.map +1 -0
  37. package/esm/lib/services/compute/config.js +13 -0
  38. package/esm/lib/services/compute/config.js.map +1 -0
  39. package/esm/lib/services/compute/index.d.ts +14 -0
  40. package/esm/lib/services/compute/index.d.ts.map +1 -0
  41. package/esm/lib/services/compute/index.js +14 -0
  42. package/esm/lib/services/compute/index.js.map +1 -0
  43. package/esm/lib/services/compute/service/endpoints.d.ts +15 -0
  44. package/esm/lib/services/compute/service/endpoints.d.ts.map +1 -0
  45. package/esm/lib/services/compute/service/endpoints.js +19 -0
  46. package/esm/lib/services/compute/service/endpoints.js.map +1 -0
  47. package/esm/lib/services/globus-connect-server/client.d.ts +443 -88
  48. package/esm/lib/services/globus-connect-server/client.d.ts.map +1 -1
  49. package/package.json +2 -2
  50. package/umd/globus.production.js +1 -1
@@ -96,7 +96,7 @@ export declare function getClient(configuration: GCSConfiguration): {
96
96
  public?: boolean | undefined;
97
97
  subscription_id?: string | null | undefined;
98
98
  })[] | undefined;
99
- } & {
99
+ } & ({
100
100
  DATA_TYPE: "result#1.0.0";
101
101
  code: string;
102
102
  data?: Record<string, unknown>[] | undefined;
@@ -105,7 +105,19 @@ export declare function getClient(configuration: GCSConfiguration): {
105
105
  http_response_code: number;
106
106
  marker?: string | null | undefined;
107
107
  message?: string | undefined;
108
- }>>;
108
+ } | {
109
+ DATA_TYPE: "result#1.1.0";
110
+ authorization_parameters?: {
111
+ [key: string]: unknown;
112
+ } | null | undefined;
113
+ code: string;
114
+ data?: Record<string, unknown>[] | undefined;
115
+ detail?: unknown;
116
+ has_next_page?: boolean | undefined;
117
+ http_response_code: number;
118
+ marker?: string | null | undefined;
119
+ message?: string | undefined;
120
+ })>>;
109
121
  update: (options?: ({
110
122
  payload: {
111
123
  DATA_TYPE: "endpoint#1.0.0";
@@ -242,7 +254,7 @@ export declare function getClient(configuration: GCSConfiguration): {
242
254
  public?: boolean | undefined;
243
255
  subscription_id?: string | null | undefined;
244
256
  })[] | undefined;
245
- } & {
257
+ } & ({
246
258
  DATA_TYPE: "result#1.0.0";
247
259
  code: string;
248
260
  data?: Record<string, unknown>[] | undefined;
@@ -251,7 +263,19 @@ export declare function getClient(configuration: GCSConfiguration): {
251
263
  http_response_code: number;
252
264
  marker?: string | null | undefined;
253
265
  message?: string | undefined;
254
- }>>;
266
+ } | {
267
+ DATA_TYPE: "result#1.1.0";
268
+ authorization_parameters?: {
269
+ [key: string]: unknown;
270
+ } | null | undefined;
271
+ code: string;
272
+ data?: Record<string, unknown>[] | undefined;
273
+ detail?: unknown;
274
+ has_next_page?: boolean | undefined;
275
+ http_response_code: number;
276
+ marker?: string | null | undefined;
277
+ message?: string | undefined;
278
+ })>>;
255
279
  patch: (options?: ({
256
280
  payload: Record<string, unknown> | {
257
281
  DATA_TYPE: "endpoint#1.0.0";
@@ -388,7 +412,7 @@ export declare function getClient(configuration: GCSConfiguration): {
388
412
  public?: boolean | undefined;
389
413
  subscription_id?: string | null | undefined;
390
414
  })[] | undefined;
391
- } & {
415
+ } & ({
392
416
  DATA_TYPE: "result#1.0.0";
393
417
  code: string;
394
418
  data?: Record<string, unknown>[] | undefined;
@@ -397,7 +421,19 @@ export declare function getClient(configuration: GCSConfiguration): {
397
421
  http_response_code: number;
398
422
  marker?: string | null | undefined;
399
423
  message?: string | undefined;
400
- }>>;
424
+ } | {
425
+ DATA_TYPE: "result#1.1.0";
426
+ authorization_parameters?: {
427
+ [key: string]: unknown;
428
+ } | null | undefined;
429
+ code: string;
430
+ data?: Record<string, unknown>[] | undefined;
431
+ detail?: unknown;
432
+ has_next_page?: boolean | undefined;
433
+ http_response_code: number;
434
+ marker?: string | null | undefined;
435
+ message?: string | undefined;
436
+ })>>;
401
437
  updateSubscriptionId: (options?: ({
402
438
  payload: {
403
439
  DATA_TYPE: "endpoint_subscription#1.0.0";
@@ -417,6 +453,18 @@ export declare function getClient(configuration: GCSConfiguration): {
417
453
  http_response_code: number;
418
454
  marker?: string | null | undefined;
419
455
  message?: string | undefined;
456
+ } | {
457
+ DATA_TYPE: "result#1.1.0";
458
+ authorization_parameters?: {
459
+ [key: string]: unknown;
460
+ } | null | undefined;
461
+ code: string;
462
+ data?: Record<string, unknown>[] | undefined;
463
+ detail?: unknown;
464
+ has_next_page?: boolean | undefined;
465
+ http_response_code: number;
466
+ marker?: string | null | undefined;
467
+ message?: string | undefined;
420
468
  }>>;
421
469
  };
422
470
  versioning: {
@@ -435,6 +483,13 @@ export declare function getClient(configuration: GCSConfiguration): {
435
483
  display_name: string;
436
484
  id: string;
437
485
  version?: string | undefined;
486
+ } | {
487
+ DATA_TYPE: "connector#1.1.0";
488
+ display_name: string;
489
+ id: string;
490
+ is_baa?: boolean | undefined;
491
+ is_ha?: boolean | undefined;
492
+ version?: string | undefined;
438
493
  } | {
439
494
  DATA_TYPE: "info#1.0.0";
440
495
  api_version?: string | undefined;
@@ -443,7 +498,7 @@ export declare function getClient(configuration: GCSConfiguration): {
443
498
  endpoint_id?: string | undefined;
444
499
  manager_version?: string | undefined;
445
500
  })[] | undefined;
446
- } & {
501
+ } & ({
447
502
  DATA_TYPE: "result#1.0.0";
448
503
  code: string;
449
504
  data?: Record<string, unknown>[] | undefined;
@@ -452,7 +507,19 @@ export declare function getClient(configuration: GCSConfiguration): {
452
507
  http_response_code: number;
453
508
  marker?: string | null | undefined;
454
509
  message?: string | undefined;
455
- }>>;
510
+ } | {
511
+ DATA_TYPE: "result#1.1.0";
512
+ authorization_parameters?: {
513
+ [key: string]: unknown;
514
+ } | null | undefined;
515
+ code: string;
516
+ data?: Record<string, unknown>[] | undefined;
517
+ detail?: unknown;
518
+ has_next_page?: boolean | undefined;
519
+ http_response_code: number;
520
+ marker?: string | null | undefined;
521
+ message?: string | undefined;
522
+ })>>;
456
523
  };
457
524
  collections: {
458
525
  get: (collection_id: string, options?: ({
@@ -1272,7 +1339,7 @@ export declare function getClient(configuration: GCSConfiguration): {
1272
1339
  user_message?: string | null | undefined;
1273
1340
  user_message_link?: string | null | undefined;
1274
1341
  })[] | undefined;
1275
- } & {
1342
+ } & ({
1276
1343
  DATA_TYPE: "result#1.0.0";
1277
1344
  code: string;
1278
1345
  data?: Record<string, unknown>[] | undefined;
@@ -1281,7 +1348,19 @@ export declare function getClient(configuration: GCSConfiguration): {
1281
1348
  http_response_code: number;
1282
1349
  marker?: string | null | undefined;
1283
1350
  message?: string | undefined;
1284
- }>>;
1351
+ } | {
1352
+ DATA_TYPE: "result#1.1.0";
1353
+ authorization_parameters?: {
1354
+ [key: string]: unknown;
1355
+ } | null | undefined;
1356
+ code: string;
1357
+ data?: Record<string, unknown>[] | undefined;
1358
+ detail?: unknown;
1359
+ has_next_page?: boolean | undefined;
1360
+ http_response_code: number;
1361
+ marker?: string | null | undefined;
1362
+ message?: string | undefined;
1363
+ })>>;
1285
1364
  getAll: (options?: ({
1286
1365
  query?: {
1287
1366
  page_size?: number | undefined;
@@ -2104,7 +2183,7 @@ export declare function getClient(configuration: GCSConfiguration): {
2104
2183
  user_message?: string | null | undefined;
2105
2184
  user_message_link?: string | null | undefined;
2106
2185
  })[] | undefined;
2107
- } & {
2186
+ } & ({
2108
2187
  DATA_TYPE: "result#1.0.0";
2109
2188
  code: string;
2110
2189
  data?: Record<string, unknown>[] | undefined;
@@ -2113,7 +2192,19 @@ export declare function getClient(configuration: GCSConfiguration): {
2113
2192
  http_response_code: number;
2114
2193
  marker?: string | null | undefined;
2115
2194
  message?: string | undefined;
2116
- }>>;
2195
+ } | {
2196
+ DATA_TYPE: "result#1.1.0";
2197
+ authorization_parameters?: {
2198
+ [key: string]: unknown;
2199
+ } | null | undefined;
2200
+ code: string;
2201
+ data?: Record<string, unknown>[] | undefined;
2202
+ detail?: unknown;
2203
+ has_next_page?: boolean | undefined;
2204
+ http_response_code: number;
2205
+ marker?: string | null | undefined;
2206
+ message?: string | undefined;
2207
+ })>>;
2117
2208
  create: (options: ({
2118
2209
  payload: {
2119
2210
  DATA_TYPE: "collection#1.0.0";
@@ -3734,7 +3825,7 @@ export declare function getClient(configuration: GCSConfiguration): {
3734
3825
  user_message?: string | null | undefined;
3735
3826
  user_message_link?: string | null | undefined;
3736
3827
  })[] | undefined;
3737
- } & {
3828
+ } & ({
3738
3829
  DATA_TYPE: "result#1.0.0";
3739
3830
  code: string;
3740
3831
  data?: Record<string, unknown>[] | undefined;
@@ -3743,7 +3834,19 @@ export declare function getClient(configuration: GCSConfiguration): {
3743
3834
  http_response_code: number;
3744
3835
  marker?: string | null | undefined;
3745
3836
  message?: string | undefined;
3746
- }>>;
3837
+ } | {
3838
+ DATA_TYPE: "result#1.1.0";
3839
+ authorization_parameters?: {
3840
+ [key: string]: unknown;
3841
+ } | null | undefined;
3842
+ code: string;
3843
+ data?: Record<string, unknown>[] | undefined;
3844
+ detail?: unknown;
3845
+ has_next_page?: boolean | undefined;
3846
+ http_response_code: number;
3847
+ marker?: string | null | undefined;
3848
+ message?: string | undefined;
3849
+ })>>;
3747
3850
  remove: (collection_id: string, options?: ({
3748
3851
  query?: undefined;
3749
3852
  payload?: undefined;
@@ -3761,6 +3864,18 @@ export declare function getClient(configuration: GCSConfiguration): {
3761
3864
  http_response_code: number;
3762
3865
  marker?: string | null | undefined;
3763
3866
  message?: string | undefined;
3867
+ } | {
3868
+ DATA_TYPE: "result#1.1.0";
3869
+ authorization_parameters?: {
3870
+ [key: string]: unknown;
3871
+ } | null | undefined;
3872
+ code: string;
3873
+ data?: Record<string, unknown>[] | undefined;
3874
+ detail?: unknown;
3875
+ has_next_page?: boolean | undefined;
3876
+ http_response_code: number;
3877
+ marker?: string | null | undefined;
3878
+ message?: string | undefined;
3764
3879
  }>>;
3765
3880
  update: (collection_id: string, options: ({
3766
3881
  payload: {
@@ -4583,6 +4698,18 @@ export declare function getClient(configuration: GCSConfiguration): {
4583
4698
  http_response_code: number;
4584
4699
  marker?: string | null | undefined;
4585
4700
  message?: string | undefined;
4701
+ } | {
4702
+ DATA_TYPE: "result#1.1.0";
4703
+ authorization_parameters?: {
4704
+ [key: string]: unknown;
4705
+ } | null | undefined;
4706
+ code: string;
4707
+ data?: Record<string, unknown>[] | undefined;
4708
+ detail?: unknown;
4709
+ has_next_page?: boolean | undefined;
4710
+ http_response_code: number;
4711
+ marker?: string | null | undefined;
4712
+ message?: string | undefined;
4586
4713
  }>>;
4587
4714
  patch: (collection_id: string, options: ({
4588
4715
  payload: Partial<{
@@ -5405,6 +5532,18 @@ export declare function getClient(configuration: GCSConfiguration): {
5405
5532
  http_response_code: number;
5406
5533
  marker?: string | null | undefined;
5407
5534
  message?: string | undefined;
5535
+ } | {
5536
+ DATA_TYPE: "result#1.1.0";
5537
+ authorization_parameters?: {
5538
+ [key: string]: unknown;
5539
+ } | null | undefined;
5540
+ code: string;
5541
+ data?: Record<string, unknown>[] | undefined;
5542
+ detail?: unknown;
5543
+ has_next_page?: boolean | undefined;
5544
+ http_response_code: number;
5545
+ marker?: string | null | undefined;
5546
+ message?: string | undefined;
5408
5547
  }>>;
5409
5548
  updateOwnerString: (collection_id: string, options: ({
5410
5549
  payload: Partial<{
@@ -5425,6 +5564,18 @@ export declare function getClient(configuration: GCSConfiguration): {
5425
5564
  http_response_code: number;
5426
5565
  marker?: string | null | undefined;
5427
5566
  message?: string | undefined;
5567
+ } | {
5568
+ DATA_TYPE: "result#1.1.0";
5569
+ authorization_parameters?: {
5570
+ [key: string]: unknown;
5571
+ } | null | undefined;
5572
+ code: string;
5573
+ data?: Record<string, unknown>[] | undefined;
5574
+ detail?: unknown;
5575
+ has_next_page?: boolean | undefined;
5576
+ http_response_code: number;
5577
+ marker?: string | null | undefined;
5578
+ message?: string | undefined;
5428
5579
  }>>;
5429
5580
  resetOwnerString: (collection_id: string, options: {
5430
5581
  query?: {
@@ -5440,6 +5591,18 @@ export declare function getClient(configuration: GCSConfiguration): {
5440
5591
  http_response_code: number;
5441
5592
  marker?: string | null | undefined;
5442
5593
  message?: string | undefined;
5594
+ } | {
5595
+ DATA_TYPE: "result#1.1.0";
5596
+ authorization_parameters?: {
5597
+ [key: string]: unknown;
5598
+ } | null | undefined;
5599
+ code: string;
5600
+ data?: Record<string, unknown>[] | undefined;
5601
+ detail?: unknown;
5602
+ has_next_page?: boolean | undefined;
5603
+ http_response_code: number;
5604
+ marker?: string | null | undefined;
5605
+ message?: string | undefined;
5443
5606
  }>>;
5444
5607
  };
5445
5608
  userCredentials: {
@@ -6259,7 +6422,7 @@ export declare function getClient(configuration: GCSConfiguration): {
6259
6422
  user_message?: string | null | undefined;
6260
6423
  user_message_link?: string | null | undefined;
6261
6424
  })[] | undefined;
6262
- } & {
6425
+ } & ({
6263
6426
  DATA_TYPE: "result#1.0.0";
6264
6427
  code: string;
6265
6428
  data?: Record<string, unknown>[] | undefined;
@@ -6268,7 +6431,19 @@ export declare function getClient(configuration: GCSConfiguration): {
6268
6431
  http_response_code: number;
6269
6432
  marker?: string | null | undefined;
6270
6433
  message?: string | undefined;
6271
- }>>;
6434
+ } | {
6435
+ DATA_TYPE: "result#1.1.0";
6436
+ authorization_parameters?: {
6437
+ [key: string]: unknown;
6438
+ } | null | undefined;
6439
+ code: string;
6440
+ data?: Record<string, unknown>[] | undefined;
6441
+ detail?: unknown;
6442
+ has_next_page?: boolean | undefined;
6443
+ http_response_code: number;
6444
+ marker?: string | null | undefined;
6445
+ message?: string | undefined;
6446
+ })>>;
6272
6447
  getAll: (options?: ({
6273
6448
  query?: {
6274
6449
  page_size?: number | undefined;
@@ -6378,7 +6553,7 @@ export declare function getClient(configuration: GCSConfiguration): {
6378
6553
  storage_gateway_id?: string | undefined;
6379
6554
  username?: string | undefined;
6380
6555
  }[] | undefined;
6381
- } & {
6556
+ } & ({
6382
6557
  DATA_TYPE: "result#1.0.0";
6383
6558
  code: string;
6384
6559
  data?: Record<string, unknown>[] | undefined;
@@ -6387,7 +6562,19 @@ export declare function getClient(configuration: GCSConfiguration): {
6387
6562
  http_response_code: number;
6388
6563
  marker?: string | null | undefined;
6389
6564
  message?: string | undefined;
6390
- }>>;
6565
+ } | {
6566
+ DATA_TYPE: "result#1.1.0";
6567
+ authorization_parameters?: {
6568
+ [key: string]: unknown;
6569
+ } | null | undefined;
6570
+ code: string;
6571
+ data?: Record<string, unknown>[] | undefined;
6572
+ detail?: unknown;
6573
+ has_next_page?: boolean | undefined;
6574
+ http_response_code: number;
6575
+ marker?: string | null | undefined;
6576
+ message?: string | undefined;
6577
+ })>>;
6391
6578
  create: (options: ({
6392
6579
  payload: {
6393
6580
  DATA_TYPE: "user_credential#1.0.0";
@@ -6586,7 +6773,7 @@ export declare function getClient(configuration: GCSConfiguration): {
6586
6773
  storage_gateway_id?: string | undefined;
6587
6774
  username?: string | undefined;
6588
6775
  }[] | undefined;
6589
- } & {
6776
+ } & ({
6590
6777
  DATA_TYPE: "result#1.0.0";
6591
6778
  code: string;
6592
6779
  data?: Record<string, unknown>[] | undefined;
@@ -6595,7 +6782,19 @@ export declare function getClient(configuration: GCSConfiguration): {
6595
6782
  http_response_code: number;
6596
6783
  marker?: string | null | undefined;
6597
6784
  message?: string | undefined;
6598
- }>>;
6785
+ } | {
6786
+ DATA_TYPE: "result#1.1.0";
6787
+ authorization_parameters?: {
6788
+ [key: string]: unknown;
6789
+ } | null | undefined;
6790
+ code: string;
6791
+ data?: Record<string, unknown>[] | undefined;
6792
+ detail?: unknown;
6793
+ has_next_page?: boolean | undefined;
6794
+ http_response_code: number;
6795
+ marker?: string | null | undefined;
6796
+ message?: string | undefined;
6797
+ })>>;
6599
6798
  remove: (user_credential_id: string, options?: ({
6600
6799
  query?: undefined;
6601
6800
  payload?: undefined;
@@ -6613,6 +6812,18 @@ export declare function getClient(configuration: GCSConfiguration): {
6613
6812
  http_response_code: number;
6614
6813
  marker?: string | null | undefined;
6615
6814
  message?: string | undefined;
6815
+ } | {
6816
+ DATA_TYPE: "result#1.1.0";
6817
+ authorization_parameters?: {
6818
+ [key: string]: unknown;
6819
+ } | null | undefined;
6820
+ code: string;
6821
+ data?: Record<string, unknown>[] | undefined;
6822
+ detail?: unknown;
6823
+ has_next_page?: boolean | undefined;
6824
+ http_response_code: number;
6825
+ marker?: string | null | undefined;
6826
+ message?: string | undefined;
6616
6827
  }>>;
6617
6828
  update: (user_credential_id: string, options: ({
6618
6829
  payload: {
@@ -6812,7 +7023,7 @@ export declare function getClient(configuration: GCSConfiguration): {
6812
7023
  storage_gateway_id?: string | undefined;
6813
7024
  username?: string | undefined;
6814
7025
  }[] | undefined;
6815
- } & {
7026
+ } & ({
6816
7027
  DATA_TYPE: "result#1.0.0";
6817
7028
  code: string;
6818
7029
  data?: Record<string, unknown>[] | undefined;
@@ -6821,7 +7032,19 @@ export declare function getClient(configuration: GCSConfiguration): {
6821
7032
  http_response_code: number;
6822
7033
  marker?: string | null | undefined;
6823
7034
  message?: string | undefined;
6824
- }>>;
7035
+ } | {
7036
+ DATA_TYPE: "result#1.1.0";
7037
+ authorization_parameters?: {
7038
+ [key: string]: unknown;
7039
+ } | null | undefined;
7040
+ code: string;
7041
+ data?: Record<string, unknown>[] | undefined;
7042
+ detail?: unknown;
7043
+ has_next_page?: boolean | undefined;
7044
+ http_response_code: number;
7045
+ marker?: string | null | undefined;
7046
+ message?: string | undefined;
7047
+ })>>;
6825
7048
  patch: (user_credential_id: string, options: ({
6826
7049
  payload: Partial<{
6827
7050
  DATA_TYPE: "user_credential#1.0.0";
@@ -7020,7 +7243,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7020
7243
  storage_gateway_id?: string | undefined;
7021
7244
  username?: string | undefined;
7022
7245
  }[] | undefined;
7023
- } & {
7246
+ } & ({
7024
7247
  DATA_TYPE: "result#1.0.0";
7025
7248
  code: string;
7026
7249
  data?: Record<string, unknown>[] | undefined;
@@ -7029,7 +7252,19 @@ export declare function getClient(configuration: GCSConfiguration): {
7029
7252
  http_response_code: number;
7030
7253
  marker?: string | null | undefined;
7031
7254
  message?: string | undefined;
7032
- }>>;
7255
+ } | {
7256
+ DATA_TYPE: "result#1.1.0";
7257
+ authorization_parameters?: {
7258
+ [key: string]: unknown;
7259
+ } | null | undefined;
7260
+ code: string;
7261
+ data?: Record<string, unknown>[] | undefined;
7262
+ detail?: unknown;
7263
+ has_next_page?: boolean | undefined;
7264
+ http_response_code: number;
7265
+ marker?: string | null | undefined;
7266
+ message?: string | undefined;
7267
+ })>>;
7033
7268
  };
7034
7269
  storageGateways: {
7035
7270
  get: (storage_gateway_id: string, options?: ({
@@ -7170,7 +7405,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7170
7405
  client_id: string | null;
7171
7406
  projects?: string[] | null | undefined;
7172
7407
  secret: string | null;
7173
- service_account_key?: unknown;
7408
+ service_account_key?: Record<string, unknown> | null | undefined;
7174
7409
  user_credential_required?: boolean | undefined;
7175
7410
  } | {
7176
7411
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -7180,7 +7415,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7180
7415
  client_id: string | null;
7181
7416
  projects?: string[] | null | undefined;
7182
7417
  secret: string | null;
7183
- service_account_key?: unknown;
7418
+ service_account_key?: Record<string, unknown> | null | undefined;
7184
7419
  user_credential_required?: boolean | undefined;
7185
7420
  } | {
7186
7421
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -7375,7 +7610,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7375
7610
  client_id: string | null;
7376
7611
  projects?: string[] | null | undefined;
7377
7612
  secret: string | null;
7378
- service_account_key?: unknown;
7613
+ service_account_key?: Record<string, unknown> | null | undefined;
7379
7614
  user_credential_required?: boolean | undefined;
7380
7615
  } | {
7381
7616
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -7385,7 +7620,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7385
7620
  client_id: string | null;
7386
7621
  projects?: string[] | null | undefined;
7387
7622
  secret: string | null;
7388
- service_account_key?: unknown;
7623
+ service_account_key?: Record<string, unknown> | null | undefined;
7389
7624
  user_credential_required?: boolean | undefined;
7390
7625
  } | {
7391
7626
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -7582,7 +7817,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7582
7817
  client_id: string | null;
7583
7818
  projects?: string[] | null | undefined;
7584
7819
  secret: string | null;
7585
- service_account_key?: unknown;
7820
+ service_account_key?: Record<string, unknown> | null | undefined;
7586
7821
  user_credential_required?: boolean | undefined;
7587
7822
  } | {
7588
7823
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -7592,7 +7827,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7592
7827
  client_id: string | null;
7593
7828
  projects?: string[] | null | undefined;
7594
7829
  secret: string | null;
7595
- service_account_key?: unknown;
7830
+ service_account_key?: Record<string, unknown> | null | undefined;
7596
7831
  user_credential_required?: boolean | undefined;
7597
7832
  } | {
7598
7833
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -7662,7 +7897,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7662
7897
  users_allow?: string[] | null | undefined;
7663
7898
  users_deny?: string[] | null | undefined;
7664
7899
  })[] | undefined;
7665
- } & {
7900
+ } & ({
7666
7901
  DATA_TYPE: "result#1.0.0";
7667
7902
  code: string;
7668
7903
  data?: Record<string, unknown>[] | undefined;
@@ -7671,7 +7906,19 @@ export declare function getClient(configuration: GCSConfiguration): {
7671
7906
  http_response_code: number;
7672
7907
  marker?: string | null | undefined;
7673
7908
  message?: string | undefined;
7674
- }>>;
7909
+ } | {
7910
+ DATA_TYPE: "result#1.1.0";
7911
+ authorization_parameters?: {
7912
+ [key: string]: unknown;
7913
+ } | null | undefined;
7914
+ code: string;
7915
+ data?: Record<string, unknown>[] | undefined;
7916
+ detail?: unknown;
7917
+ has_next_page?: boolean | undefined;
7918
+ http_response_code: number;
7919
+ marker?: string | null | undefined;
7920
+ message?: string | undefined;
7921
+ })>>;
7675
7922
  getAll: (options?: ({
7676
7923
  query?: {
7677
7924
  page_size?: number | undefined;
@@ -7812,7 +8059,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7812
8059
  client_id: string | null;
7813
8060
  projects?: string[] | null | undefined;
7814
8061
  secret: string | null;
7815
- service_account_key?: unknown;
8062
+ service_account_key?: Record<string, unknown> | null | undefined;
7816
8063
  user_credential_required?: boolean | undefined;
7817
8064
  } | {
7818
8065
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -7822,7 +8069,7 @@ export declare function getClient(configuration: GCSConfiguration): {
7822
8069
  client_id: string | null;
7823
8070
  projects?: string[] | null | undefined;
7824
8071
  secret: string | null;
7825
- service_account_key?: unknown;
8072
+ service_account_key?: Record<string, unknown> | null | undefined;
7826
8073
  user_credential_required?: boolean | undefined;
7827
8074
  } | {
7828
8075
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -8017,7 +8264,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8017
8264
  client_id: string | null;
8018
8265
  projects?: string[] | null | undefined;
8019
8266
  secret: string | null;
8020
- service_account_key?: unknown;
8267
+ service_account_key?: Record<string, unknown> | null | undefined;
8021
8268
  user_credential_required?: boolean | undefined;
8022
8269
  } | {
8023
8270
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -8027,7 +8274,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8027
8274
  client_id: string | null;
8028
8275
  projects?: string[] | null | undefined;
8029
8276
  secret: string | null;
8030
- service_account_key?: unknown;
8277
+ service_account_key?: Record<string, unknown> | null | undefined;
8031
8278
  user_credential_required?: boolean | undefined;
8032
8279
  } | {
8033
8280
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -8224,7 +8471,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8224
8471
  client_id: string | null;
8225
8472
  projects?: string[] | null | undefined;
8226
8473
  secret: string | null;
8227
- service_account_key?: unknown;
8474
+ service_account_key?: Record<string, unknown> | null | undefined;
8228
8475
  user_credential_required?: boolean | undefined;
8229
8476
  } | {
8230
8477
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -8234,7 +8481,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8234
8481
  client_id: string | null;
8235
8482
  projects?: string[] | null | undefined;
8236
8483
  secret: string | null;
8237
- service_account_key?: unknown;
8484
+ service_account_key?: Record<string, unknown> | null | undefined;
8238
8485
  user_credential_required?: boolean | undefined;
8239
8486
  } | {
8240
8487
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -8304,7 +8551,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8304
8551
  users_allow?: string[] | null | undefined;
8305
8552
  users_deny?: string[] | null | undefined;
8306
8553
  })[] | undefined;
8307
- } & {
8554
+ } & ({
8308
8555
  DATA_TYPE: "result#1.0.0";
8309
8556
  code: string;
8310
8557
  data?: Record<string, unknown>[] | undefined;
@@ -8313,7 +8560,19 @@ export declare function getClient(configuration: GCSConfiguration): {
8313
8560
  http_response_code: number;
8314
8561
  marker?: string | null | undefined;
8315
8562
  message?: string | undefined;
8316
- }>>;
8563
+ } | {
8564
+ DATA_TYPE: "result#1.1.0";
8565
+ authorization_parameters?: {
8566
+ [key: string]: unknown;
8567
+ } | null | undefined;
8568
+ code: string;
8569
+ data?: Record<string, unknown>[] | undefined;
8570
+ detail?: unknown;
8571
+ has_next_page?: boolean | undefined;
8572
+ http_response_code: number;
8573
+ marker?: string | null | undefined;
8574
+ message?: string | undefined;
8575
+ })>>;
8317
8576
  create: (options: ({
8318
8577
  payload: {
8319
8578
  DATA_TYPE: "storage_gateway#1.0.0";
@@ -8442,7 +8701,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8442
8701
  client_id: string | null;
8443
8702
  projects?: string[] | null | undefined;
8444
8703
  secret: string | null;
8445
- service_account_key?: unknown;
8704
+ service_account_key?: Record<string, unknown> | null | undefined;
8446
8705
  user_credential_required?: boolean | undefined;
8447
8706
  } | {
8448
8707
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -8452,7 +8711,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8452
8711
  client_id: string | null;
8453
8712
  projects?: string[] | null | undefined;
8454
8713
  secret: string | null;
8455
- service_account_key?: unknown;
8714
+ service_account_key?: Record<string, unknown> | null | undefined;
8456
8715
  user_credential_required?: boolean | undefined;
8457
8716
  } | {
8458
8717
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -8647,7 +8906,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8647
8906
  client_id: string | null;
8648
8907
  projects?: string[] | null | undefined;
8649
8908
  secret: string | null;
8650
- service_account_key?: unknown;
8909
+ service_account_key?: Record<string, unknown> | null | undefined;
8651
8910
  user_credential_required?: boolean | undefined;
8652
8911
  } | {
8653
8912
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -8657,7 +8916,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8657
8916
  client_id: string | null;
8658
8917
  projects?: string[] | null | undefined;
8659
8918
  secret: string | null;
8660
- service_account_key?: unknown;
8919
+ service_account_key?: Record<string, unknown> | null | undefined;
8661
8920
  user_credential_required?: boolean | undefined;
8662
8921
  } | {
8663
8922
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -8854,7 +9113,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8854
9113
  client_id: string | null;
8855
9114
  projects?: string[] | null | undefined;
8856
9115
  secret: string | null;
8857
- service_account_key?: unknown;
9116
+ service_account_key?: Record<string, unknown> | null | undefined;
8858
9117
  user_credential_required?: boolean | undefined;
8859
9118
  } | {
8860
9119
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -8864,7 +9123,7 @@ export declare function getClient(configuration: GCSConfiguration): {
8864
9123
  client_id: string | null;
8865
9124
  projects?: string[] | null | undefined;
8866
9125
  secret: string | null;
8867
- service_account_key?: unknown;
9126
+ service_account_key?: Record<string, unknown> | null | undefined;
8868
9127
  user_credential_required?: boolean | undefined;
8869
9128
  } | {
8870
9129
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -9068,7 +9327,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9068
9327
  client_id: string | null;
9069
9328
  projects?: string[] | null | undefined;
9070
9329
  secret: string | null;
9071
- service_account_key?: unknown;
9330
+ service_account_key?: Record<string, unknown> | null | undefined;
9072
9331
  user_credential_required?: boolean | undefined;
9073
9332
  } | {
9074
9333
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -9078,7 +9337,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9078
9337
  client_id: string | null;
9079
9338
  projects?: string[] | null | undefined;
9080
9339
  secret: string | null;
9081
- service_account_key?: unknown;
9340
+ service_account_key?: Record<string, unknown> | null | undefined;
9082
9341
  user_credential_required?: boolean | undefined;
9083
9342
  } | {
9084
9343
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -9273,7 +9532,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9273
9532
  client_id: string | null;
9274
9533
  projects?: string[] | null | undefined;
9275
9534
  secret: string | null;
9276
- service_account_key?: unknown;
9535
+ service_account_key?: Record<string, unknown> | null | undefined;
9277
9536
  user_credential_required?: boolean | undefined;
9278
9537
  } | {
9279
9538
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -9283,7 +9542,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9283
9542
  client_id: string | null;
9284
9543
  projects?: string[] | null | undefined;
9285
9544
  secret: string | null;
9286
- service_account_key?: unknown;
9545
+ service_account_key?: Record<string, unknown> | null | undefined;
9287
9546
  user_credential_required?: boolean | undefined;
9288
9547
  } | {
9289
9548
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -9480,7 +9739,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9480
9739
  client_id: string | null;
9481
9740
  projects?: string[] | null | undefined;
9482
9741
  secret: string | null;
9483
- service_account_key?: unknown;
9742
+ service_account_key?: Record<string, unknown> | null | undefined;
9484
9743
  user_credential_required?: boolean | undefined;
9485
9744
  } | {
9486
9745
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -9490,7 +9749,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9490
9749
  client_id: string | null;
9491
9750
  projects?: string[] | null | undefined;
9492
9751
  secret: string | null;
9493
- service_account_key?: unknown;
9752
+ service_account_key?: Record<string, unknown> | null | undefined;
9494
9753
  user_credential_required?: boolean | undefined;
9495
9754
  } | {
9496
9755
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -9560,7 +9819,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9560
9819
  users_allow?: string[] | null | undefined;
9561
9820
  users_deny?: string[] | null | undefined;
9562
9821
  })[] | undefined;
9563
- } & {
9822
+ } & ({
9564
9823
  DATA_TYPE: "result#1.0.0";
9565
9824
  code: string;
9566
9825
  data?: Record<string, unknown>[] | undefined;
@@ -9569,7 +9828,19 @@ export declare function getClient(configuration: GCSConfiguration): {
9569
9828
  http_response_code: number;
9570
9829
  marker?: string | null | undefined;
9571
9830
  message?: string | undefined;
9572
- }>>;
9831
+ } | {
9832
+ DATA_TYPE: "result#1.1.0";
9833
+ authorization_parameters?: {
9834
+ [key: string]: unknown;
9835
+ } | null | undefined;
9836
+ code: string;
9837
+ data?: Record<string, unknown>[] | undefined;
9838
+ detail?: unknown;
9839
+ has_next_page?: boolean | undefined;
9840
+ http_response_code: number;
9841
+ marker?: string | null | undefined;
9842
+ message?: string | undefined;
9843
+ })>>;
9573
9844
  remove: (storage_gateway_id: string, options?: ({
9574
9845
  query?: undefined;
9575
9846
  payload?: undefined;
@@ -9587,6 +9858,18 @@ export declare function getClient(configuration: GCSConfiguration): {
9587
9858
  http_response_code: number;
9588
9859
  marker?: string | null | undefined;
9589
9860
  message?: string | undefined;
9861
+ } | {
9862
+ DATA_TYPE: "result#1.1.0";
9863
+ authorization_parameters?: {
9864
+ [key: string]: unknown;
9865
+ } | null | undefined;
9866
+ code: string;
9867
+ data?: Record<string, unknown>[] | undefined;
9868
+ detail?: unknown;
9869
+ has_next_page?: boolean | undefined;
9870
+ http_response_code: number;
9871
+ marker?: string | null | undefined;
9872
+ message?: string | undefined;
9590
9873
  }>>;
9591
9874
  update: (storage_gateway_id: string, options: ({
9592
9875
  payload: {
@@ -9716,7 +9999,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9716
9999
  client_id: string | null;
9717
10000
  projects?: string[] | null | undefined;
9718
10001
  secret: string | null;
9719
- service_account_key?: unknown;
10002
+ service_account_key?: Record<string, unknown> | null | undefined;
9720
10003
  user_credential_required?: boolean | undefined;
9721
10004
  } | {
9722
10005
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -9726,7 +10009,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9726
10009
  client_id: string | null;
9727
10010
  projects?: string[] | null | undefined;
9728
10011
  secret: string | null;
9729
- service_account_key?: unknown;
10012
+ service_account_key?: Record<string, unknown> | null | undefined;
9730
10013
  user_credential_required?: boolean | undefined;
9731
10014
  } | {
9732
10015
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -9921,7 +10204,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9921
10204
  client_id: string | null;
9922
10205
  projects?: string[] | null | undefined;
9923
10206
  secret: string | null;
9924
- service_account_key?: unknown;
10207
+ service_account_key?: Record<string, unknown> | null | undefined;
9925
10208
  user_credential_required?: boolean | undefined;
9926
10209
  } | {
9927
10210
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -9931,7 +10214,7 @@ export declare function getClient(configuration: GCSConfiguration): {
9931
10214
  client_id: string | null;
9932
10215
  projects?: string[] | null | undefined;
9933
10216
  secret: string | null;
9934
- service_account_key?: unknown;
10217
+ service_account_key?: Record<string, unknown> | null | undefined;
9935
10218
  user_credential_required?: boolean | undefined;
9936
10219
  } | {
9937
10220
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -10128,7 +10411,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10128
10411
  client_id: string | null;
10129
10412
  projects?: string[] | null | undefined;
10130
10413
  secret: string | null;
10131
- service_account_key?: unknown;
10414
+ service_account_key?: Record<string, unknown> | null | undefined;
10132
10415
  user_credential_required?: boolean | undefined;
10133
10416
  } | {
10134
10417
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -10138,7 +10421,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10138
10421
  client_id: string | null;
10139
10422
  projects?: string[] | null | undefined;
10140
10423
  secret: string | null;
10141
- service_account_key?: unknown;
10424
+ service_account_key?: Record<string, unknown> | null | undefined;
10142
10425
  user_credential_required?: boolean | undefined;
10143
10426
  } | {
10144
10427
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -10342,7 +10625,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10342
10625
  client_id: string | null;
10343
10626
  projects?: string[] | null | undefined;
10344
10627
  secret: string | null;
10345
- service_account_key?: unknown;
10628
+ service_account_key?: Record<string, unknown> | null | undefined;
10346
10629
  user_credential_required?: boolean | undefined;
10347
10630
  } | {
10348
10631
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -10352,7 +10635,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10352
10635
  client_id: string | null;
10353
10636
  projects?: string[] | null | undefined;
10354
10637
  secret: string | null;
10355
- service_account_key?: unknown;
10638
+ service_account_key?: Record<string, unknown> | null | undefined;
10356
10639
  user_credential_required?: boolean | undefined;
10357
10640
  } | {
10358
10641
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -10547,7 +10830,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10547
10830
  client_id: string | null;
10548
10831
  projects?: string[] | null | undefined;
10549
10832
  secret: string | null;
10550
- service_account_key?: unknown;
10833
+ service_account_key?: Record<string, unknown> | null | undefined;
10551
10834
  user_credential_required?: boolean | undefined;
10552
10835
  } | {
10553
10836
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -10557,7 +10840,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10557
10840
  client_id: string | null;
10558
10841
  projects?: string[] | null | undefined;
10559
10842
  secret: string | null;
10560
- service_account_key?: unknown;
10843
+ service_account_key?: Record<string, unknown> | null | undefined;
10561
10844
  user_credential_required?: boolean | undefined;
10562
10845
  } | {
10563
10846
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -10754,7 +11037,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10754
11037
  client_id: string | null;
10755
11038
  projects?: string[] | null | undefined;
10756
11039
  secret: string | null;
10757
- service_account_key?: unknown;
11040
+ service_account_key?: Record<string, unknown> | null | undefined;
10758
11041
  user_credential_required?: boolean | undefined;
10759
11042
  } | {
10760
11043
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -10764,7 +11047,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10764
11047
  client_id: string | null;
10765
11048
  projects?: string[] | null | undefined;
10766
11049
  secret: string | null;
10767
- service_account_key?: unknown;
11050
+ service_account_key?: Record<string, unknown> | null | undefined;
10768
11051
  user_credential_required?: boolean | undefined;
10769
11052
  } | {
10770
11053
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -10834,7 +11117,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10834
11117
  users_allow?: string[] | null | undefined;
10835
11118
  users_deny?: string[] | null | undefined;
10836
11119
  })[] | undefined;
10837
- } & {
11120
+ } & ({
10838
11121
  DATA_TYPE: "result#1.0.0";
10839
11122
  code: string;
10840
11123
  data?: Record<string, unknown>[] | undefined;
@@ -10843,7 +11126,19 @@ export declare function getClient(configuration: GCSConfiguration): {
10843
11126
  http_response_code: number;
10844
11127
  marker?: string | null | undefined;
10845
11128
  message?: string | undefined;
10846
- }>>;
11129
+ } | {
11130
+ DATA_TYPE: "result#1.1.0";
11131
+ authorization_parameters?: {
11132
+ [key: string]: unknown;
11133
+ } | null | undefined;
11134
+ code: string;
11135
+ data?: Record<string, unknown>[] | undefined;
11136
+ detail?: unknown;
11137
+ has_next_page?: boolean | undefined;
11138
+ http_response_code: number;
11139
+ marker?: string | null | undefined;
11140
+ message?: string | undefined;
11141
+ })>>;
10847
11142
  patch: (storage_gateway_id: string, options: ({
10848
11143
  payload: Partial<{
10849
11144
  DATA_TYPE: "storage_gateway#1.0.0";
@@ -10972,7 +11267,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10972
11267
  client_id: string | null;
10973
11268
  projects?: string[] | null | undefined;
10974
11269
  secret: string | null;
10975
- service_account_key?: unknown;
11270
+ service_account_key?: Record<string, unknown> | null | undefined;
10976
11271
  user_credential_required?: boolean | undefined;
10977
11272
  } | {
10978
11273
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -10982,7 +11277,7 @@ export declare function getClient(configuration: GCSConfiguration): {
10982
11277
  client_id: string | null;
10983
11278
  projects?: string[] | null | undefined;
10984
11279
  secret: string | null;
10985
- service_account_key?: unknown;
11280
+ service_account_key?: Record<string, unknown> | null | undefined;
10986
11281
  user_credential_required?: boolean | undefined;
10987
11282
  } | {
10988
11283
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -11177,7 +11472,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11177
11472
  client_id: string | null;
11178
11473
  projects?: string[] | null | undefined;
11179
11474
  secret: string | null;
11180
- service_account_key?: unknown;
11475
+ service_account_key?: Record<string, unknown> | null | undefined;
11181
11476
  user_credential_required?: boolean | undefined;
11182
11477
  } | {
11183
11478
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -11187,7 +11482,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11187
11482
  client_id: string | null;
11188
11483
  projects?: string[] | null | undefined;
11189
11484
  secret: string | null;
11190
- service_account_key?: unknown;
11485
+ service_account_key?: Record<string, unknown> | null | undefined;
11191
11486
  user_credential_required?: boolean | undefined;
11192
11487
  } | {
11193
11488
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -11384,7 +11679,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11384
11679
  client_id: string | null;
11385
11680
  projects?: string[] | null | undefined;
11386
11681
  secret: string | null;
11387
- service_account_key?: unknown;
11682
+ service_account_key?: Record<string, unknown> | null | undefined;
11388
11683
  user_credential_required?: boolean | undefined;
11389
11684
  } | {
11390
11685
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -11394,7 +11689,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11394
11689
  client_id: string | null;
11395
11690
  projects?: string[] | null | undefined;
11396
11691
  secret: string | null;
11397
- service_account_key?: unknown;
11692
+ service_account_key?: Record<string, unknown> | null | undefined;
11398
11693
  user_credential_required?: boolean | undefined;
11399
11694
  } | {
11400
11695
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -11598,7 +11893,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11598
11893
  client_id: string | null;
11599
11894
  projects?: string[] | null | undefined;
11600
11895
  secret: string | null;
11601
- service_account_key?: unknown;
11896
+ service_account_key?: Record<string, unknown> | null | undefined;
11602
11897
  user_credential_required?: boolean | undefined;
11603
11898
  } | {
11604
11899
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -11608,7 +11903,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11608
11903
  client_id: string | null;
11609
11904
  projects?: string[] | null | undefined;
11610
11905
  secret: string | null;
11611
- service_account_key?: unknown;
11906
+ service_account_key?: Record<string, unknown> | null | undefined;
11612
11907
  user_credential_required?: boolean | undefined;
11613
11908
  } | {
11614
11909
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -11803,7 +12098,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11803
12098
  client_id: string | null;
11804
12099
  projects?: string[] | null | undefined;
11805
12100
  secret: string | null;
11806
- service_account_key?: unknown;
12101
+ service_account_key?: Record<string, unknown> | null | undefined;
11807
12102
  user_credential_required?: boolean | undefined;
11808
12103
  } | {
11809
12104
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -11813,7 +12108,7 @@ export declare function getClient(configuration: GCSConfiguration): {
11813
12108
  client_id: string | null;
11814
12109
  projects?: string[] | null | undefined;
11815
12110
  secret: string | null;
11816
- service_account_key?: unknown;
12111
+ service_account_key?: Record<string, unknown> | null | undefined;
11817
12112
  user_credential_required?: boolean | undefined;
11818
12113
  } | {
11819
12114
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -12010,7 +12305,7 @@ export declare function getClient(configuration: GCSConfiguration): {
12010
12305
  client_id: string | null;
12011
12306
  projects?: string[] | null | undefined;
12012
12307
  secret: string | null;
12013
- service_account_key?: unknown;
12308
+ service_account_key?: Record<string, unknown> | null | undefined;
12014
12309
  user_credential_required?: boolean | undefined;
12015
12310
  } | {
12016
12311
  DATA_TYPE: "google_cloud_storage_policies#1.1.0";
@@ -12020,7 +12315,7 @@ export declare function getClient(configuration: GCSConfiguration): {
12020
12315
  client_id: string | null;
12021
12316
  projects?: string[] | null | undefined;
12022
12317
  secret: string | null;
12023
- service_account_key?: unknown;
12318
+ service_account_key?: Record<string, unknown> | null | undefined;
12024
12319
  user_credential_required?: boolean | undefined;
12025
12320
  } | {
12026
12321
  DATA_TYPE: "google_drive_storage_policies#1.0.0";
@@ -12090,7 +12385,7 @@ export declare function getClient(configuration: GCSConfiguration): {
12090
12385
  users_allow?: string[] | null | undefined;
12091
12386
  users_deny?: string[] | null | undefined;
12092
12387
  })[] | undefined;
12093
- } & {
12388
+ } & ({
12094
12389
  DATA_TYPE: "result#1.0.0";
12095
12390
  code: string;
12096
12391
  data?: Record<string, unknown>[] | undefined;
@@ -12099,7 +12394,19 @@ export declare function getClient(configuration: GCSConfiguration): {
12099
12394
  http_response_code: number;
12100
12395
  marker?: string | null | undefined;
12101
12396
  message?: string | undefined;
12102
- }>>;
12397
+ } | {
12398
+ DATA_TYPE: "result#1.1.0";
12399
+ authorization_parameters?: {
12400
+ [key: string]: unknown;
12401
+ } | null | undefined;
12402
+ code: string;
12403
+ data?: Record<string, unknown>[] | undefined;
12404
+ detail?: unknown;
12405
+ has_next_page?: boolean | undefined;
12406
+ http_response_code: number;
12407
+ marker?: string | null | undefined;
12408
+ message?: string | undefined;
12409
+ })>>;
12103
12410
  };
12104
12411
  roles: {
12105
12412
  get: (role_id: string, options?: ({
@@ -12119,7 +12426,7 @@ export declare function getClient(configuration: GCSConfiguration): {
12119
12426
  collection?: string | null | undefined;
12120
12427
  role: "owner" | "administrator" | "access_manager" | "activity_manager" | "activity_monitor" | "access_monitor";
12121
12428
  }[] | undefined;
12122
- } & {
12429
+ } & ({
12123
12430
  DATA_TYPE: "result#1.0.0";
12124
12431
  code: string;
12125
12432
  data?: Record<string, unknown>[] | undefined;
@@ -12128,7 +12435,19 @@ export declare function getClient(configuration: GCSConfiguration): {
12128
12435
  http_response_code: number;
12129
12436
  marker?: string | null | undefined;
12130
12437
  message?: string | undefined;
12131
- }>>;
12438
+ } | {
12439
+ DATA_TYPE: "result#1.1.0";
12440
+ authorization_parameters?: {
12441
+ [key: string]: unknown;
12442
+ } | null | undefined;
12443
+ code: string;
12444
+ data?: Record<string, unknown>[] | undefined;
12445
+ detail?: unknown;
12446
+ has_next_page?: boolean | undefined;
12447
+ http_response_code: number;
12448
+ marker?: string | null | undefined;
12449
+ message?: string | undefined;
12450
+ })>>;
12132
12451
  getAll: (options?: ({
12133
12452
  query?: {
12134
12453
  page_size?: number | undefined;
@@ -12150,7 +12469,7 @@ export declare function getClient(configuration: GCSConfiguration): {
12150
12469
  collection?: string | null | undefined;
12151
12470
  role: "owner" | "administrator" | "access_manager" | "activity_manager" | "activity_monitor" | "access_monitor";
12152
12471
  }[] | undefined;
12153
- } & {
12472
+ } & ({
12154
12473
  DATA_TYPE: "result#1.0.0";
12155
12474
  code: string;
12156
12475
  data?: Record<string, unknown>[] | undefined;
@@ -12159,7 +12478,19 @@ export declare function getClient(configuration: GCSConfiguration): {
12159
12478
  http_response_code: number;
12160
12479
  marker?: string | null | undefined;
12161
12480
  message?: string | undefined;
12162
- }>>;
12481
+ } | {
12482
+ DATA_TYPE: "result#1.1.0";
12483
+ authorization_parameters?: {
12484
+ [key: string]: unknown;
12485
+ } | null | undefined;
12486
+ code: string;
12487
+ data?: Record<string, unknown>[] | undefined;
12488
+ detail?: unknown;
12489
+ has_next_page?: boolean | undefined;
12490
+ http_response_code: number;
12491
+ marker?: string | null | undefined;
12492
+ message?: string | undefined;
12493
+ })>>;
12163
12494
  create: (options: ({
12164
12495
  payload: {
12165
12496
  DATA_TYPE: "role#1.0.0";
@@ -12182,7 +12513,7 @@ export declare function getClient(configuration: GCSConfiguration): {
12182
12513
  collection?: string | null | undefined;
12183
12514
  role: "owner" | "administrator" | "access_manager" | "activity_manager" | "activity_monitor" | "access_monitor";
12184
12515
  }[] | undefined;
12185
- } & {
12516
+ } & ({
12186
12517
  DATA_TYPE: "result#1.0.0";
12187
12518
  code: string;
12188
12519
  data?: Record<string, unknown>[] | undefined;
@@ -12191,7 +12522,19 @@ export declare function getClient(configuration: GCSConfiguration): {
12191
12522
  http_response_code: number;
12192
12523
  marker?: string | null | undefined;
12193
12524
  message?: string | undefined;
12194
- }>>;
12525
+ } | {
12526
+ DATA_TYPE: "result#1.1.0";
12527
+ authorization_parameters?: {
12528
+ [key: string]: unknown;
12529
+ } | null | undefined;
12530
+ code: string;
12531
+ data?: Record<string, unknown>[] | undefined;
12532
+ detail?: unknown;
12533
+ has_next_page?: boolean | undefined;
12534
+ http_response_code: number;
12535
+ marker?: string | null | undefined;
12536
+ message?: string | undefined;
12537
+ })>>;
12195
12538
  remove: (role_id: string, options?: ({
12196
12539
  query?: undefined;
12197
12540
  payload?: undefined;
@@ -12209,6 +12552,18 @@ export declare function getClient(configuration: GCSConfiguration): {
12209
12552
  http_response_code: number;
12210
12553
  marker?: string | null | undefined;
12211
12554
  message?: string | undefined;
12555
+ } | {
12556
+ DATA_TYPE: "result#1.1.0";
12557
+ authorization_parameters?: {
12558
+ [key: string]: unknown;
12559
+ } | null | undefined;
12560
+ code: string;
12561
+ data?: Record<string, unknown>[] | undefined;
12562
+ detail?: unknown;
12563
+ has_next_page?: boolean | undefined;
12564
+ http_response_code: number;
12565
+ marker?: string | null | undefined;
12566
+ message?: string | undefined;
12212
12567
  }>>;
12213
12568
  };
12214
12569
  };