From 20ef678c936fd0158fd376824ee2931784833b85 Mon Sep 17 00:00:00 2001 From: Chris Eberle Date: Fri, 3 Apr 2026 13:43:46 -0700 Subject: [PATCH] change filter to fieldFilters --- api/generated/api.json | 306 ++++++++++----------- catalog/generated/catalog.json | 2 +- config/config.yaml | 4 +- config/generated/config.json | 42 +-- notifications/generated/notifications.json | 28 +- 5 files changed, 203 insertions(+), 179 deletions(-) diff --git a/api/generated/api.json b/api/generated/api.json index 440dc9b..36d19d5 100644 --- a/api/generated/api.json +++ b/api/generated/api.json @@ -12044,13 +12044,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -12191,13 +12191,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -12230,13 +12230,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -12254,13 +12254,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -12611,7 +12611,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -12646,7 +12646,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -13041,7 +13041,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -13076,7 +13076,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -13286,7 +13286,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -13321,7 +13321,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -14598,7 +14598,6 @@ "default": "api:create-installation" }, "content": { - "description": "The content of the config.", "title": "Config Content", "allOf": [ { @@ -14779,7 +14778,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -14814,7 +14813,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -15209,7 +15208,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -15244,7 +15243,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -15454,7 +15453,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -15489,7 +15488,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -16171,7 +16170,8 @@ } } } - ] + ], + "description": "The content of the config." } }, "description": "The config of the installation." @@ -16308,13 +16308,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -16455,13 +16455,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -16494,13 +16494,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -16518,13 +16518,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -16875,7 +16875,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -16910,7 +16910,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -17305,7 +17305,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -17340,7 +17340,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -17550,7 +17550,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -17585,7 +17585,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -19164,13 +19164,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -19311,13 +19311,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -19350,13 +19350,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -19374,13 +19374,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -19731,7 +19731,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -19766,7 +19766,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -20161,7 +20161,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -20196,7 +20196,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -20406,7 +20406,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -20441,7 +20441,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -22089,7 +22089,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -22124,7 +22124,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -22576,13 +22576,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -22723,13 +22723,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -22762,13 +22762,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -22786,13 +22786,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -23143,7 +23143,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -23178,7 +23178,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -23573,7 +23573,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -23608,7 +23608,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -23818,7 +23818,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -23853,7 +23853,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -25274,13 +25274,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -25421,13 +25421,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -25460,13 +25460,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -25484,13 +25484,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -25841,7 +25841,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -25876,7 +25876,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -26271,7 +26271,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -26306,7 +26306,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -26516,7 +26516,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -26551,7 +26551,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -28493,13 +28493,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -28640,13 +28640,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -28679,13 +28679,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -28703,13 +28703,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -29060,7 +29060,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -29095,7 +29095,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -29490,7 +29490,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -29525,7 +29525,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -29735,7 +29735,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -29770,7 +29770,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -33328,7 +33328,7 @@ "type": "string", "description": "The time the operation was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } } @@ -35009,7 +35009,7 @@ "type": "string", "description": "The time the operation was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -35281,7 +35281,7 @@ "timestamp": { "type": "string", "description": "The time the log was created.", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "message": { "type": "object", @@ -42106,13 +42106,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -42145,13 +42145,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -42169,13 +42169,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -43136,13 +43136,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -43175,13 +43175,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -43199,13 +43199,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -44297,13 +44297,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -44336,13 +44336,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -44360,13 +44360,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -45389,13 +45389,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -45428,13 +45428,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -45452,13 +45452,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -67067,13 +67067,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -67214,13 +67214,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -67253,13 +67253,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -67277,13 +67277,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -67634,7 +67634,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -67669,7 +67669,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -68064,7 +68064,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -68099,7 +68099,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -68309,7 +68309,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -68344,7 +68344,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -69274,7 +69274,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -69309,7 +69309,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -69704,7 +69704,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -69739,7 +69739,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -69949,7 +69949,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -69984,7 +69984,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -70788,13 +70788,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -70827,13 +70827,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -70851,13 +70851,13 @@ "type": "string", "description": "The time the connection was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the connection was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "authScheme": { "type": "string", @@ -71789,13 +71789,13 @@ "type": "string", "description": "The time the group was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the group was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -71828,13 +71828,13 @@ "type": "string", "description": "The time the consumer was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "updateTime": { "type": "string", "description": "The time the consumer was last updated.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -71961,7 +71961,7 @@ "type": "string", "description": "The time the operation was created.", "format": "date-time", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" } } }, @@ -72021,7 +72021,7 @@ "timestamp": { "type": "string", "description": "The time the log was created.", - "example": "2023-07-13T21:34:44.816Z" + "example": "2023-07-13T21:34:44.816354Z" }, "message": { "type": "object", diff --git a/catalog/generated/catalog.json b/catalog/generated/catalog.json index a1f7747..c4e90d7 100644 --- a/catalog/generated/catalog.json +++ b/catalog/generated/catalog.json @@ -2678,7 +2678,7 @@ "properties": { "timestamp": { "type": "string", - "example": "2024-07-30T22:14:51.000Z", + "example": "2024-07-30T15:14:51-07:00", "description": "An RFC3339 formatted timestamp of when the catalog was generated.", "x-oapi-codegen-extra-tags": { "validate": "required" diff --git a/config/config.yaml b/config/config.yaml index 88074b2..11c3d00 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -99,7 +99,7 @@ components: $ref: '#/components/schemas/SelectedFieldsAutoConfig' backfill: $ref: '#/components/schemas/BackfillConfig' - filter: + fieldFilters: type: array description: > Filters to apply when reading records during incremental reads and backfill. @@ -379,7 +379,7 @@ components: properties: defaultPeriod: $ref: '#/components/schemas/DefaultPeriodConfig' - filter: + fieldFilters: type: array description: > Filters to apply only during backfill. Multiple conditions are joined by AND. diff --git a/config/generated/config.json b/config/generated/config.json index 4575e07..f7c9506 100644 --- a/config/generated/config.json +++ b/config/generated/config.json @@ -190,7 +190,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -225,7 +225,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -620,7 +620,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -655,7 +655,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -855,7 +855,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -890,7 +890,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -1856,7 +1856,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -1891,7 +1891,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -2286,7 +2286,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -2321,7 +2321,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -2531,7 +2531,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -2566,7 +2566,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -3422,7 +3422,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -3457,7 +3457,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -3667,7 +3667,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -3702,7 +3702,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -3917,7 +3917,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -3952,7 +3952,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -5112,7 +5112,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, @@ -5147,7 +5147,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply when reading records during incremental reads and backfill. Multiple conditions are joined by AND. Each field can only have one condition.\n", "x-go-type-skip-optional-pointer": true, @@ -5543,7 +5543,7 @@ } } }, - "filter": { + "fieldFilters": { "type": "array", "description": "Filters to apply only during backfill. Multiple conditions are joined by AND. Use this when you want different filter behavior for backfill vs. incremental reads.\n", "x-go-type-skip-optional-pointer": true, diff --git a/notifications/generated/notifications.json b/notifications/generated/notifications.json index 35eddcb..0850711 100644 --- a/notifications/generated/notifications.json +++ b/notifications/generated/notifications.json @@ -1016,7 +1016,7 @@ { "type": "object", "properties": { - "error": { + "errors": { "type": "array", "items": { "type": "string" @@ -1026,6 +1026,18 @@ "Authentication failed", "Token refresh error" ] + }, + "error": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Deprecated. Use `errors` instead. Array of error messages describing the connection error. Kept for backward compatibility.", + "deprecated": true, + "example": [ + "Authentication failed", + "Token refresh error" + ] } } } @@ -2167,7 +2179,7 @@ { "type": "object", "properties": { - "error": { + "errors": { "type": "array", "items": { "type": "string" @@ -2177,6 +2189,18 @@ "Authentication failed", "Token refresh error" ] + }, + "error": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Deprecated. Use `errors` instead. Array of error messages describing the connection error. Kept for backward compatibility.", + "deprecated": true, + "example": [ + "Authentication failed", + "Token refresh error" + ] } } }