@selfcommunity/types 0.7.7-payments.228 → 0.7.7-payments.230

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.
@@ -122,6 +122,10 @@ export interface SCFeedObjectType {
122
122
  * Last activity at
123
123
  */
124
124
  last_activity_at: Date;
125
+ /**
126
+ * Last edited at
127
+ */
128
+ last_edited_at: Date;
125
129
  /**
126
130
  * Added at
127
131
  */
@@ -122,6 +122,10 @@ export interface SCFeedObjectType {
122
122
  * Last activity at
123
123
  */
124
124
  last_activity_at: Date;
125
+ /**
126
+ * Last edited at
127
+ */
128
+ last_edited_at: Date;
125
129
  /**
126
130
  * Added at
127
131
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.7.7-payments.228+1d8b102d6",
3
+ "version": "0.7.7-payments.230+84b43fd7e",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -106,5 +106,5 @@
106
106
  "bugs": {
107
107
  "url": "https://github.com/selfcommunity/community-js/issues"
108
108
  },
109
- "gitHead": "1d8b102d6ebd857050bf02c98940e6556cf8aacd"
109
+ "gitHead": "84b43fd7e09e5f1e177d7ebcbabe80585ed6f19e"
110
110
  }