@snokam/mcp-api 0.152.1 → 0.153.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "0.152.1",
3
+ "version": "0.153.0",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -3914,6 +3914,9 @@
3914
3914
  "position": {
3915
3915
  "type": "string"
3916
3916
  },
3917
+ "salaryConfig": {
3918
+ "$ref": "#/components/schemas/sanityEmployeeSalaryConfig"
3919
+ },
3917
3920
  "sanityCreatedAt": {
3918
3921
  "type": "string"
3919
3922
  },
@@ -4176,6 +4179,14 @@
4176
4179
  }
4177
4180
  }
4178
4181
  },
4182
+ "sanityEmployeeSalaryConfig": {
4183
+ "type": "object",
4184
+ "properties": {
4185
+ "model": {
4186
+ "type": "string"
4187
+ }
4188
+ }
4189
+ },
4179
4190
  "sanityEmployeeSettings": {
4180
4191
  "type": "object",
4181
4192
  "properties": {
@@ -5080,6 +5091,7 @@
5080
5091
  "sickLeave",
5081
5092
  "militaryService",
5082
5093
  "baseSalary",
5094
+ "tenGHourly",
5083
5095
  "basicAmount",
5084
5096
  "hoursThisYear"
5085
5097
  ],
@@ -5097,6 +5109,10 @@
5097
5109
  "type": "integer",
5098
5110
  "format": "int32"
5099
5111
  },
5112
+ "tenGHourly": {
5113
+ "type": "integer",
5114
+ "format": "int32"
5115
+ },
5100
5116
  "basicAmount": {
5101
5117
  "type": "integer",
5102
5118
  "format": "int32"
@@ -1928,6 +1928,9 @@
1928
1928
  "position": {
1929
1929
  "type": "string"
1930
1930
  },
1931
+ "salaryConfig": {
1932
+ "$ref": "#/components/schemas/sanityPatchEmployeeSalaryConfig"
1933
+ },
1931
1934
  "scopeGrants": {
1932
1935
  "type": "array",
1933
1936
  "items": {
@@ -2131,6 +2134,9 @@
2131
2134
  "position": {
2132
2135
  "type": "string"
2133
2136
  },
2137
+ "salaryConfig": {
2138
+ "$ref": "#/components/schemas/sanityEmployeeSalaryConfig"
2139
+ },
2134
2140
  "sanityCreatedAt": {
2135
2141
  "type": "string"
2136
2142
  },
@@ -2579,6 +2585,14 @@
2579
2585
  }
2580
2586
  }
2581
2587
  },
2588
+ "sanityEmployeeSalaryConfig": {
2589
+ "type": "object",
2590
+ "properties": {
2591
+ "model": {
2592
+ "type": "string"
2593
+ }
2594
+ }
2595
+ },
2582
2596
  "sanityEmployeeSettings": {
2583
2597
  "type": "object",
2584
2598
  "properties": {
@@ -2976,6 +2990,14 @@
2976
2990
  }
2977
2991
  }
2978
2992
  },
2993
+ "sanityPatchEmployeeSalaryConfig": {
2994
+ "type": "object",
2995
+ "properties": {
2996
+ "model": {
2997
+ "type": "string"
2998
+ }
2999
+ }
3000
+ },
2979
3001
  "sanityPatchEmployeeSettings": {
2980
3002
  "type": "object",
2981
3003
  "properties": {
@@ -31399,6 +31399,14 @@
31399
31399
  },
31400
31400
  "type": "object"
31401
31401
  },
31402
+ "salaryConfig": {
31403
+ "properties": {
31404
+ "model": {
31405
+ "type": "string"
31406
+ }
31407
+ },
31408
+ "type": "object"
31409
+ },
31402
31410
  "commissionTier": {
31403
31411
  "properties": {
31404
31412
  "commission": {
@@ -32637,6 +32645,14 @@
32637
32645
  },
32638
32646
  "type": "object"
32639
32647
  },
32648
+ "salaryConfig": {
32649
+ "properties": {
32650
+ "model": {
32651
+ "type": "string"
32652
+ }
32653
+ },
32654
+ "type": "object"
32655
+ },
32640
32656
  "commissionTier": {
32641
32657
  "$ref": "#/components/schemas/CommissionTierReference"
32642
32658
  },
@@ -33415,6 +33431,15 @@
33415
33431
  ],
33416
33432
  "nullable": true
33417
33433
  },
