mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 14:19:16 +00:00
chore: Add build runner results
This commit is contained in:
parent
2fd5c9a2cd
commit
c1738ec875
File diff suppressed because it is too large
Load diff
|
@ -1,376 +0,0 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'disk_volumes.graphql.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Fragment$basicMutationReturnFields _$Fragment$basicMutationReturnFieldsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Fragment$basicMutationReturnFields(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Fragment$basicMutationReturnFieldsToJson(
|
||||
Fragment$basicMutationReturnFields instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetServerDiskVolumes _$Query$GetServerDiskVolumesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetServerDiskVolumes(
|
||||
storage: Query$GetServerDiskVolumes$storage.fromJson(
|
||||
json['storage'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetServerDiskVolumesToJson(
|
||||
Query$GetServerDiskVolumes instance) =>
|
||||
<String, dynamic>{
|
||||
'storage': instance.storage.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetServerDiskVolumes$storage _$Query$GetServerDiskVolumes$storageFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetServerDiskVolumes$storage(
|
||||
volumes: (json['volumes'] as List<dynamic>)
|
||||
.map((e) => Query$GetServerDiskVolumes$storage$volumes.fromJson(
|
||||
e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetServerDiskVolumes$storageToJson(
|
||||
Query$GetServerDiskVolumes$storage instance) =>
|
||||
<String, dynamic>{
|
||||
'volumes': instance.volumes.map((e) => e.toJson()).toList(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetServerDiskVolumes$storage$volumes
|
||||
_$Query$GetServerDiskVolumes$storage$volumesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetServerDiskVolumes$storage$volumes(
|
||||
freeSpace: json['freeSpace'] as String,
|
||||
model: json['model'] as String?,
|
||||
name: json['name'] as String,
|
||||
root: json['root'] as bool,
|
||||
serial: json['serial'] as String?,
|
||||
totalSpace: json['totalSpace'] as String,
|
||||
type: json['type'] as String,
|
||||
usages: (json['usages'] as List<dynamic>)
|
||||
.map((e) =>
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages.fromJson(
|
||||
e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
usedSpace: json['usedSpace'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetServerDiskVolumes$storage$volumesToJson(
|
||||
Query$GetServerDiskVolumes$storage$volumes instance) =>
|
||||
<String, dynamic>{
|
||||
'freeSpace': instance.freeSpace,
|
||||
'model': instance.model,
|
||||
'name': instance.name,
|
||||
'root': instance.root,
|
||||
'serial': instance.serial,
|
||||
'totalSpace': instance.totalSpace,
|
||||
'type': instance.type,
|
||||
'usages': instance.usages.map((e) => e.toJson()).toList(),
|
||||
'usedSpace': instance.usedSpace,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages
|
||||
_$Query$GetServerDiskVolumes$storage$volumes$usagesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages(
|
||||
title: json['title'] as String,
|
||||
usedSpace: json['usedSpace'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetServerDiskVolumes$storage$volumes$usagesToJson(
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages instance) =>
|
||||
<String, dynamic>{
|
||||
'title': instance.title,
|
||||
'usedSpace': instance.usedSpace,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage
|
||||
_$Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsageFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage(
|
||||
title: json['title'] as String,
|
||||
usedSpace: json['usedSpace'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
service: json['service'] == null
|
||||
? null
|
||||
: Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage$service
|
||||
.fromJson(json['service'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsageToJson(
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage
|
||||
instance) =>
|
||||
<String, dynamic>{
|
||||
'title': instance.title,
|
||||
'usedSpace': instance.usedSpace,
|
||||
'__typename': instance.$__typename,
|
||||
'service': instance.service?.toJson(),
|
||||
};
|
||||
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage$service
|
||||
_$Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage$serviceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage$service(
|
||||
id: json['id'] as String,
|
||||
isMovable: json['isMovable'] as bool,
|
||||
displayName: json['displayName'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage$serviceToJson(
|
||||
Query$GetServerDiskVolumes$storage$volumes$usages$$ServiceStorageUsage$service
|
||||
instance) =>
|
||||
<String, dynamic>{
|
||||
'id': instance.id,
|
||||
'isMovable': instance.isMovable,
|
||||
'displayName': instance.displayName,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$MountVolume _$Variables$Mutation$MountVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$MountVolume(
|
||||
name: json['name'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$MountVolumeToJson(
|
||||
Variables$Mutation$MountVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'name': instance.name,
|
||||
};
|
||||
|
||||
Mutation$MountVolume _$Mutation$MountVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$MountVolume(
|
||||
mountVolume: Mutation$MountVolume$mountVolume.fromJson(
|
||||
json['mountVolume'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MountVolumeToJson(
|
||||
Mutation$MountVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'mountVolume': instance.mountVolume.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$MountVolume$mountVolume _$Mutation$MountVolume$mountVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$MountVolume$mountVolume(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MountVolume$mountVolumeToJson(
|
||||
Mutation$MountVolume$mountVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$ResizeVolume _$Variables$Mutation$ResizeVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$ResizeVolume(
|
||||
name: json['name'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$ResizeVolumeToJson(
|
||||
Variables$Mutation$ResizeVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'name': instance.name,
|
||||
};
|
||||
|
||||
Mutation$ResizeVolume _$Mutation$ResizeVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$ResizeVolume(
|
||||
resizeVolume: Mutation$ResizeVolume$resizeVolume.fromJson(
|
||||
json['resizeVolume'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$ResizeVolumeToJson(
|
||||
Mutation$ResizeVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'resizeVolume': instance.resizeVolume.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$ResizeVolume$resizeVolume _$Mutation$ResizeVolume$resizeVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$ResizeVolume$resizeVolume(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$ResizeVolume$resizeVolumeToJson(
|
||||
Mutation$ResizeVolume$resizeVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$UnmountVolume _$Variables$Mutation$UnmountVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$UnmountVolume(
|
||||
name: json['name'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$UnmountVolumeToJson(
|
||||
Variables$Mutation$UnmountVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'name': instance.name,
|
||||
};
|
||||
|
||||
Mutation$UnmountVolume _$Mutation$UnmountVolumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$UnmountVolume(
|
||||
unmountVolume: Mutation$UnmountVolume$unmountVolume.fromJson(
|
||||
json['unmountVolume'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$UnmountVolumeToJson(
|
||||
Mutation$UnmountVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'unmountVolume': instance.unmountVolume.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$UnmountVolume$unmountVolume
|
||||
_$Mutation$UnmountVolume$unmountVolumeFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$UnmountVolume$unmountVolume(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$UnmountVolume$unmountVolumeToJson(
|
||||
Mutation$UnmountVolume$unmountVolume instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$MigrateToBinds _$Variables$Mutation$MigrateToBindsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$MigrateToBinds(
|
||||
input: Input$MigrateToBindsInput.fromJson(
|
||||
json['input'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$MigrateToBindsToJson(
|
||||
Variables$Mutation$MigrateToBinds instance) =>
|
||||
<String, dynamic>{
|
||||
'input': instance.input.toJson(),
|
||||
};
|
||||
|
||||
Mutation$MigrateToBinds _$Mutation$MigrateToBindsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$MigrateToBinds(
|
||||
migrateToBinds: Mutation$MigrateToBinds$migrateToBinds.fromJson(
|
||||
json['migrateToBinds'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MigrateToBindsToJson(
|
||||
Mutation$MigrateToBinds instance) =>
|
||||
<String, dynamic>{
|
||||
'migrateToBinds': instance.migrateToBinds.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$MigrateToBinds$migrateToBinds
|
||||
_$Mutation$MigrateToBinds$migrateToBindsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$MigrateToBinds$migrateToBinds(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
job: json['job'] == null
|
||||
? null
|
||||
: Mutation$MigrateToBinds$migrateToBinds$job.fromJson(
|
||||
json['job'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MigrateToBinds$migrateToBindsToJson(
|
||||
Mutation$MigrateToBinds$migrateToBinds instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'job': instance.job?.toJson(),
|
||||
};
|
||||
|
||||
Mutation$MigrateToBinds$migrateToBinds$job
|
||||
_$Mutation$MigrateToBinds$migrateToBinds$jobFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$MigrateToBinds$migrateToBinds$job(
|
||||
createdAt: dateTimeFromJson(json['createdAt']),
|
||||
description: json['description'] as String,
|
||||
error: json['error'] as String?,
|
||||
finishedAt: _nullable$dateTimeFromJson(json['finishedAt']),
|
||||
name: json['name'] as String,
|
||||
progress: json['progress'] as int?,
|
||||
result: json['result'] as String?,
|
||||
status: json['status'] as String,
|
||||
statusText: json['statusText'] as String?,
|
||||
uid: json['uid'] as String,
|
||||
updatedAt: dateTimeFromJson(json['updatedAt']),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MigrateToBinds$migrateToBinds$jobToJson(
|
||||
Mutation$MigrateToBinds$migrateToBinds$job instance) =>
|
||||
<String, dynamic>{
|
||||
'createdAt': dateTimeToJson(instance.createdAt),
|
||||
'description': instance.description,
|
||||
'error': instance.error,
|
||||
'finishedAt': _nullable$dateTimeToJson(instance.finishedAt),
|
||||
'name': instance.name,
|
||||
'progress': instance.progress,
|
||||
'result': instance.result,
|
||||
'status': instance.status,
|
||||
'statusText': instance.statusText,
|
||||
'uid': instance.uid,
|
||||
'updatedAt': dateTimeToJson(instance.updatedAt),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
File diff suppressed because it is too large
Load diff
|
@ -1,147 +0,0 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'schema.graphql.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Input$AutoUpgradeSettingsInput _$Input$AutoUpgradeSettingsInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$AutoUpgradeSettingsInput(
|
||||
enableAutoUpgrade: json['enableAutoUpgrade'] as bool?,
|
||||
allowReboot: json['allowReboot'] as bool?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$AutoUpgradeSettingsInputToJson(
|
||||
Input$AutoUpgradeSettingsInput instance) =>
|
||||
<String, dynamic>{
|
||||
'enableAutoUpgrade': instance.enableAutoUpgrade,
|
||||
'allowReboot': instance.allowReboot,
|
||||
};
|
||||
|
||||
Input$MigrateToBindsInput _$Input$MigrateToBindsInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$MigrateToBindsInput(
|
||||
emailBlockDevice: json['emailBlockDevice'] as String,
|
||||
bitwardenBlockDevice: json['bitwardenBlockDevice'] as String,
|
||||
giteaBlockDevice: json['giteaBlockDevice'] as String,
|
||||
nextcloudBlockDevice: json['nextcloudBlockDevice'] as String,
|
||||
pleromaBlockDevice: json['pleromaBlockDevice'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$MigrateToBindsInputToJson(
|
||||
Input$MigrateToBindsInput instance) =>
|
||||
<String, dynamic>{
|
||||
'emailBlockDevice': instance.emailBlockDevice,
|
||||
'bitwardenBlockDevice': instance.bitwardenBlockDevice,
|
||||
'giteaBlockDevice': instance.giteaBlockDevice,
|
||||
'nextcloudBlockDevice': instance.nextcloudBlockDevice,
|
||||
'pleromaBlockDevice': instance.pleromaBlockDevice,
|
||||
};
|
||||
|
||||
Input$MoveServiceInput _$Input$MoveServiceInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$MoveServiceInput(
|
||||
serviceId: json['serviceId'] as String,
|
||||
location: json['location'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$MoveServiceInputToJson(
|
||||
Input$MoveServiceInput instance) =>
|
||||
<String, dynamic>{
|
||||
'serviceId': instance.serviceId,
|
||||
'location': instance.location,
|
||||
};
|
||||
|
||||
Input$RecoveryKeyLimitsInput _$Input$RecoveryKeyLimitsInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$RecoveryKeyLimitsInput(
|
||||
expirationDate: _nullable$dateTimeFromJson(json['expirationDate']),
|
||||
uses: json['uses'] as int?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$RecoveryKeyLimitsInputToJson(
|
||||
Input$RecoveryKeyLimitsInput instance) =>
|
||||
<String, dynamic>{
|
||||
'expirationDate': _nullable$dateTimeToJson(instance.expirationDate),
|
||||
'uses': instance.uses,
|
||||
};
|
||||
|
||||
Input$SshMutationInput _$Input$SshMutationInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$SshMutationInput(
|
||||
username: json['username'] as String,
|
||||
sshKey: json['sshKey'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$SshMutationInputToJson(
|
||||
Input$SshMutationInput instance) =>
|
||||
<String, dynamic>{
|
||||
'username': instance.username,
|
||||
'sshKey': instance.sshKey,
|
||||
};
|
||||
|
||||
Input$UseNewDeviceKeyInput _$Input$UseNewDeviceKeyInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$UseNewDeviceKeyInput(
|
||||
key: json['key'] as String,
|
||||
deviceName: json['deviceName'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$UseNewDeviceKeyInputToJson(
|
||||
Input$UseNewDeviceKeyInput instance) =>
|
||||
<String, dynamic>{
|
||||
'key': instance.key,
|
||||
'deviceName': instance.deviceName,
|
||||
};
|
||||
|
||||
Input$UseRecoveryKeyInput _$Input$UseRecoveryKeyInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$UseRecoveryKeyInput(
|
||||
key: json['key'] as String,
|
||||
deviceName: json['deviceName'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$UseRecoveryKeyInputToJson(
|
||||
Input$UseRecoveryKeyInput instance) =>
|
||||
<String, dynamic>{
|
||||
'key': instance.key,
|
||||
'deviceName': instance.deviceName,
|
||||
};
|
||||
|
||||
Input$UserMutationInput _$Input$UserMutationInputFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Input$UserMutationInput(
|
||||
username: json['username'] as String,
|
||||
password: json['password'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Input$UserMutationInputToJson(
|
||||
Input$UserMutationInput instance) =>
|
||||
<String, dynamic>{
|
||||
'username': instance.username,
|
||||
'password': instance.password,
|
||||
};
|
||||
|
||||
Fragment$dnsRecordFields _$Fragment$dnsRecordFieldsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Fragment$dnsRecordFields(
|
||||
content: json['content'] as String,
|
||||
name: json['name'] as String,
|
||||
priority: json['priority'] as int?,
|
||||
recordType: json['recordType'] as String,
|
||||
ttl: json['ttl'] as int,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Fragment$dnsRecordFieldsToJson(
|
||||
Fragment$dnsRecordFields instance) =>
|
||||
<String, dynamic>{
|
||||
'content': instance.content,
|
||||
'name': instance.name,
|
||||
'priority': instance.priority,
|
||||
'recordType': instance.recordType,
|
||||
'ttl': instance.ttl,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
File diff suppressed because it is too large
Load diff
|
@ -1,849 +0,0 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'server_api.graphql.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Fragment$basicMutationReturnFields _$Fragment$basicMutationReturnFieldsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Fragment$basicMutationReturnFields(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Fragment$basicMutationReturnFieldsToJson(
|
||||
Fragment$basicMutationReturnFields instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetApiVersion _$Query$GetApiVersionFromJson(Map<String, dynamic> json) =>
|
||||
Query$GetApiVersion(
|
||||
api:
|
||||
Query$GetApiVersion$api.fromJson(json['api'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiVersionToJson(
|
||||
Query$GetApiVersion instance) =>
|
||||
<String, dynamic>{
|
||||
'api': instance.api.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetApiVersion$api _$Query$GetApiVersion$apiFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetApiVersion$api(
|
||||
version: json['version'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiVersion$apiToJson(
|
||||
Query$GetApiVersion$api instance) =>
|
||||
<String, dynamic>{
|
||||
'version': instance.version,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetApiJobs _$Query$GetApiJobsFromJson(Map<String, dynamic> json) =>
|
||||
Query$GetApiJobs(
|
||||
jobs:
|
||||
Query$GetApiJobs$jobs.fromJson(json['jobs'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiJobsToJson(Query$GetApiJobs instance) =>
|
||||
<String, dynamic>{
|
||||
'jobs': instance.jobs.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetApiJobs$jobs _$Query$GetApiJobs$jobsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetApiJobs$jobs(
|
||||
getJobs: (json['getJobs'] as List<dynamic>)
|
||||
.map((e) =>
|
||||
Query$GetApiJobs$jobs$getJobs.fromJson(e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiJobs$jobsToJson(
|
||||
Query$GetApiJobs$jobs instance) =>
|
||||
<String, dynamic>{
|
||||
'getJobs': instance.getJobs.map((e) => e.toJson()).toList(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetApiJobs$jobs$getJobs _$Query$GetApiJobs$jobs$getJobsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetApiJobs$jobs$getJobs(
|
||||
createdAt: dateTimeFromJson(json['createdAt']),
|
||||
description: json['description'] as String,
|
||||
error: json['error'] as String?,
|
||||
finishedAt: _nullable$dateTimeFromJson(json['finishedAt']),
|
||||
name: json['name'] as String,
|
||||
progress: json['progress'] as int?,
|
||||
result: json['result'] as String?,
|
||||
status: json['status'] as String,
|
||||
statusText: json['statusText'] as String?,
|
||||
uid: json['uid'] as String,
|
||||
updatedAt: dateTimeFromJson(json['updatedAt']),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiJobs$jobs$getJobsToJson(
|
||||
Query$GetApiJobs$jobs$getJobs instance) =>
|
||||
<String, dynamic>{
|
||||
'createdAt': dateTimeToJson(instance.createdAt),
|
||||
'description': instance.description,
|
||||
'error': instance.error,
|
||||
'finishedAt': _nullable$dateTimeToJson(instance.finishedAt),
|
||||
'name': instance.name,
|
||||
'progress': instance.progress,
|
||||
'result': instance.result,
|
||||
'status': instance.status,
|
||||
'statusText': instance.statusText,
|
||||
'uid': instance.uid,
|
||||
'updatedAt': dateTimeToJson(instance.updatedAt),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$RemoveJob _$Variables$Mutation$RemoveJobFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$RemoveJob(
|
||||
jobId: json['jobId'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$RemoveJobToJson(
|
||||
Variables$Mutation$RemoveJob instance) =>
|
||||
<String, dynamic>{
|
||||
'jobId': instance.jobId,
|
||||
};
|
||||
|
||||
Mutation$RemoveJob _$Mutation$RemoveJobFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$RemoveJob(
|
||||
removeJob: Mutation$RemoveJob$removeJob.fromJson(
|
||||
json['removeJob'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RemoveJobToJson(Mutation$RemoveJob instance) =>
|
||||
<String, dynamic>{
|
||||
'removeJob': instance.removeJob.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RemoveJob$removeJob _$Mutation$RemoveJob$removeJobFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RemoveJob$removeJob(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RemoveJob$removeJobToJson(
|
||||
Mutation$RemoveJob$removeJob instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RunSystemRebuild _$Mutation$RunSystemRebuildFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RunSystemRebuild(
|
||||
runSystemRebuild: Mutation$RunSystemRebuild$runSystemRebuild.fromJson(
|
||||
json['runSystemRebuild'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RunSystemRebuildToJson(
|
||||
Mutation$RunSystemRebuild instance) =>
|
||||
<String, dynamic>{
|
||||
'runSystemRebuild': instance.runSystemRebuild.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RunSystemRebuild$runSystemRebuild
|
||||
_$Mutation$RunSystemRebuild$runSystemRebuildFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RunSystemRebuild$runSystemRebuild(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RunSystemRebuild$runSystemRebuildToJson(
|
||||
Mutation$RunSystemRebuild$runSystemRebuild instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RunSystemRollback _$Mutation$RunSystemRollbackFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RunSystemRollback(
|
||||
runSystemRollback: Mutation$RunSystemRollback$runSystemRollback.fromJson(
|
||||
json['runSystemRollback'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RunSystemRollbackToJson(
|
||||
Mutation$RunSystemRollback instance) =>
|
||||
<String, dynamic>{
|
||||
'runSystemRollback': instance.runSystemRollback.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RunSystemRollback$runSystemRollback
|
||||
_$Mutation$RunSystemRollback$runSystemRollbackFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RunSystemRollback$runSystemRollback(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RunSystemRollback$runSystemRollbackToJson(
|
||||
Mutation$RunSystemRollback$runSystemRollback instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RunSystemUpgrade _$Mutation$RunSystemUpgradeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RunSystemUpgrade(
|
||||
runSystemUpgrade: Mutation$RunSystemUpgrade$runSystemUpgrade.fromJson(
|
||||
json['runSystemUpgrade'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RunSystemUpgradeToJson(
|
||||
Mutation$RunSystemUpgrade instance) =>
|
||||
<String, dynamic>{
|
||||
'runSystemUpgrade': instance.runSystemUpgrade.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RunSystemUpgrade$runSystemUpgrade
|
||||
_$Mutation$RunSystemUpgrade$runSystemUpgradeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RunSystemUpgrade$runSystemUpgrade(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RunSystemUpgrade$runSystemUpgradeToJson(
|
||||
Mutation$RunSystemUpgrade$runSystemUpgrade instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$PullRepositoryChanges _$Mutation$PullRepositoryChangesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$PullRepositoryChanges(
|
||||
pullRepositoryChanges:
|
||||
Mutation$PullRepositoryChanges$pullRepositoryChanges.fromJson(
|
||||
json['pullRepositoryChanges'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$PullRepositoryChangesToJson(
|
||||
Mutation$PullRepositoryChanges instance) =>
|
||||
<String, dynamic>{
|
||||
'pullRepositoryChanges': instance.pullRepositoryChanges.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$PullRepositoryChanges$pullRepositoryChanges
|
||||
_$Mutation$PullRepositoryChanges$pullRepositoryChangesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$PullRepositoryChanges$pullRepositoryChanges(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Mutation$PullRepositoryChanges$pullRepositoryChangesToJson(
|
||||
Mutation$PullRepositoryChanges$pullRepositoryChanges instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RebootSystem _$Mutation$RebootSystemFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RebootSystem(
|
||||
rebootSystem: Mutation$RebootSystem$rebootSystem.fromJson(
|
||||
json['rebootSystem'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RebootSystemToJson(
|
||||
Mutation$RebootSystem instance) =>
|
||||
<String, dynamic>{
|
||||
'rebootSystem': instance.rebootSystem.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RebootSystem$rebootSystem _$Mutation$RebootSystem$rebootSystemFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RebootSystem$rebootSystem(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RebootSystem$rebootSystemToJson(
|
||||
Mutation$RebootSystem$rebootSystem instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemServerProvider _$Query$SystemServerProviderFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemServerProvider(
|
||||
system: Query$SystemServerProvider$system.fromJson(
|
||||
json['system'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemServerProviderToJson(
|
||||
Query$SystemServerProvider instance) =>
|
||||
<String, dynamic>{
|
||||
'system': instance.system.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemServerProvider$system _$Query$SystemServerProvider$systemFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemServerProvider$system(
|
||||
provider: Query$SystemServerProvider$system$provider.fromJson(
|
||||
json['provider'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemServerProvider$systemToJson(
|
||||
Query$SystemServerProvider$system instance) =>
|
||||
<String, dynamic>{
|
||||
'provider': instance.provider.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemServerProvider$system$provider
|
||||
_$Query$SystemServerProvider$system$providerFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemServerProvider$system$provider(
|
||||
provider: $enumDecode(_$Enum$ServerProviderEnumMap, json['provider'],
|
||||
unknownValue: Enum$ServerProvider.$unknown),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemServerProvider$system$providerToJson(
|
||||
Query$SystemServerProvider$system$provider instance) =>
|
||||
<String, dynamic>{
|
||||
'provider': _$Enum$ServerProviderEnumMap[instance.provider]!,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
const _$Enum$ServerProviderEnumMap = {
|
||||
Enum$ServerProvider.HETZNER: 'HETZNER',
|
||||
Enum$ServerProvider.DIGITALOCEAN: 'DIGITALOCEAN',
|
||||
Enum$ServerProvider.$unknown: r'$unknown',
|
||||
};
|
||||
|
||||
Query$SystemDnsProvider _$Query$SystemDnsProviderFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemDnsProvider(
|
||||
system: Query$SystemDnsProvider$system.fromJson(
|
||||
json['system'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemDnsProviderToJson(
|
||||
Query$SystemDnsProvider instance) =>
|
||||
<String, dynamic>{
|
||||
'system': instance.system.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemDnsProvider$system _$Query$SystemDnsProvider$systemFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemDnsProvider$system(
|
||||
domainInfo: Query$SystemDnsProvider$system$domainInfo.fromJson(
|
||||
json['domainInfo'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemDnsProvider$systemToJson(
|
||||
Query$SystemDnsProvider$system instance) =>
|
||||
<String, dynamic>{
|
||||
'domainInfo': instance.domainInfo.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemDnsProvider$system$domainInfo
|
||||
_$Query$SystemDnsProvider$system$domainInfoFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemDnsProvider$system$domainInfo(
|
||||
provider: $enumDecode(_$Enum$DnsProviderEnumMap, json['provider'],
|
||||
unknownValue: Enum$DnsProvider.$unknown),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemDnsProvider$system$domainInfoToJson(
|
||||
Query$SystemDnsProvider$system$domainInfo instance) =>
|
||||
<String, dynamic>{
|
||||
'provider': _$Enum$DnsProviderEnumMap[instance.provider]!,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
const _$Enum$DnsProviderEnumMap = {
|
||||
Enum$DnsProvider.CLOUDFLARE: 'CLOUDFLARE',
|
||||
Enum$DnsProvider.DIGITALOCEAN: 'DIGITALOCEAN',
|
||||
Enum$DnsProvider.$unknown: r'$unknown',
|
||||
};
|
||||
|
||||
Query$GetApiTokens _$Query$GetApiTokensFromJson(Map<String, dynamic> json) =>
|
||||
Query$GetApiTokens(
|
||||
api: Query$GetApiTokens$api.fromJson(json['api'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiTokensToJson(Query$GetApiTokens instance) =>
|
||||
<String, dynamic>{
|
||||
'api': instance.api.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetApiTokens$api _$Query$GetApiTokens$apiFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetApiTokens$api(
|
||||
devices: (json['devices'] as List<dynamic>)
|
||||
.map((e) => Query$GetApiTokens$api$devices.fromJson(
|
||||
e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiTokens$apiToJson(
|
||||
Query$GetApiTokens$api instance) =>
|
||||
<String, dynamic>{
|
||||
'devices': instance.devices.map((e) => e.toJson()).toList(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetApiTokens$api$devices _$Query$GetApiTokens$api$devicesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$GetApiTokens$api$devices(
|
||||
creationDate: dateTimeFromJson(json['creationDate']),
|
||||
isCaller: json['isCaller'] as bool,
|
||||
name: json['name'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetApiTokens$api$devicesToJson(
|
||||
Query$GetApiTokens$api$devices instance) =>
|
||||
<String, dynamic>{
|
||||
'creationDate': dateTimeToJson(instance.creationDate),
|
||||
'isCaller': instance.isCaller,
|
||||
'name': instance.name,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$RecoveryKey _$Query$RecoveryKeyFromJson(Map<String, dynamic> json) =>
|
||||
Query$RecoveryKey(
|
||||
api: Query$RecoveryKey$api.fromJson(json['api'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$RecoveryKeyToJson(Query$RecoveryKey instance) =>
|
||||
<String, dynamic>{
|
||||
'api': instance.api.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$RecoveryKey$api _$Query$RecoveryKey$apiFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$RecoveryKey$api(
|
||||
recoveryKey: Query$RecoveryKey$api$recoveryKey.fromJson(
|
||||
json['recoveryKey'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$RecoveryKey$apiToJson(
|
||||
Query$RecoveryKey$api instance) =>
|
||||
<String, dynamic>{
|
||||
'recoveryKey': instance.recoveryKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$RecoveryKey$api$recoveryKey _$Query$RecoveryKey$api$recoveryKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$RecoveryKey$api$recoveryKey(
|
||||
creationDate: _nullable$dateTimeFromJson(json['creationDate']),
|
||||
exists: json['exists'] as bool,
|
||||
expirationDate: _nullable$dateTimeFromJson(json['expirationDate']),
|
||||
usesLeft: json['usesLeft'] as int?,
|
||||
valid: json['valid'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$RecoveryKey$api$recoveryKeyToJson(
|
||||
Query$RecoveryKey$api$recoveryKey instance) =>
|
||||
<String, dynamic>{
|
||||
'creationDate': _nullable$dateTimeToJson(instance.creationDate),
|
||||
'exists': instance.exists,
|
||||
'expirationDate': _nullable$dateTimeToJson(instance.expirationDate),
|
||||
'usesLeft': instance.usesLeft,
|
||||
'valid': instance.valid,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$GetNewRecoveryApiKey
|
||||
_$Variables$Mutation$GetNewRecoveryApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$GetNewRecoveryApiKey(
|
||||
limits: json['limits'] == null
|
||||
? null
|
||||
: Input$RecoveryKeyLimitsInput.fromJson(
|
||||
json['limits'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$GetNewRecoveryApiKeyToJson(
|
||||
Variables$Mutation$GetNewRecoveryApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'limits': instance.limits?.toJson(),
|
||||
};
|
||||
|
||||
Mutation$GetNewRecoveryApiKey _$Mutation$GetNewRecoveryApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$GetNewRecoveryApiKey(
|
||||
getNewRecoveryApiKey:
|
||||
Mutation$GetNewRecoveryApiKey$getNewRecoveryApiKey.fromJson(
|
||||
json['getNewRecoveryApiKey'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$GetNewRecoveryApiKeyToJson(
|
||||
Mutation$GetNewRecoveryApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'getNewRecoveryApiKey': instance.getNewRecoveryApiKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$GetNewRecoveryApiKey$getNewRecoveryApiKey
|
||||
_$Mutation$GetNewRecoveryApiKey$getNewRecoveryApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$GetNewRecoveryApiKey$getNewRecoveryApiKey(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
key: json['key'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$GetNewRecoveryApiKey$getNewRecoveryApiKeyToJson(
|
||||
Mutation$GetNewRecoveryApiKey$getNewRecoveryApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'key': instance.key,
|
||||
};
|
||||
|
||||
Variables$Mutation$UseRecoveryApiKey
|
||||
_$Variables$Mutation$UseRecoveryApiKeyFromJson(Map<String, dynamic> json) =>
|
||||
Variables$Mutation$UseRecoveryApiKey(
|
||||
input: Input$UseRecoveryKeyInput.fromJson(
|
||||
json['input'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$UseRecoveryApiKeyToJson(
|
||||
Variables$Mutation$UseRecoveryApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'input': instance.input.toJson(),
|
||||
};
|
||||
|
||||
Mutation$UseRecoveryApiKey _$Mutation$UseRecoveryApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$UseRecoveryApiKey(
|
||||
useRecoveryApiKey: Mutation$UseRecoveryApiKey$useRecoveryApiKey.fromJson(
|
||||
json['useRecoveryApiKey'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$UseRecoveryApiKeyToJson(
|
||||
Mutation$UseRecoveryApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'useRecoveryApiKey': instance.useRecoveryApiKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$UseRecoveryApiKey$useRecoveryApiKey
|
||||
_$Mutation$UseRecoveryApiKey$useRecoveryApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$UseRecoveryApiKey$useRecoveryApiKey(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
token: json['token'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$UseRecoveryApiKey$useRecoveryApiKeyToJson(
|
||||
Mutation$UseRecoveryApiKey$useRecoveryApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'token': instance.token,
|
||||
};
|
||||
|
||||
Mutation$RefreshDeviceApiToken _$Mutation$RefreshDeviceApiTokenFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RefreshDeviceApiToken(
|
||||
refreshDeviceApiToken:
|
||||
Mutation$RefreshDeviceApiToken$refreshDeviceApiToken.fromJson(
|
||||
json['refreshDeviceApiToken'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RefreshDeviceApiTokenToJson(
|
||||
Mutation$RefreshDeviceApiToken instance) =>
|
||||
<String, dynamic>{
|
||||
'refreshDeviceApiToken': instance.refreshDeviceApiToken.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RefreshDeviceApiToken$refreshDeviceApiToken
|
||||
_$Mutation$RefreshDeviceApiToken$refreshDeviceApiTokenFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RefreshDeviceApiToken$refreshDeviceApiToken(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
token: json['token'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Mutation$RefreshDeviceApiToken$refreshDeviceApiTokenToJson(
|
||||
Mutation$RefreshDeviceApiToken$refreshDeviceApiToken instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'token': instance.token,
|
||||
};
|
||||
|
||||
Variables$Mutation$DeleteDeviceApiToken
|
||||
_$Variables$Mutation$DeleteDeviceApiTokenFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$DeleteDeviceApiToken(
|
||||
device: json['device'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$DeleteDeviceApiTokenToJson(
|
||||
Variables$Mutation$DeleteDeviceApiToken instance) =>
|
||||
<String, dynamic>{
|
||||
'device': instance.device,
|
||||
};
|
||||
|
||||
Mutation$DeleteDeviceApiToken _$Mutation$DeleteDeviceApiTokenFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$DeleteDeviceApiToken(
|
||||
deleteDeviceApiToken:
|
||||
Mutation$DeleteDeviceApiToken$deleteDeviceApiToken.fromJson(
|
||||
json['deleteDeviceApiToken'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$DeleteDeviceApiTokenToJson(
|
||||
Mutation$DeleteDeviceApiToken instance) =>
|
||||
<String, dynamic>{
|
||||
'deleteDeviceApiToken': instance.deleteDeviceApiToken.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$DeleteDeviceApiToken$deleteDeviceApiToken
|
||||
_$Mutation$DeleteDeviceApiToken$deleteDeviceApiTokenFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$DeleteDeviceApiToken$deleteDeviceApiToken(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$DeleteDeviceApiToken$deleteDeviceApiTokenToJson(
|
||||
Mutation$DeleteDeviceApiToken$deleteDeviceApiToken instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$GetNewDeviceApiKey _$Mutation$GetNewDeviceApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$GetNewDeviceApiKey(
|
||||
getNewDeviceApiKey:
|
||||
Mutation$GetNewDeviceApiKey$getNewDeviceApiKey.fromJson(
|
||||
json['getNewDeviceApiKey'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$GetNewDeviceApiKeyToJson(
|
||||
Mutation$GetNewDeviceApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'getNewDeviceApiKey': instance.getNewDeviceApiKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$GetNewDeviceApiKey$getNewDeviceApiKey
|
||||
_$Mutation$GetNewDeviceApiKey$getNewDeviceApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$GetNewDeviceApiKey$getNewDeviceApiKey(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
key: json['key'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$GetNewDeviceApiKey$getNewDeviceApiKeyToJson(
|
||||
Mutation$GetNewDeviceApiKey$getNewDeviceApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'key': instance.key,
|
||||
};
|
||||
|
||||
Mutation$InvalidateNewDeviceApiKey _$Mutation$InvalidateNewDeviceApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$InvalidateNewDeviceApiKey(
|
||||
invalidateNewDeviceApiKey:
|
||||
Mutation$InvalidateNewDeviceApiKey$invalidateNewDeviceApiKey.fromJson(
|
||||
json['invalidateNewDeviceApiKey'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$InvalidateNewDeviceApiKeyToJson(
|
||||
Mutation$InvalidateNewDeviceApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'invalidateNewDeviceApiKey': instance.invalidateNewDeviceApiKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$InvalidateNewDeviceApiKey$invalidateNewDeviceApiKey
|
||||
_$Mutation$InvalidateNewDeviceApiKey$invalidateNewDeviceApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$InvalidateNewDeviceApiKey$invalidateNewDeviceApiKey(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Mutation$InvalidateNewDeviceApiKey$invalidateNewDeviceApiKeyToJson(
|
||||
Mutation$InvalidateNewDeviceApiKey$invalidateNewDeviceApiKey
|
||||
instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$AuthorizeWithNewDeviceApiKey
|
||||
_$Variables$Mutation$AuthorizeWithNewDeviceApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$AuthorizeWithNewDeviceApiKey(
|
||||
input: Input$UseNewDeviceKeyInput.fromJson(
|
||||
json['input'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$AuthorizeWithNewDeviceApiKeyToJson(
|
||||
Variables$Mutation$AuthorizeWithNewDeviceApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'input': instance.input.toJson(),
|
||||
};
|
||||
|
||||
Mutation$AuthorizeWithNewDeviceApiKey
|
||||
_$Mutation$AuthorizeWithNewDeviceApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$AuthorizeWithNewDeviceApiKey(
|
||||
authorizeWithNewDeviceApiKey:
|
||||
Mutation$AuthorizeWithNewDeviceApiKey$authorizeWithNewDeviceApiKey
|
||||
.fromJson(json['authorizeWithNewDeviceApiKey']
|
||||
as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$AuthorizeWithNewDeviceApiKeyToJson(
|
||||
Mutation$AuthorizeWithNewDeviceApiKey instance) =>
|
||||
<String, dynamic>{
|
||||
'authorizeWithNewDeviceApiKey':
|
||||
instance.authorizeWithNewDeviceApiKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$AuthorizeWithNewDeviceApiKey$authorizeWithNewDeviceApiKey
|
||||
_$Mutation$AuthorizeWithNewDeviceApiKey$authorizeWithNewDeviceApiKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$AuthorizeWithNewDeviceApiKey$authorizeWithNewDeviceApiKey(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
token: json['token'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Mutation$AuthorizeWithNewDeviceApiKey$authorizeWithNewDeviceApiKeyToJson(
|
||||
Mutation$AuthorizeWithNewDeviceApiKey$authorizeWithNewDeviceApiKey
|
||||
instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'token': instance.token,
|
||||
};
|
File diff suppressed because it is too large
Load diff
|
@ -1,316 +0,0 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'server_settings.graphql.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Fragment$basicMutationReturnFields _$Fragment$basicMutationReturnFieldsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Fragment$basicMutationReturnFields(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Fragment$basicMutationReturnFieldsToJson(
|
||||
Fragment$basicMutationReturnFields instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemSettings _$Query$SystemSettingsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemSettings(
|
||||
system: Query$SystemSettings$system.fromJson(
|
||||
json['system'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemSettingsToJson(
|
||||
Query$SystemSettings instance) =>
|
||||
<String, dynamic>{
|
||||
'system': instance.system.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemSettings$system _$Query$SystemSettings$systemFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemSettings$system(
|
||||
settings: Query$SystemSettings$system$settings.fromJson(
|
||||
json['settings'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemSettings$systemToJson(
|
||||
Query$SystemSettings$system instance) =>
|
||||
<String, dynamic>{
|
||||
'settings': instance.settings.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemSettings$system$settings
|
||||
_$Query$SystemSettings$system$settingsFromJson(Map<String, dynamic> json) =>
|
||||
Query$SystemSettings$system$settings(
|
||||
autoUpgrade:
|
||||
Query$SystemSettings$system$settings$autoUpgrade.fromJson(
|
||||
json['autoUpgrade'] as Map<String, dynamic>),
|
||||
ssh: Query$SystemSettings$system$settings$ssh.fromJson(
|
||||
json['ssh'] as Map<String, dynamic>),
|
||||
timezone: json['timezone'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemSettings$system$settingsToJson(
|
||||
Query$SystemSettings$system$settings instance) =>
|
||||
<String, dynamic>{
|
||||
'autoUpgrade': instance.autoUpgrade.toJson(),
|
||||
'ssh': instance.ssh.toJson(),
|
||||
'timezone': instance.timezone,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemSettings$system$settings$autoUpgrade
|
||||
_$Query$SystemSettings$system$settings$autoUpgradeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemSettings$system$settings$autoUpgrade(
|
||||
allowReboot: json['allowReboot'] as bool,
|
||||
enable: json['enable'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemSettings$system$settings$autoUpgradeToJson(
|
||||
Query$SystemSettings$system$settings$autoUpgrade instance) =>
|
||||
<String, dynamic>{
|
||||
'allowReboot': instance.allowReboot,
|
||||
'enable': instance.enable,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemSettings$system$settings$ssh
|
||||
_$Query$SystemSettings$system$settings$sshFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemSettings$system$settings$ssh(
|
||||
enable: json['enable'] as bool,
|
||||
passwordAuthentication: json['passwordAuthentication'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemSettings$system$settings$sshToJson(
|
||||
Query$SystemSettings$system$settings$ssh instance) =>
|
||||
<String, dynamic>{
|
||||
'enable': instance.enable,
|
||||
'passwordAuthentication': instance.passwordAuthentication,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemIsUsingBinds _$Query$SystemIsUsingBindsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemIsUsingBinds(
|
||||
system: Query$SystemIsUsingBinds$system.fromJson(
|
||||
json['system'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemIsUsingBindsToJson(
|
||||
Query$SystemIsUsingBinds instance) =>
|
||||
<String, dynamic>{
|
||||
'system': instance.system.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemIsUsingBinds$system _$Query$SystemIsUsingBinds$systemFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$SystemIsUsingBinds$system(
|
||||
info: Query$SystemIsUsingBinds$system$info.fromJson(
|
||||
json['info'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemIsUsingBinds$systemToJson(
|
||||
Query$SystemIsUsingBinds$system instance) =>
|
||||
<String, dynamic>{
|
||||
'info': instance.info.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$SystemIsUsingBinds$system$info
|
||||
_$Query$SystemIsUsingBinds$system$infoFromJson(Map<String, dynamic> json) =>
|
||||
Query$SystemIsUsingBinds$system$info(
|
||||
usingBinds: json['usingBinds'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$SystemIsUsingBinds$system$infoToJson(
|
||||
Query$SystemIsUsingBinds$system$info instance) =>
|
||||
<String, dynamic>{
|
||||
'usingBinds': instance.usingBinds,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$DomainInfo _$Query$DomainInfoFromJson(Map<String, dynamic> json) =>
|
||||
Query$DomainInfo(
|
||||
system: Query$DomainInfo$system.fromJson(
|
||||
json['system'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$DomainInfoToJson(Query$DomainInfo instance) =>
|
||||
<String, dynamic>{
|
||||
'system': instance.system.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$DomainInfo$system _$Query$DomainInfo$systemFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$DomainInfo$system(
|
||||
domainInfo: Query$DomainInfo$system$domainInfo.fromJson(
|
||||
json['domainInfo'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$DomainInfo$systemToJson(
|
||||
Query$DomainInfo$system instance) =>
|
||||
<String, dynamic>{
|
||||
'domainInfo': instance.domainInfo.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$DomainInfo$system$domainInfo _$Query$DomainInfo$system$domainInfoFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$DomainInfo$system$domainInfo(
|
||||
domain: json['domain'] as String,
|
||||
hostname: json['hostname'] as String,
|
||||
provider: $enumDecode(_$Enum$DnsProviderEnumMap, json['provider'],
|
||||
unknownValue: Enum$DnsProvider.$unknown),
|
||||
requiredDnsRecords: (json['requiredDnsRecords'] as List<dynamic>)
|
||||
.map((e) =>
|
||||
Fragment$dnsRecordFields.fromJson(e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$DomainInfo$system$domainInfoToJson(
|
||||
Query$DomainInfo$system$domainInfo instance) =>
|
||||
<String, dynamic>{
|
||||
'domain': instance.domain,
|
||||
'hostname': instance.hostname,
|
||||
'provider': _$Enum$DnsProviderEnumMap[instance.provider]!,
|
||||
'requiredDnsRecords':
|
||||
instance.requiredDnsRecords.map((e) => e.toJson()).toList(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
const _$Enum$DnsProviderEnumMap = {
|
||||
Enum$DnsProvider.CLOUDFLARE: 'CLOUDFLARE',
|
||||
Enum$DnsProvider.DIGITALOCEAN: 'DIGITALOCEAN',
|
||||
Enum$DnsProvider.$unknown: r'$unknown',
|
||||
};
|
||||
|
||||
Variables$Mutation$ChangeTimezone _$Variables$Mutation$ChangeTimezoneFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$ChangeTimezone(
|
||||
timezone: json['timezone'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$ChangeTimezoneToJson(
|
||||
Variables$Mutation$ChangeTimezone instance) =>
|
||||
<String, dynamic>{
|
||||
'timezone': instance.timezone,
|
||||
};
|
||||
|
||||
Mutation$ChangeTimezone _$Mutation$ChangeTimezoneFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$ChangeTimezone(
|
||||
changeTimezone: Mutation$ChangeTimezone$changeTimezone.fromJson(
|
||||
json['changeTimezone'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$ChangeTimezoneToJson(
|
||||
Mutation$ChangeTimezone instance) =>
|
||||
<String, dynamic>{
|
||||
'changeTimezone': instance.changeTimezone.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$ChangeTimezone$changeTimezone
|
||||
_$Mutation$ChangeTimezone$changeTimezoneFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$ChangeTimezone$changeTimezone(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
timezone: json['timezone'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$ChangeTimezone$changeTimezoneToJson(
|
||||
Mutation$ChangeTimezone$changeTimezone instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'timezone': instance.timezone,
|
||||
};
|
||||
|
||||
Variables$Mutation$ChangeAutoUpgradeSettings
|
||||
_$Variables$Mutation$ChangeAutoUpgradeSettingsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$ChangeAutoUpgradeSettings(
|
||||
settings: Input$AutoUpgradeSettingsInput.fromJson(
|
||||
json['settings'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$ChangeAutoUpgradeSettingsToJson(
|
||||
Variables$Mutation$ChangeAutoUpgradeSettings instance) =>
|
||||
<String, dynamic>{
|
||||
'settings': instance.settings.toJson(),
|
||||
};
|
||||
|
||||
Mutation$ChangeAutoUpgradeSettings _$Mutation$ChangeAutoUpgradeSettingsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$ChangeAutoUpgradeSettings(
|
||||
changeAutoUpgradeSettings:
|
||||
Mutation$ChangeAutoUpgradeSettings$changeAutoUpgradeSettings.fromJson(
|
||||
json['changeAutoUpgradeSettings'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$ChangeAutoUpgradeSettingsToJson(
|
||||
Mutation$ChangeAutoUpgradeSettings instance) =>
|
||||
<String, dynamic>{
|
||||
'changeAutoUpgradeSettings': instance.changeAutoUpgradeSettings.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$ChangeAutoUpgradeSettings$changeAutoUpgradeSettings
|
||||
_$Mutation$ChangeAutoUpgradeSettings$changeAutoUpgradeSettingsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$ChangeAutoUpgradeSettings$changeAutoUpgradeSettings(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
allowReboot: json['allowReboot'] as bool,
|
||||
enableAutoUpgrade: json['enableAutoUpgrade'] as bool,
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Mutation$ChangeAutoUpgradeSettings$changeAutoUpgradeSettingsToJson(
|
||||
Mutation$ChangeAutoUpgradeSettings$changeAutoUpgradeSettings
|
||||
instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'allowReboot': instance.allowReboot,
|
||||
'enableAutoUpgrade': instance.enableAutoUpgrade,
|
||||
};
|
File diff suppressed because it is too large
Load diff
|
@ -1,458 +0,0 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'services.graphql.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Fragment$basicMutationReturnFields _$Fragment$basicMutationReturnFieldsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Fragment$basicMutationReturnFields(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Fragment$basicMutationReturnFieldsToJson(
|
||||
Fragment$basicMutationReturnFields instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$AllServices _$Query$AllServicesFromJson(Map<String, dynamic> json) =>
|
||||
Query$AllServices(
|
||||
services: Query$AllServices$services.fromJson(
|
||||
json['services'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$AllServicesToJson(Query$AllServices instance) =>
|
||||
<String, dynamic>{
|
||||
'services': instance.services.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$AllServices$services _$Query$AllServices$servicesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$AllServices$services(
|
||||
allServices: (json['allServices'] as List<dynamic>)
|
||||
.map((e) => Query$AllServices$services$allServices.fromJson(
|
||||
e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$AllServices$servicesToJson(
|
||||
Query$AllServices$services instance) =>
|
||||
<String, dynamic>{
|
||||
'allServices': instance.allServices.map((e) => e.toJson()).toList(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$AllServices$services$allServices
|
||||
_$Query$AllServices$services$allServicesFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$AllServices$services$allServices(
|
||||
description: json['description'] as String,
|
||||
displayName: json['displayName'] as String,
|
||||
dnsRecords: (json['dnsRecords'] as List<dynamic>?)
|
||||
?.map((e) =>
|
||||
Fragment$dnsRecordFields.fromJson(e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
id: json['id'] as String,
|
||||
isEnabled: json['isEnabled'] as bool,
|
||||
isMovable: json['isMovable'] as bool,
|
||||
isRequired: json['isRequired'] as bool,
|
||||
status: $enumDecode(_$Enum$ServiceStatusEnumEnumMap, json['status'],
|
||||
unknownValue: Enum$ServiceStatusEnum.$unknown),
|
||||
storageUsage:
|
||||
Query$AllServices$services$allServices$storageUsage.fromJson(
|
||||
json['storageUsage'] as Map<String, dynamic>),
|
||||
svgIcon: json['svgIcon'] as String,
|
||||
url: json['url'] as String?,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$AllServices$services$allServicesToJson(
|
||||
Query$AllServices$services$allServices instance) =>
|
||||
<String, dynamic>{
|
||||
'description': instance.description,
|
||||
'displayName': instance.displayName,
|
||||
'dnsRecords': instance.dnsRecords?.map((e) => e.toJson()).toList(),
|
||||
'id': instance.id,
|
||||
'isEnabled': instance.isEnabled,
|
||||
'isMovable': instance.isMovable,
|
||||
'isRequired': instance.isRequired,
|
||||
'status': _$Enum$ServiceStatusEnumEnumMap[instance.status]!,
|
||||
'storageUsage': instance.storageUsage.toJson(),
|
||||
'svgIcon': instance.svgIcon,
|
||||
'url': instance.url,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
const _$Enum$ServiceStatusEnumEnumMap = {
|
||||
Enum$ServiceStatusEnum.ACTIVATING: 'ACTIVATING',
|
||||
Enum$ServiceStatusEnum.ACTIVE: 'ACTIVE',
|
||||
Enum$ServiceStatusEnum.DEACTIVATING: 'DEACTIVATING',
|
||||
Enum$ServiceStatusEnum.FAILED: 'FAILED',
|
||||
Enum$ServiceStatusEnum.INACTIVE: 'INACTIVE',
|
||||
Enum$ServiceStatusEnum.OFF: 'OFF',
|
||||
Enum$ServiceStatusEnum.RELOADING: 'RELOADING',
|
||||
Enum$ServiceStatusEnum.$unknown: r'$unknown',
|
||||
};
|
||||
|
||||
Query$AllServices$services$allServices$storageUsage
|
||||
_$Query$AllServices$services$allServices$storageUsageFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$AllServices$services$allServices$storageUsage(
|
||||
title: json['title'] as String,
|
||||
usedSpace: json['usedSpace'] as String,
|
||||
volume: json['volume'] == null
|
||||
? null
|
||||
: Query$AllServices$services$allServices$storageUsage$volume
|
||||
.fromJson(json['volume'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic>
|
||||
_$Query$AllServices$services$allServices$storageUsageToJson(
|
||||
Query$AllServices$services$allServices$storageUsage instance) =>
|
||||
<String, dynamic>{
|
||||
'title': instance.title,
|
||||
'usedSpace': instance.usedSpace,
|
||||
'volume': instance.volume?.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$AllServices$services$allServices$storageUsage$volume
|
||||
_$Query$AllServices$services$allServices$storageUsage$volumeFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$AllServices$services$allServices$storageUsage$volume(
|
||||
name: json['name'] as String,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String,
|
||||
dynamic> _$Query$AllServices$services$allServices$storageUsage$volumeToJson(
|
||||
Query$AllServices$services$allServices$storageUsage$volume instance) =>
|
||||
<String, dynamic>{
|
||||
'name': instance.name,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$EnableService _$Variables$Mutation$EnableServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$EnableService(
|
||||
serviceId: json['serviceId'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$EnableServiceToJson(
|
||||
Variables$Mutation$EnableService instance) =>
|
||||
<String, dynamic>{
|
||||
'serviceId': instance.serviceId,
|
||||
};
|
||||
|
||||
Mutation$EnableService _$Mutation$EnableServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$EnableService(
|
||||
enableService: Mutation$EnableService$enableService.fromJson(
|
||||
json['enableService'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$EnableServiceToJson(
|
||||
Mutation$EnableService instance) =>
|
||||
<String, dynamic>{
|
||||
'enableService': instance.enableService.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$EnableService$enableService
|
||||
_$Mutation$EnableService$enableServiceFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$EnableService$enableService(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$EnableService$enableServiceToJson(
|
||||
Mutation$EnableService$enableService instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$DisableService _$Variables$Mutation$DisableServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$DisableService(
|
||||
serviceId: json['serviceId'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$DisableServiceToJson(
|
||||
Variables$Mutation$DisableService instance) =>
|
||||
<String, dynamic>{
|
||||
'serviceId': instance.serviceId,
|
||||
};
|
||||
|
||||
Mutation$DisableService _$Mutation$DisableServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$DisableService(
|
||||
disableService: Mutation$DisableService$disableService.fromJson(
|
||||
json['disableService'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$DisableServiceToJson(
|
||||
Mutation$DisableService instance) =>
|
||||
<String, dynamic>{
|
||||
'disableService': instance.disableService.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$DisableService$disableService
|
||||
_$Mutation$DisableService$disableServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$DisableService$disableService(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$DisableService$disableServiceToJson(
|
||||
Mutation$DisableService$disableService instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$StopService _$Variables$Mutation$StopServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$StopService(
|
||||
serviceId: json['serviceId'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$StopServiceToJson(
|
||||
Variables$Mutation$StopService instance) =>
|
||||
<String, dynamic>{
|
||||
'serviceId': instance.serviceId,
|
||||
};
|
||||
|
||||
Mutation$StopService _$Mutation$StopServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$StopService(
|
||||
stopService: Mutation$StopService$stopService.fromJson(
|
||||
json['stopService'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$StopServiceToJson(
|
||||
Mutation$StopService instance) =>
|
||||
<String, dynamic>{
|
||||
'stopService': instance.stopService.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$StopService$stopService _$Mutation$StopService$stopServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$StopService$stopService(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$StopService$stopServiceToJson(
|
||||
Mutation$StopService$stopService instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$StartService _$Variables$Mutation$StartServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$StartService(
|
||||
serviceId: json['serviceId'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$StartServiceToJson(
|
||||
Variables$Mutation$StartService instance) =>
|
||||
<String, dynamic>{
|
||||
'serviceId': instance.serviceId,
|
||||
};
|
||||
|
||||
Mutation$StartService _$Mutation$StartServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$StartService(
|
||||
startService: Mutation$StartService$startService.fromJson(
|
||||
json['startService'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$StartServiceToJson(
|
||||
Mutation$StartService instance) =>
|
||||
<String, dynamic>{
|
||||
'startService': instance.startService.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$StartService$startService _$Mutation$StartService$startServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$StartService$startService(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$StartService$startServiceToJson(
|
||||
Mutation$StartService$startService instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$RestartService _$Variables$Mutation$RestartServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$RestartService(
|
||||
serviceId: json['serviceId'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$RestartServiceToJson(
|
||||
Variables$Mutation$RestartService instance) =>
|
||||
<String, dynamic>{
|
||||
'serviceId': instance.serviceId,
|
||||
};
|
||||
|
||||
Mutation$RestartService _$Mutation$RestartServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RestartService(
|
||||
restartService: Mutation$RestartService$restartService.fromJson(
|
||||
json['restartService'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RestartServiceToJson(
|
||||
Mutation$RestartService instance) =>
|
||||
<String, dynamic>{
|
||||
'restartService': instance.restartService.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RestartService$restartService
|
||||
_$Mutation$RestartService$restartServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RestartService$restartService(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RestartService$restartServiceToJson(
|
||||
Mutation$RestartService$restartService instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$MoveService _$Variables$Mutation$MoveServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$MoveService(
|
||||
input: Input$MoveServiceInput.fromJson(
|
||||
json['input'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$MoveServiceToJson(
|
||||
Variables$Mutation$MoveService instance) =>
|
||||
<String, dynamic>{
|
||||
'input': instance.input.toJson(),
|
||||
};
|
||||
|
||||
Mutation$MoveService _$Mutation$MoveServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$MoveService(
|
||||
moveService: Mutation$MoveService$moveService.fromJson(
|
||||
json['moveService'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MoveServiceToJson(
|
||||
Mutation$MoveService instance) =>
|
||||
<String, dynamic>{
|
||||
'moveService': instance.moveService.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$MoveService$moveService _$Mutation$MoveService$moveServiceFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$MoveService$moveService(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
job: json['job'] == null
|
||||
? null
|
||||
: Mutation$MoveService$moveService$job.fromJson(
|
||||
json['job'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MoveService$moveServiceToJson(
|
||||
Mutation$MoveService$moveService instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'job': instance.job?.toJson(),
|
||||
};
|
||||
|
||||
Mutation$MoveService$moveService$job
|
||||
_$Mutation$MoveService$moveService$jobFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$MoveService$moveService$job(
|
||||
createdAt: dateTimeFromJson(json['createdAt']),
|
||||
description: json['description'] as String,
|
||||
error: json['error'] as String?,
|
||||
finishedAt: _nullable$dateTimeFromJson(json['finishedAt']),
|
||||
name: json['name'] as String,
|
||||
progress: json['progress'] as int?,
|
||||
result: json['result'] as String?,
|
||||
status: json['status'] as String,
|
||||
statusText: json['statusText'] as String?,
|
||||
uid: json['uid'] as String,
|
||||
updatedAt: dateTimeFromJson(json['updatedAt']),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$MoveService$moveService$jobToJson(
|
||||
Mutation$MoveService$moveService$job instance) =>
|
||||
<String, dynamic>{
|
||||
'createdAt': dateTimeToJson(instance.createdAt),
|
||||
'description': instance.description,
|
||||
'error': instance.error,
|
||||
'finishedAt': _nullable$dateTimeToJson(instance.finishedAt),
|
||||
'name': instance.name,
|
||||
'progress': instance.progress,
|
||||
'result': instance.result,
|
||||
'status': instance.status,
|
||||
'statusText': instance.statusText,
|
||||
'uid': instance.uid,
|
||||
'updatedAt': dateTimeToJson(instance.updatedAt),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
File diff suppressed because it is too large
Load diff
|
@ -1,366 +0,0 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'users.graphql.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Fragment$basicMutationReturnFields _$Fragment$basicMutationReturnFieldsFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Fragment$basicMutationReturnFields(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Fragment$basicMutationReturnFieldsToJson(
|
||||
Fragment$basicMutationReturnFields instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Fragment$userFields _$Fragment$userFieldsFromJson(Map<String, dynamic> json) =>
|
||||
Fragment$userFields(
|
||||
username: json['username'] as String,
|
||||
userType: $enumDecode(_$Enum$UserTypeEnumMap, json['userType'],
|
||||
unknownValue: Enum$UserType.$unknown),
|
||||
sshKeys:
|
||||
(json['sshKeys'] as List<dynamic>).map((e) => e as String).toList(),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Fragment$userFieldsToJson(
|
||||
Fragment$userFields instance) =>
|
||||
<String, dynamic>{
|
||||
'username': instance.username,
|
||||
'userType': _$Enum$UserTypeEnumMap[instance.userType]!,
|
||||
'sshKeys': instance.sshKeys,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
const _$Enum$UserTypeEnumMap = {
|
||||
Enum$UserType.NORMAL: 'NORMAL',
|
||||
Enum$UserType.PRIMARY: 'PRIMARY',
|
||||
Enum$UserType.ROOT: 'ROOT',
|
||||
Enum$UserType.$unknown: r'$unknown',
|
||||
};
|
||||
|
||||
Query$AllUsers _$Query$AllUsersFromJson(Map<String, dynamic> json) =>
|
||||
Query$AllUsers(
|
||||
users:
|
||||
Query$AllUsers$users.fromJson(json['users'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$AllUsersToJson(Query$AllUsers instance) =>
|
||||
<String, dynamic>{
|
||||
'users': instance.users.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$AllUsers$users _$Query$AllUsers$usersFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Query$AllUsers$users(
|
||||
allUsers: (json['allUsers'] as List<dynamic>)
|
||||
.map((e) => Fragment$userFields.fromJson(e as Map<String, dynamic>))
|
||||
.toList(),
|
||||
rootUser: json['rootUser'] == null
|
||||
? null
|
||||
: Fragment$userFields.fromJson(
|
||||
json['rootUser'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$AllUsers$usersToJson(
|
||||
Query$AllUsers$users instance) =>
|
||||
<String, dynamic>{
|
||||
'allUsers': instance.allUsers.map((e) => e.toJson()).toList(),
|
||||
'rootUser': instance.rootUser?.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Query$GetUser _$Variables$Query$GetUserFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Query$GetUser(
|
||||
username: json['username'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Query$GetUserToJson(
|
||||
Variables$Query$GetUser instance) =>
|
||||
<String, dynamic>{
|
||||
'username': instance.username,
|
||||
};
|
||||
|
||||
Query$GetUser _$Query$GetUserFromJson(Map<String, dynamic> json) =>
|
||||
Query$GetUser(
|
||||
users:
|
||||
Query$GetUser$users.fromJson(json['users'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetUserToJson(Query$GetUser instance) =>
|
||||
<String, dynamic>{
|
||||
'users': instance.users.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Query$GetUser$users _$Query$GetUser$usersFromJson(Map<String, dynamic> json) =>
|
||||
Query$GetUser$users(
|
||||
getUser: json['getUser'] == null
|
||||
? null
|
||||
: Fragment$userFields.fromJson(
|
||||
json['getUser'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Query$GetUser$usersToJson(
|
||||
Query$GetUser$users instance) =>
|
||||
<String, dynamic>{
|
||||
'getUser': instance.getUser?.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$CreateUser _$Variables$Mutation$CreateUserFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$CreateUser(
|
||||
user: Input$UserMutationInput.fromJson(
|
||||
json['user'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$CreateUserToJson(
|
||||
Variables$Mutation$CreateUser instance) =>
|
||||
<String, dynamic>{
|
||||
'user': instance.user.toJson(),
|
||||
};
|
||||
|
||||
Mutation$CreateUser _$Mutation$CreateUserFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$CreateUser(
|
||||
createUser: Mutation$CreateUser$createUser.fromJson(
|
||||
json['createUser'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$CreateUserToJson(
|
||||
Mutation$CreateUser instance) =>
|
||||
<String, dynamic>{
|
||||
'createUser': instance.createUser.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$CreateUser$createUser _$Mutation$CreateUser$createUserFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$CreateUser$createUser(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
user: json['user'] == null
|
||||
? null
|
||||
: Fragment$userFields.fromJson(json['user'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$CreateUser$createUserToJson(
|
||||
Mutation$CreateUser$createUser instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'user': instance.user?.toJson(),
|
||||
};
|
||||
|
||||
Variables$Mutation$DeleteUser _$Variables$Mutation$DeleteUserFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$DeleteUser(
|
||||
username: json['username'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$DeleteUserToJson(
|
||||
Variables$Mutation$DeleteUser instance) =>
|
||||
<String, dynamic>{
|
||||
'username': instance.username,
|
||||
};
|
||||
|
||||
Mutation$DeleteUser _$Mutation$DeleteUserFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$DeleteUser(
|
||||
deleteUser: Mutation$DeleteUser$deleteUser.fromJson(
|
||||
json['deleteUser'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$DeleteUserToJson(
|
||||
Mutation$DeleteUser instance) =>
|
||||
<String, dynamic>{
|
||||
'deleteUser': instance.deleteUser.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$DeleteUser$deleteUser _$Mutation$DeleteUser$deleteUserFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$DeleteUser$deleteUser(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$DeleteUser$deleteUserToJson(
|
||||
Mutation$DeleteUser$deleteUser instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Variables$Mutation$UpdateUser _$Variables$Mutation$UpdateUserFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$UpdateUser(
|
||||
user: Input$UserMutationInput.fromJson(
|
||||
json['user'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$UpdateUserToJson(
|
||||
Variables$Mutation$UpdateUser instance) =>
|
||||
<String, dynamic>{
|
||||
'user': instance.user.toJson(),
|
||||
};
|
||||
|
||||
Mutation$UpdateUser _$Mutation$UpdateUserFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$UpdateUser(
|
||||
updateUser: Mutation$UpdateUser$updateUser.fromJson(
|
||||
json['updateUser'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$UpdateUserToJson(
|
||||
Mutation$UpdateUser instance) =>
|
||||
<String, dynamic>{
|
||||
'updateUser': instance.updateUser.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$UpdateUser$updateUser _$Mutation$UpdateUser$updateUserFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$UpdateUser$updateUser(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
user: json['user'] == null
|
||||
? null
|
||||
: Fragment$userFields.fromJson(json['user'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$UpdateUser$updateUserToJson(
|
||||
Mutation$UpdateUser$updateUser instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'user': instance.user?.toJson(),
|
||||
};
|
||||
|
||||
Variables$Mutation$AddSshKey _$Variables$Mutation$AddSshKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$AddSshKey(
|
||||
sshInput: Input$SshMutationInput.fromJson(
|
||||
json['sshInput'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$AddSshKeyToJson(
|
||||
Variables$Mutation$AddSshKey instance) =>
|
||||
<String, dynamic>{
|
||||
'sshInput': instance.sshInput.toJson(),
|
||||
};
|
||||
|
||||
Mutation$AddSshKey _$Mutation$AddSshKeyFromJson(Map<String, dynamic> json) =>
|
||||
Mutation$AddSshKey(
|
||||
addSshKey: Mutation$AddSshKey$addSshKey.fromJson(
|
||||
json['addSshKey'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$AddSshKeyToJson(Mutation$AddSshKey instance) =>
|
||||
<String, dynamic>{
|
||||
'addSshKey': instance.addSshKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$AddSshKey$addSshKey _$Mutation$AddSshKey$addSshKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$AddSshKey$addSshKey(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
user: json['user'] == null
|
||||
? null
|
||||
: Fragment$userFields.fromJson(json['user'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$AddSshKey$addSshKeyToJson(
|
||||
Mutation$AddSshKey$addSshKey instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'user': instance.user?.toJson(),
|
||||
};
|
||||
|
||||
Variables$Mutation$RemoveSshKey _$Variables$Mutation$RemoveSshKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Variables$Mutation$RemoveSshKey(
|
||||
sshInput: Input$SshMutationInput.fromJson(
|
||||
json['sshInput'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Variables$Mutation$RemoveSshKeyToJson(
|
||||
Variables$Mutation$RemoveSshKey instance) =>
|
||||
<String, dynamic>{
|
||||
'sshInput': instance.sshInput.toJson(),
|
||||
};
|
||||
|
||||
Mutation$RemoveSshKey _$Mutation$RemoveSshKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RemoveSshKey(
|
||||
removeSshKey: Mutation$RemoveSshKey$removeSshKey.fromJson(
|
||||
json['removeSshKey'] as Map<String, dynamic>),
|
||||
$__typename: json['__typename'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RemoveSshKeyToJson(
|
||||
Mutation$RemoveSshKey instance) =>
|
||||
<String, dynamic>{
|
||||
'removeSshKey': instance.removeSshKey.toJson(),
|
||||
'__typename': instance.$__typename,
|
||||
};
|
||||
|
||||
Mutation$RemoveSshKey$removeSshKey _$Mutation$RemoveSshKey$removeSshKeyFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
Mutation$RemoveSshKey$removeSshKey(
|
||||
code: json['code'] as int,
|
||||
message: json['message'] as String,
|
||||
success: json['success'] as bool,
|
||||
$__typename: json['__typename'] as String,
|
||||
user: json['user'] == null
|
||||
? null
|
||||
: Fragment$userFields.fromJson(json['user'] as Map<String, dynamic>),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$Mutation$RemoveSshKey$removeSshKeyToJson(
|
||||
Mutation$RemoveSshKey$removeSshKey instance) =>
|
||||
<String, dynamic>{
|
||||
'code': instance.code,
|
||||
'message': instance.message,
|
||||
'success': instance.success,
|
||||
'__typename': instance.$__typename,
|
||||
'user': instance.user?.toJson(),
|
||||
};
|
|
@ -343,7 +343,7 @@ class DigitalOceanApi extends ServerProviderApi with VolumeProviderApi {
|
|||
base64.encode(utf8.encode(rootUser.password ?? 'PASS'));
|
||||
|
||||
final String formattedHostname = getHostnameFromDomain(domainName);
|
||||
const String infectBranch = 'providers/digital-ocean';
|
||||
const String infectBranch = 'testing/digital-ocean';
|
||||
final String stagingAcme = StagingOptions.stagingAcme ? 'true' : 'false';
|
||||
final String dnsProviderType = dnsProviderToInfectName(dnsProvider);
|
||||
|
||||
|
|
Loading…
Reference in a new issue