@acm-uiuc/core-client 0.0.1 → 4.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +87 -102
- package/README.md +7 -8
- 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 +4 -4
- package/dist/apis/GenericApi.js +10 -8
- 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/apis/index.d.ts +0 -1
- package/dist/apis/index.js +0 -1
- 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 +4 -4
- package/dist/esm/apis/GenericApi.js +10 -8
- 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/apis/index.d.ts +0 -1
- package/dist/esm/apis/index.js +0 -1
- 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/{apis/VendingApi.d.ts → esm/models/ApiV1IamInviteUsersPostRequest.d.ts} +16 -17
- 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 -3567
- package/dist/esm/models/index.js +87 -537
- package/dist/esm/runtime.d.ts +4 -1
- package/dist/esm/runtime.js +9 -2
- 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/{esm/apis/VendingApi.d.ts → models/ApiV1IamInviteUsersPostRequest.d.ts} +16 -17
- 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 -3567
- package/dist/models/index.js +102 -540
- package/dist/runtime.d.ts +4 -1
- package/dist/runtime.js +10 -2
- package/package.json +1 -1
- package/dist/apis/VendingApi.js +0 -83
- package/dist/esm/apis/VendingApi.js +0 -79
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
|
+
* Contact: infra@acm.illinois.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiV1OrganizationsOrgIdGet200ResponseLinksInner } from './ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js';
|
|
13
|
+
import type { ApiV1OrganizationsOrgIdGet200ResponseLeadsInner } from './ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js';
|
|
14
|
+
import type { OrgUniqueId } from './OrgUniqueId.js';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ApiV1OrganizationsOrgIdGet200Response
|
|
19
|
+
*/
|
|
20
|
+
export interface ApiV1OrganizationsOrgIdGet200Response {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {OrgUniqueId}
|
|
24
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
25
|
+
*/
|
|
26
|
+
id: OrgUniqueId;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
31
|
+
*/
|
|
32
|
+
name: ApiV1OrganizationsOrgIdGet200ResponseNameEnum;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
37
|
+
*/
|
|
38
|
+
type: ApiV1OrganizationsOrgIdGet200ResponseTypeEnum;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
43
|
+
*/
|
|
44
|
+
description?: string;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
49
|
+
*/
|
|
50
|
+
website?: string;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {Array<ApiV1OrganizationsOrgIdGet200ResponseLeadsInner>}
|
|
54
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
55
|
+
*/
|
|
56
|
+
leads?: Array<ApiV1OrganizationsOrgIdGet200ResponseLeadsInner>;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {Array<ApiV1OrganizationsOrgIdGet200ResponseLinksInner>}
|
|
60
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
61
|
+
*/
|
|
62
|
+
links?: Array<ApiV1OrganizationsOrgIdGet200ResponseLinksInner>;
|
|
63
|
+
/**
|
|
64
|
+
* Only returned for users with the Organization Definition Manager role.
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof ApiV1OrganizationsOrgIdGet200Response
|
|
67
|
+
*/
|
|
68
|
+
leadsEntraGroupId?: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @export
|
|
72
|
+
*/
|
|
73
|
+
export declare const ApiV1OrganizationsOrgIdGet200ResponseNameEnum: {
|
|
74
|
+
readonly Acm: "ACM";
|
|
75
|
+
readonly SigPwny: "SIGPwny";
|
|
76
|
+
readonly Sigchi: "SIGCHI";
|
|
77
|
+
readonly GameBuilders: "GameBuilders";
|
|
78
|
+
readonly Sigaida: "SIGAIDA";
|
|
79
|
+
readonly Siggraph: "SIGGRAPH";
|
|
80
|
+
readonly Icpc: "ICPC";
|
|
81
|
+
readonly SigMobile: "SIGMobile";
|
|
82
|
+
readonly SigMusic: "SIGMusic";
|
|
83
|
+
readonly Glug: "GLUG";
|
|
84
|
+
readonly Signll: "SIGNLL";
|
|
85
|
+
readonly SiGma: "SIGma";
|
|
86
|
+
readonly SigQuantum: "SIGQuantum";
|
|
87
|
+
readonly SiGecom: "SIGecom";
|
|
88
|
+
readonly Sigplan: "SIGPLAN";
|
|
89
|
+
readonly SigPolicy: "SIGPolicy";
|
|
90
|
+
readonly Sigarch: "SIGARCH";
|
|
91
|
+
readonly SigRobotics: "SIGRobotics";
|
|
92
|
+
readonly SiGtricity: "SIGtricity";
|
|
93
|
+
readonly InfrastructureCommittee: "Infrastructure Committee";
|
|
94
|
+
readonly SocialCommittee: "Social Committee";
|
|
95
|
+
readonly MentorshipCommittee: "Mentorship Committee";
|
|
96
|
+
readonly AcademicCommittee: "Academic Committee";
|
|
97
|
+
readonly CorporateCommittee: "Corporate Committee";
|
|
98
|
+
readonly MarketingCommittee: "Marketing Committee";
|
|
99
|
+
readonly ReflectionsProjections: "Reflections | Projections";
|
|
100
|
+
readonly HackIllinois: "HackIllinois";
|
|
101
|
+
};
|
|
102
|
+
export type ApiV1OrganizationsOrgIdGet200ResponseNameEnum = typeof ApiV1OrganizationsOrgIdGet200ResponseNameEnum[keyof typeof ApiV1OrganizationsOrgIdGet200ResponseNameEnum];
|
|
103
|
+
/**
|
|
104
|
+
* @export
|
|
105
|
+
*/
|
|
106
|
+
export declare const ApiV1OrganizationsOrgIdGet200ResponseTypeEnum: {
|
|
107
|
+
readonly Main: "main";
|
|
108
|
+
readonly Sig: "sig";
|
|
109
|
+
readonly Committee: "committee";
|
|
110
|
+
readonly Misc: "misc";
|
|
111
|
+
};
|
|
112
|
+
export type ApiV1OrganizationsOrgIdGet200ResponseTypeEnum = typeof ApiV1OrganizationsOrgIdGet200ResponseTypeEnum[keyof typeof ApiV1OrganizationsOrgIdGet200ResponseTypeEnum];
|
|
113
|
+
/**
|
|
114
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdGet200Response interface.
|
|
115
|
+
*/
|
|
116
|
+
export declare function instanceOfApiV1OrganizationsOrgIdGet200Response(value: object): value is ApiV1OrganizationsOrgIdGet200Response;
|
|
117
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseFromJSON(json: any): ApiV1OrganizationsOrgIdGet200Response;
|
|
118
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1OrganizationsOrgIdGet200Response;
|
|
119
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseToJSON(json: any): ApiV1OrganizationsOrgIdGet200Response;
|
|
120
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseToJSONTyped(value?: ApiV1OrganizationsOrgIdGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseTypeEnum = exports.ApiV1OrganizationsOrgIdGet200ResponseNameEnum = void 0;
|
|
17
|
+
exports.instanceOfApiV1OrganizationsOrgIdGet200Response = instanceOfApiV1OrganizationsOrgIdGet200Response;
|
|
18
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseFromJSON = ApiV1OrganizationsOrgIdGet200ResponseFromJSON;
|
|
19
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseFromJSONTyped = ApiV1OrganizationsOrgIdGet200ResponseFromJSONTyped;
|
|
20
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseToJSON = ApiV1OrganizationsOrgIdGet200ResponseToJSON;
|
|
21
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseToJSONTyped = ApiV1OrganizationsOrgIdGet200ResponseToJSONTyped;
|
|
22
|
+
const ApiV1OrganizationsOrgIdGet200ResponseLinksInner_js_1 = require("./ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js");
|
|
23
|
+
const ApiV1OrganizationsOrgIdGet200ResponseLeadsInner_js_1 = require("./ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js");
|
|
24
|
+
const OrgUniqueId_js_1 = require("./OrgUniqueId.js");
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseNameEnum = {
|
|
29
|
+
Acm: 'ACM',
|
|
30
|
+
SigPwny: 'SIGPwny',
|
|
31
|
+
Sigchi: 'SIGCHI',
|
|
32
|
+
GameBuilders: 'GameBuilders',
|
|
33
|
+
Sigaida: 'SIGAIDA',
|
|
34
|
+
Siggraph: 'SIGGRAPH',
|
|
35
|
+
Icpc: 'ICPC',
|
|
36
|
+
SigMobile: 'SIGMobile',
|
|
37
|
+
SigMusic: 'SIGMusic',
|
|
38
|
+
Glug: 'GLUG',
|
|
39
|
+
Signll: 'SIGNLL',
|
|
40
|
+
SiGma: 'SIGma',
|
|
41
|
+
SigQuantum: 'SIGQuantum',
|
|
42
|
+
SiGecom: 'SIGecom',
|
|
43
|
+
Sigplan: 'SIGPLAN',
|
|
44
|
+
SigPolicy: 'SIGPolicy',
|
|
45
|
+
Sigarch: 'SIGARCH',
|
|
46
|
+
SigRobotics: 'SIGRobotics',
|
|
47
|
+
SiGtricity: 'SIGtricity',
|
|
48
|
+
InfrastructureCommittee: 'Infrastructure Committee',
|
|
49
|
+
SocialCommittee: 'Social Committee',
|
|
50
|
+
MentorshipCommittee: 'Mentorship Committee',
|
|
51
|
+
AcademicCommittee: 'Academic Committee',
|
|
52
|
+
CorporateCommittee: 'Corporate Committee',
|
|
53
|
+
MarketingCommittee: 'Marketing Committee',
|
|
54
|
+
ReflectionsProjections: 'Reflections | Projections',
|
|
55
|
+
HackIllinois: 'HackIllinois'
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* @export
|
|
59
|
+
*/
|
|
60
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseTypeEnum = {
|
|
61
|
+
Main: 'main',
|
|
62
|
+
Sig: 'sig',
|
|
63
|
+
Committee: 'committee',
|
|
64
|
+
Misc: 'misc'
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdGet200Response interface.
|
|
68
|
+
*/
|
|
69
|
+
function instanceOfApiV1OrganizationsOrgIdGet200Response(value) {
|
|
70
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
71
|
+
return false;
|
|
72
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
73
|
+
return false;
|
|
74
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
75
|
+
return false;
|
|
76
|
+
return true;
|
|
77
|
+
}
|
|
78
|
+
function ApiV1OrganizationsOrgIdGet200ResponseFromJSON(json) {
|
|
79
|
+
return ApiV1OrganizationsOrgIdGet200ResponseFromJSONTyped(json, false);
|
|
80
|
+
}
|
|
81
|
+
function ApiV1OrganizationsOrgIdGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
82
|
+
if (json == null) {
|
|
83
|
+
return json;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
'id': (0, OrgUniqueId_js_1.OrgUniqueIdFromJSON)(json['id']),
|
|
87
|
+
'name': json['name'],
|
|
88
|
+
'type': json['type'],
|
|
89
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
90
|
+
'website': json['website'] == null ? undefined : json['website'],
|
|
91
|
+
'leads': json['leads'] == null ? undefined : (json['leads'].map(ApiV1OrganizationsOrgIdGet200ResponseLeadsInner_js_1.ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSON)),
|
|
92
|
+
'links': json['links'] == null ? undefined : (json['links'].map(ApiV1OrganizationsOrgIdGet200ResponseLinksInner_js_1.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSON)),
|
|
93
|
+
'leadsEntraGroupId': json['leadsEntraGroupId'] == null ? undefined : json['leadsEntraGroupId'],
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
function ApiV1OrganizationsOrgIdGet200ResponseToJSON(json) {
|
|
97
|
+
return ApiV1OrganizationsOrgIdGet200ResponseToJSONTyped(json, false);
|
|
98
|
+
}
|
|
99
|
+
function ApiV1OrganizationsOrgIdGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
100
|
+
if (value == null) {
|
|
101
|
+
return value;
|
|
102
|
+
}
|
|
103
|
+
return {
|
|
104
|
+
'id': (0, OrgUniqueId_js_1.OrgUniqueIdToJSON)(value['id']),
|
|
105
|
+
'name': value['name'],
|
|
106
|
+
'type': value['type'],
|
|
107
|
+
'description': value['description'],
|
|
108
|
+
'website': value['website'],
|
|
109
|
+
'leads': value['leads'] == null ? undefined : (value['leads'].map(ApiV1OrganizationsOrgIdGet200ResponseLeadsInner_js_1.ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSON)),
|
|
110
|
+
'links': value['links'] == null ? undefined : (value['links'].map(ApiV1OrganizationsOrgIdGet200ResponseLinksInner_js_1.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSON)),
|
|
111
|
+
'leadsEntraGroupId': value['leadsEntraGroupId'],
|
|
112
|
+
};
|
|
113
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
|
+
* Contact: infra@acm.illinois.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1OrganizationsOrgIdGet200ResponseLeadsInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
|
|
28
|
+
*/
|
|
29
|
+
username: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
|
|
34
|
+
*/
|
|
35
|
+
title?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ApiV1OrganizationsOrgIdGet200ResponseLeadsInner
|
|
40
|
+
*/
|
|
41
|
+
nonVotingMember: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdGet200ResponseLeadsInner interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfApiV1OrganizationsOrgIdGet200ResponseLeadsInner(value: object): value is ApiV1OrganizationsOrgIdGet200ResponseLeadsInner;
|
|
47
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSON(json: any): ApiV1OrganizationsOrgIdGet200ResponseLeadsInner;
|
|
48
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1OrganizationsOrgIdGet200ResponseLeadsInner;
|
|
49
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSON(json: any): ApiV1OrganizationsOrgIdGet200ResponseLeadsInner;
|
|
50
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSONTyped(value?: ApiV1OrganizationsOrgIdGet200ResponseLeadsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiV1OrganizationsOrgIdGet200ResponseLeadsInner = instanceOfApiV1OrganizationsOrgIdGet200ResponseLeadsInner;
|
|
17
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSON = ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSON;
|
|
18
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSONTyped = ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSONTyped;
|
|
19
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSON = ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSON;
|
|
20
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSONTyped = ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdGet200ResponseLeadsInner interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1OrganizationsOrgIdGet200ResponseLeadsInner(value) {
|
|
25
|
+
if (!('username' in value) || value['username'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('nonVotingMember' in value) || value['nonVotingMember'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSON(json) {
|
|
32
|
+
return ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
40
|
+
'username': json['username'],
|
|
41
|
+
'title': json['title'] == null ? undefined : json['title'],
|
|
42
|
+
'nonVotingMember': json['nonVotingMember'],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSON(json) {
|
|
46
|
+
return ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLeadsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'name': value['name'],
|
|
54
|
+
'username': value['username'],
|
|
55
|
+
'title': value['title'],
|
|
56
|
+
'nonVotingMember': value['nonVotingMember'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
|
+
* Contact: infra@acm.illinois.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiV1OrganizationsOrgIdGet200ResponseLinksInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1OrganizationsOrgIdGet200ResponseLinksInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1OrganizationsOrgIdGet200ResponseLinksInner
|
|
22
|
+
*/
|
|
23
|
+
type: ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiV1OrganizationsOrgIdGet200ResponseLinksInner
|
|
28
|
+
*/
|
|
29
|
+
url: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum: {
|
|
35
|
+
readonly Discord: "DISCORD";
|
|
36
|
+
readonly Campuswire: "CAMPUSWIRE";
|
|
37
|
+
readonly Slack: "SLACK";
|
|
38
|
+
readonly Notion: "NOTION";
|
|
39
|
+
readonly Matrix: "MATRIX";
|
|
40
|
+
readonly Instagram: "INSTAGRAM";
|
|
41
|
+
readonly Other: "OTHER";
|
|
42
|
+
};
|
|
43
|
+
export type ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum = typeof ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum[keyof typeof ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum];
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdGet200ResponseLinksInner interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfApiV1OrganizationsOrgIdGet200ResponseLinksInner(value: object): value is ApiV1OrganizationsOrgIdGet200ResponseLinksInner;
|
|
48
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSON(json: any): ApiV1OrganizationsOrgIdGet200ResponseLinksInner;
|
|
49
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1OrganizationsOrgIdGet200ResponseLinksInner;
|
|
50
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSON(json: any): ApiV1OrganizationsOrgIdGet200ResponseLinksInner;
|
|
51
|
+
export declare function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSONTyped(value?: ApiV1OrganizationsOrgIdGet200ResponseLinksInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfApiV1OrganizationsOrgIdGet200ResponseLinksInner = instanceOfApiV1OrganizationsOrgIdGet200ResponseLinksInner;
|
|
18
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSON = ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSON;
|
|
19
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSONTyped = ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSONTyped;
|
|
20
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSON = ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSON;
|
|
21
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSONTyped = ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ApiV1OrganizationsOrgIdGet200ResponseLinksInnerTypeEnum = {
|
|
26
|
+
Discord: 'DISCORD',
|
|
27
|
+
Campuswire: 'CAMPUSWIRE',
|
|
28
|
+
Slack: 'SLACK',
|
|
29
|
+
Notion: 'NOTION',
|
|
30
|
+
Matrix: 'MATRIX',
|
|
31
|
+
Instagram: 'INSTAGRAM',
|
|
32
|
+
Other: 'OTHER'
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdGet200ResponseLinksInner interface.
|
|
36
|
+
*/
|
|
37
|
+
function instanceOfApiV1OrganizationsOrgIdGet200ResponseLinksInner(value) {
|
|
38
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('url' in value) || value['url'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSON(json) {
|
|
45
|
+
return ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'type': json['type'],
|
|
53
|
+
'url': json['url'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSON(json) {
|
|
57
|
+
return ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSONTyped(json, false);
|
|
58
|
+
}
|
|
59
|
+
function ApiV1OrganizationsOrgIdGet200ResponseLinksInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
60
|
+
if (value == null) {
|
|
61
|
+
return value;
|
|
62
|
+
}
|
|
63
|
+
return {
|
|
64
|
+
'type': value['type'],
|
|
65
|
+
'url': value['url'],
|
|
66
|
+
};
|
|
67
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
|
+
* Contact: infra@acm.illinois.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner } from './ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiV1OrganizationsOrgIdLeadsPatchRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiV1OrganizationsOrgIdLeadsPatchRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner>}
|
|
22
|
+
* @memberof ApiV1OrganizationsOrgIdLeadsPatchRequest
|
|
23
|
+
*/
|
|
24
|
+
add: Array<ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<string>}
|
|
28
|
+
* @memberof ApiV1OrganizationsOrgIdLeadsPatchRequest
|
|
29
|
+
*/
|
|
30
|
+
remove: Array<string>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdLeadsPatchRequest interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfApiV1OrganizationsOrgIdLeadsPatchRequest(value: object): value is ApiV1OrganizationsOrgIdLeadsPatchRequest;
|
|
36
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSON(json: any): ApiV1OrganizationsOrgIdLeadsPatchRequest;
|
|
37
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1OrganizationsOrgIdLeadsPatchRequest;
|
|
38
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestToJSON(json: any): ApiV1OrganizationsOrgIdLeadsPatchRequest;
|
|
39
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestToJSONTyped(value?: ApiV1OrganizationsOrgIdLeadsPatchRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
|
+
* Contact: infra@acm.illinois.edu
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiV1OrganizationsOrgIdLeadsPatchRequest = instanceOfApiV1OrganizationsOrgIdLeadsPatchRequest;
|
|
17
|
+
exports.ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSON = ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSON;
|
|
18
|
+
exports.ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSONTyped = ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSONTyped;
|
|
19
|
+
exports.ApiV1OrganizationsOrgIdLeadsPatchRequestToJSON = ApiV1OrganizationsOrgIdLeadsPatchRequestToJSON;
|
|
20
|
+
exports.ApiV1OrganizationsOrgIdLeadsPatchRequestToJSONTyped = ApiV1OrganizationsOrgIdLeadsPatchRequestToJSONTyped;
|
|
21
|
+
const ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner_js_1 = require("./ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdLeadsPatchRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfApiV1OrganizationsOrgIdLeadsPatchRequest(value) {
|
|
26
|
+
if (!('add' in value) || value['add'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('remove' in value) || value['remove'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSON(json) {
|
|
33
|
+
return ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function ApiV1OrganizationsOrgIdLeadsPatchRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'add': (json['add'].map(ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner_js_1.ApiV1OrganizationsOrgIdLeadsPatchRequestAddInnerFromJSON)),
|
|
41
|
+
'remove': json['remove'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function ApiV1OrganizationsOrgIdLeadsPatchRequestToJSON(json) {
|
|
45
|
+
return ApiV1OrganizationsOrgIdLeadsPatchRequestToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function ApiV1OrganizationsOrgIdLeadsPatchRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'add': (value['add'].map(ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner_js_1.ApiV1OrganizationsOrgIdLeadsPatchRequestAddInnerToJSON)),
|
|
53
|
+
'remove': value['remove'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
|
+
* Contact: infra@acm.illinois.edu
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
|
|
28
|
+
*/
|
|
29
|
+
username: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
|
|
34
|
+
*/
|
|
35
|
+
title: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner
|
|
40
|
+
*/
|
|
41
|
+
nonVotingMember?: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfApiV1OrganizationsOrgIdLeadsPatchRequestAddInner(value: object): value is ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner;
|
|
47
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestAddInnerFromJSON(json: any): ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner;
|
|
48
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestAddInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner;
|
|
49
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestAddInnerToJSON(json: any): ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner;
|
|
50
|
+
export declare function ApiV1OrganizationsOrgIdLeadsPatchRequestAddInnerToJSONTyped(value?: ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner | null, ignoreDiscriminator?: boolean): any;
|