@kl1/contracts 1.4.3 → 1.4.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.
@@ -2081,13 +2081,6 @@ export declare const GetFeedPostResponseSchema: z.ZodObject<{
2081
2081
  }, "strip", z.ZodTypeAny, {
2082
2082
  message: string;
2083
2083
  id: string;
2084
- created_time: string;
2085
- can_reply_privately: boolean;
2086
- from: {
2087
- name: string;
2088
- id: string;
2089
- };
2090
- permalink_url: string;
2091
2084
  attachments: {
2092
2085
  data: {
2093
2086
  media: {
@@ -2101,9 +2094,6 @@ export declare const GetFeedPostResponseSchema: z.ZodObject<{
2101
2094
  media_type: string;
2102
2095
  }[];
2103
2096
  };
2104
- }, {
2105
- message: string;
2106
- id: string;
2107
2097
  created_time: string;
2108
2098
  can_reply_privately: boolean;
2109
2099
  from: {
@@ -2111,6 +2101,9 @@ export declare const GetFeedPostResponseSchema: z.ZodObject<{
2111
2101
  id: string;
2112
2102
  };
2113
2103
  permalink_url: string;
2104
+ }, {
2105
+ message: string;
2106
+ id: string;
2114
2107
  attachments: {
2115
2108
  data: {
2116
2109
  media: {
@@ -2124,5 +2117,12 @@ export declare const GetFeedPostResponseSchema: z.ZodObject<{
2124
2117
  media_type: string;
2125
2118
  }[];
2126
2119
  };
2120
+ created_time: string;
2121
+ can_reply_privately: boolean;
2122
+ from: {
2123
+ name: string;
2124
+ id: string;
2125
+ };
2126
+ permalink_url: string;
2127
2127
  }>;
2128
2128
  //# sourceMappingURL=validation.d.ts.map