@sailpoint/connector-sdk 1.1.15 → 1.1.16
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.
|
@@ -6,17 +6,11 @@ export type StdApplicationDiscoveryInputList = {};
|
|
|
6
6
|
* Output object of `std:application-discovery:list` command
|
|
7
7
|
*/
|
|
8
8
|
export type StdApplicationDiscoveryOutputList = {
|
|
9
|
-
discoveredApplication: DiscoveredApplication;
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* DiscoveredApplication object for `std:application-discovery:list` command output
|
|
13
|
-
*/
|
|
14
|
-
export type DiscoveredApplication = {
|
|
15
9
|
id: string;
|
|
16
10
|
primaryAppName: string;
|
|
17
|
-
secondaryAppName
|
|
11
|
+
secondaryAppName?: string;
|
|
18
12
|
description: string;
|
|
19
|
-
status
|
|
20
|
-
|
|
13
|
+
status?: string;
|
|
14
|
+
[properties: string]: string | string[] | undefined | Record<string, string>[];
|
|
21
15
|
};
|
|
22
16
|
//# sourceMappingURL=std-application-discovery-list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"std-application-discovery-list.d.ts","sourceRoot":"","sources":["../../../lib/commands/std-application-discovery-list.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG,EAAE,CAAA;AAEjD;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC/C,
|
|
1
|
+
{"version":3,"file":"std-application-discovery-list.d.ts","sourceRoot":"","sources":["../../../lib/commands/std-application-discovery-list.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG,EAAE,CAAA;AAEjD;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,GAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAA;CAC/E,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sailpoint/connector-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"description": "JavaScript framework to build SailPoint Connectors",
|
|
5
5
|
"author": "SailPoint Technologies, Inc.",
|
|
6
6
|
"license": "Copyright (c) 2023. SailPoint Technologies, Inc. All rights reserved.",
|