@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.
Files changed (54) hide show
  1. package/.openapi-generator/FILES +34 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/{.swagger-codegen-ignore → .openapi-generator-ignore} +3 -3
  4. package/dist/types/ApplicationForm.d.ts +1 -1
  5. package/dist/types/ApplicationFormBundle.d.ts +1 -0
  6. package/dist/types/ApplicationFormField.d.ts +1 -1
  7. package/dist/types/BaseField.d.ts +6 -2
  8. package/dist/types/BaseFieldLocalization.d.ts +9 -0
  9. package/dist/types/BaseFieldLocalizationBundle.d.ts +7 -0
  10. package/dist/types/BaseFieldLocalizationBundle.js +2 -0
  11. package/dist/types/BulkUpload.d.ts +1 -1
  12. package/dist/types/BulkUploadBundle.d.ts +1 -0
  13. package/dist/types/Opportunity.d.ts +1 -1
  14. package/dist/types/OpportunityBundle.d.ts +1 -0
  15. package/dist/types/Organization.d.ts +1 -1
  16. package/dist/types/OrganizationBundle.d.ts +1 -0
  17. package/dist/types/OrganizationProposal.d.ts +1 -1
  18. package/dist/types/OrganizationProposalBundle.d.ts +1 -0
  19. package/dist/types/PlatformProviderResponse.d.ts +2 -2
  20. package/dist/types/Proposal.d.ts +2 -2
  21. package/dist/types/ProposalBundle.d.ts +1 -0
  22. package/dist/types/ProposalFieldValue.d.ts +1 -1
  23. package/dist/types/ProposalVersion.d.ts +1 -1
  24. package/dist/types/User.d.ts +1 -1
  25. package/dist/types/UserBundle.d.ts +1 -0
  26. package/dist/types/index.d.ts +2 -1
  27. package/dist/types/index.js +2 -1
  28. package/package.json +1 -1
  29. package/src/types/ApplicationForm.ts +1 -1
  30. package/src/types/ApplicationFormBundle.ts +1 -3
  31. package/src/types/ApplicationFormField.ts +1 -1
  32. package/src/types/BaseField.ts +8 -4
  33. package/src/types/BaseFieldLocalization.ts +13 -0
  34. package/src/types/BaseFieldLocalizationBundle.ts +13 -0
  35. package/src/types/BulkUpload.ts +2 -2
  36. package/src/types/BulkUploadBundle.ts +1 -3
  37. package/src/types/Opportunity.ts +1 -1
  38. package/src/types/OpportunityBundle.ts +1 -3
  39. package/src/types/Organization.ts +1 -1
  40. package/src/types/OrganizationBundle.ts +1 -3
  41. package/src/types/OrganizationProposal.ts +1 -1
  42. package/src/types/OrganizationProposalBundle.ts +1 -3
  43. package/src/types/PlatformProviderResponse.ts +2 -2
  44. package/src/types/Proposal.ts +2 -2
  45. package/src/types/ProposalBundle.ts +1 -3
  46. package/src/types/ProposalFieldValue.ts +1 -1
  47. package/src/types/ProposalVersion.ts +1 -1
  48. package/src/types/User.ts +1 -1
  49. package/src/types/UserBundle.ts +1 -3
  50. package/src/types/index.ts +2 -1
  51. package/.swagger-codegen/VERSION +0 -1
  52. package/dist/types/CreatedBy.d.ts +0 -4
  53. package/src/types/CreatedBy.ts +0 -8
  54. /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
- # Swagger Codegen Ignore
2
- # Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
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 Swagger Codgen to ignore just this file by uncommenting the following line:
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 (*):
@@ -5,6 +5,6 @@ export interface ApplicationForm {
5
5
  opportunityId: number;
6
6
  readonly version: number;
7
7
  fields: Array<ApplicationFormField>;
8
- readonly createdAt: Date;
8
+ readonly createdAt: string;
9
9
  }
10
10
  export type WritableApplicationForm = Writable<ApplicationForm>;
@@ -2,5 +2,6 @@ import { ApplicationForm } from './ApplicationForm';
2
2
  import { Writable } from './Writable';
3
3
  export interface ApplicationFormBundle {
4
4
  entries: Array<ApplicationForm>;
5
+ total: number;
5
6
  }
6
7
  export type WritableApplicationFormBundle = Writable<ApplicationFormBundle>;
