File: invoice.pb.go

package info (click to toggle)
golang-google-genproto 0.0~git20200413.b5235f6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, experimental
  • size: 50,816 kB
  • sloc: sh: 49; makefile: 12
file content (458 lines) | stat: -rw-r--r-- 21,806 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/resources/invoice.proto

package resources

import (
	fmt "fmt"
	math "math"

	proto "github.com/golang/protobuf/proto"
	wrappers "github.com/golang/protobuf/ptypes/wrappers"
	common "google.golang.org/genproto/googleapis/ads/googleads/v3/common"
	enums "google.golang.org/genproto/googleapis/ads/googleads/v3/enums"
	_ "google.golang.org/genproto/googleapis/api/annotations"
)

// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf

// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package

// An invoice. All invoice information is snapshotted to match the PDF invoice.
// For invoices older than the launch of InvoiceService, the snapshotted
// information may not match the PDF invoice.
type Invoice struct {
	// Output only. The resource name of the invoice. Multiple customers can share a given
	// invoice, so multiple resource names may point to the same invoice.
	// Invoice resource names have the form:
	//
	// `customers/{customer_id}/invoices/{invoice_id}`
	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	// Output only. The ID of the invoice. It appears on the invoice PDF as "Invoice number".
	Id *wrappers.StringValue `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Output only. The type of invoice.
	Type enums.InvoiceTypeEnum_InvoiceType `protobuf:"varint,3,opt,name=type,proto3,enum=google.ads.googleads.v3.enums.InvoiceTypeEnum_InvoiceType" json:"type,omitempty"`
	// Output only. The resource name of this invoice’s billing setup.
	//
	// `customers/{customer_id}/billingSetups/{billing_setup_id}`
	BillingSetup *wrappers.StringValue `protobuf:"bytes,4,opt,name=billing_setup,json=billingSetup,proto3" json:"billing_setup,omitempty"`
	// Output only. A 16 digit ID used to identify the payments account associated with the
	// billing setup, e.g. "1234-5678-9012-3456". It appears on the invoice PDF as
	// "Billing Account Number".
	PaymentsAccountId *wrappers.StringValue `protobuf:"bytes,5,opt,name=payments_account_id,json=paymentsAccountId,proto3" json:"payments_account_id,omitempty"`
	// Output only. A 12 digit ID used to identify the payments profile associated with the
	// billing setup, e.g. "1234-5678-9012". It appears on the invoice PDF as
	// "Billing ID".
	PaymentsProfileId *wrappers.StringValue `protobuf:"bytes,6,opt,name=payments_profile_id,json=paymentsProfileId,proto3" json:"payments_profile_id,omitempty"`
	// Output only. The issue date in yyyy-mm-dd format. It appears on the invoice PDF as
	// either "Issue date" or "Invoice date".
	IssueDate *wrappers.StringValue `protobuf:"bytes,7,opt,name=issue_date,json=issueDate,proto3" json:"issue_date,omitempty"`
	// Output only. The due date in yyyy-mm-dd format.
	DueDate *wrappers.StringValue `protobuf:"bytes,8,opt,name=due_date,json=dueDate,proto3" json:"due_date,omitempty"`
	// Output only. The service period date range of this invoice. The end date is inclusive.
	ServiceDateRange *common.DateRange `protobuf:"bytes,9,opt,name=service_date_range,json=serviceDateRange,proto3" json:"service_date_range,omitempty"`
	// Output only. The currency code. All costs are returned in this currency. A subset of the
	// currency codes derived from the ISO 4217 standard is supported.
	CurrencyCode *wrappers.StringValue `protobuf:"bytes,10,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"`
	// Output only. The total amount of invoice level adjustments. These adjustments are made
	// on the invoice, not on a specific account budget.
	InvoiceLevelAdjustmentsMicros *wrappers.Int64Value `protobuf:"bytes,11,opt,name=invoice_level_adjustments_micros,json=invoiceLevelAdjustmentsMicros,proto3" json:"invoice_level_adjustments_micros,omitempty"`
	// Output only. The pretax subtotal amount, in micros. This equals the sum of the
	// AccountBudgetSummary subtotal amounts, plus the invoice level adjustments.
	SubtotalAmountMicros *wrappers.Int64Value `protobuf:"bytes,12,opt,name=subtotal_amount_micros,json=subtotalAmountMicros,proto3" json:"subtotal_amount_micros,omitempty"`
	// Output only. The sum of all taxes on the invoice, in micros. This equals the sum of the
	// AccountBudgetSummary tax amounts, plus taxes not associated with a specific
	// account budget.
	TaxAmountMicros *wrappers.Int64Value `protobuf:"bytes,13,opt,name=tax_amount_micros,json=taxAmountMicros,proto3" json:"tax_amount_micros,omitempty"`
	// Output only. The total amount, in micros. This equals the sum of the invoice subtotal
	// amount and the invoice tax amount.
	TotalAmountMicros *wrappers.Int64Value `protobuf:"bytes,14,opt,name=total_amount_micros,json=totalAmountMicros,proto3" json:"total_amount_micros,omitempty"`
	// Output only. The resource name of the original invoice corrected, wrote off, or canceled
	// by this invoice, if applicable. If `corrected_invoice` is set,
	// `replaced_invoices` will not be set.
	//
	// Invoice resource names have the form:
	//
	// `customers/{customer_id}/invoices/{invoice_id}`
	CorrectedInvoice *wrappers.StringValue `protobuf:"bytes,15,opt,name=corrected_invoice,json=correctedInvoice,proto3" json:"corrected_invoice,omitempty"`
	// Output only. The resource name of the original invoice(s) being rebilled or replaced by
	// this invoice, if applicable. There might be multiple replaced invoices due
	// to invoice consolidation. The replaced invoices may not belong to the same
	// payments account. If `replaced_invoices` is set, `corrected_invoice` will
	// not be set.
	// Invoice resource names have the form:
	//
	// `customers/{customer_id}/invoices/{invoice_id}`
	ReplacedInvoices []*wrappers.StringValue `protobuf:"bytes,16,rep,name=replaced_invoices,json=replacedInvoices,proto3" json:"replaced_invoices,omitempty"`
	// Output only. The URL to a PDF copy of the invoice. Users need to pass in their OAuth
	// token to request the PDF with this URL.
	PdfUrl *wrappers.StringValue `protobuf:"bytes,17,opt,name=pdf_url,json=pdfUrl,proto3" json:"pdf_url,omitempty"`
	// Output only. The list of summarized account budget information associated with this
	// invoice.
	AccountBudgetSummaries []*Invoice_AccountBudgetSummary `protobuf:"bytes,18,rep,name=account_budget_summaries,json=accountBudgetSummaries,proto3" json:"account_budget_summaries,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                        `json:"-"`
	XXX_unrecognized       []byte                          `json:"-"`
	XXX_sizecache          int32                           `json:"-"`
}

