@atiproto/lexicons 1.0.0 → 1.1.0
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { l } from '@atproto/lex';
|
|
2
|
+
import * as AtiprotoActions from '../../actions.defs.js';
|
|
2
3
|
import * as AtiprotoCart from '../../cart.defs.js';
|
|
3
4
|
import * as AtiprotoItem from '../../item.defs.js';
|
|
4
5
|
import * as AtiprotoSubscription from '../../subscription.defs.js';
|
|
@@ -16,6 +17,7 @@ declare const main: l.Query<"com.atiproto.payment.cart.get", l.ParamsSchema<{
|
|
|
16
17
|
readonly format: "at-uri";
|
|
17
18
|
}>>;
|
|
18
19
|
}>, l.Payload<"application/json", l.ObjectSchema<{
|
|
20
|
+
workflow: l.OptionalSchema<l.RefSchema<l.Validator<AtiprotoActions.OutboundWorkflow, AtiprotoActions.OutboundWorkflow>>>;
|
|
19
21
|
uri: l.StringSchema<{
|
|
20
22
|
readonly format: "at-uri";
|
|
21
23
|
}>;
|
|
@@ -44,6 +46,7 @@ export declare const $lxm: "com.atiproto.payment.cart.get", $params: l.ParamsSch
|
|
|
44
46
|
readonly format: "at-uri";
|
|
45
47
|
}>>;
|
|
46
48
|
}>, $output: l.Payload<"application/json", l.ObjectSchema<{
|
|
49
|
+
workflow: l.OptionalSchema<l.RefSchema<l.Validator<AtiprotoActions.OutboundWorkflow, AtiprotoActions.OutboundWorkflow>>>;
|
|
47
50
|
uri: l.StringSchema<{
|
|
48
51
|
readonly format: "at-uri";
|
|
49
52
|
}>;
|