@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.
- package/.openapi-generator/FILES +87 -0
- package/README.md +3 -3
- package/dist/apis/APIKeysApi.d.ts +1 -1
- package/dist/apis/APIKeysApi.js +3 -2
- package/dist/apis/EventsApi.d.ts +1 -1
- package/dist/apis/EventsApi.js +6 -5
- package/dist/apis/GenericApi.d.ts +1 -1
- package/dist/apis/GenericApi.js +8 -7
- package/dist/apis/IAMApi.d.ts +1 -1
- package/dist/apis/IAMApi.js +6 -5
- 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 +5 -4
- 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 +6 -5
- 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 +6 -5
- package/dist/apis/RSVPApi.d.ts +1 -1
- package/dist/apis/RSVPApi.js +6 -5
- package/dist/apis/RoomRequestsApi.d.ts +2 -2
- package/dist/apis/RoomRequestsApi.js +12 -6
- package/dist/apis/StoreApi.d.ts +1 -1
- package/dist/apis/StoreApi.js +14 -13
- package/dist/apis/StripeApi.d.ts +1 -1
- package/dist/apis/StripeApi.js +3 -2
- package/dist/esm/apis/APIKeysApi.d.ts +1 -1
- package/dist/esm/apis/APIKeysApi.js +3 -2
- package/dist/esm/apis/EventsApi.d.ts +1 -1
- package/dist/esm/apis/EventsApi.js +6 -5
- package/dist/esm/apis/GenericApi.d.ts +1 -1
- package/dist/esm/apis/GenericApi.js +8 -7
- package/dist/esm/apis/IAMApi.d.ts +1 -1
- package/dist/esm/apis/IAMApi.js +6 -5
- 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 +5 -4
- 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 +6 -5
- 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 +6 -5
- package/dist/esm/apis/RSVPApi.d.ts +1 -1
- package/dist/esm/apis/RSVPApi.js +6 -5
- package/dist/esm/apis/RoomRequestsApi.d.ts +2 -2
- package/dist/esm/apis/RoomRequestsApi.js +12 -6
- package/dist/esm/apis/StoreApi.d.ts +1 -1
- package/dist/esm/apis/StoreApi.js +14 -13
- package/dist/esm/apis/StripeApi.d.ts +1 -1
- package/dist/esm/apis/StripeApi.js +3 -2
- package/dist/esm/models/AcmOrganization.d.ts +50 -0
- package/dist/esm/models/AcmOrganization.js +68 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.d.ts +66 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.js +66 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +23 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +51 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +46 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +54 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +46 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +54 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +32 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +43 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +65 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +75 -0
- package/dist/esm/models/ApiV1EventsGet200ResponseInner.d.ts +121 -0
- package/dist/esm/models/ApiV1EventsGet200ResponseInner.js +89 -0
- package/dist/esm/models/ApiV1EventsIdGet200Response.d.ts +121 -0
- package/dist/esm/models/ApiV1EventsIdGet200Response.js +89 -0
- package/dist/esm/models/ApiV1EventsIdPatchRequest.d.ts +115 -0
- package/dist/esm/models/ApiV1EventsIdPatchRequest.js +83 -0
- package/dist/esm/models/ApiV1EventsPostRequest.d.ts +115 -0
- package/dist/esm/models/ApiV1EventsPostRequest.js +83 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +38 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.js +47 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +33 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +44 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +26 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +31 -0
- package/dist/esm/models/ApiV1IamInviteUsersPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1IamInviteUsersPostRequest.js +43 -0
- package/dist/esm/models/ApiV1IamProfilePatchRequest.d.ts +56 -0
- package/dist/esm/models/ApiV1IamProfilePatchRequest.js +57 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +56 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +59 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +38 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +47 -0
- package/dist/esm/models/ApiV1LinkryRedirPostRequest.d.ts +44 -0
- package/dist/esm/models/ApiV1LinkryRedirPostRequest.js +51 -0
- package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +38 -0
- package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.js +47 -0
- package/dist/esm/models/ApiV1MembershipGet200Response.d.ts +50 -0
- package/dist/esm/models/ApiV1MembershipGet200Response.js +55 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.d.ts +120 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.js +105 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +50 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +51 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +51 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +59 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +120 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.js +105 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +50 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +59 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +39 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +48 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +50 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +45 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +46 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +59 -0
- package/dist/esm/models/ApiV1ProtectedGet200Response.d.ts +75 -0
- package/dist/esm/models/ApiV1ProtectedGet200Response.js +81 -0
- package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +47 -0
- package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +55 -0
- package/dist/esm/models/ApiV1RoomRequestsPostRequest.d.ts +222 -0
- package/dist/esm/models/ApiV1RoomRequestsPostRequest.js +154 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +32 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +43 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +32 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +41 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +57 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +61 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +54 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +60 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200Response.d.ts +98 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200Response.js +80 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.d.ts +109 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.js +89 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +43 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +43 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +33 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +44 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +109 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +89 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.d.ts +33 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.js +44 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +132 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +94 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +98 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +81 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.d.ts +38 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.js +47 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.d.ts +114 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.js +80 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +46 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +54 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +74 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +61 -0
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +81 -0
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +58 -0
- package/dist/esm/models/ApiV1StoreCheckoutPost201Response.d.ts +44 -0
- package/dist/esm/models/ApiV1StoreCheckoutPost201Response.js +51 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequest.d.ts +51 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequest.js +54 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +44 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.js +51 -0
- package/dist/esm/models/ApiV1StoreProductsGet200Response.d.ts +33 -0
- package/dist/esm/models/ApiV1StoreProductsGet200Response.js +44 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +114 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.js +86 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +46 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +54 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +80 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +69 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.d.ts +114 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.js +86 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +46 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +54 -0
- package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.d.ts +56 -0
- package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.js +57 -0
- package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +32 -0
- package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.js +43 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +38 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +43 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.js +43 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.d.ts +32 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.js +43 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.js +43 -0
- package/dist/esm/models/ApiV2MembershipNetIdGet200Response.d.ts +44 -0
- package/dist/esm/models/ApiV2MembershipNetIdGet200Response.js +49 -0
- package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +44 -0
- package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +49 -0
- package/dist/esm/models/NotAuthenticatedError.d.ts +71 -0
- package/dist/esm/models/NotAuthenticatedError.js +73 -0
- package/dist/esm/models/NotAuthorizedError.d.ts +71 -0
- package/dist/esm/models/NotAuthorizedError.js +73 -0
- package/dist/esm/models/NotFoundError.d.ts +71 -0
- package/dist/esm/models/NotFoundError.js +73 -0
- package/dist/esm/models/OrgUniqueId.d.ts +50 -0
- package/dist/esm/models/OrgUniqueId.js +68 -0
- package/dist/esm/models/RateLimitExceededError.d.ts +78 -0
- package/dist/esm/models/RateLimitExceededError.js +79 -0
- package/dist/esm/models/ResourceConflictError.d.ts +71 -0
- package/dist/esm/models/ResourceConflictError.js +73 -0
- package/dist/esm/models/RsvpConfig.d.ts +57 -0
- package/dist/esm/models/RsvpConfig.js +56 -0
- package/dist/esm/models/RsvpConfigOutput.d.ts +57 -0
- package/dist/esm/models/RsvpConfigOutput.js +60 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +24 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.js +58 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.js +61 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +61 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +65 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInner.d.ts +24 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInner.js +58 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.js +59 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf1.js +59 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +63 -0
- package/dist/esm/models/RsvpItem.d.ts +50 -0
- package/dist/esm/models/RsvpItem.js +55 -0
- package/dist/esm/models/ValidationError.d.ts +57 -0
- package/dist/esm/models/ValidationError.js +61 -0
- package/dist/esm/models/index.d.ts +87 -3624
- package/dist/esm/models/index.js +87 -573
- package/dist/esm/runtime.d.ts +4 -1
- package/dist/esm/runtime.js +8 -1
- package/dist/models/AcmOrganization.d.ts +50 -0
- package/dist/models/AcmOrganization.js +76 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequest.d.ts +66 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequest.js +74 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +23 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +57 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +46 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +62 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +46 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +62 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +32 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +50 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +65 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +83 -0
- package/dist/models/ApiV1EventsGet200ResponseInner.d.ts +121 -0
- package/dist/models/ApiV1EventsGet200ResponseInner.js +97 -0
- package/dist/models/ApiV1EventsIdGet200Response.d.ts +121 -0
- package/dist/models/ApiV1EventsIdGet200Response.js +97 -0
- package/dist/models/ApiV1EventsIdPatchRequest.d.ts +115 -0
- package/dist/models/ApiV1EventsIdPatchRequest.js +91 -0
- package/dist/models/ApiV1EventsPostRequest.d.ts +115 -0
- package/dist/models/ApiV1EventsPostRequest.js +91 -0
- package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +38 -0
- package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.js +54 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +33 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +51 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +26 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +38 -0
- package/dist/models/ApiV1IamInviteUsersPostRequest.d.ts +32 -0
- package/dist/models/ApiV1IamInviteUsersPostRequest.js +50 -0
- package/dist/models/ApiV1IamProfilePatchRequest.d.ts +56 -0
- package/dist/models/ApiV1IamProfilePatchRequest.js +64 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +56 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +66 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +38 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +54 -0
- package/dist/models/ApiV1LinkryRedirPostRequest.d.ts +44 -0
- package/dist/models/ApiV1LinkryRedirPostRequest.js +58 -0
- package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +38 -0
- package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.js +54 -0
- package/dist/models/ApiV1MembershipGet200Response.d.ts +50 -0
- package/dist/models/ApiV1MembershipGet200Response.js +62 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInner.d.ts +120 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInner.js +113 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +50 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +58 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +51 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +67 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +120 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200Response.js +113 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +50 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +58 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +51 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +67 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +39 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +55 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +50 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +58 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +45 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +53 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +51 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +67 -0
- package/dist/models/ApiV1ProtectedGet200Response.d.ts +75 -0
- package/dist/models/ApiV1ProtectedGet200Response.js +89 -0
- package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +47 -0
- package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +63 -0
- package/dist/models/ApiV1RoomRequestsPostRequest.d.ts +222 -0
- package/dist/models/ApiV1RoomRequestsPostRequest.js +162 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +32 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +50 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +32 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +48 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +57 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +69 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +54 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +68 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200Response.d.ts +98 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200Response.js +88 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.d.ts +109 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.js +97 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +32 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +50 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +32 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +50 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +33 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +51 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +109 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +97 -0
- package/dist/models/ApiV1StoreAdminProductsGet200Response.d.ts +33 -0
- package/dist/models/ApiV1StoreAdminProductsGet200Response.js +51 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +132 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +102 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +98 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +88 -0
- package/dist/models/ApiV1StoreAdminProductsPost201Response.d.ts +38 -0
- package/dist/models/ApiV1StoreAdminProductsPost201Response.js +54 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequest.d.ts +114 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequest.js +88 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +46 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +62 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +74 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +68 -0
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +81 -0
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +65 -0
- package/dist/models/ApiV1StoreCheckoutPost201Response.d.ts +44 -0
- package/dist/models/ApiV1StoreCheckoutPost201Response.js +58 -0
- package/dist/models/ApiV1StoreCheckoutPostRequest.d.ts +51 -0
- package/dist/models/ApiV1StoreCheckoutPostRequest.js +61 -0
- package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +44 -0
- package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.js +58 -0
- package/dist/models/ApiV1StoreProductsGet200Response.d.ts +33 -0
- package/dist/models/ApiV1StoreProductsGet200Response.js +51 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +114 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.js +94 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +46 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +62 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +80 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +76 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200Response.d.ts +114 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200Response.js +94 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +46 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +62 -0
- package/dist/models/ApiV1StripePaymentLinksPostRequest.d.ts +56 -0
- package/dist/models/ApiV1StripePaymentLinksPostRequest.js +64 -0
- package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +32 -0
- package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.js +50 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +38 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +50 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +32 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.js +50 -0
- package/dist/models/ApiV1UsersFindUserByUinPost200Response.d.ts +32 -0
- package/dist/models/ApiV1UsersFindUserByUinPost200Response.js +50 -0
- package/dist/models/ApiV1UsersFindUserByUinPostRequest.d.ts +32 -0
- package/dist/models/ApiV1UsersFindUserByUinPostRequest.js +50 -0
- package/dist/models/ApiV2MembershipNetIdGet200Response.d.ts +44 -0
- package/dist/models/ApiV2MembershipNetIdGet200Response.js +56 -0
- package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +44 -0
- package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +56 -0
- package/dist/models/NotAuthenticatedError.d.ts +71 -0
- package/dist/models/NotAuthenticatedError.js +81 -0
- package/dist/models/NotAuthorizedError.d.ts +71 -0
- package/dist/models/NotAuthorizedError.js +81 -0
- package/dist/models/NotFoundError.d.ts +71 -0
- package/dist/models/NotFoundError.js +81 -0
- package/dist/models/OrgUniqueId.d.ts +50 -0
- package/dist/models/OrgUniqueId.js +76 -0
- package/dist/models/RateLimitExceededError.d.ts +78 -0
- package/dist/models/RateLimitExceededError.js +87 -0
- package/dist/models/ResourceConflictError.d.ts +71 -0
- package/dist/models/ResourceConflictError.js +81 -0
- package/dist/models/RsvpConfig.d.ts +57 -0
- package/dist/models/RsvpConfig.js +63 -0
- package/dist/models/RsvpConfigOutput.d.ts +57 -0
- package/dist/models/RsvpConfigOutput.js +67 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +24 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInner.js +64 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.js +69 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +69 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +73 -0
- package/dist/models/RsvpConfigRsvpQuestionsInner.d.ts +24 -0
- package/dist/models/RsvpConfigRsvpQuestionsInner.js +64 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.js +67 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.js +67 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +71 -0
- package/dist/models/RsvpItem.d.ts +50 -0
- package/dist/models/RsvpItem.js +62 -0
- package/dist/models/ValidationError.d.ts +57 -0
- package/dist/models/ValidationError.js +69 -0
- package/dist/models/index.d.ts +87 -3624
- package/dist/models/index.js +102 -576
- package/dist/runtime.d.ts +4 -1
- package/dist/runtime.js +9 -1
- package/package.json +1 -1
|
@@ -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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime.js';
|
|
24
|
+
import { ApiV1MembershipExternalListListIdPatchRequestToJSON, ApiV1MembershipGet200ResponseFromJSON, ApiV2MembershipNetIdGet200ResponseFromJSON, ApiV2MembershipVerifyBatchOfMembersPost200ResponseFromJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -137,7 +138,7 @@ export class MembershipApi extends runtime.BaseAPI {
|
|
|
137
138
|
method: 'PATCH',
|
|
138
139
|
headers: headerParameters,
|
|
139
140
|
query: queryParameters,
|
|
140
|
-
body: requestParameters['apiV1MembershipExternalListListIdPatchRequest'],
|
|
141
|
+
body: ApiV1MembershipExternalListListIdPatchRequestToJSON(requestParameters['apiV1MembershipExternalListListIdPatchRequest']),
|
|
141
142
|
}, initOverrides);
|
|
142
143
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
143
144
|
return new runtime.JSONApiResponse(response);
|
|
@@ -180,7 +181,7 @@ export class MembershipApi extends runtime.BaseAPI {
|
|
|
180
181
|
headers: headerParameters,
|
|
181
182
|
query: queryParameters,
|
|
182
183
|
}, initOverrides);
|
|
183
|
-
return new runtime.JSONApiResponse(response);
|
|
184
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1MembershipGet200ResponseFromJSON(jsonValue));
|
|
184
185
|
});
|
|
185
186
|
}
|
|
186
187
|
/**
|
|
@@ -264,7 +265,7 @@ export class MembershipApi extends runtime.BaseAPI {
|
|
|
264
265
|
headers: headerParameters,
|
|
265
266
|
query: queryParameters,
|
|
266
267
|
}, initOverrides);
|
|
267
|
-
return new runtime.JSONApiResponse(response);
|
|
268
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV2MembershipNetIdGet200ResponseFromJSON(jsonValue));
|
|
268
269
|
});
|
|
269
270
|
}
|
|
270
271
|
/**
|
|
@@ -310,7 +311,7 @@ export class MembershipApi extends runtime.BaseAPI {
|
|
|
310
311
|
query: queryParameters,
|
|
311
312
|
body: requestParameters['requestBody'],
|
|
312
313
|
}, initOverrides);
|
|
313
|
-
return new runtime.JSONApiResponse(response);
|
|
314
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV2MembershipVerifyBatchOfMembersPost200ResponseFromJSON(jsonValue));
|
|
314
315
|
});
|
|
315
316
|
}
|
|
316
317
|
/**
|
|
@@ -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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime.js';
|
|
24
|
+
import { ApiV1OrganizationsGet200ResponseInnerFromJSON, ApiV1OrganizationsOrgIdGet200ResponseFromJSON, ApiV1OrganizationsOrgIdLeadsPatchRequestToJSON, ApiV1OrganizationsOrgIdMetaPostRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -39,7 +40,7 @@ export class OrganizationsApi extends runtime.BaseAPI {
|
|
|
39
40
|
headers: headerParameters,
|
|
40
41
|
query: queryParameters,
|
|
41
42
|
}, initOverrides);
|
|
42
|
-
return new runtime.JSONApiResponse(response);
|
|
43
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(ApiV1OrganizationsGet200ResponseInnerFromJSON));
|
|
43
44
|
});
|
|
44
45
|
}
|
|
45
46
|
/**
|
|
@@ -69,7 +70,7 @@ export class OrganizationsApi extends runtime.BaseAPI {
|
|
|
69
70
|
headers: headerParameters,
|
|
70
71
|
query: queryParameters,
|
|
71
72
|
}, initOverrides);
|
|
72
|
-
return new runtime.JSONApiResponse(response);
|
|
73
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1OrganizationsOrgIdGet200ResponseFromJSON(jsonValue));
|
|
73
74
|
});
|
|
74
75
|
}
|
|
75
76
|
/**
|
|
@@ -113,7 +114,7 @@ export class OrganizationsApi extends runtime.BaseAPI {
|
|
|
113
114
|
method: 'PATCH',
|
|
114
115
|
headers: headerParameters,
|
|
115
116
|
query: queryParameters,
|
|
116
|
-
body: requestParameters['apiV1OrganizationsOrgIdLeadsPatchRequest'],
|
|
117
|
+
body: ApiV1OrganizationsOrgIdLeadsPatchRequestToJSON(requestParameters['apiV1OrganizationsOrgIdLeadsPatchRequest']),
|
|
117
118
|
}, initOverrides);
|
|
118
119
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
119
120
|
return new runtime.JSONApiResponse(response);
|
|
@@ -165,7 +166,7 @@ export class OrganizationsApi extends runtime.BaseAPI {
|
|
|
165
166
|
method: 'POST',
|
|
166
167
|
headers: headerParameters,
|
|
167
168
|
query: queryParameters,
|
|
168
|
-
body: requestParameters['apiV1OrganizationsOrgIdMetaPostRequest'],
|
|
169
|
+
body: ApiV1OrganizationsOrgIdMetaPostRequestToJSON(requestParameters['apiV1OrganizationsOrgIdMetaPostRequest']),
|
|
169
170
|
}, initOverrides);
|
|
170
171
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
171
172
|
return new runtime.JSONApiResponse(response);
|
|
@@ -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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
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/RSVPApi.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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime.js';
|
|
24
|
+
import { RsvpConfigToJSON, RsvpConfigOutputFromJSON, RsvpItemFromJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -152,7 +153,7 @@ export class RSVPApi extends runtime.BaseAPI {
|
|
|
152
153
|
headers: headerParameters,
|
|
153
154
|
query: queryParameters,
|
|
154
155
|
}, initOverrides);
|
|
155
|
-
return new runtime.JSONApiResponse(response);
|
|
156
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => RsvpConfigOutputFromJSON(jsonValue));
|
|
156
157
|
});
|
|
157
158
|
}
|
|
158
159
|
/**
|
|
@@ -197,7 +198,7 @@ export class RSVPApi extends runtime.BaseAPI {
|
|
|
197
198
|
method: 'POST',
|
|
198
199
|
headers: headerParameters,
|
|
199
200
|
query: queryParameters,
|
|
200
|
-
body: requestParameters['rsvpConfig'],
|
|
201
|
+
body: RsvpConfigToJSON(requestParameters['rsvpConfig']),
|
|
201
202
|
}, initOverrides);
|
|
202
203
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
203
204
|
return new runtime.JSONApiResponse(response);
|
|
@@ -246,7 +247,7 @@ export class RSVPApi extends runtime.BaseAPI {
|
|
|
246
247
|
headers: headerParameters,
|
|
247
248
|
query: queryParameters,
|
|
248
249
|
}, initOverrides);
|
|
249
|
-
return new runtime.JSONApiResponse(response);
|
|
250
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(RsvpItemFromJSON));
|
|
250
251
|
});
|
|
251
252
|
}
|
|
252
253
|
/**
|
|
@@ -326,7 +327,7 @@ export class RSVPApi extends runtime.BaseAPI {
|
|
|
326
327
|
headers: headerParameters,
|
|
327
328
|
query: queryParameters,
|
|
328
329
|
}, initOverrides);
|
|
329
|
-
return new runtime.JSONApiResponse(response);
|
|
330
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(RsvpItemFromJSON));
|
|
330
331
|
});
|
|
331
332
|
}
|
|
332
333
|
/**
|
|
@@ -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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,7 +21,7 @@ export interface ApiV1RoomRequestsSemesterIdGetRequest {
|
|
|
21
21
|
export interface ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGetRequest {
|
|
22
22
|
requestId: string;
|
|
23
23
|
semesterId: string;
|
|
24
|
-
createdAt:
|
|
24
|
+
createdAt: Date;
|
|
25
25
|
status: ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGetStatusEnum;
|
|
26
26
|
}
|
|
27
27
|
export interface ApiV1RoomRequestsSemesterIdRequestIdGetRequest {
|
|
@@ -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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime.js';
|
|
24
|
+
import { ApiV1RoomRequestsPostRequestToJSON, ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200ResponseFromJSON, ApiV1RoomRequestsSemesterIdRequestIdStatusPost201ResponseFromJSON, ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -53,7 +54,7 @@ export class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
53
54
|
method: 'POST',
|
|
54
55
|
headers: headerParameters,
|
|
55
56
|
query: queryParameters,
|
|
56
|
-
body: requestParameters['apiV1RoomRequestsPostRequest'],
|
|
57
|
+
body: ApiV1RoomRequestsPostRequestToJSON(requestParameters['apiV1RoomRequestsPostRequest']),
|
|
57
58
|
}, initOverrides);
|
|
58
59
|
return new runtime.VoidApiResponse(response);
|
|
59
60
|
});
|
|
@@ -144,7 +145,12 @@ export class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
144
145
|
let urlPath = `/api/v1/roomRequests/{semesterId}/{requestId}/attachmentDownloadUrl/{createdAt}/{status}`;
|
|
145
146
|
urlPath = urlPath.replace(`{${"requestId"}}`, encodeURIComponent(String(requestParameters['requestId'])));
|
|
146
147
|
urlPath = urlPath.replace(`{${"semesterId"}}`, encodeURIComponent(String(requestParameters['semesterId'])));
|
|
147
|
-
|
|
148
|
+
if (requestParameters['createdAt'] instanceof Date) {
|
|
149
|
+
urlPath = urlPath.replace(`{${"createdAt"}}`, encodeURIComponent(requestParameters['createdAt'].toISOString()));
|
|
150
|
+
}
|
|
151
|
+
else {
|
|
152
|
+
urlPath = urlPath.replace(`{${"createdAt"}}`, encodeURIComponent(String(requestParameters['createdAt'])));
|
|
153
|
+
}
|
|
148
154
|
urlPath = urlPath.replace(`{${"status"}}`, encodeURIComponent(String(requestParameters['status'])));
|
|
149
155
|
const response = yield this.request({
|
|
150
156
|
path: urlPath,
|
|
@@ -152,7 +158,7 @@ export class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
152
158
|
headers: headerParameters,
|
|
153
159
|
query: queryParameters,
|
|
154
160
|
}, initOverrides);
|
|
155
|
-
return new runtime.JSONApiResponse(response);
|
|
161
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200ResponseFromJSON(jsonValue));
|
|
156
162
|
});
|
|
157
163
|
}
|
|
158
164
|
/**
|
|
@@ -246,9 +252,9 @@ export class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
246
252
|
method: 'POST',
|
|
247
253
|
headers: headerParameters,
|
|
248
254
|
query: queryParameters,
|
|
249
|
-
body: requestParameters['apiV1RoomRequestsSemesterIdRequestIdStatusPostRequest'],
|
|
255
|
+
body: ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestToJSON(requestParameters['apiV1RoomRequestsSemesterIdRequestIdStatusPostRequest']),
|
|
250
256
|
}, initOverrides);
|
|
251
|
-
return new runtime.JSONApiResponse(response);
|
|
257
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1RoomRequestsSemesterIdRequestIdStatusPost201ResponseFromJSON(jsonValue));
|
|
252
258
|
});
|
|
253
259
|
}
|
|
254
260
|
/**
|
|
@@ -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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime.js';
|
|
24
|
+
import { ApiV1StoreAdminOrderOrderIdGet200ResponseFromJSON, ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSON, ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSON, ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSON, ApiV1StoreAdminProductsGet200ResponseFromJSON, ApiV1StoreAdminProductsPost201ResponseFromJSON, ApiV1StoreAdminProductsPostRequestToJSON, ApiV1StoreAdminProductsProductIdPatchRequestToJSON, ApiV1StoreCheckoutPost201ResponseFromJSON, ApiV1StoreCheckoutPostRequestToJSON, ApiV1StoreProductsGet200ResponseFromJSON, ApiV1StoreProductsProductIdGet200ResponseFromJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -54,7 +55,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
54
55
|
headers: headerParameters,
|
|
55
56
|
query: queryParameters,
|
|
56
57
|
}, initOverrides);
|
|
57
|
-
return new runtime.JSONApiResponse(response);
|
|
58
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1StoreAdminOrderOrderIdGet200ResponseFromJSON(jsonValue));
|
|
58
59
|
});
|
|
59
60
|
}
|
|
60
61
|
/**
|
|
@@ -99,7 +100,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
99
100
|
method: 'POST',
|
|
100
101
|
headers: headerParameters,
|
|
101
102
|
query: queryParameters,
|
|
102
|
-
body: requestParameters['apiV1StoreAdminOrdersOrderIdFulfillPostRequest'],
|
|
103
|
+
body: ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSON(requestParameters['apiV1StoreAdminOrdersOrderIdFulfillPostRequest']),
|
|
103
104
|
}, initOverrides);
|
|
104
105
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
105
106
|
return new runtime.JSONApiResponse(response);
|
|
@@ -151,7 +152,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
151
152
|
method: 'POST',
|
|
152
153
|
headers: headerParameters,
|
|
153
154
|
query: queryParameters,
|
|
154
|
-
body: requestParameters['apiV1StoreAdminOrdersOrderIdRefundPostRequest'],
|
|
155
|
+
body: ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSON(requestParameters['apiV1StoreAdminOrdersOrderIdRefundPostRequest']),
|
|
155
156
|
}, initOverrides);
|
|
156
157
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
157
158
|
return new runtime.JSONApiResponse(response);
|
|
@@ -200,7 +201,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
200
201
|
headers: headerParameters,
|
|
201
202
|
query: queryParameters,
|
|
202
203
|
}, initOverrides);
|
|
203
|
-
return new runtime.JSONApiResponse(response);
|
|
204
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSON(jsonValue));
|
|
204
205
|
});
|
|
205
206
|
}
|
|
206
207
|
/**
|
|
@@ -238,7 +239,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
238
239
|
headers: headerParameters,
|
|
239
240
|
query: queryParameters,
|
|
240
241
|
}, initOverrides);
|
|
241
|
-
return new runtime.JSONApiResponse(response);
|
|
242
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1StoreAdminProductsGet200ResponseFromJSON(jsonValue));
|
|
242
243
|
});
|
|
243
244
|
}
|
|
244
245
|
/**
|
|
@@ -279,9 +280,9 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
279
280
|
method: 'POST',
|
|
280
281
|
headers: headerParameters,
|
|
281
282
|
query: queryParameters,
|
|
282
|
-
body: requestParameters['apiV1StoreAdminProductsPostRequest'],
|
|
283
|
+
body: ApiV1StoreAdminProductsPostRequestToJSON(requestParameters['apiV1StoreAdminProductsPostRequest']),
|
|
283
284
|
}, initOverrides);
|
|
284
|
-
return new runtime.JSONApiResponse(response);
|
|
285
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1StoreAdminProductsPost201ResponseFromJSON(jsonValue));
|
|
285
286
|
});
|
|
286
287
|
}
|
|
287
288
|
/**
|
|
@@ -326,7 +327,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
326
327
|
method: 'PATCH',
|
|
327
328
|
headers: headerParameters,
|
|
328
329
|
query: queryParameters,
|
|
329
|
-
body: requestParameters['apiV1StoreAdminProductsProductIdPatchRequest'],
|
|
330
|
+
body: ApiV1StoreAdminProductsProductIdPatchRequestToJSON(requestParameters['apiV1StoreAdminProductsProductIdPatchRequest']),
|
|
330
331
|
}, initOverrides);
|
|
331
332
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
332
333
|
return new runtime.JSONApiResponse(response);
|
|
@@ -372,9 +373,9 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
372
373
|
method: 'POST',
|
|
373
374
|
headers: headerParameters,
|
|
374
375
|
query: queryParameters,
|
|
375
|
-
body: requestParameters['apiV1StoreCheckoutPostRequest'],
|
|
376
|
+
body: ApiV1StoreCheckoutPostRequestToJSON(requestParameters['apiV1StoreCheckoutPostRequest']),
|
|
376
377
|
}, initOverrides);
|
|
377
|
-
return new runtime.JSONApiResponse(response);
|
|
378
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1StoreCheckoutPost201ResponseFromJSON(jsonValue));
|
|
378
379
|
});
|
|
379
380
|
}
|
|
380
381
|
/**
|
|
@@ -400,7 +401,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
400
401
|
headers: headerParameters,
|
|
401
402
|
query: queryParameters,
|
|
402
403
|
}, initOverrides);
|
|
403
|
-
return new runtime.JSONApiResponse(response);
|
|
404
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1StoreProductsGet200ResponseFromJSON(jsonValue));
|
|
404
405
|
});
|
|
405
406
|
}
|
|
406
407
|
/**
|
|
@@ -430,7 +431,7 @@ export class StoreApi extends runtime.BaseAPI {
|
|
|
430
431
|
headers: headerParameters,
|
|
431
432
|
query: queryParameters,
|
|
432
433
|
}, initOverrides);
|
|
433
|
-
return new runtime.JSONApiResponse(response);
|
|
434
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1StoreProductsProductIdGet200ResponseFromJSON(jsonValue));
|
|
434
435
|
});
|
|
435
436
|
}
|
|
436
437
|
/**
|
|
@@ -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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime.js';
|
|
24
|
+
import { ApiV1StripePaymentLinksPostRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -131,7 +132,7 @@ export class StripeApi extends runtime.BaseAPI {
|
|
|
131
132
|
method: 'POST',
|
|
132
133
|
headers: headerParameters,
|
|
133
134
|
query: queryParameters,
|
|
134
|
-
body: requestParameters['apiV1StripePaymentLinksPostRequest'],
|
|
135
|
+
body: ApiV1StripePaymentLinksPostRequestToJSON(requestParameters['apiV1StripePaymentLinksPostRequest']),
|
|
135
136
|
}, initOverrides);
|
|
136
137
|
return new runtime.VoidApiResponse(response);
|
|
137
138
|
});
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
* ACM Organization
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const AcmOrganization: {
|
|
17
|
+
readonly Acm: "ACM";
|
|
18
|
+
readonly SigPwny: "SIGPwny";
|
|
19
|
+
readonly Sigchi: "SIGCHI";
|
|
20
|
+
readonly GameBuilders: "GameBuilders";
|
|
21
|
+
readonly Sigaida: "SIGAIDA";
|
|
22
|
+
readonly Siggraph: "SIGGRAPH";
|
|
23
|
+
readonly Icpc: "ICPC";
|
|
24
|
+
readonly SigMobile: "SIGMobile";
|
|
25
|
+
readonly SigMusic: "SIGMusic";
|
|
26
|
+
readonly Glug: "GLUG";
|
|
27
|
+
readonly Signll: "SIGNLL";
|
|
28
|
+
readonly SiGma: "SIGma";
|
|
29
|
+
readonly SigQuantum: "SIGQuantum";
|
|
30
|
+
readonly SiGecom: "SIGecom";
|
|
31
|
+
readonly Sigplan: "SIGPLAN";
|
|
32
|
+
readonly SigPolicy: "SIGPolicy";
|
|
33
|
+
readonly Sigarch: "SIGARCH";
|
|
34
|
+
readonly SigRobotics: "SIGRobotics";
|
|
35
|
+
readonly SiGtricity: "SIGtricity";
|
|
36
|
+
readonly InfrastructureCommittee: "Infrastructure Committee";
|
|
37
|
+
readonly SocialCommittee: "Social Committee";
|
|
38
|
+
readonly MentorshipCommittee: "Mentorship Committee";
|
|
39
|
+
readonly AcademicCommittee: "Academic Committee";
|
|
40
|
+
readonly CorporateCommittee: "Corporate Committee";
|
|
41
|
+
readonly MarketingCommittee: "Marketing Committee";
|
|
42
|
+
readonly ReflectionsProjections: "Reflections | Projections";
|
|
43
|
+
readonly HackIllinois: "HackIllinois";
|
|
44
|
+
};
|
|
45
|
+
export type AcmOrganization = typeof AcmOrganization[keyof typeof AcmOrganization];
|
|
46
|
+
export declare function instanceOfAcmOrganization(value: any): boolean;
|
|
47
|
+
export declare function AcmOrganizationFromJSON(json: any): AcmOrganization;
|
|
48
|
+
export declare function AcmOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): AcmOrganization;
|
|
49
|
+
export declare function AcmOrganizationToJSON(value?: AcmOrganization | null): any;
|
|
50
|
+
export declare function AcmOrganizationToJSONTyped(value: any, ignoreDiscriminator: boolean): AcmOrganization;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* ACM @ UIUC Core API
|
|
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
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
|
+
* Contact: infra@acm.illinois.edu
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* ACM Organization
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const AcmOrganization = {
|
|
19
|
+
Acm: 'ACM',
|
|
20
|
+
SigPwny: 'SIGPwny',
|
|
21
|
+
Sigchi: 'SIGCHI',
|
|
22
|
+
GameBuilders: 'GameBuilders',
|
|
23
|
+
Sigaida: 'SIGAIDA',
|
|
24
|
+
Siggraph: 'SIGGRAPH',
|
|
25
|
+
Icpc: 'ICPC',
|
|
26
|
+
SigMobile: 'SIGMobile',
|
|
27
|
+
SigMusic: 'SIGMusic',
|
|
28
|
+
Glug: 'GLUG',
|
|
29
|
+
Signll: 'SIGNLL',
|
|
30
|
+
SiGma: 'SIGma',
|
|
31
|
+
SigQuantum: 'SIGQuantum',
|
|
32
|
+
SiGecom: 'SIGecom',
|
|
33
|
+
Sigplan: 'SIGPLAN',
|
|
34
|
+
SigPolicy: 'SIGPolicy',
|
|
35
|
+
Sigarch: 'SIGARCH',
|
|
36
|
+
SigRobotics: 'SIGRobotics',
|
|
37
|
+
SiGtricity: 'SIGtricity',
|
|
38
|
+
InfrastructureCommittee: 'Infrastructure Committee',
|
|
39
|
+
SocialCommittee: 'Social Committee',
|
|
40
|
+
MentorshipCommittee: 'Mentorship Committee',
|
|
41
|
+
AcademicCommittee: 'Academic Committee',
|
|
42
|
+
CorporateCommittee: 'Corporate Committee',
|
|
43
|
+
MarketingCommittee: 'Marketing Committee',
|
|
44
|
+
ReflectionsProjections: 'Reflections | Projections',
|
|
45
|
+
HackIllinois: 'HackIllinois'
|
|
46
|
+
};
|
|
47
|
+
export function instanceOfAcmOrganization(value) {
|
|
48
|
+
for (const key in AcmOrganization) {
|
|
49
|
+
if (Object.prototype.hasOwnProperty.call(AcmOrganization, key)) {
|
|
50
|
+
if (AcmOrganization[key] === value) {
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return false;
|
|
56
|
+
}
|
|
57
|
+
export function AcmOrganizationFromJSON(json) {
|
|
58
|
+
return AcmOrganizationFromJSONTyped(json, false);
|
|
59
|
+
}
|
|
60
|
+
export function AcmOrganizationFromJSONTyped(json, ignoreDiscriminator) {
|
|
61
|
+
return json;
|
|
62
|
+
}
|
|
63
|
+
export function AcmOrganizationToJSON(value) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
export function AcmOrganizationToJSONTyped(value, ignoreDiscriminator) {
|
|
67
|
+
return value;
|
|
68
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 { ApiV1ApiKeyOrgPostRequestRestrictionsInner } from './ApiV1ApiKeyOrgPostRequestRestrictionsInner.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiV1ApiKeyOrgPostRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiV1ApiKeyOrgPostRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Roles granted to the API key. These roles are a subset of the overall application roles.
|
|
21
|
+
* @type {Array<string>}
|
|
22
|
+
* @memberof ApiV1ApiKeyOrgPostRequest
|
|
23
|
+
*/
|
|
24
|
+
roles: Array<ApiV1ApiKeyOrgPostRequestRolesEnum>;
|
|
25
|
+
/**
|
|
26
|
+
* Description of the key's use.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiV1ApiKeyOrgPostRequest
|
|
29
|
+
*/
|
|
30
|
+
description: string;
|
|
31
|
+
/**
|
|
32
|
+
* Epoch timestamp of when the key expires.
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ApiV1ApiKeyOrgPostRequest
|
|
35
|
+
*/
|
|
36
|
+
expiresAt?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Policy restrictions applied to the API key.
|
|
39
|
+
* @type {Array<ApiV1ApiKeyOrgPostRequestRestrictionsInner>}
|
|
40
|
+
* @memberof ApiV1ApiKeyOrgPostRequest
|
|
41
|
+
*/
|
|
42
|
+
restrictions?: Array<ApiV1ApiKeyOrgPostRequestRestrictionsInner>;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @export
|
|
46
|
+
*/
|
|
47
|
+
export declare const ApiV1ApiKeyOrgPostRequestRolesEnum: {
|
|
48
|
+
readonly ManageEvents: "manage:events";
|
|
49
|
+
readonly ManageTickets: "manage:tickets";
|
|
50
|
+
readonly ScanTickets: "scan:tickets";
|
|
51
|
+
readonly CreateRoomRequest: "create:roomRequest";
|
|
52
|
+
readonly CreateStripeLink: "create:stripeLink";
|
|
53
|
+
readonly ManageLinks: "manage:links";
|
|
54
|
+
readonly ViewInternalMembershipList: "view:internalMembershipList";
|
|
55
|
+
readonly ManageExternalMembershipList: "manage:externalMembershipList";
|
|
56
|
+
readonly ViewExternalMembershipList: "view:externalMembershipList";
|
|
57
|
+
};
|
|
58
|
+
export type ApiV1ApiKeyOrgPostRequestRolesEnum = typeof ApiV1ApiKeyOrgPostRequestRolesEnum[keyof typeof ApiV1ApiKeyOrgPostRequestRolesEnum];
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the ApiV1ApiKeyOrgPostRequest interface.
|
|
61
|
+
*/
|
|
62
|
+
export declare function instanceOfApiV1ApiKeyOrgPostRequest(value: object): value is ApiV1ApiKeyOrgPostRequest;
|
|
63
|
+
export declare function ApiV1ApiKeyOrgPostRequestFromJSON(json: any): ApiV1ApiKeyOrgPostRequest;
|
|
64
|
+
export declare function ApiV1ApiKeyOrgPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1ApiKeyOrgPostRequest;
|
|
65
|
+
export declare function ApiV1ApiKeyOrgPostRequestToJSON(json: any): ApiV1ApiKeyOrgPostRequest;
|
|
66
|
+
export declare function ApiV1ApiKeyOrgPostRequestToJSONTyped(value?: ApiV1ApiKeyOrgPostRequest | null, ignoreDiscriminator?: boolean): any;
|