func (m *Invoice) Reset()         { *m = Invoice{} }
func (m *Invoice) String() string { return proto.CompactTextString(m) }
func (*Invoice) ProtoMessage()    {}
func (*Invoice) Descriptor() ([]byte, []int) {
	return fileDescriptor_52f5271ace0f4785, []int{0}
}

func (m *Invoice) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Invoice.Unmarshal(m, b)
}
func (m *Invoice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Invoice.Marshal(b, m, deterministic)
}
func (m *Invoice) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Invoice.Merge(m, src)
}
func (m *Invoice) XXX_Size() int {
	return xxx_messageInfo_Invoice.Size(m)
}
func (m *Invoice) XXX_DiscardUnknown() {
	xxx_messageInfo_Invoice.DiscardUnknown(m)
}

var xxx_messageInfo_Invoice proto.InternalMessageInfo

func (m *Invoice) GetResourceName() string {
	if m != nil {
		return m.ResourceName
	}
	return ""
}

func (m *Invoice) GetId() *wrappers.StringValue {
	if m != nil {
		return m.Id
	}
	return nil
}

func (m *Invoice) GetType() enums.InvoiceTypeEnum_InvoiceType {
	if m != nil {
		return m.Type
	}
	return enums.InvoiceTypeEnum_UNSPECIFIED
}

func (m *Invoice) GetBillingSetup() *wrappers.StringValue {
	if m != nil {
		return m.BillingSetup
	}
	return nil
}

func (m *Invoice) GetPaymentsAccountId() *wrappers.StringValue {
	if m != nil {
		return m.PaymentsAccountId
	}
	return nil
}

func (m *Invoice) GetPaymentsProfileId() *wrappers.StringValue {
	if m != nil {
		return m.PaymentsProfileId
	}
	return nil
}

