@the-inkwell/shared 0.1.120 → 0.1.121
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/package.json +1 -1
- package/src/types/_schema/Industries.ts +43 -5
- package/src/types/_schema/Persons.ts +0 -7
- package/src/types/_schema/PersonsToIndustries.ts +33 -0
- package/src/types/_schema/Positions.ts +3 -4
- package/src/types/_schema/PositionsToIndustries.ts +33 -0
- package/src/types/_schema/PositionsToPersonSkills.ts +33 -0
- package/dist/src/types/_schema/CampaignToPosition.js +0 -4
- package/dist/src/types/_schema/Candidacy.js +0 -4
- package/dist/src/types/_schema/CandidacyRatingToTag.js +0 -4
- package/dist/src/types/_schema/Client.js +0 -4
- package/dist/src/types/_schema/Contract.js +0 -4
- package/dist/src/types/_schema/Conversation.js +0 -4
- package/dist/src/types/_schema/Conversations.js +0 -4
- package/dist/src/types/_schema/Jwt.js +0 -4
- package/dist/src/types/_schema/ListView.js +0 -4
- package/dist/src/types/_schema/Message.js +0 -4
- package/dist/src/types/_schema/MessageTemplate.js +0 -4
- package/dist/src/types/_schema/Note.js +0 -4
- package/dist/src/types/_schema/Otp.js +0 -4
- package/dist/src/types/_schema/Person.js +0 -4
- package/dist/src/types/_schema/PersonClub.js +0 -4
- package/dist/src/types/_schema/PersonEnrichment.js +0 -4
- package/dist/src/types/_schema/PersonNetwork.js +0 -4
- package/dist/src/types/_schema/PersonSkill.js +0 -4
- package/dist/src/types/_schema/PersonToBestPerson.js +0 -4
- package/dist/src/types/_schema/PersonToPersonClub.js +0 -4
- package/dist/src/types/_schema/PersonToPersonNetwork.js +0 -4
- package/dist/src/types/_schema/PersonToPersonSkill.js +0 -4
- package/dist/src/types/_schema/PersonToTag.js +0 -4
- package/dist/src/types/_schema/Position.js +0 -4
- package/dist/src/types/_schema/PublicSchema.js +0 -4
- package/dist/src/types/_schema/Referral.js +0 -4
- package/dist/src/types/_schema/ReferralPayout.js +0 -4
- package/dist/src/types/_schema/ReferralToIntroMessage.js +0 -4
- package/dist/src/types/_schema/Sender.js +0 -4
- package/dist/src/types/_schema/Tag.js +0 -4
- package/dist/src/types/_schema/WebsiteBlock.js +0 -4
- package/dist/src/types/_schema/WebsiteLandingPage.js +0 -4
- package/dist/src/types/_schema/WebsiteStaticPage.js +0 -4
- package/dist/src/types/admin/candidacies/index.js +0 -2
- package/dist/src/types/admin/index.js +0 -19
- package/dist/src/types/admin/persons/index.js +0 -2
- package/dist/src/types/admin/website/index.js +0 -2
- package/dist/src/types/auth/index.js +0 -2
- package/dist/src/types/db.js +0 -6
- package/dist/src/types/http/admin/candidacies/index.js +0 -2
- package/dist/src/types/http/admin/index.js +0 -19
- package/dist/src/types/http/admin/persons/index.js +0 -2
- package/dist/src/types/http/admin/website/index.js +0 -2
- package/dist/src/types/http/auth/index.js +0 -2
- package/dist/src/types/http/index.js +0 -19
- package/dist/src/types/http/utils/index.js +0 -2
- package/dist/src/types/models/admin/conversations/index.js +0 -2
- package/dist/src/types/schemas/Database.js +0 -4
- package/dist/src/types/schemas/index.js +0 -23
- package/dist/src/types/schemas/public/Action.js +0 -4
- package/dist/src/types/schemas/public/ActionNames.js +0 -4
- package/dist/src/types/schemas/public/Admin.js +0 -4
- package/dist/src/types/schemas/public/Campaign.js +0 -4
- package/dist/src/types/schemas/public/CampaignStatuses.js +0 -4
- package/dist/src/types/schemas/public/CampaignToPosition.js +0 -4
- package/dist/src/types/schemas/public/Candidacy.js +0 -4
- package/dist/src/types/schemas/public/CandidacyFeedback.js +0 -4
- package/dist/src/types/schemas/public/CandidacyRatingToTag.js +0 -4
- package/dist/src/types/schemas/public/CandidacySources.js +0 -4
- package/dist/src/types/schemas/public/CandidacyStatuses.js +0 -4
- package/dist/src/types/schemas/public/Client.js +0 -4
- package/dist/src/types/schemas/public/ClientStatuses.js +0 -4
- package/dist/src/types/schemas/public/Contract.js +0 -4
- package/dist/src/types/schemas/public/Conversation.js +0 -4
- package/dist/src/types/schemas/public/EnrichmentSources.js +0 -4
- package/dist/src/types/schemas/public/Jwt.js +0 -4
- package/dist/src/types/schemas/public/ListView.js +0 -4
- package/dist/src/types/schemas/public/ListViewModels.js +0 -4
- package/dist/src/types/schemas/public/Message.js +0 -4
- package/dist/src/types/schemas/public/MessageChannels.js +0 -4
- package/dist/src/types/schemas/public/MessageSender.js +0 -4
- package/dist/src/types/schemas/public/MessageTemplate.js +0 -4
- package/dist/src/types/schemas/public/Note.js +0 -4
- package/dist/src/types/schemas/public/Otp.js +0 -4
- package/dist/src/types/schemas/public/Person.js +0 -4
- package/dist/src/types/schemas/public/PersonCareerLevels.js +0 -4
- package/dist/src/types/schemas/public/PersonClub.js +0 -4
- package/dist/src/types/schemas/public/PersonDegrees.js +0 -4
- package/dist/src/types/schemas/public/PersonEnrichment.js +0 -4
- package/dist/src/types/schemas/public/PersonGenders.js +0 -4
- package/dist/src/types/schemas/public/PersonNetwork.js +0 -4
- package/dist/src/types/schemas/public/PersonSkill.js +0 -4
- package/dist/src/types/schemas/public/PersonSources.js +0 -4
- package/dist/src/types/schemas/public/PersonToBestPerson.js +0 -4
- package/dist/src/types/schemas/public/PersonToPersonClub.js +0 -4
- package/dist/src/types/schemas/public/PersonToPersonNetwork.js +0 -4
- package/dist/src/types/schemas/public/PersonToPersonSkill.js +0 -4
- package/dist/src/types/schemas/public/PersonToTag.js +0 -4
- package/dist/src/types/schemas/public/Position.js +0 -4
- package/dist/src/types/schemas/public/PositionStatuses.js +0 -4
- package/dist/src/types/schemas/public/PrismaMigrations.js +0 -4
- package/dist/src/types/schemas/public/PublicSchema.js +0 -4
- package/dist/src/types/schemas/public/Referral.js +0 -4
- package/dist/src/types/schemas/public/ReferralPayout.js +0 -4
- package/dist/src/types/schemas/public/ReferralSources.js +0 -4
- package/dist/src/types/schemas/public/ReferralToIntroMessage.js +0 -4
- package/dist/src/types/schemas/public/Sender.js +0 -4
- package/dist/src/types/schemas/public/Tag.js +0 -4
- package/dist/src/types/schemas/public/WebsiteBlock.js +0 -4
- package/dist/src/types/schemas/public/WebsiteLandingPage.js +0 -4
- package/dist/src/types/schemas/public/WebsiteStaticPage.js +0 -4
- package/dist/src/types/shared/index.js +0 -2
- package/dist/types/admin/index.js +0 -17
- package/dist/types/admin/website/index.js +0 -2
- package/dist/types/index.js +0 -17
- /package/dist/src/types/_schema/{Action.js → PersonsToIndustries.js} +0 -0
- /package/dist/src/types/_schema/{Admin.js → PositionsToIndustries.js} +0 -0
- /package/dist/src/types/_schema/{Campaign.js → PositionsToPersonSkills.js} +0 -0
package/package.json
CHANGED
|
@@ -1,9 +1,47 @@
|
|
|
1
1
|
// @generated
|
|
2
2
|
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
3
|
|
|
4
|
-
/**
|
|
5
|
-
type
|
|
6
|
-
| 'ACCOUNTING'
|
|
7
|
-
| 'TECHNOLOGY';
|
|
4
|
+
/** Identifier type for public.industries */
|
|
5
|
+
export type IndustriesId = string;
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
/** Represents the table public.industries */
|
|
8
|
+
export default interface Industries {
|
|
9
|
+
id: IndustriesId;
|
|
10
|
+
|
|
11
|
+
name: string;
|
|
12
|
+
|
|
13
|
+
deletedAt: Date | null;
|
|
14
|
+
|
|
15
|
+
createdAt: Date;
|
|
16
|
+
|
|
17
|
+
updatedAt: Date;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/** Represents the initializer for the table public.industries */
|
|
21
|
+
export interface IndustriesInitializer {
|
|
22
|
+
/** Default value: gen_random_uuid() */
|
|
23
|
+
id?: IndustriesId;
|
|
24
|
+
|
|
25
|
+
name: string;
|
|
26
|
+
|
|
27
|
+
deletedAt?: Date | null;
|
|
28
|
+
|
|
29
|
+
/** Default value: CURRENT_TIMESTAMP */
|
|
30
|
+
createdAt?: Date;
|
|
31
|
+
|
|
32
|
+
/** Default value: CURRENT_TIMESTAMP */
|
|
33
|
+
updatedAt?: Date;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/** Represents the mutator for the table public.industries */
|
|
37
|
+
export interface IndustriesMutator {
|
|
38
|
+
id?: IndustriesId;
|
|
39
|
+
|
|
40
|
+
name?: string;
|
|
41
|
+
|
|
42
|
+
deletedAt?: Date | null;
|
|
43
|
+
|
|
44
|
+
createdAt?: Date;
|
|
45
|
+
|
|
46
|
+
updatedAt?: Date;
|
|
47
|
+
}
|
|
@@ -6,7 +6,6 @@ import type { default as PersonCareerLevels } from './PersonCareerLevels';
|
|
|
6
6
|
import type { default as PersonDegrees } from './PersonDegrees';
|
|
7
7
|
import type { default as PersonGenders } from './PersonGenders';
|
|
8
8
|
import type { ClientsId } from './Clients';
|
|
9
|
-
import type { default as Industries } from './Industries';
|
|
10
9
|
|
|
11
10
|
/** Identifier type for public.persons */
|
|
12
11
|
export type PersonsId = string;
|
|
@@ -100,8 +99,6 @@ export default interface Persons {
|
|
|
100
99
|
createdAt: Date;
|
|
101
100
|
|
|
102
101
|
updatedAt: Date;
|
|
103
|
-
|
|
104
|
-
industries: Industries[] | null;
|
|
105
102
|
}
|
|
106
103
|
|
|
107
104
|
/** Represents the initializer for the table public.persons */
|
|
@@ -202,8 +199,6 @@ export interface PersonsInitializer {
|
|
|
202
199
|
|
|
203
200
|
/** Default value: CURRENT_TIMESTAMP */
|
|
204
201
|
updatedAt?: Date;
|
|
205
|
-
|
|
206
|
-
industries?: Industries[] | null;
|
|
207
202
|
}
|
|
208
203
|
|
|
209
204
|
/** Represents the mutator for the table public.persons */
|
|
@@ -295,6 +290,4 @@ export interface PersonsMutator {
|
|
|
295
290
|
createdAt?: Date;
|
|
296
291
|
|
|
297
292
|
updatedAt?: Date;
|
|
298
|
-
|
|
299
|
-
industries?: Industries[] | null;
|
|
300
293
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// @generated
|
|
2
|
+
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
+
|
|
4
|
+
import type { PersonsId } from './Persons';
|
|
5
|
+
import type { IndustriesId } from './Industries';
|
|
6
|
+
|
|
7
|
+
/** Represents the table public.persons_to_industries */
|
|
8
|
+
export default interface PersonsToIndustries {
|
|
9
|
+
personId: PersonsId;
|
|
10
|
+
|
|
11
|
+
industryId: IndustriesId;
|
|
12
|
+
|
|
13
|
+
createdAt: Date;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/** Represents the initializer for the table public.persons_to_industries */
|
|
17
|
+
export interface PersonsToIndustriesInitializer {
|
|
18
|
+
personId: PersonsId;
|
|
19
|
+
|
|
20
|
+
industryId: IndustriesId;
|
|
21
|
+
|
|
22
|
+
/** Default value: CURRENT_TIMESTAMP */
|
|
23
|
+
createdAt?: Date;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/** Represents the mutator for the table public.persons_to_industries */
|
|
27
|
+
export interface PersonsToIndustriesMutator {
|
|
28
|
+
personId?: PersonsId;
|
|
29
|
+
|
|
30
|
+
industryId?: IndustriesId;
|
|
31
|
+
|
|
32
|
+
createdAt?: Date;
|
|
33
|
+
}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
import type { default as PositionStatuses } from './PositionStatuses';
|
|
5
5
|
import type { ClientsId } from './Clients';
|
|
6
|
-
import type { default as Industries } from './Industries';
|
|
7
6
|
|
|
8
7
|
/** Identifier type for public.positions */
|
|
9
8
|
export type PositionsId = string;
|
|
@@ -34,7 +33,7 @@ export default interface Positions {
|
|
|
34
33
|
|
|
35
34
|
description: string | null;
|
|
36
35
|
|
|
37
|
-
|
|
36
|
+
location: string | null;
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
/** Represents the initializer for the table public.positions */
|
|
@@ -69,7 +68,7 @@ export interface PositionsInitializer {
|
|
|
69
68
|
|
|
70
69
|
description?: string | null;
|
|
71
70
|
|
|
72
|
-
|
|
71
|
+
location?: string | null;
|
|
73
72
|
}
|
|
74
73
|
|
|
75
74
|
/** Represents the mutator for the table public.positions */
|
|
@@ -98,5 +97,5 @@ export interface PositionsMutator {
|
|
|
98
97
|
|
|
99
98
|
description?: string | null;
|
|
100
99
|
|
|
101
|
-
|
|
100
|
+
location?: string | null;
|
|
102
101
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// @generated
|
|
2
|
+
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
+
|
|
4
|
+
import type { PositionsId } from './Positions';
|
|
5
|
+
import type { IndustriesId } from './Industries';
|
|
6
|
+
|
|
7
|
+
/** Represents the table public.positions_to_industries */
|
|
8
|
+
export default interface PositionsToIndustries {
|
|
9
|
+
positionId: PositionsId;
|
|
10
|
+
|
|
11
|
+
industryId: IndustriesId;
|
|
12
|
+
|
|
13
|
+
createdAt: Date;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/** Represents the initializer for the table public.positions_to_industries */
|
|
17
|
+
export interface PositionsToIndustriesInitializer {
|
|
18
|
+
positionId: PositionsId;
|
|
19
|
+
|
|
20
|
+
industryId: IndustriesId;
|
|
21
|
+
|
|
22
|
+
/** Default value: CURRENT_TIMESTAMP */
|
|
23
|
+
createdAt?: Date;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/** Represents the mutator for the table public.positions_to_industries */
|
|
27
|
+
export interface PositionsToIndustriesMutator {
|
|
28
|
+
positionId?: PositionsId;
|
|
29
|
+
|
|
30
|
+
industryId?: IndustriesId;
|
|
31
|
+
|
|
32
|
+
createdAt?: Date;
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// @generated
|
|
2
|
+
// This file is automatically generated by Kanel. Do not modify manually.
|
|
3
|
+
|
|
4
|
+
import type { PositionsId } from './Positions';
|
|
5
|
+
import type { PersonSkillsId } from './PersonSkills';
|
|
6
|
+
|
|
7
|
+
/** Represents the table public.positions_to_person_skills */
|
|
8
|
+
export default interface PositionsToPersonSkills {
|
|
9
|
+
positionId: PositionsId;
|
|
10
|
+
|
|
11
|
+
skillId: PersonSkillsId;
|
|
12
|
+
|
|
13
|
+
createdAt: Date;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/** Represents the initializer for the table public.positions_to_person_skills */
|
|
17
|
+
export interface PositionsToPersonSkillsInitializer {
|
|
18
|
+
positionId: PositionsId;
|
|
19
|
+
|
|
20
|
+
skillId: PersonSkillsId;
|
|
21
|
+
|
|
22
|
+
/** Default value: CURRENT_TIMESTAMP */
|
|
23
|
+
createdAt?: Date;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/** Represents the mutator for the table public.positions_to_person_skills */
|
|
27
|
+
export interface PositionsToPersonSkillsMutator {
|
|
28
|
+
positionId?: PositionsId;
|
|
29
|
+
|
|
30
|
+
skillId?: PersonSkillsId;
|
|
31
|
+
|
|
32
|
+
createdAt?: Date;
|
|
33
|
+
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./candidacies"), exports);
|
|
18
|
-
__exportStar(require("./persons"), exports);
|
|
19
|
-
__exportStar(require("./website"), exports);
|
package/dist/src/types/db.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./candidacies"), exports);
|
|
18
|
-
__exportStar(require("./persons"), exports);
|
|
19
|
-
__exportStar(require("./website"), exports);
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./admin"), exports);
|
|
18
|
-
__exportStar(require("./auth"), exports);
|
|
19
|
-
__exportStar(require("../utils"), exports);
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./public/Action"), exports);
|
|
18
|
-
__exportStar(require("./public/ActionNames"), exports);
|
|
19
|
-
__exportStar(require("./public/Admin"), exports);
|
|
20
|
-
__exportStar(require("./public/Campaign"), exports);
|
|
21
|
-
__exportStar(require("./public/CampaignStatuses"), exports);
|
|
22
|
-
__exportStar(require("./public/CampaignToPosition"), exports);
|
|
23
|
-
__exportStar(require("./public/Candidacy"), exports);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./website"), exports);
|
package/dist/types/index.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./admin"), exports);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|