@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
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * ACM @ UIUC Core API
6
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
7
+ *
8
+ * The version of the OpenAPI document: 4.1.10
9
+ * Contact: infra@acm.illinois.edu
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum = void 0;
17
+ exports.instanceOfApiV1StoreAdminProductsGet200ResponseProductsInner = instanceOfApiV1StoreAdminProductsGet200ResponseProductsInner;
18
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSON = ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSON;
19
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSONTyped = ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSONTyped;
20
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSON = ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSON;
21
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSONTyped = ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSONTyped;
22
+ const ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration_js_1 = require("./ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js");
23
+ const ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner_js_1 = require("./ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum = {
28
+ PerProduct: 'PER_PRODUCT',
29
+ PerVariant: 'PER_VARIANT'
30
+ };
31
+ /**
32
+ * Check if a given object implements the ApiV1StoreAdminProductsGet200ResponseProductsInner interface.
33
+ */
34
+ function instanceOfApiV1StoreAdminProductsGet200ResponseProductsInner(value) {
35
+ if (!('productId' in value) || value['productId'] === undefined)
36
+ return false;
37
+ if (!('name' in value) || value['name'] === undefined)
38
+ return false;
39
+ if (!('verifiedIdentityRequired' in value) || value['verifiedIdentityRequired'] === undefined)
40
+ return false;
41
+ if (!('inventoryMode' in value) || value['inventoryMode'] === undefined)
42
+ return false;
43
+ if (!('variantFriendlyName' in value) || value['variantFriendlyName'] === undefined)
44
+ return false;
45
+ if (!('variants' in value) || value['variants'] === undefined)
46
+ return false;
47
+ if (!('isOpen' in value) || value['isOpen'] === undefined)
48
+ return false;
49
+ return true;
50
+ }
51
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSON(json) {
52
+ return ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSONTyped(json, false);
53
+ }
54
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSONTyped(json, ignoreDiscriminator) {
55
+ if (json == null) {
56
+ return json;
57
+ }
58
+ return {
59
+ 'productId': json['productId'],
60
+ 'name': json['name'],
61
+ 'description': json['description'] == null ? undefined : json['description'],
62
+ 'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
63
+ 'openAt': json['openAt'] == null ? undefined : json['openAt'],
64
+ 'closeAt': json['closeAt'] == null ? undefined : json['closeAt'],
65
+ 'stripeProductId': json['stripeProductId'] == null ? undefined : json['stripeProductId'],
66
+ 'limitConfiguration': json['limitConfiguration'] == null ? undefined : (0, ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration_js_1.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON)(json['limitConfiguration']),
67
+ 'verifiedIdentityRequired': json['verifiedIdentityRequired'],
68
+ 'inventoryMode': json['inventoryMode'],
69
+ 'totalInventoryCount': json['totalInventoryCount'] == null ? undefined : json['totalInventoryCount'],
70
+ 'totalSoldCount': json['totalSoldCount'] == null ? undefined : json['totalSoldCount'],
71
+ 'additionalEmailText': json['additionalEmailText'] == null ? undefined : json['additionalEmailText'],
72
+ 'variantFriendlyName': json['variantFriendlyName'],
73
+ 'variants': (json['variants'].map(ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner_js_1.ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSON)),
74
+ 'isOpen': json['isOpen'],
75
+ };
76
+ }
77
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSON(json) {
78
+ return ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSONTyped(json, false);
79
+ }
80
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSONTyped(value, ignoreDiscriminator = false) {
81
+ if (value == null) {
82
+ return value;
83
+ }
84
+ return {
85
+ 'productId': value['productId'],
86
+ 'name': value['name'],
87
+ 'description': value['description'],
88
+ 'imageUrl': value['imageUrl'],
89
+ 'openAt': value['openAt'],
90
+ 'closeAt': value['closeAt'],
91
+ 'stripeProductId': value['stripeProductId'],
92
+ 'limitConfiguration': (0, ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration_js_1.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON)(value['limitConfiguration']),
93
+ 'verifiedIdentityRequired': value['verifiedIdentityRequired'],
94
+ 'inventoryMode': value['inventoryMode'],
95
+ 'totalInventoryCount': value['totalInventoryCount'],
96
+ 'totalSoldCount': value['totalSoldCount'],
97
+ 'additionalEmailText': value['additionalEmailText'],
98
+ 'variantFriendlyName': value['variantFriendlyName'],
99
+ 'variants': (value['variants'].map(ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner_js_1.ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSON)),
100
+ 'isOpen': value['isOpen'],
101
+ };
102
+ }
@@ -0,0 +1,98 @@
1
+ /**
2
+ * ACM @ UIUC Core API
3
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
4
+ *
5
+ * The version of the OpenAPI document: 4.1.10
6
+ * Contact: infra@acm.illinois.edu
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
16
+ */
17
+ export interface ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
22
+ */
23
+ variantId: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
28
+ */
29
+ name: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
34
+ */
35
+ description?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
40
+ */
41
+ imageUrl?: string;
42
+ /**
43
+ *
44
+ * @type {Array<string>}
45
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
46
+ */
47
+ memberLists: Array<string>;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
52
+ */
53
+ memberPriceId: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
58
+ */
59
+ nonmemberPriceId: string | null;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
64
+ */
65
+ inventoryCount?: number | null;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
70
+ */
71
+ soldCount: number;
72
+ /**
73
+ *
74
+ * @type {boolean}
75
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
76
+ */
77
+ exchangesAllowed: boolean;
78
+ /**
79
+ * The cost to purchase this variant if the customer is a member of `memberLists`.
80
+ * @type {number}
81
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
82
+ */
83
+ memberPriceCents: number;
84
+ /**
85
+ * The cost to purchase this variant if the customer is NOT a member of `memberLists`.
86
+ * @type {number}
87
+ * @memberof ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner
88
+ */
89
+ nonmemberPriceCents: number;
90
+ }
91
+ /**
92
+ * Check if a given object implements the ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner interface.
93
+ */
94
+ export declare function instanceOfApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner(value: object): value is ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner;
95
+ export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSON(json: any): ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner;
96
+ export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner;
97
+ export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSON(json: any): ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner;
98
+ export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped(value?: ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * ACM @ UIUC Core API
6
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
7
+ *
8
+ * The version of the OpenAPI document: 4.1.10
9
+ * Contact: infra@acm.illinois.edu
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner = instanceOfApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner;
17
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSON = ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSON;
18
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped = ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped;
19
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSON = ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSON;
20
+ exports.ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped = ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner interface.
23
+ */
24
+ function instanceOfApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner(value) {
25
+ if (!('variantId' in value) || value['variantId'] === undefined)
26
+ return false;
27
+ if (!('name' in value) || value['name'] === undefined)
28
+ return false;
29
+ if (!('memberLists' in value) || value['memberLists'] === undefined)
30
+ return false;
31
+ if (!('memberPriceId' in value) || value['memberPriceId'] === undefined)
32
+ return false;
33
+ if (!('nonmemberPriceId' in value) || value['nonmemberPriceId'] === undefined)
34
+ return false;
35
+ if (!('soldCount' in value) || value['soldCount'] === undefined)
36
+ return false;
37
+ if (!('exchangesAllowed' in value) || value['exchangesAllowed'] === undefined)
38
+ return false;
39
+ if (!('memberPriceCents' in value) || value['memberPriceCents'] === undefined)
40
+ return false;
41
+ if (!('nonmemberPriceCents' in value) || value['nonmemberPriceCents'] === undefined)
42
+ return false;
43
+ return true;
44
+ }
45
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSON(json) {
46
+ return ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped(json, false);
47
+ }
48
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped(json, ignoreDiscriminator) {
49
+ if (json == null) {
50
+ return json;
51
+ }
52
+ return {
53
+ 'variantId': json['variantId'],
54
+ 'name': json['name'],
55
+ 'description': json['description'] == null ? undefined : json['description'],
56
+ 'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
57
+ 'memberLists': json['memberLists'],
58
+ 'memberPriceId': json['memberPriceId'],
59
+ 'nonmemberPriceId': json['nonmemberPriceId'],
60
+ 'inventoryCount': json['inventoryCount'] == null ? undefined : json['inventoryCount'],
61
+ 'soldCount': json['soldCount'],
62
+ 'exchangesAllowed': json['exchangesAllowed'],
63
+ 'memberPriceCents': json['memberPriceCents'],
64
+ 'nonmemberPriceCents': json['nonmemberPriceCents'],
65
+ };
66
+ }
67
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSON(json) {
68
+ return ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped(json, false);
69
+ }
70
+ function ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped(value, ignoreDiscriminator = false) {
71
+ if (value == null) {
72
+ return value;
73
+ }
74
+ return {
75
+ 'variantId': value['variantId'],
76
+ 'name': value['name'],
77
+ 'description': value['description'],
78
+ 'imageUrl': value['imageUrl'],
79
+ 'memberLists': value['memberLists'],
80
+ 'memberPriceId': value['memberPriceId'],
81
+ 'nonmemberPriceId': value['nonmemberPriceId'],
82
+ 'inventoryCount': value['inventoryCount'],
83
+ 'soldCount': value['soldCount'],
84
+ 'exchangesAllowed': value['exchangesAllowed'],
85
+ 'memberPriceCents': value['memberPriceCents'],
86
+ 'nonmemberPriceCents': value['nonmemberPriceCents'],
87
+ };
88
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * ACM @ UIUC Core API
3
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
4
+ *
5
+ * The version of the OpenAPI document: 4.1.10
6
+ * Contact: infra@acm.illinois.edu
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ApiV1StoreAdminProductsPost201Response
16
+ */
17
+ export interface ApiV1StoreAdminProductsPost201Response {
18
+ /**
19
+ *
20
+ * @type {boolean}
21
+ * @memberof ApiV1StoreAdminProductsPost201Response
22
+ */
23
+ success: boolean;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ApiV1StoreAdminProductsPost201Response
28
+ */
29
+ productId: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ApiV1StoreAdminProductsPost201Response interface.
33
+ */
34
+ export declare function instanceOfApiV1StoreAdminProductsPost201Response(value: object): value is ApiV1StoreAdminProductsPost201Response;
35
+ export declare function ApiV1StoreAdminProductsPost201ResponseFromJSON(json: any): ApiV1StoreAdminProductsPost201Response;
36
+ export declare function ApiV1StoreAdminProductsPost201ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminProductsPost201Response;
37
+ export declare function ApiV1StoreAdminProductsPost201ResponseToJSON(json: any): ApiV1StoreAdminProductsPost201Response;
38
+ export declare function ApiV1StoreAdminProductsPost201ResponseToJSONTyped(value?: ApiV1StoreAdminProductsPost201Response | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * ACM @ UIUC Core API
6
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
7
+ *
8
+ * The version of the OpenAPI document: 4.1.10
9
+ * Contact: infra@acm.illinois.edu
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfApiV1StoreAdminProductsPost201Response = instanceOfApiV1StoreAdminProductsPost201Response;
17
+ exports.ApiV1StoreAdminProductsPost201ResponseFromJSON = ApiV1StoreAdminProductsPost201ResponseFromJSON;
18
+ exports.ApiV1StoreAdminProductsPost201ResponseFromJSONTyped = ApiV1StoreAdminProductsPost201ResponseFromJSONTyped;
19
+ exports.ApiV1StoreAdminProductsPost201ResponseToJSON = ApiV1StoreAdminProductsPost201ResponseToJSON;
20
+ exports.ApiV1StoreAdminProductsPost201ResponseToJSONTyped = ApiV1StoreAdminProductsPost201ResponseToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ApiV1StoreAdminProductsPost201Response interface.
23
+ */
24
+ function instanceOfApiV1StoreAdminProductsPost201Response(value) {
25
+ if (!('success' in value) || value['success'] === undefined)
26
+ return false;
27
+ if (!('productId' in value) || value['productId'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ function ApiV1StoreAdminProductsPost201ResponseFromJSON(json) {
32
+ return ApiV1StoreAdminProductsPost201ResponseFromJSONTyped(json, false);
33
+ }
34
+ function ApiV1StoreAdminProductsPost201ResponseFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'success': json['success'],
40
+ 'productId': json['productId'],
41
+ };
42
+ }
43
+ function ApiV1StoreAdminProductsPost201ResponseToJSON(json) {
44
+ return ApiV1StoreAdminProductsPost201ResponseToJSONTyped(json, false);
45
+ }
46
+ function ApiV1StoreAdminProductsPost201ResponseToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'success': value['success'],
52
+ 'productId': value['productId'],
53
+ };
54
+ }
@@ -0,0 +1,114 @@
1
+ /**
2
+ * ACM @ UIUC Core API
3
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
4
+ *
5
+ * The version of the OpenAPI document: 4.1.10
6
+ * Contact: infra@acm.illinois.edu
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ApiV1StoreAdminProductsPostRequestLimitConfiguration } from './ApiV1StoreAdminProductsPostRequestLimitConfiguration.js';
13
+ import type { ApiV1StoreAdminProductsPostRequestVariantsInner } from './ApiV1StoreAdminProductsPostRequestVariantsInner.js';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface ApiV1StoreAdminProductsPostRequest
18
+ */
19
+ export interface ApiV1StoreAdminProductsPostRequest {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof ApiV1StoreAdminProductsPostRequest
24
+ */
25
+ productId: string | null;
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof ApiV1StoreAdminProductsPostRequest
30
+ */
31
+ name: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof ApiV1StoreAdminProductsPostRequest
36
+ */
37
+ description?: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof ApiV1StoreAdminProductsPostRequest
42
+ */
43
+ imageUrl?: string;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof ApiV1StoreAdminProductsPostRequest
48
+ */
49
+ openAt?: number | null;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof ApiV1StoreAdminProductsPostRequest
54
+ */
55
+ closeAt?: number | null;
56
+ /**
57
+ *
58
+ * @type {ApiV1StoreAdminProductsPostRequestLimitConfiguration}
59
+ * @memberof ApiV1StoreAdminProductsPostRequest
60
+ */
61
+ limitConfiguration?: ApiV1StoreAdminProductsPostRequestLimitConfiguration;
62
+ /**
63
+ *
64
+ * @type {boolean}
65
+ * @memberof ApiV1StoreAdminProductsPostRequest
66
+ */
67
+ verifiedIdentityRequired?: boolean;
68
+ /**
69
+ * Whether inventory is tracked per-variant or as a total across all variants.
70
+ * @type {string}
71
+ * @memberof ApiV1StoreAdminProductsPostRequest
72
+ */
73
+ inventoryMode?: ApiV1StoreAdminProductsPostRequestInventoryModeEnum;
74
+ /**
75
+ *
76
+ * @type {number}
77
+ * @memberof ApiV1StoreAdminProductsPostRequest
78
+ */
79
+ totalInventoryCount?: number | null;
80
+ /**
81
+ * This additional text will be included on confirmation emails sent to purchasers.
82
+ * @type {string}
83
+ * @memberof ApiV1StoreAdminProductsPostRequest
84
+ */
85
+ additionalEmailText?: string;
86
+ /**
87
+ * A user-friendly name for a product variant.
88
+ * @type {string}
89
+ * @memberof ApiV1StoreAdminProductsPostRequest
90
+ */
91
+ variantFriendlyName?: string;
92
+ /**
93
+ *
94
+ * @type {Array<ApiV1StoreAdminProductsPostRequestVariantsInner>}
95
+ * @memberof ApiV1StoreAdminProductsPostRequest
96
+ */
97
+ variants: Array<ApiV1StoreAdminProductsPostRequestVariantsInner>;
98
+ }
99
+ /**
100
+ * @export
101
+ */
102
+ export declare const ApiV1StoreAdminProductsPostRequestInventoryModeEnum: {
103
+ readonly PerProduct: "PER_PRODUCT";
104
+ readonly PerVariant: "PER_VARIANT";
105
+ };
106
+ export type ApiV1StoreAdminProductsPostRequestInventoryModeEnum = typeof ApiV1StoreAdminProductsPostRequestInventoryModeEnum[keyof typeof ApiV1StoreAdminProductsPostRequestInventoryModeEnum];
107
+ /**
108
+ * Check if a given object implements the ApiV1StoreAdminProductsPostRequest interface.
109
+ */
110
+ export declare function instanceOfApiV1StoreAdminProductsPostRequest(value: object): value is ApiV1StoreAdminProductsPostRequest;
111
+ export declare function ApiV1StoreAdminProductsPostRequestFromJSON(json: any): ApiV1StoreAdminProductsPostRequest;
112
+ export declare function ApiV1StoreAdminProductsPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminProductsPostRequest;
113
+ export declare function ApiV1StoreAdminProductsPostRequestToJSON(json: any): ApiV1StoreAdminProductsPostRequest;
114
+ export declare function ApiV1StoreAdminProductsPostRequestToJSONTyped(value?: ApiV1StoreAdminProductsPostRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * ACM @ UIUC Core API
6
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
7
+ *
8
+ * The version of the OpenAPI document: 4.1.10
9
+ * Contact: infra@acm.illinois.edu
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ApiV1StoreAdminProductsPostRequestInventoryModeEnum = void 0;
17
+ exports.instanceOfApiV1StoreAdminProductsPostRequest = instanceOfApiV1StoreAdminProductsPostRequest;
18
+ exports.ApiV1StoreAdminProductsPostRequestFromJSON = ApiV1StoreAdminProductsPostRequestFromJSON;
19
+ exports.ApiV1StoreAdminProductsPostRequestFromJSONTyped = ApiV1StoreAdminProductsPostRequestFromJSONTyped;
20
+ exports.ApiV1StoreAdminProductsPostRequestToJSON = ApiV1StoreAdminProductsPostRequestToJSON;
21
+ exports.ApiV1StoreAdminProductsPostRequestToJSONTyped = ApiV1StoreAdminProductsPostRequestToJSONTyped;
22
+ const ApiV1StoreAdminProductsPostRequestLimitConfiguration_js_1 = require("./ApiV1StoreAdminProductsPostRequestLimitConfiguration.js");
23
+ const ApiV1StoreAdminProductsPostRequestVariantsInner_js_1 = require("./ApiV1StoreAdminProductsPostRequestVariantsInner.js");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.ApiV1StoreAdminProductsPostRequestInventoryModeEnum = {
28
+ PerProduct: 'PER_PRODUCT',
29
+ PerVariant: 'PER_VARIANT'
30
+ };
31
+ /**
32
+ * Check if a given object implements the ApiV1StoreAdminProductsPostRequest interface.
33
+ */
34
+ function instanceOfApiV1StoreAdminProductsPostRequest(value) {
35
+ if (!('productId' in value) || value['productId'] === undefined)
36
+ return false;
37
+ if (!('name' in value) || value['name'] === undefined)
38
+ return false;
39
+ if (!('variants' in value) || value['variants'] === undefined)
40
+ return false;
41
+ return true;
42
+ }
43
+ function ApiV1StoreAdminProductsPostRequestFromJSON(json) {
44
+ return ApiV1StoreAdminProductsPostRequestFromJSONTyped(json, false);
45
+ }
46
+ function ApiV1StoreAdminProductsPostRequestFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'productId': json['productId'],
52
+ 'name': json['name'],
53
+ 'description': json['description'] == null ? undefined : json['description'],
54
+ 'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
55
+ 'openAt': json['openAt'] == null ? undefined : json['openAt'],
56
+ 'closeAt': json['closeAt'] == null ? undefined : json['closeAt'],
57
+ 'limitConfiguration': json['limitConfiguration'] == null ? undefined : (0, ApiV1StoreAdminProductsPostRequestLimitConfiguration_js_1.ApiV1StoreAdminProductsPostRequestLimitConfigurationFromJSON)(json['limitConfiguration']),
58
+ 'verifiedIdentityRequired': json['verifiedIdentityRequired'] == null ? undefined : json['verifiedIdentityRequired'],
59
+ 'inventoryMode': json['inventoryMode'] == null ? undefined : json['inventoryMode'],
60
+ 'totalInventoryCount': json['totalInventoryCount'] == null ? undefined : json['totalInventoryCount'],
61
+ 'additionalEmailText': json['additionalEmailText'] == null ? undefined : json['additionalEmailText'],
62
+ 'variantFriendlyName': json['variantFriendlyName'] == null ? undefined : json['variantFriendlyName'],
63
+ 'variants': (json['variants'].map(ApiV1StoreAdminProductsPostRequestVariantsInner_js_1.ApiV1StoreAdminProductsPostRequestVariantsInnerFromJSON)),
64
+ };
65
+ }
66
+ function ApiV1StoreAdminProductsPostRequestToJSON(json) {
67
+ return ApiV1StoreAdminProductsPostRequestToJSONTyped(json, false);
68
+ }
69
+ function ApiV1StoreAdminProductsPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
70
+ if (value == null) {
71
+ return value;
72
+ }
73
+ return {
74
+ 'productId': value['productId'],
75
+ 'name': value['name'],
76
+ 'description': value['description'],
77
+ 'imageUrl': value['imageUrl'],
78
+ 'openAt': value['openAt'],
79
+ 'closeAt': value['closeAt'],
80
+ 'limitConfiguration': (0, ApiV1StoreAdminProductsPostRequestLimitConfiguration_js_1.ApiV1StoreAdminProductsPostRequestLimitConfigurationToJSON)(value['limitConfiguration']),
81
+ 'verifiedIdentityRequired': value['verifiedIdentityRequired'],
82
+ 'inventoryMode': value['inventoryMode'],
83
+ 'totalInventoryCount': value['totalInventoryCount'],
84
+ 'additionalEmailText': value['additionalEmailText'],
85
+ 'variantFriendlyName': value['variantFriendlyName'],
86
+ 'variants': (value['variants'].map(ApiV1StoreAdminProductsPostRequestVariantsInner_js_1.ApiV1StoreAdminProductsPostRequestVariantsInnerToJSON)),
87
+ };
88
+ }
@@ -0,0 +1,46 @@
1
+ /**
2
+ * ACM @ UIUC Core API
3
+ * The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
4
+ *
5
+ * The version of the OpenAPI document: 4.1.10
6
+ * Contact: infra@acm.illinois.edu
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ApiV1StoreAdminProductsPostRequestLimitConfiguration
16
+ */
17
+ export interface ApiV1StoreAdminProductsPostRequestLimitConfiguration {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ApiV1StoreAdminProductsPostRequestLimitConfiguration
22
+ */
23
+ limitType: ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof ApiV1StoreAdminProductsPostRequestLimitConfiguration
28
+ */
29
+ maxQuantity: number;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum: {
35
+ readonly PerProduct: "PER_PRODUCT";
36
+ readonly PerVariant: "PER_VARIANT";
37
+ };
38
+ export type ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum = typeof ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum[keyof typeof ApiV1StoreAdminProductsPostRequestLimitConfigurationLimitTypeEnum];
39
+ /**
40
+ * Check if a given object implements the ApiV1StoreAdminProductsPostRequestLimitConfiguration interface.
41
+ */
42
+ export declare function instanceOfApiV1StoreAdminProductsPostRequestLimitConfiguration(value: object): value is ApiV1StoreAdminProductsPostRequestLimitConfiguration;
43
+ export declare function ApiV1StoreAdminProductsPostRequestLimitConfigurationFromJSON(json: any): ApiV1StoreAdminProductsPostRequestLimitConfiguration;
44
+ export declare function ApiV1StoreAdminProductsPostRequestLimitConfigurationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminProductsPostRequestLimitConfiguration;
45
+ export declare function ApiV1StoreAdminProductsPostRequestLimitConfigurationToJSON(json: any): ApiV1StoreAdminProductsPostRequestLimitConfiguration;
46
+ export declare function ApiV1StoreAdminProductsPostRequestLimitConfigurationToJSONTyped(value?: ApiV1StoreAdminProductsPostRequestLimitConfiguration | null, ignoreDiscriminator?: boolean): any;