@blue-repository/types 0.10.0 → 0.11.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 -3
- package/dist/meta.js.map +1 -1
- package/dist/packages/common/blue-ids.d.ts +1 -0
- package/dist/packages/common/blue-ids.d.ts.map +1 -1
- package/dist/packages/common/blue-ids.js +1 -0
- package/dist/packages/common/blue-ids.js.map +1 -1
- package/dist/packages/common/contents/Currency.d.ts +8 -0
- package/dist/packages/common/contents/Currency.d.ts.map +1 -0
- package/dist/packages/common/contents/Currency.js +8 -0
- package/dist/packages/common/contents/Currency.js.map +1 -0
- package/dist/packages/common/contents/index.d.ts +8 -0
- package/dist/packages/common/contents/index.d.ts.map +1 -1
- package/dist/packages/common/contents/index.js +3 -0
- package/dist/packages/common/contents/index.js.map +1 -1
- package/dist/packages/common/index.d.ts +22 -0
- package/dist/packages/common/index.d.ts.map +1 -1
- package/dist/packages/common/meta.d.ts +10 -0
- package/dist/packages/common/meta.d.ts.map +1 -1
- package/dist/packages/common/meta.js +11 -0
- package/dist/packages/common/meta.js.map +1 -1
- package/dist/packages/common/schemas/Currency.d.ts +8 -0
- package/dist/packages/common/schemas/Currency.d.ts.map +1 -0
- package/dist/packages/common/schemas/Currency.js +5 -0
- package/dist/packages/common/schemas/Currency.js.map +1 -0
- package/dist/packages/common/schemas/index.d.ts +6 -0
- package/dist/packages/common/schemas/index.d.ts.map +1 -1
- package/dist/packages/common/schemas/index.js +3 -0
- package/dist/packages/common/schemas/index.js.map +1 -1
- package/dist/packages/conversation/blue-ids.d.ts +3 -0
- package/dist/packages/conversation/blue-ids.d.ts.map +1 -1
- package/dist/packages/conversation/blue-ids.js +3 -0
- package/dist/packages/conversation/blue-ids.js.map +1 -1
- package/dist/packages/conversation/contents/CustomerActionRequested.d.ts +44 -0
- package/dist/packages/conversation/contents/CustomerActionRequested.d.ts.map +1 -0
- package/dist/packages/conversation/contents/CustomerActionRequested.js +44 -0
- package/dist/packages/conversation/contents/CustomerActionRequested.js.map +1 -0
- package/dist/packages/conversation/contents/CustomerConsent.d.ts +233 -0
- package/dist/packages/conversation/contents/CustomerConsent.d.ts.map +1 -0
- package/dist/packages/conversation/contents/CustomerConsent.js +244 -0
- package/dist/packages/conversation/contents/CustomerConsent.js.map +1 -0
- package/dist/packages/conversation/contents/CustomerConsentRevoked.d.ts +17 -0
- package/dist/packages/conversation/contents/CustomerConsentRevoked.d.ts.map +1 -0
- package/dist/packages/conversation/contents/CustomerConsentRevoked.js +17 -0
- package/dist/packages/conversation/contents/CustomerConsentRevoked.js.map +1 -0
- package/dist/packages/conversation/contents/index.d.ts +294 -0
- package/dist/packages/conversation/contents/index.d.ts.map +1 -1
- package/dist/packages/conversation/contents/index.js +9 -0
- package/dist/packages/conversation/contents/index.js.map +1 -1
- package/dist/packages/conversation/index.d.ts +1095 -166
- package/dist/packages/conversation/index.d.ts.map +1 -1
- package/dist/packages/conversation/meta.d.ts +41 -11
- package/dist/packages/conversation/meta.d.ts.map +1 -1
- package/dist/packages/conversation/meta.js +44 -11
- package/dist/packages/conversation/meta.js.map +1 -1
- package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts +40 -0
- package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts.map +1 -0
- package/dist/packages/conversation/schemas/CustomerActionRequested.js +15 -0
- package/dist/packages/conversation/schemas/CustomerActionRequested.js.map +1 -0
- package/dist/packages/conversation/schemas/CustomerConsent.d.ts +548 -0
- package/dist/packages/conversation/schemas/CustomerConsent.d.ts.map +1 -0
- package/dist/packages/conversation/schemas/CustomerConsent.js +31 -0
- package/dist/packages/conversation/schemas/CustomerConsent.js.map +1 -0
- package/dist/packages/conversation/schemas/CustomerConsentRevoked.d.ts +29 -0
- package/dist/packages/conversation/schemas/CustomerConsentRevoked.d.ts.map +1 -0
- package/dist/packages/conversation/schemas/CustomerConsentRevoked.js +11 -0
- package/dist/packages/conversation/schemas/CustomerConsentRevoked.js.map +1 -0
- package/dist/packages/conversation/schemas/DocumentBootstrapFailed.d.ts +2 -2
- package/dist/packages/conversation/schemas/DocumentBootstrapResponded.d.ts +2 -2
- package/dist/packages/conversation/schemas/index.d.ts +615 -4
- package/dist/packages/conversation/schemas/index.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/index.js +9 -0
- package/dist/packages/conversation/schemas/index.js.map +1 -1
- package/dist/packages/myos/index.d.ts +284 -284
- package/dist/packages/myos/schemas/AddingParticipantRequested.d.ts +4 -4
- package/dist/packages/myos/schemas/AddingParticipantResponded.d.ts +6 -6
- package/dist/packages/myos/schemas/CallOperationFailed.d.ts +2 -2
- package/dist/packages/myos/schemas/ChatGPTConnectorAgent.d.ts +6 -6
- package/dist/packages/myos/schemas/DocumentSessionBootstrap.d.ts +4 -4
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.d.ts +60 -60
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.d.ts +34 -34
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.d.ts +2 -2
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokeRequested.d.ts +2 -2
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.d.ts +2 -2
- package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.d.ts +2 -2
- package/dist/packages/myos/schemas/MyOSAdminBase.d.ts +6 -6
- package/dist/packages/myos/schemas/MyOSTimelineChannel.d.ts +2 -2
- package/dist/packages/myos/schemas/Participant.d.ts +2 -2
- package/dist/packages/myos/schemas/ParticipantActivated.d.ts +4 -4
- package/dist/packages/myos/schemas/ParticipantResolved.d.ts +4 -4
- package/dist/packages/myos/schemas/SingleDocumentPermissionGrantResponded.d.ts +2 -2
- package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToAccount.d.ts +60 -60
- package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToDocument.d.ts +34 -34
- package/dist/packages/myos/schemas/SingleDocumentPermissionRejected.d.ts +2 -2
- package/dist/packages/myos/schemas/SingleDocumentPermissionRevokeRequested.d.ts +2 -2
- package/dist/packages/myos/schemas/SubscriptionToSessionFailed.d.ts +2 -2
- package/dist/packages/myos/schemas/SubscriptionToSessionRevoked.d.ts +2 -2
- package/dist/packages/myos/schemas/WorkerAgencyPermissionGrant.d.ts +34 -34
- package/dist/packages/myos/schemas/WorkerAgencyPermissionRejected.d.ts +2 -2
- package/dist/packages/myos/schemas/WorkerAgencyPermissionRevokeRequested.d.ts +2 -2
- package/dist/packages/myos/schemas/index.d.ts +284 -284
- package/dist/packages/paynote/blue-ids.d.ts +10 -2
- package/dist/packages/paynote/blue-ids.d.ts.map +1 -1
- package/dist/packages/paynote/blue-ids.js +10 -2
- package/dist/packages/paynote/blue-ids.js.map +1 -1
- package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.d.ts +34 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.d.ts.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.js +34 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.js.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.d.ts +38 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.d.ts.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.js +38 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.js.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.d.ts +30 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.d.ts.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.js +30 -0
- package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.js.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionPayNote.d.ts +13 -0
- package/dist/packages/paynote/contents/CardTransactionPayNote.d.ts.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionPayNote.js +13 -0
- package/dist/packages/paynote/contents/CardTransactionPayNote.js.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionReport.d.ts +43 -0
- package/dist/packages/paynote/contents/CardTransactionReport.d.ts.map +1 -0
- package/dist/packages/paynote/contents/CardTransactionReport.js +43 -0
- package/dist/packages/paynote/contents/CardTransactionReport.js.map +1 -0
- package/dist/packages/paynote/contents/MerchantToCustomerPayNote.d.ts +8 -0
- package/dist/packages/paynote/contents/MerchantToCustomerPayNote.d.ts.map +1 -0
- package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js +8 -0
- package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js.map +1 -0
- package/dist/packages/paynote/contents/PayNote.d.ts +44 -0
- package/dist/packages/paynote/contents/PayNote.d.ts.map +1 -1
- package/dist/packages/paynote/contents/PayNote.js +46 -0
- package/dist/packages/paynote/contents/PayNote.js.map +1 -1
- package/dist/packages/paynote/contents/PayNoteDelivery.d.ts +4 -10
- package/dist/packages/paynote/contents/PayNoteDelivery.d.ts.map +1 -1
- package/dist/packages/paynote/contents/PayNoteDelivery.js +4 -10
- package/dist/packages/paynote/contents/PayNoteDelivery.js.map +1 -1
- package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.d.ts +28 -0
- package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.d.ts.map +1 -0
- package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.js +28 -0
- package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.js.map +1 -0
- package/dist/packages/paynote/contents/TransactionStatus.d.ts +26 -0
- package/dist/packages/paynote/contents/TransactionStatus.d.ts.map +1 -0
- package/dist/packages/paynote/contents/TransactionStatus.js +26 -0
- package/dist/packages/paynote/contents/TransactionStatus.js.map +1 -0
- package/dist/packages/paynote/contents/index.d.ts +590 -332
- package/dist/packages/paynote/contents/index.d.ts.map +1 -1
- package/dist/packages/paynote/contents/index.js +30 -6
- package/dist/packages/paynote/contents/index.js.map +1 -1
- package/dist/packages/paynote/index.d.ts +2383 -792
- package/dist/packages/paynote/index.d.ts.map +1 -1
- package/dist/packages/paynote/meta.d.ts +87 -7
- package/dist/packages/paynote/meta.d.ts.map +1 -1
- package/dist/packages/paynote/meta.js +93 -5
- package/dist/packages/paynote/meta.js.map +1 -1
- package/dist/packages/paynote/schemas/CaptureDeclined.d.ts +2 -2
- package/dist/packages/paynote/schemas/CaptureFailed.d.ts +2 -2
- package/dist/packages/paynote/schemas/CardTransactionCaptureLockChangeFailed.d.ts +2 -2
- package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.d.ts +34 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.js +13 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.js.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.d.ts +37 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.js +14 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.js.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.d.ts +27 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.js +12 -0
- package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.js.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts +473 -0
- package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionPayNote.js +11 -0
- package/dist/packages/paynote/schemas/CardTransactionPayNote.js.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionReport.d.ts +85 -0
- package/dist/packages/paynote/schemas/CardTransactionReport.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/CardTransactionReport.js +18 -0
- package/dist/packages/paynote/schemas/CardTransactionReport.js.map +1 -0
- package/dist/packages/paynote/schemas/ChildPayNoteIssuanceDeclined.d.ts +2 -2
- package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts +435 -0
- package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.js +9 -0
- package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.js.map +1 -0
- package/dist/packages/paynote/schemas/PayNote.d.ts +200 -0
- package/dist/packages/paynote/schemas/PayNote.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/PayNote.js +6 -0
- package/dist/packages/paynote/schemas/PayNote.js.map +1 -1
- package/dist/packages/paynote/schemas/PayNoteCancellationRejected.d.ts +2 -2
- package/dist/packages/paynote/schemas/PayNoteDelivery.d.ts +58 -128
- package/dist/packages/paynote/schemas/PayNoteDelivery.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/PayNoteDelivery.js +0 -1
- package/dist/packages/paynote/schemas/PayNoteDelivery.js.map +1 -1
- package/dist/packages/paynote/schemas/PayNoteRejected.d.ts +2 -2
- package/dist/packages/paynote/schemas/ReservationDeclined.d.ts +2 -2
- package/dist/packages/paynote/schemas/ReservationReleaseDeclined.d.ts +2 -2
- package/dist/packages/paynote/schemas/SettlementAmountRejected.d.ts +2 -2
- package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.d.ts +31 -0
- package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.js +12 -0
- package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.js.map +1 -0
- package/dist/packages/paynote/schemas/TransactionStatus.d.ts +33 -0
- package/dist/packages/paynote/schemas/TransactionStatus.d.ts.map +1 -0
- package/dist/packages/paynote/schemas/TransactionStatus.js +13 -0
- package/dist/packages/paynote/schemas/TransactionStatus.js.map +1 -0
- package/dist/packages/paynote/schemas/index.d.ts +1508 -239
- package/dist/packages/paynote/schemas/index.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/index.js +26 -2
- package/dist/packages/paynote/schemas/index.js.map +1 -1
- package/dist/repository.d.ts +5499 -2957
- package/dist/repository.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -130,6 +130,238 @@ declare const _default: {
|
|
|
130
130
|
readonly blueId: "7QACj919YMRvFCTELCf6jfQTp41RVhtHdE6bPazLUZQ6";
|
|
131
131
|
};
|
|
132
132
|
};
|
|
133
|
+
readonly '7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8': {
|
|
134
|
+
readonly consentDetails: {
|
|
135
|
+
readonly description: "Generic scope details (merchant id, event categories, requesting contract refs, etc.).";
|
|
136
|
+
readonly keyType: {
|
|
137
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
138
|
+
};
|
|
139
|
+
readonly type: {
|
|
140
|
+
readonly blueId: "G7fBT9PSod1RfHLHkpafAGBDVAJMrMhAMY51ERcyXNrj";
|
|
141
|
+
};
|
|
142
|
+
readonly valueType: {
|
|
143
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
readonly consentKind: {
|
|
147
|
+
readonly description: "Classification of the consent (e.g., cardTransactionMonitoring).";
|
|
148
|
+
readonly type: {
|
|
149
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
readonly consentStatus: {
|
|
153
|
+
readonly description: "Consent state (granted, revoked).";
|
|
154
|
+
readonly type: {
|
|
155
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
156
|
+
};
|
|
157
|
+
readonly value: "granted";
|
|
158
|
+
};
|
|
159
|
+
readonly contracts: {
|
|
160
|
+
readonly granteeChannel: {
|
|
161
|
+
readonly description: "Grantee (e.g., merchant MyOS timeline).";
|
|
162
|
+
readonly type: {
|
|
163
|
+
readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
readonly granterChannel: {
|
|
167
|
+
readonly description: "Granter (customer represented by the bank; customer has no MyOS account).";
|
|
168
|
+
readonly type: {
|
|
169
|
+
readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
readonly guarantorChannel: {
|
|
173
|
+
readonly description: "Bank/admin channel.";
|
|
174
|
+
readonly type: {
|
|
175
|
+
readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
readonly initialize: {
|
|
179
|
+
readonly channel: {
|
|
180
|
+
readonly type: {
|
|
181
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
182
|
+
};
|
|
183
|
+
readonly value: "initLifecycleChannel";
|
|
184
|
+
};
|
|
185
|
+
readonly steps: {
|
|
186
|
+
readonly items: readonly [{
|
|
187
|
+
readonly changeset: {
|
|
188
|
+
readonly items: readonly [{
|
|
189
|
+
readonly op: {
|
|
190
|
+
readonly type: {
|
|
191
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
192
|
+
};
|
|
193
|
+
readonly value: "replace";
|
|
194
|
+
};
|
|
195
|
+
readonly path: {
|
|
196
|
+
readonly type: {
|
|
197
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
198
|
+
};
|
|
199
|
+
readonly value: "/consentStatus";
|
|
200
|
+
};
|
|
201
|
+
readonly val: {
|
|
202
|
+
readonly type: {
|
|
203
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
204
|
+
};
|
|
205
|
+
readonly value: "granted";
|
|
206
|
+
};
|
|
207
|
+
}];
|
|
208
|
+
};
|
|
209
|
+
readonly name: "Initialize";
|
|
210
|
+
readonly type: {
|
|
211
|
+
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
212
|
+
};
|
|
213
|
+
}];
|
|
214
|
+
};
|
|
215
|
+
readonly type: {
|
|
216
|
+
readonly blueId: "7X3LkN54Yp88JgZbppPhP6hM3Jqiqv8Z2i4kS7phXtQe";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
readonly initLifecycleChannel: {
|
|
220
|
+
readonly event: {
|
|
221
|
+
readonly type: {
|
|
222
|
+
readonly blueId: "BrpmpNt5JkapeUvPqYcxgXZrHNZX3R757dRwuXXdfNM2";
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
readonly type: {
|
|
226
|
+
readonly blueId: "H2aCCTUcLMTJozWkn7HPUjyFBFxamraw1q8DyWk87zxr";
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
readonly revokeConsent: {
|
|
230
|
+
readonly channel: {
|
|
231
|
+
readonly type: {
|
|
232
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
233
|
+
};
|
|
234
|
+
readonly value: "granterChannel";
|
|
235
|
+
};
|
|
236
|
+
readonly description: "Customer revokes the consent.";
|
|
237
|
+
readonly request: {
|
|
238
|
+
readonly reason: {
|
|
239
|
+
readonly type: {
|
|
240
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
readonly revokedAt: {
|
|
244
|
+
readonly type: {
|
|
245
|
+
readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
readonly type: {
|
|
250
|
+
readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
readonly revokeConsentImpl: {
|
|
254
|
+
readonly operation: {
|
|
255
|
+
readonly type: {
|
|
256
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
257
|
+
};
|
|
258
|
+
readonly value: "revokeConsent";
|
|
259
|
+
};
|
|
260
|
+
readonly steps: {
|
|
261
|
+
readonly items: readonly [{
|
|
262
|
+
readonly code: {
|
|
263
|
+
readonly type: {
|
|
264
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
265
|
+
};
|
|
266
|
+
readonly value: "const request = event?.message?.request || {};\nconst reason = request.reason || \"\";\nconst revokedAt = request.revokedAt || \"\";\nconst canRevoke = document('/consentStatus') === \"granted\";\n\nreturn {\n reason,\n revokedAt,\n canRevoke,\n events: canRevoke\n ? [{ type: \"Conversation/Customer Consent Revoked\", reason, revokedAt }]\n : []\n};\n";
|
|
267
|
+
};
|
|
268
|
+
readonly name: "Capture";
|
|
269
|
+
readonly type: {
|
|
270
|
+
readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
|
|
271
|
+
};
|
|
272
|
+
}, {
|
|
273
|
+
readonly changeset: {
|
|
274
|
+
readonly items: readonly [{
|
|
275
|
+
readonly op: {
|
|
276
|
+
readonly type: {
|
|
277
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
278
|
+
};
|
|
279
|
+
readonly value: "replace";
|
|
280
|
+
};
|
|
281
|
+
readonly path: {
|
|
282
|
+
readonly type: {
|
|
283
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
284
|
+
};
|
|
285
|
+
readonly value: "/consentStatus";
|
|
286
|
+
};
|
|
287
|
+
readonly val: {
|
|
288
|
+
readonly type: {
|
|
289
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
290
|
+
};
|
|
291
|
+
readonly value: "revoked";
|
|
292
|
+
};
|
|
293
|
+
}, {
|
|
294
|
+
readonly op: {
|
|
295
|
+
readonly type: {
|
|
296
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
297
|
+
};
|
|
298
|
+
readonly value: "replace";
|
|
299
|
+
};
|
|
300
|
+
readonly path: {
|
|
301
|
+
readonly type: {
|
|
302
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
303
|
+
};
|
|
304
|
+
readonly value: "/revocationReason";
|
|
305
|
+
};
|
|
306
|
+
readonly val: {
|
|
307
|
+
readonly type: {
|
|
308
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
309
|
+
};
|
|
310
|
+
readonly value: "${steps['Capture'].reason}";
|
|
311
|
+
};
|
|
312
|
+
}, {
|
|
313
|
+
readonly op: {
|
|
314
|
+
readonly type: {
|
|
315
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
316
|
+
};
|
|
317
|
+
readonly value: "replace";
|
|
318
|
+
};
|
|
319
|
+
readonly path: {
|
|
320
|
+
readonly type: {
|
|
321
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
322
|
+
};
|
|
323
|
+
readonly value: "/revokedAt";
|
|
324
|
+
};
|
|
325
|
+
readonly val: {
|
|
326
|
+
readonly type: {
|
|
327
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
328
|
+
};
|
|
329
|
+
readonly value: "${steps['Capture'].revokedAt}";
|
|
330
|
+
};
|
|
331
|
+
}];
|
|
332
|
+
};
|
|
333
|
+
readonly name: "Apply";
|
|
334
|
+
readonly type: {
|
|
335
|
+
readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
|
|
336
|
+
};
|
|
337
|
+
}];
|
|
338
|
+
};
|
|
339
|
+
readonly type: {
|
|
340
|
+
readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
|
|
341
|
+
};
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
readonly description: "Generic customer consent granted to a grantee (e.g., merchant).";
|
|
345
|
+
readonly grantedAt: {
|
|
346
|
+
readonly description: "Timestamp when consent was granted.";
|
|
347
|
+
readonly type: {
|
|
348
|
+
readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
readonly name: "Customer Consent";
|
|
352
|
+
readonly revocationReason: {
|
|
353
|
+
readonly description: "Reason for revocation.";
|
|
354
|
+
readonly type: {
|
|
355
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
readonly revokedAt: {
|
|
359
|
+
readonly description: "Timestamp when consent was revoked.";
|
|
360
|
+
readonly type: {
|
|
361
|
+
readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
};
|
|
133
365
|
readonly '7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg': {
|
|
134
366
|
readonly bootstrapAssignee: {
|
|
135
367
|
readonly description: "Channel name of a participant in the requesting document which is asked to bootstrap the requested document";
|
|
@@ -242,6 +474,22 @@ declare const _default: {
|
|
|
242
474
|
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
243
475
|
};
|
|
244
476
|
};
|
|
477
|
+
readonly '9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK': {
|
|
478
|
+
readonly name: "Customer Consent Revoked";
|
|
479
|
+
readonly reason: {
|
|
480
|
+
readonly type: {
|
|
481
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
482
|
+
};
|
|
483
|
+
};
|
|
484
|
+
readonly revokedAt: {
|
|
485
|
+
readonly type: {
|
|
486
|
+
readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
|
|
487
|
+
};
|
|
488
|
+
};
|
|
489
|
+
readonly type: {
|
|
490
|
+
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
491
|
+
};
|
|
492
|
+
};
|
|
245
493
|
readonly '9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw': {
|
|
246
494
|
readonly changeDescription: {
|
|
247
495
|
readonly description: "Required human-readable summary used for review and audit.";
|
|
@@ -295,6 +543,49 @@ declare const _default: {
|
|
|
295
543
|
};
|
|
296
544
|
};
|
|
297
545
|
};
|
|
546
|
+
readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: {
|
|
547
|
+
readonly actionId: {
|
|
548
|
+
readonly description: "Optional idempotency key for the action request.";
|
|
549
|
+
readonly type: {
|
|
550
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
readonly actionType: {
|
|
554
|
+
readonly description: "consentApproval | callOperation | informational";
|
|
555
|
+
readonly type: {
|
|
556
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
readonly description: "A document suggests that the bank should ask the customer to take a specific action in the bank UI.";
|
|
560
|
+
readonly message: {
|
|
561
|
+
readonly description: "Human-readable message describing what is expected.";
|
|
562
|
+
readonly type: {
|
|
563
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
readonly name: "Customer Action Requested";
|
|
567
|
+
readonly operationName: {
|
|
568
|
+
readonly description: "Optional contract operation to execute (used for callOperation).";
|
|
569
|
+
readonly type: {
|
|
570
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
571
|
+
};
|
|
572
|
+
};
|
|
573
|
+
readonly prefillRequestJson: {
|
|
574
|
+
readonly description: "Optional JSON string to prefill the operation request form.";
|
|
575
|
+
readonly type: {
|
|
576
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
readonly title: {
|
|
580
|
+
readonly description: "Short title for the pending action.";
|
|
581
|
+
readonly type: {
|
|
582
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
readonly type: {
|
|
586
|
+
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
587
|
+
};
|
|
588
|
+
};
|
|
298
589
|
readonly AKNj5zwzgAkXZo3psikJfoVxUcNfMBVgDrf4HDGWL1gm: {
|
|
299
590
|
readonly description: "Applies a requested changeset immediately to the document.";
|
|
300
591
|
readonly name: "Change Workflow";
|
|
@@ -2213,199 +2504,807 @@ declare const _default: {
|
|
|
2213
2504
|
} | undefined;
|
|
2214
2505
|
sectionKey?: string | undefined;
|
|
2215
2506
|
}[] | undefined;
|
|
2216
|
-
remove?: string[] | undefined;
|
|
2507
|
+
remove?: string[] | undefined;
|
|
2508
|
+
} | undefined;
|
|
2509
|
+
}>>;
|
|
2510
|
+
steps: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2511
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2512
|
+
description?: string | undefined;
|
|
2513
|
+
name?: string | undefined;
|
|
2514
|
+
order?: number | undefined;
|
|
2515
|
+
channel?: string | undefined;
|
|
2516
|
+
request?: {
|
|
2517
|
+
description?: string | undefined;
|
|
2518
|
+
name?: string | undefined;
|
|
2519
|
+
changeDescription?: string | undefined;
|
|
2520
|
+
changeset?: {
|
|
2521
|
+
path?: string | undefined;
|
|
2522
|
+
description?: string | undefined;
|
|
2523
|
+
name?: string | undefined;
|
|
2524
|
+
op?: string | undefined;
|
|
2525
|
+
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
2526
|
+
}[] | undefined;
|
|
2527
|
+
sectionChanges?: {
|
|
2528
|
+
description?: string | undefined;
|
|
2529
|
+
name?: string | undefined;
|
|
2530
|
+
add?: {
|
|
2531
|
+
description?: string | undefined;
|
|
2532
|
+
name?: string | undefined;
|
|
2533
|
+
contracts?: Record<string, {
|
|
2534
|
+
description?: string | undefined;
|
|
2535
|
+
name?: string | undefined;
|
|
2536
|
+
order?: number | undefined;
|
|
2537
|
+
}> | undefined;
|
|
2538
|
+
section?: {
|
|
2539
|
+
description?: string | undefined;
|
|
2540
|
+
name?: string | undefined;
|
|
2541
|
+
order?: number | undefined;
|
|
2542
|
+
relatedContracts?: string[] | undefined;
|
|
2543
|
+
relatedFields?: string[] | undefined;
|
|
2544
|
+
summary?: string | undefined;
|
|
2545
|
+
title?: string | undefined;
|
|
2546
|
+
} | undefined;
|
|
2547
|
+
sectionKey?: string | undefined;
|
|
2548
|
+
}[] | undefined;
|
|
2549
|
+
modify?: {
|
|
2550
|
+
description?: string | undefined;
|
|
2551
|
+
name?: string | undefined;
|
|
2552
|
+
contracts?: Record<string, {
|
|
2553
|
+
description?: string | undefined;
|
|
2554
|
+
name?: string | undefined;
|
|
2555
|
+
order?: number | undefined;
|
|
2556
|
+
}> | undefined;
|
|
2557
|
+
section?: {
|
|
2558
|
+
description?: string | undefined;
|
|
2559
|
+
name?: string | undefined;
|
|
2560
|
+
order?: number | undefined;
|
|
2561
|
+
relatedContracts?: string[] | undefined;
|
|
2562
|
+
relatedFields?: string[] | undefined;
|
|
2563
|
+
summary?: string | undefined;
|
|
2564
|
+
title?: string | undefined;
|
|
2565
|
+
} | undefined;
|
|
2566
|
+
sectionKey?: string | undefined;
|
|
2567
|
+
}[] | undefined;
|
|
2568
|
+
remove?: string[] | undefined;
|
|
2569
|
+
} | undefined;
|
|
2570
|
+
} | undefined;
|
|
2571
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2572
|
+
steps?: import("@blue-labs/language").BlueNode | undefined;
|
|
2573
|
+
operation?: string | undefined;
|
|
2574
|
+
}, {
|
|
2575
|
+
description?: string | undefined;
|
|
2576
|
+
name?: string | undefined;
|
|
2577
|
+
order?: number | undefined;
|
|
2578
|
+
channel?: string | undefined;
|
|
2579
|
+
request?: {
|
|
2580
|
+
description?: string | undefined;
|
|
2581
|
+
name?: string | undefined;
|
|
2582
|
+
changeDescription?: string | undefined;
|
|
2583
|
+
changeset?: {
|
|
2584
|
+
path?: string | undefined;
|
|
2585
|
+
description?: string | undefined;
|
|
2586
|
+
name?: string | undefined;
|
|
2587
|
+
op?: string | undefined;
|
|
2588
|
+
val?: import("@blue-labs/language").BlueNode | undefined;
|
|
2589
|
+
}[] | undefined;
|
|
2590
|
+
sectionChanges?: {
|
|
2591
|
+
description?: string | undefined;
|
|
2592
|
+
name?: string | undefined;
|
|
2593
|
+
add?: {
|
|
2594
|
+
description?: string | undefined;
|
|
2595
|
+
name?: string | undefined;
|
|
2596
|
+
contracts?: Record<string, {
|
|
2597
|
+
description?: string | undefined;
|
|
2598
|
+
name?: string | undefined;
|
|
2599
|
+
order?: number | undefined;
|
|
2600
|
+
}> | undefined;
|
|
2601
|
+
section?: {
|
|
2602
|
+
description?: string | undefined;
|
|
2603
|
+
name?: string | undefined;
|
|
2604
|
+
order?: number | undefined;
|
|
2605
|
+
relatedContracts?: string[] | undefined;
|
|
2606
|
+
relatedFields?: string[] | undefined;
|
|
2607
|
+
summary?: string | undefined;
|
|
2608
|
+
title?: string | undefined;
|
|
2609
|
+
} | undefined;
|
|
2610
|
+
sectionKey?: string | undefined;
|
|
2611
|
+
}[] | undefined;
|
|
2612
|
+
modify?: {
|
|
2613
|
+
description?: string | undefined;
|
|
2614
|
+
name?: string | undefined;
|
|
2615
|
+
contracts?: Record<string, {
|
|
2616
|
+
description?: string | undefined;
|
|
2617
|
+
name?: string | undefined;
|
|
2618
|
+
order?: number | undefined;
|
|
2619
|
+
}> | undefined;
|
|
2620
|
+
section?: {
|
|
2621
|
+
description?: string | undefined;
|
|
2622
|
+
name?: string | undefined;
|
|
2623
|
+
order?: number | undefined;
|
|
2624
|
+
relatedContracts?: string[] | undefined;
|
|
2625
|
+
relatedFields?: string[] | undefined;
|
|
2626
|
+
summary?: string | undefined;
|
|
2627
|
+
title?: string | undefined;
|
|
2628
|
+
} | undefined;
|
|
2629
|
+
sectionKey?: string | undefined;
|
|
2630
|
+
}[] | undefined;
|
|
2631
|
+
remove?: string[] | undefined;
|
|
2632
|
+
} | undefined;
|
|
2633
|
+
} | undefined;
|
|
2634
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2635
|
+
steps?: import("@blue-labs/language").BlueNode | undefined;
|
|
2636
|
+
operation?: string | undefined;
|
|
2637
|
+
}>;
|
|
2638
|
+
readonly AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2639
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2640
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2641
|
+
}, {
|
|
2642
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2643
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2644
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2645
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2646
|
+
message?: string | undefined;
|
|
2647
|
+
description?: string | undefined;
|
|
2648
|
+
name?: string | undefined;
|
|
2649
|
+
}, {
|
|
2650
|
+
message?: string | undefined;
|
|
2651
|
+
description?: string | undefined;
|
|
2652
|
+
name?: string | undefined;
|
|
2653
|
+
}>;
|
|
2654
|
+
readonly HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2655
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2656
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2657
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2658
|
+
}, {
|
|
2659
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2660
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2661
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2662
|
+
}>, {
|
|
2663
|
+
channels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2664
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2665
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2666
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2667
|
+
description?: string | undefined;
|
|
2668
|
+
name?: string | undefined;
|
|
2669
|
+
order?: number | undefined;
|
|
2670
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2671
|
+
channels?: string[] | undefined;
|
|
2672
|
+
}, {
|
|
2673
|
+
description?: string | undefined;
|
|
2674
|
+
name?: string | undefined;
|
|
2675
|
+
order?: number | undefined;
|
|
2676
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2677
|
+
channels?: string[] | undefined;
|
|
2678
|
+
}>;
|
|
2679
|
+
readonly '6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2680
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2681
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2682
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2683
|
+
}, {
|
|
2684
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2685
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2686
|
+
}>, {
|
|
2687
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2688
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2689
|
+
requireSectionChanges: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2690
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2691
|
+
description?: string | undefined;
|
|
2692
|
+
name?: string | undefined;
|
|
2693
|
+
order?: number | undefined;
|
|
2694
|
+
requireSectionChanges?: boolean | undefined;
|
|
2695
|
+
}, {
|
|
2696
|
+
description?: string | undefined;
|
|
2697
|
+
name?: string | undefined;
|
|
2698
|
+
order?: number | undefined;
|
|
2699
|
+
requireSectionChanges?: boolean | undefined;
|
|
2700
|
+
}>;
|
|
2701
|
+
readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2702
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2703
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2704
|
+
}, {
|
|
2705
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2706
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2707
|
+
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2708
|
+
}>, {
|
|
2709
|
+
actionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2710
|
+
actionType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2711
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2712
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2713
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2714
|
+
operationName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2715
|
+
prefillRequestJson: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2716
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2717
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2718
|
+
message?: string | undefined;
|
|
2719
|
+
description?: string | undefined;
|
|
2720
|
+
name?: string | undefined;
|
|
2721
|
+
title?: string | undefined;
|
|
2722
|
+
requestId?: string | undefined;
|
|
2723
|
+
actionId?: string | undefined;
|
|
2724
|
+
actionType?: string | undefined;
|
|
2725
|
+
operationName?: string | undefined;
|
|
2726
|
+
prefillRequestJson?: string | undefined;
|
|
2727
|
+
}, {
|
|
2728
|
+
message?: string | undefined;
|
|
2729
|
+
description?: string | undefined;
|
|
2730
|
+
name?: string | undefined;
|
|
2731
|
+
title?: string | undefined;
|
|
2732
|
+
requestId?: string | undefined;
|
|
2733
|
+
actionId?: string | undefined;
|
|
2734
|
+
actionType?: string | undefined;
|
|
2735
|
+
operationName?: string | undefined;
|
|
2736
|
+
prefillRequestJson?: string | undefined;
|
|
2737
|
+
}>;
|
|
2738
|
+
readonly '7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8': import("zod").ZodObject<{
|
|
2739
|
+
consentDetails: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
2740
|
+
consentKind: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2741
|
+
consentStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2742
|
+
contracts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2743
|
+
granteeChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2744
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2745
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2746
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2747
|
+
}, {
|
|
2748
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2749
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2750
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2751
|
+
}>, {
|
|
2752
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2753
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2754
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2755
|
+
}>, {
|
|
2756
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2757
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2758
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2759
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2760
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2761
|
+
description?: string | undefined;
|
|
2762
|
+
name?: string | undefined;
|
|
2763
|
+
order?: number | undefined;
|
|
2764
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2765
|
+
timelineId?: string | undefined;
|
|
2766
|
+
accountId?: string | undefined;
|
|
2767
|
+
email?: string | undefined;
|
|
2768
|
+
}, {
|
|
2769
|
+
description?: string | undefined;
|
|
2770
|
+
name?: string | undefined;
|
|
2771
|
+
order?: number | undefined;
|
|
2772
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2773
|
+
timelineId?: string | undefined;
|
|
2774
|
+
accountId?: string | undefined;
|
|
2775
|
+
email?: string | undefined;
|
|
2776
|
+
}>>;
|
|
2777
|
+
granterChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2778
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2779
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2780
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2781
|
+
}, {
|
|
2782
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2783
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2784
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2785
|
+
}>, {
|
|
2786
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2787
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2788
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2789
|
+
}>, {
|
|
2790
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2791
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2792
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2793
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2794
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2795
|
+
description?: string | undefined;
|
|
2796
|
+
name?: string | undefined;
|
|
2797
|
+
order?: number | undefined;
|
|
2798
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2799
|
+
timelineId?: string | undefined;
|
|
2800
|
+
accountId?: string | undefined;
|
|
2801
|
+
email?: string | undefined;
|
|
2802
|
+
}, {
|
|
2803
|
+
description?: string | undefined;
|
|
2804
|
+
name?: string | undefined;
|
|
2805
|
+
order?: number | undefined;
|
|
2806
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2807
|
+
timelineId?: string | undefined;
|
|
2808
|
+
accountId?: string | undefined;
|
|
2809
|
+
email?: string | undefined;
|
|
2810
|
+
}>>;
|
|
2811
|
+
guarantorChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2812
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2813
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2814
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2815
|
+
}, {
|
|
2816
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2817
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2818
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2819
|
+
}>, {
|
|
2820
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2821
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2822
|
+
timelineId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2823
|
+
}>, {
|
|
2824
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2825
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2826
|
+
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2827
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2828
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2829
|
+
description?: string | undefined;
|
|
2830
|
+
name?: string | undefined;
|
|
2831
|
+
order?: number | undefined;
|
|
2832
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2833
|
+
timelineId?: string | undefined;
|
|
2834
|
+
accountId?: string | undefined;
|
|
2835
|
+
email?: string | undefined;
|
|
2836
|
+
}, {
|
|
2837
|
+
description?: string | undefined;
|
|
2838
|
+
name?: string | undefined;
|
|
2839
|
+
order?: number | undefined;
|
|
2840
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2841
|
+
timelineId?: string | undefined;
|
|
2842
|
+
accountId?: string | undefined;
|
|
2843
|
+
email?: string | undefined;
|
|
2844
|
+
}>>;
|
|
2845
|
+
initialize: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2846
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2847
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2848
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2849
|
+
}, {
|
|
2850
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2851
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2852
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2853
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2854
|
+
}>, {
|
|
2855
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2856
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2857
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2858
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2859
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2860
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2861
|
+
description?: string | undefined;
|
|
2862
|
+
name?: string | undefined;
|
|
2863
|
+
}, {
|
|
2864
|
+
description?: string | undefined;
|
|
2865
|
+
name?: string | undefined;
|
|
2866
|
+
}>, "many">>;
|
|
2867
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2868
|
+
description?: string | undefined;
|
|
2869
|
+
name?: string | undefined;
|
|
2870
|
+
order?: number | undefined;
|
|
2871
|
+
channel?: string | undefined;
|
|
2872
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2873
|
+
steps?: {
|
|
2874
|
+
description?: string | undefined;
|
|
2875
|
+
name?: string | undefined;
|
|
2876
|
+
}[] | undefined;
|
|
2877
|
+
}, {
|
|
2878
|
+
description?: string | undefined;
|
|
2879
|
+
name?: string | undefined;
|
|
2880
|
+
order?: number | undefined;
|
|
2881
|
+
channel?: string | undefined;
|
|
2882
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2883
|
+
steps?: {
|
|
2884
|
+
description?: string | undefined;
|
|
2885
|
+
name?: string | undefined;
|
|
2886
|
+
}[] | undefined;
|
|
2887
|
+
}>>;
|
|
2888
|
+
initLifecycleChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2889
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2890
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2891
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2892
|
+
}, {
|
|
2893
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2894
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2895
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2896
|
+
}>, {
|
|
2897
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2898
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2899
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2900
|
+
description?: string | undefined;
|
|
2901
|
+
name?: string | undefined;
|
|
2902
|
+
order?: number | undefined;
|
|
2903
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2904
|
+
}, {
|
|
2905
|
+
description?: string | undefined;
|
|
2906
|
+
name?: string | undefined;
|
|
2907
|
+
order?: number | undefined;
|
|
2908
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2909
|
+
}>>;
|
|
2910
|
+
revokeConsent: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2911
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2912
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2913
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2914
|
+
}, {
|
|
2915
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2916
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2917
|
+
}>, {
|
|
2918
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2919
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2920
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2921
|
+
request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2922
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2923
|
+
description?: string | undefined;
|
|
2924
|
+
name?: string | undefined;
|
|
2925
|
+
order?: number | undefined;
|
|
2926
|
+
channel?: string | undefined;
|
|
2927
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
2928
|
+
}, {
|
|
2929
|
+
description?: string | undefined;
|
|
2930
|
+
name?: string | undefined;
|
|
2931
|
+
order?: number | undefined;
|
|
2932
|
+
channel?: string | undefined;
|
|
2933
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
2934
|
+
}>>;
|
|
2935
|
+
revokeConsentImpl: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2936
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2937
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2938
|
+
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2939
|
+
}, {
|
|
2940
|
+
channel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2941
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2942
|
+
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2943
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2944
|
+
}>, {
|
|
2945
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2946
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2947
|
+
steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2948
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2949
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2950
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2951
|
+
description?: string | undefined;
|
|
2952
|
+
name?: string | undefined;
|
|
2953
|
+
}, {
|
|
2954
|
+
description?: string | undefined;
|
|
2955
|
+
name?: string | undefined;
|
|
2956
|
+
}>, "many">>;
|
|
2957
|
+
}>, {
|
|
2958
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2959
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2960
|
+
operation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2961
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
2962
|
+
description?: string | undefined;
|
|
2963
|
+
name?: string | undefined;
|
|
2964
|
+
order?: number | undefined;
|
|
2965
|
+
channel?: string | undefined;
|
|
2966
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2967
|
+
steps?: {
|
|
2968
|
+
description?: string | undefined;
|
|
2969
|
+
name?: string | undefined;
|
|
2970
|
+
}[] | undefined;
|
|
2971
|
+
operation?: string | undefined;
|
|
2972
|
+
}, {
|
|
2973
|
+
description?: string | undefined;
|
|
2974
|
+
name?: string | undefined;
|
|
2975
|
+
order?: number | undefined;
|
|
2976
|
+
channel?: string | undefined;
|
|
2977
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2978
|
+
steps?: {
|
|
2979
|
+
description?: string | undefined;
|
|
2980
|
+
name?: string | undefined;
|
|
2981
|
+
}[] | undefined;
|
|
2982
|
+
operation?: string | undefined;
|
|
2983
|
+
}>>;
|
|
2984
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2985
|
+
initLifecycleChannel?: {
|
|
2986
|
+
description?: string | undefined;
|
|
2987
|
+
name?: string | undefined;
|
|
2988
|
+
order?: number | undefined;
|
|
2989
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2990
|
+
} | undefined;
|
|
2991
|
+
granterChannel?: {
|
|
2992
|
+
description?: string | undefined;
|
|
2993
|
+
name?: string | undefined;
|
|
2994
|
+
order?: number | undefined;
|
|
2995
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2996
|
+
timelineId?: string | undefined;
|
|
2997
|
+
accountId?: string | undefined;
|
|
2998
|
+
email?: string | undefined;
|
|
2999
|
+
} | undefined;
|
|
3000
|
+
revokeConsent?: {
|
|
3001
|
+
description?: string | undefined;
|
|
3002
|
+
name?: string | undefined;
|
|
3003
|
+
order?: number | undefined;
|
|
3004
|
+
channel?: string | undefined;
|
|
3005
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
3006
|
+
} | undefined;
|
|
3007
|
+
granteeChannel?: {
|
|
3008
|
+
description?: string | undefined;
|
|
3009
|
+
name?: string | undefined;
|
|
3010
|
+
order?: number | undefined;
|
|
3011
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3012
|
+
timelineId?: string | undefined;
|
|
3013
|
+
accountId?: string | undefined;
|
|
3014
|
+
email?: string | undefined;
|
|
3015
|
+
} | undefined;
|
|
3016
|
+
guarantorChannel?: {
|
|
3017
|
+
description?: string | undefined;
|
|
3018
|
+
name?: string | undefined;
|
|
3019
|
+
order?: number | undefined;
|
|
3020
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3021
|
+
timelineId?: string | undefined;
|
|
3022
|
+
accountId?: string | undefined;
|
|
3023
|
+
email?: string | undefined;
|
|
3024
|
+
} | undefined;
|
|
3025
|
+
initialize?: {
|
|
3026
|
+
description?: string | undefined;
|
|
3027
|
+
name?: string | undefined;
|
|
3028
|
+
order?: number | undefined;
|
|
3029
|
+
channel?: string | undefined;
|
|
3030
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3031
|
+
steps?: {
|
|
3032
|
+
description?: string | undefined;
|
|
3033
|
+
name?: string | undefined;
|
|
3034
|
+
}[] | undefined;
|
|
3035
|
+
} | undefined;
|
|
3036
|
+
revokeConsentImpl?: {
|
|
3037
|
+
description?: string | undefined;
|
|
3038
|
+
name?: string | undefined;
|
|
3039
|
+
order?: number | undefined;
|
|
3040
|
+
channel?: string | undefined;
|
|
3041
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3042
|
+
steps?: {
|
|
3043
|
+
description?: string | undefined;
|
|
3044
|
+
name?: string | undefined;
|
|
3045
|
+
}[] | undefined;
|
|
3046
|
+
operation?: string | undefined;
|
|
3047
|
+
} | undefined;
|
|
3048
|
+
}, {
|
|
3049
|
+
initLifecycleChannel?: {
|
|
3050
|
+
description?: string | undefined;
|
|
3051
|
+
name?: string | undefined;
|
|
3052
|
+
order?: number | undefined;
|
|
3053
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3054
|
+
} | undefined;
|
|
3055
|
+
granterChannel?: {
|
|
3056
|
+
description?: string | undefined;
|
|
3057
|
+
name?: string | undefined;
|
|
3058
|
+
order?: number | undefined;
|
|
3059
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3060
|
+
timelineId?: string | undefined;
|
|
3061
|
+
accountId?: string | undefined;
|
|
3062
|
+
email?: string | undefined;
|
|
3063
|
+
} | undefined;
|
|
3064
|
+
revokeConsent?: {
|
|
3065
|
+
description?: string | undefined;
|
|
3066
|
+
name?: string | undefined;
|
|
3067
|
+
order?: number | undefined;
|
|
3068
|
+
channel?: string | undefined;
|
|
3069
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
3070
|
+
} | undefined;
|
|
3071
|
+
granteeChannel?: {
|
|
3072
|
+
description?: string | undefined;
|
|
3073
|
+
name?: string | undefined;
|
|
3074
|
+
order?: number | undefined;
|
|
3075
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3076
|
+
timelineId?: string | undefined;
|
|
3077
|
+
accountId?: string | undefined;
|
|
3078
|
+
email?: string | undefined;
|
|
3079
|
+
} | undefined;
|
|
3080
|
+
guarantorChannel?: {
|
|
3081
|
+
description?: string | undefined;
|
|
3082
|
+
name?: string | undefined;
|
|
3083
|
+
order?: number | undefined;
|
|
3084
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3085
|
+
timelineId?: string | undefined;
|
|
3086
|
+
accountId?: string | undefined;
|
|
3087
|
+
email?: string | undefined;
|
|
3088
|
+
} | undefined;
|
|
3089
|
+
initialize?: {
|
|
3090
|
+
description?: string | undefined;
|
|
3091
|
+
name?: string | undefined;
|
|
3092
|
+
order?: number | undefined;
|
|
3093
|
+
channel?: string | undefined;
|
|
3094
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3095
|
+
steps?: {
|
|
3096
|
+
description?: string | undefined;
|
|
3097
|
+
name?: string | undefined;
|
|
3098
|
+
}[] | undefined;
|
|
3099
|
+
} | undefined;
|
|
3100
|
+
revokeConsentImpl?: {
|
|
3101
|
+
description?: string | undefined;
|
|
3102
|
+
name?: string | undefined;
|
|
3103
|
+
order?: number | undefined;
|
|
3104
|
+
channel?: string | undefined;
|
|
3105
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3106
|
+
steps?: {
|
|
3107
|
+
description?: string | undefined;
|
|
3108
|
+
name?: string | undefined;
|
|
3109
|
+
}[] | undefined;
|
|
3110
|
+
operation?: string | undefined;
|
|
2217
3111
|
} | undefined;
|
|
2218
3112
|
}>>;
|
|
2219
|
-
|
|
2220
|
-
|
|
3113
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3114
|
+
grantedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
3115
|
+
[x: string]: any;
|
|
3116
|
+
}, {
|
|
3117
|
+
[x: string]: any;
|
|
3118
|
+
}>>;
|
|
3119
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3120
|
+
revocationReason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3121
|
+
revokedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
3122
|
+
[x: string]: any;
|
|
3123
|
+
}, {
|
|
3124
|
+
[x: string]: any;
|
|
3125
|
+
}>>;
|
|
3126
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2221
3127
|
description?: string | undefined;
|
|
2222
3128
|
name?: string | undefined;
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
request?: {
|
|
2226
|
-
description?: string | undefined;
|
|
2227
|
-
name?: string | undefined;
|
|
2228
|
-
changeDescription?: string | undefined;
|
|
2229
|
-
changeset?: {
|
|
2230
|
-
path?: string | undefined;
|
|
3129
|
+
contracts?: {
|
|
3130
|
+
initLifecycleChannel?: {
|
|
2231
3131
|
description?: string | undefined;
|
|
2232
3132
|
name?: string | undefined;
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
}
|
|
2236
|
-
|
|
3133
|
+
order?: number | undefined;
|
|
3134
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3135
|
+
} | undefined;
|
|
3136
|
+
granterChannel?: {
|
|
2237
3137
|
description?: string | undefined;
|
|
2238
3138
|
name?: string | undefined;
|
|
2239
|
-
|
|
3139
|
+
order?: number | undefined;
|
|
3140
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3141
|
+
timelineId?: string | undefined;
|
|
3142
|
+
accountId?: string | undefined;
|
|
3143
|
+
email?: string | undefined;
|
|
3144
|
+
} | undefined;
|
|
3145
|
+
revokeConsent?: {
|
|
3146
|
+
description?: string | undefined;
|
|
3147
|
+
name?: string | undefined;
|
|
3148
|
+
order?: number | undefined;
|
|
3149
|
+
channel?: string | undefined;
|
|
3150
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
3151
|
+
} | undefined;
|
|
3152
|
+
granteeChannel?: {
|
|
3153
|
+
description?: string | undefined;
|
|
3154
|
+
name?: string | undefined;
|
|
3155
|
+
order?: number | undefined;
|
|
3156
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3157
|
+
timelineId?: string | undefined;
|
|
3158
|
+
accountId?: string | undefined;
|
|
3159
|
+
email?: string | undefined;
|
|
3160
|
+
} | undefined;
|
|
3161
|
+
guarantorChannel?: {
|
|
3162
|
+
description?: string | undefined;
|
|
3163
|
+
name?: string | undefined;
|
|
3164
|
+
order?: number | undefined;
|
|
3165
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3166
|
+
timelineId?: string | undefined;
|
|
3167
|
+
accountId?: string | undefined;
|
|
3168
|
+
email?: string | undefined;
|
|
3169
|
+
} | undefined;
|
|
3170
|
+
initialize?: {
|
|
3171
|
+
description?: string | undefined;
|
|
3172
|
+
name?: string | undefined;
|
|
3173
|
+
order?: number | undefined;
|
|
3174
|
+
channel?: string | undefined;
|
|
3175
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3176
|
+
steps?: {
|
|
2240
3177
|
description?: string | undefined;
|
|
2241
3178
|
name?: string | undefined;
|
|
2242
|
-
contracts?: Record<string, {
|
|
2243
|
-
description?: string | undefined;
|
|
2244
|
-
name?: string | undefined;
|
|
2245
|
-
order?: number | undefined;
|
|
2246
|
-
}> | undefined;
|
|
2247
|
-
section?: {
|
|
2248
|
-
description?: string | undefined;
|
|
2249
|
-
name?: string | undefined;
|
|
2250
|
-
order?: number | undefined;
|
|
2251
|
-
relatedContracts?: string[] | undefined;
|
|
2252
|
-
relatedFields?: string[] | undefined;
|
|
2253
|
-
summary?: string | undefined;
|
|
2254
|
-
title?: string | undefined;
|
|
2255
|
-
} | undefined;
|
|
2256
|
-
sectionKey?: string | undefined;
|
|
2257
3179
|
}[] | undefined;
|
|
2258
|
-
|
|
3180
|
+
} | undefined;
|
|
3181
|
+
revokeConsentImpl?: {
|
|
3182
|
+
description?: string | undefined;
|
|
3183
|
+
name?: string | undefined;
|
|
3184
|
+
order?: number | undefined;
|
|
3185
|
+
channel?: string | undefined;
|
|
3186
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3187
|
+
steps?: {
|
|
2259
3188
|
description?: string | undefined;
|
|
2260
3189
|
name?: string | undefined;
|
|
2261
|
-
contracts?: Record<string, {
|
|
2262
|
-
description?: string | undefined;
|
|
2263
|
-
name?: string | undefined;
|
|
2264
|
-
order?: number | undefined;
|
|
2265
|
-
}> | undefined;
|
|
2266
|
-
section?: {
|
|
2267
|
-
description?: string | undefined;
|
|
2268
|
-
name?: string | undefined;
|
|
2269
|
-
order?: number | undefined;
|
|
2270
|
-
relatedContracts?: string[] | undefined;
|
|
2271
|
-
relatedFields?: string[] | undefined;
|
|
2272
|
-
summary?: string | undefined;
|
|
2273
|
-
title?: string | undefined;
|
|
2274
|
-
} | undefined;
|
|
2275
|
-
sectionKey?: string | undefined;
|
|
2276
3190
|
}[] | undefined;
|
|
2277
|
-
|
|
3191
|
+
operation?: string | undefined;
|
|
2278
3192
|
} | undefined;
|
|
2279
3193
|
} | undefined;
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
3194
|
+
consentDetails?: Record<string, string> | undefined;
|
|
3195
|
+
consentKind?: string | undefined;
|
|
3196
|
+
consentStatus?: string | undefined;
|
|
3197
|
+
grantedAt?: {
|
|
3198
|
+
[x: string]: any;
|
|
3199
|
+
} | undefined;
|
|
3200
|
+
revocationReason?: string | undefined;
|
|
3201
|
+
revokedAt?: {
|
|
3202
|
+
[x: string]: any;
|
|
3203
|
+
} | undefined;
|
|
2283
3204
|
}, {
|
|
2284
3205
|
description?: string | undefined;
|
|
2285
3206
|
name?: string | undefined;
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
request?: {
|
|
2289
|
-
description?: string | undefined;
|
|
2290
|
-
name?: string | undefined;
|
|
2291
|
-
changeDescription?: string | undefined;
|
|
2292
|
-
changeset?: {
|
|
2293
|
-
path?: string | undefined;
|
|
3207
|
+
contracts?: {
|
|
3208
|
+
initLifecycleChannel?: {
|
|
2294
3209
|
description?: string | undefined;
|
|
2295
3210
|
name?: string | undefined;
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
}
|
|
2299
|
-
|
|
3211
|
+
order?: number | undefined;
|
|
3212
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3213
|
+
} | undefined;
|
|
3214
|
+
granterChannel?: {
|
|
2300
3215
|
description?: string | undefined;
|
|
2301
3216
|
name?: string | undefined;
|
|
2302
|
-
|
|
3217
|
+
order?: number | undefined;
|
|
3218
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3219
|
+
timelineId?: string | undefined;
|
|
3220
|
+
accountId?: string | undefined;
|
|
3221
|
+
email?: string | undefined;
|
|
3222
|
+
} | undefined;
|
|
3223
|
+
revokeConsent?: {
|
|
3224
|
+
description?: string | undefined;
|
|
3225
|
+
name?: string | undefined;
|
|
3226
|
+
order?: number | undefined;
|
|
3227
|
+
channel?: string | undefined;
|
|
3228
|
+
request?: import("@blue-labs/language").BlueNode | undefined;
|
|
3229
|
+
} | undefined;
|
|
3230
|
+
granteeChannel?: {
|
|
3231
|
+
description?: string | undefined;
|
|
3232
|
+
name?: string | undefined;
|
|
3233
|
+
order?: number | undefined;
|
|
3234
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3235
|
+
timelineId?: string | undefined;
|
|
3236
|
+
accountId?: string | undefined;
|
|
3237
|
+
email?: string | undefined;
|
|
3238
|
+
} | undefined;
|
|
3239
|
+
guarantorChannel?: {
|
|
3240
|
+
description?: string | undefined;
|
|
3241
|
+
name?: string | undefined;
|
|
3242
|
+
order?: number | undefined;
|
|
3243
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3244
|
+
timelineId?: string | undefined;
|
|
3245
|
+
accountId?: string | undefined;
|
|
3246
|
+
email?: string | undefined;
|
|
3247
|
+
} | undefined;
|
|
3248
|
+
initialize?: {
|
|
3249
|
+
description?: string | undefined;
|
|
3250
|
+
name?: string | undefined;
|
|
3251
|
+
order?: number | undefined;
|
|
3252
|
+
channel?: string | undefined;
|
|
3253
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3254
|
+
steps?: {
|
|
2303
3255
|
description?: string | undefined;
|
|
2304
3256
|
name?: string | undefined;
|
|
2305
|
-
contracts?: Record<string, {
|
|
2306
|
-
description?: string | undefined;
|
|
2307
|
-
name?: string | undefined;
|
|
2308
|
-
order?: number | undefined;
|
|
2309
|
-
}> | undefined;
|
|
2310
|
-
section?: {
|
|
2311
|
-
description?: string | undefined;
|
|
2312
|
-
name?: string | undefined;
|
|
2313
|
-
order?: number | undefined;
|
|
2314
|
-
relatedContracts?: string[] | undefined;
|
|
2315
|
-
relatedFields?: string[] | undefined;
|
|
2316
|
-
summary?: string | undefined;
|
|
2317
|
-
title?: string | undefined;
|
|
2318
|
-
} | undefined;
|
|
2319
|
-
sectionKey?: string | undefined;
|
|
2320
3257
|
}[] | undefined;
|
|
2321
|
-
|
|
3258
|
+
} | undefined;
|
|
3259
|
+
revokeConsentImpl?: {
|
|
3260
|
+
description?: string | undefined;
|
|
3261
|
+
name?: string | undefined;
|
|
3262
|
+
order?: number | undefined;
|
|
3263
|
+
channel?: string | undefined;
|
|
3264
|
+
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
3265
|
+
steps?: {
|
|
2322
3266
|
description?: string | undefined;
|
|
2323
3267
|
name?: string | undefined;
|
|
2324
|
-
contracts?: Record<string, {
|
|
2325
|
-
description?: string | undefined;
|
|
2326
|
-
name?: string | undefined;
|
|
2327
|
-
order?: number | undefined;
|
|
2328
|
-
}> | undefined;
|
|
2329
|
-
section?: {
|
|
2330
|
-
description?: string | undefined;
|
|
2331
|
-
name?: string | undefined;
|
|
2332
|
-
order?: number | undefined;
|
|
2333
|
-
relatedContracts?: string[] | undefined;
|
|
2334
|
-
relatedFields?: string[] | undefined;
|
|
2335
|
-
summary?: string | undefined;
|
|
2336
|
-
title?: string | undefined;
|
|
2337
|
-
} | undefined;
|
|
2338
|
-
sectionKey?: string | undefined;
|
|
2339
3268
|
}[] | undefined;
|
|
2340
|
-
|
|
3269
|
+
operation?: string | undefined;
|
|
2341
3270
|
} | undefined;
|
|
2342
3271
|
} | undefined;
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2354
|
-
}>, "strip", import("zod").ZodTypeAny, {
|
|
2355
|
-
message?: string | undefined;
|
|
2356
|
-
description?: string | undefined;
|
|
2357
|
-
name?: string | undefined;
|
|
2358
|
-
}, {
|
|
2359
|
-
message?: string | undefined;
|
|
2360
|
-
description?: string | undefined;
|
|
2361
|
-
name?: string | undefined;
|
|
2362
|
-
}>;
|
|
2363
|
-
readonly HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2364
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2365
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2366
|
-
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2367
|
-
}, {
|
|
2368
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2369
|
-
event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2370
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2371
|
-
}>, {
|
|
2372
|
-
channels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2373
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2374
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2375
|
-
}>, "strip", import("zod").ZodTypeAny, {
|
|
2376
|
-
description?: string | undefined;
|
|
2377
|
-
name?: string | undefined;
|
|
2378
|
-
order?: number | undefined;
|
|
2379
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2380
|
-
channels?: string[] | undefined;
|
|
2381
|
-
}, {
|
|
2382
|
-
description?: string | undefined;
|
|
2383
|
-
name?: string | undefined;
|
|
2384
|
-
order?: number | undefined;
|
|
2385
|
-
event?: import("@blue-labs/language").BlueNode | undefined;
|
|
2386
|
-
channels?: string[] | undefined;
|
|
3272
|
+
consentDetails?: Record<string, string> | undefined;
|
|
3273
|
+
consentKind?: string | undefined;
|
|
3274
|
+
consentStatus?: string | undefined;
|
|
3275
|
+
grantedAt?: {
|
|
3276
|
+
[x: string]: any;
|
|
3277
|
+
} | undefined;
|
|
3278
|
+
revocationReason?: string | undefined;
|
|
3279
|
+
revokedAt?: {
|
|
3280
|
+
[x: string]: any;
|
|
3281
|
+
} | undefined;
|
|
2387
3282
|
}>;
|
|
2388
|
-
readonly '
|
|
3283
|
+
readonly '9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
2389
3284
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2390
3285
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2391
|
-
order: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2392
3286
|
}, {
|
|
2393
|
-
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2394
3287
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
3288
|
+
reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3289
|
+
revokedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
3290
|
+
[x: string]: any;
|
|
3291
|
+
}, {
|
|
3292
|
+
[x: string]: any;
|
|
3293
|
+
}>>;
|
|
2399
3294
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
2400
3295
|
description?: string | undefined;
|
|
2401
3296
|
name?: string | undefined;
|
|
2402
|
-
|
|
2403
|
-
|
|
3297
|
+
revokedAt?: {
|
|
3298
|
+
[x: string]: any;
|
|
3299
|
+
} | undefined;
|
|
3300
|
+
reason?: string | undefined;
|
|
2404
3301
|
}, {
|
|
2405
3302
|
description?: string | undefined;
|
|
2406
3303
|
name?: string | undefined;
|
|
2407
|
-
|
|
2408
|
-
|
|
3304
|
+
revokedAt?: {
|
|
3305
|
+
[x: string]: any;
|
|
3306
|
+
} | undefined;
|
|
3307
|
+
reason?: string | undefined;
|
|
2409
3308
|
}>;
|
|
2410
3309
|
readonly HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2411
3310
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2443,13 +3342,13 @@ declare const _default: {
|
|
|
2443
3342
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
2444
3343
|
description?: string | undefined;
|
|
2445
3344
|
name?: string | undefined;
|
|
2446
|
-
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2447
3345
|
reason?: string | undefined;
|
|
3346
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2448
3347
|
}, {
|
|
2449
3348
|
description?: string | undefined;
|
|
2450
3349
|
name?: string | undefined;
|
|
2451
|
-
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2452
3350
|
reason?: string | undefined;
|
|
3351
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2453
3352
|
}>;
|
|
2454
3353
|
readonly '7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2455
3354
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2546,14 +3445,14 @@ declare const _default: {
|
|
|
2546
3445
|
status?: string | undefined;
|
|
2547
3446
|
description?: string | undefined;
|
|
2548
3447
|
name?: string | undefined;
|
|
2549
|
-
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2550
3448
|
reason?: string | undefined;
|
|
3449
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2551
3450
|
}, {
|
|
2552
3451
|
status?: string | undefined;
|
|
2553
3452
|
description?: string | undefined;
|
|
2554
3453
|
name?: string | undefined;
|
|
2555
|
-
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2556
3454
|
reason?: string | undefined;
|
|
3455
|
+
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2557
3456
|
}>;
|
|
2558
3457
|
readonly JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2559
3458
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4638,6 +5537,9 @@ declare const _default: {
|
|
|
4638
5537
|
readonly 'Conversation/Chat Message': "AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD";
|
|
4639
5538
|
readonly 'Conversation/Composite Timeline Channel': "HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr";
|
|
4640
5539
|
readonly 'Conversation/Contracts Change Policy': "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
|
|
5540
|
+
readonly 'Conversation/Customer Action Requested': "AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV";
|
|
5541
|
+
readonly 'Conversation/Customer Consent': "7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8";
|
|
5542
|
+
readonly 'Conversation/Customer Consent Revoked': "9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK";
|
|
4641
5543
|
readonly 'Conversation/Document Bootstrap Completed': "HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg";
|
|
4642
5544
|
readonly 'Conversation/Document Bootstrap Failed': "B8b1ayXMrAYbwkqaJfAS6Aspp2kZyJda8ay9QeFkZ9MH";
|
|
4643
5545
|
readonly 'Conversation/Document Bootstrap Requested': "7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg";
|
|
@@ -4688,7 +5590,7 @@ declare const _default: {
|
|
|
4688
5590
|
readonly status: "dev";
|
|
4689
5591
|
readonly name: "Accept Change Workflow";
|
|
4690
5592
|
readonly versions: readonly [{
|
|
4691
|
-
readonly repositoryVersionIndex:
|
|
5593
|
+
readonly repositoryVersionIndex: 0;
|
|
4692
5594
|
readonly typeBlueId: "G6GMCB3AQvH2xR12RiDvaCiEbCjgz4uhjKssDMRXbCTG";
|
|
4693
5595
|
readonly attributesAdded: readonly [];
|
|
4694
5596
|
}];
|
|
@@ -4706,7 +5608,7 @@ declare const _default: {
|
|
|
4706
5608
|
readonly status: "dev";
|
|
4707
5609
|
readonly name: "Change Operation";
|
|
4708
5610
|
readonly versions: readonly [{
|
|
4709
|
-
readonly repositoryVersionIndex:
|
|
5611
|
+
readonly repositoryVersionIndex: 0;
|
|
4710
5612
|
readonly typeBlueId: "BoyJNkH7CAzjuuzbZFpxB7HguZVtLCxpBLnuYY5k1eqB";
|
|
4711
5613
|
readonly attributesAdded: readonly [];
|
|
4712
5614
|
}];
|
|
@@ -4715,7 +5617,7 @@ declare const _default: {
|
|
|
4715
5617
|
readonly status: "dev";
|
|
4716
5618
|
readonly name: "Change Request";
|
|
4717
5619
|
readonly versions: readonly [{
|
|
4718
|
-
readonly repositoryVersionIndex:
|
|
5620
|
+
readonly repositoryVersionIndex: 0;
|
|
4719
5621
|
readonly typeBlueId: "9KDfK6k1HBAyHckj5VuWXFMLkgY5cJBESKT4eoq1bnrw";
|
|
4720
5622
|
readonly attributesAdded: readonly [];
|
|
4721
5623
|
}];
|
|
@@ -4724,7 +5626,7 @@ declare const _default: {
|
|
|
4724
5626
|
readonly status: "dev";
|
|
4725
5627
|
readonly name: "Change Workflow";
|
|
4726
5628
|
readonly versions: readonly [{
|
|
4727
|
-
readonly repositoryVersionIndex:
|
|
5629
|
+
readonly repositoryVersionIndex: 0;
|
|
4728
5630
|
readonly typeBlueId: "AKNj5zwzgAkXZo3psikJfoVxUcNfMBVgDrf4HDGWL1gm";
|
|
4729
5631
|
readonly attributesAdded: readonly [];
|
|
4730
5632
|
}];
|
|
@@ -4751,11 +5653,38 @@ declare const _default: {
|
|
|
4751
5653
|
readonly status: "dev";
|
|
4752
5654
|
readonly name: "Contracts Change Policy";
|
|
4753
5655
|
readonly versions: readonly [{
|
|
4754
|
-
readonly repositoryVersionIndex:
|
|
5656
|
+
readonly repositoryVersionIndex: 0;
|
|
4755
5657
|
readonly typeBlueId: "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
|
|
4756
5658
|
readonly attributesAdded: readonly [];
|
|
4757
5659
|
}];
|
|
4758
5660
|
};
|
|
5661
|
+
readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: {
|
|
5662
|
+
readonly status: "dev";
|
|
5663
|
+
readonly name: "Customer Action Requested";
|
|
5664
|
+
readonly versions: readonly [{
|
|
5665
|
+
readonly repositoryVersionIndex: 0;
|
|
5666
|
+
readonly typeBlueId: "AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV";
|
|
5667
|
+
readonly attributesAdded: readonly [];
|
|
5668
|
+
}];
|
|
5669
|
+
};
|
|
5670
|
+
readonly '7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8': {
|
|
5671
|
+
readonly status: "dev";
|
|
5672
|
+
readonly name: "Customer Consent";
|
|
5673
|
+
readonly versions: readonly [{
|
|
5674
|
+
readonly repositoryVersionIndex: 0;
|
|
5675
|
+
readonly typeBlueId: "7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8";
|
|
5676
|
+
readonly attributesAdded: readonly [];
|
|
5677
|
+
}];
|
|
5678
|
+
};
|
|
5679
|
+
readonly '9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK': {
|
|
5680
|
+
readonly status: "dev";
|
|
5681
|
+
readonly name: "Customer Consent Revoked";
|
|
5682
|
+
readonly versions: readonly [{
|
|
5683
|
+
readonly repositoryVersionIndex: 0;
|
|
5684
|
+
readonly typeBlueId: "9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK";
|
|
5685
|
+
readonly attributesAdded: readonly [];
|
|
5686
|
+
}];
|
|
5687
|
+
};
|
|
4759
5688
|
readonly HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg: {
|
|
4760
5689
|
readonly status: "dev";
|
|
4761
5690
|
readonly name: "Document Bootstrap Completed";
|
|
@@ -4796,7 +5725,7 @@ declare const _default: {
|
|
|
4796
5725
|
readonly status: "dev";
|
|
4797
5726
|
readonly name: "Document Section";
|
|
4798
5727
|
readonly versions: readonly [{
|
|
4799
|
-
readonly repositoryVersionIndex:
|
|
5728
|
+
readonly repositoryVersionIndex: 0;
|
|
4800
5729
|
readonly typeBlueId: "JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm";
|
|
4801
5730
|
readonly attributesAdded: readonly [];
|
|
4802
5731
|
}];
|
|
@@ -4805,7 +5734,7 @@ declare const _default: {
|
|
|
4805
5734
|
readonly status: "dev";
|
|
4806
5735
|
readonly name: "Document Section Change Entry";
|
|
4807
5736
|
readonly versions: readonly [{
|
|
4808
|
-
readonly repositoryVersionIndex:
|
|
5737
|
+
readonly repositoryVersionIndex: 0;
|
|
4809
5738
|
readonly typeBlueId: "9xv7YjqsSn7W7P8rnUhSpdWGfSrgL4Jt3cmiACJT5VQs";
|
|
4810
5739
|
readonly attributesAdded: readonly [];
|
|
4811
5740
|
}];
|
|
@@ -4814,7 +5743,7 @@ declare const _default: {
|
|
|
4814
5743
|
readonly status: "dev";
|
|
4815
5744
|
readonly name: "Document Section Changes";
|
|
4816
5745
|
readonly versions: readonly [{
|
|
4817
|
-
readonly repositoryVersionIndex:
|
|
5746
|
+
readonly repositoryVersionIndex: 0;
|
|
4818
5747
|
readonly typeBlueId: "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
|
|
4819
5748
|
readonly attributesAdded: readonly [];
|
|
4820
5749
|
}];
|
|
@@ -4886,7 +5815,7 @@ declare const _default: {
|
|
|
4886
5815
|
readonly status: "dev";
|
|
4887
5816
|
readonly name: "Propose Change Operation";
|
|
4888
5817
|
readonly versions: readonly [{
|
|
4889
|
-
readonly repositoryVersionIndex:
|
|
5818
|
+
readonly repositoryVersionIndex: 0;
|
|
4890
5819
|
readonly typeBlueId: "2mJhqggRy7YTHK5bSeAitqhhjynpe8mApvQXXpcwPCxx";
|
|
4891
5820
|
readonly attributesAdded: readonly [];
|
|
4892
5821
|
}];
|
|
@@ -4895,7 +5824,7 @@ declare const _default: {
|
|
|
4895
5824
|
readonly status: "dev";
|
|
4896
5825
|
readonly name: "Propose Change Workflow";
|
|
4897
5826
|
readonly versions: readonly [{
|
|
4898
|
-
readonly repositoryVersionIndex:
|
|
5827
|
+
readonly repositoryVersionIndex: 0;
|
|
4899
5828
|
readonly typeBlueId: "Ecj8Y7rb7kMCkNFfvyZ36CNB2JjCWrqy7BiHcvcNELEL";
|
|
4900
5829
|
readonly attributesAdded: readonly [];
|
|
4901
5830
|
}];
|
|
@@ -4922,7 +5851,7 @@ declare const _default: {
|
|
|
4922
5851
|
readonly status: "dev";
|
|
4923
5852
|
readonly name: "Reject Change Workflow";
|
|
4924
5853
|
readonly versions: readonly [{
|
|
4925
|
-
readonly repositoryVersionIndex:
|
|
5854
|
+
readonly repositoryVersionIndex: 0;
|
|
4926
5855
|
readonly typeBlueId: "GfqZJJtSJfd69v3pJ67XURdzhC4byWJZAstCh6i4X6MZ";
|
|
4927
5856
|
readonly attributesAdded: readonly [];
|
|
4928
5857
|
}];
|