@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/main.js
CHANGED
|
@@ -226,6 +226,13 @@ const $00d9c40198a72115$export$424b0b82fa10bdfa = {
|
|
|
226
226
|
type: "string",
|
|
227
227
|
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
228
228
|
},
|
|
229
|
+
types: {
|
|
230
|
+
description: "\u7C7B\u578B\uFF0C\u652F\u6301\u8BBE\u7F6E\u591A\u4E2A",
|
|
231
|
+
type: "array",
|
|
232
|
+
items: {
|
|
233
|
+
type: "string"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
229
236
|
id: {
|
|
230
237
|
type: "string",
|
|
231
238
|
description: "Entity id"
|
|
@@ -618,6 +625,13 @@ const $00d9c40198a72115$export$42fb86b793a2c536 = {
|
|
|
618
625
|
format: "date-time",
|
|
619
626
|
type: "string",
|
|
620
627
|
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
628
|
+
},
|
|
629
|
+
types: {
|
|
630
|
+
description: "\u7C7B\u578B\uFF0C\u652F\u6301\u8BBE\u7F6E\u591A\u4E2A",
|
|
631
|
+
type: "array",
|
|
632
|
+
items: {
|
|
633
|
+
type: "string"
|
|
634
|
+
}
|
|
621
635
|
}
|
|
622
636
|
}
|
|
623
637
|
};
|
|
@@ -748,6 +762,13 @@ const $00d9c40198a72115$export$1b308892cefd8e3e = {
|
|
|
748
762
|
format: "date-time",
|
|
749
763
|
type: "string",
|
|
750
764
|
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
765
|
+
},
|
|
766
|
+
types: {
|
|
767
|
+
description: "\u7C7B\u578B\uFF0C\u652F\u6301\u8BBE\u7F6E\u591A\u4E2A",
|
|
768
|
+
type: "array",
|
|
769
|
+
items: {
|
|
770
|
+
type: "string"
|
|
771
|
+
}
|
|
751
772
|
}
|
|
752
773
|
}
|
|
753
774
|
};
|
|
@@ -1077,6 +1098,10 @@ const $00d9c40198a72115$export$8799e003f5e64a20 = {
|
|
|
1077
1098
|
const $00d9c40198a72115$export$f82ca5b68f88f064 = {
|
|
1078
1099
|
type: "object",
|
|
1079
1100
|
properties: {
|
|
1101
|
+
data: {
|
|
1102
|
+
type: "string",
|
|
1103
|
+
description: "\u989D\u5916\u6570\u636E"
|
|
1104
|
+
},
|
|
1080
1105
|
name: {
|
|
1081
1106
|
type: "string",
|
|
1082
1107
|
description: "\u540D\u79F0"
|
|
@@ -1104,6 +1129,10 @@ const $00d9c40198a72115$export$f82ca5b68f88f064 = {
|
|
|
1104
1129
|
const $00d9c40198a72115$export$c90c1d4bd95ad384 = {
|
|
1105
1130
|
type: "object",
|
|
1106
1131
|
properties: {
|
|
1132
|
+
data: {
|
|
1133
|
+
type: "string",
|
|
1134
|
+
description: "\u989D\u5916\u6570\u636E"
|
|
1135
|
+
},
|
|
1107
1136
|
name: {
|
|
1108
1137
|
type: "string",
|
|
1109
1138
|
description: "\u540D\u79F0"
|
|
@@ -1154,6 +1183,10 @@ const $00d9c40198a72115$export$c90c1d4bd95ad384 = {
|
|
|
1154
1183
|
const $00d9c40198a72115$export$1003ec321a8b124 = {
|
|
1155
1184
|
type: "object",
|
|
1156
1185
|
properties: {
|
|
1186
|
+
data: {
|
|
1187
|
+
type: "string",
|
|
1188
|
+
description: "\u989D\u5916\u6570\u636E"
|
|
1189
|
+
},
|
|
1157
1190
|
name: {
|
|
1158
1191
|
type: "string",
|
|
1159
1192
|
description: "\u540D\u79F0"
|