@faable/auth-sdk 2.5.11 → 2.5.13
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/dist/api/types.d.ts +0 -2
- package/package.json +1 -1
- package/spec/openapi.json +1 -9
package/dist/api/types.d.ts
CHANGED
|
@@ -2285,7 +2285,6 @@ export interface components {
|
|
|
2285
2285
|
[key: string]: unknown;
|
|
2286
2286
|
};
|
|
2287
2287
|
IdentityCreate: {
|
|
2288
|
-
account: string;
|
|
2289
2288
|
user: string;
|
|
2290
2289
|
identity_id: string;
|
|
2291
2290
|
connection: string;
|
|
@@ -5456,7 +5455,6 @@ export interface operations {
|
|
|
5456
5455
|
requestBody: {
|
|
5457
5456
|
content: {
|
|
5458
5457
|
"application/json": {
|
|
5459
|
-
account: string;
|
|
5460
5458
|
user: string;
|
|
5461
5459
|
identity_id: string;
|
|
5462
5460
|
connection: string;
|
package/package.json
CHANGED
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.33.
|
|
6
|
+
"version": "1.33.3",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "private",
|
|
9
9
|
"url": "https://faable.com/docs/platform/privacy-policy"
|
|
@@ -1767,16 +1767,12 @@
|
|
|
1767
1767
|
"IdentityCreate": {
|
|
1768
1768
|
"type": "object",
|
|
1769
1769
|
"required": [
|
|
1770
|
-
"account",
|
|
1771
1770
|
"user",
|
|
1772
1771
|
"identity_id",
|
|
1773
1772
|
"connection",
|
|
1774
1773
|
"profile_data"
|
|
1775
1774
|
],
|
|
1776
1775
|
"properties": {
|
|
1777
|
-
"account": {
|
|
1778
|
-
"type": "string"
|
|
1779
|
-
},
|
|
1780
1776
|
"user": {
|
|
1781
1777
|
"type": "string"
|
|
1782
1778
|
},
|
|
@@ -10210,16 +10206,12 @@
|
|
|
10210
10206
|
"schema": {
|
|
10211
10207
|
"type": "object",
|
|
10212
10208
|
"required": [
|
|
10213
|
-
"account",
|
|
10214
10209
|
"user",
|
|
10215
10210
|
"identity_id",
|
|
10216
10211
|
"connection",
|
|
10217
10212
|
"profile_data"
|
|
10218
10213
|
],
|
|
10219
10214
|
"properties": {
|
|
10220
|
-
"account": {
|
|
10221
|
-
"type": "string"
|
|
10222
|
-
},
|
|
10223
10215
|
"user": {
|
|
10224
10216
|
"type": "string"
|
|
10225
10217
|
},
|