@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.
package/dist/index.mjs CHANGED
@@ -712,6 +712,11 @@ var main8 = l9.query(
712
712
  subscriptionUri: l9.optional(l9.string({ format: "at-uri" }))
713
713
  }),
714
714
  l9.jsonPayload({
715
+ workflow: l9.optional(
716
+ l9.ref(
717
+ (() => outboundWorkflow)
718
+ )
719
+ ),
715
720
  uri: l9.string({ format: "at-uri" }),
716
721
  cid: l9.optional(l9.string({ format: "cid" })),
717
722
  cart: l9.ref((() => view)),
@@ -3177,6 +3182,11 @@ var get_default = {
3177
3182
  type: "object",
3178
3183
  required: ["uri", "cart", "items", "subscriptions"],
3179
3184
  properties: {
3185
+ workflow: {
3186
+ type: "ref",
3187
+ ref: "com.atiproto.actions#outboundWorkflow",
3188
+ description: "Side-effect workflow to sync server status with PDS status."
3189
+ },
3180
3190
  uri: {
3181
3191
  type: "string",
3182
3192
  format: "at-uri",