@blue-repository/types 0.12.0 → 0.13.0
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/README.md +1 -1
- package/dist/meta.d.ts +2 -2
- package/dist/meta.d.ts.map +1 -1
- package/dist/meta.js +1 -0
- package/dist/meta.js.map +1 -1
- package/dist/packages/conversation/blue-ids.d.ts +5 -5
- package/dist/packages/conversation/blue-ids.js +5 -5
- package/dist/packages/conversation/contents/ChangeOperation.d.ts +1 -1
- package/dist/packages/conversation/contents/ChangeOperation.js +1 -1
- package/dist/packages/conversation/contents/ChangeRequest.d.ts +1 -1
- package/dist/packages/conversation/contents/ChangeRequest.js +1 -1
- package/dist/packages/conversation/contents/ChangeRequest.js.map +1 -1
- package/dist/packages/conversation/contents/ChangeWorkflow.d.ts +1 -1
- package/dist/packages/conversation/contents/ChangeWorkflow.js +1 -1
- package/dist/packages/conversation/contents/ProposeChangeOperation.d.ts +1 -1
- package/dist/packages/conversation/contents/ProposeChangeOperation.js +1 -1
- package/dist/packages/conversation/contents/ProposeChangeWorkflow.d.ts +1 -1
- package/dist/packages/conversation/contents/ProposeChangeWorkflow.js +1 -1
- package/dist/packages/conversation/contents/index.d.ts +124 -124
- package/dist/packages/conversation/contents/index.d.ts.map +1 -1
- package/dist/packages/conversation/contents/index.js +15 -15
- package/dist/packages/conversation/contents/index.js.map +1 -1
- package/dist/packages/conversation/index.d.ts +144 -144
- package/dist/packages/conversation/meta.d.ts +20 -20
- package/dist/packages/conversation/meta.js +15 -15
- package/dist/packages/conversation/meta.js.map +1 -1
- package/dist/packages/conversation/schemas/index.d.ts +5 -5
- package/dist/packages/conversation/schemas/index.js +5 -5
- package/dist/packages/conversation/schemas/index.js.map +1 -1
- package/dist/repository.d.ts +145 -145
- package/package.json +2 -2
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { DocumentBootstrapResponded } from './DocumentBootstrapResponded.js';
|
|
2
2
|
import { AcceptChangeWorkflow } from './AcceptChangeWorkflow.js';
|
|
3
3
|
import { TriggerEvent } from './TriggerEvent.js';
|
|
4
|
-
import { ChangeWorkflow } from './ChangeWorkflow.js';
|
|
5
4
|
import { Response } from './Response.js';
|
|
6
5
|
import { Timeline } from './Timeline.js';
|
|
6
|
+
import { ChangeWorkflow } from './ChangeWorkflow.js';
|
|
7
7
|
import { RejectChangeOperation } from './RejectChangeOperation.js';
|
|
8
8
|
import { StatusInProgress } from './StatusInProgress.js';
|
|
9
9
|
import { DocumentStatus } from './DocumentStatus.js';
|
|
10
|
-
import { ProposeChangeWorkflow } from './ProposeChangeWorkflow.js';
|
|
11
10
|
import { Event } from './Event.js';
|
|
12
11
|
import { LifecycleEvent } from './LifecycleEvent.js';
|
|
13
12
|
import { ContractsChangePolicy } from './ContractsChangePolicy.js';
|
|
14
|
-
import { ChangeRequest } from './ChangeRequest.js';
|
|
15
13
|
import { CustomerConsent } from './CustomerConsent.js';
|
|
14
|
+
import { ProposeChangeWorkflow } from './ProposeChangeWorkflow.js';
|
|
16
15
|
import { DocumentBootstrapRequested } from './DocumentBootstrapRequested.js';
|
|
17
16
|
import { SequentialWorkflow } from './SequentialWorkflow.js';
|
|
18
17
|
import { InformUserAboutPendingAction } from './InformUserAboutPendingAction.js';
|
|
@@ -20,11 +19,11 @@ import { Request } from './Request.js';
|
|
|
20
19
|
import { RejectChangeWorkflow } from './RejectChangeWorkflow.js';
|
|
21
20
|
import { CustomerConsentRevoked } from './CustomerConsentRevoked.js';
|
|
22
21
|
import { DocumentSectionChangeEntry } from './DocumentSectionChangeEntry.js';
|
|
23
|
-
import { ChangeOperation } from './ChangeOperation.js';
|
|
24
22
|
import { CustomerActionRequested } from './CustomerActionRequested.js';
|
|
25
23
|
import { ChatMessage } from './ChatMessage.js';
|
|
26
24
|
import { AcceptChangeOperation } from './AcceptChangeOperation.js';
|
|
27
25
|
import { DocumentBootstrapFailed } from './DocumentBootstrapFailed.js';
|
|
26
|
+
import { ProposeChangeOperation } from './ProposeChangeOperation.js';
|
|
28
27
|
import { Operation } from './Operation.js';
|
|
29
28
|
import { StatusChange } from './StatusChange.js';
|
|
30
29
|
import { SequentialWorkflowOperation } from './SequentialWorkflowOperation.js';
|
|
@@ -37,8 +36,9 @@ import { TimelineChannel } from './TimelineChannel.js';
|
|
|
37
36
|
import { JavaScriptCode } from './JavaScriptCode.js';
|
|
38
37
|
import { TimelineEntry } from './TimelineEntry.js';
|
|
39
38
|
import { UpdateDocument } from './UpdateDocument.js';
|
|
39
|
+
import { ChangeRequest } from './ChangeRequest.js';
|
|
40
40
|
import { StatusFailed } from './StatusFailed.js';
|
|
41
|
-
import {
|
|
41
|
+
import { ChangeOperation } from './ChangeOperation.js';
|
|
42
42
|
import { DocumentBootstrapCompleted } from './DocumentBootstrapCompleted.js';
|
|
43
43
|
import { OperationRequest } from './OperationRequest.js';
|
|
44
44
|
import { CompositeTimelineChannel } from './CompositeTimelineChannel.js';
|
|
@@ -47,18 +47,17 @@ import { DocumentSection } from './DocumentSection.js';
|
|
|
47
47
|
export { DocumentBootstrapResponded } from './DocumentBootstrapResponded.js';
|
|
48
48
|
export { AcceptChangeWorkflow } from './AcceptChangeWorkflow.js';
|
|
49
49
|
export { TriggerEvent } from './TriggerEvent.js';
|
|
50
|
-
export { ChangeWorkflow } from './ChangeWorkflow.js';
|
|
51
50
|
export { Response } from './Response.js';
|
|
52
51
|
export { Timeline } from './Timeline.js';
|
|
52
|
+
export { ChangeWorkflow } from './ChangeWorkflow.js';
|
|
53
53
|
export { RejectChangeOperation } from './RejectChangeOperation.js';
|
|
54
54
|
export { StatusInProgress } from './StatusInProgress.js';
|
|
55
55
|
export { DocumentStatus } from './DocumentStatus.js';
|
|
56
|
-
export { ProposeChangeWorkflow } from './ProposeChangeWorkflow.js';
|
|
57
56
|
export { Event } from './Event.js';
|
|
58
57
|
export { LifecycleEvent } from './LifecycleEvent.js';
|
|
59
58
|
export { ContractsChangePolicy } from './ContractsChangePolicy.js';
|
|
60
|
-
export { ChangeRequest } from './ChangeRequest.js';
|
|
61
59
|
export { CustomerConsent } from './CustomerConsent.js';
|
|
60
|
+
export { ProposeChangeWorkflow } from './ProposeChangeWorkflow.js';
|
|
62
61
|
export { DocumentBootstrapRequested } from './DocumentBootstrapRequested.js';
|
|
63
62
|
export { SequentialWorkflow } from './SequentialWorkflow.js';
|
|
64
63
|
export { InformUserAboutPendingAction } from './InformUserAboutPendingAction.js';
|
|
@@ -66,11 +65,11 @@ export { Request } from './Request.js';
|
|
|
66
65
|
export { RejectChangeWorkflow } from './RejectChangeWorkflow.js';
|
|
67
66
|
export { CustomerConsentRevoked } from './CustomerConsentRevoked.js';
|
|
68
67
|
export { DocumentSectionChangeEntry } from './DocumentSectionChangeEntry.js';
|
|
69
|
-
export { ChangeOperation } from './ChangeOperation.js';
|
|
70
68
|
export { CustomerActionRequested } from './CustomerActionRequested.js';
|
|
71
69
|
export { ChatMessage } from './ChatMessage.js';
|
|
72
70
|
export { AcceptChangeOperation } from './AcceptChangeOperation.js';
|
|
73
71
|
export { DocumentBootstrapFailed } from './DocumentBootstrapFailed.js';
|
|
72
|
+
export { ProposeChangeOperation } from './ProposeChangeOperation.js';
|
|
74
73
|
export { Operation } from './Operation.js';
|
|
75
74
|
export { StatusChange } from './StatusChange.js';
|
|
76
75
|
export { SequentialWorkflowOperation } from './SequentialWorkflowOperation.js';
|
|
@@ -83,8 +82,9 @@ export { TimelineChannel } from './TimelineChannel.js';
|
|
|
83
82
|
export { JavaScriptCode } from './JavaScriptCode.js';
|
|
84
83
|
export { TimelineEntry } from './TimelineEntry.js';
|
|
85
84
|
export { UpdateDocument } from './UpdateDocument.js';
|
|
85
|
+
export { ChangeRequest } from './ChangeRequest.js';
|
|
86
86
|
export { StatusFailed } from './StatusFailed.js';
|
|
87
|
-
export {
|
|
87
|
+
export { ChangeOperation } from './ChangeOperation.js';
|
|
88
88
|
export { DocumentBootstrapCompleted } from './DocumentBootstrapCompleted.js';
|
|
89
89
|
export { OperationRequest } from './OperationRequest.js';
|
|
90
90
|
export { CompositeTimelineChannel } from './CompositeTimelineChannel.js';
|
|
@@ -94,18 +94,17 @@ export const contents = {
|
|
|
94
94
|
'1Ucfmhtb9xjvyLxLKSVkqXZjVVuAdXyzdjb11QG11Uv': DocumentBootstrapResponded,
|
|
95
95
|
'29xcoYKf9p47xagTDwGLuQyFrT9WBN3Sd7FaPtqLvydy': AcceptChangeWorkflow,
|
|
96
96
|
'2bSWEoMSZwzf32Hnr4BDVsuq8NRjrWEpnhZvMZAJGhh2': TriggerEvent,
|
|
97
|
-
'2jSne57MeM1HvhrQscpbDqhR46TwpmpiEpfG6h8PfMZP': ChangeWorkflow,
|
|
98
97
|
'36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp': Response,
|
|
99
98
|
'3Ge54FsGJaaeZmm8nTKJdS6HVdYhiR3g18fDwg3Ev1Sa': Timeline,
|
|
99
|
+
'4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9': ChangeWorkflow,
|
|
100
100
|
'4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6': RejectChangeOperation,
|
|
101
101
|
'56Lhu3Z2oF3kuYG41eZAK8TvgVtRNevkbRi4D31kKWZm': StatusInProgress,
|
|
102
102
|
'58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc': DocumentStatus,
|
|
103
|
-
'5Ptp4ykWNiYNCmSbYEDpxjE21DGpBxdDR6CQeAaZUSva': ProposeChangeWorkflow,
|
|
104
103
|
'5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we': Event,
|
|
105
104
|
'5YZEAtUaHhNfnVnwtSsyBnBakpcSwdL75UcgtrtnqeYn': LifecycleEvent,
|
|
106
105
|
'6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': ContractsChangePolicy,
|
|
107
|
-
'6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp': ChangeRequest,
|
|
108
106
|
'7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8': CustomerConsent,
|
|
107
|
+
'7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': ProposeChangeWorkflow,
|
|
109
108
|
'7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg': DocumentBootstrapRequested,
|
|
110
109
|
'7X3LkN54Yp88JgZbppPhP6hM3Jqiqv8Z2i4kS7phXtQe': SequentialWorkflow,
|
|
111
110
|
'8Akr9sdTkxBqMYWSGh8gHgoXQQeYEPfhV4s8fXeKTd9W': InformUserAboutPendingAction,
|
|
@@ -113,11 +112,11 @@ export const contents = {
|
|
|
113
112
|
'9fnXwi4Za8hjEj6zDSEjhbA5dLrDzs7sxoDMGLmRT2Gz': RejectChangeWorkflow,
|
|
114
113
|
'9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK': CustomerConsentRevoked,
|
|
115
114
|
'9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs': DocumentSectionChangeEntry,
|
|
116
|
-
A3jjsMRLxrKo5pyPgLoT6e9jPGWfFPdkMs2wjyYMRpXk: ChangeOperation,
|
|
117
115
|
AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: CustomerActionRequested,
|
|
118
116
|
AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD: ChatMessage,
|
|
119
117
|
APk3siB8g9pvWLG3qyqtGjRNNGB7RDpFWQtG4epj5Avv: AcceptChangeOperation,
|
|
120
118
|
B8b1ayXMrAYbwkqaJfAS6Aspp2kZyJda8ay9QeFkZ9MH: DocumentBootstrapFailed,
|
|
119
|
+
BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW: ProposeChangeOperation,
|
|
121
120
|
BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC: Operation,
|
|
122
121
|
C48nKSkbxraMSv4gCiGYVHKFjmtK12k63Yasn95zknWE: StatusChange,
|
|
123
122
|
CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv: SequentialWorkflowOperation,
|
|
@@ -130,8 +129,9 @@ export const contents = {
|
|
|
130
129
|
ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS: JavaScriptCode,
|
|
131
130
|
EzDiC9Frs8V5yQBMtDYh1DobVnWtWpFemXDX5fGUULBn: TimelineEntry,
|
|
132
131
|
FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa: UpdateDocument,
|
|
132
|
+
FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG: ChangeRequest,
|
|
133
133
|
Guus3kHbivXvy5G93yhiKs3Pc8sxCc4XVvSo7CqLsQEc: StatusFailed,
|
|
134
|
-
|
|
134
|
+
Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc: ChangeOperation,
|
|
135
135
|
HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg: DocumentBootstrapCompleted,
|
|
136
136
|
HM4Ku4LFcjC5MxnhPMRwQ8w3BbHmJKKZfHTTzsd4jbJq: OperationRequest,
|
|
137
137
|
HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr: CompositeTimelineChannel,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/packages/conversation/contents/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/packages/conversation/contents/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -70,13 +70,45 @@ declare const _default: {
|
|
|
70
70
|
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
|
-
readonly '
|
|
73
|
+
readonly '36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp': {
|
|
74
|
+
readonly description: "The base type for any event that is a direct response to a prior Request event.\n";
|
|
75
|
+
readonly inResponseTo: {
|
|
76
|
+
readonly type: {
|
|
77
|
+
readonly description: "A structured reference linking this response back to the original action and trigger.";
|
|
78
|
+
readonly incomingEvent: {
|
|
79
|
+
readonly description: "An event which initiated the entire workflow. Normally just blueId of it.";
|
|
80
|
+
};
|
|
81
|
+
readonly name: "Correlation";
|
|
82
|
+
readonly requestId: {
|
|
83
|
+
readonly description: "The 'requestId' from the specific Request event this is a response to.";
|
|
84
|
+
readonly type: {
|
|
85
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
readonly name: "Response";
|
|
91
|
+
readonly type: {
|
|
92
|
+
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
readonly '3Ge54FsGJaaeZmm8nTKJdS6HVdYhiR3g18fDwg3Ev1Sa': {
|
|
96
|
+
readonly description: "Conversation package type. Tamper-evident sequence of entries (hash-linked chain) for a conversation. Each new entry references the preceding entry by identifier to preserve order.\n";
|
|
97
|
+
readonly name: "Timeline";
|
|
98
|
+
readonly timelineId: {
|
|
99
|
+
readonly description: "Stable identifier of this timeline (application-defined).";
|
|
100
|
+
readonly type: {
|
|
101
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
readonly '4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9': {
|
|
74
106
|
readonly description: "Applies a requested changeset immediately to the document.";
|
|
75
107
|
readonly name: "Change Workflow";
|
|
76
108
|
readonly request: {
|
|
77
109
|
readonly description: "Expected request payload for this workflow.";
|
|
78
110
|
readonly type: {
|
|
79
|
-
readonly blueId: "
|
|
111
|
+
readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
|
|
80
112
|
};
|
|
81
113
|
};
|
|
82
114
|
readonly steps: {
|
|
@@ -108,38 +140,6 @@ declare const _default: {
|
|
|
108
140
|
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
109
141
|
};
|
|
110
142
|
};
|
|
111
|
-
readonly '36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp': {
|
|
112
|
-
readonly description: "The base type for any event that is a direct response to a prior Request event.\n";
|
|
113
|
-
readonly inResponseTo: {
|
|
114
|
-
readonly type: {
|
|
115
|
-
readonly description: "A structured reference linking this response back to the original action and trigger.";
|
|
116
|
-
readonly incomingEvent: {
|
|
117
|
-
readonly description: "An event which initiated the entire workflow. Normally just blueId of it.";
|
|
118
|
-
};
|
|
119
|
-
readonly name: "Correlation";
|
|
120
|
-
readonly requestId: {
|
|
121
|
-
readonly description: "The 'requestId' from the specific Request event this is a response to.";
|
|
122
|
-
readonly type: {
|
|
123
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
readonly name: "Response";
|
|
129
|
-
readonly type: {
|
|
130
|
-
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
readonly '3Ge54FsGJaaeZmm8nTKJdS6HVdYhiR3g18fDwg3Ev1Sa': {
|
|
134
|
-
readonly description: "Conversation package type. Tamper-evident sequence of entries (hash-linked chain) for a conversation. Each new entry references the preceding entry by identifier to preserve order.\n";
|
|
135
|
-
readonly name: "Timeline";
|
|
136
|
-
readonly timelineId: {
|
|
137
|
-
readonly description: "Stable identifier of this timeline (application-defined).";
|
|
138
|
-
readonly type: {
|
|
139
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
140
|
-
};
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
143
|
readonly '4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6': {
|
|
144
144
|
readonly description: "Operation to reject a previously proposed change.";
|
|
145
145
|
readonly name: "Reject Change Operation";
|
|
@@ -170,50 +170,6 @@ declare const _default: {
|
|
|
170
170
|
};
|
|
171
171
|
readonly name: "Document Status";
|
|
172
172
|
};
|
|
173
|
-
readonly '5Ptp4ykWNiYNCmSbYEDpxjE21DGpBxdDR6CQeAaZUSva': {
|
|
174
|
-
readonly description: "Stores a proposed change under /proposedChange{postfix}.";
|
|
175
|
-
readonly name: "Propose Change Workflow";
|
|
176
|
-
readonly postfix: {
|
|
177
|
-
readonly description: "Optional postfix used while building proposed change state key.";
|
|
178
|
-
readonly type: {
|
|
179
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
readonly request: {
|
|
183
|
-
readonly description: "Expected request payload for this workflow.";
|
|
184
|
-
readonly type: {
|
|
185
|
-
readonly blueId: "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
|
|
186
|
-
};
|
|
187
|
-
};
|
|
188
|
-
readonly steps: {
|
|
189
|
-
readonly items: readonly [{
|
|
190
|
-
readonly code: {
|
|
191
|
-
readonly type: {
|
|
192
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
193
|
-
};
|
|
194
|
-
readonly value: "const invalid = (reason) => ({\n changeset: [],\n events: [{ type: 'Conversation/Proposed Change Invalid', reason }]\n});\n\nconst request = event.message.request;\n\nconst summary = request?.summary;\nif (!summary || typeof summary !== 'string') {\n return invalid('summary is missing');\n}\n\nconst postfixValue = currentContract?.postfix || '';\nconst path = '/proposedChange' + postfixValue;\n\nif (document(path)) {\n return invalid('proposed change already exists at ' + path);\n}\n\nreturn {\n changeset: [{ op: 'add', path, val: request }]\n};\n";
|
|
195
|
-
};
|
|
196
|
-
readonly name: "Prepare";
|
|
197
|
-
readonly type: {
|
|
198
|
-
readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
199
|
-
};
|
|
200
|
-
}, {
|
|
201
|
-
readonly changeset: {
|
|
202
|
-
readonly type: {
|
|
203
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
204
|
-
};
|
|
205
|
-
readonly value: "${steps.Prepare.changeset}";
|
|
206
|
-
};
|
|
207
|
-
readonly name: "Apply";
|
|
208
|
-
readonly type: {
|
|
209
|
-
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
210
|
-
};
|
|
211
|
-
}];
|
|
212
|
-
};
|
|
213
|
-
readonly type: {
|
|
214
|
-
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
173
|
readonly '5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we': {
|
|
218
174
|
readonly description: "Conversation package type. Abstract base for domain events (payload nodes delivered via channels). Not a contract; carries no runtime behavior by itself.\n";
|
|
219
175
|
readonly name: "Event";
|
|
@@ -238,31 +194,6 @@ declare const _default: {
|
|
|
238
194
|
readonly blueId: "7QACj919YMRvFCTELCf6jfQTp41RVhtHdE6bPazLUZQ6";
|
|
239
195
|
};
|
|
240
196
|
};
|
|
241
|
-
readonly '6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp': {
|
|
242
|
-
readonly changeset: {
|
|
243
|
-
readonly description: "RFC 6902 patch entries outside /contracts (blocked by policy if it touches /contracts).";
|
|
244
|
-
readonly itemType: {
|
|
245
|
-
readonly blueId: "Bz49DbfqKC1yJeCfv5RYPZUKTfb7rtZnmreCaz4RsXn5";
|
|
246
|
-
};
|
|
247
|
-
readonly type: {
|
|
248
|
-
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
|
-
readonly description: "Payload for propose/make change operations.";
|
|
252
|
-
readonly name: "Change Request";
|
|
253
|
-
readonly sectionChanges: {
|
|
254
|
-
readonly description: "Section-based /contracts mutations (required when Contracts Change Policy is enabled).";
|
|
255
|
-
readonly type: {
|
|
256
|
-
readonly blueId: "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
readonly summary: {
|
|
260
|
-
readonly description: "Human-readable summary of the requested change. Required when proposal is created.";
|
|
261
|
-
readonly type: {
|
|
262
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
263
|
-
};
|
|
264
|
-
};
|
|
265
|
-
};
|
|
266
197
|
readonly '7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8': {
|
|
267
198
|
readonly consentDetails: {
|
|
268
199
|
readonly description: "Generic scope details (merchant id, event categories, requesting contract refs, etc.).";
|
|
@@ -495,6 +426,50 @@ declare const _default: {
|
|
|
495
426
|
};
|
|
496
427
|
};
|
|
497
428
|
};
|
|
429
|
+
readonly '7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': {
|
|
430
|
+
readonly description: "Stores a proposed change under /proposedChange{postfix}.";
|
|
431
|
+
readonly name: "Propose Change Workflow";
|
|
432
|
+
readonly postfix: {
|
|
433
|
+
readonly description: "Optional postfix used while building proposed change state key.";
|
|
434
|
+
readonly type: {
|
|
435
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
readonly request: {
|
|
439
|
+
readonly description: "Expected request payload for this workflow.";
|
|
440
|
+
readonly type: {
|
|
441
|
+
readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
|
|
442
|
+
};
|
|
443
|
+
};
|
|
444
|
+
readonly steps: {
|
|
445
|
+
readonly items: readonly [{
|
|
446
|
+
readonly code: {
|
|
447
|
+
readonly type: {
|
|
448
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
449
|
+
};
|
|
450
|
+
readonly value: "const invalid = (reason) => ({\n changeset: [],\n events: [{ type: 'Conversation/Proposed Change Invalid', reason }]\n});\n\nconst request = event.message.request;\n\nconst summary = request?.summary;\nif (!summary || typeof summary !== 'string') {\n return invalid('summary is missing');\n}\n\nconst postfixValue = currentContract?.postfix || '';\nconst path = '/proposedChange' + postfixValue;\n\nif (document(path)) {\n return invalid('proposed change already exists at ' + path);\n}\n\nreturn {\n changeset: [{ op: 'add', path, val: request }]\n};\n";
|
|
451
|
+
};
|
|
452
|
+
readonly name: "Prepare";
|
|
453
|
+
readonly type: {
|
|
454
|
+
readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
455
|
+
};
|
|
456
|
+
}, {
|
|
457
|
+
readonly changeset: {
|
|
458
|
+
readonly type: {
|
|
459
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
460
|
+
};
|
|
461
|
+
readonly value: "${steps.Prepare.changeset}";
|
|
462
|
+
};
|
|
463
|
+
readonly name: "Apply";
|
|
464
|
+
readonly type: {
|
|
465
|
+
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
466
|
+
};
|
|
467
|
+
}];
|
|
468
|
+
};
|
|
469
|
+
readonly type: {
|
|
470
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
471
|
+
};
|
|
472
|
+
};
|
|
498
473
|
readonly '7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg': {
|
|
499
474
|
readonly bootstrapAssignee: {
|
|
500
475
|
readonly description: "Channel name of a participant in the requesting document which is asked to bootstrap the requested document";
|
|
@@ -689,18 +664,6 @@ declare const _default: {
|
|
|
689
664
|
};
|
|
690
665
|
};
|
|
691
666
|
};
|
|
692
|
-
readonly A3jjsMRLxrKo5pyPgLoT6e9jPGWfFPdkMs2wjyYMRpXk: {
|
|
693
|
-
readonly description: "Operation that applies a changeset immediately without proposal/accept.";
|
|
694
|
-
readonly name: "Change Operation";
|
|
695
|
-
readonly request: {
|
|
696
|
-
readonly type: {
|
|
697
|
-
readonly blueId: "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
|
|
698
|
-
};
|
|
699
|
-
};
|
|
700
|
-
readonly type: {
|
|
701
|
-
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
702
|
-
};
|
|
703
|
-
};
|
|
704
667
|
readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: {
|
|
705
668
|
readonly actionId: {
|
|
706
669
|
readonly description: "Optional idempotency key for the action request.";
|
|
@@ -777,6 +740,18 @@ declare const _default: {
|
|
|
777
740
|
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
778
741
|
};
|
|
779
742
|
};
|
|
743
|
+
readonly BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW: {
|
|
744
|
+
readonly description: "Operation to propose a document change for later acceptance or rejection.";
|
|
745
|
+
readonly name: "Propose Change Operation";
|
|
746
|
+
readonly request: {
|
|
747
|
+
readonly type: {
|
|
748
|
+
readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
readonly type: {
|
|
752
|
+
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
753
|
+
};
|
|
754
|
+
};
|
|
780
755
|
readonly BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC: {
|
|
781
756
|
readonly channel: {
|
|
782
757
|
readonly description: "Contracts-map key of the Channel in this scope on which Operation Request events are sent to invoke this operation.\n";
|
|
@@ -962,6 +937,31 @@ declare const _default: {
|
|
|
962
937
|
readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
|
|
963
938
|
};
|
|
964
939
|
};
|
|
940
|
+
readonly FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG: {
|
|
941
|
+
readonly changeset: {
|
|
942
|
+
readonly description: "RFC 6902 patch entries outside /contracts (blocked by policy if it touches /contracts).";
|
|
943
|
+
readonly itemType: {
|
|
944
|
+
readonly blueId: "Bz49DbfqKC1yJeCfv5RYPZUKTfb7rtZnmreCaz4RsXn5";
|
|
945
|
+
};
|
|
946
|
+
readonly type: {
|
|
947
|
+
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
948
|
+
};
|
|
949
|
+
};
|
|
950
|
+
readonly description: "Payload for propose and direct change operations.";
|
|
951
|
+
readonly name: "Change Request";
|
|
952
|
+
readonly sectionChanges: {
|
|
953
|
+
readonly description: "Section-based /contracts mutations (required when Contracts Change Policy is enabled).";
|
|
954
|
+
readonly type: {
|
|
955
|
+
readonly blueId: "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
|
|
956
|
+
};
|
|
957
|
+
};
|
|
958
|
+
readonly summary: {
|
|
959
|
+
readonly description: "Human-readable summary of the requested change. Required when proposal is created.";
|
|
960
|
+
readonly type: {
|
|
961
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
};
|
|
965
965
|
readonly Guus3kHbivXvy5G93yhiKs3Pc8sxCc4XVvSo7CqLsQEc: {
|
|
966
966
|
readonly description: "A final state indicating that the document encountered an unrecoverable\nerror and could not complete its process.\n";
|
|
967
967
|
readonly mode: {
|
|
@@ -975,12 +975,12 @@ declare const _default: {
|
|
|
975
975
|
readonly blueId: "58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc";
|
|
976
976
|
};
|
|
977
977
|
};
|
|
978
|
-
readonly
|
|
979
|
-
readonly description: "Operation
|
|
980
|
-
readonly name: "
|
|
978
|
+
readonly Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc: {
|
|
979
|
+
readonly description: "Operation that applies a changeset immediately without proposal/accept.";
|
|
980
|
+
readonly name: "Change Operation";
|
|
981
981
|
readonly request: {
|
|
982
982
|
readonly type: {
|
|
983
|
-
readonly blueId: "
|
|
983
|
+
readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
|
|
984
984
|
};
|
|
985
985
|
};
|
|
986
986
|
readonly type: {
|
|
@@ -1169,7 +1169,7 @@ declare const _default: {
|
|
|
1169
1169
|
description?: string | undefined;
|
|
1170
1170
|
name?: string | undefined;
|
|
1171
1171
|
}>;
|
|
1172
|
-
readonly
|
|
1172
|
+
readonly Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
1173
1173
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1174
1174
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1175
1175
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1696,7 +1696,7 @@ declare const _default: {
|
|
|
1696
1696
|
} | undefined;
|
|
1697
1697
|
} | undefined;
|
|
1698
1698
|
}>;
|
|
1699
|
-
readonly
|
|
1699
|
+
readonly FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG: import("zod").ZodObject<{
|
|
1700
1700
|
changeset: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1701
1701
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1702
1702
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2087,7 +2087,7 @@ declare const _default: {
|
|
|
2087
2087
|
remove?: string[] | undefined;
|
|
2088
2088
|
} | undefined;
|
|
2089
2089
|
}>;
|
|
2090
|
-
readonly '
|
|
2090
|
+
readonly '4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2091
2091
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2092
2092
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2093
2093
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -3956,7 +3956,7 @@ declare const _default: {
|
|
|
3956
3956
|
document?: import("@blue-labs/language").BlueNode | undefined;
|
|
3957
3957
|
allowNewerVersion?: boolean | undefined;
|
|
3958
3958
|
}>;
|
|
3959
|
-
readonly
|
|
3959
|
+
readonly BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
3960
3960
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3961
3961
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3962
3962
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -4483,7 +4483,7 @@ declare const _default: {
|
|
|
4483
4483
|
} | undefined;
|
|
4484
4484
|
} | undefined;
|
|
4485
4485
|
}>;
|
|
4486
|
-
readonly '
|
|
4486
|
+
readonly '7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
4487
4487
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4488
4488
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4489
4489
|
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -5531,9 +5531,9 @@ declare const _default: {
|
|
|
5531
5531
|
readonly 'Conversation/Accept Change Operation': "APk3siB8g9pvWLG3qyqtGjRNNGB7RDpFWQtG4epj5Avv";
|
|
5532
5532
|
readonly 'Conversation/Accept Change Workflow': "29xcoYKf9p47xagTDwGLuQyFrT9WBN3Sd7FaPtqLvydy";
|
|
5533
5533
|
readonly 'Conversation/Actor': "CN5efWVizJbRsMCw8YWRfT2q9vM9XfeGDN9wFvYcvMnQ";
|
|
5534
|
-
readonly 'Conversation/Change Operation': "
|
|
5535
|
-
readonly 'Conversation/Change Request': "
|
|
5536
|
-
readonly 'Conversation/Change Workflow': "
|
|
5534
|
+
readonly 'Conversation/Change Operation': "Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc";
|
|
5535
|
+
readonly 'Conversation/Change Request': "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
|
|
5536
|
+
readonly 'Conversation/Change Workflow': "4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9";
|
|
5537
5537
|
readonly 'Conversation/Chat Message': "AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD";
|
|
5538
5538
|
readonly 'Conversation/Composite Timeline Channel': "HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr";
|
|
5539
5539
|
readonly 'Conversation/Contracts Change Policy': "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
|
|
@@ -5554,8 +5554,8 @@ declare const _default: {
|
|
|
5554
5554
|
readonly 'Conversation/Lifecycle Event': "5YZEAtUaHhNfnVnwtSsyBnBakpcSwdL75UcgtrtnqeYn";
|
|
5555
5555
|
readonly 'Conversation/Operation': "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
5556
5556
|
readonly 'Conversation/Operation Request': "HM4Ku4LFcjC5MxnhPMRwQ8w3BbHmJKKZfHTTzsd4jbJq";
|
|
5557
|
-
readonly 'Conversation/Propose Change Operation': "
|
|
5558
|
-
readonly 'Conversation/Propose Change Workflow': "
|
|
5557
|
+
readonly 'Conversation/Propose Change Operation': "BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW";
|
|
5558
|
+
readonly 'Conversation/Propose Change Workflow': "7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj";
|
|
5559
5559
|
readonly 'Conversation/Proposed Change Invalid': "EbGQYtYR9UNAxcn7auCCujXmnz6DWxMpqVcgYSsKE85M";
|
|
5560
5560
|
readonly 'Conversation/Reject Change Operation': "4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6";
|
|
5561
5561
|
readonly 'Conversation/Reject Change Workflow': "9fnXwi4Za8hjEj6zDSEjhbA5dLrDzs7sxoDMGLmRT2Gz";
|
|
@@ -5604,30 +5604,30 @@ declare const _default: {
|
|
|
5604
5604
|
readonly attributesAdded: readonly [];
|
|
5605
5605
|
}];
|
|
5606
5606
|
};
|
|
5607
|
-
readonly
|
|
5607
|
+
readonly Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc: {
|
|
5608
5608
|
readonly status: "dev";
|
|
5609
5609
|
readonly name: "Change Operation";
|
|
5610
5610
|
readonly versions: readonly [{
|
|
5611
|
-
readonly repositoryVersionIndex:
|
|
5612
|
-
readonly typeBlueId: "
|
|
5611
|
+
readonly repositoryVersionIndex: 2;
|
|
5612
|
+
readonly typeBlueId: "Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc";
|
|
5613
5613
|
readonly attributesAdded: readonly [];
|
|
5614
5614
|
}];
|
|
5615
5615
|
};
|
|
5616
|
-
readonly
|
|
5616
|
+
readonly FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG: {
|
|
5617
5617
|
readonly status: "dev";
|
|
5618
5618
|
readonly name: "Change Request";
|
|
5619
5619
|
readonly versions: readonly [{
|
|
5620
|
-
readonly repositoryVersionIndex:
|
|
5621
|
-
readonly typeBlueId: "
|
|
5620
|
+
readonly repositoryVersionIndex: 2;
|
|
5621
|
+
readonly typeBlueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
|
|
5622
5622
|
readonly attributesAdded: readonly [];
|
|
5623
5623
|
}];
|
|
5624
5624
|
};
|
|
5625
|
-
readonly '
|
|
5625
|
+
readonly '4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9': {
|
|
5626
5626
|
readonly status: "dev";
|
|
5627
5627
|
readonly name: "Change Workflow";
|
|
5628
5628
|
readonly versions: readonly [{
|
|
5629
|
-
readonly repositoryVersionIndex:
|
|
5630
|
-
readonly typeBlueId: "
|
|
5629
|
+
readonly repositoryVersionIndex: 2;
|
|
5630
|
+
readonly typeBlueId: "4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9";
|
|
5631
5631
|
readonly attributesAdded: readonly [];
|
|
5632
5632
|
}];
|
|
5633
5633
|
};
|
|
@@ -5811,21 +5811,21 @@ declare const _default: {
|
|
|
5811
5811
|
readonly attributesAdded: readonly [];
|
|
5812
5812
|
}];
|
|
5813
5813
|
};
|
|
5814
|
-
readonly
|
|
5814
|
+
readonly BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW: {
|
|
5815
5815
|
readonly status: "dev";
|
|
5816
5816
|
readonly name: "Propose Change Operation";
|
|
5817
5817
|
readonly versions: readonly [{
|
|
5818
|
-
readonly repositoryVersionIndex:
|
|
5819
|
-
readonly typeBlueId: "
|
|
5818
|
+
readonly repositoryVersionIndex: 2;
|
|
5819
|
+
readonly typeBlueId: "BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW";
|
|
5820
5820
|
readonly attributesAdded: readonly [];
|
|
5821
5821
|
}];
|
|
5822
5822
|
};
|
|
5823
|
-
readonly '
|
|
5823
|
+
readonly '7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': {
|
|
5824
5824
|
readonly status: "dev";
|
|
5825
5825
|
readonly name: "Propose Change Workflow";
|
|
5826
5826
|
readonly versions: readonly [{
|
|
5827
|
-
readonly repositoryVersionIndex:
|
|
5828
|
-
readonly typeBlueId: "
|
|
5827
|
+
readonly repositoryVersionIndex: 2;
|
|
5828
|
+
readonly typeBlueId: "7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj";
|
|
5829
5829
|
readonly attributesAdded: readonly [];
|
|
5830
5830
|
}];
|
|
5831
5831
|
};
|