@homespot-sdk/core 0.0.102 → 0.0.104
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 +14 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas.gen.d.ts +335 -2
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +344 -4
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +14 -1
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +115 -1
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +314 -3
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1232 -73
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +448 -17
- 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, requestPrinciple, 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, AgencyPrincipalDto, AgencyProfileResponse, AgencySummaryResponse, AssignRoleBatchData, AssignRoleBatchResponse, AssignRoleBatchResponses, AssignRoleData, AssignRoleRequest, AssignRoleResponse, AssignRoleResponses, AssignToAgent1Data, AssignToAgent1Response, AssignToAgent1Responses, AssignToAgentData, AssignToAgentResponse, AssignToAgentResponses, AssignToMemberRequest, AuthRequest, 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, GenderEnum, 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, RequestPrincipleData, RequestPrincipleResponse, RequestPrincipleResponses, 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":"AAEA,OAAO,EACH,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,SAAS,EACT,UAAU,EACV,eAAe,EACf,aAAa,EACb,cAAc,EACd,YAAY,EACZ,0BAA0B,EAC1B,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,UAAU,EACV,YAAY,EACZ,oBAAoB,EACpB,SAAS,EACT,oBAAoB,EACpB,cAAc,EACd,aAAa,EACb,aAAa,EACb,oBAAoB,EACpB,WAAW,EACX,KAAK,EACL,kBAAkB,EAClB,qBAAqB,EACrB,SAAS,EACT,2BAA2B,EAC3B,0BAA0B,EAC1B,KAAK,OAAO,EACZ,uBAAuB,EACvB,YAAY,EACZ,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,WAAW,EACX,eAAe,EACf,aAAa,EACb,cAAc,EACd,aAAa,EACb,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EAClB,oBAAoB,EACpB,YAAY,EACZ,UAAU,EACV,cAAc,EACd,UAAU,EACV,gBAAgB,EAChB,YAAY,EACZ,aAAa,GAChB,MAAM,cAAc,CAAC;AACtB,YAAY,EACR,oBAAoB,EACpB,yBAAyB,EACzB,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,wBAAwB,EACxB,4BAA4B,EAC5B,6BAA6B,EAC7B,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EACnB,uBAAuB,EACvB,wBAAwB,EACxB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,WAAW,EACX,sBAAsB,EACtB,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,aAAa,EACb,wBAAwB,EACxB,wBAAwB,EACxB,cAAc,EACd,kBAAkB,EAClB,8BAA8B,EAC9B,kCAAkC,EAClC,mCAAmC,EACnC,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,cAAc,EACd,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACrB,UAAU,EACV,wBAAwB,EACxB,4BAA4B,EAC5B,6BAA6B,EAC7B,wBAAwB,EACxB,4BAA4B,EAC5B,6BAA6B,EAC7B,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,wBAAwB,EACxB,4BAA4B,EAC5B,6BAA6B,EAC7B,eAAe,EACf,mBAAmB,EACnB,oBAAoB,EACpB,SAAS,EACT,aAAa,EACb,cAAc,EACd,sBAAsB,EACtB,0BAA0B,EAC1B,2BAA2B,EAC3B,0BAA0B,EAC1B,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,cAAc,EACd,wBAAwB,EACxB,yBAAyB,EACzB,sBAAsB,EACtB,mBAAmB,EACnB,SAAS,EACT,UAAU,EACV,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,EACf,yBAAyB,EACzB,6BAA6B,EAC7B,8BAA8B,EAC9B,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,+BAA+B,EAC/B,mCAAmC,EACnC,oCAAoC,EACpC,8BAA8B,EAC9B,kCAAkC,EAClC,mCAAmC,EACnC,+BAA+B,EAC/B,+BAA+B,EAC/B,kCAAkC,EAClC,gCAAgC,EAChC,gCAAgC,EAChC,4BAA4B,EAC5B,sBAAsB,EACtB,YAAY,EACZ,kBAAkB,EAClB,YAAY,EACZ,oBAAoB,EACpB,qBAAqB,EACrB,iBAAiB,EACjB,YAAY,EACZ,gBAAgB,EAChB,gBAAgB,EAChB,2BAA2B,EAC3B,+BAA+B,EAC/B,gCAAgC,EAChC,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,cAAc,EACd,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,wBAAwB,EACxB,yBAAyB,EACzB,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,eAAe,EACf,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,uBAAuB,EACvB,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EAClB,uBAAuB,EACvB,kBAAkB,EAClB,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,UAAU,EACV,iBAAiB,EACjB,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,QAAQ,EACR,SAAS,EACT,2BAA2B,EAC3B,+BAA+B,EAC/B,gCAAgC,EAChC,sBAAsB,EACtB,0BAA0B,EAC1B,2BAA2B,EAC3B,qBAAqB,EACrB,yBAAyB,EACzB,0BAA0B,EAC1B,wBAAwB,EACxB,2BAA2B,EAC3B,4BAA4B,EAC5B,6BAA6B,EAC7B,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,sBAAsB,EACtB,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,wBAAwB,EACxB,yBAAyB,EACzB,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,4BAA4B,EAC5B,uBAAuB,EACvB,uBAAuB,GAC1B,MAAM,gBAAgB,CAAC"}
|
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.requestPrinciple = 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,25 @@ 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, "requestPrinciple", { enumerable: true, get: function () { return sdk_gen_js_1.requestPrinciple; } });
|
|
39
|
+
Object.defineProperty(exports, "searchClients", { enumerable: true, get: function () { return sdk_gen_js_1.searchClients; } });
|
|
33
40
|
Object.defineProperty(exports, "searchLeads", { enumerable: true, get: function () { return sdk_gen_js_1.searchLeads; } });
|
|
41
|
+
Object.defineProperty(exports, "searchMyClients", { enumerable: true, get: function () { return sdk_gen_js_1.searchMyClients; } });
|
|
34
42
|
Object.defineProperty(exports, "searchMyLeads", { enumerable: true, get: function () { return sdk_gen_js_1.searchMyLeads; } });
|
|
35
43
|
Object.defineProperty(exports, "sendInvitation", { enumerable: true, get: function () { return sdk_gen_js_1.sendInvitation; } });
|
|
36
44
|
Object.defineProperty(exports, "transferFunds", { enumerable: true, get: function () { return sdk_gen_js_1.transferFunds; } });
|
|
45
|
+
Object.defineProperty(exports, "updateClientRequirement", { enumerable: true, get: function () { return sdk_gen_js_1.updateClientRequirement; } });
|
|
37
46
|
Object.defineProperty(exports, "updateContactInfo", { enumerable: true, get: function () { return sdk_gen_js_1.updateContactInfo; } });
|
|
47
|
+
Object.defineProperty(exports, "updateContactInfo1", { enumerable: true, get: function () { return sdk_gen_js_1.updateContactInfo1; } });
|
|
48
|
+
Object.defineProperty(exports, "updateContactMethods", { enumerable: true, get: function () { return sdk_gen_js_1.updateContactMethods; } });
|
|
38
49
|
Object.defineProperty(exports, "updateIntent", { enumerable: true, get: function () { return sdk_gen_js_1.updateIntent; } });
|
|
39
50
|
Object.defineProperty(exports, "updateNote", { enumerable: true, get: function () { return sdk_gen_js_1.updateNote; } });
|
|
51
|
+
Object.defineProperty(exports, "updatePriority", { enumerable: true, get: function () { return sdk_gen_js_1.updatePriority; } });
|
|
40
52
|
Object.defineProperty(exports, "updateRole", { enumerable: true, get: function () { return sdk_gen_js_1.updateRole; } });
|
|
41
53
|
Object.defineProperty(exports, "updateSocialUrls", { enumerable: true, get: function () { return sdk_gen_js_1.updateSocialUrls; } });
|
|
42
54
|
Object.defineProperty(exports, "updateSource", { enumerable: true, get: function () { return sdk_gen_js_1.updateSource; } });
|
|
55
|
+
Object.defineProperty(exports, "updateSource1", { enumerable: true, get: function () { return sdk_gen_js_1.updateSource1; } });
|
|
43
56
|
//# 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,2CAoDsB;AAnDlB,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,8GAAA,gBAAgB,OAAA;AAChB,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
|
@@ -141,6 +141,9 @@ export declare const ContactInfoRequestSchema: {
|
|
|
141
141
|
readonly lastName: {
|
|
142
142
|
readonly type: "string";
|
|
143
143
|
};
|
|
144
|
+
readonly gender: {
|
|
145
|
+
readonly $ref: "#/components/schemas/GenderEnum";
|
|
146
|
+
};
|
|
144
147
|
readonly email: {
|
|
145
148
|
readonly type: "string";
|
|
146
149
|
readonly format: "email";
|
|
@@ -162,6 +165,87 @@ export declare const AssignToMemberRequestSchema: {
|
|
|
162
165
|
};
|
|
163
166
|
readonly required: readonly ["memberId"];
|
|
164
167
|
};
|
|
168
|
+
export declare const ClientRequirementRequestSchema: {
|
|
169
|
+
readonly type: "object";
|
|
170
|
+
readonly properties: {
|
|
171
|
+
readonly propertyType: {
|
|
172
|
+
readonly type: "array";
|
|
173
|
+
readonly items: {
|
|
174
|
+
readonly $ref: "#/components/schemas/PropertyTypeEnum";
|
|
175
|
+
};
|
|
176
|
+
readonly uniqueItems: true;
|
|
177
|
+
};
|
|
178
|
+
readonly listingType: {
|
|
179
|
+
readonly $ref: "#/components/schemas/ListingTypeEnum";
|
|
180
|
+
};
|
|
181
|
+
readonly priceMin: {
|
|
182
|
+
readonly type: "number";
|
|
183
|
+
};
|
|
184
|
+
readonly priceMax: {
|
|
185
|
+
readonly type: "number";
|
|
186
|
+
};
|
|
187
|
+
readonly bedroomsMin: {
|
|
188
|
+
readonly type: "integer";
|
|
189
|
+
readonly format: "int32";
|
|
190
|
+
};
|
|
191
|
+
readonly bedroomsMax: {
|
|
192
|
+
readonly type: "integer";
|
|
193
|
+
readonly format: "int32";
|
|
194
|
+
};
|
|
195
|
+
readonly bathroomsMin: {
|
|
196
|
+
readonly type: "integer";
|
|
197
|
+
readonly format: "int32";
|
|
198
|
+
};
|
|
199
|
+
readonly bathroomsMax: {
|
|
200
|
+
readonly type: "integer";
|
|
201
|
+
readonly format: "int32";
|
|
202
|
+
};
|
|
203
|
+
readonly totalMin: {
|
|
204
|
+
readonly type: "number";
|
|
205
|
+
readonly format: "double";
|
|
206
|
+
};
|
|
207
|
+
readonly totalMax: {
|
|
208
|
+
readonly type: "number";
|
|
209
|
+
readonly format: "double";
|
|
210
|
+
};
|
|
211
|
+
readonly livingMin: {
|
|
212
|
+
readonly type: "number";
|
|
213
|
+
readonly format: "double";
|
|
214
|
+
};
|
|
215
|
+
readonly livingMax: {
|
|
216
|
+
readonly type: "number";
|
|
217
|
+
readonly format: "double";
|
|
218
|
+
};
|
|
219
|
+
readonly targetLocation: {
|
|
220
|
+
readonly $ref: "#/components/schemas/LocationRefRequest";
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
readonly required: readonly ["listingType", "propertyType"];
|
|
224
|
+
};
|
|
225
|
+
export declare const UpdatePriorityRequestSchema: {
|
|
226
|
+
readonly type: "object";
|
|
227
|
+
readonly properties: {
|
|
228
|
+
readonly priority: {
|
|
229
|
+
readonly $ref: "#/components/schemas/PriorityEnum";
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
export declare const UpdateContactMethodsRequestSchema: {
|
|
234
|
+
readonly type: "object";
|
|
235
|
+
readonly properties: {
|
|
236
|
+
readonly contactMethods: {
|
|
237
|
+
readonly type: "array";
|
|
238
|
+
readonly items: {
|
|
239
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
240
|
+
};
|
|
241
|
+
readonly uniqueItems: true;
|
|
242
|
+
};
|
|
243
|
+
readonly favoriteContactMethod: {
|
|
244
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
readonly required: readonly ["contactMethods", "favoriteContactMethod"];
|
|
248
|
+
};
|
|
165
249
|
export declare const AddressRequestSchema: {
|
|
166
250
|
readonly type: "object";
|
|
167
251
|
readonly properties: {
|
|
@@ -275,10 +359,13 @@ export declare const DepositFundsRequestSchema: {
|
|
|
275
359
|
};
|
|
276
360
|
readonly required: readonly ["amount"];
|
|
277
361
|
};
|
|
278
|
-
export declare const
|
|
362
|
+
export declare const IdResponseIntegerSchema: {
|
|
279
363
|
readonly type: "object";
|
|
280
364
|
readonly properties: {
|
|
281
|
-
readonly id: {
|
|
365
|
+
readonly id: {
|
|
366
|
+
readonly type: "integer";
|
|
367
|
+
readonly format: "int32";
|
|
368
|
+
};
|
|
282
369
|
};
|
|
283
370
|
readonly required: readonly ["id"];
|
|
284
371
|
};
|
|
@@ -336,6 +423,66 @@ export declare const InviteMemberRequestSchema: {
|
|
|
336
423
|
};
|
|
337
424
|
readonly required: readonly ["emails"];
|
|
338
425
|
};
|
|
426
|
+
export declare const AuthRequestSchema: {
|
|
427
|
+
readonly type: "object";
|
|
428
|
+
readonly properties: {
|
|
429
|
+
readonly sub: {
|
|
430
|
+
readonly type: "string";
|
|
431
|
+
};
|
|
432
|
+
readonly agencyId: {
|
|
433
|
+
readonly type: "string";
|
|
434
|
+
readonly format: "uuid";
|
|
435
|
+
};
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
export declare const AgencyPrincipalDtoSchema: {
|
|
439
|
+
readonly type: "object";
|
|
440
|
+
readonly properties: {
|
|
441
|
+
readonly memberId: {
|
|
442
|
+
readonly type: "string";
|
|
443
|
+
readonly format: "uuid";
|
|
444
|
+
};
|
|
445
|
+
readonly permissions: {
|
|
446
|
+
readonly type: "array";
|
|
447
|
+
readonly items: {
|
|
448
|
+
readonly $ref: "#/components/schemas/ItemsEnum";
|
|
449
|
+
};
|
|
450
|
+
readonly uniqueItems: true;
|
|
451
|
+
};
|
|
452
|
+
readonly isActive: {
|
|
453
|
+
readonly type: "boolean";
|
|
454
|
+
};
|
|
455
|
+
readonly isOwner: {
|
|
456
|
+
readonly type: "boolean";
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
};
|
|
460
|
+
export declare const CreateClientRequestSchema: {
|
|
461
|
+
readonly type: "object";
|
|
462
|
+
readonly properties: {
|
|
463
|
+
readonly contactInfo: {
|
|
464
|
+
readonly $ref: "#/components/schemas/ContactInfoRequest";
|
|
465
|
+
};
|
|
466
|
+
readonly sourceUrl: {
|
|
467
|
+
readonly type: "string";
|
|
468
|
+
};
|
|
469
|
+
readonly contactMethods: {
|
|
470
|
+
readonly type: "array";
|
|
471
|
+
readonly items: {
|
|
472
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
473
|
+
};
|
|
474
|
+
readonly minItems: 1;
|
|
475
|
+
readonly uniqueItems: true;
|
|
476
|
+
};
|
|
477
|
+
readonly favoriteContactMethod: {
|
|
478
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
479
|
+
};
|
|
480
|
+
readonly priority: {
|
|
481
|
+
readonly $ref: "#/components/schemas/PriorityEnum";
|
|
482
|
+
};
|
|
483
|
+
};
|
|
484
|
+
readonly required: readonly ["contactInfo", "contactMethods", "favoriteContactMethod"];
|
|
485
|
+
};
|
|
339
486
|
export declare const IdResponseUUIDSchema: {
|
|
340
487
|
readonly type: "object";
|
|
341
488
|
readonly properties: {
|
|
@@ -769,6 +916,9 @@ export declare const LeadProjectionResponseSchema: {
|
|
|
769
916
|
readonly contactFullName: {
|
|
770
917
|
readonly type: "string";
|
|
771
918
|
};
|
|
919
|
+
readonly contactGender: {
|
|
920
|
+
readonly $ref: "#/components/schemas/GenderEnum";
|
|
921
|
+
};
|
|
772
922
|
readonly contactPhoneNumber: {
|
|
773
923
|
readonly type: "string";
|
|
774
924
|
};
|
|
@@ -858,6 +1008,177 @@ export declare const PagedModelInvitationViewResponseSchema: {
|
|
|
858
1008
|
};
|
|
859
1009
|
};
|
|
860
1010
|
};
|
|
1011
|
+
export declare const ClientProjectionResponseSchema: {
|
|
1012
|
+
readonly type: "object";
|
|
1013
|
+
readonly properties: {
|
|
1014
|
+
readonly id: {
|
|
1015
|
+
readonly type: "integer";
|
|
1016
|
+
readonly format: "int64";
|
|
1017
|
+
};
|
|
1018
|
+
readonly createdBy: {
|
|
1019
|
+
readonly type: "string";
|
|
1020
|
+
readonly format: "uuid";
|
|
1021
|
+
};
|
|
1022
|
+
readonly leadId: {
|
|
1023
|
+
readonly type: "integer";
|
|
1024
|
+
readonly format: "int64";
|
|
1025
|
+
};
|
|
1026
|
+
readonly assignedTo: {
|
|
1027
|
+
readonly type: "string";
|
|
1028
|
+
readonly format: "uuid";
|
|
1029
|
+
};
|
|
1030
|
+
readonly contactFullName: {
|
|
1031
|
+
readonly type: "string";
|
|
1032
|
+
};
|
|
1033
|
+
readonly contactPhoneNumber: {
|
|
1034
|
+
readonly type: "string";
|
|
1035
|
+
};
|
|
1036
|
+
readonly contactGender: {
|
|
1037
|
+
readonly $ref: "#/components/schemas/GenderEnum";
|
|
1038
|
+
};
|
|
1039
|
+
readonly contactEmail: {
|
|
1040
|
+
readonly type: "string";
|
|
1041
|
+
};
|
|
1042
|
+
readonly sourceType: {
|
|
1043
|
+
readonly $ref: "#/components/schemas/SourceTypeEnum";
|
|
1044
|
+
};
|
|
1045
|
+
readonly sourceLink: {
|
|
1046
|
+
readonly type: "string";
|
|
1047
|
+
};
|
|
1048
|
+
readonly isSearching: {
|
|
1049
|
+
readonly type: "boolean";
|
|
1050
|
+
};
|
|
1051
|
+
readonly isListing: {
|
|
1052
|
+
readonly type: "boolean";
|
|
1053
|
+
};
|
|
1054
|
+
readonly contactMethods: {
|
|
1055
|
+
readonly type: "array";
|
|
1056
|
+
readonly items: {
|
|
1057
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
1058
|
+
};
|
|
1059
|
+
readonly uniqueItems: true;
|
|
1060
|
+
};
|
|
1061
|
+
readonly favoriteContactMethod: {
|
|
1062
|
+
readonly $ref: "#/components/schemas/ItemsEnum2";
|
|
1063
|
+
};
|
|
1064
|
+
readonly priority: {
|
|
1065
|
+
readonly $ref: "#/components/schemas/PriorityEnum";
|
|
1066
|
+
};
|
|
1067
|
+
readonly requirements: {
|
|
1068
|
+
readonly type: "array";
|
|
1069
|
+
readonly items: {
|
|
1070
|
+
readonly $ref: "#/components/schemas/RequirementResponse";
|
|
1071
|
+
};
|
|
1072
|
+
};
|
|
1073
|
+
readonly properties: {
|
|
1074
|
+
readonly type: "array";
|
|
1075
|
+
readonly items: {
|
|
1076
|
+
readonly $ref: "#/components/schemas/PropertyResponse";
|
|
1077
|
+
};
|
|
1078
|
+
};
|
|
1079
|
+
};
|
|
1080
|
+
readonly required: readonly ["contactMethods", "contactPhoneNumber", "createdBy", "id", "isListing", "isSearching"];
|
|
1081
|
+
};
|
|
1082
|
+
export declare const PagedModelClientProjectionResponseSchema: {
|
|
1083
|
+
readonly type: "object";
|
|
1084
|
+
readonly properties: {
|
|
1085
|
+
readonly content: {
|
|
1086
|
+
readonly type: "array";
|
|
1087
|
+
readonly items: {
|
|
1088
|
+
readonly $ref: "#/components/schemas/ClientProjectionResponse";
|
|
1089
|
+
};
|
|
1090
|
+
};
|
|
1091
|
+
readonly page: {
|
|
1092
|
+
readonly $ref: "#/components/schemas/PageMetadata";
|
|
1093
|
+
};
|
|
1094
|
+
};
|
|
1095
|
+
};
|
|
1096
|
+
export declare const PropertyResponseSchema: {
|
|
1097
|
+
readonly type: "object";
|
|
1098
|
+
readonly properties: {
|
|
1099
|
+
readonly propertyId: {
|
|
1100
|
+
readonly type: "string";
|
|
1101
|
+
readonly format: "uuid";
|
|
1102
|
+
};
|
|
1103
|
+
readonly propertyType: {
|
|
1104
|
+
readonly $ref: "#/components/schemas/PropertyTypeEnum";
|
|
1105
|
+
};
|
|
1106
|
+
};
|
|
1107
|
+
readonly required: readonly ["propertyId", "propertyType"];
|
|
1108
|
+
};
|
|
1109
|
+
export declare const RequirementResponseSchema: {
|
|
1110
|
+
readonly type: "object";
|
|
1111
|
+
readonly properties: {
|
|
1112
|
+
readonly id: {
|
|
1113
|
+
readonly type: "integer";
|
|
1114
|
+
readonly format: "int64";
|
|
1115
|
+
};
|
|
1116
|
+
readonly propertyType: {
|
|
1117
|
+
readonly type: "array";
|
|
1118
|
+
readonly items: {
|
|
1119
|
+
readonly $ref: "#/components/schemas/PropertyTypeEnum";
|
|
1120
|
+
};
|
|
1121
|
+
};
|
|
1122
|
+
readonly listingType: {
|
|
1123
|
+
readonly $ref: "#/components/schemas/ListingTypeEnum";
|
|
1124
|
+
};
|
|
1125
|
+
readonly priceMin: {
|
|
1126
|
+
readonly type: "number";
|
|
1127
|
+
};
|
|
1128
|
+
readonly priceMax: {
|
|
1129
|
+
readonly type: "number";
|
|
1130
|
+
};
|
|
1131
|
+
readonly bedroomsMin: {
|
|
1132
|
+
readonly type: "integer";
|
|
1133
|
+
readonly format: "int32";
|
|
1134
|
+
};
|
|
1135
|
+
readonly bedroomsMax: {
|
|
1136
|
+
readonly type: "integer";
|
|
1137
|
+
readonly format: "int32";
|
|
1138
|
+
};
|
|
1139
|
+
readonly bathroomsMin: {
|
|
1140
|
+
readonly type: "integer";
|
|
1141
|
+
readonly format: "int32";
|
|
1142
|
+
};
|
|
1143
|
+
readonly bathroomsMax: {
|
|
1144
|
+
readonly type: "integer";
|
|
1145
|
+
readonly format: "int32";
|
|
1146
|
+
};
|
|
1147
|
+
readonly totalMin: {
|
|
1148
|
+
readonly type: "number";
|
|
1149
|
+
readonly format: "double";
|
|
1150
|
+
};
|
|
1151
|
+
readonly totalMax: {
|
|
1152
|
+
readonly type: "number";
|
|
1153
|
+
readonly format: "double";
|
|
1154
|
+
};
|
|
1155
|
+
readonly livingMin: {
|
|
1156
|
+
readonly type: "number";
|
|
1157
|
+
readonly format: "double";
|
|
1158
|
+
};
|
|
1159
|
+
readonly livingMax: {
|
|
1160
|
+
readonly type: "number";
|
|
1161
|
+
readonly format: "double";
|
|
1162
|
+
};
|
|
1163
|
+
readonly regionId: {
|
|
1164
|
+
readonly type: "integer";
|
|
1165
|
+
readonly format: "int64";
|
|
1166
|
+
};
|
|
1167
|
+
readonly districtId: {
|
|
1168
|
+
readonly type: "integer";
|
|
1169
|
+
readonly format: "int64";
|
|
1170
|
+
};
|
|
1171
|
+
readonly subDistrictId: {
|
|
1172
|
+
readonly type: "integer";
|
|
1173
|
+
readonly format: "int64";
|
|
1174
|
+
};
|
|
1175
|
+
readonly streetId: {
|
|
1176
|
+
readonly type: "integer";
|
|
1177
|
+
readonly format: "int64";
|
|
1178
|
+
};
|
|
1179
|
+
};
|
|
1180
|
+
readonly required: readonly ["id", "listingType", "propertyType"];
|
|
1181
|
+
};
|
|
861
1182
|
export declare const AddressViewResponseSchema: {
|
|
862
1183
|
readonly type: "object";
|
|
863
1184
|
readonly properties: {
|
|
@@ -932,6 +1253,18 @@ export declare const PropertyTypeEnumSchema: {
|
|
|
932
1253
|
readonly type: "string";
|
|
933
1254
|
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
1255
|
};
|
|
1256
|
+
export declare const GenderEnumSchema: {
|
|
1257
|
+
readonly type: "string";
|
|
1258
|
+
readonly enum: readonly ["MALE", "FEMALE", "UNKNOWN"];
|
|
1259
|
+
};
|
|
1260
|
+
export declare const PriorityEnumSchema: {
|
|
1261
|
+
readonly type: "string";
|
|
1262
|
+
readonly enum: readonly ["CRITICAL", "HIGH", "MEDIUM", "LOW"];
|
|
1263
|
+
};
|
|
1264
|
+
export declare const ItemsEnum2Schema: {
|
|
1265
|
+
readonly type: "string";
|
|
1266
|
+
readonly enum: readonly ["WHATSAPP", "VIBER", "PHONE_CALL"];
|
|
1267
|
+
};
|
|
935
1268
|
export declare const TypeEnumSchema: {
|
|
936
1269
|
readonly type: "string";
|
|
937
1270
|
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
|
|
1
|
+
{"version":3,"file":"schemas.gen.d.ts","sourceRoot":"","sources":["../src/schemas.gen.ts"],"names":[],"mappings":"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"}
|