@risika/api-response-types-dev 1.248.0 → 1.249.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 Config {
10
+ approver_emails: string[];
11
+ }
package/account/index.ts CHANGED
@@ -3,6 +3,7 @@ export type { Decrement as CounterDecrement } from "./counter/decrement"
3
3
  export type { Get as CreditPolicyGet } from "./credit_policy/get"
4
4
  export type { GetActiveCountries as CreditPolicyGetActiveCountries } from "./credit_policy/get_active_countries"
5
5
  export type { Set as CreditPolicySet } from "./credit_policy/set"
6
+ export type { Config as CreditRequestConfig } from "./credit_request/config"
6
7
  export type { Create as EnterpriseCreditPoliciesCreate } from "./enterprise_credit_policies/create"
7
8
  export type { Evaluate as EnterpriseCreditPoliciesEvaluate } from "./enterprise_credit_policies/evaluate"
8
9
  export type { EvaluateMonitoringList as EnterpriseCreditPoliciesEvaluateMonitoringList } from "./enterprise_credit_policies/evaluate_monitoring_list"
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@risika/api-response-types-dev","version":"1.248.0","main":"index.js","license":"MIT","type":"module"}
1
+ {"name":"@risika/api-response-types-dev","version":"1.249.0","main":"index.js","license":"MIT","type":"module"}