@acm-uiuc/core-client 0.0.1

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.
Files changed (83) hide show
  1. package/.openapi-generator/FILES +127 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +23 -0
  4. package/README.md +277 -0
  5. package/dist/apis/APIKeysApi.d.ts +54 -0
  6. package/dist/apis/APIKeysApi.js +143 -0
  7. package/dist/apis/EventsApi.d.ts +86 -0
  8. package/dist/apis/EventsApi.js +250 -0
  9. package/dist/apis/GenericApi.d.ts +88 -0
  10. package/dist/apis/GenericApi.js +249 -0
  11. package/dist/apis/IAMApi.d.ts +108 -0
  12. package/dist/apis/IAMApi.js +327 -0
  13. package/dist/apis/ICalendarIntegrationApi.d.ts +29 -0
  14. package/dist/apis/ICalendarIntegrationApi.js +61 -0
  15. package/dist/apis/LinkryApi.d.ts +100 -0
  16. package/dist/apis/LinkryApi.js +330 -0
  17. package/dist/apis/LoggingApi.d.ts +51 -0
  18. package/dist/apis/LoggingApi.js +103 -0
  19. package/dist/apis/MembershipApi.d.ts +107 -0
  20. package/dist/apis/MembershipApi.js +330 -0
  21. package/dist/apis/MobileWalletApi.d.ts +28 -0
  22. package/dist/apis/MobileWalletApi.js +64 -0
  23. package/dist/apis/OrganizationsApi.d.ts +65 -0
  24. package/dist/apis/OrganizationsApi.js +192 -0
  25. package/dist/apis/RSVPApi.d.ts +109 -0
  26. package/dist/apis/RSVPApi.js +345 -0
  27. package/dist/apis/RoomRequestsApi.d.ts +102 -0
  28. package/dist/apis/RoomRequestsApi.js +279 -0
  29. package/dist/apis/StoreApi.d.ts +141 -0
  30. package/dist/apis/StoreApi.js +449 -0
  31. package/dist/apis/StripeApi.d.ts +54 -0
  32. package/dist/apis/StripeApi.js +152 -0
  33. package/dist/apis/VendingApi.d.ts +33 -0
  34. package/dist/apis/VendingApi.js +83 -0
  35. package/dist/apis/index.d.ts +15 -0
  36. package/dist/apis/index.js +33 -0
  37. package/dist/esm/apis/APIKeysApi.d.ts +54 -0
  38. package/dist/esm/apis/APIKeysApi.js +139 -0
  39. package/dist/esm/apis/EventsApi.d.ts +86 -0
  40. package/dist/esm/apis/EventsApi.js +246 -0
  41. package/dist/esm/apis/GenericApi.d.ts +88 -0
  42. package/dist/esm/apis/GenericApi.js +245 -0
  43. package/dist/esm/apis/IAMApi.d.ts +108 -0
  44. package/dist/esm/apis/IAMApi.js +323 -0
  45. package/dist/esm/apis/ICalendarIntegrationApi.d.ts +29 -0
  46. package/dist/esm/apis/ICalendarIntegrationApi.js +57 -0
  47. package/dist/esm/apis/LinkryApi.d.ts +100 -0
  48. package/dist/esm/apis/LinkryApi.js +326 -0
  49. package/dist/esm/apis/LoggingApi.d.ts +51 -0
  50. package/dist/esm/apis/LoggingApi.js +99 -0
  51. package/dist/esm/apis/MembershipApi.d.ts +107 -0
  52. package/dist/esm/apis/MembershipApi.js +326 -0
  53. package/dist/esm/apis/MobileWalletApi.d.ts +28 -0
  54. package/dist/esm/apis/MobileWalletApi.js +60 -0
  55. package/dist/esm/apis/OrganizationsApi.d.ts +65 -0
  56. package/dist/esm/apis/OrganizationsApi.js +188 -0
  57. package/dist/esm/apis/RSVPApi.d.ts +109 -0
  58. package/dist/esm/apis/RSVPApi.js +341 -0
  59. package/dist/esm/apis/RoomRequestsApi.d.ts +102 -0
  60. package/dist/esm/apis/RoomRequestsApi.js +275 -0
  61. package/dist/esm/apis/StoreApi.d.ts +141 -0
  62. package/dist/esm/apis/StoreApi.js +445 -0
  63. package/dist/esm/apis/StripeApi.d.ts +54 -0
  64. package/dist/esm/apis/StripeApi.js +148 -0
  65. package/dist/esm/apis/VendingApi.d.ts +33 -0
  66. package/dist/esm/apis/VendingApi.js +79 -0
  67. package/dist/esm/apis/index.d.ts +15 -0
  68. package/dist/esm/apis/index.js +17 -0
  69. package/dist/esm/index.d.ts +3 -0
  70. package/dist/esm/index.js +5 -0
  71. package/dist/esm/models/index.d.ts +3567 -0
  72. package/dist/esm/models/index.js +539 -0
  73. package/dist/esm/runtime.d.ts +181 -0
  74. package/dist/esm/runtime.js +327 -0
  75. package/dist/index.d.ts +3 -0
  76. package/dist/index.js +21 -0
  77. package/dist/models/index.d.ts +3567 -0
  78. package/dist/models/index.js +543 -0
  79. package/dist/runtime.d.ts +181 -0
  80. package/dist/runtime.js +342 -0
  81. package/package.json +23 -0
  82. package/tsconfig.esm.json +7 -0
  83. package/tsconfig.json +16 -0
