@maxim_mazurok/gapi.client.authorizedbuyersmarketplace-v1 0.1.20251027 → 0.1.20251030
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 +62 -4
- 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://authorizedbuyersmarketplace.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251030
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -644,6 +644,64 @@ declare namespace gapi.client {
|
|
|
644
644
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
645
645
|
uploadType?: string;
|
|
646
646
|
}): Request<ListFinalizedDealsResponse>;
|
|
647
|
+
/** Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals. */
|
|
648
|
+
setReadyToServe(request: {
|
|
649
|
+
/** V1 error format. */
|
|
650
|
+
'$.xgafv'?: string;
|
|
651
|
+
/** OAuth access token. */
|
|
652
|
+
access_token?: string;
|
|
653
|
+
/** Data format for response. */
|
|
654
|
+
alt?: string;
|
|
655
|
+
/** JSONP */
|
|
656
|
+
callback?: string;
|
|
657
|
+
/** Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}` */
|
|
658
|
+
deal: string;
|
|
659
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
660
|
+
fields?: string;
|
|
661
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
662
|
+
key?: string;
|
|
663
|
+
/** OAuth 2.0 token for the current user. */
|
|
664
|
+
oauth_token?: string;
|
|
665
|
+
/** Returns response with indentations and line breaks. */
|
|
666
|
+
prettyPrint?: boolean;
|
|
667
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
668
|
+
quotaUser?: string;
|
|
669
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
670
|
+
upload_protocol?: string;
|
|
671
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
672
|
+
uploadType?: string;
|
|
673
|
+
/** Request body */
|
|
674
|
+
resource: SetReadyToServeRequest;
|
|
675
|
+
}): Request<FinalizedDeal>;
|
|
676
|
+
setReadyToServe(
|
|
677
|
+
request: {
|
|
678
|
+
/** V1 error format. */
|
|
679
|
+
'$.xgafv'?: string;
|
|
680
|
+
/** OAuth access token. */
|
|
681
|
+
access_token?: string;
|
|
682
|
+
/** Data format for response. */
|
|
683
|
+
alt?: string;
|
|
684
|
+
/** JSONP */
|
|
685
|
+
callback?: string;
|
|
686
|
+
/** Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}` */
|
|
687
|
+
deal: string;
|
|
688
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
689
|
+
fields?: string;
|
|
690
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
691
|
+
key?: string;
|
|
692
|
+
/** OAuth 2.0 token for the current user. */
|
|
693
|
+
oauth_token?: string;
|
|
694
|
+
/** Returns response with indentations and line breaks. */
|
|
695
|
+
prettyPrint?: boolean;
|
|
696
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
697
|
+
quotaUser?: string;
|
|
698
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
699
|
+
upload_protocol?: string;
|
|
700
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
701
|
+
uploadType?: string;
|
|
702
|
+
},
|
|
703
|
+
body: SetReadyToServeRequest,
|
|
704
|
+
): Request<FinalizedDeal>;
|
|
647
705
|
}
|
|
648
706
|
interface BiddersResource {
|
|
649
707
|
auctionPackages: AuctionPackagesResource;
|
|
@@ -1742,7 +1800,7 @@ declare namespace gapi.client {
|
|
|
1742
1800
|
},
|
|
1743
1801
|
body: ResumeFinalizedDealRequest,
|
|
1744
1802
|
): Request<FinalizedDeal>;
|
|
1745
|
-
/** Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. This method only applies to programmatic guaranteed deals. */
|
|
1803
|
+
/** Sets the given finalized deal as ready to serve. By default, deals are set as ready to serve as soon as they're finalized. If you want to opt out of the default behavior, and manually indicate that deals are ready to serve, ask your Technical Account Manager to add you to the allowlist. If you choose to use this method, finalized deals belonging to the bidder and its child seats don't start serving until after you call `setReadyToServe`, and after the deals become active. For example, you can use this method to delay receiving bid requests until your creative is ready. In addition, bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals/{dealId}" to set ready to serve for the finalized deals belong to itself, its child seats and all their clients. This method only applies to programmatic guaranteed deals. */
|
|
1746
1804
|
setReadyToServe(request: {
|
|
1747
1805
|
/** V1 error format. */
|
|
1748
1806
|
'$.xgafv'?: string;
|
|
@@ -1752,7 +1810,7 @@ declare namespace gapi.client {
|
|
|
1752
1810
|
alt?: string;
|
|
1753
1811
|
/** JSONP */
|
|
1754
1812
|
callback?: string;
|
|
1755
|
-
/** Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` */
|
|
1813
|
+
/** Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}` */
|
|
1756
1814
|
deal: string;
|
|
1757
1815
|
/** Selector specifying which fields to include in a partial response. */
|
|
1758
1816
|
fields?: string;
|
|
@@ -1781,7 +1839,7 @@ declare namespace gapi.client {
|
|
|
1781
1839
|
alt?: string;
|
|
1782
1840
|
/** JSONP */
|
|
1783
1841
|
callback?: string;
|
|
1784
|
-
/** Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` */
|
|
1842
|
+
/** Required. Format: `buyers/{accountId}/finalizedDeals/{dealId}` or `bidders/{accountId}/finalizedDeals/{dealId}` */
|
|
1785
1843
|
deal: string;
|
|
1786
1844
|
/** Selector specifying which fields to include in a partial response. */
|
|
1787
1845
|
fields?: string;
|
package/package.json
CHANGED