UNPKG

@okutrade/account-api

Version:

TypeScript client for OKU Account API using Connect-ES

109 lines (108 loc) 3.38 kB
// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1"; /** * Describes the file google/type/month.proto. */ export const file_google_type_month = /*@__PURE__*/ fileDesc("Chdnb29nbGUvdHlwZS9tb250aC5wcm90bxILZ29vZ2xlLnR5cGUqsAEKBU1vbnRoEhUKEU1PTlRIX1VOU1BFQ0lGSUVEEAASCwoHSkFOVUFSWRABEgwKCEZFQlJVQVJZEAISCQoFTUFSQ0gQAxIJCgVBUFJJTBAEEgcKA01BWRAFEggKBEpVTkUQBhIICgRKVUxZEAcSCgoGQVVHVVNUEAgSDQoJU0VQVEVNQkVSEAkSCwoHT0NUT0JFUhAKEgwKCE5PVkVNQkVSEAsSDAoIREVDRU1CRVIQDEJdCg9jb20uZ29vZ2xlLnR5cGVCCk1vbnRoUHJvdG9QAVo2Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL21vbnRoO21vbnRoogIDR1RQYgZwcm90bzM"); /** * Represents a month in the Gregorian calendar. * * @generated from enum google.type.Month */ export var Month; (function (Month) { /** * The unspecified month. * * @generated from enum value: MONTH_UNSPECIFIED = 0; */ Month[Month["MONTH_UNSPECIFIED"] = 0] = "MONTH_UNSPECIFIED"; /** * The month of January. * * @generated from enum value: JANUARY = 1; */ Month[Month["JANUARY"] = 1] = "JANUARY"; /** * The month of February. * * @generated from enum value: FEBRUARY = 2; */ Month[Month["FEBRUARY"] = 2] = "FEBRUARY"; /** * The month of March. * * @generated from enum value: MARCH = 3; */ Month[Month["MARCH"] = 3] = "MARCH"; /** * The month of April. * * @generated from enum value: APRIL = 4; */ Month[Month["APRIL"] = 4] = "APRIL"; /** * The month of May. * * @generated from enum value: MAY = 5; */ Month[Month["MAY"] = 5] = "MAY"; /** * The month of June. * * @generated from enum value: JUNE = 6; */ Month[Month["JUNE"] = 6] = "JUNE"; /** * The month of July. * * @generated from enum value: JULY = 7; */ Month[Month["JULY"] = 7] = "JULY"; /** * The month of August. * * @generated from enum value: AUGUST = 8; */ Month[Month["AUGUST"] = 8] = "AUGUST"; /** * The month of September. * * @generated from enum value: SEPTEMBER = 9; */ Month[Month["SEPTEMBER"] = 9] = "SEPTEMBER"; /** * The month of October. * * @generated from enum value: OCTOBER = 10; */ Month[Month["OCTOBER"] = 10] = "OCTOBER"; /** * The month of November. * * @generated from enum value: NOVEMBER = 11; */ Month[Month["NOVEMBER"] = 11] = "NOVEMBER"; /** * The month of December. * * @generated from enum value: DECEMBER = 12; */ Month[Month["DECEMBER"] = 12] = "DECEMBER"; })(Month || (Month = {})); /** * Describes the enum google.type.Month. */ export const MonthSchema = /*@__PURE__*/ enumDesc(file_google_type_month, 0);