@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.
- package/api-keys.d.ts +12 -12
- package/api-keys.js +2 -2
- package/apps.d.ts +69 -69
- package/apps.js +2 -2
- package/audits.d.ts +37 -15
- package/audits.js +2 -2
- package/auth.js +2 -2
- package/automations.d.ts +37 -37
- package/automations.js +2 -2
- package/brands.d.ts +24 -24
- package/brands.js +2 -2
- package/chunks/{3DYV7KOJ.js → 2BRBIRM2.js} +2 -2
- package/chunks/{7BDAXGID.js → 3RGGGGAR.js} +6 -9
- package/chunks/{6DEESTGF.js → 4D5NADHK.js} +4 -4
- package/chunks/{VX3MQBE7.js → 4K3CNR7C.js} +1 -1
- package/chunks/{OIQ5ELGS.js → 55SZVSAG.js} +1 -1
- package/chunks/{BL5PJM4B.js → EOGHK2R4.js} +1 -1
- package/chunks/{N3ZFICDU.js → MGXEGSJC.js} +3 -3
- package/chunks/{I5UOE4ZZ.js → NBW6PHZU.js} +120 -44
- package/chunks/{6QRR5VUM.js → QOOCP2TS.js} +4 -3
- package/chunks/{CZC7KEJN.js → V3TZ54UE.js} +3 -3
- package/chunks/{UA6BE3VB.js → WY7IOA3Q.js} +2 -2
- package/collections.d.ts +23 -23
- package/collections.js +2 -2
- package/csp-origins.d.ts +25 -25
- package/csp-origins.js +2 -2
- package/data-assets.d.ts +12 -12
- package/data-assets.js +2 -2
- package/data-connections.d.ts +19 -19
- package/data-connections.js +2 -2
- package/data-credentials.d.ts +11 -11
- package/data-credentials.js +2 -2
- package/data-files.d.ts +25 -25
- package/data-files.js +2 -2
- package/docs/authentication.md +1 -1
- package/docs/qix.md +28 -8
- package/extensions.d.ts +12 -12
- package/extensions.js +2 -2
- package/glossaries.d.ts +49 -49
- package/glossaries.js +2 -2
- package/groups.d.ts +17 -17
- package/groups.js +2 -2
- package/identity-providers.d.ts +43 -18
- package/identity-providers.js +2 -2
- package/index.d.ts +1 -1
- package/index.js +5 -5
- package/interceptors.d.ts +1 -1
- package/interceptors.js +1 -1
- package/{invoke-fetch-types-BLrpeZOL.d.ts → invoke-fetch-types-BXn-uSF5.d.ts} +27 -1
- package/items.d.ts +17 -17
- package/items.js +2 -2
- package/licenses.d.ts +19 -19
- package/licenses.js +2 -2
- package/package.json +3 -3
- package/qix.d.ts +2 -2
- package/qix.js +2 -2
- package/quotas.d.ts +5 -5
- package/quotas.js +2 -2
- package/reload-tasks.d.ts +11 -11
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +9 -9
- package/reloads.js +2 -2
- package/reports.d.ts +13 -11
- package/reports.js +2 -2
- package/roles.d.ts +12 -12
- package/roles.js +2 -2
- package/spaces.d.ts +60 -26
- package/spaces.js +2 -2
- package/temp-contents.d.ts +7 -7
- package/temp-contents.js +2 -2
- package/tenants.d.ts +10 -10
- package/tenants.js +2 -2
- package/themes.d.ts +12 -12
- package/themes.js +2 -2
- package/transports.d.ts +18 -18
- package/transports.js +2 -2
- package/users.d.ts +20 -20
- package/users.js +2 -2
- package/web-integrations.d.ts +10 -10
- package/web-integrations.js +2 -2
- package/web-notifications.d.ts +13 -13
- package/web-notifications.js +2 -2
- package/webhooks.d.ts +21 -21
- package/webhooks.js +2 -2
package/glossaries.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
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:
|
|
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:
|
|
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:
|
|
468
|
+
status: 201;
|
|
469
469
|
};
|
|
470
470
|
type CreateGlossaryHttpError = {
|
|
471
471
|
data: ErrorResponse;
|
|
472
472
|
headers: Headers;
|
|
473
|
-
status:
|
|
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:
|
|
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:
|
|
522
|
+
status: 204;
|
|
523
523
|
};
|
|
524
524
|
type DeleteGlossaryHttpError = {
|
|
525
525
|
data: ErrorResponse;
|
|
526
526
|
headers: Headers;
|
|
527
|
-
status:
|
|
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:
|
|
539
|
+
status: 200;
|
|
540
540
|
};
|
|
541
541
|
type GetGlossaryHttpError = {
|
|
542
542
|
data: ErrorResponse;
|
|
543
543
|
headers: Headers;
|
|
544
|
-
status:
|
|
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:
|
|
557
|
+
status: 204;
|
|
558
558
|
};
|
|
559
559
|
type PatchGlossaryHttpError = {
|
|
560
560
|
data: ErrorResponse;
|
|
561
561
|
headers: Headers;
|
|
562
|
-
status:
|
|
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:
|
|
575
|
+
status: 200;
|
|
576
576
|
};
|
|
577
577
|
type UpdateGlossaryHttpError = {
|
|
578
578
|
data: ErrorResponse;
|
|
579
579
|
headers: Headers;
|
|
580
|
-
status:
|
|
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:
|
|
592
|
+
status: 200;
|
|
593
593
|
};
|
|
594
594
|
type ExportGlossaryHttpError = {
|
|
595
595
|
data: ErrorResponse;
|
|
596
596
|
headers: Headers;
|
|
597
|
-
status:
|
|
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:
|
|
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:
|
|
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:
|
|
641
|
+
status: 201;
|
|
642
642
|
};
|
|
643
643
|
type CreateGlossaryCategoryHttpError = {
|
|
644
644
|
data: ErrorResponse;
|
|
645
645
|
headers: Headers;
|
|
646
|
-
status:
|
|
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:
|
|
659
|
+
status: 204;
|
|
660
660
|
};
|
|
661
661
|
type DeleteGlossaryCategoryHttpError = {
|
|
662
662
|
data: ErrorResponse;
|
|
663
663
|
headers: Headers;
|
|
664
|
-
status:
|
|
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:
|
|
677
|
+
status: 200;
|
|
678
678
|
};
|
|
679
679
|
type GetGlossaryCategoryHttpError = {
|
|
680
680
|
data: ErrorResponse;
|
|
681
681
|
headers: Headers;
|
|
682
|
-
status:
|
|
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:
|
|
696
|
+
status: 204;
|
|
697
697
|
};
|
|
698
698
|
type PatchGlossaryCategoryHttpError = {
|
|
699
699
|
data: ErrorResponse;
|
|
700
700
|
headers: Headers;
|
|
701
|
-
status:
|
|
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:
|
|
715
|
+
status: 200;
|
|
716
716
|
};
|
|
717
717
|
type UpdateGlossaryCategoryHttpError = {
|
|
718
718
|
data: ErrorResponse;
|
|
719
719
|
headers: Headers;
|
|
720
|
-
status:
|
|
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:
|
|
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:
|
|
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:
|
|
777
|
+
status: 201;
|
|
778
778
|
};
|
|
779
779
|
type CreateGlossaryTermHttpError = {
|
|
780
780
|
data: ErrorResponse;
|
|
781
781
|
headers: Headers;
|
|
782
|
-
status:
|
|
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:
|
|
795
|
+
status: 204;
|
|
796
796
|
};
|
|
797
797
|
type DeleteGlossaryTermHttpError = {
|
|
798
798
|
data: ErrorResponse;
|
|
799
799
|
headers: Headers;
|
|
800
|
-
status:
|
|
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:
|
|
813
|
+
status: 200;
|
|
814
814
|
};
|
|
815
815
|
type GetGlossaryTermHttpError = {
|
|
816
816
|
data: ErrorResponse;
|
|
817
817
|
headers: Headers;
|
|
818
|
-
status:
|
|
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:
|
|
832
|
+
status: 204;
|
|
833
833
|
};
|
|
834
834
|
type PatchGlossaryTermHttpError = {
|
|
835
835
|
data: ErrorResponse;
|
|
836
836
|
headers: Headers;
|
|
837
|
-
status:
|
|
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:
|
|
851
|
+
status: 200;
|
|
852
852
|
};
|
|
853
853
|
type UpdateGlossaryTermHttpError = {
|
|
854
854
|
data: ErrorResponse;
|
|
855
855
|
headers: Headers;
|
|
856
|
-
status:
|
|
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:
|
|
873
|
+
status: 200;
|
|
874
874
|
};
|
|
875
875
|
type ChangeGlossaryTermStatusHttpError = {
|
|
876
876
|
data: ErrorResponse;
|
|
877
877
|
headers: Headers;
|
|
878
|
-
status:
|
|
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:
|
|
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:
|
|
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:
|
|
926
|
+
status: 201;
|
|
927
927
|
};
|
|
928
928
|
type CreateGlossaryTermLinkHttpError = {
|
|
929
929
|
data: ErrorResponse;
|
|
930
930
|
headers: Headers;
|
|
931
|
-
status:
|
|
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:
|
|
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:
|
|
963
|
+
status: 400 | 403 | 404;
|
|
964
964
|
};
|
|
965
965
|
/**
|
|
966
966
|
* Clears the cache for glossaries api requests.
|
package/glossaries.js
CHANGED
package/groups.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
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:
|
|
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:
|
|
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:
|
|
246
|
+
status: 201;
|
|
247
247
|
};
|
|
248
248
|
type CreateGroupHttpError = {
|
|
249
249
|
data: Errors;
|
|
250
250
|
headers: Headers;
|
|
251
|
-
status:
|
|
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:
|
|
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:
|
|
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:
|
|
291
|
+
status: 200;
|
|
292
292
|
};
|
|
293
293
|
type GetGroupsSettingsHttpError = {
|
|
294
294
|
data: Errors;
|
|
295
295
|
headers: Headers;
|
|
296
|
-
status:
|
|
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:
|
|
308
|
+
status: 204;
|
|
309
309
|
};
|
|
310
310
|
type PatchGroupsSettingsHttpError = {
|
|
311
311
|
data: Errors;
|
|
312
312
|
headers: Headers;
|
|
313
|
-
status:
|
|
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:
|
|
325
|
+
status: 204;
|
|
326
326
|
};
|
|
327
327
|
type DeleteGroupHttpError = {
|
|
328
328
|
data: Errors;
|
|
329
329
|
headers: Headers;
|
|
330
|
-
status:
|
|
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:
|
|
342
|
+
status: 200;
|
|
343
343
|
};
|
|
344
344
|
type GetGroupHttpError = {
|
|
345
345
|
data: Errors;
|
|
346
346
|
headers: Headers;
|
|
347
|
-
status:
|
|
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:
|
|
360
|
+
status: 204;
|
|
361
361
|
};
|
|
362
362
|
type PatchGroupHttpError = {
|
|
363
363
|
data: Errors;
|
|
364
364
|
headers: Headers;
|
|
365
|
-
status:
|
|
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