@sprucelabs/spruce-core-schemas 42.0.11 → 42.0.12

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.
@@ -150,6 +150,8 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
150
150
  'topicId'?: string | undefined | null;
151
151
  'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
152
152
  'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
153
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
154
+ 'log'?: string | undefined | null;
153
155
  }
154
156
  interface SendMessageSchema extends SpruceSchema.Schema {
155
157
  id: 'sendMessage';
@@ -275,6 +277,12 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
275
277
  schema: SpruceSchemas.Spruce.v2020_07_22.ChoiceSchema;
276
278
  };
277
279
  };
280
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
281
+ 'log': {
282
+ type: 'text';
283
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.';
284
+ options: undefined;
285
+ };
278
286
  };
279
287
  }
280
288
  type SendMessageEntity = SchemaEntity<SpruceSchemas.Spruce.v2020_07_22.SendMessageSchema>;
@@ -1176,6 +1184,8 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1176
1184
  'topicId'?: string | undefined | null;
1177
1185
  'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
1178
1186
  'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
1187
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
1188
+ 'log'?: string | undefined | null;
1179
1189
  }
1180
1190
  interface MessageSchema extends SpruceSchema.Schema {
1181
1191
  id: 'message';
@@ -1322,6 +1332,12 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1322
1332
  schema: SpruceSchemas.Spruce.v2020_07_22.ChoiceSchema;
1323
1333
  };
1324
1334
  };
1335
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
1336
+ 'log': {
1337
+ type: 'text';
1338
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.';
1339
+ options: undefined;
1340
+ };
1325
1341
  };
1326
1342
  }
1327
1343
  type MessageEntity = SchemaEntity<SpruceSchemas.Spruce.v2020_07_22.MessageSchema>;
@@ -112,6 +112,12 @@ const messageSchema = {
112
112
  isArray: true,
113
113
  options: { schema: choice_schema_1.default, }
114
114
  },
115
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
116
+ 'log': {
117
+ type: 'text',
118
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.',
119
+ options: undefined
120
+ },
115
121
  }
116
122
  };
117
123
  schema_1.SchemaRegistry.getInstance().trackSchema(messageSchema);
@@ -92,6 +92,12 @@ const sendMessageSchema = {
92
92
  isArray: true,
93
93
  options: { schema: choice_schema_1.default, }
94
94
  },
95
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
96
+ 'log': {
97
+ type: 'text',
98
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.',
99
+ options: undefined
100
+ },
95
101
  }
96
102
  };
97
103
  schema_1.SchemaRegistry.getInstance().trackSchema(sendMessageSchema);
@@ -150,6 +150,8 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
150
150
  'topicId'?: string | undefined | null;
151
151
  'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
152
152
  'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
153
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
154
+ 'log'?: string | undefined | null;
153
155
  }
154
156
  interface SendMessageSchema extends SpruceSchema.Schema {
155
157
  id: 'sendMessage';
@@ -275,6 +277,12 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
275
277
  schema: SpruceSchemas.Spruce.v2020_07_22.ChoiceSchema;
276
278
  };
277
279
  };
280
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
281
+ 'log': {
282
+ type: 'text';
283
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.';
284
+ options: undefined;
285
+ };
278
286
  };
279
287
  }
280
288
  type SendMessageEntity = SchemaEntity<SpruceSchemas.Spruce.v2020_07_22.SendMessageSchema>;
@@ -1176,6 +1184,8 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1176
1184
  'topicId'?: string | undefined | null;
1177
1185
  'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
1178
1186
  'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
1187
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
1188
+ 'log'?: string | undefined | null;
1179
1189
  }
1180
1190
  interface MessageSchema extends SpruceSchema.Schema {
1181
1191
  id: 'message';
@@ -1322,6 +1332,12 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1322
1332
  schema: SpruceSchemas.Spruce.v2020_07_22.ChoiceSchema;
1323
1333
  };
1324
1334
  };
1335
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
1336
+ 'log': {
1337
+ type: 'text';
1338
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.';
1339
+ options: undefined;
1340
+ };
1325
1341
  };
1326
1342
  }
1327
1343
  type MessageEntity = SchemaEntity<SpruceSchemas.Spruce.v2020_07_22.MessageSchema>;
@@ -107,6 +107,12 @@ const messageSchema = {
107
107
  isArray: true,
108
108
  options: { schema: choiceSchema_v2020_07_22, }
109
109
  },
110
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
111
+ 'log': {
112
+ type: 'text',
113
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.',
114
+ options: undefined
115
+ },
110
116
  }
111
117
  };
112
118
  SchemaRegistry.getInstance().trackSchema(messageSchema);
@@ -87,6 +87,12 @@ const sendMessageSchema = {
87
87
  isArray: true,
88
88
  options: { schema: choiceSchema_v2020_07_22, }
89
89
  },
90
+ /** . An arbitrary log associated with the message. Is used for debugging purposes. */
91
+ 'log': {
92
+ type: 'text',
93
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.',
94
+ options: undefined
95
+ },
90
96
  }
91
97
  };
92
98
  SchemaRegistry.getInstance().trackSchema(sendMessageSchema);
@@ -238,6 +238,10 @@ declare const _default: {
238
238
  };
239
239
  };
240
240
  };
241
+ log: {
242
+ type: "text";
243
+ hint: string;
244
+ };
241
245
  };
242
246
  };
243
247
  export default _default;
@@ -159,5 +159,9 @@ export default buildSchema({
159
159
  schema: choiceBuilder,
160
160
  },
161
161
  },
162
+ log: {
163
+ type: 'text',
164
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.',
165
+ },
162
166
  },
163
167
  });
@@ -151,6 +151,10 @@ declare const _default: {
151
151
  };
152
152
  };
153
153
  };
154
+ log: {
155
+ type: "text";
156
+ hint: string;
157
+ };
154
158
  };
155
159
  };
156
160
  export default _default;
@@ -238,6 +238,10 @@ declare const _default: {
238
238
  };
239
239
  };
240
240
  };
241
+ log: {
242
+ type: "text";
243
+ hint: string;
244
+ };
241
245
  };
242
246
  };
243
247
  export default _default;
@@ -172,5 +172,9 @@ exports.default = (0, schema_1.buildSchema)({
172
172
  schema: choice_builder_1.default,
173
173
  },
174
174
  },
175
+ log: {
176
+ type: 'text',
177
+ hint: 'An arbitrary log associated with the message. Is used for debugging purposes.',
178
+ },
175
179
  },
176
180
  });
@@ -151,6 +151,10 @@ declare const _default: {
151
151
  };
152
152
  };
153
153
  };
154
+ log: {
155
+ type: "text";
156
+ hint: string;
157
+ };
154
158
  };
155
159
  };
156
160
  export default _default;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "42.0.11",
6
+ "version": "42.0.12",
7
7
  "files": [
8
8
  "build/**/*"
9
9
  ],