@d19n/youfibre-odin-sdk 2.0.211-beta.4 → 2.0.211
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.
|
@@ -22,7 +22,7 @@ export interface AddressCreateMessage extends OdinRecordCreatedEvent<AddressCrea
|
|
|
22
22
|
* Properties for AddressCreate action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 1
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 18
|
|
26
26
|
*/
|
|
27
27
|
export interface AddressCreateProperties {
|
|
28
28
|
/**
|
|
@@ -33,13 +33,6 @@ export interface AddressCreateProperties {
|
|
|
33
33
|
* @required
|
|
34
34
|
*/
|
|
35
35
|
SPRN: number;
|
|
36
|
-
/**
|
|
37
|
-
* ExPolygonId
|
|
38
|
-
*
|
|
39
|
-
* the id of the exchange polygon (Sales - Address)
|
|
40
|
-
* @type {NUMBER}
|
|
41
|
-
*/
|
|
42
|
-
ExPolygonId?: number | null;
|
|
43
36
|
/**
|
|
44
37
|
* Sales Status
|
|
45
38
|
*
|
|
@@ -75,6 +68,13 @@ export interface AddressCreateProperties {
|
|
|
75
68
|
* @type {TEXT}
|
|
76
69
|
*/
|
|
77
70
|
City?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
* Ex Polygon Id
|
|
73
|
+
*
|
|
74
|
+
* the id of the exchange polygon (Sales - Address)
|
|
75
|
+
* @type {NUMBER}
|
|
76
|
+
*/
|
|
77
|
+
ExPolygonId?: number | null;
|
|
78
78
|
/**
|
|
79
79
|
* Full Address
|
|
80
80
|
*
|