@snokam/mcp-api 0.165.0 → 0.167.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
|
@@ -1863,6 +1863,9 @@
|
|
|
1863
1863
|
"$ref": "#/components/schemas/pageEquipmentInner"
|
|
1864
1864
|
}
|
|
1865
1865
|
},
|
|
1866
|
+
"externalId": {
|
|
1867
|
+
"type": "string"
|
|
1868
|
+
},
|
|
1866
1869
|
"github": {
|
|
1867
1870
|
"type": "string"
|
|
1868
1871
|
},
|
|
@@ -2089,6 +2092,9 @@
|
|
|
2089
2092
|
"$ref": "#/components/schemas/sanityEmployeeEquipmentInner"
|
|
2090
2093
|
}
|
|
2091
2094
|
},
|
|
2095
|
+
"externalId": {
|
|
2096
|
+
"type": "string"
|
|
2097
|
+
},
|
|
2092
2098
|
"github": {
|
|
2093
2099
|
"type": "string"
|
|
2094
2100
|
},
|
|
@@ -32693,6 +32693,9 @@
|
|
|
32693
32693
|
"These are not the genders you are looking for"
|
|
32694
32694
|
]
|
|
32695
32695
|
},
|
|
32696
|
+
"externalId": {
|
|
32697
|
+
"type": "string"
|
|
32698
|
+
},
|
|
32696
32699
|
"slug": {
|
|
32697
32700
|
"$ref": "#/components/schemas/Slug"
|
|
32698
32701
|
},
|
|
@@ -33080,6 +33083,9 @@
|
|
|
33080
33083
|
"These are not the genders you are looking for"
|
|
33081
33084
|
]
|
|
33082
33085
|
},
|
|
33086
|
+
"externalId": {
|
|
33087
|
+
"type": "string"
|
|
33088
|
+
},
|
|
33083
33089
|
"isExternal": {
|
|
33084
33090
|
"type": "boolean"
|
|
33085
33091
|
},
|
|
@@ -33410,6 +33416,10 @@
|
|
|
33410
33416
|
"type": "boolean",
|
|
33411
33417
|
"nullable": true
|
|
33412
33418
|
},
|
|
33419
|
+
"externalId": {
|
|
33420
|
+
"type": "string",
|
|
33421
|
+
"nullable": true
|
|
33422
|
+
},
|
|
33413
33423
|
"gender": {
|
|
33414
33424
|
"type": "string",
|
|
33415
33425
|
"enum": [
|
|
@@ -1863,6 +1863,9 @@
|
|
|
1863
1863
|
"$ref": "#/components/schemas/pageEquipmentInner"
|
|
1864
1864
|
}
|
|
1865
1865
|
},
|
|
1866
|
+
"externalId": {
|
|
1867
|
+
"type": "string"
|
|
1868
|
+
},
|
|
1866
1869
|
"github": {
|
|
1867
1870
|
"type": "string"
|
|
1868
1871
|
},
|
|
@@ -2089,6 +2092,9 @@
|
|
|
2089
2092
|
"$ref": "#/components/schemas/sanityEmployeeEquipmentInner"
|
|
2090
2093
|
}
|
|
2091
2094
|
},
|
|
2095
|
+
"externalId": {
|
|
2096
|
+
"type": "string"
|
|
2097
|
+
},
|
|
2092
2098
|
"github": {
|
|
2093
2099
|
"type": "string"
|
|
2094
2100
|
},
|
package/specs/test/sanity.json
CHANGED
|
@@ -32693,6 +32693,9 @@
|
|
|
32693
32693
|
"These are not the genders you are looking for"
|
|
32694
32694
|
]
|
|
32695
32695
|
},
|
|
32696
|
+
"externalId": {
|
|
32697
|
+
"type": "string"
|
|
32698
|
+
},
|
|
32696
32699
|
"slug": {
|
|
32697
32700
|
"$ref": "#/components/schemas/Slug"
|
|
32698
32701
|
},
|
|
@@ -33080,6 +33083,9 @@
|
|
|
33080
33083
|
"These are not the genders you are looking for"
|
|
33081
33084
|
]
|
|
33082
33085
|
},
|
|
33086
|
+
"externalId": {
|
|
33087
|
+
"type": "string"
|
|
33088
|
+
},
|
|
33083
33089
|
"isExternal": {
|
|
33084
33090
|
"type": "boolean"
|
|
33085
33091
|
},
|
|
@@ -33410,6 +33416,10 @@
|
|
|
33410
33416
|
"type": "boolean",
|
|
33411
33417
|
"nullable": true
|
|
33412
33418
|
},
|
|
33419
|
+
"externalId": {
|
|
33420
|
+
"type": "string",
|
|
33421
|
+
"nullable": true
|
|
33422
|
+
},
|
|
33413
33423
|
"gender": {
|
|
33414
33424
|
"type": "string",
|
|
33415
33425
|
"enum": [
|