func (m *Invoice) GetIssueDate() *wrappers.StringValue {
	if m != nil {
		return m.IssueDate
	}
	return nil
}

func (m *Invoice) GetDueDate() *wrappers.StringValue {
	if m != nil {
		return m.DueDate
	}
	return nil
}

func (m *Invoice) GetServiceDateRange() *common.DateRange {
	if m != nil {
		return m.ServiceDateRange
	}
	return nil
}

func (m *Invoice) GetCurrencyCode() *wrappers.StringValue {
	if m != nil {
		return m.CurrencyCode
	}
	return nil
}

func (m *Invoice) GetInvoiceLevelAdjustmentsMicros() *wrappers.Int64Value {
	if m != nil {
		return m.InvoiceLevelAdjustmentsMicros
	}
	return nil
}

func (m *Invoice) GetSubtotalAmountMicros() *wrappers.Int64Value {
	if m != nil {
		return m.SubtotalAmountMicros
	}
	return nil
}

func (m *Invoice) GetTaxAmountMicros() *wrappers.Int64Value {
	if m != nil {
		return m.TaxAmountMicros
	}
	return nil
}

func (m *Invoice) GetTotalAmountMicros() *wrappers.Int64Value {
	if m != nil {
		return m.TotalAmountMicros
	}
	return nil
}

func (m *Invoice) GetCorrectedInvoice() *wrappers.StringValue {
	if m != nil {
		return m.CorrectedInvoice
	}
	return nil
}

func (m *Invoice) GetReplacedInvoices() []*wrappers.StringValue {
	if m != nil {
		return m.ReplacedInvoices
	}
	return nil
}

func (m *Invoice) GetPdfUrl() *wrappers.StringValue {
	if m != nil {
		return m.PdfUrl
	}
	return nil
}

func (m *Invoice) GetAccountBudgetSummaries() []*Invoice_AccountBudgetSummary {
	if m != nil {
		return m.AccountBudgetSummaries
	}
	return nil
}

