@homespot-sdk/api 0.0.633 → 0.0.635
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/.openapi-generator/FILES +24 -0
- package/README.md +30 -13
- package/dist/apis/AgencyControllerApi.d.ts +0 -14
- package/dist/apis/AgencyControllerApi.js +10 -38
- package/dist/apis/AgencyQueryControllerApi.d.ts +69 -1
- package/dist/apis/AgencyQueryControllerApi.js +107 -1
- package/dist/apis/InvitationControllerApi.d.ts +0 -2
- package/dist/apis/InvitationControllerApi.js +5 -7
- package/dist/apis/InvitationQueryControllerApi.d.ts +27 -5
- package/dist/apis/InvitationQueryControllerApi.js +45 -5
- package/dist/apis/MemberQueryControllerApi.d.ts +46 -0
- package/dist/apis/MemberQueryControllerApi.js +67 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/AgencyControllerApi.d.ts +0 -14
- package/dist/esm/apis/AgencyControllerApi.js +10 -38
- package/dist/esm/apis/AgencyQueryControllerApi.d.ts +69 -1
- package/dist/esm/apis/AgencyQueryControllerApi.js +107 -1
- package/dist/esm/apis/InvitationControllerApi.d.ts +0 -2
- package/dist/esm/apis/InvitationControllerApi.js +5 -7
- package/dist/esm/apis/InvitationQueryControllerApi.d.ts +27 -5
- package/dist/esm/apis/InvitationQueryControllerApi.js +46 -6
- package/dist/esm/apis/MemberQueryControllerApi.d.ts +46 -0
- package/dist/esm/apis/MemberQueryControllerApi.js +63 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/AgencyPeekViewResponse.d.ts +102 -0
- package/dist/esm/models/AgencyPeekViewResponse.js +88 -0
- package/dist/esm/models/GroupedPermissionsResponse.d.ts +48 -0
- package/dist/esm/models/GroupedPermissionsResponse.js +56 -0
- package/dist/esm/models/InvitationDetailsRequest.d.ts +38 -0
- package/dist/esm/models/InvitationDetailsRequest.js +47 -0
- package/dist/esm/models/InvitationDetailsResponse.d.ts +72 -0
- package/dist/esm/models/InvitationDetailsResponse.js +70 -0
- package/dist/esm/models/InviteMemberRequest.d.ts +3 -2
- package/dist/esm/models/InviteMemberRequest.js +3 -2
- package/dist/esm/models/MemberViewResponse.d.ts +74 -0
- package/dist/esm/models/MemberViewResponse.js +69 -0
- package/dist/esm/models/OrganizationSummaryViewResponse.d.ts +8 -7
- package/dist/esm/models/OrganizationSummaryViewResponse.js +9 -8
- package/dist/esm/models/PageMetadata.d.ts +50 -0
- package/dist/esm/models/PageMetadata.js +47 -0
- package/dist/esm/models/Pageable.d.ts +44 -0
- package/dist/esm/models/Pageable.js +45 -0
- package/dist/esm/models/PagedModelAgencyPeekViewResponse.d.ts +40 -0
- package/dist/esm/models/PagedModelAgencyPeekViewResponse.js +45 -0
- package/dist/esm/models/PagedModelInvitationViewResponse.d.ts +40 -0
- package/dist/esm/models/PagedModelInvitationViewResponse.js +45 -0
- package/dist/esm/models/PagedModelMemberViewResponse.d.ts +40 -0
- package/dist/esm/models/PagedModelMemberViewResponse.js +45 -0
- package/dist/esm/models/PermissionResponse.d.ts +60 -0
- package/dist/esm/models/PermissionResponse.js +67 -0
- package/dist/esm/models/RolesRequest.d.ts +8 -7
- package/dist/esm/models/RolesRequest.js +9 -8
- package/dist/esm/models/index.d.ts +11 -0
- package/dist/esm/models/index.js +11 -0
- package/dist/models/AgencyPeekViewResponse.d.ts +102 -0
- package/dist/models/AgencyPeekViewResponse.js +96 -0
- package/dist/models/GroupedPermissionsResponse.d.ts +48 -0
- package/dist/models/GroupedPermissionsResponse.js +64 -0
- package/dist/models/InvitationDetailsRequest.d.ts +38 -0
- package/dist/models/InvitationDetailsRequest.js +54 -0
- package/dist/models/InvitationDetailsResponse.d.ts +72 -0
- package/dist/models/InvitationDetailsResponse.js +78 -0
- package/dist/models/InviteMemberRequest.d.ts +3 -2
- package/dist/models/InviteMemberRequest.js +3 -2
- package/dist/models/MemberViewResponse.d.ts +74 -0
- package/dist/models/MemberViewResponse.js +76 -0
- package/dist/models/OrganizationSummaryViewResponse.d.ts +8 -7
- package/dist/models/OrganizationSummaryViewResponse.js +10 -9
- package/dist/models/PageMetadata.d.ts +50 -0
- package/dist/models/PageMetadata.js +54 -0
- package/dist/models/Pageable.d.ts +44 -0
- package/dist/models/Pageable.js +52 -0
- package/dist/models/PagedModelAgencyPeekViewResponse.d.ts +40 -0
- package/dist/models/PagedModelAgencyPeekViewResponse.js +52 -0
- package/dist/models/PagedModelInvitationViewResponse.d.ts +40 -0
- package/dist/models/PagedModelInvitationViewResponse.js +52 -0
- package/dist/models/PagedModelMemberViewResponse.d.ts +40 -0
- package/dist/models/PagedModelMemberViewResponse.js +52 -0
- package/dist/models/PermissionResponse.d.ts +60 -0
- package/dist/models/PermissionResponse.js +75 -0
- package/dist/models/RolesRequest.d.ts +8 -7
- package/dist/models/RolesRequest.js +10 -9
- package/dist/models/index.d.ts +11 -0
- package/dist/models/index.js +11 -0
- package/docs/AgencyControllerApi.md +20 -41
- package/docs/AgencyPeekViewResponse.md +54 -0
- package/docs/AgencyQueryControllerApi.md +205 -0
- package/docs/GroupedPermissionsResponse.md +36 -0
- package/docs/InvitationControllerApi.md +3 -6
- package/docs/InvitationDetailsRequest.md +36 -0
- package/docs/InvitationDetailsResponse.md +44 -0
- package/docs/InvitationQueryControllerApi.md +78 -5
- package/docs/InviteMemberRequest.md +1 -1
- package/docs/MemberQueryControllerApi.md +78 -0
- package/docs/MemberViewResponse.md +48 -0
- package/docs/OrganizationSummaryViewResponse.md +2 -2
- package/docs/PageMetadata.md +40 -0
- package/docs/Pageable.md +38 -0
- package/docs/PagedModelAgencyPeekViewResponse.md +36 -0
- package/docs/PagedModelInvitationViewResponse.md +36 -0
- package/docs/PagedModelMemberViewResponse.md +36 -0
- package/docs/PermissionResponse.md +36 -0
- package/docs/RolesRequest.md +2 -2
- package/package.json +1 -1
- package/src/apis/AgencyControllerApi.ts +10 -80
- package/src/apis/AgencyQueryControllerApi.ts +190 -0
- package/src/apis/InvitationControllerApi.ts +6 -13
- package/src/apis/InvitationQueryControllerApi.ts +91 -12
- package/src/apis/MemberQueryControllerApi.ts +102 -0
- package/src/apis/index.ts +1 -0
- package/src/models/AgencyPeekViewResponse.ts +167 -0
- package/src/models/GroupedPermissionsResponse.ts +95 -0
- package/src/models/InvitationDetailsRequest.ts +75 -0
- package/src/models/InvitationDetailsResponse.ts +123 -0
- package/src/models/InviteMemberRequest.ts +12 -4
- package/src/models/MemberViewResponse.ts +128 -0
- package/src/models/OrganizationSummaryViewResponse.ts +11 -10
- package/src/models/PageMetadata.ts +89 -0
- package/src/models/Pageable.ts +81 -0
- package/src/models/PagedModelAgencyPeekViewResponse.ts +88 -0
- package/src/models/PagedModelInvitationViewResponse.ts +88 -0
- package/src/models/PagedModelMemberViewResponse.ts +88 -0
- package/src/models/PermissionResponse.ts +101 -0
- package/src/models/RolesRequest.ts +11 -10
- package/src/models/index.ts +11 -0
|
@@ -10,8 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type {
|
|
13
|
+
import type { InvitationDetailsResponse, Pageable, PagedModelInvitationViewResponse } from '../models/index';
|
|
14
14
|
export interface GetAllInvitationsRequest {
|
|
15
|
+
pageable: Pageable;
|
|
16
|
+
}
|
|
17
|
+
export interface GetInvitationDetailsRequest {
|
|
18
|
+
invitationId: string;
|
|
15
19
|
agencyId: string;
|
|
16
20
|
}
|
|
17
21
|
/**
|
|
@@ -23,15 +27,27 @@ export interface GetAllInvitationsRequest {
|
|
|
23
27
|
export interface InvitationQueryControllerApiInterface {
|
|
24
28
|
/**
|
|
25
29
|
*
|
|
30
|
+
* @param {Pageable} pageable
|
|
31
|
+
* @param {*} [options] Override http request option.
|
|
32
|
+
* @throws {RequiredError}
|
|
33
|
+
* @memberof InvitationQueryControllerApiInterface
|
|
34
|
+
*/
|
|
35
|
+
getAllInvitationsRaw(requestParameters: GetAllInvitationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PagedModelInvitationViewResponse>>;
|
|
36
|
+
/**
|
|
37
|
+
*/
|
|
38
|
+
getAllInvitations(requestParameters: GetAllInvitationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PagedModelInvitationViewResponse>;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @param {string} invitationId
|
|
26
42
|
* @param {string} agencyId
|
|
27
43
|
* @param {*} [options] Override http request option.
|
|
28
44
|
* @throws {RequiredError}
|
|
29
45
|
* @memberof InvitationQueryControllerApiInterface
|
|
30
46
|
*/
|
|
31
|
-
|
|
47
|
+
getInvitationDetailsRaw(requestParameters: GetInvitationDetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InvitationDetailsResponse>>;
|
|
32
48
|
/**
|
|
33
49
|
*/
|
|
34
|
-
|
|
50
|
+
getInvitationDetails(requestParameters: GetInvitationDetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InvitationDetailsResponse>;
|
|
35
51
|
}
|
|
36
52
|
/**
|
|
37
53
|
*
|
|
@@ -39,8 +55,14 @@ export interface InvitationQueryControllerApiInterface {
|
|
|
39
55
|
export declare class InvitationQueryControllerApi extends runtime.BaseAPI implements InvitationQueryControllerApiInterface {
|
|
40
56
|
/**
|
|
41
57
|
*/
|
|
42
|
-
getAllInvitationsRaw(requestParameters: GetAllInvitationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
58
|
+
getAllInvitationsRaw(requestParameters: GetAllInvitationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PagedModelInvitationViewResponse>>;
|
|
59
|
+
/**
|
|
60
|
+
*/
|
|
61
|
+
getAllInvitations(requestParameters: GetAllInvitationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PagedModelInvitationViewResponse>;
|
|
62
|
+
/**
|
|
63
|
+
*/
|
|
64
|
+
getInvitationDetailsRaw(requestParameters: GetInvitationDetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<InvitationDetailsResponse>>;
|
|
43
65
|
/**
|
|
44
66
|
*/
|
|
45
|
-
|
|
67
|
+
getInvitationDetails(requestParameters: GetInvitationDetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<InvitationDetailsResponse>;
|
|
46
68
|
}
|
|
@@ -33,24 +33,26 @@ class InvitationQueryControllerApi extends runtime.BaseAPI {
|
|
|
33
33
|
*/
|
|
34
34
|
getAllInvitationsRaw(requestParameters, initOverrides) {
|
|
35
35
|
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
if (requestParameters['
|
|
37
|
-
throw new runtime.RequiredError('
|
|
36
|
+
if (requestParameters['pageable'] == null) {
|
|
37
|
+
throw new runtime.RequiredError('pageable', 'Required parameter "pageable" was null or undefined when calling getAllInvitations().');
|
|
38
38
|
}
|
|
39
39
|
const queryParameters = {};
|
|
40
|
+
if (requestParameters['pageable'] != null) {
|
|
41
|
+
queryParameters['pageable'] = requestParameters['pageable'];
|
|
42
|
+
}
|
|
40
43
|
const headerParameters = {};
|
|
41
44
|
if (this.configuration && this.configuration.accessToken) {
|
|
42
45
|
// oauth required
|
|
43
46
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
44
47
|
}
|
|
45
|
-
let urlPath = `/
|
|
46
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
48
|
+
let urlPath = `/invitation`;
|
|
47
49
|
const response = yield this.request({
|
|
48
50
|
path: urlPath,
|
|
49
51
|
method: 'GET',
|
|
50
52
|
headers: headerParameters,
|
|
51
53
|
query: queryParameters,
|
|
52
54
|
}, initOverrides);
|
|
53
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
55
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.PagedModelInvitationViewResponseFromJSON)(jsonValue));
|
|
54
56
|
});
|
|
55
57
|
}
|
|
56
58
|
/**
|
|
@@ -61,5 +63,43 @@ class InvitationQueryControllerApi extends runtime.BaseAPI {
|
|
|
61
63
|
return yield response.value();
|
|
62
64
|
});
|
|
63
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
*/
|
|
68
|
+
getInvitationDetailsRaw(requestParameters, initOverrides) {
|
|
69
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
70
|
+
if (requestParameters['invitationId'] == null) {
|
|
71
|
+
throw new runtime.RequiredError('invitationId', 'Required parameter "invitationId" was null or undefined when calling getInvitationDetails().');
|
|
72
|
+
}
|
|
73
|
+
if (requestParameters['agencyId'] == null) {
|
|
74
|
+
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling getInvitationDetails().');
|
|
75
|
+
}
|
|
76
|
+
const queryParameters = {};
|
|
77
|
+
if (requestParameters['agencyId'] != null) {
|
|
78
|
+
queryParameters['agencyId'] = requestParameters['agencyId'];
|
|
79
|
+
}
|
|
80
|
+
const headerParameters = {};
|
|
81
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
82
|
+
// oauth required
|
|
83
|
+
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
84
|
+
}
|
|
85
|
+
let urlPath = `/invitation/{invitationId}`;
|
|
86
|
+
urlPath = urlPath.replace(`{${"invitationId"}}`, encodeURIComponent(String(requestParameters['invitationId'])));
|
|
87
|
+
const response = yield this.request({
|
|
88
|
+
path: urlPath,
|
|
89
|
+
method: 'GET',
|
|
90
|
+
headers: headerParameters,
|
|
91
|
+
query: queryParameters,
|
|
92
|
+
}, initOverrides);
|
|
93
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.InvitationDetailsResponseFromJSON)(jsonValue));
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
*/
|
|
98
|
+
getInvitationDetails(requestParameters, initOverrides) {
|
|
99
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
100
|
+
const response = yield this.getInvitationDetailsRaw(requestParameters, initOverrides);
|
|
101
|
+
return yield response.value();
|
|
102
|
+
});
|
|
103
|
+
}
|
|
64
104
|
}
|
|
65
105
|
exports.InvitationQueryControllerApi = InvitationQueryControllerApi;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Service API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { Pageable, PagedModelMemberViewResponse } from '../models/index';
|
|
14
|
+
export interface GetAllMembersRequest {
|
|
15
|
+
pageable: Pageable;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* MemberQueryControllerApi - interface
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface MemberQueryControllerApiInterface
|
|
22
|
+
*/
|
|
23
|
+
export interface MemberQueryControllerApiInterface {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @param {Pageable} pageable
|
|
27
|
+
* @param {*} [options] Override http request option.
|
|
28
|
+
* @throws {RequiredError}
|
|
29
|
+
* @memberof MemberQueryControllerApiInterface
|
|
30
|
+
*/
|
|
31
|
+
getAllMembersRaw(requestParameters: GetAllMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PagedModelMemberViewResponse>>;
|
|
32
|
+
/**
|
|
33
|
+
*/
|
|
34
|
+
getAllMembers(requestParameters: GetAllMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PagedModelMemberViewResponse>;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
export declare class MemberQueryControllerApi extends runtime.BaseAPI implements MemberQueryControllerApiInterface {
|
|
40
|
+
/**
|
|
41
|
+
*/
|
|
42
|
+
getAllMembersRaw(requestParameters: GetAllMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PagedModelMemberViewResponse>>;
|
|
43
|
+
/**
|
|
44
|
+
*/
|
|
45
|
+
getAllMembers(requestParameters: GetAllMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PagedModelMemberViewResponse>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Service API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
19
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.MemberQueryControllerApi = void 0;
|
|
26
|
+
const runtime = require("../runtime");
|
|
27
|
+
const index_1 = require("../models/index");
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
class MemberQueryControllerApi extends runtime.BaseAPI {
|
|
32
|
+
/**
|
|
33
|
+
*/
|
|
34
|
+
getAllMembersRaw(requestParameters, initOverrides) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
if (requestParameters['pageable'] == null) {
|
|
37
|
+
throw new runtime.RequiredError('pageable', 'Required parameter "pageable" was null or undefined when calling getAllMembers().');
|
|
38
|
+
}
|
|
39
|
+
const queryParameters = {};
|
|
40
|
+
if (requestParameters['pageable'] != null) {
|
|
41
|
+
queryParameters['pageable'] = requestParameters['pageable'];
|
|
42
|
+
}
|
|
43
|
+
const headerParameters = {};
|
|
44
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
45
|
+
// oauth required
|
|
46
|
+
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
47
|
+
}
|
|
48
|
+
let urlPath = `/member`;
|
|
49
|
+
const response = yield this.request({
|
|
50
|
+
path: urlPath,
|
|
51
|
+
method: 'GET',
|
|
52
|
+
headers: headerParameters,
|
|
53
|
+
query: queryParameters,
|
|
54
|
+
}, initOverrides);
|
|
55
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.PagedModelMemberViewResponseFromJSON)(jsonValue));
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
*/
|
|
60
|
+
getAllMembers(requestParameters, initOverrides) {
|
|
61
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
62
|
+
const response = yield this.getAllMembersRaw(requestParameters, initOverrides);
|
|
63
|
+
return yield response.value();
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.MemberQueryControllerApi = MemberQueryControllerApi;
|
package/dist/apis/index.d.ts
CHANGED
package/dist/apis/index.js
CHANGED
|
@@ -20,4 +20,5 @@ __exportStar(require("./AgencyControllerApi"), exports);
|
|
|
20
20
|
__exportStar(require("./AgencyQueryControllerApi"), exports);
|
|
21
21
|
__exportStar(require("./InvitationControllerApi"), exports);
|
|
22
22
|
__exportStar(require("./InvitationQueryControllerApi"), exports);
|
|
23
|
+
__exportStar(require("./MemberQueryControllerApi"), exports);
|
|
23
24
|
__exportStar(require("./UserQueryControllerApi"), exports);
|
|
@@ -15,7 +15,6 @@ export interface ActivateAgencyRequest {
|
|
|
15
15
|
agencyId: string;
|
|
16
16
|
}
|
|
17
17
|
export interface AddRoleRequest {
|
|
18
|
-
agencyId: string;
|
|
19
18
|
rolesRequest: RolesRequest;
|
|
20
19
|
}
|
|
21
20
|
export interface CorrectRegistrationDetailsRequest {
|
|
@@ -26,28 +25,22 @@ export interface CreateAgencyOperationRequest {
|
|
|
26
25
|
createAgencyRequest: CreateAgencyRequest;
|
|
27
26
|
}
|
|
28
27
|
export interface GeneratePresignedUrlRequest {
|
|
29
|
-
agencyId: string;
|
|
30
28
|
photoRequest: PhotoRequest;
|
|
31
29
|
}
|
|
32
30
|
export interface NotifyCoverUploadCompletionRequest {
|
|
33
|
-
agencyId: string;
|
|
34
31
|
photoRequest: PhotoRequest;
|
|
35
32
|
}
|
|
36
33
|
export interface NotifyLogoUploadCompletionRequest {
|
|
37
|
-
agencyId: string;
|
|
38
34
|
photoRequest: PhotoRequest;
|
|
39
35
|
}
|
|
40
36
|
export interface RemoveRoleRequest {
|
|
41
|
-
agencyId: string;
|
|
42
37
|
roleId: number;
|
|
43
38
|
}
|
|
44
39
|
export interface UpdateRoleRequest {
|
|
45
|
-
agencyId: string;
|
|
46
40
|
roleId: number;
|
|
47
41
|
rolesRequest: RolesRequest;
|
|
48
42
|
}
|
|
49
43
|
export interface UpdateSocialUrlsRequest {
|
|
50
|
-
agencyId: string;
|
|
51
44
|
socialMediasRequest: SocialMediasRequest;
|
|
52
45
|
}
|
|
53
46
|
/**
|
|
@@ -70,7 +63,6 @@ export interface AgencyControllerApiInterface {
|
|
|
70
63
|
activateAgency(requestParameters: ActivateAgencyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
71
64
|
/**
|
|
72
65
|
*
|
|
73
|
-
* @param {string} agencyId
|
|
74
66
|
* @param {RolesRequest} rolesRequest
|
|
75
67
|
* @param {*} [options] Override http request option.
|
|
76
68
|
* @throws {RequiredError}
|
|
@@ -105,7 +97,6 @@ export interface AgencyControllerApiInterface {
|
|
|
105
97
|
createAgency(requestParameters: CreateAgencyOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponse>;
|
|
106
98
|
/**
|
|
107
99
|
*
|
|
108
|
-
* @param {string} agencyId
|
|
109
100
|
* @param {PhotoRequest} photoRequest
|
|
110
101
|
* @param {*} [options] Override http request option.
|
|
111
102
|
* @throws {RequiredError}
|
|
@@ -117,7 +108,6 @@ export interface AgencyControllerApiInterface {
|
|
|
117
108
|
generatePresignedUrl(requestParameters: GeneratePresignedUrlRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PresignedUrlsResponse>;
|
|
118
109
|
/**
|
|
119
110
|
*
|
|
120
|
-
* @param {string} agencyId
|
|
121
111
|
* @param {PhotoRequest} photoRequest
|
|
122
112
|
* @param {*} [options] Override http request option.
|
|
123
113
|
* @throws {RequiredError}
|
|
@@ -129,7 +119,6 @@ export interface AgencyControllerApiInterface {
|
|
|
129
119
|
notifyCoverUploadCompletion(requestParameters: NotifyCoverUploadCompletionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UploadAcknowledgmentResponse>;
|
|
130
120
|
/**
|
|
131
121
|
*
|
|
132
|
-
* @param {string} agencyId
|
|
133
122
|
* @param {PhotoRequest} photoRequest
|
|
134
123
|
* @param {*} [options] Override http request option.
|
|
135
124
|
* @throws {RequiredError}
|
|
@@ -141,7 +130,6 @@ export interface AgencyControllerApiInterface {
|
|
|
141
130
|
notifyLogoUploadCompletion(requestParameters: NotifyLogoUploadCompletionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UploadAcknowledgmentResponse>;
|
|
142
131
|
/**
|
|
143
132
|
*
|
|
144
|
-
* @param {string} agencyId
|
|
145
133
|
* @param {number} roleId
|
|
146
134
|
* @param {*} [options] Override http request option.
|
|
147
135
|
* @throws {RequiredError}
|
|
@@ -153,7 +141,6 @@ export interface AgencyControllerApiInterface {
|
|
|
153
141
|
removeRole(requestParameters: RemoveRoleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
154
142
|
/**
|
|
155
143
|
*
|
|
156
|
-
* @param {string} agencyId
|
|
157
144
|
* @param {number} roleId
|
|
158
145
|
* @param {RolesRequest} rolesRequest
|
|
159
146
|
* @param {*} [options] Override http request option.
|
|
@@ -166,7 +153,6 @@ export interface AgencyControllerApiInterface {
|
|
|
166
153
|
updateRole(requestParameters: UpdateRoleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
167
154
|
/**
|
|
168
155
|
*
|
|
169
|
-
* @param {string} agencyId
|
|
170
156
|
* @param {SocialMediasRequest} socialMediasRequest
|
|
171
157
|
* @param {*} [options] Override http request option.
|
|
172
158
|
* @throws {RequiredError}
|
|
@@ -61,9 +61,6 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
61
61
|
*/
|
|
62
62
|
addRoleRaw(requestParameters, initOverrides) {
|
|
63
63
|
return __awaiter(this, void 0, void 0, function* () {
|
|
64
|
-
if (requestParameters['agencyId'] == null) {
|
|
65
|
-
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling addRole().');
|
|
66
|
-
}
|
|
67
64
|
if (requestParameters['rolesRequest'] == null) {
|
|
68
65
|
throw new runtime.RequiredError('rolesRequest', 'Required parameter "rolesRequest" was null or undefined when calling addRole().');
|
|
69
66
|
}
|
|
@@ -74,8 +71,7 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
74
71
|
// oauth required
|
|
75
72
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
76
73
|
}
|
|
77
|
-
let urlPath = `/agency/
|
|
78
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
74
|
+
let urlPath = `/agency/roles`;
|
|
79
75
|
const response = yield this.request({
|
|
80
76
|
path: urlPath,
|
|
81
77
|
method: 'POST',
|
|
@@ -110,11 +106,11 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
110
106
|
// oauth required
|
|
111
107
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
112
108
|
}
|
|
113
|
-
let urlPath = `/agency/{agencyId}`;
|
|
109
|
+
let urlPath = `/agency/{agencyId}/details`;
|
|
114
110
|
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
115
111
|
const response = yield this.request({
|
|
116
112
|
path: urlPath,
|
|
117
|
-
method: '
|
|
113
|
+
method: 'PUT',
|
|
118
114
|
headers: headerParameters,
|
|
119
115
|
query: queryParameters,
|
|
120
116
|
body: CreateAgencyRequestToJSON(requestParameters['createAgencyRequest']),
|
|
@@ -166,9 +162,6 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
166
162
|
*/
|
|
167
163
|
generatePresignedUrlRaw(requestParameters, initOverrides) {
|
|
168
164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
169
|
-
if (requestParameters['agencyId'] == null) {
|
|
170
|
-
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling generatePresignedUrl().');
|
|
171
|
-
}
|
|
172
165
|
if (requestParameters['photoRequest'] == null) {
|
|
173
166
|
throw new runtime.RequiredError('photoRequest', 'Required parameter "photoRequest" was null or undefined when calling generatePresignedUrl().');
|
|
174
167
|
}
|
|
@@ -179,11 +172,10 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
179
172
|
// oauth required
|
|
180
173
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
181
174
|
}
|
|
182
|
-
let urlPath = `/agency/
|
|
183
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
175
|
+
let urlPath = `/agency/presigned-urls`;
|
|
184
176
|
const response = yield this.request({
|
|
185
177
|
path: urlPath,
|
|
186
|
-
method: '
|
|
178
|
+
method: 'POST',
|
|
187
179
|
headers: headerParameters,
|
|
188
180
|
query: queryParameters,
|
|
189
181
|
body: PhotoRequestToJSON(requestParameters['photoRequest']),
|
|
@@ -203,9 +195,6 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
203
195
|
*/
|
|
204
196
|
notifyCoverUploadCompletionRaw(requestParameters, initOverrides) {
|
|
205
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
206
|
-
if (requestParameters['agencyId'] == null) {
|
|
207
|
-
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling notifyCoverUploadCompletion().');
|
|
208
|
-
}
|
|
209
198
|
if (requestParameters['photoRequest'] == null) {
|
|
210
199
|
throw new runtime.RequiredError('photoRequest', 'Required parameter "photoRequest" was null or undefined when calling notifyCoverUploadCompletion().');
|
|
211
200
|
}
|
|
@@ -216,8 +205,7 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
216
205
|
// oauth required
|
|
217
206
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
218
207
|
}
|
|
219
|
-
let urlPath = `/agency/
|
|
220
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
208
|
+
let urlPath = `/agency/presigned-urls/notify/cover`;
|
|
221
209
|
const response = yield this.request({
|
|
222
210
|
path: urlPath,
|
|
223
211
|
method: 'POST',
|
|
@@ -240,9 +228,6 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
240
228
|
*/
|
|
241
229
|
notifyLogoUploadCompletionRaw(requestParameters, initOverrides) {
|
|
242
230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
243
|
-
if (requestParameters['agencyId'] == null) {
|
|
244
|
-
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling notifyLogoUploadCompletion().');
|
|
245
|
-
}
|
|
246
231
|
if (requestParameters['photoRequest'] == null) {
|
|
247
232
|
throw new runtime.RequiredError('photoRequest', 'Required parameter "photoRequest" was null or undefined when calling notifyLogoUploadCompletion().');
|
|
248
233
|
}
|
|
@@ -253,8 +238,7 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
253
238
|
// oauth required
|
|
254
239
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
255
240
|
}
|
|
256
|
-
let urlPath = `/agency/
|
|
257
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
241
|
+
let urlPath = `/agency/presigned-urls/notify/logo`;
|
|
258
242
|
const response = yield this.request({
|
|
259
243
|
path: urlPath,
|
|
260
244
|
method: 'POST',
|
|
@@ -277,9 +261,6 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
277
261
|
*/
|
|
278
262
|
removeRoleRaw(requestParameters, initOverrides) {
|
|
279
263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
280
|
-
if (requestParameters['agencyId'] == null) {
|
|
281
|
-
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling removeRole().');
|
|
282
|
-
}
|
|
283
264
|
if (requestParameters['roleId'] == null) {
|
|
284
265
|
throw new runtime.RequiredError('roleId', 'Required parameter "roleId" was null or undefined when calling removeRole().');
|
|
285
266
|
}
|
|
@@ -289,8 +270,7 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
289
270
|
// oauth required
|
|
290
271
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
291
272
|
}
|
|
292
|
-
let urlPath = `/agency/
|
|
293
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
273
|
+
let urlPath = `/agency/roles/{roleId}`;
|
|
294
274
|
urlPath = urlPath.replace(`{${"roleId"}}`, encodeURIComponent(String(requestParameters['roleId'])));
|
|
295
275
|
const response = yield this.request({
|
|
296
276
|
path: urlPath,
|
|
@@ -312,9 +292,6 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
312
292
|
*/
|
|
313
293
|
updateRoleRaw(requestParameters, initOverrides) {
|
|
314
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
315
|
-
if (requestParameters['agencyId'] == null) {
|
|
316
|
-
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling updateRole().');
|
|
317
|
-
}
|
|
318
295
|
if (requestParameters['roleId'] == null) {
|
|
319
296
|
throw new runtime.RequiredError('roleId', 'Required parameter "roleId" was null or undefined when calling updateRole().');
|
|
320
297
|
}
|
|
@@ -328,8 +305,7 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
328
305
|
// oauth required
|
|
329
306
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
330
307
|
}
|
|
331
|
-
let urlPath = `/agency/
|
|
332
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
308
|
+
let urlPath = `/agency/roles/{roleId}`;
|
|
333
309
|
urlPath = urlPath.replace(`{${"roleId"}}`, encodeURIComponent(String(requestParameters['roleId'])));
|
|
334
310
|
const response = yield this.request({
|
|
335
311
|
path: urlPath,
|
|
@@ -352,9 +328,6 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
352
328
|
*/
|
|
353
329
|
updateSocialUrlsRaw(requestParameters, initOverrides) {
|
|
354
330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
355
|
-
if (requestParameters['agencyId'] == null) {
|
|
356
|
-
throw new runtime.RequiredError('agencyId', 'Required parameter "agencyId" was null or undefined when calling updateSocialUrls().');
|
|
357
|
-
}
|
|
358
331
|
if (requestParameters['socialMediasRequest'] == null) {
|
|
359
332
|
throw new runtime.RequiredError('socialMediasRequest', 'Required parameter "socialMediasRequest" was null or undefined when calling updateSocialUrls().');
|
|
360
333
|
}
|
|
@@ -365,8 +338,7 @@ export class AgencyControllerApi extends runtime.BaseAPI {
|
|
|
365
338
|
// oauth required
|
|
366
339
|
headerParameters["Authorization"] = yield this.configuration.accessToken("keycloak", []);
|
|
367
340
|
}
|
|
368
|
-
let urlPath = `/agency/
|
|
369
|
-
urlPath = urlPath.replace(`{${"agencyId"}}`, encodeURIComponent(String(requestParameters['agencyId'])));
|
|
341
|
+
let urlPath = `/agency/social-media`;
|
|
370
342
|
const response = yield this.request({
|
|
371
343
|
path: urlPath,
|
|
372
344
|
method: 'PUT',
|
|
@@ -10,10 +10,17 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { AgencyViewResponse } from '../models/index';
|
|
13
|
+
import type { AgencyPeekViewResponse, AgencyViewResponse, GroupedPermissionsResponse, Pageable, PagedModelAgencyPeekViewResponse } from '../models/index';
|
|
14
14
|
export interface GetAgencyRequest {
|
|
15
15
|
agencyId: string;
|
|
16
16
|
}
|
|
17
|
+
export interface GetAgencyBySubdomainRequest {
|
|
18
|
+
subDomain: string;
|
|
19
|
+
}
|
|
20
|
+
export interface GetAllAgenciesRequest {
|
|
21
|
+
pageable: Pageable;
|
|
22
|
+
status?: GetAllAgenciesStatusEnum;
|
|
23
|
+
}
|
|
17
24
|
/**
|
|
18
25
|
* AgencyQueryControllerApi - interface
|
|
19
26
|
*
|
|
@@ -32,6 +39,39 @@ export interface AgencyQueryControllerApiInterface {
|
|
|
32
39
|
/**
|
|
33
40
|
*/
|
|
34
41
|
getAgency(requestParameters: GetAgencyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgencyViewResponse>;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @param {string} subDomain
|
|
45
|
+
* @param {*} [options] Override http request option.
|
|
46
|
+
* @throws {RequiredError}
|
|
47
|
+
* @memberof AgencyQueryControllerApiInterface
|
|
48
|
+
*/
|
|
49
|
+
getAgencyBySubdomainRaw(requestParameters: GetAgencyBySubdomainRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AgencyPeekViewResponse>>;
|
|
50
|
+
/**
|
|
51
|
+
*/
|
|
52
|
+
getAgencyBySubdomain(requestParameters: GetAgencyBySubdomainRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgencyPeekViewResponse>;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @param {Pageable} pageable
|
|
56
|
+
* @param {'NEW' | 'ACTIVE' | 'PAYMENT_FAILED' | 'INACTIVE'} [status]
|
|
57
|
+
* @param {*} [options] Override http request option.
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
* @memberof AgencyQueryControllerApiInterface
|
|
60
|
+
*/
|
|
61
|
+
getAllAgenciesRaw(requestParameters: GetAllAgenciesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PagedModelAgencyPeekViewResponse>>;
|
|
62
|
+
/**
|
|
63
|
+
*/
|
|
64
|
+
getAllAgencies(requestParameters: GetAllAgenciesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PagedModelAgencyPeekViewResponse>;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
* @memberof AgencyQueryControllerApiInterface
|
|
70
|
+
*/
|
|
71
|
+
getAllPermissionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<GroupedPermissionsResponse>>>;
|
|
72
|
+
/**
|
|
73
|
+
*/
|
|
74
|
+
getAllPermissions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<GroupedPermissionsResponse>>;
|
|
35
75
|
}
|
|
36
76
|
/**
|
|
37
77
|
*
|
|
@@ -43,4 +83,32 @@ export declare class AgencyQueryControllerApi extends runtime.BaseAPI implements
|
|
|
43
83
|
/**
|
|
44
84
|
*/
|
|
45
85
|
getAgency(requestParameters: GetAgencyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgencyViewResponse>;
|
|
86
|
+
/**
|
|
87
|
+
*/
|
|
88
|
+
getAgencyBySubdomainRaw(requestParameters: GetAgencyBySubdomainRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AgencyPeekViewResponse>>;
|
|
89
|
+
/**
|
|
90
|
+
*/
|
|
91
|
+
getAgencyBySubdomain(requestParameters: GetAgencyBySubdomainRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AgencyPeekViewResponse>;
|
|
92
|
+
/**
|
|
93
|
+
*/
|
|
94
|
+
getAllAgenciesRaw(requestParameters: GetAllAgenciesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PagedModelAgencyPeekViewResponse>>;
|
|
95
|
+
/**
|
|
96
|
+
*/
|
|
97
|
+
getAllAgencies(requestParameters: GetAllAgenciesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PagedModelAgencyPeekViewResponse>;
|
|
98
|
+
/**
|
|
99
|
+
*/
|
|
100
|
+
getAllPermissionsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<GroupedPermissionsResponse>>>;
|
|
101
|
+
/**
|
|
102
|
+
*/
|
|
103
|
+
getAllPermissions(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<GroupedPermissionsResponse>>;
|
|
46
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* @export
|
|
107
|
+
*/
|
|
108
|
+
export declare const GetAllAgenciesStatusEnum: {
|
|
109
|
+
readonly New: "NEW";
|
|
110
|
+
readonly Active: "ACTIVE";
|
|
111
|
+
readonly PaymentFailed: "PAYMENT_FAILED";
|
|
112
|
+
readonly Inactive: "INACTIVE";
|
|
113
|
+
};
|
|
114
|
+
export type GetAllAgenciesStatusEnum = typeof GetAllAgenciesStatusEnum[keyof typeof GetAllAgenciesStatusEnum];
|