Tenants
Bulk operations

Bulk set tenants

Set or update up to 1,000 tenants in a single operation.

post/v1/tenants/bulk/set

Request body

Example request

{
  "tenants": [
    {
      "id": "tenant_1",
      "name": "Acme Corp, Inc."
    }
  ]
}

Response

OK

__typenamestring required

The typename of the schema.

completed_atstring date-time nullable

Timestamp when the bulk operation was completed.

error_countinteger

The number of failed operations.

estimated_total_rowsinteger required

The estimated total number of rows to process.

failed_atstring date-time nullable

Timestamp when the bulk operation failed.

idstring uuid required

Unique identifier for the bulk operation.

inserted_atstring date-time required

Timestamp when the resource was created.

namestring required

The name of the bulk operation.

processed_rowsinteger required

The number of rows processed so far.

progress_pathstring uri

The URI to the bulk operation's progress.

started_atstring date-time nullable

Timestamp when the bulk operation was started.

status'queued' | 'processing' | 'completed' | 'failed' required

The status of the bulk operation.

success_countinteger required

The number of successful operations.

updated_atstring date-time required

The timestamp when the resource was last updated.

Example response

{
  "__typename": "BulkOperation",
  "completed_at": null,
  "error_count": 0,
  "error_items": [],
  "estimated_total_rows": 1000,
  "failed_at": null,
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "inserted_at": "2024-05-22T12:00:00Z",
  "name": "Bulk operation name",
  "processed_rows": 0,
  "progress_path": "https://api.switchboard.com/v1/bulk_operations/123e4567-e89b-12d3-a456-426614174000",
  "started_at": null,
  "status": "processing",
  "success_count": 0,
  "updated_at": "2024-05-22T12:00:00Z"
}

Changes

Changed in 7 of the 30 revisions of this API.481291

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_between enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

  • b0b2bad5055746230See the full diff
    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-removed

    • removed the enum value is_timestamp_after of the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-removed

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator

      request-property-enum-value-added

    • added the new not_exists enum value to the request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator

      request-property-enum-value-added

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/name

      new-optional-request-property

    • added PushChannelDataDevicesOnly AWSSNSPushChannelDataDevicesOnly to the tenants/items/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/ request property oneOf list

      request-property-one-of-added

  • 40ca41599f5719See the full diff
    • removed PushChannelData OneSignalChannelData AwsSnsPushChannelData from the tenants/items/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/ request property oneOf list

      request-property-one-of-removed

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/channels

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/commercial_subscribed

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/categories/anyOf[subschema #1: PreferenceSetRequestCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/channels

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/commercial_subscribed

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/workflows/anyOf[subschema #1: PreferenceSetRequestWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels

      new-optional-request-property

    • added PushChannelDataTokensOnly AWSSNSPushChannelDataTargetARNsOnly OneSignalChannelDataPlayerIdsOnly to the tenants/items/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/ request property oneOf list

      request-property-one-of-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added AwsSnsPushChannelData to the tenants/items/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/ request property oneOf list

      request-property-one-of-added

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/preferences/oneOf[subschema #2: InlinePreferenceSetRequest]/additionalProperties/__persistence_strategy__

      new-optional-request-property

    • added the new optional request property tenants/items/oneOf[subschema #2: TenantRequest]/settings/preference_set/oneOf[subschema #2: PreferenceSetRequest]/__persistence_strategy__

      new-optional-request-property

  • 923618cb1489111See the full diff
    • the tenants/items/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/ request property type/format changed from object/ to /

      request-property-type-changed

    • removed the request property tenants/items/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/data

      request-property-removed

    • added PushChannelData OneSignalChannelData SlackChannelData MsTeamsChannelData DiscordChannelData to the tenants/items/oneOf[subschema #2: TenantRequest]/channel_data/oneOf[subschema #2: InlineChannelDataRequest]/additionalProperties/ request property oneOf list

      request-property-one-of-added