@maxim_mazurok/gapi.client.developerconnect-v1 0.0.20240515 → 0.0.20240527

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 +1 -201
  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://developerconnect.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240515
12
+ // Revision: 20240527
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -122,14 +122,6 @@ declare namespace gapi.client {
122
122
  /** Output only. [Output only] Update timestamp */
123
123
  updateTime?: string;
124
124
  }
125
- interface HttpBody {
126
- /** The HTTP Content-Type header value specifying the content type of the body. */
127
- contentType?: string;
128
- /** The HTTP request/response body as raw binary. */
129
- data?: string;
130
- /** Application specific response metadata. Must be set in the first response for streaming APIs. */
131
- extensions?: Array<{[P in string]: any}>;
132
- }
133
125
  interface Installation {
134
126
  /** ID of the installation in GitHub. */
135
127
  id?: string;
@@ -224,24 +216,6 @@ declare namespace gapi.client {
224
216
  /** Output only. Name of the verb executed by the operation. */
225
217
  verb?: string;
226
218
  }
227
- interface ProcessGitHubEnterpriseWebhookRequest {
228
- /** Required. HTTP request body. */
229
- body?: HttpBody;
230
- /** Required. Arbitrary additional key to find the matching repository for a webhook event if needed. */
231
- webhookKey?: string;
232
- }
233
- interface ProcessGitLabEnterpriseWebhookRequest {
234
- /** Required. HTTP request body. */
235
- body?: HttpBody;
236
- /** Required. Arbitrary additional key to find the matching repository for a webhook event if needed. */
237
- webhookKey?: string;
238
- }
239
- interface ProcessGitLabWebhookRequest {
240
- /** Required. HTTP request body. */
241
- body?: HttpBody;
242
- /** Required. Arbitrary additional key to find the matching repository for a webhook event if needed. */
243
- webhookKey?: string;
244
- }
245
219
  interface Status {
246
220
  /** The status code, which should be an enum value of google.rpc.Code. */
247
221
  code?: number;
@@ -864,180 +838,6 @@ declare namespace gapi.client {
864
838
  },
865
839
  body: Connection
866
840
  ): Request<Operation>;
867
- /** ProcessGitHubEnterpriseWebhook is called by the external GitHub Enterprise instances for notifying events. */
868
- processGitHubEnterpriseWebhook(request: {
869
- /** V1 error format. */
870
- '$.xgafv'?: string;
871
- /** OAuth access token. */
872
- access_token?: string;
873
- /** Data format for response. */
874
- alt?: string;
875
- /** JSONP */
876
- callback?: string;
877
- /** Selector specifying which fields to include in a partial response. */
878
- fields?: string;
879
- /** 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. */
880
- key?: string;
881
- /** OAuth 2.0 token for the current user. */
882
- oauth_token?: string;
883
- /** Required. Project and location where the webhook will be received. Format: `projects/*‍/locations/*`. */
884
- parent: string;
885
- /** Returns response with indentations and line breaks. */
886
- prettyPrint?: boolean;
887
- /** 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. */
888
- quotaUser?: string;
889
- /** Upload protocol for media (e.g. "raw", "multipart"). */
890
- upload_protocol?: string;
891
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
892
- uploadType?: string;
893
- /** Request body */
894
- resource: ProcessGitHubEnterpriseWebhookRequest;
895
- }): Request<{}>;
896
- processGitHubEnterpriseWebhook(
897
- request: {
898
- /** V1 error format. */
899
- '$.xgafv'?: string;
900
- /** OAuth access token. */
901
- access_token?: string;
902
- /** Data format for response. */
903
- alt?: string;
904
- /** JSONP */
905
- callback?: string;
906
- /** Selector specifying which fields to include in a partial response. */
907
- fields?: string;
908
- /** 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. */
909
- key?: string;
910
- /** OAuth 2.0 token for the current user. */
911
- oauth_token?: string;
912
- /** Required. Project and location where the webhook will be received. Format: `projects/*‍/locations/*`. */
913
- parent: string;
914
- /** Returns response with indentations and line breaks. */
915
- prettyPrint?: boolean;
916
- /** 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. */
917
- quotaUser?: string;
918
- /** Upload protocol for media (e.g. "raw", "multipart"). */
919
- upload_protocol?: string;
920
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
921
- uploadType?: string;
922
- },
923
- body: ProcessGitHubEnterpriseWebhookRequest
924
- ): Request<{}>;
925
- /** ProcessGitLabEnterpriseWebhook is called by the external GitLab Enterprise instances for notifying events. */
926
- processGitLabEnterpriseWebhook(request: {
927
- /** V1 error format. */
928
- '$.xgafv'?: string;
929
- /** OAuth access token. */
930
- access_token?: string;
931
- /** Data format for response. */
932
- alt?: string;
933
- /** JSONP */
934
- callback?: string;
935
- /** Selector specifying which fields to include in a partial response. */
936
- fields?: string;
937
- /** 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. */
938
- key?: string;
939
- /** OAuth 2.0 token for the current user. */
940
- oauth_token?: string;
941
- /** Required. Project and location where the webhook will be received. Format: `projects/*‍/locations/*`. */
942
- parent: string;
943
- /** Returns response with indentations and line breaks. */
944
- prettyPrint?: boolean;
945
- /** 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. */
946
- quotaUser?: string;
947
- /** Upload protocol for media (e.g. "raw", "multipart"). */
948
- upload_protocol?: string;
949
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
950
- uploadType?: string;
951
- /** Request body */
952
- resource: ProcessGitLabEnterpriseWebhookRequest;
953
- }): Request<{}>;
954
- processGitLabEnterpriseWebhook(
955
- request: {
956
- /** V1 error format. */
957
- '$.xgafv'?: string;
958
- /** OAuth access token. */
959
- access_token?: string;
960
- /** Data format for response. */
961
- alt?: string;
962
- /** JSONP */
963
- callback?: string;
964
- /** Selector specifying which fields to include in a partial response. */
965
- fields?: string;
966
- /** 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. */
967
- key?: string;
968
- /** OAuth 2.0 token for the current user. */
969
- oauth_token?: string;
970
- /** Required. Project and location where the webhook will be received. Format: `projects/*‍/locations/*`. */
971
- parent: string;
972
- /** Returns response with indentations and line breaks. */
973
- prettyPrint?: boolean;
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
- },
981
- body: ProcessGitLabEnterpriseWebhookRequest
982
- ): Request<{}>;
983
- /** ProcessGitLabWebhook is called by the GitLab.com for notifying events. */
984
- processGitLabWebhook(request: {
985
- /** V1 error format. */
986
- '$.xgafv'?: string;
987
- /** OAuth access token. */
988
- access_token?: string;
989
- /** Data format for response. */
990
- alt?: string;
991
- /** JSONP */
992
- callback?: string;
993
- /** Selector specifying which fields to include in a partial response. */
994
- fields?: string;
995
- /** 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. */
996
- key?: string;
997
- /** OAuth 2.0 token for the current user. */
998
- oauth_token?: string;
999
- /** Required. Project and location where the webhook will be received. Format: `projects/*‍/locations/*`. */
1000
- parent: string;
1001
- /** Returns response with indentations and line breaks. */
1002
- prettyPrint?: boolean;
1003
- /** 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. */
1004
- quotaUser?: string;
1005
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1006
- upload_protocol?: string;
1007
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1008
- uploadType?: string;
1009
- /** Request body */
1010
- resource: ProcessGitLabWebhookRequest;
1011
- }): Request<{}>;
1012
- processGitLabWebhook(
1013
- request: {
1014
- /** V1 error format. */
1015
- '$.xgafv'?: string;
1016
- /** OAuth access token. */
1017
- access_token?: string;
1018
- /** Data format for response. */
1019
- alt?: string;
1020
- /** JSONP */
1021
- callback?: string;
1022
- /** Selector specifying which fields to include in a partial response. */
1023
- fields?: string;
1024
- /** 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. */
1025
- key?: string;
1026
- /** OAuth 2.0 token for the current user. */
1027
- oauth_token?: string;
1028
- /** Required. Project and location where the webhook will be received. Format: `projects/*‍/locations/*`. */
1029
- parent: string;
1030
- /** Returns response with indentations and line breaks. */
1031
- prettyPrint?: boolean;
1032
- /** 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. */
1033
- quotaUser?: string;
1034
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1035
- upload_protocol?: string;
1036
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1037
- uploadType?: string;
1038
- },
1039
- body: ProcessGitLabWebhookRequest
1040
- ): Request<{}>;
1041
841
  gitRepositoryLinks: GitRepositoryLinksResource;
1042
842
  }
1043
843
  interface OperationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.developerconnect-v1",
3
- "version": "0.0.20240515",
3
+ "version": "0.0.20240527",
4
4
  "description": "TypeScript typings for Developer Connect API v1",
5
5
  "repository": {
6
6
  "type": "git",