@gofynd/fdk-client-javascript 1.4.2-beta.2 → 1.4.2-beta.4

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.
Files changed (126) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationModel.d.ts +1742 -1726
  4. package/sdk/application/Cart/CartApplicationModel.js +1497 -1481
  5. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +1917 -1917
  6. package/sdk/application/Catalog/CatalogApplicationModel.js +1611 -1611
  7. package/sdk/application/Common/CommonApplicationModel.d.ts +235 -235
  8. package/sdk/application/Common/CommonApplicationModel.js +172 -172
  9. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +72 -72
  10. package/sdk/application/Communication/CommunicationApplicationModel.js +64 -64
  11. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1614 -1614
  12. package/sdk/application/Configuration/ConfigurationApplicationModel.js +1151 -1151
  13. package/sdk/application/Content/ContentApplicationModel.d.ts +797 -797
  14. package/sdk/application/Content/ContentApplicationModel.js +757 -757
  15. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +79 -79
  16. package/sdk/application/FileStorage/FileStorageApplicationModel.js +84 -84
  17. package/sdk/application/Lead/LeadApplicationModel.d.ts +417 -417
  18. package/sdk/application/Lead/LeadApplicationModel.js +301 -301
  19. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +666 -666
  20. package/sdk/application/Logistic/LogisticApplicationModel.js +601 -601
  21. package/sdk/application/Order/OrderApplicationModel.d.ts +852 -846
  22. package/sdk/application/Order/OrderApplicationModel.js +828 -822
  23. package/sdk/application/Payment/PaymentApplicationClient.d.ts +5 -5
  24. package/sdk/application/Payment/PaymentApplicationClient.js +10 -10
  25. package/sdk/application/Payment/PaymentApplicationModel.d.ts +2176 -2145
  26. package/sdk/application/Payment/PaymentApplicationModel.js +1474 -1453
  27. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  28. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  29. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +1462 -1462
  30. package/sdk/application/PosCart/PosCartApplicationModel.js +1260 -1260
  31. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +214 -214
  32. package/sdk/application/Rewards/RewardsApplicationModel.js +211 -211
  33. package/sdk/application/Share/ShareApplicationModel.d.ts +114 -114
  34. package/sdk/application/Share/ShareApplicationModel.js +121 -121
  35. package/sdk/application/Theme/ThemeApplicationModel.d.ts +895 -895
  36. package/sdk/application/Theme/ThemeApplicationModel.js +684 -684
  37. package/sdk/application/User/UserApplicationClient.d.ts +2 -2
  38. package/sdk/application/User/UserApplicationClient.js +4 -7
  39. package/sdk/application/User/UserApplicationModel.d.ts +769 -764
  40. package/sdk/application/User/UserApplicationModel.js +731 -741
  41. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +63 -63
  42. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +65 -65
  43. package/sdk/partner/Lead/LeadPartnerModel.d.ts +661 -661
  44. package/sdk/partner/Lead/LeadPartnerModel.js +491 -491
  45. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +223 -223
  46. package/sdk/partner/Logistics/LogisticsPartnerModel.js +235 -235
  47. package/sdk/partner/Theme/ThemePartnerModel.d.ts +1087 -1087
  48. package/sdk/partner/Theme/ThemePartnerModel.js +819 -819
  49. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +386 -386
  50. package/sdk/partner/Webhook/WebhookPartnerModel.js +342 -342
  51. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +123 -123
  52. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +109 -109
  53. package/sdk/platform/Billing/BillingPlatformModel.d.ts +801 -801
  54. package/sdk/platform/Billing/BillingPlatformModel.js +783 -783
  55. package/sdk/platform/Cart/CartPlatformModel.d.ts +3333 -3317
  56. package/sdk/platform/Cart/CartPlatformModel.js +2936 -2920
  57. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +26 -0
  58. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +182 -0
  59. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +70 -1
  60. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +44 -0
  61. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1013 -980
  62. package/sdk/platform/Catalog/CatalogPlatformModel.js +977 -933
  63. package/sdk/platform/Common/CommonPlatformModel.d.ts +255 -255
  64. package/sdk/platform/Common/CommonPlatformModel.js +187 -187
  65. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +1238 -1238
  66. package/sdk/platform/Communication/CommunicationPlatformModel.js +1273 -1273
  67. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +661 -661
  68. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +692 -692
  69. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +3198 -3198
  70. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +2247 -2247
  71. package/sdk/platform/Content/ContentPlatformModel.d.ts +1842 -1825
  72. package/sdk/platform/Content/ContentPlatformModel.js +1868 -1848
  73. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +245 -245
  74. package/sdk/platform/Discount/DiscountPlatformModel.js +248 -248
  75. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +1 -1
  76. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -1
  77. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +2 -0
  78. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +2 -0
  79. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +2 -2
  80. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +7 -4
  81. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +882 -869
  82. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +894 -878
  83. package/sdk/platform/Finance/FinancePlatformModel.d.ts +1044 -1044
  84. package/sdk/platform/Finance/FinancePlatformModel.js +974 -974
  85. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +942 -942
  86. package/sdk/platform/Inventory/InventoryPlatformModel.js +1003 -1003
  87. package/sdk/platform/Lead/LeadPlatformModel.d.ts +608 -608
  88. package/sdk/platform/Lead/LeadPlatformModel.js +465 -465
  89. package/sdk/platform/Order/OrderPlatformModel.d.ts +5192 -5176
  90. package/sdk/platform/Order/OrderPlatformModel.js +4752 -4736
  91. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +22 -22
  92. package/sdk/platform/Partner/PartnerPlatformModel.js +22 -22
  93. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2693 -2657
  94. package/sdk/platform/Payment/PaymentPlatformModel.js +1842 -1819
  95. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +204 -204
  96. package/sdk/platform/Rewards/RewardsPlatformModel.js +199 -199
  97. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +7 -6
  98. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +11 -10
  99. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +1674 -1539
  100. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1663 -1534
  101. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +4 -4
  102. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +4 -4
  103. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +1 -1
  104. package/sdk/platform/Share/SharePlatformApplicationClient.js +19 -6
  105. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +13 -3
  106. package/sdk/platform/Share/SharePlatformApplicationValidator.js +6 -2
  107. package/sdk/platform/Share/SharePlatformModel.d.ts +147 -147
  108. package/sdk/platform/Share/SharePlatformModel.js +139 -139
  109. package/sdk/platform/Theme/ThemePlatformModel.d.ts +1046 -1046
  110. package/sdk/platform/Theme/ThemePlatformModel.js +789 -789
  111. package/sdk/platform/User/UserPlatformModel.d.ts +823 -753
  112. package/sdk/platform/User/UserPlatformModel.js +731 -661
  113. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +439 -439
  114. package/sdk/platform/Webhook/WebhookPlatformModel.js +364 -364
  115. package/sdk/public/Billing/BillingPublicModel.d.ts +55 -55
  116. package/sdk/public/Billing/BillingPublicModel.js +51 -51
  117. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +237 -237
  118. package/sdk/public/Configuration/ConfigurationPublicModel.js +174 -174
  119. package/sdk/public/Content/ContentPublicModel.d.ts +26 -26
  120. package/sdk/public/Content/ContentPublicModel.js +28 -28
  121. package/sdk/public/Inventory/InventoryPublicModel.d.ts +237 -237
  122. package/sdk/public/Inventory/InventoryPublicModel.js +257 -257
  123. package/sdk/public/Partner/PartnerPublicModel.d.ts +104 -104
  124. package/sdk/public/Partner/PartnerPublicModel.js +113 -113
  125. package/sdk/public/Webhook/WebhookPublicModel.d.ts +87 -87
  126. package/sdk/public/Webhook/WebhookPublicModel.js +93 -93
