@blueid/access-proto 1.35.0 → 1.37.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 +1 -1
- package/BlueSDK.proto +16 -0
- package/cjs/BlueCore_pb.d.ts +2 -2
- package/cjs/BlueCore_pb.js +1 -1
- package/cjs/BlueSDK_pb.d.ts +35 -0
- package/cjs/BlueSDK_pb.js +8 -1
- package/es/BlueCore_pb.d.ts +2 -2
- package/es/BlueCore_pb.js +1 -1
- package/es/BlueSDK_pb.d.ts +35 -0
- package/es/BlueSDK_pb.js +7 -0
- package/nanopb/BlueCore.pb.h +4 -3
- package/nanopb/BlueSDK.pb.h +24 -3
- package/package.json +1 -1
- package/swift/BlueCore.pb.swift +0 -1
- package/swift/BlueSDK.pb.swift +126 -0
package/BlueCore.proto
CHANGED
|
@@ -534,7 +534,7 @@ message BlueOssAccessResult {
|
|
|
534
534
|
required bool scheduleMissmatch = 5;
|
|
535
535
|
|
|
536
536
|
// Additional info about how long the device will remain open (in seconds) if access was granted
|
|
537
|
-
|
|
537
|
+
optional uint32 accessOpenTime = 6 [ default = 0 ];
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
message BlueOssAccessEventsResult {
|
package/BlueSDK.proto
CHANGED
|
@@ -121,6 +121,22 @@ message BlueI18n {
|
|
|
121
121
|
[ default = "Update firmware" ];
|
|
122
122
|
required string dfuWaitForDeviceToRestartTaskLabel = 52
|
|
123
123
|
[ default = "Wait for device to restart" ];
|
|
124
|
+
|
|
125
|
+
required string accessTypeDefaultTime = 53
|
|
126
|
+
[ default = "Default" ];
|
|
127
|
+
required string accessTypeExtendedTime = 54
|
|
128
|
+
[ default = "Extended" ];
|
|
129
|
+
required string accessTypeToggle = 55
|
|
130
|
+
[ default = "Toggle" ];
|
|
131
|
+
required string accessTypeClose = 56
|
|
132
|
+
[ default = "Close" ];
|
|
133
|
+
required string accessTypeCustomTime = 57
|
|
134
|
+
[ default = "Custom" ];
|
|
135
|
+
|
|
136
|
+
required string openViaOssSoSelectAccessTypeTitle = 58
|
|
137
|
+
[ default = "Select an access type" ];
|
|
138
|
+
required string openViaOssSoSelectAccessTypeMessage = 59
|
|
139
|
+
[ default = "You have multiple access types available." ];
|
|
124
140
|
}
|
|
125
141
|
|
|
126
142
|
///////////////////////////////////////////////////////////////////////
|
package/cjs/BlueCore_pb.d.ts
CHANGED
|
@@ -1701,9 +1701,9 @@ export declare class BlueOssAccessResult extends Message<BlueOssAccessResult> {
|
|
|
1701
1701
|
/**
|
|
1702
1702
|
* Additional info about how long the device will remain open (in seconds) if access was granted
|
|
1703
1703
|
*
|
|
1704
|
-
* @generated from field:
|
|
1704
|
+
* @generated from field: optional uint32 accessOpenTime = 6 [default = 0];
|
|
1705
1705
|
*/
|
|
1706
|
-
accessOpenTime
|
|
1706
|
+
accessOpenTime?: number;
|
|
1707
1707
|
|
|
1708
1708
|
constructor(data?: PartialMessage<BlueOssAccessResult>);
|
|
1709
1709
|
|
package/cjs/BlueCore_pb.js
CHANGED
|
@@ -689,7 +689,7 @@ const BlueOssAccessResult = import_protobuf.proto2.makeMessageType(
|
|
|
689
689
|
T: 8
|
|
690
690
|
/* ScalarType.BOOL */
|
|
691
691
|
},
|
|
692
|
-
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13, default: 0 }
|
|
692
|
+
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13, opt: true, default: 0 }
|
|
693
693
|
]
|
|
694
694
|
);
|
|
695
695
|
const BlueOssAccessEventsResult = import_protobuf.proto2.makeMessageType(
|
package/cjs/BlueSDK_pb.d.ts
CHANGED
|
@@ -312,6 +312,41 @@ export declare class BlueI18n extends Message<BlueI18n> {
|
|
|
312
312
|
*/
|
|
313
313
|
dfuWaitForDeviceToRestartTaskLabel: string;
|
|
314
314
|
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: required string accessTypeDefaultTime = 53 [default = "Default"];
|
|
317
|
+
*/
|
|
318
|
+
accessTypeDefaultTime: string;
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* @generated from field: required string accessTypeExtendedTime = 54 [default = "Extended"];
|
|
322
|
+
*/
|
|
323
|
+
accessTypeExtendedTime: string;
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* @generated from field: required string accessTypeToggle = 55 [default = "Toggle"];
|
|
327
|
+
*/
|
|
328
|
+
accessTypeToggle: string;
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* @generated from field: required string accessTypeClose = 56 [default = "Close"];
|
|
332
|
+
*/
|
|
333
|
+
accessTypeClose: string;
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: required string accessTypeCustomTime = 57 [default = "Custom"];
|
|
337
|
+
*/
|
|
338
|
+
accessTypeCustomTime: string;
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* @generated from field: required string openViaOssSoSelectAccessTypeTitle = 58 [default = "Select an access type"];
|
|
342
|
+
*/
|
|
343
|
+
openViaOssSoSelectAccessTypeTitle: string;
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* @generated from field: required string openViaOssSoSelectAccessTypeMessage = 59 [default = "You have multiple access types available."];
|
|
347
|
+
*/
|
|
348
|
+
openViaOssSoSelectAccessTypeMessage: string;
|
|
349
|
+
|
|
315
350
|
constructor(data?: PartialMessage<BlueI18n>);
|
|
316
351
|
|
|
317
352
|
static readonly runtime: typeof proto2;
|
package/cjs/BlueSDK_pb.js
CHANGED
|
@@ -110,7 +110,14 @@ const BlueI18n = import_protobuf.proto2.makeMessageType(
|
|
|
110
110
|
{ no: 49, name: "dfuStartBootloaderLabel", kind: "scalar", T: 9, default: "Start Bootloader" },
|
|
111
111
|
{ no: 50, name: "dfuInitializationLabel", kind: "scalar", T: 9, default: "DFU initialization" },
|
|
112
112
|
{ no: 51, name: "dfuUpdateFWLabel", kind: "scalar", T: 9, default: "Update firmware" },
|
|
113
|
-
{ no: 52, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9, default: "Wait for device to restart" }
|
|
113
|
+
{ no: 52, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9, default: "Wait for device to restart" },
|
|
114
|
+
{ no: 53, name: "accessTypeDefaultTime", kind: "scalar", T: 9, default: "Default" },
|
|
115
|
+
{ no: 54, name: "accessTypeExtendedTime", kind: "scalar", T: 9, default: "Extended" },
|
|
116
|
+
{ no: 55, name: "accessTypeToggle", kind: "scalar", T: 9, default: "Toggle" },
|
|
117
|
+
{ no: 56, name: "accessTypeClose", kind: "scalar", T: 9, default: "Close" },
|
|
118
|
+
{ no: 57, name: "accessTypeCustomTime", kind: "scalar", T: 9, default: "Custom" },
|
|
119
|
+
{ no: 58, name: "openViaOssSoSelectAccessTypeTitle", kind: "scalar", T: 9, default: "Select an access type" },
|
|
120
|
+
{ no: 59, name: "openViaOssSoSelectAccessTypeMessage", kind: "scalar", T: 9, default: "You have multiple access types available." }
|
|
114
121
|
]
|
|
115
122
|
);
|
|
116
123
|
const BlueDeviceDetailsBluetooth = import_protobuf.proto2.makeMessageType(
|
package/es/BlueCore_pb.d.ts
CHANGED
|
@@ -1701,9 +1701,9 @@ export declare class BlueOssAccessResult extends Message<BlueOssAccessResult> {
|
|
|
1701
1701
|
/**
|
|
1702
1702
|
* Additional info about how long the device will remain open (in seconds) if access was granted
|
|
1703
1703
|
*
|
|
1704
|
-
* @generated from field:
|
|
1704
|
+
* @generated from field: optional uint32 accessOpenTime = 6 [default = 0];
|
|
1705
1705
|
*/
|
|
1706
|
-
accessOpenTime
|
|
1706
|
+
accessOpenTime?: number;
|
|
1707
1707
|
|
|
1708
1708
|
constructor(data?: PartialMessage<BlueOssAccessResult>);
|
|
1709
1709
|
|
package/es/BlueCore_pb.js
CHANGED
|
@@ -533,7 +533,7 @@ export const BlueOssAccessResult = proto2.makeMessageType(
|
|
|
533
533
|
{ no: 3, name: "accessInfo", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
534
534
|
{ no: 4, name: "scheduleEndTime", kind: "message", T: BlueLocalTimestamp },
|
|
535
535
|
{ no: 5, name: "scheduleMissmatch", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
536
|
-
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 0 },
|
|
536
|
+
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 0 },
|
|
537
537
|
],
|
|
538
538
|
);
|
|
539
539
|
|
package/es/BlueSDK_pb.d.ts
CHANGED
|
@@ -312,6 +312,41 @@ export declare class BlueI18n extends Message<BlueI18n> {
|
|
|
312
312
|
*/
|
|
313
313
|
dfuWaitForDeviceToRestartTaskLabel: string;
|
|
314
314
|
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: required string accessTypeDefaultTime = 53 [default = "Default"];
|
|
317
|
+
*/
|
|
318
|
+
accessTypeDefaultTime: string;
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* @generated from field: required string accessTypeExtendedTime = 54 [default = "Extended"];
|
|
322
|
+
*/
|
|
323
|
+
accessTypeExtendedTime: string;
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* @generated from field: required string accessTypeToggle = 55 [default = "Toggle"];
|
|
327
|
+
*/
|
|
328
|
+
accessTypeToggle: string;
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* @generated from field: required string accessTypeClose = 56 [default = "Close"];
|
|
332
|
+
*/
|
|
333
|
+
accessTypeClose: string;
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: required string accessTypeCustomTime = 57 [default = "Custom"];
|
|
337
|
+
*/
|
|
338
|
+
accessTypeCustomTime: string;
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* @generated from field: required string openViaOssSoSelectAccessTypeTitle = 58 [default = "Select an access type"];
|
|
342
|
+
*/
|
|
343
|
+
openViaOssSoSelectAccessTypeTitle: string;
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* @generated from field: required string openViaOssSoSelectAccessTypeMessage = 59 [default = "You have multiple access types available."];
|
|
347
|
+
*/
|
|
348
|
+
openViaOssSoSelectAccessTypeMessage: string;
|
|
349
|
+
|
|
315
350
|
constructor(data?: PartialMessage<BlueI18n>);
|
|
316
351
|
|
|
317
352
|
static readonly runtime: typeof proto2;
|
package/es/BlueSDK_pb.js
CHANGED
|
@@ -89,6 +89,13 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
89
89
|
{ no: 50, name: "dfuInitializationLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "DFU initialization" },
|
|
90
90
|
{ no: 51, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
|
|
91
91
|
{ no: 52, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
92
|
+
{ no: 53, name: "accessTypeDefaultTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Default" },
|
|
93
|
+
{ no: 54, name: "accessTypeExtendedTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Extended" },
|
|
94
|
+
{ no: 55, name: "accessTypeToggle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Toggle" },
|
|
95
|
+
{ no: 56, name: "accessTypeClose", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Close" },
|
|
96
|
+
{ no: 57, name: "accessTypeCustomTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Custom" },
|
|
97
|
+
{ no: 58, name: "openViaOssSoSelectAccessTypeTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Select an access type" },
|
|
98
|
+
{ no: 59, name: "openViaOssSoSelectAccessTypeMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "You have multiple access types available." },
|
|
92
99
|
],
|
|
93
100
|
);
|
|
94
101
|
|
package/nanopb/BlueCore.pb.h
CHANGED
|
@@ -400,6 +400,7 @@ typedef struct BlueOssAccessResult {
|
|
|
400
400
|
/* If access denied this marks if it was denied due a schedule missmatch */
|
|
401
401
|
bool scheduleMissmatch;
|
|
402
402
|
/* Additional info about how long the device will remain open (in seconds) if access was granted */
|
|
403
|
+
bool has_accessOpenTime;
|
|
403
404
|
uint32_t accessOpenTime;
|
|
404
405
|
} BlueOssAccessResult_t;
|
|
405
406
|
|
|
@@ -885,7 +886,7 @@ extern "C" {
|
|
|
885
886
|
#define BLUESPTOKENCOMMAND_INIT_DEFAULT {BLUECREDENTIALID_INIT_DEFAULT, BLUELOCALTIMESTAMP_INIT_DEFAULT, BLUELOCALTIMESTAMP_INIT_DEFAULT, "", {0, {0}}}
|
|
886
887
|
#define BLUESPTOKEN_INIT_DEFAULT {{0, {0}}, 0, {BLUESPTOKENCOMMAND_INIT_DEFAULT}}
|
|
887
888
|
#define BLUESPRESULT_INIT_DEFAULT {{0, {0}}}
|
|
888
|
-
#define BLUEOSSACCESSRESULT_INIT_DEFAULT {0, _BLUEACCESSTYPE_MIN, 0, BLUELOCALTIMESTAMP_INIT_DEFAULT, 0, 0u}
|
|
889
|
+
#define BLUEOSSACCESSRESULT_INIT_DEFAULT {0, _BLUEACCESSTYPE_MIN, 0, BLUELOCALTIMESTAMP_INIT_DEFAULT, 0, false, 0u}
|
|
889
890
|
#define BLUEOSSACCESSEVENTSRESULT_INIT_DEFAULT {BLUEOSSACCESSRESULT_INIT_DEFAULT, 0, {BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT, BLUEEVENT_INIT_DEFAULT}}
|
|
890
891
|
#define BLUEOSSSIDVERSION_INIT_DEFAULT {false, 1u, false, 0u}
|
|
891
892
|
#define BLUEOSSSIDCREDENTIALTYPEOSS_INIT_DEFAULT {false, 0}
|
|
@@ -941,7 +942,7 @@ extern "C" {
|
|
|
941
942
|
#define BLUESPTOKENCOMMAND_INIT_ZERO {BLUECREDENTIALID_INIT_ZERO, BLUELOCALTIMESTAMP_INIT_ZERO, BLUELOCALTIMESTAMP_INIT_ZERO, "", {0, {0}}}
|
|
942
943
|
#define BLUESPTOKEN_INIT_ZERO {{0, {0}}, 0, {BLUESPTOKENCOMMAND_INIT_ZERO}}
|
|
943
944
|
#define BLUESPRESULT_INIT_ZERO {{0, {0}}}
|
|
944
|
-
#define BLUEOSSACCESSRESULT_INIT_ZERO {0, _BLUEACCESSTYPE_MIN, 0, BLUELOCALTIMESTAMP_INIT_ZERO, 0, 0}
|
|
945
|
+
#define BLUEOSSACCESSRESULT_INIT_ZERO {0, _BLUEACCESSTYPE_MIN, 0, BLUELOCALTIMESTAMP_INIT_ZERO, 0, false, 0}
|
|
945
946
|
#define BLUEOSSACCESSEVENTSRESULT_INIT_ZERO {BLUEOSSACCESSRESULT_INIT_ZERO, 0, {BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO, BLUEEVENT_INIT_ZERO}}
|
|
946
947
|
#define BLUEOSSSIDVERSION_INIT_ZERO {false, 0, false, 0}
|
|
947
948
|
#define BLUEOSSSIDCREDENTIALTYPEOSS_INIT_ZERO {false, 0}
|
|
@@ -1308,7 +1309,7 @@ X(a, STATIC, REQUIRED, UENUM, accessType, 2) \
|
|
|
1308
1309
|
X(a, STATIC, REQUIRED, UINT32, accessInfo, 3) \
|
|
1309
1310
|
X(a, STATIC, REQUIRED, MESSAGE, scheduleEndTime, 4) \
|
|
1310
1311
|
X(a, STATIC, REQUIRED, BOOL, scheduleMissmatch, 5) \
|
|
1311
|
-
X(a, STATIC,
|
|
1312
|
+
X(a, STATIC, OPTIONAL, UINT32, accessOpenTime, 6)
|
|
1312
1313
|
#define BLUEOSSACCESSRESULT_CALLBACK NULL
|
|
1313
1314
|
#define BLUEOSSACCESSRESULT_DEFAULT (const pb_byte_t*)"\x10\x01\x30\x00\x00"
|
|
1314
1315
|
#define BlueOssAccessResult_t_scheduleEndTime_MSGTYPE BlueLocalTimestamp_t
|
package/nanopb/BlueSDK.pb.h
CHANGED
|
@@ -78,6 +78,13 @@ typedef struct BlueI18n {
|
|
|
78
78
|
pb_callback_t dfuInitializationLabel;
|
|
79
79
|
pb_callback_t dfuUpdateFWLabel;
|
|
80
80
|
pb_callback_t dfuWaitForDeviceToRestartTaskLabel;
|
|
81
|
+
pb_callback_t accessTypeDefaultTime;
|
|
82
|
+
pb_callback_t accessTypeExtendedTime;
|
|
83
|
+
pb_callback_t accessTypeToggle;
|
|
84
|
+
pb_callback_t accessTypeClose;
|
|
85
|
+
pb_callback_t accessTypeCustomTime;
|
|
86
|
+
pb_callback_t openViaOssSoSelectAccessTypeTitle;
|
|
87
|
+
pb_callback_t openViaOssSoSelectAccessTypeMessage;
|
|
81
88
|
} BlueI18n_t;
|
|
82
89
|
|
|
83
90
|
typedef struct BlueDeviceDetailsBluetooth {
|
|
@@ -227,7 +234,7 @@ extern "C" {
|
|
|
227
234
|
|
|
228
235
|
|
|
229
236
|
/* Initializer values for message structs */
|
|
230
|
-
#define BLUEI18N_INIT_DEFAULT {{{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
237
|
+
#define BLUEI18N_INIT_DEFAULT {{{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
231
238
|
#define BLUEDEVICEDETAILSBLUETOOTH_INIT_DEFAULT {0, 0, 0}
|
|
232
239
|
#define BLUEDEVICEDETAILSUWB_INIT_DEFAULT {0}
|
|
233
240
|
#define BLUEDEVICEINFO_INIT_DEFAULT {_BLUEDEVICETYPE_MIN, {{NULL}, NULL}, 0, false, BLUEBLEMANUFACTURERINFO_INIT_DEFAULT, 0, {BLUEDEVICEDETAILSBLUETOOTH_INIT_DEFAULT}}
|
|
@@ -243,7 +250,7 @@ extern "C" {
|
|
|
243
250
|
#define BLUESYNCHRONIZEACCESSCREDENTIALS_INIT_DEFAULT {{{NULL}, NULL}}
|
|
244
251
|
#define BLUEHARDWAREINFO_INIT_DEFAULT {{{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, 0, _BLUEHARDWARETYPE_MIN}
|
|
245
252
|
#define BLUESYSTEMSTATUSEXT_INIT_DEFAULT {BLUESYSTEMSTATUS_INIT_DEFAULT, false, 0, false, 0, false, 0, false, BLUEHARDWAREINFO_INIT_DEFAULT}
|
|
246
|
-
#define BLUEI18N_INIT_ZERO {{{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
253
|
+
#define BLUEI18N_INIT_ZERO {{{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
|
247
254
|
#define BLUEDEVICEDETAILSBLUETOOTH_INIT_ZERO {0, 0, 0}
|
|
248
255
|
#define BLUEDEVICEDETAILSUWB_INIT_ZERO {0}
|
|
249
256
|
#define BLUEDEVICEINFO_INIT_ZERO {_BLUEDEVICETYPE_MIN, {{NULL}, NULL}, 0, false, BLUEBLEMANUFACTURERINFO_INIT_ZERO, 0, {BLUEDEVICEDETAILSBLUETOOTH_INIT_ZERO}}
|
|
@@ -313,6 +320,13 @@ extern "C" {
|
|
|
313
320
|
#define BLUEI18N_DFUINITIALIZATIONLABEL_TAG 50
|
|
314
321
|
#define BLUEI18N_DFUUPDATEFWLABEL_TAG 51
|
|
315
322
|
#define BLUEI18N_DFUWAITFORDEVICETORESTARTTASKLABEL_TAG 52
|
|
323
|
+
#define BLUEI18N_ACCESSTYPEDEFAULTTIME_TAG 53
|
|
324
|
+
#define BLUEI18N_ACCESSTYPEEXTENDEDTIME_TAG 54
|
|
325
|
+
#define BLUEI18N_ACCESSTYPETOGGLE_TAG 55
|
|
326
|
+
#define BLUEI18N_ACCESSTYPECLOSE_TAG 56
|
|
327
|
+
#define BLUEI18N_ACCESSTYPECUSTOMTIME_TAG 57
|
|
328
|
+
#define BLUEI18N_OPENVIAOSSSOSELECTACCESSTYPETITLE_TAG 58
|
|
329
|
+
#define BLUEI18N_OPENVIAOSSSOSELECTACCESSTYPEMESSAGE_TAG 59
|
|
316
330
|
#define BLUEDEVICEDETAILSBLUETOOTH_RSSI_TAG 1
|
|
317
331
|
#define BLUEDEVICEDETAILSBLUETOOTH_TXPOWER_TAG 2
|
|
318
332
|
#define BLUEDEVICEDETAILSBLUETOOTH_ISIBEACON_TAG 3
|
|
@@ -419,7 +433,14 @@ X(a, CALLBACK, REQUIRED, STRING, dfuPrepareUpdateLabel, 48) \
|
|
|
419
433
|
X(a, CALLBACK, REQUIRED, STRING, dfuStartBootloaderLabel, 49) \
|
|
420
434
|
X(a, CALLBACK, REQUIRED, STRING, dfuInitializationLabel, 50) \
|
|
421
435
|
X(a, CALLBACK, REQUIRED, STRING, dfuUpdateFWLabel, 51) \
|
|
422
|
-
X(a, CALLBACK, REQUIRED, STRING, dfuWaitForDeviceToRestartTaskLabel, 52)
|
|
436
|
+
X(a, CALLBACK, REQUIRED, STRING, dfuWaitForDeviceToRestartTaskLabel, 52) \
|
|
437
|
+
X(a, CALLBACK, REQUIRED, STRING, accessTypeDefaultTime, 53) \
|
|
438
|
+
X(a, CALLBACK, REQUIRED, STRING, accessTypeExtendedTime, 54) \
|
|
439
|
+
X(a, CALLBACK, REQUIRED, STRING, accessTypeToggle, 55) \
|
|
440
|
+
X(a, CALLBACK, REQUIRED, STRING, accessTypeClose, 56) \
|
|
441
|
+
X(a, CALLBACK, REQUIRED, STRING, accessTypeCustomTime, 57) \
|
|
442
|
+
X(a, CALLBACK, REQUIRED, STRING, openViaOssSoSelectAccessTypeTitle, 58) \
|
|
443
|
+
X(a, CALLBACK, REQUIRED, STRING, openViaOssSoSelectAccessTypeMessage, 59)
|
|
423
444
|
#define BLUEI18N_CALLBACK pb_default_field_callback
|
|
424
445
|
#define BLUEI18N_DEFAULT NULL
|
|
425
446
|
|
package/package.json
CHANGED
package/swift/BlueCore.pb.swift
CHANGED
|
@@ -4892,7 +4892,6 @@ extension BlueOssAccessResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
|
|
|
4892
4892
|
if self._accessInfo == nil {return false}
|
|
4893
4893
|
if self._scheduleEndTime == nil {return false}
|
|
4894
4894
|
if self._scheduleMissmatch == nil {return false}
|
|
4895
|
-
if self._accessOpenTime == nil {return false}
|
|
4896
4895
|
if let v = self._scheduleEndTime, !v.isInitialized {return false}
|
|
4897
4896
|
return true
|
|
4898
4897
|
}
|
package/swift/BlueSDK.pb.swift
CHANGED
|
@@ -567,6 +567,69 @@ public struct BlueI18n {
|
|
|
567
567
|
/// Clears the value of `dfuWaitForDeviceToRestartTaskLabel`. Subsequent reads from it will return its default value.
|
|
568
568
|
public mutating func clearDfuWaitForDeviceToRestartTaskLabel() {_uniqueStorage()._dfuWaitForDeviceToRestartTaskLabel = nil}
|
|
569
569
|
|
|
570
|
+
public var accessTypeDefaultTime: String {
|
|
571
|
+
get {return _storage._accessTypeDefaultTime ?? "Default"}
|
|
572
|
+
set {_uniqueStorage()._accessTypeDefaultTime = newValue}
|
|
573
|
+
}
|
|
574
|
+
/// Returns true if `accessTypeDefaultTime` has been explicitly set.
|
|
575
|
+
public var hasAccessTypeDefaultTime: Bool {return _storage._accessTypeDefaultTime != nil}
|
|
576
|
+
/// Clears the value of `accessTypeDefaultTime`. Subsequent reads from it will return its default value.
|
|
577
|
+
public mutating func clearAccessTypeDefaultTime() {_uniqueStorage()._accessTypeDefaultTime = nil}
|
|
578
|
+
|
|
579
|
+
public var accessTypeExtendedTime: String {
|
|
580
|
+
get {return _storage._accessTypeExtendedTime ?? "Extended"}
|
|
581
|
+
set {_uniqueStorage()._accessTypeExtendedTime = newValue}
|
|
582
|
+
}
|
|
583
|
+
/// Returns true if `accessTypeExtendedTime` has been explicitly set.
|
|
584
|
+
public var hasAccessTypeExtendedTime: Bool {return _storage._accessTypeExtendedTime != nil}
|
|
585
|
+
/// Clears the value of `accessTypeExtendedTime`. Subsequent reads from it will return its default value.
|
|
586
|
+
public mutating func clearAccessTypeExtendedTime() {_uniqueStorage()._accessTypeExtendedTime = nil}
|
|
587
|
+
|
|
588
|
+
public var accessTypeToggle: String {
|
|
589
|
+
get {return _storage._accessTypeToggle ?? "Toggle"}
|
|
590
|
+
set {_uniqueStorage()._accessTypeToggle = newValue}
|
|
591
|
+
}
|
|
592
|
+
/// Returns true if `accessTypeToggle` has been explicitly set.
|
|
593
|
+
public var hasAccessTypeToggle: Bool {return _storage._accessTypeToggle != nil}
|
|
594
|
+
/// Clears the value of `accessTypeToggle`. Subsequent reads from it will return its default value.
|
|
595
|
+
public mutating func clearAccessTypeToggle() {_uniqueStorage()._accessTypeToggle = nil}
|
|
596
|
+
|
|
597
|
+
public var accessTypeClose: String {
|
|
598
|
+
get {return _storage._accessTypeClose ?? "Close"}
|
|
599
|
+
set {_uniqueStorage()._accessTypeClose = newValue}
|
|
600
|
+
}
|
|
601
|
+
/// Returns true if `accessTypeClose` has been explicitly set.
|
|
602
|
+
public var hasAccessTypeClose: Bool {return _storage._accessTypeClose != nil}
|
|
603
|
+
/// Clears the value of `accessTypeClose`. Subsequent reads from it will return its default value.
|
|
604
|
+
public mutating func clearAccessTypeClose() {_uniqueStorage()._accessTypeClose = nil}
|
|
605
|
+
|
|
606
|
+
public var accessTypeCustomTime: String {
|
|
607
|
+
get {return _storage._accessTypeCustomTime ?? "Custom"}
|
|
608
|
+
set {_uniqueStorage()._accessTypeCustomTime = newValue}
|
|
609
|
+
}
|
|
610
|
+
/// Returns true if `accessTypeCustomTime` has been explicitly set.
|
|
611
|
+
public var hasAccessTypeCustomTime: Bool {return _storage._accessTypeCustomTime != nil}
|
|
612
|
+
/// Clears the value of `accessTypeCustomTime`. Subsequent reads from it will return its default value.
|
|
613
|
+
public mutating func clearAccessTypeCustomTime() {_uniqueStorage()._accessTypeCustomTime = nil}
|
|
614
|
+
|
|
615
|
+
public var openViaOssSoSelectAccessTypeTitle: String {
|
|
616
|
+
get {return _storage._openViaOssSoSelectAccessTypeTitle ?? "Select an access type"}
|
|
617
|
+
set {_uniqueStorage()._openViaOssSoSelectAccessTypeTitle = newValue}
|
|
618
|
+
}
|
|
619
|
+
/// Returns true if `openViaOssSoSelectAccessTypeTitle` has been explicitly set.
|
|
620
|
+
public var hasOpenViaOssSoSelectAccessTypeTitle: Bool {return _storage._openViaOssSoSelectAccessTypeTitle != nil}
|
|
621
|
+
/// Clears the value of `openViaOssSoSelectAccessTypeTitle`. Subsequent reads from it will return its default value.
|
|
622
|
+
public mutating func clearOpenViaOssSoSelectAccessTypeTitle() {_uniqueStorage()._openViaOssSoSelectAccessTypeTitle = nil}
|
|
623
|
+
|
|
624
|
+
public var openViaOssSoSelectAccessTypeMessage: String {
|
|
625
|
+
get {return _storage._openViaOssSoSelectAccessTypeMessage ?? "You have multiple access types available."}
|
|
626
|
+
set {_uniqueStorage()._openViaOssSoSelectAccessTypeMessage = newValue}
|
|
627
|
+
}
|
|
628
|
+
/// Returns true if `openViaOssSoSelectAccessTypeMessage` has been explicitly set.
|
|
629
|
+
public var hasOpenViaOssSoSelectAccessTypeMessage: Bool {return _storage._openViaOssSoSelectAccessTypeMessage != nil}
|
|
630
|
+
/// Clears the value of `openViaOssSoSelectAccessTypeMessage`. Subsequent reads from it will return its default value.
|
|
631
|
+
public mutating func clearOpenViaOssSoSelectAccessTypeMessage() {_uniqueStorage()._openViaOssSoSelectAccessTypeMessage = nil}
|
|
632
|
+
|
|
570
633
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
571
634
|
|
|
572
635
|
public init() {}
|
|
@@ -1327,6 +1390,13 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1327
1390
|
50: .same(proto: "dfuInitializationLabel"),
|
|
1328
1391
|
51: .same(proto: "dfuUpdateFWLabel"),
|
|
1329
1392
|
52: .same(proto: "dfuWaitForDeviceToRestartTaskLabel"),
|
|
1393
|
+
53: .same(proto: "accessTypeDefaultTime"),
|
|
1394
|
+
54: .same(proto: "accessTypeExtendedTime"),
|
|
1395
|
+
55: .same(proto: "accessTypeToggle"),
|
|
1396
|
+
56: .same(proto: "accessTypeClose"),
|
|
1397
|
+
57: .same(proto: "accessTypeCustomTime"),
|
|
1398
|
+
58: .same(proto: "openViaOssSoSelectAccessTypeTitle"),
|
|
1399
|
+
59: .same(proto: "openViaOssSoSelectAccessTypeMessage"),
|
|
1330
1400
|
]
|
|
1331
1401
|
|
|
1332
1402
|
fileprivate class _StorageClass {
|
|
@@ -1382,6 +1452,13 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1382
1452
|
var _dfuInitializationLabel: String? = nil
|
|
1383
1453
|
var _dfuUpdateFwlabel: String? = nil
|
|
1384
1454
|
var _dfuWaitForDeviceToRestartTaskLabel: String? = nil
|
|
1455
|
+
var _accessTypeDefaultTime: String? = nil
|
|
1456
|
+
var _accessTypeExtendedTime: String? = nil
|
|
1457
|
+
var _accessTypeToggle: String? = nil
|
|
1458
|
+
var _accessTypeClose: String? = nil
|
|
1459
|
+
var _accessTypeCustomTime: String? = nil
|
|
1460
|
+
var _openViaOssSoSelectAccessTypeTitle: String? = nil
|
|
1461
|
+
var _openViaOssSoSelectAccessTypeMessage: String? = nil
|
|
1385
1462
|
|
|
1386
1463
|
#if swift(>=5.10)
|
|
1387
1464
|
// This property is used as the initial default value for new instances of the type.
|
|
@@ -1448,6 +1525,13 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1448
1525
|
_dfuInitializationLabel = source._dfuInitializationLabel
|
|
1449
1526
|
_dfuUpdateFwlabel = source._dfuUpdateFwlabel
|
|
1450
1527
|
_dfuWaitForDeviceToRestartTaskLabel = source._dfuWaitForDeviceToRestartTaskLabel
|
|
1528
|
+
_accessTypeDefaultTime = source._accessTypeDefaultTime
|
|
1529
|
+
_accessTypeExtendedTime = source._accessTypeExtendedTime
|
|
1530
|
+
_accessTypeToggle = source._accessTypeToggle
|
|
1531
|
+
_accessTypeClose = source._accessTypeClose
|
|
1532
|
+
_accessTypeCustomTime = source._accessTypeCustomTime
|
|
1533
|
+
_openViaOssSoSelectAccessTypeTitle = source._openViaOssSoSelectAccessTypeTitle
|
|
1534
|
+
_openViaOssSoSelectAccessTypeMessage = source._openViaOssSoSelectAccessTypeMessage
|
|
1451
1535
|
}
|
|
1452
1536
|
}
|
|
1453
1537
|
|
|
@@ -1512,6 +1596,13 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1512
1596
|
if _storage._dfuInitializationLabel == nil {return false}
|
|
1513
1597
|
if _storage._dfuUpdateFwlabel == nil {return false}
|
|
1514
1598
|
if _storage._dfuWaitForDeviceToRestartTaskLabel == nil {return false}
|
|
1599
|
+
if _storage._accessTypeDefaultTime == nil {return false}
|
|
1600
|
+
if _storage._accessTypeExtendedTime == nil {return false}
|
|
1601
|
+
if _storage._accessTypeToggle == nil {return false}
|
|
1602
|
+
if _storage._accessTypeClose == nil {return false}
|
|
1603
|
+
if _storage._accessTypeCustomTime == nil {return false}
|
|
1604
|
+
if _storage._openViaOssSoSelectAccessTypeTitle == nil {return false}
|
|
1605
|
+
if _storage._openViaOssSoSelectAccessTypeMessage == nil {return false}
|
|
1515
1606
|
return true
|
|
1516
1607
|
}
|
|
1517
1608
|
}
|
|
@@ -1576,6 +1667,13 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1576
1667
|
case 50: try { try decoder.decodeSingularStringField(value: &_storage._dfuInitializationLabel) }()
|
|
1577
1668
|
case 51: try { try decoder.decodeSingularStringField(value: &_storage._dfuUpdateFwlabel) }()
|
|
1578
1669
|
case 52: try { try decoder.decodeSingularStringField(value: &_storage._dfuWaitForDeviceToRestartTaskLabel) }()
|
|
1670
|
+
case 53: try { try decoder.decodeSingularStringField(value: &_storage._accessTypeDefaultTime) }()
|
|
1671
|
+
case 54: try { try decoder.decodeSingularStringField(value: &_storage._accessTypeExtendedTime) }()
|
|
1672
|
+
case 55: try { try decoder.decodeSingularStringField(value: &_storage._accessTypeToggle) }()
|
|
1673
|
+
case 56: try { try decoder.decodeSingularStringField(value: &_storage._accessTypeClose) }()
|
|
1674
|
+
case 57: try { try decoder.decodeSingularStringField(value: &_storage._accessTypeCustomTime) }()
|
|
1675
|
+
case 58: try { try decoder.decodeSingularStringField(value: &_storage._openViaOssSoSelectAccessTypeTitle) }()
|
|
1676
|
+
case 59: try { try decoder.decodeSingularStringField(value: &_storage._openViaOssSoSelectAccessTypeMessage) }()
|
|
1579
1677
|
default: break
|
|
1580
1678
|
}
|
|
1581
1679
|
}
|
|
@@ -1744,6 +1842,27 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1744
1842
|
try { if let v = _storage._dfuWaitForDeviceToRestartTaskLabel {
|
|
1745
1843
|
try visitor.visitSingularStringField(value: v, fieldNumber: 52)
|
|
1746
1844
|
} }()
|
|
1845
|
+
try { if let v = _storage._accessTypeDefaultTime {
|
|
1846
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 53)
|
|
1847
|
+
} }()
|
|
1848
|
+
try { if let v = _storage._accessTypeExtendedTime {
|
|
1849
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 54)
|
|
1850
|
+
} }()
|
|
1851
|
+
try { if let v = _storage._accessTypeToggle {
|
|
1852
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 55)
|
|
1853
|
+
} }()
|
|
1854
|
+
try { if let v = _storage._accessTypeClose {
|
|
1855
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 56)
|
|
1856
|
+
} }()
|
|
1857
|
+
try { if let v = _storage._accessTypeCustomTime {
|
|
1858
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 57)
|
|
1859
|
+
} }()
|
|
1860
|
+
try { if let v = _storage._openViaOssSoSelectAccessTypeTitle {
|
|
1861
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 58)
|
|
1862
|
+
} }()
|
|
1863
|
+
try { if let v = _storage._openViaOssSoSelectAccessTypeMessage {
|
|
1864
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 59)
|
|
1865
|
+
} }()
|
|
1747
1866
|
}
|
|
1748
1867
|
try unknownFields.traverse(visitor: &visitor)
|
|
1749
1868
|
}
|
|
@@ -1805,6 +1924,13 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1805
1924
|
if _storage._dfuInitializationLabel != rhs_storage._dfuInitializationLabel {return false}
|
|
1806
1925
|
if _storage._dfuUpdateFwlabel != rhs_storage._dfuUpdateFwlabel {return false}
|
|
1807
1926
|
if _storage._dfuWaitForDeviceToRestartTaskLabel != rhs_storage._dfuWaitForDeviceToRestartTaskLabel {return false}
|
|
1927
|
+
if _storage._accessTypeDefaultTime != rhs_storage._accessTypeDefaultTime {return false}
|
|
1928
|
+
if _storage._accessTypeExtendedTime != rhs_storage._accessTypeExtendedTime {return false}
|
|
1929
|
+
if _storage._accessTypeToggle != rhs_storage._accessTypeToggle {return false}
|
|
1930
|
+
if _storage._accessTypeClose != rhs_storage._accessTypeClose {return false}
|
|
1931
|
+
if _storage._accessTypeCustomTime != rhs_storage._accessTypeCustomTime {return false}
|
|
1932
|
+
if _storage._openViaOssSoSelectAccessTypeTitle != rhs_storage._openViaOssSoSelectAccessTypeTitle {return false}
|
|
1933
|
+
if _storage._openViaOssSoSelectAccessTypeMessage != rhs_storage._openViaOssSoSelectAccessTypeMessage {return false}
|
|
1808
1934
|
return true
|
|
1809
1935
|
}
|
|
1810
1936
|
if !storagesAreEqual {return false}
|