@gitbeaker/core 43.2.0 → 43.3.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/dist/index.d.mts CHANGED
@@ -6693,12 +6693,13 @@ interface ReleaseAssetLink {
6693
6693
  link_type: string;
6694
6694
  }
6695
6695
  interface ReleaseSchema extends Record<string, unknown> {
6696
+ name: string | null;
6696
6697
  tag_name: string;
6697
6698
  description: string | null;
6698
- name: string | null;
6699
6699
  created_at: string;
6700
6700
  released_at: string | null;
6701
- user: MappedOmit<SimpleUserSchema, 'created_at'>;
6701
+ upcoming_release: boolean | null;
6702
+ author: MappedOmit<SimpleUserSchema, 'created_at'>;
6702
6703
  commit: CommitSchema;
6703
6704
  milestones: MilestoneSchema[] | null;
6704
6705
  commit_path: string;
package/dist/index.d.ts CHANGED
@@ -6693,12 +6693,13 @@ interface ReleaseAssetLink {
6693
6693
  link_type: string;
6694
6694
  }
6695
6695
  interface ReleaseSchema extends Record<string, unknown> {
6696
+ name: string | null;
6696
6697
  tag_name: string;
6697
6698
  description: string | null;
6698
- name: string | null;
6699
6699
  created_at: string;
6700
6700
  released_at: string | null;
6701
- user: MappedOmit<SimpleUserSchema, 'created_at'>;
6701
+ upcoming_release: boolean | null;
6702
+ author: MappedOmit<SimpleUserSchema, 'created_at'>;
6702
6703
  commit: CommitSchema;
6703
6704
  milestones: MilestoneSchema[] | null;
6704
6705
  commit_path: string;
package/dist/map.json CHANGED
@@ -99,9 +99,7 @@
99
99
  },
100
100
  {
101
101
  "name": "edit",
102
- "args": [
103
- "pwaIcon"
104
- ]
102
+ "args": []
105
103
  }
106
104
  ],
107
105
  "ApplicationPlanLimits": [
@@ -155,15 +153,12 @@
155
153
  "AuditEvents": [
156
154
  {
157
155
  "name": "all",
158
- "args": [
159
- "groupId"
160
- ]
156
+ "args": []
161
157
  },
162
158
  {
163
159
  "name": "show",
164
160
  "args": [
165
- "auditEventId",
166
- "groupId"
161
+ "auditEventId"
167
162
  ]
168
163
  }
169
164
  ],
@@ -406,8 +401,7 @@
406
401
  "args": [
407
402
  "dashboardPath",
408
403
  "startingAt",
409
- "description",
410
- "clusterId"
404
+ "description"
411
405
  ]
412
406
  }
413
407
  ],
@@ -417,29 +411,25 @@
417
411
  "args": [
418
412
  "distribution",
419
413
  "component",
420
- "architecture",
421
- "groupId"
414
+ "architecture"
422
415
  ]
423
416
  },
424
417
  {
425
418
  "name": "downloadDistributionReleaseFile",
426
419
  "args": [
427
- "distribution",
428
- "groupId"
420
+ "distribution"
429
421
  ]
430
422
  },
431
423
  {
432
424
  "name": "downloadSignedDistributionReleaseFile",
433
425
  "args": [
434
- "distribution",
435
- "groupId"
426
+ "distribution"
436
427
  ]
437
428
  },
438
429
  {
439
430
  "name": "downloadReleaseFileSignature",
440
431
  "args": [
441
- "distribution",
442
- "groupId"
432
+ "distribution"
443
433
  ]
444
434
  },
