@pdc/sdk 0.11.1 → 0.12.1
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/.openapi-generator/FILES +34 -0
- package/.openapi-generator/VERSION +1 -0
- package/{.swagger-codegen-ignore → .openapi-generator-ignore} +3 -3
- package/dist/types/ApplicationForm.d.ts +1 -1
- package/dist/types/ApplicationFormBundle.d.ts +1 -0
- package/dist/types/ApplicationFormField.d.ts +1 -1
- package/dist/types/BaseField.d.ts +6 -2
- package/dist/types/BaseFieldLocalization.d.ts +9 -0
- package/dist/types/BaseFieldLocalizationBundle.d.ts +7 -0
- package/dist/types/BaseFieldLocalizationBundle.js +2 -0
- package/dist/types/BulkUpload.d.ts +1 -1
- package/dist/types/BulkUploadBundle.d.ts +1 -0
- package/dist/types/Opportunity.d.ts +1 -1
- package/dist/types/OpportunityBundle.d.ts +1 -0
- package/dist/types/Organization.d.ts +1 -1
- package/dist/types/OrganizationBundle.d.ts +1 -0
- package/dist/types/OrganizationProposal.d.ts +1 -1
- package/dist/types/OrganizationProposalBundle.d.ts +1 -0
- package/dist/types/PlatformProviderResponse.d.ts +2 -2
- package/dist/types/Proposal.d.ts +2 -2
- package/dist/types/ProposalBundle.d.ts +1 -0
- package/dist/types/ProposalFieldValue.d.ts +1 -1
- package/dist/types/ProposalVersion.d.ts +1 -1
- package/dist/types/User.d.ts +1 -1
- package/dist/types/UserBundle.d.ts +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js +2 -1
- package/package.json +1 -1
- package/src/types/ApplicationForm.ts +1 -1
- package/src/types/ApplicationFormBundle.ts +1 -3
- package/src/types/ApplicationFormField.ts +1 -1
- package/src/types/BaseField.ts +8 -4
- package/src/types/BaseFieldLocalization.ts +13 -0
- package/src/types/BaseFieldLocalizationBundle.ts +13 -0
- package/src/types/BulkUpload.ts +2 -2
- package/src/types/BulkUploadBundle.ts +1 -3
- package/src/types/Opportunity.ts +1 -1
- package/src/types/OpportunityBundle.ts +1 -3
- package/src/types/Organization.ts +1 -1
- package/src/types/OrganizationBundle.ts +1 -3
- package/src/types/OrganizationProposal.ts +1 -1
- package/src/types/OrganizationProposalBundle.ts +1 -3
- package/src/types/PlatformProviderResponse.ts +2 -2
- package/src/types/Proposal.ts +2 -2
- package/src/types/ProposalBundle.ts +1 -3
- package/src/types/ProposalFieldValue.ts +1 -1
- package/src/types/ProposalVersion.ts +1 -1
- package/src/types/User.ts +1 -1
- package/src/types/UserBundle.ts +1 -3
- package/src/types/index.ts +2 -1
- package/.swagger-codegen/VERSION +0 -1
- package/dist/types/CreatedBy.d.ts +0 -4
- package/src/types/CreatedBy.ts +0 -8
- /package/dist/types/{CreatedBy.js → BaseFieldLocalization.js} +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.openapi-generator-ignore
|
|
2
|
+
README.md
|
|
3
|
+
package-lock.json
|
|
4
|
+
package.json
|
|
5
|
+
src/index.ts
|
|
6
|
+
src/types/ApplicationForm.ts
|
|
7
|
+
src/types/ApplicationFormBundle.ts
|
|
8
|
+
src/types/ApplicationFormField.ts
|
|
9
|
+
src/types/BaseField.ts
|
|
10
|
+
src/types/BaseFieldLocalization.ts
|
|
11
|
+
src/types/BaseFieldLocalizationBundle.ts
|
|
12
|
+
src/types/BulkUpload.ts
|
|
13
|
+
src/types/BulkUploadBundle.ts
|
|
14
|
+
src/types/Bundle.ts
|
|
15
|
+
src/types/Opportunity.ts
|
|
16
|
+
src/types/OpportunityBundle.ts
|
|
17
|
+
src/types/Organization.ts
|
|
18
|
+
src/types/OrganizationBundle.ts
|
|
19
|
+
src/types/OrganizationProposal.ts
|
|
20
|
+
src/types/OrganizationProposalBundle.ts
|
|
21
|
+
src/types/PdcError.ts
|
|
22
|
+
src/types/PlatformProviderResponse.ts
|
|
23
|
+
src/types/PresignedPost.ts
|
|
24
|
+
src/types/PresignedPostFields.ts
|
|
25
|
+
src/types/PresignedPostRequest.ts
|
|
26
|
+
src/types/Proposal.ts
|
|
27
|
+
src/types/ProposalBundle.ts
|
|
28
|
+
src/types/ProposalFieldValue.ts
|
|
29
|
+
src/types/ProposalVersion.ts
|
|
30
|
+
src/types/User.ts
|
|
31
|
+
src/types/UserBundle.ts
|
|
32
|
+
src/types/Writable.ts
|
|
33
|
+
src/types/index.ts
|
|
34
|
+
tsconfig.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7.7.0
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Generated by
|
|
1
|
+
# OpenAPI Generator Ignore
|
|
2
|
+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
3
3
|
|
|
4
4
|
# Use this file to prevent files from being overwritten by the generator.
|
|
5
5
|
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
6
|
|
|
7
7
|
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
-
# You can make changes and tell
|
|
8
|
+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
9
9
|
#ApiClient.cs
|
|
10
10
|
|
|
11
11
|
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
+
import { BaseFieldLocalization } from './BaseFieldLocalization';
|
|
1
2
|
import { Writable } from './Writable';
|
|
2
3
|
export interface BaseField {
|
|
3
4
|
readonly id: number;
|
|
4
5
|
label: string;
|
|
5
6
|
description: string;
|
|
6
7
|
shortCode: string;
|
|
8
|
+
readonly localizations?: {
|
|
9
|
+
[key: string]: BaseFieldLocalization;
|
|
10
|
+
};
|
|
7
11
|
dataType: BaseField.DataTypeEnum;
|
|
8
|
-
|
|
9
|
-
readonly createdAt:
|
|
12
|
+
scope: BaseField.ScopeEnum;
|
|
13
|
+
readonly createdAt: string;
|
|
10
14
|
}
|
|
11
15
|
export type WritableBaseField = Writable<BaseField>;
|
|
12
16
|
export declare namespace BaseField {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Writable } from './Writable';
|
|
2
|
+
export interface BaseFieldLocalization {
|
|
3
|
+
readonly baseFieldId: number;
|
|
4
|
+
readonly language: string;
|
|
5
|
+
label: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
readonly createdAt?: string;
|
|
8
|
+
}
|
|
9
|
+
export type WritableBaseFieldLocalization = Writable<BaseFieldLocalization>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BaseFieldLocalization } from './BaseFieldLocalization';
|
|
2
|
+
import { Writable } from './Writable';
|
|
3
|
+
export interface BaseFieldLocalizationBundle {
|
|
4
|
+
entries: Array<BaseFieldLocalization>;
|
|
5
|
+
total: number;
|
|
6
|
+
}
|
|
7
|
+
export type WritableBaseFieldLocalizationBundle = Writable<BaseFieldLocalizationBundle>;
|
|
@@ -6,7 +6,7 @@ export interface BulkUpload {
|
|
|
6
6
|
sourceKey: string;
|
|
7
7
|
readonly status: BulkUpload.StatusEnum;
|
|
8
8
|
readonly createdBy: number;
|
|
9
|
-
readonly createdAt:
|
|
9
|
+
readonly createdAt: string;
|
|
10
10
|
}
|
|
11
11
|
export type WritableBulkUpload = Writable<BulkUpload>;
|
|
12
12
|
export declare namespace BulkUpload {
|
|
@@ -7,6 +7,6 @@ export interface OrganizationProposal {
|
|
|
7
7
|
readonly organization: Organization;
|
|
8
8
|
proposalId: number;
|
|
9
9
|
readonly proposal: Proposal;
|
|
10
|
-
readonly createdAt:
|
|
10
|
+
readonly createdAt: string;
|
|
11
11
|
}
|
|
12
12
|
export type WritableOrganizationProposal = Writable<OrganizationProposal>;
|
|
@@ -2,5 +2,6 @@ import { OrganizationProposal } from './OrganizationProposal';
|
|
|
2
2
|
import { Writable } from './Writable';
|
|
3
3
|
export interface OrganizationProposalBundle {
|
|
4
4
|
entries: Array<OrganizationProposal>;
|
|
5
|
+
total: number;
|
|
5
6
|
}
|
|
6
7
|
export type WritableOrganizationProposalBundle = Writable<OrganizationProposalBundle>;
|
|
@@ -2,7 +2,7 @@ import { Writable } from './Writable';
|
|
|
2
2
|
export interface PlatformProviderResponse {
|
|
3
3
|
externalId: string;
|
|
4
4
|
platformProvider: string;
|
|
5
|
-
data:
|
|
6
|
-
readonly createdAt:
|
|
5
|
+
data: object;
|
|
6
|
+
readonly createdAt: string;
|
|
7
7
|
}
|
|
8
8
|
export type WritablePlatformProviderResponse = Writable<PlatformProviderResponse>;
|
package/dist/types/Proposal.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ export interface Proposal {
|
|
|
4
4
|
readonly id: number;
|
|
5
5
|
opportunityId: number;
|
|
6
6
|
externalId: string;
|
|
7
|
-
|
|
8
|
-
readonly createdAt:
|
|
7
|
+
versions: Array<ProposalVersion>;
|
|
8
|
+
readonly createdAt: string;
|
|
9
9
|
readonly createdBy: number;
|
|
10
10
|
}
|
|
11
11
|
export type WritableProposal = Writable<Proposal>;
|
package/dist/types/User.d.ts
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -2,10 +2,11 @@ export * from './ApplicationForm';
|
|
|
2
2
|
export * from './ApplicationFormBundle';
|
|
3
3
|
export * from './ApplicationFormField';
|
|
4
4
|
export * from './BaseField';
|
|
5
|
+
export * from './BaseFieldLocalization';
|
|
6
|
+
export * from './BaseFieldLocalizationBundle';
|
|
5
7
|
export * from './BulkUpload';
|
|
6
8
|
export * from './BulkUploadBundle';
|
|
7
9
|
export * from './Bundle';
|
|
8
|
-
export * from './CreatedBy';
|
|
9
10
|
export * from './Opportunity';
|
|
10
11
|
export * from './OpportunityBundle';
|
|
11
12
|
export * from './Organization';
|
package/dist/types/index.js
CHANGED
|
@@ -18,10 +18,11 @@ __exportStar(require("./ApplicationForm"), exports);
|
|
|
18
18
|
__exportStar(require("./ApplicationFormBundle"), exports);
|
|
19
19
|
__exportStar(require("./ApplicationFormField"), exports);
|
|
20
20
|
__exportStar(require("./BaseField"), exports);
|
|
21
|
+
__exportStar(require("./BaseFieldLocalization"), exports);
|
|
22
|
+
__exportStar(require("./BaseFieldLocalizationBundle"), exports);
|
|
21
23
|
__exportStar(require("./BulkUpload"), exports);
|
|
22
24
|
__exportStar(require("./BulkUploadBundle"), exports);
|
|
23
25
|
__exportStar(require("./Bundle"), exports);
|
|
24
|
-
__exportStar(require("./CreatedBy"), exports);
|
|
25
26
|
__exportStar(require("./Opportunity"), exports);
|
|
26
27
|
__exportStar(require("./OpportunityBundle"), exports);
|
|
27
28
|
__exportStar(require("./Organization"), exports);
|
package/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ApplicationForm,
|
|
3
3
|
} from './ApplicationForm';
|
|
4
|
-
import {
|
|
5
|
-
Bundle,
|
|
6
|
-
} from './Bundle';
|
|
7
4
|
import { Writable } from './Writable';
|
|
8
5
|
|
|
9
6
|
export interface ApplicationFormBundle {
|
|
10
7
|
entries: Array<ApplicationForm>;
|
|
8
|
+
total: number;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
export type WritableApplicationFormBundle = Writable<ApplicationFormBundle>
|
package/src/types/BaseField.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BaseFieldLocalization,
|
|
3
|
+
} from './BaseFieldLocalization';
|
|
1
4
|
import { Writable } from './Writable';
|
|
2
5
|
|
|
3
6
|
export interface BaseField {
|
|
@@ -5,9 +8,10 @@ export interface BaseField {
|
|
|
5
8
|
label: string;
|
|
6
9
|
description: string;
|
|
7
10
|
shortCode: string;
|
|
11
|
+
readonly localizations?: { [key: string]: BaseFieldLocalization; };
|
|
8
12
|
dataType: BaseField.DataTypeEnum;
|
|
9
|
-
|
|
10
|
-
readonly createdAt:
|
|
13
|
+
scope: BaseField.ScopeEnum;
|
|
14
|
+
readonly createdAt: string;
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
export type WritableBaseField = Writable<BaseField>
|
|
@@ -19,10 +23,10 @@ export namespace BaseField {
|
|
|
19
23
|
Email = 'email',
|
|
20
24
|
PhoneNumber = 'phone_number',
|
|
21
25
|
Url = 'url',
|
|
22
|
-
Boolean = 'boolean'
|
|
26
|
+
Boolean = 'boolean',
|
|
23
27
|
}
|
|
24
28
|
export enum ScopeEnum {
|
|
25
29
|
Proposal = 'proposal',
|
|
26
|
-
Organization = 'organization'
|
|
30
|
+
Organization = 'organization',
|
|
27
31
|
}
|
|
28
32
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Writable } from './Writable';
|
|
2
|
+
|
|
3
|
+
export interface BaseFieldLocalization {
|
|
4
|
+
readonly baseFieldId: number;
|
|
5
|
+
readonly language: string;
|
|
6
|
+
label: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
readonly createdAt?: string;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type WritableBaseFieldLocalization = Writable<BaseFieldLocalization>
|
|
12
|
+
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BaseFieldLocalization,
|
|
3
|
+
} from './BaseFieldLocalization';
|
|
4
|
+
import { Writable } from './Writable';
|
|
5
|
+
|
|
6
|
+
export interface BaseFieldLocalizationBundle {
|
|
7
|
+
entries: Array<BaseFieldLocalization>;
|
|
8
|
+
total: number;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type WritableBaseFieldLocalizationBundle = Writable<BaseFieldLocalizationBundle>
|
|
12
|
+
|
|
13
|
+
|
package/src/types/BulkUpload.ts
CHANGED
|
@@ -7,7 +7,7 @@ export interface BulkUpload {
|
|
|
7
7
|
sourceKey: string;
|
|
8
8
|
readonly status: BulkUpload.StatusEnum;
|
|
9
9
|
readonly createdBy: number;
|
|
10
|
-
readonly createdAt:
|
|
10
|
+
readonly createdAt: string;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
export type WritableBulkUpload = Writable<BulkUpload>
|
|
@@ -18,6 +18,6 @@ export namespace BulkUpload {
|
|
|
18
18
|
InProgress = 'in_progress',
|
|
19
19
|
Completed = 'completed',
|
|
20
20
|
Failed = 'failed',
|
|
21
|
-
Canceled = 'canceled'
|
|
21
|
+
Canceled = 'canceled',
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BulkUpload,
|
|
3
3
|
} from './BulkUpload';
|
|
4
|
-
import {
|
|
5
|
-
Bundle,
|
|
6
|
-
} from './Bundle';
|
|
7
4
|
import { Writable } from './Writable';
|
|
8
5
|
|
|
9
6
|
export interface BulkUploadBundle {
|
|
10
7
|
entries: Array<BulkUpload>;
|
|
8
|
+
total: number;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
export type WritableBulkUploadBundle = Writable<BulkUploadBundle>
|
package/src/types/Opportunity.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Bundle,
|
|
3
|
-
} from './Bundle';
|
|
4
1
|
import {
|
|
5
2
|
Opportunity,
|
|
6
3
|
} from './Opportunity';
|
|
@@ -8,6 +5,7 @@ import { Writable } from './Writable';
|
|
|
8
5
|
|
|
9
6
|
export interface OpportunityBundle {
|
|
10
7
|
entries: Array<Opportunity>;
|
|
8
|
+
total: number;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
export type WritableOpportunityBundle = Writable<OpportunityBundle>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Bundle,
|
|
3
|
-
} from './Bundle';
|
|
4
1
|
import {
|
|
5
2
|
Organization,
|
|
6
3
|
} from './Organization';
|
|
@@ -8,6 +5,7 @@ import { Writable } from './Writable';
|
|
|
8
5
|
|
|
9
6
|
export interface OrganizationBundle {
|
|
10
7
|
entries: Array<Organization>;
|
|
8
|
+
total: number;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
export type WritableOrganizationBundle = Writable<OrganizationBundle>
|
|
@@ -12,7 +12,7 @@ export interface OrganizationProposal {
|
|
|
12
12
|
readonly organization: Organization;
|
|
13
13
|
proposalId: number;
|
|
14
14
|
readonly proposal: Proposal;
|
|
15
|
-
readonly createdAt:
|
|
15
|
+
readonly createdAt: string;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
export type WritableOrganizationProposal = Writable<OrganizationProposal>
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Bundle,
|
|
3
|
-
} from './Bundle';
|
|
4
1
|
import {
|
|
5
2
|
OrganizationProposal,
|
|
6
3
|
} from './OrganizationProposal';
|
|
@@ -8,6 +5,7 @@ import { Writable } from './Writable';
|
|
|
8
5
|
|
|
9
6
|
export interface OrganizationProposalBundle {
|
|
10
7
|
entries: Array<OrganizationProposal>;
|
|
8
|
+
total: number;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
export type WritableOrganizationProposalBundle = Writable<OrganizationProposalBundle>
|
|
@@ -3,8 +3,8 @@ import { Writable } from './Writable';
|
|
|
3
3
|
export interface PlatformProviderResponse {
|
|
4
4
|
externalId: string;
|
|
5
5
|
platformProvider: string;
|
|
6
|
-
data:
|
|
7
|
-
readonly createdAt:
|
|
6
|
+
data: object;
|
|
7
|
+
readonly createdAt: string;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
export type WritablePlatformProviderResponse = Writable<PlatformProviderResponse>
|
package/src/types/Proposal.ts
CHANGED
|
@@ -7,8 +7,8 @@ export interface Proposal {
|
|
|
7
7
|
readonly id: number;
|
|
8
8
|
opportunityId: number;
|
|
9
9
|
externalId: string;
|
|
10
|
-
|
|
11
|
-
readonly createdAt:
|
|
10
|
+
versions: Array<ProposalVersion>;
|
|
11
|
+
readonly createdAt: string;
|
|
12
12
|
readonly createdBy: number;
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Bundle,
|
|
3
|
-
} from './Bundle';
|
|
4
1
|
import {
|
|
5
2
|
Proposal,
|
|
6
3
|
} from './Proposal';
|
|
@@ -8,6 +5,7 @@ import { Writable } from './Writable';
|
|
|
8
5
|
|
|
9
6
|
export interface ProposalBundle {
|
|
10
7
|
entries: Array<Proposal>;
|
|
8
|
+
total: number;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
export type WritableProposalBundle = Writable<ProposalBundle>
|
|
@@ -9,7 +9,7 @@ export interface ProposalVersion {
|
|
|
9
9
|
applicationFormId: number;
|
|
10
10
|
readonly version: number;
|
|
11
11
|
fieldValues: Array<ProposalFieldValue>;
|
|
12
|
-
readonly createdAt:
|
|
12
|
+
readonly createdAt: string;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
export type WritableProposalVersion = Writable<ProposalVersion>
|
package/src/types/User.ts
CHANGED
package/src/types/UserBundle.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Bundle,
|
|
3
|
-
} from './Bundle';
|
|
4
1
|
import {
|
|
5
2
|
User,
|
|
6
3
|
} from './User';
|
|
@@ -8,6 +5,7 @@ import { Writable } from './Writable';
|
|
|
8
5
|
|
|
9
6
|
export interface UserBundle {
|
|
10
7
|
entries: Array<User>;
|
|
8
|
+
total: number;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
export type WritableUserBundle = Writable<UserBundle>
|
package/src/types/index.ts
CHANGED
|
@@ -2,10 +2,11 @@ export * from './ApplicationForm';
|
|
|
2
2
|
export * from './ApplicationFormBundle';
|
|
3
3
|
export * from './ApplicationFormField';
|
|
4
4
|
export * from './BaseField';
|
|
5
|
+
export * from './BaseFieldLocalization';
|
|
6
|
+
export * from './BaseFieldLocalizationBundle';
|
|
5
7
|
export * from './BulkUpload';
|
|
6
8
|
export * from './BulkUploadBundle';
|
|
7
9
|
export * from './Bundle';
|
|
8
|
-
export * from './CreatedBy';
|
|
9
10
|
export * from './Opportunity';
|
|
10
11
|
export * from './OpportunityBundle';
|
|
11
12
|
export * from './Organization';
|
package/.swagger-codegen/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.0.56
|
package/src/types/CreatedBy.ts
DELETED
|
File without changes
|