@telstra/iot-connectivity-manager
Version:
Telstra IoT Connectivity Manager
48 lines (47 loc) • 1.41 kB
text/typescript
export abstract class Constants {
static readonly GET_IMSI_RESPONSE = {
imsi: '123456789012345',
accountNumber: '123456789012345',
msisdn: '123456789',
iccid: '123456789012345',
serialNumber: '123456789012345',
serviceInstanceId: null,
serviceStatus: 'AC',
createdAt: '2024-05-10T23:00:24.573Z',
updatedAt: '2025-06-24T22:53:25.823Z',
deletedAt: null,
accountName: 'IOT CONNECTION MANAGER',
nextBillDate: '2025-07-08T00:00:00.000Z',
lastBillDate: '2025-06-08T00:00:00.000Z',
sourceSystem: 'MICA',
basePlanCode: 'IOTD300M',
basePlanDescription: 'Telstra IOT Data Plan 300MB',
basePlanAllocation: '300',
basePlanCost: null,
bonusPlanCode: null,
bonusPlanDescription: null,
bonusPlanAllocation: null,
bonusPlanCost: null,
subscriptionNumber: null,
cellName: 'BPGNJM3',
cellLatitude: '-28.130',
cellLongitude: '153.373',
planType: 'STANDARD',
imei: '123456789012345',
lastConnected: '2024-11-21T02:44:13.000Z',
totalDataAllocation: '300',
totalData: null,
uploadData: null,
downloadData: null,
dataCallCount: null,
incomingVoiceCallCount: null,
incomingVoiceCallDuration: null,
outgoingVoiceCallCount: null,
outgoingVoiceCallDuration: null,
incomingSmsCount: null,
outgoingSmsCount: null,
apn: null,
rat: null,
isBlocked: false,
};
}