@atiproto/lexicons 0.7.0 → 0.7.2
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/index.js +10 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -7
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons/com/atiproto/feed/list.defs.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -911,7 +911,7 @@ var main18 = l18.permissionSet(
|
|
|
911
911
|
]
|
|
912
912
|
}),
|
|
913
913
|
l18.permission("rpc", {
|
|
914
|
-
|
|
914
|
+
aud: "*",
|
|
915
915
|
lxm: [
|
|
916
916
|
"com.atiproto.account.cart.clone",
|
|
917
917
|
"com.atiproto.account.cart.create",
|
|
@@ -977,7 +977,7 @@ var main19 = l19.permissionSet(
|
|
|
977
977
|
]
|
|
978
978
|
}),
|
|
979
979
|
l19.permission("rpc", {
|
|
980
|
-
|
|
980
|
+
aud: "*",
|
|
981
981
|
lxm: [
|
|
982
982
|
"com.atiproto.account.cart.clone",
|
|
983
983
|
"com.atiproto.account.cart.create",
|
|
@@ -1078,9 +1078,9 @@ var main20 = l20.query(
|
|
|
1078
1078
|
items: l20.array(
|
|
1079
1079
|
l20.typedUnion(
|
|
1080
1080
|
[
|
|
1081
|
-
l20.typedRef((() =>
|
|
1081
|
+
l20.typedRef((() => view2)),
|
|
1082
1082
|
l20.typedRef(
|
|
1083
|
-
(() =>
|
|
1083
|
+
(() => view3)
|
|
1084
1084
|
)
|
|
1085
1085
|
],
|
|
1086
1086
|
false
|
|
@@ -2715,7 +2715,10 @@ var list_default4 = {
|
|
|
2715
2715
|
type: "array",
|
|
2716
2716
|
items: {
|
|
2717
2717
|
type: "union",
|
|
2718
|
-
refs: [
|
|
2718
|
+
refs: [
|
|
2719
|
+
"com.atiproto.tip#view",
|
|
2720
|
+
"com.atiproto.subscription#view"
|
|
2721
|
+
]
|
|
2719
2722
|
}
|
|
2720
2723
|
},
|
|
2721
2724
|
cursor: {
|
|
@@ -3632,7 +3635,7 @@ var authEnhanced_default = {
|
|
|
3632
3635
|
{
|
|
3633
3636
|
type: "permission",
|
|
3634
3637
|
resource: "rpc",
|
|
3635
|
-
|
|
3638
|
+
aud: "*",
|
|
3636
3639
|
lxm: [
|
|
3637
3640
|
"com.atiproto.account.cart.clone",
|
|
3638
3641
|
"com.atiproto.account.cart.create",
|
|
@@ -3691,7 +3694,7 @@ var authGeneral_default = {
|
|
|
3691
3694
|
{
|
|
3692
3695
|
type: "permission",
|
|
3693
3696
|
resource: "rpc",
|
|
3694
|
-
|
|
3697
|
+
aud: "*",
|
|
3695
3698
|
lxm: [
|
|
3696
3699
|
"com.atiproto.account.cart.clone",
|
|
3697
3700
|
"com.atiproto.account.cart.create",
|