1 | /**
|
2 | * LIFF server API
|
3 | * LIFF Server API.
|
4 | *
|
5 | * The version of the OpenAPI document: 1.0.0
|
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 | import { LiffBotPrompt } from "./liffBotPrompt.js";
|
13 | import { LiffFeatures } from "./liffFeatures.js";
|
14 | import { LiffScope } from "./liffScope.js";
|
15 | import { LiffView } from "./liffView.js";
|
16 | export type AddLiffAppRequest = {
|
17 | /**
|
18 | *
|
19 | * @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">view Documentation</a>
|
20 | */
|
21 | view: LiffView;
|
22 | /**
|
23 | * Name of the LIFF app. The LIFF app name can\'t include \"LINE\" or similar strings, or inappropriate strings.
|
24 | *
|
25 | * @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">description Documentation</a>
|
26 | */
|
27 | description?: string;
|
28 | /**
|
29 | *
|
30 | * @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">features Documentation</a>
|
31 | */
|
32 | features?: LiffFeatures;
|
33 | /**
|
34 | * How additional information in LIFF URLs is handled. Specify `concat`.
|
35 | *
|
36 | * @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">permanentLinkPattern Documentation</a>
|
37 | */
|
38 | permanentLinkPattern?: string;
|
39 | /**
|
40 | *
|
41 | * @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">scope Documentation</a>
|
42 | */
|
43 | scope?: Array<LiffScope>;
|
44 | /**
|
45 | *
|
46 | * @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">botPrompt Documentation</a>
|
47 | */
|
48 | botPrompt?: LiffBotPrompt;
|
49 | };
|
50 | export declare namespace AddLiffAppRequest { }
|
51 | //# sourceMappingURL=addLiffAppRequest.d.ts.map |
\ | No newline at end of file |