@wisemen/wise-crm 0.0.21 → 0.0.22
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/clients/wise-crm-api-client/business.client.d.ts +2 -2
- package/dist/clients/wise-crm-api-client/business.client.js +3 -3
- package/dist/clients/wise-crm-api-client/business.client.js.map +1 -1
- package/dist/clients/wise-crm-api-client/wise-crm-api.client.d.ts +1 -1
- package/dist/clients/wise-crm-api-client/wise-crm-api.client.js +1 -1
- package/dist/clients/wise-crm-api-client/wise-crm-api.client.js.map +1 -1
- package/dist/clients/wise-crm-service-user-client/wise-crm-service-user.client.d.ts +12 -12
- package/dist/clients/wise-crm-service-user-client/wise-crm-service-user.client.js +11 -65
- package/dist/clients/wise-crm-service-user-client/wise-crm-service-user.client.js.map +1 -1
- package/dist/constants/nats-subjects/subjects.js.map +1 -1
- package/dist/functions/map-address-string-to-command.function.d.ts +1 -1
- package/dist/functions/map-address-string-to-command.function.js +2 -2
- package/dist/functions/map-address-string-to-command.function.js.map +1 -1
- package/dist/types/business/business-billing-information.response.d.ts +5 -5
- package/dist/types/business/business-billing-information.response.js.map +1 -1
- package/dist/types/business/business-detail.response.d.ts +10 -5
- package/dist/types/business/business-detail.response.js +4 -0
- package/dist/types/business/business-detail.response.js.map +1 -1
- package/dist/types/business/business-index.response.d.ts +1 -1
- package/dist/types/business/business-index.response.js +1 -1
- package/dist/types/business/business-index.response.js.map +1 -1
- package/dist/types/business/child-parent-business.response.d.ts +3 -2
- package/dist/types/business/child-parent-business.response.js.map +1 -1
- package/dist/types/business/create-business.command.d.ts +12 -5
- package/dist/types/business/create-business.command.js +10 -3
- package/dist/types/business/create-business.command.js.map +1 -1
- package/dist/types/business/update-business.command.d.ts +3 -1
- package/dist/types/business/update-business.command.js +1 -0
- package/dist/types/business/update-business.command.js.map +1 -1
- package/dist/types/deal/deal-contact-person.response.d.ts +9 -0
- package/dist/types/deal/deal-contact-person.response.js +10 -0
- package/dist/types/deal/deal-contact-person.response.js.map +1 -0
- package/dist/types/deal/deal-detail.response.d.ts +11 -4
- package/dist/types/deal/deal-detail.response.js +5 -0
- package/dist/types/deal/deal-detail.response.js.map +1 -1
- package/dist/types/deal/deal-user.response.d.ts +5 -0
- package/dist/types/deal/deal-user.response.js +6 -0
- package/dist/types/deal/deal-user.response.js.map +1 -0
- package/dist/types/deal/index.d.ts +2 -0
- package/dist/types/deal/index.js +2 -0
- package/dist/types/deal/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js +2 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/individual/create-individual.command.d.ts +1 -1
- package/dist/types/individual/create-individual.response.d.ts +1 -1
- package/dist/types/individual/create-individual.response.js +3 -1
- package/dist/types/individual/create-individual.response.js.map +1 -1
- package/dist/types/individual/index.d.ts +1 -1
- package/dist/types/individual/index.js +1 -1
- package/dist/types/individual/index.js.map +1 -1
- package/dist/types/individual/individual-billing-information.response.d.ts +3 -3
- package/dist/types/individual/individual-billing-information.response.js.map +1 -1
- package/dist/types/individual/individual-detail.response.d.ts +4 -4
- package/dist/types/individual/update-individual.command.d.ts +2 -2
- package/dist/types/integration-events/business-billing-information-upserted-content.type.d.ts +5 -5
- package/dist/types/integration-events/business-created-content.type.d.ts +1 -1
- package/dist/types/integration-events/business-updated-content.type.d.ts +3 -1
- package/dist/types/integration-events/individual-billing-information-upserted-content.type.d.ts +3 -3
- package/dist/types/integration-events/individual-created-content.type.d.ts +1 -1
- package/dist/types/integration-events/individual-status-updated-content.type.d.ts +2 -1
- package/dist/types/integration-events/individual-updated-content.type.d.ts +2 -0
- package/dist/types/integration-events/integration-event.type.d.ts +7 -1
- package/dist/types/integration-events/integration-event.type.js +6 -0
- package/dist/types/integration-events/integration-event.type.js.map +1 -1
- package/dist/types/locale/index.d.ts +2 -0
- package/dist/types/locale/index.js +3 -0
- package/dist/types/locale/index.js.map +1 -0
- package/dist/types/locale/locale.enum.js.map +1 -0
- package/dist/types/locale/localized-string.d.ts +5 -0
- package/dist/types/locale/localized-string.js +5 -0
- package/dist/types/locale/localized-string.js.map +1 -0
- package/dist/types/location/location-detail.response.d.ts +1 -1
- package/dist/types/location/location-detail.response.js.map +1 -1
- package/dist/types/tenant/billing-information-requirement.enum.d.ts +6 -0
- package/dist/types/tenant/billing-information-requirement.enum.js +8 -0
- package/dist/types/tenant/billing-information-requirement.enum.js.map +1 -0
- package/dist/types/tenant/create-tenant.command.d.ts +19 -2
- package/dist/types/tenant/create-tenant.command.js +15 -1
- package/dist/types/tenant/create-tenant.command.js.map +1 -1
- package/dist/types/tenant/entity-color.enum.d.ts +22 -0
- package/dist/types/tenant/entity-color.enum.js +24 -0
- package/dist/types/tenant/entity-color.enum.js.map +1 -0
- package/dist/types/tenant/index.d.ts +4 -0
- package/dist/types/tenant/index.js +4 -0
- package/dist/types/tenant/index.js.map +1 -1
- package/package.json +20 -13
- package/dist/types/address/address-command.builder.d.ts +0 -16
- package/dist/types/address/address-command.builder.js +0 -57
- package/dist/types/address/address-command.builder.js.map +0 -1
- package/dist/types/address/address-command.d.ts +0 -14
- package/dist/types/address/address-command.js +0 -26
- package/dist/types/address/address-command.js.map +0 -1
- package/dist/types/address/address.builder.d.ts +0 -16
- package/dist/types/address/address.builder.js +0 -57
- package/dist/types/address/address.builder.js.map +0 -1
- package/dist/types/address/address.d.ts +0 -12
- package/dist/types/address/address.js +0 -12
- package/dist/types/address/address.js.map +0 -1
- package/dist/types/address/address.response.d.ts +0 -12
- package/dist/types/address/address.response.js +0 -12
- package/dist/types/address/address.response.js.map +0 -1
- package/dist/types/address/index.d.ts +0 -1
- package/dist/types/address/index.js +0 -2
- package/dist/types/address/index.js.map +0 -1
- package/dist/types/individual/locale.enum.js.map +0 -1
- /package/dist/types/{individual → locale}/locale.enum.d.ts +0 -0
- /package/dist/types/{individual → locale}/locale.enum.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { WiseCrmApiClientOptions } from './wise-crm-api.client.js';
|
|
2
|
+
import { BusinessDetailResponse, ViewBusinessIndexQuery, BusinessIndexResponse } from '#lib/types/index.js';
|
|
3
3
|
export declare class BusinessClient {
|
|
4
4
|
private baseUrl;
|
|
5
5
|
private getAccessToken;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import axios from
|
|
1
|
+
import axios from 'axios';
|
|
2
2
|
export class BusinessClient {
|
|
3
3
|
baseUrl;
|
|
4
4
|
getAccessToken;
|
|
@@ -8,11 +8,11 @@ export class BusinessClient {
|
|
|
8
8
|
}
|
|
9
9
|
async detail(businessUuid) {
|
|
10
10
|
return axios
|
|
11
|
-
.get(`${this.baseUrl}/businesses/${businessUuid}`, { headers: { Authorization: `Bearer ${this.getAccessToken}` } }).then(
|
|
11
|
+
.get(`${this.baseUrl}/businesses/${businessUuid}`, { headers: { Authorization: `Bearer ${await this.getAccessToken()}` } }).then(res => res.data);
|
|
12
12
|
}
|
|
13
13
|
async index(queryParams) {
|
|
14
14
|
return axios
|
|
15
|
-
.get(`${this.baseUrl}/businesses`, { headers: { Authorization: `Bearer ${this.getAccessToken}` }, params: queryParams }).then(
|
|
15
|
+
.get(`${this.baseUrl}/businesses`, { headers: { Authorization: `Bearer ${await this.getAccessToken()}` }, params: queryParams }).then(res => res.data);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=business.client.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"business.client.js","sourceRoot":"","sources":["../../../lib/clients/wise-crm-api-client/business.client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"business.client.js","sourceRoot":"","sources":["../../../lib/clients/wise-crm-api-client/business.client.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,OAAO,cAAc;IACjB,OAAO,CAAQ;IACf,cAAc,CAAuB;IAE7C,YAAa,OAAgC;QAC3C,IAAI,CAAC,OAAO,GAAG,GAAG,OAAO,CAAC,IAAI,SAAS,CAAA;QACvC,IAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAA;IAC9C,CAAC;IAEM,KAAK,CAAC,MAAM,CACjB,YAAoB;QAEpB,OAAO,KAAK;aACT,GAAG,CACF,GAAG,IAAI,CAAC,OAAO,eAAe,YAAY,EAAE,EAC5C,EAAE,OAAO,EAAE,EAAE,aAAa,EAAE,UAAU,MAAM,IAAI,CAAC,cAAc,EAAE,EAAE,EAAE,EAAE,CACxE,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;IAC3B,CAAC;IAEM,KAAK,CAAC,KAAK,CAChB,WAAmC;QAEnC,OAAO,KAAK;aACT,GAAG,CACF,GAAG,IAAI,CAAC,OAAO,aAAa,EAC5B,EAAE,OAAO,EAAE,EAAE,aAAa,EAAE,UAAU,MAAM,IAAI,CAAC,cAAc,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,CAC7F,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;IAC3B,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wise-crm-api.client.js","sourceRoot":"","sources":["../../../lib/clients/wise-crm-api-client/wise-crm-api.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"wise-crm-api.client.js","sourceRoot":"","sources":["../../../lib/clients/wise-crm-api-client/wise-crm-api.client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAOrD,MAAM,OAAO,gBAAgB;IACpB,QAAQ,CAAgB;IAE/B,YAAa,OAAgC;QAC3C,IAAI,CAAC,QAAQ,GAAG,IAAI,cAAc,CAAC,OAAO,CAAC,CAAA;IAC7C,CAAC;CACF"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
1
|
+
import { CreateTenantResponse } from '#lib/types/tenant/create-tenant.response.js';
|
|
2
|
+
import { CreateBusinessCommand } from '#lib/types/business/create-business.command.js';
|
|
3
|
+
import { CreateIndividualResponse } from '#lib/types/individual/create-individual.response.js';
|
|
4
|
+
import { CreateIndividualCommand } from '#lib/types/individual/create-individual.command.js';
|
|
5
|
+
import { AssignUserAsAdminCommand } from '#lib/types/tenant/assign-user-as-admin.command.js';
|
|
6
|
+
import { UpdateIndividualCommand } from '#lib/types/individual/update-individual.command.js';
|
|
7
|
+
import { UpdateIndividualStatusCommand } from '#lib/types/individual/update-individual-status.command.js';
|
|
8
|
+
import { UpdateBusinessCommand } from '#lib/types/business/update-business.command.js';
|
|
9
|
+
import { DealDetailResponse } from '#lib/types/deal/deal-detail.response.js';
|
|
10
|
+
import { UpdateBusinessStatusCommand } from '#lib/types/business/update-business-status.command.js';
|
|
11
|
+
import { ViewIndividualDetailResponse } from '#lib/types/individual/individual-detail.response.js';
|
|
12
|
+
import { BusinessDetailResponse, CreateBusinessResponse, CreateTenantCommand } from '#lib/types/index.js';
|
|
13
13
|
export interface WiseCrmServiceUserClientOptions {
|
|
14
14
|
host: string;
|
|
15
15
|
issuer: string;
|
|
@@ -7,9 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import axios from
|
|
11
|
-
import { Injectable } from
|
|
12
|
-
import { ZitadelTokenStore } from
|
|
10
|
+
import axios from 'axios';
|
|
11
|
+
import { Injectable } from '@nestjs/common';
|
|
12
|
+
import { ZitadelTokenStore } from './token.store.js';
|
|
13
13
|
let WiseCrmServiceUserClient = class WiseCrmServiceUserClient {
|
|
14
14
|
baseUrl;
|
|
15
15
|
tokenStore;
|
|
@@ -34,91 +34,37 @@ let WiseCrmServiceUserClient = class WiseCrmServiceUserClient {
|
|
|
34
34
|
return res.data;
|
|
35
35
|
}
|
|
36
36
|
async createBusiness(command) {
|
|
37
|
-
const res = await this.client.post('/api/v1/businesses',
|
|
38
|
-
name: command.name,
|
|
39
|
-
email: command.email,
|
|
40
|
-
phone: command.phone,
|
|
41
|
-
mobilePhone: command.mobilePhone,
|
|
42
|
-
vatNumber: command.vatNumber,
|
|
43
|
-
companyNumber: command.companyNumber,
|
|
44
|
-
address: command.address,
|
|
45
|
-
customFields: command.customFields,
|
|
46
|
-
parentUuid: command.parentUuid,
|
|
47
|
-
childUuid: command.childUuid
|
|
48
|
-
});
|
|
37
|
+
const res = await this.client.post('/api/v1/businesses', command);
|
|
49
38
|
return res.data;
|
|
50
39
|
}
|
|
51
40
|
async updateBusiness(businessUuid, command) {
|
|
52
|
-
|
|
53
|
-
name: command.name,
|
|
54
|
-
email: command.email,
|
|
55
|
-
phone: command.phone,
|
|
56
|
-
mobilePhone: command.mobilePhone,
|
|
57
|
-
vatNumber: command.vatNumber,
|
|
58
|
-
companyNumber: command.companyNumber,
|
|
59
|
-
address: command.address,
|
|
60
|
-
customFields: command.customFields,
|
|
61
|
-
});
|
|
62
|
-
return res.data;
|
|
41
|
+
await this.client.post(`/api/v1/businesses/${businessUuid}`, command);
|
|
63
42
|
}
|
|
64
43
|
async updateBusinessStatus(businessUuid, command) {
|
|
65
|
-
|
|
44
|
+
await this.client.patch(`/api/v1/businesses/${businessUuid}/status`, {
|
|
66
45
|
status: command.status
|
|
67
46
|
});
|
|
68
|
-
return res.data;
|
|
69
47
|
}
|
|
70
48
|
async getIndividualOrFail(individualUuid) {
|
|
71
49
|
const res = await this.client.get(`/api/v1/individuals/${individualUuid}`);
|
|
72
50
|
return res.data;
|
|
73
51
|
}
|
|
74
52
|
async createIndividual(command) {
|
|
75
|
-
const res = await this.client.post('/api/v1/individuals',
|
|
76
|
-
firstName: command.firstName,
|
|
77
|
-
lastName: command.lastName,
|
|
78
|
-
email: command.email,
|
|
79
|
-
phone: command.phone,
|
|
80
|
-
mobilePhone: command.mobilePhone,
|
|
81
|
-
address: command.address,
|
|
82
|
-
customFields: command.customFields
|
|
83
|
-
});
|
|
53
|
+
const res = await this.client.post('/api/v1/individuals', command);
|
|
84
54
|
return res.data;
|
|
85
55
|
}
|
|
86
56
|
async updateIndividual(individualUuid, command) {
|
|
87
|
-
|
|
88
|
-
firstName: command.firstName,
|
|
89
|
-
lastName: command.lastName,
|
|
90
|
-
email: command.email,
|
|
91
|
-
phone: command.phone,
|
|
92
|
-
mobilePhone: command.mobilePhone,
|
|
93
|
-
address: command.address,
|
|
94
|
-
customFields: command.customFields
|
|
95
|
-
});
|
|
96
|
-
return res.data;
|
|
57
|
+
await this.client.patch(`/api/v1/individuals/${individualUuid}`, command);
|
|
97
58
|
}
|
|
98
59
|
async updateIndividualStatus(individualUuid, command) {
|
|
99
|
-
|
|
100
|
-
status: command.status
|
|
101
|
-
});
|
|
102
|
-
return res.data;
|
|
60
|
+
await this.client.patch(`/api/v1/individuals/${individualUuid}/status`, command);
|
|
103
61
|
}
|
|
104
62
|
async createTenant(command) {
|
|
105
|
-
const res = await this.client.post('/api/v1/tenants',
|
|
106
|
-
name: command.name,
|
|
107
|
-
slug: command.slug,
|
|
108
|
-
domain: command.domain,
|
|
109
|
-
oidcIssuer: command.oidcIssuer,
|
|
110
|
-
oidcAudience: command.oidcAudience,
|
|
111
|
-
oidcOrganizationId: command.oidcOrganizationId,
|
|
112
|
-
czOidcIssuer: command.czOidcIssuer,
|
|
113
|
-
czOidcAudience: command.czOidcAudience,
|
|
114
|
-
czOidcOrganizationId: command.czOidcOrganizationId
|
|
115
|
-
});
|
|
63
|
+
const res = await this.client.post('/api/v1/tenants', command);
|
|
116
64
|
return res.data;
|
|
117
65
|
}
|
|
118
66
|
async assignUserAsAdmin(tenantUuid, command) {
|
|
119
|
-
await this.client.post(`/api/v1/tenants/${tenantUuid}/assign-user-as-admin`,
|
|
120
|
-
userId: command.userId
|
|
121
|
-
});
|
|
67
|
+
await this.client.post(`/api/v1/tenants/${tenantUuid}/assign-user-as-admin`, command);
|
|
122
68
|
}
|
|
123
69
|
async transitionDeal(dealUuid, key) {
|
|
124
70
|
await this.client.patch(`/api/v1/deals/${dealUuid}/column`, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wise-crm-service-user.client.js","sourceRoot":"","sources":["../../../lib/clients/wise-crm-service-user-client/wise-crm-service-user.client.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAwB,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"wise-crm-service-user.client.js","sourceRoot":"","sources":["../../../lib/clients/wise-crm-service-user-client/wise-crm-service-user.client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../../lib/constants/nats-subjects/subjects.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"subjects.js","sourceRoot":"","sources":["../../../lib/constants/nats-subjects/subjects.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG,+CAA+C,CAAA;AACvF,MAAM,CAAC,MAAM,0BAA0B,GAAG,iDAAiD,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AddressCommand } from
|
|
1
|
+
import { AddressCommand } from '@wisemen/address';
|
|
2
2
|
export declare function mapAddressStringToCommand(addressString: string): AddressCommand;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { AddressCommandBuilder } from '@wisemen/address';
|
|
2
|
+
import { CoordinatesCommandBuilder } from '@wisemen/coordinates';
|
|
3
3
|
export function mapAddressStringToCommand(addressString) {
|
|
4
4
|
const address = JSON.parse(addressString);
|
|
5
5
|
return new AddressCommandBuilder()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"map-address-string-to-command.function.js","sourceRoot":"","sources":["../../lib/functions/map-address-string-to-command.function.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"map-address-string-to-command.function.js","sourceRoot":"","sources":["../../lib/functions/map-address-string-to-command.function.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,qBAAqB,EAAE,MAAM,kBAAkB,CAAA;AACjF,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAA;AAEhE,MAAM,UAAU,yBAAyB,CAAE,aAAqB;IAC9D,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAY,CAAA;IACpD,OAAO,IAAI,qBAAqB,EAAE;SAC/B,WAAW,CAAC,OAAO,CAAC,OAAO,IAAI,IAAI,CAAC;SACpC,aAAa,CAAC,OAAO,CAAC,SAAS,IAAI,IAAI,CAAC;SACxC,cAAc,CAAC,OAAO,CAAC,UAAU,IAAI,IAAI,CAAC;SAC1C,gBAAgB,CAAC,OAAO,CAAC,YAAY,IAAI,IAAI,CAAC;SAC9C,QAAQ,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC;SAC9B,QAAQ,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,CAAC;SAC9B,cAAc,CAAC,OAAO,CAAC,UAAU,IAAI,IAAI,CAAC;SAC1C,WAAW,CAAC,OAAO,CAAC,OAAO,IAAI,IAAI,CAAC;SACpC,eAAe,CAAC,IAAI,yBAAyB,EAAE;SAC7C,YAAY,CAAC,OAAO,CAAC,WAAW,EAAE,QAAQ,IAAI,CAAC,CAAC;SAChD,aAAa,CAAC,OAAO,CAAC,WAAW,EAAE,SAAS,IAAI,CAAC,CAAC;SAClD,KAAK,EAAE,CAAC;SACV,KAAK,EAAE,CAAA;AACZ,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { LocationDetailResponse } from
|
|
1
|
+
import { LocationDetailResponse } from '#lib/types/location/location-detail.response.js';
|
|
2
2
|
export declare class BusinessBillingInformationResponse {
|
|
3
3
|
uuid: string;
|
|
4
|
-
invoiceEmail: string;
|
|
4
|
+
invoiceEmail: string | null;
|
|
5
5
|
invoiceCcEmails: string[];
|
|
6
|
-
reminderEmail: string;
|
|
6
|
+
reminderEmail: string | null;
|
|
7
7
|
reminderCcEmails: string[];
|
|
8
|
-
purchaseNoteEmail: string;
|
|
8
|
+
purchaseNoteEmail: string | null;
|
|
9
9
|
purchaseNoteCcEmails: string[];
|
|
10
|
-
location: LocationDetailResponse;
|
|
10
|
+
location: LocationDetailResponse | null;
|
|
11
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"business-billing-information.response.js","sourceRoot":"","sources":["../../../lib/types/business/business-billing-information.response.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,kCAAkC;IAC7C,IAAI,CAAQ;IACZ,YAAY,
|
|
1
|
+
{"version":3,"file":"business-billing-information.response.js","sourceRoot":"","sources":["../../../lib/types/business/business-billing-information.response.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,kCAAkC;IAC7C,IAAI,CAAQ;IACZ,YAAY,CAAe;IAC3B,eAAe,CAAU;IACzB,aAAa,CAAe;IAC5B,gBAAgB,CAAU;IAC1B,iBAAiB,CAAe;IAChC,oBAAoB,CAAU;IAC9B,QAAQ,CAA+B;CACxC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { BusinessBillingInformationResponse } from
|
|
3
|
-
import { BusinessContactPersonResponse } from
|
|
4
|
-
import { ChildParentBusinessResponse } from
|
|
1
|
+
import { CountryCode } from '@wisemen/vies';
|
|
2
|
+
import { BusinessBillingInformationResponse } from './business-billing-information.response.js';
|
|
3
|
+
import { BusinessContactPersonResponse } from './business-contact-person.response.js';
|
|
4
|
+
import { ChildParentBusinessResponse } from './child-parent-business.response.js';
|
|
5
|
+
import { LocationDetailResponse } from '#lib/types/location/location-detail.response.js';
|
|
5
6
|
export declare class BusinessDetailResponse {
|
|
6
7
|
uuid: string;
|
|
7
8
|
createdAt: string;
|
|
@@ -10,7 +11,7 @@ export declare class BusinessDetailResponse {
|
|
|
10
11
|
email: string | null;
|
|
11
12
|
phone: string | null;
|
|
12
13
|
mobilePhone: string | null;
|
|
13
|
-
vatNumber:
|
|
14
|
+
vatNumber: VatNumberResponse | null;
|
|
14
15
|
companyNumber: string | null;
|
|
15
16
|
location: LocationDetailResponse | null;
|
|
16
17
|
billingInformation: BusinessBillingInformationResponse | null;
|
|
@@ -19,3 +20,7 @@ export declare class BusinessDetailResponse {
|
|
|
19
20
|
children: ChildParentBusinessResponse[];
|
|
20
21
|
customFields: object | null;
|
|
21
22
|
}
|
|
23
|
+
export declare class VatNumberResponse {
|
|
24
|
+
countryCode: CountryCode;
|
|
25
|
+
number: string;
|
|
26
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"business-detail.response.js","sourceRoot":"","sources":["../../../lib/types/business/business-detail.response.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"business-detail.response.js","sourceRoot":"","sources":["../../../lib/types/business/business-detail.response.ts"],"names":[],"mappings":"AAMA,MAAM,OAAO,sBAAsB;IACjC,IAAI,CAAQ;IACZ,SAAS,CAAQ;IACjB,SAAS,CAAQ;IACjB,IAAI,CAAQ;IACZ,KAAK,CAAe;IACpB,KAAK,CAAe;IACpB,WAAW,CAAe;IAC1B,SAAS,CAA0B;IACnC,aAAa,CAAe;IAC5B,QAAQ,CAA+B;IACvC,kBAAkB,CAA2C;IAC7D,cAAc,CAAiC;IAC/C,MAAM,CAAoC;IAC1C,QAAQ,CAA+B;IACvC,YAAY,CAAe;CAC5B;AAED,MAAM,OAAO,iBAAiB;IAC5B,WAAW,CAAa;IACxB,MAAM,CAAQ;CACf"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PaginatedOffsetResponse } from
|
|
1
|
+
import { PaginatedOffsetResponse } from '@wisemen/pagination';
|
|
2
2
|
export declare class BusinessIndexResponse extends PaginatedOffsetResponse<BusinessIndexResponseItem> {
|
|
3
3
|
items: BusinessIndexResponseItem[];
|
|
4
4
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"business-index.response.js","sourceRoot":"","sources":["../../../lib/types/business/business-index.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"business-index.response.js","sourceRoot":"","sources":["../../../lib/types/business/business-index.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAA;AAE7D,MAAM,OAAO,qBACX,SAAQ,uBAAkD;CAE3D;AAED,MAAM,OAAO,yBAAyB;IACpC,IAAI,CAAQ;IACZ,IAAI,CAAQ;IACZ,KAAK,CAAe;IACpB,KAAK,CAAe;IACpB,WAAW,CAAe;IAC1B,SAAS,CAAe;IACxB,aAAa,CAAe;CAC7B"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { VatNumberResponse } from './business-detail.response.js';
|
|
2
|
+
import { LocationDetailResponse } from '#lib/types/location/location-detail.response.js';
|
|
2
3
|
export declare class ChildParentBusinessResponse {
|
|
3
4
|
uuid: string;
|
|
4
5
|
name: string;
|
|
@@ -7,7 +8,7 @@ export declare class ChildParentBusinessResponse {
|
|
|
7
8
|
email: string | null;
|
|
8
9
|
phone: string | null;
|
|
9
10
|
mobilePhone: string | null;
|
|
10
|
-
vatNumber:
|
|
11
|
+
vatNumber: VatNumberResponse | null;
|
|
11
12
|
companyNumber: string | null;
|
|
12
13
|
location: LocationDetailResponse | null;
|
|
13
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"child-parent-business.response.js","sourceRoot":"","sources":["../../../lib/types/business/child-parent-business.response.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"child-parent-business.response.js","sourceRoot":"","sources":["../../../lib/types/business/child-parent-business.response.ts"],"names":[],"mappings":"AAGA,MAAM,OAAO,2BAA2B;IACtC,IAAI,CAAQ;IACZ,IAAI,CAAQ;IACZ,SAAS,CAAQ;IACjB,SAAS,CAAQ;IACjB,KAAK,CAAe;IACpB,KAAK,CAAe;IACpB,WAAW,CAAe;IAC1B,SAAS,CAA0B;IACnC,aAAa,CAAe;IAC5B,QAAQ,CAA+B;CACxC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { AddressCommand } from '@wisemen/address';
|
|
2
|
+
import { CountryCode } from '@wisemen/vies';
|
|
3
3
|
export declare class CreateBusinessCommand {
|
|
4
4
|
name: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
individual: CreateBusinessIndividualCommand | null;
|
|
6
|
+
individualUuid: string | null;
|
|
7
|
+
individualPosition: string | null;
|
|
8
8
|
vatNumber: VatNumberCommand | null;
|
|
9
9
|
companyNumber: string | null;
|
|
10
10
|
address: AddressCommand;
|
|
@@ -16,3 +16,10 @@ export declare class VatNumberCommand {
|
|
|
16
16
|
countryCode: CountryCode;
|
|
17
17
|
number: string;
|
|
18
18
|
}
|
|
19
|
+
export declare class CreateBusinessIndividualCommand {
|
|
20
|
+
firstName: string;
|
|
21
|
+
lastName: string;
|
|
22
|
+
email: string | null;
|
|
23
|
+
phone: string | null;
|
|
24
|
+
mobilePhone: string | null;
|
|
25
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export class CreateBusinessCommand {
|
|
2
2
|
name;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
individual;
|
|
4
|
+
individualUuid;
|
|
5
|
+
individualPosition;
|
|
6
6
|
vatNumber;
|
|
7
7
|
companyNumber;
|
|
8
8
|
address;
|
|
@@ -14,4 +14,11 @@ export class VatNumberCommand {
|
|
|
14
14
|
countryCode;
|
|
15
15
|
number;
|
|
16
16
|
}
|
|
17
|
+
export class CreateBusinessIndividualCommand {
|
|
18
|
+
firstName;
|
|
19
|
+
lastName;
|
|
20
|
+
email;
|
|
21
|
+
phone;
|
|
22
|
+
mobilePhone;
|
|
23
|
+
}
|
|
17
24
|
//# sourceMappingURL=create-business.command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-business.command.js","sourceRoot":"","sources":["../../../lib/types/business/create-business.command.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-business.command.js","sourceRoot":"","sources":["../../../lib/types/business/create-business.command.ts"],"names":[],"mappings":"AAGA,MAAM,OAAO,qBAAqB;IAChC,IAAI,CAAQ;IACZ,UAAU,CAAwC;IAClD,cAAc,CAAe;IAC7B,kBAAkB,CAAe;IACjC,SAAS,CAAyB;IAClC,aAAa,CAAe;IAC5B,OAAO,CAAgB;IACvB,YAAY,CAAe;IAC3B,UAAU,CAAe;IACzB,SAAS,CAAe;CACzB;AAED,MAAM,OAAO,gBAAgB;IAC3B,WAAW,CAAa;IACxB,MAAM,CAAQ;CACf;AAED,MAAM,OAAO,+BAA+B;IAC1C,SAAS,CAAQ;IACjB,QAAQ,CAAQ;IAChB,KAAK,CAAe;IACpB,KAAK,CAAe;IACpB,WAAW,CAAe;CAC3B"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { AddressCommand } from '
|
|
1
|
+
import { AddressCommand } from '@wisemen/address';
|
|
2
2
|
import { VatNumberCommand } from './create-business.command.js';
|
|
3
|
+
import { Locale } from '#lib/types/locale/locale.enum.js';
|
|
3
4
|
export declare class UpdateBusinessCommand {
|
|
4
5
|
name: string;
|
|
5
6
|
email: string | null;
|
|
@@ -9,4 +10,5 @@ export declare class UpdateBusinessCommand {
|
|
|
9
10
|
companyNumber: string | null;
|
|
10
11
|
address: AddressCommand;
|
|
11
12
|
customFields: object | null;
|
|
13
|
+
language: Locale;
|
|
12
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-business.command.js","sourceRoot":"","sources":["../../../lib/types/business/update-business.command.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-business.command.js","sourceRoot":"","sources":["../../../lib/types/business/update-business.command.ts"],"names":[],"mappings":"AAIA,MAAM,OAAO,qBAAqB;IAChC,IAAI,CAAQ;IACZ,KAAK,CAAe;IACpB,KAAK,CAAe;IACpB,WAAW,CAAe;IAC1B,SAAS,CAAyB;IAClC,aAAa,CAAe;IAC5B,OAAO,CAAgB;IACvB,YAAY,CAAe;IAC3B,QAAQ,CAAQ;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-contact-person.response.js","sourceRoot":"","sources":["../../../lib/types/deal/deal-contact-person.response.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,yBAAyB;IACpC,IAAI,CAAQ;IACZ,SAAS,CAAQ;IACjB,QAAQ,CAAQ;IAChB,KAAK,CAAe;IACpB,KAAK,CAAe;IACpB,WAAW,CAAe;IAC1B,SAAS,CAAS;CACnB"}
|
|
@@ -1,12 +1,19 @@
|
|
|
1
|
-
import { ContentLocale } from
|
|
2
|
-
import { DealBoardColumnResponse } from
|
|
3
|
-
import { DealClientResponse } from
|
|
4
|
-
import {
|
|
1
|
+
import { ContentLocale } from './content-locale.enum.js';
|
|
2
|
+
import { DealBoardColumnResponse } from './deal-board-column.response.js';
|
|
3
|
+
import { DealClientResponse } from './deal-client.response.js';
|
|
4
|
+
import { DealContactPersonResponse } from './deal-contact-person.response.js';
|
|
5
|
+
import { DealSource } from './deal-source.enum.js';
|
|
6
|
+
import { DealUserResponse } from './deal-user.response.js';
|
|
5
7
|
export declare class DealDetailResponse {
|
|
6
8
|
uuid: string;
|
|
7
9
|
name: string;
|
|
8
10
|
dealLanguage: ContentLocale;
|
|
9
11
|
dealSource: DealSource;
|
|
10
12
|
client: DealClientResponse;
|
|
13
|
+
createdBy: DealUserResponse;
|
|
14
|
+
owner: DealUserResponse | null;
|
|
11
15
|
boardColumn: DealBoardColumnResponse;
|
|
16
|
+
contactPersons: DealContactPersonResponse[];
|
|
17
|
+
createdAt: string;
|
|
18
|
+
updatedAt: string;
|
|
12
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deal-detail.response.js","sourceRoot":"","sources":["../../../lib/types/deal/deal-detail.response.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deal-detail.response.js","sourceRoot":"","sources":["../../../lib/types/deal/deal-detail.response.ts"],"names":[],"mappings":"AAOA,MAAM,OAAO,kBAAkB;IAC7B,IAAI,CAAQ;IACZ,IAAI,CAAQ;IACZ,YAAY,CAAe;IAC3B,UAAU,CAAY;IACtB,MAAM,CAAoB;IAC1B,SAAS,CAAkB;IAC3B,KAAK,CAAyB;IAC9B,WAAW,CAAyB;IACpC,cAAc,CAA6B;IAC3C,SAAS,CAAQ;IACjB,SAAS,CAAQ;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deal-user.response.js","sourceRoot":"","sources":["../../../lib/types/deal/deal-user.response.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,gBAAgB;IAC3B,IAAI,CAAQ;IACZ,SAAS,CAAe;IACxB,QAAQ,CAAe;CACxB"}
|
|
@@ -3,3 +3,5 @@ export * from './content-locale.enum.js';
|
|
|
3
3
|
export * from './deal-source.enum.js';
|
|
4
4
|
export * from './deal-client.response.js';
|
|
5
5
|
export * from './deal-board-column.response.js';
|
|
6
|
+
export * from './deal-user.response.js';
|
|
7
|
+
export * from './deal-contact-person.response.js';
|
package/dist/types/deal/index.js
CHANGED
|
@@ -3,4 +3,6 @@ export * from './content-locale.enum.js';
|
|
|
3
3
|
export * from './deal-source.enum.js';
|
|
4
4
|
export * from './deal-client.response.js';
|
|
5
5
|
export * from './deal-board-column.response.js';
|
|
6
|
+
export * from './deal-user.response.js';
|
|
7
|
+
export * from './deal-contact-person.response.js';
|
|
6
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/types/deal/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,0BAA0B,CAAA;AACxC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,iCAAiC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/types/deal/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,0BAA0B,CAAA;AACxC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,yBAAyB,CAAA;AACvC,cAAc,mCAAmC,CAAA"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export * from './address/index.js';
|
|
2
1
|
export * from './business/index.js';
|
|
3
2
|
export * from './individual/index.js';
|
|
4
3
|
export * from './location/index.js';
|
|
5
4
|
export * from './integration-events/index.js';
|
|
6
5
|
export * from './tenant/index.js';
|
|
6
|
+
export * from './locale/index.js';
|
|
7
|
+
export * from './deal/index.js';
|
package/dist/types/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export * from './address/index.js';
|
|
2
1
|
export * from './business/index.js';
|
|
3
2
|
export * from './individual/index.js';
|
|
4
3
|
export * from './location/index.js';
|
|
5
4
|
export * from './integration-events/index.js';
|
|
6
5
|
export * from './tenant/index.js';
|
|
6
|
+
export * from './locale/index.js';
|
|
7
|
+
export * from './deal/index.js';
|
|
7
8
|
//# sourceMappingURL=index.js.map
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA;AACnC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA"}
|