60p82u21t54k 0.1.79 → 0.1.80

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.
@@ -8,10 +8,11 @@ type RawMailBoxResponse = {
8
8
  cdate: string;
9
9
  expiry: string;
10
10
  account_message_content: {
11
- content_id: number;
12
11
  subject: string;
13
12
  content: string;
14
- };
13
+ } | null;
14
+ type: string;
15
+ amount?: string | null;
15
16
  }[];
16
17
  export {};
17
18
  //# sourceMappingURL=getMailBoxResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getMailBoxResponse.d.ts","sourceRoot":"","sources":["../../../src/model/mailBox/getMailBoxResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAGxC,eAAO,MAAM,kBAAkB,QAAS,kBAAkB,KAAG,eAY5D,CAAA;AAGD,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,uBAAuB,EAAE;QACvB,UAAU,EAAE,MAAM,CAAA;QAClB,OAAO,EAAE,MAAM,CAAA;QACf,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;CACF,EAAE,CAAA"}
1
+ {"version":3,"file":"getMailBoxResponse.d.ts","sourceRoot":"","sources":["../../../src/model/mailBox/getMailBoxResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAGxC,eAAO,MAAM,kBAAkB,QAAS,kBAAkB,KAAG,eA4B5D,CAAA;AAGD,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,uBAAuB,EAAE;QACvB,OAAO,EAAE,MAAM,CAAA;QACf,OAAO,EAAE,MAAM,CAAA;KAChB,GAAG,IAAI,CAAA;IACR,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACvB,EAAE,CAAA"}
@@ -1,4 +1,7 @@
1
- export type MailBoxResponse = Mail[];
1
+ export type MailBoxResponse = {
2
+ mail: Mail[];
3
+ prize: PrizeMail[];
4
+ };
2
5
  export type Mail = {
3
6
  messageId: number;
4
7
  unread: boolean;
@@ -6,4 +9,12 @@ export type Mail = {
6
9
  title: string;
7
10
  content: string;
8
11
  };
12
+ export type PrizeMail = {
13
+ messageId: number;
14
+ unread: boolean;
15
+ date: string;
16
+ title: string;
17
+ content: string;
18
+ amount: string;
19
+ };
9
20
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/mailBox/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,IAAI,EAAE,CAAA;AAEpC,MAAM,MAAM,IAAI,GAAG;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/mailBox/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,IAAI,EAAE,CAAA;IACZ,KAAK,EAAE,SAAS,EAAE,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;CACf,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "60p82u21t54k",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "description": "A description of your library",
5
5
  "main": "dist/60p82u21t54k.umd.js",
6
6
  "module": "dist/60p82u21t54k.es.js",