@maxim_mazurok/gapi.client.androidpublisher-v3 0.0.20240313 → 0.0.20240318
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.
- package/index.d.ts +3 -3
- 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://androidpublisher.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240318
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -3768,7 +3768,7 @@ declare namespace gapi.client {
|
|
|
3768
3768
|
alt?: string;
|
|
3769
3769
|
/** JSONP */
|
|
3770
3770
|
callback?: string;
|
|
3771
|
-
/** Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-
|
|
3771
|
+
/** Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-zA-Z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked. */
|
|
3772
3772
|
externalTransactionId?: string;
|
|
3773
3773
|
/** Selector specifying which fields to include in a partial response. */
|
|
3774
3774
|
fields?: string;
|
|
@@ -3799,7 +3799,7 @@ declare namespace gapi.client {
|
|
|
3799
3799
|
alt?: string;
|
|
3800
3800
|
/** JSONP */
|
|
3801
3801
|
callback?: string;
|
|
3802
|
-
/** Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-
|
|
3802
|
+
/** Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-zA-Z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked. */
|
|
3803
3803
|
externalTransactionId?: string;
|
|
3804
3804
|
/** Selector specifying which fields to include in a partial response. */
|
|
3805
3805
|
fields?: string;
|