|
1 | 1 | {
|
2 | 2 | "Keys": "SessionKeys2",
|
3 |
| - "Address": "AccountId", |
4 |
| - "LookupSource": "AccountId", |
| 3 | + "Address": "AccountId", |
| 4 | + "LookupSource": "AccountId", |
5 | 5 | "RoamingOperator": "[u8; 16]",
|
6 | 6 | "RoamingOperatorIndex": "u64",
|
7 | 7 | "RoamingNetwork": "[u8; 16]",
|
|
24 | 24 | "RoamingAccountingPolicyType": "Text",
|
25 | 25 | "RoamingAccountingPolicyUplinkFeeFactor": "u32",
|
26 | 26 | "RoamingAccountingPolicyDownlinkFeeFactor": "u32",
|
27 |
| - "RoamingAccountingPolicyConfig": { |
| 27 | + "RoamingAccountingPolicySetting": { |
28 | 28 | "policy_type": "Text",
|
29 | 29 | "subscription_fee": "Balance",
|
30 | 30 | "uplink_fee_factor": "u32",
|
|
34 | 34 | "RoamingAgreementPolicyIndex": "u64",
|
35 | 35 | "RoamingAgreementPolicyActivationType": "Text",
|
36 | 36 | "RoamingAgreementPolicyExpiry": "Moment",
|
37 |
| - "RoamingAgreementPolicyConfig": { |
| 37 | + "RoamingAgreementPolicySetting": { |
38 | 38 | "policy_activation_type": "Text",
|
39 | 39 | "policy_expiry": "u64"
|
40 | 40 | },
|
|
46 | 46 | "RoamingDeviceProfileDevEUI": "Text",
|
47 | 47 | "RoamingDeviceProfileJoinEUI": "Text",
|
48 | 48 | "RoamingDeviceProfileVendorID": "Text",
|
49 |
| - "RoamingDeviceProfileConfig": { |
| 49 | + "RoamingDeviceProfileSetting": { |
50 | 50 | "device_profile_devaddr": "Text",
|
51 | 51 | "device_profile_deveui": "Text",
|
52 | 52 | "device_profile_joineui": "Text",
|
|
69 | 69 | "RoamingBillingPolicyIndex": "u64",
|
70 | 70 | "RoamingBillingPolicyNextBillingAt": "Moment",
|
71 | 71 | "RoamingBillingPolicyFrequencyInDays": "u64",
|
72 |
| - "RoamingBillingPolicyConfig": { |
| 72 | + "RoamingBillingPolicySetting": { |
73 | 73 | "policy_next_billing_at": "Moment",
|
74 | 74 | "policy_frequency_in_days": "u64"
|
75 | 75 | },
|
76 | 76 | "RoamingChargingPolicy": "[u8; 16]",
|
77 | 77 | "RoamingChargingPolicyIndex": "u64",
|
78 | 78 | "RoamingChargingPolicyNextChargingAt": "Moment",
|
79 | 79 | "RoamingChargingPolicyDelayAfterBillingInDays": "u64",
|
80 |
| - "RoamingChargingPolicyConfig": { |
| 80 | + "RoamingChargingPolicySetting": { |
81 | 81 | "policy_next_charging_at": "Moment",
|
82 | 82 | "policy_delay_after_billing_in_days": "u64"
|
83 | 83 | },
|
|
0 commit comments