gap-nodejs-sdk 1.0.21 → 1.0.22

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 (98) hide show
  1. package/dist/gap-sdk.js +1 -1
  2. package/dist/pos_client_api/1.0.0/api/appointment.d.ts.map +1 -1
  3. package/dist/pos_client_api/1.0.0/api/batch_history.d.ts +3 -2
  4. package/dist/pos_client_api/1.0.0/api/batch_history.d.ts.map +1 -1
  5. package/dist/pos_client_api/1.0.0/api/batch_history.js +6 -2
  6. package/dist/pos_client_api/1.0.0/api/business.d.ts +3 -2
  7. package/dist/pos_client_api/1.0.0/api/business.d.ts.map +1 -1
  8. package/dist/pos_client_api/1.0.0/api/business.js +5 -2
  9. package/dist/pos_client_api/1.0.0/api/category.d.ts +2 -1
  10. package/dist/pos_client_api/1.0.0/api/category.d.ts.map +1 -1
  11. package/dist/pos_client_api/1.0.0/api/category.js +4 -1
  12. package/dist/pos_client_api/1.0.0/api/check_out.d.ts +1 -1
  13. package/dist/pos_client_api/1.0.0/api/check_out.d.ts.map +1 -1
  14. package/dist/pos_client_api/1.0.0/api/customer.d.ts +1 -1
  15. package/dist/pos_client_api/1.0.0/api/customer.d.ts.map +1 -1
  16. package/dist/pos_client_api/1.0.0/api/customer.js +2 -1
  17. package/dist/pos_client_api/1.0.0/api/key_storage.d.ts +2 -1
  18. package/dist/pos_client_api/1.0.0/api/key_storage.d.ts.map +1 -1
  19. package/dist/pos_client_api/1.0.0/api/key_storage.js +4 -1
  20. package/dist/pos_client_api/1.0.0/api/order.d.ts +5 -5
  21. package/dist/pos_client_api/1.0.0/api/order.d.ts.map +1 -1
  22. package/dist/pos_client_api/1.0.0/api/order.js +18 -4
  23. package/dist/pos_client_api/1.0.0/api/payroll.d.ts +15 -14
  24. package/dist/pos_client_api/1.0.0/api/payroll.d.ts.map +1 -1
  25. package/dist/pos_client_api/1.0.0/api/payroll.js +36 -11
  26. package/dist/pos_client_api/1.0.0/api/printer.d.ts.map +1 -1
  27. package/dist/pos_client_api/1.0.0/api/time_keeping.d.ts +9 -7
  28. package/dist/pos_client_api/1.0.0/api/time_keeping.d.ts.map +1 -1
  29. package/dist/pos_client_api/1.0.0/api/time_keeping.js +20 -7
  30. package/dist/pos_client_api/1.0.0/interfaces/batch_history.d.ts +3 -3
  31. package/dist/pos_client_api/1.0.0/interfaces/batch_history.d.ts.map +1 -1
  32. package/dist/pos_client_api/1.0.0/interfaces/business.d.ts +3 -3
  33. package/dist/pos_client_api/1.0.0/interfaces/business.d.ts.map +1 -1
  34. package/dist/pos_client_api/1.0.0/interfaces/category.d.ts +2 -2
  35. package/dist/pos_client_api/1.0.0/interfaces/category.d.ts.map +1 -1
  36. package/dist/pos_client_api/1.0.0/interfaces/customer.d.ts +1 -2
  37. package/dist/pos_client_api/1.0.0/interfaces/customer.d.ts.map +1 -1
  38. package/dist/pos_client_api/1.0.0/interfaces/key_storage.d.ts +2 -2
  39. package/dist/pos_client_api/1.0.0/interfaces/key_storage.d.ts.map +1 -1
  40. package/dist/pos_client_api/1.0.0/interfaces/order.d.ts +5 -6
  41. package/dist/pos_client_api/1.0.0/interfaces/order.d.ts.map +1 -1
  42. package/dist/pos_client_api/1.0.0/interfaces/time_keeping.d.ts +9 -8
  43. package/dist/pos_client_api/1.0.0/interfaces/time_keeping.d.ts.map +1 -1
  44. package/dist/pos_client_api/1.0.0/models/batch_history.d.ts +4 -0
  45. package/dist/pos_client_api/1.0.0/models/batch_history.d.ts.map +1 -0
  46. package/dist/pos_client_api/1.0.0/models/batch_history.js +84 -0
  47. package/dist/pos_client_api/1.0.0/models/business.d.ts +3 -0
  48. package/dist/pos_client_api/1.0.0/models/business.d.ts.map +1 -0
  49. package/dist/pos_client_api/1.0.0/models/business.js +17 -0
  50. package/dist/pos_client_api/1.0.0/models/category.d.ts +3 -0
  51. package/dist/pos_client_api/1.0.0/models/category.d.ts.map +1 -0
  52. package/dist/pos_client_api/1.0.0/models/category.js +30 -0
  53. package/dist/pos_client_api/1.0.0/models/customer.d.ts +1 -0
  54. package/dist/pos_client_api/1.0.0/models/customer.d.ts.map +1 -1
  55. package/dist/pos_client_api/1.0.0/models/customer.js +14 -0
  56. package/dist/pos_client_api/1.0.0/models/index.d.ts +5 -0
  57. package/dist/pos_client_api/1.0.0/models/index.d.ts.map +1 -1
  58. package/dist/pos_client_api/1.0.0/models/index.js +5 -0
  59. package/dist/pos_client_api/1.0.0/models/key_storage.d.ts +3 -0
  60. package/dist/pos_client_api/1.0.0/models/key_storage.d.ts.map +1 -0
  61. package/dist/pos_client_api/1.0.0/models/key_storage.js +45 -0
  62. package/dist/pos_client_api/1.0.0/models/order.d.ts +2 -0
  63. package/dist/pos_client_api/1.0.0/models/order.d.ts.map +1 -1
  64. package/dist/pos_client_api/1.0.0/models/order.js +34 -0
  65. package/dist/pos_client_api/1.0.0/models/payroll.d.ts +7 -0
  66. package/dist/pos_client_api/1.0.0/models/payroll.d.ts.map +1 -1
  67. package/dist/pos_client_api/1.0.0/models/payroll.js +144 -0
  68. package/dist/pos_client_api/1.0.0/models/time_keeping.d.ts +4 -0
  69. package/dist/pos_client_api/1.0.0/models/time_keeping.d.ts.map +1 -0
  70. package/dist/pos_client_api/1.0.0/models/time_keeping.js +25 -0
  71. package/dist/pos_client_api/1.0.0/types/request/category.d.ts.map +1 -1
  72. package/dist/pos_client_api/1.0.0/types/request/income.d.ts +2 -1
  73. package/dist/pos_client_api/1.0.0/types/request/income.d.ts.map +1 -1
  74. package/dist/pos_client_api/1.0.0/types/response/batch_history.d.ts +78 -0
  75. package/dist/pos_client_api/1.0.0/types/response/batch_history.d.ts.map +1 -0
  76. package/dist/pos_client_api/1.0.0/types/response/batch_history.js +1 -0
  77. package/dist/pos_client_api/1.0.0/types/response/business.d.ts +30 -0
  78. package/dist/pos_client_api/1.0.0/types/response/business.d.ts.map +1 -0
  79. package/dist/pos_client_api/1.0.0/types/response/business.js +1 -0
  80. package/dist/pos_client_api/1.0.0/types/response/category.d.ts +26 -0
  81. package/dist/pos_client_api/1.0.0/types/response/category.d.ts.map +1 -0
  82. package/dist/pos_client_api/1.0.0/types/response/category.js +1 -0
  83. package/dist/pos_client_api/1.0.0/types/response/customer.d.ts +11 -0
  84. package/dist/pos_client_api/1.0.0/types/response/customer.d.ts.map +1 -1
  85. package/dist/pos_client_api/1.0.0/types/response/index.d.ts +5 -0
  86. package/dist/pos_client_api/1.0.0/types/response/index.d.ts.map +1 -1
  87. package/dist/pos_client_api/1.0.0/types/response/index.js +5 -0
  88. package/dist/pos_client_api/1.0.0/types/response/key_storage.d.ts +48 -0
  89. package/dist/pos_client_api/1.0.0/types/response/key_storage.d.ts.map +1 -0
  90. package/dist/pos_client_api/1.0.0/types/response/key_storage.js +1 -0
  91. package/dist/pos_client_api/1.0.0/types/response/order.d.ts +28 -0
  92. package/dist/pos_client_api/1.0.0/types/response/order.d.ts.map +1 -1
  93. package/dist/pos_client_api/1.0.0/types/response/payroll.d.ts +119 -0
  94. package/dist/pos_client_api/1.0.0/types/response/payroll.d.ts.map +1 -1
  95. package/dist/pos_client_api/1.0.0/types/response/time_keeping.d.ts +21 -0
  96. package/dist/pos_client_api/1.0.0/types/response/time_keeping.d.ts.map +1 -0
  97. package/dist/pos_client_api/1.0.0/types/response/time_keeping.js +1 -0
  98. package/package.json +1 -1
