@maxim_mazurok/gapi.client.androidpublisher-v3 0.0.20230713 → 0.0.20230718
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 +4 -1
- package/package.json +1 -1
- package/tests.ts +2 -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: 20230718
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1210,6 +1210,9 @@ declare namespace gapi.client {
|
|
|
1210
1210
|
*/
|
|
1211
1211
|
oldestAllowedPriceVersionTime?:
|
|
1212
1212
|
string;
|
|
1213
|
+
/** Optional. The behavior the caller wants users to see if there is a price increase during migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN. */
|
|
1214
|
+
priceIncreaseType?:
|
|
1215
|
+
string;
|
|
1213
1216
|
/** Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. "US". */
|
|
1214
1217
|
regionCode?:
|
|
1215
1218
|
string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230718
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -969,6 +969,7 @@ gapi.load('client', async () => {
|
|
|
969
969
|
regionalPriceMigrations: [
|
|
970
970
|
{
|
|
971
971
|
oldestAllowedPriceVersionTime: "Test string",
|
|
972
|
+
priceIncreaseType: "Test string",
|
|
972
973
|
regionCode: "Test string",
|
|
973
974
|
}
|
|
974
975
|
],
|