@@ -7,6 +7,6 @@ export interface ApplicationFormField {
7
7
  readonly baseField: BaseField;
8
8
  position: number;
9
9
  label: string;
10
- readonly createdAt: Date;
10
+ readonly createdAt: string;
11
11
  }
12
12
  export type WritableApplicationFormField = Writable<ApplicationFormField>;
@@ -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
- readonly scope: BaseField.ScopeEnum;
9
- readonly createdAt: Date;
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>;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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: Date;
9
+ readonly createdAt: string;
10
10
  }
11
11
  export type WritableBulkUpload = Writable<BulkUpload>;
12
12
  export declare namespace BulkUpload {
@@ -2,5 +2,6 @@ import { BulkUpload } from './BulkUpload';
2
2
  import { Writable } from './Writable';
3
3
  export interface BulkUploadBundle {
4
4
  entries: Array<BulkUpload>;
5
+ total: number;
5
6
  }
6
7
  export type WritableBulkUploadBundle = Writable<BulkUploadBundle>;
@@ -2,6 +2,6 @@ import { Writable } from './Writable';
2
2
  export interface Opportunity {
3
3
  readonly id: number;
4
4
  title: string;
5
- readonly createdAt: Date;
5
+ readonly createdAt: string;
6
6
  }
7
7
  export type WritableOpportunity = Writable<Opportunity>;
@@ -2,5 +2,6 @@ import { Opportunity } from './Opportunity';
2
2
  import { Writable } from './Writable';
3
3
  export interface OpportunityBundle {
4
4
  entries: Array<Opportunity>;
5
+ total: number;
5
6
  }
6
7
  export type WritableOpportunityBundle = Writable<OpportunityBundle>;
@@ -3,6 +3,6 @@ export interface Organization {
3
3
  readonly id: number;
4
4
  taxId: string;
5
5
  name: string;
6
- readonly createdAt: Date;
6
+ readonly createdAt: string;
7
7
  }
8
8
  export type WritableOrganization = Writable<Organization>;
@@ -2,5 +2,6 @@ import { Organization } from './Organization';
2
2
  import { Writable } from './Writable';
3
3
  export interface OrganizationBundle {
4
4
  entries: Array<Organization>;
5
+ total: number;
5
6
  }
6
7
  export type WritableOrganizationBundle = Writable<OrganizationBundle>;
@@ -7,6 +7,6 @@ export interface OrganizationProposal {
7
7
  readonly organization: Organization;
8
8
  proposalId: number;
9
9
  readonly proposal: Proposal;
10
- readonly createdAt: Date;
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: any;
6
- readonly createdAt: Date;
5
+ data: object;
6
+ readonly createdAt: string;
7
7
  }
8
8
  export type WritablePlatformProviderResponse = Writable<PlatformProviderResponse>;
@@ -4,8 +4,8 @@ export interface Proposal {
4
4
  readonly id: number;
5
5
  opportunityId: number;
6
6
  externalId: string;
7
- readonly versions: Array<ProposalVersion>;
8
- readonly createdAt: Date;
7
+ versions: Array<ProposalVersion>;
8
+ readonly createdAt: string;
9
9
  readonly createdBy: number;
10
10
  }
11
11
  export type WritableProposal = Writable<Proposal>;
@@ -2,5 +2,6 @@ import { Proposal } from './Proposal';
2
2
  import { Writable } from './Writable';
3
3
  export interface ProposalBundle {
4
4
  entries: Array<Proposal>;
5
+ total: number;
5
6
  }
6
7
  export type WritableProposalBundle = Writable<ProposalBundle>;
@@ -8,6 +8,6 @@ export interface ProposalFieldValue {
8
8
  position: number;
9
9
  value: string;
10
10
  readonly isValid: boolean;
11
- readonly createdAt: Date;
11
+ readonly createdAt: string;
12
12
  }
13
13
  export type WritableProposalFieldValue = Writable<ProposalFieldValue>;
@@ -6,6 +6,6 @@ export interface ProposalVersion {
6
6
  applicationFormId: number;
7
7
  readonly version: number;
8
8
  fieldValues: Array<ProposalFieldValue>;
9
- readonly createdAt: Date;
9
+ readonly createdAt: string;
10
10
  }
11
11
  export type WritableProposalVersion = Writable<ProposalVersion>;
@@ -2,6 +2,6 @@ import { Writable } from './Writable';
2
2
  export interface User {
3
3
  readonly id: number;
4
4
  authenticationId: string;
5
- readonly createdAt: Date;
5
+ readonly createdAt: string;
6
6
  }
7
7
  export type WritableUser = Writable<User>;
@@ -2,5 +2,6 @@ import { User } from './User';
2
2
  import { Writable } from './Writable';
3
3
  export interface UserBundle {
4
4
  entries: Array<User>;
5
+ total: number;
5
6
  }
6
7
  export type WritableUserBundle = Writable<UserBundle>;
@@ -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';
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdc/sdk",
3
- "version": "0.11.1",
3
+ "version": "0.12.1",
4
4
  "description": "A swagger client for the Philanthropy Data Commons (PDC)",
5
5
  "author": "Open Tech Strategies",
6
6
  "keywords": [
@@ -8,7 +8,7 @@ export interface ApplicationForm {
8
8
  opportunityId: number;
9
9
  readonly version: number;
10
10
  fields: Array<ApplicationFormField>;
11
- readonly createdAt: Date;
11
+ readonly createdAt: string;
12
12
  }
13
13
 
14
14
  export type WritableApplicationForm = Writable<ApplicationForm>
@@ -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>
@@ -10,7 +10,7 @@ export interface ApplicationFormField {
10
10
  readonly baseField: BaseField;
11
11
  position: number;
12
12
  label: string;
13
- readonly createdAt: Date;
13
+ readonly createdAt: string;
14
14
  }
15
15
 
16
16
  export type WritableApplicationFormField = Writable<ApplicationFormField>
@@ -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
- readonly scope: BaseField.ScopeEnum;
10
- readonly createdAt: Date;
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
+
@@ -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: Date;
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>
@@ -3,7 +3,7 @@ import { Writable } from './Writable';
3
3
  export interface Opportunity {
4
4
  readonly id: number;
5
5
  title: string;
6
- readonly createdAt: Date;
6
+ readonly createdAt: string;
7
7
  }
8
8
 
9
9
  export type WritableOpportunity = Writable<Opportunity>
@@ -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>
@@ -4,7 +4,7 @@ export interface Organization {
4
4
  readonly id: number;
5
5
  taxId: string;
6
6
  name: string;
7
- readonly createdAt: Date;
7
+ readonly createdAt: string;
8
8
  }
9
9
 
10
10
  export type WritableOrganization = Writable<Organization>
@@ -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: Date;
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: any;
7
- readonly createdAt: Date;
6
+ data: object;
7
+ readonly createdAt: string;
8
8
  }
9
9
 
10
10
  export type WritablePlatformProviderResponse = Writable<PlatformProviderResponse>
@@ -7,8 +7,8 @@ export interface Proposal {
7
7
  readonly id: number;
8
8
  opportunityId: number;
9
9
  externalId: string;
10
- readonly versions: Array<ProposalVersion>;
11
- readonly createdAt: Date;
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>
@@ -11,7 +11,7 @@ export interface ProposalFieldValue {
11
11
  position: number;
12
12
  value: string;
13
13
  readonly isValid: boolean;
14
- readonly createdAt: Date;
14
+ readonly createdAt: string;
15
15
  }
16
16
 
17
17
  export type WritableProposalFieldValue = Writable<ProposalFieldValue>
@@ -9,7 +9,7 @@ export interface ProposalVersion {
9
9
  applicationFormId: number;
10
10
  readonly version: number;
11
11
  fieldValues: Array<ProposalFieldValue>;
12
- readonly createdAt: Date;
12
+ readonly createdAt: string;
13
13
  }
14
14
 
15
15
  export type WritableProposalVersion = Writable<ProposalVersion>
package/src/types/User.ts CHANGED
@@ -3,7 +3,7 @@ import { Writable } from './Writable';
3
3
  export interface User {
4
4
  readonly id: number;
5
5
  authenticationId: string;
6
- readonly createdAt: Date;
6
+ readonly createdAt: string;
7
7
  }
8
8
 
9
9
  export type WritableUser = Writable<User>
@@ -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>
@@ -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';
@@ -1 +0,0 @@
1
- 3.0.56
@@ -1,4 +0,0 @@
1
- import { Writable } from './Writable';
2
- export interface CreatedBy {
3
- }
4
- export type WritableCreatedBy = Writable<CreatedBy>;
@@ -1,8 +0,0 @@
1
- import { Writable } from './Writable';
2
-
3
- export interface CreatedBy {
4
- }
5
-
6
- export type WritableCreatedBy = Writable<CreatedBy>
7
-
8
-