@sprucelabs/spruce-role-utils 3.0.9 → 3.0.10
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.
|
@@ -295,7 +295,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
295
295
|
interface GetSkillViewsResponsePayload {
|
|
296
296
|
'id': string;
|
|
297
297
|
'ids': string[];
|
|
298
|
-
'source'
|
|
298
|
+
'source'?: string | undefined | null;
|
|
299
|
+
'sourceUrl'?: string | undefined | null;
|
|
299
300
|
'theme'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Theme | undefined | null;
|
|
300
301
|
}
|
|
301
302
|
interface GetSkillViewsResponsePayloadSchema extends SpruceSchema.Schema {
|
|
@@ -320,7 +321,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
320
321
|
/** . */
|
|
321
322
|
'source': {
|
|
322
323
|
type: 'text';
|
|
323
|
-
|
|
324
|
+
options: undefined;
|
|
325
|
+
};
|
|
326
|
+
/** . */
|
|
327
|
+
'sourceUrl': {
|
|
328
|
+
type: 'text';
|
|
324
329
|
options: undefined;
|
|
325
330
|
};
|
|
326
331
|
/** . */
|
|
@@ -464,7 +469,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
464
469
|
namespace SpruceSchemas.Heartwood.v2021_02_11 {
|
|
465
470
|
interface RegisterSkillViewsEmitPayload {
|
|
466
471
|
'ids': string[];
|
|
467
|
-
'source'
|
|
472
|
+
'source'?: string | undefined | null;
|
|
473
|
+
'sourceUrl'?: string | undefined | null;
|
|
468
474
|
'theme'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Theme | undefined | null;
|
|
469
475
|
}
|
|
470
476
|
interface RegisterSkillViewsEmitPayloadSchema extends SpruceSchema.Schema {
|
|
@@ -483,7 +489,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
483
489
|
/** . */
|
|
484
490
|
'source': {
|
|
485
491
|
type: 'text';
|
|
486
|
-
|
|
492
|
+
options: undefined;
|
|
493
|
+
};
|
|
494
|
+
/** . */
|
|
495
|
+
'sourceUrl': {
|
|
496
|
+
type: 'text';
|
|
487
497
|
options: undefined;
|
|
488
498
|
};
|
|
489
499
|
/** . */
|
|
@@ -295,7 +295,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
295
295
|
interface GetSkillViewsResponsePayload {
|
|
296
296
|
'id': string;
|
|
297
297
|
'ids': string[];
|
|
298
|
-
'source'
|
|
298
|
+
'source'?: string | undefined | null;
|
|
299
|
+
'sourceUrl'?: string | undefined | null;
|
|
299
300
|
'theme'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Theme | undefined | null;
|
|
300
301
|
}
|
|
301
302
|
interface GetSkillViewsResponsePayloadSchema extends SpruceSchema.Schema {
|
|
@@ -320,7 +321,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
320
321
|
/** . */
|
|
321
322
|
'source': {
|
|
322
323
|
type: 'text';
|
|
323
|
-
|
|
324
|
+
options: undefined;
|
|
325
|
+
};
|
|
326
|
+
/** . */
|
|
327
|
+
'sourceUrl': {
|
|
328
|
+
type: 'text';
|
|
324
329
|
options: undefined;
|
|
325
330
|
};
|
|
326
331
|
/** . */
|
|
@@ -464,7 +469,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
464
469
|
namespace SpruceSchemas.Heartwood.v2021_02_11 {
|
|
465
470
|
interface RegisterSkillViewsEmitPayload {
|
|
466
471
|
'ids': string[];
|
|
467
|
-
'source'
|
|
472
|
+
'source'?: string | undefined | null;
|
|
473
|
+
'sourceUrl'?: string | undefined | null;
|
|
468
474
|
'theme'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Theme | undefined | null;
|
|
469
475
|
}
|
|
470
476
|
interface RegisterSkillViewsEmitPayloadSchema extends SpruceSchema.Schema {
|
|
@@ -483,7 +489,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
483
489
|
/** . */
|
|
484
490
|
'source': {
|
|
485
491
|
type: 'text';
|
|
486
|
-
|
|
492
|
+
options: undefined;
|
|
493
|
+
};
|
|
494
|
+
/** . */
|
|
495
|
+
'sourceUrl': {
|
|
496
|
+
type: 'text';
|
|
487
497
|
options: undefined;
|
|
488
498
|
};
|
|
489
499
|
/** . */
|