@36node/auth-sdk 1.3.0 → 1.4.0-pr-15-9c53a5a6d5
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/main.js +33 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +33 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +43 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -209,6 +209,13 @@ const $dad94870630697a9$export$424b0b82fa10bdfa = {
|
|
|
209
209
|
type: "string",
|
|
210
210
|
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
211
211
|
},
|
|
212
|
+
types: {
|
|
213
|
+
description: "\u7C7B\u578B\uFF0C\u652F\u6301\u8BBE\u7F6E\u591A\u4E2A",
|
|
214
|
+
type: "array",
|
|
215
|
+
items: {
|
|
216
|
+
type: "string"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
212
219
|
id: {
|
|
213
220
|
type: "string",
|
|
214
221
|
description: "Entity id"
|
|
@@ -601,6 +608,13 @@ const $dad94870630697a9$export$42fb86b793a2c536 = {
|
|
|
601
608
|
format: "date-time",
|
|
602
609
|
type: "string",
|
|
603
610
|
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
611
|
+
},
|
|
612
|
+
types: {
|
|
613
|
+
description: "\u7C7B\u578B\uFF0C\u652F\u6301\u8BBE\u7F6E\u591A\u4E2A",
|
|
614
|
+
type: "array",
|
|
615
|
+
items: {
|
|
616
|
+
type: "string"
|
|
617
|
+
}
|
|
604
618
|
}
|
|
605
619
|
}
|
|
606
620
|
};
|
|
@@ -731,6 +745,13 @@ const $dad94870630697a9$export$1b308892cefd8e3e = {
|
|
|
731
745
|
format: "date-time",
|
|
732
746
|
type: "string",
|
|
733
747
|
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
748
|
+
},
|
|
749
|
+
types: {
|
|
750
|
+
description: "\u7C7B\u578B\uFF0C\u652F\u6301\u8BBE\u7F6E\u591A\u4E2A",
|
|
751
|
+
type: "array",
|
|
752
|
+
items: {
|
|
753
|
+
type: "string"
|
|
754
|
+
}
|
|
734
755
|
}
|
|
735
756
|
}
|
|
736
757
|
};
|
|
@@ -1060,6 +1081,10 @@ const $dad94870630697a9$export$8799e003f5e64a20 = {
|
|
|
1060
1081
|
const $dad94870630697a9$export$f82ca5b68f88f064 = {
|
|
1061
1082
|
type: "object",
|
|
1062
1083
|
properties: {
|
|
1084
|
+
data: {
|
|
1085
|
+
type: "string",
|
|
1086
|
+
description: "\u989D\u5916\u6570\u636E"
|
|
1087
|
+
},
|
|
1063
1088
|
name: {
|
|
1064
1089
|
type: "string",
|
|
1065
1090
|
description: "\u540D\u79F0"
|
|
@@ -1087,6 +1112,10 @@ const $dad94870630697a9$export$f82ca5b68f88f064 = {
|
|
|
1087
1112
|
const $dad94870630697a9$export$c90c1d4bd95ad384 = {
|
|
1088
1113
|
type: "object",
|
|
1089
1114
|
properties: {
|
|
1115
|
+
data: {
|
|
1116
|
+
type: "string",
|
|
1117
|
+
description: "\u989D\u5916\u6570\u636E"
|
|
1118
|
+
},
|
|
1090
1119
|
name: {
|
|
1091
1120
|
type: "string",
|
|
1092
1121
|
description: "\u540D\u79F0"
|
|
@@ -1137,6 +1166,10 @@ const $dad94870630697a9$export$c90c1d4bd95ad384 = {
|
|
|
1137
1166
|
const $dad94870630697a9$export$1003ec321a8b124 = {
|
|
1138
1167
|
type: "object",
|
|
1139
1168
|
properties: {
|
|
1169
|
+
data: {
|
|
1170
|
+
type: "string",
|
|
1171
|
+
description: "\u989D\u5916\u6570\u636E"
|
|
1172
|
+
},
|
|
1140
1173
|
name: {
|
|
1141
1174
|
type: "string",
|
|
1142
1175
|
description: "\u540D\u79F0"
|