Files
dart-core-sdk/lib/billing.pbjson.dart
2025-03-17 13:04:48 +00:00

68 lines
2.8 KiB
Dart

//
// Generated code. Do not modify.
// source: billing.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use generateBillingFormatDescriptor instead')
const GenerateBillingFormat$json = {
'1': 'GenerateBillingFormat',
'2': [
{'1': 'BILLING_FORMAT_PDF', '2': 0},
{'1': 'BILLING_FORMAT_CSV', '2': 1},
{'1': 'BILLING_FORMAT_JSON', '2': 2},
],
};
/// Descriptor for `GenerateBillingFormat`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List generateBillingFormatDescriptor = $convert.base64Decode(
'ChVHZW5lcmF0ZUJpbGxpbmdGb3JtYXQSFgoSQklMTElOR19GT1JNQVRfUERGEAASFgoSQklMTE'
'lOR19GT1JNQVRfQ1NWEAESFwoTQklMTElOR19GT1JNQVRfSlNPThAC');
@$core.Deprecated('Use generateRequestDescriptor instead')
const GenerateRequest$json = {
'1': 'GenerateRequest',
'2': [
{'1': 'OrganisationID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'OrganisationID'},
{'1': 'Comment', '3': 2, '4': 1, '5': 9, '10': 'Comment'},
{'1': 'FromDate', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'FromDate'},
{'1': 'ToDate', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ToDate'},
{'1': 'OutputFormat', '3': 5, '4': 1, '5': 14, '6': '.api.GenerateBillingFormat', '8': {}, '10': 'OutputFormat'},
],
'7': {},
};
/// Descriptor for `GenerateRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List generateRequestDescriptor = $convert.base64Decode(
'Cg9HZW5lcmF0ZVJlcXVlc3QSLwoOT3JnYW5pc2F0aW9uSUQYASABKAlCB/pCBHICEAFSDk9yZ2'
'FuaXNhdGlvbklEEhgKB0NvbW1lbnQYAiABKAlSB0NvbW1lbnQSfgoIRnJvbURhdGUYAyABKAlC'
'YpJBVzJVVVRDIGRhdGUvdGltZSBpbiA8YSBocmVmPSdodHRwczovL2VuLndpa2lwZWRpYS5vcm'
'cvd2lraS9JU09fODYwMSc+SVNPIDg2MDE8L2E+IGZvcm1hdPpCBXID0AEBUghGcm9tRGF0ZRJ6'
'CgZUb0RhdGUYBCABKAlCYpJBVzJVVVRDIGRhdGUvdGltZSBpbiA8YSBocmVmPSdodHRwczovL2'
'VuLndpa2lwZWRpYS5vcmcvd2lraS9JU09fODYwMSc+SVNPIDg2MDE8L2E+IGZvcm1hdPpCBXID'
'0AEBUgZUb0RhdGUSSAoMT3V0cHV0Rm9ybWF0GAUgASgOMhouYXBpLkdlbmVyYXRlQmlsbGluZ0'
'Zvcm1hdEII+kIFggECEAFSDE91dHB1dEZvcm1hdDoqkkEnCiXSAQ5PcmdhbmlzYXRpb25JRNIB'
'CEZyb21EYXRl0gEGVG9EYXRl');
@$core.Deprecated('Use generateResultDescriptor instead')
const GenerateResult$json = {
'1': 'GenerateResult',
'2': [
{'1': 'Output', '3': 1, '4': 1, '5': 9, '10': 'Output'},
],
};
/// Descriptor for `GenerateResult`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List generateResultDescriptor = $convert.base64Decode(
'Cg5HZW5lcmF0ZVJlc3VsdBIWCgZPdXRwdXQYASABKAlSBk91dHB1dA==');