@coast/core-api-types 1.2.254 → 1.2.256

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 (69) hide show
  1. package/dist/models/workflow-app/app-listing/AppListing.d.ts +14 -0
  2. package/dist/models/workflow-app/app-listing/AppListing.js.map +1 -0
  3. package/dist/models/workflow-app/app-listing/AppListingId.js.map +1 -0
  4. package/dist/models/workflow-app/{CreateAppListing.d.ts → app-listing/CreateAppListing.d.ts} +1 -1
  5. package/dist/models/workflow-app/app-listing/CreateAppListing.js.map +1 -0
  6. package/dist/models/workflow-app/app-listing/GetAppListing.js.map +1 -0
  7. package/dist/models/workflow-app/app-listing/ListAppListings.d.ts +7 -0
  8. package/dist/models/workflow-app/app-listing/ListAppListings.js +3 -0
  9. package/dist/models/workflow-app/app-listing/ListAppListings.js.map +1 -0
  10. package/dist/models/workflow-app/app-listing/ListAppListingsResult.d.ts +5 -0
  11. package/dist/models/workflow-app/app-listing/ListAppListingsResult.js +3 -0
  12. package/dist/models/workflow-app/app-listing/ListAppListingsResult.js.map +1 -0
  13. package/dist/models/workflow-app/{UpdateAppListing.d.ts → app-listing/UpdateAppListing.d.ts} +1 -1
  14. package/dist/models/workflow-app/app-listing/UpdateAppListing.js.map +1 -0
  15. package/dist/models/workflow-app/compensations/AnyCompensation.d.ts +4 -0
  16. package/dist/models/workflow-app/compensations/AnyCompensation.js +3 -0
  17. package/dist/models/workflow-app/compensations/AnyCompensation.js.map +1 -0
  18. package/dist/models/workflow-app/compensations/CompensationType.d.ts +5 -0
  19. package/dist/models/workflow-app/compensations/CompensationType.js +10 -0
  20. package/dist/models/workflow-app/compensations/CompensationType.js.map +1 -0
  21. package/dist/models/workflow-app/compensations/ComponentReference.d.ts +9 -0
  22. package/dist/models/workflow-app/compensations/ComponentReference.js +3 -0
  23. package/dist/models/workflow-app/compensations/ComponentReference.js.map +1 -0
  24. package/dist/models/workflow-app/compensations/WorkflowTemplateReference.d.ts +5 -0
  25. package/dist/models/workflow-app/compensations/WorkflowTemplateReference.js +3 -0
  26. package/dist/models/workflow-app/compensations/WorkflowTemplateReference.js.map +1 -0
  27. package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.d.ts +9 -0
  28. package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.js +3 -0
  29. package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.js.map +1 -0
  30. package/dist/models/workflow-app/compensations/components/ComponentCompensation.d.ts +6 -0
  31. package/dist/models/workflow-app/compensations/components/ComponentCompensation.js +3 -0
  32. package/dist/models/workflow-app/compensations/components/ComponentCompensation.js.map +1 -0
  33. package/dist/models/workflow-app/compensations/components/OmitReferencedInComponent.d.ts +5 -0
  34. package/dist/models/workflow-app/compensations/components/OmitReferencedInComponent.js +3 -0
  35. package/dist/models/workflow-app/compensations/components/OmitReferencedInComponent.js.map +1 -0
  36. package/dist/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.d.ts +8 -0
  37. package/dist/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.js +3 -0
  38. package/dist/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.js.map +1 -0
  39. package/dist/models/workflow-app/duplication-results/AnyDuplicationResult.d.ts +3 -0
  40. package/dist/models/workflow-app/duplication-results/AnyDuplicationResult.js +3 -0
  41. package/dist/models/workflow-app/duplication-results/AnyDuplicationResult.js.map +1 -0
  42. package/dist/models/workflow-app/duplication-results/DuplicationResult.d.ts +8 -0
  43. package/dist/models/workflow-app/duplication-results/DuplicationResult.js +3 -0
  44. package/dist/models/workflow-app/duplication-results/DuplicationResult.js.map +1 -0
  45. package/dist/models/workflow-app/duplication-results/DuplicationResultType.d.ts +4 -0
  46. package/dist/models/workflow-app/duplication-results/DuplicationResultType.js +9 -0
  47. package/dist/models/workflow-app/duplication-results/DuplicationResultType.js.map +1 -0
  48. package/dist/models/workflow-app/duplication-results/WorkspaceDuplicationResult.d.ts +7 -0
  49. package/dist/models/workflow-app/duplication-results/WorkspaceDuplicationResult.js +3 -0
  50. package/dist/models/workflow-app/duplication-results/WorkspaceDuplicationResult.js.map +1 -0
  51. package/dist/models/workflow-app/duplication-results/WorkspaceSectionDuplicationResult.d.ts +7 -0
  52. package/dist/models/workflow-app/duplication-results/WorkspaceSectionDuplicationResult.js +3 -0
  53. package/dist/models/workflow-app/duplication-results/WorkspaceSectionDuplicationResult.js.map +1 -0
  54. package/dist/scripts/generateTypes.js +6 -0
  55. package/dist/scripts/generateTypes.js.map +1 -1
  56. package/package.json +1 -1
  57. package/dist/models/workflow-app/AppListing.d.ts +0 -12
  58. package/dist/models/workflow-app/AppListing.js.map +0 -1
  59. package/dist/models/workflow-app/AppListingId.js.map +0 -1
  60. package/dist/models/workflow-app/CreateAppListing.js.map +0 -1
  61. package/dist/models/workflow-app/GetAppListing.js.map +0 -1
  62. package/dist/models/workflow-app/UpdateAppListing.js.map +0 -1
  63. /package/dist/models/workflow-app/{AppListing.js → app-listing/AppListing.js} +0 -0
  64. /package/dist/models/workflow-app/{AppListingId.d.ts → app-listing/AppListingId.d.ts} +0 -0
  65. /package/dist/models/workflow-app/{AppListingId.js → app-listing/AppListingId.js} +0 -0
  66. /package/dist/models/workflow-app/{CreateAppListing.js → app-listing/CreateAppListing.js} +0 -0
  67. /package/dist/models/workflow-app/{GetAppListing.d.ts → app-listing/GetAppListing.d.ts} +0 -0
  68. /package/dist/models/workflow-app/{GetAppListing.js → app-listing/GetAppListing.js} +0 -0
  69. /package/dist/models/workflow-app/{UpdateAppListing.js → app-listing/UpdateAppListing.js} +0 -0
