@api-client/core 0.19.34 → 0.19.36

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@api-client/core",
3
3
  "description": "The API Client's core client library. Works in NodeJS and in a ES enabled browser.",
4
- "version": "0.19.34",
4
+ "version": "0.19.36",
5
5
  "license": "UNLICENSED",
6
6
  "exports": {
7
7
  "./browser.js": {
@@ -1741,7 +1741,7 @@ export class SdkMock {
1741
1741
  options
1742
1742
  )
1743
1743
  },
1744
- listAllForEnv: async (init?: MockListResult, options?: InterceptOptions): Promise<void> => {
1744
+ listForEnvironment: async (init?: MockListResult, options?: InterceptOptions): Promise<void> => {
1745
1745
  const { mock } = this
1746
1746
  const respond = this.createDefaultResponse(
1747
1747
  200,