@gizone/rrs-client 4.2.0-alpha.274 → 4.2.0-alpha.276

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.
@@ -18,46 +18,6 @@ import type { JsonResult } from '../models';
18
18
  * @export
19
19
  */
20
20
  export declare const SMSApiAxiosParamCreator: (configuration?: Configuration) => {
21
- /**
22
- *
23
- * @param {*} [options] Override http request option.
24
- * @throws {RequiredError}
25
- */
26
- fusionGetToken2: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
27
- /**
28
- *
29
- * @param {*} [options] Override http request option.
30
- * @throws {RequiredError}
31
- */
32
- fusionGetToken3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
- /**
34
- *
35
- * @param {*} [options] Override http request option.
36
- * @throws {RequiredError}
37
- */
38
- getTokenByHttp2: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39
- /**
40
- *
41
- * @param {*} [options] Override http request option.
42
- * @throws {RequiredError}
43
- */
44
- getTokenByHttp3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
45
- /**
46
- *
47
- * @param {string} phone
48
- * @param {string} templateCode
49
- * @param {*} [options] Override http request option.
50
- * @throws {RequiredError}
51
- */
52
- sendSms: (phone: string, templateCode: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
53
- /**
54
- *
55
- * @param {string} phone
56
- * @param {string} templateCode
57
- * @param {*} [options] Override http request option.
58
- * @throws {RequiredError}
59
- */
60
- sendSms1: (phone: string, templateCode: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
61
21
  /**
62
22
  *
63
23
  * @summary 发送验证码
@@ -66,61 +26,12 @@ export declare const SMSApiAxiosParamCreator: (configuration?: Configuration) =>
66
26
  * @throws {RequiredError}
67
27
  */
68
28
  sms: (phone: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
69
- /**
70
- *
71
- * @summary 发送验证码
72
- * @param {string} phone
73
- * @param {string} msg
74
- * @param {*} [options] Override http request option.
75
- * @throws {RequiredError}
76
- */
77
- testSMS: (phone: string, msg: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
78
29
  };
79
30
  /**
80
31
  * SMSApi - functional programming interface
81
32
  * @export
82
33
  */
83
34
  export declare const SMSApiFp: (configuration?: Configuration) => {
84
- /**
85
- *
86
- * @param {*} [options] Override http request option.
87
- * @throws {RequiredError}
88
- */
89
- fusionGetToken2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
90
- /**
91
- *
92
- * @param {*} [options] Override http request option.
93
- * @throws {RequiredError}
94
- */
95
- fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
96
- /**
97
- *
98
- * @param {*} [options] Override http request option.
99
- * @throws {RequiredError}
100
- */
101
- getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
102
- /**
103
- *
104
- * @param {*} [options] Override http request option.
105
- * @throws {RequiredError}
106
- */
107
- getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
108
- /**
109
- *
110
- * @param {string} phone
111
- * @param {string} templateCode
112
- * @param {*} [options] Override http request option.
113
- * @throws {RequiredError}
114
- */
115
- sendSms(phone: string, templateCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
116
- /**
117
- *
118
- * @param {string} phone
119
- * @param {string} templateCode
120
- * @param {*} [options] Override http request option.
121
- * @throws {RequiredError}
122
- */
123
- sendSms1(phone: string, templateCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
124
35
  /**
125
36
  *
126
37
  * @summary 发送验证码
@@ -129,59 +40,12 @@ export declare const SMSApiFp: (configuration?: Configuration) => {
129
40
  * @throws {RequiredError}
130
41
  */
131
42
  sms(phone: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
132
- /**
133
- *
134
- * @summary 发送验证码
135
- * @param {string} phone
136
- * @param {string} msg
137
- * @param {*} [options] Override http request option.
138
- * @throws {RequiredError}
139
- */
140
- testSMS(phone: string, msg: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
141
43
  };
142
44
  /**
143
45
  * SMSApi - factory interface
144
46
  * @export
145
47
  */
146
48
  export declare const SMSApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
147
- /**
148
- *
149
- * @param {*} [options] Override http request option.
150
- * @throws {RequiredError}
151
- */
152
- fusionGetToken2(options?: RawAxiosRequestConfig): AxiosPromise<string>;
153
- /**
154
- *
155
- * @param {*} [options] Override http request option.
156
- * @throws {RequiredError}
157
- */
158
- fusionGetToken3(options?: RawAxiosRequestConfig): AxiosPromise<string>;
159
- /**
160
- *
161
- * @param {*} [options] Override http request option.
162
- * @throws {RequiredError}
163
- */
164
- getTokenByHttp2(options?: RawAxiosRequestConfig): AxiosPromise<string>;
165
- /**
166
- *
167
- * @param {*} [options] Override http request option.
168
- * @throws {RequiredError}
169
- */
170
- getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string>;
171
- /**
172
- *
173
- * @param {SMSApiSendSmsRequest} requestParameters Request parameters.
174
- * @param {*} [options] Override http request option.
175
- * @throws {RequiredError}
176
- */
177
- sendSms(requestParameters: SMSApiSendSmsRequest, options?: RawAxiosRequestConfig): AxiosPromise<boolean>;
178
- /**
179
- *
180
- * @param {SMSApiSendSms1Request} requestParameters Request parameters.
181
- * @param {*} [options] Override http request option.
182
- * @throws {RequiredError}
183
- */
184
- sendSms1(requestParameters: SMSApiSendSms1Request, options?: RawAxiosRequestConfig): AxiosPromise<boolean>;
185
49
  /**
186
50
  *
187
51
  * @summary 发送验证码
@@ -190,53 +54,7 @@ export declare const SMSApiFactory: (configuration?: Configuration, basePath?: s
190
54
  * @throws {RequiredError}
191
55
  */
192
56
  sms(requestParameters: SMSApiSmsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
193
- /**
194
- *
195
- * @summary 发送验证码
196
- * @param {SMSApiTestSMSRequest} requestParameters Request parameters.
197
- * @param {*} [options] Override http request option.
198
- * @throws {RequiredError}
199
- */
200
- testSMS(requestParameters: SMSApiTestSMSRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
201
57
  };
202
- /**
203
- * Request parameters for sendSms operation in SMSApi.
204
- * @export
205
- * @interface SMSApiSendSmsRequest
206
- */
207
- export interface SMSApiSendSmsRequest {
208
- /**
209
- *
210
- * @type {string}
211
- * @memberof SMSApiSendSms
212
- */
213
- readonly phone: string;
214
- /**
215
- *
216
- * @type {string}
217
- * @memberof SMSApiSendSms
218
- */
219
- readonly templateCode: string;
220
- }
221
- /**
222
- * Request parameters for sendSms1 operation in SMSApi.
223
- * @export
224
- * @interface SMSApiSendSms1Request
225
- */
226
- export interface SMSApiSendSms1Request {
227
- /**
228
- *
229
- * @type {string}
230
- * @memberof SMSApiSendSms1
231
- */
232
- readonly phone: string;
233
- /**
234
- *
235
- * @type {string}
236
- * @memberof SMSApiSendSms1
237
- */
238
- readonly templateCode: string;
239
- }
240
58
  /**
241
59
  * Request parameters for sms operation in SMSApi.
242
60
  * @export
@@ -250,25 +68,6 @@ export interface SMSApiSmsRequest {
250
68
  */
251
69
  readonly phone: string;
252
70
  }
253
- /**
254
- * Request parameters for testSMS operation in SMSApi.
255
- * @export
256
- * @interface SMSApiTestSMSRequest
257
- */
258
- export interface SMSApiTestSMSRequest {
259
- /**
260
- *
261
- * @type {string}
262
- * @memberof SMSApiTestSMS
263
- */
264
- readonly phone: string;
265
- /**
266
- *
267
- * @type {string}
268
- * @memberof SMSApiTestSMS
269
- */
270
- readonly msg: string;
271
- }
272
71
  /**
273
72
  * SMSApi - object-oriented interface
274
73
  * @export
@@ -276,50 +75,6 @@ export interface SMSApiTestSMSRequest {
276
75
  * @extends {BaseAPI}
277
76
  */
278
77
  export declare class SMSApi extends BaseAPI {
279
- /**
280
- *
281
- * @param {*} [options] Override http request option.
282
- * @throws {RequiredError}
283
- * @memberof SMSApi
284
- */
285
- fusionGetToken2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
286
- /**
287
- *
288
- * @param {*} [options] Override http request option.
289
- * @throws {RequiredError}
290
- * @memberof SMSApi
291
- */
292
- fusionGetToken3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
293
- /**
294
- *
295
- * @param {*} [options] Override http request option.
296
- * @throws {RequiredError}
297
- * @memberof SMSApi
298
- */
299
- getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
300
- /**
301
- *
302
- * @param {*} [options] Override http request option.
303
- * @throws {RequiredError}
304
- * @memberof SMSApi
305
- */
306
- getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
307
- /**
308
- *
309
- * @param {SMSApiSendSmsRequest} requestParameters Request parameters.
310
- * @param {*} [options] Override http request option.
311
- * @throws {RequiredError}
312
- * @memberof SMSApi
313
- */
314
- sendSms(requestParameters: SMSApiSendSmsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
315
- /**
316
- *
317
- * @param {SMSApiSendSms1Request} requestParameters Request parameters.
318
- * @param {*} [options] Override http request option.
319
- * @throws {RequiredError}
320
- * @memberof SMSApi
321
- */
322
- sendSms1(requestParameters: SMSApiSendSms1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
323
78
  /**
324
79
  *
325
80
  * @summary 发送验证码
@@ -329,13 +84,4 @@ export declare class SMSApi extends BaseAPI {
329
84
  * @memberof SMSApi
330
85
  */
331
86
  sms(requestParameters: SMSApiSmsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
332
- /**
333
- *
334
- * @summary 发送验证码
335
- * @param {SMSApiTestSMSRequest} requestParameters Request parameters.
336
- * @param {*} [options] Override http request option.
337
- * @throws {RequiredError}
338
- * @memberof SMSApi
339
- */
340
- testSMS(requestParameters: SMSApiTestSMSRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
341
87
  }