@types/nginstack__devops 70.0.0 → 71.0.1

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.
nginstack__devops/LICENSE CHANGED
File without changes
@@ -8,7 +8,7 @@ This package contains type definitions for @nginstack/devops (https://dev.azure.
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nginstack__devops.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 15 Mar 2023 13:32:55 GMT
11
+ * Last updated: Sat, 23 Sep 2023 20:38:33 GMT
12
12
  * Dependencies: [@types/nginstack__engine](https://npmjs.com/package/@types/nginstack__engine)
13
13
  * Global values: none
14
14
 
@@ -1,4 +1,4 @@
1
- // Type definitions for @nginstack/devops 70.0
1
+ // Type definitions for @nginstack/devops 71.0
2
2
  // Project: https://dev.azure.com/nginstack/nginstack
3
3
  // Definitions by: Renato Ribeiro <https://github.com/Henato>
4
4
  // Paulo Moreno <https://github.com/paulocmoreno>
File without changes
@@ -22,10 +22,10 @@ declare class UpdateScript {
22
22
  copyChildrenViewPermissions(directoryKey: number): number;
23
23
  }
24
24
  declare namespace UpdateScript {
25
- export { execute, EndPointConfig, ExecutionParams, ExecutionResult };
25
+ export { EndPointConfig, execute, ExecutionParams, ExecutionResult };
26
26
  }
27
- import Connection = require('@nginstack/engine/lib/connection/Connection.js');
28
- import Database = require('@nginstack/engine/lib/database/Database.js');
27
+ import Connection = require("@nginstack/engine/lib/connection/Connection.js");
28
+ import Database = require("@nginstack/engine/lib/database/Database.js");
29
29
  declare function execute(params: ExecutionParams): ExecutionResult;
30
30
  interface EndPointConfig {
31
31
  host: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nginstack__devops",
3
- "version": "70.0.0",
3
+ "version": "71.0.1",
4
4
  "description": "TypeScript definitions for @nginstack/devops",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nginstack__devops",
6
6
  "license": "MIT",
@@ -32,6 +32,6 @@
32
32
  "dependencies": {
33
33
  "@types/nginstack__engine": "*"
34
34
  },
35
- "typesPublisherContentHash": "12253f14e264d61bee34e36547fd9d4fe0e2ec02662b28336661d23b7d479645",
36
- "typeScriptVersion": "4.3"
35
+ "typesPublisherContentHash": "01a144e430a666356b28c896012a7beee5b31b2e7dc308f4acecf580833eee9a",
36
+ "typeScriptVersion": "4.5"
37
37
  }