@blueid/access-proto 7.8.0 → 7.9.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/package.json
CHANGED
package/swift/BlueCore.pb.swift
CHANGED
|
@@ -5704,15 +5704,11 @@ extension BlueOssSoConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageI
|
|
|
5704
5704
|
var _blacklist: BlueOssSoFileBlacklist? = nil
|
|
5705
5705
|
var _customerExtensions: BlueOssSoFileCustomerExtensions? = nil
|
|
5706
5706
|
|
|
5707
|
-
#if swift(>=5.10)
|
|
5708
5707
|
// This property is used as the initial default value for new instances of the type.
|
|
5709
5708
|
// The type itself is protecting the reference to its storage via CoW semantics.
|
|
5710
5709
|
// This will force a copy to be made of this reference when the first mutation occurs;
|
|
5711
5710
|
// hence, it is safe to mark this as `nonisolated(unsafe)`.
|
|
5712
5711
|
static nonisolated(unsafe) let defaultInstance = _StorageClass()
|
|
5713
|
-
#else
|
|
5714
|
-
static let defaultInstance = _StorageClass()
|
|
5715
|
-
#endif
|
|
5716
5712
|
|
|
5717
5713
|
private init() {}
|
|
5718
5714
|
|
package/swift/BlueSDK.pb.swift
CHANGED
|
@@ -1856,15 +1856,11 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1856
1856
|
var _openViaOssSoSelectAccessTypeTitle: String? = nil
|
|
1857
1857
|
var _openViaOssSoSelectAccessTypeMessage: String? = nil
|
|
1858
1858
|
|
|
1859
|
-
#if swift(>=5.10)
|
|
1860
1859
|
// This property is used as the initial default value for new instances of the type.
|
|
1861
1860
|
// The type itself is protecting the reference to its storage via CoW semantics.
|
|
1862
1861
|
// This will force a copy to be made of this reference when the first mutation occurs;
|
|
1863
1862
|
// hence, it is safe to mark this as `nonisolated(unsafe)`.
|
|
1864
1863
|
static nonisolated(unsafe) let defaultInstance = _StorageClass()
|
|
1865
|
-
#else
|
|
1866
|
-
static let defaultInstance = _StorageClass()
|
|
1867
|
-
#endif
|
|
1868
1864
|
|
|
1869
1865
|
private init() {}
|
|
1870
1866
|
|
|
@@ -2610,15 +2606,11 @@ extension BlueIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat
|
|
|
2610
2606
|
var _privateKey: Data? = nil
|
|
2611
2607
|
var _status: String? = nil
|
|
2612
2608
|
|
|
2613
|
-
#if swift(>=5.10)
|
|
2614
2609
|
// This property is used as the initial default value for new instances of the type.
|
|
2615
2610
|
// The type itself is protecting the reference to its storage via CoW semantics.
|
|
2616
2611
|
// This will force a copy to be made of this reference when the first mutation occurs;
|
|
2617
2612
|
// hence, it is safe to mark this as `nonisolated(unsafe)`.
|
|
2618
2613
|
static nonisolated(unsafe) let defaultInstance = _StorageClass()
|
|
2619
|
-
#else
|
|
2620
|
-
static let defaultInstance = _StorageClass()
|
|
2621
|
-
#endif
|
|
2622
2614
|
|
|
2623
2615
|
private init() {}
|
|
2624
2616
|
|
|
@@ -3581,15 +3573,11 @@ extension BlueAccessCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
|
|
|
3581
3573
|
var _organisation: String? = nil
|
|
3582
3574
|
var _organisationName: String? = nil
|
|
3583
3575
|
|
|
3584
|
-
#if swift(>=5.10)
|
|
3585
3576
|
// This property is used as the initial default value for new instances of the type.
|
|
3586
3577
|
// The type itself is protecting the reference to its storage via CoW semantics.
|
|
3587
3578
|
// This will force a copy to be made of this reference when the first mutation occurs;
|
|
3588
3579
|
// hence, it is safe to mark this as `nonisolated(unsafe)`.
|
|
3589
3580
|
static nonisolated(unsafe) let defaultInstance = _StorageClass()
|
|
3590
|
-
#else
|
|
3591
|
-
static let defaultInstance = _StorageClass()
|
|
3592
|
-
#endif
|
|
3593
3581
|
|
|
3594
3582
|
private init() {}
|
|
3595
3583
|
|
|
@@ -1568,15 +1568,11 @@ extension BlueSystemConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1568
1568
|
var _oss: BlueOssConfig? = nil
|
|
1569
1569
|
var _lock: BlueLockConfig? = nil
|
|
1570
1570
|
|
|
1571
|
-
#if swift(>=5.10)
|
|
1572
1571
|
// This property is used as the initial default value for new instances of the type.
|
|
1573
1572
|
// The type itself is protecting the reference to its storage via CoW semantics.
|
|
1574
1573
|
// This will force a copy to be made of this reference when the first mutation occurs;
|
|
1575
1574
|
// hence, it is safe to mark this as `nonisolated(unsafe)`.
|
|
1576
1575
|
static nonisolated(unsafe) let defaultInstance = _StorageClass()
|
|
1577
|
-
#else
|
|
1578
|
-
static let defaultInstance = _StorageClass()
|
|
1579
|
-
#endif
|
|
1580
1576
|
|
|
1581
1577
|
private init() {}
|
|
1582
1578
|
|
|
@@ -1992,15 +1988,11 @@ extension BlueSystemStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1992
1988
|
var _lock: BlueLockStatus? = nil
|
|
1993
1989
|
var _applicationVersionTest: UInt32? = nil
|
|
1994
1990
|
|
|
1995
|
-
#if swift(>=5.10)
|
|
1996
1991
|
// This property is used as the initial default value for new instances of the type.
|
|
1997
1992
|
// The type itself is protecting the reference to its storage via CoW semantics.
|
|
1998
1993
|
// This will force a copy to be made of this reference when the first mutation occurs;
|
|
1999
1994
|
// hence, it is safe to mark this as `nonisolated(unsafe)`.
|
|
2000
1995
|
static nonisolated(unsafe) let defaultInstance = _StorageClass()
|
|
2001
|
-
#else
|
|
2002
|
-
static let defaultInstance = _StorageClass()
|
|
2003
|
-
#endif
|
|
2004
1996
|
|
|
2005
1997
|
private init() {}
|
|
2006
1998
|
|