@guardian/google-admanager-api 6.0.3 → 6.1.1

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.
Files changed (165) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/client/common/enums/delivery.enum.d.ts +1 -1
  3. package/dist/client/common/enums/delivery.enum.js +1 -1
  4. package/dist/client/common/enums/general.enum.d.ts +7 -7
  5. package/dist/client/common/enums/general.enum.js +7 -7
  6. package/dist/client/common/enums/lineItemSummary.enum.d.ts +4 -4
  7. package/dist/client/common/enums/lineItemSummary.enum.js +4 -4
  8. package/dist/client/common/types/general.type.d.ts +21 -21
  9. package/dist/client/common/types/label.type.d.ts +2 -2
  10. package/dist/client/common/types/lineItemSummary.type.d.ts +7 -7
  11. package/dist/client/common/types/targeting.type.d.ts +77 -42
  12. package/dist/client/common/types/targeting.type.d.ts.map +1 -1
  13. package/dist/client/common/types/targeting.type.js +48 -19
  14. package/dist/client/common/types/targeting.type.js.map +1 -1
  15. package/dist/client/services/activity/activity.type.d.ts +4 -4
  16. package/dist/client/services/activity/activityService.interface.d.ts +12 -12
  17. package/dist/client/services/activityGroup/activityGroup.type.d.ts +4 -4
  18. package/dist/client/services/activityGroup/activityGroupService.interface.d.ts +11 -11
  19. package/dist/client/services/adRule/adRule.type.d.ts +2 -2
  20. package/dist/client/services/adRule/adSpot.type.d.ts +1 -1
  21. package/dist/client/services/adjustment/adjustment.enum.d.ts +1 -1
  22. package/dist/client/services/adjustment/adjustment.enum.js +1 -1
  23. package/dist/client/services/adjustment/adjustment.type.d.ts +1 -1
  24. package/dist/client/services/adjustment/adjustmentService.interface.d.ts +23 -23
  25. package/dist/client/services/audienceSegment/audienceSegment.action.d.ts +6 -6
  26. package/dist/client/services/audienceSegment/audienceSegment.action.js +6 -6
  27. package/dist/client/services/audienceSegment/audienceSegment.enum.d.ts +4 -4
  28. package/dist/client/services/audienceSegment/audienceSegment.enum.js +4 -4
  29. package/dist/client/services/audienceSegment/audienceSegment.type.d.ts +14 -14
  30. package/dist/client/services/audienceSegment/audienceSegmentService.interface.d.ts +17 -17
  31. package/dist/client/services/cdnConfiguration/cdnConfiguration.action.d.ts +3 -3
  32. package/dist/client/services/cdnConfiguration/cdnConfiguration.action.js +3 -3
  33. package/dist/client/services/cdnConfiguration/cdnConfiguration.enum.d.ts +3 -3
  34. package/dist/client/services/cdnConfiguration/cdnConfiguration.enum.js +3 -3
  35. package/dist/client/services/cdnConfiguration/cdnConfiguration.interface.d.ts +11 -11
  36. package/dist/client/services/cdnConfiguration/cdnConfiguration.type.d.ts +1 -1
  37. package/dist/client/services/cmsMetadata/cmsMetadata.action.d.ts +6 -6
  38. package/dist/client/services/cmsMetadata/cmsMetadata.action.js +6 -6
  39. package/dist/client/services/cmsMetadata/cmsMetadataService.interface.d.ts +16 -16
  40. package/dist/client/services/company/company.type.d.ts +3 -3
  41. package/dist/client/services/company/companyService.interface.d.ts +11 -11
  42. package/dist/client/services/contact/contact.type.d.ts +2 -2
  43. package/dist/client/services/contact/contactService.interface.d.ts +15 -15
  44. package/dist/client/services/content/content.enum.d.ts +2 -2
  45. package/dist/client/services/content/content.enum.js +2 -2
  46. package/dist/client/services/content/content.type.d.ts +1 -1
  47. package/dist/client/services/content/contentService.interface.d.ts +15 -15
  48. package/dist/client/services/contentBundle/contentBundle.action.d.ts +3 -3
  49. package/dist/client/services/contentBundle/contentBundle.action.js +3 -3
  50. package/dist/client/services/contentBundle/contentBundle.type.d.ts +2 -2
  51. package/dist/client/services/contentBundle/contentBundleService.interface.d.ts +10 -10
  52. package/dist/client/services/creative/creative.action.d.ts +3 -3
  53. package/dist/client/services/creative/creative.action.js +3 -3
  54. package/dist/client/services/creative/creative.type.d.ts +1 -1
  55. package/dist/client/services/creative/creativeService.interface.d.ts +15 -15
  56. package/dist/client/services/creativeReview/creativeReviewService.interface.d.ts +4 -4
  57. package/dist/client/services/creativeSet/creativeSet.type.d.ts +1 -1
  58. package/dist/client/services/creativeSet/creativeSetService.interface.d.ts +10 -10
  59. package/dist/client/services/creativeTemplate/creativeTemplate.type.d.ts +1 -1
  60. package/dist/client/services/creativeTemplate/creativeTemplateService.interface.d.ts +8 -8
  61. package/dist/client/services/creativeWrapper/creativeWrapper.action.d.ts +3 -3
  62. package/dist/client/services/creativeWrapper/creativeWrapper.action.js +3 -3
  63. package/dist/client/services/creativeWrapper/creativeWrapper.type.d.ts +1 -1
  64. package/dist/client/services/creativeWrapper/creativeWrapperService.interface.d.ts +15 -15
  65. package/dist/client/services/customField/customField.action.d.ts +3 -3
  66. package/dist/client/services/customField/customField.action.js +3 -3
  67. package/dist/client/services/customField/customField.enum.d.ts +1 -1
  68. package/dist/client/services/customField/customField.enum.js +1 -1
  69. package/dist/client/services/customField/customField.type.d.ts +3 -3
  70. package/dist/client/services/customField/customFieldService.interface.d.ts +22 -22
  71. package/dist/client/services/customTargeting/customTargeting.action.d.ts +6 -6
  72. package/dist/client/services/customTargeting/customTargeting.action.js +6 -6
  73. package/dist/client/services/customTargeting/customTargeting.enum.d.ts +1 -1
  74. package/dist/client/services/customTargeting/customTargeting.enum.js +1 -1
  75. package/dist/client/services/customTargeting/customTargeting.interface.d.ts +29 -29
  76. package/dist/client/services/customTargeting/customTargeting.type.d.ts +2 -2
  77. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKey.action.d.ts +3 -3
  78. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKey.action.js +3 -3
  79. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKey.type.d.ts +1 -1
  80. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKeyService.interface.d.ts +13 -13
  81. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.action.d.ts +3 -3
  82. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.action.js +3 -3
  83. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.enum.d.ts +1 -1
  84. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.enum.js +1 -1
  85. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.type.d.ts +2 -2
  86. package/dist/client/services/daiEncodingProfile/daiEncodingProfileService.interface.d.ts +11 -11
  87. package/dist/client/services/forecast/forecast.type.d.ts +1 -1
  88. package/dist/client/services/forecast/forecastService.interface.d.ts +9 -9
  89. package/dist/client/services/inventory/adUnit.action.d.ts +4 -4
  90. package/dist/client/services/inventory/adUnit.action.js +4 -4
  91. package/dist/client/services/inventory/adUnit.enum.d.ts +2 -2
  92. package/dist/client/services/inventory/adUnit.enum.js +2 -2
  93. package/dist/client/services/inventory/adUnit.type.d.ts +2 -2
  94. package/dist/client/services/inventory/inventoryService.interface.d.ts +16 -16
  95. package/dist/client/services/label/label.action.d.ts +3 -3
  96. package/dist/client/services/label/label.action.js +3 -3
  97. package/dist/client/services/label/label.interface.d.ts +11 -11
  98. package/dist/client/services/label/label.type.d.ts +1 -1
  99. package/dist/client/services/lineItem/lineItem.action.d.ts +9 -9
  100. package/dist/client/services/lineItem/lineItem.action.js +9 -9
  101. package/dist/client/services/lineItem/lineItem.type.d.ts +2 -2
  102. package/dist/client/services/lineItem/lineItemService.interface.d.ts +23 -23
  103. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociation.action.d.ts +4 -4
  104. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociation.action.js +4 -4
  105. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociation.type.d.ts +6 -6
  106. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociationService.interface.d.ts +18 -18
  107. package/dist/client/services/lineItemTemplate/lineItemTemplate.type.d.ts +1 -1
  108. package/dist/client/services/lineItemTemplate/lineItemTemplateService.interface.d.ts +5 -5
  109. package/dist/client/services/liveStreamEvent/liveStreamEvent.action.d.ts +7 -7
  110. package/dist/client/services/liveStreamEvent/liveStreamEvent.action.js +7 -7
  111. package/dist/client/services/liveStreamEvent/liveStreamEvent.enum.d.ts +2 -2
  112. package/dist/client/services/liveStreamEvent/liveStreamEvent.enum.js +2 -2
  113. package/dist/client/services/liveStreamEvent/liveStreamEvent.type.d.ts +1 -1
  114. package/dist/client/services/liveStreamEvent/liveStreamEventService.interface.d.ts +29 -29
  115. package/dist/client/services/mobileApplication/mobileApplication.action.d.ts +3 -3
  116. package/dist/client/services/mobileApplication/mobileApplication.action.js +3 -3
  117. package/dist/client/services/mobileApplication/mobileApplication.enum.d.ts +2 -2
  118. package/dist/client/services/mobileApplication/mobileApplication.enum.js +2 -2
  119. package/dist/client/services/mobileApplication/mobileApplication.type.d.ts +1 -1
  120. package/dist/client/services/mobileApplication/mobileApplicationService.interface.d.ts +12 -12
  121. package/dist/client/services/nativeStyle/nativeStyle.type.d.ts +1 -1
  122. package/dist/client/services/nativeStyle/nativeStyleService.interface.d.ts +9 -9
  123. package/dist/client/services/order/order.action.d.ts +13 -13
  124. package/dist/client/services/order/order.action.js +13 -13
  125. package/dist/client/services/order/order.enum.d.ts +5 -5
  126. package/dist/client/services/order/order.enum.js +5 -5
  127. package/dist/client/services/order/order.type.d.ts +13 -13
  128. package/dist/client/services/order/orderService.interface.d.ts +18 -18
  129. package/dist/client/services/placement/placement.action.d.ts +4 -4
  130. package/dist/client/services/placement/placement.action.js +4 -4
  131. package/dist/client/services/placement/placement.type.d.ts +1 -1
  132. package/dist/client/services/placement/placementService.interface.d.ts +13 -13
  133. package/dist/client/services/proposal/proposal.action.d.ts +15 -15
  134. package/dist/client/services/proposal/proposal.action.js +15 -15
  135. package/dist/client/services/proposal/proposal.enum.d.ts +1 -1
  136. package/dist/client/services/proposal/proposal.enum.js +1 -1
  137. package/dist/client/services/proposal/proposal.type.d.ts +3 -3
  138. package/dist/client/services/proposal/proposalService.interface.d.ts +26 -26
  139. package/dist/client/services/proposalLineItem/proposalLineItem.action.d.ts +10 -10
  140. package/dist/client/services/proposalLineItem/proposalLineItem.action.js +10 -10
  141. package/dist/client/services/proposalLineItem/proposalLineItem.type.d.ts +3 -3
  142. package/dist/client/services/proposalLineItem/proposalLineItemService.interface.d.ts +15 -15
  143. package/dist/client/services/publisherQueryLanguage/publisherQueryLanguageService.interface.d.ts +3 -3
  144. package/dist/client/services/report/report.type.d.ts +2 -2
  145. package/dist/client/services/report/reportService.interface.d.ts +16 -16
  146. package/dist/client/services/site/siteService.interface.d.ts +13 -13
  147. package/dist/client/services/suggestedAdUnit/suggestedAdUnit.action.d.ts +2 -2
  148. package/dist/client/services/suggestedAdUnit/suggestedAdUnit.action.js +2 -2
  149. package/dist/client/services/suggestedAdUnit/suggestedAdUnit.type.d.ts +2 -2
  150. package/dist/client/services/suggestedAdUnit/suggestedAdUnitService.interface.d.ts +9 -9
  151. package/dist/client/services/targetingPresent/targetingPresentService.interface.d.ts +5 -5
  152. package/dist/client/services/team/team.action.d.ts +3 -3
  153. package/dist/client/services/team/team.action.js +3 -3
  154. package/dist/client/services/team/team.type.d.ts +2 -2
  155. package/dist/client/services/team/teamService.interface.d.ts +12 -12
  156. package/dist/client/services/user/user.action.d.ts +3 -3
  157. package/dist/client/services/user/user.action.js +3 -3
  158. package/dist/client/services/user/user.type.d.ts +5 -5
  159. package/dist/client/services/user/userService.interface.d.ts +17 -17
  160. package/dist/client/services/userTeamAssociation/userTeamAssociation.action.d.ts +2 -2
  161. package/dist/client/services/userTeamAssociation/userTeamAssociation.action.js +2 -2
  162. package/dist/client/services/userTeamAssociation/userTeamAssociation.type.d.ts +5 -5
  163. package/dist/client/services/userTeamAssociation/userTeamAssociationService.interface.d.ts +10 -10
  164. package/dist/common/types/statement.type.d.ts +4 -4
  165. package/package.json +11 -11
