@furystack/rest-service 4.1.2 → 4.1.3

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.
@@ -361,6 +361,23 @@
361
361
  "RestApi": {
362
362
  "additionalProperties": false,
363
363
  "properties": {
364
+ "CONNECT": {
365
+ "additionalProperties": {
366
+ "additionalProperties": false,
367
+ "properties": {
368
+ "body": {},
369
+ "headers": {},
370
+ "query": {},
371
+ "result": {},
372
+ "url": {}
373
+ },
374
+ "required": [
375
+ "result"
376
+ ],
377
+ "type": "object"
378
+ },
379
+ "type": "object"
380
+ },
364
381
  "DELETE": {
365
382
  "additionalProperties": {
366
383
  "additionalProperties": false,
@@ -395,6 +412,23 @@
395
412
  },
396
413
  "type": "object"
397
414
  },
415
+ "HEAD": {
416
+ "additionalProperties": {
417
+ "additionalProperties": false,
418
+ "properties": {
419
+ "body": {},
420
+ "headers": {},
421
+ "query": {},
422
+ "result": {},
423
+ "url": {}
424
+ },
425
+ "required": [
426
+ "result"
427
+ ],
428
+ "type": "object"
429
+ },
430
+ "type": "object"
431
+ },
398
432
  "PATCH": {
399
433
  "additionalProperties": {
400
434
  "additionalProperties": false,
@@ -445,6 +479,23 @@
445
479
  "type": "object"
446
480
  },
447
481
  "type": "object"
482
+ },
483
+ "TRACE": {
484
+ "additionalProperties": {
485
+ "additionalProperties": false,
486
+ "properties": {
487
+ "body": {},
488
+ "headers": {},
489
+ "query": {},
490
+ "result": {},
491
+ "url": {}
492
+ },
493
+ "required": [
494
+ "result"
495
+ ],
496
+ "type": "object"
497
+ },
498
+ "type": "object"
448
499
  }
449
500
  },
450
501
  "type": "object"
@@ -636,6 +687,23 @@
636
687
  "ValidationApi": {
637
688
  "additionalProperties": false,
638
689
  "properties": {
690
+ "CONNECT": {
691
+ "additionalProperties": {
692
+ "additionalProperties": false,
693
+ "properties": {
694
+ "body": {},
695
+ "headers": {},
696
+ "query": {},
697
+ "result": {},
698
+ "url": {}
699
+ },
700
+ "required": [
701
+ "result"
702
+ ],
703
+ "type": "object"
704
+ },
705
+ "type": "object"
706
+ },
639
707
  "DELETE": {
640
708
  "additionalProperties": false,
641
709
  "properties": {
@@ -676,6 +744,23 @@
676
744
  ],
677
745
  "type": "object"
678
746
  },
747
+ "HEAD": {
748
+ "additionalProperties": {
749
+ "additionalProperties": false,
750
+ "properties": {
751
+ "body": {},
752
+ "headers": {},
753
+ "query": {},
754
+ "result": {},
755
+ "url": {}
756
+ },
757
+ "required": [
758
+ "result"
759
+ ],
760
+ "type": "object"
761
+ },
762
+ "type": "object"
763
+ },
679
764
  "PATCH": {
680
765
  "additionalProperties": false,
681
766
  "properties": {
@@ -720,6 +805,23 @@
720
805
  "type": "object"
721
806
  },
722
807
  "type": "object"
808
+ },
809
+ "TRACE": {
810
+ "additionalProperties": {
811
+ "additionalProperties": false,
812
+ "properties": {
813
+ "body": {},
814
+ "headers": {},
815
+ "query": {},
816
+ "result": {},
817
+ "url": {}
818
+ },
819
+ "required": [
820
+ "result"
821
+ ],
822
+ "type": "object"
823
+ },
824
+ "type": "object"
723
825
  }
724
826
  },
725
827
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/rest-service",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "Repository implementation for FuryStack",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -31,13 +31,13 @@
31
31
  },
32
32
  "homepage": "https://github.com/furystack/furystack",
33
33
  "dependencies": {
34
- "@furystack/core": "^10.3.7",
34
+ "@furystack/core": "^10.3.8",
35
35
  "@furystack/inject": "^4.0.76",
36
36
  "@furystack/logging": "^2.0.83",
37
- "@furystack/repository": "^5.0.22",
38
- "@furystack/rest": "^3.1.0",
37
+ "@furystack/repository": "^5.0.23",
38
+ "@furystack/rest": "^3.1.1",
39
39
  "@furystack/utils": "^1.2.46",
40
- "ajv": "^8.8.1",
40
+ "ajv": "^8.8.2",
41
41
  "ajv-formats": "^2.1.1",
42
42
  "hash.js": "^1.1.7",
43
43
  "path-to-regexp": "^6.2.0",
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/jest": "^27.0.3",
50
- "@types/node": "^16.11.8",
50
+ "@types/node": "^16.11.10",
51
51
  "@types/uuid": "^8.3.3",
52
52
  "got": "^11.8.3"
53
53
  },
54
54
  "typings": "./dist/index.d.ts",
55
- "gitHead": "7ae73a26dde10e034bd828a5f85dbde57b514fac"
55
+ "gitHead": "eb6838696fb3ffc072321b0d5ee8583b82b7cb07"
56
56
  }
