v1.0.0-rc.40

This commit is contained in:
2025-05-28 18:49:27 +02:00
parent aaae74e70b
commit 53c90ee5d8
340 changed files with 9583 additions and 5919 deletions
@@ -0,0 +1,14 @@
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Selection of an indexing algorithm used by Jungfraujoch
*
*/
export enum indexing_algorithm {
FFBIDX = 'FFBIDX',
FFT = 'FFT',
NONE = 'None',
}