@risika/api-response-types 1.1.0 → 1.2.0
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.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export interface ApplyAll {
|
|
10
|
+
status: "ok";
|
|
11
|
+
}
|
package/account/index.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
export type { Decrement as CounterDecrement } from "./counter/decrement"
|
|
3
|
+
export type { ApplyAll as CreditPolicyApplyAll } from "./credit_policy/apply_all"
|
|
3
4
|
export type { Get as CreditPolicyGet } from "./credit_policy/get"
|
|
4
5
|
export type { GetActiveCountries as CreditPolicyGetActiveCountries } from "./credit_policy/get_active_countries"
|
|
5
6
|
export type { Set as CreditPolicySet } from "./credit_policy/set"
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@risika/api-response-types","version":"1.
|
|
1
|
+
{"name":"@risika/api-response-types","version":"1.2.0","main":"index.js","license":"MIT","type":"module"}
|