dnf-api 0.5.21 → 0.6.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.
Files changed (60) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +313 -313
  3. package/bun.lockb +0 -0
  4. package/jest.config.js +12 -12
  5. package/package.json +37 -41
  6. package/src/api/auction.ts +67 -61
  7. package/src/api/characters.equip.ts +81 -53
  8. package/src/api/characters.skill.ts +52 -52
  9. package/src/api/characters.ts +91 -60
  10. package/src/api/index.ts +9 -9
  11. package/src/api/items.ts +27 -9
  12. package/src/api/server.ts +9 -9
  13. package/src/api/setitems.ts +34 -29
  14. package/src/index.ts +29 -18
  15. package/src/model/character.ts +51 -3
  16. package/src/model/index.ts +86 -62
  17. package/src/model/item.ts +74 -22
  18. package/src/model/setitem.ts +31 -31
  19. package/src/util/config.ts +20 -19
  20. package/src/util/index.ts +6 -6
  21. package/src/util/params.ts +14 -5
  22. package/src/util/query.ts +103 -109
  23. package/src/util/static.ts +51 -45
  24. package/dist/api/auction.d.ts +0 -24
  25. package/dist/api/auction.js +0 -58
  26. package/dist/api/characters.d.ts +0 -32
  27. package/dist/api/characters.equip.d.ts +0 -29
  28. package/dist/api/characters.equip.js +0 -51
  29. package/dist/api/characters.js +0 -58
  30. package/dist/api/characters.skill.d.ts +0 -29
  31. package/dist/api/characters.skill.js +0 -51
  32. package/dist/api/index.d.ts +0 -8
  33. package/dist/api/index.js +0 -23
  34. package/dist/api/items.d.ts +0 -15
  35. package/dist/api/items.js +0 -40
  36. package/dist/api/server.d.ts +0 -2
  37. package/dist/api/server.js +0 -9
  38. package/dist/api/setitems.d.ts +0 -15
  39. package/dist/api/setitems.js +0 -28
  40. package/dist/index.d.ts +0 -14
  41. package/dist/index.js +0 -35
  42. package/dist/model/character.d.ts +0 -41
  43. package/dist/model/character.js +0 -2
  44. package/dist/model/index.d.ts +0 -56
  45. package/dist/model/index.js +0 -15
  46. package/dist/model/item.d.ts +0 -45
  47. package/dist/model/item.js +0 -2
  48. package/dist/model/setitem.d.ts +0 -24
  49. package/dist/model/setitem.js +0 -2
  50. package/dist/util/config.d.ts +0 -11
  51. package/dist/util/config.js +0 -12
  52. package/dist/util/index.d.ts +0 -5
  53. package/dist/util/index.js +0 -20
  54. package/dist/util/params.d.ts +0 -67
  55. package/dist/util/params.js +0 -2
  56. package/dist/util/query.d.ts +0 -14
  57. package/dist/util/query.js +0 -132
  58. package/dist/util/static.d.ts +0 -44
  59. package/dist/util/static.js +0 -53
  60. package/src/index.tmp.js +0 -48
