(scopeId: string, secretId: string)
| 936 | }; |
| 937 | |
| 938 | export const migratedItemId = (scopeId: string, secretId: string): string => |
| 939 | `secret_${stableMigrationHash(scopeId, secretId)}`; |
| 940 | |
| 941 | const fallbackPolicyId = (scopeId: string, pattern: string, action: string): string => |
| 942 | `policy_${stableMigrationHash(scopeId, pattern, action)}`; |