@sprucelabs/spruce-core-schemas 37.0.7 → 37.1.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.
@@ -3197,7 +3197,6 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
3197
3197
  'note'?: string | undefined | null;
3198
3198
  'source': SpruceSchemas.Spruce.v2020_07_22.FeedItemTarget;
3199
3199
  'target': SpruceSchemas.Spruce.v2020_07_22.FeedItemTarget;
3200
- 'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
3201
3200
  'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
3202
3201
  'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
3203
3202
  }
@@ -3248,13 +3247,6 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
3248
3247
  };
3249
3248
  };
3250
3249
  /** . */
3251
- 'avatar': {
3252
- type: 'image';
3253
- options: {
3254
- requiredSizes: ["*"];
3255
- };
3256
- };
3257
- /** . */
3258
3250
  'choices': {
3259
3251
  type: 'schema';
3260
3252
  isArray: true;
@@ -50,11 +50,6 @@ const feedItemSchema = {
50
50
  options: { schema: feedItemTarget_schema_1.default, }
51
51
  },
52
52
  /** . */
53
- 'avatar': {
54
- type: 'image',
55
- options: { requiredSizes: ["*"], }
56
- },
57
- /** . */
58
53
  'choices': {
59
54
  type: 'schema',
60
55
  isArray: true,
@@ -3197,7 +3197,6 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
3197
3197
  'note'?: string | undefined | null;
3198
3198
  'source': SpruceSchemas.Spruce.v2020_07_22.FeedItemTarget;
3199
3199
  'target': SpruceSchemas.Spruce.v2020_07_22.FeedItemTarget;
3200
- 'avatar'?: SpruceSchema.ImageFieldValue | undefined | null;
3201
3200
  'choices'?: SpruceSchemas.Spruce.v2020_07_22.Choice[] | undefined | null;
3202
3201
  'links'?: SpruceSchemas.Spruce.v2020_07_22.Link[] | undefined | null;
3203
3202
  }
@@ -3248,13 +3247,6 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
3248
3247
  };
3249
3248
  };
3250
3249
  /** . */
3251
- 'avatar': {
3252
- type: 'image';
3253
- options: {
3254
- requiredSizes: ["*"];
3255
- };
3256
- };
3257
- /** . */
3258
3250
  'choices': {
3259
3251
  type: 'schema';
3260
3252
  isArray: true;
@@ -45,11 +45,6 @@ const feedItemSchema = {
45
45
  options: { schema: feedItemTargetSchema_v2020_07_22, }
46
46
  },
47
47
  /** . */
48
- 'avatar': {
49
- type: 'image',
50
- options: { requiredSizes: ["*"], }
51
- },
52
- /** . */
53
48
  'choices': {
54
49
  type: 'schema',
55
50
  isArray: true,
@@ -95,12 +95,6 @@ declare const _default: {
95
95
  };
96
96
  };
97
97
  };
98
- avatar: {
99
- type: "image";
100
- options: {
101
- requiredSizes: "*"[];
102
- };
103
- };
104
98
  choices: {
105
99
  type: "schema";
106
100
  isArray: true;
@@ -47,12 +47,6 @@ const feedItemSchema = buildSchema({
47
47
  schema: feedItemTargetSchema,
48
48
  },
49
49
  },
50
- avatar: {
51
- type: 'image',
52
- options: {
53
- requiredSizes: ['*'],
54
- },
55
- },
56
50
  choices: {
57
51
  type: 'schema',
58
52
  isArray: true,
@@ -95,12 +95,6 @@ declare const _default: {
95
95
  };
96
96
  };
97
97
  };
98
- avatar: {
99
- type: "image";
100
- options: {
101
- requiredSizes: "*"[];
102
- };
103
- };
104
98
  choices: {
105
99
  type: "schema";
106
100
  isArray: true;
@@ -52,12 +52,6 @@ const feedItemSchema = (0, schema_1.buildSchema)({
52
52
  schema: feedItemTargetSchema,
53
53
  },
54
54
  },
55
- avatar: {
56
- type: 'image',
57
- options: {
58
- requiredSizes: ['*'],
59
- },
60
- },
61
55
  choices: {
62
56
  type: 'schema',
63
57
  isArray: true,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "37.0.7",
6
+ "version": "37.1.0",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "tsconfig.json"