@maxim_mazurok/gapi.client.appengine-v1alpha 0.0.20250409 → 0.0.20250512

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 (2) hide show
  1. package/index.d.ts +37 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
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://appengine.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20250409
12
+ // Revision: 20250512
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -944,8 +944,44 @@ declare namespace gapi.client {
944
944
  uploadType?: string;
945
945
  }): Request<ListAuthorizedDomainsResponse>;
946
946
  }
947
+ interface DomainMappingsResource {
948
+ /** Gets the specified domain mapping. */
949
+ get(request?: {
950
+ /** V1 error format. */
951
+ '$.xgafv'?: string;
952
+ /** OAuth access token. */
953
+ access_token?: string;
954
+ /** Data format for response. */
955
+ alt?: string;
956
+ /** Part of `name`. See documentation of `projectsId`. */
957
+ applicationsId: string;
958
+ /** JSONP */
959
+ callback?: string;
960
+ /** Part of `name`. See documentation of `projectsId`. */
961
+ domainMappingsId: string;
962
+ /** Selector specifying which fields to include in a partial response. */
963
+ fields?: string;
964
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
965
+ key?: string;
966
+ /** Part of `name`. See documentation of `projectsId`. */
967
+ locationsId: string;
968
+ /** OAuth 2.0 token for the current user. */
969
+ oauth_token?: string;
970
+ /** Returns response with indentations and line breaks. */
971
+ prettyPrint?: boolean;
972
+ /** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
973
+ projectsId: string;
974
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
975
+ quotaUser?: string;
976
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
977
+ upload_protocol?: string;
978
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
979
+ uploadType?: string;
980
+ }): Request<DomainMapping>;
981
+ }
947
982
  interface ApplicationsResource {
948
983
  authorizedDomains: AuthorizedDomainsResource;
984
+ domainMappings: DomainMappingsResource;
949
985
  }
950
986
  interface OperationsResource {
951
987
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1alpha",
3
- "version": "0.0.20250409",
3
+ "version": "0.0.20250512",
4
4
  "description": "TypeScript typings for App Engine Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",