@@ -28,4 +28,123 @@ export declare type GetAppListPayrollResponse = Nullable<{
28
28
  total_income: number;
29
29
  employee_list: GetPayrollDetailResponse[];
30
30
  }>;
31
+ export declare type GetPayrollListResponse = Nullable<{
32
+ begin_time: string;
33
+ end_time: string;
34
+ employee_list: GetPayrollListResponseEmployeeList[];
35
+ }>;
36
+ export declare type GetPayrollListResponseEmployeeList = Nullable<{
37
+ user_id: number;
38
+ name: string;
39
+ image_url?: string;
40
+ color_code: string;
41
+ setting_commission: boolean;
42
+ payroll_list: GetPayrollListResponsePayrollList[];
43
+ }>;
44
+ export declare type GetPayrollListResponsePayrollList = Nullable<{
45
+ payroll_id?: number;
46
+ start_date: string;
47
+ end_date: string;
48
+ duration: number;
49
+ final_commission: number;
50
+ id: number;
51
+ }>;
52
+ export declare type GetPayrollSettingResponse = Nullable<{
53
+ id: number;
54
+ start_date: string;
55
+ period: string;
56
+ created_at: string;
57
+ updated_at: string;
58
+ status: number;
59
+ custom_days: number;
60
+ }>;
61
+ export declare type UpdatePayrollSettingResponse = GetPayrollSettingResponse;
62
+ export declare type GetDiscountSettingResponse = Nullable<{
63
+ id: number;
64
+ owner_percentage: number;
65
+ staff_percentage: number;
66
+ created_at: string;
67
+ updated_at: string;
68
+ status: number;
69
+ }>;
70
+ export declare type UpdateDiscountSettingResponse = GetDiscountSettingResponse;
71
+ export declare type GetCashDiscountSettingResponse = Nullable<{
72
+ id: number;
73
+ owner_percent: number;
74
+ staff_percent: string;
75
+ created_at: string;
76
+ updated_at: string;
77
+ status: number;
78
+ }>;
79
+ export declare type UpdateCashDiscountSettingResponse = GetCashDiscountSettingResponse;
80
+ export declare type GetIncomeDetailResponse = Nullable<{
81
+ employee: GetIncomeDetailResponseEmployee;
82
+ order: any[];
83
+ total: GetIncomeDetailResponseTotal;
84
+ }>;
85
+ export declare type GetIncomeDetailResponseEmployee = Nullable<{
86
+ user_id: number;
87
+ name: string;
88
+ code: number;
89
+ created_at: string;
90
+ updated_at: any;
91
+ color_code: any;
92
+ image_url: any;
93
+ delete_image_url: any;
94
+ priority: number;
95
+ commission_type: any;
96
+ turn_priority: number;
97
+ last_turn_priority: number;
98
+ phone: string;
99
+ address: string;
100
+ nickname: string;
101
+ priority_calendar: any;
102
+ staff_commission: any;
103
+ approved_commission: any;
104
+ }>;
105
+ export declare type GetIncomeDetailResponseTotal = Nullable<{
106
+ income: number;
107
+ commission: number;
108
+ salary: number;
109
+ card_charge: number;
110
+ supply_share: number;
111
+ tip_after_charge: number;
112
+ cash_income: number;
113
+ check_income: number;
114
+ total: number;
115
+ }>;
116
+ export declare type GetApprovePayrollResponse = Nullable<{
117
+ payroll_id: any;
118
+ start_date: string;
119
+ end_date: string;
120
+ total_income: number;
121
+ employee_list: GetApprovePayrollResponseEmployee[];
122
+ }>;
123
+ export declare type GetApprovePayrollResponseEmployee = Nullable<{
124
+ user_id: number;
125
+ name: string;
126
+ image_url?: string;
127
+ color_code: string;
128
+ income: number;
129
+ commission: number;
130
+ cash_income: number;
131
+ check_income: number;
132
+ card_charge: number;
133
+ supply_share: number;
134
+ salary: number;
135
+ tip: number;
136
+ total_commission: number;
137
+ working_hour: number;
138
+ wage_per_hours: boolean;
139
+ list_detail: any;
140
+ }>;
141
+ export declare type GetSalaryChartResponse = Nullable<{
142
+ employee_list: {
143
+ [key: string]: Nullable<{
144
+ user_id: number;
145
+ name: string;
146
+ total_salary: number;
147
+ }>;
148
+ };
149
+ }>;
31
150
  //# sourceMappingURL=payroll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"payroll.d.ts","sourceRoot":"","sources":["../../../../../src/pos_client_api/1.0.0/types/response/payroll.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,uBAAuB,CAAC;AAE/C,oBAAY,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;IACX,gBAAgB,EAAE,MAAM,CAAA;IACxB,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,OAAO,CAAA;IACvB,WAAW,EAAE,8BAA8B,EAAE,CAAA;CAChD,CAAC,CAAA;AAEF,oBAAY,8BAA8B,GAAG,QAAQ,CAAC;IAClD,IAAI,EAAE,MAAM,CAAA;IACZ,gBAAgB,EAAE,MAAM,CAAA;CAC3B,CAAC,CAAA;AAEF,oBAAY,yBAAyB,GAAG,QAAQ,CAAC;IAC7C,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,wBAAwB,EAAE,CAAA;CAC5C,CAAC,CAAA"}
