@periskope/types 0.6.462 → 0.6.464

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/src/types.ts CHANGED
@@ -1015,6 +1015,7 @@ export type APIAuthDetails = {
1015
1015
  org_details: Tables<'view_org'> | null;
1016
1016
  phone_details: Tables<'tbl_org_phones'> | null;
1017
1017
  token_details: Tables<'tbl_integration_tokens'> | null;
1018
+ api_token_details: Tables<'tbl_api_tokens'> | null;
1018
1019
  };
1019
1020
 
1020
1021
  export type WebhookDataType = OverrideProperties<