@layer-drone/protocol 0.8.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1593 -330
- package/dist/index.d.ts +1593 -330
- package/dist/index.js +1553 -393
- package/dist/index.mjs +1433 -340
- package/package.json +1 -1
- package/src/client/sdk.gen.ts +2585 -599
- package/src/client/transformers.gen.ts +304 -77
- package/src/client/types.gen.ts +2223 -491
package/dist/index.mjs
CHANGED
|
@@ -695,10 +695,14 @@ var updateApiTokenResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name(
|
|
|
695
695
|
data.last_used = new Date(data.last_used);
|
|
696
696
|
return data;
|
|
697
697
|
}, "updateApiTokenResponseDtoSchemaResponseTransformer");
|
|
698
|
-
var
|
|
698
|
+
var apiTokenControllerUpdateToken0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
699
699
|
data = updateApiTokenResponseDtoSchemaResponseTransformer(data);
|
|
700
700
|
return data;
|
|
701
|
-
}, "
|
|
701
|
+
}, "apiTokenControllerUpdateToken0V1ResponseTransformer");
|
|
702
|
+
var apiTokenControllerUpdateToken1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
703
|
+
data = updateApiTokenResponseDtoSchemaResponseTransformer(data);
|
|
704
|
+
return data;
|
|
705
|
+
}, "apiTokenControllerUpdateToken1ResponseTransformer");
|
|
702
706
|
var getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
703
707
|
data.OptimalSunAltitudePeriod.StartTime = new Date(data.OptimalSunAltitudePeriod.StartTime);
|
|
704
708
|
data.OptimalSunAltitudePeriod.EndTime = new Date(data.OptimalSunAltitudePeriod.EndTime);
|
|
@@ -706,10 +710,14 @@ var getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer = /* @__PURE__
|
|
|
706
710
|
data.DaylightPeriod.EndTime = new Date(data.DaylightPeriod.EndTime);
|
|
707
711
|
return data;
|
|
708
712
|
}, "getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer");
|
|
709
|
-
var
|
|
713
|
+
var conditionsControllerGetSunAltitudeTimeLimits0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
714
|
+
data = getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer(data);
|
|
715
|
+
return data;
|
|
716
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits0V1ResponseTransformer");
|
|
717
|
+
var conditionsControllerGetSunAltitudeTimeLimits1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
710
718
|
data = getTimeLimitsForSunAltitudeResponseSchemaResponseTransformer(data);
|
|
711
719
|
return data;
|
|
712
|
-
}, "
|
|
720
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits1ResponseTransformer");
|
|
713
721
|
var getContractsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
714
722
|
data.data = data.data.map((item) => {
|
|
715
723
|
if (item.deployedAt) {
|
|
@@ -719,26 +727,38 @@ var getContractsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((d
|
|
|
719
727
|
});
|
|
720
728
|
return data;
|
|
721
729
|
}, "getContractsResponseDtoSchemaResponseTransformer");
|
|
722
|
-
var
|
|
730
|
+
var contractsControllerGetAllContracts0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
723
731
|
data = getContractsResponseDtoSchemaResponseTransformer(data);
|
|
724
732
|
return data;
|
|
725
|
-
}, "
|
|
733
|
+
}, "contractsControllerGetAllContracts0V1ResponseTransformer");
|
|
734
|
+
var contractsControllerGetAllContracts1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
735
|
+
data = getContractsResponseDtoSchemaResponseTransformer(data);
|
|
736
|
+
return data;
|
|
737
|
+
}, "contractsControllerGetAllContracts1ResponseTransformer");
|
|
726
738
|
var flightDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
727
739
|
data.payout.createdAt = new Date(data.payout.createdAt);
|
|
728
740
|
return data;
|
|
729
741
|
}, "flightDtoSchemaResponseTransformer");
|
|
730
|
-
var
|
|
742
|
+
var flightsControllerGetFlight0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
743
|
+
data = flightDtoSchemaResponseTransformer(data);
|
|
744
|
+
return data;
|
|
745
|
+
}, "flightsControllerGetFlight0V1ResponseTransformer");
|
|
746
|
+
var flightsControllerGetFlight1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
731
747
|
data = flightDtoSchemaResponseTransformer(data);
|
|
732
748
|
return data;
|
|
733
|
-
}, "
|
|
749
|
+
}, "flightsControllerGetFlight1ResponseTransformer");
|
|
734
750
|
var validateFlightResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
735
751
|
data.flightId = BigInt(data.flightId.toString());
|
|
736
752
|
return data;
|
|
737
753
|
}, "validateFlightResponseDtoSchemaResponseTransformer");
|
|
738
|
-
var
|
|
754
|
+
var flightsControllerValidateFlight0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
739
755
|
data = validateFlightResponseDtoSchemaResponseTransformer(data);
|
|
740
756
|
return data;
|
|
741
|
-
}, "
|
|
757
|
+
}, "flightsControllerValidateFlight0V1ResponseTransformer");
|
|
758
|
+
var flightsControllerValidateFlight1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
759
|
+
data = validateFlightResponseDtoSchemaResponseTransformer(data);
|
|
760
|
+
return data;
|
|
761
|
+
}, "flightsControllerValidateFlight1ResponseTransformer");
|
|
742
762
|
var getFlightPlansResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
743
763
|
data.data = data.data.map((item) => {
|
|
744
764
|
item.created_at = new Date(item.created_at);
|
|
@@ -747,37 +767,53 @@ var getFlightPlansResponseSchemaResponseTransformer = /* @__PURE__ */ __name((da
|
|
|
747
767
|
});
|
|
748
768
|
return data;
|
|
749
769
|
}, "getFlightPlansResponseSchemaResponseTransformer");
|
|
750
|
-
var
|
|
770
|
+
var flightPlansControllerGetMany0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
751
771
|
data = getFlightPlansResponseSchemaResponseTransformer(data);
|
|
752
772
|
return data;
|
|
753
|
-
}, "
|
|
773
|
+
}, "flightPlansControllerGetMany0V1ResponseTransformer");
|
|
754
774
|
var createFlightPlanResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
755
775
|
data.created_at = new Date(data.created_at);
|
|
756
776
|
data.updated_at = new Date(data.updated_at);
|
|
757
777
|
return data;
|
|
758
778
|
}, "createFlightPlanResponseSchemaResponseTransformer");
|
|
759
|
-
var
|
|
779
|
+
var flightPlansControllerCreate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
780
|
+
data = createFlightPlanResponseSchemaResponseTransformer(data);
|
|
781
|
+
return data;
|
|
782
|
+
}, "flightPlansControllerCreate0V1ResponseTransformer");
|
|
783
|
+
var flightPlansControllerGetMany1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
784
|
+
data = getFlightPlansResponseSchemaResponseTransformer(data);
|
|
785
|
+
return data;
|
|
786
|
+
}, "flightPlansControllerGetMany1ResponseTransformer");
|
|
787
|
+
var flightPlansControllerCreate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
760
788
|
data = createFlightPlanResponseSchemaResponseTransformer(data);
|
|
761
789
|
return data;
|
|
762
|
-
}, "
|
|
790
|
+
}, "flightPlansControllerCreate1ResponseTransformer");
|
|
763
791
|
var getFlightPlanResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
764
792
|
data.created_at = new Date(data.created_at);
|
|
765
793
|
data.updated_at = new Date(data.updated_at);
|
|
766
794
|
return data;
|
|
767
795
|
}, "getFlightPlanResponseSchemaResponseTransformer");
|
|
768
|
-
var
|
|
796
|
+
var flightPlansControllerGet0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
797
|
+
data = getFlightPlanResponseSchemaResponseTransformer(data);
|
|
798
|
+
return data;
|
|
799
|
+
}, "flightPlansControllerGet0V1ResponseTransformer");
|
|
800
|
+
var flightPlansControllerGet1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
769
801
|
data = getFlightPlanResponseSchemaResponseTransformer(data);
|
|
770
802
|
return data;
|
|
771
|
-
}, "
|
|
803
|
+
}, "flightPlansControllerGet1ResponseTransformer");
|
|
772
804
|
var getFlightReviewResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
773
805
|
data.createdAt = new Date(data.createdAt);
|
|
774
806
|
data.updatedAt = new Date(data.updatedAt);
|
|
775
807
|
return data;
|
|
776
808
|
}, "getFlightReviewResponseDtoSchemaResponseTransformer");
|
|
777
|
-
var
|
|
809
|
+
var flightReviewsControllerGetFlightReview0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
778
810
|
data = getFlightReviewResponseDtoSchemaResponseTransformer(data);
|
|
779
811
|
return data;
|
|
780
|
-
}, "
|
|
812
|
+
}, "flightReviewsControllerGetFlightReview0V1ResponseTransformer");
|
|
813
|
+
var flightReviewsControllerGetFlightReview1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
814
|
+
data = getFlightReviewResponseDtoSchemaResponseTransformer(data);
|
|
815
|
+
return data;
|
|
816
|
+
}, "flightReviewsControllerGetFlightReview1ResponseTransformer");
|
|
781
817
|
var getFlightReviewsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
782
818
|
data.flightReviews = data.flightReviews.map((item) => {
|
|
783
819
|
item.createdAt = new Date(item.createdAt);
|
|
@@ -786,10 +822,14 @@ var getFlightReviewsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __nam
|
|
|
786
822
|
});
|
|
787
823
|
return data;
|
|
788
824
|
}, "getFlightReviewsResponseDtoSchemaResponseTransformer");
|
|
789
|
-
var
|
|
825
|
+
var flightReviewsControllerGetFlightReviews0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
826
|
+
data = getFlightReviewsResponseDtoSchemaResponseTransformer(data);
|
|
827
|
+
return data;
|
|
828
|
+
}, "flightReviewsControllerGetFlightReviews0V1ResponseTransformer");
|
|
829
|
+
var flightReviewsControllerGetFlightReviews1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
790
830
|
data = getFlightReviewsResponseDtoSchemaResponseTransformer(data);
|
|
791
831
|
return data;
|
|
792
|
-
}, "
|
|
832
|
+
}, "flightReviewsControllerGetFlightReviews1ResponseTransformer");
|
|
793
833
|
var getMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
794
834
|
data.captureStartTime = new Date(data.captureStartTime);
|
|
795
835
|
data.captureEndTime = new Date(data.captureEndTime);
|
|
@@ -804,10 +844,14 @@ var getMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((dat
|
|
|
804
844
|
}
|
|
805
845
|
return data;
|
|
806
846
|
}, "getMissionResponseDtoSchemaResponseTransformer");
|
|
807
|
-
var
|
|
847
|
+
var missionsControllerGetMission0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
808
848
|
data = getMissionResponseDtoSchemaResponseTransformer(data);
|
|
809
849
|
return data;
|
|
810
|
-
}, "
|
|
850
|
+
}, "missionsControllerGetMission0V1ResponseTransformer");
|
|
851
|
+
var missionsControllerGetMission1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
852
|
+
data = getMissionResponseDtoSchemaResponseTransformer(data);
|
|
853
|
+
return data;
|
|
854
|
+
}, "missionsControllerGetMission1ResponseTransformer");
|
|
811
855
|
var getMissionsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
812
856
|
data.missions = data.missions.map((item) => {
|
|
813
857
|
item.captureStartTime = new Date(item.captureStartTime);
|
|
@@ -825,10 +869,10 @@ var getMissionsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((da
|
|
|
825
869
|
});
|
|
826
870
|
return data;
|
|
827
871
|
}, "getMissionsResponseDtoSchemaResponseTransformer");
|
|
828
|
-
var
|
|
872
|
+
var missionsControllerGetMissions0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
829
873
|
data = getMissionsResponseDtoSchemaResponseTransformer(data);
|
|
830
874
|
return data;
|
|
831
|
-
}, "
|
|
875
|
+
}, "missionsControllerGetMissions0V1ResponseTransformer");
|
|
832
876
|
var createMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
833
877
|
data.data.missions = data.data.missions.map((item) => {
|
|
834
878
|
item.captureStartTime = new Date(item.captureStartTime);
|
|
@@ -837,10 +881,43 @@ var createMissionResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((
|
|
|
837
881
|
});
|
|
838
882
|
return data;
|
|
839
883
|
}, "createMissionResponseDtoSchemaResponseTransformer");
|
|
840
|
-
var
|
|
884
|
+
var missionsControllerCreateMissions0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
885
|
+
data = createMissionResponseDtoSchemaResponseTransformer(data);
|
|
886
|
+
return data;
|
|
887
|
+
}, "missionsControllerCreateMissions0V1ResponseTransformer");
|
|
888
|
+
var missionsControllerGetMissions1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
889
|
+
data = getMissionsResponseDtoSchemaResponseTransformer(data);
|
|
890
|
+
return data;
|
|
891
|
+
}, "missionsControllerGetMissions1ResponseTransformer");
|
|
892
|
+
var missionsControllerCreateMissions1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
841
893
|
data = createMissionResponseDtoSchemaResponseTransformer(data);
|
|
842
894
|
return data;
|
|
843
|
-
}, "
|
|
895
|
+
}, "missionsControllerCreateMissions1ResponseTransformer");
|
|
896
|
+
var getProposalsResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
897
|
+
data.proposals = data.proposals.map((item) => {
|
|
898
|
+
item.created_at = new Date(item.created_at);
|
|
899
|
+
return item;
|
|
900
|
+
});
|
|
901
|
+
return data;
|
|
902
|
+
}, "getProposalsResponseDtoSchemaResponseTransformer");
|
|
903
|
+
var listProposalsResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
904
|
+
data = getProposalsResponseDtoSchemaResponseTransformer(data);
|
|
905
|
+
return data;
|
|
906
|
+
}, "listProposalsResponseTransformer");
|
|
907
|
+
var getProposalResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
908
|
+
data.created_at = new Date(data.created_at);
|
|
909
|
+
data.changes = data.changes.map((item) => {
|
|
910
|
+
item.dispatched_at = new Date(item.dispatched_at);
|
|
911
|
+
item.verified_at = new Date(item.verified_at);
|
|
912
|
+
item.failed_at = new Date(item.failed_at);
|
|
913
|
+
return item;
|
|
914
|
+
});
|
|
915
|
+
return data;
|
|
916
|
+
}, "getProposalResponseDtoSchemaResponseTransformer");
|
|
917
|
+
var getProposalResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
918
|
+
data = getProposalResponseDtoSchemaResponseTransformer(data);
|
|
919
|
+
return data;
|
|
920
|
+
}, "getProposalResponseTransformer");
|
|
844
921
|
var getWebhooksResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
845
922
|
data = data.map((item) => {
|
|
846
923
|
item.previous_secret_expires_at = new Date(item.previous_secret_expires_at);
|
|
@@ -848,47 +925,71 @@ var getWebhooksResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data)
|
|
|
848
925
|
});
|
|
849
926
|
return data;
|
|
850
927
|
}, "getWebhooksResponseSchemaResponseTransformer");
|
|
851
|
-
var
|
|
928
|
+
var webhooksControllerGetMany0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
852
929
|
data = getWebhooksResponseSchemaResponseTransformer(data);
|
|
853
930
|
return data;
|
|
854
|
-
}, "
|
|
931
|
+
}, "webhooksControllerGetMany0V1ResponseTransformer");
|
|
932
|
+
var webhooksControllerGetMany1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
933
|
+
data = getWebhooksResponseSchemaResponseTransformer(data);
|
|
934
|
+
return data;
|
|
935
|
+
}, "webhooksControllerGetMany1ResponseTransformer");
|
|
855
936
|
var getWebhookResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
856
937
|
data.previous_secret_expires_at = new Date(data.previous_secret_expires_at);
|
|
857
938
|
return data;
|
|
858
939
|
}, "getWebhookResponseSchemaResponseTransformer");
|
|
859
|
-
var
|
|
940
|
+
var webhooksControllerGet0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
860
941
|
data = getWebhookResponseSchemaResponseTransformer(data);
|
|
861
942
|
return data;
|
|
862
|
-
}, "
|
|
943
|
+
}, "webhooksControllerGet0V1ResponseTransformer");
|
|
863
944
|
var updateWebhookResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
864
945
|
data.previous_secret_expires_at = new Date(data.previous_secret_expires_at);
|
|
865
946
|
return data;
|
|
866
947
|
}, "updateWebhookResponseSchemaResponseTransformer");
|
|
867
|
-
var
|
|
948
|
+
var webhooksControllerUpdate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
949
|
+
data = updateWebhookResponseSchemaResponseTransformer(data);
|
|
950
|
+
return data;
|
|
951
|
+
}, "webhooksControllerUpdate0V1ResponseTransformer");
|
|
952
|
+
var webhooksControllerGet1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
953
|
+
data = getWebhookResponseSchemaResponseTransformer(data);
|
|
954
|
+
return data;
|
|
955
|
+
}, "webhooksControllerGet1ResponseTransformer");
|
|
956
|
+
var webhooksControllerUpdate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
868
957
|
data = updateWebhookResponseSchemaResponseTransformer(data);
|
|
869
958
|
return data;
|
|
870
|
-
}, "
|
|
959
|
+
}, "webhooksControllerUpdate1ResponseTransformer");
|
|
871
960
|
var regenerateWebhookSecretResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
872
961
|
data.previous_secret_expires_at = new Date(data.previous_secret_expires_at);
|
|
873
962
|
return data;
|
|
874
963
|
}, "regenerateWebhookSecretResponseDtoSchemaResponseTransformer");
|
|
875
|
-
var
|
|
964
|
+
var webhooksControllerRegenerateSecret0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
965
|
+
data = regenerateWebhookSecretResponseDtoSchemaResponseTransformer(data);
|
|
966
|
+
return data;
|
|
967
|
+
}, "webhooksControllerRegenerateSecret0V1ResponseTransformer");
|
|
968
|
+
var webhooksControllerRegenerateSecret1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
876
969
|
data = regenerateWebhookSecretResponseDtoSchemaResponseTransformer(data);
|
|
877
970
|
return data;
|
|
878
|
-
}, "
|
|
971
|
+
}, "webhooksControllerRegenerateSecret1ResponseTransformer");
|
|
879
972
|
var zoneResponseDtoSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
880
973
|
data.created_at = new Date(data.created_at);
|
|
881
974
|
data.updated_at = new Date(data.updated_at);
|
|
882
975
|
return data;
|
|
883
976
|
}, "zoneResponseDtoSchemaResponseTransformer");
|
|
884
|
-
var
|
|
977
|
+
var zonesControllerCreateZone0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
978
|
+
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
979
|
+
return data;
|
|
980
|
+
}, "zonesControllerCreateZone0V1ResponseTransformer");
|
|
981
|
+
var zonesControllerCreateZone1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
982
|
+
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
983
|
+
return data;
|
|
984
|
+
}, "zonesControllerCreateZone1ResponseTransformer");
|
|
985
|
+
var zonesControllerUpdateZone0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
885
986
|
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
886
987
|
return data;
|
|
887
|
-
}, "
|
|
888
|
-
var
|
|
988
|
+
}, "zonesControllerUpdateZone0V1ResponseTransformer");
|
|
989
|
+
var zonesControllerUpdateZone1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
889
990
|
data = zoneResponseDtoSchemaResponseTransformer(data);
|
|
890
991
|
return data;
|
|
891
|
-
}, "
|
|
992
|
+
}, "zonesControllerUpdateZone1ResponseTransformer");
|
|
892
993
|
var getInboundWebhookConfigsResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
893
994
|
data = data.map((item) => {
|
|
894
995
|
item.created_at = new Date(item.created_at);
|
|
@@ -897,52 +998,96 @@ var getInboundWebhookConfigsResponseSchemaResponseTransformer = /* @__PURE__ */
|
|
|
897
998
|
});
|
|
898
999
|
return data;
|
|
899
1000
|
}, "getInboundWebhookConfigsResponseSchemaResponseTransformer");
|
|
900
|
-
var
|
|
1001
|
+
var inboundWebhookConfigsControllerGetMany0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
901
1002
|
data = getInboundWebhookConfigsResponseSchemaResponseTransformer(data);
|
|
902
1003
|
return data;
|
|
903
|
-
}, "
|
|
1004
|
+
}, "inboundWebhookConfigsControllerGetMany0V1ResponseTransformer");
|
|
904
1005
|
var createInboundWebhookConfigResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
905
1006
|
data.created_at = new Date(data.created_at);
|
|
906
1007
|
data.updated_at = new Date(data.updated_at);
|
|
907
1008
|
return data;
|
|
908
1009
|
}, "createInboundWebhookConfigResponseSchemaResponseTransformer");
|
|
909
|
-
var
|
|
1010
|
+
var inboundWebhookConfigsControllerCreate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
910
1011
|
data = createInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
911
1012
|
return data;
|
|
912
|
-
}, "
|
|
1013
|
+
}, "inboundWebhookConfigsControllerCreate0V1ResponseTransformer");
|
|
1014
|
+
var inboundWebhookConfigsControllerGetMany1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1015
|
+
data = getInboundWebhookConfigsResponseSchemaResponseTransformer(data);
|
|
1016
|
+
return data;
|
|
1017
|
+
}, "inboundWebhookConfigsControllerGetMany1ResponseTransformer");
|
|
1018
|
+
var inboundWebhookConfigsControllerCreate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1019
|
+
data = createInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1020
|
+
return data;
|
|
1021
|
+
}, "inboundWebhookConfigsControllerCreate1ResponseTransformer");
|
|
913
1022
|
var getInboundWebhookConfigResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
914
1023
|
data.created_at = new Date(data.created_at);
|
|
915
1024
|
data.updated_at = new Date(data.updated_at);
|
|
916
1025
|
return data;
|
|
917
1026
|
}, "getInboundWebhookConfigResponseSchemaResponseTransformer");
|
|
918
|
-
var
|
|
1027
|
+
var inboundWebhookConfigsControllerGet0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
919
1028
|
data = getInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
920
1029
|
return data;
|
|
921
|
-
}, "
|
|
1030
|
+
}, "inboundWebhookConfigsControllerGet0V1ResponseTransformer");
|
|
922
1031
|
var updateInboundWebhookConfigResponseSchemaResponseTransformer = /* @__PURE__ */ __name((data) => {
|
|
923
1032
|
data.created_at = new Date(data.created_at);
|
|
924
1033
|
data.updated_at = new Date(data.updated_at);
|
|
925
1034
|
return data;
|
|
926
1035
|
}, "updateInboundWebhookConfigResponseSchemaResponseTransformer");
|
|
927
|
-
var
|
|
1036
|
+
var inboundWebhookConfigsControllerUpdate0V1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1037
|
+
data = updateInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1038
|
+
return data;
|
|
1039
|
+
}, "inboundWebhookConfigsControllerUpdate0V1ResponseTransformer");
|
|
1040
|
+
var inboundWebhookConfigsControllerGet1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
1041
|
+
data = getInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
1042
|
+
return data;
|
|
1043
|
+
}, "inboundWebhookConfigsControllerGet1ResponseTransformer");
|
|
1044
|
+
var inboundWebhookConfigsControllerUpdate1ResponseTransformer = /* @__PURE__ */ __name(async (data) => {
|
|
928
1045
|
data = updateInboundWebhookConfigResponseSchemaResponseTransformer(data);
|
|
929
1046
|
return data;
|
|
930
|
-
}, "
|
|
1047
|
+
}, "inboundWebhookConfigsControllerUpdate1ResponseTransformer");
|
|
931
1048
|
|
|
932
1049
|
// src/client/sdk.gen.ts
|
|
933
|
-
var
|
|
1050
|
+
var apiControllerGetHello0V1 = /* @__PURE__ */ __name((options) => {
|
|
1051
|
+
return (options?.client ?? client).get({
|
|
1052
|
+
url: "/v1",
|
|
1053
|
+
...options
|
|
1054
|
+
});
|
|
1055
|
+
}, "apiControllerGetHello0V1");
|
|
1056
|
+
var apiControllerGetHello1 = /* @__PURE__ */ __name((options) => {
|
|
934
1057
|
return (options?.client ?? client).get({
|
|
935
1058
|
url: "/",
|
|
936
1059
|
...options
|
|
937
1060
|
});
|
|
938
|
-
}, "
|
|
939
|
-
var
|
|
1061
|
+
}, "apiControllerGetHello1");
|
|
1062
|
+
var apiControllerGetError0V1 = /* @__PURE__ */ __name((options) => {
|
|
1063
|
+
return (options?.client ?? client).get({
|
|
1064
|
+
url: "/v1/debug-sentry",
|
|
1065
|
+
...options
|
|
1066
|
+
});
|
|
1067
|
+
}, "apiControllerGetError0V1");
|
|
1068
|
+
var apiControllerGetError1 = /* @__PURE__ */ __name((options) => {
|
|
940
1069
|
return (options?.client ?? client).get({
|
|
941
1070
|
url: "/debug-sentry",
|
|
942
1071
|
...options
|
|
943
1072
|
});
|
|
944
|
-
}, "
|
|
945
|
-
var
|
|
1073
|
+
}, "apiControllerGetError1");
|
|
1074
|
+
var apiTokenControllerCreateToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
1075
|
+
return (options.client ?? client).post({
|
|
1076
|
+
security: [
|
|
1077
|
+
{
|
|
1078
|
+
name: "x-api-token",
|
|
1079
|
+
type: "apiKey"
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
url: "/v1/tokens",
|
|
1083
|
+
...options,
|
|
1084
|
+
headers: {
|
|
1085
|
+
"Content-Type": "application/json",
|
|
1086
|
+
...options.headers
|
|
1087
|
+
}
|
|
1088
|
+
});
|
|
1089
|
+
}, "apiTokenControllerCreateToken0V1");
|
|
1090
|
+
var apiTokenControllerCreateToken1 = /* @__PURE__ */ __name((options) => {
|
|
946
1091
|
return (options.client ?? client).post({
|
|
947
1092
|
security: [
|
|
948
1093
|
{
|
|
@@ -957,8 +1102,8 @@ var apiTokenControllerCreateToken = /* @__PURE__ */ __name((options) => {
|
|
|
957
1102
|
...options.headers
|
|
958
1103
|
}
|
|
959
1104
|
});
|
|
960
|
-
}, "
|
|
961
|
-
var
|
|
1105
|
+
}, "apiTokenControllerCreateToken1");
|
|
1106
|
+
var apiTokenControllerDeleteToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
962
1107
|
return (options.client ?? client).delete({
|
|
963
1108
|
security: [
|
|
964
1109
|
{
|
|
@@ -966,11 +1111,11 @@ var apiTokenControllerDeleteToken = /* @__PURE__ */ __name((options) => {
|
|
|
966
1111
|
type: "apiKey"
|
|
967
1112
|
}
|
|
968
1113
|
],
|
|
969
|
-
url: "/tokens/{id}",
|
|
1114
|
+
url: "/v1/tokens/{id}",
|
|
970
1115
|
...options
|
|
971
1116
|
});
|
|
972
|
-
}, "
|
|
973
|
-
var
|
|
1117
|
+
}, "apiTokenControllerDeleteToken0V1");
|
|
1118
|
+
var apiTokenControllerGetToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
974
1119
|
return (options.client ?? client).get({
|
|
975
1120
|
security: [
|
|
976
1121
|
{
|
|
@@ -978,11 +1123,11 @@ var apiTokenControllerGetToken = /* @__PURE__ */ __name((options) => {
|
|
|
978
1123
|
type: "apiKey"
|
|
979
1124
|
}
|
|
980
1125
|
],
|
|
981
|
-
url: "/tokens/{id}",
|
|
1126
|
+
url: "/v1/tokens/{id}",
|
|
982
1127
|
...options
|
|
983
1128
|
});
|
|
984
|
-
}, "
|
|
985
|
-
var
|
|
1129
|
+
}, "apiTokenControllerGetToken0V1");
|
|
1130
|
+
var apiTokenControllerUpdateToken0V1 = /* @__PURE__ */ __name((options) => {
|
|
986
1131
|
return (options.client ?? client).patch({
|
|
987
1132
|
security: [
|
|
988
1133
|
{
|
|
@@ -990,92 +1135,97 @@ var apiTokenControllerUpdateToken = /* @__PURE__ */ __name((options) => {
|
|
|
990
1135
|
type: "apiKey"
|
|
991
1136
|
}
|
|
992
1137
|
],
|
|
993
|
-
responseTransformer:
|
|
994
|
-
url: "/tokens/{id}",
|
|
1138
|
+
responseTransformer: apiTokenControllerUpdateToken0V1ResponseTransformer,
|
|
1139
|
+
url: "/v1/tokens/{id}",
|
|
995
1140
|
...options,
|
|
996
1141
|
headers: {
|
|
997
1142
|
"Content-Type": "application/json",
|
|
998
1143
|
...options.headers
|
|
999
1144
|
}
|
|
1000
1145
|
});
|
|
1001
|
-
}, "
|
|
1002
|
-
var
|
|
1003
|
-
return (options.client ?? client).
|
|
1004
|
-
|
|
1005
|
-
|
|
1146
|
+
}, "apiTokenControllerUpdateToken0V1");
|
|
1147
|
+
var apiTokenControllerDeleteToken1 = /* @__PURE__ */ __name((options) => {
|
|
1148
|
+
return (options.client ?? client).delete({
|
|
1149
|
+
security: [
|
|
1150
|
+
{
|
|
1151
|
+
name: "x-api-token",
|
|
1152
|
+
type: "apiKey"
|
|
1153
|
+
}
|
|
1154
|
+
],
|
|
1155
|
+
url: "/tokens/{id}",
|
|
1006
1156
|
...options
|
|
1007
1157
|
});
|
|
1008
|
-
}, "
|
|
1009
|
-
var
|
|
1010
|
-
return (options
|
|
1158
|
+
}, "apiTokenControllerDeleteToken1");
|
|
1159
|
+
var apiTokenControllerGetToken1 = /* @__PURE__ */ __name((options) => {
|
|
1160
|
+
return (options.client ?? client).get({
|
|
1011
1161
|
security: [
|
|
1012
1162
|
{
|
|
1013
1163
|
name: "x-api-token",
|
|
1014
1164
|
type: "apiKey"
|
|
1015
1165
|
}
|
|
1016
1166
|
],
|
|
1017
|
-
|
|
1018
|
-
url: "/contracts",
|
|
1167
|
+
url: "/tokens/{id}",
|
|
1019
1168
|
...options
|
|
1020
1169
|
});
|
|
1021
|
-
}, "
|
|
1022
|
-
var
|
|
1023
|
-
return (options.client ?? client).
|
|
1170
|
+
}, "apiTokenControllerGetToken1");
|
|
1171
|
+
var apiTokenControllerUpdateToken1 = /* @__PURE__ */ __name((options) => {
|
|
1172
|
+
return (options.client ?? client).patch({
|
|
1024
1173
|
security: [
|
|
1025
1174
|
{
|
|
1026
1175
|
name: "x-api-token",
|
|
1027
1176
|
type: "apiKey"
|
|
1028
1177
|
}
|
|
1029
1178
|
],
|
|
1030
|
-
|
|
1179
|
+
responseTransformer: apiTokenControllerUpdateToken1ResponseTransformer,
|
|
1180
|
+
url: "/tokens/{id}",
|
|
1031
1181
|
...options,
|
|
1032
1182
|
headers: {
|
|
1033
1183
|
"Content-Type": "application/json",
|
|
1034
1184
|
...options.headers
|
|
1035
1185
|
}
|
|
1036
1186
|
});
|
|
1037
|
-
}, "
|
|
1038
|
-
var
|
|
1039
|
-
return (options
|
|
1187
|
+
}, "apiTokenControllerUpdateToken1");
|
|
1188
|
+
var campaignsControllerGetMany0V1 = /* @__PURE__ */ __name((options) => {
|
|
1189
|
+
return (options?.client ?? client).get({
|
|
1040
1190
|
security: [
|
|
1041
1191
|
{
|
|
1042
1192
|
name: "x-api-token",
|
|
1043
1193
|
type: "apiKey"
|
|
1044
1194
|
}
|
|
1045
1195
|
],
|
|
1046
|
-
url: "/
|
|
1196
|
+
url: "/v1/campaigns",
|
|
1047
1197
|
...options
|
|
1048
1198
|
});
|
|
1049
|
-
}, "
|
|
1050
|
-
var
|
|
1051
|
-
return (options.client ?? client).
|
|
1199
|
+
}, "campaignsControllerGetMany0V1");
|
|
1200
|
+
var campaignsControllerCreate0V1 = /* @__PURE__ */ __name((options) => {
|
|
1201
|
+
return (options.client ?? client).post({
|
|
1052
1202
|
security: [
|
|
1053
1203
|
{
|
|
1054
1204
|
name: "x-api-token",
|
|
1055
1205
|
type: "apiKey"
|
|
1056
1206
|
}
|
|
1057
1207
|
],
|
|
1058
|
-
url: "/
|
|
1059
|
-
...options
|
|
1208
|
+
url: "/v1/campaigns",
|
|
1209
|
+
...options,
|
|
1210
|
+
headers: {
|
|
1211
|
+
"Content-Type": "application/json",
|
|
1212
|
+
...options.headers
|
|
1213
|
+
}
|
|
1060
1214
|
});
|
|
1061
|
-
}, "
|
|
1062
|
-
var
|
|
1063
|
-
return (options
|
|
1215
|
+
}, "campaignsControllerCreate0V1");
|
|
1216
|
+
var campaignsControllerGetMany1 = /* @__PURE__ */ __name((options) => {
|
|
1217
|
+
return (options?.client ?? client).get({
|
|
1064
1218
|
security: [
|
|
1065
1219
|
{
|
|
1066
1220
|
name: "x-api-token",
|
|
1067
1221
|
type: "apiKey"
|
|
1068
1222
|
}
|
|
1069
1223
|
],
|
|
1070
|
-
url: "/
|
|
1071
|
-
...options
|
|
1072
|
-
headers: {
|
|
1073
|
-
"Content-Type": "application/json",
|
|
1074
|
-
...options.headers
|
|
1075
|
-
}
|
|
1224
|
+
url: "/campaigns",
|
|
1225
|
+
...options
|
|
1076
1226
|
});
|
|
1077
|
-
}, "
|
|
1078
|
-
var
|
|
1227
|
+
}, "campaignsControllerGetMany1");
|
|
1228
|
+
var campaignsControllerCreate1 = /* @__PURE__ */ __name((options) => {
|
|
1079
1229
|
return (options.client ?? client).post({
|
|
1080
1230
|
security: [
|
|
1081
1231
|
{
|
|
@@ -1083,27 +1233,27 @@ var dlqRedriverControllerRedriveDlq = /* @__PURE__ */ __name((options) => {
|
|
|
1083
1233
|
type: "apiKey"
|
|
1084
1234
|
}
|
|
1085
1235
|
],
|
|
1086
|
-
url: "/
|
|
1236
|
+
url: "/campaigns",
|
|
1087
1237
|
...options,
|
|
1088
1238
|
headers: {
|
|
1089
1239
|
"Content-Type": "application/json",
|
|
1090
1240
|
...options.headers
|
|
1091
1241
|
}
|
|
1092
1242
|
});
|
|
1093
|
-
}, "
|
|
1094
|
-
var
|
|
1095
|
-
return (options.client ?? client).
|
|
1243
|
+
}, "campaignsControllerCreate1");
|
|
1244
|
+
var campaignsControllerDelete0V1 = /* @__PURE__ */ __name((options) => {
|
|
1245
|
+
return (options.client ?? client).delete({
|
|
1096
1246
|
security: [
|
|
1097
1247
|
{
|
|
1098
1248
|
name: "x-api-token",
|
|
1099
1249
|
type: "apiKey"
|
|
1100
1250
|
}
|
|
1101
1251
|
],
|
|
1102
|
-
url: "/
|
|
1252
|
+
url: "/v1/campaigns/{id}",
|
|
1103
1253
|
...options
|
|
1104
1254
|
});
|
|
1105
|
-
}, "
|
|
1106
|
-
var
|
|
1255
|
+
}, "campaignsControllerDelete0V1");
|
|
1256
|
+
var campaignsControllerGet0V1 = /* @__PURE__ */ __name((options) => {
|
|
1107
1257
|
return (options.client ?? client).get({
|
|
1108
1258
|
security: [
|
|
1109
1259
|
{
|
|
@@ -1111,227 +1261,219 @@ var flightsControllerGetFlight = /* @__PURE__ */ __name((options) => {
|
|
|
1111
1261
|
type: "apiKey"
|
|
1112
1262
|
}
|
|
1113
1263
|
],
|
|
1114
|
-
|
|
1115
|
-
url: "/flights/{flightId}",
|
|
1264
|
+
url: "/v1/campaigns/{id}",
|
|
1116
1265
|
...options
|
|
1117
1266
|
});
|
|
1118
|
-
}, "
|
|
1119
|
-
var
|
|
1120
|
-
return (options.client ?? client).
|
|
1267
|
+
}, "campaignsControllerGet0V1");
|
|
1268
|
+
var campaignsControllerUpdate0V1 = /* @__PURE__ */ __name((options) => {
|
|
1269
|
+
return (options.client ?? client).put({
|
|
1121
1270
|
security: [
|
|
1122
1271
|
{
|
|
1123
1272
|
name: "x-api-token",
|
|
1124
1273
|
type: "apiKey"
|
|
1125
1274
|
}
|
|
1126
1275
|
],
|
|
1127
|
-
url: "/
|
|
1276
|
+
url: "/v1/campaigns/{id}",
|
|
1128
1277
|
...options,
|
|
1129
1278
|
headers: {
|
|
1130
1279
|
"Content-Type": "application/json",
|
|
1131
1280
|
...options.headers
|
|
1132
1281
|
}
|
|
1133
1282
|
});
|
|
1134
|
-
}, "
|
|
1135
|
-
var
|
|
1136
|
-
return (options.client ?? client).
|
|
1283
|
+
}, "campaignsControllerUpdate0V1");
|
|
1284
|
+
var campaignsControllerDelete1 = /* @__PURE__ */ __name((options) => {
|
|
1285
|
+
return (options.client ?? client).delete({
|
|
1137
1286
|
security: [
|
|
1138
1287
|
{
|
|
1139
1288
|
name: "x-api-token",
|
|
1140
1289
|
type: "apiKey"
|
|
1141
1290
|
}
|
|
1142
1291
|
],
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
...options,
|
|
1146
|
-
headers: {
|
|
1147
|
-
"Content-Type": "application/json",
|
|
1148
|
-
...options.headers
|
|
1149
|
-
}
|
|
1292
|
+
url: "/campaigns/{id}",
|
|
1293
|
+
...options
|
|
1150
1294
|
});
|
|
1151
|
-
}, "
|
|
1152
|
-
var
|
|
1153
|
-
return (options
|
|
1295
|
+
}, "campaignsControllerDelete1");
|
|
1296
|
+
var campaignsControllerGet1 = /* @__PURE__ */ __name((options) => {
|
|
1297
|
+
return (options.client ?? client).get({
|
|
1154
1298
|
security: [
|
|
1155
1299
|
{
|
|
1156
1300
|
name: "x-api-token",
|
|
1157
1301
|
type: "apiKey"
|
|
1158
1302
|
}
|
|
1159
1303
|
],
|
|
1160
|
-
|
|
1161
|
-
url: "/flight-plans",
|
|
1304
|
+
url: "/campaigns/{id}",
|
|
1162
1305
|
...options
|
|
1163
1306
|
});
|
|
1164
|
-
}, "
|
|
1165
|
-
var
|
|
1166
|
-
return (options.client ?? client).
|
|
1307
|
+
}, "campaignsControllerGet1");
|
|
1308
|
+
var campaignsControllerUpdate1 = /* @__PURE__ */ __name((options) => {
|
|
1309
|
+
return (options.client ?? client).put({
|
|
1167
1310
|
security: [
|
|
1168
1311
|
{
|
|
1169
1312
|
name: "x-api-token",
|
|
1170
1313
|
type: "apiKey"
|
|
1171
1314
|
}
|
|
1172
1315
|
],
|
|
1173
|
-
|
|
1174
|
-
url: "/flight-plans",
|
|
1316
|
+
url: "/campaigns/{id}",
|
|
1175
1317
|
...options,
|
|
1176
1318
|
headers: {
|
|
1177
1319
|
"Content-Type": "application/json",
|
|
1178
1320
|
...options.headers
|
|
1179
1321
|
}
|
|
1180
1322
|
});
|
|
1181
|
-
}, "
|
|
1182
|
-
var
|
|
1323
|
+
}, "campaignsControllerUpdate1");
|
|
1324
|
+
var conditionsControllerGetSunAltitudeTimeLimits0V1 = /* @__PURE__ */ __name((options) => {
|
|
1183
1325
|
return (options.client ?? client).get({
|
|
1326
|
+
responseTransformer: conditionsControllerGetSunAltitudeTimeLimits0V1ResponseTransformer,
|
|
1327
|
+
url: "/v1/conditions/sun-altitude",
|
|
1328
|
+
...options
|
|
1329
|
+
});
|
|
1330
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits0V1");
|
|
1331
|
+
var conditionsControllerGetSunAltitudeTimeLimits1 = /* @__PURE__ */ __name((options) => {
|
|
1332
|
+
return (options.client ?? client).get({
|
|
1333
|
+
responseTransformer: conditionsControllerGetSunAltitudeTimeLimits1ResponseTransformer,
|
|
1334
|
+
url: "/conditions/sun-altitude",
|
|
1335
|
+
...options
|
|
1336
|
+
});
|
|
1337
|
+
}, "conditionsControllerGetSunAltitudeTimeLimits1");
|
|
1338
|
+
var contractsControllerGetAllContracts0V1 = /* @__PURE__ */ __name((options) => {
|
|
1339
|
+
return (options?.client ?? client).get({
|
|
1184
1340
|
security: [
|
|
1185
1341
|
{
|
|
1186
1342
|
name: "x-api-token",
|
|
1187
1343
|
type: "apiKey"
|
|
1188
1344
|
}
|
|
1189
1345
|
],
|
|
1190
|
-
responseTransformer:
|
|
1191
|
-
url: "/
|
|
1346
|
+
responseTransformer: contractsControllerGetAllContracts0V1ResponseTransformer,
|
|
1347
|
+
url: "/v1/contracts",
|
|
1192
1348
|
...options
|
|
1193
1349
|
});
|
|
1194
|
-
}, "
|
|
1195
|
-
var
|
|
1196
|
-
return (options.client ?? client).
|
|
1350
|
+
}, "contractsControllerGetAllContracts0V1");
|
|
1351
|
+
var contractsControllerCreateContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1352
|
+
return (options.client ?? client).post({
|
|
1197
1353
|
security: [
|
|
1198
1354
|
{
|
|
1199
1355
|
name: "x-api-token",
|
|
1200
1356
|
type: "apiKey"
|
|
1201
1357
|
}
|
|
1202
1358
|
],
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1359
|
+
url: "/v1/contracts",
|
|
1360
|
+
...options,
|
|
1361
|
+
headers: {
|
|
1362
|
+
"Content-Type": "application/json",
|
|
1363
|
+
...options.headers
|
|
1364
|
+
}
|
|
1206
1365
|
});
|
|
1207
|
-
}, "
|
|
1208
|
-
var
|
|
1209
|
-
return (options
|
|
1366
|
+
}, "contractsControllerCreateContract0V1");
|
|
1367
|
+
var contractsControllerGetAllContracts1 = /* @__PURE__ */ __name((options) => {
|
|
1368
|
+
return (options?.client ?? client).get({
|
|
1210
1369
|
security: [
|
|
1211
1370
|
{
|
|
1212
1371
|
name: "x-api-token",
|
|
1213
1372
|
type: "apiKey"
|
|
1214
1373
|
}
|
|
1215
1374
|
],
|
|
1216
|
-
responseTransformer:
|
|
1217
|
-
url: "/
|
|
1218
|
-
...options
|
|
1219
|
-
});
|
|
1220
|
-
}, "flightReviewsControllerGetFlightReviews");
|
|
1221
|
-
var keysControllerGetProvenanceCryptoKey = /* @__PURE__ */ __name((options) => {
|
|
1222
|
-
return (options?.client ?? client).get({
|
|
1223
|
-
url: "/keys",
|
|
1375
|
+
responseTransformer: contractsControllerGetAllContracts1ResponseTransformer,
|
|
1376
|
+
url: "/contracts",
|
|
1224
1377
|
...options
|
|
1225
1378
|
});
|
|
1226
|
-
}, "
|
|
1227
|
-
var
|
|
1228
|
-
return (options.client ?? client).
|
|
1379
|
+
}, "contractsControllerGetAllContracts1");
|
|
1380
|
+
var contractsControllerCreateContract1 = /* @__PURE__ */ __name((options) => {
|
|
1381
|
+
return (options.client ?? client).post({
|
|
1229
1382
|
security: [
|
|
1230
1383
|
{
|
|
1231
1384
|
name: "x-api-token",
|
|
1232
1385
|
type: "apiKey"
|
|
1233
1386
|
}
|
|
1234
1387
|
],
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1388
|
+
url: "/contracts",
|
|
1389
|
+
...options,
|
|
1390
|
+
headers: {
|
|
1391
|
+
"Content-Type": "application/json",
|
|
1392
|
+
...options.headers
|
|
1393
|
+
}
|
|
1238
1394
|
});
|
|
1239
|
-
}, "
|
|
1240
|
-
var
|
|
1241
|
-
return (options
|
|
1395
|
+
}, "contractsControllerCreateContract1");
|
|
1396
|
+
var contractsControllerDeleteContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1397
|
+
return (options.client ?? client).delete({
|
|
1242
1398
|
security: [
|
|
1243
1399
|
{
|
|
1244
1400
|
name: "x-api-token",
|
|
1245
1401
|
type: "apiKey"
|
|
1246
1402
|
}
|
|
1247
1403
|
],
|
|
1248
|
-
|
|
1249
|
-
url: "/missions",
|
|
1404
|
+
url: "/v1/contracts/{id}",
|
|
1250
1405
|
...options
|
|
1251
1406
|
});
|
|
1252
|
-
}, "
|
|
1253
|
-
var
|
|
1254
|
-
return (options.client ?? client).
|
|
1407
|
+
}, "contractsControllerDeleteContract0V1");
|
|
1408
|
+
var contractsControllerGetContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1409
|
+
return (options.client ?? client).get({
|
|
1255
1410
|
security: [
|
|
1256
1411
|
{
|
|
1257
1412
|
name: "x-api-token",
|
|
1258
1413
|
type: "apiKey"
|
|
1259
1414
|
}
|
|
1260
1415
|
],
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
...options,
|
|
1264
|
-
headers: {
|
|
1265
|
-
"Content-Type": "application/json",
|
|
1266
|
-
...options.headers
|
|
1267
|
-
}
|
|
1416
|
+
url: "/v1/contracts/{id}",
|
|
1417
|
+
...options
|
|
1268
1418
|
});
|
|
1269
|
-
}, "
|
|
1270
|
-
var
|
|
1271
|
-
return (options.client ?? client).
|
|
1419
|
+
}, "contractsControllerGetContract0V1");
|
|
1420
|
+
var contractsControllerUpdateContract0V1 = /* @__PURE__ */ __name((options) => {
|
|
1421
|
+
return (options.client ?? client).patch({
|
|
1272
1422
|
security: [
|
|
1273
1423
|
{
|
|
1274
1424
|
name: "x-api-token",
|
|
1275
1425
|
type: "apiKey"
|
|
1276
1426
|
}
|
|
1277
1427
|
],
|
|
1278
|
-
url: "/
|
|
1428
|
+
url: "/v1/contracts/{id}",
|
|
1279
1429
|
...options,
|
|
1280
1430
|
headers: {
|
|
1281
1431
|
"Content-Type": "application/json",
|
|
1282
1432
|
...options.headers
|
|
1283
1433
|
}
|
|
1284
1434
|
});
|
|
1285
|
-
}, "
|
|
1286
|
-
var
|
|
1287
|
-
return (options.client ?? client).
|
|
1435
|
+
}, "contractsControllerUpdateContract0V1");
|
|
1436
|
+
var contractsControllerDeleteContract1 = /* @__PURE__ */ __name((options) => {
|
|
1437
|
+
return (options.client ?? client).delete({
|
|
1288
1438
|
security: [
|
|
1289
1439
|
{
|
|
1290
1440
|
name: "x-api-token",
|
|
1291
1441
|
type: "apiKey"
|
|
1292
1442
|
}
|
|
1293
1443
|
],
|
|
1294
|
-
url: "/
|
|
1295
|
-
...options
|
|
1296
|
-
headers: {
|
|
1297
|
-
"Content-Type": "application/json",
|
|
1298
|
-
...options.headers
|
|
1299
|
-
}
|
|
1444
|
+
url: "/contracts/{id}",
|
|
1445
|
+
...options
|
|
1300
1446
|
});
|
|
1301
|
-
}, "
|
|
1302
|
-
var
|
|
1303
|
-
return (options.client ?? client).
|
|
1447
|
+
}, "contractsControllerDeleteContract1");
|
|
1448
|
+
var contractsControllerGetContract1 = /* @__PURE__ */ __name((options) => {
|
|
1449
|
+
return (options.client ?? client).get({
|
|
1304
1450
|
security: [
|
|
1305
1451
|
{
|
|
1306
1452
|
name: "x-api-token",
|
|
1307
1453
|
type: "apiKey"
|
|
1308
1454
|
}
|
|
1309
1455
|
],
|
|
1310
|
-
url: "/
|
|
1311
|
-
...options
|
|
1312
|
-
headers: {
|
|
1313
|
-
"Content-Type": "application/json",
|
|
1314
|
-
...options.headers
|
|
1315
|
-
}
|
|
1456
|
+
url: "/contracts/{id}",
|
|
1457
|
+
...options
|
|
1316
1458
|
});
|
|
1317
|
-
}, "
|
|
1318
|
-
var
|
|
1319
|
-
return (options.client ?? client).
|
|
1459
|
+
}, "contractsControllerGetContract1");
|
|
1460
|
+
var contractsControllerUpdateContract1 = /* @__PURE__ */ __name((options) => {
|
|
1461
|
+
return (options.client ?? client).patch({
|
|
1320
1462
|
security: [
|
|
1321
1463
|
{
|
|
1322
1464
|
name: "x-api-token",
|
|
1323
1465
|
type: "apiKey"
|
|
1324
1466
|
}
|
|
1325
1467
|
],
|
|
1326
|
-
url: "/
|
|
1468
|
+
url: "/contracts/{id}",
|
|
1327
1469
|
...options,
|
|
1328
1470
|
headers: {
|
|
1329
1471
|
"Content-Type": "application/json",
|
|
1330
1472
|
...options.headers
|
|
1331
1473
|
}
|
|
1332
1474
|
});
|
|
1333
|
-
}, "
|
|
1334
|
-
var
|
|
1475
|
+
}, "contractsControllerUpdateContract1");
|
|
1476
|
+
var dlqRedriverControllerRedriveDlq0V1 = /* @__PURE__ */ __name((options) => {
|
|
1335
1477
|
return (options.client ?? client).post({
|
|
1336
1478
|
security: [
|
|
1337
1479
|
{
|
|
@@ -1339,53 +1481,31 @@ var quotesControllerCreateQuote = /* @__PURE__ */ __name((options) => {
|
|
|
1339
1481
|
type: "apiKey"
|
|
1340
1482
|
}
|
|
1341
1483
|
],
|
|
1342
|
-
url: "/
|
|
1484
|
+
url: "/v1/dlq-redriver/redrive",
|
|
1343
1485
|
...options,
|
|
1344
1486
|
headers: {
|
|
1345
1487
|
"Content-Type": "application/json",
|
|
1346
1488
|
...options.headers
|
|
1347
1489
|
}
|
|
1348
1490
|
});
|
|
1349
|
-
}, "
|
|
1350
|
-
var
|
|
1351
|
-
return (options.client ?? client).get({
|
|
1352
|
-
security: [
|
|
1353
|
-
{
|
|
1354
|
-
name: "x-api-token",
|
|
1355
|
-
type: "apiKey"
|
|
1356
|
-
}
|
|
1357
|
-
],
|
|
1358
|
-
url: "/quotes/{id}",
|
|
1359
|
-
...options
|
|
1360
|
-
});
|
|
1361
|
-
}, "quotesControllerGetQuote");
|
|
1362
|
-
var schemaControllerGetEventSchema = /* @__PURE__ */ __name((options) => {
|
|
1363
|
-
return (options?.client ?? client).get({
|
|
1364
|
-
url: "/schema/event",
|
|
1365
|
-
...options
|
|
1366
|
-
});
|
|
1367
|
-
}, "schemaControllerGetEventSchema");
|
|
1368
|
-
var vaultsControllerCreateVaults = /* @__PURE__ */ __name((options) => {
|
|
1491
|
+
}, "dlqRedriverControllerRedriveDlq0V1");
|
|
1492
|
+
var dlqRedriverControllerRedriveDlq1 = /* @__PURE__ */ __name((options) => {
|
|
1369
1493
|
return (options.client ?? client).post({
|
|
1370
1494
|
security: [
|
|
1371
|
-
{
|
|
1372
|
-
name: "x-api-token",
|
|
1373
|
-
type: "apiKey"
|
|
1374
|
-
},
|
|
1375
1495
|
{
|
|
1376
1496
|
name: "x-api-token",
|
|
1377
1497
|
type: "apiKey"
|
|
1378
1498
|
}
|
|
1379
1499
|
],
|
|
1380
|
-
url: "/
|
|
1500
|
+
url: "/dlq-redriver/redrive",
|
|
1381
1501
|
...options,
|
|
1382
1502
|
headers: {
|
|
1383
1503
|
"Content-Type": "application/json",
|
|
1384
1504
|
...options.headers
|
|
1385
1505
|
}
|
|
1386
1506
|
});
|
|
1387
|
-
}, "
|
|
1388
|
-
var
|
|
1507
|
+
}, "dlqRedriverControllerRedriveDlq1");
|
|
1508
|
+
var flightsControllerGenerateStorageKey0V1 = /* @__PURE__ */ __name((options) => {
|
|
1389
1509
|
return (options.client ?? client).get({
|
|
1390
1510
|
security: [
|
|
1391
1511
|
{
|
|
@@ -1393,40 +1513,36 @@ var webhooksControllerGetMany = /* @__PURE__ */ __name((options) => {
|
|
|
1393
1513
|
type: "apiKey"
|
|
1394
1514
|
}
|
|
1395
1515
|
],
|
|
1396
|
-
|
|
1397
|
-
url: "/org/{org_id}/webhooks",
|
|
1516
|
+
url: "/v1/flights/storage-key",
|
|
1398
1517
|
...options
|
|
1399
1518
|
});
|
|
1400
|
-
}, "
|
|
1401
|
-
var
|
|
1402
|
-
return (options.client ?? client).
|
|
1519
|
+
}, "flightsControllerGenerateStorageKey0V1");
|
|
1520
|
+
var flightsControllerGenerateStorageKey1 = /* @__PURE__ */ __name((options) => {
|
|
1521
|
+
return (options.client ?? client).get({
|
|
1403
1522
|
security: [
|
|
1404
1523
|
{
|
|
1405
1524
|
name: "x-api-token",
|
|
1406
1525
|
type: "apiKey"
|
|
1407
1526
|
}
|
|
1408
1527
|
],
|
|
1409
|
-
url: "/
|
|
1410
|
-
...options
|
|
1411
|
-
headers: {
|
|
1412
|
-
"Content-Type": "application/json",
|
|
1413
|
-
...options.headers
|
|
1414
|
-
}
|
|
1528
|
+
url: "/flights/storage-key",
|
|
1529
|
+
...options
|
|
1415
1530
|
});
|
|
1416
|
-
}, "
|
|
1417
|
-
var
|
|
1418
|
-
return (options.client ?? client).
|
|
1531
|
+
}, "flightsControllerGenerateStorageKey1");
|
|
1532
|
+
var flightsControllerGetFlight0V1 = /* @__PURE__ */ __name((options) => {
|
|
1533
|
+
return (options.client ?? client).get({
|
|
1419
1534
|
security: [
|
|
1420
1535
|
{
|
|
1421
1536
|
name: "x-api-token",
|
|
1422
1537
|
type: "apiKey"
|
|
1423
1538
|
}
|
|
1424
1539
|
],
|
|
1425
|
-
|
|
1540
|
+
responseTransformer: flightsControllerGetFlight0V1ResponseTransformer,
|
|
1541
|
+
url: "/v1/flights/{flightId}",
|
|
1426
1542
|
...options
|
|
1427
1543
|
});
|
|
1428
|
-
}, "
|
|
1429
|
-
var
|
|
1544
|
+
}, "flightsControllerGetFlight0V1");
|
|
1545
|
+
var flightsControllerGetFlight1 = /* @__PURE__ */ __name((options) => {
|
|
1430
1546
|
return (options.client ?? client).get({
|
|
1431
1547
|
security: [
|
|
1432
1548
|
{
|
|
@@ -1434,29 +1550,28 @@ var webhooksControllerGet = /* @__PURE__ */ __name((options) => {
|
|
|
1434
1550
|
type: "apiKey"
|
|
1435
1551
|
}
|
|
1436
1552
|
],
|
|
1437
|
-
responseTransformer:
|
|
1438
|
-
url: "/
|
|
1553
|
+
responseTransformer: flightsControllerGetFlight1ResponseTransformer,
|
|
1554
|
+
url: "/flights/{flightId}",
|
|
1439
1555
|
...options
|
|
1440
1556
|
});
|
|
1441
|
-
}, "
|
|
1442
|
-
var
|
|
1443
|
-
return (options.client ?? client).
|
|
1557
|
+
}, "flightsControllerGetFlight1");
|
|
1558
|
+
var flightsControllerCreatePresignedUrls0V1 = /* @__PURE__ */ __name((options) => {
|
|
1559
|
+
return (options.client ?? client).post({
|
|
1444
1560
|
security: [
|
|
1445
1561
|
{
|
|
1446
1562
|
name: "x-api-token",
|
|
1447
1563
|
type: "apiKey"
|
|
1448
1564
|
}
|
|
1449
1565
|
],
|
|
1450
|
-
|
|
1451
|
-
url: "/org/{org_id}/webhooks/{id}",
|
|
1566
|
+
url: "/v1/flights/files",
|
|
1452
1567
|
...options,
|
|
1453
1568
|
headers: {
|
|
1454
1569
|
"Content-Type": "application/json",
|
|
1455
1570
|
...options.headers
|
|
1456
1571
|
}
|
|
1457
1572
|
});
|
|
1458
|
-
}, "
|
|
1459
|
-
var
|
|
1573
|
+
}, "flightsControllerCreatePresignedUrls0V1");
|
|
1574
|
+
var flightsControllerCreatePresignedUrls1 = /* @__PURE__ */ __name((options) => {
|
|
1460
1575
|
return (options.client ?? client).post({
|
|
1461
1576
|
security: [
|
|
1462
1577
|
{
|
|
@@ -1464,16 +1579,755 @@ var webhooksControllerRegenerateSecret = /* @__PURE__ */ __name((options) => {
|
|
|
1464
1579
|
type: "apiKey"
|
|
1465
1580
|
}
|
|
1466
1581
|
],
|
|
1467
|
-
|
|
1468
|
-
url: "/org/{org_id}/webhooks/{id}/regenerate-secret",
|
|
1582
|
+
url: "/flights/files",
|
|
1469
1583
|
...options,
|
|
1470
1584
|
headers: {
|
|
1471
1585
|
"Content-Type": "application/json",
|
|
1472
1586
|
...options.headers
|
|
1473
1587
|
}
|
|
1474
1588
|
});
|
|
1475
|
-
}, "
|
|
1476
|
-
var
|
|
1589
|
+
}, "flightsControllerCreatePresignedUrls1");
|
|
1590
|
+
var flightsControllerValidateFlight0V1 = /* @__PURE__ */ __name((options) => {
|
|
1591
|
+
return (options.client ?? client).post({
|
|
1592
|
+
security: [
|
|
1593
|
+
{
|
|
1594
|
+
name: "x-api-token",
|
|
1595
|
+
type: "apiKey"
|
|
1596
|
+
}
|
|
1597
|
+
],
|
|
1598
|
+
responseTransformer: flightsControllerValidateFlight0V1ResponseTransformer,
|
|
1599
|
+
url: "/v1/flights",
|
|
1600
|
+
...options,
|
|
1601
|
+
headers: {
|
|
1602
|
+
"Content-Type": "application/json",
|
|
1603
|
+
...options.headers
|
|
1604
|
+
}
|
|
1605
|
+
});
|
|
1606
|
+
}, "flightsControllerValidateFlight0V1");
|
|
1607
|
+
var flightsControllerValidateFlight1 = /* @__PURE__ */ __name((options) => {
|
|
1608
|
+
return (options.client ?? client).post({
|
|
1609
|
+
security: [
|
|
1610
|
+
{
|
|
1611
|
+
name: "x-api-token",
|
|
1612
|
+
type: "apiKey"
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
responseTransformer: flightsControllerValidateFlight1ResponseTransformer,
|
|
1616
|
+
url: "/flights",
|
|
1617
|
+
...options,
|
|
1618
|
+
headers: {
|
|
1619
|
+
"Content-Type": "application/json",
|
|
1620
|
+
...options.headers
|
|
1621
|
+
}
|
|
1622
|
+
});
|
|
1623
|
+
}, "flightsControllerValidateFlight1");
|
|
1624
|
+
var flightPlansControllerGetMany0V1 = /* @__PURE__ */ __name((options) => {
|
|
1625
|
+
return (options?.client ?? client).get({
|
|
1626
|
+
security: [
|
|
1627
|
+
{
|
|
1628
|
+
name: "x-api-token",
|
|
1629
|
+
type: "apiKey"
|
|
1630
|
+
}
|
|
1631
|
+
],
|
|
1632
|
+
responseTransformer: flightPlansControllerGetMany0V1ResponseTransformer,
|
|
1633
|
+
url: "/v1/flight-plans",
|
|
1634
|
+
...options
|
|
1635
|
+
});
|
|
1636
|
+
}, "flightPlansControllerGetMany0V1");
|
|
1637
|
+
var flightPlansControllerCreate0V1 = /* @__PURE__ */ __name((options) => {
|
|
1638
|
+
return (options.client ?? client).post({
|
|
1639
|
+
security: [
|
|
1640
|
+
{
|
|
1641
|
+
name: "x-api-token",
|
|
1642
|
+
type: "apiKey"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
responseTransformer: flightPlansControllerCreate0V1ResponseTransformer,
|
|
1646
|
+
url: "/v1/flight-plans",
|
|
1647
|
+
...options,
|
|
1648
|
+
headers: {
|
|
1649
|
+
"Content-Type": "application/json",
|
|
1650
|
+
...options.headers
|
|
1651
|
+
}
|
|
1652
|
+
});
|
|
1653
|
+
}, "flightPlansControllerCreate0V1");
|
|
1654
|
+
var flightPlansControllerGetMany1 = /* @__PURE__ */ __name((options) => {
|
|
1655
|
+
return (options?.client ?? client).get({
|
|
1656
|
+
security: [
|
|
1657
|
+
{
|
|
1658
|
+
name: "x-api-token",
|
|
1659
|
+
type: "apiKey"
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
responseTransformer: flightPlansControllerGetMany1ResponseTransformer,
|
|
1663
|
+
url: "/flight-plans",
|
|
1664
|
+
...options
|
|
1665
|
+
});
|
|
1666
|
+
}, "flightPlansControllerGetMany1");
|
|
1667
|
+
var flightPlansControllerCreate1 = /* @__PURE__ */ __name((options) => {
|
|
1668
|
+
return (options.client ?? client).post({
|
|
1669
|
+
security: [
|
|
1670
|
+
{
|
|
1671
|
+
name: "x-api-token",
|
|
1672
|
+
type: "apiKey"
|
|
1673
|
+
}
|
|
1674
|
+
],
|
|
1675
|
+
responseTransformer: flightPlansControllerCreate1ResponseTransformer,
|
|
1676
|
+
url: "/flight-plans",
|
|
1677
|
+
...options,
|
|
1678
|
+
headers: {
|
|
1679
|
+
"Content-Type": "application/json",
|
|
1680
|
+
...options.headers
|
|
1681
|
+
}
|
|
1682
|
+
});
|
|
1683
|
+
}, "flightPlansControllerCreate1");
|
|
1684
|
+
var flightPlansControllerGet0V1 = /* @__PURE__ */ __name((options) => {
|
|
1685
|
+
return (options.client ?? client).get({
|
|
1686
|
+
security: [
|
|
1687
|
+
{
|
|
1688
|
+
name: "x-api-token",
|
|
1689
|
+
type: "apiKey"
|
|
1690
|
+
}
|
|
1691
|
+
],
|
|
1692
|
+
responseTransformer: flightPlansControllerGet0V1ResponseTransformer,
|
|
1693
|
+
url: "/v1/flight-plans/{id}",
|
|
1694
|
+
...options
|
|
1695
|
+
});
|
|
1696
|
+
}, "flightPlansControllerGet0V1");
|
|
1697
|
+
var flightPlansControllerGet1 = /* @__PURE__ */ __name((options) => {
|
|
1698
|
+
return (options.client ?? client).get({
|
|
1699
|
+
security: [
|
|
1700
|
+
{
|
|
1701
|
+
name: "x-api-token",
|
|
1702
|
+
type: "apiKey"
|
|
1703
|
+
}
|
|
1704
|
+
],
|
|
1705
|
+
responseTransformer: flightPlansControllerGet1ResponseTransformer,
|
|
1706
|
+
url: "/flight-plans/{id}",
|
|
1707
|
+
...options
|
|
1708
|
+
});
|
|
1709
|
+
}, "flightPlansControllerGet1");
|
|
1710
|
+
var flightReviewsControllerGetFlightReview0V1 = /* @__PURE__ */ __name((options) => {
|
|
1711
|
+
return (options.client ?? client).get({
|
|
1712
|
+
security: [
|
|
1713
|
+
{
|
|
1714
|
+
name: "x-api-token",
|
|
1715
|
+
type: "apiKey"
|
|
1716
|
+
}
|
|
1717
|
+
],
|
|
1718
|
+
responseTransformer: flightReviewsControllerGetFlightReview0V1ResponseTransformer,
|
|
1719
|
+
url: "/v1/flight-reviews/{id}",
|
|
1720
|
+
...options
|
|
1721
|
+
});
|
|
1722
|
+
}, "flightReviewsControllerGetFlightReview0V1");
|
|
1723
|
+
var flightReviewsControllerGetFlightReview1 = /* @__PURE__ */ __name((options) => {
|
|
1724
|
+
return (options.client ?? client).get({
|
|
1725
|
+
security: [
|
|
1726
|
+
{
|
|
1727
|
+
name: "x-api-token",
|
|
1728
|
+
type: "apiKey"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
responseTransformer: flightReviewsControllerGetFlightReview1ResponseTransformer,
|
|
1732
|
+
url: "/flight-reviews/{id}",
|
|
1733
|
+
...options
|
|
1734
|
+
});
|
|
1735
|
+
}, "flightReviewsControllerGetFlightReview1");
|
|
1736
|
+
var flightReviewsControllerGetFlightReviews0V1 = /* @__PURE__ */ __name((options) => {
|
|
1737
|
+
return (options.client ?? client).get({
|
|
1738
|
+
security: [
|
|
1739
|
+
{
|
|
1740
|
+
name: "x-api-token",
|
|
1741
|
+
type: "apiKey"
|
|
1742
|
+
}
|
|
1743
|
+
],
|
|
1744
|
+
responseTransformer: flightReviewsControllerGetFlightReviews0V1ResponseTransformer,
|
|
1745
|
+
url: "/v1/flight-reviews",
|
|
1746
|
+
...options
|
|
1747
|
+
});
|
|
1748
|
+
}, "flightReviewsControllerGetFlightReviews0V1");
|
|
1749
|
+
var flightReviewsControllerGetFlightReviews1 = /* @__PURE__ */ __name((options) => {
|
|
1750
|
+
return (options.client ?? client).get({
|
|
1751
|
+
security: [
|
|
1752
|
+
{
|
|
1753
|
+
name: "x-api-token",
|
|
1754
|
+
type: "apiKey"
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
responseTransformer: flightReviewsControllerGetFlightReviews1ResponseTransformer,
|
|
1758
|
+
url: "/flight-reviews",
|
|
1759
|
+
...options
|
|
1760
|
+
});
|
|
1761
|
+
}, "flightReviewsControllerGetFlightReviews1");
|
|
1762
|
+
var keysControllerGetProvenanceCryptoKey0V1 = /* @__PURE__ */ __name((options) => {
|
|
1763
|
+
return (options?.client ?? client).get({
|
|
1764
|
+
url: "/v1/keys",
|
|
1765
|
+
...options
|
|
1766
|
+
});
|
|
1767
|
+
}, "keysControllerGetProvenanceCryptoKey0V1");
|
|
1768
|
+
var keysControllerGetProvenanceCryptoKey1 = /* @__PURE__ */ __name((options) => {
|
|
1769
|
+
return (options?.client ?? client).get({
|
|
1770
|
+
url: "/keys",
|
|
1771
|
+
...options
|
|
1772
|
+
});
|
|
1773
|
+
}, "keysControllerGetProvenanceCryptoKey1");
|
|
1774
|
+
var missionsControllerGetMission0V1 = /* @__PURE__ */ __name((options) => {
|
|
1775
|
+
return (options.client ?? client).get({
|
|
1776
|
+
security: [
|
|
1777
|
+
{
|
|
1778
|
+
name: "x-api-token",
|
|
1779
|
+
type: "apiKey"
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
responseTransformer: missionsControllerGetMission0V1ResponseTransformer,
|
|
1783
|
+
url: "/v1/missions/{id}",
|
|
1784
|
+
...options
|
|
1785
|
+
});
|
|
1786
|
+
}, "missionsControllerGetMission0V1");
|
|
1787
|
+
var missionsControllerGetMission1 = /* @__PURE__ */ __name((options) => {
|
|
1788
|
+
return (options.client ?? client).get({
|
|
1789
|
+
security: [
|
|
1790
|
+
{
|
|
1791
|
+
name: "x-api-token",
|
|
1792
|
+
type: "apiKey"
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
responseTransformer: missionsControllerGetMission1ResponseTransformer,
|
|
1796
|
+
url: "/missions/{id}",
|
|
1797
|
+
...options
|
|
1798
|
+
});
|
|
1799
|
+
}, "missionsControllerGetMission1");
|
|
1800
|
+
var missionsControllerGetMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1801
|
+
return (options?.client ?? client).get({
|
|
1802
|
+
security: [
|
|
1803
|
+
{
|
|
1804
|
+
name: "x-api-token",
|
|
1805
|
+
type: "apiKey"
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
responseTransformer: missionsControllerGetMissions0V1ResponseTransformer,
|
|
1809
|
+
url: "/v1/missions",
|
|
1810
|
+
...options
|
|
1811
|
+
});
|
|
1812
|
+
}, "missionsControllerGetMissions0V1");
|
|
1813
|
+
var missionsControllerCreateMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1814
|
+
return (options.client ?? client).post({
|
|
1815
|
+
security: [
|
|
1816
|
+
{
|
|
1817
|
+
name: "x-api-token",
|
|
1818
|
+
type: "apiKey"
|
|
1819
|
+
}
|
|
1820
|
+
],
|
|
1821
|
+
responseTransformer: missionsControllerCreateMissions0V1ResponseTransformer,
|
|
1822
|
+
url: "/v1/missions",
|
|
1823
|
+
...options,
|
|
1824
|
+
headers: {
|
|
1825
|
+
"Content-Type": "application/json",
|
|
1826
|
+
...options.headers
|
|
1827
|
+
}
|
|
1828
|
+
});
|
|
1829
|
+
}, "missionsControllerCreateMissions0V1");
|
|
1830
|
+
var missionsControllerUpdateMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1831
|
+
return (options.client ?? client).put({
|
|
1832
|
+
security: [
|
|
1833
|
+
{
|
|
1834
|
+
name: "x-api-token",
|
|
1835
|
+
type: "apiKey"
|
|
1836
|
+
}
|
|
1837
|
+
],
|
|
1838
|
+
url: "/v1/missions",
|
|
1839
|
+
...options,
|
|
1840
|
+
headers: {
|
|
1841
|
+
"Content-Type": "application/json",
|
|
1842
|
+
...options.headers
|
|
1843
|
+
}
|
|
1844
|
+
});
|
|
1845
|
+
}, "missionsControllerUpdateMissions0V1");
|
|
1846
|
+
var missionsControllerGetMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1847
|
+
return (options?.client ?? client).get({
|
|
1848
|
+
security: [
|
|
1849
|
+
{
|
|
1850
|
+
name: "x-api-token",
|
|
1851
|
+
type: "apiKey"
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1854
|
+
responseTransformer: missionsControllerGetMissions1ResponseTransformer,
|
|
1855
|
+
url: "/missions",
|
|
1856
|
+
...options
|
|
1857
|
+
});
|
|
1858
|
+
}, "missionsControllerGetMissions1");
|
|
1859
|
+
var missionsControllerCreateMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1860
|
+
return (options.client ?? client).post({
|
|
1861
|
+
security: [
|
|
1862
|
+
{
|
|
1863
|
+
name: "x-api-token",
|
|
1864
|
+
type: "apiKey"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
responseTransformer: missionsControllerCreateMissions1ResponseTransformer,
|
|
1868
|
+
url: "/missions",
|
|
1869
|
+
...options,
|
|
1870
|
+
headers: {
|
|
1871
|
+
"Content-Type": "application/json",
|
|
1872
|
+
...options.headers
|
|
1873
|
+
}
|
|
1874
|
+
});
|
|
1875
|
+
}, "missionsControllerCreateMissions1");
|
|
1876
|
+
var missionsControllerUpdateMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1877
|
+
return (options.client ?? client).put({
|
|
1878
|
+
security: [
|
|
1879
|
+
{
|
|
1880
|
+
name: "x-api-token",
|
|
1881
|
+
type: "apiKey"
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
url: "/missions",
|
|
1885
|
+
...options,
|
|
1886
|
+
headers: {
|
|
1887
|
+
"Content-Type": "application/json",
|
|
1888
|
+
...options.headers
|
|
1889
|
+
}
|
|
1890
|
+
});
|
|
1891
|
+
}, "missionsControllerUpdateMissions1");
|
|
1892
|
+
var missionsControllerRepriceMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
1893
|
+
return (options.client ?? client).put({
|
|
1894
|
+
security: [
|
|
1895
|
+
{
|
|
1896
|
+
name: "x-api-token",
|
|
1897
|
+
type: "apiKey"
|
|
1898
|
+
}
|
|
1899
|
+
],
|
|
1900
|
+
url: "/v1/missions/amounts",
|
|
1901
|
+
...options,
|
|
1902
|
+
headers: {
|
|
1903
|
+
"Content-Type": "application/json",
|
|
1904
|
+
...options.headers
|
|
1905
|
+
}
|
|
1906
|
+
});
|
|
1907
|
+
}, "missionsControllerRepriceMissions0V1");
|
|
1908
|
+
var missionsControllerRepriceMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1909
|
+
return (options.client ?? client).put({
|
|
1910
|
+
security: [
|
|
1911
|
+
{
|
|
1912
|
+
name: "x-api-token",
|
|
1913
|
+
type: "apiKey"
|
|
1914
|
+
}
|
|
1915
|
+
],
|
|
1916
|
+
url: "/missions/amounts",
|
|
1917
|
+
...options,
|
|
1918
|
+
headers: {
|
|
1919
|
+
"Content-Type": "application/json",
|
|
1920
|
+
...options.headers
|
|
1921
|
+
}
|
|
1922
|
+
});
|
|
1923
|
+
}, "missionsControllerRepriceMissions1");
|
|
1924
|
+
var listProposals = /* @__PURE__ */ __name((options) => {
|
|
1925
|
+
return (options?.client ?? client).get({
|
|
1926
|
+
responseTransformer: listProposalsResponseTransformer,
|
|
1927
|
+
url: "/v1/proposals",
|
|
1928
|
+
...options
|
|
1929
|
+
});
|
|
1930
|
+
}, "listProposals");
|
|
1931
|
+
var submitProposal = /* @__PURE__ */ __name((options) => {
|
|
1932
|
+
return (options.client ?? client).post({
|
|
1933
|
+
security: [
|
|
1934
|
+
{
|
|
1935
|
+
name: "x-api-token",
|
|
1936
|
+
type: "apiKey"
|
|
1937
|
+
}
|
|
1938
|
+
],
|
|
1939
|
+
url: "/v1/proposals",
|
|
1940
|
+
...options,
|
|
1941
|
+
headers: {
|
|
1942
|
+
"Content-Type": "application/json",
|
|
1943
|
+
...options.headers
|
|
1944
|
+
}
|
|
1945
|
+
});
|
|
1946
|
+
}, "submitProposal");
|
|
1947
|
+
var getProposal = /* @__PURE__ */ __name((options) => {
|
|
1948
|
+
return (options.client ?? client).get({
|
|
1949
|
+
responseTransformer: getProposalResponseTransformer,
|
|
1950
|
+
url: "/v1/proposals/{id}",
|
|
1951
|
+
...options
|
|
1952
|
+
});
|
|
1953
|
+
}, "getProposal");
|
|
1954
|
+
var reviewProposal = /* @__PURE__ */ __name((options) => {
|
|
1955
|
+
return (options.client ?? client).post({
|
|
1956
|
+
security: [
|
|
1957
|
+
{
|
|
1958
|
+
name: "x-api-token",
|
|
1959
|
+
type: "apiKey"
|
|
1960
|
+
}
|
|
1961
|
+
],
|
|
1962
|
+
url: "/v1/proposals/{id}/review",
|
|
1963
|
+
...options,
|
|
1964
|
+
headers: {
|
|
1965
|
+
"Content-Type": "application/json",
|
|
1966
|
+
...options.headers
|
|
1967
|
+
}
|
|
1968
|
+
});
|
|
1969
|
+
}, "reviewProposal");
|
|
1970
|
+
var protocolTriggersApiControllerTriggerPayout0V1 = /* @__PURE__ */ __name((options) => {
|
|
1971
|
+
return (options.client ?? client).post({
|
|
1972
|
+
security: [
|
|
1973
|
+
{
|
|
1974
|
+
name: "x-api-token",
|
|
1975
|
+
type: "apiKey"
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
url: "/v1/protocol-triggers/missions/payout",
|
|
1979
|
+
...options,
|
|
1980
|
+
headers: {
|
|
1981
|
+
"Content-Type": "application/json",
|
|
1982
|
+
...options.headers
|
|
1983
|
+
}
|
|
1984
|
+
});
|
|
1985
|
+
}, "protocolTriggersApiControllerTriggerPayout0V1");
|
|
1986
|
+
var protocolTriggersApiControllerTriggerPayout1 = /* @__PURE__ */ __name((options) => {
|
|
1987
|
+
return (options.client ?? client).post({
|
|
1988
|
+
security: [
|
|
1989
|
+
{
|
|
1990
|
+
name: "x-api-token",
|
|
1991
|
+
type: "apiKey"
|
|
1992
|
+
}
|
|
1993
|
+
],
|
|
1994
|
+
url: "/protocol-triggers/missions/payout",
|
|
1995
|
+
...options,
|
|
1996
|
+
headers: {
|
|
1997
|
+
"Content-Type": "application/json",
|
|
1998
|
+
...options.headers
|
|
1999
|
+
}
|
|
2000
|
+
});
|
|
2001
|
+
}, "protocolTriggersApiControllerTriggerPayout1");
|
|
2002
|
+
var protocolTriggersApiControllerTriggerMissionClose0V1 = /* @__PURE__ */ __name((options) => {
|
|
2003
|
+
return (options.client ?? client).post({
|
|
2004
|
+
security: [
|
|
2005
|
+
{
|
|
2006
|
+
name: "x-api-token",
|
|
2007
|
+
type: "apiKey"
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
url: "/v1/protocol-triggers/missions/close",
|
|
2011
|
+
...options,
|
|
2012
|
+
headers: {
|
|
2013
|
+
"Content-Type": "application/json",
|
|
2014
|
+
...options.headers
|
|
2015
|
+
}
|
|
2016
|
+
});
|
|
2017
|
+
}, "protocolTriggersApiControllerTriggerMissionClose0V1");
|
|
2018
|
+
var protocolTriggersApiControllerTriggerMissionClose1 = /* @__PURE__ */ __name((options) => {
|
|
2019
|
+
return (options.client ?? client).post({
|
|
2020
|
+
security: [
|
|
2021
|
+
{
|
|
2022
|
+
name: "x-api-token",
|
|
2023
|
+
type: "apiKey"
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
url: "/protocol-triggers/missions/close",
|
|
2027
|
+
...options,
|
|
2028
|
+
headers: {
|
|
2029
|
+
"Content-Type": "application/json",
|
|
2030
|
+
...options.headers
|
|
2031
|
+
}
|
|
2032
|
+
});
|
|
2033
|
+
}, "protocolTriggersApiControllerTriggerMissionClose1");
|
|
2034
|
+
var quotesControllerCreateQuote0V1 = /* @__PURE__ */ __name((options) => {
|
|
2035
|
+
return (options.client ?? client).post({
|
|
2036
|
+
security: [
|
|
2037
|
+
{
|
|
2038
|
+
name: "x-api-token",
|
|
2039
|
+
type: "apiKey"
|
|
2040
|
+
}
|
|
2041
|
+
],
|
|
2042
|
+
url: "/v1/quotes",
|
|
2043
|
+
...options,
|
|
2044
|
+
headers: {
|
|
2045
|
+
"Content-Type": "application/json",
|
|
2046
|
+
...options.headers
|
|
2047
|
+
}
|
|
2048
|
+
});
|
|
2049
|
+
}, "quotesControllerCreateQuote0V1");
|
|
2050
|
+
var quotesControllerCreateQuote1 = /* @__PURE__ */ __name((options) => {
|
|
2051
|
+
return (options.client ?? client).post({
|
|
2052
|
+
security: [
|
|
2053
|
+
{
|
|
2054
|
+
name: "x-api-token",
|
|
2055
|
+
type: "apiKey"
|
|
2056
|
+
}
|
|
2057
|
+
],
|
|
2058
|
+
url: "/quotes",
|
|
2059
|
+
...options,
|
|
2060
|
+
headers: {
|
|
2061
|
+
"Content-Type": "application/json",
|
|
2062
|
+
...options.headers
|
|
2063
|
+
}
|
|
2064
|
+
});
|
|
2065
|
+
}, "quotesControllerCreateQuote1");
|
|
2066
|
+
var quotesControllerGetQuote0V1 = /* @__PURE__ */ __name((options) => {
|
|
2067
|
+
return (options.client ?? client).get({
|
|
2068
|
+
security: [
|
|
2069
|
+
{
|
|
2070
|
+
name: "x-api-token",
|
|
2071
|
+
type: "apiKey"
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
url: "/v1/quotes/{id}",
|
|
2075
|
+
...options
|
|
2076
|
+
});
|
|
2077
|
+
}, "quotesControllerGetQuote0V1");
|
|
2078
|
+
var quotesControllerGetQuote1 = /* @__PURE__ */ __name((options) => {
|
|
2079
|
+
return (options.client ?? client).get({
|
|
2080
|
+
security: [
|
|
2081
|
+
{
|
|
2082
|
+
name: "x-api-token",
|
|
2083
|
+
type: "apiKey"
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
url: "/quotes/{id}",
|
|
2087
|
+
...options
|
|
2088
|
+
});
|
|
2089
|
+
}, "quotesControllerGetQuote1");
|
|
2090
|
+
var schemaControllerGetEventSchema0V1 = /* @__PURE__ */ __name((options) => {
|
|
2091
|
+
return (options?.client ?? client).get({
|
|
2092
|
+
url: "/v1/schema/event",
|
|
2093
|
+
...options
|
|
2094
|
+
});
|
|
2095
|
+
}, "schemaControllerGetEventSchema0V1");
|
|
2096
|
+
var schemaControllerGetEventSchema1 = /* @__PURE__ */ __name((options) => {
|
|
2097
|
+
return (options?.client ?? client).get({
|
|
2098
|
+
url: "/schema/event",
|
|
2099
|
+
...options
|
|
2100
|
+
});
|
|
2101
|
+
}, "schemaControllerGetEventSchema1");
|
|
2102
|
+
var vaultsControllerCreateVaults0V1 = /* @__PURE__ */ __name((options) => {
|
|
2103
|
+
return (options.client ?? client).post({
|
|
2104
|
+
security: [
|
|
2105
|
+
{
|
|
2106
|
+
name: "x-api-token",
|
|
2107
|
+
type: "apiKey"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
name: "x-api-token",
|
|
2111
|
+
type: "apiKey"
|
|
2112
|
+
}
|
|
2113
|
+
],
|
|
2114
|
+
url: "/v1/vaults",
|
|
2115
|
+
...options,
|
|
2116
|
+
headers: {
|
|
2117
|
+
"Content-Type": "application/json",
|
|
2118
|
+
...options.headers
|
|
2119
|
+
}
|
|
2120
|
+
});
|
|
2121
|
+
}, "vaultsControllerCreateVaults0V1");
|
|
2122
|
+
var vaultsControllerCreateVaults1 = /* @__PURE__ */ __name((options) => {
|
|
2123
|
+
return (options.client ?? client).post({
|
|
2124
|
+
security: [
|
|
2125
|
+
{
|
|
2126
|
+
name: "x-api-token",
|
|
2127
|
+
type: "apiKey"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
name: "x-api-token",
|
|
2131
|
+
type: "apiKey"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
url: "/vaults",
|
|
2135
|
+
...options,
|
|
2136
|
+
headers: {
|
|
2137
|
+
"Content-Type": "application/json",
|
|
2138
|
+
...options.headers
|
|
2139
|
+
}
|
|
2140
|
+
});
|
|
2141
|
+
}, "vaultsControllerCreateVaults1");
|
|
2142
|
+
var webhooksControllerGetMany0V1 = /* @__PURE__ */ __name((options) => {
|
|
2143
|
+
return (options.client ?? client).get({
|
|
2144
|
+
security: [
|
|
2145
|
+
{
|
|
2146
|
+
name: "x-api-token",
|
|
2147
|
+
type: "apiKey"
|
|
2148
|
+
}
|
|
2149
|
+
],
|
|
2150
|
+
responseTransformer: webhooksControllerGetMany0V1ResponseTransformer,
|
|
2151
|
+
url: "/v1/org/{org_id}/webhooks",
|
|
2152
|
+
...options
|
|
2153
|
+
});
|
|
2154
|
+
}, "webhooksControllerGetMany0V1");
|
|
2155
|
+
var webhooksControllerCreate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2156
|
+
return (options.client ?? client).post({
|
|
2157
|
+
security: [
|
|
2158
|
+
{
|
|
2159
|
+
name: "x-api-token",
|
|
2160
|
+
type: "apiKey"
|
|
2161
|
+
}
|
|
2162
|
+
],
|
|
2163
|
+
url: "/v1/org/{org_id}/webhooks",
|
|
2164
|
+
...options,
|
|
2165
|
+
headers: {
|
|
2166
|
+
"Content-Type": "application/json",
|
|
2167
|
+
...options.headers
|
|
2168
|
+
}
|
|
2169
|
+
});
|
|
2170
|
+
}, "webhooksControllerCreate0V1");
|
|
2171
|
+
var webhooksControllerGetMany1 = /* @__PURE__ */ __name((options) => {
|
|
2172
|
+
return (options.client ?? client).get({
|
|
2173
|
+
security: [
|
|
2174
|
+
{
|
|
2175
|
+
name: "x-api-token",
|
|
2176
|
+
type: "apiKey"
|
|
2177
|
+
}
|
|
2178
|
+
],
|
|
2179
|
+
responseTransformer: webhooksControllerGetMany1ResponseTransformer,
|
|
2180
|
+
url: "/org/{org_id}/webhooks",
|
|
2181
|
+
...options
|
|
2182
|
+
});
|
|
2183
|
+
}, "webhooksControllerGetMany1");
|
|
2184
|
+
var webhooksControllerCreate1 = /* @__PURE__ */ __name((options) => {
|
|
2185
|
+
return (options.client ?? client).post({
|
|
2186
|
+
security: [
|
|
2187
|
+
{
|
|
2188
|
+
name: "x-api-token",
|
|
2189
|
+
type: "apiKey"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
url: "/org/{org_id}/webhooks",
|
|
2193
|
+
...options,
|
|
2194
|
+
headers: {
|
|
2195
|
+
"Content-Type": "application/json",
|
|
2196
|
+
...options.headers
|
|
2197
|
+
}
|
|
2198
|
+
});
|
|
2199
|
+
}, "webhooksControllerCreate1");
|
|
2200
|
+
var webhooksControllerDelete0V1 = /* @__PURE__ */ __name((options) => {
|
|
2201
|
+
return (options.client ?? client).delete({
|
|
2202
|
+
security: [
|
|
2203
|
+
{
|
|
2204
|
+
name: "x-api-token",
|
|
2205
|
+
type: "apiKey"
|
|
2206
|
+
}
|
|
2207
|
+
],
|
|
2208
|
+
url: "/v1/org/{org_id}/webhooks/{id}",
|
|
2209
|
+
...options
|
|
2210
|
+
});
|
|
2211
|
+
}, "webhooksControllerDelete0V1");
|
|
2212
|
+
var webhooksControllerGet0V1 = /* @__PURE__ */ __name((options) => {
|
|
2213
|
+
return (options.client ?? client).get({
|
|
2214
|
+
security: [
|
|
2215
|
+
{
|
|
2216
|
+
name: "x-api-token",
|
|
2217
|
+
type: "apiKey"
|
|
2218
|
+
}
|
|
2219
|
+
],
|
|
2220
|
+
responseTransformer: webhooksControllerGet0V1ResponseTransformer,
|
|
2221
|
+
url: "/v1/org/{org_id}/webhooks/{id}",
|
|
2222
|
+
...options
|
|
2223
|
+
});
|
|
2224
|
+
}, "webhooksControllerGet0V1");
|
|
2225
|
+
var webhooksControllerUpdate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2226
|
+
return (options.client ?? client).put({
|
|
2227
|
+
security: [
|
|
2228
|
+
{
|
|
2229
|
+
name: "x-api-token",
|
|
2230
|
+
type: "apiKey"
|
|
2231
|
+
}
|
|
2232
|
+
],
|
|
2233
|
+
responseTransformer: webhooksControllerUpdate0V1ResponseTransformer,
|
|
2234
|
+
url: "/v1/org/{org_id}/webhooks/{id}",
|
|
2235
|
+
...options,
|
|
2236
|
+
headers: {
|
|
2237
|
+
"Content-Type": "application/json",
|
|
2238
|
+
...options.headers
|
|
2239
|
+
}
|
|
2240
|
+
});
|
|
2241
|
+
}, "webhooksControllerUpdate0V1");
|
|
2242
|
+
var webhooksControllerDelete1 = /* @__PURE__ */ __name((options) => {
|
|
2243
|
+
return (options.client ?? client).delete({
|
|
2244
|
+
security: [
|
|
2245
|
+
{
|
|
2246
|
+
name: "x-api-token",
|
|
2247
|
+
type: "apiKey"
|
|
2248
|
+
}
|
|
2249
|
+
],
|
|
2250
|
+
url: "/org/{org_id}/webhooks/{id}",
|
|
2251
|
+
...options
|
|
2252
|
+
});
|
|
2253
|
+
}, "webhooksControllerDelete1");
|
|
2254
|
+
var webhooksControllerGet1 = /* @__PURE__ */ __name((options) => {
|
|
2255
|
+
return (options.client ?? client).get({
|
|
2256
|
+
security: [
|
|
2257
|
+
{
|
|
2258
|
+
name: "x-api-token",
|
|
2259
|
+
type: "apiKey"
|
|
2260
|
+
}
|
|
2261
|
+
],
|
|
2262
|
+
responseTransformer: webhooksControllerGet1ResponseTransformer,
|
|
2263
|
+
url: "/org/{org_id}/webhooks/{id}",
|
|
2264
|
+
...options
|
|
2265
|
+
});
|
|
2266
|
+
}, "webhooksControllerGet1");
|
|
2267
|
+
var webhooksControllerUpdate1 = /* @__PURE__ */ __name((options) => {
|
|
2268
|
+
return (options.client ?? client).put({
|
|
2269
|
+
security: [
|
|
2270
|
+
{
|
|
2271
|
+
name: "x-api-token",
|
|
2272
|
+
type: "apiKey"
|
|
2273
|
+
}
|
|
2274
|
+
],
|
|
2275
|
+
responseTransformer: webhooksControllerUpdate1ResponseTransformer,
|
|
2276
|
+
url: "/org/{org_id}/webhooks/{id}",
|
|
2277
|
+
...options,
|
|
2278
|
+
headers: {
|
|
2279
|
+
"Content-Type": "application/json",
|
|
2280
|
+
...options.headers
|
|
2281
|
+
}
|
|
2282
|
+
});
|
|
2283
|
+
}, "webhooksControllerUpdate1");
|
|
2284
|
+
var webhooksControllerRegenerateSecret0V1 = /* @__PURE__ */ __name((options) => {
|
|
2285
|
+
return (options.client ?? client).post({
|
|
2286
|
+
security: [
|
|
2287
|
+
{
|
|
2288
|
+
name: "x-api-token",
|
|
2289
|
+
type: "apiKey"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
responseTransformer: webhooksControllerRegenerateSecret0V1ResponseTransformer,
|
|
2293
|
+
url: "/v1/org/{org_id}/webhooks/{id}/regenerate-secret",
|
|
2294
|
+
...options,
|
|
2295
|
+
headers: {
|
|
2296
|
+
"Content-Type": "application/json",
|
|
2297
|
+
...options.headers
|
|
2298
|
+
}
|
|
2299
|
+
});
|
|
2300
|
+
}, "webhooksControllerRegenerateSecret0V1");
|
|
2301
|
+
var webhooksControllerRegenerateSecret1 = /* @__PURE__ */ __name((options) => {
|
|
2302
|
+
return (options.client ?? client).post({
|
|
2303
|
+
security: [
|
|
2304
|
+
{
|
|
2305
|
+
name: "x-api-token",
|
|
2306
|
+
type: "apiKey"
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
responseTransformer: webhooksControllerRegenerateSecret1ResponseTransformer,
|
|
2310
|
+
url: "/org/{org_id}/webhooks/{id}/regenerate-secret",
|
|
2311
|
+
...options,
|
|
2312
|
+
headers: {
|
|
2313
|
+
"Content-Type": "application/json",
|
|
2314
|
+
...options.headers
|
|
2315
|
+
}
|
|
2316
|
+
});
|
|
2317
|
+
}, "webhooksControllerRegenerateSecret1");
|
|
2318
|
+
var webhooksControllerTest0V1 = /* @__PURE__ */ __name((options) => {
|
|
2319
|
+
return (options.client ?? client).post({
|
|
2320
|
+
security: [
|
|
2321
|
+
{
|
|
2322
|
+
name: "x-api-token",
|
|
2323
|
+
type: "apiKey"
|
|
2324
|
+
}
|
|
2325
|
+
],
|
|
2326
|
+
url: "/v1/org/{org_id}/webhooks/{id}/test",
|
|
2327
|
+
...options
|
|
2328
|
+
});
|
|
2329
|
+
}, "webhooksControllerTest0V1");
|
|
2330
|
+
var webhooksControllerTest1 = /* @__PURE__ */ __name((options) => {
|
|
1477
2331
|
return (options.client ?? client).post({
|
|
1478
2332
|
security: [
|
|
1479
2333
|
{
|
|
@@ -1484,8 +2338,20 @@ var webhooksControllerTest = /* @__PURE__ */ __name((options) => {
|
|
|
1484
2338
|
url: "/org/{org_id}/webhooks/{id}/test",
|
|
1485
2339
|
...options
|
|
1486
2340
|
});
|
|
1487
|
-
}, "
|
|
1488
|
-
var
|
|
2341
|
+
}, "webhooksControllerTest1");
|
|
2342
|
+
var webhooksControllerGetStatus0V1 = /* @__PURE__ */ __name((options) => {
|
|
2343
|
+
return (options.client ?? client).get({
|
|
2344
|
+
security: [
|
|
2345
|
+
{
|
|
2346
|
+
name: "x-api-token",
|
|
2347
|
+
type: "apiKey"
|
|
2348
|
+
}
|
|
2349
|
+
],
|
|
2350
|
+
url: "/v1/org/{org_id}/webhooks/{id}/status",
|
|
2351
|
+
...options
|
|
2352
|
+
});
|
|
2353
|
+
}, "webhooksControllerGetStatus0V1");
|
|
2354
|
+
var webhooksControllerGetStatus1 = /* @__PURE__ */ __name((options) => {
|
|
1489
2355
|
return (options.client ?? client).get({
|
|
1490
2356
|
security: [
|
|
1491
2357
|
{
|
|
@@ -1496,8 +2362,25 @@ var webhooksControllerGetStatus = /* @__PURE__ */ __name((options) => {
|
|
|
1496
2362
|
url: "/org/{org_id}/webhooks/{id}/status",
|
|
1497
2363
|
...options
|
|
1498
2364
|
});
|
|
1499
|
-
}, "
|
|
1500
|
-
var
|
|
2365
|
+
}, "webhooksControllerGetStatus1");
|
|
2366
|
+
var zonesControllerCreateZone0V1 = /* @__PURE__ */ __name((options) => {
|
|
2367
|
+
return (options.client ?? client).post({
|
|
2368
|
+
security: [
|
|
2369
|
+
{
|
|
2370
|
+
name: "x-api-token",
|
|
2371
|
+
type: "apiKey"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
responseTransformer: zonesControllerCreateZone0V1ResponseTransformer,
|
|
2375
|
+
url: "/v1/zones",
|
|
2376
|
+
...options,
|
|
2377
|
+
headers: {
|
|
2378
|
+
"Content-Type": "application/json",
|
|
2379
|
+
...options.headers
|
|
2380
|
+
}
|
|
2381
|
+
});
|
|
2382
|
+
}, "zonesControllerCreateZone0V1");
|
|
2383
|
+
var zonesControllerCreateZone1 = /* @__PURE__ */ __name((options) => {
|
|
1501
2384
|
return (options.client ?? client).post({
|
|
1502
2385
|
security: [
|
|
1503
2386
|
{
|
|
@@ -1505,7 +2388,7 @@ var zonesControllerCreateZone = /* @__PURE__ */ __name((options) => {
|
|
|
1505
2388
|
type: "apiKey"
|
|
1506
2389
|
}
|
|
1507
2390
|
],
|
|
1508
|
-
responseTransformer:
|
|
2391
|
+
responseTransformer: zonesControllerCreateZone1ResponseTransformer,
|
|
1509
2392
|
url: "/zones",
|
|
1510
2393
|
...options,
|
|
1511
2394
|
headers: {
|
|
@@ -1513,8 +2396,37 @@ var zonesControllerCreateZone = /* @__PURE__ */ __name((options) => {
|
|
|
1513
2396
|
...options.headers
|
|
1514
2397
|
}
|
|
1515
2398
|
});
|
|
1516
|
-
}, "
|
|
1517
|
-
var
|
|
2399
|
+
}, "zonesControllerCreateZone1");
|
|
2400
|
+
var zonesControllerDeleteZone0V1 = /* @__PURE__ */ __name((options) => {
|
|
2401
|
+
return (options.client ?? client).delete({
|
|
2402
|
+
security: [
|
|
2403
|
+
{
|
|
2404
|
+
name: "x-api-token",
|
|
2405
|
+
type: "apiKey"
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
url: "/v1/zones/{id}",
|
|
2409
|
+
...options
|
|
2410
|
+
});
|
|
2411
|
+
}, "zonesControllerDeleteZone0V1");
|
|
2412
|
+
var zonesControllerUpdateZone0V1 = /* @__PURE__ */ __name((options) => {
|
|
2413
|
+
return (options.client ?? client).put({
|
|
2414
|
+
security: [
|
|
2415
|
+
{
|
|
2416
|
+
name: "x-api-token",
|
|
2417
|
+
type: "apiKey"
|
|
2418
|
+
}
|
|
2419
|
+
],
|
|
2420
|
+
responseTransformer: zonesControllerUpdateZone0V1ResponseTransformer,
|
|
2421
|
+
url: "/v1/zones/{id}",
|
|
2422
|
+
...options,
|
|
2423
|
+
headers: {
|
|
2424
|
+
"Content-Type": "application/json",
|
|
2425
|
+
...options.headers
|
|
2426
|
+
}
|
|
2427
|
+
});
|
|
2428
|
+
}, "zonesControllerUpdateZone0V1");
|
|
2429
|
+
var zonesControllerDeleteZone1 = /* @__PURE__ */ __name((options) => {
|
|
1518
2430
|
return (options.client ?? client).delete({
|
|
1519
2431
|
security: [
|
|
1520
2432
|
{
|
|
@@ -1525,8 +2437,8 @@ var zonesControllerDeleteZone = /* @__PURE__ */ __name((options) => {
|
|
|
1525
2437
|
url: "/zones/{id}",
|
|
1526
2438
|
...options
|
|
1527
2439
|
});
|
|
1528
|
-
}, "
|
|
1529
|
-
var
|
|
2440
|
+
}, "zonesControllerDeleteZone1");
|
|
2441
|
+
var zonesControllerUpdateZone1 = /* @__PURE__ */ __name((options) => {
|
|
1530
2442
|
return (options.client ?? client).put({
|
|
1531
2443
|
security: [
|
|
1532
2444
|
{
|
|
@@ -1534,7 +2446,7 @@ var zonesControllerUpdateZone = /* @__PURE__ */ __name((options) => {
|
|
|
1534
2446
|
type: "apiKey"
|
|
1535
2447
|
}
|
|
1536
2448
|
],
|
|
1537
|
-
responseTransformer:
|
|
2449
|
+
responseTransformer: zonesControllerUpdateZone1ResponseTransformer,
|
|
1538
2450
|
url: "/zones/{id}",
|
|
1539
2451
|
...options,
|
|
1540
2452
|
headers: {
|
|
@@ -1542,8 +2454,24 @@ var zonesControllerUpdateZone = /* @__PURE__ */ __name((options) => {
|
|
|
1542
2454
|
...options.headers
|
|
1543
2455
|
}
|
|
1544
2456
|
});
|
|
1545
|
-
}, "
|
|
1546
|
-
var
|
|
2457
|
+
}, "zonesControllerUpdateZone1");
|
|
2458
|
+
var eventProcessorMissionsSyncControllerResyncMissions0V1 = /* @__PURE__ */ __name((options) => {
|
|
2459
|
+
return (options.client ?? client).put({
|
|
2460
|
+
security: [
|
|
2461
|
+
{
|
|
2462
|
+
name: "x-api-token",
|
|
2463
|
+
type: "apiKey"
|
|
2464
|
+
}
|
|
2465
|
+
],
|
|
2466
|
+
url: "/v1/event-processor/missions/sync",
|
|
2467
|
+
...options,
|
|
2468
|
+
headers: {
|
|
2469
|
+
"Content-Type": "application/json",
|
|
2470
|
+
...options.headers
|
|
2471
|
+
}
|
|
2472
|
+
});
|
|
2473
|
+
}, "eventProcessorMissionsSyncControllerResyncMissions0V1");
|
|
2474
|
+
var eventProcessorMissionsSyncControllerResyncMissions1 = /* @__PURE__ */ __name((options) => {
|
|
1547
2475
|
return (options.client ?? client).put({
|
|
1548
2476
|
security: [
|
|
1549
2477
|
{
|
|
@@ -1558,8 +2486,24 @@ var eventProcessorMissionsSyncControllerResyncMissions = /* @__PURE__ */ __name(
|
|
|
1558
2486
|
...options.headers
|
|
1559
2487
|
}
|
|
1560
2488
|
});
|
|
1561
|
-
}, "
|
|
1562
|
-
var
|
|
2489
|
+
}, "eventProcessorMissionsSyncControllerResyncMissions1");
|
|
2490
|
+
var eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1 = /* @__PURE__ */ __name((options) => {
|
|
2491
|
+
return (options.client ?? client).put({
|
|
2492
|
+
security: [
|
|
2493
|
+
{
|
|
2494
|
+
name: "x-api-token",
|
|
2495
|
+
type: "apiKey"
|
|
2496
|
+
}
|
|
2497
|
+
],
|
|
2498
|
+
url: "/v1/event-processor/flightreviews",
|
|
2499
|
+
...options,
|
|
2500
|
+
headers: {
|
|
2501
|
+
"Content-Type": "application/json",
|
|
2502
|
+
...options.headers
|
|
2503
|
+
}
|
|
2504
|
+
});
|
|
2505
|
+
}, "eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1");
|
|
2506
|
+
var eventProcessorFlightReviewsSyncControllerResyncFlightReviews1 = /* @__PURE__ */ __name((options) => {
|
|
1563
2507
|
return (options.client ?? client).put({
|
|
1564
2508
|
security: [
|
|
1565
2509
|
{
|
|
@@ -1574,8 +2518,18 @@ var eventProcessorFlightReviewsSyncControllerResyncFlightReviews = /* @__PURE__
|
|
|
1574
2518
|
...options.headers
|
|
1575
2519
|
}
|
|
1576
2520
|
});
|
|
1577
|
-
}, "
|
|
1578
|
-
var
|
|
2521
|
+
}, "eventProcessorFlightReviewsSyncControllerResyncFlightReviews1");
|
|
2522
|
+
var alchemyControllerHandleWebhook0V1 = /* @__PURE__ */ __name((options) => {
|
|
2523
|
+
return (options.client ?? client).post({
|
|
2524
|
+
url: "/v1/webhooks/inbound/alchemy",
|
|
2525
|
+
...options,
|
|
2526
|
+
headers: {
|
|
2527
|
+
"Content-Type": "application/json",
|
|
2528
|
+
...options.headers
|
|
2529
|
+
}
|
|
2530
|
+
});
|
|
2531
|
+
}, "alchemyControllerHandleWebhook0V1");
|
|
2532
|
+
var alchemyControllerHandleWebhook1 = /* @__PURE__ */ __name((options) => {
|
|
1579
2533
|
return (options.client ?? client).post({
|
|
1580
2534
|
url: "/webhooks/inbound/alchemy",
|
|
1581
2535
|
...options,
|
|
@@ -1584,8 +2538,38 @@ var alchemyControllerHandleWebhook = /* @__PURE__ */ __name((options) => {
|
|
|
1584
2538
|
...options.headers
|
|
1585
2539
|
}
|
|
1586
2540
|
});
|
|
1587
|
-
}, "
|
|
1588
|
-
var
|
|
2541
|
+
}, "alchemyControllerHandleWebhook1");
|
|
2542
|
+
var inboundWebhookConfigsControllerGetMany0V1 = /* @__PURE__ */ __name((options) => {
|
|
2543
|
+
return (options?.client ?? client).get({
|
|
2544
|
+
security: [
|
|
2545
|
+
{
|
|
2546
|
+
name: "x-api-token",
|
|
2547
|
+
type: "apiKey"
|
|
2548
|
+
}
|
|
2549
|
+
],
|
|
2550
|
+
responseTransformer: inboundWebhookConfigsControllerGetMany0V1ResponseTransformer,
|
|
2551
|
+
url: "/v1/webhooks/inbound/configs",
|
|
2552
|
+
...options
|
|
2553
|
+
});
|
|
2554
|
+
}, "inboundWebhookConfigsControllerGetMany0V1");
|
|
2555
|
+
var inboundWebhookConfigsControllerCreate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2556
|
+
return (options.client ?? client).post({
|
|
2557
|
+
security: [
|
|
2558
|
+
{
|
|
2559
|
+
name: "x-api-token",
|
|
2560
|
+
type: "apiKey"
|
|
2561
|
+
}
|
|
2562
|
+
],
|
|
2563
|
+
responseTransformer: inboundWebhookConfigsControllerCreate0V1ResponseTransformer,
|
|
2564
|
+
url: "/v1/webhooks/inbound/configs",
|
|
2565
|
+
...options,
|
|
2566
|
+
headers: {
|
|
2567
|
+
"Content-Type": "application/json",
|
|
2568
|
+
...options.headers
|
|
2569
|
+
}
|
|
2570
|
+
});
|
|
2571
|
+
}, "inboundWebhookConfigsControllerCreate0V1");
|
|
2572
|
+
var inboundWebhookConfigsControllerGetMany1 = /* @__PURE__ */ __name((options) => {
|
|
1589
2573
|
return (options?.client ?? client).get({
|
|
1590
2574
|
security: [
|
|
1591
2575
|
{
|
|
@@ -1593,12 +2577,12 @@ var inboundWebhookConfigsControllerGetMany = /* @__PURE__ */ __name((options) =>
|
|
|
1593
2577
|
type: "apiKey"
|
|
1594
2578
|
}
|
|
1595
2579
|
],
|
|
1596
|
-
responseTransformer:
|
|
2580
|
+
responseTransformer: inboundWebhookConfigsControllerGetMany1ResponseTransformer,
|
|
1597
2581
|
url: "/webhooks/inbound/configs",
|
|
1598
2582
|
...options
|
|
1599
2583
|
});
|
|
1600
|
-
}, "
|
|
1601
|
-
var
|
|
2584
|
+
}, "inboundWebhookConfigsControllerGetMany1");
|
|
2585
|
+
var inboundWebhookConfigsControllerCreate1 = /* @__PURE__ */ __name((options) => {
|
|
1602
2586
|
return (options.client ?? client).post({
|
|
1603
2587
|
security: [
|
|
1604
2588
|
{
|
|
@@ -1606,7 +2590,7 @@ var inboundWebhookConfigsControllerCreate = /* @__PURE__ */ __name((options) =>
|
|
|
1606
2590
|
type: "apiKey"
|
|
1607
2591
|
}
|
|
1608
2592
|
],
|
|
1609
|
-
responseTransformer:
|
|
2593
|
+
responseTransformer: inboundWebhookConfigsControllerCreate1ResponseTransformer,
|
|
1610
2594
|
url: "/webhooks/inbound/configs",
|
|
1611
2595
|
...options,
|
|
1612
2596
|
headers: {
|
|
@@ -1614,8 +2598,50 @@ var inboundWebhookConfigsControllerCreate = /* @__PURE__ */ __name((options) =>
|
|
|
1614
2598
|
...options.headers
|
|
1615
2599
|
}
|
|
1616
2600
|
});
|
|
1617
|
-
}, "
|
|
1618
|
-
var
|
|
2601
|
+
}, "inboundWebhookConfigsControllerCreate1");
|
|
2602
|
+
var inboundWebhookConfigsControllerDelete0V1 = /* @__PURE__ */ __name((options) => {
|
|
2603
|
+
return (options.client ?? client).delete({
|
|
2604
|
+
security: [
|
|
2605
|
+
{
|
|
2606
|
+
name: "x-api-token",
|
|
2607
|
+
type: "apiKey"
|
|
2608
|
+
}
|
|
2609
|
+
],
|
|
2610
|
+
url: "/v1/webhooks/inbound/configs/{id}",
|
|
2611
|
+
...options
|
|
2612
|
+
});
|
|
2613
|
+
}, "inboundWebhookConfigsControllerDelete0V1");
|
|
2614
|
+
var inboundWebhookConfigsControllerGet0V1 = /* @__PURE__ */ __name((options) => {
|
|
2615
|
+
return (options.client ?? client).get({
|
|
2616
|
+
security: [
|
|
2617
|
+
{
|
|
2618
|
+
name: "x-api-token",
|
|
2619
|
+
type: "apiKey"
|
|
2620
|
+
}
|
|
2621
|
+
],
|
|
2622
|
+
responseTransformer: inboundWebhookConfigsControllerGet0V1ResponseTransformer,
|
|
2623
|
+
url: "/v1/webhooks/inbound/configs/{id}",
|
|
2624
|
+
...options
|
|
2625
|
+
});
|
|
2626
|
+
}, "inboundWebhookConfigsControllerGet0V1");
|
|
2627
|
+
var inboundWebhookConfigsControllerUpdate0V1 = /* @__PURE__ */ __name((options) => {
|
|
2628
|
+
return (options.client ?? client).put({
|
|
2629
|
+
security: [
|
|
2630
|
+
{
|
|
2631
|
+
name: "x-api-token",
|
|
2632
|
+
type: "apiKey"
|
|
2633
|
+
}
|
|
2634
|
+
],
|
|
2635
|
+
responseTransformer: inboundWebhookConfigsControllerUpdate0V1ResponseTransformer,
|
|
2636
|
+
url: "/v1/webhooks/inbound/configs/{id}",
|
|
2637
|
+
...options,
|
|
2638
|
+
headers: {
|
|
2639
|
+
"Content-Type": "application/json",
|
|
2640
|
+
...options.headers
|
|
2641
|
+
}
|
|
2642
|
+
});
|
|
2643
|
+
}, "inboundWebhookConfigsControllerUpdate0V1");
|
|
2644
|
+
var inboundWebhookConfigsControllerDelete1 = /* @__PURE__ */ __name((options) => {
|
|
1619
2645
|
return (options.client ?? client).delete({
|
|
1620
2646
|
security: [
|
|
1621
2647
|
{
|
|
@@ -1626,8 +2652,8 @@ var inboundWebhookConfigsControllerDelete = /* @__PURE__ */ __name((options) =>
|
|
|
1626
2652
|
url: "/webhooks/inbound/configs/{id}",
|
|
1627
2653
|
...options
|
|
1628
2654
|
});
|
|
1629
|
-
}, "
|
|
1630
|
-
var
|
|
2655
|
+
}, "inboundWebhookConfigsControllerDelete1");
|
|
2656
|
+
var inboundWebhookConfigsControllerGet1 = /* @__PURE__ */ __name((options) => {
|
|
1631
2657
|
return (options.client ?? client).get({
|
|
1632
2658
|
security: [
|
|
1633
2659
|
{
|
|
@@ -1635,12 +2661,12 @@ var inboundWebhookConfigsControllerGet = /* @__PURE__ */ __name((options) => {
|
|
|
1635
2661
|
type: "apiKey"
|
|
1636
2662
|
}
|
|
1637
2663
|
],
|
|
1638
|
-
responseTransformer:
|
|
2664
|
+
responseTransformer: inboundWebhookConfigsControllerGet1ResponseTransformer,
|
|
1639
2665
|
url: "/webhooks/inbound/configs/{id}",
|
|
1640
2666
|
...options
|
|
1641
2667
|
});
|
|
1642
|
-
}, "
|
|
1643
|
-
var
|
|
2668
|
+
}, "inboundWebhookConfigsControllerGet1");
|
|
2669
|
+
var inboundWebhookConfigsControllerUpdate1 = /* @__PURE__ */ __name((options) => {
|
|
1644
2670
|
return (options.client ?? client).put({
|
|
1645
2671
|
security: [
|
|
1646
2672
|
{
|
|
@@ -1648,7 +2674,7 @@ var inboundWebhookConfigsControllerUpdate = /* @__PURE__ */ __name((options) =>
|
|
|
1648
2674
|
type: "apiKey"
|
|
1649
2675
|
}
|
|
1650
2676
|
],
|
|
1651
|
-
responseTransformer:
|
|
2677
|
+
responseTransformer: inboundWebhookConfigsControllerUpdate1ResponseTransformer,
|
|
1652
2678
|
url: "/webhooks/inbound/configs/{id}",
|
|
1653
2679
|
...options,
|
|
1654
2680
|
headers: {
|
|
@@ -1656,7 +2682,7 @@ var inboundWebhookConfigsControllerUpdate = /* @__PURE__ */ __name((options) =>
|
|
|
1656
2682
|
...options.headers
|
|
1657
2683
|
}
|
|
1658
2684
|
});
|
|
1659
|
-
}, "
|
|
2685
|
+
}, "inboundWebhookConfigsControllerUpdate1");
|
|
1660
2686
|
|
|
1661
2687
|
// src/event/types.gen.ts
|
|
1662
2688
|
import { z } from "zod";
|
|
@@ -1833,65 +2859,132 @@ export {
|
|
|
1833
2859
|
WEBHOOK_PREVIOUS_SECRET_EXPIRES_AT_HEADER,
|
|
1834
2860
|
WEBHOOK_PREVIOUS_SECRET_HEADER,
|
|
1835
2861
|
WEBHOOK_SECRET_HEADER,
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
2862
|
+
alchemyControllerHandleWebhook0V1,
|
|
2863
|
+
alchemyControllerHandleWebhook1,
|
|
2864
|
+
apiControllerGetError0V1,
|
|
2865
|
+
apiControllerGetError1,
|
|
2866
|
+
apiControllerGetHello0V1,
|
|
2867
|
+
apiControllerGetHello1,
|
|
2868
|
+
apiTokenControllerCreateToken0V1,
|
|
2869
|
+
apiTokenControllerCreateToken1,
|
|
2870
|
+
apiTokenControllerDeleteToken0V1,
|
|
2871
|
+
apiTokenControllerDeleteToken1,
|
|
2872
|
+
apiTokenControllerGetToken0V1,
|
|
2873
|
+
apiTokenControllerGetToken1,
|
|
2874
|
+
apiTokenControllerUpdateToken0V1,
|
|
2875
|
+
apiTokenControllerUpdateToken1,
|
|
1843
2876
|
buildClientParams,
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
2877
|
+
campaignsControllerCreate0V1,
|
|
2878
|
+
campaignsControllerCreate1,
|
|
2879
|
+
campaignsControllerDelete0V1,
|
|
2880
|
+
campaignsControllerDelete1,
|
|
2881
|
+
campaignsControllerGet0V1,
|
|
2882
|
+
campaignsControllerGet1,
|
|
2883
|
+
campaignsControllerGetMany0V1,
|
|
2884
|
+
campaignsControllerGetMany1,
|
|
2885
|
+
campaignsControllerUpdate0V1,
|
|
2886
|
+
campaignsControllerUpdate1,
|
|
2887
|
+
conditionsControllerGetSunAltitudeTimeLimits0V1,
|
|
2888
|
+
conditionsControllerGetSunAltitudeTimeLimits1,
|
|
2889
|
+
contractsControllerCreateContract0V1,
|
|
2890
|
+
contractsControllerCreateContract1,
|
|
2891
|
+
contractsControllerDeleteContract0V1,
|
|
2892
|
+
contractsControllerDeleteContract1,
|
|
2893
|
+
contractsControllerGetAllContracts0V1,
|
|
2894
|
+
contractsControllerGetAllContracts1,
|
|
2895
|
+
contractsControllerGetContract0V1,
|
|
2896
|
+
contractsControllerGetContract1,
|
|
2897
|
+
contractsControllerUpdateContract0V1,
|
|
2898
|
+
contractsControllerUpdateContract1,
|
|
1850
2899
|
createClient,
|
|
1851
2900
|
createConfig,
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
2901
|
+
dlqRedriverControllerRedriveDlq0V1,
|
|
2902
|
+
dlqRedriverControllerRedriveDlq1,
|
|
2903
|
+
eventProcessorFlightReviewsSyncControllerResyncFlightReviews0V1,
|
|
2904
|
+
eventProcessorFlightReviewsSyncControllerResyncFlightReviews1,
|
|
2905
|
+
eventProcessorMissionsSyncControllerResyncMissions0V1,
|
|
2906
|
+
eventProcessorMissionsSyncControllerResyncMissions1,
|
|
2907
|
+
flightPlansControllerCreate0V1,
|
|
2908
|
+
flightPlansControllerCreate1,
|
|
2909
|
+
flightPlansControllerGet0V1,
|
|
2910
|
+
flightPlansControllerGet1,
|
|
2911
|
+
flightPlansControllerGetMany0V1,
|
|
2912
|
+
flightPlansControllerGetMany1,
|
|
2913
|
+
flightReviewsControllerGetFlightReview0V1,
|
|
2914
|
+
flightReviewsControllerGetFlightReview1,
|
|
2915
|
+
flightReviewsControllerGetFlightReviews0V1,
|
|
2916
|
+
flightReviewsControllerGetFlightReviews1,
|
|
2917
|
+
flightsControllerCreatePresignedUrls0V1,
|
|
2918
|
+
flightsControllerCreatePresignedUrls1,
|
|
2919
|
+
flightsControllerGenerateStorageKey0V1,
|
|
2920
|
+
flightsControllerGenerateStorageKey1,
|
|
2921
|
+
flightsControllerGetFlight0V1,
|
|
2922
|
+
flightsControllerGetFlight1,
|
|
2923
|
+
flightsControllerValidateFlight0V1,
|
|
2924
|
+
flightsControllerValidateFlight1,
|
|
1864
2925
|
formDataBodySerializer,
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
2926
|
+
getProposal,
|
|
2927
|
+
inboundWebhookConfigsControllerCreate0V1,
|
|
2928
|
+
inboundWebhookConfigsControllerCreate1,
|
|
2929
|
+
inboundWebhookConfigsControllerDelete0V1,
|
|
2930
|
+
inboundWebhookConfigsControllerDelete1,
|
|
2931
|
+
inboundWebhookConfigsControllerGet0V1,
|
|
2932
|
+
inboundWebhookConfigsControllerGet1,
|
|
2933
|
+
inboundWebhookConfigsControllerGetMany0V1,
|
|
2934
|
+
inboundWebhookConfigsControllerGetMany1,
|
|
2935
|
+
inboundWebhookConfigsControllerUpdate0V1,
|
|
2936
|
+
inboundWebhookConfigsControllerUpdate1,
|
|
1870
2937
|
jsonBodySerializer,
|
|
1871
|
-
|
|
2938
|
+
keysControllerGetProvenanceCryptoKey0V1,
|
|
2939
|
+
keysControllerGetProvenanceCryptoKey1,
|
|
2940
|
+
listProposals,
|
|
1872
2941
|
mergeHeaders,
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
2942
|
+
missionsControllerCreateMissions0V1,
|
|
2943
|
+
missionsControllerCreateMissions1,
|
|
2944
|
+
missionsControllerGetMission0V1,
|
|
2945
|
+
missionsControllerGetMission1,
|
|
2946
|
+
missionsControllerGetMissions0V1,
|
|
2947
|
+
missionsControllerGetMissions1,
|
|
2948
|
+
missionsControllerRepriceMissions0V1,
|
|
2949
|
+
missionsControllerRepriceMissions1,
|
|
2950
|
+
missionsControllerUpdateMissions0V1,
|
|
2951
|
+
missionsControllerUpdateMissions1,
|
|
1878
2952
|
parseWebhookEvent,
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
2953
|
+
protocolTriggersApiControllerTriggerMissionClose0V1,
|
|
2954
|
+
protocolTriggersApiControllerTriggerMissionClose1,
|
|
2955
|
+
protocolTriggersApiControllerTriggerPayout0V1,
|
|
2956
|
+
protocolTriggersApiControllerTriggerPayout1,
|
|
2957
|
+
quotesControllerCreateQuote0V1,
|
|
2958
|
+
quotesControllerCreateQuote1,
|
|
2959
|
+
quotesControllerGetQuote0V1,
|
|
2960
|
+
quotesControllerGetQuote1,
|
|
2961
|
+
reviewProposal,
|
|
2962
|
+
schemaControllerGetEventSchema0V1,
|
|
2963
|
+
schemaControllerGetEventSchema1,
|
|
2964
|
+
submitProposal,
|
|
1884
2965
|
urlSearchParamsBodySerializer,
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
2966
|
+
vaultsControllerCreateVaults0V1,
|
|
2967
|
+
vaultsControllerCreateVaults1,
|
|
2968
|
+
webhooksControllerCreate0V1,
|
|
2969
|
+
webhooksControllerCreate1,
|
|
2970
|
+
webhooksControllerDelete0V1,
|
|
2971
|
+
webhooksControllerDelete1,
|
|
2972
|
+
webhooksControllerGet0V1,
|
|
2973
|
+
webhooksControllerGet1,
|
|
2974
|
+
webhooksControllerGetMany0V1,
|
|
2975
|
+
webhooksControllerGetMany1,
|
|
2976
|
+
webhooksControllerGetStatus0V1,
|
|
2977
|
+
webhooksControllerGetStatus1,
|
|
2978
|
+
webhooksControllerRegenerateSecret0V1,
|
|
2979
|
+
webhooksControllerRegenerateSecret1,
|
|
2980
|
+
webhooksControllerTest0V1,
|
|
2981
|
+
webhooksControllerTest1,
|
|
2982
|
+
webhooksControllerUpdate0V1,
|
|
2983
|
+
webhooksControllerUpdate1,
|
|
2984
|
+
zonesControllerCreateZone0V1,
|
|
2985
|
+
zonesControllerCreateZone1,
|
|
2986
|
+
zonesControllerDeleteZone0V1,
|
|
2987
|
+
zonesControllerDeleteZone1,
|
|
2988
|
+
zonesControllerUpdateZone0V1,
|
|
2989
|
+
zonesControllerUpdateZone1
|
|
1897
2990
|
};
|