Files
dart-core-sdk/lib/billing.pbjson.dart
2026-05-22 08:22:35 +00:00

69 lines
2.9 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from billing.proto.
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names
// ignore_for_file: curly_braces_in_flow_control_structures
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
// ignore_for_file: non_constant_identifier_names, 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(
'Cg9HZW5lcmF0ZVJlcXVlc3QSMAoOT3JnYW5pc2F0aW9uSUQYASABKAlCCLqBAQRyAhABUg5Pcm'
'dhbmlzYXRpb25JRBIYCgdDb21tZW50GAIgASgJUgdDb21tZW50En8KCEZyb21EYXRlGAMgASgJ'
'QmOSQVcyVVVUQyBkYXRlL3RpbWUgaW4gPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVkaWEub3'
'JnL3dpa2kvSVNPXzg2MDEnPklTTyA4NjAxPC9hPiBmb3JtYXS6gQEFcgPQAQFSCEZyb21EYXRl'
'EnsKBlRvRGF0ZRgEIAEoCUJjkkFXMlVVVEMgZGF0ZS90aW1lIGluIDxhIGhyZWY9J2h0dHBzOi'
'8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0lTT184NjAxJz5JU08gODYwMTwvYT4gZm9ybWF0uoEB'
'BXID0AEBUgZUb0RhdGUSSQoMT3V0cHV0Rm9ybWF0GAUgASgOMhouYXBpLkdlbmVyYXRlQmlsbG'
'luZ0Zvcm1hdEIJuoEBBYIBAhABUgxPdXRwdXRGb3JtYXQ6KpJBJwol0gEOT3JnYW5pc2F0aW9u'
'SUTSAQhGcm9tRGF0ZdIBBlRvRGF0ZQ==');
@$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==');