overleaf/services/web/types
Antoine Clausse 5821dc7273 [web] Fix main branch linting error (#21749)
* Sync package-lock

I get this change when running `make install && bin/npm i`

* Add `featureUsage` to LoggedOutUser keys

We might want to change this to something like this:

```
export type NullifyProperties<T> = {
  [P in keyof T]: undefined
}

export type LoggedOutUser = {
  id: null
} & NullifyProperties<Omit<User, 'id'>>
```

* Revert "Sync package-lock"

This reverts commit 982466eba3f8d72a388d248b66658be0350b2d09.

* Remove `canceledSubscription` types for now

This is breaking the build at the moment. We can work on creating a `Request` that matches our usages of it

GitOrigin-RevId: bb21baba6a074c2169af786a9e56b33beddddd2f
2024-11-11 09:04:56 +00:00
..
admin
group-management
helpers
history
ide
project/dashboard
recurly
review-panel
subscription Merge pull request #21556 from overleaf/em-subscription-change-interstitial 2024-11-07 09:04:49 +00:00
affiliation.ts
annotation.ts
assets.d.ts
bootstrap.ts
change.ts
cms.ts
currency-code.ts Merge pull request #21556 from overleaf/em-subscription-change-interstitial 2024-11-07 09:04:49 +00:00
doc.ts
exposed-settings.ts
file-ref.ts
file-tree-entity.ts
folder.ts
globals.d.ts
highlight.ts
institution.ts
oauth-providers.ts
password-strength-options.ts
portal-template.ts
portal.ts
preview-path.ts
project-settings.ts
project.ts
public-access-level.ts
settings-page.ts
share-doc.ts
sorting-order.d.ts
split-test.ts
system-message.ts
team-invite.ts
third-party-ids.ts
university.ts
user-email.ts
user-settings.ts
user.ts [web] Fix main branch linting error (#21749) 2024-11-11 09:04:56 +00:00
utils.ts
web-module.ts
window.ts