@@ -1,127 +1,127 @@
1
1
  export = FileStoragePartnerModel;
2
2
  /**
3
3
  * @typedef CDN
4
+ * @property {string} url
4
5
  * @property {string} absolute_url
5
6
  * @property {string} relative_url
7
+ */
8
+ /**
9
+ * @typedef Upload
10
+ * @property {number} expiry
6
11
  * @property {string} url
7
12
  */
8
13
  /**
9
- * @typedef CompleteResponse
10
- * @property {string} _id
11
- * @property {CDN} cdn
12
- * @property {string} content_type
13
- * @property {CreatedBy} [created_by]
14
- * @property {string} created_on
14
+ * @typedef StartResponse
15
15
  * @property {string} file_name
16
16
  * @property {string} file_path
17
- * @property {string} modified_on
17
+ * @property {string} content_type
18
+ * @property {string} [method]
18
19
  * @property {string} namespace
19
20
  * @property {string} operation
20
21
  * @property {number} size
21
- * @property {boolean} success
22
- * @property {string[]} [tags]
23
22
  * @property {Upload} upload
24
- */
25
- /**
26
- * @typedef CreatedBy
27
- * @property {string} [username]
28
- */
29
- /**
30
- * @typedef FailedResponse
31
- * @property {string} message
23
+ * @property {CDN} cdn
24
+ * @property {string[]} [tags]
32
25
  */
