@devopness/sdk-js 2.39.0 → 2.40.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.
@@ -1,4 +1,3 @@
1
- export * from './accepted-response-message';
2
1
  export * from './action';
3
2
  export * from './action-data';
4
3
  export * from './action-deployment-commit';
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./accepted-response-message"), exports);
18
17
  __exportStar(require("./action"), exports);
19
18
  __exportStar(require("./action-data"), exports);
20
19
  __exportStar(require("./action-deployment-commit"), exports);
@@ -15,6 +15,12 @@
15
15
  * @interface TeamUpdate
16
16
  */
17
17
  export interface TeamUpdate {
18
+ /**
19
+ * The unique ID of the given team.
20
+ * @type {number}
21
+ * @memberof TeamUpdate
22
+ */
23
+ id: number;
18
24
  /**
19
25
  * The name of the team. Must not be greater than 255 characters.
20
26
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.39.0",
3
+ "version": "2.40.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -1,24 +0,0 @@
1
- /**
2
- * devopness API
3
- * Devopness API - Painless essential DevOps to everyone
4
- *
5
- * The version of the OpenAPI document: latest
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface AcceptedResponseMessage
16
- */
17
- export interface AcceptedResponseMessage {
18
- /**
19
- * Message with information about the response
20
- * @type {string}
21
- * @memberof AcceptedResponseMessage
22
- */
23
- message: string;
24
- }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- /* eslint-disable */
3
- /**
4
- * devopness API
5
- * Devopness API - Painless essential DevOps to everyone
6
- *
7
- * The version of the OpenAPI document: latest
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- Object.defineProperty(exports, "__esModule", { value: true });