@maxim_mazurok/gapi.client.adexchangebuyer2-v2beta1 0.0.20230427 → 0.0.20230502
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/tests.ts +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://adexchangebuyer.googleapis.com/$discovery/rest?version=v2beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230502
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -717,13 +717,13 @@ declare namespace gapi.client {
|
|
|
717
717
|
/** Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy. */
|
|
718
718
|
guaranteedImpressions?:
|
|
719
719
|
string;
|
|
720
|
-
/** Count of guaranteed looks. Required for deal, optional for product. */
|
|
720
|
+
/** Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored. */
|
|
721
721
|
guaranteedLooks?:
|
|
722
722
|
string;
|
|
723
723
|
/** The lifetime impression cap for CPM sponsorship deals. The deal will stop serving when the cap is reached. */
|
|
724
724
|
impressionCap?:
|
|
725
725
|
string;
|
|
726
|
-
/** Daily minimum looks for CPD deal types. */
|
|
726
|
+
/** Daily minimum looks for CPD deal types. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks. */
|
|
727
727
|
minimumDailyLooks?:
|
|
728
728
|
string;
|
|
729
729
|
/** For sponsorship deals, this is the percentage of the seller's eligible impressions that the deal will serve until the cap is reached. */
|
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: 20230502
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|