@@ -1,51 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const util_1 = require("../util");
4
- /**
5
- * 아이템 및 장비를 통한 스킬 강화 제외 입니다.
6
- *
7
- * @param {Static.Server} serverId 캐릭터가 존재하는 서버의 이름입니다.
8
- * @param {string} characterId 검색할 캐릭터의 ID입니다.
9
- */
10
- exports.style = (serverId, characterId) => {
11
- let opt = {
12
- base: `${util_1.Query.UriBuilder(util_1.Static.BaseUri.Servers, serverId, "characters", characterId, "skill", "style")}`,
13
- };
14
- return util_1.Query.Request(opt);
15
- };
16
- /**
17
- * 캐릭터 '버프 스킬 강화 장착 장비'(스위칭) 를 조회합니다.
18
- *
19
- * @param {Static.Server} serverId 캐릭터가 존재하는 서버의 이름입니다.
20
- * @param {string} characterId 검색할 캐릭터의 ID입니다.
21
- */
22
- exports.equipment = (serverId, characterId) => {
23
- let opt = {
24
- base: `${util_1.Query.UriBuilder(util_1.Static.BaseUri.Servers, serverId, "characters", characterId, "skill", "buff", "equip", "equipment")}`,
25
- };
26
- return util_1.Query.Request(opt);
27
- };
28
- /**
29
- * 캐릭터 '버프 스킬 강화 장착 아바타'(스위칭) 를 조회합니다.
30
- *
31
- * @param {Static.Server} serverId 캐릭터가 존재하는 서버의 이름입니다.
32
- * @param {string} characterId 검색할 캐릭터의 ID입니다.
33
- */
34
- exports.avatar = (serverId, characterId) => {
35
- let opt = {
36
- base: `${util_1.Query.UriBuilder(util_1.Static.BaseUri.Servers, serverId, "characters", characterId, "skill", "buff", "equip", "avatar")}`,
37
- };
38
- return util_1.Query.Request(opt);
39
- };
40
- /**
41
- * 캐릭터 '버프 스킬 강화 장착 크리쳐'(스위칭) 를 조회합니다.
42
- *
43
- * @param {Static.Server} serverId 캐릭터가 존재하는 서버의 이름입니다.
44
- * @param {string} characterId 검색할 캐릭터의 ID입니다.
45
- */
46
- exports.creature = (serverId, characterId) => {
47
- let opt = {
48
- base: `${util_1.Query.UriBuilder(util_1.Static.BaseUri.Servers, serverId, "characters", characterId, "skill", "buff", "equip", "creature")}`,
49
- };
50
- return util_1.Query.Request(opt);
51
- };
@@ -1,8 +0,0 @@
1
- import * as Action from "./auction";
2
- import * as Equip from "./characters.equip";
3
- import * as Skill from "./characters.skill";
4
- import * as Characters from "./characters";
5
- import * as Item from "./items";
6
- import * as SetItem from "./setitems";
7
- import * as Server from "./server";
8
- export { Action, Equip, Skill, Characters, Item, SetItem, Server };
package/dist/api/index.js DELETED
@@ -1,23 +0,0 @@
1
- "use strict";
2
- var __importStar = (this && this.__importStar) || function (mod) {
3
- if (mod && mod.__esModule) return mod;
4
- var result = {};
5
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
6
- result["default"] = mod;
7
- return result;
8
- };
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- const Action = __importStar(require("./auction"));
11
- exports.Action = Action;
12
- const Equip = __importStar(require("./characters.equip"));
13
- exports.Equip = Equip;
14
- const Skill = __importStar(require("./characters.skill"));
15
- exports.Skill = Skill;
16
- const Characters = __importStar(require("./characters"));
17
- exports.Characters = Characters;
18
- const Item = __importStar(require("./items"));
19
- exports.Item = Item;
20
- const SetItem = __importStar(require("./setitems"));
21
- exports.SetItem = SetItem;
22
- const Server = __importStar(require("./server"));
23
- exports.Server = Server;
@@ -1,15 +0,0 @@
1
- import { Params } from "../util";
2
- import * as Model from "../model";
3
- /**
4
- * 현재 인게임에서 획득 가능한 아이템의 경우만 검색 가능합니다.
5
- *
6
- * @param {string} itemName 검색할 아이템의 명칭
7
- * @param {string} params 선택적 요청변수의 Object입니다.
8
- */
9
- export declare const item: (itemName: string, params?: Params.IItem) => Promise<Model.DnfResponse<Model.Item.Item[]>>;
10
- /**
11
- * 해당하는 아이템의 상세정보를 요청합니다.
12
- *
13
- * @param {string} itemId 검색할 아이템의 ID
14
- */
15
- export declare const detail: (itemId: string) => Promise<Model.DnfResponse<Model.Item.Detail>>;
package/dist/api/items.js DELETED
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const util_1 = require("../util");
13
- /**
14
- * 현재 인게임에서 획득 가능한 아이템의 경우만 검색 가능합니다.
15
- *
16
- * @param {string} itemName 검색할 아이템의 명칭
17
- * @param {string} params 선택적 요청변수의 Object입니다.
18
- */
19
- exports.item = (itemName, params = {}) => __awaiter(void 0, void 0, void 0, function* () {
20
- // if (params === undefined) params = {};
21
- params.itemName = itemName;
22
- // if (query) params.q = Query.makeItemQuery(query);
23
- //let querystring =
24
- let opt = {
25
- base: util_1.Query.UriBuilder(util_1.Static.BaseUri.Item),
26
- params: params,
27
- };
28
- return yield util_1.Query.Request(opt);
29
- });
30
- /**
31
- * 해당하는 아이템의 상세정보를 요청합니다.
32
- *
33
- * @param {string} itemId 검색할 아이템의 ID
34
- */
35
- exports.detail = (itemId) => {
36
- let opt = {
37
- base: util_1.Query.UriBuilder(util_1.Static.BaseUri.Item, itemId),
38
- };
39
- return util_1.Query.Request(opt);
40
- };
@@ -1,2 +0,0 @@
1
- import * as Model from "../model";
2
- export declare const List: () => Promise<Model.DnfResponse<Model.Server[]>>;
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const util_1 = require("../util");
4
- exports.List = () => {
5
- let opt = {
6
- base: util_1.Query.UriBuilder(util_1.Static.BaseUri.Servers),
7
- };
8
- return util_1.Query.Request(opt);
9
- };
@@ -1,15 +0,0 @@
1
- import { Params } from "../util";
2
- import * as Model from "../model";
3
- /**
4
- * 세트 아이템 정보를 세트의 이름으로 검색합니다.
5
- *
6
- * @param {string} setItemName 세트 아이템의 이름입니다.
7
- * @param {object} params 선택적 요청변수의 Object입니다.
8
- */
9
- export declare const setitem: (setItemName: string, params?: Params.ISetItem) => Promise<Model.DnfResponse<Model.SetItem.SetItem[]>>;
10
- /**
11
- * 세트 ID로 세트 아이템 정보를 받아옵니다.
12
- *
13
- * @param {string} setItemId 세트 아이템의 ID입니다.
14
- */
15
- export declare const detail: (setItemId: string) => Promise<Model.DnfResponse<Model.SetItem.Detail>>;
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const util_1 = require("../util");
4
- /**
5
- * 세트 아이템 정보를 세트의 이름으로 검색합니다.
6
- *
7
- * @param {string} setItemName 세트 아이템의 이름입니다.
8
- * @param {object} params 선택적 요청변수의 Object입니다.
9
- */
10
- exports.setitem = (setItemName, params = {}) => {
11
- params.setItemName = setItemName;
12
- let opt = {
13
- base: util_1.Query.UriBuilder(util_1.Static.BaseUri.SetItem),
14
- params: params,
15
- };
16
- return util_1.Query.Request(opt);
17
- };
18
- /**
19
- * 세트 ID로 세트 아이템 정보를 받아옵니다.
20
- *
21
- * @param {string} setItemId 세트 아이템의 ID입니다.
22
- */
23
- exports.detail = (setItemId) => {
24
- let opt = {
25
- base: util_1.Query.UriBuilder(util_1.Static.BaseUri.SetItem, setItemId),
26
- };
27
- return util_1.Query.Request(opt);
28
- };
package/dist/index.d.ts DELETED
@@ -1,14 +0,0 @@
1
- import * as Request from "./api";
2
- import * as Util from "./util";
3
- import * as Model from "./model/index";
4
- import * as Params from "./util/params";
5
- import Config from "./util/config";
6
- import * as Static from "./util/static";
7
- import * as Query from "./util/query";
8
- export default class DnfApi {
9
- static Util: typeof Util;
10
- static Request: typeof Request;
11
- }
12
- declare const ServerNames: typeof Util.Static.Server;
13
- declare const RarityNames: typeof Util.Static.Rarity;
14
- export { Request as Api, Request, Config, Static, ServerNames, RarityNames, Query, Params, Model };
package/dist/index.js DELETED
@@ -1,35 +0,0 @@
1
- "use strict";
2
- var __importStar = (this && this.__importStar) || function (mod) {
3
- if (mod && mod.__esModule) return mod;
4
- var result = {};
5
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
6
- result["default"] = mod;
7
- return result;
8
- };
9
- var __importDefault = (this && this.__importDefault) || function (mod) {
10
- return (mod && mod.__esModule) ? mod : { "default": mod };
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- const Request = __importStar(require("./api"));
14
- exports.Api = Request;
15
- exports.Request = Request;
16
- const Util = __importStar(require("./util"));
17
- const Model = __importStar(require("./model/index"));
18
- exports.Model = Model;
19
- const Params = __importStar(require("./util/params"));
20
- exports.Params = Params;
21
- const config_1 = __importDefault(require("./util/config"));
22
- exports.Config = config_1.default;
23
- const Static = __importStar(require("./util/static"));
24
- exports.Static = Static;
25
- const Query = __importStar(require("./util/query"));
26
- exports.Query = Query;
27
- class DnfApi {
28
- }
29
- exports.default = DnfApi;
30
- DnfApi.Util = Util;
31
- DnfApi.Request = Request;
32
- const ServerNames = Static.Server;
33
- exports.ServerNames = ServerNames;
34
- const RarityNames = Static.Rarity;
35
- exports.RarityNames = RarityNames;
@@ -1,41 +0,0 @@
1
- export declare type Character = {
2
- characterId: string;
3
- characterName: string;
4
- level: number;
5
- jobId: string;
6
- jobGrowId: string;
7
- jobName: string;
8
- jobGrowName: string;
9
- };
10
- export declare type Info = {
11
- characterId: string;
12
- characterName: string;
13
- level: number;
14
- jobId: string;
15
- jobGrowId: string;
16
- jobName: string;
17
- jobGrowName: string;
18
- adventureName: string;
19
- guildId: string;
20
- guildName: string;
21
- };
22
- export declare type Timeline = {
23
- characterId: string;
24
- characterName: string;
25
- level: number;
26
- jobId: string;
27
- jobGrowId: string;
28
- jobName: string;
29
- jobGrowName: string;
30
- adventureName: string;
31
- guildId: string;
32
- guildName: string;
33
- timeline: {
34
- date: {
35
- start: Date;
36
- end: Date;
37
- };
38
- next: string;
39
- rows: any[];
40
- };
41
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,56 +0,0 @@
1
- import * as Char from "./character";
2
- import * as Item from "./item";
3
- import * as SetItem from "./setitem";
4
- export { Char, Item, SetItem };
5
- export declare type DnfErrorResponse = {
6
- url: string;
7
- status: number;
8
- statusText: string;
9
- code: string;
10
- message: string;
11
- };
12
- export declare type DnfResponse<T> = {
13
- data?: T;
14
- error?: DnfErrorResponse;
15
- };
16
- export declare type Auction = {
17
- auctionNo: number;
18
- regDate: Date;
19
- expireDate: Date;
20
- itemId: string;
21
- itemName: string;
22
- itemAvailableLevel: number;
23
- itemRarity: string;
24
- itemType: string;
25
- itemTypeDetail: string;
26
- refine: number;
27
- reinforce: number;
28
- amplificationName: string;
29
- count: number;
30
- price: number;
31
- currentPrice: number;
32
- unitPrice: number;
33
- averagePrice: number;
34
- };
35
- export declare type AuctionSolid = {
36
- soldDate: string;
37
- itemId: string;
38
- itemName: string;
39
- itemAvailableLevel: number;
40
- itemRarity: string;
41
- itemType: string;
42
- itemTypeDetail: string;
43
- refine: number;
44
- reinforce: number;
45
- amplificationName: string | null;
46
- count: number;
47
- price: number;
48
- unitPrice: number;
49
- };
50
- export declare type Rows<T> = {
51
- rows: T[];
52
- };
53
- export declare type Server = {
54
- serverId: string;
55
- serverName: string;
56
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- var __importStar = (this && this.__importStar) || function (mod) {
3
- if (mod && mod.__esModule) return mod;
4
- var result = {};
5
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
6
- result["default"] = mod;
7
- return result;
8
- };
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- const Char = __importStar(require("./character"));
11
- exports.Char = Char;
12
- const Item = __importStar(require("./item"));
13
- exports.Item = Item;
14
- const SetItem = __importStar(require("./setitem"));
15
- exports.SetItem = SetItem;
@@ -1,45 +0,0 @@
1
- import * as Static from "../util/static";
2
- export declare type Item = {
3
- itemId: string;
4
- itemName: string;
5
- itemRarity: Static.Rarity;
6
- itemType: string;
7
- itemTypeDetail: string;
8
- itemAvailableLevel: number;
9
- };
10
- export declare type Detail = {
11
- itemId: string;
12
- itemName: string;
13
- itemRarity: Static.Rarity;
14
- itemType: string;
15
- itemTypeDetail: string;
16
- itemAvailableLevel: number;
17
- itemObtainInfo: string;
18
- itemExplain: string;
19
- itemExplainDetail: string;
20
- itemFlavorText: string;
21
- setItemId: string;
22
- setItemName: string;
23
- itemStatus?: itemStatus[];
24
- cardInfo?: cardInfo[];
25
- };
26
- export declare type itemStatus = {
27
- name: string;
28
- value: number;
29
- };
30
- export declare type cardInfo = {
31
- slots: cardInfoSlot[];
32
- enchant: cardInfoEnchant[];
33
- };
34
- export declare type cardInfoSlot = {
35
- slotId: string;
36
- slotName: string;
37
- };
38
- export declare type cardInfoEnchant = {
39
- status: cardInfoEnchantStatus[];
40
- upgrade: number;
41
- };
42
- export declare type cardInfoEnchantStatus = {
43
- name: string;
44
- value: number;
45
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,24 +0,0 @@
1
- export declare type SetItem = {
2
- setItemId: string;
3
- setItemName: string;
4
- };
5
- export declare type Detail = {
6
- setItemId: string;
7
- setItemName: string;
8
- setItems: [{
9
- slotId: string;
10
- slotName: string;
11
- itemId: string;
12
- itemName: string;
13
- itemRarity: string;
14
- }];
15
- setItemOption: [{
16
- optionNo: number;
17
- explain: string;
18
- detailExplain: string;
19
- status: [{
20
- name: string;
21
- value: number;
22
- }];
23
- }];
24
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- export interface IConfig {
2
- key: string;
3
- hideOnErrorApiKey: boolean;
4
- hidekeyText: string;
5
- axiosTimeout: number;
6
- returnJSON: boolean;
7
- responeHeader: boolean;
8
- showURL: boolean;
9
- }
10
- declare let defaultConfig: IConfig;
11
- export default defaultConfig;
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- let defaultConfig = {
4
- key: "",
5
- hideOnErrorApiKey: true,
6
- hidekeyText: "{HIDEKEY}",
7
- axiosTimeout: 5000,
8
- returnJSON: false,
9
- responeHeader: false,
10
- showURL: false
11
- };
12
- exports.default = defaultConfig;
@@ -1,5 +0,0 @@
1
- import Config from "./config";
2
- import Query from "./query";
3
- import * as Params from "./params";
4
- import * as Static from "./static";
5
- export { Config, Query, Static, Params };
@@ -1,20 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- var __importStar = (this && this.__importStar) || function (mod) {
6
- if (mod && mod.__esModule) return mod;
7
- var result = {};
8
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
9
- result["default"] = mod;
10
- return result;
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- const config_1 = __importDefault(require("./config"));
14
- exports.Config = config_1.default;
15
- const query_1 = __importDefault(require("./query"));
16
- exports.Query = query_1.default;
17
- const Params = __importStar(require("./params"));
18
- exports.Params = Params;
19
- const Static = __importStar(require("./static"));
20
- exports.Static = Static;
@@ -1,67 +0,0 @@
1
- import * as Static from "./static";
2
- export interface QueryOptions {
3
- base: string;
4
- params?: any;
5
- }
6
- export interface ICharParams {
7
- characterName?: string;
8
- jobId?: string;
9
- jobGrowId?: string;
10
- wordType?: Static.CharactersWordType;
11
- limit?: number;
12
- }
13
- export interface ITimeLine {
14
- startDate?: Date;
15
- endDate?: Date;
16
- limit?: number;
17
- code?: string;
18
- next?: string;
19
- }
20
- export interface IAuction {
21
- limit?: number;
22
- sort?: IAuctionSort;
23
- itemId?: string;
24
- itemName?: string;
25
- wordType?: Static.AuctionWordType;
26
- }
27
- export interface IAuctionSort {
28
- unitPrice?: Static.Sort;
29
- reinforce?: Static.Sort;
30
- auctionNo?: Static.Sort;
31
- }
32
- export interface IAuctionQuery {
33
- minLevel?: number;
34
- maxLevel?: number;
35
- raity?: Static.Rarity;
36
- minReinforce?: number;
37
- maxReinforce?: number;
38
- minRefine?: number;
39
- maxRefine?: number;
40
- }
41
- export interface IActionSoldOption {
42
- limit?: number;
43
- wordType?: Static.AuctionWordType;
44
- wordShort?: boolean;
45
- itemId?: string;
46
- itemName?: string;
47
- }
48
- export interface IItem {
49
- limit?: number;
50
- itemName?: string;
51
- wordType?: Static.AuctionWordType;
52
- q?: IItemQuery;
53
- }
54
- export interface IItemQuery {
55
- minLevel?: number;
56
- maxLevel?: number;
57
- rarity?: Static.Rarity;
58
- trade?: boolean;
59
- }
60
- export interface ISetItem {
61
- setItemName?: string;
62
- limit?: number;
63
- wordType?: Static.AuctionWordType;
64
- }
65
- export interface ISkill {
66
- jobGrowId: string;
67
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- import * as Model from "../model";
2
- export default class Request {
3
- static UriBuilder(...args: any[]): string;
4
- static queryBuilder(query: any): string;
5
- /**
6
- * 던전앤파이터 API 서버에 응답을 요청하는 함수 입니다.
7
- * 해당 함수를 직접 호출 하는것을 권장하지 않습니다.
8
- *
9
- * @param {object} opt (요청을 보낼 Parameter값)
10
- * @returns
11
- */
12
- static Request<T>(opt?: any, method?: string): Promise<Model.DnfResponse<T>>;
13
- static makeItemQuery(query: any): string;
14
- }