@palmetto/dispatch-sdk 0.8.1 → 0.9.0

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.
@@ -1104,10 +1104,7 @@ export interface operations {
1104
1104
  [name: string]: unknown;
1105
1105
  };
1106
1106
  content: {
1107
- "application/json": {
1108
- data: components["schemas"]["ProjectDto"][];
1109
- paging: components["schemas"]["PagingDto"];
1110
- };
1107
+ "application/json": components["schemas"]["ProjectDto"];
1111
1108
  };
1112
1109
  };
1113
1110
  /** @description When the request is invalid */
package/dist/client.js CHANGED
@@ -23,7 +23,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
23
23
  exports.DispatchClient = void 0;
24
24
  const base_sdk_client_1 = require("@palmetto/base-sdk-client");
25
25
  const result_1 = require("@palmetto/result");
26
- const SDK_VERSION_SLUG = "palmetto-dispatch-sdk/0.8.1";
26
+ const SDK_VERSION_SLUG = "palmetto-dispatch-sdk/0.9.0";
27
27
  class DispatchClient extends base_sdk_client_1.BaseSdkClient {
28
28
  constructor(input) {
29
29
  super(Object.assign(Object.assign({}, input), { sdkVersion: SDK_VERSION_SLUG }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palmetto/dispatch-sdk",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "main": "./dist/main.js",
5
5
  "files": [
6
6
  "dist/**/*",