@turnkey/core 1.14.0 → 1.14.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.
@@ -1422,7 +1422,7 @@ class TurnkeySDKClientBase {
1422
1422
  session?.organizationId ??
1423
1423
  this.config.organizationId,
1424
1424
  timestampMs: timestampMs ?? String(Date.now()),
1425
- type: "ACTIVITY_TYPE_CREATE_OAUTH2CREDENTIAL",
1425
+ type: "ACTIVITY_TYPE_CREATE_OAUTH2_CREDENTIAL",
1426
1426
  }, "createOauth2CredentialResult", stampWith);
1427
1427
  };
1428
1428
  this.stampCreateOauth2Credential = async (input, stampWith) => {
@@ -1437,7 +1437,7 @@ class TurnkeySDKClientBase {
1437
1437
  parameters,
1438
1438
  organizationId: organizationId ?? session?.organizationId ?? this.config.organizationId,
1439
1439
  timestampMs: timestampMs ?? String(Date.now()),
1440
- type: "ACTIVITY_TYPE_CREATE_OAUTH2CREDENTIAL",
1440
+ type: "ACTIVITY_TYPE_CREATE_OAUTH2_CREDENTIAL",
1441
1441
  };
1442
1442
  const stringifiedBody = JSON.stringify(bodyWithType);
1443
1443
  const stamp = await activeStamper.stamp(stringifiedBody);
@@ -2070,7 +2070,7 @@ class TurnkeySDKClientBase {
2070
2070
  session?.organizationId ??
2071
2071
  this.config.organizationId,
2072
2072
  timestampMs: timestampMs ?? String(Date.now()),
2073
- type: "ACTIVITY_TYPE_DELETE_OAUTH2CREDENTIAL",
2073
+ type: "ACTIVITY_TYPE_DELETE_OAUTH2_CREDENTIAL",
2074
2074
  }, "deleteOauth2CredentialResult", stampWith);
2075
2075
  };
2076
2076
  this.stampDeleteOauth2Credential = async (input, stampWith) => {
@@ -2085,7 +2085,7 @@ class TurnkeySDKClientBase {
2085
2085
  parameters,
2086
2086
  organizationId: organizationId ?? session?.organizationId ?? this.config.organizationId,
2087
2087
  timestampMs: timestampMs ?? String(Date.now()),
2088
- type: "ACTIVITY_TYPE_DELETE_OAUTH2CREDENTIAL",
2088
+ type: "ACTIVITY_TYPE_DELETE_OAUTH2_CREDENTIAL",
2089
2089
  };
2090
2090
  const stringifiedBody = JSON.stringify(bodyWithType);
2091
2091
  const stamp = await activeStamper.stamp(stringifiedBody);
@@ -2989,7 +2989,7 @@ class TurnkeySDKClientBase {
2989
2989
  session?.organizationId ??
2990
2990
  this.config.organizationId,
2991
2991
  timestampMs: timestampMs ?? String(Date.now()),
2992
- type: "ACTIVITY_TYPE_OAUTH2AUTHENTICATE",
2992
+ type: "ACTIVITY_TYPE_OAUTH2_AUTHENTICATE",
2993
2993
  }, "oauth2AuthenticateResult", stampWith);
2994
2994
  };
2995
2995
  this.stampOauth2Authenticate = async (input, stampWith) => {
@@ -3004,7 +3004,7 @@ class TurnkeySDKClientBase {
3004
3004
  parameters,
3005
3005
  organizationId: organizationId ?? session?.organizationId ?? this.config.organizationId,
3006
3006
  timestampMs: timestampMs ?? String(Date.now()),
3007
- type: "ACTIVITY_TYPE_OAUTH2AUTHENTICATE",
3007
+ type: "ACTIVITY_TYPE_OAUTH2_AUTHENTICATE",
3008
3008
  };
3009
3009
  const stringifiedBody = JSON.stringify(bodyWithType);
3010
3010
  const stamp = await activeStamper.stamp(stringifiedBody);
@@ -3466,7 +3466,7 @@ class TurnkeySDKClientBase {
3466
3466
  session?.organizationId ??
3467
3467
  this.config.organizationId,
3468
3468
  timestampMs: timestampMs ?? String(Date.now()),
3469
- type: "ACTIVITY_TYPE_UPDATE_OAUTH2CREDENTIAL",
3469
+ type: "ACTIVITY_TYPE_UPDATE_OAUTH2_CREDENTIAL",
3470
3470
  }, "updateOauth2CredentialResult", stampWith);
3471
3471
  };
3472
3472
  this.stampUpdateOauth2Credential = async (input, stampWith) => {
@@ -3481,7 +3481,7 @@ class TurnkeySDKClientBase {
3481
3481
  parameters,
3482
3482
  organizationId: organizationId ?? session?.organizationId ?? this.config.organizationId,
3483
3483
  timestampMs: timestampMs ?? String(Date.now()),
3484
- type: "ACTIVITY_TYPE_UPDATE_OAUTH2CREDENTIAL",
3484
+ type: "ACTIVITY_TYPE_UPDATE_OAUTH2_CREDENTIAL",
3485
3485
  };
3486
3486
  const stringifiedBody = JSON.stringify(bodyWithType);
3487
3487
  const stamp = await activeStamper.stamp(stringifiedBody);