@qlik/api 1.25.0 → 1.27.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.
Files changed (84) hide show
  1. package/api-keys.d.ts +12 -12
  2. package/api-keys.js +2 -2
  3. package/apps.d.ts +69 -69
  4. package/apps.js +2 -2
  5. package/audits.d.ts +37 -15
  6. package/audits.js +2 -2
  7. package/auth.js +2 -2
  8. package/automations.d.ts +37 -37
  9. package/automations.js +2 -2
  10. package/brands.d.ts +24 -24
  11. package/brands.js +2 -2
  12. package/chunks/{3DYV7KOJ.js → 2BRBIRM2.js} +2 -2
  13. package/chunks/{7BDAXGID.js → 3RGGGGAR.js} +6 -9
  14. package/chunks/{6DEESTGF.js → 4D5NADHK.js} +4 -4
  15. package/chunks/{VX3MQBE7.js → 4K3CNR7C.js} +1 -1
  16. package/chunks/{OIQ5ELGS.js → 55SZVSAG.js} +1 -1
  17. package/chunks/{BL5PJM4B.js → EOGHK2R4.js} +1 -1
  18. package/chunks/{N3ZFICDU.js → MGXEGSJC.js} +3 -3
  19. package/chunks/{I5UOE4ZZ.js → NBW6PHZU.js} +120 -44
  20. package/chunks/{6QRR5VUM.js → QOOCP2TS.js} +4 -3
  21. package/chunks/{CZC7KEJN.js → V3TZ54UE.js} +3 -3
  22. package/chunks/{UA6BE3VB.js → WY7IOA3Q.js} +2 -2
  23. package/collections.d.ts +23 -23
  24. package/collections.js +2 -2
  25. package/csp-origins.d.ts +25 -25
  26. package/csp-origins.js +2 -2
  27. package/data-assets.d.ts +12 -12
  28. package/data-assets.js +2 -2
  29. package/data-connections.d.ts +19 -19
  30. package/data-connections.js +2 -2
  31. package/data-credentials.d.ts +11 -11
  32. package/data-credentials.js +2 -2
  33. package/data-files.d.ts +25 -25
  34. package/data-files.js +2 -2
  35. package/docs/authentication.md +1 -1
  36. package/docs/qix.md +28 -8
  37. package/extensions.d.ts +12 -12
  38. package/extensions.js +2 -2
  39. package/glossaries.d.ts +49 -49
  40. package/glossaries.js +2 -2
  41. package/groups.d.ts +17 -17
  42. package/groups.js +2 -2
  43. package/identity-providers.d.ts +43 -18
  44. package/identity-providers.js +2 -2
  45. package/index.d.ts +1 -1
  46. package/index.js +5 -5
  47. package/interceptors.d.ts +1 -1
  48. package/interceptors.js +1 -1
  49. package/{invoke-fetch-types-BLrpeZOL.d.ts → invoke-fetch-types-BXn-uSF5.d.ts} +27 -1
  50. package/items.d.ts +17 -17
  51. package/items.js +2 -2
  52. package/licenses.d.ts +19 -19
  53. package/licenses.js +2 -2
  54. package/package.json +3 -3
  55. package/qix.d.ts +2 -2
  56. package/qix.js +2 -2
  57. package/quotas.d.ts +5 -5
  58. package/quotas.js +2 -2
  59. package/reload-tasks.d.ts +11 -11
  60. package/reload-tasks.js +2 -2
  61. package/reloads.d.ts +9 -9
  62. package/reloads.js +2 -2
  63. package/reports.d.ts +13 -11
  64. package/reports.js +2 -2
  65. package/roles.d.ts +12 -12
  66. package/roles.js +2 -2
  67. package/spaces.d.ts +60 -26
  68. package/spaces.js +2 -2
  69. package/temp-contents.d.ts +7 -7
  70. package/temp-contents.js +2 -2
  71. package/tenants.d.ts +10 -10
  72. package/tenants.js +2 -2
  73. package/themes.d.ts +12 -12
  74. package/themes.js +2 -2
  75. package/transports.d.ts +18 -18
  76. package/transports.js +2 -2
  77. package/users.d.ts +20 -20
  78. package/users.js +2 -2
  79. package/web-integrations.d.ts +10 -10
  80. package/web-integrations.js +2 -2
  81. package/web-notifications.d.ts +13 -13
  82. package/web-notifications.js +2 -2
  83. package/webhooks.d.ts +21 -21
  84. package/webhooks.js +2 -2
