Skip to content

Commit e1b01bb

Browse files
NPM updates 2
1 parent 9152157 commit e1b01bb

7 files changed

Lines changed: 121 additions & 77 deletions

File tree

assets/openapi.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"pattern": "^.*Response$"
158158
},
159159
"headers": {
160-
"$ref": "#/components/schemas/Record<string,string>"
160+
"$ref": "#/components/schemas/Record%3Cstring%2Cstring%3E"
161161
}
162162
}
163163
},
@@ -3714,7 +3714,9 @@
37143714
"additionalProperties": false
37153715
},
37163716
"intents": {
3717-
"type": "number"
3717+
"type": "number",
3718+
"properties": {},
3719+
"additionalProperties": false
37183720
},
37193721
"presence": {
37203722
"$ref": "#/components/schemas/ActivitySchema"
@@ -3733,7 +3735,9 @@
37333735
"maxItems": 2,
37343736
"type": "array",
37353737
"items": {
3736-
"type": "number"
3738+
"type": "number",
3739+
"properties": {},
3740+
"additionalProperties": false
37373741
}
37383742
},
37393743
"guild_subscriptions": {
@@ -7495,10 +7499,10 @@
74957499
"type": "boolean"
74967500
},
74977501
"roles": {
7498-
"$ref": "#/components/schemas/Record<string,boolean>"
7502+
"$ref": "#/components/schemas/Record%3Cstring%2Cboolean%3E"
74997503
},
75007504
"channels": {
7501-
"$ref": "#/components/schemas/Record<string,boolean>"
7505+
"$ref": "#/components/schemas/Record%3Cstring%2Cboolean%3E"
75027506
}
75037507
}
75047508
},
@@ -13389,7 +13393,7 @@
1338913393
"length": {
1339013394
"type": "integer"
1339113395
},
13392-
"__@unscopables@699": {
13396+
"__@unscopables@698": {
1339313397
"type": "object",
1339413398
"additionalProperties": false,
1339513399
"patternProperties": {
@@ -13515,17 +13519,17 @@
1351513519
"with": {
1351613520
"type": "boolean"
1351713521
},
13518-
"__@iterator@697": {
13522+
"__@iterator@696": {
1351913523
"type": "boolean"
1352013524
},
13521-
"__@unscopables@699": {
13525+
"__@unscopables@698": {
1352213526
"type": "boolean"
1352313527
}
1352413528
}
1352513529
}
1352613530
},
1352713531
"required": [
13528-
"__@unscopables@699",
13532+
"__@unscopables@698",
1352913533
"length"
1353013534
]
1353113535
},

assets/schemas.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"pattern": "^.*Response$"
137137
},
138138
"headers": {
139-
"$ref": "#/definitions/Record<string,string>"
139+
"$ref": "#/definitions/Record%3Cstring%2Cstring%3E"
140140
}
141141
},
142142
"additionalProperties": false,
@@ -3936,7 +3936,9 @@
39363936
"additionalProperties": false
39373937
},
39383938
"intents": {
3939-
"type": "bigint"
3939+
"type": "number",
3940+
"properties": {},
3941+
"additionalProperties": false
39403942
},
39413943
"presence": {
39423944
"$ref": "#/definitions/ActivitySchema"
@@ -3955,7 +3957,9 @@
39553957
"maxItems": 2,
39563958
"type": "array",
39573959
"items": {
3958-
"type": "bigint"
3960+
"type": "number",
3961+
"properties": {},
3962+
"additionalProperties": false
39593963
}
39603964
},
39613965
"guild_subscriptions": {
@@ -7975,10 +7979,10 @@
79757979
"type": "boolean"
79767980
},
79777981
"roles": {
7978-
"$ref": "#/definitions/Record<string,boolean>"
7982+
"$ref": "#/definitions/Record%3Cstring%2Cboolean%3E"
79797983
},
79807984
"channels": {
7981-
"$ref": "#/definitions/Record<string,boolean>"
7985+
"$ref": "#/definitions/Record%3Cstring%2Cboolean%3E"
79827986
}
79837987
},
79847988
"additionalProperties": false,
@@ -14302,7 +14306,7 @@
1430214306
"length": {
1430314307
"type": "integer"
1430414308
},
14305-
"__@unscopables@699": {
14309+
"__@unscopables@698": {
1430614310
"type": "object",
1430714311
"additionalProperties": false,
1430814312
"patternProperties": {
@@ -14428,17 +14432,17 @@
1442814432
"with": {
1442914433
"type": "boolean"
1443014434
},
14431-
"__@iterator@697": {
14435+
"__@iterator@696": {
1443214436
"type": "boolean"
1443314437
},
14434-
"__@unscopables@699": {
14438+
"__@unscopables@698": {
1443514439
"type": "boolean"
1443614440
}
1443714441
}
1443814442
}
1443914443
},
1444014444
"required": [
14441-
"__@unscopables@699",
14445+
"__@unscopables@698",
1444214446
"length"
1444314447
]
1444414448
},

0 commit comments

Comments
 (0)