import * as actions from "./actions" import * as triggers from "./triggers" import { defineAccount } from "../../automation/integrations" /** Declares a named Square seller account binding for an automation. */ export const squareAccount = defineAccount("square") /** Named callable map keeps declaration emit on public action and trigger types. */ type SquareCallables = { readonly acceptDispute: typeof actions.acceptSquareDispute readonly accumulateLoyaltyPoints: typeof actions.accumulateSquareLoyaltyPoints readonly addGroupToCustomer: typeof actions.addSquareGroupToCustomer readonly adjustLoyaltyPoints: typeof actions.adjustSquareLoyaltyPoints readonly batchChangeInventory: typeof actions.batchChangeSquareInventory readonly batchDeleteCatalogObjects: typeof actions.batchSquareDeleteCatalogObjects readonly batchRetrieveCatalogObjects: typeof actions.batchRetrieveSquareCatalogObjects readonly batchRetrieveInventoryChanges: typeof actions.batchRetrieveSquareInventoryChanges readonly batchRetrieveInventoryCounts: typeof actions.batchRetrieveSquareInventoryCounts readonly batchRetrieveOrders: typeof actions.batchRetrieveSquareOrders readonly batchUpsertCatalogObjects: typeof actions.batchSquareUpsertCatalogObjects readonly bulkCreateCustomers: typeof actions.bulkCreateSquareCustomers readonly bulkCreateTeamMembers: typeof actions.bulkCreateSquareTeamMembers readonly bulkCreateVendors: typeof actions.bulkCreateSquareVendors readonly bulkDeleteBookingCustomAttributes: typeof actions.bulkDeleteSquareBookingCustomAttributes readonly bulkDeleteCustomers: typeof actions.bulkDeleteSquareCustomers readonly bulkDeleteLocationCustomAttributes: typeof actions.bulkDeleteSquareLocationCustomAttributes readonly bulkDeleteMerchantCustomAttributes: typeof actions.bulkDeleteSquareMerchantCustomAttributes readonly bulkDeleteOrderCustomAttributes: typeof actions.bulkDeleteSquareOrderCustomAttributes readonly bulkPublishScheduledShifts: typeof actions.bulkSquarePublishScheduledShifts readonly bulkRetrieveBookings: typeof actions.bulkRetrieveSquareBookings readonly bulkRetrieveChannels: typeof actions.bulkRetrieveSquareChannels readonly bulkRetrieveCustomers: typeof actions.bulkRetrieveSquareCustomers readonly bulkRetrieveTeamMemberBookingProfiles: typeof actions.bulkRetrieveSquareTeamMemberBookingProfiles readonly bulkRetrieveVendors: typeof actions.bulkRetrieveSquareVendors readonly bulkSwapPlan: typeof actions.bulkSquareSwapPlan readonly bulkUpdateCustomers: typeof actions.bulkUpdateSquareCustomers readonly bulkUpdateTeamMembers: typeof actions.bulkUpdateSquareTeamMembers readonly bulkUpdateVendors: typeof actions.bulkUpdateSquareVendors readonly bulkUpsertBookingCustomAttributes: typeof actions.bulkUpsertSquareBookingCustomAttributes readonly bulkUpsertCustomerCustomAttributes: typeof actions.bulkUpsertSquareCustomerCustomAttributes readonly bulkUpsertLocationCustomAttributes: typeof actions.bulkUpsertSquareLocationCustomAttributes readonly bulkUpsertMerchantCustomAttributes: typeof actions.bulkUpsertSquareMerchantCustomAttributes readonly bulkUpsertOrderCustomAttributes: typeof actions.bulkUpsertSquareOrderCustomAttributes readonly calculateLoyaltyPoints: typeof actions.calculateSquareLoyaltyPoints readonly calculateOrder: typeof actions.calculateSquareOrder readonly cancelBooking: typeof actions.cancelSquareBooking readonly cancelInvoice: typeof actions.cancelSquareInvoice readonly cancelLoyaltyPromotion: typeof actions.cancelSquareLoyaltyPromotion readonly cancelPayment: typeof actions.cancelSquarePayment readonly cancelPaymentByIdempotencyKey: typeof actions.cancelSquarePaymentByIdempotencyKey readonly cancelSubscription: typeof actions.cancelSquareSubscription readonly cancelTerminalAction: typeof actions.cancelSquareTerminalAction readonly cancelTerminalCheckout: typeof actions.cancelSquareTerminalCheckout readonly cancelTerminalRefund: typeof actions.cancelSquareTerminalRefund readonly cancelTransferOrder: typeof actions.cancelSquareTransferOrder readonly catalogInfo: typeof actions.getSquareCatalogInfo readonly changeBillingAnchorDate: typeof actions.changeSquareBillingAnchorDate readonly cloneOrder: typeof actions.cloneSquareOrder readonly completePayment: typeof actions.completeSquarePayment readonly createBankAccount: typeof actions.createSquareBankAccount readonly createBooking: typeof actions.createSquareBooking readonly createBookingCustomAttributeDefinition: typeof actions.createSquareBookingCustomAttributeDefinition readonly createBreakType: typeof actions.createSquareBreakType readonly createCard: typeof actions.createSquareCard readonly createCatalogImage: typeof actions.createSquareCatalogImage readonly createCustomer: typeof actions.createSquareCustomer readonly createCustomerCustomAttributeDefinition: typeof actions.createSquareCustomerCustomAttributeDefinition readonly createCustomerGroup: typeof actions.createSquareCustomerGroup readonly createDeviceCode: typeof actions.createSquareDeviceCode readonly createDisputeEvidenceFile: typeof actions.createSquareDisputeEvidenceFile readonly createDisputeEvidenceText: typeof actions.createSquareDisputeEvidenceText readonly createGiftCard: typeof actions.createSquareGiftCard readonly createGiftCardActivity: typeof actions.createSquareGiftCardActivity readonly createInventoryAdjustmentReason: typeof actions.createSquareInventoryAdjustmentReason readonly createInvoice: typeof actions.createSquareInvoice readonly createInvoiceAttachment: typeof actions.createSquareInvoiceAttachment readonly createJob: typeof actions.createSquareJob readonly createLocation: typeof actions.createSquareLocation readonly createLocationCustomAttributeDefinition: typeof actions.createSquareLocationCustomAttributeDefinition readonly createLoyaltyAccount: typeof actions.createSquareLoyaltyAccount readonly createLoyaltyPromotion: typeof actions.createSquareLoyaltyPromotion readonly createLoyaltyReward: typeof actions.createSquareLoyaltyReward readonly createMerchantCustomAttributeDefinition: typeof actions.createSquareMerchantCustomAttributeDefinition readonly createOrder: typeof actions.createSquareOrder readonly createOrderCustomAttributeDefinition: typeof actions.createSquareOrderCustomAttributeDefinition readonly createPayment: typeof actions.createSquarePayment readonly createPaymentLink: typeof actions.createSquarePaymentLink readonly createScheduledShift: typeof actions.createSquareScheduledShift readonly createSubscription: typeof actions.createSquareSubscription readonly createTeamMember: typeof actions.createSquareTeamMember readonly createTerminalAction: typeof actions.createSquareTerminalAction readonly createTerminalCheckout: typeof actions.createSquareTerminalCheckout readonly createTerminalRefund: typeof actions.createSquareTerminalRefund readonly createTimecard: typeof actions.createSquareTimecard readonly createTransferOrder: typeof actions.createSquareTransferOrder readonly createVendor: typeof actions.createSquareVendor readonly deleteBookingCustomAttribute: typeof actions.deleteSquareBookingCustomAttribute readonly deleteBookingCustomAttributeDefinition: typeof actions.deleteSquareBookingCustomAttributeDefinition readonly deleteBreakType: typeof actions.deleteSquareBreakType readonly deleteCatalogObject: typeof actions.deleteSquareCatalogObject readonly deleteCustomer: typeof actions.deleteSquareCustomer readonly deleteCustomerCustomAttribute: typeof actions.deleteSquareCustomerCustomAttribute readonly deleteCustomerCustomAttributeDefinition: typeof actions.deleteSquareCustomerCustomAttributeDefinition readonly deleteCustomerGroup: typeof actions.deleteSquareCustomerGroup readonly deleteDisputeEvidence: typeof actions.deleteSquareDisputeEvidence readonly deleteInventoryAdjustmentReason: typeof actions.deleteSquareInventoryAdjustmentReason readonly deleteInvoice: typeof actions.deleteSquareInvoice readonly deleteInvoiceAttachment: typeof actions.deleteSquareInvoiceAttachment readonly deleteLocationCustomAttribute: typeof actions.deleteSquareLocationCustomAttribute readonly deleteLocationCustomAttributeDefinition: typeof actions.deleteSquareLocationCustomAttributeDefinition readonly deleteLoyaltyReward: typeof actions.deleteSquareLoyaltyReward readonly deleteMerchantCustomAttribute: typeof actions.deleteSquareMerchantCustomAttribute readonly deleteMerchantCustomAttributeDefinition: typeof actions.deleteSquareMerchantCustomAttributeDefinition readonly deleteOrderCustomAttribute: typeof actions.deleteSquareOrderCustomAttribute readonly deleteOrderCustomAttributeDefinition: typeof actions.deleteSquareOrderCustomAttributeDefinition readonly deletePaymentLink: typeof actions.deleteSquarePaymentLink readonly deleteSnippet: typeof actions.deleteSquareSnippet readonly deleteSubscriptionAction: typeof actions.deleteSquareSubscriptionAction readonly deleteTimecard: typeof actions.deleteSquareTimecard readonly deleteTransferOrder: typeof actions.deleteSquareTransferOrder readonly disableBankAccount: typeof actions.disableSquareBankAccount readonly disableCard: typeof actions.disableSquareCard readonly dismissTerminalAction: typeof actions.dismissSquareTerminalAction readonly dismissTerminalCheckout: typeof actions.dismissSquareTerminalCheckout readonly dismissTerminalRefund: typeof actions.dismissSquareTerminalRefund readonly getBankAccount: typeof actions.getSquareBankAccount readonly getBankAccountByV1Id: typeof actions.getSquareBankAccountByV1Id readonly getBreakType: typeof actions.getSquareBreakType readonly getDevice: typeof actions.getSquareDevice readonly getDeviceCode: typeof actions.getSquareDeviceCode readonly getInvoice: typeof actions.getSquareInvoice readonly getPayment: typeof actions.getSquarePayment readonly getPaymentRefund: typeof actions.getSquarePaymentRefund readonly getPayout: typeof actions.getSquarePayout readonly getReportingMetadata: typeof actions.getSquareReportingMetadata readonly getTeamMemberWage: typeof actions.getSquareTeamMemberWage readonly getTerminalAction: typeof actions.getSquareTerminalAction readonly getTerminalCheckout: typeof actions.getSquareTerminalCheckout readonly getTerminalRefund: typeof actions.getSquareTerminalRefund readonly linkCustomerToGiftCard: typeof actions.linkSquareCustomerToGiftCard readonly listBankAccounts: typeof actions.listSquareBankAccounts readonly listBookingCustomAttributeDefinitions: typeof actions.listSquareBookingCustomAttributeDefinitions readonly listBookingCustomAttributes: typeof actions.listSquareBookingCustomAttributes readonly listBookings: typeof actions.listSquareBookings readonly listBreakTypes: typeof actions.listSquareBreakTypes readonly listCards: typeof actions.listSquareCards readonly listCashDrawerShiftEvents: typeof actions.listSquareCashDrawerShiftEvents readonly listCashDrawerShifts: typeof actions.listSquareCashDrawerShifts readonly listCatalog: typeof actions.listSquareCatalog readonly listChannels: typeof actions.listSquareChannels readonly listCustomerCustomAttributeDefinitions: typeof actions.listSquareCustomerCustomAttributeDefinitions readonly listCustomerCustomAttributes: typeof actions.listSquareCustomerCustomAttributes readonly listCustomerGroups: typeof actions.listSquareCustomerGroups readonly listCustomers: typeof actions.listSquareCustomers readonly listCustomerSegments: typeof actions.listSquareCustomerSegments readonly listDeviceCodes: typeof actions.listSquareDeviceCodes readonly listDevices: typeof actions.listSquareDevices readonly listDisputeEvidence: typeof actions.listSquareDisputeEvidence readonly listDisputes: typeof actions.listSquareDisputes readonly listGiftCardActivities: typeof actions.listSquareGiftCardActivities readonly listGiftCards: typeof actions.listSquareGiftCards readonly listInventoryAdjustmentReasons: typeof actions.listSquareInventoryAdjustmentReasons readonly listInvoices: typeof actions.listSquareInvoices readonly listJobs: typeof actions.listSquareJobs readonly listLocationBookingProfiles: typeof actions.listSquareLocationBookingProfiles readonly listLocationCustomAttributeDefinitions: typeof actions.listSquareLocationCustomAttributeDefinitions readonly listLocationCustomAttributes: typeof actions.listSquareLocationCustomAttributes readonly listLocations: typeof actions.listSquareLocations readonly listLoyaltyPromotions: typeof actions.listSquareLoyaltyPromotions readonly listMerchantCustomAttributeDefinitions: typeof actions.listSquareMerchantCustomAttributeDefinitions readonly listMerchantCustomAttributes: typeof actions.listSquareMerchantCustomAttributes readonly listMerchants: typeof actions.listSquareMerchants readonly listOrderCustomAttributeDefinitions: typeof actions.listSquareOrderCustomAttributeDefinitions readonly listOrderCustomAttributes: typeof actions.listSquareOrderCustomAttributes readonly listPaymentLinks: typeof actions.listSquarePaymentLinks readonly listPaymentRefunds: typeof actions.listSquarePaymentRefunds readonly listPayments: typeof actions.listSquarePayments readonly listPayoutEntries: typeof actions.listSquarePayoutEntries readonly listPayouts: typeof actions.listSquarePayouts readonly listSites: typeof actions.listSquareSites readonly listSubscriptionEvents: typeof actions.listSquareSubscriptionEvents readonly listTeamMemberBookingProfiles: typeof actions.listSquareTeamMemberBookingProfiles readonly listTeamMemberWages: typeof actions.listSquareTeamMemberWages readonly listWorkweekConfigs: typeof actions.listSquareWorkweekConfigs readonly loadReport: typeof actions.loadSquareReport readonly pauseSubscription: typeof actions.pauseSquareSubscription readonly payOrder: typeof actions.paySquareOrder readonly publishInvoice: typeof actions.publishSquareInvoice readonly publishScheduledShift: typeof actions.publishSquareScheduledShift readonly receiveTransferOrder: typeof actions.receiveSquareTransferOrder readonly redeemLoyaltyReward: typeof actions.redeemSquareLoyaltyReward readonly refundPayment: typeof actions.refundSquarePayment readonly registerDomain: typeof actions.registerSquareDomain readonly removeGroupFromCustomer: typeof actions.removeSquareGroupFromCustomer readonly restoreInventoryAdjustmentReason: typeof actions.restoreSquareInventoryAdjustmentReason readonly resumeSubscription: typeof actions.resumeSquareSubscription readonly retrieveBooking: typeof actions.retrieveSquareBooking readonly retrieveBookingCustomAttribute: typeof actions.retrieveSquareBookingCustomAttribute readonly retrieveBookingCustomAttributeDefinition: typeof actions.retrieveSquareBookingCustomAttributeDefinition readonly retrieveBusinessBookingProfile: typeof actions.retrieveSquareBusinessBookingProfile readonly retrieveCard: typeof actions.retrieveSquareCard readonly retrieveCashDrawerShift: typeof actions.retrieveSquareCashDrawerShift readonly retrieveCatalogObject: typeof actions.retrieveSquareCatalogObject readonly retrieveChannel: typeof actions.retrieveSquareChannel readonly retrieveCustomer: typeof actions.retrieveSquareCustomer readonly retrieveCustomerCustomAttribute: typeof actions.retrieveSquareCustomerCustomAttribute readonly retrieveCustomerCustomAttributeDefinition: typeof actions.retrieveSquareCustomerCustomAttributeDefinition readonly retrieveCustomerGroup: typeof actions.retrieveSquareCustomerGroup readonly retrieveCustomerSegment: typeof actions.retrieveSquareCustomerSegment readonly retrieveDispute: typeof actions.retrieveSquareDispute readonly retrieveDisputeEvidence: typeof actions.retrieveSquareDisputeEvidence readonly retrieveGiftCard: typeof actions.retrieveSquareGiftCard readonly retrieveGiftCardFromGAN: typeof actions.retrieveSquareGiftCardFromGAN readonly retrieveGiftCardFromNonce: typeof actions.retrieveSquareGiftCardFromNonce readonly retrieveInventoryAdjustment: typeof actions.retrieveSquareInventoryAdjustment readonly retrieveInventoryAdjustmentReason: typeof actions.retrieveSquareInventoryAdjustmentReason readonly retrieveInventoryCount: typeof actions.retrieveSquareInventoryCount readonly retrieveInventoryPhysicalCount: typeof actions.retrieveSquareInventoryPhysicalCount readonly retrieveJob: typeof actions.retrieveSquareJob readonly retrieveLocation: typeof actions.retrieveSquareLocation readonly retrieveLocationBookingProfile: typeof actions.retrieveSquareLocationBookingProfile readonly retrieveLocationCustomAttribute: typeof actions.retrieveSquareLocationCustomAttribute readonly retrieveLocationCustomAttributeDefinition: typeof actions.retrieveSquareLocationCustomAttributeDefinition readonly retrieveLocationSettings: typeof actions.retrieveSquareLocationSettings readonly retrieveLoyaltyAccount: typeof actions.retrieveSquareLoyaltyAccount readonly retrieveLoyaltyProgram: typeof actions.retrieveSquareLoyaltyProgram readonly retrieveLoyaltyPromotion: typeof actions.retrieveSquareLoyaltyPromotion readonly retrieveLoyaltyReward: typeof actions.retrieveSquareLoyaltyReward readonly retrieveMerchant: typeof actions.retrieveSquareMerchant readonly retrieveMerchantCustomAttribute: typeof actions.retrieveSquareMerchantCustomAttribute readonly retrieveMerchantCustomAttributeDefinition: typeof actions.retrieveSquareMerchantCustomAttributeDefinition readonly retrieveMerchantSettings: typeof actions.retrieveSquareMerchantSettings readonly retrieveOrder: typeof actions.retrieveSquareOrder readonly retrieveOrderCustomAttribute: typeof actions.retrieveSquareOrderCustomAttribute readonly retrieveOrderCustomAttributeDefinition: typeof actions.retrieveSquareOrderCustomAttributeDefinition readonly retrievePaymentLink: typeof actions.retrieveSquarePaymentLink readonly retrieveScheduledShift: typeof actions.retrieveSquareScheduledShift readonly retrieveSnippet: typeof actions.retrieveSquareSnippet readonly retrieveSubscription: typeof actions.retrieveSquareSubscription readonly retrieveTeamMember: typeof actions.retrieveSquareTeamMember readonly retrieveTeamMemberBookingProfile: typeof actions.retrieveSquareTeamMemberBookingProfile readonly retrieveTimecard: typeof actions.retrieveSquareTimecard readonly retrieveTransferOrder: typeof actions.retrieveSquareTransferOrder readonly retrieveVendor: typeof actions.retrieveSquareVendor readonly retrieveWageSetting: typeof actions.retrieveSquareWageSetting readonly searchAvailability: typeof actions.searchSquareAvailability readonly searchCatalogItems: typeof actions.searchSquareCatalogItems readonly searchCatalogObjects: typeof actions.searchSquareCatalogObjects readonly searchCustomers: typeof actions.searchSquareCustomers readonly searchInvoices: typeof actions.searchSquareInvoices readonly searchLoyaltyAccounts: typeof actions.searchSquareLoyaltyAccounts readonly searchLoyaltyEvents: typeof actions.searchSquareLoyaltyEvents readonly searchLoyaltyRewards: typeof actions.searchSquareLoyaltyRewards readonly searchOrders: typeof actions.searchSquareOrders readonly searchScheduledShifts: typeof actions.searchSquareScheduledShifts readonly searchSubscriptions: typeof actions.searchSquareSubscriptions readonly searchTeamMembers: typeof actions.searchSquareTeamMembers readonly searchTerminalActions: typeof actions.searchSquareTerminalActions readonly searchTerminalCheckouts: typeof actions.searchSquareTerminalCheckouts readonly searchTerminalRefunds: typeof actions.searchSquareTerminalRefunds readonly searchTimecards: typeof actions.searchSquareTimecards readonly searchTransferOrders: typeof actions.searchSquareTransferOrders readonly searchVendors: typeof actions.searchSquareVendors readonly startTransferOrder: typeof actions.startSquareTransferOrder readonly submitEvidence: typeof actions.submitSquareEvidence readonly swapPlan: typeof actions.swapSquarePlan readonly unlinkCustomerFromGiftCard: typeof actions.unlinkSquareCustomerFromGiftCard readonly updateBooking: typeof actions.updateSquareBooking readonly updateBookingCustomAttributeDefinition: typeof actions.updateSquareBookingCustomAttributeDefinition readonly updateBreakType: typeof actions.updateSquareBreakType readonly updateCatalogImage: typeof actions.updateSquareCatalogImage readonly updateCustomer: typeof actions.updateSquareCustomer readonly updateCustomerCustomAttributeDefinition: typeof actions.updateSquareCustomerCustomAttributeDefinition readonly updateCustomerGroup: typeof actions.updateSquareCustomerGroup readonly updateInventoryAdjustment: typeof actions.updateSquareInventoryAdjustment readonly updateInventoryAdjustmentReason: typeof actions.updateSquareInventoryAdjustmentReason readonly updateInvoice: typeof actions.updateSquareInvoice readonly updateItemModifierLists: typeof actions.updateSquareItemModifierLists readonly updateItemTaxes: typeof actions.updateSquareItemTaxes readonly updateJob: typeof actions.updateSquareJob readonly updateLocation: typeof actions.updateSquareLocation readonly updateLocationCustomAttributeDefinition: typeof actions.updateSquareLocationCustomAttributeDefinition readonly updateLocationSettings: typeof actions.updateSquareLocationSettings readonly updateMerchantCustomAttributeDefinition: typeof actions.updateSquareMerchantCustomAttributeDefinition readonly updateMerchantSettings: typeof actions.updateSquareMerchantSettings readonly updateOrder: typeof actions.updateSquareOrder readonly updateOrderCustomAttributeDefinition: typeof actions.updateSquareOrderCustomAttributeDefinition readonly updatePayment: typeof actions.updateSquarePayment readonly updatePaymentLink: typeof actions.updateSquarePaymentLink readonly updateScheduledShift: typeof actions.updateSquareScheduledShift readonly updateSubscription: typeof actions.updateSquareSubscription readonly updateTeamMember: typeof actions.updateSquareTeamMember readonly updateTimecard: typeof actions.updateSquareTimecard readonly updateTransferOrder: typeof actions.updateSquareTransferOrder readonly updateVendor: typeof actions.updateSquareVendor readonly updateWageSetting: typeof actions.updateSquareWageSetting readonly updateWorkweekConfig: typeof actions.updateSquareWorkweekConfig readonly upsertBookingCustomAttribute: typeof actions.upsertSquareBookingCustomAttribute readonly upsertCatalogObject: typeof actions.upsertSquareCatalogObject readonly upsertCustomerCustomAttribute: typeof actions.upsertSquareCustomerCustomAttribute readonly upsertLocationCustomAttribute: typeof actions.upsertSquareLocationCustomAttribute readonly upsertMerchantCustomAttribute: typeof actions.upsertSquareMerchantCustomAttribute readonly upsertOrderCustomAttribute: typeof actions.upsertSquareOrderCustomAttribute readonly upsertSnippet: typeof actions.upsertSquareSnippet readonly onEvent: typeof triggers.onSquareEvent readonly onBankAccountCreated: typeof triggers.onSquareBankAccountCreated readonly onBankAccountDisabled: typeof triggers.onSquareBankAccountDisabled readonly onBankAccountVerified: typeof triggers.onSquareBankAccountVerified readonly onBookingCreated: typeof triggers.onSquareBookingCreated readonly onBookingCustomAttributeDefinitionOwnedCreated: typeof triggers.onSquareBookingCustomAttributeDefinitionOwnedCreated readonly onBookingCustomAttributeDefinitionOwnedDeleted: typeof triggers.onSquareBookingCustomAttributeDefinitionOwnedDeleted readonly onBookingCustomAttributeDefinitionOwnedUpdated: typeof triggers.onSquareBookingCustomAttributeDefinitionOwnedUpdated readonly onBookingCustomAttributeDefinitionVisibleCreated: typeof triggers.onSquareBookingCustomAttributeDefinitionVisibleCreated readonly onBookingCustomAttributeDefinitionVisibleDeleted: typeof triggers.onSquareBookingCustomAttributeDefinitionVisibleDeleted readonly onBookingCustomAttributeDefinitionVisibleUpdated: typeof triggers.onSquareBookingCustomAttributeDefinitionVisibleUpdated readonly onBookingCustomAttributeOwnedDeleted: typeof triggers.onSquareBookingCustomAttributeOwnedDeleted readonly onBookingCustomAttributeOwnedUpdated: typeof triggers.onSquareBookingCustomAttributeOwnedUpdated readonly onBookingCustomAttributeVisibleDeleted: typeof triggers.onSquareBookingCustomAttributeVisibleDeleted readonly onBookingCustomAttributeVisibleUpdated: typeof triggers.onSquareBookingCustomAttributeVisibleUpdated readonly onBookingUpdated: typeof triggers.onSquareBookingUpdated readonly onCardAutomaticallyUpdated: typeof triggers.onSquareCardAutomaticallyUpdated readonly onCardCreated: typeof triggers.onSquareCardCreated readonly onCardDisabled: typeof triggers.onSquareCardDisabled readonly onCardForgotten: typeof triggers.onSquareCardForgotten readonly onCardUpdated: typeof triggers.onSquareCardUpdated readonly onCatalogVersionUpdated: typeof triggers.onSquareCatalogVersionUpdated readonly onCustomerCreated: typeof triggers.onSquareCustomerCreated readonly onCustomerCustomAttributeDefinitionOwnedCreated: typeof triggers.onSquareCustomerCustomAttributeDefinitionOwnedCreated readonly onCustomerCustomAttributeDefinitionOwnedDeleted: typeof triggers.onSquareCustomerCustomAttributeDefinitionOwnedDeleted readonly onCustomerCustomAttributeDefinitionOwnedUpdated: typeof triggers.onSquareCustomerCustomAttributeDefinitionOwnedUpdated readonly onCustomerCustomAttributeDefinitionVisibleCreated: typeof triggers.onSquareCustomerCustomAttributeDefinitionVisibleCreated readonly onCustomerCustomAttributeDefinitionVisibleDeleted: typeof triggers.onSquareCustomerCustomAttributeDefinitionVisibleDeleted readonly onCustomerCustomAttributeDefinitionVisibleUpdated: typeof triggers.onSquareCustomerCustomAttributeDefinitionVisibleUpdated readonly onCustomerCustomAttributeOwnedDeleted: typeof triggers.onSquareCustomerCustomAttributeOwnedDeleted readonly onCustomerCustomAttributeOwnedUpdated: typeof triggers.onSquareCustomerCustomAttributeOwnedUpdated readonly onCustomerCustomAttributeVisibleDeleted: typeof triggers.onSquareCustomerCustomAttributeVisibleDeleted readonly onCustomerCustomAttributeVisibleUpdated: typeof triggers.onSquareCustomerCustomAttributeVisibleUpdated readonly onCustomerDeleted: typeof triggers.onSquareCustomerDeleted readonly onCustomerUpdated: typeof triggers.onSquareCustomerUpdated readonly onDeviceCodePaired: typeof triggers.onSquareDeviceCodePaired readonly onDeviceCreated: typeof triggers.onSquareDeviceCreated readonly onDisputeCreated: typeof triggers.onSquareDisputeCreated readonly onDisputeEvidenceCreated: typeof triggers.onSquareDisputeEvidenceCreated readonly onDisputeEvidenceDeleted: typeof triggers.onSquareDisputeEvidenceDeleted readonly onDisputeStateUpdated: typeof triggers.onSquareDisputeStateUpdated readonly onGiftCardActivityCreated: typeof triggers.onSquareGiftCardActivityCreated readonly onGiftCardActivityUpdated: typeof triggers.onSquareGiftCardActivityUpdated readonly onGiftCardCreated: typeof triggers.onSquareGiftCardCreated readonly onGiftCardCustomerLinked: typeof triggers.onSquareGiftCardCustomerLinked readonly onGiftCardCustomerUnlinked: typeof triggers.onSquareGiftCardCustomerUnlinked readonly onGiftCardUpdated: typeof triggers.onSquareGiftCardUpdated readonly onInventoryCountUpdated: typeof triggers.onSquareInventoryCountUpdated readonly onInvoiceCanceled: typeof triggers.onSquareInvoiceCanceled readonly onInvoiceCreated: typeof triggers.onSquareInvoiceCreated readonly onInvoiceDeleted: typeof triggers.onSquareInvoiceDeleted readonly onInvoicePaymentMade: typeof triggers.onSquareInvoicePaymentMade readonly onInvoicePublished: typeof triggers.onSquareInvoicePublished readonly onInvoiceRefunded: typeof triggers.onSquareInvoiceRefunded readonly onInvoiceScheduledChargeFailed: typeof triggers.onSquareInvoiceScheduledChargeFailed readonly onInvoiceUpdated: typeof triggers.onSquareInvoiceUpdated readonly onJobCreated: typeof triggers.onSquareJobCreated readonly onJobUpdated: typeof triggers.onSquareJobUpdated readonly onLaborScheduledShiftCreated: typeof triggers.onSquareLaborScheduledShiftCreated readonly onLaborScheduledShiftDeleted: typeof triggers.onSquareLaborScheduledShiftDeleted readonly onLaborScheduledShiftPublished: typeof triggers.onSquareLaborScheduledShiftPublished readonly onLaborScheduledShiftUpdated: typeof triggers.onSquareLaborScheduledShiftUpdated readonly onLaborTimecardCreated: typeof triggers.onSquareLaborTimecardCreated readonly onLaborTimecardDeleted: typeof triggers.onSquareLaborTimecardDeleted readonly onLaborTimecardUpdated: typeof triggers.onSquareLaborTimecardUpdated readonly onLocationCreated: typeof triggers.onSquareLocationCreated readonly onLocationCustomAttributeDefinitionOwnedCreated: typeof triggers.onSquareLocationCustomAttributeDefinitionOwnedCreated readonly onLocationCustomAttributeDefinitionOwnedDeleted: typeof triggers.onSquareLocationCustomAttributeDefinitionOwnedDeleted readonly onLocationCustomAttributeDefinitionOwnedUpdated: typeof triggers.onSquareLocationCustomAttributeDefinitionOwnedUpdated readonly onLocationCustomAttributeDefinitionVisibleCreated: typeof triggers.onSquareLocationCustomAttributeDefinitionVisibleCreated readonly onLocationCustomAttributeDefinitionVisibleDeleted: typeof triggers.onSquareLocationCustomAttributeDefinitionVisibleDeleted readonly onLocationCustomAttributeDefinitionVisibleUpdated: typeof triggers.onSquareLocationCustomAttributeDefinitionVisibleUpdated readonly onLocationCustomAttributeOwnedDeleted: typeof triggers.onSquareLocationCustomAttributeOwnedDeleted readonly onLocationCustomAttributeOwnedUpdated: typeof triggers.onSquareLocationCustomAttributeOwnedUpdated readonly onLocationCustomAttributeVisibleDeleted: typeof triggers.onSquareLocationCustomAttributeVisibleDeleted readonly onLocationCustomAttributeVisibleUpdated: typeof triggers.onSquareLocationCustomAttributeVisibleUpdated readonly onLocationUpdated: typeof triggers.onSquareLocationUpdated readonly onLoyaltyAccountCreated: typeof triggers.onSquareLoyaltyAccountCreated readonly onLoyaltyAccountDeleted: typeof triggers.onSquareLoyaltyAccountDeleted readonly onLoyaltyAccountUpdated: typeof triggers.onSquareLoyaltyAccountUpdated readonly onLoyaltyEventCreated: typeof triggers.onSquareLoyaltyEventCreated readonly onLoyaltyProgramCreated: typeof triggers.onSquareLoyaltyProgramCreated readonly onLoyaltyProgramUpdated: typeof triggers.onSquareLoyaltyProgramUpdated readonly onLoyaltyPromotionCreated: typeof triggers.onSquareLoyaltyPromotionCreated readonly onLoyaltyPromotionUpdated: typeof triggers.onSquareLoyaltyPromotionUpdated readonly onMerchantCustomAttributeDefinitionOwnedCreated: typeof triggers.onSquareMerchantCustomAttributeDefinitionOwnedCreated readonly onMerchantCustomAttributeDefinitionOwnedDeleted: typeof triggers.onSquareMerchantCustomAttributeDefinitionOwnedDeleted readonly onMerchantCustomAttributeDefinitionOwnedUpdated: typeof triggers.onSquareMerchantCustomAttributeDefinitionOwnedUpdated readonly onMerchantCustomAttributeDefinitionVisibleCreated: typeof triggers.onSquareMerchantCustomAttributeDefinitionVisibleCreated readonly onMerchantCustomAttributeDefinitionVisibleDeleted: typeof triggers.onSquareMerchantCustomAttributeDefinitionVisibleDeleted readonly onMerchantCustomAttributeDefinitionVisibleUpdated: typeof triggers.onSquareMerchantCustomAttributeDefinitionVisibleUpdated readonly onMerchantCustomAttributeOwnedDeleted: typeof triggers.onSquareMerchantCustomAttributeOwnedDeleted readonly onMerchantCustomAttributeOwnedUpdated: typeof triggers.onSquareMerchantCustomAttributeOwnedUpdated readonly onMerchantCustomAttributeVisibleDeleted: typeof triggers.onSquareMerchantCustomAttributeVisibleDeleted readonly onMerchantCustomAttributeVisibleUpdated: typeof triggers.onSquareMerchantCustomAttributeVisibleUpdated readonly onOauthAuthorizationRevoked: typeof triggers.onSquareOauthAuthorizationRevoked readonly onOnlineCheckoutLocationSettingsUpdated: typeof triggers.onSquareOnlineCheckoutLocationSettingsUpdated readonly onOnlineCheckoutMerchantSettingsUpdated: typeof triggers.onSquareOnlineCheckoutMerchantSettingsUpdated readonly onOrderCreated: typeof triggers.onSquareOrderCreated readonly onOrderCustomAttributeDefinitionOwnedCreated: typeof triggers.onSquareOrderCustomAttributeDefinitionOwnedCreated readonly onOrderCustomAttributeDefinitionOwnedDeleted: typeof triggers.onSquareOrderCustomAttributeDefinitionOwnedDeleted readonly onOrderCustomAttributeDefinitionOwnedUpdated: typeof triggers.onSquareOrderCustomAttributeDefinitionOwnedUpdated readonly onOrderCustomAttributeDefinitionVisibleCreated: typeof triggers.onSquareOrderCustomAttributeDefinitionVisibleCreated readonly onOrderCustomAttributeDefinitionVisibleDeleted: typeof triggers.onSquareOrderCustomAttributeDefinitionVisibleDeleted readonly onOrderCustomAttributeDefinitionVisibleUpdated: typeof triggers.onSquareOrderCustomAttributeDefinitionVisibleUpdated readonly onOrderCustomAttributeOwnedDeleted: typeof triggers.onSquareOrderCustomAttributeOwnedDeleted readonly onOrderCustomAttributeOwnedUpdated: typeof triggers.onSquareOrderCustomAttributeOwnedUpdated readonly onOrderCustomAttributeVisibleDeleted: typeof triggers.onSquareOrderCustomAttributeVisibleDeleted readonly onOrderCustomAttributeVisibleUpdated: typeof triggers.onSquareOrderCustomAttributeVisibleUpdated readonly onOrderFulfillmentUpdated: typeof triggers.onSquareOrderFulfillmentUpdated readonly onOrderUpdated: typeof triggers.onSquareOrderUpdated readonly onPaymentCreated: typeof triggers.onSquarePaymentCreated readonly onPaymentUpdated: typeof triggers.onSquarePaymentUpdated readonly onPayoutFailed: typeof triggers.onSquarePayoutFailed readonly onPayoutPaid: typeof triggers.onSquarePayoutPaid readonly onPayoutSent: typeof triggers.onSquarePayoutSent readonly onRefundCreated: typeof triggers.onSquareRefundCreated readonly onRefundUpdated: typeof triggers.onSquareRefundUpdated readonly onSubscriptionCreated: typeof triggers.onSquareSubscriptionCreated readonly onSubscriptionUpdated: typeof triggers.onSquareSubscriptionUpdated readonly onTeamMemberCreated: typeof triggers.onSquareTeamMemberCreated readonly onTeamMemberUpdated: typeof triggers.onSquareTeamMemberUpdated readonly onTeamMemberWageSettingUpdated: typeof triggers.onSquareTeamMemberWageSettingUpdated readonly onTerminalActionCreated: typeof triggers.onSquareTerminalActionCreated readonly onTerminalActionUpdated: typeof triggers.onSquareTerminalActionUpdated readonly onTerminalCheckoutCreated: typeof triggers.onSquareTerminalCheckoutCreated readonly onTerminalCheckoutUpdated: typeof triggers.onSquareTerminalCheckoutUpdated readonly onTerminalRefundCreated: typeof triggers.onSquareTerminalRefundCreated readonly onTerminalRefundUpdated: typeof triggers.onSquareTerminalRefundUpdated readonly onTransferOrderCreated: typeof triggers.onSquareTransferOrderCreated readonly onTransferOrderDeleted: typeof triggers.onSquareTransferOrderDeleted readonly onTransferOrderUpdated: typeof triggers.onSquareTransferOrderUpdated readonly onVendorCreated: typeof triggers.onSquareVendorCreated readonly onVendorUpdated: typeof triggers.onSquareVendorUpdated } /** Square seller actions and webhook triggers. */ export const square: SquareCallables = { acceptDispute: actions.acceptSquareDispute, accumulateLoyaltyPoints: actions.accumulateSquareLoyaltyPoints, addGroupToCustomer: actions.addSquareGroupToCustomer, adjustLoyaltyPoints: actions.adjustSquareLoyaltyPoints, batchChangeInventory: actions.batchChangeSquareInventory, batchDeleteCatalogObjects: actions.batchSquareDeleteCatalogObjects, batchRetrieveCatalogObjects: actions.batchRetrieveSquareCatalogObjects, batchRetrieveInventoryChanges: actions.batchRetrieveSquareInventoryChanges, batchRetrieveInventoryCounts: actions.batchRetrieveSquareInventoryCounts, batchRetrieveOrders: actions.batchRetrieveSquareOrders, batchUpsertCatalogObjects: actions.batchSquareUpsertCatalogObjects, bulkCreateCustomers: actions.bulkCreateSquareCustomers, bulkCreateTeamMembers: actions.bulkCreateSquareTeamMembers, bulkCreateVendors: actions.bulkCreateSquareVendors, bulkDeleteBookingCustomAttributes: actions.bulkDeleteSquareBookingCustomAttributes, bulkDeleteCustomers: actions.bulkDeleteSquareCustomers, bulkDeleteLocationCustomAttributes: actions.bulkDeleteSquareLocationCustomAttributes, bulkDeleteMerchantCustomAttributes: actions.bulkDeleteSquareMerchantCustomAttributes, bulkDeleteOrderCustomAttributes: actions.bulkDeleteSquareOrderCustomAttributes, bulkPublishScheduledShifts: actions.bulkSquarePublishScheduledShifts, bulkRetrieveBookings: actions.bulkRetrieveSquareBookings, bulkRetrieveChannels: actions.bulkRetrieveSquareChannels, bulkRetrieveCustomers: actions.bulkRetrieveSquareCustomers, bulkRetrieveTeamMemberBookingProfiles: actions.bulkRetrieveSquareTeamMemberBookingProfiles, bulkRetrieveVendors: actions.bulkRetrieveSquareVendors, bulkSwapPlan: actions.bulkSquareSwapPlan, bulkUpdateCustomers: actions.bulkUpdateSquareCustomers, bulkUpdateTeamMembers: actions.bulkUpdateSquareTeamMembers, bulkUpdateVendors: actions.bulkUpdateSquareVendors, bulkUpsertBookingCustomAttributes: actions.bulkUpsertSquareBookingCustomAttributes, bulkUpsertCustomerCustomAttributes: actions.bulkUpsertSquareCustomerCustomAttributes, bulkUpsertLocationCustomAttributes: actions.bulkUpsertSquareLocationCustomAttributes, bulkUpsertMerchantCustomAttributes: actions.bulkUpsertSquareMerchantCustomAttributes, bulkUpsertOrderCustomAttributes: actions.bulkUpsertSquareOrderCustomAttributes, calculateLoyaltyPoints: actions.calculateSquareLoyaltyPoints, calculateOrder: actions.calculateSquareOrder, cancelBooking: actions.cancelSquareBooking, cancelInvoice: actions.cancelSquareInvoice, cancelLoyaltyPromotion: actions.cancelSquareLoyaltyPromotion, cancelPayment: actions.cancelSquarePayment, cancelPaymentByIdempotencyKey: actions.cancelSquarePaymentByIdempotencyKey, cancelSubscription: actions.cancelSquareSubscription, cancelTerminalAction: actions.cancelSquareTerminalAction, cancelTerminalCheckout: actions.cancelSquareTerminalCheckout, cancelTerminalRefund: actions.cancelSquareTerminalRefund, cancelTransferOrder: actions.cancelSquareTransferOrder, catalogInfo: actions.getSquareCatalogInfo, changeBillingAnchorDate: actions.changeSquareBillingAnchorDate, cloneOrder: actions.cloneSquareOrder, completePayment: actions.completeSquarePayment, createBankAccount: actions.createSquareBankAccount, createBooking: actions.createSquareBooking, createBookingCustomAttributeDefinition: actions.createSquareBookingCustomAttributeDefinition, createBreakType: actions.createSquareBreakType, createCard: actions.createSquareCard, createCatalogImage: actions.createSquareCatalogImage, createCustomer: actions.createSquareCustomer, createCustomerCustomAttributeDefinition: actions.createSquareCustomerCustomAttributeDefinition, createCustomerGroup: actions.createSquareCustomerGroup, createDeviceCode: actions.createSquareDeviceCode, createDisputeEvidenceFile: actions.createSquareDisputeEvidenceFile, createDisputeEvidenceText: actions.createSquareDisputeEvidenceText, createGiftCard: actions.createSquareGiftCard, createGiftCardActivity: actions.createSquareGiftCardActivity, createInventoryAdjustmentReason: actions.createSquareInventoryAdjustmentReason, createInvoice: actions.createSquareInvoice, createInvoiceAttachment: actions.createSquareInvoiceAttachment, createJob: actions.createSquareJob, createLocation: actions.createSquareLocation, createLocationCustomAttributeDefinition: actions.createSquareLocationCustomAttributeDefinition, createLoyaltyAccount: actions.createSquareLoyaltyAccount, createLoyaltyPromotion: actions.createSquareLoyaltyPromotion, createLoyaltyReward: actions.createSquareLoyaltyReward, createMerchantCustomAttributeDefinition: actions.createSquareMerchantCustomAttributeDefinition, createOrder: actions.createSquareOrder, createOrderCustomAttributeDefinition: actions.createSquareOrderCustomAttributeDefinition, createPayment: actions.createSquarePayment, createPaymentLink: actions.createSquarePaymentLink, createScheduledShift: actions.createSquareScheduledShift, createSubscription: actions.createSquareSubscription, createTeamMember: actions.createSquareTeamMember, createTerminalAction: actions.createSquareTerminalAction, createTerminalCheckout: actions.createSquareTerminalCheckout, createTerminalRefund: actions.createSquareTerminalRefund, createTimecard: actions.createSquareTimecard, createTransferOrder: actions.createSquareTransferOrder, createVendor: actions.createSquareVendor, deleteBookingCustomAttribute: actions.deleteSquareBookingCustomAttribute, deleteBookingCustomAttributeDefinition: actions.deleteSquareBookingCustomAttributeDefinition, deleteBreakType: actions.deleteSquareBreakType, deleteCatalogObject: actions.deleteSquareCatalogObject, deleteCustomer: actions.deleteSquareCustomer, deleteCustomerCustomAttribute: actions.deleteSquareCustomerCustomAttribute, deleteCustomerCustomAttributeDefinition: actions.deleteSquareCustomerCustomAttributeDefinition, deleteCustomerGroup: actions.deleteSquareCustomerGroup, deleteDisputeEvidence: actions.deleteSquareDisputeEvidence, deleteInventoryAdjustmentReason: actions.deleteSquareInventoryAdjustmentReason, deleteInvoice: actions.deleteSquareInvoice, deleteInvoiceAttachment: actions.deleteSquareInvoiceAttachment, deleteLocationCustomAttribute: actions.deleteSquareLocationCustomAttribute, deleteLocationCustomAttributeDefinition: actions.deleteSquareLocationCustomAttributeDefinition, deleteLoyaltyReward: actions.deleteSquareLoyaltyReward, deleteMerchantCustomAttribute: actions.deleteSquareMerchantCustomAttribute, deleteMerchantCustomAttributeDefinition: actions.deleteSquareMerchantCustomAttributeDefinition, deleteOrderCustomAttribute: actions.deleteSquareOrderCustomAttribute, deleteOrderCustomAttributeDefinition: actions.deleteSquareOrderCustomAttributeDefinition, deletePaymentLink: actions.deleteSquarePaymentLink, deleteSnippet: actions.deleteSquareSnippet, deleteSubscriptionAction: actions.deleteSquareSubscriptionAction, deleteTimecard: actions.deleteSquareTimecard, deleteTransferOrder: actions.deleteSquareTransferOrder, disableBankAccount: actions.disableSquareBankAccount, disableCard: actions.disableSquareCard, dismissTerminalAction: actions.dismissSquareTerminalAction, dismissTerminalCheckout: actions.dismissSquareTerminalCheckout, dismissTerminalRefund: actions.dismissSquareTerminalRefund, getBankAccount: actions.getSquareBankAccount, getBankAccountByV1Id: actions.getSquareBankAccountByV1Id, getBreakType: actions.getSquareBreakType, getDevice: actions.getSquareDevice, getDeviceCode: actions.getSquareDeviceCode, getInvoice: actions.getSquareInvoice, getPayment: actions.getSquarePayment, getPaymentRefund: actions.getSquarePaymentRefund, getPayout: actions.getSquarePayout, getReportingMetadata: actions.getSquareReportingMetadata, getTeamMemberWage: actions.getSquareTeamMemberWage, getTerminalAction: actions.getSquareTerminalAction, getTerminalCheckout: actions.getSquareTerminalCheckout, getTerminalRefund: actions.getSquareTerminalRefund, linkCustomerToGiftCard: actions.linkSquareCustomerToGiftCard, listBankAccounts: actions.listSquareBankAccounts, listBookingCustomAttributeDefinitions: actions.listSquareBookingCustomAttributeDefinitions, listBookingCustomAttributes: actions.listSquareBookingCustomAttributes, listBookings: actions.listSquareBookings, listBreakTypes: actions.listSquareBreakTypes, listCards: actions.listSquareCards, listCashDrawerShiftEvents: actions.listSquareCashDrawerShiftEvents, listCashDrawerShifts: actions.listSquareCashDrawerShifts, listCatalog: actions.listSquareCatalog, listChannels: actions.listSquareChannels, listCustomerCustomAttributeDefinitions: actions.listSquareCustomerCustomAttributeDefinitions, listCustomerCustomAttributes: actions.listSquareCustomerCustomAttributes, listCustomerGroups: actions.listSquareCustomerGroups, listCustomers: actions.listSquareCustomers, listCustomerSegments: actions.listSquareCustomerSegments, listDeviceCodes: actions.listSquareDeviceCodes, listDevices: actions.listSquareDevices, listDisputeEvidence: actions.listSquareDisputeEvidence, listDisputes: actions.listSquareDisputes, listGiftCardActivities: actions.listSquareGiftCardActivities, listGiftCards: actions.listSquareGiftCards, listInventoryAdjustmentReasons: actions.listSquareInventoryAdjustmentReasons, listInvoices: actions.listSquareInvoices, listJobs: actions.listSquareJobs, listLocationBookingProfiles: actions.listSquareLocationBookingProfiles, listLocationCustomAttributeDefinitions: actions.listSquareLocationCustomAttributeDefinitions, listLocationCustomAttributes: actions.listSquareLocationCustomAttributes, listLocations: actions.listSquareLocations, listLoyaltyPromotions: actions.listSquareLoyaltyPromotions, listMerchantCustomAttributeDefinitions: actions.listSquareMerchantCustomAttributeDefinitions, listMerchantCustomAttributes: actions.listSquareMerchantCustomAttributes, listMerchants: actions.listSquareMerchants, listOrderCustomAttributeDefinitions: actions.listSquareOrderCustomAttributeDefinitions, listOrderCustomAttributes: actions.listSquareOrderCustomAttributes, listPaymentLinks: actions.listSquarePaymentLinks, listPaymentRefunds: actions.listSquarePaymentRefunds, listPayments: actions.listSquarePayments, listPayoutEntries: actions.listSquarePayoutEntries, listPayouts: actions.listSquarePayouts, listSites: actions.listSquareSites, listSubscriptionEvents: actions.listSquareSubscriptionEvents, listTeamMemberBookingProfiles: actions.listSquareTeamMemberBookingProfiles, listTeamMemberWages: actions.listSquareTeamMemberWages, listWorkweekConfigs: actions.listSquareWorkweekConfigs, loadReport: actions.loadSquareReport, pauseSubscription: actions.pauseSquareSubscription, payOrder: actions.paySquareOrder, publishInvoice: actions.publishSquareInvoice, publishScheduledShift: actions.publishSquareScheduledShift, receiveTransferOrder: actions.receiveSquareTransferOrder, redeemLoyaltyReward: actions.redeemSquareLoyaltyReward, refundPayment: actions.refundSquarePayment, registerDomain: actions.registerSquareDomain, removeGroupFromCustomer: actions.removeSquareGroupFromCustomer, restoreInventoryAdjustmentReason: actions.restoreSquareInventoryAdjustmentReason, resumeSubscription: actions.resumeSquareSubscription, retrieveBooking: actions.retrieveSquareBooking, retrieveBookingCustomAttribute: actions.retrieveSquareBookingCustomAttribute, retrieveBookingCustomAttributeDefinition: actions.retrieveSquareBookingCustomAttributeDefinition, retrieveBusinessBookingProfile: actions.retrieveSquareBusinessBookingProfile, retrieveCard: actions.retrieveSquareCard, retrieveCashDrawerShift: actions.retrieveSquareCashDrawerShift, retrieveCatalogObject: actions.retrieveSquareCatalogObject, retrieveChannel: actions.retrieveSquareChannel, retrieveCustomer: actions.retrieveSquareCustomer, retrieveCustomerCustomAttribute: actions.retrieveSquareCustomerCustomAttribute, retrieveCustomerCustomAttributeDefinition: actions.retrieveSquareCustomerCustomAttributeDefinition, retrieveCustomerGroup: actions.retrieveSquareCustomerGroup, retrieveCustomerSegment: actions.retrieveSquareCustomerSegment, retrieveDispute: actions.retrieveSquareDispute, retrieveDisputeEvidence: actions.retrieveSquareDisputeEvidence, retrieveGiftCard: actions.retrieveSquareGiftCard, retrieveGiftCardFromGAN: actions.retrieveSquareGiftCardFromGAN, retrieveGiftCardFromNonce: actions.retrieveSquareGiftCardFromNonce, retrieveInventoryAdjustment: actions.retrieveSquareInventoryAdjustment, retrieveInventoryAdjustmentReason: actions.retrieveSquareInventoryAdjustmentReason, retrieveInventoryCount: actions.retrieveSquareInventoryCount, retrieveInventoryPhysicalCount: actions.retrieveSquareInventoryPhysicalCount, retrieveJob: actions.retrieveSquareJob, retrieveLocation: actions.retrieveSquareLocation, retrieveLocationBookingProfile: actions.retrieveSquareLocationBookingProfile, retrieveLocationCustomAttribute: actions.retrieveSquareLocationCustomAttribute, retrieveLocationCustomAttributeDefinition: actions.retrieveSquareLocationCustomAttributeDefinition, retrieveLocationSettings: actions.retrieveSquareLocationSettings, retrieveLoyaltyAccount: actions.retrieveSquareLoyaltyAccount, retrieveLoyaltyProgram: actions.retrieveSquareLoyaltyProgram, retrieveLoyaltyPromotion: actions.retrieveSquareLoyaltyPromotion, retrieveLoyaltyReward: actions.retrieveSquareLoyaltyReward, retrieveMerchant: actions.retrieveSquareMerchant, retrieveMerchantCustomAttribute: actions.retrieveSquareMerchantCustomAttribute, retrieveMerchantCustomAttributeDefinition: actions.retrieveSquareMerchantCustomAttributeDefinition, retrieveMerchantSettings: actions.retrieveSquareMerchantSettings, retrieveOrder: actions.retrieveSquareOrder, retrieveOrderCustomAttribute: actions.retrieveSquareOrderCustomAttribute, retrieveOrderCustomAttributeDefinition: actions.retrieveSquareOrderCustomAttributeDefinition, retrievePaymentLink: actions.retrieveSquarePaymentLink, retrieveScheduledShift: actions.retrieveSquareScheduledShift, retrieveSnippet: actions.retrieveSquareSnippet, retrieveSubscription: actions.retrieveSquareSubscription, retrieveTeamMember: actions.retrieveSquareTeamMember, retrieveTeamMemberBookingProfile: actions.retrieveSquareTeamMemberBookingProfile, retrieveTimecard: actions.retrieveSquareTimecard, retrieveTransferOrder: actions.retrieveSquareTransferOrder, retrieveVendor: actions.retrieveSquareVendor, retrieveWageSetting: actions.retrieveSquareWageSetting, searchAvailability: actions.searchSquareAvailability, searchCatalogItems: actions.searchSquareCatalogItems, searchCatalogObjects: actions.searchSquareCatalogObjects, searchCustomers: actions.searchSquareCustomers, searchInvoices: actions.searchSquareInvoices, searchLoyaltyAccounts: actions.searchSquareLoyaltyAccounts, searchLoyaltyEvents: actions.searchSquareLoyaltyEvents, searchLoyaltyRewards: actions.searchSquareLoyaltyRewards, searchOrders: actions.searchSquareOrders, searchScheduledShifts: actions.searchSquareScheduledShifts, searchSubscriptions: actions.searchSquareSubscriptions, searchTeamMembers: actions.searchSquareTeamMembers, searchTerminalActions: actions.searchSquareTerminalActions, searchTerminalCheckouts: actions.searchSquareTerminalCheckouts, searchTerminalRefunds: actions.searchSquareTerminalRefunds, searchTimecards: actions.searchSquareTimecards, searchTransferOrders: actions.searchSquareTransferOrders, searchVendors: actions.searchSquareVendors, startTransferOrder: actions.startSquareTransferOrder, submitEvidence: actions.submitSquareEvidence, swapPlan: actions.swapSquarePlan, unlinkCustomerFromGiftCard: actions.unlinkSquareCustomerFromGiftCard, updateBooking: actions.updateSquareBooking, updateBookingCustomAttributeDefinition: actions.updateSquareBookingCustomAttributeDefinition, updateBreakType: actions.updateSquareBreakType, updateCatalogImage: actions.updateSquareCatalogImage, updateCustomer: actions.updateSquareCustomer, updateCustomerCustomAttributeDefinition: actions.updateSquareCustomerCustomAttributeDefinition, updateCustomerGroup: actions.updateSquareCustomerGroup, updateInventoryAdjustment: actions.updateSquareInventoryAdjustment, updateInventoryAdjustmentReason: actions.updateSquareInventoryAdjustmentReason, updateInvoice: actions.updateSquareInvoice, updateItemModifierLists: actions.updateSquareItemModifierLists, updateItemTaxes: actions.updateSquareItemTaxes, updateJob: actions.updateSquareJob, updateLocation: actions.updateSquareLocation, updateLocationCustomAttributeDefinition: actions.updateSquareLocationCustomAttributeDefinition, updateLocationSettings: actions.updateSquareLocationSettings, updateMerchantCustomAttributeDefinition: actions.updateSquareMerchantCustomAttributeDefinition, updateMerchantSettings: actions.updateSquareMerchantSettings, updateOrder: actions.updateSquareOrder, updateOrderCustomAttributeDefinition: actions.updateSquareOrderCustomAttributeDefinition, updatePayment: actions.updateSquarePayment, updatePaymentLink: actions.updateSquarePaymentLink, updateScheduledShift: actions.updateSquareScheduledShift, updateSubscription: actions.updateSquareSubscription, updateTeamMember: actions.updateSquareTeamMember, updateTimecard: actions.updateSquareTimecard, updateTransferOrder: actions.updateSquareTransferOrder, updateVendor: actions.updateSquareVendor, updateWageSetting: actions.updateSquareWageSetting, updateWorkweekConfig: actions.updateSquareWorkweekConfig, upsertBookingCustomAttribute: actions.upsertSquareBookingCustomAttribute, upsertCatalogObject: actions.upsertSquareCatalogObject, upsertCustomerCustomAttribute: actions.upsertSquareCustomerCustomAttribute, upsertLocationCustomAttribute: actions.upsertSquareLocationCustomAttribute, upsertMerchantCustomAttribute: actions.upsertSquareMerchantCustomAttribute, upsertOrderCustomAttribute: actions.upsertSquareOrderCustomAttribute, upsertSnippet: actions.upsertSquareSnippet, onEvent: triggers.onSquareEvent, onBankAccountCreated: triggers.onSquareBankAccountCreated, onBankAccountDisabled: triggers.onSquareBankAccountDisabled, onBankAccountVerified: triggers.onSquareBankAccountVerified, onBookingCreated: triggers.onSquareBookingCreated, onBookingCustomAttributeDefinitionOwnedCreated: triggers.onSquareBookingCustomAttributeDefinitionOwnedCreated, onBookingCustomAttributeDefinitionOwnedDeleted: triggers.onSquareBookingCustomAttributeDefinitionOwnedDeleted, onBookingCustomAttributeDefinitionOwnedUpdated: triggers.onSquareBookingCustomAttributeDefinitionOwnedUpdated, onBookingCustomAttributeDefinitionVisibleCreated: triggers.onSquareBookingCustomAttributeDefinitionVisibleCreated, onBookingCustomAttributeDefinitionVisibleDeleted: triggers.onSquareBookingCustomAttributeDefinitionVisibleDeleted, onBookingCustomAttributeDefinitionVisibleUpdated: triggers.onSquareBookingCustomAttributeDefinitionVisibleUpdated, onBookingCustomAttributeOwnedDeleted: triggers.onSquareBookingCustomAttributeOwnedDeleted, onBookingCustomAttributeOwnedUpdated: triggers.onSquareBookingCustomAttributeOwnedUpdated, onBookingCustomAttributeVisibleDeleted: triggers.onSquareBookingCustomAttributeVisibleDeleted, onBookingCustomAttributeVisibleUpdated: triggers.onSquareBookingCustomAttributeVisibleUpdated, onBookingUpdated: triggers.onSquareBookingUpdated, onCardAutomaticallyUpdated: triggers.onSquareCardAutomaticallyUpdated, onCardCreated: triggers.onSquareCardCreated, onCardDisabled: triggers.onSquareCardDisabled, onCardForgotten: triggers.onSquareCardForgotten, onCardUpdated: triggers.onSquareCardUpdated, onCatalogVersionUpdated: triggers.onSquareCatalogVersionUpdated, onCustomerCreated: triggers.onSquareCustomerCreated, onCustomerCustomAttributeDefinitionOwnedCreated: triggers.onSquareCustomerCustomAttributeDefinitionOwnedCreated, onCustomerCustomAttributeDefinitionOwnedDeleted: triggers.onSquareCustomerCustomAttributeDefinitionOwnedDeleted, onCustomerCustomAttributeDefinitionOwnedUpdated: triggers.onSquareCustomerCustomAttributeDefinitionOwnedUpdated, onCustomerCustomAttributeDefinitionVisibleCreated: triggers.onSquareCustomerCustomAttributeDefinitionVisibleCreated, onCustomerCustomAttributeDefinitionVisibleDeleted: triggers.onSquareCustomerCustomAttributeDefinitionVisibleDeleted, onCustomerCustomAttributeDefinitionVisibleUpdated: triggers.onSquareCustomerCustomAttributeDefinitionVisibleUpdated, onCustomerCustomAttributeOwnedDeleted: triggers.onSquareCustomerCustomAttributeOwnedDeleted, onCustomerCustomAttributeOwnedUpdated: triggers.onSquareCustomerCustomAttributeOwnedUpdated, onCustomerCustomAttributeVisibleDeleted: triggers.onSquareCustomerCustomAttributeVisibleDeleted, onCustomerCustomAttributeVisibleUpdated: triggers.onSquareCustomerCustomAttributeVisibleUpdated, onCustomerDeleted: triggers.onSquareCustomerDeleted, onCustomerUpdated: triggers.onSquareCustomerUpdated, onDeviceCodePaired: triggers.onSquareDeviceCodePaired, onDeviceCreated: triggers.onSquareDeviceCreated, onDisputeCreated: triggers.onSquareDisputeCreated, onDisputeEvidenceCreated: triggers.onSquareDisputeEvidenceCreated, onDisputeEvidenceDeleted: triggers.onSquareDisputeEvidenceDeleted, onDisputeStateUpdated: triggers.onSquareDisputeStateUpdated, onGiftCardActivityCreated: triggers.onSquareGiftCardActivityCreated, onGiftCardActivityUpdated: triggers.onSquareGiftCardActivityUpdated, onGiftCardCreated: triggers.onSquareGiftCardCreated, onGiftCardCustomerLinked: triggers.onSquareGiftCardCustomerLinked, onGiftCardCustomerUnlinked: triggers.onSquareGiftCardCustomerUnlinked, onGiftCardUpdated: triggers.onSquareGiftCardUpdated, onInventoryCountUpdated: triggers.onSquareInventoryCountUpdated, onInvoiceCanceled: triggers.onSquareInvoiceCanceled, onInvoiceCreated: triggers.onSquareInvoiceCreated, onInvoiceDeleted: triggers.onSquareInvoiceDeleted, onInvoicePaymentMade: triggers.onSquareInvoicePaymentMade, onInvoicePublished: triggers.onSquareInvoicePublished, onInvoiceRefunded: triggers.onSquareInvoiceRefunded, onInvoiceScheduledChargeFailed: triggers.onSquareInvoiceScheduledChargeFailed, onInvoiceUpdated: triggers.onSquareInvoiceUpdated, onJobCreated: triggers.onSquareJobCreated, onJobUpdated: triggers.onSquareJobUpdated, onLaborScheduledShiftCreated: triggers.onSquareLaborScheduledShiftCreated, onLaborScheduledShiftDeleted: triggers.onSquareLaborScheduledShiftDeleted, onLaborScheduledShiftPublished: triggers.onSquareLaborScheduledShiftPublished, onLaborScheduledShiftUpdated: triggers.onSquareLaborScheduledShiftUpdated, onLaborTimecardCreated: triggers.onSquareLaborTimecardCreated, onLaborTimecardDeleted: triggers.onSquareLaborTimecardDeleted, onLaborTimecardUpdated: triggers.onSquareLaborTimecardUpdated, onLocationCreated: triggers.onSquareLocationCreated, onLocationCustomAttributeDefinitionOwnedCreated: triggers.onSquareLocationCustomAttributeDefinitionOwnedCreated, onLocationCustomAttributeDefinitionOwnedDeleted: triggers.onSquareLocationCustomAttributeDefinitionOwnedDeleted, onLocationCustomAttributeDefinitionOwnedUpdated: triggers.onSquareLocationCustomAttributeDefinitionOwnedUpdated, onLocationCustomAttributeDefinitionVisibleCreated: triggers.onSquareLocationCustomAttributeDefinitionVisibleCreated, onLocationCustomAttributeDefinitionVisibleDeleted: triggers.onSquareLocationCustomAttributeDefinitionVisibleDeleted, onLocationCustomAttributeDefinitionVisibleUpdated: triggers.onSquareLocationCustomAttributeDefinitionVisibleUpdated, onLocationCustomAttributeOwnedDeleted: triggers.onSquareLocationCustomAttributeOwnedDeleted, onLocationCustomAttributeOwnedUpdated: triggers.onSquareLocationCustomAttributeOwnedUpdated, onLocationCustomAttributeVisibleDeleted: triggers.onSquareLocationCustomAttributeVisibleDeleted, onLocationCustomAttributeVisibleUpdated: triggers.onSquareLocationCustomAttributeVisibleUpdated, onLocationUpdated: triggers.onSquareLocationUpdated, onLoyaltyAccountCreated: triggers.onSquareLoyaltyAccountCreated, onLoyaltyAccountDeleted: triggers.onSquareLoyaltyAccountDeleted, onLoyaltyAccountUpdated: triggers.onSquareLoyaltyAccountUpdated, onLoyaltyEventCreated: triggers.onSquareLoyaltyEventCreated, onLoyaltyProgramCreated: triggers.onSquareLoyaltyProgramCreated, onLoyaltyProgramUpdated: triggers.onSquareLoyaltyProgramUpdated, onLoyaltyPromotionCreated: triggers.onSquareLoyaltyPromotionCreated, onLoyaltyPromotionUpdated: triggers.onSquareLoyaltyPromotionUpdated, onMerchantCustomAttributeDefinitionOwnedCreated: triggers.onSquareMerchantCustomAttributeDefinitionOwnedCreated, onMerchantCustomAttributeDefinitionOwnedDeleted: triggers.onSquareMerchantCustomAttributeDefinitionOwnedDeleted, onMerchantCustomAttributeDefinitionOwnedUpdated: triggers.onSquareMerchantCustomAttributeDefinitionOwnedUpdated, onMerchantCustomAttributeDefinitionVisibleCreated: triggers.onSquareMerchantCustomAttributeDefinitionVisibleCreated, onMerchantCustomAttributeDefinitionVisibleDeleted: triggers.onSquareMerchantCustomAttributeDefinitionVisibleDeleted, onMerchantCustomAttributeDefinitionVisibleUpdated: triggers.onSquareMerchantCustomAttributeDefinitionVisibleUpdated, onMerchantCustomAttributeOwnedDeleted: triggers.onSquareMerchantCustomAttributeOwnedDeleted, onMerchantCustomAttributeOwnedUpdated: triggers.onSquareMerchantCustomAttributeOwnedUpdated, onMerchantCustomAttributeVisibleDeleted: triggers.onSquareMerchantCustomAttributeVisibleDeleted, onMerchantCustomAttributeVisibleUpdated: triggers.onSquareMerchantCustomAttributeVisibleUpdated, onOauthAuthorizationRevoked: triggers.onSquareOauthAuthorizationRevoked, onOnlineCheckoutLocationSettingsUpdated: triggers.onSquareOnlineCheckoutLocationSettingsUpdated, onOnlineCheckoutMerchantSettingsUpdated: triggers.onSquareOnlineCheckoutMerchantSettingsUpdated, onOrderCreated: triggers.onSquareOrderCreated, onOrderCustomAttributeDefinitionOwnedCreated: triggers.onSquareOrderCustomAttributeDefinitionOwnedCreated, onOrderCustomAttributeDefinitionOwnedDeleted: triggers.onSquareOrderCustomAttributeDefinitionOwnedDeleted, onOrderCustomAttributeDefinitionOwnedUpdated: triggers.onSquareOrderCustomAttributeDefinitionOwnedUpdated, onOrderCustomAttributeDefinitionVisibleCreated: triggers.onSquareOrderCustomAttributeDefinitionVisibleCreated, onOrderCustomAttributeDefinitionVisibleDeleted: triggers.onSquareOrderCustomAttributeDefinitionVisibleDeleted, onOrderCustomAttributeDefinitionVisibleUpdated: triggers.onSquareOrderCustomAttributeDefinitionVisibleUpdated, onOrderCustomAttributeOwnedDeleted: triggers.onSquareOrderCustomAttributeOwnedDeleted, onOrderCustomAttributeOwnedUpdated: triggers.onSquareOrderCustomAttributeOwnedUpdated, onOrderCustomAttributeVisibleDeleted: triggers.onSquareOrderCustomAttributeVisibleDeleted, onOrderCustomAttributeVisibleUpdated: triggers.onSquareOrderCustomAttributeVisibleUpdated, onOrderFulfillmentUpdated: triggers.onSquareOrderFulfillmentUpdated, onOrderUpdated: triggers.onSquareOrderUpdated, onPaymentCreated: triggers.onSquarePaymentCreated, onPaymentUpdated: triggers.onSquarePaymentUpdated, onPayoutFailed: triggers.onSquarePayoutFailed, onPayoutPaid: triggers.onSquarePayoutPaid, onPayoutSent: triggers.onSquarePayoutSent, onRefundCreated: triggers.onSquareRefundCreated, onRefundUpdated: triggers.onSquareRefundUpdated, onSubscriptionCreated: triggers.onSquareSubscriptionCreated, onSubscriptionUpdated: triggers.onSquareSubscriptionUpdated, onTeamMemberCreated: triggers.onSquareTeamMemberCreated, onTeamMemberUpdated: triggers.onSquareTeamMemberUpdated, onTeamMemberWageSettingUpdated: triggers.onSquareTeamMemberWageSettingUpdated, onTerminalActionCreated: triggers.onSquareTerminalActionCreated, onTerminalActionUpdated: triggers.onSquareTerminalActionUpdated, onTerminalCheckoutCreated: triggers.onSquareTerminalCheckoutCreated, onTerminalCheckoutUpdated: triggers.onSquareTerminalCheckoutUpdated, onTerminalRefundCreated: triggers.onSquareTerminalRefundCreated, onTerminalRefundUpdated: triggers.onSquareTerminalRefundUpdated, onTransferOrderCreated: triggers.onSquareTransferOrderCreated, onTransferOrderDeleted: triggers.onSquareTransferOrderDeleted, onTransferOrderUpdated: triggers.onSquareTransferOrderUpdated, onVendorCreated: triggers.onSquareVendorCreated, onVendorUpdated: triggers.onSquareVendorUpdated, } export * from "./actions" export * from "./lib" export * from "./triggers" export type { SquareEvent, SquareSemanticEvent, } from "@automate.ax/integration-contracts/square" export { SquareClient, SquareEnvironment } from "square" export type { Square } from "square"