@arkyn/types 1.2.1 → 1.2.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/api/MonitoringErrorsDTO.d.ts +2 -3
- package/dist/api/MonitoringErrorsDTO.d.ts.map +1 -1
- package/dist/components/SkeletonProps.d.ts +4 -0
- package/dist/components/SkeletonProps.d.ts.map +1 -0
- package/dist/components/SkeletonProps.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/api/MonitoringErrorsDTO.ts +2 -10
- package/src/components/SkeletonProps.ts +5 -0
- package/src/index.ts +1 -0
|
@@ -4,7 +4,6 @@ type ConfigProps = {
|
|
|
4
4
|
request: Request;
|
|
5
5
|
inbox_flow?: InboxFlowDTO;
|
|
6
6
|
};
|
|
7
|
-
type MonitoringErrorsDTO = (error:
|
|
8
|
-
type
|
|
9
|
-
export type { MonitoringErrorsDTO, InstanceMonitoringErrorsDTO };
|
|
7
|
+
type MonitoringErrorsDTO = (error: any, config: ConfigProps) => Promise<void>;
|
|
8
|
+
export type { MonitoringErrorsDTO };
|
|
10
9
|
//# sourceMappingURL=MonitoringErrorsDTO.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonitoringErrorsDTO.d.ts","sourceRoot":"","sources":["../../src/api/MonitoringErrorsDTO.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,YAAY,CAAC;CAC3B,CAAC;AAEF,KAAK,mBAAmB,GAAG,
|
|
1
|
+
{"version":3,"file":"MonitoringErrorsDTO.d.ts","sourceRoot":"","sources":["../../src/api/MonitoringErrorsDTO.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,YAAY,CAAC;CAC3B,CAAC;AAEF,KAAK,mBAAmB,GAAG,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAE9E,YAAY,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonProps.d.ts","sourceRoot":"","sources":["../../src/components/SkeletonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEpD,YAAY,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export * from "./components/FormProps";
|
|
|
16
16
|
export * from "./components/IconButtonProps";
|
|
17
17
|
export * from "./components/InputProps";
|
|
18
18
|
export * from "./components/ModalProps";
|
|
19
|
+
export * from "./components/SkeletonProps";
|
|
19
20
|
export * from "./components/TooltipProps";
|
|
20
21
|
export * from "./server/formParseProps";
|
|
21
22
|
export * from "./shared/CalculateCardInstallmentProps";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAG1C,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAG1C,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wCAAwC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -18,6 +18,7 @@ export * from "./components/FormProps";
|
|
|
18
18
|
export * from "./components/IconButtonProps";
|
|
19
19
|
export * from "./components/InputProps";
|
|
20
20
|
export * from "./components/ModalProps";
|
|
21
|
+
export * from "./components/SkeletonProps";
|
|
21
22
|
export * from "./components/TooltipProps";
|
|
22
23
|
// Server
|
|
23
24
|
export * from "./server/formParseProps";
|
package/package.json
CHANGED
|
@@ -5,14 +5,6 @@ type ConfigProps = {
|
|
|
5
5
|
inbox_flow?: InboxFlowDTO;
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
type MonitoringErrorsDTO = (
|
|
9
|
-
error: string,
|
|
10
|
-
config: ConfigProps
|
|
11
|
-
) => Promise<void>;
|
|
8
|
+
type MonitoringErrorsDTO = (error: any, config: ConfigProps) => Promise<void>;
|
|
12
9
|
|
|
13
|
-
type
|
|
14
|
-
error: string,
|
|
15
|
-
request: Request
|
|
16
|
-
) => Promise<void>;
|
|
17
|
-
|
|
18
|
-
export type { MonitoringErrorsDTO, InstanceMonitoringErrorsDTO };
|
|
10
|
+
export type { MonitoringErrorsDTO };
|
package/src/index.ts
CHANGED
|
@@ -19,6 +19,7 @@ export * from "./components/FormProps";
|
|
|
19
19
|
export * from "./components/IconButtonProps";
|
|
20
20
|
export * from "./components/InputProps";
|
|
21
21
|
export * from "./components/ModalProps";
|
|
22
|
+
export * from "./components/SkeletonProps";
|
|
22
23
|
export * from "./components/TooltipProps";
|
|
23
24
|
|
|
24
25
|
// Server
|