@alicloud/eiam20211201 2.19.1 → 2.19.3
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/client.d.ts +16 -16
- package/dist/client.js +16 -16
- package/dist/models/CheckInstanceModuleStatusRequest.d.ts +17 -3
- package/dist/models/CheckInstanceModuleStatusRequest.js.map +1 -1
- package/dist/models/CreateIdentityProviderRequest.d.ts +173 -142
- package/dist/models/CreateIdentityProviderRequest.js +2 -0
- package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
- package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
- package/dist/models/GetApplicationSsoConfigResponseBody.d.ts +85 -65
- package/dist/models/GetApplicationSsoConfigResponseBody.js +11 -0
- package/dist/models/GetApplicationSsoConfigResponseBody.js.map +1 -1
- package/dist/models/GetAuthorizationResourceResponseBody.d.ts +2 -2
- package/dist/models/GetIdentityProviderResponseBody.d.ts +52 -36
- package/dist/models/GetIdentityProviderResponseBody.js +2 -0
- package/dist/models/GetIdentityProviderResponseBody.js.map +1 -1
- package/dist/models/ListAuthorizationResourcesRequest.d.ts +5 -5
- package/dist/models/ListAuthorizationResourcesResponseBody.d.ts +9 -9
- package/dist/models/ListEiamInstancesRequest.d.ts +1 -1
- package/dist/models/SetApplicationSsoConfigRequest.d.ts +55 -31
- package/dist/models/SetApplicationSsoConfigRequest.js +9 -0
- package/dist/models/SetApplicationSsoConfigRequest.js.map +1 -1
- package/dist/models/UpdateIdentityProviderRequest.d.ts +90 -51
- package/dist/models/UpdateIdentityProviderRequest.js +2 -0
- package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
- package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
- package/package.json +1 -1
- package/src/client.ts +16 -16
- package/src/models/CheckInstanceModuleStatusRequest.ts +17 -3
- package/src/models/CreateIdentityProviderRequest.ts +175 -142
- package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
- package/src/models/GetApplicationSsoConfigResponseBody.ts +96 -65
- package/src/models/GetAuthorizationResourceResponseBody.ts +2 -2
- package/src/models/GetIdentityProviderResponseBody.ts +54 -36
- package/src/models/ListAuthorizationResourcesRequest.ts +5 -5
- package/src/models/ListAuthorizationResourcesResponseBody.ts +9 -9
- package/src/models/ListEiamInstancesRequest.ts +1 -1
- package/src/models/SetApplicationSsoConfigRequest.ts +64 -31
- package/src/models/UpdateIdentityProviderRequest.ts +92 -51
- package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ export default class Client extends OpenApi {
|
|
|
279
279
|
*/
|
|
280
280
|
checkInstanceForDelete(request: $_model.CheckInstanceForDeleteRequest): Promise<$_model.CheckInstanceForDeleteResponse>;
|
|
281
281
|
/**
|
|
282
|
-
*
|
|
282
|
+
* Checks whether an instance has the feature of a specific module.
|
|
283
283
|
*
|
|
284
284
|
* @param request - CheckInstanceModuleStatusRequest
|
|
285
285
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -287,7 +287,7 @@ export default class Client extends OpenApi {
|
|
|
287
287
|
*/
|
|
288
288
|
checkInstanceModuleStatusWithOptions(request: $_model.CheckInstanceModuleStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CheckInstanceModuleStatusResponse>;
|
|
289
289
|
/**
|
|
290
|
-
*
|
|
290
|
+
* Checks whether an instance has the feature of a specific module.
|
|
291
291
|
*
|
|
292
292
|
* @param request - CheckInstanceModuleStatusRequest
|
|
293
293
|
* @returns CheckInstanceModuleStatusResponse
|
|
@@ -614,7 +614,7 @@ export default class Client extends OpenApi {
|
|
|
614
614
|
*/
|
|
615
615
|
createGroup(request: $_model.CreateGroupRequest): Promise<$_model.CreateGroupResponse>;
|
|
616
616
|
/**
|
|
617
|
-
*
|
|
617
|
+
* Creates an identity provider.
|
|
618
618
|
*
|
|
619
619
|
* @param request - CreateIdentityProviderRequest
|
|
620
620
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -622,7 +622,7 @@ export default class Client extends OpenApi {
|
|
|
622
622
|
*/
|
|
623
623
|
createIdentityProviderWithOptions(request: $_model.CreateIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateIdentityProviderResponse>;
|
|
624
624
|
/**
|
|
625
|
-
*
|
|
625
|
+
* Creates an identity provider.
|
|
626
626
|
*
|
|
627
627
|
* @param request - CreateIdentityProviderRequest
|
|
628
628
|
* @returns CreateIdentityProviderResponse
|
|
@@ -2362,7 +2362,7 @@ export default class Client extends OpenApi {
|
|
|
2362
2362
|
*/
|
|
2363
2363
|
getApplicationRole(request: $_model.GetApplicationRoleRequest): Promise<$_model.GetApplicationRoleResponse>;
|
|
2364
2364
|
/**
|
|
2365
|
-
*
|
|
2365
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
2366
2366
|
*
|
|
2367
2367
|
* @param request - GetApplicationSsoConfigRequest
|
|
2368
2368
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2370,7 +2370,7 @@ export default class Client extends OpenApi {
|
|
|
2370
2370
|
*/
|
|
2371
2371
|
getApplicationSsoConfigWithOptions(request: $_model.GetApplicationSsoConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationSsoConfigResponse>;
|
|
2372
2372
|
/**
|
|
2373
|
-
*
|
|
2373
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
2374
2374
|
*
|
|
2375
2375
|
* @param request - GetApplicationSsoConfigRequest
|
|
2376
2376
|
* @returns GetApplicationSsoConfigResponse
|
|
@@ -2392,7 +2392,7 @@ export default class Client extends OpenApi {
|
|
|
2392
2392
|
*/
|
|
2393
2393
|
getApplicationTemplate(request: $_model.GetApplicationTemplateRequest): Promise<$_model.GetApplicationTemplateResponse>;
|
|
2394
2394
|
/**
|
|
2395
|
-
* Queries the information
|
|
2395
|
+
* Queries the information about an authorization resource.
|
|
2396
2396
|
*
|
|
2397
2397
|
* @param request - GetAuthorizationResourceRequest
|
|
2398
2398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2400,7 +2400,7 @@ export default class Client extends OpenApi {
|
|
|
2400
2400
|
*/
|
|
2401
2401
|
getAuthorizationResourceWithOptions(request: $_model.GetAuthorizationResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAuthorizationResourceResponse>;
|
|
2402
2402
|
/**
|
|
2403
|
-
* Queries the information
|
|
2403
|
+
* Queries the information about an authorization resource.
|
|
2404
2404
|
*
|
|
2405
2405
|
* @param request - GetAuthorizationResourceRequest
|
|
2406
2406
|
* @returns GetAuthorizationResourceResponse
|
|
@@ -3301,10 +3301,10 @@ export default class Client extends OpenApi {
|
|
|
3301
3301
|
*/
|
|
3302
3302
|
listApplicationsForUser(request: $_model.ListApplicationsForUserRequest): Promise<$_model.ListApplicationsForUserResponse>;
|
|
3303
3303
|
/**
|
|
3304
|
-
*
|
|
3304
|
+
* Lists authorized resource information.
|
|
3305
3305
|
*
|
|
3306
3306
|
* @remarks
|
|
3307
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
3307
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
3308
3308
|
*
|
|
3309
3309
|
* @param request - ListAuthorizationResourcesRequest
|
|
3310
3310
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3312,10 +3312,10 @@ export default class Client extends OpenApi {
|
|
|
3312
3312
|
*/
|
|
3313
3313
|
listAuthorizationResourcesWithOptions(request: $_model.ListAuthorizationResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAuthorizationResourcesResponse>;
|
|
3314
3314
|
/**
|
|
3315
|
-
*
|
|
3315
|
+
* Lists authorized resource information.
|
|
3316
3316
|
*
|
|
3317
3317
|
* @remarks
|
|
3318
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
3318
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
3319
3319
|
*
|
|
3320
3320
|
* @param request - ListAuthorizationResourcesRequest
|
|
3321
3321
|
* @returns ListAuthorizationResourcesResponse
|
|
@@ -4516,10 +4516,10 @@ export default class Client extends OpenApi {
|
|
|
4516
4516
|
*/
|
|
4517
4517
|
setApplicationResourceServerIdentifier(request: $_model.SetApplicationResourceServerIdentifierRequest): Promise<$_model.SetApplicationResourceServerIdentifierResponse>;
|
|
4518
4518
|
/**
|
|
4519
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
4519
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
4520
4520
|
*
|
|
4521
4521
|
* @remarks
|
|
4522
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
4522
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
4523
4523
|
*
|
|
4524
4524
|
* @param request - SetApplicationSsoConfigRequest
|
|
4525
4525
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4527,10 +4527,10 @@ export default class Client extends OpenApi {
|
|
|
4527
4527
|
*/
|
|
4528
4528
|
setApplicationSsoConfigWithOptions(request: $_model.SetApplicationSsoConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetApplicationSsoConfigResponse>;
|
|
4529
4529
|
/**
|
|
4530
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
4530
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
4531
4531
|
*
|
|
4532
4532
|
* @remarks
|
|
4533
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
4533
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
4534
4534
|
*
|
|
4535
4535
|
* @param request - SetApplicationSsoConfigRequest
|
|
4536
4536
|
* @returns SetApplicationSsoConfigResponse
|
package/dist/client.js
CHANGED
|
@@ -935,7 +935,7 @@ class Client extends openapi_core_1.default {
|
|
|
935
935
|
return await this.checkInstanceForDeleteWithOptions(request, runtime);
|
|
936
936
|
}
|
|
937
937
|
/**
|
|
938
|
-
*
|
|
938
|
+
* Checks whether an instance has the feature of a specific module.
|
|
939
939
|
*
|
|
940
940
|
* @param request - CheckInstanceModuleStatusRequest
|
|
941
941
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -979,7 +979,7 @@ class Client extends openapi_core_1.default {
|
|
|
979
979
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckInstanceModuleStatusResponse({}));
|
|
980
980
|
}
|
|
981
981
|
/**
|
|
982
|
-
*
|
|
982
|
+
* Checks whether an instance has the feature of a specific module.
|
|
983
983
|
*
|
|
984
984
|
* @param request - CheckInstanceModuleStatusRequest
|
|
985
985
|
* @returns CheckInstanceModuleStatusResponse
|
|
@@ -2138,7 +2138,7 @@ class Client extends openapi_core_1.default {
|
|
|
2138
2138
|
return await this.createGroupWithOptions(request, runtime);
|
|
2139
2139
|
}
|
|
2140
2140
|
/**
|
|
2141
|
-
*
|
|
2141
|
+
* Creates an identity provider.
|
|
2142
2142
|
*
|
|
2143
2143
|
* @param request - CreateIdentityProviderRequest
|
|
2144
2144
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2218,7 +2218,7 @@ class Client extends openapi_core_1.default {
|
|
|
2218
2218
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIdentityProviderResponse({}));
|
|
2219
2219
|
}
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* Creates an identity provider.
|
|
2222
2222
|
*
|
|
2223
2223
|
* @param request - CreateIdentityProviderRequest
|
|
2224
2224
|
* @returns CreateIdentityProviderResponse
|
|
@@ -7184,7 +7184,7 @@ class Client extends openapi_core_1.default {
|
|
|
7184
7184
|
return await this.getApplicationRoleWithOptions(request, runtime);
|
|
7185
7185
|
}
|
|
7186
7186
|
/**
|
|
7187
|
-
*
|
|
7187
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
7188
7188
|
*
|
|
7189
7189
|
* @param request - GetApplicationSsoConfigRequest
|
|
7190
7190
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7216,7 +7216,7 @@ class Client extends openapi_core_1.default {
|
|
|
7216
7216
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationSsoConfigResponse({}));
|
|
7217
7217
|
}
|
|
7218
7218
|
/**
|
|
7219
|
-
*
|
|
7219
|
+
* Queries the single sign-on (SSO) configuration properties of an EIAM application.
|
|
7220
7220
|
*
|
|
7221
7221
|
* @param request - GetApplicationSsoConfigRequest
|
|
7222
7222
|
* @returns GetApplicationSsoConfigResponse
|
|
@@ -7265,7 +7265,7 @@ class Client extends openapi_core_1.default {
|
|
|
7265
7265
|
return await this.getApplicationTemplateWithOptions(request, runtime);
|
|
7266
7266
|
}
|
|
7267
7267
|
/**
|
|
7268
|
-
* Queries the information
|
|
7268
|
+
* Queries the information about an authorization resource.
|
|
7269
7269
|
*
|
|
7270
7270
|
* @param request - GetAuthorizationResourceRequest
|
|
7271
7271
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7300,7 +7300,7 @@ class Client extends openapi_core_1.default {
|
|
|
7300
7300
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAuthorizationResourceResponse({}));
|
|
7301
7301
|
}
|
|
7302
7302
|
/**
|
|
7303
|
-
* Queries the information
|
|
7303
|
+
* Queries the information about an authorization resource.
|
|
7304
7304
|
*
|
|
7305
7305
|
* @param request - GetAuthorizationResourceRequest
|
|
7306
7306
|
* @returns GetAuthorizationResourceResponse
|
|
@@ -9893,10 +9893,10 @@ class Client extends openapi_core_1.default {
|
|
|
9893
9893
|
return await this.listApplicationsForUserWithOptions(request, runtime);
|
|
9894
9894
|
}
|
|
9895
9895
|
/**
|
|
9896
|
-
*
|
|
9896
|
+
* Lists authorized resource information.
|
|
9897
9897
|
*
|
|
9898
9898
|
* @remarks
|
|
9899
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
9899
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
9900
9900
|
*
|
|
9901
9901
|
* @param request - ListAuthorizationResourcesRequest
|
|
9902
9902
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9937,10 +9937,10 @@ class Client extends openapi_core_1.default {
|
|
|
9937
9937
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAuthorizationResourcesResponse({}));
|
|
9938
9938
|
}
|
|
9939
9939
|
/**
|
|
9940
|
-
*
|
|
9940
|
+
* Lists authorized resource information.
|
|
9941
9941
|
*
|
|
9942
9942
|
* @remarks
|
|
9943
|
-
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When
|
|
9943
|
+
* This operation queries only the direct permissions of an organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
9944
9944
|
*
|
|
9945
9945
|
* @param request - ListAuthorizationResourcesRequest
|
|
9946
9946
|
* @returns ListAuthorizationResourcesResponse
|
|
@@ -13763,10 +13763,10 @@ class Client extends openapi_core_1.default {
|
|
|
13763
13763
|
return await this.setApplicationResourceServerIdentifierWithOptions(request, runtime);
|
|
13764
13764
|
}
|
|
13765
13765
|
/**
|
|
13766
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
13766
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
13767
13767
|
*
|
|
13768
13768
|
* @remarks
|
|
13769
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
13769
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
13770
13770
|
*
|
|
13771
13771
|
* @param request - SetApplicationSsoConfigRequest
|
|
13772
13772
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13813,10 +13813,10 @@ class Client extends openapi_core_1.default {
|
|
|
13813
13813
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetApplicationSsoConfigResponse({}));
|
|
13814
13814
|
}
|
|
13815
13815
|
/**
|
|
13816
|
-
* Sets the single sign-on (SSO) configuration properties
|
|
13816
|
+
* Sets the single sign-on (SSO) configuration properties of an EIAM application.
|
|
13817
13817
|
*
|
|
13818
13818
|
* @remarks
|
|
13819
|
-
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
13819
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed afterward. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the current application.
|
|
13820
13820
|
*
|
|
13821
13821
|
* @param request - SetApplicationSsoConfigRequest
|
|
13822
13822
|
* @returns SetApplicationSsoConfigResponse
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CheckInstanceModuleStatusRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The level-2 module identifier.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* urn:alibaba:idaas:license:module:ud:customField
|
|
@@ -20,7 +20,7 @@ export declare class CheckInstanceModuleStatusRequest extends $dara.Model {
|
|
|
20
20
|
instanceId?: string;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The
|
|
23
|
+
* The level-1 module identifier.
|
|
24
24
|
*
|
|
25
25
|
* This parameter is required.
|
|
26
26
|
*
|
|
@@ -28,11 +28,25 @@ export declare class CheckInstanceModuleStatusRequest extends $dara.Model {
|
|
|
28
28
|
* urn:alibaba:idaas:license:module:ud
|
|
29
29
|
*/
|
|
30
30
|
moduleKey?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* The resource label URN key.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* urn:alibaba:idaas:license:label:template:app
|
|
37
|
+
*/
|
|
31
38
|
resourceLabelKey?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* The resource label name.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* apt_ram_user_sso
|
|
45
|
+
*/
|
|
32
46
|
resourceLabelValue?: string;
|
|
33
47
|
/**
|
|
34
48
|
* @remarks
|
|
35
|
-
* The
|
|
49
|
+
* The level-3 module identifier.
|
|
36
50
|
*
|
|
37
51
|
* @example
|
|
38
52
|
* urn:alibaba:idaas:license:module:idp:alibaba:dingtalk:pull:advanced_configuration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckInstanceModuleStatusRequest.js","sourceRoot":"","sources":["../../src/models/CheckInstanceModuleStatusRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CheckInstanceModuleStatusRequest.js","sourceRoot":"","sources":["../../src/models/CheckInstanceModuleStatusRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAqD/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,gBAAgB,EAAE,kBAAkB;YACpC,kBAAkB,EAAE,oBAAoB;YACxC,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,gBAAgB,EAAE,QAAQ;YAC1B,kBAAkB,EAAE,QAAQ;YAC5B,aAAa,EAAE,QAAQ;SACxB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlFD,4EAkFC"}
|