package/glossaries.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BLrpeZOL.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
2
  import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  /**
@@ -446,14 +446,14 @@ declare const getGlossaries: (query: {
446
446
  type GetGlossariesHttpResponse = {
447
447
  data: GlossariesResult;
448
448
  headers: Headers;
449
- status: number;
449
+ status: 200;
450
450
  prev?: (options?: ApiCallOptions) => Promise<GetGlossariesHttpResponse>;
451
451
  next?: (options?: ApiCallOptions) => Promise<GetGlossariesHttpResponse>;
452
452
  };
453
453
  type GetGlossariesHttpError = {
454
454
  data: ErrorResponse;
455
455
  headers: Headers;
456
- status: number;
456
+ status: 400 | 403;
457
457
  };
458
458
  /**
459
459
  * Creates a new glossary. Only a steward can create a glossary.
@@ -465,12 +465,12 @@ declare const createGlossary: (body: CreateGlossary, options?: ApiCallOptions) =
465
465
  type CreateGlossaryHttpResponse = {
466
466
  data: Glossary;
467
467
  headers: Headers;
468
- status: number;
468
+ status: 201;
469
469
  };
470
470
  type CreateGlossaryHttpError = {
471
471
  data: ErrorResponse;
472
472
  headers: Headers;
473
- status: number;
473
+ status: 400 | 403;
474
474
  };
475
475
  /**
476
476
  * Creates a new glossary, including categories and terms, based on a glossary definition file.
@@ -491,8 +491,9 @@ declare const importGlossary: (query: {
491
491
  type ImportGlossaryHttpResponse = {
492
492
  data: Glossary;
493
493
  headers: Headers;
494
- status: number;
494
+ status: 201;
495
495
  };
496
+ type ImportGlossaryHttpError = ImportGlossary400HttpError | ImportGlossary403HttpError | ImportGlossary404HttpError;
496
497
  type ImportGlossary400HttpError = {
497
498
  data: ErrorResponseBadRequest;
498
499
  headers: Headers;
@@ -508,7 +509,6 @@ type ImportGlossary404HttpError = {
508
509
  headers: Headers;
509
510
  status: 404;
510
511
  };
511
- type ImportGlossaryHttpError = ImportGlossary400HttpError | ImportGlossary403HttpError | ImportGlossary404HttpError;
512
512
  /**
513
513
  * Deletes a glossary and all of its terms.
514
514
  *
@@ -519,12 +519,12 @@ declare const deleteGlossary: (id: string, options?: ApiCallOptions) => Promise<
519
519
  type DeleteGlossaryHttpResponse = {
520
520
  data: void;
521
521
  headers: Headers;
522
- status: number;
522
+ status: 204;
523
523
  };
524
524
  type DeleteGlossaryHttpError = {
525
525
  data: ErrorResponse;
526
526
  headers: Headers;
527
- status: number;
527
+ status: 400 | 403 | 404;
528
528
  };
529
529
  /**
530
530
  * Retrieves a glossary.
@@ -536,12 +536,12 @@ declare const getGlossary: (id: string, options?: ApiCallOptions) => Promise<Get
536
536
  type GetGlossaryHttpResponse = {
537
537
  data: Glossary;
538
538
  headers: Headers;
539
- status: number;
539
+ status: 200;
540
540
  };
541
541
  type GetGlossaryHttpError = {
542
542
  data: ErrorResponse;
543
543
  headers: Headers;
544
- status: number;
544
+ status: 400 | 403 | 404;
545
545
  };
546
546
  /**
547
547
  * Updates glossary properties with json-patch formated data
@@ -554,12 +554,12 @@ declare const patchGlossary: (id: string, body: JSONPatchArray, options?: ApiCal
554
554
  type PatchGlossaryHttpResponse = {
555
555
  data: void;
556
556
  headers: Headers;
557
- status: number;
557
+ status: 204;
558
558
  };
559
559
  type PatchGlossaryHttpError = {
560
560
  data: ErrorResponse;
561
561
  headers: Headers;
562
- status: number;
562
+ status: 400 | 401 | 403 | 404 | 429;
563
563
  };
564
564
  /**
565
565
  * Updates a glossary.
@@ -572,12 +572,12 @@ declare const updateGlossary: (id: string, body: CreateGlossary, options?: ApiCa
572
572
  type UpdateGlossaryHttpResponse = {
573
573
  data: Glossary;
574
574
  headers: Headers;
575
- status: number;
575
+ status: 200;
576
576
  };
577
577
  type UpdateGlossaryHttpError = {
578
578
  data: ErrorResponse;
579
579
  headers: Headers;
580
- status: number;
580
+ status: 400 | 403 | 404;
581
581
  };
582
582
  /**
583
583
  * Exports a glossary.
@@ -589,12 +589,12 @@ declare const exportGlossary: (id: string, options?: ApiCallOptions) => Promise<
589
589
  type ExportGlossaryHttpResponse = {
590
590
  data: ExportGlossary;
591
591
  headers: Headers;
592
- status: number;
592
+ status: 200;
593
593
  };
594
594
  type ExportGlossaryHttpError = {
595
595
  data: ErrorResponse;
596
596
  headers: Headers;
597
- status: number;
597
+ status: 400 | 403 | 404;
598
598
  };
599
599
  /**
600
600
  * Returns a list of categories for a glossary.
@@ -618,14 +618,14 @@ declare const getGlossaryCategories: (id: string, query: {
618
618
  type GetGlossaryCategoriesHttpResponse = {
619
619
  data: CategoriesResult;
620
620
  headers: Headers;
621
- status: number;
621
+ status: 200;
622
622
  prev?: (options?: ApiCallOptions) => Promise<GetGlossaryCategoriesHttpResponse>;
623
623
  next?: (options?: ApiCallOptions) => Promise<GetGlossaryCategoriesHttpResponse>;
624
624
  };
625
625
  type GetGlossaryCategoriesHttpError = {
626
626
  data: ErrorResponse;
627
627
  headers: Headers;
628
- status: number;
628
+ status: 400 | 403 | 404;
629
629
  };
630
630
  /**
631
631
  * Creates a new category.
@@ -638,12 +638,12 @@ declare const createGlossaryCategory: (id: string, body: CreateCategory, options
638
638
  type CreateGlossaryCategoryHttpResponse = {
639
639
  data: Category;
640
640
  headers: Headers;
641
- status: number;
641
+ status: 201;
642
642
  };
643
643
  type CreateGlossaryCategoryHttpError = {
644
644
  data: ErrorResponse;
645
645
  headers: Headers;
646
- status: number;
646
+ status: 400 | 403 | 404;
647
647
  };
648
648
  /**
649
649
  * Deletes a category.
@@ -656,12 +656,12 @@ declare const deleteGlossaryCategory: (id: string, categoryId: string, options?:
656
656
  type DeleteGlossaryCategoryHttpResponse = {
657
657
  data: void;
658
658
  headers: Headers;
659
- status: number;
659
+ status: 204;
660
660
  };
661
661
  type DeleteGlossaryCategoryHttpError = {
662
662
  data: ErrorResponse;
663
663
  headers: Headers;
664
- status: number;
664
+ status: 400 | 403 | 404;
665
665
  };
666
666
  /**
667
667
  * Retrieves a category.
@@ -674,12 +674,12 @@ declare const getGlossaryCategory: (id: string, categoryId: string, options?: Ap
674
674
  type GetGlossaryCategoryHttpResponse = {
675
675
  data: Category;
676
676
  headers: Headers;
677
- status: number;
677
+ status: 200;
678
678
  };
679
679
  type GetGlossaryCategoryHttpError = {
680
680
  data: ErrorResponse;
681
681
  headers: Headers;
682
- status: number;
682
+ status: 400 | 403 | 404;
683
683
  };
684
684
  /**
685
685
  * Updates category properties with json-patch formated data
@@ -693,12 +693,12 @@ declare const patchGlossaryCategory: (id: string, categoryId: string, body: JSON
693
693
  type PatchGlossaryCategoryHttpResponse = {
694
694
  data: void;
695
695
  headers: Headers;
696
- status: number;
696
+ status: 204;
697
697
  };
698
698
  type PatchGlossaryCategoryHttpError = {
699
699
  data: ErrorResponse;
700
700
  headers: Headers;
701
- status: number;
701
+ status: 400 | 401 | 403 | 404 | 429;
702
702
  };
703
703
  /**
704
704
  * Updates a category.
@@ -712,12 +712,12 @@ declare const updateGlossaryCategory: (id: string, categoryId: string, body: Cre
712
712
  type UpdateGlossaryCategoryHttpResponse = {
713
713
  data: Category;
714
714
  headers: Headers;
715
- status: number;
715
+ status: 200;
716
716
  };
717
717
  type UpdateGlossaryCategoryHttpError = {
718
718
  data: ErrorResponse;
719
719
  headers: Headers;
720
- status: number;
720
+ status: 400 | 403 | 404;
721
721
  };
722
722
  /**
723
723
  * Returns a list of terms for a glossary.
@@ -754,14 +754,14 @@ declare const getGlossaryTerms: (id: string, query: {
754
754
  type GetGlossaryTermsHttpResponse = {
755
755
  data: TermsResult;
756
756
  headers: Headers;
757
- status: number;
757
+ status: 200;
758
758
  prev?: (options?: ApiCallOptions) => Promise<GetGlossaryTermsHttpResponse>;
759
759
  next?: (options?: ApiCallOptions) => Promise<GetGlossaryTermsHttpResponse>;
760
760
  };
761
761
  type GetGlossaryTermsHttpError = {
762
762
  data: ErrorResponse;
763
763
  headers: Headers;
764
- status: number;
764
+ status: 400 | 403 | 404;
765
765
  };
766
766
  /**
767
767
  * Creates a new term.
@@ -774,12 +774,12 @@ declare const createGlossaryTerm: (id: string, body: CreateTerm, options?: ApiCa
774
774
  type CreateGlossaryTermHttpResponse = {
775
775
  data: Term;
776
776
  headers: Headers;
777
- status: number;
777
+ status: 201;
778
778
  };
779
779
  type CreateGlossaryTermHttpError = {
780
780
  data: ErrorResponse;
781
781
  headers: Headers;
782
- status: number;
782
+ status: 400 | 403 | 404;
783
783
  };
784
784
  /**
785
785
  * Deletes a term.
@@ -792,12 +792,12 @@ declare const deleteGlossaryTerm: (id: string, termId: string, options?: ApiCall
792
792
  type DeleteGlossaryTermHttpResponse = {
793
793
  data: void;
794
794
  headers: Headers;
795
- status: number;
795
+ status: 204;
796
796
  };
797
797
  type DeleteGlossaryTermHttpError = {
798
798
  data: ErrorResponse;
799
799
  headers: Headers;
800
- status: number;
800
+ status: 400 | 403 | 404;
801
801
  };
802
802
  /**
803
803
  * Retrieves a term.
@@ -810,12 +810,12 @@ declare const getGlossaryTerm: (id: string, termId: string, options?: ApiCallOpt
810
810
  type GetGlossaryTermHttpResponse = {
811
811
  data: Term;
812
812
  headers: Headers;
813
- status: number;
813
+ status: 200;
814
814
  };
815
815
  type GetGlossaryTermHttpError = {
816
816
  data: ErrorResponse;
817
817
  headers: Headers;
818
- status: number;
818
+ status: 400 | 403 | 404;
819
819
  };
820
820
  /**
821
821
  * Updates term properties with json-patch formated data
@@ -829,12 +829,12 @@ declare const patchGlossaryTerm: (id: string, termId: string, body: JSONPatchArr
829
829
  type PatchGlossaryTermHttpResponse = {
830
830
  data: void;
831
831
  headers: Headers;
832
- status: number;
832
+ status: 204;
833
833
  };
834
834
  type PatchGlossaryTermHttpError = {
835
835
  data: ErrorResponse;
836
836
  headers: Headers;
837
- status: number;
837
+ status: 400 | 401 | 403 | 404 | 412 | 429;
838
838
  };
839
839
  /**
840
840
  * Updates a term.
@@ -848,12 +848,12 @@ declare const updateGlossaryTerm: (id: string, termId: string, body: CreateTerm,
848
848
  type UpdateGlossaryTermHttpResponse = {
849
849
  data: Term;
850
850
  headers: Headers;
851
- status: number;
851
+ status: 200;
852
852
  };
853
853
  type UpdateGlossaryTermHttpError = {
854
854
  data: ErrorResponse;
855
855
  headers: Headers;
856
- status: number;
856
+ status: 400 | 403 | 404 | 412;
857
857
  };
858
858
  /**
859
859
  * Changes the status of the term. Only a steward can verify a term. Once the term is verified only a steward can modify the term.
@@ -870,12 +870,12 @@ declare const changeGlossaryTermStatus: (id: string, termId: string, query: {
870
870
  type ChangeGlossaryTermStatusHttpResponse = {
871
871
  data: Term;
872
872
  headers: Headers;
873
- status: number;
873
+ status: 200;
874
874
  };
875
875
  type ChangeGlossaryTermStatusHttpError = {
876
876
  data: ErrorResponse;
877
877
  headers: Headers;
878
- status: number;
878
+ status: 400 | 403 | 404 | 412;
879
879
  };
880
880
  /**
881
881
  * Returns a list of links assigned to a term.
@@ -902,14 +902,14 @@ declare const getGlossaryTermLinks: (id: string, termId: string, query: {
902
902
  type GetGlossaryTermLinksHttpResponse = {
903
903
  data: LinksResult;
904
904
  headers: Headers;
905
- status: number;
905
+ status: 200;
906
906
  prev?: (options?: ApiCallOptions) => Promise<GetGlossaryTermLinksHttpResponse>;
907
907
  next?: (options?: ApiCallOptions) => Promise<GetGlossaryTermLinksHttpResponse>;
908
908
  };
909
909
  type GetGlossaryTermLinksHttpError = {
910
910
  data: ErrorResponse;
911
911
  headers: Headers;
912
- status: number;
912
+ status: 400 | 403 | 404;
913
913
  };
914
914
  /**
915
915
  * Creates a new link to a term.
@@ -923,12 +923,12 @@ declare const createGlossaryTermLink: (id: string, termId: string, body: TermCre
923
923
  type CreateGlossaryTermLinkHttpResponse = {
924
924
  data: TermLinksTo;
925
925
  headers: Headers;
926
- status: number;
926
+ status: 201;
927
927
  };
928
928
  type CreateGlossaryTermLinkHttpError = {
929
929
  data: ErrorResponse;
930
930
  headers: Headers;
931
- status: number;
931
+ status: 400 | 403 | 404 | 412;
932
932
  };
933
933
  /**
934
934
  * Retrieves previous revisions of a term.
@@ -953,14 +953,14 @@ declare const getGlossaryTermRevisions: (id: string, termId: string, query: {
953
953
  type GetGlossaryTermRevisionsHttpResponse = {
954
954
  data: TermsResult;
955
955
  headers: Headers;
956
- status: number;
956
+ status: 200;
957
957
  prev?: (options?: ApiCallOptions) => Promise<GetGlossaryTermRevisionsHttpResponse>;
958
958
  next?: (options?: ApiCallOptions) => Promise<GetGlossaryTermRevisionsHttpResponse>;
959
959
  };
960
960
  type GetGlossaryTermRevisionsHttpError = {
961
961
  data: ErrorResponse;
962
962
  headers: Headers;
963
- status: number;
963
+ status: 400 | 403 | 404;
964
964
  };
965
965
  /**
966
966
  * Clears the cache for glossaries api requests.
package/glossaries.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/UA6BE3VB.js";
5
- import "./chunks/CZC7KEJN.js";
4
+ } from "./chunks/WY7IOA3Q.js";
5
+ import "./chunks/V3TZ54UE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/glossaries.ts
package/groups.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BLrpeZOL.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
2
  import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  /**
@@ -224,14 +224,14 @@ declare const getGroups: (query: {
224
224
  type GetGroupsHttpResponse = {
225
225
  data: Groups;
226
226
  headers: Headers;
227
- status: number;
227
+ status: 200;
228
228
  prev?: (options?: ApiCallOptions) => Promise<GetGroupsHttpResponse>;
229
229
  next?: (options?: ApiCallOptions) => Promise<GetGroupsHttpResponse>;
230
230
  };
231
231
  type GetGroupsHttpError = {
232
232
  data: Errors;
233
233
  headers: Headers;
234
- status: number;
234
+ status: 400 | 401 | 403 | 429 | 500;
235
235
  };
236
236
  /**
237
237
  * Creates a new group. The maximum number of groups a tenant can have is 10,000. Group names are case-sensitive, and must be unique.
@@ -243,12 +243,12 @@ declare const createGroup: (body: GroupPostSchema, options?: ApiCallOptions) =>
243
243
  type CreateGroupHttpResponse = {
244
244
  data: Group;
245
245
  headers: Headers;
246
- status: number;
246
+ status: 201;
247
247
  };
248
248
  type CreateGroupHttpError = {
249
249
  data: Errors;
250
250
  headers: Headers;
251
- status: number;
251
+ status: 400 | 401 | 403 | 409 | 413 | 429 | 500;
252
252
  };
253
253
  /**
254
254
  * Retrieves a list of groups matching the filter using advanced query string.
@@ -270,14 +270,14 @@ declare const filterGroups: (query: {
270
270
  type FilterGroupsHttpResponse = {
271
271
  data: Groups;
272
272
  headers: Headers;
273
- status: number;
273
+ status: 200;
274
274
  prev?: (options?: ApiCallOptions) => Promise<FilterGroupsHttpResponse>;
275
275
  next?: (options?: ApiCallOptions) => Promise<FilterGroupsHttpResponse>;
276
276
  };
277
277
  type FilterGroupsHttpError = {
278
278
  data: Errors;
279
279
  headers: Headers;
280
- status: number;
280
+ status: 400 | 401 | 403 | 429 | 500;
281
281
  };
282
282
  /**
283
283
  * Returns the tenant's group settings, such as whether automatic group creation and IdP group synchronization are enabled or disabled, and roles assigned to system groups.
@@ -288,12 +288,12 @@ declare const getGroupsSettings: (options?: ApiCallOptions) => Promise<GetGroups
288
288
  type GetGroupsSettingsHttpResponse = {
289
289
  data: GroupSettings;
290
290
  headers: Headers;
291
- status: number;
291
+ status: 200;
292
292
  };
293
293
  type GetGroupsSettingsHttpError = {
294
294
  data: Errors;
295
295
  headers: Headers;
296
- status: number;
296
+ status: 401 | 403 | 429 | 500;
297
297
  };
298
298
  /**
299
299
  * Updates the tenant's group settings, such as whether automatic group creation and IdP group synchronization are enabled or disabled, and roles assigned to system groups.
@@ -305,12 +305,12 @@ declare const patchGroupsSettings: (body: SettingsPatchSchema, options?: ApiCall
305
305
  type PatchGroupsSettingsHttpResponse = {
306
306
  data: void;
307
307
  headers: Headers;
308
- status: number;
308
+ status: 204;
309
309
  };
310
310
  type PatchGroupsSettingsHttpError = {
311
311
  data: Errors;
312
312
  headers: Headers;
313
- status: number;
313
+ status: 400 | 401 | 403 | 429 | 500;
314
314
  };
315
315
  /**
316
316
  * Deletes the requested group.
@@ -322,12 +322,12 @@ declare const deleteGroup: (groupId: string, options?: ApiCallOptions) => Promis
322
322
  type DeleteGroupHttpResponse = {
323
323
  data: void;
324
324
  headers: Headers;
325
- status: number;
325
+ status: 204;
326
326
  };
327
327
  type DeleteGroupHttpError = {
328
328
  data: Errors;
329
329
  headers: Headers;
330
- status: number;
330
+ status: 401 | 404 | 429;
331
331
  };
332
332
  /**
333
333
  * Returns the requested group.
@@ -339,12 +339,12 @@ declare const getGroup: (groupId: string, options?: ApiCallOptions) => Promise<G
339
339
  type GetGroupHttpResponse = {
340
340
  data: Group;
341
341
  headers: Headers;
342
- status: number;
342
+ status: 200;
343
343
  };
344
344
  type GetGroupHttpError = {
345
345
  data: Errors;
346
346
  headers: Headers;
347
- status: number;
347
+ status: 403 | 404 | 429 | 500;
348
348
  };
349
349
  /**
350
350
  * Updates the requested group.
@@ -357,12 +357,12 @@ declare const patchGroup: (groupId: string, body: GroupPatchSchema, options?: Ap
357
357
  type PatchGroupHttpResponse = {
358
358
  data: void;
359
359
  headers: Headers;
360
- status: number;
360
+ status: 204;
361
361
  };
362
362
  type PatchGroupHttpError = {
363
363
  data: Errors;
364
364
  headers: Headers;
365
- status: number;
365
+ status: 400 | 401 | 403 | 404 | 429 | 500;
366
366
  };
367
367
  /**
368
368
  * Clears the cache for groups api requests.
package/groups.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/UA6BE3VB.js";
5
- import "./chunks/CZC7KEJN.js";
4
+ } from "./chunks/WY7IOA3Q.js";
5
+ import "./chunks/V3TZ54UE.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/groups.ts