@qlik/api 1.32.0 → 1.34.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 +13 -12
- package/api-keys.js +64 -50
- package/apps.d.ts +56 -56
- package/apps.js +392 -304
- package/assistants.d.ts +34 -34
- package/assistants.js +257 -201
- package/audits.d.ts +10 -10
- package/audits.js +48 -36
- package/{auth-types-DqfMuSRX.d.ts → auth-types-Cj5bM3Yk.d.ts} +29 -9
- package/auth.d.ts +17 -4
- package/auth.js +4 -2
- package/automation-connections.d.ts +12 -12
- package/automation-connections.js +75 -59
- package/automations.d.ts +29 -29
- package/automations.js +159 -123
- package/automl-deployments.d.ts +4 -4
- package/automl-deployments.js +14 -12
- package/automl-predictions.d.ts +13 -13
- package/automl-predictions.js +56 -44
- package/brands.d.ts +18 -18
- package/brands.js +107 -83
- package/chunks/{LY7RP2HA.js → 4V6T7Y4L.js} +26 -8
- package/chunks/{RCLKKVYB.js → 6C6WMV7V.js} +9 -2
- package/chunks/{VVD2DPKQ.js → 6WNP7HZQ.js} +3 -3
- package/chunks/7MMXU6EL.js +86 -0
- package/chunks/{6ZONDHRN.js → EEE42MLS.js} +11 -4
- package/chunks/{FKDGGR2O.js → I2HA7WJB.js} +1362 -1366
- package/chunks/{M64RLKVG.js → M7AINAXZ.js} +7 -5
- package/chunks/{LTNGXTXG.js → QAOVZB27.js} +3 -3
- package/chunks/{YTT2FEVE.js → QZKOA6VR.js} +1 -1
- package/chunks/{UZTIZ4H5.js → VUYZKBT5.js} +74 -74
- package/chunks/{3RGGGGAR.js → ZCTVPXGO.js} +1 -1
- package/collections.d.ts +16 -15
- package/collections.js +98 -76
- package/conditions.d.ts +13 -13
- package/conditions.js +97 -75
- package/consumption.d.ts +4 -4
- package/consumption.js +11 -9
- package/csp-origins.d.ts +9 -9
- package/csp-origins.js +53 -41
- package/csrf-token.d.ts +3 -3
- package/csrf-token.js +10 -8
- package/data-alerts.d.ts +22 -22
- package/data-alerts.js +139 -107
- package/data-assets.d.ts +8 -8
- package/data-assets.js +50 -40
- package/data-connections.d.ts +16 -16
- package/data-connections.js +87 -69
- package/data-credentials.d.ts +11 -11
- package/data-credentials.js +52 -42
- package/data-files.d.ts +18 -18
- package/data-files.js +107 -83
- package/data-qualities.d.ts +6 -6
- package/data-qualities.js +28 -22
- package/data-sets.d.ts +10 -10
- package/data-sets.js +59 -47
- package/data-sources.d.ts +7 -7
- package/data-sources.js +28 -22
- package/data-stores.d.ts +16 -16
- package/data-stores.js +92 -72
- package/dcaas.d.ts +6 -6
- package/dcaas.js +28 -22
- package/di-projects.d.ts +22 -22
- package/di-projects.js +148 -116
- package/direct-access-agents.d.ts +328 -0
- package/direct-access-agents.js +108 -0
- package/encryption.d.ts +12 -12
- package/encryption.js +82 -62
- package/extensions.d.ts +11 -11
- package/extensions.js +61 -47
- package/glossaries.d.ts +33 -33
- package/glossaries.js +221 -173
- package/groups.d.ts +12 -12
- package/groups.js +72 -56
- package/identity-providers.d.ts +11 -11
- package/identity-providers.js +67 -51
- package/index.d.ts +9 -4
- package/index.js +102 -67
- package/interceptors.d.ts +9 -2
- package/interceptors.js +2 -2
- package/invoke-fetch-types-BYCD4pc9.d.ts +98 -0
- package/items.d.ts +14 -13
- package/items.js +71 -55
- package/knowledgebases.d.ts +23 -23
- package/knowledgebases.js +153 -119
- package/licenses.d.ts +16 -14
- package/licenses.js +76 -58
- package/lineage-graphs.d.ts +17 -17
- package/lineage-graphs.js +76 -60
- package/ml.d.ts +238 -60
- package/ml.js +391 -286
- package/notes.d.ts +4 -4
- package/notes.js +19 -15
- package/notifications.d.ts +4 -4
- package/notifications.js +11 -9
- package/oauth-clients.d.ts +14 -14
- package/oauth-clients.js +96 -74
- package/oauth-tokens.d.ts +5 -5
- package/oauth-tokens.js +19 -15
- package/package.json +8 -6
- package/qix.d.ts +145 -4
- package/qix.js +2 -2
- package/questions.d.ts +5 -5
- package/questions.js +22 -18
- package/quotas.d.ts +6 -6
- package/quotas.js +20 -16
- package/reload-tasks.d.ts +8 -8
- package/reload-tasks.js +46 -36
- package/reloads.d.ts +7 -7
- package/reloads.js +36 -28
- package/report-templates.d.ts +10 -10
- package/report-templates.js +64 -50
- package/reports.d.ts +4 -4
- package/reports.js +20 -16
- package/roles.d.ts +8 -8
- package/roles.js +46 -36
- package/sharing-tasks.d.ts +14 -14
- package/sharing-tasks.js +89 -69
- package/spaces.d.ts +27 -23
- package/spaces.js +153 -119
- package/tasks.d.ts +17 -17
- package/tasks.js +90 -70
- package/temp-contents.d.ts +7 -7
- package/temp-contents.js +30 -24
- package/tenants.d.ts +8 -8
- package/tenants.js +57 -45
- package/themes.d.ts +11 -11
- package/themes.js +61 -47
- package/transports.d.ts +8 -8
- package/transports.js +49 -37
- package/ui-config.d.ts +9 -9
- package/ui-config.js +61 -47
- package/users.d.ts +15 -15
- package/users.js +81 -63
- package/web-integrations.d.ts +8 -8
- package/web-integrations.js +46 -36
- package/web-notifications.d.ts +9 -9
- package/web-notifications.js +53 -41
- package/webhooks.d.ts +14 -14
- package/webhooks.js +88 -68
- package/chunks/2ZQ3ZX7F.js +0 -33
- package/invoke-fetch-types-Cq7bjkqn.d.ts +0 -243
package/glossaries.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-BYCD4pc9.js';
|
|
2
|
+
import './auth-types-Cj5bM3Yk.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* A JSON Patch document as defined in https://tools.ietf.org/html/rfc6902.
|
|
@@ -452,7 +452,7 @@ type TermsResult = {
|
|
|
452
452
|
* @param query an object with query parameters
|
|
453
453
|
* @throws GetGlossariesHttpError
|
|
454
454
|
*/
|
|
455
|
-
declare
|
|
455
|
+
declare function getGlossaries(query: {
|
|
456
456
|
/** Optional parameter to request total count for query */
|
|
457
457
|
countTotal?: boolean;
|
|
458
458
|
/** The number of glossaries to get. */
|
|
@@ -463,7 +463,7 @@ declare const getGlossaries: (query: {
|
|
|
463
463
|
prev?: string;
|
|
464
464
|
/** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
|
|
465
465
|
sort?: "name" | "+name" | "-name" | "description" | "+description" | "-description";
|
|
466
|
-
}, options?: ApiCallOptions)
|
|
466
|
+
}, options?: ApiCallOptions): Promise<GetGlossariesHttpResponse>;
|
|
467
467
|
type GetGlossariesHttpResponse = {
|
|
468
468
|
data: GlossariesResult;
|
|
469
469
|
headers: Headers;
|
|
@@ -482,7 +482,7 @@ type GetGlossariesHttpError = {
|
|
|
482
482
|
* @param body an object with the body content
|
|
483
483
|
* @throws CreateGlossaryHttpError
|
|
484
484
|
*/
|
|
485
|
-
declare
|
|
485
|
+
declare function createGlossary(body: CreateGlossary, options?: ApiCallOptions): Promise<CreateGlossaryHttpResponse>;
|
|
486
486
|
type CreateGlossaryHttpResponse = {
|
|
487
487
|
data: Glossary;
|
|
488
488
|
headers: Headers;
|
|
@@ -501,14 +501,14 @@ type CreateGlossaryHttpError = {
|
|
|
501
501
|
* @param body an object with the body content
|
|
502
502
|
* @throws ImportGlossaryHttpError
|
|
503
503
|
*/
|
|
504
|
-
declare
|
|
504
|
+
declare function importGlossary(query: {
|
|
505
505
|
/** Appending the current importer user as steward to categories/terms where no steward is defined/not match the identity service. */
|
|
506
506
|
importerAsFallbackSteward?: boolean;
|
|
507
507
|
/** Using email in the steward fields to lookup userIds in the identity service */
|
|
508
508
|
lookupUserOnEmail?: boolean;
|
|
509
509
|
/** The spaceId (leave blank or omit for personal) */
|
|
510
510
|
spaceId?: string;
|
|
511
|
-
}, body: QlikGlossary, options?: ApiCallOptions)
|
|
511
|
+
}, body: QlikGlossary, options?: ApiCallOptions): Promise<ImportGlossaryHttpResponse>;
|
|
512
512
|
type ImportGlossaryHttpResponse = {
|
|
513
513
|
data: Glossary;
|
|
514
514
|
headers: Headers;
|
|
@@ -536,7 +536,7 @@ type ImportGlossary404HttpError = {
|
|
|
536
536
|
* @param id The id of the glossary to delete.
|
|
537
537
|
* @throws DeleteGlossaryHttpError
|
|
538
538
|
*/
|
|
539
|
-
declare
|
|
539
|
+
declare function deleteGlossary(id: string, options?: ApiCallOptions): Promise<DeleteGlossaryHttpResponse>;
|
|
540
540
|
type DeleteGlossaryHttpResponse = {
|
|
541
541
|
data: void;
|
|
542
542
|
headers: Headers;
|
|
@@ -553,7 +553,7 @@ type DeleteGlossaryHttpError = {
|
|
|
553
553
|
* @param id The id of the glossary to retrieve.
|
|
554
554
|
* @throws GetGlossaryHttpError
|
|
555
555
|
*/
|
|
556
|
-
declare
|
|
556
|
+
declare function getGlossary(id: string, options?: ApiCallOptions): Promise<GetGlossaryHttpResponse>;
|
|
557
557
|
type GetGlossaryHttpResponse = {
|
|
558
558
|
data: Glossary;
|
|
559
559
|
headers: Headers;
|
|
@@ -571,7 +571,7 @@ type GetGlossaryHttpError = {
|
|
|
571
571
|
* @param body an object with the body content
|
|
572
572
|
* @throws PatchGlossaryHttpError
|
|
573
573
|
*/
|
|
574
|
-
declare
|
|
574
|
+
declare function patchGlossary(id: string, body: JSONPatchArray, options?: ApiCallOptions): Promise<PatchGlossaryHttpResponse>;
|
|
575
575
|
type PatchGlossaryHttpResponse = {
|
|
576
576
|
data: void;
|
|
577
577
|
headers: Headers;
|
|
@@ -589,7 +589,7 @@ type PatchGlossaryHttpError = {
|
|
|
589
589
|
* @param body an object with the body content
|
|
590
590
|
* @throws UpdateGlossaryHttpError
|
|
591
591
|
*/
|
|
592
|
-
declare
|
|
592
|
+
declare function updateGlossary(id: string, body: CreateGlossary, options?: ApiCallOptions): Promise<UpdateGlossaryHttpResponse>;
|
|
593
593
|
type UpdateGlossaryHttpResponse = {
|
|
594
594
|
data: Glossary;
|
|
595
595
|
headers: Headers;
|
|
@@ -606,7 +606,7 @@ type UpdateGlossaryHttpError = {
|
|
|
606
606
|
* @param id The glossary id.
|
|
607
607
|
* @throws ExportGlossaryHttpError
|
|
608
608
|
*/
|
|
609
|
-
declare
|
|
609
|
+
declare function exportGlossary(id: string, options?: ApiCallOptions): Promise<ExportGlossaryHttpResponse>;
|
|
610
610
|
type ExportGlossaryHttpResponse = {
|
|
611
611
|
data: ExportGlossary;
|
|
612
612
|
headers: Headers;
|
|
@@ -624,7 +624,7 @@ type ExportGlossaryHttpError = {
|
|
|
624
624
|
* @param query an object with query parameters
|
|
625
625
|
* @throws GetGlossaryCategoriesHttpError
|
|
626
626
|
*/
|
|
627
|
-
declare
|
|
627
|
+
declare function getGlossaryCategories(id: string, query: {
|
|
628
628
|
/** Optional parameter to request total count for query */
|
|
629
629
|
countTotal?: boolean;
|
|
630
630
|
/** The number of terms to get. */
|
|
@@ -635,7 +635,7 @@ declare const getGlossaryCategories: (id: string, query: {
|
|
|
635
635
|
prev?: string;
|
|
636
636
|
/** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
|
|
637
637
|
sort?: "description" | "+description" | "-description" | "name" | "+name" | "-name" | "update" | "+update" | "-update";
|
|
638
|
-
}, options?: ApiCallOptions)
|
|
638
|
+
}, options?: ApiCallOptions): Promise<GetGlossaryCategoriesHttpResponse>;
|
|
639
639
|
type GetGlossaryCategoriesHttpResponse = {
|
|
640
640
|
data: CategoriesResult;
|
|
641
641
|
headers: Headers;
|
|
@@ -655,7 +655,7 @@ type GetGlossaryCategoriesHttpError = {
|
|
|
655
655
|
* @param body an object with the body content
|
|
656
656
|
* @throws CreateGlossaryCategoryHttpError
|
|
657
657
|
*/
|
|
658
|
-
declare
|
|
658
|
+
declare function createGlossaryCategory(id: string, body: CreateCategory, options?: ApiCallOptions): Promise<CreateGlossaryCategoryHttpResponse>;
|
|
659
659
|
type CreateGlossaryCategoryHttpResponse = {
|
|
660
660
|
data: Category;
|
|
661
661
|
headers: Headers;
|
|
@@ -673,7 +673,7 @@ type CreateGlossaryCategoryHttpError = {
|
|
|
673
673
|
* @param categoryId The id for the category to delete. All subcategories are also deleted
|
|
674
674
|
* @throws DeleteGlossaryCategoryHttpError
|
|
675
675
|
*/
|
|
676
|
-
declare
|
|
676
|
+
declare function deleteGlossaryCategory(id: string, categoryId: string, options?: ApiCallOptions): Promise<DeleteGlossaryCategoryHttpResponse>;
|
|
677
677
|
type DeleteGlossaryCategoryHttpResponse = {
|
|
678
678
|
data: void;
|
|
679
679
|
headers: Headers;
|
|
@@ -691,7 +691,7 @@ type DeleteGlossaryCategoryHttpError = {
|
|
|
691
691
|
* @param categoryId The category id.
|
|
692
692
|
* @throws GetGlossaryCategoryHttpError
|
|
693
693
|
*/
|
|
694
|
-
declare
|
|
694
|
+
declare function getGlossaryCategory(id: string, categoryId: string, options?: ApiCallOptions): Promise<GetGlossaryCategoryHttpResponse>;
|
|
695
695
|
type GetGlossaryCategoryHttpResponse = {
|
|
696
696
|
data: Category;
|
|
697
697
|
headers: Headers;
|
|
@@ -710,7 +710,7 @@ type GetGlossaryCategoryHttpError = {
|
|
|
710
710
|
* @param body an object with the body content
|
|
711
711
|
* @throws PatchGlossaryCategoryHttpError
|
|
712
712
|
*/
|
|
713
|
-
declare
|
|
713
|
+
declare function patchGlossaryCategory(id: string, categoryId: string, body: JSONPatchArray, options?: ApiCallOptions): Promise<PatchGlossaryCategoryHttpResponse>;
|
|
714
714
|
type PatchGlossaryCategoryHttpResponse = {
|
|
715
715
|
data: void;
|
|
716
716
|
headers: Headers;
|
|
@@ -729,7 +729,7 @@ type PatchGlossaryCategoryHttpError = {
|
|
|
729
729
|
* @param body an object with the body content
|
|
730
730
|
* @throws UpdateGlossaryCategoryHttpError
|
|
731
731
|
*/
|
|
732
|
-
declare
|
|
732
|
+
declare function updateGlossaryCategory(id: string, categoryId: string, body: CreateCategory, options?: ApiCallOptions): Promise<UpdateGlossaryCategoryHttpResponse>;
|
|
733
733
|
type UpdateGlossaryCategoryHttpResponse = {
|
|
734
734
|
data: Category;
|
|
735
735
|
headers: Headers;
|
|
@@ -747,7 +747,7 @@ type UpdateGlossaryCategoryHttpError = {
|
|
|
747
747
|
* @param query an object with query parameters
|
|
748
748
|
* @throws GetGlossaryTermsHttpError
|
|
749
749
|
*/
|
|
750
|
-
declare
|
|
750
|
+
declare function getGlossaryTerms(id: string, query: {
|
|
751
751
|
/** Optional parameter to request total count for query */
|
|
752
752
|
countTotal?: boolean;
|
|
753
753
|
/** Optional SCIM filter to be used to filter terms
|
|
@@ -771,7 +771,7 @@ declare const getGlossaryTerms: (id: string, query: {
|
|
|
771
771
|
prev?: string;
|
|
772
772
|
/** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
|
|
773
773
|
sort?: "abbreviation" | "+abbreviation" | "-abbreviation" | "description" | "+description" | "-description" | "name" | "+name" | "-name" | "status" | "+status" | "-status" | "updated" | "+updated" | "-updated";
|
|
774
|
-
}, options?: ApiCallOptions)
|
|
774
|
+
}, options?: ApiCallOptions): Promise<GetGlossaryTermsHttpResponse>;
|
|
775
775
|
type GetGlossaryTermsHttpResponse = {
|
|
776
776
|
data: TermsResult;
|
|
777
777
|
headers: Headers;
|
|
@@ -791,7 +791,7 @@ type GetGlossaryTermsHttpError = {
|
|
|
791
791
|
* @param body an object with the body content
|
|
792
792
|
* @throws CreateGlossaryTermHttpError
|
|
793
793
|
*/
|
|
794
|
-
declare
|
|
794
|
+
declare function createGlossaryTerm(id: string, body: CreateTerm, options?: ApiCallOptions): Promise<CreateGlossaryTermHttpResponse>;
|
|
795
795
|
type CreateGlossaryTermHttpResponse = {
|
|
796
796
|
data: Term;
|
|
797
797
|
headers: Headers;
|
|
@@ -809,7 +809,7 @@ type CreateGlossaryTermHttpError = {
|
|
|
809
809
|
* @param termId The term id.
|
|
810
810
|
* @throws DeleteGlossaryTermHttpError
|
|
811
811
|
*/
|
|
812
|
-
declare
|
|
812
|
+
declare function deleteGlossaryTerm(id: string, termId: string, options?: ApiCallOptions): Promise<DeleteGlossaryTermHttpResponse>;
|
|
813
813
|
type DeleteGlossaryTermHttpResponse = {
|
|
814
814
|
data: void;
|
|
815
815
|
headers: Headers;
|
|
@@ -827,7 +827,7 @@ type DeleteGlossaryTermHttpError = {
|
|
|
827
827
|
* @param termId The term id.
|
|
828
828
|
* @throws GetGlossaryTermHttpError
|
|
829
829
|
*/
|
|
830
|
-
declare
|
|
830
|
+
declare function getGlossaryTerm(id: string, termId: string, options?: ApiCallOptions): Promise<GetGlossaryTermHttpResponse>;
|
|
831
831
|
type GetGlossaryTermHttpResponse = {
|
|
832
832
|
data: Term;
|
|
833
833
|
headers: Headers;
|
|
@@ -846,7 +846,7 @@ type GetGlossaryTermHttpError = {
|
|
|
846
846
|
* @param body an object with the body content
|
|
847
847
|
* @throws PatchGlossaryTermHttpError
|
|
848
848
|
*/
|
|
849
|
-
declare
|
|
849
|
+
declare function patchGlossaryTerm(id: string, termId: string, body: JSONPatchArray, options?: ApiCallOptions): Promise<PatchGlossaryTermHttpResponse>;
|
|
850
850
|
type PatchGlossaryTermHttpResponse = {
|
|
851
851
|
data: void;
|
|
852
852
|
headers: Headers;
|
|
@@ -865,7 +865,7 @@ type PatchGlossaryTermHttpError = {
|
|
|
865
865
|
* @param body an object with the body content
|
|
866
866
|
* @throws UpdateGlossaryTermHttpError
|
|
867
867
|
*/
|
|
868
|
-
declare
|
|
868
|
+
declare function updateGlossaryTerm(id: string, termId: string, body: CreateTerm, options?: ApiCallOptions): Promise<UpdateGlossaryTermHttpResponse>;
|
|
869
869
|
type UpdateGlossaryTermHttpResponse = {
|
|
870
870
|
data: Term;
|
|
871
871
|
headers: Headers;
|
|
@@ -884,10 +884,10 @@ type UpdateGlossaryTermHttpError = {
|
|
|
884
884
|
* @param query an object with query parameters
|
|
885
885
|
* @throws ChangeGlossaryTermStatusHttpError
|
|
886
886
|
*/
|
|
887
|
-
declare
|
|
887
|
+
declare function changeGlossaryTermStatus(id: string, termId: string, query: {
|
|
888
888
|
/** The status to update to. */
|
|
889
889
|
status: "draft" | "verified" | "deprecated";
|
|
890
|
-
}, options?: ApiCallOptions)
|
|
890
|
+
}, options?: ApiCallOptions): Promise<ChangeGlossaryTermStatusHttpResponse>;
|
|
891
891
|
type ChangeGlossaryTermStatusHttpResponse = {
|
|
892
892
|
data: Term;
|
|
893
893
|
headers: Headers;
|
|
@@ -906,7 +906,7 @@ type ChangeGlossaryTermStatusHttpError = {
|
|
|
906
906
|
* @param query an object with query parameters
|
|
907
907
|
* @throws GetGlossaryTermLinksHttpError
|
|
908
908
|
*/
|
|
909
|
-
declare
|
|
909
|
+
declare function getGlossaryTermLinks(id: string, termId: string, query: {
|
|
910
910
|
/** Optional parameter to request total count for query */
|
|
911
911
|
countTotal?: boolean;
|
|
912
912
|
/** Optional SCIM filter to be used to filter terms */
|
|
@@ -919,7 +919,7 @@ declare const getGlossaryTermLinks: (id: string, termId: string, query: {
|
|
|
919
919
|
prev?: string;
|
|
920
920
|
/** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
|
|
921
921
|
sort?: "type" | "+type" | "-type" | "subtype" | "+subtype" | "-subtype" | "created" | "+created" | "-created";
|
|
922
|
-
}, options?: ApiCallOptions)
|
|
922
|
+
}, options?: ApiCallOptions): Promise<GetGlossaryTermLinksHttpResponse>;
|
|
923
923
|
type GetGlossaryTermLinksHttpResponse = {
|
|
924
924
|
data: LinksResult;
|
|
925
925
|
headers: Headers;
|
|
@@ -940,7 +940,7 @@ type GetGlossaryTermLinksHttpError = {
|
|
|
940
940
|
* @param body an object with the body content
|
|
941
941
|
* @throws CreateGlossaryTermLinkHttpError
|
|
942
942
|
*/
|
|
943
|
-
declare
|
|
943
|
+
declare function createGlossaryTermLink(id: string, termId: string, body: TermCreateLinksTo, options?: ApiCallOptions): Promise<CreateGlossaryTermLinkHttpResponse>;
|
|
944
944
|
type CreateGlossaryTermLinkHttpResponse = {
|
|
945
945
|
data: TermLinksTo;
|
|
946
946
|
headers: Headers;
|
|
@@ -959,7 +959,7 @@ type CreateGlossaryTermLinkHttpError = {
|
|
|
959
959
|
* @param query an object with query parameters
|
|
960
960
|
* @throws GetGlossaryTermRevisionsHttpError
|
|
961
961
|
*/
|
|
962
|
-
declare
|
|
962
|
+
declare function getGlossaryTermRevisions(id: string, termId: string, query: {
|
|
963
963
|
/** Optional parameter to request total count for query */
|
|
964
964
|
countTotal?: boolean;
|
|
965
965
|
/** The number of terms to get. */
|
|
@@ -970,7 +970,7 @@ declare const getGlossaryTermRevisions: (id: string, termId: string, query: {
|
|
|
970
970
|
prev?: string;
|
|
971
971
|
/** Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending. */
|
|
972
972
|
sort?: "update" | "+update" | "-update";
|
|
973
|
-
}, options?: ApiCallOptions)
|
|
973
|
+
}, options?: ApiCallOptions): Promise<GetGlossaryTermRevisionsHttpResponse>;
|
|
974
974
|
type GetGlossaryTermRevisionsHttpResponse = {
|
|
975
975
|
data: TermsResult;
|
|
976
976
|
headers: Headers;
|