@salesforce/plugin-custom-metadata 3.3.102 → 3.3.103
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.
- package/README.md +5 -5
- package/npm-shrinkwrap.json +26 -23
- package/oclif.lock +25 -25
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
|
|
|
149
149
|
The value must be greater than or equal to zero. Default value is 0.
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
152
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.103/src/commands/cmdt/generate/field.ts)_
|
|
153
153
|
|
|
154
154
|
## `sf cmdt generate fromorg`
|
|
155
155
|
|
|
@@ -238,7 +238,7 @@ FLAG DESCRIPTIONS
|
|
|
238
238
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
241
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.103/src/commands/cmdt/generate/fromorg.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf cmdt generate object`
|
|
244
244
|
|
|
@@ -300,7 +300,7 @@ FLAG DESCRIPTIONS
|
|
|
300
300
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
303
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.103/src/commands/cmdt/generate/object.ts)_
|
|
304
304
|
|
|
305
305
|
## `sf cmdt generate record`
|
|
306
306
|
|
|
@@ -355,7 +355,7 @@ FLAG DESCRIPTIONS
|
|
|
355
355
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
358
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.103/src/commands/cmdt/generate/record.ts)_
|
|
359
359
|
|
|
360
360
|
## `sf cmdt generate records`
|
|
361
361
|
|
|
@@ -406,7 +406,7 @@ FLAG DESCRIPTIONS
|
|
|
406
406
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
409
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.103/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.103",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.103",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.30.3",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
15
|
"fast-xml-parser": "^5.8.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
19
|
-
"@oclif/core": "^4.11.
|
|
19
|
+
"@oclif/core": "^4.11.3",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.57",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
@@ -2982,9 +2982,9 @@
|
|
|
2982
2982
|
}
|
|
2983
2983
|
},
|
|
2984
2984
|
"node_modules/@oclif/core": {
|
|
2985
|
-
"version": "4.11.
|
|
2986
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
2987
|
-
"integrity": "sha512-
|
|
2985
|
+
"version": "4.11.3",
|
|
2986
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
|
|
2987
|
+
"integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
|
|
2988
2988
|
"license": "MIT",
|
|
2989
2989
|
"dependencies": {
|
|
2990
2990
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3001,7 +3001,7 @@
|
|
|
3001
3001
|
"semver": "^7.8.0",
|
|
3002
3002
|
"string-width": "^4.2.3",
|
|
3003
3003
|
"supports-color": "^8",
|
|
3004
|
-
"tinyglobby": "^0.2.
|
|
3004
|
+
"tinyglobby": "^0.2.16",
|
|
3005
3005
|
"widest-line": "^3.1.0",
|
|
3006
3006
|
"wordwrap": "^1.0.0",
|
|
3007
3007
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3374,9 +3374,9 @@
|
|
|
3374
3374
|
}
|
|
3375
3375
|
},
|
|
3376
3376
|
"node_modules/@salesforce/core": {
|
|
3377
|
-
"version": "8.
|
|
3378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3379
|
-
"integrity": "sha512-
|
|
3377
|
+
"version": "8.30.3",
|
|
3378
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.3.tgz",
|
|
3379
|
+
"integrity": "sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==",
|
|
3380
3380
|
"license": "BSD-3-Clause",
|
|
3381
3381
|
"dependencies": {
|
|
3382
3382
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -3395,7 +3395,7 @@
|
|
|
3395
3395
|
"pino-abstract-transport": "^1.2.0",
|
|
3396
3396
|
"pino-pretty": "^11.3.0",
|
|
3397
3397
|
"proper-lockfile": "^4.1.2",
|
|
3398
|
-
"semver": "^7.
|
|
3398
|
+
"semver": "^7.8.0",
|
|
3399
3399
|
"ts-retry-promise": "^0.8.1",
|
|
3400
3400
|
"zod": "^4.1.12"
|
|
3401
3401
|
},
|
|
@@ -12134,13 +12134,13 @@
|
|
|
12134
12134
|
"license": "MIT"
|
|
12135
12135
|
},
|
|
12136
12136
|
"node_modules/tinyglobby": {
|
|
12137
|
-
"version": "0.2.
|
|
12138
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
12139
|
-
"integrity": "sha512-
|
|
12137
|
+
"version": "0.2.16",
|
|
12138
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
12139
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
12140
12140
|
"license": "MIT",
|
|
12141
12141
|
"dependencies": {
|
|
12142
|
-
"fdir": "^6.
|
|
12143
|
-
"picomatch": "^4.0.
|
|
12142
|
+
"fdir": "^6.5.0",
|
|
12143
|
+
"picomatch": "^4.0.4"
|
|
12144
12144
|
},
|
|
12145
12145
|
"engines": {
|
|
12146
12146
|
"node": ">=12.0.0"
|
|
@@ -12150,10 +12150,13 @@
|
|
|
12150
12150
|
}
|
|
12151
12151
|
},
|
|
12152
12152
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
12153
|
-
"version": "6.
|
|
12154
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.
|
|
12155
|
-
"integrity": "sha512-
|
|
12153
|
+
"version": "6.5.0",
|
|
12154
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
12155
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
12156
12156
|
"license": "MIT",
|
|
12157
|
+
"engines": {
|
|
12158
|
+
"node": ">=12.0.0"
|
|
12159
|
+
},
|
|
12157
12160
|
"peerDependencies": {
|
|
12158
12161
|
"picomatch": "^3 || ^4"
|
|
12159
12162
|
},
|
|
@@ -12164,9 +12167,9 @@
|
|
|
12164
12167
|
}
|
|
12165
12168
|
},
|
|
12166
12169
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
12167
|
-
"version": "4.0.
|
|
12168
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
12169
|
-
"integrity": "sha512-
|
|
12170
|
+
"version": "4.0.4",
|
|
12171
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
12172
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
12170
12173
|
"license": "MIT",
|
|
12171
12174
|
"engines": {
|
|
12172
12175
|
"node": ">=12"
|
package/oclif.lock
CHANGED
|
@@ -1161,10 +1161,10 @@
|
|
|
1161
1161
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1162
1162
|
fastq "^1.6.0"
|
|
1163
1163
|
|
|
1164
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.11.2":
|
|
1165
|
-
version "4.11.
|
|
1166
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1167
|
-
integrity sha512-
|
|
1164
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
|
|
1165
|
+
version "4.11.3"
|
|
1166
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
|
|
1167
|
+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
1168
1168
|
dependencies:
|
|
1169
1169
|
ansi-escapes "^4.3.2"
|
|
1170
1170
|
ansis "^3.17.0"
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
semver "^7.8.0"
|
|
1181
1181
|
string-width "^4.2.3"
|
|
1182
1182
|
supports-color "^8"
|
|
1183
|
-
tinyglobby "^0.2.
|
|
1183
|
+
tinyglobby "^0.2.16"
|
|
1184
1184
|
widest-line "^3.1.0"
|
|
1185
1185
|
wordwrap "^1.0.0"
|
|
1186
1186
|
wrap-ansi "^7.0.0"
|
|
@@ -1271,10 +1271,10 @@
|
|
|
1271
1271
|
strip-ansi "6.0.1"
|
|
1272
1272
|
ts-retry-promise "^0.8.1"
|
|
1273
1273
|
|
|
1274
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.
|
|
1275
|
-
version "8.
|
|
1276
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1277
|
-
integrity sha512-
|
|
1274
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.5.1":
|
|
1275
|
+
version "8.30.3"
|
|
1276
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.3.tgz#333315e9c0436abd2247df7b5b31375df4002cd6"
|
|
1277
|
+
integrity sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==
|
|
1278
1278
|
dependencies:
|
|
1279
1279
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1280
1280
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
pino-abstract-transport "^1.2.0"
|
|
1293
1293
|
pino-pretty "^11.3.0"
|
|
1294
1294
|
proper-lockfile "^4.1.2"
|
|
1295
|
-
semver "^7.
|
|
1295
|
+
semver "^7.8.0"
|
|
1296
1296
|
ts-retry-promise "^0.8.1"
|
|
1297
1297
|
zod "^4.1.12"
|
|
1298
1298
|
|
|
@@ -3350,10 +3350,10 @@ faye@^1.4.0, faye@^1.4.1:
|
|
|
3350
3350
|
tough-cookie "*"
|
|
3351
3351
|
tunnel-agent "*"
|
|
3352
3352
|
|
|
3353
|
-
fdir@^6.
|
|
3354
|
-
version "6.
|
|
3355
|
-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.
|
|
3356
|
-
integrity sha512-
|
|
3353
|
+
fdir@^6.5.0:
|
|
3354
|
+
version "6.5.0"
|
|
3355
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
|
|
3356
|
+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
|
|
3357
3357
|
|
|
3358
3358
|
file-entry-cache@^6.0.1:
|
|
3359
3359
|
version "6.0.1"
|
|
@@ -5449,10 +5449,10 @@ picomatch@^3.0.1:
|
|
|
5449
5449
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
5450
5450
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
5451
5451
|
|
|
5452
|
-
picomatch@^4.0.
|
|
5453
|
-
version "4.0.
|
|
5454
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.
|
|
5455
|
-
integrity sha512-
|
|
5452
|
+
picomatch@^4.0.4:
|
|
5453
|
+
version "4.0.4"
|
|
5454
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
|
|
5455
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
5456
5456
|
|
|
5457
5457
|
pino-abstract-transport@^1.2.0:
|
|
5458
5458
|
version "1.2.0"
|
|
@@ -5909,7 +5909,7 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
5909
5909
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
5910
5910
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
5911
5911
|
|
|
5912
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.
|
|
5912
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.4, semver@^7.8.0:
|
|
5913
5913
|
version "7.8.0"
|
|
5914
5914
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
|
|
5915
5915
|
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
|
|
@@ -6402,13 +6402,13 @@ tiny-jsonc@^1.0.2:
|
|
|
6402
6402
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
6403
6403
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
6404
6404
|
|
|
6405
|
-
tinyglobby@^0.2.
|
|
6406
|
-
version "0.2.
|
|
6407
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
6408
|
-
integrity sha512-
|
|
6405
|
+
tinyglobby@^0.2.16, tinyglobby@^0.2.9:
|
|
6406
|
+
version "0.2.16"
|
|
6407
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
|
|
6408
|
+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
6409
6409
|
dependencies:
|
|
6410
|
-
fdir "^6.
|
|
6411
|
-
picomatch "^4.0.
|
|
6410
|
+
fdir "^6.5.0"
|
|
6411
|
+
picomatch "^4.0.4"
|
|
6412
6412
|
|
|
6413
6413
|
to-fast-properties@^2.0.0:
|
|
6414
6414
|
version "2.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
3
|
"description": "Tools for working with custom metadata types and their records.",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.103",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.
|
|
45
|
+
"@salesforce/core": "^8.30.3",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^5.8.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
52
|
-
"@oclif/core": "^4.11.
|
|
52
|
+
"@oclif/core": "^4.11.3",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.57",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"type": "module",
|
|
245
245
|
"author": "Salesforce",
|
|
246
246
|
"sfdx": {
|
|
247
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
248
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
247
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.103.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.103.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|