@adcp/sdk 14.0.0-beta.8 → 14.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/ConversationTypes.d.mts +8 -0
- package/dist/lib/core/ConversationTypes.d.ts +8 -0
- package/dist/lib/core/ConversationTypes.d.ts.map +1 -1
- package/dist/lib/core/ConversationTypes.js.map +1 -1
- package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +30 -3
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/core/SingleAgentClient.mjs +30 -3
- package/dist/lib/core/SingleAgentClient.mjs.map +1 -1
- package/dist/lib/core/TaskExecutor.d.ts.map +1 -1
- package/dist/lib/core/TaskExecutor.js +32 -5
- package/dist/lib/core/TaskExecutor.js.map +1 -1
- package/dist/lib/core/TaskExecutor.mjs +32 -5
- package/dist/lib/core/TaskExecutor.mjs.map +1 -1
- package/dist/lib/index.d.mts +2 -2
- package/dist/lib/index.d.ts +2 -2
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +2 -0
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +2 -1
- package/dist/lib/index.mjs.map +1 -1
- package/dist/lib/schemas/index.d.mts +14 -0
- package/dist/lib/schemas/index.d.ts +14 -0
- package/dist/lib/schemas/index.d.ts.map +1 -1
- package/dist/lib/schemas/index.js +13 -1
- package/dist/lib/schemas/index.js.map +1 -1
- package/dist/lib/schemas/index.mjs +13 -1
- package/dist/lib/schemas/index.mjs.map +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/adcp-server.d.mts +1 -0
- package/dist/lib/server/adcp-server.d.ts +1 -0
- package/dist/lib/server/adcp-server.d.ts.map +1 -1
- package/dist/lib/server/adcp-server.js +1 -1
- package/dist/lib/server/adcp-server.js.map +1 -1
- package/dist/lib/server/adcp-server.mjs +1 -1
- package/dist/lib/server/adcp-server.mjs.map +1 -1
- package/dist/lib/server/create-adcp-server.d.mts +10 -2
- package/dist/lib/server/create-adcp-server.d.ts +10 -2
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +26 -19
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/create-adcp-server.mjs +26 -26
- package/dist/lib/server/create-adcp-server.mjs.map +1 -1
- package/dist/lib/server/decisioning/capabilities.d.mts +15 -1
- package/dist/lib/server/decisioning/capabilities.d.ts +15 -1
- package/dist/lib/server/decisioning/capabilities.d.ts.map +1 -1
- package/dist/lib/server/decisioning/capabilities.js.map +1 -1
- package/dist/lib/server/decisioning/capabilities.mjs.map +1 -1
- package/dist/lib/server/decisioning/index.d.mts +2 -2
- package/dist/lib/server/decisioning/index.d.ts +2 -2
- package/dist/lib/server/decisioning/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.js +2 -0
- package/dist/lib/server/decisioning/index.js.map +1 -1
- package/dist/lib/server/decisioning/index.mjs +2 -0
- package/dist/lib/server/decisioning/index.mjs.map +1 -1
- package/dist/lib/server/decisioning/proposal/types.d.mts +3 -2
- package/dist/lib/server/decisioning/proposal/types.d.ts +3 -2
- package/dist/lib/server/decisioning/proposal/types.d.ts.map +1 -1
- package/dist/lib/server/decisioning/proposal/types.js.map +1 -1
- package/dist/lib/server/decisioning/proposal/types.mjs.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.d.mts +14 -1
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts +14 -1
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +402 -9
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.mjs +405 -9
- package/dist/lib/server/decisioning/runtime/from-platform.mjs.map +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.d.mts +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.d.ts +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.js +2 -2
- package/dist/lib/server/decisioning/runtime/validate-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/validate-platform.mjs +2 -2
- package/dist/lib/server/decisioning/runtime/validate-platform.mjs.map +1 -1
- package/dist/lib/server/decisioning/specialisms/sales.d.mts +7 -1
- package/dist/lib/server/decisioning/specialisms/sales.d.ts +7 -1
- package/dist/lib/server/decisioning/specialisms/sales.d.ts.map +1 -1
- package/dist/lib/server/decisioning/specialisms/sales.js.map +1 -1
- package/dist/lib/storage/interfaces.d.mts +2 -0
- package/dist/lib/storage/interfaces.d.ts +2 -0
- package/dist/lib/storage/interfaces.d.ts.map +1 -1
- package/dist/lib/storage/interfaces.js.map +1 -1
- package/dist/lib/testing/compliance/comply.d.mts +18 -0
- package/dist/lib/testing/compliance/comply.d.ts +18 -0
- package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
- package/dist/lib/testing/compliance/comply.js +30 -5
- package/dist/lib/testing/compliance/comply.js.map +1 -1
- package/dist/lib/testing/compliance/comply.mjs +28 -4
- package/dist/lib/testing/compliance/comply.mjs.map +1 -1
- package/dist/lib/testing/compliance/index.d.mts +1 -1
- package/dist/lib/testing/compliance/index.d.ts +1 -1
- package/dist/lib/testing/compliance/index.d.ts.map +1 -1
- package/dist/lib/testing/compliance/index.js +4 -2
- package/dist/lib/testing/compliance/index.js.map +1 -1
- package/dist/lib/testing/compliance/index.mjs +4 -2
- package/dist/lib/testing/compliance/index.mjs.map +1 -1
- package/dist/lib/testing/storyboard/validations.d.mts +1 -1
- package/dist/lib/testing/storyboard/validations.d.ts +1 -1
- package/dist/lib/types/list-creatives.d.ts +129 -6
- package/dist/lib/types/schemas.generated.d.ts +411 -16
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +22 -6
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/schemas.generated.mjs +22 -6
- package/dist/lib/types/schemas.generated.mjs.map +1 -1
- package/dist/lib/types/tools.generated.d.mts +80 -6
- package/dist/lib/types/tools.generated.d.ts +80 -6
- package/dist/lib/types/tools.generated.d.ts.map +1 -1
- package/dist/lib/types/tools.generated.js.map +1 -1
- package/dist/lib/utils/adcp-version-config.d.mts +12 -0
- package/dist/lib/utils/adcp-version-config.d.ts +12 -0
- package/dist/lib/utils/adcp-version-config.d.ts.map +1 -1
- package/dist/lib/utils/adcp-version-config.js +5 -3
- package/dist/lib/utils/adcp-version-config.js.map +1 -1
- package/dist/lib/utils/adcp-version-config.mjs +4 -3
- package/dist/lib/utils/adcp-version-config.mjs.map +1 -1
- package/dist/lib/utils/pricing-adapter.d.mts +2 -0
- package/dist/lib/utils/pricing-adapter.d.ts +2 -0
- package/dist/lib/utils/pricing-adapter.d.ts.map +1 -1
- package/dist/lib/utils/pricing-adapter.js +68 -1
- package/dist/lib/utils/pricing-adapter.js.map +1 -1
- package/dist/lib/utils/pricing-adapter.mjs +67 -1
- package/dist/lib/utils/pricing-adapter.mjs.map +1 -1
- package/dist/lib/v2/projection/index.d.mts +1 -1
- package/dist/lib/v2/projection/index.d.ts +1 -1
- package/dist/lib/v2/projection/index.d.ts.map +1 -1
- package/dist/lib/v2/projection/index.js.map +1 -1
- package/dist/lib/v2/projection/index.mjs.map +1 -1
- package/dist/lib/v2/projection/v1-to-v2.d.mts +17 -3
- package/dist/lib/v2/projection/v1-to-v2.d.ts +17 -3
- package/dist/lib/v2/projection/v1-to-v2.d.ts.map +1 -1
- package/dist/lib/v2/projection/v1-to-v2.js.map +1 -1
- package/dist/lib/v2/projection/v1-to-v2.mjs.map +1 -1
- package/dist/lib/validation/schema-loader.d.mts +17 -0
- package/dist/lib/validation/schema-loader.d.ts +17 -0
- package/dist/lib/validation/schema-loader.d.ts.map +1 -1
- package/dist/lib/validation/schema-loader.js +24 -0
- package/dist/lib/validation/schema-loader.js.map +1 -1
- package/dist/lib/validation/schema-loader.mjs +23 -0
- package/dist/lib/validation/schema-loader.mjs.map +1 -1
- package/dist/lib/version.d.mts +3 -3
- package/dist/lib/version.d.ts +3 -3
- package/dist/lib/version.js +3 -3
- package/dist/lib/version.js.map +1 -1
- package/dist/lib/version.mjs +3 -3
- package/dist/lib/version.mjs.map +1 -1
- package/docs/llms.txt +2 -2
- package/docs/migration-13-to-14.md +59 -0
- package/package.json +1 -1
|
@@ -18570,10 +18570,47 @@ export interface ListedCreativeNamedFormatReference {
|
|
|
18570
18570
|
* Bounded package assignment projection. Under assignment_projection: matching, contains only assignments carrying a requested indicator type; otherwise contains active assignments up to assignment_limit. The response ceiling is enforced via verifier_constraints rather than maxItems, so payloads from 3.1 sellers remain schema-valid.
|
|
18571
18571
|
*/
|
|
18572
18572
|
assigned_packages?: {
|
|
18573
|
-
|
|
18574
|
-
|
|
18573
|
+
/**
|
|
18574
|
+
* Package identifier
|
|
18575
|
+
*/
|
|
18576
|
+
package_id: string;
|
|
18577
|
+
/**
|
|
18578
|
+
* Media buy containing this package. A seller advertising list_creatives in media_buy.relationship_notifications.projection_tasks MUST include this field on every assignment row, including rows where indicators is omitted as unknown, so buyers can key and reread the relationship unambiguously when package IDs are reused across media buys.
|
|
18579
|
+
*/
|
|
18580
|
+
media_buy_id?: string;
|
|
18581
|
+
/**
|
|
18582
|
+
* When this assignment was created
|
|
18583
|
+
* @format date-time
|
|
18584
|
+
*/
|
|
18585
|
+
assigned_date: string;
|
|
18586
|
+
approval_status?: CreativeApprovalStatus;
|
|
18587
|
+
/**
|
|
18588
|
+
* Human-readable explanation when approval_status is rejected. Mirrors get_media_buys for the same relationship.
|
|
18589
|
+
*/
|
|
18590
|
+
rejection_reason?: string;
|
|
18591
|
+
/**
|
|
18592
|
+
* Complete, disjoint publisher/placement approval partition when approval_status is partially_approved. A normalized scope appears once. For one publisher, use either one publisher-wide row or placement-specific rows, never both. Omit when one approval_status applies uniformly to the whole assignment. The same scoped outcomes are mirrored on get_media_buys.
|
|
18593
|
+
*/
|
|
18594
|
+
approval_scopes?: ScopedCreativeApproval[];
|
|
18595
|
+
/**
|
|
18596
|
+
* Current seller indicators that are true for this creative in this package assignment. The package assignment supplies the default delivery scope; an indicator may narrow further with scope. Omitted means unknown or not evaluated. A present empty array means the seller completed the evaluation identified by indicators_evaluated_scope at indicators_as_of and asserts no current indicator in that evaluated scope.
|
|
18597
|
+
*/
|
|
18598
|
+
indicators?: (Indicator & {
|
|
18575
18599
|
type?: 'creative_fatigue' | 'creative_quality_opportunity';
|
|
18576
|
-
}[];
|
|
18600
|
+
})[];
|
|
18601
|
+
/**
|
|
18602
|
+
* Indicator types covered by this assignment snapshot. Required whenever indicators is present; omitted types remain unknown.
|
|
18603
|
+
*/
|
|
18604
|
+
indicator_types_evaluated?: (IndicatorType & ('creative_fatigue' | 'creative_quality_opportunity'))[];
|
|
18605
|
+
/**
|
|
18606
|
+
* When the seller last completed the evaluation represented by indicators for this relationship. Required whenever indicators is present, including an empty array.
|
|
18607
|
+
* @format date-time
|
|
18608
|
+
*/
|
|
18609
|
+
indicators_as_of?: string;
|
|
18610
|
+
/**
|
|
18611
|
+
* Optional publisher or placement scopes covered by this evaluation. Omit when indicators covers the whole package–creative assignment. When present, scopes not listed remain unknown; every returned indicator.scope entry MUST be contained by this set.
|
|
18612
|
+
*/
|
|
18613
|
+
indicators_evaluated_scope?: IndicatorScope[];
|
|
18577
18614
|
}[];
|
|
18578
18615
|
};
|
|
18579
18616
|
/**
|
|
@@ -18858,10 +18895,47 @@ export interface ListedCreativeCanonicalFormatKind {
|
|
|
18858
18895
|
* Bounded package assignment projection. Under assignment_projection: matching, contains only assignments carrying a requested indicator type; otherwise contains active assignments up to assignment_limit. The response ceiling is enforced via verifier_constraints rather than maxItems, so payloads from 3.1 sellers remain schema-valid.
|
|
18859
18896
|
*/
|
|
18860
18897
|
assigned_packages?: {
|
|
18861
|
-
|
|
18862
|
-
|
|
18898
|
+
/**
|
|
18899
|
+
* Package identifier
|
|
18900
|
+
*/
|
|
18901
|
+
package_id: string;
|
|
18902
|
+
/**
|
|
18903
|
+
* Media buy containing this package. A seller advertising list_creatives in media_buy.relationship_notifications.projection_tasks MUST include this field on every assignment row, including rows where indicators is omitted as unknown, so buyers can key and reread the relationship unambiguously when package IDs are reused across media buys.
|
|
18904
|
+
*/
|
|
18905
|
+
media_buy_id?: string;
|
|
18906
|
+
/**
|
|
18907
|
+
* When this assignment was created
|
|
18908
|
+
* @format date-time
|
|
18909
|
+
*/
|
|
18910
|
+
assigned_date: string;
|
|
18911
|
+
approval_status?: CreativeApprovalStatus;
|
|
18912
|
+
/**
|
|
18913
|
+
* Human-readable explanation when approval_status is rejected. Mirrors get_media_buys for the same relationship.
|
|
18914
|
+
*/
|
|
18915
|
+
rejection_reason?: string;
|
|
18916
|
+
/**
|
|
18917
|
+
* Complete, disjoint publisher/placement approval partition when approval_status is partially_approved. A normalized scope appears once. For one publisher, use either one publisher-wide row or placement-specific rows, never both. Omit when one approval_status applies uniformly to the whole assignment. The same scoped outcomes are mirrored on get_media_buys.
|
|
18918
|
+
*/
|
|
18919
|
+
approval_scopes?: ScopedCreativeApproval[];
|
|
18920
|
+
/**
|
|
18921
|
+
* Current seller indicators that are true for this creative in this package assignment. The package assignment supplies the default delivery scope; an indicator may narrow further with scope. Omitted means unknown or not evaluated. A present empty array means the seller completed the evaluation identified by indicators_evaluated_scope at indicators_as_of and asserts no current indicator in that evaluated scope.
|
|
18922
|
+
*/
|
|
18923
|
+
indicators?: (Indicator & {
|
|
18863
18924
|
type?: 'creative_fatigue' | 'creative_quality_opportunity';
|
|
18864
|
-
}[];
|
|
18925
|
+
})[];
|
|
18926
|
+
/**
|
|
18927
|
+
* Indicator types covered by this assignment snapshot. Required whenever indicators is present; omitted types remain unknown.
|
|
18928
|
+
*/
|
|
18929
|
+
indicator_types_evaluated?: (IndicatorType & ('creative_fatigue' | 'creative_quality_opportunity'))[];
|
|
18930
|
+
/**
|
|
18931
|
+
* When the seller last completed the evaluation represented by indicators for this relationship. Required whenever indicators is present, including an empty array.
|
|
18932
|
+
* @format date-time
|
|
18933
|
+
*/
|
|
18934
|
+
indicators_as_of?: string;
|
|
18935
|
+
/**
|
|
18936
|
+
* Optional publisher or placement scopes covered by this evaluation. Omit when indicators covers the whole package–creative assignment. When present, scopes not listed remain unknown; every returned indicator.scope entry MUST be contained by this set.
|
|
18937
|
+
*/
|
|
18938
|
+
indicators_evaluated_scope?: IndicatorScope[];
|
|
18865
18939
|
}[];
|
|
18866
18940
|
};
|
|
18867
18941
|
/**
|
|
@@ -18570,10 +18570,47 @@ export interface ListedCreativeNamedFormatReference {
|
|
|
18570
18570
|
* Bounded package assignment projection. Under assignment_projection: matching, contains only assignments carrying a requested indicator type; otherwise contains active assignments up to assignment_limit. The response ceiling is enforced via verifier_constraints rather than maxItems, so payloads from 3.1 sellers remain schema-valid.
|
|
18571
18571
|
*/
|
|
18572
18572
|
assigned_packages?: {
|
|
18573
|
-
|
|
18574
|
-
|
|
18573
|
+
/**
|
|
18574
|
+
* Package identifier
|
|
18575
|
+
*/
|
|
18576
|
+
package_id: string;
|
|
18577
|
+
/**
|
|
18578
|
+
* Media buy containing this package. A seller advertising list_creatives in media_buy.relationship_notifications.projection_tasks MUST include this field on every assignment row, including rows where indicators is omitted as unknown, so buyers can key and reread the relationship unambiguously when package IDs are reused across media buys.
|
|
18579
|
+
*/
|
|
18580
|
+
media_buy_id?: string;
|
|
18581
|
+
/**
|
|
18582
|
+
* When this assignment was created
|
|
18583
|
+
* @format date-time
|
|
18584
|
+
*/
|
|
18585
|
+
assigned_date: string;
|
|
18586
|
+
approval_status?: CreativeApprovalStatus;
|
|
18587
|
+
/**
|
|
18588
|
+
* Human-readable explanation when approval_status is rejected. Mirrors get_media_buys for the same relationship.
|
|
18589
|
+
*/
|
|
18590
|
+
rejection_reason?: string;
|
|
18591
|
+
/**
|
|
18592
|
+
* Complete, disjoint publisher/placement approval partition when approval_status is partially_approved. A normalized scope appears once. For one publisher, use either one publisher-wide row or placement-specific rows, never both. Omit when one approval_status applies uniformly to the whole assignment. The same scoped outcomes are mirrored on get_media_buys.
|
|
18593
|
+
*/
|
|
18594
|
+
approval_scopes?: ScopedCreativeApproval[];
|
|
18595
|
+
/**
|
|
18596
|
+
* Current seller indicators that are true for this creative in this package assignment. The package assignment supplies the default delivery scope; an indicator may narrow further with scope. Omitted means unknown or not evaluated. A present empty array means the seller completed the evaluation identified by indicators_evaluated_scope at indicators_as_of and asserts no current indicator in that evaluated scope.
|
|
18597
|
+
*/
|
|
18598
|
+
indicators?: (Indicator & {
|
|
18575
18599
|
type?: 'creative_fatigue' | 'creative_quality_opportunity';
|
|
18576
|
-
}[];
|
|
18600
|
+
})[];
|
|
18601
|
+
/**
|
|
18602
|
+
* Indicator types covered by this assignment snapshot. Required whenever indicators is present; omitted types remain unknown.
|
|
18603
|
+
*/
|
|
18604
|
+
indicator_types_evaluated?: (IndicatorType & ('creative_fatigue' | 'creative_quality_opportunity'))[];
|
|
18605
|
+
/**
|
|
18606
|
+
* When the seller last completed the evaluation represented by indicators for this relationship. Required whenever indicators is present, including an empty array.
|
|
18607
|
+
* @format date-time
|
|
18608
|
+
*/
|
|
18609
|
+
indicators_as_of?: string;
|
|
18610
|
+
/**
|
|
18611
|
+
* Optional publisher or placement scopes covered by this evaluation. Omit when indicators covers the whole package–creative assignment. When present, scopes not listed remain unknown; every returned indicator.scope entry MUST be contained by this set.
|
|
18612
|
+
*/
|
|
18613
|
+
indicators_evaluated_scope?: IndicatorScope[];
|
|
18577
18614
|
}[];
|
|
18578
18615
|
};
|
|
18579
18616
|
/**
|
|
@@ -18858,10 +18895,47 @@ export interface ListedCreativeCanonicalFormatKind {
|
|
|
18858
18895
|
* Bounded package assignment projection. Under assignment_projection: matching, contains only assignments carrying a requested indicator type; otherwise contains active assignments up to assignment_limit. The response ceiling is enforced via verifier_constraints rather than maxItems, so payloads from 3.1 sellers remain schema-valid.
|
|
18859
18896
|
*/
|
|
18860
18897
|
assigned_packages?: {
|
|
18861
|
-
|
|
18862
|
-
|
|
18898
|
+
/**
|
|
18899
|
+
* Package identifier
|
|
18900
|
+
*/
|
|
18901
|
+
package_id: string;
|
|
18902
|
+
/**
|
|
18903
|
+
* Media buy containing this package. A seller advertising list_creatives in media_buy.relationship_notifications.projection_tasks MUST include this field on every assignment row, including rows where indicators is omitted as unknown, so buyers can key and reread the relationship unambiguously when package IDs are reused across media buys.
|
|
18904
|
+
*/
|
|
18905
|
+
media_buy_id?: string;
|
|
18906
|
+
/**
|
|
18907
|
+
* When this assignment was created
|
|
18908
|
+
* @format date-time
|
|
18909
|
+
*/
|
|
18910
|
+
assigned_date: string;
|
|
18911
|
+
approval_status?: CreativeApprovalStatus;
|
|
18912
|
+
/**
|
|
18913
|
+
* Human-readable explanation when approval_status is rejected. Mirrors get_media_buys for the same relationship.
|
|
18914
|
+
*/
|
|
18915
|
+
rejection_reason?: string;
|
|
18916
|
+
/**
|
|
18917
|
+
* Complete, disjoint publisher/placement approval partition when approval_status is partially_approved. A normalized scope appears once. For one publisher, use either one publisher-wide row or placement-specific rows, never both. Omit when one approval_status applies uniformly to the whole assignment. The same scoped outcomes are mirrored on get_media_buys.
|
|
18918
|
+
*/
|
|
18919
|
+
approval_scopes?: ScopedCreativeApproval[];
|
|
18920
|
+
/**
|
|
18921
|
+
* Current seller indicators that are true for this creative in this package assignment. The package assignment supplies the default delivery scope; an indicator may narrow further with scope. Omitted means unknown or not evaluated. A present empty array means the seller completed the evaluation identified by indicators_evaluated_scope at indicators_as_of and asserts no current indicator in that evaluated scope.
|
|
18922
|
+
*/
|
|
18923
|
+
indicators?: (Indicator & {
|
|
18863
18924
|
type?: 'creative_fatigue' | 'creative_quality_opportunity';
|
|
18864
|
-
}[];
|
|
18925
|
+
})[];
|
|
18926
|
+
/**
|
|
18927
|
+
* Indicator types covered by this assignment snapshot. Required whenever indicators is present; omitted types remain unknown.
|
|
18928
|
+
*/
|
|
18929
|
+
indicator_types_evaluated?: (IndicatorType & ('creative_fatigue' | 'creative_quality_opportunity'))[];
|
|
18930
|
+
/**
|
|
18931
|
+
* When the seller last completed the evaluation represented by indicators for this relationship. Required whenever indicators is present, including an empty array.
|
|
18932
|
+
* @format date-time
|
|
18933
|
+
*/
|
|
18934
|
+
indicators_as_of?: string;
|
|
18935
|
+
/**
|
|
18936
|
+
* Optional publisher or placement scopes covered by this evaluation. Omit when indicators covers the whole package–creative assignment. When present, scopes not listed remain unknown; every returned indicator.scope entry MUST be contained by this set.
|
|
18937
|
+
*/
|
|
18938
|
+
indicators_evaluated_scope?: IndicatorScope[];
|
|
18865
18939
|
}[];
|
|
18866
18940
|
};
|
|
18867
18941
|
/**
|