@adcp/sdk 14.0.0-beta.10 → 14.0.0-beta.12
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/bin/adcp-storyboard-sandbox.js +16 -0
- package/bin/adcp.js +28 -30
- package/dist/lib/core/AgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.d.mts +2 -1
- package/dist/lib/core/SingleAgentClient.d.ts +2 -1
- package/dist/lib/core/SingleAgentClient.d.ts.map +1 -1
- package/dist/lib/core/SingleAgentClient.js +113 -64
- package/dist/lib/core/SingleAgentClient.js.map +1 -1
- package/dist/lib/core/SingleAgentClient.mjs +113 -64
- package/dist/lib/core/SingleAgentClient.mjs.map +1 -1
- package/dist/lib/index.d.mts +1 -1
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs.map +1 -1
- package/dist/lib/protocols/a2a.d.mts +10 -3
- package/dist/lib/protocols/a2a.d.ts +10 -3
- package/dist/lib/protocols/a2a.d.ts.map +1 -1
- package/dist/lib/protocols/a2a.js +162 -34
- package/dist/lib/protocols/a2a.js.map +1 -1
- package/dist/lib/protocols/a2a.mjs +166 -34
- package/dist/lib/protocols/a2a.mjs.map +1 -1
- package/dist/lib/schemas/index.d.mts +385 -1
- package/dist/lib/schemas/index.d.ts +385 -1
- package/dist/lib/schemas/index.d.ts.map +1 -1
- package/dist/lib/schemas/index.js +13 -0
- package/dist/lib/schemas/index.js.map +1 -1
- package/dist/lib/schemas/index.mjs +11 -0
- package/dist/lib/schemas/index.mjs.map +1 -1
- package/dist/lib/schemas-data/v2.5/_provenance.json +1 -1
- package/dist/lib/server/a2a-adapter.d.mts +59 -33
- package/dist/lib/server/a2a-adapter.d.ts +59 -33
- package/dist/lib/server/a2a-adapter.d.ts.map +1 -1
- package/dist/lib/server/a2a-adapter.js +278 -67
- package/dist/lib/server/a2a-adapter.js.map +1 -1
- package/dist/lib/server/a2a-adapter.mjs +280 -68
- package/dist/lib/server/a2a-adapter.mjs.map +1 -1
- package/dist/lib/server/create-adcp-server.d.ts.map +1 -1
- package/dist/lib/server/create-adcp-server.js +35 -108
- package/dist/lib/server/create-adcp-server.js.map +1 -1
- package/dist/lib/server/create-adcp-server.mjs +37 -109
- package/dist/lib/server/create-adcp-server.mjs.map +1 -1
- package/dist/lib/server/decisioning/index.d.mts +2 -0
- package/dist/lib/server/decisioning/index.d.ts +2 -0
- package/dist/lib/server/decisioning/index.d.ts.map +1 -1
- package/dist/lib/server/decisioning/index.js +5 -2
- package/dist/lib/server/decisioning/index.js.map +1 -1
- package/dist/lib/server/decisioning/index.mjs +3 -1
- package/dist/lib/server/decisioning/index.mjs.map +1 -1
- package/dist/lib/server/decisioning/response-summary.d.mts +33 -0
- package/dist/lib/server/decisioning/response-summary.d.ts +34 -0
- package/dist/lib/server/decisioning/response-summary.d.ts.map +1 -0
- package/dist/lib/server/decisioning/response-summary.js +62 -0
- package/dist/lib/server/decisioning/response-summary.js.map +1 -0
- package/dist/lib/server/decisioning/response-summary.mjs +37 -0
- package/dist/lib/server/decisioning/response-summary.mjs.map +1 -0
- package/dist/lib/server/decisioning/runtime/from-platform.d.ts.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.js +27 -5
- package/dist/lib/server/decisioning/runtime/from-platform.js.map +1 -1
- package/dist/lib/server/decisioning/runtime/from-platform.mjs +27 -5
- package/dist/lib/server/decisioning/runtime/from-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/server/index.d.mts +1 -1
- package/dist/lib/server/index.d.ts +1 -1
- package/dist/lib/server/index.d.ts.map +1 -1
- package/dist/lib/server/index.js.map +1 -1
- package/dist/lib/server/index.mjs.map +1 -1
- package/dist/lib/server/responses.d.ts.map +1 -1
- package/dist/lib/server/responses.js +9 -1
- package/dist/lib/server/responses.js.map +1 -1
- package/dist/lib/server/responses.mjs +8 -1
- package/dist/lib/server/responses.mjs.map +1 -1
- package/dist/lib/signing/agent-context.d.mts +1 -0
- package/dist/lib/signing/agent-context.d.ts +1 -0
- package/dist/lib/signing/agent-context.d.ts.map +1 -1
- package/dist/lib/signing/agent-context.js +37 -2
- package/dist/lib/signing/agent-context.js.map +1 -1
- package/dist/lib/signing/agent-context.mjs +38 -3
- package/dist/lib/signing/agent-context.mjs.map +1 -1
- package/dist/lib/signing/agent-fetch.d.mts +1 -2
- package/dist/lib/signing/agent-fetch.d.ts +1 -2
- package/dist/lib/signing/agent-fetch.d.ts.map +1 -1
- package/dist/lib/signing/agent-fetch.js +2 -0
- package/dist/lib/signing/agent-fetch.js.map +1 -1
- package/dist/lib/signing/agent-fetch.mjs +2 -0
- package/dist/lib/signing/agent-fetch.mjs.map +1 -1
- package/dist/lib/signing/agent-resolver/etld.js.map +1 -1
- package/dist/lib/signing/agent-resolver/etld.mjs.map +1 -1
- package/dist/lib/testing/client.d.mts +6 -0
- package/dist/lib/testing/client.d.ts +6 -0
- package/dist/lib/testing/client.d.ts.map +1 -1
- package/dist/lib/testing/client.js +76 -4
- package/dist/lib/testing/client.js.map +1 -1
- package/dist/lib/testing/client.mjs +75 -4
- package/dist/lib/testing/client.mjs.map +1 -1
- package/dist/lib/testing/compliance/comply.d.ts.map +1 -1
- package/dist/lib/testing/compliance/comply.js +6 -0
- package/dist/lib/testing/compliance/comply.js.map +1 -1
- package/dist/lib/testing/compliance/comply.mjs +7 -1
- package/dist/lib/testing/compliance/comply.mjs.map +1 -1
- package/dist/lib/testing/storyboard/context.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/context.js +9 -4
- package/dist/lib/testing/storyboard/context.js.map +1 -1
- package/dist/lib/testing/storyboard/context.mjs +9 -4
- package/dist/lib/testing/storyboard/context.mjs.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.js +28 -4
- package/dist/lib/testing/storyboard/request-builder.js.map +1 -1
- package/dist/lib/testing/storyboard/request-builder.mjs +28 -4
- package/dist/lib/testing/storyboard/request-builder.mjs.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.mts +15 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.ts +16 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.d.ts.map +1 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.js +106 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.js.map +1 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.mjs +82 -0
- package/dist/lib/testing/storyboard/request-signing/functional-dispatch.mjs.map +1 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.d.mts +15 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.d.ts +15 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/test-kit.js +58 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.js.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/test-kit.mjs +58 -0
- package/dist/lib/testing/storyboard/request-signing/test-kit.mjs.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.d.mts +2 -0
- package/dist/lib/testing/storyboard/request-signing/vector-loader.d.ts +2 -0
- package/dist/lib/testing/storyboard/request-signing/vector-loader.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.js +7 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.js.map +1 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.mjs +6 -1
- package/dist/lib/testing/storyboard/request-signing/vector-loader.mjs.map +1 -1
- package/dist/lib/testing/storyboard/runner.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/runner.js +31 -7
- package/dist/lib/testing/storyboard/runner.js.map +1 -1
- package/dist/lib/testing/storyboard/runner.mjs +31 -7
- package/dist/lib/testing/storyboard/runner.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/testing/storyboard/validations.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/validations.js +18 -7
- package/dist/lib/testing/storyboard/validations.js.map +1 -1
- package/dist/lib/testing/storyboard/validations.mjs +18 -7
- package/dist/lib/testing/storyboard/validations.mjs.map +1 -1
- package/dist/lib/testing/storyboard/webhook-receiver.d.ts.map +1 -1
- package/dist/lib/testing/storyboard/webhook-receiver.js +32 -20
- package/dist/lib/testing/storyboard/webhook-receiver.js.map +1 -1
- package/dist/lib/testing/storyboard/webhook-receiver.mjs +32 -20
- package/dist/lib/testing/storyboard/webhook-receiver.mjs.map +1 -1
- package/dist/lib/testing/types.d.mts +10 -0
- package/dist/lib/testing/types.d.ts +10 -0
- package/dist/lib/testing/types.d.ts.map +1 -1
- package/dist/lib/testing/types.js.map +1 -1
- package/dist/lib/types/comply-test-controller.d.ts +1 -14
- package/dist/lib/types/core.generated.d.mts +1 -1
- package/dist/lib/types/core.generated.d.ts +1 -1
- package/dist/lib/types/core.generated.d.ts.map +1 -1
- package/dist/lib/types/core.generated.js.map +1 -1
- package/dist/lib/types/get-products.d.ts +1 -14
- package/dist/lib/types/schemas.generated.d.ts +519 -571
- package/dist/lib/types/schemas.generated.d.ts.map +1 -1
- package/dist/lib/types/schemas.generated.js +2 -2
- package/dist/lib/types/schemas.generated.js.map +1 -1
- package/dist/lib/types/schemas.generated.mjs +2 -2
- package/dist/lib/types/schemas.generated.mjs.map +1 -1
- package/dist/lib/types/tools.generated.d.mts +1 -1
- package/dist/lib/types/tools.generated.d.ts +1 -1
- 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/a2a-artifacts.d.ts.map +1 -1
- package/dist/lib/utils/a2a-artifacts.js +2 -2
- package/dist/lib/utils/a2a-artifacts.js.map +1 -1
- package/dist/lib/utils/a2a-artifacts.mjs +2 -2
- package/dist/lib/utils/a2a-artifacts.mjs.map +1 -1
- package/dist/lib/utils/a2a-discovery.d.mts +3 -3
- package/dist/lib/utils/a2a-discovery.d.ts +3 -3
- package/dist/lib/utils/a2a-discovery.js +1 -1
- package/dist/lib/utils/a2a-discovery.js.map +1 -1
- package/dist/lib/utils/a2a-discovery.mjs +1 -1
- package/dist/lib/utils/a2a-discovery.mjs.map +1 -1
- package/dist/lib/utils/tool-request-schemas.d.mts +31 -31
- package/dist/lib/utils/tool-request-schemas.d.ts +31 -31
- package/dist/lib/v2/projection/index.d.mts +2 -0
- package/dist/lib/v2/projection/index.d.ts +2 -0
- package/dist/lib/v2/projection/index.d.ts.map +1 -1
- package/dist/lib/v2/projection/index.js +3 -0
- package/dist/lib/v2/projection/index.js.map +1 -1
- package/dist/lib/v2/projection/index.mjs +2 -0
- package/dist/lib/v2/projection/index.mjs.map +1 -1
- package/dist/lib/v2/projection/legacy-normalization.d.mts +24 -0
- package/dist/lib/v2/projection/legacy-normalization.d.ts +25 -0
- package/dist/lib/v2/projection/legacy-normalization.d.ts.map +1 -0
- package/dist/lib/v2/projection/legacy-normalization.js +32 -0
- package/dist/lib/v2/projection/legacy-normalization.js.map +1 -0
- package/dist/lib/v2/projection/legacy-normalization.mjs +8 -0
- package/dist/lib/v2/projection/legacy-normalization.mjs.map +1 -0
- 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/guides/BUILD-AN-AGENT.md +42 -6
- package/docs/llms.txt +2 -2
- package/docs/migration-13-to-14.md +17 -0
- package/package.json +44 -41
|
@@ -4436,7 +4436,7 @@ export declare const CanonicalFormatHTML5BannerSchema: z.ZodObject<{
|
|
|
4436
4436
|
ssl_required: z.ZodOptional<z.ZodBoolean>;
|
|
4437
4437
|
}, z.core.$loose>;
|
|
4438
4438
|
export declare const CanonicalFormatSellerRenderedStatefulDisplaySchema: z.ZodObject<{
|
|
4439
|
-
[K in keyof CanonicalFormatSellerRenderedStatefulDisplay]-?: z.ZodType<CanonicalFormatSellerRenderedStatefulDisplay[K], CanonicalFormatSellerRenderedStatefulDisplay[K]>;
|
|
4439
|
+
[K in keyof CanonicalFormatSellerRenderedStatefulDisplay]-?: undefined extends CanonicalFormatSellerRenderedStatefulDisplay[K] ? z.ZodOptional<z.ZodType<Exclude<CanonicalFormatSellerRenderedStatefulDisplay[K], undefined>, Exclude<CanonicalFormatSellerRenderedStatefulDisplay[K], undefined>>> : z.ZodType<CanonicalFormatSellerRenderedStatefulDisplay[K], CanonicalFormatSellerRenderedStatefulDisplay[K]>;
|
|
4440
4440
|
}, z.core.$loose> & z.ZodType<CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>>;
|
|
4441
4441
|
export declare const CanonicalFormatBaseSchema: z.ZodObject<{
|
|
4442
4442
|
experimental: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6525,16 +6525,16 @@ export declare const AgentPlacementFormatDeclarationSchema: z.ZodObject<{
|
|
|
6525
6525
|
export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.ZodObject<{
|
|
6526
6526
|
format_kind: z.ZodLiteral<"seller_rendered_stateful_display">;
|
|
6527
6527
|
params: z.ZodObject<{
|
|
6528
|
-
experimental: z.ZodType<boolean
|
|
6529
|
-
deprecated: z.ZodType<boolean
|
|
6530
|
-
v1_translatable: z.ZodType<boolean
|
|
6531
|
-
since_version: z.ZodType<string
|
|
6532
|
-
migration_target_version: z.ZodType<string
|
|
6533
|
-
composition_model: z.ZodType<"deterministic" | "algorithmic"
|
|
6534
|
-
provenance_required: z.ZodType<boolean
|
|
6535
|
-
platform_extensions: z.ZodType<import("./core.generated").PlatformExtensionReference[]
|
|
6536
|
-
synthesis_nondeterministic: z.ZodType<boolean
|
|
6537
|
-
slots: z.ZodType<{
|
|
6528
|
+
experimental: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
6529
|
+
deprecated: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
6530
|
+
v1_translatable: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
6531
|
+
since_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
6532
|
+
migration_target_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
6533
|
+
composition_model: z.ZodOptional<z.ZodType<"deterministic" | "algorithmic", "deterministic" | "algorithmic", z.core.$ZodTypeInternals<"deterministic" | "algorithmic", "deterministic" | "algorithmic">>>;
|
|
6534
|
+
provenance_required: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
6535
|
+
platform_extensions: z.ZodOptional<z.ZodType<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[], z.core.$ZodTypeInternals<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[]>>>;
|
|
6536
|
+
synthesis_nondeterministic: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
6537
|
+
slots: z.ZodOptional<z.ZodType<{
|
|
6538
6538
|
asset_group_id: string;
|
|
6539
6539
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
6540
6540
|
required?: boolean;
|
|
@@ -6548,7 +6548,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6548
6548
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
6549
6549
|
description?: string;
|
|
6550
6550
|
consumed_for_production?: boolean;
|
|
6551
|
-
}[]
|
|
6551
|
+
}[], {
|
|
6552
6552
|
asset_group_id: string;
|
|
6553
6553
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
6554
6554
|
required?: boolean;
|
|
@@ -6562,7 +6562,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6562
6562
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
6563
6563
|
description?: string;
|
|
6564
6564
|
consumed_for_production?: boolean;
|
|
6565
|
-
}[]
|
|
6565
|
+
}[], z.core.$ZodTypeInternals<{
|
|
6566
6566
|
asset_group_id: string;
|
|
6567
6567
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
6568
6568
|
required?: boolean;
|
|
@@ -6576,7 +6576,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6576
6576
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
6577
6577
|
description?: string;
|
|
6578
6578
|
consumed_for_production?: boolean;
|
|
6579
|
-
}[]
|
|
6579
|
+
}[], {
|
|
6580
6580
|
asset_group_id: string;
|
|
6581
6581
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
6582
6582
|
required?: boolean;
|
|
@@ -6590,8 +6590,8 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6590
6590
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
6591
6591
|
description?: string;
|
|
6592
6592
|
consumed_for_production?: boolean;
|
|
6593
|
-
}[]
|
|
6594
|
-
required_connections: z.ZodType<{
|
|
6593
|
+
}[]>>>;
|
|
6594
|
+
required_connections: z.ZodOptional<z.ZodType<{
|
|
6595
6595
|
provider?: string;
|
|
6596
6596
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
6597
6597
|
required_for?: string[];
|
|
@@ -6609,7 +6609,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6609
6609
|
authorization_url?: string;
|
|
6610
6610
|
authorization_instructions?: string;
|
|
6611
6611
|
expires_at?: string;
|
|
6612
|
-
}[]
|
|
6612
|
+
}[], {
|
|
6613
6613
|
provider?: string;
|
|
6614
6614
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
6615
6615
|
required_for?: string[];
|
|
@@ -6627,7 +6627,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6627
6627
|
authorization_url?: string;
|
|
6628
6628
|
authorization_instructions?: string;
|
|
6629
6629
|
expires_at?: string;
|
|
6630
|
-
}[]
|
|
6630
|
+
}[], z.core.$ZodTypeInternals<{
|
|
6631
6631
|
provider?: string;
|
|
6632
6632
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
6633
6633
|
required_for?: string[];
|
|
@@ -6645,7 +6645,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6645
6645
|
authorization_url?: string;
|
|
6646
6646
|
authorization_instructions?: string;
|
|
6647
6647
|
expires_at?: string;
|
|
6648
|
-
}[]
|
|
6648
|
+
}[], {
|
|
6649
6649
|
provider?: string;
|
|
6650
6650
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
6651
6651
|
required_for?: string[];
|
|
@@ -6663,10 +6663,10 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6663
6663
|
authorization_url?: string;
|
|
6664
6664
|
authorization_instructions?: string;
|
|
6665
6665
|
expires_at?: string;
|
|
6666
|
-
}[]
|
|
6667
|
-
reference_mutability: z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck"
|
|
6668
|
-
production_window_business_days: z.ZodType<number
|
|
6669
|
-
supply_mode: z.ZodType<"components" | "rendered_canvases" | "layered_source"
|
|
6666
|
+
}[]>>>;
|
|
6667
|
+
reference_mutability: z.ZodOptional<z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", z.core.$ZodTypeInternals<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck">>>;
|
|
6668
|
+
production_window_business_days: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
6669
|
+
supply_mode: z.ZodOptional<z.ZodType<"components" | "rendered_canvases" | "layered_source", "components" | "rendered_canvases" | "layered_source", z.core.$ZodTypeInternals<"components" | "rendered_canvases" | "layered_source", "components" | "rendered_canvases" | "layered_source">>>;
|
|
6670
6670
|
states: z.ZodType<{
|
|
6671
6671
|
state_id: string;
|
|
6672
6672
|
anchoring: "inline" | "sticky_top" | "sticky_bottom" | "overlay" | "fullscreen_overlay" | "underlay";
|
|
@@ -6701,8 +6701,8 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6701
6701
|
close_affordance: boolean;
|
|
6702
6702
|
}[]>>;
|
|
6703
6703
|
initial_state_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
6704
|
-
reveal: z.ZodType<"none" | "clip_window" | "scroll_parallax"
|
|
6705
|
-
transitions: z.ZodType<({
|
|
6704
|
+
reveal: z.ZodOptional<z.ZodType<"none" | "clip_window" | "scroll_parallax", "none" | "clip_window" | "scroll_parallax", z.core.$ZodTypeInternals<"none" | "clip_window" | "scroll_parallax", "none" | "clip_window" | "scroll_parallax">>>;
|
|
6705
|
+
transitions: z.ZodOptional<z.ZodType<({
|
|
6706
6706
|
transition_id: string;
|
|
6707
6707
|
from_state_id: string;
|
|
6708
6708
|
to_state_id: string;
|
|
@@ -6764,7 +6764,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6764
6764
|
transition_mode: "instant" | "animated";
|
|
6765
6765
|
duration_ms?: number;
|
|
6766
6766
|
preserve_playback?: boolean;
|
|
6767
|
-
})[]
|
|
6767
|
+
})[], ({
|
|
6768
6768
|
transition_id: string;
|
|
6769
6769
|
from_state_id: string;
|
|
6770
6770
|
to_state_id: string;
|
|
@@ -6826,7 +6826,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6826
6826
|
transition_mode: "instant" | "animated";
|
|
6827
6827
|
duration_ms?: number;
|
|
6828
6828
|
preserve_playback?: boolean;
|
|
6829
|
-
})[]
|
|
6829
|
+
})[], z.core.$ZodTypeInternals<({
|
|
6830
6830
|
transition_id: string;
|
|
6831
6831
|
from_state_id: string;
|
|
6832
6832
|
to_state_id: string;
|
|
@@ -6888,7 +6888,7 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6888
6888
|
transition_mode: "instant" | "animated";
|
|
6889
6889
|
duration_ms?: number;
|
|
6890
6890
|
preserve_playback?: boolean;
|
|
6891
|
-
})[]
|
|
6891
|
+
})[], ({
|
|
6892
6892
|
transition_id: string;
|
|
6893
6893
|
from_state_id: string;
|
|
6894
6894
|
to_state_id: string;
|
|
@@ -6950,8 +6950,8 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6950
6950
|
transition_mode: "instant" | "animated";
|
|
6951
6951
|
duration_ms?: number;
|
|
6952
6952
|
preserve_playback?: boolean;
|
|
6953
|
-
})[]
|
|
6954
|
-
clickthrough: z.ZodType<"none" | "required" | "optional"
|
|
6953
|
+
})[]>>>;
|
|
6954
|
+
clickthrough: z.ZodOptional<z.ZodType<"none" | "required" | "optional", "none" | "required" | "optional", z.core.$ZodTypeInternals<"none" | "required" | "optional", "none" | "required" | "optional">>>;
|
|
6955
6955
|
user_controls: z.ZodType<{
|
|
6956
6956
|
dismissible: boolean;
|
|
6957
6957
|
user_collapsible: boolean;
|
|
@@ -6965,15 +6965,15 @@ export declare const SellerRenderedStatefulDisplayFormatDeclarationSchema: z.Zod
|
|
|
6965
6965
|
dismissible: boolean;
|
|
6966
6966
|
user_collapsible: boolean;
|
|
6967
6967
|
}>>;
|
|
6968
|
-
canvas_constraints: z.ZodType<import("./core.generated").CanvasConstraint[]
|
|
6969
|
-
duration_ms_range: z.ZodType<(number | null)[]
|
|
6970
|
-
duration_ms_exact: z.ZodType<number
|
|
6971
|
-
aspect_ratio: z.ZodType<string
|
|
6972
|
-
containers: z.ZodType<("mp4" | "webm" | "mov")[]
|
|
6973
|
-
video_playback: z.ZodType<"none" | "auto_muted" | "user_initiated"
|
|
6974
|
-
max_initial_load_kb: z.ZodType<number
|
|
6975
|
-
max_subload_kb: z.ZodType<number
|
|
6976
|
-
polite_load: z.ZodType<boolean
|
|
6968
|
+
canvas_constraints: z.ZodOptional<z.ZodType<import("./core.generated").CanvasConstraint[], import("./core.generated").CanvasConstraint[], z.core.$ZodTypeInternals<import("./core.generated").CanvasConstraint[], import("./core.generated").CanvasConstraint[]>>>;
|
|
6969
|
+
duration_ms_range: z.ZodOptional<z.ZodType<(number | null)[], (number | null)[], z.core.$ZodTypeInternals<(number | null)[], (number | null)[]>>>;
|
|
6970
|
+
duration_ms_exact: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
6971
|
+
aspect_ratio: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
6972
|
+
containers: z.ZodOptional<z.ZodType<("mp4" | "webm" | "mov")[], ("mp4" | "webm" | "mov")[], z.core.$ZodTypeInternals<("mp4" | "webm" | "mov")[], ("mp4" | "webm" | "mov")[]>>>;
|
|
6973
|
+
video_playback: z.ZodOptional<z.ZodType<"none" | "auto_muted" | "user_initiated", "none" | "auto_muted" | "user_initiated", z.core.$ZodTypeInternals<"none" | "auto_muted" | "user_initiated", "none" | "auto_muted" | "user_initiated">>>;
|
|
6974
|
+
max_initial_load_kb: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
6975
|
+
max_subload_kb: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
6976
|
+
polite_load: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
6977
6977
|
}, z.core.$loose> & z.ZodType<CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>>>;
|
|
6978
6978
|
}, z.core.$loose>;
|
|
6979
6979
|
export declare const CustomFormatDeclarationSchema: z.ZodObject<{
|
|
@@ -7711,10 +7711,8 @@ export declare const PlatformExtensionReference1Schema: z.ZodObject<{
|
|
|
7711
7711
|
digest: z.ZodString;
|
|
7712
7712
|
}, z.core.$loose>;
|
|
7713
7713
|
export declare const CanonicalFormatCoordinatedPlacementsSchema: z.ZodObject<{
|
|
7714
|
-
[K in keyof CanonicalFormatCoordinatedPlacements]-?: z.ZodType<CanonicalFormatCoordinatedPlacements[K], CanonicalFormatCoordinatedPlacements[K]>;
|
|
7714
|
+
[K in keyof CanonicalFormatCoordinatedPlacements]-?: undefined extends CanonicalFormatCoordinatedPlacements[K] ? z.ZodOptional<z.ZodType<Exclude<CanonicalFormatCoordinatedPlacements[K], undefined>, Exclude<CanonicalFormatCoordinatedPlacements[K], undefined>>> : z.ZodType<CanonicalFormatCoordinatedPlacements[K], CanonicalFormatCoordinatedPlacements[K]>;
|
|
7715
7715
|
}, z.core.$loose> & z.ZodType<CanonicalFormatCoordinatedPlacements & Record<string, unknown>, CanonicalFormatCoordinatedPlacements & Record<string, unknown>>;
|
|
7716
|
-
export declare const NamedFormatProductSchema: z.ZodObject<{}, z.core.$loose>;
|
|
7717
|
-
export declare const CanonicalFormatProductSchema: z.ZodObject<{}, z.core.$loose>;
|
|
7718
7716
|
export declare const PublisherPropertySelectorSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
7719
7717
|
publisher_domain: z.ZodOptional<z.ZodString>;
|
|
7720
7718
|
publisher_domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -8471,6 +8469,8 @@ export declare const ReplaceTargetingValueSchema: z.ZodObject<{
|
|
|
8471
8469
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
8472
8470
|
}, z.core.$loose>;
|
|
8473
8471
|
export declare const RemoveTargetingSetValuesSchema: z.ZodObject<{}, z.core.$loose>;
|
|
8472
|
+
export declare const NamedFormatProductSchema: z.ZodObject<{}, z.core.$loose>;
|
|
8473
|
+
export declare const CanonicalFormatProductSchema: z.ZodObject<{}, z.core.$loose>;
|
|
8474
8474
|
export declare const PriceGuidanceSchema: z.ZodObject<{
|
|
8475
8475
|
p25: z.ZodOptional<z.ZodNumber>;
|
|
8476
8476
|
p50: z.ZodOptional<z.ZodNumber>;
|
|
@@ -34699,16 +34699,16 @@ export declare const PublisherDesignatedPreviewProviderSchema: z.ZodObject<{
|
|
|
34699
34699
|
export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
34700
34700
|
format_kind: z.ZodLiteral<"coordinated_placements">;
|
|
34701
34701
|
params: z.ZodObject<{
|
|
34702
|
-
experimental: z.ZodType<boolean
|
|
34703
|
-
deprecated: z.ZodType<boolean
|
|
34704
|
-
v1_translatable: z.ZodType<boolean
|
|
34705
|
-
since_version: z.ZodType<string
|
|
34706
|
-
migration_target_version: z.ZodType<string
|
|
34707
|
-
composition_model: z.ZodType<"deterministic" | "algorithmic"
|
|
34708
|
-
provenance_required: z.ZodType<boolean
|
|
34709
|
-
platform_extensions: z.ZodType<import("./core.generated").PlatformExtensionReference[]
|
|
34710
|
-
synthesis_nondeterministic: z.ZodType<boolean
|
|
34711
|
-
slots: z.ZodType<{
|
|
34702
|
+
experimental: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
34703
|
+
deprecated: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
34704
|
+
v1_translatable: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
34705
|
+
since_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
34706
|
+
migration_target_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
34707
|
+
composition_model: z.ZodOptional<z.ZodType<"deterministic" | "algorithmic", "deterministic" | "algorithmic", z.core.$ZodTypeInternals<"deterministic" | "algorithmic", "deterministic" | "algorithmic">>>;
|
|
34708
|
+
provenance_required: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
34709
|
+
platform_extensions: z.ZodOptional<z.ZodType<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[], z.core.$ZodTypeInternals<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[]>>>;
|
|
34710
|
+
synthesis_nondeterministic: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
34711
|
+
slots: z.ZodOptional<z.ZodType<{
|
|
34712
34712
|
asset_group_id: string;
|
|
34713
34713
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
34714
34714
|
required?: boolean;
|
|
@@ -34722,7 +34722,7 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34722
34722
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
34723
34723
|
description?: string;
|
|
34724
34724
|
consumed_for_production?: boolean;
|
|
34725
|
-
}[]
|
|
34725
|
+
}[], {
|
|
34726
34726
|
asset_group_id: string;
|
|
34727
34727
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
34728
34728
|
required?: boolean;
|
|
@@ -34736,7 +34736,7 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34736
34736
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
34737
34737
|
description?: string;
|
|
34738
34738
|
consumed_for_production?: boolean;
|
|
34739
|
-
}[]
|
|
34739
|
+
}[], z.core.$ZodTypeInternals<{
|
|
34740
34740
|
asset_group_id: string;
|
|
34741
34741
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
34742
34742
|
required?: boolean;
|
|
@@ -34750,7 +34750,7 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34750
34750
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
34751
34751
|
description?: string;
|
|
34752
34752
|
consumed_for_production?: boolean;
|
|
34753
|
-
}[]
|
|
34753
|
+
}[], {
|
|
34754
34754
|
asset_group_id: string;
|
|
34755
34755
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
34756
34756
|
required?: boolean;
|
|
@@ -34764,8 +34764,8 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34764
34764
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
34765
34765
|
description?: string;
|
|
34766
34766
|
consumed_for_production?: boolean;
|
|
34767
|
-
}[]
|
|
34768
|
-
required_connections: z.ZodType<{
|
|
34767
|
+
}[]>>>;
|
|
34768
|
+
required_connections: z.ZodOptional<z.ZodType<{
|
|
34769
34769
|
provider?: string;
|
|
34770
34770
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
34771
34771
|
required_for?: string[];
|
|
@@ -34783,7 +34783,7 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34783
34783
|
authorization_url?: string;
|
|
34784
34784
|
authorization_instructions?: string;
|
|
34785
34785
|
expires_at?: string;
|
|
34786
|
-
}[]
|
|
34786
|
+
}[], {
|
|
34787
34787
|
provider?: string;
|
|
34788
34788
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
34789
34789
|
required_for?: string[];
|
|
@@ -34801,7 +34801,7 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34801
34801
|
authorization_url?: string;
|
|
34802
34802
|
authorization_instructions?: string;
|
|
34803
34803
|
expires_at?: string;
|
|
34804
|
-
}[]
|
|
34804
|
+
}[], z.core.$ZodTypeInternals<{
|
|
34805
34805
|
provider?: string;
|
|
34806
34806
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
34807
34807
|
required_for?: string[];
|
|
@@ -34819,7 +34819,7 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34819
34819
|
authorization_url?: string;
|
|
34820
34820
|
authorization_instructions?: string;
|
|
34821
34821
|
expires_at?: string;
|
|
34822
|
-
}[]
|
|
34822
|
+
}[], {
|
|
34823
34823
|
provider?: string;
|
|
34824
34824
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
34825
34825
|
required_for?: string[];
|
|
@@ -34837,9 +34837,9 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34837
34837
|
authorization_url?: string;
|
|
34838
34838
|
authorization_instructions?: string;
|
|
34839
34839
|
expires_at?: string;
|
|
34840
|
-
}[]
|
|
34841
|
-
reference_mutability: z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck"
|
|
34842
|
-
production_window_business_days: z.ZodType<number
|
|
34840
|
+
}[]>>>;
|
|
34841
|
+
reference_mutability: z.ZodOptional<z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", z.core.$ZodTypeInternals<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck">>>;
|
|
34842
|
+
production_window_business_days: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
34843
34843
|
components: z.ZodType<({} | {
|
|
34844
34844
|
format_kind: "image";
|
|
34845
34845
|
params?: import("./core.generated").CanonicalFormatImage;
|
|
@@ -34997,35 +34997,35 @@ export declare const CoordinatedPlacementsFormatDeclarationSchema: z.ZodObject<{
|
|
|
34997
34997
|
format_kind: "seller_rendered_stateful_display";
|
|
34998
34998
|
params?: CanonicalFormatSellerRenderedStatefulDisplay;
|
|
34999
34999
|
})[]>>;
|
|
35000
|
-
shared_slots: z.ZodType<{
|
|
35000
|
+
shared_slots: z.ZodOptional<z.ZodType<{
|
|
35001
35001
|
asset_group_id: string;
|
|
35002
35002
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
35003
35003
|
required?: boolean;
|
|
35004
35004
|
min?: number;
|
|
35005
35005
|
max?: number;
|
|
35006
35006
|
consumed_by: string[];
|
|
35007
|
-
}[]
|
|
35007
|
+
}[], {
|
|
35008
35008
|
asset_group_id: string;
|
|
35009
35009
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
35010
35010
|
required?: boolean;
|
|
35011
35011
|
min?: number;
|
|
35012
35012
|
max?: number;
|
|
35013
35013
|
consumed_by: string[];
|
|
35014
|
-
}[]
|
|
35014
|
+
}[], z.core.$ZodTypeInternals<{
|
|
35015
35015
|
asset_group_id: string;
|
|
35016
35016
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
35017
35017
|
required?: boolean;
|
|
35018
35018
|
min?: number;
|
|
35019
35019
|
max?: number;
|
|
35020
35020
|
consumed_by: string[];
|
|
35021
|
-
}[]
|
|
35021
|
+
}[], {
|
|
35022
35022
|
asset_group_id: string;
|
|
35023
35023
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
35024
35024
|
required?: boolean;
|
|
35025
35025
|
min?: number;
|
|
35026
35026
|
max?: number;
|
|
35027
35027
|
consumed_by: string[];
|
|
35028
|
-
}[]
|
|
35028
|
+
}[]>>>;
|
|
35029
35029
|
}, z.core.$loose> & z.ZodType<CanonicalFormatCoordinatedPlacements & Record<string, unknown>, CanonicalFormatCoordinatedPlacements & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalFormatCoordinatedPlacements & Record<string, unknown>, CanonicalFormatCoordinatedPlacements & Record<string, unknown>>>;
|
|
35030
35030
|
}, z.core.$loose>;
|
|
35031
35031
|
export declare const LayerSchema: z.ZodUnion<readonly [z.ZodLiteral<"behind_creative">, z.ZodLiteral<"in_front_of_creative">]>;
|
|
@@ -39126,7 +39126,7 @@ export declare const TransformerParamSchema: z.ZodObject<{
|
|
|
39126
39126
|
export declare const CanonicalTransformerOutputsSchema: z.ZodObject<{}, z.core.$loose>;
|
|
39127
39127
|
export declare const NamedFormatTransformerOutputsSchema: z.ZodObject<{}, z.core.$loose>;
|
|
39128
39128
|
export declare const ProductFormatDeclarationSchema: z.ZodObject<{
|
|
39129
|
-
[K in keyof ProductFormatDeclaration]-?: z.ZodType<ProductFormatDeclaration[K], ProductFormatDeclaration[K]>;
|
|
39129
|
+
[K in keyof ProductFormatDeclaration]-?: undefined extends ProductFormatDeclaration[K] ? z.ZodOptional<z.ZodType<Exclude<ProductFormatDeclaration[K], undefined>, Exclude<ProductFormatDeclaration[K], undefined>>> : z.ZodType<ProductFormatDeclaration[K], ProductFormatDeclaration[K]>;
|
|
39130
39130
|
}, z.core.$loose> & z.ZodType<ProductFormatDeclaration & Record<string, unknown>, ProductFormatDeclaration & Record<string, unknown>>;
|
|
39131
39131
|
export declare const VendorPricingOptionSchema: z.ZodIntersection<z.ZodObject<{
|
|
39132
39132
|
pricing_option_id: z.ZodString;
|
|
@@ -42797,7 +42797,7 @@ export declare const SIUIElementSchema: z.ZodObject<{
|
|
|
42797
42797
|
data: z.ZodOptional<z.ZodObject<{}, z.core.$loose>>;
|
|
42798
42798
|
}, z.core.$loose>;
|
|
42799
42799
|
export declare const AvailablePackageSchema: z.ZodObject<{
|
|
42800
|
-
[K in keyof AvailablePackage]-?: z.ZodType<AvailablePackage[K], AvailablePackage[K]>;
|
|
42800
|
+
[K in keyof AvailablePackage]-?: undefined extends AvailablePackage[K] ? z.ZodOptional<z.ZodType<Exclude<AvailablePackage[K], undefined>, Exclude<AvailablePackage[K], undefined>>> : z.ZodType<AvailablePackage[K], AvailablePackage[K]>;
|
|
42801
42801
|
}, z.core.$loose> & z.ZodType<AvailablePackage & Record<string, unknown>, AvailablePackage & Record<string, unknown>>;
|
|
42802
42802
|
export declare const ContextMatchRequestSchema: z.ZodObject<{
|
|
42803
42803
|
$schema: z.ZodOptional<z.ZodString>;
|
|
@@ -95623,10 +95623,10 @@ export declare const ListTransformersRequestCreativeAgentSchema: z.ZodObject<{
|
|
|
95623
95623
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
95624
95624
|
}, z.core.$loose>;
|
|
95625
95625
|
export declare const TransformerSchema: z.ZodObject<{
|
|
95626
|
-
[K in keyof Transformer]-?: z.ZodType<Transformer[K], Transformer[K]>;
|
|
95626
|
+
[K in keyof Transformer]-?: undefined extends Transformer[K] ? z.ZodOptional<z.ZodType<Exclude<Transformer[K], undefined>, Exclude<Transformer[K], undefined>>> : z.ZodType<Transformer[K], Transformer[K]>;
|
|
95627
95627
|
}, z.core.$loose> & z.ZodType<Transformer & Record<string, unknown>, Transformer & Record<string, unknown>>;
|
|
95628
95628
|
export declare const ListTransformersResponseCreativeAgentSchema: z.ZodObject<{
|
|
95629
|
-
[K in keyof ListTransformersResponseCreativeAgent]-?: z.ZodType<ListTransformersResponseCreativeAgent[K], ListTransformersResponseCreativeAgent[K]>;
|
|
95629
|
+
[K in keyof ListTransformersResponseCreativeAgent]-?: undefined extends ListTransformersResponseCreativeAgent[K] ? z.ZodOptional<z.ZodType<Exclude<ListTransformersResponseCreativeAgent[K], undefined>, Exclude<ListTransformersResponseCreativeAgent[K], undefined>>> : z.ZodType<ListTransformersResponseCreativeAgent[K], ListTransformersResponseCreativeAgent[K]>;
|
|
95630
95630
|
}, z.core.$loose> & z.ZodType<ListTransformersResponseCreativeAgent & Record<string, unknown>, ListTransformersResponseCreativeAgent & Record<string, unknown>>;
|
|
95631
95631
|
export declare const GetCreativeDeliveryRequestSchema: z.ZodObject<{
|
|
95632
95632
|
adcp_version: z.ZodOptional<z.ZodString>;
|
|
@@ -164297,7 +164297,7 @@ export declare const ListTransformersRequestSchema: z.ZodObject<{
|
|
|
164297
164297
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
164298
164298
|
}, z.core.$loose>;
|
|
164299
164299
|
export declare const ListTransformersResponseSchema: z.ZodObject<{
|
|
164300
|
-
[K in keyof ListTransformersResponse]-?: z.ZodType<ListTransformersResponse[K], ListTransformersResponse[K]>;
|
|
164300
|
+
[K in keyof ListTransformersResponse]-?: undefined extends ListTransformersResponse[K] ? z.ZodOptional<z.ZodType<Exclude<ListTransformersResponse[K], undefined>, Exclude<ListTransformersResponse[K], undefined>>> : z.ZodType<ListTransformersResponse[K], ListTransformersResponse[K]>;
|
|
164301
164301
|
}, z.core.$loose> & z.ZodType<ListTransformersResponse & Record<string, unknown>, ListTransformersResponse & Record<string, unknown>>;
|
|
164302
164302
|
export declare const TargetingOverlaySupportSchema: z.ZodObject<{
|
|
164303
164303
|
geo_countries: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<true>, z.ZodObject<{
|
|
@@ -176588,7 +176588,7 @@ export declare const SyncCatalogsResponseSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
176588
176588
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
176589
176589
|
}, z.core.$loose>]>>;
|
|
176590
176590
|
export declare const ProductSchema: z.ZodObject<{
|
|
176591
|
-
[K in keyof Product]-?: z.ZodType<Product[K], Product[K]>;
|
|
176591
|
+
[K in keyof Product]-?: K extends 'publisher_properties' ? z.ZodType : undefined extends Product[K] ? z.ZodOptional<z.ZodType<Exclude<Product[K], undefined>, Exclude<Product[K], undefined>>> : z.ZodType<Product[K], Product[K]>;
|
|
176592
176592
|
}, z.core.$loose> & z.ZodType<Product & Record<string, unknown>, Product & Record<string, unknown>>;
|
|
176593
176593
|
export declare const ProductAllocationSchema: z.ZodObject<{
|
|
176594
176594
|
product_id: z.ZodString;
|
|
@@ -186138,7 +186138,7 @@ export declare const CanonicalDeliveryForecastSchema: z.ZodObject<{
|
|
|
186138
186138
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
186139
186139
|
}, z.core.$loose>;
|
|
186140
186140
|
export declare const PackageSchema: z.ZodObject<{
|
|
186141
|
-
[K in keyof Package]-?: z.ZodType<Package[K], Package[K]>;
|
|
186141
|
+
[K in keyof Package]-?: undefined extends Package[K] ? z.ZodOptional<z.ZodType<Exclude<Package[K], undefined>, Exclude<Package[K], undefined>>> : z.ZodType<Package[K], Package[K]>;
|
|
186142
186142
|
}, z.core.$loose> & z.ZodType<Package & Record<string, unknown>, Package & Record<string, unknown>>;
|
|
186143
186143
|
export declare const AAODirectoryAgentPublishersInverseLookupResponseSchema: z.ZodObject<{
|
|
186144
186144
|
agent_url: z.ZodString;
|
|
@@ -213665,7 +213665,7 @@ export declare const SourceLocalizationReadbackSchema: z.ZodObject<{
|
|
|
213665
213665
|
}, z.core.$loose>]>, z.ZodObject<{}, z.core.$loose>>>]>>;
|
|
213666
213666
|
}, z.core.$loose>;
|
|
213667
213667
|
export declare const FormatSchema: z.ZodObject<{
|
|
213668
|
-
[K in keyof Format]-?: z.ZodType<Format[K], Format[K]>;
|
|
213668
|
+
[K in keyof Format]-?: undefined extends Format[K] ? z.ZodOptional<z.ZodType<Exclude<Format[K], undefined>, Exclude<Format[K], undefined>>> : z.ZodType<Format[K], Format[K]>;
|
|
213669
213669
|
}, z.core.$loose> & z.ZodType<Format & Record<string, unknown>, Format & Record<string, unknown>>;
|
|
213670
213670
|
export declare const GeoDeliveryMetricsSchema: z.ZodObject<{
|
|
213671
213671
|
impressions: z.ZodOptional<z.ZodNumber>;
|
|
@@ -217981,16 +217981,16 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
217981
217981
|
}, z.core.$loose>, z.ZodObject<{
|
|
217982
217982
|
format_kind: z.ZodLiteral<"seller_rendered_stateful_display">;
|
|
217983
217983
|
params: z.ZodObject<{
|
|
217984
|
-
experimental: z.ZodType<boolean
|
|
217985
|
-
deprecated: z.ZodType<boolean
|
|
217986
|
-
v1_translatable: z.ZodType<boolean
|
|
217987
|
-
since_version: z.ZodType<string
|
|
217988
|
-
migration_target_version: z.ZodType<string
|
|
217989
|
-
composition_model: z.ZodType<"deterministic" | "algorithmic"
|
|
217990
|
-
provenance_required: z.ZodType<boolean
|
|
217991
|
-
platform_extensions: z.ZodType<import("./core.generated").PlatformExtensionReference[]
|
|
217992
|
-
synthesis_nondeterministic: z.ZodType<boolean
|
|
217993
|
-
slots: z.ZodType<{
|
|
217984
|
+
experimental: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
217985
|
+
deprecated: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
217986
|
+
v1_translatable: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
217987
|
+
since_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
217988
|
+
migration_target_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
217989
|
+
composition_model: z.ZodOptional<z.ZodType<"deterministic" | "algorithmic", "deterministic" | "algorithmic", z.core.$ZodTypeInternals<"deterministic" | "algorithmic", "deterministic" | "algorithmic">>>;
|
|
217990
|
+
provenance_required: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
217991
|
+
platform_extensions: z.ZodOptional<z.ZodType<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[], z.core.$ZodTypeInternals<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[]>>>;
|
|
217992
|
+
synthesis_nondeterministic: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
217993
|
+
slots: z.ZodOptional<z.ZodType<{
|
|
217994
217994
|
asset_group_id: string;
|
|
217995
217995
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
217996
217996
|
required?: boolean;
|
|
@@ -218004,7 +218004,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218004
218004
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218005
218005
|
description?: string;
|
|
218006
218006
|
consumed_for_production?: boolean;
|
|
218007
|
-
}[]
|
|
218007
|
+
}[], {
|
|
218008
218008
|
asset_group_id: string;
|
|
218009
218009
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218010
218010
|
required?: boolean;
|
|
@@ -218018,7 +218018,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218018
218018
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218019
218019
|
description?: string;
|
|
218020
218020
|
consumed_for_production?: boolean;
|
|
218021
|
-
}[]
|
|
218021
|
+
}[], z.core.$ZodTypeInternals<{
|
|
218022
218022
|
asset_group_id: string;
|
|
218023
218023
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218024
218024
|
required?: boolean;
|
|
@@ -218032,7 +218032,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218032
218032
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218033
218033
|
description?: string;
|
|
218034
218034
|
consumed_for_production?: boolean;
|
|
218035
|
-
}[]
|
|
218035
|
+
}[], {
|
|
218036
218036
|
asset_group_id: string;
|
|
218037
218037
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218038
218038
|
required?: boolean;
|
|
@@ -218046,8 +218046,8 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218046
218046
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218047
218047
|
description?: string;
|
|
218048
218048
|
consumed_for_production?: boolean;
|
|
218049
|
-
}[]
|
|
218050
|
-
required_connections: z.ZodType<{
|
|
218049
|
+
}[]>>>;
|
|
218050
|
+
required_connections: z.ZodOptional<z.ZodType<{
|
|
218051
218051
|
provider?: string;
|
|
218052
218052
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218053
218053
|
required_for?: string[];
|
|
@@ -218065,7 +218065,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218065
218065
|
authorization_url?: string;
|
|
218066
218066
|
authorization_instructions?: string;
|
|
218067
218067
|
expires_at?: string;
|
|
218068
|
-
}[]
|
|
218068
|
+
}[], {
|
|
218069
218069
|
provider?: string;
|
|
218070
218070
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218071
218071
|
required_for?: string[];
|
|
@@ -218083,7 +218083,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218083
218083
|
authorization_url?: string;
|
|
218084
218084
|
authorization_instructions?: string;
|
|
218085
218085
|
expires_at?: string;
|
|
218086
|
-
}[]
|
|
218086
|
+
}[], z.core.$ZodTypeInternals<{
|
|
218087
218087
|
provider?: string;
|
|
218088
218088
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218089
218089
|
required_for?: string[];
|
|
@@ -218101,7 +218101,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218101
218101
|
authorization_url?: string;
|
|
218102
218102
|
authorization_instructions?: string;
|
|
218103
218103
|
expires_at?: string;
|
|
218104
|
-
}[]
|
|
218104
|
+
}[], {
|
|
218105
218105
|
provider?: string;
|
|
218106
218106
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218107
218107
|
required_for?: string[];
|
|
@@ -218119,10 +218119,10 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218119
218119
|
authorization_url?: string;
|
|
218120
218120
|
authorization_instructions?: string;
|
|
218121
218121
|
expires_at?: string;
|
|
218122
|
-
}[]
|
|
218123
|
-
reference_mutability: z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck"
|
|
218124
|
-
production_window_business_days: z.ZodType<number
|
|
218125
|
-
supply_mode: z.ZodType<"components" | "rendered_canvases" | "layered_source"
|
|
218122
|
+
}[]>>>;
|
|
218123
|
+
reference_mutability: z.ZodOptional<z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", z.core.$ZodTypeInternals<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck">>>;
|
|
218124
|
+
production_window_business_days: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
218125
|
+
supply_mode: z.ZodOptional<z.ZodType<"components" | "rendered_canvases" | "layered_source", "components" | "rendered_canvases" | "layered_source", z.core.$ZodTypeInternals<"components" | "rendered_canvases" | "layered_source", "components" | "rendered_canvases" | "layered_source">>>;
|
|
218126
218126
|
states: z.ZodType<{
|
|
218127
218127
|
state_id: string;
|
|
218128
218128
|
anchoring: "inline" | "sticky_top" | "sticky_bottom" | "overlay" | "fullscreen_overlay" | "underlay";
|
|
@@ -218157,8 +218157,8 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218157
218157
|
close_affordance: boolean;
|
|
218158
218158
|
}[]>>;
|
|
218159
218159
|
initial_state_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
218160
|
-
reveal: z.ZodType<"none" | "clip_window" | "scroll_parallax"
|
|
218161
|
-
transitions: z.ZodType<({
|
|
218160
|
+
reveal: z.ZodOptional<z.ZodType<"none" | "clip_window" | "scroll_parallax", "none" | "clip_window" | "scroll_parallax", z.core.$ZodTypeInternals<"none" | "clip_window" | "scroll_parallax", "none" | "clip_window" | "scroll_parallax">>>;
|
|
218161
|
+
transitions: z.ZodOptional<z.ZodType<({
|
|
218162
218162
|
transition_id: string;
|
|
218163
218163
|
from_state_id: string;
|
|
218164
218164
|
to_state_id: string;
|
|
@@ -218220,7 +218220,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218220
218220
|
transition_mode: "instant" | "animated";
|
|
218221
218221
|
duration_ms?: number;
|
|
218222
218222
|
preserve_playback?: boolean;
|
|
218223
|
-
})[]
|
|
218223
|
+
})[], ({
|
|
218224
218224
|
transition_id: string;
|
|
218225
218225
|
from_state_id: string;
|
|
218226
218226
|
to_state_id: string;
|
|
@@ -218282,7 +218282,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218282
218282
|
transition_mode: "instant" | "animated";
|
|
218283
218283
|
duration_ms?: number;
|
|
218284
218284
|
preserve_playback?: boolean;
|
|
218285
|
-
})[]
|
|
218285
|
+
})[], z.core.$ZodTypeInternals<({
|
|
218286
218286
|
transition_id: string;
|
|
218287
218287
|
from_state_id: string;
|
|
218288
218288
|
to_state_id: string;
|
|
@@ -218344,7 +218344,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218344
218344
|
transition_mode: "instant" | "animated";
|
|
218345
218345
|
duration_ms?: number;
|
|
218346
218346
|
preserve_playback?: boolean;
|
|
218347
|
-
})[]
|
|
218347
|
+
})[], ({
|
|
218348
218348
|
transition_id: string;
|
|
218349
218349
|
from_state_id: string;
|
|
218350
218350
|
to_state_id: string;
|
|
@@ -218406,8 +218406,8 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218406
218406
|
transition_mode: "instant" | "animated";
|
|
218407
218407
|
duration_ms?: number;
|
|
218408
218408
|
preserve_playback?: boolean;
|
|
218409
|
-
})[]
|
|
218410
|
-
clickthrough: z.ZodType<"none" | "required" | "optional"
|
|
218409
|
+
})[]>>>;
|
|
218410
|
+
clickthrough: z.ZodOptional<z.ZodType<"none" | "required" | "optional", "none" | "required" | "optional", z.core.$ZodTypeInternals<"none" | "required" | "optional", "none" | "required" | "optional">>>;
|
|
218411
218411
|
user_controls: z.ZodType<{
|
|
218412
218412
|
dismissible: boolean;
|
|
218413
218413
|
user_collapsible: boolean;
|
|
@@ -218421,29 +218421,29 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218421
218421
|
dismissible: boolean;
|
|
218422
218422
|
user_collapsible: boolean;
|
|
218423
218423
|
}>>;
|
|
218424
|
-
canvas_constraints: z.ZodType<import("./core.generated").CanvasConstraint[]
|
|
218425
|
-
duration_ms_range: z.ZodType<(number | null)[]
|
|
218426
|
-
duration_ms_exact: z.ZodType<number
|
|
218427
|
-
aspect_ratio: z.ZodType<string
|
|
218428
|
-
containers: z.ZodType<("mp4" | "webm" | "mov")[]
|
|
218429
|
-
video_playback: z.ZodType<"none" | "auto_muted" | "user_initiated"
|
|
218430
|
-
max_initial_load_kb: z.ZodType<number
|
|
218431
|
-
max_subload_kb: z.ZodType<number
|
|
218432
|
-
polite_load: z.ZodType<boolean
|
|
218424
|
+
canvas_constraints: z.ZodOptional<z.ZodType<import("./core.generated").CanvasConstraint[], import("./core.generated").CanvasConstraint[], z.core.$ZodTypeInternals<import("./core.generated").CanvasConstraint[], import("./core.generated").CanvasConstraint[]>>>;
|
|
218425
|
+
duration_ms_range: z.ZodOptional<z.ZodType<(number | null)[], (number | null)[], z.core.$ZodTypeInternals<(number | null)[], (number | null)[]>>>;
|
|
218426
|
+
duration_ms_exact: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
218427
|
+
aspect_ratio: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
218428
|
+
containers: z.ZodOptional<z.ZodType<("mp4" | "webm" | "mov")[], ("mp4" | "webm" | "mov")[], z.core.$ZodTypeInternals<("mp4" | "webm" | "mov")[], ("mp4" | "webm" | "mov")[]>>>;
|
|
218429
|
+
video_playback: z.ZodOptional<z.ZodType<"none" | "auto_muted" | "user_initiated", "none" | "auto_muted" | "user_initiated", z.core.$ZodTypeInternals<"none" | "auto_muted" | "user_initiated", "none" | "auto_muted" | "user_initiated">>>;
|
|
218430
|
+
max_initial_load_kb: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
218431
|
+
max_subload_kb: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
218432
|
+
polite_load: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
218433
218433
|
}, z.core.$loose> & z.ZodType<CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>>>;
|
|
218434
218434
|
}, z.core.$loose>, z.ZodObject<{
|
|
218435
218435
|
format_kind: z.ZodLiteral<"coordinated_placements">;
|
|
218436
218436
|
params: z.ZodObject<{
|
|
218437
|
-
experimental: z.ZodType<boolean
|
|
218438
|
-
deprecated: z.ZodType<boolean
|
|
218439
|
-
v1_translatable: z.ZodType<boolean
|
|
218440
|
-
since_version: z.ZodType<string
|
|
218441
|
-
migration_target_version: z.ZodType<string
|
|
218442
|
-
composition_model: z.ZodType<"deterministic" | "algorithmic"
|
|
218443
|
-
provenance_required: z.ZodType<boolean
|
|
218444
|
-
platform_extensions: z.ZodType<import("./core.generated").PlatformExtensionReference[]
|
|
218445
|
-
synthesis_nondeterministic: z.ZodType<boolean
|
|
218446
|
-
slots: z.ZodType<{
|
|
218437
|
+
experimental: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
218438
|
+
deprecated: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
218439
|
+
v1_translatable: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
218440
|
+
since_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
218441
|
+
migration_target_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
218442
|
+
composition_model: z.ZodOptional<z.ZodType<"deterministic" | "algorithmic", "deterministic" | "algorithmic", z.core.$ZodTypeInternals<"deterministic" | "algorithmic", "deterministic" | "algorithmic">>>;
|
|
218443
|
+
provenance_required: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
218444
|
+
platform_extensions: z.ZodOptional<z.ZodType<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[], z.core.$ZodTypeInternals<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[]>>>;
|
|
218445
|
+
synthesis_nondeterministic: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
218446
|
+
slots: z.ZodOptional<z.ZodType<{
|
|
218447
218447
|
asset_group_id: string;
|
|
218448
218448
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218449
218449
|
required?: boolean;
|
|
@@ -218457,7 +218457,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218457
218457
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218458
218458
|
description?: string;
|
|
218459
218459
|
consumed_for_production?: boolean;
|
|
218460
|
-
}[]
|
|
218460
|
+
}[], {
|
|
218461
218461
|
asset_group_id: string;
|
|
218462
218462
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218463
218463
|
required?: boolean;
|
|
@@ -218471,7 +218471,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218471
218471
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218472
218472
|
description?: string;
|
|
218473
218473
|
consumed_for_production?: boolean;
|
|
218474
|
-
}[]
|
|
218474
|
+
}[], z.core.$ZodTypeInternals<{
|
|
218475
218475
|
asset_group_id: string;
|
|
218476
218476
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218477
218477
|
required?: boolean;
|
|
@@ -218485,7 +218485,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218485
218485
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218486
218486
|
description?: string;
|
|
218487
218487
|
consumed_for_production?: boolean;
|
|
218488
|
-
}[]
|
|
218488
|
+
}[], {
|
|
218489
218489
|
asset_group_id: string;
|
|
218490
218490
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218491
218491
|
required?: boolean;
|
|
@@ -218499,8 +218499,8 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218499
218499
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
218500
218500
|
description?: string;
|
|
218501
218501
|
consumed_for_production?: boolean;
|
|
218502
|
-
}[]
|
|
218503
|
-
required_connections: z.ZodType<{
|
|
218502
|
+
}[]>>>;
|
|
218503
|
+
required_connections: z.ZodOptional<z.ZodType<{
|
|
218504
218504
|
provider?: string;
|
|
218505
218505
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218506
218506
|
required_for?: string[];
|
|
@@ -218518,7 +218518,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218518
218518
|
authorization_url?: string;
|
|
218519
218519
|
authorization_instructions?: string;
|
|
218520
218520
|
expires_at?: string;
|
|
218521
|
-
}[]
|
|
218521
|
+
}[], {
|
|
218522
218522
|
provider?: string;
|
|
218523
218523
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218524
218524
|
required_for?: string[];
|
|
@@ -218536,7 +218536,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218536
218536
|
authorization_url?: string;
|
|
218537
218537
|
authorization_instructions?: string;
|
|
218538
218538
|
expires_at?: string;
|
|
218539
|
-
}[]
|
|
218539
|
+
}[], z.core.$ZodTypeInternals<{
|
|
218540
218540
|
provider?: string;
|
|
218541
218541
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218542
218542
|
required_for?: string[];
|
|
@@ -218554,7 +218554,7 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218554
218554
|
authorization_url?: string;
|
|
218555
218555
|
authorization_instructions?: string;
|
|
218556
218556
|
expires_at?: string;
|
|
218557
|
-
}[]
|
|
218557
|
+
}[], {
|
|
218558
218558
|
provider?: string;
|
|
218559
218559
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
218560
218560
|
required_for?: string[];
|
|
@@ -218572,9 +218572,9 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218572
218572
|
authorization_url?: string;
|
|
218573
218573
|
authorization_instructions?: string;
|
|
218574
218574
|
expires_at?: string;
|
|
218575
|
-
}[]
|
|
218576
|
-
reference_mutability: z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck"
|
|
218577
|
-
production_window_business_days: z.ZodType<number
|
|
218575
|
+
}[]>>>;
|
|
218576
|
+
reference_mutability: z.ZodOptional<z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", z.core.$ZodTypeInternals<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck">>>;
|
|
218577
|
+
production_window_business_days: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
218578
218578
|
components: z.ZodType<({} | {
|
|
218579
218579
|
format_kind: "image";
|
|
218580
218580
|
params?: import("./core.generated").CanonicalFormatImage;
|
|
@@ -218732,35 +218732,35 @@ export declare const InlineDeclarationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
218732
218732
|
format_kind: "seller_rendered_stateful_display";
|
|
218733
218733
|
params?: CanonicalFormatSellerRenderedStatefulDisplay;
|
|
218734
218734
|
})[]>>;
|
|
218735
|
-
shared_slots: z.ZodType<{
|
|
218735
|
+
shared_slots: z.ZodOptional<z.ZodType<{
|
|
218736
218736
|
asset_group_id: string;
|
|
218737
218737
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218738
218738
|
required?: boolean;
|
|
218739
218739
|
min?: number;
|
|
218740
218740
|
max?: number;
|
|
218741
218741
|
consumed_by: string[];
|
|
218742
|
-
}[]
|
|
218742
|
+
}[], {
|
|
218743
218743
|
asset_group_id: string;
|
|
218744
218744
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218745
218745
|
required?: boolean;
|
|
218746
218746
|
min?: number;
|
|
218747
218747
|
max?: number;
|
|
218748
218748
|
consumed_by: string[];
|
|
218749
|
-
}[]
|
|
218749
|
+
}[], z.core.$ZodTypeInternals<{
|
|
218750
218750
|
asset_group_id: string;
|
|
218751
218751
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218752
218752
|
required?: boolean;
|
|
218753
218753
|
min?: number;
|
|
218754
218754
|
max?: number;
|
|
218755
218755
|
consumed_by: string[];
|
|
218756
|
-
}[]
|
|
218756
|
+
}[], {
|
|
218757
218757
|
asset_group_id: string;
|
|
218758
218758
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
218759
218759
|
required?: boolean;
|
|
218760
218760
|
min?: number;
|
|
218761
218761
|
max?: number;
|
|
218762
218762
|
consumed_by: string[];
|
|
218763
|
-
}[]
|
|
218763
|
+
}[]>>>;
|
|
218764
218764
|
}, z.core.$loose> & z.ZodType<CanonicalFormatCoordinatedPlacements & Record<string, unknown>, CanonicalFormatCoordinatedPlacements & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalFormatCoordinatedPlacements & Record<string, unknown>, CanonicalFormatCoordinatedPlacements & Record<string, unknown>>>;
|
|
218765
218765
|
}, z.core.$loose>, z.ZodObject<{
|
|
218766
218766
|
format_kind: z.ZodLiteral<"custom">;
|
|
@@ -221483,198 +221483,146 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221483
221483
|
product_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
221484
221484
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
221485
221485
|
description: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
221486
|
-
publisher_properties: z.ZodType<
|
|
221487
|
-
|
|
221488
|
-
|
|
221489
|
-
|
|
221490
|
-
|
|
221491
|
-
|
|
221492
|
-
|
|
221493
|
-
|
|
221494
|
-
|
|
221495
|
-
publisher_domain?: string;
|
|
221496
|
-
publisher_domains?: string[];
|
|
221497
|
-
selection_type: "by_tag";
|
|
221498
|
-
property_tags: import("./core.generated").PropertyTag[];
|
|
221499
|
-
})[], ({
|
|
221500
|
-
publisher_domain?: string;
|
|
221501
|
-
publisher_domains?: string[];
|
|
221502
|
-
selection_type: "all";
|
|
221503
|
-
} | {
|
|
221504
|
-
publisher_domain: string;
|
|
221505
|
-
selection_type: "by_id";
|
|
221506
|
-
property_ids: import("./core.generated").PropertyID[];
|
|
221507
|
-
} | {
|
|
221508
|
-
publisher_domain?: string;
|
|
221509
|
-
publisher_domains?: string[];
|
|
221510
|
-
selection_type: "by_tag";
|
|
221511
|
-
property_tags: import("./core.generated").PropertyTag[];
|
|
221512
|
-
})[], z.core.$ZodTypeInternals<({
|
|
221513
|
-
publisher_domain?: string;
|
|
221514
|
-
publisher_domains?: string[];
|
|
221515
|
-
selection_type: "all";
|
|
221516
|
-
} | {
|
|
221517
|
-
publisher_domain: string;
|
|
221518
|
-
selection_type: "by_id";
|
|
221519
|
-
property_ids: import("./core.generated").PropertyID[];
|
|
221520
|
-
} | {
|
|
221521
|
-
publisher_domain?: string;
|
|
221522
|
-
publisher_domains?: string[];
|
|
221523
|
-
selection_type: "by_tag";
|
|
221524
|
-
property_tags: import("./core.generated").PropertyTag[];
|
|
221525
|
-
})[], ({
|
|
221526
|
-
publisher_domain?: string;
|
|
221527
|
-
publisher_domains?: string[];
|
|
221528
|
-
selection_type: "all";
|
|
221529
|
-
} | {
|
|
221530
|
-
publisher_domain: string;
|
|
221531
|
-
selection_type: "by_id";
|
|
221532
|
-
property_ids: import("./core.generated").PropertyID[];
|
|
221533
|
-
} | {
|
|
221534
|
-
publisher_domain?: string;
|
|
221535
|
-
publisher_domains?: string[];
|
|
221536
|
-
selection_type: "by_tag";
|
|
221537
|
-
property_tags: import("./core.generated").PropertyTag[];
|
|
221538
|
-
})[]>>;
|
|
221539
|
-
channels: z.ZodType<import("./core.generated").MediaChannel[] | undefined, import("./core.generated").MediaChannel[] | undefined, z.core.$ZodTypeInternals<import("./core.generated").MediaChannel[] | undefined, import("./core.generated").MediaChannel[] | undefined>>;
|
|
221540
|
-
format_ids: z.ZodType<import("./core.generated").FormatReferenceStructuredObject[] | undefined, import("./core.generated").FormatReferenceStructuredObject[] | undefined, z.core.$ZodTypeInternals<import("./core.generated").FormatReferenceStructuredObject[] | undefined, import("./core.generated").FormatReferenceStructuredObject[] | undefined>>;
|
|
221541
|
-
format_options: z.ZodType<[ProductFormatDeclaration, ...ProductFormatDeclaration[]] | undefined, [ProductFormatDeclaration, ...ProductFormatDeclaration[]] | undefined, z.core.$ZodTypeInternals<[ProductFormatDeclaration, ...ProductFormatDeclaration[]] | undefined, [ProductFormatDeclaration, ...ProductFormatDeclaration[]] | undefined>>;
|
|
221542
|
-
placements: z.ZodType<[Placement, ...Placement[]] | undefined, [Placement, ...Placement[]] | undefined, z.core.$ZodTypeInternals<[Placement, ...Placement[]] | undefined, [Placement, ...Placement[]] | undefined>>;
|
|
221543
|
-
video_placement_types: z.ZodType<[import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]] | undefined, [import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]] | undefined, z.core.$ZodTypeInternals<[import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]] | undefined, [import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]] | undefined>>;
|
|
221544
|
-
audio_distribution_types: z.ZodType<[import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]] | undefined, [import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]] | undefined, z.core.$ZodTypeInternals<[import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]] | undefined, [import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]] | undefined>>;
|
|
221545
|
-
sponsored_placement_types: z.ZodType<[import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]] | undefined, [import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]] | undefined, z.core.$ZodTypeInternals<[import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]] | undefined, [import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]] | undefined>>;
|
|
221546
|
-
social_placement_surfaces: z.ZodType<[import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]] | undefined, [import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]] | undefined, z.core.$ZodTypeInternals<[import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]] | undefined, [import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]] | undefined>>;
|
|
221486
|
+
publisher_properties: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
221487
|
+
channels: z.ZodOptional<z.ZodType<import("./core.generated").MediaChannel[], import("./core.generated").MediaChannel[], z.core.$ZodTypeInternals<import("./core.generated").MediaChannel[], import("./core.generated").MediaChannel[]>>>;
|
|
221488
|
+
format_ids: z.ZodOptional<z.ZodType<import("./core.generated").FormatReferenceStructuredObject[], import("./core.generated").FormatReferenceStructuredObject[], z.core.$ZodTypeInternals<import("./core.generated").FormatReferenceStructuredObject[], import("./core.generated").FormatReferenceStructuredObject[]>>>;
|
|
221489
|
+
format_options: z.ZodOptional<z.ZodType<[ProductFormatDeclaration, ...ProductFormatDeclaration[]], [ProductFormatDeclaration, ...ProductFormatDeclaration[]], z.core.$ZodTypeInternals<[ProductFormatDeclaration, ...ProductFormatDeclaration[]], [ProductFormatDeclaration, ...ProductFormatDeclaration[]]>>>;
|
|
221490
|
+
placements: z.ZodOptional<z.ZodType<[Placement, ...Placement[]], [Placement, ...Placement[]], z.core.$ZodTypeInternals<[Placement, ...Placement[]], [Placement, ...Placement[]]>>>;
|
|
221491
|
+
video_placement_types: z.ZodOptional<z.ZodType<[import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]], [import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]], z.core.$ZodTypeInternals<[import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]], [import("./core.generated").VideoPlacementType, ...import("./core.generated").VideoPlacementType[]]>>>;
|
|
221492
|
+
audio_distribution_types: z.ZodOptional<z.ZodType<[import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]], [import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]], z.core.$ZodTypeInternals<[import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]], [import("./core.generated").AudioDistributionType, ...import("./core.generated").AudioDistributionType[]]>>>;
|
|
221493
|
+
sponsored_placement_types: z.ZodOptional<z.ZodType<[import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]], [import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]], z.core.$ZodTypeInternals<[import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]], [import("./core.generated").SponsoredPlacementType, ...import("./core.generated").SponsoredPlacementType[]]>>>;
|
|
221494
|
+
social_placement_surfaces: z.ZodOptional<z.ZodType<[import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]], [import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]], z.core.$ZodTypeInternals<[import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]], [import("./core.generated").SocialPlacementSurface, ...import("./core.generated").SocialPlacementSurface[]]>>>;
|
|
221547
221495
|
delivery_type: z.ZodType<import("./core.generated").DeliveryType, import("./core.generated").DeliveryType, z.core.$ZodTypeInternals<import("./core.generated").DeliveryType, import("./core.generated").DeliveryType>>;
|
|
221548
|
-
exclusivity: z.ZodType<import("./core.generated").Exclusivity
|
|
221496
|
+
exclusivity: z.ZodOptional<z.ZodType<import("./core.generated").Exclusivity, import("./core.generated").Exclusivity, z.core.$ZodTypeInternals<import("./core.generated").Exclusivity, import("./core.generated").Exclusivity>>>;
|
|
221549
221497
|
pricing_options: z.ZodType<[import("./tools.generated").PricingOption, ...import("./tools.generated").PricingOption[]], [import("./tools.generated").PricingOption, ...import("./tools.generated").PricingOption[]], z.core.$ZodTypeInternals<[import("./tools.generated").PricingOption, ...import("./tools.generated").PricingOption[]], [import("./tools.generated").PricingOption, ...import("./tools.generated").PricingOption[]]>>;
|
|
221550
|
-
forecast: z.ZodType<import("./tools.generated").DeliveryForecast
|
|
221551
|
-
outcome_measurement: z.ZodType<import("./tools.generated").OutcomeMeasurement
|
|
221552
|
-
delivery_measurement: z.ZodType<{
|
|
221498
|
+
forecast: z.ZodOptional<z.ZodType<import("./tools.generated").DeliveryForecast, import("./tools.generated").DeliveryForecast, z.core.$ZodTypeInternals<import("./tools.generated").DeliveryForecast, import("./tools.generated").DeliveryForecast>>>;
|
|
221499
|
+
outcome_measurement: z.ZodOptional<z.ZodType<import("./tools.generated").OutcomeMeasurement, import("./tools.generated").OutcomeMeasurement, z.core.$ZodTypeInternals<import("./tools.generated").OutcomeMeasurement, import("./tools.generated").OutcomeMeasurement>>>;
|
|
221500
|
+
delivery_measurement: z.ZodOptional<z.ZodType<{
|
|
221553
221501
|
vendors?: [import("./core.generated").BrandReference, ...import("./core.generated").BrandReference[]];
|
|
221554
221502
|
provider?: string;
|
|
221555
221503
|
notes?: string;
|
|
221556
|
-
}
|
|
221504
|
+
}, {
|
|
221557
221505
|
vendors?: [import("./core.generated").BrandReference, ...import("./core.generated").BrandReference[]];
|
|
221558
221506
|
provider?: string;
|
|
221559
221507
|
notes?: string;
|
|
221560
|
-
}
|
|
221508
|
+
}, z.core.$ZodTypeInternals<{
|
|
221561
221509
|
vendors?: [import("./core.generated").BrandReference, ...import("./core.generated").BrandReference[]];
|
|
221562
221510
|
provider?: string;
|
|
221563
221511
|
notes?: string;
|
|
221564
|
-
}
|
|
221512
|
+
}, {
|
|
221565
221513
|
vendors?: [import("./core.generated").BrandReference, ...import("./core.generated").BrandReference[]];
|
|
221566
221514
|
provider?: string;
|
|
221567
221515
|
notes?: string;
|
|
221568
|
-
}
|
|
221569
|
-
measurement_terms: z.ZodType<import("./core.generated").MeasurementTerms
|
|
221570
|
-
performance_standards: z.ZodType<[import("./tools.generated").PerformanceStandard, ...import("./tools.generated").PerformanceStandard[]]
|
|
221571
|
-
cancellation_policy: z.ZodType<import("./core.generated").CancellationPolicy
|
|
221572
|
-
allowed_actions: z.ZodType<[import("./tools.generated").ProductAllowedAction, ...import("./tools.generated").ProductAllowedAction[]]
|
|
221516
|
+
}>>>;
|
|
221517
|
+
measurement_terms: z.ZodOptional<z.ZodType<import("./core.generated").MeasurementTerms, import("./core.generated").MeasurementTerms, z.core.$ZodTypeInternals<import("./core.generated").MeasurementTerms, import("./core.generated").MeasurementTerms>>>;
|
|
221518
|
+
performance_standards: z.ZodOptional<z.ZodType<[import("./tools.generated").PerformanceStandard, ...import("./tools.generated").PerformanceStandard[]], [import("./tools.generated").PerformanceStandard, ...import("./tools.generated").PerformanceStandard[]], z.core.$ZodTypeInternals<[import("./tools.generated").PerformanceStandard, ...import("./tools.generated").PerformanceStandard[]], [import("./tools.generated").PerformanceStandard, ...import("./tools.generated").PerformanceStandard[]]>>>;
|
|
221519
|
+
cancellation_policy: z.ZodOptional<z.ZodType<import("./core.generated").CancellationPolicy, import("./core.generated").CancellationPolicy, z.core.$ZodTypeInternals<import("./core.generated").CancellationPolicy, import("./core.generated").CancellationPolicy>>>;
|
|
221520
|
+
allowed_actions: z.ZodOptional<z.ZodType<[import("./tools.generated").ProductAllowedAction, ...import("./tools.generated").ProductAllowedAction[]], [import("./tools.generated").ProductAllowedAction, ...import("./tools.generated").ProductAllowedAction[]], z.core.$ZodTypeInternals<[import("./tools.generated").ProductAllowedAction, ...import("./tools.generated").ProductAllowedAction[]], [import("./tools.generated").ProductAllowedAction, ...import("./tools.generated").ProductAllowedAction[]]>>>;
|
|
221573
221521
|
reporting_capabilities: z.ZodType<import("./tools.generated").ReportingCapabilities, import("./tools.generated").ReportingCapabilities, z.core.$ZodTypeInternals<import("./tools.generated").ReportingCapabilities, import("./tools.generated").ReportingCapabilities>>;
|
|
221574
|
-
creative_policy: z.ZodType<import("./tools.generated").CreativePolicy
|
|
221575
|
-
is_custom: z.ZodType<boolean
|
|
221576
|
-
property_targeting_allowed: z.ZodType<boolean
|
|
221577
|
-
data_provider_signals: z.ZodType<import("./tools.generated").DataProviderSignalSelector[]
|
|
221578
|
-
included_signals: z.ZodType<[import("./tools.generated").SignalListing, ...import("./tools.generated").SignalListing[]]
|
|
221579
|
-
signal_targeting_options: z.ZodType<[import("./tools.generated").ProductSignalTargetingOption, ...import("./tools.generated").ProductSignalTargetingOption[]]
|
|
221580
|
-
signal_targeting_rules: z.ZodType<import("./tools.generated").SignalTargetingRules
|
|
221581
|
-
signal_targeting_allowed: z.ZodType<boolean
|
|
221582
|
-
demographic_targeting: z.ZodType<import("./tools.generated").DemographicTargetingCapability
|
|
221583
|
-
overlay_support: z.ZodType<import("./core.generated").TargetingOverlaySupport
|
|
221584
|
-
targeting_resolution: z.ZodType<import("./tools.generated").ProductTargetingResolution
|
|
221585
|
-
audience_evidence: z.ZodType<[import("./tools.generated").AudienceEvidence, ...import("./tools.generated").AudienceEvidence[]]
|
|
221586
|
-
audience_evidence_selections: z.ZodType<[import("./tools.generated").AudienceEvidenceSelection, ...import("./tools.generated").AudienceEvidenceSelection[]]
|
|
221587
|
-
catalog_types: z.ZodType<[import("./core.generated").CatalogType, ...import("./core.generated").CatalogType[]]
|
|
221588
|
-
metric_optimization: z.ZodType<{
|
|
221522
|
+
creative_policy: z.ZodOptional<z.ZodType<import("./tools.generated").CreativePolicy, import("./tools.generated").CreativePolicy, z.core.$ZodTypeInternals<import("./tools.generated").CreativePolicy, import("./tools.generated").CreativePolicy>>>;
|
|
221523
|
+
is_custom: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
221524
|
+
property_targeting_allowed: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
221525
|
+
data_provider_signals: z.ZodOptional<z.ZodType<import("./tools.generated").DataProviderSignalSelector[], import("./tools.generated").DataProviderSignalSelector[], z.core.$ZodTypeInternals<import("./tools.generated").DataProviderSignalSelector[], import("./tools.generated").DataProviderSignalSelector[]>>>;
|
|
221526
|
+
included_signals: z.ZodOptional<z.ZodType<[import("./tools.generated").SignalListing, ...import("./tools.generated").SignalListing[]], [import("./tools.generated").SignalListing, ...import("./tools.generated").SignalListing[]], z.core.$ZodTypeInternals<[import("./tools.generated").SignalListing, ...import("./tools.generated").SignalListing[]], [import("./tools.generated").SignalListing, ...import("./tools.generated").SignalListing[]]>>>;
|
|
221527
|
+
signal_targeting_options: z.ZodOptional<z.ZodType<[import("./tools.generated").ProductSignalTargetingOption, ...import("./tools.generated").ProductSignalTargetingOption[]], [import("./tools.generated").ProductSignalTargetingOption, ...import("./tools.generated").ProductSignalTargetingOption[]], z.core.$ZodTypeInternals<[import("./tools.generated").ProductSignalTargetingOption, ...import("./tools.generated").ProductSignalTargetingOption[]], [import("./tools.generated").ProductSignalTargetingOption, ...import("./tools.generated").ProductSignalTargetingOption[]]>>>;
|
|
221528
|
+
signal_targeting_rules: z.ZodOptional<z.ZodType<import("./tools.generated").SignalTargetingRules, import("./tools.generated").SignalTargetingRules, z.core.$ZodTypeInternals<import("./tools.generated").SignalTargetingRules, import("./tools.generated").SignalTargetingRules>>>;
|
|
221529
|
+
signal_targeting_allowed: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
221530
|
+
demographic_targeting: z.ZodOptional<z.ZodType<import("./tools.generated").DemographicTargetingCapability, import("./tools.generated").DemographicTargetingCapability, z.core.$ZodTypeInternals<import("./tools.generated").DemographicTargetingCapability, import("./tools.generated").DemographicTargetingCapability>>>;
|
|
221531
|
+
overlay_support: z.ZodOptional<z.ZodType<import("./core.generated").TargetingOverlaySupport, import("./core.generated").TargetingOverlaySupport, z.core.$ZodTypeInternals<import("./core.generated").TargetingOverlaySupport, import("./core.generated").TargetingOverlaySupport>>>;
|
|
221532
|
+
targeting_resolution: z.ZodOptional<z.ZodType<import("./tools.generated").ProductTargetingResolution, import("./tools.generated").ProductTargetingResolution, z.core.$ZodTypeInternals<import("./tools.generated").ProductTargetingResolution, import("./tools.generated").ProductTargetingResolution>>>;
|
|
221533
|
+
audience_evidence: z.ZodOptional<z.ZodType<[import("./tools.generated").AudienceEvidence, ...import("./tools.generated").AudienceEvidence[]], [import("./tools.generated").AudienceEvidence, ...import("./tools.generated").AudienceEvidence[]], z.core.$ZodTypeInternals<[import("./tools.generated").AudienceEvidence, ...import("./tools.generated").AudienceEvidence[]], [import("./tools.generated").AudienceEvidence, ...import("./tools.generated").AudienceEvidence[]]>>>;
|
|
221534
|
+
audience_evidence_selections: z.ZodOptional<z.ZodType<[import("./tools.generated").AudienceEvidenceSelection, ...import("./tools.generated").AudienceEvidenceSelection[]], [import("./tools.generated").AudienceEvidenceSelection, ...import("./tools.generated").AudienceEvidenceSelection[]], z.core.$ZodTypeInternals<[import("./tools.generated").AudienceEvidenceSelection, ...import("./tools.generated").AudienceEvidenceSelection[]], [import("./tools.generated").AudienceEvidenceSelection, ...import("./tools.generated").AudienceEvidenceSelection[]]>>>;
|
|
221535
|
+
catalog_types: z.ZodOptional<z.ZodType<[import("./core.generated").CatalogType, ...import("./core.generated").CatalogType[]], [import("./core.generated").CatalogType, ...import("./core.generated").CatalogType[]], z.core.$ZodTypeInternals<[import("./core.generated").CatalogType, ...import("./core.generated").CatalogType[]], [import("./core.generated").CatalogType, ...import("./core.generated").CatalogType[]]>>>;
|
|
221536
|
+
metric_optimization: z.ZodOptional<z.ZodType<{
|
|
221589
221537
|
supported_metrics: [("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach"), ...("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach")[]];
|
|
221590
221538
|
supported_reach_units?: [import("./core.generated").ReachUnit, ...import("./core.generated").ReachUnit[]];
|
|
221591
221539
|
supported_view_durations?: number[];
|
|
221592
221540
|
supported_targets?: ("cost_per" | "threshold_rate")[];
|
|
221593
|
-
}
|
|
221541
|
+
}, {
|
|
221594
221542
|
supported_metrics: [("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach"), ...("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach")[]];
|
|
221595
221543
|
supported_reach_units?: [import("./core.generated").ReachUnit, ...import("./core.generated").ReachUnit[]];
|
|
221596
221544
|
supported_view_durations?: number[];
|
|
221597
221545
|
supported_targets?: ("cost_per" | "threshold_rate")[];
|
|
221598
|
-
}
|
|
221546
|
+
}, z.core.$ZodTypeInternals<{
|
|
221599
221547
|
supported_metrics: [("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach"), ...("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach")[]];
|
|
221600
221548
|
supported_reach_units?: [import("./core.generated").ReachUnit, ...import("./core.generated").ReachUnit[]];
|
|
221601
221549
|
supported_view_durations?: number[];
|
|
221602
221550
|
supported_targets?: ("cost_per" | "threshold_rate")[];
|
|
221603
|
-
}
|
|
221551
|
+
}, {
|
|
221604
221552
|
supported_metrics: [("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach"), ...("clicks" | "views" | "completed_views" | "viewed_seconds" | "attention_seconds" | "attention_score" | "engagements" | "follows" | "saves" | "profile_visits" | "reach")[]];
|
|
221605
221553
|
supported_reach_units?: [import("./core.generated").ReachUnit, ...import("./core.generated").ReachUnit[]];
|
|
221606
221554
|
supported_view_durations?: number[];
|
|
221607
221555
|
supported_targets?: ("cost_per" | "threshold_rate")[];
|
|
221608
|
-
}
|
|
221609
|
-
vendor_metric_optimization: z.ZodType<import("./tools.generated").VendorMetricOptimization
|
|
221610
|
-
max_optimization_goals: z.ZodType<number
|
|
221611
|
-
measurement_readiness: z.ZodType<import("./tools.generated").MeasurementReadiness
|
|
221612
|
-
conversion_tracking: z.ZodType<{
|
|
221556
|
+
}>>>;
|
|
221557
|
+
vendor_metric_optimization: z.ZodOptional<z.ZodType<import("./tools.generated").VendorMetricOptimization, import("./tools.generated").VendorMetricOptimization, z.core.$ZodTypeInternals<import("./tools.generated").VendorMetricOptimization, import("./tools.generated").VendorMetricOptimization>>>;
|
|
221558
|
+
max_optimization_goals: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
221559
|
+
measurement_readiness: z.ZodOptional<z.ZodType<import("./tools.generated").MeasurementReadiness, import("./tools.generated").MeasurementReadiness, z.core.$ZodTypeInternals<import("./tools.generated").MeasurementReadiness, import("./tools.generated").MeasurementReadiness>>>;
|
|
221560
|
+
conversion_tracking: z.ZodOptional<z.ZodType<{
|
|
221613
221561
|
action_sources?: [import("./core.generated").ActionSource, ...import("./core.generated").ActionSource[]];
|
|
221614
221562
|
supported_targets?: ["cost_per" | "per_ad_spend" | "maximize_value", ...("cost_per" | "per_ad_spend" | "maximize_value")[]];
|
|
221615
221563
|
platform_managed?: boolean;
|
|
221616
|
-
}
|
|
221564
|
+
}, {
|
|
221617
221565
|
action_sources?: [import("./core.generated").ActionSource, ...import("./core.generated").ActionSource[]];
|
|
221618
221566
|
supported_targets?: ["cost_per" | "per_ad_spend" | "maximize_value", ...("cost_per" | "per_ad_spend" | "maximize_value")[]];
|
|
221619
221567
|
platform_managed?: boolean;
|
|
221620
|
-
}
|
|
221568
|
+
}, z.core.$ZodTypeInternals<{
|
|
221621
221569
|
action_sources?: [import("./core.generated").ActionSource, ...import("./core.generated").ActionSource[]];
|
|
221622
221570
|
supported_targets?: ["cost_per" | "per_ad_spend" | "maximize_value", ...("cost_per" | "per_ad_spend" | "maximize_value")[]];
|
|
221623
221571
|
platform_managed?: boolean;
|
|
221624
|
-
}
|
|
221572
|
+
}, {
|
|
221625
221573
|
action_sources?: [import("./core.generated").ActionSource, ...import("./core.generated").ActionSource[]];
|
|
221626
221574
|
supported_targets?: ["cost_per" | "per_ad_spend" | "maximize_value", ...("cost_per" | "per_ad_spend" | "maximize_value")[]];
|
|
221627
221575
|
platform_managed?: boolean;
|
|
221628
|
-
}
|
|
221629
|
-
catalog_match: z.ZodType<{
|
|
221576
|
+
}>>>;
|
|
221577
|
+
catalog_match: z.ZodOptional<z.ZodType<{
|
|
221630
221578
|
matched_gtins?: string[];
|
|
221631
221579
|
matched_ids?: string[];
|
|
221632
221580
|
matched_count?: number;
|
|
221633
221581
|
submitted_count: number;
|
|
221634
|
-
}
|
|
221582
|
+
}, {
|
|
221635
221583
|
matched_gtins?: string[];
|
|
221636
221584
|
matched_ids?: string[];
|
|
221637
221585
|
matched_count?: number;
|
|
221638
221586
|
submitted_count: number;
|
|
221639
|
-
}
|
|
221587
|
+
}, z.core.$ZodTypeInternals<{
|
|
221640
221588
|
matched_gtins?: string[];
|
|
221641
221589
|
matched_ids?: string[];
|
|
221642
221590
|
matched_count?: number;
|
|
221643
221591
|
submitted_count: number;
|
|
221644
|
-
}
|
|
221592
|
+
}, {
|
|
221645
221593
|
matched_gtins?: string[];
|
|
221646
221594
|
matched_ids?: string[];
|
|
221647
221595
|
matched_count?: number;
|
|
221648
221596
|
submitted_count: number;
|
|
221649
|
-
}
|
|
221650
|
-
brief_relevance: z.ZodType<string
|
|
221651
|
-
expires_at: z.ZodType<string
|
|
221652
|
-
product_card: z.ZodType<{
|
|
221597
|
+
}>>>;
|
|
221598
|
+
brief_relevance: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
221599
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
221600
|
+
product_card: z.ZodOptional<z.ZodType<{
|
|
221653
221601
|
image?: import("./core.generated").ImageAsset;
|
|
221654
221602
|
title?: string;
|
|
221655
221603
|
description?: string;
|
|
221656
221604
|
price_label?: string;
|
|
221657
221605
|
cta_label?: string;
|
|
221658
|
-
}
|
|
221606
|
+
}, {
|
|
221659
221607
|
image?: import("./core.generated").ImageAsset;
|
|
221660
221608
|
title?: string;
|
|
221661
221609
|
description?: string;
|
|
221662
221610
|
price_label?: string;
|
|
221663
221611
|
cta_label?: string;
|
|
221664
|
-
}
|
|
221612
|
+
}, z.core.$ZodTypeInternals<{
|
|
221665
221613
|
image?: import("./core.generated").ImageAsset;
|
|
221666
221614
|
title?: string;
|
|
221667
221615
|
description?: string;
|
|
221668
221616
|
price_label?: string;
|
|
221669
221617
|
cta_label?: string;
|
|
221670
|
-
}
|
|
221618
|
+
}, {
|
|
221671
221619
|
image?: import("./core.generated").ImageAsset;
|
|
221672
221620
|
title?: string;
|
|
221673
221621
|
description?: string;
|
|
221674
221622
|
price_label?: string;
|
|
221675
221623
|
cta_label?: string;
|
|
221676
|
-
}
|
|
221677
|
-
product_card_detailed: z.ZodType<{
|
|
221624
|
+
}>>>;
|
|
221625
|
+
product_card_detailed: z.ZodOptional<z.ZodType<{
|
|
221678
221626
|
hero_image?: import("./core.generated").ImageAsset;
|
|
221679
221627
|
carousel_images?: import("./core.generated").ImageAsset[];
|
|
221680
221628
|
title?: string;
|
|
@@ -221686,7 +221634,7 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221686
221634
|
price_label?: string;
|
|
221687
221635
|
cta_label?: string;
|
|
221688
221636
|
reference_assets?: import("./tools.generated").ProductCardReferenceAsset[];
|
|
221689
|
-
}
|
|
221637
|
+
}, {
|
|
221690
221638
|
hero_image?: import("./core.generated").ImageAsset;
|
|
221691
221639
|
carousel_images?: import("./core.generated").ImageAsset[];
|
|
221692
221640
|
title?: string;
|
|
@@ -221698,7 +221646,7 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221698
221646
|
price_label?: string;
|
|
221699
221647
|
cta_label?: string;
|
|
221700
221648
|
reference_assets?: import("./tools.generated").ProductCardReferenceAsset[];
|
|
221701
|
-
}
|
|
221649
|
+
}, z.core.$ZodTypeInternals<{
|
|
221702
221650
|
hero_image?: import("./core.generated").ImageAsset;
|
|
221703
221651
|
carousel_images?: import("./core.generated").ImageAsset[];
|
|
221704
221652
|
title?: string;
|
|
@@ -221710,7 +221658,7 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221710
221658
|
price_label?: string;
|
|
221711
221659
|
cta_label?: string;
|
|
221712
221660
|
reference_assets?: import("./tools.generated").ProductCardReferenceAsset[];
|
|
221713
|
-
}
|
|
221661
|
+
}, {
|
|
221714
221662
|
hero_image?: import("./core.generated").ImageAsset;
|
|
221715
221663
|
carousel_images?: import("./core.generated").ImageAsset[];
|
|
221716
221664
|
title?: string;
|
|
@@ -221722,12 +221670,12 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221722
221670
|
price_label?: string;
|
|
221723
221671
|
cta_label?: string;
|
|
221724
221672
|
reference_assets?: import("./tools.generated").ProductCardReferenceAsset[];
|
|
221725
|
-
}
|
|
221726
|
-
collections: z.ZodType<[import("./tools.generated").CollectionSelector, ...import("./tools.generated").CollectionSelector[]]
|
|
221727
|
-
collection_targeting_allowed: z.ZodType<boolean
|
|
221728
|
-
installments: z.ZodType<import("./tools.generated").Installment[]
|
|
221729
|
-
enforced_policies: z.ZodType<string[]
|
|
221730
|
-
trusted_match: z.ZodType<{
|
|
221673
|
+
}>>>;
|
|
221674
|
+
collections: z.ZodOptional<z.ZodType<[import("./tools.generated").CollectionSelector, ...import("./tools.generated").CollectionSelector[]], [import("./tools.generated").CollectionSelector, ...import("./tools.generated").CollectionSelector[]], z.core.$ZodTypeInternals<[import("./tools.generated").CollectionSelector, ...import("./tools.generated").CollectionSelector[]], [import("./tools.generated").CollectionSelector, ...import("./tools.generated").CollectionSelector[]]>>>;
|
|
221675
|
+
collection_targeting_allowed: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
221676
|
+
installments: z.ZodOptional<z.ZodType<import("./tools.generated").Installment[], import("./tools.generated").Installment[], z.core.$ZodTypeInternals<import("./tools.generated").Installment[], import("./tools.generated").Installment[]>>>;
|
|
221677
|
+
enforced_policies: z.ZodOptional<z.ZodType<string[], string[], z.core.$ZodTypeInternals<string[], string[]>>>;
|
|
221678
|
+
trusted_match: z.ZodOptional<z.ZodType<{
|
|
221731
221679
|
context_match: boolean;
|
|
221732
221680
|
identity_match?: boolean;
|
|
221733
221681
|
response_types?: [import("./core.generated").TMPResponseType, ...import("./core.generated").TMPResponseType[]];
|
|
@@ -221745,7 +221693,7 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221745
221693
|
countries?: [string, ...string[]];
|
|
221746
221694
|
uid_types?: [import("./core.generated").UIDType, ...import("./core.generated").UIDType[]];
|
|
221747
221695
|
}[]];
|
|
221748
|
-
}
|
|
221696
|
+
}, {
|
|
221749
221697
|
context_match: boolean;
|
|
221750
221698
|
identity_match?: boolean;
|
|
221751
221699
|
response_types?: [import("./core.generated").TMPResponseType, ...import("./core.generated").TMPResponseType[]];
|
|
@@ -221763,7 +221711,7 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221763
221711
|
countries?: [string, ...string[]];
|
|
221764
221712
|
uid_types?: [import("./core.generated").UIDType, ...import("./core.generated").UIDType[]];
|
|
221765
221713
|
}[]];
|
|
221766
|
-
}
|
|
221714
|
+
}, z.core.$ZodTypeInternals<{
|
|
221767
221715
|
context_match: boolean;
|
|
221768
221716
|
identity_match?: boolean;
|
|
221769
221717
|
response_types?: [import("./core.generated").TMPResponseType, ...import("./core.generated").TMPResponseType[]];
|
|
@@ -221781,7 +221729,7 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221781
221729
|
countries?: [string, ...string[]];
|
|
221782
221730
|
uid_types?: [import("./core.generated").UIDType, ...import("./core.generated").UIDType[]];
|
|
221783
221731
|
}[]];
|
|
221784
|
-
}
|
|
221732
|
+
}, {
|
|
221785
221733
|
context_match: boolean;
|
|
221786
221734
|
identity_match?: boolean;
|
|
221787
221735
|
response_types?: [import("./core.generated").TMPResponseType, ...import("./core.generated").TMPResponseType[]];
|
|
@@ -221799,29 +221747,29 @@ export declare const Product1Schema: z.ZodObject<{
|
|
|
221799
221747
|
countries?: [string, ...string[]];
|
|
221800
221748
|
uid_types?: [import("./core.generated").UIDType, ...import("./core.generated").UIDType[]];
|
|
221801
221749
|
}[]];
|
|
221802
|
-
}
|
|
221803
|
-
material_submission: z.ZodType<{
|
|
221750
|
+
}>>>;
|
|
221751
|
+
material_submission: z.ZodOptional<z.ZodType<{
|
|
221804
221752
|
url?: string;
|
|
221805
221753
|
email?: string;
|
|
221806
221754
|
instructions?: string;
|
|
221807
221755
|
ext?: import("./core.generated").ExtensionObject;
|
|
221808
|
-
}
|
|
221756
|
+
}, {
|
|
221809
221757
|
url?: string;
|
|
221810
221758
|
email?: string;
|
|
221811
221759
|
instructions?: string;
|
|
221812
221760
|
ext?: import("./core.generated").ExtensionObject;
|
|
221813
|
-
}
|
|
221761
|
+
}, z.core.$ZodTypeInternals<{
|
|
221814
221762
|
url?: string;
|
|
221815
221763
|
email?: string;
|
|
221816
221764
|
instructions?: string;
|
|
221817
221765
|
ext?: import("./core.generated").ExtensionObject;
|
|
221818
|
-
}
|
|
221766
|
+
}, {
|
|
221819
221767
|
url?: string;
|
|
221820
221768
|
email?: string;
|
|
221821
221769
|
instructions?: string;
|
|
221822
221770
|
ext?: import("./core.generated").ExtensionObject;
|
|
221823
|
-
}
|
|
221824
|
-
ext: z.ZodType<import("./core.generated").ExtensionObject
|
|
221771
|
+
}>>>;
|
|
221772
|
+
ext: z.ZodOptional<z.ZodType<import("./core.generated").ExtensionObject, import("./core.generated").ExtensionObject, z.core.$ZodTypeInternals<import("./core.generated").ExtensionObject, import("./core.generated").ExtensionObject>>>;
|
|
221825
221773
|
}, z.core.$loose> & z.ZodType<Product & Record<string, unknown>, Product & Record<string, unknown>, z.core.$ZodTypeInternals<Product & Record<string, unknown>, Product & Record<string, unknown>>>;
|
|
221826
221774
|
export declare const WholesaleSignalObjectSchema: z.ZodObject<{
|
|
221827
221775
|
signal_ref: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -250525,10 +250473,10 @@ export declare const FormatAssetSlotSchema: z.ZodUnion<readonly [z.ZodUnion<read
|
|
|
250525
250473
|
}, z.core.$loose>]>>;
|
|
250526
250474
|
}, z.core.$loose>]>;
|
|
250527
250475
|
export declare const GetProductsRequestSchema: z.ZodObject<{
|
|
250528
|
-
[K in keyof GetProductsRequest]-?: z.ZodType<GetProductsRequest[K], GetProductsRequest[K]>;
|
|
250476
|
+
[K in keyof GetProductsRequest]-?: undefined extends GetProductsRequest[K] ? z.ZodOptional<z.ZodType<Exclude<GetProductsRequest[K], undefined>, Exclude<GetProductsRequest[K], undefined>>> : z.ZodType<GetProductsRequest[K], GetProductsRequest[K]>;
|
|
250529
250477
|
}, z.core.$loose> & z.ZodType<GetProductsRequest & Record<string, unknown>, GetProductsRequest & Record<string, unknown>>;
|
|
250530
250478
|
export declare const GetProductsResponseSchema: z.ZodObject<{
|
|
250531
|
-
[K in keyof GetProductsResponse]-?: z.ZodType<GetProductsResponse[K], GetProductsResponse[K]>;
|
|
250479
|
+
[K in keyof GetProductsResponse]-?: undefined extends GetProductsResponse[K] ? z.ZodOptional<z.ZodType<Exclude<GetProductsResponse[K], undefined>, Exclude<GetProductsResponse[K], undefined>>> : z.ZodType<GetProductsResponse[K], GetProductsResponse[K]>;
|
|
250532
250480
|
}, z.core.$loose> & z.ZodType<GetProductsResponse & Record<string, unknown>, GetProductsResponse & Record<string, unknown>>;
|
|
250533
250481
|
export declare const ListProductsRequestSchema: z.ZodObject<{
|
|
250534
250482
|
adcp_version: z.ZodOptional<z.ZodString>;
|
|
@@ -254176,7 +254124,7 @@ export declare const RefineProposalsRequestSchema: z.ZodObject<{
|
|
|
254176
254124
|
}, z.core.$loose>]>]>>>;
|
|
254177
254125
|
}, z.core.$loose>;
|
|
254178
254126
|
export declare const CanonicalProposalSchema: z.ZodObject<{
|
|
254179
|
-
[K in keyof CanonicalProposal]-?: z.ZodType<CanonicalProposal[K], CanonicalProposal[K]>;
|
|
254127
|
+
[K in keyof CanonicalProposal]-?: undefined extends CanonicalProposal[K] ? z.ZodOptional<z.ZodType<Exclude<CanonicalProposal[K], undefined>, Exclude<CanonicalProposal[K], undefined>>> : z.ZodType<CanonicalProposal[K], CanonicalProposal[K]>;
|
|
254180
254128
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>;
|
|
254181
254129
|
export declare const BuyProductsRequestSchema: z.ZodObject<{
|
|
254182
254130
|
adcp_version: z.ZodOptional<z.ZodString>;
|
|
@@ -254860,41 +254808,41 @@ export declare const CommittedMediaBuySchema: z.ZodObject<{
|
|
|
254860
254808
|
accepted_proposal: z.ZodIntersection<z.ZodObject<{
|
|
254861
254809
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
254862
254810
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
254863
|
-
parent_proposal_id: z.ZodType<string
|
|
254864
|
-
media_buy_id: z.ZodType<string
|
|
254865
|
-
opportunity_id: z.ZodType<string
|
|
254866
|
-
base_media_buy_revision: z.ZodType<number
|
|
254811
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254812
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254813
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254814
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
254867
254815
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
254868
|
-
accepted_at: z.ZodType<string
|
|
254869
|
-
expires_at: z.ZodType<string
|
|
254816
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254817
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254870
254818
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
254871
|
-
description: z.ZodType<string
|
|
254872
|
-
brief_alignment: z.ZodType<string
|
|
254819
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254820
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254873
254821
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
254874
254822
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
254875
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
254876
|
-
total_budget_guidance: z.ZodType<{
|
|
254823
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
254824
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
254877
254825
|
min?: number;
|
|
254878
254826
|
recommended?: number;
|
|
254879
254827
|
max?: number;
|
|
254880
254828
|
currency: string;
|
|
254881
|
-
}
|
|
254829
|
+
}, {
|
|
254882
254830
|
min?: number;
|
|
254883
254831
|
recommended?: number;
|
|
254884
254832
|
max?: number;
|
|
254885
254833
|
currency: string;
|
|
254886
|
-
}
|
|
254834
|
+
}, z.core.$ZodTypeInternals<{
|
|
254887
254835
|
min?: number;
|
|
254888
254836
|
recommended?: number;
|
|
254889
254837
|
max?: number;
|
|
254890
254838
|
currency: string;
|
|
254891
|
-
}
|
|
254839
|
+
}, {
|
|
254892
254840
|
min?: number;
|
|
254893
254841
|
recommended?: number;
|
|
254894
254842
|
max?: number;
|
|
254895
254843
|
currency: string;
|
|
254896
|
-
}
|
|
254897
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
254844
|
+
}>>>;
|
|
254845
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
254898
254846
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
254899
254847
|
proposal_status: z.ZodLiteral<"accepted">;
|
|
254900
254848
|
media_buy_id: z.ZodString;
|
|
@@ -255006,41 +254954,41 @@ export declare const MediaBuyCommitmentResponseSchema: z.ZodUnion<readonly [z.Zo
|
|
|
255006
254954
|
accepted_proposal: z.ZodIntersection<z.ZodObject<{
|
|
255007
254955
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
255008
254956
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
255009
|
-
parent_proposal_id: z.ZodType<string
|
|
255010
|
-
media_buy_id: z.ZodType<string
|
|
255011
|
-
opportunity_id: z.ZodType<string
|
|
255012
|
-
base_media_buy_revision: z.ZodType<number
|
|
254957
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254958
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254959
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254960
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
255013
254961
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
255014
|
-
accepted_at: z.ZodType<string
|
|
255015
|
-
expires_at: z.ZodType<string
|
|
254962
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254963
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
255016
254964
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
255017
|
-
description: z.ZodType<string
|
|
255018
|
-
brief_alignment: z.ZodType<string
|
|
254965
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
254966
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
255019
254967
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
255020
254968
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
255021
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
255022
|
-
total_budget_guidance: z.ZodType<{
|
|
254969
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
254970
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
255023
254971
|
min?: number;
|
|
255024
254972
|
recommended?: number;
|
|
255025
254973
|
max?: number;
|
|
255026
254974
|
currency: string;
|
|
255027
|
-
}
|
|
254975
|
+
}, {
|
|
255028
254976
|
min?: number;
|
|
255029
254977
|
recommended?: number;
|
|
255030
254978
|
max?: number;
|
|
255031
254979
|
currency: string;
|
|
255032
|
-
}
|
|
254980
|
+
}, z.core.$ZodTypeInternals<{
|
|
255033
254981
|
min?: number;
|
|
255034
254982
|
recommended?: number;
|
|
255035
254983
|
max?: number;
|
|
255036
254984
|
currency: string;
|
|
255037
|
-
}
|
|
254985
|
+
}, {
|
|
255038
254986
|
min?: number;
|
|
255039
254987
|
recommended?: number;
|
|
255040
254988
|
max?: number;
|
|
255041
254989
|
currency: string;
|
|
255042
|
-
}
|
|
255043
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
254990
|
+
}>>>;
|
|
254991
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
255044
254992
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
255045
254993
|
proposal_status: z.ZodLiteral<"accepted">;
|
|
255046
254994
|
media_buy_id: z.ZodString;
|
|
@@ -255705,19 +255653,19 @@ export declare const ControlMediaBuyRequestSchema: z.ZodObject<{
|
|
|
255705
255653
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
255706
255654
|
}, z.core.$loose>;
|
|
255707
255655
|
export declare const ListCreativeFormatsResponseSchema: z.ZodObject<{
|
|
255708
|
-
[K in keyof ListCreativeFormatsResponse]-?: z.ZodType<ListCreativeFormatsResponse[K], ListCreativeFormatsResponse[K]>;
|
|
255656
|
+
[K in keyof ListCreativeFormatsResponse]-?: undefined extends ListCreativeFormatsResponse[K] ? z.ZodOptional<z.ZodType<Exclude<ListCreativeFormatsResponse[K], undefined>, Exclude<ListCreativeFormatsResponse[K], undefined>>> : z.ZodType<ListCreativeFormatsResponse[K], ListCreativeFormatsResponse[K]>;
|
|
255709
255657
|
}, z.core.$loose> & z.ZodType<ListCreativeFormatsResponse & Record<string, unknown>, ListCreativeFormatsResponse & Record<string, unknown>>;
|
|
255710
255658
|
export declare const PackageRequestSchema: z.ZodObject<{
|
|
255711
|
-
[K in keyof PackageRequest]-?: z.ZodType<PackageRequest[K], PackageRequest[K]>;
|
|
255659
|
+
[K in keyof PackageRequest]-?: undefined extends PackageRequest[K] ? z.ZodOptional<z.ZodType<Exclude<PackageRequest[K], undefined>, Exclude<PackageRequest[K], undefined>>> : z.ZodType<PackageRequest[K], PackageRequest[K]>;
|
|
255712
255660
|
}, z.core.$loose> & z.ZodType<PackageRequest & Record<string, unknown>, PackageRequest & Record<string, unknown>>;
|
|
255713
255661
|
export declare const ExplicitPackagesWithFixedAllocationSchema: z.ZodType;
|
|
255714
255662
|
export declare const CreateMediaBuySuccessSchema: z.ZodType;
|
|
255715
255663
|
export declare const PackageUpdateSchema: z.ZodObject<{
|
|
255716
|
-
[K in keyof PackageUpdate]-?: z.ZodType<PackageUpdate[K], PackageUpdate[K]>;
|
|
255664
|
+
[K in keyof PackageUpdate]-?: undefined extends PackageUpdate[K] ? z.ZodOptional<z.ZodType<Exclude<PackageUpdate[K], undefined>, Exclude<PackageUpdate[K], undefined>>> : z.ZodType<PackageUpdate[K], PackageUpdate[K]>;
|
|
255717
255665
|
}, z.core.$loose> & z.ZodType<PackageUpdate & Record<string, unknown>, PackageUpdate & Record<string, unknown>>;
|
|
255718
255666
|
export declare const UpdateMediaBuySuccessSchema: z.ZodType;
|
|
255719
255667
|
export declare const PackageStatusSchema: z.ZodObject<{
|
|
255720
|
-
[K in keyof PackageStatus]-?: z.ZodType<PackageStatus[K], PackageStatus[K]>;
|
|
255668
|
+
[K in keyof PackageStatus]-?: undefined extends PackageStatus[K] ? z.ZodOptional<z.ZodType<Exclude<PackageStatus[K], undefined>, Exclude<PackageStatus[K], undefined>>> : z.ZodType<PackageStatus[K], PackageStatus[K]>;
|
|
255721
255669
|
}, z.core.$loose> & z.ZodType<PackageStatus & Record<string, unknown>, PackageStatus & Record<string, unknown>>;
|
|
255722
255670
|
export declare const GetMediaBuyDeliveryCatalogItemMetricsSchema: z.ZodObject<{
|
|
255723
255671
|
impressions: z.ZodOptional<z.ZodNumber>;
|
|
@@ -307702,41 +307650,41 @@ export declare const CheckGovernanceRequestSchema: z.ZodObject<{
|
|
|
307702
307650
|
proposal: z.ZodOptional<z.ZodObject<{
|
|
307703
307651
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
307704
307652
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
307705
|
-
parent_proposal_id: z.ZodType<string
|
|
307706
|
-
media_buy_id: z.ZodType<string
|
|
307707
|
-
opportunity_id: z.ZodType<string
|
|
307708
|
-
base_media_buy_revision: z.ZodType<number
|
|
307653
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
307654
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
307655
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
307656
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
307709
307657
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
307710
|
-
accepted_at: z.ZodType<string
|
|
307711
|
-
expires_at: z.ZodType<string
|
|
307658
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
307659
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
307712
307660
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
307713
|
-
description: z.ZodType<string
|
|
307714
|
-
brief_alignment: z.ZodType<string
|
|
307661
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
307662
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
307715
307663
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
307716
307664
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
307717
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
307718
|
-
total_budget_guidance: z.ZodType<{
|
|
307665
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
307666
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
307719
307667
|
min?: number;
|
|
307720
307668
|
recommended?: number;
|
|
307721
307669
|
max?: number;
|
|
307722
307670
|
currency: string;
|
|
307723
|
-
}
|
|
307671
|
+
}, {
|
|
307724
307672
|
min?: number;
|
|
307725
307673
|
recommended?: number;
|
|
307726
307674
|
max?: number;
|
|
307727
307675
|
currency: string;
|
|
307728
|
-
}
|
|
307676
|
+
}, z.core.$ZodTypeInternals<{
|
|
307729
307677
|
min?: number;
|
|
307730
307678
|
recommended?: number;
|
|
307731
307679
|
max?: number;
|
|
307732
307680
|
currency: string;
|
|
307733
|
-
}
|
|
307681
|
+
}, {
|
|
307734
307682
|
min?: number;
|
|
307735
307683
|
recommended?: number;
|
|
307736
307684
|
max?: number;
|
|
307737
307685
|
currency: string;
|
|
307738
|
-
}
|
|
307739
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
307686
|
+
}>>>;
|
|
307687
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
307740
307688
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>>;
|
|
307741
307689
|
governance_context: z.ZodOptional<z.ZodString>;
|
|
307742
307690
|
consultation_context: z.ZodOptional<z.ZodString>;
|
|
@@ -308679,7 +308627,7 @@ export declare const CheckGovernanceRequestSchema: z.ZodObject<{
|
|
|
308679
308627
|
ext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
308680
308628
|
}, z.core.$loose>;
|
|
308681
308629
|
export declare const GetAdCPCapabilitiesResponseSchema: z.ZodObject<{
|
|
308682
|
-
[K in keyof GetAdCPCapabilitiesResponse]-?: z.ZodType<GetAdCPCapabilitiesResponse[K], GetAdCPCapabilitiesResponse[K]>;
|
|
308630
|
+
[K in keyof GetAdCPCapabilitiesResponse]-?: undefined extends GetAdCPCapabilitiesResponse[K] ? z.ZodOptional<z.ZodType<Exclude<GetAdCPCapabilitiesResponse[K], undefined>, Exclude<GetAdCPCapabilitiesResponse[K], undefined>>> : z.ZodType<GetAdCPCapabilitiesResponse[K], GetAdCPCapabilitiesResponse[K]>;
|
|
308683
308631
|
}, z.core.$loose> & z.ZodType<GetAdCPCapabilitiesResponse & Record<string, unknown>, GetAdCPCapabilitiesResponse & Record<string, unknown>>;
|
|
308684
308632
|
export declare const SyncAccountsRequestSchema: z.ZodObject<{
|
|
308685
308633
|
adcp_version: z.ZodOptional<z.ZodString>;
|
|
@@ -312371,82 +312319,82 @@ export declare const RequestProposalsResponseSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
312371
312319
|
proposals: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
|
|
312372
312320
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
312373
312321
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
312374
|
-
parent_proposal_id: z.ZodType<string
|
|
312375
|
-
media_buy_id: z.ZodType<string
|
|
312376
|
-
opportunity_id: z.ZodType<string
|
|
312377
|
-
base_media_buy_revision: z.ZodType<number
|
|
312322
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312323
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312324
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312325
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
312378
312326
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
312379
|
-
accepted_at: z.ZodType<string
|
|
312380
|
-
expires_at: z.ZodType<string
|
|
312327
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312328
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312381
312329
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
312382
|
-
description: z.ZodType<string
|
|
312383
|
-
brief_alignment: z.ZodType<string
|
|
312330
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312331
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312384
312332
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
312385
312333
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
312386
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
312387
|
-
total_budget_guidance: z.ZodType<{
|
|
312334
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
312335
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
312388
312336
|
min?: number;
|
|
312389
312337
|
recommended?: number;
|
|
312390
312338
|
max?: number;
|
|
312391
312339
|
currency: string;
|
|
312392
|
-
}
|
|
312340
|
+
}, {
|
|
312393
312341
|
min?: number;
|
|
312394
312342
|
recommended?: number;
|
|
312395
312343
|
max?: number;
|
|
312396
312344
|
currency: string;
|
|
312397
|
-
}
|
|
312345
|
+
}, z.core.$ZodTypeInternals<{
|
|
312398
312346
|
min?: number;
|
|
312399
312347
|
recommended?: number;
|
|
312400
312348
|
max?: number;
|
|
312401
312349
|
currency: string;
|
|
312402
|
-
}
|
|
312350
|
+
}, {
|
|
312403
312351
|
min?: number;
|
|
312404
312352
|
recommended?: number;
|
|
312405
312353
|
max?: number;
|
|
312406
312354
|
currency: string;
|
|
312407
|
-
}
|
|
312408
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
312355
|
+
}>>>;
|
|
312356
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
312409
312357
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
312410
312358
|
proposal_status: z.ZodLiteral<"draft">;
|
|
312411
312359
|
expires_at: z.ZodISODateTime;
|
|
312412
312360
|
}, z.core.$loose>>], z.ZodIntersection<z.ZodObject<{
|
|
312413
312361
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
312414
312362
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
312415
|
-
parent_proposal_id: z.ZodType<string
|
|
312416
|
-
media_buy_id: z.ZodType<string
|
|
312417
|
-
opportunity_id: z.ZodType<string
|
|
312418
|
-
base_media_buy_revision: z.ZodType<number
|
|
312363
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312364
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312365
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312366
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
312419
312367
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
312420
|
-
accepted_at: z.ZodType<string
|
|
312421
|
-
expires_at: z.ZodType<string
|
|
312368
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312369
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312422
312370
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
312423
|
-
description: z.ZodType<string
|
|
312424
|
-
brief_alignment: z.ZodType<string
|
|
312371
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312372
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
312425
312373
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
312426
312374
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
312427
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
312428
|
-
total_budget_guidance: z.ZodType<{
|
|
312375
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
312376
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
312429
312377
|
min?: number;
|
|
312430
312378
|
recommended?: number;
|
|
312431
312379
|
max?: number;
|
|
312432
312380
|
currency: string;
|
|
312433
|
-
}
|
|
312381
|
+
}, {
|
|
312434
312382
|
min?: number;
|
|
312435
312383
|
recommended?: number;
|
|
312436
312384
|
max?: number;
|
|
312437
312385
|
currency: string;
|
|
312438
|
-
}
|
|
312386
|
+
}, z.core.$ZodTypeInternals<{
|
|
312439
312387
|
min?: number;
|
|
312440
312388
|
recommended?: number;
|
|
312441
312389
|
max?: number;
|
|
312442
312390
|
currency: string;
|
|
312443
|
-
}
|
|
312391
|
+
}, {
|
|
312444
312392
|
min?: number;
|
|
312445
312393
|
recommended?: number;
|
|
312446
312394
|
max?: number;
|
|
312447
312395
|
currency: string;
|
|
312448
|
-
}
|
|
312449
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
312396
|
+
}>>>;
|
|
312397
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
312450
312398
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
312451
312399
|
proposal_status: z.ZodLiteral<"draft">;
|
|
312452
312400
|
expires_at: z.ZodISODateTime;
|
|
@@ -314526,82 +314474,82 @@ export declare const RequestProposalsResponseSchema: z.ZodUnion<readonly [z.ZodO
|
|
|
314526
314474
|
proposals: z.ZodOptional<z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
|
|
314527
314475
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
314528
314476
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
314529
|
-
parent_proposal_id: z.ZodType<string
|
|
314530
|
-
media_buy_id: z.ZodType<string
|
|
314531
|
-
opportunity_id: z.ZodType<string
|
|
314532
|
-
base_media_buy_revision: z.ZodType<number
|
|
314477
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314478
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314479
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314480
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
314533
314481
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
314534
|
-
accepted_at: z.ZodType<string
|
|
314535
|
-
expires_at: z.ZodType<string
|
|
314482
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314483
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314536
314484
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
314537
|
-
description: z.ZodType<string
|
|
314538
|
-
brief_alignment: z.ZodType<string
|
|
314485
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314486
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314539
314487
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
314540
314488
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
314541
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
314542
|
-
total_budget_guidance: z.ZodType<{
|
|
314489
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
314490
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
314543
314491
|
min?: number;
|
|
314544
314492
|
recommended?: number;
|
|
314545
314493
|
max?: number;
|
|
314546
314494
|
currency: string;
|
|
314547
|
-
}
|
|
314495
|
+
}, {
|
|
314548
314496
|
min?: number;
|
|
314549
314497
|
recommended?: number;
|
|
314550
314498
|
max?: number;
|
|
314551
314499
|
currency: string;
|
|
314552
|
-
}
|
|
314500
|
+
}, z.core.$ZodTypeInternals<{
|
|
314553
314501
|
min?: number;
|
|
314554
314502
|
recommended?: number;
|
|
314555
314503
|
max?: number;
|
|
314556
314504
|
currency: string;
|
|
314557
|
-
}
|
|
314505
|
+
}, {
|
|
314558
314506
|
min?: number;
|
|
314559
314507
|
recommended?: number;
|
|
314560
314508
|
max?: number;
|
|
314561
314509
|
currency: string;
|
|
314562
|
-
}
|
|
314563
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
314510
|
+
}>>>;
|
|
314511
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
314564
314512
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
314565
314513
|
proposal_status: z.ZodLiteral<"draft">;
|
|
314566
314514
|
expires_at: z.ZodISODateTime;
|
|
314567
314515
|
}, z.core.$loose>>], z.ZodIntersection<z.ZodObject<{
|
|
314568
314516
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
314569
314517
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
314570
|
-
parent_proposal_id: z.ZodType<string
|
|
314571
|
-
media_buy_id: z.ZodType<string
|
|
314572
|
-
opportunity_id: z.ZodType<string
|
|
314573
|
-
base_media_buy_revision: z.ZodType<number
|
|
314518
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314519
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314520
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314521
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
314574
314522
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
314575
|
-
accepted_at: z.ZodType<string
|
|
314576
|
-
expires_at: z.ZodType<string
|
|
314523
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314524
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314577
314525
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
314578
|
-
description: z.ZodType<string
|
|
314579
|
-
brief_alignment: z.ZodType<string
|
|
314526
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314527
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
314580
314528
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
314581
314529
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
314582
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
314583
|
-
total_budget_guidance: z.ZodType<{
|
|
314530
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
314531
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
314584
314532
|
min?: number;
|
|
314585
314533
|
recommended?: number;
|
|
314586
314534
|
max?: number;
|
|
314587
314535
|
currency: string;
|
|
314588
|
-
}
|
|
314536
|
+
}, {
|
|
314589
314537
|
min?: number;
|
|
314590
314538
|
recommended?: number;
|
|
314591
314539
|
max?: number;
|
|
314592
314540
|
currency: string;
|
|
314593
|
-
}
|
|
314541
|
+
}, z.core.$ZodTypeInternals<{
|
|
314594
314542
|
min?: number;
|
|
314595
314543
|
recommended?: number;
|
|
314596
314544
|
max?: number;
|
|
314597
314545
|
currency: string;
|
|
314598
|
-
}
|
|
314546
|
+
}, {
|
|
314599
314547
|
min?: number;
|
|
314600
314548
|
recommended?: number;
|
|
314601
314549
|
max?: number;
|
|
314602
314550
|
currency: string;
|
|
314603
|
-
}
|
|
314604
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
314551
|
+
}>>>;
|
|
314552
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
314605
314553
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
314606
314554
|
proposal_status: z.ZodLiteral<"draft">;
|
|
314607
314555
|
expires_at: z.ZodISODateTime;
|
|
@@ -315496,41 +315444,41 @@ export declare const RefineProposalsResponseSchema: z.ZodUnion<readonly [z.ZodOb
|
|
|
315496
315444
|
proposals: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
315497
315445
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
315498
315446
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
315499
|
-
parent_proposal_id: z.ZodType<string
|
|
315500
|
-
media_buy_id: z.ZodType<string
|
|
315501
|
-
opportunity_id: z.ZodType<string
|
|
315502
|
-
base_media_buy_revision: z.ZodType<number
|
|
315447
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315448
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315449
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315450
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
315503
315451
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
315504
|
-
accepted_at: z.ZodType<string
|
|
315505
|
-
expires_at: z.ZodType<string
|
|
315452
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315453
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315506
315454
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
315507
|
-
description: z.ZodType<string
|
|
315508
|
-
brief_alignment: z.ZodType<string
|
|
315455
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315456
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315509
315457
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
315510
315458
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
315511
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
315512
|
-
total_budget_guidance: z.ZodType<{
|
|
315459
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
315460
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
315513
315461
|
min?: number;
|
|
315514
315462
|
recommended?: number;
|
|
315515
315463
|
max?: number;
|
|
315516
315464
|
currency: string;
|
|
315517
|
-
}
|
|
315465
|
+
}, {
|
|
315518
315466
|
min?: number;
|
|
315519
315467
|
recommended?: number;
|
|
315520
315468
|
max?: number;
|
|
315521
315469
|
currency: string;
|
|
315522
|
-
}
|
|
315470
|
+
}, z.core.$ZodTypeInternals<{
|
|
315523
315471
|
min?: number;
|
|
315524
315472
|
recommended?: number;
|
|
315525
315473
|
max?: number;
|
|
315526
315474
|
currency: string;
|
|
315527
|
-
}
|
|
315475
|
+
}, {
|
|
315528
315476
|
min?: number;
|
|
315529
315477
|
recommended?: number;
|
|
315530
315478
|
max?: number;
|
|
315531
315479
|
currency: string;
|
|
315532
|
-
}
|
|
315533
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
315480
|
+
}>>>;
|
|
315481
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
315534
315482
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
315535
315483
|
parent_proposal_id: z.ZodString;
|
|
315536
315484
|
proposal_status: z.ZodLiteral<"draft">;
|
|
@@ -315820,41 +315768,41 @@ export declare const RefineProposalsResponseSchema: z.ZodUnion<readonly [z.ZodOb
|
|
|
315820
315768
|
proposals: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
315821
315769
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
315822
315770
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
315823
|
-
parent_proposal_id: z.ZodType<string
|
|
315824
|
-
media_buy_id: z.ZodType<string
|
|
315825
|
-
opportunity_id: z.ZodType<string
|
|
315826
|
-
base_media_buy_revision: z.ZodType<number
|
|
315771
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315772
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315773
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315774
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
315827
315775
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
315828
|
-
accepted_at: z.ZodType<string
|
|
315829
|
-
expires_at: z.ZodType<string
|
|
315776
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315777
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315830
315778
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
315831
|
-
description: z.ZodType<string
|
|
315832
|
-
brief_alignment: z.ZodType<string
|
|
315779
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315780
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
315833
315781
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
315834
315782
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
315835
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
315836
|
-
total_budget_guidance: z.ZodType<{
|
|
315783
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
315784
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
315837
315785
|
min?: number;
|
|
315838
315786
|
recommended?: number;
|
|
315839
315787
|
max?: number;
|
|
315840
315788
|
currency: string;
|
|
315841
|
-
}
|
|
315789
|
+
}, {
|
|
315842
315790
|
min?: number;
|
|
315843
315791
|
recommended?: number;
|
|
315844
315792
|
max?: number;
|
|
315845
315793
|
currency: string;
|
|
315846
|
-
}
|
|
315794
|
+
}, z.core.$ZodTypeInternals<{
|
|
315847
315795
|
min?: number;
|
|
315848
315796
|
recommended?: number;
|
|
315849
315797
|
max?: number;
|
|
315850
315798
|
currency: string;
|
|
315851
|
-
}
|
|
315799
|
+
}, {
|
|
315852
315800
|
min?: number;
|
|
315853
315801
|
recommended?: number;
|
|
315854
315802
|
max?: number;
|
|
315855
315803
|
currency: string;
|
|
315856
|
-
}
|
|
315857
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
315804
|
+
}>>>;
|
|
315805
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
315858
315806
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
315859
315807
|
parent_proposal_id: z.ZodString;
|
|
315860
315808
|
proposal_status: z.ZodLiteral<"draft">;
|
|
@@ -317008,41 +316956,41 @@ export declare const RefineProposalsResponseSchema: z.ZodUnion<readonly [z.ZodOb
|
|
|
317008
316956
|
proposal: z.ZodIntersection<z.ZodObject<{
|
|
317009
316957
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
317010
316958
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
317011
|
-
parent_proposal_id: z.ZodType<string
|
|
317012
|
-
media_buy_id: z.ZodType<string
|
|
317013
|
-
opportunity_id: z.ZodType<string
|
|
317014
|
-
base_media_buy_revision: z.ZodType<number
|
|
316959
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
316960
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
316961
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
316962
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
317015
316963
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
317016
|
-
accepted_at: z.ZodType<string
|
|
317017
|
-
expires_at: z.ZodType<string
|
|
316964
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
316965
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317018
316966
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
317019
|
-
description: z.ZodType<string
|
|
317020
|
-
brief_alignment: z.ZodType<string
|
|
316967
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
316968
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317021
316969
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
317022
316970
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
317023
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
317024
|
-
total_budget_guidance: z.ZodType<{
|
|
316971
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
316972
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
317025
316973
|
min?: number;
|
|
317026
316974
|
recommended?: number;
|
|
317027
316975
|
max?: number;
|
|
317028
316976
|
currency: string;
|
|
317029
|
-
}
|
|
316977
|
+
}, {
|
|
317030
316978
|
min?: number;
|
|
317031
316979
|
recommended?: number;
|
|
317032
316980
|
max?: number;
|
|
317033
316981
|
currency: string;
|
|
317034
|
-
}
|
|
316982
|
+
}, z.core.$ZodTypeInternals<{
|
|
317035
316983
|
min?: number;
|
|
317036
316984
|
recommended?: number;
|
|
317037
316985
|
max?: number;
|
|
317038
316986
|
currency: string;
|
|
317039
|
-
}
|
|
316987
|
+
}, {
|
|
317040
316988
|
min?: number;
|
|
317041
316989
|
recommended?: number;
|
|
317042
316990
|
max?: number;
|
|
317043
316991
|
currency: string;
|
|
317044
|
-
}
|
|
317045
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
316992
|
+
}>>>;
|
|
316993
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
317046
316994
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
317047
316995
|
parent_proposal_id: z.ZodString;
|
|
317048
316996
|
proposal_status: z.ZodLiteral<"committed">;
|
|
@@ -317907,41 +317855,41 @@ export declare const RefineProposalsResponseSchema: z.ZodUnion<readonly [z.ZodOb
|
|
|
317907
317855
|
proposals: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
317908
317856
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
317909
317857
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
317910
|
-
parent_proposal_id: z.ZodType<string
|
|
317911
|
-
media_buy_id: z.ZodType<string
|
|
317912
|
-
opportunity_id: z.ZodType<string
|
|
317913
|
-
base_media_buy_revision: z.ZodType<number
|
|
317858
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317859
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317860
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317861
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
317914
317862
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
317915
|
-
accepted_at: z.ZodType<string
|
|
317916
|
-
expires_at: z.ZodType<string
|
|
317863
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317864
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317917
317865
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
317918
|
-
description: z.ZodType<string
|
|
317919
|
-
brief_alignment: z.ZodType<string
|
|
317866
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317867
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
317920
317868
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
317921
317869
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
317922
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
317923
|
-
total_budget_guidance: z.ZodType<{
|
|
317870
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
317871
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
317924
317872
|
min?: number;
|
|
317925
317873
|
recommended?: number;
|
|
317926
317874
|
max?: number;
|
|
317927
317875
|
currency: string;
|
|
317928
|
-
}
|
|
317876
|
+
}, {
|
|
317929
317877
|
min?: number;
|
|
317930
317878
|
recommended?: number;
|
|
317931
317879
|
max?: number;
|
|
317932
317880
|
currency: string;
|
|
317933
|
-
}
|
|
317881
|
+
}, z.core.$ZodTypeInternals<{
|
|
317934
317882
|
min?: number;
|
|
317935
317883
|
recommended?: number;
|
|
317936
317884
|
max?: number;
|
|
317937
317885
|
currency: string;
|
|
317938
|
-
}
|
|
317886
|
+
}, {
|
|
317939
317887
|
min?: number;
|
|
317940
317888
|
recommended?: number;
|
|
317941
317889
|
max?: number;
|
|
317942
317890
|
currency: string;
|
|
317943
|
-
}
|
|
317944
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
317891
|
+
}>>>;
|
|
317892
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
317945
317893
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
317946
317894
|
parent_proposal_id: z.ZodString;
|
|
317947
317895
|
proposal_status: z.ZodLiteral<"draft">;
|
|
@@ -318231,41 +318179,41 @@ export declare const RefineProposalsResponseSchema: z.ZodUnion<readonly [z.ZodOb
|
|
|
318231
318179
|
proposals: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
318232
318180
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
318233
318181
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
318234
|
-
parent_proposal_id: z.ZodType<string
|
|
318235
|
-
media_buy_id: z.ZodType<string
|
|
318236
|
-
opportunity_id: z.ZodType<string
|
|
318237
|
-
base_media_buy_revision: z.ZodType<number
|
|
318182
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
318183
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
318184
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
318185
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
318238
318186
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
318239
|
-
accepted_at: z.ZodType<string
|
|
318240
|
-
expires_at: z.ZodType<string
|
|
318187
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
318188
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
318241
318189
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
318242
|
-
description: z.ZodType<string
|
|
318243
|
-
brief_alignment: z.ZodType<string
|
|
318190
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
318191
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
318244
318192
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
318245
318193
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
318246
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
318247
|
-
total_budget_guidance: z.ZodType<{
|
|
318194
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
318195
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
318248
318196
|
min?: number;
|
|
318249
318197
|
recommended?: number;
|
|
318250
318198
|
max?: number;
|
|
318251
318199
|
currency: string;
|
|
318252
|
-
}
|
|
318200
|
+
}, {
|
|
318253
318201
|
min?: number;
|
|
318254
318202
|
recommended?: number;
|
|
318255
318203
|
max?: number;
|
|
318256
318204
|
currency: string;
|
|
318257
|
-
}
|
|
318205
|
+
}, z.core.$ZodTypeInternals<{
|
|
318258
318206
|
min?: number;
|
|
318259
318207
|
recommended?: number;
|
|
318260
318208
|
max?: number;
|
|
318261
318209
|
currency: string;
|
|
318262
|
-
}
|
|
318210
|
+
}, {
|
|
318263
318211
|
min?: number;
|
|
318264
318212
|
recommended?: number;
|
|
318265
318213
|
max?: number;
|
|
318266
318214
|
currency: string;
|
|
318267
|
-
}
|
|
318268
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
318215
|
+
}>>>;
|
|
318216
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
318269
318217
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
318270
318218
|
parent_proposal_id: z.ZodString;
|
|
318271
318219
|
proposal_status: z.ZodLiteral<"draft">;
|
|
@@ -319420,41 +319368,41 @@ export declare const RefineProposalsResponseSchema: z.ZodUnion<readonly [z.ZodOb
|
|
|
319420
319368
|
proposal: z.ZodIntersection<z.ZodObject<{
|
|
319421
319369
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
319422
319370
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
319423
|
-
parent_proposal_id: z.ZodType<string
|
|
319424
|
-
media_buy_id: z.ZodType<string
|
|
319425
|
-
opportunity_id: z.ZodType<string
|
|
319426
|
-
base_media_buy_revision: z.ZodType<number
|
|
319371
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
319372
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
319373
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
319374
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
319427
319375
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
319428
|
-
accepted_at: z.ZodType<string
|
|
319429
|
-
expires_at: z.ZodType<string
|
|
319376
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
319377
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
319430
319378
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
319431
|
-
description: z.ZodType<string
|
|
319432
|
-
brief_alignment: z.ZodType<string
|
|
319379
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
319380
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
319433
319381
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
319434
319382
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
319435
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
319436
|
-
total_budget_guidance: z.ZodType<{
|
|
319383
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
319384
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
319437
319385
|
min?: number;
|
|
319438
319386
|
recommended?: number;
|
|
319439
319387
|
max?: number;
|
|
319440
319388
|
currency: string;
|
|
319441
|
-
}
|
|
319389
|
+
}, {
|
|
319442
319390
|
min?: number;
|
|
319443
319391
|
recommended?: number;
|
|
319444
319392
|
max?: number;
|
|
319445
319393
|
currency: string;
|
|
319446
|
-
}
|
|
319394
|
+
}, z.core.$ZodTypeInternals<{
|
|
319447
319395
|
min?: number;
|
|
319448
319396
|
recommended?: number;
|
|
319449
319397
|
max?: number;
|
|
319450
319398
|
currency: string;
|
|
319451
|
-
}
|
|
319399
|
+
}, {
|
|
319452
319400
|
min?: number;
|
|
319453
319401
|
recommended?: number;
|
|
319454
319402
|
max?: number;
|
|
319455
319403
|
currency: string;
|
|
319456
|
-
}
|
|
319457
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
319404
|
+
}>>>;
|
|
319405
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
319458
319406
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
319459
319407
|
parent_proposal_id: z.ZodString;
|
|
319460
319408
|
proposal_status: z.ZodLiteral<"committed">;
|
|
@@ -337528,16 +337476,16 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337528
337476
|
}, z.core.$loose>, z.ZodObject<{
|
|
337529
337477
|
format_kind: z.ZodLiteral<"seller_rendered_stateful_display">;
|
|
337530
337478
|
params: z.ZodObject<{
|
|
337531
|
-
experimental: z.ZodType<boolean
|
|
337532
|
-
deprecated: z.ZodType<boolean
|
|
337533
|
-
v1_translatable: z.ZodType<boolean
|
|
337534
|
-
since_version: z.ZodType<string
|
|
337535
|
-
migration_target_version: z.ZodType<string
|
|
337536
|
-
composition_model: z.ZodType<"deterministic" | "algorithmic"
|
|
337537
|
-
provenance_required: z.ZodType<boolean
|
|
337538
|
-
platform_extensions: z.ZodType<import("./core.generated").PlatformExtensionReference[]
|
|
337539
|
-
synthesis_nondeterministic: z.ZodType<boolean
|
|
337540
|
-
slots: z.ZodType<{
|
|
337479
|
+
experimental: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337480
|
+
deprecated: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337481
|
+
v1_translatable: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337482
|
+
since_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
337483
|
+
migration_target_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
337484
|
+
composition_model: z.ZodOptional<z.ZodType<"deterministic" | "algorithmic", "deterministic" | "algorithmic", z.core.$ZodTypeInternals<"deterministic" | "algorithmic", "deterministic" | "algorithmic">>>;
|
|
337485
|
+
provenance_required: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337486
|
+
platform_extensions: z.ZodOptional<z.ZodType<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[], z.core.$ZodTypeInternals<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[]>>>;
|
|
337487
|
+
synthesis_nondeterministic: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337488
|
+
slots: z.ZodOptional<z.ZodType<{
|
|
337541
337489
|
asset_group_id: string;
|
|
337542
337490
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
337543
337491
|
required?: boolean;
|
|
@@ -337551,7 +337499,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337551
337499
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
337552
337500
|
description?: string;
|
|
337553
337501
|
consumed_for_production?: boolean;
|
|
337554
|
-
}[]
|
|
337502
|
+
}[], {
|
|
337555
337503
|
asset_group_id: string;
|
|
337556
337504
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
337557
337505
|
required?: boolean;
|
|
@@ -337565,7 +337513,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337565
337513
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
337566
337514
|
description?: string;
|
|
337567
337515
|
consumed_for_production?: boolean;
|
|
337568
|
-
}[]
|
|
337516
|
+
}[], z.core.$ZodTypeInternals<{
|
|
337569
337517
|
asset_group_id: string;
|
|
337570
337518
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
337571
337519
|
required?: boolean;
|
|
@@ -337579,7 +337527,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337579
337527
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
337580
337528
|
description?: string;
|
|
337581
337529
|
consumed_for_production?: boolean;
|
|
337582
|
-
}[]
|
|
337530
|
+
}[], {
|
|
337583
337531
|
asset_group_id: string;
|
|
337584
337532
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
337585
337533
|
required?: boolean;
|
|
@@ -337593,8 +337541,8 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337593
337541
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
337594
337542
|
description?: string;
|
|
337595
337543
|
consumed_for_production?: boolean;
|
|
337596
|
-
}[]
|
|
337597
|
-
required_connections: z.ZodType<{
|
|
337544
|
+
}[]>>>;
|
|
337545
|
+
required_connections: z.ZodOptional<z.ZodType<{
|
|
337598
337546
|
provider?: string;
|
|
337599
337547
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
337600
337548
|
required_for?: string[];
|
|
@@ -337612,7 +337560,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337612
337560
|
authorization_url?: string;
|
|
337613
337561
|
authorization_instructions?: string;
|
|
337614
337562
|
expires_at?: string;
|
|
337615
|
-
}[]
|
|
337563
|
+
}[], {
|
|
337616
337564
|
provider?: string;
|
|
337617
337565
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
337618
337566
|
required_for?: string[];
|
|
@@ -337630,7 +337578,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337630
337578
|
authorization_url?: string;
|
|
337631
337579
|
authorization_instructions?: string;
|
|
337632
337580
|
expires_at?: string;
|
|
337633
|
-
}[]
|
|
337581
|
+
}[], z.core.$ZodTypeInternals<{
|
|
337634
337582
|
provider?: string;
|
|
337635
337583
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
337636
337584
|
required_for?: string[];
|
|
@@ -337648,7 +337596,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337648
337596
|
authorization_url?: string;
|
|
337649
337597
|
authorization_instructions?: string;
|
|
337650
337598
|
expires_at?: string;
|
|
337651
|
-
}[]
|
|
337599
|
+
}[], {
|
|
337652
337600
|
provider?: string;
|
|
337653
337601
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
337654
337602
|
required_for?: string[];
|
|
@@ -337666,10 +337614,10 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337666
337614
|
authorization_url?: string;
|
|
337667
337615
|
authorization_instructions?: string;
|
|
337668
337616
|
expires_at?: string;
|
|
337669
|
-
}[]
|
|
337670
|
-
reference_mutability: z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck"
|
|
337671
|
-
production_window_business_days: z.ZodType<number
|
|
337672
|
-
supply_mode: z.ZodType<"components" | "rendered_canvases" | "layered_source"
|
|
337617
|
+
}[]>>>;
|
|
337618
|
+
reference_mutability: z.ZodOptional<z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", z.core.$ZodTypeInternals<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck">>>;
|
|
337619
|
+
production_window_business_days: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
337620
|
+
supply_mode: z.ZodOptional<z.ZodType<"components" | "rendered_canvases" | "layered_source", "components" | "rendered_canvases" | "layered_source", z.core.$ZodTypeInternals<"components" | "rendered_canvases" | "layered_source", "components" | "rendered_canvases" | "layered_source">>>;
|
|
337673
337621
|
states: z.ZodType<{
|
|
337674
337622
|
state_id: string;
|
|
337675
337623
|
anchoring: "inline" | "sticky_top" | "sticky_bottom" | "overlay" | "fullscreen_overlay" | "underlay";
|
|
@@ -337704,8 +337652,8 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337704
337652
|
close_affordance: boolean;
|
|
337705
337653
|
}[]>>;
|
|
337706
337654
|
initial_state_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
337707
|
-
reveal: z.ZodType<"none" | "clip_window" | "scroll_parallax"
|
|
337708
|
-
transitions: z.ZodType<({
|
|
337655
|
+
reveal: z.ZodOptional<z.ZodType<"none" | "clip_window" | "scroll_parallax", "none" | "clip_window" | "scroll_parallax", z.core.$ZodTypeInternals<"none" | "clip_window" | "scroll_parallax", "none" | "clip_window" | "scroll_parallax">>>;
|
|
337656
|
+
transitions: z.ZodOptional<z.ZodType<({
|
|
337709
337657
|
transition_id: string;
|
|
337710
337658
|
from_state_id: string;
|
|
337711
337659
|
to_state_id: string;
|
|
@@ -337767,7 +337715,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337767
337715
|
transition_mode: "instant" | "animated";
|
|
337768
337716
|
duration_ms?: number;
|
|
337769
337717
|
preserve_playback?: boolean;
|
|
337770
|
-
})[]
|
|
337718
|
+
})[], ({
|
|
337771
337719
|
transition_id: string;
|
|
337772
337720
|
from_state_id: string;
|
|
337773
337721
|
to_state_id: string;
|
|
@@ -337829,7 +337777,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337829
337777
|
transition_mode: "instant" | "animated";
|
|
337830
337778
|
duration_ms?: number;
|
|
337831
337779
|
preserve_playback?: boolean;
|
|
337832
|
-
})[]
|
|
337780
|
+
})[], z.core.$ZodTypeInternals<({
|
|
337833
337781
|
transition_id: string;
|
|
337834
337782
|
from_state_id: string;
|
|
337835
337783
|
to_state_id: string;
|
|
@@ -337891,7 +337839,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337891
337839
|
transition_mode: "instant" | "animated";
|
|
337892
337840
|
duration_ms?: number;
|
|
337893
337841
|
preserve_playback?: boolean;
|
|
337894
|
-
})[]
|
|
337842
|
+
})[], ({
|
|
337895
337843
|
transition_id: string;
|
|
337896
337844
|
from_state_id: string;
|
|
337897
337845
|
to_state_id: string;
|
|
@@ -337953,8 +337901,8 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337953
337901
|
transition_mode: "instant" | "animated";
|
|
337954
337902
|
duration_ms?: number;
|
|
337955
337903
|
preserve_playback?: boolean;
|
|
337956
|
-
})[]
|
|
337957
|
-
clickthrough: z.ZodType<"none" | "required" | "optional"
|
|
337904
|
+
})[]>>>;
|
|
337905
|
+
clickthrough: z.ZodOptional<z.ZodType<"none" | "required" | "optional", "none" | "required" | "optional", z.core.$ZodTypeInternals<"none" | "required" | "optional", "none" | "required" | "optional">>>;
|
|
337958
337906
|
user_controls: z.ZodType<{
|
|
337959
337907
|
dismissible: boolean;
|
|
337960
337908
|
user_collapsible: boolean;
|
|
@@ -337968,29 +337916,29 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
337968
337916
|
dismissible: boolean;
|
|
337969
337917
|
user_collapsible: boolean;
|
|
337970
337918
|
}>>;
|
|
337971
|
-
canvas_constraints: z.ZodType<import("./core.generated").CanvasConstraint[]
|
|
337972
|
-
duration_ms_range: z.ZodType<(number | null)[]
|
|
337973
|
-
duration_ms_exact: z.ZodType<number
|
|
337974
|
-
aspect_ratio: z.ZodType<string
|
|
337975
|
-
containers: z.ZodType<("mp4" | "webm" | "mov")[]
|
|
337976
|
-
video_playback: z.ZodType<"none" | "auto_muted" | "user_initiated"
|
|
337977
|
-
max_initial_load_kb: z.ZodType<number
|
|
337978
|
-
max_subload_kb: z.ZodType<number
|
|
337979
|
-
polite_load: z.ZodType<boolean
|
|
337919
|
+
canvas_constraints: z.ZodOptional<z.ZodType<import("./core.generated").CanvasConstraint[], import("./core.generated").CanvasConstraint[], z.core.$ZodTypeInternals<import("./core.generated").CanvasConstraint[], import("./core.generated").CanvasConstraint[]>>>;
|
|
337920
|
+
duration_ms_range: z.ZodOptional<z.ZodType<(number | null)[], (number | null)[], z.core.$ZodTypeInternals<(number | null)[], (number | null)[]>>>;
|
|
337921
|
+
duration_ms_exact: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
337922
|
+
aspect_ratio: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
337923
|
+
containers: z.ZodOptional<z.ZodType<("mp4" | "webm" | "mov")[], ("mp4" | "webm" | "mov")[], z.core.$ZodTypeInternals<("mp4" | "webm" | "mov")[], ("mp4" | "webm" | "mov")[]>>>;
|
|
337924
|
+
video_playback: z.ZodOptional<z.ZodType<"none" | "auto_muted" | "user_initiated", "none" | "auto_muted" | "user_initiated", z.core.$ZodTypeInternals<"none" | "auto_muted" | "user_initiated", "none" | "auto_muted" | "user_initiated">>>;
|
|
337925
|
+
max_initial_load_kb: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
337926
|
+
max_subload_kb: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
337927
|
+
polite_load: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337980
337928
|
}, z.core.$loose> & z.ZodType<CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>, CanonicalFormatSellerRenderedStatefulDisplay & Record<string, unknown>>>;
|
|
337981
337929
|
}, z.core.$loose>, z.ZodObject<{
|
|
337982
337930
|
format_kind: z.ZodLiteral<"coordinated_placements">;
|
|
337983
337931
|
params: z.ZodObject<{
|
|
337984
|
-
experimental: z.ZodType<boolean
|
|
337985
|
-
deprecated: z.ZodType<boolean
|
|
337986
|
-
v1_translatable: z.ZodType<boolean
|
|
337987
|
-
since_version: z.ZodType<string
|
|
337988
|
-
migration_target_version: z.ZodType<string
|
|
337989
|
-
composition_model: z.ZodType<"deterministic" | "algorithmic"
|
|
337990
|
-
provenance_required: z.ZodType<boolean
|
|
337991
|
-
platform_extensions: z.ZodType<import("./core.generated").PlatformExtensionReference[]
|
|
337992
|
-
synthesis_nondeterministic: z.ZodType<boolean
|
|
337993
|
-
slots: z.ZodType<{
|
|
337932
|
+
experimental: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337933
|
+
deprecated: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337934
|
+
v1_translatable: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337935
|
+
since_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
337936
|
+
migration_target_version: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
337937
|
+
composition_model: z.ZodOptional<z.ZodType<"deterministic" | "algorithmic", "deterministic" | "algorithmic", z.core.$ZodTypeInternals<"deterministic" | "algorithmic", "deterministic" | "algorithmic">>>;
|
|
337938
|
+
provenance_required: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337939
|
+
platform_extensions: z.ZodOptional<z.ZodType<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[], z.core.$ZodTypeInternals<import("./core.generated").PlatformExtensionReference[], import("./core.generated").PlatformExtensionReference[]>>>;
|
|
337940
|
+
synthesis_nondeterministic: z.ZodOptional<z.ZodType<boolean, boolean, z.core.$ZodTypeInternals<boolean, boolean>>>;
|
|
337941
|
+
slots: z.ZodOptional<z.ZodType<{
|
|
337994
337942
|
asset_group_id: string;
|
|
337995
337943
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
337996
337944
|
required?: boolean;
|
|
@@ -338004,7 +337952,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338004
337952
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
338005
337953
|
description?: string;
|
|
338006
337954
|
consumed_for_production?: boolean;
|
|
338007
|
-
}[]
|
|
337955
|
+
}[], {
|
|
338008
337956
|
asset_group_id: string;
|
|
338009
337957
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
338010
337958
|
required?: boolean;
|
|
@@ -338018,7 +337966,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338018
337966
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
338019
337967
|
description?: string;
|
|
338020
337968
|
consumed_for_production?: boolean;
|
|
338021
|
-
}[]
|
|
337969
|
+
}[], z.core.$ZodTypeInternals<{
|
|
338022
337970
|
asset_group_id: string;
|
|
338023
337971
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
338024
337972
|
required?: boolean;
|
|
@@ -338032,7 +337980,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338032
337980
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
338033
337981
|
description?: string;
|
|
338034
337982
|
consumed_for_production?: boolean;
|
|
338035
|
-
}[]
|
|
337983
|
+
}[], {
|
|
338036
337984
|
asset_group_id: string;
|
|
338037
337985
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
338038
337986
|
required?: boolean;
|
|
@@ -338046,8 +337994,8 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338046
337994
|
required_logo_slots?: import("./core.generated").LogoSlot[];
|
|
338047
337995
|
description?: string;
|
|
338048
337996
|
consumed_for_production?: boolean;
|
|
338049
|
-
}[]
|
|
338050
|
-
required_connections: z.ZodType<{
|
|
337997
|
+
}[]>>>;
|
|
337998
|
+
required_connections: z.ZodOptional<z.ZodType<{
|
|
338051
337999
|
provider?: string;
|
|
338052
338000
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
338053
338001
|
required_for?: string[];
|
|
@@ -338065,7 +338013,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338065
338013
|
authorization_url?: string;
|
|
338066
338014
|
authorization_instructions?: string;
|
|
338067
338015
|
expires_at?: string;
|
|
338068
|
-
}[]
|
|
338016
|
+
}[], {
|
|
338069
338017
|
provider?: string;
|
|
338070
338018
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
338071
338019
|
required_for?: string[];
|
|
@@ -338083,7 +338031,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338083
338031
|
authorization_url?: string;
|
|
338084
338032
|
authorization_instructions?: string;
|
|
338085
338033
|
expires_at?: string;
|
|
338086
|
-
}[]
|
|
338034
|
+
}[], z.core.$ZodTypeInternals<{
|
|
338087
338035
|
provider?: string;
|
|
338088
338036
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
338089
338037
|
required_for?: string[];
|
|
@@ -338101,7 +338049,7 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338101
338049
|
authorization_url?: string;
|
|
338102
338050
|
authorization_instructions?: string;
|
|
338103
338051
|
expires_at?: string;
|
|
338104
|
-
}[]
|
|
338052
|
+
}[], {
|
|
338105
338053
|
provider?: string;
|
|
338106
338054
|
connection_type: "advertiser_account" | "publisher_identity" | "post_authorization";
|
|
338107
338055
|
required_for?: string[];
|
|
@@ -338119,9 +338067,9 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338119
338067
|
authorization_url?: string;
|
|
338120
338068
|
authorization_instructions?: string;
|
|
338121
338069
|
expires_at?: string;
|
|
338122
|
-
}[]
|
|
338123
|
-
reference_mutability: z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck"
|
|
338124
|
-
production_window_business_days: z.ZodType<number
|
|
338070
|
+
}[]>>>;
|
|
338071
|
+
reference_mutability: z.ZodOptional<z.ZodType<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", z.core.$ZodTypeInternals<"immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck", "immutable_snapshot" | "mutable_requires_reapproval" | "mutable_auto_recheck">>>;
|
|
338072
|
+
production_window_business_days: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
338125
338073
|
components: z.ZodType<({} | {
|
|
338126
338074
|
format_kind: "image";
|
|
338127
338075
|
params?: import("./core.generated").CanonicalFormatImage;
|
|
@@ -338279,35 +338227,35 @@ export declare const PlacementDefinitionSchema: z.ZodObject<{
|
|
|
338279
338227
|
format_kind: "seller_rendered_stateful_display";
|
|
338280
338228
|
params?: CanonicalFormatSellerRenderedStatefulDisplay;
|
|
338281
338229
|
})[]>>;
|
|
338282
|
-
shared_slots: z.ZodType<{
|
|
338230
|
+
shared_slots: z.ZodOptional<z.ZodType<{
|
|
338283
338231
|
asset_group_id: string;
|
|
338284
338232
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
338285
338233
|
required?: boolean;
|
|
338286
338234
|
min?: number;
|
|
338287
338235
|
max?: number;
|
|
338288
338236
|
consumed_by: string[];
|
|
338289
|
-
}[]
|
|
338237
|
+
}[], {
|
|
338290
338238
|
asset_group_id: string;
|
|
338291
338239
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
338292
338240
|
required?: boolean;
|
|
338293
338241
|
min?: number;
|
|
338294
338242
|
max?: number;
|
|
338295
338243
|
consumed_by: string[];
|
|
338296
|
-
}[]
|
|
338244
|
+
}[], z.core.$ZodTypeInternals<{
|
|
338297
338245
|
asset_group_id: string;
|
|
338298
338246
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
338299
338247
|
required?: boolean;
|
|
338300
338248
|
min?: number;
|
|
338301
338249
|
max?: number;
|
|
338302
338250
|
consumed_by: string[];
|
|
338303
|
-
}[]
|
|
338251
|
+
}[], {
|
|
338304
338252
|
asset_group_id: string;
|
|
338305
338253
|
asset_type: "image" | "video" | "audio" | "text" | "markdown" | "url" | "html" | "css" | "javascript" | "vast" | "daast" | "webhook" | "brief" | "catalog" | "published_post" | "zip" | "card" | "object" | "pixel_tracker" | "vast_tracker" | "daast_tracker";
|
|
338306
338254
|
required?: boolean;
|
|
338307
338255
|
min?: number;
|
|
338308
338256
|
max?: number;
|
|
338309
338257
|
consumed_by: string[];
|
|
338310
|
-
}[]
|
|
338258
|
+
}[]>>>;
|
|
338311
338259
|
}, z.core.$loose> & z.ZodType<CanonicalFormatCoordinatedPlacements & Record<string, unknown>, CanonicalFormatCoordinatedPlacements & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalFormatCoordinatedPlacements & Record<string, unknown>, CanonicalFormatCoordinatedPlacements & Record<string, unknown>>>;
|
|
338312
338260
|
}, z.core.$loose>, z.ZodObject<{
|
|
338313
338261
|
format_kind: z.ZodLiteral<"custom">;
|
|
@@ -347369,41 +347317,41 @@ export declare const BuyProductsResponseSchema: z.ZodUnion<readonly [z.ZodObject
|
|
|
347369
347317
|
accepted_proposal: z.ZodIntersection<z.ZodObject<{
|
|
347370
347318
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
347371
347319
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
347372
|
-
parent_proposal_id: z.ZodType<string
|
|
347373
|
-
media_buy_id: z.ZodType<string
|
|
347374
|
-
opportunity_id: z.ZodType<string
|
|
347375
|
-
base_media_buy_revision: z.ZodType<number
|
|
347320
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347321
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347322
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347323
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
347376
347324
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
347377
|
-
accepted_at: z.ZodType<string
|
|
347378
|
-
expires_at: z.ZodType<string
|
|
347325
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347326
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347379
347327
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
347380
|
-
description: z.ZodType<string
|
|
347381
|
-
brief_alignment: z.ZodType<string
|
|
347328
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347329
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347382
347330
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
347383
347331
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
347384
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
347385
|
-
total_budget_guidance: z.ZodType<{
|
|
347332
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
347333
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
347386
347334
|
min?: number;
|
|
347387
347335
|
recommended?: number;
|
|
347388
347336
|
max?: number;
|
|
347389
347337
|
currency: string;
|
|
347390
|
-
}
|
|
347338
|
+
}, {
|
|
347391
347339
|
min?: number;
|
|
347392
347340
|
recommended?: number;
|
|
347393
347341
|
max?: number;
|
|
347394
347342
|
currency: string;
|
|
347395
|
-
}
|
|
347343
|
+
}, z.core.$ZodTypeInternals<{
|
|
347396
347344
|
min?: number;
|
|
347397
347345
|
recommended?: number;
|
|
347398
347346
|
max?: number;
|
|
347399
347347
|
currency: string;
|
|
347400
|
-
}
|
|
347348
|
+
}, {
|
|
347401
347349
|
min?: number;
|
|
347402
347350
|
recommended?: number;
|
|
347403
347351
|
max?: number;
|
|
347404
347352
|
currency: string;
|
|
347405
|
-
}
|
|
347406
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
347353
|
+
}>>>;
|
|
347354
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
347407
347355
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
347408
347356
|
proposal_status: z.ZodLiteral<"accepted">;
|
|
347409
347357
|
media_buy_id: z.ZodString;
|
|
@@ -347571,41 +347519,41 @@ export declare const AcceptProposalResponseSchema: z.ZodUnion<readonly [z.ZodObj
|
|
|
347571
347519
|
accepted_proposal: z.ZodIntersection<z.ZodObject<{
|
|
347572
347520
|
proposal_id: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
347573
347521
|
proposal_kind: z.ZodType<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation", z.core.$ZodTypeInternals<"new_media_buy" | "media_buy_update" | "media_buy_cancellation", "new_media_buy" | "media_buy_update" | "media_buy_cancellation">>;
|
|
347574
|
-
parent_proposal_id: z.ZodType<string
|
|
347575
|
-
media_buy_id: z.ZodType<string
|
|
347576
|
-
opportunity_id: z.ZodType<string
|
|
347577
|
-
base_media_buy_revision: z.ZodType<number
|
|
347522
|
+
parent_proposal_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347523
|
+
media_buy_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347524
|
+
opportunity_id: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347525
|
+
base_media_buy_revision: z.ZodOptional<z.ZodType<number, number, z.core.$ZodTypeInternals<number, number>>>;
|
|
347578
347526
|
proposal_status: z.ZodType<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus, z.core.$ZodTypeInternals<import("./core.generated").ProposalStatus, import("./core.generated").ProposalStatus>>;
|
|
347579
|
-
accepted_at: z.ZodType<string
|
|
347580
|
-
expires_at: z.ZodType<string
|
|
347527
|
+
accepted_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347528
|
+
expires_at: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347581
347529
|
name: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
347582
|
-
description: z.ZodType<string
|
|
347583
|
-
brief_alignment: z.ZodType<string
|
|
347530
|
+
description: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347531
|
+
brief_alignment: z.ZodOptional<z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>>;
|
|
347584
347532
|
commercial_terms: z.ZodType<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms, z.core.$ZodTypeInternals<import("./core.generated").CommercialTerms, import("./core.generated").CommercialTerms>>;
|
|
347585
347533
|
terms_digest: z.ZodType<string, string, z.core.$ZodTypeInternals<string, string>>;
|
|
347586
|
-
insertion_order: z.ZodType<import("./core.generated").InsertionOrder
|
|
347587
|
-
total_budget_guidance: z.ZodType<{
|
|
347534
|
+
insertion_order: z.ZodOptional<z.ZodType<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder, z.core.$ZodTypeInternals<import("./core.generated").InsertionOrder, import("./core.generated").InsertionOrder>>>;
|
|
347535
|
+
total_budget_guidance: z.ZodOptional<z.ZodType<{
|
|
347588
347536
|
min?: number;
|
|
347589
347537
|
recommended?: number;
|
|
347590
347538
|
max?: number;
|
|
347591
347539
|
currency: string;
|
|
347592
|
-
}
|
|
347540
|
+
}, {
|
|
347593
347541
|
min?: number;
|
|
347594
347542
|
recommended?: number;
|
|
347595
347543
|
max?: number;
|
|
347596
347544
|
currency: string;
|
|
347597
|
-
}
|
|
347545
|
+
}, z.core.$ZodTypeInternals<{
|
|
347598
347546
|
min?: number;
|
|
347599
347547
|
recommended?: number;
|
|
347600
347548
|
max?: number;
|
|
347601
347549
|
currency: string;
|
|
347602
|
-
}
|
|
347550
|
+
}, {
|
|
347603
347551
|
min?: number;
|
|
347604
347552
|
recommended?: number;
|
|
347605
347553
|
max?: number;
|
|
347606
347554
|
currency: string;
|
|
347607
|
-
}
|
|
347608
|
-
forecast: z.ZodType<import("./core.generated").CanonicalDeliveryForecast
|
|
347555
|
+
}>>>;
|
|
347556
|
+
forecast: z.ZodOptional<z.ZodType<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast, z.core.$ZodTypeInternals<import("./core.generated").CanonicalDeliveryForecast, import("./core.generated").CanonicalDeliveryForecast>>>;
|
|
347609
347557
|
}, z.core.$loose> & z.ZodType<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>, z.core.$ZodTypeInternals<CanonicalProposal & Record<string, unknown>, CanonicalProposal & Record<string, unknown>>>, z.ZodObject<{
|
|
347610
347558
|
proposal_status: z.ZodLiteral<"accepted">;
|
|
347611
347559
|
media_buy_id: z.ZodString;
|
|
@@ -347765,10 +347713,10 @@ export declare const AcceptProposalResponseSchema: z.ZodUnion<readonly [z.ZodObj
|
|
|
347765
347713
|
replayed: z.ZodOptional<z.ZodLiteral<true>>;
|
|
347766
347714
|
}, z.core.$loose>]>;
|
|
347767
347715
|
export declare const CreateMediaBuyRequestSchema: z.ZodObject<{
|
|
347768
|
-
[K in keyof CreateMediaBuyRequest]-?: z.ZodType<CreateMediaBuyRequest[K], CreateMediaBuyRequest[K]>;
|
|
347716
|
+
[K in keyof CreateMediaBuyRequest]-?: undefined extends CreateMediaBuyRequest[K] ? z.ZodOptional<z.ZodType<Exclude<CreateMediaBuyRequest[K], undefined>, Exclude<CreateMediaBuyRequest[K], undefined>>> : z.ZodType<CreateMediaBuyRequest[K], CreateMediaBuyRequest[K]>;
|
|
347769
347717
|
}, z.core.$loose> & z.ZodType<CreateMediaBuyRequest & Record<string, unknown>, CreateMediaBuyRequest & Record<string, unknown>>;
|
|
347770
347718
|
export declare const UpdateMediaBuyRequestSchema: z.ZodObject<{
|
|
347771
|
-
[K in keyof UpdateMediaBuyRequest]-?: z.ZodType<UpdateMediaBuyRequest[K], UpdateMediaBuyRequest[K]>;
|
|
347719
|
+
[K in keyof UpdateMediaBuyRequest]-?: undefined extends UpdateMediaBuyRequest[K] ? z.ZodOptional<z.ZodType<Exclude<UpdateMediaBuyRequest[K], undefined>, Exclude<UpdateMediaBuyRequest[K], undefined>>> : z.ZodType<UpdateMediaBuyRequest[K], UpdateMediaBuyRequest[K]>;
|
|
347772
347720
|
}, z.core.$loose> & z.ZodType<UpdateMediaBuyRequest & Record<string, unknown>, UpdateMediaBuyRequest & Record<string, unknown>>;
|
|
347773
347721
|
export declare const GetMediaBuysResponseMediaBuySchema: z.ZodType;
|
|
347774
347722
|
export declare const ListedCreativeNamedFormatReferenceSchema: z.ZodType;
|