diff --git a/src/resources/accounts/accounts.ts b/src/resources/accounts/accounts.ts index e37cabafd0..0c4cc88b78 100644 --- a/src/resources/accounts/accounts.ts +++ b/src/resources/accounts/accounts.ts @@ -108,8 +108,8 @@ export namespace Account { enforce_twofactor?: boolean; /** - * Indicates whether new zones should use the account-level custom nameservers by - * default. + * @deprecated: Indicates whether new zones should use the account-level custom + * nameservers by default. * * Deprecated in favor of `default_nameservers`. */ @@ -166,8 +166,8 @@ export namespace AccountUpdateParams { enforce_twofactor?: boolean; /** - * Indicates whether new zones should use the account-level custom nameservers by - * default. + * @deprecated: Indicates whether new zones should use the account-level custom + * nameservers by default. * * Deprecated in favor of `default_nameservers`. */ diff --git a/src/resources/custom-nameservers.ts b/src/resources/custom-nameservers.ts index 896f081ed9..debb711fd4 100644 --- a/src/resources/custom-nameservers.ts +++ b/src/resources/custom-nameservers.ts @@ -97,7 +97,7 @@ export interface CustomNameserverCreateResponse { ns_name: string; /** - * Verification status of the nameserver. + * @deprecated: Verification status of the nameserver. */ status: 'moved' | 'pending' | 'verified'; @@ -148,7 +148,7 @@ export namespace CustomNameserverGetResponse { ns_name: string; /** - * Verification status of the nameserver. + * @deprecated: Verification status of the nameserver. */ status: 'moved' | 'pending' | 'verified'; @@ -197,7 +197,7 @@ export namespace CustomNameserverVerifyResponse { ns_name: string; /** - * Verification status of the nameserver. + * @deprecated: Verification status of the nameserver. */ status: 'moved' | 'pending' | 'verified'; diff --git a/src/resources/dns/firewall/firewall.ts b/src/resources/dns/firewall/firewall.ts index f507075096..97c191c81f 100644 --- a/src/resources/dns/firewall/firewall.ts +++ b/src/resources/dns/firewall/firewall.ts @@ -143,7 +143,7 @@ export interface FirewallCreateResponse { negative_cache_ttl?: number | null; /** - * Deprecated alias for "upstream_ips". + * @deprecated: Deprecated alias for "upstream_ips". */ origin_ips?: unknown; @@ -172,7 +172,7 @@ export namespace FirewallCreateResponse { enabled?: boolean; /** - * Deprecated alias for "only_when_upstream_unhealthy". + * @deprecated: Deprecated alias for "only_when_upstream_unhealthy". */ only_when_origin_unhealthy?: unknown; @@ -234,7 +234,7 @@ export interface FirewallListResponse { negative_cache_ttl?: number | null; /** - * Deprecated alias for "upstream_ips". + * @deprecated: Deprecated alias for "upstream_ips". */ origin_ips?: unknown; @@ -263,7 +263,7 @@ export namespace FirewallListResponse { enabled?: boolean; /** - * Deprecated alias for "only_when_upstream_unhealthy". + * @deprecated: Deprecated alias for "only_when_upstream_unhealthy". */ only_when_origin_unhealthy?: unknown; @@ -332,7 +332,7 @@ export interface FirewallEditResponse { negative_cache_ttl?: number | null; /** - * Deprecated alias for "upstream_ips". + * @deprecated: Deprecated alias for "upstream_ips". */ origin_ips?: unknown; @@ -361,7 +361,7 @@ export namespace FirewallEditResponse { enabled?: boolean; /** - * Deprecated alias for "only_when_upstream_unhealthy". + * @deprecated: Deprecated alias for "only_when_upstream_unhealthy". */ only_when_origin_unhealthy?: unknown; @@ -423,7 +423,7 @@ export interface FirewallGetResponse { negative_cache_ttl?: number | null; /** - * Deprecated alias for "upstream_ips". + * @deprecated: Deprecated alias for "upstream_ips". */ origin_ips?: unknown; @@ -452,7 +452,7 @@ export namespace FirewallGetResponse { enabled?: boolean; /** - * Deprecated alias for "only_when_upstream_unhealthy". + * @deprecated: Deprecated alias for "only_when_upstream_unhealthy". */ only_when_origin_unhealthy?: unknown; @@ -540,7 +540,7 @@ export namespace FirewallCreateParams { enabled?: boolean; /** - * Deprecated alias for "only_when_upstream_unhealthy". + * @deprecated: Deprecated alias for "only_when_upstream_unhealthy". */ only_when_origin_unhealthy?: unknown; @@ -647,7 +647,7 @@ export namespace FirewallEditParams { enabled?: boolean; /** - * Deprecated alias for "only_when_upstream_unhealthy". + * @deprecated: Deprecated alias for "only_when_upstream_unhealthy". */ only_when_origin_unhealthy?: unknown; diff --git a/src/resources/dns/records.ts b/src/resources/dns/records.ts index 8ca534f8bf..e32590f270 100644 --- a/src/resources/dns/records.ts +++ b/src/resources/dns/records.ts @@ -3399,9 +3399,9 @@ export namespace DNSRecord { */ export interface Data { /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -3417,16 +3417,16 @@ export namespace DNSRecord { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -4249,9 +4249,9 @@ export namespace DNSSRVRecord { */ export interface Data { /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -4267,16 +4267,16 @@ export namespace DNSSRVRecord { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -6617,9 +6617,9 @@ export namespace RecordCreateResponse { */ export interface Data { /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -6635,16 +6635,16 @@ export namespace RecordCreateResponse { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -8986,9 +8986,9 @@ export namespace RecordUpdateResponse { */ export interface Data { /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -9004,16 +9004,16 @@ export namespace RecordUpdateResponse { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -11355,9 +11355,9 @@ export namespace RecordListResponse { */ export interface Data { /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -11373,16 +11373,16 @@ export namespace RecordListResponse { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -13731,9 +13731,9 @@ export namespace RecordEditResponse { */ export interface Data { /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -13749,16 +13749,16 @@ export namespace RecordEditResponse { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -16105,9 +16105,9 @@ export namespace RecordGetResponse { */ export interface Data { /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -16123,16 +16123,16 @@ export namespace RecordGetResponse { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -16916,9 +16916,9 @@ export namespace RecordCreateParams { matching_type?: number; /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -16953,9 +16953,9 @@ export namespace RecordCreateParams { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; @@ -16985,9 +16985,9 @@ export namespace RecordCreateParams { selector?: number; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -17192,9 +17192,9 @@ export namespace RecordUpdateParams { matching_type?: number; /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -17229,9 +17229,9 @@ export namespace RecordUpdateParams { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; @@ -17261,9 +17261,9 @@ export namespace RecordUpdateParams { selector?: number; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; @@ -17645,9 +17645,9 @@ export namespace RecordEditParams { matching_type?: number; /** - * A valid hostname. Deprecated in favor of the regular 'name' outside the data - * map. This data map field represents the remainder of the full 'name' after the - * service and protocol. + * @deprecated: A valid hostname. Deprecated in favor of the regular 'name' outside + * the data map. This data map field represents the remainder of the full 'name' + * after the service and protocol. */ name?: string; @@ -17682,9 +17682,9 @@ export namespace RecordEditParams { priority?: number; /** - * A valid protocol, prefixed with an underscore. Deprecated in favor of the - * regular 'name' outside the data map. This data map field normally represents the - * second label of that 'name'. + * @deprecated: A valid protocol, prefixed with an underscore. Deprecated in favor + * of the regular 'name' outside the data map. This data map field normally + * represents the second label of that 'name'. */ proto?: string; @@ -17714,9 +17714,9 @@ export namespace RecordEditParams { selector?: number; /** - * A service type, prefixed with an underscore. Deprecated in favor of the regular - * 'name' outside the data map. This data map field normally represents the first - * label of that 'name'. + * @deprecated: A service type, prefixed with an underscore. Deprecated in favor of + * the regular 'name' outside the data map. This data map field normally represents + * the first label of that 'name'. */ service?: string; diff --git a/src/resources/email-routing/routing/addresses.ts b/src/resources/email-routing/routing/addresses.ts index 9c2d21f779..a62deb6c29 100644 --- a/src/resources/email-routing/routing/addresses.ts +++ b/src/resources/email-routing/routing/addresses.ts @@ -108,8 +108,8 @@ export interface AddressCreateResponse { modified?: string; /** - * Destination address tag. (Deprecated, replaced by destination address - * identifier) + * @deprecated: Destination address tag. (Deprecated, replaced by destination + * address identifier) */ tag?: string; @@ -142,8 +142,8 @@ export interface AddressListResponse { modified?: string; /** - * Destination address tag. (Deprecated, replaced by destination address - * identifier) + * @deprecated: Destination address tag. (Deprecated, replaced by destination + * address identifier) */ tag?: string; @@ -176,8 +176,8 @@ export interface AddressDeleteResponse { modified?: string; /** - * Destination address tag. (Deprecated, replaced by destination address - * identifier) + * @deprecated: Destination address tag. (Deprecated, replaced by destination + * address identifier) */ tag?: string; @@ -210,8 +210,8 @@ export interface AddressGetResponse { modified?: string; /** - * Destination address tag. (Deprecated, replaced by destination address - * identifier) + * @deprecated: Destination address tag. (Deprecated, replaced by destination + * address identifier) */ tag?: string; diff --git a/src/resources/email-routing/routing/disables.ts b/src/resources/email-routing/routing/disables.ts index 34ac59c274..1f3b0de508 100644 --- a/src/resources/email-routing/routing/disables.ts +++ b/src/resources/email-routing/routing/disables.ts @@ -55,8 +55,8 @@ export interface DisableCreateResponse { status?: 'ready' | 'unconfigured' | 'misconfigured' | 'misconfigured/locked' | 'unlocked'; /** - * Email Routing settings tag. (Deprecated, replaced by Email Routing settings - * identifier) + * @deprecated: Email Routing settings tag. (Deprecated, replaced by Email Routing + * settings identifier) */ tag?: string; } diff --git a/src/resources/email-routing/routing/enables.ts b/src/resources/email-routing/routing/enables.ts index 3f34168745..a60aee0162 100644 --- a/src/resources/email-routing/routing/enables.ts +++ b/src/resources/email-routing/routing/enables.ts @@ -54,8 +54,8 @@ export interface EnableCreateResponse { status?: 'ready' | 'unconfigured' | 'misconfigured' | 'misconfigured/locked' | 'unlocked'; /** - * Email Routing settings tag. (Deprecated, replaced by Email Routing settings - * identifier) + * @deprecated: Email Routing settings tag. (Deprecated, replaced by Email Routing + * settings identifier) */ tag?: string; } diff --git a/src/resources/email-routing/routing/routing.ts b/src/resources/email-routing/routing/routing.ts index 6a5c69501c..89708c3975 100644 --- a/src/resources/email-routing/routing/routing.ts +++ b/src/resources/email-routing/routing/routing.ts @@ -65,8 +65,8 @@ export interface RoutingGetResponse { status?: 'ready' | 'unconfigured' | 'misconfigured' | 'misconfigured/locked' | 'unlocked'; /** - * Email Routing settings tag. (Deprecated, replaced by Email Routing settings - * identifier) + * @deprecated: Email Routing settings tag. (Deprecated, replaced by Email Routing + * settings identifier) */ tag?: string; } diff --git a/src/resources/email-routing/routing/rules/catch-alls.ts b/src/resources/email-routing/routing/rules/catch-alls.ts index b370bf09bd..404bed5b83 100644 --- a/src/resources/email-routing/routing/rules/catch-alls.ts +++ b/src/resources/email-routing/routing/rules/catch-alls.ts @@ -61,7 +61,7 @@ export interface CatchAllUpdateResponse { name?: string; /** - * Routing rule tag. (Deprecated, replaced by routing rule identifier) + * @deprecated: Routing rule tag. (Deprecated, replaced by routing rule identifier) */ tag?: string; } @@ -117,7 +117,7 @@ export interface CatchAllGetResponse { name?: string; /** - * Routing rule tag. (Deprecated, replaced by routing rule identifier) + * @deprecated: Routing rule tag. (Deprecated, replaced by routing rule identifier) */ tag?: string; } diff --git a/src/resources/email-routing/routing/rules/rules.ts b/src/resources/email-routing/routing/rules/rules.ts index 70bc291fc5..1b864a6398 100644 --- a/src/resources/email-routing/routing/rules/rules.ts +++ b/src/resources/email-routing/routing/rules/rules.ts @@ -139,7 +139,7 @@ export interface RuleCreateResponse { priority?: number; /** - * Routing rule tag. (Deprecated, replaced by routing rule identifier) + * @deprecated: Routing rule tag. (Deprecated, replaced by routing rule identifier) */ tag?: string; } @@ -210,7 +210,7 @@ export interface RuleUpdateResponse { priority?: number; /** - * Routing rule tag. (Deprecated, replaced by routing rule identifier) + * @deprecated: Routing rule tag. (Deprecated, replaced by routing rule identifier) */ tag?: string; } @@ -281,7 +281,7 @@ export interface RuleListResponse { priority?: number; /** - * Routing rule tag. (Deprecated, replaced by routing rule identifier) + * @deprecated: Routing rule tag. (Deprecated, replaced by routing rule identifier) */ tag?: string; } @@ -352,7 +352,7 @@ export interface RuleDeleteResponse { priority?: number; /** - * Routing rule tag. (Deprecated, replaced by routing rule identifier) + * @deprecated: Routing rule tag. (Deprecated, replaced by routing rule identifier) */ tag?: string; } @@ -423,7 +423,7 @@ export interface RuleGetResponse { priority?: number; /** - * Routing rule tag. (Deprecated, replaced by routing rule identifier) + * @deprecated: Routing rule tag. (Deprecated, replaced by routing rule identifier) */ tag?: string; } diff --git a/src/resources/logpush/datasets/jobs.ts b/src/resources/logpush/datasets/jobs.ts index 3decf59d78..f662bc5078 100644 --- a/src/resources/logpush/datasets/jobs.ts +++ b/src/resources/logpush/datasets/jobs.ts @@ -107,11 +107,11 @@ export namespace JobGetResponse { last_error?: string | null; /** - * This field is deprecated. Use `output_options` instead. Configuration string. It - * specifies things like requested fields and timestamp formats. If migrating from - * the logpull api, copy the url (full url or just the query string) of your call - * here, and logpush will keep on making this call for you, setting start and end - * times appropriately. + * @deprecated: This field is deprecated. Use `output_options` instead. + * Configuration string. It specifies things like requested fields and timestamp + * formats. If migrating from the logpull api, copy the url (full url or just the + * query string) of your call here, and logpush will keep on making this call for + * you, setting start and end times appropriately. */ logpull_options?: string | null; diff --git a/src/resources/logpush/jobs.ts b/src/resources/logpush/jobs.ts index f5eeca6f54..40d955f14a 100644 --- a/src/resources/logpush/jobs.ts +++ b/src/resources/logpush/jobs.ts @@ -235,11 +235,11 @@ export interface JobCreateResponse { last_error?: string | null; /** - * This field is deprecated. Use `output_options` instead. Configuration string. It - * specifies things like requested fields and timestamp formats. If migrating from - * the logpull api, copy the url (full url or just the query string) of your call - * here, and logpush will keep on making this call for you, setting start and end - * times appropriately. + * @deprecated: This field is deprecated. Use `output_options` instead. + * Configuration string. It specifies things like requested fields and timestamp + * formats. If migrating from the logpull api, copy the url (full url or just the + * query string) of your call here, and logpush will keep on making this call for + * you, setting start and end times appropriately. */ logpull_options?: string | null; @@ -389,11 +389,11 @@ export interface JobUpdateResponse { last_error?: string | null; /** - * This field is deprecated. Use `output_options` instead. Configuration string. It - * specifies things like requested fields and timestamp formats. If migrating from - * the logpull api, copy the url (full url or just the query string) of your call - * here, and logpush will keep on making this call for you, setting start and end - * times appropriately. + * @deprecated: This field is deprecated. Use `output_options` instead. + * Configuration string. It specifies things like requested fields and timestamp + * formats. If migrating from the logpull api, copy the url (full url or just the + * query string) of your call here, and logpush will keep on making this call for + * you, setting start and end times appropriately. */ logpull_options?: string | null; @@ -546,11 +546,11 @@ export namespace JobListResponse { last_error?: string | null; /** - * This field is deprecated. Use `output_options` instead. Configuration string. It - * specifies things like requested fields and timestamp formats. If migrating from - * the logpull api, copy the url (full url or just the query string) of your call - * here, and logpush will keep on making this call for you, setting start and end - * times appropriately. + * @deprecated: This field is deprecated. Use `output_options` instead. + * Configuration string. It specifies things like requested fields and timestamp + * formats. If migrating from the logpull api, copy the url (full url or just the + * query string) of your call here, and logpush will keep on making this call for + * you, setting start and end times appropriately. */ logpull_options?: string | null; @@ -703,11 +703,11 @@ export interface JobGetResponse { last_error?: string | null; /** - * This field is deprecated. Use `output_options` instead. Configuration string. It - * specifies things like requested fields and timestamp formats. If migrating from - * the logpull api, copy the url (full url or just the query string) of your call - * here, and logpush will keep on making this call for you, setting start and end - * times appropriately. + * @deprecated: This field is deprecated. Use `output_options` instead. + * Configuration string. It specifies things like requested fields and timestamp + * formats. If migrating from the logpull api, copy the url (full url or just the + * query string) of your call here, and logpush will keep on making this call for + * you, setting start and end times appropriately. */ logpull_options?: string | null;