@acm-uiuc/core-client 4.7.0 → 4.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +6 -9
- package/README.md +14 -13
- package/dist/apis/APIKeysApi.d.ts +1 -1
- package/dist/apis/APIKeysApi.js +1 -1
- package/dist/apis/CertificateIssuerApi.d.ts +1 -1
- package/dist/apis/CertificateIssuerApi.js +1 -1
- package/dist/apis/EventsApi.d.ts +2 -1
- package/dist/apis/EventsApi.js +4 -1
- package/dist/apis/GenericApi.d.ts +1 -1
- package/dist/apis/GenericApi.js +1 -1
- package/dist/apis/IAMApi.d.ts +1 -1
- package/dist/apis/IAMApi.js +1 -1
- package/dist/apis/ICalendarIntegrationApi.d.ts +1 -1
- package/dist/apis/ICalendarIntegrationApi.js +1 -1
- package/dist/apis/LinkryApi.d.ts +1 -1
- package/dist/apis/LinkryApi.js +1 -1
- package/dist/apis/LoggingApi.d.ts +1 -1
- package/dist/apis/LoggingApi.js +1 -1
- package/dist/apis/MembershipApi.d.ts +1 -1
- package/dist/apis/MembershipApi.js +1 -1
- package/dist/apis/MobileWalletApi.d.ts +1 -1
- package/dist/apis/MobileWalletApi.js +1 -1
- package/dist/apis/OrganizationsApi.d.ts +1 -1
- package/dist/apis/OrganizationsApi.js +1 -1
- package/dist/apis/RSVPApi.d.ts +85 -18
- package/dist/apis/RSVPApi.js +203 -31
- package/dist/apis/RoomRequestsApi.d.ts +1 -1
- package/dist/apis/RoomRequestsApi.js +1 -1
- package/dist/apis/StoreApi.d.ts +1 -1
- package/dist/apis/StoreApi.js +1 -1
- package/dist/apis/StripeApi.d.ts +1 -1
- package/dist/apis/StripeApi.js +1 -1
- package/dist/esm/apis/APIKeysApi.d.ts +1 -1
- package/dist/esm/apis/APIKeysApi.js +1 -1
- package/dist/esm/apis/CertificateIssuerApi.d.ts +1 -1
- package/dist/esm/apis/CertificateIssuerApi.js +1 -1
- package/dist/esm/apis/EventsApi.d.ts +2 -1
- package/dist/esm/apis/EventsApi.js +4 -1
- package/dist/esm/apis/GenericApi.d.ts +1 -1
- package/dist/esm/apis/GenericApi.js +1 -1
- package/dist/esm/apis/IAMApi.d.ts +1 -1
- package/dist/esm/apis/IAMApi.js +1 -1
- package/dist/esm/apis/ICalendarIntegrationApi.d.ts +1 -1
- package/dist/esm/apis/ICalendarIntegrationApi.js +1 -1
- package/dist/esm/apis/LinkryApi.d.ts +1 -1
- package/dist/esm/apis/LinkryApi.js +1 -1
- package/dist/esm/apis/LoggingApi.d.ts +1 -1
- package/dist/esm/apis/LoggingApi.js +1 -1
- package/dist/esm/apis/MembershipApi.d.ts +1 -1
- package/dist/esm/apis/MembershipApi.js +1 -1
- package/dist/esm/apis/MobileWalletApi.d.ts +1 -1
- package/dist/esm/apis/MobileWalletApi.js +1 -1
- package/dist/esm/apis/OrganizationsApi.d.ts +1 -1
- package/dist/esm/apis/OrganizationsApi.js +1 -1
- package/dist/esm/apis/RSVPApi.d.ts +85 -18
- package/dist/esm/apis/RSVPApi.js +204 -32
- package/dist/esm/apis/RoomRequestsApi.d.ts +1 -1
- package/dist/esm/apis/RoomRequestsApi.js +1 -1
- package/dist/esm/apis/StoreApi.d.ts +1 -1
- package/dist/esm/apis/StoreApi.js +1 -1
- package/dist/esm/apis/StripeApi.d.ts +1 -1
- package/dist/esm/apis/StripeApi.js +1 -1
- package/dist/esm/models/AcmOrganization.d.ts +1 -1
- package/dist/esm/models/AcmOrganization.js +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.js +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +1 -1
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +1 -1
- package/dist/esm/models/ApiV1EventsGet200ResponseInner.d.ts +7 -1
- package/dist/esm/models/ApiV1EventsGet200ResponseInner.js +5 -1
- package/dist/esm/models/ApiV1EventsIdGet200Response.d.ts +7 -1
- package/dist/esm/models/ApiV1EventsIdGet200Response.js +5 -1
- package/dist/esm/models/ApiV1EventsIdPatchRequest.d.ts +7 -1
- package/dist/esm/models/ApiV1EventsIdPatchRequest.js +3 -1
- package/dist/esm/models/ApiV1EventsPostRequest.d.ts +7 -1
- package/dist/esm/models/ApiV1EventsPostRequest.js +3 -1
- package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.js +1 -1
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +1 -1
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +1 -1
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +1 -1
- package/dist/esm/models/ApiV1IamInviteUsersPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1IamInviteUsersPostRequest.js +1 -1
- package/dist/esm/models/ApiV1IamProfilePatchRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1IamProfilePatchRequest.js +1 -1
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +1 -1
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +1 -1
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +1 -1
- package/dist/esm/models/ApiV1LinkryRedirPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1LinkryRedirPostRequest.js +1 -1
- package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.js +1 -1
- package/dist/esm/models/ApiV1MembershipGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1MembershipGet200Response.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +1 -1
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +1 -1
- package/dist/esm/models/ApiV1ProtectedGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1ProtectedGet200Response.js +1 -1
- package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +1 -1
- package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +1 -1
- package/dist/esm/models/ApiV1RoomRequestsPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1RoomRequestsPostRequest.js +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +1 -1
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +1 -1
- package/dist/esm/models/ApiV1RsvpCheckInEventEventIdPost200Response.d.ts +38 -0
- package/dist/esm/models/{RsvpItem.js → ApiV1RsvpCheckInEventEventIdPost200Response.js} +15 -23
- package/dist/esm/models/ApiV1RsvpCheckInEventEventIdPostRequest.d.ts +32 -0
- package/dist/esm/models/{RsvpConfigOutputRsvpQuestionsInnerOneOf.js → ApiV1RsvpCheckInEventEventIdPostRequest.js} +12 -30
- package/dist/esm/models/ApiV1RsvpEventEventIdGet200ResponseInner.d.ts +92 -0
- package/dist/esm/models/ApiV1RsvpEventEventIdGet200ResponseInner.js +83 -0
- package/dist/esm/models/{RsvpConfigRsvpQuestionsInner.d.ts → ApiV1RsvpEventEventIdPost400Response.d.ts} +18 -10
- package/dist/esm/models/{RsvpConfigRsvpQuestionsInnerOneOf1.js → ApiV1RsvpEventEventIdPost400Response.js} +12 -28
- package/dist/esm/models/ApiV1RsvpProfileMeGet200Response.d.ts +247 -0
- package/dist/esm/models/ApiV1RsvpProfileMeGet200Response.js +245 -0
- package/dist/esm/models/ApiV1RsvpProfilePostRequest.d.ts +247 -0
- package/dist/esm/models/ApiV1RsvpProfilePostRequest.js +241 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInner.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInnerLineItemsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInnerLineItemsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersFetchUserOrdersPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersFetchUserOrdersPostRequest.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestRequestingImageUpload.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestRequestingImageUpload.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdGet200Response.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdGet200ResponseVariantsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdGet200ResponseVariantsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatch200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatch200Response.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequestRequestingImageUpload.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequestRequestingImageUpload.js +1 -1
- package/dist/esm/models/ApiV1StoreCheckoutPost201Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreCheckoutPost201Response.js +1 -1
- package/dist/esm/models/ApiV1StoreCheckoutPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreCheckoutPostRequest.js +1 -1
- package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200Response.js +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +1 -1
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.js +1 -1
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +1 -1
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +1 -1
- package/dist/esm/models/ApiV1StripePaymentLinksGet201ResponseInner.d.ts +1 -1
- package/dist/esm/models/ApiV1StripePaymentLinksGet201ResponseInner.js +1 -1
- package/dist/esm/models/ApiV1StripePaymentLinksPost201Response.d.ts +1 -1
- package/dist/esm/models/ApiV1StripePaymentLinksPost201Response.js +1 -1
- package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.js +1 -1
- package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.js +1 -1
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +1 -1
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +1 -1
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.js +1 -1
- package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.d.ts +1 -1
- package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.js +1 -1
- package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.d.ts +1 -1
- package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.js +1 -1
- package/dist/esm/models/ApiV2MembershipNetIdGet200Response.d.ts +1 -1
- package/dist/esm/models/ApiV2MembershipNetIdGet200Response.js +1 -1
- package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +1 -1
- package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +1 -1
- package/dist/esm/models/NonAcmOrgUniqueId.d.ts +1 -1
- package/dist/esm/models/NonAcmOrgUniqueId.js +1 -1
- package/dist/esm/models/NotAuthenticatedError.d.ts +1 -1
- package/dist/esm/models/NotAuthenticatedError.js +1 -1
- package/dist/esm/models/NotAuthorizedError.d.ts +1 -1
- package/dist/esm/models/NotAuthorizedError.js +1 -1
- package/dist/esm/models/NotFoundError.d.ts +1 -1
- package/dist/esm/models/NotFoundError.js +1 -1
- package/dist/esm/models/OrgUniqueId.d.ts +1 -1
- package/dist/esm/models/OrgUniqueId.js +1 -1
- package/dist/esm/models/RateLimitExceededError.d.ts +1 -1
- package/dist/esm/models/RateLimitExceededError.js +1 -1
- package/dist/esm/models/ResourceConflictError.d.ts +1 -1
- package/dist/esm/models/ResourceConflictError.js +1 -1
- package/dist/esm/models/RsvpConfig.d.ts +3 -10
- package/dist/esm/models/RsvpConfig.js +2 -7
- package/dist/esm/models/RsvpConfigOutput.d.ts +3 -10
- package/dist/esm/models/RsvpConfigOutput.js +2 -9
- package/dist/esm/models/ValidationError.d.ts +1 -1
- package/dist/esm/models/ValidationError.js +1 -1
- package/dist/esm/models/index.d.ts +6 -9
- package/dist/esm/models/index.js +6 -9
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/AcmOrganization.d.ts +1 -1
- package/dist/models/AcmOrganization.js +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequest.d.ts +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequest.js +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +1 -1
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +1 -1
- package/dist/models/ApiV1EventsGet200ResponseInner.d.ts +7 -1
- package/dist/models/ApiV1EventsGet200ResponseInner.js +5 -1
- package/dist/models/ApiV1EventsIdGet200Response.d.ts +7 -1
- package/dist/models/ApiV1EventsIdGet200Response.js +5 -1
- package/dist/models/ApiV1EventsIdPatchRequest.d.ts +7 -1
- package/dist/models/ApiV1EventsIdPatchRequest.js +3 -1
- package/dist/models/ApiV1EventsPostRequest.d.ts +7 -1
- package/dist/models/ApiV1EventsPostRequest.js +3 -1
- package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +1 -1
- package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.js +1 -1
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +1 -1
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +1 -1
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +1 -1
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +1 -1
- package/dist/models/ApiV1IamInviteUsersPostRequest.d.ts +1 -1
- package/dist/models/ApiV1IamInviteUsersPostRequest.js +1 -1
- package/dist/models/ApiV1IamProfilePatchRequest.d.ts +1 -1
- package/dist/models/ApiV1IamProfilePatchRequest.js +1 -1
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +1 -1
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +1 -1
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +1 -1
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +1 -1
- package/dist/models/ApiV1LinkryRedirPostRequest.d.ts +1 -1
- package/dist/models/ApiV1LinkryRedirPostRequest.js +1 -1
- package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +1 -1
- package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.js +1 -1
- package/dist/models/ApiV1MembershipGet200Response.d.ts +1 -1
- package/dist/models/ApiV1MembershipGet200Response.js +1 -1
- package/dist/models/ApiV1OrganizationsGet200ResponseInner.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsGet200ResponseInner.js +1 -1
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +1 -1
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdGet200Response.js +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +1 -1
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +1 -1
- package/dist/models/ApiV1ProtectedGet200Response.d.ts +1 -1
- package/dist/models/ApiV1ProtectedGet200Response.js +1 -1
- package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +1 -1
- package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +1 -1
- package/dist/models/ApiV1RoomRequestsPostRequest.d.ts +1 -1
- package/dist/models/ApiV1RoomRequestsPostRequest.js +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +1 -1
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +1 -1
- package/dist/models/ApiV1RsvpCheckInEventEventIdPost200Response.d.ts +38 -0
- package/dist/models/ApiV1RsvpCheckInEventEventIdPost200Response.js +54 -0
- package/dist/models/ApiV1RsvpCheckInEventEventIdPostRequest.d.ts +32 -0
- package/dist/models/ApiV1RsvpCheckInEventEventIdPostRequest.js +50 -0
- package/dist/models/ApiV1RsvpEventEventIdGet200ResponseInner.d.ts +92 -0
- package/dist/models/ApiV1RsvpEventEventIdGet200ResponseInner.js +90 -0
- package/dist/models/{RsvpConfigRsvpQuestionsInner.d.ts → ApiV1RsvpEventEventIdPost400Response.d.ts} +18 -10
- package/dist/models/{RsvpItem.js → ApiV1RsvpEventEventIdPost400Response.js} +17 -29
- package/dist/models/ApiV1RsvpProfileMeGet200Response.d.ts +247 -0
- package/dist/models/ApiV1RsvpProfileMeGet200Response.js +253 -0
- package/dist/models/ApiV1RsvpProfilePostRequest.d.ts +247 -0
- package/dist/models/ApiV1RsvpProfilePostRequest.js +249 -0
- package/dist/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInner.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInner.js +1 -1
- package/dist/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInnerLineItemsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminOrdersFetchUserOrdersPost200ResponseInnerLineItemsInner.js +1 -1
- package/dist/models/ApiV1StoreAdminOrdersFetchUserOrdersPostRequest.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminOrdersFetchUserOrdersPostRequest.js +1 -1
- package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +1 -1
- package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +1 -1
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +1 -1
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsGet200Response.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsGet200Response.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsPost201Response.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsPost201Response.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequest.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequest.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequestRequestingImageUpload.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequestRequestingImageUpload.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdGet200Response.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdGet200Response.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdGet200ResponseVariantsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdGet200ResponseVariantsInner.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdPatch200Response.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdPatch200Response.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequestRequestingImageUpload.d.ts +1 -1
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequestRequestingImageUpload.js +1 -1
- package/dist/models/ApiV1StoreCheckoutPost201Response.d.ts +1 -1
- package/dist/models/ApiV1StoreCheckoutPost201Response.js +1 -1
- package/dist/models/ApiV1StoreCheckoutPostRequest.d.ts +1 -1
- package/dist/models/ApiV1StoreCheckoutPostRequest.js +1 -1
- package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.js +1 -1
- package/dist/models/ApiV1StoreProductsGet200Response.d.ts +1 -1
- package/dist/models/ApiV1StoreProductsGet200Response.js +1 -1
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.js +1 -1
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +1 -1
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +1 -1
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +1 -1
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +1 -1
- package/dist/models/ApiV1StoreProductsProductIdGet200Response.d.ts +1 -1
- package/dist/models/ApiV1StoreProductsProductIdGet200Response.js +1 -1
- package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +1 -1
- package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +1 -1
- package/dist/models/ApiV1StripePaymentLinksGet201ResponseInner.d.ts +1 -1
- package/dist/models/ApiV1StripePaymentLinksGet201ResponseInner.js +1 -1
- package/dist/models/ApiV1StripePaymentLinksPost201Response.d.ts +1 -1
- package/dist/models/ApiV1StripePaymentLinksPost201Response.js +1 -1
- package/dist/models/ApiV1StripePaymentLinksPostRequest.d.ts +1 -1
- package/dist/models/ApiV1StripePaymentLinksPostRequest.js +1 -1
- package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +1 -1
- package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.js +1 -1
- package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +1 -1
- package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +1 -1
- package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +1 -1
- package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.js +1 -1
- package/dist/models/ApiV1UsersFindUserByUinPost200Response.d.ts +1 -1
- package/dist/models/ApiV1UsersFindUserByUinPost200Response.js +1 -1
- package/dist/models/ApiV1UsersFindUserByUinPostRequest.d.ts +1 -1
- package/dist/models/ApiV1UsersFindUserByUinPostRequest.js +1 -1
- package/dist/models/ApiV2MembershipNetIdGet200Response.d.ts +1 -1
- package/dist/models/ApiV2MembershipNetIdGet200Response.js +1 -1
- package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +1 -1
- package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +1 -1
- package/dist/models/NonAcmOrgUniqueId.d.ts +1 -1
- package/dist/models/NonAcmOrgUniqueId.js +1 -1
- package/dist/models/NotAuthenticatedError.d.ts +1 -1
- package/dist/models/NotAuthenticatedError.js +1 -1
- package/dist/models/NotAuthorizedError.d.ts +1 -1
- package/dist/models/NotAuthorizedError.js +1 -1
- package/dist/models/NotFoundError.d.ts +1 -1
- package/dist/models/NotFoundError.js +1 -1
- package/dist/models/OrgUniqueId.d.ts +1 -1
- package/dist/models/OrgUniqueId.js +1 -1
- package/dist/models/RateLimitExceededError.d.ts +1 -1
- package/dist/models/RateLimitExceededError.js +1 -1
- package/dist/models/ResourceConflictError.d.ts +1 -1
- package/dist/models/ResourceConflictError.js +1 -1
- package/dist/models/RsvpConfig.d.ts +3 -10
- package/dist/models/RsvpConfig.js +2 -7
- package/dist/models/RsvpConfigOutput.d.ts +3 -10
- package/dist/models/RsvpConfigOutput.js +2 -9
- package/dist/models/ValidationError.d.ts +1 -1
- package/dist/models/ValidationError.js +1 -1
- package/dist/models/index.d.ts +6 -9
- package/dist/models/index.js +6 -9
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +0 -24
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.js +0 -58
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +0 -57
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +0 -57
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +0 -61
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +0 -63
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +0 -65
- package/dist/esm/models/RsvpConfigRsvpQuestionsInner.js +0 -58
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +0 -57
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.js +0 -59
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +0 -57
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +0 -63
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +0 -63
- package/dist/esm/models/RsvpItem.d.ts +0 -50
- package/dist/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +0 -24
- package/dist/models/RsvpConfigOutputRsvpQuestionsInner.js +0 -64
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +0 -57
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.js +0 -69
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +0 -57
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +0 -69
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +0 -63
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +0 -73
- package/dist/models/RsvpConfigRsvpQuestionsInner.js +0 -64
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +0 -57
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.js +0 -67
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +0 -57
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.js +0 -67
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +0 -63
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +0 -71
- package/dist/models/RsvpItem.d.ts +0 -50
package/dist/apis/RSVPApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.
|
|
8
|
+
* The version of the OpenAPI document: 4.8.2
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,6 +29,62 @@ const index_js_1 = require("../models/index.js");
|
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
class RSVPApi extends runtime.BaseAPI {
|
|
32
|
+
/**
|
|
33
|
+
* Creates request options for apiV1RsvpCheckInEventEventIdPost without sending the request
|
|
34
|
+
*/
|
|
35
|
+
apiV1RsvpCheckInEventEventIdPostRequestOpts(requestParameters) {
|
|
36
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
+
if (requestParameters['eventId'] == null) {
|
|
38
|
+
throw new runtime.RequiredError('eventId', 'Required parameter "eventId" was null or undefined when calling apiV1RsvpCheckInEventEventIdPost().');
|
|
39
|
+
}
|
|
40
|
+
if (requestParameters['apiV1RsvpCheckInEventEventIdPostRequest'] == null) {
|
|
41
|
+
throw new runtime.RequiredError('apiV1RsvpCheckInEventEventIdPostRequest', 'Required parameter "apiV1RsvpCheckInEventEventIdPostRequest" was null or undefined when calling apiV1RsvpCheckInEventEventIdPost().');
|
|
42
|
+
}
|
|
43
|
+
const queryParameters = {};
|
|
44
|
+
const headerParameters = {};
|
|
45
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
46
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
47
|
+
const token = this.configuration.accessToken;
|
|
48
|
+
const tokenString = yield token("httpBearer", []);
|
|
49
|
+
if (tokenString) {
|
|
50
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
54
|
+
headerParameters["X-Api-Key"] = yield this.configuration.apiKey("X-Api-Key"); // apiKeyHeader authentication
|
|
55
|
+
}
|
|
56
|
+
let urlPath = `/api/v1/rsvp/checkIn/event/{eventId}`;
|
|
57
|
+
urlPath = urlPath.replace(`{${"eventId"}}`, encodeURIComponent(String(requestParameters['eventId'])));
|
|
58
|
+
return {
|
|
59
|
+
path: urlPath,
|
|
60
|
+
method: 'POST',
|
|
61
|
+
headers: headerParameters,
|
|
62
|
+
query: queryParameters,
|
|
63
|
+
body: (0, index_js_1.ApiV1RsvpCheckInEventEventIdPostRequestToJSON)(requestParameters['apiV1RsvpCheckInEventEventIdPostRequest']),
|
|
64
|
+
};
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* #### Authorization <hr /> Requires any of the following roles: * RSVPs Manager (<code>manage:rsvps</code>)
|
|
69
|
+
* Check in an RSVP for an event.
|
|
70
|
+
*/
|
|
71
|
+
apiV1RsvpCheckInEventEventIdPostRaw(requestParameters, initOverrides) {
|
|
72
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
73
|
+
const requestOptions = yield this.apiV1RsvpCheckInEventEventIdPostRequestOpts(requestParameters);
|
|
74
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
75
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1RsvpCheckInEventEventIdPost200ResponseFromJSON)(jsonValue));
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* #### Authorization <hr /> Requires any of the following roles: * RSVPs Manager (<code>manage:rsvps</code>)
|
|
80
|
+
* Check in an RSVP for an event.
|
|
81
|
+
*/
|
|
82
|
+
apiV1RsvpCheckInEventEventIdPost(requestParameters, initOverrides) {
|
|
83
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
84
|
+
const response = yield this.apiV1RsvpCheckInEventEventIdPostRaw(requestParameters, initOverrides);
|
|
85
|
+
return yield response.value();
|
|
86
|
+
});
|
|
87
|
+
}
|
|
32
88
|
/**
|
|
33
89
|
* Creates request options for apiV1RsvpEventEventIdAttendeeMeDelete without sending the request
|
|
34
90
|
*/
|
|
@@ -68,12 +124,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
68
124
|
return __awaiter(this, void 0, void 0, function* () {
|
|
69
125
|
const requestOptions = yield this.apiV1RsvpEventEventIdAttendeeMeDeleteRequestOpts(requestParameters);
|
|
70
126
|
const response = yield this.request(requestOptions, initOverrides);
|
|
71
|
-
|
|
72
|
-
return new runtime.JSONApiResponse(response);
|
|
73
|
-
}
|
|
74
|
-
else {
|
|
75
|
-
return new runtime.TextApiResponse(response);
|
|
76
|
-
}
|
|
127
|
+
return new runtime.JSONApiResponse(response);
|
|
77
128
|
});
|
|
78
129
|
}
|
|
79
130
|
/**
|
|
@@ -127,12 +178,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
127
178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
128
179
|
const requestOptions = yield this.apiV1RsvpEventEventIdAttendeeUserIdDeleteRequestOpts(requestParameters);
|
|
129
180
|
const response = yield this.request(requestOptions, initOverrides);
|
|
130
|
-
|
|
131
|
-
return new runtime.JSONApiResponse(response);
|
|
132
|
-
}
|
|
133
|
-
else {
|
|
134
|
-
return new runtime.TextApiResponse(response);
|
|
135
|
-
}
|
|
181
|
+
return new runtime.JSONApiResponse(response);
|
|
136
182
|
});
|
|
137
183
|
}
|
|
138
184
|
/**
|
|
@@ -239,12 +285,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
239
285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
240
286
|
const requestOptions = yield this.apiV1RsvpEventEventIdConfigPostRequestOpts(requestParameters);
|
|
241
287
|
const response = yield this.request(requestOptions, initOverrides);
|
|
242
|
-
|
|
243
|
-
return new runtime.JSONApiResponse(response);
|
|
244
|
-
}
|
|
245
|
-
else {
|
|
246
|
-
return new runtime.TextApiResponse(response);
|
|
247
|
-
}
|
|
288
|
+
return new runtime.JSONApiResponse(response);
|
|
248
289
|
});
|
|
249
290
|
}
|
|
250
291
|
/**
|
|
@@ -288,18 +329,18 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
288
329
|
});
|
|
289
330
|
}
|
|
290
331
|
/**
|
|
291
|
-
* #### Authorization <hr /> Requires any of the following roles: * RSVPs
|
|
332
|
+
* #### Authorization <hr /> Requires any of the following roles: * RSVPs Manager (<code>manage:rsvps</code>)
|
|
292
333
|
* Get all RSVPs for an event.
|
|
293
334
|
*/
|
|
294
335
|
apiV1RsvpEventEventIdGetRaw(requestParameters, initOverrides) {
|
|
295
336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
296
337
|
const requestOptions = yield this.apiV1RsvpEventEventIdGetRequestOpts(requestParameters);
|
|
297
338
|
const response = yield this.request(requestOptions, initOverrides);
|
|
298
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.
|
|
339
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.ApiV1RsvpEventEventIdGet200ResponseInnerFromJSON));
|
|
299
340
|
});
|
|
300
341
|
}
|
|
301
342
|
/**
|
|
302
|
-
* #### Authorization <hr /> Requires any of the following roles: * RSVPs
|
|
343
|
+
* #### Authorization <hr /> Requires any of the following roles: * RSVPs Manager (<code>manage:rsvps</code>)
|
|
303
344
|
* Get all RSVPs for an event.
|
|
304
345
|
*/
|
|
305
346
|
apiV1RsvpEventEventIdGet(requestParameters, initOverrides) {
|
|
@@ -341,22 +382,19 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
341
382
|
});
|
|
342
383
|
}
|
|
343
384
|
/**
|
|
344
|
-
*
|
|
385
|
+
* Requires the user to have a Profile created first. Snapshots profile data upon RSVP.
|
|
386
|
+
* Submit an RSVP for an event
|
|
345
387
|
*/
|
|
346
388
|
apiV1RsvpEventEventIdPostRaw(requestParameters, initOverrides) {
|
|
347
389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
348
390
|
const requestOptions = yield this.apiV1RsvpEventEventIdPostRequestOpts(requestParameters);
|
|
349
391
|
const response = yield this.request(requestOptions, initOverrides);
|
|
350
|
-
|
|
351
|
-
return new runtime.JSONApiResponse(response);
|
|
352
|
-
}
|
|
353
|
-
else {
|
|
354
|
-
return new runtime.TextApiResponse(response);
|
|
355
|
-
}
|
|
392
|
+
return new runtime.JSONApiResponse(response);
|
|
356
393
|
});
|
|
357
394
|
}
|
|
358
395
|
/**
|
|
359
|
-
*
|
|
396
|
+
* Requires the user to have a Profile created first. Snapshots profile data upon RSVP.
|
|
397
|
+
* Submit an RSVP for an event
|
|
360
398
|
*/
|
|
361
399
|
apiV1RsvpEventEventIdPost(requestParameters, initOverrides) {
|
|
362
400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -393,7 +431,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
393
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
394
432
|
const requestOptions = yield this.apiV1RsvpMeGetRequestOpts(requestParameters);
|
|
395
433
|
const response = yield this.request(requestOptions, initOverrides);
|
|
396
|
-
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.
|
|
434
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.ApiV1RsvpEventEventIdGet200ResponseInnerFromJSON));
|
|
397
435
|
});
|
|
398
436
|
}
|
|
399
437
|
/**
|
|
@@ -405,5 +443,139 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
405
443
|
return yield response.value();
|
|
406
444
|
});
|
|
407
445
|
}
|
|
446
|
+
/**
|
|
447
|
+
* Creates request options for apiV1RsvpProfileMeDelete without sending the request
|
|
448
|
+
*/
|
|
449
|
+
apiV1RsvpProfileMeDeleteRequestOpts(requestParameters) {
|
|
450
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
451
|
+
if (requestParameters['xUiucToken'] == null) {
|
|
452
|
+
throw new runtime.RequiredError('xUiucToken', 'Required parameter "xUiucToken" was null or undefined when calling apiV1RsvpProfileMeDelete().');
|
|
453
|
+
}
|
|
454
|
+
const queryParameters = {};
|
|
455
|
+
const headerParameters = {};
|
|
456
|
+
if (requestParameters['xUiucToken'] != null) {
|
|
457
|
+
headerParameters['x-uiuc-token'] = String(requestParameters['xUiucToken']);
|
|
458
|
+
}
|
|
459
|
+
let urlPath = `/api/v1/rsvp/profile/me`;
|
|
460
|
+
return {
|
|
461
|
+
path: urlPath,
|
|
462
|
+
method: 'DELETE',
|
|
463
|
+
headers: headerParameters,
|
|
464
|
+
query: queryParameters,
|
|
465
|
+
};
|
|
466
|
+
});
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Delete current user\'s RSVP profile
|
|
470
|
+
*/
|
|
471
|
+
apiV1RsvpProfileMeDeleteRaw(requestParameters, initOverrides) {
|
|
472
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
473
|
+
const requestOptions = yield this.apiV1RsvpProfileMeDeleteRequestOpts(requestParameters);
|
|
474
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
475
|
+
return new runtime.JSONApiResponse(response);
|
|
476
|
+
});
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* Delete current user\'s RSVP profile
|
|
480
|
+
*/
|
|
481
|
+
apiV1RsvpProfileMeDelete(requestParameters, initOverrides) {
|
|
482
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
483
|
+
const response = yield this.apiV1RsvpProfileMeDeleteRaw(requestParameters, initOverrides);
|
|
484
|
+
return yield response.value();
|
|
485
|
+
});
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* Creates request options for apiV1RsvpProfileMeGet without sending the request
|
|
489
|
+
*/
|
|
490
|
+
apiV1RsvpProfileMeGetRequestOpts(requestParameters) {
|
|
491
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
492
|
+
if (requestParameters['xUiucToken'] == null) {
|
|
493
|
+
throw new runtime.RequiredError('xUiucToken', 'Required parameter "xUiucToken" was null or undefined when calling apiV1RsvpProfileMeGet().');
|
|
494
|
+
}
|
|
495
|
+
const queryParameters = {};
|
|
496
|
+
const headerParameters = {};
|
|
497
|
+
if (requestParameters['xUiucToken'] != null) {
|
|
498
|
+
headerParameters['x-uiuc-token'] = String(requestParameters['xUiucToken']);
|
|
499
|
+
}
|
|
500
|
+
let urlPath = `/api/v1/rsvp/profile/me`;
|
|
501
|
+
return {
|
|
502
|
+
path: urlPath,
|
|
503
|
+
method: 'GET',
|
|
504
|
+
headers: headerParameters,
|
|
505
|
+
query: queryParameters,
|
|
506
|
+
};
|
|
507
|
+
});
|
|
508
|
+
}
|
|
509
|
+
/**
|
|
510
|
+
* Get current user\'s RSVP profile
|
|
511
|
+
*/
|
|
512
|
+
apiV1RsvpProfileMeGetRaw(requestParameters, initOverrides) {
|
|
513
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
514
|
+
const requestOptions = yield this.apiV1RsvpProfileMeGetRequestOpts(requestParameters);
|
|
515
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
516
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1RsvpProfileMeGet200ResponseFromJSON)(jsonValue));
|
|
517
|
+
});
|
|
518
|
+
}
|
|
519
|
+
/**
|
|
520
|
+
* Get current user\'s RSVP profile
|
|
521
|
+
*/
|
|
522
|
+
apiV1RsvpProfileMeGet(requestParameters, initOverrides) {
|
|
523
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
524
|
+
const response = yield this.apiV1RsvpProfileMeGetRaw(requestParameters, initOverrides);
|
|
525
|
+
return yield response.value();
|
|
526
|
+
});
|
|
527
|
+
}
|
|
528
|
+
/**
|
|
529
|
+
* Creates request options for apiV1RsvpProfilePost without sending the request
|
|
530
|
+
*/
|
|
531
|
+
apiV1RsvpProfilePostRequestOpts(requestParameters) {
|
|
532
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
533
|
+
if (requestParameters['xUiucToken'] == null) {
|
|
534
|
+
throw new runtime.RequiredError('xUiucToken', 'Required parameter "xUiucToken" was null or undefined when calling apiV1RsvpProfilePost().');
|
|
535
|
+
}
|
|
536
|
+
if (requestParameters['xTurnstileResponse'] == null) {
|
|
537
|
+
throw new runtime.RequiredError('xTurnstileResponse', 'Required parameter "xTurnstileResponse" was null or undefined when calling apiV1RsvpProfilePost().');
|
|
538
|
+
}
|
|
539
|
+
if (requestParameters['apiV1RsvpProfilePostRequest'] == null) {
|
|
540
|
+
throw new runtime.RequiredError('apiV1RsvpProfilePostRequest', 'Required parameter "apiV1RsvpProfilePostRequest" was null or undefined when calling apiV1RsvpProfilePost().');
|
|
541
|
+
}
|
|
542
|
+
const queryParameters = {};
|
|
543
|
+
const headerParameters = {};
|
|
544
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
545
|
+
if (requestParameters['xUiucToken'] != null) {
|
|
546
|
+
headerParameters['x-uiuc-token'] = String(requestParameters['xUiucToken']);
|
|
547
|
+
}
|
|
548
|
+
if (requestParameters['xTurnstileResponse'] != null) {
|
|
549
|
+
headerParameters['x-turnstile-response'] = String(requestParameters['xTurnstileResponse']);
|
|
550
|
+
}
|
|
551
|
+
let urlPath = `/api/v1/rsvp/profile`;
|
|
552
|
+
return {
|
|
553
|
+
path: urlPath,
|
|
554
|
+
method: 'POST',
|
|
555
|
+
headers: headerParameters,
|
|
556
|
+
query: queryParameters,
|
|
557
|
+
body: (0, index_js_1.ApiV1RsvpProfilePostRequestToJSON)(requestParameters['apiV1RsvpProfilePostRequest']),
|
|
558
|
+
};
|
|
559
|
+
});
|
|
560
|
+
}
|
|
561
|
+
/**
|
|
562
|
+
* Create an RSVP profile for events
|
|
563
|
+
*/
|
|
564
|
+
apiV1RsvpProfilePostRaw(requestParameters, initOverrides) {
|
|
565
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
566
|
+
const requestOptions = yield this.apiV1RsvpProfilePostRequestOpts(requestParameters);
|
|
567
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
568
|
+
return new runtime.JSONApiResponse(response);
|
|
569
|
+
});
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* Create an RSVP profile for events
|
|
573
|
+
*/
|
|
574
|
+
apiV1RsvpProfilePost(requestParameters, initOverrides) {
|
|
575
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
576
|
+
const response = yield this.apiV1RsvpProfilePostRaw(requestParameters, initOverrides);
|
|
577
|
+
return yield response.value();
|
|
578
|
+
});
|
|
579
|
+
}
|
|
408
580
|
}
|
|
409
581
|
exports.RSVPApi = RSVPApi;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.
|
|
8
|
+
* The version of the OpenAPI document: 4.8.2
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/StoreApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/StoreApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.
|
|
8
|
+
* The version of the OpenAPI document: 4.8.2
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/StripeApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/StripeApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.
|
|
8
|
+
* The version of the OpenAPI document: 4.8.2
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,6 +15,7 @@ export interface ApiV1EventsGetRequest {
|
|
|
15
15
|
upcomingOnly?: boolean;
|
|
16
16
|
featuredOnly?: boolean;
|
|
17
17
|
host?: AcmOrganization;
|
|
18
|
+
rsvpOnly?: boolean;
|
|
18
19
|
ts?: number;
|
|
19
20
|
includeMetadata?: boolean;
|
|
20
21
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -41,6 +41,9 @@ export class EventsApi extends runtime.BaseAPI {
|
|
|
41
41
|
if (requestParameters['host'] != null) {
|
|
42
42
|
queryParameters['host'] = requestParameters['host'];
|
|
43
43
|
}
|
|
44
|
+
if (requestParameters['rsvpOnly'] != null) {
|
|
45
|
+
queryParameters['rsvpOnly'] = requestParameters['rsvpOnly'];
|
|
46
|
+
}
|
|
44
47
|
if (requestParameters['ts'] != null) {
|
|
45
48
|
queryParameters['ts'] = requestParameters['ts'];
|
|
46
49
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/apis/IAMApi.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.8.2
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ACM @ UIUC Core API
|
|
5
5
|
* 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\".**
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 4.
|
|
7
|
+
* The version of the OpenAPI document: 4.8.2
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|