lob 5.4.5 → 6.0.0.pre.rc
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +6 -1
- data/Gemfile.lock +70 -0
- data/LICENSE +21 -0
- data/README.md +88 -91
- data/Rakefile +7 -5
- data/__tests__/Api/Address.unit.rb +210 -0
- data/__tests__/Api/BankAccount.unit.rb +244 -0
- data/__tests__/Api/BillingGroup.unit.rb +170 -0
- data/__tests__/Api/Card.unit.rb +183 -0
- data/__tests__/Api/CardOrder.unit.rb +89 -0
- data/__tests__/Api/Check.unit.rb +185 -0
- data/__tests__/Api/IntlAutocompletion.unit.rb +43 -0
- data/__tests__/Api/IntlVerification.unit.rb +71 -0
- data/__tests__/Api/Letter.unit.rb +191 -0
- data/__tests__/Api/Postcard.unit.rb +189 -0
- data/__tests__/Api/ReverseGeocodeLookup.unit.rb +43 -0
- data/__tests__/Api/SelfMailer.unit.rb +190 -0
- data/__tests__/Api/Template.unit.rb +165 -0
- data/__tests__/Api/TemplateVersion.unit.rb +165 -0
- data/__tests__/Api/UsAutocompletion.unit.rb +42 -0
- data/__tests__/Api/UsVerification.unit.rb +71 -0
- data/__tests__/Api/ZipLookup.unit.rb +42 -0
- data/__tests__/Integration/Address.spec.rb +200 -0
- data/__tests__/Integration/BankAccount.spec.rb +243 -0
- data/__tests__/Integration/BillingGroup.spec.rb +163 -0
- data/__tests__/Integration/Card.spec.rb +198 -0
- data/__tests__/Integration/CardOrder.spec.rb +122 -0
- data/__tests__/Integration/Check.spec.rb +361 -0
- data/__tests__/Integration/IntlAutocompletion.spec.rb +54 -0
- data/__tests__/Integration/IntlVerification.spec.rb +90 -0
- data/__tests__/Integration/Letter.spec.rb +286 -0
- data/__tests__/Integration/Postcard.spec.rb +214 -0
- data/__tests__/Integration/ReverseGeocodeLookup.spec.rb +30 -0
- data/__tests__/Integration/SelfMailer.spec.rb +264 -0
- data/__tests__/Integration/Template.spec.rb +221 -0
- data/__tests__/Integration/TemplateVersion.spec.rb +275 -0
- data/__tests__/Integration/UsAutocompletion.spec.rb +54 -0
- data/__tests__/Integration/UsVerification.spec.rb +102 -0
- data/__tests__/Integration/ZipLookup.spec.rb +29 -0
- data/__tests__/TestFixtures.rb +36 -0
- data/docs/Address.md +52 -0
- data/docs/AddressDeletion.md +22 -0
- data/docs/AddressDomestic.md +40 -0
- data/docs/AddressDomesticExpanded.md +40 -0
- data/docs/AddressEditable.md +40 -0
- data/docs/AddressList.md +28 -0
- data/docs/AddressesApi.md +303 -0
- data/docs/BankAccount.md +44 -0
- data/docs/BankAccountDeletion.md +22 -0
- data/docs/BankAccountList.md +28 -0
- data/docs/BankAccountVerify.md +18 -0
- data/docs/BankAccountWritable.md +28 -0
- data/docs/BankAccountsApi.md +376 -0
- data/docs/BankTypeEnum.md +15 -0
- data/docs/BillingGroup.md +28 -0
- data/docs/BillingGroupEditable.md +20 -0
- data/docs/BillingGroupList.md +26 -0
- data/docs/BillingGroupsApi.md +305 -0
- data/docs/Buckslip.md +60 -0
- data/docs/BuckslipDeletion.md +20 -0
- data/docs/BuckslipEditable.md +24 -0
- data/docs/BuckslipOrder.md +42 -0
- data/docs/BuckslipOrderEditable.md +18 -0
- data/docs/BuckslipOrdersApi.md +157 -0
- data/docs/BuckslipOrdersList.md +26 -0
- data/docs/BuckslipUpdatable.md +22 -0
- data/docs/BuckslipsApi.md +372 -0
- data/docs/BuckslipsList.md +28 -0
- data/docs/BulkError.md +18 -0
- data/docs/BulkErrorProperties.md +20 -0
- data/docs/Campaign.md +52 -0
- data/docs/CampaignCreative.md +42 -0
- data/docs/CampaignDeletion.md +20 -0
- data/docs/CampaignUpdatable.md +36 -0
- data/docs/CampaignWritable.md +36 -0
- data/docs/CampaignsApi.md +376 -0
- data/docs/CampaignsList.md +28 -0
- data/docs/Card.md +54 -0
- data/docs/CardDeletion.md +22 -0
- data/docs/CardEditable.md +24 -0
- data/docs/CardList.md +28 -0
- data/docs/CardOrder.md +42 -0
- data/docs/CardOrderEditable.md +18 -0
- data/docs/CardOrderList.md +26 -0
- data/docs/CardOrdersApi.md +157 -0
- data/docs/CardUpdatable.md +22 -0
- data/docs/CardsApi.md +372 -0
- data/docs/Check.md +68 -0
- data/docs/CheckDeletion.md +22 -0
- data/docs/CheckEditable.md +48 -0
- data/docs/CheckList.md +28 -0
- data/docs/ChecksApi.md +315 -0
- data/docs/CmpScheduleType.md +15 -0
- data/docs/CmpUseType.md +15 -0
- data/docs/CountryExtended.md +15 -0
- data/docs/CountryExtendedExpanded.md +15 -0
- data/docs/CreativePatch.md +22 -0
- data/docs/CreativeResponse.md +42 -0
- data/docs/CreativeWritable.md +34 -0
- data/docs/CreativesApi.md +226 -0
- data/docs/CustomEnvelopeReturned.md +22 -0
- data/docs/DefaultApi.md +75 -0
- data/docs/DeliverabilityAnalysis.md +34 -0
- data/docs/DpvFootnote.md +15 -0
- data/docs/EngineHtml.md +15 -0
- data/docs/EventType.md +24 -0
- data/docs/Events.md +28 -0
- data/docs/Export.md +32 -0
- data/docs/ExportModel.md +18 -0
- data/docs/GeocodeAddresses.md +20 -0
- data/docs/GeocodeComponents.md +20 -0
- data/docs/HTTPValidationError.md +18 -0
- data/docs/IdentityValidation.md +34 -0
- data/docs/IdentityValidationApi.md +78 -0
- data/docs/InlineObject.md +18 -0
- data/docs/IntlAutocompletions.md +20 -0
- data/docs/IntlAutocompletionsApi.md +82 -0
- data/docs/IntlAutocompletionsWritable.md +26 -0
- data/docs/IntlComponents.md +26 -0
- data/docs/IntlSuggestions.md +30 -0
- data/docs/IntlVerification.md +38 -0
- data/docs/IntlVerificationOrError.md +40 -0
- data/docs/IntlVerificationWritable.md +32 -0
- data/docs/IntlVerifications.md +20 -0
- data/docs/IntlVerificationsApi.md +153 -0
- data/docs/IntlVerificationsPayload.md +18 -0
- data/docs/Letter.md +72 -0
- data/docs/LetterCustomEnvelope.md +22 -0
- data/docs/LetterDeletion.md +22 -0
- data/docs/LetterDetailsReturned.md +36 -0
- data/docs/LetterDetailsWritable.md +32 -0
- data/docs/LetterEditable.md +52 -0
- data/docs/LetterList.md +28 -0
- data/docs/LettersApi.md +317 -0
- data/docs/LobConfidenceScore.md +20 -0
- data/docs/LobError.md +22 -0
- data/docs/Location.md +20 -0
- data/docs/LocationAnalysis.md +22 -0
- data/docs/MailType.md +15 -0
- data/docs/MultiLineAddress.md +32 -0
- data/docs/MultipleComponents.md +30 -0
- data/docs/MultipleComponentsIntl.md +30 -0
- data/docs/MultipleComponentsList.md +18 -0
- data/docs/PlaceholderModel.md +28 -0
- data/docs/Postcard.md +60 -0
- data/docs/PostcardDeletion.md +22 -0
- data/docs/PostcardDetailsReturned.md +26 -0
- data/docs/PostcardDetailsWritable.md +20 -0
- data/docs/PostcardEditable.md +40 -0
- data/docs/PostcardList.md +28 -0
- data/docs/PostcardSize.md +15 -0
- data/docs/PostcardsApi.md +317 -0
- data/docs/QrCode.md +30 -0
- data/docs/ReturnEnvelope.md +24 -0
- data/docs/ReverseGeocode.md +22 -0
- data/docs/ReverseGeocodeLookupsApi.md +82 -0
- data/docs/SelfMailer.md +48 -0
- data/docs/SelfMailerDeletion.md +22 -0
- data/docs/SelfMailerEditable.md +38 -0
- data/docs/SelfMailerList.md +28 -0
- data/docs/SelfMailerSize.md +15 -0
- data/docs/SelfMailersApi.md +317 -0
- data/docs/SortBy.md +20 -0
- data/docs/SortBy1.md +20 -0
- data/docs/SortBy2.md +20 -0
- data/docs/SortBy3.md +20 -0
- data/docs/SortByDateModified.md +20 -0
- data/docs/Suggestions.md +26 -0
- data/docs/Template.md +34 -0
- data/docs/TemplateDeletion.md +22 -0
- data/docs/TemplateList.md +28 -0
- data/docs/TemplateUpdate.md +20 -0
- data/docs/TemplateVersion.md +36 -0
- data/docs/TemplateVersionDeletion.md +22 -0
- data/docs/TemplateVersionList.md +28 -0
- data/docs/TemplateVersionUpdatable.md +20 -0
- data/docs/TemplateVersionWritable.md +22 -0
- data/docs/TemplateVersionsApi.md +384 -0
- data/docs/TemplateWritable.md +24 -0
- data/docs/TemplatesApi.md +376 -0
- data/docs/Thumbnail.md +22 -0
- data/docs/TrackingEventCertified.md +34 -0
- data/docs/TrackingEventDetails.md +24 -0
- data/docs/TrackingEventNormal.md +34 -0
- data/docs/Upload.md +44 -0
- data/docs/UploadCreateExport.md +20 -0
- data/docs/UploadFile.md +20 -0
- data/docs/UploadState.md +15 -0
- data/docs/UploadUpdatable.md +20 -0
- data/docs/UploadWritable.md +18 -0
- data/docs/UploadsApi.md +584 -0
- data/docs/UsAutocompletions.md +22 -0
- data/docs/UsAutocompletionsApi.md +78 -0
- data/docs/UsAutocompletionsWritable.md +26 -0
- data/docs/UsComponents.md +68 -0
- data/docs/UsVerification.md +38 -0
- data/docs/UsVerificationOrError.md +40 -0
- data/docs/UsVerifications.md +20 -0
- data/docs/UsVerificationsApi.md +157 -0
- data/docs/UsVerificationsWritable.md +32 -0
- data/docs/ValidationError.md +22 -0
- data/docs/Zip.md +26 -0
- data/docs/ZipCodeType.md +15 -0
- data/docs/ZipEditable.md +18 -0
- data/docs/ZipLookupCity.md +26 -0
- data/docs/ZipLookupsApi.md +78 -0
- data/git_push.sh +57 -0
- data/lib/openapi_client/api/addresses_api.rb +318 -0
- data/lib/openapi_client/api/bank_accounts_api.rb +397 -0
- data/lib/openapi_client/api/billing_groups_api.rb +320 -0
- data/lib/openapi_client/api/buckslip_orders_api.rb +183 -0
- data/lib/openapi_client/api/buckslips_api.rb +382 -0
- data/lib/openapi_client/api/campaigns_api.rb +389 -0
- data/lib/openapi_client/api/card_orders_api.rb +183 -0
- data/lib/openapi_client/api/cards_api.rb +382 -0
- data/lib/openapi_client/api/checks_api.rb +337 -0
- data/lib/openapi_client/api/creatives_api.rb +244 -0
- data/lib/openapi_client/api/default_api.rb +79 -0
- data/lib/openapi_client/api/identity_validation_api.rb +90 -0
- data/lib/openapi_client/api/intl_autocompletions_api.rb +97 -0
- data/lib/openapi_client/api/intl_verifications_api.rb +165 -0
- data/lib/openapi_client/api/letters_api.rb +340 -0
- data/lib/openapi_client/api/postcards_api.rb +340 -0
- data/lib/openapi_client/api/reverse_geocode_lookups_api.rb +101 -0
- data/lib/openapi_client/api/self_mailers_api.rb +340 -0
- data/lib/openapi_client/api/template_versions_api.rb +440 -0
- data/lib/openapi_client/api/templates_api.rb +397 -0
- data/lib/openapi_client/api/uploads_api.rb +604 -0
- data/lib/openapi_client/api/us_autocompletions_api.rb +90 -0
- data/lib/openapi_client/api/us_verifications_api.rb +172 -0
- data/lib/openapi_client/api/zip_lookups_api.rb +90 -0
- data/lib/openapi_client/api_client.rb +392 -0
- data/lib/openapi_client/api_error.rb +57 -0
- data/lib/openapi_client/configuration.rb +279 -0
- data/lib/openapi_client/models/address.rb +616 -0
- data/lib/openapi_client/models/address_deletion.rb +303 -0
- data/lib/openapi_client/models/address_domestic.rb +522 -0
- data/lib/openapi_client/models/address_domestic_expanded.rb +521 -0
- data/lib/openapi_client/models/address_editable.rb +503 -0
- data/lib/openapi_client/models/address_list.rb +324 -0
- data/lib/openapi_client/models/bank_account.rb +576 -0
- data/lib/openapi_client/models/bank_account_deletion.rb +303 -0
- data/lib/openapi_client/models/bank_account_list.rb +324 -0
- data/lib/openapi_client/models/bank_account_verify.rb +264 -0
- data/lib/openapi_client/models/bank_account_writable.rb +387 -0
- data/lib/openapi_client/models/bank_type_enum.rb +37 -0
- data/lib/openapi_client/models/billing_group.rb +395 -0
- data/lib/openapi_client/models/billing_group_editable.rb +278 -0
- data/lib/openapi_client/models/billing_group_list.rb +314 -0
- data/lib/openapi_client/models/buckslip.rb +814 -0
- data/lib/openapi_client/models/buckslip_deletion.rb +257 -0
- data/lib/openapi_client/models/buckslip_editable.rb +316 -0
- data/lib/openapi_client/models/buckslip_order.rb +438 -0
- data/lib/openapi_client/models/buckslip_order_editable.rb +262 -0
- data/lib/openapi_client/models/buckslip_orders_list.rb +312 -0
- data/lib/openapi_client/models/buckslip_updatable.rb +289 -0
- data/lib/openapi_client/models/buckslips_list.rb +324 -0
- data/lib/openapi_client/models/bulk_error.rb +229 -0
- data/lib/openapi_client/models/bulk_error_properties.rb +274 -0
- data/lib/openapi_client/models/campaign.rb +549 -0
- data/lib/openapi_client/models/campaign_creative.rb +467 -0
- data/lib/openapi_client/models/campaign_deletion.rb +257 -0
- data/lib/openapi_client/models/campaign_updatable.rb +341 -0
- data/lib/openapi_client/models/campaign_writable.rb +373 -0
- data/lib/openapi_client/models/campaigns_list.rb +324 -0
- data/lib/openapi_client/models/card.rb +681 -0
- data/lib/openapi_client/models/card_deletion.rb +303 -0
- data/lib/openapi_client/models/card_editable.rb +318 -0
- data/lib/openapi_client/models/card_list.rb +324 -0
- data/lib/openapi_client/models/card_order.rb +438 -0
- data/lib/openapi_client/models/card_order_editable.rb +261 -0
- data/lib/openapi_client/models/card_order_list.rb +273 -0
- data/lib/openapi_client/models/card_updatable.rb +289 -0
- data/lib/openapi_client/models/check.rb +802 -0
- data/lib/openapi_client/models/check_deletion.rb +303 -0
- data/lib/openapi_client/models/check_editable.rb +527 -0
- data/lib/openapi_client/models/check_list.rb +324 -0
- data/lib/openapi_client/models/cmp_schedule_type.rb +36 -0
- data/lib/openapi_client/models/cmp_use_type.rb +38 -0
- data/lib/openapi_client/models/country_extended.rb +254 -0
- data/lib/openapi_client/models/country_extended_expanded.rb +255 -0
- data/lib/openapi_client/models/creative_patch.rb +274 -0
- data/lib/openapi_client/models/creative_response.rb +444 -0
- data/lib/openapi_client/models/creative_writable.rb +400 -0
- data/lib/openapi_client/models/custom_envelope_returned.rb +319 -0
- data/lib/openapi_client/models/deliverability_analysis.rb +451 -0
- data/lib/openapi_client/models/dpv_footnote.rb +50 -0
- data/lib/openapi_client/models/engine_html.rb +37 -0
- data/lib/openapi_client/models/event_type.rb +325 -0
- data/lib/openapi_client/models/events.rb +365 -0
- data/lib/openapi_client/models/export.rb +422 -0
- data/lib/openapi_client/models/export_model.rb +262 -0
- data/lib/openapi_client/models/geocode_addresses.rb +237 -0
- data/lib/openapi_client/models/geocode_components.rb +291 -0
- data/lib/openapi_client/models/http_validation_error.rb +230 -0
- data/lib/openapi_client/models/identity_validation.rb +460 -0
- data/lib/openapi_client/models/inline_object.rb +229 -0
- data/lib/openapi_client/models/intl_autocompletions.rb +282 -0
- data/lib/openapi_client/models/intl_autocompletions_writable.rb +278 -0
- data/lib/openapi_client/models/intl_components.rb +314 -0
- data/lib/openapi_client/models/intl_suggestions.rb +372 -0
- data/lib/openapi_client/models/intl_verification.rb +463 -0
- data/lib/openapi_client/models/intl_verification_or_error.rb +466 -0
- data/lib/openapi_client/models/intl_verification_writable.rb +388 -0
- data/lib/openapi_client/models/intl_verifications.rb +250 -0
- data/lib/openapi_client/models/intl_verifications_payload.rb +263 -0
- data/lib/openapi_client/models/letter.rb +716 -0
- data/lib/openapi_client/models/letter_custom_envelope.rb +300 -0
- data/lib/openapi_client/models/letter_deletion.rb +303 -0
- data/lib/openapi_client/models/letter_details_returned.rb +393 -0
- data/lib/openapi_client/models/letter_details_writable.rb +390 -0
- data/lib/openapi_client/models/letter_editable.rb +522 -0
- data/lib/openapi_client/models/letter_list.rb +324 -0
- data/lib/openapi_client/models/lob_confidence_score.rb +299 -0
- data/lib/openapi_client/models/lob_error.rb +296 -0
- data/lib/openapi_client/models/location.rb +289 -0
- data/lib/openapi_client/models/location_analysis.rb +305 -0
- data/lib/openapi_client/models/mail_type.rb +37 -0
- data/lib/openapi_client/models/multi_line_address.rb +431 -0
- data/lib/openapi_client/models/multiple_components.rb +405 -0
- data/lib/openapi_client/models/multiple_components_intl.rb +377 -0
- data/lib/openapi_client/models/multiple_components_list.rb +263 -0
- data/lib/openapi_client/models/placeholder_model.rb +273 -0
- data/lib/openapi_client/models/postcard.rb +646 -0
- data/lib/openapi_client/models/postcard_deletion.rb +303 -0
- data/lib/openapi_client/models/postcard_details_returned.rb +321 -0
- data/lib/openapi_client/models/postcard_details_writable.rb +242 -0
- data/lib/openapi_client/models/postcard_editable.rb +383 -0
- data/lib/openapi_client/models/postcard_list.rb +324 -0
- data/lib/openapi_client/models/postcard_size.rb +38 -0
- data/lib/openapi_client/models/qr_code.rb +339 -0
- data/lib/openapi_client/models/return_envelope.rb +258 -0
- data/lib/openapi_client/models/reverse_geocode.rb +304 -0
- data/lib/openapi_client/models/self_mailer.rb +574 -0
- data/lib/openapi_client/models/self_mailer_deletion.rb +303 -0
- data/lib/openapi_client/models/self_mailer_editable.rb +374 -0
- data/lib/openapi_client/models/self_mailer_list.rb +324 -0
- data/lib/openapi_client/models/self_mailer_size.rb +38 -0
- data/lib/openapi_client/models/sort_by.rb +283 -0
- data/lib/openapi_client/models/sort_by1.rb +283 -0
- data/lib/openapi_client/models/sort_by2.rb +283 -0
- data/lib/openapi_client/models/sort_by3.rb +283 -0
- data/lib/openapi_client/models/sort_by_date_modified.rb +283 -0
- data/lib/openapi_client/models/suggestions.rb +343 -0
- data/lib/openapi_client/models/template.rb +406 -0
- data/lib/openapi_client/models/template_deletion.rb +303 -0
- data/lib/openapi_client/models/template_list.rb +324 -0
- data/lib/openapi_client/models/template_update.rb +272 -0
- data/lib/openapi_client/models/template_version.rb +423 -0
- data/lib/openapi_client/models/template_version_deletion.rb +303 -0
- data/lib/openapi_client/models/template_version_list.rb +324 -0
- data/lib/openapi_client/models/template_version_updatable.rb +257 -0
- data/lib/openapi_client/models/template_version_writable.rb +291 -0
- data/lib/openapi_client/models/template_writable.rb +309 -0
- data/lib/openapi_client/models/thumbnail.rb +300 -0
- data/lib/openapi_client/models/tracking_event_certified.rb +419 -0
- data/lib/openapi_client/models/tracking_event_details.rb +308 -0
- data/lib/openapi_client/models/tracking_event_normal.rb +409 -0
- data/lib/openapi_client/models/upload.rb +491 -0
- data/lib/openapi_client/models/upload_create_export.rb +283 -0
- data/lib/openapi_client/models/upload_file.rb +283 -0
- data/lib/openapi_client/models/upload_state.rb +42 -0
- data/lib/openapi_client/models/upload_updatable.rb +240 -0
- data/lib/openapi_client/models/upload_writable.rb +255 -0
- data/lib/openapi_client/models/us_autocompletions.rb +328 -0
- data/lib/openapi_client/models/us_autocompletions_writable.rb +274 -0
- data/lib/openapi_client/models/us_components.rb +761 -0
- data/lib/openapi_client/models/us_verification.rb +451 -0
- data/lib/openapi_client/models/us_verification_or_error.rb +459 -0
- data/lib/openapi_client/models/us_verifications.rb +250 -0
- data/lib/openapi_client/models/us_verifications_writable.rb +421 -0
- data/lib/openapi_client/models/validation_error.rb +263 -0
- data/lib/openapi_client/models/zip.rb +363 -0
- data/lib/openapi_client/models/zip_code_type.rb +40 -0
- data/lib/openapi_client/models/zip_editable.rb +246 -0
- data/lib/openapi_client/models/zip_lookup_city.rb +331 -0
- data/lib/openapi_client/version.rb +15 -0
- data/lib/openapi_client.rb +205 -0
- data/openapi_client.gemspec +37 -0
- data/spec/api/addresses_api_spec.rb +88 -0
- data/spec/api/bank_accounts_api_spec.rb +101 -0
- data/spec/api/billing_groups_api_spec.rb +89 -0
- data/spec/api/campaigns_api_spec.rb +100 -0
- data/spec/api/card_orders_api_spec.rb +62 -0
- data/spec/api/cards_api_spec.rb +99 -0
- data/spec/api/checks_api_spec.rb +93 -0
- data/spec/api/creatives_api_spec.rb +73 -0
- data/spec/api/default_api_spec.rb +46 -0
- data/spec/api/identity_validation_api_spec.rb +47 -0
- data/spec/api/intl_autocompletions_api_spec.rb +48 -0
- data/spec/api/intl_verifications_api_spec.rb +60 -0
- data/spec/api/letters_api_spec.rb +94 -0
- data/spec/api/postcards_api_spec.rb +94 -0
- data/spec/api/reverse_geocode_lookups_api_spec.rb +48 -0
- data/spec/api/self_mailers_api_spec.rb +94 -0
- data/spec/api/template_versions_api_spec.rb +105 -0
- data/spec/api/templates_api_spec.rb +101 -0
- data/spec/api/uploads_api_spec.rb +135 -0
- data/spec/api/us_autocompletions_api_spec.rb +47 -0
- data/spec/api/us_verifications_api_spec.rb +61 -0
- data/spec/api/zip_lookups_api_spec.rb +47 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/spec_helper.rb +105 -13
- metadata +442 -210
- data/.github/workflows/run_tests_job.yml +0 -32
- data/.github/workflows/update_gem.yml +0 -27
- data/.gitignore +0 -19
- data/CHANGELOG.md +0 -146
- data/CONTRIBUTING.md +0 -19
- data/LICENSE.txt +0 -22
- data/examples/README.md +0 -111
- data/examples/checks.rb +0 -49
- data/examples/csv_checks/create_checks.rb +0 -48
- data/examples/csv_checks/input.csv +0 -6
- data/examples/csv_letters/create_letters.rb +0 -41
- data/examples/csv_letters/input.csv +0 -6
- data/examples/csv_letters/letter_template.html +0 -33
- data/examples/csv_postcards/create_postcards.rb +0 -46
- data/examples/csv_postcards/input.csv +0 -7
- data/examples/csv_postcards/postcard_back.html +0 -38
- data/examples/csv_postcards/postcard_front.html +0 -25
- data/examples/csv_verify/input.csv +0 -7
- data/examples/csv_verify/verify.rb +0 -37
- data/examples/letters.rb +0 -73
- data/examples/list_postcards_metadata.rb +0 -94
- data/examples/postcards.rb +0 -87
- data/examples/postcards_idempotent.rb +0 -92
- data/examples/postcards_intl.rb +0 -87
- data/examples/postcards_remote.rb +0 -87
- data/examples/postcards_send_date.rb +0 -97
- data/examples/postcards_template.rb +0 -98
- data/examples/self_mailers.rb +0 -38
- data/lib/lob/client.rb +0 -91
- data/lib/lob/errors/invalid_request_error.rb +0 -4
- data/lib/lob/errors/lob_error.rb +0 -20
- data/lib/lob/resources/address.rb +0 -14
- data/lib/lob/resources/bank_account.rb +0 -30
- data/lib/lob/resources/bulk_intl_verifications.rb +0 -26
- data/lib/lob/resources/bulk_us_verifications.rb +0 -27
- data/lib/lob/resources/check.rb +0 -14
- data/lib/lob/resources/group.rb +0 -14
- data/lib/lob/resources/groups_member.rb +0 -66
- data/lib/lob/resources/intl_verifications.rb +0 -26
- data/lib/lob/resources/letter.rb +0 -14
- data/lib/lob/resources/postcard.rb +0 -14
- data/lib/lob/resources/resource_base.rb +0 -150
- data/lib/lob/resources/self_mailer.rb +0 -14
- data/lib/lob/resources/us_autocompletions.rb +0 -26
- data/lib/lob/resources/us_reverse_geocode_lookups.rb +0 -26
- data/lib/lob/resources/us_verifications.rb +0 -27
- data/lib/lob/resources/us_zip_lookups.rb +0 -26
- data/lib/lob/version.rb +0 -3
- data/lib/lob.rb +0 -7
- data/lob.gemspec +0 -31
- data/spec/lob/errors/lob_error_spec.rb +0 -19
- data/spec/lob/resources/address_spec.rb +0 -55
- data/spec/lob/resources/bank_account_spec.rb +0 -60
- data/spec/lob/resources/bulk_intl_verifications_spec.rb +0 -30
- data/spec/lob/resources/bulk_us_verifications_spec.rb +0 -37
- data/spec/lob/resources/check_spec.rb +0 -119
- data/spec/lob/resources/group_spec.rb +0 -50
- data/spec/lob/resources/intl_verifications_spec.rb +0 -25
- data/spec/lob/resources/letter_spec.rb +0 -114
- data/spec/lob/resources/member_spec.rb +0 -65
- data/spec/lob/resources/postcard_spec.rb +0 -160
- data/spec/lob/resources/resource_base_spec.rb +0 -75
- data/spec/lob/resources/self_mailer_spec.rb +0 -177
- data/spec/lob/resources/us_autocompletions_spec.rb +0 -24
- data/spec/lob/resources/us_reverse_geocode_lookups_spec.rb +0 -22
- data/spec/lob/resources/us_verifications_spec.rb +0 -31
- data/spec/lob/resources/us_zip_lookups_spec.rb +0 -23
- data/spec/lob_spec.rb +0 -48
- data/spec/samples/8.5x11.pdf +0 -0
- data/spec/samples/postcardback.pdf +2 -2287
- data/spec/samples/postcardfront.pdf +1 -1549
- data/spec/samples/sfm-12x9-inside.pdf +0 -0
- data/spec/samples/sfm-12x9-outside.pdf +0 -0
- data/spec/samples/sfm-6x18-inside.pdf +0 -0
- data/spec/samples/sfm-6x18-outside.pdf +0 -0
@@ -0,0 +1,761 @@
|
|
1
|
+
=begin
|
2
|
+
#Lob
|
3
|
+
|
4
|
+
#The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.3.0
|
7
|
+
Contact: lob-openapi@lob.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.2.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module OpenapiClient
|
17
|
+
# A nested object containing a breakdown of each component of an address.
|
18
|
+
class UsComponents
|
19
|
+
# The numeric or alphanumeric part of an address preceding the street name. Often the house, building, or PO Box number.
|
20
|
+
attr_accessor :primary_number
|
21
|
+
|
22
|
+
# Geographic direction preceding a street name (`N`, `S`, `E`, `W`, `NE`, `SW`, `SE`, `NW`).
|
23
|
+
attr_accessor :street_predirection
|
24
|
+
|
25
|
+
# The name of the street.
|
26
|
+
attr_accessor :street_name
|
27
|
+
|
28
|
+
# The standard USPS abbreviation for the street suffix (`ST`, `AVE`, `BLVD`, etc).
|
29
|
+
attr_accessor :street_suffix
|
30
|
+
|
31
|
+
# Geographic direction following a street name (`N`, `S`, `E`, `W`, `NE`, `SW`, `SE`, `NW`).
|
32
|
+
attr_accessor :street_postdirection
|
33
|
+
|
34
|
+
# The standard USPS abbreviation describing the `components[secondary_number]` (`STE`, `APT`, `BLDG`, etc).
|
35
|
+
attr_accessor :secondary_designator
|
36
|
+
|
37
|
+
# Number of the apartment/unit/etc.
|
38
|
+
attr_accessor :secondary_number
|
39
|
+
|
40
|
+
# Designator of a [CMRA-authorized](https://en.wikipedia.org/wiki/Commercial_mail_receiving_agency) private mailbox.
|
41
|
+
attr_accessor :pmb_designator
|
42
|
+
|
43
|
+
# Number of a [CMRA-authorized](https://en.wikipedia.org/wiki/Commercial_mail_receiving_agency) private mailbox.
|
44
|
+
attr_accessor :pmb_number
|
45
|
+
|
46
|
+
# An extra (often unnecessary) secondary designator provided with the input address.
|
47
|
+
attr_accessor :extra_secondary_designator
|
48
|
+
|
49
|
+
# An extra (often unnecessary) secondary number provided with the input address.
|
50
|
+
attr_accessor :extra_secondary_number
|
51
|
+
|
52
|
+
attr_accessor :city
|
53
|
+
|
54
|
+
# The [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) two letter code for the state.
|
55
|
+
attr_accessor :state
|
56
|
+
|
57
|
+
# The 5-digit ZIP code
|
58
|
+
attr_accessor :zip_code
|
59
|
+
|
60
|
+
attr_accessor :zip_code_plus_4
|
61
|
+
|
62
|
+
attr_accessor :zip_code_type
|
63
|
+
|
64
|
+
# A 12-digit identifier that uniquely identifies a delivery point (location where mail can be sent and received). It consists of the 5-digit ZIP code (`zip_code`), 4-digit ZIP+4 add-on (`zip_code_plus_4`), 2-digit delivery point, and 1-digit delivery point check digit.
|
65
|
+
attr_accessor :delivery_point_barcode
|
66
|
+
|
67
|
+
# Uses USPS's [Residential Delivery Indicator (RDI)](https://www.usps.com/nationalpremieraccounts/rdi.htm) to identify whether an address is classified as residential or business. Possible values are: * `residential` –– The address is residential or a PO Box. * `commercial` –– The address is commercial. * `''` –– Not enough information provided to be determined.
|
68
|
+
attr_accessor :address_type
|
69
|
+
|
70
|
+
# A description of the type of address. Populated if a DPV match is made (`deliverability_analysis[dpv_confirmation]` is `Y`, `S`, or `D`). For more detailed information about each record type, see [US Verification Details](#tag/US-Verification-Types).
|
71
|
+
attr_accessor :record_type
|
72
|
+
|
73
|
+
# Designates whether or not the address is the default address for a building containing multiple delivery points.
|
74
|
+
attr_accessor :default_building_address
|
75
|
+
|
76
|
+
# County name of the address city.
|
77
|
+
attr_accessor :county
|
78
|
+
|
79
|
+
# A 5-digit [FIPS county code](https://en.wikipedia.org/wiki/FIPS_county_code) which uniquely identifies `components[county]`. It consists of a 2-digit state code and a 3-digit county code.
|
80
|
+
attr_accessor :county_fips
|
81
|
+
|
82
|
+
# A 4-character code assigned to a mail delivery route within a ZIP code.
|
83
|
+
attr_accessor :carrier_route
|
84
|
+
|
85
|
+
# The type of `components[carrier_route]`. For more detailed information about each carrier route type, see [US Verification Details](#tag/US-Verification-Types).
|
86
|
+
attr_accessor :carrier_route_type
|
87
|
+
|
88
|
+
# A positive or negative decimal indicating the geographic latitude of the address, specifying the north-to-south position of a location. This should be used with `longitude` to pinpoint locations on a map. Will not be returned for undeliverable addresses or military addresses (state is `AA`, `AE`, or `AP`).
|
89
|
+
attr_accessor :latitude
|
90
|
+
|
91
|
+
# A positive or negative decimal indicating the geographic longitude of the address, specifying the north-to-south position of a location. This should be used with `latitude` to pinpoint locations on a map. Will not be returned for undeliverable addresses or military addresses (state is `AA`, `AE`, or `AP`).
|
92
|
+
attr_accessor :longitude
|
93
|
+
|
94
|
+
class EnumAttributeValidator
|
95
|
+
attr_reader :datatype
|
96
|
+
attr_reader :allowable_values
|
97
|
+
|
98
|
+
def initialize(datatype, allowable_values)
|
99
|
+
@allowable_values = allowable_values.map do |value|
|
100
|
+
case datatype.to_s
|
101
|
+
when /Integer/i
|
102
|
+
value.to_i
|
103
|
+
when /Float/i
|
104
|
+
value.to_f
|
105
|
+
else
|
106
|
+
value
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
110
|
+
|
111
|
+
def valid?(value)
|
112
|
+
!value || allowable_values.include?(value)
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
117
|
+
def self.attribute_map
|
118
|
+
{
|
119
|
+
:'primary_number' => :'primary_number',
|
120
|
+
:'street_predirection' => :'street_predirection',
|
121
|
+
:'street_name' => :'street_name',
|
122
|
+
:'street_suffix' => :'street_suffix',
|
123
|
+
:'street_postdirection' => :'street_postdirection',
|
124
|
+
:'secondary_designator' => :'secondary_designator',
|
125
|
+
:'secondary_number' => :'secondary_number',
|
126
|
+
:'pmb_designator' => :'pmb_designator',
|
127
|
+
:'pmb_number' => :'pmb_number',
|
128
|
+
:'extra_secondary_designator' => :'extra_secondary_designator',
|
129
|
+
:'extra_secondary_number' => :'extra_secondary_number',
|
130
|
+
:'city' => :'city',
|
131
|
+
:'state' => :'state',
|
132
|
+
:'zip_code' => :'zip_code',
|
133
|
+
:'zip_code_plus_4' => :'zip_code_plus_4',
|
134
|
+
:'zip_code_type' => :'zip_code_type',
|
135
|
+
:'delivery_point_barcode' => :'delivery_point_barcode',
|
136
|
+
:'address_type' => :'address_type',
|
137
|
+
:'record_type' => :'record_type',
|
138
|
+
:'default_building_address' => :'default_building_address',
|
139
|
+
:'county' => :'county',
|
140
|
+
:'county_fips' => :'county_fips',
|
141
|
+
:'carrier_route' => :'carrier_route',
|
142
|
+
:'carrier_route_type' => :'carrier_route_type',
|
143
|
+
:'latitude' => :'latitude',
|
144
|
+
:'longitude' => :'longitude'
|
145
|
+
}
|
146
|
+
end
|
147
|
+
|
148
|
+
# Returns all the JSON keys this model knows about
|
149
|
+
def self.acceptable_attributes
|
150
|
+
attribute_map.values
|
151
|
+
end
|
152
|
+
|
153
|
+
# Attribute type mapping.
|
154
|
+
def self.openapi_types
|
155
|
+
{
|
156
|
+
:'primary_number' => :'String',
|
157
|
+
:'street_predirection' => :'String',
|
158
|
+
:'street_name' => :'String',
|
159
|
+
:'street_suffix' => :'String',
|
160
|
+
:'street_postdirection' => :'String',
|
161
|
+
:'secondary_designator' => :'String',
|
162
|
+
:'secondary_number' => :'String',
|
163
|
+
:'pmb_designator' => :'String',
|
164
|
+
:'pmb_number' => :'String',
|
165
|
+
:'extra_secondary_designator' => :'String',
|
166
|
+
:'extra_secondary_number' => :'String',
|
167
|
+
:'city' => :'String',
|
168
|
+
:'state' => :'String',
|
169
|
+
:'zip_code' => :'String',
|
170
|
+
:'zip_code_plus_4' => :'String',
|
171
|
+
:'zip_code_type' => :'ZipCodeType',
|
172
|
+
:'delivery_point_barcode' => :'String',
|
173
|
+
:'address_type' => :'String',
|
174
|
+
:'record_type' => :'String',
|
175
|
+
:'default_building_address' => :'Boolean',
|
176
|
+
:'county' => :'String',
|
177
|
+
:'county_fips' => :'String',
|
178
|
+
:'carrier_route' => :'String',
|
179
|
+
:'carrier_route_type' => :'String',
|
180
|
+
:'latitude' => :'Float',
|
181
|
+
:'longitude' => :'Float'
|
182
|
+
}
|
183
|
+
end
|
184
|
+
|
185
|
+
# List of attributes with nullable: true
|
186
|
+
def self.openapi_nullable
|
187
|
+
Set.new([
|
188
|
+
:'latitude',
|
189
|
+
:'longitude'
|
190
|
+
])
|
191
|
+
end
|
192
|
+
|
193
|
+
# Initializes the object
|
194
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
195
|
+
def initialize(attributes = {})
|
196
|
+
if (!attributes.is_a?(Hash))
|
197
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::UsComponents` initialize method"
|
198
|
+
end
|
199
|
+
|
200
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
201
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
202
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
203
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::UsComponents`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
204
|
+
end
|
205
|
+
h[k.to_sym] = v
|
206
|
+
}
|
207
|
+
|
208
|
+
if attributes.key?(:'primary_number')
|
209
|
+
self.primary_number = attributes[:'primary_number']
|
210
|
+
end
|
211
|
+
|
212
|
+
if attributes.key?(:'street_predirection')
|
213
|
+
self.street_predirection = attributes[:'street_predirection']
|
214
|
+
end
|
215
|
+
|
216
|
+
if attributes.key?(:'street_name')
|
217
|
+
self.street_name = attributes[:'street_name']
|
218
|
+
end
|
219
|
+
|
220
|
+
if attributes.key?(:'street_suffix')
|
221
|
+
self.street_suffix = attributes[:'street_suffix']
|
222
|
+
end
|
223
|
+
|
224
|
+
if attributes.key?(:'street_postdirection')
|
225
|
+
self.street_postdirection = attributes[:'street_postdirection']
|
226
|
+
end
|
227
|
+
|
228
|
+
if attributes.key?(:'secondary_designator')
|
229
|
+
self.secondary_designator = attributes[:'secondary_designator']
|
230
|
+
end
|
231
|
+
|
232
|
+
if attributes.key?(:'secondary_number')
|
233
|
+
self.secondary_number = attributes[:'secondary_number']
|
234
|
+
end
|
235
|
+
|
236
|
+
if attributes.key?(:'pmb_designator')
|
237
|
+
self.pmb_designator = attributes[:'pmb_designator']
|
238
|
+
end
|
239
|
+
|
240
|
+
if attributes.key?(:'pmb_number')
|
241
|
+
self.pmb_number = attributes[:'pmb_number']
|
242
|
+
end
|
243
|
+
|
244
|
+
if attributes.key?(:'extra_secondary_designator')
|
245
|
+
self.extra_secondary_designator = attributes[:'extra_secondary_designator']
|
246
|
+
end
|
247
|
+
|
248
|
+
if attributes.key?(:'extra_secondary_number')
|
249
|
+
self.extra_secondary_number = attributes[:'extra_secondary_number']
|
250
|
+
end
|
251
|
+
|
252
|
+
if attributes.key?(:'city')
|
253
|
+
self.city = attributes[:'city']
|
254
|
+
end
|
255
|
+
|
256
|
+
if attributes.key?(:'state')
|
257
|
+
self.state = attributes[:'state']
|
258
|
+
end
|
259
|
+
|
260
|
+
if attributes.key?(:'zip_code')
|
261
|
+
self.zip_code = attributes[:'zip_code']
|
262
|
+
end
|
263
|
+
|
264
|
+
if attributes.key?(:'zip_code_plus_4')
|
265
|
+
self.zip_code_plus_4 = attributes[:'zip_code_plus_4']
|
266
|
+
end
|
267
|
+
|
268
|
+
if attributes.key?(:'zip_code_type')
|
269
|
+
self.zip_code_type = attributes[:'zip_code_type']
|
270
|
+
end
|
271
|
+
|
272
|
+
if attributes.key?(:'delivery_point_barcode')
|
273
|
+
self.delivery_point_barcode = attributes[:'delivery_point_barcode']
|
274
|
+
end
|
275
|
+
|
276
|
+
if attributes.key?(:'address_type')
|
277
|
+
self.address_type = attributes[:'address_type']
|
278
|
+
end
|
279
|
+
|
280
|
+
if attributes.key?(:'record_type')
|
281
|
+
self.record_type = attributes[:'record_type']
|
282
|
+
end
|
283
|
+
|
284
|
+
if attributes.key?(:'default_building_address')
|
285
|
+
self.default_building_address = attributes[:'default_building_address']
|
286
|
+
end
|
287
|
+
|
288
|
+
if attributes.key?(:'county')
|
289
|
+
self.county = attributes[:'county']
|
290
|
+
end
|
291
|
+
|
292
|
+
if attributes.key?(:'county_fips')
|
293
|
+
self.county_fips = attributes[:'county_fips']
|
294
|
+
end
|
295
|
+
|
296
|
+
if attributes.key?(:'carrier_route')
|
297
|
+
self.carrier_route = attributes[:'carrier_route']
|
298
|
+
end
|
299
|
+
|
300
|
+
if attributes.key?(:'carrier_route_type')
|
301
|
+
self.carrier_route_type = attributes[:'carrier_route_type']
|
302
|
+
end
|
303
|
+
|
304
|
+
if attributes.key?(:'latitude')
|
305
|
+
self.latitude = attributes[:'latitude']
|
306
|
+
end
|
307
|
+
|
308
|
+
if attributes.key?(:'longitude')
|
309
|
+
self.longitude = attributes[:'longitude']
|
310
|
+
end
|
311
|
+
end
|
312
|
+
|
313
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
314
|
+
# @return Array for valid properties with the reasons
|
315
|
+
def list_invalid_properties
|
316
|
+
invalid_properties = Array.new
|
317
|
+
if @primary_number.nil?
|
318
|
+
invalid_properties.push('invalid value for "primary_number", primary_number cannot be nil.')
|
319
|
+
end
|
320
|
+
|
321
|
+
if @street_predirection.nil?
|
322
|
+
invalid_properties.push('invalid value for "street_predirection", street_predirection cannot be nil.')
|
323
|
+
end
|
324
|
+
|
325
|
+
if @street_name.nil?
|
326
|
+
invalid_properties.push('invalid value for "street_name", street_name cannot be nil.')
|
327
|
+
end
|
328
|
+
|
329
|
+
if @street_suffix.nil?
|
330
|
+
invalid_properties.push('invalid value for "street_suffix", street_suffix cannot be nil.')
|
331
|
+
end
|
332
|
+
|
333
|
+
if @street_postdirection.nil?
|
334
|
+
invalid_properties.push('invalid value for "street_postdirection", street_postdirection cannot be nil.')
|
335
|
+
end
|
336
|
+
|
337
|
+
if @secondary_designator.nil?
|
338
|
+
invalid_properties.push('invalid value for "secondary_designator", secondary_designator cannot be nil.')
|
339
|
+
end
|
340
|
+
|
341
|
+
if @secondary_number.nil?
|
342
|
+
invalid_properties.push('invalid value for "secondary_number", secondary_number cannot be nil.')
|
343
|
+
end
|
344
|
+
|
345
|
+
if @pmb_designator.nil?
|
346
|
+
invalid_properties.push('invalid value for "pmb_designator", pmb_designator cannot be nil.')
|
347
|
+
end
|
348
|
+
|
349
|
+
if @pmb_number.nil?
|
350
|
+
invalid_properties.push('invalid value for "pmb_number", pmb_number cannot be nil.')
|
351
|
+
end
|
352
|
+
|
353
|
+
if @extra_secondary_designator.nil?
|
354
|
+
invalid_properties.push('invalid value for "extra_secondary_designator", extra_secondary_designator cannot be nil.')
|
355
|
+
end
|
356
|
+
|
357
|
+
if @extra_secondary_number.nil?
|
358
|
+
invalid_properties.push('invalid value for "extra_secondary_number", extra_secondary_number cannot be nil.')
|
359
|
+
end
|
360
|
+
|
361
|
+
if @city.nil?
|
362
|
+
invalid_properties.push('invalid value for "city", city cannot be nil.')
|
363
|
+
end
|
364
|
+
|
365
|
+
if @city.to_s.length > 200
|
366
|
+
invalid_properties.push('invalid value for "city", the character length must be smaller than or equal to 200.')
|
367
|
+
end
|
368
|
+
|
369
|
+
if @state.nil?
|
370
|
+
invalid_properties.push('invalid value for "state", state cannot be nil.')
|
371
|
+
end
|
372
|
+
|
373
|
+
if @state.to_s.length > 2
|
374
|
+
invalid_properties.push('invalid value for "state", the character length must be smaller than or equal to 2.')
|
375
|
+
end
|
376
|
+
|
377
|
+
if @zip_code.nil?
|
378
|
+
invalid_properties.push('invalid value for "zip_code", zip_code cannot be nil.')
|
379
|
+
end
|
380
|
+
|
381
|
+
pattern = Regexp.new(/^\d{5}$/)
|
382
|
+
if @zip_code !~ pattern
|
383
|
+
invalid_properties.push("invalid value for \"zip_code\", must conform to the pattern #{pattern}.")
|
384
|
+
end
|
385
|
+
|
386
|
+
if @zip_code_plus_4.nil?
|
387
|
+
invalid_properties.push('invalid value for "zip_code_plus_4", zip_code_plus_4 cannot be nil.')
|
388
|
+
end
|
389
|
+
|
390
|
+
pattern = Regexp.new(/^(\d{4})?$/)
|
391
|
+
if @zip_code_plus_4 !~ pattern
|
392
|
+
invalid_properties.push("invalid value for \"zip_code_plus_4\", must conform to the pattern #{pattern}.")
|
393
|
+
end
|
394
|
+
|
395
|
+
if @zip_code_type.nil?
|
396
|
+
invalid_properties.push('invalid value for "zip_code_type", zip_code_type cannot be nil.')
|
397
|
+
end
|
398
|
+
|
399
|
+
if @delivery_point_barcode.nil?
|
400
|
+
invalid_properties.push('invalid value for "delivery_point_barcode", delivery_point_barcode cannot be nil.')
|
401
|
+
end
|
402
|
+
|
403
|
+
if @address_type.nil?
|
404
|
+
invalid_properties.push('invalid value for "address_type", address_type cannot be nil.')
|
405
|
+
end
|
406
|
+
|
407
|
+
if @record_type.nil?
|
408
|
+
invalid_properties.push('invalid value for "record_type", record_type cannot be nil.')
|
409
|
+
end
|
410
|
+
|
411
|
+
if @default_building_address.nil?
|
412
|
+
invalid_properties.push('invalid value for "default_building_address", default_building_address cannot be nil.')
|
413
|
+
end
|
414
|
+
|
415
|
+
if @county.nil?
|
416
|
+
invalid_properties.push('invalid value for "county", county cannot be nil.')
|
417
|
+
end
|
418
|
+
|
419
|
+
if @county_fips.nil?
|
420
|
+
invalid_properties.push('invalid value for "county_fips", county_fips cannot be nil.')
|
421
|
+
end
|
422
|
+
|
423
|
+
if @carrier_route.nil?
|
424
|
+
invalid_properties.push('invalid value for "carrier_route", carrier_route cannot be nil.')
|
425
|
+
end
|
426
|
+
|
427
|
+
if @carrier_route_type.nil?
|
428
|
+
invalid_properties.push('invalid value for "carrier_route_type", carrier_route_type cannot be nil.')
|
429
|
+
end
|
430
|
+
|
431
|
+
invalid_properties
|
432
|
+
end
|
433
|
+
|
434
|
+
# Check to see if the all the properties in the model are valid
|
435
|
+
# @return true if the model is valid
|
436
|
+
def valid?
|
437
|
+
return false if @primary_number.nil?
|
438
|
+
return false if @street_predirection.nil?
|
439
|
+
street_predirection_validator = EnumAttributeValidator.new('String', ["N", "S", "E", "W", "NE", "SW", "SE", "NW", ""])
|
440
|
+
return false unless street_predirection_validator.valid?(@street_predirection)
|
441
|
+
return false if @street_name.nil?
|
442
|
+
return false if @street_suffix.nil?
|
443
|
+
return false if @street_postdirection.nil?
|
444
|
+
street_postdirection_validator = EnumAttributeValidator.new('String', ["N", "S", "E", "W", "NE", "SW", "SE", "NW", ""])
|
445
|
+
return false unless street_postdirection_validator.valid?(@street_postdirection)
|
446
|
+
return false if @secondary_designator.nil?
|
447
|
+
return false if @secondary_number.nil?
|
448
|
+
return false if @pmb_designator.nil?
|
449
|
+
return false if @pmb_number.nil?
|
450
|
+
return false if @extra_secondary_designator.nil?
|
451
|
+
return false if @extra_secondary_number.nil?
|
452
|
+
return false if @city.nil?
|
453
|
+
return false if @city.to_s.length > 200
|
454
|
+
return false if @state.nil?
|
455
|
+
return false if @state.to_s.length > 2
|
456
|
+
return false if @zip_code.nil?
|
457
|
+
return false if @zip_code !~ Regexp.new(/^\d{5}$/)
|
458
|
+
return false if @zip_code_plus_4.nil?
|
459
|
+
return false if @zip_code_plus_4 !~ Regexp.new(/^(\d{4})?$/)
|
460
|
+
return false if @zip_code_type.nil?
|
461
|
+
return false if @delivery_point_barcode.nil?
|
462
|
+
return false if @address_type.nil?
|
463
|
+
address_type_validator = EnumAttributeValidator.new('String', ["residential", "commercial", ""])
|
464
|
+
return false unless address_type_validator.valid?(@address_type)
|
465
|
+
return false if @record_type.nil?
|
466
|
+
record_type_validator = EnumAttributeValidator.new('String', ["street", "highrise", "firm", "po_box", "rural_route", "general_delivery", ""])
|
467
|
+
return false unless record_type_validator.valid?(@record_type)
|
468
|
+
return false if @default_building_address.nil?
|
469
|
+
return false if @county.nil?
|
470
|
+
return false if @county_fips.nil?
|
471
|
+
return false if @carrier_route.nil?
|
472
|
+
return false if @carrier_route_type.nil?
|
473
|
+
carrier_route_type_validator = EnumAttributeValidator.new('String', ["city_delivery", "rural_route", "highway_contract", "po_box", "general_delivery", ""])
|
474
|
+
return false unless carrier_route_type_validator.valid?(@carrier_route_type)
|
475
|
+
true
|
476
|
+
end
|
477
|
+
|
478
|
+
# Custom attribute writer method checking allowed values (enum).
|
479
|
+
# @param [Object] street_predirection Object to be assigned
|
480
|
+
def street_predirection=(street_predirection)
|
481
|
+
validator = EnumAttributeValidator.new('String', ["N", "S", "E", "W", "NE", "SW", "SE", "NW", ""])
|
482
|
+
unless validator.valid?(street_predirection)
|
483
|
+
fail ArgumentError, "invalid value for \"street_predirection\", must be one of #{validator.allowable_values}."
|
484
|
+
end
|
485
|
+
@street_predirection = street_predirection
|
486
|
+
end
|
487
|
+
|
488
|
+
# Custom attribute writer method checking allowed values (enum).
|
489
|
+
# @param [Object] street_postdirection Object to be assigned
|
490
|
+
def street_postdirection=(street_postdirection)
|
491
|
+
validator = EnumAttributeValidator.new('String', ["N", "S", "E", "W", "NE", "SW", "SE", "NW", ""])
|
492
|
+
unless validator.valid?(street_postdirection)
|
493
|
+
fail ArgumentError, "invalid value for \"street_postdirection\", must be one of #{validator.allowable_values}."
|
494
|
+
end
|
495
|
+
@street_postdirection = street_postdirection
|
496
|
+
end
|
497
|
+
|
498
|
+
# Custom attribute writer method with validation
|
499
|
+
# @param [Object] city Value to be assigned
|
500
|
+
def city=(city)
|
501
|
+
if city.nil?
|
502
|
+
fail ArgumentError, 'city cannot be nil'
|
503
|
+
end
|
504
|
+
|
505
|
+
if city.to_s.length > 200
|
506
|
+
fail ArgumentError, 'invalid value for "city", the character length must be smaller than or equal to 200.'
|
507
|
+
end
|
508
|
+
|
509
|
+
@city = city
|
510
|
+
end
|
511
|
+
|
512
|
+
# Custom attribute writer method with validation
|
513
|
+
# @param [Object] state Value to be assigned
|
514
|
+
def state=(state)
|
515
|
+
if state.nil?
|
516
|
+
fail ArgumentError, 'state cannot be nil'
|
517
|
+
end
|
518
|
+
|
519
|
+
if state.to_s.length > 2
|
520
|
+
fail ArgumentError, 'invalid value for "state", the character length must be smaller than or equal to 2.'
|
521
|
+
end
|
522
|
+
|
523
|
+
@state = state
|
524
|
+
end
|
525
|
+
|
526
|
+
# Custom attribute writer method with validation
|
527
|
+
# @param [Object] zip_code Value to be assigned
|
528
|
+
def zip_code=(zip_code)
|
529
|
+
if zip_code.nil?
|
530
|
+
fail ArgumentError, 'zip_code cannot be nil'
|
531
|
+
end
|
532
|
+
|
533
|
+
pattern = Regexp.new(/^\d{5}$/)
|
534
|
+
if zip_code !~ pattern
|
535
|
+
fail ArgumentError, "invalid value for \"zip_code\", must conform to the pattern #{pattern}."
|
536
|
+
end
|
537
|
+
|
538
|
+
@zip_code = zip_code
|
539
|
+
end
|
540
|
+
|
541
|
+
# Custom attribute writer method with validation
|
542
|
+
# @param [Object] zip_code_plus_4 Value to be assigned
|
543
|
+
def zip_code_plus_4=(zip_code_plus_4)
|
544
|
+
if zip_code_plus_4.nil?
|
545
|
+
fail ArgumentError, 'zip_code_plus_4 cannot be nil'
|
546
|
+
end
|
547
|
+
|
548
|
+
pattern = Regexp.new(/^(\d{4})?$/)
|
549
|
+
if zip_code_plus_4 !~ pattern
|
550
|
+
fail ArgumentError, "invalid value for \"zip_code_plus_4\", must conform to the pattern #{pattern}."
|
551
|
+
end
|
552
|
+
|
553
|
+
@zip_code_plus_4 = zip_code_plus_4
|
554
|
+
end
|
555
|
+
|
556
|
+
# Custom attribute writer method checking allowed values (enum).
|
557
|
+
# @param [Object] address_type Object to be assigned
|
558
|
+
def address_type=(address_type)
|
559
|
+
validator = EnumAttributeValidator.new('String', ["residential", "commercial", ""])
|
560
|
+
unless validator.valid?(address_type)
|
561
|
+
fail ArgumentError, "invalid value for \"address_type\", must be one of #{validator.allowable_values}."
|
562
|
+
end
|
563
|
+
@address_type = address_type
|
564
|
+
end
|
565
|
+
|
566
|
+
# Custom attribute writer method checking allowed values (enum).
|
567
|
+
# @param [Object] record_type Object to be assigned
|
568
|
+
def record_type=(record_type)
|
569
|
+
validator = EnumAttributeValidator.new('String', ["street", "highrise", "firm", "po_box", "rural_route", "general_delivery", ""])
|
570
|
+
unless validator.valid?(record_type)
|
571
|
+
fail ArgumentError, "invalid value for \"record_type\", must be one of #{validator.allowable_values}."
|
572
|
+
end
|
573
|
+
@record_type = record_type
|
574
|
+
end
|
575
|
+
|
576
|
+
# Custom attribute writer method checking allowed values (enum).
|
577
|
+
# @param [Object] carrier_route_type Object to be assigned
|
578
|
+
def carrier_route_type=(carrier_route_type)
|
579
|
+
validator = EnumAttributeValidator.new('String', ["city_delivery", "rural_route", "highway_contract", "po_box", "general_delivery", ""])
|
580
|
+
unless validator.valid?(carrier_route_type)
|
581
|
+
fail ArgumentError, "invalid value for \"carrier_route_type\", must be one of #{validator.allowable_values}."
|
582
|
+
end
|
583
|
+
@carrier_route_type = carrier_route_type
|
584
|
+
end
|
585
|
+
|
586
|
+
# Checks equality by comparing each attribute.
|
587
|
+
# @param [Object] Object to be compared
|
588
|
+
def ==(o)
|
589
|
+
return true if self.equal?(o)
|
590
|
+
self.class == o.class &&
|
591
|
+
primary_number == o.primary_number &&
|
592
|
+
street_predirection == o.street_predirection &&
|
593
|
+
street_name == o.street_name &&
|
594
|
+
street_suffix == o.street_suffix &&
|
595
|
+
street_postdirection == o.street_postdirection &&
|
596
|
+
secondary_designator == o.secondary_designator &&
|
597
|
+
secondary_number == o.secondary_number &&
|
598
|
+
pmb_designator == o.pmb_designator &&
|
599
|
+
pmb_number == o.pmb_number &&
|
600
|
+
extra_secondary_designator == o.extra_secondary_designator &&
|
601
|
+
extra_secondary_number == o.extra_secondary_number &&
|
602
|
+
city == o.city &&
|
603
|
+
state == o.state &&
|
604
|
+
zip_code == o.zip_code &&
|
605
|
+
zip_code_plus_4 == o.zip_code_plus_4 &&
|
606
|
+
zip_code_type == o.zip_code_type &&
|
607
|
+
delivery_point_barcode == o.delivery_point_barcode &&
|
608
|
+
address_type == o.address_type &&
|
609
|
+
record_type == o.record_type &&
|
610
|
+
default_building_address == o.default_building_address &&
|
611
|
+
county == o.county &&
|
612
|
+
county_fips == o.county_fips &&
|
613
|
+
carrier_route == o.carrier_route &&
|
614
|
+
carrier_route_type == o.carrier_route_type &&
|
615
|
+
latitude == o.latitude &&
|
616
|
+
longitude == o.longitude
|
617
|
+
end
|
618
|
+
|
619
|
+
# @see the `==` method
|
620
|
+
# @param [Object] Object to be compared
|
621
|
+
def eql?(o)
|
622
|
+
self == o
|
623
|
+
end
|
624
|
+
|
625
|
+
# Calculates hash code according to all attributes.
|
626
|
+
# @return [Integer] Hash code
|
627
|
+
def hash
|
628
|
+
[primary_number, street_predirection, street_name, street_suffix, street_postdirection, secondary_designator, secondary_number, pmb_designator, pmb_number, extra_secondary_designator, extra_secondary_number, city, state, zip_code, zip_code_plus_4, zip_code_type, delivery_point_barcode, address_type, record_type, default_building_address, county, county_fips, carrier_route, carrier_route_type, latitude, longitude].hash
|
629
|
+
end
|
630
|
+
|
631
|
+
|
632
|
+
# Builds the object from hash
|
633
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
634
|
+
# @return [Object] Returns the model itself
|
635
|
+
def self.build_from_hash(attributes)
|
636
|
+
new.build_from_hash(attributes)
|
637
|
+
end
|
638
|
+
|
639
|
+
# Builds the object from hash
|
640
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
641
|
+
# @return [Object] Returns the model itself
|
642
|
+
def build_from_hash(attributes)
|
643
|
+
return nil unless attributes.is_a?(Hash)
|
644
|
+
attributes = attributes.transform_keys(&:to_sym)
|
645
|
+
self.class.openapi_types.each_pair do |key, type|
|
646
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
647
|
+
self.send("#{key}=", nil) # // guardrails-disable-line
|
648
|
+
elsif type =~ /\AArray<(.*)>/i
|
649
|
+
# check to ensure the input is an array given that the attribute
|
650
|
+
# is documented as an array but the input is not
|
651
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
652
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) # // guardrails-disable-line
|
653
|
+
end
|
654
|
+
elsif !attributes[self.class.attribute_map[key]].nil? && type.kind_of?(Array)
|
655
|
+
for base_type in type do
|
656
|
+
res = _deserialize(base_type, attributes[self.class.attribute_map[key]])
|
657
|
+
if !res.nil?
|
658
|
+
self.send("#{key}=", res) # // guardrails-disable-line
|
659
|
+
break
|
660
|
+
end
|
661
|
+
end
|
662
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
663
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) # // guardrails-disable-line
|
664
|
+
end
|
665
|
+
end
|
666
|
+
|
667
|
+
self
|
668
|
+
end
|
669
|
+
|
670
|
+
# Deserializes the data based on type
|
671
|
+
# @param string type Data type
|
672
|
+
# @param string value Value to be deserialized
|
673
|
+
# @return [Object] Deserialized data
|
674
|
+
def _deserialize(type, value)
|
675
|
+
case type.to_sym
|
676
|
+
when :Time
|
677
|
+
Time.parse(value)
|
678
|
+
when :Date
|
679
|
+
Date.parse(value)
|
680
|
+
when :String
|
681
|
+
value.to_s
|
682
|
+
when :Integer
|
683
|
+
value.to_i
|
684
|
+
when :Float
|
685
|
+
value.to_f
|
686
|
+
when :Boolean
|
687
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
688
|
+
true
|
689
|
+
else
|
690
|
+
false
|
691
|
+
end
|
692
|
+
when :Object
|
693
|
+
# generic object (usually a Hash), return directly
|
694
|
+
value
|
695
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
696
|
+
inner_type = Regexp.last_match[:inner_type]
|
697
|
+
value.map { |v| _deserialize(inner_type, v) }
|
698
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
699
|
+
k_type = Regexp.last_match[:k_type]
|
700
|
+
v_type = Regexp.last_match[:v_type]
|
701
|
+
{}.tap do |hash|
|
702
|
+
value.each do |k, v|
|
703
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
704
|
+
end
|
705
|
+
end
|
706
|
+
else # model
|
707
|
+
# models (e.g. Pet) or oneOf
|
708
|
+
klass = OpenapiClient.const_get(type)
|
709
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
710
|
+
end
|
711
|
+
end
|
712
|
+
|
713
|
+
# Returns the string representation of the object
|
714
|
+
# @return [String] String presentation of the object
|
715
|
+
def to_s
|
716
|
+
to_hash.to_s
|
717
|
+
end
|
718
|
+
|
719
|
+
# to_body is an alias to to_hash (backward compatibility)
|
720
|
+
# @return [Hash] Returns the object in the form of hash
|
721
|
+
def to_body
|
722
|
+
to_hash
|
723
|
+
end
|
724
|
+
|
725
|
+
# Returns the object in the form of hash
|
726
|
+
# @return [Hash] Returns the object in the form of hash
|
727
|
+
def to_hash
|
728
|
+
hash = {}
|
729
|
+
self.class.attribute_map.each_pair do |attr, param|
|
730
|
+
value = self.send(attr) # // guardrails-disable-line
|
731
|
+
if value.nil?
|
732
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
733
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
734
|
+
end
|
735
|
+
|
736
|
+
hash[param] = _to_hash(value)
|
737
|
+
end
|
738
|
+
hash
|
739
|
+
end
|
740
|
+
|
741
|
+
# Outputs non-array value in the form of hash
|
742
|
+
# For object, use to_hash. Otherwise, just return the value
|
743
|
+
# @param [Object] value Any valid value
|
744
|
+
# @return [Hash] Returns the value in the form of hash
|
745
|
+
def _to_hash(value)
|
746
|
+
if value.is_a?(Array)
|
747
|
+
value.compact.map { |v| _to_hash(v) }
|
748
|
+
elsif value.is_a?(Hash)
|
749
|
+
{}.tap do |hash|
|
750
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
751
|
+
end
|
752
|
+
elsif value.respond_to? :to_hash
|
753
|
+
value.to_hash
|
754
|
+
else
|
755
|
+
value
|
756
|
+
end
|
757
|
+
end
|
758
|
+
|
759
|
+
end
|
760
|
+
|
761
|
+
end
|