Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 9, 2024
1 parent ece3312 commit 0a52d2a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 104 deletions.
17 changes: 1 addition & 16 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4732,7 +4732,7 @@
}
}
},
"revision": "20240917",
"revision": "20241003",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -6227,17 +6227,6 @@
},
"type": "object"
},
"ExternalOfferInitialAcquisitionDetails": {
"description": "Details about the first time a user/device completed a transaction using external offers.",
"id": "ExternalOfferInitialAcquisitionDetails",
"properties": {
"externalTransactionId": {
"description": "Required. The external transaction id of the first completed purchase made by the user.",
"type": "string"
}
},
"type": "object"
},
"ExternalSubscription": {
"description": "Details of an external subscription.",
"id": "ExternalSubscription",
Expand Down Expand Up @@ -6279,10 +6268,6 @@
"description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
"readOnly": true
},
"externalOfferInitialAcquisitionDetails": {
"$ref": "ExternalOfferInitialAcquisitionDetails",
"description": "Optional. Details about the first time a user/device completed a transaction using external offers. Not required for transactions made using user choice billing or alternative billing only."
},
"externalTransactionId": {
"description": "Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.",
"readOnly": true,
Expand Down
29 changes: 0 additions & 29 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8=
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg=
Expand Down
21 changes: 1 addition & 20 deletions merchantapi/accounts_v1beta/merchantapi-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1417,24 +1417,9 @@
}
}
},
"revision": "20240930",
"revision": "20241004",
"rootUrl": "https://merchantapi.googleapis.com/",
"schemas": {
"AcceptTermsOfService": {
"description": "Reference to a Terms of Service resource.",
"id": "AcceptTermsOfService",
"properties": {
"name": {
"description": "Required. The resource name of the terms of service version in the format `termsOfService/{version}`. To retrieve the latest version, use the [termsOfService.retrieveLatest](/merchant/api/reference/rest/accounts_v1beta/termsOfService/retrieveLatest) method.",
"type": "string"
},
"regionCode": {
"description": "Required. Region code as defined by [CLDR](https://cldr.unicode.org/). This is either a country when the ToS applies specifically to that country or `001` when it applies globally.",
"type": "string"
}
},
"type": "object"
},
"Accepted": {
"description": "Describes the accepted terms of service.",
"id": "Accepted",
Expand Down Expand Up @@ -1769,10 +1754,6 @@
"description": "Request message for the `CreateAndConfigureAccount` method.",
"id": "CreateAndConfigureAccountRequest",
"properties": {
"acceptTermsOfService": {
"$ref": "AcceptTermsOfService",
"description": "Optional. The Terms of Service (ToS) to be accepted immediately upon account creation."
},
"account": {
"$ref": "Account",
"description": "Required. The account to be created."
Expand Down
45 changes: 6 additions & 39 deletions merchantapi/accounts_v1beta/merchantapi-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a52d2a

Please sign in to comment.