1
+ {"version":3,"file":"payroll.d.ts","sourceRoot":"","sources":["../../../../../src/pos_client_api/1.0.0/types/response/payroll.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ import { Nullable } from "../../../../base_type";
2
+ export declare type GetTimeKeepingListResponse = Nullable<{
3
+ id: number;
4
+ staff_id: number;
5
+ staff_name: string;
6
+ time_in: string;
7
+ time_out: string;
8
+ note: any;
9
+ created_at: string;
10
+ updated_at: string;
11
+ status: number;
12
+ }>;
13
+ export declare type GetTimeKeepingListStaffResponse = Nullable<{
14
+ user_id: number;
15
+ name: string;
16
+ time_checked: string;
17
+ is_checked_in: boolean;
18
+ image_url: string;
19
+ color_code: string;
20
+ }>;
21
+ //# sourceMappingURL=time_keeping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time_keeping.d.ts","sourceRoot":"","sources":["../../../../../src/pos_client_api/1.0.0/types/response/time_keeping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,uBAAuB,CAAC;AAE/C,oBAAY,0BAA0B,GAAG,QAAQ,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,GAAG,CAAA;IACT,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,oBAAY,+BAA+B,GAAG,QAAQ,CAAC;IACnD,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,OAAO,CAAA;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gap-nodejs-sdk",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "GCI App Platform Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",