@@ -361,6 +361,23 @@
361
361
  "RestApi": {
362
362
  "additionalProperties": false,
363
363
  "properties": {
364
+ "CONNECT": {
365
+ "additionalProperties": {
366
+ "additionalProperties": false,
367
+ "properties": {
368
+ "body": {},
369
+ "headers": {},
370
+ "query": {},
371
+ "result": {},
372
+ "url": {}
373
+ },
374
+ "required": [
375
+ "result"
376
+ ],
377
+ "type": "object"
378
+ },
379
+ "type": "object"
380
+ },
364
381
  "DELETE": {
365
382
  "additionalProperties": {
366
383
  "additionalProperties": false,
@@ -395,6 +412,23 @@
395
412
  },
396
413
  "type": "object"
397
414
  },
415
+ "HEAD": {
416
+ "additionalProperties": {
417
+ "additionalProperties": false,
418
+ "properties": {
419
+ "body": {},
420
+ "headers": {},
421
+ "query": {},
422
+ "result": {},
423
+ "url": {}
424
+ },
425
+ "required": [
426
+ "result"
427
+ ],
428
+ "type": "object"
429
+ },
430
+ "type": "object"
431
+ },
398
432
  "PATCH": {
399
433
  "additionalProperties": {
400
434
  "additionalProperties": false,
@@ -445,6 +479,23 @@
445
479
  "type": "object"
446
480
  },
447
481
  "type": "object"
482
+ },
483
+ "TRACE": {
484
+ "additionalProperties": {
485
+ "additionalProperties": false,
486
+ "properties": {
487
+ "body": {},
488
+ "headers": {},
489
+ "query": {},
490
+ "result": {},
491
+ "url": {}
492
+ },
493
+ "required": [
494
+ "result"
495
+ ],
496
+ "type": "object"
497
+ },
498
+ "type": "object"
448
499
  }
449
500
  },
450
501
  "type": "object"
@@ -636,6 +687,23 @@
636
687
  "ValidationApi": {
637
688
  "additionalProperties": false,
638
689
  "properties": {
690
+ "CONNECT": {
691
+ "additionalProperties": {
692
+ "additionalProperties": false,
693
+ "properties": {
694
+ "body": {},
695
+ "headers": {},
696
+ "query": {},
697
+ "result": {},
698
+ "url": {}
699
+ },
700
+ "required": [
701
+ "result"
702
+ ],
703
+ "type": "object"
704
+ },
705
+ "type": "object"
706
+ },
639
707
  "DELETE": {
640
708
  "additionalProperties": false,
641
709
  "properties": {
@@ -676,6 +744,23 @@
676
744
  ],
677
745
  "type": "object"
678
746
  },
747
+ "HEAD": {
748
+ "additionalProperties": {
749
+ "additionalProperties": false,
750
+ "properties": {
751
+ "body": {},
752
+ "headers": {},
753
+ "query": {},
754
+ "result": {},
755
+ "url": {}
756
+ },
757
+ "required": [
758
+ "result"
759
+ ],
760
+ "type": "object"
761
+ },
762
+ "type": "object"
763
+ },
679
764
  "PATCH": {
680
765
  "additionalProperties": false,
681
766
  "properties": {
@@ -720,6 +805,23 @@
720
805
  "type": "object"
721
806
  },
722
807
  "type": "object"
808
+ },
809
+ "TRACE": {
810
+ "additionalProperties": {
811
+ "additionalProperties": false,
812
+ "properties": {
813
+ "body": {},
814
+ "headers": {},
815
+ "query": {},
816
+ "result": {},
817
+ "url": {}
818
+ },
819
+ "required": [
820
+ "result"
821
+ ],
822
+ "type": "object"
823
+ },
824
+ "type": "object"
723
825
  }
724
826
  },
725
827
  "required": [