@iblai/iblai-api 0.0.2-core → 0.0.12-scan-core
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/dist/index.cjs.js +3800 -3143
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3800 -3143
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3800 -3143
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +27 -5
- package/dist/types/models/CatalogAutoIncrementResponse.d.ts +11 -11
- package/dist/types/models/CourseGroupSuggestionDetail.d.ts +2 -2
- package/dist/types/models/CourseInvitationDetail.d.ts +2 -2
- package/dist/types/models/CourseLicenseAssignmentDetail.d.ts +2 -2
- package/dist/types/models/CourseLicenseDetail.d.ts +4 -0
- package/dist/types/models/CourseLicenseGroupAssignmentDetail.d.ts +2 -2
- package/dist/types/models/CourseReviewPaginatedResponse.d.ts +18 -0
- package/dist/types/models/CourseReviewRequest.d.ts +37 -0
- package/dist/types/models/CourseReviewResponse.d.ts +40 -0
- package/dist/types/models/PaginatedAssertionsResponse.d.ts +21 -0
- package/dist/types/models/PaginatedCourseAccessRequest.d.ts +2 -2
- package/dist/types/models/PaginatedCourseGroupSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedCourseInvitation.d.ts +2 -2
- package/dist/types/models/PaginatedCourseLicense.d.ts +2 -2
- package/dist/types/models/PaginatedCourseLicenseAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedCourseLicenseGroupAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedCourseSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedPathwayGroupSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedPathwaySuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedPlatformInvitation.d.ts +2 -2
- package/dist/types/models/PaginatedPlatformLicense.d.ts +2 -2
- package/dist/types/models/PaginatedProgramGroupSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedProgramInvitation.d.ts +2 -2
- package/dist/types/models/PaginatedProgramLicense.d.ts +2 -2
- package/dist/types/models/PaginatedProgramLicenseAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedProgramLicenseGroupAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedProgramSuggestion.d.ts +2 -2
- package/dist/types/models/PaginatedRbacGroupList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacPolicyList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacRoleList.d.ts +7 -0
- package/dist/types/models/PaginatedSkill.d.ts +7 -0
- package/dist/types/models/PaginatedUserLicense.d.ts +2 -2
- package/dist/types/models/PaginatedUserLicenseAssignment.d.ts +2 -2
- package/dist/types/models/PaginatedUserLicenseGroupAssignment.d.ts +2 -2
- package/dist/types/models/PatchedRbacGroup.d.ts +34 -0
- package/dist/types/models/PatchedRbacPolicy.d.ts +48 -0
- package/dist/types/models/PatchedRbacRole.d.ts +20 -0
- package/dist/types/models/PathwayGroupSuggestionDetail.d.ts +2 -2
- package/dist/types/models/PlatformInvitationDetail.d.ts +2 -2
- package/dist/types/models/PlatformSkillPointResponse.d.ts +2 -2
- package/dist/types/models/ProgramEnrollmentSearchResponse.d.ts +22 -0
- package/dist/types/models/ProgramLicenseAssignmentDetail.d.ts +4 -9
- package/dist/types/models/ProgramLicenseDetail.d.ts +6 -2
- package/dist/types/models/ProgramMetadataRequest.d.ts +29 -0
- package/dist/types/models/ProgramMetadataResponse.d.ts +29 -0
- package/dist/types/models/ProgramReview.d.ts +41 -0
- package/dist/types/models/ProgramReviewPaginatedResponse.d.ts +22 -0
- package/dist/types/models/ProgramReviewRequest.d.ts +37 -0
- package/dist/types/models/RbacBaseRole.d.ts +15 -0
- package/dist/types/models/RbacGroup.d.ts +34 -0
- package/dist/types/models/RbacPlatform.d.ts +14 -0
- package/dist/types/models/RbacPolicy.d.ts +48 -0
- package/dist/types/models/RbacPolicyGroup.d.ts +20 -0
- package/dist/types/models/RbacRole.d.ts +20 -0
- package/dist/types/models/RbacUser.d.ts +13 -0
- package/dist/types/models/StripeBillingPageIdentifierResponse.d.ts +9 -0
- package/dist/types/models/StripeContext.d.ts +7 -0
- package/dist/types/models/StripeNewUserTenantLaunchRequest.d.ts +20 -0
- package/dist/types/models/UserApp.d.ts +0 -2
- package/dist/types/models/UserLicenseAssignmentDetail.d.ts +1 -1
- package/dist/types/models/UserLicenseDetail.d.ts +5 -1
- package/dist/types/models/UserLicenseGroupAssignmentDetail.d.ts +2 -2
- package/dist/types/services/AnalyticsService.d.ts +42 -13
- package/dist/types/services/AudienceService.d.ts +345 -149
- package/dist/types/services/CareerService.d.ts +117 -90
- package/dist/types/services/CatalogService.d.ts +3799 -1430
- package/dist/types/services/CoreService.d.ts +452 -126
- package/dist/types/services/CredentialsService.d.ts +177 -141
- package/dist/types/services/DepartmentsService.d.ts +53 -16
- package/dist/types/services/EngagementService.d.ts +459 -179
- package/dist/types/services/FeaturesService.d.ts +16 -7
- package/dist/types/services/FinanceService.d.ts +49 -20
- package/dist/types/services/MediaResourcesService.d.ts +243 -67
- package/dist/types/services/NotificationBuilderService.d.ts +31 -17
- package/dist/types/services/NotificationService.d.ts +56 -49
- package/dist/types/services/OrgsService.d.ts +106 -77
- package/dist/types/services/OverviewService.d.ts +154 -55
- package/dist/types/services/PerformanceService.d.ts +132 -56
- package/dist/types/services/PerlearnerService.d.ts +431 -217
- package/dist/types/services/PlatformService.d.ts +221 -116
- package/dist/types/services/ProviderAssociationService.d.ts +3 -2
- package/dist/types/services/ProvidersService.d.ts +40 -18
- package/dist/types/services/ProvisionService.d.ts +3 -2
- package/dist/types/services/RecommendationsService.d.ts +3 -3
- package/dist/types/services/ReportsService.d.ts +22 -16
- package/dist/types/services/RolesService.d.ts +8 -6
- package/dist/types/services/SearchService.d.ts +305 -80
- package/dist/types/services/ServiceService.d.ts +89 -29
- package/dist/types/services/SkillsService.d.ts +40 -32
- package/dist/types/services/UserGroupsService.d.ts +53 -16
- package/package.json +3 -2
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +27 -5
- package/src/models/CatalogAutoIncrementResponse.ts +11 -11
- package/src/models/CourseGroupSuggestionDetail.ts +2 -2
- package/src/models/CourseInvitationDetail.ts +2 -2
- package/src/models/CourseLicenseAssignmentDetail.ts +2 -2
- package/src/models/CourseLicenseDetail.ts +4 -0
- package/src/models/CourseLicenseGroupAssignmentDetail.ts +2 -2
- package/src/models/CourseReviewPaginatedResponse.ts +23 -0
- package/src/models/CourseReviewRequest.ts +42 -0
- package/src/models/CourseReviewResponse.ts +45 -0
- package/src/models/PaginatedAssertionsResponse.ts +26 -0
- package/src/models/PaginatedCourseAccessRequest.ts +2 -2
- package/src/models/PaginatedCourseGroupSuggestion.ts +2 -2
- package/src/models/PaginatedCourseInvitation.ts +2 -2
- package/src/models/PaginatedCourseLicense.ts +2 -2
- package/src/models/PaginatedCourseLicenseAssignment.ts +2 -2
- package/src/models/PaginatedCourseLicenseGroupAssignment.ts +2 -2
- package/src/models/PaginatedCourseSuggestion.ts +2 -2
- package/src/models/PaginatedPathwayGroupSuggestion.ts +2 -2
- package/src/models/PaginatedPathwaySuggestion.ts +2 -2
- package/src/models/PaginatedPlatformInvitation.ts +2 -2
- package/src/models/PaginatedPlatformLicense.ts +2 -2
- package/src/models/PaginatedProgramGroupSuggestion.ts +2 -2
- package/src/models/PaginatedProgramInvitation.ts +2 -2
- package/src/models/PaginatedProgramLicense.ts +2 -2
- package/src/models/PaginatedProgramLicenseAssignment.ts +2 -2
- package/src/models/PaginatedProgramLicenseGroupAssignment.ts +2 -2
- package/src/models/PaginatedProgramSuggestion.ts +2 -2
- package/src/models/PaginatedRbacGroupList.ts +12 -0
- package/src/models/PaginatedRbacPolicyList.ts +12 -0
- package/src/models/PaginatedRbacRoleList.ts +12 -0
- package/src/models/PaginatedSkill.ts +12 -0
- package/src/models/PaginatedUserLicense.ts +2 -2
- package/src/models/PaginatedUserLicenseAssignment.ts +2 -2
- package/src/models/PaginatedUserLicenseGroupAssignment.ts +2 -2
- package/src/models/PatchedRbacGroup.ts +39 -0
- package/src/models/PatchedRbacPolicy.ts +53 -0
- package/src/models/PatchedRbacRole.ts +25 -0
- package/src/models/PathwayGroupSuggestionDetail.ts +2 -2
- package/src/models/PlatformInvitationDetail.ts +2 -2
- package/src/models/PlatformSkillPointResponse.ts +2 -2
- package/src/models/ProgramEnrollmentSearchResponse.ts +27 -0
- package/src/models/ProgramLicenseAssignmentDetail.ts +4 -9
- package/src/models/ProgramLicenseDetail.ts +6 -2
- package/src/models/ProgramMetadataRequest.ts +34 -0
- package/src/models/ProgramMetadataResponse.ts +34 -0
- package/src/models/ProgramReview.ts +46 -0
- package/src/models/ProgramReviewPaginatedResponse.ts +27 -0
- package/src/models/ProgramReviewRequest.ts +42 -0
- package/src/models/RbacBaseRole.ts +20 -0
- package/src/models/RbacGroup.ts +39 -0
- package/src/models/RbacPlatform.ts +19 -0
- package/src/models/RbacPolicy.ts +53 -0
- package/src/models/RbacPolicyGroup.ts +25 -0
- package/src/models/RbacRole.ts +25 -0
- package/src/models/RbacUser.ts +18 -0
- package/src/models/StripeBillingPageIdentifierResponse.ts +14 -0
- package/src/models/StripeContext.ts +12 -0
- package/src/models/StripeNewUserTenantLaunchRequest.ts +25 -0
- package/src/models/UserApp.ts +0 -2
- package/src/models/UserLicenseAssignmentDetail.ts +1 -1
- package/src/models/UserLicenseDetail.ts +5 -1
- package/src/models/UserLicenseGroupAssignmentDetail.ts +2 -2
- package/src/services/AnalyticsService.ts +45 -16
- package/src/services/AudienceService.ts +380 -184
- package/src/services/CareerService.ts +144 -117
- package/src/services/CatalogService.ts +6902 -4245
- package/src/services/CoreService.ts +782 -172
- package/src/services/CredentialsService.ts +257 -176
- package/src/services/DepartmentsService.ts +56 -19
- package/src/services/EngagementService.ts +528 -236
- package/src/services/FeaturesService.ts +19 -10
- package/src/services/FinanceService.ts +54 -25
- package/src/services/MediaResourcesService.ts +251 -75
- package/src/services/NotificationBuilderService.ts +36 -22
- package/src/services/NotificationService.ts +73 -61
- package/src/services/OrgsService.ts +135 -106
- package/src/services/OverviewService.ts +172 -73
- package/src/services/PerformanceService.ts +153 -77
- package/src/services/PerlearnerService.ts +591 -279
- package/src/services/PlatformService.ts +278 -157
- package/src/services/ProviderAssociationService.ts +4 -3
- package/src/services/ProvidersService.ts +58 -27
- package/src/services/ProvisionService.ts +4 -3
- package/src/services/RecommendationsService.ts +5 -4
- package/src/services/ReportsService.ts +28 -22
- package/src/services/RolesService.ts +10 -8
- package/src/services/SearchService.ts +323 -98
- package/src/services/ServiceService.ts +149 -39
- package/src/services/SkillsService.ts +56 -44
- package/src/services/UserGroupsService.ts +56 -19
- package/dist/types/models/BlockSkillPointInfoResponse.d.ts +0 -10
- package/dist/types/models/CourseCompletionCatalogResponse.d.ts +0 -11
- package/dist/types/models/CourseEligibilityCheckResponse.d.ts +0 -25
- package/dist/types/models/CourseSkillPointInfoResponse.d.ts +0 -10
- package/dist/types/models/UserSkillPointInfoResponse.d.ts +0 -10
- package/src/models/BlockSkillPointInfoResponse.ts +0 -15
- package/src/models/CourseCompletionCatalogResponse.ts +0 -16
- package/src/models/CourseEligibilityCheckResponse.ts +0 -30
- package/src/models/CourseSkillPointInfoResponse.ts +0 -15
- package/src/models/UserSkillPointInfoResponse.ts +0 -15
|
@@ -8,6 +8,7 @@ import type { BaseResponse } from '../models/BaseResponse';
|
|
|
8
8
|
import type { GCPTenantLaunchRequest } from '../models/GCPTenantLaunchRequest';
|
|
9
9
|
import type { GooglePayAccountResponse } from '../models/GooglePayAccountResponse';
|
|
10
10
|
import type { GooglePayVerifyToken } from '../models/GooglePayVerifyToken';
|
|
11
|
+
import type { StripeNewUserTenantLaunchRequest } from '../models/StripeNewUserTenantLaunchRequest';
|
|
11
12
|
import type { TenantLaunchResponse } from '../models/TenantLaunchResponse';
|
|
12
13
|
import type { VerifyGCPMarketPlaceRequest } from '../models/VerifyGCPMarketPlaceRequest';
|
|
13
14
|
import type { VerifyGCPMarketPlaceResponse } from '../models/VerifyGCPMarketPlaceResponse';
|
|
@@ -15,11 +16,12 @@ import type { CancelablePromise } from '../core/CancelablePromise';
|
|
|
15
16
|
export declare class ProvidersService {
|
|
16
17
|
/**
|
|
17
18
|
* Associate an Apple account with a user known user
|
|
18
|
-
* @param requestBody
|
|
19
19
|
* @returns AssociateAccountResponse
|
|
20
20
|
* @throws ApiError
|
|
21
21
|
*/
|
|
22
|
-
static providersAppleAssociateAccountCreate(requestBody
|
|
22
|
+
static providersAppleAssociateAccountCreate({ requestBody, }: {
|
|
23
|
+
requestBody: AssociateAppleAccount;
|
|
24
|
+
}): CancelablePromise<AssociateAccountResponse>;
|
|
23
25
|
/**
|
|
24
26
|
* View to handle apple webhooks
|
|
25
27
|
* @returns any No response body
|
|
@@ -28,18 +30,20 @@ export declare class ProvidersService {
|
|
|
28
30
|
static providersAppleHookCreate(): CancelablePromise<any>;
|
|
29
31
|
/**
|
|
30
32
|
* Returns information about a user subscription status
|
|
31
|
-
* @param requestBody
|
|
32
33
|
* @returns AppleSubscriptionStatusView
|
|
33
34
|
* @throws ApiError
|
|
34
35
|
*/
|
|
35
|
-
static providersAppleSubscriptionStatusCreate(requestBody
|
|
36
|
+
static providersAppleSubscriptionStatusCreate({ requestBody, }: {
|
|
37
|
+
requestBody?: AppleSubscriptionStatusRequest;
|
|
38
|
+
}): CancelablePromise<AppleSubscriptionStatusView>;
|
|
36
39
|
/**
|
|
37
40
|
* Checks if a provided transaction_id is valid
|
|
38
|
-
* @param requestBody
|
|
39
41
|
* @returns BaseResponse
|
|
40
42
|
* @throws ApiError
|
|
41
43
|
*/
|
|
42
|
-
static providersAppleValidateTransactionIdCreate(requestBody
|
|
44
|
+
static providersAppleValidateTransactionIdCreate({ requestBody, }: {
|
|
45
|
+
requestBody: AppleVerifyTransactionId;
|
|
46
|
+
}): CancelablePromise<BaseResponse>;
|
|
43
47
|
/**
|
|
44
48
|
* Serves a view that redirects to the AWS marketplace create organization page
|
|
45
49
|
*
|
|
@@ -61,11 +65,12 @@ export declare class ProvidersService {
|
|
|
61
65
|
* We cannot expose launching a tenant to an authorized user hence the need for the API
|
|
62
66
|
*
|
|
63
67
|
* The API validates the x_amzn_marketplace_token and then proxies the request to the Platform Launch API
|
|
64
|
-
* @param requestBody
|
|
65
68
|
* @returns TenantLaunchResponse
|
|
66
69
|
* @throws ApiError
|
|
67
70
|
*/
|
|
68
|
-
static providersAwsLaunchTenantCreate(requestBody
|
|
71
|
+
static providersAwsLaunchTenantCreate({ requestBody, }: {
|
|
72
|
+
requestBody: AWSTenantLaunchRequest;
|
|
73
|
+
}): CancelablePromise<TenantLaunchResponse>;
|
|
69
74
|
/**
|
|
70
75
|
* API endpoint to get/update CNAME records for domain setup
|
|
71
76
|
* @returns any No response body
|
|
@@ -92,11 +97,12 @@ export declare class ProvidersService {
|
|
|
92
97
|
*
|
|
93
98
|
* Set CREATE_ORGANIZATION_URL in GlobalConfigurationFetcher to the URL of the GCP marketplace create organization
|
|
94
99
|
* page
|
|
95
|
-
* @param productId
|
|
96
100
|
* @returns any No response body
|
|
97
101
|
* @throws ApiError
|
|
98
102
|
*/
|
|
99
|
-
static providersGcpCreateOrganizationCreate2(productId
|
|
103
|
+
static providersGcpCreateOrganizationCreate2({ productId, }: {
|
|
104
|
+
productId: string;
|
|
105
|
+
}): CancelablePromise<any>;
|
|
100
106
|
/**
|
|
101
107
|
* @returns any No response body
|
|
102
108
|
* @throws ApiError
|
|
@@ -108,24 +114,27 @@ export declare class ProvidersService {
|
|
|
108
114
|
* We cannot expose launching a tenant to an authorized user hence the need for the API
|
|
109
115
|
*
|
|
110
116
|
* The API validates the x_gcp_marketplace_token and then proxies the request to the Platform Launc API
|
|
111
|
-
* @param requestBody
|
|
112
117
|
* @returns TenantLaunchResponse
|
|
113
118
|
* @throws ApiError
|
|
114
119
|
*/
|
|
115
|
-
static providersGcpLaunchTenantCreate(requestBody
|
|
120
|
+
static providersGcpLaunchTenantCreate({ requestBody, }: {
|
|
121
|
+
requestBody: GCPTenantLaunchRequest;
|
|
122
|
+
}): CancelablePromise<TenantLaunchResponse>;
|
|
116
123
|
/**
|
|
117
|
-
* @param requestBody
|
|
118
124
|
* @returns VerifyGCPMarketPlaceResponse
|
|
119
125
|
* @throws ApiError
|
|
120
126
|
*/
|
|
121
|
-
static providersGcpValidateSignupTokenCreate(requestBody
|
|
127
|
+
static providersGcpValidateSignupTokenCreate({ requestBody, }: {
|
|
128
|
+
requestBody: VerifyGCPMarketPlaceRequest;
|
|
129
|
+
}): CancelablePromise<VerifyGCPMarketPlaceResponse>;
|
|
122
130
|
/**
|
|
123
131
|
* Google Allows us to pass an obfuscated account id to be sent to during a subscription purchase
|
|
124
|
-
* @param bundleId
|
|
125
132
|
* @returns GooglePayAccountResponse
|
|
126
133
|
* @throws ApiError
|
|
127
134
|
*/
|
|
128
|
-
static providersGooglePayGetAccountRetrieve(bundleId
|
|
135
|
+
static providersGooglePayGetAccountRetrieve({ bundleId, }: {
|
|
136
|
+
bundleId: string;
|
|
137
|
+
}): CancelablePromise<GooglePayAccountResponse>;
|
|
129
138
|
/**
|
|
130
139
|
* View to handle Google Pay webhooks
|
|
131
140
|
* @returns any No response body
|
|
@@ -134,9 +143,22 @@ export declare class ProvidersService {
|
|
|
134
143
|
static providersGooglePayHookCreate(): CancelablePromise<any>;
|
|
135
144
|
/**
|
|
136
145
|
* Associate a Google Pay account with a known user
|
|
137
|
-
* @param requestBody
|
|
138
146
|
* @returns BaseResponse
|
|
139
147
|
* @throws ApiError
|
|
140
148
|
*/
|
|
141
|
-
static providersGooglePayValidateTransactionIdCreate(requestBody
|
|
149
|
+
static providersGooglePayValidateTransactionIdCreate({ requestBody, }: {
|
|
150
|
+
requestBody: GooglePayVerifyToken;
|
|
151
|
+
}): CancelablePromise<BaseResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* Proxy to the Platform launch API
|
|
154
|
+
*
|
|
155
|
+
* We cannot expose launching a tenant to an unauthorized user hence the need for the API
|
|
156
|
+
*
|
|
157
|
+
* The API validates the stripe_checkout_id and then proxies the request to the Platform Launch API
|
|
158
|
+
* @returns TenantLaunchResponse
|
|
159
|
+
* @throws ApiError
|
|
160
|
+
*/
|
|
161
|
+
static providersStripeCreateOrganizationCreate({ requestBody, }: {
|
|
162
|
+
requestBody: StripeNewUserTenantLaunchRequest;
|
|
163
|
+
}): CancelablePromise<TenantLaunchResponse>;
|
|
142
164
|
}
|
|
@@ -6,9 +6,10 @@ export declare class ProvisionService {
|
|
|
6
6
|
*
|
|
7
7
|
* request body:
|
|
8
8
|
* {"config_name": "demo_config}
|
|
9
|
-
* @param configName
|
|
10
9
|
* @returns any No response body
|
|
11
10
|
* @throws ApiError
|
|
12
11
|
*/
|
|
13
|
-
static provisionCreate(configName
|
|
12
|
+
static provisionCreate({ configName, }: {
|
|
13
|
+
configName: string;
|
|
14
|
+
}): CancelablePromise<any>;
|
|
14
15
|
}
|
|
@@ -4,10 +4,10 @@ export declare class RecommendationsService {
|
|
|
4
4
|
/**
|
|
5
5
|
* API endpoint that returns a search api url prepopulated with context data
|
|
6
6
|
* See http://localhost:8000/api/schema/swagger-ui/#/recommendations
|
|
7
|
-
* @param org
|
|
8
|
-
* @param userId
|
|
9
7
|
* @returns RecommendationSearchAPI
|
|
10
8
|
* @throws ApiError
|
|
11
9
|
*/
|
|
12
|
-
static recommendationsOrgsUsersRetrieve(org
|
|
10
|
+
static recommendationsOrgsUsersRetrieve({ org, userId, }: {
|
|
11
|
+
org: string;
|
|
12
|
+
}): CancelablePromise<RecommendationSearchAPI>;
|
|
13
13
|
}
|
|
@@ -18,11 +18,12 @@ export declare class ReportsService {
|
|
|
18
18
|
*
|
|
19
19
|
* Returns:
|
|
20
20
|
* A list of report objects with their metadata and status information.
|
|
21
|
-
* @param org
|
|
22
21
|
* @returns ReportList
|
|
23
22
|
* @throws ApiError
|
|
24
23
|
*/
|
|
25
|
-
static reportsOrgsRetrieve(org
|
|
24
|
+
static reportsOrgsRetrieve({ org, }: {
|
|
25
|
+
org: string;
|
|
26
|
+
}): CancelablePromise<ReportList>;
|
|
26
27
|
/**
|
|
27
28
|
* Retrieves detailed information about a specific report type.
|
|
28
29
|
*
|
|
@@ -40,12 +41,13 @@ export declare class ReportsService {
|
|
|
40
41
|
*
|
|
41
42
|
* Error Responses:
|
|
42
43
|
* 404 Not Found: If the specified report type doesn't exist
|
|
43
|
-
* @param org
|
|
44
|
-
* @param reportName
|
|
45
44
|
* @returns ReportDetail
|
|
46
45
|
* @throws ApiError
|
|
47
46
|
*/
|
|
48
|
-
static reportsOrgsRetrieve2(org
|
|
47
|
+
static reportsOrgsRetrieve2({ org, reportName, }: {
|
|
48
|
+
org: string;
|
|
49
|
+
reportName: string;
|
|
50
|
+
}): CancelablePromise<ReportDetail>;
|
|
49
51
|
/**
|
|
50
52
|
* Creates and manages report generation requests.
|
|
51
53
|
*
|
|
@@ -88,12 +90,13 @@ export declare class ReportsService {
|
|
|
88
90
|
* 400 Bad Request: Invalid parameters or report configuration
|
|
89
91
|
* 404 Not Found: Report type not found
|
|
90
92
|
* 403 Forbidden: User doesn't have permission for the requested report
|
|
91
|
-
* @param org
|
|
92
|
-
* @param requestBody
|
|
93
93
|
* @returns ReportCreate
|
|
94
94
|
* @throws ApiError
|
|
95
95
|
*/
|
|
96
|
-
static reportsOrgsNewCreate(org
|
|
96
|
+
static reportsOrgsNewCreate({ org, requestBody, }: {
|
|
97
|
+
org: string;
|
|
98
|
+
requestBody?: ReportRequest;
|
|
99
|
+
}): CancelablePromise<ReportCreate>;
|
|
97
100
|
/**
|
|
98
101
|
* Returns a list of reports available in the system.
|
|
99
102
|
*
|
|
@@ -107,19 +110,21 @@ export declare class ReportsService {
|
|
|
107
110
|
* - status: Current status of the report if it has been previously requested
|
|
108
111
|
*
|
|
109
112
|
* The status will include details like the report ID, state, and download URL if completed.
|
|
110
|
-
* @param key
|
|
111
113
|
* @returns ReportList
|
|
112
114
|
* @throws ApiError
|
|
113
115
|
*/
|
|
114
|
-
static reportsPlatformsRetrieve(key
|
|
116
|
+
static reportsPlatformsRetrieve({ key, }: {
|
|
117
|
+
key: string;
|
|
118
|
+
}): CancelablePromise<ReportList>;
|
|
115
119
|
/**
|
|
116
120
|
* Returns details of a specific report type including its status if previously requested.
|
|
117
|
-
* @param key
|
|
118
|
-
* @param reportName
|
|
119
121
|
* @returns ReportDetail
|
|
120
122
|
* @throws ApiError
|
|
121
123
|
*/
|
|
122
|
-
static reportsPlatformsRetrieve2(key
|
|
124
|
+
static reportsPlatformsRetrieve2({ key, reportName, }: {
|
|
125
|
+
key: string;
|
|
126
|
+
reportName: string;
|
|
127
|
+
}): CancelablePromise<ReportDetail>;
|
|
123
128
|
/**
|
|
124
129
|
* Triggers a new report generation.
|
|
125
130
|
*
|
|
@@ -133,10 +138,11 @@ export declare class ReportsService {
|
|
|
133
138
|
* - force: (optional) Force generation of a new report even if one exists
|
|
134
139
|
* - filters: (optional) Additional filters for the report
|
|
135
140
|
* - departments: (optional) Department IDs to filter by
|
|
136
|
-
* @param key
|
|
137
|
-
* @param requestBody
|
|
138
141
|
* @returns ReportCreate
|
|
139
142
|
* @throws ApiError
|
|
140
143
|
*/
|
|
141
|
-
static reportsPlatformsNewCreate(key
|
|
144
|
+
static reportsPlatformsNewCreate({ key, requestBody, }: {
|
|
145
|
+
key: string;
|
|
146
|
+
requestBody?: ReportRequest;
|
|
147
|
+
}): CancelablePromise<ReportCreate>;
|
|
142
148
|
}
|
|
@@ -22,12 +22,13 @@ export declare class RolesService {
|
|
|
22
22
|
* Error Responses:
|
|
23
23
|
* 400 Bad Request: If the user doesn't exist in the platform or has no desired role
|
|
24
24
|
* 404 Not Found: If the specified platform doesn't exist
|
|
25
|
-
* @param org
|
|
26
|
-
* @param username
|
|
27
25
|
* @returns DesiredRole
|
|
28
26
|
* @throws ApiError
|
|
29
27
|
*/
|
|
30
|
-
static rolesPlatformOrgsRolesUsersDesiredRolesRetrieve(org
|
|
28
|
+
static rolesPlatformOrgsRolesUsersDesiredRolesRetrieve({ org, username, }: {
|
|
29
|
+
org: string;
|
|
30
|
+
username: string;
|
|
31
|
+
}): CancelablePromise<DesiredRole>;
|
|
31
32
|
/**
|
|
32
33
|
* Retrieve a user's reported role information.
|
|
33
34
|
*
|
|
@@ -48,10 +49,11 @@ export declare class RolesService {
|
|
|
48
49
|
* Error Responses:
|
|
49
50
|
* 400 Bad Request: If the user doesn't exist in the platform or has no reported role
|
|
50
51
|
* 404 Not Found: If the specified platform doesn't exist
|
|
51
|
-
* @param org
|
|
52
|
-
* @param username
|
|
53
52
|
* @returns ReportedRole
|
|
54
53
|
* @throws ApiError
|
|
55
54
|
*/
|
|
56
|
-
static rolesPlatformOrgsRolesUsersReportedRolesRetrieve(org
|
|
55
|
+
static rolesPlatformOrgsRolesUsersReportedRolesRetrieve({ org, username, }: {
|
|
56
|
+
org: string;
|
|
57
|
+
username: string;
|
|
58
|
+
}): CancelablePromise<ReportedRole>;
|
|
57
59
|
}
|