@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.js CHANGED
@@ -733,6 +733,11 @@ var main8 = import_lex9.l.query(
733
733
  subscriptionUri: import_lex9.l.optional(import_lex9.l.string({ format: "at-uri" }))
734
734
  }),
735
735
  import_lex9.l.jsonPayload({
736
+ workflow: import_lex9.l.optional(
737
+ import_lex9.l.ref(
738
+ (() => outboundWorkflow)
739
+ )
740
+ ),
736
741
  uri: import_lex9.l.string({ format: "at-uri" }),
737
742
  cid: import_lex9.l.optional(import_lex9.l.string({ format: "cid" })),
738
743
  cart: import_lex9.l.ref((() => view)),
@@ -3198,6 +3203,11 @@ var get_default = {
3198
3203
  type: "object",
3199
3204
  required: ["uri", "cart", "items", "subscriptions"],
3200
3205
  properties: {
3206
+ workflow: {
3207
+ type: "ref",
3208
+ ref: "com.atiproto.actions#outboundWorkflow",
3209
+ description: "Side-effect workflow to sync server status with PDS status."
3210
+ },
3201
3211
  uri: {
3202
3212
  type: "string",
3203
3213
  format: "at-uri",