@jealous-robot-dev/shared-types-responses 1.13.23 → 1.13.27

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.
@@ -20,16 +20,11 @@ export interface FormWarning {
20
20
  inUse?: string;
21
21
  invalid?: string;
22
22
  }
23
- export interface PluralSingular {
24
- plural: string;
25
- singular: string;
26
- }
27
23
  export interface Currency {
28
24
  code: string;
29
25
  name: string;
30
26
  sign: string;
31
27
  id: string;
32
- align_left: boolean;
33
28
  }
34
29
  export interface LND {
35
30
  description: string;
@@ -46,6 +41,7 @@ export interface Locale {
46
41
  lang: string;
47
42
  region: string;
48
43
  country_code: string;
44
+ locale_name_utf: string;
49
45
  moment_code: string;
50
46
  }
51
47
  export declare enum CurrencyPosition {
@@ -45,6 +45,7 @@ export interface CommonData {
45
45
  preferences: {
46
46
  region: string;
47
47
  locale: string;
48
+ locale_name: string;
48
49
  moment_locale: string;
49
50
  currency: Currency;
50
51
  theme: UITHEME;
@@ -2,7 +2,7 @@ export interface SmartHeaderPhrases {
2
2
  sections: {
3
3
  activity: string;
4
4
  user: string;
5
- preferences: boolean;
5
+ preferences: string;
6
6
  other: string;
7
7
  };
8
8
  options: {
@@ -1,4 +1,4 @@
1
- import { FAQ, LND, PluralSingular, QueryResponse } from '../common';
1
+ import { FAQ, LND, QueryResponse } from '../common';
2
2
  export interface PaypalAccount {
3
3
  id: string;
4
4
  email: string;
@@ -31,7 +31,7 @@ export interface UserPaymentSettingsPhrases {
31
31
  placeholder: string;
32
32
  description2: string;
33
33
  youHaveOnly: string;
34
- attempt: PluralSingular;
34
+ attempts: string;
35
35
  failure: {
36
36
  invalid: string;
37
37
  noAttempts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.13.23",
3
+ "version": "1.13.27",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",