itrm-components 1.0.36-beta.4 → 1.0.36-beta.5
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.d.ts +12 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -470,6 +470,18 @@ export declare interface IUserCredentials {
|
|
|
470
470
|
config?: AxiosRequestConfig;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
+
export declare interface IWebhook {
|
|
474
|
+
webhookId?: number;
|
|
475
|
+
applicationId?: number;
|
|
476
|
+
applications?: IApplication;
|
|
477
|
+
eventName?: string;
|
|
478
|
+
eventTypes?: string[];
|
|
479
|
+
details?: any;
|
|
480
|
+
updatedAt?: string;
|
|
481
|
+
createdAt?: string;
|
|
482
|
+
config?: AxiosRequestConfig;
|
|
483
|
+
}
|
|
484
|
+
|
|
473
485
|
export declare function listFormat(value: string): string;
|
|
474
486
|
|
|
475
487
|
export declare function mapErrorCodeToHttpStatus(code: string): number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "itrm-components",
|
|
3
|
-
"version": "1.0.36-beta.
|
|
3
|
+
"version": "1.0.36-beta.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"sass": "^1.94.2",
|
|
47
47
|
"sass-loader": "^16.0.6",
|
|
48
48
|
"typescript": "^5.9.3",
|
|
49
|
-
"typescript-eslint": "^8.48.
|
|
49
|
+
"typescript-eslint": "^8.48.1",
|
|
50
50
|
"vite": "^7.2.6",
|
|
51
51
|
"vite-plugin-dts": "^4.3.0"
|
|
52
52
|
}
|