@atproto/api 0.16.4 → 0.16.5

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.
@@ -13120,6 +13120,29 @@ exports.schemaDict = {
13120
13120
  },
13121
13121
  },
13122
13122
  },
13123
+ ComAtprotoTempRevokeAccountCredentials: {
13124
+ lexicon: 1,
13125
+ id: 'com.atproto.temp.revokeAccountCredentials',
13126
+ defs: {
13127
+ main: {
13128
+ type: 'procedure',
13129
+ description: 'Revoke sessions, password, and app passwords associated with account. May be resolved by a password reset.',
13130
+ input: {
13131
+ encoding: 'application/json',
13132
+ schema: {
13133
+ type: 'object',
13134
+ required: ['account'],
13135
+ properties: {
13136
+ account: {
13137
+ type: 'string',
13138
+ format: 'at-identifier',
13139
+ },
13140
+ },
13141
+ },
13142
+ },
13143
+ },
13144
+ },
13145
+ },
13123
13146
  ToolsOzoneCommunicationCreateTemplate: {
13124
13147
  lexicon: 1,
13125
13148
  id: 'tools.ozone.communication.createTemplate',
@@ -17574,6 +17597,7 @@ exports.ids = {
17574
17597
  ComAtprotoTempCheckSignupQueue: 'com.atproto.temp.checkSignupQueue',
17575
17598
  ComAtprotoTempFetchLabels: 'com.atproto.temp.fetchLabels',
17576
17599
  ComAtprotoTempRequestPhoneVerification: 'com.atproto.temp.requestPhoneVerification',
17600
+ ComAtprotoTempRevokeAccountCredentials: 'com.atproto.temp.revokeAccountCredentials',
17577
17601
  ToolsOzoneCommunicationCreateTemplate: 'tools.ozone.communication.createTemplate',
17578
17602
  ToolsOzoneCommunicationDefs: 'tools.ozone.communication.defs',
17579
17603
  ToolsOzoneCommunicationDeleteTemplate: 'tools.ozone.communication.deleteTemplate',