@coast/core-api-types 1.2.255 → 1.2.257
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/dist/models/workflow-app/InstallApp.d.ts +7 -0
- package/dist/models/workflow-app/InstallApp.js +3 -0
- package/dist/models/workflow-app/InstallApp.js.map +1 -0
- package/dist/models/workflow-app/app-listing/AppListing.d.ts +12 -0
- package/dist/models/workflow-app/app-listing/AppListing.js.map +1 -0
- package/dist/models/workflow-app/app-listing/AppListingId.js.map +1 -0
- package/dist/models/workflow-app/app-listing/CreateAppListing.js.map +1 -0
- package/dist/models/workflow-app/app-listing/GetAppListing.js.map +1 -0
- package/dist/models/workflow-app/app-listing/ListAppListings.d.ts +7 -0
- package/dist/models/workflow-app/app-listing/ListAppListings.js.map +1 -0
- package/dist/models/workflow-app/{ListAppListingsResult.d.ts → app-listing/ListAppListingsResult.d.ts} +1 -1
- package/dist/models/workflow-app/app-listing/ListAppListingsResult.js.map +1 -0
- package/dist/models/workflow-app/app-listing/UpdateAppListing.js.map +1 -0
- package/dist/models/workflow-app/compensations/AnyCompensation.d.ts +4 -0
- package/dist/models/workflow-app/compensations/AnyCompensation.js +3 -0
- package/dist/models/workflow-app/compensations/AnyCompensation.js.map +1 -0
- package/dist/models/workflow-app/compensations/CompensationType.d.ts +5 -0
- package/dist/models/workflow-app/compensations/CompensationType.js +10 -0
- package/dist/models/workflow-app/compensations/CompensationType.js.map +1 -0
- package/dist/models/workflow-app/compensations/ComponentReference.d.ts +9 -0
- package/dist/models/workflow-app/compensations/ComponentReference.js +3 -0
- package/dist/models/workflow-app/compensations/ComponentReference.js.map +1 -0
- package/dist/models/workflow-app/compensations/WorkflowTemplateReference.d.ts +5 -0
- package/dist/models/workflow-app/compensations/WorkflowTemplateReference.js +3 -0
- package/dist/models/workflow-app/compensations/WorkflowTemplateReference.js.map +1 -0
- package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.d.ts +9 -0
- package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.js +3 -0
- package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.js.map +1 -0
- package/dist/models/workflow-app/compensations/components/ComponentCompensation.d.ts +6 -0
- package/dist/models/workflow-app/compensations/components/ComponentCompensation.js +3 -0
- package/dist/models/workflow-app/compensations/components/ComponentCompensation.js.map +1 -0
- package/dist/models/workflow-app/compensations/components/OmitReferencedInComponent.d.ts +5 -0
- package/dist/models/workflow-app/compensations/components/OmitReferencedInComponent.js +3 -0
- package/dist/models/workflow-app/compensations/components/OmitReferencedInComponent.js.map +1 -0
- package/dist/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.d.ts +8 -0
- package/dist/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.js +3 -0
- package/dist/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.js.map +1 -0
- package/dist/models/workflow-app/duplication-results/AnyDuplicationResult.d.ts +3 -0
- package/dist/models/workflow-app/duplication-results/AnyDuplicationResult.js +3 -0
- package/dist/models/workflow-app/duplication-results/AnyDuplicationResult.js.map +1 -0
- package/dist/models/workflow-app/duplication-results/DuplicationResult.d.ts +8 -0
- package/dist/models/workflow-app/duplication-results/DuplicationResult.js +3 -0
- package/dist/models/workflow-app/duplication-results/DuplicationResult.js.map +1 -0
- package/dist/models/workflow-app/duplication-results/DuplicationResultType.d.ts +4 -0
- package/dist/models/workflow-app/duplication-results/DuplicationResultType.js +9 -0
- package/dist/models/workflow-app/duplication-results/DuplicationResultType.js.map +1 -0
- package/dist/models/workflow-app/duplication-results/WorkspaceDuplicationResult.d.ts +7 -0
- package/dist/models/workflow-app/duplication-results/WorkspaceDuplicationResult.js +3 -0
- package/dist/models/workflow-app/duplication-results/WorkspaceDuplicationResult.js.map +1 -0
- package/dist/models/workflow-app/duplication-results/WorkspaceSectionDuplicationResult.d.ts +7 -0
- package/dist/models/workflow-app/duplication-results/WorkspaceSectionDuplicationResult.js +3 -0
- package/dist/models/workflow-app/duplication-results/WorkspaceSectionDuplicationResult.js.map +1 -0
- package/dist/scripts/generateTypes.js +6 -0
- package/dist/scripts/generateTypes.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/workflow-app/AppListing.d.ts +0 -14
- package/dist/models/workflow-app/AppListing.js.map +0 -1
- package/dist/models/workflow-app/AppListingId.js.map +0 -1
- package/dist/models/workflow-app/CreateAppListing.js.map +0 -1
- package/dist/models/workflow-app/GetAppListing.js.map +0 -1
- package/dist/models/workflow-app/ListAppListings.d.ts +0 -7
- package/dist/models/workflow-app/ListAppListings.js.map +0 -1
- package/dist/models/workflow-app/ListAppListingsResult.js.map +0 -1
- package/dist/models/workflow-app/UpdateAppListing.js.map +0 -1
- /package/dist/models/workflow-app/{AppListing.js → app-listing/AppListing.js} +0 -0
- /package/dist/models/workflow-app/{AppListingId.d.ts → app-listing/AppListingId.d.ts} +0 -0
- /package/dist/models/workflow-app/{AppListingId.js → app-listing/AppListingId.js} +0 -0
- /package/dist/models/workflow-app/{CreateAppListing.d.ts → app-listing/CreateAppListing.d.ts} +0 -0
- /package/dist/models/workflow-app/{CreateAppListing.js → app-listing/CreateAppListing.js} +0 -0
- /package/dist/models/workflow-app/{GetAppListing.d.ts → app-listing/GetAppListing.d.ts} +0 -0
- /package/dist/models/workflow-app/{GetAppListing.js → app-listing/GetAppListing.js} +0 -0
- /package/dist/models/workflow-app/{ListAppListings.js → app-listing/ListAppListings.js} +0 -0
- /package/dist/models/workflow-app/{ListAppListingsResult.js → app-listing/ListAppListingsResult.js} +0 -0
- /package/dist/models/workflow-app/{UpdateAppListing.d.ts → app-listing/UpdateAppListing.d.ts} +0 -0
- /package/dist/models/workflow-app/{UpdateAppListing.js → app-listing/UpdateAppListing.js} +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CreateChannelChannelMembership } from '../channel/CreateChannelChannelMembership';
|
|
2
|
+
import { AppListingId } from './app-listing/AppListingId';
|
|
3
|
+
export interface InstallApp {
|
|
4
|
+
appListingId: AppListingId;
|
|
5
|
+
name?: string;
|
|
6
|
+
channelMemberships?: CreateChannelChannelMembership[];
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InstallApp.js","sourceRoot":"","sources":["../../../src/models/workflow-app/InstallApp.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
}
|
|
@@ -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":""}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"ListAppListings.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/ListAppListings.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OffsetPaginatedResult } from '
|
|
1
|
+
import { OffsetPaginatedResult } from '../../pagination/OffsetPaginatedResult';
|
|
2
2
|
import { AppListing } from './AppListing';
|
|
3
3
|
export interface ListAppListingsResult extends OffsetPaginatedResult {
|
|
4
4
|
appListings: AppListing[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAppListingsResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/app-listing/ListAppListingsResult.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"AnyCompensation.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/AnyCompensation.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"ComponentReference.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/ComponentReference.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowTemplateReference.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/compensations/WorkflowTemplateReference.ts"],"names":[],"mappings":""}
|
package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.d.ts
ADDED
|
@@ -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
|
+
}
|
package/dist/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClearRelatedCardComponentReference.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/ClearRelatedCardComponentReference.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComponentCompensation.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/ComponentCompensation.ts"],"names":[],"mappings":""}
|
|
@@ -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
|
+
}
|
package/dist/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OmitRelatedCardLookupComponent.js","sourceRoot":"","sources":["../../../../../src/models/workflow-app/compensations/components/OmitRelatedCardLookupComponent.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"DuplicationResult.js","sourceRoot":"","sources":["../../../../src/models/workflow-app/duplication-results/DuplicationResult.ts"],"names":[],"mappings":""}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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;
|
|
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,14 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -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,7 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListAppListings.js","sourceRoot":"","sources":["../../../src/models/workflow-app/ListAppListings.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListAppListingsResult.js","sourceRoot":"","sources":["../../../src/models/workflow-app/ListAppListingsResult.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateAppListing.js","sourceRoot":"","sources":["../../../src/models/workflow-app/UpdateAppListing.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/models/workflow-app/{CreateAppListing.d.ts → app-listing/CreateAppListing.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/models/workflow-app/{ListAppListingsResult.js → app-listing/ListAppListingsResult.js}
RENAMED
|
File without changes
|
/package/dist/models/workflow-app/{UpdateAppListing.d.ts → app-listing/UpdateAppListing.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|