@acm-uiuc/core-client 4.1.9 → 4.1.10

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.
Files changed (415) hide show
  1. package/.openapi-generator/FILES +87 -0
  2. package/README.md +3 -3
  3. package/dist/apis/APIKeysApi.d.ts +1 -1
  4. package/dist/apis/APIKeysApi.js +3 -2
  5. package/dist/apis/EventsApi.d.ts +1 -1
  6. package/dist/apis/EventsApi.js +6 -5
  7. package/dist/apis/GenericApi.d.ts +1 -1
  8. package/dist/apis/GenericApi.js +8 -7
  9. package/dist/apis/IAMApi.d.ts +1 -1
  10. package/dist/apis/IAMApi.js +6 -5
  11. package/dist/apis/ICalendarIntegrationApi.d.ts +1 -1
  12. package/dist/apis/ICalendarIntegrationApi.js +1 -1
  13. package/dist/apis/LinkryApi.d.ts +1 -1
  14. package/dist/apis/LinkryApi.js +5 -4
  15. package/dist/apis/LoggingApi.d.ts +1 -1
  16. package/dist/apis/LoggingApi.js +1 -1
  17. package/dist/apis/MembershipApi.d.ts +1 -1
  18. package/dist/apis/MembershipApi.js +6 -5
  19. package/dist/apis/MobileWalletApi.d.ts +1 -1
  20. package/dist/apis/MobileWalletApi.js +1 -1
  21. package/dist/apis/OrganizationsApi.d.ts +1 -1
  22. package/dist/apis/OrganizationsApi.js +6 -5
  23. package/dist/apis/RSVPApi.d.ts +1 -1
  24. package/dist/apis/RSVPApi.js +6 -5
  25. package/dist/apis/RoomRequestsApi.d.ts +2 -2
  26. package/dist/apis/RoomRequestsApi.js +12 -6
  27. package/dist/apis/StoreApi.d.ts +1 -1
  28. package/dist/apis/StoreApi.js +14 -13
  29. package/dist/apis/StripeApi.d.ts +1 -1
  30. package/dist/apis/StripeApi.js +3 -2
  31. package/dist/esm/apis/APIKeysApi.d.ts +1 -1
  32. package/dist/esm/apis/APIKeysApi.js +3 -2
  33. package/dist/esm/apis/EventsApi.d.ts +1 -1
  34. package/dist/esm/apis/EventsApi.js +6 -5
  35. package/dist/esm/apis/GenericApi.d.ts +1 -1
  36. package/dist/esm/apis/GenericApi.js +8 -7
  37. package/dist/esm/apis/IAMApi.d.ts +1 -1
  38. package/dist/esm/apis/IAMApi.js +6 -5
  39. package/dist/esm/apis/ICalendarIntegrationApi.d.ts +1 -1
  40. package/dist/esm/apis/ICalendarIntegrationApi.js +1 -1
  41. package/dist/esm/apis/LinkryApi.d.ts +1 -1
  42. package/dist/esm/apis/LinkryApi.js +5 -4
  43. package/dist/esm/apis/LoggingApi.d.ts +1 -1
  44. package/dist/esm/apis/LoggingApi.js +1 -1
  45. package/dist/esm/apis/MembershipApi.d.ts +1 -1
  46. package/dist/esm/apis/MembershipApi.js +6 -5
  47. package/dist/esm/apis/MobileWalletApi.d.ts +1 -1
  48. package/dist/esm/apis/MobileWalletApi.js +1 -1
  49. package/dist/esm/apis/OrganizationsApi.d.ts +1 -1
  50. package/dist/esm/apis/OrganizationsApi.js +6 -5
  51. package/dist/esm/apis/RSVPApi.d.ts +1 -1
  52. package/dist/esm/apis/RSVPApi.js +6 -5
  53. package/dist/esm/apis/RoomRequestsApi.d.ts +2 -2
  54. package/dist/esm/apis/RoomRequestsApi.js +12 -6
  55. package/dist/esm/apis/StoreApi.d.ts +1 -1
  56. package/dist/esm/apis/StoreApi.js +14 -13
  57. package/dist/esm/apis/StripeApi.d.ts +1 -1
  58. package/dist/esm/apis/StripeApi.js +3 -2
  59. package/dist/esm/models/AcmOrganization.d.ts +50 -0
  60. package/dist/esm/models/AcmOrganization.js +68 -0
  61. package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.d.ts +66 -0
  62. package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.js +66 -0
  63. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +23 -0
  64. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +51 -0
  65. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +46 -0
  66. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +54 -0
  67. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +46 -0
  68. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +54 -0
  69. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +32 -0
  70. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +43 -0
  71. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +65 -0
  72. package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +75 -0
  73. package/dist/esm/models/ApiV1EventsGet200ResponseInner.d.ts +121 -0
  74. package/dist/esm/models/ApiV1EventsGet200ResponseInner.js +89 -0
  75. package/dist/esm/models/ApiV1EventsIdGet200Response.d.ts +121 -0
  76. package/dist/esm/models/ApiV1EventsIdGet200Response.js +89 -0
  77. package/dist/esm/models/ApiV1EventsIdPatchRequest.d.ts +115 -0
  78. package/dist/esm/models/ApiV1EventsIdPatchRequest.js +83 -0
  79. package/dist/esm/models/ApiV1EventsPostRequest.d.ts +115 -0
  80. package/dist/esm/models/ApiV1EventsPostRequest.js +83 -0
  81. package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +38 -0
  82. package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.js +47 -0
  83. package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +33 -0
  84. package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +44 -0
  85. package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +26 -0
  86. package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +31 -0
  87. package/dist/esm/models/ApiV1IamInviteUsersPostRequest.d.ts +32 -0
  88. package/dist/esm/models/ApiV1IamInviteUsersPostRequest.js +43 -0
  89. package/dist/esm/models/ApiV1IamProfilePatchRequest.d.ts +56 -0
  90. package/dist/esm/models/ApiV1IamProfilePatchRequest.js +57 -0
  91. package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +56 -0
  92. package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +59 -0
  93. package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +38 -0
  94. package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +47 -0
  95. package/dist/esm/models/ApiV1LinkryRedirPostRequest.d.ts +44 -0
  96. package/dist/esm/models/ApiV1LinkryRedirPostRequest.js +51 -0
  97. package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +38 -0
  98. package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.js +47 -0
  99. package/dist/esm/models/ApiV1MembershipGet200Response.d.ts +50 -0
  100. package/dist/esm/models/ApiV1MembershipGet200Response.js +55 -0
  101. package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.d.ts +120 -0
  102. package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.js +105 -0
  103. package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +50 -0
  104. package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +51 -0
  105. package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +51 -0
  106. package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +59 -0
  107. package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +120 -0
  108. package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.js +105 -0
  109. package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +50 -0
  110. package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +51 -0
  111. package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +51 -0
  112. package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +59 -0
  113. package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +39 -0
  114. package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +48 -0
  115. package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +50 -0
  116. package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +51 -0
  117. package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +45 -0
  118. package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +46 -0
  119. package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +51 -0
  120. package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +59 -0
  121. package/dist/esm/models/ApiV1ProtectedGet200Response.d.ts +75 -0
  122. package/dist/esm/models/ApiV1ProtectedGet200Response.js +81 -0
  123. package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +47 -0
  124. package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +55 -0
  125. package/dist/esm/models/ApiV1RoomRequestsPostRequest.d.ts +222 -0
  126. package/dist/esm/models/ApiV1RoomRequestsPostRequest.js +154 -0
  127. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +32 -0
  128. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +43 -0
  129. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +32 -0
  130. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +41 -0
  131. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +57 -0
  132. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +61 -0
  133. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +54 -0
  134. package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +60 -0
  135. package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200Response.d.ts +98 -0
  136. package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200Response.js +80 -0
  137. package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.d.ts +109 -0
  138. package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.js +89 -0
  139. package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +32 -0
  140. package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +43 -0
  141. package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +32 -0
  142. package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +43 -0
  143. package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +33 -0
  144. package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +44 -0
  145. package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +109 -0
  146. package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +89 -0
  147. package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.d.ts +33 -0
  148. package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.js +44 -0
  149. package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +132 -0
  150. package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +94 -0
  151. package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +98 -0
  152. package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +81 -0
  153. package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.d.ts +38 -0
  154. package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.js +47 -0
  155. package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.d.ts +114 -0
  156. package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.js +80 -0
  157. package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +46 -0
  158. package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +54 -0
  159. package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +74 -0
  160. package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +61 -0
  161. package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +81 -0
  162. package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +58 -0
  163. package/dist/esm/models/ApiV1StoreCheckoutPost201Response.d.ts +44 -0
  164. package/dist/esm/models/ApiV1StoreCheckoutPost201Response.js +51 -0
  165. package/dist/esm/models/ApiV1StoreCheckoutPostRequest.d.ts +51 -0
  166. package/dist/esm/models/ApiV1StoreCheckoutPostRequest.js +54 -0
  167. package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +44 -0
  168. package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.js +51 -0
  169. package/dist/esm/models/ApiV1StoreProductsGet200Response.d.ts +33 -0
  170. package/dist/esm/models/ApiV1StoreProductsGet200Response.js +44 -0
  171. package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +114 -0
  172. package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.js +86 -0
  173. package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +46 -0
  174. package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +54 -0
  175. package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +80 -0
  176. package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +69 -0
  177. package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.d.ts +114 -0
  178. package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.js +86 -0
  179. package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +46 -0
  180. package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +54 -0
  181. package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.d.ts +56 -0
  182. package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.js +57 -0
  183. package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +32 -0
  184. package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.js +43 -0
  185. package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +38 -0
  186. package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +43 -0
  187. package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +32 -0
  188. package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.js +43 -0
  189. package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.d.ts +32 -0
  190. package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.js +43 -0
  191. package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.d.ts +32 -0
  192. package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.js +43 -0
  193. package/dist/esm/models/ApiV2MembershipNetIdGet200Response.d.ts +44 -0
  194. package/dist/esm/models/ApiV2MembershipNetIdGet200Response.js +49 -0
  195. package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +44 -0
  196. package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +49 -0
  197. package/dist/esm/models/NotAuthenticatedError.d.ts +71 -0
  198. package/dist/esm/models/NotAuthenticatedError.js +73 -0
  199. package/dist/esm/models/NotAuthorizedError.d.ts +71 -0
  200. package/dist/esm/models/NotAuthorizedError.js +73 -0
  201. package/dist/esm/models/NotFoundError.d.ts +71 -0
  202. package/dist/esm/models/NotFoundError.js +73 -0
  203. package/dist/esm/models/OrgUniqueId.d.ts +50 -0
  204. package/dist/esm/models/OrgUniqueId.js +68 -0
  205. package/dist/esm/models/RateLimitExceededError.d.ts +78 -0
  206. package/dist/esm/models/RateLimitExceededError.js +79 -0
  207. package/dist/esm/models/ResourceConflictError.d.ts +71 -0
  208. package/dist/esm/models/ResourceConflictError.js +73 -0
  209. package/dist/esm/models/RsvpConfig.d.ts +57 -0
  210. package/dist/esm/models/RsvpConfig.js +56 -0
  211. package/dist/esm/models/RsvpConfigOutput.d.ts +57 -0
  212. package/dist/esm/models/RsvpConfigOutput.js +60 -0
  213. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +24 -0
  214. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.js +58 -0
  215. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +57 -0
  216. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.js +61 -0
  217. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +57 -0
  218. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +61 -0
  219. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +63 -0
  220. package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +65 -0
  221. package/dist/esm/models/RsvpConfigRsvpQuestionsInner.d.ts +24 -0
  222. package/dist/esm/models/RsvpConfigRsvpQuestionsInner.js +58 -0
  223. package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +57 -0
  224. package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.js +59 -0
  225. package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +57 -0
  226. package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf1.js +59 -0
  227. package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +63 -0
  228. package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +63 -0
  229. package/dist/esm/models/RsvpItem.d.ts +50 -0
  230. package/dist/esm/models/RsvpItem.js +55 -0
  231. package/dist/esm/models/ValidationError.d.ts +57 -0
  232. package/dist/esm/models/ValidationError.js +61 -0
  233. package/dist/esm/models/index.d.ts +87 -3624
  234. package/dist/esm/models/index.js +87 -573
  235. package/dist/esm/runtime.d.ts +4 -1
  236. package/dist/esm/runtime.js +8 -1
  237. package/dist/models/AcmOrganization.d.ts +50 -0
  238. package/dist/models/AcmOrganization.js +76 -0
  239. package/dist/models/ApiV1ApiKeyOrgPostRequest.d.ts +66 -0
  240. package/dist/models/ApiV1ApiKeyOrgPostRequest.js +74 -0
  241. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +23 -0
  242. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +57 -0
  243. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +46 -0
  244. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +62 -0
  245. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +46 -0
  246. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +62 -0
  247. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +32 -0
  248. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +50 -0
  249. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +65 -0
  250. package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +83 -0
  251. package/dist/models/ApiV1EventsGet200ResponseInner.d.ts +121 -0
  252. package/dist/models/ApiV1EventsGet200ResponseInner.js +97 -0
  253. package/dist/models/ApiV1EventsIdGet200Response.d.ts +121 -0
  254. package/dist/models/ApiV1EventsIdGet200Response.js +97 -0
  255. package/dist/models/ApiV1EventsIdPatchRequest.d.ts +115 -0
  256. package/dist/models/ApiV1EventsIdPatchRequest.js +91 -0
  257. package/dist/models/ApiV1EventsPostRequest.d.ts +115 -0
  258. package/dist/models/ApiV1EventsPostRequest.js +91 -0
  259. package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +38 -0
  260. package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.js +54 -0
  261. package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +33 -0
  262. package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +51 -0
  263. package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +26 -0
  264. package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +38 -0
  265. package/dist/models/ApiV1IamInviteUsersPostRequest.d.ts +32 -0
  266. package/dist/models/ApiV1IamInviteUsersPostRequest.js +50 -0
  267. package/dist/models/ApiV1IamProfilePatchRequest.d.ts +56 -0
  268. package/dist/models/ApiV1IamProfilePatchRequest.js +64 -0
  269. package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +56 -0
  270. package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +66 -0
  271. package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +38 -0
  272. package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +54 -0
  273. package/dist/models/ApiV1LinkryRedirPostRequest.d.ts +44 -0
  274. package/dist/models/ApiV1LinkryRedirPostRequest.js +58 -0
  275. package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +38 -0
  276. package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.js +54 -0
  277. package/dist/models/ApiV1MembershipGet200Response.d.ts +50 -0
  278. package/dist/models/ApiV1MembershipGet200Response.js +62 -0
  279. package/dist/models/ApiV1OrganizationsGet200ResponseInner.d.ts +120 -0
  280. package/dist/models/ApiV1OrganizationsGet200ResponseInner.js +113 -0
  281. package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +50 -0
  282. package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +58 -0
  283. package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +51 -0
  284. package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +67 -0
  285. package/dist/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +120 -0
  286. package/dist/models/ApiV1OrganizationsOrgIdGet200Response.js +113 -0
  287. package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +50 -0
  288. package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +58 -0
  289. package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +51 -0
  290. package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +67 -0
  291. package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +39 -0
  292. package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +55 -0
  293. package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +50 -0
  294. package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +58 -0
  295. package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +45 -0
  296. package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +53 -0
  297. package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +51 -0
  298. package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +67 -0
  299. package/dist/models/ApiV1ProtectedGet200Response.d.ts +75 -0
  300. package/dist/models/ApiV1ProtectedGet200Response.js +89 -0
  301. package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +47 -0
  302. package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +63 -0
  303. package/dist/models/ApiV1RoomRequestsPostRequest.d.ts +222 -0
  304. package/dist/models/ApiV1RoomRequestsPostRequest.js +162 -0
  305. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +32 -0
  306. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +50 -0
  307. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +32 -0
  308. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +48 -0
  309. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +57 -0
  310. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +69 -0
  311. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +54 -0
  312. package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +68 -0
  313. package/dist/models/ApiV1StoreAdminOrderOrderIdGet200Response.d.ts +98 -0
  314. package/dist/models/ApiV1StoreAdminOrderOrderIdGet200Response.js +88 -0
  315. package/dist/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.d.ts +109 -0
  316. package/dist/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.js +97 -0
  317. package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +32 -0
  318. package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +50 -0
  319. package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +32 -0
  320. package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +50 -0
  321. package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +33 -0
  322. package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +51 -0
  323. package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +109 -0
  324. package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +97 -0
  325. package/dist/models/ApiV1StoreAdminProductsGet200Response.d.ts +33 -0
  326. package/dist/models/ApiV1StoreAdminProductsGet200Response.js +51 -0
  327. package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +132 -0
  328. package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +102 -0
  329. package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +98 -0
  330. package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +88 -0
  331. package/dist/models/ApiV1StoreAdminProductsPost201Response.d.ts +38 -0
  332. package/dist/models/ApiV1StoreAdminProductsPost201Response.js +54 -0
  333. package/dist/models/ApiV1StoreAdminProductsPostRequest.d.ts +114 -0
  334. package/dist/models/ApiV1StoreAdminProductsPostRequest.js +88 -0
  335. package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +46 -0
  336. package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +62 -0
  337. package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +74 -0
  338. package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +68 -0
  339. package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +81 -0
  340. package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +65 -0
  341. package/dist/models/ApiV1StoreCheckoutPost201Response.d.ts +44 -0
  342. package/dist/models/ApiV1StoreCheckoutPost201Response.js +58 -0
  343. package/dist/models/ApiV1StoreCheckoutPostRequest.d.ts +51 -0
  344. package/dist/models/ApiV1StoreCheckoutPostRequest.js +61 -0
  345. package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +44 -0
  346. package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.js +58 -0
  347. package/dist/models/ApiV1StoreProductsGet200Response.d.ts +33 -0
  348. package/dist/models/ApiV1StoreProductsGet200Response.js +51 -0
  349. package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +114 -0
  350. package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.js +94 -0
  351. package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +46 -0
  352. package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +62 -0
  353. package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +80 -0
  354. package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +76 -0
  355. package/dist/models/ApiV1StoreProductsProductIdGet200Response.d.ts +114 -0
  356. package/dist/models/ApiV1StoreProductsProductIdGet200Response.js +94 -0
  357. package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +46 -0
  358. package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +62 -0
  359. package/dist/models/ApiV1StripePaymentLinksPostRequest.d.ts +56 -0
  360. package/dist/models/ApiV1StripePaymentLinksPostRequest.js +64 -0
  361. package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +32 -0
  362. package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.js +50 -0
  363. package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +38 -0
  364. package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +50 -0
  365. package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +32 -0
  366. package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.js +50 -0
  367. package/dist/models/ApiV1UsersFindUserByUinPost200Response.d.ts +32 -0
  368. package/dist/models/ApiV1UsersFindUserByUinPost200Response.js +50 -0
  369. package/dist/models/ApiV1UsersFindUserByUinPostRequest.d.ts +32 -0
  370. package/dist/models/ApiV1UsersFindUserByUinPostRequest.js +50 -0
  371. package/dist/models/ApiV2MembershipNetIdGet200Response.d.ts +44 -0
  372. package/dist/models/ApiV2MembershipNetIdGet200Response.js +56 -0
  373. package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +44 -0
  374. package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +56 -0
  375. package/dist/models/NotAuthenticatedError.d.ts +71 -0
  376. package/dist/models/NotAuthenticatedError.js +81 -0
  377. package/dist/models/NotAuthorizedError.d.ts +71 -0
  378. package/dist/models/NotAuthorizedError.js +81 -0
  379. package/dist/models/NotFoundError.d.ts +71 -0
  380. package/dist/models/NotFoundError.js +81 -0
  381. package/dist/models/OrgUniqueId.d.ts +50 -0
  382. package/dist/models/OrgUniqueId.js +76 -0
  383. package/dist/models/RateLimitExceededError.d.ts +78 -0
  384. package/dist/models/RateLimitExceededError.js +87 -0
  385. package/dist/models/ResourceConflictError.d.ts +71 -0
  386. package/dist/models/ResourceConflictError.js +81 -0
  387. package/dist/models/RsvpConfig.d.ts +57 -0
  388. package/dist/models/RsvpConfig.js +63 -0
  389. package/dist/models/RsvpConfigOutput.d.ts +57 -0
  390. package/dist/models/RsvpConfigOutput.js +67 -0
  391. package/dist/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +24 -0
  392. package/dist/models/RsvpConfigOutputRsvpQuestionsInner.js +64 -0
  393. package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +57 -0
  394. package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.js +69 -0
  395. package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +57 -0
  396. package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +69 -0
  397. package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +63 -0
  398. package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +73 -0
  399. package/dist/models/RsvpConfigRsvpQuestionsInner.d.ts +24 -0
  400. package/dist/models/RsvpConfigRsvpQuestionsInner.js +64 -0
  401. package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +57 -0
  402. package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.js +67 -0
  403. package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +57 -0
  404. package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.js +67 -0
  405. package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +63 -0
  406. package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +71 -0
  407. package/dist/models/RsvpItem.d.ts +50 -0
  408. package/dist/models/RsvpItem.js +62 -0
  409. package/dist/models/ValidationError.d.ts +57 -0
  410. package/dist/models/ValidationError.js +69 -0
  411. package/dist/models/index.d.ts +87 -3624
  412. package/dist/models/index.js +102 -576
  413. package/dist/runtime.d.ts +4 -1
  414. package/dist/runtime.js +9 -1
  415. package/package.json +1 -1
