@blueid/access-proto 11.4.0 → 11.6.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 +0 -5
- package/BlueSDK.proto +0 -1
- package/cjs/BlueCore_pb.d.ts +0 -19
- package/cjs/BlueCore_pb.js +3 -6
- package/cjs/BlueSDK_pb.d.ts +0 -5
- package/cjs/BlueSDK_pb.js +1 -2
- package/es/BlueCore_pb.d.ts +0 -19
- package/es/BlueCore_pb.js +0 -3
- package/es/BlueSDK_pb.d.ts +0 -5
- package/es/BlueSDK_pb.js +0 -1
- package/nanopb/BlueCore.pb.h +16 -27
- package/nanopb/BlueSDK.pb.h +3 -6
- package/package.json +1 -1
- package/swift/BlueCore.pb.swift +3 -53
- package/swift/BlueSDK.pb.swift +1 -16
package/BlueCore.proto
CHANGED
|
@@ -891,8 +891,6 @@ message BlueOssSoProvisioningConfiguration {
|
|
|
891
891
|
[ (nanopb).max_size = 12, (nanopb).fixed_length = true ];
|
|
892
892
|
required uint32 numberOfBlacklistEntries = 7;
|
|
893
893
|
required uint32 customerExtensionsSize = 8;
|
|
894
|
-
// if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
895
|
-
required bool has_data = 9 [default = true];
|
|
896
894
|
}
|
|
897
895
|
|
|
898
896
|
message BlueOssSoProvisioningData {
|
|
@@ -928,7 +926,6 @@ message BlueOssSoMobileProvisioningConfiguration {
|
|
|
928
926
|
[ (nanopb).max_size = 12, (nanopb).fixed_length = true ];
|
|
929
927
|
required uint32 numberOfBlacklistEntries = 7 [ default = 16 ];
|
|
930
928
|
required uint32 customerExtensionsSize = 8 [ default = 32 ];
|
|
931
|
-
required bool has_data = 9 [default = true];
|
|
932
929
|
}
|
|
933
930
|
|
|
934
931
|
enum BlueOssSoWriteStatus {
|
|
@@ -958,8 +955,6 @@ message BlueOssSoMifareDesfireProvisioningConfiguration {
|
|
|
958
955
|
];
|
|
959
956
|
required uint32 numberOfBlacklistEntries = 7 [ default = 3 ];
|
|
960
957
|
required uint32 customerExtensionsSize = 8 [ default = 16 ];
|
|
961
|
-
// if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
962
|
-
required bool has_data = 9 [default = true];
|
|
963
958
|
}
|
|
964
959
|
|
|
965
960
|
// Demo keys from spec
|
package/BlueSDK.proto
CHANGED
package/cjs/BlueCore_pb.d.ts
CHANGED
|
@@ -3101,13 +3101,6 @@ export declare class BlueOssSoProvisioningConfiguration extends Message<BlueOssS
|
|
|
3101
3101
|
*/
|
|
3102
3102
|
customerExtensionsSize: number;
|
|
3103
3103
|
|
|
3104
|
-
/**
|
|
3105
|
-
* if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
3106
|
-
*
|
|
3107
|
-
* @generated from field: required bool has_data = 9 [default = true];
|
|
3108
|
-
*/
|
|
3109
|
-
hasData: boolean;
|
|
3110
|
-
|
|
3111
3104
|
constructor(data?: PartialMessage<BlueOssSoProvisioningConfiguration>);
|
|
3112
3105
|
|
|
3113
3106
|
static readonly runtime: typeof proto2;
|
|
@@ -3263,11 +3256,6 @@ export declare class BlueOssSoMobileProvisioningConfiguration extends Message<Bl
|
|
|
3263
3256
|
*/
|
|
3264
3257
|
customerExtensionsSize: number;
|
|
3265
3258
|
|
|
3266
|
-
/**
|
|
3267
|
-
* @generated from field: required bool has_data = 9 [default = true];
|
|
3268
|
-
*/
|
|
3269
|
-
hasData: boolean;
|
|
3270
|
-
|
|
3271
3259
|
constructor(data?: PartialMessage<BlueOssSoMobileProvisioningConfiguration>);
|
|
3272
3260
|
|
|
3273
3261
|
static readonly runtime: typeof proto2;
|
|
@@ -3331,13 +3319,6 @@ export declare class BlueOssSoMifareDesfireProvisioningConfiguration extends Mes
|
|
|
3331
3319
|
*/
|
|
3332
3320
|
customerExtensionsSize: number;
|
|
3333
3321
|
|
|
3334
|
-
/**
|
|
3335
|
-
* if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
3336
|
-
*
|
|
3337
|
-
* @generated from field: required bool has_data = 9 [default = true];
|
|
3338
|
-
*/
|
|
3339
|
-
hasData: boolean;
|
|
3340
|
-
|
|
3341
3322
|
constructor(data?: PartialMessage<BlueOssSoMifareDesfireProvisioningConfiguration>);
|
|
3342
3323
|
|
|
3343
3324
|
static readonly runtime: typeof proto2;
|
package/cjs/BlueCore_pb.js
CHANGED
|
@@ -1309,8 +1309,7 @@ const BlueOssSoProvisioningConfiguration = import_protobuf.proto2.makeMessageTyp
|
|
|
1309
1309
|
kind: "scalar",
|
|
1310
1310
|
T: 13
|
|
1311
1311
|
/* ScalarType.UINT32 */
|
|
1312
|
-
}
|
|
1313
|
-
{ no: 9, name: "has_data", kind: "scalar", T: 8, default: true }
|
|
1312
|
+
}
|
|
1314
1313
|
]
|
|
1315
1314
|
);
|
|
1316
1315
|
const BlueOssSoProvisioningData = import_protobuf.proto2.makeMessageType(
|
|
@@ -1379,8 +1378,7 @@ const BlueOssSoMobileProvisioningConfiguration = import_protobuf.proto2.makeMess
|
|
|
1379
1378
|
/* ScalarType.BYTES */
|
|
1380
1379
|
},
|
|
1381
1380
|
{ no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13, default: 16 },
|
|
1382
|
-
{ no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13, default: 32 }
|
|
1383
|
-
{ no: 9, name: "has_data", kind: "scalar", T: 8, default: true }
|
|
1381
|
+
{ no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13, default: 32 }
|
|
1384
1382
|
]
|
|
1385
1383
|
);
|
|
1386
1384
|
const BlueOssSoMifareDesfireProvisioningConfiguration = import_protobuf.proto2.makeMessageType(
|
|
@@ -1393,8 +1391,7 @@ const BlueOssSoMifareDesfireProvisioningConfiguration = import_protobuf.proto2.m
|
|
|
1393
1391
|
{ no: 5, name: "numberOfEvents", kind: "scalar", T: 13, default: 16 },
|
|
1394
1392
|
{ no: 6, name: "supportedEventIds", kind: "scalar", T: 12, default: new Uint8Array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]) },
|
|
1395
1393
|
{ no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13, default: 3 },
|
|
1396
|
-
{ no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13, default: 16 }
|
|
1397
|
-
{ no: 9, name: "has_data", kind: "scalar", T: 8, default: true }
|
|
1394
|
+
{ no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13, default: 16 }
|
|
1398
1395
|
]
|
|
1399
1396
|
);
|
|
1400
1397
|
const BlueOssSoMifareDesfireConfiguration = import_protobuf.proto2.makeMessageType(
|
package/cjs/BlueSDK_pb.d.ts
CHANGED
|
@@ -671,11 +671,6 @@ export declare class BlueAccessDevice extends Message<BlueAccessDevice> {
|
|
|
671
671
|
*/
|
|
672
672
|
objectId?: number;
|
|
673
673
|
|
|
674
|
-
/**
|
|
675
|
-
* @generated from field: optional string deviceStatus = 4;
|
|
676
|
-
*/
|
|
677
|
-
deviceStatus?: string;
|
|
678
|
-
|
|
679
674
|
constructor(data?: PartialMessage<BlueAccessDevice>);
|
|
680
675
|
|
|
681
676
|
static readonly runtime: typeof proto2;
|
package/cjs/BlueSDK_pb.js
CHANGED
|
@@ -257,8 +257,7 @@ const BlueAccessDevice = import_protobuf.proto2.makeMessageType(
|
|
|
257
257
|
/* ScalarType.STRING */
|
|
258
258
|
},
|
|
259
259
|
{ no: 2, name: "objectName", kind: "scalar", T: 9, opt: true },
|
|
260
|
-
{ no: 3, name: "objectId", kind: "scalar", T: 5, opt: true }
|
|
261
|
-
{ no: 4, name: "deviceStatus", kind: "scalar", T: 9, opt: true }
|
|
260
|
+
{ no: 3, name: "objectId", kind: "scalar", T: 5, opt: true }
|
|
262
261
|
]
|
|
263
262
|
);
|
|
264
263
|
const BlueAccessDeviceList = import_protobuf.proto2.makeMessageType(
|
package/es/BlueCore_pb.d.ts
CHANGED
|
@@ -3101,13 +3101,6 @@ export declare class BlueOssSoProvisioningConfiguration extends Message<BlueOssS
|
|
|
3101
3101
|
*/
|
|
3102
3102
|
customerExtensionsSize: number;
|
|
3103
3103
|
|
|
3104
|
-
/**
|
|
3105
|
-
* if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
3106
|
-
*
|
|
3107
|
-
* @generated from field: required bool has_data = 9 [default = true];
|
|
3108
|
-
*/
|
|
3109
|
-
hasData: boolean;
|
|
3110
|
-
|
|
3111
3104
|
constructor(data?: PartialMessage<BlueOssSoProvisioningConfiguration>);
|
|
3112
3105
|
|
|
3113
3106
|
static readonly runtime: typeof proto2;
|
|
@@ -3263,11 +3256,6 @@ export declare class BlueOssSoMobileProvisioningConfiguration extends Message<Bl
|
|
|
3263
3256
|
*/
|
|
3264
3257
|
customerExtensionsSize: number;
|
|
3265
3258
|
|
|
3266
|
-
/**
|
|
3267
|
-
* @generated from field: required bool has_data = 9 [default = true];
|
|
3268
|
-
*/
|
|
3269
|
-
hasData: boolean;
|
|
3270
|
-
|
|
3271
3259
|
constructor(data?: PartialMessage<BlueOssSoMobileProvisioningConfiguration>);
|
|
3272
3260
|
|
|
3273
3261
|
static readonly runtime: typeof proto2;
|
|
@@ -3331,13 +3319,6 @@ export declare class BlueOssSoMifareDesfireProvisioningConfiguration extends Mes
|
|
|
3331
3319
|
*/
|
|
3332
3320
|
customerExtensionsSize: number;
|
|
3333
3321
|
|
|
3334
|
-
/**
|
|
3335
|
-
* if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
3336
|
-
*
|
|
3337
|
-
* @generated from field: required bool has_data = 9 [default = true];
|
|
3338
|
-
*/
|
|
3339
|
-
hasData: boolean;
|
|
3340
|
-
|
|
3341
3322
|
constructor(data?: PartialMessage<BlueOssSoMifareDesfireProvisioningConfiguration>);
|
|
3342
3323
|
|
|
3343
3324
|
static readonly runtime: typeof proto2;
|
package/es/BlueCore_pb.js
CHANGED
|
@@ -1024,7 +1024,6 @@ export const BlueOssSoProvisioningConfiguration = proto2.makeMessageType(
|
|
|
1024
1024
|
{ no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1025
1025
|
{ no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1026
1026
|
{ no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1027
|
-
{ no: 9, name: "has_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
|
|
1028
1027
|
],
|
|
1029
1028
|
);
|
|
1030
1029
|
|
|
@@ -1070,7 +1069,6 @@ export const BlueOssSoMobileProvisioningConfiguration = proto2.makeMessageType(
|
|
|
1070
1069
|
{ no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1071
1070
|
{ no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16 },
|
|
1072
1071
|
{ no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 32 },
|
|
1073
|
-
{ no: 9, name: "has_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
|
|
1074
1072
|
],
|
|
1075
1073
|
);
|
|
1076
1074
|
|
|
@@ -1090,7 +1088,6 @@ export const BlueOssSoMifareDesfireProvisioningConfiguration = proto2.makeMessag
|
|
|
1090
1088
|
{ no: 6, name: "supportedEventIds", kind: "scalar", T: 12 /* ScalarType.BYTES */, default: new Uint8Array([0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01]) },
|
|
1091
1089
|
{ no: 7, name: "numberOfBlacklistEntries", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 3 },
|
|
1092
1090
|
{ no: 8, name: "customerExtensionsSize", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16 },
|
|
1093
|
-
{ no: 9, name: "has_data", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
|
|
1094
1091
|
],
|
|
1095
1092
|
);
|
|
1096
1093
|
|
package/es/BlueSDK_pb.d.ts
CHANGED
|
@@ -671,11 +671,6 @@ export declare class BlueAccessDevice extends Message<BlueAccessDevice> {
|
|
|
671
671
|
*/
|
|
672
672
|
objectId?: number;
|
|
673
673
|
|
|
674
|
-
/**
|
|
675
|
-
* @generated from field: optional string deviceStatus = 4;
|
|
676
|
-
*/
|
|
677
|
-
deviceStatus?: string;
|
|
678
|
-
|
|
679
674
|
constructor(data?: PartialMessage<BlueAccessDevice>);
|
|
680
675
|
|
|
681
676
|
static readonly runtime: typeof proto2;
|
package/es/BlueSDK_pb.js
CHANGED
|
@@ -190,7 +190,6 @@ export const BlueAccessDevice = proto2.makeMessageType(
|
|
|
190
190
|
{ no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
191
191
|
{ no: 2, name: "objectName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
192
192
|
{ no: 3, name: "objectId", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
|
|
193
|
-
{ no: 4, name: "deviceStatus", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
194
193
|
],
|
|
195
194
|
);
|
|
196
195
|
|
package/nanopb/BlueCore.pb.h
CHANGED
|
@@ -687,8 +687,6 @@ typedef struct BlueOssSoProvisioningConfiguration {
|
|
|
687
687
|
pb_byte_t supportedEventIds[12];
|
|
688
688
|
uint32_t numberOfBlacklistEntries;
|
|
689
689
|
uint32_t customerExtensionsSize;
|
|
690
|
-
/* if it is true then create data file according to configuration. This will use to not create data file at all for emergency key */
|
|
691
|
-
bool has_data;
|
|
692
690
|
} BlueOssSoProvisioningConfiguration_t;
|
|
693
691
|
|
|
694
692
|
typedef struct BlueOssSoProvisioningData {
|
|
@@ -747,7 +745,6 @@ typedef struct BlueOssSoMobileProvisioningConfiguration {
|
|
|
747
745
|
pb_byte_t supportedEventIds[12];
|
|
748
746
|
uint32_t numberOfBlacklistEntries;
|
|
749
747
|
uint32_t customerExtensionsSize;
|
|
750
|
-
bool has_data;
|
|
751
748
|
} BlueOssSoMobileProvisioningConfiguration_t;
|
|
752
749
|
|
|
753
750
|
/* Default configuration from spec plus customer extensions spacing */
|
|
@@ -761,8 +758,6 @@ typedef struct BlueOssSoMifareDesfireProvisioningConfiguration {
|
|
|
761
758
|
pb_byte_t supportedEventIds[12];
|
|
762
759
|
uint32_t numberOfBlacklistEntries;
|
|
763
760
|
uint32_t customerExtensionsSize;
|
|
764
|
-
/* if it is true then create data file according to configuration. This will use to not create data file at all for emergency key */
|
|
765
|
-
bool has_data;
|
|
766
761
|
} BlueOssSoMifareDesfireProvisioningConfiguration_t;
|
|
767
762
|
|
|
768
763
|
typedef PB_BYTES_ARRAY_T(16) BlueOssSoMifareDesfireConfiguration_piccMasterKey_t;
|
|
@@ -995,11 +990,11 @@ extern "C" {
|
|
|
995
990
|
#define BLUEOSSSOFILECUSTOMEREXTENSIONS_INIT_DEFAULT {0, {BLUEOSSSOEXTFEATURE_INIT_DEFAULT, BLUEOSSSOEXTFEATURE_INIT_DEFAULT, BLUEOSSSOEXTFEATURE_INIT_DEFAULT, BLUEOSSSOEXTFEATURE_INIT_DEFAULT, BLUEOSSSOEXTFEATURE_INIT_DEFAULT, BLUEOSSSOEXTFEATURE_INIT_DEFAULT, BLUEOSSSOEXTFEATURE_INIT_DEFAULT, BLUEOSSSOEXTFEATURE_INIT_DEFAULT}, false, BLUEOSSSOEXTFEATURE_VALIDITYSTART_INIT_DEFAULT}
|
|
996
991
|
#define BLUEOSSSOCONFIGURATION_INIT_DEFAULT {false, BLUEOSSSOFILEINFO_INIT_DEFAULT, false, BLUEOSSSOFILEDATA_INIT_DEFAULT, false, BLUEOSSSOFILEEVENT_INIT_DEFAULT, false, BLUEOSSSOFILEBLACKLIST_INIT_DEFAULT, false, BLUEOSSSOFILECUSTOMEREXTENSIONS_INIT_DEFAULT}
|
|
997
992
|
#define BLUEOSSSOSTORAGEPROFILE_INIT_DEFAULT {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
|
|
998
|
-
#define BLUEOSSSOPROVISIONINGCONFIGURATION_INIT_DEFAULT {0, 0, 0, 0, 0, {0}, 0, 0
|
|
993
|
+
#define BLUEOSSSOPROVISIONINGCONFIGURATION_INIT_DEFAULT {0, 0, 0, 0, 0, {0}, 0, 0}
|
|
999
994
|
#define BLUEOSSSOPROVISIONINGDATA_INIT_DEFAULT {false, BLUEOSSSOPROVISIONINGCONFIGURATION_INIT_DEFAULT, BLUEOSSSOCREDENTIALTYPE_INIT_DEFAULT, BLUECREDENTIALID_INIT_DEFAULT, 0}
|
|
1000
995
|
#define BLUEOSSSOMOBILE_INIT_DEFAULT {{0, {0}}, {0, {0}}, {0, {0}}, {0, {0}}, false, 0u, false, {0}}
|
|
1001
|
-
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_INIT_DEFAULT {1u, 1u, 4u, 4u, 0u, {0}, 16u, 32u
|
|
1002
|
-
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_INIT_DEFAULT {70u, 1u, 4u, 2u, 16u, {0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01}, 3u, 16u
|
|
996
|
+
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_INIT_DEFAULT {1u, 1u, 4u, 4u, 0u, {0}, 16u, 32u}
|
|
997
|
+
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_INIT_DEFAULT {70u, 1u, 4u, 2u, 16u, {0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01}, 3u, 16u}
|
|
1003
998
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_INIT_DEFAULT {{16, {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0xaa}}, {16, {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f}}, {16, {0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f}}, 16076800u}
|
|
1004
999
|
#define BLUEOSSSOSETTINGS_INIT_DEFAULT {false, BLUEOSSSOMIFAREDESFIRECONFIGURATION_INIT_DEFAULT}
|
|
1005
1000
|
#define _BLUETESTENCODEDECODE_INIT_DEFAULT {"", "", 0, 0}
|
|
@@ -1057,11 +1052,11 @@ extern "C" {
|
|
|
1057
1052
|
#define BLUEOSSSOFILECUSTOMEREXTENSIONS_INIT_ZERO {0, {BLUEOSSSOEXTFEATURE_INIT_ZERO, BLUEOSSSOEXTFEATURE_INIT_ZERO, BLUEOSSSOEXTFEATURE_INIT_ZERO, BLUEOSSSOEXTFEATURE_INIT_ZERO, BLUEOSSSOEXTFEATURE_INIT_ZERO, BLUEOSSSOEXTFEATURE_INIT_ZERO, BLUEOSSSOEXTFEATURE_INIT_ZERO, BLUEOSSSOEXTFEATURE_INIT_ZERO}, false, BLUEOSSSOEXTFEATURE_VALIDITYSTART_INIT_ZERO}
|
|
1058
1053
|
#define BLUEOSSSOCONFIGURATION_INIT_ZERO {false, BLUEOSSSOFILEINFO_INIT_ZERO, false, BLUEOSSSOFILEDATA_INIT_ZERO, false, BLUEOSSSOFILEEVENT_INIT_ZERO, false, BLUEOSSSOFILEBLACKLIST_INIT_ZERO, false, BLUEOSSSOFILECUSTOMEREXTENSIONS_INIT_ZERO}
|
|
1059
1054
|
#define BLUEOSSSOSTORAGEPROFILE_INIT_ZERO {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
|
|
1060
|
-
#define BLUEOSSSOPROVISIONINGCONFIGURATION_INIT_ZERO {0, 0, 0, 0, 0, {0}, 0, 0
|
|
1055
|
+
#define BLUEOSSSOPROVISIONINGCONFIGURATION_INIT_ZERO {0, 0, 0, 0, 0, {0}, 0, 0}
|
|
1061
1056
|
#define BLUEOSSSOPROVISIONINGDATA_INIT_ZERO {false, BLUEOSSSOPROVISIONINGCONFIGURATION_INIT_ZERO, BLUEOSSSOCREDENTIALTYPE_INIT_ZERO, BLUECREDENTIALID_INIT_ZERO, 0}
|
|
1062
1057
|
#define BLUEOSSSOMOBILE_INIT_ZERO {{0, {0}}, {0, {0}}, {0, {0}}, {0, {0}}, false, 0, false, {0}}
|
|
1063
|
-
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_INIT_ZERO {0, 0, 0, 0, 0, {0}, 0, 0
|
|
1064
|
-
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_INIT_ZERO {0, 0, 0, 0, 0, {0}, 0, 0
|
|
1058
|
+
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_INIT_ZERO {0, 0, 0, 0, 0, {0}, 0, 0}
|
|
1059
|
+
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_INIT_ZERO {0, 0, 0, 0, 0, {0}, 0, 0}
|
|
1065
1060
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_INIT_ZERO {{0, {0}}, {0, {0}}, {0, {0}}, 0}
|
|
1066
1061
|
#define BLUEOSSSOSETTINGS_INIT_ZERO {false, BLUEOSSSOMIFAREDESFIRECONFIGURATION_INIT_ZERO}
|
|
1067
1062
|
#define _BLUETESTENCODEDECODE_INIT_ZERO {"", "", 0, 0}
|
|
@@ -1224,7 +1219,6 @@ extern "C" {
|
|
|
1224
1219
|
#define BLUEOSSSOPROVISIONINGCONFIGURATION_SUPPORTEDEVENTIDS_TAG 6
|
|
1225
1220
|
#define BLUEOSSSOPROVISIONINGCONFIGURATION_NUMBEROFBLACKLISTENTRIES_TAG 7
|
|
1226
1221
|
#define BLUEOSSSOPROVISIONINGCONFIGURATION_CUSTOMEREXTENSIONSSIZE_TAG 8
|
|
1227
|
-
#define BLUEOSSSOPROVISIONINGCONFIGURATION_HAS_DATA_TAG 9
|
|
1228
1222
|
#define BLUEOSSSOPROVISIONINGDATA_CONFIGURATION_TAG 1
|
|
1229
1223
|
#define BLUEOSSSOPROVISIONINGDATA_CREDENTIALTYPE_TAG 2
|
|
1230
1224
|
#define BLUEOSSSOPROVISIONINGDATA_CREDENTIALID_TAG 3
|
|
@@ -1251,7 +1245,6 @@ extern "C" {
|
|
|
1251
1245
|
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_SUPPORTEDEVENTIDS_TAG 6
|
|
1252
1246
|
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_NUMBEROFBLACKLISTENTRIES_TAG 7
|
|
1253
1247
|
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_CUSTOMEREXTENSIONSSIZE_TAG 8
|
|
1254
|
-
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_HAS_DATA_TAG 9
|
|
1255
1248
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_NUMBEROFDOORS_TAG 1
|
|
1256
1249
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_NUMBEROFDTSCHEDULES_TAG 2
|
|
1257
1250
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_NUMBEROFDAYIDSPERDTSCHEDULE_TAG 3
|
|
@@ -1260,7 +1253,6 @@ extern "C" {
|
|
|
1260
1253
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_SUPPORTEDEVENTIDS_TAG 6
|
|
1261
1254
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_NUMBEROFBLACKLISTENTRIES_TAG 7
|
|
1262
1255
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_CUSTOMEREXTENSIONSSIZE_TAG 8
|
|
1263
|
-
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_HAS_DATA_TAG 9
|
|
1264
1256
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_PICCMASTERKEY_TAG 1
|
|
1265
1257
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_APPMASTERKEY_TAG 2
|
|
1266
1258
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_PROJECTKEY_TAG 3
|
|
@@ -1703,10 +1695,9 @@ X(a, STATIC, REQUIRED, UINT32, numberOfTimePeriodsPerDayId, 4) \
|
|
|
1703
1695
|
X(a, STATIC, REQUIRED, UINT32, numberOfEvents, 5) \
|
|
1704
1696
|
X(a, STATIC, REQUIRED, FIXED_LENGTH_BYTES, supportedEventIds, 6) \
|
|
1705
1697
|
X(a, STATIC, REQUIRED, UINT32, numberOfBlacklistEntries, 7) \
|
|
1706
|
-
X(a, STATIC, REQUIRED, UINT32, customerExtensionsSize, 8)
|
|
1707
|
-
X(a, STATIC, REQUIRED, BOOL, has_data, 9)
|
|
1698
|
+
X(a, STATIC, REQUIRED, UINT32, customerExtensionsSize, 8)
|
|
1708
1699
|
#define BLUEOSSSOPROVISIONINGCONFIGURATION_CALLBACK NULL
|
|
1709
|
-
#define BLUEOSSSOPROVISIONINGCONFIGURATION_DEFAULT
|
|
1700
|
+
#define BLUEOSSSOPROVISIONINGCONFIGURATION_DEFAULT NULL
|
|
1710
1701
|
|
|
1711
1702
|
#define BLUEOSSSOPROVISIONINGDATA_FIELDLIST(X, a) \
|
|
1712
1703
|
X(a, STATIC, OPTIONAL, MESSAGE, configuration, 1) \
|
|
@@ -1737,10 +1728,9 @@ X(a, STATIC, REQUIRED, UINT32, numberOfTimePeriodsPerDayId, 4) \
|
|
|
1737
1728
|
X(a, STATIC, REQUIRED, UINT32, numberOfEvents, 5) \
|
|
1738
1729
|
X(a, STATIC, REQUIRED, FIXED_LENGTH_BYTES, supportedEventIds, 6) \
|
|
1739
1730
|
X(a, STATIC, REQUIRED, UINT32, numberOfBlacklistEntries, 7) \
|
|
1740
|
-
X(a, STATIC, REQUIRED, UINT32, customerExtensionsSize, 8)
|
|
1741
|
-
X(a, STATIC, REQUIRED, BOOL, has_data, 9)
|
|
1731
|
+
X(a, STATIC, REQUIRED, UINT32, customerExtensionsSize, 8)
|
|
1742
1732
|
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_CALLBACK NULL
|
|
1743
|
-
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_DEFAULT (const pb_byte_t*)"\x08\x01\x10\x01\x18\x04\x20\x04\x28\x00\x38\x10\x40\x20\
|
|
1733
|
+
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_DEFAULT (const pb_byte_t*)"\x08\x01\x10\x01\x18\x04\x20\x04\x28\x00\x38\x10\x40\x20\x00"
|
|
1744
1734
|
|
|
1745
1735
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_FIELDLIST(X, a) \
|
|
1746
1736
|
X(a, STATIC, REQUIRED, UINT32, numberOfDoors, 1) \
|
|
@@ -1750,10 +1740,9 @@ X(a, STATIC, REQUIRED, UINT32, numberOfTimePeriodsPerDayId, 4) \
|
|
|
1750
1740
|
X(a, STATIC, REQUIRED, UINT32, numberOfEvents, 5) \
|
|
1751
1741
|
X(a, STATIC, REQUIRED, FIXED_LENGTH_BYTES, supportedEventIds, 6) \
|
|
1752
1742
|
X(a, STATIC, REQUIRED, UINT32, numberOfBlacklistEntries, 7) \
|
|
1753
|
-
X(a, STATIC, REQUIRED, UINT32, customerExtensionsSize, 8)
|
|
1754
|
-
X(a, STATIC, REQUIRED, BOOL, has_data, 9)
|
|
1743
|
+
X(a, STATIC, REQUIRED, UINT32, customerExtensionsSize, 8)
|
|
1755
1744
|
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_CALLBACK NULL
|
|
1756
|
-
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_DEFAULT (const pb_byte_t*)"\x08\x46\x10\x01\x18\x04\x20\x02\x28\x10\x32\x0c\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x38\x03\x40\x10\
|
|
1745
|
+
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_DEFAULT (const pb_byte_t*)"\x08\x46\x10\x01\x18\x04\x20\x02\x28\x10\x32\x0c\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x38\x03\x40\x10\x00"
|
|
1757
1746
|
|
|
1758
1747
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_FIELDLIST(X, a) \
|
|
1759
1748
|
X(a, STATIC, REQUIRED, BYTES, piccMasterKey, 1) \
|
|
@@ -1945,11 +1934,11 @@ extern const pb_msgdesc_t _BlueTestEncodeDecode_t_msg;
|
|
|
1945
1934
|
#define BLUEOSSSOFILEEVENT_SIZE 8174
|
|
1946
1935
|
#define BLUEOSSSOFILEINFO_SIZE 57
|
|
1947
1936
|
#define BLUEOSSSOMIFAREDESFIRECONFIGURATION_SIZE 60
|
|
1948
|
-
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_SIZE
|
|
1949
|
-
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_SIZE
|
|
1937
|
+
#define BLUEOSSSOMIFAREDESFIREPROVISIONINGCONFIGURATION_SIZE 56
|
|
1938
|
+
#define BLUEOSSSOMOBILEPROVISIONINGCONFIGURATION_SIZE 56
|
|
1950
1939
|
#define BLUEOSSSOMOBILE_SIZE 642
|
|
1951
|
-
#define BLUEOSSSOPROVISIONINGCONFIGURATION_SIZE
|
|
1952
|
-
#define BLUEOSSSOPROVISIONINGDATA_SIZE
|
|
1940
|
+
#define BLUEOSSSOPROVISIONINGCONFIGURATION_SIZE 56
|
|
1941
|
+
#define BLUEOSSSOPROVISIONINGDATA_SIZE 97
|
|
1953
1942
|
#define BLUEOSSSOSETTINGS_SIZE 62
|
|
1954
1943
|
#define BLUEOSSSOSTORAGEPROFILE_SIZE 72
|
|
1955
1944
|
#define BLUEOSSSOVERSION_SIZE 12
|
package/nanopb/BlueSDK.pb.h
CHANGED
|
@@ -152,7 +152,6 @@ typedef struct BlueAccessDevice {
|
|
|
152
152
|
pb_callback_t objectName;
|
|
153
153
|
bool has_objectId;
|
|
154
154
|
int32_t objectId;
|
|
155
|
-
pb_callback_t deviceStatus;
|
|
156
155
|
} BlueAccessDevice_t;
|
|
157
156
|
|
|
158
157
|
typedef struct BlueAccessDeviceList {
|
|
@@ -343,7 +342,7 @@ extern "C" {
|
|
|
343
342
|
#define BLUEDEVICEINFO_INIT_DEFAULT {_BLUEDEVICETYPE_MIN, {{NULL}, NULL}, 0, false, BLUEBLEMANUFACTURERINFO_INIT_DEFAULT, 0, {BLUEDEVICEDETAILSBLUETOOTH_INIT_DEFAULT}}
|
|
344
343
|
#define BLUEIDENTITY_INIT_DEFAULT {{{NULL}, NULL}, _BLUECREDENTIALTYPE_MIN, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, false, BLUELOCALTIMESTAMP_INIT_DEFAULT, false, BLUELOCALTIMESTAMP_INIT_DEFAULT, {{NULL}, NULL}, {{NULL}, NULL}, 0, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
345
344
|
#define BLUEIDENTITIESLIST_INIT_DEFAULT {{{NULL}, NULL}}
|
|
346
|
-
#define BLUEACCESSDEVICE_INIT_DEFAULT {{{NULL}, NULL}, {{NULL}, NULL}, false, 0
|
|
345
|
+
#define BLUEACCESSDEVICE_INIT_DEFAULT {{{NULL}, NULL}, {{NULL}, NULL}, false, 0}
|
|
347
346
|
#define BLUEACCESSDEVICELIST_INIT_DEFAULT {{{NULL}, NULL}}
|
|
348
347
|
#define BLUEACCESSOBJECT_INIT_DEFAULT {{{NULL}, NULL}, 0, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
349
348
|
#define BLUEACCESSOBJECTLIST_INIT_DEFAULT {{{NULL}, NULL}}
|
|
@@ -369,7 +368,7 @@ extern "C" {
|
|
|
369
368
|
#define BLUEDEVICEINFO_INIT_ZERO {_BLUEDEVICETYPE_MIN, {{NULL}, NULL}, 0, false, BLUEBLEMANUFACTURERINFO_INIT_ZERO, 0, {BLUEDEVICEDETAILSBLUETOOTH_INIT_ZERO}}
|
|
370
369
|
#define BLUEIDENTITY_INIT_ZERO {{{NULL}, NULL}, _BLUECREDENTIALTYPE_MIN, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, false, BLUELOCALTIMESTAMP_INIT_ZERO, false, BLUELOCALTIMESTAMP_INIT_ZERO, {{NULL}, NULL}, {{NULL}, NULL}, 0, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
371
370
|
#define BLUEIDENTITIESLIST_INIT_ZERO {{{NULL}, NULL}}
|
|
372
|
-
#define BLUEACCESSDEVICE_INIT_ZERO {{{NULL}, NULL}, {{NULL}, NULL}, false, 0
|
|
371
|
+
#define BLUEACCESSDEVICE_INIT_ZERO {{{NULL}, NULL}, {{NULL}, NULL}, false, 0}
|
|
373
372
|
#define BLUEACCESSDEVICELIST_INIT_ZERO {{{NULL}, NULL}}
|
|
374
373
|
#define BLUEACCESSOBJECT_INIT_ZERO {{{NULL}, NULL}, 0, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
375
374
|
#define BLUEACCESSOBJECTLIST_INIT_ZERO {{{NULL}, NULL}}
|
|
@@ -490,7 +489,6 @@ extern "C" {
|
|
|
490
489
|
#define BLUEACCESSDEVICE_DEVICEID_TAG 1
|
|
491
490
|
#define BLUEACCESSDEVICE_OBJECTNAME_TAG 2
|
|
492
491
|
#define BLUEACCESSDEVICE_OBJECTID_TAG 3
|
|
493
|
-
#define BLUEACCESSDEVICE_DEVICESTATUS_TAG 4
|
|
494
492
|
#define BLUEACCESSDEVICELIST_DEVICES_TAG 1
|
|
495
493
|
#define BLUEACCESSOBJECT__ID_TAG 1
|
|
496
494
|
#define BLUEACCESSOBJECT_OBJECTID_TAG 2
|
|
@@ -684,8 +682,7 @@ X(a, CALLBACK, REPEATED, MESSAGE, identities, 1)
|
|
|
684
682
|
#define BLUEACCESSDEVICE_FIELDLIST(X, a) \
|
|
685
683
|
X(a, CALLBACK, REQUIRED, STRING, deviceId, 1) \
|
|
686
684
|
X(a, CALLBACK, OPTIONAL, STRING, objectName, 2) \
|
|
687
|
-
X(a, STATIC, OPTIONAL, INT32, objectId, 3)
|
|
688
|
-
X(a, CALLBACK, OPTIONAL, STRING, deviceStatus, 4)
|
|
685
|
+
X(a, STATIC, OPTIONAL, INT32, objectId, 3)
|
|
689
686
|
#define BLUEACCESSDEVICE_CALLBACK pb_default_field_callback
|
|
690
687
|
#define BLUEACCESSDEVICE_DEFAULT NULL
|
|
691
688
|
|
package/package.json
CHANGED
package/swift/BlueCore.pb.swift
CHANGED
|
@@ -2669,16 +2669,6 @@ public struct BlueOssSoProvisioningConfiguration: Sendable {
|
|
|
2669
2669
|
/// Clears the value of `customerExtensionsSize`. Subsequent reads from it will return its default value.
|
|
2670
2670
|
public mutating func clearCustomerExtensionsSize() {self._customerExtensionsSize = nil}
|
|
2671
2671
|
|
|
2672
|
-
/// if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
2673
|
-
public var hasData_p: Bool {
|
|
2674
|
-
get {return _hasData_p ?? true}
|
|
2675
|
-
set {_hasData_p = newValue}
|
|
2676
|
-
}
|
|
2677
|
-
/// Returns true if `hasData_p` has been explicitly set.
|
|
2678
|
-
public var hasHasData_p: Bool {return self._hasData_p != nil}
|
|
2679
|
-
/// Clears the value of `hasData_p`. Subsequent reads from it will return its default value.
|
|
2680
|
-
public mutating func clearHasData_p() {self._hasData_p = nil}
|
|
2681
|
-
|
|
2682
2672
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
2683
2673
|
|
|
2684
2674
|
public init() {}
|
|
@@ -2691,7 +2681,6 @@ public struct BlueOssSoProvisioningConfiguration: Sendable {
|
|
|
2691
2681
|
fileprivate var _supportedEventIds: Data? = nil
|
|
2692
2682
|
fileprivate var _numberOfBlacklistEntries: UInt32? = nil
|
|
2693
2683
|
fileprivate var _customerExtensionsSize: UInt32? = nil
|
|
2694
|
-
fileprivate var _hasData_p: Bool? = nil
|
|
2695
2684
|
}
|
|
2696
2685
|
|
|
2697
2686
|
public struct BlueOssSoProvisioningData: Sendable {
|
|
@@ -2897,15 +2886,6 @@ public struct BlueOssSoMobileProvisioningConfiguration: Sendable {
|
|
|
2897
2886
|
/// Clears the value of `customerExtensionsSize`. Subsequent reads from it will return its default value.
|
|
2898
2887
|
public mutating func clearCustomerExtensionsSize() {self._customerExtensionsSize = nil}
|
|
2899
2888
|
|
|
2900
|
-
public var hasData_p: Bool {
|
|
2901
|
-
get {return _hasData_p ?? true}
|
|
2902
|
-
set {_hasData_p = newValue}
|
|
2903
|
-
}
|
|
2904
|
-
/// Returns true if `hasData_p` has been explicitly set.
|
|
2905
|
-
public var hasHasData_p: Bool {return self._hasData_p != nil}
|
|
2906
|
-
/// Clears the value of `hasData_p`. Subsequent reads from it will return its default value.
|
|
2907
|
-
public mutating func clearHasData_p() {self._hasData_p = nil}
|
|
2908
|
-
|
|
2909
2889
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
2910
2890
|
|
|
2911
2891
|
public init() {}
|
|
@@ -2918,7 +2898,6 @@ public struct BlueOssSoMobileProvisioningConfiguration: Sendable {
|
|
|
2918
2898
|
fileprivate var _supportedEventIds: Data? = nil
|
|
2919
2899
|
fileprivate var _numberOfBlacklistEntries: UInt32? = nil
|
|
2920
2900
|
fileprivate var _customerExtensionsSize: UInt32? = nil
|
|
2921
|
-
fileprivate var _hasData_p: Bool? = nil
|
|
2922
2901
|
}
|
|
2923
2902
|
|
|
2924
2903
|
/// Default configuration from spec plus customer extensions spacing
|
|
@@ -3000,16 +2979,6 @@ public struct BlueOssSoMifareDesfireProvisioningConfiguration: Sendable {
|
|
|
3000
2979
|
/// Clears the value of `customerExtensionsSize`. Subsequent reads from it will return its default value.
|
|
3001
2980
|
public mutating func clearCustomerExtensionsSize() {self._customerExtensionsSize = nil}
|
|
3002
2981
|
|
|
3003
|
-
/// if it is true then create data file according to configuration. This will use to not create data file at all for emergency key
|
|
3004
|
-
public var hasData_p: Bool {
|
|
3005
|
-
get {return _hasData_p ?? true}
|
|
3006
|
-
set {_hasData_p = newValue}
|
|
3007
|
-
}
|
|
3008
|
-
/// Returns true if `hasData_p` has been explicitly set.
|
|
3009
|
-
public var hasHasData_p: Bool {return self._hasData_p != nil}
|
|
3010
|
-
/// Clears the value of `hasData_p`. Subsequent reads from it will return its default value.
|
|
3011
|
-
public mutating func clearHasData_p() {self._hasData_p = nil}
|
|
3012
|
-
|
|
3013
2982
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
3014
2983
|
|
|
3015
2984
|
public init() {}
|
|
@@ -3022,7 +2991,6 @@ public struct BlueOssSoMifareDesfireProvisioningConfiguration: Sendable {
|
|
|
3022
2991
|
fileprivate var _supportedEventIds: Data? = nil
|
|
3023
2992
|
fileprivate var _numberOfBlacklistEntries: UInt32? = nil
|
|
3024
2993
|
fileprivate var _customerExtensionsSize: UInt32? = nil
|
|
3025
|
-
fileprivate var _hasData_p: Bool? = nil
|
|
3026
2994
|
}
|
|
3027
2995
|
|
|
3028
2996
|
/// Demo keys from spec
|
|
@@ -6039,7 +6007,7 @@ extension BlueOssSoStorageProfile: SwiftProtobuf.Message, SwiftProtobuf._Message
|
|
|
6039
6007
|
|
|
6040
6008
|
extension BlueOssSoProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
6041
6009
|
public static let protoMessageName: String = "BlueOssSoProvisioningConfiguration"
|
|
6042
|
-
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0
|
|
6010
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0")
|
|
6043
6011
|
|
|
6044
6012
|
public var isInitialized: Bool {
|
|
6045
6013
|
if self._numberOfDoors == nil {return false}
|
|
@@ -6050,7 +6018,6 @@ extension BlueOssSoProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtob
|
|
|
6050
6018
|
if self._supportedEventIds == nil {return false}
|
|
6051
6019
|
if self._numberOfBlacklistEntries == nil {return false}
|
|
6052
6020
|
if self._customerExtensionsSize == nil {return false}
|
|
6053
|
-
if self._hasData_p == nil {return false}
|
|
6054
6021
|
return true
|
|
6055
6022
|
}
|
|
6056
6023
|
|
|
@@ -6068,7 +6035,6 @@ extension BlueOssSoProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtob
|
|
|
6068
6035
|
case 6: try { try decoder.decodeSingularBytesField(value: &self._supportedEventIds) }()
|
|
6069
6036
|
case 7: try { try decoder.decodeSingularUInt32Field(value: &self._numberOfBlacklistEntries) }()
|
|
6070
6037
|
case 8: try { try decoder.decodeSingularUInt32Field(value: &self._customerExtensionsSize) }()
|
|
6071
|
-
case 9: try { try decoder.decodeSingularBoolField(value: &self._hasData_p) }()
|
|
6072
6038
|
default: break
|
|
6073
6039
|
}
|
|
6074
6040
|
}
|
|
@@ -6103,9 +6069,6 @@ extension BlueOssSoProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtob
|
|
|
6103
6069
|
try { if let v = self._customerExtensionsSize {
|
|
6104
6070
|
try visitor.visitSingularUInt32Field(value: v, fieldNumber: 8)
|
|
6105
6071
|
} }()
|
|
6106
|
-
try { if let v = self._hasData_p {
|
|
6107
|
-
try visitor.visitSingularBoolField(value: v, fieldNumber: 9)
|
|
6108
|
-
} }()
|
|
6109
6072
|
try unknownFields.traverse(visitor: &visitor)
|
|
6110
6073
|
}
|
|
6111
6074
|
|
|
@@ -6118,7 +6081,6 @@ extension BlueOssSoProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtob
|
|
|
6118
6081
|
if lhs._supportedEventIds != rhs._supportedEventIds {return false}
|
|
6119
6082
|
if lhs._numberOfBlacklistEntries != rhs._numberOfBlacklistEntries {return false}
|
|
6120
6083
|
if lhs._customerExtensionsSize != rhs._customerExtensionsSize {return false}
|
|
6121
|
-
if lhs._hasData_p != rhs._hasData_p {return false}
|
|
6122
6084
|
if lhs.unknownFields != rhs.unknownFields {return false}
|
|
6123
6085
|
return true
|
|
6124
6086
|
}
|
|
@@ -6252,7 +6214,7 @@ extension BlueOssSoMobile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen
|
|
|
6252
6214
|
|
|
6253
6215
|
extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
6254
6216
|
public static let protoMessageName: String = "BlueOssSoMobileProvisioningConfiguration"
|
|
6255
|
-
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0
|
|
6217
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0")
|
|
6256
6218
|
|
|
6257
6219
|
public var isInitialized: Bool {
|
|
6258
6220
|
if self._numberOfDoors == nil {return false}
|
|
@@ -6263,7 +6225,6 @@ extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, Swift
|
|
|
6263
6225
|
if self._supportedEventIds == nil {return false}
|
|
6264
6226
|
if self._numberOfBlacklistEntries == nil {return false}
|
|
6265
6227
|
if self._customerExtensionsSize == nil {return false}
|
|
6266
|
-
if self._hasData_p == nil {return false}
|
|
6267
6228
|
return true
|
|
6268
6229
|
}
|
|
6269
6230
|
|
|
@@ -6281,7 +6242,6 @@ extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, Swift
|
|
|
6281
6242
|
case 6: try { try decoder.decodeSingularBytesField(value: &self._supportedEventIds) }()
|
|
6282
6243
|
case 7: try { try decoder.decodeSingularUInt32Field(value: &self._numberOfBlacklistEntries) }()
|
|
6283
6244
|
case 8: try { try decoder.decodeSingularUInt32Field(value: &self._customerExtensionsSize) }()
|
|
6284
|
-
case 9: try { try decoder.decodeSingularBoolField(value: &self._hasData_p) }()
|
|
6285
6245
|
default: break
|
|
6286
6246
|
}
|
|
6287
6247
|
}
|
|
@@ -6316,9 +6276,6 @@ extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, Swift
|
|
|
6316
6276
|
try { if let v = self._customerExtensionsSize {
|
|
6317
6277
|
try visitor.visitSingularUInt32Field(value: v, fieldNumber: 8)
|
|
6318
6278
|
} }()
|
|
6319
|
-
try { if let v = self._hasData_p {
|
|
6320
|
-
try visitor.visitSingularBoolField(value: v, fieldNumber: 9)
|
|
6321
|
-
} }()
|
|
6322
6279
|
try unknownFields.traverse(visitor: &visitor)
|
|
6323
6280
|
}
|
|
6324
6281
|
|
|
@@ -6331,7 +6288,6 @@ extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, Swift
|
|
|
6331
6288
|
if lhs._supportedEventIds != rhs._supportedEventIds {return false}
|
|
6332
6289
|
if lhs._numberOfBlacklistEntries != rhs._numberOfBlacklistEntries {return false}
|
|
6333
6290
|
if lhs._customerExtensionsSize != rhs._customerExtensionsSize {return false}
|
|
6334
|
-
if lhs._hasData_p != rhs._hasData_p {return false}
|
|
6335
6291
|
if lhs.unknownFields != rhs.unknownFields {return false}
|
|
6336
6292
|
return true
|
|
6337
6293
|
}
|
|
@@ -6339,7 +6295,7 @@ extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, Swift
|
|
|
6339
6295
|
|
|
6340
6296
|
extension BlueOssSoMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
6341
6297
|
public static let protoMessageName: String = "BlueOssSoMifareDesfireProvisioningConfiguration"
|
|
6342
|
-
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0
|
|
6298
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0")
|
|
6343
6299
|
|
|
6344
6300
|
public var isInitialized: Bool {
|
|
6345
6301
|
if self._numberOfDoors == nil {return false}
|
|
@@ -6350,7 +6306,6 @@ extension BlueOssSoMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message
|
|
|
6350
6306
|
if self._supportedEventIds == nil {return false}
|
|
6351
6307
|
if self._numberOfBlacklistEntries == nil {return false}
|
|
6352
6308
|
if self._customerExtensionsSize == nil {return false}
|
|
6353
|
-
if self._hasData_p == nil {return false}
|
|
6354
6309
|
return true
|
|
6355
6310
|
}
|
|
6356
6311
|
|
|
@@ -6368,7 +6323,6 @@ extension BlueOssSoMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message
|
|
|
6368
6323
|
case 6: try { try decoder.decodeSingularBytesField(value: &self._supportedEventIds) }()
|
|
6369
6324
|
case 7: try { try decoder.decodeSingularUInt32Field(value: &self._numberOfBlacklistEntries) }()
|
|
6370
6325
|
case 8: try { try decoder.decodeSingularUInt32Field(value: &self._customerExtensionsSize) }()
|
|
6371
|
-
case 9: try { try decoder.decodeSingularBoolField(value: &self._hasData_p) }()
|
|
6372
6326
|
default: break
|
|
6373
6327
|
}
|
|
6374
6328
|
}
|
|
@@ -6403,9 +6357,6 @@ extension BlueOssSoMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message
|
|
|
6403
6357
|
try { if let v = self._customerExtensionsSize {
|
|
6404
6358
|
try visitor.visitSingularUInt32Field(value: v, fieldNumber: 8)
|
|
6405
6359
|
} }()
|
|
6406
|
-
try { if let v = self._hasData_p {
|
|
6407
|
-
try visitor.visitSingularBoolField(value: v, fieldNumber: 9)
|
|
6408
|
-
} }()
|
|
6409
6360
|
try unknownFields.traverse(visitor: &visitor)
|
|
6410
6361
|
}
|
|
6411
6362
|
|
|
@@ -6418,7 +6369,6 @@ extension BlueOssSoMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message
|
|
|
6418
6369
|
if lhs._supportedEventIds != rhs._supportedEventIds {return false}
|
|
6419
6370
|
if lhs._numberOfBlacklistEntries != rhs._numberOfBlacklistEntries {return false}
|
|
6420
6371
|
if lhs._customerExtensionsSize != rhs._customerExtensionsSize {return false}
|
|
6421
|
-
if lhs._hasData_p != rhs._hasData_p {return false}
|
|
6422
6372
|
if lhs.unknownFields != rhs.unknownFields {return false}
|
|
6423
6373
|
return true
|
|
6424
6374
|
}
|
package/swift/BlueSDK.pb.swift
CHANGED
|
@@ -1031,15 +1031,6 @@ public struct BlueAccessDevice: Sendable {
|
|
|
1031
1031
|
/// Clears the value of `objectID`. Subsequent reads from it will return its default value.
|
|
1032
1032
|
public mutating func clearObjectID() {self._objectID = nil}
|
|
1033
1033
|
|
|
1034
|
-
public var deviceStatus: String {
|
|
1035
|
-
get {return _deviceStatus ?? String()}
|
|
1036
|
-
set {_deviceStatus = newValue}
|
|
1037
|
-
}
|
|
1038
|
-
/// Returns true if `deviceStatus` has been explicitly set.
|
|
1039
|
-
public var hasDeviceStatus: Bool {return self._deviceStatus != nil}
|
|
1040
|
-
/// Clears the value of `deviceStatus`. Subsequent reads from it will return its default value.
|
|
1041
|
-
public mutating func clearDeviceStatus() {self._deviceStatus = nil}
|
|
1042
|
-
|
|
1043
1034
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
1044
1035
|
|
|
1045
1036
|
public init() {}
|
|
@@ -1047,7 +1038,6 @@ public struct BlueAccessDevice: Sendable {
|
|
|
1047
1038
|
fileprivate var _deviceID: String? = nil
|
|
1048
1039
|
fileprivate var _objectName: String? = nil
|
|
1049
1040
|
fileprivate var _objectID: Int32? = nil
|
|
1050
|
-
fileprivate var _deviceStatus: String? = nil
|
|
1051
1041
|
}
|
|
1052
1042
|
|
|
1053
1043
|
public struct BlueAccessDeviceList: Sendable {
|
|
@@ -2818,7 +2808,7 @@ extension BlueIdentitiesList: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
2818
2808
|
|
|
2819
2809
|
extension BlueAccessDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2820
2810
|
public static let protoMessageName: String = "BlueAccessDevice"
|
|
2821
|
-
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}objectName\0\u{1}objectId\0
|
|
2811
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}objectName\0\u{1}objectId\0")
|
|
2822
2812
|
|
|
2823
2813
|
public var isInitialized: Bool {
|
|
2824
2814
|
if self._deviceID == nil {return false}
|
|
@@ -2834,7 +2824,6 @@ extension BlueAccessDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
2834
2824
|
case 1: try { try decoder.decodeSingularStringField(value: &self._deviceID) }()
|
|
2835
2825
|
case 2: try { try decoder.decodeSingularStringField(value: &self._objectName) }()
|
|
2836
2826
|
case 3: try { try decoder.decodeSingularInt32Field(value: &self._objectID) }()
|
|
2837
|
-
case 4: try { try decoder.decodeSingularStringField(value: &self._deviceStatus) }()
|
|
2838
2827
|
default: break
|
|
2839
2828
|
}
|
|
2840
2829
|
}
|
|
@@ -2854,9 +2843,6 @@ extension BlueAccessDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
2854
2843
|
try { if let v = self._objectID {
|
|
2855
2844
|
try visitor.visitSingularInt32Field(value: v, fieldNumber: 3)
|
|
2856
2845
|
} }()
|
|
2857
|
-
try { if let v = self._deviceStatus {
|
|
2858
|
-
try visitor.visitSingularStringField(value: v, fieldNumber: 4)
|
|
2859
|
-
} }()
|
|
2860
2846
|
try unknownFields.traverse(visitor: &visitor)
|
|
2861
2847
|
}
|
|
2862
2848
|
|
|
@@ -2864,7 +2850,6 @@ extension BlueAccessDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
2864
2850
|
if lhs._deviceID != rhs._deviceID {return false}
|
|
2865
2851
|
if lhs._objectName != rhs._objectName {return false}
|
|
2866
2852
|
if lhs._objectID != rhs._objectID {return false}
|
|
2867
|
-
if lhs._deviceStatus != rhs._deviceStatus {return false}
|
|
2868
2853
|
if lhs.unknownFields != rhs.unknownFields {return false}
|
|
2869
2854
|
return true
|
|
2870
2855
|
}
|