Skip to content

Commit 0a52d2a

Browse files
authoredOct 9, 2024··
feat(all): auto-regenerate discovery clients (#2817)
1 parent ece3312 commit 0a52d2a

File tree

5 files changed

+9
-104
lines changed

5 files changed

+9
-104
lines changed
 

‎androidpublisher/v3/androidpublisher-api.json

+1-16
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20240917",
4735+
"revision": "20241003",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -6227,17 +6227,6 @@
62276227
},
62286228
"type": "object"
62296229
},
6230-
"ExternalOfferInitialAcquisitionDetails": {
6231-
"description": "Details about the first time a user/device completed a transaction using external offers.",
6232-
"id": "ExternalOfferInitialAcquisitionDetails",
6233-
"properties": {
6234-
"externalTransactionId": {
6235-
"description": "Required. The external transaction id of the first completed purchase made by the user.",
6236-
"type": "string"
6237-
}
6238-
},
6239-
"type": "object"
6240-
},
62416230
"ExternalSubscription": {
62426231
"description": "Details of an external subscription.",
62436232
"id": "ExternalSubscription",
@@ -6279,10 +6268,6 @@
62796268
"description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
62806269
"readOnly": true
62816270
},
6282-
"externalOfferInitialAcquisitionDetails": {
6283-
"$ref": "ExternalOfferInitialAcquisitionDetails",
6284-
"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."
6285-
},
62866271
"externalTransactionId": {
62876272
"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.",
62886273
"readOnly": true,

‎androidpublisher/v3/androidpublisher-gen.go

-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎go.work.sum

+1
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
485485
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
486486
golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
487487
golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8=
488+
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
488489
golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
489490
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
490491
golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg=

‎merchantapi/accounts_v1beta/merchantapi-api.json

+1-20
Original file line numberDiff line numberDiff line change
@@ -1417,24 +1417,9 @@
14171417
}
14181418
}
14191419
},
1420-
"revision": "20240930",
1420+
"revision": "20241004",
14211421
"rootUrl": "https://merchantapi.googleapis.com/",
14221422
"schemas": {
1423-
"AcceptTermsOfService": {
1424-
"description": "Reference to a Terms of Service resource.",
1425-
"id": "AcceptTermsOfService",
1426-
"properties": {
1427-
"name": {
1428-
"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.",
1429-
"type": "string"
1430-
},
1431-
"regionCode": {
1432-
"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.",
1433-
"type": "string"
1434-
}
1435-
},
1436-
"type": "object"
1437-
},
14381423
"Accepted": {
14391424
"description": "Describes the accepted terms of service.",
14401425
"id": "Accepted",
@@ -1769,10 +1754,6 @@
17691754
"description": "Request message for the `CreateAndConfigureAccount` method.",
17701755
"id": "CreateAndConfigureAccountRequest",
17711756
"properties": {
1772-
"acceptTermsOfService": {
1773-
"$ref": "AcceptTermsOfService",
1774-
"description": "Optional. The Terms of Service (ToS) to be accepted immediately upon account creation."
1775-
},
17761757
"account": {
17771758
"$ref": "Account",
17781759
"description": "Required. The account to be created."

‎merchantapi/accounts_v1beta/merchantapi-gen.go

+6-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.