You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add Resource Type to contentful-management [DANTE-1832]
* feat: add tests
* feat: add getMany and orgId to ResourceType APIs
* fix: unit test
* fix: remove resource type id in test
* feat: update comments, add more tests
* feat: add resource methods
* fix: unit tests
* fix: lint
* fix: improve the mocked data in functions for a better integration test
* feat: export the resource related types
* fix: wait 1s after deletion
* fix: remove type id from getMany
* fix: make the query params optional for resources and resourceTypes
---------
Co-authored-by: Maya <[email protected]>
* Gets a collection of all resources for a given resource type based on native external references app installations in the environment
2321
+
* @param resourceTypeId - Id of the resourceType to get its resources
2322
+
* @param query - Either LookupQuery options with 'sys.urn[in]' param or a Search query with 'query' param, in both cases you can add pagination options
2323
+
* @return Promise for a collection of Resources for a given resourceTypeId
0 commit comments