@faable/auth-sdk 1.3.34 → 1.3.35

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.
@@ -60,7 +60,7 @@ export declare class FaableAuthApi extends FaableApi {
60
60
  birth_date?: string | null | undefined;
61
61
  gender?: string | null | undefined;
62
62
  zoneinfo?: string | null | undefined;
63
- locale?: string | undefined;
63
+ locale?: string | null | undefined;
64
64
  region?: string | null | undefined;
65
65
  website?: string | null | undefined;
66
66
  address?: {
@@ -110,7 +110,7 @@ export declare class FaableAuthApi extends FaableApi {
110
110
  birth_date?: string | null | undefined;
111
111
  gender?: string | null | undefined;
112
112
  zoneinfo?: string | null | undefined;
113
- locale?: string | undefined;
113
+ locale?: string | null | undefined;
114
114
  region?: string | null | undefined;
115
115
  website?: string | null | undefined;
116
116
  address?: {
@@ -163,7 +163,7 @@ export declare class FaableAuthApi extends FaableApi {
163
163
  birth_date?: string | null | undefined;
164
164
  gender?: string | null | undefined;
165
165
  zoneinfo?: string | null | undefined;
166
- locale?: string | undefined;
166
+ locale?: string | null | undefined;
167
167
  region?: string | null | undefined;
168
168
  website?: string | null | undefined;
169
169
  address?: {
@@ -214,7 +214,7 @@ export declare class FaableAuthApi extends FaableApi {
214
214
  birth_date?: string | null | undefined;
215
215
  gender?: string | null | undefined;
216
216
  zoneinfo?: string | null | undefined;
217
- locale?: string | undefined;
217
+ locale?: string | null | undefined;
218
218
  region?: string | null | undefined;
219
219
  website?: string | null | undefined;
220
220
  address?: {
@@ -264,7 +264,7 @@ export declare class FaableAuthApi extends FaableApi {
264
264
  birth_date?: string | null | undefined;
265
265
  gender?: string | null | undefined;
266
266
  zoneinfo?: string | null | undefined;
267
- locale?: string | undefined;
267
+ locale?: string | null | undefined;
268
268
  region?: string | null | undefined;
269
269
  website?: string | null | undefined;
270
270
  address?: {
@@ -314,7 +314,7 @@ export declare class FaableAuthApi extends FaableApi {
314
314
  birth_date?: string | null | undefined;
315
315
  gender?: string | null | undefined;
316
316
  zoneinfo?: string | null | undefined;
317
- locale?: string | undefined;
317
+ locale?: string | null | undefined;
318
318
  region?: string | null | undefined;
319
319
  website?: string | null | undefined;
320
320
  address?: {
@@ -1963,7 +1963,7 @@ export interface components {
1963
1963
  /** @description IANA time-zone name (e.g. "Europe/Madrid"). OIDC §5.1 — used for the `zoneinfo` claim. */
1964
1964
  zoneinfo?: string | null;
1965
1965
  /** @description user main language */
1966
- locale?: string;
1966
+ locale?: string | null;
1967
1967
  /** @description customer region */
1968
1968
  region?: string | null;
1969
1969
  /** @description URL of the User's personal Web page or blog (OIDC §5.1) */
@@ -2104,8 +2104,8 @@ export interface components {
2104
2104
  country_iso?: string;
2105
2105
  /** @description user birth_date */
2106
2106
  birth_date?: string;
2107
- /** @description user birth_date */
2108
- locale?: string;
2107
+ /** @description user main language */
2108
+ locale?: string | null;
2109
2109
  /** @description User picture url */
2110
2110
  picture?: string;
2111
2111
  /** @description User defined metadata */
@@ -4552,7 +4552,7 @@ export interface operations {
4552
4552
  /** @description IANA time-zone name (e.g. "Europe/Madrid"). OIDC §5.1 — used for the `zoneinfo` claim. */
4553
4553
  zoneinfo?: string | null;
4554
4554
  /** @description user main language */
4555
- locale?: string;
4555
+ locale?: string | null;
4556
4556
  /** @description customer region */
4557
4557
  region?: string | null;
4558
4558
  /** @description URL of the User's personal Web page or blog (OIDC §5.1) */
@@ -4673,7 +4673,7 @@ export interface operations {
4673
4673
  /** @description IANA time-zone name (e.g. "Europe/Madrid"). OIDC §5.1 — used for the `zoneinfo` claim. */
4674
4674
  zoneinfo?: string | null;
4675
4675
  /** @description user main language */
4676
- locale?: string;
4676
+ locale?: string | null;
4677
4677
  /** @description customer region */
4678
4678
  region?: string | null;
4679
4679
  /** @description URL of the User's personal Web page or blog (OIDC §5.1) */
@@ -4761,8 +4761,8 @@ export interface operations {
4761
4761
  country_iso?: string;
4762
4762
  /** @description user birth_date */
4763
4763
  birth_date?: string;
4764
- /** @description user birth_date */
4765
- locale?: string;
4764
+ /** @description user main language */
4765
+ locale?: string | null;
4766
4766
  /** @description User picture url */
4767
4767
  picture?: string;
4768
4768
  /** @description User defined metadata */
@@ -4830,7 +4830,7 @@ export interface operations {
4830
4830
  /** @description IANA time-zone name (e.g. "Europe/Madrid"). OIDC §5.1 — used for the `zoneinfo` claim. */
4831
4831
  zoneinfo?: string | null;
4832
4832
  /** @description user main language */
4833
- locale?: string;
4833
+ locale?: string | null;
4834
4834
  /** @description customer region */
4835
4835
  region?: string | null;
4836
4836
  /** @description URL of the User's personal Web page or blog (OIDC §5.1) */
@@ -4951,7 +4951,7 @@ export interface operations {
4951
4951
  /** @description IANA time-zone name (e.g. "Europe/Madrid"). OIDC §5.1 — used for the `zoneinfo` claim. */
4952
4952
  zoneinfo?: string | null;
4953
4953
  /** @description user main language */
4954
- locale?: string;
4954
+ locale?: string | null;
4955
4955
  /** @description customer region */
4956
4956
  region?: string | null;
4957
4957
  /** @description URL of the User's personal Web page or blog (OIDC §5.1) */
@@ -8409,7 +8409,7 @@ export interface operations {
8409
8409
  /** @description IANA time-zone name (e.g. "Europe/Madrid"). OIDC §5.1 — used for the `zoneinfo` claim. */
8410
8410
  zoneinfo?: string | null;
8411
8411
  /** @description user main language */
8412
- locale?: string;
8412
+ locale?: string | null;
8413
8413
  /** @description customer region */
8414
8414
  region?: string | null;
8415
8415
  /** @description URL of the User's personal Web page or blog (OIDC §5.1) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faable/auth-sdk",
3
- "version": "1.3.34",
3
+ "version": "1.3.35",
4
4
  "author": "Marc Pomar <marc@faable.com>",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/spec/openapi.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "@faablecloud/auth",
5
5
  "description": "Auth Platform made by Faable. Manage Users and Roles",
6
- "version": "1.10.9",
6
+ "version": "1.10.10",
7
7
  "license": {
8
8
  "name": "private",
9
9
  "url": "https://faable.com/docs/platform/privacy-policy"
@@ -1235,7 +1235,8 @@
1235
1235
  },
1236
1236
  "locale": {
1237
1237
  "type": "string",
1238
- "description": "user main language"
1238
+ "description": "user main language",
1239
+ "nullable": true
1239
1240
  },
1240
1241
  "region": {
1241
1242
  "type": "string",
@@ -1497,7 +1498,8 @@
1497
1498
  },
1498
1499
  "locale": {
1499
1500
  "type": "string",
1500
- "description": "user birth_date"
1501
+ "description": "user main language",
1502
+ "nullable": true
1501
1503
  },
1502
1504
  "picture": {
1503
1505
  "type": "string",
@@ -8119,7 +8121,8 @@
8119
8121
  },
8120
8122
  "locale": {
8121
8123
  "type": "string",
8122
- "description": "user main language"
8124
+ "description": "user main language",
8125
+ "nullable": true
8123
8126
  },
8124
8127
  "region": {
8125
8128
  "type": "string",
@@ -8451,7 +8454,8 @@
8451
8454
  },
8452
8455
  "locale": {
8453
8456
  "type": "string",
8454
- "description": "user main language"
8457
+ "description": "user main language",
8458
+ "nullable": true
8455
8459
  },
8456
8460
  "region": {
8457
8461
  "type": "string",
@@ -8610,7 +8614,8 @@
8610
8614
  },
8611
8615
  "locale": {
8612
8616
  "type": "string",
8613
- "description": "user birth_date"
8617
+ "description": "user main language",
8618
+ "nullable": true
8614
8619
  },
8615
8620
  "picture": {
8616
8621
  "type": "string",
@@ -8852,7 +8857,8 @@
8852
8857
  },
8853
8858
  "locale": {
8854
8859
  "type": "string",
8855
- "description": "user main language"
8860
+ "description": "user main language",
8861
+ "nullable": true
8856
8862
  },
8857
8863
  "region": {
8858
8864
  "type": "string",
@@ -9182,7 +9188,8 @@
9182
9188
  },
9183
9189
  "locale": {
9184
9190
  "type": "string",
9185
- "description": "user main language"
9191
+ "description": "user main language",
9192
+ "nullable": true
9186
9193
  },
9187
9194
  "region": {
9188
9195
  "type": "string",
@@ -17178,7 +17185,8 @@
17178
17185
  },
17179
17186
  "locale": {
17180
17187
  "type": "string",
17181
- "description": "user main language"
17188
+ "description": "user main language",
17189
+ "nullable": true
17182
17190
  },
17183
17191
  "region": {
17184
17192
  "type": "string",