@homespot-sdk/core 0.0.102 → 0.0.103
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/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas.gen.d.ts +281 -2
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +290 -4
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +13 -1
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +105 -1
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +287 -3
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1121 -103
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +414 -6
- package/dist/zod.gen.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { acceptInvitation, activateAgency, addIntent, assignRole, assignRoleBatch, assignToAgent, changeStatus, correctRegistrationDetails, createAgency, createLead, createRole, depositFunds, generatePresignedUrl, getAgency, getAgencyBySubdomain, getAllAgencies, getAllMembers, getInvitationDetails, getLeadById, getMe, getSentInvitations, listPermissionCatalog, listRoles, notifyCoverUploadCompletion, notifyLogoUploadCompletion, type Options, removeIntent, removeRole, searchLeads, searchMyLeads, sendInvitation, transferFunds, updateContactInfo, updateIntent, updateNote, updateRole, updateSocialUrls, updateSource, } from './sdk.gen.js';
|
|
2
|
-
export type { AcceptInvitationData, AcceptInvitationResponses, ActivateAgencyData, ActivateAgencyResponse, ActivateAgencyResponses, AddIntentData, AddIntentResponse, AddIntentResponses, AddressRequest, AddressViewResponse, AgencyProfileResponse, AgencySummaryResponse, AssignRoleBatchData, AssignRoleBatchResponse, AssignRoleBatchResponses, AssignRoleData, AssignRoleRequest, AssignRoleResponse, AssignRoleResponses, AssignToAgentData, AssignToAgentResponse, AssignToAgentResponses, AssignToMemberRequest, BatchAssignRoleRequest, ChangeStatusData, ChangeStatusRequest, ChangeStatusResponse, ChangeStatusResponses, ClientOptions, ClientTypeEnum, ContactInfoRequest, CorrectRegistrationDetailsData, CorrectRegistrationDetailsResponse, CorrectRegistrationDetailsResponses, CreateAgencyData, CreateAgencyRequest, CreateAgencyResponse, CreateAgencyResponses, CreateLeadData, CreateLeadRequest, CreateLeadResponse, CreateLeadResponses, CreateRoleData, CreateRoleResponse, CreateRoleResponses, DepositFundsData, DepositFundsRequest, DepositFundsResponse, DepositFundsResponses, GeneratePresignedUrlData, GeneratePresignedUrlResponse, GeneratePresignedUrlResponses, GetAgencyBySubdomainData, GetAgencyBySubdomainResponse, GetAgencyBySubdomainResponses, GetAgencyData, GetAgencyResponse, GetAgencyResponses, GetAllAgenciesData, GetAllAgenciesResponse, GetAllAgenciesResponses, GetAllMembersData, GetAllMembersResponse, GetAllMembersResponses, GetInvitationDetailsData, GetInvitationDetailsResponse, GetInvitationDetailsResponses, GetLeadByIdData, GetLeadByIdResponse, GetLeadByIdResponses, GetMeData, GetMeResponse, GetMeResponses, GetSentInvitationsData, GetSentInvitationsResponse, GetSentInvitationsResponses, GroupedPermissionsResponse, GroupEnum,
|
|
1
|
+
export { acceptInvitation, activateAgency, addClientRequirement, addIntent, assignRole, assignRoleBatch, assignToAgent, assignToAgent1, changeStatus, correctRegistrationDetails, createAgency, createClient, createLead, createRole, depositFunds, generatePresignedUrl, getAgency, getAgencyBySubdomain, getAllAgencies, getAllMembers, getClientById, getInvitationDetails, getLeadById, getMe, getSentInvitations, listPermissionCatalog, listRoles, notifyCoverUploadCompletion, notifyLogoUploadCompletion, type Options, removeClientRequirement, removeIntent, removeRole, searchClients, searchLeads, searchMyClients, searchMyLeads, sendInvitation, transferFunds, updateClientRequirement, updateContactInfo, updateContactInfo1, updateContactMethods, updateIntent, updateNote, updatePriority, updateRole, updateSocialUrls, updateSource, updateSource1, } from './sdk.gen.js';
|
|
2
|
+
export type { AcceptInvitationData, AcceptInvitationResponses, ActivateAgencyData, ActivateAgencyResponse, ActivateAgencyResponses, AddClientRequirementData, AddClientRequirementResponse, AddClientRequirementResponses, AddIntentData, AddIntentResponse, AddIntentResponses, AddressRequest, AddressViewResponse, AgencyProfileResponse, AgencySummaryResponse, AssignRoleBatchData, AssignRoleBatchResponse, AssignRoleBatchResponses, AssignRoleData, AssignRoleRequest, AssignRoleResponse, AssignRoleResponses, AssignToAgent1Data, AssignToAgent1Response, AssignToAgent1Responses, AssignToAgentData, AssignToAgentResponse, AssignToAgentResponses, AssignToMemberRequest, BatchAssignRoleRequest, ChangeStatusData, ChangeStatusRequest, ChangeStatusResponse, ChangeStatusResponses, ClientOptions, ClientProjectionResponse, ClientRequirementRequest, ClientTypeEnum, ContactInfoRequest, CorrectRegistrationDetailsData, CorrectRegistrationDetailsResponse, CorrectRegistrationDetailsResponses, CreateAgencyData, CreateAgencyRequest, CreateAgencyResponse, CreateAgencyResponses, CreateClientData, CreateClientRequest, CreateClientResponse, CreateClientResponses, CreateLeadData, CreateLeadRequest, CreateLeadResponse, CreateLeadResponses, CreateRoleData, CreateRoleResponse, CreateRoleResponses, DepositFundsData, DepositFundsRequest, DepositFundsResponse, DepositFundsResponses, GeneratePresignedUrlData, GeneratePresignedUrlResponse, GeneratePresignedUrlResponses, GetAgencyBySubdomainData, GetAgencyBySubdomainResponse, GetAgencyBySubdomainResponses, GetAgencyData, GetAgencyResponse, GetAgencyResponses, GetAllAgenciesData, GetAllAgenciesResponse, GetAllAgenciesResponses, GetAllMembersData, GetAllMembersResponse, GetAllMembersResponses, GetClientByIdData, GetClientByIdResponse, GetClientByIdResponses, GetInvitationDetailsData, GetInvitationDetailsResponse, GetInvitationDetailsResponses, GetLeadByIdData, GetLeadByIdResponse, GetLeadByIdResponses, GetMeData, GetMeResponse, GetMeResponses, GetSentInvitationsData, GetSentInvitationsResponse, GetSentInvitationsResponses, GroupedPermissionsResponse, GroupEnum, IdResponseInteger, IdResponseLong, IdResponseUuid, IntentResponse, InvitationDetailsRequest, InvitationDetailsResponse, InvitationViewResponse, InviteMemberRequest, ItemsEnum, ItemsEnum2, LeadIntentRequest, LeadProjectionResponse, ListingTypeEnum, ListPermissionCatalogData, ListPermissionCatalogResponse, ListPermissionCatalogResponses, ListRolesData, ListRolesResponse, ListRolesResponses, LocationRefRequest, MemberViewResponse, NotifyCoverUploadCompletionData, NotifyCoverUploadCompletionResponse, NotifyCoverUploadCompletionResponses, NotifyLogoUploadCompletionData, NotifyLogoUploadCompletionResponse, NotifyLogoUploadCompletionResponses, OrganizationSummaryViewResponse, PagedModelAgencySummaryResponse, PagedModelClientProjectionResponse, PagedModelInvitationViewResponse, PagedModelLeadProjectionResponse, PagedModelMemberViewResponse, PagedModelRoleResponse, PageMetadata, PermissionResponse, PhotoRequest, PresignedUrlResponse, PresignedUrlsResponse, PriceRangeRequest, PriorityEnum, PropertyResponse, PropertyTypeEnum, RemoveClientRequirementData, RemoveClientRequirementResponse, RemoveClientRequirementResponses, RemoveIntentData, RemoveIntentResponse, RemoveIntentResponses, RemoveRoleData, RemoveRoleResponse, RemoveRoleResponses, RequirementResponse, RoleResponse, RolesRequest, SchemaEnum, SchemaEnum2, SearchClientsData, SearchClientsResponse, SearchClientsResponses, SearchLeadsData, SearchLeadsResponse, SearchLeadsResponses, SearchMyClientsData, SearchMyClientsResponse, SearchMyClientsResponses, SearchMyLeadsData, SearchMyLeadsResponse, SearchMyLeadsResponses, SendInvitationData, SendInvitationResponses, SocialMediaRequest, SocialMediasRequest, SourceRequest, SourceTypeEnum, StatusEnum, TransferFundsData, TransferFundsRequest, TransferFundsResponse, TransferFundsResponses, TypeEnum, TypeEnum2, UpdateClientRequirementData, UpdateClientRequirementResponse, UpdateClientRequirementResponses, UpdateContactInfo1Data, UpdateContactInfo1Response, UpdateContactInfo1Responses, UpdateContactInfoData, UpdateContactInfoResponse, UpdateContactInfoResponses, UpdateContactMethodsData, UpdateContactMethodsRequest, UpdateContactMethodsResponse, UpdateContactMethodsResponses, UpdateIntentData, UpdateIntentResponse, UpdateIntentResponses, UpdateNoteData, UpdateNoteRequest, UpdateNoteResponse, UpdateNoteResponses, UpdatePriorityData, UpdatePriorityRequest, UpdatePriorityResponse, UpdatePriorityResponses, UpdateRoleData, UpdateRoleResponse, UpdateRoleResponses, UpdateSocialUrlsData, UpdateSocialUrlsResponse, UpdateSocialUrlsResponses, UpdateSource1Data, UpdateSource1Response, UpdateSource1Responses, UpdateSourceData, UpdateSourceResponse, UpdateSourceResponses, UploadAcknowledgmentResponse, UserContextViewResponse, UserSummaryViewResponse, } from './types.gen.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,gBAAgB,EAChB,cAAc,EACd,SAAS,EACT,UAAU,EACV,eAAe,EACf,aAAa,EACb,YAAY,EACZ,0BAA0B,EAC1B,YAAY,EACZ,UAAU,EACV,UAAU,EACV,YAAY,EACZ,oBAAoB,EACpB,SAAS,EACT,oBAAoB,EACpB,cAAc,EACd,aAAa,EACb,oBAAoB,EACpB,WAAW,EACX,KAAK,EACL,kBAAkB,EAClB,qBAAqB,EACrB,SAAS,EACT,2BAA2B,EAC3B,0BAA0B,EAC1B,KAAK,OAAO,EACZ,YAAY,EACZ,UAAU,EACV,WAAW,EACX,aAAa,EACb,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.updateSource = exports.updateSocialUrls = exports.updateRole = exports.updateNote = exports.updateIntent = exports.updateContactInfo = exports.transferFunds = exports.sendInvitation = exports.searchMyLeads = exports.searchLeads = exports.removeRole = exports.removeIntent = exports.notifyLogoUploadCompletion = exports.notifyCoverUploadCompletion = exports.listRoles = exports.listPermissionCatalog = exports.getSentInvitations = exports.getMe = exports.getLeadById = exports.getInvitationDetails = exports.getAllMembers = exports.getAllAgencies = exports.getAgencyBySubdomain = exports.getAgency = exports.generatePresignedUrl = exports.depositFunds = exports.createRole = exports.createLead = exports.createAgency = exports.correctRegistrationDetails = exports.changeStatus = exports.assignToAgent = exports.assignRoleBatch = exports.assignRole = exports.addIntent = exports.activateAgency = exports.acceptInvitation = void 0;
|
|
4
|
+
exports.updateSource1 = exports.updateSource = exports.updateSocialUrls = exports.updateRole = exports.updatePriority = exports.updateNote = exports.updateIntent = exports.updateContactMethods = exports.updateContactInfo1 = exports.updateContactInfo = exports.updateClientRequirement = exports.transferFunds = exports.sendInvitation = exports.searchMyLeads = exports.searchMyClients = exports.searchLeads = exports.searchClients = exports.removeRole = exports.removeIntent = exports.removeClientRequirement = exports.notifyLogoUploadCompletion = exports.notifyCoverUploadCompletion = exports.listRoles = exports.listPermissionCatalog = exports.getSentInvitations = exports.getMe = exports.getLeadById = exports.getInvitationDetails = exports.getClientById = exports.getAllMembers = exports.getAllAgencies = exports.getAgencyBySubdomain = exports.getAgency = exports.generatePresignedUrl = exports.depositFunds = exports.createRole = exports.createLead = exports.createClient = exports.createAgency = exports.correctRegistrationDetails = exports.changeStatus = exports.assignToAgent1 = exports.assignToAgent = exports.assignRoleBatch = exports.assignRole = exports.addIntent = exports.addClientRequirement = exports.activateAgency = exports.acceptInvitation = void 0;
|
|
5
5
|
var sdk_gen_js_1 = require("./sdk.gen.js");
|
|
6
6
|
Object.defineProperty(exports, "acceptInvitation", { enumerable: true, get: function () { return sdk_gen_js_1.acceptInvitation; } });
|
|
7
7
|
Object.defineProperty(exports, "activateAgency", { enumerable: true, get: function () { return sdk_gen_js_1.activateAgency; } });
|
|
8
|
+
Object.defineProperty(exports, "addClientRequirement", { enumerable: true, get: function () { return sdk_gen_js_1.addClientRequirement; } });
|
|
8
9
|
Object.defineProperty(exports, "addIntent", { enumerable: true, get: function () { return sdk_gen_js_1.addIntent; } });
|
|
9
10
|
Object.defineProperty(exports, "assignRole", { enumerable: true, get: function () { return sdk_gen_js_1.assignRole; } });
|
|
10
11
|
Object.defineProperty(exports, "assignRoleBatch", { enumerable: true, get: function () { return sdk_gen_js_1.assignRoleBatch; } });
|
|
11
12
|
Object.defineProperty(exports, "assignToAgent", { enumerable: true, get: function () { return sdk_gen_js_1.assignToAgent; } });
|
|
13
|
+
Object.defineProperty(exports, "assignToAgent1", { enumerable: true, get: function () { return sdk_gen_js_1.assignToAgent1; } });
|
|
12
14
|
Object.defineProperty(exports, "changeStatus", { enumerable: true, get: function () { return sdk_gen_js_1.changeStatus; } });
|
|
13
15
|
Object.defineProperty(exports, "correctRegistrationDetails", { enumerable: true, get: function () { return sdk_gen_js_1.correctRegistrationDetails; } });
|
|
14
16
|
Object.defineProperty(exports, "createAgency", { enumerable: true, get: function () { return sdk_gen_js_1.createAgency; } });
|
|
17
|
+
Object.defineProperty(exports, "createClient", { enumerable: true, get: function () { return sdk_gen_js_1.createClient; } });
|
|
15
18
|
Object.defineProperty(exports, "createLead", { enumerable: true, get: function () { return sdk_gen_js_1.createLead; } });
|
|
16
19
|
Object.defineProperty(exports, "createRole", { enumerable: true, get: function () { return sdk_gen_js_1.createRole; } });
|
|
17
20
|
Object.defineProperty(exports, "depositFunds", { enumerable: true, get: function () { return sdk_gen_js_1.depositFunds; } });
|
|
@@ -20,6 +23,7 @@ Object.defineProperty(exports, "getAgency", { enumerable: true, get: function ()
|
|
|
20
23
|
Object.defineProperty(exports, "getAgencyBySubdomain", { enumerable: true, get: function () { return sdk_gen_js_1.getAgencyBySubdomain; } });
|
|
21
24
|
Object.defineProperty(exports, "getAllAgencies", { enumerable: true, get: function () { return sdk_gen_js_1.getAllAgencies; } });
|
|
22
25
|
Object.defineProperty(exports, "getAllMembers", { enumerable: true, get: function () { return sdk_gen_js_1.getAllMembers; } });
|
|
26
|
+
Object.defineProperty(exports, "getClientById", { enumerable: true, get: function () { return sdk_gen_js_1.getClientById; } });
|
|
23
27
|
Object.defineProperty(exports, "getInvitationDetails", { enumerable: true, get: function () { return sdk_gen_js_1.getInvitationDetails; } });
|
|
24
28
|
Object.defineProperty(exports, "getLeadById", { enumerable: true, get: function () { return sdk_gen_js_1.getLeadById; } });
|
|
25
29
|
Object.defineProperty(exports, "getMe", { enumerable: true, get: function () { return sdk_gen_js_1.getMe; } });
|
|
@@ -28,16 +32,24 @@ Object.defineProperty(exports, "listPermissionCatalog", { enumerable: true, get:
|
|
|
28
32
|
Object.defineProperty(exports, "listRoles", { enumerable: true, get: function () { return sdk_gen_js_1.listRoles; } });
|
|
29
33
|
Object.defineProperty(exports, "notifyCoverUploadCompletion", { enumerable: true, get: function () { return sdk_gen_js_1.notifyCoverUploadCompletion; } });
|
|
30
34
|
Object.defineProperty(exports, "notifyLogoUploadCompletion", { enumerable: true, get: function () { return sdk_gen_js_1.notifyLogoUploadCompletion; } });
|
|
35
|
+
Object.defineProperty(exports, "removeClientRequirement", { enumerable: true, get: function () { return sdk_gen_js_1.removeClientRequirement; } });
|
|
31
36
|
Object.defineProperty(exports, "removeIntent", { enumerable: true, get: function () { return sdk_gen_js_1.removeIntent; } });
|
|
32
37
|
Object.defineProperty(exports, "removeRole", { enumerable: true, get: function () { return sdk_gen_js_1.removeRole; } });
|
|
38
|
+
Object.defineProperty(exports, "searchClients", { enumerable: true, get: function () { return sdk_gen_js_1.searchClients; } });
|
|
33
39
|
Object.defineProperty(exports, "searchLeads", { enumerable: true, get: function () { return sdk_gen_js_1.searchLeads; } });
|
|
40
|
+
Object.defineProperty(exports, "searchMyClients", { enumerable: true, get: function () { return sdk_gen_js_1.searchMyClients; } });
|
|
34
41
|
Object.defineProperty(exports, "searchMyLeads", { enumerable: true, get: function () { return sdk_gen_js_1.searchMyLeads; } });
|
|
35
42
|
Object.defineProperty(exports, "sendInvitation", { enumerable: true, get: function () { return sdk_gen_js_1.sendInvitation; } });
|
|
36
43
|
Object.defineProperty(exports, "transferFunds", { enumerable: true, get: function () { return sdk_gen_js_1.transferFunds; } });
|
|
44
|
+
Object.defineProperty(exports, "updateClientRequirement", { enumerable: true, get: function () { return sdk_gen_js_1.updateClientRequirement; } });
|
|
37
45
|
Object.defineProperty(exports, "updateContactInfo", { enumerable: true, get: function () { return sdk_gen_js_1.updateContactInfo; } });
|
|
46
|
+
Object.defineProperty(exports, "updateContactInfo1", { enumerable: true, get: function () { return sdk_gen_js_1.updateContactInfo1; } });
|
|
47
|
+
Object.defineProperty(exports, "updateContactMethods", { enumerable: true, get: function () { return sdk_gen_js_1.updateContactMethods; } });
|
|
38
48
|
Object.defineProperty(exports, "updateIntent", { enumerable: true, get: function () { return sdk_gen_js_1.updateIntent; } });
|
|
39
49
|
Object.defineProperty(exports, "updateNote", { enumerable: true, get: function () { return sdk_gen_js_1.updateNote; } });
|
|
50
|
+
Object.defineProperty(exports, "updatePriority", { enumerable: true, get: function () { return sdk_gen_js_1.updatePriority; } });
|
|
40
51
|
Object.defineProperty(exports, "updateRole", { enumerable: true, get: function () { return sdk_gen_js_1.updateRole; } });
|
|
41
52
|
Object.defineProperty(exports, "updateSocialUrls", { enumerable: true, get: function () { return sdk_gen_js_1.updateSocialUrls; } });
|
|
42
53
|
Object.defineProperty(exports, "updateSource", { enumerable: true, get: function () { return sdk_gen_js_1.updateSource; } });
|
|
54
|
+
Object.defineProperty(exports, "updateSource1", { enumerable: true, get: function () { return sdk_gen_js_1.updateSource1; } });
|
|
43
55
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAErD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAErD,2CAmDsB;AAlDlB,8GAAA,gBAAgB,OAAA;AAChB,4GAAA,cAAc,OAAA;AACd,kHAAA,oBAAoB,OAAA;AACpB,uGAAA,SAAS,OAAA;AACT,wGAAA,UAAU,OAAA;AACV,6GAAA,eAAe,OAAA;AACf,2GAAA,aAAa,OAAA;AACb,4GAAA,cAAc,OAAA;AACd,0GAAA,YAAY,OAAA;AACZ,wHAAA,0BAA0B,OAAA;AAC1B,0GAAA,YAAY,OAAA;AACZ,0GAAA,YAAY,OAAA;AACZ,wGAAA,UAAU,OAAA;AACV,wGAAA,UAAU,OAAA;AACV,0GAAA,YAAY,OAAA;AACZ,kHAAA,oBAAoB,OAAA;AACpB,uGAAA,SAAS,OAAA;AACT,kHAAA,oBAAoB,OAAA;AACpB,4GAAA,cAAc,OAAA;AACd,2GAAA,aAAa,OAAA;AACb,2GAAA,aAAa,OAAA;AACb,kHAAA,oBAAoB,OAAA;AACpB,yGAAA,WAAW,OAAA;AACX,mGAAA,KAAK,OAAA;AACL,gHAAA,kBAAkB,OAAA;AAClB,mHAAA,qBAAqB,OAAA;AACrB,uGAAA,SAAS,OAAA;AACT,yHAAA,2BAA2B,OAAA;AAC3B,wHAAA,0BAA0B,OAAA;AAE1B,qHAAA,uBAAuB,OAAA;AACvB,0GAAA,YAAY,OAAA;AACZ,wGAAA,UAAU,OAAA;AACV,2GAAA,aAAa,OAAA;AACb,yGAAA,WAAW,OAAA;AACX,6GAAA,eAAe,OAAA;AACf,2GAAA,aAAa,OAAA;AACb,4GAAA,cAAc,OAAA;AACd,2GAAA,aAAa,OAAA;AACb,qHAAA,uBAAuB,OAAA;AACvB,+GAAA,iBAAiB,OAAA;AACjB,gHAAA,kBAAkB,OAAA;AAClB,kHAAA,oBAAoB,OAAA;AACpB,0GAAA,YAAY,OAAA;AACZ,wGAAA,UAAU,OAAA;AACV,4GAAA,cAAc,OAAA;AACd,wGAAA,UAAU,OAAA;AACV,8GAAA,gBAAgB,OAAA;AAChB,0GAAA,YAAY,OAAA;AACZ,2GAAA,aAAa,OAAA"}
|
package/dist/schemas.gen.d.ts
CHANGED
|
@@ -162,6 +162,83 @@ export declare const AssignToMemberRequestSchema: {
|
|
|
162
162
|
};
|
|
163
163
|
readonly required: readonly ["memberId"];
|
|
164
164
|
};
|
|
165
|
+
export declare const ClientRequirementRequestSchema: {
|
|
166
|
+
readonly type: "object";
|
|
167
|
+
readonly properties: {
|
|
168
|
+
readonly propertyType: {
|
|
169
|
+
readonly $ref: "#/components/schemas/PropertyTypeEnum";
|
|
170
|
+
};
|
|
171
|
+
readonly listingType: {
|
|
172
|
+
readonly $ref: "#/components/schemas/ListingTypeEnum";
|
|
173
|
+
};
|
|
174
|
+
readonly priceMin: {
|
|
175
|
+
readonly type: "number";
|
|
176
|
+
};
|
|
177
|
+
readonly priceMax: {
|
|
178
|
+
readonly type: "number";
|
|
179
|
+
};
|
|
180
|
+
readonly bedroomsMin: {
|
|
181
|
+
readonly type: "integer";
|
|
182
|
+
readonly format: "int32";
|
|
183
|
+
};
|
|
184
|
+
readonly bedroomsMax: {
|
|
185
|
+
readonly type: "integer";
|
|
186
|
+
readonly format: "int32";
|
|
187
|
+
};
|
|
188
|
+
readonly bathroomsMin: {
|
|
189
|
+
readonly type: "integer";
|
|
190
|
+
readonly format: "int32";
|
|
191
|
+
};
|
|
192
|
+
readonly bathroomsMax: {
|
|
193
|
+
readonly type: "integer";
|
|
194
|
+
readonly format: "int32";
|
|
195
|
+
};
|
|
196
|
+
readonly totalMin: {
|
|
197
|
+
readonly type: "number";
|
|
198
|
+
readonly format: "double";
|
|
199
|
+
};
|
|
200
|
+
readonly totalMax: {
|
|
201
|
+
readonly type: "number";
|
|
202
|
+
readonly format: "double";
|
|
203
|
+
};
|
|
204
|
+
readonly livingMin: {
|
|
205
|
+
readonly type: "number";
|
|
206
|
+
readonly format: "double";
|
|
207
|
+
};
|
|
208
|
+
readonly livingMax: {
|
|
209
|
+
readonly type: "number";
|
|
210
|
+
readonly format: "double";
|
|
211
|
+
};
|
|
212
|
+
readonly targetLocation: {
|
|
213
|
+
readonly $ref: "#/components/schemas/LocationRefRequest";
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
readonly required: readonly ["listingType", "propertyType"];
|
|
217
|
+
};
|
|
218
|
+
export declare const UpdatePriorityRequestSchema: {
|
|
219
|
+
readonly type: "object";
|
|
220
|
+
readonly properties: {
|
|
221
|
+
readonly priority: {
|
|
222
|
+
readonly $ref: "#/components/schemas/PriorityEnum";
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
export declare const UpdateContactMethodsRequestSchema: {
|
|
227
|
+
readonly type: "object";
|
|
228
|
+
readonly properties: {
|
|
229
|
+
readonly contactMethods: {
|
|
230
|
+
readonly type: "array";
|
|
231
|
+
readonly items: {
|
|
232
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
233
|
+
};
|
|
234
|
+
readonly uniqueItems: true;
|
|
235
|
+
};
|
|
236
|
+
readonly favoriteContactMethod: {
|
|
237
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
readonly required: readonly ["contactMethods", "favoriteContactMethod"];
|
|
241
|
+
};
|
|
165
242
|
export declare const AddressRequestSchema: {
|
|
166
243
|
readonly type: "object";
|
|
167
244
|
readonly properties: {
|
|
@@ -275,10 +352,13 @@ export declare const DepositFundsRequestSchema: {
|
|
|
275
352
|
};
|
|
276
353
|
readonly required: readonly ["amount"];
|
|
277
354
|
};
|
|
278
|
-
export declare const
|
|
355
|
+
export declare const IdResponseIntegerSchema: {
|
|
279
356
|
readonly type: "object";
|
|
280
357
|
readonly properties: {
|
|
281
|
-
readonly id: {
|
|
358
|
+
readonly id: {
|
|
359
|
+
readonly type: "integer";
|
|
360
|
+
readonly format: "int32";
|
|
361
|
+
};
|
|
282
362
|
};
|
|
283
363
|
readonly required: readonly ["id"];
|
|
284
364
|
};
|
|
@@ -336,6 +416,32 @@ export declare const InviteMemberRequestSchema: {
|
|
|
336
416
|
};
|
|
337
417
|
readonly required: readonly ["emails"];
|
|
338
418
|
};
|
|
419
|
+
export declare const CreateClientRequestSchema: {
|
|
420
|
+
readonly type: "object";
|
|
421
|
+
readonly properties: {
|
|
422
|
+
readonly contactInfo: {
|
|
423
|
+
readonly $ref: "#/components/schemas/ContactInfoRequest";
|
|
424
|
+
};
|
|
425
|
+
readonly sourceUrl: {
|
|
426
|
+
readonly type: "string";
|
|
427
|
+
};
|
|
428
|
+
readonly contactMethods: {
|
|
429
|
+
readonly type: "array";
|
|
430
|
+
readonly items: {
|
|
431
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
432
|
+
};
|
|
433
|
+
readonly minItems: 1;
|
|
434
|
+
readonly uniqueItems: true;
|
|
435
|
+
};
|
|
436
|
+
readonly favoriteContactMethod: {
|
|
437
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
438
|
+
};
|
|
439
|
+
readonly priority: {
|
|
440
|
+
readonly $ref: "#/components/schemas/PriorityEnum";
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
readonly required: readonly ["contactInfo", "contactMethods", "favoriteContactMethod"];
|
|
444
|
+
};
|
|
339
445
|
export declare const IdResponseUUIDSchema: {
|
|
340
446
|
readonly type: "object";
|
|
341
447
|
readonly properties: {
|
|
@@ -858,6 +964,171 @@ export declare const PagedModelInvitationViewResponseSchema: {
|
|
|
858
964
|
};
|
|
859
965
|
};
|
|
860
966
|
};
|
|
967
|
+
export declare const ClientProjectionResponseSchema: {
|
|
968
|
+
readonly type: "object";
|
|
969
|
+
readonly properties: {
|
|
970
|
+
readonly id: {
|
|
971
|
+
readonly type: "integer";
|
|
972
|
+
readonly format: "int64";
|
|
973
|
+
};
|
|
974
|
+
readonly createdBy: {
|
|
975
|
+
readonly type: "string";
|
|
976
|
+
readonly format: "uuid";
|
|
977
|
+
};
|
|
978
|
+
readonly leadId: {
|
|
979
|
+
readonly type: "integer";
|
|
980
|
+
readonly format: "int64";
|
|
981
|
+
};
|
|
982
|
+
readonly assignedTo: {
|
|
983
|
+
readonly type: "string";
|
|
984
|
+
readonly format: "uuid";
|
|
985
|
+
};
|
|
986
|
+
readonly contactFullName: {
|
|
987
|
+
readonly type: "string";
|
|
988
|
+
};
|
|
989
|
+
readonly contactPhoneNumber: {
|
|
990
|
+
readonly type: "string";
|
|
991
|
+
};
|
|
992
|
+
readonly contactEmail: {
|
|
993
|
+
readonly type: "string";
|
|
994
|
+
};
|
|
995
|
+
readonly sourceType: {
|
|
996
|
+
readonly $ref: "#/components/schemas/SourceTypeEnum";
|
|
997
|
+
};
|
|
998
|
+
readonly sourceLink: {
|
|
999
|
+
readonly type: "string";
|
|
1000
|
+
};
|
|
1001
|
+
readonly isSearching: {
|
|
1002
|
+
readonly type: "boolean";
|
|
1003
|
+
};
|
|
1004
|
+
readonly isListing: {
|
|
1005
|
+
readonly type: "boolean";
|
|
1006
|
+
};
|
|
1007
|
+
readonly contactMethods: {
|
|
1008
|
+
readonly type: "array";
|
|
1009
|
+
readonly items: {
|
|
1010
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
1011
|
+
};
|
|
1012
|
+
readonly uniqueItems: true;
|
|
1013
|
+
};
|
|
1014
|
+
readonly favoriteContactMethod: {
|
|
1015
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
1016
|
+
};
|
|
1017
|
+
readonly priority: {
|
|
1018
|
+
readonly $ref: "#/components/schemas/PriorityEnum";
|
|
1019
|
+
};
|
|
1020
|
+
readonly requirements: {
|
|
1021
|
+
readonly type: "array";
|
|
1022
|
+
readonly items: {
|
|
1023
|
+
readonly $ref: "#/components/schemas/RequirementResponse";
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1026
|
+
readonly properties: {
|
|
1027
|
+
readonly type: "array";
|
|
1028
|
+
readonly items: {
|
|
1029
|
+
readonly $ref: "#/components/schemas/PropertyResponse";
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
1032
|
+
};
|
|
1033
|
+
readonly required: readonly ["contactMethods", "contactPhoneNumber", "createdBy", "id", "isListing", "isSearching"];
|
|
1034
|
+
};
|
|
1035
|
+
export declare const PagedModelClientProjectionResponseSchema: {
|
|
1036
|
+
readonly type: "object";
|
|
1037
|
+
readonly properties: {
|
|
1038
|
+
readonly content: {
|
|
1039
|
+
readonly type: "array";
|
|
1040
|
+
readonly items: {
|
|
1041
|
+
readonly $ref: "#/components/schemas/ClientProjectionResponse";
|
|
1042
|
+
};
|
|
1043
|
+
};
|
|
1044
|
+
readonly page: {
|
|
1045
|
+
readonly $ref: "#/components/schemas/PageMetadata";
|
|
1046
|
+
};
|
|
1047
|
+
};
|
|
1048
|
+
};
|
|
1049
|
+
export declare const PropertyResponseSchema: {
|
|
1050
|
+
readonly type: "object";
|
|
1051
|
+
readonly properties: {
|
|
1052
|
+
readonly propertyId: {
|
|
1053
|
+
readonly type: "string";
|
|
1054
|
+
readonly format: "uuid";
|
|
1055
|
+
};
|
|
1056
|
+
readonly propertyType: {
|
|
1057
|
+
readonly $ref: "#/components/schemas/PropertyTypeEnum";
|
|
1058
|
+
};
|
|
1059
|
+
};
|
|
1060
|
+
readonly required: readonly ["propertyId", "propertyType"];
|
|
1061
|
+
};
|
|
1062
|
+
export declare const RequirementResponseSchema: {
|
|
1063
|
+
readonly type: "object";
|
|
1064
|
+
readonly properties: {
|
|
1065
|
+
readonly id: {
|
|
1066
|
+
readonly type: "integer";
|
|
1067
|
+
readonly format: "int64";
|
|
1068
|
+
};
|
|
1069
|
+
readonly propertyType: {
|
|
1070
|
+
readonly $ref: "#/components/schemas/PropertyTypeEnum";
|
|
1071
|
+
};
|
|
1072
|
+
readonly listingType: {
|
|
1073
|
+
readonly $ref: "#/components/schemas/ListingTypeEnum";
|
|
1074
|
+
};
|
|
1075
|
+
readonly priceMin: {
|
|
1076
|
+
readonly type: "number";
|
|
1077
|
+
};
|
|
1078
|
+
readonly priceMax: {
|
|
1079
|
+
readonly type: "number";
|
|
1080
|
+
};
|
|
1081
|
+
readonly bedroomsMin: {
|
|
1082
|
+
readonly type: "integer";
|
|
1083
|
+
readonly format: "int32";
|
|
1084
|
+
};
|
|
1085
|
+
readonly bedroomsMax: {
|
|
1086
|
+
readonly type: "integer";
|
|
1087
|
+
readonly format: "int32";
|
|
1088
|
+
};
|
|
1089
|
+
readonly bathroomsMin: {
|
|
1090
|
+
readonly type: "integer";
|
|
1091
|
+
readonly format: "int32";
|
|
1092
|
+
};
|
|
1093
|
+
readonly bathroomsMax: {
|
|
1094
|
+
readonly type: "integer";
|
|
1095
|
+
readonly format: "int32";
|
|
1096
|
+
};
|
|
1097
|
+
readonly totalMin: {
|
|
1098
|
+
readonly type: "number";
|
|
1099
|
+
readonly format: "double";
|
|
1100
|
+
};
|
|
1101
|
+
readonly totalMax: {
|
|
1102
|
+
readonly type: "number";
|
|
1103
|
+
readonly format: "double";
|
|
1104
|
+
};
|
|
1105
|
+
readonly livingMin: {
|
|
1106
|
+
readonly type: "number";
|
|
1107
|
+
readonly format: "double";
|
|
1108
|
+
};
|
|
1109
|
+
readonly livingMax: {
|
|
1110
|
+
readonly type: "number";
|
|
1111
|
+
readonly format: "double";
|
|
1112
|
+
};
|
|
1113
|
+
readonly regionId: {
|
|
1114
|
+
readonly type: "integer";
|
|
1115
|
+
readonly format: "int64";
|
|
1116
|
+
};
|
|
1117
|
+
readonly districtId: {
|
|
1118
|
+
readonly type: "integer";
|
|
1119
|
+
readonly format: "int64";
|
|
1120
|
+
};
|
|
1121
|
+
readonly subDistrictId: {
|
|
1122
|
+
readonly type: "integer";
|
|
1123
|
+
readonly format: "int64";
|
|
1124
|
+
};
|
|
1125
|
+
readonly streetId: {
|
|
1126
|
+
readonly type: "integer";
|
|
1127
|
+
readonly format: "int64";
|
|
1128
|
+
};
|
|
1129
|
+
};
|
|
1130
|
+
readonly required: readonly ["id", "listingType", "propertyType"];
|
|
1131
|
+
};
|
|
861
1132
|
export declare const AddressViewResponseSchema: {
|
|
862
1133
|
readonly type: "object";
|
|
863
1134
|
readonly properties: {
|
|
@@ -932,6 +1203,14 @@ export declare const PropertyTypeEnumSchema: {
|
|
|
932
1203
|
readonly type: "string";
|
|
933
1204
|
readonly enum: readonly ["HOUSE", "TOWN_HOUSE", "COUNTRY_HOUSE", "VILLA", "COTTAGE", "APARTMENT", "DUPLEX", "TRIPLEX", "SEMI_BASEMENT", "ATTIC", "AGRICULTURAL_LAND", "RESIDENTIAL_LAND", "HOTEL_ROOM", "MOTEL_ROOM", "CO_LIVING_SPACE", "OFFICE", "COMMERCIAL_SPACE", "CO_WORKING_SPACE", "WAREHOUSE", "GARAGE"];
|
|
934
1205
|
};
|
|
1206
|
+
export declare const PriorityEnumSchema: {
|
|
1207
|
+
readonly type: "string";
|
|
1208
|
+
readonly enum: readonly ["CRITICAL", "HIGH", "MEDIUM", "LOW"];
|
|
1209
|
+
};
|
|
1210
|
+
export declare const ItemsEnum2Schema: {
|
|
1211
|
+
readonly type: "string";
|
|
1212
|
+
readonly enum: readonly ["WHATSAPP", "VIBER", "PHONE_CALL"];
|
|
1213
|
+
};
|
|
935
1214
|
export declare const TypeEnumSchema: {
|
|
936
1215
|
readonly type: "string";
|
|
937
1216
|
readonly enum: readonly ["FACEBOOK", "YOUTUBE", "INSTAGRAM", "TIKTOK", "LINKEDIN"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.gen.d.ts","sourceRoot":"","sources":["../src/schemas.gen.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;CAmBrB,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;;;;CAS1B,CAAC;AAEX,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;CAiB/B,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;;;CAQ5B,CAAC;AAEX,eAAO,MAAM,mBAAmB;;;;;;;CAOtB,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;;CAO1B,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B1B,CAAC;AAEX,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEX,eAAO,MAAM,uBAAuB;;;;;;;;;;CAU1B,CAAC;AAEX,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;CAmB3B,CAAC;AAEX,eAAO,MAAM,2BAA2B;;;;;;;;;CAS9B,CAAC;AAEX,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BvB,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC5B,CAAC;AAEX,eAAO,MAAM,wBAAwB;;;;;;;;;;;CAW3B,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;CAa5B,CAAC;AAEX,eAAO,MAAM,0BAA0B;;;;;;;;;;;;CAY7B,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;;;CAQ5B,CAAC;AAEX,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"schemas.gen.d.ts","sourceRoot":"","sources":["../src/schemas.gen.ts"],"names":[],"mappings":"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"}
|