33
26
  /**
34
27
  * @typedef StartRequest
35
- * @property {string} content_type
36
28
  * @property {string} file_name
37
- * @property {Object} [params]
29
+ * @property {string} content_type
38
30
  * @property {number} size
39
31
  * @property {string[]} [tags]
32
+ * @property {Object} [params]
40
33
  */
41
34
  /**
42
- * @typedef StartResponse
43
- * @property {CDN} cdn
44
- * @property {string} content_type
35
+ * @typedef CreatedBy
36
+ * @property {string} [username]
37
+ */
38
+ /**
39
+ * @typedef CompleteResponse
40
+ * @property {string} _id
45
41
  * @property {string} file_name
46
42
  * @property {string} file_path
47
- * @property {string} [method]
43
+ * @property {string} content_type
48
44
  * @property {string} namespace
49
45
  * @property {string} operation
50
46
  * @property {number} size
51
- * @property {string[]} [tags]
52
47
  * @property {Upload} upload
48
+ * @property {CDN} cdn
49
+ * @property {boolean} success
50
+ * @property {string[]} [tags]
51
+ * @property {string} created_on
52
+ * @property {string} modified_on
53
+ * @property {CreatedBy} [created_by]
53
54
  */
54
55
  /**
55
- * @typedef Upload
56
- * @property {number} expiry
57
- * @property {string} url
56
+ * @typedef FailedResponse
57
+ * @property {string} message
58
58
  */
59
59
  declare class FileStoragePartnerModel {
60
60
  }
61
61
  declare namespace FileStoragePartnerModel {
62
- export { CDN, CompleteResponse, CreatedBy, FailedResponse, StartRequest, StartResponse, Upload };
62
+ export { CDN, Upload, StartResponse, StartRequest, CreatedBy, CompleteResponse, FailedResponse };
63
63
  }
64
64
  /** @returns {CDN} */
65
65
  declare function CDN(): CDN;
66
66
  type CDN = {
67
+ url: string;
67
68
  absolute_url: string;
68
69
  relative_url: string;
70
+ };
71
+ /** @returns {Upload} */
72
+ declare function Upload(): Upload;
73
+ type Upload = {
74
+ expiry: number;
69
75
  url: string;
70
76
  };
