@oqtopus-team/qdash-client 1.8.39 → 1.8.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{api-Dll4kt3K.d.ts → api-CO-2iFJk.d.ts} +4 -8
- package/dist/{chunk-TX5WEYW2.js → chunk-35HYOJHA.js} +13 -33
- package/dist/chunk-35HYOJHA.js.map +1 -0
- package/dist/generated/api.d.ts +2 -2
- package/dist/generated/api.js +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/models.d.ts +1 -1
- package/dist/{validateFileRequest-BPYJjTeM.d.ts → validateFileRequest-BXOhNEJT.d.ts} +626 -126
- package/package.json +1 -1
- package/dist/chunk-TX5WEYW2.js.map +0 -1
|
@@ -3843,11 +3843,52 @@ interface ExecutionIdResponse {
|
|
|
3843
3843
|
* API for QDash
|
|
3844
3844
|
* OpenAPI spec version: 0.0.1
|
|
3845
3845
|
*/
|
|
3846
|
+
type ExecutionLockStatusResponseExecutionId = string | null;
|
|
3847
|
+
|
|
3848
|
+
/**
|
|
3849
|
+
* Generated by orval v7.14.0 🍺
|
|
3850
|
+
* Do not edit manually.
|
|
3851
|
+
* QDash API
|
|
3852
|
+
* API for QDash
|
|
3853
|
+
* OpenAPI spec version: 0.0.1
|
|
3854
|
+
*/
|
|
3855
|
+
type ExecutionLockStatusResponseChipId = string | null;
|
|
3856
|
+
|
|
3857
|
+
/**
|
|
3858
|
+
* Generated by orval v7.14.0 🍺
|
|
3859
|
+
* Do not edit manually.
|
|
3860
|
+
* QDash API
|
|
3861
|
+
* API for QDash
|
|
3862
|
+
* OpenAPI spec version: 0.0.1
|
|
3863
|
+
*/
|
|
3864
|
+
type ExecutionLockStatusResponseName = string | null;
|
|
3865
|
+
|
|
3866
|
+
/**
|
|
3867
|
+
* Generated by orval v7.14.0 🍺
|
|
3868
|
+
* Do not edit manually.
|
|
3869
|
+
* QDash API
|
|
3870
|
+
* API for QDash
|
|
3871
|
+
* OpenAPI spec version: 0.0.1
|
|
3872
|
+
*/
|
|
3873
|
+
type ExecutionLockStatusResponseStatus = string | null;
|
|
3874
|
+
|
|
3875
|
+
/**
|
|
3876
|
+
* Generated by orval v7.14.0 🍺
|
|
3877
|
+
* Do not edit manually.
|
|
3878
|
+
* QDash API
|
|
3879
|
+
* API for QDash
|
|
3880
|
+
* OpenAPI spec version: 0.0.1
|
|
3881
|
+
*/
|
|
3882
|
+
|
|
3846
3883
|
/**
|
|
3847
3884
|
* Response model for the fetch_execution_lock_status endpoint.
|
|
3848
3885
|
*/
|
|
3849
3886
|
interface ExecutionLockStatusResponse {
|
|
3850
3887
|
lock: boolean;
|
|
3888
|
+
execution_id?: ExecutionLockStatusResponseExecutionId;
|
|
3889
|
+
chip_id?: ExecutionLockStatusResponseChipId;
|
|
3890
|
+
name?: ExecutionLockStatusResponseName;
|
|
3891
|
+
status?: ExecutionLockStatusResponseStatus;
|
|
3851
3892
|
}
|
|
3852
3893
|
|
|
3853
3894
|
/**
|
|
@@ -3938,10 +3979,56 @@ type TaskMessage = string | null;
|
|
|
3938
3979
|
* API for QDash
|
|
3939
3980
|
* OpenAPI spec version: 0.0.1
|
|
3940
3981
|
*/
|
|
3941
|
-
type
|
|
3982
|
+
type TaskInputParametersAnyOfAnyOfSource = 'database' | null;
|
|
3983
|
+
|
|
3984
|
+
/**
|
|
3985
|
+
* Generated by orval v7.14.0 🍺
|
|
3986
|
+
* Do not edit manually.
|
|
3987
|
+
* QDash API
|
|
3988
|
+
* API for QDash
|
|
3989
|
+
* OpenAPI spec version: 0.0.1
|
|
3990
|
+
*/
|
|
3991
|
+
type TaskInputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
3992
|
+
|
|
3993
|
+
/**
|
|
3994
|
+
* Generated by orval v7.14.0 🍺
|
|
3995
|
+
* Do not edit manually.
|
|
3996
|
+
* QDash API
|
|
3997
|
+
* API for QDash
|
|
3998
|
+
* OpenAPI spec version: 0.0.1
|
|
3999
|
+
*/
|
|
4000
|
+
|
|
4001
|
+
/**
|
|
4002
|
+
* Input parameter persisted in task-result history.
|
|
4003
|
+
*/
|
|
4004
|
+
type TaskInputParametersAnyOfAnyOf = {
|
|
4005
|
+
parameter_name?: string;
|
|
4006
|
+
qid_role?: string;
|
|
4007
|
+
source?: TaskInputParametersAnyOfAnyOfSource;
|
|
4008
|
+
required?: boolean;
|
|
4009
|
+
value?: unknown;
|
|
4010
|
+
value_type?: string;
|
|
4011
|
+
error?: number;
|
|
4012
|
+
unit?: string;
|
|
4013
|
+
description?: string;
|
|
4014
|
+
calibrated_at?: TaskInputParametersAnyOfAnyOfCalibratedAt;
|
|
4015
|
+
execution_id?: string;
|
|
4016
|
+
task_id?: string;
|
|
3942
4017
|
[key: string]: unknown;
|
|
3943
4018
|
};
|
|
3944
4019
|
|
|
4020
|
+
/**
|
|
4021
|
+
* Generated by orval v7.14.0 🍺
|
|
4022
|
+
* Do not edit manually.
|
|
4023
|
+
* QDash API
|
|
4024
|
+
* API for QDash
|
|
4025
|
+
* OpenAPI spec version: 0.0.1
|
|
4026
|
+
*/
|
|
4027
|
+
|
|
4028
|
+
type TaskInputParametersAnyOf = {
|
|
4029
|
+
[key: string]: TaskInputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
4030
|
+
};
|
|
4031
|
+
|
|
3945
4032
|
/**
|
|
3946
4033
|
* Generated by orval v7.14.0 🍺
|
|
3947
4034
|
* Do not edit manually.
|
|
@@ -3959,10 +4046,58 @@ type TaskInputParameters = TaskInputParametersAnyOf | null;
|
|
|
3959
4046
|
* API for QDash
|
|
3960
4047
|
* OpenAPI spec version: 0.0.1
|
|
3961
4048
|
*/
|
|
3962
|
-
type
|
|
4049
|
+
type TaskOutputParametersAnyOfAnyOfSource = 'database' | null;
|
|
4050
|
+
|
|
4051
|
+
/**
|
|
4052
|
+
* Generated by orval v7.14.0 🍺
|
|
4053
|
+
* Do not edit manually.
|
|
4054
|
+
* QDash API
|
|
4055
|
+
* API for QDash
|
|
4056
|
+
* OpenAPI spec version: 0.0.1
|
|
4057
|
+
*/
|
|
4058
|
+
type TaskOutputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
4059
|
+
|
|
4060
|
+
/**
|
|
4061
|
+
* Generated by orval v7.14.0 🍺
|
|
4062
|
+
* Do not edit manually.
|
|
4063
|
+
* QDash API
|
|
4064
|
+
* API for QDash
|
|
4065
|
+
* OpenAPI spec version: 0.0.1
|
|
4066
|
+
*/
|
|
4067
|
+
|
|
4068
|
+
/**
|
|
4069
|
+
* Output parameter persisted in task-result history with DB comparison metadata.
|
|
4070
|
+
*/
|
|
4071
|
+
type TaskOutputParametersAnyOfAnyOf = {
|
|
4072
|
+
parameter_name?: string;
|
|
4073
|
+
qid_role?: string;
|
|
4074
|
+
source?: TaskOutputParametersAnyOfAnyOfSource;
|
|
4075
|
+
required?: boolean;
|
|
4076
|
+
value?: unknown;
|
|
4077
|
+
value_type?: string;
|
|
4078
|
+
error?: number;
|
|
4079
|
+
unit?: string;
|
|
4080
|
+
description?: string;
|
|
4081
|
+
calibrated_at?: TaskOutputParametersAnyOfAnyOfCalibratedAt;
|
|
4082
|
+
execution_id?: string;
|
|
4083
|
+
task_id?: string;
|
|
4084
|
+
previous_database_value?: unknown;
|
|
4085
|
+
database_updated?: boolean;
|
|
3963
4086
|
[key: string]: unknown;
|
|
3964
4087
|
};
|
|
3965
4088
|
|
|
4089
|
+
/**
|
|
4090
|
+
* Generated by orval v7.14.0 🍺
|
|
4091
|
+
* Do not edit manually.
|
|
4092
|
+
* QDash API
|
|
4093
|
+
* API for QDash
|
|
4094
|
+
* OpenAPI spec version: 0.0.1
|
|
4095
|
+
*/
|
|
4096
|
+
|
|
4097
|
+
type TaskOutputParametersAnyOf = {
|
|
4098
|
+
[key: string]: TaskOutputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
4099
|
+
};
|
|
4100
|
+
|
|
3966
4101
|
/**
|
|
3967
4102
|
* Generated by orval v7.14.0 🍺
|
|
3968
4103
|
* Do not edit manually.
|
|
@@ -4296,22 +4431,6 @@ interface FailureModeResponse {
|
|
|
4296
4431
|
next_action?: string;
|
|
4297
4432
|
}
|
|
4298
4433
|
|
|
4299
|
-
/**
|
|
4300
|
-
* Generated by orval v7.14.0 🍺
|
|
4301
|
-
* Do not edit manually.
|
|
4302
|
-
* QDash API
|
|
4303
|
-
* API for QDash
|
|
4304
|
-
* OpenAPI spec version: 0.0.1
|
|
4305
|
-
*/
|
|
4306
|
-
/**
|
|
4307
|
-
* File node type enum.
|
|
4308
|
-
*/
|
|
4309
|
-
type FileNodeType = typeof FileNodeType[keyof typeof FileNodeType];
|
|
4310
|
-
declare const FileNodeType: {
|
|
4311
|
-
readonly file: "file";
|
|
4312
|
-
readonly directory: "directory";
|
|
4313
|
-
};
|
|
4314
|
-
|
|
4315
4434
|
/**
|
|
4316
4435
|
* Generated by orval v7.14.0 🍺
|
|
4317
4436
|
* Do not edit manually.
|
|
@@ -5789,39 +5908,6 @@ type GetRecentExecutionsParams = {
|
|
|
5789
5908
|
limit?: number;
|
|
5790
5909
|
};
|
|
5791
5910
|
|
|
5792
|
-
/**
|
|
5793
|
-
* Generated by orval v7.14.0 🍺
|
|
5794
|
-
* Do not edit manually.
|
|
5795
|
-
* QDash API
|
|
5796
|
-
* API for QDash
|
|
5797
|
-
* OpenAPI spec version: 0.0.1
|
|
5798
|
-
*/
|
|
5799
|
-
type GetTaskFileContent200 = {
|
|
5800
|
-
[key: string]: unknown;
|
|
5801
|
-
};
|
|
5802
|
-
|
|
5803
|
-
/**
|
|
5804
|
-
* Generated by orval v7.14.0 🍺
|
|
5805
|
-
* Do not edit manually.
|
|
5806
|
-
* QDash API
|
|
5807
|
-
* API for QDash
|
|
5808
|
-
* OpenAPI spec version: 0.0.1
|
|
5809
|
-
*/
|
|
5810
|
-
type GetTaskFileContentParams = {
|
|
5811
|
-
path: string;
|
|
5812
|
-
};
|
|
5813
|
-
|
|
5814
|
-
/**
|
|
5815
|
-
* Generated by orval v7.14.0 🍺
|
|
5816
|
-
* Do not edit manually.
|
|
5817
|
-
* QDash API
|
|
5818
|
-
* API for QDash
|
|
5819
|
-
* OpenAPI spec version: 0.0.1
|
|
5820
|
-
*/
|
|
5821
|
-
type GetTaskFileTreeParams = {
|
|
5822
|
-
backend: string;
|
|
5823
|
-
};
|
|
5824
|
-
|
|
5825
5911
|
/**
|
|
5826
5912
|
* Generated by orval v7.14.0 🍺
|
|
5827
5913
|
* Do not edit manually.
|
|
@@ -6764,10 +6850,56 @@ type TaskResultMessage = string | null;
|
|
|
6764
6850
|
* API for QDash
|
|
6765
6851
|
* OpenAPI spec version: 0.0.1
|
|
6766
6852
|
*/
|
|
6767
|
-
type
|
|
6853
|
+
type TaskResultInputParametersAnyOfAnyOfSource = 'database' | null;
|
|
6854
|
+
|
|
6855
|
+
/**
|
|
6856
|
+
* Generated by orval v7.14.0 🍺
|
|
6857
|
+
* Do not edit manually.
|
|
6858
|
+
* QDash API
|
|
6859
|
+
* API for QDash
|
|
6860
|
+
* OpenAPI spec version: 0.0.1
|
|
6861
|
+
*/
|
|
6862
|
+
type TaskResultInputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
6863
|
+
|
|
6864
|
+
/**
|
|
6865
|
+
* Generated by orval v7.14.0 🍺
|
|
6866
|
+
* Do not edit manually.
|
|
6867
|
+
* QDash API
|
|
6868
|
+
* API for QDash
|
|
6869
|
+
* OpenAPI spec version: 0.0.1
|
|
6870
|
+
*/
|
|
6871
|
+
|
|
6872
|
+
/**
|
|
6873
|
+
* Input parameter persisted in task-result history.
|
|
6874
|
+
*/
|
|
6875
|
+
type TaskResultInputParametersAnyOfAnyOf = {
|
|
6876
|
+
parameter_name?: string;
|
|
6877
|
+
qid_role?: string;
|
|
6878
|
+
source?: TaskResultInputParametersAnyOfAnyOfSource;
|
|
6879
|
+
required?: boolean;
|
|
6880
|
+
value?: unknown;
|
|
6881
|
+
value_type?: string;
|
|
6882
|
+
error?: number;
|
|
6883
|
+
unit?: string;
|
|
6884
|
+
description?: string;
|
|
6885
|
+
calibrated_at?: TaskResultInputParametersAnyOfAnyOfCalibratedAt;
|
|
6886
|
+
execution_id?: string;
|
|
6887
|
+
task_id?: string;
|
|
6768
6888
|
[key: string]: unknown;
|
|
6769
6889
|
};
|
|
6770
6890
|
|
|
6891
|
+
/**
|
|
6892
|
+
* Generated by orval v7.14.0 🍺
|
|
6893
|
+
* Do not edit manually.
|
|
6894
|
+
* QDash API
|
|
6895
|
+
* API for QDash
|
|
6896
|
+
* OpenAPI spec version: 0.0.1
|
|
6897
|
+
*/
|
|
6898
|
+
|
|
6899
|
+
type TaskResultInputParametersAnyOf = {
|
|
6900
|
+
[key: string]: TaskResultInputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
6901
|
+
};
|
|
6902
|
+
|
|
6771
6903
|
/**
|
|
6772
6904
|
* Generated by orval v7.14.0 🍺
|
|
6773
6905
|
* Do not edit manually.
|
|
@@ -6785,10 +6917,58 @@ type TaskResultInputParameters = TaskResultInputParametersAnyOf | null;
|
|
|
6785
6917
|
* API for QDash
|
|
6786
6918
|
* OpenAPI spec version: 0.0.1
|
|
6787
6919
|
*/
|
|
6788
|
-
type
|
|
6920
|
+
type TaskResultOutputParametersAnyOfAnyOfSource = 'database' | null;
|
|
6921
|
+
|
|
6922
|
+
/**
|
|
6923
|
+
* Generated by orval v7.14.0 🍺
|
|
6924
|
+
* Do not edit manually.
|
|
6925
|
+
* QDash API
|
|
6926
|
+
* API for QDash
|
|
6927
|
+
* OpenAPI spec version: 0.0.1
|
|
6928
|
+
*/
|
|
6929
|
+
type TaskResultOutputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
6930
|
+
|
|
6931
|
+
/**
|
|
6932
|
+
* Generated by orval v7.14.0 🍺
|
|
6933
|
+
* Do not edit manually.
|
|
6934
|
+
* QDash API
|
|
6935
|
+
* API for QDash
|
|
6936
|
+
* OpenAPI spec version: 0.0.1
|
|
6937
|
+
*/
|
|
6938
|
+
|
|
6939
|
+
/**
|
|
6940
|
+
* Output parameter persisted in task-result history with DB comparison metadata.
|
|
6941
|
+
*/
|
|
6942
|
+
type TaskResultOutputParametersAnyOfAnyOf = {
|
|
6943
|
+
parameter_name?: string;
|
|
6944
|
+
qid_role?: string;
|
|
6945
|
+
source?: TaskResultOutputParametersAnyOfAnyOfSource;
|
|
6946
|
+
required?: boolean;
|
|
6947
|
+
value?: unknown;
|
|
6948
|
+
value_type?: string;
|
|
6949
|
+
error?: number;
|
|
6950
|
+
unit?: string;
|
|
6951
|
+
description?: string;
|
|
6952
|
+
calibrated_at?: TaskResultOutputParametersAnyOfAnyOfCalibratedAt;
|
|
6953
|
+
execution_id?: string;
|
|
6954
|
+
task_id?: string;
|
|
6955
|
+
previous_database_value?: unknown;
|
|
6956
|
+
database_updated?: boolean;
|
|
6789
6957
|
[key: string]: unknown;
|
|
6790
6958
|
};
|
|
6791
6959
|
|
|
6960
|
+
/**
|
|
6961
|
+
* Generated by orval v7.14.0 🍺
|
|
6962
|
+
* Do not edit manually.
|
|
6963
|
+
* QDash API
|
|
6964
|
+
* API for QDash
|
|
6965
|
+
* OpenAPI spec version: 0.0.1
|
|
6966
|
+
*/
|
|
6967
|
+
|
|
6968
|
+
type TaskResultOutputParametersAnyOf = {
|
|
6969
|
+
[key: string]: TaskResultOutputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
6970
|
+
};
|
|
6971
|
+
|
|
6792
6972
|
/**
|
|
6793
6973
|
* Generated by orval v7.14.0 🍺
|
|
6794
6974
|
* Do not edit manually.
|
|
@@ -7635,9 +7815,7 @@ type MuxTaskMessage = string | null;
|
|
|
7635
7815
|
* API for QDash
|
|
7636
7816
|
* OpenAPI spec version: 0.0.1
|
|
7637
7817
|
*/
|
|
7638
|
-
type
|
|
7639
|
-
[key: string]: unknown;
|
|
7640
|
-
};
|
|
7818
|
+
type MuxTaskInputParametersAnyOfAnyOfSource = 'database' | null;
|
|
7641
7819
|
|
|
7642
7820
|
/**
|
|
7643
7821
|
* Generated by orval v7.14.0 🍺
|
|
@@ -7646,8 +7824,7 @@ type MuxTaskInputParametersAnyOf = {
|
|
|
7646
7824
|
* API for QDash
|
|
7647
7825
|
* OpenAPI spec version: 0.0.1
|
|
7648
7826
|
*/
|
|
7649
|
-
|
|
7650
|
-
type MuxTaskInputParameters = MuxTaskInputParametersAnyOf | null;
|
|
7827
|
+
type MuxTaskInputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
7651
7828
|
|
|
7652
7829
|
/**
|
|
7653
7830
|
* Generated by orval v7.14.0 🍺
|
|
@@ -7656,7 +7833,23 @@ type MuxTaskInputParameters = MuxTaskInputParametersAnyOf | null;
|
|
|
7656
7833
|
* API for QDash
|
|
7657
7834
|
* OpenAPI spec version: 0.0.1
|
|
7658
7835
|
*/
|
|
7659
|
-
|
|
7836
|
+
|
|
7837
|
+
/**
|
|
7838
|
+
* Input parameter persisted in task-result history.
|
|
7839
|
+
*/
|
|
7840
|
+
type MuxTaskInputParametersAnyOfAnyOf = {
|
|
7841
|
+
parameter_name?: string;
|
|
7842
|
+
qid_role?: string;
|
|
7843
|
+
source?: MuxTaskInputParametersAnyOfAnyOfSource;
|
|
7844
|
+
required?: boolean;
|
|
7845
|
+
value?: unknown;
|
|
7846
|
+
value_type?: string;
|
|
7847
|
+
error?: number;
|
|
7848
|
+
unit?: string;
|
|
7849
|
+
description?: string;
|
|
7850
|
+
calibrated_at?: MuxTaskInputParametersAnyOfAnyOfCalibratedAt;
|
|
7851
|
+
execution_id?: string;
|
|
7852
|
+
task_id?: string;
|
|
7660
7853
|
[key: string]: unknown;
|
|
7661
7854
|
};
|
|
7662
7855
|
|
|
@@ -7668,7 +7861,9 @@ type MuxTaskOutputParametersAnyOf = {
|
|
|
7668
7861
|
* OpenAPI spec version: 0.0.1
|
|
7669
7862
|
*/
|
|
7670
7863
|
|
|
7671
|
-
type
|
|
7864
|
+
type MuxTaskInputParametersAnyOf = {
|
|
7865
|
+
[key: string]: MuxTaskInputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
7866
|
+
};
|
|
7672
7867
|
|
|
7673
7868
|
/**
|
|
7674
7869
|
* Generated by orval v7.14.0 🍺
|
|
@@ -7677,7 +7872,8 @@ type MuxTaskOutputParameters = MuxTaskOutputParametersAnyOf | null;
|
|
|
7677
7872
|
* API for QDash
|
|
7678
7873
|
* OpenAPI spec version: 0.0.1
|
|
7679
7874
|
*/
|
|
7680
|
-
|
|
7875
|
+
|
|
7876
|
+
type MuxTaskInputParameters = MuxTaskInputParametersAnyOf | null;
|
|
7681
7877
|
|
|
7682
7878
|
/**
|
|
7683
7879
|
* Generated by orval v7.14.0 🍺
|
|
@@ -7686,9 +7882,87 @@ type MuxTaskOutputParameterNames = string[] | null;
|
|
|
7686
7882
|
* API for QDash
|
|
7687
7883
|
* OpenAPI spec version: 0.0.1
|
|
7688
7884
|
*/
|
|
7689
|
-
type
|
|
7690
|
-
|
|
7691
|
-
|
|
7885
|
+
type MuxTaskOutputParametersAnyOfAnyOfSource = 'database' | null;
|
|
7886
|
+
|
|
7887
|
+
/**
|
|
7888
|
+
* Generated by orval v7.14.0 🍺
|
|
7889
|
+
* Do not edit manually.
|
|
7890
|
+
* QDash API
|
|
7891
|
+
* API for QDash
|
|
7892
|
+
* OpenAPI spec version: 0.0.1
|
|
7893
|
+
*/
|
|
7894
|
+
type MuxTaskOutputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
7895
|
+
|
|
7896
|
+
/**
|
|
7897
|
+
* Generated by orval v7.14.0 🍺
|
|
7898
|
+
* Do not edit manually.
|
|
7899
|
+
* QDash API
|
|
7900
|
+
* API for QDash
|
|
7901
|
+
* OpenAPI spec version: 0.0.1
|
|
7902
|
+
*/
|
|
7903
|
+
|
|
7904
|
+
/**
|
|
7905
|
+
* Output parameter persisted in task-result history with DB comparison metadata.
|
|
7906
|
+
*/
|
|
7907
|
+
type MuxTaskOutputParametersAnyOfAnyOf = {
|
|
7908
|
+
parameter_name?: string;
|
|
7909
|
+
qid_role?: string;
|
|
7910
|
+
source?: MuxTaskOutputParametersAnyOfAnyOfSource;
|
|
7911
|
+
required?: boolean;
|
|
7912
|
+
value?: unknown;
|
|
7913
|
+
value_type?: string;
|
|
7914
|
+
error?: number;
|
|
7915
|
+
unit?: string;
|
|
7916
|
+
description?: string;
|
|
7917
|
+
calibrated_at?: MuxTaskOutputParametersAnyOfAnyOfCalibratedAt;
|
|
7918
|
+
execution_id?: string;
|
|
7919
|
+
task_id?: string;
|
|
7920
|
+
previous_database_value?: unknown;
|
|
7921
|
+
database_updated?: boolean;
|
|
7922
|
+
[key: string]: unknown;
|
|
7923
|
+
};
|
|
7924
|
+
|
|
7925
|
+
/**
|
|
7926
|
+
* Generated by orval v7.14.0 🍺
|
|
7927
|
+
* Do not edit manually.
|
|
7928
|
+
* QDash API
|
|
7929
|
+
* API for QDash
|
|
7930
|
+
* OpenAPI spec version: 0.0.1
|
|
7931
|
+
*/
|
|
7932
|
+
|
|
7933
|
+
type MuxTaskOutputParametersAnyOf = {
|
|
7934
|
+
[key: string]: MuxTaskOutputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
7935
|
+
};
|
|
7936
|
+
|
|
7937
|
+
/**
|
|
7938
|
+
* Generated by orval v7.14.0 🍺
|
|
7939
|
+
* Do not edit manually.
|
|
7940
|
+
* QDash API
|
|
7941
|
+
* API for QDash
|
|
7942
|
+
* OpenAPI spec version: 0.0.1
|
|
7943
|
+
*/
|
|
7944
|
+
|
|
7945
|
+
type MuxTaskOutputParameters = MuxTaskOutputParametersAnyOf | null;
|
|
7946
|
+
|
|
7947
|
+
/**
|
|
7948
|
+
* Generated by orval v7.14.0 🍺
|
|
7949
|
+
* Do not edit manually.
|
|
7950
|
+
* QDash API
|
|
7951
|
+
* API for QDash
|
|
7952
|
+
* OpenAPI spec version: 0.0.1
|
|
7953
|
+
*/
|
|
7954
|
+
type MuxTaskOutputParameterNames = string[] | null;
|
|
7955
|
+
|
|
7956
|
+
/**
|
|
7957
|
+
* Generated by orval v7.14.0 🍺
|
|
7958
|
+
* Do not edit manually.
|
|
7959
|
+
* QDash API
|
|
7960
|
+
* API for QDash
|
|
7961
|
+
* OpenAPI spec version: 0.0.1
|
|
7962
|
+
*/
|
|
7963
|
+
type MuxTaskNoteAnyOf = {
|
|
7964
|
+
[key: string]: unknown;
|
|
7965
|
+
};
|
|
7692
7966
|
|
|
7693
7967
|
/**
|
|
7694
7968
|
* Generated by orval v7.14.0 🍺
|
|
@@ -8200,6 +8474,32 @@ type TaskInfoDescription = string | null;
|
|
|
8200
8474
|
*/
|
|
8201
8475
|
type TaskInfoCategory = string | null;
|
|
8202
8476
|
|
|
8477
|
+
/**
|
|
8478
|
+
* Generated by orval v7.14.0 🍺
|
|
8479
|
+
* Do not edit manually.
|
|
8480
|
+
* QDash API
|
|
8481
|
+
* API for QDash
|
|
8482
|
+
* OpenAPI spec version: 0.0.1
|
|
8483
|
+
*/
|
|
8484
|
+
type TaskInfoInputParameters = {
|
|
8485
|
+
[key: string]: {
|
|
8486
|
+
[key: string]: unknown;
|
|
8487
|
+
};
|
|
8488
|
+
};
|
|
8489
|
+
|
|
8490
|
+
/**
|
|
8491
|
+
* Generated by orval v7.14.0 🍺
|
|
8492
|
+
* Do not edit manually.
|
|
8493
|
+
* QDash API
|
|
8494
|
+
* API for QDash
|
|
8495
|
+
* OpenAPI spec version: 0.0.1
|
|
8496
|
+
*/
|
|
8497
|
+
type TaskInfoRunParameters = {
|
|
8498
|
+
[key: string]: {
|
|
8499
|
+
[key: string]: unknown;
|
|
8500
|
+
};
|
|
8501
|
+
};
|
|
8502
|
+
|
|
8203
8503
|
/**
|
|
8204
8504
|
* Generated by orval v7.14.0 🍺
|
|
8205
8505
|
* Do not edit manually.
|
|
@@ -8219,6 +8519,8 @@ interface TaskInfo {
|
|
|
8219
8519
|
file_path: string;
|
|
8220
8520
|
category?: TaskInfoCategory;
|
|
8221
8521
|
enabled?: boolean;
|
|
8522
|
+
input_parameters?: TaskInfoInputParameters;
|
|
8523
|
+
run_parameters?: TaskInfoRunParameters;
|
|
8222
8524
|
}
|
|
8223
8525
|
|
|
8224
8526
|
/**
|
|
@@ -8893,10 +9195,56 @@ type MetricHistoryItemName = string | null;
|
|
|
8893
9195
|
* API for QDash
|
|
8894
9196
|
* OpenAPI spec version: 0.0.1
|
|
8895
9197
|
*/
|
|
8896
|
-
type
|
|
9198
|
+
type MetricHistoryItemInputParametersAnyOfAnyOfSource = 'database' | null;
|
|
9199
|
+
|
|
9200
|
+
/**
|
|
9201
|
+
* Generated by orval v7.14.0 🍺
|
|
9202
|
+
* Do not edit manually.
|
|
9203
|
+
* QDash API
|
|
9204
|
+
* API for QDash
|
|
9205
|
+
* OpenAPI spec version: 0.0.1
|
|
9206
|
+
*/
|
|
9207
|
+
type MetricHistoryItemInputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
9208
|
+
|
|
9209
|
+
/**
|
|
9210
|
+
* Generated by orval v7.14.0 🍺
|
|
9211
|
+
* Do not edit manually.
|
|
9212
|
+
* QDash API
|
|
9213
|
+
* API for QDash
|
|
9214
|
+
* OpenAPI spec version: 0.0.1
|
|
9215
|
+
*/
|
|
9216
|
+
|
|
9217
|
+
/**
|
|
9218
|
+
* Input parameter persisted in task-result history.
|
|
9219
|
+
*/
|
|
9220
|
+
type MetricHistoryItemInputParametersAnyOfAnyOf = {
|
|
9221
|
+
parameter_name?: string;
|
|
9222
|
+
qid_role?: string;
|
|
9223
|
+
source?: MetricHistoryItemInputParametersAnyOfAnyOfSource;
|
|
9224
|
+
required?: boolean;
|
|
9225
|
+
value?: unknown;
|
|
9226
|
+
value_type?: string;
|
|
9227
|
+
error?: number;
|
|
9228
|
+
unit?: string;
|
|
9229
|
+
description?: string;
|
|
9230
|
+
calibrated_at?: MetricHistoryItemInputParametersAnyOfAnyOfCalibratedAt;
|
|
9231
|
+
execution_id?: string;
|
|
9232
|
+
task_id?: string;
|
|
8897
9233
|
[key: string]: unknown;
|
|
8898
9234
|
};
|
|
8899
9235
|
|
|
9236
|
+
/**
|
|
9237
|
+
* Generated by orval v7.14.0 🍺
|
|
9238
|
+
* Do not edit manually.
|
|
9239
|
+
* QDash API
|
|
9240
|
+
* API for QDash
|
|
9241
|
+
* OpenAPI spec version: 0.0.1
|
|
9242
|
+
*/
|
|
9243
|
+
|
|
9244
|
+
type MetricHistoryItemInputParametersAnyOf = {
|
|
9245
|
+
[key: string]: MetricHistoryItemInputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
9246
|
+
};
|
|
9247
|
+
|
|
8900
9248
|
/**
|
|
8901
9249
|
* Generated by orval v7.14.0 🍺
|
|
8902
9250
|
* Do not edit manually.
|
|
@@ -8914,10 +9262,58 @@ type MetricHistoryItemInputParameters = MetricHistoryItemInputParametersAnyOf |
|
|
|
8914
9262
|
* API for QDash
|
|
8915
9263
|
* OpenAPI spec version: 0.0.1
|
|
8916
9264
|
*/
|
|
8917
|
-
type
|
|
9265
|
+
type MetricHistoryItemOutputParametersAnyOfAnyOfSource = 'database' | null;
|
|
9266
|
+
|
|
9267
|
+
/**
|
|
9268
|
+
* Generated by orval v7.14.0 🍺
|
|
9269
|
+
* Do not edit manually.
|
|
9270
|
+
* QDash API
|
|
9271
|
+
* API for QDash
|
|
9272
|
+
* OpenAPI spec version: 0.0.1
|
|
9273
|
+
*/
|
|
9274
|
+
type MetricHistoryItemOutputParametersAnyOfAnyOfCalibratedAt = string | null;
|
|
9275
|
+
|
|
9276
|
+
/**
|
|
9277
|
+
* Generated by orval v7.14.0 🍺
|
|
9278
|
+
* Do not edit manually.
|
|
9279
|
+
* QDash API
|
|
9280
|
+
* API for QDash
|
|
9281
|
+
* OpenAPI spec version: 0.0.1
|
|
9282
|
+
*/
|
|
9283
|
+
|
|
9284
|
+
/**
|
|
9285
|
+
* Output parameter persisted in task-result history with DB comparison metadata.
|
|
9286
|
+
*/
|
|
9287
|
+
type MetricHistoryItemOutputParametersAnyOfAnyOf = {
|
|
9288
|
+
parameter_name?: string;
|
|
9289
|
+
qid_role?: string;
|
|
9290
|
+
source?: MetricHistoryItemOutputParametersAnyOfAnyOfSource;
|
|
9291
|
+
required?: boolean;
|
|
9292
|
+
value?: unknown;
|
|
9293
|
+
value_type?: string;
|
|
9294
|
+
error?: number;
|
|
9295
|
+
unit?: string;
|
|
9296
|
+
description?: string;
|
|
9297
|
+
calibrated_at?: MetricHistoryItemOutputParametersAnyOfAnyOfCalibratedAt;
|
|
9298
|
+
execution_id?: string;
|
|
9299
|
+
task_id?: string;
|
|
9300
|
+
previous_database_value?: unknown;
|
|
9301
|
+
database_updated?: boolean;
|
|
8918
9302
|
[key: string]: unknown;
|
|
8919
9303
|
};
|
|
8920
9304
|
|
|
9305
|
+
/**
|
|
9306
|
+
* Generated by orval v7.14.0 🍺
|
|
9307
|
+
* Do not edit manually.
|
|
9308
|
+
* QDash API
|
|
9309
|
+
* API for QDash
|
|
9310
|
+
* OpenAPI spec version: 0.0.1
|
|
9311
|
+
*/
|
|
9312
|
+
|
|
9313
|
+
type MetricHistoryItemOutputParametersAnyOf = {
|
|
9314
|
+
[key: string]: MetricHistoryItemOutputParametersAnyOfAnyOf | string | number | boolean | unknown[] | null;
|
|
9315
|
+
};
|
|
9316
|
+
|
|
8921
9317
|
/**
|
|
8922
9318
|
* Generated by orval v7.14.0 🍺
|
|
8923
9319
|
* Do not edit manually.
|
|
@@ -9214,7 +9610,7 @@ interface ParameterHistoryResponse {
|
|
|
9214
9610
|
* API for QDash
|
|
9215
9611
|
* OpenAPI spec version: 0.0.1
|
|
9216
9612
|
*/
|
|
9217
|
-
type
|
|
9613
|
+
type ParameterModelSource = 'database' | null;
|
|
9218
9614
|
|
|
9219
9615
|
/**
|
|
9220
9616
|
* Generated by orval v7.14.0 🍺
|
|
@@ -9223,16 +9619,25 @@ type ParameterModelValue = number | number;
|
|
|
9223
9619
|
* API for QDash
|
|
9224
9620
|
* OpenAPI spec version: 0.0.1
|
|
9225
9621
|
*/
|
|
9622
|
+
type ParameterModelValue = number | number | null;
|
|
9226
9623
|
|
|
9227
9624
|
/**
|
|
9228
|
-
*
|
|
9625
|
+
* Generated by orval v7.14.0 🍺
|
|
9626
|
+
* Do not edit manually.
|
|
9627
|
+
* QDash API
|
|
9628
|
+
* API for QDash
|
|
9629
|
+
* OpenAPI spec version: 0.0.1
|
|
9630
|
+
*/
|
|
9229
9631
|
|
|
9230
|
-
|
|
9231
|
-
|
|
9632
|
+
/**
|
|
9633
|
+
* Common persisted metadata for resolved calibration parameters.
|
|
9232
9634
|
|
|
9233
9635
|
Attributes
|
|
9234
9636
|
----------
|
|
9235
9637
|
parameter_name: The actual DB parameter name. If empty, the dict key is used.
|
|
9638
|
+
source: Explicit source for dependency resolution. ``"database"`` declares
|
|
9639
|
+
that the value must be loaded from calibration state.
|
|
9640
|
+
required: Whether resolution must fail when the declared source has no value.
|
|
9236
9641
|
qid_role: The qid role for 2-qubit tasks. One of:
|
|
9237
9642
|
- "" or "self": Use task's qid as-is (default, for 1-qubit tasks)
|
|
9238
9643
|
- "control": Use control qubit's qid (for 2-qubit tasks)
|
|
@@ -9250,6 +9655,8 @@ Attributes
|
|
|
9250
9655
|
interface ParameterModel {
|
|
9251
9656
|
parameter_name?: string;
|
|
9252
9657
|
qid_role?: string;
|
|
9658
|
+
source?: ParameterModelSource;
|
|
9659
|
+
required?: boolean;
|
|
9253
9660
|
value?: ParameterModelValue;
|
|
9254
9661
|
value_type?: string;
|
|
9255
9662
|
error?: number;
|
|
@@ -9615,6 +10022,59 @@ interface QubitMetricHistoryResponse {
|
|
|
9615
10022
|
history: MetricHistoryItem[];
|
|
9616
10023
|
}
|
|
9617
10024
|
|
|
10025
|
+
/**
|
|
10026
|
+
* Generated by orval v7.14.0 🍺
|
|
10027
|
+
* Do not edit manually.
|
|
10028
|
+
* QDash API
|
|
10029
|
+
* API for QDash
|
|
10030
|
+
* OpenAPI spec version: 0.0.1
|
|
10031
|
+
*/
|
|
10032
|
+
type QuickRunTaskRequestBackendName = string | null;
|
|
10033
|
+
|
|
10034
|
+
/**
|
|
10035
|
+
* Generated by orval v7.14.0 🍺
|
|
10036
|
+
* Do not edit manually.
|
|
10037
|
+
* QDash API
|
|
10038
|
+
* API for QDash
|
|
10039
|
+
* OpenAPI spec version: 0.0.1
|
|
10040
|
+
*/
|
|
10041
|
+
type QuickRunTaskRequestInputParameterOverrides = {
|
|
10042
|
+
[key: string]: unknown;
|
|
10043
|
+
};
|
|
10044
|
+
|
|
10045
|
+
/**
|
|
10046
|
+
* Generated by orval v7.14.0 🍺
|
|
10047
|
+
* Do not edit manually.
|
|
10048
|
+
* QDash API
|
|
10049
|
+
* API for QDash
|
|
10050
|
+
* OpenAPI spec version: 0.0.1
|
|
10051
|
+
*/
|
|
10052
|
+
type QuickRunTaskRequestRunParameterOverrides = {
|
|
10053
|
+
[key: string]: unknown;
|
|
10054
|
+
};
|
|
10055
|
+
|
|
10056
|
+
/**
|
|
10057
|
+
* Generated by orval v7.14.0 🍺
|
|
10058
|
+
* Do not edit manually.
|
|
10059
|
+
* QDash API
|
|
10060
|
+
* API for QDash
|
|
10061
|
+
* OpenAPI spec version: 0.0.1
|
|
10062
|
+
*/
|
|
10063
|
+
|
|
10064
|
+
/**
|
|
10065
|
+
* Request to execute one task directly from the task catalog.
|
|
10066
|
+
*/
|
|
10067
|
+
interface QuickRunTaskRequest {
|
|
10068
|
+
chip_id: string;
|
|
10069
|
+
qid: string;
|
|
10070
|
+
backend_name?: QuickRunTaskRequestBackendName;
|
|
10071
|
+
input_parameter_overrides?: QuickRunTaskRequestInputParameterOverrides;
|
|
10072
|
+
run_parameter_overrides?: QuickRunTaskRequestRunParameterOverrides;
|
|
10073
|
+
reconfigure?: boolean;
|
|
10074
|
+
persist_output_parameters?: boolean;
|
|
10075
|
+
update_params?: boolean;
|
|
10076
|
+
}
|
|
10077
|
+
|
|
9618
10078
|
/**
|
|
9619
10079
|
* Generated by orval v7.14.0 🍺
|
|
9620
10080
|
* Do not edit manually.
|
|
@@ -10261,32 +10721,6 @@ interface SaveFlowResponse {
|
|
|
10261
10721
|
message: string;
|
|
10262
10722
|
}
|
|
10263
10723
|
|
|
10264
|
-
/**
|
|
10265
|
-
* Generated by orval v7.14.0 🍺
|
|
10266
|
-
* Do not edit manually.
|
|
10267
|
-
* QDash API
|
|
10268
|
-
* API for QDash
|
|
10269
|
-
* OpenAPI spec version: 0.0.1
|
|
10270
|
-
*/
|
|
10271
|
-
type SaveTaskFileContent200 = {
|
|
10272
|
-
[key: string]: string;
|
|
10273
|
-
};
|
|
10274
|
-
|
|
10275
|
-
/**
|
|
10276
|
-
* Generated by orval v7.14.0 🍺
|
|
10277
|
-
* Do not edit manually.
|
|
10278
|
-
* QDash API
|
|
10279
|
-
* API for QDash
|
|
10280
|
-
* OpenAPI spec version: 0.0.1
|
|
10281
|
-
*/
|
|
10282
|
-
/**
|
|
10283
|
-
* Request model for saving task file content.
|
|
10284
|
-
*/
|
|
10285
|
-
interface SaveTaskFileRequest {
|
|
10286
|
-
path: string;
|
|
10287
|
-
content: string;
|
|
10288
|
-
}
|
|
10289
|
-
|
|
10290
10724
|
/**
|
|
10291
10725
|
* Generated by orval v7.14.0 🍺
|
|
10292
10726
|
* Do not edit manually.
|
|
@@ -10734,34 +11168,6 @@ interface TaskFileSettings {
|
|
|
10734
11168
|
sort_order?: TaskFileSettingsSortOrder;
|
|
10735
11169
|
}
|
|
10736
11170
|
|
|
10737
|
-
/**
|
|
10738
|
-
* Generated by orval v7.14.0 🍺
|
|
10739
|
-
* Do not edit manually.
|
|
10740
|
-
* QDash API
|
|
10741
|
-
* API for QDash
|
|
10742
|
-
* OpenAPI spec version: 0.0.1
|
|
10743
|
-
*/
|
|
10744
|
-
|
|
10745
|
-
type TaskFileTreeNodeChildren = TaskFileTreeNode[] | null;
|
|
10746
|
-
|
|
10747
|
-
/**
|
|
10748
|
-
* Generated by orval v7.14.0 🍺
|
|
10749
|
-
* Do not edit manually.
|
|
10750
|
-
* QDash API
|
|
10751
|
-
* API for QDash
|
|
10752
|
-
* OpenAPI spec version: 0.0.1
|
|
10753
|
-
*/
|
|
10754
|
-
|
|
10755
|
-
/**
|
|
10756
|
-
* Task file tree node model.
|
|
10757
|
-
*/
|
|
10758
|
-
interface TaskFileTreeNode {
|
|
10759
|
-
name: string;
|
|
10760
|
-
path: string;
|
|
10761
|
-
type: FileNodeType;
|
|
10762
|
-
children?: TaskFileTreeNodeChildren;
|
|
10763
|
-
}
|
|
10764
|
-
|
|
10765
11171
|
/**
|
|
10766
11172
|
* Generated by orval v7.14.0 🍺
|
|
10767
11173
|
* Do not edit manually.
|
|
@@ -11005,7 +11411,100 @@ type TaskResultResponseUserId = string | null;
|
|
|
11005
11411
|
* API for QDash
|
|
11006
11412
|
* OpenAPI spec version: 0.0.1
|
|
11007
11413
|
*/
|
|
11414
|
+
type TaskResultResponseInputParametersAnyOfSource = 'database' | null;
|
|
11415
|
+
|
|
11416
|
+
/**
|
|
11417
|
+
* Generated by orval v7.14.0 🍺
|
|
11418
|
+
* Do not edit manually.
|
|
11419
|
+
* QDash API
|
|
11420
|
+
* API for QDash
|
|
11421
|
+
* OpenAPI spec version: 0.0.1
|
|
11422
|
+
*/
|
|
11423
|
+
type TaskResultResponseInputParametersAnyOfCalibratedAt = string | null;
|
|
11424
|
+
|
|
11425
|
+
/**
|
|
11426
|
+
* Generated by orval v7.14.0 🍺
|
|
11427
|
+
* Do not edit manually.
|
|
11428
|
+
* QDash API
|
|
11429
|
+
* API for QDash
|
|
11430
|
+
* OpenAPI spec version: 0.0.1
|
|
11431
|
+
*/
|
|
11432
|
+
|
|
11433
|
+
/**
|
|
11434
|
+
* Input parameter persisted in task-result history.
|
|
11435
|
+
*/
|
|
11436
|
+
type TaskResultResponseInputParametersAnyOf = {
|
|
11437
|
+
parameter_name?: string;
|
|
11438
|
+
qid_role?: string;
|
|
11439
|
+
source?: TaskResultResponseInputParametersAnyOfSource;
|
|
11440
|
+
required?: boolean;
|
|
11441
|
+
value?: unknown;
|
|
11442
|
+
value_type?: string;
|
|
11443
|
+
error?: number;
|
|
11444
|
+
unit?: string;
|
|
11445
|
+
description?: string;
|
|
11446
|
+
calibrated_at?: TaskResultResponseInputParametersAnyOfCalibratedAt;
|
|
11447
|
+
execution_id?: string;
|
|
11448
|
+
task_id?: string;
|
|
11449
|
+
[key: string]: unknown;
|
|
11450
|
+
};
|
|
11451
|
+
|
|
11452
|
+
/**
|
|
11453
|
+
* Generated by orval v7.14.0 🍺
|
|
11454
|
+
* Do not edit manually.
|
|
11455
|
+
* QDash API
|
|
11456
|
+
* API for QDash
|
|
11457
|
+
* OpenAPI spec version: 0.0.1
|
|
11458
|
+
*/
|
|
11459
|
+
|
|
11008
11460
|
type TaskResultResponseInputParameters = {
|
|
11461
|
+
[key: string]: TaskResultResponseInputParametersAnyOf | string | number | boolean | unknown[] | null;
|
|
11462
|
+
};
|
|
11463
|
+
|
|
11464
|
+
/**
|
|
11465
|
+
* Generated by orval v7.14.0 🍺
|
|
11466
|
+
* Do not edit manually.
|
|
11467
|
+
* QDash API
|
|
11468
|
+
* API for QDash
|
|
11469
|
+
* OpenAPI spec version: 0.0.1
|
|
11470
|
+
*/
|
|
11471
|
+
type TaskResultResponseOutputParametersAnyOfSource = 'database' | null;
|
|
11472
|
+
|
|
11473
|
+
/**
|
|
11474
|
+
* Generated by orval v7.14.0 🍺
|
|
11475
|
+
* Do not edit manually.
|
|
11476
|
+
* QDash API
|
|
11477
|
+
* API for QDash
|
|
11478
|
+
* OpenAPI spec version: 0.0.1
|
|
11479
|
+
*/
|
|
11480
|
+
type TaskResultResponseOutputParametersAnyOfCalibratedAt = string | null;
|
|
11481
|
+
|
|
11482
|
+
/**
|
|
11483
|
+
* Generated by orval v7.14.0 🍺
|
|
11484
|
+
* Do not edit manually.
|
|
11485
|
+
* QDash API
|
|
11486
|
+
* API for QDash
|
|
11487
|
+
* OpenAPI spec version: 0.0.1
|
|
11488
|
+
*/
|
|
11489
|
+
|
|
11490
|
+
/**
|
|
11491
|
+
* Output parameter persisted in task-result history with DB comparison metadata.
|
|
11492
|
+
*/
|
|
11493
|
+
type TaskResultResponseOutputParametersAnyOf = {
|
|
11494
|
+
parameter_name?: string;
|
|
11495
|
+
qid_role?: string;
|
|
11496
|
+
source?: TaskResultResponseOutputParametersAnyOfSource;
|
|
11497
|
+
required?: boolean;
|
|
11498
|
+
value?: unknown;
|
|
11499
|
+
value_type?: string;
|
|
11500
|
+
error?: number;
|
|
11501
|
+
unit?: string;
|
|
11502
|
+
description?: string;
|
|
11503
|
+
calibrated_at?: TaskResultResponseOutputParametersAnyOfCalibratedAt;
|
|
11504
|
+
execution_id?: string;
|
|
11505
|
+
task_id?: string;
|
|
11506
|
+
previous_database_value?: unknown;
|
|
11507
|
+
database_updated?: boolean;
|
|
11009
11508
|
[key: string]: unknown;
|
|
11010
11509
|
};
|
|
11011
11510
|
|
|
@@ -11016,8 +11515,9 @@ type TaskResultResponseInputParameters = {
|
|
|
11016
11515
|
* API for QDash
|
|
11017
11516
|
* OpenAPI spec version: 0.0.1
|
|
11018
11517
|
*/
|
|
11518
|
+
|
|
11019
11519
|
type TaskResultResponseOutputParameters = {
|
|
11020
|
-
[key: string]: unknown;
|
|
11520
|
+
[key: string]: TaskResultResponseOutputParametersAnyOf | string | number | boolean | unknown[] | null;
|
|
11021
11521
|
};
|
|
11022
11522
|
|
|
11023
11523
|
/**
|
|
@@ -12005,4 +12505,4 @@ interface ValidateFileRequest {
|
|
|
12005
12505
|
file_type: string;
|
|
12006
12506
|
}
|
|
12007
12507
|
|
|
12008
|
-
export { type AgentActionResponseExecutionId as $, type AgentSessionPolicy as A, type ForumPostResponse as B, type ChipResponse as C, type ForumPostUpdate as D, type ExecuteFlowResponse as E, type FileTreeNode as F, type GetFlowResponse as G, type ForumImageUploadResponse as H, type LineageResponse as I, type ImpactResponse as J, type ProvenanceStatsResponse as K, type ListChipsResponse as L, type ExecutionLockStatusResponse as M, type ExecutionComparisonResponse as N, type DegradationTrendsResponse as O, type ProjectResponse as P, type QubitResponse as Q, type RecentChangesResponse as R, type SaveFlowRequest as S, type TimeSeriesData as T, type RecalibrationRecommendationResponse as U, type ActivityResponse as V, type ActivityResponseEndedAt as W, type ActivityResponseStartedAt as X, type AddMemberRequest as Y, type AdminDeleteProject200 as Z, AgentActionDecision as _, type ChipMetricsResponse as a, type BodyUploadForumImage as a$, type AgentActionResponseOperationId as a0, type AgentActionResponseParameterOverrides as a1, type AgentActionResponseTaskName as a2, type AgentCampaignCommitResponseAfterSnapshot as a3, type AgentCampaignCommitResponseBeforeSnapshot as a4, type AgentCampaignCommitResponseCommittedAt as a5, type AgentCandidateCommitResponseAfterSnapshot as a6, type AgentCandidateCommitResponseAfterSnapshotAnyOf as a7, type AgentCandidateCommitResponseBackendAppliedAt as a8, type AgentCandidateCommitResponseBackendBaseGitCommit as a9, type AiReviewRunSummaryCompletedAt as aA, type AiReviewRunSummaryDecisionCounts as aB, type AiReviewRunSummaryRequestedAt as aC, type AiReviewRunSummaryStatusCounts as aD, type AllConfigResponse as aE, type AllConfigResponseCopilot as aF, type AllConfigResponseMetrics as aG, type AnalysisResponse as aH, type AnalyzeRequest as aI, type AnalyzeRequestConversationHistoryItem as aJ, type AnalyzeRequestImageBase64 as aK, type AnalyzeRequestModelOverride as aL, type ApplyAgentCandidateRequest as aM, type ArtifactPreviewResponse as aN, type ArtifactPreviewResponseRowsItem as aO, type ArtifactPreviewResponseSourceType as aP, type ArtifactPreviewResponseTarget as aQ, type BackendConfigResponse as aR, type BackendConfigResponseBackends as aS, type BackendConfigResponseCategories as aT, type BackendDefinitionResponse as aU, type BackendResponseModel as aV, type BodyBulkImportUsers as aW, type BodyLogin as aX, type BodyReExecuteTaskResult as aY, type BodyReExecuteTaskResultParameterOverrides as aZ, type BodyReExecuteTaskResultParameterOverridesAnyOf as a_, type AgentCandidateCommitResponseBackendGitCommit as aa, type AgentCandidateCommitResponseBackendOperationId as ab, type AgentCandidateCommitResponseBackendRequestedAt as ac, type AgentCandidateCommitResponseBeforeSnapshot as ad, type AgentCandidateCommitResponseBeforeSnapshotAnyOf as ae, type AgentCandidateCommitResponseCommittedAt as af, type AgentCandidateResponseMaximum as ag, type AgentCandidateResponseMinimum as ah, type AgentCandidateResponseQualityMetrics as ai, type AgentSessionPolicyAllowedOverrides as aj, type AgentSessionPolicyQualityGates as ak, AgentSessionStatus as al, type AiReviewListItem as am, type AiReviewListItemCompletedAt as an, type AiReviewListItemNoteUpdatedAt as ao, type AiReviewListItemRequestedAt as ap, type AiReviewListItemStartAt as aq, type AiReviewListResponse as ar, type AiReviewListResponseDecisionCounts as as, type AiReviewListResponseStatusCounts as at, type AiReviewModel as au, type AiReviewModelCompletedAt as av, type AiReviewModelRequestedAt as aw, type AiReviewRunDetailResponse as ax, type AiReviewRunListResponse as ay, type AiReviewRunSummary as az, type ListQubitsResponse as b, type CopilotChatSessionSummaryContextAnyOf as b$, type BulkAiReviewRequest as b0, type BulkAiReviewRequestDate as b1, type BulkAiReviewRequestModelOverride as b2, type BulkAiReviewRequestTaskIds as b3, type BulkAiReviewResponse as b4, type BulkAiReviewResponseDate as b5, type BulkAiReviewResponseSkippedReason as b6, type BulkUserImportResponse as b7, type BulkUserImportResult as b8, type BulkUserImportResultDisplayName as b9, type CompareSeedValuesParams as bA, type Condition as bB, type ConditionCrDirection as bC, type ConfigReloadResponse as bD, type CooldownCreateRequest as bE, type CooldownCreateRequestEndedAt as bF, type CooldownResponse as bG, type CooldownResponseEndedAt as bH, type CooldownResponseWiringBlocksItem as bI, type CooldownUpdateRequest as bJ, type CooldownUpdateRequestDescription as bK, type CooldownUpdateRequestEndedAt as bL, type CooldownUpdateRequestStartedAt as bM, type CooldownUpdateRequestWiringBlocks as bN, type CooldownUpdateRequestWiringBlocksAnyOfItem as bO, type CooldownUpdateRequestWiringInfo as bP, type CooldownWiringCheckpointRequest as bQ, type CooldownWiringEventResponse as bR, type CooldownWiringEventResponseActorUserId as bS, type CopilotChatMessageSchema as bT, type CopilotChatMessageSchemaAttachedImage as bU, type CopilotChatMessageSchemaCreatedAt as bV, type CopilotChatSessionResponse as bW, type CopilotChatSessionResponseContext as bX, type CopilotChatSessionResponseContextAnyOf as bY, type CopilotChatSessionSummary as bZ, type CopilotChatSessionSummaryContext as b_, type BulkUserImportResultInitialPassword as ba, type BulkUserImportResultMessage as bb, type BulkUserImportResultOrganization as bc, type CalibrationNoteResponse as bd, type CalibrationNoteResponseNote as be, type CalibrationNoteResponseTimestamp as bf, type CancelExecutionResponse as bg, type CandidateGateResponseMaximum as bh, type CandidateGateResponseMinimum as bi, type ChangePassword200 as bj, type ChipDatesResponse as bk, type ChipDeletionImpactResponse as bl, type ChipMetricsResponseCouplingMetrics as bm, type ChipMetricsResponseEndAt as bn, type ChipMetricsResponseQubitMetrics as bo, type ChipMetricsResponseStartAt as bp, type ChipMetricsResponseWithinHours as bq, type ChipNotesSummaryResponse as br, ChipResponseActivityStatus as bs, type ChipResponseCurrentCooldownId as bt, type ChipResponseInstalledAt as bu, type ChipResponseTopologyId as bv, type CommitAgentCampaignRequest as bw, type CommitAgentCandidateRequest as bx, type CompareExecutionsParams as by, type CompareSeedValues200 as bz, type ListCouplingsResponse as c, type ExecutionResponseDetailEndAt as c$, type Coupling as c0, type CouplingGateDuration as c1, type CouplingResponseData as c2, type CouplingResponseMetricNotes as c3, type CreateAgentSessionRequest as c4, type CreateChipRequest as c5, type CreateChipRequestTopologyId as c6, type CreateCopilotChatSessionRequest as c7, type CreateCopilotChatSessionRequestContext as c8, type CreateCopilotChatSessionRequestContextAnyOf as c9, type DeleteCopilotChatSession200 as cA, type DeleteCouplingMetricNoteParams as cB, type DeleteCouplingNoteCommentParams as cC, type DeleteCouplingNoteParams as cD, type DeleteFlow200 as cE, type DeleteQubitMetricNoteParams as cF, type DeleteQubitNoteCommentParams as cG, type DeleteQubitNoteParams as cH, type DeleteScheduleResponse as cI, type DeleteUser200 as cJ, type Device as cK, type DeviceCalibratedAt as cL, type DeviceTopologyRequest as cM, type DownloadArtifactByPathParams as cN, type DownloadArtifactsAsArchiveParams as cO, type DownloadFiguresAsZipRequest as cP, type DownloadFileParams as cQ, type DownloadMetricsPdfParams as cR, DownloadMetricsPdfSelectionMode as cS, type DownloadZipFileParams as cT, type EvaluateCandidateGateRequest as cU, type ExecuteAgentActionRequest as cV, type ExecuteFlowRequest as cW, type ExecuteFlowRequestParameters as cX, type ExecutionIdResponse as cY, type ExecutionIdResponseValidFrom as cZ, type ExecutionResponseDetailElapsedTime as c_, type CreateCouplingNoteCommentParams as ca, type CreateQubitNoteCommentParams as cb, type CryostatCreateRequest as cc, type CryostatCreateRequestCommissionedAt as cd, type CryostatResponse as ce, type CryostatResponseCommissionedAt as cf, type CryostatResponseDecommissionedAt as cg, type CryostatUpdateRequest as ch, type CryostatUpdateRequestCommissionedAt as ci, type CryostatUpdateRequestDecommissionedAt as cj, type CryostatUpdateRequestLocation as ck, type CryostatUpdateRequestManufacturer as cl, type CryostatUpdateRequestModel as cm, type CryostatUpdateRequestName as cn, type CryostatUpdateRequestStatus as co, type DashboardAiInsightsResponse as cp, type DashboardInsight as cq, DashboardInsightCategory as cr, DashboardInsightConfidence as cs, DashboardInsightSeverity as ct, type DashboardInsightSuppressed as cu, type DegradationTrendResponse as cv, type DegradationTrendResponseCurrentValue as cw, type DegradationTrendResponseValidFrom as cx, type DeleteChipNoteParams as cy, type DeleteChipParams as cz, type CouplingResponse as d, GetChipMetricsSelectionMode as d$, type ExecutionResponseDetailNote as d0, type ExecutionResponseDetailStartAt as d1, type ExecutionResponseDetailUserId as d2, type ExecutionResponseSummary as d3, type ExecutionResponseSummaryElapsedTime as d4, type ExecutionResponseSummaryEndAt as d5, type ExecutionResponseSummaryNote as d6, type ExecutionResponseSummaryStartAt as d7, type ExecutionResponseSummaryUserId as d8, type ExpectedResultResponse as d9, ForumPostCreateStatus as dA, type ForumPostCreateTargetId as dB, type ForumPostCreateTargetType as dC, type ForumPostCreateTitle as dD, type ForumPostResponseAssigneeUsername as dE, type ForumPostResponseAvatarKey as dF, type ForumPostResponseChipId as dG, type ForumPostResponseContentBlocksItem as dH, type ForumPostResponseCooldownId as dI, type ForumPostResponseNumber as dJ, type ForumPostResponseParentId as dK, ForumPostResponseStatus as dL, type ForumPostResponseTargetId as dM, type ForumPostResponseTargetType as dN, type ForumPostResponseTitle as dO, type ForumPostResponseUserId as dP, type ForumPostUpdateAssigneeUsername as dQ, type ForumPostUpdateCategory as dR, type ForumPostUpdateChipId as dS, type ForumPostUpdateContentBlocksItem as dT, type ForumPostUpdateCooldownId as dU, type ForumPostUpdateLabels as dV, type ForumPostUpdateStatus as dW, type ForumPostUpdateTargetId as dX, type ForumPostUpdateTargetType as dY, type ForumPostUpdateTitle as dZ, type GetChipMetricsParams as d_, type FailureModeResponse as da, type FidelityCondition as db, type FidelityConditionMetric as dc, FileNodeType as dd, type FileTreeNodeChildren as de, type FlowScheduleSummary as df, type FlowScheduleSummaryCron as dg, type FlowScheduleSummaryNextRun as dh, type FlowSummary as di, type ForumCategoryCreate as dj, type ForumCategoryCreateKey as dk, type ForumCategoryCreateSortOrder as dl, type ForumCategoryResponse as dm, type ForumCategoryUpdate as dn, type ForumCategoryUpdateColor as dp, type ForumCategoryUpdateDescription as dq, type ForumCategoryUpdateIcon as dr, type ForumCategoryUpdateIsArchived as ds, type ForumCategoryUpdateName as dt, type ForumCategoryUpdateSortOrder as du, type ForumPostCreateAssigneeUsername as dv, type ForumPostCreateChipId as dw, type ForumPostCreateContentBlocksItem as dx, type ForumPostCreateCooldownId as dy, type ForumPostCreateParentId as dz, type TaskResultListResponse as e, type IssueKnowledgeUpdateTitle as e$, type GetChipNoteParams as e0, type GetChipNotesSummaryParams as e1, type GetCopilotConfig200 as e2, type GetCouplingMetricHistoryParams as e3, type GetCouplingTaskHistoryParams as e4, type GetDashboardAiInsightsParams as e5, type GetDegradationTrendsParams as e6, type GetFigureByPathParams as e7, type GetFileContent200 as e8, type GetFileContentParams as e9, type InputParameterModel as eA, type InputParameterModelValue as eB, type InputParameterModelValueAnyOfItem as eC, type IssueCreate as eD, type IssueCreateParentId as eE, type IssueCreateTitle as eF, type IssueKnowledgeResponse as eG, type IssueKnowledgeResponsePrUrl as eH, type IssueKnowledgeResponseReviewedBy as eI, type IssueKnowledgeResponseReviewedByUserId as eJ, type IssueKnowledgeUpdate as eK, type IssueKnowledgeUpdateApplicability as eL, type IssueKnowledgeUpdateBoundaryCriteria as eM, type IssueKnowledgeUpdateCaseType as eN, type IssueKnowledgeUpdateCounterexample as eO, type IssueKnowledgeUpdateFailureModeLabels as eP, type IssueKnowledgeUpdateHumanLabel as eQ, type IssueKnowledgeUpdateHumanReviewDecision as eR, type IssueKnowledgeUpdateLessonLearned as eS, type IssueKnowledgeUpdateModelErrorType as eT, type IssueKnowledgeUpdateModelPrediction as eU, type IssueKnowledgeUpdatePromptGuidance as eV, type IssueKnowledgeUpdateResolution as eW, type IssueKnowledgeUpdateResolutionLabel as eX, type IssueKnowledgeUpdateRootCause as eY, type IssueKnowledgeUpdateSeverity as eZ, type IssueKnowledgeUpdateSymptom as e_, type GetFlowResponseDefaultParameters as ea, type GetFlowResponseDefaultRunParameters as eb, type GetForumPostRepliesParams as ec, type GetGitStatus200 as ed, type GetHistoricalCouplingTaskResultsParams as ee, type GetHistoricalQubitTaskResultsParams as ef, type GetLatestCouplingTaskResultsParams as eg, type GetLatestQubitTaskResultsParams as eh, type GetMetricsConfig200 as ei, type GetParameterHistoryParams as ej, type GetProvenanceImpactParams as ek, type GetProvenanceLineageParams as el, type GetQubitMetricHistoryParams as em, type GetQubitTaskHistoryParams as en, type GetRecalibrationRecommendationsParams as eo, type GetRecentChangesParams as ep, type GetRecentExecutionsParams as eq, type GetTaskFileContent200 as er, type GetTaskFileContentParams as es, type GetTaskFileTreeParams as et, type GetTaskKnowledgeParams as eu, type GetTimeseriesTaskResultsParams as ev, type GetTopologyById200 as ew, type GitPullConfig200 as ex, type GitPushConfig200 as ey, type GitPushRequest as ez, type TaskResultResponse as f, type ManualEditItemValue as f$, type IssueResponse as f0, type IssueResponseAvatarKey as f1, type IssueResponseParentId as f2, type IssueResponseTitle as f3, type IssueResponseUserId as f4, type IssueUpdate as f5, type IssueUpdateTitle as f6, type KnowledgeCaseResponse as f7, type KnowledgeImageResponse as f8, type LatestTaskResultResponse as f9, type ListFlowSchedulesResponse as fA, type ListForumCategoriesParams as fB, type ListForumCategoriesResponse as fC, type ListForumPostsParams as fD, type ListIssueKnowledgeParams as fE, type ListIssueKnowledgeResponse as fF, type ListIssuesParams as fG, type ListIssuesResponse as fH, type ListMuxResponse as fI, type ListMuxResponseMuxes as fJ, type ListNoteEventsResponse as fK, type ListNotificationsParams as fL, type ListNotificationsResponse as fM, type ListTagResponse as fN, type ListTargetNoteEventsParams as fO, type ListTaskFileBackendsResponse as fP, type ListTaskInfoParams as fQ, type ListTaskInfoResponse as fR, type ListTaskKnowledgeResponseCategories as fS, type ListTaskResultAiReviewRunsParams as fT, type ListTaskResultAiReviewsParams as fU, type ListTaskResultsParams as fV, type ListTasksParams as fW, type ListTopologies200 as fX, type ListTopologiesParams as fY, type Logout200 as fZ, type ManualEditItem as f_, type LatestTaskResultResponseResult as fa, type LineageEdgeResponse as fb, type LineageNodeResponse as fc, type LineageNodeResponseActivity as fd, type LineageNodeResponseEntity as fe, type LineageNodeResponseLatestVersion as ff, type ListAgentActionsResponse as fg, type ListAgentCandidatesResponse as fh, type ListAllFlowSchedulesParams as fi, type ListAllProjectsParams as fj, type ListAllUsersParams as fk, type ListBackendsResponse as fl, type ListChipCouplingsParams as fm, type ListChipNoteEventsParams as fn, type ListChipQubitsParams as fo, type ListCooldownWiringEventsParams as fp, type ListCooldownWiringEventsResponse as fq, type ListCooldownsParams as fr, type ListCooldownsResponse as fs, type ListCopilotChatSessionsResponse as ft, type ListCryostatsResponse as fu, type ListExecutionsParams as fv, type ListExecutionsResponseLimit as fw, type ListExecutionsResponseSkip as fx, type ListExecutionsResponseTotal as fy, type ListFlowSchedulesParams as fz, type ListTaskResponse as g, type MuxTaskOutputParameterNames as g$, type ManualEditsResponse as g0, type ManualParameterUpdateRequest as g1, type ManualParameterUpdateRequestParameters as g2, type ManualParameterUpdateResponse as g3, type ManualParameterUpdateResponseProvenanceActivityId as g4, type MarkAllNotificationsRead200 as g5, type MeasError as g6, type MemberInvite as g7, type MemberItem as g8, type MemberItemAvatarKey as g9, type MetricValueExecutionId as gA, type MetricValueStddev as gB, type MetricValueTaskId as gC, type MetricValueValue as gD, type MetricsSummaryResponse as gE, type MetricsSummaryResponseAverages as gF, type ModelConfig as gG, type ModelConfigApiKeyEnv as gH, type ModelConfigBaseUrl as gI, type ModelConfigKeepAlive as gJ, type ModelConfigNumCtx as gK, type ModelConfigReasoningEffort as gL, type ModelConfigTemperature as gM, type ModelConfigTopK as gN, type ModelConfigTopP as gO, type MuxDetailResponse as gP, type MuxDetailResponseDetail as gQ, type MuxTask as gR, type MuxTaskElapsedTime as gS, type MuxTaskEndAt as gT, type MuxTaskFigurePath as gU, type MuxTaskInputParameters as gV, type MuxTaskInputParametersAnyOf as gW, type MuxTaskJsonFigurePath as gX, type MuxTaskMessage as gY, type MuxTaskNote as gZ, type MuxTaskNoteAnyOf as g_, type MemberItemDisplayName as ga, type MemberItemOrganization as gb, type MemberResponse as gc, type MemberResponseAvatarKey as gd, type MemberResponseDisplayName as ge, type MemberResponseInvitedBy as gf, type MemberResponseInvitedByUserId as gg, type MemberResponseLastAccessedAt as gh, type MemberResponseOrganization as gi, type MemberUpdate as gj, type MetricHeatmapResponse as gk, type MetricHeatmapResponseUnit as gl, type MetricHeatmapResponseValues as gm, type MetricHistoryItem as gn, type MetricHistoryItemCalibratedAt as go, type MetricHistoryItemExcludedAt as gp, type MetricHistoryItemExcludedBy as gq, type MetricHistoryItemExcludedByUserId as gr, type MetricHistoryItemInputParameters as gs, type MetricHistoryItemInputParametersAnyOf as gt, type MetricHistoryItemName as gu, type MetricHistoryItemOutputParameters as gv, type MetricHistoryItemOutputParametersAnyOf as gw, type MetricHistoryItemTaskId as gx, type MetricHistoryItemValue as gy, type MetricValue as gz, type ListTaskKnowledgeResponse as h, type QdashApiSchemasProjectMemberListResponse as h$, type MuxTaskOutputParameters as h0, type MuxTaskOutputParametersAnyOf as h1, type MuxTaskQid as h2, type MuxTaskRawDataPath as h3, type MuxTaskStartAt as h4, type MuxTaskTaskId as h5, type MuxTaskTaskType as h6, type MuxTaskUpstreamId as h7, type NoteCommentModel as h8, type NoteCommentModelUpdatedAt as h9, type ParameterDiffResponseValueBefore as hA, type ParameterHistoryResponse as hB, type ParameterModel as hC, type ParameterModelValue as hD, type ParameterVersionResponse as hE, type ParameterVersionResponseValidFrom as hF, type ParameterVersionResponseValidUntil as hG, type ParameterVersionResponseValue as hH, type PasswordChange as hI, type PasswordReset as hJ, type Position as hK, type PreviewArtifactByPathParams as hL, type ProjectCreate as hM, type ProjectCreateDescription as hN, type ProjectListItem as hO, type ProjectListItemCreatedAt as hP, type ProjectListItemDescription as hQ, type ProjectResponseDescription as hR, ProjectRole as hS, type ProjectUpdate as hT, type ProjectUpdateDefaultRole as hU, type ProjectUpdateDescription as hV, type ProjectUpdateName as hW, type ProjectUpdateTags as hX, type ProvenanceStatsResponseRelationCounts as hY, type QdashApiSchemasAdminMemberListResponse as hZ, type QdashApiSchemasAdminProjectListResponse as h_, type NoteCommentRequest as ha, type NoteEventResponse as hb, type NoteEventResponseActorUserId as hc, type NoteEventResponseExtra as hd, type NoteModel as he, type NoteModelUpdatedAt as hf, type NoteUpsertRequest as hg, type NotificationResponse as hh, type NotificationResponseActorUserId as hi, type NotificationResponseReadAt as hj, type NotificationResponseRecipientUserId as hk, type NumericBounds as hl, type NumericBoundsMaximum as hm, type NumericBoundsMinimum as hn, type OutputParameterInfoResponse as ho, type ParameterChangeResponse as hp, type ParameterChangeResponseDelta as hq, type ParameterChangeResponseDeltaPercent as hr, type ParameterChangeResponsePreviousError as hs, type ParameterChangeResponsePreviousValue as ht, type ParameterChangeResponseValidFrom as hu, type ParameterChangeResponseValue as hv, type ParameterDiffResponse as hw, type ParameterDiffResponseDelta as hx, type ParameterDiffResponseDeltaPercent as hy, type ParameterDiffResponseValueAfter as hz, type TaskKnowledgeResponse as i, type SeedImportResultItemMessage as i$, type Qubit as i0, type QubitGateDuration as i1, type QubitLifetime as i2, type QubitMetricHistoryResponse as i3, type QubitResponseData as i4, type QubitResponseMetricNotes as i5, type ReExecuteRequest as i6, type ReExecuteRequestParameterOverrides as i7, type ReExecutionEntry as i8, type ReExecutionEntryStartAt as i9, type RecentExecutionsResponse as iA, type RecommendedTaskResponse as iB, type RemoveProjectMemberAdmin200 as iC, type ResetPassword200 as iD, type SaveFileContent200 as iE, type SaveFileRequest as iF, type SaveFlowRequestDefaultParameters as iG, type SaveFlowRequestDefaultRunParameters as iH, type SaveFlowRequestFlowFunctionName as iI, type SaveTaskFileContent200 as iJ, type SaveTaskFileRequest as iK, type ScheduleFlowRequest as iL, type ScheduleFlowRequestCron as iM, type ScheduleFlowRequestParameters as iN, type ScheduleFlowRequestScheduledTime as iO, type ScheduleFlowResponse as iP, type ScheduleFlowResponseCron as iQ, type ScheduleFlowResponseNextRun as iR, type SearchNoteEventsParams as iS, type SeedImportRequest as iT, type SeedImportRequestManualData as iU, type SeedImportRequestManualDataAnyOf as iV, type SeedImportRequestParameters as iW, type SeedImportRequestQids as iX, type SeedImportResponse as iY, type SeedImportResponseProvenanceActivityId as iZ, type SeedImportResultItem as i_, type ReanalyzeOutputParameter as ia, type ReanalyzeQubitSpectroscopyParams as ib, type ReanalyzeQubitSpectroscopyParamsBinarizeThresholdSigmaMinus as ic, type ReanalyzeQubitSpectroscopyParamsBinarizeThresholdSigmaPlus as id, type ReanalyzeQubitSpectroscopyParamsF01HeightMin as ie, type ReanalyzeQubitSpectroscopyParamsF12DistanceMax as ig, type ReanalyzeQubitSpectroscopyParamsF12DistanceMin as ih, type ReanalyzeQubitSpectroscopyParamsF12HeightMin as ii, type ReanalyzeQubitSpectroscopyParamsRetryWithTrim as ij, type ReanalyzeQubitSpectroscopyParamsTopPower as ik, type ReanalyzeQubitSpectroscopyRequest as il, type ReanalyzeQubitSpectroscopyRequestSourceTaskId as im, type ReanalyzeResonatorSpectroscopyParams as io, type ReanalyzeResonatorSpectroscopyParamsBareShiftEstimatorType as ip, type ReanalyzeResonatorSpectroscopyParamsBareShiftStrengthLimit as iq, type ReanalyzeResonatorSpectroscopyParamsHighPowerMax as ir, type ReanalyzeResonatorSpectroscopyParamsHighPowerMin as is, type ReanalyzeResonatorSpectroscopyParamsLowPower as it, type ReanalyzeResonatorSpectroscopyParamsNumResonators as iu, type ReanalyzeResonatorSpectroscopyParamsResonatorAssignmentPattern as iv, type ReanalyzeResonatorSpectroscopyRequest as iw, type ReanalyzeResonatorSpectroscopyRequestSourceTaskId as ix, type ReanalyzeResponse as iy, type ReanalyzeResponseFigure as iz, type QdashApiSchemasProjectProjectListResponse as j, type TaskResultListItemStartAt as j$, type SeedImportResultItemValue as j0, SeedImportSource as j1, type SettingsResponse as j2, type SubmitAgentActionRequest as j3, type SubmitAgentActionRequestParameterOverrides as j4, type SubmitAgentActionRequestTaskName as j5, type SuccessResponse as j6, SystemRole as j7, type Tag as j8, type TargetNoteEntry as j9, type TaskOutputParameterNames as jA, type TaskOutputParameters as jB, type TaskOutputParametersAnyOf as jC, type TaskQid as jD, type TaskRawDataPath as jE, type TaskResponse as jF, type TaskResponseBackend as jG, type TaskResponseInputParameters as jH, type TaskResponseOutputParameters as jI, type TaskResult as jJ, type TaskResultAiReview as jK, type TaskResultElapsedTime as jL, type TaskResultEndAt as jM, type TaskResultExcludeRequest as jN, type TaskResultExcludeResponse as jO, type TaskResultExcludeResponseExcludedAt as jP, type TaskResultExcludeResponseExcludedBy as jQ, type TaskResultExcludeResponseExcludedByUserId as jR, type TaskResultExecutionId as jS, type TaskResultFigurePath as jT, type TaskResultInputParameters as jU, type TaskResultInputParametersAnyOf as jV, type TaskResultJsonFigurePath as jW, type TaskResultListItem as jX, type TaskResultListItemElapsedTime as jY, type TaskResultListItemEndAt as jZ, type TaskResultListItemSourceTaskId as j_, type TargetNoteEntryMetricNotes as ja, type Task as jb, type TaskElapsedTime as jc, type TaskEndAt as jd, type TaskFigurePath as je, type TaskFileBackend as jf, type TaskFileSettings as jg, type TaskFileSettingsDefaultBackend as jh, type TaskFileSettingsDefaultViewMode as ji, type TaskFileSettingsSortOrder as jj, type TaskFileTreeNode as jk, type TaskFileTreeNodeChildren as jl, type TaskHistoryResponse as jm, type TaskHistoryResponseData as jn, type TaskInfo as jo, type TaskInfoCategory as jp, type TaskInfoDescription as jq, type TaskInfoTaskType as jr, type TaskInputParameters as js, type TaskInputParametersAnyOf as jt, type TaskJsonFigurePath as ju, type TaskKnowledgeSummaryResponse as jv, type TaskMessage as jw, type TaskNote as jx, type TaskNoteAnyOf as jy, type TaskNoteEntry as jz, type ListFlowsResponse as k, type UpsertCouplingMetricNoteParams as k$, type TaskResultListItemUserId as k0, type TaskResultListResponseStatusCounts as k1, type TaskResultMessage as k2, type TaskResultNote as k3, type TaskResultNoteAnyOf as k4, type TaskResultOutputParameterNames as k5, type TaskResultOutputParameters as k6, type TaskResultOutputParametersAnyOf as k7, type TaskResultQid as k8, type TaskResultRawDataPath as k9, type UITaskFilesSettingsDefaultBackend as kA, type UITaskFilesSettingsDefaultViewMode as kB, type UITaskFilesSettingsSortOrder as kC, type UnreadNotificationCountResponse as kD, type UpdateChipRequest as kE, type UpdateChipRequestActivityStatus as kF, type UpdateChipRequestNote as kG, type UpdateChipRequestTopologyId as kH, type UpdateCopilotChatSessionRequest as kI, type UpdateCopilotChatSessionRequestContext as kJ, type UpdateCopilotChatSessionRequestContextAnyOf as kK, type UpdateCopilotChatSessionRequestMessages as kL, type UpdateCopilotChatSessionRequestTitle as kM, type UpdateCouplingNoteCommentParams as kN, type UpdateQubitNoteCommentParams as kO, type UpdateScheduleRequest as kP, type UpdateScheduleRequestCron as kQ, type UpdateScheduleRequestParameters as kR, type UpdateScheduleRequestParametersAnyOf as kS, type UpdateScheduleResponse as kT, type UpdateUserRequest as kU, type UpdateUserRequestAvatarKey as kV, type UpdateUserRequestDisabled as kW, type UpdateUserRequestDisplayName as kX, type UpdateUserRequestOrganization as kY, type UpdateUserRequestSystemRole as kZ, type UpsertChipNoteParams as k_, type TaskResultResponseElapsedTime as ka, type TaskResultResponseEndAt as kb, type TaskResultResponseInputParameters as kc, type TaskResultResponseOutputParameters as kd, type TaskResultResponseRunParameters as ke, type TaskResultResponseSourceTaskId as kf, type TaskResultResponseStartAt as kg, type TaskResultResponseUserId as kh, type TaskResultRunParameters as ki, type TaskResultRunParametersAnyOf as kj, type TaskResultStartAt as kk, type TaskResultTaskId as kl, type TaskResultTaskType as km, type TaskResultUpstreamId as kn, type TaskRunParameters as ko, type TaskRunParametersAnyOf as kp, type TaskStartAt as kq, type TaskTaskId as kr, type TaskTaskType as ks, type TaskUpstreamId as kt, type TaskUserId as ku, type TimeSeriesDataData as kv, type TokenResponse as kw, type TokenResponseDefaultProjectId as kx, type UISettings as ky, type UITaskFilesSettings as kz, type FlowTemplate as l, type UpsertCouplingNoteParams as l0, type UpsertQubitMetricNoteParams as l1, type UpsertQubitNoteParams as l2, type User as l3, type UserAvatarKey as l4, type UserCreate as l5, type UserCreateAvatarKey as l6, type UserCreateDisplayName as l7, type UserCreateOrganization as l8, type UserCreatePassword as l9, type UserWithTokenOrganization as lA, type ValidateFileContent200 as lB, type ValidateFileRequest as lC, type UserDefaultProjectId as la, type UserDetailResponse as lb, type UserDetailResponseAvatarKey as lc, type UserDetailResponseCreatedAt as ld, type UserDetailResponseDefaultProjectId as le, type UserDetailResponseDisplayName as lf, type UserDetailResponseOrganization as lg, type UserDetailResponseUpdatedAt as lh, type UserDisabled as li, type UserDisplayName as lj, type UserListItem as lk, type UserListItemAvatarKey as ll, type UserListItemDefaultProjectId as lm, type UserListItemDisplayName as ln, type UserListItemOrganization as lo, type UserListResponse as lp, type UserOrganization as lq, type UserProfileUpdate as lr, type UserProfileUpdateAvatarKey as ls, type UserProfileUpdateDisplayName as lt, type UserWithToken as lu, type UserWithTokenAvatarKey as lv, type UserWithTokenDefaultProjectId as lw, type UserWithTokenDisabled as lx, type UserWithTokenDisplayName as ly, type UserWithTokenInitialPassword as lz, type FlowTemplateWithCode as m, type SaveFlowResponse as n, type ListExecutionsResponse as o, type ExecutionResponseDetail as p, type AgentSessionResponse as q, type CandidateGateResponse as r, AgentActionType as s, type AgentActionResponse as t, type AgentCandidateResponse as u, type AgentCandidateCommitResponse as v, type AgentCampaignCandidateReference as w, type AgentCampaignCommitResponse as x, type ListForumPostsResponse as y, type ForumPostCreate as z };
|
|
12508
|
+
export { type AgentActionResponseExecutionId as $, type AgentSessionPolicy as A, type ForumPostResponse as B, type ChipResponse as C, type ForumPostUpdate as D, type ExecuteFlowResponse as E, type FileTreeNode as F, type GetFlowResponse as G, type ForumImageUploadResponse as H, type LineageResponse as I, type ImpactResponse as J, type ProvenanceStatsResponse as K, type ListChipsResponse as L, type ExecutionLockStatusResponse as M, type ExecutionComparisonResponse as N, type DegradationTrendsResponse as O, type ProjectResponse as P, type QubitResponse as Q, type RecentChangesResponse as R, type SaveFlowRequest as S, type TimeSeriesData as T, type RecalibrationRecommendationResponse as U, type ActivityResponse as V, type ActivityResponseEndedAt as W, type ActivityResponseStartedAt as X, type AddMemberRequest as Y, type AdminDeleteProject200 as Z, AgentActionDecision as _, type ChipMetricsResponse as a, type BodyUploadForumImage as a$, type AgentActionResponseOperationId as a0, type AgentActionResponseParameterOverrides as a1, type AgentActionResponseTaskName as a2, type AgentCampaignCommitResponseAfterSnapshot as a3, type AgentCampaignCommitResponseBeforeSnapshot as a4, type AgentCampaignCommitResponseCommittedAt as a5, type AgentCandidateCommitResponseAfterSnapshot as a6, type AgentCandidateCommitResponseAfterSnapshotAnyOf as a7, type AgentCandidateCommitResponseBackendAppliedAt as a8, type AgentCandidateCommitResponseBackendBaseGitCommit as a9, type AiReviewRunSummaryCompletedAt as aA, type AiReviewRunSummaryDecisionCounts as aB, type AiReviewRunSummaryRequestedAt as aC, type AiReviewRunSummaryStatusCounts as aD, type AllConfigResponse as aE, type AllConfigResponseCopilot as aF, type AllConfigResponseMetrics as aG, type AnalysisResponse as aH, type AnalyzeRequest as aI, type AnalyzeRequestConversationHistoryItem as aJ, type AnalyzeRequestImageBase64 as aK, type AnalyzeRequestModelOverride as aL, type ApplyAgentCandidateRequest as aM, type ArtifactPreviewResponse as aN, type ArtifactPreviewResponseRowsItem as aO, type ArtifactPreviewResponseSourceType as aP, type ArtifactPreviewResponseTarget as aQ, type BackendConfigResponse as aR, type BackendConfigResponseBackends as aS, type BackendConfigResponseCategories as aT, type BackendDefinitionResponse as aU, type BackendResponseModel as aV, type BodyBulkImportUsers as aW, type BodyLogin as aX, type BodyReExecuteTaskResult as aY, type BodyReExecuteTaskResultParameterOverrides as aZ, type BodyReExecuteTaskResultParameterOverridesAnyOf as a_, type AgentCandidateCommitResponseBackendGitCommit as aa, type AgentCandidateCommitResponseBackendOperationId as ab, type AgentCandidateCommitResponseBackendRequestedAt as ac, type AgentCandidateCommitResponseBeforeSnapshot as ad, type AgentCandidateCommitResponseBeforeSnapshotAnyOf as ae, type AgentCandidateCommitResponseCommittedAt as af, type AgentCandidateResponseMaximum as ag, type AgentCandidateResponseMinimum as ah, type AgentCandidateResponseQualityMetrics as ai, type AgentSessionPolicyAllowedOverrides as aj, type AgentSessionPolicyQualityGates as ak, AgentSessionStatus as al, type AiReviewListItem as am, type AiReviewListItemCompletedAt as an, type AiReviewListItemNoteUpdatedAt as ao, type AiReviewListItemRequestedAt as ap, type AiReviewListItemStartAt as aq, type AiReviewListResponse as ar, type AiReviewListResponseDecisionCounts as as, type AiReviewListResponseStatusCounts as at, type AiReviewModel as au, type AiReviewModelCompletedAt as av, type AiReviewModelRequestedAt as aw, type AiReviewRunDetailResponse as ax, type AiReviewRunListResponse as ay, type AiReviewRunSummary as az, type ListQubitsResponse as b, type CopilotChatSessionSummaryContextAnyOf as b$, type BulkAiReviewRequest as b0, type BulkAiReviewRequestDate as b1, type BulkAiReviewRequestModelOverride as b2, type BulkAiReviewRequestTaskIds as b3, type BulkAiReviewResponse as b4, type BulkAiReviewResponseDate as b5, type BulkAiReviewResponseSkippedReason as b6, type BulkUserImportResponse as b7, type BulkUserImportResult as b8, type BulkUserImportResultDisplayName as b9, type CompareSeedValuesParams as bA, type Condition as bB, type ConditionCrDirection as bC, type ConfigReloadResponse as bD, type CooldownCreateRequest as bE, type CooldownCreateRequestEndedAt as bF, type CooldownResponse as bG, type CooldownResponseEndedAt as bH, type CooldownResponseWiringBlocksItem as bI, type CooldownUpdateRequest as bJ, type CooldownUpdateRequestDescription as bK, type CooldownUpdateRequestEndedAt as bL, type CooldownUpdateRequestStartedAt as bM, type CooldownUpdateRequestWiringBlocks as bN, type CooldownUpdateRequestWiringBlocksAnyOfItem as bO, type CooldownUpdateRequestWiringInfo as bP, type CooldownWiringCheckpointRequest as bQ, type CooldownWiringEventResponse as bR, type CooldownWiringEventResponseActorUserId as bS, type CopilotChatMessageSchema as bT, type CopilotChatMessageSchemaAttachedImage as bU, type CopilotChatMessageSchemaCreatedAt as bV, type CopilotChatSessionResponse as bW, type CopilotChatSessionResponseContext as bX, type CopilotChatSessionResponseContextAnyOf as bY, type CopilotChatSessionSummary as bZ, type CopilotChatSessionSummaryContext as b_, type BulkUserImportResultInitialPassword as ba, type BulkUserImportResultMessage as bb, type BulkUserImportResultOrganization as bc, type CalibrationNoteResponse as bd, type CalibrationNoteResponseNote as be, type CalibrationNoteResponseTimestamp as bf, type CancelExecutionResponse as bg, type CandidateGateResponseMaximum as bh, type CandidateGateResponseMinimum as bi, type ChangePassword200 as bj, type ChipDatesResponse as bk, type ChipDeletionImpactResponse as bl, type ChipMetricsResponseCouplingMetrics as bm, type ChipMetricsResponseEndAt as bn, type ChipMetricsResponseQubitMetrics as bo, type ChipMetricsResponseStartAt as bp, type ChipMetricsResponseWithinHours as bq, type ChipNotesSummaryResponse as br, ChipResponseActivityStatus as bs, type ChipResponseCurrentCooldownId as bt, type ChipResponseInstalledAt as bu, type ChipResponseTopologyId as bv, type CommitAgentCampaignRequest as bw, type CommitAgentCandidateRequest as bx, type CompareExecutionsParams as by, type CompareSeedValues200 as bz, type ListCouplingsResponse as c, type ExecutionLockStatusResponseExecutionId as c$, type Coupling as c0, type CouplingGateDuration as c1, type CouplingResponseData as c2, type CouplingResponseMetricNotes as c3, type CreateAgentSessionRequest as c4, type CreateChipRequest as c5, type CreateChipRequestTopologyId as c6, type CreateCopilotChatSessionRequest as c7, type CreateCopilotChatSessionRequestContext as c8, type CreateCopilotChatSessionRequestContextAnyOf as c9, type DeleteCopilotChatSession200 as cA, type DeleteCouplingMetricNoteParams as cB, type DeleteCouplingNoteCommentParams as cC, type DeleteCouplingNoteParams as cD, type DeleteFlow200 as cE, type DeleteQubitMetricNoteParams as cF, type DeleteQubitNoteCommentParams as cG, type DeleteQubitNoteParams as cH, type DeleteScheduleResponse as cI, type DeleteUser200 as cJ, type Device as cK, type DeviceCalibratedAt as cL, type DeviceTopologyRequest as cM, type DownloadArtifactByPathParams as cN, type DownloadArtifactsAsArchiveParams as cO, type DownloadFiguresAsZipRequest as cP, type DownloadFileParams as cQ, type DownloadMetricsPdfParams as cR, DownloadMetricsPdfSelectionMode as cS, type DownloadZipFileParams as cT, type EvaluateCandidateGateRequest as cU, type ExecuteAgentActionRequest as cV, type ExecuteFlowRequest as cW, type ExecuteFlowRequestParameters as cX, type ExecutionIdResponse as cY, type ExecutionIdResponseValidFrom as cZ, type ExecutionLockStatusResponseChipId as c_, type CreateCouplingNoteCommentParams as ca, type CreateQubitNoteCommentParams as cb, type CryostatCreateRequest as cc, type CryostatCreateRequestCommissionedAt as cd, type CryostatResponse as ce, type CryostatResponseCommissionedAt as cf, type CryostatResponseDecommissionedAt as cg, type CryostatUpdateRequest as ch, type CryostatUpdateRequestCommissionedAt as ci, type CryostatUpdateRequestDecommissionedAt as cj, type CryostatUpdateRequestLocation as ck, type CryostatUpdateRequestManufacturer as cl, type CryostatUpdateRequestModel as cm, type CryostatUpdateRequestName as cn, type CryostatUpdateRequestStatus as co, type DashboardAiInsightsResponse as cp, type DashboardInsight as cq, DashboardInsightCategory as cr, DashboardInsightConfidence as cs, DashboardInsightSeverity as ct, type DashboardInsightSuppressed as cu, type DegradationTrendResponse as cv, type DegradationTrendResponseCurrentValue as cw, type DegradationTrendResponseValidFrom as cx, type DeleteChipNoteParams as cy, type DeleteChipParams as cz, type CouplingResponse as d, type ForumPostUpdateTargetType as d$, type ExecutionLockStatusResponseName as d0, type ExecutionLockStatusResponseStatus as d1, type ExecutionResponseDetailElapsedTime as d2, type ExecutionResponseDetailEndAt as d3, type ExecutionResponseDetailNote as d4, type ExecutionResponseDetailStartAt as d5, type ExecutionResponseDetailUserId as d6, type ExecutionResponseSummary as d7, type ExecutionResponseSummaryElapsedTime as d8, type ExecutionResponseSummaryEndAt as d9, type ForumPostCreateContentBlocksItem as dA, type ForumPostCreateCooldownId as dB, type ForumPostCreateParentId as dC, ForumPostCreateStatus as dD, type ForumPostCreateTargetId as dE, type ForumPostCreateTargetType as dF, type ForumPostCreateTitle as dG, type ForumPostResponseAssigneeUsername as dH, type ForumPostResponseAvatarKey as dI, type ForumPostResponseChipId as dJ, type ForumPostResponseContentBlocksItem as dK, type ForumPostResponseCooldownId as dL, type ForumPostResponseNumber as dM, type ForumPostResponseParentId as dN, ForumPostResponseStatus as dO, type ForumPostResponseTargetId as dP, type ForumPostResponseTargetType as dQ, type ForumPostResponseTitle as dR, type ForumPostResponseUserId as dS, type ForumPostUpdateAssigneeUsername as dT, type ForumPostUpdateCategory as dU, type ForumPostUpdateChipId as dV, type ForumPostUpdateContentBlocksItem as dW, type ForumPostUpdateCooldownId as dX, type ForumPostUpdateLabels as dY, type ForumPostUpdateStatus as dZ, type ForumPostUpdateTargetId as d_, type ExecutionResponseSummaryNote as da, type ExecutionResponseSummaryStartAt as db, type ExecutionResponseSummaryUserId as dc, type ExpectedResultResponse as dd, type FailureModeResponse as de, type FidelityCondition as df, type FidelityConditionMetric as dg, type FileTreeNodeChildren as dh, type FlowScheduleSummary as di, type FlowScheduleSummaryCron as dj, type FlowScheduleSummaryNextRun as dk, type FlowSummary as dl, type ForumCategoryCreate as dm, type ForumCategoryCreateKey as dn, type ForumCategoryCreateSortOrder as dp, type ForumCategoryResponse as dq, type ForumCategoryUpdate as dr, type ForumCategoryUpdateColor as ds, type ForumCategoryUpdateDescription as dt, type ForumCategoryUpdateIcon as du, type ForumCategoryUpdateIsArchived as dv, type ForumCategoryUpdateName as dw, type ForumCategoryUpdateSortOrder as dx, type ForumPostCreateAssigneeUsername as dy, type ForumPostCreateChipId as dz, type TaskResultListResponse as e, type IssueKnowledgeUpdateTitle as e$, type ForumPostUpdateTitle as e0, type GetChipMetricsParams as e1, GetChipMetricsSelectionMode as e2, type GetChipNoteParams as e3, type GetChipNotesSummaryParams as e4, type GetCopilotConfig200 as e5, type GetCouplingMetricHistoryParams as e6, type GetCouplingTaskHistoryParams as e7, type GetDashboardAiInsightsParams as e8, type GetDegradationTrendsParams as e9, type InputParameterModel as eA, type InputParameterModelValue as eB, type InputParameterModelValueAnyOfItem as eC, type IssueCreate as eD, type IssueCreateParentId as eE, type IssueCreateTitle as eF, type IssueKnowledgeResponse as eG, type IssueKnowledgeResponsePrUrl as eH, type IssueKnowledgeResponseReviewedBy as eI, type IssueKnowledgeResponseReviewedByUserId as eJ, type IssueKnowledgeUpdate as eK, type IssueKnowledgeUpdateApplicability as eL, type IssueKnowledgeUpdateBoundaryCriteria as eM, type IssueKnowledgeUpdateCaseType as eN, type IssueKnowledgeUpdateCounterexample as eO, type IssueKnowledgeUpdateFailureModeLabels as eP, type IssueKnowledgeUpdateHumanLabel as eQ, type IssueKnowledgeUpdateHumanReviewDecision as eR, type IssueKnowledgeUpdateLessonLearned as eS, type IssueKnowledgeUpdateModelErrorType as eT, type IssueKnowledgeUpdateModelPrediction as eU, type IssueKnowledgeUpdatePromptGuidance as eV, type IssueKnowledgeUpdateResolution as eW, type IssueKnowledgeUpdateResolutionLabel as eX, type IssueKnowledgeUpdateRootCause as eY, type IssueKnowledgeUpdateSeverity as eZ, type IssueKnowledgeUpdateSymptom as e_, type GetFigureByPathParams as ea, type GetFileContent200 as eb, type GetFileContentParams as ec, type GetFlowResponseDefaultParameters as ed, type GetFlowResponseDefaultRunParameters as ee, type GetForumPostRepliesParams as ef, type GetGitStatus200 as eg, type GetHistoricalCouplingTaskResultsParams as eh, type GetHistoricalQubitTaskResultsParams as ei, type GetLatestCouplingTaskResultsParams as ej, type GetLatestQubitTaskResultsParams as ek, type GetMetricsConfig200 as el, type GetParameterHistoryParams as em, type GetProvenanceImpactParams as en, type GetProvenanceLineageParams as eo, type GetQubitMetricHistoryParams as ep, type GetQubitTaskHistoryParams as eq, type GetRecalibrationRecommendationsParams as er, type GetRecentChangesParams as es, type GetRecentExecutionsParams as et, type GetTaskKnowledgeParams as eu, type GetTimeseriesTaskResultsParams as ev, type GetTopologyById200 as ew, type GitPullConfig200 as ex, type GitPushConfig200 as ey, type GitPushRequest as ez, type TaskResultResponse as f, type ManualEditItemValue as f$, type IssueResponse as f0, type IssueResponseAvatarKey as f1, type IssueResponseParentId as f2, type IssueResponseTitle as f3, type IssueResponseUserId as f4, type IssueUpdate as f5, type IssueUpdateTitle as f6, type KnowledgeCaseResponse as f7, type KnowledgeImageResponse as f8, type LatestTaskResultResponse as f9, type ListFlowSchedulesResponse as fA, type ListForumCategoriesParams as fB, type ListForumCategoriesResponse as fC, type ListForumPostsParams as fD, type ListIssueKnowledgeParams as fE, type ListIssueKnowledgeResponse as fF, type ListIssuesParams as fG, type ListIssuesResponse as fH, type ListMuxResponse as fI, type ListMuxResponseMuxes as fJ, type ListNoteEventsResponse as fK, type ListNotificationsParams as fL, type ListNotificationsResponse as fM, type ListTagResponse as fN, type ListTargetNoteEventsParams as fO, type ListTaskFileBackendsResponse as fP, type ListTaskInfoParams as fQ, type ListTaskInfoResponse as fR, type ListTaskKnowledgeResponseCategories as fS, type ListTaskResultAiReviewRunsParams as fT, type ListTaskResultAiReviewsParams as fU, type ListTaskResultsParams as fV, type ListTasksParams as fW, type ListTopologies200 as fX, type ListTopologiesParams as fY, type Logout200 as fZ, type ManualEditItem as f_, type LatestTaskResultResponseResult as fa, type LineageEdgeResponse as fb, type LineageNodeResponse as fc, type LineageNodeResponseActivity as fd, type LineageNodeResponseEntity as fe, type LineageNodeResponseLatestVersion as ff, type ListAgentActionsResponse as fg, type ListAgentCandidatesResponse as fh, type ListAllFlowSchedulesParams as fi, type ListAllProjectsParams as fj, type ListAllUsersParams as fk, type ListBackendsResponse as fl, type ListChipCouplingsParams as fm, type ListChipNoteEventsParams as fn, type ListChipQubitsParams as fo, type ListCooldownWiringEventsParams as fp, type ListCooldownWiringEventsResponse as fq, type ListCooldownsParams as fr, type ListCooldownsResponse as fs, type ListCopilotChatSessionsResponse as ft, type ListCryostatsResponse as fu, type ListExecutionsParams as fv, type ListExecutionsResponseLimit as fw, type ListExecutionsResponseSkip as fx, type ListExecutionsResponseTotal as fy, type ListFlowSchedulesParams as fz, type ListTaskResponse as g, type MuxTaskInputParameters as g$, type ManualEditsResponse as g0, type ManualParameterUpdateRequest as g1, type ManualParameterUpdateRequestParameters as g2, type ManualParameterUpdateResponse as g3, type ManualParameterUpdateResponseProvenanceActivityId as g4, type MarkAllNotificationsRead200 as g5, type MeasError as g6, type MemberInvite as g7, type MemberItem as g8, type MemberItemAvatarKey as g9, type MetricHistoryItemOutputParametersAnyOfAnyOf as gA, type MetricHistoryItemOutputParametersAnyOfAnyOfCalibratedAt as gB, type MetricHistoryItemOutputParametersAnyOfAnyOfSource as gC, type MetricHistoryItemTaskId as gD, type MetricHistoryItemValue as gE, type MetricValue as gF, type MetricValueExecutionId as gG, type MetricValueStddev as gH, type MetricValueTaskId as gI, type MetricValueValue as gJ, type MetricsSummaryResponse as gK, type MetricsSummaryResponseAverages as gL, type ModelConfig as gM, type ModelConfigApiKeyEnv as gN, type ModelConfigBaseUrl as gO, type ModelConfigKeepAlive as gP, type ModelConfigNumCtx as gQ, type ModelConfigReasoningEffort as gR, type ModelConfigTemperature as gS, type ModelConfigTopK as gT, type ModelConfigTopP as gU, type MuxDetailResponse as gV, type MuxDetailResponseDetail as gW, type MuxTask as gX, type MuxTaskElapsedTime as gY, type MuxTaskEndAt as gZ, type MuxTaskFigurePath as g_, type MemberItemDisplayName as ga, type MemberItemOrganization as gb, type MemberResponse as gc, type MemberResponseAvatarKey as gd, type MemberResponseDisplayName as ge, type MemberResponseInvitedBy as gf, type MemberResponseInvitedByUserId as gg, type MemberResponseLastAccessedAt as gh, type MemberResponseOrganization as gi, type MemberUpdate as gj, type MetricHeatmapResponse as gk, type MetricHeatmapResponseUnit as gl, type MetricHeatmapResponseValues as gm, type MetricHistoryItem as gn, type MetricHistoryItemCalibratedAt as go, type MetricHistoryItemExcludedAt as gp, type MetricHistoryItemExcludedBy as gq, type MetricHistoryItemExcludedByUserId as gr, type MetricHistoryItemInputParameters as gs, type MetricHistoryItemInputParametersAnyOf as gt, type MetricHistoryItemInputParametersAnyOfAnyOf as gu, type MetricHistoryItemInputParametersAnyOfAnyOfCalibratedAt as gv, type MetricHistoryItemInputParametersAnyOfAnyOfSource as gw, type MetricHistoryItemName as gx, type MetricHistoryItemOutputParameters as gy, type MetricHistoryItemOutputParametersAnyOf as gz, type ListTaskKnowledgeResponse as h, type ProjectListItem as h$, type MuxTaskInputParametersAnyOf as h0, type MuxTaskInputParametersAnyOfAnyOf as h1, type MuxTaskInputParametersAnyOfAnyOfCalibratedAt as h2, type MuxTaskInputParametersAnyOfAnyOfSource as h3, type MuxTaskJsonFigurePath as h4, type MuxTaskMessage as h5, type MuxTaskNote as h6, type MuxTaskNoteAnyOf as h7, type MuxTaskOutputParameterNames as h8, type MuxTaskOutputParameters as h9, type OutputParameterInfoResponse as hA, type ParameterChangeResponse as hB, type ParameterChangeResponseDelta as hC, type ParameterChangeResponseDeltaPercent as hD, type ParameterChangeResponsePreviousError as hE, type ParameterChangeResponsePreviousValue as hF, type ParameterChangeResponseValidFrom as hG, type ParameterChangeResponseValue as hH, type ParameterDiffResponse as hI, type ParameterDiffResponseDelta as hJ, type ParameterDiffResponseDeltaPercent as hK, type ParameterDiffResponseValueAfter as hL, type ParameterDiffResponseValueBefore as hM, type ParameterHistoryResponse as hN, type ParameterModel as hO, type ParameterModelSource as hP, type ParameterModelValue as hQ, type ParameterVersionResponse as hR, type ParameterVersionResponseValidFrom as hS, type ParameterVersionResponseValidUntil as hT, type ParameterVersionResponseValue as hU, type PasswordChange as hV, type PasswordReset as hW, type Position as hX, type PreviewArtifactByPathParams as hY, type ProjectCreate as hZ, type ProjectCreateDescription as h_, type MuxTaskOutputParametersAnyOf as ha, type MuxTaskOutputParametersAnyOfAnyOf as hb, type MuxTaskOutputParametersAnyOfAnyOfCalibratedAt as hc, type MuxTaskOutputParametersAnyOfAnyOfSource as hd, type MuxTaskQid as he, type MuxTaskRawDataPath as hf, type MuxTaskStartAt as hg, type MuxTaskTaskId as hh, type MuxTaskTaskType as hi, type MuxTaskUpstreamId as hj, type NoteCommentModel as hk, type NoteCommentModelUpdatedAt as hl, type NoteCommentRequest as hm, type NoteEventResponse as hn, type NoteEventResponseActorUserId as ho, type NoteEventResponseExtra as hp, type NoteModel as hq, type NoteModelUpdatedAt as hr, type NoteUpsertRequest as hs, type NotificationResponse as ht, type NotificationResponseActorUserId as hu, type NotificationResponseReadAt as hv, type NotificationResponseRecipientUserId as hw, type NumericBounds as hx, type NumericBoundsMaximum as hy, type NumericBoundsMinimum as hz, type TaskKnowledgeResponse as i, type ScheduleFlowRequestCron as i$, type ProjectListItemCreatedAt as i0, type ProjectListItemDescription as i1, type ProjectResponseDescription as i2, ProjectRole as i3, type ProjectUpdate as i4, type ProjectUpdateDefaultRole as i5, type ProjectUpdateDescription as i6, type ProjectUpdateName as i7, type ProjectUpdateTags as i8, type ProvenanceStatsResponseRelationCounts as i9, type ReanalyzeQubitSpectroscopyParamsF12HeightMin as iA, type ReanalyzeQubitSpectroscopyParamsRetryWithTrim as iB, type ReanalyzeQubitSpectroscopyParamsTopPower as iC, type ReanalyzeQubitSpectroscopyRequest as iD, type ReanalyzeQubitSpectroscopyRequestSourceTaskId as iE, type ReanalyzeResonatorSpectroscopyParams as iF, type ReanalyzeResonatorSpectroscopyParamsBareShiftEstimatorType as iG, type ReanalyzeResonatorSpectroscopyParamsBareShiftStrengthLimit as iH, type ReanalyzeResonatorSpectroscopyParamsHighPowerMax as iI, type ReanalyzeResonatorSpectroscopyParamsHighPowerMin as iJ, type ReanalyzeResonatorSpectroscopyParamsLowPower as iK, type ReanalyzeResonatorSpectroscopyParamsNumResonators as iL, type ReanalyzeResonatorSpectroscopyParamsResonatorAssignmentPattern as iM, type ReanalyzeResonatorSpectroscopyRequest as iN, type ReanalyzeResonatorSpectroscopyRequestSourceTaskId as iO, type ReanalyzeResponse as iP, type ReanalyzeResponseFigure as iQ, type RecentExecutionsResponse as iR, type RecommendedTaskResponse as iS, type RemoveProjectMemberAdmin200 as iT, type ResetPassword200 as iU, type SaveFileContent200 as iV, type SaveFileRequest as iW, type SaveFlowRequestDefaultParameters as iX, type SaveFlowRequestDefaultRunParameters as iY, type SaveFlowRequestFlowFunctionName as iZ, type ScheduleFlowRequest as i_, type QdashApiSchemasAdminMemberListResponse as ia, type QdashApiSchemasAdminProjectListResponse as ib, type QdashApiSchemasProjectMemberListResponse as ic, type Qubit as id, type QubitGateDuration as ie, type QubitLifetime as ig, type QubitMetricHistoryResponse as ih, type QubitResponseData as ii, type QubitResponseMetricNotes as ij, type QuickRunTaskRequest as ik, type QuickRunTaskRequestBackendName as il, type QuickRunTaskRequestInputParameterOverrides as im, type QuickRunTaskRequestRunParameterOverrides as io, type ReExecuteRequest as ip, type ReExecuteRequestParameterOverrides as iq, type ReExecutionEntry as ir, type ReExecutionEntryStartAt as is, type ReanalyzeOutputParameter as it, type ReanalyzeQubitSpectroscopyParams as iu, type ReanalyzeQubitSpectroscopyParamsBinarizeThresholdSigmaMinus as iv, type ReanalyzeQubitSpectroscopyParamsBinarizeThresholdSigmaPlus as iw, type ReanalyzeQubitSpectroscopyParamsF01HeightMin as ix, type ReanalyzeQubitSpectroscopyParamsF12DistanceMax as iy, type ReanalyzeQubitSpectroscopyParamsF12DistanceMin as iz, type QdashApiSchemasProjectProjectListResponse as j, type TaskResponseBackend as j$, type ScheduleFlowRequestParameters as j0, type ScheduleFlowRequestScheduledTime as j1, type ScheduleFlowResponse as j2, type ScheduleFlowResponseCron as j3, type ScheduleFlowResponseNextRun as j4, type SearchNoteEventsParams as j5, type SeedImportRequest as j6, type SeedImportRequestManualData as j7, type SeedImportRequestManualDataAnyOf as j8, type SeedImportRequestParameters as j9, type TaskHistoryResponseData as jA, type TaskInfo as jB, type TaskInfoCategory as jC, type TaskInfoDescription as jD, type TaskInfoInputParameters as jE, type TaskInfoRunParameters as jF, type TaskInfoTaskType as jG, type TaskInputParameters as jH, type TaskInputParametersAnyOf as jI, type TaskInputParametersAnyOfAnyOf as jJ, type TaskInputParametersAnyOfAnyOfCalibratedAt as jK, type TaskInputParametersAnyOfAnyOfSource as jL, type TaskJsonFigurePath as jM, type TaskKnowledgeSummaryResponse as jN, type TaskMessage as jO, type TaskNote as jP, type TaskNoteAnyOf as jQ, type TaskNoteEntry as jR, type TaskOutputParameterNames as jS, type TaskOutputParameters as jT, type TaskOutputParametersAnyOf as jU, type TaskOutputParametersAnyOfAnyOf as jV, type TaskOutputParametersAnyOfAnyOfCalibratedAt as jW, type TaskOutputParametersAnyOfAnyOfSource as jX, type TaskQid as jY, type TaskRawDataPath as jZ, type TaskResponse as j_, type SeedImportRequestQids as ja, type SeedImportResponse as jb, type SeedImportResponseProvenanceActivityId as jc, type SeedImportResultItem as jd, type SeedImportResultItemMessage as je, type SeedImportResultItemValue as jf, SeedImportSource as jg, type SettingsResponse as jh, type SubmitAgentActionRequest as ji, type SubmitAgentActionRequestParameterOverrides as jj, type SubmitAgentActionRequestTaskName as jk, type SuccessResponse as jl, SystemRole as jm, type Tag as jn, type TargetNoteEntry as jo, type TargetNoteEntryMetricNotes as jp, type Task as jq, type TaskElapsedTime as jr, type TaskEndAt as js, type TaskFigurePath as jt, type TaskFileBackend as ju, type TaskFileSettings as jv, type TaskFileSettingsDefaultBackend as jw, type TaskFileSettingsDefaultViewMode as jx, type TaskFileSettingsSortOrder as jy, type TaskHistoryResponse as jz, type ListFlowsResponse as k, type TaskUserId as k$, type TaskResponseInputParameters as k0, type TaskResponseOutputParameters as k1, type TaskResult as k2, type TaskResultAiReview as k3, type TaskResultElapsedTime as k4, type TaskResultEndAt as k5, type TaskResultExcludeRequest as k6, type TaskResultExcludeResponse as k7, type TaskResultExcludeResponseExcludedAt as k8, type TaskResultExcludeResponseExcludedBy as k9, type TaskResultRawDataPath as kA, type TaskResultResponseElapsedTime as kB, type TaskResultResponseEndAt as kC, type TaskResultResponseInputParameters as kD, type TaskResultResponseInputParametersAnyOf as kE, type TaskResultResponseInputParametersAnyOfCalibratedAt as kF, type TaskResultResponseInputParametersAnyOfSource as kG, type TaskResultResponseOutputParameters as kH, type TaskResultResponseOutputParametersAnyOf as kI, type TaskResultResponseOutputParametersAnyOfCalibratedAt as kJ, type TaskResultResponseOutputParametersAnyOfSource as kK, type TaskResultResponseRunParameters as kL, type TaskResultResponseSourceTaskId as kM, type TaskResultResponseStartAt as kN, type TaskResultResponseUserId as kO, type TaskResultRunParameters as kP, type TaskResultRunParametersAnyOf as kQ, type TaskResultStartAt as kR, type TaskResultTaskId as kS, type TaskResultTaskType as kT, type TaskResultUpstreamId as kU, type TaskRunParameters as kV, type TaskRunParametersAnyOf as kW, type TaskStartAt as kX, type TaskTaskId as kY, type TaskTaskType as kZ, type TaskUpstreamId as k_, type TaskResultExcludeResponseExcludedByUserId as ka, type TaskResultExecutionId as kb, type TaskResultFigurePath as kc, type TaskResultInputParameters as kd, type TaskResultInputParametersAnyOf as ke, type TaskResultInputParametersAnyOfAnyOf as kf, type TaskResultInputParametersAnyOfAnyOfCalibratedAt as kg, type TaskResultInputParametersAnyOfAnyOfSource as kh, type TaskResultJsonFigurePath as ki, type TaskResultListItem as kj, type TaskResultListItemElapsedTime as kk, type TaskResultListItemEndAt as kl, type TaskResultListItemSourceTaskId as km, type TaskResultListItemStartAt as kn, type TaskResultListItemUserId as ko, type TaskResultListResponseStatusCounts as kp, type TaskResultMessage as kq, type TaskResultNote as kr, type TaskResultNoteAnyOf as ks, type TaskResultOutputParameterNames as kt, type TaskResultOutputParameters as ku, type TaskResultOutputParametersAnyOf as kv, type TaskResultOutputParametersAnyOfAnyOf as kw, type TaskResultOutputParametersAnyOfAnyOfCalibratedAt as kx, type TaskResultOutputParametersAnyOfAnyOfSource as ky, type TaskResultQid as kz, type FlowTemplate as l, type UserWithToken as l$, type TimeSeriesDataData as l0, type TokenResponse as l1, type TokenResponseDefaultProjectId as l2, type UISettings as l3, type UITaskFilesSettings as l4, type UITaskFilesSettingsDefaultBackend as l5, type UITaskFilesSettingsDefaultViewMode as l6, type UITaskFilesSettingsSortOrder as l7, type UnreadNotificationCountResponse as l8, type UpdateChipRequest as l9, type User as lA, type UserAvatarKey as lB, type UserCreate as lC, type UserCreateAvatarKey as lD, type UserCreateDisplayName as lE, type UserCreateOrganization as lF, type UserCreatePassword as lG, type UserDefaultProjectId as lH, type UserDetailResponse as lI, type UserDetailResponseAvatarKey as lJ, type UserDetailResponseCreatedAt as lK, type UserDetailResponseDefaultProjectId as lL, type UserDetailResponseDisplayName as lM, type UserDetailResponseOrganization as lN, type UserDetailResponseUpdatedAt as lO, type UserDisabled as lP, type UserDisplayName as lQ, type UserListItem as lR, type UserListItemAvatarKey as lS, type UserListItemDefaultProjectId as lT, type UserListItemDisplayName as lU, type UserListItemOrganization as lV, type UserListResponse as lW, type UserOrganization as lX, type UserProfileUpdate as lY, type UserProfileUpdateAvatarKey as lZ, type UserProfileUpdateDisplayName as l_, type UpdateChipRequestActivityStatus as la, type UpdateChipRequestNote as lb, type UpdateChipRequestTopologyId as lc, type UpdateCopilotChatSessionRequest as ld, type UpdateCopilotChatSessionRequestContext as le, type UpdateCopilotChatSessionRequestContextAnyOf as lf, type UpdateCopilotChatSessionRequestMessages as lg, type UpdateCopilotChatSessionRequestTitle as lh, type UpdateCouplingNoteCommentParams as li, type UpdateQubitNoteCommentParams as lj, type UpdateScheduleRequest as lk, type UpdateScheduleRequestCron as ll, type UpdateScheduleRequestParameters as lm, type UpdateScheduleRequestParametersAnyOf as ln, type UpdateScheduleResponse as lo, type UpdateUserRequest as lp, type UpdateUserRequestAvatarKey as lq, type UpdateUserRequestDisabled as lr, type UpdateUserRequestDisplayName as ls, type UpdateUserRequestOrganization as lt, type UpdateUserRequestSystemRole as lu, type UpsertChipNoteParams as lv, type UpsertCouplingMetricNoteParams as lw, type UpsertCouplingNoteParams as lx, type UpsertQubitMetricNoteParams as ly, type UpsertQubitNoteParams as lz, type FlowTemplateWithCode as m, type UserWithTokenAvatarKey as m0, type UserWithTokenDefaultProjectId as m1, type UserWithTokenDisabled as m2, type UserWithTokenDisplayName as m3, type UserWithTokenInitialPassword as m4, type UserWithTokenOrganization as m5, type ValidateFileContent200 as m6, type ValidateFileRequest as m7, type SaveFlowResponse as n, type ListExecutionsResponse as o, type ExecutionResponseDetail as p, type AgentSessionResponse as q, type CandidateGateResponse as r, AgentActionType as s, type AgentActionResponse as t, type AgentCandidateResponse as u, type AgentCandidateCommitResponse as v, type AgentCampaignCandidateReference as w, type AgentCampaignCommitResponse as x, type ListForumPostsResponse as y, type ForumPostCreate as z };
|