445
435
  {
@@ -472,9 +462,7 @@
472
462
  "DeployKeys": [
473
463
  {
474
464
  "name": "all",
475
- "args": [
476
- "userId"
477
- ]
465
+ "args": []
478
466
  },
479
467
  {
480
468
  "name": "create",
@@ -516,30 +504,25 @@
516
504
  "DeployTokens": [
517
505
  {
518
506
  "name": "all",
519
- "args": [
520
- "groupId"
521
- ]
507
+ "args": []
522
508
  },
523
509
  {
524
510
  "name": "create",
525
511
  "args": [
526
512
  "name",
527
- "scopes",
528
- "groupId"
513
+ "scopes"
529
514
  ]
530
515
  },
531
516
  {
532
517
  "name": "remove",
533
518
  "args": [
534
- "tokenId",
535
- "groupId"
519
+ "tokenId"
536
520
  ]
537
521
  },
538
522
  {
539
523
  "name": "show",
540
524
  "args": [
541
- "tokenId",
542
- "groupId"
525
+ "tokenId"
543
526
  ]
544
527
  }
545
528
  ],
@@ -547,9 +530,7 @@
547
530
  "Events": [
548
531
  {
549
532
  "name": "all",
550
- "args": [
551
- "userId"
552
- ]
533
+ "args": []
553
534
  }
554
535
  ],
555
536
  "Experiments": [
@@ -729,9 +710,7 @@
729
710
  "Keys": [
730
711
  {
731
712
  "name": "show",
732
- "args": [
733
- "fingerprint"
734
- ]
713
+ "args": []
735
714
  }
736
715
  ],
737
716
  "License": [
@@ -791,8 +770,7 @@
791
770
  "name": "downloadPackageFile",
792
771
  "args": [
793
772
  "path",
794
- "filename",
795
- "groupId"
773
+ "filename"
796
774
  ]
797
775
  },
798
776
  {
@@ -906,15 +884,11 @@
906
884
  "NotificationSettings": [
907
885
  {
908
886
  "name": "edit",
909
- "args": [
910
- "projectId"
911
- ]
887
+ "args": []
912
888
  },
913
889
  {
914
890
  "name": "show",
915
- "args": [
916
- "projectId"
917
- ]
891
+ "args": []
918
892
  }
919
893
  ],
920
894
  "NuGet": [
@@ -930,15 +904,13 @@
930
904
  {
931
905
  "name": "search",
932
906
  "args": [
933
- "q",
934
- "groupId"
907
+ "q"
935
908
  ]
936
909
  },
937
910
  {
938
911
  "name": "showMetadata",
939
912
  "args": [
940
- "packageName",
941
- "groupId"
913
+ "packageName"
942
914
  ]
943
915
  },
944
916
  {
@@ -950,16 +922,13 @@
950
922
  },
951
923
  {
952
924
  "name": "showServiceIndex",
953
- "args": [
954
- "groupId"
955
- ]
925
+ "args": []
956
926
  },
957
927
  {
958
928
  "name": "showVersionMetadata",
959
929
  "args": [
960
930
  "packageName",
961
- "packageVersion",
962
- "groupId"
931
+ "packageVersion"
963
932
  ]
964
933
  },
965
934
  {
@@ -1014,15 +983,13 @@
1014
983
  "name": "downloadPackageFile",
1015
984
  "args": [
1016
985
  "sha",
1017
- "fileIdentifier",
1018
- "groupId"
986
+ "fileIdentifier"
1019
987
  ]
1020
988
  },
1021
989
  {
1022
990
  "name": "showPackageDescriptor",
1023
991
  "args": [
1024
- "packageName",
1025
- "groupId"
992
+ "packageName"
1026
993
  ]
1027
994
  },
1028
995
  {
@@ -1415,9 +1382,7 @@
1415
1382
  "ContainerRegistry": [
1416
1383
  {
1417
1384
  "name": "allRepositories",
1418
- "args": [
1419
- "projectId"
1420
- ]
1385
+ "args": []
1421
1386
  },
1422
1387
  {
1423
1388
  "name": "allTags",
@@ -1929,9 +1894,7 @@
1929
1894
  },
1930
1895
  {
1931
1896
  "name": "all",
1932
- "args": [
1933
- "groupId"
1934
- ]
1897
+ "args": []
1935
1898
  },
1936
1899
  {
1937
1900
  "name": "allMetricImages",
@@ -2096,18 +2059,14 @@
2096
2059
  "IssuesStatistics": [
2097
2060
  {
2098
2061
  "name": "all",
2099
- "args": [
2100
- "groupId"
2101
- ]
2062
+ "args": []
2102
2063
  }
2103
2064
  ],
2104
2065
  "JobArtifacts": [
2105
2066
  {
2106
2067
  "name": "downloadArchive",
2107
2068
  "args": [
2108
- "projectId",
2109
- "artifactPath",
2110
- "ref"
2069
+ "projectId"
2111
2070
  ]
2112
2071
  },
2113
2072
  {
@@ -2374,9 +2333,7 @@
2374
2333
  },
2375
2334
  {
2376
2335
  "name": "all",
2377
- "args": [
2378
- "groupId"
2379
- ]
2336
+ "args": []
2380
2337
  },
2381
2338
  {
2382
2339
  "name": "allDiffs",
@@ -2603,9 +2560,7 @@
2603
2560
  "Packages": [
2604
2561
  {
2605
2562
  "name": "all",
2606
- "args": [
2607
- "groupId"
2608
- ]
2563
+ "args": []
2609
2564
  },
2610
2565
  {
2611
2566
  "name": "allFiles",
@@ -3363,9 +3318,7 @@
3363
3318
  "Projects": [
3364
3319
  {
3365
3320
  "name": "all",
3366
- "args": [
3367
- "starredOnly"
3368
- ]
3321
+ "args": []
3369
3322
  },
3370
3323
  {
3371
3324
  "name": "allTransferLocations",
@@ -3423,9 +3376,7 @@
3423
3376
  },
3424
3377
  {
3425
3378
  "name": "create",
3426
- "args": [
3427
- "avatar"
3428
- ]
3379
+ "args": []
3429
3380
  },
3430
3381
  {
3431
3382
  "name": "createForkRelationship",
@@ -3872,10 +3823,7 @@
3872
3823
  "Runners": [
3873
3824
  {
3874
3825
  "name": "all",
3875
- "args": [
3876
- "groupId",
3877
- "owned"
3878
- ]
3826
+ "args": []
3879
3827
  },
3880
3828
  {
3881
3829
  "name": "allJobs",
@@ -3917,15 +3865,11 @@
3917
3865
  },
3918
3866
  {
3919
3867
  "name": "remove",
3920
- "args": [
3921
- "token"
3922
- ]
3868
+ "args": []
3923
3869
  },
3924
3870
  {
3925
3871
  "name": "resetRegistrationToken",
3926
- "args": [
3927
- "token"
3928
- ]
3872
+ "args": []
3929
3873
  },
3930
3874
  {
3931
3875
  "name": "show",
@@ -4215,8 +4159,7 @@
4215
4159
  "name": "import",
4216
4160
  "args": [
4217
4161
  "file",
4218
- "path",
4219
- "name"
4162
+ "path"
4220
4163
  ]
4221
4164
  },
4222
4165
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitbeaker/core",
3
- "version": "43.2.0",
3
+ "version": "43.3.0",
4
4
  "description": "Core API implementation of the GitLab API",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -52,7 +52,7 @@
52
52
  "lint:fix": "yarn lint --fix"
53
53
  },
54
54
  "dependencies": {
55
- "@gitbeaker/requester-utils": "^43.2.0",
55
+ "@gitbeaker/requester-utils": "^43.3.0",
56
56
  "qs": "^6.14.0",
57
57
  "xcase": "^2.0.1"
58
58
  },
@@ -62,5 +62,5 @@
62
62
  "tsx": "^4.20.3",
63
63
  "typescript": "^5.8.3"
64
64
  },
65
- "gitHead": "a0c0b9d3a8b6eeb155ec0c6c3dbee45f7ab31692"
65
+ "gitHead": "f756323a98ca8a6f82a9a29f51e772f3a2a480ab"
66
66
  }