@atlaskit/web-config-client 0.7.0 → 0.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/web-config-client
2
2
 
3
+ ## 0.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#162439](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/162439)
8
+ [`936317e51d1b3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/936317e51d1b3) -
9
+ Removing @atlassian/experiment-feature-gates dependency and copying IdentifierEnum
10
+
3
11
  ## 0.7.0
4
12
 
5
13
  ### Minor Changes
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IdentifierEnum = void 0;
7
+ var IdentifierEnum = exports.IdentifierEnum = /*#__PURE__*/function (IdentifierEnum) {
8
+ IdentifierEnum["ActivationId"] = "activationId";
9
+ IdentifierEnum["AlignUserId"] = "alignUserId";
10
+ IdentifierEnum["AnalyticsAnonymousId"] = "analyticsAnonymousId";
11
+ IdentifierEnum["AtlassianAccountId"] = "atlassianAccountId";
12
+ IdentifierEnum["AtlassianOrgId"] = "atlassianOrgId";
13
+ IdentifierEnum["BitbucketConnectAppId"] = "bitbucketConnectAppId";
14
+ IdentifierEnum["BitbucketRepositoryId"] = "bitbucketRepositoryId";
15
+ IdentifierEnum["BitbucketWorkspaceId"] = "bitbucketWorkspaceId";
16
+ IdentifierEnum["GsacIssueId"] = "gsacIssueId";
17
+ IdentifierEnum["IntercomConversationId"] = "intercomConversationId";
18
+ IdentifierEnum["MarketplaceAnonymousId"] = "marketplaceAnonymousId";
19
+ IdentifierEnum["MsTeamsTenantId"] = "msTeamsTenantId";
20
+ IdentifierEnum["MarketplacePartnerId"] = "marketplacePartnerId";
21
+ IdentifierEnum["LoomAnonymousId"] = "loomAnonymousId";
22
+ IdentifierEnum["LoomUserId"] = "loomUserId";
23
+ IdentifierEnum["LoomWorkspaceId"] = "loomWorkspaceId";
24
+ IdentifierEnum["ProductIntegrationsVendorId"] = "productIntegrationsVendorId";
25
+ IdentifierEnum["RandomizationId"] = "randomizationId";
26
+ IdentifierEnum["TenantId"] = "tenantId";
27
+ IdentifierEnum["TransactionAccountId"] = "transactionAccountId";
28
+ IdentifierEnum["TrelloUserId"] = "trelloUserId";
29
+ IdentifierEnum["TrelloWorkspaceId"] = "trelloWorkspaceId";
30
+ /** Statsig's stableID */
31
+ IdentifierEnum["StableId"] = "stableID";
32
+ IdentifierEnum["MiscellaneousId"] = "miscellaneousId";
33
+ return IdentifierEnum;
34
+ }({});
@@ -0,0 +1,28 @@
1
+ export let IdentifierEnum = /*#__PURE__*/function (IdentifierEnum) {
2
+ IdentifierEnum["ActivationId"] = "activationId";
3
+ IdentifierEnum["AlignUserId"] = "alignUserId";
4
+ IdentifierEnum["AnalyticsAnonymousId"] = "analyticsAnonymousId";
5
+ IdentifierEnum["AtlassianAccountId"] = "atlassianAccountId";
6
+ IdentifierEnum["AtlassianOrgId"] = "atlassianOrgId";
7
+ IdentifierEnum["BitbucketConnectAppId"] = "bitbucketConnectAppId";
8
+ IdentifierEnum["BitbucketRepositoryId"] = "bitbucketRepositoryId";
9
+ IdentifierEnum["BitbucketWorkspaceId"] = "bitbucketWorkspaceId";
10
+ IdentifierEnum["GsacIssueId"] = "gsacIssueId";
11
+ IdentifierEnum["IntercomConversationId"] = "intercomConversationId";
12
+ IdentifierEnum["MarketplaceAnonymousId"] = "marketplaceAnonymousId";
13
+ IdentifierEnum["MsTeamsTenantId"] = "msTeamsTenantId";
14
+ IdentifierEnum["MarketplacePartnerId"] = "marketplacePartnerId";
15
+ IdentifierEnum["LoomAnonymousId"] = "loomAnonymousId";
16
+ IdentifierEnum["LoomUserId"] = "loomUserId";
17
+ IdentifierEnum["LoomWorkspaceId"] = "loomWorkspaceId";
18
+ IdentifierEnum["ProductIntegrationsVendorId"] = "productIntegrationsVendorId";
19
+ IdentifierEnum["RandomizationId"] = "randomizationId";
20
+ IdentifierEnum["TenantId"] = "tenantId";
21
+ IdentifierEnum["TransactionAccountId"] = "transactionAccountId";
22
+ IdentifierEnum["TrelloUserId"] = "trelloUserId";
23
+ IdentifierEnum["TrelloWorkspaceId"] = "trelloWorkspaceId";
24
+ /** Statsig's stableID */
25
+ IdentifierEnum["StableId"] = "stableID";
26
+ IdentifierEnum["MiscellaneousId"] = "miscellaneousId";
27
+ return IdentifierEnum;
28
+ }({});
@@ -0,0 +1,28 @@
1
+ export var IdentifierEnum = /*#__PURE__*/function (IdentifierEnum) {
2
+ IdentifierEnum["ActivationId"] = "activationId";
3
+ IdentifierEnum["AlignUserId"] = "alignUserId";
4
+ IdentifierEnum["AnalyticsAnonymousId"] = "analyticsAnonymousId";
5
+ IdentifierEnum["AtlassianAccountId"] = "atlassianAccountId";
6
+ IdentifierEnum["AtlassianOrgId"] = "atlassianOrgId";
7
+ IdentifierEnum["BitbucketConnectAppId"] = "bitbucketConnectAppId";
8
+ IdentifierEnum["BitbucketRepositoryId"] = "bitbucketRepositoryId";
9
+ IdentifierEnum["BitbucketWorkspaceId"] = "bitbucketWorkspaceId";
10
+ IdentifierEnum["GsacIssueId"] = "gsacIssueId";
11
+ IdentifierEnum["IntercomConversationId"] = "intercomConversationId";
12
+ IdentifierEnum["MarketplaceAnonymousId"] = "marketplaceAnonymousId";
13
+ IdentifierEnum["MsTeamsTenantId"] = "msTeamsTenantId";
14
+ IdentifierEnum["MarketplacePartnerId"] = "marketplacePartnerId";
15
+ IdentifierEnum["LoomAnonymousId"] = "loomAnonymousId";
16
+ IdentifierEnum["LoomUserId"] = "loomUserId";
17
+ IdentifierEnum["LoomWorkspaceId"] = "loomWorkspaceId";
18
+ IdentifierEnum["ProductIntegrationsVendorId"] = "productIntegrationsVendorId";
19
+ IdentifierEnum["RandomizationId"] = "randomizationId";
20
+ IdentifierEnum["TenantId"] = "tenantId";
21
+ IdentifierEnum["TransactionAccountId"] = "transactionAccountId";
22
+ IdentifierEnum["TrelloUserId"] = "trelloUserId";
23
+ IdentifierEnum["TrelloWorkspaceId"] = "trelloWorkspaceId";
24
+ /** Statsig's stableID */
25
+ IdentifierEnum["StableId"] = "stableID";
26
+ IdentifierEnum["MiscellaneousId"] = "miscellaneousId";
27
+ return IdentifierEnum;
28
+ }({});
@@ -1,5 +1,5 @@
1
1
  import { ConfigCollection } from '@atlaskit/config-common-libs';
2
- import type { IdentifierEnum } from '@atlassian/experiment-feature-gates';
2
+ import type { IdentifierEnum } from './types';
3
3
  export interface FetchOptions {
4
4
  /**
5
5
  * Base URL of the feature-flag-service
@@ -0,0 +1,27 @@
1
+ export declare enum IdentifierEnum {
2
+ ActivationId = "activationId",
3
+ AlignUserId = "alignUserId",
4
+ AnalyticsAnonymousId = "analyticsAnonymousId",
5
+ AtlassianAccountId = "atlassianAccountId",
6
+ AtlassianOrgId = "atlassianOrgId",
7
+ BitbucketConnectAppId = "bitbucketConnectAppId",
8
+ BitbucketRepositoryId = "bitbucketRepositoryId",
9
+ BitbucketWorkspaceId = "bitbucketWorkspaceId",
10
+ GsacIssueId = "gsacIssueId",
11
+ IntercomConversationId = "intercomConversationId",
12
+ MarketplaceAnonymousId = "marketplaceAnonymousId",
13
+ MsTeamsTenantId = "msTeamsTenantId",
14
+ MarketplacePartnerId = "marketplacePartnerId",
15
+ LoomAnonymousId = "loomAnonymousId",
16
+ LoomUserId = "loomUserId",
17
+ LoomWorkspaceId = "loomWorkspaceId",
18
+ ProductIntegrationsVendorId = "productIntegrationsVendorId",
19
+ RandomizationId = "randomizationId",
20
+ TenantId = "tenantId",
21
+ TransactionAccountId = "transactionAccountId",
22
+ TrelloUserId = "trelloUserId",
23
+ TrelloWorkspaceId = "trelloWorkspaceId",
24
+ /** Statsig's stableID */
25
+ StableId = "stableID",
26
+ MiscellaneousId = "miscellaneousId"
27
+ }
@@ -1,5 +1,5 @@
1
1
  import { ConfigCollection } from '@atlaskit/config-common-libs';
2
- import type { IdentifierEnum } from '@atlassian/experiment-feature-gates';
2
+ import type { IdentifierEnum } from './types';
3
3
  export interface FetchOptions {
4
4
  /**
5
5
  * Base URL of the feature-flag-service
@@ -0,0 +1,27 @@
1
+ export declare enum IdentifierEnum {
2
+ ActivationId = "activationId",
3
+ AlignUserId = "alignUserId",
4
+ AnalyticsAnonymousId = "analyticsAnonymousId",
5
+ AtlassianAccountId = "atlassianAccountId",
6
+ AtlassianOrgId = "atlassianOrgId",
7
+ BitbucketConnectAppId = "bitbucketConnectAppId",
8
+ BitbucketRepositoryId = "bitbucketRepositoryId",
9
+ BitbucketWorkspaceId = "bitbucketWorkspaceId",
10
+ GsacIssueId = "gsacIssueId",
11
+ IntercomConversationId = "intercomConversationId",
12
+ MarketplaceAnonymousId = "marketplaceAnonymousId",
13
+ MsTeamsTenantId = "msTeamsTenantId",
14
+ MarketplacePartnerId = "marketplacePartnerId",
15
+ LoomAnonymousId = "loomAnonymousId",
16
+ LoomUserId = "loomUserId",
17
+ LoomWorkspaceId = "loomWorkspaceId",
18
+ ProductIntegrationsVendorId = "productIntegrationsVendorId",
19
+ RandomizationId = "randomizationId",
20
+ TenantId = "tenantId",
21
+ TransactionAccountId = "transactionAccountId",
22
+ TrelloUserId = "trelloUserId",
23
+ TrelloWorkspaceId = "trelloWorkspaceId",
24
+ /** Statsig's stableID */
25
+ StableId = "stableID",
26
+ MiscellaneousId = "miscellaneousId"
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/web-config-client",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "JavaScript Frontend Web Client for Dynamic Configuration.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -42,11 +42,10 @@
42
42
  "react": "^18.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@af/integration-testing": "^0.5.0",
46
- "@af/visual-regression": "^1.3.0",
47
- "@atlaskit/ssr": "^0.4.0",
48
- "@atlaskit/visual-regression": "^0.10.0",
49
- "@atlassian/experiment-feature-gates": "^6.0.0",
45
+ "@af/integration-testing": "workspace:^",
46
+ "@af/visual-regression": "workspace:^",
47
+ "@atlaskit/ssr": "workspace:^",
48
+ "@atlaskit/visual-regression": "workspace:^",
50
49
  "@testing-library/react": "^13.4.0",
51
50
  "react-dom": "^18.2.0",
52
51
  "typescript": "~5.4.2",