|
741 | 741 | ],
|
742 | 742 | "parameters": {
|
743 | 743 | "ackBundleInstallationWarning": {
|
744 |
| - "description": "Must be set to true if the app bundle installation may trigger a warning on user devices (for example, if installation size may be over a threshold, typically 100 MB).", |
| 744 | + "deprecated": true, |
| 745 | + "description": "Deprecated. The installation warning has been removed, it's not necessary to set this field anymore.", |
745 | 746 | "location": "query",
|
746 | 747 | "type": "boolean"
|
747 | 748 | },
|
|
4731 | 4732 | }
|
4732 | 4733 | }
|
4733 | 4734 | },
|
4734 |
| - "revision": "20240814", |
| 4735 | + "revision": "20240821", |
4735 | 4736 | "rootUrl": "https://androidpublisher.googleapis.com/",
|
4736 | 4737 | "schemas": {
|
4737 | 4738 | "Abi": {
|
|
6226 | 6227 | },
|
6227 | 6228 | "type": "object"
|
6228 | 6229 | },
|
| 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 | + }, |
6229 | 6241 | "ExternalSubscription": {
|
6230 | 6242 | "description": "Details of an external subscription.",
|
6231 | 6243 | "id": "ExternalSubscription",
|
|
6267 | 6279 | "description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
|
6268 | 6280 | "readOnly": true
|
6269 | 6281 | },
|
| 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 | + }, |
6270 | 6286 | "externalTransactionId": {
|
6271 | 6287 | "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.",
|
6272 | 6288 | "readOnly": true,
|
|
0 commit comments