@sweepbright/api-client 0.30.3 → 0.30.5

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.
Files changed (45) hide show
  1. package/dist/mockServer.js +27 -0
  2. package/dist/mockServer.js.map +1 -0
  3. package/dist/src/__tests__/auth.test.js +15 -0
  4. package/dist/src/__tests__/auth.test.js.map +1 -0
  5. package/dist/src/__tests__/channels.test.js +77 -0
  6. package/dist/src/__tests__/channels.test.js.map +1 -0
  7. package/dist/src/__tests__/contacts.test.js +61 -0
  8. package/dist/src/__tests__/contacts.test.js.map +1 -0
  9. package/dist/src/__tests__/estates.test.js +43 -0
  10. package/dist/src/__tests__/estates.test.js.map +1 -0
  11. package/dist/src/__tests__/leads.test.js +55 -0
  12. package/dist/src/__tests__/leads.test.js.map +1 -0
  13. package/dist/src/common/currencies.js +55 -0
  14. package/dist/src/common/currencies.js.map +1 -0
  15. package/dist/src/common/types.js +3 -0
  16. package/dist/src/common/types.js.map +1 -0
  17. package/dist/src/entities/office.js +9 -0
  18. package/dist/src/entities/office.js.map +1 -0
  19. package/dist/src/entities/property.js +220 -0
  20. package/dist/src/entities/property.js.map +1 -0
  21. package/dist/src/index.js +94 -0
  22. package/dist/src/index.js.map +1 -0
  23. package/dist/src/resources/channel_accounts.js +31 -0
  24. package/dist/src/resources/channel_accounts.js.map +1 -0
  25. package/dist/src/resources/channels.js +32 -0
  26. package/dist/src/resources/channels.js.map +1 -0
  27. package/dist/src/resources/companies.js +16 -0
  28. package/dist/src/resources/companies.js.map +1 -0
  29. package/dist/src/resources/contact_preferences.js +14 -0
  30. package/dist/src/resources/contact_preferences.js.map +1 -0
  31. package/dist/src/resources/contacts.js +29 -0
  32. package/dist/src/resources/contacts.js.map +1 -0
  33. package/dist/src/resources/estates.js +73 -0
  34. package/dist/src/resources/estates.js.map +1 -0
  35. package/dist/src/resources/leads.js +26 -0
  36. package/dist/src/resources/leads.js.map +1 -0
  37. package/dist/src/resources/negotiators.js +16 -0
  38. package/dist/src/resources/negotiators.js.map +1 -0
  39. package/dist/src/resources/offices.js +12 -0
  40. package/dist/src/resources/offices.js.map +1 -0
  41. package/dist/src/types.js +40 -0
  42. package/dist/src/types.js.map +1 -0
  43. package/dist/src/utils.js +28 -0
  44. package/dist/src/utils.js.map +1 -0
  45. package/package.json +5 -4
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.handlers = exports.rest = exports.server = void 0;
4
+ const msw_1 = require("msw");
5
+ Object.defineProperty(exports, "rest", { enumerable: true, get: function () { return msw_1.rest; } });
6
+ const node_1 = require("msw/node");
7
+ const server = (0, node_1.setupServer)(msw_1.rest.post('*', (req, res, ctx) => {
8
+ return res(ctx.status(500), ctx.json({ error: 'Mock this request ' + req.url.toString() }));
9
+ }), msw_1.rest.get('*', (req, res, ctx) => {
10
+ return res(ctx.status(500), ctx.json({ error: 'Mock this request ' + req.url.toString() }));
11
+ }), msw_1.rest.put('*', (req, res, ctx) => {
12
+ return res(ctx.status(500), ctx.json({ error: 'Mock this request ' + req.url.toString() }));
13
+ }));
14
+ exports.server = server;
15
+ beforeAll(() => server.listen());
16
+ afterAll(() => server.close());
17
+ beforeEach(() => server.resetHandlers());
18
+ const handlers = {
19
+ authHandler: msw_1.rest.post('https://api.sweepbright.com/auth/access-token', (_req, res, ctx) => {
20
+ return res(ctx.status(200), ctx.json({
21
+ access_token: 'FAKE_TOKEN',
22
+ expires_in: Date.now(),
23
+ }));
24
+ }),
25
+ };
26
+ exports.handlers = handlers;
27
+ //# sourceMappingURL=mockServer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mockServer.js","sourceRoot":"","sources":["../mockServer.ts"],"names":[],"mappings":";;;AAAA,6BAA2B;AA2CV,qFA3CR,UAAI,OA2CQ;AA1CrB,mCAAuC;AAEvC,MAAM,MAAM,GAAG,IAAA,kBAAW,EACxB,UAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;IAC/B,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,oBAAoB,GAAG,GAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,EAAE,CAAC,CAC/D,CAAC;AACJ,CAAC,CAAC,EACF,UAAI,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;IAC9B,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,oBAAoB,GAAG,GAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,EAAE,CAAC,CAC/D,CAAC;AACJ,CAAC,CAAC,EACF,UAAI,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;IAC9B,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,oBAAoB,GAAG,GAAG,CAAC,GAAG,CAAC,QAAQ,EAAE,EAAE,CAAC,CAC/D,CAAC;AACJ,CAAC,CAAC,CACH,CAAC;AAqBO,wBAAM;AAnBf,SAAS,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;AACjC,QAAQ,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;AAC/B,UAAU,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;AAEzC,MAAM,QAAQ,GAAG;IACf,WAAW,EAAE,UAAI,CAAC,IAAI,CACpB,+CAA+C,EAC/C,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;QACjB,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC;YACP,YAAY,EAAE,YAAY;YAC1B,UAAU,EAAE,IAAI,CAAC,GAAG,EAAE;SACvB,CAAC,CACH,CAAC;IACJ,CAAC,CACF;CACF,CAAC;AAEqB,4BAAQ"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const __1 = require("../");
4
+ const mockServer_1 = require("../../mockServer");
5
+ describe('authorization', () => {
6
+ it('can fetch an auth token', async () => {
7
+ const client = (0, __1.createClient)({
8
+ clientId: 'FAKE_ID',
9
+ clientSecret: 'FAKE_SECRET',
10
+ });
11
+ mockServer_1.server.use(mockServer_1.handlers.authHandler);
12
+ await client.authorize({});
13
+ });
14
+ });
15
+ //# sourceMappingURL=auth.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth.test.js","sourceRoot":"","sources":["../../../src/__tests__/auth.test.ts"],"names":[],"mappings":";;AAAA,2BAAmC;AACnC,iDAAoD;AAEpD,QAAQ,CAAC,eAAe,EAAE,GAAG,EAAE;IAC7B,EAAE,CAAC,yBAAyB,EAAE,KAAK,IAAI,EAAE;QACvC,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QAEH,mBAAM,CAAC,GAAG,CAAC,qBAAQ,CAAC,WAAW,CAAC,CAAC;QACjC,MAAM,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;IAC7B,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const __1 = require("../");
4
+ const mockServer_1 = require("../../mockServer");
5
+ describe('channels', () => {
6
+ it('can fetch a references list', async () => {
7
+ const client = (0, __1.createClient)({
8
+ clientId: 'FAKE_ID',
9
+ clientSecret: 'FAKE_SECRET',
10
+ });
11
+ mockServer_1.server.use(mockServer_1.handlers.authHandler);
12
+ await client.authorize();
13
+ const estateId = 'FAKE_ESTATE_ID';
14
+ const reference = 'FAKE_REFERENCE';
15
+ const channelAccountId = 'FAKE_CHANNEL_ACCOUNT_ID';
16
+ const companyId = 'FAKE_COMPANY_ID';
17
+ const channelId = 'FAKE_CHANNEL_ID';
18
+ mockServer_1.server.use(mockServer_1.rest.get('https://api.sweepbright.com/services/channel-references', (req, res, ctx) => {
19
+ return res(ctx.status(200), ctx.json({
20
+ data: [
21
+ {
22
+ reference_code: req.url.searchParams.get('reference_code'),
23
+ company_id: req.url.searchParams.get('company_id'),
24
+ channel_id: req.url.searchParams.get('channel_id'),
25
+ estate_id: estateId,
26
+ channel_account_id: channelAccountId,
27
+ },
28
+ ],
29
+ }));
30
+ }));
31
+ const result = await client.channels.resolveReferences(channelId, reference, companyId);
32
+ expect(result).toEqual({
33
+ data: [
34
+ {
35
+ reference_code: reference,
36
+ estate_id: estateId,
37
+ channel_account_id: channelAccountId,
38
+ channel_id: channelId,
39
+ company_id: companyId,
40
+ },
41
+ ],
42
+ });
43
+ });
44
+ it('it does not send a company_id when not set', async () => {
45
+ const client = (0, __1.createClient)({
46
+ clientId: 'FAKE_ID',
47
+ clientSecret: 'FAKE_SECRET',
48
+ });
49
+ mockServer_1.server.use(mockServer_1.handlers.authHandler);
50
+ await client.authorize();
51
+ const estateId = 'FAKE_ESTATE_ID';
52
+ const reference = 'FAKE_REFERENCE';
53
+ const channelAccountId = 'FAKE_CHANNEL_ACCOUNT_ID';
54
+ const channelId = 'FAKE_CHANNEL_ID';
55
+ mockServer_1.server.use(mockServer_1.rest.get('https://api.sweepbright.com/services/channel-references', (req, res, ctx) => {
56
+ try {
57
+ expect(req.url.search).toEqual(`?channel_id=${channelId}&reference_code=${reference}`);
58
+ }
59
+ catch (e) {
60
+ return res(ctx.status(500), ctx.json({ error: e }));
61
+ }
62
+ return res(ctx.status(200), ctx.json({
63
+ data: [
64
+ {
65
+ reference_code: req.url.searchParams.get('reference_code'),
66
+ company_id: 'FAKE',
67
+ channel_id: req.url.searchParams.get('channel_id'),
68
+ estate_id: estateId,
69
+ channel_account_id: channelAccountId,
70
+ },
71
+ ],
72
+ }));
73
+ }));
74
+ await client.channels.resolveReferences(channelId, reference, undefined);
75
+ });
76
+ });
77
+ //# sourceMappingURL=channels.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channels.test.js","sourceRoot":"","sources":["../../../src/__tests__/channels.test.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const __1 = require("../");
4
+ const mockServer_1 = require("../../mockServer");
5
+ describe('contacts', () => {
6
+ it('requires authentication', async () => {
7
+ const client = (0, __1.createClient)({
8
+ clientId: 'FAKE_ID',
9
+ clientSecret: 'FAKE_SECRET',
10
+ });
11
+ try {
12
+ await client.contacts.getOne({
13
+ contactId: 'foo',
14
+ });
15
+ }
16
+ catch (err) {
17
+ expect(err.message).toEqual('client is not authenticated');
18
+ }
19
+ });
20
+ it('can fetch a contact', async () => {
21
+ const client = (0, __1.createClient)({
22
+ clientId: 'FAKE_ID',
23
+ clientSecret: 'FAKE_SECRET',
24
+ });
25
+ mockServer_1.server.use(mockServer_1.handlers.authHandler);
26
+ await client.authorize();
27
+ const contactId = 'FAKE_CONTACT_ID';
28
+ mockServer_1.server.use(mockServer_1.rest.get('https://api.sweepbright.com/services/contacts/:contactId', (req, res, ctx) => {
29
+ return res(ctx.status(200), ctx.json({
30
+ data: {
31
+ id: req.params.contactId,
32
+ },
33
+ }));
34
+ }));
35
+ const result = await client.contacts.getOne({
36
+ contactId: contactId,
37
+ });
38
+ expect(result).toEqual({ data: { id: contactId } });
39
+ });
40
+ it('can fetch a contact with negotiators', async () => {
41
+ const client = (0, __1.createClient)({
42
+ clientId: 'FAKE_ID',
43
+ clientSecret: 'FAKE_SECRET',
44
+ });
45
+ mockServer_1.server.use(mockServer_1.handlers.authHandler);
46
+ await client.authorize();
47
+ const contactId = 'FAKE_CONTACT_ID';
48
+ mockServer_1.server.use(mockServer_1.rest.get('https://api.sweepbright.com/services/contacts/:contactId?includes=negotiators', (req, res, ctx) => {
49
+ return res(ctx.status(200), ctx.json({
50
+ data: {
51
+ id: req.params.contactId,
52
+ },
53
+ }));
54
+ }));
55
+ const result = await client.contacts.getOneWithNegotiators({
56
+ contactId: contactId,
57
+ });
58
+ expect(result).toEqual({ data: { id: contactId } });
59
+ });
60
+ });
61
+ //# sourceMappingURL=contacts.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contacts.test.js","sourceRoot":"","sources":["../../../src/__tests__/contacts.test.ts"],"names":[],"mappings":";;AAAA,2BAAmC;AACnC,iDAA0D;AAE1D,QAAQ,CAAC,UAAU,EAAE,GAAG,EAAE;IACxB,EAAE,CAAC,yBAAyB,EAAE,KAAK,IAAI,EAAE;QACvC,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QAEH,IAAI;YACF,MAAM,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;gBAC3B,SAAS,EAAE,KAAK;aACjB,CAAC,CAAC;SACJ;QAAC,OAAO,GAAQ,EAAE;YACjB,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC;SAC5D;IACH,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,qBAAqB,EAAE,KAAK,IAAI,EAAE;QACnC,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QAEH,mBAAM,CAAC,GAAG,CAAC,qBAAQ,CAAC,WAAW,CAAC,CAAC;QACjC,MAAM,MAAM,CAAC,SAAS,EAAE,CAAC;QAEzB,MAAM,SAAS,GAAG,iBAAiB,CAAC;QACpC,mBAAM,CAAC,GAAG,CACR,iBAAI,CAAC,GAAG,CACN,0DAA0D,EAC1D,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;YAChB,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC;gBACP,IAAI,EAAE;oBACJ,EAAE,EAAE,GAAG,CAAC,MAAM,CAAC,SAAS;iBACzB;aACF,CAAC,CACH,CAAC;QACJ,CAAC,CACF,CACF,CAAC;QAEF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;YAC1C,SAAS,EAAE,SAAS;SACrB,CAAC,CAAC;QAEH,MAAM,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,sCAAsC,EAAE,KAAK,IAAI,EAAE;QACpD,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QAEH,mBAAM,CAAC,GAAG,CAAC,qBAAQ,CAAC,WAAW,CAAC,CAAC;QACjC,MAAM,MAAM,CAAC,SAAS,EAAE,CAAC;QAEzB,MAAM,SAAS,GAAG,iBAAiB,CAAC;QACpC,mBAAM,CAAC,GAAG,CACR,iBAAI,CAAC,GAAG,CACN,+EAA+E,EAC/E,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;YAChB,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC;gBACP,IAAI,EAAE;oBACJ,EAAE,EAAE,GAAG,CAAC,MAAM,CAAC,SAAS;iBACzB;aACF,CAAC,CACH,CAAC;QACJ,CAAC,CACF,CACF,CAAC;QAEF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAC;YACzD,SAAS,EAAE,SAAS;SACrB,CAAC,CAAC;QAEH,MAAM,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const __1 = require("../");
4
+ const mockServer_1 = require("../../mockServer");
5
+ describe('estates', () => {
6
+ it('requires authentication', async () => {
7
+ const client = (0, __1.createClient)({
8
+ clientId: 'FAKE_ID',
9
+ clientSecret: 'FAKE_SECRET',
10
+ });
11
+ try {
12
+ await client.estates.getOne({
13
+ estateId: 'FAKE_ESTATE_ID',
14
+ companyId: 'FAKE_COMPANY_ID',
15
+ });
16
+ }
17
+ catch (err) {
18
+ await expect(err.message).toEqual('client is not authenticated');
19
+ }
20
+ });
21
+ it('can fetch a estate', async () => {
22
+ const client = (0, __1.createClient)({
23
+ clientId: 'FAKE_ID',
24
+ clientSecret: 'FAKE_SECRET',
25
+ });
26
+ mockServer_1.server.use(mockServer_1.handlers.authHandler);
27
+ await client.authorize();
28
+ const estateId = 'FAKE_ESTATE_ID';
29
+ mockServer_1.server.use(mockServer_1.rest.get('https://api.sweepbright.com/services/estates/:estateId', (req, res, ctx) => {
30
+ return res(ctx.status(200), ctx.json({
31
+ data: {
32
+ id: req.params.estateId,
33
+ },
34
+ }));
35
+ }));
36
+ const result = await client.estates.getOne({
37
+ estateId: estateId,
38
+ companyId: 'FAKE_COMPANY_ID',
39
+ });
40
+ expect(result).toEqual({ id: estateId });
41
+ });
42
+ });
43
+ //# sourceMappingURL=estates.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"estates.test.js","sourceRoot":"","sources":["../../../src/__tests__/estates.test.ts"],"names":[],"mappings":";;AAAA,2BAAmC;AACnC,iDAA0D;AAE1D,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;IACvB,EAAE,CAAC,yBAAyB,EAAE,KAAK,IAAI,EAAE;QACvC,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QACH,IAAI;YACF,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC;gBAC1B,QAAQ,EAAE,gBAAgB;gBAC1B,SAAS,EAAE,iBAAiB;aAC7B,CAAC,CAAC;SACJ;QAAC,OAAO,GAAG,EAAE;YACZ,MAAM,MAAM,CAAE,GAAW,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC;SAC3E;IACH,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,oBAAoB,EAAE,KAAK,IAAI,EAAE;QAClC,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QACH,mBAAM,CAAC,GAAG,CAAC,qBAAQ,CAAC,WAAW,CAAC,CAAC;QACjC,MAAM,MAAM,CAAC,SAAS,EAAE,CAAC;QAEzB,MAAM,QAAQ,GAAG,gBAAgB,CAAC;QAClC,mBAAM,CAAC,GAAG,CACR,iBAAI,CAAC,GAAG,CACN,wDAAwD,EACxD,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;YAChB,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC;gBACP,IAAI,EAAE;oBACJ,EAAE,EAAE,GAAG,CAAC,MAAM,CAAC,QAAQ;iBACxB;aACF,CAAC,CACH,CAAC;QACJ,CAAC,CACF,CACF,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC;YACzC,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,iBAAiB;SAC7B,CAAC,CAAC;QACH,MAAM,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const __1 = require("../");
4
+ const mockServer_1 = require("../../mockServer");
5
+ describe('leads', () => {
6
+ it('requires authentication', async () => {
7
+ const client = (0, __1.createClient)({
8
+ clientId: 'FAKE_ID',
9
+ clientSecret: 'FAKE_SECRET',
10
+ });
11
+ try {
12
+ await client.leads.createLead({
13
+ firstName: 'foo',
14
+ lastName: 'bar',
15
+ propertyId: 'baz',
16
+ email: 'john@example.com',
17
+ phone: '999',
18
+ message: "I'm not authenticated",
19
+ portal: 'portal',
20
+ });
21
+ }
22
+ catch (err) {
23
+ expect(err.message).toEqual('client is not authenticated');
24
+ }
25
+ });
26
+ it('can put a lead', async () => {
27
+ const client = (0, __1.createClient)({
28
+ clientId: 'FAKE_ID',
29
+ clientSecret: 'FAKE_SECRET',
30
+ });
31
+ mockServer_1.server.use(mockServer_1.handlers.authHandler);
32
+ await client.authorize();
33
+ const lead = {
34
+ firstName: 'foo',
35
+ lastName: 'bar',
36
+ propertyId: 'PROPERTY_ID',
37
+ email: 'john@example.com',
38
+ phone: '999',
39
+ message: "I'm authenticated",
40
+ portal: 'portal',
41
+ location_preference: {
42
+ country: 'BR',
43
+ postal_codes: ['06010'],
44
+ },
45
+ };
46
+ mockServer_1.server.use(mockServer_1.rest.put('https://api.sweepbright.com/estates/PROPERTY_ID/leads', (_, res, ctx) => {
47
+ return res(ctx.status(200), ctx.json({
48
+ data: lead,
49
+ }));
50
+ }));
51
+ const result = await client.leads.createLead(lead);
52
+ expect(result).toEqual({ data: lead });
53
+ });
54
+ });
55
+ //# sourceMappingURL=leads.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"leads.test.js","sourceRoot":"","sources":["../../../src/__tests__/leads.test.ts"],"names":[],"mappings":";;AAAA,2BAAmC;AACnC,iDAA0D;AAE1D,QAAQ,CAAC,OAAO,EAAE,GAAG,EAAE;IACrB,EAAE,CAAC,yBAAyB,EAAE,KAAK,IAAI,EAAE;QACvC,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QAEH,IAAI;YACF,MAAM,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC;gBAC5B,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,KAAK;gBACf,UAAU,EAAE,KAAK;gBACjB,KAAK,EAAE,kBAAkB;gBACzB,KAAK,EAAE,KAAK;gBACZ,OAAO,EAAE,uBAAuB;gBAChC,MAAM,EAAE,QAAQ;aACjB,CAAC,CAAC;SACJ;QAAC,OAAO,GAAQ,EAAE;YACjB,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC;SAC5D;IACH,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,gBAAgB,EAAE,KAAK,IAAI,EAAE;QAC9B,MAAM,MAAM,GAAG,IAAA,gBAAY,EAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,YAAY,EAAE,aAAa;SAC5B,CAAC,CAAC;QAEH,mBAAM,CAAC,GAAG,CAAC,qBAAQ,CAAC,WAAW,CAAC,CAAC;QACjC,MAAM,MAAM,CAAC,SAAS,EAAE,CAAC;QAEzB,MAAM,IAAI,GAAG;YACX,SAAS,EAAE,KAAK;YAChB,QAAQ,EAAE,KAAK;YACf,UAAU,EAAE,aAAa;YACzB,KAAK,EAAE,kBAAkB;YACzB,KAAK,EAAE,KAAK;YACZ,OAAO,EAAE,mBAAmB;YAC5B,MAAM,EAAE,QAAQ;YAChB,mBAAmB,EAAE;gBACnB,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,CAAC,OAAO,CAAC;aACxB;SACF,CAAC;QAEF,mBAAM,CAAC,GAAG,CACR,iBAAI,CAAC,GAAG,CACN,uDAAuD,EACvD,CAAC,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE;YACd,OAAO,GAAG,CACR,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,IAAI,CAAC;gBACP,IAAI,EAAE,IAAI;aACX,CAAC,CACH,CAAC;QACJ,CAAC,CACF,CACF,CAAC;QAEF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAEnD,MAAM,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Currency = void 0;
4
+ var Currency;
5
+ (function (Currency) {
6
+ Currency["EUR"] = "EUR";
7
+ Currency["AUD"] = "AUD";
8
+ Currency["USD"] = "USD";
9
+ Currency["AFN"] = "AFN";
10
+ Currency["GBP"] = "GBP";
11
+ Currency["XPF"] = "XPF";
12
+ Currency["MXN"] = "MXN";
13
+ Currency["PHP"] = "PHP";
14
+ Currency["CAD"] = "CAD";
15
+ Currency["RON"] = "RON";
16
+ Currency["BRL"] = "BRL";
17
+ Currency["UYU"] = "UYU";
18
+ Currency["HRK"] = "HRK";
19
+ Currency["GEL"] = "GEL";
20
+ Currency["RSD"] = "RSD";
21
+ Currency["ILS"] = "ILS";
22
+ Currency["ARS"] = "ARS";
23
+ Currency["NZD"] = "NZD";
24
+ Currency["ZAR"] = "ZAR";
25
+ Currency["INR"] = "INR";
26
+ Currency["DZD"] = "DZD";
27
+ Currency["LKR"] = "LKR";
28
+ Currency["CLP"] = "CLP";
29
+ Currency["ALL"] = "ALL";
30
+ Currency["RUB"] = "RUB";
31
+ Currency["TRY"] = "TRY";
32
+ Currency["UAH"] = "UAH";
33
+ Currency["MUR"] = "MUR";
34
+ Currency["COP"] = "COP";
35
+ Currency["AED"] = "AED";
36
+ Currency["MZN"] = "MZN";
37
+ Currency["EGP"] = "EGP";
38
+ Currency["AOA"] = "AOA";
39
+ Currency["XOF"] = "XOF";
40
+ Currency["CNY"] = "CNY";
41
+ Currency["XCD"] = "XCD";
42
+ Currency["VND"] = "VND";
43
+ Currency["JPY"] = "JPY";
44
+ Currency["MAD"] = "MAD";
45
+ Currency["CHF"] = "CHF";
46
+ Currency["IRR"] = "IRR";
47
+ Currency["KHR"] = "KHR";
48
+ Currency["XAF"] = "XAF";
49
+ Currency["AMD"] = "AMD";
50
+ Currency["ETB"] = "ETB";
51
+ Currency["SGD"] = "SGD";
52
+ Currency["NGN"] = "NGN";
53
+ Currency["PKP"] = "PKP";
54
+ })(Currency || (exports.Currency = Currency = {}));
55
+ //# sourceMappingURL=currencies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currencies.js","sourceRoot":"","sources":["../../../src/common/currencies.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAiDX;AAjDD,WAAY,QAAQ;IAClB,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;IACX,uBAAW,CAAA;AACb,CAAC,EAjDW,QAAQ,wBAAR,QAAQ,QAiDnB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/common/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MeasurementSystem = void 0;
4
+ var MeasurementSystem;
5
+ (function (MeasurementSystem) {
6
+ MeasurementSystem["metric"] = "metric";
7
+ MeasurementSystem["imperial"] = "imperial";
8
+ })(MeasurementSystem || (exports.MeasurementSystem = MeasurementSystem = {}));
9
+ //# sourceMappingURL=office.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"office.js","sourceRoot":"","sources":["../../../src/entities/office.ts"],"names":[],"mappings":";;;AAGA,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
@@ -0,0 +1,220 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InternalType = exports.LandUseDesignation = exports.Shape = exports.FloodRisk = exports.EnergyReport = exports.EnergyCategoryExtended = exports.EnergyCategory = exports.Orientation = exports.Condition = exports.Negotiation = exports.PropertyType = exports.PropertySubType = exports.PropertyStatus = exports.AreaType = exports.MeasurementSystem = exports.UnitOfMeasurement = exports.Amenity = exports.ADScale = void 0;
4
+ var ADScale;
5
+ (function (ADScale) {
6
+ ADScale["A"] = "A";
7
+ ADScale["B"] = "B";
8
+ ADScale["C"] = "C";
9
+ ADScale["D"] = "D";
10
+ })(ADScale || (exports.ADScale = ADScale = {}));
11
+ var Amenity;
12
+ (function (Amenity) {
13
+ Amenity["Attic"] = "attic";
14
+ Amenity["Balcony"] = "balcony";
15
+ Amenity["Basement"] = "basement";
16
+ Amenity["ClimateControl"] = "climate_control";
17
+ Amenity["Code"] = "code";
18
+ Amenity["CoolingRoom"] = "cooling_room";
19
+ Amenity["DisplayWindow"] = "display_window";
20
+ Amenity["Drainage"] = "drainage";
21
+ Amenity["ElectricalGate"] = "electrical_gate";
22
+ Amenity["ExteriorParking"] = "exterior_parking";
23
+ Amenity["Fence"] = "fence";
24
+ Amenity["Fenced"] = "fenced";
25
+ Amenity["Garden"] = "garden";
26
+ Amenity["Guesthouse"] = "guesthouse";
27
+ Amenity["InteriorParking"] = "interior_parking";
28
+ Amenity["KeyCard"] = "key_card";
29
+ Amenity["Lift"] = "lift";
30
+ Amenity["ManualGate"] = "manual_gate";
31
+ Amenity["Parking"] = "parking";
32
+ Amenity["Pool"] = "pool";
33
+ Amenity["PrintAndCopyArea"] = "print_and_copy_area";
34
+ Amenity["ReceptionArea"] = "reception_area";
35
+ Amenity["RoadAccess"] = "road_access";
36
+ Amenity["ServerRoom"] = "server_room";
37
+ Amenity["SewerAccess"] = "sewer_access";
38
+ Amenity["StorageSpace"] = "storage_space";
39
+ Amenity["Terrace"] = "terrace";
40
+ Amenity["UtilitiesAccess"] = "utilities_access";
41
+ Amenity["WaitingArea"] = "waiting_area";
42
+ Amenity["WaterAccess"] = "water_access";
43
+ })(Amenity || (exports.Amenity = Amenity = {}));
44
+ var UnitOfMeasurement;
45
+ (function (UnitOfMeasurement) {
46
+ UnitOfMeasurement["cm"] = "cm";
47
+ UnitOfMeasurement["inch"] = "inch";
48
+ UnitOfMeasurement["sq_m"] = "sq_m";
49
+ UnitOfMeasurement["sq_ft"] = "sq_ft";
50
+ })(UnitOfMeasurement || (exports.UnitOfMeasurement = UnitOfMeasurement = {}));
51
+ var MeasurementSystem;
52
+ (function (MeasurementSystem) {
53
+ MeasurementSystem["Metric"] = "metric";
54
+ MeasurementSystem["Imperial"] = "imperial";
55
+ })(MeasurementSystem || (exports.MeasurementSystem = MeasurementSystem = {}));
56
+ var AreaType;
57
+ (function (AreaType) {
58
+ AreaType["Bathrooms"] = "bathrooms";
59
+ AreaType["Bedrooms"] = "bedrooms";
60
+ AreaType["ClosedOfficeSpaces"] = "closed_office_spaces";
61
+ AreaType["ConferenceRooms"] = "conference_rooms";
62
+ AreaType["Floors"] = "floors";
63
+ AreaType["Kitchens"] = "kitchens";
64
+ AreaType["LivingRoom"] = "living_room";
65
+ AreaType["ManufacturingAreas"] = "manufacturing_areas";
66
+ AreaType["MeetingRooms"] = "meeting_rooms";
67
+ AreaType["OpenOfficeSpaces"] = "open_office_spaces";
68
+ AreaType["ParkingSpaces"] = "parking_spaces";
69
+ AreaType["Showrooms"] = "showrooms";
70
+ AreaType["StorageRooms"] = "storage_rooms";
71
+ AreaType["Toilets"] = "toilets";
72
+ })(AreaType || (exports.AreaType = AreaType = {}));
73
+ var PropertyStatus;
74
+ (function (PropertyStatus) {
75
+ PropertyStatus["prospect"] = "prospect";
76
+ PropertyStatus["lost"] = "lost";
77
+ PropertyStatus["available"] = "available";
78
+ PropertyStatus["rented"] = "rented";
79
+ PropertyStatus["sold"] = "sold";
80
+ PropertyStatus["bid"] = "bid";
81
+ PropertyStatus["option"] = "option";
82
+ PropertyStatus["under_contract"] = "under_contract";
83
+ })(PropertyStatus || (exports.PropertyStatus = PropertyStatus = {}));
84
+ var PropertySubType;
85
+ (function (PropertySubType) {
86
+ PropertySubType["duplex"] = "duplex";
87
+ PropertySubType["agricultural"] = "agricultural";
88
+ PropertySubType["pasture_land"] = "pasture_land";
89
+ PropertySubType["private_garage"] = "private_garage";
90
+ PropertySubType["loft"] = "loft";
91
+ PropertySubType["recreational"] = "recreational";
92
+ PropertySubType["investment_property"] = "investment_property";
93
+ PropertySubType["mansion"] = "mansion";
94
+ PropertySubType["terraced"] = "terraced";
95
+ PropertySubType["townhouse"] = "townhouse";
96
+ PropertySubType["condo"] = "condo";
97
+ PropertySubType["penthouse"] = "penthouse";
98
+ PropertySubType["farm"] = "farm";
99
+ PropertySubType["cottage"] = "cottage";
100
+ PropertySubType["buildable"] = "buildable";
101
+ PropertySubType["villa"] = "villa";
102
+ PropertySubType["retail"] = "retail";
103
+ PropertySubType["covered_outdoor_space"] = "covered_outdoor_space";
104
+ PropertySubType["indoor_parking_space"] = "indoor_parking_space";
105
+ PropertySubType["flex_office"] = "flex_office";
106
+ PropertySubType["open_office"] = "open_office";
107
+ PropertySubType["industrial"] = "industrial";
108
+ PropertySubType["restaurant_and_cafe"] = "restaurant_and_cafe";
109
+ PropertySubType["student_accommodation"] = "student_accommodation";
110
+ PropertySubType["leisure_and_sports"] = "leasure_and_sports";
111
+ PropertySubType["outdoor_parking_space"] = "outdoor_parking_space";
112
+ PropertySubType["coworking"] = "coworking";
113
+ PropertySubType["warehouse"] = "warehouse";
114
+ PropertySubType["shop"] = "shop";
115
+ PropertySubType["semi_detached"] = "semi_detached";
116
+ PropertySubType["healthcare"] = "healthcare";
117
+ PropertySubType["detached"] = "detached";
118
+ PropertySubType["bungalow"] = "bungalow";
119
+ })(PropertySubType || (exports.PropertySubType = PropertySubType = {}));
120
+ var PropertyType;
121
+ (function (PropertyType) {
122
+ PropertyType["apartment"] = "apartment";
123
+ PropertyType["house"] = "house";
124
+ PropertyType["land"] = "land";
125
+ PropertyType["office"] = "office";
126
+ PropertyType["parking"] = "parking";
127
+ PropertyType["commercial"] = "commercial";
128
+ })(PropertyType || (exports.PropertyType = PropertyType = {}));
129
+ var Negotiation;
130
+ (function (Negotiation) {
131
+ Negotiation["sale"] = "sale";
132
+ Negotiation["let"] = "let";
133
+ })(Negotiation || (exports.Negotiation = Negotiation = {}));
134
+ var Condition;
135
+ (function (Condition) {
136
+ Condition["new"] = "new";
137
+ Condition["good"] = "good";
138
+ Condition["mint"] = "mint";
139
+ Condition["poor"] = "poor";
140
+ Condition["fair"] = "fair";
141
+ })(Condition || (exports.Condition = Condition = {}));
142
+ var Orientation;
143
+ (function (Orientation) {
144
+ Orientation["N"] = "N";
145
+ Orientation["S"] = "S";
146
+ Orientation["E"] = "E";
147
+ Orientation["W"] = "W";
148
+ Orientation["NE"] = "NE";
149
+ Orientation["NW"] = "NW";
150
+ Orientation["SE"] = "SE";
151
+ Orientation["SW"] = "SW";
152
+ })(Orientation || (exports.Orientation = Orientation = {}));
153
+ var EnergyCategory;
154
+ (function (EnergyCategory) {
155
+ EnergyCategory["A"] = "A";
156
+ EnergyCategory["B"] = "B";
157
+ EnergyCategory["C"] = "C";
158
+ EnergyCategory["D"] = "D";
159
+ EnergyCategory["E"] = "E";
160
+ EnergyCategory["F"] = "F";
161
+ EnergyCategory["G"] = "G";
162
+ })(EnergyCategory || (exports.EnergyCategory = EnergyCategory = {}));
163
+ var EnergyCategoryExtended;
164
+ (function (EnergyCategoryExtended) {
165
+ EnergyCategoryExtended["A_PLUS_PLUS"] = "A++";
166
+ EnergyCategoryExtended["A_PLUS"] = "A+";
167
+ EnergyCategoryExtended["A"] = "A";
168
+ EnergyCategoryExtended["B"] = "B";
169
+ EnergyCategoryExtended["C"] = "C";
170
+ EnergyCategoryExtended["D"] = "D";
171
+ EnergyCategoryExtended["E"] = "E";
172
+ EnergyCategoryExtended["F"] = "F";
173
+ EnergyCategoryExtended["G"] = "G";
174
+ })(EnergyCategoryExtended || (exports.EnergyCategoryExtended = EnergyCategoryExtended = {}));
175
+ var EnergyReport;
176
+ (function (EnergyReport) {
177
+ EnergyReport["conform"] = "conform";
178
+ EnergyReport["not_conform"] = "not_conform";
179
+ EnergyReport["no_report"] = "no_report";
180
+ EnergyReport["not_applicable"] = "not_applicable";
181
+ })(EnergyReport || (exports.EnergyReport = EnergyReport = {}));
182
+ var FloodRisk;
183
+ (function (FloodRisk) {
184
+ FloodRisk["no_flood_risk_area"] = "no_flood_risk_area";
185
+ FloodRisk["potential_flood_sensitive_area"] = "potential_flood_sensitive_area";
186
+ FloodRisk["effective_flood_sensitive_area"] = "effective_flood_sensitive_area";
187
+ })(FloodRisk || (exports.FloodRisk = FloodRisk = {}));
188
+ var Shape;
189
+ (function (Shape) {
190
+ Shape["flat"] = "flat";
191
+ Shape["sloped"] = "sloped";
192
+ Shape["wooded"] = "wooded";
193
+ Shape["has_rivers_lakes_or_ponds"] = "has_rivers_lakes_or_ponds";
194
+ Shape["single"] = "single";
195
+ Shape["double"] = "double";
196
+ })(Shape || (exports.Shape = Shape = {}));
197
+ var LandUseDesignation;
198
+ (function (LandUseDesignation) {
199
+ LandUseDesignation["residential"] = "residential";
200
+ LandUseDesignation["mixed_residential"] = "mixed_residential";
201
+ LandUseDesignation["industrial"] = "industrial";
202
+ LandUseDesignation["recreational"] = "recreational";
203
+ LandUseDesignation["park"] = "park";
204
+ LandUseDesignation["area_with_economical_activity"] = "area_with_economical_activity";
205
+ LandUseDesignation["forest_area"] = "forest_area";
206
+ LandUseDesignation["agricultural"] = "agricultural";
207
+ LandUseDesignation["nature_area"] = "nature_area";
208
+ LandUseDesignation["natural_reserve"] = "natural_reserve";
209
+ LandUseDesignation["residential_area_with_cultural_historical_value"] = "residential_area_with_cultural_historical_value";
210
+ LandUseDesignation["industrial_area_for_sme"] = "industrial_area_for_sme";
211
+ LandUseDesignation["day_recreation_area"] = "day_recreation_area";
212
+ LandUseDesignation["other"] = "other";
213
+ })(LandUseDesignation || (exports.LandUseDesignation = LandUseDesignation = {}));
214
+ var InternalType;
215
+ (function (InternalType) {
216
+ InternalType["project"] = "project";
217
+ InternalType["unit"] = "unit";
218
+ InternalType["standalone"] = "standalone";
219
+ })(InternalType || (exports.InternalType = InternalType = {}));
220
+ //# sourceMappingURL=property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property.js","sourceRoot":"","sources":["../../../src/entities/property.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Env = exports.createClient = void 0;
7
+ const axios_1 = __importDefault(require("axios"));
8
+ const tiny_invariant_1 = __importDefault(require("tiny-invariant"));
9
+ const channel_accounts_1 = __importDefault(require("./resources/channel_accounts"));
10
+ const channels_1 = __importDefault(require("./resources/channels"));
11
+ const companies_1 = __importDefault(require("./resources/companies"));
12
+ const contact_preferences_1 = __importDefault(require("./resources/contact_preferences"));
13
+ const contacts_1 = __importDefault(require("./resources/contacts"));
14
+ const estates_1 = __importDefault(require("./resources/estates"));
15
+ const leads_1 = __importDefault(require("./resources/leads"));
16
+ const negotiators_1 = __importDefault(require("./resources/negotiators"));
17
+ const offices_1 = __importDefault(require("./resources/offices"));
18
+ const types_1 = require("./types");
19
+ Object.defineProperty(exports, "Env", { enumerable: true, get: function () { return types_1.Env; } });
20
+ const utils_1 = require("./utils");
21
+ const envHosts = {
22
+ [types_1.Env.PRODUCTION]: 'https://api.sweepbright.com',
23
+ [types_1.Env.STAGING]: 'https://api.staging.sweepbright.com',
24
+ [types_1.Env.DEV]: 'https://api.dev.sweepbright.com',
25
+ };
26
+ function createClient(conf) {
27
+ const { clientId, clientSecret, env = types_1.Env.PRODUCTION, version } = conf;
28
+ let _auth = null;
29
+ const httpClient = axios_1.default.create({
30
+ baseURL: envHosts[env],
31
+ });
32
+ //TODO: getData here is an antipattern. Interceptor should not change a type of response
33
+ httpClient.interceptors.response.use(utils_1.getData, utils_1.handleRequestFailure);
34
+ if (version) {
35
+ httpClient.defaults.headers.common['Accept'] = `application/vnd.sweepbright.${version}+json`;
36
+ }
37
+ const ctx = {
38
+ httpClient,
39
+ checkAuth(tokenType) {
40
+ if (!_auth) {
41
+ throw new Error('client is not authenticated');
42
+ }
43
+ if (_auth.type !== tokenType) {
44
+ throw new Error('authenticated with invalid token type');
45
+ }
46
+ },
47
+ };
48
+ const client = {
49
+ authorize(config = {}) {
50
+ const { scopes = ['companies:read', 'properties:download', 'lead_info:write'], } = config;
51
+ (0, tiny_invariant_1.default)(clientId, 'missing client id');
52
+ (0, tiny_invariant_1.default)(clientSecret, 'missing client secret');
53
+ return httpClient
54
+ .post('/auth/access-token', {
55
+ client_id: clientId,
56
+ client_secret: clientSecret,
57
+ grant_type: 'client_credentials',
58
+ scope: scopes.join(','),
59
+ })
60
+ .then(({ access_token, expires_in }) => {
61
+ (0, tiny_invariant_1.default)(access_token, 'access token should be defined');
62
+ (0, tiny_invariant_1.default)(expires_in, 'expires_in should be defined');
63
+ _auth = {
64
+ token: access_token,
65
+ expiresIn: expires_in,
66
+ type: types_1.TokenType.API_TOKEN,
67
+ };
68
+ // https://github.com/axios/axios#custom-instance-defaults
69
+ httpClient.defaults.headers.common['Authorization'] = `Bearer ${_auth.token}`;
70
+ return client;
71
+ });
72
+ },
73
+ withUserToken: async (accessToken) => {
74
+ _auth = {
75
+ token: accessToken,
76
+ type: types_1.TokenType.USER_TOKEN,
77
+ };
78
+ httpClient.defaults.headers.common['Authorization'] = `Bearer ${_auth.token}`;
79
+ return client;
80
+ },
81
+ leads: (0, leads_1.default)(ctx),
82
+ channels: (0, channels_1.default)(ctx),
83
+ estates: (0, estates_1.default)(ctx),
84
+ channelAccounts: (0, channel_accounts_1.default)(ctx),
85
+ companies: (0, companies_1.default)(ctx),
86
+ contacts: (0, contacts_1.default)(ctx),
87
+ contactPreferences: (0, contact_preferences_1.default)(ctx),
88
+ negotiators: (0, negotiators_1.default)(ctx),
89
+ offices: (0, offices_1.default)(ctx),
90
+ };
91
+ return client;
92
+ }
93
+ exports.createClient = createClient;
94
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ async function getAll({ companyId }) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ const endpoint = `/services/companies/${companyId}/channel-accounts`;
8
+ return ctx.httpClient.get(endpoint, {
9
+ params: {
10
+ includes: 'channel',
11
+ },
12
+ });
13
+ }
14
+ async function get({ channelAccountId }) {
15
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
16
+ const endpoint = `/services/channel-accounts/${channelAccountId}`;
17
+ return ctx.httpClient.get(endpoint, {
18
+ params: {
19
+ includes: 'channel',
20
+ },
21
+ });
22
+ }
23
+ async function getEstateHash({ estateId, channelAccountId, }) {
24
+ const endpoint = `services/estates/${estateId}/channel-accounts/${channelAccountId}/hash`;
25
+ const response = await ctx.httpClient.post(endpoint);
26
+ return response.data;
27
+ }
28
+ return { getAll, get, getEstateHash };
29
+ }
30
+ exports.default = default_1;
31
+ //# sourceMappingURL=channel_accounts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channel_accounts.js","sourceRoot":"","sources":["../../../src/resources/channel_accounts.ts"],"names":[],"mappings":";;AAAA,oCAAgD;AAEhD,mBAAyB,GAAc;IACrC,KAAK,UAAU,MAAM,CAAC,EAAE,SAAS,EAAyB;QACxD,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,MAAM,QAAQ,GAAG,uBAAuB,SAAS,mBAAmB,CAAC;QAErE,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,EAAE;YAClC,MAAM,EAAE;gBACN,QAAQ,EAAE,SAAS;aACpB;SACF,CAAC,CAAC;IACL,CAAC;IAED,KAAK,UAAU,GAAG,CAAC,EAAE,gBAAgB,EAAgC;QACnE,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,MAAM,QAAQ,GAAG,8BAA8B,gBAAgB,EAAE,CAAC;QAElE,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,EAAE;YAClC,MAAM,EAAE;gBACN,QAAQ,EAAE,SAAS;aACpB;SACF,CAAC,CAAC;IACL,CAAC;IAED,KAAK,UAAU,aAAa,CAAC,EAC3B,QAAQ,EACR,gBAAgB,GAIjB;QACC,MAAM,QAAQ,GAAG,oBAAoB,QAAQ,qBAAqB,gBAAgB,OAAO,CAAC;QAC1F,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACrD,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,aAAa,EAAW,CAAC;AACjD,CAAC;AApCD,4BAoCC"}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ /**
6
+ * @deprecated use channels.resolveReferences()
7
+ */
8
+ async function getPropertyIdFromReference(channel, referenceId) {
9
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
10
+ const endpoint = `/channels/${channel}/channel-references/${referenceId}`;
11
+ return ctx.httpClient.get(endpoint);
12
+ }
13
+ /**
14
+ * @param channel_id Channel ID, for example, `"immoweb"` or `"immovlan"` etc
15
+ * @param reference_code Reference
16
+ * @param company_id Company ID
17
+ */
18
+ async function resolveReferences(channel_id, reference_code, company_id) {
19
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
20
+ const endpoint = `/services/channel-references`;
21
+ return ctx.httpClient.get(endpoint, {
22
+ params: {
23
+ channel_id,
24
+ reference_code,
25
+ company_id,
26
+ },
27
+ });
28
+ }
29
+ return { getPropertyIdFromReference, resolveReferences };
30
+ }
31
+ exports.default = default_1;
32
+ //# sourceMappingURL=channels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channels.js","sourceRoot":"","sources":["../../../src/resources/channels.ts"],"names":[],"mappings":";;AAAA,oCAAgD;AAchD,mBAAyB,GAAc;IACrC;;OAEG;IACH,KAAK,UAAU,0BAA0B,CACvC,OAAe,EACf,WAAmB;QAEnB,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,MAAM,QAAQ,GAAG,aAAa,OAAO,uBAAuB,WAAW,EAAE,CAAC;QAE1E,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACtC,CAAC;IAED;;;;OAIG;IACH,KAAK,UAAU,iBAAiB,CAC9B,UAAkB,EAClB,cAAsB,EACtB,UAAmB;QAEnB,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,MAAM,QAAQ,GAAG,8BAA8B,CAAC;QAEhD,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,EAAE;YAClC,MAAM,EAAE;gBACN,UAAU;gBACV,cAAc;gBACd,UAAU;aACX;SACF,CAAC,CAAC;IACL,CAAC;IAED,OAAO,EAAE,0BAA0B,EAAE,iBAAiB,EAAE,CAAC;AAC3D,CAAC;AArCD,4BAqCC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ function get(attributes) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ return ctx.httpClient.get(`/companies/${attributes.companyId}`, {
8
+ params: {
9
+ includes: attributes.includes?.join(','),
10
+ },
11
+ });
12
+ }
13
+ return { get };
14
+ }
15
+ exports.default = default_1;
16
+ //# sourceMappingURL=companies.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"companies.js","sourceRoot":"","sources":["../../../src/resources/companies.ts"],"names":[],"mappings":";;AAAA,oCAAgD;AAEhD,mBAAyB,GAAc;IACrC,SAAS,GAAG,CAAC,UAAsD;QACjE,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QAEnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,UAAU,CAAC,SAAS,EAAE,EAAE;YAC9D,MAAM,EAAE;gBACN,QAAQ,EAAE,UAAU,CAAC,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC;aACzC;SACF,CAAC,CAAC;IACL,CAAC;IAED,OAAO,EAAE,GAAG,EAAE,CAAC;AACjB,CAAC;AAZD,4BAYC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function contact_preferences(ctx) {
5
+ function getAll(attributes) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ return ctx.httpClient.get(`/services/contacts/${attributes.contactId}/preferences`);
8
+ }
9
+ return {
10
+ getAll,
11
+ };
12
+ }
13
+ exports.default = contact_preferences;
14
+ //# sourceMappingURL=contact_preferences.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contact_preferences.js","sourceRoot":"","sources":["../../../src/resources/contact_preferences.ts"],"names":[],"mappings":";;AAAA,oCAAgD;AAEhD,SAAwB,mBAAmB,CAAC,GAAc;IACxD,SAAS,MAAM,CAAC,UAAiC;QAC/C,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CACvB,sBAAsB,UAAU,CAAC,SAAS,cAAc,CACzD,CAAC;IACJ,CAAC;IAED,OAAO;QACL,MAAM;KACP,CAAC;AACJ,CAAC;AAXD,sCAWC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ function getOne(attributes) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ return ctx.httpClient.get(`/services/contacts/${attributes.contactId}`);
8
+ }
9
+ function getOneWithNegotiators(attributes) {
10
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
11
+ return ctx.httpClient.get(`/services/contacts/${attributes.contactId}?includes=negotiators`);
12
+ }
13
+ function getAll(attributes) {
14
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
15
+ return ctx.httpClient.get(`/services/companies/${attributes.companyId}/contacts`, {
16
+ params: {
17
+ page: attributes.page ?? 1,
18
+ limit: attributes.limit ?? 10,
19
+ },
20
+ });
21
+ }
22
+ return {
23
+ getOne,
24
+ getOneWithNegotiators,
25
+ getAll,
26
+ };
27
+ }
28
+ exports.default = default_1;
29
+ //# sourceMappingURL=contacts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contacts.js","sourceRoot":"","sources":["../../../src/resources/contacts.ts"],"names":[],"mappings":";;AAAA,oCAAgD;AAEhD,mBAAyB,GAAc;IACrC,SAAS,MAAM,CAAC,UAAiC;QAC/C,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,UAAU,CAAC,SAAS,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED,SAAS,qBAAqB,CAAC,UAAiC;QAC9D,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CACvB,sBAAsB,UAAU,CAAC,SAAS,uBAAuB,CAClE,CAAC;IACJ,CAAC;IAED,SAAS,MAAM,CAAC,UAIf;QACC,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CACvB,uBAAuB,UAAU,CAAC,SAAS,WAAW,EACtD;YACE,MAAM,EAAE;gBACN,IAAI,EAAE,UAAU,CAAC,IAAI,IAAI,CAAC;gBAC1B,KAAK,EAAE,UAAU,CAAC,KAAK,IAAI,EAAE;aAC9B;SACF,CACF,CAAC;IACJ,CAAC;IAED,OAAO;QACL,MAAM;QACN,qBAAqB;QACrB,MAAM;KACP,CAAC;AACJ,CAAC;AAnCD,4BAmCC"}
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ function getOne(attributes) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ return ctx.httpClient
8
+ .get(`/services/estates/${attributes.estateId}`, {
9
+ params: {
10
+ includes: attributes.includes ?? [],
11
+ },
12
+ })
13
+ .then((res) => res.data);
14
+ }
15
+ function getAll(attributes) {
16
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
17
+ return ctx.httpClient.get(`/services/companies/${attributes.companyId}/estates`, {
18
+ params: {
19
+ page: attributes.page ?? 1,
20
+ limit: attributes.limit ?? 10,
21
+ archived: attributes.archived,
22
+ },
23
+ });
24
+ }
25
+ function getUnits(projectId, { page, limit, includes } = {}) {
26
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
27
+ return ctx.httpClient.get(`/services/projects/${projectId}/units`, {
28
+ params: {
29
+ page,
30
+ limit,
31
+ includes,
32
+ },
33
+ });
34
+ }
35
+ function createPublication(attributes) {
36
+ ctx.checkAuth(types_1.TokenType.USER_TOKEN);
37
+ return ctx.httpClient.post(`/estates/${attributes.estateId}/channel-accounts/${attributes.channelAccountId}/ads`, {
38
+ config: attributes.config,
39
+ });
40
+ }
41
+ function updatePublication(attributes) {
42
+ ctx.checkAuth(types_1.TokenType.USER_TOKEN);
43
+ return ctx.httpClient.put(`/estates/${attributes.estateId}/channel-accounts/${attributes.channelAccountId}/ads`, {
44
+ config: attributes.config,
45
+ });
46
+ }
47
+ function unpublishPublication(attributes) {
48
+ ctx.checkAuth(types_1.TokenType.USER_TOKEN);
49
+ return ctx.httpClient.delete(`/estates/${attributes.estateId}/channel-accounts/${attributes.channelAccountId}/ads`);
50
+ }
51
+ function scheduleVisit(estateId, attributes) {
52
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
53
+ return ctx.httpClient.put(`/properties/${estateId}/schedule-visit`, attributes);
54
+ }
55
+ function unstable_setPublicationUrl({ estateId, url, }) {
56
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
57
+ return ctx.httpClient.put(`/estates/${estateId}/website-url`, {
58
+ published_url: url,
59
+ });
60
+ }
61
+ return {
62
+ getOne,
63
+ getAll,
64
+ getUnits,
65
+ createPublication,
66
+ updatePublication,
67
+ unpublishPublication,
68
+ scheduleVisit,
69
+ unstable_setPublicationUrl,
70
+ };
71
+ }
72
+ exports.default = default_1;
73
+ //# sourceMappingURL=estates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"estates.js","sourceRoot":"","sources":["../../../src/resources/estates.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ function createLead(attributes) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ const { firstName, lastName, propertyId, email, phone, message, portal } = attributes;
8
+ return ctx.httpClient.put(`estates/${propertyId}/leads`, {
9
+ first_name: firstName,
10
+ last_name: lastName,
11
+ message,
12
+ email,
13
+ phone,
14
+ source_type: 'channel',
15
+ external_source: portal,
16
+ location_preference: attributes.location_preference,
17
+ });
18
+ }
19
+ function createUnassignedLead(companyId, attributes) {
20
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
21
+ return ctx.httpClient.put(`companies/${companyId}/leads`, attributes);
22
+ }
23
+ return { createLead, createUnassignedLead };
24
+ }
25
+ exports.default = default_1;
26
+ //# sourceMappingURL=leads.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"leads.js","sourceRoot":"","sources":["../../../src/resources/leads.ts"],"names":[],"mappings":";;AAAA,oCAAgD;AAEhD,mBAAyB,GAAc;IACrC,SAAS,UAAU,CAAC,UAYnB;QACC,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QAEnC,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,GACtE,UAAU,CAAC;QAEb,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,UAAU,QAAQ,EAAE;YACvD,UAAU,EAAE,SAAS;YACrB,SAAS,EAAE,QAAQ;YACnB,OAAO;YACP,KAAK;YACL,KAAK;YACL,WAAW,EAAE,SAAS;YACtB,eAAe,EAAE,MAAM;YACvB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB;SACpD,CAAC,CAAC;IACL,CAAC;IAED,SAAS,oBAAoB,CAC3B,SAAiB,EACjB,UAsBC;QAED,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,SAAS,QAAQ,EAAE,UAAU,CAAC,CAAC;IACxE,CAAC;IAED,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;AAC9C,CAAC;AA9DD,4BA8DC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ function getNegotiatorsByIdCompanyId(attributes) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ return ctx.httpClient.get(`/services/companies/${attributes.companyId}/negotiators`, {
8
+ params: { ids: attributes.ids },
9
+ });
10
+ }
11
+ return {
12
+ getNegotiatorsByIdCompanyId,
13
+ };
14
+ }
15
+ exports.default = default_1;
16
+ //# sourceMappingURL=negotiators.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"negotiators.js","sourceRoot":"","sources":["../../../src/resources/negotiators.ts"],"names":[],"mappings":";;AAAA,oCAAgE;AAEhE,mBAAyB,GAAc;IACrC,SAAS,2BAA2B,CAAC,UAGpC;QACC,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QACnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CACvB,uBAAuB,UAAU,CAAC,SAAS,cAAc,EACzD;YACE,MAAM,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,GAAG,EAAE;SAChC,CACgD,CAAC;IACtD,CAAC;IACD,OAAO;QACL,2BAA2B;KAC5B,CAAC;AACJ,CAAC;AAhBD,4BAgBC"}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const types_1 = require("../types");
4
+ function default_1(ctx) {
5
+ function getOffice(attributes) {
6
+ ctx.checkAuth(types_1.TokenType.API_TOKEN);
7
+ return ctx.httpClient.get(`/service/offices/${attributes.officeId}`);
8
+ }
9
+ return { getOffice };
10
+ }
11
+ exports.default = default_1;
12
+ //# sourceMappingURL=offices.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"offices.js","sourceRoot":"","sources":["../../../src/resources/offices.ts"],"names":[],"mappings":";;AACA,oCAAgD;AAEhD,mBAAyB,GAAc;IACrC,SAAS,SAAS,CAAC,UAAgC;QACjD,GAAG,CAAC,SAAS,CAAC,iBAAS,CAAC,SAAS,CAAC,CAAC;QAEnC,OAAO,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,OAAO,EAAE,SAAS,EAAE,CAAC;AACvB,CAAC;AARD,4BAQC"}
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TokenType = exports.EstateInclude = exports.Env = void 0;
4
+ var Env;
5
+ (function (Env) {
6
+ Env["PRODUCTION"] = "production";
7
+ Env["STAGING"] = "staging";
8
+ Env["DEV"] = "dev";
9
+ })(Env || (exports.Env = Env = {}));
10
+ var EstateInclude;
11
+ (function (EstateInclude) {
12
+ EstateInclude["settings"] = "settings";
13
+ EstateInclude["channels"] = "channels";
14
+ EstateInclude["negotiator"] = "negotiator";
15
+ EstateInclude["office.settings"] = "office.settings";
16
+ EstateInclude["project.settings"] = "project.settings";
17
+ EstateInclude["project.office.settings"] = "project.office.settings";
18
+ EstateInclude["project.properties.office.settings"] = "project.properties.office.settings";
19
+ EstateInclude["project.properties.settings"] = "project.properties.settings";
20
+ EstateInclude["properties.settings"] = "properties.settings";
21
+ EstateInclude["properties.office.settings"] = "properties.office.settings";
22
+ EstateInclude["properties.negotiator"] = "properties.negotiator";
23
+ EstateInclude["item.settings"] = "item.settings";
24
+ EstateInclude["item.office.settings"] = "item.office.settings";
25
+ EstateInclude["item.channels"] = "item.channels";
26
+ EstateInclude["item.project.settings"] = "item.project.settings";
27
+ EstateInclude["item.project.office.settings"] = "item.project.office.settings";
28
+ EstateInclude["item.project.properties.office.settings"] = "item.project.properties.office.settings";
29
+ EstateInclude["item.project.properties.settings"] = "item.project.properties.settings";
30
+ EstateInclude["item.properties.settings"] = "item.properties.settings";
31
+ EstateInclude["item.properties.office.settings"] = "item.properties.office.settings";
32
+ EstateInclude["item.negotiator"] = "item.negotiator";
33
+ EstateInclude["item.properties.negotiator"] = "item.properties.negotiator";
34
+ })(EstateInclude || (exports.EstateInclude = EstateInclude = {}));
35
+ var TokenType;
36
+ (function (TokenType) {
37
+ TokenType[TokenType["USER_TOKEN"] = 0] = "USER_TOKEN";
38
+ TokenType[TokenType["API_TOKEN"] = 1] = "API_TOKEN";
39
+ })(TokenType || (exports.TokenType = TokenType = {}));
40
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":";;;AAGA,IAAY,GAIX;AAJD,WAAY,GAAG;IACb,gCAAyB,CAAA;IACzB,0BAAmB,CAAA;IACnB,kBAAW,CAAA;AACb,CAAC,EAJW,GAAG,mBAAH,GAAG,QAId;AAED,IAAY,aAuBX;AAvBD,WAAY,aAAa;IACvB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,oDAAqC,CAAA;IACrC,sDAAuC,CAAA;IACvC,oEAAqD,CAAA;IACrD,0FAA2E,CAAA;IAC3E,4EAA6D,CAAA;IAC7D,4DAA6C,CAAA;IAC7C,0EAA2D,CAAA;IAC3D,gEAAiD,CAAA;IACjD,gDAAiC,CAAA;IACjC,8DAA+C,CAAA;IAC/C,gDAAiC,CAAA;IACjC,gEAAiD,CAAA;IACjD,8EAA+D,CAAA;IAC/D,oGAAqF,CAAA;IACrF,sFAAuE,CAAA;IACvE,sEAAuD,CAAA;IACvD,oFAAqE,CAAA;IACrE,oDAAqC,CAAA;IACrC,0EAA2D,CAAA;AAC7D,CAAC,EAvBW,aAAa,6BAAb,aAAa,QAuBxB;AAaD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,qDAAU,CAAA;IACV,mDAAS,CAAA;AACX,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.handleRequestFailure = exports.getData = void 0;
4
+ function getData(response) {
5
+ return response.data;
6
+ }
7
+ exports.getData = getData;
8
+ function handleRequestFailure(exception) {
9
+ if (exception.response) {
10
+ const { response: { status, data }, } = exception;
11
+ const error = new Error(`${status}: ${JSON.stringify(data)}`);
12
+ // remove parts of the stack trace so the error message (codeframe) shows up
13
+ // at the code where the actual problem is.
14
+ error.stack = (error.stack || '')
15
+ .split('\n')
16
+ .filter((line) => !line.includes('at handleRequestFailure') &&
17
+ !line.includes('at processTicksAndRejections'))
18
+ .join('\n');
19
+ error.status = status;
20
+ error.data = data;
21
+ return Promise.reject(error);
22
+ }
23
+ else {
24
+ return Promise.reject(exception);
25
+ }
26
+ }
27
+ exports.handleRequestFailure = handleRequestFailure;
28
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/utils.ts"],"names":[],"mappings":";;;AAAA,SAAgB,OAAO,CAAC,QAAa;IACnC,OAAO,QAAQ,CAAC,IAAI,CAAC;AACvB,CAAC;AAFD,0BAEC;AAED,SAAgB,oBAAoB,CAAC,SAKpC;IACC,IAAI,SAAS,CAAC,QAAQ,EAAE;QACtB,MAAM,EACJ,QAAQ,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,GAC3B,GAAG,SAAS,CAAC;QAEd,MAAM,KAAK,GAAQ,IAAI,KAAK,CAAC,GAAG,MAAM,KAAK,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACnE,4EAA4E;QAC5E,2CAA2C;QAC3C,KAAK,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC;aAC9B,KAAK,CAAC,IAAI,CAAC;aACX,MAAM,CACL,CAAC,IAAY,EAAE,EAAE,CACf,CAAC,IAAI,CAAC,QAAQ,CAAC,yBAAyB,CAAC;YACzC,CAAC,IAAI,CAAC,QAAQ,CAAC,8BAA8B,CAAC,CACjD;aACA,IAAI,CAAC,IAAI,CAAC,CAAC;QAEd,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;QACtB,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;QAElB,OAAO,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;KAC9B;SAAM;QACL,OAAO,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;KAClC;AACH,CAAC;AA9BD,oDA8BC"}
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
- "version": "0.30.3",
2
+ "version": "0.30.5",
3
3
  "license": "UNLICENCED",
4
- "main": "dist/src/index.js",
5
- "typings": "dist/src/types.js",
4
+ "main": "/src/index.js",
5
+ "typings": "/src/types.js",
6
6
  "files": [
7
- "dist"
7
+ "dist",
8
+ "node_modules"
8
9
  ],
9
10
  "scripts": {
10
11
  "build": "yarn tsc",