@risika/api-response-types-dev 1.215.0 → 1.217.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.
package/account/status.ts CHANGED
@@ -116,6 +116,7 @@ export interface RestrictionRights {
116
116
  global: {
117
117
  enterprise_credit_policy: boolean;
118
118
  observational_lists: boolean;
119
+ global_data_subscription_expiry?: string | null;
119
120
  };
120
121
  }
121
122
  export interface ScoreModels {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@risika/api-response-types-dev","version":"1.215.0","main":"index.js","license":"MIT","type":"module"}
1
+ {"name":"@risika/api-response-types-dev","version":"1.217.0","main":"index.js","license":"MIT","type":"module"}