@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,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.instanceOfApiV1StoreAdminOrdersOrderIdFulfillPostRequest = instanceOfApiV1StoreAdminOrdersOrderIdFulfillPostRequest;
|
|
17
|
+
exports.ApiV1StoreAdminOrdersOrderIdFulfillPostRequestFromJSON = ApiV1StoreAdminOrdersOrderIdFulfillPostRequestFromJSON;
|
|
18
|
+
exports.ApiV1StoreAdminOrdersOrderIdFulfillPostRequestFromJSONTyped = ApiV1StoreAdminOrdersOrderIdFulfillPostRequestFromJSONTyped;
|
|
19
|
+
exports.ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSON = ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSON;
|
|
20
|
+
exports.ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSONTyped = ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1StoreAdminOrdersOrderIdFulfillPostRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1StoreAdminOrdersOrderIdFulfillPostRequest(value) {
|
|
25
|
+
if (!('lineItemIds' in value) || value['lineItemIds'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function ApiV1StoreAdminOrdersOrderIdFulfillPostRequestFromJSON(json) {
|
|
30
|
+
return ApiV1StoreAdminOrdersOrderIdFulfillPostRequestFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function ApiV1StoreAdminOrdersOrderIdFulfillPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'lineItemIds': json['lineItemIds'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSON(json) {
|
|
41
|
+
return ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ApiV1StoreAdminOrdersOrderIdFulfillPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'lineItemIds': value['lineItemIds'],
|
|
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 ApiV1StoreAdminOrdersOrderIdRefundPostRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1StoreAdminOrdersOrderIdRefundPostRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof ApiV1StoreAdminOrdersOrderIdRefundPostRequest
|
|
22
|
+
*/
|
|
23
|
+
releaseInventory: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the ApiV1StoreAdminOrdersOrderIdRefundPostRequest interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfApiV1StoreAdminOrdersOrderIdRefundPostRequest(value: object): value is ApiV1StoreAdminOrdersOrderIdRefundPostRequest;
|
|
29
|
+
export declare function ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSON(json: any): ApiV1StoreAdminOrdersOrderIdRefundPostRequest;
|
|
30
|
+
export declare function ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminOrdersOrderIdRefundPostRequest;
|
|
31
|
+
export declare function ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSON(json: any): ApiV1StoreAdminOrdersOrderIdRefundPostRequest;
|
|
32
|
+
export declare function ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSONTyped(value?: ApiV1StoreAdminOrdersOrderIdRefundPostRequest | 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.instanceOfApiV1StoreAdminOrdersOrderIdRefundPostRequest = instanceOfApiV1StoreAdminOrdersOrderIdRefundPostRequest;
|
|
17
|
+
exports.ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSON = ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSON;
|
|
18
|
+
exports.ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSONTyped = ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSONTyped;
|
|
19
|
+
exports.ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSON = ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSON;
|
|
20
|
+
exports.ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSONTyped = ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiV1StoreAdminOrdersOrderIdRefundPostRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiV1StoreAdminOrdersOrderIdRefundPostRequest(value) {
|
|
25
|
+
if (!('releaseInventory' in value) || value['releaseInventory'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSON(json) {
|
|
30
|
+
return ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function ApiV1StoreAdminOrdersOrderIdRefundPostRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'releaseInventory': json['releaseInventory'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSON(json) {
|
|
41
|
+
return ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ApiV1StoreAdminOrdersOrderIdRefundPostRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'releaseInventory': value['releaseInventory'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.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 { ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner } from './ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiV1StoreAdminOrdersProductIdGet200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiV1StoreAdminOrdersProductIdGet200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner>}
|
|
22
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200Response
|
|
23
|
+
*/
|
|
24
|
+
items: Array<ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ApiV1StoreAdminOrdersProductIdGet200Response interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfApiV1StoreAdminOrdersProductIdGet200Response(value: object): value is ApiV1StoreAdminOrdersProductIdGet200Response;
|
|
30
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSON(json: any): ApiV1StoreAdminOrdersProductIdGet200Response;
|
|
31
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminOrdersProductIdGet200Response;
|
|
32
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseToJSON(json: any): ApiV1StoreAdminOrdersProductIdGet200Response;
|
|
33
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseToJSONTyped(value?: ApiV1StoreAdminOrdersProductIdGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.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.instanceOfApiV1StoreAdminOrdersProductIdGet200Response = instanceOfApiV1StoreAdminOrdersProductIdGet200Response;
|
|
17
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSON = ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSON;
|
|
18
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSONTyped = ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSONTyped;
|
|
19
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseToJSON = ApiV1StoreAdminOrdersProductIdGet200ResponseToJSON;
|
|
20
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseToJSONTyped = ApiV1StoreAdminOrdersProductIdGet200ResponseToJSONTyped;
|
|
21
|
+
const ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner_js_1 = require("./ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.js");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ApiV1StoreAdminOrdersProductIdGet200Response interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfApiV1StoreAdminOrdersProductIdGet200Response(value) {
|
|
26
|
+
if (!('items' in value) || value['items'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSON(json) {
|
|
31
|
+
return ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'items': (json['items'].map(ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner_js_1.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseToJSON(json) {
|
|
42
|
+
return ApiV1StoreAdminOrdersProductIdGet200ResponseToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'items': (value['items'].map(ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner_js_1.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSON)),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
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 ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
22
|
+
*/
|
|
23
|
+
orderId: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
28
|
+
*/
|
|
29
|
+
lineItemId: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
34
|
+
*/
|
|
35
|
+
productId: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
40
|
+
*/
|
|
41
|
+
variantId: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
46
|
+
*/
|
|
47
|
+
quantity: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
52
|
+
*/
|
|
53
|
+
priceId: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
58
|
+
*/
|
|
59
|
+
unitPriceCents?: number | null;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
64
|
+
*/
|
|
65
|
+
createdAt: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
70
|
+
*/
|
|
71
|
+
itemId?: string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
76
|
+
*/
|
|
77
|
+
isFulfilled: boolean;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
82
|
+
*/
|
|
83
|
+
userId?: string | null;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner
|
|
88
|
+
*/
|
|
89
|
+
status?: ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* @export
|
|
93
|
+
*/
|
|
94
|
+
export declare const ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum: {
|
|
95
|
+
readonly Pending: "PENDING";
|
|
96
|
+
readonly Capturing: "CAPTURING";
|
|
97
|
+
readonly Active: "ACTIVE";
|
|
98
|
+
readonly Refunded: "REFUNDED";
|
|
99
|
+
readonly Cancelled: "CANCELLED";
|
|
100
|
+
};
|
|
101
|
+
export type ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum = typeof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum[keyof typeof ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum];
|
|
102
|
+
/**
|
|
103
|
+
* Check if a given object implements the ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner interface.
|
|
104
|
+
*/
|
|
105
|
+
export declare function instanceOfApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner(value: object): value is ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner;
|
|
106
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSON(json: any): ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner;
|
|
107
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner;
|
|
108
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSON(json: any): ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner;
|
|
109
|
+
export declare function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSONTyped(value?: ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,97 @@
|
|
|
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.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum = void 0;
|
|
17
|
+
exports.instanceOfApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner = instanceOfApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner;
|
|
18
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSON = ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSON;
|
|
19
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSONTyped = ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSONTyped;
|
|
20
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSON = ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSON;
|
|
21
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSONTyped = ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerStatusEnum = {
|
|
26
|
+
Pending: 'PENDING',
|
|
27
|
+
Capturing: 'CAPTURING',
|
|
28
|
+
Active: 'ACTIVE',
|
|
29
|
+
Refunded: 'REFUNDED',
|
|
30
|
+
Cancelled: 'CANCELLED'
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner interface.
|
|
34
|
+
*/
|
|
35
|
+
function instanceOfApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner(value) {
|
|
36
|
+
if (!('orderId' in value) || value['orderId'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('lineItemId' in value) || value['lineItemId'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('productId' in value) || value['productId'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('variantId' in value) || value['variantId'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('quantity' in value) || value['quantity'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('priceId' in value) || value['priceId'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
49
|
+
return false;
|
|
50
|
+
if (!('isFulfilled' in value) || value['isFulfilled'] === undefined)
|
|
51
|
+
return false;
|
|
52
|
+
return true;
|
|
53
|
+
}
|
|
54
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSON(json) {
|
|
55
|
+
return ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
58
|
+
if (json == null) {
|
|
59
|
+
return json;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'orderId': json['orderId'],
|
|
63
|
+
'lineItemId': json['lineItemId'],
|
|
64
|
+
'productId': json['productId'],
|
|
65
|
+
'variantId': json['variantId'],
|
|
66
|
+
'quantity': json['quantity'],
|
|
67
|
+
'priceId': json['priceId'],
|
|
68
|
+
'unitPriceCents': json['unitPriceCents'] == null ? undefined : json['unitPriceCents'],
|
|
69
|
+
'createdAt': json['createdAt'],
|
|
70
|
+
'itemId': json['itemId'] == null ? undefined : json['itemId'],
|
|
71
|
+
'isFulfilled': json['isFulfilled'],
|
|
72
|
+
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
73
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSON(json) {
|
|
77
|
+
return ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSONTyped(json, false);
|
|
78
|
+
}
|
|
79
|
+
function ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
80
|
+
if (value == null) {
|
|
81
|
+
return value;
|
|
82
|
+
}
|
|
83
|
+
return {
|
|
84
|
+
'orderId': value['orderId'],
|
|
85
|
+
'lineItemId': value['lineItemId'],
|
|
86
|
+
'productId': value['productId'],
|
|
87
|
+
'variantId': value['variantId'],
|
|
88
|
+
'quantity': value['quantity'],
|
|
89
|
+
'priceId': value['priceId'],
|
|
90
|
+
'unitPriceCents': value['unitPriceCents'],
|
|
91
|
+
'createdAt': value['createdAt'],
|
|
92
|
+
'itemId': value['itemId'],
|
|
93
|
+
'isFulfilled': value['isFulfilled'],
|
|
94
|
+
'userId': value['userId'],
|
|
95
|
+
'status': value['status'],
|
|
96
|
+
};
|
|
97
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ACM @ UIUC Core API
|
|
3
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.1.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 { ApiV1StoreAdminProductsGet200ResponseProductsInner } from './ApiV1StoreAdminProductsGet200ResponseProductsInner.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiV1StoreAdminProductsGet200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiV1StoreAdminProductsGet200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<ApiV1StoreAdminProductsGet200ResponseProductsInner>}
|
|
22
|
+
* @memberof ApiV1StoreAdminProductsGet200Response
|
|
23
|
+
*/
|
|
24
|
+
products: Array<ApiV1StoreAdminProductsGet200ResponseProductsInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ApiV1StoreAdminProductsGet200Response interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfApiV1StoreAdminProductsGet200Response(value: object): value is ApiV1StoreAdminProductsGet200Response;
|
|
30
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseFromJSON(json: any): ApiV1StoreAdminProductsGet200Response;
|
|
31
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminProductsGet200Response;
|
|
32
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseToJSON(json: any): ApiV1StoreAdminProductsGet200Response;
|
|
33
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseToJSONTyped(value?: ApiV1StoreAdminProductsGet200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ACM @ UIUC Core API
|
|
6
|
+
* The ACM @ UIUC Core API provides services for managing chapter operations. ## Usage The primary consumer of the Core API is the Management Portal, which allows members to manage the chapter. Others may call the API with an API key; please contact us to obtain one. This API also integrates into the ACM website and other suborganization to provide calendar services. Calendar clients call the iCal endpoints (available through [ical.acm.illinois.edu](https://ical.acm.illinois.edu)) for calendar services. ## Contact <hr /> If you are an ACM @ UIUC member, please join the Infra Committee Discord for support. Otherwise, email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) for support. **For all security concerns, please email [infra@acm.illinois.edu](mailto:infra@acm.illinois.edu) with the subject \"Security Concern\".**
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.1.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.instanceOfApiV1StoreAdminProductsGet200Response = instanceOfApiV1StoreAdminProductsGet200Response;
|
|
17
|
+
exports.ApiV1StoreAdminProductsGet200ResponseFromJSON = ApiV1StoreAdminProductsGet200ResponseFromJSON;
|
|
18
|
+
exports.ApiV1StoreAdminProductsGet200ResponseFromJSONTyped = ApiV1StoreAdminProductsGet200ResponseFromJSONTyped;
|
|
19
|
+
exports.ApiV1StoreAdminProductsGet200ResponseToJSON = ApiV1StoreAdminProductsGet200ResponseToJSON;
|
|
20
|
+
exports.ApiV1StoreAdminProductsGet200ResponseToJSONTyped = ApiV1StoreAdminProductsGet200ResponseToJSONTyped;
|
|
21
|
+
const ApiV1StoreAdminProductsGet200ResponseProductsInner_js_1 = require("./ApiV1StoreAdminProductsGet200ResponseProductsInner.js");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ApiV1StoreAdminProductsGet200Response interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfApiV1StoreAdminProductsGet200Response(value) {
|
|
26
|
+
if (!('products' in value) || value['products'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function ApiV1StoreAdminProductsGet200ResponseFromJSON(json) {
|
|
31
|
+
return ApiV1StoreAdminProductsGet200ResponseFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function ApiV1StoreAdminProductsGet200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'products': (json['products'].map(ApiV1StoreAdminProductsGet200ResponseProductsInner_js_1.ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function ApiV1StoreAdminProductsGet200ResponseToJSON(json) {
|
|
42
|
+
return ApiV1StoreAdminProductsGet200ResponseToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function ApiV1StoreAdminProductsGet200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'products': (value['products'].map(ApiV1StoreAdminProductsGet200ResponseProductsInner_js_1.ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSON)),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
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 { ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner } from './ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
18
|
+
*/
|
|
19
|
+
export interface ApiV1StoreAdminProductsGet200ResponseProductsInner {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
24
|
+
*/
|
|
25
|
+
productId: string | null;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
30
|
+
*/
|
|
31
|
+
name: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
36
|
+
*/
|
|
37
|
+
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
42
|
+
*/
|
|
43
|
+
imageUrl?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
48
|
+
*/
|
|
49
|
+
openAt?: number | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
54
|
+
*/
|
|
55
|
+
closeAt?: number | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
60
|
+
*/
|
|
61
|
+
stripeProductId?: string;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration}
|
|
65
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
66
|
+
*/
|
|
67
|
+
limitConfiguration?: ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {boolean}
|
|
71
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
72
|
+
*/
|
|
73
|
+
verifiedIdentityRequired: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* Whether inventory is tracked per-variant or as a total across all variants.
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
78
|
+
*/
|
|
79
|
+
inventoryMode: ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
84
|
+
*/
|
|
85
|
+
totalInventoryCount?: number | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {number}
|
|
89
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
90
|
+
*/
|
|
91
|
+
totalSoldCount?: number;
|
|
92
|
+
/**
|
|
93
|
+
* This additional text will be included on confirmation emails sent to purchasers.
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
96
|
+
*/
|
|
97
|
+
additionalEmailText?: string;
|
|
98
|
+
/**
|
|
99
|
+
* A user-friendly name for a product variant.
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
102
|
+
*/
|
|
103
|
+
variantFriendlyName: string;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {Array<ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner>}
|
|
107
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
108
|
+
*/
|
|
109
|
+
variants: Array<ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {boolean}
|
|
113
|
+
* @memberof ApiV1StoreAdminProductsGet200ResponseProductsInner
|
|
114
|
+
*/
|
|
115
|
+
isOpen: boolean;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* @export
|
|
119
|
+
*/
|
|
120
|
+
export declare const ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum: {
|
|
121
|
+
readonly PerProduct: "PER_PRODUCT";
|
|
122
|
+
readonly PerVariant: "PER_VARIANT";
|
|
123
|
+
};
|
|
124
|
+
export type ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum = typeof ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum[keyof typeof ApiV1StoreAdminProductsGet200ResponseProductsInnerInventoryModeEnum];
|
|
125
|
+
/**
|
|
126
|
+
* Check if a given object implements the ApiV1StoreAdminProductsGet200ResponseProductsInner interface.
|
|
127
|
+
*/
|
|
128
|
+
export declare function instanceOfApiV1StoreAdminProductsGet200ResponseProductsInner(value: object): value is ApiV1StoreAdminProductsGet200ResponseProductsInner;
|
|
129
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSON(json: any): ApiV1StoreAdminProductsGet200ResponseProductsInner;
|
|
130
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiV1StoreAdminProductsGet200ResponseProductsInner;
|
|
131
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSON(json: any): ApiV1StoreAdminProductsGet200ResponseProductsInner;
|
|
132
|
+
export declare function ApiV1StoreAdminProductsGet200ResponseProductsInnerToJSONTyped(value?: ApiV1StoreAdminProductsGet200ResponseProductsInner | null, ignoreDiscriminator?: boolean): any;
|