// Represents a summarized account budget billable cost.
type Invoice_AccountBudgetSummary struct {
	// Output only. The resource name of the customer associated with this account budget.
	// This contains the customer ID, which appears on the invoice PDF as
	// "Account ID".
	// Customer resource names have the form:
	//
	// `customers/{customer_id}`
	Customer *wrappers.StringValue `protobuf:"bytes,1,opt,name=customer,proto3" json:"customer,omitempty"`
	// Output only. The descriptive name of the account budget’s customer. It appears on the
	// invoice PDF as "Account".
	CustomerDescriptiveName *wrappers.StringValue `protobuf:"bytes,2,opt,name=customer_descriptive_name,json=customerDescriptiveName,proto3" json:"customer_descriptive_name,omitempty"`
	// Output only. The resource name of the account budget associated with this summarized
	// billable cost.
	// AccountBudget resource names have the form:
	//
	// `customers/{customer_id}/accountBudgets/{account_budget_id}`
	AccountBudget *wrappers.StringValue `protobuf:"bytes,3,opt,name=account_budget,json=accountBudget,proto3" json:"account_budget,omitempty"`
	// Output only. The name of the account budget. It appears on the invoice PDF as "Account
	// budget".
	AccountBudgetName *wrappers.StringValue `protobuf:"bytes,4,opt,name=account_budget_name,json=accountBudgetName,proto3" json:"account_budget_name,omitempty"`
	// Output only. The purchase order number of the account budget. It appears on the
	// invoice PDF as "Purchase order".
	PurchaseOrderNumber *wrappers.StringValue `protobuf:"bytes,5,opt,name=purchase_order_number,json=purchaseOrderNumber,proto3" json:"purchase_order_number,omitempty"`
	// Output only. The pretax subtotal amount attributable to this budget during the service
	// period, in micros.
	SubtotalAmountMicros *wrappers.Int64Value `protobuf:"bytes,6,opt,name=subtotal_amount_micros,json=subtotalAmountMicros,proto3" json:"subtotal_amount_micros,omitempty"`
	// Output only. The tax amount attributable to this budget during the service period, in
	// micros.
	TaxAmountMicros *wrappers.Int64Value `protobuf:"bytes,7,opt,name=tax_amount_micros,json=taxAmountMicros,proto3" json:"tax_amount_micros,omitempty"`
	// Output only. The total amount attributable to this budget during the service period,
	// in micros. This equals the sum of the account budget subtotal amount and
	// the account budget tax amount.
	TotalAmountMicros *wrappers.Int64Value `protobuf:"bytes,8,opt,name=total_amount_micros,json=totalAmountMicros,proto3" json:"total_amount_micros,omitempty"`
	// Output only. The billable activity date range of the account budget, within the
	// service date range of this invoice. The end date is inclusive. This can
	// be different from the account budget's start and end time.
	BillableActivityDateRange *common.DateRange `protobuf:"bytes,9,opt,name=billable_activity_date_range,json=billableActivityDateRange,proto3" json:"billable_activity_date_range,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}          `json:"-"`
	XXX_unrecognized          []byte            `json:"-"`
	XXX_sizecache             int32             `json:"-"`
}

func (m *Invoice_AccountBudgetSummary) Reset()         { *m = Invoice_AccountBudgetSummary{} }
func (m *Invoice_AccountBudgetSummary) String() string { return proto.CompactTextString(m) }
func (*Invoice_AccountBudgetSummary) ProtoMessage()    {}
func (*Invoice_AccountBudgetSummary) Descriptor() ([]byte, []int) {
	return fileDescriptor_52f5271ace0f4785, []int{0, 0}
}

func (m *Invoice_AccountBudgetSummary) XXX_Unmarshal(b []byte) error {
	return xxx_messageInfo_Invoice_AccountBudgetSummary.Unmarshal(m, b)
}
func (m *Invoice_AccountBudgetSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
	return xxx_messageInfo_Invoice_AccountBudgetSummary.Marshal(b, m, deterministic)
}
func (m *Invoice_AccountBudgetSummary) XXX_Merge(src proto.Message) {
	xxx_messageInfo_Invoice_AccountBudgetSummary.Merge(m, src)
}
func (m *Invoice_AccountBudgetSummary) XXX_Size() int {
	return xxx_messageInfo_Invoice_AccountBudgetSummary.Size(m)
}
func (m *Invoice_AccountBudgetSummary) XXX_DiscardUnknown() {
	xxx_messageInfo_Invoice_AccountBudgetSummary.DiscardUnknown(m)
}

var xxx_messageInfo_Invoice_AccountBudgetSummary proto.InternalMessageInfo

func (m *Invoice_AccountBudgetSummary) GetCustomer() *wrappers.StringValue {
	if m != nil {
		return m.Customer
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetCustomerDescriptiveName() *wrappers.StringValue {
	if m != nil {
		return m.CustomerDescriptiveName
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetAccountBudget() *wrappers.StringValue {
	if m != nil {
		return m.AccountBudget
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetAccountBudgetName() *wrappers.StringValue {
	if m != nil {
		return m.AccountBudgetName
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetPurchaseOrderNumber() *wrappers.StringValue {
	if m != nil {
		return m.PurchaseOrderNumber
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetSubtotalAmountMicros() *wrappers.Int64Value {
	if m != nil {
		return m.SubtotalAmountMicros
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetTaxAmountMicros() *wrappers.Int64Value {
	if m != nil {
		return m.TaxAmountMicros
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetTotalAmountMicros() *wrappers.Int64Value {
	if m != nil {
		return m.TotalAmountMicros
	}
	return nil
}

func (m *Invoice_AccountBudgetSummary) GetBillableActivityDateRange() *common.DateRange {
	if m != nil {
		return m.BillableActivityDateRange
	}
	return nil
}

func init() {
	proto.RegisterType((*Invoice)(nil), "google.ads.googleads.v3.resources.Invoice")
	proto.RegisterType((*Invoice_AccountBudgetSummary)(nil), "google.ads.googleads.v3.resources.Invoice.AccountBudgetSummary")
}

func init() {
	proto.RegisterFile("google/ads/googleads/v3/resources/invoice.proto", fileDescriptor_52f5271ace0f4785)
}

var fileDescriptor_52f5271ace0f4785 = []byte{
	// 954 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xdf, 0x72, 0xdb, 0x44,
	0x14, 0xc6, 0xc7, 0x76, 0xc9, 0x9f, 0x6d, 0x92, 0xc6, 0x4a, 0x29, 0x4a, 0x08, 0xe0, 0x76, 0xa6,
	0x43, 0xe0, 0x42, 0x82, 0x9a, 0xe1, 0x42, 0xc0, 0x80, 0x4c, 0xa1, 0x04, 0x5a, 0x13, 0x12, 0xea,
	0x0b, 0xc6, 0x8c, 0x66, 0xad, 0x3d, 0x56, 0x97, 0x91, 0x76, 0x35, 0xbb, 0x2b, 0x53, 0x4f, 0xa7,
	0xbc, 0x03, 0x57, 0xdc, 0x73, 0xc9, 0xa3, 0xf0, 0x14, 0xbd, 0xee, 0x1b, 0xc0, 0x15, 0xa3, 0xd5,
	0xae, 0x1c, 0x37, 0x4d, 0x23, 0xa0, 0x77, 0xc7, 0xd9, 0xf3, 0xfd, 0xf6, 0xcb, 0xd9, 0x3d, 0x67,
	0x85, 0xfc, 0x84, 0xf3, 0x24, 0x05, 0x1f, 0x13, 0x69, 0xc2, 0x32, 0x9a, 0xf5, 0x7d, 0x01, 0x92,
	0x17, 0x22, 0x06, 0xe9, 0x53, 0x36, 0xe3, 0x34, 0x06, 0x2f, 0x17, 0x5c, 0x71, 0xe7, 0x7a, 0x95,
	0xe5, 0x61, 0x22, 0xbd, 0x5a, 0xe0, 0xcd, 0xfa, 0x5e, 0x2d, 0xd8, 0x7b, 0xf7, 0x3c, 0x66, 0xcc,
	0xb3, 0x8c, 0x33, 0x9f, 0x60, 0x05, 0xb2, 0xc2, 0xed, 0xbd, 0x77, 0x5e, 0x2e, 0xb0, 0x22, 0xab,
	0xf7, 0x8e, 0xd4, 0x3c, 0x37, 0x06, 0xf6, 0xde, 0xb2, 0x8a, 0x9c, 0xfa, 0x53, 0x0a, 0x29, 0x89,
	0x26, 0xf0, 0x00, 0xcf, 0x28, 0x17, 0x26, 0x61, 0xf7, 0x54, 0x82, 0x35, 0x65, 0x96, 0xde, 0x34,
	0x4b, 0xfa, 0xd7, 0xa4, 0x98, 0xfa, 0x3f, 0x0b, 0x9c, 0xe7, 0x20, 0xac, 0x9b, 0xfd, 0x53, 0x52,
	0xcc, 0x18, 0x57, 0x58, 0x51, 0xce, 0xcc, 0xea, 0x8d, 0xdf, 0x1c, 0xb4, 0x7a, 0x58, 0x19, 0x72,
	0xee, 0xa1, 0x4d, 0xcb, 0x8e, 0x18, 0xce, 0xc0, 0x6d, 0xf5, 0x5a, 0x07, 0xeb, 0x83, 0x83, 0x27,
	0x61, 0xe7, 0xef, 0xf0, 0x06, 0xea, 0x2d, 0x4a, 0x63, 0xa2, 0x9c, 0x4a, 0x2f, 0xe6, 0x99, 0x6f,
	0x00, 0xc7, 0x1b, 0x56, 0x3e, 0xc4, 0x19, 0x38, 0xef, 0xa3, 0x36, 0x25, 0x6e, 0xbb, 0xd7, 0x3a,
	0xb8, 0x7c, 0x6b, 0xdf, 0x48, 0x3c, 0xeb, 0xd2, 0x3b, 0x51, 0x82, 0xb2, 0x64, 0x84, 0xd3, 0x02,
	0x06, 0x9d, 0x27, 0x61, 0xe7, 0xb8, 0x4d, 0x89, 0x73, 0x82, 0x2e, 0x95, 0x55, 0x71, 0x3b, 0xbd,
	0xd6, 0xc1, 0xd6, 0xad, 0xc0, 0x3b, 0xef, 0x5c, 0x74, 0x21, 0x3d, 0xb3, 0xed, 0xf7, 0xf3, 0x1c,
	0xbe, 0x60, 0x45, 0x76, 0xfa, 0x77, 0x85, 0xd4, 0x30, 0xe7, 0x4b, 0xb4, 0x39, 0xa1, 0x69, 0x4a,
	0x59, 0x12, 0x49, 0x50, 0x45, 0xee, 0x5e, 0x6a, 0x6a, 0x69, 0xc3, 0xe8, 0x4e, 0x4a, 0x99, 0xf3,
	0x1d, 0xda, 0xc9, 0xf1, 0x3c, 0x03, 0xa6, 0x64, 0x84, 0xe3, 0x98, 0x17, 0x4c, 0x45, 0x94, 0xb8,
	0xaf, 0x34, 0xa5, 0x75, 0xad, 0x3a, 0xac, 0xc4, 0x87, 0x64, 0x09, 0x99, 0x0b, 0x3e, 0xa5, 0x29,
	0x94, 0xc8, 0x95, 0x7f, 0x8d, 0x3c, 0xaa, 0xc4, 0x87, 0xc4, 0xf9, 0x0c, 0x21, 0x2a, 0x65, 0x01,
	0x51, 0x79, 0x23, 0xdd, 0xd5, 0xa6, 0xa4, 0x75, 0x2d, 0xba, 0x8d, 0x15, 0x38, 0x1f, 0xa3, 0x35,
	0x62, 0xf5, 0x6b, 0x4d, 0xf5, 0xab, 0xc4, 0xa8, 0xc7, 0xc8, 0x91, 0x20, 0x66, 0xe5, 0x05, 0x2f,
	0x09, 0x91, 0xc0, 0x2c, 0x01, 0x77, 0x5d, 0x73, 0xde, 0x39, 0xf7, 0x40, 0xab, 0x2e, 0xf2, 0x4a,
	0xc2, 0x71, 0x29, 0xa8, 0xa0, 0xdb, 0x86, 0x54, 0xff, 0xb9, 0x3c, 0xcb, 0xb8, 0x10, 0x02, 0x58,
	0x3c, 0x8f, 0x62, 0x4e, 0xc0, 0x45, 0x8d, 0xcf, 0xd2, 0xea, 0x3e, 0xe7, 0x04, 0x1c, 0x8a, 0x7a,
	0xb6, 0x0d, 0x53, 0x98, 0x41, 0x1a, 0x61, 0xf2, 0x53, 0x21, 0x55, 0x75, 0x12, 0x19, 0x8d, 0x05,
	0x97, 0xee, 0x65, 0x8d, 0x7e, 0xfd, 0x0c, 0xfa, 0x90, 0xa9, 0x0f, 0x3f, 0x38, 0x45, 0x7e, 0xc3,
	0x90, 0xee, 0x96, 0xa0, 0x70, 0xc1, 0xb9, 0xa7, 0x31, 0xce, 0x08, 0x5d, 0x93, 0xc5, 0x44, 0x71,
	0x85, 0xd3, 0x08, 0x67, 0xfa, 0xd6, 0x98, 0x0d, 0x36, 0x1a, 0x6e, 0x70, 0xd5, 0xea, 0x43, 0x2d,
	0x37, 0xdc, 0xbb, 0xa8, 0xab, 0xf0, 0xc3, 0x67, 0x90, 0x9b, 0x0d, 0x91, 0x57, 0x14, 0x7e, 0xb8,
	0x44, 0x3b, 0x42, 0x3b, 0xcf, 0xb3, 0xb8, 0xd5, 0x90, 0xd7, 0x3d, 0xeb, 0x6f, 0x88, 0xba, 0x31,
	0x17, 0x02, 0x62, 0x05, 0x24, 0x32, 0x25, 0x72, 0xaf, 0x34, 0x3d, 0xae, 0xed, 0x5a, 0x6b, 0xa7,
	0xd3, 0x10, 0x75, 0x05, 0xe4, 0x29, 0x8e, 0x17, 0x38, 0xe9, 0x6e, 0xf7, 0x3a, 0x0d, 0x79, 0x56,
	0x6b, 0x70, 0xd2, 0x09, 0xd0, 0x6a, 0x4e, 0xa6, 0x51, 0x21, 0x52, 0xb7, 0xdb, 0xd4, 0xd5, 0x4a,
	0x4e, 0xa6, 0xf7, 0x45, 0xea, 0xfc, 0x82, 0x5c, 0x3b, 0x01, 0x26, 0x05, 0x49, 0x40, 0x45, 0xb2,
	0xc8, 0x32, 0x2c, 0x28, 0x48, 0xd7, 0xd1, 0x96, 0x3e, 0xf5, 0x2e, 0x7c, 0x53, 0xec, 0xbc, 0xf2,
	0xcc, 0x3c, 0x18, 0x68, 0xd2, 0x89, 0x06, 0xcd, 0xab, 0xfd, 0xae, 0xe1, 0xb3, 0x4b, 0x14, 0xe4,
	0xde, 0xaf, 0x2b, 0xe8, 0xea, 0xf3, 0x54, 0xce, 0x27, 0x68, 0x2d, 0x2e, 0xa4, 0xe2, 0x19, 0x08,
	0x3d, 0xbd, 0x1b, 0xfd, 0x57, 0xb5, 0xc4, 0xf9, 0x11, 0xed, 0xda, 0x38, 0x22, 0x20, 0x63, 0x41,
	0x73, 0x45, 0x67, 0xe6, 0x35, 0x68, 0x3c, 0xc9, 0x5f, 0xb3, 0x8c, 0xdb, 0x0b, 0x84, 0x7e, 0x11,
	0xbe, 0x42, 0x5b, 0xcb, 0x65, 0xd3, 0x83, 0xbe, 0x11, 0x73, 0x73, 0xa9, 0x12, 0xe5, 0xe0, 0x7c,
	0xe6, 0x00, 0xb4, 0xc5, 0xc6, 0x93, 0xbd, 0xbb, 0x84, 0xd3, 0xe6, 0xee, 0xa3, 0x57, 0xf3, 0x42,
	0xc4, 0x0f, 0xb0, 0x84, 0x88, 0x0b, 0x02, 0x22, 0x62, 0x45, 0x36, 0x01, 0xd1, 0x7c, 0xc0, 0xef,
	0x58, 0xfd, 0xb7, 0xa5, 0x7c, 0xa8, 0xd5, 0x2f, 0x68, 0xff, 0x95, 0x97, 0xdf, 0xfe, 0xab, 0x2f,
	0xb9, 0xfd, 0xd7, 0xfe, 0x7b, 0xfb, 0x73, 0xb4, 0x5f, 0xbe, 0x9e, 0x78, 0x92, 0x42, 0x84, 0x63,
	0x45, 0x67, 0x54, 0xcd, 0xff, 0xff, 0x8b, 0xb0, 0x6b, 0x99, 0xa1, 0x41, 0xd6, 0xeb, 0xc1, 0xf0,
	0x69, 0xf8, 0xcd, 0xc5, 0xdf, 0x28, 0xce, 0xdb, 0xf6, 0x72, 0x4a, 0xff, 0x91, 0x0d, 0x1f, 0xdb,
	0x6f, 0x32, 0xe9, 0x3f, 0x32, 0xd1, 0xe3, 0xc1, 0x5f, 0x2d, 0x74, 0x33, 0xe6, 0xd9, 0xc5, 0x7d,
	0x3c, 0xd8, 0x30, 0xec, 0xa3, 0xb2, 0x3c, 0x47, 0xad, 0x1f, 0xbe, 0x36, 0x92, 0x84, 0xa7, 0x98,
	0x25, 0x1e, 0x17, 0x89, 0x9f, 0x00, 0xd3, 0xc5, 0xf3, 0x17, 0xae, 0x5e, 0xf0, 0x79, 0xfa, 0x51,
	0x1d, 0xfd, 0xde, 0xee, 0xdc, 0x09, 0xc3, 0x3f, 0xda, 0xd7, 0xef, 0x54, 0xc8, 0x90, 0x48, 0xaf,
	0x0a, 0xcb, 0x68, 0xd4, 0xf7, 0x8e, 0x6d, 0xe6, 0x9f, 0x36, 0x67, 0x1c, 0x12, 0x39, 0xae, 0x73,
	0xc6, 0xa3, 0xfe, 0xb8, 0xce, 0x79, 0xda, 0xbe, 0x59, 0x2d, 0x04, 0x41, 0x48, 0x64, 0x10, 0xd4,
	0x59, 0x41, 0x30, 0xea, 0x07, 0x41, 0x9d, 0x37, 0x59, 0xd1, 0x66, 0xfb, 0xff, 0x04, 0x00, 0x00,
	0xff, 0xff, 0xa3, 0xe4, 0xf0, 0xa5, 0x4a, 0x0b, 0x00, 0x00,
}