cozy-ui 132.0.0 → 133.0.0-beta.1
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.
- package/package.json +1 -12
- package/react/ActionsMenu/Actions/addToFavorites.js +2 -4
- package/react/ActionsMenu/Actions/download.js +2 -4
- package/react/ActionsMenu/Actions/helpers.js +2 -4
- package/react/ActionsMenu/Actions/modify.js +2 -4
- package/react/ActionsMenu/Actions/print.js +4 -5
- package/react/ActionsMenu/Actions/removeFromFavorites.js +2 -4
- package/react/ActionsMenu/Actions/viewInContacts.js +2 -4
- package/react/ActionsMenu/Actions/viewInDrive.js +2 -4
- package/react/ActionsMenu/ActionsItems.jsx +0 -3
- package/react/ActionsMenu/Readme.md +3 -1
- package/react/CozyDialogs/SpecificDialogs/index.jsx +0 -1
- package/react/CozyDialogs/index.jsx +0 -1
- package/react/Icon/icons-sprite.js +178 -0
- package/react/ListItem/Readme.md +0 -112
- package/react/Wizard/Readme.md +6 -5
- package/react/index.js +0 -15
- package/react/providers/CozyTheme/index.jsx +48 -12
- package/react/providers/DemoProvider.jsx +8 -28
- package/rsgscreenshots.json +0 -5
- package/transpiled/react/ActionsMenu/Actions/addToFavorites.d.ts +4 -4
- package/transpiled/react/ActionsMenu/Actions/addToFavorites.js +28 -28
- package/transpiled/react/ActionsMenu/Actions/download.d.ts +4 -3
- package/transpiled/react/ActionsMenu/Actions/download.js +4 -4
- package/transpiled/react/ActionsMenu/Actions/helpers.d.ts +1 -1
- package/transpiled/react/ActionsMenu/Actions/helpers.js +30 -30
- package/transpiled/react/ActionsMenu/Actions/modify.d.ts +5 -4
- package/transpiled/react/ActionsMenu/Actions/modify.js +5 -4
- package/transpiled/react/ActionsMenu/Actions/print.d.ts +6 -3
- package/transpiled/react/ActionsMenu/Actions/print.js +18 -7
- package/transpiled/react/ActionsMenu/Actions/removeFromFavorites.d.ts +4 -4
- package/transpiled/react/ActionsMenu/Actions/removeFromFavorites.js +28 -28
- package/transpiled/react/ActionsMenu/Actions/viewInContacts.d.ts +5 -4
- package/transpiled/react/ActionsMenu/Actions/viewInContacts.js +5 -4
- package/transpiled/react/ActionsMenu/Actions/viewInDrive.d.ts +5 -4
- package/transpiled/react/ActionsMenu/Actions/viewInDrive.js +5 -4
- package/transpiled/react/ActionsMenu/ActionsItems.js +0 -3
- package/transpiled/react/CozyDialogs/SpecificDialogs/index.d.ts +0 -1
- package/transpiled/react/CozyDialogs/SpecificDialogs/index.js +0 -1
- package/transpiled/react/CozyDialogs/index.d.ts +1 -1
- package/transpiled/react/CozyDialogs/index.js +1 -1
- package/transpiled/react/deprecated/ActionMenu/Actions/index.d.ts +0 -2
- package/transpiled/react/index.d.ts +0 -17
- package/transpiled/react/index.js +0 -15
- package/transpiled/react/providers/CozyTheme/index.d.ts +7 -6
- package/transpiled/react/providers/CozyTheme/index.js +32 -12
- package/transpiled/react/providers/DemoProvider.d.ts +1 -2
- package/transpiled/react/providers/DemoProvider.js +3 -26
- package/transpiled/react/stylesheet.css +1 -1
- package/react/AppIcon/Readme.md +0 -96
- package/react/AppIcon/index.jsx +0 -169
- package/react/AppIcon/styles.styl +0 -37
- package/react/AppLinker/Readme.md +0 -32
- package/react/AppLinker/__snapshots__/index.spec.jsx.snap +0 -13
- package/react/AppLinker/index.jsx +0 -107
- package/react/AppLinker/index.spec.jsx +0 -60
- package/react/AppLinker/native.config.js +0 -1
- package/react/AppLinker/native.js +0 -55
- package/react/AppLinker/native.spec.js +0 -120
- package/react/AppSections/Readme.md +0 -41
- package/react/AppSections/Sections.jsx +0 -284
- package/react/AppSections/Sections.styl +0 -4
- package/react/AppSections/__snapshots__/search.spec.js.snap +0 -972
- package/react/AppSections/_mockApps.js +0 -197
- package/react/AppSections/categories.js +0 -138
- package/react/AppSections/categories.spec.js +0 -289
- package/react/AppSections/components/AppsSection.jsx +0 -81
- package/react/AppSections/components/AppsSection.spec.jsx +0 -58
- package/react/AppSections/components/AppsSection.styl +0 -7
- package/react/AppSections/components/DropdownFilter.jsx +0 -49
- package/react/AppSections/components/DropdownFilter.styl +0 -14
- package/react/AppSections/constants.js +0 -9
- package/react/AppSections/generateI18nConfig.ts +0 -23
- package/react/AppSections/helpers.js +0 -16
- package/react/AppSections/helpers.spec.js +0 -39
- package/react/AppSections/index.jsx +0 -3
- package/react/AppSections/index.spec.jsx +0 -137
- package/react/AppSections/locales/en.json +0 -37
- package/react/AppSections/locales/fr.json +0 -37
- package/react/AppSections/locales/ru.json +0 -37
- package/react/AppSections/locales/vi.json +0 -37
- package/react/AppSections/search.js +0 -104
- package/react/AppSections/search.spec.js +0 -158
- package/react/AppTile/AppTile.spec.jsx +0 -119
- package/react/AppTile/Readme.md +0 -24
- package/react/AppTile/helpers.js +0 -25
- package/react/AppTile/index.jsx +0 -139
- package/react/AppTile/locales/en.json +0 -9
- package/react/AppTile/locales/fr.json +0 -9
- package/react/AppTile/locales/ru.json +0 -9
- package/react/AppTile/locales/vi.json +0 -9
- package/react/AppTile/styles.styl +0 -27
- package/react/BarContextProvider/index.jsx +0 -40
- package/react/BarContextProvider/index.spec.jsx +0 -176
- package/react/CipherIcon/Readme.md +0 -14
- package/react/CipherIcon/index.jsx +0 -46
- package/react/CipherIcon/index.spec.jsx +0 -51
- package/react/ContactPicker/Readme.md +0 -26
- package/react/ContactPicker/index.jsx +0 -87
- package/react/ContactPicker/index.spec.jsx +0 -60
- package/react/ContactPicker/styles.styl +0 -5
- package/react/Contacts/AddModal/ContactAddressDialog/helpers.js +0 -22
- package/react/Contacts/AddModal/ContactAddressDialog/helpers.spec.js +0 -64
- package/react/Contacts/AddModal/ContactAddressDialog/index.jsx +0 -84
- package/react/Contacts/AddModal/ContactAddressDialog/locales/en.json +0 -25
- package/react/Contacts/AddModal/ContactAddressDialog/locales/fr.json +0 -25
- package/react/Contacts/AddModal/ContactAddressDialog/locales/index.jsx +0 -11
- package/react/Contacts/AddModal/ContactAddressDialog/locales/ru.json +0 -25
- package/react/Contacts/AddModal/ContactAddressDialog/locales/vi.json +0 -25
- package/react/Contacts/AddModal/ContactForm/FieldInput.jsx +0 -123
- package/react/Contacts/AddModal/ContactForm/FieldInputAccordion.jsx +0 -57
- package/react/Contacts/AddModal/ContactForm/FieldInputArray.jsx +0 -80
- package/react/Contacts/AddModal/ContactForm/FieldInputLayout.jsx +0 -76
- package/react/Contacts/AddModal/ContactForm/FieldInputWrapper.jsx +0 -43
- package/react/Contacts/AddModal/ContactForm/HasValueCondition.jsx +0 -31
- package/react/Contacts/AddModal/ContactForm/HasValueCondition.spec.jsx +0 -79
- package/react/Contacts/AddModal/ContactForm/RelatedContactList.jsx +0 -37
- package/react/Contacts/AddModal/ContactForm/TextFieldCustomLabelSelect.jsx +0 -78
- package/react/Contacts/AddModal/ContactForm/TextFieldSelect.jsx +0 -39
- package/react/Contacts/AddModal/ContactForm/__snapshots__/HasValueCondition.spec.jsx.snap +0 -33
- package/react/Contacts/AddModal/ContactForm/contactToFormValues.js +0 -109
- package/react/Contacts/AddModal/ContactForm/contactToFormValues.spec.js +0 -133
- package/react/Contacts/AddModal/ContactForm/fieldsConfig.jsx +0 -357
- package/react/Contacts/AddModal/ContactForm/formValuesToContact.js +0 -111
- package/react/Contacts/AddModal/ContactForm/formValuesToContact.spec.js +0 -557
- package/react/Contacts/AddModal/ContactForm/helpers.js +0 -393
- package/react/Contacts/AddModal/ContactForm/helpers.spec.js +0 -391
- package/react/Contacts/AddModal/ContactForm/index.jsx +0 -138
- package/react/Contacts/AddModal/ContactForm/index.spec.jsx +0 -301
- package/react/Contacts/AddModal/ContactForm/locales/en.json +0 -75
- package/react/Contacts/AddModal/ContactForm/locales/fr.json +0 -75
- package/react/Contacts/AddModal/ContactForm/locales/index.jsx +0 -11
- package/react/Contacts/AddModal/ContactForm/locales/ru.json +0 -75
- package/react/Contacts/AddModal/ContactForm/locales/vi.json +0 -75
- package/react/Contacts/AddModal/ContactForm/styles.styl +0 -2
- package/react/Contacts/AddModal/CustomLabelDialog/index.jsx +0 -108
- package/react/Contacts/AddModal/CustomLabelDialog/locales/en.json +0 -15
- package/react/Contacts/AddModal/CustomLabelDialog/locales/fr.json +0 -15
- package/react/Contacts/AddModal/CustomLabelDialog/locales/index.jsx +0 -11
- package/react/Contacts/AddModal/CustomLabelDialog/locales/ru.json +0 -15
- package/react/Contacts/AddModal/CustomLabelDialog/locales/vi.json +0 -15
- package/react/Contacts/AddModal/Readme.md +0 -55
- package/react/Contacts/AddModal/index.jsx +0 -85
- package/react/Contacts/AddModal/locales/en.json +0 -13
- package/react/Contacts/AddModal/locales/fr.json +0 -13
- package/react/Contacts/AddModal/locales/index.jsx +0 -11
- package/react/Contacts/AddModal/locales/ru.json +0 -13
- package/react/Contacts/AddModal/locales/vi.json +0 -13
- package/react/Contacts/AddModal/mocks.js +0 -299
- package/react/Contacts/AddModal/types.js +0 -102
- package/react/Contacts/GroupsSelect/GroupCreation.jsx +0 -95
- package/react/Contacts/GroupsSelect/GroupsSelect.jsx +0 -159
- package/react/Contacts/GroupsSelect/GroupsSelect.spec.jsx +0 -248
- package/react/Contacts/GroupsSelect/GroupsSelectProvider.jsx +0 -39
- package/react/Contacts/GroupsSelect/Readme.md +0 -1
- package/react/Contacts/GroupsSelect/SelectBox/Control.jsx +0 -36
- package/react/Contacts/GroupsSelect/SelectBox/EditGroupName.jsx +0 -52
- package/react/Contacts/GroupsSelect/SelectBox/Menu.jsx +0 -26
- package/react/Contacts/GroupsSelect/SelectBox/Option.jsx +0 -67
- package/react/Contacts/GroupsSelect/SelectBox/SelectContainer.jsx +0 -15
- package/react/Contacts/GroupsSelect/SelectBox/styles.styl +0 -2
- package/react/Contacts/GroupsSelect/helpers.js +0 -25
- package/react/Contacts/GroupsSelect/locales/en.json +0 -21
- package/react/Contacts/GroupsSelect/locales/fr.json +0 -21
- package/react/Contacts/GroupsSelect/locales/index.jsx +0 -11
- package/react/Contacts/GroupsSelect/locales/ru.json +0 -21
- package/react/Contacts/GroupsSelect/locales/vi.json +0 -21
- package/react/Contacts/GroupsSelect/styles.styl +0 -48
- package/react/Contacts/GroupsSelect/useGroupSelect.jsx +0 -88
- package/react/Contacts/Header/GroupsSelection.jsx +0 -74
- package/react/Contacts/Header/ImportDropdown.jsx +0 -78
- package/react/Contacts/Header/Readme.md +0 -38
- package/react/Contacts/Header/SearchInput.jsx +0 -19
- package/react/Contacts/Header/index.jsx +0 -79
- package/react/Contacts/Header/locales/en.json +0 -15
- package/react/Contacts/Header/locales/fr.json +0 -15
- package/react/Contacts/Header/locales/index.jsx +0 -11
- package/react/Contacts/Header/locales/ru.json +0 -15
- package/react/Contacts/Header/locales/vi.json +0 -15
- package/react/Contacts/Readme.md +0 -1
- package/react/ContactsList/ContactCell.jsx +0 -22
- package/react/ContactsList/ContactRow.jsx +0 -46
- package/react/ContactsList/ContactRow.spec.js +0 -75
- package/react/ContactsList/Contacts/ContactCozy.jsx +0 -22
- package/react/ContactsList/Contacts/ContactEmail.jsx +0 -22
- package/react/ContactsList/Contacts/ContactIdentity.jsx +0 -57
- package/react/ContactsList/Contacts/ContactName.jsx +0 -44
- package/react/ContactsList/Contacts/ContactPhone.jsx +0 -23
- package/react/ContactsList/ContactsList.jsx +0 -51
- package/react/ContactsList/Readme.md +0 -47
- package/react/ContactsList/_mockContacts.json +0 -2494
- package/react/ContactsList/helpers.js +0 -132
- package/react/ContactsList/helpers.spec.js +0 -150
- package/react/ContactsList/index.js +0 -3
- package/react/ContactsList/locales/en.json +0 -5
- package/react/ContactsList/locales/fr.json +0 -5
- package/react/ContactsList/locales/ru.json +0 -5
- package/react/ContactsList/locales/vi.json +0 -5
- package/react/ContactsList/locales/withContactsListLocales.jsx +0 -14
- package/react/ContactsList/styles.styl +0 -35
- package/react/ContactsListModal/AddContact/AddContactActions.jsx +0 -15
- package/react/ContactsListModal/AddContact/AddContactContent.jsx +0 -59
- package/react/ContactsListModal/AddContact/AddContactDialog.jsx +0 -38
- package/react/ContactsListModal/AddContact/AddContactTitle.jsx +0 -9
- package/react/ContactsListModal/AddContact/helpers.js +0 -18
- package/react/ContactsListModal/AddContact/helpers.spec.js +0 -74
- package/react/ContactsListModal/AddContact/styles.styl +0 -2
- package/react/ContactsListModal/ContactsListContent.jsx +0 -75
- package/react/ContactsListModal/ContactsListModal.jsx +0 -143
- package/react/ContactsListModal/ContactsListModalWithQuery.jsx +0 -27
- package/react/ContactsListModal/EmptyMessage.jsx +0 -18
- package/react/ContactsListModal/MobileHeader.jsx +0 -49
- package/react/ContactsListModal/Readme.md +0 -45
- package/react/ContactsListModal/index.jsx +0 -28
- package/react/ContactsListModal/locales/en.json +0 -11
- package/react/ContactsListModal/locales/fr.json +0 -11
- package/react/ContactsListModal/locales/ru.json +0 -11
- package/react/ContactsListModal/locales/vi.json +0 -11
- package/react/ContactsListModal/mockClient.jsx +0 -47
- package/react/ContactsListModal/queries.js +0 -12
- package/react/ContactsListModal/styles.styl +0 -12
- package/react/ContactsListModal/withContactsListLocales.jsx +0 -10
- package/react/CozyDialogs/SpecificDialogs/AuthentificationDialog.jsx +0 -115
- package/react/Field/Readme.md +0 -357
- package/react/Field/index.jsx +0 -316
- package/react/Field/index.spec.js +0 -59
- package/react/Field/styles.styl +0 -41
- package/react/FileImageLoader/Readme.md +0 -112
- package/react/FileImageLoader/checkImageSource.js +0 -29
- package/react/FileImageLoader/index.jsx +0 -185
- package/react/FileImageLoader/index.spec.jsx +0 -176
- package/react/FilePicker/FilePickerBody.jsx +0 -111
- package/react/FilePicker/FilePickerBodyItem.jsx +0 -126
- package/react/FilePicker/FilePickerBodyItem.spec.jsx +0 -164
- package/react/FilePicker/FilePickerBreadcrumb.jsx +0 -54
- package/react/FilePicker/FilePickerFooter.jsx +0 -41
- package/react/FilePicker/FilePickerFooter.spec.jsx +0 -41
- package/react/FilePicker/FilePickerHeader.jsx +0 -89
- package/react/FilePicker/Readme.md +0 -50
- package/react/FilePicker/index.jsx +0 -93
- package/react/FilePicker/locales/en.json +0 -8
- package/react/FilePicker/locales/fr.json +0 -8
- package/react/FilePicker/locales/ru.json +0 -8
- package/react/FilePicker/locales/vi.json +0 -8
- package/react/FilePicker/queries.js +0 -37
- package/react/FilePicker/styles.styl +0 -18
- package/react/IntentDialogOpener/IntentDialogOpener.jsx +0 -109
- package/react/IntentDialogOpener/IntentDialogOpener.md +0 -25
- package/react/IntentDialogOpener/index.js +0 -1
- package/react/IntentIframe/IntentIframe.jsx +0 -110
- package/react/IntentIframe/Readme.md +0 -80
- package/react/IntentIframe/index.js +0 -1
- package/react/IntentIframe/styles.styl +0 -21
- package/react/Labs/CollectionField/Readme.md +0 -41
- package/react/Labs/CollectionField/index.jsx +0 -140
- package/react/Labs/CollectionField/styles.styl +0 -15
- package/react/ListItem/ExpandedAttributes/ExpandedAttribute.jsx +0 -39
- package/react/ListItem/ExpandedAttributes/helpers.js +0 -214
- package/react/ListItem/ExpandedAttributes/helpers.spec.js +0 -175
- package/react/ListItem/ExpandedAttributes/index.jsx +0 -61
- package/react/ListItem/ListItemBase/Renaming/RenameDialog.jsx +0 -37
- package/react/ListItem/ListItemBase/Renaming/RenameInput.jsx +0 -134
- package/react/ListItem/ListItemBase/Renaming/helpers.js +0 -35
- package/react/ListItem/ListItemBase/index.jsx +0 -115
- package/react/ListItem/ListItemByDoc/index.jsx +0 -103
- package/react/ListItem/ListItemContact/helpers.js +0 -23
- package/react/ListItem/ListItemContact/helpers.spec.js +0 -35
- package/react/ListItem/ListItemContact/index.jsx +0 -68
- package/react/ListItem/ListItemContact/useActions.jsx +0 -17
- package/react/ListItem/ListItemFile/ExpirationAnnotation.jsx +0 -39
- package/react/ListItem/ListItemFile/ItemIcon.jsx +0 -49
- package/react/ListItem/ListItemFile/PrimaryText.jsx +0 -39
- package/react/ListItem/ListItemFile/SecondaryText.jsx +0 -36
- package/react/ListItem/ListItemFile/index.jsx +0 -75
- package/react/ListItem/hoc/withListItemLocales.jsx +0 -14
- package/react/ListItem/locales/en.json +0 -75
- package/react/ListItem/locales/fr.json +0 -75
- package/react/ListItem/locales/ru.json +0 -75
- package/react/ListItem/locales/vi.json +0 -75
- package/react/Paywall/MaxAccountsByKonnectorPaywall.jsx +0 -32
- package/react/Paywall/MaxAccountsPaywall.jsx +0 -27
- package/react/Paywall/MaxDaysToCapturePaywall.jsx +0 -27
- package/react/Paywall/MaxPapersPaywall.jsx +0 -29
- package/react/Paywall/OnlyOfficePaywall.jsx +0 -24
- package/react/Paywall/PasswordSharingPaywall.jsx +0 -20
- package/react/Paywall/Paywall.jsx +0 -130
- package/react/Paywall/Paywall.spec.jsx +0 -228
- package/react/Paywall/QuotaPaywall.jsx +0 -18
- package/react/Paywall/Readme.md +0 -139
- package/react/Paywall/helpers.js +0 -22
- package/react/Paywall/howto.md +0 -28
- package/react/Paywall/index.jsx +0 -7
- package/react/Paywall/locales/en.json +0 -95
- package/react/Paywall/locales/fr.json +0 -95
- package/react/Paywall/locales/ru.json +0 -95
- package/react/Paywall/locales/vi.json +0 -95
- package/react/Paywall/locales/withPaywallLocales.jsx +0 -14
- package/react/QualificationGrid/Readme.md +0 -26
- package/react/QualificationGrid/helpers.js +0 -4
- package/react/QualificationGrid/index.jsx +0 -90
- package/react/QualificationGrid/locales/en.json +0 -15
- package/react/QualificationGrid/locales/fr.json +0 -15
- package/react/QualificationGrid/locales/ru.json +0 -15
- package/react/QualificationGrid/locales/vi.json +0 -15
- package/react/QualificationGrid/locales/withLocales.jsx +0 -14
- package/react/QualificationIcon/Readme.md +0 -14
- package/react/QualificationIcon/index.jsx +0 -105
- package/react/QualificationItem/Readme.md +0 -8
- package/react/QualificationItem/index.jsx +0 -64
- package/react/QualificationModal/Readme.md +0 -28
- package/react/QualificationModal/helpers.js +0 -63
- package/react/QualificationModal/helpers.spec.js +0 -61
- package/react/QualificationModal/index.jsx +0 -71
- package/react/QualificationModal/locales/en.json +0 -6
- package/react/QualificationModal/locales/fr.json +0 -6
- package/react/QualificationModal/locales/index.jsx +0 -11
- package/react/QualificationModal/locales/ru.json +0 -6
- package/react/QualificationModal/locales/vi.json +0 -6
- package/react/ShortcutTile/index.tsx +0 -61
- package/react/SquareAppIcon/Readme.md +0 -185
- package/react/SquareAppIcon/SquareAppIcon.spec.js +0 -88
- package/react/SquareAppIcon/__snapshots__/SquareAppIcon.spec.js.snap +0 -474
- package/react/SquareAppIcon/constants.json +0 -6
- package/react/SquareAppIcon/index.jsx +0 -289
- package/react/SquareAppIcon/styles.styl +0 -141
- package/react/Storage/Readme.md +0 -46
- package/react/Storage/StorageButton.jsx +0 -34
- package/react/Storage/StorageProgress.jsx +0 -52
- package/react/Storage/index.jsx +0 -41
- package/react/Storage/locales/en.json +0 -7
- package/react/Storage/locales/fr.json +0 -7
- package/react/Storage/locales/index.jsx +0 -11
- package/react/Storage/locales/ru.json +0 -7
- package/react/Storage/locales/vi.json +0 -7
- package/react/UploadQueue/FileUploadProgress.jsx +0 -49
- package/react/UploadQueue/Item.jsx +0 -99
- package/react/UploadQueue/Pending.jsx +0 -12
- package/react/UploadQueue/Readme.md +0 -95
- package/react/UploadQueue/RemainingTime.jsx +0 -26
- package/react/UploadQueue/helpers.js +0 -3
- package/react/UploadQueue/index.jsx +0 -160
- package/react/UploadQueue/index.spec.jsx +0 -162
- package/react/UploadQueue/locales/en.json +0 -10
- package/react/UploadQueue/locales/es.json +0 -10
- package/react/UploadQueue/locales/fr.json +0 -10
- package/react/UploadQueue/locales/ru.json +0 -10
- package/react/UploadQueue/locales/vi.json +0 -10
- package/react/UploadQueue/styles.styl +0 -155
- package/react/UploadQueue/useStatusIcon.js +0 -31
- package/react/deprecated/ActionMenu/Actions/modify.js +0 -41
- package/react/deprecated/ActionMenu/Actions/viewInContacts.js +0 -41
- package/react/deprecated/IntentModal/IntentModal.jsx +0 -98
- package/react/deprecated/IntentModal/IntentModal.md +0 -26
- package/react/deprecated/IntentModal/index.js +0 -1
- package/react/deprecated/IntentModal/styles.styl +0 -23
- package/react/deprecated/IntentOpener/IntentOpener.jsx +0 -95
- package/react/deprecated/IntentOpener/IntentOpener.md +0 -16
- package/react/deprecated/IntentOpener/index.js +0 -1
- package/react/deprecated/QuotaAlert/Readme.md +0 -40
- package/react/deprecated/QuotaAlert/index.jsx +0 -18
- package/react/helpers/acceptedTypes.js +0 -50
- package/react/helpers/acceptedTypes.spec.js +0 -86
- package/react/hooks/useClientErrors.jsx +0 -140
- package/react/hooks/useClientErrors.spec.jsx +0 -94
- package/react/proptypes.js +0 -20
- package/react/providers/CozyTheme/CozyThemeWithQuery.jsx +0 -25
- package/react/providers/CozyTheme/DumbCozyTheme.jsx +0 -65
- package/react/providers/CozyTheme/queries.js +0 -14
- package/react/providers/Intent/index.jsx +0 -83
- package/scripts/screenshots/fetchAllComponents.js +0 -114
- package/scripts/screenshots/helpers.js +0 -39
- package/scripts/screenshots/parser.js +0 -61
- package/scripts/screenshots/prepares.js +0 -58
- package/scripts/screenshots/screenshotComponent.js +0 -68
- package/scripts/screenshots/screenshotKSSStyleguide.js +0 -60
- package/scripts/screenshots/screenshotReactStyleguide.js +0 -74
- package/transpiled/react/AppIcon/index.d.ts +0 -50
- package/transpiled/react/AppIcon/index.js +0 -234
- package/transpiled/react/AppLinker/index.d.ts +0 -35
- package/transpiled/react/AppLinker/index.js +0 -122
- package/transpiled/react/AppLinker/index.spec.d.ts +0 -1
- package/transpiled/react/AppLinker/native.config.d.ts +0 -1
- package/transpiled/react/AppLinker/native.config.js +0 -1
- package/transpiled/react/AppLinker/native.d.ts +0 -6
- package/transpiled/react/AppLinker/native.js +0 -61
- package/transpiled/react/AppLinker/native.spec.d.ts +0 -1
- package/transpiled/react/AppSections/Sections.d.ts +0 -49
- package/transpiled/react/AppSections/Sections.js +0 -424
- package/transpiled/react/AppSections/_mockApps.d.ts +0 -242
- package/transpiled/react/AppSections/_mockApps.js +0 -202
- package/transpiled/react/AppSections/categories.d.ts +0 -7
- package/transpiled/react/AppSections/categories.js +0 -173
- package/transpiled/react/AppSections/categories.spec.d.ts +0 -1
- package/transpiled/react/AppSections/components/AppsSection.d.ts +0 -20
- package/transpiled/react/AppSections/components/AppsSection.js +0 -89
- package/transpiled/react/AppSections/components/AppsSection.spec.d.ts +0 -1
- package/transpiled/react/AppSections/components/DropdownFilter.d.ts +0 -17
- package/transpiled/react/AppSections/components/DropdownFilter.js +0 -77
- package/transpiled/react/AppSections/constants.d.ts +0 -8
- package/transpiled/react/AppSections/constants.js +0 -8
- package/transpiled/react/AppSections/generateI18nConfig.d.ts +0 -4
- package/transpiled/react/AppSections/generateI18nConfig.js +0 -25
- package/transpiled/react/AppSections/helpers.d.ts +0 -2
- package/transpiled/react/AppSections/helpers.js +0 -12
- package/transpiled/react/AppSections/helpers.spec.d.ts +0 -1
- package/transpiled/react/AppSections/index.d.ts +0 -3
- package/transpiled/react/AppSections/index.js +0 -3
- package/transpiled/react/AppSections/index.spec.d.ts +0 -1
- package/transpiled/react/AppSections/search.d.ts +0 -3
- package/transpiled/react/AppSections/search.js +0 -141
- package/transpiled/react/AppSections/search.spec.d.ts +0 -1
- package/transpiled/react/AppTile/AppTile.spec.d.ts +0 -1
- package/transpiled/react/AppTile/helpers.d.ts +0 -9
- package/transpiled/react/AppTile/helpers.js +0 -22
- package/transpiled/react/AppTile/index.d.ts +0 -33
- package/transpiled/react/AppTile/index.js +0 -141
- package/transpiled/react/BarContextProvider/index.d.ts +0 -10
- package/transpiled/react/BarContextProvider/index.js +0 -32
- package/transpiled/react/BarContextProvider/index.spec.d.ts +0 -1
- package/transpiled/react/CipherIcon/index.d.ts +0 -2
- package/transpiled/react/CipherIcon/index.js +0 -78
- package/transpiled/react/CipherIcon/index.spec.d.ts +0 -1
- package/transpiled/react/ContactPicker/index.d.ts +0 -21
- package/transpiled/react/ContactPicker/index.js +0 -111
- package/transpiled/react/ContactPicker/index.spec.d.ts +0 -1
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/helpers.d.ts +0 -4
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/helpers.js +0 -20
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/helpers.spec.d.ts +0 -1
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/index.d.ts +0 -39
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/index.js +0 -87
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.d.ts +0 -10
- package/transpiled/react/Contacts/AddModal/ContactAddressDialog/locales/index.js +0 -106
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInput.d.ts +0 -39
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInput.js +0 -135
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputAccordion.d.ts +0 -12
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputAccordion.js +0 -69
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputArray.d.ts +0 -14
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputArray.js +0 -82
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputLayout.d.ts +0 -22
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputLayout.js +0 -80
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputWrapper.d.ts +0 -19
- package/transpiled/react/Contacts/AddModal/ContactForm/FieldInputWrapper.js +0 -34
- package/transpiled/react/Contacts/AddModal/ContactForm/HasValueCondition.d.ts +0 -18
- package/transpiled/react/Contacts/AddModal/ContactForm/HasValueCondition.js +0 -32
- package/transpiled/react/Contacts/AddModal/ContactForm/HasValueCondition.spec.d.ts +0 -1
- package/transpiled/react/Contacts/AddModal/ContactForm/RelatedContactList.d.ts +0 -15
- package/transpiled/react/Contacts/AddModal/ContactForm/RelatedContactList.js +0 -39
- package/transpiled/react/Contacts/AddModal/ContactForm/TextFieldCustomLabelSelect.d.ts +0 -9
- package/transpiled/react/Contacts/AddModal/ContactForm/TextFieldCustomLabelSelect.js +0 -81
- package/transpiled/react/Contacts/AddModal/ContactForm/TextFieldSelect.d.ts +0 -5
- package/transpiled/react/Contacts/AddModal/ContactForm/TextFieldSelect.js +0 -42
- package/transpiled/react/Contacts/AddModal/ContactForm/contactToFormValues.d.ts +0 -6
- package/transpiled/react/Contacts/AddModal/ContactForm/contactToFormValues.js +0 -105
- package/transpiled/react/Contacts/AddModal/ContactForm/contactToFormValues.spec.d.ts +0 -1
- package/transpiled/react/Contacts/AddModal/ContactForm/fieldsConfig.d.ts +0 -4
- package/transpiled/react/Contacts/AddModal/ContactForm/fieldsConfig.js +0 -291
- package/transpiled/react/Contacts/AddModal/ContactForm/formValuesToContact.d.ts +0 -7
- package/transpiled/react/Contacts/AddModal/ContactForm/formValuesToContact.js +0 -99
- package/transpiled/react/Contacts/AddModal/ContactForm/formValuesToContact.spec.d.ts +0 -1
- package/transpiled/react/Contacts/AddModal/ContactForm/helpers.d.ts +0 -35
- package/transpiled/react/Contacts/AddModal/ContactForm/helpers.js +0 -398
- package/transpiled/react/Contacts/AddModal/ContactForm/helpers.spec.d.ts +0 -1
- package/transpiled/react/Contacts/AddModal/ContactForm/index.d.ts +0 -17
- package/transpiled/react/Contacts/AddModal/ContactForm/index.js +0 -150
- package/transpiled/react/Contacts/AddModal/ContactForm/index.spec.d.ts +0 -1
- package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.d.ts +0 -10
- package/transpiled/react/Contacts/AddModal/ContactForm/locales/index.js +0 -306
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/index.d.ts +0 -22
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/index.js +0 -113
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.d.ts +0 -10
- package/transpiled/react/Contacts/AddModal/CustomLabelDialog/locales/index.js +0 -66
- package/transpiled/react/Contacts/AddModal/index.d.ts +0 -8
- package/transpiled/react/Contacts/AddModal/index.js +0 -111
- package/transpiled/react/Contacts/AddModal/locales/index.d.ts +0 -10
- package/transpiled/react/Contacts/AddModal/locales/index.js +0 -58
- package/transpiled/react/Contacts/AddModal/mocks.d.ts +0 -300
- package/transpiled/react/Contacts/AddModal/mocks.js +0 -256
- package/transpiled/react/Contacts/AddModal/types.d.ts +0 -188
- package/transpiled/react/Contacts/AddModal/types.js +0 -94
- package/transpiled/react/Contacts/GroupsSelect/GroupCreation.d.ts +0 -3
- package/transpiled/react/Contacts/GroupsSelect/GroupCreation.js +0 -137
- package/transpiled/react/Contacts/GroupsSelect/GroupsSelect.d.ts +0 -56
- package/transpiled/react/Contacts/GroupsSelect/GroupsSelect.js +0 -181
- package/transpiled/react/Contacts/GroupsSelect/GroupsSelect.spec.d.ts +0 -22
- package/transpiled/react/Contacts/GroupsSelect/GroupsSelectProvider.d.ts +0 -5
- package/transpiled/react/Contacts/GroupsSelect/GroupsSelectProvider.js +0 -38
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/Control.d.ts +0 -14
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/Control.js +0 -37
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/EditGroupName.d.ts +0 -7
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/EditGroupName.js +0 -71
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/Menu.d.ts +0 -7
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/Menu.js +0 -34
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/Option.d.ts +0 -18
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/Option.js +0 -66
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/SelectContainer.d.ts +0 -2
- package/transpiled/react/Contacts/GroupsSelect/SelectBox/SelectContainer.js +0 -12
- package/transpiled/react/Contacts/GroupsSelect/helpers.d.ts +0 -9
- package/transpiled/react/Contacts/GroupsSelect/helpers.js +0 -30
- package/transpiled/react/Contacts/GroupsSelect/locales/index.d.ts +0 -10
- package/transpiled/react/Contacts/GroupsSelect/locales/index.js +0 -90
- package/transpiled/react/Contacts/GroupsSelect/useGroupSelect.d.ts +0 -11
- package/transpiled/react/Contacts/GroupsSelect/useGroupSelect.js +0 -179
- package/transpiled/react/Contacts/Header/GroupsSelection.d.ts +0 -7
- package/transpiled/react/Contacts/Header/GroupsSelection.js +0 -84
- package/transpiled/react/Contacts/Header/ImportDropdown.d.ts +0 -4
- package/transpiled/react/Contacts/Header/ImportDropdown.js +0 -88
- package/transpiled/react/Contacts/Header/SearchInput.d.ts +0 -4
- package/transpiled/react/Contacts/Header/SearchInput.js +0 -24
- package/transpiled/react/Contacts/Header/index.d.ts +0 -26
- package/transpiled/react/Contacts/Header/index.js +0 -72
- package/transpiled/react/Contacts/Header/locales/index.d.ts +0 -10
- package/transpiled/react/Contacts/Header/locales/index.js +0 -66
- package/transpiled/react/ContactsList/ContactCell.d.ts +0 -8
- package/transpiled/react/ContactsList/ContactCell.js +0 -32
- package/transpiled/react/ContactsList/ContactRow.d.ts +0 -16
- package/transpiled/react/ContactsList/ContactRow.js +0 -62
- package/transpiled/react/ContactsList/ContactRow.spec.d.ts +0 -1
- package/transpiled/react/ContactsList/Contacts/ContactCozy.d.ts +0 -14
- package/transpiled/react/ContactsList/Contacts/ContactCozy.js +0 -31
- package/transpiled/react/ContactsList/Contacts/ContactEmail.d.ts +0 -14
- package/transpiled/react/ContactsList/Contacts/ContactEmail.js +0 -31
- package/transpiled/react/ContactsList/Contacts/ContactIdentity.d.ts +0 -10
- package/transpiled/react/ContactsList/Contacts/ContactIdentity.js +0 -67
- package/transpiled/react/ContactsList/Contacts/ContactName.d.ts +0 -10
- package/transpiled/react/ContactsList/Contacts/ContactName.js +0 -34
- package/transpiled/react/ContactsList/Contacts/ContactPhone.d.ts +0 -14
- package/transpiled/react/ContactsList/Contacts/ContactPhone.js +0 -31
- package/transpiled/react/ContactsList/ContactsList.d.ts +0 -2
- package/transpiled/react/ContactsList/ContactsList.js +0 -51
- package/transpiled/react/ContactsList/helpers.d.ts +0 -9
- package/transpiled/react/ContactsList/helpers.js +0 -130
- package/transpiled/react/ContactsList/helpers.spec.d.ts +0 -1
- package/transpiled/react/ContactsList/index.d.ts +0 -2
- package/transpiled/react/ContactsList/index.js +0 -2
- package/transpiled/react/ContactsList/locales/withContactsListLocales.d.ts +0 -12
- package/transpiled/react/ContactsList/locales/withContactsListLocales.js +0 -28
- package/transpiled/react/ContactsListModal/AddContact/AddContactActions.d.ts +0 -2
- package/transpiled/react/ContactsListModal/AddContact/AddContactActions.js +0 -19
- package/transpiled/react/ContactsListModal/AddContact/AddContactContent.d.ts +0 -2
- package/transpiled/react/ContactsListModal/AddContact/AddContactContent.js +0 -65
- package/transpiled/react/ContactsListModal/AddContact/AddContactDialog.d.ts +0 -6
- package/transpiled/react/ContactsListModal/AddContact/AddContactDialog.js +0 -42
- package/transpiled/react/ContactsListModal/AddContact/AddContactTitle.d.ts +0 -2
- package/transpiled/react/ContactsListModal/AddContact/AddContactTitle.js +0 -9
- package/transpiled/react/ContactsListModal/AddContact/helpers.d.ts +0 -6
- package/transpiled/react/ContactsListModal/AddContact/helpers.js +0 -48
- package/transpiled/react/ContactsListModal/AddContact/helpers.spec.d.ts +0 -1
- package/transpiled/react/ContactsListModal/ContactsListContent.d.ts +0 -2
- package/transpiled/react/ContactsListModal/ContactsListContent.js +0 -72
- package/transpiled/react/ContactsListModal/ContactsListModal.d.ts +0 -20
- package/transpiled/react/ContactsListModal/ContactsListModal.js +0 -144
- package/transpiled/react/ContactsListModal/ContactsListModalWithQuery.d.ts +0 -12
- package/transpiled/react/ContactsListModal/ContactsListModalWithQuery.js +0 -29
- package/transpiled/react/ContactsListModal/EmptyMessage.d.ts +0 -2
- package/transpiled/react/ContactsListModal/EmptyMessage.js +0 -19
- package/transpiled/react/ContactsListModal/MobileHeader.d.ts +0 -16
- package/transpiled/react/ContactsListModal/MobileHeader.js +0 -49
- package/transpiled/react/ContactsListModal/index.d.ts +0 -2
- package/transpiled/react/ContactsListModal/index.js +0 -39
- package/transpiled/react/ContactsListModal/mockClient.d.ts +0 -3
- package/transpiled/react/ContactsListModal/mockClient.js +0 -1998
- package/transpiled/react/ContactsListModal/queries.d.ts +0 -7
- package/transpiled/react/ContactsListModal/queries.js +0 -14
- package/transpiled/react/ContactsListModal/withContactsListLocales.d.ts +0 -7
- package/transpiled/react/ContactsListModal/withContactsListLocales.js +0 -28
- package/transpiled/react/CozyDialogs/SpecificDialogs/AuthentificationDialog.d.ts +0 -2
- package/transpiled/react/CozyDialogs/SpecificDialogs/AuthentificationDialog.js +0 -113
- package/transpiled/react/Field/index.d.ts +0 -53
- package/transpiled/react/Field/index.js +0 -269
- package/transpiled/react/Field/index.spec.d.ts +0 -1
- package/transpiled/react/FileImageLoader/checkImageSource.d.ts +0 -1
- package/transpiled/react/FileImageLoader/checkImageSource.js +0 -49
- package/transpiled/react/FileImageLoader/index.d.ts +0 -45
- package/transpiled/react/FileImageLoader/index.js +0 -368
- package/transpiled/react/FileImageLoader/index.spec.d.ts +0 -1
- package/transpiled/react/FilePicker/FilePickerBody.d.ts +0 -19
- package/transpiled/react/FilePicker/FilePickerBody.js +0 -85
- package/transpiled/react/FilePicker/FilePickerBodyItem.d.ts +0 -22
- package/transpiled/react/FilePicker/FilePickerBodyItem.js +0 -105
- package/transpiled/react/FilePicker/FilePickerBodyItem.spec.d.ts +0 -1
- package/transpiled/react/FilePicker/FilePickerBreadcrumb.d.ts +0 -13
- package/transpiled/react/FilePicker/FilePickerBreadcrumb.js +0 -52
- package/transpiled/react/FilePicker/FilePickerFooter.d.ts +0 -15
- package/transpiled/react/FilePicker/FilePickerFooter.js +0 -71
- package/transpiled/react/FilePicker/FilePickerFooter.spec.d.ts +0 -1
- package/transpiled/react/FilePicker/FilePickerHeader.d.ts +0 -14
- package/transpiled/react/FilePicker/FilePickerHeader.js +0 -81
- package/transpiled/react/FilePicker/index.d.ts +0 -22
- package/transpiled/react/FilePicker/index.js +0 -98
- package/transpiled/react/FilePicker/queries.d.ts +0 -14
- package/transpiled/react/FilePicker/queries.js +0 -45
- package/transpiled/react/IntentDialogOpener/IntentDialogOpener.d.ts +0 -32
- package/transpiled/react/IntentDialogOpener/IntentDialogOpener.js +0 -120
- package/transpiled/react/IntentDialogOpener/index.d.ts +0 -1
- package/transpiled/react/IntentDialogOpener/index.js +0 -1
- package/transpiled/react/IntentIframe/IntentIframe.d.ts +0 -8
- package/transpiled/react/IntentIframe/IntentIframe.js +0 -159
- package/transpiled/react/IntentIframe/index.d.ts +0 -1
- package/transpiled/react/IntentIframe/index.js +0 -1
- package/transpiled/react/Labs/CollectionField/index.d.ts +0 -23
- package/transpiled/react/Labs/CollectionField/index.js +0 -142
- package/transpiled/react/ListItem/ExpandedAttributes/ExpandedAttribute.d.ts +0 -14
- package/transpiled/react/ListItem/ExpandedAttributes/ExpandedAttribute.js +0 -45
- package/transpiled/react/ListItem/ExpandedAttributes/helpers.d.ts +0 -43
- package/transpiled/react/ListItem/ExpandedAttributes/helpers.js +0 -215
- package/transpiled/react/ListItem/ExpandedAttributes/helpers.spec.d.ts +0 -1
- package/transpiled/react/ListItem/ExpandedAttributes/index.d.ts +0 -2
- package/transpiled/react/ListItem/ExpandedAttributes/index.js +0 -66
- package/transpiled/react/ListItem/ListItemBase/Renaming/RenameDialog.d.ts +0 -2
- package/transpiled/react/ListItem/ListItemBase/Renaming/RenameDialog.js +0 -35
- package/transpiled/react/ListItem/ListItemBase/Renaming/RenameInput.d.ts +0 -12
- package/transpiled/react/ListItem/ListItemBase/Renaming/RenameInput.js +0 -292
- package/transpiled/react/ListItem/ListItemBase/Renaming/helpers.d.ts +0 -1
- package/transpiled/react/ListItem/ListItemBase/Renaming/helpers.js +0 -59
- package/transpiled/react/ListItem/ListItemBase/index.d.ts +0 -2
- package/transpiled/react/ListItem/ListItemBase/index.js +0 -122
- package/transpiled/react/ListItem/ListItemByDoc/index.d.ts +0 -46
- package/transpiled/react/ListItem/ListItemByDoc/index.js +0 -95
- package/transpiled/react/ListItem/ListItemContact/helpers.d.ts +0 -1
- package/transpiled/react/ListItem/ListItemContact/helpers.js +0 -29
- package/transpiled/react/ListItem/ListItemContact/helpers.spec.d.ts +0 -1
- package/transpiled/react/ListItem/ListItemContact/index.d.ts +0 -35
- package/transpiled/react/ListItem/ListItemContact/index.js +0 -68
- package/transpiled/react/ListItem/ListItemContact/useActions.d.ts +0 -2
- package/transpiled/react/ListItem/ListItemContact/useActions.js +0 -18
- package/transpiled/react/ListItem/ListItemFile/ExpirationAnnotation.d.ts +0 -2
- package/transpiled/react/ListItem/ListItemFile/ExpirationAnnotation.js +0 -37
- package/transpiled/react/ListItem/ListItemFile/ItemIcon.d.ts +0 -12
- package/transpiled/react/ListItem/ListItemFile/ItemIcon.js +0 -42
- package/transpiled/react/ListItem/ListItemFile/PrimaryText.d.ts +0 -12
- package/transpiled/react/ListItem/ListItemFile/PrimaryText.js +0 -33
- package/transpiled/react/ListItem/ListItemFile/SecondaryText.d.ts +0 -12
- package/transpiled/react/ListItem/ListItemFile/SecondaryText.js +0 -27
- package/transpiled/react/ListItem/ListItemFile/index.d.ts +0 -37
- package/transpiled/react/ListItem/ListItemFile/index.js +0 -78
- package/transpiled/react/ListItem/hoc/withListItemLocales.d.ts +0 -12
- package/transpiled/react/ListItem/hoc/withListItemLocales.js +0 -308
- package/transpiled/react/Paywall/MaxAccountsByKonnectorPaywall.d.ts +0 -2
- package/transpiled/react/Paywall/MaxAccountsByKonnectorPaywall.js +0 -33
- package/transpiled/react/Paywall/MaxAccountsPaywall.d.ts +0 -2
- package/transpiled/react/Paywall/MaxAccountsPaywall.js +0 -28
- package/transpiled/react/Paywall/MaxDaysToCapturePaywall.d.ts +0 -2
- package/transpiled/react/Paywall/MaxDaysToCapturePaywall.js +0 -28
- package/transpiled/react/Paywall/MaxPapersPaywall.d.ts +0 -2
- package/transpiled/react/Paywall/MaxPapersPaywall.js +0 -29
- package/transpiled/react/Paywall/OnlyOfficePaywall.d.ts +0 -16
- package/transpiled/react/Paywall/OnlyOfficePaywall.js +0 -29
- package/transpiled/react/Paywall/PasswordSharingPaywall.d.ts +0 -10
- package/transpiled/react/Paywall/PasswordSharingPaywall.js +0 -22
- package/transpiled/react/Paywall/Paywall.d.ts +0 -2
- package/transpiled/react/Paywall/Paywall.js +0 -171
- package/transpiled/react/Paywall/Paywall.spec.d.ts +0 -1
- package/transpiled/react/Paywall/QuotaPaywall.d.ts +0 -13
- package/transpiled/react/Paywall/QuotaPaywall.js +0 -20
- package/transpiled/react/Paywall/helpers.d.ts +0 -1
- package/transpiled/react/Paywall/helpers.js +0 -22
- package/transpiled/react/Paywall/index.d.ts +0 -7
- package/transpiled/react/Paywall/index.js +0 -7
- package/transpiled/react/Paywall/locales/withPaywallLocales.d.ts +0 -2
- package/transpiled/react/Paywall/locales/withPaywallLocales.js +0 -388
- package/transpiled/react/QualificationGrid/helpers.d.ts +0 -1
- package/transpiled/react/QualificationGrid/helpers.js +0 -6
- package/transpiled/react/QualificationGrid/index.d.ts +0 -2
- package/transpiled/react/QualificationGrid/index.js +0 -102
- package/transpiled/react/QualificationGrid/locales/withLocales.d.ts +0 -12
- package/transpiled/react/QualificationGrid/locales/withLocales.js +0 -68
- package/transpiled/react/QualificationIcon/index.d.ts +0 -13
- package/transpiled/react/QualificationIcon/index.js +0 -108
- package/transpiled/react/QualificationItem/index.d.ts +0 -17
- package/transpiled/react/QualificationItem/index.js +0 -63
- package/transpiled/react/QualificationModal/helpers.d.ts +0 -14
- package/transpiled/react/QualificationModal/helpers.js +0 -70
- package/transpiled/react/QualificationModal/helpers.spec.d.ts +0 -1
- package/transpiled/react/QualificationModal/index.d.ts +0 -16
- package/transpiled/react/QualificationModal/index.js +0 -98
- package/transpiled/react/QualificationModal/locales/index.d.ts +0 -10
- package/transpiled/react/QualificationModal/locales/index.js +0 -30
- package/transpiled/react/ShortcutTile/index.d.ts +0 -15
- package/transpiled/react/ShortcutTile/index.js +0 -51
- package/transpiled/react/SquareAppIcon/SquareAppIcon.spec.d.ts +0 -1
- package/transpiled/react/SquareAppIcon/index.d.ts +0 -26
- package/transpiled/react/SquareAppIcon/index.js +0 -222
- package/transpiled/react/Storage/StorageButton.d.ts +0 -4
- package/transpiled/react/Storage/StorageButton.js +0 -36
- package/transpiled/react/Storage/StorageProgress.d.ts +0 -5
- package/transpiled/react/Storage/StorageProgress.js +0 -50
- package/transpiled/react/Storage/index.d.ts +0 -14
- package/transpiled/react/Storage/index.js +0 -32
- package/transpiled/react/Storage/locales/index.d.ts +0 -10
- package/transpiled/react/Storage/locales/index.js +0 -34
- package/transpiled/react/UploadQueue/FileUploadProgress.d.ts +0 -4
- package/transpiled/react/UploadQueue/FileUploadProgress.js +0 -66
- package/transpiled/react/UploadQueue/Item.d.ts +0 -3
- package/transpiled/react/UploadQueue/Item.js +0 -106
- package/transpiled/react/UploadQueue/Pending.d.ts +0 -3
- package/transpiled/react/UploadQueue/Pending.js +0 -10
- package/transpiled/react/UploadQueue/RemainingTime.d.ts +0 -4
- package/transpiled/react/UploadQueue/RemainingTime.js +0 -43
- package/transpiled/react/UploadQueue/helpers.d.ts +0 -1
- package/transpiled/react/UploadQueue/helpers.js +0 -4
- package/transpiled/react/UploadQueue/index.d.ts +0 -42
- package/transpiled/react/UploadQueue/index.js +0 -241
- package/transpiled/react/UploadQueue/index.spec.d.ts +0 -1
- package/transpiled/react/UploadQueue/useStatusIcon.d.ts +0 -1
- package/transpiled/react/UploadQueue/useStatusIcon.js +0 -42
- package/transpiled/react/deprecated/ActionMenu/Actions/modify.d.ts +0 -4
- package/transpiled/react/deprecated/ActionMenu/Actions/modify.js +0 -39
- package/transpiled/react/deprecated/ActionMenu/Actions/viewInContacts.d.ts +0 -4
- package/transpiled/react/deprecated/ActionMenu/Actions/viewInContacts.js +0 -39
- package/transpiled/react/deprecated/IntentModal/IntentModal.d.ts +0 -23
- package/transpiled/react/deprecated/IntentModal/IntentModal.js +0 -126
- package/transpiled/react/deprecated/IntentModal/index.d.ts +0 -1
- package/transpiled/react/deprecated/IntentModal/index.js +0 -1
- package/transpiled/react/deprecated/IntentOpener/IntentOpener.d.ts +0 -25
- package/transpiled/react/deprecated/IntentOpener/IntentOpener.js +0 -105
- package/transpiled/react/deprecated/IntentOpener/index.d.ts +0 -1
- package/transpiled/react/deprecated/IntentOpener/index.js +0 -1
- package/transpiled/react/deprecated/QuotaAlert/index.d.ts +0 -7
- package/transpiled/react/deprecated/QuotaAlert/index.js +0 -17
- package/transpiled/react/helpers/acceptedTypes.d.ts +0 -3
- package/transpiled/react/helpers/acceptedTypes.js +0 -42
- package/transpiled/react/helpers/acceptedTypes.spec.d.ts +0 -1
- package/transpiled/react/hooks/useClientErrors.d.ts +0 -29
- package/transpiled/react/hooks/useClientErrors.js +0 -167
- package/transpiled/react/hooks/useClientErrors.spec.d.ts +0 -1
- package/transpiled/react/proptypes.d.ts +0 -18
- package/transpiled/react/proptypes.js +0 -18
- package/transpiled/react/providers/CozyTheme/CozyThemeWithQuery.d.ts +0 -2
- package/transpiled/react/providers/CozyTheme/CozyThemeWithQuery.js +0 -25
- package/transpiled/react/providers/CozyTheme/DumbCozyTheme.d.ts +0 -18
- package/transpiled/react/providers/CozyTheme/DumbCozyTheme.js +0 -50
- package/transpiled/react/providers/CozyTheme/queries.d.ts +0 -8
- package/transpiled/react/providers/CozyTheme/queries.js +0 -13
- package/transpiled/react/providers/Intent/index.d.ts +0 -9
- package/transpiled/react/providers/Intent/index.js +0 -104
|
@@ -1,1998 +0,0 @@
|
|
|
1
|
-
import CozyClient from 'cozy-client';
|
|
2
|
-
var contacts = [{
|
|
3
|
-
_id: "013a6414-9727-4a4e-8b35-d3b9946a17c6",
|
|
4
|
-
_type: "io.cozy.contacts",
|
|
5
|
-
email: [{
|
|
6
|
-
address: "isabelle.durand@cozycloud.cc",
|
|
7
|
-
primary: true
|
|
8
|
-
}]
|
|
9
|
-
}, {
|
|
10
|
-
_id: "013a6413-9726-4a4d-8b34-d3b9946a17c5",
|
|
11
|
-
_type: "io.cozy.contacts",
|
|
12
|
-
address: [{
|
|
13
|
-
city: "Greenville",
|
|
14
|
-
country: "Bolivia, Plurinational State of",
|
|
15
|
-
postcode: "12198",
|
|
16
|
-
primary: true,
|
|
17
|
-
street: "85 Paxton Street"
|
|
18
|
-
}],
|
|
19
|
-
birthday: "1981-11-23",
|
|
20
|
-
email: [{
|
|
21
|
-
address: "alexis.bickers@logico.club",
|
|
22
|
-
primary: true
|
|
23
|
-
}],
|
|
24
|
-
metadata: {
|
|
25
|
-
version: 1
|
|
26
|
-
},
|
|
27
|
-
fullname: "Alexis Bickers",
|
|
28
|
-
me: true,
|
|
29
|
-
phone: [{
|
|
30
|
-
number: "+33 (9)7 58 16 92 55",
|
|
31
|
-
primary: true
|
|
32
|
-
}],
|
|
33
|
-
relationships: {
|
|
34
|
-
groups: {
|
|
35
|
-
data: [{
|
|
36
|
-
_id: "group_id_work",
|
|
37
|
-
_type: "io.cozy.contacts.groups"
|
|
38
|
-
}]
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}, {
|
|
42
|
-
_id: "0409957b-36c1-4a66-b4f7-316e1a06e8b8",
|
|
43
|
-
_type: "io.cozy.contacts",
|
|
44
|
-
address: [{
|
|
45
|
-
city: "Fargo",
|
|
46
|
-
country: "Oman",
|
|
47
|
-
postcode: "81957",
|
|
48
|
-
primary: true,
|
|
49
|
-
street: "54 Willow Avenue"
|
|
50
|
-
}],
|
|
51
|
-
birthday: "1965-03-05",
|
|
52
|
-
email: [{
|
|
53
|
-
address: "alexa.luck@grafixmedia.name",
|
|
54
|
-
primary: true
|
|
55
|
-
}],
|
|
56
|
-
name: {
|
|
57
|
-
familyName: "Luck",
|
|
58
|
-
givenName: "Alexa"
|
|
59
|
-
},
|
|
60
|
-
phone: [{
|
|
61
|
-
number: "+33 (3)1 80 76 59 62",
|
|
62
|
-
primary: true
|
|
63
|
-
}]
|
|
64
|
-
}, {
|
|
65
|
-
_id: "07719549-2087-412e-8da2-e5c0b55fe7b8",
|
|
66
|
-
_type: "io.cozy.contacts",
|
|
67
|
-
address: [{
|
|
68
|
-
city: "Norfolk",
|
|
69
|
-
country: "Tunisia",
|
|
70
|
-
postcode: "33109",
|
|
71
|
-
primary: true,
|
|
72
|
-
street: "24 Blakeley Street"
|
|
73
|
-
}],
|
|
74
|
-
birthday: "1970-04-07",
|
|
75
|
-
email: [{
|
|
76
|
-
address: "rosanne.leath@conixco.name",
|
|
77
|
-
primary: true
|
|
78
|
-
}],
|
|
79
|
-
metadata: {
|
|
80
|
-
version: 1
|
|
81
|
-
},
|
|
82
|
-
name: {
|
|
83
|
-
familyName: "Leath",
|
|
84
|
-
givenName: "Rosanne"
|
|
85
|
-
},
|
|
86
|
-
phone: [{
|
|
87
|
-
number: "+33 (9)4 11 94 93 17",
|
|
88
|
-
primary: true
|
|
89
|
-
}],
|
|
90
|
-
relationships: {
|
|
91
|
-
groups: {
|
|
92
|
-
data: [{
|
|
93
|
-
_id: "group_id_work",
|
|
94
|
-
_type: "io.cozy.contacts.groups"
|
|
95
|
-
}]
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}, {
|
|
99
|
-
_id: "083bf60c-287b-45e9-b3d6-0e64ee2eee2d",
|
|
100
|
-
_type: "io.cozy.contacts",
|
|
101
|
-
address: [{
|
|
102
|
-
city: "Hobart",
|
|
103
|
-
country: "Liechtenstein",
|
|
104
|
-
postcode: "42424",
|
|
105
|
-
primary: true,
|
|
106
|
-
street: "47 Blakeley Street"
|
|
107
|
-
}],
|
|
108
|
-
birthday: "1974-12-13",
|
|
109
|
-
email: [{
|
|
110
|
-
address: "rosanne.lenihan@corerobotics.info",
|
|
111
|
-
primary: true
|
|
112
|
-
}],
|
|
113
|
-
name: {
|
|
114
|
-
familyName: "Lenihan",
|
|
115
|
-
givenName: "Rosanne"
|
|
116
|
-
},
|
|
117
|
-
phone: [{
|
|
118
|
-
number: "+33 (3)3 86 10 59 74",
|
|
119
|
-
primary: true
|
|
120
|
-
}]
|
|
121
|
-
}, {
|
|
122
|
-
_id: "0c647009-9785-4d09-b18a-0f22d3bff233",
|
|
123
|
-
_type: "io.cozy.contacts",
|
|
124
|
-
address: [{
|
|
125
|
-
city: "Pheonix",
|
|
126
|
-
country: "French Southern Territories",
|
|
127
|
-
postcode: "60317",
|
|
128
|
-
primary: true,
|
|
129
|
-
street: "89 Haredale Road"
|
|
130
|
-
}],
|
|
131
|
-
birthday: "1950-04-28",
|
|
132
|
-
email: [{
|
|
133
|
-
address: "mitch.woodrum@opticast.org",
|
|
134
|
-
primary: true
|
|
135
|
-
}, {
|
|
136
|
-
address: "liza.bryd@multilingua.club",
|
|
137
|
-
primary: false
|
|
138
|
-
}],
|
|
139
|
-
metadata: {
|
|
140
|
-
version: 1
|
|
141
|
-
},
|
|
142
|
-
name: {
|
|
143
|
-
familyName: "Woodrum",
|
|
144
|
-
givenName: "Mitch"
|
|
145
|
-
},
|
|
146
|
-
phone: [{
|
|
147
|
-
number: "+33 (9)7 70 95 95 36",
|
|
148
|
-
primary: true
|
|
149
|
-
}, {
|
|
150
|
-
number: "+33 (2)0 18 10 93 80",
|
|
151
|
-
primary: false
|
|
152
|
-
}],
|
|
153
|
-
relationships: {
|
|
154
|
-
groups: {
|
|
155
|
-
data: [{
|
|
156
|
-
_id: "group_id_family",
|
|
157
|
-
_type: "io.cozy.contacts.groups"
|
|
158
|
-
}]
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}, {
|
|
162
|
-
_id: "0ea42f4a-28f1-432e-934a-68f9c50fe38e",
|
|
163
|
-
_type: "io.cozy.contacts",
|
|
164
|
-
address: [{
|
|
165
|
-
city: "Youngstown",
|
|
166
|
-
country: "Chad",
|
|
167
|
-
postcode: "38300",
|
|
168
|
-
primary: true,
|
|
169
|
-
street: "78 Bushey Crescent"
|
|
170
|
-
}],
|
|
171
|
-
birthday: "1959-04-20",
|
|
172
|
-
email: [{
|
|
173
|
-
address: "haydee.tindel@galcom.com",
|
|
174
|
-
primary: true
|
|
175
|
-
}],
|
|
176
|
-
name: {
|
|
177
|
-
familyName: "Tindel",
|
|
178
|
-
givenName: "Haydee"
|
|
179
|
-
},
|
|
180
|
-
phone: [{
|
|
181
|
-
number: "+33 (8)7 11 08 64 48",
|
|
182
|
-
primary: true
|
|
183
|
-
}]
|
|
184
|
-
}, {
|
|
185
|
-
_id: "0ffe83ef-10cf-4be6-bf6c-a189f907e65a",
|
|
186
|
-
_type: "io.cozy.contacts",
|
|
187
|
-
address: [{
|
|
188
|
-
city: "Halifax",
|
|
189
|
-
country: "New Caledonia",
|
|
190
|
-
postcode: "87206",
|
|
191
|
-
primary: true,
|
|
192
|
-
street: "5 Mercer Street"
|
|
193
|
-
}],
|
|
194
|
-
birthday: "1956-06-06",
|
|
195
|
-
email: [{
|
|
196
|
-
address: "shea.brier@logico.club",
|
|
197
|
-
primary: true
|
|
198
|
-
}],
|
|
199
|
-
metadata: {
|
|
200
|
-
version: 1
|
|
201
|
-
},
|
|
202
|
-
name: {
|
|
203
|
-
familyName: "Brier",
|
|
204
|
-
givenName: "Shea"
|
|
205
|
-
},
|
|
206
|
-
phone: [{
|
|
207
|
-
number: "+33 (0)8 43 39 94 21",
|
|
208
|
-
primary: true
|
|
209
|
-
}],
|
|
210
|
-
relationships: {
|
|
211
|
-
groups: {
|
|
212
|
-
data: [{
|
|
213
|
-
_id: "group_id_work",
|
|
214
|
-
_type: "io.cozy.contacts.groups"
|
|
215
|
-
}]
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
}, {
|
|
219
|
-
_id: "155e4c33-f6ad-45ee-816d-5eb0874225f2",
|
|
220
|
-
_type: "io.cozy.contacts",
|
|
221
|
-
address: [{
|
|
222
|
-
city: "Greenville",
|
|
223
|
-
country: "Guadeloupe",
|
|
224
|
-
postcode: "59663",
|
|
225
|
-
primary: true,
|
|
226
|
-
street: "87 Pitman Street"
|
|
227
|
-
}],
|
|
228
|
-
email: [{
|
|
229
|
-
address: "neida.backer@hivemind.biz",
|
|
230
|
-
primary: true
|
|
231
|
-
}],
|
|
232
|
-
metadata: {
|
|
233
|
-
version: 1
|
|
234
|
-
},
|
|
235
|
-
name: {
|
|
236
|
-
givenName: "Hivemind"
|
|
237
|
-
},
|
|
238
|
-
phone: [{
|
|
239
|
-
number: "+33 (1)6 74 60 61 23",
|
|
240
|
-
primary: true
|
|
241
|
-
}],
|
|
242
|
-
relationships: {
|
|
243
|
-
groups: {
|
|
244
|
-
data: [{
|
|
245
|
-
_id: "group_id_work",
|
|
246
|
-
_type: "io.cozy.contacts.groups"
|
|
247
|
-
}, {
|
|
248
|
-
_id: "group_id_family",
|
|
249
|
-
_type: "io.cozy.contacts.groups"
|
|
250
|
-
}]
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
}, {
|
|
254
|
-
_id: "1816abd3-d371-482c-ae9d-33385fb8780d",
|
|
255
|
-
_type: "io.cozy.contacts",
|
|
256
|
-
address: [{
|
|
257
|
-
city: "Northampton",
|
|
258
|
-
country: "Montenegro",
|
|
259
|
-
postcode: "65005",
|
|
260
|
-
primary: true,
|
|
261
|
-
street: "96 Hinton Road"
|
|
262
|
-
}],
|
|
263
|
-
email: [{
|
|
264
|
-
address: "edward.carter@tomiatech.com",
|
|
265
|
-
primary: true
|
|
266
|
-
}],
|
|
267
|
-
metadata: {
|
|
268
|
-
version: 1
|
|
269
|
-
},
|
|
270
|
-
name: {
|
|
271
|
-
givenName: "Tomiatech"
|
|
272
|
-
},
|
|
273
|
-
phone: [{
|
|
274
|
-
number: "+33 (4)8 48 86 77 17",
|
|
275
|
-
primary: true
|
|
276
|
-
}],
|
|
277
|
-
relationships: {
|
|
278
|
-
groups: {
|
|
279
|
-
data: [{
|
|
280
|
-
_id: "group_id_work",
|
|
281
|
-
_type: "io.cozy.contacts.groups"
|
|
282
|
-
}, {
|
|
283
|
-
_id: "group_id_family",
|
|
284
|
-
_type: "io.cozy.contacts.groups"
|
|
285
|
-
}]
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
}, {
|
|
289
|
-
_id: "1be291a9-0836-4c94-876b-5269fa901ed4",
|
|
290
|
-
_type: "io.cozy.contacts",
|
|
291
|
-
address: [{
|
|
292
|
-
city: "Northampton",
|
|
293
|
-
country: "Tokelau",
|
|
294
|
-
postcode: "56285",
|
|
295
|
-
primary: true,
|
|
296
|
-
street: "14 Faraday Street"
|
|
297
|
-
}],
|
|
298
|
-
birthday: "1955-09-21",
|
|
299
|
-
email: [{
|
|
300
|
-
address: "katelin.bourquin@unilogic.biz",
|
|
301
|
-
primary: true
|
|
302
|
-
}],
|
|
303
|
-
metadata: {
|
|
304
|
-
version: 1
|
|
305
|
-
},
|
|
306
|
-
name: {
|
|
307
|
-
familyName: "Bourquin",
|
|
308
|
-
givenName: "Katelin"
|
|
309
|
-
},
|
|
310
|
-
phone: [{
|
|
311
|
-
number: "+33 (9)3 52 45 98 35",
|
|
312
|
-
primary: true
|
|
313
|
-
}],
|
|
314
|
-
relationships: {
|
|
315
|
-
groups: {
|
|
316
|
-
data: [{
|
|
317
|
-
_id: "group_id_work",
|
|
318
|
-
_type: "io.cozy.contacts.groups"
|
|
319
|
-
}]
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
}, {
|
|
323
|
-
_id: "23d3d724-d869-4def-841f-c85b499aa6a6",
|
|
324
|
-
_type: "io.cozy.contacts",
|
|
325
|
-
address: [{
|
|
326
|
-
city: "Waterbury",
|
|
327
|
-
country: "Iceland",
|
|
328
|
-
postcode: "69639",
|
|
329
|
-
primary: true,
|
|
330
|
-
street: "65 Faraday Street"
|
|
331
|
-
}],
|
|
332
|
-
birthday: "1957-02-23",
|
|
333
|
-
email: [{
|
|
334
|
-
address: "cory.verde@peersys.xyz",
|
|
335
|
-
primary: true
|
|
336
|
-
}],
|
|
337
|
-
metadata: {
|
|
338
|
-
version: 1
|
|
339
|
-
},
|
|
340
|
-
name: {
|
|
341
|
-
familyName: "Verde",
|
|
342
|
-
givenName: "Cory"
|
|
343
|
-
},
|
|
344
|
-
phone: [{
|
|
345
|
-
number: "+33 (2)3 15 97 52 48",
|
|
346
|
-
primary: true
|
|
347
|
-
}],
|
|
348
|
-
relationships: {
|
|
349
|
-
groups: {
|
|
350
|
-
data: [{
|
|
351
|
-
_id: "group_id_work",
|
|
352
|
-
_type: "io.cozy.contacts.groups"
|
|
353
|
-
}]
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
}, {
|
|
357
|
-
_id: "24e83428-df51-46fd-97ed-1f7d94064548",
|
|
358
|
-
_type: "io.cozy.contacts",
|
|
359
|
-
address: [{
|
|
360
|
-
city: "Bangor",
|
|
361
|
-
country: "Lesotho",
|
|
362
|
-
postcode: "15002",
|
|
363
|
-
primary: true,
|
|
364
|
-
street: "93 Alexander Avenue"
|
|
365
|
-
}],
|
|
366
|
-
birthday: "1952-12-29",
|
|
367
|
-
email: [{
|
|
368
|
-
address: "aiden.bryd@citisys.info",
|
|
369
|
-
primary: true
|
|
370
|
-
}],
|
|
371
|
-
metadata: {
|
|
372
|
-
version: 1
|
|
373
|
-
},
|
|
374
|
-
name: {
|
|
375
|
-
familyName: "Bryd",
|
|
376
|
-
givenName: "Aiden"
|
|
377
|
-
},
|
|
378
|
-
phone: [{
|
|
379
|
-
number: "+33 (1)4 80 11 59 28",
|
|
380
|
-
primary: true
|
|
381
|
-
}],
|
|
382
|
-
relationships: {
|
|
383
|
-
groups: {
|
|
384
|
-
data: [{
|
|
385
|
-
_id: "group_id_work",
|
|
386
|
-
_type: "io.cozy.contacts.groups"
|
|
387
|
-
}]
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
}, {
|
|
391
|
-
_id: "289a814a-0d7d-4c6d-aa6c-be8bd28456dd",
|
|
392
|
-
_type: "io.cozy.contacts",
|
|
393
|
-
address: [{
|
|
394
|
-
city: "Charleston",
|
|
395
|
-
country: "South Georgia and the South Sandwich Islands",
|
|
396
|
-
postcode: "79336",
|
|
397
|
-
primary: true,
|
|
398
|
-
street: "72 Walford Way"
|
|
399
|
-
}],
|
|
400
|
-
birthday: "1988-04-29",
|
|
401
|
-
email: [{
|
|
402
|
-
address: "maisha.kilmer@nitrosystems.eu",
|
|
403
|
-
primary: true
|
|
404
|
-
}],
|
|
405
|
-
metadata: {
|
|
406
|
-
version: 1
|
|
407
|
-
},
|
|
408
|
-
name: {
|
|
409
|
-
familyName: "Kilmer",
|
|
410
|
-
givenName: "Maisha"
|
|
411
|
-
},
|
|
412
|
-
phone: [{
|
|
413
|
-
number: "+33 (0)5 89 50 15 43",
|
|
414
|
-
primary: true
|
|
415
|
-
}],
|
|
416
|
-
relationships: {
|
|
417
|
-
groups: {
|
|
418
|
-
data: [{
|
|
419
|
-
_id: "group_id_work",
|
|
420
|
-
_type: "io.cozy.contacts.groups"
|
|
421
|
-
}]
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
}, {
|
|
425
|
-
_id: "29fdda84-d786-4890-9fd6-842fed02d193",
|
|
426
|
-
_type: "io.cozy.contacts",
|
|
427
|
-
address: [{
|
|
428
|
-
city: "Melbourne",
|
|
429
|
-
country: "French Polynesia",
|
|
430
|
-
postcode: "47415",
|
|
431
|
-
primary: true,
|
|
432
|
-
street: "74 Orchard Road"
|
|
433
|
-
}],
|
|
434
|
-
birthday: "1986-10-10",
|
|
435
|
-
email: [{
|
|
436
|
-
address: "danny.stine@celmax.club",
|
|
437
|
-
primary: true
|
|
438
|
-
}],
|
|
439
|
-
name: {
|
|
440
|
-
familyName: "Stine",
|
|
441
|
-
givenName: "Danny"
|
|
442
|
-
},
|
|
443
|
-
phone: [{
|
|
444
|
-
number: "+33 (3)8 94 64 96 17",
|
|
445
|
-
primary: true
|
|
446
|
-
}]
|
|
447
|
-
}, {
|
|
448
|
-
_id: "2a75a0e5-cc4b-4fdc-be4d-2ac24a802368",
|
|
449
|
-
_type: "io.cozy.contacts",
|
|
450
|
-
address: [{
|
|
451
|
-
city: "Charleston",
|
|
452
|
-
country: "Madagascar",
|
|
453
|
-
postcode: "18247",
|
|
454
|
-
primary: true,
|
|
455
|
-
street: "67 Hunt Street"
|
|
456
|
-
}],
|
|
457
|
-
email: [{
|
|
458
|
-
address: "ivan.bryd@strategyline.eu",
|
|
459
|
-
primary: true
|
|
460
|
-
}],
|
|
461
|
-
metadata: {
|
|
462
|
-
version: 1
|
|
463
|
-
},
|
|
464
|
-
name: {
|
|
465
|
-
givenName: "StrategyLine"
|
|
466
|
-
},
|
|
467
|
-
phone: [{
|
|
468
|
-
number: "+33 (3)8 15 32 28 30",
|
|
469
|
-
primary: true
|
|
470
|
-
}],
|
|
471
|
-
relationships: {
|
|
472
|
-
groups: {
|
|
473
|
-
data: [{
|
|
474
|
-
_id: "group_id_work",
|
|
475
|
-
_type: "io.cozy.contacts.groups"
|
|
476
|
-
}, {
|
|
477
|
-
_id: "group_id_family",
|
|
478
|
-
_type: "io.cozy.contacts.groups"
|
|
479
|
-
}]
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}, {
|
|
483
|
-
_id: "3043b044-072b-464f-b301-46df3ae99aee",
|
|
484
|
-
_type: "io.cozy.contacts",
|
|
485
|
-
address: [{
|
|
486
|
-
city: "Albany",
|
|
487
|
-
country: "Niger",
|
|
488
|
-
postcode: "60266",
|
|
489
|
-
primary: true,
|
|
490
|
-
street: "92 Canal Street"
|
|
491
|
-
}],
|
|
492
|
-
birthday: "1974-05-17",
|
|
493
|
-
email: [{
|
|
494
|
-
address: "raylene.bourne@tecomix.name",
|
|
495
|
-
primary: true
|
|
496
|
-
}],
|
|
497
|
-
metadata: {
|
|
498
|
-
version: 1
|
|
499
|
-
},
|
|
500
|
-
name: {
|
|
501
|
-
familyName: "Bourne",
|
|
502
|
-
givenName: "Raylene"
|
|
503
|
-
},
|
|
504
|
-
phone: [{
|
|
505
|
-
number: "+33 (3)5 71 20 15 93",
|
|
506
|
-
primary: true
|
|
507
|
-
}],
|
|
508
|
-
relationships: {
|
|
509
|
-
groups: {
|
|
510
|
-
data: [{
|
|
511
|
-
_id: "group_id_work",
|
|
512
|
-
_type: "io.cozy.contacts.groups"
|
|
513
|
-
}]
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
}, {
|
|
517
|
-
_id: "307c4e16-70b8-4328-af1c-1d762f788e16",
|
|
518
|
-
_type: "io.cozy.contacts",
|
|
519
|
-
address: [{
|
|
520
|
-
city: "Tacoma",
|
|
521
|
-
country: "Bermuda",
|
|
522
|
-
postcode: "05692",
|
|
523
|
-
primary: true,
|
|
524
|
-
street: "69 Elm Street"
|
|
525
|
-
}],
|
|
526
|
-
birthday: "1994-02-21",
|
|
527
|
-
email: [{
|
|
528
|
-
address: "max.higgins@maxcast.com",
|
|
529
|
-
primary: true
|
|
530
|
-
}],
|
|
531
|
-
name: {
|
|
532
|
-
familyName: "Higgins",
|
|
533
|
-
givenName: "Max"
|
|
534
|
-
},
|
|
535
|
-
phone: [{
|
|
536
|
-
number: "+33 (4)5 39 48 09 09",
|
|
537
|
-
primary: true
|
|
538
|
-
}]
|
|
539
|
-
}, {
|
|
540
|
-
_id: "309067e3-81a5-45a4-8125-179185dc37da",
|
|
541
|
-
_type: "io.cozy.contacts",
|
|
542
|
-
address: [{
|
|
543
|
-
city: "Northampton",
|
|
544
|
-
country: "India",
|
|
545
|
-
postcode: "39596",
|
|
546
|
-
primary: true,
|
|
547
|
-
street: "49 Blakeley Street"
|
|
548
|
-
}],
|
|
549
|
-
birthday: "1976-02-18",
|
|
550
|
-
email: [{
|
|
551
|
-
address: "raymond.muldoon@thermolock.info",
|
|
552
|
-
primary: true
|
|
553
|
-
}, {
|
|
554
|
-
address: "jason.hundt@citisys.name",
|
|
555
|
-
primary: false
|
|
556
|
-
}],
|
|
557
|
-
metadata: {
|
|
558
|
-
version: 1
|
|
559
|
-
},
|
|
560
|
-
name: {
|
|
561
|
-
familyName: "Muldoon",
|
|
562
|
-
givenName: "Raymond"
|
|
563
|
-
},
|
|
564
|
-
phone: [{
|
|
565
|
-
number: "+33 (7)2 68 87 05 72",
|
|
566
|
-
primary: true
|
|
567
|
-
}, {
|
|
568
|
-
number: "+33 (4)5 23 05 63 86",
|
|
569
|
-
primary: false
|
|
570
|
-
}],
|
|
571
|
-
relationships: {
|
|
572
|
-
groups: {
|
|
573
|
-
data: [{
|
|
574
|
-
_id: "group_id_family",
|
|
575
|
-
_type: "io.cozy.contacts.groups"
|
|
576
|
-
}]
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
}, {
|
|
580
|
-
_id: "328b1bb6-8234-4efd-b18f-1aafd58dc83e",
|
|
581
|
-
_type: "io.cozy.contacts",
|
|
582
|
-
address: [{
|
|
583
|
-
city: "Walkerville",
|
|
584
|
-
country: "Nigeria",
|
|
585
|
-
postcode: "34344",
|
|
586
|
-
primary: true,
|
|
587
|
-
street: "92 Berkeley Street"
|
|
588
|
-
}],
|
|
589
|
-
birthday: "1994-02-23",
|
|
590
|
-
email: [{
|
|
591
|
-
address: "rosanne.stine@infracom.edu",
|
|
592
|
-
primary: true
|
|
593
|
-
}],
|
|
594
|
-
name: {
|
|
595
|
-
familyName: "Stine",
|
|
596
|
-
givenName: "Rosanne"
|
|
597
|
-
},
|
|
598
|
-
phone: [{
|
|
599
|
-
number: "+33 (9)0 11 98 31 70",
|
|
600
|
-
primary: true
|
|
601
|
-
}]
|
|
602
|
-
}, {
|
|
603
|
-
_id: "366f3eec-aaa0-4c82-9f27-80ad305ecec8",
|
|
604
|
-
_type: "io.cozy.contacts",
|
|
605
|
-
address: [{
|
|
606
|
-
city: "Oakland",
|
|
607
|
-
country: "China",
|
|
608
|
-
postcode: "61059",
|
|
609
|
-
primary: true,
|
|
610
|
-
street: "85 Winston Road"
|
|
611
|
-
}],
|
|
612
|
-
birthday: "1991-12-23",
|
|
613
|
-
email: [{
|
|
614
|
-
address: "andy.keesee@fortyfour.mobi",
|
|
615
|
-
primary: true
|
|
616
|
-
}],
|
|
617
|
-
name: {
|
|
618
|
-
familyName: "Keesee",
|
|
619
|
-
givenName: "Andy"
|
|
620
|
-
},
|
|
621
|
-
phone: [{
|
|
622
|
-
number: "+33 (0)5 64 21 84 37",
|
|
623
|
-
primary: true
|
|
624
|
-
}]
|
|
625
|
-
}, {
|
|
626
|
-
_id: "398e8336-de18-43c8-8b5a-86ab72005c41",
|
|
627
|
-
_type: "io.cozy.contacts",
|
|
628
|
-
address: [{
|
|
629
|
-
city: "Frankston",
|
|
630
|
-
country: "Micronesia, Federated States of",
|
|
631
|
-
postcode: "15368",
|
|
632
|
-
primary: true,
|
|
633
|
-
street: "9 Robinson Street"
|
|
634
|
-
}],
|
|
635
|
-
birthday: "1983-09-13",
|
|
636
|
-
email: [{
|
|
637
|
-
address: "kirstie.mercer@tomiatech.eu",
|
|
638
|
-
primary: true
|
|
639
|
-
}],
|
|
640
|
-
name: {
|
|
641
|
-
familyName: "Mercer",
|
|
642
|
-
givenName: "Kirstie"
|
|
643
|
-
},
|
|
644
|
-
phone: [{
|
|
645
|
-
number: "+33 (6)8 99 21 10 92",
|
|
646
|
-
primary: true
|
|
647
|
-
}]
|
|
648
|
-
}, {
|
|
649
|
-
_id: "3e540ae7-4605-4f05-82c9-8cb901a0c34d",
|
|
650
|
-
_type: "io.cozy.contacts",
|
|
651
|
-
address: [{
|
|
652
|
-
city: "Norfolk",
|
|
653
|
-
country: "Peru",
|
|
654
|
-
postcode: "27382",
|
|
655
|
-
primary: true,
|
|
656
|
-
street: "32 Foster Walk"
|
|
657
|
-
}],
|
|
658
|
-
birthday: "1987-04-29",
|
|
659
|
-
email: [{
|
|
660
|
-
address: "michelle.jensen@pancast.club",
|
|
661
|
-
primary: true
|
|
662
|
-
}],
|
|
663
|
-
name: {
|
|
664
|
-
familyName: "Jensen",
|
|
665
|
-
givenName: "Michelle"
|
|
666
|
-
},
|
|
667
|
-
phone: [{
|
|
668
|
-
number: "+33 (9)4 55 02 64 05",
|
|
669
|
-
primary: true
|
|
670
|
-
}]
|
|
671
|
-
}, {
|
|
672
|
-
_id: "3f6007f9-9284-4bfd-9350-1cbf294bd39b",
|
|
673
|
-
_type: "io.cozy.contacts",
|
|
674
|
-
address: [{
|
|
675
|
-
city: "Greenville",
|
|
676
|
-
country: "Austria",
|
|
677
|
-
postcode: "32426",
|
|
678
|
-
primary: true,
|
|
679
|
-
street: "77 Fairmont Avenue"
|
|
680
|
-
}],
|
|
681
|
-
birthday: "1981-04-29",
|
|
682
|
-
metadata: {
|
|
683
|
-
version: 1
|
|
684
|
-
},
|
|
685
|
-
name: {
|
|
686
|
-
familyName: "Okainmayle",
|
|
687
|
-
givenName: "Jay"
|
|
688
|
-
},
|
|
689
|
-
phone: [{
|
|
690
|
-
number: "+33 (3)0 31 26 10 64",
|
|
691
|
-
primary: true
|
|
692
|
-
}],
|
|
693
|
-
relationships: {
|
|
694
|
-
groups: {
|
|
695
|
-
data: []
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
}, {
|
|
699
|
-
_id: "3fe82c80-9da3-4a42-bab5-8274df1316e6",
|
|
700
|
-
_type: "io.cozy.contacts",
|
|
701
|
-
address: [{
|
|
702
|
-
city: "Rochester",
|
|
703
|
-
country: "Uganda",
|
|
704
|
-
postcode: "27943",
|
|
705
|
-
primary: true,
|
|
706
|
-
street: "31 Maple Street"
|
|
707
|
-
}],
|
|
708
|
-
birthday: "1983-05-03",
|
|
709
|
-
email: [{
|
|
710
|
-
address: "chloe.leath@iridimax.org",
|
|
711
|
-
primary: true
|
|
712
|
-
}],
|
|
713
|
-
metadata: {
|
|
714
|
-
version: 1
|
|
715
|
-
},
|
|
716
|
-
name: {
|
|
717
|
-
familyName: "Leath",
|
|
718
|
-
givenName: "Chloe"
|
|
719
|
-
},
|
|
720
|
-
phone: [{
|
|
721
|
-
number: "+33 (3)7 91 15 42 39",
|
|
722
|
-
primary: true
|
|
723
|
-
}],
|
|
724
|
-
relationships: {
|
|
725
|
-
groups: {
|
|
726
|
-
data: [{
|
|
727
|
-
_id: "group_id_work",
|
|
728
|
-
_type: "io.cozy.contacts.groups"
|
|
729
|
-
}]
|
|
730
|
-
}
|
|
731
|
-
}
|
|
732
|
-
}, {
|
|
733
|
-
_id: "42a330ca-a30c-489f-8939-4c1b137f84e9",
|
|
734
|
-
_type: "io.cozy.contacts",
|
|
735
|
-
address: [{
|
|
736
|
-
city: "Nottingham",
|
|
737
|
-
country: "Saint Pierre and Miquelon",
|
|
738
|
-
postcode: "16585",
|
|
739
|
-
primary: true,
|
|
740
|
-
street: "21 Berkeley Street"
|
|
741
|
-
}],
|
|
742
|
-
birthday: "1992-11-15",
|
|
743
|
-
email: [{
|
|
744
|
-
address: "eleanore.hottle@tomiatech.edu",
|
|
745
|
-
primary: true
|
|
746
|
-
}],
|
|
747
|
-
name: {
|
|
748
|
-
familyName: "Hottle",
|
|
749
|
-
givenName: "Eleanore"
|
|
750
|
-
},
|
|
751
|
-
phone: [{
|
|
752
|
-
number: "+33 (3)6 44 88 19 04",
|
|
753
|
-
primary: true
|
|
754
|
-
}]
|
|
755
|
-
}, {
|
|
756
|
-
_id: "44bae7a3-04ed-4cc3-80f8-e15fc9b2399d",
|
|
757
|
-
_type: "io.cozy.contacts",
|
|
758
|
-
address: [{
|
|
759
|
-
city: "Redmond",
|
|
760
|
-
country: "Bosnia and Herzegovina",
|
|
761
|
-
postcode: "87880",
|
|
762
|
-
primary: true,
|
|
763
|
-
street: "24 Seaside Drive"
|
|
764
|
-
}],
|
|
765
|
-
birthday: "1977-08-09",
|
|
766
|
-
email: [{
|
|
767
|
-
address: "kurt.rohloff@corexts.org",
|
|
768
|
-
primary: true
|
|
769
|
-
}],
|
|
770
|
-
metadata: {
|
|
771
|
-
version: 1
|
|
772
|
-
},
|
|
773
|
-
name: {
|
|
774
|
-
familyName: "Rohloff",
|
|
775
|
-
givenName: "Kurt"
|
|
776
|
-
},
|
|
777
|
-
phone: [{
|
|
778
|
-
number: "+33 (9)8 32 78 45 41",
|
|
779
|
-
primary: true
|
|
780
|
-
}],
|
|
781
|
-
relationships: {
|
|
782
|
-
groups: {
|
|
783
|
-
data: [{
|
|
784
|
-
_id: "group_id_work",
|
|
785
|
-
_type: "io.cozy.contacts.groups"
|
|
786
|
-
}]
|
|
787
|
-
}
|
|
788
|
-
}
|
|
789
|
-
}, {
|
|
790
|
-
_id: "4bb1f622-5383-449e-a2d2-fc9e14006903",
|
|
791
|
-
_type: "io.cozy.contacts",
|
|
792
|
-
address: [{
|
|
793
|
-
city: "Sacramento",
|
|
794
|
-
country: "Angola",
|
|
795
|
-
postcode: "12833",
|
|
796
|
-
primary: true,
|
|
797
|
-
street: "31 Faraday Street"
|
|
798
|
-
}],
|
|
799
|
-
birthday: "1998-12-10",
|
|
800
|
-
email: [{
|
|
801
|
-
address: "travis.paquette@zatheon.co",
|
|
802
|
-
primary: true
|
|
803
|
-
}],
|
|
804
|
-
name: {
|
|
805
|
-
familyName: "Paquette",
|
|
806
|
-
givenName: "Travis"
|
|
807
|
-
},
|
|
808
|
-
phone: [{
|
|
809
|
-
number: "+33 (2)7 21 10 25 88",
|
|
810
|
-
primary: true
|
|
811
|
-
}]
|
|
812
|
-
}, {
|
|
813
|
-
_id: "507fcc3d-1423-46da-b5f9-8fbcfd3f3fe4",
|
|
814
|
-
_type: "io.cozy.contacts",
|
|
815
|
-
address: [{
|
|
816
|
-
city: "Christchurch",
|
|
817
|
-
country: "Netherlands",
|
|
818
|
-
postcode: "21910",
|
|
819
|
-
primary: true,
|
|
820
|
-
street: "46 Walford Way"
|
|
821
|
-
}],
|
|
822
|
-
birthday: "1978-11-03",
|
|
823
|
-
email: [{
|
|
824
|
-
address: "lorelei.cadena@dalserve.club",
|
|
825
|
-
primary: true
|
|
826
|
-
}, {
|
|
827
|
-
address: "juliana.oldman@thermatek.name",
|
|
828
|
-
primary: false
|
|
829
|
-
}],
|
|
830
|
-
metadata: {
|
|
831
|
-
version: 1
|
|
832
|
-
},
|
|
833
|
-
name: {
|
|
834
|
-
familyName: "Cadena",
|
|
835
|
-
givenName: "Lorelei"
|
|
836
|
-
},
|
|
837
|
-
phone: [{
|
|
838
|
-
number: "+33 (4)4 72 27 49 64",
|
|
839
|
-
primary: true
|
|
840
|
-
}, {
|
|
841
|
-
number: "+33 (0)3 15 05 94 03",
|
|
842
|
-
primary: false
|
|
843
|
-
}],
|
|
844
|
-
relationships: {
|
|
845
|
-
groups: {
|
|
846
|
-
data: [{
|
|
847
|
-
_id: "group_id_family",
|
|
848
|
-
_type: "io.cozy.contacts.groups"
|
|
849
|
-
}]
|
|
850
|
-
}
|
|
851
|
-
}
|
|
852
|
-
}, {
|
|
853
|
-
_id: "53c75e29-5c9b-4c4f-b802-e4a152551b23",
|
|
854
|
-
_type: "io.cozy.contacts",
|
|
855
|
-
address: [{
|
|
856
|
-
city: "Southampton",
|
|
857
|
-
country: "Afghanistan",
|
|
858
|
-
postcode: "72082",
|
|
859
|
-
primary: true,
|
|
860
|
-
street: "6 Prospect Place"
|
|
861
|
-
}],
|
|
862
|
-
birthday: "1976-03-29",
|
|
863
|
-
email: [{
|
|
864
|
-
address: "jay.padeutell@noemail.net",
|
|
865
|
-
primary: true
|
|
866
|
-
}],
|
|
867
|
-
metadata: {
|
|
868
|
-
version: 1
|
|
869
|
-
},
|
|
870
|
-
name: {
|
|
871
|
-
familyName: "Padeutell",
|
|
872
|
-
givenName: "Jay"
|
|
873
|
-
},
|
|
874
|
-
relationships: {
|
|
875
|
-
groups: {
|
|
876
|
-
data: []
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
}, {
|
|
880
|
-
_id: "5c21e9fa-18a5-4999-b704-59b902db8542",
|
|
881
|
-
_type: "io.cozy.contacts",
|
|
882
|
-
address: [{
|
|
883
|
-
city: "Stanford",
|
|
884
|
-
country: "Isle of Man",
|
|
885
|
-
postcode: "26162",
|
|
886
|
-
primary: true,
|
|
887
|
-
street: "83 Canal Street"
|
|
888
|
-
}],
|
|
889
|
-
birthday: "1996-08-03",
|
|
890
|
-
email: [{
|
|
891
|
-
address: "travis.sprowl@vtgrafix.name",
|
|
892
|
-
primary: true
|
|
893
|
-
}],
|
|
894
|
-
metadata: {
|
|
895
|
-
version: 1
|
|
896
|
-
},
|
|
897
|
-
name: {
|
|
898
|
-
familyName: "Sprowl",
|
|
899
|
-
givenName: "Travis"
|
|
900
|
-
},
|
|
901
|
-
phone: [{
|
|
902
|
-
number: "+33 (8)9 22 15 20 68",
|
|
903
|
-
primary: true
|
|
904
|
-
}],
|
|
905
|
-
relationships: {
|
|
906
|
-
groups: {
|
|
907
|
-
data: [{
|
|
908
|
-
_id: "group_id_work",
|
|
909
|
-
_type: "io.cozy.contacts.groups"
|
|
910
|
-
}]
|
|
911
|
-
}
|
|
912
|
-
}
|
|
913
|
-
}, {
|
|
914
|
-
_id: "627ba975-1314-4813-8366-cea7ac4734bf",
|
|
915
|
-
_type: "io.cozy.contacts",
|
|
916
|
-
address: [{
|
|
917
|
-
city: "Norfolk",
|
|
918
|
-
country: "Trinidad and Tobago",
|
|
919
|
-
postcode: "50716",
|
|
920
|
-
primary: true,
|
|
921
|
-
street: "14 Maple Street"
|
|
922
|
-
}],
|
|
923
|
-
birthday: "1960-11-17",
|
|
924
|
-
email: [{
|
|
925
|
-
address: "jetta.neal@multiserv.net",
|
|
926
|
-
primary: true
|
|
927
|
-
}],
|
|
928
|
-
name: {
|
|
929
|
-
familyName: "Neal",
|
|
930
|
-
givenName: "Jetta"
|
|
931
|
-
},
|
|
932
|
-
phone: [{
|
|
933
|
-
number: "+33 (2)1 88 04 40 79",
|
|
934
|
-
primary: true
|
|
935
|
-
}]
|
|
936
|
-
}, {
|
|
937
|
-
_id: "63d70d1a-838b-4eb4-b9ca-c3ea15937d51",
|
|
938
|
-
_type: "io.cozy.contacts",
|
|
939
|
-
address: [{
|
|
940
|
-
city: "Charleston",
|
|
941
|
-
country: "Turks and Caicos Islands",
|
|
942
|
-
postcode: "74804",
|
|
943
|
-
primary: true,
|
|
944
|
-
street: "50 Hunt Street"
|
|
945
|
-
}],
|
|
946
|
-
email: [{
|
|
947
|
-
address: "selma.keesee@westgate.net",
|
|
948
|
-
primary: true
|
|
949
|
-
}],
|
|
950
|
-
metadata: {
|
|
951
|
-
version: 1
|
|
952
|
-
},
|
|
953
|
-
name: {
|
|
954
|
-
givenName: "WestGate"
|
|
955
|
-
},
|
|
956
|
-
phone: [{
|
|
957
|
-
number: "+33 (7)6 39 42 48 60",
|
|
958
|
-
primary: true
|
|
959
|
-
}],
|
|
960
|
-
relationships: {
|
|
961
|
-
groups: {
|
|
962
|
-
data: [{
|
|
963
|
-
_id: "group_id_work",
|
|
964
|
-
_type: "io.cozy.contacts.groups"
|
|
965
|
-
}, {
|
|
966
|
-
_id: "group_id_family",
|
|
967
|
-
_type: "io.cozy.contacts.groups"
|
|
968
|
-
}]
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
}, {
|
|
972
|
-
_id: "6e109549-bbb7-4b23-a95e-794407001cd1",
|
|
973
|
-
_type: "io.cozy.contacts",
|
|
974
|
-
address: [{
|
|
975
|
-
city: "Halifax",
|
|
976
|
-
country: "Cook Islands",
|
|
977
|
-
postcode: "94609",
|
|
978
|
-
primary: true,
|
|
979
|
-
street: "93 Stockton Lane"
|
|
980
|
-
}],
|
|
981
|
-
birthday: "1992-06-16",
|
|
982
|
-
email: [{
|
|
983
|
-
address: "edward.kelsey@hivemind.co",
|
|
984
|
-
primary: true
|
|
985
|
-
}],
|
|
986
|
-
metadata: {
|
|
987
|
-
version: 1
|
|
988
|
-
},
|
|
989
|
-
name: {
|
|
990
|
-
familyName: "Kelsey",
|
|
991
|
-
givenName: "Edward"
|
|
992
|
-
},
|
|
993
|
-
phone: [{
|
|
994
|
-
number: "+33 (6)6 35 56 75 23",
|
|
995
|
-
primary: true
|
|
996
|
-
}],
|
|
997
|
-
relationships: {
|
|
998
|
-
groups: {
|
|
999
|
-
data: [{
|
|
1000
|
-
_id: "group_id_work",
|
|
1001
|
-
_type: "io.cozy.contacts.groups"
|
|
1002
|
-
}]
|
|
1003
|
-
}
|
|
1004
|
-
}
|
|
1005
|
-
}, {
|
|
1006
|
-
_id: "6ed104be-083e-4991-bacb-78e18f815210",
|
|
1007
|
-
_type: "io.cozy.contacts",
|
|
1008
|
-
address: [{
|
|
1009
|
-
city: "Seattle",
|
|
1010
|
-
country: "Marshall Islands",
|
|
1011
|
-
postcode: "79310",
|
|
1012
|
-
primary: true,
|
|
1013
|
-
street: "36 Albion Place"
|
|
1014
|
-
}],
|
|
1015
|
-
birthday: "1951-07-03",
|
|
1016
|
-
email: [{
|
|
1017
|
-
address: "madelyn.woodrum@airconix.xyz",
|
|
1018
|
-
primary: true
|
|
1019
|
-
}],
|
|
1020
|
-
metadata: {
|
|
1021
|
-
version: 1
|
|
1022
|
-
},
|
|
1023
|
-
name: {
|
|
1024
|
-
familyName: "Woodrum",
|
|
1025
|
-
givenName: "Madelyn"
|
|
1026
|
-
},
|
|
1027
|
-
phone: [{
|
|
1028
|
-
number: "+33 (8)4 54 36 85 66",
|
|
1029
|
-
primary: true
|
|
1030
|
-
}],
|
|
1031
|
-
relationships: {
|
|
1032
|
-
groups: {
|
|
1033
|
-
data: [{
|
|
1034
|
-
_id: "group_id_work",
|
|
1035
|
-
_type: "io.cozy.contacts.groups"
|
|
1036
|
-
}]
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
}, {
|
|
1040
|
-
_id: "6f767688-7118-4837-818f-610d0565ce83",
|
|
1041
|
-
_type: "io.cozy.contacts",
|
|
1042
|
-
address: [{
|
|
1043
|
-
city: "Denver",
|
|
1044
|
-
country: "Cayman Islands",
|
|
1045
|
-
postcode: "49200",
|
|
1046
|
-
primary: true,
|
|
1047
|
-
street: "20 Winston Road"
|
|
1048
|
-
}],
|
|
1049
|
-
birthday: "1967-06-25",
|
|
1050
|
-
email: [{
|
|
1051
|
-
address: "vaughn.friedrich@seelogic.co",
|
|
1052
|
-
primary: true
|
|
1053
|
-
}, {
|
|
1054
|
-
address: "dannielle.seabury@corptek.name",
|
|
1055
|
-
primary: false
|
|
1056
|
-
}],
|
|
1057
|
-
metadata: {
|
|
1058
|
-
version: 1
|
|
1059
|
-
},
|
|
1060
|
-
name: {
|
|
1061
|
-
familyName: "Friedrich",
|
|
1062
|
-
givenName: "Vaughn"
|
|
1063
|
-
},
|
|
1064
|
-
phone: [{
|
|
1065
|
-
number: "+33 (1)8 68 41 49 83",
|
|
1066
|
-
primary: true
|
|
1067
|
-
}, {
|
|
1068
|
-
number: "+33 (7)5 60 23 43 55",
|
|
1069
|
-
primary: false
|
|
1070
|
-
}],
|
|
1071
|
-
relationships: {
|
|
1072
|
-
groups: {
|
|
1073
|
-
data: [{
|
|
1074
|
-
_id: "group_id_family",
|
|
1075
|
-
_type: "io.cozy.contacts.groups"
|
|
1076
|
-
}]
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
}, {
|
|
1080
|
-
_id: "706364ef-f84c-4d84-896a-f96c1c6a554c",
|
|
1081
|
-
_type: "io.cozy.contacts",
|
|
1082
|
-
address: [{
|
|
1083
|
-
city: "Cardiff",
|
|
1084
|
-
country: "Ukraine",
|
|
1085
|
-
postcode: "21604",
|
|
1086
|
-
primary: true,
|
|
1087
|
-
street: "43 Berkeley Street"
|
|
1088
|
-
}],
|
|
1089
|
-
birthday: "1962-07-12",
|
|
1090
|
-
email: [{
|
|
1091
|
-
address: "raylene.pullman@viewtopia.me",
|
|
1092
|
-
primary: true
|
|
1093
|
-
}],
|
|
1094
|
-
name: {
|
|
1095
|
-
familyName: "Pullman",
|
|
1096
|
-
givenName: "Raylene"
|
|
1097
|
-
},
|
|
1098
|
-
phone: [{
|
|
1099
|
-
number: "+33 (0)7 90 41 79 27",
|
|
1100
|
-
primary: true
|
|
1101
|
-
}]
|
|
1102
|
-
}, {
|
|
1103
|
-
_id: "71967809-8e54-4413-aa8e-35b2b945e816",
|
|
1104
|
-
_type: "io.cozy.contacts",
|
|
1105
|
-
address: [{
|
|
1106
|
-
city: "Newark",
|
|
1107
|
-
country: "Norway",
|
|
1108
|
-
postcode: "84101",
|
|
1109
|
-
primary: true,
|
|
1110
|
-
street: "58 Longford Crescent"
|
|
1111
|
-
}],
|
|
1112
|
-
email: [{
|
|
1113
|
-
address: "cecilia.latshaw@xenosys.club",
|
|
1114
|
-
primary: true
|
|
1115
|
-
}],
|
|
1116
|
-
metadata: {
|
|
1117
|
-
version: 1
|
|
1118
|
-
},
|
|
1119
|
-
name: {
|
|
1120
|
-
givenName: "Xenosys"
|
|
1121
|
-
},
|
|
1122
|
-
phone: [{
|
|
1123
|
-
number: "+33 (3)2 00 61 89 63",
|
|
1124
|
-
primary: true
|
|
1125
|
-
}],
|
|
1126
|
-
relationships: {
|
|
1127
|
-
groups: {
|
|
1128
|
-
data: [{
|
|
1129
|
-
_id: "group_id_work",
|
|
1130
|
-
_type: "io.cozy.contacts.groups"
|
|
1131
|
-
}, {
|
|
1132
|
-
_id: "group_id_family",
|
|
1133
|
-
_type: "io.cozy.contacts.groups"
|
|
1134
|
-
}]
|
|
1135
|
-
}
|
|
1136
|
-
}
|
|
1137
|
-
}, {
|
|
1138
|
-
_id: "799b0f99-3ad7-4f07-a689-9765b4e239c9",
|
|
1139
|
-
_type: "io.cozy.contacts",
|
|
1140
|
-
address: [{
|
|
1141
|
-
city: "Bradford",
|
|
1142
|
-
country: "Aruba",
|
|
1143
|
-
postcode: "69222",
|
|
1144
|
-
primary: true,
|
|
1145
|
-
street: "18 Pearl Street"
|
|
1146
|
-
}],
|
|
1147
|
-
email: [{
|
|
1148
|
-
address: "tyler.rhymer@baramax.eu",
|
|
1149
|
-
primary: true
|
|
1150
|
-
}],
|
|
1151
|
-
metadata: {
|
|
1152
|
-
version: 1
|
|
1153
|
-
},
|
|
1154
|
-
name: {
|
|
1155
|
-
givenName: "Baramax"
|
|
1156
|
-
},
|
|
1157
|
-
phone: [{
|
|
1158
|
-
number: "+33 (3)2 38 88 00 99",
|
|
1159
|
-
primary: true
|
|
1160
|
-
}],
|
|
1161
|
-
relationships: {
|
|
1162
|
-
groups: {
|
|
1163
|
-
data: [{
|
|
1164
|
-
_id: "group_id_work",
|
|
1165
|
-
_type: "io.cozy.contacts.groups"
|
|
1166
|
-
}, {
|
|
1167
|
-
_id: "group_id_family",
|
|
1168
|
-
_type: "io.cozy.contacts.groups"
|
|
1169
|
-
}]
|
|
1170
|
-
}
|
|
1171
|
-
}
|
|
1172
|
-
}, {
|
|
1173
|
-
_id: "7a8b0143-ed8a-4e28-85ec-37c16d1904b6",
|
|
1174
|
-
_type: "io.cozy.contacts",
|
|
1175
|
-
address: [{
|
|
1176
|
-
city: "Rochester",
|
|
1177
|
-
country: "Colombia",
|
|
1178
|
-
postcode: "18722",
|
|
1179
|
-
primary: true,
|
|
1180
|
-
street: "91 Chestnut Walk"
|
|
1181
|
-
}],
|
|
1182
|
-
email: [{
|
|
1183
|
-
address: "vernon.leath@vtgrafix.co",
|
|
1184
|
-
primary: true
|
|
1185
|
-
}],
|
|
1186
|
-
metadata: {
|
|
1187
|
-
version: 1
|
|
1188
|
-
},
|
|
1189
|
-
name: {
|
|
1190
|
-
givenName: "VTGrafix"
|
|
1191
|
-
},
|
|
1192
|
-
phone: [{
|
|
1193
|
-
number: "+33 (6)7 92 54 15 17",
|
|
1194
|
-
primary: true
|
|
1195
|
-
}],
|
|
1196
|
-
relationships: {
|
|
1197
|
-
groups: {
|
|
1198
|
-
data: [{
|
|
1199
|
-
_id: "group_id_work",
|
|
1200
|
-
_type: "io.cozy.contacts.groups"
|
|
1201
|
-
}, {
|
|
1202
|
-
_id: "group_id_family",
|
|
1203
|
-
_type: "io.cozy.contacts.groups"
|
|
1204
|
-
}]
|
|
1205
|
-
}
|
|
1206
|
-
}
|
|
1207
|
-
}, {
|
|
1208
|
-
_id: "7acdab81-52cb-46f6-9e81-42032e9843ae",
|
|
1209
|
-
_type: "io.cozy.contacts",
|
|
1210
|
-
address: [{
|
|
1211
|
-
city: "Richmond",
|
|
1212
|
-
country: "Finland",
|
|
1213
|
-
postcode: "60992",
|
|
1214
|
-
primary: true,
|
|
1215
|
-
street: "90 Crawford Street"
|
|
1216
|
-
}],
|
|
1217
|
-
birthday: "1969-06-06",
|
|
1218
|
-
email: [{
|
|
1219
|
-
address: "francis.flinn@fortyfour.xyz",
|
|
1220
|
-
primary: true
|
|
1221
|
-
}, {
|
|
1222
|
-
address: "stan.lenihan@hassifix.mobi",
|
|
1223
|
-
primary: false
|
|
1224
|
-
}],
|
|
1225
|
-
metadata: {
|
|
1226
|
-
version: 1
|
|
1227
|
-
},
|
|
1228
|
-
name: {
|
|
1229
|
-
familyName: "Flinn",
|
|
1230
|
-
givenName: "Francis"
|
|
1231
|
-
},
|
|
1232
|
-
phone: [{
|
|
1233
|
-
number: "+33 (2)1 24 07 51 43",
|
|
1234
|
-
primary: true
|
|
1235
|
-
}, {
|
|
1236
|
-
number: "+33 (4)9 32 20 32 87",
|
|
1237
|
-
primary: false
|
|
1238
|
-
}],
|
|
1239
|
-
relationships: {
|
|
1240
|
-
groups: {
|
|
1241
|
-
data: [{
|
|
1242
|
-
_id: "group_id_family",
|
|
1243
|
-
_type: "io.cozy.contacts.groups"
|
|
1244
|
-
}]
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
}, {
|
|
1248
|
-
_id: "7cb3822f-3a2b-4978-9791-a1e19e792828",
|
|
1249
|
-
_type: "io.cozy.contacts",
|
|
1250
|
-
address: [{
|
|
1251
|
-
city: "Albany",
|
|
1252
|
-
country: "Singapore",
|
|
1253
|
-
postcode: "21285",
|
|
1254
|
-
primary: true,
|
|
1255
|
-
street: "51 Crawford Street"
|
|
1256
|
-
}],
|
|
1257
|
-
birthday: "1989-10-31",
|
|
1258
|
-
email: [{
|
|
1259
|
-
address: "raisa.cappel@zatheon.eu",
|
|
1260
|
-
primary: true
|
|
1261
|
-
}],
|
|
1262
|
-
metadata: {
|
|
1263
|
-
version: 1
|
|
1264
|
-
},
|
|
1265
|
-
name: {
|
|
1266
|
-
familyName: "Cappel",
|
|
1267
|
-
givenName: "Raisa"
|
|
1268
|
-
},
|
|
1269
|
-
phone: [{
|
|
1270
|
-
number: "+33 (2)3 69 80 63 05",
|
|
1271
|
-
primary: true
|
|
1272
|
-
}],
|
|
1273
|
-
relationships: {
|
|
1274
|
-
groups: {
|
|
1275
|
-
data: [{
|
|
1276
|
-
_id: "group_id_work",
|
|
1277
|
-
_type: "io.cozy.contacts.groups"
|
|
1278
|
-
}]
|
|
1279
|
-
}
|
|
1280
|
-
}
|
|
1281
|
-
}, {
|
|
1282
|
-
_id: "814f6f67-bcc0-498f-bb91-cab5ed315a12",
|
|
1283
|
-
_type: "io.cozy.contacts",
|
|
1284
|
-
address: [{
|
|
1285
|
-
city: "Nottingham",
|
|
1286
|
-
country: "Mauritania",
|
|
1287
|
-
postcode: "96737",
|
|
1288
|
-
primary: true,
|
|
1289
|
-
street: "41 Elton Way"
|
|
1290
|
-
}],
|
|
1291
|
-
birthday: "1988-03-07",
|
|
1292
|
-
email: [{
|
|
1293
|
-
address: "hannah.sager@haltheon.eu",
|
|
1294
|
-
primary: true
|
|
1295
|
-
}],
|
|
1296
|
-
name: {
|
|
1297
|
-
familyName: "Sager",
|
|
1298
|
-
givenName: "Hannah"
|
|
1299
|
-
},
|
|
1300
|
-
phone: [{
|
|
1301
|
-
number: "+33 (0)0 16 15 45 65",
|
|
1302
|
-
primary: true
|
|
1303
|
-
}]
|
|
1304
|
-
}, {
|
|
1305
|
-
_id: "823d1ca9-4b10-456f-a603-231e3de5a774",
|
|
1306
|
-
_type: "io.cozy.contacts",
|
|
1307
|
-
address: [{
|
|
1308
|
-
city: "Kingston",
|
|
1309
|
-
country: "Guatemala",
|
|
1310
|
-
postcode: "44220",
|
|
1311
|
-
primary: true,
|
|
1312
|
-
street: "5 Buckley Street"
|
|
1313
|
-
}],
|
|
1314
|
-
birthday: "1961-02-02",
|
|
1315
|
-
email: [{
|
|
1316
|
-
address: "aiden.smit@tomiatech.co",
|
|
1317
|
-
primary: true
|
|
1318
|
-
}],
|
|
1319
|
-
name: {
|
|
1320
|
-
familyName: "Smit",
|
|
1321
|
-
givenName: "Aiden"
|
|
1322
|
-
},
|
|
1323
|
-
phone: [{
|
|
1324
|
-
number: "+33 (6)9 42 00 67 88",
|
|
1325
|
-
primary: true
|
|
1326
|
-
}]
|
|
1327
|
-
}, {
|
|
1328
|
-
_id: "857a0db5-84ff-4efe-a16e-9fa6b6a843eb",
|
|
1329
|
-
_type: "io.cozy.contacts",
|
|
1330
|
-
address: [{
|
|
1331
|
-
city: "Birmingham",
|
|
1332
|
-
country: "Bouvet Island",
|
|
1333
|
-
postcode: "41090",
|
|
1334
|
-
primary: true,
|
|
1335
|
-
street: "88 Baker Street"
|
|
1336
|
-
}],
|
|
1337
|
-
birthday: "1999-11-12",
|
|
1338
|
-
email: [{
|
|
1339
|
-
address: "jenette.bourne@dynaair.mobi",
|
|
1340
|
-
primary: true
|
|
1341
|
-
}, {
|
|
1342
|
-
address: "darrell.zobel@anaplex.name",
|
|
1343
|
-
primary: false
|
|
1344
|
-
}],
|
|
1345
|
-
metadata: {
|
|
1346
|
-
version: 1
|
|
1347
|
-
},
|
|
1348
|
-
name: {
|
|
1349
|
-
familyName: "Bourne",
|
|
1350
|
-
givenName: "Jenette"
|
|
1351
|
-
},
|
|
1352
|
-
phone: [{
|
|
1353
|
-
number: "+33 (0)8 05 76 45 70",
|
|
1354
|
-
primary: true
|
|
1355
|
-
}, {
|
|
1356
|
-
number: "+33 (9)9 35 66 28 54",
|
|
1357
|
-
primary: false
|
|
1358
|
-
}],
|
|
1359
|
-
relationships: {
|
|
1360
|
-
groups: {
|
|
1361
|
-
data: [{
|
|
1362
|
-
_id: "group_id_family",
|
|
1363
|
-
_type: "io.cozy.contacts.groups"
|
|
1364
|
-
}]
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
}, {
|
|
1368
|
-
_id: "8ba82505-25c3-4821-88df-2e11becc21e8",
|
|
1369
|
-
_type: "io.cozy.contacts",
|
|
1370
|
-
address: [{
|
|
1371
|
-
city: "Hartford",
|
|
1372
|
-
country: "Nepal",
|
|
1373
|
-
postcode: "73991",
|
|
1374
|
-
primary: true,
|
|
1375
|
-
street: "60 Buckley Street"
|
|
1376
|
-
}],
|
|
1377
|
-
birthday: "1985-12-20",
|
|
1378
|
-
email: [{
|
|
1379
|
-
address: "kurt.goudy@amsquare.edu",
|
|
1380
|
-
primary: true
|
|
1381
|
-
}],
|
|
1382
|
-
metadata: {
|
|
1383
|
-
version: 1
|
|
1384
|
-
},
|
|
1385
|
-
name: {
|
|
1386
|
-
familyName: "Goudy",
|
|
1387
|
-
givenName: "Kurt"
|
|
1388
|
-
},
|
|
1389
|
-
phone: [{
|
|
1390
|
-
number: "+33 (6)3 54 74 20 62",
|
|
1391
|
-
primary: true
|
|
1392
|
-
}],
|
|
1393
|
-
relationships: {
|
|
1394
|
-
groups: {
|
|
1395
|
-
data: [{
|
|
1396
|
-
_id: "group_id_work",
|
|
1397
|
-
_type: "io.cozy.contacts.groups"
|
|
1398
|
-
}]
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
}, {
|
|
1402
|
-
_id: "8cbefa6a-41c9-4065-ad33-87618dfee702",
|
|
1403
|
-
_type: "io.cozy.contacts",
|
|
1404
|
-
address: [{
|
|
1405
|
-
city: "York",
|
|
1406
|
-
country: "Antigua and Barbuda",
|
|
1407
|
-
postcode: "67153",
|
|
1408
|
-
primary: true,
|
|
1409
|
-
street: "91 Grosvenor Square"
|
|
1410
|
-
}],
|
|
1411
|
-
birthday: "1998-11-21",
|
|
1412
|
-
email: [{
|
|
1413
|
-
address: "madeleine.verde@tomiatech.me",
|
|
1414
|
-
primary: true
|
|
1415
|
-
}, {
|
|
1416
|
-
address: "jenette.hyder@helixicon.edu",
|
|
1417
|
-
primary: false
|
|
1418
|
-
}],
|
|
1419
|
-
metadata: {
|
|
1420
|
-
version: 1
|
|
1421
|
-
},
|
|
1422
|
-
name: {
|
|
1423
|
-
familyName: "Verde",
|
|
1424
|
-
givenName: "Madeleine"
|
|
1425
|
-
},
|
|
1426
|
-
phone: [{
|
|
1427
|
-
number: "+33 (4)0 94 18 19 04",
|
|
1428
|
-
primary: true
|
|
1429
|
-
}, {
|
|
1430
|
-
number: "+33 (7)2 66 13 89 19",
|
|
1431
|
-
primary: false
|
|
1432
|
-
}],
|
|
1433
|
-
relationships: {
|
|
1434
|
-
groups: {
|
|
1435
|
-
data: [{
|
|
1436
|
-
_id: "group_id_family",
|
|
1437
|
-
_type: "io.cozy.contacts.groups"
|
|
1438
|
-
}]
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
}, {
|
|
1442
|
-
_id: "9393e04d-90eb-4f47-b0d1-7cfd88ca9a3f",
|
|
1443
|
-
_type: "io.cozy.contacts",
|
|
1444
|
-
address: [{
|
|
1445
|
-
city: "Frankston",
|
|
1446
|
-
country: "Martinique",
|
|
1447
|
-
postcode: "29212",
|
|
1448
|
-
primary: true,
|
|
1449
|
-
street: "63 Dunstable Street"
|
|
1450
|
-
}],
|
|
1451
|
-
birthday: "1976-12-15",
|
|
1452
|
-
email: [{
|
|
1453
|
-
address: "madeleine.milling@acousticom.gov",
|
|
1454
|
-
primary: true
|
|
1455
|
-
}, {
|
|
1456
|
-
address: "cecilia.pullman@polycore.edu",
|
|
1457
|
-
primary: false
|
|
1458
|
-
}],
|
|
1459
|
-
metadata: {
|
|
1460
|
-
version: 1
|
|
1461
|
-
},
|
|
1462
|
-
name: {
|
|
1463
|
-
familyName: "Milling",
|
|
1464
|
-
givenName: "Madeleine"
|
|
1465
|
-
},
|
|
1466
|
-
phone: [{
|
|
1467
|
-
number: "+33 (4)0 61 39 16 43",
|
|
1468
|
-
primary: true
|
|
1469
|
-
}, {
|
|
1470
|
-
number: "+33 (9)7 54 31 00 91",
|
|
1471
|
-
primary: false
|
|
1472
|
-
}],
|
|
1473
|
-
relationships: {
|
|
1474
|
-
groups: {
|
|
1475
|
-
data: [{
|
|
1476
|
-
_id: "group_id_family",
|
|
1477
|
-
_type: "io.cozy.contacts.groups"
|
|
1478
|
-
}]
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
}, {
|
|
1482
|
-
_id: "9b05f823-53fd-48b7-ba50-e2abf7aa20bc",
|
|
1483
|
-
_type: "io.cozy.contacts",
|
|
1484
|
-
address: [{
|
|
1485
|
-
city: "Lancaster",
|
|
1486
|
-
country: "Viet Nam",
|
|
1487
|
-
postcode: "32405",
|
|
1488
|
-
primary: true,
|
|
1489
|
-
street: "33 Wandle Street"
|
|
1490
|
-
}],
|
|
1491
|
-
birthday: "1961-08-01",
|
|
1492
|
-
email: [{
|
|
1493
|
-
address: "rosanne.chapman@peersys.gov",
|
|
1494
|
-
primary: true
|
|
1495
|
-
}],
|
|
1496
|
-
name: {
|
|
1497
|
-
familyName: "Chapman",
|
|
1498
|
-
givenName: "Rosanne"
|
|
1499
|
-
},
|
|
1500
|
-
phone: [{
|
|
1501
|
-
number: "+33 (8)1 50 82 04 53",
|
|
1502
|
-
primary: true
|
|
1503
|
-
}]
|
|
1504
|
-
}, {
|
|
1505
|
-
_id: "a68a9b3c-f3f7-4f94-b3f2-f2d0363895a5",
|
|
1506
|
-
_type: "io.cozy.contacts",
|
|
1507
|
-
address: [{
|
|
1508
|
-
city: "Sudbury",
|
|
1509
|
-
country: "Aruba",
|
|
1510
|
-
postcode: "34465",
|
|
1511
|
-
primary: true,
|
|
1512
|
-
street: "64 Glenn Drive"
|
|
1513
|
-
}],
|
|
1514
|
-
birthday: "1989-01-26",
|
|
1515
|
-
email: [{
|
|
1516
|
-
address: "isabelle.muldoon@fastmart.co",
|
|
1517
|
-
primary: true
|
|
1518
|
-
}],
|
|
1519
|
-
metadata: {
|
|
1520
|
-
version: 1
|
|
1521
|
-
},
|
|
1522
|
-
name: {
|
|
1523
|
-
familyName: "Muldoon",
|
|
1524
|
-
givenName: "Isabelle"
|
|
1525
|
-
},
|
|
1526
|
-
phone: [{
|
|
1527
|
-
number: "+33 (4)6 38 04 02 44",
|
|
1528
|
-
primary: true
|
|
1529
|
-
}],
|
|
1530
|
-
relationships: {
|
|
1531
|
-
groups: {
|
|
1532
|
-
data: [{
|
|
1533
|
-
_id: "group_id_work",
|
|
1534
|
-
_type: "io.cozy.contacts.groups"
|
|
1535
|
-
}]
|
|
1536
|
-
}
|
|
1537
|
-
}
|
|
1538
|
-
}, {
|
|
1539
|
-
_id: "a749ffad-068e-4772-9060-4cb9bd7e8039",
|
|
1540
|
-
_type: "io.cozy.contacts",
|
|
1541
|
-
address: [{
|
|
1542
|
-
city: "Melbourne",
|
|
1543
|
-
country: "Malawi",
|
|
1544
|
-
postcode: "16693",
|
|
1545
|
-
primary: true,
|
|
1546
|
-
street: "70 Glenn Drive"
|
|
1547
|
-
}],
|
|
1548
|
-
birthday: "1960-08-28",
|
|
1549
|
-
email: [{
|
|
1550
|
-
address: "warren.tindel@fortyfour.info",
|
|
1551
|
-
primary: true
|
|
1552
|
-
}],
|
|
1553
|
-
name: {
|
|
1554
|
-
familyName: "Tindel",
|
|
1555
|
-
givenName: "Warren"
|
|
1556
|
-
},
|
|
1557
|
-
phone: [{
|
|
1558
|
-
number: "+33 (6)7 00 31 47 81",
|
|
1559
|
-
primary: true
|
|
1560
|
-
}]
|
|
1561
|
-
}, {
|
|
1562
|
-
_id: "a83989ca-041d-4615-87e0-7d41f86acc5d",
|
|
1563
|
-
_type: "io.cozy.contacts",
|
|
1564
|
-
address: [{
|
|
1565
|
-
city: "Seattle",
|
|
1566
|
-
country: "Niue",
|
|
1567
|
-
postcode: "87611",
|
|
1568
|
-
primary: true,
|
|
1569
|
-
street: "42 Brook Street"
|
|
1570
|
-
}],
|
|
1571
|
-
birthday: "1954-07-26",
|
|
1572
|
-
email: [{
|
|
1573
|
-
address: "jamie.paschall@acousticom.me",
|
|
1574
|
-
primary: true
|
|
1575
|
-
}],
|
|
1576
|
-
name: {
|
|
1577
|
-
familyName: "Paschall",
|
|
1578
|
-
givenName: "Jamie"
|
|
1579
|
-
},
|
|
1580
|
-
phone: [{
|
|
1581
|
-
number: "+33 (4)9 34 94 87 29",
|
|
1582
|
-
primary: true
|
|
1583
|
-
}]
|
|
1584
|
-
}, {
|
|
1585
|
-
_id: "a9d28cf8-43a6-4fff-81a1-4a09048edf71",
|
|
1586
|
-
_type: "io.cozy.contacts",
|
|
1587
|
-
address: [{
|
|
1588
|
-
city: "Vancouver",
|
|
1589
|
-
country: "Armenia",
|
|
1590
|
-
postcode: "27393",
|
|
1591
|
-
primary: true,
|
|
1592
|
-
street: "62 Marsham Street"
|
|
1593
|
-
}],
|
|
1594
|
-
birthday: "1955-09-22",
|
|
1595
|
-
email: [{
|
|
1596
|
-
address: "rico.bourne@citisys.org",
|
|
1597
|
-
primary: true
|
|
1598
|
-
}],
|
|
1599
|
-
metadata: {
|
|
1600
|
-
version: 1
|
|
1601
|
-
},
|
|
1602
|
-
name: {
|
|
1603
|
-
familyName: "Bourne",
|
|
1604
|
-
givenName: "Rico"
|
|
1605
|
-
},
|
|
1606
|
-
phone: [{
|
|
1607
|
-
number: "+33 (1)4 84 34 52 44",
|
|
1608
|
-
primary: true
|
|
1609
|
-
}],
|
|
1610
|
-
relationships: {
|
|
1611
|
-
groups: {
|
|
1612
|
-
data: [{
|
|
1613
|
-
_id: "group_id_work",
|
|
1614
|
-
_type: "io.cozy.contacts.groups"
|
|
1615
|
-
}]
|
|
1616
|
-
}
|
|
1617
|
-
}
|
|
1618
|
-
}, {
|
|
1619
|
-
_id: "b21e4b4b-1df9-4992-b39b-cf844df864d5",
|
|
1620
|
-
_type: "io.cozy.contacts",
|
|
1621
|
-
address: [{
|
|
1622
|
-
city: "Cleveland",
|
|
1623
|
-
country: "United States of America",
|
|
1624
|
-
postcode: "15748",
|
|
1625
|
-
primary: true,
|
|
1626
|
-
street: "85 Grosvenor Square"
|
|
1627
|
-
}],
|
|
1628
|
-
email: [{
|
|
1629
|
-
address: "rico.murphy@triosys.info",
|
|
1630
|
-
primary: true
|
|
1631
|
-
}],
|
|
1632
|
-
metadata: {
|
|
1633
|
-
version: 1
|
|
1634
|
-
},
|
|
1635
|
-
name: {
|
|
1636
|
-
givenName: "TrioSys"
|
|
1637
|
-
},
|
|
1638
|
-
phone: [{
|
|
1639
|
-
number: "+33 (6)3 45 36 56 40",
|
|
1640
|
-
primary: true
|
|
1641
|
-
}],
|
|
1642
|
-
relationships: {
|
|
1643
|
-
groups: {
|
|
1644
|
-
data: [{
|
|
1645
|
-
_id: "group_id_work",
|
|
1646
|
-
_type: "io.cozy.contacts.groups"
|
|
1647
|
-
}, {
|
|
1648
|
-
_id: "group_id_family",
|
|
1649
|
-
_type: "io.cozy.contacts.groups"
|
|
1650
|
-
}]
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
}, {
|
|
1654
|
-
_id: "b6f5fc43-4199-4cca-8372-d1fe4e75a168",
|
|
1655
|
-
_type: "io.cozy.contacts",
|
|
1656
|
-
address: [{
|
|
1657
|
-
city: "Boston",
|
|
1658
|
-
country: "Saint Pierre and Miquelon",
|
|
1659
|
-
postcode: "23731",
|
|
1660
|
-
primary: true,
|
|
1661
|
-
street: "70 Beechmont Parkway"
|
|
1662
|
-
}],
|
|
1663
|
-
birthday: "1989-08-11",
|
|
1664
|
-
email: [{
|
|
1665
|
-
address: "gavin.wallis@infratouch.biz",
|
|
1666
|
-
primary: true
|
|
1667
|
-
}],
|
|
1668
|
-
metadata: {
|
|
1669
|
-
version: 1
|
|
1670
|
-
},
|
|
1671
|
-
name: {
|
|
1672
|
-
familyName: "Wallis",
|
|
1673
|
-
givenName: "Gavin"
|
|
1674
|
-
},
|
|
1675
|
-
phone: [{
|
|
1676
|
-
number: "+33 (2)4 15 56 27 30",
|
|
1677
|
-
primary: true
|
|
1678
|
-
}],
|
|
1679
|
-
relationships: {
|
|
1680
|
-
groups: {
|
|
1681
|
-
data: [{
|
|
1682
|
-
_id: "group_id_work",
|
|
1683
|
-
_type: "io.cozy.contacts.groups"
|
|
1684
|
-
}]
|
|
1685
|
-
}
|
|
1686
|
-
}
|
|
1687
|
-
}, {
|
|
1688
|
-
_id: "c55c831a-9869-4e14-b3aa-d004bced41b0",
|
|
1689
|
-
_type: "io.cozy.contacts",
|
|
1690
|
-
address: [{
|
|
1691
|
-
city: "Cleveland",
|
|
1692
|
-
country: "Liechtenstein",
|
|
1693
|
-
postcode: "61719",
|
|
1694
|
-
primary: true,
|
|
1695
|
-
street: "50 Green Street"
|
|
1696
|
-
}],
|
|
1697
|
-
birthday: "1963-10-08",
|
|
1698
|
-
email: [{
|
|
1699
|
-
address: "neida.remus@dynalab.club",
|
|
1700
|
-
primary: true
|
|
1701
|
-
}],
|
|
1702
|
-
name: {
|
|
1703
|
-
familyName: "Remus",
|
|
1704
|
-
givenName: "Neida"
|
|
1705
|
-
},
|
|
1706
|
-
phone: [{
|
|
1707
|
-
number: "+33 (5)6 42 50 42 12",
|
|
1708
|
-
primary: true
|
|
1709
|
-
}]
|
|
1710
|
-
}, {
|
|
1711
|
-
_id: "d0c565de-f440-4d2f-83db-0e3d75f49d23",
|
|
1712
|
-
_type: "io.cozy.contacts",
|
|
1713
|
-
address: [{
|
|
1714
|
-
city: "Waterbury",
|
|
1715
|
-
country: "British Indian Ocean Territory",
|
|
1716
|
-
postcode: "29412",
|
|
1717
|
-
primary: true,
|
|
1718
|
-
street: "68 Rutland Drive"
|
|
1719
|
-
}],
|
|
1720
|
-
birthday: "1972-07-31",
|
|
1721
|
-
email: [{
|
|
1722
|
-
address: "rosanne.bourne@creatonix.xyz",
|
|
1723
|
-
primary: true
|
|
1724
|
-
}],
|
|
1725
|
-
name: {
|
|
1726
|
-
familyName: "Bourne",
|
|
1727
|
-
givenName: "Rosanne"
|
|
1728
|
-
},
|
|
1729
|
-
phone: [{
|
|
1730
|
-
number: "+33 (1)3 93 75 09 69",
|
|
1731
|
-
primary: true
|
|
1732
|
-
}]
|
|
1733
|
-
}, {
|
|
1734
|
-
_id: "d2bda580-4df6-473e-89db-2af41364c44e",
|
|
1735
|
-
_type: "io.cozy.contacts",
|
|
1736
|
-
address: [{
|
|
1737
|
-
city: "Hobart",
|
|
1738
|
-
country: "Romania",
|
|
1739
|
-
postcode: "79805",
|
|
1740
|
-
primary: true,
|
|
1741
|
-
street: "1 Mount Street"
|
|
1742
|
-
}],
|
|
1743
|
-
email: [{
|
|
1744
|
-
address: "anton.brandt@westercom.me",
|
|
1745
|
-
primary: true
|
|
1746
|
-
}],
|
|
1747
|
-
metadata: {
|
|
1748
|
-
version: 1
|
|
1749
|
-
},
|
|
1750
|
-
name: {
|
|
1751
|
-
givenName: "Westercom"
|
|
1752
|
-
},
|
|
1753
|
-
phone: [{
|
|
1754
|
-
number: "+33 (2)6 47 62 10 86",
|
|
1755
|
-
primary: true
|
|
1756
|
-
}],
|
|
1757
|
-
relationships: {
|
|
1758
|
-
groups: {
|
|
1759
|
-
data: [{
|
|
1760
|
-
_id: "group_id_work",
|
|
1761
|
-
_type: "io.cozy.contacts.groups"
|
|
1762
|
-
}, {
|
|
1763
|
-
_id: "group_id_family",
|
|
1764
|
-
_type: "io.cozy.contacts.groups"
|
|
1765
|
-
}]
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
}, {
|
|
1769
|
-
_id: "d50b7eea-6e71-4348-ad75-fc791d7a82d4",
|
|
1770
|
-
_type: "io.cozy.contacts",
|
|
1771
|
-
address: [{
|
|
1772
|
-
city: "Fargo",
|
|
1773
|
-
country: "Angola",
|
|
1774
|
-
postcode: "52889",
|
|
1775
|
-
primary: true,
|
|
1776
|
-
street: "34 Paxton Street"
|
|
1777
|
-
}],
|
|
1778
|
-
birthday: "1979-05-07",
|
|
1779
|
-
email: [{
|
|
1780
|
-
address: "rico.magby@freecast.eu",
|
|
1781
|
-
primary: true
|
|
1782
|
-
}, {
|
|
1783
|
-
address: "myong.brandt@lexiconlabs.org",
|
|
1784
|
-
primary: false
|
|
1785
|
-
}],
|
|
1786
|
-
metadata: {
|
|
1787
|
-
version: 1
|
|
1788
|
-
},
|
|
1789
|
-
name: {
|
|
1790
|
-
familyName: "Magby",
|
|
1791
|
-
givenName: "Rico"
|
|
1792
|
-
},
|
|
1793
|
-
phone: [{
|
|
1794
|
-
number: "+33 (3)4 20 14 07 04",
|
|
1795
|
-
primary: true
|
|
1796
|
-
}, {
|
|
1797
|
-
number: "+33 (9)4 63 79 76 97",
|
|
1798
|
-
primary: false
|
|
1799
|
-
}],
|
|
1800
|
-
relationships: {
|
|
1801
|
-
groups: {
|
|
1802
|
-
data: [{
|
|
1803
|
-
_id: "group_id_family",
|
|
1804
|
-
_type: "io.cozy.contacts.groups"
|
|
1805
|
-
}]
|
|
1806
|
-
}
|
|
1807
|
-
}
|
|
1808
|
-
}, {
|
|
1809
|
-
_id: "e93c6abd-4819-4873-b7fb-ea46e02816a2",
|
|
1810
|
-
_type: "io.cozy.contacts",
|
|
1811
|
-
address: [{
|
|
1812
|
-
city: "Plymouth",
|
|
1813
|
-
country: "Mongolia",
|
|
1814
|
-
postcode: "18222",
|
|
1815
|
-
primary: true,
|
|
1816
|
-
street: "66 Orchard Road"
|
|
1817
|
-
}],
|
|
1818
|
-
birthday: "1978-04-22",
|
|
1819
|
-
email: [{
|
|
1820
|
-
address: "raylene.wallis@corerobotics.name",
|
|
1821
|
-
primary: true
|
|
1822
|
-
}],
|
|
1823
|
-
metadata: {
|
|
1824
|
-
version: 1
|
|
1825
|
-
},
|
|
1826
|
-
name: {
|
|
1827
|
-
familyName: "Wallis",
|
|
1828
|
-
givenName: "Raylene"
|
|
1829
|
-
},
|
|
1830
|
-
phone: [{
|
|
1831
|
-
number: "+33 (8)2 20 49 87 28",
|
|
1832
|
-
primary: true
|
|
1833
|
-
}],
|
|
1834
|
-
relationships: {
|
|
1835
|
-
groups: {
|
|
1836
|
-
data: [{
|
|
1837
|
-
_id: "group_id_work",
|
|
1838
|
-
_type: "io.cozy.contacts.groups"
|
|
1839
|
-
}]
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
}, {
|
|
1843
|
-
_id: "f330db30-2c2b-4621-b40f-25bb737e2eba",
|
|
1844
|
-
_type: "io.cozy.contacts",
|
|
1845
|
-
address: [{
|
|
1846
|
-
city: "Boston",
|
|
1847
|
-
country: "Saint Pierre and Miquelon",
|
|
1848
|
-
postcode: "04284",
|
|
1849
|
-
primary: true,
|
|
1850
|
-
street: "19 Mount Street"
|
|
1851
|
-
}],
|
|
1852
|
-
birthday: "1950-01-18",
|
|
1853
|
-
email: [{
|
|
1854
|
-
address: "lyn.hollis@citisys.biz",
|
|
1855
|
-
primary: true
|
|
1856
|
-
}, {
|
|
1857
|
-
address: "edward.pace@mediadime.net",
|
|
1858
|
-
primary: false
|
|
1859
|
-
}],
|
|
1860
|
-
metadata: {
|
|
1861
|
-
version: 1
|
|
1862
|
-
},
|
|
1863
|
-
name: {
|
|
1864
|
-
familyName: "Hollis",
|
|
1865
|
-
givenName: "Lyn"
|
|
1866
|
-
},
|
|
1867
|
-
phone: [{
|
|
1868
|
-
number: "+33 (8)8 32 79 16 61",
|
|
1869
|
-
primary: true
|
|
1870
|
-
}, {
|
|
1871
|
-
number: "+33 (7)9 69 80 25 08",
|
|
1872
|
-
primary: false
|
|
1873
|
-
}],
|
|
1874
|
-
relationships: {
|
|
1875
|
-
groups: {
|
|
1876
|
-
data: [{
|
|
1877
|
-
_id: "group_id_family",
|
|
1878
|
-
_type: "io.cozy.contacts.groups"
|
|
1879
|
-
}]
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
}, {
|
|
1883
|
-
_id: "f87951a3-f887-498c-b683-efbf59221da0",
|
|
1884
|
-
_type: "io.cozy.contacts",
|
|
1885
|
-
address: [{
|
|
1886
|
-
city: "Pheonix",
|
|
1887
|
-
country: "Madagascar",
|
|
1888
|
-
postcode: "83764",
|
|
1889
|
-
primary: true,
|
|
1890
|
-
street: "5 Harvard Avenue"
|
|
1891
|
-
}],
|
|
1892
|
-
birthday: "1975-04-11",
|
|
1893
|
-
email: [{
|
|
1894
|
-
address: "marcus.milligan@fortyfour.me",
|
|
1895
|
-
primary: true
|
|
1896
|
-
}],
|
|
1897
|
-
metadata: {
|
|
1898
|
-
version: 1
|
|
1899
|
-
},
|
|
1900
|
-
name: {
|
|
1901
|
-
familyName: "Milligan",
|
|
1902
|
-
givenName: "Marcus"
|
|
1903
|
-
},
|
|
1904
|
-
phone: [{
|
|
1905
|
-
number: "+33 (6)8 38 98 96 07",
|
|
1906
|
-
primary: true
|
|
1907
|
-
}],
|
|
1908
|
-
relationships: {
|
|
1909
|
-
groups: {
|
|
1910
|
-
data: [{
|
|
1911
|
-
_id: "group_id_work",
|
|
1912
|
-
_type: "io.cozy.contacts.groups"
|
|
1913
|
-
}]
|
|
1914
|
-
}
|
|
1915
|
-
}
|
|
1916
|
-
}, {
|
|
1917
|
-
_id: "fc1f5295-a7e9-431c-a3cb-70259edd81e0",
|
|
1918
|
-
_type: "io.cozy.contacts",
|
|
1919
|
-
address: [{
|
|
1920
|
-
city: "Portsmouth",
|
|
1921
|
-
country: "Bonaire, Sint Eustatius and Saba",
|
|
1922
|
-
postcode: "52481",
|
|
1923
|
-
primary: true,
|
|
1924
|
-
street: "44 Prospect Place"
|
|
1925
|
-
}],
|
|
1926
|
-
email: [{
|
|
1927
|
-
address: "grace.muldoon@coremax.xyz",
|
|
1928
|
-
primary: true
|
|
1929
|
-
}],
|
|
1930
|
-
metadata: {
|
|
1931
|
-
version: 1
|
|
1932
|
-
},
|
|
1933
|
-
name: {
|
|
1934
|
-
givenName: "CoreMax"
|
|
1935
|
-
},
|
|
1936
|
-
phone: [{
|
|
1937
|
-
number: "+33 (8)1 17 99 91 53",
|
|
1938
|
-
primary: true
|
|
1939
|
-
}],
|
|
1940
|
-
relationships: {
|
|
1941
|
-
groups: {
|
|
1942
|
-
data: [{
|
|
1943
|
-
_id: "group_id_work",
|
|
1944
|
-
_type: "io.cozy.contacts.groups"
|
|
1945
|
-
}, {
|
|
1946
|
-
_id: "group_id_family",
|
|
1947
|
-
_type: "io.cozy.contacts.groups"
|
|
1948
|
-
}]
|
|
1949
|
-
}
|
|
1950
|
-
}
|
|
1951
|
-
}];
|
|
1952
|
-
var mockClient = new CozyClient({
|
|
1953
|
-
uri: 'http://cozy.tools:8080',
|
|
1954
|
-
token: 'faketoken'
|
|
1955
|
-
});
|
|
1956
|
-
|
|
1957
|
-
mockClient.__proto__.requestQuery = function (_ref) {
|
|
1958
|
-
var doctype = _ref.doctype;
|
|
1959
|
-
|
|
1960
|
-
if (doctype === 'io.cozy.contacts') {
|
|
1961
|
-
return Promise.resolve({
|
|
1962
|
-
fetchStatus: 'loaded',
|
|
1963
|
-
data: contacts
|
|
1964
|
-
});
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
if (doctype === 'io.cozy.apps') {
|
|
1968
|
-
return Promise.resolve({
|
|
1969
|
-
fetchStatus: 'loaded',
|
|
1970
|
-
data: [{
|
|
1971
|
-
_id: 'io.cozy.apps/contacts',
|
|
1972
|
-
_type: 'io.cozy.apps',
|
|
1973
|
-
attributes: {
|
|
1974
|
-
slug: 'contacts'
|
|
1975
|
-
},
|
|
1976
|
-
links: {
|
|
1977
|
-
related: 'http://contacts.cozy.tools:8080/'
|
|
1978
|
-
}
|
|
1979
|
-
}]
|
|
1980
|
-
});
|
|
1981
|
-
}
|
|
1982
|
-
};
|
|
1983
|
-
|
|
1984
|
-
mockClient.plugins = {
|
|
1985
|
-
realtime: {
|
|
1986
|
-
subscribe: function subscribe() {},
|
|
1987
|
-
unsubscribe: function unsubscribe() {},
|
|
1988
|
-
unsubscribeAll: function unsubscribeAll() {}
|
|
1989
|
-
}
|
|
1990
|
-
};
|
|
1991
|
-
|
|
1992
|
-
mockClient.save = function () {
|
|
1993
|
-
return {
|
|
1994
|
-
data: contacts[0]
|
|
1995
|
-
};
|
|
1996
|
-
};
|
|
1997
|
-
|
|
1998
|
-
export default mockClient;
|