lob 6.0.8 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CODE_SNIPPETS.md +10 -10
- data/Gemfile +0 -0
- data/Gemfile.lock +22 -18
- data/LICENSE +0 -0
- data/MIGRATION.md +0 -0
- data/Rakefile +0 -0
- data/__tests__/Api/Address.unit.rb +9 -9
- data/__tests__/Api/BankAccount.unit.rb +3 -3
- data/__tests__/Api/BillingGroup.unit.rb +1 -1
- data/__tests__/Api/Card.unit.rb +1 -1
- data/__tests__/Api/CardOrder.unit.rb +1 -1
- data/__tests__/Api/Check.unit.rb +1 -1
- data/__tests__/Api/IntlAutocompletion.unit.rb +1 -1
- data/__tests__/Api/IntlVerification.unit.rb +1 -1
- data/__tests__/Api/Letter.unit.rb +1 -1
- data/__tests__/Api/Postcard.unit.rb +1 -1
- data/__tests__/Api/Require.unit.rb +0 -1
- data/__tests__/Api/ReverseGeocodeLookup.unit.rb +1 -1
- data/__tests__/Api/SelfMailer.unit.rb +1 -1
- data/__tests__/Api/Template.unit.rb +1 -1
- data/__tests__/Api/TemplateVersion.unit.rb +1 -1
- data/__tests__/Api/UsAutocompletion.unit.rb +1 -1
- data/__tests__/Api/UsVerification.unit.rb +1 -1
- data/__tests__/Api/ZipLookup.unit.rb +1 -1
- data/__tests__/Integration/Address.spec.rb +4 -4
- data/__tests__/Integration/BankAccount.spec.rb +2 -2
- data/__tests__/Integration/BillingGroup.spec.rb +3 -3
- data/__tests__/Integration/Card.spec.rb +1 -1
- data/__tests__/Integration/CardOrder.spec.rb +1 -1
- data/__tests__/Integration/Check.spec.rb +10 -6
- data/__tests__/Integration/IntlAutocompletion.spec.rb +2 -2
- data/__tests__/Integration/IntlVerification.spec.rb +3 -3
- data/__tests__/Integration/Letter.spec.rb +16 -9
- data/__tests__/Integration/Postcard.spec.rb +40 -4
- data/__tests__/Integration/ReverseGeocodeLookup.spec.rb +1 -1
- data/__tests__/Integration/SelfMailer.spec.rb +22 -2
- data/__tests__/Integration/Template.spec.rb +4 -3
- data/__tests__/Integration/TemplateVersion.spec.rb +1 -1
- data/__tests__/Integration/UsAutocompletion.spec.rb +1 -2
- data/__tests__/Integration/UsVerification.spec.rb +1 -1
- data/__tests__/Integration/ZipLookup.spec.rb +1 -1
- data/__tests__/TestFixtures.rb +0 -0
- data/docs/Address.md +44 -41
- data/docs/AddressDeletion.md +1 -1
- data/docs/AddressDomestic.md +1 -1
- data/docs/AddressDomesticExpanded.md +1 -1
- data/docs/AddressEditable.md +1 -1
- data/docs/AddressList.md +1 -1
- data/docs/AddressesApi.md +4 -4
- data/docs/BankAccount.md +1 -1
- data/docs/BankAccountDeletion.md +1 -1
- data/docs/BankAccountList.md +1 -1
- data/docs/BankAccountVerify.md +1 -1
- data/docs/BankAccountWritable.md +1 -1
- data/docs/BankAccountsApi.md +5 -5
- data/docs/BankTypeEnum.md +1 -1
- data/docs/BillingGroup.md +1 -1
- data/docs/BillingGroupEditable.md +1 -1
- data/docs/BillingGroupList.md +1 -1
- data/docs/BillingGroupsApi.md +4 -4
- data/docs/Buckslip.md +1 -1
- data/docs/BuckslipDeletion.md +1 -1
- data/docs/BuckslipEditable.md +1 -1
- data/docs/BuckslipOrder.md +1 -1
- data/docs/BuckslipOrderEditable.md +1 -1
- data/docs/BuckslipOrdersApi.md +2 -2
- data/docs/BuckslipOrdersList.md +1 -1
- data/docs/BuckslipUpdatable.md +1 -1
- data/docs/BuckslipsApi.md +13 -9
- data/docs/BuckslipsList.md +1 -1
- data/docs/BulkError.md +1 -1
- data/docs/BulkErrorProperties.md +1 -1
- data/docs/Campaign.md +2 -2
- data/docs/CampaignCreative.md +1 -1
- data/docs/CampaignDeletion.md +1 -1
- data/docs/CampaignUpdatable.md +1 -1
- data/docs/CampaignWritable.md +2 -2
- data/docs/CampaignsApi.md +6 -6
- data/docs/CampaignsList.md +1 -1
- data/docs/Card.md +1 -1
- data/docs/CardDeletion.md +1 -1
- data/docs/CardEditable.md +1 -1
- data/docs/CardList.md +1 -1
- data/docs/CardOrder.md +1 -1
- data/docs/CardOrderEditable.md +1 -1
- data/docs/CardOrderList.md +1 -1
- data/docs/CardOrdersApi.md +2 -2
- data/docs/CardUpdatable.md +1 -1
- data/docs/CardsApi.md +5 -5
- data/docs/Check.md +4 -2
- data/docs/CheckDeletion.md +1 -1
- data/docs/CheckEditable.md +4 -2
- data/docs/CheckList.md +1 -1
- data/docs/ChecksApi.md +7 -7
- data/docs/ChkUseType.md +15 -0
- data/docs/CmpScheduleType.md +1 -1
- data/docs/CmpUseType.md +1 -1
- data/docs/CountryExtended.md +1 -1
- data/docs/CountryExtendedExpanded.md +1 -1
- data/docs/CountryExtendedExpandedNoUs.md +0 -0
- data/docs/CreativePatch.md +1 -1
- data/docs/CreativeResponse.md +1 -1
- data/docs/CreativeWritable.md +1 -1
- data/docs/CreativesApi.md +3 -3
- data/docs/CustomEnvelopeReturned.md +1 -1
- data/docs/DefaultApi.md +1 -1
- data/docs/DeliverabilityAnalysis.md +16 -16
- data/docs/DpvFootnote.md +1 -1
- data/docs/EngineHtml.md +1 -1
- data/docs/EventType.md +1 -1
- data/docs/Events.md +1 -1
- data/docs/Export.md +1 -1
- data/docs/ExportModel.md +1 -1
- data/docs/GeocodeAddresses.md +1 -1
- data/docs/GeocodeComponents.md +1 -1
- data/docs/HTTPValidationError.md +1 -1
- data/docs/IdentityValidation.md +1 -1
- data/docs/IdentityValidationApi.md +1 -1
- data/docs/InlineObject.md +1 -1
- data/docs/IntlAddress.md +2 -2
- data/docs/IntlAutocompletions.md +1 -1
- data/docs/IntlAutocompletionsApi.md +2 -2
- data/docs/IntlAutocompletionsWritable.md +1 -1
- data/docs/IntlComponents.md +1 -1
- data/docs/IntlSuggestions.md +1 -1
- data/docs/IntlVerification.md +1 -1
- data/docs/IntlVerificationOrError.md +1 -1
- data/docs/IntlVerificationWritable.md +1 -1
- data/docs/IntlVerifications.md +1 -1
- data/docs/IntlVerificationsApi.md +3 -3
- data/docs/IntlVerificationsPayload.md +1 -1
- data/docs/Letter.md +6 -2
- data/docs/LetterCustomEnvelope.md +1 -1
- data/docs/LetterDeletion.md +1 -1
- data/docs/LetterDetailsReturned.md +1 -1
- data/docs/LetterDetailsWritable.md +1 -1
- data/docs/LetterEditable.md +4 -2
- data/docs/LetterList.md +1 -1
- data/docs/LettersApi.md +10 -8
- data/docs/LobConfidenceScore.md +1 -1
- data/docs/LobError.md +1 -1
- data/docs/Location.md +1 -1
- data/docs/LocationAnalysis.md +1 -1
- data/docs/LtrUseType.md +15 -0
- data/docs/MailType.md +1 -1
- data/docs/MultiLineAddress.md +1 -1
- data/docs/MultipleComponents.md +1 -1
- data/docs/MultipleComponentsIntl.md +1 -1
- data/docs/MultipleComponentsList.md +1 -1
- data/docs/OptionalAddressColumnMapping.md +22 -0
- data/docs/PlaceholderModel.md +1 -1
- data/docs/Postcard.md +4 -2
- data/docs/PostcardDeletion.md +1 -1
- data/docs/PostcardDetailsReturned.md +1 -1
- data/docs/PostcardDetailsWritable.md +1 -1
- data/docs/PostcardEditable.md +4 -2
- data/docs/PostcardList.md +1 -1
- data/docs/PostcardSize.md +1 -1
- data/docs/PostcardsApi.md +7 -7
- data/docs/PscUseType.md +15 -0
- data/docs/QrCode.md +1 -1
- data/docs/RequiredAddressColumnMapping.md +26 -0
- data/docs/ReturnEnvelope.md +1 -1
- data/docs/ReverseGeocode.md +1 -1
- data/docs/ReverseGeocodeLookupsApi.md +1 -1
- data/docs/SelfMailer.md +5 -3
- data/docs/SelfMailerDeletion.md +1 -1
- data/docs/SelfMailerEditable.md +4 -2
- data/docs/SelfMailerList.md +1 -1
- data/docs/SelfMailerSize.md +1 -1
- data/docs/SelfMailersApi.md +7 -7
- data/docs/SfmUseType.md +15 -0
- data/docs/SnapPack.md +50 -0
- data/docs/SnapPackDeletion.md +22 -0
- data/docs/SnapPackEditable.md +40 -0
- data/docs/SnapPackList.md +28 -0
- data/docs/SnapPackSize.md +15 -0
- data/docs/SnapPacksApi.md +317 -0
- data/docs/SnpUseType.md +15 -0
- data/docs/SortBy.md +1 -1
- data/docs/SortBy1.md +1 -1
- data/docs/SortBy2.md +1 -1
- data/docs/SortBy3.md +1 -1
- data/docs/SortBy4.md +20 -0
- data/docs/SortByDateModified.md +1 -1
- data/docs/Suggestions.md +1 -1
- data/docs/Template.md +1 -1
- data/docs/TemplateDeletion.md +1 -1
- data/docs/TemplateList.md +1 -1
- data/docs/TemplateUpdate.md +1 -1
- data/docs/TemplateVersion.md +1 -1
- data/docs/TemplateVersionDeletion.md +1 -1
- data/docs/TemplateVersionList.md +1 -1
- data/docs/TemplateVersionUpdatable.md +1 -1
- data/docs/TemplateVersionWritable.md +1 -1
- data/docs/TemplateVersionsApi.md +5 -5
- data/docs/TemplateWritable.md +1 -1
- data/docs/TemplatesApi.md +5 -5
- data/docs/Thumbnail.md +1 -1
- data/docs/TrackingEventCertified.md +1 -1
- data/docs/TrackingEventDetails.md +1 -1
- data/docs/TrackingEventNormal.md +2 -2
- data/docs/Upload.md +12 -6
- data/docs/UploadCreateExport.md +1 -1
- data/docs/UploadFile.md +1 -1
- data/docs/UploadState.md +1 -1
- data/docs/UploadUpdatable.md +10 -4
- data/docs/UploadWritable.md +11 -3
- data/docs/UploadsApi.md +102 -102
- data/docs/UploadsMetadata.md +18 -0
- data/docs/UsAddress.md +0 -0
- data/docs/UsAutocompletions.md +1 -1
- data/docs/UsAutocompletionsApi.md +1 -1
- data/docs/UsAutocompletionsWritable.md +1 -1
- data/docs/UsComponents.md +28 -28
- data/docs/UsVerification.md +1 -1
- data/docs/UsVerificationOrError.md +1 -1
- data/docs/UsVerifications.md +1 -1
- data/docs/UsVerificationsApi.md +2 -2
- data/docs/UsVerificationsWritable.md +1 -1
- data/docs/ValidationError.md +1 -1
- data/docs/Zip.md +1 -1
- data/docs/ZipCodeType.md +1 -1
- data/docs/ZipEditable.md +1 -1
- data/docs/ZipLookupCity.md +1 -1
- data/docs/ZipLookupsApi.md +1 -1
- data/git_push.sh +0 -0
- data/lib/{openapi_client → lob}/api/checks_api.rb +2 -2
- data/lib/{openapi_client → lob}/api/letters_api.rb +2 -2
- data/lib/{openapi_client → lob}/api/postcards_api.rb +2 -2
- data/lib/{openapi_client → lob}/api/self_mailers_api.rb +2 -2
- data/lib/lob/api/snap_packs_api.rb +340 -0
- data/lib/{openapi_client → lob}/models/address.rb +0 -0
- data/lib/{openapi_client → lob}/models/bank_account.rb +18 -7
- data/lib/{openapi_client → lob}/models/bank_account_verify.rb +69 -13
- data/lib/{openapi_client → lob}/models/check.rb +3 -3
- data/lib/{openapi_client → lob}/models/country_extended_expanded_no_us.rb +0 -0
- data/lib/{openapi_client → lob}/models/intl_address.rb +12 -14
- data/lib/{openapi_client → lob}/models/intl_components.rb +0 -0
- data/lib/{openapi_client → lob}/models/letter.rb +4 -19
- data/lib/{openapi_client → lob}/models/multiple_components.rb +5 -5
- data/lib/{openapi_client → lob}/models/postcard.rb +3 -3
- data/lib/{openapi_client → lob}/models/self_mailer.rb +3 -3
- data/lib/{openapi_client → lob}/models/self_mailer_size.rb +1 -0
- data/lib/lob/models/snap_pack.rb +584 -0
- data/lib/lob/models/snap_pack_deletion.rb +303 -0
- data/lib/lob/models/snap_pack_editable.rb +384 -0
- data/lib/lob/models/snap_pack_list.rb +324 -0
- data/lib/lob/models/snap_pack_size.rb +36 -0
- data/lib/lob/models/snp_use_type.rb +38 -0
- data/lib/lob/models/sort_by4.rb +283 -0
- data/lib/{openapi_client → lob}/models/thumbnail.rb +9 -9
- data/lib/{openapi_client → lob}/models/upload.rb +16 -1
- data/lib/{openapi_client → lob}/models/us_address.rb +0 -0
- data/lib/{openapi_client → lob}/models/us_verification.rb +8 -8
- data/lib/{openapi_client → lob}/models/us_verification_or_error.rb +6 -6
- data/lib/{openapi_client → lob}/models/us_verifications.rb +1 -1
- data/lib/{openapi_client → lob}/models/us_verifications_writable.rb +6 -6
- data/lib/{openapi_client → lob}/version.rb +1 -1
- data/lib/lob.rb +223 -1
- data/{openapi_client.gemspec → lob.gemspec} +8 -7
- data/spec/api/addresses_api_spec.rb +0 -0
- data/spec/api/bank_accounts_api_spec.rb +77 -44
- data/spec/api/billing_groups_api_spec.rb +0 -0
- data/spec/api/buckslip_orders_api_spec.rb +62 -0
- data/spec/api/buckslips_api_spec.rb +100 -0
- data/spec/api/campaigns_api_spec.rb +0 -0
- data/spec/api/card_orders_api_spec.rb +0 -0
- data/spec/api/cards_api_spec.rb +0 -0
- data/spec/api/checks_api_spec.rb +0 -0
- data/spec/api/creatives_api_spec.rb +0 -0
- data/spec/api/default_api_spec.rb +0 -0
- data/spec/api/identity_validation_api_spec.rb +0 -0
- data/spec/api/intl_autocompletions_api_spec.rb +0 -0
- data/spec/api/intl_verifications_api_spec.rb +0 -0
- data/spec/api/letters_api_spec.rb +0 -0
- data/spec/api/postcards_api_spec.rb +0 -0
- data/spec/api/reverse_geocode_lookups_api_spec.rb +0 -0
- data/spec/api/self_mailers_api_spec.rb +0 -0
- data/spec/api/snap_packs_api_spec.rb +94 -0
- data/spec/api/template_versions_api_spec.rb +0 -0
- data/spec/api/templates_api_spec.rb +0 -0
- data/spec/api/uploads_api_spec.rb +0 -0
- data/spec/api/us_autocompletions_api_spec.rb +0 -0
- data/spec/api/us_verifications_api_spec.rb +0 -0
- data/spec/api/zip_lookups_api_spec.rb +0 -0
- data/spec/api_client_spec.rb +0 -0
- data/spec/configuration_spec.rb +0 -0
- data/spec/spec_helper.rb +1 -1
- metadata +238 -208
- data/lib/openapi_client.rb +0 -212
- /data/lib/{openapi_client → lob}/api/addresses_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/bank_accounts_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/billing_groups_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/buckslip_orders_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/buckslips_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/campaigns_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/card_orders_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/cards_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/creatives_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/default_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/identity_validation_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/intl_autocompletions_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/intl_verifications_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/reverse_geocode_lookups_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/template_versions_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/templates_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/uploads_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/us_autocompletions_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/us_verifications_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api/zip_lookups_api.rb +0 -0
- /data/lib/{openapi_client → lob}/api_client.rb +0 -0
- /data/lib/{openapi_client → lob}/api_error.rb +0 -0
- /data/lib/{openapi_client → lob}/configuration.rb +0 -0
- /data/lib/{openapi_client → lob}/models/address_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/address_domestic.rb +0 -0
- /data/lib/{openapi_client → lob}/models/address_domestic_expanded.rb +0 -0
- /data/lib/{openapi_client → lob}/models/address_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/address_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/bank_account_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/bank_account_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/bank_account_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/bank_type_enum.rb +0 -0
- /data/lib/{openapi_client → lob}/models/billing_group.rb +0 -0
- /data/lib/{openapi_client → lob}/models/billing_group_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/billing_group_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslip.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslip_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslip_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslip_order.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslip_order_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslip_orders_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslip_updatable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/buckslips_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/bulk_error.rb +0 -0
- /data/lib/{openapi_client → lob}/models/bulk_error_properties.rb +0 -0
- /data/lib/{openapi_client → lob}/models/campaign.rb +0 -0
- /data/lib/{openapi_client → lob}/models/campaign_creative.rb +0 -0
- /data/lib/{openapi_client → lob}/models/campaign_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/campaign_updatable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/campaign_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/campaigns_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card_order.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card_order_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card_order_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/card_updatable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/check_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/check_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/check_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/chk_use_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/cmp_schedule_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/cmp_use_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/country_extended.rb +0 -0
- /data/lib/{openapi_client → lob}/models/country_extended_expanded.rb +0 -0
- /data/lib/{openapi_client → lob}/models/creative_patch.rb +0 -0
- /data/lib/{openapi_client → lob}/models/creative_response.rb +0 -0
- /data/lib/{openapi_client → lob}/models/creative_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/custom_envelope_returned.rb +0 -0
- /data/lib/{openapi_client → lob}/models/deliverability_analysis.rb +0 -0
- /data/lib/{openapi_client → lob}/models/dpv_footnote.rb +0 -0
- /data/lib/{openapi_client → lob}/models/engine_html.rb +0 -0
- /data/lib/{openapi_client → lob}/models/event_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/events.rb +0 -0
- /data/lib/{openapi_client → lob}/models/export.rb +0 -0
- /data/lib/{openapi_client → lob}/models/export_model.rb +0 -0
- /data/lib/{openapi_client → lob}/models/geocode_addresses.rb +0 -0
- /data/lib/{openapi_client → lob}/models/geocode_components.rb +0 -0
- /data/lib/{openapi_client → lob}/models/http_validation_error.rb +0 -0
- /data/lib/{openapi_client → lob}/models/identity_validation.rb +0 -0
- /data/lib/{openapi_client → lob}/models/inline_object.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_autocompletions.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_autocompletions_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_suggestions.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_verification.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_verification_or_error.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_verification_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_verifications.rb +0 -0
- /data/lib/{openapi_client → lob}/models/intl_verifications_payload.rb +0 -0
- /data/lib/{openapi_client → lob}/models/letter_custom_envelope.rb +0 -0
- /data/lib/{openapi_client → lob}/models/letter_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/letter_details_returned.rb +0 -0
- /data/lib/{openapi_client → lob}/models/letter_details_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/letter_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/letter_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/lob_confidence_score.rb +0 -0
- /data/lib/{openapi_client → lob}/models/lob_error.rb +0 -0
- /data/lib/{openapi_client → lob}/models/location.rb +0 -0
- /data/lib/{openapi_client → lob}/models/location_analysis.rb +0 -0
- /data/lib/{openapi_client → lob}/models/ltr_use_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/mail_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/multi_line_address.rb +0 -0
- /data/lib/{openapi_client → lob}/models/multiple_components_intl.rb +0 -0
- /data/lib/{openapi_client → lob}/models/multiple_components_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/optional_address_column_mapping.rb +0 -0
- /data/lib/{openapi_client → lob}/models/placeholder_model.rb +0 -0
- /data/lib/{openapi_client → lob}/models/postcard_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/postcard_details_returned.rb +0 -0
- /data/lib/{openapi_client → lob}/models/postcard_details_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/postcard_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/postcard_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/postcard_size.rb +0 -0
- /data/lib/{openapi_client → lob}/models/psc_use_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/qr_code.rb +0 -0
- /data/lib/{openapi_client → lob}/models/required_address_column_mapping.rb +0 -0
- /data/lib/{openapi_client → lob}/models/return_envelope.rb +0 -0
- /data/lib/{openapi_client → lob}/models/reverse_geocode.rb +0 -0
- /data/lib/{openapi_client → lob}/models/self_mailer_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/self_mailer_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/self_mailer_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/sfm_use_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/sort_by.rb +0 -0
- /data/lib/{openapi_client → lob}/models/sort_by1.rb +0 -0
- /data/lib/{openapi_client → lob}/models/sort_by2.rb +0 -0
- /data/lib/{openapi_client → lob}/models/sort_by3.rb +0 -0
- /data/lib/{openapi_client → lob}/models/sort_by_date_modified.rb +0 -0
- /data/lib/{openapi_client → lob}/models/suggestions.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_update.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_version.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_version_deletion.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_version_list.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_version_updatable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_version_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/template_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/tracking_event_certified.rb +0 -0
- /data/lib/{openapi_client → lob}/models/tracking_event_details.rb +0 -0
- /data/lib/{openapi_client → lob}/models/tracking_event_normal.rb +0 -0
- /data/lib/{openapi_client → lob}/models/upload_create_export.rb +0 -0
- /data/lib/{openapi_client → lob}/models/upload_file.rb +0 -0
- /data/lib/{openapi_client → lob}/models/upload_state.rb +0 -0
- /data/lib/{openapi_client → lob}/models/upload_updatable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/upload_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/uploads_metadata.rb +0 -0
- /data/lib/{openapi_client → lob}/models/us_autocompletions.rb +0 -0
- /data/lib/{openapi_client → lob}/models/us_autocompletions_writable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/us_components.rb +0 -0
- /data/lib/{openapi_client → lob}/models/validation_error.rb +0 -0
- /data/lib/{openapi_client → lob}/models/zip.rb +0 -0
- /data/lib/{openapi_client → lob}/models/zip_code_type.rb +0 -0
- /data/lib/{openapi_client → lob}/models/zip_editable.rb +0 -0
- /data/lib/{openapi_client → lob}/models/zip_lookup_city.rb +0 -0
|
@@ -18,10 +18,14 @@ module Lob
|
|
|
18
18
|
# In live mode, an array containing the two micro deposits (in cents) placed in the bank account. In test mode, no micro deposits will be placed, so any two integers between `1` and `100` will work.
|
|
19
19
|
attr_accessor :amounts
|
|
20
20
|
|
|
21
|
+
# The 6-character code (beginning with SM) from the bank statement descriptor of the single $0.01 microdeposit. Required when microdeposit_type is descriptor_code.
|
|
22
|
+
attr_accessor :descriptor_code
|
|
23
|
+
|
|
21
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
22
25
|
def self.attribute_map
|
|
23
26
|
{
|
|
24
|
-
:'amounts' => :'amounts'
|
|
27
|
+
:'amounts' => :'amounts',
|
|
28
|
+
:'descriptor_code' => :'descriptor_code'
|
|
25
29
|
}
|
|
26
30
|
end
|
|
27
31
|
|
|
@@ -33,7 +37,8 @@ module Lob
|
|
|
33
37
|
# Attribute type mapping.
|
|
34
38
|
def self.openapi_types
|
|
35
39
|
{
|
|
36
|
-
:'amounts' => :'Array<Integer>'
|
|
40
|
+
:'amounts' => :'Array<Integer>',
|
|
41
|
+
:'descriptor_code' => :'String'
|
|
37
42
|
}
|
|
38
43
|
end
|
|
39
44
|
|
|
@@ -63,22 +68,51 @@ module Lob
|
|
|
63
68
|
self.amounts = value
|
|
64
69
|
end
|
|
65
70
|
end
|
|
71
|
+
|
|
72
|
+
if attributes.key?(:'descriptor_code')
|
|
73
|
+
self.descriptor_code = attributes[:'descriptor_code']
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
has_amounts = !@amounts.nil?
|
|
77
|
+
has_descriptor_code = !@descriptor_code.nil?
|
|
78
|
+
|
|
79
|
+
if !has_amounts && !has_descriptor_code
|
|
80
|
+
fail ArgumentError, 'one of "amounts" or "descriptor_code" must be provided'
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
if has_amounts && has_descriptor_code
|
|
84
|
+
fail ArgumentError, 'only one of "amounts" or "descriptor_code" may be provided'
|
|
85
|
+
end
|
|
66
86
|
end
|
|
67
87
|
|
|
68
88
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
69
89
|
# @return Array for valid properties with the reasons
|
|
70
90
|
def list_invalid_properties
|
|
71
91
|
invalid_properties = Array.new
|
|
72
|
-
|
|
73
|
-
|
|
92
|
+
|
|
93
|
+
if @amounts.nil? && @descriptor_code.nil?
|
|
94
|
+
invalid_properties.push('one of "amounts" or "descriptor_code" must be provided')
|
|
74
95
|
end
|
|
75
96
|
|
|
76
|
-
if
|
|
77
|
-
invalid_properties.push('
|
|
97
|
+
if !@amounts.nil? && !@descriptor_code.nil?
|
|
98
|
+
invalid_properties.push('only one of "amounts" or "descriptor_code" may be provided')
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
if !@amounts.nil?
|
|
102
|
+
if @amounts.length > 2
|
|
103
|
+
invalid_properties.push('invalid value for "amounts", number of items must be less than or equal to 2.')
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
if @amounts.length < 2
|
|
107
|
+
invalid_properties.push('invalid value for "amounts", number of items must be greater than or equal to 2.')
|
|
108
|
+
end
|
|
78
109
|
end
|
|
79
110
|
|
|
80
|
-
if
|
|
81
|
-
|
|
111
|
+
if !@descriptor_code.nil?
|
|
112
|
+
pattern = Regexp.new(/^SM[a-zA-Z0-9]{4}$/)
|
|
113
|
+
if @descriptor_code !~ pattern
|
|
114
|
+
invalid_properties.push("invalid value for \"descriptor_code\", must conform to the pattern #{pattern}.")
|
|
115
|
+
end
|
|
82
116
|
end
|
|
83
117
|
|
|
84
118
|
invalid_properties
|
|
@@ -87,9 +121,15 @@ module Lob
|
|
|
87
121
|
# Check to see if the all the properties in the model are valid
|
|
88
122
|
# @return true if the model is valid
|
|
89
123
|
def valid?
|
|
90
|
-
return false if @amounts.nil?
|
|
91
|
-
return false if
|
|
92
|
-
|
|
124
|
+
return false if @amounts.nil? && @descriptor_code.nil?
|
|
125
|
+
return false if !@amounts.nil? && !@descriptor_code.nil?
|
|
126
|
+
if !@amounts.nil?
|
|
127
|
+
return false if @amounts.length > 2
|
|
128
|
+
return false if @amounts.length < 2
|
|
129
|
+
end
|
|
130
|
+
if !@descriptor_code.nil?
|
|
131
|
+
return false if @descriptor_code !~ Regexp.new(/^SM[a-zA-Z0-9]{4}$/)
|
|
132
|
+
end
|
|
93
133
|
true
|
|
94
134
|
end
|
|
95
135
|
|
|
@@ -111,12 +151,28 @@ module Lob
|
|
|
111
151
|
@amounts = amounts
|
|
112
152
|
end
|
|
113
153
|
|
|
154
|
+
# Custom attribute writer method with validation
|
|
155
|
+
# @param [Object] descriptor_code Value to be assigned
|
|
156
|
+
def descriptor_code=(descriptor_code)
|
|
157
|
+
if descriptor_code.nil?
|
|
158
|
+
fail ArgumentError, 'descriptor_code cannot be nil'
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
pattern = Regexp.new(/^SM[a-zA-Z0-9]{4}$/)
|
|
162
|
+
if descriptor_code !~ pattern
|
|
163
|
+
fail ArgumentError, "invalid value for \"descriptor_code\", must conform to the pattern #{pattern}."
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
@descriptor_code = descriptor_code
|
|
167
|
+
end
|
|
168
|
+
|
|
114
169
|
# Checks equality by comparing each attribute.
|
|
115
170
|
# @param [Object] Object to be compared
|
|
116
171
|
def ==(o)
|
|
117
172
|
return true if self.equal?(o)
|
|
118
173
|
self.class == o.class &&
|
|
119
|
-
amounts == o.amounts
|
|
174
|
+
amounts == o.amounts &&
|
|
175
|
+
descriptor_code == o.descriptor_code
|
|
120
176
|
end
|
|
121
177
|
|
|
122
178
|
# @see the `==` method
|
|
@@ -128,7 +184,7 @@ module Lob
|
|
|
128
184
|
# Calculates hash code according to all attributes.
|
|
129
185
|
# @return [Integer] Hash code
|
|
130
186
|
def hash
|
|
131
|
-
[amounts].hash
|
|
187
|
+
[amounts, descriptor_code].hash
|
|
132
188
|
end
|
|
133
189
|
|
|
134
190
|
|
|
@@ -402,7 +402,7 @@ module Lob
|
|
|
402
402
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
|
403
403
|
end
|
|
404
404
|
|
|
405
|
-
pattern = Regexp.new(/^https:\/\/
|
|
405
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
406
406
|
if @url !~ pattern
|
|
407
407
|
invalid_properties.push("invalid value for \"url\", must conform to the pattern #{pattern}.")
|
|
408
408
|
end
|
|
@@ -447,7 +447,7 @@ module Lob
|
|
|
447
447
|
return false if !@check_bottom_template_version_id.nil? && @check_bottom_template_version_id !~ Regexp.new(/^vrsn_[a-zA-Z0-9]+$/)
|
|
448
448
|
return false if !@attachment_template_version_id.nil? && @attachment_template_version_id !~ Regexp.new(/^vrsn_[a-zA-Z0-9]+$/)
|
|
449
449
|
return false if @url.nil?
|
|
450
|
-
return false if @url !~ Regexp.new(/^https:\/\/
|
|
450
|
+
return false if @url !~ Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
451
451
|
return false if @carrier.nil?
|
|
452
452
|
carrier_validator = EnumAttributeValidator.new('String', ["USPS"])
|
|
453
453
|
return false unless carrier_validator.valid?(@carrier)
|
|
@@ -605,7 +605,7 @@ module Lob
|
|
|
605
605
|
fail ArgumentError, 'url cannot be nil'
|
|
606
606
|
end
|
|
607
607
|
|
|
608
|
-
pattern = Regexp.new(/^https:\/\/
|
|
608
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
609
609
|
if url !~ pattern
|
|
610
610
|
fail ArgumentError, "invalid value for \"url\", must conform to the pattern #{pattern}."
|
|
611
611
|
end
|
|
File without changes
|
|
@@ -42,10 +42,10 @@ module Lob
|
|
|
42
42
|
|
|
43
43
|
attr_accessor :address_city
|
|
44
44
|
|
|
45
|
-
#
|
|
45
|
+
# Must be no longer than 200 characters.
|
|
46
46
|
attr_accessor :address_state
|
|
47
47
|
|
|
48
|
-
# Must
|
|
48
|
+
# Must be no longer than 40 characters.
|
|
49
49
|
attr_accessor :address_zip
|
|
50
50
|
|
|
51
51
|
attr_accessor :address_country
|
|
@@ -294,13 +294,12 @@ module Lob
|
|
|
294
294
|
invalid_properties.push('invalid value for "address_city", the character length must be smaller than or equal to 200.')
|
|
295
295
|
end
|
|
296
296
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
invalid_properties.push("invalid value for \"address_state\", must conform to the pattern #{pattern}.")
|
|
297
|
+
if !@address_state.nil? && @address_state.to_s.length > 200
|
|
298
|
+
invalid_properties.push('invalid value for "address_state", the character length must be smaller than or equal to 200.')
|
|
300
299
|
end
|
|
301
300
|
|
|
302
|
-
if !@address_zip.nil? && @address_zip.to_s.length >
|
|
303
|
-
invalid_properties.push('invalid value for "address_zip", the character length must be smaller than or equal to
|
|
301
|
+
if !@address_zip.nil? && @address_zip.to_s.length > 40
|
|
302
|
+
invalid_properties.push('invalid value for "address_zip", the character length must be smaller than or equal to 40.')
|
|
304
303
|
end
|
|
305
304
|
|
|
306
305
|
invalid_properties
|
|
@@ -318,8 +317,8 @@ module Lob
|
|
|
318
317
|
return false if !@address_line1.nil? && @address_line1.to_s.length > 64
|
|
319
318
|
return false if !@address_line2.nil? && @address_line2.to_s.length > 64
|
|
320
319
|
return false if !@address_city.nil? && @address_city.to_s.length > 200
|
|
321
|
-
return false if !@address_state.nil? && @address_state
|
|
322
|
-
return false if !@address_zip.nil? && @address_zip.to_s.length >
|
|
320
|
+
return false if !@address_state.nil? && @address_state.to_s.length > 200
|
|
321
|
+
return false if !@address_zip.nil? && @address_zip.to_s.length > 40
|
|
323
322
|
object_validator = EnumAttributeValidator.new('String', ["address"])
|
|
324
323
|
return false unless object_validator.valid?(@object)
|
|
325
324
|
true
|
|
@@ -425,9 +424,8 @@ module Lob
|
|
|
425
424
|
# Custom attribute writer method with validation
|
|
426
425
|
# @param [Object] address_state Value to be assigned
|
|
427
426
|
def address_state=(address_state)
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
fail ArgumentError, "invalid value for \"address_state\", must conform to the pattern #{pattern}."
|
|
427
|
+
if !address_state.nil? && address_state.to_s.length > 200
|
|
428
|
+
fail ArgumentError, 'invalid value for "address_state", the character length must be smaller than or equal to 200.'
|
|
431
429
|
end
|
|
432
430
|
|
|
433
431
|
@address_state = address_state
|
|
@@ -436,8 +434,8 @@ module Lob
|
|
|
436
434
|
# Custom attribute writer method with validation
|
|
437
435
|
# @param [Object] address_zip Value to be assigned
|
|
438
436
|
def address_zip=(address_zip)
|
|
439
|
-
if !address_zip.nil? && address_zip.to_s.length >
|
|
440
|
-
fail ArgumentError, 'invalid value for "address_zip", the character length must be smaller than or equal to
|
|
437
|
+
if !address_zip.nil? && address_zip.to_s.length > 40
|
|
438
|
+
fail ArgumentError, 'invalid value for "address_zip", the character length must be smaller than or equal to 40.'
|
|
441
439
|
end
|
|
442
440
|
|
|
443
441
|
@address_zip = address_zip
|
|
File without changes
|
|
@@ -67,7 +67,7 @@ module Lob
|
|
|
67
67
|
# The tracking number, if applicable, will appear here when it becomes available. Dummy tracking numbers are not created in test mode.
|
|
68
68
|
attr_accessor :tracking_number
|
|
69
69
|
|
|
70
|
-
#
|
|
70
|
+
# An array of tracking_event objects ordered by ascending `time`. Will not be populated for letters created in test mode.
|
|
71
71
|
attr_accessor :tracking_events
|
|
72
72
|
|
|
73
73
|
# Specifies the address the return envelope will be sent back to. This is an optional argument that is available if an account is signed up for the return envelope tracking beta, and has `return_envelope`, and `perforated_page` fields populated in the API request.
|
|
@@ -401,7 +401,7 @@ module Lob
|
|
|
401
401
|
invalid_properties.push("invalid value for \"template_version_id\", must conform to the pattern #{pattern}.")
|
|
402
402
|
end
|
|
403
403
|
|
|
404
|
-
pattern = Regexp.new(/^https:\/\/
|
|
404
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
405
405
|
if !@url.nil? && @url !~ pattern
|
|
406
406
|
invalid_properties.push("invalid value for \"url\", must conform to the pattern #{pattern}.")
|
|
407
407
|
end
|
|
@@ -414,10 +414,6 @@ module Lob
|
|
|
414
414
|
invalid_properties.push('invalid value for "description", the character length must be smaller than or equal to 255.')
|
|
415
415
|
end
|
|
416
416
|
|
|
417
|
-
if !@tracking_events.nil? && @tracking_events.length > 0
|
|
418
|
-
invalid_properties.push('invalid value for "tracking_events", number of items must be less than or equal to 0.')
|
|
419
|
-
end
|
|
420
|
-
|
|
421
417
|
invalid_properties
|
|
422
418
|
end
|
|
423
419
|
|
|
@@ -434,12 +430,11 @@ module Lob
|
|
|
434
430
|
return false if @id !~ Regexp.new(/^ltr_[a-zA-Z0-9]+$/)
|
|
435
431
|
return false if !@template_id.nil? && @template_id !~ Regexp.new(/^tmpl_[a-zA-Z0-9]+$/)
|
|
436
432
|
return false if !@template_version_id.nil? && @template_version_id !~ Regexp.new(/^vrsn_[a-zA-Z0-9]+$/)
|
|
437
|
-
return false if !@url.nil? && @url !~ Regexp.new(/^https:\/\/
|
|
433
|
+
return false if !@url.nil? && @url !~ Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
438
434
|
return false if @object.nil?
|
|
439
435
|
object_validator = EnumAttributeValidator.new('String', ["letter"])
|
|
440
436
|
return false unless object_validator.valid?(@object)
|
|
441
437
|
return false if !@description.nil? && @description.to_s.length > 255
|
|
442
|
-
return false if !@tracking_events.nil? && @tracking_events.length > 0
|
|
443
438
|
address_placement_validator = EnumAttributeValidator.new('String', ["top_first_page", "insert_blank_page", "bottom_first_page_center", "bottom_first_page"])
|
|
444
439
|
return false unless address_placement_validator.valid?(@address_placement)
|
|
445
440
|
true
|
|
@@ -495,7 +490,7 @@ module Lob
|
|
|
495
490
|
# Custom attribute writer method with validation
|
|
496
491
|
# @param [Object] url Value to be assigned
|
|
497
492
|
def url=(url)
|
|
498
|
-
pattern = Regexp.new(/^https:\/\/
|
|
493
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
499
494
|
if !url.nil? && url !~ pattern
|
|
500
495
|
fail ArgumentError, "invalid value for \"url\", must conform to the pattern #{pattern}."
|
|
501
496
|
end
|
|
@@ -535,16 +530,6 @@ module Lob
|
|
|
535
530
|
@merge_variables = merge_variables
|
|
536
531
|
end
|
|
537
532
|
|
|
538
|
-
# Custom attribute writer method with validation
|
|
539
|
-
# @param [Object] tracking_events Value to be assigned
|
|
540
|
-
def tracking_events=(tracking_events)
|
|
541
|
-
if !tracking_events.nil? && tracking_events.length > 0
|
|
542
|
-
fail ArgumentError, 'invalid value for "tracking_events", number of items must be less than or equal to 0.'
|
|
543
|
-
end
|
|
544
|
-
|
|
545
|
-
@tracking_events = tracking_events
|
|
546
|
-
end
|
|
547
|
-
|
|
548
533
|
# Custom attribute writer method checking allowed values (enum).
|
|
549
534
|
# @param [Object] address_placement Object to be assigned
|
|
550
535
|
def address_placement=(address_placement)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Lob
|
|
3
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/)?
|
|
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
5
|
|
|
6
6
|
The version of the OpenAPI document: 1.3.0
|
|
7
7
|
Contact: lob-openapi@lob.com
|
|
@@ -18,13 +18,13 @@ module Lob
|
|
|
18
18
|
# The intended recipient, typically a person's or firm's name.
|
|
19
19
|
attr_accessor :recipient
|
|
20
20
|
|
|
21
|
-
# The primary delivery line (usually the street address) of the address. Combination of the following applicable `components`: * `primary_number` * `street_predirection` * `street_name` * `street_suffix` * `street_postdirection` * `secondary_designator` * `secondary_number` * `pmb_designator` * `pmb_number`
|
|
21
|
+
# The primary delivery line (usually the street address) of the address. Combination of the following applicable `components`: * `primary_number` * `street_predirection` * `street_name` * `street_suffix` * `street_postdirection` * `secondary_designator` * `secondary_number` * `pmb_designator` * `pmb_number`
|
|
22
22
|
attr_accessor :primary_line
|
|
23
23
|
|
|
24
|
-
# The secondary delivery line of the address. This field is typically empty but may contain information if `primary_line` is too long.
|
|
24
|
+
# The secondary delivery line of the address. This field is typically empty but may contain information if `primary_line` is too long.
|
|
25
25
|
attr_accessor :secondary_line
|
|
26
26
|
|
|
27
|
-
# Only present for addresses in Puerto Rico. An urbanization refers to an area, sector, or development within a city. See [USPS documentation](https://pe.usps.com/text/pub28/28api_008.htm#:~:text=I51.,-4%20Urbanizations&text=In%20Puerto%20Rico%2C%20identical%20street,placed%20before%20the%20urbanization%20name.) for clarification.
|
|
27
|
+
# Only present for addresses in Puerto Rico. An urbanization refers to an area, sector, or development within a city. See [USPS documentation](https://pe.usps.com/text/pub28/28api_008.htm#:~:text=I51.,-4%20Urbanizations&text=In%20Puerto%20Rico%2C%20identical%20street,placed%20before%20the%20urbanization%20name.) for clarification.
|
|
28
28
|
attr_accessor :urbanization
|
|
29
29
|
|
|
30
30
|
attr_accessor :city
|
|
@@ -35,7 +35,7 @@ module Lob
|
|
|
35
35
|
# Required if `city` and `state` are not passed in. If included, must be formatted as a US ZIP or ZIP+4 (e.g. `94107`, `941072282`, `94107-2282`).
|
|
36
36
|
attr_accessor :zip_code
|
|
37
37
|
|
|
38
|
-
# ID that is returned in the response body for the verification
|
|
38
|
+
# ID that is returned in the response body for the verification
|
|
39
39
|
attr_accessor :transient_id
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -334,7 +334,7 @@ module Lob
|
|
|
334
334
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
|
335
335
|
end
|
|
336
336
|
|
|
337
|
-
pattern = Regexp.new(/^https:\/\/
|
|
337
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
338
338
|
if @url !~ pattern
|
|
339
339
|
invalid_properties.push("invalid value for \"url\", must conform to the pattern #{pattern}.")
|
|
340
340
|
end
|
|
@@ -360,7 +360,7 @@ module Lob
|
|
|
360
360
|
object_validator = EnumAttributeValidator.new('String', ["postcard"])
|
|
361
361
|
return false unless object_validator.valid?(@object)
|
|
362
362
|
return false if @url.nil?
|
|
363
|
-
return false if @url !~ Regexp.new(/^https:\/\/
|
|
363
|
+
return false if @url !~ Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
364
364
|
return false if !@description.nil? && @description.to_s.length > 255
|
|
365
365
|
true
|
|
366
366
|
end
|
|
@@ -451,7 +451,7 @@ module Lob
|
|
|
451
451
|
fail ArgumentError, 'url cannot be nil'
|
|
452
452
|
end
|
|
453
453
|
|
|
454
|
-
pattern = Regexp.new(/^https:\/\/
|
|
454
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
455
455
|
if url !~ pattern
|
|
456
456
|
fail ArgumentError, "invalid value for \"url\", must conform to the pattern #{pattern}."
|
|
457
457
|
end
|
|
@@ -284,7 +284,7 @@ module Lob
|
|
|
284
284
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
|
285
285
|
end
|
|
286
286
|
|
|
287
|
-
pattern = Regexp.new(/^https:\/\/
|
|
287
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
288
288
|
if @url !~ pattern
|
|
289
289
|
invalid_properties.push("invalid value for \"url\", must conform to the pattern #{pattern}.")
|
|
290
290
|
end
|
|
@@ -305,7 +305,7 @@ module Lob
|
|
|
305
305
|
object_validator = EnumAttributeValidator.new('String', ["self_mailer"])
|
|
306
306
|
return false unless object_validator.valid?(@object)
|
|
307
307
|
return false if @url.nil?
|
|
308
|
-
return false if @url !~ Regexp.new(/^https:\/\/
|
|
308
|
+
return false if @url !~ Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
309
309
|
true
|
|
310
310
|
end
|
|
311
311
|
|
|
@@ -407,7 +407,7 @@ module Lob
|
|
|
407
407
|
fail ArgumentError, 'url cannot be nil'
|
|
408
408
|
end
|
|
409
409
|
|
|
410
|
-
pattern = Regexp.new(/^https:\/\/
|
|
410
|
+
pattern = Regexp.new(/^https:\/\/lob-assets.com\/(letters|postcards|bank-accounts|checks|self-mailers|cards)\/[a-z]{3,4}_[a-z0-9]{15,16}(_signature)?(\.pdf|_thumb_[a-z]+_[0-9]+\.png|\.png)\?(version=[a-z0-9]*&)expires=[0-9]{10}&signature=[a-zA-Z0-9_-]+/)
|
|
411
411
|
if url !~ pattern
|
|
412
412
|
fail ArgumentError, "invalid value for \"url\", must conform to the pattern #{pattern}."
|
|
413
413
|
end
|
|
@@ -18,6 +18,7 @@ module Lob
|
|
|
18
18
|
N6X18_BIFOLD = "6x18_bifold".freeze
|
|
19
19
|
N11X9_BIFOLD = "11x9_bifold".freeze
|
|
20
20
|
N12X9_BIFOLD = "12x9_bifold".freeze
|
|
21
|
+
N17_75X9_TRIFOLD = "17.75x9_trifold".freeze
|
|
21
22
|
|
|
22
23
|
# Builds the enum from string
|
|
23
24
|
# @param [String] The enum value in the form of the string
|