@types/nginstack__devops 72.0.0 → 81.0.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.
@@ -2,13 +2,13 @@
2
2
  > `npm install --save @types/nginstack__devops`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for @nginstack/devops (https://dev.azure.com/nginstack/nginstack).
5
+ This package contains type definitions for @nginstack/devops (https://github.com/nginstack/nginstack).
6
6
 
7
7
  # Details
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: Tue, 29 Apr 2025 03:18:01 GMT
11
+ * Last updated: Thu, 15 Jan 2026 21:36:33 GMT
12
12
  * Dependencies: [@types/nginstack__datasource](https://npmjs.com/package/@types/nginstack__datasource), [@types/nginstack__engine](https://npmjs.com/package/@types/nginstack__engine), [@types/nginstack__jsunit](https://npmjs.com/package/@types/nginstack__jsunit), [@types/nginstack__web-framework](https://npmjs.com/package/@types/nginstack__web-framework)
13
13
 
14
14
  # Credits
@@ -24,7 +24,7 @@ declare class UpdateOptions {
24
24
  emailSubject: string;
25
25
  trackingId: string;
26
26
  validate(): void;
27
- private tryLoginByAuthToken_;
27
+ private loginByAuthToken_;
28
28
  private authorize_;
29
29
  private formatReferrer_;
30
30
  private newDatabase_;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nginstack__devops",
3
- "version": "72.0.0",
3
+ "version": "81.0.0",
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",
@@ -36,6 +36,6 @@
36
36
  "@types/nginstack__web-framework": "*"
37
37
  },
38
38
  "peerDependencies": {},
39
- "typesPublisherContentHash": "fbe9775e6fa4bc227bda4bd743382a523eaf56d31d1fdbb8541424c4ef5606e5",
40
- "typeScriptVersion": "5.1"
39
+ "typesPublisherContentHash": "071848d099263bdc8816ddcb91ec7e8b9d40fd3e8a1987665a7ea8bf02ce85ef",
40
+ "typeScriptVersion": "5.2"
41
41
  }