@@ -1,3624 +1,87 @@
1
- /**
2
- * ACM Organization
3
- * @export
4
- */
5
- export declare const AcmOrganization: {
6
- readonly Acm: "ACM";
7
- readonly SigPwny: "SIGPwny";
8
- readonly Sigchi: "SIGCHI";
9
- readonly GameBuilders: "GameBuilders";
10
- readonly Sigaida: "SIGAIDA";
11
- readonly Siggraph: "SIGGRAPH";
12
- readonly Icpc: "ICPC";
13
- readonly SigMobile: "SIGMobile";
14
- readonly SigMusic: "SIGMusic";
15
- readonly Glug: "GLUG";
16
- readonly Signll: "SIGNLL";
17
- readonly SiGma: "SIGma";
18
- readonly SigQuantum: "SIGQuantum";
19
- readonly SiGecom: "SIGecom";
20
- readonly Sigplan: "SIGPLAN";
21
- readonly SigPolicy: "SIGPolicy";
22
- readonly Sigarch: "SIGARCH";
23
- readonly SigRobotics: "SIGRobotics";
24
- readonly SiGtricity: "SIGtricity";
25
- readonly InfrastructureCommittee: "Infrastructure Committee";
26
- readonly SocialCommittee: "Social Committee";
27
- readonly MentorshipCommittee: "Mentorship Committee";
28
- readonly AcademicCommittee: "Academic Committee";
29
- readonly CorporateCommittee: "Corporate Committee";
30
- readonly MarketingCommittee: "Marketing Committee";
31
- readonly ReflectionsProjections: "Reflections | Projections";
32
- readonly HackIllinois: "HackIllinois";
33
- };
34
- export type AcmOrganization = typeof AcmOrganization[keyof typeof AcmOrganization];
35
- /**
36
- *
37
- * @export
38
- * @interface ApiV1ApiKeyOrgPostRequest
39
- */
40
- export interface ApiV1ApiKeyOrgPostRequest {
41
- /**
42
- * Roles granted to the API key. These roles are a subset of the overall application roles.
43
- * @type {Array<string>}
44
- * @memberof ApiV1ApiKeyOrgPostRequest
45
- */
46
- roles: Array<ApiV1ApiKeyOrgPostRequestRolesEnum>;
47
- /**
48
- * Description of the key's use.
49
- * @type {string}
50
- * @memberof ApiV1ApiKeyOrgPostRequest
51
- */
52
- description: string;
53
- /**
54
- * Epoch timestamp of when the key expires.
55
- * @type {number}
56
- * @memberof ApiV1ApiKeyOrgPostRequest
57
- */
58
- expiresAt?: number;
59
- /**
60
- * Policy restrictions applied to the API key.
61
- * @type {Array<ApiV1ApiKeyOrgPostRequestRestrictionsInner>}
62
- * @memberof ApiV1ApiKeyOrgPostRequest
63
- */
64
- restrictions?: Array<ApiV1ApiKeyOrgPostRequestRestrictionsInner>;
65
- }
66
- /**
67
- * @export
68
- */
69
- export declare const ApiV1ApiKeyOrgPostRequestRolesEnum: {
70
- readonly ManageEvents: "manage:events";
71
- readonly ManageTickets: "manage:tickets";
72
- readonly ScanTickets: "scan:tickets";
73
- readonly CreateRoomRequest: "create:roomRequest";
74
- readonly CreateStripeLink: "create:stripeLink";
75
- readonly ManageLinks: "manage:links";
76
- readonly ViewInternalMembershipList: "view:internalMembershipList";
77
- readonly ManageExternalMembershipList: "manage:externalMembershipList";
78
- readonly ViewExternalMembershipList: "view:externalMembershipList";
79
- };
80
- export type ApiV1ApiKeyOrgPostRequestRolesEnum = typeof ApiV1ApiKeyOrgPostRequestRolesEnum[keyof typeof ApiV1ApiKeyOrgPostRequestRolesEnum];
81
- /**
82
- * @type ApiV1ApiKeyOrgPostRequestRestrictionsInner
83
- *
84
- * @export
85
- */
86
- export type ApiV1ApiKeyOrgPostRequestRestrictionsInner = ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf | ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1;
87
- /**
88
- *
89
- * @export
90
- * @interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf
91
- */
92
- export interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf {
93
- /**
94
- *
95
- * @type {string}
96
- * @memberof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf
97
- */
98
- name: ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfNameEnum;
99
- /**
100
- *
101
- * @type {ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams}
102
- * @memberof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf
103
- */
104
- params: ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams;
105
- }
106
- /**
107
- * @export
108
- */
109
- export declare const ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfNameEnum: {
110
- readonly EventsHostRestrictionPolicy: "EventsHostRestrictionPolicy";
111
- };
112
- export type ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfNameEnum = typeof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfNameEnum[keyof typeof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfNameEnum];
113
- /**
114
- *
115
- * @export
116
- * @interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1
117
- */
118
- export interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1 {
119
- /**
120
- *
121
- * @type {string}
122
- * @memberof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1
123
- */
124
- name: ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1NameEnum;
125
- /**
126
- *
127
- * @type {ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params}
128
- * @memberof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1
129
- */
130
- params: ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params;
131
- }
132
- /**
133
- * @export
134
- */
135
- export declare const ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1NameEnum: {
136
- readonly MembershipListQueryPolicy: "MembershipListQueryPolicy";
137
- };
138
- export type ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1NameEnum = typeof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1NameEnum[keyof typeof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1NameEnum];
139
- /**
140
- *
141
- * @export
142
- * @interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params
143
- */
144
- export interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params {
145
- /**
146
- *
147
- * @type {Array<string | null>}
148
- * @memberof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params
149
- */
150
- list: Array<string | null>;
151
- }
152
- /**
153
- *
154
- * @export
155
- * @interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams
156
- */
157
- export interface ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams {
158
- /**
159
- *
160
- * @type {Array<string>}
161
- * @memberof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams
162
- */
163
- host: Array<ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParamsHostEnum>;
164
- }
165
- /**
166
- * @export
167
- */
168
- export declare const ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParamsHostEnum: {
169
- readonly Acm: "ACM";
170
- readonly SigPwny: "SIGPwny";
171
- readonly Sigchi: "SIGCHI";
172
- readonly GameBuilders: "GameBuilders";
173
- readonly Sigaida: "SIGAIDA";
174
- readonly Siggraph: "SIGGRAPH";
175
- readonly Icpc: "ICPC";
176
- readonly SigMobile: "SIGMobile";
177
- readonly SigMusic: "SIGMusic";
178
- readonly Glug: "GLUG";
179
- readonly Signll: "SIGNLL";
180
- readonly SiGma: "SIGma";
181
- readonly SigQuantum: "SIGQuantum";
182
- readonly SiGecom: "SIGecom";
183
- readonly Sigplan: "SIGPLAN";
184
- readonly SigPolicy: "SIGPolicy";
185
- readonly Sigarch: "SIGARCH";
186
- readonly SigRobotics: "SIGRobotics";
187
- readonly SiGtricity: "SIGtricity";
188
- readonly InfrastructureCommittee: "Infrastructure Committee";
189
- readonly SocialCommittee: "Social Committee";
190
- readonly MentorshipCommittee: "Mentorship Committee";
191
- readonly AcademicCommittee: "Academic Committee";
192
- readonly CorporateCommittee: "Corporate Committee";
193
- readonly MarketingCommittee: "Marketing Committee";
194
- readonly ReflectionsProjections: "Reflections | Projections";
195
- readonly HackIllinois: "HackIllinois";
196
- };
197
- export type ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParamsHostEnum = typeof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParamsHostEnum[keyof typeof ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParamsHostEnum];
198
- /**
199
- *
200
- * @export
201
- * @interface ApiV1EventsGet200ResponseInner
202
- */
203
- export interface ApiV1EventsGet200ResponseInner {
204
- /**
205
- *
206
- * @type {string}
207
- * @memberof ApiV1EventsGet200ResponseInner
208
- */
209
- title: string;
210
- /**
211
- *
212
- * @type {string}
213
- * @memberof ApiV1EventsGet200ResponseInner
214
- */
215
- description: string;
216
- /**
217
- * Timestamp in the America/Chicago timezone.
218
- * @type {string}
219
- * @memberof ApiV1EventsGet200ResponseInner
220
- */
221
- start: string;
222
- /**
223
- * Timestamp in the America/Chicago timezone.
224
- * @type {string}
225
- * @memberof ApiV1EventsGet200ResponseInner
226
- */
227
- end?: string;
228
- /**
229
- * Human-friendly location name.
230
- * @type {string}
231
- * @memberof ApiV1EventsGet200ResponseInner
232
- */
233
- location: string;
234
- /**
235
- * Google Maps link for easy navigation to the event location.
236
- * @type {string}
237
- * @memberof ApiV1EventsGet200ResponseInner
238
- */
239
- locationLink?: string;
240
- /**
241
- *
242
- * @type {AcmOrganization}
243
- * @memberof ApiV1EventsGet200ResponseInner
244
- */
245
- host: AcmOrganization;
246
- /**
247
- * Whether or not the event should be shown on the ACM @ UIUC website home page (and added to Discord, as available).
248
- * @type {boolean}
249
- * @memberof ApiV1EventsGet200ResponseInner
250
- */
251
- featured: boolean;
252
- /**
253
- *
254
- * @type {string}
255
- * @memberof ApiV1EventsGet200ResponseInner
256
- */
257
- paidEventId?: string;
258
- /**
259
- *
260
- * @type {{ [key: string]: string; }}
261
- * @memberof ApiV1EventsGet200ResponseInner
262
- */
263
- metadata?: {
264
- [key: string]: string;
265
- };
266
- /**
267
- *
268
- * @type {string}
269
- * @memberof ApiV1EventsGet200ResponseInner
270
- */
271
- repeats?: ApiV1EventsGet200ResponseInnerRepeatsEnum;
272
- /**
273
- *
274
- * @type {string}
275
- * @memberof ApiV1EventsGet200ResponseInner
276
- */
277
- repeatEnds?: string;
278
- /**
279
- * Dates to exclude from recurrence rules (in the America/Chicago timezone).
280
- * @type {Array<string>}
281
- * @memberof ApiV1EventsGet200ResponseInner
282
- */
283
- repeatExcludes?: Array<string>;
284
- /**
285
- *
286
- * @type {string}
287
- * @memberof ApiV1EventsGet200ResponseInner
288
- */
289
- id: string;
290
- }
291
- /**
292
- * @export
293
- */
294
- export declare const ApiV1EventsGet200ResponseInnerRepeatsEnum: {
295
- readonly Weekly: "weekly";
296
- readonly Biweekly: "biweekly";
297
- };
298
- export type ApiV1EventsGet200ResponseInnerRepeatsEnum = typeof ApiV1EventsGet200ResponseInnerRepeatsEnum[keyof typeof ApiV1EventsGet200ResponseInnerRepeatsEnum];
299
- /**
300
- *
301
- * @export
302
- * @interface ApiV1EventsIdGet200Response
303
- */
304
- export interface ApiV1EventsIdGet200Response {
305
- /**
306
- *
307
- * @type {string}
308
- * @memberof ApiV1EventsIdGet200Response
309
- */
310
- title: string | null;
311
- /**
312
- *
313
- * @type {string}
314
- * @memberof ApiV1EventsIdGet200Response
315
- */
316
- description: string | null;
317
- /**
318
- * Timestamp in the America/Chicago timezone.
319
- * @type {string}
320
- * @memberof ApiV1EventsIdGet200Response
321
- */
322
- start: string;
323
- /**
324
- * Timestamp in the America/Chicago timezone.
325
- * @type {string}
326
- * @memberof ApiV1EventsIdGet200Response
327
- */
328
- end?: string;
329
- /**
330
- * Human-friendly location name.
331
- * @type {string}
332
- * @memberof ApiV1EventsIdGet200Response
333
- */
334
- location: string;
335
- /**
336
- * Google Maps link for easy navigation to the event location.
337
- * @type {string}
338
- * @memberof ApiV1EventsIdGet200Response
339
- */
340
- locationLink?: string;
341
- /**
342
- *
343
- * @type {AcmOrganization}
344
- * @memberof ApiV1EventsIdGet200Response
345
- */
346
- host: AcmOrganization;
347
- /**
348
- * Whether or not the event should be shown on the ACM @ UIUC website home page (and added to Discord, as available).
349
- * @type {boolean}
350
- * @memberof ApiV1EventsIdGet200Response
351
- */
352
- featured: boolean;
353
- /**
354
- *
355
- * @type {string}
356
- * @memberof ApiV1EventsIdGet200Response
357
- */
358
- paidEventId?: string | null;
359
- /**
360
- *
361
- * @type {{ [key: string]: string; }}
362
- * @memberof ApiV1EventsIdGet200Response
363
- */
364
- metadata?: {
365
- [key: string]: string;
366
- };
367
- /**
368
- *
369
- * @type {string}
370
- * @memberof ApiV1EventsIdGet200Response
371
- */
372
- repeats?: ApiV1EventsIdGet200ResponseRepeatsEnum;
373
- /**
374
- *
375
- * @type {string}
376
- * @memberof ApiV1EventsIdGet200Response
377
- */
378
- repeatEnds?: string;
379
- /**
380
- * Dates to exclude from recurrence rules (in the America/Chicago timezone).
381
- * @type {Array<string>}
382
- * @memberof ApiV1EventsIdGet200Response
383
- */
384
- repeatExcludes?: Array<string>;
385
- /**
386
- *
387
- * @type {string}
388
- * @memberof ApiV1EventsIdGet200Response
389
- */
390
- id: string;
391
- }
392
- /**
393
- * @export
394
- */
395
- export declare const ApiV1EventsIdGet200ResponseRepeatsEnum: {
396
- readonly Weekly: "weekly";
397
- readonly Biweekly: "biweekly";
398
- };
399
- export type ApiV1EventsIdGet200ResponseRepeatsEnum = typeof ApiV1EventsIdGet200ResponseRepeatsEnum[keyof typeof ApiV1EventsIdGet200ResponseRepeatsEnum];
400
- /**
401
- *
402
- * @export
403
- * @interface ApiV1EventsIdPatchRequest
404
- */
405
- export interface ApiV1EventsIdPatchRequest {
406
- /**
407
- *
408
- * @type {string}
409
- * @memberof ApiV1EventsIdPatchRequest
410
- */
411
- title: string | null;
412
- /**
413
- *
414
- * @type {string}
415
- * @memberof ApiV1EventsIdPatchRequest
416
- */
417
- description: string;
418
- /**
419
- * Timestamp in the America/Chicago timezone.
420
- * @type {string}
421
- * @memberof ApiV1EventsIdPatchRequest
422
- */
423
- start: string;
424
- /**
425
- * Timestamp in the America/Chicago timezone.
426
- * @type {string}
427
- * @memberof ApiV1EventsIdPatchRequest
428
- */
429
- end?: string;
430
- /**
431
- * Human-friendly location name.
432
- * @type {string}
433
- * @memberof ApiV1EventsIdPatchRequest
434
- */
435
- location: string;
436
- /**
437
- * Google Maps link for easy navigation to the event location.
438
- * @type {string}
439
- * @memberof ApiV1EventsIdPatchRequest
440
- */
441
- locationLink?: string;
442
- /**
443
- *
444
- * @type {AcmOrganization}
445
- * @memberof ApiV1EventsIdPatchRequest
446
- */
447
- host: AcmOrganization;
448
- /**
449
- * Whether or not the event should be shown on the ACM @ UIUC website home page (and added to Discord, as available).
450
- * @type {boolean}
451
- * @memberof ApiV1EventsIdPatchRequest
452
- */
453
- featured?: boolean;
454
- /**
455
- *
456
- * @type {string}
457
- * @memberof ApiV1EventsIdPatchRequest
458
- */
459
- paidEventId?: string | null;
460
- /**
461
- *
462
- * @type {{ [key: string]: string; }}
463
- * @memberof ApiV1EventsIdPatchRequest
464
- */
465
- metadata?: {
466
- [key: string]: string;
467
- };
468
- /**
469
- *
470
- * @type {string}
471
- * @memberof ApiV1EventsIdPatchRequest
472
- */
473
- repeats?: ApiV1EventsIdPatchRequestRepeatsEnum;
474
- /**
475
- *
476
- * @type {string}
477
- * @memberof ApiV1EventsIdPatchRequest
478
- */
479
- repeatEnds?: string;
480
- /**
481
- * Dates to exclude from recurrence rules (in the America/Chicago timezone).
482
- * @type {Array<string>}
483
- * @memberof ApiV1EventsIdPatchRequest
484
- */
485
- repeatExcludes?: Array<string>;
486
- }
487
- /**
488
- * @export
489
- */
490
- export declare const ApiV1EventsIdPatchRequestRepeatsEnum: {
491
- readonly Weekly: "weekly";
492
- readonly Biweekly: "biweekly";
493
- };
494
- export type ApiV1EventsIdPatchRequestRepeatsEnum = typeof ApiV1EventsIdPatchRequestRepeatsEnum[keyof typeof ApiV1EventsIdPatchRequestRepeatsEnum];
495
- /**
496
- *
497
- * @export
498
- * @interface ApiV1EventsPostRequest
499
- */
500
- export interface ApiV1EventsPostRequest {
501
- /**
502
- *
503
- * @type {string}
504
- * @memberof ApiV1EventsPostRequest
505
- */
506
- title: string;
507
- /**
508
- *
509
- * @type {string}
510
- * @memberof ApiV1EventsPostRequest
511
- */
512
- description: string;
513
- /**
514
- * Timestamp in the America/Chicago timezone.
515
- * @type {string}
516
- * @memberof ApiV1EventsPostRequest
517
- */
518
- start: string;
519
- /**
520
- * Timestamp in the America/Chicago timezone.
521
- * @type {string}
522
- * @memberof ApiV1EventsPostRequest
523
- */
524
- end?: string;
525
- /**
526
- * Human-friendly location name.
527
- * @type {string}
528
- * @memberof ApiV1EventsPostRequest
529
- */
530
- location: string;
531
- /**
532
- * Google Maps link for easy navigation to the event location.
533
- * @type {string}
534
- * @memberof ApiV1EventsPostRequest
535
- */
536
- locationLink?: string;
537
- /**
538
- *
539
- * @type {AcmOrganization}
540
- * @memberof ApiV1EventsPostRequest
541
- */
542
- host: AcmOrganization;
543
- /**
544
- * Whether or not the event should be shown on the ACM @ UIUC website home page (and added to Discord, as available).
545
- * @type {boolean}
546
- * @memberof ApiV1EventsPostRequest
547
- */
548
- featured?: boolean;
549
- /**
550
- *
551
- * @type {string}
552
- * @memberof ApiV1EventsPostRequest
553
- */
554
- paidEventId?: string;
555
- /**
556
- *
557
- * @type {{ [key: string]: string; }}
558
- * @memberof ApiV1EventsPostRequest
559
- */
560
- metadata?: {
561
- [key: string]: string;
562
- };
563
- /**
564
- *
565
- * @type {string}
566
- * @memberof ApiV1EventsPostRequest
567
- */
568
- repeats?: ApiV1EventsPostRequestRepeatsEnum;
569
- /**
570
- *
571
- * @type {string}
572
- * @memberof ApiV1EventsPostRequest
573
- */
574
- repeatEnds?: string;
575
- /**
576
- * Dates to exclude from recurrence rules (in the America/Chicago timezone).
577
- * @type {Array<string>}
578
- * @memberof ApiV1EventsPostRequest
579
- */
580
- repeatExcludes?: Array<string>;
581
- }
582
- /**
583
- * @export
584
- */
585
- export declare const ApiV1EventsPostRequestRepeatsEnum: {
586
- readonly Weekly: "weekly";
587
- readonly Biweekly: "biweekly";
588
- };
589
- export type ApiV1EventsPostRequestRepeatsEnum = typeof ApiV1EventsPostRequestRepeatsEnum[keyof typeof ApiV1EventsPostRequestRepeatsEnum];
590
- /**
591
- *
592
- * @export
593
- * @interface ApiV1IamGroupsGroupIdPatchRequest
594
- */
595
- export interface ApiV1IamGroupsGroupIdPatchRequest {
596
- /**
597
- *
598
- * @type {Array<string>}
599
- * @memberof ApiV1IamGroupsGroupIdPatchRequest
600
- */
601
- add: Array<string>;
602
- /**
603
- *
604
- * @type {Array<string>}
605
- * @memberof ApiV1IamGroupsGroupIdPatchRequest
606
- */
607
- remove: Array<string>;
608
- }
609
- /**
610
- *
611
- * @export
612
- * @interface ApiV1IamGroupsGroupIdRolesPostRequest
613
- */
614
- export interface ApiV1IamGroupsGroupIdRolesPostRequest {
615
- /**
616
- *
617
- * @type {ApiV1IamGroupsGroupIdRolesPostRequestRoles}
618
- * @memberof ApiV1IamGroupsGroupIdRolesPostRequest
619
- */
620
- roles: ApiV1IamGroupsGroupIdRolesPostRequestRoles;
621
- }
622
- /**
623
- *
624
- * @export
625
- * @interface ApiV1IamGroupsGroupIdRolesPostRequestRoles
626
- */
627
- export interface ApiV1IamGroupsGroupIdRolesPostRequestRoles {
628
- }
629
- /**
630
- *
631
- * @export
632
- * @interface ApiV1IamInviteUsersPostRequest
633
- */
634
- export interface ApiV1IamInviteUsersPostRequest {
635
- /**
636
- *
637
- * @type {Array<string>}
638
- * @memberof ApiV1IamInviteUsersPostRequest
639
- */
640
- emails: Array<string>;
641
- }
642
- /**
643
- *
644
- * @export
645
- * @interface ApiV1IamProfilePatchRequest
646
- */
647
- export interface ApiV1IamProfilePatchRequest {
648
- /**
649
- *
650
- * @type {string}
651
- * @memberof ApiV1IamProfilePatchRequest
652
- */
653
- displayName: string | null;
654
- /**
655
- *
656
- * @type {string}
657
- * @memberof ApiV1IamProfilePatchRequest
658
- */
659
- givenName: string | null;
660
- /**
661
- *
662
- * @type {string}
663
- * @memberof ApiV1IamProfilePatchRequest
664
- */
665
- surname: string | null;
666
- /**
667
- *
668
- * @type {string}
669
- * @memberof ApiV1IamProfilePatchRequest
670
- */
671
- mail: string;
672
- /**
673
- *
674
- * @type {string}
675
- * @memberof ApiV1IamProfilePatchRequest
676
- */
677
- discordUsername?: string | null;
678
- }
679
- /**
680
- *
681
- * @export
682
- * @interface ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner
683
- */
684
- export interface ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner {
685
- /**
686
- * Linkry shortened URL path.
687
- * @type {string}
688
- * @memberof ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner
689
- */
690
- slug: string;
691
- /**
692
- *
693
- * @type {string}
694
- * @memberof ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner
695
- */
696
- lastModifiedBy: string | null;
697
- /**
698
- *
699
- * @type {string}
700
- * @memberof ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner
701
- */
702
- createdAt: string;
703
- /**
704
- *
705
- * @type {string}
706
- * @memberof ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner
707
- */
708
- updatedAt: string;
709
- /**
710
- *
711
- * @type {string}
712
- * @memberof ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner
713
- */
714
- redirect: string;
715
- }
716
- /**
717
- *
718
- * @export
719
- * @interface ApiV1LinkryOrgsOrgIdRedirPostRequest
720
- */
721
- export interface ApiV1LinkryOrgsOrgIdRedirPostRequest {
722
- /**
723
- * Linkry shortened URL path.
724
- * @type {string}
725
- * @memberof ApiV1LinkryOrgsOrgIdRedirPostRequest
726
- */
727
- slug: string;
728
- /**
729
- * Full URL to redirect to when the short URL is visited.
730
- * @type {string}
731
- * @memberof ApiV1LinkryOrgsOrgIdRedirPostRequest
732
- */
733
- redirect: string;
734
- }
735
- /**
736
- *
737
- * @export
738
- * @interface ApiV1LinkryRedirPostRequest
739
- */
740
- export interface ApiV1LinkryRedirPostRequest {
741
- /**
742
- * Linkry shortened URL path.
743
- * @type {string}
744
- * @memberof ApiV1LinkryRedirPostRequest
745
- */
746
- slug: string;
747
- /**
748
- * List of groups to which access has been delegated.
749
- * @type {Array<string | null>}
750
- * @memberof ApiV1LinkryRedirPostRequest
751
- */
752
- access: Array<string | null>;
753
- /**
754
- * Full URL to redirect to when the short URL is visited.
755
- * @type {string}
756
- * @memberof ApiV1LinkryRedirPostRequest
757
- */
758
- redirect: string;
759
- }
760
- /**
761
- *
762
- * @export
763
- * @interface ApiV1MembershipExternalListListIdPatchRequest
764
- */
765
- export interface ApiV1MembershipExternalListListIdPatchRequest {
766
- /**
767
- *
768
- * @type {Array<string>}
769
- * @memberof ApiV1MembershipExternalListListIdPatchRequest
770
- */
771
- remove: Array<string>;
772
- /**
773
- *
774
- * @type {Array<string>}
775
- * @memberof ApiV1MembershipExternalListListIdPatchRequest
776
- */
777
- add: Array<string>;
778
- }
779
- /**
780
- *
781
- * @export
782
- * @interface ApiV1MembershipGet200Response
783
- */
784
- export interface ApiV1MembershipGet200Response {
785
- /**
786
- *
787
- * @type {string}
788
- * @memberof ApiV1MembershipGet200Response
789
- */
790
- givenName: string | null;
791
- /**
792
- *
793
- * @type {string}
794
- * @memberof ApiV1MembershipGet200Response
795
- */
796
- surname: string | null;
797
- /**
798
- * Valid Illinois NetID. See https://answers.uillinois.edu/illinois/page.php?id=78766 for more information.
799
- * @type {string}
800
- * @memberof ApiV1MembershipGet200Response
801
- */
802
- netId: string;
803
- /**
804
- *
805
- * @type {boolean}
806
- * @memberof ApiV1MembershipGet200Response
807
- */
808
- isPaidMember: boolean;
809
- }
810
- /**
811
- *
812
- * @export
813
- * @interface ApiV1OrganizationsGet200ResponseInner
814
- */
815
- export interface ApiV1OrganizationsGet200ResponseInner {
816
- /**
817
- *
818
- * @type {OrgUniqueId}
819
- * @memberof ApiV1OrganizationsGet200ResponseInner
820
- */
821
- id: OrgUniqueId;
822
- /**
823
- *
824
- * @type {string}
825
- * @memberof ApiV1OrganizationsGet200ResponseInner
826
- */
827
- name: ApiV1OrganizationsGet200ResponseInnerNameEnum;
828
- /**
829
- *
830
- * @type {string}
831
- * @memberof ApiV1OrganizationsGet200ResponseInner
832
- */
833
- type: ApiV1OrganizationsGet200ResponseInnerTypeEnum;
834
- /**
835
- *
836
- * @type {string}
837
- * @memberof ApiV1OrganizationsGet200ResponseInner
838
- */
839
- description?: string;
840
- /**
841
- *
842
- * @type {string}
843
- * @memberof ApiV1OrganizationsGet200ResponseInner
844
- */
845
- website?: string;
846
- /**
847
- *
848
- * @type {Array<ApiV1OrganizationsGet200ResponseInnerLeadsInner>}
849
- * @memberof ApiV1OrganizationsGet200ResponseInner
850
- */
851
- leads?: Array<ApiV1OrganizationsGet200ResponseInnerLeadsInner>;
852
- /**
853
- *
854
- * @type {Array<ApiV1OrganizationsGet200ResponseInnerLinksInner>}
855
- * @memberof ApiV1OrganizationsGet200ResponseInner
856
- */
857
- links?: Array<ApiV1OrganizationsGet200ResponseInnerLinksInner>;
858
- /**
859
- * Only returned for users with the Organization Definition Manager role.
860
- * @type {string}
861
- * @memberof ApiV1OrganizationsGet200ResponseInner
862
- */
863
- leadsEntraGroupId?: string;
864
- }
865
- /**
866
- * @export
867
- */
868
- export declare const ApiV1OrganizationsGet200ResponseInnerNameEnum: {
869
- readonly Acm: "ACM";
870
- readonly SigPwny: "SIGPwny";
871
- readonly Sigchi: "SIGCHI";
872
- readonly GameBuilders: "GameBuilders";
873
- readonly Sigaida: "SIGAIDA";
874
- readonly Siggraph: "SIGGRAPH";
875
- readonly Icpc: "ICPC";
876
- readonly SigMobile: "SIGMobile";
877
- readonly SigMusic: "SIGMusic";
878
- readonly Glug: "GLUG";
879
- readonly Signll: "SIGNLL";
880
- readonly SiGma: "SIGma";
881
- readonly SigQuantum: "SIGQuantum";
882
- readonly SiGecom: "SIGecom";
883
- readonly Sigplan: "SIGPLAN";
884
- readonly SigPolicy: "SIGPolicy";
885
- readonly Sigarch: "SIGARCH";
886
- readonly SigRobotics: "SIGRobotics";
887
- readonly SiGtricity: "SIGtricity";
888
- readonly InfrastructureCommittee: "Infrastructure Committee";
889
- readonly SocialCommittee: "Social Committee";
890
- readonly MentorshipCommittee: "Mentorship Committee";
891
- readonly AcademicCommittee: "Academic Committee";
892
- readonly CorporateCommittee: "Corporate Committee";
893
- readonly MarketingCommittee: "Marketing Committee";
894
- readonly ReflectionsProjections: "Reflections | Projections";
895
- readonly HackIllinois: "HackIllinois";
896
- };
897
- export type ApiV1OrganizationsGet200ResponseInnerNameEnum = typeof ApiV1OrganizationsGet200ResponseInnerNameEnum[keyof typeof ApiV1OrganizationsGet200ResponseInnerNameEnum];
898
- /**
899
- * @export
900
- */
901
- export declare const ApiV1OrganizationsGet200ResponseInnerTypeEnum: {
902
- readonly Main: "main";
903
- readonly Sig: "sig";
904
- readonly Committee: "committee";
905
- readonly Misc: "misc";
906
- };
907
- export type ApiV1OrganizationsGet200ResponseInnerTypeEnum = typeof ApiV1OrganizationsGet200ResponseInnerTypeEnum[keyof typeof ApiV1OrganizationsGet200ResponseInnerTypeEnum];
908
- /**
909
- *
910
- * @export
911
- * @interface ApiV1OrganizationsGet200ResponseInnerLeadsInner
912
- */
913
- export interface ApiV1OrganizationsGet200ResponseInnerLeadsInner {
914
- /**
915
- *
916
- * @type {string}
917
- * @memberof ApiV1OrganizationsGet200ResponseInnerLeadsInner
918
- */
919
- name?: string;
920
- /**
921
- *
922
- * @type {string}
923
- * @memberof ApiV1OrganizationsGet200ResponseInnerLeadsInner
924
- */
925
- username: string;
926
- /**
927
- *
928
- * @type {string}
929
- * @memberof ApiV1OrganizationsGet200ResponseInnerLeadsInner
930
- */
931
- title?: string;
932
- /**
933
- *
934
- * @type {boolean}
935
- * @memberof ApiV1OrganizationsGet200ResponseInnerLeadsInner
936
- */
937
- nonVotingMember: boolean;
938
- }
939
- /**
940
- *
941
- * @export
942
- * @interface ApiV1OrganizationsGet200ResponseInnerLinksInner
943
- */
944
- export interface ApiV1OrganizationsGet200ResponseInnerLinksInner {
945
- /**
946
- *
947
- * @type {string}
948
- * @memberof ApiV1OrganizationsGet200ResponseInnerLinksInner
949
- */
950
- type: ApiV1OrganizationsGet200ResponseInnerLinksInnerTypeEnum;
951
- /**
952
- *
953
- * @type {string}
954
- * @memberof ApiV1OrganizationsGet200ResponseInnerLinksInner
955
- */
956
- url: string;
957
- }
958
- /**
959
- * @export
960
- */
961
- export declare const ApiV1OrganizationsGet200ResponseInnerLinksInnerTypeEnum: {
962
- readonly Discord: "DISCORD";
963
- readonly Campuswire: "CAMPUSWIRE";
964
- readonly Slack: "SLACK";
965
- readonly Notion: "NOTION";
966
- readonly Matrix: "MATRIX";
967
- readonly Instagram: "INSTAGRAM";
968
- readonly Other: "OTHER";
969
- };
970
- export type ApiV1OrganizationsGet200ResponseInnerLinksInnerTypeEnum = typeof ApiV1OrganizationsGet200ResponseInnerLinksInnerTypeEnum[keyof typeof ApiV1OrganizationsGet200ResponseInnerLinksInnerTypeEnum];
971
- /**
972
- *
973
- * @export
974
- * @interface ApiV1OrganizationsOrgIdGet200Response
975
- */
976
- export interface ApiV1OrganizationsOrgIdGet200Response {
977
- /**
978
- *
979
- * @type {OrgUniqueId}
980
- * @memberof ApiV1OrganizationsOrgIdGet200Response
981
- */
982
- id: OrgUniqueId;
983
- /**
984
- *
985
- * @type {string}
986
- * @memberof ApiV1OrganizationsOrgIdGet200Response
987
- */
988
- name: ApiV1OrganizationsOrgIdGet200ResponseNameEnum;
989
- /**
990
- *
991
- * @type {string}
992
- * @memberof ApiV1OrganizationsOrgIdGet200Response
993
- */
994
- type: ApiV1OrganizationsOrgIdGet200ResponseTypeEnum;
995
- /**
996
- *
997
- * @type {string}
998
- * @memberof ApiV1OrganizationsOrgIdGet200Response
999
- */
1000
- description?: string;
1001
- /**
1002
- *
1003
- * @type {string}
1004
- * @memberof ApiV1OrganizationsOrgIdGet200Response
1005
- */
1006
- website?: string;
1007
- /**
1008
- *
1009
- * @type {Array<ApiV1OrganizationsOrgIdGet200ResponseLeadsInner>}
1010
- * @memberof ApiV1OrganizationsOrgIdGet200Response
1011
- */
1012
- leads?: Array<ApiV1OrganizationsOrgIdGet200ResponseLeadsInner>;
1013
- /**
1014
- *
1015
- * @type {Array<ApiV1OrganizationsOrgIdGet200ResponseLinksInner>}
1016
- * @memberof ApiV1OrganizationsOrgIdGet200Response
1017
- */
1018
- links?: Array<ApiV1OrganizationsOrgIdGet200ResponseLinksInner>;
1019
- /**
1020
- * Only returned for users with the Organization Definition Manager role.
1021
- * @type {string}
1022
- * @memberof ApiV1OrganizationsOrgIdGet200Response
1023
- */
1024
- leadsEntraGroupId?: string;
1025
- }
1026
- /**
1027
- * @export
1028
- */
1029
- export declare const ApiV1OrganizationsOrgIdGet200ResponseNameEnum: {
1030
- readonly Acm: "ACM";
1031
- readonly SigPwny: "SIGPwny";
1032
- readonly Sigchi: "SIGCHI";
1033
- readonly GameBuilders: "GameBuilders";
1034
- readonly Sigaida: "SIGAIDA";
1035
- readonly Siggraph: "SIGGRAPH";
1036
- readonly Icpc: "ICPC";
1037
- readonly SigMobile: "SIGMobile";
1038
- readonly SigMusic: "SIGMusic";
1039
- readonly Glug: "GLUG";
1040
- readonly Signll: "SIGNLL";
1041
- readonly SiGma: "SIGma";
1042
- readonly SigQuantum: "SIGQuantum";
1043
- readonly SiGecom: "SIGecom";
1044
- readonly Sigplan: "SIGPLAN";
1045
- readonly SigPolicy: "SIGPolicy";
1046
- readonly Sigarch: "SIGARCH";
1047
- readonly SigRobotics: "SIGRobotics";
1048
- readonly SiGtricity: "SIGtricity";
1049
- readonly InfrastructureCommittee: "Infrastructure Committee";
1050
- readonly SocialCommittee: "Social Committee";
1051
- readonly MentorshipCommittee: "Mentorship Committee";
1052
- readonly AcademicCommittee: "Academic Committee";
1053
- readonly CorporateCommittee: "Corporate Committee";
1054
- readonly MarketingCommittee: "Marketing Committee";
1055
- readonly ReflectionsProjections: "Reflections | Projections";
1056
- readonly HackIllinois: "HackIllinois";
1057
- };
1058
- export type ApiV1OrganizationsOrgIdGet200ResponseNameEnum = typeof ApiV1OrganizationsOrgIdGet200ResponseNameEnum[keyof typeof ApiV1OrganizationsOrgIdGet200ResponseNameEnum];
1059
- /**
1060
- * @export
1061
- */
1062
- export declare const ApiV1OrganizationsOrgIdGet200ResponseTypeEnum: {
1063
- readonly Main: "main";
1064
- readonly Sig: "sig";
1065
- readonly Committee: "committee";
1066
- readonly Misc: "misc";
1067
- };
1068
- export type ApiV1OrganizationsOrgIdGet200ResponseTypeEnum = typeof ApiV1OrganizationsOrgIdGet200ResponseTypeEnum[keyof typeof ApiV1OrganizationsOrgIdGet200ResponseTypeEnum];
1069
- /**
1070
- *
1071
- * @export
1072
- * @interface ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
1073
- */
1074
- export interface ApiV1OrganizationsOrgIdGet200ResponseLeadsInner {
1075
- /**
1076
- *
1077
- * @type {string}
1078
- * @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
1079
- */
1080
- name?: string;
1081
- /**
1082
- *
1083
- * @type {string}
1084
- * @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
1085
- */
1086
- username: string;
1087
- /**
1088
- *
1089
- * @type {string}
1090
- * @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
1091
- */
1092
- title?: string;
1093
- /**
1094
- *
1095
- * @type {boolean}
1096
- * @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
1097
- */
1098
- nonVotingMember: boolean;
1099
- }
1100
- /**
1101
- *
1102
- * @export
1103
- * @interface ApiV1OrganizationsOrgIdGet200ResponseLinksInner
1104
- */
1105
- export interface ApiV1OrganizationsOrgIdGet200ResponseLinksInner {
1106
- /**
1107
- *
1108
- * @type {string}
1109
- * @memberof ApiV1OrganizationsOrgIdGet200ResponseLinksInner
1110
- */
1111
- type: ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum;
1112
- /**
1113
- *
1114
- * @type {string}
1115
- * @memberof ApiV1OrganizationsOrgIdGet200ResponseLinksInner
1116
- */
1117
- url: string;
1118
- }
1119
- /**
1120
- * @export
1121
- */
1122
- export declare const ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum: {
1123
- readonly Discord: "DISCORD";
1124
- readonly Campuswire: "CAMPUSWIRE";
1125
- readonly Slack: "SLACK";
1126
- readonly Notion: "NOTION";
1127
- readonly Matrix: "MATRIX";
1128
- readonly Instagram: "INSTAGRAM";
1129
- readonly Other: "OTHER";
1130
- };
1131
- export type ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum = typeof ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum[keyof typeof ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum];
1132
- /**
1133
- *
1134
- * @export
1135
- * @interface ApiV1OrganizationsOrgIdLeadsPatchRequest
1136
- */
1137
- export interface ApiV1OrganizationsOrgIdLeadsPatchRequest {
1138
- /**
1139
- *
1140
- * @type {Array<ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner>}
1141
- * @memberof ApiV1OrganizationsOrgIdLeadsPatchRequest
1142
- */
1143
- add: Array<ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner>;
1144
- /**
1145
- *
1146
- * @type {Array<string>}
1147
- * @memberof ApiV1OrganizationsOrgIdLeadsPatchRequest
1148
- */
1149
- remove: Array<string>;
1150
- }
1151
- /**
1152
- *
1153
- * @export
1154
- * @interface ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
1155
- */
1156
- export interface ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner {
1157
- /**
1158
- *
1159
- * @type {string}
1160
- * @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
1161
- */
1162
- name?: string;
1163
- /**
1164
- *
1165
- * @type {string}
1166
- * @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
1167
- */
1168
- username: string;
1169
- /**
1170
- *
1171
- * @type {string}
1172
- * @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
1173
- */
1174
- title: string | null;
1175
- /**
1176
- *
1177
- * @type {boolean}
1178
- * @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
1179
- */
1180
- nonVotingMember?: boolean;
1181
- }
1182
- /**
1183
- *
1184
- * @export
1185
- * @interface ApiV1OrganizationsOrgIdMetaPostRequest
1186
- */
1187
- export interface ApiV1OrganizationsOrgIdMetaPostRequest {
1188
- /**
1189
- *
1190
- * @type {string}
1191
- * @memberof ApiV1OrganizationsOrgIdMetaPostRequest
1192
- */
1193
- description?: string;
1194
- /**
1195
- *
1196
- * @type {string}
1197
- * @memberof ApiV1OrganizationsOrgIdMetaPostRequest
1198
- */
1199
- website?: string;
1200
- /**
1201
- *
1202
- * @type {Array<ApiV1OrganizationsOrgIdMetaPostRequestLinksInner>}
1203
- * @memberof ApiV1OrganizationsOrgIdMetaPostRequest
1204
- */
1205
- links?: Array<ApiV1OrganizationsOrgIdMetaPostRequestLinksInner>;
1206
- }
1207
- /**
1208
- *
1209
- * @export
1210
- * @interface ApiV1OrganizationsOrgIdMetaPostRequestLinksInner
1211
- */
1212
- export interface ApiV1OrganizationsOrgIdMetaPostRequestLinksInner {
1213
- /**
1214
- *
1215
- * @type {string}
1216
- * @memberof ApiV1OrganizationsOrgIdMetaPostRequestLinksInner
1217
- */
1218
- type: ApiV1OrganizationsOrgIdMetaPostRequestLinksInnerTypeEnum;
1219
- /**
1220
- *
1221
- * @type {string}
1222
- * @memberof ApiV1OrganizationsOrgIdMetaPostRequestLinksInner
1223
- */
1224
- url: string;
1225
- }
1226
- /**
1227
- * @export
1228
- */
1229
- export declare const ApiV1OrganizationsOrgIdMetaPostRequestLinksInnerTypeEnum: {
1230
- readonly Discord: "DISCORD";
1231
- readonly Campuswire: "CAMPUSWIRE";
1232
- readonly Slack: "SLACK";
1233
- readonly Notion: "NOTION";
1234
- readonly Matrix: "MATRIX";
1235
- readonly Instagram: "INSTAGRAM";
1236
- readonly Other: "OTHER";
1237
- };
1238
- export type ApiV1OrganizationsOrgIdMetaPostRequestLinksInnerTypeEnum = typeof ApiV1OrganizationsOrgIdMetaPostRequestLinksInnerTypeEnum[keyof typeof ApiV1OrganizationsOrgIdMetaPostRequestLinksInnerTypeEnum];
1239
- /**
1240
- *
1241
- * @export
1242
- * @interface ApiV1ProtectedGet200Response
1243
- */
1244
- export interface ApiV1ProtectedGet200Response {
1245
- /**
1246
- *
1247
- * @type {string}
1248
- * @memberof ApiV1ProtectedGet200Response
1249
- */
1250
- username: string | null;
1251
- /**
1252
- * A list of application roles the user has.
1253
- * @type {Array<string>}
1254
- * @memberof ApiV1ProtectedGet200Response
1255
- */
1256
- roles: Array<ApiV1ProtectedGet200ResponseRolesEnum>;
1257
- /**
1258
- * A list of roles that the user has in various ACM sub-organizations.
1259
- * @type {Array<ApiV1ProtectedGet200ResponseOrgRolesInner>}
1260
- * @memberof ApiV1ProtectedGet200Response
1261
- */
1262
- orgRoles: Array<ApiV1ProtectedGet200ResponseOrgRolesInner>;
1263
- }
1264
- /**
1265
- * @export
1266
- */
1267
- export declare const ApiV1ProtectedGet200ResponseRolesEnum: {
1268
- readonly ManageEvents: "manage:events";
1269
- readonly ManageRsvps: "manage:rsvps";
1270
- readonly ViewRsvps: "view:rsvps";
1271
- readonly ScanTickets: "scan:tickets";
1272
- readonly ManageTickets: "manage:tickets";
1273
- readonly AdminIam: "admin:iam";
1274
- readonly InviteIam: "invite:iam";
1275
- readonly ManageLinks: "manage:links";
1276
- readonly AdminLinks: "admin:links";
1277
- readonly CreateStripeLink: "create:stripeLink";
1278
- readonly BypassOla: "bypass:ola";
1279
- readonly ViewAllRoomRequest: "viewAll:roomRequest";
1280
- readonly CreateRoomRequest: "create:roomRequest";
1281
- readonly UpdateRoomRequest: "update:roomRequest";
1282
- readonly ViewAuditLog: "view:auditLog";
1283
- readonly ManageOrgApiKey: "manage:orgApiKey";
1284
- readonly ViewInternalMembershipList: "view:internalMembershipList";
1285
- readonly ViewExternalMembershipList: "view:externalMembershipList";
1286
- readonly ManageExternalMembershipList: "manage:externalMembershipList";
1287
- readonly ManageOrgDefinitions: "manage:orgDefinitions";
1288
- readonly ViewUserInfo: "view:userInfo";
1289
- readonly ManageStore: "manage:store";
1290
- readonly FulfillStore: "fulfill:store";
1291
- readonly MetaRoleManageSomeOrg: "__metaRole:manage:someOrg";
1292
- };
1293
- export type ApiV1ProtectedGet200ResponseRolesEnum = typeof ApiV1ProtectedGet200ResponseRolesEnum[keyof typeof ApiV1ProtectedGet200ResponseRolesEnum];
1294
- /**
1295
- *
1296
- * @export
1297
- * @interface ApiV1ProtectedGet200ResponseOrgRolesInner
1298
- */
1299
- export interface ApiV1ProtectedGet200ResponseOrgRolesInner {
1300
- /**
1301
- *
1302
- * @type {OrgUniqueId}
1303
- * @memberof ApiV1ProtectedGet200ResponseOrgRolesInner
1304
- */
1305
- org: OrgUniqueId;
1306
- /**
1307
- *
1308
- * @type {string}
1309
- * @memberof ApiV1ProtectedGet200ResponseOrgRolesInner
1310
- */
1311
- role: ApiV1ProtectedGet200ResponseOrgRolesInnerRoleEnum;
1312
- }
1313
- /**
1314
- * @export
1315
- */
1316
- export declare const ApiV1ProtectedGet200ResponseOrgRolesInnerRoleEnum: {
1317
- readonly Lead: "LEAD";
1318
- readonly Member: "MEMBER";
1319
- };
1320
- export type ApiV1ProtectedGet200ResponseOrgRolesInnerRoleEnum = typeof ApiV1ProtectedGet200ResponseOrgRolesInnerRoleEnum[keyof typeof ApiV1ProtectedGet200ResponseOrgRolesInnerRoleEnum];
1321
- /**
1322
- *
1323
- * @export
1324
- * @interface ApiV1RoomRequestsPostRequest
1325
- */
1326
- export interface ApiV1RoomRequestsPostRequest {
1327
- /**
1328
- *
1329
- * @type {OrgUniqueId}
1330
- * @memberof ApiV1RoomRequestsPostRequest
1331
- */
1332
- host: OrgUniqueId;
1333
- /**
1334
- *
1335
- * @type {string}
1336
- * @memberof ApiV1RoomRequestsPostRequest
1337
- */
1338
- title: string;
1339
- /**
1340
- * Short semester slug for a given semester.
1341
- * @type {string}
1342
- * @memberof ApiV1RoomRequestsPostRequest
1343
- */
1344
- semester: string;
1345
- /**
1346
- *
1347
- * @type {string}
1348
- * @memberof ApiV1RoomRequestsPostRequest
1349
- */
1350
- eventStart: string;
1351
- /**
1352
- *
1353
- * @type {string}
1354
- * @memberof ApiV1RoomRequestsPostRequest
1355
- */
1356
- eventEnd: string;
1357
- /**
1358
- *
1359
- * @type {string}
1360
- * @memberof ApiV1RoomRequestsPostRequest
1361
- */
1362
- theme: ApiV1RoomRequestsPostRequestThemeEnum;
1363
- /**
1364
- *
1365
- * @type {string}
1366
- * @memberof ApiV1RoomRequestsPostRequest
1367
- */
1368
- description: string;
1369
- /**
1370
- *
1371
- * @type {boolean}
1372
- * @memberof ApiV1RoomRequestsPostRequest
1373
- */
1374
- isRecurring?: boolean;
1375
- /**
1376
- *
1377
- * @type {string}
1378
- * @memberof ApiV1RoomRequestsPostRequest
1379
- */
1380
- recurrencePattern?: ApiV1RoomRequestsPostRequestRecurrencePatternEnum;
1381
- /**
1382
- *
1383
- * @type {string}
1384
- * @memberof ApiV1RoomRequestsPostRequest
1385
- */
1386
- recurrenceEndDate?: string;
1387
- /**
1388
- *
1389
- * @type {boolean}
1390
- * @memberof ApiV1RoomRequestsPostRequest
1391
- */
1392
- setupNeeded?: boolean;
1393
- /**
1394
- *
1395
- * @type {number}
1396
- * @memberof ApiV1RoomRequestsPostRequest
1397
- */
1398
- setupMinutesBefore?: number;
1399
- /**
1400
- *
1401
- * @type {boolean}
1402
- * @memberof ApiV1RoomRequestsPostRequest
1403
- */
1404
- hostingMinors: boolean;
1405
- /**
1406
- *
1407
- * @type {string}
1408
- * @memberof ApiV1RoomRequestsPostRequest
1409
- */
1410
- locationType: ApiV1RoomRequestsPostRequestLocationTypeEnum;
1411
- /**
1412
- *
1413
- * @type {string}
1414
- * @memberof ApiV1RoomRequestsPostRequest
1415
- */
1416
- spaceType?: string | null;
1417
- /**
1418
- *
1419
- * @type {boolean}
1420
- * @memberof ApiV1RoomRequestsPostRequest
1421
- */
1422
- requestsSccsRoom?: boolean;
1423
- /**
1424
- *
1425
- * @type {string}
1426
- * @memberof ApiV1RoomRequestsPostRequest
1427
- */
1428
- specificRoom?: string | null;
1429
- /**
1430
- *
1431
- * @type {number}
1432
- * @memberof ApiV1RoomRequestsPostRequest
1433
- */
1434
- estimatedAttendees?: number;
1435
- /**
1436
- *
1437
- * @type {number}
1438
- * @memberof ApiV1RoomRequestsPostRequest
1439
- */
1440
- seatsNeeded?: number;
1441
- /**
1442
- *
1443
- * @type {string}
1444
- * @memberof ApiV1RoomRequestsPostRequest
1445
- */
1446
- setupDetails?: string | null;
1447
- /**
1448
- *
1449
- * @type {string}
1450
- * @memberof ApiV1RoomRequestsPostRequest
1451
- */
1452
- onCampusPartners: string | null;
1453
- /**
1454
- *
1455
- * @type {string}
1456
- * @memberof ApiV1RoomRequestsPostRequest
1457
- */
1458
- offCampusPartners: string | null;
1459
- /**
1460
- *
1461
- * @type {string}
1462
- * @memberof ApiV1RoomRequestsPostRequest
1463
- */
1464
- nonIllinoisSpeaker: string | null;
1465
- /**
1466
- *
1467
- * @type {number}
1468
- * @memberof ApiV1RoomRequestsPostRequest
1469
- */
1470
- nonIllinoisAttendees: number | null;
1471
- /**
1472
- *
1473
- * @type {boolean}
1474
- * @memberof ApiV1RoomRequestsPostRequest
1475
- */
1476
- foodOrDrink: boolean;
1477
- /**
1478
- *
1479
- * @type {boolean}
1480
- * @memberof ApiV1RoomRequestsPostRequest
1481
- */
1482
- crafting: boolean;
1483
- /**
1484
- *
1485
- * @type {string}
1486
- * @memberof ApiV1RoomRequestsPostRequest
1487
- */
1488
- comments?: string;
1489
- }
1490
- /**
1491
- * @export
1492
- */
1493
- export declare const ApiV1RoomRequestsPostRequestThemeEnum: {
1494
- readonly ArtsMusic: "Arts & Music";
1495
- readonly Athletics: "Athletics";
1496
- readonly Cultural: "Cultural";
1497
- readonly Fundraising: "Fundraising";
1498
- readonly GroupBusiness: "Group Business";
1499
- readonly Learning: "Learning";
1500
- readonly Service: "Service";
1501
- readonly Social: "Social";
1502
- readonly Spirituality: "Spirituality";
1503
- };
1504
- export type ApiV1RoomRequestsPostRequestThemeEnum = typeof ApiV1RoomRequestsPostRequestThemeEnum[keyof typeof ApiV1RoomRequestsPostRequestThemeEnum];
1505
- /**
1506
- * @export
1507
- */
1508
- export declare const ApiV1RoomRequestsPostRequestRecurrencePatternEnum: {
1509
- readonly Weekly: "weekly";
1510
- readonly Biweekly: "biweekly";
1511
- readonly Monthly: "monthly";
1512
- };
1513
- export type ApiV1RoomRequestsPostRequestRecurrencePatternEnum = typeof ApiV1RoomRequestsPostRequestRecurrencePatternEnum[keyof typeof ApiV1RoomRequestsPostRequestRecurrencePatternEnum];
1514
- /**
1515
- * @export
1516
- */
1517
- export declare const ApiV1RoomRequestsPostRequestLocationTypeEnum: {
1518
- readonly InPerson: "in-person";
1519
- readonly Virtual: "virtual";
1520
- readonly Both: "both";
1521
- };
1522
- export type ApiV1RoomRequestsPostRequestLocationTypeEnum = typeof ApiV1RoomRequestsPostRequestLocationTypeEnum[keyof typeof ApiV1RoomRequestsPostRequestLocationTypeEnum];
1523
- /**
1524
- *
1525
- * @export
1526
- * @interface ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response
1527
- */
1528
- export interface ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response {
1529
- /**
1530
- *
1531
- * @type {string}
1532
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response
1533
- */
1534
- downloadUrl: string;
1535
- }
1536
- /**
1537
- *
1538
- * @export
1539
- * @interface ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response
1540
- */
1541
- export interface ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response {
1542
- /**
1543
- *
1544
- * @type {string}
1545
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response
1546
- */
1547
- uploadUrl?: string;
1548
- }
1549
- /**
1550
- *
1551
- * @export
1552
- * @interface ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest
1553
- */
1554
- export interface ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest {
1555
- /**
1556
- *
1557
- * @type {string}
1558
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest
1559
- */
1560
- status: ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestStatusEnum;
1561
- /**
1562
- *
1563
- * @type {ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo}
1564
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest
1565
- */
1566
- attachmentInfo?: ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo;
1567
- /**
1568
- *
1569
- * @type {string}
1570
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest
1571
- */
1572
- notes: string;
1573
- }
1574
- /**
1575
- * @export
1576
- */
1577
- export declare const ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestStatusEnum: {
1578
- readonly Created: "created";
1579
- readonly MoreInformationNeeded: "more_information_needed";
1580
- readonly RejectedByAcm: "rejected_by_acm";
1581
- readonly Submitted: "submitted";
1582
- readonly Approved: "approved";
1583
- readonly RejectedByUiuc: "rejected_by_uiuc";
1584
- };
1585
- export type ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestStatusEnum = typeof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestStatusEnum[keyof typeof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestStatusEnum];
1586
- /**
1587
- *
1588
- * @export
1589
- * @interface ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo
1590
- */
1591
- export interface ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo {
1592
- /**
1593
- *
1594
- * @type {string}
1595
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo
1596
- */
1597
- filename: string;
1598
- /**
1599
- *
1600
- * @type {number}
1601
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo
1602
- */
1603
- fileSizeBytes: number;
1604
- /**
1605
- *
1606
- * @type {string}
1607
- * @memberof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo
1608
- */
1609
- contentType: ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfoContentTypeEnum;
1610
- }
1611
- /**
1612
- * @export
1613
- */
1614
- export declare const ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfoContentTypeEnum: {
1615
- readonly ApplicationPdf: "application/pdf";
1616
- readonly ImageJpeg: "image/jpeg";
1617
- readonly ImageHeic: "image/heic";
1618
- readonly ImagePng: "image/png";
1619
- };
1620
- export type ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfoContentTypeEnum = typeof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfoContentTypeEnum[keyof typeof ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfoContentTypeEnum];
1621
- /**
1622
- *
1623
- * @export
1624
- * @interface ApiV1StoreAdminOrderOrderIdGet200Response
1625
- */
1626
- export interface ApiV1StoreAdminOrderOrderIdGet200Response {
1627
- /**
1628
- *
1629
- * @type {string}
1630
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1631
- */
1632
- orderId: string | null;
1633
- /**
1634
- *
1635
- * @type {string}
1636
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1637
- */
1638
- userId: string;
1639
- /**
1640
- *
1641
- * @type {string}
1642
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1643
- */
1644
- status: ApiV1StoreAdminOrderOrderIdGet200ResponseStatusEnum;
1645
- /**
1646
- *
1647
- * @type {string}
1648
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1649
- */
1650
- stripePaymentIdentifier?: string;
1651
- /**
1652
- *
1653
- * @type {number}
1654
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1655
- */
1656
- createdAt: number;
1657
- /**
1658
- *
1659
- * @type {number}
1660
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1661
- */
1662
- confirmedAt?: number;
1663
- /**
1664
- *
1665
- * @type {number}
1666
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1667
- */
1668
- cancelledAt?: number;
1669
- /**
1670
- *
1671
- * @type {string}
1672
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1673
- */
1674
- refundId?: string;
1675
- /**
1676
- *
1677
- * @type {number}
1678
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1679
- */
1680
- expiresAt?: number;
1681
- /**
1682
- *
1683
- * @type {Array<ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner>}
1684
- * @memberof ApiV1StoreAdminOrderOrderIdGet200Response
1685
- */
1686
- lineItems: Array<ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner>;
1687
- }
1688
- /**
1689
- * @export
1690
- */
1691
- export declare const ApiV1StoreAdminOrderOrderIdGet200ResponseStatusEnum: {
1692
- readonly Pending: "PENDING";
1693
- readonly Capturing: "CAPTURING";
1694
- readonly Active: "ACTIVE";
1695
- readonly Refunded: "REFUNDED";
1696
- readonly Cancelled: "CANCELLED";
1697
- };
1698
- export type ApiV1StoreAdminOrderOrderIdGet200ResponseStatusEnum = typeof ApiV1StoreAdminOrderOrderIdGet200ResponseStatusEnum[keyof typeof ApiV1StoreAdminOrderOrderIdGet200ResponseStatusEnum];
1699
- /**
1700
- *
1701
- * @export
1702
- * @interface ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1703
- */
1704
- export interface ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner {
1705
- /**
1706
- *
1707
- * @type {string}
1708
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1709
- */
1710
- orderId: string;
1711
- /**
1712
- *
1713
- * @type {string}
1714
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1715
- */
1716
- lineItemId: string;
1717
- /**
1718
- *
1719
- * @type {string}
1720
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1721
- */
1722
- productId: string;
1723
- /**
1724
- *
1725
- * @type {string}
1726
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1727
- */
1728
- variantId: string;
1729
- /**
1730
- *
1731
- * @type {number}
1732
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1733
- */
1734
- quantity: number;
1735
- /**
1736
- *
1737
- * @type {string}
1738
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1739
- */
1740
- priceId: string;
1741
- /**
1742
- *
1743
- * @type {number}
1744
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1745
- */
1746
- unitPriceCents?: number;
1747
- /**
1748
- *
1749
- * @type {number}
1750
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1751
- */
1752
- createdAt: number;
1753
- /**
1754
- *
1755
- * @type {string}
1756
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1757
- */
1758
- itemId?: string;
1759
- /**
1760
- *
1761
- * @type {boolean}
1762
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1763
- */
1764
- isFulfilled: boolean;
1765
- /**
1766
- *
1767
- * @type {string}
1768
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1769
- */
1770
- userId?: string;
1771
- /**
1772
- *
1773
- * @type {string}
1774
- * @memberof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner
1775
- */
1776
- status?: ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInnerStatusEnum;
1777
- }
1778
- /**
1779
- * @export
1780
- */
1781
- export declare const ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInnerStatusEnum: {
1782
- readonly Pending: "PENDING";
1783
- readonly Capturing: "CAPTURING";
1784
- readonly Active: "ACTIVE";
1785
- readonly Refunded: "REFUNDED";
1786
- readonly Cancelled: "CANCELLED";
1787
- };
1788
- export type ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInnerStatusEnum = typeof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInnerStatusEnum[keyof typeof ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInnerStatusEnum];
1789
- /**
1790
- *
1791
- * @export
1792
- * @interface ApiV1StoreAdminOrdersOrderIdFulfillPostRequest
1793
- */
1794
- export interface ApiV1StoreAdminOrdersOrderIdFulfillPostRequest {
1795
- /**
1796
- *
1797
- * @type {Array<string | null>}
1798
- * @memberof ApiV1StoreAdminOrdersOrderIdFulfillPostRequest
1799
- */
1800
- lineItemIds: Array<string | null>;
1801
- }
1802
- /**
1803
- *
1804
- * @export
1805
- * @interface ApiV1StoreAdminOrdersOrderIdRefundPostRequest
1806
- */
1807
- export interface ApiV1StoreAdminOrdersOrderIdRefundPostRequest {
1808
- /**
1809
- *
1810
- * @type {boolean}
1811
- * @memberof ApiV1StoreAdminOrdersOrderIdRefundPostRequest
1812
- */
1813
- releaseInventory: boolean;
1814
- }
1815
- /**
1816
- *
1817
- * @export
1818
- * @interface ApiV1StoreAdminOrdersProductIdGet200Response
1819
- */
1820
- export interface ApiV1StoreAdminOrdersProductIdGet200Response {
1821
- /**
1822
- *
1823
- * @type {Array<ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner>}
1824
- * @memberof ApiV1StoreAdminOrdersProductIdGet200Response
1825
- */
1826
- items: Array<ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner>;
1827
- }
1828
- /**
1829
- *
1830
- * @export
1831
- * @interface ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1832
- */
1833
- export interface ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner {
1834
- /**
1835
- *
1836
- * @type {string}
1837
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1838
- */
1839
- orderId: string | null;
1840
- /**
1841
- *
1842
- * @type {string}
1843
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1844
- */
1845
- lineItemId: string | null;
1846
- /**
1847
- *
1848
- * @type {string}
1849
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1850
- */
1851
- productId: string | null;
1852
- /**
1853
- *
1854
- * @type {string}
1855
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1856
- */
1857
- variantId: string | null;
1858
- /**
1859
- *
1860
- * @type {number}
1861
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1862
- */
1863
- quantity: number;
1864
- /**
1865
- *
1866
- * @type {string}
1867
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1868
- */
1869
- priceId: string;
1870
- /**
1871
- *
1872
- * @type {number}
1873
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1874
- */
1875
- unitPriceCents?: number | null;
1876
- /**
1877
- *
1878
- * @type {number}
1879
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1880
- */
1881
- createdAt: number;
1882
- /**
1883
- *
1884
- * @type {string}
1885
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1886
- */
1887
- itemId?: string;
1888
- /**
1889
- *
1890
- * @type {boolean}
1891
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1892
- */
1893
- isFulfilled: boolean;
1894
- /**
1895
- *
1896
- * @type {string}
1897
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1898
- */
1899
- userId?: string | null;
1900
- /**
1901
- *
1902
- * @type {string}
1903
- * @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
1904
- */
1905
- status?: ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum;
1906
- }
1907
- /**
1908
- * @export
1909
- */
1910
- export declare const ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum: {
1911
- readonly Pending: "PENDING";
1912
- readonly Capturing: "CAPTURING";
1913
- readonly Active: "ACTIVE";
1914
- readonly Refunded: "REFUNDED";
1915
- readonly Cancelled: "CANCELLED";
1916
- };
1917
- export type ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum = typeof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum[keyof typeof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum];
1918
- /**
1919
- *
1920
- * @export
1921
- * @interface ApiV1StoreAdminProductsGet200Response
1922
- */
1923
- export interface ApiV1StoreAdminProductsGet200Response {
1924
- /**
1925
- *
1926
- * @type {Array<ApiV1StoreAdminProductsGet200ResponseProductsInner>}
1927
- * @memberof ApiV1StoreAdminProductsGet200Response
1928
- */
1929
- products: Array<ApiV1StoreAdminProductsGet200ResponseProductsInner>;
1930
- }
1931
- /**
1932
- *
1933
- * @export
1934
- * @interface ApiV1StoreAdminProductsGet200ResponseProductsInner
1935
- */
1936
- export interface ApiV1StoreAdminProductsGet200ResponseProductsInner {
1937
- /**
1938
- *
1939
- * @type {string}
1940
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1941
- */
1942
- productId: string | null;
1943
- /**
1944
- *
1945
- * @type {string}
1946
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1947
- */
1948
- name: string | null;
1949
- /**
1950
- *
1951
- * @type {string}
1952
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1953
- */
1954
- description?: string;
1955
- /**
1956
- *
1957
- * @type {string}
1958
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1959
- */
1960
- imageUrl?: string;
1961
- /**
1962
- *
1963
- * @type {number}
1964
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1965
- */
1966
- openAt?: number | null;
1967
- /**
1968
- *
1969
- * @type {number}
1970
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1971
- */
1972
- closeAt?: number | null;
1973
- /**
1974
- *
1975
- * @type {string}
1976
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1977
- */
1978
- stripeProductId?: string;
1979
- /**
1980
- *
1981
- * @type {ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration}
1982
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1983
- */
1984
- limitConfiguration?: ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
1985
- /**
1986
- *
1987
- * @type {boolean}
1988
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1989
- */
1990
- verifiedIdentityRequired: boolean;
1991
- /**
1992
- * Whether inventory is tracked per-variant or as a total across all variants.
1993
- * @type {string}
1994
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
1995
- */
1996
- inventoryMode: ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum;
1997
- /**
1998
- *
1999
- * @type {number}
2000
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
2001
- */
2002
- totalInventoryCount?: number | null;
2003
- /**
2004
- *
2005
- * @type {number}
2006
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
2007
- */
2008
- totalSoldCount?: number;
2009
- /**
2010
- * This additional text will be included on confirmation emails sent to purchasers.
2011
- * @type {string}
2012
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
2013
- */
2014
- additionalEmailText?: string;
2015
- /**
2016
- * A user-friendly name for a product variant.
2017
- * @type {string}
2018
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
2019
- */
2020
- variantFriendlyName: string;
2021
- /**
2022
- *
2023
- * @type {Array<ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner>}
2024
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
2025
- */
2026
- variants: Array<ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner>;
2027
- /**
2028
- *
2029
- * @type {boolean}
2030
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
2031
- */
2032
- isOpen: boolean;
2033
- }
2034
- /**
2035
- * @export
2036
- */
2037
- export declare const ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum: {
2038
- readonly PerProduct: "PER_PRODUCT";
2039
- readonly PerVariant: "PER_VARIANT";
2040
- };
2041
- export type ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum = typeof ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum[keyof typeof ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum];
2042
- /**
2043
- *
2044
- * @export
2045
- * @interface ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2046
- */
2047
- export interface ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner {
2048
- /**
2049
- *
2050
- * @type {string}
2051
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2052
- */
2053
- variantId: string | null;
2054
- /**
2055
- *
2056
- * @type {string}
2057
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2058
- */
2059
- name: string | null;
2060
- /**
2061
- *
2062
- * @type {string}
2063
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2064
- */
2065
- description?: string;
2066
- /**
2067
- *
2068
- * @type {string}
2069
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2070
- */
2071
- imageUrl?: string;
2072
- /**
2073
- *
2074
- * @type {Array<string>}
2075
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2076
- */
2077
- memberLists: Array<string>;
2078
- /**
2079
- *
2080
- * @type {string}
2081
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2082
- */
2083
- memberPriceId: string | null;
2084
- /**
2085
- *
2086
- * @type {string}
2087
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2088
- */
2089
- nonmemberPriceId: string | null;
2090
- /**
2091
- *
2092
- * @type {number}
2093
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2094
- */
2095
- inventoryCount?: number | null;
2096
- /**
2097
- *
2098
- * @type {number}
2099
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2100
- */
2101
- soldCount: number;
2102
- /**
2103
- *
2104
- * @type {boolean}
2105
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2106
- */
2107
- exchangesAllowed: boolean;
2108
- /**
2109
- * The cost to purchase this variant if the customer is a member of `memberLists`.
2110
- * @type {number}
2111
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2112
- */
2113
- memberPriceCents: number;
2114
- /**
2115
- * The cost to purchase this variant if the customer is NOT a member of `memberLists`.
2116
- * @type {number}
2117
- * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
2118
- */
2119
- nonmemberPriceCents: number;
2120
- }
2121
- /**
2122
- *
2123
- * @export
2124
- * @interface ApiV1StoreAdminProductsPost201Response
2125
- */
2126
- export interface ApiV1StoreAdminProductsPost201Response {
2127
- /**
2128
- *
2129
- * @type {boolean}
2130
- * @memberof ApiV1StoreAdminProductsPost201Response
2131
- */
2132
- success: boolean;
2133
- /**
2134
- *
2135
- * @type {string}
2136
- * @memberof ApiV1StoreAdminProductsPost201Response
2137
- */
2138
- productId: string;
2139
- }
2140
- /**
2141
- *
2142
- * @export
2143
- * @interface ApiV1StoreAdminProductsPostRequest
2144
- */
2145
- export interface ApiV1StoreAdminProductsPostRequest {
2146
- /**
2147
- *
2148
- * @type {string}
2149
- * @memberof ApiV1StoreAdminProductsPostRequest
2150
- */
2151
- productId: string | null;
2152
- /**
2153
- *
2154
- * @type {string}
2155
- * @memberof ApiV1StoreAdminProductsPostRequest
2156
- */
2157
- name: string | null;
2158
- /**
2159
- *
2160
- * @type {string}
2161
- * @memberof ApiV1StoreAdminProductsPostRequest
2162
- */
2163
- description?: string;
2164
- /**
2165
- *
2166
- * @type {string}
2167
- * @memberof ApiV1StoreAdminProductsPostRequest
2168
- */
2169
- imageUrl?: string;
2170
- /**
2171
- *
2172
- * @type {number}
2173
- * @memberof ApiV1StoreAdminProductsPostRequest
2174
- */
2175
- openAt?: number | null;
2176
- /**
2177
- *
2178
- * @type {number}
2179
- * @memberof ApiV1StoreAdminProductsPostRequest
2180
- */
2181
- closeAt?: number | null;
2182
- /**
2183
- *
2184
- * @type {ApiV1StoreAdminProductsPostRequestLimitConfiguration}
2185
- * @memberof ApiV1StoreAdminProductsPostRequest
2186
- */
2187
- limitConfiguration?: ApiV1StoreAdminProductsPostRequestLimitConfiguration;
2188
- /**
2189
- *
2190
- * @type {boolean}
2191
- * @memberof ApiV1StoreAdminProductsPostRequest
2192
- */
2193
- verifiedIdentityRequired?: boolean;
2194
- /**
2195
- * Whether inventory is tracked per-variant or as a total across all variants.
2196
- * @type {string}
2197
- * @memberof ApiV1StoreAdminProductsPostRequest
2198
- */
2199
- inventoryMode?: ApiV1StoreAdminProductsPostRequestInventoryModeEnum;
2200
- /**
2201
- *
2202
- * @type {number}
2203
- * @memberof ApiV1StoreAdminProductsPostRequest
2204
- */
2205
- totalInventoryCount?: number | null;
2206
- /**
2207
- * This additional text will be included on confirmation emails sent to purchasers.
2208
- * @type {string}
2209
- * @memberof ApiV1StoreAdminProductsPostRequest
2210
- */
2211
- additionalEmailText?: string;
2212
- /**
2213
- * A user-friendly name for a product variant.
2214
- * @type {string}
2215
- * @memberof ApiV1StoreAdminProductsPostRequest
2216
- */
2217
- variantFriendlyName?: string;
2218
- /**
2219
- *
2220
- * @type {Array<ApiV1StoreAdminProductsPostRequestVariantsInner>}
2221
- * @memberof ApiV1StoreAdminProductsPostRequest
2222
- */
2223
- variants: Array<ApiV1StoreAdminProductsPostRequestVariantsInner>;
2224
- }
2225
- /**
2226
- * @export
2227
- */
2228
- export declare const ApiV1StoreAdminProductsPostRequestInventoryModeEnum: {
2229
- readonly PerProduct: "PER_PRODUCT";
2230
- readonly PerVariant: "PER_VARIANT";
2231
- };
2232
- export type ApiV1StoreAdminProductsPostRequestInventoryModeEnum = typeof ApiV1StoreAdminProductsPostRequestInventoryModeEnum[keyof typeof ApiV1StoreAdminProductsPostRequestInventoryModeEnum];
2233
- /**
2234
- *
2235
- * @export
2236
- * @interface ApiV1StoreAdminProductsPostRequestLimitConfiguration
2237
- */
2238
- export interface ApiV1StoreAdminProductsPostRequestLimitConfiguration {
2239
- /**
2240
- *
2241
- * @type {string}
2242
- * @memberof ApiV1StoreAdminProductsPostRequestLimitConfiguration
2243
- */
2244
- limitType: ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum;
2245
- /**
2246
- *
2247
- * @type {number}
2248
- * @memberof ApiV1StoreAdminProductsPostRequestLimitConfiguration
2249
- */
2250
- maxQuantity: number;
2251
- }
2252
- /**
2253
- * @export
2254
- */
2255
- export declare const ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum: {
2256
- readonly PerProduct: "PER_PRODUCT";
2257
- readonly PerVariant: "PER_VARIANT";
2258
- };
2259
- export type ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum = typeof ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum[keyof typeof ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum];
2260
- /**
2261
- *
2262
- * @export
2263
- * @interface ApiV1StoreAdminProductsPostRequestVariantsInner
2264
- */
2265
- export interface ApiV1StoreAdminProductsPostRequestVariantsInner {
2266
- /**
2267
- *
2268
- * @type {string}
2269
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2270
- */
2271
- name: string | null;
2272
- /**
2273
- *
2274
- * @type {string}
2275
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2276
- */
2277
- description?: string;
2278
- /**
2279
- *
2280
- * @type {string}
2281
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2282
- */
2283
- imageUrl?: string;
2284
- /**
2285
- *
2286
- * @type {Array<string>}
2287
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2288
- */
2289
- memberLists?: Array<string>;
2290
- /**
2291
- *
2292
- * @type {number}
2293
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2294
- */
2295
- inventoryCount?: number | null;
2296
- /**
2297
- *
2298
- * @type {boolean}
2299
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2300
- */
2301
- exchangesAllowed?: boolean;
2302
- /**
2303
- *
2304
- * @type {number}
2305
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2306
- */
2307
- memberPriceCents: number | null;
2308
- /**
2309
- *
2310
- * @type {number}
2311
- * @memberof ApiV1StoreAdminProductsPostRequestVariantsInner
2312
- */
2313
- nonmemberPriceCents: number | null;
2314
- }
2315
- /**
2316
- *
2317
- * @export
2318
- * @interface ApiV1StoreAdminProductsProductIdPatchRequest
2319
- */
2320
- export interface ApiV1StoreAdminProductsProductIdPatchRequest {
2321
- /**
2322
- *
2323
- * @type {string}
2324
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2325
- */
2326
- name?: string | null;
2327
- /**
2328
- *
2329
- * @type {string}
2330
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2331
- */
2332
- description?: string;
2333
- /**
2334
- *
2335
- * @type {string}
2336
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2337
- */
2338
- imageUrl?: string;
2339
- /**
2340
- *
2341
- * @type {number}
2342
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2343
- */
2344
- openAt?: number | null;
2345
- /**
2346
- *
2347
- * @type {number}
2348
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2349
- */
2350
- closeAt?: number | null;
2351
- /**
2352
- *
2353
- * @type {ApiV1StoreAdminProductsPostRequestLimitConfiguration}
2354
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2355
- */
2356
- limitConfiguration?: ApiV1StoreAdminProductsPostRequestLimitConfiguration;
2357
- /**
2358
- *
2359
- * @type {boolean}
2360
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2361
- */
2362
- verifiedIdentityRequired?: boolean;
2363
- /**
2364
- * This additional text will be included on confirmation emails sent to purchasers.
2365
- * @type {string}
2366
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2367
- */
2368
- additionalEmailText?: string;
2369
- /**
2370
- * A user-friendly name for a product variant.
2371
- * @type {string}
2372
- * @memberof ApiV1StoreAdminProductsProductIdPatchRequest
2373
- */
2374
- variantFriendlyName?: string;
2375
- }
2376
- /**
2377
- *
2378
- * @export
2379
- * @interface ApiV1StoreCheckoutPost201Response
2380
- */
2381
- export interface ApiV1StoreCheckoutPost201Response {
2382
- /**
2383
- *
2384
- * @type {string}
2385
- * @memberof ApiV1StoreCheckoutPost201Response
2386
- */
2387
- checkoutUrl: string;
2388
- /**
2389
- *
2390
- * @type {string}
2391
- * @memberof ApiV1StoreCheckoutPost201Response
2392
- */
2393
- orderId: string | null;
2394
- /**
2395
- *
2396
- * @type {number}
2397
- * @memberof ApiV1StoreCheckoutPost201Response
2398
- */
2399
- expiresAt: number;
2400
- }
2401
- /**
2402
- *
2403
- * @export
2404
- * @interface ApiV1StoreCheckoutPostRequest
2405
- */
2406
- export interface ApiV1StoreCheckoutPostRequest {
2407
- /**
2408
- *
2409
- * @type {Array<ApiV1StoreCheckoutPostRequestItemsInner>}
2410
- * @memberof ApiV1StoreCheckoutPostRequest
2411
- */
2412
- items: Array<ApiV1StoreCheckoutPostRequestItemsInner>;
2413
- /**
2414
- *
2415
- * @type {string}
2416
- * @memberof ApiV1StoreCheckoutPostRequest
2417
- */
2418
- successRedirPath: string;
2419
- /**
2420
- *
2421
- * @type {string}
2422
- * @memberof ApiV1StoreCheckoutPostRequest
2423
- */
2424
- cancelRedirPath: string;
2425
- /**
2426
- *
2427
- * @type {string}
2428
- * @memberof ApiV1StoreCheckoutPostRequest
2429
- */
2430
- email?: string;
2431
- }
2432
- /**
2433
- *
2434
- * @export
2435
- * @interface ApiV1StoreCheckoutPostRequestItemsInner
2436
- */
2437
- export interface ApiV1StoreCheckoutPostRequestItemsInner {
2438
- /**
2439
- *
2440
- * @type {string}
2441
- * @memberof ApiV1StoreCheckoutPostRequestItemsInner
2442
- */
2443
- productId: string | null;
2444
- /**
2445
- *
2446
- * @type {string}
2447
- * @memberof ApiV1StoreCheckoutPostRequestItemsInner
2448
- */
2449
- variantId: string | null;
2450
- /**
2451
- *
2452
- * @type {number}
2453
- * @memberof ApiV1StoreCheckoutPostRequestItemsInner
2454
- */
2455
- quantity: number;
2456
- }
2457
- /**
2458
- *
2459
- * @export
2460
- * @interface ApiV1StoreProductsGet200Response
2461
- */
2462
- export interface ApiV1StoreProductsGet200Response {
2463
- /**
2464
- *
2465
- * @type {Array<ApiV1StoreProductsGet200ResponseProductsInner>}
2466
- * @memberof ApiV1StoreProductsGet200Response
2467
- */
2468
- products: Array<ApiV1StoreProductsGet200ResponseProductsInner>;
2469
- }
2470
- /**
2471
- *
2472
- * @export
2473
- * @interface ApiV1StoreProductsGet200ResponseProductsInner
2474
- */
2475
- export interface ApiV1StoreProductsGet200ResponseProductsInner {
2476
- /**
2477
- *
2478
- * @type {string}
2479
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2480
- */
2481
- productId: string | null;
2482
- /**
2483
- *
2484
- * @type {string}
2485
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2486
- */
2487
- name: string | null;
2488
- /**
2489
- *
2490
- * @type {string}
2491
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2492
- */
2493
- description?: string;
2494
- /**
2495
- *
2496
- * @type {string}
2497
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2498
- */
2499
- imageUrl?: string;
2500
- /**
2501
- *
2502
- * @type {number}
2503
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2504
- */
2505
- openAt?: number;
2506
- /**
2507
- *
2508
- * @type {number}
2509
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2510
- */
2511
- closeAt?: number | null;
2512
- /**
2513
- *
2514
- * @type {ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration}
2515
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2516
- */
2517
- limitConfiguration?: ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration;
2518
- /**
2519
- *
2520
- * @type {boolean}
2521
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2522
- */
2523
- verifiedIdentityRequired: boolean;
2524
- /**
2525
- * Whether inventory is tracked per-variant or as a total across all variants.
2526
- * @type {string}
2527
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2528
- */
2529
- inventoryMode: ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum;
2530
- /**
2531
- *
2532
- * @type {number}
2533
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2534
- */
2535
- totalInventoryCount?: number | null;
2536
- /**
2537
- * This additional text will be included on confirmation emails sent to purchasers.
2538
- * @type {string}
2539
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2540
- */
2541
- additionalEmailText?: string;
2542
- /**
2543
- * A user-friendly name for a product variant.
2544
- * @type {string}
2545
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2546
- */
2547
- variantFriendlyName: string;
2548
- /**
2549
- *
2550
- * @type {Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>}
2551
- * @memberof ApiV1StoreProductsGet200ResponseProductsInner
2552
- */
2553
- variants: Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>;
2554
- }
2555
- /**
2556
- * @export
2557
- */
2558
- export declare const ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum: {
2559
- readonly PerProduct: "PER_PRODUCT";
2560
- readonly PerVariant: "PER_VARIANT";
2561
- };
2562
- export type ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum = typeof ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum[keyof typeof ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum];
2563
- /**
2564
- *
2565
- * @export
2566
- * @interface ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration
2567
- */
2568
- export interface ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration {
2569
- /**
2570
- *
2571
- * @type {string}
2572
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration
2573
- */
2574
- limitType: ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum;
2575
- /**
2576
- *
2577
- * @type {number}
2578
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration
2579
- */
2580
- maxQuantity: number;
2581
- }
2582
- /**
2583
- * @export
2584
- */
2585
- export declare const ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum: {
2586
- readonly PerProduct: "PER_PRODUCT";
2587
- readonly PerVariant: "PER_VARIANT";
2588
- };
2589
- export type ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum = typeof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum[keyof typeof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum];
2590
- /**
2591
- *
2592
- * @export
2593
- * @interface ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2594
- */
2595
- export interface ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner {
2596
- /**
2597
- *
2598
- * @type {string}
2599
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2600
- */
2601
- variantId: string | null;
2602
- /**
2603
- *
2604
- * @type {string}
2605
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2606
- */
2607
- name: string | null;
2608
- /**
2609
- *
2610
- * @type {string}
2611
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2612
- */
2613
- description?: string;
2614
- /**
2615
- *
2616
- * @type {string}
2617
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2618
- */
2619
- imageUrl?: string;
2620
- /**
2621
- *
2622
- * @type {Array<string>}
2623
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2624
- */
2625
- memberLists: Array<string>;
2626
- /**
2627
- *
2628
- * @type {number}
2629
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2630
- */
2631
- inventoryCount?: number | null;
2632
- /**
2633
- *
2634
- * @type {boolean}
2635
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2636
- */
2637
- exchangesAllowed: boolean;
2638
- /**
2639
- * The cost to purchase this variant if the customer is a member of `memberLists`.
2640
- * @type {number}
2641
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2642
- */
2643
- memberPriceCents: number;
2644
- /**
2645
- * The cost to purchase this variant if the customer is NOT a member of `memberLists`.
2646
- * @type {number}
2647
- * @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
2648
- */
2649
- nonmemberPriceCents: number;
2650
- }
2651
- /**
2652
- *
2653
- * @export
2654
- * @interface ApiV1StoreProductsProductIdGet200Response
2655
- */
2656
- export interface ApiV1StoreProductsProductIdGet200Response {
2657
- /**
2658
- *
2659
- * @type {string}
2660
- * @memberof ApiV1StoreProductsProductIdGet200Response
2661
- */
2662
- productId: string | null;
2663
- /**
2664
- *
2665
- * @type {string}
2666
- * @memberof ApiV1StoreProductsProductIdGet200Response
2667
- */
2668
- name: string | null;
2669
- /**
2670
- *
2671
- * @type {string}
2672
- * @memberof ApiV1StoreProductsProductIdGet200Response
2673
- */
2674
- description?: string;
2675
- /**
2676
- *
2677
- * @type {string}
2678
- * @memberof ApiV1StoreProductsProductIdGet200Response
2679
- */
2680
- imageUrl?: string;
2681
- /**
2682
- *
2683
- * @type {number}
2684
- * @memberof ApiV1StoreProductsProductIdGet200Response
2685
- */
2686
- openAt?: number | null;
2687
- /**
2688
- *
2689
- * @type {number}
2690
- * @memberof ApiV1StoreProductsProductIdGet200Response
2691
- */
2692
- closeAt?: number | null;
2693
- /**
2694
- *
2695
- * @type {ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration}
2696
- * @memberof ApiV1StoreProductsProductIdGet200Response
2697
- */
2698
- limitConfiguration?: ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
2699
- /**
2700
- *
2701
- * @type {boolean}
2702
- * @memberof ApiV1StoreProductsProductIdGet200Response
2703
- */
2704
- verifiedIdentityRequired: boolean;
2705
- /**
2706
- * Whether inventory is tracked per-variant or as a total across all variants.
2707
- * @type {string}
2708
- * @memberof ApiV1StoreProductsProductIdGet200Response
2709
- */
2710
- inventoryMode: ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum;
2711
- /**
2712
- *
2713
- * @type {number}
2714
- * @memberof ApiV1StoreProductsProductIdGet200Response
2715
- */
2716
- totalInventoryCount?: number | null;
2717
- /**
2718
- * This additional text will be included on confirmation emails sent to purchasers.
2719
- * @type {string}
2720
- * @memberof ApiV1StoreProductsProductIdGet200Response
2721
- */
2722
- additionalEmailText?: string;
2723
- /**
2724
- * A user-friendly name for a product variant.
2725
- * @type {string}
2726
- * @memberof ApiV1StoreProductsProductIdGet200Response
2727
- */
2728
- variantFriendlyName: string;
2729
- /**
2730
- *
2731
- * @type {Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>}
2732
- * @memberof ApiV1StoreProductsProductIdGet200Response
2733
- */
2734
- variants: Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>;
2735
- }
2736
- /**
2737
- * @export
2738
- */
2739
- export declare const ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum: {
2740
- readonly PerProduct: "PER_PRODUCT";
2741
- readonly PerVariant: "PER_VARIANT";
2742
- };
2743
- export type ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum = typeof ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum[keyof typeof ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum];
2744
- /**
2745
- *
2746
- * @export
2747
- * @interface ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration
2748
- */
2749
- export interface ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration {
2750
- /**
2751
- *
2752
- * @type {string}
2753
- * @memberof ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration
2754
- */
2755
- limitType: ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum;
2756
- /**
2757
- *
2758
- * @type {number}
2759
- * @memberof ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration
2760
- */
2761
- maxQuantity: number;
2762
- }
2763
- /**
2764
- * @export
2765
- */
2766
- export declare const ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum: {
2767
- readonly PerProduct: "PER_PRODUCT";
2768
- readonly PerVariant: "PER_VARIANT";
2769
- };
2770
- export type ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum = typeof ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum[keyof typeof ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum];
2771
- /**
2772
- *
2773
- * @export
2774
- * @interface ApiV1StripePaymentLinksPostRequest
2775
- */
2776
- export interface ApiV1StripePaymentLinksPostRequest {
2777
- /**
2778
- *
2779
- * @type {string}
2780
- * @memberof ApiV1StripePaymentLinksPostRequest
2781
- */
2782
- invoiceId: string | null;
2783
- /**
2784
- *
2785
- * @type {number}
2786
- * @memberof ApiV1StripePaymentLinksPostRequest
2787
- */
2788
- invoiceAmountUsd: number;
2789
- /**
2790
- *
2791
- * @type {string}
2792
- * @memberof ApiV1StripePaymentLinksPostRequest
2793
- */
2794
- contactName: string | null;
2795
- /**
2796
- *
2797
- * @type {string}
2798
- * @memberof ApiV1StripePaymentLinksPostRequest
2799
- */
2800
- contactEmail: string;
2801
- /**
2802
- *
2803
- * @type {boolean}
2804
- * @memberof ApiV1StripePaymentLinksPostRequest
2805
- */
2806
- achPaymentsEnabled?: boolean;
2807
- }
2808
- /**
2809
- *
2810
- * @export
2811
- * @interface ApiV1SyncIdentityIsRequiredGet200Response
2812
- */
2813
- export interface ApiV1SyncIdentityIsRequiredGet200Response {
2814
- /**
2815
- *
2816
- * @type {boolean}
2817
- * @memberof ApiV1SyncIdentityIsRequiredGet200Response
2818
- */
2819
- syncRequired: boolean;
2820
- }
2821
- /**
2822
- *
2823
- * @export
2824
- * @interface ApiV1UsersBatchResolveInfoPost200ResponseValue
2825
- */
2826
- export interface ApiV1UsersBatchResolveInfoPost200ResponseValue {
2827
- /**
2828
- *
2829
- * @type {string}
2830
- * @memberof ApiV1UsersBatchResolveInfoPost200ResponseValue
2831
- */
2832
- firstName?: string;
2833
- /**
2834
- *
2835
- * @type {string}
2836
- * @memberof ApiV1UsersBatchResolveInfoPost200ResponseValue
2837
- */
2838
- lastName?: string;
2839
- }
2840
- /**
2841
- *
2842
- * @export
2843
- * @interface ApiV1UsersBatchResolveInfoPostRequest
2844
- */
2845
- export interface ApiV1UsersBatchResolveInfoPostRequest {
2846
- /**
2847
- *
2848
- * @type {Array<string>}
2849
- * @memberof ApiV1UsersBatchResolveInfoPostRequest
2850
- */
2851
- emails: Array<string>;
2852
- }
2853
- /**
2854
- *
2855
- * @export
2856
- * @interface ApiV1UsersFindUserByUinPost200Response
2857
- */
2858
- export interface ApiV1UsersFindUserByUinPost200Response {
2859
- /**
2860
- *
2861
- * @type {string}
2862
- * @memberof ApiV1UsersFindUserByUinPost200Response
2863
- */
2864
- email: string;
2865
- }
2866
- /**
2867
- *
2868
- * @export
2869
- * @interface ApiV1UsersFindUserByUinPostRequest
2870
- */
2871
- export interface ApiV1UsersFindUserByUinPostRequest {
2872
- /**
2873
- * Valid Illinois UIN.
2874
- * @type {string}
2875
- * @memberof ApiV1UsersFindUserByUinPostRequest
2876
- */
2877
- uin: string;
2878
- }
2879
- /**
2880
- *
2881
- * @export
2882
- * @interface ApiV2MembershipNetIdGet200Response
2883
- */
2884
- export interface ApiV2MembershipNetIdGet200Response {
2885
- /**
2886
- * Valid Illinois NetID. See https://answers.uillinois.edu/illinois/page.php?id=78766 for more information.
2887
- * @type {string}
2888
- * @memberof ApiV2MembershipNetIdGet200Response
2889
- */
2890
- netId: string;
2891
- /**
2892
- *
2893
- * @type {string}
2894
- * @memberof ApiV2MembershipNetIdGet200Response
2895
- */
2896
- list?: string | null;
2897
- /**
2898
- *
2899
- * @type {boolean}
2900
- * @memberof ApiV2MembershipNetIdGet200Response
2901
- */
2902
- isPaidMember: boolean;
2903
- }
2904
- /**
2905
- *
2906
- * @export
2907
- * @interface ApiV2MembershipVerifyBatchOfMembersPost200Response
2908
- */
2909
- export interface ApiV2MembershipVerifyBatchOfMembersPost200Response {
2910
- /**
2911
- *
2912
- * @type {Array<string>}
2913
- * @memberof ApiV2MembershipVerifyBatchOfMembersPost200Response
2914
- */
2915
- members: Array<string>;
2916
- /**
2917
- *
2918
- * @type {Array<string>}
2919
- * @memberof ApiV2MembershipVerifyBatchOfMembersPost200Response
2920
- */
2921
- notMembers: Array<string>;
2922
- /**
2923
- *
2924
- * @type {string}
2925
- * @memberof ApiV2MembershipVerifyBatchOfMembersPost200Response
2926
- */
2927
- list?: string | null;
2928
- }
2929
- /**
2930
- *
2931
- * @export
2932
- * @interface NotAuthenticatedError
2933
- */
2934
- export interface NotAuthenticatedError {
2935
- /**
2936
- *
2937
- * @type {boolean}
2938
- * @memberof NotAuthenticatedError
2939
- */
2940
- error: NotAuthenticatedErrorErrorEnum;
2941
- /**
2942
- *
2943
- * @type {string}
2944
- * @memberof NotAuthenticatedError
2945
- */
2946
- name: NotAuthenticatedErrorNameEnum;
2947
- /**
2948
- *
2949
- * @type {number}
2950
- * @memberof NotAuthenticatedError
2951
- */
2952
- id: NotAuthenticatedErrorIdEnum;
2953
- /**
2954
- *
2955
- * @type {string}
2956
- * @memberof NotAuthenticatedError
2957
- */
2958
- message: string;
2959
- }
2960
- /**
2961
- * @export
2962
- */
2963
- export declare const NotAuthenticatedErrorErrorEnum: {
2964
- readonly True: true;
2965
- };
2966
- export type NotAuthenticatedErrorErrorEnum = typeof NotAuthenticatedErrorErrorEnum[keyof typeof NotAuthenticatedErrorErrorEnum];
2967
- /**
2968
- * @export
2969
- */
2970
- export declare const NotAuthenticatedErrorNameEnum: {
2971
- readonly UnauthenticatedError: "UnauthenticatedError";
2972
- };
2973
- export type NotAuthenticatedErrorNameEnum = typeof NotAuthenticatedErrorNameEnum[keyof typeof NotAuthenticatedErrorNameEnum];
2974
- /**
2975
- * @export
2976
- */
2977
- export declare const NotAuthenticatedErrorIdEnum: {
2978
- readonly NUMBER_102: 102;
2979
- };
2980
- export type NotAuthenticatedErrorIdEnum = typeof NotAuthenticatedErrorIdEnum[keyof typeof NotAuthenticatedErrorIdEnum];
2981
- /**
2982
- *
2983
- * @export
2984
- * @interface NotAuthorizedError
2985
- */
2986
- export interface NotAuthorizedError {
2987
- /**
2988
- *
2989
- * @type {boolean}
2990
- * @memberof NotAuthorizedError
2991
- */
2992
- error: NotAuthorizedErrorErrorEnum;
2993
- /**
2994
- *
2995
- * @type {string}
2996
- * @memberof NotAuthorizedError
2997
- */
2998
- name: NotAuthorizedErrorNameEnum;
2999
- /**
3000
- *
3001
- * @type {number}
3002
- * @memberof NotAuthorizedError
3003
- */
3004
- id: NotAuthorizedErrorIdEnum;
3005
- /**
3006
- *
3007
- * @type {string}
3008
- * @memberof NotAuthorizedError
3009
- */
3010
- message: string;
3011
- }
3012
- /**
3013
- * @export
3014
- */
3015
- export declare const NotAuthorizedErrorErrorEnum: {
3016
- readonly True: true;
3017
- };
3018
- export type NotAuthorizedErrorErrorEnum = typeof NotAuthorizedErrorErrorEnum[keyof typeof NotAuthorizedErrorErrorEnum];
3019
- /**
3020
- * @export
3021
- */
3022
- export declare const NotAuthorizedErrorNameEnum: {
3023
- readonly UnauthorizedError: "UnauthorizedError";
3024
- };
3025
- export type NotAuthorizedErrorNameEnum = typeof NotAuthorizedErrorNameEnum[keyof typeof NotAuthorizedErrorNameEnum];
3026
- /**
3027
- * @export
3028
- */
3029
- export declare const NotAuthorizedErrorIdEnum: {
3030
- readonly NUMBER_101: 101;
3031
- };
3032
- export type NotAuthorizedErrorIdEnum = typeof NotAuthorizedErrorIdEnum[keyof typeof NotAuthorizedErrorIdEnum];
3033
- /**
3034
- *
3035
- * @export
3036
- * @interface NotFoundError
3037
- */
3038
- export interface NotFoundError {
3039
- /**
3040
- *
3041
- * @type {boolean}
3042
- * @memberof NotFoundError
3043
- */
3044
- error: NotFoundErrorErrorEnum;
3045
- /**
3046
- *
3047
- * @type {string}
3048
- * @memberof NotFoundError
3049
- */
3050
- name: NotFoundErrorNameEnum;
3051
- /**
3052
- *
3053
- * @type {number}
3054
- * @memberof NotFoundError
3055
- */
3056
- id: NotFoundErrorIdEnum;
3057
- /**
3058
- *
3059
- * @type {string}
3060
- * @memberof NotFoundError
3061
- */
3062
- message: string;
3063
- }
3064
- /**
3065
- * @export
3066
- */
3067
- export declare const NotFoundErrorErrorEnum: {
3068
- readonly True: true;
3069
- };
3070
- export type NotFoundErrorErrorEnum = typeof NotFoundErrorErrorEnum[keyof typeof NotFoundErrorErrorEnum];
3071
- /**
3072
- * @export
3073
- */
3074
- export declare const NotFoundErrorNameEnum: {
3075
- readonly NotFoundError: "NotFoundError";
3076
- };
3077
- export type NotFoundErrorNameEnum = typeof NotFoundErrorNameEnum[keyof typeof NotFoundErrorNameEnum];
3078
- /**
3079
- * @export
3080
- */
3081
- export declare const NotFoundErrorIdEnum: {
3082
- readonly NUMBER_103: 103;
3083
- };
3084
- export type NotFoundErrorIdEnum = typeof NotFoundErrorIdEnum[keyof typeof NotFoundErrorIdEnum];
3085
- /**
3086
- * The unique org ID for a given ACM sub-organization. See https://github.com/acm-uiuc/js-shared/blob/main/src/orgs.ts#L15
3087
- * @export
3088
- */
3089
- export declare const OrgUniqueId: {
3090
- readonly A01: "A01";
3091
- readonly S01: "S01";
3092
- readonly S02: "S02";
3093
- readonly S03: "S03";
3094
- readonly S04: "S04";
3095
- readonly S05: "S05";
3096
- readonly S06: "S06";
3097
- readonly S07: "S07";
3098
- readonly S08: "S08";
3099
- readonly S09: "S09";
3100
- readonly S10: "S10";
3101
- readonly S11: "S11";
3102
- readonly S12: "S12";
3103
- readonly S13: "S13";
3104
- readonly S14: "S14";
3105
- readonly S15: "S15";
3106
- readonly S16: "S16";
3107
- readonly S17: "S17";
3108
- readonly S18: "S18";
3109
- readonly C01: "C01";
3110
- readonly C02: "C02";
3111
- readonly C03: "C03";
3112
- readonly C04: "C04";
3113
- readonly C05: "C05";
3114
- readonly C06: "C06";
3115
- readonly C07: "C07";
3116
- readonly C08: "C08";
3117
- };
3118
- export type OrgUniqueId = typeof OrgUniqueId[keyof typeof OrgUniqueId];
3119
- /**
3120
- * The caller has sent too many requests. Try again later.
3121
- * @export
3122
- * @interface RateLimitExceededError
3123
- */
3124
- export interface RateLimitExceededError {
3125
- /**
3126
- *
3127
- * @type {boolean}
3128
- * @memberof RateLimitExceededError
3129
- */
3130
- error: RateLimitExceededErrorErrorEnum;
3131
- /**
3132
- *
3133
- * @type {string}
3134
- * @memberof RateLimitExceededError
3135
- */
3136
- name: RateLimitExceededErrorNameEnum;
3137
- /**
3138
- *
3139
- * @type {number}
3140
- * @memberof RateLimitExceededError
3141
- */
3142
- id: RateLimitExceededErrorIdEnum;
3143
- /**
3144
- *
3145
- * @type {string}
3146
- * @memberof RateLimitExceededError
3147
- */
3148
- message: RateLimitExceededErrorMessageEnum;
3149
- }
3150
- /**
3151
- * @export
3152
- */
3153
- export declare const RateLimitExceededErrorErrorEnum: {
3154
- readonly True: true;
3155
- };
3156
- export type RateLimitExceededErrorErrorEnum = typeof RateLimitExceededErrorErrorEnum[keyof typeof RateLimitExceededErrorErrorEnum];
3157
- /**
3158
- * @export
3159
- */
3160
- export declare const RateLimitExceededErrorNameEnum: {
3161
- readonly RateLimitExceededError: "RateLimitExceededError";
3162
- };
3163
- export type RateLimitExceededErrorNameEnum = typeof RateLimitExceededErrorNameEnum[keyof typeof RateLimitExceededErrorNameEnum];
3164
- /**
3165
- * @export
3166
- */
3167
- export declare const RateLimitExceededErrorIdEnum: {
3168
- readonly NUMBER_409: 409;
3169
- };
3170
- export type RateLimitExceededErrorIdEnum = typeof RateLimitExceededErrorIdEnum[keyof typeof RateLimitExceededErrorIdEnum];
3171
- /**
3172
- * @export
3173
- */
3174
- export declare const RateLimitExceededErrorMessageEnum: {
3175
- readonly RateLimitExceeded: "Rate limit exceeded.";
3176
- };
3177
- export type RateLimitExceededErrorMessageEnum = typeof RateLimitExceededErrorMessageEnum[keyof typeof RateLimitExceededErrorMessageEnum];
3178
- /**
3179
- * The request could not be completed due to a conflict with the current state of the resource.
3180
- * @export
3181
- * @interface ResourceConflictError
3182
- */
3183
- export interface ResourceConflictError {
3184
- /**
3185
- *
3186
- * @type {boolean}
3187
- * @memberof ResourceConflictError
3188
- */
3189
- error: ResourceConflictErrorErrorEnum;
3190
- /**
3191
- *
3192
- * @type {string}
3193
- * @memberof ResourceConflictError
3194
- */
3195
- name: ResourceConflictErrorNameEnum;
3196
- /**
3197
- *
3198
- * @type {number}
3199
- * @memberof ResourceConflictError
3200
- */
3201
- id: ResourceConflictErrorIdEnum;
3202
- /**
3203
- *
3204
- * @type {string}
3205
- * @memberof ResourceConflictError
3206
- */
3207
- message: string;
3208
- }
3209
- /**
3210
- * @export
3211
- */
3212
- export declare const ResourceConflictErrorErrorEnum: {
3213
- readonly True: true;
3214
- };
3215
- export type ResourceConflictErrorErrorEnum = typeof ResourceConflictErrorErrorEnum[keyof typeof ResourceConflictErrorErrorEnum];
3216
- /**
3217
- * @export
3218
- */
3219
- export declare const ResourceConflictErrorNameEnum: {
3220
- readonly ResourceConflictError: "ResourceConflictError";
3221
- };
3222
- export type ResourceConflictErrorNameEnum = typeof ResourceConflictErrorNameEnum[keyof typeof ResourceConflictErrorNameEnum];
3223
- /**
3224
- * @export
3225
- */
3226
- export declare const ResourceConflictErrorIdEnum: {
3227
- readonly NUMBER_112: 112;
3228
- };
3229
- export type ResourceConflictErrorIdEnum = typeof ResourceConflictErrorIdEnum[keyof typeof ResourceConflictErrorIdEnum];
3230
- /**
3231
- * Configuration payload for updating event RSVP settings.
3232
- * @export
3233
- * @interface RsvpConfig
3234
- */
3235
- export interface RsvpConfig {
3236
- /**
3237
- *
3238
- * @type {number}
3239
- * @memberof RsvpConfig
3240
- */
3241
- rsvpLimit: number | null;
3242
- /**
3243
- * Whether check-in for attendance is enabled for this event. Defaults to false
3244
- * @type {boolean}
3245
- * @memberof RsvpConfig
3246
- */
3247
- rsvpCheckInEnabled?: boolean;
3248
- /**
3249
- * List of custom questions to ask users during RSVP. Defaults to an empty array.
3250
- * @type {Array<RsvpConfigRsvpQuestionsInner>}
3251
- * @memberof RsvpConfig
3252
- */
3253
- rsvpQuestions?: Array<RsvpConfigRsvpQuestionsInner>;
3254
- /**
3255
- * Epoch timestamp (sec) representing the RSVP deadline. Users cannot RSVP after this time.
3256
- * @type {number}
3257
- * @memberof RsvpConfig
3258
- */
3259
- rsvpCloseAt: number;
3260
- /**
3261
- * Epoch timestamp (sec) representing when RSVPs open for this event.
3262
- * @type {number}
3263
- * @memberof RsvpConfig
3264
- */
3265
- rsvpOpenAt: number;
3266
- }
3267
- /**
3268
- * Configuration payload for updating event RSVP settings.
3269
- * @export
3270
- * @interface RsvpConfigOutput
3271
- */
3272
- export interface RsvpConfigOutput {
3273
- /**
3274
- *
3275
- * @type {number}
3276
- * @memberof RsvpConfigOutput
3277
- */
3278
- rsvpLimit: number | null;
3279
- /**
3280
- * Whether check-in for attendance is enabled for this event. Defaults to false
3281
- * @type {boolean}
3282
- * @memberof RsvpConfigOutput
3283
- */
3284
- rsvpCheckInEnabled: boolean;
3285
- /**
3286
- * List of custom questions to ask users during RSVP. Defaults to an empty array.
3287
- * @type {Array<RsvpConfigOutputRsvpQuestionsInner>}
3288
- * @memberof RsvpConfigOutput
3289
- */
3290
- rsvpQuestions: Array<RsvpConfigOutputRsvpQuestionsInner>;
3291
- /**
3292
- * Epoch timestamp (sec) representing the RSVP deadline. Users cannot RSVP after this time.
3293
- * @type {number}
3294
- * @memberof RsvpConfigOutput
3295
- */
3296
- rsvpCloseAt: number;
3297
- /**
3298
- * Epoch timestamp (sec) representing when RSVPs open for this event.
3299
- * @type {number}
3300
- * @memberof RsvpConfigOutput
3301
- */
3302
- rsvpOpenAt: number;
3303
- }
3304
- /**
3305
- * @type RsvpConfigOutputRsvpQuestionsInner
3306
- *
3307
- * @export
3308
- */
3309
- export type RsvpConfigOutputRsvpQuestionsInner = RsvpConfigOutputRsvpQuestionsInnerOneOf | RsvpConfigOutputRsvpQuestionsInnerOneOf1 | RsvpConfigOutputRsvpQuestionsInnerOneOf2;
3310
- /**
3311
- *
3312
- * @export
3313
- * @interface RsvpConfigOutputRsvpQuestionsInnerOneOf
3314
- */
3315
- export interface RsvpConfigOutputRsvpQuestionsInnerOneOf {
3316
- /**
3317
- * Unique ID for storing the answer (e.g., 'dietary')
3318
- * @type {string}
3319
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf
3320
- */
3321
- id: string;
3322
- /**
3323
- * The actual question text
3324
- * @type {string}
3325
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf
3326
- */
3327
- prompt: string;
3328
- /**
3329
- *
3330
- * @type {boolean}
3331
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf
3332
- */
3333
- required: boolean;
3334
- /**
3335
- *
3336
- * @type {string}
3337
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf
3338
- */
3339
- type: RsvpConfigOutputRsvpQuestionsInnerOneOfTypeEnum;
3340
- }
3341
- /**
3342
- * @export
3343
- */
3344
- export declare const RsvpConfigOutputRsvpQuestionsInnerOneOfTypeEnum: {
3345
- readonly Text: "TEXT";
3346
- };
3347
- export type RsvpConfigOutputRsvpQuestionsInnerOneOfTypeEnum = typeof RsvpConfigOutputRsvpQuestionsInnerOneOfTypeEnum[keyof typeof RsvpConfigOutputRsvpQuestionsInnerOneOfTypeEnum];
3348
- /**
3349
- *
3350
- * @export
3351
- * @interface RsvpConfigOutputRsvpQuestionsInnerOneOf1
3352
- */
3353
- export interface RsvpConfigOutputRsvpQuestionsInnerOneOf1 {
3354
- /**
3355
- * Unique ID for storing the answer (e.g., 'dietary')
3356
- * @type {string}
3357
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf1
3358
- */
3359
- id: string;
3360
- /**
3361
- * The actual question text
3362
- * @type {string}
3363
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf1
3364
- */
3365
- prompt: string;
3366
- /**
3367
- *
3368
- * @type {boolean}
3369
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf1
3370
- */
3371
- required: boolean;
3372
- /**
3373
- *
3374
- * @type {string}
3375
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf1
3376
- */
3377
- type: RsvpConfigOutputRsvpQuestionsInnerOneOf1TypeEnum;
3378
- }
3379
- /**
3380
- * @export
3381
- */
3382
- export declare const RsvpConfigOutputRsvpQuestionsInnerOneOf1TypeEnum: {
3383
- readonly Boolean: "BOOLEAN";
3384
- };
3385
- export type RsvpConfigOutputRsvpQuestionsInnerOneOf1TypeEnum = typeof RsvpConfigOutputRsvpQuestionsInnerOneOf1TypeEnum[keyof typeof RsvpConfigOutputRsvpQuestionsInnerOneOf1TypeEnum];
3386
- /**
3387
- *
3388
- * @export
3389
- * @interface RsvpConfigOutputRsvpQuestionsInnerOneOf2
3390
- */
3391
- export interface RsvpConfigOutputRsvpQuestionsInnerOneOf2 {
3392
- /**
3393
- * Unique ID for storing the answer (e.g., 'dietary')
3394
- * @type {string}
3395
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf2
3396
- */
3397
- id: string;
3398
- /**
3399
- * The actual question text
3400
- * @type {string}
3401
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf2
3402
- */
3403
- prompt: string;
3404
- /**
3405
- *
3406
- * @type {boolean}
3407
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf2
3408
- */
3409
- required: boolean;
3410
- /**
3411
- *
3412
- * @type {string}
3413
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf2
3414
- */
3415
- type: RsvpConfigOutputRsvpQuestionsInnerOneOf2TypeEnum;
3416
- /**
3417
- * Available options for SELECT type
3418
- * @type {Array<string>}
3419
- * @memberof RsvpConfigOutputRsvpQuestionsInnerOneOf2
3420
- */
3421
- options: Array<string>;
3422
- }
3423
- /**
3424
- * @export
3425
- */
3426
- export declare const RsvpConfigOutputRsvpQuestionsInnerOneOf2TypeEnum: {
3427
- readonly Select: "SELECT";
3428
- };
3429
- export type RsvpConfigOutputRsvpQuestionsInnerOneOf2TypeEnum = typeof RsvpConfigOutputRsvpQuestionsInnerOneOf2TypeEnum[keyof typeof RsvpConfigOutputRsvpQuestionsInnerOneOf2TypeEnum];
3430
- /**
3431
- * @type RsvpConfigRsvpQuestionsInner
3432
- *
3433
- * @export
3434
- */
3435
- export type RsvpConfigRsvpQuestionsInner = RsvpConfigRsvpQuestionsInnerOneOf | RsvpConfigRsvpQuestionsInnerOneOf1 | RsvpConfigRsvpQuestionsInnerOneOf2;
3436
- /**
3437
- *
3438
- * @export
3439
- * @interface RsvpConfigRsvpQuestionsInnerOneOf
3440
- */
3441
- export interface RsvpConfigRsvpQuestionsInnerOneOf {
3442
- /**
3443
- * Unique ID for storing the answer (e.g., 'dietary')
3444
- * @type {string}
3445
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf
3446
- */
3447
- id: string;
3448
- /**
3449
- * The actual question text
3450
- * @type {string}
3451
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf
3452
- */
3453
- prompt: string;
3454
- /**
3455
- *
3456
- * @type {boolean}
3457
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf
3458
- */
3459
- required?: boolean;
3460
- /**
3461
- *
3462
- * @type {string}
3463
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf
3464
- */
3465
- type: RsvpConfigRsvpQuestionsInnerOneOfTypeEnum;
3466
- }
3467
- /**
3468
- * @export
3469
- */
3470
- export declare const RsvpConfigRsvpQuestionsInnerOneOfTypeEnum: {
3471
- readonly Text: "TEXT";
3472
- };
3473
- export type RsvpConfigRsvpQuestionsInnerOneOfTypeEnum = typeof RsvpConfigRsvpQuestionsInnerOneOfTypeEnum[keyof typeof RsvpConfigRsvpQuestionsInnerOneOfTypeEnum];
3474
- /**
3475
- *
3476
- * @export
3477
- * @interface RsvpConfigRsvpQuestionsInnerOneOf1
3478
- */
3479
- export interface RsvpConfigRsvpQuestionsInnerOneOf1 {
3480
- /**
3481
- * Unique ID for storing the answer (e.g., 'dietary')
3482
- * @type {string}
3483
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf1
3484
- */
3485
- id: string;
3486
- /**
3487
- * The actual question text
3488
- * @type {string}
3489
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf1
3490
- */
3491
- prompt: string;
3492
- /**
3493
- *
3494
- * @type {boolean}
3495
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf1
3496
- */
3497
- required?: boolean;
3498
- /**
3499
- *
3500
- * @type {string}
3501
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf1
3502
- */
3503
- type: RsvpConfigRsvpQuestionsInnerOneOf1TypeEnum;
3504
- }
3505
- /**
3506
- * @export
3507
- */
3508
- export declare const RsvpConfigRsvpQuestionsInnerOneOf1TypeEnum: {
3509
- readonly Boolean: "BOOLEAN";
3510
- };
3511
- export type RsvpConfigRsvpQuestionsInnerOneOf1TypeEnum = typeof RsvpConfigRsvpQuestionsInnerOneOf1TypeEnum[keyof typeof RsvpConfigRsvpQuestionsInnerOneOf1TypeEnum];
3512
- /**
3513
- *
3514
- * @export
3515
- * @interface RsvpConfigRsvpQuestionsInnerOneOf2
3516
- */
3517
- export interface RsvpConfigRsvpQuestionsInnerOneOf2 {
3518
- /**
3519
- * Unique ID for storing the answer (e.g., 'dietary')
3520
- * @type {string}
3521
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf2
3522
- */
3523
- id: string;
3524
- /**
3525
- * The actual question text
3526
- * @type {string}
3527
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf2
3528
- */
3529
- prompt: string;
3530
- /**
3531
- *
3532
- * @type {boolean}
3533
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf2
3534
- */
3535
- required?: boolean;
3536
- /**
3537
- *
3538
- * @type {string}
3539
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf2
3540
- */
3541
- type: RsvpConfigRsvpQuestionsInnerOneOf2TypeEnum;
3542
- /**
3543
- * Available options for SELECT type
3544
- * @type {Array<string>}
3545
- * @memberof RsvpConfigRsvpQuestionsInnerOneOf2
3546
- */
3547
- options: Array<string>;
3548
- }
3549
- /**
3550
- * @export
3551
- */
3552
- export declare const RsvpConfigRsvpQuestionsInnerOneOf2TypeEnum: {
3553
- readonly Select: "SELECT";
3554
- };
3555
- export type RsvpConfigRsvpQuestionsInnerOneOf2TypeEnum = typeof RsvpConfigRsvpQuestionsInnerOneOf2TypeEnum[keyof typeof RsvpConfigRsvpQuestionsInnerOneOf2TypeEnum];
3556
- /**
3557
- * Represents a single confirmed RSVP record in the database.
3558
- * @export
3559
- * @interface RsvpItem
3560
- */
3561
- export interface RsvpItem {
3562
- /**
3563
- * The unique identifier for the event.
3564
- * @type {string}
3565
- * @memberof RsvpItem
3566
- */
3567
- eventId: string;
3568
- /**
3569
- * The User Principal Name (UPN) of the attendee.
3570
- * @type {string}
3571
- * @memberof RsvpItem
3572
- */
3573
- userId: string;
3574
- /**
3575
- * Indicates if the user held a paid membership at the time of RSVP.
3576
- * @type {boolean}
3577
- * @memberof RsvpItem
3578
- */
3579
- isPaidMember: boolean;
3580
- /**
3581
- * Epoch timestamp (sec) when the RSVP was created.
3582
- * @type {number}
3583
- * @memberof RsvpItem
3584
- */
3585
- createdAt: number;
3586
- }
3587
- /**
3588
- * The request is invalid.
3589
- * @export
3590
- * @interface ValidationError
3591
- */
3592
- export interface ValidationError {
3593
- /**
3594
- *
3595
- * @type {boolean}
3596
- * @memberof ValidationError
3597
- */
3598
- error: ValidationErrorErrorEnum;
3599
- /**
3600
- *
3601
- * @type {string}
3602
- * @memberof ValidationError
3603
- */
3604
- name: string;
3605
- /**
3606
- *
3607
- * @type {number}
3608
- * @memberof ValidationError
3609
- */
3610
- id: number;
3611
- /**
3612
- *
3613
- * @type {string}
3614
- * @memberof ValidationError
3615
- */
3616
- message: string;
3617
- }
3618
- /**
3619
- * @export
3620
- */
3621
- export declare const ValidationErrorErrorEnum: {
3622
- readonly True: true;
3623
- };
3624
- export type ValidationErrorErrorEnum = typeof ValidationErrorErrorEnum[keyof typeof ValidationErrorErrorEnum];
1
+ export * from './AcmOrganization.js';
2
+ export * from './ApiV1ApiKeyOrgPostRequest.js';
3
+ export * from './ApiV1ApiKeyOrgPostRequestRestrictionsInner.js';
4
+ export * from './ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js';
5
+ export * from './ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js';
6
+ export * from './ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js';
7
+ export * from './ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js';
8
+ export * from './ApiV1EventsGet200ResponseInner.js';
9
+ export * from './ApiV1EventsIdGet200Response.js';
10
+ export * from './ApiV1EventsIdPatchRequest.js';
11
+ export * from './ApiV1EventsPostRequest.js';
12
+ export * from './ApiV1IamGroupsGroupIdPatchRequest.js';
13
+ export * from './ApiV1IamGroupsGroupIdRolesPostRequest.js';
14
+ export * from './ApiV1IamGroupsGroupIdRolesPostRequestRoles.js';
15
+ export * from './ApiV1IamInviteUsersPostRequest.js';
16
+ export * from './ApiV1IamProfilePatchRequest.js';
17
+ export * from './ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js';
18
+ export * from './ApiV1LinkryOrgsOrgIdRedirPostRequest.js';
19
+ export * from './ApiV1LinkryRedirPostRequest.js';
20
+ export * from './ApiV1MembershipExternalListListIdPatchRequest.js';
21
+ export * from './ApiV1MembershipGet200Response.js';
22
+ export * from './ApiV1OrganizationsGet200ResponseInner.js';
23
+ export * from './ApiV1OrganizationsGet200ResponseInnerLeadsInner.js';
24
+ export * from './ApiV1OrganizationsGet200ResponseInnerLinksInner.js';
25
+ export * from './ApiV1OrganizationsOrgIdGet200Response.js';
26
+ export * from './ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js';
27
+ export * from './ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js';
28
+ export * from './ApiV1OrganizationsOrgIdLeadsPatchRequest.js';
29
+ export * from './ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js';
30
+ export * from './ApiV1OrganizationsOrgIdMetaPostRequest.js';
31
+ export * from './ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js';
32
+ export * from './ApiV1ProtectedGet200Response.js';
33
+ export * from './ApiV1ProtectedGet200ResponseOrgRolesInner.js';
34
+ export * from './ApiV1RoomRequestsPostRequest.js';
35
+ export * from './ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js';
36
+ export * from './ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js';
37
+ export * from './ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js';
38
+ export * from './ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js';
39
+ export * from './ApiV1StoreAdminOrderOrderIdGet200Response.js';
40
+ export * from './ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.js';
41
+ export * from './ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js';
42
+ export * from './ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js';
43
+ export * from './ApiV1StoreAdminOrdersProductIdGet200Response.js';
44
+ export * from './ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js';
45
+ export * from './ApiV1StoreAdminProductsGet200Response.js';
46
+ export * from './ApiV1StoreAdminProductsGet200ResponseProductsInner.js';
47
+ export * from './ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js';
48
+ export * from './ApiV1StoreAdminProductsPost201Response.js';
49
+ export * from './ApiV1StoreAdminProductsPostRequest.js';
50
+ export * from './ApiV1StoreAdminProductsPostRequestLimitConfiguration.js';
51
+ export * from './ApiV1StoreAdminProductsPostRequestVariantsInner.js';
52
+ export * from './ApiV1StoreAdminProductsProductIdPatchRequest.js';
53
+ export * from './ApiV1StoreCheckoutPost201Response.js';
54
+ export * from './ApiV1StoreCheckoutPostRequest.js';
55
+ export * from './ApiV1StoreCheckoutPostRequestItemsInner.js';
56
+ export * from './ApiV1StoreProductsGet200Response.js';
57
+ export * from './ApiV1StoreProductsGet200ResponseProductsInner.js';
58
+ export * from './ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js';
59
+ export * from './ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js';
60
+ export * from './ApiV1StoreProductsProductIdGet200Response.js';
61
+ export * from './ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js';
62
+ export * from './ApiV1StripePaymentLinksPostRequest.js';
63
+ export * from './ApiV1SyncIdentityIsRequiredGet200Response.js';
64
+ export * from './ApiV1UsersBatchResolveInfoPost200ResponseValue.js';
65
+ export * from './ApiV1UsersBatchResolveInfoPostRequest.js';
66
+ export * from './ApiV1UsersFindUserByUinPost200Response.js';
67
+ export * from './ApiV1UsersFindUserByUinPostRequest.js';
68
+ export * from './ApiV2MembershipNetIdGet200Response.js';
69
+ export * from './ApiV2MembershipVerifyBatchOfMembersPost200Response.js';
70
+ export * from './NotAuthenticatedError.js';
71
+ export * from './NotAuthorizedError.js';
72
+ export * from './NotFoundError.js';
73
+ export * from './OrgUniqueId.js';
74
+ export * from './RateLimitExceededError.js';
75
+ export * from './ResourceConflictError.js';
76
+ export * from './RsvpConfig.js';
77
+ export * from './RsvpConfigOutput.js';
78
+ export * from './RsvpConfigOutputRsvpQuestionsInner.js';
79
+ export * from './RsvpConfigOutputRsvpQuestionsInnerOneOf.js';
80
+ export * from './RsvpConfigOutputRsvpQuestionsInnerOneOf1.js';
81
+ export * from './RsvpConfigOutputRsvpQuestionsInnerOneOf2.js';
82
+ export * from './RsvpConfigRsvpQuestionsInner.js';
83
+ export * from './RsvpConfigRsvpQuestionsInnerOneOf.js';
84
+ export * from './RsvpConfigRsvpQuestionsInnerOneOf1.js';
85
+ export * from './RsvpConfigRsvpQuestionsInnerOneOf2.js';
86
+ export * from './RsvpItem.js';
87
+ export * from './ValidationError.js';