@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
|
@@ -0,0 +1,115 @@
|
|
|
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.11
|
|
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 { AcmOrganization } from './AcmOrganization.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiV1EventsIdPatchRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiV1EventsIdPatchRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
23
|
+
*/
|
|
24
|
+
title: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
29
|
+
*/
|
|
30
|
+
description: string;
|
|
31
|
+
/**
|
|
32
|
+
* Timestamp in the America/Chicago timezone.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
35
|
+
*/
|
|
36
|
+
start: string;
|
|
37
|
+
/**
|
|
38
|
+
* Timestamp in the America/Chicago timezone.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
41
|
+
*/
|
|
42
|
+
end?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Human-friendly location name.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
47
|
+
*/
|
|
48
|
+
location: string;
|
|
49
|
+
/**
|
|
50
|
+
* Google Maps link for easy navigation to the event location.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
53
|
+
*/
|
|
54
|
+
locationLink?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {AcmOrganization}
|
|
58
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
59
|
+
*/
|
|
60
|
+
host: AcmOrganization;
|
|
61
|
+
/**
|
|
62
|
+
* Whether or not the event should be shown on the ACM @ UIUC website home page (and added to Discord, as available).
|
|
63
|
+
* @type {boolean}
|
|
64
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
65
|
+
*/
|
|
66
|
+
featured?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
71
|
+
*/
|
|
72
|
+
paidEventId?: string | null;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {{ [key: string]: string; }}
|
|
76
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
77
|
+
*/
|
|
78
|
+
metadata?: {
|
|
79
|
+
[key: string]: string;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
85
|
+
*/
|
|
86
|
+
repeats?: ApiV1EventsIdPatchRequestRepeatsEnum;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
91
|
+
*/
|
|
92
|
+
repeatEnds?: string;
|
|
93
|
+
/**
|
|
94
|
+
* Dates to exclude from recurrence rules (in the America/Chicago timezone).
|
|
95
|
+
* @type {Array<Date>}
|
|
96
|
+
* @memberof ApiV1EventsIdPatchRequest
|
|
97
|
+
*/
|
|
98
|
+
repeatExcludes?: Array<Date>;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @export
|
|
102
|
+
*/
|
|
103
|
+
export declare const ApiV1EventsIdPatchRequestRepeatsEnum: {
|
|
104
|
+
readonly Weekly: "weekly";
|
|
105
|
+
readonly Biweekly: "biweekly";
|
|
106
|
+
};
|
|
107
|
+
export type ApiV1EventsIdPatchRequestRepeatsEnum = typeof ApiV1EventsIdPatchRequestRepeatsEnum[keyof typeof ApiV1EventsIdPatchRequestRepeatsEnum];
|
|
108
|
+
/**
|
|
109
|
+
* Check if a given object implements the ApiV1EventsIdPatchRequest interface.
|
|
110
|
+
*/
|
|
111
|
+
export declare function instanceOfApiV1EventsIdPatchRequest(value: object): value is ApiV1EventsIdPatchRequest;
|
|
112
|
+
export declare function ApiV1EventsIdPatchRequestFromJSON(json: any): ApiV1EventsIdPatchRequest;
|
|
113
|
+
export declare function ApiV1EventsIdPatchRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1EventsIdPatchRequest;
|
|
114
|
+
export declare function ApiV1EventsIdPatchRequestToJSON(json: any): ApiV1EventsIdPatchRequest;
|
|
115
|
+
export declare function ApiV1EventsIdPatchRequestToJSONTyped(value?: ApiV1EventsIdPatchRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ApiV1EventsIdPatchRequestRepeatsEnum = void 0;
|
|
17
|
+
exports.instanceOfApiV1EventsIdPatchRequest = instanceOfApiV1EventsIdPatchRequest;
|
|
18
|
+
exports.ApiV1EventsIdPatchRequestFromJSON = ApiV1EventsIdPatchRequestFromJSON;
|
|
19
|
+
exports.ApiV1EventsIdPatchRequestFromJSONTyped = ApiV1EventsIdPatchRequestFromJSONTyped;
|
|
20
|
+
exports.ApiV1EventsIdPatchRequestToJSON = ApiV1EventsIdPatchRequestToJSON;
|
|
21
|
+
exports.ApiV1EventsIdPatchRequestToJSONTyped = ApiV1EventsIdPatchRequestToJSONTyped;
|
|
22
|
+
const AcmOrganization_js_1 = require("./AcmOrganization.js");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.ApiV1EventsIdPatchRequestRepeatsEnum = {
|
|
27
|
+
Weekly: 'weekly',
|
|
28
|
+
Biweekly: 'biweekly'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ApiV1EventsIdPatchRequest interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfApiV1EventsIdPatchRequest(value) {
|
|
34
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('start' in value) || value['start'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('location' in value) || value['location'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('host' in value) || value['host'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
function ApiV1EventsIdPatchRequestFromJSON(json) {
|
|
47
|
+
return ApiV1EventsIdPatchRequestFromJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function ApiV1EventsIdPatchRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'title': json['title'],
|
|
55
|
+
'description': json['description'],
|
|
56
|
+
'start': json['start'],
|
|
57
|
+
'end': json['end'] == null ? undefined : json['end'],
|
|
58
|
+
'location': json['location'],
|
|
59
|
+
'locationLink': json['locationLink'] == null ? undefined : json['locationLink'],
|
|
60
|
+
'host': (0, AcmOrganization_js_1.AcmOrganizationFromJSON)(json['host']),
|
|
61
|
+
'featured': json['featured'] == null ? undefined : json['featured'],
|
|
62
|
+
'paidEventId': json['paidEventId'] == null ? undefined : json['paidEventId'],
|
|
63
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
64
|
+
'repeats': json['repeats'] == null ? undefined : json['repeats'],
|
|
65
|
+
'repeatEnds': json['repeatEnds'] == null ? undefined : json['repeatEnds'],
|
|
66
|
+
'repeatExcludes': json['repeatExcludes'] == null ? undefined : json['repeatExcludes'],
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
function ApiV1EventsIdPatchRequestToJSON(json) {
|
|
70
|
+
return ApiV1EventsIdPatchRequestToJSONTyped(json, false);
|
|
71
|
+
}
|
|
72
|
+
function ApiV1EventsIdPatchRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
'title': value['title'],
|
|
78
|
+
'description': value['description'],
|
|
79
|
+
'start': value['start'],
|
|
80
|
+
'end': value['end'],
|
|
81
|
+
'location': value['location'],
|
|
82
|
+
'locationLink': value['locationLink'],
|
|
83
|
+
'host': (0, AcmOrganization_js_1.AcmOrganizationToJSON)(value['host']),
|
|
84
|
+
'featured': value['featured'],
|
|
85
|
+
'paidEventId': value['paidEventId'],
|
|
86
|
+
'metadata': value['metadata'],
|
|
87
|
+
'repeats': value['repeats'],
|
|
88
|
+
'repeatEnds': value['repeatEnds'],
|
|
89
|
+
'repeatExcludes': value['repeatExcludes'],
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
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.11
|
|
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 { AcmOrganization } from './AcmOrganization.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiV1EventsPostRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiV1EventsPostRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ApiV1EventsPostRequest
|
|
23
|
+
*/
|
|
24
|
+
title: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiV1EventsPostRequest
|
|
29
|
+
*/
|
|
30
|
+
description: string;
|
|
31
|
+
/**
|
|
32
|
+
* Timestamp in the America/Chicago timezone.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ApiV1EventsPostRequest
|
|
35
|
+
*/
|
|
36
|
+
start: string;
|
|
37
|
+
/**
|
|
38
|
+
* Timestamp in the America/Chicago timezone.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ApiV1EventsPostRequest
|
|
41
|
+
*/
|
|
42
|
+
end?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Human-friendly location name.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ApiV1EventsPostRequest
|
|
47
|
+
*/
|
|
48
|
+
location: string;
|
|
49
|
+
/**
|
|
50
|
+
* Google Maps link for easy navigation to the event location.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ApiV1EventsPostRequest
|
|
53
|
+
*/
|
|
54
|
+
locationLink?: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {AcmOrganization}
|
|
58
|
+
* @memberof ApiV1EventsPostRequest
|
|
59
|
+
*/
|
|
60
|
+
host: AcmOrganization;
|
|
61
|
+
/**
|
|
62
|
+
* Whether or not the event should be shown on the ACM @ UIUC website home page (and added to Discord, as available).
|
|
63
|
+
* @type {boolean}
|
|
64
|
+
* @memberof ApiV1EventsPostRequest
|
|
65
|
+
*/
|
|
66
|
+
featured?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof ApiV1EventsPostRequest
|
|
71
|
+
*/
|
|
72
|
+
paidEventId?: string;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {{ [key: string]: string; }}
|
|
76
|
+
* @memberof ApiV1EventsPostRequest
|
|
77
|
+
*/
|
|
78
|
+
metadata?: {
|
|
79
|
+
[key: string]: string;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof ApiV1EventsPostRequest
|
|
85
|
+
*/
|
|
86
|
+
repeats?: ApiV1EventsPostRequestRepeatsEnum;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof ApiV1EventsPostRequest
|
|
91
|
+
*/
|
|
92
|
+
repeatEnds?: string;
|
|
93
|
+
/**
|
|
94
|
+
* Dates to exclude from recurrence rules (in the America/Chicago timezone).
|
|
95
|
+
* @type {Array<Date>}
|
|
96
|
+
* @memberof ApiV1EventsPostRequest
|
|
97
|
+
*/
|
|
98
|
+
repeatExcludes?: Array<Date>;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @export
|
|
102
|
+
*/
|
|
103
|
+
export declare const ApiV1EventsPostRequestRepeatsEnum: {
|
|
104
|
+
readonly Weekly: "weekly";
|
|
105
|
+
readonly Biweekly: "biweekly";
|
|
106
|
+
};
|
|
107
|
+
export type ApiV1EventsPostRequestRepeatsEnum = typeof ApiV1EventsPostRequestRepeatsEnum[keyof typeof ApiV1EventsPostRequestRepeatsEnum];
|
|
108
|
+
/**
|
|
109
|
+
* Check if a given object implements the ApiV1EventsPostRequest interface.
|
|
110
|
+
*/
|
|
111
|
+
export declare function instanceOfApiV1EventsPostRequest(value: object): value is ApiV1EventsPostRequest;
|
|
112
|
+
export declare function ApiV1EventsPostRequestFromJSON(json: any): ApiV1EventsPostRequest;
|
|
113
|
+
export declare function ApiV1EventsPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1EventsPostRequest;
|
|
114
|
+
export declare function ApiV1EventsPostRequestToJSON(json: any): ApiV1EventsPostRequest;
|
|
115
|
+
export declare function ApiV1EventsPostRequestToJSONTyped(value?: ApiV1EventsPostRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ApiV1EventsPostRequestRepeatsEnum = void 0;
|
|
17
|
+
exports.instanceOfApiV1EventsPostRequest = instanceOfApiV1EventsPostRequest;
|
|
18
|
+
exports.ApiV1EventsPostRequestFromJSON = ApiV1EventsPostRequestFromJSON;
|
|
19
|
+
exports.ApiV1EventsPostRequestFromJSONTyped = ApiV1EventsPostRequestFromJSONTyped;
|
|
20
|
+
exports.ApiV1EventsPostRequestToJSON = ApiV1EventsPostRequestToJSON;
|
|
21
|
+
exports.ApiV1EventsPostRequestToJSONTyped = ApiV1EventsPostRequestToJSONTyped;
|
|
22
|
+
const AcmOrganization_js_1 = require("./AcmOrganization.js");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.ApiV1EventsPostRequestRepeatsEnum = {
|
|
27
|
+
Weekly: 'weekly',
|
|
28
|
+
Biweekly: 'biweekly'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the ApiV1EventsPostRequest interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfApiV1EventsPostRequest(value) {
|
|
34
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('start' in value) || value['start'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('location' in value) || value['location'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('host' in value) || value['host'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
function ApiV1EventsPostRequestFromJSON(json) {
|
|
47
|
+
return ApiV1EventsPostRequestFromJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function ApiV1EventsPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'title': json['title'],
|
|
55
|
+
'description': json['description'],
|
|
56
|
+
'start': json['start'],
|
|
57
|
+
'end': json['end'] == null ? undefined : json['end'],
|
|
58
|
+
'location': json['location'],
|
|
59
|
+
'locationLink': json['locationLink'] == null ? undefined : json['locationLink'],
|
|
60
|
+
'host': (0, AcmOrganization_js_1.AcmOrganizationFromJSON)(json['host']),
|
|
61
|
+
'featured': json['featured'] == null ? undefined : json['featured'],
|
|
62
|
+
'paidEventId': json['paidEventId'] == null ? undefined : json['paidEventId'],
|
|
63
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
64
|
+
'repeats': json['repeats'] == null ? undefined : json['repeats'],
|
|
65
|
+
'repeatEnds': json['repeatEnds'] == null ? undefined : json['repeatEnds'],
|
|
66
|
+
'repeatExcludes': json['repeatExcludes'] == null ? undefined : json['repeatExcludes'],
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
function ApiV1EventsPostRequestToJSON(json) {
|
|
70
|
+
return ApiV1EventsPostRequestToJSONTyped(json, false);
|
|
71
|
+
}
|
|
72
|
+
function ApiV1EventsPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
'title': value['title'],
|
|
78
|
+
'description': value['description'],
|
|
79
|
+
'start': value['start'],
|
|
80
|
+
'end': value['end'],
|
|
81
|
+
'location': value['location'],
|
|
82
|
+
'locationLink': value['locationLink'],
|
|
83
|
+
'host': (0, AcmOrganization_js_1.AcmOrganizationToJSON)(value['host']),
|
|
84
|
+
'featured': value['featured'],
|
|
85
|
+
'paidEventId': value['paidEventId'],
|
|
86
|
+
'metadata': value['metadata'],
|
|
87
|
+
'repeats': value['repeats'],
|
|
88
|
+
'repeatEnds': value['repeatEnds'],
|
|
89
|
+
'repeatExcludes': value['repeatExcludes'],
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.11
|
|
6
|
+
* Contact: infra@acm.illinois.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiV1IamGroupsGroupIdPatchRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1IamGroupsGroupIdPatchRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof ApiV1IamGroupsGroupIdPatchRequest
|
|
22
|
+
*/
|
|
23
|
+
add: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof ApiV1IamGroupsGroupIdPatchRequest
|
|
28
|
+
*/
|
|
29
|
+
remove: Array<string>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ApiV1IamGroupsGroupIdPatchRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfApiV1IamGroupsGroupIdPatchRequest(value: object): value is ApiV1IamGroupsGroupIdPatchRequest;
|
|
35
|
+
export declare function ApiV1IamGroupsGroupIdPatchRequestFromJSON(json: any): ApiV1IamGroupsGroupIdPatchRequest;
|
|
36
|
+
export declare function ApiV1IamGroupsGroupIdPatchRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1IamGroupsGroupIdPatchRequest;
|
|
37
|
+
export declare function ApiV1IamGroupsGroupIdPatchRequestToJSON(json: any): ApiV1IamGroupsGroupIdPatchRequest;
|
|
38
|
+
export declare function ApiV1IamGroupsGroupIdPatchRequestToJSONTyped(value?: ApiV1IamGroupsGroupIdPatchRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiV1IamGroupsGroupIdPatchRequest = instanceOfApiV1IamGroupsGroupIdPatchRequest;
|
|
17
|
+
exports.ApiV1IamGroupsGroupIdPatchRequestFromJSON = ApiV1IamGroupsGroupIdPatchRequestFromJSON;
|
|
18
|
+
exports.ApiV1IamGroupsGroupIdPatchRequestFromJSONTyped = ApiV1IamGroupsGroupIdPatchRequestFromJSONTyped;
|
|
19
|
+
exports.ApiV1IamGroupsGroupIdPatchRequestToJSON = ApiV1IamGroupsGroupIdPatchRequestToJSON;
|
|
20
|
+
exports.ApiV1IamGroupsGroupIdPatchRequestToJSONTyped = ApiV1IamGroupsGroupIdPatchRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1IamGroupsGroupIdPatchRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1IamGroupsGroupIdPatchRequest(value) {
|
|
25
|
+
if (!('add' in value) || value['add'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('remove' in value) || value['remove'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function ApiV1IamGroupsGroupIdPatchRequestFromJSON(json) {
|
|
32
|
+
return ApiV1IamGroupsGroupIdPatchRequestFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function ApiV1IamGroupsGroupIdPatchRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'add': json['add'],
|
|
40
|
+
'remove': json['remove'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function ApiV1IamGroupsGroupIdPatchRequestToJSON(json) {
|
|
44
|
+
return ApiV1IamGroupsGroupIdPatchRequestToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function ApiV1IamGroupsGroupIdPatchRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'add': value['add'],
|
|
52
|
+
'remove': value['remove'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.11
|
|
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 { ApiV1IamGroupsGroupIdRolesPostRequestRoles } from './ApiV1IamGroupsGroupIdRolesPostRequestRoles.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiV1IamGroupsGroupIdRolesPostRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiV1IamGroupsGroupIdRolesPostRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApiV1IamGroupsGroupIdRolesPostRequestRoles}
|
|
22
|
+
* @memberof ApiV1IamGroupsGroupIdRolesPostRequest
|
|
23
|
+
*/
|
|
24
|
+
roles: ApiV1IamGroupsGroupIdRolesPostRequestRoles;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ApiV1IamGroupsGroupIdRolesPostRequest interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfApiV1IamGroupsGroupIdRolesPostRequest(value: object): value is ApiV1IamGroupsGroupIdRolesPostRequest;
|
|
30
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestFromJSON(json: any): ApiV1IamGroupsGroupIdRolesPostRequest;
|
|
31
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1IamGroupsGroupIdRolesPostRequest;
|
|
32
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestToJSON(json: any): ApiV1IamGroupsGroupIdRolesPostRequest;
|
|
33
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestToJSONTyped(value?: ApiV1IamGroupsGroupIdRolesPostRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiV1IamGroupsGroupIdRolesPostRequest = instanceOfApiV1IamGroupsGroupIdRolesPostRequest;
|
|
17
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestFromJSON = ApiV1IamGroupsGroupIdRolesPostRequestFromJSON;
|
|
18
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestFromJSONTyped = ApiV1IamGroupsGroupIdRolesPostRequestFromJSONTyped;
|
|
19
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestToJSON = ApiV1IamGroupsGroupIdRolesPostRequestToJSON;
|
|
20
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestToJSONTyped = ApiV1IamGroupsGroupIdRolesPostRequestToJSONTyped;
|
|
21
|
+
const ApiV1IamGroupsGroupIdRolesPostRequestRoles_js_1 = require("./ApiV1IamGroupsGroupIdRolesPostRequestRoles.js");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ApiV1IamGroupsGroupIdRolesPostRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfApiV1IamGroupsGroupIdRolesPostRequest(value) {
|
|
26
|
+
if (!('roles' in value) || value['roles'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestFromJSON(json) {
|
|
31
|
+
return ApiV1IamGroupsGroupIdRolesPostRequestFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'roles': (0, ApiV1IamGroupsGroupIdRolesPostRequestRoles_js_1.ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSON)(json['roles']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestToJSON(json) {
|
|
42
|
+
return ApiV1IamGroupsGroupIdRolesPostRequestToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'roles': (0, ApiV1IamGroupsGroupIdRolesPostRequestRoles_js_1.ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSON)(value['roles']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.11
|
|
6
|
+
* Contact: infra@acm.illinois.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiV1IamGroupsGroupIdRolesPostRequestRoles
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1IamGroupsGroupIdRolesPostRequestRoles {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the ApiV1IamGroupsGroupIdRolesPostRequestRoles interface.
|
|
21
|
+
*/
|
|
22
|
+
export declare function instanceOfApiV1IamGroupsGroupIdRolesPostRequestRoles(value: object): value is ApiV1IamGroupsGroupIdRolesPostRequestRoles;
|
|
23
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSON(json: any): ApiV1IamGroupsGroupIdRolesPostRequestRoles;
|
|
24
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1IamGroupsGroupIdRolesPostRequestRoles;
|
|
25
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSON(json: any): ApiV1IamGroupsGroupIdRolesPostRequestRoles;
|
|
26
|
+
export declare function ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSONTyped(value?: ApiV1IamGroupsGroupIdRolesPostRequestRoles | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.11
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiV1IamGroupsGroupIdRolesPostRequestRoles = instanceOfApiV1IamGroupsGroupIdRolesPostRequestRoles;
|
|
17
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSON = ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSON;
|
|
18
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSONTyped = ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSONTyped;
|
|
19
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSON = ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSON;
|
|
20
|
+
exports.ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSONTyped = ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1IamGroupsGroupIdRolesPostRequestRoles interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1IamGroupsGroupIdRolesPostRequestRoles(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSON(json) {
|
|
28
|
+
return ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestRolesFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSON(json) {
|
|
34
|
+
return ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function ApiV1IamGroupsGroupIdRolesPostRequestRolesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|