71
- /** @returns {CompleteResponse} */
72
- declare function CompleteResponse(): CompleteResponse;
73
- type CompleteResponse = {
74
- _id: string;
75
- cdn: CDN;
76
- content_type: string;
77
- created_by?: CreatedBy;
78
- created_on: string;
77
+ /** @returns {StartResponse} */
78
+ declare function StartResponse(): StartResponse;
79
+ type StartResponse = {
79
80
  file_name: string;
80
81
  file_path: string;
81
- modified_on: string;
82
+ content_type: string;
83
+ method?: string;
82
84
  namespace: string;
83
85
  operation: string;
84
86
  size: number;
85
- success: boolean;
86
- tags?: string[];
87
87
  upload: Upload;
88
- };
89
- /** @returns {CreatedBy} */
90
- declare function CreatedBy(): CreatedBy;
91
- type CreatedBy = {
92
- username?: string;
93
- };
94
- /** @returns {FailedResponse} */
95
- declare function FailedResponse(): FailedResponse;
96
- type FailedResponse = {
97
- message: string;
88
+ cdn: CDN;
89
+ tags?: string[];
98
90
  };
99
91
  /** @returns {StartRequest} */
100
92
  declare function StartRequest(): StartRequest;
101
93
  type StartRequest = {
102
- content_type: string;
103
94
  file_name: string;
104
- params?: any;
95
+ content_type: string;
105
96
  size: number;
106
97
  tags?: string[];
98
+ params?: any;
107
99
  };
108
- /** @returns {StartResponse} */
109
- declare function StartResponse(): StartResponse;
110
- type StartResponse = {
111
- cdn: CDN;
112
- content_type: string;
100
+ /** @returns {CreatedBy} */
101
+ declare function CreatedBy(): CreatedBy;
102
+ type CreatedBy = {
103
+ username?: string;
104
+ };
105
+ /** @returns {CompleteResponse} */
106
+ declare function CompleteResponse(): CompleteResponse;
107
+ type CompleteResponse = {
108
+ _id: string;
113
109
  file_name: string;
114
110
  file_path: string;
115
- method?: string;
111
+ content_type: string;
116
112
  namespace: string;
117
113
  operation: string;
118
114
  size: number;
119
- tags?: string[];
120
115
  upload: Upload;
116
+ cdn: CDN;
117
+ success: boolean;
118
+ tags?: string[];
119
+ created_on: string;
120
+ modified_on: string;
121
+ created_by?: CreatedBy;
121
122
  };
122
- /** @returns {Upload} */
123
- declare function Upload(): Upload;
124
- type Upload = {
125
- expiry: number;
126
- url: string;
123
+ /** @returns {FailedResponse} */
124
+ declare function FailedResponse(): FailedResponse;
125
+ type FailedResponse = {
126
+ message: string;
127
127
  };
@@ -2,144 +2,144 @@ const Joi = require("joi");
2
2
 
3
3
  /**
4
4
  * @typedef CDN
5
+ * @property {string} url
5
6
  * @property {string} absolute_url
6
7
  * @property {string} relative_url
8
+ */
9
+
10
+ /**
11
+ * @typedef Upload
12
+ * @property {number} expiry
7
13
  * @property {string} url
8
14
  */
9
15
 
10
16
  /**
11
- * @typedef CompleteResponse
12
- * @property {string} _id
13
- * @property {CDN} cdn
14
- * @property {string} content_type
15
- * @property {CreatedBy} [created_by]
16
- * @property {string} created_on
17
+ * @typedef StartResponse
17
18
  * @property {string} file_name
18
19
  * @property {string} file_path
19
- * @property {string} modified_on
20
+ * @property {string} content_type
21
+ * @property {string} [method]
20
22
  * @property {string} namespace
21
23
  * @property {string} operation
22
24
  * @property {number} size
23
- * @property {boolean} success
24
- * @property {string[]} [tags]
25
25
  * @property {Upload} upload
26
- */
27
-
28
- /**
29
- * @typedef CreatedBy
30
- * @property {string} [username]
31
- */
32
-
33
- /**
34
- * @typedef FailedResponse
35
- * @property {string} message
26
+ * @property {CDN} cdn
27
+ * @property {string[]} [tags]
36
28
  */
37
29
 
38
30
  /**
39
31
  * @typedef StartRequest
40
- * @property {string} content_type
41
32
  * @property {string} file_name
42
- * @property {Object} [params]
33
+ * @property {string} content_type
43
34
  * @property {number} size
44
35
  * @property {string[]} [tags]
36
+ * @property {Object} [params]
45
37
  */
46
38
 
47
39
  /**
48
- * @typedef StartResponse
49
- * @property {CDN} cdn
50
- * @property {string} content_type
40
+ * @typedef CreatedBy
41
+ * @property {string} [username]
42
+ */
43
+
44
+ /**
45
+ * @typedef CompleteResponse
46
+ * @property {string} _id
51
47
  * @property {string} file_name
52
48
  * @property {string} file_path
53
- * @property {string} [method]
49
+ * @property {string} content_type
54
50
  * @property {string} namespace
55
51
  * @property {string} operation
56
52
  * @property {number} size
57
- * @property {string[]} [tags]
58
53
  * @property {Upload} upload
54
+ * @property {CDN} cdn
55
+ * @property {boolean} success
56
+ * @property {string[]} [tags]
57
+ * @property {string} created_on
58
+ * @property {string} modified_on
59
+ * @property {CreatedBy} [created_by]
59
60
  */
60
61
 
61
62
  /**
62
- * @typedef Upload
63
- * @property {number} expiry
64
- * @property {string} url
63
+ * @typedef FailedResponse
64
+ * @property {string} message
65
65
  */
66
66
 
67
67
  class FileStoragePartnerModel {
68
68
  /** @returns {CDN} */
69
69
  static CDN() {
70
70
  return Joi.object({
71
+ url: Joi.string().allow("").required(),
71
72
  absolute_url: Joi.string().allow("").required(),
72
73
  relative_url: Joi.string().allow("").required(),
74
+ });
75
+ }
76
+
77
+ /** @returns {Upload} */
78
+ static Upload() {
79
+ return Joi.object({
80
+ expiry: Joi.number().required(),
73
81
  url: Joi.string().allow("").required(),
74
82
  });
75
83
  }
76
84
 
77
- /** @returns {CompleteResponse} */
78
- static CompleteResponse() {
85
+ /** @returns {StartResponse} */
86
+ static StartResponse() {
79
87
  return Joi.object({
80
- _id: Joi.string().allow("").required(),
81
- cdn: FileStoragePartnerModel.CDN().required(),
82
- content_type: Joi.string().allow("").required(),
83
- created_by: FileStoragePartnerModel.CreatedBy(),
84
- created_on: Joi.string().allow("").required(),
85
88
  file_name: Joi.string().allow("").required(),
86
89
  file_path: Joi.string().allow("").required(),
87
- modified_on: Joi.string().allow("").required(),
90
+ content_type: Joi.string().allow("").required(),
91
+ method: Joi.string().allow(""),
88
92
  namespace: Joi.string().allow("").required(),
89
93
  operation: Joi.string().allow("").required(),
90
94
  size: Joi.number().required(),
91
- success: Joi.boolean().required(),
92
- tags: Joi.array().items(Joi.string().allow("")),
93
95
  upload: FileStoragePartnerModel.Upload().required(),
94
- });
95
- }
96
-
97
- /** @returns {CreatedBy} */
98
- static CreatedBy() {
99
- return Joi.object({
100
- username: Joi.string().allow(""),
101
- });
102
- }
103
-
104
- /** @returns {FailedResponse} */
105
- static FailedResponse() {
106
- return Joi.object({
107
- message: Joi.string().allow("").required(),
96
+ cdn: FileStoragePartnerModel.CDN().required(),
97
+ tags: Joi.array().items(Joi.string().allow("")),
108
98
  });
109
99
  }
110
100
 
111
101
  /** @returns {StartRequest} */
112
102
  static StartRequest() {
113
103
  return Joi.object({
114
- content_type: Joi.string().allow("").required(),
115
104
  file_name: Joi.string().allow("").required(),
116
- params: Joi.object().pattern(/\S/, Joi.any()),
105
+ content_type: Joi.string().allow("").required(),
117
106
  size: Joi.number().required(),
118
107
  tags: Joi.array().items(Joi.string().allow("")),
108
+ params: Joi.object().pattern(/\S/, Joi.any()),
119
109
  });
120
110
  }
121
111
 
122
- /** @returns {StartResponse} */
123
- static StartResponse() {
112
+ /** @returns {CreatedBy} */
113
+ static CreatedBy() {
124
114
  return Joi.object({
125
- cdn: FileStoragePartnerModel.CDN().required(),
126
- content_type: Joi.string().allow("").required(),
115
+ username: Joi.string().allow(""),
116
+ });
117
+ }
118
+
119
+ /** @returns {CompleteResponse} */
120
+ static CompleteResponse() {
121
+ return Joi.object({
122
+ _id: Joi.string().allow("").required(),
127
123
  file_name: Joi.string().allow("").required(),
128
124
  file_path: Joi.string().allow("").required(),
129
- method: Joi.string().allow(""),
125
+ content_type: Joi.string().allow("").required(),
130
126
  namespace: Joi.string().allow("").required(),
131
127
  operation: Joi.string().allow("").required(),
132
128
  size: Joi.number().required(),
133
- tags: Joi.array().items(Joi.string().allow("")),
134
129
  upload: FileStoragePartnerModel.Upload().required(),
130
+ cdn: FileStoragePartnerModel.CDN().required(),
131
+ success: Joi.boolean().required(),
132
+ tags: Joi.array().items(Joi.string().allow("")),
133
+ created_on: Joi.string().allow("").required(),
134
+ modified_on: Joi.string().allow("").required(),
135
+ created_by: FileStoragePartnerModel.CreatedBy(),
135
136
  });
136
137
  }
137
138
 
138
- /** @returns {Upload} */
139
- static Upload() {
139
+ /** @returns {FailedResponse} */
140
+ static FailedResponse() {
140
141
  return Joi.object({
141
- expiry: Joi.number().required(),
142
- url: Joi.string().allow("").required(),
142
+ message: Joi.string().allow("").required(),
143
143
  });
144
144
  }
145
145
  }