33434
+ "salaryConfig": {
33435
+ "properties": {
33436
+ "model": {
33437
+ "type": "string"
33438
+ }
33439
+ },
33440
+ "type": "object",
33441
+ "nullable": true
33442
+ },
33418
33443
  "settings": {
33419
33444
  "properties": {
33420
33445
  "colorScheme": {
@@ -3914,6 +3914,9 @@
3914
3914
  "position": {
3915
3915
  "type": "string"
3916
3916
  },
3917
+ "salaryConfig": {
3918
+ "$ref": "#/components/schemas/sanityEmployeeSalaryConfig"
3919
+ },
3917
3920
  "sanityCreatedAt": {
3918
3921
  "type": "string"
3919
3922
  },
@@ -4176,6 +4179,14 @@
4176
4179
  }
4177
4180
  }
4178
4181
  },
4182
+ "sanityEmployeeSalaryConfig": {
4183
+ "type": "object",
4184
+ "properties": {
4185
+ "model": {
4186
+ "type": "string"
4187
+ }
4188
+ }
4189
+ },
4179
4190
  "sanityEmployeeSettings": {
4180
4191
  "type": "object",
4181
4192
  "properties": {
@@ -5080,6 +5091,7 @@
5080
5091
  "sickLeave",
5081
5092
  "militaryService",
5082
5093
  "baseSalary",
5094
+ "tenGHourly",
5083
5095
  "basicAmount",
5084
5096
  "hoursThisYear"
5085
5097
  ],
@@ -5097,6 +5109,10 @@
5097
5109
  "type": "integer",
5098
5110
  "format": "int32"
5099
5111
  },
5112
+ "tenGHourly": {
5113
+ "type": "integer",
5114
+ "format": "int32"
5115
+ },
5100
5116
  "basicAmount": {
5101
5117
  "type": "integer",
5102
5118
  "format": "int32"
@@ -1928,6 +1928,9 @@
1928
1928
  "position": {
1929
1929
  "type": "string"
1930
1930
  },
1931
+ "salaryConfig": {
1932
+ "$ref": "#/components/schemas/sanityPatchEmployeeSalaryConfig"
1933
+ },
1931
1934
  "scopeGrants": {
1932
1935
  "type": "array",
1933
1936
  "items": {
@@ -2131,6 +2134,9 @@
2131
2134
  "position": {
2132
2135
  "type": "string"
2133
2136
  },
2137
+ "salaryConfig": {
2138
+ "$ref": "#/components/schemas/sanityEmployeeSalaryConfig"
2139
+ },
2134
2140
  "sanityCreatedAt": {
2135
2141
  "type": "string"
2136
2142
  },
@@ -2579,6 +2585,14 @@
2579
2585
  }
2580
2586
  }
2581
2587
  },
2588
+ "sanityEmployeeSalaryConfig": {
2589
+ "type": "object",
2590
+ "properties": {
2591
+ "model": {
2592
+ "type": "string"
2593
+ }
2594
+ }
2595
+ },
2582
2596
  "sanityEmployeeSettings": {
2583
2597
  "type": "object",
2584
2598
  "properties": {
@@ -2976,6 +2990,14 @@
2976
2990
  }
2977
2991
  }
2978
2992
  },
2993
+ "sanityPatchEmployeeSalaryConfig": {
2994
+ "type": "object",
2995
+ "properties": {
2996
+ "model": {
2997
+ "type": "string"
2998
+ }
2999
+ }
3000
+ },
2979
3001
  "sanityPatchEmployeeSettings": {
2980
3002
  "type": "object",
2981
3003
  "properties": {
@@ -31399,6 +31399,14 @@
31399
31399
  },
31400
31400
  "type": "object"
31401
31401
  },
31402
+ "salaryConfig": {
31403
+ "properties": {
31404
+ "model": {
31405
+ "type": "string"
31406
+ }
31407
+ },
31408
+ "type": "object"
31409
+ },
31402
31410
  "commissionTier": {
31403
31411
  "properties": {
31404
31412
  "commission": {
@@ -32637,6 +32645,14 @@
32637
32645
  },
32638
32646
  "type": "object"
32639
32647
  },
32648
+ "salaryConfig": {
32649
+ "properties": {
32650
+ "model": {
32651
+ "type": "string"
32652
+ }
32653
+ },
32654
+ "type": "object"
32655
+ },
32640
32656
  "commissionTier": {
32641
32657
  "$ref": "#/components/schemas/CommissionTierReference"
32642
32658
  },
@@ -33415,6 +33431,15 @@
33415
33431
  ],
33416
33432
  "nullable": true
33417
33433
  },
33434
+ "salaryConfig": {
33435
+ "properties": {
33436
+ "model": {
33437
+ "type": "string"
33438
+ }
33439
+ },
33440
+ "type": "object",
33441
+ "nullable": true
33442
+ },
33418
33443
  "settings": {
33419
33444
  "properties": {
33420
33445
  "colorScheme": {