@sprucelabs/mercury-core-events 27.0.53 → 27.0.54
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/build/.spruce/schemas/mercury/v2020_12_25/updateOrgEmitPayload.schema.js +9 -0
- package/build/.spruce/schemas/mercury/v2020_12_25/updateOrgResponsePayload.schema.js +2 -2
- package/build/.spruce/schemas/mercury/v2020_12_25/updateOrganizationEmitTargetAndPayload.schema.js +1 -0
- package/build/.spruce/schemas/schemas.types.d.ts +3649 -3697
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/updateOrgEmitPayload.schema.js +9 -0
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/updateOrgResponsePayload.schema.js +2 -2
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/updateOrganizationEmitTargetAndPayload.schema.js +1 -0
- package/build/esm/.spruce/schemas/schemas.types.d.ts +3649 -3697
- package/package.json +1 -1
- package/build/.spruce/schemas/mercury/v2020_12_25/updateOrg.schema.d.ts +0 -3
- package/build/.spruce/schemas/mercury/v2020_12_25/updateOrg.schema.js +0 -49
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/updateOrg.schema.d.ts +0 -3
- package/build/esm/.spruce/schemas/mercury/v2020_12_25/updateOrg.schema.js +0 -47
package/package.json
CHANGED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
-
const updateOrgSchema = {
|
|
5
|
-
id: 'updateOrg',
|
|
6
|
-
version: 'v2020_12_25',
|
|
7
|
-
namespace: 'Mercury',
|
|
8
|
-
name: '',
|
|
9
|
-
fields: {
|
|
10
|
-
/** Name. */
|
|
11
|
-
'name': {
|
|
12
|
-
label: 'Name',
|
|
13
|
-
type: 'text',
|
|
14
|
-
options: undefined
|
|
15
|
-
},
|
|
16
|
-
/** Address. */
|
|
17
|
-
'address': {
|
|
18
|
-
label: 'Address',
|
|
19
|
-
type: 'address',
|
|
20
|
-
options: undefined
|
|
21
|
-
},
|
|
22
|
-
/** Slug. */
|
|
23
|
-
'slug': {
|
|
24
|
-
label: 'Slug',
|
|
25
|
-
type: 'text',
|
|
26
|
-
options: undefined
|
|
27
|
-
},
|
|
28
|
-
/** Public. Is this organization viewable by guests? */
|
|
29
|
-
'isPublic': {
|
|
30
|
-
label: 'Public',
|
|
31
|
-
type: 'boolean',
|
|
32
|
-
hint: 'Is this organization viewable by guests?',
|
|
33
|
-
defaultValue: false,
|
|
34
|
-
options: undefined
|
|
35
|
-
},
|
|
36
|
-
/** . */
|
|
37
|
-
'dateCreated': {
|
|
38
|
-
type: 'dateTime',
|
|
39
|
-
options: undefined
|
|
40
|
-
},
|
|
41
|
-
/** . */
|
|
42
|
-
'dateDeleted': {
|
|
43
|
-
type: 'dateTime',
|
|
44
|
-
options: undefined
|
|
45
|
-
},
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
schema_1.SchemaRegistry.getInstance().trackSchema(updateOrgSchema);
|
|
49
|
-
exports.default = updateOrgSchema;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { SchemaRegistry } from '@sprucelabs/schema';
|
|
2
|
-
const updateOrgSchema = {
|
|
3
|
-
id: 'updateOrg',
|
|
4
|
-
version: 'v2020_12_25',
|
|
5
|
-
namespace: 'Mercury',
|
|
6
|
-
name: '',
|
|
7
|
-
fields: {
|
|
8
|
-
/** Name. */
|
|
9
|
-
'name': {
|
|
10
|
-
label: 'Name',
|
|
11
|
-
type: 'text',
|
|
12
|
-
options: undefined
|
|
13
|
-
},
|
|
14
|
-
/** Address. */
|
|
15
|
-
'address': {
|
|
16
|
-
label: 'Address',
|
|
17
|
-
type: 'address',
|
|
18
|
-
options: undefined
|
|
19
|
-
},
|
|
20
|
-
/** Slug. */
|
|
21
|
-
'slug': {
|
|
22
|
-
label: 'Slug',
|
|
23
|
-
type: 'text',
|
|
24
|
-
options: undefined
|
|
25
|
-
},
|
|
26
|
-
/** Public. Is this organization viewable by guests? */
|
|
27
|
-
'isPublic': {
|
|
28
|
-
label: 'Public',
|
|
29
|
-
type: 'boolean',
|
|
30
|
-
hint: 'Is this organization viewable by guests?',
|
|
31
|
-
defaultValue: false,
|
|
32
|
-
options: undefined
|
|
33
|
-
},
|
|
34
|
-
/** . */
|
|
35
|
-
'dateCreated': {
|
|
36
|
-
type: 'dateTime',
|
|
37
|
-
options: undefined
|
|
38
|
-
},
|
|
39
|
-
/** . */
|
|
40
|
-
'dateDeleted': {
|
|
41
|
-
type: 'dateTime',
|
|
42
|
-
options: undefined
|
|
43
|
-
},
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
SchemaRegistry.getInstance().trackSchema(updateOrgSchema);
|
|
47
|
-
export default updateOrgSchema;
|