@seekora-ai/admin-api 1.1.14 → 1.1.15
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/README.md +25 -2
- package/api.ts +1130 -0
- package/dist/api.d.ts +723 -0
- package/dist/api.js +702 -0
- package/dist/esm/api.d.ts +723 -0
- package/dist/esm/api.js +702 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.15.tgz +0 -0
- package/seekora-ai-admin-api-1.1.14.tgz +0 -0
package/dist/esm/api.d.ts
CHANGED
|
@@ -11687,6 +11687,31 @@ export interface DataTypesLimitResponse {
|
|
|
11687
11687
|
*/
|
|
11688
11688
|
'status'?: number;
|
|
11689
11689
|
}
|
|
11690
|
+
/**
|
|
11691
|
+
*
|
|
11692
|
+
* @export
|
|
11693
|
+
* @interface DataTypesLimitsListResponse
|
|
11694
|
+
*/
|
|
11695
|
+
export interface DataTypesLimitsListResponse {
|
|
11696
|
+
/**
|
|
11697
|
+
*
|
|
11698
|
+
* @type {Array<DataTypesLimit>}
|
|
11699
|
+
* @memberof DataTypesLimitsListResponse
|
|
11700
|
+
*/
|
|
11701
|
+
'data'?: Array<DataTypesLimit>;
|
|
11702
|
+
/**
|
|
11703
|
+
*
|
|
11704
|
+
* @type {string}
|
|
11705
|
+
* @memberof DataTypesLimitsListResponse
|
|
11706
|
+
*/
|
|
11707
|
+
'message'?: string;
|
|
11708
|
+
/**
|
|
11709
|
+
*
|
|
11710
|
+
* @type {number}
|
|
11711
|
+
* @memberof DataTypesLimitsListResponse
|
|
11712
|
+
*/
|
|
11713
|
+
'status'?: number;
|
|
11714
|
+
}
|
|
11690
11715
|
/**
|
|
11691
11716
|
*
|
|
11692
11717
|
* @export
|
|
@@ -12516,6 +12541,31 @@ export interface DataTypesNewsLetterRequestResponse {
|
|
|
12516
12541
|
*/
|
|
12517
12542
|
'status'?: number;
|
|
12518
12543
|
}
|
|
12544
|
+
/**
|
|
12545
|
+
*
|
|
12546
|
+
* @export
|
|
12547
|
+
* @interface DataTypesNewsLetterRequestsListResponse
|
|
12548
|
+
*/
|
|
12549
|
+
export interface DataTypesNewsLetterRequestsListResponse {
|
|
12550
|
+
/**
|
|
12551
|
+
*
|
|
12552
|
+
* @type {Array<DataTypesNewsLetterRequest>}
|
|
12553
|
+
* @memberof DataTypesNewsLetterRequestsListResponse
|
|
12554
|
+
*/
|
|
12555
|
+
'data'?: Array<DataTypesNewsLetterRequest>;
|
|
12556
|
+
/**
|
|
12557
|
+
*
|
|
12558
|
+
* @type {string}
|
|
12559
|
+
* @memberof DataTypesNewsLetterRequestsListResponse
|
|
12560
|
+
*/
|
|
12561
|
+
'message'?: string;
|
|
12562
|
+
/**
|
|
12563
|
+
*
|
|
12564
|
+
* @type {number}
|
|
12565
|
+
* @memberof DataTypesNewsLetterRequestsListResponse
|
|
12566
|
+
*/
|
|
12567
|
+
'status'?: number;
|
|
12568
|
+
}
|
|
12519
12569
|
/**
|
|
12520
12570
|
*
|
|
12521
12571
|
* @export
|
|
@@ -12554,6 +12604,109 @@ export interface DataTypesOTPPayload {
|
|
|
12554
12604
|
*/
|
|
12555
12605
|
'otp'?: string;
|
|
12556
12606
|
}
|
|
12607
|
+
/**
|
|
12608
|
+
*
|
|
12609
|
+
* @export
|
|
12610
|
+
* @interface DataTypesOfficialSearchResponse
|
|
12611
|
+
*/
|
|
12612
|
+
export interface DataTypesOfficialSearchResponse {
|
|
12613
|
+
/**
|
|
12614
|
+
*
|
|
12615
|
+
* @type {any}
|
|
12616
|
+
* @memberof DataTypesOfficialSearchResponse
|
|
12617
|
+
*/
|
|
12618
|
+
'facets'?: any;
|
|
12619
|
+
/**
|
|
12620
|
+
*
|
|
12621
|
+
* @type {number}
|
|
12622
|
+
* @memberof DataTypesOfficialSearchResponse
|
|
12623
|
+
*/
|
|
12624
|
+
'page'?: number;
|
|
12625
|
+
/**
|
|
12626
|
+
*
|
|
12627
|
+
* @type {number}
|
|
12628
|
+
* @memberof DataTypesOfficialSearchResponse
|
|
12629
|
+
*/
|
|
12630
|
+
'per_page'?: number;
|
|
12631
|
+
/**
|
|
12632
|
+
*
|
|
12633
|
+
* @type {Array<DataTypesOfficialSearchResult>}
|
|
12634
|
+
* @memberof DataTypesOfficialSearchResponse
|
|
12635
|
+
*/
|
|
12636
|
+
'results'?: Array<DataTypesOfficialSearchResult>;
|
|
12637
|
+
/**
|
|
12638
|
+
*
|
|
12639
|
+
* @type {Array<DataTypesAutocompleteSuggestion>}
|
|
12640
|
+
* @memberof DataTypesOfficialSearchResponse
|
|
12641
|
+
*/
|
|
12642
|
+
'suggestions'?: Array<DataTypesAutocompleteSuggestion>;
|
|
12643
|
+
/**
|
|
12644
|
+
*
|
|
12645
|
+
* @type {number}
|
|
12646
|
+
* @memberof DataTypesOfficialSearchResponse
|
|
12647
|
+
*/
|
|
12648
|
+
'total_results'?: number;
|
|
12649
|
+
}
|
|
12650
|
+
/**
|
|
12651
|
+
*
|
|
12652
|
+
* @export
|
|
12653
|
+
* @interface DataTypesOfficialSearchResponseWrapper
|
|
12654
|
+
*/
|
|
12655
|
+
export interface DataTypesOfficialSearchResponseWrapper {
|
|
12656
|
+
/**
|
|
12657
|
+
*
|
|
12658
|
+
* @type {DataTypesOfficialSearchResponse}
|
|
12659
|
+
* @memberof DataTypesOfficialSearchResponseWrapper
|
|
12660
|
+
*/
|
|
12661
|
+
'data'?: DataTypesOfficialSearchResponse;
|
|
12662
|
+
/**
|
|
12663
|
+
*
|
|
12664
|
+
* @type {string}
|
|
12665
|
+
* @memberof DataTypesOfficialSearchResponseWrapper
|
|
12666
|
+
*/
|
|
12667
|
+
'message'?: string;
|
|
12668
|
+
/**
|
|
12669
|
+
*
|
|
12670
|
+
* @type {number}
|
|
12671
|
+
* @memberof DataTypesOfficialSearchResponseWrapper
|
|
12672
|
+
*/
|
|
12673
|
+
'status'?: number;
|
|
12674
|
+
}
|
|
12675
|
+
/**
|
|
12676
|
+
*
|
|
12677
|
+
* @export
|
|
12678
|
+
* @interface DataTypesOfficialSearchResult
|
|
12679
|
+
*/
|
|
12680
|
+
export interface DataTypesOfficialSearchResult {
|
|
12681
|
+
/**
|
|
12682
|
+
*
|
|
12683
|
+
* @type {{ [key: string]: any; }}
|
|
12684
|
+
* @memberof DataTypesOfficialSearchResult
|
|
12685
|
+
*/
|
|
12686
|
+
'document'?: {
|
|
12687
|
+
[key: string]: any;
|
|
12688
|
+
};
|
|
12689
|
+
/**
|
|
12690
|
+
*
|
|
12691
|
+
* @type {{ [key: string]: any; }}
|
|
12692
|
+
* @memberof DataTypesOfficialSearchResult
|
|
12693
|
+
*/
|
|
12694
|
+
'highlight'?: {
|
|
12695
|
+
[key: string]: any;
|
|
12696
|
+
};
|
|
12697
|
+
/**
|
|
12698
|
+
*
|
|
12699
|
+
* @type {string}
|
|
12700
|
+
* @memberof DataTypesOfficialSearchResult
|
|
12701
|
+
*/
|
|
12702
|
+
'id'?: string;
|
|
12703
|
+
/**
|
|
12704
|
+
*
|
|
12705
|
+
* @type {number}
|
|
12706
|
+
* @memberof DataTypesOfficialSearchResult
|
|
12707
|
+
*/
|
|
12708
|
+
'score'?: number;
|
|
12709
|
+
}
|
|
12557
12710
|
/**
|
|
12558
12711
|
*
|
|
12559
12712
|
* @export
|
|
@@ -13571,6 +13724,31 @@ export interface DataTypesOrganizationTaxDetails {
|
|
|
13571
13724
|
[key: string]: any;
|
|
13572
13725
|
};
|
|
13573
13726
|
}
|
|
13727
|
+
/**
|
|
13728
|
+
*
|
|
13729
|
+
* @export
|
|
13730
|
+
* @interface DataTypesOrganizationsListResponse
|
|
13731
|
+
*/
|
|
13732
|
+
export interface DataTypesOrganizationsListResponse {
|
|
13733
|
+
/**
|
|
13734
|
+
*
|
|
13735
|
+
* @type {Array<DataTypesOrganization>}
|
|
13736
|
+
* @memberof DataTypesOrganizationsListResponse
|
|
13737
|
+
*/
|
|
13738
|
+
'data'?: Array<DataTypesOrganization>;
|
|
13739
|
+
/**
|
|
13740
|
+
*
|
|
13741
|
+
* @type {string}
|
|
13742
|
+
* @memberof DataTypesOrganizationsListResponse
|
|
13743
|
+
*/
|
|
13744
|
+
'message'?: string;
|
|
13745
|
+
/**
|
|
13746
|
+
*
|
|
13747
|
+
* @type {number}
|
|
13748
|
+
* @memberof DataTypesOrganizationsListResponse
|
|
13749
|
+
*/
|
|
13750
|
+
'status'?: number;
|
|
13751
|
+
}
|
|
13574
13752
|
/**
|
|
13575
13753
|
* Defines what happens when a rule is triggered (promote/hide documents, apply filters, etc.)
|
|
13576
13754
|
* @export
|
|
@@ -14083,6 +14261,31 @@ export interface DataTypesPaymentStatusPollResponse {
|
|
|
14083
14261
|
*/
|
|
14084
14262
|
'updated_at'?: string;
|
|
14085
14263
|
}
|
|
14264
|
+
/**
|
|
14265
|
+
*
|
|
14266
|
+
* @export
|
|
14267
|
+
* @interface DataTypesPaymentsListResponse
|
|
14268
|
+
*/
|
|
14269
|
+
export interface DataTypesPaymentsListResponse {
|
|
14270
|
+
/**
|
|
14271
|
+
*
|
|
14272
|
+
* @type {Array<DataTypesPayment>}
|
|
14273
|
+
* @memberof DataTypesPaymentsListResponse
|
|
14274
|
+
*/
|
|
14275
|
+
'data'?: Array<DataTypesPayment>;
|
|
14276
|
+
/**
|
|
14277
|
+
*
|
|
14278
|
+
* @type {string}
|
|
14279
|
+
* @memberof DataTypesPaymentsListResponse
|
|
14280
|
+
*/
|
|
14281
|
+
'message'?: string;
|
|
14282
|
+
/**
|
|
14283
|
+
*
|
|
14284
|
+
* @type {number}
|
|
14285
|
+
* @memberof DataTypesPaymentsListResponse
|
|
14286
|
+
*/
|
|
14287
|
+
'status'?: number;
|
|
14288
|
+
}
|
|
14086
14289
|
/**
|
|
14087
14290
|
*
|
|
14088
14291
|
* @export
|
|
@@ -14204,6 +14407,31 @@ export interface DataTypesPlanResponse {
|
|
|
14204
14407
|
*/
|
|
14205
14408
|
'status'?: number;
|
|
14206
14409
|
}
|
|
14410
|
+
/**
|
|
14411
|
+
*
|
|
14412
|
+
* @export
|
|
14413
|
+
* @interface DataTypesPlansListResponse
|
|
14414
|
+
*/
|
|
14415
|
+
export interface DataTypesPlansListResponse {
|
|
14416
|
+
/**
|
|
14417
|
+
*
|
|
14418
|
+
* @type {Array<DataTypesPlan>}
|
|
14419
|
+
* @memberof DataTypesPlansListResponse
|
|
14420
|
+
*/
|
|
14421
|
+
'data'?: Array<DataTypesPlan>;
|
|
14422
|
+
/**
|
|
14423
|
+
*
|
|
14424
|
+
* @type {string}
|
|
14425
|
+
* @memberof DataTypesPlansListResponse
|
|
14426
|
+
*/
|
|
14427
|
+
'message'?: string;
|
|
14428
|
+
/**
|
|
14429
|
+
*
|
|
14430
|
+
* @type {number}
|
|
14431
|
+
* @memberof DataTypesPlansListResponse
|
|
14432
|
+
*/
|
|
14433
|
+
'status'?: number;
|
|
14434
|
+
}
|
|
14207
14435
|
/**
|
|
14208
14436
|
*
|
|
14209
14437
|
* @export
|
|
@@ -14519,6 +14747,91 @@ export interface DataTypesProfileResponseWrapper {
|
|
|
14519
14747
|
*/
|
|
14520
14748
|
'status'?: number;
|
|
14521
14749
|
}
|
|
14750
|
+
/**
|
|
14751
|
+
*
|
|
14752
|
+
* @export
|
|
14753
|
+
* @interface DataTypesPublicSearchRequest
|
|
14754
|
+
*/
|
|
14755
|
+
export interface DataTypesPublicSearchRequest {
|
|
14756
|
+
/**
|
|
14757
|
+
*
|
|
14758
|
+
* @type {Array<string>}
|
|
14759
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14760
|
+
*/
|
|
14761
|
+
'analytics_tags'?: Array<string>;
|
|
14762
|
+
/**
|
|
14763
|
+
*
|
|
14764
|
+
* @type {string}
|
|
14765
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14766
|
+
*/
|
|
14767
|
+
'facet_by'?: string;
|
|
14768
|
+
/**
|
|
14769
|
+
*
|
|
14770
|
+
* @type {string}
|
|
14771
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14772
|
+
*/
|
|
14773
|
+
'filter'?: string;
|
|
14774
|
+
/**
|
|
14775
|
+
*
|
|
14776
|
+
* @type {boolean}
|
|
14777
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14778
|
+
*/
|
|
14779
|
+
'include_suggestions'?: boolean;
|
|
14780
|
+
/**
|
|
14781
|
+
*
|
|
14782
|
+
* @type {number}
|
|
14783
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14784
|
+
*/
|
|
14785
|
+
'max_facet_values'?: number;
|
|
14786
|
+
/**
|
|
14787
|
+
*
|
|
14788
|
+
* @type {number}
|
|
14789
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14790
|
+
*/
|
|
14791
|
+
'page'?: number;
|
|
14792
|
+
/**
|
|
14793
|
+
*
|
|
14794
|
+
* @type {number}
|
|
14795
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14796
|
+
*/
|
|
14797
|
+
'per_page'?: number;
|
|
14798
|
+
/**
|
|
14799
|
+
*
|
|
14800
|
+
* @type {string}
|
|
14801
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14802
|
+
*/
|
|
14803
|
+
'q': string;
|
|
14804
|
+
/**
|
|
14805
|
+
*
|
|
14806
|
+
* @type {string}
|
|
14807
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14808
|
+
*/
|
|
14809
|
+
'sort'?: string;
|
|
14810
|
+
/**
|
|
14811
|
+
* IDs of stopword sets to use
|
|
14812
|
+
* @type {Array<string>}
|
|
14813
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14814
|
+
*/
|
|
14815
|
+
'stopword_sets'?: Array<string>;
|
|
14816
|
+
/**
|
|
14817
|
+
*
|
|
14818
|
+
* @type {number}
|
|
14819
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14820
|
+
*/
|
|
14821
|
+
'suggestions_limit'?: number;
|
|
14822
|
+
/**
|
|
14823
|
+
* IDs of synonym sets to use
|
|
14824
|
+
* @type {Array<string>}
|
|
14825
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14826
|
+
*/
|
|
14827
|
+
'synonym_sets'?: Array<string>;
|
|
14828
|
+
/**
|
|
14829
|
+
* If true, returns only display fields instead of full document (used in public API only)
|
|
14830
|
+
* @type {boolean}
|
|
14831
|
+
* @memberof DataTypesPublicSearchRequest
|
|
14832
|
+
*/
|
|
14833
|
+
'widget_mode'?: boolean;
|
|
14834
|
+
}
|
|
14522
14835
|
/**
|
|
14523
14836
|
*
|
|
14524
14837
|
* @export
|
|
@@ -15535,6 +15848,31 @@ export interface DataTypesRoleRightsListResponse {
|
|
|
15535
15848
|
*/
|
|
15536
15849
|
'status'?: number;
|
|
15537
15850
|
}
|
|
15851
|
+
/**
|
|
15852
|
+
*
|
|
15853
|
+
* @export
|
|
15854
|
+
* @interface DataTypesRolesListResponse
|
|
15855
|
+
*/
|
|
15856
|
+
export interface DataTypesRolesListResponse {
|
|
15857
|
+
/**
|
|
15858
|
+
*
|
|
15859
|
+
* @type {Array<DataTypesRole>}
|
|
15860
|
+
* @memberof DataTypesRolesListResponse
|
|
15861
|
+
*/
|
|
15862
|
+
'data'?: Array<DataTypesRole>;
|
|
15863
|
+
/**
|
|
15864
|
+
*
|
|
15865
|
+
* @type {string}
|
|
15866
|
+
* @memberof DataTypesRolesListResponse
|
|
15867
|
+
*/
|
|
15868
|
+
'message'?: string;
|
|
15869
|
+
/**
|
|
15870
|
+
*
|
|
15871
|
+
* @type {number}
|
|
15872
|
+
* @memberof DataTypesRolesListResponse
|
|
15873
|
+
*/
|
|
15874
|
+
'status'?: number;
|
|
15875
|
+
}
|
|
15538
15876
|
/**
|
|
15539
15877
|
* Defines the conditions that trigger a rule (query matching, filters, etc.)
|
|
15540
15878
|
* @export
|
|
@@ -16094,6 +16432,31 @@ export interface DataTypesServiceRequestResponse {
|
|
|
16094
16432
|
*/
|
|
16095
16433
|
'status'?: number;
|
|
16096
16434
|
}
|
|
16435
|
+
/**
|
|
16436
|
+
*
|
|
16437
|
+
* @export
|
|
16438
|
+
* @interface DataTypesServiceRequestsListResponse
|
|
16439
|
+
*/
|
|
16440
|
+
export interface DataTypesServiceRequestsListResponse {
|
|
16441
|
+
/**
|
|
16442
|
+
*
|
|
16443
|
+
* @type {Array<DataTypesServiceRequest>}
|
|
16444
|
+
* @memberof DataTypesServiceRequestsListResponse
|
|
16445
|
+
*/
|
|
16446
|
+
'data'?: Array<DataTypesServiceRequest>;
|
|
16447
|
+
/**
|
|
16448
|
+
*
|
|
16449
|
+
* @type {string}
|
|
16450
|
+
* @memberof DataTypesServiceRequestsListResponse
|
|
16451
|
+
*/
|
|
16452
|
+
'message'?: string;
|
|
16453
|
+
/**
|
|
16454
|
+
*
|
|
16455
|
+
* @type {number}
|
|
16456
|
+
* @memberof DataTypesServiceRequestsListResponse
|
|
16457
|
+
*/
|
|
16458
|
+
'status'?: number;
|
|
16459
|
+
}
|
|
16097
16460
|
/**
|
|
16098
16461
|
*
|
|
16099
16462
|
* @export
|
|
@@ -16960,6 +17323,31 @@ export interface DataTypesSubscriptionResponse {
|
|
|
16960
17323
|
*/
|
|
16961
17324
|
'status'?: number;
|
|
16962
17325
|
}
|
|
17326
|
+
/**
|
|
17327
|
+
*
|
|
17328
|
+
* @export
|
|
17329
|
+
* @interface DataTypesSubscriptionsListResponse
|
|
17330
|
+
*/
|
|
17331
|
+
export interface DataTypesSubscriptionsListResponse {
|
|
17332
|
+
/**
|
|
17333
|
+
*
|
|
17334
|
+
* @type {Array<DataTypesSubscription>}
|
|
17335
|
+
* @memberof DataTypesSubscriptionsListResponse
|
|
17336
|
+
*/
|
|
17337
|
+
'data'?: Array<DataTypesSubscription>;
|
|
17338
|
+
/**
|
|
17339
|
+
*
|
|
17340
|
+
* @type {string}
|
|
17341
|
+
* @memberof DataTypesSubscriptionsListResponse
|
|
17342
|
+
*/
|
|
17343
|
+
'message'?: string;
|
|
17344
|
+
/**
|
|
17345
|
+
*
|
|
17346
|
+
* @type {number}
|
|
17347
|
+
* @memberof DataTypesSubscriptionsListResponse
|
|
17348
|
+
*/
|
|
17349
|
+
'status'?: number;
|
|
17350
|
+
}
|
|
16963
17351
|
/**
|
|
16964
17352
|
*
|
|
16965
17353
|
* @export
|
|
@@ -27980,6 +28368,13 @@ export declare const LimitsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
27980
28368
|
* @throws {RequiredError}
|
|
27981
28369
|
*/
|
|
27982
28370
|
miscLimitsChangeStatusLimitIDIsActivePut: (limitID: number, isActive: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
28371
|
+
/**
|
|
28372
|
+
* Fetches list of all limits
|
|
28373
|
+
* @summary Fetches list of all limits
|
|
28374
|
+
* @param {*} [options] Override http request option.
|
|
28375
|
+
* @throws {RequiredError}
|
|
28376
|
+
*/
|
|
28377
|
+
miscLimitsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
27983
28378
|
/**
|
|
27984
28379
|
* Fetches limit by id
|
|
27985
28380
|
* @summary Fetches limit by id
|
|
@@ -28020,6 +28415,13 @@ export declare const LimitsApiFp: (configuration?: Configuration) => {
|
|
|
28020
28415
|
* @throws {RequiredError}
|
|
28021
28416
|
*/
|
|
28022
28417
|
miscLimitsChangeStatusLimitIDIsActivePut(limitID: number, isActive: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
28418
|
+
/**
|
|
28419
|
+
* Fetches list of all limits
|
|
28420
|
+
* @summary Fetches list of all limits
|
|
28421
|
+
* @param {*} [options] Override http request option.
|
|
28422
|
+
* @throws {RequiredError}
|
|
28423
|
+
*/
|
|
28424
|
+
miscLimitsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesLimitsListResponse>>;
|
|
28023
28425
|
/**
|
|
28024
28426
|
* Fetches limit by id
|
|
28025
28427
|
* @summary Fetches limit by id
|
|
@@ -28060,6 +28462,13 @@ export declare const LimitsApiFactory: (configuration?: Configuration, basePath?
|
|
|
28060
28462
|
* @throws {RequiredError}
|
|
28061
28463
|
*/
|
|
28062
28464
|
miscLimitsChangeStatusLimitIDIsActivePut(limitID: number, isActive: boolean, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
28465
|
+
/**
|
|
28466
|
+
* Fetches list of all limits
|
|
28467
|
+
* @summary Fetches list of all limits
|
|
28468
|
+
* @param {*} [options] Override http request option.
|
|
28469
|
+
* @throws {RequiredError}
|
|
28470
|
+
*/
|
|
28471
|
+
miscLimitsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesLimitsListResponse>;
|
|
28063
28472
|
/**
|
|
28064
28473
|
* Fetches limit by id
|
|
28065
28474
|
* @summary Fetches limit by id
|
|
@@ -28103,6 +28512,14 @@ export declare class LimitsApi extends BaseAPI {
|
|
|
28103
28512
|
* @memberof LimitsApi
|
|
28104
28513
|
*/
|
|
28105
28514
|
miscLimitsChangeStatusLimitIDIsActivePut(limitID: number, isActive: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
28515
|
+
/**
|
|
28516
|
+
* Fetches list of all limits
|
|
28517
|
+
* @summary Fetches list of all limits
|
|
28518
|
+
* @param {*} [options] Override http request option.
|
|
28519
|
+
* @throws {RequiredError}
|
|
28520
|
+
* @memberof LimitsApi
|
|
28521
|
+
*/
|
|
28522
|
+
miscLimitsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesLimitsListResponse, any, {}>>;
|
|
28106
28523
|
/**
|
|
28107
28524
|
* Fetches limit by id
|
|
28108
28525
|
* @summary Fetches limit by id
|
|
@@ -28137,6 +28554,13 @@ export declare class LimitsApi extends BaseAPI {
|
|
|
28137
28554
|
* @export
|
|
28138
28555
|
*/
|
|
28139
28556
|
export declare const MenusApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
28557
|
+
/**
|
|
28558
|
+
* Fetches list of all menus
|
|
28559
|
+
* @summary Fetches list of all menus
|
|
28560
|
+
* @param {*} [options] Override http request option.
|
|
28561
|
+
* @throws {RequiredError}
|
|
28562
|
+
*/
|
|
28563
|
+
miscMenusGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
28140
28564
|
/**
|
|
28141
28565
|
* Deletes a menu from the system by ID.
|
|
28142
28566
|
* @summary Delete a menu
|
|
@@ -28255,6 +28679,13 @@ export declare const MenusApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
28255
28679
|
* @export
|
|
28256
28680
|
*/
|
|
28257
28681
|
export declare const MenusApiFp: (configuration?: Configuration) => {
|
|
28682
|
+
/**
|
|
28683
|
+
* Fetches list of all menus
|
|
28684
|
+
* @summary Fetches list of all menus
|
|
28685
|
+
* @param {*} [options] Override http request option.
|
|
28686
|
+
* @throws {RequiredError}
|
|
28687
|
+
*/
|
|
28688
|
+
miscMenusGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesMenusListResponse>>;
|
|
28258
28689
|
/**
|
|
28259
28690
|
* Deletes a menu from the system by ID.
|
|
28260
28691
|
* @summary Delete a menu
|
|
@@ -28373,6 +28804,13 @@ export declare const MenusApiFp: (configuration?: Configuration) => {
|
|
|
28373
28804
|
* @export
|
|
28374
28805
|
*/
|
|
28375
28806
|
export declare const MenusApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
28807
|
+
/**
|
|
28808
|
+
* Fetches list of all menus
|
|
28809
|
+
* @summary Fetches list of all menus
|
|
28810
|
+
* @param {*} [options] Override http request option.
|
|
28811
|
+
* @throws {RequiredError}
|
|
28812
|
+
*/
|
|
28813
|
+
miscMenusGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesMenusListResponse>;
|
|
28376
28814
|
/**
|
|
28377
28815
|
* Deletes a menu from the system by ID.
|
|
28378
28816
|
* @summary Delete a menu
|
|
@@ -28493,6 +28931,14 @@ export declare const MenusApiFactory: (configuration?: Configuration, basePath?:
|
|
|
28493
28931
|
* @extends {BaseAPI}
|
|
28494
28932
|
*/
|
|
28495
28933
|
export declare class MenusApi extends BaseAPI {
|
|
28934
|
+
/**
|
|
28935
|
+
* Fetches list of all menus
|
|
28936
|
+
* @summary Fetches list of all menus
|
|
28937
|
+
* @param {*} [options] Override http request option.
|
|
28938
|
+
* @throws {RequiredError}
|
|
28939
|
+
* @memberof MenusApi
|
|
28940
|
+
*/
|
|
28941
|
+
miscMenusGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesMenusListResponse, any, {}>>;
|
|
28496
28942
|
/**
|
|
28497
28943
|
* Deletes a menu from the system by ID.
|
|
28498
28944
|
* @summary Delete a menu
|
|
@@ -29043,6 +29489,13 @@ export declare class MongoDbApi extends BaseAPI {
|
|
|
29043
29489
|
* @export
|
|
29044
29490
|
*/
|
|
29045
29491
|
export declare const NewsLettersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29492
|
+
/**
|
|
29493
|
+
* Fetches list of all NewsLetterSubscription
|
|
29494
|
+
* @summary Fetches list of all NewsLetterSubscription
|
|
29495
|
+
* @param {*} [options] Override http request option.
|
|
29496
|
+
* @throws {RequiredError}
|
|
29497
|
+
*/
|
|
29498
|
+
miscNewsLettersGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29046
29499
|
/**
|
|
29047
29500
|
* Fetches NewsLetterSubscription by id
|
|
29048
29501
|
* @summary Fetches NewsLetterSubscription by id
|
|
@@ -29083,6 +29536,13 @@ export declare const NewsLettersApiAxiosParamCreator: (configuration?: Configura
|
|
|
29083
29536
|
* @export
|
|
29084
29537
|
*/
|
|
29085
29538
|
export declare const NewsLettersApiFp: (configuration?: Configuration) => {
|
|
29539
|
+
/**
|
|
29540
|
+
* Fetches list of all NewsLetterSubscription
|
|
29541
|
+
* @summary Fetches list of all NewsLetterSubscription
|
|
29542
|
+
* @param {*} [options] Override http request option.
|
|
29543
|
+
* @throws {RequiredError}
|
|
29544
|
+
*/
|
|
29545
|
+
miscNewsLettersGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesNewsLetterRequestsListResponse>>;
|
|
29086
29546
|
/**
|
|
29087
29547
|
* Fetches NewsLetterSubscription by id
|
|
29088
29548
|
* @summary Fetches NewsLetterSubscription by id
|
|
@@ -29123,6 +29583,13 @@ export declare const NewsLettersApiFp: (configuration?: Configuration) => {
|
|
|
29123
29583
|
* @export
|
|
29124
29584
|
*/
|
|
29125
29585
|
export declare const NewsLettersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
29586
|
+
/**
|
|
29587
|
+
* Fetches list of all NewsLetterSubscription
|
|
29588
|
+
* @summary Fetches list of all NewsLetterSubscription
|
|
29589
|
+
* @param {*} [options] Override http request option.
|
|
29590
|
+
* @throws {RequiredError}
|
|
29591
|
+
*/
|
|
29592
|
+
miscNewsLettersGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesNewsLetterRequestsListResponse>;
|
|
29126
29593
|
/**
|
|
29127
29594
|
* Fetches NewsLetterSubscription by id
|
|
29128
29595
|
* @summary Fetches NewsLetterSubscription by id
|
|
@@ -29165,6 +29632,14 @@ export declare const NewsLettersApiFactory: (configuration?: Configuration, base
|
|
|
29165
29632
|
* @extends {BaseAPI}
|
|
29166
29633
|
*/
|
|
29167
29634
|
export declare class NewsLettersApi extends BaseAPI {
|
|
29635
|
+
/**
|
|
29636
|
+
* Fetches list of all NewsLetterSubscription
|
|
29637
|
+
* @summary Fetches list of all NewsLetterSubscription
|
|
29638
|
+
* @param {*} [options] Override http request option.
|
|
29639
|
+
* @throws {RequiredError}
|
|
29640
|
+
* @memberof NewsLettersApi
|
|
29641
|
+
*/
|
|
29642
|
+
miscNewsLettersGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesNewsLetterRequestsListResponse, any, {}>>;
|
|
29168
29643
|
/**
|
|
29169
29644
|
* Fetches NewsLetterSubscription by id
|
|
29170
29645
|
* @summary Fetches NewsLetterSubscription by id
|
|
@@ -29516,6 +29991,13 @@ export declare class OnboardingApi extends BaseAPI {
|
|
|
29516
29991
|
* @export
|
|
29517
29992
|
*/
|
|
29518
29993
|
export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29994
|
+
/**
|
|
29995
|
+
* Fetches list of all Organizations
|
|
29996
|
+
* @summary Fetches list of all Organizations
|
|
29997
|
+
* @param {*} [options] Override http request option.
|
|
29998
|
+
* @throws {RequiredError}
|
|
29999
|
+
*/
|
|
30000
|
+
adminOrganizationsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29519
30001
|
/**
|
|
29520
30002
|
* Updates Orgnization information by ID.
|
|
29521
30003
|
* @summary Update an existing Orgnization
|
|
@@ -29556,6 +30038,13 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
29556
30038
|
* @export
|
|
29557
30039
|
*/
|
|
29558
30040
|
export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
30041
|
+
/**
|
|
30042
|
+
* Fetches list of all Organizations
|
|
30043
|
+
* @summary Fetches list of all Organizations
|
|
30044
|
+
* @param {*} [options] Override http request option.
|
|
30045
|
+
* @throws {RequiredError}
|
|
30046
|
+
*/
|
|
30047
|
+
adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationsListResponse>>;
|
|
29559
30048
|
/**
|
|
29560
30049
|
* Updates Orgnization information by ID.
|
|
29561
30050
|
* @summary Update an existing Orgnization
|
|
@@ -29596,6 +30085,13 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
29596
30085
|
* @export
|
|
29597
30086
|
*/
|
|
29598
30087
|
export declare const OrganizationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
30088
|
+
/**
|
|
30089
|
+
* Fetches list of all Organizations
|
|
30090
|
+
* @summary Fetches list of all Organizations
|
|
30091
|
+
* @param {*} [options] Override http request option.
|
|
30092
|
+
* @throws {RequiredError}
|
|
30093
|
+
*/
|
|
30094
|
+
adminOrganizationsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationsListResponse>;
|
|
29599
30095
|
/**
|
|
29600
30096
|
* Updates Orgnization information by ID.
|
|
29601
30097
|
* @summary Update an existing Orgnization
|
|
@@ -29638,6 +30134,14 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
29638
30134
|
* @extends {BaseAPI}
|
|
29639
30135
|
*/
|
|
29640
30136
|
export declare class OrganizationsApi extends BaseAPI {
|
|
30137
|
+
/**
|
|
30138
|
+
* Fetches list of all Organizations
|
|
30139
|
+
* @summary Fetches list of all Organizations
|
|
30140
|
+
* @param {*} [options] Override http request option.
|
|
30141
|
+
* @throws {RequiredError}
|
|
30142
|
+
* @memberof OrganizationsApi
|
|
30143
|
+
*/
|
|
30144
|
+
adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationsListResponse, any, {}>>;
|
|
29641
30145
|
/**
|
|
29642
30146
|
* Updates Orgnization information by ID.
|
|
29643
30147
|
* @summary Update an existing Orgnization
|
|
@@ -30384,6 +30888,13 @@ export declare class PaymentGatewayApi extends BaseAPI {
|
|
|
30384
30888
|
* @export
|
|
30385
30889
|
*/
|
|
30386
30890
|
export declare const PaymentsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
30891
|
+
/**
|
|
30892
|
+
* Fetches list of all payments
|
|
30893
|
+
* @summary Fetches list of all payments
|
|
30894
|
+
* @param {*} [options] Override http request option.
|
|
30895
|
+
* @throws {RequiredError}
|
|
30896
|
+
*/
|
|
30897
|
+
adminPaymentsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
30387
30898
|
/**
|
|
30388
30899
|
* Deletes a payment from the system by ID.
|
|
30389
30900
|
* @summary Delete a payment
|
|
@@ -30423,6 +30934,13 @@ export declare const PaymentsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
30423
30934
|
* @export
|
|
30424
30935
|
*/
|
|
30425
30936
|
export declare const PaymentsApiFp: (configuration?: Configuration) => {
|
|
30937
|
+
/**
|
|
30938
|
+
* Fetches list of all payments
|
|
30939
|
+
* @summary Fetches list of all payments
|
|
30940
|
+
* @param {*} [options] Override http request option.
|
|
30941
|
+
* @throws {RequiredError}
|
|
30942
|
+
*/
|
|
30943
|
+
adminPaymentsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPaymentsListResponse>>;
|
|
30426
30944
|
/**
|
|
30427
30945
|
* Deletes a payment from the system by ID.
|
|
30428
30946
|
* @summary Delete a payment
|
|
@@ -30462,6 +30980,13 @@ export declare const PaymentsApiFp: (configuration?: Configuration) => {
|
|
|
30462
30980
|
* @export
|
|
30463
30981
|
*/
|
|
30464
30982
|
export declare const PaymentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
30983
|
+
/**
|
|
30984
|
+
* Fetches list of all payments
|
|
30985
|
+
* @summary Fetches list of all payments
|
|
30986
|
+
* @param {*} [options] Override http request option.
|
|
30987
|
+
* @throws {RequiredError}
|
|
30988
|
+
*/
|
|
30989
|
+
adminPaymentsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPaymentsListResponse>;
|
|
30465
30990
|
/**
|
|
30466
30991
|
* Deletes a payment from the system by ID.
|
|
30467
30992
|
* @summary Delete a payment
|
|
@@ -30503,6 +31028,14 @@ export declare const PaymentsApiFactory: (configuration?: Configuration, basePat
|
|
|
30503
31028
|
* @extends {BaseAPI}
|
|
30504
31029
|
*/
|
|
30505
31030
|
export declare class PaymentsApi extends BaseAPI {
|
|
31031
|
+
/**
|
|
31032
|
+
* Fetches list of all payments
|
|
31033
|
+
* @summary Fetches list of all payments
|
|
31034
|
+
* @param {*} [options] Override http request option.
|
|
31035
|
+
* @throws {RequiredError}
|
|
31036
|
+
* @memberof PaymentsApi
|
|
31037
|
+
*/
|
|
31038
|
+
adminPaymentsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPaymentsListResponse, any, {}>>;
|
|
30506
31039
|
/**
|
|
30507
31040
|
* Deletes a payment from the system by ID.
|
|
30508
31041
|
* @summary Delete a payment
|
|
@@ -30546,6 +31079,13 @@ export declare class PaymentsApi extends BaseAPI {
|
|
|
30546
31079
|
* @export
|
|
30547
31080
|
*/
|
|
30548
31081
|
export declare const PlansApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
31082
|
+
/**
|
|
31083
|
+
* Fetches list of all Plans
|
|
31084
|
+
* @summary Fetches list of all Plans
|
|
31085
|
+
* @param {*} [options] Override http request option.
|
|
31086
|
+
* @throws {RequiredError}
|
|
31087
|
+
*/
|
|
31088
|
+
miscPlansGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
30549
31089
|
/**
|
|
30550
31090
|
* Fetches plan by id
|
|
30551
31091
|
* @summary Fetches plan by id
|
|
@@ -30586,6 +31126,13 @@ export declare const PlansApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
30586
31126
|
* @export
|
|
30587
31127
|
*/
|
|
30588
31128
|
export declare const PlansApiFp: (configuration?: Configuration) => {
|
|
31129
|
+
/**
|
|
31130
|
+
* Fetches list of all Plans
|
|
31131
|
+
* @summary Fetches list of all Plans
|
|
31132
|
+
* @param {*} [options] Override http request option.
|
|
31133
|
+
* @throws {RequiredError}
|
|
31134
|
+
*/
|
|
31135
|
+
miscPlansGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPlansListResponse>>;
|
|
30589
31136
|
/**
|
|
30590
31137
|
* Fetches plan by id
|
|
30591
31138
|
* @summary Fetches plan by id
|
|
@@ -30626,6 +31173,13 @@ export declare const PlansApiFp: (configuration?: Configuration) => {
|
|
|
30626
31173
|
* @export
|
|
30627
31174
|
*/
|
|
30628
31175
|
export declare const PlansApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
31176
|
+
/**
|
|
31177
|
+
* Fetches list of all Plans
|
|
31178
|
+
* @summary Fetches list of all Plans
|
|
31179
|
+
* @param {*} [options] Override http request option.
|
|
31180
|
+
* @throws {RequiredError}
|
|
31181
|
+
*/
|
|
31182
|
+
miscPlansGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPlansListResponse>;
|
|
30629
31183
|
/**
|
|
30630
31184
|
* Fetches plan by id
|
|
30631
31185
|
* @summary Fetches plan by id
|
|
@@ -30668,6 +31222,14 @@ export declare const PlansApiFactory: (configuration?: Configuration, basePath?:
|
|
|
30668
31222
|
* @extends {BaseAPI}
|
|
30669
31223
|
*/
|
|
30670
31224
|
export declare class PlansApi extends BaseAPI {
|
|
31225
|
+
/**
|
|
31226
|
+
* Fetches list of all Plans
|
|
31227
|
+
* @summary Fetches list of all Plans
|
|
31228
|
+
* @param {*} [options] Override http request option.
|
|
31229
|
+
* @throws {RequiredError}
|
|
31230
|
+
* @memberof PlansApi
|
|
31231
|
+
*/
|
|
31232
|
+
miscPlansGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPlansListResponse, any, {}>>;
|
|
30671
31233
|
/**
|
|
30672
31234
|
* Fetches plan by id
|
|
30673
31235
|
* @summary Fetches plan by id
|
|
@@ -33002,6 +33564,13 @@ export declare class RegisterApi extends BaseAPI {
|
|
|
33002
33564
|
* @export
|
|
33003
33565
|
*/
|
|
33004
33566
|
export declare const RequestsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
33567
|
+
/**
|
|
33568
|
+
* Fetches list of all ServiceRequest
|
|
33569
|
+
* @summary Fetches list of all ServiceRequest
|
|
33570
|
+
* @param {*} [options] Override http request option.
|
|
33571
|
+
* @throws {RequiredError}
|
|
33572
|
+
*/
|
|
33573
|
+
miscRequestsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33005
33574
|
/**
|
|
33006
33575
|
* Updates ServiceRequest information by ID.
|
|
33007
33576
|
* @summary Deletes an existing ServiceRequest
|
|
@@ -33050,6 +33619,13 @@ export declare const RequestsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
33050
33619
|
* @export
|
|
33051
33620
|
*/
|
|
33052
33621
|
export declare const RequestsApiFp: (configuration?: Configuration) => {
|
|
33622
|
+
/**
|
|
33623
|
+
* Fetches list of all ServiceRequest
|
|
33624
|
+
* @summary Fetches list of all ServiceRequest
|
|
33625
|
+
* @param {*} [options] Override http request option.
|
|
33626
|
+
* @throws {RequiredError}
|
|
33627
|
+
*/
|
|
33628
|
+
miscRequestsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesServiceRequestsListResponse>>;
|
|
33053
33629
|
/**
|
|
33054
33630
|
* Updates ServiceRequest information by ID.
|
|
33055
33631
|
* @summary Deletes an existing ServiceRequest
|
|
@@ -33098,6 +33674,13 @@ export declare const RequestsApiFp: (configuration?: Configuration) => {
|
|
|
33098
33674
|
* @export
|
|
33099
33675
|
*/
|
|
33100
33676
|
export declare const RequestsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
33677
|
+
/**
|
|
33678
|
+
* Fetches list of all ServiceRequest
|
|
33679
|
+
* @summary Fetches list of all ServiceRequest
|
|
33680
|
+
* @param {*} [options] Override http request option.
|
|
33681
|
+
* @throws {RequiredError}
|
|
33682
|
+
*/
|
|
33683
|
+
miscRequestsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesServiceRequestsListResponse>;
|
|
33101
33684
|
/**
|
|
33102
33685
|
* Updates ServiceRequest information by ID.
|
|
33103
33686
|
* @summary Deletes an existing ServiceRequest
|
|
@@ -33148,6 +33731,14 @@ export declare const RequestsApiFactory: (configuration?: Configuration, basePat
|
|
|
33148
33731
|
* @extends {BaseAPI}
|
|
33149
33732
|
*/
|
|
33150
33733
|
export declare class RequestsApi extends BaseAPI {
|
|
33734
|
+
/**
|
|
33735
|
+
* Fetches list of all ServiceRequest
|
|
33736
|
+
* @summary Fetches list of all ServiceRequest
|
|
33737
|
+
* @param {*} [options] Override http request option.
|
|
33738
|
+
* @throws {RequiredError}
|
|
33739
|
+
* @memberof RequestsApi
|
|
33740
|
+
*/
|
|
33741
|
+
miscRequestsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesServiceRequestsListResponse, any, {}>>;
|
|
33151
33742
|
/**
|
|
33152
33743
|
* Updates ServiceRequest information by ID.
|
|
33153
33744
|
* @summary Deletes an existing ServiceRequest
|
|
@@ -33209,6 +33800,13 @@ export declare const RoleRightsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
33209
33800
|
* @throws {RequiredError}
|
|
33210
33801
|
*/
|
|
33211
33802
|
adminRolerightsBulkPost: (dataTypesRoleRightRequestDto: Array<DataTypesRoleRightRequestDto>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33803
|
+
/**
|
|
33804
|
+
* Fetches list of all roleright
|
|
33805
|
+
* @summary Fetches list of all roleright
|
|
33806
|
+
* @param {*} [options] Override http request option.
|
|
33807
|
+
* @throws {RequiredError}
|
|
33808
|
+
*/
|
|
33809
|
+
adminRolerightsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33212
33810
|
/**
|
|
33213
33811
|
* Fetches roleright by role id
|
|
33214
33812
|
* @summary Fetches roleright by role id
|
|
@@ -33272,6 +33870,13 @@ export declare const RoleRightsApiFp: (configuration?: Configuration) => {
|
|
|
33272
33870
|
* @throws {RequiredError}
|
|
33273
33871
|
*/
|
|
33274
33872
|
adminRolerightsBulkPost(dataTypesRoleRightRequestDto: Array<DataTypesRoleRightRequestDto>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
33873
|
+
/**
|
|
33874
|
+
* Fetches list of all roleright
|
|
33875
|
+
* @summary Fetches list of all roleright
|
|
33876
|
+
* @param {*} [options] Override http request option.
|
|
33877
|
+
* @throws {RequiredError}
|
|
33878
|
+
*/
|
|
33879
|
+
adminRolerightsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesRoleRightsListResponse>>;
|
|
33275
33880
|
/**
|
|
33276
33881
|
* Fetches roleright by role id
|
|
33277
33882
|
* @summary Fetches roleright by role id
|
|
@@ -33335,6 +33940,13 @@ export declare const RoleRightsApiFactory: (configuration?: Configuration, baseP
|
|
|
33335
33940
|
* @throws {RequiredError}
|
|
33336
33941
|
*/
|
|
33337
33942
|
adminRolerightsBulkPost(dataTypesRoleRightRequestDto: Array<DataTypesRoleRightRequestDto>, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
33943
|
+
/**
|
|
33944
|
+
* Fetches list of all roleright
|
|
33945
|
+
* @summary Fetches list of all roleright
|
|
33946
|
+
* @param {*} [options] Override http request option.
|
|
33947
|
+
* @throws {RequiredError}
|
|
33948
|
+
*/
|
|
33949
|
+
adminRolerightsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesRoleRightsListResponse>;
|
|
33338
33950
|
/**
|
|
33339
33951
|
* Fetches roleright by role id
|
|
33340
33952
|
* @summary Fetches roleright by role id
|
|
@@ -33401,6 +34013,14 @@ export declare class RoleRightsApi extends BaseAPI {
|
|
|
33401
34013
|
* @memberof RoleRightsApi
|
|
33402
34014
|
*/
|
|
33403
34015
|
adminRolerightsBulkPost(dataTypesRoleRightRequestDto: Array<DataTypesRoleRightRequestDto>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
34016
|
+
/**
|
|
34017
|
+
* Fetches list of all roleright
|
|
34018
|
+
* @summary Fetches list of all roleright
|
|
34019
|
+
* @param {*} [options] Override http request option.
|
|
34020
|
+
* @throws {RequiredError}
|
|
34021
|
+
* @memberof RoleRightsApi
|
|
34022
|
+
*/
|
|
34023
|
+
adminRolerightsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesRoleRightsListResponse, any, {}>>;
|
|
33404
34024
|
/**
|
|
33405
34025
|
* Fetches roleright by role id
|
|
33406
34026
|
* @summary Fetches roleright by role id
|
|
@@ -33479,6 +34099,14 @@ export declare const RolesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
33479
34099
|
* @throws {RequiredError}
|
|
33480
34100
|
*/
|
|
33481
34101
|
adminRolesIdPut: (id: number, dataTypesCreateRoleRequestDto: DataTypesCreateRoleRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34102
|
+
/**
|
|
34103
|
+
* Fetches list of all roles
|
|
34104
|
+
* @summary Fetches list of all roles
|
|
34105
|
+
* @param {number} orgId Org ID
|
|
34106
|
+
* @param {*} [options] Override http request option.
|
|
34107
|
+
* @throws {RequiredError}
|
|
34108
|
+
*/
|
|
34109
|
+
adminRolesOrgIdGet: (orgId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33482
34110
|
/**
|
|
33483
34111
|
* Fetches role by id
|
|
33484
34112
|
* @summary Fetches role by id
|
|
@@ -33519,6 +34147,14 @@ export declare const RolesApiFp: (configuration?: Configuration) => {
|
|
|
33519
34147
|
* @throws {RequiredError}
|
|
33520
34148
|
*/
|
|
33521
34149
|
adminRolesIdPut(id: number, dataTypesCreateRoleRequestDto: DataTypesCreateRoleRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
34150
|
+
/**
|
|
34151
|
+
* Fetches list of all roles
|
|
34152
|
+
* @summary Fetches list of all roles
|
|
34153
|
+
* @param {number} orgId Org ID
|
|
34154
|
+
* @param {*} [options] Override http request option.
|
|
34155
|
+
* @throws {RequiredError}
|
|
34156
|
+
*/
|
|
34157
|
+
adminRolesOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesRolesListResponse>>;
|
|
33522
34158
|
/**
|
|
33523
34159
|
* Fetches role by id
|
|
33524
34160
|
* @summary Fetches role by id
|
|
@@ -33559,6 +34195,14 @@ export declare const RolesApiFactory: (configuration?: Configuration, basePath?:
|
|
|
33559
34195
|
* @throws {RequiredError}
|
|
33560
34196
|
*/
|
|
33561
34197
|
adminRolesIdPut(id: number, dataTypesCreateRoleRequestDto: DataTypesCreateRoleRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
34198
|
+
/**
|
|
34199
|
+
* Fetches list of all roles
|
|
34200
|
+
* @summary Fetches list of all roles
|
|
34201
|
+
* @param {number} orgId Org ID
|
|
34202
|
+
* @param {*} [options] Override http request option.
|
|
34203
|
+
* @throws {RequiredError}
|
|
34204
|
+
*/
|
|
34205
|
+
adminRolesOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesRolesListResponse>;
|
|
33562
34206
|
/**
|
|
33563
34207
|
* Fetches role by id
|
|
33564
34208
|
* @summary Fetches role by id
|
|
@@ -33603,6 +34247,15 @@ export declare class RolesApi extends BaseAPI {
|
|
|
33603
34247
|
* @memberof RolesApi
|
|
33604
34248
|
*/
|
|
33605
34249
|
adminRolesIdPut(id: number, dataTypesCreateRoleRequestDto: DataTypesCreateRoleRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
34250
|
+
/**
|
|
34251
|
+
* Fetches list of all roles
|
|
34252
|
+
* @summary Fetches list of all roles
|
|
34253
|
+
* @param {number} orgId Org ID
|
|
34254
|
+
* @param {*} [options] Override http request option.
|
|
34255
|
+
* @throws {RequiredError}
|
|
34256
|
+
* @memberof RolesApi
|
|
34257
|
+
*/
|
|
34258
|
+
adminRolesOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesRolesListResponse, any, {}>>;
|
|
33606
34259
|
/**
|
|
33607
34260
|
* Fetches role by id
|
|
33608
34261
|
* @summary Fetches role by id
|
|
@@ -33680,6 +34333,16 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
33680
34333
|
* @throws {RequiredError}
|
|
33681
34334
|
*/
|
|
33682
34335
|
v1IndexIndexnameDefaultsGet: (indexname: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34336
|
+
/**
|
|
34337
|
+
* Search documents using store credentials with optional autocomplete suggestions and configurable stopwords/synonyms
|
|
34338
|
+
* @summary Public Search API
|
|
34339
|
+
* @param {string} xStoreid Store ID
|
|
34340
|
+
* @param {string} xStoresecret Store Secret
|
|
34341
|
+
* @param {DataTypesPublicSearchRequest} dataTypesPublicSearchRequest Search request with optional stopword_sets and synonym_sets for granular control
|
|
34342
|
+
* @param {*} [options] Override http request option.
|
|
34343
|
+
* @throws {RequiredError}
|
|
34344
|
+
*/
|
|
34345
|
+
v1SearchPost: (xStoreid: string, xStoresecret: string, dataTypesPublicSearchRequest: DataTypesPublicSearchRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
33683
34346
|
};
|
|
33684
34347
|
/**
|
|
33685
34348
|
* SearchApi - functional programming interface
|
|
@@ -33738,6 +34401,16 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
|
|
|
33738
34401
|
* @throws {RequiredError}
|
|
33739
34402
|
*/
|
|
33740
34403
|
v1IndexIndexnameDefaultsGet(indexname: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesSchemaBasedDefaultsResponseWrapper>>;
|
|
34404
|
+
/**
|
|
34405
|
+
* Search documents using store credentials with optional autocomplete suggestions and configurable stopwords/synonyms
|
|
34406
|
+
* @summary Public Search API
|
|
34407
|
+
* @param {string} xStoreid Store ID
|
|
34408
|
+
* @param {string} xStoresecret Store Secret
|
|
34409
|
+
* @param {DataTypesPublicSearchRequest} dataTypesPublicSearchRequest Search request with optional stopword_sets and synonym_sets for granular control
|
|
34410
|
+
* @param {*} [options] Override http request option.
|
|
34411
|
+
* @throws {RequiredError}
|
|
34412
|
+
*/
|
|
34413
|
+
v1SearchPost(xStoreid: string, xStoresecret: string, dataTypesPublicSearchRequest: DataTypesPublicSearchRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOfficialSearchResponseWrapper>>;
|
|
33741
34414
|
};
|
|
33742
34415
|
/**
|
|
33743
34416
|
* SearchApi - factory interface
|
|
@@ -33796,6 +34469,16 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
|
|
|
33796
34469
|
* @throws {RequiredError}
|
|
33797
34470
|
*/
|
|
33798
34471
|
v1IndexIndexnameDefaultsGet(indexname: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesSchemaBasedDefaultsResponseWrapper>;
|
|
34472
|
+
/**
|
|
34473
|
+
* Search documents using store credentials with optional autocomplete suggestions and configurable stopwords/synonyms
|
|
34474
|
+
* @summary Public Search API
|
|
34475
|
+
* @param {string} xStoreid Store ID
|
|
34476
|
+
* @param {string} xStoresecret Store Secret
|
|
34477
|
+
* @param {DataTypesPublicSearchRequest} dataTypesPublicSearchRequest Search request with optional stopword_sets and synonym_sets for granular control
|
|
34478
|
+
* @param {*} [options] Override http request option.
|
|
34479
|
+
* @throws {RequiredError}
|
|
34480
|
+
*/
|
|
34481
|
+
v1SearchPost(xStoreid: string, xStoresecret: string, dataTypesPublicSearchRequest: DataTypesPublicSearchRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOfficialSearchResponseWrapper>;
|
|
33799
34482
|
};
|
|
33800
34483
|
/**
|
|
33801
34484
|
* SearchApi - object-oriented interface
|
|
@@ -33862,6 +34545,17 @@ export declare class SearchApi extends BaseAPI {
|
|
|
33862
34545
|
* @memberof SearchApi
|
|
33863
34546
|
*/
|
|
33864
34547
|
v1IndexIndexnameDefaultsGet(indexname: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesSchemaBasedDefaultsResponseWrapper, any, {}>>;
|
|
34548
|
+
/**
|
|
34549
|
+
* Search documents using store credentials with optional autocomplete suggestions and configurable stopwords/synonyms
|
|
34550
|
+
* @summary Public Search API
|
|
34551
|
+
* @param {string} xStoreid Store ID
|
|
34552
|
+
* @param {string} xStoresecret Store Secret
|
|
34553
|
+
* @param {DataTypesPublicSearchRequest} dataTypesPublicSearchRequest Search request with optional stopword_sets and synonym_sets for granular control
|
|
34554
|
+
* @param {*} [options] Override http request option.
|
|
34555
|
+
* @throws {RequiredError}
|
|
34556
|
+
* @memberof SearchApi
|
|
34557
|
+
*/
|
|
34558
|
+
v1SearchPost(xStoreid: string, xStoresecret: string, dataTypesPublicSearchRequest: DataTypesPublicSearchRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOfficialSearchResponseWrapper, any, {}>>;
|
|
33865
34559
|
}
|
|
33866
34560
|
/**
|
|
33867
34561
|
* StopwordsApi - axios parameter creator
|
|
@@ -35444,6 +36138,13 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
|
|
|
35444
36138
|
* @throws {RequiredError}
|
|
35445
36139
|
*/
|
|
35446
36140
|
adminSubscriptionsUpdatestatusSubscriptionIDStatusPut: (subscriptionID: number, status: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
36141
|
+
/**
|
|
36142
|
+
* Fetches list of all Subscription
|
|
36143
|
+
* @summary Fetches list of all Subscription
|
|
36144
|
+
* @param {*} [options] Override http request option.
|
|
36145
|
+
* @throws {RequiredError}
|
|
36146
|
+
*/
|
|
36147
|
+
miscSubscriptionsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
35447
36148
|
/**
|
|
35448
36149
|
* Adds a new Subscription to the system
|
|
35449
36150
|
* @summary Creates a new Subscription
|
|
@@ -35500,6 +36201,13 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
|
|
|
35500
36201
|
* @throws {RequiredError}
|
|
35501
36202
|
*/
|
|
35502
36203
|
adminSubscriptionsUpdatestatusSubscriptionIDStatusPut(subscriptionID: number, status: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
|
|
36204
|
+
/**
|
|
36205
|
+
* Fetches list of all Subscription
|
|
36206
|
+
* @summary Fetches list of all Subscription
|
|
36207
|
+
* @param {*} [options] Override http request option.
|
|
36208
|
+
* @throws {RequiredError}
|
|
36209
|
+
*/
|
|
36210
|
+
miscSubscriptionsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesSubscriptionsListResponse>>;
|
|
35503
36211
|
/**
|
|
35504
36212
|
* Adds a new Subscription to the system
|
|
35505
36213
|
* @summary Creates a new Subscription
|
|
@@ -35556,6 +36264,13 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
|
|
|
35556
36264
|
* @throws {RequiredError}
|
|
35557
36265
|
*/
|
|
35558
36266
|
adminSubscriptionsUpdatestatusSubscriptionIDStatusPut(subscriptionID: number, status: boolean, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
|
|
36267
|
+
/**
|
|
36268
|
+
* Fetches list of all Subscription
|
|
36269
|
+
* @summary Fetches list of all Subscription
|
|
36270
|
+
* @param {*} [options] Override http request option.
|
|
36271
|
+
* @throws {RequiredError}
|
|
36272
|
+
*/
|
|
36273
|
+
miscSubscriptionsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesSubscriptionsListResponse>;
|
|
35559
36274
|
/**
|
|
35560
36275
|
* Adds a new Subscription to the system
|
|
35561
36276
|
* @summary Creates a new Subscription
|
|
@@ -35618,6 +36333,14 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
|
35618
36333
|
* @memberof SubscriptionsApi
|
|
35619
36334
|
*/
|
|
35620
36335
|
adminSubscriptionsUpdatestatusSubscriptionIDStatusPut(subscriptionID: number, status: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
|
|
36336
|
+
/**
|
|
36337
|
+
* Fetches list of all Subscription
|
|
36338
|
+
* @summary Fetches list of all Subscription
|
|
36339
|
+
* @param {*} [options] Override http request option.
|
|
36340
|
+
* @throws {RequiredError}
|
|
36341
|
+
* @memberof SubscriptionsApi
|
|
36342
|
+
*/
|
|
36343
|
+
miscSubscriptionsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesSubscriptionsListResponse, any, {}>>;
|
|
35621
36344
|
/**
|
|
35622
36345
|
* Adds a new Subscription to the system
|
|
35623
36346
|
* @summary Creates a new Subscription
|