@snokam/mcp-api 0.155.0 → 0.156.1
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
|
@@ -2829,6 +2829,11 @@
|
|
|
2829
2829
|
"items": {
|
|
2830
2830
|
"$ref": "#/components/schemas/breakdownRow"
|
|
2831
2831
|
}
|
|
2832
|
+
},
|
|
2833
|
+
"parentalLeaveStart": {
|
|
2834
|
+
"type": "string",
|
|
2835
|
+
"format": "date-time",
|
|
2836
|
+
"nullable": true
|
|
2832
2837
|
}
|
|
2833
2838
|
}
|
|
2834
2839
|
},
|
|
@@ -2933,6 +2938,11 @@
|
|
|
2933
2938
|
"items": {
|
|
2934
2939
|
"$ref": "#/components/schemas/breakdownRow"
|
|
2935
2940
|
}
|
|
2941
|
+
},
|
|
2942
|
+
"parentalLeaveStart": {
|
|
2943
|
+
"type": "string",
|
|
2944
|
+
"format": "date-time",
|
|
2945
|
+
"nullable": true
|
|
2936
2946
|
}
|
|
2937
2947
|
}
|
|
2938
2948
|
},
|
|
@@ -3288,6 +3298,11 @@
|
|
|
3288
3298
|
"items": {
|
|
3289
3299
|
"$ref": "#/components/schemas/breakdownRow"
|
|
3290
3300
|
}
|
|
3301
|
+
},
|
|
3302
|
+
"parentalLeaveStart": {
|
|
3303
|
+
"type": "string",
|
|
3304
|
+
"format": "date-time",
|
|
3305
|
+
"nullable": true
|
|
3291
3306
|
}
|
|
3292
3307
|
}
|
|
3293
3308
|
},
|
|
@@ -3969,6 +3984,9 @@
|
|
|
3969
3984
|
"type": "number",
|
|
3970
3985
|
"format": "double"
|
|
3971
3986
|
},
|
|
3987
|
+
"parentalLeaveStartDate": {
|
|
3988
|
+
"type": "string"
|
|
3989
|
+
},
|
|
3972
3990
|
"personalProjectRequirements": {
|
|
3973
3991
|
"type": "string"
|
|
3974
3992
|
},
|
|
@@ -1931,6 +1931,9 @@
|
|
|
1931
1931
|
"format": "double",
|
|
1932
1932
|
"nullable": true
|
|
1933
1933
|
},
|
|
1934
|
+
"parentalLeaveStartDate": {
|
|
1935
|
+
"type": "string"
|
|
1936
|
+
},
|
|
1934
1937
|
"personalProjectRequirements": {
|
|
1935
1938
|
"type": "string"
|
|
1936
1939
|
},
|
|
@@ -2146,6 +2149,9 @@
|
|
|
2146
2149
|
"type": "number",
|
|
2147
2150
|
"format": "double"
|
|
2148
2151
|
},
|
|
2152
|
+
"parentalLeaveStartDate": {
|
|
2153
|
+
"type": "string"
|
|
2154
|
+
},
|
|
2149
2155
|
"personalProjectRequirements": {
|
|
2150
2156
|
"type": "string"
|
|
2151
2157
|
},
|
|
@@ -31519,6 +31519,9 @@
|
|
|
31519
31519
|
},
|
|
31520
31520
|
"type": "object"
|
|
31521
31521
|
},
|
|
31522
|
+
"parentalLeaveStartDate": {
|
|
31523
|
+
"type": "string"
|
|
31524
|
+
},
|
|
31522
31525
|
"parentalLeaveCoverage": {
|
|
31523
31526
|
"type": "number",
|
|
31524
31527
|
"enum": [
|
|
@@ -32776,6 +32779,9 @@
|
|
|
32776
32779
|
},
|
|
32777
32780
|
"type": "object"
|
|
32778
32781
|
},
|
|
32782
|
+
"parentalLeaveStartDate": {
|
|
32783
|
+
"type": "string"
|
|
32784
|
+
},
|
|
32779
32785
|
"parentalLeaveCoverage": {
|
|
32780
32786
|
"type": "number",
|
|
32781
32787
|
"enum": [
|
|
@@ -33570,6 +33576,10 @@
|
|
|
33570
33576
|
],
|
|
33571
33577
|
"nullable": true
|
|
33572
33578
|
},
|
|
33579
|
+
"parentalLeaveStartDate": {
|
|
33580
|
+
"type": "string",
|
|
33581
|
+
"nullable": true
|
|
33582
|
+
},
|
|
33573
33583
|
"salaryConfig": {
|
|
33574
33584
|
"properties": {
|
|
33575
33585
|
"model": {
|
|
@@ -2829,6 +2829,11 @@
|
|
|
2829
2829
|
"items": {
|
|
2830
2830
|
"$ref": "#/components/schemas/breakdownRow"
|
|
2831
2831
|
}
|
|
2832
|
+
},
|
|
2833
|
+
"parentalLeaveStart": {
|
|
2834
|
+
"type": "string",
|
|
2835
|
+
"format": "date-time",
|
|
2836
|
+
"nullable": true
|
|
2832
2837
|
}
|
|
2833
2838
|
}
|
|
2834
2839
|
},
|
|
@@ -2933,6 +2938,11 @@
|
|
|
2933
2938
|
"items": {
|
|
2934
2939
|
"$ref": "#/components/schemas/breakdownRow"
|
|
2935
2940
|
}
|
|
2941
|
+
},
|
|
2942
|
+
"parentalLeaveStart": {
|
|
2943
|
+
"type": "string",
|
|
2944
|
+
"format": "date-time",
|
|
2945
|
+
"nullable": true
|
|
2936
2946
|
}
|
|
2937
2947
|
}
|
|
2938
2948
|
},
|
|
@@ -3288,6 +3298,11 @@
|
|
|
3288
3298
|
"items": {
|
|
3289
3299
|
"$ref": "#/components/schemas/breakdownRow"
|
|
3290
3300
|
}
|
|
3301
|
+
},
|
|
3302
|
+
"parentalLeaveStart": {
|
|
3303
|
+
"type": "string",
|
|
3304
|
+
"format": "date-time",
|
|
3305
|
+
"nullable": true
|
|
3291
3306
|
}
|
|
3292
3307
|
}
|
|
3293
3308
|
},
|
|
@@ -3969,6 +3984,9 @@
|
|
|
3969
3984
|
"type": "number",
|
|
3970
3985
|
"format": "double"
|
|
3971
3986
|
},
|
|
3987
|
+
"parentalLeaveStartDate": {
|
|
3988
|
+
"type": "string"
|
|
3989
|
+
},
|
|
3972
3990
|
"personalProjectRequirements": {
|
|
3973
3991
|
"type": "string"
|
|
3974
3992
|
},
|
|
@@ -1931,6 +1931,9 @@
|
|
|
1931
1931
|
"format": "double",
|
|
1932
1932
|
"nullable": true
|
|
1933
1933
|
},
|
|
1934
|
+
"parentalLeaveStartDate": {
|
|
1935
|
+
"type": "string"
|
|
1936
|
+
},
|
|
1934
1937
|
"personalProjectRequirements": {
|
|
1935
1938
|
"type": "string"
|
|
1936
1939
|
},
|
|
@@ -2146,6 +2149,9 @@
|
|
|
2146
2149
|
"type": "number",
|
|
2147
2150
|
"format": "double"
|
|
2148
2151
|
},
|
|
2152
|
+
"parentalLeaveStartDate": {
|
|
2153
|
+
"type": "string"
|
|
2154
|
+
},
|
|
2149
2155
|
"personalProjectRequirements": {
|
|
2150
2156
|
"type": "string"
|
|
2151
2157
|
},
|
package/specs/test/sanity.json
CHANGED
|
@@ -31519,6 +31519,9 @@
|
|
|
31519
31519
|
},
|
|
31520
31520
|
"type": "object"
|
|
31521
31521
|
},
|
|
31522
|
+
"parentalLeaveStartDate": {
|
|
31523
|
+
"type": "string"
|
|
31524
|
+
},
|
|
31522
31525
|
"parentalLeaveCoverage": {
|
|
31523
31526
|
"type": "number",
|
|
31524
31527
|
"enum": [
|
|
@@ -32776,6 +32779,9 @@
|
|
|
32776
32779
|
},
|
|
32777
32780
|
"type": "object"
|
|
32778
32781
|
},
|
|
32782
|
+
"parentalLeaveStartDate": {
|
|
32783
|
+
"type": "string"
|
|
32784
|
+
},
|
|
32779
32785
|
"parentalLeaveCoverage": {
|
|
32780
32786
|
"type": "number",
|
|
32781
32787
|
"enum": [
|
|
@@ -33570,6 +33576,10 @@
|
|
|
33570
33576
|
],
|
|
33571
33577
|
"nullable": true
|
|
33572
33578
|
},
|
|
33579
|
+
"parentalLeaveStartDate": {
|
|
33580
|
+
"type": "string",
|
|
33581
|
+
"nullable": true
|
|
33582
|
+
},
|
|
33573
33583
|
"salaryConfig": {
|
|
33574
33584
|
"properties": {
|
|
33575
33585
|
"model": {
|