@blueid/access-proto 0.95.0 → 0.97.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/BlueSDK.proto +13 -11
- package/cjs/BlueSDK_pb.d.ts +16 -11
- package/cjs/BlueSDK_pb.js +12 -11
- package/es/BlueSDK_pb.d.ts +16 -11
- package/es/BlueSDK_pb.js +12 -11
- package/nanopb/BlueSDK.pb.h +27 -24
- package/package.json +1 -1
- package/swift/BlueSDK.pb.swift +51 -33
package/BlueSDK.proto
CHANGED
|
@@ -59,27 +59,29 @@ message BlueI18n {
|
|
|
59
59
|
[ default = "Synchronization has failed" ];
|
|
60
60
|
required string syncDeviceCancellingTitle = 22
|
|
61
61
|
[ default = "Cancelling..." ];
|
|
62
|
-
required string
|
|
62
|
+
required string syncDeviceCompletedTitle = 23
|
|
63
|
+
[ default = "Synchronization has been completed" ];
|
|
64
|
+
required string syncDeviceGetAuthenticationTokenTaskLabel = 24
|
|
63
65
|
[ default = "Issue authentication token" ];
|
|
64
|
-
required string syncDeviceRetrieveDeviceConfigurationTaskLabel =
|
|
66
|
+
required string syncDeviceRetrieveDeviceConfigurationTaskLabel = 25
|
|
65
67
|
[ default = "Retrieve device configuration" ];
|
|
66
|
-
required string syncDeviceUpdateDeviceConfigurationTaskLabel =
|
|
68
|
+
required string syncDeviceUpdateDeviceConfigurationTaskLabel = 26
|
|
67
69
|
[ default = "Update device configuration" ];
|
|
68
|
-
required string syncDeviceUpdateDeviceTimeTaskLabel =
|
|
70
|
+
required string syncDeviceUpdateDeviceTimeTaskLabel = 27
|
|
69
71
|
[ default = "Update device time" ];
|
|
70
|
-
required string syncDeviceWaitForDeviceToRestartTaskLabel =
|
|
72
|
+
required string syncDeviceWaitForDeviceToRestartTaskLabel = 28
|
|
71
73
|
[ default = "Wait for device to restart" ];
|
|
72
|
-
required string syncDevicePushEventLogsTaskLabel =
|
|
74
|
+
required string syncDevicePushEventLogsTaskLabel = 29
|
|
73
75
|
[ default = "Push event logs" ];
|
|
74
|
-
required string syncDevicePushSystemLogsTaskLabel =
|
|
76
|
+
required string syncDevicePushSystemLogsTaskLabel = 30
|
|
75
77
|
[ default = "Push system logs" ];
|
|
76
|
-
required string syncDeviceRetrieveBlacklistEntriesTaskLabel =
|
|
78
|
+
required string syncDeviceRetrieveBlacklistEntriesTaskLabel = 31
|
|
77
79
|
[ default = "Retrieve blacklist entries" ];
|
|
78
|
-
required string syncDeviceDeployBlacklistEntriesTaskLabel =
|
|
80
|
+
required string syncDeviceDeployBlacklistEntriesTaskLabel = 32
|
|
79
81
|
[ default = "Deploy blacklist entries" ];
|
|
80
|
-
required string syncDeviceRetrieveSystemStatusTaskLabel =
|
|
82
|
+
required string syncDeviceRetrieveSystemStatusTaskLabel = 33
|
|
81
83
|
[ default = "Retrieve system status" ];
|
|
82
|
-
required string syncDevicePushSystemStatusTaskLabel =
|
|
84
|
+
required string syncDevicePushSystemStatusTaskLabel = 34
|
|
83
85
|
[ default = "Push system status" ];
|
|
84
86
|
}
|
|
85
87
|
|
package/cjs/BlueSDK_pb.d.ts
CHANGED
|
@@ -162,57 +162,62 @@ export declare class BlueI18n extends Message<BlueI18n> {
|
|
|
162
162
|
syncDeviceCancellingTitle: string;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* @generated from field: required string
|
|
165
|
+
* @generated from field: required string syncDeviceCompletedTitle = 23 [default = "Synchronization has been completed"];
|
|
166
|
+
*/
|
|
167
|
+
syncDeviceCompletedTitle: string;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: required string syncDeviceGetAuthenticationTokenTaskLabel = 24 [default = "Issue authentication token"];
|
|
166
171
|
*/
|
|
167
172
|
syncDeviceGetAuthenticationTokenTaskLabel: string;
|
|
168
173
|
|
|
169
174
|
/**
|
|
170
|
-
* @generated from field: required string syncDeviceRetrieveDeviceConfigurationTaskLabel =
|
|
175
|
+
* @generated from field: required string syncDeviceRetrieveDeviceConfigurationTaskLabel = 25 [default = "Retrieve device configuration"];
|
|
171
176
|
*/
|
|
172
177
|
syncDeviceRetrieveDeviceConfigurationTaskLabel: string;
|
|
173
178
|
|
|
174
179
|
/**
|
|
175
|
-
* @generated from field: required string syncDeviceUpdateDeviceConfigurationTaskLabel =
|
|
180
|
+
* @generated from field: required string syncDeviceUpdateDeviceConfigurationTaskLabel = 26 [default = "Update device configuration"];
|
|
176
181
|
*/
|
|
177
182
|
syncDeviceUpdateDeviceConfigurationTaskLabel: string;
|
|
178
183
|
|
|
179
184
|
/**
|
|
180
|
-
* @generated from field: required string syncDeviceUpdateDeviceTimeTaskLabel =
|
|
185
|
+
* @generated from field: required string syncDeviceUpdateDeviceTimeTaskLabel = 27 [default = "Update device time"];
|
|
181
186
|
*/
|
|
182
187
|
syncDeviceUpdateDeviceTimeTaskLabel: string;
|
|
183
188
|
|
|
184
189
|
/**
|
|
185
|
-
* @generated from field: required string syncDeviceWaitForDeviceToRestartTaskLabel =
|
|
190
|
+
* @generated from field: required string syncDeviceWaitForDeviceToRestartTaskLabel = 28 [default = "Wait for device to restart"];
|
|
186
191
|
*/
|
|
187
192
|
syncDeviceWaitForDeviceToRestartTaskLabel: string;
|
|
188
193
|
|
|
189
194
|
/**
|
|
190
|
-
* @generated from field: required string syncDevicePushEventLogsTaskLabel =
|
|
195
|
+
* @generated from field: required string syncDevicePushEventLogsTaskLabel = 29 [default = "Push event logs"];
|
|
191
196
|
*/
|
|
192
197
|
syncDevicePushEventLogsTaskLabel: string;
|
|
193
198
|
|
|
194
199
|
/**
|
|
195
|
-
* @generated from field: required string syncDevicePushSystemLogsTaskLabel =
|
|
200
|
+
* @generated from field: required string syncDevicePushSystemLogsTaskLabel = 30 [default = "Push system logs"];
|
|
196
201
|
*/
|
|
197
202
|
syncDevicePushSystemLogsTaskLabel: string;
|
|
198
203
|
|
|
199
204
|
/**
|
|
200
|
-
* @generated from field: required string syncDeviceRetrieveBlacklistEntriesTaskLabel =
|
|
205
|
+
* @generated from field: required string syncDeviceRetrieveBlacklistEntriesTaskLabel = 31 [default = "Retrieve blacklist entries"];
|
|
201
206
|
*/
|
|
202
207
|
syncDeviceRetrieveBlacklistEntriesTaskLabel: string;
|
|
203
208
|
|
|
204
209
|
/**
|
|
205
|
-
* @generated from field: required string syncDeviceDeployBlacklistEntriesTaskLabel =
|
|
210
|
+
* @generated from field: required string syncDeviceDeployBlacklistEntriesTaskLabel = 32 [default = "Deploy blacklist entries"];
|
|
206
211
|
*/
|
|
207
212
|
syncDeviceDeployBlacklistEntriesTaskLabel: string;
|
|
208
213
|
|
|
209
214
|
/**
|
|
210
|
-
* @generated from field: required string syncDeviceRetrieveSystemStatusTaskLabel =
|
|
215
|
+
* @generated from field: required string syncDeviceRetrieveSystemStatusTaskLabel = 33 [default = "Retrieve system status"];
|
|
211
216
|
*/
|
|
212
217
|
syncDeviceRetrieveSystemStatusTaskLabel: string;
|
|
213
218
|
|
|
214
219
|
/**
|
|
215
|
-
* @generated from field: required string syncDevicePushSystemStatusTaskLabel =
|
|
220
|
+
* @generated from field: required string syncDevicePushSystemStatusTaskLabel = 34 [default = "Push system status"];
|
|
216
221
|
*/
|
|
217
222
|
syncDevicePushSystemStatusTaskLabel: string;
|
|
218
223
|
|
package/cjs/BlueSDK_pb.js
CHANGED
|
@@ -78,17 +78,18 @@ const BlueI18n = import_protobuf.proto2.makeMessageType(
|
|
|
78
78
|
{ no: 20, name: "syncDeviceInProgressTitle", kind: "scalar", T: 9, default: "Synchronization in Progress" },
|
|
79
79
|
{ no: 21, name: "syncDeviceFailedTitle", kind: "scalar", T: 9, default: "Synchronization has failed" },
|
|
80
80
|
{ no: 22, name: "syncDeviceCancellingTitle", kind: "scalar", T: 9, default: "Cancelling..." },
|
|
81
|
-
{ no: 23, name: "
|
|
82
|
-
{ no: 24, name: "
|
|
83
|
-
{ no: 25, name: "
|
|
84
|
-
{ no: 26, name: "
|
|
85
|
-
{ no: 27, name: "
|
|
86
|
-
{ no: 28, name: "
|
|
87
|
-
{ no: 29, name: "
|
|
88
|
-
{ no: 30, name: "
|
|
89
|
-
{ no: 31, name: "
|
|
90
|
-
{ no: 32, name: "
|
|
91
|
-
{ no: 33, name: "
|
|
81
|
+
{ no: 23, name: "syncDeviceCompletedTitle", kind: "scalar", T: 9, default: "Synchronization has been completed" },
|
|
82
|
+
{ no: 24, name: "syncDeviceGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9, default: "Issue authentication token" },
|
|
83
|
+
{ no: 25, name: "syncDeviceRetrieveDeviceConfigurationTaskLabel", kind: "scalar", T: 9, default: "Retrieve device configuration" },
|
|
84
|
+
{ no: 26, name: "syncDeviceUpdateDeviceConfigurationTaskLabel", kind: "scalar", T: 9, default: "Update device configuration" },
|
|
85
|
+
{ no: 27, name: "syncDeviceUpdateDeviceTimeTaskLabel", kind: "scalar", T: 9, default: "Update device time" },
|
|
86
|
+
{ no: 28, name: "syncDeviceWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9, default: "Wait for device to restart" },
|
|
87
|
+
{ no: 29, name: "syncDevicePushEventLogsTaskLabel", kind: "scalar", T: 9, default: "Push event logs" },
|
|
88
|
+
{ no: 30, name: "syncDevicePushSystemLogsTaskLabel", kind: "scalar", T: 9, default: "Push system logs" },
|
|
89
|
+
{ no: 31, name: "syncDeviceRetrieveBlacklistEntriesTaskLabel", kind: "scalar", T: 9, default: "Retrieve blacklist entries" },
|
|
90
|
+
{ no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9, default: "Deploy blacklist entries" },
|
|
91
|
+
{ no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9, default: "Retrieve system status" },
|
|
92
|
+
{ no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9, default: "Push system status" }
|
|
92
93
|
]
|
|
93
94
|
);
|
|
94
95
|
const BlueDeviceDetailsBluetooth = import_protobuf.proto2.makeMessageType(
|
package/es/BlueSDK_pb.d.ts
CHANGED
|
@@ -162,57 +162,62 @@ export declare class BlueI18n extends Message<BlueI18n> {
|
|
|
162
162
|
syncDeviceCancellingTitle: string;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* @generated from field: required string
|
|
165
|
+
* @generated from field: required string syncDeviceCompletedTitle = 23 [default = "Synchronization has been completed"];
|
|
166
|
+
*/
|
|
167
|
+
syncDeviceCompletedTitle: string;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: required string syncDeviceGetAuthenticationTokenTaskLabel = 24 [default = "Issue authentication token"];
|
|
166
171
|
*/
|
|
167
172
|
syncDeviceGetAuthenticationTokenTaskLabel: string;
|
|
168
173
|
|
|
169
174
|
/**
|
|
170
|
-
* @generated from field: required string syncDeviceRetrieveDeviceConfigurationTaskLabel =
|
|
175
|
+
* @generated from field: required string syncDeviceRetrieveDeviceConfigurationTaskLabel = 25 [default = "Retrieve device configuration"];
|
|
171
176
|
*/
|
|
172
177
|
syncDeviceRetrieveDeviceConfigurationTaskLabel: string;
|
|
173
178
|
|
|
174
179
|
/**
|
|
175
|
-
* @generated from field: required string syncDeviceUpdateDeviceConfigurationTaskLabel =
|
|
180
|
+
* @generated from field: required string syncDeviceUpdateDeviceConfigurationTaskLabel = 26 [default = "Update device configuration"];
|
|
176
181
|
*/
|
|
177
182
|
syncDeviceUpdateDeviceConfigurationTaskLabel: string;
|
|
178
183
|
|
|
179
184
|
/**
|
|
180
|
-
* @generated from field: required string syncDeviceUpdateDeviceTimeTaskLabel =
|
|
185
|
+
* @generated from field: required string syncDeviceUpdateDeviceTimeTaskLabel = 27 [default = "Update device time"];
|
|
181
186
|
*/
|
|
182
187
|
syncDeviceUpdateDeviceTimeTaskLabel: string;
|
|
183
188
|
|
|
184
189
|
/**
|
|
185
|
-
* @generated from field: required string syncDeviceWaitForDeviceToRestartTaskLabel =
|
|
190
|
+
* @generated from field: required string syncDeviceWaitForDeviceToRestartTaskLabel = 28 [default = "Wait for device to restart"];
|
|
186
191
|
*/
|
|
187
192
|
syncDeviceWaitForDeviceToRestartTaskLabel: string;
|
|
188
193
|
|
|
189
194
|
/**
|
|
190
|
-
* @generated from field: required string syncDevicePushEventLogsTaskLabel =
|
|
195
|
+
* @generated from field: required string syncDevicePushEventLogsTaskLabel = 29 [default = "Push event logs"];
|
|
191
196
|
*/
|
|
192
197
|
syncDevicePushEventLogsTaskLabel: string;
|
|
193
198
|
|
|
194
199
|
/**
|
|
195
|
-
* @generated from field: required string syncDevicePushSystemLogsTaskLabel =
|
|
200
|
+
* @generated from field: required string syncDevicePushSystemLogsTaskLabel = 30 [default = "Push system logs"];
|
|
196
201
|
*/
|
|
197
202
|
syncDevicePushSystemLogsTaskLabel: string;
|
|
198
203
|
|
|
199
204
|
/**
|
|
200
|
-
* @generated from field: required string syncDeviceRetrieveBlacklistEntriesTaskLabel =
|
|
205
|
+
* @generated from field: required string syncDeviceRetrieveBlacklistEntriesTaskLabel = 31 [default = "Retrieve blacklist entries"];
|
|
201
206
|
*/
|
|
202
207
|
syncDeviceRetrieveBlacklistEntriesTaskLabel: string;
|
|
203
208
|
|
|
204
209
|
/**
|
|
205
|
-
* @generated from field: required string syncDeviceDeployBlacklistEntriesTaskLabel =
|
|
210
|
+
* @generated from field: required string syncDeviceDeployBlacklistEntriesTaskLabel = 32 [default = "Deploy blacklist entries"];
|
|
206
211
|
*/
|
|
207
212
|
syncDeviceDeployBlacklistEntriesTaskLabel: string;
|
|
208
213
|
|
|
209
214
|
/**
|
|
210
|
-
* @generated from field: required string syncDeviceRetrieveSystemStatusTaskLabel =
|
|
215
|
+
* @generated from field: required string syncDeviceRetrieveSystemStatusTaskLabel = 33 [default = "Retrieve system status"];
|
|
211
216
|
*/
|
|
212
217
|
syncDeviceRetrieveSystemStatusTaskLabel: string;
|
|
213
218
|
|
|
214
219
|
/**
|
|
215
|
-
* @generated from field: required string syncDevicePushSystemStatusTaskLabel =
|
|
220
|
+
* @generated from field: required string syncDevicePushSystemStatusTaskLabel = 34 [default = "Push system status"];
|
|
216
221
|
*/
|
|
217
222
|
syncDevicePushSystemStatusTaskLabel: string;
|
|
218
223
|
|
package/es/BlueSDK_pb.js
CHANGED
|
@@ -58,17 +58,18 @@ export const BlueI18n = proto2.makeMessageType(
|
|
|
58
58
|
{ no: 20, name: "syncDeviceInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization in Progress" },
|
|
59
59
|
{ no: 21, name: "syncDeviceFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has failed" },
|
|
60
60
|
{ no: 22, name: "syncDeviceCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
61
|
-
{ no: 23, name: "
|
|
62
|
-
{ no: 24, name: "
|
|
63
|
-
{ no: 25, name: "
|
|
64
|
-
{ no: 26, name: "
|
|
65
|
-
{ no: 27, name: "
|
|
66
|
-
{ no: 28, name: "
|
|
67
|
-
{ no: 29, name: "
|
|
68
|
-
{ no: 30, name: "
|
|
69
|
-
{ no: 31, name: "
|
|
70
|
-
{ no: 32, name: "
|
|
71
|
-
{ no: 33, name: "
|
|
61
|
+
{ no: 23, name: "syncDeviceCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has been completed" },
|
|
62
|
+
{ no: 24, name: "syncDeviceGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
63
|
+
{ no: 25, name: "syncDeviceRetrieveDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve device configuration" },
|
|
64
|
+
{ no: 26, name: "syncDeviceUpdateDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device configuration" },
|
|
65
|
+
{ no: 27, name: "syncDeviceUpdateDeviceTimeTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device time" },
|
|
66
|
+
{ no: 28, name: "syncDeviceWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
67
|
+
{ no: 29, name: "syncDevicePushEventLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push event logs" },
|
|
68
|
+
{ no: 30, name: "syncDevicePushSystemLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system logs" },
|
|
69
|
+
{ no: 31, name: "syncDeviceRetrieveBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve blacklist entries" },
|
|
70
|
+
{ no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
71
|
+
{ no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
72
|
+
{ no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
72
73
|
],
|
|
73
74
|
);
|
|
74
75
|
|
package/nanopb/BlueSDK.pb.h
CHANGED
|
@@ -47,6 +47,7 @@ typedef struct BlueI18n {
|
|
|
47
47
|
pb_callback_t syncDeviceInProgressTitle;
|
|
48
48
|
pb_callback_t syncDeviceFailedTitle;
|
|
49
49
|
pb_callback_t syncDeviceCancellingTitle;
|
|
50
|
+
pb_callback_t syncDeviceCompletedTitle;
|
|
50
51
|
pb_callback_t syncDeviceGetAuthenticationTokenTaskLabel;
|
|
51
52
|
pb_callback_t syncDeviceRetrieveDeviceConfigurationTaskLabel;
|
|
52
53
|
pb_callback_t syncDeviceUpdateDeviceConfigurationTaskLabel;
|
|
@@ -184,7 +185,7 @@ extern "C" {
|
|
|
184
185
|
|
|
185
186
|
|
|
186
187
|
/* Initializer values for message structs */
|
|
187
|
-
#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}}
|
|
188
|
+
#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}}
|
|
188
189
|
#define BLUEDEVICEDETAILSBLUETOOTH_INIT_DEFAULT {0, 0, 0}
|
|
189
190
|
#define BLUEDEVICEDETAILSUWB_INIT_DEFAULT {0}
|
|
190
191
|
#define BLUEDEVICEINFO_INIT_DEFAULT {_BLUEDEVICETYPE_MIN, {{NULL}, NULL}, 0, false, BLUEBLEMANUFACTURERINFO_INIT_DEFAULT, 0, {BLUEDEVICEDETAILSBLUETOOTH_INIT_DEFAULT}}
|
|
@@ -198,7 +199,7 @@ extern "C" {
|
|
|
198
199
|
#define BLUEREFRESHOSSSOCREDENTIALS_INIT_DEFAULT {{{NULL}, NULL}}
|
|
199
200
|
#define BLUESYNCHRONIZEACCESSCREDENTIAL_INIT_DEFAULT {BLUECREDENTIALID_INIT_DEFAULT, _BLUERETURNCODE_MIN, {{NULL}, NULL}}
|
|
200
201
|
#define BLUESYNCHRONIZEACCESSCREDENTIALS_INIT_DEFAULT {{{NULL}, NULL}}
|
|
201
|
-
#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}}
|
|
202
|
+
#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}}
|
|
202
203
|
#define BLUEDEVICEDETAILSBLUETOOTH_INIT_ZERO {0, 0, 0}
|
|
203
204
|
#define BLUEDEVICEDETAILSUWB_INIT_ZERO {0}
|
|
204
205
|
#define BLUEDEVICEINFO_INIT_ZERO {_BLUEDEVICETYPE_MIN, {{NULL}, NULL}, 0, false, BLUEBLEMANUFACTURERINFO_INIT_ZERO, 0, {BLUEDEVICEDETAILSBLUETOOTH_INIT_ZERO}}
|
|
@@ -236,17 +237,18 @@ extern "C" {
|
|
|
236
237
|
#define BLUEI18N_SYNCDEVICEINPROGRESSTITLE_TAG 20
|
|
237
238
|
#define BLUEI18N_SYNCDEVICEFAILEDTITLE_TAG 21
|
|
238
239
|
#define BLUEI18N_SYNCDEVICECANCELLINGTITLE_TAG 22
|
|
239
|
-
#define
|
|
240
|
-
#define
|
|
241
|
-
#define
|
|
242
|
-
#define
|
|
243
|
-
#define
|
|
244
|
-
#define
|
|
245
|
-
#define
|
|
246
|
-
#define
|
|
247
|
-
#define
|
|
248
|
-
#define
|
|
249
|
-
#define
|
|
240
|
+
#define BLUEI18N_SYNCDEVICECOMPLETEDTITLE_TAG 23
|
|
241
|
+
#define BLUEI18N_SYNCDEVICEGETAUTHENTICATIONTOKENTASKLABEL_TAG 24
|
|
242
|
+
#define BLUEI18N_SYNCDEVICERETRIEVEDEVICECONFIGURATIONTASKLABEL_TAG 25
|
|
243
|
+
#define BLUEI18N_SYNCDEVICEUPDATEDEVICECONFIGURATIONTASKLABEL_TAG 26
|
|
244
|
+
#define BLUEI18N_SYNCDEVICEUPDATEDEVICETIMETASKLABEL_TAG 27
|
|
245
|
+
#define BLUEI18N_SYNCDEVICEWAITFORDEVICETORESTARTTASKLABEL_TAG 28
|
|
246
|
+
#define BLUEI18N_SYNCDEVICEPUSHEVENTLOGSTASKLABEL_TAG 29
|
|
247
|
+
#define BLUEI18N_SYNCDEVICEPUSHSYSTEMLOGSTASKLABEL_TAG 30
|
|
248
|
+
#define BLUEI18N_SYNCDEVICERETRIEVEBLACKLISTENTRIESTASKLABEL_TAG 31
|
|
249
|
+
#define BLUEI18N_SYNCDEVICEDEPLOYBLACKLISTENTRIESTASKLABEL_TAG 32
|
|
250
|
+
#define BLUEI18N_SYNCDEVICERETRIEVESYSTEMSTATUSTASKLABEL_TAG 33
|
|
251
|
+
#define BLUEI18N_SYNCDEVICEPUSHSYSTEMSTATUSTASKLABEL_TAG 34
|
|
250
252
|
#define BLUEDEVICEDETAILSBLUETOOTH_RSSI_TAG 1
|
|
251
253
|
#define BLUEDEVICEDETAILSBLUETOOTH_TXPOWER_TAG 2
|
|
252
254
|
#define BLUEDEVICEDETAILSBLUETOOTH_ISIBEACON_TAG 3
|
|
@@ -314,17 +316,18 @@ X(a, CALLBACK, REQUIRED, STRING, cmnCloseLabel, 19) \
|
|
|
314
316
|
X(a, CALLBACK, REQUIRED, STRING, syncDeviceInProgressTitle, 20) \
|
|
315
317
|
X(a, CALLBACK, REQUIRED, STRING, syncDeviceFailedTitle, 21) \
|
|
316
318
|
X(a, CALLBACK, REQUIRED, STRING, syncDeviceCancellingTitle, 22) \
|
|
317
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
318
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
319
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
320
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
321
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
322
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
323
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
324
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
325
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
326
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
327
|
-
X(a, CALLBACK, REQUIRED, STRING,
|
|
319
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceCompletedTitle, 23) \
|
|
320
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceGetAuthenticationTokenTaskLabel, 24) \
|
|
321
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceRetrieveDeviceConfigurationTaskLabel, 25) \
|
|
322
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceUpdateDeviceConfigurationTaskLabel, 26) \
|
|
323
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceUpdateDeviceTimeTaskLabel, 27) \
|
|
324
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceWaitForDeviceToRestartTaskLabel, 28) \
|
|
325
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDevicePushEventLogsTaskLabel, 29) \
|
|
326
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDevicePushSystemLogsTaskLabel, 30) \
|
|
327
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceRetrieveBlacklistEntriesTaskLabel, 31) \
|
|
328
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceDeployBlacklistEntriesTaskLabel, 32) \
|
|
329
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDeviceRetrieveSystemStatusTaskLabel, 33) \
|
|
330
|
+
X(a, CALLBACK, REQUIRED, STRING, syncDevicePushSystemStatusTaskLabel, 34)
|
|
328
331
|
#define BLUEI18N_CALLBACK pb_default_field_callback
|
|
329
332
|
#define BLUEI18N_DEFAULT NULL
|
|
330
333
|
|
package/package.json
CHANGED
package/swift/BlueSDK.pb.swift
CHANGED
|
@@ -297,6 +297,15 @@ public struct BlueI18n {
|
|
|
297
297
|
/// Clears the value of `syncDeviceCancellingTitle`. Subsequent reads from it will return its default value.
|
|
298
298
|
public mutating func clearSyncDeviceCancellingTitle() {_uniqueStorage()._syncDeviceCancellingTitle = nil}
|
|
299
299
|
|
|
300
|
+
public var syncDeviceCompletedTitle: String {
|
|
301
|
+
get {return _storage._syncDeviceCompletedTitle ?? "Synchronization has been completed"}
|
|
302
|
+
set {_uniqueStorage()._syncDeviceCompletedTitle = newValue}
|
|
303
|
+
}
|
|
304
|
+
/// Returns true if `syncDeviceCompletedTitle` has been explicitly set.
|
|
305
|
+
public var hasSyncDeviceCompletedTitle: Bool {return _storage._syncDeviceCompletedTitle != nil}
|
|
306
|
+
/// Clears the value of `syncDeviceCompletedTitle`. Subsequent reads from it will return its default value.
|
|
307
|
+
public mutating func clearSyncDeviceCompletedTitle() {_uniqueStorage()._syncDeviceCompletedTitle = nil}
|
|
308
|
+
|
|
300
309
|
public var syncDeviceGetAuthenticationTokenTaskLabel: String {
|
|
301
310
|
get {return _storage._syncDeviceGetAuthenticationTokenTaskLabel ?? "Issue authentication token"}
|
|
302
311
|
set {_uniqueStorage()._syncDeviceGetAuthenticationTokenTaskLabel = newValue}
|
|
@@ -1002,17 +1011,18 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1002
1011
|
20: .same(proto: "syncDeviceInProgressTitle"),
|
|
1003
1012
|
21: .same(proto: "syncDeviceFailedTitle"),
|
|
1004
1013
|
22: .same(proto: "syncDeviceCancellingTitle"),
|
|
1005
|
-
23: .same(proto: "
|
|
1006
|
-
24: .same(proto: "
|
|
1007
|
-
25: .same(proto: "
|
|
1008
|
-
26: .same(proto: "
|
|
1009
|
-
27: .same(proto: "
|
|
1010
|
-
28: .same(proto: "
|
|
1011
|
-
29: .same(proto: "
|
|
1012
|
-
30: .same(proto: "
|
|
1013
|
-
31: .same(proto: "
|
|
1014
|
-
32: .same(proto: "
|
|
1015
|
-
33: .same(proto: "
|
|
1014
|
+
23: .same(proto: "syncDeviceCompletedTitle"),
|
|
1015
|
+
24: .same(proto: "syncDeviceGetAuthenticationTokenTaskLabel"),
|
|
1016
|
+
25: .same(proto: "syncDeviceRetrieveDeviceConfigurationTaskLabel"),
|
|
1017
|
+
26: .same(proto: "syncDeviceUpdateDeviceConfigurationTaskLabel"),
|
|
1018
|
+
27: .same(proto: "syncDeviceUpdateDeviceTimeTaskLabel"),
|
|
1019
|
+
28: .same(proto: "syncDeviceWaitForDeviceToRestartTaskLabel"),
|
|
1020
|
+
29: .same(proto: "syncDevicePushEventLogsTaskLabel"),
|
|
1021
|
+
30: .same(proto: "syncDevicePushSystemLogsTaskLabel"),
|
|
1022
|
+
31: .same(proto: "syncDeviceRetrieveBlacklistEntriesTaskLabel"),
|
|
1023
|
+
32: .same(proto: "syncDeviceDeployBlacklistEntriesTaskLabel"),
|
|
1024
|
+
33: .same(proto: "syncDeviceRetrieveSystemStatusTaskLabel"),
|
|
1025
|
+
34: .same(proto: "syncDevicePushSystemStatusTaskLabel"),
|
|
1016
1026
|
]
|
|
1017
1027
|
|
|
1018
1028
|
fileprivate class _StorageClass {
|
|
@@ -1038,6 +1048,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1038
1048
|
var _syncDeviceInProgressTitle: String? = nil
|
|
1039
1049
|
var _syncDeviceFailedTitle: String? = nil
|
|
1040
1050
|
var _syncDeviceCancellingTitle: String? = nil
|
|
1051
|
+
var _syncDeviceCompletedTitle: String? = nil
|
|
1041
1052
|
var _syncDeviceGetAuthenticationTokenTaskLabel: String? = nil
|
|
1042
1053
|
var _syncDeviceRetrieveDeviceConfigurationTaskLabel: String? = nil
|
|
1043
1054
|
var _syncDeviceUpdateDeviceConfigurationTaskLabel: String? = nil
|
|
@@ -1077,6 +1088,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1077
1088
|
_syncDeviceInProgressTitle = source._syncDeviceInProgressTitle
|
|
1078
1089
|
_syncDeviceFailedTitle = source._syncDeviceFailedTitle
|
|
1079
1090
|
_syncDeviceCancellingTitle = source._syncDeviceCancellingTitle
|
|
1091
|
+
_syncDeviceCompletedTitle = source._syncDeviceCompletedTitle
|
|
1080
1092
|
_syncDeviceGetAuthenticationTokenTaskLabel = source._syncDeviceGetAuthenticationTokenTaskLabel
|
|
1081
1093
|
_syncDeviceRetrieveDeviceConfigurationTaskLabel = source._syncDeviceRetrieveDeviceConfigurationTaskLabel
|
|
1082
1094
|
_syncDeviceUpdateDeviceConfigurationTaskLabel = source._syncDeviceUpdateDeviceConfigurationTaskLabel
|
|
@@ -1122,6 +1134,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1122
1134
|
if _storage._syncDeviceInProgressTitle == nil {return false}
|
|
1123
1135
|
if _storage._syncDeviceFailedTitle == nil {return false}
|
|
1124
1136
|
if _storage._syncDeviceCancellingTitle == nil {return false}
|
|
1137
|
+
if _storage._syncDeviceCompletedTitle == nil {return false}
|
|
1125
1138
|
if _storage._syncDeviceGetAuthenticationTokenTaskLabel == nil {return false}
|
|
1126
1139
|
if _storage._syncDeviceRetrieveDeviceConfigurationTaskLabel == nil {return false}
|
|
1127
1140
|
if _storage._syncDeviceUpdateDeviceConfigurationTaskLabel == nil {return false}
|
|
@@ -1167,17 +1180,18 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1167
1180
|
case 20: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceInProgressTitle) }()
|
|
1168
1181
|
case 21: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceFailedTitle) }()
|
|
1169
1182
|
case 22: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceCancellingTitle) }()
|
|
1170
|
-
case 23: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1171
|
-
case 24: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1172
|
-
case 25: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1173
|
-
case 26: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1174
|
-
case 27: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1175
|
-
case 28: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1176
|
-
case 29: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1177
|
-
case 30: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1178
|
-
case 31: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1179
|
-
case 32: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1180
|
-
case 33: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1183
|
+
case 23: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceCompletedTitle) }()
|
|
1184
|
+
case 24: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceGetAuthenticationTokenTaskLabel) }()
|
|
1185
|
+
case 25: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceRetrieveDeviceConfigurationTaskLabel) }()
|
|
1186
|
+
case 26: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceUpdateDeviceConfigurationTaskLabel) }()
|
|
1187
|
+
case 27: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceUpdateDeviceTimeTaskLabel) }()
|
|
1188
|
+
case 28: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceWaitForDeviceToRestartTaskLabel) }()
|
|
1189
|
+
case 29: try { try decoder.decodeSingularStringField(value: &_storage._syncDevicePushEventLogsTaskLabel) }()
|
|
1190
|
+
case 30: try { try decoder.decodeSingularStringField(value: &_storage._syncDevicePushSystemLogsTaskLabel) }()
|
|
1191
|
+
case 31: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceRetrieveBlacklistEntriesTaskLabel) }()
|
|
1192
|
+
case 32: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceDeployBlacklistEntriesTaskLabel) }()
|
|
1193
|
+
case 33: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceRetrieveSystemStatusTaskLabel) }()
|
|
1194
|
+
case 34: try { try decoder.decodeSingularStringField(value: &_storage._syncDevicePushSystemStatusTaskLabel) }()
|
|
1181
1195
|
default: break
|
|
1182
1196
|
}
|
|
1183
1197
|
}
|
|
@@ -1256,39 +1270,42 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1256
1270
|
try { if let v = _storage._syncDeviceCancellingTitle {
|
|
1257
1271
|
try visitor.visitSingularStringField(value: v, fieldNumber: 22)
|
|
1258
1272
|
} }()
|
|
1259
|
-
try { if let v = _storage.
|
|
1273
|
+
try { if let v = _storage._syncDeviceCompletedTitle {
|
|
1260
1274
|
try visitor.visitSingularStringField(value: v, fieldNumber: 23)
|
|
1261
1275
|
} }()
|
|
1262
|
-
try { if let v = _storage.
|
|
1276
|
+
try { if let v = _storage._syncDeviceGetAuthenticationTokenTaskLabel {
|
|
1263
1277
|
try visitor.visitSingularStringField(value: v, fieldNumber: 24)
|
|
1264
1278
|
} }()
|
|
1265
|
-
try { if let v = _storage.
|
|
1279
|
+
try { if let v = _storage._syncDeviceRetrieveDeviceConfigurationTaskLabel {
|
|
1266
1280
|
try visitor.visitSingularStringField(value: v, fieldNumber: 25)
|
|
1267
1281
|
} }()
|
|
1268
|
-
try { if let v = _storage.
|
|
1282
|
+
try { if let v = _storage._syncDeviceUpdateDeviceConfigurationTaskLabel {
|
|
1269
1283
|
try visitor.visitSingularStringField(value: v, fieldNumber: 26)
|
|
1270
1284
|
} }()
|
|
1271
|
-
try { if let v = _storage.
|
|
1285
|
+
try { if let v = _storage._syncDeviceUpdateDeviceTimeTaskLabel {
|
|
1272
1286
|
try visitor.visitSingularStringField(value: v, fieldNumber: 27)
|
|
1273
1287
|
} }()
|
|
1274
|
-
try { if let v = _storage.
|
|
1288
|
+
try { if let v = _storage._syncDeviceWaitForDeviceToRestartTaskLabel {
|
|
1275
1289
|
try visitor.visitSingularStringField(value: v, fieldNumber: 28)
|
|
1276
1290
|
} }()
|
|
1277
|
-
try { if let v = _storage.
|
|
1291
|
+
try { if let v = _storage._syncDevicePushEventLogsTaskLabel {
|
|
1278
1292
|
try visitor.visitSingularStringField(value: v, fieldNumber: 29)
|
|
1279
1293
|
} }()
|
|
1280
|
-
try { if let v = _storage.
|
|
1294
|
+
try { if let v = _storage._syncDevicePushSystemLogsTaskLabel {
|
|
1281
1295
|
try visitor.visitSingularStringField(value: v, fieldNumber: 30)
|
|
1282
1296
|
} }()
|
|
1283
|
-
try { if let v = _storage.
|
|
1297
|
+
try { if let v = _storage._syncDeviceRetrieveBlacklistEntriesTaskLabel {
|
|
1284
1298
|
try visitor.visitSingularStringField(value: v, fieldNumber: 31)
|
|
1285
1299
|
} }()
|
|
1286
|
-
try { if let v = _storage.
|
|
1300
|
+
try { if let v = _storage._syncDeviceDeployBlacklistEntriesTaskLabel {
|
|
1287
1301
|
try visitor.visitSingularStringField(value: v, fieldNumber: 32)
|
|
1288
1302
|
} }()
|
|
1289
|
-
try { if let v = _storage.
|
|
1303
|
+
try { if let v = _storage._syncDeviceRetrieveSystemStatusTaskLabel {
|
|
1290
1304
|
try visitor.visitSingularStringField(value: v, fieldNumber: 33)
|
|
1291
1305
|
} }()
|
|
1306
|
+
try { if let v = _storage._syncDevicePushSystemStatusTaskLabel {
|
|
1307
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 34)
|
|
1308
|
+
} }()
|
|
1292
1309
|
}
|
|
1293
1310
|
try unknownFields.traverse(visitor: &visitor)
|
|
1294
1311
|
}
|
|
@@ -1320,6 +1337,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1320
1337
|
if _storage._syncDeviceInProgressTitle != rhs_storage._syncDeviceInProgressTitle {return false}
|
|
1321
1338
|
if _storage._syncDeviceFailedTitle != rhs_storage._syncDeviceFailedTitle {return false}
|
|
1322
1339
|
if _storage._syncDeviceCancellingTitle != rhs_storage._syncDeviceCancellingTitle {return false}
|
|
1340
|
+
if _storage._syncDeviceCompletedTitle != rhs_storage._syncDeviceCompletedTitle {return false}
|
|
1323
1341
|
if _storage._syncDeviceGetAuthenticationTokenTaskLabel != rhs_storage._syncDeviceGetAuthenticationTokenTaskLabel {return false}
|
|
1324
1342
|
if _storage._syncDeviceRetrieveDeviceConfigurationTaskLabel != rhs_storage._syncDeviceRetrieveDeviceConfigurationTaskLabel {return false}
|
|
1325
1343
|
if _storage._syncDeviceUpdateDeviceConfigurationTaskLabel != rhs_storage._syncDeviceUpdateDeviceConfigurationTaskLabel {return false}
|