|
1 | 1 | # This file was automatically generated. DO NOT EDIT. |
2 | 2 | # If you have any remark or suggestion do not hesitate to open an issue. |
3 | 3 | from .types import ApplicationType |
| 4 | +from .types import BookingStatus |
| 5 | +from .content import BOOKING_TRANSIENT_STATUSES |
4 | 6 | from .types import JobStatus |
5 | 7 | from .content import JOB_TRANSIENT_STATUSES |
6 | 8 | from .types import ListApplicationsRequestOrderBy |
| 9 | +from .types import ListBookingsRequestOrderBy |
7 | 10 | from .types import ListJobResultsRequestOrderBy |
8 | 11 | from .types import ListJobsRequestOrderBy |
9 | 12 | from .types import ListPlatformsRequestOrderBy |
|
20 | 23 | from .types import SessionOriginType |
21 | 24 | from .types import SessionStatus |
22 | 25 | from .content import SESSION_TRANSIENT_STATUSES |
| 26 | +from .types import PlatformBookingRequirement |
23 | 27 | from .types import PlatformHardware |
24 | 28 | from .types import JobCircuit |
| 29 | +from .types import CreateSessionRequestBookingDemand |
25 | 30 | from .types import Application |
| 31 | +from .types import Booking |
26 | 32 | from .types import JobResult |
27 | 33 | from .types import Job |
28 | 34 | from .types import Platform |
|
38 | 44 | from .types import DeleteProcessRequest |
39 | 45 | from .types import DeleteSessionRequest |
40 | 46 | from .types import GetApplicationRequest |
| 47 | +from .types import GetBookingRequest |
41 | 48 | from .types import GetJobCircuitRequest |
42 | 49 | from .types import GetJobRequest |
43 | 50 | from .types import GetPlatformRequest |
44 | 51 | from .types import GetProcessRequest |
45 | 52 | from .types import GetSessionRequest |
46 | 53 | from .types import ListApplicationsRequest |
47 | 54 | from .types import ListApplicationsResponse |
| 55 | +from .types import ListBookingsRequest |
| 56 | +from .types import ListBookingsResponse |
48 | 57 | from .types import ListJobResultsRequest |
49 | 58 | from .types import ListJobResultsResponse |
50 | 59 | from .types import ListJobsRequest |
|
60 | 69 | from .types import ListSessionsRequest |
61 | 70 | from .types import ListSessionsResponse |
62 | 71 | from .types import TerminateSessionRequest |
| 72 | +from .types import UpdateBookingRequest |
63 | 73 | from .types import UpdateJobRequest |
64 | 74 | from .types import UpdateProcessRequest |
65 | 75 | from .types import UpdateSessionRequest |
66 | 76 | from .api import QaasV1Alpha1API |
67 | 77 |
|
68 | 78 | __all__ = [ |
69 | 79 | "ApplicationType", |
| 80 | + "BookingStatus", |
| 81 | + "BOOKING_TRANSIENT_STATUSES", |
70 | 82 | "JobStatus", |
71 | 83 | "JOB_TRANSIENT_STATUSES", |
72 | 84 | "ListApplicationsRequestOrderBy", |
| 85 | + "ListBookingsRequestOrderBy", |
73 | 86 | "ListJobResultsRequestOrderBy", |
74 | 87 | "ListJobsRequestOrderBy", |
75 | 88 | "ListPlatformsRequestOrderBy", |
|
86 | 99 | "SessionOriginType", |
87 | 100 | "SessionStatus", |
88 | 101 | "SESSION_TRANSIENT_STATUSES", |
| 102 | + "PlatformBookingRequirement", |
89 | 103 | "PlatformHardware", |
90 | 104 | "JobCircuit", |
| 105 | + "CreateSessionRequestBookingDemand", |
91 | 106 | "Application", |
| 107 | + "Booking", |
92 | 108 | "JobResult", |
93 | 109 | "Job", |
94 | 110 | "Platform", |
|
104 | 120 | "DeleteProcessRequest", |
105 | 121 | "DeleteSessionRequest", |
106 | 122 | "GetApplicationRequest", |
| 123 | + "GetBookingRequest", |
107 | 124 | "GetJobCircuitRequest", |
108 | 125 | "GetJobRequest", |
109 | 126 | "GetPlatformRequest", |
110 | 127 | "GetProcessRequest", |
111 | 128 | "GetSessionRequest", |
112 | 129 | "ListApplicationsRequest", |
113 | 130 | "ListApplicationsResponse", |
| 131 | + "ListBookingsRequest", |
| 132 | + "ListBookingsResponse", |
114 | 133 | "ListJobResultsRequest", |
115 | 134 | "ListJobResultsResponse", |
116 | 135 | "ListJobsRequest", |
|
126 | 145 | "ListSessionsRequest", |
127 | 146 | "ListSessionsResponse", |
128 | 147 | "TerminateSessionRequest", |
| 148 | + "UpdateBookingRequest", |
129 | 149 | "UpdateJobRequest", |
130 | 150 | "UpdateProcessRequest", |
131 | 151 | "UpdateSessionRequest", |
|
0 commit comments