@worknice/js-sdk 0.3.0 → 0.3.1-rc.2

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.
@@ -146,6 +146,8 @@ type ApiToken = {
146
146
  updatedAt: Scalars['DateTime']['output'];
147
147
  };
148
148
  type App = {
149
+ categories: Array<AppCategory>;
150
+ /** @deprecated Use 'categories' instead. */
149
151
  category: AppCategory;
150
152
  config: AppConfig;
151
153
  description?: Maybe<Scalars['Markdown']['output']>;