@tachybase/plugin-auth-dingtalk 1.3.23 → 1.3.25

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 +1 @@
1
- {"name":"@alicloud/openapi-client","version":"0.4.15","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/mocha":"^5.2.7","mocha":"^6.2.0","@types/node":"^18.0.0","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^10.0.0","typescript":"^5.6.0","@alicloud/gateway-pop":"0.0.6"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"1.4.9","@alicloud/credentials":"^2.4.2","@alicloud/openapi-util":"^0.3.2","@alicloud/gateway-spi":"^0.0.8","@alicloud/tea-xml":"0.0.3"},"files":["dist","src"],"repository":"git@github.com:aliyun/darabonba-openapi.git","_lastModified":"2025-08-02T21:27:01.835Z"}
1
+ {"name":"@alicloud/openapi-client","version":"0.4.15","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/mocha":"^5.2.7","mocha":"^6.2.0","@types/node":"^18.0.0","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^10.0.0","typescript":"^5.6.0","@alicloud/gateway-pop":"0.0.6"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"1.4.9","@alicloud/credentials":"^2.4.2","@alicloud/openapi-util":"^0.3.2","@alicloud/gateway-spi":"^0.0.8","@alicloud/tea-xml":"0.0.3"},"files":["dist","src"],"repository":"git@github.com:aliyun/darabonba-openapi.git","_lastModified":"2025-09-02T09:54:03.973Z"}
@@ -1,50 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  import { Readable } from 'stream';
3
3
  import * as $tea from '@alicloud/tea-typescript';
4
- export declare class ExtendsParameters extends $tea.Model {
5
- headers?: {
6
- [key: string]: string;
7
- };
8
- queries?: {
9
- [key: string]: string;
10
- };
11
- static names(): {
12
- [key: string]: string;
13
- };
14
- static types(): {
15
- [key: string]: any;
16
- };
17
- constructor(map?: {
18
- [key: string]: any;
19
- });
20
- }
21
- export declare class RuntimeOptions extends $tea.Model {
22
- autoretry?: boolean;
23
- ignoreSSL?: boolean;
24
- key?: string;
25
- cert?: string;
26
- ca?: string;
27
- maxAttempts?: number;
28
- backoffPolicy?: string;
29
- backoffPeriod?: number;
30
- readTimeout?: number;
31
- connectTimeout?: number;
32
- httpProxy?: string;
33
- httpsProxy?: string;
34
- noProxy?: string;
35
- maxIdleConns?: number;
36
- keepAlive?: boolean;
37
- extendsParameters?: ExtendsParameters;
38
- static names(): {
39
- [key: string]: string;
40
- };
41
- static types(): {
42
- [key: string]: any;
43
- };
44
- constructor(map?: {
45
- [key: string]: any;
46
- });
47
- }
4
+ export { ExtendsParameters, RuntimeOptions } from '@darabonba/typescript';
48
5
  export default class Client {
49
6
  static toString(buff: Buffer): string;
50
7
  static parseJSON(text: string): any;