From e554cd4e82009168e96dfea8b443aed6a89d2dca Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:22:02 +0100 Subject: [PATCH 01/60] swagger file generated From 621e3fae5622519a392bf32ef0138013d8e72c06 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:25:36 +0100 Subject: [PATCH 02/60] swagger file generated From 55a92afbad72ba43dfc2d626d487763decf96d54 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:35:56 +0100 Subject: [PATCH 03/60] swagger file generated From ad634a2f78e8343ea04152dc0eda0c986d917bec Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:29:32 +0100 Subject: [PATCH 04/60] swagger file generated From 081fc528f8740739bc0fd0f9e6f74ba7a60a0103 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:38:07 +0100 Subject: [PATCH 05/60] swagger file generated From bae0470f6d5898a99e300d6a7cabed98d93b77a2 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:38:36 +0100 Subject: [PATCH 06/60] swagger file generated From d9b346e0290f123f671ed7c5dba4167f8e2cbf83 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:19:02 +0100 Subject: [PATCH 07/60] swagger file generated From cf11850eeccabdd1cc1bd8db2d3287198e34457d Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:39:04 +0100 Subject: [PATCH 08/60] swagger file generated --- static/swagger.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/static/swagger.json b/static/swagger.json index 9180610..1b7ca8c 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -3893,7 +3893,9 @@ "STRING_SET", "FLOAT_ARRAY", "TIMESTAMP", - "TIMESTAMP_ARRAY" + "TIMESTAMP_ARRAY", + "GEO", + "GEO_ARRAY" ], "type": "string" }, @@ -15376,7 +15378,9 @@ "STRING_SET", "FLOAT_ARRAY", "TIMESTAMP", - "TIMESTAMP_ARRAY" + "TIMESTAMP_ARRAY", + "GEO", + "GEO_ARRAY" ], "type": "string" }, @@ -16671,7 +16675,9 @@ "STRING_SET", "FLOAT_ARRAY", "TIMESTAMP", - "TIMESTAMP_ARRAY" + "TIMESTAMP_ARRAY", + "GEO", + "GEO_ARRAY" ], "type": "string" }, From 07516c788776658bcc3dfea6e8e1da8c8303c367 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:05:03 +0100 Subject: [PATCH 09/60] swagger file generated From a74c841dee2ec0668a7161b77dbad6c6d16b8bc3 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:47:04 +0100 Subject: [PATCH 10/60] swagger file generated From 9fef79f89a8e9d384b4f1d0297db94f302c836b6 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:34:29 +0100 Subject: [PATCH 11/60] swagger file generated From 5a38426aabe092ee8e6363c3ccebda6866ab802f Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:18:03 +0100 Subject: [PATCH 12/60] swagger file generated From 53b9a5e8dfcd851242c01c387a8af8a8e68b4ea0 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:47:58 +0100 Subject: [PATCH 13/60] swagger file generated From 6f7825d5a4eded6607c1c9b4ee7ee848fef591d6 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:33:40 +0100 Subject: [PATCH 14/60] swagger file generated --- static/swagger.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/swagger.json b/static/swagger.json index 1b7ca8c..e0bc93c 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -1798,6 +1798,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "If true, allow the dataset to hide key stats.", + "type": "boolean" + }, "intersection_only": { "description": "Whether the dataset should only allow intersection queries.", "type": "boolean" @@ -4209,6 +4213,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "If true, allow the dataset to hide key stats.", + "type": "boolean" + }, "intersection_only": { "description": "Whether the dataset should only allow intersection queries.", "type": "boolean" From bb56cf19c328de6da90d1f9c219b53022daa5101 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:14:54 +0100 Subject: [PATCH 15/60] swagger file generated From f7d068976d9c0e02907abffdab0645d0abe004c6 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:19:09 +0100 Subject: [PATCH 16/60] swagger file generated From 0979484aec6feb81e1e35f1b6ae1a41102687c10 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:22:52 +0100 Subject: [PATCH 17/60] swagger file generated From ee247163fbd0d928805a95539c98d84dc90e68aa Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:16:45 +0100 Subject: [PATCH 18/60] swagger file generated From 8bf646d0e4ceb01d773d338069a0064095ef11a1 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:03:52 +0100 Subject: [PATCH 19/60] swagger file generated From 1224faeaccb7cf5ed061459308f71783b4ed2eb6 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:37:21 +0100 Subject: [PATCH 20/60] swagger file generated From 84a33dc851c92d3807e22220f25c83de892497f6 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:08:33 +0100 Subject: [PATCH 21/60] swagger file generated From 0bfc26a3a8ca001ace4ad9162ff4d24822fd3fd4 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:04:04 +0100 Subject: [PATCH 22/60] swagger file generated From 1c1594d1e27de59c9a4ffb35b3f3ea0b8ac5ca98 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:40:12 +0100 Subject: [PATCH 23/60] swagger file generated From f51876f9453d1cd7f59bd6006354f50eb9e6b707 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:05:37 +0100 Subject: [PATCH 24/60] swagger file generated --- static/swagger.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/static/swagger.json b/static/swagger.json index e0bc93c..dc76cca 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -5660,6 +5660,14 @@ }, "type": "array" }, + "geo_key_resolutions": { + "description": "GeoKeyResolutions is an optional list of resolutions to use when creating a geo key\nfrom the input column.", + "items": { + "format": "int64", + "type": "integer" + }, + "type": "array" + }, "input_column": { "description": "InputColumn is the name of the column in the input recordset to be used\nto create the custom key.", "type": "string" @@ -11729,6 +11737,14 @@ }, "type": "array" }, + "geo_key_resolutions": { + "description": "GeoKeyResolutions is an optional list of resolutions to use when creating a geo key\nfrom the input column.", + "items": { + "format": "int64", + "type": "integer" + }, + "type": "array" + }, "input_column": { "description": "InputColumn is the name of the column in the input recordset to be used\nto create the custom key.", "type": "string" From 935b43f315784b985060ccaf40389e1c0d94e9db Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:14:52 +0100 Subject: [PATCH 25/60] swagger file generated From 66b6a90985485893b9ee197c1eeb8ddd91d339b8 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:10:33 +0100 Subject: [PATCH 26/60] swagger file generated From 79296d31867ff33133596dadd5eaf29bb9131861 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 7 Jul 2026 12:49:03 +0100 Subject: [PATCH 27/60] swagger file generated From f9e864abcceeba589397a85adc070ec0030dbb24 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:23:02 +0100 Subject: [PATCH 28/60] swagger file generated From e2b963b281ddc80375473d34108e7800a9678cf5 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:00:30 +0100 Subject: [PATCH 29/60] swagger file generated --- static/swagger.json | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/static/swagger.json b/static/swagger.json index dc76cca..14da1ef 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -5660,14 +5660,6 @@ }, "type": "array" }, - "geo_key_resolutions": { - "description": "GeoKeyResolutions is an optional list of resolutions to use when creating a geo key\nfrom the input column.", - "items": { - "format": "int64", - "type": "integer" - }, - "type": "array" - }, "input_column": { "description": "InputColumn is the name of the column in the input recordset to be used\nto create the custom key.", "type": "string" @@ -5702,7 +5694,8 @@ "FLOAT", "STRING", "TIMESTAMP", - "BOOL" + "BOOL", + "GEO" ], "type": "string" }, @@ -11737,14 +11730,6 @@ }, "type": "array" }, - "geo_key_resolutions": { - "description": "GeoKeyResolutions is an optional list of resolutions to use when creating a geo key\nfrom the input column.", - "items": { - "format": "int64", - "type": "integer" - }, - "type": "array" - }, "input_column": { "description": "InputColumn is the name of the column in the input recordset to be used\nto create the custom key.", "type": "string" @@ -11766,7 +11751,8 @@ "FLOAT", "STRING", "TIMESTAMP", - "BOOL" + "BOOL", + "GEO" ], "type": "string" }, From 0c63440dcf4201d869c635c4c29d73d89cc1fc55 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:30:48 +0100 Subject: [PATCH 30/60] swagger file generated From 06eee45f1a44d32335a78ef19a153c427f4a9c3f Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:58:23 +0100 Subject: [PATCH 31/60] swagger file generated From f0b7a33631f8087517a3f281cd3e56dcb1af55c3 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:29:52 +0100 Subject: [PATCH 32/60] swagger file generated From 9b8019b705219e868d1b9a4e879615a7e64c8088 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:11:44 +0100 Subject: [PATCH 33/60] swagger file generated From 37cfdabf877b2845a81472a75b9fd3e9114c7918 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:54:03 +0100 Subject: [PATCH 34/60] swagger file generated From 58be5324d1486e3013bed5f64b5b650797900405 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:11:55 +0100 Subject: [PATCH 35/60] swagger file generated From 8cac412b99ec8a7fbefc7627db912000423d063c Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:08:31 +0100 Subject: [PATCH 36/60] swagger file generated From 69f8f597879c277d19e80a42d318ae6e6220f549 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:15:59 +0100 Subject: [PATCH 37/60] swagger file generated From a7bafc8d43046ffbd86f1ba1cb826b69043a6229 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:47:17 +0100 Subject: [PATCH 38/60] swagger file generated From 0a4cd288dc123dd31743c2cab8cf3798daf75af0 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:39:50 +0100 Subject: [PATCH 39/60] swagger file generated From df9cae5e69a93c54ed9f181628c7e8a32d411717 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:12:39 +0100 Subject: [PATCH 40/60] swagger file generated From 81799c96b7823e5a3f19d15a7a6c43e89efac6c7 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:00:57 +0100 Subject: [PATCH 41/60] swagger file generated From 7db32932f10576822c19700d1a2129bc39ca2ab3 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:22:41 +0100 Subject: [PATCH 42/60] swagger file generated From 3a5bc5bbb56c210093c1956ea393202fe8cd64b4 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:32:26 +0100 Subject: [PATCH 43/60] swagger file generated From 1a74fdb5f7a71d1d07dab6ec7956c95807f0b910 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:38:10 +0100 Subject: [PATCH 44/60] swagger file generated From e8b6335fc9aeb2fda088328e720827962bfc4ea7 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:34:44 +0100 Subject: [PATCH 45/60] swagger file generated From addc9737b55bd4be9d14f85ad3976f1d7340131e Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:17:19 +0100 Subject: [PATCH 46/60] swagger file generated --- static/swagger.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/static/swagger.json b/static/swagger.json index 14da1ef..bbda605 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -7808,6 +7808,14 @@ "prefix": { "description": "The prefix within the specified bucket.", "type": "string" + }, + "secret_auth": { + "allOf": [ + { + "$ref": "#/definitions/Import_Connectors.GCSSecretAuthDetail" + } + ], + "description": "Authenticate to the provided GCS bucket using GCS Secret Auth." } }, "type": "object" @@ -7822,6 +7830,10 @@ }, "type": "object" }, + "GCSSecretAuthDetail": { + "description": "GCSSecretAuthDetail holds any auth details.", + "type": "object" + }, "GPGDetails": { "description": "GPGDetails contains the details about the GPG key associated with an ICC.", "properties": { @@ -9007,6 +9019,14 @@ "prefix": { "description": "The prefix within the specified bucket.", "type": "string" + }, + "secret_auth": { + "allOf": [ + { + "$ref": "#/definitions/Import_Connectors.GCSSecretAuthDetail" + } + ], + "description": "Authenticate to the provided GCS bucket using GCS Secret Auth." } }, "type": "object" @@ -9021,6 +9041,10 @@ }, "type": "object" }, + "Import_Connectors.GCSSecretAuthDetail": { + "description": "GCSSecretAuthDetail holds any auth details.", + "type": "object" + }, "Import_Connectors.GPGDetails": { "description": "GPGDetails contains the details about the GPG key associated with an ICC.", "properties": { From b7c9c588036ee976d92ecfe9453561ac52450c26 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:02:05 +0100 Subject: [PATCH 47/60] swagger file generated From 46eef33b327a889460fe7dcd68e1ad1d0903fc1d Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:06:30 +0100 Subject: [PATCH 48/60] swagger file generated From a3b3614b423ab1a38b2df52375e2edc4d1e39a49 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:22:39 +0100 Subject: [PATCH 49/60] swagger file generated --- static/swagger.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/swagger.json b/static/swagger.json index bbda605..2e2f2e5 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -4610,6 +4610,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "Whether the statistics of this collaboration should be hidden", + "type": "boolean" + }, "intersection_only": { "description": "If true, restricts the dataset to being used in queries where it is intersected with at least one other dataset.", "type": "boolean" @@ -5837,6 +5841,10 @@ }, "type": "array" }, + "hide_dataset_stats": { + "description": "Whether the statistics of this collaboration should be hidden", + "type": "boolean" + }, "intersection_only": { "description": "If true, restricts the dataset to being used in queries where it is intersected with at least one other dataset.", "type": "boolean" From eac8547c856743560666d30646c32b0b7f9621e9 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:36:38 +0100 Subject: [PATCH 50/60] swagger file generated From 6cdb8d7f8c9d8cf6f509f0de82501a2373428f7c Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:19:22 +0100 Subject: [PATCH 51/60] swagger file generated From 4adde8963efb844128689b927fe737f1412238f5 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:18:05 +0100 Subject: [PATCH 52/60] swagger file generated From ad563f7655c703781dcc1c12db7fdc194f468d13 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:06:01 +0100 Subject: [PATCH 53/60] swagger file generated From 197e3b0d5be1cbb9d8090ad15c73e9c6bfe41ee3 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:32:08 +0100 Subject: [PATCH 54/60] swagger file generated From fa296d98f1e70f5283ce8fd0bf010b834cd86c7b Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:57:42 +0100 Subject: [PATCH 55/60] swagger file generated From ea76a3d8a43144058fbc0fb447628b934dbea6a6 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:35:53 +0100 Subject: [PATCH 56/60] swagger file generated --- static/swagger.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/swagger.json b/static/swagger.json index 2e2f2e5..e9e53a6 100644 --- a/static/swagger.json +++ b/static/swagger.json @@ -3478,7 +3478,7 @@ "description": "DatasetSummary is the summary view of a dataset.", "properties": { "attributes": { - "description": "The list of attributes for this dataset. Will only be populated for dataset type 'INSIGHT'", + "description": "The list of attributes for this dataset. Will only be populated for dataset type 'UNIFIED' or 'INSIGHT", "items": { "$ref": "#/definitions/Collaboration_Datasets.AttributeSummary", "type": "object" @@ -3502,7 +3502,7 @@ "type": "array" }, "output_columns": { - "description": "The list of output columns for this dataset. Will only be populated for dataset type 'IDENTITY'", + "description": "The list of output columns for this dataset. Will only be populated for dataset type 'UNIFIED' or 'IDENTITY'", "items": { "type": "string" }, @@ -5919,7 +5919,7 @@ "description": "DatasetSummary is the summary view of a dataset.", "properties": { "attributes": { - "description": "The list of attributes for this dataset. Will only be populated for dataset type 'INSIGHT'", + "description": "The list of attributes for this dataset. Will only be populated for dataset type 'UNIFIED' or 'INSIGHT", "items": { "$ref": "#/definitions/Collaboration_Datasets.AttributeSummary", "type": "object" @@ -5943,7 +5943,7 @@ "type": "array" }, "output_columns": { - "description": "The list of output columns for this dataset. Will only be populated for dataset type 'IDENTITY'", + "description": "The list of output columns for this dataset. Will only be populated for dataset type 'UNIFIED' or 'IDENTITY'", "items": { "type": "string" }, From 6f23e68d3a42076467d673a8d71c2cfcb5ea7db0 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:24:00 +0100 Subject: [PATCH 57/60] swagger file generated From 3b8de66af980096e0b60fabb62956c4bf0abe094 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:35:44 +0100 Subject: [PATCH 58/60] swagger file generated From 99a49a975e95be6c8bfff605439b0ca21f719241 Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Mon, 21 Sep 2026 14:35:07 +0100 Subject: [PATCH 59/60] swagger file generated From 7ebab2502b9920ee842ac742684847ab388680dc Mon Sep 17 00:00:00 2001 From: InfoSum <56823225+is-user@users.noreply.github.com> Date: Tue, 22 Sep 2026 10:24:31 +0100 Subject: [PATCH 60/60] swagger file generated