@blueid/access-proto 9.11.0 → 9.13.0

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/BlueCore.proto CHANGED
@@ -195,6 +195,9 @@ enum BlueReturnCode {
195
195
  SdkDeviceFactoryStateRequired = -424;
196
196
  SdkClaimDeviceFailedAutoUnclaimSuccess = -425;
197
197
  SdkClaimDeviceAndAutoUnclaimFailed = -426;
198
+ SdkIdentityHasRevoked = -427;
199
+ SdkIdentityHasDeleted = -428;
200
+ SdkIdentityHasExpired = -429;
198
201
 
199
202
  //
200
203
  // Everything after here equals OssMaIoReturnCode codes; to gather the
@@ -953,4 +956,4 @@ message _BlueTestEncodeDecode {
953
956
  required string hardware_name = 2 [ (nanopb).max_length = 32 ];
954
957
  required int32 hardware_version = 3;
955
958
  required int32 application_version = 4;
956
- }
959
+ }
@@ -531,6 +531,21 @@ export declare enum BlueReturnCode {
531
531
  */
532
532
  SdkClaimDeviceAndAutoUnclaimFailed = -426,
533
533
 
534
+ /**
535
+ * @generated from enum value: SdkIdentityHasRevoked = -427;
536
+ */
537
+ SdkIdentityHasRevoked = -427,
538
+
539
+ /**
540
+ * @generated from enum value: SdkIdentityHasDeleted = -428;
541
+ */
542
+ SdkIdentityHasDeleted = -428,
543
+
544
+ /**
545
+ * @generated from enum value: SdkIdentityHasExpired = -429;
546
+ */
547
+ SdkIdentityHasExpired = -429,
548
+
534
549
  /**
535
550
  * @generated from enum value: OssMAReturnCodeStart = -1000;
536
551
  */
@@ -197,6 +197,9 @@ const BlueReturnCode = import_protobuf.proto2.makeEnum(
197
197
  { no: -424, name: "SdkDeviceFactoryStateRequired" },
198
198
  { no: -425, name: "SdkClaimDeviceFailedAutoUnclaimSuccess" },
199
199
  { no: -426, name: "SdkClaimDeviceAndAutoUnclaimFailed" },
200
+ { no: -427, name: "SdkIdentityHasRevoked" },
201
+ { no: -428, name: "SdkIdentityHasDeleted" },
202
+ { no: -429, name: "SdkIdentityHasExpired" },
200
203
  { no: -1e3, name: "OssMAReturnCodeStart" },
201
204
  { no: -1100, name: "OssMAReturnCodeEnd" }
202
205
  ]
@@ -531,6 +531,21 @@ export declare enum BlueReturnCode {
531
531
  */
532
532
  SdkClaimDeviceAndAutoUnclaimFailed = -426,
533
533
 
534
+ /**
535
+ * @generated from enum value: SdkIdentityHasRevoked = -427;
536
+ */
537
+ SdkIdentityHasRevoked = -427,
538
+
539
+ /**
540
+ * @generated from enum value: SdkIdentityHasDeleted = -428;
541
+ */
542
+ SdkIdentityHasDeleted = -428,
543
+
544
+ /**
545
+ * @generated from enum value: SdkIdentityHasExpired = -429;
546
+ */
547
+ SdkIdentityHasExpired = -429,
548
+
534
549
  /**
535
550
  * @generated from enum value: OssMAReturnCodeStart = -1000;
536
551
  */
package/es/BlueCore_pb.js CHANGED
@@ -112,6 +112,9 @@ export const BlueReturnCode = proto2.makeEnum(
112
112
  {no: -424, name: "SdkDeviceFactoryStateRequired"},
113
113
  {no: -425, name: "SdkClaimDeviceFailedAutoUnclaimSuccess"},
114
114
  {no: -426, name: "SdkClaimDeviceAndAutoUnclaimFailed"},
115
+ {no: -427, name: "SdkIdentityHasRevoked"},
116
+ {no: -428, name: "SdkIdentityHasDeleted"},
117
+ {no: -429, name: "SdkIdentityHasExpired"},
115
118
  {no: -1000, name: "OssMAReturnCodeStart"},
116
119
  {no: -1100, name: "OssMAReturnCodeEnd"},
117
120
  ],
@@ -116,6 +116,9 @@ typedef enum BlueReturnCode {
116
116
  BlueReturnCode_SdkDeviceFactoryStateRequired = -424,
117
117
  BlueReturnCode_SdkClaimDeviceFailedAutoUnclaimSuccess = -425,
118
118
  BlueReturnCode_SdkClaimDeviceAndAutoUnclaimFailed = -426,
119
+ BlueReturnCode_SdkIdentityHasRevoked = -427,
120
+ BlueReturnCode_SdkIdentityHasDeleted = -428,
121
+ BlueReturnCode_SdkIdentityHasExpired = -429,
119
122
  BlueReturnCode_OssMAReturnCodeStart = -1000,
120
123
  BlueReturnCode_OssMAReturnCodeEnd = -1100
121
124
  } BlueReturnCode_t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-proto",
3
- "version": "9.11.0",
3
+ "version": "9.13.0",
4
4
  "description": "BlueID Access Proto files",
5
5
  "author": "BlueID GmbH",
6
6
  "main": "cjs/index.js",
@@ -135,6 +135,9 @@ public enum BlueReturnCode: Int, SwiftProtobuf.Enum, Swift.CaseIterable {
135
135
  case sdkDeviceFactoryStateRequired = -424
136
136
  case sdkClaimDeviceFailedAutoUnclaimSuccess = -425
137
137
  case sdkClaimDeviceAndAutoUnclaimFailed = -426
138
+ case sdkIdentityHasRevoked = -427
139
+ case sdkIdentityHasDeleted = -428
140
+ case sdkIdentityHasExpired = -429
138
141
  case ossMareturnCodeStart = -1000
139
142
  case ossMareturnCodeEnd = -1100
140
143
 
@@ -2931,6 +2934,9 @@ extension BlueReturnCode: SwiftProtobuf._ProtoNameProviding {
2931
2934
  public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
2932
2935
  -1100: .same(proto: "OssMAReturnCodeEnd"),
2933
2936
  -1000: .same(proto: "OssMAReturnCodeStart"),
2937
+ -429: .same(proto: "SdkIdentityHasExpired"),
2938
+ -428: .same(proto: "SdkIdentityHasDeleted"),
2939
+ -427: .same(proto: "SdkIdentityHasRevoked"),
2934
2940
  -426: .same(proto: "SdkClaimDeviceAndAutoUnclaimFailed"),
2935
2941
  -425: .same(proto: "SdkClaimDeviceFailedAutoUnclaimSuccess"),
2936
2942
  -424: .same(proto: "SdkDeviceFactoryStateRequired"),