@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.js
CHANGED
|
@@ -932,7 +932,7 @@ var main18 = import_lex18.l.permissionSet(
|
|
|
932
932
|
]
|
|
933
933
|
}),
|
|
934
934
|
import_lex18.l.permission("rpc", {
|
|
935
|
-
|
|
935
|
+
aud: "*",
|
|
936
936
|
lxm: [
|
|
937
937
|
"com.atiproto.account.cart.clone",
|
|
938
938
|
"com.atiproto.account.cart.create",
|
|
@@ -998,7 +998,7 @@ var main19 = import_lex19.l.permissionSet(
|
|
|
998
998
|
]
|
|
999
999
|
}),
|
|
1000
1000
|
import_lex19.l.permission("rpc", {
|
|
1001
|
-
|
|
1001
|
+
aud: "*",
|
|
1002
1002
|
lxm: [
|
|
1003
1003
|
"com.atiproto.account.cart.clone",
|
|
1004
1004
|
"com.atiproto.account.cart.create",
|
|
@@ -1099,9 +1099,9 @@ var main20 = import_lex20.l.query(
|
|
|
1099
1099
|
items: import_lex20.l.array(
|
|
1100
1100
|
import_lex20.l.typedUnion(
|
|
1101
1101
|
[
|
|
1102
|
-
import_lex20.l.typedRef((() =>
|
|
1102
|
+
import_lex20.l.typedRef((() => view2)),
|
|
1103
1103
|
import_lex20.l.typedRef(
|
|
1104
|
-
(() =>
|
|
1104
|
+
(() => view3)
|
|
1105
1105
|
)
|
|
1106
1106
|
],
|
|
1107
1107
|
false
|
|
@@ -2736,7 +2736,10 @@ var list_default4 = {
|
|
|
2736
2736
|
type: "array",
|
|
2737
2737
|
items: {
|
|
2738
2738
|
type: "union",
|
|
2739
|
-
refs: [
|
|
2739
|
+
refs: [
|
|
2740
|
+
"com.atiproto.tip#view",
|
|
2741
|
+
"com.atiproto.subscription#view"
|
|
2742
|
+
]
|
|
2740
2743
|
}
|
|
2741
2744
|
},
|
|
2742
2745
|
cursor: {
|
|
@@ -3653,7 +3656,7 @@ var authEnhanced_default = {
|
|
|
3653
3656
|
{
|
|
3654
3657
|
type: "permission",
|
|
3655
3658
|
resource: "rpc",
|
|
3656
|
-
|
|
3659
|
+
aud: "*",
|
|
3657
3660
|
lxm: [
|
|
3658
3661
|
"com.atiproto.account.cart.clone",
|
|
3659
3662
|
"com.atiproto.account.cart.create",
|
|
@@ -3712,7 +3715,7 @@ var authGeneral_default = {
|
|
|
3712
3715
|
{
|
|
3713
3716
|
type: "permission",
|
|
3714
3717
|
resource: "rpc",
|
|
3715
|
-
|
|
3718
|
+
aud: "*",
|
|
3716
3719
|
lxm: [
|
|
3717
3720
|
"com.atiproto.account.cart.clone",
|
|
3718
3721
|
"com.atiproto.account.cart.create",
|