@@ -0,0 +1,249 @@
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: 2.0.1
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
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
16
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17
+ return new (P || (P = Promise))(function (resolve, reject) {
18
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
19
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
20
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
21
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
22
+ });
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.GenericApi = void 0;
26
+ const runtime = require("../runtime.js");
27
+ /**
28
+ *
29
+ */
30
+ class GenericApi extends runtime.BaseAPI {
31
+ /**
32
+ * Verify that the API server is healthy.
33
+ */
34
+ apiV1HealthzGetRaw(initOverrides) {
35
+ return __awaiter(this, void 0, void 0, function* () {
36
+ const queryParameters = {};
37
+ const headerParameters = {};
38
+ let urlPath = `/api/v1/healthz`;
39
+ const response = yield this.request({
40
+ path: urlPath,
41
+ method: 'GET',
42
+ headers: headerParameters,
43
+ query: queryParameters,
44
+ }, initOverrides);
45
+ return new runtime.VoidApiResponse(response);
46
+ });
47
+ }
48
+ /**
49
+ * Verify that the API server is healthy.
50
+ */
51
+ apiV1HealthzGet(initOverrides) {
52
+ return __awaiter(this, void 0, void 0, function* () {
53
+ yield this.apiV1HealthzGetRaw(initOverrides);
54
+ });
55
+ }
56
+ /**
57
+ * #### Authorization <hr /> Requires valid authentication but no specific authorization.
58
+ * Get a user\'s username and roles.
59
+ */
60
+ apiV1ProtectedGetRaw(initOverrides) {
61
+ return __awaiter(this, void 0, void 0, function* () {
62
+ const queryParameters = {};
63
+ const headerParameters = {};
64
+ if (this.configuration && this.configuration.accessToken) {
65
+ const token = this.configuration.accessToken;
66
+ const tokenString = yield token("httpBearer", []);
67
+ if (tokenString) {
68
+ headerParameters["Authorization"] = `Bearer ${tokenString}`;
69
+ }
70
+ }
71
+ if (this.configuration && this.configuration.apiKey) {
72
+ headerParameters["X-Api-Key"] = yield this.configuration.apiKey("X-Api-Key"); // apiKeyHeader authentication
73
+ }
74
+ let urlPath = `/api/v1/protected`;
75
+ const response = yield this.request({
76
+ path: urlPath,
77
+ method: 'GET',
78
+ headers: headerParameters,
79
+ query: queryParameters,
80
+ }, initOverrides);
81
+ return new runtime.VoidApiResponse(response);
82
+ });
83
+ }
84
+ /**
85
+ * #### Authorization <hr /> Requires valid authentication but no specific authorization.
86
+ * Get a user\'s username and roles.
87
+ */
88
+ apiV1ProtectedGet(initOverrides) {
89
+ return __awaiter(this, void 0, void 0, function* () {
90
+ yield this.apiV1ProtectedGetRaw(initOverrides);
91
+ });
92
+ }
93
+ /**
94
+ * Check if a user needs a full user identity sync.
95
+ */
96
+ apiV1SyncIdentityIsRequiredGetRaw(requestParameters, initOverrides) {
97
+ return __awaiter(this, void 0, void 0, function* () {
98
+ if (requestParameters['xUiucToken'] == null) {
99
+ throw new runtime.RequiredError('xUiucToken', 'Required parameter "xUiucToken" was null or undefined when calling apiV1SyncIdentityIsRequiredGet().');
100
+ }
101
+ const queryParameters = {};
102
+ const headerParameters = {};
103
+ if (requestParameters['xUiucToken'] != null) {
104
+ headerParameters['x-uiuc-token'] = String(requestParameters['xUiucToken']);
105
+ }
106
+ let urlPath = `/api/v1/syncIdentity/isRequired`;
107
+ const response = yield this.request({
108
+ path: urlPath,
109
+ method: 'GET',
110
+ headers: headerParameters,
111
+ query: queryParameters,
112
+ }, initOverrides);
113
+ return new runtime.JSONApiResponse(response);
114
+ });
115
+ }
116
+ /**
117
+ * Check if a user needs a full user identity sync.
118
+ */
119
+ apiV1SyncIdentityIsRequiredGet(requestParameters, initOverrides) {
120
+ return __awaiter(this, void 0, void 0, function* () {
121
+ const response = yield this.apiV1SyncIdentityIsRequiredGetRaw(requestParameters, initOverrides);
122
+ return yield response.value();
123
+ });
124
+ }
125
+ /**
126
+ * Sync the Illinois NetID account with the ACM @ UIUC account.
127
+ */
128
+ apiV1SyncIdentityPostRaw(requestParameters, initOverrides) {
129
+ return __awaiter(this, void 0, void 0, function* () {
130
+ if (requestParameters['xUiucToken'] == null) {
131
+ throw new runtime.RequiredError('xUiucToken', 'Required parameter "xUiucToken" was null or undefined when calling apiV1SyncIdentityPost().');
132
+ }
133
+ const queryParameters = {};
134
+ const headerParameters = {};
135
+ if (requestParameters['xUiucToken'] != null) {
136
+ headerParameters['x-uiuc-token'] = String(requestParameters['xUiucToken']);
137
+ }
138
+ let urlPath = `/api/v1/syncIdentity`;
139
+ const response = yield this.request({
140
+ path: urlPath,
141
+ method: 'POST',
142
+ headers: headerParameters,
143
+ query: queryParameters,
144
+ }, initOverrides);
145
+ if (this.isJsonMime(response.headers.get('content-type'))) {
146
+ return new runtime.JSONApiResponse(response);
147
+ }
148
+ else {
149
+ return new runtime.TextApiResponse(response);
150
+ }
151
+ });
152
+ }
153
+ /**
154
+ * Sync the Illinois NetID account with the ACM @ UIUC account.
155
+ */
156
+ apiV1SyncIdentityPost(requestParameters, initOverrides) {
157
+ return __awaiter(this, void 0, void 0, function* () {
158
+ const response = yield this.apiV1SyncIdentityPostRaw(requestParameters, initOverrides);
159
+ return yield response.value();
160
+ });
161
+ }
162
+ /**
163
+ * #### Authorization <hr /> Requires valid authentication but no specific authorization.
164
+ * Resolve user emails to user info.
165
+ */
166
+ apiV1UsersBatchResolveInfoPostRaw(requestParameters, initOverrides) {
167
+ return __awaiter(this, void 0, void 0, function* () {
168
+ if (requestParameters['apiV1UsersBatchResolveInfoPostRequest'] == null) {
169
+ throw new runtime.RequiredError('apiV1UsersBatchResolveInfoPostRequest', 'Required parameter "apiV1UsersBatchResolveInfoPostRequest" was null or undefined when calling apiV1UsersBatchResolveInfoPost().');
170
+ }
171
+ const queryParameters = {};
172
+ const headerParameters = {};
173
+ headerParameters['Content-Type'] = 'application/json';
174
+ if (this.configuration && this.configuration.accessToken) {
175
+ const token = this.configuration.accessToken;
176
+ const tokenString = yield token("httpBearer", []);
177
+ if (tokenString) {
178
+ headerParameters["Authorization"] = `Bearer ${tokenString}`;
179
+ }
180
+ }
181
+ if (this.configuration && this.configuration.apiKey) {
182
+ headerParameters["X-Api-Key"] = yield this.configuration.apiKey("X-Api-Key"); // apiKeyHeader authentication
183
+ }
184
+ let urlPath = `/api/v1/users/batchResolveInfo`;
185
+ const response = yield this.request({
186
+ path: urlPath,
187
+ method: 'POST',
188
+ headers: headerParameters,
189
+ query: queryParameters,
190
+ body: requestParameters['apiV1UsersBatchResolveInfoPostRequest'],
191
+ }, initOverrides);
192
+ return new runtime.JSONApiResponse(response);
193
+ });
194
+ }
195
+ /**
196
+ * #### Authorization <hr /> Requires valid authentication but no specific authorization.
197
+ * Resolve user emails to user info.
198
+ */
199
+ apiV1UsersBatchResolveInfoPost(requestParameters, initOverrides) {
200
+ return __awaiter(this, void 0, void 0, function* () {
201
+ const response = yield this.apiV1UsersBatchResolveInfoPostRaw(requestParameters, initOverrides);
202
+ return yield response.value();
203
+ });
204
+ }
205
+ /**
206
+ * #### Authorization <hr /> Requires any of the following roles: * User Information Viewer (<code>view:userInfo</code>)
207
+ * Find a user by UIN.
208
+ */
209
+ apiV1UsersFindUserByUinPostRaw(requestParameters, initOverrides) {
210
+ return __awaiter(this, void 0, void 0, function* () {
211
+ if (requestParameters['apiV1UsersFindUserByUinPostRequest'] == null) {
212
+ throw new runtime.RequiredError('apiV1UsersFindUserByUinPostRequest', 'Required parameter "apiV1UsersFindUserByUinPostRequest" was null or undefined when calling apiV1UsersFindUserByUinPost().');
213
+ }
214
+ const queryParameters = {};
215
+ const headerParameters = {};
216
+ headerParameters['Content-Type'] = 'application/json';
217
+ if (this.configuration && this.configuration.accessToken) {
218
+ const token = this.configuration.accessToken;
219
+ const tokenString = yield token("httpBearer", []);
220
+ if (tokenString) {
221
+ headerParameters["Authorization"] = `Bearer ${tokenString}`;
222
+ }
223
+ }
224
+ if (this.configuration && this.configuration.apiKey) {
225
+ headerParameters["X-Api-Key"] = yield this.configuration.apiKey("X-Api-Key"); // apiKeyHeader authentication
226
+ }
227
+ let urlPath = `/api/v1/users/findUserByUin`;
228
+ const response = yield this.request({
229
+ path: urlPath,
230
+ method: 'POST',
231
+ headers: headerParameters,
232
+ query: queryParameters,
233
+ body: requestParameters['apiV1UsersFindUserByUinPostRequest'],
234
+ }, initOverrides);
235
+ return new runtime.JSONApiResponse(response);
236
+ });
237
+ }
238
+ /**
239
+ * #### Authorization <hr /> Requires any of the following roles: * User Information Viewer (<code>view:userInfo</code>)
240
+ * Find a user by UIN.
241
+ */
242
+ apiV1UsersFindUserByUinPost(requestParameters, initOverrides) {
243
+ return __awaiter(this, void 0, void 0, function* () {
244
+ const response = yield this.apiV1UsersFindUserByUinPostRaw(requestParameters, initOverrides);
245
+ return yield response.value();
246
+ });
247
+ }
248
+ }
249
+ exports.GenericApi = GenericApi;
@@ -0,0 +1,108 @@
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: 2.0.1
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 * as runtime from '../runtime.js';
13
+ import type { ApiV1IamGroupsGroupIdPatchRequest, ApiV1IamGroupsGroupIdRolesPostRequest, ApiV1IamInviteUsersPostRequest, ApiV1IamProfilePatchRequest } from '../models/index.js';
14
+ export interface ApiV1IamGroupsGroupIdGetRequest {
15
+ groupId: string;
16
+ }
17
+ export interface ApiV1IamGroupsGroupIdPatchOperationRequest {
18
+ groupId: string;
19
+ apiV1IamGroupsGroupIdPatchRequest: ApiV1IamGroupsGroupIdPatchRequest;
20
+ }
21
+ export interface ApiV1IamGroupsGroupIdRolesGetRequest {
22
+ groupId: string;
23
+ }
24
+ export interface ApiV1IamGroupsGroupIdRolesPostOperationRequest {
25
+ groupId: string;
26
+ apiV1IamGroupsGroupIdRolesPostRequest: ApiV1IamGroupsGroupIdRolesPostRequest;
27
+ }
28
+ export interface ApiV1IamInviteUsersPostOperationRequest {
29
+ apiV1IamInviteUsersPostRequest: ApiV1IamInviteUsersPostRequest;
30
+ }
31
+ export interface ApiV1IamProfilePatchOperationRequest {
32
+ apiV1IamProfilePatchRequest: ApiV1IamProfilePatchRequest;
33
+ }
34
+ /**
35
+ *
36
+ */
37
+ export declare class IAMApi extends runtime.BaseAPI {
38
+ /**
39
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
40
+ * Get all manageable groups.
41
+ */
42
+ apiV1IamGroupsGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
43
+ /**
44
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
45
+ * Get all manageable groups.
46
+ */
47
+ apiV1IamGroupsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
48
+ /**
49
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
50
+ * Get the members of a group.
51
+ */
52
+ apiV1IamGroupsGroupIdGetRaw(requestParameters: ApiV1IamGroupsGroupIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
53
+ /**
54
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
55
+ * Get the members of a group.
56
+ */
57
+ apiV1IamGroupsGroupIdGet(requestParameters: ApiV1IamGroupsGroupIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
58
+ /**
59
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
60
+ * Update the members of a group.
61
+ */
62
+ apiV1IamGroupsGroupIdPatchRaw(requestParameters: ApiV1IamGroupsGroupIdPatchOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
63
+ /**
64
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
65
+ * Update the members of a group.
66
+ */
67
+ apiV1IamGroupsGroupIdPatch(requestParameters: ApiV1IamGroupsGroupIdPatchOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
68
+ /**
69
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
70
+ * Get a group\'s application role mappings.
71
+ */
72
+ apiV1IamGroupsGroupIdRolesGetRaw(requestParameters: ApiV1IamGroupsGroupIdRolesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
73
+ /**
74
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
75
+ * Get a group\'s application role mappings.
76
+ */
77
+ apiV1IamGroupsGroupIdRolesGet(requestParameters: ApiV1IamGroupsGroupIdRolesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
78
+ /**
79
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
80
+ * Update a group\'s application role mappings.
81
+ */
82
+ apiV1IamGroupsGroupIdRolesPostRaw(requestParameters: ApiV1IamGroupsGroupIdRolesPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
83
+ /**
84
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Admin (<code>admin:iam</code>)
85
+ * Update a group\'s application role mappings.
86
+ */
87
+ apiV1IamGroupsGroupIdRolesPost(requestParameters: ApiV1IamGroupsGroupIdRolesPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
88
+ /**
89
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Inviter (<code>invite:iam</code>) * IAM Admin (<code>admin:iam</code>)
90
+ * Invite a user to the ACM @ UIUC Entra ID tenant.
91
+ */
92
+ apiV1IamInviteUsersPostRaw(requestParameters: ApiV1IamInviteUsersPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
93
+ /**
94
+ * #### Authorization <hr /> Requires any of the following roles: * IAM Inviter (<code>invite:iam</code>) * IAM Admin (<code>admin:iam</code>)
95
+ * Invite a user to the ACM @ UIUC Entra ID tenant.
96
+ */
97
+ apiV1IamInviteUsersPost(requestParameters: ApiV1IamInviteUsersPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
98
+ /**
99
+ * #### Authorization <hr /> Requires valid authentication but no specific authorization.
100
+ * Update user\'s profile.
101
+ */
102
+ apiV1IamProfilePatchRaw(requestParameters: ApiV1IamProfilePatchOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
103
+ /**
104
+ * #### Authorization <hr /> Requires valid authentication but no specific authorization.
105
+ * Update user\'s profile.
106
+ */
107
+ apiV1IamProfilePatch(requestParameters: ApiV1IamProfilePatchOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
108
+ }