@maxim_mazurok/gapi.client.networksecurity-v1 0.0.20250108 → 0.0.20250126

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 (3) hide show
  1. package/index.d.ts +51 -49
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://networksecurity.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250108
12
+ // Revision: 20250126
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Network Security API v1 */
18
18
  function load(
19
- urlOrObject: 'https://networksecurity.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://networksecurity.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'networksecurity', version: 'v1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'networksecurity',
26
26
  version: 'v1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace networksecurity {
@@ -586,6 +586,8 @@ declare namespace gapi.client {
586
586
  customInterceptProfile?: string;
587
587
  /** Optional. Reference to a SecurityProfile with the CustomMirroring configuration. */
588
588
  customMirroringProfile?: string;
589
+ /** Output only. Identifier used by the data-path. Unique within {container, location}. */
590
+ dataPathId?: string;
589
591
  /** Optional. An optional description of the profile group. Max length 2048 characters. */
590
592
  description?: string;
591
593
  /** Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. */
@@ -748,7 +750,7 @@ declare namespace gapi.client {
748
750
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
749
751
  uploadType?: string;
750
752
  },
751
- body: AddAddressGroupItemsRequest
753
+ body: AddAddressGroupItemsRequest,
752
754
  ): Request<Operation>;
753
755
  /** Clones items from one address group to another. */
754
756
  cloneItems(request: {
@@ -806,7 +808,7 @@ declare namespace gapi.client {
806
808
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
807
809
  uploadType?: string;
808
810
  },
809
- body: CloneAddressGroupItemsRequest
811
+ body: CloneAddressGroupItemsRequest,
810
812
  ): Request<Operation>;
811
813
  /** Creates a new address group in a given project and location. */
812
814
  create(request: {
@@ -872,7 +874,7 @@ declare namespace gapi.client {
872
874
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
873
875
  uploadType?: string;
874
876
  },
875
- body: AddressGroup
877
+ body: AddressGroup,
876
878
  ): Request<Operation>;
877
879
  /** Deletes an address group. */
878
880
  delete(request?: {
@@ -1056,7 +1058,7 @@ declare namespace gapi.client {
1056
1058
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1057
1059
  uploadType?: string;
1058
1060
  },
1059
- body: AddressGroup
1061
+ body: AddressGroup,
1060
1062
  ): Request<Operation>;
1061
1063
  /** Removes items from an address group. */
1062
1064
  removeItems(request: {
@@ -1114,7 +1116,7 @@ declare namespace gapi.client {
1114
1116
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1115
1117
  uploadType?: string;
1116
1118
  },
1117
- body: RemoveAddressGroupItemsRequest
1119
+ body: RemoveAddressGroupItemsRequest,
1118
1120
  ): Request<Operation>;
1119
1121
  }
1120
1122
  interface FirewallEndpointsResource {
@@ -1182,7 +1184,7 @@ declare namespace gapi.client {
1182
1184
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1183
1185
  uploadType?: string;
1184
1186
  },
1185
- body: FirewallEndpoint
1187
+ body: FirewallEndpoint,
1186
1188
  ): Request<Operation>;
1187
1189
  /** Deletes a single Endpoint. */
1188
1190
  delete(request?: {
@@ -1339,7 +1341,7 @@ declare namespace gapi.client {
1339
1341
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1340
1342
  uploadType?: string;
1341
1343
  },
1342
- body: FirewallEndpoint
1344
+ body: FirewallEndpoint,
1343
1345
  ): Request<Operation>;
1344
1346
  }
1345
1347
  interface OperationsResource {
@@ -1399,7 +1401,7 @@ declare namespace gapi.client {
1399
1401
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1400
1402
  uploadType?: string;
1401
1403
  },
1402
- body: CancelOperationRequest
1404
+ body: CancelOperationRequest,
1403
1405
  ): Request<{}>;
1404
1406
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
1405
1407
  delete(request?: {
@@ -1550,7 +1552,7 @@ declare namespace gapi.client {
1550
1552
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1551
1553
  uploadType?: string;
1552
1554
  },
1553
- body: SecurityProfileGroup
1555
+ body: SecurityProfileGroup,
1554
1556
  ): Request<Operation>;
1555
1557
  /** Deletes a single SecurityProfileGroup. */
1556
1558
  delete(request?: {
@@ -1699,7 +1701,7 @@ declare namespace gapi.client {
1699
1701
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1700
1702
  uploadType?: string;
1701
1703
  },
1702
- body: SecurityProfileGroup
1704
+ body: SecurityProfileGroup,
1703
1705
  ): Request<Operation>;
1704
1706
  }
1705
1707
  interface SecurityProfilesResource {
@@ -1763,7 +1765,7 @@ declare namespace gapi.client {
1763
1765
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1764
1766
  uploadType?: string;
1765
1767
  },
1766
- body: SecurityProfile
1768
+ body: SecurityProfile,
1767
1769
  ): Request<Operation>;
1768
1770
  /** Deletes a single SecurityProfile. */
1769
1771
  delete(request?: {
@@ -1912,7 +1914,7 @@ declare namespace gapi.client {
1912
1914
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1913
1915
  uploadType?: string;
1914
1916
  },
1915
- body: SecurityProfile
1917
+ body: SecurityProfile,
1916
1918
  ): Request<Operation>;
1917
1919
  }
1918
1920
  interface LocationsResource {
@@ -1982,7 +1984,7 @@ declare namespace gapi.client {
1982
1984
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1983
1985
  uploadType?: string;
1984
1986
  },
1985
- body: AddAddressGroupItemsRequest
1987
+ body: AddAddressGroupItemsRequest,
1986
1988
  ): Request<Operation>;
1987
1989
  /** Clones items from one address group to another. */
1988
1990
  cloneItems(request: {
@@ -2040,7 +2042,7 @@ declare namespace gapi.client {
2040
2042
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2041
2043
  uploadType?: string;
2042
2044
  },
2043
- body: CloneAddressGroupItemsRequest
2045
+ body: CloneAddressGroupItemsRequest,
2044
2046
  ): Request<Operation>;
2045
2047
  /** Creates a new address group in a given project and location. */
2046
2048
  create(request: {
@@ -2106,7 +2108,7 @@ declare namespace gapi.client {
2106
2108
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2107
2109
  uploadType?: string;
2108
2110
  },
2109
- body: AddressGroup
2111
+ body: AddressGroup,
2110
2112
  ): Request<Operation>;
2111
2113
  /** Deletes a single address group. */
2112
2114
  delete(request?: {
@@ -2319,7 +2321,7 @@ declare namespace gapi.client {
2319
2321
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2320
2322
  uploadType?: string;
2321
2323
  },
2322
- body: AddressGroup
2324
+ body: AddressGroup,
2323
2325
  ): Request<Operation>;
2324
2326
  /** Removes items from an address group. */
2325
2327
  removeItems(request: {
@@ -2377,7 +2379,7 @@ declare namespace gapi.client {
2377
2379
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2378
2380
  uploadType?: string;
2379
2381
  },
2380
- body: RemoveAddressGroupItemsRequest
2382
+ body: RemoveAddressGroupItemsRequest,
2381
2383
  ): Request<Operation>;
2382
2384
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2383
2385
  setIamPolicy(
@@ -2407,7 +2409,7 @@ declare namespace gapi.client {
2407
2409
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2408
2410
  uploadType?: string;
2409
2411
  },
2410
- body: GoogleIamV1SetIamPolicyRequest
2412
+ body: GoogleIamV1SetIamPolicyRequest,
2411
2413
  ): Request<GoogleIamV1Policy>;
2412
2414
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2413
2415
  testIamPermissions(
@@ -2437,7 +2439,7 @@ declare namespace gapi.client {
2437
2439
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2438
2440
  uploadType?: string;
2439
2441
  },
2440
- body: GoogleIamV1TestIamPermissionsRequest
2442
+ body: GoogleIamV1TestIamPermissionsRequest,
2441
2443
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
2442
2444
  }
2443
2445
  interface AuthorizationPoliciesResource {
@@ -2501,7 +2503,7 @@ declare namespace gapi.client {
2501
2503
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2502
2504
  uploadType?: string;
2503
2505
  },
2504
- body: AuthorizationPolicy
2506
+ body: AuthorizationPolicy,
2505
2507
  ): Request<Operation>;
2506
2508
  /** Deletes a single AuthorizationPolicy. */
2507
2509
  delete(request?: {
@@ -2677,7 +2679,7 @@ declare namespace gapi.client {
2677
2679
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2678
2680
  uploadType?: string;
2679
2681
  },
2680
- body: AuthorizationPolicy
2682
+ body: AuthorizationPolicy,
2681
2683
  ): Request<Operation>;
2682
2684
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2683
2685
  setIamPolicy(
@@ -2707,7 +2709,7 @@ declare namespace gapi.client {
2707
2709
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2708
2710
  uploadType?: string;
2709
2711
  },
2710
- body: GoogleIamV1SetIamPolicyRequest
2712
+ body: GoogleIamV1SetIamPolicyRequest,
2711
2713
  ): Request<GoogleIamV1Policy>;
2712
2714
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2713
2715
  testIamPermissions(
@@ -2737,7 +2739,7 @@ declare namespace gapi.client {
2737
2739
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2738
2740
  uploadType?: string;
2739
2741
  },
2740
- body: GoogleIamV1TestIamPermissionsRequest
2742
+ body: GoogleIamV1TestIamPermissionsRequest,
2741
2743
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
2742
2744
  }
2743
2745
  interface AuthzPoliciesResource {
@@ -2805,7 +2807,7 @@ declare namespace gapi.client {
2805
2807
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2806
2808
  uploadType?: string;
2807
2809
  },
2808
- body: AuthzPolicy
2810
+ body: AuthzPolicy,
2809
2811
  ): Request<Operation>;
2810
2812
  /** Deletes a single AuthzPolicy. */
2811
2813
  delete(request?: {
@@ -2991,7 +2993,7 @@ declare namespace gapi.client {
2991
2993
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2992
2994
  uploadType?: string;
2993
2995
  },
2994
- body: AuthzPolicy
2996
+ body: AuthzPolicy,
2995
2997
  ): Request<Operation>;
2996
2998
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2997
2999
  setIamPolicy(
@@ -3021,7 +3023,7 @@ declare namespace gapi.client {
3021
3023
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3022
3024
  uploadType?: string;
3023
3025
  },
3024
- body: GoogleIamV1SetIamPolicyRequest
3026
+ body: GoogleIamV1SetIamPolicyRequest,
3025
3027
  ): Request<GoogleIamV1Policy>;
3026
3028
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
3027
3029
  testIamPermissions(
@@ -3051,7 +3053,7 @@ declare namespace gapi.client {
3051
3053
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3052
3054
  uploadType?: string;
3053
3055
  },
3054
- body: GoogleIamV1TestIamPermissionsRequest
3056
+ body: GoogleIamV1TestIamPermissionsRequest,
3055
3057
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
3056
3058
  }
3057
3059
  interface ClientTlsPoliciesResource {
@@ -3115,7 +3117,7 @@ declare namespace gapi.client {
3115
3117
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3116
3118
  uploadType?: string;
3117
3119
  },
3118
- body: ClientTlsPolicy
3120
+ body: ClientTlsPolicy,
3119
3121
  ): Request<Operation>;
3120
3122
  /** Deletes a single ClientTlsPolicy. */
3121
3123
  delete(request?: {
@@ -3291,7 +3293,7 @@ declare namespace gapi.client {
3291
3293
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3292
3294
  uploadType?: string;
3293
3295
  },
3294
- body: ClientTlsPolicy
3296
+ body: ClientTlsPolicy,
3295
3297
  ): Request<Operation>;
3296
3298
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
3297
3299
  setIamPolicy(
@@ -3321,7 +3323,7 @@ declare namespace gapi.client {
3321
3323
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3322
3324
  uploadType?: string;
3323
3325
  },
3324
- body: GoogleIamV1SetIamPolicyRequest
3326
+ body: GoogleIamV1SetIamPolicyRequest,
3325
3327
  ): Request<GoogleIamV1Policy>;
3326
3328
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
3327
3329
  testIamPermissions(
@@ -3351,7 +3353,7 @@ declare namespace gapi.client {
3351
3353
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3352
3354
  uploadType?: string;
3353
3355
  },
3354
- body: GoogleIamV1TestIamPermissionsRequest
3356
+ body: GoogleIamV1TestIamPermissionsRequest,
3355
3357
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
3356
3358
  }
3357
3359
  interface FirewallEndpointAssociationsResource {
@@ -3419,7 +3421,7 @@ declare namespace gapi.client {
3419
3421
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3420
3422
  uploadType?: string;
3421
3423
  },
3422
- body: FirewallEndpointAssociation
3424
+ body: FirewallEndpointAssociation,
3423
3425
  ): Request<Operation>;
3424
3426
  /** Deletes a single FirewallEndpointAssociation. */
3425
3427
  delete(request?: {
@@ -3576,7 +3578,7 @@ declare namespace gapi.client {
3576
3578
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3577
3579
  uploadType?: string;
3578
3580
  },
3579
- body: FirewallEndpointAssociation
3581
+ body: FirewallEndpointAssociation,
3580
3582
  ): Request<Operation>;
3581
3583
  }
3582
3584
  interface RulesResource {
@@ -3640,7 +3642,7 @@ declare namespace gapi.client {
3640
3642
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3641
3643
  uploadType?: string;
3642
3644
  },
3643
- body: GatewaySecurityPolicyRule
3645
+ body: GatewaySecurityPolicyRule,
3644
3646
  ): Request<Operation>;
3645
3647
  /** Deletes a single GatewaySecurityPolicyRule. */
3646
3648
  delete(request?: {
@@ -3787,7 +3789,7 @@ declare namespace gapi.client {
3787
3789
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3788
3790
  uploadType?: string;
3789
3791
  },
3790
- body: GatewaySecurityPolicyRule
3792
+ body: GatewaySecurityPolicyRule,
3791
3793
  ): Request<Operation>;
3792
3794
  }
3793
3795
  interface GatewaySecurityPoliciesResource {
@@ -3851,7 +3853,7 @@ declare namespace gapi.client {
3851
3853
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3852
3854
  uploadType?: string;
3853
3855
  },
3854
- body: GatewaySecurityPolicy
3856
+ body: GatewaySecurityPolicy,
3855
3857
  ): Request<Operation>;
3856
3858
  /** Deletes a single GatewaySecurityPolicy. */
3857
3859
  delete(request?: {
@@ -3998,7 +4000,7 @@ declare namespace gapi.client {
3998
4000
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3999
4001
  uploadType?: string;
4000
4002
  },
4001
- body: GatewaySecurityPolicy
4003
+ body: GatewaySecurityPolicy,
4002
4004
  ): Request<Operation>;
4003
4005
  rules: RulesResource;
4004
4006
  }
@@ -4059,7 +4061,7 @@ declare namespace gapi.client {
4059
4061
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4060
4062
  uploadType?: string;
4061
4063
  },
4062
- body: CancelOperationRequest
4064
+ body: CancelOperationRequest,
4063
4065
  ): Request<{}>;
4064
4066
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
4065
4067
  delete(request?: {
@@ -4210,7 +4212,7 @@ declare namespace gapi.client {
4210
4212
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4211
4213
  uploadType?: string;
4212
4214
  },
4213
- body: ServerTlsPolicy
4215
+ body: ServerTlsPolicy,
4214
4216
  ): Request<Operation>;
4215
4217
  /** Deletes a single ServerTlsPolicy. */
4216
4218
  delete(request?: {
@@ -4386,7 +4388,7 @@ declare namespace gapi.client {
4386
4388
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4387
4389
  uploadType?: string;
4388
4390
  },
4389
- body: ServerTlsPolicy
4391
+ body: ServerTlsPolicy,
4390
4392
  ): Request<Operation>;
4391
4393
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
4392
4394
  setIamPolicy(
@@ -4416,7 +4418,7 @@ declare namespace gapi.client {
4416
4418
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4417
4419
  uploadType?: string;
4418
4420
  },
4419
- body: GoogleIamV1SetIamPolicyRequest
4421
+ body: GoogleIamV1SetIamPolicyRequest,
4420
4422
  ): Request<GoogleIamV1Policy>;
4421
4423
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
4422
4424
  testIamPermissions(
@@ -4446,7 +4448,7 @@ declare namespace gapi.client {
4446
4448
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4447
4449
  uploadType?: string;
4448
4450
  },
4449
- body: GoogleIamV1TestIamPermissionsRequest
4451
+ body: GoogleIamV1TestIamPermissionsRequest,
4450
4452
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
4451
4453
  }
4452
4454
  interface TlsInspectionPoliciesResource {
@@ -4510,7 +4512,7 @@ declare namespace gapi.client {
4510
4512
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4511
4513
  uploadType?: string;
4512
4514
  },
4513
- body: TlsInspectionPolicy
4515
+ body: TlsInspectionPolicy,
4514
4516
  ): Request<Operation>;
4515
4517
  /** Deletes a single TlsInspectionPolicy. */
4516
4518
  delete(request?: {
@@ -4659,7 +4661,7 @@ declare namespace gapi.client {
4659
4661
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4660
4662
  uploadType?: string;
4661
4663
  },
4662
- body: TlsInspectionPolicy
4664
+ body: TlsInspectionPolicy,
4663
4665
  ): Request<Operation>;
4664
4666
  }
4665
4667
  interface UrlListsResource {
@@ -4723,7 +4725,7 @@ declare namespace gapi.client {
4723
4725
  /** Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list". */
4724
4726
  urlListId?: string;
4725
4727
  },
4726
- body: UrlList
4728
+ body: UrlList,
4727
4729
  ): Request<Operation>;
4728
4730
  /** Deletes a single UrlList. */
4729
4731
  delete(request?: {
@@ -4870,7 +4872,7 @@ declare namespace gapi.client {
4870
4872
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4871
4873
  uploadType?: string;
4872
4874
  },
4873
- body: UrlList
4875
+ body: UrlList,
4874
4876
  ): Request<Operation>;
4875
4877
  }
4876
4878
  interface LocationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1",
3
- "version": "0.0.20250108",
3
+ "version": "0.0.20250126",
4
4
  "description": "TypeScript typings for Network Security API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -29,7 +29,7 @@ gapi.client.load(
29
29
  () => {
30
30
  // now we can use:
31
31
  // gapi.client.networksecurity
32
- }
32
+ },
33
33
  );
34
34
  ```
35
35
 
@@ -61,7 +61,7 @@ gapi.auth.authorize(
61
61
  } else {
62
62
  /* handle authorization error */
63
63
  }
64
- }
64
+ },
65
65
  );
66
66
  ```
67
67