@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
package/.openapi-generator/FILES
CHANGED
|
@@ -2,107 +2,6 @@
|
|
|
2
2
|
.npmignore
|
|
3
3
|
.openapi-generator-ignore
|
|
4
4
|
README.md
|
|
5
|
-
docs/APIKeysApi.md
|
|
6
|
-
docs/AcmOrganization.md
|
|
7
|
-
docs/ApiV1ApiKeyOrgPostRequest.md
|
|
8
|
-
docs/ApiV1ApiKeyOrgPostRequestRestrictionsInner.md
|
|
9
|
-
docs/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.md
|
|
10
|
-
docs/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.md
|
|
11
|
-
docs/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.md
|
|
12
|
-
docs/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.md
|
|
13
|
-
docs/ApiV1EventsGet200ResponseInner.md
|
|
14
|
-
docs/ApiV1EventsIdGet200Response.md
|
|
15
|
-
docs/ApiV1EventsIdPatchRequest.md
|
|
16
|
-
docs/ApiV1EventsPostRequest.md
|
|
17
|
-
docs/ApiV1IamGroupsGroupIdPatchRequest.md
|
|
18
|
-
docs/ApiV1IamGroupsGroupIdRolesPostRequest.md
|
|
19
|
-
docs/ApiV1IamGroupsGroupIdRolesPostRequestRoles.md
|
|
20
|
-
docs/ApiV1IamInviteUsersPostRequest.md
|
|
21
|
-
docs/ApiV1IamProfilePatchRequest.md
|
|
22
|
-
docs/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.md
|
|
23
|
-
docs/ApiV1LinkryOrgsOrgIdRedirPostRequest.md
|
|
24
|
-
docs/ApiV1LinkryRedirPostRequest.md
|
|
25
|
-
docs/ApiV1MembershipExternalListListIdPatchRequest.md
|
|
26
|
-
docs/ApiV1MembershipGet200Response.md
|
|
27
|
-
docs/ApiV1OrganizationsGet200ResponseInner.md
|
|
28
|
-
docs/ApiV1OrganizationsGet200ResponseInnerLeadsInner.md
|
|
29
|
-
docs/ApiV1OrganizationsGet200ResponseInnerLinksInner.md
|
|
30
|
-
docs/ApiV1OrganizationsOrgIdGet200Response.md
|
|
31
|
-
docs/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.md
|
|
32
|
-
docs/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.md
|
|
33
|
-
docs/ApiV1OrganizationsOrgIdLeadsPatchRequest.md
|
|
34
|
-
docs/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.md
|
|
35
|
-
docs/ApiV1OrganizationsOrgIdMetaPostRequest.md
|
|
36
|
-
docs/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.md
|
|
37
|
-
docs/ApiV1RoomRequestsPostRequest.md
|
|
38
|
-
docs/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.md
|
|
39
|
-
docs/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.md
|
|
40
|
-
docs/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.md
|
|
41
|
-
docs/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.md
|
|
42
|
-
docs/ApiV1StoreAdminOrderOrderIdGet200Response.md
|
|
43
|
-
docs/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.md
|
|
44
|
-
docs/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.md
|
|
45
|
-
docs/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.md
|
|
46
|
-
docs/ApiV1StoreAdminOrdersProductIdGet200Response.md
|
|
47
|
-
docs/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.md
|
|
48
|
-
docs/ApiV1StoreAdminProductsGet200Response.md
|
|
49
|
-
docs/ApiV1StoreAdminProductsGet200ResponseProductsInner.md
|
|
50
|
-
docs/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.md
|
|
51
|
-
docs/ApiV1StoreAdminProductsPost201Response.md
|
|
52
|
-
docs/ApiV1StoreAdminProductsPostRequest.md
|
|
53
|
-
docs/ApiV1StoreAdminProductsPostRequestLimitConfiguration.md
|
|
54
|
-
docs/ApiV1StoreAdminProductsPostRequestVariantsInner.md
|
|
55
|
-
docs/ApiV1StoreAdminProductsProductIdPatchRequest.md
|
|
56
|
-
docs/ApiV1StoreCheckoutPost201Response.md
|
|
57
|
-
docs/ApiV1StoreCheckoutPostRequest.md
|
|
58
|
-
docs/ApiV1StoreCheckoutPostRequestItemsInner.md
|
|
59
|
-
docs/ApiV1StoreProductsGet200Response.md
|
|
60
|
-
docs/ApiV1StoreProductsGet200ResponseProductsInner.md
|
|
61
|
-
docs/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.md
|
|
62
|
-
docs/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.md
|
|
63
|
-
docs/ApiV1StoreProductsProductIdGet200Response.md
|
|
64
|
-
docs/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.md
|
|
65
|
-
docs/ApiV1StripePaymentLinksPostRequest.md
|
|
66
|
-
docs/ApiV1SyncIdentityIsRequiredGet200Response.md
|
|
67
|
-
docs/ApiV1UsersBatchResolveInfoPost200ResponseValue.md
|
|
68
|
-
docs/ApiV1UsersBatchResolveInfoPostRequest.md
|
|
69
|
-
docs/ApiV1UsersFindUserByUinPost200Response.md
|
|
70
|
-
docs/ApiV1UsersFindUserByUinPostRequest.md
|
|
71
|
-
docs/ApiV1VendingItemsPostRequest.md
|
|
72
|
-
docs/ApiV2MembershipNetIdGet200Response.md
|
|
73
|
-
docs/ApiV2MembershipVerifyBatchOfMembersPost200Response.md
|
|
74
|
-
docs/EventsApi.md
|
|
75
|
-
docs/GenericApi.md
|
|
76
|
-
docs/IAMApi.md
|
|
77
|
-
docs/ICalendarIntegrationApi.md
|
|
78
|
-
docs/LinkryApi.md
|
|
79
|
-
docs/LoggingApi.md
|
|
80
|
-
docs/MembershipApi.md
|
|
81
|
-
docs/MobileWalletApi.md
|
|
82
|
-
docs/NotAuthenticatedError.md
|
|
83
|
-
docs/NotAuthorizedError.md
|
|
84
|
-
docs/NotFoundError.md
|
|
85
|
-
docs/OrgUniqueId.md
|
|
86
|
-
docs/OrganizationsApi.md
|
|
87
|
-
docs/RSVPApi.md
|
|
88
|
-
docs/RateLimitExceededError.md
|
|
89
|
-
docs/ResourceConflictError.md
|
|
90
|
-
docs/RoomRequestsApi.md
|
|
91
|
-
docs/RsvpConfig.md
|
|
92
|
-
docs/RsvpConfigOutput.md
|
|
93
|
-
docs/RsvpConfigOutputRsvpQuestionsInner.md
|
|
94
|
-
docs/RsvpConfigOutputRsvpQuestionsInnerOneOf.md
|
|
95
|
-
docs/RsvpConfigOutputRsvpQuestionsInnerOneOf1.md
|
|
96
|
-
docs/RsvpConfigOutputRsvpQuestionsInnerOneOf2.md
|
|
97
|
-
docs/RsvpConfigRsvpQuestionsInner.md
|
|
98
|
-
docs/RsvpConfigRsvpQuestionsInnerOneOf.md
|
|
99
|
-
docs/RsvpConfigRsvpQuestionsInnerOneOf1.md
|
|
100
|
-
docs/RsvpConfigRsvpQuestionsInnerOneOf2.md
|
|
101
|
-
docs/RsvpItem.md
|
|
102
|
-
docs/StoreApi.md
|
|
103
|
-
docs/StripeApi.md
|
|
104
|
-
docs/ValidationError.md
|
|
105
|
-
docs/VendingApi.md
|
|
106
5
|
package.json
|
|
107
6
|
src/apis/APIKeysApi.ts
|
|
108
7
|
src/apis/EventsApi.ts
|
|
@@ -118,9 +17,95 @@ src/apis/RSVPApi.ts
|
|
|
118
17
|
src/apis/RoomRequestsApi.ts
|
|
119
18
|
src/apis/StoreApi.ts
|
|
120
19
|
src/apis/StripeApi.ts
|
|
121
|
-
src/apis/VendingApi.ts
|
|
122
20
|
src/apis/index.ts
|
|
123
21
|
src/index.ts
|
|
22
|
+
src/models/AcmOrganization.ts
|
|
23
|
+
src/models/ApiV1ApiKeyOrgPostRequest.ts
|
|
24
|
+
src/models/ApiV1ApiKeyOrgPostRequestRestrictionsInner.ts
|
|
25
|
+
src/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf.ts
|
|
26
|
+
src/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1.ts
|
|
27
|
+
src/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOf1Params.ts
|
|
28
|
+
src/models/ApiV1ApiKeyOrgPostRequestRestrictionsInnerOneOfParams.ts
|
|
29
|
+
src/models/ApiV1EventsGet200ResponseInner.ts
|
|
30
|
+
src/models/ApiV1EventsIdGet200Response.ts
|
|
31
|
+
src/models/ApiV1EventsIdPatchRequest.ts
|
|
32
|
+
src/models/ApiV1EventsPostRequest.ts
|
|
33
|
+
src/models/ApiV1IamGroupsGroupIdPatchRequest.ts
|
|
34
|
+
src/models/ApiV1IamGroupsGroupIdRolesPostRequest.ts
|
|
35
|
+
src/models/ApiV1IamGroupsGroupIdRolesPostRequestRoles.ts
|
|
36
|
+
src/models/ApiV1IamInviteUsersPostRequest.ts
|
|
37
|
+
src/models/ApiV1IamProfilePatchRequest.ts
|
|
38
|
+
src/models/ApiV1LinkryOrgsOrgIdRedirGet200ResponseInner.ts
|
|
39
|
+
src/models/ApiV1LinkryOrgsOrgIdRedirPostRequest.ts
|
|
40
|
+
src/models/ApiV1LinkryRedirPostRequest.ts
|
|
41
|
+
src/models/ApiV1MembershipExternalListListIdPatchRequest.ts
|
|
42
|
+
src/models/ApiV1MembershipGet200Response.ts
|
|
43
|
+
src/models/ApiV1OrganizationsGet200ResponseInner.ts
|
|
44
|
+
src/models/ApiV1OrganizationsGet200ResponseInnerLeadsInner.ts
|
|
45
|
+
src/models/ApiV1OrganizationsGet200ResponseInnerLinksInner.ts
|
|
46
|
+
src/models/ApiV1OrganizationsOrgIdGet200Response.ts
|
|
47
|
+
src/models/ApiV1OrganizationsOrgIdGet200ResponseLeadsInner.ts
|
|
48
|
+
src/models/ApiV1OrganizationsOrgIdGet200ResponseLinksInner.ts
|
|
49
|
+
src/models/ApiV1OrganizationsOrgIdLeadsPatchRequest.ts
|
|
50
|
+
src/models/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.ts
|
|
51
|
+
src/models/ApiV1OrganizationsOrgIdMetaPostRequest.ts
|
|
52
|
+
src/models/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.ts
|
|
53
|
+
src/models/ApiV1ProtectedGet200Response.ts
|
|
54
|
+
src/models/ApiV1ProtectedGet200ResponseOrgRolesInner.ts
|
|
55
|
+
src/models/ApiV1RoomRequestsPostRequest.ts
|
|
56
|
+
src/models/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.ts
|
|
57
|
+
src/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.ts
|
|
58
|
+
src/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequest.ts
|
|
59
|
+
src/models/ApiV1RoomRequestsSemesterIdRequestIdStatusPostRequestAttachmentInfo.ts
|
|
60
|
+
src/models/ApiV1StoreAdminOrderOrderIdGet200Response.ts
|
|
61
|
+
src/models/ApiV1StoreAdminOrderOrderIdGet200ResponseLineItemsInner.ts
|
|
62
|
+
src/models/ApiV1StoreAdminOrdersOrderIdFulfillPostRequest.ts
|
|
63
|
+
src/models/ApiV1StoreAdminOrdersOrderIdRefundPostRequest.ts
|
|
64
|
+
src/models/ApiV1StoreAdminOrdersProductIdGet200Response.ts
|
|
65
|
+
src/models/ApiV1StoreAdminOrdersProductIdGet200ResponseItemsInner.ts
|
|
66
|
+
src/models/ApiV1StoreAdminProductsGet200Response.ts
|
|
67
|
+
src/models/ApiV1StoreAdminProductsGet200ResponseProductsInner.ts
|
|
68
|
+
src/models/ApiV1StoreAdminProductsGet200ResponseProductsInnerVariantsInner.ts
|
|
69
|
+
src/models/ApiV1StoreAdminProductsPost201Response.ts
|
|
70
|
+
src/models/ApiV1StoreAdminProductsPostRequest.ts
|
|
71
|
+
src/models/ApiV1StoreAdminProductsPostRequestLimitConfiguration.ts
|
|
72
|
+
src/models/ApiV1StoreAdminProductsPostRequestVariantsInner.ts
|
|
73
|
+
src/models/ApiV1StoreAdminProductsProductIdPatchRequest.ts
|
|
74
|
+
src/models/ApiV1StoreCheckoutPost201Response.ts
|
|
75
|
+
src/models/ApiV1StoreCheckoutPostRequest.ts
|
|
76
|
+
src/models/ApiV1StoreCheckoutPostRequestItemsInner.ts
|
|
77
|
+
src/models/ApiV1StoreProductsGet200Response.ts
|
|
78
|
+
src/models/ApiV1StoreProductsGet200ResponseProductsInner.ts
|
|
79
|
+
src/models/ApiV1StoreProductsGet200ResponseProductsInnerLimitConfiguration.ts
|
|
80
|
+
src/models/ApiV1StoreProductsGet200ResponseProductsInnerVariantsInner.ts
|
|
81
|
+
src/models/ApiV1StoreProductsProductIdGet200Response.ts
|
|
82
|
+
src/models/ApiV1StoreProductsProductIdGet200ResponseLimitConfiguration.ts
|
|
83
|
+
src/models/ApiV1StripePaymentLinksPostRequest.ts
|
|
84
|
+
src/models/ApiV1SyncIdentityIsRequiredGet200Response.ts
|
|
85
|
+
src/models/ApiV1UsersBatchResolveInfoPost200ResponseValue.ts
|
|
86
|
+
src/models/ApiV1UsersBatchResolveInfoPostRequest.ts
|
|
87
|
+
src/models/ApiV1UsersFindUserByUinPost200Response.ts
|
|
88
|
+
src/models/ApiV1UsersFindUserByUinPostRequest.ts
|
|
89
|
+
src/models/ApiV2MembershipNetIdGet200Response.ts
|
|
90
|
+
src/models/ApiV2MembershipVerifyBatchOfMembersPost200Response.ts
|
|
91
|
+
src/models/NotAuthenticatedError.ts
|
|
92
|
+
src/models/NotAuthorizedError.ts
|
|
93
|
+
src/models/NotFoundError.ts
|
|
94
|
+
src/models/OrgUniqueId.ts
|
|
95
|
+
src/models/RateLimitExceededError.ts
|
|
96
|
+
src/models/ResourceConflictError.ts
|
|
97
|
+
src/models/RsvpConfig.ts
|
|
98
|
+
src/models/RsvpConfigOutput.ts
|
|
99
|
+
src/models/RsvpConfigOutputRsvpQuestionsInner.ts
|
|
100
|
+
src/models/RsvpConfigOutputRsvpQuestionsInnerOneOf.ts
|
|
101
|
+
src/models/RsvpConfigOutputRsvpQuestionsInnerOneOf1.ts
|
|
102
|
+
src/models/RsvpConfigOutputRsvpQuestionsInnerOneOf2.ts
|
|
103
|
+
src/models/RsvpConfigRsvpQuestionsInner.ts
|
|
104
|
+
src/models/RsvpConfigRsvpQuestionsInnerOneOf.ts
|
|
105
|
+
src/models/RsvpConfigRsvpQuestionsInnerOneOf1.ts
|
|
106
|
+
src/models/RsvpConfigRsvpQuestionsInnerOneOf2.ts
|
|
107
|
+
src/models/RsvpItem.ts
|
|
108
|
+
src/models/ValidationError.ts
|
|
124
109
|
src/models/index.ts
|
|
125
110
|
src/runtime.ts
|
|
126
111
|
tsconfig.esm.json
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# @acm-uiuc/core-client@4.1.
|
|
1
|
+
# @acm-uiuc/core-client@4.1.10
|
|
2
2
|
|
|
3
|
-
A TypeScript SDK client for the core.
|
|
3
|
+
A TypeScript SDK client for the core.acm.illinois.edu API.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ example().catch(console.error);
|
|
|
45
45
|
|
|
46
46
|
### API Endpoints
|
|
47
47
|
|
|
48
|
-
All URIs are relative to *https://core.
|
|
48
|
+
All URIs are relative to *https://core.acm.illinois.edu*
|
|
49
49
|
|
|
50
50
|
| Class | Method | HTTP request | Description
|
|
51
51
|
| ----- | ------ | ------------ | -------------
|
|
@@ -116,8 +116,6 @@ All URIs are relative to *https://core.aws.qa.acmuiuc.org*
|
|
|
116
116
|
*StripeApi* | [**apiV1StripePaymentLinksGet**](docs/StripeApi.md#apiv1stripepaymentlinksget) | **GET** /api/v1/stripe/paymentLinks | Get available Stripe payment links.
|
|
117
117
|
*StripeApi* | [**apiV1StripePaymentLinksLinkIdDelete**](docs/StripeApi.md#apiv1stripepaymentlinkslinkiddelete) | **DELETE** /api/v1/stripe/paymentLinks/{linkId} | Deactivate a Stripe payment link.
|
|
118
118
|
*StripeApi* | [**apiV1StripePaymentLinksPost**](docs/StripeApi.md#apiv1stripepaymentlinkspostoperation) | **POST** /api/v1/stripe/paymentLinks | Create a Stripe payment link.
|
|
119
|
-
*VendingApi* | [**apiV1VendingItemsGet**](docs/VendingApi.md#apiv1vendingitemsget) | **GET** /api/v1/vending/items |
|
|
120
|
-
*VendingApi* | [**apiV1VendingItemsPost**](docs/VendingApi.md#apiv1vendingitemspostoperation) | **POST** /api/v1/vending/items |
|
|
121
119
|
|
|
122
120
|
|
|
123
121
|
### Models
|
|
@@ -153,6 +151,8 @@ All URIs are relative to *https://core.aws.qa.acmuiuc.org*
|
|
|
153
151
|
- [ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner](docs/ApiV1OrganizationsOrgIdLeadsPatchRequestAddInner.md)
|
|
154
152
|
- [ApiV1OrganizationsOrgIdMetaPostRequest](docs/ApiV1OrganizationsOrgIdMetaPostRequest.md)
|
|
155
153
|
- [ApiV1OrganizationsOrgIdMetaPostRequestLinksInner](docs/ApiV1OrganizationsOrgIdMetaPostRequestLinksInner.md)
|
|
154
|
+
- [ApiV1ProtectedGet200Response](docs/ApiV1ProtectedGet200Response.md)
|
|
155
|
+
- [ApiV1ProtectedGet200ResponseOrgRolesInner](docs/ApiV1ProtectedGet200ResponseOrgRolesInner.md)
|
|
156
156
|
- [ApiV1RoomRequestsPostRequest](docs/ApiV1RoomRequestsPostRequest.md)
|
|
157
157
|
- [ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response](docs/ApiV1RoomRequestsSemesterIdRequestIdAttachmentDownloadUrlCreatedAtStatusGet200Response.md)
|
|
158
158
|
- [ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response](docs/ApiV1RoomRequestsSemesterIdRequestIdStatusPost201Response.md)
|
|
@@ -187,7 +187,6 @@ All URIs are relative to *https://core.aws.qa.acmuiuc.org*
|
|
|
187
187
|
- [ApiV1UsersBatchResolveInfoPostRequest](docs/ApiV1UsersBatchResolveInfoPostRequest.md)
|
|
188
188
|
- [ApiV1UsersFindUserByUinPost200Response](docs/ApiV1UsersFindUserByUinPost200Response.md)
|
|
189
189
|
- [ApiV1UsersFindUserByUinPostRequest](docs/ApiV1UsersFindUserByUinPostRequest.md)
|
|
190
|
-
- [ApiV1VendingItemsPostRequest](docs/ApiV1VendingItemsPostRequest.md)
|
|
191
190
|
- [ApiV2MembershipNetIdGet200Response](docs/ApiV2MembershipNetIdGet200Response.md)
|
|
192
191
|
- [ApiV2MembershipVerifyBatchOfMembersPost200Response](docs/ApiV2MembershipVerifyBatchOfMembersPost200Response.md)
|
|
193
192
|
- [NotAuthenticatedError](docs/NotAuthenticatedError.md)
|
|
@@ -232,8 +231,8 @@ This TypeScript SDK client supports the [Fetch API](https://fetch.spec.whatwg.or
|
|
|
232
231
|
and is automatically generated by the
|
|
233
232
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
234
233
|
|
|
235
|
-
- API version: `
|
|
236
|
-
- Package version: `4.1.
|
|
234
|
+
- API version: `4.1.10`
|
|
235
|
+
- Package version: `4.1.10`
|
|
237
236
|
- Generator version: `7.19.0`
|
|
238
237
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
239
238
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/APIKeysApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.APIKeysApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -125,7 +126,7 @@ class APIKeysApi extends runtime.BaseAPI {
|
|
|
125
126
|
method: 'POST',
|
|
126
127
|
headers: headerParameters,
|
|
127
128
|
query: queryParameters,
|
|
128
|
-
body: requestParameters['apiV1ApiKeyOrgPostRequest'],
|
|
129
|
+
body: (0, index_js_1.ApiV1ApiKeyOrgPostRequestToJSON)(requestParameters['apiV1ApiKeyOrgPostRequest']),
|
|
129
130
|
}, initOverrides);
|
|
130
131
|
return new runtime.VoidApiResponse(response);
|
|
131
132
|
});
|
package/dist/apis/EventsApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/EventsApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.EventsApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -57,7 +58,7 @@ class EventsApi extends runtime.BaseAPI {
|
|
|
57
58
|
headers: headerParameters,
|
|
58
59
|
query: queryParameters,
|
|
59
60
|
}, initOverrides);
|
|
60
|
-
return new runtime.JSONApiResponse(response);
|
|
61
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.ApiV1EventsGet200ResponseInnerFromJSON));
|
|
61
62
|
});
|
|
62
63
|
}
|
|
63
64
|
/**
|
|
@@ -140,7 +141,7 @@ class EventsApi extends runtime.BaseAPI {
|
|
|
140
141
|
headers: headerParameters,
|
|
141
142
|
query: queryParameters,
|
|
142
143
|
}, initOverrides);
|
|
143
|
-
return new runtime.JSONApiResponse(response);
|
|
144
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1EventsIdGet200ResponseFromJSON)(jsonValue));
|
|
144
145
|
});
|
|
145
146
|
}
|
|
146
147
|
/**
|
|
@@ -184,7 +185,7 @@ class EventsApi extends runtime.BaseAPI {
|
|
|
184
185
|
method: 'PATCH',
|
|
185
186
|
headers: headerParameters,
|
|
186
187
|
query: queryParameters,
|
|
187
|
-
body: requestParameters['apiV1EventsIdPatchRequest'],
|
|
188
|
+
body: (0, index_js_1.ApiV1EventsIdPatchRequestToJSON)(requestParameters['apiV1EventsIdPatchRequest']),
|
|
188
189
|
}, initOverrides);
|
|
189
190
|
return new runtime.VoidApiResponse(response);
|
|
190
191
|
});
|
|
@@ -226,7 +227,7 @@ class EventsApi extends runtime.BaseAPI {
|
|
|
226
227
|
method: 'POST',
|
|
227
228
|
headers: headerParameters,
|
|
228
229
|
query: queryParameters,
|
|
229
|
-
body: requestParameters['apiV1EventsPostRequest'],
|
|
230
|
+
body: (0, index_js_1.ApiV1EventsPostRequestToJSON)(requestParameters['apiV1EventsPostRequest']),
|
|
230
231
|
}, initOverrides);
|
|
231
232
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
232
233
|
return new runtime.JSONApiResponse(response);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime.js';
|
|
13
|
-
import type { ApiV1SyncIdentityIsRequiredGet200Response, ApiV1UsersBatchResolveInfoPost200ResponseValue, ApiV1UsersBatchResolveInfoPostRequest, ApiV1UsersFindUserByUinPost200Response, ApiV1UsersFindUserByUinPostRequest } from '../models/index.js';
|
|
13
|
+
import type { ApiV1ProtectedGet200Response, ApiV1SyncIdentityIsRequiredGet200Response, ApiV1UsersBatchResolveInfoPost200ResponseValue, ApiV1UsersBatchResolveInfoPostRequest, ApiV1UsersFindUserByUinPost200Response, ApiV1UsersFindUserByUinPostRequest } from '../models/index.js';
|
|
14
14
|
export interface ApiV1SyncIdentityIsRequiredGetRequest {
|
|
15
15
|
xUiucToken: string;
|
|
16
16
|
}
|
|
@@ -39,12 +39,12 @@ export declare class GenericApi extends runtime.BaseAPI {
|
|
|
39
39
|
* #### Authorization <hr /> Requires valid authentication but no specific authorization.
|
|
40
40
|
* Get a user\'s username and roles.
|
|
41
41
|
*/
|
|
42
|
-
apiV1ProtectedGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
42
|
+
apiV1ProtectedGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiV1ProtectedGet200Response>>;
|
|
43
43
|
/**
|
|
44
44
|
* #### Authorization <hr /> Requires valid authentication but no specific authorization.
|
|
45
45
|
* Get a user\'s username and roles.
|
|
46
46
|
*/
|
|
47
|
-
apiV1ProtectedGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
47
|
+
apiV1ProtectedGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiV1ProtectedGet200Response>;
|
|
48
48
|
/**
|
|
49
49
|
* Check if a user needs a full user identity sync.
|
|
50
50
|
*/
|
package/dist/apis/GenericApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.GenericApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -78,7 +79,7 @@ class GenericApi extends runtime.BaseAPI {
|
|
|
78
79
|
headers: headerParameters,
|
|
79
80
|
query: queryParameters,
|
|
80
81
|
}, initOverrides);
|
|
81
|
-
return new runtime.
|
|
82
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1ProtectedGet200ResponseFromJSON)(jsonValue));
|
|
82
83
|
});
|
|
83
84
|
}
|
|
84
85
|
/**
|
|
@@ -87,7 +88,8 @@ class GenericApi extends runtime.BaseAPI {
|
|
|
87
88
|
*/
|
|
88
89
|
apiV1ProtectedGet(initOverrides) {
|
|
89
90
|
return __awaiter(this, void 0, void 0, function* () {
|
|
90
|
-
yield this.apiV1ProtectedGetRaw(initOverrides);
|
|
91
|
+
const response = yield this.apiV1ProtectedGetRaw(initOverrides);
|
|
92
|
+
return yield response.value();
|
|
91
93
|
});
|
|
92
94
|
}
|
|
93
95
|
/**
|
|
@@ -110,7 +112,7 @@ class GenericApi extends runtime.BaseAPI {
|
|
|
110
112
|
headers: headerParameters,
|
|
111
113
|
query: queryParameters,
|
|
112
114
|
}, initOverrides);
|
|
113
|
-
return new runtime.JSONApiResponse(response);
|
|
115
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1SyncIdentityIsRequiredGet200ResponseFromJSON)(jsonValue));
|
|
114
116
|
});
|
|
115
117
|
}
|
|
116
118
|
/**
|
|
@@ -187,9 +189,9 @@ class GenericApi extends runtime.BaseAPI {
|
|
|
187
189
|
method: 'POST',
|
|
188
190
|
headers: headerParameters,
|
|
189
191
|
query: queryParameters,
|
|
190
|
-
body: requestParameters['apiV1UsersBatchResolveInfoPostRequest'],
|
|
192
|
+
body: (0, index_js_1.ApiV1UsersBatchResolveInfoPostRequestToJSON)(requestParameters['apiV1UsersBatchResolveInfoPostRequest']),
|
|
191
193
|
}, initOverrides);
|
|
192
|
-
return new runtime.JSONApiResponse(response);
|
|
194
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => runtime.mapValues(jsonValue, index_js_1.ApiV1UsersBatchResolveInfoPost200ResponseValueFromJSON));
|
|
193
195
|
});
|
|
194
196
|
}
|
|
195
197
|
/**
|
|
@@ -230,9 +232,9 @@ class GenericApi extends runtime.BaseAPI {
|
|
|
230
232
|
method: 'POST',
|
|
231
233
|
headers: headerParameters,
|
|
232
234
|
query: queryParameters,
|
|
233
|
-
body: requestParameters['apiV1UsersFindUserByUinPostRequest'],
|
|
235
|
+
body: (0, index_js_1.ApiV1UsersFindUserByUinPostRequestToJSON)(requestParameters['apiV1UsersFindUserByUinPostRequest']),
|
|
234
236
|
}, initOverrides);
|
|
235
|
-
return new runtime.JSONApiResponse(response);
|
|
237
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_js_1.ApiV1UsersFindUserByUinPost200ResponseFromJSON)(jsonValue));
|
|
236
238
|
});
|
|
237
239
|
}
|
|
238
240
|
/**
|
package/dist/apis/IAMApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/IAMApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.IAMApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -138,7 +139,7 @@ class IAMApi extends runtime.BaseAPI {
|
|
|
138
139
|
method: 'PATCH',
|
|
139
140
|
headers: headerParameters,
|
|
140
141
|
query: queryParameters,
|
|
141
|
-
body: requestParameters['apiV1IamGroupsGroupIdPatchRequest'],
|
|
142
|
+
body: (0, index_js_1.ApiV1IamGroupsGroupIdPatchRequestToJSON)(requestParameters['apiV1IamGroupsGroupIdPatchRequest']),
|
|
142
143
|
}, initOverrides);
|
|
143
144
|
return new runtime.VoidApiResponse(response);
|
|
144
145
|
});
|
|
@@ -225,7 +226,7 @@ class IAMApi extends runtime.BaseAPI {
|
|
|
225
226
|
method: 'POST',
|
|
226
227
|
headers: headerParameters,
|
|
227
228
|
query: queryParameters,
|
|
228
|
-
body: requestParameters['apiV1IamGroupsGroupIdRolesPostRequest'],
|
|
229
|
+
body: (0, index_js_1.ApiV1IamGroupsGroupIdRolesPostRequestToJSON)(requestParameters['apiV1IamGroupsGroupIdRolesPostRequest']),
|
|
229
230
|
}, initOverrides);
|
|
230
231
|
return new runtime.VoidApiResponse(response);
|
|
231
232
|
});
|
|
@@ -267,7 +268,7 @@ class IAMApi extends runtime.BaseAPI {
|
|
|
267
268
|
method: 'POST',
|
|
268
269
|
headers: headerParameters,
|
|
269
270
|
query: queryParameters,
|
|
270
|
-
body: requestParameters['apiV1IamInviteUsersPostRequest'],
|
|
271
|
+
body: (0, index_js_1.ApiV1IamInviteUsersPostRequestToJSON)(requestParameters['apiV1IamInviteUsersPostRequest']),
|
|
271
272
|
}, initOverrides);
|
|
272
273
|
return new runtime.VoidApiResponse(response);
|
|
273
274
|
});
|
|
@@ -309,7 +310,7 @@ class IAMApi extends runtime.BaseAPI {
|
|
|
309
310
|
method: 'PATCH',
|
|
310
311
|
headers: headerParameters,
|
|
311
312
|
query: queryParameters,
|
|
312
|
-
body: requestParameters['apiV1IamProfilePatchRequest'],
|
|
313
|
+
body: (0, index_js_1.ApiV1IamProfilePatchRequestToJSON)(requestParameters['apiV1IamProfilePatchRequest']),
|
|
313
314
|
}, initOverrides);
|
|
314
315
|
return new runtime.VoidApiResponse(response);
|
|
315
316
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/LinkryApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/LinkryApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,6 +24,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.LinkryApi = void 0;
|
|
26
26
|
const runtime = require("../runtime.js");
|
|
27
|
+
const index_js_1 = require("../models/index.js");
|
|
27
28
|
/**
|
|
28
29
|
*
|
|
29
30
|
*/
|
|
@@ -57,7 +58,7 @@ class LinkryApi extends runtime.BaseAPI {
|
|
|
57
58
|
headers: headerParameters,
|
|
58
59
|
query: queryParameters,
|
|
59
60
|
}, initOverrides);
|
|
60
|
-
return new runtime.JSONApiResponse(response);
|
|
61
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(index_js_1.ApiV1LinkryOrgsOrgIdRedirGet200ResponseInnerFromJSON));
|
|
61
62
|
});
|
|
62
63
|
}
|
|
63
64
|
/**
|
|
@@ -102,7 +103,7 @@ class LinkryApi extends runtime.BaseAPI {
|
|
|
102
103
|
method: 'POST',
|
|
103
104
|
headers: headerParameters,
|
|
104
105
|
query: queryParameters,
|
|
105
|
-
body: requestParameters['apiV1LinkryOrgsOrgIdRedirPostRequest'],
|
|
106
|
+
body: (0, index_js_1.ApiV1LinkryOrgsOrgIdRedirPostRequestToJSON)(requestParameters['apiV1LinkryOrgsOrgIdRedirPostRequest']),
|
|
106
107
|
}, initOverrides);
|
|
107
108
|
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
108
109
|
return new runtime.JSONApiResponse(response);
|
|
@@ -235,7 +236,7 @@ class LinkryApi extends runtime.BaseAPI {
|
|
|
235
236
|
method: 'POST',
|
|
236
237
|
headers: headerParameters,
|
|
237
238
|
query: queryParameters,
|
|
238
|
-
body: requestParameters['apiV1LinkryRedirPostRequest'],
|
|
239
|
+
body: (0, index_js_1.ApiV1LinkryRedirPostRequestToJSON)(requestParameters['apiV1LinkryRedirPostRequest']),
|
|
239
240
|
}, initOverrides);
|
|
240
241
|
return new runtime.VoidApiResponse(response);
|
|
241
242
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/LoggingApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ACM @ UIUC Core API
|
|
6
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
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 4.1.10
|
|
9
9
|
* Contact: infra@acm.illinois.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ACM @ UIUC Core API
|
|
3
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
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 4.1.10
|
|
6
6
|
* Contact: infra@acm.illinois.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|