@guardian/google-admanager-api 3.1.5 → 4.0.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 (190) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/dist/client/common/enums/delivery.enum.d.ts +1 -1
  4. package/dist/client/common/enums/delivery.enum.js +1 -1
  5. package/dist/client/common/enums/general.enum.d.ts +7 -7
  6. package/dist/client/common/enums/general.enum.js +7 -7
  7. package/dist/client/common/enums/index.d.ts +1 -0
  8. package/dist/client/common/enums/index.d.ts.map +1 -1
  9. package/dist/client/common/enums/index.js +1 -0
  10. package/dist/client/common/enums/index.js.map +1 -1
  11. package/dist/client/common/enums/invitationStatus.enum.d.ts +31 -0
  12. package/dist/client/common/enums/invitationStatus.enum.d.ts.map +1 -0
  13. package/dist/client/common/enums/invitationStatus.enum.js +35 -0
  14. package/dist/client/common/enums/invitationStatus.enum.js.map +1 -0
  15. package/dist/client/common/enums/lineItemSummary.enum.d.ts +4 -4
  16. package/dist/client/common/enums/lineItemSummary.enum.js +4 -4
  17. package/dist/client/common/types/general.type.d.ts +58 -25
  18. package/dist/client/common/types/general.type.d.ts.map +1 -1
  19. package/dist/client/common/types/general.type.js.map +1 -1
  20. package/dist/client/common/types/label.type.d.ts +2 -2
  21. package/dist/client/common/types/lineItemSummary.type.d.ts +15 -11
  22. package/dist/client/common/types/lineItemSummary.type.d.ts.map +1 -1
  23. package/dist/client/common/types/targeting.type.d.ts +7 -7
  24. package/dist/client/services/activity/activity.type.d.ts +4 -4
  25. package/dist/client/services/activity/activityService.interface.d.ts +12 -12
  26. package/dist/client/services/activityGroup/activityGroup.type.d.ts +4 -4
  27. package/dist/client/services/activityGroup/activityGroupService.interface.d.ts +11 -11
  28. package/dist/client/services/adRule/adRule.type.d.ts +2 -2
  29. package/dist/client/services/adRule/adSpot.type.d.ts +1 -1
  30. package/dist/client/services/adjustment/adjustment.enum.d.ts +1 -1
  31. package/dist/client/services/adjustment/adjustment.enum.js +1 -1
  32. package/dist/client/services/adjustment/adjustment.type.d.ts +1 -1
  33. package/dist/client/services/adjustment/adjustmentService.interface.d.ts +23 -23
  34. package/dist/client/services/audienceSegment/audienceSegment.action.d.ts +6 -6
  35. package/dist/client/services/audienceSegment/audienceSegment.action.js +6 -6
  36. package/dist/client/services/audienceSegment/audienceSegment.enum.d.ts +4 -4
  37. package/dist/client/services/audienceSegment/audienceSegment.enum.js +4 -4
  38. package/dist/client/services/audienceSegment/audienceSegment.type.d.ts +14 -14
  39. package/dist/client/services/audienceSegment/audienceSegmentService.interface.d.ts +17 -17
  40. package/dist/client/services/cdnConfiguration/cdnConfiguration.action.d.ts +3 -3
  41. package/dist/client/services/cdnConfiguration/cdnConfiguration.action.js +3 -3
  42. package/dist/client/services/cdnConfiguration/cdnConfiguration.enum.d.ts +3 -3
  43. package/dist/client/services/cdnConfiguration/cdnConfiguration.enum.js +3 -3
  44. package/dist/client/services/cdnConfiguration/cdnConfiguration.interface.d.ts +11 -11
  45. package/dist/client/services/cdnConfiguration/cdnConfiguration.type.d.ts +1 -1
  46. package/dist/client/services/cmsMetadata/cmsMetadata.action.d.ts +6 -6
  47. package/dist/client/services/cmsMetadata/cmsMetadata.action.js +6 -6
  48. package/dist/client/services/cmsMetadata/cmsMetadataService.interface.d.ts +16 -16
  49. package/dist/client/services/company/company.type.d.ts +3 -3
  50. package/dist/client/services/company/companyService.interface.d.ts +11 -11
  51. package/dist/client/services/contact/contact.type.d.ts +2 -2
  52. package/dist/client/services/contact/contactService.interface.d.ts +15 -15
  53. package/dist/client/services/content/content.enum.d.ts +2 -2
  54. package/dist/client/services/content/content.enum.js +2 -2
  55. package/dist/client/services/content/content.type.d.ts +1 -1
  56. package/dist/client/services/content/contentService.interface.d.ts +15 -15
  57. package/dist/client/services/contentBundle/contentBundle.action.d.ts +3 -3
  58. package/dist/client/services/contentBundle/contentBundle.action.js +3 -3
  59. package/dist/client/services/contentBundle/contentBundle.type.d.ts +2 -2
  60. package/dist/client/services/contentBundle/contentBundleService.interface.d.ts +10 -10
  61. package/dist/client/services/creative/creative.action.d.ts +3 -3
  62. package/dist/client/services/creative/creative.action.js +3 -3
  63. package/dist/client/services/creative/creative.type.d.ts +2 -2
  64. package/dist/client/services/creative/creative.type.d.ts.map +1 -1
  65. package/dist/client/services/creative/creativeService.interface.d.ts +15 -15
  66. package/dist/client/services/creativeReview/creativeReviewService.interface.d.ts +4 -4
  67. package/dist/client/services/creativeSet/creativeSet.type.d.ts +1 -1
  68. package/dist/client/services/creativeSet/creativeSetService.interface.d.ts +10 -10
  69. package/dist/client/services/creativeTemplate/creativeTemplate.type.d.ts +1 -1
  70. package/dist/client/services/creativeTemplate/creativeTemplateService.interface.d.ts +8 -8
  71. package/dist/client/services/creativeWrapper/creativeWrapper.action.d.ts +3 -3
  72. package/dist/client/services/creativeWrapper/creativeWrapper.action.js +3 -3
  73. package/dist/client/services/creativeWrapper/creativeWrapper.type.d.ts +1 -1
  74. package/dist/client/services/creativeWrapper/creativeWrapperService.interface.d.ts +15 -15
  75. package/dist/client/services/customField/customField.action.d.ts +3 -3
  76. package/dist/client/services/customField/customField.action.js +3 -3
  77. package/dist/client/services/customField/customField.enum.d.ts +1 -1
  78. package/dist/client/services/customField/customField.enum.js +1 -1
  79. package/dist/client/services/customField/customField.type.d.ts +3 -3
  80. package/dist/client/services/customField/customFieldService.interface.d.ts +22 -22
  81. package/dist/client/services/customTargeting/customTargeting.action.d.ts +6 -6
  82. package/dist/client/services/customTargeting/customTargeting.action.js +6 -6
  83. package/dist/client/services/customTargeting/customTargeting.enum.d.ts +1 -1
  84. package/dist/client/services/customTargeting/customTargeting.enum.js +1 -1
  85. package/dist/client/services/customTargeting/customTargeting.interface.d.ts +29 -29
  86. package/dist/client/services/customTargeting/customTargeting.type.d.ts +2 -2
  87. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKey.action.d.ts +3 -3
  88. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKey.action.js +3 -3
  89. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKey.type.d.ts +1 -1
  90. package/dist/client/services/daiAuthenticationKey/daiAuthenticationKeyService.interface.d.ts +13 -13
  91. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.action.d.ts +3 -3
  92. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.action.js +3 -3
  93. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.enum.d.ts +1 -1
  94. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.enum.js +1 -1
  95. package/dist/client/services/daiEncodingProfile/daiEncodingProfile.type.d.ts +2 -2
  96. package/dist/client/services/daiEncodingProfile/daiEncodingProfileService.interface.d.ts +11 -11
  97. package/dist/client/services/forecast/forecast.type.d.ts +1 -1
  98. package/dist/client/services/forecast/forecastService.interface.d.ts +9 -9
  99. package/dist/client/services/inventory/adUnit.action.d.ts +4 -4
  100. package/dist/client/services/inventory/adUnit.action.js +4 -4
  101. package/dist/client/services/inventory/adUnit.enum.d.ts +2 -2
  102. package/dist/client/services/inventory/adUnit.enum.js +2 -2
  103. package/dist/client/services/inventory/adUnit.type.d.ts +2 -2
  104. package/dist/client/services/inventory/inventoryService.interface.d.ts +16 -16
  105. package/dist/client/services/label/label.action.d.ts +3 -3
  106. package/dist/client/services/label/label.action.js +3 -3
  107. package/dist/client/services/label/label.interface.d.ts +11 -11
  108. package/dist/client/services/label/label.type.d.ts +1 -1
  109. package/dist/client/services/lineItem/lineItem.action.d.ts +9 -9
  110. package/dist/client/services/lineItem/lineItem.action.js +9 -9
  111. package/dist/client/services/lineItem/lineItem.struct.d.ts.map +1 -1
  112. package/dist/client/services/lineItem/lineItem.struct.js +3 -0
  113. package/dist/client/services/lineItem/lineItem.struct.js.map +1 -1
  114. package/dist/client/services/lineItem/lineItem.type.d.ts +2 -2
  115. package/dist/client/services/lineItem/lineItemService.interface.d.ts +23 -23
  116. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociation.action.d.ts +4 -4
  117. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociation.action.js +4 -4
  118. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociation.type.d.ts +6 -6
  119. package/dist/client/services/lineItemCreativeAssociation/lineItemCreativeAssociationService.interface.d.ts +18 -18
  120. package/dist/client/services/lineItemTemplate/lineItemTemplate.type.d.ts +1 -1
  121. package/dist/client/services/lineItemTemplate/lineItemTemplateService.interface.d.ts +5 -5
  122. package/dist/client/services/liveStreamEvent/liveStreamEvent.action.d.ts +7 -7
  123. package/dist/client/services/liveStreamEvent/liveStreamEvent.action.js +7 -7
  124. package/dist/client/services/liveStreamEvent/liveStreamEvent.enum.d.ts +2 -2
  125. package/dist/client/services/liveStreamEvent/liveStreamEvent.enum.js +2 -2
  126. package/dist/client/services/liveStreamEvent/liveStreamEvent.type.d.ts +1 -1
  127. package/dist/client/services/liveStreamEvent/liveStreamEventService.interface.d.ts +29 -29
  128. package/dist/client/services/mobileApplication/mobileApplication.action.d.ts +3 -3
  129. package/dist/client/services/mobileApplication/mobileApplication.action.js +3 -3
  130. package/dist/client/services/mobileApplication/mobileApplication.enum.d.ts +2 -2
  131. package/dist/client/services/mobileApplication/mobileApplication.enum.js +2 -2
  132. package/dist/client/services/mobileApplication/mobileApplication.type.d.ts +1 -1
  133. package/dist/client/services/mobileApplication/mobileApplicationService.interface.d.ts +12 -12
  134. package/dist/client/services/nativeStyle/nativeStyle.type.d.ts +1 -1
  135. package/dist/client/services/nativeStyle/nativeStyleService.interface.d.ts +9 -9
  136. package/dist/client/services/order/order.action.d.ts +13 -13
  137. package/dist/client/services/order/order.action.js +13 -13
  138. package/dist/client/services/order/order.enum.d.ts +5 -5
  139. package/dist/client/services/order/order.enum.js +5 -5
  140. package/dist/client/services/order/order.type.d.ts +13 -13
  141. package/dist/client/services/order/orderService.interface.d.ts +18 -18
  142. package/dist/client/services/placement/placement.action.d.ts +4 -4
  143. package/dist/client/services/placement/placement.action.js +4 -4
  144. package/dist/client/services/placement/placement.type.d.ts +1 -1
  145. package/dist/client/services/placement/placementService.interface.d.ts +13 -13
  146. package/dist/client/services/proposal/proposal.action.d.ts +15 -15
  147. package/dist/client/services/proposal/proposal.action.js +15 -15
  148. package/dist/client/services/proposal/proposal.enum.d.ts +1 -1
  149. package/dist/client/services/proposal/proposal.enum.js +1 -1
  150. package/dist/client/services/proposal/proposal.type.d.ts +3 -3
  151. package/dist/client/services/proposal/proposalService.interface.d.ts +26 -26
  152. package/dist/client/services/proposalLineItem/proposalLineItem.action.d.ts +10 -10
  153. package/dist/client/services/proposalLineItem/proposalLineItem.action.js +10 -10
  154. package/dist/client/services/proposalLineItem/proposalLineItem.enum.d.ts +17 -0
  155. package/dist/client/services/proposalLineItem/proposalLineItem.enum.d.ts.map +1 -1
  156. package/dist/client/services/proposalLineItem/proposalLineItem.enum.js +19 -1
  157. package/dist/client/services/proposalLineItem/proposalLineItem.enum.js.map +1 -1
  158. package/dist/client/services/proposalLineItem/proposalLineItem.type.d.ts +26 -28
  159. package/dist/client/services/proposalLineItem/proposalLineItem.type.d.ts.map +1 -1
  160. package/dist/client/services/proposalLineItem/proposalLineItemService.interface.d.ts +15 -15
  161. package/dist/client/services/publisherQueryLanguage/publisherQueryLanguageService.interface.d.ts +3 -3
  162. package/dist/client/services/report/report.type.d.ts +2 -2
  163. package/dist/client/services/report/reportService.interface.d.ts +16 -16
  164. package/dist/client/services/site/siteService.interface.d.ts +13 -13
  165. package/dist/client/services/suggestedAdUnit/suggestedAdUnit.action.d.ts +2 -2
  166. package/dist/client/services/suggestedAdUnit/suggestedAdUnit.action.js +2 -2
  167. package/dist/client/services/suggestedAdUnit/suggestedAdUnit.type.d.ts +2 -2
  168. package/dist/client/services/suggestedAdUnit/suggestedAdUnitService.interface.d.ts +9 -9
  169. package/dist/client/services/targetingPresent/targetingPresentService.interface.d.ts +5 -5
  170. package/dist/client/services/team/team.action.d.ts +3 -3
  171. package/dist/client/services/team/team.action.js +3 -3
  172. package/dist/client/services/team/team.type.d.ts +2 -2
  173. package/dist/client/services/team/teamService.interface.d.ts +12 -12
  174. package/dist/client/services/user/user.action.d.ts +3 -3
  175. package/dist/client/services/user/user.action.js +3 -3
  176. package/dist/client/services/user/user.type.d.ts +5 -5
  177. package/dist/client/services/user/userService.interface.d.ts +17 -17
  178. package/dist/client/services/userTeamAssociation/userTeamAssociation.action.d.ts +2 -2
  179. package/dist/client/services/userTeamAssociation/userTeamAssociation.action.js +2 -2
  180. package/dist/client/services/userTeamAssociation/userTeamAssociation.type.d.ts +5 -5
  181. package/dist/client/services/userTeamAssociation/userTeamAssociationService.interface.d.ts +10 -10
  182. package/dist/common/constants/index.d.ts +1 -1
  183. package/dist/common/constants/index.js +1 -1
  184. package/dist/common/types/statement.type.d.ts +4 -4
  185. package/dist/fixtures/line-items.d.ts +2 -0
  186. package/dist/fixtures/line-items.d.ts.map +1 -1
  187. package/dist/fixtures/line-items.js +2 -0
  188. package/dist/fixtures/line-items.js.map +1 -1
  189. package/jestconfig.json +1 -1
  190. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @guardian/google-admanager-api
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9635903: Bump soap version
8
+
9
+ ## 4.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 9dce427: Bump use of GAM API to v202505
14
+
3
15
  ## 3.1.5
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -99,7 +99,7 @@ const orderPage = await orderService.getOrdersByStatement(statement.toStatement(
99
99
  <tr>
100
100
  <td><code><b>apiVersion</b></code></td>
101
101
  <td><code>String</code></td>
102
- <td>Ad Mananger API version, if you want to define a different version than the default version, i.e. v202405 (<b>optional</b>).</td>
102
+ <td>Ad Mananger API version, if you want to define a different version than the default version, i.e. v202505 (<b>optional</b>).</td>
103
103
  </tr>
104
104
  </table>
105
105
 
@@ -89,7 +89,7 @@ export declare enum DeliveryForecastSource {
89
89
  export declare const DeliveryForecastSourceEnum: Describe<DeliveryForecastSource>;
90
90
  /**
91
91
  * The delivery option for companions.
92
- * Used for line items whose environmentType is {@link https://developers.google.com/ad-manager/api/reference/v202405/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER EnvironmentType.VIDEO_PLAYER}.
92
+ * Used for line items whose environmentType is {@link https://developers.google.com/ad-manager/api/reference/v202505/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER EnvironmentType.VIDEO_PLAYER}.
93
93
  */
94
94
  export declare enum CompanionDeliveryOption {
95
95
  /**
@@ -113,7 +113,7 @@ exports.DeliveryForecastSourceEnum = (0, superstruct_1.enums)([
113
113
  ]);
114
114
  /**
115
115
  * The delivery option for companions.
116
- * Used for line items whose environmentType is {@link https://developers.google.com/ad-manager/api/reference/v202405/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER EnvironmentType.VIDEO_PLAYER}.
116
+ * Used for line items whose environmentType is {@link https://developers.google.com/ad-manager/api/reference/v202505/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER EnvironmentType.VIDEO_PLAYER}.
117
117
  */
118
118
  var CompanionDeliveryOption;
119
119
  (function (CompanionDeliveryOption) {
@@ -234,8 +234,8 @@ export declare enum LineItemType {
234
234
  export declare const LineItemTypeEnum: Describe<LineItemType>;
235
235
  /**
236
236
  * The formats that a publisher allows on their programmatic
237
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem} or
238
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/ForecastService.ProposalLineItem ProposalLineItem}.
237
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} or
238
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/ForecastService.ProposalLineItem ProposalLineItem}.
239
239
  */
240
240
  export declare enum AllowedFormats {
241
241
  /**
@@ -326,7 +326,7 @@ export declare enum ProgrammaticCreativeSource {
326
326
  */
327
327
  export declare const ProgrammaticCreativeSourceEnum: Describe<ProgrammaticCreativeSource>;
328
328
  /**
329
- * Specifies the type of the goal for a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}.
329
+ * Specifies the type of the goal for a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}.
330
330
  */
331
331
  export declare enum GoalType {
332
332
  /**
@@ -373,10 +373,10 @@ export declare enum GoalType {
373
373
  export declare const GoalTypeEnum: Describe<GoalType>;
374
374
  /**
375
375
  * Indicates the type of unit used for defining a reservation.
376
- * The {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.CostType CostType} can differ from the
377
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.UnitType UnitType} - an ad can have an impression goal, but be billed by its click.
378
- * Usually {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.CostType CostType} and
379
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.UnitType UnitType} will refer to the same unit.
376
+ * The {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.CostType CostType} can differ from the
377
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.UnitType UnitType} - an ad can have an impression goal, but be billed by its click.
378
+ * Usually {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.CostType CostType} and
379
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.UnitType UnitType} will refer to the same unit.
380
380
  */
381
381
  export declare enum UnitType {
382
382
  /**
@@ -274,8 +274,8 @@ exports.LineItemTypeEnum = (0, superstruct_1.enums)([
274
274
  ]);
275
275
  /**
276
276
  * The formats that a publisher allows on their programmatic
277
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem} or
278
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/ForecastService.ProposalLineItem ProposalLineItem}.
277
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} or
278
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/ForecastService.ProposalLineItem ProposalLineItem}.
279
279
  */
280
280
  var AllowedFormats;
281
281
  (function (AllowedFormats) {
@@ -388,7 +388,7 @@ exports.ProgrammaticCreativeSourceEnum = (0, superstruct_1.enums)([
388
388
  "UNKNOWN",
389
389
  ]);
390
390
  /**
391
- * Specifies the type of the goal for a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}.
391
+ * Specifies the type of the goal for a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}.
392
392
  */
393
393
  var GoalType;
394
394
  (function (GoalType) {
@@ -441,10 +441,10 @@ exports.GoalTypeEnum = (0, superstruct_1.enums)([
441
441
  ]);
442
442
  /**
443
443
  * Indicates the type of unit used for defining a reservation.
444
- * The {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.CostType CostType} can differ from the
445
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.UnitType UnitType} - an ad can have an impression goal, but be billed by its click.
446
- * Usually {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.CostType CostType} and
447
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.UnitType UnitType} will refer to the same unit.
444
+ * The {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.CostType CostType} can differ from the
445
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.UnitType UnitType} - an ad can have an impression goal, but be billed by its click.
446
+ * Usually {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.CostType CostType} and
447
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.UnitType UnitType} will refer to the same unit.
448
448
  */
449
449
  var UnitType;
450
450
  (function (UnitType) {
@@ -7,4 +7,5 @@ export * from "./delegation.enum";
7
7
  export * from "./thirdParty.enum";
8
8
  export * from "./delivery.enum";
9
9
  export * from "./general.enum";
10
+ export * from "./invitationStatus.enum";
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/client/common/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/client/common/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC"}
@@ -23,4 +23,5 @@ __exportStar(require("./delegation.enum"), exports);
23
23
  __exportStar(require("./thirdParty.enum"), exports);
24
24
  __exportStar(require("./delivery.enum"), exports);
25
25
  __exportStar(require("./general.enum"), exports);
26
+ __exportStar(require("./invitationStatus.enum"), exports);
26
27
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../lib/client/common/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,yDAAuC;AACvC,wDAAsC;AACtC,uDAAqC;AACrC,qDAAmC;AACnC,oDAAkC;AAClC,oDAAkC;AAClC,kDAAgC;AAChC,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../lib/client/common/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,yDAAuC;AACvC,wDAAsC;AACtC,uDAAqC;AACrC,qDAAmC;AACnC,oDAAkC;AAClC,oDAAkC;AAClC,kDAAgC;AAChC,iDAA+B;AAC/B,0DAAwC"}
@@ -0,0 +1,31 @@
1
+ export declare enum InvitationStatus {
2
+ /**
3
+ * The value returned if the actual value is not exposed by the requested API version.
4
+ */
5
+ UNKNOWN = "UNKNOWN",
6
+ /**
7
+ * The association request from the parent network has been accepted by the child network.
8
+ */
9
+ ACCEPTED = "ACCEPTED",
10
+ /**
11
+ * The invitation has expired. An invitation is valid for 90 days. Expired invitations can be resent.
12
+ */
13
+ EXPIRED = "EXPIRED",
14
+ /**
15
+ * The child publisher has not acted on the invite from the parent.
16
+ */
17
+ PENDING = "PENDING",
18
+ /**
19
+ * The child publisher has declined the invite.
20
+ */
21
+ REJECTED = "REJECTED",
22
+ /**
23
+ * The parent network withdrew the invite.
24
+ */
25
+ WITHDRAWN = "WITHDRAWN",
26
+ /**
27
+ * The invitation was disapproved by Google.
28
+ */
29
+ DEACTIVATED_BY_AD_MANAGER = "DEACTIVATED_BY_AD_MANAGER"
30
+ }
31
+ //# sourceMappingURL=invitationStatus.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invitationStatus.enum.d.ts","sourceRoot":"","sources":["../../../../lib/client/common/enums/invitationStatus.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B;;OAEG;IACH,OAAO,YAAY;IACnB;;OAEG;IACH,QAAQ,aAAa;IACrB;;OAEG;IACH,OAAO,YAAY;IACnB;;OAEG;IACH,OAAO,YAAY;IACnB;;OAEG;IACH,QAAQ,aAAa;IACrB;;OAEG;IACH,SAAS,cAAc;IACvB;;OAEG;IACH,yBAAyB,8BAA8B;CACxD"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvitationStatus = void 0;
4
+ var InvitationStatus;
5
+ (function (InvitationStatus) {
6
+ /**
7
+ * The value returned if the actual value is not exposed by the requested API version.
8
+ */
9
+ InvitationStatus["UNKNOWN"] = "UNKNOWN";
10
+ /**
11
+ * The association request from the parent network has been accepted by the child network.
12
+ */
13
+ InvitationStatus["ACCEPTED"] = "ACCEPTED";
14
+ /**
15
+ * The invitation has expired. An invitation is valid for 90 days. Expired invitations can be resent.
16
+ */
17
+ InvitationStatus["EXPIRED"] = "EXPIRED";
18
+ /**
19
+ * The child publisher has not acted on the invite from the parent.
20
+ */
21
+ InvitationStatus["PENDING"] = "PENDING";
22
+ /**
23
+ * The child publisher has declined the invite.
24
+ */
25
+ InvitationStatus["REJECTED"] = "REJECTED";
26
+ /**
27
+ * The parent network withdrew the invite.
28
+ */
29
+ InvitationStatus["WITHDRAWN"] = "WITHDRAWN";
30
+ /**
31
+ * The invitation was disapproved by Google.
32
+ */
33
+ InvitationStatus["DEACTIVATED_BY_AD_MANAGER"] = "DEACTIVATED_BY_AD_MANAGER";
34
+ })(InvitationStatus || (exports.InvitationStatus = InvitationStatus = {}));
35
+ //# sourceMappingURL=invitationStatus.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invitationStatus.enum.js","sourceRoot":"","sources":["../../../../lib/client/common/enums/invitationStatus.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBA6BX;AA7BD,WAAY,gBAAgB;IAC1B;;OAEG;IACH,uCAAmB,CAAA;IACnB;;OAEG;IACH,yCAAqB,CAAA;IACrB;;OAEG;IACH,uCAAmB,CAAA;IACnB;;OAEG;IACH,uCAAmB,CAAA;IACnB;;OAEG;IACH,yCAAqB,CAAA;IACrB;;OAEG;IACH,2CAAuB,CAAA;IACvB;;OAEG;IACH,2EAAuD,CAAA;AACzD,CAAC,EA7BW,gBAAgB,gCAAhB,gBAAgB,QA6B3B"}
@@ -1,7 +1,7 @@
1
1
  import { type Describe } from "superstruct";
2
2
  /**
3
- * The strategy to use for displaying multiple {@link https://developers.google.com/ad-manager/api/reference/v202405/CreativeService.Creative Creative} \
4
- * objects that are associated with a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}.
3
+ * The strategy to use for displaying multiple {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeService.Creative Creative} \
4
+ * objects that are associated with a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}.
5
5
  */
6
6
  export declare enum CreativeRotationType {
7
7
  /**
@@ -47,7 +47,7 @@ export declare enum CustomPacingGoalUnit {
47
47
  */
48
48
  export declare const CustomPacingGoalUnitEnum: Describe<CustomPacingGoalUnit>;
49
49
  /**
50
- * Describes the {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem} actions that are billable.
50
+ * Describes the {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} actions that are billable.
51
51
  */
52
52
  export declare enum CostType {
53
53
  /**
@@ -107,7 +107,7 @@ export declare enum CostType {
107
107
  */
108
108
  export declare const CostTypeEnum: Describe<CostType>;
109
109
  /**
110
- * Describes the possible discount types on the cost of booking a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}.
110
+ * Describes the possible discount types on the cost of booking a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}.
111
111
  */
112
112
  export declare enum LineItemDiscountType {
113
113
  /**
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChildContentEligibilityEnum = exports.ChildContentEligibility = exports.CompetitiveConstraintScopeEnum = exports.CompetitiveConstraintScope = exports.LineItemSummaryReservationStatusEnum = exports.LineItemSummaryReservationStatus = exports.LineItemDiscountTypeEnum = exports.LineItemDiscountType = exports.CostTypeEnum = exports.CostType = exports.CustomPacingGoalUnitEnum = exports.CustomPacingGoalUnit = exports.CreativeRotationTypeEnum = exports.CreativeRotationType = void 0;
4
4
  const superstruct_1 = require("superstruct");
5
5
  /**
6
- * The strategy to use for displaying multiple {@link https://developers.google.com/ad-manager/api/reference/v202405/CreativeService.Creative Creative} \
7
- * objects that are associated with a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}.
6
+ * The strategy to use for displaying multiple {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeService.Creative Creative} \
7
+ * objects that are associated with a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}.
8
8
  */
9
9
  var CreativeRotationType;
10
10
  (function (CreativeRotationType) {
@@ -61,7 +61,7 @@ exports.CustomPacingGoalUnitEnum = (0, superstruct_1.enums)([
61
61
  "UNKNOWN",
62
62
  ]);
63
63
  /**
64
- * Describes the {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem} actions that are billable.
64
+ * Describes the {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} actions that are billable.
65
65
  */
66
66
  var CostType;
67
67
  (function (CostType) {
@@ -130,7 +130,7 @@ exports.CostTypeEnum = (0, superstruct_1.enums)([
130
130
  "UNKNOWN",
131
131
  ]);
132
132
  /**
133
- * Describes the possible discount types on the cost of booking a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}.
133
+ * Describes the possible discount types on the cost of booking a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}.
134
134
  */
135
135
  var LineItemDiscountType;
136
136
  (function (LineItemDiscountType) {
@@ -1,7 +1,7 @@
1
1
  import { type Describe } from "superstruct";
2
2
  import { type TimeUnit } from "../../../common/enums";
3
3
  import { type Value } from "../../../common/types";
4
- import { type AccountStatus, type DeclarationType, type DelegationStatus, type DelegationType, type GoalType, type OnboardingTask, type UnitType } from "../enums";
4
+ import { InvitationStatus, type AccountStatus, type DeclarationType, type DelegationType, type GoalType, type OnboardingTask, type UnitType } from "../enums";
5
5
  /**
6
6
  * Represents a set of declarations about what (if any) third party companies are associated with a given creative.
7
7
  *
@@ -13,14 +13,47 @@ export type ThirdPartyDataDeclaration = {
13
13
  thirdPartyCompanyIds: number[];
14
14
  };
15
15
  export type ChildPublisher = {
16
+ /**
17
+ * Type of delegation the parent has been approved to have over the child.
18
+ * This field is read-only, and set to the proposed delegation type value proposedDelegationType upon approval by the child network.
19
+ * The value remains null if the parent network has not been approved.
20
+ */
16
21
  approvedDelegationType: DelegationType;
22
+ /**
23
+ * Type of delegation the parent has proposed to have over the child, pending approval of the child network.
24
+ * Set the value of this field to the delegation type you intend this network to have over the child network.
25
+ * Upon approval by the child network, its value is copied to approvedDelegationType, and proposedDelegationType is set to null.
26
+ */
17
27
  proposedDelegationType: DelegationType;
18
- status: DelegationStatus;
19
- accountStatus: AccountStatus;
28
+ /**
29
+ * Invitation status of the delegation relationship between parent and child. This field is read-only.
30
+ */
31
+ readonly invitationStatus: InvitationStatus;
32
+ /**
33
+ * Status of the child publisher's Ad Manager account based on ChildPublisher#status as well as Google's policy verification results.
34
+ * This field is read-only.
35
+ */
36
+ readonly accountStatus: AccountStatus;
37
+ /**
38
+ * Network code of child network.
39
+ */
20
40
  childNetworkCode: string;
41
+ /**
42
+ * The child publisher's seller ID, as specified in the parent publisher's sellers.json file.
43
+ * This field is only relevant for Manage Inventory child publishers
44
+ */
21
45
  sellerId: string;
46
+ /**
47
+ * The proposed revenue share that the parent publisher will receive in millipercentage (values 0 to 100000) for Manage Account proposals. For example, 15% is 15000 millipercent.
48
+ * For updates, this field is read-only. Use company actions to propose new revenue share agreements for existing MCM children. This field is ignored for Manage Inventory proposals.
49
+ */
22
50
  proposedRevenueShareMillipercent: number;
23
- onboardingTasks: OnboardingTask[];
51
+ /**
52
+ * The child publisher's pending onboarding tasks.
53
+ * This will only be populated if the child publisher's AccountStatus is PENDING_GOOGLE_APPROVAL.
54
+ * This attribute is read-only.
55
+ */
56
+ readonly onboardingTasks: OnboardingTask[];
24
57
  };
25
58
  /**
26
59
  * Represents a money amount.
@@ -40,12 +73,12 @@ export type Money = {
40
73
  */
41
74
  export declare const MoneyStruct: Describe<Money>;
42
75
  /**
43
- * Represents the dimensions of an {@link https://developers.google.com/ad-manager/api/reference/v202405/InventoryService.AdUnit AdUnit},
44
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/ForecastService.LineItem LineItem} or
45
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/CreativeService.Creative Creative}.
76
+ * Represents the dimensions of an {@link https://developers.google.com/ad-manager/api/reference/v202505/InventoryService.AdUnit AdUnit},
77
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/ForecastService.LineItem LineItem} or
78
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/CreativeService.Creative Creative}.
46
79
  *
47
80
  * For interstitial size (out-of-page), native, ignored and fluid size,
48
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/DaiEncodingProfileService.Size Size} must be 1x1.
81
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/DaiEncodingProfileService.Size Size} must be 1x1.
49
82
  */
50
83
  export type Size = {
51
84
  /**
@@ -66,13 +99,13 @@ export type Size = {
66
99
  */
67
100
  export declare const SizeStruct: Describe<Size>;
68
101
  /**
69
- * The value of a {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomField CustomField} for a particular entity.
102
+ * The value of a {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomField CustomField} for a particular entity.
70
103
  */
71
104
  export type BaseCustomFieldValue = CustomFieldValue | DropDownCustomFieldValue;
72
105
  /**
73
- * The value of a {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomField CustomField}
74
- * that does not have a {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomField#dataType CustomField.dataType}
75
- * of {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldDataType#DROP_DOWN CustomFieldDataType.DROP_DOWN}.
106
+ * The value of a {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomField CustomField}
107
+ * that does not have a {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomField#dataType CustomField.dataType}
108
+ * of {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldDataType#DROP_DOWN CustomFieldDataType.DROP_DOWN}.
76
109
  */
77
110
  type CustomFieldValue = {
78
111
  /**
@@ -84,14 +117,14 @@ type CustomFieldValue = {
84
117
  };
85
118
  /**
86
119
  * The value for this field. The appropriate type of **Value** is determined by the
87
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomField#dataType CustomField.dataType}
120
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomField#dataType CustomField.dataType}
88
121
  * of the **CustomField** that this conforms to.
89
122
  *
90
- * | {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldDataType CustomFieldDataType} | {@link https://developers.google.com/ad-manager/api/reference/v202405/OrderService.Value Value} type |
123
+ * | {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldDataType CustomFieldDataType} | {@link https://developers.google.com/ad-manager/api/reference/v202505/OrderService.Value Value} type |
91
124
  * | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
92
- * | {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldDataType#STRING STRING} | {@link https://developers.google.com/ad-manager/api/reference/v202405/OrderService.TextValue TextValue} |
93
- * | {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldDataType#NUMBER NUMBER} | {@link https://developers.google.com/ad-manager/api/reference/v202405/OrderService.NumberValue NumberValue} |
94
- * | {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldDataType#TOGGLE TOGGLE} | {@link https://developers.google.com/ad-manager/api/reference/v202405/OrderService.BooleanValue BooleanValue} |
125
+ * | {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldDataType#STRING STRING} | {@link https://developers.google.com/ad-manager/api/reference/v202505/OrderService.TextValue TextValue} |
126
+ * | {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldDataType#NUMBER NUMBER} | {@link https://developers.google.com/ad-manager/api/reference/v202505/OrderService.NumberValue NumberValue} |
127
+ * | {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldDataType#TOGGLE TOGGLE} | {@link https://developers.google.com/ad-manager/api/reference/v202505/OrderService.BooleanValue BooleanValue} |
95
128
  *
96
129
  */
97
130
  value: Value;
@@ -101,10 +134,10 @@ type CustomFieldValue = {
101
134
  */
102
135
  export declare const CustomFieldValueStruct: Describe<CustomFieldValue>;
103
136
  /**
104
- * A {@link https://developers.google.com/ad-manager/api/reference/v202405/OrderService.CustomFieldValue CustomFieldValue} for a
105
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomField CustomField} that has a
106
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomField#dataType CustomField.dataType} of
107
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldDataType#DROP_DOWN CustomFieldDataType.DROP_DOWN}
137
+ * A {@link https://developers.google.com/ad-manager/api/reference/v202505/OrderService.CustomFieldValue CustomFieldValue} for a
138
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomField CustomField} that has a
139
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomField#dataType CustomField.dataType} of
140
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldDataType#DROP_DOWN CustomFieldDataType.DROP_DOWN}
108
141
  */
109
142
  type DropDownCustomFieldValue = {
110
143
  /**
@@ -115,8 +148,8 @@ type DropDownCustomFieldValue = {
115
148
  "xsi:type": "DropDownCustomFieldValue";
116
149
  };
117
150
  /**
118
- * The {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldOption#id ID}
119
- * of the {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomFieldService.CustomFieldOption CustomFieldOption} for this value.
151
+ * The {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldOption#id ID}
152
+ * of the {@link https://developers.google.com/ad-manager/api/reference/v202505/CustomFieldService.CustomFieldOption CustomFieldOption} for this value.
120
153
  */
121
154
  customFieldOptionId: number;
122
155
  };
@@ -126,7 +159,7 @@ type DropDownCustomFieldValue = {
126
159
  export declare const DropDownCustomFieldValueStruct: Describe<DropDownCustomFieldValue>;
127
160
  /**
128
161
  * Represents a limit on the number of times a single viewer can be exposed to the same
129
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/ForecastService.LineItem LineItem} in a specified time period.
162
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/ForecastService.LineItem LineItem} in a specified time period.
130
163
  */
131
164
  export type FrequencyCap = {
132
165
  /**
@@ -147,7 +180,7 @@ export type FrequencyCap = {
147
180
  */
148
181
  export declare const FrequencyCapStruct: Describe<FrequencyCap>;
149
182
  /**
150
- * Defines the criteria a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem} needs to satisfy to meet its delivery goal.
183
+ * Defines the criteria a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem} needs to satisfy to meet its delivery goal.
151
184
  */
152
185
  export type Goal = {
153
186
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"general.type.d.ts","sourceRoot":"","sources":["../../../../lib/client/common/types/general.type.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"general.type.d.ts","sourceRoot":"","sources":["../../../../lib/client/common/types/general.type.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"general.type.js","sourceRoot":"","sources":["../../../../lib/client/common/types/general.type.ts"],"names":[],"mappings":";;;AAAA,6CAQqB;AACrB,iDAAoE;AACpE,iDAAgE;AAChE,oCAUkB;AAsClB;;GAEG;AACU,QAAA,WAAW,GAAoB,IAAA,oBAAM,EAAC;IACjD,YAAY,EAAE,IAAA,oBAAM,GAAE;IACtB,WAAW,EAAE,IAAA,oBAAM,GAAE;CACtB,CAAC,CAAC;AAyBH;;GAEG;AACU,QAAA,UAAU,GAAmB,IAAA,oBAAM,EAAC;IAC/C,KAAK,EAAE,IAAA,oBAAM,GAAE;IACf,MAAM,EAAE,IAAA,oBAAM,GAAE;IAChB,aAAa,EAAE,IAAA,qBAAO,GAAE;CACzB,CAAC,CAAC;AAoCH;;GAEG;AACU,QAAA,sBAAsB,GAA+B,IAAA,oBAAM,EAAC;IACvE,aAAa,EAAE,IAAA,oBAAM,GAAE;IACvB,UAAU,EAAE,IAAA,oBAAM,EAAC,EAAE,UAAU,EAAE,IAAA,qBAAO,EAAC,kBAAkB,CAAC,EAAE,CAAC;IAC/D,KAAK,EAAE,mBAAW;CACnB,CAAC,CAAC;AAwBH;;GAEG;AACU,QAAA,8BAA8B,GACzC,IAAA,oBAAM,EAAC;IACL,aAAa,EAAE,IAAA,oBAAM,GAAE;IACvB,UAAU,EAAE,IAAA,oBAAM,EAAC,EAAE,UAAU,EAAE,IAAA,qBAAO,EAAC,0BAA0B,CAAC,EAAE,CAAC;IACvE,mBAAmB,EAAE,IAAA,oBAAM,GAAE;CAC9B,CAAC,CAAC;AAqBL;;GAEG;AACU,QAAA,kBAAkB,GAA2B,IAAA,oBAAM,EAAC;IAC/D,cAAc,EAAE,IAAA,oBAAM,GAAE;IACxB,YAAY,EAAE,IAAA,oBAAM,GAAE;IACtB,QAAQ,EAAE,oBAAY;CACvB,CAAC,CAAC;AAsBH;;GAEG;AACU,QAAA,UAAU,GAAmB,IAAA,oBAAM,EAAC;IAC/C,QAAQ,EAAE,oBAAY;IACtB,QAAQ,EAAE,oBAAY;IACtB,KAAK,EAAE,IAAA,oBAAM,GAAE;CAChB,CAAC,CAAC;AAEH,wEAAwE;AAC3D,QAAA,0BAA0B,GAAG,IAAA,mBAAK,EAAC;IAC9C,8BAAsB;IACtB,sCAA8B;CAC/B,CAAC,CAAC"}
1
+ {"version":3,"file":"general.type.js","sourceRoot":"","sources":["../../../../lib/client/common/types/general.type.ts"],"names":[],"mappings":";;;AAAA,6CAQqB;AACrB,iDAAoE;AACpE,iDAAgE;AAChE,oCAUkB;AAuElB;;GAEG;AACU,QAAA,WAAW,GAAoB,IAAA,oBAAM,EAAC;IACjD,YAAY,EAAE,IAAA,oBAAM,GAAE;IACtB,WAAW,EAAE,IAAA,oBAAM,GAAE;CACtB,CAAC,CAAC;AAyBH;;GAEG;AACU,QAAA,UAAU,GAAmB,IAAA,oBAAM,EAAC;IAC/C,KAAK,EAAE,IAAA,oBAAM,GAAE;IACf,MAAM,EAAE,IAAA,oBAAM,GAAE;IAChB,aAAa,EAAE,IAAA,qBAAO,GAAE;CACzB,CAAC,CAAC;AAoCH;;GAEG;AACU,QAAA,sBAAsB,GAA+B,IAAA,oBAAM,EAAC;IACvE,aAAa,EAAE,IAAA,oBAAM,GAAE;IACvB,UAAU,EAAE,IAAA,oBAAM,EAAC,EAAE,UAAU,EAAE,IAAA,qBAAO,EAAC,kBAAkB,CAAC,EAAE,CAAC;IAC/D,KAAK,EAAE,mBAAW;CACnB,CAAC,CAAC;AAwBH;;GAEG;AACU,QAAA,8BAA8B,GACzC,IAAA,oBAAM,EAAC;IACL,aAAa,EAAE,IAAA,oBAAM,GAAE;IACvB,UAAU,EAAE,IAAA,oBAAM,EAAC,EAAE,UAAU,EAAE,IAAA,qBAAO,EAAC,0BAA0B,CAAC,EAAE,CAAC;IACvE,mBAAmB,EAAE,IAAA,oBAAM,GAAE;CAC9B,CAAC,CAAC;AAqBL;;GAEG;AACU,QAAA,kBAAkB,GAA2B,IAAA,oBAAM,EAAC;IAC/D,cAAc,EAAE,IAAA,oBAAM,GAAE;IACxB,YAAY,EAAE,IAAA,oBAAM,GAAE;IACtB,QAAQ,EAAE,oBAAY;CACvB,CAAC,CAAC;AAsBH;;GAEG;AACU,QAAA,UAAU,GAAmB,IAAA,oBAAM,EAAC;IAC/C,QAAQ,EAAE,oBAAY;IACtB,QAAQ,EAAE,oBAAY;IACtB,KAAK,EAAE,IAAA,oBAAM,GAAE;CAChB,CAAC,CAAC;AAEH,wEAAwE;AAC3D,QAAA,0BAA0B,GAAG,IAAA,mBAAK,EAAC;IAC9C,8BAAsB;IACtB,sCAA8B;CAC/B,CAAC,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import { type Describe } from "superstruct";
2
2
  /**
3
- * Represents a {@link https://developers.google.com/ad-manager/api/reference/v202405/LabelService.Label Label} that can be applied to an entity.
3
+ * Represents a {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label} that can be applied to an entity.
4
4
  * To negate an inherited label, create an **`AppliedLabel`** with **`labelId`** as the inherited label's ID and **`isNegated`** set to true.
5
5
  */
6
6
  export type AppliedLabel = {
7
7
  /**
8
- * The ID of a created {@link https://developers.google.com/ad-manager/api/reference/v202405/LabelService.Label Label}.
8
+ * The ID of a created {@link https://developers.google.com/ad-manager/api/reference/v202505/LabelService.Label Label}.
9
9
  */
10
10
  labelId: number;
11
11
  /**
@@ -4,7 +4,7 @@ import { type AllowedFormats, type ChildContentEligibility, type CompanionDelive
4
4
  import { type AppliedLabel, type BaseCustomFieldValue, type CreativePlaceholder, type DeliveryData, type DeliveryIndicator, type FrequencyCap, type Goal, type GrpSettings, type Money, type Stats, type ThirdPartyMeasurementSettings } from ".";
5
5
  import { type Describe } from "superstruct";
6
6
  /**
7
- * An interval of a {@link https://developers.google.com/ad-manager/api/reference/v202405/ForecastService.CustomPacingCurve CustomPacingCurve}.
7
+ * An interval of a {@link https://developers.google.com/ad-manager/api/reference/v202505/ForecastService.CustomPacingCurve CustomPacingCurve}.
8
8
  * A custom pacing goal contains a start time and an amount.
9
9
  * The goal will apply until either the next custom pacing goal's getStartTime or the line item's end time if it is the last goal.
10
10
  */
@@ -24,10 +24,10 @@ export type CustomPacingGoal = {
24
24
  */
25
25
  export declare const CustomPacingGoalsStruct: Describe<CustomPacingGoal>;
26
26
  /**
27
- * A LineItemActivityAssociation associates a {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}
28
- * with an {@link https://developers.google.com/ad-manager/api/reference/v202405/ActivityService.Activity Activity} so that the conversions of the
29
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/ActivityService.Activity Activity} can be counted against the
30
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItem LineItem}.
27
+ * A LineItemActivityAssociation associates a {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}
28
+ * with an {@link https://developers.google.com/ad-manager/api/reference/v202505/ActivityService.Activity Activity} so that the conversions of the
29
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/ActivityService.Activity Activity} can be counted against the
30
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItem LineItem}.
31
31
  */
32
32
  export type LineItemActivityAssociation = {
33
33
  /**
@@ -48,7 +48,7 @@ export type LineItemActivityAssociation = {
48
48
  */
49
49
  export declare const LineItemActivityAssociationStruct: Describe<LineItemActivityAssociation>;
50
50
  /**
51
- * A curve consisting of {@link https://developers.google.com/ad-manager/api/reference/v202405/ForecastService.CustomPacingGoal CustomPacingGoal} objects that is used to pace line item delivery.
51
+ * A curve consisting of {@link https://developers.google.com/ad-manager/api/reference/v202505/ForecastService.CustomPacingGoal CustomPacingGoal} objects that is used to pace line item delivery.
52
52
  */
53
53
  export type CustomPacingCurve = {
54
54
  /**
@@ -159,7 +159,7 @@ export type LineItemSummary = {
159
159
  lineItemType: LineItemType;
160
160
  /**
161
161
  * The priority for the line item. Valid values range from 1 to 16. This field is optional and defaults to the default priority of the
162
- * {@link https://developers.google.com/ad-manager/api/reference/v202405/LineItemService.LineItemType LineItemType}.
162
+ * {@link https://developers.google.com/ad-manager/api/reference/v202505/LineItemService.LineItemType LineItemType}.
163
163
  */
164
164
  priority: number;
165
165
  /**
@@ -331,15 +331,15 @@ export type LineItemSummary = {
331
331
  * - The Creative.appliedLabels of an associated Creative do not match the CreativePlaceholder.effectiveAppliedLabels of the LineItem. For example LineItem specifies 750x350 with a Foo AppliedLabel but a 750x350 creative without a AppliedLabel was uploaded.
332
332
  */
333
333
  isMissingCreatives: boolean;
334
- /**
335
- * Designates this line item as intended for YT Kids app. If true, all creatives associated with this line item must be reviewed and approved. See the Ad Manager Help Center for more information.
336
- */
337
- youtubeKidsRestricted?: boolean;
338
334
  /**
339
335
  * Indicates the ProgrammaticCreativeSource of the programmatic line item. This is a read-only field. Any changes must be made on the ProposalLineItem.
340
336
  */
341
337
  programmaticCreativeSource?: ProgrammaticCreativeSource;
342
338
  thirdPartyMeasurementSettings?: ThirdPartyMeasurementSettings;
339
+ /**
340
+ * Designates this line item as intended for YT Kids app. If true, all creatives associated with this line item must be reviewed and approved. See the Ad Manager Help Center for more information.
341
+ */
342
+ youtubeKidsRestricted?: boolean;
343
343
  /**
344
344
  * The max duration of a video creative associated with this LineItem in milliseconds.
345
345
  *
@@ -379,5 +379,9 @@ export type LineItemSummary = {
379
379
  * Custom XML to be rendered in a custom VAST response at serving time.
380
380
  */
381
381
  customVastExtension?: string;
382
+ /**
383
+ * Indicates whether repeated creative serving is enabled for this line item.
384
+ */
385
+ repeatedCreativeServingEnabled: boolean;
382
386
  };
383
387
  //# sourceMappingURL=lineItemSummary.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lineItemSummary.type.d.ts","sourceRoot":"","sources":["../../../../lib/client/common/types/lineItemSummary.type.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lineItemSummary.type.d.ts","sourceRoot":"","sources":["../../../../lib/client/common/types/lineItemSummary.type.ts"],"names":[],"mappings":"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"}