@readyfor/api-client-readyfor 0.310.0 → 0.311.0-pr1212.9a0dd71

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.
@@ -370,6 +370,12 @@ interface paths {
370
370
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
371
371
  };
372
372
  };
373
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
374
+ 404: {
375
+ content: {
376
+ "application/json": components["schemas"]["HttpErrorNotFound"];
377
+ };
378
+ };
373
379
  /** @description プロジェクト編集バージョンが競合した場合に返す */
374
380
  409: {
375
381
  content: {
@@ -419,6 +425,12 @@ interface paths {
419
425
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
420
426
  };
421
427
  };
428
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
429
+ 404: {
430
+ content: {
431
+ "application/json": components["schemas"]["HttpErrorNotFound"];
432
+ };
433
+ };
422
434
  /** @description プロジェクト編集バージョンが競合した場合に返す */
423
435
  409: {
424
436
  content: {
@@ -510,6 +522,12 @@ interface paths {
510
522
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
511
523
  };
512
524
  };
525
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
526
+ 404: {
527
+ content: {
528
+ "application/json": components["schemas"]["HttpErrorNotFound"];
529
+ };
530
+ };
513
531
  /** @description プロジェクト編集バージョンが競合した場合に返す */
514
532
  409: {
515
533
  content: {
@@ -556,6 +574,12 @@ interface paths {
556
574
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
557
575
  };
558
576
  };
577
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
578
+ 404: {
579
+ content: {
580
+ "application/json": components["schemas"]["HttpErrorNotFound"];
581
+ };
582
+ };
559
583
  /** @description プロジェクト編集バージョンが競合した場合に返す */
560
584
  409: {
561
585
  content: {
@@ -634,6 +658,12 @@ interface paths {
634
658
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
635
659
  };
636
660
  };
661
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
662
+ 404: {
663
+ content: {
664
+ "application/json": components["schemas"]["HttpErrorNotFound"];
665
+ };
666
+ };
637
667
  /** @description プロジェクト編集バージョンが競合した場合に返す */
638
668
  409: {
639
669
  content: {
@@ -683,6 +713,12 @@ interface paths {
683
713
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
684
714
  };
685
715
  };
716
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
717
+ 404: {
718
+ content: {
719
+ "application/json": components["schemas"]["HttpErrorNotFound"];
720
+ };
721
+ };
686
722
  /** @description プロジェクト編集バージョンが競合した場合に返す */
687
723
  409: {
688
724
  content: {
@@ -726,6 +762,12 @@ interface paths {
726
762
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
727
763
  };
728
764
  };
765
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
766
+ 404: {
767
+ content: {
768
+ "application/json": components["schemas"]["HttpErrorNotFound"];
769
+ };
770
+ };
729
771
  /** @description プロジェクト編集バージョンが競合した場合に返す */
730
772
  409: {
731
773
  content: {
@@ -772,6 +814,12 @@ interface paths {
772
814
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
773
815
  };
774
816
  };
817
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
818
+ 404: {
819
+ content: {
820
+ "application/json": components["schemas"]["HttpErrorNotFound"];
821
+ };
822
+ };
775
823
  /** @description プロジェクト編集バージョンが競合した場合に返す */
776
824
  409: {
777
825
  content: {
@@ -370,6 +370,12 @@ interface paths {
370
370
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
371
371
  };
372
372
  };
373
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
374
+ 404: {
375
+ content: {
376
+ "application/json": components["schemas"]["HttpErrorNotFound"];
377
+ };
378
+ };
373
379
  /** @description プロジェクト編集バージョンが競合した場合に返す */
374
380
  409: {
375
381
  content: {
@@ -419,6 +425,12 @@ interface paths {
419
425
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
420
426
  };
421
427
  };
428
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
429
+ 404: {
430
+ content: {
431
+ "application/json": components["schemas"]["HttpErrorNotFound"];
432
+ };
433
+ };
422
434
  /** @description プロジェクト編集バージョンが競合した場合に返す */
423
435
  409: {
424
436
  content: {
@@ -510,6 +522,12 @@ interface paths {
510
522
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
511
523
  };
512
524
  };
525
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
526
+ 404: {
527
+ content: {
528
+ "application/json": components["schemas"]["HttpErrorNotFound"];
529
+ };
530
+ };
513
531
  /** @description プロジェクト編集バージョンが競合した場合に返す */
514
532
  409: {
515
533
  content: {
@@ -556,6 +574,12 @@ interface paths {
556
574
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
557
575
  };
558
576
  };
577
+ /** @description リターンが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
578
+ 404: {
579
+ content: {
580
+ "application/json": components["schemas"]["HttpErrorNotFound"];
581
+ };
582
+ };
559
583
  /** @description プロジェクト編集バージョンが競合した場合に返す */
560
584
  409: {
561
585
  content: {
@@ -634,6 +658,12 @@ interface paths {
634
658
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
635
659
  };
636
660
  };
661
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
662
+ 404: {
663
+ content: {
664
+ "application/json": components["schemas"]["HttpErrorNotFound"];
665
+ };
666
+ };
637
667
  /** @description プロジェクト編集バージョンが競合した場合に返す */
638
668
  409: {
639
669
  content: {
@@ -683,6 +713,12 @@ interface paths {
683
713
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
684
714
  };
685
715
  };
716
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
717
+ 404: {
718
+ content: {
719
+ "application/json": components["schemas"]["HttpErrorNotFound"];
720
+ };
721
+ };
686
722
  /** @description プロジェクト編集バージョンが競合した場合に返す */
687
723
  409: {
688
724
  content: {
@@ -726,6 +762,12 @@ interface paths {
726
762
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
727
763
  };
728
764
  };
765
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
766
+ 404: {
767
+ content: {
768
+ "application/json": components["schemas"]["HttpErrorNotFound"];
769
+ };
770
+ };
729
771
  /** @description プロジェクト編集バージョンが競合した場合に返す */
730
772
  409: {
731
773
  content: {
@@ -772,6 +814,12 @@ interface paths {
772
814
  "application/json": components["schemas"]["HttpErrorUnauthenticated"];
773
815
  };
774
816
  };
817
+ /** @description 未保存のリターンの下書きが存在しない場合や、アクセス権のないリターンにアクセスした場合に返す */
818
+ 404: {
819
+ content: {
820
+ "application/json": components["schemas"]["HttpErrorNotFound"];
821
+ };
822
+ };
775
823
  /** @description プロジェクト編集バージョンが競合した場合に返す */
776
824
  409: {
777
825
  content: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor",
3
- "version": "0.310.0",
3
+ "version": "0.311.0-pr1212.9a0dd71",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  "swr": "2.4.0",
37
37
  "use-sync-external-store": "1.6.0",
38
38
  "zod": "^3.24.1",
39
- "@readyfor/api-client-base": "0.310.0"
39
+ "@readyfor/api-client-base": "0.311.0-pr1212.9a0dd71"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "qs": "^6",
@@ -44,7 +44,7 @@
44
44
  "swr": "^2.3.3",
45
45
  "use-sync-external-store": "^1.2.2",
46
46
  "zod": "^3",
47
- "@readyfor/api-client-base": "0.310.0"
47
+ "@readyfor/api-client-base": "0.311.0-pr1212.9a0dd71"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "react": {