@@ -0,0 +1,14 @@
1
+ import { Audit } from '../../application/Audit';
2
+ import { BusinessId } from '../../business/BusinessId';
3
+ import { WorkspaceId } from '../../channel/WorkspaceId';
4
+ import { WorkspaceSectionId } from '../../workspace-section/WorkspaceSectionId';
5
+ import { AppListingId } from './AppListingId';
6
+ export interface AppListing extends Audit {
7
+ id: AppListingId;
8
+ sectionId?: WorkspaceSectionId;
9
+ businessId: BusinessId;
10
+ workspaceId?: WorkspaceId;
11
+ enabled: boolean;
12
+ name: string;
13
+ description?: string;
14
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppListing.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/AppListing.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppListingId.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/AppListingId.ts"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { AppListing } from './AppListing';
2
- export interface CreateAppListing extends Omit<AppListing, 'id' | 'createdAt' | 'updatedAt'> {
2
+ export interface CreateAppListing extends Omit<AppListing, 'id' | 'createdAt' | 'updatedAt' | 'businessId'> {
3
3
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAppListing.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/CreateAppListing.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetAppListing.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/GetAppListing.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { WorkspaceId } from '../../channel/WorkspaceId';
2
+ import { OffsetPaginatedRequest } from '../../pagination/OffsetPaginatedRequest';
3
+ import { WorkspaceSectionId } from '../../workspace-section/WorkspaceSectionId';
4
+ export interface ListAppListings extends OffsetPaginatedRequest {
5
+ workspaceIds?: WorkspaceId[];
6
+ sectionIds?: WorkspaceSectionId[];
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ListAppListings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAppListings.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/ListAppListings.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { OffsetPaginatedResult } from '../../pagination/OffsetPaginatedResult';
2
+ import { AppListing } from './AppListing';
3
+ export interface ListAppListingsResult extends OffsetPaginatedResult {
4
+ appListings: AppListing[];
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ListAppListingsResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAppListingsResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/ListAppListingsResult.ts"],"names":[],"mappings":""}
@@ -1,3 +1,3 @@
1
1
  import { AppListing } from './AppListing';
2
- export interface UpdateAppListing extends Omit<AppListing, 'createdAt' | 'updatedAt' | 'sectionId' | 'workspaceId'> {
2
+ export interface UpdateAppListing extends Omit<AppListing, 'createdAt' | 'updatedAt' | 'sectionId' | 'workspaceId' | 'businessId'> {
3
3
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAppListing.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/UpdateAppListing.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { ClearRelatedCardComponentReference } from './components/ClearRelatedCardComponentReference';
2
+ import { OmitReferencedInComponent } from './components/OmitReferencedInComponent';
3
+ import { OmitRelatedCardLookupComponent } from './components/OmitRelatedCardLookupComponent';
4
+ export type AnyCompensation = ClearRelatedCardComponentReference | OmitReferencedInComponent | OmitRelatedCardLookupComponent;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyCompensation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyCompensation.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/AnyCompensation.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export declare enum CompensationType {
2
+ CLEAR_RELATED_CARD_COMPONENT_REFERENCE = "CLEAR_RELATED_CARD_COMPONENT_REFERENCE",
3
+ OMIT_REFERENCED_IN_COMPONENT = "OMIT_REFERENCED_IN_COMPONENT",
4
+ OMIT_RELATED_CARD_LOOKUP_COMPONENT = "OMIT_RELATED_CARD_LOOKUP_COMPONENT"
5
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CompensationType = void 0;
4
+ var CompensationType;
5
+ (function (CompensationType) {
6
+ CompensationType["CLEAR_RELATED_CARD_COMPONENT_REFERENCE"] = "CLEAR_RELATED_CARD_COMPONENT_REFERENCE";
7
+ CompensationType["OMIT_REFERENCED_IN_COMPONENT"] = "OMIT_REFERENCED_IN_COMPONENT";
8
+ CompensationType["OMIT_RELATED_CARD_LOOKUP_COMPONENT"] = "OMIT_RELATED_CARD_LOOKUP_COMPONENT";
9
+ })(CompensationType || (exports.CompensationType = CompensationType = {}));
10
+ //# sourceMappingURL=CompensationType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompensationType.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/CompensationType.ts"],"names":[],"mappings":";;;AACA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IACxB,qGAAiF,CAAA;IACjF,iFAA6D,CAAA;IAC7D,6FAAyE,CAAA;AAC7E,CAAC,EAJW,gBAAgB,gCAAhB,gBAAgB,QAI3B"}
@@ -0,0 +1,9 @@
1
+ import { ComponentType } from '@coast/core-types/workflow-template/components/ComponentType';
2
+ import { ComponentId } from '../../workflow-template/components/ComponentId';
3
+ import { WorkflowTemplateReference } from './WorkflowTemplateReference';
4
+ export interface ComponentReference {
5
+ workflowTemplate: WorkflowTemplateReference;
6
+ id: ComponentId;
7
+ type: ComponentType;
8
+ label?: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ComponentReference.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComponentReference.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/ComponentReference.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { WorkflowTemplateId } from '../../workflow-template/WorkflowTemplateId';
2
+ export interface WorkflowTemplateReference {
3
+ id: WorkflowTemplateId;
4
+ name?: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=WorkflowTemplateReference.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkflowTemplateReference.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/WorkflowTemplateReference.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { CompensationType } from '../CompensationType';
2
+ import { ComponentReference } from '../ComponentReference';
3
+ import { WorkflowTemplateReference } from '../WorkflowTemplateReference';
4
+ import { ComponentCompensation } from './ComponentCompensation';
5
+ export interface ClearRelatedCardComponentReference extends ComponentCompensation {
6
+ type: CompensationType.CLEAR_RELATED_CARD_COMPONENT_REFERENCE;
7
+ sourceReferencedWorkflowTemplate: WorkflowTemplateReference;
8
+ newComponent: ComponentReference;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ClearRelatedCardComponentReference.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClearRelatedCardComponentReference.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { CompensationType } from '../CompensationType';
2
+ import { ComponentReference } from '../ComponentReference';
3
+ export interface ComponentCompensation {
4
+ type: CompensationType;
5
+ sourceComponent: ComponentReference;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ComponentCompensation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComponentCompensation.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/ComponentCompensation.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { CompensationType } from '../CompensationType';
2
+ import { ComponentCompensation } from './ComponentCompensation';
3
+ export interface OmitReferencedInComponent extends ComponentCompensation {
4
+ type: CompensationType.OMIT_REFERENCED_IN_COMPONENT;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=OmitReferencedInComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OmitReferencedInComponent.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/OmitReferencedInComponent.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { CompensationType } from '../CompensationType';
2
+ import { ComponentReference } from '../ComponentReference';
3
+ import { ComponentCompensation } from './ComponentCompensation';
4
+ export interface OmitRelatedCardLookupComponent extends ComponentCompensation {
5
+ type: CompensationType.OMIT_RELATED_CARD_LOOKUP_COMPONENT;
6
+ sourceRelatedCardComponent: ComponentReference;
7
+ newRelatedCardComponent: ComponentReference;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=OmitRelatedCardLookupComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OmitRelatedCardLookupComponent.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ import { WorkspaceDuplicationResult } from './WorkspaceDuplicationResult';
2
+ import { WorkspaceSectionDuplicationResult } from './WorkspaceSectionDuplicationResult';
3
+ export type AnyDuplicationResult = WorkspaceDuplicationResult | WorkspaceSectionDuplicationResult;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AnyDuplicationResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnyDuplicationResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/duplication-results/AnyDuplicationResult.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { WorkflowTemplateId } from '../../workflow-template/WorkflowTemplateId';
2
+ import { AnyCompensation } from '../compensations/AnyCompensation';
3
+ import { DuplicationResultType } from './DuplicationResultType';
4
+ export interface DuplicationResult {
5
+ type: DuplicationResultType;
6
+ compensations: AnyCompensation[];
7
+ workflowTemplateIdsMap: Record<WorkflowTemplateId, WorkflowTemplateId>;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=DuplicationResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DuplicationResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/duplication-results/DuplicationResult.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export declare enum DuplicationResultType {
2
+ WORKSPACE_DUPLICATED = "WORKSPACE_DUPLICATED",
3
+ WORKSPACE_SECTION_DUPLICATED = "WORKSPACE_SECTION_DUPLICATED"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DuplicationResultType = void 0;
4
+ var DuplicationResultType;
5
+ (function (DuplicationResultType) {
6
+ DuplicationResultType["WORKSPACE_DUPLICATED"] = "WORKSPACE_DUPLICATED";
7
+ DuplicationResultType["WORKSPACE_SECTION_DUPLICATED"] = "WORKSPACE_SECTION_DUPLICATED";
8
+ })(DuplicationResultType || (exports.DuplicationResultType = DuplicationResultType = {}));
9
+ //# sourceMappingURL=DuplicationResultType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DuplicationResultType.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/duplication-results/DuplicationResultType.ts"],"names":[],"mappings":";;;AACA,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC7B,sEAA6C,CAAA;IAC7C,sFAA6D,CAAA;AACjE,CAAC,EAHW,qBAAqB,qCAArB,qBAAqB,QAGhC"}
@@ -0,0 +1,7 @@
1
+ import { Channel } from '../../channel/Channel';
2
+ import { DuplicationResult } from './DuplicationResult';
3
+ import { DuplicationResultType } from './DuplicationResultType';
4
+ export interface WorkspaceDuplicationResult extends DuplicationResult {
5
+ type: DuplicationResultType.WORKSPACE_DUPLICATED;
6
+ workspace: Channel;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=WorkspaceDuplicationResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceDuplicationResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/duplication-results/WorkspaceDuplicationResult.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { WorkspaceSection } from '../../workspace-section/WorkspaceSection';
2
+ import { DuplicationResult } from './DuplicationResult';
3
+ import { DuplicationResultType } from './DuplicationResultType';
4
+ export interface WorkspaceSectionDuplicationResult extends DuplicationResult {
5
+ type: DuplicationResultType.WORKSPACE_SECTION_DUPLICATED;
6
+ workspaceSection: WorkspaceSection;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=WorkspaceSectionDuplicationResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceSectionDuplicationResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/duplication-results/WorkspaceSectionDuplicationResult.ts"],"names":[],"mappings":""}
@@ -47,6 +47,8 @@ const dependencies = Object.keys(require(path.resolve(__dirname, '../../../../pa
47
47
  'FilterOneOfByComponentUtils.ts',
48
48
  'ComponentOverrideMap.ts',
49
49
  'ComponentMap.ts',
50
+ 'CompensationMap.ts',
51
+ 'DuplicationResultMap.ts',
50
52
  'OneOfUtils.ts',
51
53
  ],
52
54
  tsConfigFilePath: path.resolve(__dirname, '../.././tsconfig.json'),
@@ -85,6 +87,10 @@ const dependencies = Object.keys(require(path.resolve(__dirname, '../../../../pa
85
87
  'DynamicComponentDataNumberMap',
86
88
  'DynamicComponentDataGqlUnion',
87
89
  'DynamicComponentDataNumberGqlUnion',
90
+ 'CompensationMap',
91
+ 'CompensationGqlUnion',
92
+ 'DuplicationResultMap',
93
+ 'DuplicationResultGqlUnion',
88
94
  ],
89
95
  includeExternalPackages: dependencies,
90
96
  excludeInternalPackages: [/\/application\/validation\/*/, /validation/],
@@ -1 +1 @@
1
- {"version":3,"file":"generateTypes.js","sourceRoot":"","sources":["../../src/scripts/generateTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA4E;AAC5E,2CAA6B;AAE7B,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAE5B,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,kDAAkD,CAAC,CAAC,CAAC,YAAY,CACpG,CAAC;AAEF,IAAA,6BAAa,EAAC;IACV,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,0BAA0B,CAAC;IAC9D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,WAAW,CAAC;IAC7C,uBAAuB,EAAE,CAAC,YAAY,EAAE,mBAAmB,EAAE,MAAM,CAAC;IACpE,sCAAsC,EAAE;QACpC,SAAS;QACT,iBAAiB;QACjB,wBAAwB;QACxB,gCAAgC;QAChC,yBAAyB;QACzB,iBAAiB;QACjB,eAAe;KAClB;IACD,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,uBAAuB,CAAC;IAClE,kCAAkC,EAAE,OAAO,CAAC,GAAG,CAAC,2BAA2B,KAAK,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS;IAC7G,wBAAwB,EACpB,iHAAiH;IACrH,iBAAiB,EAAE;QACf,gBAAgB;QAKhB,kBAAkB;QAClB,cAAc;QACd,mCAAmC;QACnC,sBAAsB;QACtB,2BAA2B;QAC3B,2CAA2C;QAC3C,YAAY;QACZ,kBAAkB;QAClB,iBAAiB;QACjB,0BAA0B;QAC1B,eAAe;QACf,oBAAoB;QACpB,WAAW;QACX,gBAAgB;QAChB,qBAAqB;QACrB,0BAA0B;QAC1B,0BAA0B;QAC1B,6BAA6B;QAC7B,kCAAkC;QAClC,wBAAwB;QACxB,6BAA6B;QAC7B,mBAAmB;QACnB,kBAAkB;QAClB,uBAAuB;QACvB,2BAA2B;QAC3B,gCAAgC;QAChC,gCAAgC;QAChC,yBAAyB;QACzB,+BAA+B;QAC/B,8BAA8B;QAC9B,oCAAoC;KACvC;IACD,uBAAuB,EAAE,YAAY;IACrC,uBAAuB,EAAE,CAAC,8BAA8B,EAAE,YAAY,CAAC;IACvE,IAAI,EAAE,IAAI;CACb,CAAC,CAAC"}
1
+ {"version":3,"file":"generateTypes.js","sourceRoot":"","sources":["../../src/scripts/generateTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA4E;AAC5E,2CAA6B;AAE7B,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAE5B,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,kDAAkD,CAAC,CAAC,CAAC,YAAY,CACpG,CAAC;AAEF,IAAA,6BAAa,EAAC;IACV,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,0BAA0B,CAAC;IAC9D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,WAAW,CAAC;IAC7C,uBAAuB,EAAE,CAAC,YAAY,EAAE,mBAAmB,EAAE,MAAM,CAAC;IACpE,sCAAsC,EAAE;QACpC,SAAS;QACT,iBAAiB;QACjB,wBAAwB;QACxB,gCAAgC;QAChC,yBAAyB;QACzB,iBAAiB;QACjB,oBAAoB;QACpB,yBAAyB;QACzB,eAAe;KAClB;IACD,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,uBAAuB,CAAC;IAClE,kCAAkC,EAAE,OAAO,CAAC,GAAG,CAAC,2BAA2B,KAAK,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS;IAC7G,wBAAwB,EACpB,iHAAiH;IACrH,iBAAiB,EAAE;QACf,gBAAgB;QAKhB,kBAAkB;QAClB,cAAc;QACd,mCAAmC;QACnC,sBAAsB;QACtB,2BAA2B;QAC3B,2CAA2C;QAC3C,YAAY;QACZ,kBAAkB;QAClB,iBAAiB;QACjB,0BAA0B;QAC1B,eAAe;QACf,oBAAoB;QACpB,WAAW;QACX,gBAAgB;QAChB,qBAAqB;QACrB,0BAA0B;QAC1B,0BAA0B;QAC1B,6BAA6B;QAC7B,kCAAkC;QAClC,wBAAwB;QACxB,6BAA6B;QAC7B,mBAAmB;QACnB,kBAAkB;QAClB,uBAAuB;QACvB,2BAA2B;QAC3B,gCAAgC;QAChC,gCAAgC;QAChC,yBAAyB;QACzB,+BAA+B;QAC/B,8BAA8B;QAC9B,oCAAoC;QACpC,iBAAiB;QACjB,sBAAsB;QACtB,sBAAsB;QACtB,2BAA2B;KAC9B;IACD,uBAAuB,EAAE,YAAY;IACrC,uBAAuB,EAAE,CAAC,8BAA8B,EAAE,YAAY,CAAC;IACvE,IAAI,EAAE,IAAI;CACb,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coast/core-api-types",
3
- "version": "1.2.254",
3
+ "version": "1.2.256",
4
4
  "description": "Facilitates the generation of core-api-types npm package",
5
5
  "exports": {
6
6
  "./*": {
@@ -1,12 +0,0 @@
1
- import { Audit } from '../application/Audit';
2
- import { WorkspaceId } from '../channel/WorkspaceId';
3
- import { WorkspaceSectionId } from '../workspace-section/WorkspaceSectionId';
4
- import { AppListingId } from './AppListingId';
5
- export interface AppListing extends Audit {
6
- id: AppListingId;
7
- sectionId?: WorkspaceSectionId;
8
- workspaceId?: WorkspaceId;
9
- enabled: boolean;
10
- name: string;
11
- description?: string;
12
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppListing.js","sourceRoot":"","sources":["../../../src/models/workflow-app/AppListing.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppListingId.js","sourceRoot":"","sources":["../../../src/models/workflow-app/AppListingId.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateAppListing.js","sourceRoot":"","sources":["../../../src/models/workflow-app/CreateAppListing.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetAppListing.js","sourceRoot":"","sources":["../../../src/models/workflow-app/GetAppListing.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"UpdateAppListing.js","sourceRoot":"","sources":["../../../src/models/workflow-app/UpdateAppListing.ts"],"names":[],"mappings":""}