api.fluff4.me 1.0.1101 → 1.0.1102

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/index.d.ts CHANGED
@@ -592,6 +592,7 @@ export interface Follow {
592
592
  tag_category?: string | null
593
593
  state?: string | null
594
594
  updated: string
595
+ last_bumped?: string | null
595
596
  }
596
597
 
597
598
  export interface FollowsManifest {
package/openapi.json CHANGED
@@ -3760,6 +3760,16 @@
3760
3760
  },
3761
3761
  "updated": {
3762
3762
  "type": "string"
3763
+ },
3764
+ "last_bumped": {
3765
+ "anyOf": [
3766
+ {
3767
+ "type": "string"
3768
+ },
3769
+ {
3770
+ "type": "null"
3771
+ }
3772
+ ]
3763
3773
  }
3764
3774
  },
3765
3775
  "required": [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1101",
3
+ "version": "1.0.1102",
4
4
  "types": "index.d.ts"
5
5
  }