@sprucelabs/spruce-core-schemas 40.1.422 → 40.1.423

Sign up to get free protection for your applications and to get access to all the features.
@@ -1832,6 +1832,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1832
1832
  'address': SpruceSchema.AddressFieldValue;
1833
1833
  'dateCreated': SpruceSchema.DateTimeFieldValue;
1834
1834
  'dateDeleted'?: SpruceSchema.DateTimeFieldValue | undefined | null;
1835
+ 'dateUpdated'?: SpruceSchema.DateTimeFieldValue | undefined | null;
1835
1836
  'organizationId': string;
1836
1837
  }
1837
1838
  interface LocationSchema extends SpruceSchema.Schema {
@@ -2928,6 +2929,11 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
2928
2929
  options: undefined;
2929
2930
  };
2930
2931
  /** . */
2932
+ 'dateUpdated': {
2933
+ type: 'dateTime';
2934
+ options: undefined;
2935
+ };
2936
+ /** . */
2931
2937
  'organizationId': {
2932
2938
  type: 'id';
2933
2939
  isRequired: true;
@@ -76,6 +76,11 @@ const locationSchema = {
76
76
  options: undefined
77
77
  },
78
78
  /** . */
79
+ 'dateUpdated': {
80
+ type: 'dateTime',
81
+ options: undefined
82
+ },
83
+ /** . */
79
84
  'organizationId': {
80
85
  type: 'id',
81
86
  isRequired: true,
@@ -1832,6 +1832,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
1832
1832
  'address': SpruceSchema.AddressFieldValue;
1833
1833
  'dateCreated': SpruceSchema.DateTimeFieldValue;
1834
1834
  'dateDeleted'?: SpruceSchema.DateTimeFieldValue | undefined | null;
1835
+ 'dateUpdated'?: SpruceSchema.DateTimeFieldValue | undefined | null;
1835
1836
  'organizationId': string;
1836
1837
  }
1837
1838
  interface LocationSchema extends SpruceSchema.Schema {
@@ -2928,6 +2929,11 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
2928
2929
  options: undefined;
2929
2930
  };
2930
2931
  /** . */
2932
+ 'dateUpdated': {
2933
+ type: 'dateTime';
2934
+ options: undefined;
2935
+ };
2936
+ /** . */
2931
2937
  'organizationId': {
2932
2938
  type: 'id';
2933
2939
  isRequired: true;
@@ -74,6 +74,11 @@ const locationSchema = {
74
74
  options: undefined
75
75
  },
76
76
  /** . */
77
+ 'dateUpdated': {
78
+ type: 'dateTime',
79
+ options: undefined
80
+ },
81
+ /** . */
77
82
  'organizationId': {
78
83
  type: 'id',
79
84
  isRequired: true,
@@ -52,6 +52,9 @@ declare const _default: {
52
52
  dateDeleted: {
53
53
  type: "dateTime";
54
54
  };
55
+ dateUpdated: {
56
+ type: "dateTime";
57
+ };
55
58
  organizationId: {
56
59
  type: "id";
57
60
  isRequired: true;
@@ -54,6 +54,9 @@ export default buildSchema({
54
54
  dateDeleted: {
55
55
  type: 'dateTime',
56
56
  },
57
+ dateUpdated: {
58
+ type: 'dateTime',
59
+ },
57
60
  organizationId: {
58
61
  type: 'id',
59
62
  isRequired: true,
@@ -52,6 +52,9 @@ declare const _default: {
52
52
  dateDeleted: {
53
53
  type: "dateTime";
54
54
  };
55
+ dateUpdated: {
56
+ type: "dateTime";
57
+ };
55
58
  organizationId: {
56
59
  type: "id";
57
60
  isRequired: true;
@@ -56,6 +56,9 @@ exports.default = (0, schema_1.buildSchema)({
56
56
  dateDeleted: {
57
57
  type: 'dateTime',
58
58
  },
59
+ dateUpdated: {
60
+ type: 'dateTime',
61
+ },
59
62
  organizationId: {
60
63
  type: 'id',
61
64
  isRequired: true,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "40.1.422",
6
+ "version": "40.1.423",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "tsconfig.json"