@acm-uiuc/core-client 4.1.9 → 4.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +87 -0
- package/README.md +3 -3
- package/dist/apis/APIKeysApi.d.ts +1 -1
- package/dist/apis/APIKeysApi.js +3 -2
- package/dist/apis/EventsApi.d.ts +1 -1
- package/dist/apis/EventsApi.js +6 -5
- package/dist/apis/GenericApi.d.ts +1 -1
- package/dist/apis/GenericApi.js +8 -7
- package/dist/apis/IAMApi.d.ts +1 -1
- package/dist/apis/IAMApi.js +6 -5
- package/dist/apis/ICalendarIntegrationApi.d.ts +1 -1
- package/dist/apis/ICalendarIntegrationApi.js +1 -1
- package/dist/apis/LinkryApi.d.ts +1 -1
- package/dist/apis/LinkryApi.js +5 -4
- package/dist/apis/LoggingApi.d.ts +1 -1
- package/dist/apis/LoggingApi.js +1 -1
- package/dist/apis/MembershipApi.d.ts +1 -1
- package/dist/apis/MembershipApi.js +6 -5
- package/dist/apis/MobileWalletApi.d.ts +1 -1
- package/dist/apis/MobileWalletApi.js +1 -1
- package/dist/apis/OrganizationsApi.d.ts +1 -1
- package/dist/apis/OrganizationsApi.js +6 -5
- package/dist/apis/RSVPApi.d.ts +1 -1
- package/dist/apis/RSVPApi.js +6 -5
- package/dist/apis/RoomRequestsApi.d.ts +2 -2
- package/dist/apis/RoomRequestsApi.js +12 -6
- package/dist/apis/StoreApi.d.ts +1 -1
- package/dist/apis/StoreApi.js +14 -13
- package/dist/apis/StripeApi.d.ts +1 -1
- package/dist/apis/StripeApi.js +3 -2
- package/dist/esm/apis/APIKeysApi.d.ts +1 -1
- package/dist/esm/apis/APIKeysApi.js +3 -2
- package/dist/esm/apis/EventsApi.d.ts +1 -1
- package/dist/esm/apis/EventsApi.js +6 -5
- package/dist/esm/apis/GenericApi.d.ts +1 -1
- package/dist/esm/apis/GenericApi.js +8 -7
- package/dist/esm/apis/IAMApi.d.ts +1 -1
- package/dist/esm/apis/IAMApi.js +6 -5
- package/dist/esm/apis/ICalendarIntegrationApi.d.ts +1 -1
- package/dist/esm/apis/ICalendarIntegrationApi.js +1 -1
- package/dist/esm/apis/LinkryApi.d.ts +1 -1
- package/dist/esm/apis/LinkryApi.js +5 -4
- package/dist/esm/apis/LoggingApi.d.ts +1 -1
- package/dist/esm/apis/LoggingApi.js +1 -1
- package/dist/esm/apis/MembershipApi.d.ts +1 -1
- package/dist/esm/apis/MembershipApi.js +6 -5
- package/dist/esm/apis/MobileWalletApi.d.ts +1 -1
- package/dist/esm/apis/MobileWalletApi.js +1 -1
- package/dist/esm/apis/OrganizationsApi.d.ts +1 -1
- package/dist/esm/apis/OrganizationsApi.js +6 -5
- package/dist/esm/apis/RSVPApi.d.ts +1 -1
- package/dist/esm/apis/RSVPApi.js +6 -5
- package/dist/esm/apis/RoomRequestsApi.d.ts +2 -2
- package/dist/esm/apis/RoomRequestsApi.js +12 -6
- package/dist/esm/apis/StoreApi.d.ts +1 -1
- package/dist/esm/apis/StoreApi.js +14 -13
- package/dist/esm/apis/StripeApi.d.ts +1 -1
- package/dist/esm/apis/StripeApi.js +3 -2
- package/dist/esm/models/AcmOrganization.d.ts +50 -0
- package/dist/esm/models/AcmOrganization.js +68 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.d.ts +66 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequest.js +66 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +23 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +51 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +46 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +54 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +46 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +54 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +32 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +43 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +65 -0
- package/dist/esm/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +75 -0
- package/dist/esm/models/ApiV1EventsGet200ResponseInner.d.ts +121 -0
- package/dist/esm/models/ApiV1EventsGet200ResponseInner.js +89 -0
- package/dist/esm/models/ApiV1EventsIdGet200Response.d.ts +121 -0
- package/dist/esm/models/ApiV1EventsIdGet200Response.js +89 -0
- package/dist/esm/models/ApiV1EventsIdPatchRequest.d.ts +115 -0
- package/dist/esm/models/ApiV1EventsIdPatchRequest.js +83 -0
- package/dist/esm/models/ApiV1EventsPostRequest.d.ts +115 -0
- package/dist/esm/models/ApiV1EventsPostRequest.js +83 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +38 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdPatchRequest.js +47 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +33 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +44 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +26 -0
- package/dist/esm/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +31 -0
- package/dist/esm/models/ApiV1IamInviteUsersPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1IamInviteUsersPostRequest.js +43 -0
- package/dist/esm/models/ApiV1IamProfilePatchRequest.d.ts +56 -0
- package/dist/esm/models/ApiV1IamProfilePatchRequest.js +57 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +56 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +59 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +38 -0
- package/dist/esm/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +47 -0
- package/dist/esm/models/ApiV1LinkryRedirPostRequest.d.ts +44 -0
- package/dist/esm/models/ApiV1LinkryRedirPostRequest.js +51 -0
- package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +38 -0
- package/dist/esm/models/ApiV1MembershipExternalListListIdPatchRequest.js +47 -0
- package/dist/esm/models/ApiV1MembershipGet200Response.d.ts +50 -0
- package/dist/esm/models/ApiV1MembershipGet200Response.js +55 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.d.ts +120 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInner.js +105 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +50 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +51 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +51 -0
- package/dist/esm/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +59 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +120 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200Response.js +105 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +50 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +59 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +39 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +48 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +50 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +45 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +46 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +51 -0
- package/dist/esm/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +59 -0
- package/dist/esm/models/ApiV1ProtectedGet200Response.d.ts +75 -0
- package/dist/esm/models/ApiV1ProtectedGet200Response.js +81 -0
- package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +47 -0
- package/dist/esm/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +55 -0
- package/dist/esm/models/ApiV1RoomRequestsPostRequest.d.ts +222 -0
- package/dist/esm/models/ApiV1RoomRequestsPostRequest.js +154 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +32 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +43 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +32 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +41 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +57 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +61 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +54 -0
- package/dist/esm/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +60 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200Response.d.ts +98 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200Response.js +80 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.d.ts +109 -0
- package/dist/esm/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.js +89 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +43 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +43 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +33 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +44 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +109 -0
- package/dist/esm/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +89 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.d.ts +33 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200Response.js +44 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +132 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +94 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +98 -0
- package/dist/esm/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +81 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.d.ts +38 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPost201Response.js +47 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.d.ts +114 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequest.js +80 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +46 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +54 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +74 -0
- package/dist/esm/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +61 -0
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +81 -0
- package/dist/esm/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +58 -0
- package/dist/esm/models/ApiV1StoreCheckoutPost201Response.d.ts +44 -0
- package/dist/esm/models/ApiV1StoreCheckoutPost201Response.js +51 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequest.d.ts +51 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequest.js +54 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +44 -0
- package/dist/esm/models/ApiV1StoreCheckoutPostRequestItemsInner.js +51 -0
- package/dist/esm/models/ApiV1StoreProductsGet200Response.d.ts +33 -0
- package/dist/esm/models/ApiV1StoreProductsGet200Response.js +44 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +114 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInner.js +86 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +46 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +54 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +80 -0
- package/dist/esm/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +69 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.d.ts +114 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200Response.js +86 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +46 -0
- package/dist/esm/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +54 -0
- package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.d.ts +56 -0
- package/dist/esm/models/ApiV1StripePaymentLinksPostRequest.js +57 -0
- package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +32 -0
- package/dist/esm/models/ApiV1SyncIdentityIsRequiredGet200Response.js +43 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +38 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +43 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1UsersBatchResolveInfoPostRequest.js +43 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.d.ts +32 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPost200Response.js +43 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.d.ts +32 -0
- package/dist/esm/models/ApiV1UsersFindUserByUinPostRequest.js +43 -0
- package/dist/esm/models/ApiV2MembershipNetIdGet200Response.d.ts +44 -0
- package/dist/esm/models/ApiV2MembershipNetIdGet200Response.js +49 -0
- package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +44 -0
- package/dist/esm/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +49 -0
- package/dist/esm/models/NotAuthenticatedError.d.ts +71 -0
- package/dist/esm/models/NotAuthenticatedError.js +73 -0
- package/dist/esm/models/NotAuthorizedError.d.ts +71 -0
- package/dist/esm/models/NotAuthorizedError.js +73 -0
- package/dist/esm/models/NotFoundError.d.ts +71 -0
- package/dist/esm/models/NotFoundError.js +73 -0
- package/dist/esm/models/OrgUniqueId.d.ts +50 -0
- package/dist/esm/models/OrgUniqueId.js +68 -0
- package/dist/esm/models/RateLimitExceededError.d.ts +78 -0
- package/dist/esm/models/RateLimitExceededError.js +79 -0
- package/dist/esm/models/ResourceConflictError.d.ts +71 -0
- package/dist/esm/models/ResourceConflictError.js +73 -0
- package/dist/esm/models/RsvpConfig.d.ts +57 -0
- package/dist/esm/models/RsvpConfig.js +56 -0
- package/dist/esm/models/RsvpConfigOutput.d.ts +57 -0
- package/dist/esm/models/RsvpConfigOutput.js +60 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +24 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInner.js +58 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.js +61 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +61 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/esm/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +65 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInner.d.ts +24 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInner.js +58 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf.js +59 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf1.js +59 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/esm/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +63 -0
- package/dist/esm/models/RsvpItem.d.ts +50 -0
- package/dist/esm/models/RsvpItem.js +55 -0
- package/dist/esm/models/ValidationError.d.ts +57 -0
- package/dist/esm/models/ValidationError.js +61 -0
- package/dist/esm/models/index.d.ts +87 -3624
- package/dist/esm/models/index.js +87 -573
- package/dist/esm/runtime.d.ts +4 -1
- package/dist/esm/runtime.js +8 -1
- package/dist/models/AcmOrganization.d.ts +50 -0
- package/dist/models/AcmOrganization.js +76 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequest.d.ts +66 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequest.js +74 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.d.ts +23 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.js +57 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.d.ts +46 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.js +62 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.d.ts +46 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.js +62 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.d.ts +32 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.js +50 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.d.ts +65 -0
- package/dist/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.js +83 -0
- package/dist/models/ApiV1EventsGet200ResponseInner.d.ts +121 -0
- package/dist/models/ApiV1EventsGet200ResponseInner.js +97 -0
- package/dist/models/ApiV1EventsIdGet200Response.d.ts +121 -0
- package/dist/models/ApiV1EventsIdGet200Response.js +97 -0
- package/dist/models/ApiV1EventsIdPatchRequest.d.ts +115 -0
- package/dist/models/ApiV1EventsIdPatchRequest.js +91 -0
- package/dist/models/ApiV1EventsPostRequest.d.ts +115 -0
- package/dist/models/ApiV1EventsPostRequest.js +91 -0
- package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.d.ts +38 -0
- package/dist/models/ApiV1IamGroupsGroupIdPatchRequest.js +54 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.d.ts +33 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequest.js +51 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.d.ts +26 -0
- package/dist/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.js +38 -0
- package/dist/models/ApiV1IamInviteUsersPostRequest.d.ts +32 -0
- package/dist/models/ApiV1IamInviteUsersPostRequest.js +50 -0
- package/dist/models/ApiV1IamProfilePatchRequest.d.ts +56 -0
- package/dist/models/ApiV1IamProfilePatchRequest.js +64 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.d.ts +56 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.js +66 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.d.ts +38 -0
- package/dist/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.js +54 -0
- package/dist/models/ApiV1LinkryRedirPostRequest.d.ts +44 -0
- package/dist/models/ApiV1LinkryRedirPostRequest.js +58 -0
- package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.d.ts +38 -0
- package/dist/models/ApiV1MembershipExternalListListIdPatchRequest.js +54 -0
- package/dist/models/ApiV1MembershipGet200Response.d.ts +50 -0
- package/dist/models/ApiV1MembershipGet200Response.js +62 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInner.d.ts +120 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInner.js +113 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.d.ts +50 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.js +58 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.d.ts +51 -0
- package/dist/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.js +67 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200Response.d.ts +120 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200Response.js +113 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.d.ts +50 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.js +58 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.d.ts +51 -0
- package/dist/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.js +67 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.d.ts +39 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.js +55 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.d.ts +50 -0
- package/dist/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.js +58 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.d.ts +45 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequest.js +53 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.d.ts +51 -0
- package/dist/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.js +67 -0
- package/dist/models/ApiV1ProtectedGet200Response.d.ts +75 -0
- package/dist/models/ApiV1ProtectedGet200Response.js +89 -0
- package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.d.ts +47 -0
- package/dist/models/ApiV1ProtectedGet200ResponseOrgRolesInner.js +63 -0
- package/dist/models/ApiV1RoomRequestsPostRequest.d.ts +222 -0
- package/dist/models/ApiV1RoomRequestsPostRequest.js +162 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.d.ts +32 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.js +50 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.d.ts +32 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.js +48 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.d.ts +57 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.js +69 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.d.ts +54 -0
- package/dist/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.js +68 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200Response.d.ts +98 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200Response.js +88 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.d.ts +109 -0
- package/dist/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.js +97 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.d.ts +32 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.js +50 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.d.ts +32 -0
- package/dist/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.js +50 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.d.ts +33 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200Response.js +51 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.d.ts +109 -0
- package/dist/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js +97 -0
- package/dist/models/ApiV1StoreAdminProductsGet200Response.d.ts +33 -0
- package/dist/models/ApiV1StoreAdminProductsGet200Response.js +51 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.d.ts +132 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.js +102 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.d.ts +98 -0
- package/dist/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js +88 -0
- package/dist/models/ApiV1StoreAdminProductsPost201Response.d.ts +38 -0
- package/dist/models/ApiV1StoreAdminProductsPost201Response.js +54 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequest.d.ts +114 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequest.js +88 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.d.ts +46 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.js +62 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.d.ts +74 -0
- package/dist/models/ApiV1StoreAdminProductsPostRequestVariantsInner.js +68 -0
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.d.ts +81 -0
- package/dist/models/ApiV1StoreAdminProductsProductIdPatchRequest.js +65 -0
- package/dist/models/ApiV1StoreCheckoutPost201Response.d.ts +44 -0
- package/dist/models/ApiV1StoreCheckoutPost201Response.js +58 -0
- package/dist/models/ApiV1StoreCheckoutPostRequest.d.ts +51 -0
- package/dist/models/ApiV1StoreCheckoutPostRequest.js +61 -0
- package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.d.ts +44 -0
- package/dist/models/ApiV1StoreCheckoutPostRequestItemsInner.js +58 -0
- package/dist/models/ApiV1StoreProductsGet200Response.d.ts +33 -0
- package/dist/models/ApiV1StoreProductsGet200Response.js +51 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.d.ts +114 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInner.js +94 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.d.ts +46 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js +62 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.d.ts +80 -0
- package/dist/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js +76 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200Response.d.ts +114 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200Response.js +94 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.d.ts +46 -0
- package/dist/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js +62 -0
- package/dist/models/ApiV1StripePaymentLinksPostRequest.d.ts +56 -0
- package/dist/models/ApiV1StripePaymentLinksPostRequest.js +64 -0
- package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.d.ts +32 -0
- package/dist/models/ApiV1SyncIdentityIsRequiredGet200Response.js +50 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.d.ts +38 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.js +50 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.d.ts +32 -0
- package/dist/models/ApiV1UsersBatchResolveInfoPostRequest.js +50 -0
- package/dist/models/ApiV1UsersFindUserByUinPost200Response.d.ts +32 -0
- package/dist/models/ApiV1UsersFindUserByUinPost200Response.js +50 -0
- package/dist/models/ApiV1UsersFindUserByUinPostRequest.d.ts +32 -0
- package/dist/models/ApiV1UsersFindUserByUinPostRequest.js +50 -0
- package/dist/models/ApiV2MembershipNetIdGet200Response.d.ts +44 -0
- package/dist/models/ApiV2MembershipNetIdGet200Response.js +56 -0
- package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.d.ts +44 -0
- package/dist/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.js +56 -0
- package/dist/models/NotAuthenticatedError.d.ts +71 -0
- package/dist/models/NotAuthenticatedError.js +81 -0
- package/dist/models/NotAuthorizedError.d.ts +71 -0
- package/dist/models/NotAuthorizedError.js +81 -0
- package/dist/models/NotFoundError.d.ts +71 -0
- package/dist/models/NotFoundError.js +81 -0
- package/dist/models/OrgUniqueId.d.ts +50 -0
- package/dist/models/OrgUniqueId.js +76 -0
- package/dist/models/RateLimitExceededError.d.ts +78 -0
- package/dist/models/RateLimitExceededError.js +87 -0
- package/dist/models/ResourceConflictError.d.ts +71 -0
- package/dist/models/ResourceConflictError.js +81 -0
- package/dist/models/RsvpConfig.d.ts +57 -0
- package/dist/models/RsvpConfig.js +63 -0
- package/dist/models/RsvpConfigOutput.d.ts +57 -0
- package/dist/models/RsvpConfigOutput.js +67 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInner.d.ts +24 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInner.js +64 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.js +69 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.js +69 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.js +73 -0
- package/dist/models/RsvpConfigRsvpQuestionsInner.d.ts +24 -0
- package/dist/models/RsvpConfigRsvpQuestionsInner.js +64 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.d.ts +57 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf.js +67 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.d.ts +57 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf1.js +67 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.d.ts +63 -0
- package/dist/models/RsvpConfigRsvpQuestionsInnerOneOf2.js +71 -0
- package/dist/models/RsvpItem.d.ts +50 -0
- package/dist/models/RsvpItem.js +62 -0
- package/dist/models/ValidationError.d.ts +57 -0
- package/dist/models/ValidationError.js +69 -0
- package/dist/models/index.d.ts +87 -3624
- package/dist/models/index.js +102 -576
- package/dist/runtime.d.ts +4 -1
- package/dist/runtime.js +9 -1
- package/package.json +1 -1
|
@@ -0,0 +1,114 @@
|
|
|
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 { ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration } from './ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js';
|
|
13
|
+
import type { ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner } from './ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApiV1StoreProductsProductIdGet200Response
|
|
18
|
+
*/
|
|
19
|
+
export interface ApiV1StoreProductsProductIdGet200Response {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
24
|
+
*/
|
|
25
|
+
productId: string | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
30
|
+
*/
|
|
31
|
+
name: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
36
|
+
*/
|
|
37
|
+
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
42
|
+
*/
|
|
43
|
+
imageUrl?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
48
|
+
*/
|
|
49
|
+
openAt?: number | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
54
|
+
*/
|
|
55
|
+
closeAt?: number | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration}
|
|
59
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
60
|
+
*/
|
|
61
|
+
limitConfiguration?: ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
66
|
+
*/
|
|
67
|
+
verifiedIdentityRequired: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Whether inventory is tracked per-variant or as a total across all variants.
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
72
|
+
*/
|
|
73
|
+
inventoryMode: ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
78
|
+
*/
|
|
79
|
+
totalInventoryCount?: number | null;
|
|
80
|
+
/**
|
|
81
|
+
* This additional text will be included on confirmation emails sent to purchasers.
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
84
|
+
*/
|
|
85
|
+
additionalEmailText?: string;
|
|
86
|
+
/**
|
|
87
|
+
* A user-friendly name for a product variant.
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
90
|
+
*/
|
|
91
|
+
variantFriendlyName: string;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>}
|
|
95
|
+
* @memberof ApiV1StoreProductsProductIdGet200Response
|
|
96
|
+
*/
|
|
97
|
+
variants: Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* @export
|
|
101
|
+
*/
|
|
102
|
+
export declare const ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum: {
|
|
103
|
+
readonly PerProduct: "PER_PRODUCT";
|
|
104
|
+
readonly PerVariant: "PER_VARIANT";
|
|
105
|
+
};
|
|
106
|
+
export type ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum = typeof ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum[keyof typeof ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum];
|
|
107
|
+
/**
|
|
108
|
+
* Check if a given object implements the ApiV1StoreProductsProductIdGet200Response interface.
|
|
109
|
+
*/
|
|
110
|
+
export declare function instanceOfApiV1StoreProductsProductIdGet200Response(value: object): value is ApiV1StoreProductsProductIdGet200Response;
|
|
111
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseFromJSON(json: any): ApiV1StoreProductsProductIdGet200Response;
|
|
112
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreProductsProductIdGet200Response;
|
|
113
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseToJSON(json: any): ApiV1StoreProductsProductIdGet200Response;
|
|
114
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseToJSONTyped(value?: ApiV1StoreProductsProductIdGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,94 @@
|
|
|
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.ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum = void 0;
|
|
17
|
+
exports.instanceOfApiV1StoreProductsProductIdGet200Response = instanceOfApiV1StoreProductsProductIdGet200Response;
|
|
18
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseFromJSON = ApiV1StoreProductsProductIdGet200ResponseFromJSON;
|
|
19
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseFromJSONTyped = ApiV1StoreProductsProductIdGet200ResponseFromJSONTyped;
|
|
20
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseToJSON = ApiV1StoreProductsProductIdGet200ResponseToJSON;
|
|
21
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseToJSONTyped = ApiV1StoreProductsProductIdGet200ResponseToJSONTyped;
|
|
22
|
+
const ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration_js_1 = require("./ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js");
|
|
23
|
+
const ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner_js_1 = require("./ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum = {
|
|
28
|
+
PerProduct: 'PER_PRODUCT',
|
|
29
|
+
PerVariant: 'PER_VARIANT'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ApiV1StoreProductsProductIdGet200Response interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfApiV1StoreProductsProductIdGet200Response(value) {
|
|
35
|
+
if (!('productId' in value) || value['productId'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('verifiedIdentityRequired' in value) || value['verifiedIdentityRequired'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
if (!('inventoryMode' in value) || value['inventoryMode'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
if (!('variantFriendlyName' in value) || value['variantFriendlyName'] === undefined)
|
|
44
|
+
return false;
|
|
45
|
+
if (!('variants' in value) || value['variants'] === undefined)
|
|
46
|
+
return false;
|
|
47
|
+
return true;
|
|
48
|
+
}
|
|
49
|
+
function ApiV1StoreProductsProductIdGet200ResponseFromJSON(json) {
|
|
50
|
+
return ApiV1StoreProductsProductIdGet200ResponseFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function ApiV1StoreProductsProductIdGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
53
|
+
if (json == null) {
|
|
54
|
+
return json;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'productId': json['productId'],
|
|
58
|
+
'name': json['name'],
|
|
59
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
60
|
+
'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
|
|
61
|
+
'openAt': json['openAt'] == null ? undefined : json['openAt'],
|
|
62
|
+
'closeAt': json['closeAt'] == null ? undefined : json['closeAt'],
|
|
63
|
+
'limitConfiguration': json['limitConfiguration'] == null ? undefined : (0, ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration_js_1.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON)(json['limitConfiguration']),
|
|
64
|
+
'verifiedIdentityRequired': json['verifiedIdentityRequired'],
|
|
65
|
+
'inventoryMode': json['inventoryMode'],
|
|
66
|
+
'totalInventoryCount': json['totalInventoryCount'] == null ? undefined : json['totalInventoryCount'],
|
|
67
|
+
'additionalEmailText': json['additionalEmailText'] == null ? undefined : json['additionalEmailText'],
|
|
68
|
+
'variantFriendlyName': json['variantFriendlyName'],
|
|
69
|
+
'variants': (json['variants'].map(ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner_js_1.ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSON)),
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
function ApiV1StoreProductsProductIdGet200ResponseToJSON(json) {
|
|
73
|
+
return ApiV1StoreProductsProductIdGet200ResponseToJSONTyped(json, false);
|
|
74
|
+
}
|
|
75
|
+
function ApiV1StoreProductsProductIdGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
76
|
+
if (value == null) {
|
|
77
|
+
return value;
|
|
78
|
+
}
|
|
79
|
+
return {
|
|
80
|
+
'productId': value['productId'],
|
|
81
|
+
'name': value['name'],
|
|
82
|
+
'description': value['description'],
|
|
83
|
+
'imageUrl': value['imageUrl'],
|
|
84
|
+
'openAt': value['openAt'],
|
|
85
|
+
'closeAt': value['closeAt'],
|
|
86
|
+
'limitConfiguration': (0, ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration_js_1.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON)(value['limitConfiguration']),
|
|
87
|
+
'verifiedIdentityRequired': value['verifiedIdentityRequired'],
|
|
88
|
+
'inventoryMode': value['inventoryMode'],
|
|
89
|
+
'totalInventoryCount': value['totalInventoryCount'],
|
|
90
|
+
'additionalEmailText': value['additionalEmailText'],
|
|
91
|
+
'variantFriendlyName': value['variantFriendlyName'],
|
|
92
|
+
'variants': (value['variants'].map(ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner_js_1.ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSON)),
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration
|
|
22
|
+
*/
|
|
23
|
+
limitType: ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration
|
|
28
|
+
*/
|
|
29
|
+
maxQuantity: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum: {
|
|
35
|
+
readonly PerProduct: "PER_PRODUCT";
|
|
36
|
+
readonly PerVariant: "PER_VARIANT";
|
|
37
|
+
};
|
|
38
|
+
export type ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum = typeof ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum[keyof typeof ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum];
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfApiV1StoreProductsProductIdGet200ResponseLimitConfiguration(value: object): value is ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
|
|
43
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON(json: any): ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
|
|
44
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
|
|
45
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON(json: any): ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
|
|
46
|
+
export declare function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSONTyped(value?: ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
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.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfApiV1StoreProductsProductIdGet200ResponseLimitConfiguration = instanceOfApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
|
|
18
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON = ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON;
|
|
19
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSONTyped = ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSONTyped;
|
|
20
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON = ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON;
|
|
21
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSONTyped = ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationLimitTypeEnum = {
|
|
26
|
+
PerProduct: 'PER_PRODUCT',
|
|
27
|
+
PerVariant: 'PER_VARIANT'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfApiV1StoreProductsProductIdGet200ResponseLimitConfiguration(value) {
|
|
33
|
+
if (!('limitType' in value) || value['limitType'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('maxQuantity' in value) || value['maxQuantity'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON(json) {
|
|
40
|
+
return ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'limitType': json['limitType'],
|
|
48
|
+
'maxQuantity': json['maxQuantity'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON(json) {
|
|
52
|
+
return ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'limitType': value['limitType'],
|
|
60
|
+
'maxQuantity': value['maxQuantity'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 ApiV1StripePaymentLinksPostRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1StripePaymentLinksPostRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1StripePaymentLinksPostRequest
|
|
22
|
+
*/
|
|
23
|
+
invoiceId: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ApiV1StripePaymentLinksPostRequest
|
|
28
|
+
*/
|
|
29
|
+
invoiceAmountUsd: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiV1StripePaymentLinksPostRequest
|
|
34
|
+
*/
|
|
35
|
+
contactName: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ApiV1StripePaymentLinksPostRequest
|
|
40
|
+
*/
|
|
41
|
+
contactEmail: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof ApiV1StripePaymentLinksPostRequest
|
|
46
|
+
*/
|
|
47
|
+
achPaymentsEnabled?: boolean;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the ApiV1StripePaymentLinksPostRequest interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfApiV1StripePaymentLinksPostRequest(value: object): value is ApiV1StripePaymentLinksPostRequest;
|
|
53
|
+
export declare function ApiV1StripePaymentLinksPostRequestFromJSON(json: any): ApiV1StripePaymentLinksPostRequest;
|
|
54
|
+
export declare function ApiV1StripePaymentLinksPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StripePaymentLinksPostRequest;
|
|
55
|
+
export declare function ApiV1StripePaymentLinksPostRequestToJSON(json: any): ApiV1StripePaymentLinksPostRequest;
|
|
56
|
+
export declare function ApiV1StripePaymentLinksPostRequestToJSONTyped(value?: ApiV1StripePaymentLinksPostRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,64 @@
|
|
|
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.instanceOfApiV1StripePaymentLinksPostRequest = instanceOfApiV1StripePaymentLinksPostRequest;
|
|
17
|
+
exports.ApiV1StripePaymentLinksPostRequestFromJSON = ApiV1StripePaymentLinksPostRequestFromJSON;
|
|
18
|
+
exports.ApiV1StripePaymentLinksPostRequestFromJSONTyped = ApiV1StripePaymentLinksPostRequestFromJSONTyped;
|
|
19
|
+
exports.ApiV1StripePaymentLinksPostRequestToJSON = ApiV1StripePaymentLinksPostRequestToJSON;
|
|
20
|
+
exports.ApiV1StripePaymentLinksPostRequestToJSONTyped = ApiV1StripePaymentLinksPostRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1StripePaymentLinksPostRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1StripePaymentLinksPostRequest(value) {
|
|
25
|
+
if (!('invoiceId' in value) || value['invoiceId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('invoiceAmountUsd' in value) || value['invoiceAmountUsd'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('contactName' in value) || value['contactName'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('contactEmail' in value) || value['contactEmail'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function ApiV1StripePaymentLinksPostRequestFromJSON(json) {
|
|
36
|
+
return ApiV1StripePaymentLinksPostRequestFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function ApiV1StripePaymentLinksPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'invoiceId': json['invoiceId'],
|
|
44
|
+
'invoiceAmountUsd': json['invoiceAmountUsd'],
|
|
45
|
+
'contactName': json['contactName'],
|
|
46
|
+
'contactEmail': json['contactEmail'],
|
|
47
|
+
'achPaymentsEnabled': json['achPaymentsEnabled'] == null ? undefined : json['achPaymentsEnabled'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function ApiV1StripePaymentLinksPostRequestToJSON(json) {
|
|
51
|
+
return ApiV1StripePaymentLinksPostRequestToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function ApiV1StripePaymentLinksPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'invoiceId': value['invoiceId'],
|
|
59
|
+
'invoiceAmountUsd': value['invoiceAmountUsd'],
|
|
60
|
+
'contactName': value['contactName'],
|
|
61
|
+
'contactEmail': value['contactEmail'],
|
|
62
|
+
'achPaymentsEnabled': value['achPaymentsEnabled'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 ApiV1SyncIdentityIsRequiredGet200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1SyncIdentityIsRequiredGet200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ApiV1SyncIdentityIsRequiredGet200Response
|
|
22
|
+
*/
|
|
23
|
+
syncRequired: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ApiV1SyncIdentityIsRequiredGet200Response interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfApiV1SyncIdentityIsRequiredGet200Response(value: object): value is ApiV1SyncIdentityIsRequiredGet200Response;
|
|
29
|
+
export declare function ApiV1SyncIdentityIsRequiredGet200ResponseFromJSON(json: any): ApiV1SyncIdentityIsRequiredGet200Response;
|
|
30
|
+
export declare function ApiV1SyncIdentityIsRequiredGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1SyncIdentityIsRequiredGet200Response;
|
|
31
|
+
export declare function ApiV1SyncIdentityIsRequiredGet200ResponseToJSON(json: any): ApiV1SyncIdentityIsRequiredGet200Response;
|
|
32
|
+
export declare function ApiV1SyncIdentityIsRequiredGet200ResponseToJSONTyped(value?: ApiV1SyncIdentityIsRequiredGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfApiV1SyncIdentityIsRequiredGet200Response = instanceOfApiV1SyncIdentityIsRequiredGet200Response;
|
|
17
|
+
exports.ApiV1SyncIdentityIsRequiredGet200ResponseFromJSON = ApiV1SyncIdentityIsRequiredGet200ResponseFromJSON;
|
|
18
|
+
exports.ApiV1SyncIdentityIsRequiredGet200ResponseFromJSONTyped = ApiV1SyncIdentityIsRequiredGet200ResponseFromJSONTyped;
|
|
19
|
+
exports.ApiV1SyncIdentityIsRequiredGet200ResponseToJSON = ApiV1SyncIdentityIsRequiredGet200ResponseToJSON;
|
|
20
|
+
exports.ApiV1SyncIdentityIsRequiredGet200ResponseToJSONTyped = ApiV1SyncIdentityIsRequiredGet200ResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1SyncIdentityIsRequiredGet200Response interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1SyncIdentityIsRequiredGet200Response(value) {
|
|
25
|
+
if (!('syncRequired' in value) || value['syncRequired'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function ApiV1SyncIdentityIsRequiredGet200ResponseFromJSON(json) {
|
|
30
|
+
return ApiV1SyncIdentityIsRequiredGet200ResponseFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function ApiV1SyncIdentityIsRequiredGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'syncRequired': json['syncRequired'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ApiV1SyncIdentityIsRequiredGet200ResponseToJSON(json) {
|
|
41
|
+
return ApiV1SyncIdentityIsRequiredGet200ResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ApiV1SyncIdentityIsRequiredGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'syncRequired': value['syncRequired'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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.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 ApiV1UsersBatchResolveInfoPost200ResponseValue
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1UsersBatchResolveInfoPost200ResponseValue {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1UsersBatchResolveInfoPost200ResponseValue
|
|
22
|
+
*/
|
|
23
|
+
firstName?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiV1UsersBatchResolveInfoPost200ResponseValue
|
|
28
|
+
*/
|
|
29
|
+
lastName?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ApiV1UsersBatchResolveInfoPost200ResponseValue interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfApiV1UsersBatchResolveInfoPost200ResponseValue(value: object): value is ApiV1UsersBatchResolveInfoPost200ResponseValue;
|
|
35
|
+
export declare function ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSON(json: any): ApiV1UsersBatchResolveInfoPost200ResponseValue;
|
|
36
|
+
export declare function ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1UsersBatchResolveInfoPost200ResponseValue;
|
|
37
|
+
export declare function ApiV1UsersBatchResolveInfoPost200ResponseValueToJSON(json: any): ApiV1UsersBatchResolveInfoPost200ResponseValue;
|
|
38
|
+
export declare function ApiV1UsersBatchResolveInfoPost200ResponseValueToJSONTyped(value?: ApiV1UsersBatchResolveInfoPost200ResponseValue | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfApiV1UsersBatchResolveInfoPost200ResponseValue = instanceOfApiV1UsersBatchResolveInfoPost200ResponseValue;
|
|
17
|
+
exports.ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSON = ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSON;
|
|
18
|
+
exports.ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSONTyped = ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSONTyped;
|
|
19
|
+
exports.ApiV1UsersBatchResolveInfoPost200ResponseValueToJSON = ApiV1UsersBatchResolveInfoPost200ResponseValueToJSON;
|
|
20
|
+
exports.ApiV1UsersBatchResolveInfoPost200ResponseValueToJSONTyped = ApiV1UsersBatchResolveInfoPost200ResponseValueToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1UsersBatchResolveInfoPost200ResponseValue interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1UsersBatchResolveInfoPost200ResponseValue(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSON(json) {
|
|
28
|
+
return ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'firstName': json['firstName'] == null ? undefined : json['firstName'],
|
|
36
|
+
'lastName': json['lastName'] == null ? undefined : json['lastName'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ApiV1UsersBatchResolveInfoPost200ResponseValueToJSON(json) {
|
|
40
|
+
return ApiV1UsersBatchResolveInfoPost200ResponseValueToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ApiV1UsersBatchResolveInfoPost200ResponseValueToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'firstName': value['firstName'],
|
|
48
|
+
'lastName': value['lastName'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 ApiV1UsersBatchResolveInfoPostRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1UsersBatchResolveInfoPostRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof ApiV1UsersBatchResolveInfoPostRequest
|
|
22
|
+
*/
|
|
23
|
+
emails: Array<string>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ApiV1UsersBatchResolveInfoPostRequest interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfApiV1UsersBatchResolveInfoPostRequest(value: object): value is ApiV1UsersBatchResolveInfoPostRequest;
|
|
29
|
+
export declare function ApiV1UsersBatchResolveInfoPostRequestFromJSON(json: any): ApiV1UsersBatchResolveInfoPostRequest;
|
|
30
|
+
export declare function ApiV1UsersBatchResolveInfoPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1UsersBatchResolveInfoPostRequest;
|
|
31
|
+
export declare function ApiV1UsersBatchResolveInfoPostRequestToJSON(json: any): ApiV1UsersBatchResolveInfoPostRequest;
|
|
32
|
+
export declare function ApiV1UsersBatchResolveInfoPostRequestToJSONTyped(value?: ApiV1UsersBatchResolveInfoPostRequest | null, ignoreDiscriminator?: boolean): any;
|