@@ -62,7 +62,7 @@ export type LabelFrequencyCap = {
62
62
  labelId: number;
63
63
  };
64
64
  /**
65
- * The summary of a parent {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit}.
65
+ * The summary of a parent {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit AdUnit}.
66
66
  */
67
67
  export type AdUnitParent = {
68
68
  /**
@@ -231,7 +231,7 @@ export type AdUnit = {
231
231
  applicationId: number;
232
232
  };
233
233
  /**
234
- * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit} objects.
234
+ * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit AdUnit} objects.
235
235
  */
236
236
  export type AdUnitPage = PageResult<AdUnit>;
237
237
  //# sourceMappingURL=adUnit.type.d.ts.map
@@ -3,7 +3,7 @@ import type { AdUnitAction } from "./adUnit.action";
3
3
  import type { AdUnit, AdUnitPage, AdUnitSize } from "./adUnit.type";
4
4
  /**
5
5
  * Provides operations for creating, updating and retrieving
6
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit} objects.
6
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit AdUnit} objects.
7
7
  *
8
8
  * Line items connect a creative with its associated ad unit through targeting.
9
9
  *
@@ -13,35 +13,35 @@ import type { AdUnit, AdUnitPage, AdUnitSize } from "./adUnit.type";
13
13
  */
14
14
  export interface InventoryServiceOperations {
15
15
  /**
16
- * Creates new {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit} objects.
16
+ * Creates new {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit AdUnit} objects.
17
17
  *
18
18
  * @param adUnits the ad units to create
19
19
  * @returns the created ad units, with their IDs filled in
20
20
  */
21
21
  createAdUnits(adUnits: Partial<AdUnit>[]): Promise<AdUnit[]>;
22
22
  /**
23
- * Returns a set of all relevant {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnitSize AdUnitSize} objects.
23
+ * Returns a set of all relevant {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnitSize AdUnitSize} objects.
24
24
  *
25
- * The given {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.Statement Statement} is currently ignored but may be honored in future versions.
25
+ * The given {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.Statement Statement} is currently ignored but may be honored in future versions.
26
26
  *
27
27
  * @param filterStatement currently ignored but may be honored in future versions
28
28
  * @returns the ad unit sizes
29
29
  */
30
30
  getAdUnitSizesByStatement(filterStatement: Statement): Promise<AdUnitSize[]>;
31
31
  /**
32
- * Gets a {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnitPage AdUnitPage} of
33
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit} objects that satisfy the given
34
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.Statement#query Statement.query}.
32
+ * Gets a {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnitPage AdUnitPage} of
33
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit AdUnit} objects that satisfy the given
34
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.Statement#query Statement.query}.
35
35
  * The following fields are supported for filtering:
36
36
  *
37
37
  * | PQL Property | PQL Property |
38
38
  * | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
39
- * | adUnitCode | {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit#adUnitCode AdUnit.adUnitCode} |
40
- * | id | {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit#id AdUnit.id} |
41
- * | name | {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit#name AdUnit.name} |
42
- * | parentId | {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit#parentId AdUnit.parentId} |
43
- * | status | {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit#status AdUnit.status} |
44
- * | lastModifiedDateTime | {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit#lastModifiedDateTime AdUnit.lastModifiedDateTime} |
39
+ * | adUnitCode | {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit#adUnitCode AdUnit.adUnitCode} |
40
+ * | id | {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit#id AdUnit.id} |
41
+ * | name | {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit#name AdUnit.name} |
42
+ * | parentId | {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit#parentId AdUnit.parentId} |
43
+ * | status | {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit#status AdUnit.status} |
44
+ * | lastModifiedDateTime | {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit#lastModifiedDateTime AdUnit.lastModifiedDateTime} |
45
45
  *
46
46
  *
47
47
  * @param filterStatement a Publisher Query Language statement used to filter a set of ad units
@@ -49,8 +49,8 @@ export interface InventoryServiceOperations {
49
49
  */
50
50
  getAdUnitsByStatement(filterStatement: Statement): Promise<AdUnitPage>;
51
51
  /**
52
- * Performs actions on {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit}
53
- * objects that match the given {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.Statement#query Statement.query}.
52
+ * Performs actions on {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit AdUnit}
53
+ * objects that match the given {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.Statement#query Statement.query}.
54
54
  *
55
55
  * @param adUnitAction the action to perform
56
56
  * @param filterStatement a Publisher Query Language statement used to filter a set of ad units
@@ -58,7 +58,7 @@ export interface InventoryServiceOperations {
58
58
  */
59
59
  performAdUnitAction(adUnitAction: AdUnitAction, filterStatement: Statement): Promise<UpdateResult>;
60
60
  /**
61
- * Updates the specified {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit} objects.
61
+ * Updates the specified {@link https://developers.google.com/ad-manager/api/reference/latest/InventoryService.AdUnit AdUnit} objects.
62
62
  *
63
63
  * @param adUnits the ad units to update
64
64
  * @returns the updated ad units
@@ -1,15 +1,15 @@
1
1
  /**
2
- * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
2
+ * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
3
3
  */
4
4
  export declare abstract class LabelAction {
5
5
  }
6
6
  /**
7
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
7
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
8
8
  */
9
9
  export declare class ActivateLabels implements LabelAction {
10
10
  }
11
11
  /**
12
- * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
12
+ * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
13
13
  */
14
14
  export declare class DeactivateLabels implements LabelAction {
15
15
  }
@@ -2,19 +2,19 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeactivateLabels = exports.ActivateLabels = exports.LabelAction = void 0;
4
4
  /**
5
- * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
5
+ * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
6
6
  */
7
7
  class LabelAction {
8
8
  }
9
9
  exports.LabelAction = LabelAction;
10
10
  /**
11
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
11
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
12
12
  */
13
13
  class ActivateLabels {
14
14
  }
15
15
  exports.ActivateLabels = ActivateLabels;
16
16
  /**
17
- * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
17
+ * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
18
18
  */
19
19
  class DeactivateLabels {
20
20
  }
@@ -6,32 +6,32 @@ import type { Label, LabelPage } from "./label.type";
6
6
  */
7
7
  export interface LabelServiceOperations {
8
8
  /**
9
- * Creates new {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
9
+ * Creates new {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
10
10
  *
11
11
  * @param labels the labels to create
12
12
  * @returns the created labels with their IDs filled in
13
13
  */
14
14
  createLabels(labels: Partial<Label>[]): Promise<Label[]>;
15
15
  /**
16
- * Gets a {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.LabelPage LabelPage}
17
- * of {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects that satisfy the given
18
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Statement#query Statement.query}.
16
+ * Gets a {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.LabelPage LabelPage}
17
+ * of {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects that satisfy the given
18
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Statement#query Statement.query}.
19
19
  * The following fields are supported for filtering:
20
20
  *
21
21
  * | PQL Property | PQL Property |
22
22
  * | ------------ | ----------------------------------------------------------------------------------------------------------------------- |
23
- * | id | {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label#id Label.id} |
24
- * | type | {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label#type Label.type} |
25
- * | name | {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label#name Label.name} |
26
- * | description | {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label#description Label.description} |
27
- * | isActive | {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label#isActive Label.isActive} |
23
+ * | id | {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label#id Label.id} |
24
+ * | type | {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label#type Label.type} |
25
+ * | name | {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label#name Label.name} |
26
+ * | description | {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label#description Label.description} |
27
+ * | isActive | {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label#isActive Label.isActive} |
28
28
  *
29
29
  * @param filterStatement a Publisher Query Language statement used to filter a set of labels.
30
30
  * @returns the labels that match the given filter
31
31
  */
32
32
  getLabelsByStatement(filterStatement: Statement): Promise<LabelPage>;
33
33
  /**
34
- * Performs actions on {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects that match the given Statement.
34
+ * Performs actions on {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects that match the given Statement.
35
35
  *
36
36
  * @param labelAction the action to perform
37
37
  * @param filterStatement a Publisher Query Language statement used to filter a set of labels
@@ -39,7 +39,7 @@ export interface LabelServiceOperations {
39
39
  */
40
40
  performLabelAction(labelAction: LabelAction, filterStatement: Statement): Promise<UpdateResult>;
41
41
  /**
42
- * Updates the specified {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
42
+ * Updates the specified {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
43
43
  *
44
44
  * @param labels the labels to update
45
45
  * @returns the updated labels
@@ -47,7 +47,7 @@ export type Label = {
47
47
  types: LabelType[];
48
48
  };
49
49
  /**
50
- * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} objects.
50
+ * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/latest/LabelService.Label Label} objects.
51
51
  */
52
52
  export type LabelPage = PageResult<Label>;
53
53
  //# sourceMappingURL=label.type.d.ts.map
@@ -1,23 +1,23 @@
1
1
  /**
2
- * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
2
+ * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
3
3
  */
4
4
  export declare abstract class LineItemAction {
5
5
  buildAttributes(): object;
6
6
  }
7
7
  /**
8
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
8
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
9
9
  */
10
10
  export declare class ActivateLineItems implements LineItemAction {
11
11
  buildAttributes(): object;
12
12
  }
13
13
  /**
14
- * The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
14
+ * The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
15
15
  */
16
16
  export declare class ArchiveLineItems implements LineItemAction {
17
17
  buildAttributes(): object;
18
18
  }
19
19
  /**
20
- * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
20
+ * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
21
21
  * A line item can be deleted if it has never been eligible to serve.
22
22
  * Note: deleted line items will still count against your network limits.
23
23
  * For more information, see the {@link https://support.google.com/admanager/answer/1628457 Help Center}.
@@ -26,19 +26,19 @@ export declare class DeleteLineItems implements LineItemAction {
26
26
  buildAttributes(): object;
27
27
  }
28
28
  /**
29
- * The action used for pausing {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
29
+ * The action used for pausing {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
30
30
  */
31
31
  export declare class PauseLineItems implements LineItemAction {
32
32
  buildAttributes(): object;
33
33
  }
34
34
  /**
35
- * The action used for releasing {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
35
+ * The action used for releasing {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
36
36
  */
37
37
  export declare class ReleaseLineItems implements LineItemAction {
38
38
  buildAttributes(): object;
39
39
  }
40
40
  /**
41
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
41
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
42
42
  */
43
43
  export declare class ReserveLineItems implements LineItemAction {
44
44
  private skipInventoryCheckField;
@@ -53,7 +53,7 @@ export declare class ReserveLineItems implements LineItemAction {
53
53
  buildAttributes(): object;
54
54
  }
55
55
  /**
56
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
56
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
57
57
  */
58
58
  export declare class ResumeLineItems implements LineItemAction {
59
59
  private skipInventoryCheckField;
@@ -68,7 +68,7 @@ export declare class ResumeLineItems implements LineItemAction {
68
68
  buildAttributes(): object;
69
69
  }
70
70
  /**
71
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
71
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
72
72
  */
73
73
  export declare class UnarchiveLineItems implements LineItemAction {
74
74
  buildAttributes(): object;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UnarchiveLineItems = exports.ResumeLineItems = exports.ReserveLineItems = exports.ReleaseLineItems = exports.PauseLineItems = exports.DeleteLineItems = exports.ArchiveLineItems = exports.ActivateLineItems = exports.LineItemAction = void 0;
4
4
  /**
5
- * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
5
+ * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
6
6
  */
7
7
  class LineItemAction {
8
8
  buildAttributes() {
@@ -11,7 +11,7 @@ class LineItemAction {
11
11
  }
12
12
  exports.LineItemAction = LineItemAction;
13
13
  /**
14
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
14
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
15
15
  */
16
16
  class ActivateLineItems {
17
17
  buildAttributes() {
@@ -20,7 +20,7 @@ class ActivateLineItems {
20
20
  }
21
21
  exports.ActivateLineItems = ActivateLineItems;
22
22
  /**
23
- * The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
23
+ * The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
24
24
  */
25
25
  class ArchiveLineItems {
26
26
  buildAttributes() {
@@ -29,7 +29,7 @@ class ArchiveLineItems {
29
29
  }
30
30
  exports.ArchiveLineItems = ArchiveLineItems;
31
31
  /**
32
- * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
32
+ * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
33
33
  * A line item can be deleted if it has never been eligible to serve.
34
34
  * Note: deleted line items will still count against your network limits.
35
35
  * For more information, see the {@link https://support.google.com/admanager/answer/1628457 Help Center}.
@@ -41,7 +41,7 @@ class DeleteLineItems {
41
41
  }
42
42
  exports.DeleteLineItems = DeleteLineItems;
43
43
  /**
44
- * The action used for pausing {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
44
+ * The action used for pausing {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
45
45
  */
46
46
  class PauseLineItems {
47
47
  buildAttributes() {
@@ -50,7 +50,7 @@ class PauseLineItems {
50
50
  }
51
51
  exports.PauseLineItems = PauseLineItems;
52
52
  /**
53
- * The action used for releasing {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
53
+ * The action used for releasing {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
54
54
  */
55
55
  class ReleaseLineItems {
56
56
  buildAttributes() {
@@ -59,7 +59,7 @@ class ReleaseLineItems {
59
59
  }
60
60
  exports.ReleaseLineItems = ReleaseLineItems;
61
61
  /**
62
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
62
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
63
63
  */
64
64
  class ReserveLineItems {
65
65
  constructor() {
@@ -85,7 +85,7 @@ class ReserveLineItems {
85
85
  }
86
86
  exports.ReserveLineItems = ReserveLineItems;
87
87
  /**
88
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
88
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
89
89
  */
90
90
  class ResumeLineItems {
91
91
  constructor() {
@@ -111,7 +111,7 @@ class ResumeLineItems {
111
111
  }
112
112
  exports.ResumeLineItems = ResumeLineItems;
113
113
  /**
114
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
114
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
115
115
  */
116
116
  class UnarchiveLineItems {
117
117
  buildAttributes() {
@@ -2,7 +2,7 @@ import type { PageResult } from "../../../common/types";
2
2
  import type { CreativeTargeting, Targeting } from "../../common/types";
3
3
  import type { LineItemSummary } from "../../common/types/lineItemSummary.type";
4
4
  /**
5
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}
5
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem}
6
6
  * is an advertiser's commitment to purchase a specific number of ad impressions, clicks, or time.
7
7
  */
8
8
  export type LineItem = LineItemSummary & {
@@ -18,7 +18,7 @@ export type LineItem = LineItemSummary & {
18
18
  creativeTargetings?: CreativeTargeting[];
19
19
  };
20
20
  /**
21
- * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
21
+ * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
22
22
  */
23
23
  export type LineItemPage = PageResult<LineItem>;
24
24
  //# sourceMappingURL=lineItem.type.d.ts.map
@@ -2,7 +2,7 @@ import type { Statement, UpdateResult } from "../../../common/types";
2
2
  import type { LineItemAction } from "./lineItem.action";
3
3
  import type { LineItem, LineItemPage } from "./lineItem.type";
4
4
  /**
5
- * Provides operations for creating, updating and retrieving {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
5
+ * Provides operations for creating, updating and retrieving {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
6
6
  *
7
7
  * Line items define the campaign. For example, line items define:
8
8
  *
@@ -18,43 +18,43 @@ import type { LineItem, LineItemPage } from "./lineItem.type";
18
18
  */
19
19
  export interface LineItemServiceOperations {
20
20
  /**
21
- * Creates new {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
21
+ * Creates new {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
22
22
  *
23
23
  * @param lineItems the line items to create
24
24
  * @returns the created line items with their IDs filled in
25
25
  */
26
26
  createLineItems(lineItems: Partial<LineItem>[]): Promise<LineItem[]>;
27
27
  /**
28
- * Gets a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItemPage LineItemPage}
29
- * of {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects that satisfy the given
30
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.Statement#query Statement.query}.
28
+ * Gets a {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItemPage LineItemPage}
29
+ * of {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects that satisfy the given
30
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.Statement#query Statement.query}.
31
31
  * The following fields are supported for filtering:
32
32
  *
33
33
  * | PQL Property | PQL Property |
34
34
  * | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
35
- * | CostType | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#costType LineItem.costType} |
36
- * | CreationDateTime | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#creationDateTime LineItem.creationDateTime} |
37
- * | DeliveryRateType | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#deliveryRateType LineItem.deliveryRateType} |
38
- * | EndDateTime | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#endDateTime LineItem.endDateTime} |
39
- * | externalId | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#externalId LineItem.externalId} |
40
- * | Id | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#id LineItem.id} |
41
- * | IsMissingCreatives | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#isMissingCreatives LineItem.isMissingCreatives} |
42
- * | IsSetTopBoxEnabled | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#isSetTopBoxEnabled LineItem.isSetTopBoxEnabled} |
43
- * | LastModifiedDateTime | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#lastModifiedDateTime LineItem.lastModifiedDateTime} |
44
- * | LineItemType | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#lineItemType LineItem.lineItemType} |
45
- * | Name | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#name LineItem.name} |
46
- * | OrderId | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#orderId LineItem.orderId} |
47
- * | StartDateTime | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#startDateTime LineItem.startDateTime} |
48
- * | Status | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#status LineItem.status} |
49
- * | UnitsBought | {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem#unitsBought LineItem.unitsBought} |
35
+ * | CostType | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#costType LineItem.costType} |
36
+ * | CreationDateTime | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#creationDateTime LineItem.creationDateTime} |
37
+ * | DeliveryRateType | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#deliveryRateType LineItem.deliveryRateType} |
38
+ * | EndDateTime | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#endDateTime LineItem.endDateTime} |
39
+ * | externalId | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#externalId LineItem.externalId} |
40
+ * | Id | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#id LineItem.id} |
41
+ * | IsMissingCreatives | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#isMissingCreatives LineItem.isMissingCreatives} |
42
+ * | IsSetTopBoxEnabled | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#isSetTopBoxEnabled LineItem.isSetTopBoxEnabled} |
43
+ * | LastModifiedDateTime | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#lastModifiedDateTime LineItem.lastModifiedDateTime} |
44
+ * | LineItemType | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#lineItemType LineItem.lineItemType} |
45
+ * | Name | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#name LineItem.name} |
46
+ * | OrderId | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#orderId LineItem.orderId} |
47
+ * | StartDateTime | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#startDateTime LineItem.startDateTime} |
48
+ * | Status | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#status LineItem.status} |
49
+ * | UnitsBought | {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem#unitsBought LineItem.unitsBought} |
50
50
  *
51
51
  * @param filterStatement a Publisher Query Language statement used to filter a set of line items.
52
52
  * @returns the line items that match the given filter
53
53
  */
54
54
  getLineItemsByStatement(filterStatement: Statement): Promise<LineItemPage>;
55
55
  /**
56
- * Performs actions on {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects that match the given
57
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.Statement#query Statement.query}.
56
+ * Performs actions on {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects that match the given
57
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.Statement#query Statement.query}.
58
58
  *
59
59
  * @param lineItemAction the action to perform
60
60
  * @param filterStatement a Publisher Query Language statement used to filter a set of line items
@@ -62,7 +62,7 @@ export interface LineItemServiceOperations {
62
62
  */
63
63
  performLineItemAction(lineItemAction: LineItemAction, filterStatement: Statement): Promise<UpdateResult>;
64
64
  /**
65
- * Updates the specified {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} objects.
65
+ * Updates the specified {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemService.LineItem LineItem} objects.
66
66
  *
67
67
  * @param lineItems the line items to update.
68
68
  * @returns the updated line items
@@ -1,21 +1,21 @@
1
1
  /**
2
2
  * Represents the actions that can be performed on
3
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
3
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
4
4
  */
5
5
  export declare abstract class LineItemCreativeAssociationAction {
6
6
  }
7
7
  /**
8
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
8
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
9
9
  */
10
10
  export declare class ActivateLineItemCreativeAssociations implements LineItemCreativeAssociationAction {
11
11
  }
12
12
  /**
13
- * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
13
+ * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
14
14
  */
15
15
  export declare class DeactivateLineItemCreativeAssociations implements LineItemCreativeAssociationAction {
16
16
  }
17
17
  /**
18
- * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
18
+ * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
19
19
  */
20
20
  export declare class DeleteLineItemCreativeAssociations implements LineItemCreativeAssociationAction {
21
21
  }
@@ -3,25 +3,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteLineItemCreativeAssociations = exports.DeactivateLineItemCreativeAssociations = exports.ActivateLineItemCreativeAssociations = exports.LineItemCreativeAssociationAction = void 0;
4
4
  /**
5
5
  * Represents the actions that can be performed on
6
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
6
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
7
7
  */
8
8
  class LineItemCreativeAssociationAction {
9
9
  }
10
10
  exports.LineItemCreativeAssociationAction = LineItemCreativeAssociationAction;
11
11
  /**
12
- * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
12
+ * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
13
13
  */
14
14
  class ActivateLineItemCreativeAssociations {
15
15
  }
16
16
  exports.ActivateLineItemCreativeAssociations = ActivateLineItemCreativeAssociations;
17
17
  /**
18
- * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
18
+ * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
19
19
  */
20
20
  class DeactivateLineItemCreativeAssociations {
21
21
  }
22
22
  exports.DeactivateLineItemCreativeAssociations = DeactivateLineItemCreativeAssociations;
23
23
  /**
24
- * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
24
+ * The action used for deleting {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
25
25
  */
26
26
  class DeleteLineItemCreativeAssociations {
27
27
  }
@@ -27,9 +27,9 @@ export type LineItemCreativeAssociationStats = {
27
27
  costInOrderCurrency: Money;
28
28
  };
29
29
  /**
30
- * A LineItemCreativeAssociation associates a {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeService.Creative Creative}
31
- * or {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeSetService.CreativeSet CreativeSet} with a
32
- * {@link https://developers.google.com/ad-manager/api/reference/v202505/ForecastService.LineItem LineItem}
30
+ * A LineItemCreativeAssociation associates a {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeService.Creative Creative}
31
+ * or {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeSetService.CreativeSet CreativeSet} with a
32
+ * {@link https://developers.google.com/ad-manager/api/reference/latest/ForecastService.LineItem LineItem}
33
33
  * so that the creative can be served in ad units targeted by the line item.
34
34
  */
35
35
  export type LineItemCreativeAssociation = {
@@ -103,12 +103,12 @@ export type LineItemCreativeAssociation = {
103
103
  targetingName: string;
104
104
  };
105
105
  /**
106
- * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
106
+ * Captures a page of {@link https://developers.google.com/ad-manager/api/reference/latest/LineItemCreativeAssociationService.LineItemCreativeAssociation LineItemCreativeAssociation} objects.
107
107
  */
108
108
  export type LineItemCreativeAssociationPage = PageResult<LineItemCreativeAssociation>;
109
109
  /**
110
- * Represents the {@link https://developers.google.com/ad-manager/api/reference/v202505/NativeStyleService.NativeStyle NativeStyle}
111
- * of a {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeService.Creative Creative} and its corresponding preview URL.
110
+ * Represents the {@link https://developers.google.com/ad-manager/api/reference/latest/NativeStyleService.NativeStyle NativeStyle}
111
+ * of a {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeService.Creative Creative} and its corresponding preview URL.
112
112
  */
113
113
  export type CreativeNativeStylePreview = {
114
114
  /**