@d19n/youfibre-odin-sdk 2.0.320 → 2.0.321

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.
@@ -23,12 +23,12 @@ export declare enum ConfigEntityTypes {
23
23
  * Use these constants instead of string literals for type safety
24
24
  */
25
25
  export declare enum ConfigPropertyKeys {
26
- /** Data field for Config records. Used by Platform team. */
27
- Test = "Test",
28
26
  /** the name of the app this config relates to (Platform - Config) */
29
27
  AppName = "AppName",
30
28
  /** object of { key: value } mappings (Platform - Config) */
31
- Mappings = "Mappings"
29
+ Mappings = "Mappings",
30
+ /** Data field for Config records. Used by Platform team. */
31
+ Test = "Test"
32
32
  }
33
33
  /**
34
34
  * Properties for Config records
@@ -36,11 +36,6 @@ export declare enum ConfigPropertyKeys {
36
36
  * @see SchemaModule:Config
37
37
  */
38
38
  export interface ConfigProperties {
39
- /** Data field for Config records. Used by Platform team.
40
- *
41
- * @type {TEXT}
42
- */
43
- Test: string;
44
39
  /** the name of the app this config relates to (Platform - Config)
45
40
  *
46
41
  * @type {TEXT}
@@ -51,6 +46,11 @@ export interface ConfigProperties {
51
46
  * @type {JSON}
52
47
  */
53
48
  Mappings: string;
49
+ /** Data field for Config records. Used by Platform team.
50
+ *
51
+ * @type {TEXT}
52
+ */
53
+ Test: string;
54
54
  }
55
55
  /**
56
56
  * Config entity from SchemaModule
@@ -28,12 +28,12 @@ var ConfigEntityTypes;
28
28
  */
29
29
  var ConfigPropertyKeys;
30
30
  (function (ConfigPropertyKeys) {
31
- /** Data field for Config records. Used by Platform team. */
32
- ConfigPropertyKeys["Test"] = "Test";
33
31
  /** the name of the app this config relates to (Platform - Config) */
34
32
  ConfigPropertyKeys["AppName"] = "AppName";
35
33
  /** object of { key: value } mappings (Platform - Config) */
36
34
  ConfigPropertyKeys["Mappings"] = "Mappings";
35
+ /** Data field for Config records. Used by Platform team. */
36
+ ConfigPropertyKeys["Test"] = "Test";
37
37
  })(ConfigPropertyKeys = exports.ConfigPropertyKeys || (exports.ConfigPropertyKeys = {}));
38
38
  /**
39
39
  * Config entity from SchemaModule
@@ -203,6 +203,8 @@ export declare enum LeadPropertyKeys {
203
203
  MaxContactDeactivated = "MaxContactDeactivated",
204
204
  /** Copy and paste address title please */
205
205
  Name = "Name",
206
+ /** MaxContactSyncMessage */
207
+ MaxContactSyncMessage = "MaxContactSyncMessage",
206
208
  /** Type of lead (Sales - Lead) */
207
209
  Type = "Type",
208
210
  /** When Lead is added to max contact */
@@ -416,6 +418,11 @@ export interface LeadProperties {
416
418
  * @type {TEXT}
417
419
  */
418
420
  Name: string;
421
+ /** MaxContactSyncMessage
422
+ *
423
+ * @type {TEXT}
424
+ */
425
+ MaxContactSyncMessage: string;
419
426
  /** Type of lead (Sales - Lead)
420
427
  *
421
428
  * @type {ENUM}
@@ -197,6 +197,8 @@ var LeadPropertyKeys;
197
197
  LeadPropertyKeys["MaxContactDeactivated"] = "MaxContactDeactivated";
198
198
  /** Copy and paste address title please */
199
199
  LeadPropertyKeys["Name"] = "Name";
200
+ /** MaxContactSyncMessage */
201
+ LeadPropertyKeys["MaxContactSyncMessage"] = "MaxContactSyncMessage";
200
202
  /** Type of lead (Sales - Lead) */
201
203
  LeadPropertyKeys["Type"] = "Type";
202
204
  /** When Lead is added to max contact */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.320",
3
+ "version": "2.0.321",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",