@sprucelabs/spruce-core-schemas 39.0.223 → 39.0.225

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.
@@ -1808,7 +1808,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1808
1808
  'id': string;
1809
1809
  /** Name. */
1810
1810
  'name': string;
1811
- /** Store number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1811
+ /** Location number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1812
1812
  'num'?: string | undefined | null;
1813
1813
  /** Slug. */
1814
1814
  'slug': string;
@@ -1846,9 +1846,9 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1846
1846
  isRequired: true;
1847
1847
  options: undefined;
1848
1848
  };
1849
- /** Store number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1849
+ /** Location number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1850
1850
  'num': {
1851
- label: 'Store number';
1851
+ label: 'Location number';
1852
1852
  type: 'text';
1853
1853
  hint: 'You can use other symbols, like # or dashes. #123 or 32-US-5';
1854
1854
  options: undefined;
@@ -23,9 +23,9 @@ const locationSchema = {
23
23
  isRequired: true,
24
24
  options: undefined
25
25
  },
26
- /** Store number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
26
+ /** Location number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
27
27
  'num': {
28
- label: 'Store number',
28
+ label: 'Location number',
29
29
  type: 'text',
30
30
  hint: 'You can use other symbols, like # or dashes. #123 or 32-US-5',
31
31
  options: undefined
@@ -1808,7 +1808,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1808
1808
  'id': string;
1809
1809
  /** Name. */
1810
1810
  'name': string;
1811
- /** Store number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1811
+ /** Location number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1812
1812
  'num'?: string | undefined | null;
1813
1813
  /** Slug. */
1814
1814
  'slug': string;
@@ -1846,9 +1846,9 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1846
1846
  isRequired: true;
1847
1847
  options: undefined;
1848
1848
  };
1849
- /** Store number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1849
+ /** Location number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
1850
1850
  'num': {
1851
- label: 'Store number';
1851
+ label: 'Location number';
1852
1852
  type: 'text';
1853
1853
  hint: 'You can use other symbols, like # or dashes. #123 or 32-US-5';
1854
1854
  options: undefined;
@@ -21,9 +21,9 @@ const locationSchema = {
21
21
  isRequired: true,
22
22
  options: undefined
23
23
  },
24
- /** Store number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
24
+ /** Location number. You can use other symbols, like # or dashes. #123 or 32-US-5 */
25
25
  'num': {
26
- label: 'Store number',
26
+ label: 'Location number',
27
27
  type: 'text',
28
28
  hint: 'You can use other symbols, like # or dashes. #123 or 32-US-5',
29
29
  options: undefined
@@ -16,7 +16,7 @@ export default buildSchema({
16
16
  isRequired: true,
17
17
  },
18
18
  num: {
19
- label: 'Store number',
19
+ label: 'Location number',
20
20
  type: 'text',
21
21
  hint: 'You can use other symbols, like # or dashes. #123 or 32-US-5',
22
22
  },
@@ -18,7 +18,7 @@ exports.default = (0, schema_1.buildSchema)({
18
18
  isRequired: true,
19
19
  },
20
20
  num: {
21
- label: 'Store number',
21
+ label: 'Location number',
22
22
  type: 'text',
23
23
  hint: 'You can use other symbols, like # or dashes. #123 or 32-US-5',
24
24
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "39.0.223",
6
+ "version": "39.0.225",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "tsconfig.json"
@@ -67,8 +67,8 @@
67
67
  "@sprucelabs/schema": "^29.4.4"
68
68
  },
69
69
  "devDependencies": {
70
- "@sprucelabs/esm-postbuild": "^5.0.147",
71
- "@sprucelabs/jest-json-reporter": "^7.0.166",
70
+ "@sprucelabs/esm-postbuild": "^5.0.148",
71
+ "@sprucelabs/jest-json-reporter": "^7.0.167",
72
72
  "@sprucelabs/resolve-path-aliases": "^1.1.282",
73
73
  "@sprucelabs/semantic-release": "^4.0.8",
74
74
  "@sprucelabs/test": "^8.0.40",