gap-nodejs-sdk 1.0.231 → 1.0.233

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 (179) hide show
  1. package/dist/api/appointment_api/1.0.0/api/appointment.d.ts +5 -0
  2. package/dist/api/appointment_api/1.0.0/api/appointment.d.ts.map +1 -1
  3. package/dist/api/appointment_api/1.0.0/api/appointment.js +40 -0
  4. package/dist/api/appointment_api/1.0.0/endpoints/appointment.d.ts +4 -0
  5. package/dist/api/appointment_api/1.0.0/endpoints/appointment.d.ts.map +1 -1
  6. package/dist/api/appointment_api/1.0.0/endpoints/appointment.js +4 -0
  7. package/dist/api/appointment_api/1.0.0/models/appointment.d.ts +1 -0
  8. package/dist/api/appointment_api/1.0.0/models/appointment.d.ts.map +1 -1
  9. package/dist/api/appointment_api/1.0.0/models/appointment.js +20 -0
  10. package/dist/api/appointment_api/1.0.0/types/request/appointment.d.ts +39 -15
  11. package/dist/api/appointment_api/1.0.0/types/request/appointment.d.ts.map +1 -1
  12. package/dist/api/appointment_api/1.0.0/types/request/customer.d.ts +1 -1
  13. package/dist/api/appointment_api/1.0.0/types/request/customer.d.ts.map +1 -1
  14. package/dist/api/appointment_api/1.0.0/types/request/pos.d.ts +3 -3
  15. package/dist/api/appointment_api/1.0.0/types/request/pos.d.ts.map +1 -1
  16. package/dist/api/appointment_api/1.0.0/types/request/service.d.ts +1 -1
  17. package/dist/api/appointment_api/1.0.0/types/request/service.d.ts.map +1 -1
  18. package/dist/api/appointment_api/1.0.0/types/request/settings.d.ts +2 -2
  19. package/dist/api/appointment_api/1.0.0/types/request/settings.d.ts.map +1 -1
  20. package/dist/api/appointment_api/1.0.0/types/request/staff.d.ts +1 -1
  21. package/dist/api/appointment_api/1.0.0/types/request/staff.d.ts.map +1 -1
  22. package/dist/api/appointment_api/1.0.0/types/response/appointment.d.ts +41 -21
  23. package/dist/api/appointment_api/1.0.0/types/response/appointment.d.ts.map +1 -1
  24. package/dist/api/appointment_api/1.0.0/types/response/customer.d.ts +2 -2
  25. package/dist/api/appointment_api/1.0.0/types/response/customer.d.ts.map +1 -1
  26. package/dist/api/appointment_api/1.0.0/types/response/pos.d.ts +13 -13
  27. package/dist/api/appointment_api/1.0.0/types/response/pos.d.ts.map +1 -1
  28. package/dist/api/appointment_api/1.0.0/types/response/service.d.ts +6 -6
  29. package/dist/api/appointment_api/1.0.0/types/response/service.d.ts.map +1 -1
  30. package/dist/api/appointment_api/1.0.0/types/response/settings.d.ts +2 -2
  31. package/dist/api/appointment_api/1.0.0/types/response/settings.d.ts.map +1 -1
  32. package/dist/api/appointment_api/1.0.0/types/response/staff.d.ts +3 -3
  33. package/dist/api/appointment_api/1.0.0/types/response/staff.d.ts.map +1 -1
  34. package/dist/api/base_api/1.0.0/types/request/auth.d.ts +3 -3
  35. package/dist/api/base_api/1.0.0/types/request/auth.d.ts.map +1 -1
  36. package/dist/api/base_api/1.0.0/types/response/auth.d.ts +6 -6
  37. package/dist/api/base_api/1.0.0/types/response/auth.d.ts.map +1 -1
  38. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts +5 -5
  39. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts.map +1 -1
  40. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts +2 -2
  41. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts.map +1 -1
  42. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts +3 -3
  43. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts.map +1 -1
  44. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts +6 -6
  45. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts.map +1 -1
  46. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts +12 -12
  47. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts.map +1 -1
  48. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts +2 -2
  49. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts.map +1 -1
  50. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts +19 -19
  51. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts.map +1 -1
  52. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts +10 -10
  53. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  54. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts +5 -5
  55. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts.map +1 -1
  56. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts +2 -2
  57. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts.map +1 -1
  58. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts +3 -3
  59. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts.map +1 -1
  60. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts +9 -9
  61. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts.map +1 -1
  62. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts +14 -14
  63. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts.map +1 -1
  64. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts +2 -2
  65. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts.map +1 -1
  66. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts +17 -17
  67. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts.map +1 -1
  68. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts +12 -12
  69. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  70. package/dist/api/pos_client_api/1.0.0/models/payroll.d.ts.map +1 -1
  71. package/dist/api/pos_client_api/1.0.0/models/payroll.js +7 -5
  72. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts +2 -2
  73. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts.map +1 -1
  74. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts +2 -2
  75. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts.map +1 -1
  76. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts +1 -1
  77. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts.map +1 -1
  78. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts +1 -1
  79. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts.map +1 -1
  80. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts +6 -6
  81. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  82. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts +11 -11
  83. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts.map +1 -1
  84. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts +6 -6
  85. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts.map +1 -1
  86. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts +1 -1
  87. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts.map +1 -1
  88. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts +4 -4
  89. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts.map +1 -1
  90. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts +2 -2
  91. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts.map +1 -1
  92. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts +2 -2
  93. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts.map +1 -1
  94. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts +1 -1
  95. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  96. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts +15 -15
  97. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts.map +1 -1
  98. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts +13 -13
  99. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts.map +1 -1
  100. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts +4 -4
  101. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts.map +1 -1
  102. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts +5 -5
  103. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts.map +1 -1
  104. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts +2 -2
  105. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts.map +1 -1
  106. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts +14 -14
  107. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts.map +1 -1
  108. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts +3 -3
  109. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts.map +1 -1
  110. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts +10 -10
  111. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  112. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts +7 -7
  113. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts.map +1 -1
  114. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts +1 -1
  115. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts.map +1 -1
  116. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts +1 -1
  117. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts.map +1 -1
  118. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts +4 -4
  119. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts.map +1 -1
  120. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts +2 -2
  121. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts.map +1 -1
  122. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts +2 -2
  123. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts.map +1 -1
  124. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts +15 -15
  125. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  126. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts +34 -34
  127. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts.map +1 -1
  128. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts +8 -8
  129. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts.map +1 -1
  130. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts +4 -4
  131. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts.map +1 -1
  132. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts +10 -10
  133. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts.map +1 -1
  134. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts +1 -1
  135. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts.map +1 -1
  136. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts +6 -6
  137. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts.map +1 -1
  138. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts +5 -5
  139. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  140. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts +28 -28
  141. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts.map +1 -1
  142. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts +21 -19
  143. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts.map +1 -1
  144. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts +4 -4
  145. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts.map +1 -1
  146. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts +5 -5
  147. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts.map +1 -1
  148. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts +2 -2
  149. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts.map +1 -1
  150. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts +18 -18
  151. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts.map +1 -1
  152. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts +5 -5
  153. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts.map +1 -1
  154. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts +12 -12
  155. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  156. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts +2 -2
  157. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts.map +1 -1
  158. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts +1 -1
  159. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  160. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts +1 -1
  161. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts.map +1 -1
  162. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts +6 -6
  163. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  164. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts +3 -3
  165. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  166. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts +17 -17
  167. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts.map +1 -1
  168. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts +7 -7
  169. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  170. package/dist/api/user_api/1.0.0/types/request/auth.d.ts +1 -1
  171. package/dist/api/user_api/1.0.0/types/request/auth.d.ts.map +1 -1
  172. package/dist/api/user_api/1.0.0/types/response/auth.d.ts +1 -1
  173. package/dist/api/user_api/1.0.0/types/response/auth.d.ts.map +1 -1
  174. package/dist/gap-sdk.js +1 -1
  175. package/dist/http_client/types.d.ts +5 -5
  176. package/dist/http_client/types.d.ts.map +1 -1
  177. package/dist/types/meta.d.ts +2 -2
  178. package/dist/types/meta.d.ts.map +1 -1
  179. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- declare type Info = Nullable<{
2
+ type Info = Nullable<{
3
3
  username: string;
4
4
  access_token: string;
5
5
  email: string;
6
6
  logged_at: number;
7
7
  }>;
8
- declare type Business = Nullable<{
8
+ type Business = Nullable<{
9
9
  name: string;
10
10
  address: string;
11
11
  city: string;
@@ -15,7 +15,7 @@ declare type Business = Nullable<{
15
15
  phone: string;
16
16
  description: string;
17
17
  }>;
18
- declare type Settings = Nullable<{
18
+ type Settings = Nullable<{
19
19
  package_limit: number;
20
20
  host_package: string;
21
21
  staff_code_active: number;
@@ -61,11 +61,11 @@ declare type Settings = Nullable<{
61
61
  checkin_staffs_active: number;
62
62
  checkin_services_active: number;
63
63
  }>;
64
- declare type SquareupFeature = Nullable<{
64
+ type SquareupFeature = Nullable<{
65
65
  active: number;
66
66
  app_id: string;
67
67
  }>;
68
- declare type CheckIn = Nullable<{
68
+ type CheckIn = Nullable<{
69
69
  page_email: number;
70
70
  page_birthday: number;
71
71
  ask_email: number;
@@ -78,37 +78,37 @@ declare type CheckIn = Nullable<{
78
78
  app_version: AppVersion;
79
79
  signature_active: number;
80
80
  }>;
81
- declare type AppVersion = Nullable<{
81
+ type AppVersion = Nullable<{
82
82
  version: number;
83
83
  content: Content;
84
84
  }>;
85
- declare type Content = Nullable<{
85
+ type Content = Nullable<{
86
86
  type: string;
87
87
  title: string;
88
88
  description: string;
89
89
  button: Button[];
90
90
  }>;
91
- declare type Button = Nullable<{
91
+ type Button = Nullable<{
92
92
  type: string;
93
93
  name: string;
94
94
  url: string;
95
95
  }>;
96
- declare type CheckOut = Nullable<{
96
+ type CheckOut = Nullable<{
97
97
  mode_status: any;
98
98
  }>;
99
- declare type Devices = Nullable<{
99
+ type Devices = Nullable<{
100
100
  printer: Printer;
101
101
  }>;
102
- declare type Printer = Nullable<{
102
+ type Printer = Nullable<{
103
103
  selected_id: number;
104
104
  options: Options;
105
105
  lists: List[];
106
106
  }>;
107
- declare type Options = Nullable<{
107
+ type Options = Nullable<{
108
108
  "font-size": string;
109
109
  transfer_speed: number;
110
110
  }>;
111
- declare type List = Nullable<{
111
+ type List = Nullable<{
112
112
  id: number;
113
113
  name: string;
114
114
  type: string;
@@ -116,23 +116,23 @@ declare type List = Nullable<{
116
116
  status: number;
117
117
  data: Data;
118
118
  }>;
119
- declare type Data = Nullable<{
119
+ type Data = Nullable<{
120
120
  ip: string;
121
121
  port: string;
122
122
  peripheralId: string;
123
123
  characteristicUUID: string;
124
124
  serviceUUID: string;
125
125
  }>;
126
- declare type Mqtt = Nullable<{
126
+ type Mqtt = Nullable<{
127
127
  id: string;
128
128
  username: string;
129
129
  password: string;
130
130
  config: Config;
131
131
  }>;
132
- declare type Config = Nullable<{
132
+ type Config = Nullable<{
133
133
  call_feature: number;
134
134
  }>;
135
- export declare type GetCheckoutConfigResponse = Nullable<{
135
+ export type GetCheckoutConfigResponse = Nullable<{
136
136
  info: Info;
137
137
  business: Business;
138
138
  settings: Settings;
@@ -1 +1 @@
1
- {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/checkout.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/checkout.ts"],"names":[],"mappings":"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"}
@@ -1,24 +1,24 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- declare type KeyStorage = {
2
+ type KeyStorage = {
3
3
  key: string;
4
4
  value: string;
5
5
  comment: string;
6
6
  updated_at: number;
7
7
  created_at: number;
8
8
  };
9
- export declare type GetKeyStorageResponse = Nullable<KeyStorage>;
10
- export declare type GetListKeyStorageResponse = Nullable<Array<KeyStorage>>;
11
- export declare type AddKeyStorageResponse = Nullable<{
9
+ export type GetKeyStorageResponse = Nullable<KeyStorage>;
10
+ export type GetListKeyStorageResponse = Nullable<Array<KeyStorage>>;
11
+ export type AddKeyStorageResponse = Nullable<{
12
12
  key: string;
13
13
  value: string;
14
14
  comment: string;
15
15
  }>;
16
- export declare type UpdateKeyStorageResponse = Nullable<{
16
+ export type UpdateKeyStorageResponse = Nullable<{
17
17
  key: string;
18
18
  value: string;
19
19
  comment: string;
20
20
  }>;
21
- export declare type UpdateListKeyStorageResponse = null;
22
- export declare type DeleteKeyStorageResponse = null;
21
+ export type UpdateListKeyStorageResponse = null;
22
+ export type DeleteKeyStorageResponse = null;
23
23
  export {};
24
24
  //# sourceMappingURL=key_storage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/key_storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,aAAK,UAAU,GAAG;IACd,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,oBAAY,qBAAqB,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAA;AAExD,oBAAY,yBAAyB,GAAG,QAAQ,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAA;AAEnE,oBAAY,qBAAqB,GAAG,QAAQ,CAAC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,oBAAY,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,oBAAY,4BAA4B,GAAG,IAAI,CAAA;AAE/C,oBAAY,wBAAwB,GAAG,IAAI,CAAA"}
1
+ {"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/key_storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,KAAK,UAAU,GAAG;IACd,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAA;AAExD,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAA;AAEnE,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAA;AAE/C,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare type GetUserInfoRequest = {};
1
+ export type GetUserInfoRequest = {};
2
2
  //# sourceMappingURL=auth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/request/auth.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/request/auth.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export declare type GetUserInfoResponse = Nullable<{
2
+ export type GetUserInfoResponse = Nullable<{
3
3
  id: number;
4
4
  username: string;
5
5
  email: string;
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/response/auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAC"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/response/auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAC"}