@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.
Files changed (31) hide show
  1. package/README.md +1 -1
  2. package/dist/meta.d.ts +2 -2
  3. package/dist/meta.d.ts.map +1 -1
  4. package/dist/meta.js +1 -0
  5. package/dist/meta.js.map +1 -1
  6. package/dist/packages/conversation/blue-ids.d.ts +5 -5
  7. package/dist/packages/conversation/blue-ids.js +5 -5
  8. package/dist/packages/conversation/contents/ChangeOperation.d.ts +1 -1
  9. package/dist/packages/conversation/contents/ChangeOperation.js +1 -1
  10. package/dist/packages/conversation/contents/ChangeRequest.d.ts +1 -1
  11. package/dist/packages/conversation/contents/ChangeRequest.js +1 -1
  12. package/dist/packages/conversation/contents/ChangeRequest.js.map +1 -1
  13. package/dist/packages/conversation/contents/ChangeWorkflow.d.ts +1 -1
  14. package/dist/packages/conversation/contents/ChangeWorkflow.js +1 -1
  15. package/dist/packages/conversation/contents/ProposeChangeOperation.d.ts +1 -1
  16. package/dist/packages/conversation/contents/ProposeChangeOperation.js +1 -1
  17. package/dist/packages/conversation/contents/ProposeChangeWorkflow.d.ts +1 -1
  18. package/dist/packages/conversation/contents/ProposeChangeWorkflow.js +1 -1
  19. package/dist/packages/conversation/contents/index.d.ts +124 -124
  20. package/dist/packages/conversation/contents/index.d.ts.map +1 -1
  21. package/dist/packages/conversation/contents/index.js +15 -15
  22. package/dist/packages/conversation/contents/index.js.map +1 -1
  23. package/dist/packages/conversation/index.d.ts +144 -144
  24. package/dist/packages/conversation/meta.d.ts +20 -20
  25. package/dist/packages/conversation/meta.js +15 -15
  26. package/dist/packages/conversation/meta.js.map +1 -1
  27. package/dist/packages/conversation/schemas/index.d.ts +5 -5
  28. package/dist/packages/conversation/schemas/index.js +5 -5
  29. package/dist/packages/conversation/schemas/index.js.map +1 -1
  30. package/dist/repository.d.ts +145 -145
  31. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  export declare const repository: {
2
2
  readonly name: "Blue Repository";
3
- readonly repositoryVersions: readonly ["CQn9FCus2xkhgCdSZQqKQmKGRLKnqTboSyiJXn3pya68", "22xxEjtpjUSpttaRiHX5XbmGNcFhpgLipai685YMdMWv"];
3
+ readonly repositoryVersions: readonly ["CQn9FCus2xkhgCdSZQqKQmKGRLKnqTboSyiJXn3pya68", "22xxEjtpjUSpttaRiHX5XbmGNcFhpgLipai685YMdMWv", "58apGqo2EExaKTQQJmjASbj8p7tHvrWkoQVjWeWzaox5"];
4
4
  readonly packages: {
5
5
  readonly common: {
6
6
  readonly contents: {
@@ -126,13 +126,45 @@ export declare const repository: {
126
126
  readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
127
127
  };
128
128
  };
129
- readonly '2jSne57MeM1HvhrQscpbDqhR46TwpmpiEpfG6h8PfMZP': {
129
+ readonly '36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp': {
130
+ readonly description: "The base type for any event that is a direct response to a prior Request event.\n";
131
+ readonly inResponseTo: {
132
+ readonly type: {
133
+ readonly description: "A structured reference linking this response back to the original action and trigger.";
134
+ readonly incomingEvent: {
135
+ readonly description: "An event which initiated the entire workflow. Normally just blueId of it.";
136
+ };
137
+ readonly name: "Correlation";
138
+ readonly requestId: {
139
+ readonly description: "The 'requestId' from the specific Request event this is a response to.";
140
+ readonly type: {
141
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
142
+ };
143
+ };
144
+ };
145
+ };
146
+ readonly name: "Response";
147
+ readonly type: {
148
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
149
+ };
150
+ };
151
+ readonly '3Ge54FsGJaaeZmm8nTKJdS6HVdYhiR3g18fDwg3Ev1Sa': {
152
+ 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";
153
+ readonly name: "Timeline";
154
+ readonly timelineId: {
155
+ readonly description: "Stable identifier of this timeline (application-defined).";
156
+ readonly type: {
157
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
158
+ };
159
+ };
160
+ };
161
+ readonly '4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9': {
130
162
  readonly description: "Applies a requested changeset immediately to the document.";
131
163
  readonly name: "Change Workflow";
132
164
  readonly request: {
133
165
  readonly description: "Expected request payload for this workflow.";
134
166
  readonly type: {
135
- readonly blueId: "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
167
+ readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
136
168
  };
137
169
  };
138
170
  readonly steps: {
@@ -164,38 +196,6 @@ export declare const repository: {
164
196
  readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
165
197
  };
166
198
  };
167
- readonly '36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp': {
168
- readonly description: "The base type for any event that is a direct response to a prior Request event.\n";
169
- readonly inResponseTo: {
170
- readonly type: {
171
- readonly description: "A structured reference linking this response back to the original action and trigger.";
172
- readonly incomingEvent: {
173
- readonly description: "An event which initiated the entire workflow. Normally just blueId of it.";
174
- };
175
- readonly name: "Correlation";
176
- readonly requestId: {
177
- readonly description: "The 'requestId' from the specific Request event this is a response to.";
178
- readonly type: {
179
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
180
- };
181
- };
182
- };
183
- };
184
- readonly name: "Response";
185
- readonly type: {
186
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
187
- };
188
- };
189
- readonly '3Ge54FsGJaaeZmm8nTKJdS6HVdYhiR3g18fDwg3Ev1Sa': {
190
- 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";
191
- readonly name: "Timeline";
192
- readonly timelineId: {
193
- readonly description: "Stable identifier of this timeline (application-defined).";
194
- readonly type: {
195
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
196
- };
197
- };
198
- };
199
199
  readonly '4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6': {
200
200
  readonly description: "Operation to reject a previously proposed change.";
201
201
  readonly name: "Reject Change Operation";
@@ -226,50 +226,6 @@ export declare const repository: {
226
226
  };
227
227
  readonly name: "Document Status";
228
228
  };
229
- readonly '5Ptp4ykWNiYNCmSbYEDpxjE21DGpBxdDR6CQeAaZUSva': {
230
- readonly description: "Stores a proposed change under /proposedChange{postfix}.";
231
- readonly name: "Propose Change Workflow";
232
- readonly postfix: {
233
- readonly description: "Optional postfix used while building proposed change state key.";
234
- readonly type: {
235
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
236
- };
237
- };
238
- readonly request: {
239
- readonly description: "Expected request payload for this workflow.";
240
- readonly type: {
241
- readonly blueId: "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
242
- };
243
- };
244
- readonly steps: {
245
- readonly items: readonly [{
246
- readonly code: {
247
- readonly type: {
248
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
249
- };
250
- 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";
251
- };
252
- readonly name: "Prepare";
253
- readonly type: {
254
- readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
255
- };
256
- }, {
257
- readonly changeset: {
258
- readonly type: {
259
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
260
- };
261
- readonly value: "${steps.Prepare.changeset}";
262
- };
263
- readonly name: "Apply";
264
- readonly type: {
265
- readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
266
- };
267
- }];
268
- };
269
- readonly type: {
270
- readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
271
- };
272
- };
273
229
  readonly '5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we': {
274
230
  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";
275
231
  readonly name: "Event";
@@ -294,31 +250,6 @@ export declare const repository: {
294
250
  readonly blueId: "7QACj919YMRvFCTELCf6jfQTp41RVhtHdE6bPazLUZQ6";
295
251
  };
296
252
  };
297
- readonly '6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp': {
298
- readonly changeset: {
299
- readonly description: "RFC 6902 patch entries outside /contracts (blocked by policy if it touches /contracts).";
300
- readonly itemType: {
301
- readonly blueId: "Bz49DbfqKC1yJeCfv5RYPZUKTfb7rtZnmreCaz4RsXn5";
302
- };
303
- readonly type: {
304
- readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
305
- };
306
- };
307
- readonly description: "Payload for propose/make change operations.";
308
- readonly name: "Change Request";
309
- readonly sectionChanges: {
310
- readonly description: "Section-based /contracts mutations (required when Contracts Change Policy is enabled).";
311
- readonly type: {
312
- readonly blueId: "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
313
- };
314
- };
315
- readonly summary: {
316
- readonly description: "Human-readable summary of the requested change. Required when proposal is created.";
317
- readonly type: {
318
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
319
- };
320
- };
321
- };
322
253
  readonly '7czpW4QyEqJy3d2X8dqsxcu3Q1G2CftTJUCTTyJSY6J8': {
323
254
  readonly consentDetails: {
324
255
  readonly description: "Generic scope details (merchant id, event categories, requesting contract refs, etc.).";
@@ -551,6 +482,50 @@ export declare const repository: {
551
482
  };
552
483
  };
553
484
  };
485
+ readonly '7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': {
486
+ readonly description: "Stores a proposed change under /proposedChange{postfix}.";
487
+ readonly name: "Propose Change Workflow";
488
+ readonly postfix: {
489
+ readonly description: "Optional postfix used while building proposed change state key.";
490
+ readonly type: {
491
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
492
+ };
493
+ };
494
+ readonly request: {
495
+ readonly description: "Expected request payload for this workflow.";
496
+ readonly type: {
497
+ readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
498
+ };
499
+ };
500
+ readonly steps: {
501
+ readonly items: readonly [{
502
+ readonly code: {
503
+ readonly type: {
504
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
505
+ };
506
+ 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";
507
+ };
508
+ readonly name: "Prepare";
509
+ readonly type: {
510
+ readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
511
+ };
512
+ }, {
513
+ readonly changeset: {
514
+ readonly type: {
515
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
516
+ };
517
+ readonly value: "${steps.Prepare.changeset}";
518
+ };
519
+ readonly name: "Apply";
520
+ readonly type: {
521
+ readonly blueId: "FtHZJzH4hqAoGxFBjsmy1svfT4BwEBB4aHpFSZycZLLa";
522
+ };
523
+ }];
524
+ };
525
+ readonly type: {
526
+ readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
527
+ };
528
+ };
554
529
  readonly '7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg': {
555
530
  readonly bootstrapAssignee: {
556
531
  readonly description: "Channel name of a participant in the requesting document which is asked to bootstrap the requested document";
@@ -745,18 +720,6 @@ export declare const repository: {
745
720
  };
746
721
  };
747
722
  };
748
- readonly A3jjsMRLxrKo5pyPgLoT6e9jPGWfFPdkMs2wjyYMRpXk: {
749
- readonly description: "Operation that applies a changeset immediately without proposal/accept.";
750
- readonly name: "Change Operation";
751
- readonly request: {
752
- readonly type: {
753
- readonly blueId: "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
754
- };
755
- };
756
- readonly type: {
757
- readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
758
- };
759
- };
760
723
  readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: {
761
724
  readonly actionId: {
762
725
  readonly description: "Optional idempotency key for the action request.";
@@ -833,6 +796,18 @@ export declare const repository: {
833
796
  readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
834
797
  };
835
798
  };
799
+ readonly BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW: {
800
+ readonly description: "Operation to propose a document change for later acceptance or rejection.";
801
+ readonly name: "Propose Change Operation";
802
+ readonly request: {
803
+ readonly type: {
804
+ readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
805
+ };
806
+ };
807
+ readonly type: {
808
+ readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
809
+ };
810
+ };
836
811
  readonly BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC: {
837
812
  readonly channel: {
838
813
  readonly description: "Contracts-map key of the Channel in this scope on which Operation Request events are sent to invoke this operation.\n";
@@ -1018,6 +993,31 @@ export declare const repository: {
1018
993
  readonly blueId: "HYsLiqsqk7t98d5fK6YxKEQGeqBaHNVjM4rRNdxK4yUW";
1019
994
  };
1020
995
  };
996
+ readonly FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG: {
997
+ readonly changeset: {
998
+ readonly description: "RFC 6902 patch entries outside /contracts (blocked by policy if it touches /contracts).";
999
+ readonly itemType: {
1000
+ readonly blueId: "Bz49DbfqKC1yJeCfv5RYPZUKTfb7rtZnmreCaz4RsXn5";
1001
+ };
1002
+ readonly type: {
1003
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
1004
+ };
1005
+ };
1006
+ readonly description: "Payload for propose and direct change operations.";
1007
+ readonly name: "Change Request";
1008
+ readonly sectionChanges: {
1009
+ readonly description: "Section-based /contracts mutations (required when Contracts Change Policy is enabled).";
1010
+ readonly type: {
1011
+ readonly blueId: "DEmFwGa1sWm2BKhrN98LREKiB8j8B8kFAo7KBkkaojnN";
1012
+ };
1013
+ };
1014
+ readonly summary: {
1015
+ readonly description: "Human-readable summary of the requested change. Required when proposal is created.";
1016
+ readonly type: {
1017
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1018
+ };
1019
+ };
1020
+ };
1021
1021
  readonly Guus3kHbivXvy5G93yhiKs3Pc8sxCc4XVvSo7CqLsQEc: {
1022
1022
  readonly description: "A final state indicating that the document encountered an unrecoverable\nerror and could not complete its process.\n";
1023
1023
  readonly mode: {
@@ -1031,12 +1031,12 @@ export declare const repository: {
1031
1031
  readonly blueId: "58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc";
1032
1032
  };
1033
1033
  };
1034
- readonly GzA8QNJnfYyFpFKmeM2HWzXJxYXoWgW6PtbyCAHhgoy4: {
1035
- readonly description: "Operation to propose a document change for later acceptance or rejection.";
1036
- readonly name: "Propose Change Operation";
1034
+ readonly Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc: {
1035
+ readonly description: "Operation that applies a changeset immediately without proposal/accept.";
1036
+ readonly name: "Change Operation";
1037
1037
  readonly request: {
1038
1038
  readonly type: {
1039
- readonly blueId: "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
1039
+ readonly blueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
1040
1040
  };
1041
1041
  };
1042
1042
  readonly type: {
@@ -1225,7 +1225,7 @@ export declare const repository: {
1225
1225
  description?: string | undefined;
1226
1226
  name?: string | undefined;
1227
1227
  }>;
1228
- readonly A3jjsMRLxrKo5pyPgLoT6e9jPGWfFPdkMs2wjyYMRpXk: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1228
+ readonly Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1229
1229
  description: import("zod").ZodOptional<import("zod").ZodString>;
1230
1230
  name: import("zod").ZodOptional<import("zod").ZodString>;
1231
1231
  order: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -1752,7 +1752,7 @@ export declare const repository: {
1752
1752
  } | undefined;
1753
1753
  } | undefined;
1754
1754
  }>;
1755
- readonly '6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp': import("zod").ZodObject<{
1755
+ readonly FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG: import("zod").ZodObject<{
1756
1756
  changeset: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1757
1757
  description: import("zod").ZodOptional<import("zod").ZodString>;
1758
1758
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2143,7 +2143,7 @@ export declare const repository: {
2143
2143
  remove?: string[] | undefined;
2144
2144
  } | undefined;
2145
2145
  }>;
2146
- readonly '2jSne57MeM1HvhrQscpbDqhR46TwpmpiEpfG6h8PfMZP': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2146
+ readonly '4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2147
2147
  description: import("zod").ZodOptional<import("zod").ZodString>;
2148
2148
  name: import("zod").ZodOptional<import("zod").ZodString>;
2149
2149
  order: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -4012,7 +4012,7 @@ export declare const repository: {
4012
4012
  document?: import("@blue-labs/language").BlueNode | undefined;
4013
4013
  allowNewerVersion?: boolean | undefined;
4014
4014
  }>;
4015
- readonly GzA8QNJnfYyFpFKmeM2HWzXJxYXoWgW6PtbyCAHhgoy4: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
4015
+ readonly BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
4016
4016
  description: import("zod").ZodOptional<import("zod").ZodString>;
4017
4017
  name: import("zod").ZodOptional<import("zod").ZodString>;
4018
4018
  order: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -4539,7 +4539,7 @@ export declare const repository: {
4539
4539
  } | undefined;
4540
4540
  } | undefined;
4541
4541
  }>;
4542
- readonly '5Ptp4ykWNiYNCmSbYEDpxjE21DGpBxdDR6CQeAaZUSva': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
4542
+ readonly '7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
4543
4543
  description: import("zod").ZodOptional<import("zod").ZodString>;
4544
4544
  name: import("zod").ZodOptional<import("zod").ZodString>;
4545
4545
  order: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -5587,9 +5587,9 @@ export declare const repository: {
5587
5587
  readonly 'Conversation/Accept Change Operation': "APk3siB8g9pvWLG3qyqtGjRNNGB7RDpFWQtG4epj5Avv";
5588
5588
  readonly 'Conversation/Accept Change Workflow': "29xcoYKf9p47xagTDwGLuQyFrT9WBN3Sd7FaPtqLvydy";
5589
5589
  readonly 'Conversation/Actor': "CN5efWVizJbRsMCw8YWRfT2q9vM9XfeGDN9wFvYcvMnQ";
5590
- readonly 'Conversation/Change Operation': "A3jjsMRLxrKo5pyPgLoT6e9jPGWfFPdkMs2wjyYMRpXk";
5591
- readonly 'Conversation/Change Request': "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
5592
- readonly 'Conversation/Change Workflow': "2jSne57MeM1HvhrQscpbDqhR46TwpmpiEpfG6h8PfMZP";
5590
+ readonly 'Conversation/Change Operation': "Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc";
5591
+ readonly 'Conversation/Change Request': "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
5592
+ readonly 'Conversation/Change Workflow': "4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9";
5593
5593
  readonly 'Conversation/Chat Message': "AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD";
5594
5594
  readonly 'Conversation/Composite Timeline Channel': "HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr";
5595
5595
  readonly 'Conversation/Contracts Change Policy': "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
@@ -5610,8 +5610,8 @@ export declare const repository: {
5610
5610
  readonly 'Conversation/Lifecycle Event': "5YZEAtUaHhNfnVnwtSsyBnBakpcSwdL75UcgtrtnqeYn";
5611
5611
  readonly 'Conversation/Operation': "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
5612
5612
  readonly 'Conversation/Operation Request': "HM4Ku4LFcjC5MxnhPMRwQ8w3BbHmJKKZfHTTzsd4jbJq";
5613
- readonly 'Conversation/Propose Change Operation': "GzA8QNJnfYyFpFKmeM2HWzXJxYXoWgW6PtbyCAHhgoy4";
5614
- readonly 'Conversation/Propose Change Workflow': "5Ptp4ykWNiYNCmSbYEDpxjE21DGpBxdDR6CQeAaZUSva";
5613
+ readonly 'Conversation/Propose Change Operation': "BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW";
5614
+ readonly 'Conversation/Propose Change Workflow': "7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj";
5615
5615
  readonly 'Conversation/Proposed Change Invalid': "EbGQYtYR9UNAxcn7auCCujXmnz6DWxMpqVcgYSsKE85M";
5616
5616
  readonly 'Conversation/Reject Change Operation': "4T5AmhKAXSJAAHDEjtVJ2FQgCyz2qyd9qG5uoh627Ux6";
5617
5617
  readonly 'Conversation/Reject Change Workflow': "9fnXwi4Za8hjEj6zDSEjhbA5dLrDzs7sxoDMGLmRT2Gz";
@@ -5660,30 +5660,30 @@ export declare const repository: {
5660
5660
  readonly attributesAdded: readonly [];
5661
5661
  }];
5662
5662
  };
5663
- readonly A3jjsMRLxrKo5pyPgLoT6e9jPGWfFPdkMs2wjyYMRpXk: {
5663
+ readonly Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc: {
5664
5664
  readonly status: "dev";
5665
5665
  readonly name: "Change Operation";
5666
5666
  readonly versions: readonly [{
5667
- readonly repositoryVersionIndex: 1;
5668
- readonly typeBlueId: "A3jjsMRLxrKo5pyPgLoT6e9jPGWfFPdkMs2wjyYMRpXk";
5667
+ readonly repositoryVersionIndex: 2;
5668
+ readonly typeBlueId: "Hd5uuFjqxyw5mrFPgJf2mcatij8ddtmGAMJu9ij5K1tc";
5669
5669
  readonly attributesAdded: readonly [];
5670
5670
  }];
5671
5671
  };
5672
- readonly '6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp': {
5672
+ readonly FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG: {
5673
5673
  readonly status: "dev";
5674
5674
  readonly name: "Change Request";
5675
5675
  readonly versions: readonly [{
5676
- readonly repositoryVersionIndex: 1;
5677
- readonly typeBlueId: "6KZwmcsyYNiJhn2pAfS9LAFTxTRHcDw4yzPwV3A3SSQp";
5676
+ readonly repositoryVersionIndex: 2;
5677
+ readonly typeBlueId: "FW7iYkzig4fepCdwfCdgNJw4DQ1fKwnAUf3YpjgfTPmG";
5678
5678
  readonly attributesAdded: readonly [];
5679
5679
  }];
5680
5680
  };
5681
- readonly '2jSne57MeM1HvhrQscpbDqhR46TwpmpiEpfG6h8PfMZP': {
5681
+ readonly '4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9': {
5682
5682
  readonly status: "dev";
5683
5683
  readonly name: "Change Workflow";
5684
5684
  readonly versions: readonly [{
5685
- readonly repositoryVersionIndex: 1;
5686
- readonly typeBlueId: "2jSne57MeM1HvhrQscpbDqhR46TwpmpiEpfG6h8PfMZP";
5685
+ readonly repositoryVersionIndex: 2;
5686
+ readonly typeBlueId: "4pFvBSYyitoq8rWqTmY5rLywU2tpZsivDUCAo5vwoAT9";
5687
5687
  readonly attributesAdded: readonly [];
5688
5688
  }];
5689
5689
  };
@@ -5867,21 +5867,21 @@ export declare const repository: {
5867
5867
  readonly attributesAdded: readonly [];
5868
5868
  }];
5869
5869
  };
5870
- readonly GzA8QNJnfYyFpFKmeM2HWzXJxYXoWgW6PtbyCAHhgoy4: {
5870
+ readonly BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW: {
5871
5871
  readonly status: "dev";
5872
5872
  readonly name: "Propose Change Operation";
5873
5873
  readonly versions: readonly [{
5874
- readonly repositoryVersionIndex: 1;
5875
- readonly typeBlueId: "GzA8QNJnfYyFpFKmeM2HWzXJxYXoWgW6PtbyCAHhgoy4";
5874
+ readonly repositoryVersionIndex: 2;
5875
+ readonly typeBlueId: "BeiedmmcKDhStxDnnQqUaXDJLofWSnqX6CazKTvVpfbW";
5876
5876
  readonly attributesAdded: readonly [];
5877
5877
  }];
5878
5878
  };
5879
- readonly '5Ptp4ykWNiYNCmSbYEDpxjE21DGpBxdDR6CQeAaZUSva': {
5879
+ readonly '7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': {
5880
5880
  readonly status: "dev";
5881
5881
  readonly name: "Propose Change Workflow";
5882
5882
  readonly versions: readonly [{
5883
- readonly repositoryVersionIndex: 1;
5884
- readonly typeBlueId: "5Ptp4ykWNiYNCmSbYEDpxjE21DGpBxdDR6CQeAaZUSva";
5883
+ readonly repositoryVersionIndex: 2;
5884
+ readonly typeBlueId: "7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj";
5885
5885
  readonly attributesAdded: readonly [];
5886
5886
  }];
5887
5887
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blue-repository/types",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -100,6 +100,6 @@
100
100
  },
101
101
  "blueType": {
102
102
  "moduleName": "Blue Repository",
103
- "moduleBlueId": "22xxEjtpjUSpttaRiHX5XbmGNcFhpgLipai685YMdMWv"
103
+ "moduleBlueId": "58apGqo2EExaKTQQJmjASbj8p7tHvrWkoQVjWeWzaox5"
104
104
  }
105
105
  }