@itwin/core-i18n 3.6.0-dev.22 → 3.6.0-dev.32

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.
@@ -19803,8 +19803,8 @@ var IModelStatus;
19803
19803
  IModelStatus[IModelStatus["FunctionNotFound"] = 65606] = "FunctionNotFound";
19804
19804
  IModelStatus[IModelStatus["NoActiveCommand"] = 65607] = "NoActiveCommand";
19805
19805
  })(IModelStatus || (IModelStatus = {}));
19806
- /** Error status from various briefcase operations
19807
- * @beta Should these be internal?
19806
+ /** Error statuses produced by various briefcase operations, typically encountered as the `errorNumber` of an [IModelError]($common).
19807
+ * @public
19808
19808
  */
19809
19809
  var BriefcaseStatus;
19810
19810
  (function (BriefcaseStatus) {
@@ -19820,7 +19820,7 @@ var BriefcaseStatus;
19820
19820
  BriefcaseStatus[BriefcaseStatus["ContainsDeletedChangeSets"] = 131080] = "ContainsDeletedChangeSets";
19821
19821
  })(BriefcaseStatus || (BriefcaseStatus = {}));
19822
19822
  /** RpcInterface status codes
19823
- * @beta Should these be internal?
19823
+ * @beta
19824
19824
  */
19825
19825
  var RpcInterfaceStatus;
19826
19826
  (function (RpcInterfaceStatus) {
@@ -19829,8 +19829,8 @@ var RpcInterfaceStatus;
19829
19829
  /** The RpcInterface implemented by the server is incompatible with the interface requested by the client. */
19830
19830
  RpcInterfaceStatus[RpcInterfaceStatus["IncompatibleVersion"] = 135168] = "IncompatibleVersion";
19831
19831
  })(RpcInterfaceStatus || (RpcInterfaceStatus = {}));
19832
- /** Error status from various Changeset operations
19833
- * @beta Should these be internal?
19832
+ /** Error statuses produced by various Changeset operations, typically encountered as the `errorNumber` of an [IModelError]($common).
19833
+ * @public
19834
19834
  */
19835
19835
  var ChangeSetStatus;
19836
19836
  (function (ChangeSetStatus) {
@@ -19890,7 +19890,7 @@ var ChangeSetStatus;
19890
19890
  ChangeSetStatus[ChangeSetStatus["DownloadCancelled"] = 90138] = "DownloadCancelled";
19891
19891
  })(ChangeSetStatus || (ChangeSetStatus = {}));
19892
19892
  /** Return codes for methods which perform repository management operations
19893
- * @beta Should these be internal?
19893
+ * @internal
19894
19894
  */
19895
19895
  var RepositoryStatus;
19896
19896
  (function (RepositoryStatus) {
@@ -19927,7 +19927,7 @@ var RepositoryStatus;
19927
19927
  RepositoryStatus[RepositoryStatus["ChannelConstraintViolation"] = 86031] = "ChannelConstraintViolation";
19928
19928
  })(RepositoryStatus || (RepositoryStatus = {}));
19929
19929
  /** Status from returned HTTP status code
19930
- * @beta Should these be internal?
19930
+ * @beta
19931
19931
  */
19932
19932
  var HttpStatus;
19933
19933
  (function (HttpStatus) {
@@ -19942,8 +19942,8 @@ var HttpStatus;
19942
19942
  /** 5xx Server errors */
19943
19943
  HttpStatus[HttpStatus["ServerError"] = 94212] = "ServerError";
19944
19944
  })(HttpStatus || (HttpStatus = {}));
19945
- /** iModelHub Services Errors
19946
- * @beta Right package?
19945
+ /** Statuses produced by APIs that interact with iModelHub, typically encountered as the `errorNumber` of an [IModelError]($common).
19946
+ * @public
19947
19947
  */
19948
19948
  var IModelHubStatus;
19949
19949
  (function (IModelHubStatus) {
@@ -16330,8 +16330,8 @@ var IModelStatus;
16330
16330
  IModelStatus[IModelStatus["FunctionNotFound"] = 65606] = "FunctionNotFound";
16331
16331
  IModelStatus[IModelStatus["NoActiveCommand"] = 65607] = "NoActiveCommand";
16332
16332
  })(IModelStatus || (IModelStatus = {}));
16333
- /** Error status from various briefcase operations
16334
- * @beta Should these be internal?
16333
+ /** Error statuses produced by various briefcase operations, typically encountered as the `errorNumber` of an [IModelError]($common).
16334
+ * @public
16335
16335
  */
16336
16336
  var BriefcaseStatus;
