@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,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 { ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner } from './ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js';
|
|
13
|
+
import type { ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration } from './ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApiV1StoreProductsGet200ResponseProductsInner
|
|
18
|
+
*/
|
|
19
|
+
export interface ApiV1StoreProductsGet200ResponseProductsInner {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
24
|
+
*/
|
|
25
|
+
productId: string | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
30
|
+
*/
|
|
31
|
+
name: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
36
|
+
*/
|
|
37
|
+
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
42
|
+
*/
|
|
43
|
+
imageUrl?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
48
|
+
*/
|
|
49
|
+
openAt?: number;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
54
|
+
*/
|
|
55
|
+
closeAt?: number | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration}
|
|
59
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
60
|
+
*/
|
|
61
|
+
limitConfiguration?: ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
66
|
+
*/
|
|
67
|
+
verifiedIdentityRequired: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Whether inventory is tracked per-variant or as a total across all variants.
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
72
|
+
*/
|
|
73
|
+
inventoryMode: ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
78
|
+
*/
|
|
79
|
+
totalInventoryCount?: number | null;
|
|
80
|
+
/**
|
|
81
|
+
* This additional text will be included on confirmation emails sent to purchasers.
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
84
|
+
*/
|
|
85
|
+
additionalEmailText?: string;
|
|
86
|
+
/**
|
|
87
|
+
* A user-friendly name for a product variant.
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
90
|
+
*/
|
|
91
|
+
variantFriendlyName: string;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>}
|
|
95
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInner
|
|
96
|
+
*/
|
|
97
|
+
variants: Array<ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner>;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* @export
|
|
101
|
+
*/
|
|
102
|
+
export declare const ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum: {
|
|
103
|
+
readonly PerProduct: "PER_PRODUCT";
|
|
104
|
+
readonly PerVariant: "PER_VARIANT";
|
|
105
|
+
};
|
|
106
|
+
export type ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum = typeof ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum[keyof typeof ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum];
|
|
107
|
+
/**
|
|
108
|
+
* Check if a given object implements the ApiV1StoreProductsGet200ResponseProductsInner interface.
|
|
109
|
+
*/
|
|
110
|
+
export declare function instanceOfApiV1StoreProductsGet200ResponseProductsInner(value: object): value is ApiV1StoreProductsGet200ResponseProductsInner;
|
|
111
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerFromJSON(json: any): ApiV1StoreProductsGet200ResponseProductsInner;
|
|
112
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreProductsGet200ResponseProductsInner;
|
|
113
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerToJSON(json: any): ApiV1StoreProductsGet200ResponseProductsInner;
|
|
114
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerToJSONTyped(value?: ApiV1StoreProductsGet200ResponseProductsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* ACM @ UIUC Core API
|
|
5
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
|
+
* Contact: infra@acm.illinois.edu
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSON, ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSON, } from './ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js';
|
|
15
|
+
import { ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationFromJSON, ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationToJSON, } from './ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.js';
|
|
16
|
+
/**
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export const ApiV1StoreProductsGet200ResponseProductsInnerInventoryModeEnum = {
|
|
20
|
+
PerProduct: 'PER_PRODUCT',
|
|
21
|
+
PerVariant: 'PER_VARIANT'
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the ApiV1StoreProductsGet200ResponseProductsInner interface.
|
|
25
|
+
*/
|
|
26
|
+
export function instanceOfApiV1StoreProductsGet200ResponseProductsInner(value) {
|
|
27
|
+
if (!('productId' in value) || value['productId'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('verifiedIdentityRequired' in value) || value['verifiedIdentityRequired'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('inventoryMode' in value) || value['inventoryMode'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('variantFriendlyName' in value) || value['variantFriendlyName'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('variants' in value) || value['variants'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerFromJSON(json) {
|
|
42
|
+
return ApiV1StoreProductsGet200ResponseProductsInnerFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if (json == null) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'productId': json['productId'],
|
|
50
|
+
'name': json['name'],
|
|
51
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
52
|
+
'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
|
|
53
|
+
'openAt': json['openAt'] == null ? undefined : json['openAt'],
|
|
54
|
+
'closeAt': json['closeAt'] == null ? undefined : json['closeAt'],
|
|
55
|
+
'limitConfiguration': json['limitConfiguration'] == null ? undefined : ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationFromJSON(json['limitConfiguration']),
|
|
56
|
+
'verifiedIdentityRequired': json['verifiedIdentityRequired'],
|
|
57
|
+
'inventoryMode': json['inventoryMode'],
|
|
58
|
+
'totalInventoryCount': json['totalInventoryCount'] == null ? undefined : json['totalInventoryCount'],
|
|
59
|
+
'additionalEmailText': json['additionalEmailText'] == null ? undefined : json['additionalEmailText'],
|
|
60
|
+
'variantFriendlyName': json['variantFriendlyName'],
|
|
61
|
+
'variants': (json['variants'].map(ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSON)),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerToJSON(json) {
|
|
65
|
+
return ApiV1StoreProductsGet200ResponseProductsInnerToJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
68
|
+
if (value == null) {
|
|
69
|
+
return value;
|
|
70
|
+
}
|
|
71
|
+
return {
|
|
72
|
+
'productId': value['productId'],
|
|
73
|
+
'name': value['name'],
|
|
74
|
+
'description': value['description'],
|
|
75
|
+
'imageUrl': value['imageUrl'],
|
|
76
|
+
'openAt': value['openAt'],
|
|
77
|
+
'closeAt': value['closeAt'],
|
|
78
|
+
'limitConfiguration': ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationToJSON(value['limitConfiguration']),
|
|
79
|
+
'verifiedIdentityRequired': value['verifiedIdentityRequired'],
|
|
80
|
+
'inventoryMode': value['inventoryMode'],
|
|
81
|
+
'totalInventoryCount': value['totalInventoryCount'],
|
|
82
|
+
'additionalEmailText': value['additionalEmailText'],
|
|
83
|
+
'variantFriendlyName': value['variantFriendlyName'],
|
|
84
|
+
'variants': (value['variants'].map(ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSON)),
|
|
85
|
+
};
|
|
86
|
+
}
|
|
@@ -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 ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration
|
|
22
|
+
*/
|
|
23
|
+
limitType: ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration
|
|
28
|
+
*/
|
|
29
|
+
maxQuantity: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum: {
|
|
35
|
+
readonly PerProduct: "PER_PRODUCT";
|
|
36
|
+
readonly PerVariant: "PER_VARIANT";
|
|
37
|
+
};
|
|
38
|
+
export type ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum = typeof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum[keyof typeof ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum];
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration(value: object): value is ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration;
|
|
43
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationFromJSON(json: any): ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration;
|
|
44
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration;
|
|
45
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationToJSON(json: any): ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration;
|
|
46
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationToJSONTyped(value?: ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* ACM @ UIUC Core API
|
|
5
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
|
+
* Contact: infra@acm.illinois.edu
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export const ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationLimitTypeEnum = {
|
|
18
|
+
PerProduct: 'PER_PRODUCT',
|
|
19
|
+
PerVariant: 'PER_VARIANT'
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration interface.
|
|
23
|
+
*/
|
|
24
|
+
export function instanceOfApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration(value) {
|
|
25
|
+
if (!('limitType' in value) || value['limitType'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('maxQuantity' in value) || value['maxQuantity'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationFromJSON(json) {
|
|
32
|
+
return ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'limitType': json['limitType'],
|
|
40
|
+
'maxQuantity': json['maxQuantity'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationToJSON(json) {
|
|
44
|
+
return ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerLimitConfigurationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'limitType': value['limitType'],
|
|
52
|
+
'maxQuantity': value['maxQuantity'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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 ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
22
|
+
*/
|
|
23
|
+
variantId: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
28
|
+
*/
|
|
29
|
+
name: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
34
|
+
*/
|
|
35
|
+
description?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
40
|
+
*/
|
|
41
|
+
imageUrl?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<string>}
|
|
45
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
46
|
+
*/
|
|
47
|
+
memberLists: Array<string>;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
52
|
+
*/
|
|
53
|
+
inventoryCount?: number | null;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
58
|
+
*/
|
|
59
|
+
exchangesAllowed: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* The cost to purchase this variant if the customer is a member of `memberLists`.
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
64
|
+
*/
|
|
65
|
+
memberPriceCents: number;
|
|
66
|
+
/**
|
|
67
|
+
* The cost to purchase this variant if the customer is NOT a member of `memberLists`.
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner
|
|
70
|
+
*/
|
|
71
|
+
nonmemberPriceCents: number;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Check if a given object implements the ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner interface.
|
|
75
|
+
*/
|
|
76
|
+
export declare function instanceOfApiV1StoreProductsGet200ResponseProductsInnerVariantsInner(value: object): value is ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner;
|
|
77
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSON(json: any): ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner;
|
|
78
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner;
|
|
79
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSON(json: any): ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner;
|
|
80
|
+
export declare function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped(value?: ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* ACM @ UIUC Core API
|
|
5
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
|
+
* Contact: infra@acm.illinois.edu
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfApiV1StoreProductsGet200ResponseProductsInnerVariantsInner(value) {
|
|
18
|
+
if (!('variantId' in value) || value['variantId'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('memberLists' in value) || value['memberLists'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('exchangesAllowed' in value) || value['exchangesAllowed'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('memberPriceCents' in value) || value['memberPriceCents'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('nonmemberPriceCents' in value) || value['nonmemberPriceCents'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSON(json) {
|
|
33
|
+
return ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'variantId': json['variantId'],
|
|
41
|
+
'name': json['name'],
|
|
42
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
43
|
+
'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
|
|
44
|
+
'memberLists': json['memberLists'],
|
|
45
|
+
'inventoryCount': json['inventoryCount'] == null ? undefined : json['inventoryCount'],
|
|
46
|
+
'exchangesAllowed': json['exchangesAllowed'],
|
|
47
|
+
'memberPriceCents': json['memberPriceCents'],
|
|
48
|
+
'nonmemberPriceCents': json['nonmemberPriceCents'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSON(json) {
|
|
52
|
+
return ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
export function ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'variantId': value['variantId'],
|
|
60
|
+
'name': value['name'],
|
|
61
|
+
'description': value['description'],
|
|
62
|
+
'imageUrl': value['imageUrl'],
|
|
63
|
+
'memberLists': value['memberLists'],
|
|
64
|
+
'inventoryCount': value['inventoryCount'],
|
|
65
|
+
'exchangesAllowed': value['exchangesAllowed'],
|
|
66
|
+
'memberPriceCents': value['memberPriceCents'],
|
|
67
|
+
'nonmemberPriceCents': value['nonmemberPriceCents'],
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -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,86 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* ACM @ UIUC Core API
|
|
5
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 4.1.10
|
|
8
|
+
* Contact: infra@acm.illinois.edu
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON, ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON, } from './ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.js';
|
|
15
|
+
import { ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSON, ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSON, } from './ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.js';
|
|
16
|
+
/**
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export const ApiV1StoreProductsProductIdGet200ResponseInventoryModeEnum = {
|
|
20
|
+
PerProduct: 'PER_PRODUCT',
|
|
21
|
+
PerVariant: 'PER_VARIANT'
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the ApiV1StoreProductsProductIdGet200Response interface.
|
|
25
|
+
*/
|
|
26
|
+
export function instanceOfApiV1StoreProductsProductIdGet200Response(value) {
|
|
27
|
+
if (!('productId' in value) || value['productId'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('verifiedIdentityRequired' in value) || value['verifiedIdentityRequired'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('inventoryMode' in value) || value['inventoryMode'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('variantFriendlyName' in value) || value['variantFriendlyName'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('variants' in value) || value['variants'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
export function ApiV1StoreProductsProductIdGet200ResponseFromJSON(json) {
|
|
42
|
+
return ApiV1StoreProductsProductIdGet200ResponseFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
export function ApiV1StoreProductsProductIdGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
45
|
+
if (json == null) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'productId': json['productId'],
|
|
50
|
+
'name': json['name'],
|
|
51
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
52
|
+
'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
|
|
53
|
+
'openAt': json['openAt'] == null ? undefined : json['openAt'],
|
|
54
|
+
'closeAt': json['closeAt'] == null ? undefined : json['closeAt'],
|
|
55
|
+
'limitConfiguration': json['limitConfiguration'] == null ? undefined : ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationFromJSON(json['limitConfiguration']),
|
|
56
|
+
'verifiedIdentityRequired': json['verifiedIdentityRequired'],
|
|
57
|
+
'inventoryMode': json['inventoryMode'],
|
|
58
|
+
'totalInventoryCount': json['totalInventoryCount'] == null ? undefined : json['totalInventoryCount'],
|
|
59
|
+
'additionalEmailText': json['additionalEmailText'] == null ? undefined : json['additionalEmailText'],
|
|
60
|
+
'variantFriendlyName': json['variantFriendlyName'],
|
|
61
|
+
'variants': (json['variants'].map(ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerFromJSON)),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
export function ApiV1StoreProductsProductIdGet200ResponseToJSON(json) {
|
|
65
|
+
return ApiV1StoreProductsProductIdGet200ResponseToJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
export function ApiV1StoreProductsProductIdGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
68
|
+
if (value == null) {
|
|
69
|
+
return value;
|
|
70
|
+
}
|
|
71
|
+
return {
|
|
72
|
+
'productId': value['productId'],
|
|
73
|
+
'name': value['name'],
|
|
74
|
+
'description': value['description'],
|
|
75
|
+
'imageUrl': value['imageUrl'],
|
|
76
|
+
'openAt': value['openAt'],
|
|
77
|
+
'closeAt': value['closeAt'],
|
|
78
|
+
'limitConfiguration': ApiV1StoreProductsProductIdGet200ResponseLimitConfigurationToJSON(value['limitConfiguration']),
|
|
79
|
+
'verifiedIdentityRequired': value['verifiedIdentityRequired'],
|
|
80
|
+
'inventoryMode': value['inventoryMode'],
|
|
81
|
+
'totalInventoryCount': value['totalInventoryCount'],
|
|
82
|
+
'additionalEmailText': value['additionalEmailText'],
|
|
83
|
+
'variantFriendlyName': value['variantFriendlyName'],
|
|
84
|
+
'variants': (value['variants'].map(ApiV1StoreProductsGet200ResponseProductsInnerVariantsInnerToJSON)),
|
|
85
|
+
};
|
|
86
|
+
}
|