@stamhoofd/structures 2.97.2 → 2.97.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.
|
@@ -7,7 +7,7 @@ export declare enum UitpasClientCredentialsStatus {
|
|
|
7
7
|
}
|
|
8
8
|
export declare class UitpasClientCredentialsStatusHelper {
|
|
9
9
|
static getName(status: UitpasClientCredentialsStatus): string;
|
|
10
|
-
static getColor(status: UitpasClientCredentialsStatus): "success" | "
|
|
10
|
+
static getColor(status: UitpasClientCredentialsStatus): "success" | "info" | "warning" | "error red";
|
|
11
11
|
static getIcon(status: UitpasClientCredentialsStatus): string;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=UitpasClientCredentialsStatus.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stamhoofd/structures",
|
|
3
|
-
"version": "2.97.
|
|
3
|
+
"version": "2.97.3",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./esm/dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "254bc1658dc444653db96e7e4197b05035907a44"
|
|
48
48
|
}
|