@layer-drone/protocol 0.7.0 → 1.0.0
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/README.md +1 -1
- package/dist/index.d.mts +1137 -271
- package/dist/index.d.ts +1137 -271
- package/dist/index.js +1328 -385
- package/dist/index.mjs +1222 -333
- package/package.json +3 -3
- package/src/client/sdk.gen.ts +2231 -584
- package/src/client/transformers.gen.ts +269 -77
- package/src/client/types.gen.ts +1541 -359
package/dist/index.js
CHANGED
|
@@ -25,66 +25,120 @@ __export(index_exports, {
|
|
|
25
25
|
WEBHOOK_PREVIOUS_SECRET_EXPIRES_AT_HEADER: () => WEBHOOK_PREVIOUS_SECRET_EXPIRES_AT_HEADER,
|
|
26
26
|
WEBHOOK_PREVIOUS_SECRET_HEADER: () => WEBHOOK_PREVIOUS_SECRET_HEADER,
|
|
27
27
|
WEBHOOK_SECRET_HEADER: () => WEBHOOK_SECRET_HEADER,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
alchemyControllerHandleWebhook0V1: () => alchemyControllerHandleWebhook0V1,
|
|
29
|
+
alchemyControllerHandleWebhook1: () => alchemyControllerHandleWebhook1,
|
|
30
|
+
apiControllerGetError0V1: () => apiControllerGetError0V1,
|
|
31
|
+
apiControllerGetError1: () => apiControllerGetError1,
|
|
32
|
+
apiControllerGetHello0V1: () => apiControllerGetHello0V1,
|
|
33
|
+
apiControllerGetHello1: () => apiControllerGetHello1,
|
|
34
|
+
apiTokenControllerCreateToken0V1: () => apiTokenControllerCreateToken0V1,
|
|
35
|
+
apiTokenControllerCreateToken1: () => apiTokenControllerCreateToken1,
|
|
36
|
+
apiTokenControllerDeleteToken0V1: () => apiTokenControllerDeleteToken0V1,
|
|
37
|
+
apiTokenControllerDeleteToken1: () => apiTokenControllerDeleteToken1,
|
|
38
|
+
apiTokenControllerGetToken0V1: () => apiTokenControllerGetToken0V1,
|
|
39
|
+
apiTokenControllerGetToken1: () => apiTokenControllerGetToken1,
|
|
40
|
+
apiTokenControllerUpdateToken0V1: () => apiTokenControllerUpdateToken0V1,
|
|
41
|
+
apiTokenControllerUpdateToken1: () => apiTokenControllerUpdateToken1,
|
|
35
42
|
buildClientParams: () => buildClientParams,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
43
|
+
conditionsControllerGetSunAltitudeTimeLimits0V1: () => conditionsControllerGetSunAltitudeTimeLimits0V1,
|
|
44
|
+
conditionsControllerGetSunAltitudeTimeLimits1: () => conditionsControllerGetSunAltitudeTimeLimits1,
|
|
45
|
+
contractsControllerCreateContract0V1: () => contractsControllerCreateContract0V1,
|
|
46
|
+
contractsControllerCreateContract1: () => contractsControllerCreateContract1,
|
|
47
|
+
contractsControllerDeleteContract0V1: () => contractsControllerDeleteContract0V1,
|
|
48
|
+
contractsControllerDeleteContract1: () => contractsControllerDeleteContract1,
|
|
49
|
+
contractsControllerGetAllContracts0V1: () => contractsControllerGetAllContracts0V1,
|
|
50
|
+
contractsControllerGetAllContracts1: () => contractsControllerGetAllContracts1,
|
|
51
|
+
contractsControllerGetContract0V1: () => contractsControllerGetContract0V1,
|
|
52
|
+
contractsControllerGetContract1: () => contractsControllerGetContract1,
|
|
53
|
+
contractsControllerUpdateContract0V1: () => contractsControllerUpdateContract0V1,
|
|
54
|
+
contractsControllerUpdateContract1: () => contractsControllerUpdateContract1,
|
|
42
55
|
createClient: () => createClient,
|
|
43
56
|
createConfig: () => createConfig,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
57
|
+
dlqRedriverControllerRedriveDlq0V1: () => dlqRedriverControllerRedriveDlq0V1,
|
|
58
|
+
dlqRedriverControllerRedriveDlq1: () => dlqRedriverControllerRedriveDlq1,
|
|
59
|
+
eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1: () => eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1,
|
|
60
|
+
eventProcessorFlightReviewsSyncControllerResyncFlightReviews1: () => eventProcessorFlightReviewsSyncControllerResyncFlightReviews1,
|
|
61
|
+
eventProcessorMissionsSyncControllerResyncMissions0V1: () => eventProcessorMissionsSyncControllerResyncMissions0V1,
|
|
62
|
+
eventProcessorMissionsSyncControllerResyncMissions1: () => eventProcessorMissionsSyncControllerResyncMissions1,
|
|
63
|
+
flightPlansControllerCreate0V1: () => flightPlansControllerCreate0V1,
|
|
64
|
+
flightPlansControllerCreate1: () => flightPlansControllerCreate1,
|
|
65
|
+
flightPlansControllerGet0V1: () => flightPlansControllerGet0V1,
|
|
66
|
+
flightPlansControllerGet1: () => flightPlansControllerGet1,
|
|
67
|
+
flightPlansControllerGetMany0V1: () => flightPlansControllerGetMany0V1,
|
|
68
|
+
flightPlansControllerGetMany1: () => flightPlansControllerGetMany1,
|
|
69
|
+
flightReviewsControllerGetFlightReview0V1: () => flightReviewsControllerGetFlightReview0V1,
|
|
70
|
+
flightReviewsControllerGetFlightReview1: () => flightReviewsControllerGetFlightReview1,
|
|
71
|
+
flightReviewsControllerGetFlightReviews0V1: () => flightReviewsControllerGetFlightReviews0V1,
|
|
72
|
+
flightReviewsControllerGetFlightReviews1: () => flightReviewsControllerGetFlightReviews1,
|
|
73
|
+
flightsControllerCreatePresignedUrls0V1: () => flightsControllerCreatePresignedUrls0V1,
|
|
74
|
+
flightsControllerCreatePresignedUrls1: () => flightsControllerCreatePresignedUrls1,
|
|
75
|
+
flightsControllerGenerateStorageKey0V1: () => flightsControllerGenerateStorageKey0V1,
|
|
76
|
+
flightsControllerGenerateStorageKey1: () => flightsControllerGenerateStorageKey1,
|
|
77
|
+
flightsControllerGetFlight0V1: () => flightsControllerGetFlight0V1,
|
|
78
|
+
flightsControllerGetFlight1: () => flightsControllerGetFlight1,
|
|
79
|
+
flightsControllerValidateFlight0V1: () => flightsControllerValidateFlight0V1,
|
|
80
|
+
flightsControllerValidateFlight1: () => flightsControllerValidateFlight1,
|
|
56
81
|
formDataBodySerializer: () => formDataBodySerializer,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
82
|
+
inboundWebhookConfigsControllerCreate0V1: () => inboundWebhookConfigsControllerCreate0V1,
|
|
83
|
+
inboundWebhookConfigsControllerCreate1: () => inboundWebhookConfigsControllerCreate1,
|
|
84
|
+
inboundWebhookConfigsControllerDelete0V1: () => inboundWebhookConfigsControllerDelete0V1,
|
|
85
|
+
inboundWebhookConfigsControllerDelete1: () => inboundWebhookConfigsControllerDelete1,
|
|
86
|
+
inboundWebhookConfigsControllerGet0V1: () => inboundWebhookConfigsControllerGet0V1,
|
|
87
|
+
inboundWebhookConfigsControllerGet1: () => inboundWebhookConfigsControllerGet1,
|
|
88
|
+
inboundWebhookConfigsControllerGetMany0V1: () => inboundWebhookConfigsControllerGetMany0V1,
|
|
89
|
+
inboundWebhookConfigsControllerGetMany1: () => inboundWebhookConfigsControllerGetMany1,
|
|
90
|
+
inboundWebhookConfigsControllerUpdate0V1: () => inboundWebhookConfigsControllerUpdate0V1,
|
|
91
|
+
inboundWebhookConfigsControllerUpdate1: () => inboundWebhookConfigsControllerUpdate1,
|
|
62
92
|
jsonBodySerializer: () => jsonBodySerializer,
|
|
63
|
-
|
|
93
|
+
keysControllerGetProvenanceCryptoKey0V1: () => keysControllerGetProvenanceCryptoKey0V1,
|
|
94
|
+
keysControllerGetProvenanceCryptoKey1: () => keysControllerGetProvenanceCryptoKey1,
|
|
64
95
|
mergeHeaders: () => mergeHeaders,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
96
|
+
missionsControllerCreateMissions0V1: () => missionsControllerCreateMissions0V1,
|
|
97
|
+
missionsControllerCreateMissions1: () => missionsControllerCreateMissions1,
|
|
98
|
+
missionsControllerGetMission0V1: () => missionsControllerGetMission0V1,
|
|
99
|
+
missionsControllerGetMission1: () => missionsControllerGetMission1,
|
|
100
|
+
missionsControllerGetMissions0V1: () => missionsControllerGetMissions0V1,
|
|
101
|
+
missionsControllerGetMissions1: () => missionsControllerGetMissions1,
|
|
102
|
+
missionsControllerRepriceMissions0V1: () => missionsControllerRepriceMissions0V1,
|
|
103
|
+
missionsControllerRepriceMissions1: () => missionsControllerRepriceMissions1,
|
|
104
|
+
missionsControllerUpdateMissions0V1: () => missionsControllerUpdateMissions0V1,
|
|
105
|
+
missionsControllerUpdateMissions1: () => missionsControllerUpdateMissions1,
|
|
71
106
|
parseWebhookEvent: () => parseWebhookEvent,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
107
|
+
protocolTriggersApiControllerTriggerMissionClose0V1: () => protocolTriggersApiControllerTriggerMissionClose0V1,
|
|
108
|
+
protocolTriggersApiControllerTriggerMissionClose1: () => protocolTriggersApiControllerTriggerMissionClose1,
|
|
109
|
+
protocolTriggersApiControllerTriggerPayout0V1: () => protocolTriggersApiControllerTriggerPayout0V1,
|
|
110
|
+
protocolTriggersApiControllerTriggerPayout1: () => protocolTriggersApiControllerTriggerPayout1,
|
|
111
|
+
quotesControllerCreateQuote0V1: () => quotesControllerCreateQuote0V1,
|
|
112
|
+
quotesControllerCreateQuote1: () => quotesControllerCreateQuote1,
|
|
113
|
+
quotesControllerGetQuote0V1: () => quotesControllerGetQuote0V1,
|
|
114
|
+
quotesControllerGetQuote1: () => quotesControllerGetQuote1,
|
|
115
|
+
schemaControllerGetEventSchema0V1: () => schemaControllerGetEventSchema0V1,
|
|
116
|
+
schemaControllerGetEventSchema1: () => schemaControllerGetEventSchema1,
|
|
75
117
|
urlSearchParamsBodySerializer: () => urlSearchParamsBodySerializer,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
118
|
+
vaultsControllerCreateVaults0V1: () => vaultsControllerCreateVaults0V1,
|
|
119
|
+
vaultsControllerCreateVaults1: () => vaultsControllerCreateVaults1,
|
|
120
|
+
webhooksControllerCreate0V1: () => webhooksControllerCreate0V1,
|
|
121
|
+
webhooksControllerCreate1: () => webhooksControllerCreate1,
|
|
122
|
+
webhooksControllerDelete0V1: () => webhooksControllerDelete0V1,
|
|
123
|
+
webhooksControllerDelete1: () => webhooksControllerDelete1,
|
|
124
|
+
webhooksControllerGet0V1: () => webhooksControllerGet0V1,
|
|
125
|
+
webhooksControllerGet1: () => webhooksControllerGet1,
|
|
126
|
+
webhooksControllerGetMany0V1: () => webhooksControllerGetMany0V1,
|
|
127
|
+
webhooksControllerGetMany1: () => webhooksControllerGetMany1,
|
|
128
|
+
webhooksControllerGetStatus0V1: () => webhooksControllerGetStatus0V1,
|
|
129
|
+
webhooksControllerGetStatus1: () => webhooksControllerGetStatus1,
|
|
130
|
+
webhooksControllerRegenerateSecret0V1: () => webhooksControllerRegenerateSecret0V1,
|
|
131
|
+
webhooksControllerRegenerateSecret1: () => webhooksControllerRegenerateSecret1,
|
|
132
|
+
webhooksControllerTest0V1: () => webhooksControllerTest0V1,
|
|
133
|
+
webhooksControllerTest1: () => webhooksControllerTest1,
|
|
134
|
+
webhooksControllerUpdate0V1: () => webhooksControllerUpdate0V1,
|
|
135
|
+
webhooksControllerUpdate1: () => webhooksControllerUpdate1,
|
|
136
|
+
zonesControllerCreateZone0V1: () => zonesControllerCreateZone0V1,
|
|
137
|
+
zonesControllerCreateZone1: () => zonesControllerCreateZone1,
|
|
138
|
+
zonesControllerDeleteZone0V1: () => zonesControllerDeleteZone0V1,
|
|
139
|
+
zonesControllerDeleteZone1: () => zonesControllerDeleteZone1,
|
|
140
|
+
zonesControllerUpdateZone0V1: () => zonesControllerUpdateZone0V1,
|
|
141
|
+
zonesControllerUpdateZone1: () => zonesControllerUpdateZone1
|
|
88
142
|
});
|
|
89
143
|
module.exports = __toCommonJS(index_exports);
|
|
90
144
|
|
|
@@ -782,10 +836,14 @@ var updateApiTokenResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name(
|
|
|
782
836
|
data.last_used = new Date(data.last_used);
|
|
783
837
|
return data;
|
|
784
838
|
}, "updateApiTokenResponseDtoSchemaResponseTransformer");
|
|
785
|
-
var
|
|
839
|
+
var apiTokenControllerUpdateToken0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
786
840
|
data = updateApiTokenResponseDtoSchemaResponseTransformer(data);
|
|
787
841
|
return data;
|
|
788
|
-
}, "
|
|
842
|
+
}, "apiTokenControllerUpdateToken0V1ResponseTransformer");
|
|
843
|
+
var apiTokenControllerUpdateToken1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
844
|
+
data = updateApiTokenResponseDtoSchemaResponseTransformer(data);
|
|
845
|
+
return data;
|
|
846
|
+
}, "apiTokenControllerUpdateToken1ResponseTransformer");
|
|
789
847
|
var getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
790
848
|
data.OptimalSunAltitudePeriod.StartTime = new Date(data.OptimalSunAltitudePeriod.StartTime);
|
|
791
849
|
data.OptimalSunAltitudePeriod.EndTime = new Date(data.OptimalSunAltitudePeriod.EndTime);
|
|
@@ -793,10 +851,14 @@ var getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer = /* @__PURE__
|
|
|
793
851
|
data.DaylightPeriod.EndTime = new Date(data.DaylightPeriod.EndTime);
|
|
794
852
|
return data;
|
|
795
853
|
}, "getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer");
|
|
796
|
-
var
|
|
854
|
+
var conditionsControllerGetSunAltitudeTimeLimits0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
855
|
+
data = getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer(data);
|
|
856
|
+
return data;
|
|
857
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits0V1ResponseTransformer");
|
|
858
|
+
var conditionsControllerGetSunAltitudeTimeLimits1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
797
859
|
data = getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer(data);
|
|
798
860
|
return data;
|
|
799
|
-
}, "
|
|
861
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits1ResponseTransformer");
|
|
800
862
|
var getContractsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
801
863
|
data.data = data.data.map((item) => {
|
|
802
864
|
if (item.deployedAt) {
|
|
@@ -806,26 +868,38 @@ var getContractsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((d
|
|
|
806
868
|
});
|
|
807
869
|
return data;
|
|
808
870
|
}, "getContractsResponseDtoSchemaResponseTransformer");
|
|
809
|
-
var
|
|
871
|
+
var contractsControllerGetAllContracts0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
810
872
|
data = getContractsResponseDtoSchemaResponseTransformer(data);
|
|
811
873
|
return data;
|
|
812
|
-
}, "
|
|
874
|
+
}, "contractsControllerGetAllContracts0V1ResponseTransformer");
|
|
875
|
+
var contractsControllerGetAllContracts1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
876
|
+
data = getContractsResponseDtoSchemaResponseTransformer(data);
|
|
877
|
+
return data;
|
|
878
|
+
}, "contractsControllerGetAllContracts1ResponseTransformer");
|
|
813
879
|
var flightDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
814
880
|
data.payout.createdAt = new Date(data.payout.createdAt);
|
|
815
881
|
return data;
|
|
816
882
|
}, "flightDtoSchemaResponseTransformer");
|
|
817
|
-
var
|
|
883
|
+
var flightsControllerGetFlight0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
884
|
+
data = flightDtoSchemaResponseTransformer(data);
|
|
885
|
+
return data;
|
|
886
|
+
}, "flightsControllerGetFlight0V1ResponseTransformer");
|
|
887
|
+
var flightsControllerGetFlight1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
818
888
|
data = flightDtoSchemaResponseTransformer(data);
|
|
819
889
|
return data;
|
|
820
|
-
}, "
|
|
890
|
+
}, "flightsControllerGetFlight1ResponseTransformer");
|
|
821
891
|
var validateFlightResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
822
892
|
data.flightId = BigInt(data.flightId.toString());
|
|
823
893
|
return data;
|
|
824
894
|
}, "validateFlightResponseDtoSchemaResponseTransformer");
|
|
825
|
-
var
|
|
895
|
+
var flightsControllerValidateFlight0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
826
896
|
data = validateFlightResponseDtoSchemaResponseTransformer(data);
|
|
827
897
|
return data;
|
|
828
|
-
}, "
|
|
898
|
+
}, "flightsControllerValidateFlight0V1ResponseTransformer");
|
|
899
|
+
var flightsControllerValidateFlight1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
900
|
+
data = validateFlightResponseDtoSchemaResponseTransformer(data);
|
|
901
|
+
return data;
|
|
902
|
+
}, "flightsControllerValidateFlight1ResponseTransformer");
|
|
829
903
|
var getFlightPlansResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
830
904
|
data.data = data.data.map((item) => {
|
|
831
905
|
item.created_at = new Date(item.created_at);
|
|
@@ -834,37 +908,53 @@ var getFlightPlansResponseSchemaResponseTransformer = /* @__PURE__ */ __name((da
|
|
|
834
908
|
});
|
|
835
909
|
return data;
|
|
836
910
|
}, "getFlightPlansResponseSchemaResponseTransformer");
|
|
837
|
-
var
|
|
911
|
+
var flightPlansControllerGetMany0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
838
912
|
data = getFlightPlansResponseSchemaResponseTransformer(data);
|
|
839
913
|
return data;
|
|
840
|
-
}, "
|
|
914
|
+
}, "flightPlansControllerGetMany0V1ResponseTransformer");
|
|
841
915
|
var createFlightPlanResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
842
916
|
data.created_at = new Date(data.created_at);
|
|
843
917
|
data.updated_at = new Date(data.updated_at);
|
|
844
918
|
return data;
|
|
845
919
|
}, "createFlightPlanResponseSchemaResponseTransformer");
|
|
846
|
-
var
|
|
920
|
+
var flightPlansControllerCreate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
921
|
+
data = createFlightPlanResponseSchemaResponseTransformer(data);
|
|
922
|
+
return data;
|
|
923
|
+
}, "flightPlansControllerCreate0V1ResponseTransformer");
|
|
924
|
+
var flightPlansControllerGetMany1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
925
|
+
data = getFlightPlansResponseSchemaResponseTransformer(data);
|
|
926
|
+
return data;
|
|
927
|
+
}, "flightPlansControllerGetMany1ResponseTransformer");
|
|
928
|
+
var flightPlansControllerCreate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
847
929
|
data = createFlightPlanResponseSchemaResponseTransformer(data);
|
|
848
930
|
return data;
|
|
849
|
-
}, "
|
|
931
|
+
}, "flightPlansControllerCreate1ResponseTransformer");
|
|
850
932
|
var getFlightPlanResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
851
933
|
data.created_at = new Date(data.created_at);
|
|
852
934
|
data.updated_at = new Date(data.updated_at);
|
|
853
935
|
return data;
|
|
854
936
|
}, "getFlightPlanResponseSchemaResponseTransformer");
|
|
855
|
-
var
|
|
937
|
+
var flightPlansControllerGet0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
938
|
+
data = getFlightPlanResponseSchemaResponseTransformer(data);
|
|
939
|
+
return data;
|
|
940
|
+
}, "flightPlansControllerGet0V1ResponseTransformer");
|
|
941
|
+
var flightPlansControllerGet1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
856
942
|
data = getFlightPlanResponseSchemaResponseTransformer(data);
|
|
857
943
|
return data;
|
|
858
|
-
}, "
|
|
944
|
+
}, "flightPlansControllerGet1ResponseTransformer");
|
|
859
945
|
var getFlightReviewResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
860
946
|
data.createdAt = new Date(data.createdAt);
|
|
861
947
|
data.updatedAt = new Date(data.updatedAt);
|
|
862
948
|
return data;
|
|
863
949
|
}, "getFlightReviewResponseDtoSchemaResponseTransformer");
|
|
864
|
-
var
|
|
950
|
+
var flightReviewsControllerGetFlightReview0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
865
951
|
data = getFlightReviewResponseDtoSchemaResponseTransformer(data);
|
|
866
952
|
return data;
|
|
867
|
-
}, "
|
|
953
|
+
}, "flightReviewsControllerGetFlightReview0V1ResponseTransformer");
|
|
954
|
+
var flightReviewsControllerGetFlightReview1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
955
|
+
data = getFlightReviewResponseDtoSchemaResponseTransformer(data);
|
|
956
|
+
return data;
|
|
957
|
+
}, "flightReviewsControllerGetFlightReview1ResponseTransformer");
|
|
868
958
|
var getFlightReviewsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
869
959
|
data.flightReviews = data.flightReviews.map((item) => {
|
|
870
960
|
item.createdAt = new Date(item.createdAt);
|
|
@@ -873,10 +963,14 @@ var getFlightReviewsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __nam
|
|
|
873
963
|
});
|
|
874
964
|
return data;
|
|
875
965
|
}, "getFlightReviewsResponseDtoSchemaResponseTransformer");
|
|
876
|
-
var
|
|
966
|
+
var flightReviewsControllerGetFlightReviews0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
967
|
+
data = getFlightReviewsResponseDtoSchemaResponseTransformer(data);
|
|
968
|
+
return data;
|
|
969
|
+
}, "flightReviewsControllerGetFlightReviews0V1ResponseTransformer");
|
|
970
|
+
var flightReviewsControllerGetFlightReviews1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
877
971
|
data = getFlightReviewsResponseDtoSchemaResponseTransformer(data);
|
|
878
972
|
return data;
|
|
879
|
-
}, "
|
|
973
|
+
}, "flightReviewsControllerGetFlightReviews1ResponseTransformer");
|
|
880
974
|
var getMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
881
975
|
data.captureStartTime = new Date(data.captureStartTime);
|
|
882
976
|
data.captureEndTime = new Date(data.captureEndTime);
|
|
@@ -891,10 +985,14 @@ var getMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((dat
|
|
|
891
985
|
}
|
|
892
986
|
return data;
|
|
893
987
|
}, "getMissionResponseDtoSchemaResponseTransformer");
|
|
894
|
-
var
|
|
988
|
+
var missionsControllerGetMission0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
895
989
|
data = getMissionResponseDtoSchemaResponseTransformer(data);
|
|
896
990
|
return data;
|
|
897
|
-
}, "
|
|
991
|
+
}, "missionsControllerGetMission0V1ResponseTransformer");
|
|
992
|
+
var missionsControllerGetMission1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
993
|
+
data = getMissionResponseDtoSchemaResponseTransformer(data);
|
|
994
|
+
return data;
|
|
995
|
+
}, "missionsControllerGetMission1ResponseTransformer");
|
|
898
996
|
var getMissionsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
899
997
|
data.missions = data.missions.map((item) => {
|
|
900
998
|
item.captureStartTime = new Date(item.captureStartTime);
|
|
@@ -912,10 +1010,10 @@ var getMissionsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((da
|
|
|
912
1010
|
});
|
|
913
1011
|
return data;
|
|
914
1012
|
}, "getMissionsResponseDtoSchemaResponseTransformer");
|
|
915
|
-
var
|
|
1013
|
+
var missionsControllerGetMissions0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
916
1014
|
data = getMissionsResponseDtoSchemaResponseTransformer(data);
|
|
917
1015
|
return data;
|
|
918
|
-
}, "
|
|
1016
|
+
}, "missionsControllerGetMissions0V1ResponseTransformer");
|
|
919
1017
|
var createMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
920
1018
|
data.data.missions = data.data.missions.map((item) => {
|
|
921
1019
|
item.captureStartTime = new Date(item.captureStartTime);
|
|
@@ -924,10 +1022,18 @@ var createMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((
|
|
|
924
1022
|
});
|
|
925
1023
|
return data;
|
|
926
1024
|
}, "createMissionResponseDtoSchemaResponseTransformer");
|
|
927
|
-
var
|
|
1025
|
+
var missionsControllerCreateMissions0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1026
|
+
data = createMissionResponseDtoSchemaResponseTransformer(data);
|
|
1027
|
+
return data;
|
|
1028
|
+
}, "missionsControllerCreateMissions0V1ResponseTransformer");
|
|
1029
|
+
var missionsControllerGetMissions1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1030
|
+
data = getMissionsResponseDtoSchemaResponseTransformer(data);
|
|
1031
|
+
return data;
|
|
1032
|
+
}, "missionsControllerGetMissions1ResponseTransformer");
|
|
1033
|
+
var missionsControllerCreateMissions1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
928
1034
|
data = createMissionResponseDtoSchemaResponseTransformer(data);
|
|
929
1035
|
return data;
|
|
930
|
-
}, "
|
|
1036
|
+
}, "missionsControllerCreateMissions1ResponseTransformer");
|
|
931
1037
|
var getWebhooksResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
932
1038
|
data = data.map((item) => {
|
|
933
1039
|
item.previous_secret_expires_at = new Date(item.previous_secret_expires_at);
|
|
@@ -935,47 +1041,71 @@ var getWebhooksResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data)
|
|
|
935
1041
|
});
|
|
936
1042
|
return data;
|
|
937
1043
|
}, "getWebhooksResponseSchemaResponseTransformer");
|
|
938
|
-
var
|
|
1044
|
+
var webhooksControllerGetMany0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1045
|
+
data = getWebhooksResponseSchemaResponseTransformer(data);
|
|
1046
|
+
return data;
|
|
1047
|
+
}, "webhooksControllerGetMany0V1ResponseTransformer");
|
|
1048
|
+
var webhooksControllerGetMany1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
939
1049
|
data = getWebhooksResponseSchemaResponseTransformer(data);
|
|
940
1050
|
return data;
|
|
941
|
-
}, "
|
|
1051
|
+
}, "webhooksControllerGetMany1ResponseTransformer");
|
|
942
1052
|
var getWebhookResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
943
1053
|
data.previous_secret_expires_at = new Date(data.previous_secret_expires_at);
|
|
944
1054
|
return data;
|
|
945
1055
|
}, "getWebhookResponseSchemaResponseTransformer");
|
|
946
|
-
var
|
|
1056
|
+
var webhooksControllerGet0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
947
1057
|
data = getWebhookResponseSchemaResponseTransformer(data);
|
|
948
1058
|
return data;
|
|
949
|
-
}, "
|
|
1059
|
+
}, "webhooksControllerGet0V1ResponseTransformer");
|
|
950
1060
|
var updateWebhookResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
951
1061
|
data.previous_secret_expires_at = new Date(data.previous_secret_expires_at);
|
|
952
1062
|
return data;
|
|
953
1063
|
}, "updateWebhookResponseSchemaResponseTransformer");
|
|
954
|
-
var
|
|
1064
|
+
var webhooksControllerUpdate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1065
|
+
data = updateWebhookResponseSchemaResponseTransformer(data);
|
|
1066
|
+
return data;
|
|
1067
|
+
}, "webhooksControllerUpdate0V1ResponseTransformer");
|
|
1068
|
+
var webhooksControllerGet1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1069
|
+
data = getWebhookResponseSchemaResponseTransformer(data);
|
|
1070
|
+
return data;
|
|
1071
|
+
}, "webhooksControllerGet1ResponseTransformer");
|
|
1072
|
+
var webhooksControllerUpdate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
955
1073
|
data = updateWebhookResponseSchemaResponseTransformer(data);
|
|
956
1074
|
return data;
|
|
957
|
-
}, "
|
|
1075
|
+
}, "webhooksControllerUpdate1ResponseTransformer");
|
|
958
1076
|
var regenerateWebhookSecretResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
959
1077
|
data.previous_secret_expires_at = new Date(data.previous_secret_expires_at);
|
|
960
1078
|
return data;
|
|
961
1079
|
}, "regenerateWebhookSecretResponseDtoSchemaResponseTransformer");
|
|
962
|
-
var
|
|
1080
|
+
var webhooksControllerRegenerateSecret0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
963
1081
|
data = regenerateWebhookSecretResponseDtoSchemaResponseTransformer(data);
|
|
964
1082
|
return data;
|
|
965
|
-
}, "
|
|
1083
|
+
}, "webhooksControllerRegenerateSecret0V1ResponseTransformer");
|
|
1084
|
+
var webhooksControllerRegenerateSecret1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1085
|
+
data = regenerateWebhookSecretResponseDtoSchemaResponseTransformer(data);
|
|
1086
|
+
return data;
|
|
1087
|
+
}, "webhooksControllerRegenerateSecret1ResponseTransformer");
|
|
966
1088
|
var zoneResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
967
1089
|
data.created_at = new Date(data.created_at);
|
|
968
1090
|
data.updated_at = new Date(data.updated_at);
|
|
969
1091
|
return data;
|
|
970
1092
|
}, "zoneResponseDtoSchemaResponseTransformer");
|
|
971
|
-
var
|
|
1093
|
+
var zonesControllerCreateZone0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1094
|
+
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
1095
|
+
return data;
|
|
1096
|
+
}, "zonesControllerCreateZone0V1ResponseTransformer");
|
|
1097
|
+
var zonesControllerCreateZone1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
972
1098
|
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
973
1099
|
return data;
|
|
974
|
-
}, "
|
|
975
|
-
var
|
|
1100
|
+
}, "zonesControllerCreateZone1ResponseTransformer");
|
|
1101
|
+
var zonesControllerUpdateZone0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
976
1102
|
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
977
1103
|
return data;
|
|
978
|
-
}, "
|
|
1104
|
+
}, "zonesControllerUpdateZone0V1ResponseTransformer");
|
|
1105
|
+
var zonesControllerUpdateZone1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1106
|
+
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
1107
|
+
return data;
|
|
1108
|
+
}, "zonesControllerUpdateZone1ResponseTransformer");
|
|
979
1109
|
var getInboundWebhookConfigsResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
980
1110
|
data = data.map((item) => {
|
|
981
1111
|
item.created_at = new Date(item.created_at);
|
|
@@ -984,52 +1114,96 @@ var getInboundWebhookConfigsResponseSchemaResponseTransformer = /* @__PURE__ */
|
|
|
984
1114
|
});
|
|
985
1115
|
return data;
|
|
986
1116
|
}, "getInboundWebhookConfigsResponseSchemaResponseTransformer");
|
|
987
|
-
var
|
|
1117
|
+
var inboundWebhookConfigsControllerGetMany0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
988
1118
|
data = getInboundWebhookConfigsResponseSchemaResponseTransformer(data);
|
|
989
1119
|
return data;
|
|
990
|
-
}, "
|
|
1120
|
+
}, "inboundWebhookConfigsControllerGetMany0V1ResponseTransformer");
|
|
991
1121
|
var createInboundWebhookConfigResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
992
1122
|
data.created_at = new Date(data.created_at);
|
|
993
1123
|
data.updated_at = new Date(data.updated_at);
|
|
994
1124
|
return data;
|
|
995
1125
|
}, "createInboundWebhookConfigResponseSchemaResponseTransformer");
|
|
996
|
-
var
|
|
1126
|
+
var inboundWebhookConfigsControllerCreate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1127
|
+
data = createInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1128
|
+
return data;
|
|
1129
|
+
}, "inboundWebhookConfigsControllerCreate0V1ResponseTransformer");
|
|
1130
|
+
var inboundWebhookConfigsControllerGetMany1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1131
|
+
data = getInboundWebhookConfigsResponseSchemaResponseTransformer(data);
|
|
1132
|
+
return data;
|
|
1133
|
+
}, "inboundWebhookConfigsControllerGetMany1ResponseTransformer");
|
|
1134
|
+
var inboundWebhookConfigsControllerCreate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
997
1135
|
data = createInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
998
1136
|
return data;
|
|
999
|
-
}, "
|
|
1137
|
+
}, "inboundWebhookConfigsControllerCreate1ResponseTransformer");
|
|
1000
1138
|
var getInboundWebhookConfigResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
1001
1139
|
data.created_at = new Date(data.created_at);
|
|
1002
1140
|
data.updated_at = new Date(data.updated_at);
|
|
1003
1141
|
return data;
|
|
1004
1142
|
}, "getInboundWebhookConfigResponseSchemaResponseTransformer");
|
|
1005
|
-
var
|
|
1143
|
+
var inboundWebhookConfigsControllerGet0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1006
1144
|
data = getInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1007
1145
|
return data;
|
|
1008
|
-
}, "
|
|
1146
|
+
}, "inboundWebhookConfigsControllerGet0V1ResponseTransformer");
|
|
1009
1147
|
var updateInboundWebhookConfigResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
1010
1148
|
data.created_at = new Date(data.created_at);
|
|
1011
1149
|
data.updated_at = new Date(data.updated_at);
|
|
1012
1150
|
return data;
|
|
1013
1151
|
}, "updateInboundWebhookConfigResponseSchemaResponseTransformer");
|
|
1014
|
-
var
|
|
1152
|
+
var inboundWebhookConfigsControllerUpdate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1153
|
+
data = updateInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1154
|
+
return data;
|
|
1155
|
+
}, "inboundWebhookConfigsControllerUpdate0V1ResponseTransformer");
|
|
1156
|
+
var inboundWebhookConfigsControllerGet1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1157
|
+
data = getInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1158
|
+
return data;
|
|
1159
|
+
}, "inboundWebhookConfigsControllerGet1ResponseTransformer");
|
|
1160
|
+
var inboundWebhookConfigsControllerUpdate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1015
1161
|
data = updateInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1016
1162
|
return data;
|
|
1017
|
-
}, "
|
|
1163
|
+
}, "inboundWebhookConfigsControllerUpdate1ResponseTransformer");
|
|
1018
1164
|
|
|
1019
1165
|
// src/client/sdk.gen.ts
|
|
1020
|
-
var
|
|
1166
|
+
var apiControllerGetHello0V1 = /* @__PURE__ */ __name((options) => {
|
|
1167
|
+
return (options?.client ?? client).get({
|
|
1168
|
+
url: "/v1",
|
|
1169
|
+
...options
|
|
1170
|
+
});
|
|
1171
|
+
}, "apiControllerGetHello0V1");
|
|
1172
|
+
var apiControllerGetHello1 = /* @__PURE__ */ __name((options) => {
|
|
1021
1173
|
return (options?.client ?? client).get({
|
|
1022
1174
|
url: "/",
|
|
1023
1175
|
...options
|
|
1024
1176
|
});
|
|
1025
|
-
}, "
|
|
1026
|
-
var
|
|
1177
|
+
}, "apiControllerGetHello1");
|
|
1178
|
+
var apiControllerGetError0V1 = /* @__PURE__ */ __name((options) => {
|
|
1179
|
+
return (options?.client ?? client).get({
|
|
1180
|
+
url: "/v1/debug-sentry",
|
|
1181
|
+
...options
|
|
1182
|
+
});
|
|
1183
|
+
}, "apiControllerGetError0V1");
|
|
1184
|
+
var apiControllerGetError1 = /* @__PURE__ */ __name((options) => {
|
|
1027
1185
|
return (options?.client ?? client).get({
|
|
1028
1186
|
url: "/debug-sentry",
|
|
1029
1187
|
...options
|
|
1030
1188
|
});
|
|
1031
|
-
}, "
|
|
1032
|
-
var
|
|
1189
|
+
}, "apiControllerGetError1");
|
|
1190
|
+
var apiTokenControllerCreateToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
1191
|
+
return (options.client ?? client).post({
|
|
1192
|
+
security: [
|
|
1193
|
+
{
|
|
1194
|
+
name: "x-api-token",
|
|
1195
|
+
type: "apiKey"
|
|
1196
|
+
}
|
|
1197
|
+
],
|
|
1198
|
+
url: "/v1/tokens",
|
|
1199
|
+
...options,
|
|
1200
|
+
headers: {
|
|
1201
|
+
"Content-Type": "application/json",
|
|
1202
|
+
...options.headers
|
|
1203
|
+
}
|
|
1204
|
+
});
|
|
1205
|
+
}, "apiTokenControllerCreateToken0V1");
|
|
1206
|
+
var apiTokenControllerCreateToken1 = /* @__PURE__ */ __name((options) => {
|
|
1033
1207
|
return (options.client ?? client).post({
|
|
1034
1208
|
security: [
|
|
1035
1209
|
{
|
|
@@ -1044,8 +1218,8 @@ var apiTokenControllerCreateToken = /* @__PURE__ */ __name((options) => {
|
|
|
1044
1218
|
...options.headers
|
|
1045
1219
|
}
|
|
1046
1220
|
});
|
|
1047
|
-
}, "
|
|
1048
|
-
var
|
|
1221
|
+
}, "apiTokenControllerCreateToken1");
|
|
1222
|
+
var apiTokenControllerDeleteToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
1049
1223
|
return (options.client ?? client).delete({
|
|
1050
1224
|
security: [
|
|
1051
1225
|
{
|
|
@@ -1053,11 +1227,11 @@ var apiTokenControllerDeleteToken = /* @__PURE__ */ __name((options) => {
|
|
|
1053
1227
|
type: "apiKey"
|
|
1054
1228
|
}
|
|
1055
1229
|
],
|
|
1056
|
-
url: "/tokens/{id}",
|
|
1230
|
+
url: "/v1/tokens/{id}",
|
|
1057
1231
|
...options
|
|
1058
1232
|
});
|
|
1059
|
-
}, "
|
|
1060
|
-
var
|
|
1233
|
+
}, "apiTokenControllerDeleteToken0V1");
|
|
1234
|
+
var apiTokenControllerGetToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
1061
1235
|
return (options.client ?? client).get({
|
|
1062
1236
|
security: [
|
|
1063
1237
|
{
|
|
@@ -1065,11 +1239,11 @@ var apiTokenControllerGetToken = /* @__PURE__ */ __name((options) => {
|
|
|
1065
1239
|
type: "apiKey"
|
|
1066
1240
|
}
|
|
1067
1241
|
],
|
|
1068
|
-
url: "/tokens/{id}",
|
|
1242
|
+
url: "/v1/tokens/{id}",
|
|
1069
1243
|
...options
|
|
1070
1244
|
});
|
|
1071
|
-
}, "
|
|
1072
|
-
var
|
|
1245
|
+
}, "apiTokenControllerGetToken0V1");
|
|
1246
|
+
var apiTokenControllerUpdateToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
1073
1247
|
return (options.client ?? client).patch({
|
|
1074
1248
|
security: [
|
|
1075
1249
|
{
|
|
@@ -1077,92 +1251,113 @@ var apiTokenControllerUpdateToken = /* @__PURE__ */ __name((options) => {
|
|
|
1077
1251
|
type: "apiKey"
|
|
1078
1252
|
}
|
|
1079
1253
|
],
|
|
1080
|
-
responseTransformer:
|
|
1081
|
-
url: "/tokens/{id}",
|
|
1254
|
+
responseTransformer: apiTokenControllerUpdateToken0V1ResponseTransformer,
|
|
1255
|
+
url: "/v1/tokens/{id}",
|
|
1082
1256
|
...options,
|
|
1083
1257
|
headers: {
|
|
1084
1258
|
"Content-Type": "application/json",
|
|
1085
1259
|
...options.headers
|
|
1086
1260
|
}
|
|
1087
1261
|
});
|
|
1088
|
-
}, "
|
|
1089
|
-
var
|
|
1090
|
-
return (options.client ?? client).
|
|
1091
|
-
|
|
1092
|
-
|
|
1262
|
+
}, "apiTokenControllerUpdateToken0V1");
|
|
1263
|
+
var apiTokenControllerDeleteToken1 = /* @__PURE__ */ __name((options) => {
|
|
1264
|
+
return (options.client ?? client).delete({
|
|
1265
|
+
security: [
|
|
1266
|
+
{
|
|
1267
|
+
name: "x-api-token",
|
|
1268
|
+
type: "apiKey"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
url: "/tokens/{id}",
|
|
1093
1272
|
...options
|
|
1094
1273
|
});
|
|
1095
|
-
}, "
|
|
1096
|
-
var
|
|
1097
|
-
return (options
|
|
1274
|
+
}, "apiTokenControllerDeleteToken1");
|
|
1275
|
+
var apiTokenControllerGetToken1 = /* @__PURE__ */ __name((options) => {
|
|
1276
|
+
return (options.client ?? client).get({
|
|
1098
1277
|
security: [
|
|
1099
1278
|
{
|
|
1100
1279
|
name: "x-api-token",
|
|
1101
1280
|
type: "apiKey"
|
|
1102
1281
|
}
|
|
1103
1282
|
],
|
|
1104
|
-
|
|
1105
|
-
url: "/contracts",
|
|
1283
|
+
url: "/tokens/{id}",
|
|
1106
1284
|
...options
|
|
1107
1285
|
});
|
|
1108
|
-
}, "
|
|
1109
|
-
var
|
|
1110
|
-
return (options.client ?? client).
|
|
1286
|
+
}, "apiTokenControllerGetToken1");
|
|
1287
|
+
var apiTokenControllerUpdateToken1 = /* @__PURE__ */ __name((options) => {
|
|
1288
|
+
return (options.client ?? client).patch({
|
|
1111
1289
|
security: [
|
|
1112
1290
|
{
|
|
1113
1291
|
name: "x-api-token",
|
|
1114
1292
|
type: "apiKey"
|
|
1115
1293
|
}
|
|
1116
1294
|
],
|
|
1117
|
-
|
|
1295
|
+
responseTransformer: apiTokenControllerUpdateToken1ResponseTransformer,
|
|
1296
|
+
url: "/tokens/{id}",
|
|
1118
1297
|
...options,
|
|
1119
1298
|
headers: {
|
|
1120
1299
|
"Content-Type": "application/json",
|
|
1121
1300
|
...options.headers
|
|
1122
1301
|
}
|
|
1123
1302
|
});
|
|
1124
|
-
}, "
|
|
1125
|
-
var
|
|
1126
|
-
return (options.client ?? client).
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
name: "x-api-token",
|
|
1130
|
-
type: "apiKey"
|
|
1131
|
-
}
|
|
1132
|
-
],
|
|
1133
|
-
url: "/contracts/{id}",
|
|
1303
|
+
}, "apiTokenControllerUpdateToken1");
|
|
1304
|
+
var conditionsControllerGetSunAltitudeTimeLimits0V1 = /* @__PURE__ */ __name((options) => {
|
|
1305
|
+
return (options.client ?? client).get({
|
|
1306
|
+
responseTransformer: conditionsControllerGetSunAltitudeTimeLimits0V1ResponseTransformer,
|
|
1307
|
+
url: "/v1/conditions/sun-altitude",
|
|
1134
1308
|
...options
|
|
1135
1309
|
});
|
|
1136
|
-
}, "
|
|
1137
|
-
var
|
|
1310
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits0V1");
|
|
1311
|
+
var conditionsControllerGetSunAltitudeTimeLimits1 = /* @__PURE__ */ __name((options) => {
|
|
1138
1312
|
return (options.client ?? client).get({
|
|
1313
|
+
responseTransformer: conditionsControllerGetSunAltitudeTimeLimits1ResponseTransformer,
|
|
1314
|
+
url: "/conditions/sun-altitude",
|
|
1315
|
+
...options
|
|
1316
|
+
});
|
|
1317
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits1");
|
|
1318
|
+
var contractsControllerGetAllContracts0V1 = /* @__PURE__ */ __name((options) => {
|
|
1319
|
+
return (options?.client ?? client).get({
|
|
1139
1320
|
security: [
|
|
1140
1321
|
{
|
|
1141
1322
|
name: "x-api-token",
|
|
1142
1323
|
type: "apiKey"
|
|
1143
1324
|
}
|
|
1144
1325
|
],
|
|
1145
|
-
|
|
1326
|
+
responseTransformer: contractsControllerGetAllContracts0V1ResponseTransformer,
|
|
1327
|
+
url: "/v1/contracts",
|
|
1146
1328
|
...options
|
|
1147
1329
|
});
|
|
1148
|
-
}, "
|
|
1149
|
-
var
|
|
1150
|
-
return (options.client ?? client).
|
|
1330
|
+
}, "contractsControllerGetAllContracts0V1");
|
|
1331
|
+
var contractsControllerCreateContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1332
|
+
return (options.client ?? client).post({
|
|
1151
1333
|
security: [
|
|
1152
1334
|
{
|
|
1153
1335
|
name: "x-api-token",
|
|
1154
1336
|
type: "apiKey"
|
|
1155
1337
|
}
|
|
1156
1338
|
],
|
|
1157
|
-
url: "/contracts
|
|
1339
|
+
url: "/v1/contracts",
|
|
1158
1340
|
...options,
|
|
1159
1341
|
headers: {
|
|
1160
1342
|
"Content-Type": "application/json",
|
|
1161
1343
|
...options.headers
|
|
1162
1344
|
}
|
|
1163
1345
|
});
|
|
1164
|
-
}, "
|
|
1165
|
-
var
|
|
1346
|
+
}, "contractsControllerCreateContract0V1");
|
|
1347
|
+
var contractsControllerGetAllContracts1 = /* @__PURE__ */ __name((options) => {
|
|
1348
|
+
return (options?.client ?? client).get({
|
|
1349
|
+
security: [
|
|
1350
|
+
{
|
|
1351
|
+
name: "x-api-token",
|
|
1352
|
+
type: "apiKey"
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
responseTransformer: contractsControllerGetAllContracts1ResponseTransformer,
|
|
1356
|
+
url: "/contracts",
|
|
1357
|
+
...options
|
|
1358
|
+
});
|
|
1359
|
+
}, "contractsControllerGetAllContracts1");
|
|
1360
|
+
var contractsControllerCreateContract1 = /* @__PURE__ */ __name((options) => {
|
|
1166
1361
|
return (options.client ?? client).post({
|
|
1167
1362
|
security: [
|
|
1168
1363
|
{
|
|
@@ -1170,27 +1365,27 @@ var dlqRedriverControllerRedriveDlq = /* @__PURE__ */ __name((options) => {
|
|
|
1170
1365
|
type: "apiKey"
|
|
1171
1366
|
}
|
|
1172
1367
|
],
|
|
1173
|
-
url: "/
|
|
1368
|
+
url: "/contracts",
|
|
1174
1369
|
...options,
|
|
1175
1370
|
headers: {
|
|
1176
1371
|
"Content-Type": "application/json",
|
|
1177
1372
|
...options.headers
|
|
1178
1373
|
}
|
|
1179
1374
|
});
|
|
1180
|
-
}, "
|
|
1181
|
-
var
|
|
1182
|
-
return (options.client ?? client).
|
|
1375
|
+
}, "contractsControllerCreateContract1");
|
|
1376
|
+
var contractsControllerDeleteContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1377
|
+
return (options.client ?? client).delete({
|
|
1183
1378
|
security: [
|
|
1184
1379
|
{
|
|
1185
1380
|
name: "x-api-token",
|
|
1186
1381
|
type: "apiKey"
|
|
1187
1382
|
}
|
|
1188
1383
|
],
|
|
1189
|
-
url: "/
|
|
1384
|
+
url: "/v1/contracts/{id}",
|
|
1190
1385
|
...options
|
|
1191
1386
|
});
|
|
1192
|
-
}, "
|
|
1193
|
-
var
|
|
1387
|
+
}, "contractsControllerDeleteContract0V1");
|
|
1388
|
+
var contractsControllerGetContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1194
1389
|
return (options.client ?? client).get({
|
|
1195
1390
|
security: [
|
|
1196
1391
|
{
|
|
@@ -1198,101 +1393,99 @@ var flightsControllerGetFlight = /* @__PURE__ */ __name((options) => {
|
|
|
1198
1393
|
type: "apiKey"
|
|
1199
1394
|
}
|
|
1200
1395
|
],
|
|
1201
|
-
|
|
1202
|
-
url: "/flights/{flightId}",
|
|
1396
|
+
url: "/v1/contracts/{id}",
|
|
1203
1397
|
...options
|
|
1204
1398
|
});
|
|
1205
|
-
}, "
|
|
1206
|
-
var
|
|
1207
|
-
return (options.client ?? client).
|
|
1399
|
+
}, "contractsControllerGetContract0V1");
|
|
1400
|
+
var contractsControllerUpdateContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1401
|
+
return (options.client ?? client).patch({
|
|
1208
1402
|
security: [
|
|
1209
1403
|
{
|
|
1210
1404
|
name: "x-api-token",
|
|
1211
1405
|
type: "apiKey"
|
|
1212
1406
|
}
|
|
1213
1407
|
],
|
|
1214
|
-
url: "/
|
|
1408
|
+
url: "/v1/contracts/{id}",
|
|
1215
1409
|
...options,
|
|
1216
1410
|
headers: {
|
|
1217
1411
|
"Content-Type": "application/json",
|
|
1218
1412
|
...options.headers
|
|
1219
1413
|
}
|
|
1220
1414
|
});
|
|
1221
|
-
}, "
|
|
1222
|
-
var
|
|
1223
|
-
return (options.client ?? client).
|
|
1415
|
+
}, "contractsControllerUpdateContract0V1");
|
|
1416
|
+
var contractsControllerDeleteContract1 = /* @__PURE__ */ __name((options) => {
|
|
1417
|
+
return (options.client ?? client).delete({
|
|
1224
1418
|
security: [
|
|
1225
1419
|
{
|
|
1226
1420
|
name: "x-api-token",
|
|
1227
1421
|
type: "apiKey"
|
|
1228
1422
|
}
|
|
1229
1423
|
],
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
...options,
|
|
1233
|
-
headers: {
|
|
1234
|
-
"Content-Type": "application/json",
|
|
1235
|
-
...options.headers
|
|
1236
|
-
}
|
|
1424
|
+
url: "/contracts/{id}",
|
|
1425
|
+
...options
|
|
1237
1426
|
});
|
|
1238
|
-
}, "
|
|
1239
|
-
var
|
|
1240
|
-
return (options
|
|
1427
|
+
}, "contractsControllerDeleteContract1");
|
|
1428
|
+
var contractsControllerGetContract1 = /* @__PURE__ */ __name((options) => {
|
|
1429
|
+
return (options.client ?? client).get({
|
|
1241
1430
|
security: [
|
|
1242
1431
|
{
|
|
1243
1432
|
name: "x-api-token",
|
|
1244
1433
|
type: "apiKey"
|
|
1245
1434
|
}
|
|
1246
1435
|
],
|
|
1247
|
-
|
|
1248
|
-
url: "/flight-plans",
|
|
1436
|
+
url: "/contracts/{id}",
|
|
1249
1437
|
...options
|
|
1250
1438
|
});
|
|
1251
|
-
}, "
|
|
1252
|
-
var
|
|
1253
|
-
return (options.client ?? client).
|
|
1439
|
+
}, "contractsControllerGetContract1");
|
|
1440
|
+
var contractsControllerUpdateContract1 = /* @__PURE__ */ __name((options) => {
|
|
1441
|
+
return (options.client ?? client).patch({
|
|
1254
1442
|
security: [
|
|
1255
1443
|
{
|
|
1256
1444
|
name: "x-api-token",
|
|
1257
1445
|
type: "apiKey"
|
|
1258
1446
|
}
|
|
1259
1447
|
],
|
|
1260
|
-
|
|
1261
|
-
url: "/flight-plans",
|
|
1448
|
+
url: "/contracts/{id}",
|
|
1262
1449
|
...options,
|
|
1263
1450
|
headers: {
|
|
1264
1451
|
"Content-Type": "application/json",
|
|
1265
1452
|
...options.headers
|
|
1266
1453
|
}
|
|
1267
1454
|
});
|
|
1268
|
-
}, "
|
|
1269
|
-
var
|
|
1270
|
-
return (options.client ?? client).
|
|
1455
|
+
}, "contractsControllerUpdateContract1");
|
|
1456
|
+
var dlqRedriverControllerRedriveDlq0V1 = /* @__PURE__ */ __name((options) => {
|
|
1457
|
+
return (options.client ?? client).post({
|
|
1271
1458
|
security: [
|
|
1272
1459
|
{
|
|
1273
1460
|
name: "x-api-token",
|
|
1274
1461
|
type: "apiKey"
|
|
1275
1462
|
}
|
|
1276
1463
|
],
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1464
|
+
url: "/v1/dlq-redriver/redrive",
|
|
1465
|
+
...options,
|
|
1466
|
+
headers: {
|
|
1467
|
+
"Content-Type": "application/json",
|
|
1468
|
+
...options.headers
|
|
1469
|
+
}
|
|
1280
1470
|
});
|
|
1281
|
-
}, "
|
|
1282
|
-
var
|
|
1283
|
-
return (options.client ?? client).
|
|
1471
|
+
}, "dlqRedriverControllerRedriveDlq0V1");
|
|
1472
|
+
var dlqRedriverControllerRedriveDlq1 = /* @__PURE__ */ __name((options) => {
|
|
1473
|
+
return (options.client ?? client).post({
|
|
1284
1474
|
security: [
|
|
1285
1475
|
{
|
|
1286
1476
|
name: "x-api-token",
|
|
1287
1477
|
type: "apiKey"
|
|
1288
1478
|
}
|
|
1289
1479
|
],
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1480
|
+
url: "/dlq-redriver/redrive",
|
|
1481
|
+
...options,
|
|
1482
|
+
headers: {
|
|
1483
|
+
"Content-Type": "application/json",
|
|
1484
|
+
...options.headers
|
|
1485
|
+
}
|
|
1293
1486
|
});
|
|
1294
|
-
}, "
|
|
1295
|
-
var
|
|
1487
|
+
}, "dlqRedriverControllerRedriveDlq1");
|
|
1488
|
+
var flightsControllerGenerateStorageKey0V1 = /* @__PURE__ */ __name((options) => {
|
|
1296
1489
|
return (options.client ?? client).get({
|
|
1297
1490
|
security: [
|
|
1298
1491
|
{
|
|
@@ -1300,18 +1493,11 @@ var flightReviewsControllerGetFlightReviews = /* @__PURE__ */ __name((options) =
|
|
|
1300
1493
|
type: "apiKey"
|
|
1301
1494
|
}
|
|
1302
1495
|
],
|
|
1303
|
-
|
|
1304
|
-
url: "/flight-reviews",
|
|
1496
|
+
url: "/v1/flights/storage-key",
|
|
1305
1497
|
...options
|
|
1306
1498
|
});
|
|
1307
|
-
}, "
|
|
1308
|
-
var
|
|
1309
|
-
return (options?.client ?? client).get({
|
|
1310
|
-
url: "/keys",
|
|
1311
|
-
...options
|
|
1312
|
-
});
|
|
1313
|
-
}, "keysControllerGetProvenanceCryptoKey");
|
|
1314
|
-
var missionsControllerGetMission = /* @__PURE__ */ __name((options) => {
|
|
1499
|
+
}, "flightsControllerGenerateStorageKey0V1");
|
|
1500
|
+
var flightsControllerGenerateStorageKey1 = /* @__PURE__ */ __name((options) => {
|
|
1315
1501
|
return (options.client ?? client).get({
|
|
1316
1502
|
security: [
|
|
1317
1503
|
{
|
|
@@ -1319,74 +1505,69 @@ var missionsControllerGetMission = /* @__PURE__ */ __name((options) => {
|
|
|
1319
1505
|
type: "apiKey"
|
|
1320
1506
|
}
|
|
1321
1507
|
],
|
|
1322
|
-
|
|
1323
|
-
url: "/missions/{id}",
|
|
1508
|
+
url: "/flights/storage-key",
|
|
1324
1509
|
...options
|
|
1325
1510
|
});
|
|
1326
|
-
}, "
|
|
1327
|
-
var
|
|
1328
|
-
return (options
|
|
1511
|
+
}, "flightsControllerGenerateStorageKey1");
|
|
1512
|
+
var flightsControllerGetFlight0V1 = /* @__PURE__ */ __name((options) => {
|
|
1513
|
+
return (options.client ?? client).get({
|
|
1329
1514
|
security: [
|
|
1330
1515
|
{
|
|
1331
1516
|
name: "x-api-token",
|
|
1332
1517
|
type: "apiKey"
|
|
1333
1518
|
}
|
|
1334
1519
|
],
|
|
1335
|
-
responseTransformer:
|
|
1336
|
-
url: "/
|
|
1520
|
+
responseTransformer: flightsControllerGetFlight0V1ResponseTransformer,
|
|
1521
|
+
url: "/v1/flights/{flightId}",
|
|
1337
1522
|
...options
|
|
1338
1523
|
});
|
|
1339
|
-
}, "
|
|
1340
|
-
var
|
|
1341
|
-
return (options.client ?? client).
|
|
1524
|
+
}, "flightsControllerGetFlight0V1");
|
|
1525
|
+
var flightsControllerGetFlight1 = /* @__PURE__ */ __name((options) => {
|
|
1526
|
+
return (options.client ?? client).get({
|
|
1342
1527
|
security: [
|
|
1343
1528
|
{
|
|
1344
1529
|
name: "x-api-token",
|
|
1345
1530
|
type: "apiKey"
|
|
1346
1531
|
}
|
|
1347
1532
|
],
|
|
1348
|
-
responseTransformer:
|
|
1349
|
-
url: "/
|
|
1350
|
-
...options
|
|
1351
|
-
headers: {
|
|
1352
|
-
"Content-Type": "application/json",
|
|
1353
|
-
...options.headers
|
|
1354
|
-
}
|
|
1533
|
+
responseTransformer: flightsControllerGetFlight1ResponseTransformer,
|
|
1534
|
+
url: "/flights/{flightId}",
|
|
1535
|
+
...options
|
|
1355
1536
|
});
|
|
1356
|
-
}, "
|
|
1357
|
-
var
|
|
1358
|
-
return (options.client ?? client).
|
|
1537
|
+
}, "flightsControllerGetFlight1");
|
|
1538
|
+
var flightsControllerCreatePresignedUrls0V1 = /* @__PURE__ */ __name((options) => {
|
|
1539
|
+
return (options.client ?? client).post({
|
|
1359
1540
|
security: [
|
|
1360
1541
|
{
|
|
1361
1542
|
name: "x-api-token",
|
|
1362
1543
|
type: "apiKey"
|
|
1363
1544
|
}
|
|
1364
1545
|
],
|
|
1365
|
-
url: "/
|
|
1546
|
+
url: "/v1/flights/files",
|
|
1366
1547
|
...options,
|
|
1367
1548
|
headers: {
|
|
1368
1549
|
"Content-Type": "application/json",
|
|
1369
1550
|
...options.headers
|
|
1370
1551
|
}
|
|
1371
1552
|
});
|
|
1372
|
-
}, "
|
|
1373
|
-
var
|
|
1374
|
-
return (options.client ?? client).
|
|
1553
|
+
}, "flightsControllerCreatePresignedUrls0V1");
|
|
1554
|
+
var flightsControllerCreatePresignedUrls1 = /* @__PURE__ */ __name((options) => {
|
|
1555
|
+
return (options.client ?? client).post({
|
|
1375
1556
|
security: [
|
|
1376
1557
|
{
|
|
1377
1558
|
name: "x-api-token",
|
|
1378
1559
|
type: "apiKey"
|
|
1379
1560
|
}
|
|
1380
1561
|
],
|
|
1381
|
-
url: "/
|
|
1562
|
+
url: "/flights/files",
|
|
1382
1563
|
...options,
|
|
1383
1564
|
headers: {
|
|
1384
1565
|
"Content-Type": "application/json",
|
|
1385
1566
|
...options.headers
|
|
1386
1567
|
}
|
|
1387
1568
|
});
|
|
1388
|
-
}, "
|
|
1389
|
-
var
|
|
1569
|
+
}, "flightsControllerCreatePresignedUrls1");
|
|
1570
|
+
var flightsControllerValidateFlight0V1 = /* @__PURE__ */ __name((options) => {
|
|
1390
1571
|
return (options.client ?? client).post({
|
|
1391
1572
|
security: [
|
|
1392
1573
|
{
|
|
@@ -1394,15 +1575,16 @@ var missionsControllerCloseMission = /* @__PURE__ */ __name((options) => {
|
|
|
1394
1575
|
type: "apiKey"
|
|
1395
1576
|
}
|
|
1396
1577
|
],
|
|
1397
|
-
|
|
1578
|
+
responseTransformer: flightsControllerValidateFlight0V1ResponseTransformer,
|
|
1579
|
+
url: "/v1/flights",
|
|
1398
1580
|
...options,
|
|
1399
1581
|
headers: {
|
|
1400
1582
|
"Content-Type": "application/json",
|
|
1401
1583
|
...options.headers
|
|
1402
1584
|
}
|
|
1403
1585
|
});
|
|
1404
|
-
}, "
|
|
1405
|
-
var
|
|
1586
|
+
}, "flightsControllerValidateFlight0V1");
|
|
1587
|
+
var flightsControllerValidateFlight1 = /* @__PURE__ */ __name((options) => {
|
|
1406
1588
|
return (options.client ?? client).post({
|
|
1407
1589
|
security: [
|
|
1408
1590
|
{
|
|
@@ -1410,66 +1592,59 @@ var quotesControllerCreateQuote = /* @__PURE__ */ __name((options) => {
|
|
|
1410
1592
|
type: "apiKey"
|
|
1411
1593
|
}
|
|
1412
1594
|
],
|
|
1413
|
-
|
|
1595
|
+
responseTransformer: flightsControllerValidateFlight1ResponseTransformer,
|
|
1596
|
+
url: "/flights",
|
|
1414
1597
|
...options,
|
|
1415
1598
|
headers: {
|
|
1416
1599
|
"Content-Type": "application/json",
|
|
1417
1600
|
...options.headers
|
|
1418
1601
|
}
|
|
1419
1602
|
});
|
|
1420
|
-
}, "
|
|
1421
|
-
var
|
|
1422
|
-
return (options
|
|
1603
|
+
}, "flightsControllerValidateFlight1");
|
|
1604
|
+
var flightPlansControllerGetMany0V1 = /* @__PURE__ */ __name((options) => {
|
|
1605
|
+
return (options?.client ?? client).get({
|
|
1423
1606
|
security: [
|
|
1424
1607
|
{
|
|
1425
1608
|
name: "x-api-token",
|
|
1426
1609
|
type: "apiKey"
|
|
1427
1610
|
}
|
|
1428
1611
|
],
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
});
|
|
1432
|
-
}, "quotesControllerGetQuote");
|
|
1433
|
-
var schemaControllerGetEventSchema = /* @__PURE__ */ __name((options) => {
|
|
1434
|
-
return (options?.client ?? client).get({
|
|
1435
|
-
url: "/schema/event",
|
|
1612
|
+
responseTransformer: flightPlansControllerGetMany0V1ResponseTransformer,
|
|
1613
|
+
url: "/v1/flight-plans",
|
|
1436
1614
|
...options
|
|
1437
1615
|
});
|
|
1438
|
-
}, "
|
|
1439
|
-
var
|
|
1616
|
+
}, "flightPlansControllerGetMany0V1");
|
|
1617
|
+
var flightPlansControllerCreate0V1 = /* @__PURE__ */ __name((options) => {
|
|
1440
1618
|
return (options.client ?? client).post({
|
|
1441
1619
|
security: [
|
|
1442
|
-
{
|
|
1443
|
-
name: "x-api-token",
|
|
1444
|
-
type: "apiKey"
|
|
1445
|
-
},
|
|
1446
1620
|
{
|
|
1447
1621
|
name: "x-api-token",
|
|
1448
1622
|
type: "apiKey"
|
|
1449
1623
|
}
|
|
1450
1624
|
],
|
|
1451
|
-
|
|
1625
|
+
responseTransformer: flightPlansControllerCreate0V1ResponseTransformer,
|
|
1626
|
+
url: "/v1/flight-plans",
|
|
1452
1627
|
...options,
|
|
1453
1628
|
headers: {
|
|
1454
1629
|
"Content-Type": "application/json",
|
|
1455
1630
|
...options.headers
|
|
1456
1631
|
}
|
|
1457
1632
|
});
|
|
1458
|
-
}, "
|
|
1459
|
-
var
|
|
1460
|
-
return (options
|
|
1633
|
+
}, "flightPlansControllerCreate0V1");
|
|
1634
|
+
var flightPlansControllerGetMany1 = /* @__PURE__ */ __name((options) => {
|
|
1635
|
+
return (options?.client ?? client).get({
|
|
1461
1636
|
security: [
|
|
1462
1637
|
{
|
|
1463
1638
|
name: "x-api-token",
|
|
1464
1639
|
type: "apiKey"
|
|
1465
1640
|
}
|
|
1466
1641
|
],
|
|
1467
|
-
responseTransformer:
|
|
1468
|
-
url: "/
|
|
1642
|
+
responseTransformer: flightPlansControllerGetMany1ResponseTransformer,
|
|
1643
|
+
url: "/flight-plans",
|
|
1469
1644
|
...options
|
|
1470
1645
|
});
|
|
1471
|
-
}, "
|
|
1472
|
-
var
|
|
1646
|
+
}, "flightPlansControllerGetMany1");
|
|
1647
|
+
var flightPlansControllerCreate1 = /* @__PURE__ */ __name((options) => {
|
|
1473
1648
|
return (options.client ?? client).post({
|
|
1474
1649
|
security: [
|
|
1475
1650
|
{
|
|
@@ -1477,27 +1652,29 @@ var webhooksControllerCreate = /* @__PURE__ */ __name((options) => {
|
|
|
1477
1652
|
type: "apiKey"
|
|
1478
1653
|
}
|
|
1479
1654
|
],
|
|
1480
|
-
|
|
1655
|
+
responseTransformer: flightPlansControllerCreate1ResponseTransformer,
|
|
1656
|
+
url: "/flight-plans",
|
|
1481
1657
|
...options,
|
|
1482
1658
|
headers: {
|
|
1483
1659
|
"Content-Type": "application/json",
|
|
1484
1660
|
...options.headers
|
|
1485
1661
|
}
|
|
1486
1662
|
});
|
|
1487
|
-
}, "
|
|
1488
|
-
var
|
|
1489
|
-
return (options.client ?? client).
|
|
1663
|
+
}, "flightPlansControllerCreate1");
|
|
1664
|
+
var flightPlansControllerGet0V1 = /* @__PURE__ */ __name((options) => {
|
|
1665
|
+
return (options.client ?? client).get({
|
|
1490
1666
|
security: [
|
|
1491
1667
|
{
|
|
1492
1668
|
name: "x-api-token",
|
|
1493
1669
|
type: "apiKey"
|
|
1494
1670
|
}
|
|
1495
1671
|
],
|
|
1496
|
-
|
|
1672
|
+
responseTransformer: flightPlansControllerGet0V1ResponseTransformer,
|
|
1673
|
+
url: "/v1/flight-plans/{id}",
|
|
1497
1674
|
...options
|
|
1498
1675
|
});
|
|
1499
|
-
}, "
|
|
1500
|
-
var
|
|
1676
|
+
}, "flightPlansControllerGet0V1");
|
|
1677
|
+
var flightPlansControllerGet1 = /* @__PURE__ */ __name((options) => {
|
|
1501
1678
|
return (options.client ?? client).get({
|
|
1502
1679
|
security: [
|
|
1503
1680
|
{
|
|
@@ -1505,58 +1682,51 @@ var webhooksControllerGet = /* @__PURE__ */ __name((options) => {
|
|
|
1505
1682
|
type: "apiKey"
|
|
1506
1683
|
}
|
|
1507
1684
|
],
|
|
1508
|
-
responseTransformer:
|
|
1509
|
-
url: "/
|
|
1685
|
+
responseTransformer: flightPlansControllerGet1ResponseTransformer,
|
|
1686
|
+
url: "/flight-plans/{id}",
|
|
1510
1687
|
...options
|
|
1511
1688
|
});
|
|
1512
|
-
}, "
|
|
1513
|
-
var
|
|
1514
|
-
return (options.client ?? client).
|
|
1689
|
+
}, "flightPlansControllerGet1");
|
|
1690
|
+
var flightReviewsControllerGetFlightReview0V1 = /* @__PURE__ */ __name((options) => {
|
|
1691
|
+
return (options.client ?? client).get({
|
|
1515
1692
|
security: [
|
|
1516
1693
|
{
|
|
1517
1694
|
name: "x-api-token",
|
|
1518
1695
|
type: "apiKey"
|
|
1519
1696
|
}
|
|
1520
1697
|
],
|
|
1521
|
-
responseTransformer:
|
|
1522
|
-
url: "/
|
|
1523
|
-
...options
|
|
1524
|
-
headers: {
|
|
1525
|
-
"Content-Type": "application/json",
|
|
1526
|
-
...options.headers
|
|
1527
|
-
}
|
|
1698
|
+
responseTransformer: flightReviewsControllerGetFlightReview0V1ResponseTransformer,
|
|
1699
|
+
url: "/v1/flight-reviews/{id}",
|
|
1700
|
+
...options
|
|
1528
1701
|
});
|
|
1529
|
-
}, "
|
|
1530
|
-
var
|
|
1531
|
-
return (options.client ?? client).
|
|
1702
|
+
}, "flightReviewsControllerGetFlightReview0V1");
|
|
1703
|
+
var flightReviewsControllerGetFlightReview1 = /* @__PURE__ */ __name((options) => {
|
|
1704
|
+
return (options.client ?? client).get({
|
|
1532
1705
|
security: [
|
|
1533
1706
|
{
|
|
1534
1707
|
name: "x-api-token",
|
|
1535
1708
|
type: "apiKey"
|
|
1536
1709
|
}
|
|
1537
1710
|
],
|
|
1538
|
-
responseTransformer:
|
|
1539
|
-
url: "/
|
|
1540
|
-
...options
|
|
1541
|
-
headers: {
|
|
1542
|
-
"Content-Type": "application/json",
|
|
1543
|
-
...options.headers
|
|
1544
|
-
}
|
|
1711
|
+
responseTransformer: flightReviewsControllerGetFlightReview1ResponseTransformer,
|
|
1712
|
+
url: "/flight-reviews/{id}",
|
|
1713
|
+
...options
|
|
1545
1714
|
});
|
|
1546
|
-
}, "
|
|
1547
|
-
var
|
|
1548
|
-
return (options.client ?? client).
|
|
1715
|
+
}, "flightReviewsControllerGetFlightReview1");
|
|
1716
|
+
var flightReviewsControllerGetFlightReviews0V1 = /* @__PURE__ */ __name((options) => {
|
|
1717
|
+
return (options.client ?? client).get({
|
|
1549
1718
|
security: [
|
|
1550
1719
|
{
|
|
1551
1720
|
name: "x-api-token",
|
|
1552
1721
|
type: "apiKey"
|
|
1553
1722
|
}
|
|
1554
1723
|
],
|
|
1555
|
-
|
|
1724
|
+
responseTransformer: flightReviewsControllerGetFlightReviews0V1ResponseTransformer,
|
|
1725
|
+
url: "/v1/flight-reviews",
|
|
1556
1726
|
...options
|
|
1557
1727
|
});
|
|
1558
|
-
}, "
|
|
1559
|
-
var
|
|
1728
|
+
}, "flightReviewsControllerGetFlightReviews0V1");
|
|
1729
|
+
var flightReviewsControllerGetFlightReviews1 = /* @__PURE__ */ __name((options) => {
|
|
1560
1730
|
return (options.client ?? client).get({
|
|
1561
1731
|
security: [
|
|
1562
1732
|
{
|
|
@@ -1564,57 +1734,678 @@ var webhooksControllerGetStatus = /* @__PURE__ */ __name((options) => {
|
|
|
1564
1734
|
type: "apiKey"
|
|
1565
1735
|
}
|
|
1566
1736
|
],
|
|
1567
|
-
|
|
1737
|
+
responseTransformer: flightReviewsControllerGetFlightReviews1ResponseTransformer,
|
|
1738
|
+
url: "/flight-reviews",
|
|
1568
1739
|
...options
|
|
1569
1740
|
});
|
|
1570
|
-
}, "
|
|
1571
|
-
var
|
|
1572
|
-
return (options
|
|
1741
|
+
}, "flightReviewsControllerGetFlightReviews1");
|
|
1742
|
+
var keysControllerGetProvenanceCryptoKey0V1 = /* @__PURE__ */ __name((options) => {
|
|
1743
|
+
return (options?.client ?? client).get({
|
|
1744
|
+
url: "/v1/keys",
|
|
1745
|
+
...options
|
|
1746
|
+
});
|
|
1747
|
+
}, "keysControllerGetProvenanceCryptoKey0V1");
|
|
1748
|
+
var keysControllerGetProvenanceCryptoKey1 = /* @__PURE__ */ __name((options) => {
|
|
1749
|
+
return (options?.client ?? client).get({
|
|
1750
|
+
url: "/keys",
|
|
1751
|
+
...options
|
|
1752
|
+
});
|
|
1753
|
+
}, "keysControllerGetProvenanceCryptoKey1");
|
|
1754
|
+
var missionsControllerGetMission0V1 = /* @__PURE__ */ __name((options) => {
|
|
1755
|
+
return (options.client ?? client).get({
|
|
1573
1756
|
security: [
|
|
1574
1757
|
{
|
|
1575
1758
|
name: "x-api-token",
|
|
1576
1759
|
type: "apiKey"
|
|
1577
1760
|
}
|
|
1578
1761
|
],
|
|
1579
|
-
responseTransformer:
|
|
1580
|
-
url: "/
|
|
1581
|
-
...options
|
|
1582
|
-
headers: {
|
|
1583
|
-
"Content-Type": "application/json",
|
|
1584
|
-
...options.headers
|
|
1585
|
-
}
|
|
1762
|
+
responseTransformer: missionsControllerGetMission0V1ResponseTransformer,
|
|
1763
|
+
url: "/v1/missions/{id}",
|
|
1764
|
+
...options
|
|
1586
1765
|
});
|
|
1587
|
-
}, "
|
|
1588
|
-
var
|
|
1589
|
-
return (options.client ?? client).
|
|
1766
|
+
}, "missionsControllerGetMission0V1");
|
|
1767
|
+
var missionsControllerGetMission1 = /* @__PURE__ */ __name((options) => {
|
|
1768
|
+
return (options.client ?? client).get({
|
|
1590
1769
|
security: [
|
|
1591
1770
|
{
|
|
1592
1771
|
name: "x-api-token",
|
|
1593
1772
|
type: "apiKey"
|
|
1594
1773
|
}
|
|
1595
1774
|
],
|
|
1596
|
-
|
|
1775
|
+
responseTransformer: missionsControllerGetMission1ResponseTransformer,
|
|
1776
|
+
url: "/missions/{id}",
|
|
1597
1777
|
...options
|
|
1598
1778
|
});
|
|
1599
|
-
}, "
|
|
1600
|
-
var
|
|
1601
|
-
return (options
|
|
1779
|
+
}, "missionsControllerGetMission1");
|
|
1780
|
+
var missionsControllerGetMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1781
|
+
return (options?.client ?? client).get({
|
|
1782
|
+
security: [
|
|
1783
|
+
{
|
|
1784
|
+
name: "x-api-token",
|
|
1785
|
+
type: "apiKey"
|
|
1786
|
+
}
|
|
1787
|
+
],
|
|
1788
|
+
responseTransformer: missionsControllerGetMissions0V1ResponseTransformer,
|
|
1789
|
+
url: "/v1/missions",
|
|
1790
|
+
...options
|
|
1791
|
+
});
|
|
1792
|
+
}, "missionsControllerGetMissions0V1");
|
|
1793
|
+
var missionsControllerCreateMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1794
|
+
return (options.client ?? client).post({
|
|
1795
|
+
security: [
|
|
1796
|
+
{
|
|
1797
|
+
name: "x-api-token",
|
|
1798
|
+
type: "apiKey"
|
|
1799
|
+
}
|
|
1800
|
+
],
|
|
1801
|
+
responseTransformer: missionsControllerCreateMissions0V1ResponseTransformer,
|
|
1802
|
+
url: "/v1/missions",
|
|
1803
|
+
...options,
|
|
1804
|
+
headers: {
|
|
1805
|
+
"Content-Type": "application/json",
|
|
1806
|
+
...options.headers
|
|
1807
|
+
}
|
|
1808
|
+
});
|
|
1809
|
+
}, "missionsControllerCreateMissions0V1");
|
|
1810
|
+
var missionsControllerUpdateMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1811
|
+
return (options.client ?? client).put({
|
|
1812
|
+
security: [
|
|
1813
|
+
{
|
|
1814
|
+
name: "x-api-token",
|
|
1815
|
+
type: "apiKey"
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
url: "/v1/missions",
|
|
1819
|
+
...options,
|
|
1820
|
+
headers: {
|
|
1821
|
+
"Content-Type": "application/json",
|
|
1822
|
+
...options.headers
|
|
1823
|
+
}
|
|
1824
|
+
});
|
|
1825
|
+
}, "missionsControllerUpdateMissions0V1");
|
|
1826
|
+
var missionsControllerGetMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1827
|
+
return (options?.client ?? client).get({
|
|
1828
|
+
security: [
|
|
1829
|
+
{
|
|
1830
|
+
name: "x-api-token",
|
|
1831
|
+
type: "apiKey"
|
|
1832
|
+
}
|
|
1833
|
+
],
|
|
1834
|
+
responseTransformer: missionsControllerGetMissions1ResponseTransformer,
|
|
1835
|
+
url: "/missions",
|
|
1836
|
+
...options
|
|
1837
|
+
});
|
|
1838
|
+
}, "missionsControllerGetMissions1");
|
|
1839
|
+
var missionsControllerCreateMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1840
|
+
return (options.client ?? client).post({
|
|
1841
|
+
security: [
|
|
1842
|
+
{
|
|
1843
|
+
name: "x-api-token",
|
|
1844
|
+
type: "apiKey"
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
responseTransformer: missionsControllerCreateMissions1ResponseTransformer,
|
|
1848
|
+
url: "/missions",
|
|
1849
|
+
...options,
|
|
1850
|
+
headers: {
|
|
1851
|
+
"Content-Type": "application/json",
|
|
1852
|
+
...options.headers
|
|
1853
|
+
}
|
|
1854
|
+
});
|
|
1855
|
+
}, "missionsControllerCreateMissions1");
|
|
1856
|
+
var missionsControllerUpdateMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1857
|
+
return (options.client ?? client).put({
|
|
1858
|
+
security: [
|
|
1859
|
+
{
|
|
1860
|
+
name: "x-api-token",
|
|
1861
|
+
type: "apiKey"
|
|
1862
|
+
}
|
|
1863
|
+
],
|
|
1864
|
+
url: "/missions",
|
|
1865
|
+
...options,
|
|
1866
|
+
headers: {
|
|
1867
|
+
"Content-Type": "application/json",
|
|
1868
|
+
...options.headers
|
|
1869
|
+
}
|
|
1870
|
+
});
|
|
1871
|
+
}, "missionsControllerUpdateMissions1");
|
|
1872
|
+
var missionsControllerRepriceMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1873
|
+
return (options.client ?? client).put({
|
|
1874
|
+
security: [
|
|
1875
|
+
{
|
|
1876
|
+
name: "x-api-token",
|
|
1877
|
+
type: "apiKey"
|
|
1878
|
+
}
|
|
1879
|
+
],
|
|
1880
|
+
url: "/v1/missions/amounts",
|
|
1881
|
+
...options,
|
|
1882
|
+
headers: {
|
|
1883
|
+
"Content-Type": "application/json",
|
|
1884
|
+
...options.headers
|
|
1885
|
+
}
|
|
1886
|
+
});
|
|
1887
|
+
}, "missionsControllerRepriceMissions0V1");
|
|
1888
|
+
var missionsControllerRepriceMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1889
|
+
return (options.client ?? client).put({
|
|
1890
|
+
security: [
|
|
1891
|
+
{
|
|
1892
|
+
name: "x-api-token",
|
|
1893
|
+
type: "apiKey"
|
|
1894
|
+
}
|
|
1895
|
+
],
|
|
1896
|
+
url: "/missions/amounts",
|
|
1897
|
+
...options,
|
|
1898
|
+
headers: {
|
|
1899
|
+
"Content-Type": "application/json",
|
|
1900
|
+
...options.headers
|
|
1901
|
+
}
|
|
1902
|
+
});
|
|
1903
|
+
}, "missionsControllerRepriceMissions1");
|
|
1904
|
+
var protocolTriggersApiControllerTriggerPayout0V1 = /* @__PURE__ */ __name((options) => {
|
|
1905
|
+
return (options.client ?? client).post({
|
|
1906
|
+
security: [
|
|
1907
|
+
{
|
|
1908
|
+
name: "x-api-token",
|
|
1909
|
+
type: "apiKey"
|
|
1910
|
+
}
|
|
1911
|
+
],
|
|
1912
|
+
url: "/v1/protocol-triggers/missions/payout",
|
|
1913
|
+
...options,
|
|
1914
|
+
headers: {
|
|
1915
|
+
"Content-Type": "application/json",
|
|
1916
|
+
...options.headers
|
|
1917
|
+
}
|
|
1918
|
+
});
|
|
1919
|
+
}, "protocolTriggersApiControllerTriggerPayout0V1");
|
|
1920
|
+
var protocolTriggersApiControllerTriggerPayout1 = /* @__PURE__ */ __name((options) => {
|
|
1921
|
+
return (options.client ?? client).post({
|
|
1922
|
+
security: [
|
|
1923
|
+
{
|
|
1924
|
+
name: "x-api-token",
|
|
1925
|
+
type: "apiKey"
|
|
1926
|
+
}
|
|
1927
|
+
],
|
|
1928
|
+
url: "/protocol-triggers/missions/payout",
|
|
1929
|
+
...options,
|
|
1930
|
+
headers: {
|
|
1931
|
+
"Content-Type": "application/json",
|
|
1932
|
+
...options.headers
|
|
1933
|
+
}
|
|
1934
|
+
});
|
|
1935
|
+
}, "protocolTriggersApiControllerTriggerPayout1");
|
|
1936
|
+
var protocolTriggersApiControllerTriggerMissionClose0V1 = /* @__PURE__ */ __name((options) => {
|
|
1937
|
+
return (options.client ?? client).post({
|
|
1938
|
+
security: [
|
|
1939
|
+
{
|
|
1940
|
+
name: "x-api-token",
|
|
1941
|
+
type: "apiKey"
|
|
1942
|
+
}
|
|
1943
|
+
],
|
|
1944
|
+
url: "/v1/protocol-triggers/missions/close",
|
|
1945
|
+
...options,
|
|
1946
|
+
headers: {
|
|
1947
|
+
"Content-Type": "application/json",
|
|
1948
|
+
...options.headers
|
|
1949
|
+
}
|
|
1950
|
+
});
|
|
1951
|
+
}, "protocolTriggersApiControllerTriggerMissionClose0V1");
|
|
1952
|
+
var protocolTriggersApiControllerTriggerMissionClose1 = /* @__PURE__ */ __name((options) => {
|
|
1953
|
+
return (options.client ?? client).post({
|
|
1954
|
+
security: [
|
|
1955
|
+
{
|
|
1956
|
+
name: "x-api-token",
|
|
1957
|
+
type: "apiKey"
|
|
1958
|
+
}
|
|
1959
|
+
],
|
|
1960
|
+
url: "/protocol-triggers/missions/close",
|
|
1961
|
+
...options,
|
|
1962
|
+
headers: {
|
|
1963
|
+
"Content-Type": "application/json",
|
|
1964
|
+
...options.headers
|
|
1965
|
+
}
|
|
1966
|
+
});
|
|
1967
|
+
}, "protocolTriggersApiControllerTriggerMissionClose1");
|
|
1968
|
+
var quotesControllerCreateQuote0V1 = /* @__PURE__ */ __name((options) => {
|
|
1969
|
+
return (options.client ?? client).post({
|
|
1970
|
+
security: [
|
|
1971
|
+
{
|
|
1972
|
+
name: "x-api-token",
|
|
1973
|
+
type: "apiKey"
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
url: "/v1/quotes",
|
|
1977
|
+
...options,
|
|
1978
|
+
headers: {
|
|
1979
|
+
"Content-Type": "application/json",
|
|
1980
|
+
...options.headers
|
|
1981
|
+
}
|
|
1982
|
+
});
|
|
1983
|
+
}, "quotesControllerCreateQuote0V1");
|
|
1984
|
+
var quotesControllerCreateQuote1 = /* @__PURE__ */ __name((options) => {
|
|
1985
|
+
return (options.client ?? client).post({
|
|
1986
|
+
security: [
|
|
1987
|
+
{
|
|
1988
|
+
name: "x-api-token",
|
|
1989
|
+
type: "apiKey"
|
|
1990
|
+
}
|
|
1991
|
+
],
|
|
1992
|
+
url: "/quotes",
|
|
1993
|
+
...options,
|
|
1994
|
+
headers: {
|
|
1995
|
+
"Content-Type": "application/json",
|
|
1996
|
+
...options.headers
|
|
1997
|
+
}
|
|
1998
|
+
});
|
|
1999
|
+
}, "quotesControllerCreateQuote1");
|
|
2000
|
+
var quotesControllerGetQuote0V1 = /* @__PURE__ */ __name((options) => {
|
|
2001
|
+
return (options.client ?? client).get({
|
|
2002
|
+
security: [
|
|
2003
|
+
{
|
|
2004
|
+
name: "x-api-token",
|
|
2005
|
+
type: "apiKey"
|
|
2006
|
+
}
|
|
2007
|
+
],
|
|
2008
|
+
url: "/v1/quotes/{id}",
|
|
2009
|
+
...options
|
|
2010
|
+
});
|
|
2011
|
+
}, "quotesControllerGetQuote0V1");
|
|
2012
|
+
var quotesControllerGetQuote1 = /* @__PURE__ */ __name((options) => {
|
|
2013
|
+
return (options.client ?? client).get({
|
|
2014
|
+
security: [
|
|
2015
|
+
{
|
|
2016
|
+
name: "x-api-token",
|
|
2017
|
+
type: "apiKey"
|
|
2018
|
+
}
|
|
2019
|
+
],
|
|
2020
|
+
url: "/quotes/{id}",
|
|
2021
|
+
...options
|
|
2022
|
+
});
|
|
2023
|
+
}, "quotesControllerGetQuote1");
|
|
2024
|
+
var schemaControllerGetEventSchema0V1 = /* @__PURE__ */ __name((options) => {
|
|
2025
|
+
return (options?.client ?? client).get({
|
|
2026
|
+
url: "/v1/schema/event",
|
|
2027
|
+
...options
|
|
2028
|
+
});
|
|
2029
|
+
}, "schemaControllerGetEventSchema0V1");
|
|
2030
|
+
var schemaControllerGetEventSchema1 = /* @__PURE__ */ __name((options) => {
|
|
2031
|
+
return (options?.client ?? client).get({
|
|
2032
|
+
url: "/schema/event",
|
|
2033
|
+
...options
|
|
2034
|
+
});
|
|
2035
|
+
}, "schemaControllerGetEventSchema1");
|
|
2036
|
+
var vaultsControllerCreateVaults0V1 = /* @__PURE__ */ __name((options) => {
|
|
2037
|
+
return (options.client ?? client).post({
|
|
2038
|
+
security: [
|
|
2039
|
+
{
|
|
2040
|
+
name: "x-api-token",
|
|
2041
|
+
type: "apiKey"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
name: "x-api-token",
|
|
2045
|
+
type: "apiKey"
|
|
2046
|
+
}
|
|
2047
|
+
],
|
|
2048
|
+
url: "/v1/vaults",
|
|
2049
|
+
...options,
|
|
2050
|
+
headers: {
|
|
2051
|
+
"Content-Type": "application/json",
|
|
2052
|
+
...options.headers
|
|
2053
|
+
}
|
|
2054
|
+
});
|
|
2055
|
+
}, "vaultsControllerCreateVaults0V1");
|
|
2056
|
+
var vaultsControllerCreateVaults1 = /* @__PURE__ */ __name((options) => {
|
|
2057
|
+
return (options.client ?? client).post({
|
|
2058
|
+
security: [
|
|
2059
|
+
{
|
|
2060
|
+
name: "x-api-token",
|
|
2061
|
+
type: "apiKey"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
name: "x-api-token",
|
|
2065
|
+
type: "apiKey"
|
|
2066
|
+
}
|
|
2067
|
+
],
|
|
2068
|
+
url: "/vaults",
|
|
2069
|
+
...options,
|
|
2070
|
+
headers: {
|
|
2071
|
+
"Content-Type": "application/json",
|
|
2072
|
+
...options.headers
|
|
2073
|
+
}
|
|
2074
|
+
});
|
|
2075
|
+
}, "vaultsControllerCreateVaults1");
|
|
2076
|
+
var webhooksControllerGetMany0V1 = /* @__PURE__ */ __name((options) => {
|
|
2077
|
+
return (options.client ?? client).get({
|
|
2078
|
+
security: [
|
|
2079
|
+
{
|
|
2080
|
+
name: "x-api-token",
|
|
2081
|
+
type: "apiKey"
|
|
2082
|
+
}
|
|
2083
|
+
],
|
|
2084
|
+
responseTransformer: webhooksControllerGetMany0V1ResponseTransformer,
|
|
2085
|
+
url: "/v1/org/{org_id}/webhooks",
|
|
2086
|
+
...options
|
|
2087
|
+
});
|
|
2088
|
+
}, "webhooksControllerGetMany0V1");
|
|
2089
|
+
var webhooksControllerCreate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2090
|
+
return (options.client ?? client).post({
|
|
2091
|
+
security: [
|
|
2092
|
+
{
|
|
2093
|
+
name: "x-api-token",
|
|
2094
|
+
type: "apiKey"
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
2097
|
+
url: "/v1/org/{org_id}/webhooks",
|
|
2098
|
+
...options,
|
|
2099
|
+
headers: {
|
|
2100
|
+
"Content-Type": "application/json",
|
|
2101
|
+
...options.headers
|
|
2102
|
+
}
|
|
2103
|
+
});
|
|
2104
|
+
}, "webhooksControllerCreate0V1");
|
|
2105
|
+
var webhooksControllerGetMany1 = /* @__PURE__ */ __name((options) => {
|
|
2106
|
+
return (options.client ?? client).get({
|
|
2107
|
+
security: [
|
|
2108
|
+
{
|
|
2109
|
+
name: "x-api-token",
|
|
2110
|
+
type: "apiKey"
|
|
2111
|
+
}
|
|
2112
|
+
],
|
|
2113
|
+
responseTransformer: webhooksControllerGetMany1ResponseTransformer,
|
|
2114
|
+
url: "/org/{org_id}/webhooks",
|
|
2115
|
+
...options
|
|
2116
|
+
});
|
|
2117
|
+
}, "webhooksControllerGetMany1");
|
|
2118
|
+
var webhooksControllerCreate1 = /* @__PURE__ */ __name((options) => {
|
|
2119
|
+
return (options.client ?? client).post({
|
|
2120
|
+
security: [
|
|
2121
|
+
{
|
|
2122
|
+
name: "x-api-token",
|
|
2123
|
+
type: "apiKey"
|
|
2124
|
+
}
|
|
2125
|
+
],
|
|
2126
|
+
url: "/org/{org_id}/webhooks",
|
|
2127
|
+
...options,
|
|
2128
|
+
headers: {
|
|
2129
|
+
"Content-Type": "application/json",
|
|
2130
|
+
...options.headers
|
|
2131
|
+
}
|
|
2132
|
+
});
|
|
2133
|
+
}, "webhooksControllerCreate1");
|
|
2134
|
+
var webhooksControllerDelete0V1 = /* @__PURE__ */ __name((options) => {
|
|
2135
|
+
return (options.client ?? client).delete({
|
|
2136
|
+
security: [
|
|
2137
|
+
{
|
|
2138
|
+
name: "x-api-token",
|
|
2139
|
+
type: "apiKey"
|
|
2140
|
+
}
|
|
2141
|
+
],
|
|
2142
|
+
url: "/v1/org/{org_id}/webhooks/{id}",
|
|
2143
|
+
...options
|
|
2144
|
+
});
|
|
2145
|
+
}, "webhooksControllerDelete0V1");
|
|
2146
|
+
var webhooksControllerGet0V1 = /* @__PURE__ */ __name((options) => {
|
|
2147
|
+
return (options.client ?? client).get({
|
|
2148
|
+
security: [
|
|
2149
|
+
{
|
|
2150
|
+
name: "x-api-token",
|
|
2151
|
+
type: "apiKey"
|
|
2152
|
+
}
|
|
2153
|
+
],
|
|
2154
|
+
responseTransformer: webhooksControllerGet0V1ResponseTransformer,
|
|
2155
|
+
url: "/v1/org/{org_id}/webhooks/{id}",
|
|
2156
|
+
...options
|
|
2157
|
+
});
|
|
2158
|
+
}, "webhooksControllerGet0V1");
|
|
2159
|
+
var webhooksControllerUpdate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2160
|
+
return (options.client ?? client).put({
|
|
2161
|
+
security: [
|
|
2162
|
+
{
|
|
2163
|
+
name: "x-api-token",
|
|
2164
|
+
type: "apiKey"
|
|
2165
|
+
}
|
|
2166
|
+
],
|
|
2167
|
+
responseTransformer: webhooksControllerUpdate0V1ResponseTransformer,
|
|
2168
|
+
url: "/v1/org/{org_id}/webhooks/{id}",
|
|
2169
|
+
...options,
|
|
2170
|
+
headers: {
|
|
2171
|
+
"Content-Type": "application/json",
|
|
2172
|
+
...options.headers
|
|
2173
|
+
}
|
|
2174
|
+
});
|
|
2175
|
+
}, "webhooksControllerUpdate0V1");
|
|
2176
|
+
var webhooksControllerDelete1 = /* @__PURE__ */ __name((options) => {
|
|
2177
|
+
return (options.client ?? client).delete({
|
|
2178
|
+
security: [
|
|
2179
|
+
{
|
|
2180
|
+
name: "x-api-token",
|
|
2181
|
+
type: "apiKey"
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
url: "/org/{org_id}/webhooks/{id}",
|
|
2185
|
+
...options
|
|
2186
|
+
});
|
|
2187
|
+
}, "webhooksControllerDelete1");
|
|
2188
|
+
var webhooksControllerGet1 = /* @__PURE__ */ __name((options) => {
|
|
2189
|
+
return (options.client ?? client).get({
|
|
2190
|
+
security: [
|
|
2191
|
+
{
|
|
2192
|
+
name: "x-api-token",
|
|
2193
|
+
type: "apiKey"
|
|
2194
|
+
}
|
|
2195
|
+
],
|
|
2196
|
+
responseTransformer: webhooksControllerGet1ResponseTransformer,
|
|
2197
|
+
url: "/org/{org_id}/webhooks/{id}",
|
|
2198
|
+
...options
|
|
2199
|
+
});
|
|
2200
|
+
}, "webhooksControllerGet1");
|
|
2201
|
+
var webhooksControllerUpdate1 = /* @__PURE__ */ __name((options) => {
|
|
2202
|
+
return (options.client ?? client).put({
|
|
2203
|
+
security: [
|
|
2204
|
+
{
|
|
2205
|
+
name: "x-api-token",
|
|
2206
|
+
type: "apiKey"
|
|
2207
|
+
}
|
|
2208
|
+
],
|
|
2209
|
+
responseTransformer: webhooksControllerUpdate1ResponseTransformer,
|
|
2210
|
+
url: "/org/{org_id}/webhooks/{id}",
|
|
2211
|
+
...options,
|
|
2212
|
+
headers: {
|
|
2213
|
+
"Content-Type": "application/json",
|
|
2214
|
+
...options.headers
|
|
2215
|
+
}
|
|
2216
|
+
});
|
|
2217
|
+
}, "webhooksControllerUpdate1");
|
|
2218
|
+
var webhooksControllerRegenerateSecret0V1 = /* @__PURE__ */ __name((options) => {
|
|
2219
|
+
return (options.client ?? client).post({
|
|
2220
|
+
security: [
|
|
2221
|
+
{
|
|
2222
|
+
name: "x-api-token",
|
|
2223
|
+
type: "apiKey"
|
|
2224
|
+
}
|
|
2225
|
+
],
|
|
2226
|
+
responseTransformer: webhooksControllerRegenerateSecret0V1ResponseTransformer,
|
|
2227
|
+
url: "/v1/org/{org_id}/webhooks/{id}/regenerate-secret",
|
|
2228
|
+
...options,
|
|
2229
|
+
headers: {
|
|
2230
|
+
"Content-Type": "application/json",
|
|
2231
|
+
...options.headers
|
|
2232
|
+
}
|
|
2233
|
+
});
|
|
2234
|
+
}, "webhooksControllerRegenerateSecret0V1");
|
|
2235
|
+
var webhooksControllerRegenerateSecret1 = /* @__PURE__ */ __name((options) => {
|
|
2236
|
+
return (options.client ?? client).post({
|
|
2237
|
+
security: [
|
|
2238
|
+
{
|
|
2239
|
+
name: "x-api-token",
|
|
2240
|
+
type: "apiKey"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
responseTransformer: webhooksControllerRegenerateSecret1ResponseTransformer,
|
|
2244
|
+
url: "/org/{org_id}/webhooks/{id}/regenerate-secret",
|
|
2245
|
+
...options,
|
|
2246
|
+
headers: {
|
|
2247
|
+
"Content-Type": "application/json",
|
|
2248
|
+
...options.headers
|
|
2249
|
+
}
|
|
2250
|
+
});
|
|
2251
|
+
}, "webhooksControllerRegenerateSecret1");
|
|
2252
|
+
var webhooksControllerTest0V1 = /* @__PURE__ */ __name((options) => {
|
|
2253
|
+
return (options.client ?? client).post({
|
|
2254
|
+
security: [
|
|
2255
|
+
{
|
|
2256
|
+
name: "x-api-token",
|
|
2257
|
+
type: "apiKey"
|
|
2258
|
+
}
|
|
2259
|
+
],
|
|
2260
|
+
url: "/v1/org/{org_id}/webhooks/{id}/test",
|
|
2261
|
+
...options
|
|
2262
|
+
});
|
|
2263
|
+
}, "webhooksControllerTest0V1");
|
|
2264
|
+
var webhooksControllerTest1 = /* @__PURE__ */ __name((options) => {
|
|
2265
|
+
return (options.client ?? client).post({
|
|
2266
|
+
security: [
|
|
2267
|
+
{
|
|
2268
|
+
name: "x-api-token",
|
|
2269
|
+
type: "apiKey"
|
|
2270
|
+
}
|
|
2271
|
+
],
|
|
2272
|
+
url: "/org/{org_id}/webhooks/{id}/test",
|
|
2273
|
+
...options
|
|
2274
|
+
});
|
|
2275
|
+
}, "webhooksControllerTest1");
|
|
2276
|
+
var webhooksControllerGetStatus0V1 = /* @__PURE__ */ __name((options) => {
|
|
2277
|
+
return (options.client ?? client).get({
|
|
2278
|
+
security: [
|
|
2279
|
+
{
|
|
2280
|
+
name: "x-api-token",
|
|
2281
|
+
type: "apiKey"
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2284
|
+
url: "/v1/org/{org_id}/webhooks/{id}/status",
|
|
2285
|
+
...options
|
|
2286
|
+
});
|
|
2287
|
+
}, "webhooksControllerGetStatus0V1");
|
|
2288
|
+
var webhooksControllerGetStatus1 = /* @__PURE__ */ __name((options) => {
|
|
2289
|
+
return (options.client ?? client).get({
|
|
2290
|
+
security: [
|
|
2291
|
+
{
|
|
2292
|
+
name: "x-api-token",
|
|
2293
|
+
type: "apiKey"
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
url: "/org/{org_id}/webhooks/{id}/status",
|
|
2297
|
+
...options
|
|
2298
|
+
});
|
|
2299
|
+
}, "webhooksControllerGetStatus1");
|
|
2300
|
+
var zonesControllerCreateZone0V1 = /* @__PURE__ */ __name((options) => {
|
|
2301
|
+
return (options.client ?? client).post({
|
|
2302
|
+
security: [
|
|
2303
|
+
{
|
|
2304
|
+
name: "x-api-token",
|
|
2305
|
+
type: "apiKey"
|
|
2306
|
+
}
|
|
2307
|
+
],
|
|
2308
|
+
responseTransformer: zonesControllerCreateZone0V1ResponseTransformer,
|
|
2309
|
+
url: "/v1/zones",
|
|
2310
|
+
...options,
|
|
2311
|
+
headers: {
|
|
2312
|
+
"Content-Type": "application/json",
|
|
2313
|
+
...options.headers
|
|
2314
|
+
}
|
|
2315
|
+
});
|
|
2316
|
+
}, "zonesControllerCreateZone0V1");
|
|
2317
|
+
var zonesControllerCreateZone1 = /* @__PURE__ */ __name((options) => {
|
|
2318
|
+
return (options.client ?? client).post({
|
|
2319
|
+
security: [
|
|
2320
|
+
{
|
|
2321
|
+
name: "x-api-token",
|
|
2322
|
+
type: "apiKey"
|
|
2323
|
+
}
|
|
2324
|
+
],
|
|
2325
|
+
responseTransformer: zonesControllerCreateZone1ResponseTransformer,
|
|
2326
|
+
url: "/zones",
|
|
2327
|
+
...options,
|
|
2328
|
+
headers: {
|
|
2329
|
+
"Content-Type": "application/json",
|
|
2330
|
+
...options.headers
|
|
2331
|
+
}
|
|
2332
|
+
});
|
|
2333
|
+
}, "zonesControllerCreateZone1");
|
|
2334
|
+
var zonesControllerDeleteZone0V1 = /* @__PURE__ */ __name((options) => {
|
|
2335
|
+
return (options.client ?? client).delete({
|
|
2336
|
+
security: [
|
|
2337
|
+
{
|
|
2338
|
+
name: "x-api-token",
|
|
2339
|
+
type: "apiKey"
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
url: "/v1/zones/{id}",
|
|
2343
|
+
...options
|
|
2344
|
+
});
|
|
2345
|
+
}, "zonesControllerDeleteZone0V1");
|
|
2346
|
+
var zonesControllerUpdateZone0V1 = /* @__PURE__ */ __name((options) => {
|
|
2347
|
+
return (options.client ?? client).put({
|
|
2348
|
+
security: [
|
|
2349
|
+
{
|
|
2350
|
+
name: "x-api-token",
|
|
2351
|
+
type: "apiKey"
|
|
2352
|
+
}
|
|
2353
|
+
],
|
|
2354
|
+
responseTransformer: zonesControllerUpdateZone0V1ResponseTransformer,
|
|
2355
|
+
url: "/v1/zones/{id}",
|
|
2356
|
+
...options,
|
|
2357
|
+
headers: {
|
|
2358
|
+
"Content-Type": "application/json",
|
|
2359
|
+
...options.headers
|
|
2360
|
+
}
|
|
2361
|
+
});
|
|
2362
|
+
}, "zonesControllerUpdateZone0V1");
|
|
2363
|
+
var zonesControllerDeleteZone1 = /* @__PURE__ */ __name((options) => {
|
|
2364
|
+
return (options.client ?? client).delete({
|
|
1602
2365
|
security: [
|
|
1603
2366
|
{
|
|
1604
2367
|
name: "x-api-token",
|
|
1605
2368
|
type: "apiKey"
|
|
1606
2369
|
}
|
|
1607
2370
|
],
|
|
1608
|
-
responseTransformer: zonesControllerUpdateZoneResponseTransformer,
|
|
1609
2371
|
url: "/zones/{id}",
|
|
2372
|
+
...options
|
|
2373
|
+
});
|
|
2374
|
+
}, "zonesControllerDeleteZone1");
|
|
2375
|
+
var zonesControllerUpdateZone1 = /* @__PURE__ */ __name((options) => {
|
|
2376
|
+
return (options.client ?? client).put({
|
|
2377
|
+
security: [
|
|
2378
|
+
{
|
|
2379
|
+
name: "x-api-token",
|
|
2380
|
+
type: "apiKey"
|
|
2381
|
+
}
|
|
2382
|
+
],
|
|
2383
|
+
responseTransformer: zonesControllerUpdateZone1ResponseTransformer,
|
|
2384
|
+
url: "/zones/{id}",
|
|
2385
|
+
...options,
|
|
2386
|
+
headers: {
|
|
2387
|
+
"Content-Type": "application/json",
|
|
2388
|
+
...options.headers
|
|
2389
|
+
}
|
|
2390
|
+
});
|
|
2391
|
+
}, "zonesControllerUpdateZone1");
|
|
2392
|
+
var eventProcessorMissionsSyncControllerResyncMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
2393
|
+
return (options.client ?? client).put({
|
|
2394
|
+
security: [
|
|
2395
|
+
{
|
|
2396
|
+
name: "x-api-token",
|
|
2397
|
+
type: "apiKey"
|
|
2398
|
+
}
|
|
2399
|
+
],
|
|
2400
|
+
url: "/v1/event-processor/missions/sync",
|
|
1610
2401
|
...options,
|
|
1611
2402
|
headers: {
|
|
1612
2403
|
"Content-Type": "application/json",
|
|
1613
2404
|
...options.headers
|
|
1614
2405
|
}
|
|
1615
2406
|
});
|
|
1616
|
-
}, "
|
|
1617
|
-
var
|
|
2407
|
+
}, "eventProcessorMissionsSyncControllerResyncMissions0V1");
|
|
2408
|
+
var eventProcessorMissionsSyncControllerResyncMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1618
2409
|
return (options.client ?? client).put({
|
|
1619
2410
|
security: [
|
|
1620
2411
|
{
|
|
@@ -1629,8 +2420,24 @@ var eventProcessorMissionsSyncControllerResyncMissions = /* @__PURE__ */ __name(
|
|
|
1629
2420
|
...options.headers
|
|
1630
2421
|
}
|
|
1631
2422
|
});
|
|
1632
|
-
}, "
|
|
1633
|
-
var
|
|
2423
|
+
}, "eventProcessorMissionsSyncControllerResyncMissions1");
|
|
2424
|
+
var eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1 = /* @__PURE__ */ __name((options) => {
|
|
2425
|
+
return (options.client ?? client).put({
|
|
2426
|
+
security: [
|
|
2427
|
+
{
|
|
2428
|
+
name: "x-api-token",
|
|
2429
|
+
type: "apiKey"
|
|
2430
|
+
}
|
|
2431
|
+
],
|
|
2432
|
+
url: "/v1/event-processor/flightreviews",
|
|
2433
|
+
...options,
|
|
2434
|
+
headers: {
|
|
2435
|
+
"Content-Type": "application/json",
|
|
2436
|
+
...options.headers
|
|
2437
|
+
}
|
|
2438
|
+
});
|
|
2439
|
+
}, "eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1");
|
|
2440
|
+
var eventProcessorFlightReviewsSyncControllerResyncFlightReviews1 = /* @__PURE__ */ __name((options) => {
|
|
1634
2441
|
return (options.client ?? client).put({
|
|
1635
2442
|
security: [
|
|
1636
2443
|
{
|
|
@@ -1645,8 +2452,18 @@ var eventProcessorFlightReviewsSyncControllerResyncFlightReviews = /* @__PURE__
|
|
|
1645
2452
|
...options.headers
|
|
1646
2453
|
}
|
|
1647
2454
|
});
|
|
1648
|
-
}, "
|
|
1649
|
-
var
|
|
2455
|
+
}, "eventProcessorFlightReviewsSyncControllerResyncFlightReviews1");
|
|
2456
|
+
var alchemyControllerHandleWebhook0V1 = /* @__PURE__ */ __name((options) => {
|
|
2457
|
+
return (options.client ?? client).post({
|
|
2458
|
+
url: "/v1/webhooks/inbound/alchemy",
|
|
2459
|
+
...options,
|
|
2460
|
+
headers: {
|
|
2461
|
+
"Content-Type": "application/json",
|
|
2462
|
+
...options.headers
|
|
2463
|
+
}
|
|
2464
|
+
});
|
|
2465
|
+
}, "alchemyControllerHandleWebhook0V1");
|
|
2466
|
+
var alchemyControllerHandleWebhook1 = /* @__PURE__ */ __name((options) => {
|
|
1650
2467
|
return (options.client ?? client).post({
|
|
1651
2468
|
url: "/webhooks/inbound/alchemy",
|
|
1652
2469
|
...options,
|
|
@@ -1655,8 +2472,38 @@ var alchemyControllerHandleWebhook = /* @__PURE__ */ __name((options) => {
|
|
|
1655
2472
|
...options.headers
|
|
1656
2473
|
}
|
|
1657
2474
|
});
|
|
1658
|
-
}, "
|
|
1659
|
-
var
|
|
2475
|
+
}, "alchemyControllerHandleWebhook1");
|
|
2476
|
+
var inboundWebhookConfigsControllerGetMany0V1 = /* @__PURE__ */ __name((options) => {
|
|
2477
|
+
return (options?.client ?? client).get({
|
|
2478
|
+
security: [
|
|
2479
|
+
{
|
|
2480
|
+
name: "x-api-token",
|
|
2481
|
+
type: "apiKey"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
responseTransformer: inboundWebhookConfigsControllerGetMany0V1ResponseTransformer,
|
|
2485
|
+
url: "/v1/webhooks/inbound/configs",
|
|
2486
|
+
...options
|
|
2487
|
+
});
|
|
2488
|
+
}, "inboundWebhookConfigsControllerGetMany0V1");
|
|
2489
|
+
var inboundWebhookConfigsControllerCreate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2490
|
+
return (options.client ?? client).post({
|
|
2491
|
+
security: [
|
|
2492
|
+
{
|
|
2493
|
+
name: "x-api-token",
|
|
2494
|
+
type: "apiKey"
|
|
2495
|
+
}
|
|
2496
|
+
],
|
|
2497
|
+
responseTransformer: inboundWebhookConfigsControllerCreate0V1ResponseTransformer,
|
|
2498
|
+
url: "/v1/webhooks/inbound/configs",
|
|
2499
|
+
...options,
|
|
2500
|
+
headers: {
|
|
2501
|
+
"Content-Type": "application/json",
|
|
2502
|
+
...options.headers
|
|
2503
|
+
}
|
|
2504
|
+
});
|
|
2505
|
+
}, "inboundWebhookConfigsControllerCreate0V1");
|
|
2506
|
+
var inboundWebhookConfigsControllerGetMany1 = /* @__PURE__ */ __name((options) => {
|
|
1660
2507
|
return (options?.client ?? client).get({
|
|
1661
2508
|
security: [
|
|
1662
2509
|
{
|
|
@@ -1664,12 +2511,12 @@ var inboundWebhookConfigsControllerGetMany = /* @__PURE__ */ __name((options) =>
|
|
|
1664
2511
|
type: "apiKey"
|
|
1665
2512
|
}
|
|
1666
2513
|
],
|
|
1667
|
-
responseTransformer:
|
|
2514
|
+
responseTransformer: inboundWebhookConfigsControllerGetMany1ResponseTransformer,
|
|
1668
2515
|
url: "/webhooks/inbound/configs",
|
|
1669
2516
|
...options
|
|
1670
2517
|
});
|
|
1671
|
-
}, "
|
|
1672
|
-
var
|
|
2518
|
+
}, "inboundWebhookConfigsControllerGetMany1");
|
|
2519
|
+
var inboundWebhookConfigsControllerCreate1 = /* @__PURE__ */ __name((options) => {
|
|
1673
2520
|
return (options.client ?? client).post({
|
|
1674
2521
|
security: [
|
|
1675
2522
|
{
|
|
@@ -1677,7 +2524,7 @@ var inboundWebhookConfigsControllerCreate = /* @__PURE__ */ __name((options) =>
|
|
|
1677
2524
|
type: "apiKey"
|
|
1678
2525
|
}
|
|
1679
2526
|
],
|
|
1680
|
-
responseTransformer:
|
|
2527
|
+
responseTransformer: inboundWebhookConfigsControllerCreate1ResponseTransformer,
|
|
1681
2528
|
url: "/webhooks/inbound/configs",
|
|
1682
2529
|
...options,
|
|
1683
2530
|
headers: {
|
|
@@ -1685,8 +2532,50 @@ var inboundWebhookConfigsControllerCreate = /* @__PURE__ */ __name((options) =>
|
|
|
1685
2532
|
...options.headers
|
|
1686
2533
|
}
|
|
1687
2534
|
});
|
|
1688
|
-
}, "
|
|
1689
|
-
var
|
|
2535
|
+
}, "inboundWebhookConfigsControllerCreate1");
|
|
2536
|
+
var inboundWebhookConfigsControllerDelete0V1 = /* @__PURE__ */ __name((options) => {
|
|
2537
|
+
return (options.client ?? client).delete({
|
|
2538
|
+
security: [
|
|
2539
|
+
{
|
|
2540
|
+
name: "x-api-token",
|
|
2541
|
+
type: "apiKey"
|
|
2542
|
+
}
|
|
2543
|
+
],
|
|
2544
|
+
url: "/v1/webhooks/inbound/configs/{id}",
|
|
2545
|
+
...options
|
|
2546
|
+
});
|
|
2547
|
+
}, "inboundWebhookConfigsControllerDelete0V1");
|
|
2548
|
+
var inboundWebhookConfigsControllerGet0V1 = /* @__PURE__ */ __name((options) => {
|
|
2549
|
+
return (options.client ?? client).get({
|
|
2550
|
+
security: [
|
|
2551
|
+
{
|
|
2552
|
+
name: "x-api-token",
|
|
2553
|
+
type: "apiKey"
|
|
2554
|
+
}
|
|
2555
|
+
],
|
|
2556
|
+
responseTransformer: inboundWebhookConfigsControllerGet0V1ResponseTransformer,
|
|
2557
|
+
url: "/v1/webhooks/inbound/configs/{id}",
|
|
2558
|
+
...options
|
|
2559
|
+
});
|
|
2560
|
+
}, "inboundWebhookConfigsControllerGet0V1");
|
|
2561
|
+
var inboundWebhookConfigsControllerUpdate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2562
|
+
return (options.client ?? client).put({
|
|
2563
|
+
security: [
|
|
2564
|
+
{
|
|
2565
|
+
name: "x-api-token",
|
|
2566
|
+
type: "apiKey"
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
responseTransformer: inboundWebhookConfigsControllerUpdate0V1ResponseTransformer,
|
|
2570
|
+
url: "/v1/webhooks/inbound/configs/{id}",
|
|
2571
|
+
...options,
|
|
2572
|
+
headers: {
|
|
2573
|
+
"Content-Type": "application/json",
|
|
2574
|
+
...options.headers
|
|
2575
|
+
}
|
|
2576
|
+
});
|
|
2577
|
+
}, "inboundWebhookConfigsControllerUpdate0V1");
|
|
2578
|
+
var inboundWebhookConfigsControllerDelete1 = /* @__PURE__ */ __name((options) => {
|
|
1690
2579
|
return (options.client ?? client).delete({
|
|
1691
2580
|
security: [
|
|
1692
2581
|
{
|
|
@@ -1697,8 +2586,8 @@ var inboundWebhookConfigsControllerDelete = /* @__PURE__ */ __name((options) =>
|
|
|
1697
2586
|
url: "/webhooks/inbound/configs/{id}",
|
|
1698
2587
|
...options
|
|
1699
2588
|
});
|
|
1700
|
-
}, "
|
|
1701
|
-
var
|
|
2589
|
+
}, "inboundWebhookConfigsControllerDelete1");
|
|
2590
|
+
var inboundWebhookConfigsControllerGet1 = /* @__PURE__ */ __name((options) => {
|
|
1702
2591
|
return (options.client ?? client).get({
|
|
1703
2592
|
security: [
|
|
1704
2593
|
{
|
|
@@ -1706,12 +2595,12 @@ var inboundWebhookConfigsControllerGet = /* @__PURE__ */ __name((options) => {
|
|
|
1706
2595
|
type: "apiKey"
|
|
1707
2596
|
}
|
|
1708
2597
|
],
|
|
1709
|
-
responseTransformer:
|
|
2598
|
+
responseTransformer: inboundWebhookConfigsControllerGet1ResponseTransformer,
|
|
1710
2599
|
url: "/webhooks/inbound/configs/{id}",
|
|
1711
2600
|
...options
|
|
1712
2601
|
});
|
|
1713
|
-
}, "
|
|
1714
|
-
var
|
|
2602
|
+
}, "inboundWebhookConfigsControllerGet1");
|
|
2603
|
+
var inboundWebhookConfigsControllerUpdate1 = /* @__PURE__ */ __name((options) => {
|
|
1715
2604
|
return (options.client ?? client).put({
|
|
1716
2605
|
security: [
|
|
1717
2606
|
{
|
|
@@ -1719,7 +2608,7 @@ var inboundWebhookConfigsControllerUpdate = /* @__PURE__ */ __name((options) =>
|
|
|
1719
2608
|
type: "apiKey"
|
|
1720
2609
|
}
|
|
1721
2610
|
],
|
|
1722
|
-
responseTransformer:
|
|
2611
|
+
responseTransformer: inboundWebhookConfigsControllerUpdate1ResponseTransformer,
|
|
1723
2612
|
url: "/webhooks/inbound/configs/{id}",
|
|
1724
2613
|
...options,
|
|
1725
2614
|
headers: {
|
|
@@ -1727,7 +2616,7 @@ var inboundWebhookConfigsControllerUpdate = /* @__PURE__ */ __name((options) =>
|
|
|
1727
2616
|
...options.headers
|
|
1728
2617
|
}
|
|
1729
2618
|
});
|
|
1730
|
-
}, "
|
|
2619
|
+
}, "inboundWebhookConfigsControllerUpdate1");
|
|
1731
2620
|
|
|
1732
2621
|
// src/event/types.gen.ts
|
|
1733
2622
|
var import_zod = require("zod");
|
|
@@ -1905,64 +2794,118 @@ __name(getFirstHeader, "getFirstHeader");
|
|
|
1905
2794
|
WEBHOOK_PREVIOUS_SECRET_EXPIRES_AT_HEADER,
|
|
1906
2795
|
WEBHOOK_PREVIOUS_SECRET_HEADER,
|
|
1907
2796
|
WEBHOOK_SECRET_HEADER,
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
2797
|
+
alchemyControllerHandleWebhook0V1,
|
|
2798
|
+
alchemyControllerHandleWebhook1,
|
|
2799
|
+
apiControllerGetError0V1,
|
|
2800
|
+
apiControllerGetError1,
|
|
2801
|
+
apiControllerGetHello0V1,
|
|
2802
|
+
apiControllerGetHello1,
|
|
2803
|
+
apiTokenControllerCreateToken0V1,
|
|
2804
|
+
apiTokenControllerCreateToken1,
|
|
2805
|
+
apiTokenControllerDeleteToken0V1,
|
|
2806
|
+
apiTokenControllerDeleteToken1,
|
|
2807
|
+
apiTokenControllerGetToken0V1,
|
|
2808
|
+
apiTokenControllerGetToken1,
|
|
2809
|
+
apiTokenControllerUpdateToken0V1,
|
|
2810
|
+
apiTokenControllerUpdateToken1,
|
|
1915
2811
|
buildClientParams,
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
2812
|
+
conditionsControllerGetSunAltitudeTimeLimits0V1,
|
|
2813
|
+
conditionsControllerGetSunAltitudeTimeLimits1,
|
|
2814
|
+
contractsControllerCreateContract0V1,
|
|
2815
|
+
contractsControllerCreateContract1,
|
|
2816
|
+
contractsControllerDeleteContract0V1,
|
|
2817
|
+
contractsControllerDeleteContract1,
|
|
2818
|
+
contractsControllerGetAllContracts0V1,
|
|
2819
|
+
contractsControllerGetAllContracts1,
|
|
2820
|
+
contractsControllerGetContract0V1,
|
|
2821
|
+
contractsControllerGetContract1,
|
|
2822
|
+
contractsControllerUpdateContract0V1,
|
|
2823
|
+
contractsControllerUpdateContract1,
|
|
1922
2824
|
createClient,
|
|
1923
2825
|
createConfig,
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
2826
|
+
dlqRedriverControllerRedriveDlq0V1,
|
|
2827
|
+
dlqRedriverControllerRedriveDlq1,
|
|
2828
|
+
eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1,
|
|
2829
|
+
eventProcessorFlightReviewsSyncControllerResyncFlightReviews1,
|
|
2830
|
+
eventProcessorMissionsSyncControllerResyncMissions0V1,
|
|
2831
|
+
eventProcessorMissionsSyncControllerResyncMissions1,
|
|
2832
|
+
flightPlansControllerCreate0V1,
|
|
2833
|
+
flightPlansControllerCreate1,
|
|
2834
|
+
flightPlansControllerGet0V1,
|
|
2835
|
+
flightPlansControllerGet1,
|
|
2836
|
+
flightPlansControllerGetMany0V1,
|
|
2837
|
+
flightPlansControllerGetMany1,
|
|
2838
|
+
flightReviewsControllerGetFlightReview0V1,
|
|
2839
|
+
flightReviewsControllerGetFlightReview1,
|
|
2840
|
+
flightReviewsControllerGetFlightReviews0V1,
|
|
2841
|
+
flightReviewsControllerGetFlightReviews1,
|
|
2842
|
+
flightsControllerCreatePresignedUrls0V1,
|
|
2843
|
+
flightsControllerCreatePresignedUrls1,
|
|
2844
|
+
flightsControllerGenerateStorageKey0V1,
|
|
2845
|
+
flightsControllerGenerateStorageKey1,
|
|
2846
|
+
flightsControllerGetFlight0V1,
|
|
2847
|
+
flightsControllerGetFlight1,
|
|
2848
|
+
flightsControllerValidateFlight0V1,
|
|
2849
|
+
flightsControllerValidateFlight1,
|
|
1936
2850
|
formDataBodySerializer,
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
2851
|
+
inboundWebhookConfigsControllerCreate0V1,
|
|
2852
|
+
inboundWebhookConfigsControllerCreate1,
|
|
2853
|
+
inboundWebhookConfigsControllerDelete0V1,
|
|
2854
|
+
inboundWebhookConfigsControllerDelete1,
|
|
2855
|
+
inboundWebhookConfigsControllerGet0V1,
|
|
2856
|
+
inboundWebhookConfigsControllerGet1,
|
|
2857
|
+
inboundWebhookConfigsControllerGetMany0V1,
|
|
2858
|
+
inboundWebhookConfigsControllerGetMany1,
|
|
2859
|
+
inboundWebhookConfigsControllerUpdate0V1,
|
|
2860
|
+
inboundWebhookConfigsControllerUpdate1,
|
|
1942
2861
|
jsonBodySerializer,
|
|
1943
|
-
|
|
2862
|
+
keysControllerGetProvenanceCryptoKey0V1,
|
|
2863
|
+
keysControllerGetProvenanceCryptoKey1,
|
|
1944
2864
|
mergeHeaders,
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
2865
|
+
missionsControllerCreateMissions0V1,
|
|
2866
|
+
missionsControllerCreateMissions1,
|
|
2867
|
+
missionsControllerGetMission0V1,
|
|
2868
|
+
missionsControllerGetMission1,
|
|
2869
|
+
missionsControllerGetMissions0V1,
|
|
2870
|
+
missionsControllerGetMissions1,
|
|
2871
|
+
missionsControllerRepriceMissions0V1,
|
|
2872
|
+
missionsControllerRepriceMissions1,
|
|
2873
|
+
missionsControllerUpdateMissions0V1,
|
|
2874
|
+
missionsControllerUpdateMissions1,
|
|
1951
2875
|
parseWebhookEvent,
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
2876
|
+
protocolTriggersApiControllerTriggerMissionClose0V1,
|
|
2877
|
+
protocolTriggersApiControllerTriggerMissionClose1,
|
|
2878
|
+
protocolTriggersApiControllerTriggerPayout0V1,
|
|
2879
|
+
protocolTriggersApiControllerTriggerPayout1,
|
|
2880
|
+
quotesControllerCreateQuote0V1,
|
|
2881
|
+
quotesControllerCreateQuote1,
|
|
2882
|
+
quotesControllerGetQuote0V1,
|
|
2883
|
+
quotesControllerGetQuote1,
|
|
2884
|
+
schemaControllerGetEventSchema0V1,
|
|
2885
|
+
schemaControllerGetEventSchema1,
|
|
1955
2886
|
urlSearchParamsBodySerializer,
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
2887
|
+
vaultsControllerCreateVaults0V1,
|
|
2888
|
+
vaultsControllerCreateVaults1,
|
|
2889
|
+
webhooksControllerCreate0V1,
|
|
2890
|
+
webhooksControllerCreate1,
|
|
2891
|
+
webhooksControllerDelete0V1,
|
|
2892
|
+
webhooksControllerDelete1,
|
|
2893
|
+
webhooksControllerGet0V1,
|
|
2894
|
+
webhooksControllerGet1,
|
|
2895
|
+
webhooksControllerGetMany0V1,
|
|
2896
|
+
webhooksControllerGetMany1,
|
|
2897
|
+
webhooksControllerGetStatus0V1,
|
|
2898
|
+
webhooksControllerGetStatus1,
|
|
2899
|
+
webhooksControllerRegenerateSecret0V1,
|
|
2900
|
+
webhooksControllerRegenerateSecret1,
|
|
2901
|
+
webhooksControllerTest0V1,
|
|
2902
|
+
webhooksControllerTest1,
|
|
2903
|
+
webhooksControllerUpdate0V1,
|
|
2904
|
+
webhooksControllerUpdate1,
|
|
2905
|
+
zonesControllerCreateZone0V1,
|
|
2906
|
+
zonesControllerCreateZone1,
|
|
2907
|
+
zonesControllerDeleteZone0V1,
|
|
2908
|
+
zonesControllerDeleteZone1,
|
|
2909
|
+
zonesControllerUpdateZone0V1,
|
|
2910
|
+
zonesControllerUpdateZone1
|
|
1968
2911
|
});
|