@esri/hub-common 20.17.0 → 20.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5701 -0
- package/dist/esm/content/_internal/fetchItemScheduleEnrichment.js.map +1 -1
- package/dist/esm/content/search.js.map +1 -1
- package/dist/esm/core/schemas/internal/discussions/EntityUiSchemaDiscussionsSettings.js +54 -0
- package/dist/esm/core/schemas/internal/discussions/EntityUiSchemaDiscussionsSettings.js.map +1 -1
- package/dist/esm/events/api/types.js +5 -1
- package/dist/esm/events/api/types.js.map +1 -1
- package/dist/esm/index.js +419 -46
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/initiative-templates/fetch.js.map +1 -1
- package/dist/esm/initiatives/HubInitiatives.js.map +1 -1
- package/dist/esm/items/create-item-from-url-or-file.js +1 -1
- package/dist/esm/items/create-item-from-url-or-file.js.map +1 -1
- package/dist/esm/models/fetchModelFromItem.js +1 -1
- package/dist/esm/models/fetchModelFromItem.js.map +1 -1
- package/dist/esm/newsletters/api/types.js +7 -1
- package/dist/esm/newsletters/api/types.js.map +1 -1
- package/dist/esm/newsletters-scheduler/api/types.js +3 -1
- package/dist/esm/newsletters-scheduler/api/types.js.map +1 -1
- package/dist/esm/pages/HubPages.js.map +1 -1
- package/dist/esm/projects/fetch.js.map +1 -1
- package/dist/esm/search/_internal/explainHelpers.js.map +1 -1
- package/dist/esm/search/_internal/hubDiscussionsHelpers/processPostFilters.js.map +1 -1
- package/dist/esm/search/_internal/hubDiscussionsHelpers/processPostOptions.js +1 -1
- package/dist/esm/search/_internal/hubDiscussionsHelpers/processPostOptions.js.map +1 -1
- package/dist/esm/search/_internal/hubSearchPosts.js +1 -1
- package/dist/esm/search/_internal/hubSearchPosts.js.map +1 -1
- package/dist/esm/search/getCOrgOrEOrgId.js +17 -0
- package/dist/esm/search/getCOrgOrEOrgId.js.map +1 -0
- package/dist/esm/search/wellKnownCatalog.js +3 -18
- package/dist/esm/search/wellKnownCatalog.js.map +1 -1
- package/dist/esm/sites/HubSites.js.map +1 -1
- package/dist/esm/sites/_internal/computeProps.js +2 -2
- package/dist/esm/sites/_internal/computeProps.js.map +1 -1
- package/dist/esm/templates/fetch.js.map +1 -1
- package/dist/node/content/_internal/fetchItemScheduleEnrichment.js.map +1 -1
- package/dist/node/content/search.js.map +1 -1
- package/dist/node/core/schemas/internal/discussions/EntityUiSchemaDiscussionsSettings.js +54 -0
- package/dist/node/core/schemas/internal/discussions/EntityUiSchemaDiscussionsSettings.js.map +1 -1
- package/dist/node/events/api/types.js +2 -0
- package/dist/node/events/api/types.js.map +1 -1
- package/dist/node/index.js +1161 -50
- package/dist/node/index.js.map +1 -1
- package/dist/node/initiative-templates/fetch.js.map +1 -1
- package/dist/node/initiatives/HubInitiatives.js.map +1 -1
- package/dist/node/items/create-item-from-url-or-file.js.map +1 -1
- package/dist/node/models/fetchModelFromItem.js +2 -2
- package/dist/node/models/fetchModelFromItem.js.map +1 -1
- package/dist/node/newsletters/api/types.js +3 -0
- package/dist/node/newsletters/api/types.js.map +1 -1
- package/dist/node/newsletters-scheduler/api/types.js +1 -0
- package/dist/node/newsletters-scheduler/api/types.js.map +1 -1
- package/dist/node/pages/HubPages.js.map +1 -1
- package/dist/node/projects/fetch.js.map +1 -1
- package/dist/node/search/_internal/explainHelpers.js.map +1 -1
- package/dist/node/search/_internal/hubDiscussionsHelpers/processPostFilters.js.map +1 -1
- package/dist/node/search/_internal/hubDiscussionsHelpers/processPostOptions.js +14 -14
- package/dist/node/search/_internal/hubDiscussionsHelpers/processPostOptions.js.map +1 -1
- package/dist/node/search/_internal/hubSearchPosts.js +1 -1
- package/dist/node/search/_internal/hubSearchPosts.js.map +1 -1
- package/dist/node/search/getCOrgOrEOrgId.js +21 -0
- package/dist/node/search/getCOrgOrEOrgId.js.map +1 -0
- package/dist/node/search/wellKnownCatalog.js +3 -18
- package/dist/node/search/wellKnownCatalog.js.map +1 -1
- package/dist/node/sites/HubSites.js.map +1 -1
- package/dist/node/sites/_internal/computeProps.js +4 -4
- package/dist/node/sites/_internal/computeProps.js.map +1 -1
- package/dist/node/templates/fetch.js.map +1 -1
- package/dist/types/access/compareAccess.d.ts +1 -1
- package/dist/types/assistants/IHubAssistant.d.ts +1 -1
- package/dist/types/content/_internal/internalContentUtils.d.ts +9 -1
- package/dist/types/core/_internal/getTemplate.d.ts +2 -2
- package/dist/types/index.d.ts +491 -45
- package/dist/types/items/create-item-from-url-or-file.d.ts +1 -1
- package/dist/types/search/_internal/explainFilter.d.ts +1 -1
- package/dist/types/search/_internal/explainHelpers.d.ts +1 -1
- package/dist/types/search/_internal/explainPredicate.d.ts +1 -1
- package/dist/types/search/_internal/hubDiscussionsHelpers/processPostFilters.d.ts +1 -1
- package/dist/types/search/_internal/hubDiscussionsHelpers/processPostOptions.d.ts +2 -2
- package/dist/types/search/explainQueryResult.d.ts +1 -1
- package/dist/types/search/getCOrgOrEOrgId.d.ts +8 -0
- package/dist/types/utils/internal/config.d.ts +1 -1
- package/package.json +1 -1
- package/dist/esm/access/index.js +0 -7
- package/dist/esm/access/index.js.map +0 -1
- package/dist/esm/assistants/index.js +0 -2
- package/dist/esm/assistants/index.js.map +0 -1
- package/dist/esm/associations/index.js +0 -16
- package/dist/esm/associations/index.js.map +0 -1
- package/dist/esm/channels/index.js +0 -4
- package/dist/esm/channels/index.js.map +0 -1
- package/dist/esm/content/index.js +0 -17
- package/dist/esm/content/index.js.map +0 -1
- package/dist/esm/core/behaviors/index.js +0 -9
- package/dist/esm/core/behaviors/index.js.map +0 -1
- package/dist/esm/core/index.js +0 -31
- package/dist/esm/core/index.js.map +0 -1
- package/dist/esm/core/schemas/index.js +0 -14
- package/dist/esm/core/schemas/index.js.map +0 -1
- package/dist/esm/core/schemas/internal/index.js +0 -4
- package/dist/esm/core/schemas/internal/index.js.map +0 -1
- package/dist/esm/core/schemas/shared/index.js +0 -3
- package/dist/esm/core/schemas/shared/index.js.map +0 -1
- package/dist/esm/core/traits/index.js +0 -11
- package/dist/esm/core/traits/index.js.map +0 -1
- package/dist/esm/core/types/index.js +0 -41
- package/dist/esm/core/types/index.js.map +0 -1
- package/dist/esm/discussions/api/channels/index.js +0 -2
- package/dist/esm/discussions/api/channels/index.js.map +0 -1
- package/dist/esm/discussions/api/index.js +0 -11
- package/dist/esm/discussions/api/index.js.map +0 -1
- package/dist/esm/discussions/api/posts/index.js +0 -2
- package/dist/esm/discussions/api/posts/index.js.map +0 -1
- package/dist/esm/discussions/api/reactions/index.js +0 -2
- package/dist/esm/discussions/api/reactions/index.js.map +0 -1
- package/dist/esm/discussions/api/settings/index.js +0 -3
- package/dist/esm/discussions/api/settings/index.js.map +0 -1
- package/dist/esm/discussions/api/utils/channels/index.js +0 -14
- package/dist/esm/discussions/api/utils/channels/index.js.map +0 -1
- package/dist/esm/discussions/api/utils/posts/index.js +0 -16
- package/dist/esm/discussions/api/utils/posts/index.js.map +0 -1
- package/dist/esm/discussions/api/utils/reactions/index.js +0 -3
- package/dist/esm/discussions/api/utils/reactions/index.js.map +0 -1
- package/dist/esm/discussions/index.js +0 -7
- package/dist/esm/discussions/index.js.map +0 -1
- package/dist/esm/downloads/index.js +0 -10
- package/dist/esm/downloads/index.js.map +0 -1
- package/dist/esm/events/api/index.js +0 -4
- package/dist/esm/events/api/index.js.map +0 -1
- package/dist/esm/events/index.js +0 -6
- package/dist/esm/events/index.js.map +0 -1
- package/dist/esm/groups/add-users-workflow/index.js +0 -5
- package/dist/esm/groups/add-users-workflow/index.js.map +0 -1
- package/dist/esm/groups/add-users-workflow/output-processors/index.js +0 -7
- package/dist/esm/groups/add-users-workflow/output-processors/index.js.map +0 -1
- package/dist/esm/groups/add-users-workflow/utils/index.js +0 -6
- package/dist/esm/groups/add-users-workflow/utils/index.js.map +0 -1
- package/dist/esm/groups/index.js +0 -16
- package/dist/esm/groups/index.js.map +0 -1
- package/dist/esm/groups/types/index.js +0 -3
- package/dist/esm/groups/types/index.js.map +0 -1
- package/dist/esm/i18n/index.js +0 -5
- package/dist/esm/i18n/index.js.map +0 -1
- package/dist/esm/initiative-templates/index.js +0 -5
- package/dist/esm/initiative-templates/index.js.map +0 -1
- package/dist/esm/initiatives/index.js +0 -4
- package/dist/esm/initiatives/index.js.map +0 -1
- package/dist/esm/items/index.js +0 -34
- package/dist/esm/items/index.js.map +0 -1
- package/dist/esm/metrics/index.js +0 -5
- package/dist/esm/metrics/index.js.map +0 -1
- package/dist/esm/models/index.js +0 -10
- package/dist/esm/models/index.js.map +0 -1
- package/dist/esm/newsletters/api/index.js +0 -4
- package/dist/esm/newsletters/api/index.js.map +0 -1
- package/dist/esm/newsletters/index.js +0 -2
- package/dist/esm/newsletters/index.js.map +0 -1
- package/dist/esm/newsletters-scheduler/api/index.js +0 -3
- package/dist/esm/newsletters-scheduler/api/index.js.map +0 -1
- package/dist/esm/newsletters-scheduler/index.js +0 -2
- package/dist/esm/newsletters-scheduler/index.js.map +0 -1
- package/dist/esm/objects/index.js +0 -18
- package/dist/esm/objects/index.js.map +0 -1
- package/dist/esm/org/index.js +0 -4
- package/dist/esm/org/index.js.map +0 -1
- package/dist/esm/pages/index.js +0 -3
- package/dist/esm/pages/index.js.map +0 -1
- package/dist/esm/permissions/index.js +0 -6
- package/dist/esm/permissions/index.js.map +0 -1
- package/dist/esm/permissions/types/index.js +0 -9
- package/dist/esm/permissions/types/index.js.map +0 -1
- package/dist/esm/projects/index.js +0 -5
- package/dist/esm/projects/index.js.map +0 -1
- package/dist/esm/resources/index.js +0 -18
- package/dist/esm/resources/index.js.map +0 -1
- package/dist/esm/rest/index.js +0 -2
- package/dist/esm/rest/index.js.map +0 -1
- package/dist/esm/rest/portal/index.js +0 -2
- package/dist/esm/rest/portal/index.js.map +0 -1
- package/dist/esm/search/_internal/index.js +0 -8
- package/dist/esm/search/_internal/index.js.map +0 -1
- package/dist/esm/search/index.js +0 -22
- package/dist/esm/search/index.js.map +0 -1
- package/dist/esm/search/types/index.js +0 -10
- package/dist/esm/search/types/index.js.map +0 -1
- package/dist/esm/sites/_internal/index.js +0 -2
- package/dist/esm/sites/_internal/index.js.map +0 -1
- package/dist/esm/sites/domains/index.js +0 -22
- package/dist/esm/sites/domains/index.js.map +0 -1
- package/dist/esm/sites/drafts/index.js +0 -2
- package/dist/esm/sites/drafts/index.js.map +0 -1
- package/dist/esm/sites/index.js +0 -36
- package/dist/esm/sites/index.js.map +0 -1
- package/dist/esm/surveys/index.js +0 -2
- package/dist/esm/surveys/index.js.map +0 -1
- package/dist/esm/surveys/utils/index.js +0 -9
- package/dist/esm/surveys/utils/index.js.map +0 -1
- package/dist/esm/templates/index.js +0 -5
- package/dist/esm/templates/index.js.map +0 -1
- package/dist/esm/types/index.js +0 -7
- package/dist/esm/types/index.js.map +0 -1
- package/dist/esm/urls/index.js +0 -28
- package/dist/esm/urls/index.js.map +0 -1
- package/dist/esm/users/index.js +0 -3
- package/dist/esm/users/index.js.map +0 -1
- package/dist/esm/utils/date/index.js +0 -4
- package/dist/esm/utils/date/index.js.map +0 -1
- package/dist/esm/utils/index.js +0 -36
- package/dist/esm/utils/index.js.map +0 -1
- package/dist/esm/versioning/_internal/index.js +0 -5
- package/dist/esm/versioning/_internal/index.js.map +0 -1
- package/dist/esm/versioning/index.js +0 -9
- package/dist/esm/versioning/index.js.map +0 -1
- package/dist/esm/versioning/types/index.js +0 -4
- package/dist/esm/versioning/types/index.js.map +0 -1
- package/dist/node/access/index.js +0 -10
- package/dist/node/access/index.js.map +0 -1
- package/dist/node/assistants/index.js +0 -5
- package/dist/node/assistants/index.js.map +0 -1
- package/dist/node/associations/index.js +0 -21
- package/dist/node/associations/index.js.map +0 -1
- package/dist/node/channels/index.js +0 -7
- package/dist/node/channels/index.js.map +0 -1
- package/dist/node/content/index.js +0 -20
- package/dist/node/content/index.js.map +0 -1
- package/dist/node/core/behaviors/index.js +0 -12
- package/dist/node/core/behaviors/index.js.map +0 -1
- package/dist/node/core/index.js +0 -34
- package/dist/node/core/index.js.map +0 -1
- package/dist/node/core/schemas/index.js +0 -17
- package/dist/node/core/schemas/index.js.map +0 -1
- package/dist/node/core/schemas/internal/index.js +0 -7
- package/dist/node/core/schemas/internal/index.js.map +0 -1
- package/dist/node/core/schemas/shared/index.js +0 -6
- package/dist/node/core/schemas/shared/index.js.map +0 -1
- package/dist/node/core/traits/index.js +0 -14
- package/dist/node/core/traits/index.js.map +0 -1
- package/dist/node/core/types/index.js +0 -44
- package/dist/node/core/types/index.js.map +0 -1
- package/dist/node/discussions/api/channels/index.js +0 -5
- package/dist/node/discussions/api/channels/index.js.map +0 -1
- package/dist/node/discussions/api/index.js +0 -14
- package/dist/node/discussions/api/index.js.map +0 -1
- package/dist/node/discussions/api/posts/index.js +0 -5
- package/dist/node/discussions/api/posts/index.js.map +0 -1
- package/dist/node/discussions/api/reactions/index.js +0 -5
- package/dist/node/discussions/api/reactions/index.js.map +0 -1
- package/dist/node/discussions/api/settings/index.js +0 -6
- package/dist/node/discussions/api/settings/index.js.map +0 -1
- package/dist/node/discussions/api/utils/channels/index.js +0 -28
- package/dist/node/discussions/api/utils/channels/index.js.map +0 -1
- package/dist/node/discussions/api/utils/posts/index.js +0 -33
- package/dist/node/discussions/api/utils/posts/index.js.map +0 -1
- package/dist/node/discussions/api/utils/reactions/index.js +0 -7
- package/dist/node/discussions/api/utils/reactions/index.js.map +0 -1
- package/dist/node/discussions/index.js +0 -10
- package/dist/node/discussions/index.js.map +0 -1
- package/dist/node/downloads/index.js +0 -13
- package/dist/node/downloads/index.js.map +0 -1
- package/dist/node/events/api/index.js +0 -7
- package/dist/node/events/api/index.js.map +0 -1
- package/dist/node/events/index.js +0 -9
- package/dist/node/events/index.js.map +0 -1
- package/dist/node/groups/add-users-workflow/index.js +0 -8
- package/dist/node/groups/add-users-workflow/index.js.map +0 -1
- package/dist/node/groups/add-users-workflow/output-processors/index.js +0 -10
- package/dist/node/groups/add-users-workflow/output-processors/index.js.map +0 -1
- package/dist/node/groups/add-users-workflow/utils/index.js +0 -9
- package/dist/node/groups/add-users-workflow/utils/index.js.map +0 -1
- package/dist/node/groups/index.js +0 -19
- package/dist/node/groups/index.js.map +0 -1
- package/dist/node/groups/types/index.js +0 -6
- package/dist/node/groups/types/index.js.map +0 -1
- package/dist/node/i18n/index.js +0 -8
- package/dist/node/i18n/index.js.map +0 -1
- package/dist/node/initiative-templates/index.js +0 -8
- package/dist/node/initiative-templates/index.js.map +0 -1
- package/dist/node/initiatives/index.js +0 -7
- package/dist/node/initiatives/index.js.map +0 -1
- package/dist/node/items/index.js +0 -37
- package/dist/node/items/index.js.map +0 -1
- package/dist/node/metrics/index.js +0 -8
- package/dist/node/metrics/index.js.map +0 -1
- package/dist/node/models/index.js +0 -13
- package/dist/node/models/index.js.map +0 -1
- package/dist/node/newsletters/api/index.js +0 -7
- package/dist/node/newsletters/api/index.js.map +0 -1
- package/dist/node/newsletters/index.js +0 -5
- package/dist/node/newsletters/index.js.map +0 -1
- package/dist/node/newsletters-scheduler/api/index.js +0 -6
- package/dist/node/newsletters-scheduler/api/index.js.map +0 -1
- package/dist/node/newsletters-scheduler/index.js +0 -5
- package/dist/node/newsletters-scheduler/index.js.map +0 -1
- package/dist/node/objects/index.js +0 -21
- package/dist/node/objects/index.js.map +0 -1
- package/dist/node/org/index.js +0 -7
- package/dist/node/org/index.js.map +0 -1
- package/dist/node/pages/index.js +0 -6
- package/dist/node/pages/index.js.map +0 -1
- package/dist/node/permissions/index.js +0 -9
- package/dist/node/permissions/index.js.map +0 -1
- package/dist/node/permissions/types/index.js +0 -12
- package/dist/node/permissions/types/index.js.map +0 -1
- package/dist/node/projects/index.js +0 -8
- package/dist/node/projects/index.js.map +0 -1
- package/dist/node/resources/index.js +0 -21
- package/dist/node/resources/index.js.map +0 -1
- package/dist/node/rest/index.js +0 -5
- package/dist/node/rest/index.js.map +0 -1
- package/dist/node/rest/portal/index.js +0 -5
- package/dist/node/rest/portal/index.js.map +0 -1
- package/dist/node/search/_internal/index.js +0 -11
- package/dist/node/search/_internal/index.js.map +0 -1
- package/dist/node/search/index.js +0 -25
- package/dist/node/search/index.js.map +0 -1
- package/dist/node/search/types/index.js +0 -13
- package/dist/node/search/types/index.js.map +0 -1
- package/dist/node/sites/_internal/index.js +0 -5
- package/dist/node/sites/_internal/index.js.map +0 -1
- package/dist/node/sites/domains/index.js +0 -25
- package/dist/node/sites/domains/index.js.map +0 -1
- package/dist/node/sites/drafts/index.js +0 -5
- package/dist/node/sites/drafts/index.js.map +0 -1
- package/dist/node/sites/index.js +0 -40
- package/dist/node/sites/index.js.map +0 -1
- package/dist/node/surveys/index.js +0 -5
- package/dist/node/surveys/index.js.map +0 -1
- package/dist/node/surveys/utils/index.js +0 -12
- package/dist/node/surveys/utils/index.js.map +0 -1
- package/dist/node/templates/index.js +0 -8
- package/dist/node/templates/index.js.map +0 -1
- package/dist/node/types/index.js +0 -10
- package/dist/node/types/index.js.map +0 -1
- package/dist/node/urls/index.js +0 -31
- package/dist/node/urls/index.js.map +0 -1
- package/dist/node/users/index.js +0 -6
- package/dist/node/users/index.js.map +0 -1
- package/dist/node/utils/date/index.js +0 -7
- package/dist/node/utils/date/index.js.map +0 -1
- package/dist/node/utils/index.js +0 -39
- package/dist/node/utils/index.js.map +0 -1
- package/dist/node/versioning/_internal/index.js +0 -8
- package/dist/node/versioning/_internal/index.js.map +0 -1
- package/dist/node/versioning/index.js +0 -12
- package/dist/node/versioning/index.js.map +0 -1
- package/dist/node/versioning/types/index.js +0 -7
- package/dist/node/versioning/types/index.js.map +0 -1
- package/dist/types/access/index.d.ts +0 -6
- package/dist/types/assistants/index.d.ts +0 -1
- package/dist/types/associations/index.d.ts +0 -12
- package/dist/types/channels/index.d.ts +0 -3
- package/dist/types/content/index.d.ts +0 -16
- package/dist/types/core/behaviors/index.d.ts +0 -8
- package/dist/types/core/index.d.ts +0 -24
- package/dist/types/core/schemas/index.d.ts +0 -13
- package/dist/types/core/schemas/internal/index.d.ts +0 -3
- package/dist/types/core/schemas/shared/index.d.ts +0 -2
- package/dist/types/core/traits/index.d.ts +0 -10
- package/dist/types/core/types/index.d.ts +0 -40
- package/dist/types/discussions/api/channels/index.d.ts +0 -1
- package/dist/types/discussions/api/index.d.ts +0 -10
- package/dist/types/discussions/api/posts/index.d.ts +0 -1
- package/dist/types/discussions/api/reactions/index.d.ts +0 -1
- package/dist/types/discussions/api/settings/index.d.ts +0 -2
- package/dist/types/discussions/api/utils/channels/index.d.ts +0 -11
- package/dist/types/discussions/api/utils/posts/index.d.ts +0 -13
- package/dist/types/discussions/api/utils/reactions/index.d.ts +0 -2
- package/dist/types/discussions/index.d.ts +0 -6
- package/dist/types/downloads/index.d.ts +0 -9
- package/dist/types/events/api/index.d.ts +0 -3
- package/dist/types/events/index.d.ts +0 -5
- package/dist/types/groups/add-users-workflow/index.d.ts +0 -4
- package/dist/types/groups/add-users-workflow/output-processors/index.d.ts +0 -6
- package/dist/types/groups/add-users-workflow/utils/index.d.ts +0 -5
- package/dist/types/groups/index.d.ts +0 -12
- package/dist/types/groups/types/index.d.ts +0 -2
- package/dist/types/i18n/index.d.ts +0 -4
- package/dist/types/initiative-templates/index.d.ts +0 -4
- package/dist/types/initiatives/index.d.ts +0 -3
- package/dist/types/items/index.d.ts +0 -29
- package/dist/types/metrics/index.d.ts +0 -4
- package/dist/types/models/index.d.ts +0 -9
- package/dist/types/newsletters/api/index.d.ts +0 -3
- package/dist/types/newsletters/index.d.ts +0 -1
- package/dist/types/newsletters-scheduler/api/index.d.ts +0 -2
- package/dist/types/newsletters-scheduler/index.d.ts +0 -1
- package/dist/types/objects/index.d.ts +0 -17
- package/dist/types/org/index.d.ts +0 -3
- package/dist/types/pages/index.d.ts +0 -2
- package/dist/types/permissions/index.d.ts +0 -5
- package/dist/types/permissions/types/index.d.ts +0 -8
- package/dist/types/projects/index.d.ts +0 -4
- package/dist/types/resources/index.d.ts +0 -17
- package/dist/types/rest/index.d.ts +0 -1
- package/dist/types/rest/portal/index.d.ts +0 -1
- package/dist/types/search/_internal/index.d.ts +0 -7
- package/dist/types/search/index.d.ts +0 -21
- package/dist/types/search/types/index.d.ts +0 -9
- package/dist/types/sites/_internal/index.d.ts +0 -1
- package/dist/types/sites/domains/index.d.ts +0 -21
- package/dist/types/sites/drafts/index.d.ts +0 -1
- package/dist/types/sites/index.d.ts +0 -26
- package/dist/types/surveys/index.d.ts +0 -1
- package/dist/types/surveys/utils/index.d.ts +0 -8
- package/dist/types/templates/index.d.ts +0 -4
- package/dist/types/types/index.d.ts +0 -6
- package/dist/types/urls/index.d.ts +0 -27
- package/dist/types/users/index.d.ts +0 -2
- package/dist/types/utils/date/index.d.ts +0 -3
- package/dist/types/utils/index.d.ts +0 -35
- package/dist/types/versioning/_internal/index.d.ts +0 -4
- package/dist/types/versioning/index.d.ts +0 -8
- package/dist/types/versioning/types/index.d.ts +0 -3
|
@@ -27,6 +27,7 @@ export declare const setContentBoundary: (content: IHubContent, boundary: Geogra
|
|
|
27
27
|
protected?: boolean;
|
|
28
28
|
title: string;
|
|
29
29
|
type: string;
|
|
30
|
+
orgId?: string;
|
|
30
31
|
typeKeywords?: string[];
|
|
31
32
|
description?: string;
|
|
32
33
|
snippet?: string;
|
|
@@ -36,6 +37,9 @@ export declare const setContentBoundary: (content: IHubContent, boundary: Geogra
|
|
|
36
37
|
spatialReference?: ISpatialReference;
|
|
37
38
|
culture?: string;
|
|
38
39
|
url?: string;
|
|
40
|
+
access?: string;
|
|
41
|
+
accessInformation?: string;
|
|
42
|
+
licenseInfo?: string;
|
|
39
43
|
};
|
|
40
44
|
slug?: string;
|
|
41
45
|
hubId?: string;
|
|
@@ -95,6 +99,7 @@ export declare const setContentBoundary: (content: IHubContent, boundary: Geogra
|
|
|
95
99
|
protected?: boolean;
|
|
96
100
|
title: string;
|
|
97
101
|
type: string;
|
|
102
|
+
orgId?: string;
|
|
98
103
|
typeKeywords?: string[];
|
|
99
104
|
description?: string;
|
|
100
105
|
snippet?: string;
|
|
@@ -104,6 +109,9 @@ export declare const setContentBoundary: (content: IHubContent, boundary: Geogra
|
|
|
104
109
|
culture?: string;
|
|
105
110
|
properties?: any;
|
|
106
111
|
url?: string;
|
|
112
|
+
access?: string;
|
|
113
|
+
accessInformation?: string;
|
|
114
|
+
licenseInfo?: string;
|
|
107
115
|
};
|
|
108
116
|
/**
|
|
109
117
|
* get a content's boundary based on the item's boundary property
|
|
@@ -328,7 +336,7 @@ export declare const extractFirstContact: (metadata: any, path: string) => {
|
|
|
328
336
|
* @param item
|
|
329
337
|
* @param ownerUser item owner's hydrated user object
|
|
330
338
|
*/
|
|
331
|
-
export declare const getItemOrgId: (item: IItem, ownerUser?: IUser) =>
|
|
339
|
+
export declare const getItemOrgId: (item: IItem, ownerUser?: IUser) => string;
|
|
332
340
|
/**
|
|
333
341
|
* Calculates the Publisher display info for the given item.
|
|
334
342
|
* Utilizes this fallback pattern:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IArcGISContext } from "../../types";
|
|
2
|
-
import { IHubLayout } from "../types";
|
|
1
|
+
import { IArcGISContext } from "../../types/IArcGISContext";
|
|
2
|
+
import { IHubLayout } from "../types/IHubLayout";
|
|
3
3
|
/**
|
|
4
4
|
* Returns a template layout by name.
|
|
5
5
|
* Currently supports "simple" and "blank".
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,46 +1,492 @@
|
|
|
1
|
-
export * from "./associations";
|
|
2
|
-
export * from "./access";
|
|
3
|
-
export * from "./api";
|
|
4
|
-
export * from "./ArcGISContext";
|
|
5
|
-
export * from "./ArcGISContextManager";
|
|
6
|
-
export * from "./categories";
|
|
7
|
-
export * from "./content";
|
|
8
|
-
export * from "./core";
|
|
9
|
-
export * from "./downloads";
|
|
10
|
-
export * from "./extent";
|
|
11
|
-
export * from "./groups";
|
|
12
|
-
export * from "./i18n";
|
|
13
|
-
export * from "./initiatives";
|
|
14
|
-
export * from "./initiative-templates";
|
|
15
|
-
export * from "./discussions";
|
|
16
|
-
export * from "./channels";
|
|
17
|
-
export * from "./surveys";
|
|
18
|
-
export * from "./events";
|
|
19
|
-
export * from "./items";
|
|
20
|
-
export * from "./models";
|
|
21
|
-
export * from "./newsletters";
|
|
22
|
-
export * from "./newsletters-scheduler";
|
|
23
|
-
export * from "./objects";
|
|
24
|
-
export * from "./org";
|
|
25
|
-
export * from "./pages";
|
|
26
|
-
export * from "./permissions";
|
|
27
|
-
export * from "./projects";
|
|
28
|
-
export * from "./request";
|
|
29
|
-
export * from "./resources";
|
|
30
|
-
export * from "./rest";
|
|
31
|
-
export * from "./search";
|
|
32
|
-
export * from "./sites";
|
|
33
|
-
export * from "./templates";
|
|
34
|
-
export * from "./hub-types";
|
|
35
|
-
export * from "./types";
|
|
36
|
-
export * from "./urls";
|
|
37
|
-
export * from "./users";
|
|
38
|
-
export * from "./util";
|
|
39
|
-
export * from "./utils";
|
|
40
|
-
export * from "./versioning";
|
|
41
|
-
export * from "./metrics";
|
|
42
|
-
import OperationStack from "./OperationStack";
|
|
43
|
-
import OperationError from "./OperationError";
|
|
44
1
|
import HubError from "./HubError";
|
|
45
|
-
|
|
46
|
-
|
|
2
|
+
import OperationError from "./OperationError";
|
|
3
|
+
import OperationStack from "./OperationStack";
|
|
4
|
+
export { atob, btoa } from "abab";
|
|
5
|
+
export { canEditEvent, IEventModel } from "./access/can-edit-event";
|
|
6
|
+
export { canEditItem } from "./access/can-edit-item";
|
|
7
|
+
export { canEditSite } from "./access/can-edit-site";
|
|
8
|
+
export { canEditSiteContent, REQUIRED_PRIVS, } from "./access/can-edit-site-content";
|
|
9
|
+
export { compareAccess } from "./access/compareAccess";
|
|
10
|
+
export { hasBasePriv } from "./access/has-base-priv";
|
|
11
|
+
export { getHubApiUrl } from "./api";
|
|
12
|
+
export { ArcGISContext, ENTERPRISE_HOME_SUBDOMAIN, ENTERPRISE_SITES_PATH, } from "./ArcGISContext";
|
|
13
|
+
export { ALPHA_ORGS, ArcGISContextManager, ENTERPRISE_SITES_SERVICE_STATUS, HUB_SERVICE_STATUS, } from "./ArcGISContextManager";
|
|
14
|
+
export { breakAssociation } from "./associations/breakAssociation";
|
|
15
|
+
export { getAssociatedEntitiesQuery } from "./associations/getAssociatedEntitiesQuery";
|
|
16
|
+
export { getAssociationStats } from "./associations/getAssociationStats";
|
|
17
|
+
export { getAvailableToRequestEntitiesQuery } from "./associations/getAvailableToRequestEntitiesQuery";
|
|
18
|
+
export { getPendingEntitiesQuery } from "./associations/getPendingEntitiesQuery";
|
|
19
|
+
export { getReferencedEntityIds } from "./associations/getReferencedEntityIds";
|
|
20
|
+
export { getRequestingEntitiesQuery } from "./associations/getRequestingEntitiesQuery";
|
|
21
|
+
export { requestAssociation as acceptAssociation, requestAssociation, } from "./associations/requestAssociation";
|
|
22
|
+
export { setEntityAssociationGroup } from "./associations/setEntityAssociationGroup";
|
|
23
|
+
export { ASSOCIATION_REFERENCE_LIMIT, IAssociationStats, IHubAssociationHierarchy, IHubAssociationRules, } from "./associations/types";
|
|
24
|
+
export { getAvailableToRequestAssociationCatalogs, getWellKnownAssociationsCatalog, WellKnownAssociationCatalog, } from "./associations/wellKnownAssociationCatalogs";
|
|
25
|
+
export { categories, isDownloadable } from "./categories";
|
|
26
|
+
export { createHubChannel, deleteHubChannel, updateHubChannel, } from "./channels/edit";
|
|
27
|
+
export { fetchHubChannel } from "./channels/fetch";
|
|
28
|
+
export { HubChannel } from "./channels/HubChannel";
|
|
29
|
+
export { composeContent, getContentTypeIcon, getItemHubId, getItemLayer, getItemLayerId, getLayerIdFromUrl, getPortalUrls, getProxyUrl, IComposeContentOptions, IHubExtent, isFeatureService, isLayerView, normalizeItemType, parseItemCategories, UpdateFrequency, } from "./content/compose";
|
|
30
|
+
export { composeHubContent } from "./content/composeHubContent";
|
|
31
|
+
export { datasetToContent, datasetToItem, getCategory, getContentIdentifier, getContentTypeLabel, getServiceStatus, getTypeCategories, getTypes, IGetServiceStatusOptions, itemToContent, setContentType, } from "./content/contentUtils";
|
|
32
|
+
export { createContent, deleteContent, editorToContent, updateContent, } from "./content/edit";
|
|
33
|
+
export { fetchContent, IFetchContentOptions } from "./content/fetchContent";
|
|
34
|
+
export { convertItemToContent, fetchHubContent, } from "./content/fetchHubContent";
|
|
35
|
+
export { fetchItemJobRecords } from "./content/fetchItemJobRecords";
|
|
36
|
+
export { getFamily, getFamilyTypes } from "./content/get-family";
|
|
37
|
+
export { hasServiceCapability, isAGOFeatureServiceUrl, isHostedFeatureServiceMainEntity, isHostedFeatureServiceMainItem, isSecureProxyServiceUrl, ServiceCapabilities, toggleServiceCapability, } from "./content/hostedServiceUtils";
|
|
38
|
+
export { HubContent } from "./content/HubContent";
|
|
39
|
+
export { isSiteType } from "./content/isSiteType";
|
|
40
|
+
export { modelToHubEditableContent } from "./content/modelToHubEditableContent";
|
|
41
|
+
export { enrichContentSearchResult, enrichImageSearchResult, } from "./content/search";
|
|
42
|
+
export { addContextToSlug, isSlug, parseDatasetId, removeContextFromSlug, } from "./content/slugs";
|
|
43
|
+
export { DatasetResource, IHubBaseContentStatus, IHubContentStatus, IHubDownloadJobRecord, IHubJobRecord, IHubJobRecordRequestOptions, IHubOtherContentStatus, IHubServiceBackedContentStatus, JobRecordStatus, JobRecordType, } from "./content/types";
|
|
44
|
+
export { IWithCardBehavior } from "./core/behaviors/IWithCardBehavior";
|
|
45
|
+
export { IWithCatalogBehavior } from "./core/behaviors/IWithCatalogBehavior";
|
|
46
|
+
export { IWithEditorBehavior } from "./core/behaviors/IWithEditorBehavior";
|
|
47
|
+
export { IWithFeaturedImageBehavior } from "./core/behaviors/IWithFeaturedImageBehavior";
|
|
48
|
+
export { IWithPermissionBehavior } from "./core/behaviors/IWithPermissionBehavior";
|
|
49
|
+
export { IWithSharingBehavior } from "./core/behaviors/IWithSharingBehavior";
|
|
50
|
+
export { IWithStoreBehavior } from "./core/behaviors/IWithStoreBehavior";
|
|
51
|
+
export { IWithVersioningBehavior } from "./core/behaviors/IWithVersioningBehavior";
|
|
52
|
+
export { catalogContains } from "./core/catalogContains";
|
|
53
|
+
export { deepCatalogContains } from "./core/deepCatalogContains";
|
|
54
|
+
export { EntityEditor } from "./core/EntityEditor";
|
|
55
|
+
export { fetchHubEntity } from "./core/fetchHubEntity";
|
|
56
|
+
export { getEntityGroups } from "./core/getEntityGroups";
|
|
57
|
+
export { getEntityThumbnailUrl } from "./core/getEntityThumbnailUrl";
|
|
58
|
+
export { getEntityTypeFromHubEntityType } from "./core/getEntityTypeFromHubEntityType";
|
|
59
|
+
export { getHubTypeFromItemType } from "./core/getHubTypeFromItemType";
|
|
60
|
+
export { getRelativeWorkspaceUrl } from "./core/getRelativeWorkspaceUrl";
|
|
61
|
+
export { getTypeFromEntity } from "./core/getTypeFromEntity";
|
|
62
|
+
export { getTypesFromEntityType } from "./core/getTypesFromEntityType";
|
|
63
|
+
export { addHistoryEntry, IHubHistory, IHubHistoryEntry, removeHistoryEntry, } from "./core/hubHistory";
|
|
64
|
+
export { isValidEntityType } from "./core/isValidEntityType";
|
|
65
|
+
export { getHubEntityTypeFromPath, getPathForHubEntityType, IParsedPath, parseContainmentPath, pathMap, } from "./core/parseContainmentPath";
|
|
66
|
+
export { processActionLink, processActionLinks, } from "./core/processActionLinks";
|
|
67
|
+
export { getEditorConfig } from "./core/schemas/getEditorConfig";
|
|
68
|
+
export { fetchCategoriesUiSchemaElement, IFetchCategoriesUiSchemaElementOptions, } from "./core/schemas/internal/fetchCategoriesUiSchemaElement";
|
|
69
|
+
export { getTagItems } from "./core/schemas/internal/getTagItems";
|
|
70
|
+
export { CatalogSchema, CollectionSchema, FilterSchema, GalleryDisplayConfigSchema, PredicateSchema, QuerySchema, } from "./core/schemas/shared/CatalogSchema";
|
|
71
|
+
export { CARD_TITLE_TAGS } from "./core/schemas/shared/enums";
|
|
72
|
+
export { DISCUSSION_SETTINGS_SCHEMA, ENTERPRISE_SITE_ENTITY_NAME_SCHEMA, ENTITY_ACCESS_SCHEMA, ENTITY_CATALOG_SETUP_SCHEMA, ENTITY_CATEGORIES_SCHEMA, ENTITY_FEATURED_CONTENT_SCHEMA, ENTITY_IMAGE_SCHEMA, ENTITY_IS_DISCUSSABLE_SCHEMA, ENTITY_LAYOUT_SETUP_SCHEMA, ENTITY_LOCATION_SCHEMA, ENTITY_MAP_SCHEMA, ENTITY_NAME_SCHEMA, ENTITY_SUMMARY_SCHEMA, ENTITY_TAGS_SCHEMA, ENTITY_TIMELINE_SCHEMA, PRIVACY_CONFIG_SCHEMA, SITE_ENTITY_NAME_SCHEMA, SLUG_SCHEMA, } from "./core/schemas/shared/subschemas";
|
|
73
|
+
export { CardEditorType, DiscussionSettingsEditorType, EditorType, EmbedCardEditorType, EntityEditorType, EventGalleryCardEditorType, FollowCardEditorType, IAsyncConfigurationSchema, ICardEditorModuleType, IChangeEventDetail, IConfigurationSchema, IConfigurationValues, IEditorConfig, IEditorModuleType, IEntityEditorModuleType, IUiSchema, IUiSchemaComboboxItem, IUiSchemaComboboxItemGroup, IUiSchemaCondition, IUiSchemaElement, IUiSchemaMessage, IUiSchemaRule, StatCardEditorType, UiSchemaElementOptions, UiSchemaElementTypes, UiSchemaMessageTypes, UiSchemaRuleEffects, UiSchemaSectionTypes, validCardEditorTypes, validDiscussionSettingsEditorTypes, validEditorTypes, validEmbedCardEditorTypes, validEntityEditorTypes, validEventGalleryCardEditorTypes, validFollowCardEditorTypes, validStatCardEditorTypes, } from "./core/schemas/types";
|
|
74
|
+
export { setEntityAccess } from "./core/setEntityAccess";
|
|
75
|
+
export { shareEntityWithGroups } from "./core/shareEntityWithGroups";
|
|
76
|
+
export { HubCapability, ICapabilityConfig, IContentConfig, IDiscussionsConfig, IEventsConfig, IInitiativesConfig, IPagesConfig, IProjectsConfig, IWithContent, IWithEvents, IWithInitiatives, IWithPages, IWithProjects, } from "./core/traits/ICapabilityConfig";
|
|
77
|
+
export { IWithAssociations } from "./core/traits/IWithAssociations";
|
|
78
|
+
export { IWithBannerImage, IWithBannerImageStore, } from "./core/traits/IWithBannerImage";
|
|
79
|
+
export { IWithCatalog } from "./core/traits/IWithCatalog";
|
|
80
|
+
export { IWithDiscussions } from "./core/traits/IWithDiscussions";
|
|
81
|
+
export { IWithFollowers } from "./core/traits/IWithFollowers";
|
|
82
|
+
export { IWithLayout, IWithLayoutStore } from "./core/traits/IWithLayout";
|
|
83
|
+
export { IWithPermissions } from "./core/traits/IWithPermissions";
|
|
84
|
+
export { IWithSlug } from "./core/traits/IWithSlug";
|
|
85
|
+
export { IWithViewSettings } from "./core/traits/IWithViewSettings";
|
|
86
|
+
export { HubActionLink, IHubActionLinkSection, IHubContentActionLink, IHubExternalActionLink, IHubWellKnownActionLink, } from "./core/types/ActionLinks";
|
|
87
|
+
export { CountByValue, DynamicAggregation, DynamicValue, DynamicValueDefinition, DynamicValueResult, DynamicValues, DynamicValueType, IDynamicItemQueryDefinition, IDynamicPortalSelfDefinition, IDynamicServiceQueryDefinition, IStaticValueDefinition, } from "./core/types/DynamicValues";
|
|
88
|
+
export { EmbedKind, HubEmbed, IHubEmbed, IHubEmbedApp, IHubEmbedExternal, IHubEmbedMap, IHubEmbedSurvey, } from "./core/types/Embeds";
|
|
89
|
+
export { HubEntity } from "./core/types/HubEntity";
|
|
90
|
+
export { HubEntityEditor, IEntityEditorContext, } from "./core/types/HubEntityEditor";
|
|
91
|
+
export { HubEntityType, HubItemEntityType, HUB_ENTITY_TYPES, HUB_ITEM_ENTITY_TYPES, } from "./core/types/HubEntityType";
|
|
92
|
+
export { IGeometryInstance } from "./core/types/IGeometryInstance";
|
|
93
|
+
export { CardModelTarget, EntityToCardModelFn, IBadgeConfig, ICardActionLink, IConvertToCardModelOpts, IHubCardViewModel, IInfoConfig, ResultToCardModelFn, } from "./core/types/IHubCardViewModel";
|
|
94
|
+
export { IHubChannel, IHubChannelEditor, IHubRoleConfigValue, } from "./core/types/IHubChannel";
|
|
95
|
+
export { IHubContent, PublisherSource } from "./core/types/IHubContent";
|
|
96
|
+
export { IHubContentEnrichments } from "./core/types/IHubContentEnrichments";
|
|
97
|
+
export { IHubDiscussion, IHubDiscussionEditor, } from "./core/types/IHubDiscussion";
|
|
98
|
+
export { DownloadFlowType, IBaseExtendedProps, IContentExtendedProps, IDownloadFormatConfiguration, IDownloadFormatConfigurationDisplay, IEntityDownloadConfiguration, IExtendedProps, IHubContentEditor, IHubEditableContent, IServiceExtendedProps, } from "./core/types/IHubEditableContent";
|
|
99
|
+
export { IHubEntityBase, IHubEntityLinks, ILink, } from "./core/types/IHubEntityBase";
|
|
100
|
+
export { IHubEvent, IHubEventEditor } from "./core/types/IHubEvent";
|
|
101
|
+
export { IHubGroup, IHubGroupEditor } from "./core/types/IHubGroup";
|
|
102
|
+
export { IHubImage, IHubImageOptions } from "./core/types/IHubImage";
|
|
103
|
+
export { IHubInitiative, IHubInitiativeEditor, } from "./core/types/IHubInitiative";
|
|
104
|
+
export { IHubInitiativeTemplate, IHubInitiativeTemplateEditor, } from "./core/types/IHubInitiativeTemplate";
|
|
105
|
+
export { IHubItemEntity, IHubItemEntityEditor, } from "./core/types/IHubItemEntity";
|
|
106
|
+
export { IHubLayout } from "./core/types/IHubLayout";
|
|
107
|
+
export { IHubLocation, IHubLocationOption } from "./core/types/IHubLocation";
|
|
108
|
+
export { FeatureLayerStyle, IHubMapSettings, } from "./core/types/IHubMapSettings";
|
|
109
|
+
export { IHubOrganization } from "./core/types/IHubOrganization";
|
|
110
|
+
export { IHubPage, IHubPageEditor } from "./core/types/IHubPage";
|
|
111
|
+
export { IHubProject, IHubProjectEditor } from "./core/types/IHubProject";
|
|
112
|
+
export { Cadence, IHubSchedule, IHubScheduleResponse, ISchedulerOption, ScheduleMode, SchedulerOptionType, } from "./core/types/IHubSchedule";
|
|
113
|
+
export { IHubSite, IHubSiteEditor, IHubSiteUrlInfo, } from "./core/types/IHubSite";
|
|
114
|
+
export { IHubSiteTheme } from "./core/types/IHubSiteTheme";
|
|
115
|
+
export { IHubTemplate, IHubTemplateEditor } from "./core/types/IHubTemplate";
|
|
116
|
+
export { IHubStage, IHubStageLink, IHubTimeline, TIMELINE_STAGE_STATUSES, } from "./core/types/IHubTimeline";
|
|
117
|
+
export { IHubUser, IHubUserOrgSettings } from "./core/types/IHubUser";
|
|
118
|
+
export { IItemEnrichments } from "./core/types/IItemEnrichments";
|
|
119
|
+
export { IReference } from "./core/types/IReference";
|
|
120
|
+
export { IServerEnrichments } from "./core/types/IServerEnrichments";
|
|
121
|
+
export { ISpatialReferenceInstance } from "./core/types/ISpatialReferenceInstance";
|
|
122
|
+
export { HubService, HubServiceStatus, isHubService, SystemStatus, } from "./core/types/ISystemStatus";
|
|
123
|
+
export { MaybeTranslate, Translatable } from "./core/types/MaybeTranslate";
|
|
124
|
+
export { ExpressionRelationships, IDynamicMetricValues, IEntityInfo, IExpression, IItemQueryMetricSource, IMetric, IMetricAttributes, IMetricDisplayConfig, IMetricEditorValues, IMetricFeature, IResolvedMetric, IServiceQuery, IServiceQueryMetricSource, IStaticValueMetricSource, MAX_ENTITY_METRICS_ALLOWED, MAX_FEATURED_METRICS_ALLOWED, MetricSource, MetricVisibility, } from "./core/types/Metrics";
|
|
125
|
+
export { AccessLevel, EntityResourceMap, GroupSortField, IHubLocationType, MembershipAccess, MemberType, PlatformSortOrder, SettableAccessLevel, } from "./core/types/types";
|
|
126
|
+
export { unshareEntityWithGroups } from "./core/unshareEntityWithGroups";
|
|
127
|
+
export { updateHubEntity } from "./core/updateHubEntity";
|
|
128
|
+
export { createChannel, createChannelNotificationOptOut, createChannelNotificationOptOutV2, createChannelV2, fetchChannel, fetchChannelNotifcationOptOut, fetchChannelNotifcationOptOutV2, fetchChannelV2, removeChannel, removeChannelActivity, removeChannelActivityV2, removeChannelNotificationOptOut, removeChannelNotificationOptOutV2, removeChannelV2, searchChannels, searchChannelsV2, updateChannel, updateChannelV2, } from "./discussions/api/channels/channels";
|
|
129
|
+
export { discussionsApiRequest, discussionsApiRequestV2, } from "./discussions/api/discussions-api-request";
|
|
130
|
+
export { createPost, createPostV2, createReply, createReplyV2, exportPosts, exportPostsV2, fetchPost, fetchPostV2, removePost, removePostV2, searchPosts, searchPostsV2, updatePost, updatePostStatus, updatePostStatusV2, updatePostV2, } from "./discussions/api/posts/posts";
|
|
131
|
+
export { createReaction, createReactionV2, removeReaction, removeReactionV2, } from "./discussions/api/reactions/reactions";
|
|
132
|
+
export { getDefaultEntitySettings } from "./discussions/api/settings/getDefaultEntitySettings";
|
|
133
|
+
export { createSetting, createSettingV2, fetchSetting, fetchSettingV2, removeSetting, removeSettingV2, updateSetting, updateSettingV2, } from "./discussions/api/settings/settings";
|
|
134
|
+
export { AclCategory, AclSubCategory, ChannelFilter, ChannelRelation, ChannelSort, CommonSort, DiscussionSource, DiscussionType, EntitySettingType, IChannel, IChannelAclPermission, IChannelAclPermissionDefinition, IChannelAclPermissionUpdateDefinition, IChannelAclUpdateDefinition, IChannelMetadata, IChannelNotificationOptOut, ICreateChannel, ICreateChannelNotificationOptOutParams, ICreateChannelParams, ICreateChannelParamsV2, ICreateChannelPermissions, ICreateChannelPermissionsV2, ICreateChannelPost, ICreateChannelSettings, ICreateChannelSettingsV2, ICreateChannelV2, ICreatePost, ICreatePostParams, ICreatePostParamsV2, ICreateReaction, ICreateReactionOptions, ICreateReplyParams, ICreateSetting, ICreateSettingParams, IDiscussionParams, IDiscussionsMentionMeta, IDiscussionsRequestOptions, IDiscussionsSettings, IDiscussionsUser, IEntitySetting, IEntitySettings, IExportPostsParams, IFetchChannel, IFetchChannelNotificationOptOutParams, IFetchChannelParams, IFetchPost, IFetchPostParams, IFetchSettingParams, IPagedResponse, IPlatformSharing, IPost, IPostOptions, IReaction, IRemoveChannelActivityParams, IRemoveChannelActivityResult, IRemoveChannelNotificationOptOutParams, IRemoveChannelNotificationOptOutResult, IRemoveChannelParams, IRemoveChannelResponse, IRemovePostParams, IRemovePostResponse, IRemoveReactionOptions, IRemoveReactionResponse, IRemoveSettingParams, IRemoveSettingResponse, ISearchChannels, ISearchChannelsParams, ISearchPosts, ISearchPostsParams, IUpdateChannel, IUpdateChannelParams, IUpdateChannelParamsV2, IUpdateChannelPermissions, IUpdateChannelPermissionsV2, IUpdateChannelSettingsV2, IUpdateChannelV2, IUpdatePost, IUpdatePostParams, IUpdatePostStatus, IUpdatePostStatusParams, IUpdateSetting, IUpdateSettingParams, IWithAuthor, IWithEditor, IWithFiltering, IWithSorting, IWithTimeQueries, IWithTimestamps, PostReaction, PostRelation, PostSort, PostStatus, PostType, ReactionRelation, Role, SearchPostsFormat, SharingAccess, SortOrder, } from "./discussions/api/types";
|
|
135
|
+
export { canCreateChannel } from "./discussions/api/utils/channels/can-create-channel";
|
|
136
|
+
export { canCreateChannelV2 } from "./discussions/api/utils/channels/can-create-channel-v2";
|
|
137
|
+
export { canDeleteChannel } from "./discussions/api/utils/channels/can-delete-channel";
|
|
138
|
+
export { canDeleteChannelV2 } from "./discussions/api/utils/channels/can-delete-channel-v2";
|
|
139
|
+
export { canEditChannel } from "./discussions/api/utils/channels/can-edit-channel";
|
|
140
|
+
export { canEditChannelV2 } from "./discussions/api/utils/channels/can-edit-channel-v2";
|
|
141
|
+
export { canModifyChannel } from "./discussions/api/utils/channels/can-modify-channel";
|
|
142
|
+
export { canPostToChannel } from "./discussions/api/utils/channels/can-post-to-channel";
|
|
143
|
+
export { canReadChannel, canReadFromChannel, } from "./discussions/api/utils/channels/can-read-channel";
|
|
144
|
+
export { canReadChannelV2 } from "./discussions/api/utils/channels/can-read-channel-v2";
|
|
145
|
+
export { deriveUserRoleV2 } from "./discussions/api/utils/channels/derive-user-role-v2";
|
|
146
|
+
export { isOrgAdmin, isOrgAdminInOrg, isUserInOrg, reduceByGroupMembership, userHasPrivilege, userHasPrivileges, } from "./discussions/api/utils/platform";
|
|
147
|
+
export { canCreatePost } from "./discussions/api/utils/posts/can-create-post";
|
|
148
|
+
export { canCreatePostV2 } from "./discussions/api/utils/posts/can-create-post-v2";
|
|
149
|
+
export { canCreateReply } from "./discussions/api/utils/posts/can-create-reply";
|
|
150
|
+
export { canCreateReplyV2 } from "./discussions/api/utils/posts/can-create-reply-v2";
|
|
151
|
+
export { canDeletePost } from "./discussions/api/utils/posts/can-delete-post";
|
|
152
|
+
export { canDeletePostV2 } from "./discussions/api/utils/posts/can-delete-post-v2";
|
|
153
|
+
export { canEditPost, canModifyPost, } from "./discussions/api/utils/posts/can-edit-post";
|
|
154
|
+
export { canEditPostStatus, canModifyPostStatus, } from "./discussions/api/utils/posts/can-edit-post-status";
|
|
155
|
+
export { canEditPostStatusV2 } from "./discussions/api/utils/posts/can-edit-post-status-v2";
|
|
156
|
+
export { canEditPostV2 } from "./discussions/api/utils/posts/can-edit-post-v2";
|
|
157
|
+
export { cannotCreatePostGroupsBlockedV2 } from "./discussions/api/utils/posts/cannot-create-post-groups-blocked-v2";
|
|
158
|
+
export { parseDiscussionURI } from "./discussions/api/utils/posts/parse-discussion-uri";
|
|
159
|
+
export { parseMentionedUsers } from "./discussions/api/utils/posts/parse-mentioned-users";
|
|
160
|
+
export { canCreateReaction } from "./discussions/api/utils/reactions/can-create-reaction";
|
|
161
|
+
export { canCreateReactionV2 } from "./discussions/api/utils/reactions/can-create-reaction-v2";
|
|
162
|
+
export { CANNOT_DISCUSS, MENTION_ATTRIBUTE } from "./discussions/constants";
|
|
163
|
+
export { createDiscussion, deleteDiscussion, updateDiscussion, } from "./discussions/edit";
|
|
164
|
+
export { convertItemToDiscussion, fetchDiscussion } from "./discussions/fetch";
|
|
165
|
+
export { HubDiscussion } from "./discussions/HubDiscussion";
|
|
166
|
+
export { channelToSearchResult, getChannelAccess, getChannelGroupIds, getChannelOrgIds, getChannelUsersQuery, getPostCSVFileName, isDiscussable, isOrgChannel, isPrivateChannel, isPublicChannel, setDiscussableKeyword, } from "./discussions/utils";
|
|
167
|
+
export { buildExistingExportsPortalQuery, getExportItemTypeKeyword, getExportLayerTypeKeyword, getSpatialRefTypeKeyword, serializeSpatialReference, WGS84_WKID, } from "./downloads/build-existing-exports-portal-query";
|
|
168
|
+
export { canUseCreateReplica } from "./downloads/canUseCreateReplica";
|
|
169
|
+
export { canUseHubDownloadApi } from "./downloads/canUseHubDownloadApi";
|
|
170
|
+
export { canUseHubDownloadSystem } from "./downloads/canUseHubDownloadSystem";
|
|
171
|
+
export { fetchDownloadFile } from "./downloads/fetchDownloadFile";
|
|
172
|
+
export { getDownloadConfiguration } from "./downloads/getDownloadConfiguration";
|
|
173
|
+
export { getDownloadFormats } from "./downloads/getDownloadFormats";
|
|
174
|
+
export { getHubDownloadApiFormats } from "./downloads/getHubDownloadApiFormats";
|
|
175
|
+
export { ArcgisHubDownloadError, ArcgisHubDownloadFileTooLargeError, DownloadCacheStatus, DownloadOperationStatus, downloadProgressCallback, IDownloadFormat, IDynamicDownloadFormat, IFetchDownloadFileBlobResponse, IFetchDownloadFileOptions, IFetchDownloadFileResponse, IFetchDownloadFileUrlResponse, IFetchDownloadFormatsOptions, IStaticDownloadFormat, LegacyExportItemFormat, PORTAL_EXPORT_TYPES, ServiceDownloadFormat, } from "./downloads/types";
|
|
176
|
+
export { IEvent, IRegistration } from "./events/api/types";
|
|
177
|
+
export { createHubEvent, createHubEventRegistration, deleteHubEvent, deleteHubEventRegistration, IHubCreateEventRegistration, updateHubEvent, } from "./events/edit";
|
|
178
|
+
export { convertClientEventToHubEvent, fetchEvent } from "./events/fetch";
|
|
179
|
+
export { getEventGroups } from "./events/getEventGroups";
|
|
180
|
+
export { HubEvent } from "./events/HubEvent";
|
|
181
|
+
export { HubEventAttendanceType, HubEventCapacityType } from "./events/types";
|
|
182
|
+
export { allCoordinatesPossiblyWGS84, bBoxToExtent, bboxToString, createExtent, extentToBBox, extentToPolygon, GeoJSONPolygonToBBox, getExtentCenter, getOrgExtentAsBBox, GLOBAL_EXTENT, isBBox, isValidExtent, orgExtent, } from "./extent";
|
|
183
|
+
export { addUsersToGroup } from "./groups/add-users-workflow/add-users-to-group";
|
|
184
|
+
export { IAddMemberContext, IConsolidatedResult, ISimpleResult, } from "./groups/add-users-workflow/interfaces";
|
|
185
|
+
export { _consolidateResults } from "./groups/add-users-workflow/output-processors/_consolidate-results";
|
|
186
|
+
export { _formatAutoAddResponse } from "./groups/add-users-workflow/output-processors/_format-auto-add-response";
|
|
187
|
+
export { _processAutoAdd } from "./groups/add-users-workflow/output-processors/_process-auto-add";
|
|
188
|
+
export { _processInvite } from "./groups/add-users-workflow/output-processors/_process-invite";
|
|
189
|
+
export { _processPrimaryEmail } from "./groups/add-users-workflow/output-processors/_process-primary-email";
|
|
190
|
+
export { _processSecondaryEmail } from "./groups/add-users-workflow/output-processors/_process-secondary-email";
|
|
191
|
+
export { _canEmailUser } from "./groups/add-users-workflow/utils/_can-email-user";
|
|
192
|
+
export { _getAutoAddUsers } from "./groups/add-users-workflow/utils/_get-auto-add-users";
|
|
193
|
+
export { _getEmailUsers } from "./groups/add-users-workflow/utils/_get-email-users";
|
|
194
|
+
export { _getInviteUsers } from "./groups/add-users-workflow/utils/_get-invite-users";
|
|
195
|
+
export { _isOrgAdmin } from "./groups/add-users-workflow/utils/_is-org-admin";
|
|
196
|
+
export { addGroupMembers } from "./groups/addGroupMembers";
|
|
197
|
+
export { autoAddUsers } from "./groups/autoAddUsers";
|
|
198
|
+
export { emailOrgUsers } from "./groups/emailOrgUsers";
|
|
199
|
+
export { enrichGroupSearchResult } from "./groups/enrichGroupSearchResult";
|
|
200
|
+
export { getWellKnownGroup } from "./groups/getWellKnownGroup";
|
|
201
|
+
export { HubGroup } from "./groups/HubGroup";
|
|
202
|
+
export { createHubGroup, deleteHubGroup, fetchHubGroup, updateHubGroup, } from "./groups/HubGroups";
|
|
203
|
+
export { inviteUsers } from "./groups/inviteUsers";
|
|
204
|
+
export { isOpenDataGroup } from "./groups/isOpenDataGroup";
|
|
205
|
+
export { IGroupMembershipSummary } from "./groups/types/IGroupMembershipSummary";
|
|
206
|
+
export { IAddGroupMembersResult, IAddOrInviteMemberResponse, IEmail, } from "./groups/types/types";
|
|
207
|
+
export { _unprotectAndRemoveGroup } from "./groups/_unprotect-and-remove-group";
|
|
208
|
+
export { AccessControl, addCreateItemTypes, BBox, FileExtension, GenericAsyncFunc, GeographyProvenance, HubEntityHero, HubEntityStatus, HubFamilies, HubFamily, IActionLink, IAllowedFileTypes, IBatch, IBatchTransform, IDomainEntry, IDraft, IEnrichmentErrorInfo, IFileType, IGeometryProperties, IGetGroupSharingDetailsResults, IGetSurveyModelsResponse, IHubGeography, IHubRequestOptions, IHubRequestOptionsPortalSelf, IHubTeam, IHubTrustedOrgsRelationship, IHubTrustedOrgsResponse, IHubUserRequestOptions, IInitiativeItem, IInitiativeModel, IInitiativeModelTemplate, IItemResource, IItemTemplate, IModel, IModelTemplate, IOperation, IPolygonProperties, IRevertableTaskFailed, IRevertableTaskResult, IRevertableTaskSuccess, ISerializedOperationStack, ISolutionTemplate, ITemplateAsset, ItemType, IUpdatePageOptions, IUpdateSiteOptions, SearchableType, SearchFunction, UserResourceApp, Visibility, } from "./hub-types";
|
|
209
|
+
export { convertToWellKnownLocale } from "./i18n/convert-to-well-known-locale";
|
|
210
|
+
export { fetchHubTranslation } from "./i18n/fetch-hub-translation";
|
|
211
|
+
export { getCulture } from "./i18n/get-culture";
|
|
212
|
+
export { HUB_LOCALES } from "./i18n/hub-locales";
|
|
213
|
+
export { createInitiativeTemplate, deleteInitiativeTemplate, updateInitiativeTemplate, } from "./initiative-templates/edit";
|
|
214
|
+
export { convertItemToInitiativeTemplate, enrichInitiativeTemplateSearchResult, fetchInitiativeTemplate, } from "./initiative-templates/fetch";
|
|
215
|
+
export { HubInitiativeTemplate } from "./initiative-templates/HubInitiativeTemplate";
|
|
216
|
+
export { initiativeTemplateResultToCardModel, initiativeTemplateToCardModel, } from "./initiative-templates/view";
|
|
217
|
+
export { HubInitiative } from "./initiatives/HubInitiative";
|
|
218
|
+
export { convertItemToInitiative, createInitiative, deleteInitiative, enrichInitiativeSearchResult, fetchInitiative, getPendingProjectsQuery, updateInitiative, } from "./initiatives/HubInitiatives";
|
|
219
|
+
export { initiativeResultToCardModel, initiativeToCardModel, } from "./initiatives/view";
|
|
220
|
+
export { applyPropertiesToItems } from "./items/apply-properties-to-items";
|
|
221
|
+
export { createItemFromFile } from "./items/create-item-from-file";
|
|
222
|
+
export { createItemFromUrl } from "./items/create-item-from-url";
|
|
223
|
+
export { createItemFromUrlOrFile } from "./items/create-item-from-url-or-file";
|
|
224
|
+
export { deleteProp } from "./items/delete-prop";
|
|
225
|
+
export { deleteItemThumbnail } from "./items/deleteItemThumbnail";
|
|
226
|
+
export { doesItemExistWithTitle } from "./items/does-item-exist-with-title";
|
|
227
|
+
export { failSafeUpdate } from "./items/fail-safe-update";
|
|
228
|
+
export { fetchItem, IFetchItemOptions } from "./items/fetch";
|
|
229
|
+
export { fetchAllPages } from "./items/fetch-all-pages";
|
|
230
|
+
export { followEntity, getEntityFollowersGroupId, isUserFollowing, unfollowEntity, } from "./items/follow";
|
|
231
|
+
export { getModelFromOptions } from "./items/get-model-from-options";
|
|
232
|
+
export { getStructuredLicense, IStructuredLicense, STANDARD_LICENSES, } from "./items/get-structured-license";
|
|
233
|
+
export { getUniqueItemTitle } from "./items/get-unique-item-title";
|
|
234
|
+
export { getItemIdentifier } from "./items/getItemIdentifier";
|
|
235
|
+
export { interpolate } from "./items/interpolate";
|
|
236
|
+
export { interpolateItemId } from "./items/interpolate-item-id";
|
|
237
|
+
export { isServicesDirectoryDisabled } from "./items/is-services-directory-disabled";
|
|
238
|
+
export { itemPropsNotInTemplates, normalizeSolutionTemplateItem, } from "./items/normalize-solution-template-item";
|
|
239
|
+
export { registerBrowserApp } from "./items/registerBrowserApp";
|
|
240
|
+
export { replaceItemId } from "./items/replace-item-id";
|
|
241
|
+
export { setItemThumbnail } from "./items/setItemThumbnail";
|
|
242
|
+
export { shareItemToGroups } from "./items/share-item-to-groups";
|
|
243
|
+
export { constructSlug, findItemsBySlug, getItemBySlug, getUniqueSlug, setSlugKeyword, } from "./items/slugs";
|
|
244
|
+
export { unprotectModel } from "./items/unprotect-model";
|
|
245
|
+
export { unshareItemFromGroups } from "./items/unshare-item-from-groups";
|
|
246
|
+
export { uploadImageResource } from "./items/uploadImageResource";
|
|
247
|
+
export { _unprotectAndRemoveItem } from "./items/_unprotect-and-remove-item";
|
|
248
|
+
export { aggregateMetrics } from "./metrics/aggregateMetrics";
|
|
249
|
+
export { buildWhereClause, editorToMetric } from "./metrics/editorToMetric";
|
|
250
|
+
export { getEntityMetrics } from "./metrics/getEntityMetrics";
|
|
251
|
+
export { resolveMetric } from "./metrics/resolveMetric";
|
|
252
|
+
export { createModel } from "./models/createModel";
|
|
253
|
+
export { fetchModelFromItem, shouldFetchItemData, } from "./models/fetchModelFromItem";
|
|
254
|
+
export { fetchModelResources } from "./models/fetchModelResource";
|
|
255
|
+
export { getModel } from "./models/getModel";
|
|
256
|
+
export { getModelBySlug } from "./models/getModelBySlug";
|
|
257
|
+
export { serializeModel } from "./models/serializeModel";
|
|
258
|
+
export { updateModel } from "./models/updateModel";
|
|
259
|
+
export { upsertModelResources } from "./models/upsertModelResource";
|
|
260
|
+
export { notify } from "./newsletters-scheduler/api/subscriptions";
|
|
261
|
+
export { INewslettersSchedulerRequestOptions, INotify, INotifyParams, ISchedulerNotificationSpec, ISchedulerSubscription, ISchedulerSubscriptionMetadata, ISchedulerUser, ISubscriptionCatalog, SchedulerCadence, SchedulerDeliveryMethod, SchedulerSubscriptionAction, SchedulerSystemNotificationSpecNames, SubscriptionEntityType, } from "./newsletters-scheduler/api/types";
|
|
262
|
+
export { createSubscription, getSubscription, getSubscriptions, subscribe, updateSubscription, } from "./newsletters/api/subscriptions";
|
|
263
|
+
export { DeliveryMethod, ICreateEventMetadata, ICreateSubscriptionParams, ICreateTelemetryReportMetadata, ICreateUserParams, IDeleteUserParams, IGetSubscriptionParams, IGetSubscriptionsParams, IGetUserParams, INewslettersRequestOptions, INotificationSpec, ISubscribeMetadata, ISubscribeParams, ISubscription, ISubscriptionMetadata, IUpdateSubscriptionParams, IUpdateUserParams, IUser, NewsletterCadence, SubscriptionAction, SystemNotificationSpecNames, } from "./newsletters/api/types";
|
|
264
|
+
export { createUser, deleteUser, getUser, updateUser, } from "./newsletters/api/users";
|
|
265
|
+
export { deepSet } from "./objects/deep-set";
|
|
266
|
+
export { deepStringReplace } from "./objects/deep-string-replace";
|
|
267
|
+
export { deepDeletePropByValue } from "./objects/deepDeletePropByValue";
|
|
268
|
+
export { deepEqual } from "./objects/deepEqual";
|
|
269
|
+
export { deepFilter } from "./objects/deepFilter";
|
|
270
|
+
export { deepFind, deepFindById } from "./objects/deepFind";
|
|
271
|
+
export { ensureProp } from "./objects/ensure-prop";
|
|
272
|
+
export { getProp } from "./objects/get-prop";
|
|
273
|
+
export { getProps } from "./objects/get-props";
|
|
274
|
+
export { getWithDefault } from "./objects/get-with-default";
|
|
275
|
+
export { mergeObjects } from "./objects/merge-objects";
|
|
276
|
+
export { pickProps } from "./objects/pickProps";
|
|
277
|
+
export { removeEmptyProps } from "./objects/remove-empty-props";
|
|
278
|
+
export { resolveReferences } from "./objects/resolveReferences";
|
|
279
|
+
export { setProp } from "./objects/set-prop";
|
|
280
|
+
export { _deepMapValues, _isDate, _isFunction, _isObject, _isRegExp, _isString, } from "./objects/_deep-map-values";
|
|
281
|
+
export { _mapValues } from "./objects/_map-values";
|
|
282
|
+
export { fetchOrganization, portalToOrganization, portalToSearchResult, } from "./org/fetch";
|
|
283
|
+
export { fetchOrg } from "./org/fetch-org";
|
|
284
|
+
export { fetchMaxNumUserGroupsLimit, fetchOrgLimits, IOrgLimit, OrgLimitType, } from "./org/fetchOrgLimits";
|
|
285
|
+
export { HubPage } from "./pages/HubPage";
|
|
286
|
+
export { convertItemToPage, convertModelToPage, createPage, deletePage, enrichPageSearchResult, fetchPage, updatePage, } from "./pages/HubPages";
|
|
287
|
+
export { checkPermission, EntityOrOptions, } from "./permissions/checkPermission";
|
|
288
|
+
export { getPermissionPolicy, HubPermissionsPolicies, } from "./permissions/HubPermissionPolicies";
|
|
289
|
+
export { isPermission } from "./permissions/isPermission";
|
|
290
|
+
export { HubLicense } from "./permissions/types/HubLicense";
|
|
291
|
+
export { CollaborationType, COLLABORATION_TYPES, IEntityPermissionPolicy, } from "./permissions/types/IEntityPermissionPolicy";
|
|
292
|
+
export { IPermissionAccessResponse } from "./permissions/types/IPermissionAccessResponse";
|
|
293
|
+
export { AssertionType, FeatureFlag, HubAvailability, HubEnvironment, IFeatureFlags, IPermissionPolicy, IPolicyAssertion, IServiceFlags, } from "./permissions/types/IPermissionPolicy";
|
|
294
|
+
export { IPolicyCheck } from "./permissions/types/IPolicyCheck";
|
|
295
|
+
export { Permission } from "./permissions/types/Permission";
|
|
296
|
+
export { PlatformPrivilege } from "./permissions/types/PlatformPrivilege";
|
|
297
|
+
export { PolicyResponse } from "./permissions/types/PolicyResponse";
|
|
298
|
+
export { addPermissionPolicy, removePermissionPolicy, } from "./permissions/utils";
|
|
299
|
+
export { createProject, deleteProject, updateProject } from "./projects/edit";
|
|
300
|
+
export { convertItemToProject, enrichProjectSearchResult, fetchProject, } from "./projects/fetch";
|
|
301
|
+
export { HubProject } from "./projects/HubProject";
|
|
302
|
+
export { projectResultToCardModel, projectToCardModel } from "./projects/view";
|
|
303
|
+
export { hubApiRequest, RemoteServerError } from "./request";
|
|
304
|
+
export { addSolutionResourceUrlToAssets } from "./resources/add-solution-resource-url-to-assets";
|
|
305
|
+
export { convertSolutionTemplateResourcesToAssets } from "./resources/convert-solution-template-resources-to-assets";
|
|
306
|
+
export { doesResourceExist } from "./resources/doesResourceExist";
|
|
307
|
+
export { fetchAndUploadResource } from "./resources/fetch-and-upload-resource";
|
|
308
|
+
export { fetchAndUploadThumbnail } from "./resources/fetch-and-upload-thumbnail";
|
|
309
|
+
export { fetchImageAsBlob } from "./resources/fetch-image-as-blob";
|
|
310
|
+
export { getItemAssets } from "./resources/get-item-assets";
|
|
311
|
+
export { getItemThumbnailUrl, IThumbnailOptions, } from "./resources/get-item-thumbnail-url";
|
|
312
|
+
export { getOrgThumbnailUrl } from "./resources/get-org-thumbnail-url";
|
|
313
|
+
export { isService } from "./resources/is-service";
|
|
314
|
+
export { objectToJsonBlob } from "./resources/object-to-json-blob";
|
|
315
|
+
export { removeResource } from "./resources/removeResource";
|
|
316
|
+
export { stringToBlob } from "./resources/string-to-blob";
|
|
317
|
+
export { uploadResourcesFromUrl } from "./resources/upload-resources-from-url";
|
|
318
|
+
export { upsertResource } from "./resources/upsertResource";
|
|
319
|
+
export { validateUrl } from "./resources/validate-url";
|
|
320
|
+
export { _addTokenToResourceUrl } from "./resources/_add-token-to-resource-url";
|
|
321
|
+
export { commitItemUpload, createItem, updateItem, } from "./rest/portal/wrappers";
|
|
322
|
+
export { Catalog } from "./search/Catalog";
|
|
323
|
+
export { Collection } from "./search/Collection";
|
|
324
|
+
export { combineQueries } from "./search/combineQueries";
|
|
325
|
+
export { explainQueryResult } from "./search/explainQueryResult";
|
|
326
|
+
export { getCatalogGroups } from "./search/getCatalogGroups";
|
|
327
|
+
export { getPredicateValues } from "./search/getPredicateValues";
|
|
328
|
+
export { getUserGroupsByMembership } from "./search/getUserGroupsByMembership";
|
|
329
|
+
export { getUserGroupsFromQuery } from "./search/getUserGroupsFromQuery";
|
|
330
|
+
export { hubSearch } from "./search/hubSearch";
|
|
331
|
+
export { negateGroupPredicates } from "./search/negateGroupPredicates";
|
|
332
|
+
export { relativeDateToDateRange } from "./search/relativeDateToDateRange";
|
|
333
|
+
export { searchAssociatedContent } from "./search/searchAssociatedContent";
|
|
334
|
+
export { searchCatalogs } from "./search/searchCatalogs";
|
|
335
|
+
export { searchEntityCatalogs } from "./search/searchEntityCatalogs";
|
|
336
|
+
export { serializeCatalogScope } from "./search/serializeCatalogScopeQuery";
|
|
337
|
+
export { serializeQueryForPortal } from "./search/serializeQueryForPortal";
|
|
338
|
+
export { ICatalogSearchResponse } from "./search/types/ICatalogSearchResponse";
|
|
339
|
+
export { IGroupsByMembership } from "./search/types/IGroupsByMembership";
|
|
340
|
+
export { IHubAggregation } from "./search/types/IHubAggregation";
|
|
341
|
+
export { CatalogType, EntityType, ICatalogDisplayConfig, ICatalogScope, IFilter, IGalleryDisplayConfig, IHubCatalog, IHubCollection, IPredicate, IQuery, targetEntities, } from "./search/types/IHubCatalog";
|
|
342
|
+
export { Enrichments, IHubSearchOptions, IPagingOptions, ISortOptions, } from "./search/types/IHubSearchOptions";
|
|
343
|
+
export { IHubSearchResponse } from "./search/types/IHubSearchResponse";
|
|
344
|
+
export { ISearchResponseHash } from "./search/types/IHubSearchResponseHash";
|
|
345
|
+
export { IHubSearchResult } from "./search/types/IHubSearchResult";
|
|
346
|
+
export { ApiTarget, CatalogSetupType, CATALOG_SETUP_TYPES, GenericResult, ICatalogInfo, ICatalogSetup, IContainsOptions, IContainsResponse, IDateRange, IDeepCatalogInfo, IFilterExplanation, IMatchOptions, IMatchReason, IPredicateExplanation, IQueryExplanation, IQueryExplanationDetails, IRelativeDate, ISortOption, Kilobyte, MatchCondition, SortOption, } from "./search/types/types";
|
|
347
|
+
export { CATALOG_SCHEMA_VERSION, upgradeCatalogSchema, } from "./search/upgradeCatalogSchema";
|
|
348
|
+
export { addDefaultItemSearchPredicates, expandPortalQuery, getGroupPredicate, getGroupThumbnailUrl, getKilobyteSizeOfQuery, getResultSiteRelativeLink, getScopeGroupPredicate, getUserThumbnailUrl, migrateToCollectionKey, } from "./search/utils";
|
|
349
|
+
export { valueToMatchOptions } from "./search/valueToMatchOptions";
|
|
350
|
+
export { dotifyString, getWellKnownCatalog, getWellKnownCatalogs, getWellknownCollection, getWellknownCollections, IGetWellKnownCatalogOptions, WellKnownCatalog, WellKnownCollection, WellKnownEventCatalog, WellKnownGroupCatalog, WellKnownItemCatalog, WELL_KNOWN_EVENT_CATALOGS, WELL_KNOWN_GROUP_CATALOGS, WELL_KNOWN_ITEM_CATALOGS, } from "./search/wellKnownCatalog";
|
|
351
|
+
export { defaultSiteCollectionKeys } from "./sites/defaultSiteCollectionKeys";
|
|
352
|
+
export { addDomain } from "./sites/domains/add-domain";
|
|
353
|
+
export { addSiteDomains } from "./sites/domains/addSiteDomains";
|
|
354
|
+
export { domainExists } from "./sites/domains/domain-exists";
|
|
355
|
+
export { domainExistsPortal } from "./sites/domains/domain-exists-portal";
|
|
356
|
+
export { ensureUniqueDomainName } from "./sites/domains/ensure-unique-domain-name";
|
|
357
|
+
export { getDomainsForSite } from "./sites/domains/get-domains-for-site";
|
|
358
|
+
export { getUniqueDomainName } from "./sites/domains/get-unique-domain-name";
|
|
359
|
+
export { getUniqueDomainNamePortal } from "./sites/domains/get-unique-domain-name-portal";
|
|
360
|
+
export { isDomainForLegacySite } from "./sites/domains/is-domain-for-legacy-site";
|
|
361
|
+
export { isDomainUsedElsewhere } from "./sites/domains/is-domain-used-elsewhere";
|
|
362
|
+
export { isValidDomain } from "./sites/domains/is-valid-domain";
|
|
363
|
+
export { lookupDomain } from "./sites/domains/lookup-domain";
|
|
364
|
+
export { removeDomain } from "./sites/domains/remove-domain";
|
|
365
|
+
export { removeDomainsBySiteId } from "./sites/domains/remove-domains-by-site-id";
|
|
366
|
+
export { removeDomainByHostname } from "./sites/domains/removeDomainByHostname";
|
|
367
|
+
export { updateDomain } from "./sites/domains/update-domain";
|
|
368
|
+
export { _checkStatusAndParseJson } from "./sites/domains/_check-status-and-parse-json";
|
|
369
|
+
export { _ensureSafeDomainLength } from "./sites/domains/_ensure-safe-domain-length";
|
|
370
|
+
export { _getAuthHeader } from "./sites/domains/_get-auth-header";
|
|
371
|
+
export { _getDomainServiceUrl } from "./sites/domains/_get-domain-service-url";
|
|
372
|
+
export { _lookupPortal } from "./sites/domains/_lookup-portal";
|
|
373
|
+
export { buildDraft } from "./sites/drafts/build-draft";
|
|
374
|
+
export { getFeedConfiguration, setFeedConfiguration, } from "./sites/feed-configuration";
|
|
375
|
+
export { getFeedTemplate, IGetFeedTemplateOptions, } from "./sites/feeds/getFeedTemplate";
|
|
376
|
+
export { IPreviewFeedOptions, previewFeed } from "./sites/feeds/previewFeed";
|
|
377
|
+
export { ISetFeedTemplateOptions, setFeedTemplate, } from "./sites/feeds/setFeedTemplate";
|
|
378
|
+
export { FeedFormat, IFeedsConfiguration } from "./sites/feeds/types";
|
|
379
|
+
export { fetchSiteModel } from "./sites/fetchSiteModel";
|
|
380
|
+
export { getCatalogFromSiteModel } from "./sites/get-catalog-from-site-model";
|
|
381
|
+
export { getSiteById } from "./sites/get-site-by-id";
|
|
382
|
+
export { HubSite } from "./sites/HubSite";
|
|
383
|
+
export { convertItemToSite, convertModelToSite, createSite, deleteSite, enrichSiteSearchResult, ENTERPRISE_SITE_ITEM_TYPE, fetchSite, HUB_SITE_ITEM_TYPE, updateSite, } from "./sites/HubSites";
|
|
384
|
+
export { reharvestSiteCatalog } from "./sites/reharvestSiteCatalog";
|
|
385
|
+
export { searchCategoriesToCollections } from "./sites/searchCategoriesToCollections";
|
|
386
|
+
export { SITE_SCHEMA_VERSION } from "./sites/site-schema-version";
|
|
387
|
+
export { DEFAULT_THEME, getOrgDefaultTheme } from "./sites/themes";
|
|
388
|
+
export { upgradeSiteSchema } from "./sites/upgrade-site-schema";
|
|
389
|
+
export { migrateBadBasemap } from "./sites/_internal/migrateBadBasemap";
|
|
390
|
+
export { migrateWebMappingApplicationSites } from "./sites/_internal/migrateWebMappingApplicationSites";
|
|
391
|
+
export { _ensureTelemetry } from "./sites/_internal/_ensure-telemetry";
|
|
392
|
+
export { _migrateEventListCardConfigs } from "./sites/_internal/_migrate-event-list-card-configs";
|
|
393
|
+
export { _migrateFeedConfig } from "./sites/_internal/_migrate-feed-config";
|
|
394
|
+
export { _migrateLinkUnderlinesCapability } from "./sites/_internal/_migrate-link-underlines-capability";
|
|
395
|
+
export { _migrateTelemetryConfig } from "./sites/_internal/_migrate-telemetry-config";
|
|
396
|
+
export { _migrateToV2Catalog } from "./sites/_internal/_migrate-to-v2-catalog";
|
|
397
|
+
export { getInputFeatureServiceModel } from "./surveys/utils/get-input-feature-service-model";
|
|
398
|
+
export { getS123EditUrl } from "./surveys/utils/get-s123-edit-url";
|
|
399
|
+
export { getS123ShareUrl } from "./surveys/utils/get-s123-share-url";
|
|
400
|
+
export { getSourceFeatureServiceModelFromFieldworker } from "./surveys/utils/get-source-feature-service-model-from-fieldworker";
|
|
401
|
+
export { getStakeholderModel } from "./surveys/utils/get-stakeholder-model";
|
|
402
|
+
export { getSurveyModels } from "./surveys/utils/get-survey-models";
|
|
403
|
+
export { isDraft } from "./surveys/utils/is-draft";
|
|
404
|
+
export { isFieldworkerView } from "./surveys/utils/is-fieldworker-view";
|
|
405
|
+
export { createTemplate, deleteTemplate, editorToTemplate, updateTemplate, } from "./templates/edit";
|
|
406
|
+
export { convertItemToTemplate, enrichTemplateSearchResult, fetchTemplate, } from "./templates/fetch";
|
|
407
|
+
export { HubTemplate } from "./templates/HubTemplate";
|
|
408
|
+
export { templateResultToCardModel, templateToCardModel, } from "./templates/view";
|
|
409
|
+
export { IArcGISContext } from "./types/IArcGISContext";
|
|
410
|
+
export { IArcGISContextManagerOptions } from "./types/IArcGISContextManagerOptions";
|
|
411
|
+
export { IArcGISContextOptions } from "./types/IArcGISContextOptions";
|
|
412
|
+
export { IMessage } from "./types/IMessage";
|
|
413
|
+
export { IUserResourceConfig } from "./types/IUserResourceConfig";
|
|
414
|
+
export { IUserResourceToken } from "./types/IUserResourceToken";
|
|
415
|
+
export { buildUrl, IQueryParams } from "./urls/build-url";
|
|
416
|
+
export { cacheBustUrl } from "./urls/cacheBustUrl";
|
|
417
|
+
export { convertUrlsToAnchorTags } from "./urls/convert-urls-to-anchor-tags";
|
|
418
|
+
export { getServiceTypeFromUrl, isMapOrFeatureServerUrl, } from "./urls/feature-service-urls";
|
|
419
|
+
export { getCampaignUrl } from "./urls/get-campaign-url";
|
|
420
|
+
export { getCdnAssetUrl } from "./urls/get-cdn-asset-url";
|
|
421
|
+
export { getHubApiUrlFromPortal } from "./urls/get-hub-api-url-from-portal";
|
|
422
|
+
export { getHubLocaleAssetUrl } from "./urls/get-hub-locale-asset-url";
|
|
423
|
+
export { getHubUrlFromPortal } from "./urls/get-hub-url-from-portal";
|
|
424
|
+
export { getItemApiUrl } from "./urls/get-item-api-url";
|
|
425
|
+
export { getItemDataUrl } from "./urls/get-item-data-url";
|
|
426
|
+
export { getItemHomeUrl } from "./urls/get-item-home-url";
|
|
427
|
+
export { getPortalApiUrl } from "./urls/get-portal-api-url";
|
|
428
|
+
export { getPortalUrl } from "./urls/get-portal-url";
|
|
429
|
+
export { getCardModelUrlFromEntity, getCardModelUrlFromResult, } from "./urls/getCardModelUrl";
|
|
430
|
+
export { getContentHomeUrl } from "./urls/getContentHomeUrl";
|
|
431
|
+
export { getGroupHomeUrl } from "./urls/getGroupHomeUrl";
|
|
432
|
+
export { getHubApiFromPortalUrl } from "./urls/getHubApiFromPortalUrl";
|
|
433
|
+
export { getPortalBaseFromOrgUrl } from "./urls/getPortalBaseFromOrgUrl";
|
|
434
|
+
export { getUserHomeUrl } from "./urls/getUserHomeUrl";
|
|
435
|
+
export { HUB_CDN_URLMAP } from "./urls/hub-cdn-urlmap";
|
|
436
|
+
export { isSafeRedirectUrl } from "./urls/is-safe-redirect-url";
|
|
437
|
+
export { isEnterprisePortalUrl } from "./urls/isEnterprisePortalUrl";
|
|
438
|
+
export { stripProtocol } from "./urls/strip-protocol";
|
|
439
|
+
export { upgradeProtocol } from "./urls/upgrade-protocol";
|
|
440
|
+
export { _getHttpAndHttpsUris } from "./urls/_get-http-and-https-uris";
|
|
441
|
+
export { _getLocation } from "./urls/_get-location";
|
|
442
|
+
export { convertUserToHubUser, enrichUserSearchResult, fetchHubUser, } from "./users/HubUsers";
|
|
443
|
+
export { userResultToCardModel } from "./users/view";
|
|
444
|
+
export { addDays, arrayToObject, camelize, capitalize, chunkArray, cloneObject, compose, createId, extend, filterBy, findBy, flattenArray, isNil, last, maybeAdd, maybePush, objectToArray, unique, uniqueBy, without, } from "./util";
|
|
445
|
+
export { isArrayEqual } from "./utils/array";
|
|
446
|
+
export { asyncForEach } from "./utils/asyncForEach";
|
|
447
|
+
export { batch } from "./utils/batch";
|
|
448
|
+
export { createOperationPipeline, IPipeable, PipelineFn, } from "./utils/create-operation-pipeline";
|
|
449
|
+
export { dasherize } from "./utils/dasherize";
|
|
450
|
+
export { getDatePickerDate } from "./utils/date/getDatePickerDate";
|
|
451
|
+
export { getTimePickerTime } from "./utils/date/getTimePickerTime";
|
|
452
|
+
export { guessTimeZone } from "./utils/date/guessTimeZone";
|
|
453
|
+
export { base64ToUnicode, unicodeToBase64 } from "./utils/encoding";
|
|
454
|
+
export { ensureUniqueString } from "./utils/ensure-unique-string";
|
|
455
|
+
export { failSafe } from "./utils/fail-safe";
|
|
456
|
+
export { generateRandomString } from "./utils/generate-random-string";
|
|
457
|
+
export { getHubProduct, HubProduct } from "./utils/get-hub-product";
|
|
458
|
+
export { getSubscriptionType } from "./utils/get-subscription-type";
|
|
459
|
+
export { getEnvironmentFromPortalUrl } from "./utils/getEnvironmentFromPortalUrl";
|
|
460
|
+
export { getEventThumbnail } from "./utils/getEventThumbnail";
|
|
461
|
+
export { getObjectSize, IObjectSize } from "./utils/getObjectSize";
|
|
462
|
+
export { fetchUserHubSettings, fetchUserSiteSettings, updateUserHubSettings, updateUserSiteSettings, } from "./utils/hubUserAppResources";
|
|
463
|
+
export { includes } from "./utils/includes";
|
|
464
|
+
export { incrementString } from "./utils/increment-string";
|
|
465
|
+
export { isCuid } from "./utils/is-cuid";
|
|
466
|
+
export { isGuid } from "./utils/is-guid";
|
|
467
|
+
export { isUpdateGroup } from "./utils/is-update-group";
|
|
468
|
+
export { isComboboxItemSelected } from "./utils/isComboboxItemSelected";
|
|
469
|
+
export { IUserHubSettings } from "./utils/IUserHubSettings";
|
|
470
|
+
export { IUserSiteSettings } from "./utils/IUserSiteSettings";
|
|
471
|
+
export { Logger } from "./utils/logger";
|
|
472
|
+
export { LogLevel } from "./utils/LogLevel";
|
|
473
|
+
export { mapBy } from "./utils/map-by";
|
|
474
|
+
export { clearMemoizedCache, memoize } from "./utils/memoize";
|
|
475
|
+
export { poll } from "./utils/poll";
|
|
476
|
+
export { propifyString } from "./utils/propify-string";
|
|
477
|
+
export { processRevertableTasks, runRevertableTask, } from "./utils/revertable-tasks";
|
|
478
|
+
export { slugify } from "./utils/slugify";
|
|
479
|
+
export { titleize } from "./utils/titleize";
|
|
480
|
+
export { wait } from "./utils/wait";
|
|
481
|
+
export { withoutByProp } from "./utils/without-by-prop";
|
|
482
|
+
export { createVersion } from "./versioning/createVersion";
|
|
483
|
+
export { deleteVersion } from "./versioning/deleteVersion";
|
|
484
|
+
export { getVersion } from "./versioning/getVersion";
|
|
485
|
+
export { searchVersions } from "./versioning/searchVersions";
|
|
486
|
+
export { ICreateVersionOptions } from "./versioning/types/ICreateVersionOptions";
|
|
487
|
+
export { IVersion } from "./versioning/types/IVersion";
|
|
488
|
+
export { IVersionMetadata } from "./versioning/types/IVersionMetadata";
|
|
489
|
+
export { updateVersion } from "./versioning/updateVersion";
|
|
490
|
+
export { updateVersionMetadata } from "./versioning/updateVersionMetadata";
|
|
491
|
+
export { applyVersion, checkForStaleVersion } from "./versioning/utils";
|
|
492
|
+
export { HubError, OperationError, OperationStack };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IUserRequestOptions } from "@esri/arcgis-rest-request";
|
|
2
|
-
import { ICreateItemResponse, ISharingResponse } from "@esri/arcgis-rest-portal";
|
|
2
|
+
import type { ICreateItemResponse, ISharingResponse } from "@esri/arcgis-rest-portal";
|
|
3
3
|
import type { IGroup, IItemAdd } from "@esri/arcgis-rest-portal";
|
|
4
4
|
interface ICreateItemFromUrlOrFileOptions extends IUserRequestOptions {
|
|
5
5
|
item: IItemAdd;
|