16337
16337
  (function (BriefcaseStatus) {
@@ -16347,7 +16347,7 @@ var BriefcaseStatus;
16347
16347
  BriefcaseStatus[BriefcaseStatus["ContainsDeletedChangeSets"] = 131080] = "ContainsDeletedChangeSets";
16348
16348
  })(BriefcaseStatus || (BriefcaseStatus = {}));
16349
16349
  /** RpcInterface status codes
16350
- * @beta Should these be internal?
16350
+ * @beta
16351
16351
  */
16352
16352
  var RpcInterfaceStatus;
16353
16353
  (function (RpcInterfaceStatus) {
@@ -16356,8 +16356,8 @@ var RpcInterfaceStatus;
16356
16356
  /** The RpcInterface implemented by the server is incompatible with the interface requested by the client. */
16357
16357
  RpcInterfaceStatus[RpcInterfaceStatus["IncompatibleVersion"] = 135168] = "IncompatibleVersion";
16358
16358
  })(RpcInterfaceStatus || (RpcInterfaceStatus = {}));
16359
- /** Error status from various Changeset operations
16360
- * @beta Should these be internal?
16359
+ /** Error statuses produced by various Changeset operations, typically encountered as the `errorNumber` of an [IModelError]($common).
16360
+ * @public
16361
16361
  */
16362
16362
  var ChangeSetStatus;
16363
16363
  (function (ChangeSetStatus) {
@@ -16417,7 +16417,7 @@ var ChangeSetStatus;
16417
16417
  ChangeSetStatus[ChangeSetStatus["DownloadCancelled"] = 90138] = "DownloadCancelled";
16418
16418
  })(ChangeSetStatus || (ChangeSetStatus = {}));
16419
16419
  /** Return codes for methods which perform repository management operations
16420
- * @beta Should these be internal?
16420
+ * @internal
16421
16421
  */
16422
16422
  var RepositoryStatus;
16423
16423
  (function (RepositoryStatus) {
@@ -16454,7 +16454,7 @@ var RepositoryStatus;
16454
16454
  RepositoryStatus[RepositoryStatus["ChannelConstraintViolation"] = 86031] = "ChannelConstraintViolation";
16455
16455
  })(RepositoryStatus || (RepositoryStatus = {}));
16456
16456
  /** Status from returned HTTP status code
16457
- * @beta Should these be internal?
16457
+ * @beta
16458
16458
  */
16459
16459
  var HttpStatus;
16460
16460
  (function (HttpStatus) {
@@ -16469,8 +16469,8 @@ var HttpStatus;
16469
16469
  /** 5xx Server errors */
16470
16470
  HttpStatus[HttpStatus["ServerError"] = 94212] = "ServerError";
16471
16471
  })(HttpStatus || (HttpStatus = {}));
16472
- /** iModelHub Services Errors
16473
- * @beta Right package?
16472
+ /** Statuses produced by APIs that interact with iModelHub, typically encountered as the `errorNumber` of an [IModelError]($common).
16473
+ * @public
16474
16474
  */
16475
16475
  var IModelHubStatus;
16476
16476
  (function (IModelHubStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-i18n",
3
- "version": "3.6.0-dev.22",
3
+ "version": "3.6.0-dev.32",
4
4
  "description": "iTwin.js localization code",
5
5
  "main": "lib/cjs/core-i18n.js",
6
6
  "module": "lib/esm/core-i18n.js",
@@ -20,18 +20,18 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/core-bentley": "^3.6.0-dev.22"
23
+ "@itwin/core-bentley": "^3.6.0-dev.32"
24
24
  },
25
25
  "//devDependencies": [
26
26
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
27
27
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
28
28
  ],
29
29
  "devDependencies": {
30
- "@itwin/build-tools": "3.6.0-dev.22",
31
- "@itwin/certa": "3.6.0-dev.22",
32
- "@itwin/core-bentley": "3.6.0-dev.22",
33
- "@itwin/core-common": "3.6.0-dev.22",
34
- "@itwin/eslint-plugin": "3.6.0-dev.22",
30
+ "@itwin/build-tools": "3.6.0-dev.32",
31
+ "@itwin/certa": "3.6.0-dev.32",
32
+ "@itwin/core-bentley": "3.6.0-dev.32",
33
+ "@itwin/core-common": "3.6.0-dev.32",
34
+ "@itwin/eslint-plugin": "3.6.0-dev.32",
35
35
  "@types/chai": "4.3.1",
36
36
  "@types/node": "18.11.5",
37
37
  "@types/i18next": "^8.4.2",