@acm-uiuc/core-client 4.1.9 → 4.1.11
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
- package/tsconfig.esm.json +0 -7
- package/tsconfig.json +0 -16
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.1.
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.RSVPApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -155,7 +156,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
155
156
|
headers: headerParameters,
|
|
156
157
|
query: queryParameters,
|
|
157
158
|
}, initOverrides);
|
|
158
|
-
return new runtime.JSONApiResponse(response);
|
|
159
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.RsvpConfigOutputFromJSON)(jsonValue));
|
|
159
160
|
});
|
|
160
161
|
}
|
|
161
162
|
/**
|
|
@@ -200,7 +201,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
200
201
|
method: 'POST',
|
|
201
202
|
headers: headerParameters,
|
|
202
203
|
query: queryParameters,
|
|
203
|
-
body: requestParameters['rsvpConfig'],
|
|
204
|
+
body: (0, index_js_1.RsvpConfigToJSON)(requestParameters['rsvpConfig']),
|
|
204
205
|
}, initOverrides);
|
|
205
206
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
206
207
|
return new runtime.JSONApiResponse(response);
|
|
@@ -249,7 +250,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
249
250
|
headers: headerParameters,
|
|
250
251
|
query: queryParameters,
|
|
251
252
|
}, initOverrides);
|
|
252
|
-
return new runtime.JSONApiResponse(response);
|
|
253
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.RsvpItemFromJSON));
|
|
253
254
|
});
|
|
254
255
|
}
|
|
255
256
|
/**
|
|
@@ -329,7 +330,7 @@ class RSVPApi extends runtime.BaseAPI {
|
|
|
329
330
|
headers: headerParameters,
|
|
330
331
|
query: queryParameters,
|
|
331
332
|
}, initOverrides);
|
|
332
|
-
return new runtime.JSONApiResponse(response);
|
|
333
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.RsvpItemFromJSON));
|
|
333
334
|
});
|
|
334
335
|
}
|
|
335
336
|
/**
|
|
@@ -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.11
|
|
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 {
|
|
@@ -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.1.
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGetStatusEnum = exports.RoomRequestsApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -56,7 +57,7 @@ class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
56
57
|
method: 'POST',
|
|
57
58
|
headers: headerParameters,
|
|
58
59
|
query: queryParameters,
|
|
59
|
-
body: requestParameters['apiV1RoomRequestsPostRequest'],
|
|
60
|
+
body: (0, index_js_1.ApiV1RoomRequestsPostRequestToJSON)(requestParameters['apiV1RoomRequestsPostRequest']),
|
|
60
61
|
}, initOverrides);
|
|
61
62
|
return new runtime.VoidApiResponse(response);
|
|
62
63
|
});
|
|
@@ -147,7 +148,12 @@ class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
147
148
|
let urlPath = `/api/v1/roomRequests/{semesterId}/{requestId}/attachmentDownloadUrl/{createdAt}/{status}`;
|
|
148
149
|
urlPath = urlPath.replace(`{${"requestId"}}`, encodeURIComponent(String(requestParameters['requestId'])));
|
|
149
150
|
urlPath = urlPath.replace(`{${"semesterId"}}`, encodeURIComponent(String(requestParameters['semesterId'])));
|
|
150
|
-
|
|
151
|
+
if (requestParameters['createdAt'] instanceof Date) {
|
|
152
|
+
urlPath = urlPath.replace(`{${"createdAt"}}`, encodeURIComponent(requestParameters['createdAt'].toISOString()));
|
|
153
|
+
}
|
|
154
|
+
else {
|
|
155
|
+
urlPath = urlPath.replace(`{${"createdAt"}}`, encodeURIComponent(String(requestParameters['createdAt'])));
|
|
156
|
+
}
|
|
151
157
|
urlPath = urlPath.replace(`{${"status"}}`, encodeURIComponent(String(requestParameters['status'])));
|
|
152
158
|
const response = yield this.request({
|
|
153
159
|
path: urlPath,
|
|
@@ -155,7 +161,7 @@ class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
155
161
|
headers: headerParameters,
|
|
156
162
|
query: queryParameters,
|
|
157
163
|
}, initOverrides);
|
|
158
|
-
return new runtime.JSONApiResponse(response);
|
|
164
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200ResponseFromJSON)(jsonValue));
|
|
159
165
|
});
|
|
160
166
|
}
|
|
161
167
|
/**
|
|
@@ -249,9 +255,9 @@ class RoomRequestsApi extends runtime.BaseAPI {
|
|
|
249
255
|
method: 'POST',
|
|
250
256
|
headers: headerParameters,
|
|
251
257
|
query: queryParameters,
|
|
252
|
-
body: requestParameters['apiV1RoomRequestsSemesterIdRequestIdStatusPostRequest'],
|
|
258
|
+
body: (0, index_js_1.ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestToJSON)(requestParameters['apiV1RoomRequestsSemesterIdRequestIdStatusPostRequest']),
|
|
253
259
|
}, initOverrides);
|
|
254
|
-
return new runtime.JSONApiResponse(response);
|
|
260
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1RoomRequestsSemesterIdRequestIdStatusPost201ResponseFromJSON)(jsonValue));
|
|
255
261
|
});
|
|
256
262
|
}
|
|
257
263
|
/**
|
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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.11
|
|
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.1.
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.StoreApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -57,7 +58,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
57
58
|
headers: headerParameters,
|
|
58
59
|
query: queryParameters,
|
|
59
60
|
}, initOverrides);
|
|
60
|
-
return new runtime.JSONApiResponse(response);
|
|
61
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1StoreAdminOrderOrderIdGet200ResponseFromJSON)(jsonValue));
|
|
61
62
|
});
|
|
62
63
|
}
|
|
63
64
|
/**
|
|
@@ -102,7 +103,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
102
103
|
method: 'POST',
|
|
103
104
|
headers: headerParameters,
|
|
104
105
|
query: queryParameters,
|
|
105
|
-
body: requestParameters['apiV1StoreAdminOrdersOrderIdFulfillPostRequest'],
|
|
106
|
+
body: (0, index_js_1.ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSON)(requestParameters['apiV1StoreAdminOrdersOrderIdFulfillPostRequest']),
|
|
106
107
|
}, initOverrides);
|
|
107
108
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
108
109
|
return new runtime.JSONApiResponse(response);
|
|
@@ -154,7 +155,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
154
155
|
method: 'POST',
|
|
155
156
|
headers: headerParameters,
|
|
156
157
|
query: queryParameters,
|
|
157
|
-
body: requestParameters['apiV1StoreAdminOrdersOrderIdRefundPostRequest'],
|
|
158
|
+
body: (0, index_js_1.ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSON)(requestParameters['apiV1StoreAdminOrdersOrderIdRefundPostRequest']),
|
|
158
159
|
}, initOverrides);
|
|
159
160
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
160
161
|
return new runtime.JSONApiResponse(response);
|
|
@@ -203,7 +204,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
203
204
|
headers: headerParameters,
|
|
204
205
|
query: queryParameters,
|
|
205
206
|
}, initOverrides);
|
|
206
|
-
return new runtime.JSONApiResponse(response);
|
|
207
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSON)(jsonValue));
|
|
207
208
|
});
|
|
208
209
|
}
|
|
209
210
|
/**
|
|
@@ -241,7 +242,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
241
242
|
headers: headerParameters,
|
|
242
243
|
query: queryParameters,
|
|
243
244
|
}, initOverrides);
|
|
244
|
-
return new runtime.JSONApiResponse(response);
|
|
245
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1StoreAdminProductsGet200ResponseFromJSON)(jsonValue));
|
|
245
246
|
});
|
|
246
247
|
}
|
|
247
248
|
/**
|
|
@@ -282,9 +283,9 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
282
283
|
method: 'POST',
|
|
283
284
|
headers: headerParameters,
|
|
284
285
|
query: queryParameters,
|
|
285
|
-
body: requestParameters['apiV1StoreAdminProductsPostRequest'],
|
|
286
|
+
body: (0, index_js_1.ApiV1StoreAdminProductsPostRequestToJSON)(requestParameters['apiV1StoreAdminProductsPostRequest']),
|
|
286
287
|
}, initOverrides);
|
|
287
|
-
return new runtime.JSONApiResponse(response);
|
|
288
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1StoreAdminProductsPost201ResponseFromJSON)(jsonValue));
|
|
288
289
|
});
|
|
289
290
|
}
|
|
290
291
|
/**
|
|
@@ -329,7 +330,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
329
330
|
method: 'PATCH',
|
|
330
331
|
headers: headerParameters,
|
|
331
332
|
query: queryParameters,
|
|
332
|
-
body: requestParameters['apiV1StoreAdminProductsProductIdPatchRequest'],
|
|
333
|
+
body: (0, index_js_1.ApiV1StoreAdminProductsProductIdPatchRequestToJSON)(requestParameters['apiV1StoreAdminProductsProductIdPatchRequest']),
|
|
333
334
|
}, initOverrides);
|
|
334
335
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
335
336
|
return new runtime.JSONApiResponse(response);
|
|
@@ -375,9 +376,9 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
375
376
|
method: 'POST',
|
|
376
377
|
headers: headerParameters,
|
|
377
378
|
query: queryParameters,
|
|
378
|
-
body: requestParameters['apiV1StoreCheckoutPostRequest'],
|
|
379
|
+
body: (0, index_js_1.ApiV1StoreCheckoutPostRequestToJSON)(requestParameters['apiV1StoreCheckoutPostRequest']),
|
|
379
380
|
}, initOverrides);
|
|
380
|
-
return new runtime.JSONApiResponse(response);
|
|
381
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1StoreCheckoutPost201ResponseFromJSON)(jsonValue));
|
|
381
382
|
});
|
|
382
383
|
}
|
|
383
384
|
/**
|
|
@@ -403,7 +404,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
403
404
|
headers: headerParameters,
|
|
404
405
|
query: queryParameters,
|
|
405
406
|
}, initOverrides);
|
|
406
|
-
return new runtime.JSONApiResponse(response);
|
|
407
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1StoreProductsGet200ResponseFromJSON)(jsonValue));
|
|
407
408
|
});
|
|
408
409
|
}
|
|
409
410
|
/**
|
|
@@ -433,7 +434,7 @@ class StoreApi extends runtime.BaseAPI {
|
|
|
433
434
|
headers: headerParameters,
|
|
434
435
|
query: queryParameters,
|
|
435
436
|
}, initOverrides);
|
|
436
|
-
return new runtime.JSONApiResponse(response);
|
|
437
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1StoreProductsProductIdGet200ResponseFromJSON)(jsonValue));
|
|
437
438
|
});
|
|
438
439
|
}
|
|
439
440
|
/**
|
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.1.
|
|
5
|
+
* The version of the OpenAPI document: 4.1.11
|
|
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.1.
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.StripeApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -134,7 +135,7 @@ class StripeApi extends runtime.BaseAPI {
|
|
|
134
135
|
method: 'POST',
|
|
135
136
|
headers: headerParameters,
|
|
136
137
|
query: queryParameters,
|
|
137
|
-
body: requestParameters['apiV1StripePaymentLinksPostRequest'],
|
|
138
|
+
body: (0, index_js_1.ApiV1StripePaymentLinksPostRequestToJSON)(requestParameters['apiV1StripePaymentLinksPostRequest']),
|
|
138
139
|
}, initOverrides);
|
|
139
140
|
return new runtime.VoidApiResponse(response);
|
|
140
141
|
});
|
|
@@ -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.11
|
|
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.11
|
|
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 { ApiV1ApiKeyOrgPostRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -122,7 +123,7 @@ export class APIKeysApi extends runtime.BaseAPI {
|
|
|
122
123
|
method: 'POST',
|
|
123
124
|
headers: headerParameters,
|
|
124
125
|
query: queryParameters,
|
|
125
|
-
body: requestParameters['apiV1ApiKeyOrgPostRequest'],
|
|
126
|
+
body: ApiV1ApiKeyOrgPostRequestToJSON(requestParameters['apiV1ApiKeyOrgPostRequest']),
|
|
126
127
|
}, initOverrides);
|
|
127
128
|
return new runtime.VoidApiResponse(response);
|
|
128
129
|
});
|
|
@@ -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.11
|
|
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.11
|
|
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 { ApiV1EventsGet200ResponseInnerFromJSON, ApiV1EventsIdGet200ResponseFromJSON, ApiV1EventsIdPatchRequestToJSON, ApiV1EventsPostRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -54,7 +55,7 @@ export class EventsApi 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) => jsonValue.map(ApiV1EventsGet200ResponseInnerFromJSON));
|
|
58
59
|
});
|
|
59
60
|
}
|
|
60
61
|
/**
|
|
@@ -137,7 +138,7 @@ export class EventsApi extends runtime.BaseAPI {
|
|
|
137
138
|
headers: headerParameters,
|
|
138
139
|
query: queryParameters,
|
|
139
140
|
}, initOverrides);
|
|
140
|
-
return new runtime.JSONApiResponse(response);
|
|
141
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1EventsIdGet200ResponseFromJSON(jsonValue));
|
|
141
142
|
});
|
|
142
143
|
}
|
|
143
144
|
/**
|
|
@@ -181,7 +182,7 @@ export class EventsApi extends runtime.BaseAPI {
|
|
|
181
182
|
method: 'PATCH',
|
|
182
183
|
headers: headerParameters,
|
|
183
184
|
query: queryParameters,
|
|
184
|
-
body: requestParameters['apiV1EventsIdPatchRequest'],
|
|
185
|
+
body: ApiV1EventsIdPatchRequestToJSON(requestParameters['apiV1EventsIdPatchRequest']),
|
|
185
186
|
}, initOverrides);
|
|
186
187
|
return new runtime.VoidApiResponse(response);
|
|
187
188
|
});
|
|
@@ -223,7 +224,7 @@ export class EventsApi extends runtime.BaseAPI {
|
|
|
223
224
|
method: 'POST',
|
|
224
225
|
headers: headerParameters,
|
|
225
226
|
query: queryParameters,
|
|
226
|
-
body: requestParameters['apiV1EventsPostRequest'],
|
|
227
|
+
body: ApiV1EventsPostRequestToJSON(requestParameters['apiV1EventsPostRequest']),
|
|
227
228
|
}, initOverrides);
|
|
228
229
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
229
230
|
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.11
|
|
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.11
|
|
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 { ApiV1ProtectedGet200ResponseFromJSON, ApiV1SyncIdentityIsRequiredGet200ResponseFromJSON, ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSON, ApiV1UsersBatchResolveInfoPostRequestToJSON, ApiV1UsersFindUserByUinPost200ResponseFromJSON, ApiV1UsersFindUserByUinPostRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -75,7 +76,7 @@ export class GenericApi extends runtime.BaseAPI {
|
|
|
75
76
|
headers: headerParameters,
|
|
76
77
|
query: queryParameters,
|
|
77
78
|
}, initOverrides);
|
|
78
|
-
return new runtime.JSONApiResponse(response);
|
|
79
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1ProtectedGet200ResponseFromJSON(jsonValue));
|
|
79
80
|
});
|
|
80
81
|
}
|
|
81
82
|
/**
|
|
@@ -108,7 +109,7 @@ export class GenericApi extends runtime.BaseAPI {
|
|
|
108
109
|
headers: headerParameters,
|
|
109
110
|
query: queryParameters,
|
|
110
111
|
}, initOverrides);
|
|
111
|
-
return new runtime.JSONApiResponse(response);
|
|
112
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1SyncIdentityIsRequiredGet200ResponseFromJSON(jsonValue));
|
|
112
113
|
});
|
|
113
114
|
}
|
|
114
115
|
/**
|
|
@@ -185,9 +186,9 @@ export class GenericApi extends runtime.BaseAPI {
|
|
|
185
186
|
method: 'POST',
|
|
186
187
|
headers: headerParameters,
|
|
187
188
|
query: queryParameters,
|
|
188
|
-
body: requestParameters['apiV1UsersBatchResolveInfoPostRequest'],
|
|
189
|
+
body: ApiV1UsersBatchResolveInfoPostRequestToJSON(requestParameters['apiV1UsersBatchResolveInfoPostRequest']),
|
|
189
190
|
}, initOverrides);
|
|
190
|
-
return new runtime.JSONApiResponse(response);
|
|
191
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => runtime.mapValues(jsonValue, ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSON));
|
|
191
192
|
});
|
|
192
193
|
}
|
|
193
194
|
/**
|
|
@@ -228,9 +229,9 @@ export class GenericApi extends runtime.BaseAPI {
|
|
|
228
229
|
method: 'POST',
|
|
229
230
|
headers: headerParameters,
|
|
230
231
|
query: queryParameters,
|
|
231
|
-
body: requestParameters['apiV1UsersFindUserByUinPostRequest'],
|
|
232
|
+
body: ApiV1UsersFindUserByUinPostRequestToJSON(requestParameters['apiV1UsersFindUserByUinPostRequest']),
|
|
232
233
|
}, initOverrides);
|
|
233
|
-
return new runtime.JSONApiResponse(response);
|
|
234
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiV1UsersFindUserByUinPost200ResponseFromJSON(jsonValue));
|
|
234
235
|
});
|
|
235
236
|
}
|
|
236
237
|
/**
|
|
@@ -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.11
|
|
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.1.
|
|
7
|
+
* The version of the OpenAPI document: 4.1.11
|
|
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 { ApiV1IamGroupsGroupIdPatchRequestToJSON, ApiV1IamGroupsGroupIdRolesPostRequestToJSON, ApiV1IamInviteUsersPostRequestToJSON, ApiV1IamProfilePatchRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -135,7 +136,7 @@ export class IAMApi extends runtime.BaseAPI {
|
|
|
135
136
|
method: 'PATCH',
|
|
136
137
|
headers: headerParameters,
|
|
137
138
|
query: queryParameters,
|
|
138
|
-
body: requestParameters['apiV1IamGroupsGroupIdPatchRequest'],
|
|
139
|
+
body: ApiV1IamGroupsGroupIdPatchRequestToJSON(requestParameters['apiV1IamGroupsGroupIdPatchRequest']),
|
|
139
140
|
}, initOverrides);
|
|
140
141
|
return new runtime.VoidApiResponse(response);
|
|
141
142
|
});
|
|
@@ -222,7 +223,7 @@ export class IAMApi extends runtime.BaseAPI {
|
|
|
222
223
|
method: 'POST',
|
|
223
224
|
headers: headerParameters,
|
|
224
225
|
query: queryParameters,
|
|
225
|
-
body: requestParameters['apiV1IamGroupsGroupIdRolesPostRequest'],
|
|
226
|
+
body: ApiV1IamGroupsGroupIdRolesPostRequestToJSON(requestParameters['apiV1IamGroupsGroupIdRolesPostRequest']),
|
|
226
227
|
}, initOverrides);
|
|
227
228
|
return new runtime.VoidApiResponse(response);
|
|
228
229
|
});
|
|
@@ -264,7 +265,7 @@ export class IAMApi extends runtime.BaseAPI {
|
|
|
264
265
|
method: 'POST',
|
|
265
266
|
headers: headerParameters,
|
|
266
267
|
query: queryParameters,
|
|
267
|
-
body: requestParameters['apiV1IamInviteUsersPostRequest'],
|
|
268
|
+
body: ApiV1IamInviteUsersPostRequestToJSON(requestParameters['apiV1IamInviteUsersPostRequest']),
|
|
268
269
|
}, initOverrides);
|
|
269
270
|
return new runtime.VoidApiResponse(response);
|
|
270
271
|
});
|
|
@@ -306,7 +307,7 @@ export class IAMApi extends runtime.BaseAPI {
|
|
|
306
307
|
method: 'PATCH',
|
|
307
308
|
headers: headerParameters,
|
|
308
309
|
query: queryParameters,
|
|
309
|
-
body: requestParameters['apiV1IamProfilePatchRequest'],
|
|
310
|
+
body: ApiV1IamProfilePatchRequestToJSON(requestParameters['apiV1IamProfilePatchRequest']),
|
|
310
311
|
}, initOverrides);
|
|
311
312
|
return new runtime.VoidApiResponse(response);
|
|
312
313
|
});
|
|
@@ -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.11
|
|
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.11
|
|
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.11
|
|
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.11
|
|
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 { ApiV1LinkryOrgsOrgIdRedirGet200ResponseInnerFromJSON, ApiV1LinkryOrgsOrgIdRedirPostRequestToJSON, ApiV1LinkryRedirPostRequestToJSON, } from '../models/index.js';
|
|
24
25
|
/**
|
|
25
26
|
*
|
|
26
27
|
*/
|
|
@@ -54,7 +55,7 @@ export class LinkryApi 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) => jsonValue.map(ApiV1LinkryOrgsOrgIdRedirGet200ResponseInnerFromJSON));
|
|
58
59
|
});
|
|
59
60
|
}
|
|
60
61
|
/**
|
|
@@ -99,7 +100,7 @@ export class LinkryApi extends runtime.BaseAPI {
|
|
|
99
100
|
method: 'POST',
|
|
100
101
|
headers: headerParameters,
|
|
101
102
|
query: queryParameters,
|
|
102
|
-
body: requestParameters['apiV1LinkryOrgsOrgIdRedirPostRequest'],
|
|
103
|
+
body: ApiV1LinkryOrgsOrgIdRedirPostRequestToJSON(requestParameters['apiV1LinkryOrgsOrgIdRedirPostRequest']),
|
|
103
104
|
}, initOverrides);
|
|
104
105
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
105
106
|
return new runtime.JSONApiResponse(response);
|
|
@@ -232,7 +233,7 @@ export class LinkryApi extends runtime.BaseAPI {
|
|
|
232
233
|
method: 'POST',
|
|
233
234
|
headers: headerParameters,
|
|
234
235
|
query: queryParameters,
|
|
235
|
-
body: requestParameters['apiV1LinkryRedirPostRequest'],
|
|
236
|
+
body: ApiV1LinkryRedirPostRequestToJSON(requestParameters['apiV1LinkryRedirPostRequest']),
|
|
236
237
|
}, initOverrides);
|
|
237
238
|
return new runtime.VoidApiResponse(response);
|
|
238
239
|
});
|
|
@@ -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.11
|
|
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.11
|
|
8
8
|
* Contact: infra@acm.illinois.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|